|
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 | 49 | }, |
50 | 50 | "./utils": { |
51 | | - "types": "./dist/utils/index.d.ts", |
52 | | - "default": "./dist/utils/index.js" |
| 51 | + "types": "./dist/internal/utils/index.d.ts", |
| 52 | + "default": "./dist/internal/utils/index.js" |
53 | 53 | }, |
54 | 54 | "./types": { |
55 | 55 | "types": "./dist/types/index.d.ts", |
56 | 56 | "default": "./dist/types/index.js" |
57 | 57 | }, |
58 | | - "./internal": "./dist/internal", |
| 58 | + "./internal/hooks": { |
| 59 | + "types": "./dist/internal/hooks/index.d.ts", |
| 60 | + "default": "./dist/internal/hooks/index.js" |
| 61 | + }, |
| 62 | + "./internal/types": { |
| 63 | + "types": "./dist/internal/types/index.d.ts", |
| 64 | + "default": "./dist/internal/types/index.js" |
| 65 | + }, |
| 66 | + "./internal/*": { |
| 67 | + "types": "./dist/internal/*.d.ts", |
| 68 | + "default": "./dist/internal/*.js" |
| 69 | + }, |
59 | 70 | "./internal/addCustomCSSWithScoping.js": "./dist/utils/addCustomCSSWithScoping.js" |
60 | 71 | }, |
61 | 72 | "homepage": "https://ui5.github.io/webcomponents-react", |
|
0 commit comments