|
28 | 28 | "default": "./dist/generated/VersionInfo.js" |
29 | 29 | }, |
30 | 30 | "./I18nStore": { |
31 | | - "types": "./dist/stores/I18nStore.d.ts", |
32 | | - "default": "./dist/stores/I18nStore.js" |
| 31 | + "types": "./dist/internal/stores/I18nStore.d.ts", |
| 32 | + "default": "./dist/internal/stores/I18nStore.js" |
33 | 33 | }, |
34 | 34 | "./StyleStore": { |
35 | | - "types": "./dist/stores/StyleStore.d.ts", |
36 | | - "default": "./dist/stores/StyleStore.js" |
| 35 | + "types": "./dist/internal/stores/StyleStore.d.ts", |
| 36 | + "default": "./dist/internal/stores/StyleStore.js" |
37 | 37 | }, |
38 | 38 | "./CssSizeVariables": { |
39 | | - "types": "./dist/styling/CssSizeVariables.d.ts", |
40 | | - "default": "./dist/styling/CssSizeVariables.js" |
| 39 | + "types": "./dist/internal/styling/CssSizeVariables.d.ts", |
| 40 | + "default": "./dist/internal/styling/CssSizeVariables.js" |
41 | 41 | }, |
42 | 42 | "./ThemingParameters": { |
43 | 43 | "types": "./dist/styling/ThemingParameters.d.ts", |
44 | 44 | "default": "./dist/styling/ThemingParameters.js" |
45 | 45 | }, |
46 | 46 | "./withWebComponent": { |
47 | | - "types": "./dist/wrapper/withWebComponent.d.ts", |
48 | | - "default": "./dist/wrapper/withWebComponent.js" |
| 47 | + "types": "./dist/internal/wrapper/withWebComponent.d.ts", |
| 48 | + "default": "./dist/internal/wrapper/withWebComponent.js" |
| 49 | + }, |
| 50 | + "./utils": { |
| 51 | + "types": "./dist/internal/utils/index.d.ts", |
| 52 | + "default": "./dist/internal/utils/index.js" |
49 | 53 | }, |
50 | 54 | "./types": { |
51 | | - "types": "./dist/types/index.d.ts" |
| 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" |
52 | 66 | }, |
53 | | - "./internal/*": "./dist/internal/*", |
54 | | - "./internal/addCustomCSSWithScoping.js": "./dist/utils/addCustomCSSWithScoping.js" |
| 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" |
| 74 | + } |
55 | 75 | }, |
56 | 76 | "homepage": "https://ui5.github.io/webcomponents-react", |
57 | 77 | "repository": { |
|
0 commit comments