|
29 | 29 | "exports": {
|
30 | 30 | "./components": {
|
31 | 31 | "react-native": {
|
32 |
| - "import": "./build/components/index.native.js", |
33 |
| - "types": "./build/components/index.native.d.ts" |
| 32 | + "types": "./build/components/index.native.d.ts", |
| 33 | + "default": "./build/components/index.native.js" |
34 | 34 | },
|
35 | 35 | "default": {
|
36 |
| - "import": "./build/components/index.web.js", |
37 |
| - "types": "./build/components/index.d.ts" |
| 36 | + "types": "./build/components/index.d.ts", |
| 37 | + "default": "./build/components/index.web.js" |
38 | 38 | }
|
39 | 39 | },
|
40 | 40 | "./tokens": {
|
41 | 41 | "react-native": {
|
42 |
| - "import": "./build/tokens/index.native.js", |
43 |
| - "types": "./build/tokens/index.native.d.ts" |
| 42 | + "types": "./build/tokens/index.native.d.ts", |
| 43 | + "default": "./build/tokens/index.native.js" |
44 | 44 | },
|
45 | 45 | "default": {
|
46 |
| - "import": "./build/tokens/index.web.js", |
47 |
| - "types": "./build/tokens/index.d.ts" |
| 46 | + "types": "./build/tokens/index.d.ts", |
| 47 | + "default": "./build/tokens/index.web.js" |
48 | 48 | }
|
49 | 49 | },
|
50 | 50 | "./utils": {
|
51 | 51 | "react-native": {
|
52 |
| - "import": "./build/utils/index.native.js", |
53 |
| - "types": "./build/utils/index.native.d.ts" |
| 52 | + "types": "./build/utils/index.native.d.ts", |
| 53 | + "default": "./build/utils/index.native.js" |
54 | 54 | },
|
55 | 55 | "default": {
|
56 |
| - "import": "./build/utils/index.web.js", |
57 |
| - "types": "./build/utils/index.d.ts" |
| 56 | + "types": "./build/utils/index.d.ts", |
| 57 | + "default": "./build/utils/index.web.js" |
58 | 58 | }
|
59 | 59 | }
|
60 | 60 | },
|
|
0 commit comments