@oxyhq/bloom 0.67.0 → 0.69.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (134) hide show
  1. package/lib/commonjs/animated-check/AnimatedCheck.js +22 -93
  2. package/lib/commonjs/animated-check/AnimatedCheck.js.map +1 -1
  3. package/lib/commonjs/avatar/Avatar.js +6 -24
  4. package/lib/commonjs/avatar/Avatar.js.map +1 -1
  5. package/lib/commonjs/avatar/AvatarRing.js +14 -30
  6. package/lib/commonjs/avatar/AvatarRing.js.map +1 -1
  7. package/lib/commonjs/bottom-sheet/index.js +9 -4
  8. package/lib/commonjs/bottom-sheet/index.js.map +1 -1
  9. package/lib/commonjs/connection-status/index.js +16 -7
  10. package/lib/commonjs/connection-status/index.js.map +1 -1
  11. package/lib/commonjs/connection-status/netinfo.js +119 -0
  12. package/lib/commonjs/connection-status/netinfo.js.map +1 -0
  13. package/lib/commonjs/hooks/haptics-module.js +109 -0
  14. package/lib/commonjs/hooks/haptics-module.js.map +1 -0
  15. package/lib/commonjs/hooks/useHaptics.js +6 -8
  16. package/lib/commonjs/hooks/useHaptics.js.map +1 -1
  17. package/lib/commonjs/loading/SpinnerIcon.js +22 -55
  18. package/lib/commonjs/loading/SpinnerIcon.js.map +1 -1
  19. package/lib/commonjs/theme/adaptive-colors.js +20 -4
  20. package/lib/commonjs/theme/adaptive-colors.js.map +1 -1
  21. package/lib/commonjs/theme/color-scope/style-builder.js +107 -6
  22. package/lib/commonjs/theme/color-scope/style-builder.js.map +1 -1
  23. package/lib/commonjs/theme/init-css-interop.js +13 -11
  24. package/lib/commonjs/theme/init-css-interop.js.map +1 -1
  25. package/lib/commonjs/toast/Toaster.js +5 -0
  26. package/lib/commonjs/toast/Toaster.js.map +1 -1
  27. package/lib/commonjs/toast/use-single-outlet-guard.js +72 -0
  28. package/lib/commonjs/toast/use-single-outlet-guard.js.map +1 -0
  29. package/lib/module/animated-check/AnimatedCheck.js +22 -91
  30. package/lib/module/animated-check/AnimatedCheck.js.map +1 -1
  31. package/lib/module/avatar/Avatar.js +1 -19
  32. package/lib/module/avatar/Avatar.js.map +1 -1
  33. package/lib/module/avatar/AvatarRing.js +7 -23
  34. package/lib/module/avatar/AvatarRing.js.map +1 -1
  35. package/lib/module/bottom-sheet/index.js +9 -4
  36. package/lib/module/bottom-sheet/index.js.map +1 -1
  37. package/lib/module/connection-status/index.js +16 -6
  38. package/lib/module/connection-status/index.js.map +1 -1
  39. package/lib/module/connection-status/netinfo.js +114 -0
  40. package/lib/module/connection-status/netinfo.js.map +1 -0
  41. package/lib/module/hooks/haptics-module.js +104 -0
  42. package/lib/module/hooks/haptics-module.js.map +1 -0
  43. package/lib/module/hooks/useHaptics.js +7 -11
  44. package/lib/module/hooks/useHaptics.js.map +1 -1
  45. package/lib/module/loading/SpinnerIcon.js +13 -46
  46. package/lib/module/loading/SpinnerIcon.js.map +1 -1
  47. package/lib/module/loading/index.web.js +2 -2
  48. package/lib/module/theme/adaptive-colors.js +20 -4
  49. package/lib/module/theme/adaptive-colors.js.map +1 -1
  50. package/lib/module/theme/color-scope/style-builder.js +107 -6
  51. package/lib/module/theme/color-scope/style-builder.js.map +1 -1
  52. package/lib/module/theme/init-css-interop.js +13 -11
  53. package/lib/module/theme/init-css-interop.js.map +1 -1
  54. package/lib/module/toast/Toaster.js +5 -0
  55. package/lib/module/toast/Toaster.js.map +1 -1
  56. package/lib/module/toast/use-single-outlet-guard.js +65 -0
  57. package/lib/module/toast/use-single-outlet-guard.js.map +1 -0
  58. package/lib/typescript/commonjs/animated-check/AnimatedCheck.d.ts.map +1 -1
  59. package/lib/typescript/commonjs/avatar/Avatar.d.ts.map +1 -1
  60. package/lib/typescript/commonjs/avatar/AvatarRing.d.ts.map +1 -1
  61. package/lib/typescript/commonjs/bottom-sheet/index.d.ts.map +1 -1
  62. package/lib/typescript/commonjs/connection-status/index.d.ts.map +1 -1
  63. package/lib/typescript/commonjs/connection-status/netinfo.d.ts +69 -0
  64. package/lib/typescript/commonjs/connection-status/netinfo.d.ts.map +1 -0
  65. package/lib/typescript/commonjs/hooks/haptics-module.d.ts +58 -0
  66. package/lib/typescript/commonjs/hooks/haptics-module.d.ts.map +1 -0
  67. package/lib/typescript/commonjs/hooks/useHaptics.d.ts.map +1 -1
  68. package/lib/typescript/commonjs/loading/SpinnerIcon.d.ts +9 -2
  69. package/lib/typescript/commonjs/loading/SpinnerIcon.d.ts.map +1 -1
  70. package/lib/typescript/commonjs/theme/adaptive-colors.d.ts.map +1 -1
  71. package/lib/typescript/commonjs/theme/color-scope/style-builder.d.ts.map +1 -1
  72. package/lib/typescript/commonjs/theme/init-css-interop.d.ts.map +1 -1
  73. package/lib/typescript/commonjs/toast/Toaster.d.ts.map +1 -1
  74. package/lib/typescript/commonjs/toast/use-single-outlet-guard.d.ts +9 -0
  75. package/lib/typescript/commonjs/toast/use-single-outlet-guard.d.ts.map +1 -0
  76. package/lib/typescript/module/animated-check/AnimatedCheck.d.ts.map +1 -1
  77. package/lib/typescript/module/avatar/Avatar.d.ts.map +1 -1
  78. package/lib/typescript/module/avatar/AvatarRing.d.ts.map +1 -1
  79. package/lib/typescript/module/bottom-sheet/index.d.ts.map +1 -1
  80. package/lib/typescript/module/connection-status/index.d.ts.map +1 -1
  81. package/lib/typescript/module/connection-status/netinfo.d.ts +69 -0
  82. package/lib/typescript/module/connection-status/netinfo.d.ts.map +1 -0
  83. package/lib/typescript/module/hooks/haptics-module.d.ts +58 -0
  84. package/lib/typescript/module/hooks/haptics-module.d.ts.map +1 -0
  85. package/lib/typescript/module/hooks/useHaptics.d.ts.map +1 -1
  86. package/lib/typescript/module/loading/SpinnerIcon.d.ts +9 -2
  87. package/lib/typescript/module/loading/SpinnerIcon.d.ts.map +1 -1
  88. package/lib/typescript/module/theme/adaptive-colors.d.ts.map +1 -1
  89. package/lib/typescript/module/theme/color-scope/style-builder.d.ts.map +1 -1
  90. package/lib/typescript/module/theme/init-css-interop.d.ts.map +1 -1
  91. package/lib/typescript/module/toast/Toaster.d.ts.map +1 -1
  92. package/lib/typescript/module/toast/use-single-outlet-guard.d.ts +9 -0
  93. package/lib/typescript/module/toast/use-single-outlet-guard.d.ts.map +1 -0
  94. package/package.json +348 -88
  95. package/src/__tests__/color-scope-nativewind.test.ts +135 -0
  96. package/src/__tests__/connection-status-netinfo.test.tsx +203 -0
  97. package/src/__tests__/exports-map-contract.test.ts +112 -0
  98. package/src/__tests__/optional-peer-imports.test.ts +406 -0
  99. package/src/__tests__/svg-required-peer.test.tsx +75 -0
  100. package/src/__tests__/toast-single-outlet-guard.test.tsx +176 -0
  101. package/src/__tests__/useHaptics.test.tsx +203 -16
  102. package/src/animated-check/AnimatedCheck.tsx +19 -86
  103. package/src/avatar/Avatar.tsx +1 -11
  104. package/src/avatar/AvatarRing.tsx +7 -15
  105. package/src/bottom-sheet/index.tsx +9 -4
  106. package/src/connection-status/index.tsx +16 -6
  107. package/src/connection-status/netinfo.ts +131 -0
  108. package/src/hooks/haptics-module.ts +118 -0
  109. package/src/hooks/useHaptics.tsx +6 -9
  110. package/src/loading/SpinnerIcon.tsx +13 -52
  111. package/src/loading/index.web.ts +2 -2
  112. package/src/theme/adaptive-colors.ts +20 -4
  113. package/src/theme/color-scope/style-builder.ts +118 -6
  114. package/src/theme/init-css-interop.ts +13 -11
  115. package/src/toast/Toaster.tsx +6 -0
  116. package/src/toast/use-single-outlet-guard.ts +72 -0
  117. package/lib/commonjs/avatar/svg-module.js +0 -15
  118. package/lib/commonjs/avatar/svg-module.js.map +0 -1
  119. package/lib/commonjs/utils/lazy-require.js +0 -37
  120. package/lib/commonjs/utils/lazy-require.js.map +0 -1
  121. package/lib/module/avatar/svg-module.js +0 -11
  122. package/lib/module/avatar/svg-module.js.map +0 -1
  123. package/lib/module/utils/lazy-require.js +0 -33
  124. package/lib/module/utils/lazy-require.js.map +0 -1
  125. package/lib/typescript/commonjs/avatar/svg-module.d.ts +0 -8
  126. package/lib/typescript/commonjs/avatar/svg-module.d.ts.map +0 -1
  127. package/lib/typescript/commonjs/utils/lazy-require.d.ts +0 -15
  128. package/lib/typescript/commonjs/utils/lazy-require.d.ts.map +0 -1
  129. package/lib/typescript/module/avatar/svg-module.d.ts +0 -8
  130. package/lib/typescript/module/avatar/svg-module.d.ts.map +0 -1
  131. package/lib/typescript/module/utils/lazy-require.d.ts +0 -15
  132. package/lib/typescript/module/utils/lazy-require.d.ts.map +0 -1
  133. package/src/avatar/svg-module.ts +0 -11
  134. package/src/utils/lazy-require.ts +0 -31
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oxyhq/bloom",
3
- "version": "0.67.0",
3
+ "version": "0.69.0",
4
4
  "description": "Bloom UI — Oxy ecosystem component library for React Native + Expo + Web",
5
5
  "main": "lib/commonjs/index.js",
6
6
  "module": "lib/module/index.js",
@@ -13,7 +13,10 @@
13
13
  },
14
14
  "exports": {
15
15
  ".": {
16
- "react-native": "./src/index.ts",
16
+ "react-native": {
17
+ "types": "./lib/typescript/module/index.d.ts",
18
+ "default": "./src/index.ts"
19
+ },
17
20
  "browser": {
18
21
  "types": "./lib/typescript/module/index.web.d.ts",
19
22
  "import": "./lib/module/index.web.js",
@@ -29,7 +32,10 @@
29
32
  }
30
33
  },
31
34
  "./provider": {
32
- "react-native": "./src/provider/index.tsx",
35
+ "react-native": {
36
+ "types": "./lib/typescript/module/provider/index.d.ts",
37
+ "default": "./src/provider/index.tsx"
38
+ },
33
39
  "import": {
34
40
  "types": "./lib/typescript/module/provider/index.d.ts",
35
41
  "default": "./lib/module/provider/index.js"
@@ -40,7 +46,10 @@
40
46
  }
41
47
  },
42
48
  "./surfaces": {
43
- "react-native": "./src/surfaces/index.ts",
49
+ "react-native": {
50
+ "types": "./lib/typescript/module/surfaces/index.d.ts",
51
+ "default": "./src/surfaces/index.ts"
52
+ },
44
53
  "browser": {
45
54
  "types": "./lib/typescript/module/surfaces/index.web.d.ts",
46
55
  "import": "./lib/module/surfaces/index.web.js",
@@ -56,7 +65,10 @@
56
65
  }
57
66
  },
58
67
  "./image-resolver": {
59
- "react-native": "./src/image-resolver/index.ts",
68
+ "react-native": {
69
+ "types": "./lib/typescript/module/image-resolver/index.d.ts",
70
+ "default": "./src/image-resolver/index.ts"
71
+ },
60
72
  "import": {
61
73
  "types": "./lib/typescript/module/image-resolver/index.d.ts",
62
74
  "default": "./lib/module/image-resolver/index.js"
@@ -67,7 +79,10 @@
67
79
  }
68
80
  },
69
81
  "./image-aspect-ratio-cache": {
70
- "react-native": "./src/image-aspect-ratio-cache/index.ts",
82
+ "react-native": {
83
+ "types": "./lib/typescript/module/image-aspect-ratio-cache/index.d.ts",
84
+ "default": "./src/image-aspect-ratio-cache/index.ts"
85
+ },
71
86
  "import": {
72
87
  "types": "./lib/typescript/module/image-aspect-ratio-cache/index.d.ts",
73
88
  "default": "./lib/module/image-aspect-ratio-cache/index.js"
@@ -78,7 +93,10 @@
78
93
  }
79
94
  },
80
95
  "./theme": {
81
- "react-native": "./src/theme/index.ts",
96
+ "react-native": {
97
+ "types": "./lib/typescript/module/theme/index.d.ts",
98
+ "default": "./src/theme/index.ts"
99
+ },
82
100
  "import": {
83
101
  "types": "./lib/typescript/module/theme/index.d.ts",
84
102
  "default": "./lib/module/theme/index.js"
@@ -89,7 +107,10 @@
89
107
  }
90
108
  },
91
109
  "./color-presets": {
92
- "react-native": "./src/theme/color-presets.ts",
110
+ "react-native": {
111
+ "types": "./lib/typescript/module/theme/color-presets.d.ts",
112
+ "default": "./src/theme/color-presets.ts"
113
+ },
93
114
  "import": {
94
115
  "types": "./lib/typescript/module/theme/color-presets.d.ts",
95
116
  "default": "./lib/module/theme/color-presets.js"
@@ -100,7 +121,10 @@
100
121
  }
101
122
  },
102
123
  "./preset-vars": {
103
- "react-native": "./src/theme/preset-vars.ts",
124
+ "react-native": {
125
+ "types": "./lib/typescript/module/theme/preset-vars.d.ts",
126
+ "default": "./src/theme/preset-vars.ts"
127
+ },
104
128
  "import": {
105
129
  "types": "./lib/typescript/module/theme/preset-vars.d.ts",
106
130
  "default": "./lib/module/theme/preset-vars.js"
@@ -111,7 +135,10 @@
111
135
  }
112
136
  },
113
137
  "./design-tokens": {
114
- "react-native": "./src/design-tokens/index.ts",
138
+ "react-native": {
139
+ "types": "./lib/typescript/module/design-tokens/index.d.ts",
140
+ "default": "./src/design-tokens/index.ts"
141
+ },
115
142
  "import": {
116
143
  "types": "./lib/typescript/module/design-tokens/index.d.ts",
117
144
  "default": "./lib/module/design-tokens/index.js"
@@ -122,7 +149,10 @@
122
149
  }
123
150
  },
124
151
  "./tailwind-preset": {
125
- "react-native": "./src/design-tokens/tailwind-preset.ts",
152
+ "react-native": {
153
+ "types": "./lib/typescript/module/design-tokens/tailwind-preset.d.ts",
154
+ "default": "./src/design-tokens/tailwind-preset.ts"
155
+ },
126
156
  "import": {
127
157
  "types": "./lib/typescript/module/design-tokens/tailwind-preset.d.ts",
128
158
  "default": "./lib/module/design-tokens/tailwind-preset.js"
@@ -133,7 +163,10 @@
133
163
  }
134
164
  },
135
165
  "./portal": {
136
- "react-native": "./src/portal/index.tsx",
166
+ "react-native": {
167
+ "types": "./lib/typescript/module/portal/index.d.ts",
168
+ "default": "./src/portal/index.tsx"
169
+ },
137
170
  "browser": {
138
171
  "types": "./lib/typescript/module/portal/index.web.d.ts",
139
172
  "import": "./lib/module/portal/index.web.js",
@@ -149,7 +182,10 @@
149
182
  }
150
183
  },
151
184
  "./connection-status": {
152
- "react-native": "./src/connection-status/index.tsx",
185
+ "react-native": {
186
+ "types": "./lib/typescript/module/connection-status/index.d.ts",
187
+ "default": "./src/connection-status/index.tsx"
188
+ },
153
189
  "browser": {
154
190
  "types": "./lib/typescript/module/connection-status/index.web.d.ts",
155
191
  "import": "./lib/module/connection-status/index.web.js",
@@ -165,7 +201,10 @@
165
201
  }
166
202
  },
167
203
  "./overlay": {
168
- "react-native": "./src/overlay/index.tsx",
204
+ "react-native": {
205
+ "types": "./lib/typescript/module/overlay/index.d.ts",
206
+ "default": "./src/overlay/index.tsx"
207
+ },
169
208
  "import": {
170
209
  "types": "./lib/typescript/module/overlay/index.d.ts",
171
210
  "default": "./lib/module/overlay/index.js"
@@ -176,7 +215,10 @@
176
215
  }
177
216
  },
178
217
  "./dialog": {
179
- "react-native": "./src/dialog/index.ts",
218
+ "react-native": {
219
+ "types": "./lib/typescript/module/dialog/index.d.ts",
220
+ "default": "./src/dialog/index.ts"
221
+ },
180
222
  "browser": {
181
223
  "types": "./lib/typescript/module/dialog/index.web.d.ts",
182
224
  "import": "./lib/module/dialog/index.web.js",
@@ -192,7 +234,10 @@
192
234
  }
193
235
  },
194
236
  "./button": {
195
- "react-native": "./src/button/index.ts",
237
+ "react-native": {
238
+ "types": "./lib/typescript/module/button/index.d.ts",
239
+ "default": "./src/button/index.ts"
240
+ },
196
241
  "browser": {
197
242
  "types": "./lib/typescript/module/button/index.web.d.ts",
198
243
  "import": "./lib/module/button/index.web.js",
@@ -208,7 +253,10 @@
208
253
  }
209
254
  },
210
255
  "./fab": {
211
- "react-native": "./src/fab/index.ts",
256
+ "react-native": {
257
+ "types": "./lib/typescript/module/fab/index.d.ts",
258
+ "default": "./src/fab/index.ts"
259
+ },
212
260
  "browser": {
213
261
  "types": "./lib/typescript/module/fab/index.web.d.ts",
214
262
  "import": "./lib/module/fab/index.web.js",
@@ -224,7 +272,10 @@
224
272
  }
225
273
  },
226
274
  "./frosted-icon-button": {
227
- "react-native": "./src/frosted-icon-button/index.ts",
275
+ "react-native": {
276
+ "types": "./lib/typescript/module/frosted-icon-button/index.d.ts",
277
+ "default": "./src/frosted-icon-button/index.ts"
278
+ },
228
279
  "browser": {
229
280
  "types": "./lib/typescript/module/frosted-icon-button/index.web.d.ts",
230
281
  "import": "./lib/module/frosted-icon-button/index.web.js",
@@ -240,7 +291,10 @@
240
291
  }
241
292
  },
242
293
  "./grouped-buttons": {
243
- "react-native": "./src/grouped-buttons/index.ts",
294
+ "react-native": {
295
+ "types": "./lib/typescript/module/grouped-buttons/index.d.ts",
296
+ "default": "./src/grouped-buttons/index.ts"
297
+ },
244
298
  "import": {
245
299
  "types": "./lib/typescript/module/grouped-buttons/index.d.ts",
246
300
  "default": "./lib/module/grouped-buttons/index.js"
@@ -251,7 +305,10 @@
251
305
  }
252
306
  },
253
307
  "./divider": {
254
- "react-native": "./src/divider/index.ts",
308
+ "react-native": {
309
+ "types": "./lib/typescript/module/divider/index.d.ts",
310
+ "default": "./src/divider/index.ts"
311
+ },
255
312
  "import": {
256
313
  "types": "./lib/typescript/module/divider/index.d.ts",
257
314
  "default": "./lib/module/divider/index.js"
@@ -262,7 +319,10 @@
262
319
  }
263
320
  },
264
321
  "./radio-indicator": {
265
- "react-native": "./src/radio-indicator/index.ts",
322
+ "react-native": {
323
+ "types": "./lib/typescript/module/radio-indicator/index.d.ts",
324
+ "default": "./src/radio-indicator/index.ts"
325
+ },
266
326
  "import": {
267
327
  "types": "./lib/typescript/module/radio-indicator/index.d.ts",
268
328
  "default": "./lib/module/radio-indicator/index.js"
@@ -273,7 +333,10 @@
273
333
  }
274
334
  },
275
335
  "./collapsible": {
276
- "react-native": "./src/collapsible/index.ts",
336
+ "react-native": {
337
+ "types": "./lib/typescript/module/collapsible/index.d.ts",
338
+ "default": "./src/collapsible/index.ts"
339
+ },
277
340
  "import": {
278
341
  "types": "./lib/typescript/module/collapsible/index.d.ts",
279
342
  "default": "./lib/module/collapsible/index.js"
@@ -284,7 +347,10 @@
284
347
  }
285
348
  },
286
349
  "./error-boundary": {
287
- "react-native": "./src/error-boundary/index.ts",
350
+ "react-native": {
351
+ "types": "./lib/typescript/module/error-boundary/index.d.ts",
352
+ "default": "./src/error-boundary/index.ts"
353
+ },
288
354
  "import": {
289
355
  "types": "./lib/typescript/module/error-boundary/index.d.ts",
290
356
  "default": "./lib/module/error-boundary/index.js"
@@ -295,7 +361,10 @@
295
361
  }
296
362
  },
297
363
  "./avatar": {
298
- "react-native": "./src/avatar/index.ts",
364
+ "react-native": {
365
+ "types": "./lib/typescript/module/avatar/index.d.ts",
366
+ "default": "./src/avatar/index.ts"
367
+ },
299
368
  "import": {
300
369
  "types": "./lib/typescript/module/avatar/index.d.ts",
301
370
  "default": "./lib/module/avatar/index.js"
@@ -306,7 +375,10 @@
306
375
  }
307
376
  },
308
377
  "./avatar-group": {
309
- "react-native": "./src/avatar-group/index.ts",
378
+ "react-native": {
379
+ "types": "./lib/typescript/module/avatar-group/index.d.ts",
380
+ "default": "./src/avatar-group/index.ts"
381
+ },
310
382
  "browser": {
311
383
  "types": "./lib/typescript/module/avatar-group/index.web.d.ts",
312
384
  "import": "./lib/module/avatar-group/index.web.js",
@@ -322,7 +394,10 @@
322
394
  }
323
395
  },
324
396
  "./user-hover-card": {
325
- "react-native": "./src/user-hover-card/index.ts",
397
+ "react-native": {
398
+ "types": "./lib/typescript/module/user-hover-card/index.d.ts",
399
+ "default": "./src/user-hover-card/index.ts"
400
+ },
326
401
  "import": {
327
402
  "types": "./lib/typescript/module/user-hover-card/index.d.ts",
328
403
  "default": "./lib/module/user-hover-card/index.js"
@@ -333,7 +408,10 @@
333
408
  }
334
409
  },
335
410
  "./loading": {
336
- "react-native": "./src/loading/index.ts",
411
+ "react-native": {
412
+ "types": "./lib/typescript/module/loading/index.d.ts",
413
+ "default": "./src/loading/index.ts"
414
+ },
337
415
  "browser": {
338
416
  "types": "./lib/typescript/module/loading/index.web.d.ts",
339
417
  "import": "./lib/module/loading/index.web.js",
@@ -349,7 +427,10 @@
349
427
  }
350
428
  },
351
429
  "./switch": {
352
- "react-native": "./src/switch/index.ts",
430
+ "react-native": {
431
+ "types": "./lib/typescript/module/switch/index.d.ts",
432
+ "default": "./src/switch/index.ts"
433
+ },
353
434
  "import": {
354
435
  "types": "./lib/typescript/module/switch/index.d.ts",
355
436
  "default": "./lib/module/switch/index.js"
@@ -360,7 +441,10 @@
360
441
  }
361
442
  },
362
443
  "./prompt-input": {
363
- "react-native": "./src/prompt-input/index.ts",
444
+ "react-native": {
445
+ "types": "./lib/typescript/module/prompt-input/index.d.ts",
446
+ "default": "./src/prompt-input/index.ts"
447
+ },
364
448
  "import": {
365
449
  "types": "./lib/typescript/module/prompt-input/index.d.ts",
366
450
  "default": "./lib/module/prompt-input/index.js"
@@ -371,7 +455,10 @@
371
455
  }
372
456
  },
373
457
  "./toast": {
374
- "react-native": "./src/toast/index.tsx",
458
+ "react-native": {
459
+ "types": "./lib/typescript/module/toast/index.d.ts",
460
+ "default": "./src/toast/index.tsx"
461
+ },
375
462
  "import": {
376
463
  "types": "./lib/typescript/module/toast/index.d.ts",
377
464
  "default": "./lib/module/toast/index.js"
@@ -382,7 +469,10 @@
382
469
  }
383
470
  },
384
471
  "./styles": {
385
- "react-native": "./src/styles/index.ts",
472
+ "react-native": {
473
+ "types": "./lib/typescript/module/styles/index.d.ts",
474
+ "default": "./src/styles/index.ts"
475
+ },
386
476
  "import": {
387
477
  "types": "./lib/typescript/module/styles/index.d.ts",
388
478
  "default": "./lib/module/styles/index.js"
@@ -393,7 +483,10 @@
393
483
  }
394
484
  },
395
485
  "./hooks": {
396
- "react-native": "./src/hooks/index.ts",
486
+ "react-native": {
487
+ "types": "./lib/typescript/module/hooks/index.d.ts",
488
+ "default": "./src/hooks/index.ts"
489
+ },
397
490
  "import": {
398
491
  "types": "./lib/typescript/module/hooks/index.d.ts",
399
492
  "default": "./lib/module/hooks/index.js"
@@ -404,7 +497,10 @@
404
497
  }
405
498
  },
406
499
  "./icons": {
407
- "react-native": "./src/icons/index.ts",
500
+ "react-native": {
501
+ "types": "./lib/typescript/module/icons/index.d.ts",
502
+ "default": "./src/icons/index.ts"
503
+ },
408
504
  "import": {
409
505
  "types": "./lib/typescript/module/icons/index.d.ts",
410
506
  "default": "./lib/module/icons/index.js"
@@ -415,7 +511,10 @@
415
511
  }
416
512
  },
417
513
  "./typography": {
418
- "react-native": "./src/typography/index.tsx",
514
+ "react-native": {
515
+ "types": "./lib/typescript/module/typography/index.d.ts",
516
+ "default": "./src/typography/index.tsx"
517
+ },
419
518
  "import": {
420
519
  "types": "./lib/typescript/module/typography/index.d.ts",
421
520
  "default": "./lib/module/typography/index.js"
@@ -426,7 +525,10 @@
426
525
  }
427
526
  },
428
527
  "./skeleton": {
429
- "react-native": "./src/skeleton/index.tsx",
528
+ "react-native": {
529
+ "types": "./lib/typescript/module/skeleton/index.d.ts",
530
+ "default": "./src/skeleton/index.tsx"
531
+ },
430
532
  "import": {
431
533
  "types": "./lib/typescript/module/skeleton/index.d.ts",
432
534
  "default": "./lib/module/skeleton/index.js"
@@ -437,7 +539,10 @@
437
539
  }
438
540
  },
439
541
  "./grid": {
440
- "react-native": "./src/grid/index.tsx",
542
+ "react-native": {
543
+ "types": "./lib/typescript/module/grid/index.d.ts",
544
+ "default": "./src/grid/index.tsx"
545
+ },
441
546
  "import": {
442
547
  "types": "./lib/typescript/module/grid/index.d.ts",
443
548
  "default": "./lib/module/grid/index.js"
@@ -448,7 +553,10 @@
448
553
  }
449
554
  },
450
555
  "./fill": {
451
- "react-native": "./src/fill/index.tsx",
556
+ "react-native": {
557
+ "types": "./lib/typescript/module/fill/index.d.ts",
558
+ "default": "./src/fill/index.tsx"
559
+ },
452
560
  "import": {
453
561
  "types": "./lib/typescript/module/fill/index.d.ts",
454
562
  "default": "./lib/module/fill/index.js"
@@ -459,7 +567,10 @@
459
567
  }
460
568
  },
461
569
  "./media-inset-border": {
462
- "react-native": "./src/media-inset-border/index.ts",
570
+ "react-native": {
571
+ "types": "./lib/typescript/module/media-inset-border/index.d.ts",
572
+ "default": "./src/media-inset-border/index.ts"
573
+ },
463
574
  "import": {
464
575
  "types": "./lib/typescript/module/media-inset-border/index.d.ts",
465
576
  "default": "./lib/module/media-inset-border/index.js"
@@ -470,7 +581,10 @@
470
581
  }
471
582
  },
472
583
  "./zoomable-image-gallery": {
473
- "react-native": "./src/zoomable-image-gallery/index.ts",
584
+ "react-native": {
585
+ "types": "./lib/typescript/module/zoomable-image-gallery/index.d.ts",
586
+ "default": "./src/zoomable-image-gallery/index.ts"
587
+ },
474
588
  "import": {
475
589
  "types": "./lib/typescript/module/zoomable-image-gallery/index.d.ts",
476
590
  "default": "./lib/module/zoomable-image-gallery/index.js"
@@ -481,7 +595,10 @@
481
595
  }
482
596
  },
483
597
  "./pressable-scale": {
484
- "react-native": "./src/pressable-scale/index.ts",
598
+ "react-native": {
599
+ "types": "./lib/typescript/module/pressable-scale/index.d.ts",
600
+ "default": "./src/pressable-scale/index.ts"
601
+ },
485
602
  "import": {
486
603
  "types": "./lib/typescript/module/pressable-scale/index.d.ts",
487
604
  "default": "./lib/module/pressable-scale/index.js"
@@ -492,7 +609,10 @@
492
609
  }
493
610
  },
494
611
  "./pressable-with-hover": {
495
- "react-native": "./src/pressable-with-hover/index.ts",
612
+ "react-native": {
613
+ "types": "./lib/typescript/module/pressable-with-hover/index.d.ts",
614
+ "default": "./src/pressable-with-hover/index.ts"
615
+ },
496
616
  "import": {
497
617
  "types": "./lib/typescript/module/pressable-with-hover/index.d.ts",
498
618
  "default": "./lib/module/pressable-with-hover/index.js"
@@ -503,7 +623,10 @@
503
623
  }
504
624
  },
505
625
  "./subtle-hover": {
506
- "react-native": "./src/subtle-hover/index.ts",
626
+ "react-native": {
627
+ "types": "./lib/typescript/module/subtle-hover/index.d.ts",
628
+ "default": "./src/subtle-hover/index.ts"
629
+ },
507
630
  "import": {
508
631
  "types": "./lib/typescript/module/subtle-hover/index.d.ts",
509
632
  "default": "./lib/module/subtle-hover/index.js"
@@ -514,7 +637,10 @@
514
637
  }
515
638
  },
516
639
  "./motion": {
517
- "react-native": "./src/motion/index.ts",
640
+ "react-native": {
641
+ "types": "./lib/typescript/module/motion/index.d.ts",
642
+ "default": "./src/motion/index.ts"
643
+ },
518
644
  "browser": {
519
645
  "types": "./lib/typescript/module/motion/index.web.d.ts",
520
646
  "import": "./lib/module/motion/index.web.js",
@@ -530,7 +656,10 @@
530
656
  }
531
657
  },
532
658
  "./animated-check": {
533
- "react-native": "./src/animated-check/index.ts",
659
+ "react-native": {
660
+ "types": "./lib/typescript/module/animated-check/index.d.ts",
661
+ "default": "./src/animated-check/index.ts"
662
+ },
534
663
  "import": {
535
664
  "types": "./lib/typescript/module/animated-check/index.d.ts",
536
665
  "default": "./lib/module/animated-check/index.js"
@@ -541,7 +670,10 @@
541
670
  }
542
671
  },
543
672
  "./icon-circle": {
544
- "react-native": "./src/icon-circle/index.tsx",
673
+ "react-native": {
674
+ "types": "./lib/typescript/module/icon-circle/index.d.ts",
675
+ "default": "./src/icon-circle/index.tsx"
676
+ },
545
677
  "import": {
546
678
  "types": "./lib/typescript/module/icon-circle/index.d.ts",
547
679
  "default": "./lib/module/icon-circle/index.js"
@@ -552,7 +684,10 @@
552
684
  }
553
685
  },
554
686
  "./connection-dots": {
555
- "react-native": "./src/connection-dots/index.ts",
687
+ "react-native": {
688
+ "types": "./lib/typescript/module/connection-dots/index.d.ts",
689
+ "default": "./src/connection-dots/index.ts"
690
+ },
556
691
  "browser": {
557
692
  "types": "./lib/typescript/module/connection-dots/index.web.d.ts",
558
693
  "import": "./lib/module/connection-dots/index.web.js",
@@ -568,7 +703,10 @@
568
703
  }
569
704
  },
570
705
  "./composition-bar": {
571
- "react-native": "./src/composition-bar/index.ts",
706
+ "react-native": {
707
+ "types": "./lib/typescript/module/composition-bar/index.d.ts",
708
+ "default": "./src/composition-bar/index.ts"
709
+ },
572
710
  "import": {
573
711
  "types": "./lib/typescript/module/composition-bar/index.d.ts",
574
712
  "default": "./lib/module/composition-bar/index.js"
@@ -579,7 +717,10 @@
579
717
  }
580
718
  },
581
719
  "./dot-grid-meter": {
582
- "react-native": "./src/dot-grid-meter/index.ts",
720
+ "react-native": {
721
+ "types": "./lib/typescript/module/dot-grid-meter/index.d.ts",
722
+ "default": "./src/dot-grid-meter/index.ts"
723
+ },
583
724
  "import": {
584
725
  "types": "./lib/typescript/module/dot-grid-meter/index.d.ts",
585
726
  "default": "./lib/module/dot-grid-meter/index.js"
@@ -590,7 +731,10 @@
590
731
  }
591
732
  },
592
733
  "./stat-bar": {
593
- "react-native": "./src/stat-bar/index.ts",
734
+ "react-native": {
735
+ "types": "./lib/typescript/module/stat-bar/index.d.ts",
736
+ "default": "./src/stat-bar/index.ts"
737
+ },
594
738
  "import": {
595
739
  "types": "./lib/typescript/module/stat-bar/index.d.ts",
596
740
  "default": "./lib/module/stat-bar/index.js"
@@ -601,7 +745,10 @@
601
745
  }
602
746
  },
603
747
  "./activity-heatmap": {
604
- "react-native": "./src/activity-heatmap/index.ts",
748
+ "react-native": {
749
+ "types": "./lib/typescript/module/activity-heatmap/index.d.ts",
750
+ "default": "./src/activity-heatmap/index.ts"
751
+ },
605
752
  "import": {
606
753
  "types": "./lib/typescript/module/activity-heatmap/index.d.ts",
607
754
  "default": "./lib/module/activity-heatmap/index.js"
@@ -612,7 +759,10 @@
612
759
  }
613
760
  },
614
761
  "./profile-card": {
615
- "react-native": "./src/profile-card/index.ts",
762
+ "react-native": {
763
+ "types": "./lib/typescript/module/profile-card/index.d.ts",
764
+ "default": "./src/profile-card/index.ts"
765
+ },
616
766
  "import": {
617
767
  "types": "./lib/typescript/module/profile-card/index.d.ts",
618
768
  "default": "./lib/module/profile-card/index.js"
@@ -623,7 +773,10 @@
623
773
  }
624
774
  },
625
775
  "./benefit-list": {
626
- "react-native": "./src/benefit-list/index.tsx",
776
+ "react-native": {
777
+ "types": "./lib/typescript/module/benefit-list/index.d.ts",
778
+ "default": "./src/benefit-list/index.tsx"
779
+ },
627
780
  "import": {
628
781
  "types": "./lib/typescript/module/benefit-list/index.d.ts",
629
782
  "default": "./lib/module/benefit-list/index.js"
@@ -634,7 +787,10 @@
634
787
  }
635
788
  },
636
789
  "./text-field": {
637
- "react-native": "./src/text-field/index.tsx",
790
+ "react-native": {
791
+ "types": "./lib/typescript/module/text-field/index.d.ts",
792
+ "default": "./src/text-field/index.tsx"
793
+ },
638
794
  "import": {
639
795
  "types": "./lib/typescript/module/text-field/index.d.ts",
640
796
  "default": "./lib/module/text-field/index.js"
@@ -645,7 +801,10 @@
645
801
  }
646
802
  },
647
803
  "./segmented-control": {
648
- "react-native": "./src/segmented-control/index.tsx",
804
+ "react-native": {
805
+ "types": "./lib/typescript/module/segmented-control/index.d.ts",
806
+ "default": "./src/segmented-control/index.tsx"
807
+ },
649
808
  "import": {
650
809
  "types": "./lib/typescript/module/segmented-control/index.d.ts",
651
810
  "default": "./lib/module/segmented-control/index.js"
@@ -656,7 +815,10 @@
656
815
  }
657
816
  },
658
817
  "./search": {
659
- "react-native": "./src/search/index.tsx",
818
+ "react-native": {
819
+ "types": "./lib/typescript/module/search/index.d.ts",
820
+ "default": "./src/search/index.tsx"
821
+ },
660
822
  "import": {
661
823
  "types": "./lib/typescript/module/search/index.d.ts",
662
824
  "default": "./lib/module/search/index.js"
@@ -667,7 +829,10 @@
667
829
  }
668
830
  },
669
831
  "./admonition": {
670
- "react-native": "./src/admonition/index.tsx",
832
+ "react-native": {
833
+ "types": "./lib/typescript/module/admonition/index.d.ts",
834
+ "default": "./src/admonition/index.tsx"
835
+ },
671
836
  "import": {
672
837
  "types": "./lib/typescript/module/admonition/index.d.ts",
673
838
  "default": "./lib/module/admonition/index.js"
@@ -678,7 +843,10 @@
678
843
  }
679
844
  },
680
845
  "./menu": {
681
- "react-native": "./src/menu/index.tsx",
846
+ "react-native": {
847
+ "types": "./lib/typescript/module/menu/index.d.ts",
848
+ "default": "./src/menu/index.tsx"
849
+ },
682
850
  "browser": {
683
851
  "types": "./lib/typescript/module/menu/index.web.d.ts",
684
852
  "import": "./lib/module/menu/index.web.js",
@@ -694,7 +862,10 @@
694
862
  }
695
863
  },
696
864
  "./tooltip": {
697
- "react-native": "./src/tooltip/index.tsx",
865
+ "react-native": {
866
+ "types": "./lib/typescript/module/tooltip/index.d.ts",
867
+ "default": "./src/tooltip/index.tsx"
868
+ },
698
869
  "browser": {
699
870
  "types": "./lib/typescript/module/tooltip/index.web.d.ts",
700
871
  "import": "./lib/module/tooltip/index.web.js",
@@ -710,7 +881,10 @@
710
881
  }
711
882
  },
712
883
  "./select": {
713
- "react-native": "./src/select/index.tsx",
884
+ "react-native": {
885
+ "types": "./lib/typescript/module/select/index.d.ts",
886
+ "default": "./src/select/index.tsx"
887
+ },
714
888
  "browser": {
715
889
  "types": "./lib/typescript/module/select/index.web.d.ts",
716
890
  "import": "./lib/module/select/index.web.js",
@@ -726,7 +900,10 @@
726
900
  }
727
901
  },
728
902
  "./bottom-sheet": {
729
- "react-native": "./src/bottom-sheet/index.tsx",
903
+ "react-native": {
904
+ "types": "./lib/typescript/module/bottom-sheet/index.d.ts",
905
+ "default": "./src/bottom-sheet/index.tsx"
906
+ },
730
907
  "browser": {
731
908
  "types": "./lib/typescript/module/bottom-sheet/index.web.d.ts",
732
909
  "import": "./lib/module/bottom-sheet/index.web.js",
@@ -742,7 +919,10 @@
742
919
  }
743
920
  },
744
921
  "./context-menu": {
745
- "react-native": "./src/context-menu/index.tsx",
922
+ "react-native": {
923
+ "types": "./lib/typescript/module/context-menu/index.d.ts",
924
+ "default": "./src/context-menu/index.tsx"
925
+ },
746
926
  "browser": {
747
927
  "types": "./lib/typescript/module/context-menu/index.web.d.ts",
748
928
  "import": "./lib/module/context-menu/index.web.js",
@@ -758,7 +938,10 @@
758
938
  }
759
939
  },
760
940
  "./popover": {
761
- "react-native": "./src/popover/index.tsx",
941
+ "react-native": {
942
+ "types": "./lib/typescript/module/popover/index.d.ts",
943
+ "default": "./src/popover/index.tsx"
944
+ },
762
945
  "browser": {
763
946
  "types": "./lib/typescript/module/popover/index.web.d.ts",
764
947
  "import": "./lib/module/popover/index.web.js",
@@ -774,7 +957,10 @@
774
957
  }
775
958
  },
776
959
  "./alert-dialog": {
777
- "react-native": "./src/alert-dialog/index.ts",
960
+ "react-native": {
961
+ "types": "./lib/typescript/module/alert-dialog/index.d.ts",
962
+ "default": "./src/alert-dialog/index.ts"
963
+ },
778
964
  "browser": {
779
965
  "types": "./lib/typescript/module/alert-dialog/index.web.d.ts",
780
966
  "import": "./lib/module/alert-dialog/index.web.js",
@@ -790,7 +976,10 @@
790
976
  }
791
977
  },
792
978
  "./combobox": {
793
- "react-native": "./src/combobox/index.ts",
979
+ "react-native": {
980
+ "types": "./lib/typescript/module/combobox/index.d.ts",
981
+ "default": "./src/combobox/index.ts"
982
+ },
794
983
  "browser": {
795
984
  "types": "./lib/typescript/module/combobox/index.web.d.ts",
796
985
  "import": "./lib/module/combobox/index.web.js",
@@ -806,7 +995,10 @@
806
995
  }
807
996
  },
808
997
  "./command": {
809
- "react-native": "./src/command/index.ts",
998
+ "react-native": {
999
+ "types": "./lib/typescript/module/command/index.d.ts",
1000
+ "default": "./src/command/index.ts"
1001
+ },
810
1002
  "browser": {
811
1003
  "types": "./lib/typescript/module/command/index.web.d.ts",
812
1004
  "import": "./lib/module/command/index.web.js",
@@ -822,7 +1014,10 @@
822
1014
  }
823
1015
  },
824
1016
  "./label": {
825
- "react-native": "./src/label/index.ts",
1017
+ "react-native": {
1018
+ "types": "./lib/typescript/module/label/index.d.ts",
1019
+ "default": "./src/label/index.ts"
1020
+ },
826
1021
  "import": {
827
1022
  "types": "./lib/typescript/module/label/index.d.ts",
828
1023
  "default": "./lib/module/label/index.js"
@@ -833,7 +1028,10 @@
833
1028
  }
834
1029
  },
835
1030
  "./kbd": {
836
- "react-native": "./src/kbd/index.ts",
1031
+ "react-native": {
1032
+ "types": "./lib/typescript/module/kbd/index.d.ts",
1033
+ "default": "./src/kbd/index.ts"
1034
+ },
837
1035
  "import": {
838
1036
  "types": "./lib/typescript/module/kbd/index.d.ts",
839
1037
  "default": "./lib/module/kbd/index.js"
@@ -844,7 +1042,10 @@
844
1042
  }
845
1043
  },
846
1044
  "./item": {
847
- "react-native": "./src/item/index.ts",
1045
+ "react-native": {
1046
+ "types": "./lib/typescript/module/item/index.d.ts",
1047
+ "default": "./src/item/index.ts"
1048
+ },
848
1049
  "import": {
849
1050
  "types": "./lib/typescript/module/item/index.d.ts",
850
1051
  "default": "./lib/module/item/index.js"
@@ -855,7 +1056,10 @@
855
1056
  }
856
1057
  },
857
1058
  "./field": {
858
- "react-native": "./src/field/index.ts",
1059
+ "react-native": {
1060
+ "types": "./lib/typescript/module/field/index.d.ts",
1061
+ "default": "./src/field/index.ts"
1062
+ },
859
1063
  "import": {
860
1064
  "types": "./lib/typescript/module/field/index.d.ts",
861
1065
  "default": "./lib/module/field/index.js"
@@ -866,7 +1070,10 @@
866
1070
  }
867
1071
  },
868
1072
  "./input-group": {
869
- "react-native": "./src/input-group/index.ts",
1073
+ "react-native": {
1074
+ "types": "./lib/typescript/module/input-group/index.d.ts",
1075
+ "default": "./src/input-group/index.ts"
1076
+ },
870
1077
  "import": {
871
1078
  "types": "./lib/typescript/module/input-group/index.d.ts",
872
1079
  "default": "./lib/module/input-group/index.js"
@@ -877,7 +1084,10 @@
877
1084
  }
878
1085
  },
879
1086
  "./slider": {
880
- "react-native": "./src/slider/index.ts",
1087
+ "react-native": {
1088
+ "types": "./lib/typescript/module/slider/index.d.ts",
1089
+ "default": "./src/slider/index.ts"
1090
+ },
881
1091
  "import": {
882
1092
  "types": "./lib/typescript/module/slider/index.d.ts",
883
1093
  "default": "./lib/module/slider/index.js"
@@ -888,7 +1098,10 @@
888
1098
  }
889
1099
  },
890
1100
  "./card": {
891
- "react-native": "./src/card/index.ts",
1101
+ "react-native": {
1102
+ "types": "./lib/typescript/module/card/index.d.ts",
1103
+ "default": "./src/card/index.ts"
1104
+ },
892
1105
  "import": {
893
1106
  "types": "./lib/typescript/module/card/index.d.ts",
894
1107
  "default": "./lib/module/card/index.js"
@@ -899,7 +1112,10 @@
899
1112
  }
900
1113
  },
901
1114
  "./badge": {
902
- "react-native": "./src/badge/index.ts",
1115
+ "react-native": {
1116
+ "types": "./lib/typescript/module/badge/index.d.ts",
1117
+ "default": "./src/badge/index.ts"
1118
+ },
903
1119
  "import": {
904
1120
  "types": "./lib/typescript/module/badge/index.d.ts",
905
1121
  "default": "./lib/module/badge/index.js"
@@ -910,7 +1126,10 @@
910
1126
  }
911
1127
  },
912
1128
  "./chip": {
913
- "react-native": "./src/chip/index.ts",
1129
+ "react-native": {
1130
+ "types": "./lib/typescript/module/chip/index.d.ts",
1131
+ "default": "./src/chip/index.ts"
1132
+ },
914
1133
  "import": {
915
1134
  "types": "./lib/typescript/module/chip/index.d.ts",
916
1135
  "default": "./lib/module/chip/index.js"
@@ -921,7 +1140,10 @@
921
1140
  }
922
1141
  },
923
1142
  "./tabs": {
924
- "react-native": "./src/tabs/index.ts",
1143
+ "react-native": {
1144
+ "types": "./lib/typescript/module/tabs/index.d.ts",
1145
+ "default": "./src/tabs/index.ts"
1146
+ },
925
1147
  "import": {
926
1148
  "types": "./lib/typescript/module/tabs/index.d.ts",
927
1149
  "default": "./lib/module/tabs/index.js"
@@ -932,7 +1154,10 @@
932
1154
  }
933
1155
  },
934
1156
  "./checkbox": {
935
- "react-native": "./src/checkbox/index.ts",
1157
+ "react-native": {
1158
+ "types": "./lib/typescript/module/checkbox/index.d.ts",
1159
+ "default": "./src/checkbox/index.ts"
1160
+ },
936
1161
  "import": {
937
1162
  "types": "./lib/typescript/module/checkbox/index.d.ts",
938
1163
  "default": "./lib/module/checkbox/index.js"
@@ -943,7 +1168,10 @@
943
1168
  }
944
1169
  },
945
1170
  "./accordion": {
946
- "react-native": "./src/accordion/index.ts",
1171
+ "react-native": {
1172
+ "types": "./lib/typescript/module/accordion/index.d.ts",
1173
+ "default": "./src/accordion/index.ts"
1174
+ },
947
1175
  "import": {
948
1176
  "types": "./lib/typescript/module/accordion/index.d.ts",
949
1177
  "default": "./lib/module/accordion/index.js"
@@ -954,7 +1182,10 @@
954
1182
  }
955
1183
  },
956
1184
  "./settings-list": {
957
- "react-native": "./src/settings-list/index.ts",
1185
+ "react-native": {
1186
+ "types": "./lib/typescript/module/settings-list/index.d.ts",
1187
+ "default": "./src/settings-list/index.ts"
1188
+ },
958
1189
  "import": {
959
1190
  "types": "./lib/typescript/module/settings-list/index.d.ts",
960
1191
  "default": "./lib/module/settings-list/index.js"
@@ -965,7 +1196,10 @@
965
1196
  }
966
1197
  },
967
1198
  "./link-preview": {
968
- "react-native": "./src/link-preview/index.ts",
1199
+ "react-native": {
1200
+ "types": "./lib/typescript/module/link-preview/index.d.ts",
1201
+ "default": "./src/link-preview/index.ts"
1202
+ },
969
1203
  "import": {
970
1204
  "types": "./lib/typescript/module/link-preview/index.d.ts",
971
1205
  "default": "./lib/module/link-preview/index.js"
@@ -976,7 +1210,10 @@
976
1210
  }
977
1211
  },
978
1212
  "./code": {
979
- "react-native": "./src/code/index.ts",
1213
+ "react-native": {
1214
+ "types": "./lib/typescript/module/code/index.d.ts",
1215
+ "default": "./src/code/index.ts"
1216
+ },
980
1217
  "import": {
981
1218
  "types": "./lib/typescript/module/code/index.d.ts",
982
1219
  "default": "./lib/module/code/index.js"
@@ -987,7 +1224,10 @@
987
1224
  }
988
1225
  },
989
1226
  "./fonts": {
990
- "react-native": "./src/fonts/index.ts",
1227
+ "react-native": {
1228
+ "types": "./lib/typescript/module/fonts/index.d.ts",
1229
+ "default": "./src/fonts/index.ts"
1230
+ },
991
1231
  "browser": {
992
1232
  "types": "./lib/typescript/module/fonts/index.web.d.ts",
993
1233
  "import": "./lib/module/fonts/index.web.js",
@@ -1003,7 +1243,10 @@
1003
1243
  }
1004
1244
  },
1005
1245
  "./scroll": {
1006
- "react-native": "./src/scroll/index.ts",
1246
+ "react-native": {
1247
+ "types": "./lib/typescript/module/scroll/index.d.ts",
1248
+ "default": "./src/scroll/index.ts"
1249
+ },
1007
1250
  "browser": {
1008
1251
  "types": "./lib/typescript/module/scroll/index.web.d.ts",
1009
1252
  "import": "./lib/module/scroll/index.web.js",
@@ -1019,7 +1262,10 @@
1019
1262
  }
1020
1263
  },
1021
1264
  "./content-panel": {
1022
- "react-native": "./src/content-panel/index.tsx",
1265
+ "react-native": {
1266
+ "types": "./lib/typescript/module/content-panel/index.d.ts",
1267
+ "default": "./src/content-panel/index.tsx"
1268
+ },
1023
1269
  "browser": {
1024
1270
  "types": "./lib/typescript/module/content-panel/index.web.d.ts",
1025
1271
  "import": "./lib/module/content-panel/index.web.js",
@@ -1035,7 +1281,10 @@
1035
1281
  }
1036
1282
  },
1037
1283
  "./list": {
1038
- "react-native": "./src/list/index.tsx",
1284
+ "react-native": {
1285
+ "types": "./lib/typescript/module/list/index.d.ts",
1286
+ "default": "./src/list/index.tsx"
1287
+ },
1039
1288
  "browser": {
1040
1289
  "types": "./lib/typescript/module/list/index.web.d.ts",
1041
1290
  "import": "./lib/module/list/index.web.js",
@@ -1051,7 +1300,10 @@
1051
1300
  }
1052
1301
  },
1053
1302
  "./tab-bar": {
1054
- "react-native": "./src/tab-bar/index.ts",
1303
+ "react-native": {
1304
+ "types": "./lib/typescript/module/tab-bar/index.d.ts",
1305
+ "default": "./src/tab-bar/index.ts"
1306
+ },
1055
1307
  "browser": {
1056
1308
  "types": "./lib/typescript/module/tab-bar/index.web.d.ts",
1057
1309
  "import": "./lib/module/tab-bar/index.web.js",
@@ -1067,7 +1319,10 @@
1067
1319
  }
1068
1320
  },
1069
1321
  "./tab-bar/expo-router": {
1070
- "react-native": "./src/tab-bar/expo-router/index.ts",
1322
+ "react-native": {
1323
+ "types": "./lib/typescript/module/tab-bar/expo-router/index.d.ts",
1324
+ "default": "./src/tab-bar/expo-router/index.ts"
1325
+ },
1071
1326
  "import": {
1072
1327
  "types": "./lib/typescript/module/tab-bar/expo-router/index.d.ts",
1073
1328
  "default": "./lib/module/tab-bar/expo-router/index.js"
@@ -1078,7 +1333,10 @@
1078
1333
  }
1079
1334
  },
1080
1335
  "./progressive-blur": {
1081
- "react-native": "./src/progressive-blur/index.tsx",
1336
+ "react-native": {
1337
+ "types": "./lib/typescript/module/progressive-blur/index.d.ts",
1338
+ "default": "./src/progressive-blur/index.tsx"
1339
+ },
1082
1340
  "browser": {
1083
1341
  "types": "./lib/typescript/module/progressive-blur/index.web.d.ts",
1084
1342
  "import": "./lib/module/progressive-blur/index.web.js",
@@ -1165,6 +1423,8 @@
1165
1423
  "generate:theme-css": "bun scripts/generate-theme-css.ts",
1166
1424
  "prebuild": "node scripts/generate-platform-exports.mjs && node scripts/generate-font-data.mjs && bun scripts/generate-theme-css.ts",
1167
1425
  "build": "bob build",
1426
+ "postbuild": "node scripts/verify-package.mjs",
1427
+ "verify:package": "node scripts/verify-package.mjs",
1168
1428
  "test": "jest",
1169
1429
  "pretest": "node scripts/generate-font-data.mjs",
1170
1430
  "typescript": "tsc --noEmit",
@@ -1247,7 +1507,7 @@
1247
1507
  "react-native-screens": ">=3.16.0",
1248
1508
  "react-native-svg": ">=13.0.0",
1249
1509
  "nativewind": ">=5.0.0",
1250
- "@react-native-community/netinfo": ""
1510
+ "@react-native-community/netinfo": ">=11.1.0"
1251
1511
  },
1252
1512
  "peerDependenciesMeta": {
1253
1513
  "expo": {