|
15 | 15 | "./dist": "./dist/index.js",
|
16 | 16 | "./dist/*": "./dist/*",
|
17 | 17 | "./dist/*.js": "./dist/*.js",
|
18 |
| - "./internal/addCustomCSSWithScoping.js": "./dist/utils/addCustomCSSWithScoping.js", |
19 | 18 | "./Device": {
|
20 | 19 | "types": "./dist/Device/index.d.ts",
|
21 | 20 | "default": "./dist/Device/index.js"
|
|
29 | 28 | "default": "./dist/generated/VersionInfo.js"
|
30 | 29 | },
|
31 | 30 | "./I18nStore": {
|
32 |
| - "types": "./dist/stores/I18nStore.d.ts", |
33 |
| - "default": "./dist/stores/I18nStore.js" |
| 31 | + "types": "./dist/internal/stores/I18nStore.d.ts", |
| 32 | + "default": "./dist/internal/stores/I18nStore.js" |
34 | 33 | },
|
35 | 34 | "./StyleStore": {
|
36 |
| - "types": "./dist/stores/StyleStore.d.ts", |
37 |
| - "default": "./dist/stores/StyleStore.js" |
| 35 | + "types": "./dist/internal/stores/StyleStore.d.ts", |
| 36 | + "default": "./dist/internal/stores/StyleStore.js" |
38 | 37 | },
|
39 | 38 | "./CssSizeVariables": {
|
40 |
| - "types": "./dist/styling/CssSizeVariables.d.ts", |
41 |
| - "default": "./dist/styling/CssSizeVariables.js" |
| 39 | + "types": "./dist/internal/styling/CssSizeVariables.d.ts", |
| 40 | + "default": "./dist/internal/styling/CssSizeVariables.js" |
42 | 41 | },
|
43 | 42 | "./ThemingParameters": {
|
44 | 43 | "types": "./dist/styling/ThemingParameters.d.ts",
|
45 | 44 | "default": "./dist/styling/ThemingParameters.js"
|
46 | 45 | },
|
47 | 46 | "./withWebComponent": {
|
48 |
| - "types": "./dist/wrapper/withWebComponent.d.ts", |
49 |
| - "default": "./dist/wrapper/withWebComponent.js" |
| 47 | + "types": "./dist/internal/wrapper/withWebComponent.d.ts", |
| 48 | + "default": "./dist/internal/wrapper/withWebComponent.js" |
50 | 49 | },
|
51 | 50 | "./utils": {
|
52 |
| - "types": "./dist/utils/index.d.ts", |
53 |
| - "default": "./dist/utils/index.js" |
| 51 | + "types": "./dist/internal/utils/index.d.ts", |
| 52 | + "default": "./dist/internal/utils/index.js" |
| 53 | + }, |
| 54 | + "./types": { |
| 55 | + "types": "./dist/types/index.d.ts", |
| 56 | + "default": "./dist/types/index.js" |
| 57 | + }, |
| 58 | + "./internal/addCustomCSSWithScoping.js": "./dist/internal/utils/addCustomCSSWithScoping.js", |
| 59 | + "./internal/hooks": { |
| 60 | + "types": "./dist/internal/hooks/index.d.ts", |
| 61 | + "default": "./dist/internal/hooks/index.js" |
| 62 | + }, |
| 63 | + "./internal/types": { |
| 64 | + "types": "./dist/internal/types/index.d.ts", |
| 65 | + "default": "./dist/internal/types/index.js" |
| 66 | + }, |
| 67 | + "./internal/utils": { |
| 68 | + "types": "./dist/internal/utils/index.d.ts", |
| 69 | + "default": "./dist/internal/utils/index.js" |
| 70 | + }, |
| 71 | + "./internal/*": { |
| 72 | + "types": "./dist/internal/*.d.ts", |
| 73 | + "default": "./dist/internal/*.js" |
54 | 74 | }
|
55 | 75 | },
|
56 | 76 | "homepage": "https://ui5.github.io/webcomponents-react",
|
|
0 commit comments