@ledgerhq/lumen-ui-rnative 0.1.16 → 0.1.18

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 (259) hide show
  1. package/dist/module/lib/Components/AddressInput/AddressInput.js +3 -5
  2. package/dist/module/lib/Components/AddressInput/AddressInput.js.map +1 -1
  3. package/dist/module/lib/Components/AmountDisplay/AmountDisplay.js +2 -1
  4. package/dist/module/lib/Components/AmountDisplay/AmountDisplay.js.map +1 -1
  5. package/dist/module/lib/Components/AmountInput/AmountInput.js +0 -1
  6. package/dist/module/lib/Components/AmountInput/AmountInput.js.map +1 -1
  7. package/dist/module/lib/Components/Banner/Banner.js +0 -1
  8. package/dist/module/lib/Components/Banner/Banner.js.map +1 -1
  9. package/dist/module/lib/Components/BaseInput/BaseInput.js +3 -5
  10. package/dist/module/lib/Components/BaseInput/BaseInput.js.map +1 -1
  11. package/dist/module/lib/Components/BottomSheet/BottomSheet.js +2 -3
  12. package/dist/module/lib/Components/BottomSheet/BottomSheet.js.map +1 -1
  13. package/dist/module/lib/Components/BottomSheet/BottomSheet.test.js +2 -6
  14. package/dist/module/lib/Components/BottomSheet/BottomSheet.test.js.map +1 -1
  15. package/dist/module/lib/Components/BottomSheet/BottomSheetHeader.js +0 -1
  16. package/dist/module/lib/Components/BottomSheet/BottomSheetHeader.js.map +1 -1
  17. package/dist/module/lib/Components/BottomSheet/CustomBackdrop.js +0 -1
  18. package/dist/module/lib/Components/BottomSheet/CustomBackdrop.js.map +1 -1
  19. package/dist/module/lib/Components/BottomSheet/CustomHandle.js +0 -1
  20. package/dist/module/lib/Components/BottomSheet/CustomHandle.js.map +1 -1
  21. package/dist/module/lib/Components/BottomSheet/Scrollables.js +0 -5
  22. package/dist/module/lib/Components/BottomSheet/Scrollables.js.map +1 -1
  23. package/dist/module/lib/Components/Button/BaseButton.js +0 -1
  24. package/dist/module/lib/Components/Button/BaseButton.js.map +1 -1
  25. package/dist/module/lib/Components/Button/Button.js +0 -1
  26. package/dist/module/lib/Components/Button/Button.js.map +1 -1
  27. package/dist/module/lib/Components/Card/Card.js +1 -11
  28. package/dist/module/lib/Components/Card/Card.js.map +1 -1
  29. package/dist/module/lib/Components/CardButton/CardButton.js +0 -1
  30. package/dist/module/lib/Components/CardButton/CardButton.js.map +1 -1
  31. package/dist/module/lib/Components/Checkbox/BaseCheckbox.js +0 -3
  32. package/dist/module/lib/Components/Checkbox/BaseCheckbox.js.map +1 -1
  33. package/dist/module/lib/Components/Checkbox/Checkbox.js +0 -1
  34. package/dist/module/lib/Components/Checkbox/Checkbox.js.map +1 -1
  35. package/dist/module/lib/Components/ContentBanner/ContentBanner.js +3 -8
  36. package/dist/module/lib/Components/ContentBanner/ContentBanner.js.map +1 -1
  37. package/dist/module/lib/Components/Divider/Divider.js +0 -1
  38. package/dist/module/lib/Components/Divider/Divider.js.map +1 -1
  39. package/dist/module/lib/Components/Icon/Icon.js +0 -1
  40. package/dist/module/lib/Components/Icon/Icon.js.map +1 -1
  41. package/dist/module/lib/Components/IconButton/IconButton.js +0 -1
  42. package/dist/module/lib/Components/IconButton/IconButton.js.map +1 -1
  43. package/dist/module/lib/Components/InteractiveIcon/InteractiveIcon.js +13 -23
  44. package/dist/module/lib/Components/InteractiveIcon/InteractiveIcon.js.map +1 -1
  45. package/dist/module/lib/Components/InteractiveIcon/InteractiveIcon.mdx +58 -90
  46. package/dist/module/lib/Components/InteractiveIcon/InteractiveIcon.stories.js +24 -29
  47. package/dist/module/lib/Components/InteractiveIcon/InteractiveIcon.stories.js.map +1 -1
  48. package/dist/module/lib/Components/InteractiveIcon/InteractiveIcon.test.js +30 -38
  49. package/dist/module/lib/Components/InteractiveIcon/InteractiveIcon.test.js.map +1 -1
  50. package/dist/module/lib/Components/Label/Label.js +0 -1
  51. package/dist/module/lib/Components/Label/Label.js.map +1 -1
  52. package/dist/module/lib/Components/Link/Link.js +0 -1
  53. package/dist/module/lib/Components/Link/Link.js.map +1 -1
  54. package/dist/module/lib/Components/ListItem/ListItem.js +5 -8
  55. package/dist/module/lib/Components/ListItem/ListItem.js.map +1 -1
  56. package/dist/module/lib/Components/MediaBanner/MediaBanner.js +3 -4
  57. package/dist/module/lib/Components/MediaBanner/MediaBanner.js.map +1 -1
  58. package/dist/module/lib/Components/MediaCard/MediaCard.js +3 -6
  59. package/dist/module/lib/Components/MediaCard/MediaCard.js.map +1 -1
  60. package/dist/module/lib/Components/MediaImage/MediaImage.js +0 -1
  61. package/dist/module/lib/Components/MediaImage/MediaImage.js.map +1 -1
  62. package/dist/module/lib/Components/NavBar/CoinCapsule.js +0 -1
  63. package/dist/module/lib/Components/NavBar/CoinCapsule.js.map +1 -1
  64. package/dist/module/lib/Components/NavBar/NavBar.js +0 -4
  65. package/dist/module/lib/Components/NavBar/NavBar.js.map +1 -1
  66. package/dist/module/lib/Components/PageIndicator/PageIndicator.js +0 -1
  67. package/dist/module/lib/Components/PageIndicator/PageIndicator.js.map +1 -1
  68. package/dist/module/lib/Components/SearchInput/SearchInput.js +2 -2
  69. package/dist/module/lib/Components/SearchInput/SearchInput.js.map +1 -1
  70. package/dist/module/lib/Components/SearchInput/SearchInput.test.js +41 -0
  71. package/dist/module/lib/Components/SearchInput/SearchInput.test.js.map +1 -0
  72. package/dist/module/lib/Components/SegmentedControl/SegmentedControl.js +0 -2
  73. package/dist/module/lib/Components/SegmentedControl/SegmentedControl.js.map +1 -1
  74. package/dist/module/lib/Components/Select/Select.js +0 -9
  75. package/dist/module/lib/Components/Select/Select.js.map +1 -1
  76. package/dist/module/lib/Components/Skeleton/Skeleton.js +0 -4
  77. package/dist/module/lib/Components/Skeleton/Skeleton.js.map +1 -1
  78. package/dist/module/lib/Components/Slot/Slot.js +0 -4
  79. package/dist/module/lib/Components/Slot/Slot.js.map +1 -1
  80. package/dist/module/lib/Components/Spinner/Spinner.js +0 -1
  81. package/dist/module/lib/Components/Spinner/Spinner.js.map +1 -1
  82. package/dist/module/lib/Components/Spot/Spot.js +2 -1
  83. package/dist/module/lib/Components/Spot/Spot.js.map +1 -1
  84. package/dist/module/lib/Components/Stepper/Stepper.js +0 -1
  85. package/dist/module/lib/Components/Stepper/Stepper.js.map +1 -1
  86. package/dist/module/lib/Components/Subheader/Subheader.js +3 -4
  87. package/dist/module/lib/Components/Subheader/Subheader.js.map +1 -1
  88. package/dist/module/lib/Components/Switch/BaseSwitch.js +1 -3
  89. package/dist/module/lib/Components/Switch/BaseSwitch.js.map +1 -1
  90. package/dist/module/lib/Components/Switch/Switch.js +0 -1
  91. package/dist/module/lib/Components/Switch/Switch.js.map +1 -1
  92. package/dist/module/lib/Components/TabBar/TabBar.js +0 -1
  93. package/dist/module/lib/Components/TabBar/TabBar.js.map +1 -1
  94. package/dist/module/lib/Components/Tag/Tag.js +0 -1
  95. package/dist/module/lib/Components/Tag/Tag.js.map +1 -1
  96. package/dist/module/lib/Components/TextInput/TextInput.js +0 -1
  97. package/dist/module/lib/Components/TextInput/TextInput.js.map +1 -1
  98. package/dist/module/lib/Components/Tile/Tile.js +0 -5
  99. package/dist/module/lib/Components/Tile/Tile.js.map +1 -1
  100. package/dist/module/lib/Components/TileButton/TileButton.js +0 -1
  101. package/dist/module/lib/Components/TileButton/TileButton.js.map +1 -1
  102. package/dist/module/lib/Components/Tooltip/Tooltip.js +0 -3
  103. package/dist/module/lib/Components/Tooltip/Tooltip.js.map +1 -1
  104. package/dist/module/lib/Components/Tooltip/Tooltip.stories.js +2 -2
  105. package/dist/module/lib/Components/Tooltip/Tooltip.stories.js.map +1 -1
  106. package/dist/module/lib/Components/TriggerButton/TriggerButton.js +0 -1
  107. package/dist/module/lib/Components/TriggerButton/TriggerButton.js.map +1 -1
  108. package/dist/typescript/src/lib/Components/AddressInput/AddressInput.d.ts +1 -4
  109. package/dist/typescript/src/lib/Components/AddressInput/AddressInput.d.ts.map +1 -1
  110. package/dist/typescript/src/lib/Components/AmountDisplay/AmountDisplay.d.ts +1 -4
  111. package/dist/typescript/src/lib/Components/AmountDisplay/AmountDisplay.d.ts.map +1 -1
  112. package/dist/typescript/src/lib/Components/AmountInput/AmountInput.d.ts +1 -4
  113. package/dist/typescript/src/lib/Components/AmountInput/AmountInput.d.ts.map +1 -1
  114. package/dist/typescript/src/lib/Components/Banner/Banner.d.ts +1 -4
  115. package/dist/typescript/src/lib/Components/Banner/Banner.d.ts.map +1 -1
  116. package/dist/typescript/src/lib/Components/BaseInput/BaseInput.d.ts +1 -4
  117. package/dist/typescript/src/lib/Components/BaseInput/BaseInput.d.ts.map +1 -1
  118. package/dist/typescript/src/lib/Components/BottomSheet/BottomSheet.d.ts +2 -5
  119. package/dist/typescript/src/lib/Components/BottomSheet/BottomSheet.d.ts.map +1 -1
  120. package/dist/typescript/src/lib/Components/BottomSheet/BottomSheetHeader.d.ts +1 -4
  121. package/dist/typescript/src/lib/Components/BottomSheet/BottomSheetHeader.d.ts.map +1 -1
  122. package/dist/typescript/src/lib/Components/BottomSheet/CustomBackdrop.d.ts +1 -4
  123. package/dist/typescript/src/lib/Components/BottomSheet/CustomBackdrop.d.ts.map +1 -1
  124. package/dist/typescript/src/lib/Components/BottomSheet/CustomHandle.d.ts +3 -6
  125. package/dist/typescript/src/lib/Components/BottomSheet/CustomHandle.d.ts.map +1 -1
  126. package/dist/typescript/src/lib/Components/BottomSheet/Scrollables.d.ts +5 -20
  127. package/dist/typescript/src/lib/Components/BottomSheet/Scrollables.d.ts.map +1 -1
  128. package/dist/typescript/src/lib/Components/Button/BaseButton.d.ts +1 -4
  129. package/dist/typescript/src/lib/Components/Button/BaseButton.d.ts.map +1 -1
  130. package/dist/typescript/src/lib/Components/Button/Button.d.ts +1 -4
  131. package/dist/typescript/src/lib/Components/Button/Button.d.ts.map +1 -1
  132. package/dist/typescript/src/lib/Components/Card/Card.d.ts +26 -56
  133. package/dist/typescript/src/lib/Components/Card/Card.d.ts.map +1 -1
  134. package/dist/typescript/src/lib/Components/CardButton/CardButton.d.ts +1 -4
  135. package/dist/typescript/src/lib/Components/CardButton/CardButton.d.ts.map +1 -1
  136. package/dist/typescript/src/lib/Components/Checkbox/BaseCheckbox.d.ts +2 -8
  137. package/dist/typescript/src/lib/Components/Checkbox/BaseCheckbox.d.ts.map +1 -1
  138. package/dist/typescript/src/lib/Components/Checkbox/Checkbox.d.ts +1 -4
  139. package/dist/typescript/src/lib/Components/Checkbox/Checkbox.d.ts.map +1 -1
  140. package/dist/typescript/src/lib/Components/ContentBanner/ContentBanner.d.ts +4 -16
  141. package/dist/typescript/src/lib/Components/ContentBanner/ContentBanner.d.ts.map +1 -1
  142. package/dist/typescript/src/lib/Components/Divider/Divider.d.ts +1 -4
  143. package/dist/typescript/src/lib/Components/Divider/Divider.d.ts.map +1 -1
  144. package/dist/typescript/src/lib/Components/Icon/Icon.d.ts +1 -4
  145. package/dist/typescript/src/lib/Components/Icon/Icon.d.ts.map +1 -1
  146. package/dist/typescript/src/lib/Components/IconButton/IconButton.d.ts +1 -4
  147. package/dist/typescript/src/lib/Components/IconButton/IconButton.d.ts.map +1 -1
  148. package/dist/typescript/src/lib/Components/InteractiveIcon/InteractiveIcon.d.ts +4 -12
  149. package/dist/typescript/src/lib/Components/InteractiveIcon/InteractiveIcon.d.ts.map +1 -1
  150. package/dist/typescript/src/lib/Components/InteractiveIcon/types.d.ts +13 -4
  151. package/dist/typescript/src/lib/Components/InteractiveIcon/types.d.ts.map +1 -1
  152. package/dist/typescript/src/lib/Components/Label/Label.d.ts +1 -4
  153. package/dist/typescript/src/lib/Components/Label/Label.d.ts.map +1 -1
  154. package/dist/typescript/src/lib/Components/Link/Link.d.ts +1 -4
  155. package/dist/typescript/src/lib/Components/Link/Link.d.ts.map +1 -1
  156. package/dist/typescript/src/lib/Components/ListItem/ListItem.d.ts +19 -40
  157. package/dist/typescript/src/lib/Components/ListItem/ListItem.d.ts.map +1 -1
  158. package/dist/typescript/src/lib/Components/MediaCard/MediaCard.d.ts +2 -8
  159. package/dist/typescript/src/lib/Components/MediaCard/MediaCard.d.ts.map +1 -1
  160. package/dist/typescript/src/lib/Components/MediaImage/MediaImage.d.ts +1 -4
  161. package/dist/typescript/src/lib/Components/MediaImage/MediaImage.d.ts.map +1 -1
  162. package/dist/typescript/src/lib/Components/NavBar/CoinCapsule.d.ts +0 -3
  163. package/dist/typescript/src/lib/Components/NavBar/CoinCapsule.d.ts.map +1 -1
  164. package/dist/typescript/src/lib/Components/NavBar/NavBar.d.ts +0 -12
  165. package/dist/typescript/src/lib/Components/NavBar/NavBar.d.ts.map +1 -1
  166. package/dist/typescript/src/lib/Components/PageIndicator/PageIndicator.d.ts +1 -4
  167. package/dist/typescript/src/lib/Components/PageIndicator/PageIndicator.d.ts.map +1 -1
  168. package/dist/typescript/src/lib/Components/SearchInput/SearchInput.d.ts +1 -4
  169. package/dist/typescript/src/lib/Components/SearchInput/SearchInput.d.ts.map +1 -1
  170. package/dist/typescript/src/lib/Components/SegmentedControl/SegmentedControl.d.ts +0 -6
  171. package/dist/typescript/src/lib/Components/SegmentedControl/SegmentedControl.d.ts.map +1 -1
  172. package/dist/typescript/src/lib/Components/Select/Select.d.ts +9 -36
  173. package/dist/typescript/src/lib/Components/Select/Select.d.ts.map +1 -1
  174. package/dist/typescript/src/lib/Components/Skeleton/Skeleton.d.ts +1 -4
  175. package/dist/typescript/src/lib/Components/Skeleton/Skeleton.d.ts.map +1 -1
  176. package/dist/typescript/src/lib/Components/Slot/Slot.d.ts +4 -16
  177. package/dist/typescript/src/lib/Components/Slot/Slot.d.ts.map +1 -1
  178. package/dist/typescript/src/lib/Components/Spinner/Spinner.d.ts +1 -4
  179. package/dist/typescript/src/lib/Components/Spinner/Spinner.d.ts.map +1 -1
  180. package/dist/typescript/src/lib/Components/Spot/Spot.d.ts.map +1 -1
  181. package/dist/typescript/src/lib/Components/Stepper/Stepper.d.ts +1 -4
  182. package/dist/typescript/src/lib/Components/Stepper/Stepper.d.ts.map +1 -1
  183. package/dist/typescript/src/lib/Components/Subheader/types.d.ts +1 -1
  184. package/dist/typescript/src/lib/Components/Subheader/types.d.ts.map +1 -1
  185. package/dist/typescript/src/lib/Components/Switch/BaseSwitch.d.ts +2 -8
  186. package/dist/typescript/src/lib/Components/Switch/BaseSwitch.d.ts.map +1 -1
  187. package/dist/typescript/src/lib/Components/Switch/Switch.d.ts +1 -4
  188. package/dist/typescript/src/lib/Components/Switch/Switch.d.ts.map +1 -1
  189. package/dist/typescript/src/lib/Components/TabBar/TabBar.d.ts +0 -3
  190. package/dist/typescript/src/lib/Components/TabBar/TabBar.d.ts.map +1 -1
  191. package/dist/typescript/src/lib/Components/Tag/Tag.d.ts +1 -4
  192. package/dist/typescript/src/lib/Components/Tag/Tag.d.ts.map +1 -1
  193. package/dist/typescript/src/lib/Components/TextInput/TextInput.d.ts +1 -4
  194. package/dist/typescript/src/lib/Components/TextInput/TextInput.d.ts.map +1 -1
  195. package/dist/typescript/src/lib/Components/Tile/Tile.d.ts +5 -20
  196. package/dist/typescript/src/lib/Components/Tile/Tile.d.ts.map +1 -1
  197. package/dist/typescript/src/lib/Components/TileButton/TileButton.d.ts +1 -4
  198. package/dist/typescript/src/lib/Components/TileButton/TileButton.d.ts.map +1 -1
  199. package/dist/typescript/src/lib/Components/Tooltip/Tooltip.d.ts +3 -12
  200. package/dist/typescript/src/lib/Components/Tooltip/Tooltip.d.ts.map +1 -1
  201. package/dist/typescript/src/lib/Components/TriggerButton/TriggerButton.d.ts +1 -4
  202. package/dist/typescript/src/lib/Components/TriggerButton/TriggerButton.d.ts.map +1 -1
  203. package/package.json +3 -3
  204. package/src/lib/Components/AddressInput/AddressInput.tsx +3 -5
  205. package/src/lib/Components/AmountDisplay/AmountDisplay.tsx +2 -2
  206. package/src/lib/Components/AmountInput/AmountInput.tsx +0 -2
  207. package/src/lib/Components/Banner/Banner.tsx +0 -2
  208. package/src/lib/Components/BaseInput/BaseInput.tsx +3 -5
  209. package/src/lib/Components/BottomSheet/BottomSheet.test.tsx +2 -4
  210. package/src/lib/Components/BottomSheet/BottomSheet.tsx +2 -3
  211. package/src/lib/Components/BottomSheet/BottomSheetHeader.tsx +0 -1
  212. package/src/lib/Components/BottomSheet/CustomBackdrop.tsx +0 -1
  213. package/src/lib/Components/BottomSheet/CustomHandle.tsx +0 -1
  214. package/src/lib/Components/BottomSheet/Scrollables.tsx +0 -5
  215. package/src/lib/Components/Button/BaseButton.tsx +0 -2
  216. package/src/lib/Components/Button/Button.tsx +0 -1
  217. package/src/lib/Components/Card/Card.tsx +0 -10
  218. package/src/lib/Components/CardButton/CardButton.tsx +0 -2
  219. package/src/lib/Components/Checkbox/BaseCheckbox.tsx +0 -4
  220. package/src/lib/Components/Checkbox/Checkbox.tsx +0 -2
  221. package/src/lib/Components/ContentBanner/ContentBanner.tsx +3 -11
  222. package/src/lib/Components/Divider/Divider.tsx +0 -2
  223. package/src/lib/Components/Icon/Icon.tsx +0 -2
  224. package/src/lib/Components/IconButton/IconButton.tsx +0 -2
  225. package/src/lib/Components/InteractiveIcon/InteractiveIcon.mdx +58 -90
  226. package/src/lib/Components/InteractiveIcon/InteractiveIcon.stories.tsx +35 -34
  227. package/src/lib/Components/InteractiveIcon/InteractiveIcon.test.tsx +33 -29
  228. package/src/lib/Components/InteractiveIcon/InteractiveIcon.tsx +17 -28
  229. package/src/lib/Components/InteractiveIcon/types.ts +13 -5
  230. package/src/lib/Components/Label/Label.tsx +0 -2
  231. package/src/lib/Components/Link/Link.tsx +0 -2
  232. package/src/lib/Components/ListItem/ListItem.tsx +5 -15
  233. package/src/lib/Components/MediaBanner/MediaBanner.tsx +3 -3
  234. package/src/lib/Components/MediaCard/MediaCard.tsx +3 -7
  235. package/src/lib/Components/MediaImage/MediaImage.tsx +0 -2
  236. package/src/lib/Components/NavBar/CoinCapsule.tsx +0 -2
  237. package/src/lib/Components/NavBar/NavBar.tsx +0 -8
  238. package/src/lib/Components/PageIndicator/PageIndicator.tsx +0 -2
  239. package/src/lib/Components/SearchInput/SearchInput.test.tsx +40 -0
  240. package/src/lib/Components/SearchInput/SearchInput.tsx +8 -3
  241. package/src/lib/Components/SegmentedControl/SegmentedControl.tsx +0 -4
  242. package/src/lib/Components/Select/Select.tsx +0 -10
  243. package/src/lib/Components/Skeleton/Skeleton.tsx +0 -4
  244. package/src/lib/Components/Slot/Slot.tsx +0 -8
  245. package/src/lib/Components/Spinner/Spinner.tsx +0 -2
  246. package/src/lib/Components/Spot/Spot.tsx +1 -0
  247. package/src/lib/Components/Stepper/Stepper.tsx +0 -2
  248. package/src/lib/Components/Subheader/Subheader.tsx +3 -3
  249. package/src/lib/Components/Subheader/types.ts +1 -1
  250. package/src/lib/Components/Switch/BaseSwitch.tsx +0 -3
  251. package/src/lib/Components/Switch/Switch.tsx +0 -2
  252. package/src/lib/Components/TabBar/TabBar.tsx +0 -2
  253. package/src/lib/Components/Tag/Tag.tsx +0 -2
  254. package/src/lib/Components/TextInput/TextInput.tsx +0 -2
  255. package/src/lib/Components/Tile/Tile.tsx +0 -6
  256. package/src/lib/Components/TileButton/TileButton.tsx +0 -2
  257. package/src/lib/Components/Tooltip/Tooltip.stories.tsx +5 -3
  258. package/src/lib/Components/Tooltip/Tooltip.tsx +0 -3
  259. package/src/lib/Components/TriggerButton/TriggerButton.tsx +0 -2
@@ -1 +1 @@
1
- {"version":3,"file":"BaseCheckbox.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/Components/Checkbox/BaseCheckbox.tsx"],"names":[],"mappings":"AASA,OAAO,EACL,cAAc,EACd,uBAAuB,EACvB,kBAAkB,EACnB,MAAM,aAAa,CAAC;AAErB,OAAO,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAMxC,KAAK,qBAAqB,GAAG,uBAAuB,GAAG;IACrD,OAAO,CAAC,EAAE,aAAa,CAAC,SAAS,CAAC,CAAC;IACnC,eAAe,CAAC,EAAE,aAAa,CAAC,iBAAiB,CAAC,CAAC;IACnD,QAAQ,CAAC,EAAE,aAAa,CAAC,UAAU,CAAC,CAAC;IACrC,QAAQ,CAAC,EAAE,aAAa,CAAC,UAAU,CAAC,CAAC;CACtC,CAAC;AAKF,QAAA,MAAM,gBAAgB;sEAOnB,qBAAqB;;CAavB,CAAC;AAgDF,KAAK,0BAA0B,GAAG,cAAc,GAAG,kBAAkB,CAAC;AACtE,QAAA,MAAM,qBAAqB;6CAKxB,0BAA0B;;CA0B5B,CAAC;AA0DF,OAAO,EAAE,qBAAqB,EAAE,gBAAgB,EAAE,KAAK,qBAAqB,EAAE,CAAC"}
1
+ {"version":3,"file":"BaseCheckbox.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/Components/Checkbox/BaseCheckbox.tsx"],"names":[],"mappings":"AASA,OAAO,EACL,cAAc,EACd,uBAAuB,EACvB,kBAAkB,EACnB,MAAM,aAAa,CAAC;AAErB,OAAO,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAMxC,KAAK,qBAAqB,GAAG,uBAAuB,GAAG;IACrD,OAAO,CAAC,EAAE,aAAa,CAAC,SAAS,CAAC,CAAC;IACnC,eAAe,CAAC,EAAE,aAAa,CAAC,iBAAiB,CAAC,CAAC;IACnD,QAAQ,CAAC,EAAE,aAAa,CAAC,UAAU,CAAC,CAAC;IACrC,QAAQ,CAAC,EAAE,aAAa,CAAC,UAAU,CAAC,CAAC;CACtC,CAAC;AAKF,QAAA,MAAM,gBAAgB,GAAI,iEAOvB,qBAAqB,4CAavB,CAAC;AA8CF,KAAK,0BAA0B,GAAG,cAAc,GAAG,kBAAkB,CAAC;AACtE,QAAA,MAAM,qBAAqB,GAAI,wCAK5B,0BAA0B,mDA0B5B,CAAC;AAwDF,OAAO,EAAE,qBAAqB,EAAE,gBAAgB,EAAE,KAAK,qBAAqB,EAAE,CAAC"}
@@ -23,8 +23,5 @@ import { CheckboxProps } from './types';
23
23
  * // Uncontrolled checkbox with default state
24
24
  * <Checkbox defaultChecked={true} onCheckedChange={handleChange} />
25
25
  */
26
- export declare const Checkbox: {
27
- ({ lx, style, checked: checkedProp, onCheckedChange: onCheckedChangeProp, defaultChecked, disabled: disabledProp, label, ref, ...props }: CheckboxProps): import("react/jsx-runtime").JSX.Element;
28
- displayName: string;
29
- };
26
+ export declare const Checkbox: ({ lx, style, checked: checkedProp, onCheckedChange: onCheckedChangeProp, defaultChecked, disabled: disabledProp, label, ref, ...props }: CheckboxProps) => import("react/jsx-runtime").JSX.Element;
30
27
  //# sourceMappingURL=Checkbox.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Checkbox.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/Components/Checkbox/Checkbox.tsx"],"names":[],"mappings":"AAQA,OAAO,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAExC;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,eAAO,MAAM,QAAQ;8IAUlB,aAAa;;CAgCf,CAAC"}
1
+ {"version":3,"file":"Checkbox.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/Components/Checkbox/Checkbox.tsx"],"names":[],"mappings":"AAQA,OAAO,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAExC;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,eAAO,MAAM,QAAQ,GAAI,yIAUtB,aAAa,4CAgCf,CAAC"}
@@ -2,24 +2,15 @@ import { ContentBannerContentProps, ContentBannerDescriptionProps, ContentBanner
2
2
  /**
3
3
  * Container for the text content (title and description) within the content banner.
4
4
  */
5
- export declare const ContentBannerContent: {
6
- ({ children, lx, style, ref, ...viewProps }: ContentBannerContentProps): import("react/jsx-runtime").JSX.Element;
7
- displayName: string;
8
- };
5
+ export declare const ContentBannerContent: ({ children, lx, style, ref, ...viewProps }: ContentBannerContentProps) => import("react/jsx-runtime").JSX.Element;
9
6
  /**
10
7
  * The main title of the content banner.
11
8
  */
12
- export declare const ContentBannerTitle: {
13
- ({ children, lx, style, ref, ...textProps }: ContentBannerTitleProps): import("react/jsx-runtime").JSX.Element;
14
- displayName: string;
15
- };
9
+ export declare const ContentBannerTitle: ({ children, lx, style, ref, ...textProps }: ContentBannerTitleProps) => import("react/jsx-runtime").JSX.Element;
16
10
  /**
17
11
  * Optional description text below the title.
18
12
  */
19
- export declare const ContentBannerDescription: {
20
- ({ children, lx, style, ref, ...textProps }: ContentBannerDescriptionProps): import("react/jsx-runtime").JSX.Element;
21
- displayName: string;
22
- };
13
+ export declare const ContentBannerDescription: ({ children, lx, style, ref, ...textProps }: ContentBannerDescriptionProps) => import("react/jsx-runtime").JSX.Element;
23
14
  /**
24
15
  * A content banner component for displaying a composable banner with an optional
25
16
  * leading visual, title, description, and close button.
@@ -41,8 +32,5 @@ export declare const ContentBannerDescription: {
41
32
  * </ContentBannerContent>
42
33
  * </ContentBanner>
43
34
  */
44
- export declare const ContentBanner: {
45
- ({ children, lx, style, onClose, closeAccessibilityLabel, ref, ...viewProps }: ContentBannerProps): import("react/jsx-runtime").JSX.Element;
46
- displayName: string;
47
- };
35
+ export declare const ContentBanner: ({ children, lx, style, onClose, closeAccessibilityLabel, ref, ...viewProps }: ContentBannerProps) => import("react/jsx-runtime").JSX.Element;
48
36
  //# sourceMappingURL=ContentBanner.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ContentBanner.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/Components/ContentBanner/ContentBanner.tsx"],"names":[],"mappings":"AAOA,OAAO,EACL,yBAAyB,EACzB,6BAA6B,EAC7B,kBAAkB,EAClB,uBAAuB,EACxB,MAAM,SAAS,CAAC;AAEjB;;GAEG;AACH,eAAO,MAAM,oBAAoB;iDAM9B,yBAAyB;;CAuB3B,CAAC;AAIF;;GAEG;AACH,eAAO,MAAM,kBAAkB;iDAM5B,uBAAuB;;CAgCzB,CAAC;AAIF;;GAEG;AACH,eAAO,MAAM,wBAAwB;iDAMlC,6BAA6B;;CAgC/B,CAAC;AAIF;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,eAAO,MAAM,aAAa;mFAQvB,kBAAkB;;CAsDpB,CAAC"}
1
+ {"version":3,"file":"ContentBanner.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/Components/ContentBanner/ContentBanner.tsx"],"names":[],"mappings":"AAOA,OAAO,EACL,yBAAyB,EACzB,6BAA6B,EAC7B,kBAAkB,EAClB,uBAAuB,EACxB,MAAM,SAAS,CAAC;AAEjB;;GAEG;AACH,eAAO,MAAM,oBAAoB,GAAI,4CAMlC,yBAAyB,4CAuB3B,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,kBAAkB,GAAI,4CAMhC,uBAAuB,4CAgCzB,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,wBAAwB,GAAI,4CAMtC,6BAA6B,4CAgC/B,CAAC;AAEF;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,eAAO,MAAM,aAAa,GAAI,8EAQ3B,kBAAkB,4CAsDpB,CAAC"}
@@ -19,8 +19,5 @@ import { DividerProps } from './types';
19
19
  * // With custom styling using lx props
20
20
  * <Divider lx={{ marginVertical: 's16' }} />
21
21
  */
22
- export declare const Divider: {
23
- ({ lx, orientation, ref, ...props }: DividerProps): import("react/jsx-runtime").JSX.Element;
24
- displayName: string;
25
- };
22
+ export declare const Divider: ({ lx, orientation, ref, ...props }: DividerProps) => import("react/jsx-runtime").JSX.Element;
26
23
  //# sourceMappingURL=Divider.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Divider.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/Components/Divider/Divider.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,MAAM,SAAS,CAAC;AAEvC;;;;;;;;;;;;;;;;;;;GAmBG;AACH,eAAO,MAAM,OAAO;yCAKjB,YAAY;;CAsBd,CAAC"}
1
+ {"version":3,"file":"Divider.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/Components/Divider/Divider.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,MAAM,SAAS,CAAC;AAEvC;;;;;;;;;;;;;;;;;;;GAmBG;AACH,eAAO,MAAM,OAAO,GAAI,oCAKrB,YAAY,4CAsBd,CAAC"}
@@ -1,6 +1,3 @@
1
1
  import { IconProps } from './types';
2
- export declare const Icon: {
3
- ({ size, color, lx, children, viewBox, ref, ...props }: IconProps): import("react/jsx-runtime").JSX.Element;
4
- displayName: string;
5
- };
2
+ export declare const Icon: ({ size, color, lx, children, viewBox, ref, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
6
3
  //# sourceMappingURL=Icon.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Icon.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/Components/Icon/Icon.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,SAAS,EAAY,MAAM,SAAS,CAAC;AAsC9C,eAAO,MAAM,IAAI;4DAQd,SAAS;;CAkBX,CAAC"}
1
+ {"version":3,"file":"Icon.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/Components/Icon/Icon.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,SAAS,EAAY,MAAM,SAAS,CAAC;AAsC9C,eAAO,MAAM,IAAI,GAAI,uDAQlB,SAAS,4CAkBX,CAAC"}
@@ -1,6 +1,3 @@
1
1
  import { IconButtonProps } from './types';
2
- export declare const IconButton: {
3
- (props: IconButtonProps): import("react/jsx-runtime").JSX.Element;
4
- displayName: string;
5
- };
2
+ export declare const IconButton: (props: IconButtonProps) => import("react/jsx-runtime").JSX.Element;
6
3
  //# sourceMappingURL=IconButton.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"IconButton.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/Components/IconButton/IconButton.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AAE1C,eAAO,MAAM,UAAU;YAAW,eAAe;;CAEhD,CAAC"}
1
+ {"version":3,"file":"IconButton.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/Components/IconButton/IconButton.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AAE1C,eAAO,MAAM,UAAU,GAAI,OAAO,eAAe,4CAEhD,CAAC"}
@@ -10,8 +10,7 @@ import { InteractiveIconProps } from './types';
10
10
  *
11
11
  * @component
12
12
  *
13
- * @warning Always provide an `aria-label` prop to ensure screen reader accessibility, as the component contains only an icon without visible text.
14
- * @warning The icon size should be controlled by the icon component itself, not through styles. Use the appropriate size prop on the icon component (e.g., `size={20}`).
13
+ * @warning Always provide an `accessibilityLabel` prop to ensure screen reader accessibility, as the component contains only an icon without visible text.
15
14
  * @warning The `style` prop should only be used for layout adjustments like margins or positioning. Do not use it to modify the component's core appearance (colors, padding, etc).
16
15
  *
17
16
  * @example
@@ -19,17 +18,10 @@ import { InteractiveIconProps } from './types';
19
18
  * import { DeleteCircleFill, Settings } from '@ledgerhq/lumen-ui-rnative/symbols';
20
19
  *
21
20
  * // Filled interactive icon for destructive actions
22
- * <InteractiveIcon iconType="filled" accessibilityLabel="Delete item" onPress={handleDelete}>
23
- * <DeleteCircleFill size={20} />
24
- * </InteractiveIcon>
21
+ * <InteractiveIcon iconType="filled" icon={DeleteCircleFill} size={20} accessibilityLabel="Delete item" onPress={handleDelete} />
25
22
  *
26
23
  * // Stroked interactive icon for secondary actions
27
- * <InteractiveIcon iconType="stroked" accessibilityLabel="Open settings" onPress={handleSettings}>
28
- * <Settings size={20} />
29
- * </InteractiveIcon>
24
+ * <InteractiveIcon iconType="stroked" icon={Settings} size={20} accessibilityLabel="Open settings" onPress={handleSettings} />
30
25
  */
31
- export declare const InteractiveIcon: {
32
- ({ iconType, children, disabled: disabledProp, hitSlop: hitSlopProp, hitSlopType, appearance, style, lx, ...props }: InteractiveIconProps): import("react/jsx-runtime").JSX.Element;
33
- displayName: string;
34
- };
26
+ export declare const InteractiveIcon: ({ iconType, icon, size, disabled: disabledProp, hitSlop: hitSlopProp, hitSlopType, appearance, style, lx, ...props }: InteractiveIconProps) => import("react/jsx-runtime").JSX.Element;
35
27
  //# sourceMappingURL=InteractiveIcon.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"InteractiveIcon.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/Components/InteractiveIcon/InteractiveIcon.tsx"],"names":[],"mappings":"AAQA,OAAO,EAAgB,oBAAoB,EAAE,MAAM,SAAS,CAAC;AA4D7D;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AACH,eAAO,MAAM,eAAe;yHAUzB,oBAAoB;;CAoCtB,CAAC"}
1
+ {"version":3,"file":"InteractiveIcon.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/Components/InteractiveIcon/InteractiveIcon.tsx"],"names":[],"mappings":"AAOA,OAAO,EAAgB,oBAAoB,EAAE,MAAM,SAAS,CAAC;AA4D7D;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,eAAO,MAAM,eAAe,GAAI,sHAW7B,oBAAoB,4CA8BtB,CAAC"}
@@ -1,7 +1,7 @@
1
- import { PropsWithChildren } from 'react';
1
+ import { ComponentType } from 'react';
2
2
  import { Insets } from 'react-native';
3
3
  import { StyledPressableProps } from '../../../styles';
4
- import { IconSize } from '../Icon';
4
+ import { IconProps, IconSize } from '../Icon';
5
5
  export declare const HIT_SLOP_MAP: Partial<Record<HitSlopType, Partial<Record<IconSize, Insets>>>>;
6
6
  /**
7
7
  * Preset for the touchable area around the icon.
@@ -29,12 +29,21 @@ export type InteractiveIconProps = {
29
29
  * @default 'muted'
30
30
  */
31
31
  appearance?: 'base' | 'muted' | 'white';
32
+ /**
33
+ * The icon component to render.
34
+ */
35
+ icon: ComponentType<Omit<IconProps, 'children'>>;
36
+ /**
37
+ * The size of the icon in pixels.
38
+ * @default 24
39
+ */
40
+ size?: IconSize;
32
41
  /**
33
42
  * Preset for the touchable area. Ignored if `hitSlop` is passed explicitly.
34
- * Automatically applies insets based on the child's icon size.
43
+ * Automatically applies insets based on the icon size.
35
44
  *
36
45
  * @default 'comfortable'
37
46
  */
38
47
  hitSlopType?: HitSlopType;
39
- } & PropsWithChildren & Omit<StyledPressableProps, 'children' | 'disabled'>;
48
+ } & Omit<StyledPressableProps, 'children' | 'disabled'>;
40
49
  //# sourceMappingURL=types.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/Components/InteractiveIcon/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAC1C,OAAO,EAAE,MAAM,EAAE,MAAM,cAAc,CAAC;AACtC,OAAO,EAAE,oBAAoB,EAAE,MAAM,iBAAiB,CAAC;AACvD,OAAO,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;AAEnC,eAAO,MAAM,YAAY,EAAE,OAAO,CAChC,MAAM,CAAC,WAAW,EAAE,OAAO,CAAC,MAAM,CAAC,QAAQ,EAAE,MAAM,CAAC,CAAC,CAAC,CAwBvD,CAAC;AAEF;;;;;GAKG;AACH,MAAM,MAAM,WAAW,GACnB,aAAa,GACb,oBAAoB,GACpB,kBAAkB,CAAC;AAEvB,MAAM,MAAM,oBAAoB,GAAG;IACjC;;;OAGG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;;OAGG;IACH,QAAQ,EAAE,QAAQ,GAAG,SAAS,CAAC;IAC/B;;;;;;OAMG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,OAAO,GAAG,OAAO,CAAC;IACxC;;;;;OAKG;IACH,WAAW,CAAC,EAAE,WAAW,CAAC;CAC3B,GAAG,iBAAiB,GACnB,IAAI,CAAC,oBAAoB,EAAE,UAAU,GAAG,UAAU,CAAC,CAAC"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/Components/InteractiveIcon/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AACtC,OAAO,EAAE,MAAM,EAAE,MAAM,cAAc,CAAC;AACtC,OAAO,EAAE,oBAAoB,EAAE,MAAM,iBAAiB,CAAC;AACvD,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;AAE9C,eAAO,MAAM,YAAY,EAAE,OAAO,CAChC,MAAM,CAAC,WAAW,EAAE,OAAO,CAAC,MAAM,CAAC,QAAQ,EAAE,MAAM,CAAC,CAAC,CAAC,CAwBvD,CAAC;AAEF;;;;;GAKG;AACH,MAAM,MAAM,WAAW,GACnB,aAAa,GACb,oBAAoB,GACpB,kBAAkB,CAAC;AAEvB,MAAM,MAAM,oBAAoB,GAAG;IACjC;;;OAGG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;;OAGG;IACH,QAAQ,EAAE,QAAQ,GAAG,SAAS,CAAC;IAC/B;;;;;;OAMG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,OAAO,GAAG,OAAO,CAAC;IACxC;;OAEG;IACH,IAAI,EAAE,aAAa,CAAC,IAAI,CAAC,SAAS,EAAE,UAAU,CAAC,CAAC,CAAC;IACjD;;;OAGG;IACH,IAAI,CAAC,EAAE,QAAQ,CAAC;IAChB;;;;;OAKG;IACH,WAAW,CAAC,EAAE,WAAW,CAAC;CAC3B,GAAG,IAAI,CAAC,oBAAoB,EAAE,UAAU,GAAG,UAAU,CAAC,CAAC"}
@@ -5,8 +5,5 @@ import { LabelProps } from './types';
5
5
  * Either choices fields like checkbox, switch or radio.
6
6
  * Or text fields like input, textarea, select, etc.
7
7
  */
8
- export declare const Label: {
9
- ({ style, lx, disabled: disabledProp, children, onPress, onLongPress, ref, ...props }: LabelProps): import("react/jsx-runtime").JSX.Element;
10
- displayName: string;
11
- };
8
+ export declare const Label: ({ style, lx, disabled: disabledProp, children, onPress, onLongPress, ref, ...props }: LabelProps) => import("react/jsx-runtime").JSX.Element;
12
9
  //# sourceMappingURL=Label.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Label.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/Components/Label/Label.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAcrC;;;;;GAKG;AACH,eAAO,MAAM,KAAK;2FASf,UAAU;;CAoBZ,CAAC"}
1
+ {"version":3,"file":"Label.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/Components/Label/Label.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAcrC;;;;;GAKG;AACH,eAAO,MAAM,KAAK,GAAI,sFASnB,UAAU,4CAoBZ,CAAC"}
@@ -34,8 +34,5 @@ import { LinkProps } from './types';
34
34
  * Dashboard
35
35
  * </Link>
36
36
  */
37
- export declare const Link: {
38
- ({ lx, style, children, appearance, size, underline, icon, isExternal, href, onPress, ref, ...props }: LinkProps): import("react/jsx-runtime").JSX.Element;
39
- displayName: string;
40
- };
37
+ export declare const Link: ({ lx, style, children, appearance, size, underline, icon, isExternal, href, onPress, ref, ...props }: LinkProps) => import("react/jsx-runtime").JSX.Element;
41
38
  //# sourceMappingURL=Link.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Link.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/Components/Link/Link.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAkEpC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAkCG;AACH,eAAO,MAAM,IAAI;2GAad,SAAS;;CAgCX,CAAC"}
1
+ {"version":3,"file":"Link.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/Components/Link/Link.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAkEpC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAkCG;AACH,eAAO,MAAM,IAAI,GAAI,sGAalB,SAAS,4CAgCX,CAAC"}
@@ -37,66 +37,45 @@ import { ListItemContentProps, ListItemContentRowProps, ListItemDescriptionProps
37
37
  * </ListItemTrailing>
38
38
  * </ListItem>
39
39
  */
40
- export declare const ListItem: {
41
- ({ children, lx, style, disabled: disabledProp, ref, ...pressableProps }: ListItemProps): import("react/jsx-runtime").JSX.Element;
42
- displayName: string;
43
- };
40
+ export declare const ListItem: ({ children, lx, style, disabled: disabledProp, ref, ...pressableProps }: ListItemProps) => import("react/jsx-runtime").JSX.Element;
44
41
  /**
45
42
  * Container for the leading (left) part of the list item.
46
43
  * Contains the visual element (Spot, Avatar, Icon) and the content (title + description).
47
44
  */
48
- export declare const ListItemLeading: {
49
- ({ children, lx, style, ref, ...viewProps }: ListItemLeadingProps & {
50
- ref?: Ref<View>;
51
- }): import("react/jsx-runtime").JSX.Element;
52
- displayName: string;
53
- };
45
+ export declare const ListItemLeading: ({ children, lx, style, ref, ...viewProps }: ListItemLeadingProps & {
46
+ ref?: Ref<View>;
47
+ }) => import("react/jsx-runtime").JSX.Element;
54
48
  /**
55
49
  * Container for the text content (title and description) within the leading area.
56
50
  */
57
- export declare const ListItemContent: {
58
- ({ children, lx, style, ref, ...viewProps }: ListItemContentProps & {
59
- ref?: Ref<View>;
60
- }): import("react/jsx-runtime").JSX.Element;
61
- displayName: string;
62
- };
51
+ export declare const ListItemContent: ({ children, lx, style, ref, ...viewProps }: ListItemContentProps & {
52
+ ref?: Ref<View>;
53
+ }) => import("react/jsx-runtime").JSX.Element;
63
54
  /**
64
55
  * Horizontal row container within ListItemContent to place a title or description
65
56
  * alongside additional inline content (e.g. Tag) while preserving text truncation.
66
57
  */
67
- export declare const ListItemContentRow: {
68
- ({ children, lx, style, ref, ...viewProps }: ListItemContentRowProps & {
69
- ref?: Ref<View>;
70
- }): import("react/jsx-runtime").JSX.Element;
71
- displayName: string;
72
- };
58
+ export declare const ListItemContentRow: ({ children, lx, style, ref, ...viewProps }: ListItemContentRowProps & {
59
+ ref?: Ref<View>;
60
+ }) => import("react/jsx-runtime").JSX.Element;
73
61
  /**
74
62
  * The main title of the list item.
75
63
  */
76
- export declare const ListItemTitle: {
77
- ({ children, lx, style, ref, ...textProps }: ListItemTitleProps & {
78
- ref?: Ref<ElementRef<typeof Text>>;
79
- }): import("react/jsx-runtime").JSX.Element;
80
- displayName: string;
81
- };
64
+ export declare const ListItemTitle: ({ children, lx, style, ref, ...textProps }: ListItemTitleProps & {
65
+ ref?: Ref<ElementRef<typeof Text>>;
66
+ }) => import("react/jsx-runtime").JSX.Element;
82
67
  /**
83
68
  * Optional description text below the title.
84
69
  * Automatically applies disabled styling when the parent ListItem is disabled.
85
70
  */
86
- export declare const ListItemDescription: {
87
- ({ children, lx, style, ref, ...textProps }: ListItemDescriptionProps & {
88
- ref?: Ref<ElementRef<typeof Text>>;
89
- }): import("react/jsx-runtime").JSX.Element;
90
- displayName: string;
91
- };
71
+ export declare const ListItemDescription: ({ children, lx, style, ref, ...textProps }: ListItemDescriptionProps & {
72
+ ref?: Ref<ElementRef<typeof Text>>;
73
+ }) => import("react/jsx-runtime").JSX.Element;
92
74
  /**
93
75
  * Container for the trailing (right) content of the list item.
94
76
  * Used for icons, switches, values, tags, chevrons, etc.
95
77
  */
96
- export declare const ListItemTrailing: {
97
- ({ children, lx, style, ref, ...viewProps }: ListItemTrailingProps & {
98
- ref?: Ref<View>;
99
- }): import("react/jsx-runtime").JSX.Element;
100
- displayName: string;
101
- };
78
+ export declare const ListItemTrailing: ({ children, lx, style, ref, ...viewProps }: ListItemTrailingProps & {
79
+ ref?: Ref<View>;
80
+ }) => import("react/jsx-runtime").JSX.Element;
102
81
  //# sourceMappingURL=ListItem.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ListItem.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/Components/ListItem/ListItem.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAE,UAAU,EAAa,GAAG,EAAE,MAAM,OAAO,CAAC;AACnD,OAAO,EAAc,IAAI,EAAE,MAAM,cAAc,CAAC;AAEhD,OAAO,EAAkB,IAAI,EAAE,MAAM,YAAY,CAAC;AAClD,OAAO,EACL,oBAAoB,EACpB,uBAAuB,EACvB,wBAAwB,EACxB,oBAAoB,EACpB,aAAa,EACb,kBAAkB,EAClB,qBAAqB,EACtB,MAAM,SAAS,CAAC;AA+BjB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAkCG;AACH,eAAO,MAAM,QAAQ;8EAOlB,aAAa;;CAuBf,CAAC;AAsBF;;;GAGG;AACH,eAAO,MAAM,eAAe;iDAMzB,oBAAoB,GAAG;QAAE,GAAG,CAAC,EAAE,GAAG,CAAC,IAAI,CAAC,CAAA;KAAE;;CAwB5C,CAAC;AAIF;;GAEG;AACH,eAAO,MAAM,eAAe;iDAMzB,oBAAoB,GAAG;QAAE,GAAG,CAAC,EAAE,GAAG,CAAC,IAAI,CAAC,CAAA;KAAE;;CA4B5C,CAAC;AAIF;;;GAGG;AACH,eAAO,MAAM,kBAAkB;iDAM5B,uBAAuB,GAAG;QAAE,GAAG,CAAC,EAAE,GAAG,CAAC,IAAI,CAAC,CAAA;KAAE;;CAuB/C,CAAC;AAIF;;GAEG;AACH,eAAO,MAAM,aAAa;iDAMvB,kBAAkB,GAAG;QAAE,GAAG,CAAC,EAAE,GAAG,CAAC,UAAU,CAAC,OAAO,IAAI,CAAC,CAAC,CAAA;KAAE;;CAoC7D,CAAC;AAIF;;;GAGG;AACH,eAAO,MAAM,mBAAmB;iDAM7B,wBAAwB,GAAG;QAAE,GAAG,CAAC,EAAE,GAAG,CAAC,UAAU,CAAC,OAAO,IAAI,CAAC,CAAC,CAAA;KAAE;;CAoCnE,CAAC;AAIF;;;GAGG;AACH,eAAO,MAAM,gBAAgB;iDAM1B,qBAAqB,GAAG;QAAE,GAAG,CAAC,EAAE,GAAG,CAAC,IAAI,CAAC,CAAA;KAAE;;CAuB7C,CAAC"}
1
+ {"version":3,"file":"ListItem.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/Components/ListItem/ListItem.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAE,UAAU,EAAa,GAAG,EAAE,MAAM,OAAO,CAAC;AACnD,OAAO,EAAc,IAAI,EAAE,MAAM,cAAc,CAAC;AAEhD,OAAO,EAAkB,IAAI,EAAE,MAAM,YAAY,CAAC;AAClD,OAAO,EACL,oBAAoB,EACpB,uBAAuB,EACvB,wBAAwB,EACxB,oBAAoB,EACpB,aAAa,EACb,kBAAkB,EAClB,qBAAqB,EACtB,MAAM,SAAS,CAAC;AA+BjB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAkCG;AACH,eAAO,MAAM,QAAQ,GAAI,yEAOtB,aAAa,4CAuBf,CAAC;AAoBF;;;GAGG;AACH,eAAO,MAAM,eAAe,GAAI,4CAM7B,oBAAoB,GAAG;IAAE,GAAG,CAAC,EAAE,GAAG,CAAC,IAAI,CAAC,CAAA;CAAE,4CAwB5C,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,eAAe,GAAI,4CAM7B,oBAAoB,GAAG;IAAE,GAAG,CAAC,EAAE,GAAG,CAAC,IAAI,CAAC,CAAA;CAAE,4CA4B5C,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,kBAAkB,GAAI,4CAMhC,uBAAuB,GAAG;IAAE,GAAG,CAAC,EAAE,GAAG,CAAC,IAAI,CAAC,CAAA;CAAE,4CAuB/C,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,aAAa,GAAI,4CAM3B,kBAAkB,GAAG;IAAE,GAAG,CAAC,EAAE,GAAG,CAAC,UAAU,CAAC,OAAO,IAAI,CAAC,CAAC,CAAA;CAAE,4CAsC7D,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,mBAAmB,GAAI,4CAMjC,wBAAwB,GAAG;IAAE,GAAG,CAAC,EAAE,GAAG,CAAC,UAAU,CAAC,OAAO,IAAI,CAAC,CAAC,CAAA;CAAE,4CAsCnE,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,gBAAgB,GAAI,4CAM9B,qBAAqB,GAAG;IAAE,GAAG,CAAC,EAAE,GAAG,CAAC,IAAI,CAAC,CAAA;CAAE,4CAuB7C,CAAC"}
@@ -2,10 +2,7 @@ import { MediaCardProps, MediaCardTitleProps } from './types';
2
2
  /**
3
3
  * Title text for the card, styled with heading typography and white color.
4
4
  */
5
- export declare const MediaCardTitle: {
6
- ({ children, lx, style, ref, ...props }: MediaCardTitleProps): import("react/jsx-runtime").JSX.Element;
7
- displayName: string;
8
- };
5
+ export declare const MediaCardTitle: ({ children, lx, style, ref, ...props }: MediaCardTitleProps) => import("react/jsx-runtime").JSX.Element;
9
6
  /**
10
7
  * A media card component for displaying a full-bleed background image with
11
8
  * composable content and a close button, using gradient overlays to ensure
@@ -25,8 +22,5 @@ export declare const MediaCardTitle: {
25
22
  * <MediaCardTitle>Card title</MediaCardTitle>
26
23
  * </MediaCard>
27
24
  */
28
- export declare const MediaCard: {
29
- ({ ref, children, imageUrl, onPress, onClose, closeAccessibilityLabel, lx, style, ...pressableProps }: MediaCardProps): import("react/jsx-runtime").JSX.Element;
30
- displayName: string;
31
- };
25
+ export declare const MediaCard: ({ ref, children, imageUrl, onPress, onClose, closeAccessibilityLabel, lx, style, ...pressableProps }: MediaCardProps) => import("react/jsx-runtime").JSX.Element;
32
26
  //# sourceMappingURL=MediaCard.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"MediaCard.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/Components/MediaCard/MediaCard.tsx"],"names":[],"mappings":"AAOA,OAAO,EAAE,cAAc,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAC;AA6C9D;;GAEG;AACH,eAAO,MAAM,cAAc;6CAMxB,mBAAmB;;CAerB,CAAC;AAkCF;;;;;;;;;;;;;;;;;;GAkBG;AACH,eAAO,MAAM,SAAS;2GAUnB,cAAc;;CA6DhB,CAAC"}
1
+ {"version":3,"file":"MediaCard.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/Components/MediaCard/MediaCard.tsx"],"names":[],"mappings":"AAOA,OAAO,EAAE,cAAc,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAC;AA6C9D;;GAEG;AACH,eAAO,MAAM,cAAc,GAAI,wCAM5B,mBAAmB,4CAerB,CAAC;AAgCF;;;;;;;;;;;;;;;;;;GAkBG;AACH,eAAO,MAAM,SAAS,GAAI,sGAUvB,cAAc,4CA6DhB,CAAC"}
@@ -11,8 +11,5 @@ export declare const mediaImageDotSizeMap: Record<MediaImageSize, number>;
11
11
  *
12
12
  * <MediaImage src="https://example.com/icon.png" alt="Bitcoin" size={32} />
13
13
  */
14
- export declare const MediaImage: {
15
- ({ src, alt, size, shape, lx, style, ref, ...props }: MediaImageProps): import("react/jsx-runtime").JSX.Element;
16
- displayName: string;
17
- };
14
+ export declare const MediaImage: ({ src, alt, size, shape, lx, style, ref, ...props }: MediaImageProps) => import("react/jsx-runtime").JSX.Element;
18
15
  //# sourceMappingURL=MediaImage.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"MediaImage.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/Components/MediaImage/MediaImage.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,eAAe,EAAE,cAAc,EAAmB,MAAM,SAAS,CAAC;AAe3E,eAAO,MAAM,oBAAoB,EAAE,MAAM,CAAC,cAAc,EAAE,MAAM,CAStD,CAAC;AAqCX;;;;;;;;;;GAUG;AACH,eAAO,MAAM,UAAU;0DASpB,eAAe;;CA6BjB,CAAC"}
1
+ {"version":3,"file":"MediaImage.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/Components/MediaImage/MediaImage.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,eAAe,EAAE,cAAc,EAAmB,MAAM,SAAS,CAAC;AAe3E,eAAO,MAAM,oBAAoB,EAAE,MAAM,CAAC,cAAc,EAAE,MAAM,CAStD,CAAC;AAqCX;;;;;;;;;;GAUG;AACH,eAAO,MAAM,UAAU,GAAI,qDASxB,eAAe,4CA6BjB,CAAC"}
@@ -1,6 +1,3 @@
1
1
  import { CoinCapsuleProps } from './types';
2
2
  export declare function CoinCapsule({ ticker, icon }: CoinCapsuleProps): import("react/jsx-runtime").JSX.Element;
3
- export declare namespace CoinCapsule {
4
- var displayName: string;
5
- }
6
3
  //# sourceMappingURL=CoinCapsule.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"CoinCapsule.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/Components/NavBar/CoinCapsule.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAE3C,wBAAgB,WAAW,CAAC,EAAE,MAAM,EAAE,IAAI,EAAE,EAAE,gBAAgB,2CAS7D;yBATe,WAAW"}
1
+ {"version":3,"file":"CoinCapsule.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/Components/NavBar/CoinCapsule.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAE3C,wBAAgB,WAAW,CAAC,EAAE,MAAM,EAAE,IAAI,EAAE,EAAE,gBAAgB,2CAS7D"}
@@ -4,17 +4,8 @@ export declare namespace NavBarContent {
4
4
  var displayName: string;
5
5
  }
6
6
  export declare function NavBarTitle({ children, style, ...props }: NavBarTitleProps): import("react/jsx-runtime").JSX.Element;
7
- export declare namespace NavBarTitle {
8
- var displayName: string;
9
- }
10
7
  export declare function NavBarDescription({ children, style, ...props }: NavBarDescriptionProps): import("react/jsx-runtime").JSX.Element;
11
- export declare namespace NavBarDescription {
12
- var displayName: string;
13
- }
14
8
  export declare function NavBarCoinCapsule({ ticker, icon, ...props }: NavBarCoinCapsuleProps): import("react/jsx-runtime").JSX.Element;
15
- export declare namespace NavBarCoinCapsule {
16
- var displayName: string;
17
- }
18
9
  export declare function NavBarBackButton({ accessibilityLabel, onPress, style, ...props }: NavBarBackButtonProps): import("react/jsx-runtime").JSX.Element;
19
10
  export declare namespace NavBarBackButton {
20
11
  var displayName: string;
@@ -36,7 +27,4 @@ export declare namespace NavBarTrailing {
36
27
  * NavBar component for top navigation
37
28
  */
38
29
  export declare function NavBar({ appearance, children, ...props }: NavBarProps): import("react/jsx-runtime").JSX.Element;
39
- export declare namespace NavBar {
40
- var displayName: string;
41
- }
42
30
  //# sourceMappingURL=NavBar.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"NavBar.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/Components/NavBar/NavBar.tsx"],"names":[],"mappings":"AASA,OAAO,EAEL,qBAAqB,EACrB,sBAAsB,EACtB,kBAAkB,EAClB,sBAAsB,EACtB,WAAW,EACX,gBAAgB,EAChB,mBAAmB,EACpB,MAAM,SAAS,CAAC;AA2CjB,wBAAgB,aAAa,CAAC,EAC5B,QAAQ,EACR,KAAK,EACL,GAAG,KAAK,EACT,EAAE,kBAAkB,2CAYpB;yBAhBe,aAAa;;;AAoB7B,wBAAgB,WAAW,CAAC,EAAE,QAAQ,EAAE,KAAK,EAAE,GAAG,KAAK,EAAE,EAAE,gBAAgB,2CAgB1E;yBAhBe,WAAW;;;AAoB3B,wBAAgB,iBAAiB,CAAC,EAChC,QAAQ,EACR,KAAK,EACL,GAAG,KAAK,EACT,EAAE,sBAAsB,2CAgBxB;yBApBe,iBAAiB;;;AAwBjC,wBAAgB,iBAAiB,CAAC,EAChC,MAAM,EACN,IAAI,EACJ,GAAG,KAAK,EACT,EAAE,sBAAsB,2CAMxB;yBAVe,iBAAiB;;;AAcjC,wBAAgB,gBAAgB,CAAC,EAC/B,kBAAkB,EAClB,OAAO,EACP,KAAK,EACL,GAAG,KAAK,EACT,EAAE,qBAAqB,2CAgBvB;yBArBe,gBAAgB;;;AAyBhC;;;;;;;;GAQG;AACH,wBAAgB,cAAc,CAAC,EAC7B,QAAQ,EACR,KAAK,EACL,GAAG,KAAK,EACT,EAAE,mBAAmB,2CAiBrB;yBArBe,cAAc;;;AAyB9B;;GAEG;AACH,wBAAgB,MAAM,CAAC,EAAE,UAAU,EAAE,QAAQ,EAAE,GAAG,KAAK,EAAE,EAAE,WAAW,2CA6BrE;yBA7Be,MAAM"}
1
+ {"version":3,"file":"NavBar.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/Components/NavBar/NavBar.tsx"],"names":[],"mappings":"AASA,OAAO,EAEL,qBAAqB,EACrB,sBAAsB,EACtB,kBAAkB,EAClB,sBAAsB,EACtB,WAAW,EACX,gBAAgB,EAChB,mBAAmB,EACpB,MAAM,SAAS,CAAC;AA2CjB,wBAAgB,aAAa,CAAC,EAC5B,QAAQ,EACR,KAAK,EACL,GAAG,KAAK,EACT,EAAE,kBAAkB,2CAYpB;yBAhBe,aAAa;;;AAoB7B,wBAAgB,WAAW,CAAC,EAAE,QAAQ,EAAE,KAAK,EAAE,GAAG,KAAK,EAAE,EAAE,gBAAgB,2CAgB1E;AAED,wBAAgB,iBAAiB,CAAC,EAChC,QAAQ,EACR,KAAK,EACL,GAAG,KAAK,EACT,EAAE,sBAAsB,2CAgBxB;AAED,wBAAgB,iBAAiB,CAAC,EAChC,MAAM,EACN,IAAI,EACJ,GAAG,KAAK,EACT,EAAE,sBAAsB,2CAMxB;AAED,wBAAgB,gBAAgB,CAAC,EAC/B,kBAAkB,EAClB,OAAO,EACP,KAAK,EACL,GAAG,KAAK,EACT,EAAE,qBAAqB,2CAgBvB;yBArBe,gBAAgB;;;AAyBhC;;;;;;;;GAQG;AACH,wBAAgB,cAAc,CAAC,EAC7B,QAAQ,EACR,KAAK,EACL,GAAG,KAAK,EACT,EAAE,mBAAmB,2CAiBrB;yBArBe,cAAc;;;AAyB9B;;GAEG;AACH,wBAAgB,MAAM,CAAC,EAAE,UAAU,EAAE,QAAQ,EAAE,GAAG,KAAK,EAAE,EAAE,WAAW,2CA6BrE"}
@@ -5,8 +5,5 @@ import { PageIndicatorProps } from './types';
5
5
  * Renders a row of dots: the active dot is highlighted, and when there are more pages than visible dots,
6
6
  * edge dots shrink and the strip scrolls to keep the current page in view.
7
7
  */
8
- export declare const PageIndicator: {
9
- ({ currentPage, totalPages, lx, ref, ...props }: PageIndicatorProps): import("react/jsx-runtime").JSX.Element;
10
- displayName: string;
11
- };
8
+ export declare const PageIndicator: ({ currentPage, totalPages, lx, ref, ...props }: PageIndicatorProps) => import("react/jsx-runtime").JSX.Element;
12
9
  //# sourceMappingURL=PageIndicator.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"PageIndicator.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/Components/PageIndicator/PageIndicator.tsx"],"names":[],"mappings":"AAYA,OAAO,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAC;AAsJ7C;;;;;GAKG;AACH,eAAO,MAAM,aAAa;qDAMvB,kBAAkB;;CA0CpB,CAAC"}
1
+ {"version":3,"file":"PageIndicator.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/Components/PageIndicator/PageIndicator.tsx"],"names":[],"mappings":"AAYA,OAAO,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAC;AAsJ7C;;;;;GAKG;AACH,eAAO,MAAM,aAAa,GAAI,gDAM3B,kBAAkB,4CA0CpB,CAAC"}
@@ -1,6 +1,3 @@
1
1
  import { type SearchInputProps } from './types';
2
- export declare const SearchInput: {
3
- ({ appearance, style, containerStyle, inputStyle, disabled: disabledProp, ref, ...props }: SearchInputProps): import("react/jsx-runtime").JSX.Element;
4
- displayName: string;
5
- };
2
+ export declare const SearchInput: ({ appearance, style, containerStyle, inputStyle, disabled: disabledProp, ref, ...props }: SearchInputProps) => import("react/jsx-runtime").JSX.Element;
6
3
  //# sourceMappingURL=SearchInput.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SearchInput.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/Components/SearchInput/SearchInput.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAEhD,eAAO,MAAM,WAAW;+FAQrB,gBAAgB;;CAkBlB,CAAC"}
1
+ {"version":3,"file":"SearchInput.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/Components/SearchInput/SearchInput.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAEhD,eAAO,MAAM,WAAW,GAAI,0FAQzB,gBAAgB,4CAyBlB,CAAC"}
@@ -1,10 +1,4 @@
1
1
  import type { SegmentedControlButtonProps, SegmentedControlProps } from './types';
2
2
  export declare function SegmentedControlButton({ value, children, icon: Icon, onPress, ...props }: SegmentedControlButtonProps): import("react/jsx-runtime").JSX.Element;
3
- export declare namespace SegmentedControlButton {
4
- var displayName: string;
5
- }
6
3
  export declare function SegmentedControl({ selectedValue, onSelectedChange, accessibilityLabel, children, disabled: disabledProp, appearance, tabLayout, ...props }: SegmentedControlProps): import("react/jsx-runtime").JSX.Element;
7
- export declare namespace SegmentedControl {
8
- var displayName: string;
9
- }
10
4
  //# sourceMappingURL=SegmentedControl.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SegmentedControl.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/Components/SegmentedControl/SegmentedControl.tsx"],"names":[],"mappings":"AAUA,OAAO,KAAK,EACV,2BAA2B,EAC3B,qBAAqB,EACtB,MAAM,SAAS,CAAC;AAMjB,wBAAgB,sBAAsB,CAAC,EACrC,KAAK,EACL,QAAQ,EACR,IAAI,EAAE,IAAI,EACV,OAAO,EACP,GAAG,KAAK,EACT,EAAE,2BAA2B,2CAmD7B;yBAzDe,sBAAsB;;;AA6GtC,wBAAgB,gBAAgB,CAAC,EAC/B,aAAa,EACb,gBAAgB,EAChB,kBAAkB,EAClB,QAAQ,EACR,QAAQ,EAAE,YAAY,EACtB,UAAyB,EACzB,SAAmB,EACnB,GAAG,KAAK,EACT,EAAE,qBAAqB,2CA+CvB;yBAxDe,gBAAgB"}
1
+ {"version":3,"file":"SegmentedControl.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/Components/SegmentedControl/SegmentedControl.tsx"],"names":[],"mappings":"AAUA,OAAO,KAAK,EACV,2BAA2B,EAC3B,qBAAqB,EACtB,MAAM,SAAS,CAAC;AAMjB,wBAAgB,sBAAsB,CAAC,EACrC,KAAK,EACL,QAAQ,EACR,IAAI,EAAE,IAAI,EACV,OAAO,EACP,GAAG,KAAK,EACT,EAAE,2BAA2B,2CAmD7B;AAkDD,wBAAgB,gBAAgB,CAAC,EAC/B,aAAa,EACb,gBAAgB,EAChB,kBAAkB,EAClB,QAAQ,EACR,QAAQ,EAAE,YAAY,EACtB,UAAyB,EACzB,SAAmB,EACnB,GAAG,KAAK,EACT,EAAE,qBAAqB,2CA+CvB"}
@@ -29,51 +29,24 @@ import type { SelectProps, SelectTriggerProps, SelectContentProps, SelectGroupPr
29
29
  * );
30
30
  * }
31
31
  */
32
- export declare const Select: {
33
- ({ children, open: controlledOpen, defaultOpen, onOpenChange, value: controlledValue, defaultValue, onValueChange, disabled: disabledProp, }: SelectProps): import("react/jsx-runtime").JSX.Element;
34
- displayName: string;
35
- };
36
- export declare const SelectTrigger: {
37
- ({ children, lx, style, label, asChild, disabled: triggerDisabled, ...props }: SelectTriggerProps): import("react/jsx-runtime").JSX.Element;
38
- displayName: string;
39
- };
32
+ export declare const Select: ({ children, open: controlledOpen, defaultOpen, onOpenChange, value: controlledValue, defaultValue, onValueChange, disabled: disabledProp, }: SelectProps) => import("react/jsx-runtime").JSX.Element;
33
+ export declare const SelectTrigger: ({ children, lx, style, label, asChild, disabled: triggerDisabled, ...props }: SelectTriggerProps) => import("react/jsx-runtime").JSX.Element;
40
34
  /**
41
35
  * Displays the current selected value
42
36
  */
43
- export declare const SelectValue: {
44
- (): import("react/jsx-runtime").JSX.Element | null;
45
- displayName: string;
46
- };
37
+ export declare const SelectValue: () => import("react/jsx-runtime").JSX.Element | null;
47
38
  /**
48
39
  * Container for select items. This component collects all items
49
40
  * and makes them available to the bottom sheet.
50
41
  */
51
- export declare const SelectContent: {
52
- ({ children }: SelectContentProps): null;
53
- displayName: string;
54
- };
55
- export declare const SelectGroup: {
56
- ({ children, lx, style, ...props }: SelectGroupProps): import("react/jsx-runtime").JSX.Element;
57
- displayName: string;
58
- };
59
- export declare const SelectLabel: {
60
- ({ children, lx, style, ...props }: SelectLabelProps): import("react/jsx-runtime").JSX.Element;
61
- displayName: string;
62
- };
42
+ export declare const SelectContent: ({ children }: SelectContentProps) => null;
43
+ export declare const SelectGroup: ({ children, lx, style, ...props }: SelectGroupProps) => import("react/jsx-runtime").JSX.Element;
44
+ export declare const SelectLabel: ({ children, lx, style, ...props }: SelectLabelProps) => import("react/jsx-runtime").JSX.Element;
63
45
  /**
64
46
  * Individual select item. Note: The actual rendering happens in GlobalSelectBottomSheet.
65
47
  * This component is used to declare the structure and collect item data.
66
48
  */
67
- export declare const SelectItem: {
68
- (_props: SelectItemProps): null;
69
- displayName: string;
70
- };
71
- export declare const SelectItemText: {
72
- ({ children, lx, style, ...props }: SelectItemTextProps): import("react/jsx-runtime").JSX.Element;
73
- displayName: string;
74
- };
75
- export declare const SelectSeparator: {
76
- (_props: SelectSeparatorProps): null;
77
- displayName: string;
78
- };
49
+ export declare const SelectItem: (_props: SelectItemProps) => null;
50
+ export declare const SelectItemText: ({ children, lx, style, ...props }: SelectItemTextProps) => import("react/jsx-runtime").JSX.Element;
51
+ export declare const SelectSeparator: (_props: SelectSeparatorProps) => null;
79
52
  //# sourceMappingURL=Select.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Select.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/Components/Select/Select.tsx"],"names":[],"mappings":"AAkBA,OAAO,KAAK,EACV,WAAW,EACX,kBAAkB,EAClB,kBAAkB,EAClB,gBAAgB,EAChB,gBAAgB,EAChB,eAAe,EACf,mBAAmB,EACnB,oBAAoB,EAErB,MAAM,SAAS,CAAC;AAEjB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6BG;AACH,eAAO,MAAM,MAAM;kJAShB,WAAW;;CAyDb,CAAC;AAGF,eAAO,MAAM,aAAa;mFAQvB,kBAAkB;;CAmEpB,CAAC;AAmFF;;GAEG;AACH,eAAO,MAAM,WAAW;;;CAgCvB,CAAC;AAGF;;;GAGG;AACH,eAAO,MAAM,aAAa;mBAAkB,kBAAkB;;CAkD7D,CAAC;AAGF,eAAO,MAAM,WAAW;wCAKrB,gBAAgB;;CAgBlB,CAAC;AAGF,eAAO,MAAM,WAAW;wCAKrB,gBAAgB;;CAsBlB,CAAC;AAGF;;;GAGG;AACH,eAAO,MAAM,UAAU;aAAY,eAAe;;CAIjD,CAAC;AAGF,eAAO,MAAM,cAAc;wCAKxB,mBAAmB;;CAkBrB,CAAC;AAGF,eAAO,MAAM,eAAe;aAAY,oBAAoB;;CAI3D,CAAC"}
1
+ {"version":3,"file":"Select.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/Components/Select/Select.tsx"],"names":[],"mappings":"AAkBA,OAAO,KAAK,EACV,WAAW,EACX,kBAAkB,EAClB,kBAAkB,EAClB,gBAAgB,EAChB,gBAAgB,EAChB,eAAe,EACf,mBAAmB,EACnB,oBAAoB,EAErB,MAAM,SAAS,CAAC;AAEjB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6BG;AACH,eAAO,MAAM,MAAM,GAAI,6IASpB,WAAW,4CAyDb,CAAC;AAEF,eAAO,MAAM,aAAa,GAAI,8EAQ3B,kBAAkB,4CAmEpB,CAAC;AAiFF;;GAEG;AACH,eAAO,MAAM,WAAW,sDAgCvB,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,aAAa,GAAI,cAAc,kBAAkB,SAkD7D,CAAC;AAEF,eAAO,MAAM,WAAW,GAAI,mCAKzB,gBAAgB,4CAgBlB,CAAC;AAEF,eAAO,MAAM,WAAW,GAAI,mCAKzB,gBAAgB,4CAsBlB,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,UAAU,GAAI,QAAQ,eAAe,SAIjD,CAAC;AAEF,eAAO,MAAM,cAAc,GAAI,mCAK5B,mBAAmB,4CAkBrB,CAAC;AAEF,eAAO,MAAM,eAAe,GAAI,QAAQ,oBAAoB,SAI3D,CAAC"}
@@ -13,9 +13,6 @@ import type { SkeletonProps } from './types';
13
13
  * // Tile variant
14
14
  * <Skeleton component='tile' />
15
15
  */
16
- declare const Skeleton: {
17
- ({ lx, component, ...props }: SkeletonProps): import("react/jsx-runtime").JSX.Element;
18
- displayName: string;
19
- };
16
+ declare const Skeleton: ({ lx, component, ...props }: SkeletonProps) => import("react/jsx-runtime").JSX.Element;
20
17
  export { Skeleton };
21
18
  //# sourceMappingURL=Skeleton.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Skeleton.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/Components/Skeleton/Skeleton.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAmG7C;;;;;;;;;;;;;GAaG;AACH,QAAA,MAAM,QAAQ;kCAAiC,aAAa;;CAkB3D,CAAC;AAGF,OAAO,EAAE,QAAQ,EAAE,CAAC"}
1
+ {"version":3,"file":"Skeleton.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/Components/Skeleton/Skeleton.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAgG7C;;;;;;;;;;;;;GAaG;AACH,QAAA,MAAM,QAAQ,GAAI,6BAA6B,aAAa,4CAkB3D,CAAC;AAEF,OAAO,EAAE,QAAQ,EAAE,CAAC"}
@@ -1,24 +1,12 @@
1
1
  import { ComponentPropsWithRef } from 'react';
2
2
  import { View, Pressable, Text, Image, PressableProps, ViewProps, TextProps, ImageProps, PressableStateCallbackType } from 'react-native';
3
- declare const SlotPressable: {
4
- ({ ref, ...props }: PressableProps & ComponentPropsWithRef<typeof Pressable>): import("react").CElement<Omit<PressableProps & import("react").RefAttributes<View>, "ref">, View> | null;
5
- displayName: string;
6
- };
7
- declare const SlotView: {
8
- ({ ref, ...props }: ViewProps & ComponentPropsWithRef<typeof View>): import("react").CElement<ViewProps, View> | null;
9
- displayName: string;
10
- };
11
- declare const SlotText: {
12
- ({ ref, ...props }: TextProps & ComponentPropsWithRef<typeof Text>): import("react").CElement<TextProps, Text> | null;
13
- displayName: string;
14
- };
3
+ declare const SlotPressable: ({ ref, ...props }: PressableProps & ComponentPropsWithRef<typeof Pressable>) => import("react").CElement<Omit<PressableProps & import("react").RefAttributes<View>, "ref">, View> | null;
4
+ declare const SlotView: ({ ref, ...props }: ViewProps & ComponentPropsWithRef<typeof View>) => import("react").CElement<ViewProps, View> | null;
5
+ declare const SlotText: ({ ref, ...props }: TextProps & ComponentPropsWithRef<typeof Text>) => import("react").CElement<TextProps, Text> | null;
15
6
  type SlotImageSlotProps = ImageProps & {
16
7
  children?: React.ReactNode;
17
8
  } & ComponentPropsWithRef<typeof Image>;
18
- declare const SlotImage: {
19
- ({ ref, ...props }: SlotImageSlotProps): import("react").CElement<ImageProps, Image> | null;
20
- displayName: string;
21
- };
9
+ declare const SlotImage: ({ ref, ...props }: SlotImageSlotProps) => import("react").CElement<ImageProps, Image> | null;
22
10
  export declare function isTextChildren(children: React.ReactNode | ((state: PressableStateCallbackType) => React.ReactNode)): boolean;
23
11
  export { SlotImage, SlotPressable, SlotText, SlotView };
24
12
  //# sourceMappingURL=Slot.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Slot.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/Components/Slot/Slot.tsx"],"names":[],"mappings":"AAAA,OAAO,EAKL,qBAAqB,EACtB,MAAM,OAAO,CAAC;AACf,OAAO,EACL,IAAI,EACJ,SAAS,EACT,IAAI,EACJ,KAAK,EACL,cAAc,EACd,SAAS,EACT,SAAS,EACT,UAAU,EAGV,0BAA0B,EAE3B,MAAM,cAAc,CAAC;AAEtB,QAAA,MAAM,aAAa;wBAGhB,cAAc,GAAG,qBAAqB,CAAC,OAAO,SAAS,CAAC;;CAgB1D,CAAC;AAIF,QAAA,MAAM,QAAQ;wBAGX,SAAS,GAAG,qBAAqB,CAAC,OAAO,IAAI,CAAC;;CAgBhD,CAAC;AAIF,QAAA,MAAM,QAAQ;wBAGX,SAAS,GAAG,qBAAqB,CAAC,OAAO,IAAI,CAAC;;CAgBhD,CAAC;AAIF,KAAK,kBAAkB,GAAG,UAAU,GAAG;IACrC,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC5B,GAAG,qBAAqB,CAAC,OAAO,KAAK,CAAC,CAAC;AAExC,QAAA,MAAM,SAAS;wBAAuB,kBAAkB;;CAgBvD,CAAC;AA4EF,wBAAgB,cAAc,CAC5B,QAAQ,EACJ,KAAK,CAAC,SAAS,GACf,CAAC,CAAC,KAAK,EAAE,0BAA0B,KAAK,KAAK,CAAC,SAAS,CAAC,WAK7D;AAED,OAAO,EAAE,SAAS,EAAE,aAAa,EAAE,QAAQ,EAAE,QAAQ,EAAE,CAAC"}
1
+ {"version":3,"file":"Slot.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/Components/Slot/Slot.tsx"],"names":[],"mappings":"AAAA,OAAO,EAKL,qBAAqB,EACtB,MAAM,OAAO,CAAC;AACf,OAAO,EACL,IAAI,EACJ,SAAS,EACT,IAAI,EACJ,KAAK,EACL,cAAc,EACd,SAAS,EACT,SAAS,EACT,UAAU,EAGV,0BAA0B,EAE3B,MAAM,cAAc,CAAC;AAEtB,QAAA,MAAM,aAAa,GAAI,mBAGpB,cAAc,GAAG,qBAAqB,CAAC,OAAO,SAAS,CAAC,6GAgB1D,CAAC;AAEF,QAAA,MAAM,QAAQ,GAAI,mBAGf,SAAS,GAAG,qBAAqB,CAAC,OAAO,IAAI,CAAC,qDAgBhD,CAAC;AAEF,QAAA,MAAM,QAAQ,GAAI,mBAGf,SAAS,GAAG,qBAAqB,CAAC,OAAO,IAAI,CAAC,qDAgBhD,CAAC;AAEF,KAAK,kBAAkB,GAAG,UAAU,GAAG;IACrC,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC5B,GAAG,qBAAqB,CAAC,OAAO,KAAK,CAAC,CAAC;AAExC,QAAA,MAAM,SAAS,GAAI,mBAAmB,kBAAkB,uDAgBvD,CAAC;AA0EF,wBAAgB,cAAc,CAC5B,QAAQ,EACJ,KAAK,CAAC,SAAS,GACf,CAAC,CAAC,KAAK,EAAE,0BAA0B,KAAK,KAAK,CAAC,SAAS,CAAC,WAK7D;AAED,OAAO,EAAE,SAAS,EAAE,aAAa,EAAE,QAAQ,EAAE,QAAQ,EAAE,CAAC"}