@retray-dev/ui-kit 13.2.0 → 13.4.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 (334) hide show
  1. package/CHANGELOG.md +680 -0
  2. package/CONSUMER.md +2 -0
  3. package/README.md +4 -4
  4. package/SKILL.md +276 -12
  5. package/dist/Accordion.d.mts +6 -6
  6. package/dist/Accordion.d.ts +6 -6
  7. package/dist/Accordion.js +39 -40
  8. package/dist/Accordion.mjs +4 -4
  9. package/dist/AlertBanner.d.mts +3 -3
  10. package/dist/AlertBanner.d.ts +3 -3
  11. package/dist/AlertBanner.js +7 -13
  12. package/dist/AlertBanner.mjs +4 -4
  13. package/dist/AppHeader.d.mts +4 -4
  14. package/dist/AppHeader.d.ts +4 -4
  15. package/dist/AppHeader.js +37 -28
  16. package/dist/AppHeader.mjs +6 -6
  17. package/dist/Avatar.d.mts +4 -4
  18. package/dist/Avatar.d.ts +4 -4
  19. package/dist/Avatar.mjs +2 -2
  20. package/dist/Badge.d.mts +5 -5
  21. package/dist/Badge.d.ts +5 -5
  22. package/dist/Badge.js +7 -13
  23. package/dist/Badge.mjs +3 -3
  24. package/dist/Button.d.mts +5 -5
  25. package/dist/Button.d.ts +5 -5
  26. package/dist/Button.js +31 -29
  27. package/dist/Button.mjs +5 -5
  28. package/dist/ButtonGroup.d.mts +3 -3
  29. package/dist/ButtonGroup.d.ts +3 -3
  30. package/dist/Card.d.mts +13 -13
  31. package/dist/Card.d.ts +13 -13
  32. package/dist/Card.js +23 -14
  33. package/dist/Card.mjs +4 -4
  34. package/dist/CategoryStrip.d.mts +3 -3
  35. package/dist/CategoryStrip.d.ts +3 -3
  36. package/dist/CategoryStrip.js +30 -27
  37. package/dist/CategoryStrip.mjs +5 -5
  38. package/dist/Checkbox.d.mts +2 -2
  39. package/dist/Checkbox.d.ts +2 -2
  40. package/dist/Checkbox.js +23 -14
  41. package/dist/Checkbox.mjs +3 -3
  42. package/dist/Chip.d.mts +5 -5
  43. package/dist/Chip.d.ts +5 -5
  44. package/dist/Chip.js +30 -27
  45. package/dist/Chip.mjs +5 -5
  46. package/dist/ConfirmDialog.d.mts +2 -2
  47. package/dist/ConfirmDialog.d.ts +2 -2
  48. package/dist/ConfirmDialog.js +64 -58
  49. package/dist/ConfirmDialog.mjs +7 -6
  50. package/dist/CurrencyDisplay.d.mts +3 -3
  51. package/dist/CurrencyDisplay.d.ts +3 -3
  52. package/dist/CurrencyDisplay.mjs +2 -2
  53. package/dist/CurrencyInput.d.mts +2 -2
  54. package/dist/CurrencyInput.d.ts +2 -2
  55. package/dist/CurrencyInput.js +7 -13
  56. package/dist/CurrencyInput.mjs +4 -4
  57. package/dist/DetailRow.d.mts +6 -6
  58. package/dist/DetailRow.d.ts +6 -6
  59. package/dist/DetailRow.js +7 -13
  60. package/dist/DetailRow.mjs +3 -3
  61. package/dist/EmptyState.d.mts +4 -4
  62. package/dist/EmptyState.d.ts +4 -4
  63. package/dist/EmptyState.js +31 -29
  64. package/dist/EmptyState.mjs +6 -6
  65. package/dist/ErrorBoundary.d.mts +9 -7
  66. package/dist/ErrorBoundary.d.ts +9 -7
  67. package/dist/ErrorBoundary.js +33 -29
  68. package/dist/ErrorBoundary.mjs +5 -5
  69. package/dist/Form.d.mts +9 -9
  70. package/dist/Form.d.ts +9 -9
  71. package/dist/Form.mjs +2 -2
  72. package/dist/HolographicCard.d.mts +2 -2
  73. package/dist/HolographicCard.d.ts +2 -2
  74. package/dist/HolographicCard.js +23 -14
  75. package/dist/HolographicCard.mjs +2 -2
  76. package/dist/IconButton.d.mts +4 -4
  77. package/dist/IconButton.d.ts +4 -4
  78. package/dist/IconButton.js +30 -27
  79. package/dist/IconButton.mjs +4 -4
  80. package/dist/IconPicker.d.mts +2 -2
  81. package/dist/IconPicker.d.ts +2 -2
  82. package/dist/IconPicker.js +40 -45
  83. package/dist/IconPicker.mjs +6 -6
  84. package/dist/Image.d.mts +18 -0
  85. package/dist/Image.d.ts +18 -0
  86. package/dist/Image.js +53 -0
  87. package/dist/Image.mjs +2 -0
  88. package/dist/ImageUpload.d.mts +2 -2
  89. package/dist/ImageUpload.d.ts +2 -2
  90. package/dist/ImageUpload.js +24 -15
  91. package/dist/ImageUpload.mjs +5 -5
  92. package/dist/ImageViewer.d.mts +2 -2
  93. package/dist/ImageViewer.d.ts +2 -2
  94. package/dist/ImageViewer.js +31 -28
  95. package/dist/ImageViewer.mjs +6 -6
  96. package/dist/Input.d.mts +4 -4
  97. package/dist/Input.d.ts +4 -4
  98. package/dist/Input.js +7 -13
  99. package/dist/Input.mjs +3 -3
  100. package/dist/ItemGroup.d.mts +23 -0
  101. package/dist/ItemGroup.d.ts +23 -0
  102. package/dist/{ListGroup.js → ItemGroup.js} +11 -13
  103. package/dist/ItemGroup.mjs +4 -0
  104. package/dist/LabelValue.d.mts +4 -4
  105. package/dist/LabelValue.d.ts +4 -4
  106. package/dist/LabelValue.js +7 -13
  107. package/dist/LabelValue.mjs +3 -3
  108. package/dist/ListItem.d.mts +6 -6
  109. package/dist/ListItem.d.ts +6 -6
  110. package/dist/ListItem.js +30 -27
  111. package/dist/ListItem.mjs +5 -5
  112. package/dist/MediaCard.d.mts +6 -6
  113. package/dist/MediaCard.d.ts +6 -6
  114. package/dist/MediaCard.js +30 -27
  115. package/dist/MediaCard.mjs +5 -5
  116. package/dist/MenuItem.d.mts +5 -5
  117. package/dist/MenuItem.d.ts +5 -5
  118. package/dist/MenuItem.js +30 -27
  119. package/dist/MenuItem.mjs +5 -5
  120. package/dist/MonthPicker.d.mts +2 -2
  121. package/dist/MonthPicker.d.ts +2 -2
  122. package/dist/MonthPicker.js +23 -14
  123. package/dist/MonthPicker.mjs +3 -3
  124. package/dist/NumberStepper.d.mts +3 -3
  125. package/dist/NumberStepper.d.ts +3 -3
  126. package/dist/NumberStepper.js +30 -27
  127. package/dist/NumberStepper.mjs +5 -5
  128. package/dist/PagerDots.d.mts +2 -2
  129. package/dist/PagerDots.d.ts +2 -2
  130. package/dist/PagerDots.js +30 -27
  131. package/dist/PagerDots.mjs +4 -4
  132. package/dist/Pressable.d.mts +3 -27
  133. package/dist/Pressable.d.ts +3 -27
  134. package/dist/Pressable.js +23 -14
  135. package/dist/Pressable.mjs +2 -2
  136. package/dist/PricingCard.d.mts +2 -2
  137. package/dist/PricingCard.d.ts +2 -2
  138. package/dist/PricingCard.js +31 -29
  139. package/dist/PricingCard.mjs +7 -7
  140. package/dist/Progress.d.mts +2 -2
  141. package/dist/Progress.d.ts +2 -2
  142. package/dist/Progress.mjs +2 -2
  143. package/dist/RadioGroup.d.mts +2 -2
  144. package/dist/RadioGroup.d.ts +2 -2
  145. package/dist/RadioGroup.js +23 -14
  146. package/dist/RadioGroup.mjs +3 -3
  147. package/dist/RetrayProvider.d.mts +1 -1
  148. package/dist/RetrayProvider.d.ts +1 -1
  149. package/dist/RetrayProvider.js +14 -34
  150. package/dist/RetrayProvider.mjs +3 -3
  151. package/dist/ScreenContainer.d.mts +24 -0
  152. package/dist/ScreenContainer.d.ts +24 -0
  153. package/dist/ScreenContainer.js +85 -0
  154. package/dist/ScreenContainer.mjs +3 -0
  155. package/dist/Select.d.mts +2 -2
  156. package/dist/Select.d.ts +2 -2
  157. package/dist/Select.js +38 -45
  158. package/dist/Select.mjs +3 -3
  159. package/dist/SelectableCard.d.mts +5 -5
  160. package/dist/SelectableCard.d.ts +5 -5
  161. package/dist/SelectableCard.js +30 -27
  162. package/dist/SelectableCard.mjs +5 -5
  163. package/dist/SelectableGrid.d.mts +5 -4
  164. package/dist/SelectableGrid.d.ts +5 -4
  165. package/dist/SelectableGrid.js +80 -44
  166. package/dist/SelectableGrid.mjs +5 -5
  167. package/dist/Separator.d.mts +4 -2
  168. package/dist/Separator.d.ts +4 -2
  169. package/dist/Separator.js +29 -1
  170. package/dist/Separator.mjs +3 -2
  171. package/dist/Sheet.d.mts +10 -10
  172. package/dist/Sheet.d.ts +10 -10
  173. package/dist/Sheet.js +59 -44
  174. package/dist/Sheet.mjs +4 -3
  175. package/dist/SheetSelect.d.mts +2 -2
  176. package/dist/SheetSelect.d.ts +2 -2
  177. package/dist/SheetSelect.js +30 -27
  178. package/dist/SheetSelect.mjs +5 -5
  179. package/dist/Skeleton.d.mts +5 -5
  180. package/dist/Skeleton.d.ts +5 -5
  181. package/dist/Skeleton.mjs +3 -3
  182. package/dist/Slider.d.mts +2 -2
  183. package/dist/Slider.d.ts +2 -2
  184. package/dist/Slider.js +23 -14
  185. package/dist/Slider.mjs +3 -3
  186. package/dist/Spinner.d.mts +2 -2
  187. package/dist/Spinner.d.ts +2 -2
  188. package/dist/Spinner.mjs +2 -2
  189. package/dist/Stats.d.mts +6 -6
  190. package/dist/Stats.d.ts +6 -6
  191. package/dist/Stats.js +30 -27
  192. package/dist/Stats.mjs +5 -5
  193. package/dist/Switch.d.mts +2 -2
  194. package/dist/Switch.d.ts +2 -2
  195. package/dist/Switch.js +23 -14
  196. package/dist/Switch.mjs +3 -3
  197. package/dist/TabBar.d.mts +3 -3
  198. package/dist/TabBar.d.ts +3 -3
  199. package/dist/TabBar.js +30 -27
  200. package/dist/TabBar.mjs +4 -4
  201. package/dist/Tabs.d.mts +13 -13
  202. package/dist/Tabs.d.ts +13 -13
  203. package/dist/Tabs.js +23 -14
  204. package/dist/Tabs.mjs +3 -3
  205. package/dist/Text.d.mts +4 -4
  206. package/dist/Text.d.ts +4 -4
  207. package/dist/Text.js +20 -2
  208. package/dist/Text.mjs +3 -3
  209. package/dist/Textarea.d.mts +3 -3
  210. package/dist/Textarea.d.ts +3 -3
  211. package/dist/Textarea.js +7 -13
  212. package/dist/Textarea.mjs +3 -3
  213. package/dist/Toast.d.mts +4 -4
  214. package/dist/Toast.d.ts +4 -4
  215. package/dist/Toast.mjs +2 -2
  216. package/dist/Toggle.d.mts +4 -4
  217. package/dist/Toggle.d.ts +4 -4
  218. package/dist/Toggle.js +30 -27
  219. package/dist/Toggle.mjs +4 -4
  220. package/dist/VirtualizedList.d.mts +28 -0
  221. package/dist/VirtualizedList.d.ts +28 -0
  222. package/dist/VirtualizedList.js +130 -0
  223. package/dist/VirtualizedList.mjs +3 -0
  224. package/dist/{chunk-MZ6WRTD2.mjs → chunk-24JTXQ2M.mjs} +7 -13
  225. package/dist/{chunk-OBV72JD4.mjs → chunk-2DDJ53DK.mjs} +9 -11
  226. package/dist/{chunk-H6MQL7PS.mjs → chunk-2J5OZOMX.mjs} +12 -6
  227. package/dist/{chunk-4NQFTHN3.mjs → chunk-3GE4UFV5.mjs} +2 -2
  228. package/dist/{chunk-KAGADD2O.mjs → chunk-3RIZCKRM.mjs} +2 -2
  229. package/dist/{chunk-DE25XTVQ.mjs → chunk-3VHFOSZR.mjs} +2 -2
  230. package/dist/{chunk-C5ZRMR2E.mjs → chunk-4PF4LKNT.mjs} +2 -2
  231. package/dist/{chunk-5MYNAAFE.mjs → chunk-5J7VKFSZ.mjs} +4 -4
  232. package/dist/{chunk-E2PONRJG.mjs → chunk-5TNQ573V.mjs} +2 -2
  233. package/dist/{chunk-CZN6L2QU.mjs → chunk-6T2DVIQT.mjs} +4 -4
  234. package/dist/{chunk-L3YKPTJQ.mjs → chunk-7CE6PDCQ.mjs} +2 -2
  235. package/dist/{chunk-Y6YS33GM.mjs → chunk-AHFEAY6M.mjs} +4 -4
  236. package/dist/{chunk-77UOVFIS.mjs → chunk-AZRATPNP.mjs} +2 -2
  237. package/dist/{chunk-UMZTPUB3.mjs → chunk-BGXOEFDM.mjs} +6 -31
  238. package/dist/{chunk-KC5QDYGZ.mjs → chunk-BMAAAJWN.mjs} +2 -2
  239. package/dist/{chunk-IJCMPVW5.mjs → chunk-BQMJQMWY.mjs} +2 -2
  240. package/dist/{chunk-COA2YZOX.mjs → chunk-BTPCY4C7.mjs} +4 -4
  241. package/dist/chunk-BVJAYPAD.mjs +55 -0
  242. package/dist/{chunk-RA6SAAFE.mjs → chunk-BWLVX2SQ.mjs} +4 -4
  243. package/dist/{chunk-HHOOFDBA.mjs → chunk-CCEM3HIJ.mjs} +5 -5
  244. package/dist/chunk-CTUFFKGS.mjs +30 -0
  245. package/dist/{chunk-EHGBHFMH.mjs → chunk-CYGYC7XT.mjs} +8 -4
  246. package/dist/{chunk-ESQDPO5E.mjs → chunk-DLAOTHHS.mjs} +7 -6
  247. package/dist/{chunk-QY3X2UYR.mjs → chunk-DYYPDQA2.mjs} +21 -7
  248. package/dist/{chunk-S44XWTTC.mjs → chunk-E4BJ5WXG.mjs} +3 -3
  249. package/dist/{chunk-HUSSF6TF.mjs → chunk-EQNCMDZC.mjs} +1 -1
  250. package/dist/{chunk-PI6RULJX.mjs → chunk-EQYTDFDD.mjs} +1 -1
  251. package/dist/{chunk-BULKGOIZ.mjs → chunk-FE26TPCI.mjs} +4 -4
  252. package/dist/{chunk-DBHSUUKU.mjs → chunk-FOUSI6JD.mjs} +1 -1
  253. package/dist/{chunk-KPTY7UYQ.mjs → chunk-GR7PKEKD.mjs} +1 -1
  254. package/dist/{chunk-RRKM4MKB.mjs → chunk-HLWGFBIF.mjs} +3 -3
  255. package/dist/chunk-HMKJGVXA.mjs +35 -0
  256. package/dist/{chunk-U6DEBYU5.mjs → chunk-IFGZUJFH.mjs} +3 -3
  257. package/dist/{chunk-2VIDP72N.mjs → chunk-K3V6OTVB.mjs} +1 -1
  258. package/dist/{chunk-K7TKID3V.mjs → chunk-K4YFTUMC.mjs} +3 -3
  259. package/dist/{chunk-NGEN2EES.mjs → chunk-MQAK2W6L.mjs} +14 -22
  260. package/dist/{chunk-CM2DG4MR.mjs → chunk-MSS3CD6F.mjs} +4 -4
  261. package/dist/{chunk-2QXJDRVU.mjs → chunk-NQYS6RPX.mjs} +4 -4
  262. package/dist/{chunk-62BBSSUF.mjs → chunk-P5KC3RTG.mjs} +1 -1
  263. package/dist/{chunk-K3QX2M26.mjs → chunk-PPKCGCZ3.mjs} +5 -5
  264. package/dist/{chunk-ITG4JQM3.mjs → chunk-QEE3EQ3N.mjs} +2 -2
  265. package/dist/{chunk-IDVUZIVY.mjs → chunk-RLPPRIJ7.mjs} +17 -33
  266. package/dist/{chunk-XCIG6HT2.mjs → chunk-S433IOQE.mjs} +2 -2
  267. package/dist/{chunk-IGU223UM.mjs → chunk-SWUZKVYO.mjs} +1 -1
  268. package/dist/{chunk-NPCBNGNE.mjs → chunk-T4KMKHTI.mjs} +55 -22
  269. package/dist/{chunk-7BZJRB77.mjs → chunk-UBTP4NPP.mjs} +4 -30
  270. package/dist/{chunk-TMH263OK.mjs → chunk-UEA2VYGW.mjs} +3 -3
  271. package/dist/chunk-VISIOH33.mjs +37 -0
  272. package/dist/{chunk-SZEKQAOY.mjs → chunk-VSKBODEY.mjs} +1 -1
  273. package/dist/{chunk-FTTI6T5Q.mjs → chunk-W422TEH2.mjs} +3 -3
  274. package/dist/{chunk-WIPEDNSD.mjs → chunk-WD5LBXPR.mjs} +4 -4
  275. package/dist/chunk-WFNGSYS4.mjs +111 -0
  276. package/dist/chunk-WR6DCNAE.mjs +65 -0
  277. package/dist/{chunk-ERWJPVX7.mjs → chunk-XKBB2UZU.mjs} +2 -2
  278. package/dist/{chunk-422IVD3H.mjs → chunk-Y5TPAKOS.mjs} +13 -17
  279. package/dist/{chunk-AZV7KNJI.mjs → chunk-YKWIMVGU.mjs} +2 -2
  280. package/dist/{chunk-ZKDKKQCE.mjs → chunk-YOXSXHDE.mjs} +4 -4
  281. package/dist/{chunk-PGQ6FMXS.mjs → chunk-ZO5BRTCW.mjs} +2 -2
  282. package/dist/{chunk-KSSVIFYR.mjs → chunk-ZQGCQ7SA.mjs} +14 -34
  283. package/dist/{chunk-ZTPYUU5C.mjs → chunk-ZRUUUVOO.mjs} +3 -3
  284. package/dist/{index-CY34hxPN.d.mts → index-CinAt5Uo.d.mts} +3 -3
  285. package/dist/{index-CY34hxPN.d.ts → index-CinAt5Uo.d.ts} +3 -3
  286. package/dist/index.d.mts +68 -18
  287. package/dist/index.d.ts +68 -18
  288. package/dist/index.js +965 -825
  289. package/dist/index.mjs +76 -69
  290. package/package.json +3 -2
  291. package/src/components/Accordion/Accordion.tsx +9 -18
  292. package/src/components/AppHeader/AppHeader.tsx +9 -1
  293. package/src/components/ConfirmDialog/ConfirmDialog.tsx +4 -34
  294. package/src/components/ErrorBoundary/ErrorBoundary.tsx +5 -2
  295. package/src/components/Image/Image.tsx +50 -0
  296. package/src/components/Image/index.ts +2 -0
  297. package/src/components/ImageUpload/ImageUpload.tsx +1 -1
  298. package/src/components/{ListGroup/ListGroup.tsx → ItemGroup/ItemGroup.tsx} +15 -29
  299. package/src/components/ItemGroup/index.ts +2 -0
  300. package/src/components/ListGroup/index.tsx +20 -0
  301. package/src/components/MenuGroup/index.tsx +20 -0
  302. package/src/components/Pressable/Pressable.tsx +0 -24
  303. package/src/components/ScreenContainer/ScreenContainer.tsx +94 -0
  304. package/src/components/ScreenContainer/index.ts +2 -0
  305. package/src/components/Select/Select.tsx +22 -30
  306. package/src/components/SelectableGrid/SelectableGrid.tsx +51 -19
  307. package/src/components/Separator/Separator.tsx +35 -2
  308. package/src/components/Sheet/Sheet.tsx +3 -34
  309. package/src/components/Tabs/Tabs.tsx +9 -9
  310. package/src/components/Tabs/index.ts +1 -1
  311. package/src/components/Text/Text.tsx +6 -0
  312. package/src/components/VirtualizedList/VirtualizedList.tsx +154 -0
  313. package/src/components/VirtualizedList/index.ts +2 -0
  314. package/src/hooks/useConfirmDialog.ts +2 -11
  315. package/src/hooks/useSheetModal.ts +40 -0
  316. package/src/index.ts +5 -1
  317. package/src/theme/colors.ts +19 -57
  318. package/src/tokens.ts +21 -7
  319. package/src/utils/curatedIcons.ts +9 -18
  320. package/src/utils/haptics.ts +10 -21
  321. package/src/utils/icons.ts +7 -14
  322. package/dist/ListGroup.d.mts +0 -34
  323. package/dist/ListGroup.d.ts +0 -34
  324. package/dist/ListGroup.mjs +0 -4
  325. package/dist/MenuGroup.d.mts +0 -34
  326. package/dist/MenuGroup.d.ts +0 -34
  327. package/dist/MenuGroup.js +0 -106
  328. package/dist/MenuGroup.mjs +0 -4
  329. package/dist/chunk-ARONDO7M.mjs +0 -40
  330. package/dist/chunk-EW2FIDSM.mjs +0 -29
  331. package/dist/chunk-S2VGME7X.mjs +0 -82
  332. package/src/components/ListGroup/index.ts +0 -1
  333. package/src/components/MenuGroup/MenuGroup.tsx +0 -145
  334. package/src/components/MenuGroup/index.ts +0 -1
package/dist/Stats.mjs CHANGED
@@ -1,7 +1,7 @@
1
- export { Stats } from './chunk-ZKDKKQCE.mjs';
1
+ export { Stats } from './chunk-YOXSXHDE.mjs';
2
2
  import './chunk-IFYMBOEN.mjs';
3
- import './chunk-ARONDO7M.mjs';
4
- import './chunk-QY3X2UYR.mjs';
5
- import './chunk-MZ6WRTD2.mjs';
6
- import './chunk-KSSVIFYR.mjs';
3
+ import './chunk-CTUFFKGS.mjs';
4
+ import './chunk-DYYPDQA2.mjs';
5
+ import './chunk-24JTXQ2M.mjs';
6
+ import './chunk-ZQGCQ7SA.mjs';
7
7
  import './chunk-2CE3TQVY.mjs';
package/dist/Switch.d.mts CHANGED
@@ -1,4 +1,4 @@
1
- import React from 'react';
1
+ import React__default from 'react';
2
2
  import { ViewStyle } from 'react-native';
3
3
 
4
4
  interface SwitchProps {
@@ -9,6 +9,6 @@ interface SwitchProps {
9
9
  accessibilityLabel?: string;
10
10
  accessibilityHint?: string;
11
11
  }
12
- declare function Switch({ checked, onCheckedChange, disabled, style, accessibilityLabel, accessibilityHint }: SwitchProps): React.JSX.Element;
12
+ declare function Switch({ checked, onCheckedChange, disabled, style, accessibilityLabel, accessibilityHint }: SwitchProps): React__default.JSX.Element;
13
13
 
14
14
  export { Switch, type SwitchProps };
package/dist/Switch.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import React from 'react';
1
+ import React__default from 'react';
2
2
  import { ViewStyle } from 'react-native';
3
3
 
4
4
  interface SwitchProps {
@@ -9,6 +9,6 @@ interface SwitchProps {
9
9
  accessibilityLabel?: string;
10
10
  accessibilityHint?: string;
11
11
  }
12
- declare function Switch({ checked, onCheckedChange, disabled, style, accessibilityLabel, accessibilityHint }: SwitchProps): React.JSX.Element;
12
+ declare function Switch({ checked, onCheckedChange, disabled, style, accessibilityLabel, accessibilityHint }: SwitchProps): React__default.JSX.Element;
13
13
 
14
14
  export { Switch, type SwitchProps };
package/dist/Switch.js CHANGED
@@ -4,30 +4,39 @@ var React2 = require('react');
4
4
  var reactNative = require('react-native');
5
5
  var reactNativeEase = require('react-native-ease');
6
6
  var vectorIcons = require('@expo/vector-icons');
7
+ var Haptics = require('expo-haptics');
7
8
  var reactNativeSizeMatters = require('react-native-size-matters');
8
9
  var pressto = require('pressto');
9
10
 
10
11
  function _interopDefault (e) { return e && e.__esModule ? e : { default: e }; }
11
12
 
13
+ function _interopNamespace(e) {
14
+ if (e && e.__esModule) return e;
15
+ var n = Object.create(null);
16
+ if (e) {
17
+ Object.keys(e).forEach(function (k) {
18
+ if (k !== 'default') {
19
+ var d = Object.getOwnPropertyDescriptor(e, k);
20
+ Object.defineProperty(n, k, d.get ? d : {
21
+ enumerable: true,
22
+ get: function () { return e[k]; }
23
+ });
24
+ }
25
+ });
26
+ }
27
+ n.default = e;
28
+ return Object.freeze(n);
29
+ }
30
+
12
31
  var React2__default = /*#__PURE__*/_interopDefault(React2);
32
+ var Haptics__namespace = /*#__PURE__*/_interopNamespace(Haptics);
13
33
 
14
34
  // src/components/Switch/Switch.tsx
15
- var _haptics = null;
16
- var _loaded = false;
17
- async function getHaptics() {
18
- if (reactNative.Platform.OS === "web") return null;
19
- if (!_loaded) {
20
- _loaded = true;
21
- try {
22
- _haptics = await import('expo-haptics');
23
- } catch {
24
- _haptics = null;
25
- }
26
- }
27
- return _haptics;
35
+ function maybeHaptics() {
36
+ return reactNative.Platform.OS === "web" ? null : Haptics__namespace;
28
37
  }
29
38
  function selectionAsync() {
30
- getHaptics().then((h) => h?.selectionAsync());
39
+ maybeHaptics()?.selectionAsync();
31
40
  }
32
41
  var ThemeContext = React2.createContext(void 0);
33
42
  function useTheme() {
package/dist/Switch.mjs CHANGED
@@ -1,6 +1,6 @@
1
- export { Switch } from './chunk-E2PONRJG.mjs';
1
+ export { Switch } from './chunk-5TNQ573V.mjs';
2
2
  import './chunk-M53LC4Q7.mjs';
3
3
  import './chunk-IFYMBOEN.mjs';
4
- import './chunk-ARONDO7M.mjs';
5
- import './chunk-KSSVIFYR.mjs';
4
+ import './chunk-CTUFFKGS.mjs';
5
+ import './chunk-ZQGCQ7SA.mjs';
6
6
  import './chunk-2CE3TQVY.mjs';
package/dist/TabBar.d.mts CHANGED
@@ -1,4 +1,4 @@
1
- import React from 'react';
1
+ import React__default from 'react';
2
2
  import { ViewStyle } from 'react-native';
3
3
 
4
4
  interface TabBarItem {
@@ -9,7 +9,7 @@ interface TabBarItem {
9
9
  /** Icon name (active + inactive share the name; color signals state). */
10
10
  iconName?: string;
11
11
  /** Custom icon node — receives no state, overrides `iconName`. */
12
- icon?: React.ReactNode;
12
+ icon?: React__default.ReactNode;
13
13
  /** Badge overlay — `true` shows a dot, a number shows a count (capped at 99). */
14
14
  badge?: boolean | number;
15
15
  }
@@ -37,6 +37,6 @@ interface TabBarProps {
37
37
  * onTabPress={setTab}
38
38
  * />
39
39
  */
40
- declare function TabBar({ items, activeKey, onTabPress, activeColor, inactiveColor, withSafeArea, style, }: TabBarProps): React.JSX.Element;
40
+ declare function TabBar({ items, activeKey, onTabPress, activeColor, inactiveColor, withSafeArea, style, }: TabBarProps): React__default.JSX.Element;
41
41
 
42
42
  export { TabBar, type TabBarItem, type TabBarProps };
package/dist/TabBar.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import React from 'react';
1
+ import React__default from 'react';
2
2
  import { ViewStyle } from 'react-native';
3
3
 
4
4
  interface TabBarItem {
@@ -9,7 +9,7 @@ interface TabBarItem {
9
9
  /** Icon name (active + inactive share the name; color signals state). */
10
10
  iconName?: string;
11
11
  /** Custom icon node — receives no state, overrides `iconName`. */
12
- icon?: React.ReactNode;
12
+ icon?: React__default.ReactNode;
13
13
  /** Badge overlay — `true` shows a dot, a number shows a count (capped at 99). */
14
14
  badge?: boolean | number;
15
15
  }
@@ -37,6 +37,6 @@ interface TabBarProps {
37
37
  * onTabPress={setTab}
38
38
  * />
39
39
  */
40
- declare function TabBar({ items, activeKey, onTabPress, activeColor, inactiveColor, withSafeArea, style, }: TabBarProps): React.JSX.Element;
40
+ declare function TabBar({ items, activeKey, onTabPress, activeColor, inactiveColor, withSafeArea, style, }: TabBarProps): React__default.JSX.Element;
41
41
 
42
42
  export { TabBar, type TabBarItem, type TabBarProps };
package/dist/TabBar.js CHANGED
@@ -9,11 +9,30 @@ var Feather = require('@expo/vector-icons/Feather');
9
9
  var FontAwesome5 = require('@expo/vector-icons/FontAwesome5');
10
10
  var MaterialIcons = require('@expo/vector-icons/MaterialIcons');
11
11
  var Ionicons = require('@expo/vector-icons/Ionicons');
12
+ var Haptics = require('expo-haptics');
12
13
  var reactNativeSizeMatters = require('react-native-size-matters');
13
14
  var pressto = require('pressto');
14
15
 
15
16
  function _interopDefault (e) { return e && e.__esModule ? e : { default: e }; }
16
17
 
18
+ function _interopNamespace(e) {
19
+ if (e && e.__esModule) return e;
20
+ var n = Object.create(null);
21
+ if (e) {
22
+ Object.keys(e).forEach(function (k) {
23
+ if (k !== 'default') {
24
+ var d = Object.getOwnPropertyDescriptor(e, k);
25
+ Object.defineProperty(n, k, d.get ? d : {
26
+ enumerable: true,
27
+ get: function () { return e[k]; }
28
+ });
29
+ }
30
+ });
31
+ }
32
+ n.default = e;
33
+ return Object.freeze(n);
34
+ }
35
+
17
36
  var React3__default = /*#__PURE__*/_interopDefault(React3);
18
37
  var AntDesign__default = /*#__PURE__*/_interopDefault(AntDesign);
19
38
  var Entypo__default = /*#__PURE__*/_interopDefault(Entypo);
@@ -21,6 +40,7 @@ var Feather__default = /*#__PURE__*/_interopDefault(Feather);
21
40
  var FontAwesome5__default = /*#__PURE__*/_interopDefault(FontAwesome5);
22
41
  var MaterialIcons__default = /*#__PURE__*/_interopDefault(MaterialIcons);
23
42
  var Ionicons__default = /*#__PURE__*/_interopDefault(Ionicons);
43
+ var Haptics__namespace = /*#__PURE__*/_interopNamespace(Haptics);
24
44
 
25
45
  // src/components/TabBar/TabBar.tsx
26
46
  var ThemeContext = React3.createContext(void 0);
@@ -39,43 +59,26 @@ var ALL_FAMILIES = [
39
59
  { name: "MaterialIcons", component: MaterialIcons__default.default },
40
60
  { name: "Ionicons", component: Ionicons__default.default }
41
61
  ];
42
- var glyphCacheInitialized = false;
43
- function ensureGlyphCache() {
44
- if (glyphCacheInitialized) return;
45
- glyphCacheInitialized = true;
46
- for (const entry of ALL_FAMILIES) {
47
- try {
48
- entry.glyphMap = entry.component.glyphMap;
49
- } catch {
50
- entry.glyphMap = {};
51
- }
62
+ function getGlyphMap(component) {
63
+ try {
64
+ return component.glyphMap ?? {};
65
+ } catch {
66
+ return {};
52
67
  }
53
68
  }
54
69
  function Icon({ name, size, color, family }) {
55
- ensureGlyphCache();
56
70
  const entry = family ? ALL_FAMILIES.find((f) => f.name === family) : ALL_FAMILIES.find((f) => {
57
- const glyphMap = f.glyphMap;
58
- return glyphMap ? name in glyphMap : false;
71
+ const glyphMap = getGlyphMap(f.component);
72
+ return name in glyphMap;
59
73
  });
60
74
  if (!entry) return null;
61
75
  return React3__default.default.createElement(entry.component, { name, size, color });
62
76
  }
63
- var _haptics = null;
64
- var _loaded = false;
65
- async function getHaptics() {
66
- if (reactNative.Platform.OS === "web") return null;
67
- if (!_loaded) {
68
- _loaded = true;
69
- try {
70
- _haptics = await import('expo-haptics');
71
- } catch {
72
- _haptics = null;
73
- }
74
- }
75
- return _haptics;
77
+ function maybeHaptics() {
78
+ return reactNative.Platform.OS === "web" ? null : Haptics__namespace;
76
79
  }
77
80
  function selectionAsync() {
78
- getHaptics().then((h) => h?.selectionAsync());
81
+ maybeHaptics()?.selectionAsync();
79
82
  }
80
83
  var isWeb = reactNative.Platform.OS === "web";
81
84
  var s = isWeb ? (n) => n : reactNativeSizeMatters.scale;
package/dist/TabBar.mjs CHANGED
@@ -1,6 +1,6 @@
1
- export { TabBar } from './chunk-U6DEBYU5.mjs';
1
+ export { TabBar } from './chunk-IFGZUJFH.mjs';
2
2
  import './chunk-IFYMBOEN.mjs';
3
- import './chunk-ARONDO7M.mjs';
4
- import './chunk-MZ6WRTD2.mjs';
5
- import './chunk-KSSVIFYR.mjs';
3
+ import './chunk-CTUFFKGS.mjs';
4
+ import './chunk-24JTXQ2M.mjs';
5
+ import './chunk-ZQGCQ7SA.mjs';
6
6
  import './chunk-2CE3TQVY.mjs';
package/dist/Tabs.d.mts CHANGED
@@ -1,27 +1,27 @@
1
- import React from 'react';
1
+ import React__default from 'react';
2
2
  import { ViewStyle } from 'react-native';
3
3
 
4
- interface TabItem {
4
+ interface TabItem<T extends string = string> {
5
5
  label: string;
6
- value: string;
7
- icon?: React.ReactNode | ((active: boolean) => React.ReactNode);
6
+ value: T;
7
+ icon?: React__default.ReactNode | ((active: boolean) => React__default.ReactNode);
8
8
  }
9
9
  type TabsVariant = 'pill' | 'underline';
10
- interface TabsProps {
11
- tabs: TabItem[];
10
+ interface TabsProps<T extends string = string> {
11
+ tabs: TabItem<T>[];
12
12
  variant?: TabsVariant;
13
- value?: string;
14
- onValueChange?: (value: string) => void;
15
- children?: React.ReactNode;
13
+ value?: T;
14
+ onValueChange?: (value: T) => void;
15
+ children?: React__default.ReactNode;
16
16
  style?: ViewStyle;
17
17
  }
18
18
  interface TabsContentProps {
19
19
  value: string;
20
20
  activeValue: string;
21
- children: React.ReactNode;
21
+ children: React__default.ReactNode;
22
22
  style?: ViewStyle;
23
23
  }
24
- declare function Tabs({ tabs, variant, value, onValueChange, children, style }: TabsProps): React.JSX.Element;
25
- declare function TabsContent({ value, activeValue, children, style }: TabsContentProps): React.JSX.Element | null;
24
+ declare function Tabs<T extends string = string>({ tabs, variant, value, onValueChange, children, style }: TabsProps<T>): React__default.JSX.Element;
25
+ declare function TabsContent({ value, activeValue, children, style }: TabsContentProps): React__default.JSX.Element | null;
26
26
 
27
- export { type TabItem, Tabs, TabsContent, type TabsContentProps, type TabsProps };
27
+ export { type TabItem, Tabs, TabsContent, type TabsContentProps, type TabsProps, type TabsVariant };
package/dist/Tabs.d.ts CHANGED
@@ -1,27 +1,27 @@
1
- import React from 'react';
1
+ import React__default from 'react';
2
2
  import { ViewStyle } from 'react-native';
3
3
 
4
- interface TabItem {
4
+ interface TabItem<T extends string = string> {
5
5
  label: string;
6
- value: string;
7
- icon?: React.ReactNode | ((active: boolean) => React.ReactNode);
6
+ value: T;
7
+ icon?: React__default.ReactNode | ((active: boolean) => React__default.ReactNode);
8
8
  }
9
9
  type TabsVariant = 'pill' | 'underline';
10
- interface TabsProps {
11
- tabs: TabItem[];
10
+ interface TabsProps<T extends string = string> {
11
+ tabs: TabItem<T>[];
12
12
  variant?: TabsVariant;
13
- value?: string;
14
- onValueChange?: (value: string) => void;
15
- children?: React.ReactNode;
13
+ value?: T;
14
+ onValueChange?: (value: T) => void;
15
+ children?: React__default.ReactNode;
16
16
  style?: ViewStyle;
17
17
  }
18
18
  interface TabsContentProps {
19
19
  value: string;
20
20
  activeValue: string;
21
- children: React.ReactNode;
21
+ children: React__default.ReactNode;
22
22
  style?: ViewStyle;
23
23
  }
24
- declare function Tabs({ tabs, variant, value, onValueChange, children, style }: TabsProps): React.JSX.Element;
25
- declare function TabsContent({ value, activeValue, children, style }: TabsContentProps): React.JSX.Element | null;
24
+ declare function Tabs<T extends string = string>({ tabs, variant, value, onValueChange, children, style }: TabsProps<T>): React__default.JSX.Element;
25
+ declare function TabsContent({ value, activeValue, children, style }: TabsContentProps): React__default.JSX.Element | null;
26
26
 
27
- export { type TabItem, Tabs, TabsContent, type TabsContentProps, type TabsProps };
27
+ export { type TabItem, Tabs, TabsContent, type TabsContentProps, type TabsProps, type TabsVariant };
package/dist/Tabs.js CHANGED
@@ -3,31 +3,40 @@
3
3
  var React2 = require('react');
4
4
  var reactNative = require('react-native');
5
5
  var Animated = require('react-native-reanimated');
6
+ var Haptics = require('expo-haptics');
6
7
  var reactNativeSizeMatters = require('react-native-size-matters');
7
8
  var pressto = require('pressto');
8
9
 
9
10
  function _interopDefault (e) { return e && e.__esModule ? e : { default: e }; }
10
11
 
12
+ function _interopNamespace(e) {
13
+ if (e && e.__esModule) return e;
14
+ var n = Object.create(null);
15
+ if (e) {
16
+ Object.keys(e).forEach(function (k) {
17
+ if (k !== 'default') {
18
+ var d = Object.getOwnPropertyDescriptor(e, k);
19
+ Object.defineProperty(n, k, d.get ? d : {
20
+ enumerable: true,
21
+ get: function () { return e[k]; }
22
+ });
23
+ }
24
+ });
25
+ }
26
+ n.default = e;
27
+ return Object.freeze(n);
28
+ }
29
+
11
30
  var React2__default = /*#__PURE__*/_interopDefault(React2);
12
31
  var Animated__default = /*#__PURE__*/_interopDefault(Animated);
32
+ var Haptics__namespace = /*#__PURE__*/_interopNamespace(Haptics);
13
33
 
14
34
  // src/components/Tabs/Tabs.tsx
15
- var _haptics = null;
16
- var _loaded = false;
17
- async function getHaptics() {
18
- if (reactNative.Platform.OS === "web") return null;
19
- if (!_loaded) {
20
- _loaded = true;
21
- try {
22
- _haptics = await import('expo-haptics');
23
- } catch {
24
- _haptics = null;
25
- }
26
- }
27
- return _haptics;
35
+ function maybeHaptics() {
36
+ return reactNative.Platform.OS === "web" ? null : Haptics__namespace;
28
37
  }
29
38
  function selectionAsync() {
30
- getHaptics().then((h) => h?.selectionAsync());
39
+ maybeHaptics()?.selectionAsync();
31
40
  }
32
41
  var ThemeContext = React2.createContext(void 0);
33
42
  function useTheme() {
package/dist/Tabs.mjs CHANGED
@@ -1,6 +1,6 @@
1
- export { Tabs, TabsContent } from './chunk-KC5QDYGZ.mjs';
1
+ export { Tabs, TabsContent } from './chunk-BMAAAJWN.mjs';
2
2
  import './chunk-M53LC4Q7.mjs';
3
3
  import './chunk-IFYMBOEN.mjs';
4
- import './chunk-ARONDO7M.mjs';
5
- import './chunk-KSSVIFYR.mjs';
4
+ import './chunk-CTUFFKGS.mjs';
5
+ import './chunk-ZQGCQ7SA.mjs';
6
6
  import './chunk-2CE3TQVY.mjs';
package/dist/Text.d.mts CHANGED
@@ -1,14 +1,14 @@
1
- import React from 'react';
1
+ import React__default from 'react';
2
2
  import { TextProps as TextProps$1 } from 'react-native';
3
3
 
4
- type TextVariant = 'display-hero' | 'display-xl' | 'display-lg' | 'display-md' | 'display-sm' | 'title-md' | 'title-sm' | 'body-md' | 'body-sm' | 'caption' | 'caption-sm' | 'badge-text' | 'micro-label' | 'uppercase-tag' | 'button-lg' | 'button-sm';
4
+ type TextVariant = 'display-hero' | 'display-xl' | 'display-lg' | 'display-md' | 'display-sm' | 'title-md' | 'title-sm' | 'body-md' | 'body-sm' | 'caption' | 'caption-sm' | 'badge-text' | 'micro-label' | 'uppercase-tag' | 'button-lg' | 'button-sm' | 'code-sm' | 'code-md';
5
5
  interface TextProps extends TextProps$1 {
6
6
  variant?: TextVariant;
7
7
  color?: string;
8
8
  /** Force uppercase text transformation. Useful for labels, headers, and buttons. */
9
9
  uppercase?: boolean;
10
10
  }
11
- declare function TextBase({ variant, color, style, uppercase, children, ...props }: TextProps): React.JSX.Element;
12
- declare const Text: React.MemoExoticComponent<typeof TextBase>;
11
+ declare function TextBase({ variant, color, style, uppercase, children, ...props }: TextProps): React__default.JSX.Element;
12
+ declare const Text: React__default.MemoExoticComponent<typeof TextBase>;
13
13
 
14
14
  export { Text, type TextProps, type TextVariant };
package/dist/Text.d.ts CHANGED
@@ -1,14 +1,14 @@
1
- import React from 'react';
1
+ import React__default from 'react';
2
2
  import { TextProps as TextProps$1 } from 'react-native';
3
3
 
4
- type TextVariant = 'display-hero' | 'display-xl' | 'display-lg' | 'display-md' | 'display-sm' | 'title-md' | 'title-sm' | 'body-md' | 'body-sm' | 'caption' | 'caption-sm' | 'badge-text' | 'micro-label' | 'uppercase-tag' | 'button-lg' | 'button-sm';
4
+ type TextVariant = 'display-hero' | 'display-xl' | 'display-lg' | 'display-md' | 'display-sm' | 'title-md' | 'title-sm' | 'body-md' | 'body-sm' | 'caption' | 'caption-sm' | 'badge-text' | 'micro-label' | 'uppercase-tag' | 'button-lg' | 'button-sm' | 'code-sm' | 'code-md';
5
5
  interface TextProps extends TextProps$1 {
6
6
  variant?: TextVariant;
7
7
  color?: string;
8
8
  /** Force uppercase text transformation. Useful for labels, headers, and buttons. */
9
9
  uppercase?: boolean;
10
10
  }
11
- declare function TextBase({ variant, color, style, uppercase, children, ...props }: TextProps): React.JSX.Element;
12
- declare const Text: React.MemoExoticComponent<typeof TextBase>;
11
+ declare function TextBase({ variant, color, style, uppercase, children, ...props }: TextProps): React__default.JSX.Element;
12
+ declare const Text: React__default.MemoExoticComponent<typeof TextBase>;
13
13
 
14
14
  export { Text, type TextProps, type TextVariant };
package/dist/Text.js CHANGED
@@ -138,6 +138,20 @@ var TYPOGRAPHY = {
138
138
  fontWeight: "500",
139
139
  lineHeight: 18,
140
140
  letterSpacing: 0
141
+ },
142
+ "code-sm": {
143
+ fontFamily: "SohneMono-Regular",
144
+ fontSize: 13,
145
+ fontWeight: "400",
146
+ lineHeight: 18,
147
+ letterSpacing: 0
148
+ },
149
+ "code-md": {
150
+ fontFamily: "SohneMono-Regular",
151
+ fontSize: 15,
152
+ fontWeight: "400",
153
+ lineHeight: 22,
154
+ letterSpacing: 0
141
155
  }
142
156
  };
143
157
  var isWeb = reactNative.Platform.OS === "web";
@@ -159,7 +173,9 @@ var variantStyles = {
159
173
  "micro-label": { ...TYPOGRAPHY["micro-label"], fontSize: ms(TYPOGRAPHY["micro-label"].fontSize), lineHeight: mvs(TYPOGRAPHY["micro-label"].lineHeight) },
160
174
  "uppercase-tag": { ...TYPOGRAPHY["uppercase-tag"], fontSize: ms(TYPOGRAPHY["uppercase-tag"].fontSize), lineHeight: mvs(TYPOGRAPHY["uppercase-tag"].lineHeight) },
161
175
  "button-lg": { ...TYPOGRAPHY["button-lg"], fontSize: ms(TYPOGRAPHY["button-lg"].fontSize), lineHeight: mvs(TYPOGRAPHY["button-lg"].lineHeight) },
162
- "button-sm": { ...TYPOGRAPHY["button-sm"], fontSize: ms(TYPOGRAPHY["button-sm"].fontSize), lineHeight: mvs(TYPOGRAPHY["button-sm"].lineHeight) }
176
+ "button-sm": { ...TYPOGRAPHY["button-sm"], fontSize: ms(TYPOGRAPHY["button-sm"].fontSize), lineHeight: mvs(TYPOGRAPHY["button-sm"].lineHeight) },
177
+ "code-sm": { ...TYPOGRAPHY["code-sm"], fontSize: ms(TYPOGRAPHY["code-sm"].fontSize), lineHeight: mvs(TYPOGRAPHY["code-sm"].lineHeight) },
178
+ "code-md": { ...TYPOGRAPHY["code-md"], fontSize: ms(TYPOGRAPHY["code-md"].fontSize), lineHeight: mvs(TYPOGRAPHY["code-md"].lineHeight) }
163
179
  };
164
180
  var defaultColorVariant = {
165
181
  "display-hero": "foreground",
@@ -178,7 +194,9 @@ var defaultColorVariant = {
178
194
  "micro-label": "foreground",
179
195
  "uppercase-tag": "foregroundMuted",
180
196
  "button-lg": "foreground",
181
- "button-sm": "foreground"
197
+ "button-sm": "foreground",
198
+ "code-sm": "foreground",
199
+ "code-md": "foreground"
182
200
  };
183
201
  var fontWarned = false;
184
202
  function warnIfFontsMissing() {
package/dist/Text.mjs CHANGED
@@ -1,4 +1,4 @@
1
- export { Text } from './chunk-EHGBHFMH.mjs';
2
- import './chunk-QY3X2UYR.mjs';
3
- import './chunk-KSSVIFYR.mjs';
1
+ export { Text } from './chunk-CYGYC7XT.mjs';
2
+ import './chunk-DYYPDQA2.mjs';
3
+ import './chunk-ZQGCQ7SA.mjs';
4
4
  import './chunk-2CE3TQVY.mjs';
@@ -1,4 +1,4 @@
1
- import React from 'react';
1
+ import React__default from 'react';
2
2
  import { TextInputProps, ViewStyle } from 'react-native';
3
3
 
4
4
  interface TextareaProps extends TextInputProps {
@@ -8,10 +8,10 @@ interface TextareaProps extends TextInputProps {
8
8
  disabled?: boolean;
9
9
  rows?: number;
10
10
  prefixIcon?: string;
11
- prefixIconNode?: React.ReactNode;
11
+ prefixIconNode?: React__default.ReactNode;
12
12
  prefixIconColor?: string;
13
13
  containerStyle?: ViewStyle;
14
14
  }
15
- declare function Textarea({ label, error, hint, disabled, rows, prefixIcon, prefixIconNode, prefixIconColor, containerStyle, style, onFocus, onBlur, accessibilityLabel, ...props }: TextareaProps): React.JSX.Element;
15
+ declare function Textarea({ label, error, hint, disabled, rows, prefixIcon, prefixIconNode, prefixIconColor, containerStyle, style, onFocus, onBlur, accessibilityLabel, ...props }: TextareaProps): React__default.JSX.Element;
16
16
 
17
17
  export { Textarea, type TextareaProps };
@@ -1,4 +1,4 @@
1
- import React from 'react';
1
+ import React__default from 'react';
2
2
  import { TextInputProps, ViewStyle } from 'react-native';
3
3
 
4
4
  interface TextareaProps extends TextInputProps {
@@ -8,10 +8,10 @@ interface TextareaProps extends TextInputProps {
8
8
  disabled?: boolean;
9
9
  rows?: number;
10
10
  prefixIcon?: string;
11
- prefixIconNode?: React.ReactNode;
11
+ prefixIconNode?: React__default.ReactNode;
12
12
  prefixIconColor?: string;
13
13
  containerStyle?: ViewStyle;
14
14
  }
15
- declare function Textarea({ label, error, hint, disabled, rows, prefixIcon, prefixIconNode, prefixIconColor, containerStyle, style, onFocus, onBlur, accessibilityLabel, ...props }: TextareaProps): React.JSX.Element;
15
+ declare function Textarea({ label, error, hint, disabled, rows, prefixIcon, prefixIconNode, prefixIconColor, containerStyle, style, onFocus, onBlur, accessibilityLabel, ...props }: TextareaProps): React__default.JSX.Element;
16
16
 
17
17
  export { Textarea, type TextareaProps };
package/dist/Textarea.js CHANGED
@@ -42,23 +42,17 @@ var ALL_FAMILIES = [
42
42
  { name: "MaterialIcons", component: MaterialIcons__default.default },
43
43
  { name: "Ionicons", component: Ionicons__default.default }
44
44
  ];
45
- var glyphCacheInitialized = false;
46
- function ensureGlyphCache() {
47
- if (glyphCacheInitialized) return;
48
- glyphCacheInitialized = true;
49
- for (const entry of ALL_FAMILIES) {
50
- try {
51
- entry.glyphMap = entry.component.glyphMap;
52
- } catch {
53
- entry.glyphMap = {};
54
- }
45
+ function getGlyphMap(component) {
46
+ try {
47
+ return component.glyphMap ?? {};
48
+ } catch {
49
+ return {};
55
50
  }
56
51
  }
57
52
  function Icon({ name, size, color, family }) {
58
- ensureGlyphCache();
59
53
  const entry = family ? ALL_FAMILIES.find((f) => f.name === family) : ALL_FAMILIES.find((f) => {
60
- const glyphMap = f.glyphMap;
61
- return glyphMap ? name in glyphMap : false;
54
+ const glyphMap = getGlyphMap(f.component);
55
+ return name in glyphMap;
62
56
  });
63
57
  if (!entry) return null;
64
58
  return React3__default.default.createElement(entry.component, { name, size, color });
package/dist/Textarea.mjs CHANGED
@@ -1,5 +1,5 @@
1
- export { Textarea } from './chunk-L3YKPTJQ.mjs';
1
+ export { Textarea } from './chunk-7CE6PDCQ.mjs';
2
2
  import './chunk-M53LC4Q7.mjs';
3
- import './chunk-MZ6WRTD2.mjs';
4
- import './chunk-KSSVIFYR.mjs';
3
+ import './chunk-24JTXQ2M.mjs';
4
+ import './chunk-ZQGCQ7SA.mjs';
5
5
  import './chunk-2CE3TQVY.mjs';
package/dist/Toast.d.mts CHANGED
@@ -1,6 +1,6 @@
1
1
  import * as sonner_native from 'sonner-native';
2
2
  export { toast } from 'sonner-native';
3
- import React from 'react';
3
+ import React__default from 'react';
4
4
 
5
5
  declare function useToast(): {
6
6
  toast: ((message: string, data?: Omit<sonner_native.ToastProps, "title" | "type" | "id" | "variant" | "index" | "jsx" | "promise" | "numberOfToasts" | "orderedToastIds"> & {
@@ -18,7 +18,7 @@ declare function useToast(): {
18
18
  warning: (message: string, data?: Omit<sonner_native.ToastProps, "title" | "type" | "id" | "variant" | "index" | "jsx" | "promise" | "numberOfToasts" | "orderedToastIds"> & {
19
19
  id?: string | number;
20
20
  }) => string | number;
21
- custom: (jsx: React.ReactElement, data?: Omit<sonner_native.ToastProps, "title" | "type" | "id" | "variant" | "index" | "jsx" | "promise" | "numberOfToasts" | "orderedToastIds"> & {
21
+ custom: (jsx: React__default.ReactElement, data?: Omit<sonner_native.ToastProps, "title" | "type" | "id" | "variant" | "index" | "jsx" | "promise" | "numberOfToasts" | "orderedToastIds"> & {
22
22
  id?: string | number;
23
23
  }) => string | number;
24
24
  promise: <T>(promise: Promise<T>, options: Omit<{
@@ -43,7 +43,7 @@ declare function useToast(): {
43
43
  dismiss: (id?: string | number) => string | number | undefined;
44
44
  };
45
45
  declare function ToastProvider({ children }: {
46
- children: React.ReactNode;
47
- }): React.JSX.Element;
46
+ children: React__default.ReactNode;
47
+ }): React__default.JSX.Element;
48
48
 
49
49
  export { ToastProvider, useToast };
package/dist/Toast.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  import * as sonner_native from 'sonner-native';
2
2
  export { toast } from 'sonner-native';
3
- import React from 'react';
3
+ import React__default from 'react';
4
4
 
5
5
  declare function useToast(): {
6
6
  toast: ((message: string, data?: Omit<sonner_native.ToastProps, "title" | "type" | "id" | "variant" | "index" | "jsx" | "promise" | "numberOfToasts" | "orderedToastIds"> & {
@@ -18,7 +18,7 @@ declare function useToast(): {
18
18
  warning: (message: string, data?: Omit<sonner_native.ToastProps, "title" | "type" | "id" | "variant" | "index" | "jsx" | "promise" | "numberOfToasts" | "orderedToastIds"> & {
19
19
  id?: string | number;
20
20
  }) => string | number;
21
- custom: (jsx: React.ReactElement, data?: Omit<sonner_native.ToastProps, "title" | "type" | "id" | "variant" | "index" | "jsx" | "promise" | "numberOfToasts" | "orderedToastIds"> & {
21
+ custom: (jsx: React__default.ReactElement, data?: Omit<sonner_native.ToastProps, "title" | "type" | "id" | "variant" | "index" | "jsx" | "promise" | "numberOfToasts" | "orderedToastIds"> & {
22
22
  id?: string | number;
23
23
  }) => string | number;
24
24
  promise: <T>(promise: Promise<T>, options: Omit<{
@@ -43,7 +43,7 @@ declare function useToast(): {
43
43
  dismiss: (id?: string | number) => string | number | undefined;
44
44
  };
45
45
  declare function ToastProvider({ children }: {
46
- children: React.ReactNode;
47
- }): React.JSX.Element;
46
+ children: React__default.ReactNode;
47
+ }): React__default.JSX.Element;
48
48
 
49
49
  export { ToastProvider, useToast };
package/dist/Toast.mjs CHANGED
@@ -1,3 +1,3 @@
1
- export { ToastProvider, sonnerToast as toast, useToast } from './chunk-SZEKQAOY.mjs';
2
- import './chunk-KSSVIFYR.mjs';
1
+ export { ToastProvider, sonnerToast as toast, useToast } from './chunk-VSKBODEY.mjs';
2
+ import './chunk-ZQGCQ7SA.mjs';
3
3
  import './chunk-2CE3TQVY.mjs';