@metamask-previews/design-system-react-native 0.6.0-preview.3dc70e1 → 0.11.0-preview.3aca0bd

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 (704) hide show
  1. package/CHANGELOG.md +119 -1
  2. package/dist/components/ActionListItem/ActionListItem.cjs +86 -0
  3. package/dist/components/ActionListItem/ActionListItem.cjs.map +1 -0
  4. package/dist/components/ActionListItem/ActionListItem.d.cts +4 -0
  5. package/dist/components/ActionListItem/ActionListItem.d.cts.map +1 -0
  6. package/dist/components/ActionListItem/ActionListItem.d.mts +4 -0
  7. package/dist/components/ActionListItem/ActionListItem.d.mts.map +1 -0
  8. package/dist/components/ActionListItem/ActionListItem.mjs +66 -0
  9. package/dist/components/ActionListItem/ActionListItem.mjs.map +1 -0
  10. package/dist/components/ActionListItem/ActionListItem.types.cjs +3 -0
  11. package/dist/components/ActionListItem/ActionListItem.types.cjs.map +1 -0
  12. package/dist/components/ActionListItem/ActionListItem.types.d.cts +73 -0
  13. package/dist/components/ActionListItem/ActionListItem.types.d.cts.map +1 -0
  14. package/dist/components/ActionListItem/ActionListItem.types.d.mts +73 -0
  15. package/dist/components/ActionListItem/ActionListItem.types.d.mts.map +1 -0
  16. package/dist/components/ActionListItem/ActionListItem.types.mjs +2 -0
  17. package/dist/components/ActionListItem/ActionListItem.types.mjs.map +1 -0
  18. package/dist/components/ActionListItem/index.cjs +6 -0
  19. package/dist/components/ActionListItem/index.cjs.map +1 -0
  20. package/dist/components/ActionListItem/index.d.cts +3 -0
  21. package/dist/components/ActionListItem/index.d.cts.map +1 -0
  22. package/dist/components/ActionListItem/index.d.mts +3 -0
  23. package/dist/components/ActionListItem/index.d.mts.map +1 -0
  24. package/dist/components/ActionListItem/index.mjs +2 -0
  25. package/dist/components/ActionListItem/index.mjs.map +1 -0
  26. package/dist/components/BadgeCount/BadgeCount.cjs +3 -3
  27. package/dist/components/BadgeCount/BadgeCount.cjs.map +1 -1
  28. package/dist/components/BadgeCount/BadgeCount.constants.cjs +6 -10
  29. package/dist/components/BadgeCount/BadgeCount.constants.cjs.map +1 -1
  30. package/dist/components/BadgeCount/BadgeCount.constants.d.cts +1 -2
  31. package/dist/components/BadgeCount/BadgeCount.constants.d.cts.map +1 -1
  32. package/dist/components/BadgeCount/BadgeCount.constants.d.mts +1 -2
  33. package/dist/components/BadgeCount/BadgeCount.constants.d.mts.map +1 -1
  34. package/dist/components/BadgeCount/BadgeCount.constants.mjs +3 -7
  35. package/dist/components/BadgeCount/BadgeCount.constants.mjs.map +1 -1
  36. package/dist/components/BadgeCount/BadgeCount.d.cts.map +1 -1
  37. package/dist/components/BadgeCount/BadgeCount.d.mts.map +1 -1
  38. package/dist/components/BadgeCount/BadgeCount.mjs +3 -3
  39. package/dist/components/BadgeCount/BadgeCount.mjs.map +1 -1
  40. package/dist/components/BadgeCount/BadgeCount.types.cjs.map +1 -1
  41. package/dist/components/BadgeCount/BadgeCount.types.d.cts +5 -22
  42. package/dist/components/BadgeCount/BadgeCount.types.d.cts.map +1 -1
  43. package/dist/components/BadgeCount/BadgeCount.types.d.mts +5 -22
  44. package/dist/components/BadgeCount/BadgeCount.types.d.mts.map +1 -1
  45. package/dist/components/BadgeCount/BadgeCount.types.mjs.map +1 -1
  46. package/dist/components/BadgeCount/index.cjs +2 -2
  47. package/dist/components/BadgeCount/index.cjs.map +1 -1
  48. package/dist/components/BadgeCount/index.d.cts +1 -1
  49. package/dist/components/BadgeCount/index.d.cts.map +1 -1
  50. package/dist/components/BadgeCount/index.d.mts +1 -1
  51. package/dist/components/BadgeCount/index.d.mts.map +1 -1
  52. package/dist/components/BadgeCount/index.mjs +1 -1
  53. package/dist/components/BadgeCount/index.mjs.map +1 -1
  54. package/dist/components/BadgeStatus/BadgeStatus.types.cjs.map +1 -1
  55. package/dist/components/BadgeStatus/BadgeStatus.types.d.cts +1 -1
  56. package/dist/components/BadgeStatus/BadgeStatus.types.d.cts.map +1 -1
  57. package/dist/components/BadgeStatus/BadgeStatus.types.d.mts +1 -1
  58. package/dist/components/BadgeStatus/BadgeStatus.types.d.mts.map +1 -1
  59. package/dist/components/BadgeStatus/BadgeStatus.types.mjs.map +1 -1
  60. package/dist/components/BannerAlert/BannerAlert.cjs +23 -0
  61. package/dist/components/BannerAlert/BannerAlert.cjs.map +1 -0
  62. package/dist/components/BannerAlert/BannerAlert.constants.cjs +30 -0
  63. package/dist/components/BannerAlert/BannerAlert.constants.cjs.map +1 -0
  64. package/dist/components/BannerAlert/BannerAlert.constants.d.cts +7 -0
  65. package/dist/components/BannerAlert/BannerAlert.constants.d.cts.map +1 -0
  66. package/dist/components/BannerAlert/BannerAlert.constants.d.mts +7 -0
  67. package/dist/components/BannerAlert/BannerAlert.constants.d.mts.map +1 -0
  68. package/dist/components/BannerAlert/BannerAlert.constants.mjs +27 -0
  69. package/dist/components/BannerAlert/BannerAlert.constants.mjs.map +1 -0
  70. package/dist/components/BannerAlert/BannerAlert.d.cts +4 -0
  71. package/dist/components/BannerAlert/BannerAlert.d.cts.map +1 -0
  72. package/dist/components/BannerAlert/BannerAlert.d.mts +4 -0
  73. package/dist/components/BannerAlert/BannerAlert.d.mts.map +1 -0
  74. package/dist/components/BannerAlert/BannerAlert.mjs +23 -0
  75. package/dist/components/BannerAlert/BannerAlert.mjs.map +1 -0
  76. package/dist/components/BannerAlert/BannerAlert.types.cjs +3 -0
  77. package/dist/components/BannerAlert/BannerAlert.types.cjs.map +1 -0
  78. package/dist/components/BannerAlert/BannerAlert.types.d.cts +10 -0
  79. package/dist/components/BannerAlert/BannerAlert.types.d.cts.map +1 -0
  80. package/dist/components/BannerAlert/BannerAlert.types.d.mts +10 -0
  81. package/dist/components/BannerAlert/BannerAlert.types.d.mts.map +1 -0
  82. package/dist/components/BannerAlert/BannerAlert.types.mjs +2 -0
  83. package/dist/components/BannerAlert/BannerAlert.types.mjs.map +1 -0
  84. package/dist/components/BannerAlert/index.cjs +8 -0
  85. package/dist/components/BannerAlert/index.cjs.map +1 -0
  86. package/dist/components/BannerAlert/index.d.cts +4 -0
  87. package/dist/components/BannerAlert/index.d.cts.map +1 -0
  88. package/dist/components/BannerAlert/index.d.mts +4 -0
  89. package/dist/components/BannerAlert/index.d.mts.map +1 -0
  90. package/dist/components/BannerAlert/index.mjs +3 -0
  91. package/dist/components/BannerAlert/index.mjs.map +1 -0
  92. package/dist/components/BannerBase/BannerBase.cjs +63 -0
  93. package/dist/components/BannerBase/BannerBase.cjs.map +1 -0
  94. package/dist/components/BannerBase/BannerBase.d.cts +4 -0
  95. package/dist/components/BannerBase/BannerBase.d.cts.map +1 -0
  96. package/dist/components/BannerBase/BannerBase.d.mts +4 -0
  97. package/dist/components/BannerBase/BannerBase.d.mts.map +1 -0
  98. package/dist/components/BannerBase/BannerBase.mjs +63 -0
  99. package/dist/components/BannerBase/BannerBase.mjs.map +1 -0
  100. package/dist/components/BannerBase/BannerBase.types.cjs +3 -0
  101. package/dist/components/BannerBase/BannerBase.types.cjs.map +1 -0
  102. package/dist/components/BannerBase/BannerBase.types.d.cts +53 -0
  103. package/dist/components/BannerBase/BannerBase.types.d.cts.map +1 -0
  104. package/dist/components/BannerBase/BannerBase.types.d.mts +53 -0
  105. package/dist/components/BannerBase/BannerBase.types.d.mts.map +1 -0
  106. package/dist/components/BannerBase/BannerBase.types.mjs +2 -0
  107. package/dist/components/BannerBase/BannerBase.types.mjs.map +1 -0
  108. package/dist/components/BannerBase/index.cjs +6 -0
  109. package/dist/components/BannerBase/index.cjs.map +1 -0
  110. package/dist/components/BannerBase/index.d.cts +3 -0
  111. package/dist/components/BannerBase/index.d.cts.map +1 -0
  112. package/dist/components/BannerBase/index.d.mts +3 -0
  113. package/dist/components/BannerBase/index.d.mts.map +1 -0
  114. package/dist/components/BannerBase/index.mjs +2 -0
  115. package/dist/components/BannerBase/index.mjs.map +1 -0
  116. package/dist/components/BottomSheet/BottomSheet.cjs +109 -0
  117. package/dist/components/BottomSheet/BottomSheet.cjs.map +1 -0
  118. package/dist/components/BottomSheet/BottomSheet.d.cts +16 -0
  119. package/dist/components/BottomSheet/BottomSheet.d.cts.map +1 -0
  120. package/dist/components/BottomSheet/BottomSheet.d.mts +16 -0
  121. package/dist/components/BottomSheet/BottomSheet.d.mts.map +1 -0
  122. package/dist/components/BottomSheet/BottomSheet.mjs +87 -0
  123. package/dist/components/BottomSheet/BottomSheet.mjs.map +1 -0
  124. package/dist/components/BottomSheet/BottomSheet.types.cjs +3 -0
  125. package/dist/components/BottomSheet/BottomSheet.types.cjs.map +1 -0
  126. package/dist/components/BottomSheet/BottomSheet.types.d.cts +28 -0
  127. package/dist/components/BottomSheet/BottomSheet.types.d.cts.map +1 -0
  128. package/dist/components/BottomSheet/BottomSheet.types.d.mts +28 -0
  129. package/dist/components/BottomSheet/BottomSheet.types.d.mts.map +1 -0
  130. package/dist/components/BottomSheet/BottomSheet.types.mjs +2 -0
  131. package/dist/components/BottomSheet/BottomSheet.types.mjs.map +1 -0
  132. package/dist/components/BottomSheet/index.cjs +6 -0
  133. package/dist/components/BottomSheet/index.cjs.map +1 -0
  134. package/dist/components/BottomSheet/index.d.cts +3 -0
  135. package/dist/components/BottomSheet/index.d.cts.map +1 -0
  136. package/dist/components/BottomSheet/index.d.mts +3 -0
  137. package/dist/components/BottomSheet/index.d.mts.map +1 -0
  138. package/dist/components/BottomSheet/index.mjs +2 -0
  139. package/dist/components/BottomSheet/index.mjs.map +1 -0
  140. package/dist/components/BottomSheetDialog/BottomSheetDialog.cjs +207 -0
  141. package/dist/components/BottomSheetDialog/BottomSheetDialog.cjs.map +1 -0
  142. package/dist/components/BottomSheetDialog/BottomSheetDialog.constants.cjs +18 -0
  143. package/dist/components/BottomSheetDialog/BottomSheetDialog.constants.cjs.map +1 -0
  144. package/dist/components/BottomSheetDialog/BottomSheetDialog.constants.d.cts +14 -0
  145. package/dist/components/BottomSheetDialog/BottomSheetDialog.constants.d.cts.map +1 -0
  146. package/dist/components/BottomSheetDialog/BottomSheetDialog.constants.d.mts +14 -0
  147. package/dist/components/BottomSheetDialog/BottomSheetDialog.constants.d.mts.map +1 -0
  148. package/dist/components/BottomSheetDialog/BottomSheetDialog.constants.mjs +15 -0
  149. package/dist/components/BottomSheetDialog/BottomSheetDialog.constants.mjs.map +1 -0
  150. package/dist/components/BottomSheetDialog/BottomSheetDialog.d.cts +13 -0
  151. package/dist/components/BottomSheetDialog/BottomSheetDialog.d.cts.map +1 -0
  152. package/dist/components/BottomSheetDialog/BottomSheetDialog.d.mts +13 -0
  153. package/dist/components/BottomSheetDialog/BottomSheetDialog.d.mts.map +1 -0
  154. package/dist/components/BottomSheetDialog/BottomSheetDialog.mjs +190 -0
  155. package/dist/components/BottomSheetDialog/BottomSheetDialog.mjs.map +1 -0
  156. package/dist/components/BottomSheetDialog/BottomSheetDialog.types.cjs +3 -0
  157. package/dist/components/BottomSheetDialog/BottomSheetDialog.types.cjs.map +1 -0
  158. package/dist/components/BottomSheetDialog/BottomSheetDialog.types.d.cts +56 -0
  159. package/dist/components/BottomSheetDialog/BottomSheetDialog.types.d.cts.map +1 -0
  160. package/dist/components/BottomSheetDialog/BottomSheetDialog.types.d.mts +56 -0
  161. package/dist/components/BottomSheetDialog/BottomSheetDialog.types.d.mts.map +1 -0
  162. package/dist/components/BottomSheetDialog/BottomSheetDialog.types.mjs +2 -0
  163. package/dist/components/BottomSheetDialog/BottomSheetDialog.types.mjs.map +1 -0
  164. package/dist/components/BottomSheetDialog/index.cjs +9 -0
  165. package/dist/components/BottomSheetDialog/index.cjs.map +1 -0
  166. package/dist/components/BottomSheetDialog/index.d.cts +3 -0
  167. package/dist/components/BottomSheetDialog/index.d.cts.map +1 -0
  168. package/dist/components/BottomSheetDialog/index.d.mts +3 -0
  169. package/dist/components/BottomSheetDialog/index.d.mts.map +1 -0
  170. package/dist/components/BottomSheetDialog/index.mjs +2 -0
  171. package/dist/components/BottomSheetDialog/index.mjs.map +1 -0
  172. package/dist/components/BottomSheetFooter/BottomSheetFooter.cjs +35 -0
  173. package/dist/components/BottomSheetFooter/BottomSheetFooter.cjs.map +1 -0
  174. package/dist/components/BottomSheetFooter/BottomSheetFooter.d.cts +4 -0
  175. package/dist/components/BottomSheetFooter/BottomSheetFooter.d.cts.map +1 -0
  176. package/dist/components/BottomSheetFooter/BottomSheetFooter.d.mts +4 -0
  177. package/dist/components/BottomSheetFooter/BottomSheetFooter.d.mts.map +1 -0
  178. package/dist/components/BottomSheetFooter/BottomSheetFooter.mjs +35 -0
  179. package/dist/components/BottomSheetFooter/BottomSheetFooter.mjs.map +1 -0
  180. package/dist/components/BottomSheetFooter/BottomSheetFooter.types.cjs +12 -0
  181. package/dist/components/BottomSheetFooter/BottomSheetFooter.types.cjs.map +1 -0
  182. package/dist/components/BottomSheetFooter/BottomSheetFooter.types.d.cts +41 -0
  183. package/dist/components/BottomSheetFooter/BottomSheetFooter.types.d.cts.map +1 -0
  184. package/dist/components/BottomSheetFooter/BottomSheetFooter.types.d.mts +41 -0
  185. package/dist/components/BottomSheetFooter/BottomSheetFooter.types.d.mts.map +1 -0
  186. package/dist/components/BottomSheetFooter/BottomSheetFooter.types.mjs +9 -0
  187. package/dist/components/BottomSheetFooter/BottomSheetFooter.types.mjs.map +1 -0
  188. package/dist/components/BottomSheetFooter/index.cjs +8 -0
  189. package/dist/components/BottomSheetFooter/index.cjs.map +1 -0
  190. package/dist/components/BottomSheetFooter/index.d.cts +4 -0
  191. package/dist/components/BottomSheetFooter/index.d.cts.map +1 -0
  192. package/dist/components/BottomSheetFooter/index.d.mts +4 -0
  193. package/dist/components/BottomSheetFooter/index.d.mts.map +1 -0
  194. package/dist/components/BottomSheetFooter/index.mjs +3 -0
  195. package/dist/components/BottomSheetFooter/index.mjs.map +1 -0
  196. package/dist/components/BottomSheetHeader/BottomSheetHeader.cjs +27 -0
  197. package/dist/components/BottomSheetHeader/BottomSheetHeader.cjs.map +1 -0
  198. package/dist/components/BottomSheetHeader/BottomSheetHeader.constants.cjs +15 -0
  199. package/dist/components/BottomSheetHeader/BottomSheetHeader.constants.cjs.map +1 -0
  200. package/dist/components/BottomSheetHeader/BottomSheetHeader.constants.d.cts +7 -0
  201. package/dist/components/BottomSheetHeader/BottomSheetHeader.constants.d.cts.map +1 -0
  202. package/dist/components/BottomSheetHeader/BottomSheetHeader.constants.d.mts +7 -0
  203. package/dist/components/BottomSheetHeader/BottomSheetHeader.constants.d.mts.map +1 -0
  204. package/dist/components/BottomSheetHeader/BottomSheetHeader.constants.mjs +12 -0
  205. package/dist/components/BottomSheetHeader/BottomSheetHeader.constants.mjs.map +1 -0
  206. package/dist/components/BottomSheetHeader/BottomSheetHeader.d.cts +4 -0
  207. package/dist/components/BottomSheetHeader/BottomSheetHeader.d.cts.map +1 -0
  208. package/dist/components/BottomSheetHeader/BottomSheetHeader.d.mts +4 -0
  209. package/dist/components/BottomSheetHeader/BottomSheetHeader.d.mts.map +1 -0
  210. package/dist/components/BottomSheetHeader/BottomSheetHeader.mjs +27 -0
  211. package/dist/components/BottomSheetHeader/BottomSheetHeader.mjs.map +1 -0
  212. package/dist/components/BottomSheetHeader/BottomSheetHeader.types.cjs +14 -0
  213. package/dist/components/BottomSheetHeader/BottomSheetHeader.types.cjs.map +1 -0
  214. package/dist/components/BottomSheetHeader/BottomSheetHeader.types.d.cts +50 -0
  215. package/dist/components/BottomSheetHeader/BottomSheetHeader.types.d.cts.map +1 -0
  216. package/dist/components/BottomSheetHeader/BottomSheetHeader.types.d.mts +50 -0
  217. package/dist/components/BottomSheetHeader/BottomSheetHeader.types.d.mts.map +1 -0
  218. package/dist/components/BottomSheetHeader/BottomSheetHeader.types.mjs +11 -0
  219. package/dist/components/BottomSheetHeader/BottomSheetHeader.types.mjs.map +1 -0
  220. package/dist/components/BottomSheetHeader/index.cjs +8 -0
  221. package/dist/components/BottomSheetHeader/index.cjs.map +1 -0
  222. package/dist/components/BottomSheetHeader/index.d.cts +4 -0
  223. package/dist/components/BottomSheetHeader/index.d.cts.map +1 -0
  224. package/dist/components/BottomSheetHeader/index.d.mts +4 -0
  225. package/dist/components/BottomSheetHeader/index.d.mts.map +1 -0
  226. package/dist/components/BottomSheetHeader/index.mjs +3 -0
  227. package/dist/components/BottomSheetHeader/index.mjs.map +1 -0
  228. package/dist/components/ButtonBase/ButtonBase.cjs +2 -9
  229. package/dist/components/ButtonBase/ButtonBase.cjs.map +1 -1
  230. package/dist/components/ButtonBase/ButtonBase.d.cts.map +1 -1
  231. package/dist/components/ButtonBase/ButtonBase.d.mts.map +1 -1
  232. package/dist/components/ButtonBase/ButtonBase.mjs +3 -10
  233. package/dist/components/ButtonBase/ButtonBase.mjs.map +1 -1
  234. package/dist/components/ButtonFilter/ButtonFilter.cjs +28 -0
  235. package/dist/components/ButtonFilter/ButtonFilter.cjs.map +1 -0
  236. package/dist/components/ButtonFilter/ButtonFilter.d.cts +4 -0
  237. package/dist/components/ButtonFilter/ButtonFilter.d.cts.map +1 -0
  238. package/dist/components/ButtonFilter/ButtonFilter.d.mts +4 -0
  239. package/dist/components/ButtonFilter/ButtonFilter.d.mts.map +1 -0
  240. package/dist/components/ButtonFilter/ButtonFilter.mjs +28 -0
  241. package/dist/components/ButtonFilter/ButtonFilter.mjs.map +1 -0
  242. package/dist/components/ButtonFilter/ButtonFilter.types.cjs +3 -0
  243. package/dist/components/ButtonFilter/ButtonFilter.types.cjs.map +1 -0
  244. package/dist/components/ButtonFilter/ButtonFilter.types.d.cts +9 -0
  245. package/dist/components/ButtonFilter/ButtonFilter.types.d.cts.map +1 -0
  246. package/dist/components/ButtonFilter/ButtonFilter.types.d.mts +9 -0
  247. package/dist/components/ButtonFilter/ButtonFilter.types.d.mts.map +1 -0
  248. package/dist/components/ButtonFilter/ButtonFilter.types.mjs +2 -0
  249. package/dist/components/ButtonFilter/ButtonFilter.types.mjs.map +1 -0
  250. package/dist/components/ButtonFilter/index.cjs +6 -0
  251. package/dist/components/ButtonFilter/index.cjs.map +1 -0
  252. package/dist/components/ButtonFilter/index.d.cts +3 -0
  253. package/dist/components/ButtonFilter/index.d.cts.map +1 -0
  254. package/dist/components/ButtonFilter/index.d.mts +3 -0
  255. package/dist/components/ButtonFilter/index.d.mts.map +1 -0
  256. package/dist/components/ButtonFilter/index.mjs +2 -0
  257. package/dist/components/ButtonFilter/index.mjs.map +1 -0
  258. package/dist/components/ButtonHero/ButtonHero.cjs +37 -0
  259. package/dist/components/ButtonHero/ButtonHero.cjs.map +1 -0
  260. package/dist/components/ButtonHero/ButtonHero.d.cts +13 -0
  261. package/dist/components/ButtonHero/ButtonHero.d.cts.map +1 -0
  262. package/dist/components/ButtonHero/ButtonHero.d.mts +13 -0
  263. package/dist/components/ButtonHero/ButtonHero.d.mts.map +1 -0
  264. package/dist/components/ButtonHero/ButtonHero.mjs +37 -0
  265. package/dist/components/ButtonHero/ButtonHero.mjs.map +1 -0
  266. package/dist/components/ButtonHero/ButtonHero.types.cjs +3 -0
  267. package/dist/components/ButtonHero/ButtonHero.types.cjs.map +1 -0
  268. package/dist/components/ButtonHero/ButtonHero.types.d.cts +3 -0
  269. package/dist/components/ButtonHero/ButtonHero.types.d.cts.map +1 -0
  270. package/dist/components/ButtonHero/ButtonHero.types.d.mts +3 -0
  271. package/dist/components/ButtonHero/ButtonHero.types.d.mts.map +1 -0
  272. package/dist/components/ButtonHero/ButtonHero.types.mjs +2 -0
  273. package/dist/components/ButtonHero/ButtonHero.types.mjs.map +1 -0
  274. package/dist/components/ButtonHero/index.cjs +8 -0
  275. package/dist/components/ButtonHero/index.cjs.map +1 -0
  276. package/dist/components/ButtonHero/index.d.cts +4 -0
  277. package/dist/components/ButtonHero/index.d.cts.map +1 -0
  278. package/dist/components/ButtonHero/index.d.mts +4 -0
  279. package/dist/components/ButtonHero/index.d.mts.map +1 -0
  280. package/dist/components/ButtonHero/index.mjs +3 -0
  281. package/dist/components/ButtonHero/index.mjs.map +1 -0
  282. package/dist/components/ButtonIcon/ButtonIcon.cjs +10 -4
  283. package/dist/components/ButtonIcon/ButtonIcon.cjs.map +1 -1
  284. package/dist/components/ButtonIcon/ButtonIcon.d.cts +1 -1
  285. package/dist/components/ButtonIcon/ButtonIcon.d.cts.map +1 -1
  286. package/dist/components/ButtonIcon/ButtonIcon.d.mts +1 -1
  287. package/dist/components/ButtonIcon/ButtonIcon.d.mts.map +1 -1
  288. package/dist/components/ButtonIcon/ButtonIcon.mjs +11 -5
  289. package/dist/components/ButtonIcon/ButtonIcon.mjs.map +1 -1
  290. package/dist/components/ButtonIcon/ButtonIcon.types.cjs.map +1 -1
  291. package/dist/components/ButtonIcon/ButtonIcon.types.d.cts +4 -11
  292. package/dist/components/ButtonIcon/ButtonIcon.types.d.cts.map +1 -1
  293. package/dist/components/ButtonIcon/ButtonIcon.types.d.mts +4 -11
  294. package/dist/components/ButtonIcon/ButtonIcon.types.d.mts.map +1 -1
  295. package/dist/components/ButtonIcon/ButtonIcon.types.mjs.map +1 -1
  296. package/dist/components/ButtonIcon/index.cjs +2 -1
  297. package/dist/components/ButtonIcon/index.cjs.map +1 -1
  298. package/dist/components/ButtonIcon/index.d.cts +1 -1
  299. package/dist/components/ButtonIcon/index.d.cts.map +1 -1
  300. package/dist/components/ButtonIcon/index.d.mts +1 -1
  301. package/dist/components/ButtonIcon/index.d.mts.map +1 -1
  302. package/dist/components/ButtonIcon/index.mjs +1 -1
  303. package/dist/components/ButtonIcon/index.mjs.map +1 -1
  304. package/dist/components/ButtonSemantic/ButtonSemantic.cjs +64 -0
  305. package/dist/components/ButtonSemantic/ButtonSemantic.cjs.map +1 -0
  306. package/dist/components/ButtonSemantic/ButtonSemantic.constants.cjs +17 -0
  307. package/dist/components/ButtonSemantic/ButtonSemantic.constants.cjs.map +1 -0
  308. package/dist/components/ButtonSemantic/ButtonSemantic.constants.d.cts +5 -0
  309. package/dist/components/ButtonSemantic/ButtonSemantic.constants.d.cts.map +1 -0
  310. package/dist/components/ButtonSemantic/ButtonSemantic.constants.d.mts +5 -0
  311. package/dist/components/ButtonSemantic/ButtonSemantic.constants.d.mts.map +1 -0
  312. package/dist/components/ButtonSemantic/ButtonSemantic.constants.mjs +14 -0
  313. package/dist/components/ButtonSemantic/ButtonSemantic.constants.mjs.map +1 -0
  314. package/dist/components/ButtonSemantic/ButtonSemantic.d.cts +4 -0
  315. package/dist/components/ButtonSemantic/ButtonSemantic.d.cts.map +1 -0
  316. package/dist/components/ButtonSemantic/ButtonSemantic.d.mts +4 -0
  317. package/dist/components/ButtonSemantic/ButtonSemantic.d.mts.map +1 -0
  318. package/dist/components/ButtonSemantic/ButtonSemantic.mjs +44 -0
  319. package/dist/components/ButtonSemantic/ButtonSemantic.mjs.map +1 -0
  320. package/dist/components/ButtonSemantic/ButtonSemantic.types.cjs +18 -0
  321. package/dist/components/ButtonSemantic/ButtonSemantic.types.cjs.map +1 -0
  322. package/dist/components/ButtonSemantic/ButtonSemantic.types.d.cts +30 -0
  323. package/dist/components/ButtonSemantic/ButtonSemantic.types.d.cts.map +1 -0
  324. package/dist/components/ButtonSemantic/ButtonSemantic.types.d.mts +30 -0
  325. package/dist/components/ButtonSemantic/ButtonSemantic.types.d.mts.map +1 -0
  326. package/dist/components/ButtonSemantic/ButtonSemantic.types.mjs +15 -0
  327. package/dist/components/ButtonSemantic/ButtonSemantic.types.mjs.map +1 -0
  328. package/dist/components/ButtonSemantic/index.cjs +8 -0
  329. package/dist/components/ButtonSemantic/index.cjs.map +1 -0
  330. package/dist/components/ButtonSemantic/index.d.cts +4 -0
  331. package/dist/components/ButtonSemantic/index.d.cts.map +1 -0
  332. package/dist/components/ButtonSemantic/index.d.mts +4 -0
  333. package/dist/components/ButtonSemantic/index.d.mts.map +1 -0
  334. package/dist/components/ButtonSemantic/index.mjs +3 -0
  335. package/dist/components/ButtonSemantic/index.mjs.map +1 -0
  336. package/dist/components/Card/Card.cjs +26 -0
  337. package/dist/components/Card/Card.cjs.map +1 -0
  338. package/dist/components/Card/Card.d.cts +4 -0
  339. package/dist/components/Card/Card.d.cts.map +1 -0
  340. package/dist/components/Card/Card.d.mts +4 -0
  341. package/dist/components/Card/Card.d.mts.map +1 -0
  342. package/dist/components/Card/Card.mjs +26 -0
  343. package/dist/components/Card/Card.mjs.map +1 -0
  344. package/dist/components/Card/Card.types.cjs +3 -0
  345. package/dist/components/Card/Card.types.cjs.map +1 -0
  346. package/dist/components/Card/Card.types.d.cts +25 -0
  347. package/dist/components/Card/Card.types.d.cts.map +1 -0
  348. package/dist/components/Card/Card.types.d.mts +25 -0
  349. package/dist/components/Card/Card.types.d.mts.map +1 -0
  350. package/dist/components/Card/Card.types.mjs +2 -0
  351. package/dist/components/Card/Card.types.mjs.map +1 -0
  352. package/dist/components/Card/index.cjs +6 -0
  353. package/dist/components/Card/index.cjs.map +1 -0
  354. package/dist/components/Card/index.d.cts +3 -0
  355. package/dist/components/Card/index.d.cts.map +1 -0
  356. package/dist/components/Card/index.d.mts +3 -0
  357. package/dist/components/Card/index.d.mts.map +1 -0
  358. package/dist/components/Card/index.mjs +2 -0
  359. package/dist/components/Card/index.mjs.map +1 -0
  360. package/dist/components/HeaderBase/HeaderBase.cjs +132 -0
  361. package/dist/components/HeaderBase/HeaderBase.cjs.map +1 -0
  362. package/dist/components/HeaderBase/HeaderBase.constants.cjs +15 -0
  363. package/dist/components/HeaderBase/HeaderBase.constants.cjs.map +1 -0
  364. package/dist/components/HeaderBase/HeaderBase.constants.d.cts +7 -0
  365. package/dist/components/HeaderBase/HeaderBase.constants.d.cts.map +1 -0
  366. package/dist/components/HeaderBase/HeaderBase.constants.d.mts +7 -0
  367. package/dist/components/HeaderBase/HeaderBase.constants.d.mts.map +1 -0
  368. package/dist/components/HeaderBase/HeaderBase.constants.mjs +12 -0
  369. package/dist/components/HeaderBase/HeaderBase.constants.mjs.map +1 -0
  370. package/dist/components/HeaderBase/HeaderBase.d.cts +4 -0
  371. package/dist/components/HeaderBase/HeaderBase.d.cts.map +1 -0
  372. package/dist/components/HeaderBase/HeaderBase.d.mts +4 -0
  373. package/dist/components/HeaderBase/HeaderBase.d.mts.map +1 -0
  374. package/dist/components/HeaderBase/HeaderBase.mjs +112 -0
  375. package/dist/components/HeaderBase/HeaderBase.mjs.map +1 -0
  376. package/dist/components/HeaderBase/HeaderBase.types.cjs +15 -0
  377. package/dist/components/HeaderBase/HeaderBase.types.cjs.map +1 -0
  378. package/dist/components/HeaderBase/HeaderBase.types.d.cts +87 -0
  379. package/dist/components/HeaderBase/HeaderBase.types.d.cts.map +1 -0
  380. package/dist/components/HeaderBase/HeaderBase.types.d.mts +87 -0
  381. package/dist/components/HeaderBase/HeaderBase.types.d.mts.map +1 -0
  382. package/dist/components/HeaderBase/HeaderBase.types.mjs +12 -0
  383. package/dist/components/HeaderBase/HeaderBase.types.mjs.map +1 -0
  384. package/dist/components/HeaderBase/index.cjs +8 -0
  385. package/dist/components/HeaderBase/index.cjs.map +1 -0
  386. package/dist/components/HeaderBase/index.d.cts +4 -0
  387. package/dist/components/HeaderBase/index.d.cts.map +1 -0
  388. package/dist/components/HeaderBase/index.d.mts +4 -0
  389. package/dist/components/HeaderBase/index.d.mts.map +1 -0
  390. package/dist/components/HeaderBase/index.mjs +3 -0
  391. package/dist/components/HeaderBase/index.mjs.map +1 -0
  392. package/dist/components/Icon/Icon.assets.cjs +2 -0
  393. package/dist/components/Icon/Icon.assets.cjs.map +1 -1
  394. package/dist/components/Icon/Icon.assets.d.cts.map +1 -1
  395. package/dist/components/Icon/Icon.assets.d.mts.map +1 -1
  396. package/dist/components/Icon/Icon.assets.mjs +2 -0
  397. package/dist/components/Icon/Icon.assets.mjs.map +1 -1
  398. package/dist/components/Icon/assets/ai.svg +1 -1
  399. package/dist/components/Icon/assets/corporate-fare.svg +1 -0
  400. package/dist/components/Input/Input.cjs +63 -0
  401. package/dist/components/Input/Input.cjs.map +1 -0
  402. package/dist/components/Input/Input.d.cts +11 -0
  403. package/dist/components/Input/Input.d.cts.map +1 -0
  404. package/dist/components/Input/Input.d.mts +11 -0
  405. package/dist/components/Input/Input.d.mts.map +1 -0
  406. package/dist/components/Input/Input.mjs +60 -0
  407. package/dist/components/Input/Input.mjs.map +1 -0
  408. package/dist/components/Input/Input.types.cjs +3 -0
  409. package/dist/components/Input/Input.types.cjs.map +1 -0
  410. package/dist/components/Input/Input.types.d.cts +37 -0
  411. package/dist/components/Input/Input.types.d.cts.map +1 -0
  412. package/dist/components/Input/Input.types.d.mts +37 -0
  413. package/dist/components/Input/Input.types.d.mts.map +1 -0
  414. package/dist/components/Input/Input.types.mjs +2 -0
  415. package/dist/components/Input/Input.types.mjs.map +1 -0
  416. package/dist/components/Input/index.cjs +6 -0
  417. package/dist/components/Input/index.cjs.map +1 -0
  418. package/dist/components/Input/index.d.cts +3 -0
  419. package/dist/components/Input/index.d.cts.map +1 -0
  420. package/dist/components/Input/index.d.mts +3 -0
  421. package/dist/components/Input/index.d.mts.map +1 -0
  422. package/dist/components/Input/index.mjs +2 -0
  423. package/dist/components/Input/index.mjs.map +1 -0
  424. package/dist/components/Label/Label.cjs +11 -0
  425. package/dist/components/Label/Label.cjs.map +1 -0
  426. package/dist/components/Label/Label.d.cts +4 -0
  427. package/dist/components/Label/Label.d.cts.map +1 -0
  428. package/dist/components/Label/Label.d.mts +4 -0
  429. package/dist/components/Label/Label.d.mts.map +1 -0
  430. package/dist/components/Label/Label.mjs +11 -0
  431. package/dist/components/Label/Label.mjs.map +1 -0
  432. package/dist/components/Label/Label.types.cjs +3 -0
  433. package/dist/components/Label/Label.types.cjs.map +1 -0
  434. package/dist/components/Label/Label.types.d.cts +9 -0
  435. package/dist/components/Label/Label.types.d.cts.map +1 -0
  436. package/dist/components/Label/Label.types.d.mts +9 -0
  437. package/dist/components/Label/Label.types.d.mts.map +1 -0
  438. package/dist/components/Label/Label.types.mjs +2 -0
  439. package/dist/components/Label/Label.types.mjs.map +1 -0
  440. package/dist/components/Label/index.cjs +6 -0
  441. package/dist/components/Label/index.cjs.map +1 -0
  442. package/dist/components/Label/index.d.cts +3 -0
  443. package/dist/components/Label/index.d.cts.map +1 -0
  444. package/dist/components/Label/index.d.mts +3 -0
  445. package/dist/components/Label/index.d.mts.map +1 -0
  446. package/dist/components/Label/index.mjs +2 -0
  447. package/dist/components/Label/index.mjs.map +1 -0
  448. package/dist/components/ListItem/ListItem.cjs +61 -0
  449. package/dist/components/ListItem/ListItem.cjs.map +1 -0
  450. package/dist/components/ListItem/ListItem.constants.cjs +14 -0
  451. package/dist/components/ListItem/ListItem.constants.cjs.map +1 -0
  452. package/dist/components/ListItem/ListItem.constants.d.cts +8 -0
  453. package/dist/components/ListItem/ListItem.constants.d.cts.map +1 -0
  454. package/dist/components/ListItem/ListItem.constants.d.mts +8 -0
  455. package/dist/components/ListItem/ListItem.constants.d.mts.map +1 -0
  456. package/dist/components/ListItem/ListItem.constants.mjs +11 -0
  457. package/dist/components/ListItem/ListItem.constants.mjs.map +1 -0
  458. package/dist/components/ListItem/ListItem.d.cts +4 -0
  459. package/dist/components/ListItem/ListItem.d.cts.map +1 -0
  460. package/dist/components/ListItem/ListItem.d.mts +4 -0
  461. package/dist/components/ListItem/ListItem.d.mts.map +1 -0
  462. package/dist/components/ListItem/ListItem.mjs +41 -0
  463. package/dist/components/ListItem/ListItem.mjs.map +1 -0
  464. package/dist/components/ListItem/ListItem.types.cjs +12 -0
  465. package/dist/components/ListItem/ListItem.types.cjs.map +1 -0
  466. package/dist/components/ListItem/ListItem.types.d.cts +60 -0
  467. package/dist/components/ListItem/ListItem.types.d.cts.map +1 -0
  468. package/dist/components/ListItem/ListItem.types.d.mts +60 -0
  469. package/dist/components/ListItem/ListItem.types.d.mts.map +1 -0
  470. package/dist/components/ListItem/ListItem.types.mjs +9 -0
  471. package/dist/components/ListItem/ListItem.types.mjs.map +1 -0
  472. package/dist/components/ListItem/index.cjs +8 -0
  473. package/dist/components/ListItem/index.cjs.map +1 -0
  474. package/dist/components/ListItem/index.d.cts +4 -0
  475. package/dist/components/ListItem/index.d.cts.map +1 -0
  476. package/dist/components/ListItem/index.d.mts +4 -0
  477. package/dist/components/ListItem/index.d.mts.map +1 -0
  478. package/dist/components/ListItem/index.mjs +3 -0
  479. package/dist/components/ListItem/index.mjs.map +1 -0
  480. package/dist/components/MainActionButton/MainActionButton.cjs +28 -0
  481. package/dist/components/MainActionButton/MainActionButton.cjs.map +1 -0
  482. package/dist/components/MainActionButton/MainActionButton.d.cts +4 -0
  483. package/dist/components/MainActionButton/MainActionButton.d.cts.map +1 -0
  484. package/dist/components/MainActionButton/MainActionButton.d.mts +4 -0
  485. package/dist/components/MainActionButton/MainActionButton.d.mts.map +1 -0
  486. package/dist/components/MainActionButton/MainActionButton.mjs +28 -0
  487. package/dist/components/MainActionButton/MainActionButton.mjs.map +1 -0
  488. package/dist/components/MainActionButton/MainActionButton.types.cjs +3 -0
  489. package/dist/components/MainActionButton/MainActionButton.types.cjs.map +1 -0
  490. package/dist/components/MainActionButton/MainActionButton.types.d.cts +41 -0
  491. package/dist/components/MainActionButton/MainActionButton.types.d.cts.map +1 -0
  492. package/dist/components/MainActionButton/MainActionButton.types.d.mts +41 -0
  493. package/dist/components/MainActionButton/MainActionButton.types.d.mts.map +1 -0
  494. package/dist/components/MainActionButton/MainActionButton.types.mjs +2 -0
  495. package/dist/components/MainActionButton/MainActionButton.types.mjs.map +1 -0
  496. package/dist/components/MainActionButton/index.cjs +6 -0
  497. package/dist/components/MainActionButton/index.cjs.map +1 -0
  498. package/dist/components/MainActionButton/index.d.cts +3 -0
  499. package/dist/components/MainActionButton/index.d.cts.map +1 -0
  500. package/dist/components/MainActionButton/index.d.mts +3 -0
  501. package/dist/components/MainActionButton/index.d.mts.map +1 -0
  502. package/dist/components/MainActionButton/index.mjs +2 -0
  503. package/dist/components/MainActionButton/index.mjs.map +1 -0
  504. package/dist/components/RadioButton/RadioButton.cjs +58 -0
  505. package/dist/components/RadioButton/RadioButton.cjs.map +1 -0
  506. package/dist/components/RadioButton/RadioButton.constants.cjs +12 -0
  507. package/dist/components/RadioButton/RadioButton.constants.cjs.map +1 -0
  508. package/dist/components/RadioButton/RadioButton.constants.d.cts +3 -0
  509. package/dist/components/RadioButton/RadioButton.constants.d.cts.map +1 -0
  510. package/dist/components/RadioButton/RadioButton.constants.d.mts +3 -0
  511. package/dist/components/RadioButton/RadioButton.constants.d.mts.map +1 -0
  512. package/dist/components/RadioButton/RadioButton.constants.mjs +9 -0
  513. package/dist/components/RadioButton/RadioButton.constants.mjs.map +1 -0
  514. package/dist/components/RadioButton/RadioButton.d.cts +4 -0
  515. package/dist/components/RadioButton/RadioButton.d.cts.map +1 -0
  516. package/dist/components/RadioButton/RadioButton.d.mts +4 -0
  517. package/dist/components/RadioButton/RadioButton.d.mts.map +1 -0
  518. package/dist/components/RadioButton/RadioButton.mjs +58 -0
  519. package/dist/components/RadioButton/RadioButton.mjs.map +1 -0
  520. package/dist/components/RadioButton/RadioButton.types.cjs +3 -0
  521. package/dist/components/RadioButton/RadioButton.types.cjs.map +1 -0
  522. package/dist/components/RadioButton/RadioButton.types.d.cts +64 -0
  523. package/dist/components/RadioButton/RadioButton.types.d.cts.map +1 -0
  524. package/dist/components/RadioButton/RadioButton.types.d.mts +64 -0
  525. package/dist/components/RadioButton/RadioButton.types.d.mts.map +1 -0
  526. package/dist/components/RadioButton/RadioButton.types.mjs +2 -0
  527. package/dist/components/RadioButton/RadioButton.types.mjs.map +1 -0
  528. package/dist/components/RadioButton/index.cjs +6 -0
  529. package/dist/components/RadioButton/index.cjs.map +1 -0
  530. package/dist/components/RadioButton/index.d.cts +3 -0
  531. package/dist/components/RadioButton/index.d.cts.map +1 -0
  532. package/dist/components/RadioButton/index.d.mts +3 -0
  533. package/dist/components/RadioButton/index.d.mts.map +1 -0
  534. package/dist/components/RadioButton/index.mjs +2 -0
  535. package/dist/components/RadioButton/index.mjs.map +1 -0
  536. package/dist/components/SensitiveText/SensitiveText.cjs +47 -0
  537. package/dist/components/SensitiveText/SensitiveText.cjs.map +1 -0
  538. package/dist/components/SensitiveText/SensitiveText.constants.cjs +14 -0
  539. package/dist/components/SensitiveText/SensitiveText.constants.cjs.map +1 -0
  540. package/dist/components/SensitiveText/SensitiveText.constants.d.cts +11 -0
  541. package/dist/components/SensitiveText/SensitiveText.constants.d.cts.map +1 -0
  542. package/dist/components/SensitiveText/SensitiveText.constants.d.mts +11 -0
  543. package/dist/components/SensitiveText/SensitiveText.constants.d.mts.map +1 -0
  544. package/dist/components/SensitiveText/SensitiveText.constants.mjs +11 -0
  545. package/dist/components/SensitiveText/SensitiveText.constants.mjs.map +1 -0
  546. package/dist/components/SensitiveText/SensitiveText.d.cts +4 -0
  547. package/dist/components/SensitiveText/SensitiveText.d.cts.map +1 -0
  548. package/dist/components/SensitiveText/SensitiveText.d.mts +4 -0
  549. package/dist/components/SensitiveText/SensitiveText.d.mts.map +1 -0
  550. package/dist/components/SensitiveText/SensitiveText.mjs +27 -0
  551. package/dist/components/SensitiveText/SensitiveText.mjs.map +1 -0
  552. package/dist/components/SensitiveText/SensitiveText.types.cjs +3 -0
  553. package/dist/components/SensitiveText/SensitiveText.types.cjs.map +1 -0
  554. package/dist/components/SensitiveText/SensitiveText.types.d.cts +38 -0
  555. package/dist/components/SensitiveText/SensitiveText.types.d.cts.map +1 -0
  556. package/dist/components/SensitiveText/SensitiveText.types.d.mts +38 -0
  557. package/dist/components/SensitiveText/SensitiveText.types.d.mts.map +1 -0
  558. package/dist/components/SensitiveText/SensitiveText.types.mjs +2 -0
  559. package/dist/components/SensitiveText/SensitiveText.types.mjs.map +1 -0
  560. package/dist/components/SensitiveText/index.cjs +8 -0
  561. package/dist/components/SensitiveText/index.cjs.map +1 -0
  562. package/dist/components/SensitiveText/index.d.cts +4 -0
  563. package/dist/components/SensitiveText/index.d.cts.map +1 -0
  564. package/dist/components/SensitiveText/index.d.mts +4 -0
  565. package/dist/components/SensitiveText/index.d.mts.map +1 -0
  566. package/dist/components/SensitiveText/index.mjs +3 -0
  567. package/dist/components/SensitiveText/index.mjs.map +1 -0
  568. package/dist/components/Skeleton/Skeleton.cjs +86 -0
  569. package/dist/components/Skeleton/Skeleton.cjs.map +1 -0
  570. package/dist/components/Skeleton/Skeleton.d.cts +5 -0
  571. package/dist/components/Skeleton/Skeleton.d.cts.map +1 -0
  572. package/dist/components/Skeleton/Skeleton.d.mts +5 -0
  573. package/dist/components/Skeleton/Skeleton.d.mts.map +1 -0
  574. package/dist/components/Skeleton/Skeleton.mjs +68 -0
  575. package/dist/components/Skeleton/Skeleton.mjs.map +1 -0
  576. package/dist/components/Skeleton/Skeleton.types.cjs +3 -0
  577. package/dist/components/Skeleton/Skeleton.types.cjs.map +1 -0
  578. package/dist/components/Skeleton/Skeleton.types.d.cts +51 -0
  579. package/dist/components/Skeleton/Skeleton.types.d.cts.map +1 -0
  580. package/dist/components/Skeleton/Skeleton.types.d.mts +51 -0
  581. package/dist/components/Skeleton/Skeleton.types.d.mts.map +1 -0
  582. package/dist/components/Skeleton/Skeleton.types.mjs +2 -0
  583. package/dist/components/Skeleton/Skeleton.types.mjs.map +1 -0
  584. package/dist/components/Skeleton/index.cjs +9 -0
  585. package/dist/components/Skeleton/index.cjs.map +1 -0
  586. package/dist/components/Skeleton/index.d.cts +3 -0
  587. package/dist/components/Skeleton/index.d.cts.map +1 -0
  588. package/dist/components/Skeleton/index.d.mts +3 -0
  589. package/dist/components/Skeleton/index.d.mts.map +1 -0
  590. package/dist/components/Skeleton/index.mjs +2 -0
  591. package/dist/components/Skeleton/index.mjs.map +1 -0
  592. package/dist/components/TabEmptyState/TabEmptyState.cjs +22 -0
  593. package/dist/components/TabEmptyState/TabEmptyState.cjs.map +1 -0
  594. package/dist/components/TabEmptyState/TabEmptyState.d.cts +4 -0
  595. package/dist/components/TabEmptyState/TabEmptyState.d.cts.map +1 -0
  596. package/dist/components/TabEmptyState/TabEmptyState.d.mts +4 -0
  597. package/dist/components/TabEmptyState/TabEmptyState.d.mts.map +1 -0
  598. package/dist/components/TabEmptyState/TabEmptyState.mjs +22 -0
  599. package/dist/components/TabEmptyState/TabEmptyState.mjs.map +1 -0
  600. package/dist/components/TabEmptyState/TabEmptyState.types.cjs +3 -0
  601. package/dist/components/TabEmptyState/TabEmptyState.types.cjs.map +1 -0
  602. package/dist/components/TabEmptyState/TabEmptyState.types.d.cts +45 -0
  603. package/dist/components/TabEmptyState/TabEmptyState.types.d.cts.map +1 -0
  604. package/dist/components/TabEmptyState/TabEmptyState.types.d.mts +45 -0
  605. package/dist/components/TabEmptyState/TabEmptyState.types.d.mts.map +1 -0
  606. package/dist/components/TabEmptyState/TabEmptyState.types.mjs +2 -0
  607. package/dist/components/TabEmptyState/TabEmptyState.types.mjs.map +1 -0
  608. package/dist/components/TabEmptyState/index.cjs +6 -0
  609. package/dist/components/TabEmptyState/index.cjs.map +1 -0
  610. package/dist/components/TabEmptyState/index.d.cts +3 -0
  611. package/dist/components/TabEmptyState/index.d.cts.map +1 -0
  612. package/dist/components/TabEmptyState/index.d.mts +3 -0
  613. package/dist/components/TabEmptyState/index.d.mts.map +1 -0
  614. package/dist/components/TabEmptyState/index.mjs +2 -0
  615. package/dist/components/TabEmptyState/index.mjs.map +1 -0
  616. package/dist/components/TextField/TextField.cjs +42 -0
  617. package/dist/components/TextField/TextField.cjs.map +1 -0
  618. package/dist/components/TextField/TextField.constants.cjs +13 -0
  619. package/dist/components/TextField/TextField.constants.cjs.map +1 -0
  620. package/dist/components/TextField/TextField.constants.d.cts +6 -0
  621. package/dist/components/TextField/TextField.constants.d.cts.map +1 -0
  622. package/dist/components/TextField/TextField.constants.d.mts +6 -0
  623. package/dist/components/TextField/TextField.constants.d.mts.map +1 -0
  624. package/dist/components/TextField/TextField.constants.mjs +10 -0
  625. package/dist/components/TextField/TextField.constants.mjs.map +1 -0
  626. package/dist/components/TextField/TextField.d.cts +12 -0
  627. package/dist/components/TextField/TextField.d.cts.map +1 -0
  628. package/dist/components/TextField/TextField.d.mts +12 -0
  629. package/dist/components/TextField/TextField.d.mts.map +1 -0
  630. package/dist/components/TextField/TextField.mjs +39 -0
  631. package/dist/components/TextField/TextField.mjs.map +1 -0
  632. package/dist/components/TextField/TextField.types.cjs +13 -0
  633. package/dist/components/TextField/TextField.types.cjs.map +1 -0
  634. package/dist/components/TextField/TextField.types.d.cts +49 -0
  635. package/dist/components/TextField/TextField.types.d.cts.map +1 -0
  636. package/dist/components/TextField/TextField.types.d.mts +49 -0
  637. package/dist/components/TextField/TextField.types.d.mts.map +1 -0
  638. package/dist/components/TextField/TextField.types.mjs +10 -0
  639. package/dist/components/TextField/TextField.types.mjs.map +1 -0
  640. package/dist/components/TextField/index.cjs +8 -0
  641. package/dist/components/TextField/index.cjs.map +1 -0
  642. package/dist/components/TextField/index.d.cts +4 -0
  643. package/dist/components/TextField/index.d.cts.map +1 -0
  644. package/dist/components/TextField/index.d.mts +4 -0
  645. package/dist/components/TextField/index.d.mts.map +1 -0
  646. package/dist/components/TextField/index.mjs +3 -0
  647. package/dist/components/TextField/index.mjs.map +1 -0
  648. package/dist/components/Toast/Toast.cjs +175 -0
  649. package/dist/components/Toast/Toast.cjs.map +1 -0
  650. package/dist/components/Toast/Toast.constants.cjs +12 -0
  651. package/dist/components/Toast/Toast.constants.cjs.map +1 -0
  652. package/dist/components/Toast/Toast.constants.d.cts +8 -0
  653. package/dist/components/Toast/Toast.constants.d.cts.map +1 -0
  654. package/dist/components/Toast/Toast.constants.d.mts +8 -0
  655. package/dist/components/Toast/Toast.constants.d.mts.map +1 -0
  656. package/dist/components/Toast/Toast.constants.mjs +9 -0
  657. package/dist/components/Toast/Toast.constants.mjs.map +1 -0
  658. package/dist/components/Toast/Toast.context.cjs +40 -0
  659. package/dist/components/Toast/Toast.context.cjs.map +1 -0
  660. package/dist/components/Toast/Toast.context.d.cts +7 -0
  661. package/dist/components/Toast/Toast.context.d.cts.map +1 -0
  662. package/dist/components/Toast/Toast.context.d.mts +7 -0
  663. package/dist/components/Toast/Toast.context.d.mts.map +1 -0
  664. package/dist/components/Toast/Toast.context.mjs +20 -0
  665. package/dist/components/Toast/Toast.context.mjs.map +1 -0
  666. package/dist/components/Toast/Toast.d.cts +8 -0
  667. package/dist/components/Toast/Toast.d.cts.map +1 -0
  668. package/dist/components/Toast/Toast.d.mts +8 -0
  669. package/dist/components/Toast/Toast.d.mts.map +1 -0
  670. package/dist/components/Toast/Toast.mjs +157 -0
  671. package/dist/components/Toast/Toast.mjs.map +1 -0
  672. package/dist/components/Toast/Toast.types.cjs +19 -0
  673. package/dist/components/Toast/Toast.types.cjs.map +1 -0
  674. package/dist/components/Toast/Toast.types.d.cts +124 -0
  675. package/dist/components/Toast/Toast.types.d.cts.map +1 -0
  676. package/dist/components/Toast/Toast.types.d.mts +124 -0
  677. package/dist/components/Toast/Toast.types.d.mts.map +1 -0
  678. package/dist/components/Toast/Toast.types.mjs +16 -0
  679. package/dist/components/Toast/Toast.types.mjs.map +1 -0
  680. package/dist/components/Toast/index.cjs +19 -0
  681. package/dist/components/Toast/index.cjs.map +1 -0
  682. package/dist/components/Toast/index.d.cts +6 -0
  683. package/dist/components/Toast/index.d.cts.map +1 -0
  684. package/dist/components/Toast/index.d.mts +6 -0
  685. package/dist/components/Toast/index.d.mts.map +1 -0
  686. package/dist/components/Toast/index.mjs +5 -0
  687. package/dist/components/Toast/index.mjs.map +1 -0
  688. package/dist/components/index.cjs +67 -2
  689. package/dist/components/index.cjs.map +1 -1
  690. package/dist/components/index.d.cts +50 -2
  691. package/dist/components/index.d.cts.map +1 -1
  692. package/dist/components/index.d.mts +50 -2
  693. package/dist/components/index.d.mts.map +1 -1
  694. package/dist/components/index.mjs +25 -1
  695. package/dist/components/index.mjs.map +1 -1
  696. package/dist/types/index.cjs +12 -16
  697. package/dist/types/index.cjs.map +1 -1
  698. package/dist/types/index.d.cts +10 -13
  699. package/dist/types/index.d.cts.map +1 -1
  700. package/dist/types/index.d.mts +10 -13
  701. package/dist/types/index.d.mts.map +1 -1
  702. package/dist/types/index.mjs +11 -14
  703. package/dist/types/index.mjs.map +1 -1
  704. package/package.json +6 -5
@@ -0,0 +1,51 @@
1
+ import type { ReactNode } from "react";
2
+ import type { ViewProps } from "react-native/index.js";
3
+ /**
4
+ * Skeleton component props.
5
+ *
6
+ * Extends ViewProps to inherit standard React Native props
7
+ * such as testID and accessibilityLabel.
8
+ */
9
+ export type SkeletonProps = {
10
+ /**
11
+ * Optional prop to set the height of the Skeleton.
12
+ */
13
+ height?: number | string;
14
+ /**
15
+ * Optional prop to set the width of the Skeleton.
16
+ */
17
+ width?: number | string;
18
+ /**
19
+ * Optional content to display within the skeleton.
20
+ * When provided without `hideChildren`, children are rendered directly.
21
+ * When provided with `hideChildren`, children are rendered invisibly
22
+ * to preserve layout dimensions.
23
+ */
24
+ children?: ReactNode;
25
+ /**
26
+ * When true, children are rendered invisibly while the skeleton
27
+ * animation plays, preserving layout dimensions.
28
+ *
29
+ * @default false
30
+ */
31
+ hideChildren?: boolean;
32
+ /**
33
+ * Props spread to the children wrapper View (e.g., testID, accessibilityLabel).
34
+ */
35
+ childrenWrapperProps?: ViewProps;
36
+ /**
37
+ * Props spread to the animated background View (e.g., testID, accessibilityLabel).
38
+ */
39
+ animatedViewProps?: ViewProps;
40
+ /**
41
+ * Tailwind CSS classes for the skeleton container.
42
+ */
43
+ twClassName?: string;
44
+ /**
45
+ * Whether to automatically start the shimmer animation.
46
+ *
47
+ * @default true
48
+ */
49
+ autoPlay?: boolean;
50
+ } & ViewProps;
51
+ //# sourceMappingURL=Skeleton.types.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Skeleton.types.d.mts","sourceRoot":"","sources":["../../../src/components/Skeleton/Skeleton.types.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,cAAc;AACvC,OAAO,KAAK,EAAE,SAAS,EAAE,8BAAqB;AAE9C;;;;;GAKG;AACH,MAAM,MAAM,aAAa,GAAG;IAC1B;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACzB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACxB;;;;;OAKG;IACH,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB;;;;;OAKG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB;;OAEG;IACH,oBAAoB,CAAC,EAAE,SAAS,CAAC;IACjC;;OAEG;IACH,iBAAiB,CAAC,EAAE,SAAS,CAAC;IAC9B;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,GAAG,SAAS,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=Skeleton.types.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Skeleton.types.mjs","sourceRoot":"","sources":["../../../src/components/Skeleton/Skeleton.types.ts"],"names":[],"mappings":"","sourcesContent":["// Third party dependencies.\nimport type { ReactNode } from 'react';\nimport type { ViewProps } from 'react-native';\n\n/**\n * Skeleton component props.\n *\n * Extends ViewProps to inherit standard React Native props\n * such as testID and accessibilityLabel.\n */\nexport type SkeletonProps = {\n /**\n * Optional prop to set the height of the Skeleton.\n */\n height?: number | string;\n /**\n * Optional prop to set the width of the Skeleton.\n */\n width?: number | string;\n /**\n * Optional content to display within the skeleton.\n * When provided without `hideChildren`, children are rendered directly.\n * When provided with `hideChildren`, children are rendered invisibly\n * to preserve layout dimensions.\n */\n children?: ReactNode;\n /**\n * When true, children are rendered invisibly while the skeleton\n * animation plays, preserving layout dimensions.\n *\n * @default false\n */\n hideChildren?: boolean;\n /**\n * Props spread to the children wrapper View (e.g., testID, accessibilityLabel).\n */\n childrenWrapperProps?: ViewProps;\n /**\n * Props spread to the animated background View (e.g., testID, accessibilityLabel).\n */\n animatedViewProps?: ViewProps;\n /**\n * Tailwind CSS classes for the skeleton container.\n */\n twClassName?: string;\n /**\n * Whether to automatically start the shimmer animation.\n *\n * @default true\n */\n autoPlay?: boolean;\n} & ViewProps;\n"]}
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.Skeleton = void 0;
7
+ var Skeleton_1 = require("./Skeleton.cjs");
8
+ Object.defineProperty(exports, "Skeleton", { enumerable: true, get: function () { return __importDefault(Skeleton_1).default; } });
9
+ //# sourceMappingURL=index.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.cjs","sourceRoot":"","sources":["../../../src/components/Skeleton/index.ts"],"names":[],"mappings":";;;;;;AAAA,2CAAiD;AAAxC,qHAAA,OAAO,OAAY","sourcesContent":["export { default as Skeleton } from './Skeleton';\nexport type { SkeletonProps } from './Skeleton.types';\n"]}
@@ -0,0 +1,3 @@
1
+ export { default as Skeleton } from "./Skeleton.cjs";
2
+ export type { SkeletonProps } from "./Skeleton.types.cjs";
3
+ //# sourceMappingURL=index.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.cts","sourceRoot":"","sources":["../../../src/components/Skeleton/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,uBAAmB;AACjD,YAAY,EAAE,aAAa,EAAE,6BAAyB"}
@@ -0,0 +1,3 @@
1
+ export { default as Skeleton } from "./Skeleton.mjs";
2
+ export type { SkeletonProps } from "./Skeleton.types.mjs";
3
+ //# sourceMappingURL=index.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../../../src/components/Skeleton/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,uBAAmB;AACjD,YAAY,EAAE,aAAa,EAAE,6BAAyB"}
@@ -0,0 +1,2 @@
1
+ export { default as Skeleton } from "./Skeleton.mjs";
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../../src/components/Skeleton/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,uBAAmB","sourcesContent":["export { default as Skeleton } from './Skeleton';\nexport type { SkeletonProps } from './Skeleton.types';\n"]}
@@ -0,0 +1,22 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.TabEmptyState = void 0;
7
+ const react_1 = __importDefault(require("react"));
8
+ const Box_1 = require("../Box/index.cjs");
9
+ const Button_1 = require("../Button/index.cjs");
10
+ const Text_1 = require("../Text/index.cjs");
11
+ const TabEmptyState = ({ icon, description, descriptionProps, actionButtonText, actionButtonProps, onAction, children, style, twClassName = '', ...props }) => (<Box_1.Box flexDirection={Box_1.BoxFlexDirection.Column} alignItems={Box_1.BoxAlignItems.Center} justifyContent={Box_1.BoxJustifyContent.Center} backgroundColor={Box_1.BoxBackgroundColor.BackgroundDefault} gap={3} twClassName={`max-w-64 ${twClassName}`} style={style} {...props}>
12
+ {icon}
13
+ {description && (<Text_1.Text variant={Text_1.TextVariant.BodyMd} color={Text_1.TextColor.TextAlternative} twClassName="text-center" {...descriptionProps}>
14
+ {description}
15
+ </Text_1.Text>)}
16
+ {actionButtonText && onAction && (<Button_1.Button variant={Button_1.ButtonVariant.Secondary} onPress={onAction} {...actionButtonProps}>
17
+ {actionButtonText}
18
+ </Button_1.Button>)}
19
+ {children}
20
+ </Box_1.Box>);
21
+ exports.TabEmptyState = TabEmptyState;
22
+ //# sourceMappingURL=TabEmptyState.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TabEmptyState.cjs","sourceRoot":"","sources":["../../../src/components/TabEmptyState/TabEmptyState.tsx"],"names":[],"mappings":";;;;;;AAAA,kDAA0B;AAE1B,0CAMgB;AAChB,gDAAkD;AAClD,4CAAuD;AAIhD,MAAM,aAAa,GAAG,CAAC,EAC5B,IAAI,EACJ,WAAW,EACX,gBAAgB,EAChB,gBAAgB,EAChB,iBAAiB,EACjB,QAAQ,EACR,QAAQ,EACR,KAAK,EACL,WAAW,GAAG,EAAE,EAChB,GAAG,KAAK,EACW,EAAE,EAAE,CAAC,CACxB,CAAC,SAAG,CACF,aAAa,CAAC,CAAC,sBAAgB,CAAC,MAAM,CAAC,CACvC,UAAU,CAAC,CAAC,mBAAa,CAAC,MAAM,CAAC,CACjC,cAAc,CAAC,CAAC,uBAAiB,CAAC,MAAM,CAAC,CACzC,eAAe,CAAC,CAAC,wBAAkB,CAAC,iBAAiB,CAAC,CACtD,GAAG,CAAC,CAAC,CAAC,CAAC,CACP,WAAW,CAAC,CAAC,YAAY,WAAW,EAAE,CAAC,CACvC,KAAK,CAAC,CAAC,KAAK,CAAC,CACb,IAAI,KAAK,CAAC,CAEV;IAAA,CAAC,IAAI,CACL;IAAA,CAAC,WAAW,IAAI,CACd,CAAC,WAAI,CACH,OAAO,CAAC,CAAC,kBAAW,CAAC,MAAM,CAAC,CAC5B,KAAK,CAAC,CAAC,gBAAS,CAAC,eAAe,CAAC,CACjC,WAAW,CAAC,aAAa,CACzB,IAAI,gBAAgB,CAAC,CAErB;QAAA,CAAC,WAAW,CACd;MAAA,EAAE,WAAI,CAAC,CACR,CACD;IAAA,CAAC,gBAAgB,IAAI,QAAQ,IAAI,CAC/B,CAAC,eAAM,CACL,OAAO,CAAC,CAAC,sBAAa,CAAC,SAAS,CAAC,CACjC,OAAO,CAAC,CAAC,QAAQ,CAAC,CAClB,IAAI,iBAAiB,CAAC,CAEtB;QAAA,CAAC,gBAAgB,CACnB;MAAA,EAAE,eAAM,CAAC,CACV,CACD;IAAA,CAAC,QAAQ,CACX;EAAA,EAAE,SAAG,CAAC,CACP,CAAC;AA5CW,QAAA,aAAa,iBA4CxB","sourcesContent":["import React from 'react';\n\nimport {\n Box,\n BoxFlexDirection,\n BoxAlignItems,\n BoxJustifyContent,\n BoxBackgroundColor,\n} from '../Box';\nimport { Button, ButtonVariant } from '../Button';\nimport { Text, TextVariant, TextColor } from '../Text';\n\nimport type { TabEmptyStateProps } from './TabEmptyState.types';\n\nexport const TabEmptyState = ({\n icon,\n description,\n descriptionProps,\n actionButtonText,\n actionButtonProps,\n onAction,\n children,\n style,\n twClassName = '',\n ...props\n}: TabEmptyStateProps) => (\n <Box\n flexDirection={BoxFlexDirection.Column}\n alignItems={BoxAlignItems.Center}\n justifyContent={BoxJustifyContent.Center}\n backgroundColor={BoxBackgroundColor.BackgroundDefault}\n gap={3}\n twClassName={`max-w-64 ${twClassName}`}\n style={style}\n {...props}\n >\n {icon}\n {description && (\n <Text\n variant={TextVariant.BodyMd}\n color={TextColor.TextAlternative}\n twClassName=\"text-center\"\n {...descriptionProps}\n >\n {description}\n </Text>\n )}\n {actionButtonText && onAction && (\n <Button\n variant={ButtonVariant.Secondary}\n onPress={onAction}\n {...actionButtonProps}\n >\n {actionButtonText}\n </Button>\n )}\n {children}\n </Box>\n);\n"]}
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import type { TabEmptyStateProps } from "./TabEmptyState.types.cjs";
3
+ export declare const TabEmptyState: ({ icon, description, descriptionProps, actionButtonText, actionButtonProps, onAction, children, style, twClassName, ...props }: TabEmptyStateProps) => React.JSX.Element;
4
+ //# sourceMappingURL=TabEmptyState.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TabEmptyState.d.cts","sourceRoot":"","sources":["../../../src/components/TabEmptyState/TabEmptyState.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,cAAc;AAY1B,OAAO,KAAK,EAAE,kBAAkB,EAAE,kCAA8B;AAEhE,eAAO,MAAM,aAAa,mIAWvB,kBAAkB,sBAiCpB,CAAC"}
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import type { TabEmptyStateProps } from "./TabEmptyState.types.mjs";
3
+ export declare const TabEmptyState: ({ icon, description, descriptionProps, actionButtonText, actionButtonProps, onAction, children, style, twClassName, ...props }: TabEmptyStateProps) => React.JSX.Element;
4
+ //# sourceMappingURL=TabEmptyState.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TabEmptyState.d.mts","sourceRoot":"","sources":["../../../src/components/TabEmptyState/TabEmptyState.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,cAAc;AAY1B,OAAO,KAAK,EAAE,kBAAkB,EAAE,kCAA8B;AAEhE,eAAO,MAAM,aAAa,mIAWvB,kBAAkB,sBAiCpB,CAAC"}
@@ -0,0 +1,22 @@
1
+ function $importDefault(module) {
2
+ if (module?.__esModule) {
3
+ return module.default;
4
+ }
5
+ return module;
6
+ }
7
+ import $React from "react";
8
+ const React = $importDefault($React);
9
+ import { Box, BoxFlexDirection, BoxAlignItems, BoxJustifyContent, BoxBackgroundColor } from "../Box/index.mjs";
10
+ import { Button, ButtonVariant } from "../Button/index.mjs";
11
+ import { Text, TextVariant, TextColor } from "../Text/index.mjs";
12
+ export const TabEmptyState = ({ icon, description, descriptionProps, actionButtonText, actionButtonProps, onAction, children, style, twClassName = '', ...props }) => (<Box flexDirection={BoxFlexDirection.Column} alignItems={BoxAlignItems.Center} justifyContent={BoxJustifyContent.Center} backgroundColor={BoxBackgroundColor.BackgroundDefault} gap={3} twClassName={`max-w-64 ${twClassName}`} style={style} {...props}>
13
+ {icon}
14
+ {description && (<Text variant={TextVariant.BodyMd} color={TextColor.TextAlternative} twClassName="text-center" {...descriptionProps}>
15
+ {description}
16
+ </Text>)}
17
+ {actionButtonText && onAction && (<Button variant={ButtonVariant.Secondary} onPress={onAction} {...actionButtonProps}>
18
+ {actionButtonText}
19
+ </Button>)}
20
+ {children}
21
+ </Box>);
22
+ //# sourceMappingURL=TabEmptyState.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TabEmptyState.mjs","sourceRoot":"","sources":["../../../src/components/TabEmptyState/TabEmptyState.tsx"],"names":[],"mappings":";;;;;;AAAA,OAAO,MAAK,cAAc;;AAE1B,OAAO,EACL,GAAG,EACH,gBAAgB,EAChB,aAAa,EACb,iBAAiB,EACjB,kBAAkB,EACnB,yBAAe;AAChB,OAAO,EAAE,MAAM,EAAE,aAAa,EAAE,4BAAkB;AAClD,OAAO,EAAE,IAAI,EAAE,WAAW,EAAE,SAAS,EAAE,0BAAgB;AAIvD,MAAM,CAAC,MAAM,aAAa,GAAG,CAAC,EAC5B,IAAI,EACJ,WAAW,EACX,gBAAgB,EAChB,gBAAgB,EAChB,iBAAiB,EACjB,QAAQ,EACR,QAAQ,EACR,KAAK,EACL,WAAW,GAAG,EAAE,EAChB,GAAG,KAAK,EACW,EAAE,EAAE,CAAC,CACxB,CAAC,GAAG,CACF,aAAa,CAAC,CAAC,gBAAgB,CAAC,MAAM,CAAC,CACvC,UAAU,CAAC,CAAC,aAAa,CAAC,MAAM,CAAC,CACjC,cAAc,CAAC,CAAC,iBAAiB,CAAC,MAAM,CAAC,CACzC,eAAe,CAAC,CAAC,kBAAkB,CAAC,iBAAiB,CAAC,CACtD,GAAG,CAAC,CAAC,CAAC,CAAC,CACP,WAAW,CAAC,CAAC,YAAY,WAAW,EAAE,CAAC,CACvC,KAAK,CAAC,CAAC,KAAK,CAAC,CACb,IAAI,KAAK,CAAC,CAEV;IAAA,CAAC,IAAI,CACL;IAAA,CAAC,WAAW,IAAI,CACd,CAAC,IAAI,CACH,OAAO,CAAC,CAAC,WAAW,CAAC,MAAM,CAAC,CAC5B,KAAK,CAAC,CAAC,SAAS,CAAC,eAAe,CAAC,CACjC,WAAW,CAAC,aAAa,CACzB,IAAI,gBAAgB,CAAC,CAErB;QAAA,CAAC,WAAW,CACd;MAAA,EAAE,IAAI,CAAC,CACR,CACD;IAAA,CAAC,gBAAgB,IAAI,QAAQ,IAAI,CAC/B,CAAC,MAAM,CACL,OAAO,CAAC,CAAC,aAAa,CAAC,SAAS,CAAC,CACjC,OAAO,CAAC,CAAC,QAAQ,CAAC,CAClB,IAAI,iBAAiB,CAAC,CAEtB;QAAA,CAAC,gBAAgB,CACnB;MAAA,EAAE,MAAM,CAAC,CACV,CACD;IAAA,CAAC,QAAQ,CACX;EAAA,EAAE,GAAG,CAAC,CACP,CAAC","sourcesContent":["import React from 'react';\n\nimport {\n Box,\n BoxFlexDirection,\n BoxAlignItems,\n BoxJustifyContent,\n BoxBackgroundColor,\n} from '../Box';\nimport { Button, ButtonVariant } from '../Button';\nimport { Text, TextVariant, TextColor } from '../Text';\n\nimport type { TabEmptyStateProps } from './TabEmptyState.types';\n\nexport const TabEmptyState = ({\n icon,\n description,\n descriptionProps,\n actionButtonText,\n actionButtonProps,\n onAction,\n children,\n style,\n twClassName = '',\n ...props\n}: TabEmptyStateProps) => (\n <Box\n flexDirection={BoxFlexDirection.Column}\n alignItems={BoxAlignItems.Center}\n justifyContent={BoxJustifyContent.Center}\n backgroundColor={BoxBackgroundColor.BackgroundDefault}\n gap={3}\n twClassName={`max-w-64 ${twClassName}`}\n style={style}\n {...props}\n >\n {icon}\n {description && (\n <Text\n variant={TextVariant.BodyMd}\n color={TextColor.TextAlternative}\n twClassName=\"text-center\"\n {...descriptionProps}\n >\n {description}\n </Text>\n )}\n {actionButtonText && onAction && (\n <Button\n variant={ButtonVariant.Secondary}\n onPress={onAction}\n {...actionButtonProps}\n >\n {actionButtonText}\n </Button>\n )}\n {children}\n </Box>\n);\n"]}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=TabEmptyState.types.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TabEmptyState.types.cjs","sourceRoot":"","sources":["../../../src/components/TabEmptyState/TabEmptyState.types.ts"],"names":[],"mappings":"","sourcesContent":["import type { ReactNode } from 'react';\nimport type { ViewProps } from 'react-native';\n\nimport type { ButtonProps } from '../Button/Button.types';\nimport type { TextProps } from '../Text/Text.types';\n\n/**\n * TabEmptyState component props.\n */\nexport type TabEmptyStateProps = {\n /**\n * Optional icon to display in the empty state.\n * If using a PNG/JPG image, use `useAssetFromTheme` to handle light/dark themes.\n */\n icon?: ReactNode;\n /**\n * Optional description text to display in the empty state.\n */\n description?: string;\n /**\n * Optional props to pass to the description Text component.\n */\n descriptionProps?: Partial<TextProps>;\n /**\n * Optional label for the action button.\n * The button is only rendered when both `actionButtonText` and `onAction` are provided.\n */\n actionButtonText?: string;\n /**\n * Optional props to pass to the action Button component.\n */\n actionButtonProps?: Partial<ButtonProps>;\n /**\n * Optional callback when the action button is pressed.\n * The button is only rendered when both `actionButtonText` and `onAction` are provided.\n */\n onAction?: () => void;\n /**\n * Optional additional content to display below the action button.\n */\n children?: ReactNode;\n /**\n * Optional prop to add twrnc overriding classNames.\n */\n twClassName?: string;\n} & ViewProps;\n"]}
@@ -0,0 +1,45 @@
1
+ import type { ReactNode } from "react";
2
+ import type { ViewProps } from "react-native/index.js";
3
+ import type { ButtonProps } from "../Button/Button.types.cjs";
4
+ import type { TextProps } from "../Text/Text.types.cjs";
5
+ /**
6
+ * TabEmptyState component props.
7
+ */
8
+ export type TabEmptyStateProps = {
9
+ /**
10
+ * Optional icon to display in the empty state.
11
+ * If using a PNG/JPG image, use `useAssetFromTheme` to handle light/dark themes.
12
+ */
13
+ icon?: ReactNode;
14
+ /**
15
+ * Optional description text to display in the empty state.
16
+ */
17
+ description?: string;
18
+ /**
19
+ * Optional props to pass to the description Text component.
20
+ */
21
+ descriptionProps?: Partial<TextProps>;
22
+ /**
23
+ * Optional label for the action button.
24
+ * The button is only rendered when both `actionButtonText` and `onAction` are provided.
25
+ */
26
+ actionButtonText?: string;
27
+ /**
28
+ * Optional props to pass to the action Button component.
29
+ */
30
+ actionButtonProps?: Partial<ButtonProps>;
31
+ /**
32
+ * Optional callback when the action button is pressed.
33
+ * The button is only rendered when both `actionButtonText` and `onAction` are provided.
34
+ */
35
+ onAction?: () => void;
36
+ /**
37
+ * Optional additional content to display below the action button.
38
+ */
39
+ children?: ReactNode;
40
+ /**
41
+ * Optional prop to add twrnc overriding classNames.
42
+ */
43
+ twClassName?: string;
44
+ } & ViewProps;
45
+ //# sourceMappingURL=TabEmptyState.types.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TabEmptyState.types.d.cts","sourceRoot":"","sources":["../../../src/components/TabEmptyState/TabEmptyState.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,cAAc;AACvC,OAAO,KAAK,EAAE,SAAS,EAAE,8BAAqB;AAE9C,OAAO,KAAK,EAAE,WAAW,EAAE,mCAA+B;AAC1D,OAAO,KAAK,EAAE,SAAS,EAAE,+BAA2B;AAEpD;;GAEG;AACH,MAAM,MAAM,kBAAkB,GAAG;IAC/B;;;OAGG;IACH,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;OAEG;IACH,gBAAgB,CAAC,EAAE,OAAO,CAAC,SAAS,CAAC,CAAC;IACtC;;;OAGG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B;;OAEG;IACH,iBAAiB,CAAC,EAAE,OAAO,CAAC,WAAW,CAAC,CAAC;IACzC;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;IACtB;;OAEG;IACH,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB,GAAG,SAAS,CAAC"}
@@ -0,0 +1,45 @@
1
+ import type { ReactNode } from "react";
2
+ import type { ViewProps } from "react-native/index.js";
3
+ import type { ButtonProps } from "../Button/Button.types.mjs";
4
+ import type { TextProps } from "../Text/Text.types.mjs";
5
+ /**
6
+ * TabEmptyState component props.
7
+ */
8
+ export type TabEmptyStateProps = {
9
+ /**
10
+ * Optional icon to display in the empty state.
11
+ * If using a PNG/JPG image, use `useAssetFromTheme` to handle light/dark themes.
12
+ */
13
+ icon?: ReactNode;
14
+ /**
15
+ * Optional description text to display in the empty state.
16
+ */
17
+ description?: string;
18
+ /**
19
+ * Optional props to pass to the description Text component.
20
+ */
21
+ descriptionProps?: Partial<TextProps>;
22
+ /**
23
+ * Optional label for the action button.
24
+ * The button is only rendered when both `actionButtonText` and `onAction` are provided.
25
+ */
26
+ actionButtonText?: string;
27
+ /**
28
+ * Optional props to pass to the action Button component.
29
+ */
30
+ actionButtonProps?: Partial<ButtonProps>;
31
+ /**
32
+ * Optional callback when the action button is pressed.
33
+ * The button is only rendered when both `actionButtonText` and `onAction` are provided.
34
+ */
35
+ onAction?: () => void;
36
+ /**
37
+ * Optional additional content to display below the action button.
38
+ */
39
+ children?: ReactNode;
40
+ /**
41
+ * Optional prop to add twrnc overriding classNames.
42
+ */
43
+ twClassName?: string;
44
+ } & ViewProps;
45
+ //# sourceMappingURL=TabEmptyState.types.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TabEmptyState.types.d.mts","sourceRoot":"","sources":["../../../src/components/TabEmptyState/TabEmptyState.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,cAAc;AACvC,OAAO,KAAK,EAAE,SAAS,EAAE,8BAAqB;AAE9C,OAAO,KAAK,EAAE,WAAW,EAAE,mCAA+B;AAC1D,OAAO,KAAK,EAAE,SAAS,EAAE,+BAA2B;AAEpD;;GAEG;AACH,MAAM,MAAM,kBAAkB,GAAG;IAC/B;;;OAGG;IACH,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;OAEG;IACH,gBAAgB,CAAC,EAAE,OAAO,CAAC,SAAS,CAAC,CAAC;IACtC;;;OAGG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B;;OAEG;IACH,iBAAiB,CAAC,EAAE,OAAO,CAAC,WAAW,CAAC,CAAC;IACzC;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;IACtB;;OAEG;IACH,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB,GAAG,SAAS,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=TabEmptyState.types.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TabEmptyState.types.mjs","sourceRoot":"","sources":["../../../src/components/TabEmptyState/TabEmptyState.types.ts"],"names":[],"mappings":"","sourcesContent":["import type { ReactNode } from 'react';\nimport type { ViewProps } from 'react-native';\n\nimport type { ButtonProps } from '../Button/Button.types';\nimport type { TextProps } from '../Text/Text.types';\n\n/**\n * TabEmptyState component props.\n */\nexport type TabEmptyStateProps = {\n /**\n * Optional icon to display in the empty state.\n * If using a PNG/JPG image, use `useAssetFromTheme` to handle light/dark themes.\n */\n icon?: ReactNode;\n /**\n * Optional description text to display in the empty state.\n */\n description?: string;\n /**\n * Optional props to pass to the description Text component.\n */\n descriptionProps?: Partial<TextProps>;\n /**\n * Optional label for the action button.\n * The button is only rendered when both `actionButtonText` and `onAction` are provided.\n */\n actionButtonText?: string;\n /**\n * Optional props to pass to the action Button component.\n */\n actionButtonProps?: Partial<ButtonProps>;\n /**\n * Optional callback when the action button is pressed.\n * The button is only rendered when both `actionButtonText` and `onAction` are provided.\n */\n onAction?: () => void;\n /**\n * Optional additional content to display below the action button.\n */\n children?: ReactNode;\n /**\n * Optional prop to add twrnc overriding classNames.\n */\n twClassName?: string;\n} & ViewProps;\n"]}
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.TabEmptyState = void 0;
4
+ var TabEmptyState_1 = require("./TabEmptyState.cjs");
5
+ Object.defineProperty(exports, "TabEmptyState", { enumerable: true, get: function () { return TabEmptyState_1.TabEmptyState; } });
6
+ //# sourceMappingURL=index.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.cjs","sourceRoot":"","sources":["../../../src/components/TabEmptyState/index.ts"],"names":[],"mappings":";;;AAAA,qDAAgD;AAAvC,8GAAA,aAAa,OAAA","sourcesContent":["export { TabEmptyState } from './TabEmptyState';\nexport type { TabEmptyStateProps } from './TabEmptyState.types';\n"]}
@@ -0,0 +1,3 @@
1
+ export { TabEmptyState } from "./TabEmptyState.cjs";
2
+ export type { TabEmptyStateProps } from "./TabEmptyState.types.cjs";
3
+ //# sourceMappingURL=index.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.cts","sourceRoot":"","sources":["../../../src/components/TabEmptyState/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,4BAAwB;AAChD,YAAY,EAAE,kBAAkB,EAAE,kCAA8B"}
@@ -0,0 +1,3 @@
1
+ export { TabEmptyState } from "./TabEmptyState.mjs";
2
+ export type { TabEmptyStateProps } from "./TabEmptyState.types.mjs";
3
+ //# sourceMappingURL=index.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../../../src/components/TabEmptyState/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,4BAAwB;AAChD,YAAY,EAAE,kBAAkB,EAAE,kCAA8B"}
@@ -0,0 +1,2 @@
1
+ export { TabEmptyState } from "./TabEmptyState.mjs";
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../../src/components/TabEmptyState/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,4BAAwB","sourcesContent":["export { TabEmptyState } from './TabEmptyState';\nexport type { TabEmptyStateProps } from './TabEmptyState.types';\n"]}
@@ -0,0 +1,42 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.TextField = void 0;
4
+ const design_system_twrnc_preset_1 = require("@metamask-previews/design-system-twrnc-preset");
5
+ const react_1 = require("react");
6
+ const react_native_1 = require("react-native/index.js");
7
+ const types_1 = require("../../types/index.cjs");
8
+ const Input_1 = require("../Input/index.cjs");
9
+ const TextField_constants_1 = require("./TextField.constants.cjs");
10
+ const TextField_types_1 = require("./TextField.types.cjs");
11
+ exports.TextField = (0, react_1.forwardRef)(({ style, size = TextField_types_1.TextFieldSize.Md, startAccessory, endAccessory, isError = false, inputElement, isDisabled = false, autoFocus = false, twClassName, onBlur, onFocus, testID, ...props }, ref) => {
12
+ const [isFocused, setIsFocused] = (0, react_1.useState)(autoFocus);
13
+ const inputRef = (0, react_1.useRef)(null);
14
+ const tw = (0, design_system_twrnc_preset_1.useTailwind)();
15
+ (0, react_1.useImperativeHandle)(ref, () => inputRef.current, []);
16
+ const containerStyle = (0, react_1.useMemo)(() => tw.style('flex-row', 'items-center', 'rounded-lg', TextField_constants_1.TWCLASSMAP_TEXTFIELD_SIZE[size], 'border', 'px-4', 'bg-default', 'border-default', isError && 'border-error-default', !isDisabled && isFocused && 'border-primary-default', isDisabled && 'opacity-50', twClassName), [size, isError, isFocused, isDisabled, twClassName, tw]);
17
+ const onBlurHandler = (0, react_1.useCallback)((e) => {
18
+ if (!isDisabled) {
19
+ setIsFocused(false);
20
+ onBlur?.(e);
21
+ }
22
+ }, [isDisabled, onBlur]);
23
+ const onFocusHandler = (0, react_1.useCallback)((e) => {
24
+ if (!isDisabled) {
25
+ setIsFocused(true);
26
+ onFocus?.(e);
27
+ }
28
+ }, [isDisabled, onFocus]);
29
+ const onPressHandler = (0, react_1.useCallback)(() => {
30
+ if (!isDisabled && inputRef.current) {
31
+ inputRef.current.focus();
32
+ }
33
+ }, [isDisabled]);
34
+ return (<react_native_1.Pressable testID={testID} style={[containerStyle, style]} onPress={onPressHandler} accessible={false}>
35
+ {startAccessory && (<react_native_1.View style={tw.style('mr-2')}>{startAccessory}</react_native_1.View>)}
36
+ <react_native_1.View style={tw.style('flex-1')}>
37
+ {inputElement ?? (<Input_1.Input {...props} ref={inputRef} textVariant={types_1.TextVariant.BodyMd} isDisabled={isDisabled} autoFocus={autoFocus} onBlur={onBlurHandler} onFocus={onFocusHandler} isStateStylesDisabled twClassName="bg-transparent border-0"/>)}
38
+ </react_native_1.View>
39
+ {endAccessory && <react_native_1.View style={tw.style('ml-2')}>{endAccessory}</react_native_1.View>}
40
+ </react_native_1.Pressable>);
41
+ });
42
+ //# sourceMappingURL=TextField.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TextField.cjs","sourceRoot":"","sources":["../../../src/components/TextField/TextField.tsx"],"names":[],"mappings":"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","sourcesContent":["import { useTailwind } from '@metamask-previews/design-system-twrnc-preset';\nimport {\n forwardRef,\n useCallback,\n useImperativeHandle,\n useMemo,\n useRef,\n useState,\n} from 'react';\nimport { Pressable, TextInput, View } from 'react-native';\n\nimport { TextVariant } from '../../types';\nimport { Input } from '../Input';\n\nimport { TWCLASSMAP_TEXTFIELD_SIZE } from './TextField.constants';\nimport { TextFieldSize } from './TextField.types';\nimport type { TextFieldProps } from './TextField.types';\n\nexport const TextField = forwardRef<TextInput, TextFieldProps>(\n (\n {\n style,\n size = TextFieldSize.Md,\n startAccessory,\n endAccessory,\n isError = false,\n inputElement,\n isDisabled = false,\n autoFocus = false,\n twClassName,\n onBlur,\n onFocus,\n testID,\n ...props\n },\n ref,\n ) => {\n const [isFocused, setIsFocused] = useState(autoFocus);\n const inputRef = useRef<TextInput>(null);\n const tw = useTailwind();\n\n useImperativeHandle<TextInput | null, TextInput | null>(\n ref,\n () => inputRef.current,\n [],\n );\n\n const containerStyle = useMemo(\n () =>\n tw.style(\n 'flex-row',\n 'items-center',\n 'rounded-lg',\n TWCLASSMAP_TEXTFIELD_SIZE[size],\n 'border',\n 'px-4',\n 'bg-default',\n 'border-default',\n isError && 'border-error-default',\n !isDisabled && isFocused && 'border-primary-default',\n isDisabled && 'opacity-50',\n twClassName,\n ),\n [size, isError, isFocused, isDisabled, twClassName, tw],\n );\n\n const onBlurHandler = useCallback(\n (e: Parameters<NonNullable<TextFieldProps['onBlur']>>[0]) => {\n if (!isDisabled) {\n setIsFocused(false);\n onBlur?.(e);\n }\n },\n [isDisabled, onBlur],\n );\n\n const onFocusHandler = useCallback(\n (e: Parameters<NonNullable<TextFieldProps['onFocus']>>[0]) => {\n if (!isDisabled) {\n setIsFocused(true);\n onFocus?.(e);\n }\n },\n [isDisabled, onFocus],\n );\n\n const onPressHandler = useCallback(() => {\n if (!isDisabled && inputRef.current) {\n inputRef.current.focus();\n }\n }, [isDisabled]);\n\n return (\n <Pressable\n testID={testID}\n style={[containerStyle, style]}\n onPress={onPressHandler}\n accessible={false}\n >\n {startAccessory && (\n <View style={tw.style('mr-2')}>{startAccessory}</View>\n )}\n <View style={tw.style('flex-1')}>\n {inputElement ?? (\n <Input\n {...props}\n ref={inputRef}\n textVariant={TextVariant.BodyMd}\n isDisabled={isDisabled}\n autoFocus={autoFocus}\n onBlur={onBlurHandler}\n onFocus={onFocusHandler}\n isStateStylesDisabled\n twClassName=\"bg-transparent border-0\"\n />\n )}\n </View>\n {endAccessory && <View style={tw.style('ml-2')}>{endAccessory}</View>}\n </Pressable>\n );\n },\n);\n"]}
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.TWCLASSMAP_TEXTFIELD_SIZE = void 0;
4
+ const TextField_types_1 = require("./TextField.types.cjs");
5
+ /**
6
+ * Tailwind class map for TextField sizes.
7
+ */
8
+ exports.TWCLASSMAP_TEXTFIELD_SIZE = {
9
+ [TextField_types_1.TextFieldSize.Sm]: 'h-8',
10
+ [TextField_types_1.TextFieldSize.Md]: 'h-10',
11
+ [TextField_types_1.TextFieldSize.Lg]: 'h-12',
12
+ };
13
+ //# sourceMappingURL=TextField.constants.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TextField.constants.cjs","sourceRoot":"","sources":["../../../src/components/TextField/TextField.constants.ts"],"names":[],"mappings":";;;AAAA,2DAAkD;AAElD;;GAEG;AACU,QAAA,yBAAyB,GAAkC;IACtE,CAAC,+BAAa,CAAC,EAAE,CAAC,EAAE,KAAK;IACzB,CAAC,+BAAa,CAAC,EAAE,CAAC,EAAE,MAAM;IAC1B,CAAC,+BAAa,CAAC,EAAE,CAAC,EAAE,MAAM;CAC3B,CAAC","sourcesContent":["import { TextFieldSize } from './TextField.types';\n\n/**\n * Tailwind class map for TextField sizes.\n */\nexport const TWCLASSMAP_TEXTFIELD_SIZE: Record<TextFieldSize, string> = {\n [TextFieldSize.Sm]: 'h-8',\n [TextFieldSize.Md]: 'h-10',\n [TextFieldSize.Lg]: 'h-12',\n};\n"]}
@@ -0,0 +1,6 @@
1
+ import { TextFieldSize } from "./TextField.types.cjs";
2
+ /**
3
+ * Tailwind class map for TextField sizes.
4
+ */
5
+ export declare const TWCLASSMAP_TEXTFIELD_SIZE: Record<TextFieldSize, string>;
6
+ //# sourceMappingURL=TextField.constants.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TextField.constants.d.cts","sourceRoot":"","sources":["../../../src/components/TextField/TextField.constants.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,8BAA0B;AAElD;;GAEG;AACH,eAAO,MAAM,yBAAyB,EAAE,MAAM,CAAC,aAAa,EAAE,MAAM,CAInE,CAAC"}
@@ -0,0 +1,6 @@
1
+ import { TextFieldSize } from "./TextField.types.mjs";
2
+ /**
3
+ * Tailwind class map for TextField sizes.
4
+ */
5
+ export declare const TWCLASSMAP_TEXTFIELD_SIZE: Record<TextFieldSize, string>;
6
+ //# sourceMappingURL=TextField.constants.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TextField.constants.d.mts","sourceRoot":"","sources":["../../../src/components/TextField/TextField.constants.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,8BAA0B;AAElD;;GAEG;AACH,eAAO,MAAM,yBAAyB,EAAE,MAAM,CAAC,aAAa,EAAE,MAAM,CAInE,CAAC"}
@@ -0,0 +1,10 @@
1
+ import { TextFieldSize } from "./TextField.types.mjs";
2
+ /**
3
+ * Tailwind class map for TextField sizes.
4
+ */
5
+ export const TWCLASSMAP_TEXTFIELD_SIZE = {
6
+ [TextFieldSize.Sm]: 'h-8',
7
+ [TextFieldSize.Md]: 'h-10',
8
+ [TextFieldSize.Lg]: 'h-12',
9
+ };
10
+ //# sourceMappingURL=TextField.constants.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TextField.constants.mjs","sourceRoot":"","sources":["../../../src/components/TextField/TextField.constants.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,8BAA0B;AAElD;;GAEG;AACH,MAAM,CAAC,MAAM,yBAAyB,GAAkC;IACtE,CAAC,aAAa,CAAC,EAAE,CAAC,EAAE,KAAK;IACzB,CAAC,aAAa,CAAC,EAAE,CAAC,EAAE,MAAM;IAC1B,CAAC,aAAa,CAAC,EAAE,CAAC,EAAE,MAAM;CAC3B,CAAC","sourcesContent":["import { TextFieldSize } from './TextField.types';\n\n/**\n * Tailwind class map for TextField sizes.\n */\nexport const TWCLASSMAP_TEXTFIELD_SIZE: Record<TextFieldSize, string> = {\n [TextFieldSize.Sm]: 'h-8',\n [TextFieldSize.Md]: 'h-10',\n [TextFieldSize.Lg]: 'h-12',\n};\n"]}
@@ -0,0 +1,12 @@
1
+ import { TextInput } from "react-native/index.js";
2
+ import { TextFieldSize } from "./TextField.types.cjs";
3
+ export declare const TextField: import("react").ForwardRefExoticComponent<Omit<import("../Input/index.cjs").InputProps, "style" | "textVariant" | "isStateStylesDisabled"> & {
4
+ size?: TextFieldSize | undefined;
5
+ startAccessory?: import("react").ReactNode;
6
+ endAccessory?: import("react").ReactNode;
7
+ isError?: boolean | undefined;
8
+ inputElement?: import("react").ReactNode;
9
+ twClassName?: string | undefined;
10
+ style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
11
+ } & import("react").RefAttributes<TextInput>>;
12
+ //# sourceMappingURL=TextField.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TextField.d.cts","sourceRoot":"","sources":["../../../src/components/TextField/TextField.tsx"],"names":[],"mappings":"AASA,OAAO,EAAa,SAAS,EAAQ,8BAAqB;AAM1D,OAAO,EAAE,aAAa,EAAE,8BAA0B;AAGlD,eAAO,MAAM,SAAS;;;;;;;;6CAuGrB,CAAC"}
@@ -0,0 +1,12 @@
1
+ import { TextInput } from "react-native/index.js";
2
+ import { TextFieldSize } from "./TextField.types.mjs";
3
+ export declare const TextField: import("react").ForwardRefExoticComponent<Omit<import("../Input/index.mjs").InputProps, "style" | "textVariant" | "isStateStylesDisabled"> & {
4
+ size?: TextFieldSize | undefined;
5
+ startAccessory?: import("react").ReactNode;
6
+ endAccessory?: import("react").ReactNode;
7
+ isError?: boolean | undefined;
8
+ inputElement?: import("react").ReactNode;
9
+ twClassName?: string | undefined;
10
+ style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
11
+ } & import("react").RefAttributes<TextInput>>;
12
+ //# sourceMappingURL=TextField.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TextField.d.mts","sourceRoot":"","sources":["../../../src/components/TextField/TextField.tsx"],"names":[],"mappings":"AASA,OAAO,EAAa,SAAS,EAAQ,8BAAqB;AAM1D,OAAO,EAAE,aAAa,EAAE,8BAA0B;AAGlD,eAAO,MAAM,SAAS;;;;;;;;6CAuGrB,CAAC"}
@@ -0,0 +1,39 @@
1
+ import { useTailwind } from "@metamask-previews/design-system-twrnc-preset";
2
+ import { forwardRef, useCallback, useImperativeHandle, useMemo, useRef, useState } from "react";
3
+ import { Pressable, TextInput, View } from "react-native/index.js";
4
+ import { TextVariant } from "../../types/index.mjs";
5
+ import { Input } from "../Input/index.mjs";
6
+ import { TWCLASSMAP_TEXTFIELD_SIZE } from "./TextField.constants.mjs";
7
+ import { TextFieldSize } from "./TextField.types.mjs";
8
+ export const TextField = forwardRef(({ style, size = TextFieldSize.Md, startAccessory, endAccessory, isError = false, inputElement, isDisabled = false, autoFocus = false, twClassName, onBlur, onFocus, testID, ...props }, ref) => {
9
+ const [isFocused, setIsFocused] = useState(autoFocus);
10
+ const inputRef = useRef(null);
11
+ const tw = useTailwind();
12
+ useImperativeHandle(ref, () => inputRef.current, []);
13
+ const containerStyle = useMemo(() => tw.style('flex-row', 'items-center', 'rounded-lg', TWCLASSMAP_TEXTFIELD_SIZE[size], 'border', 'px-4', 'bg-default', 'border-default', isError && 'border-error-default', !isDisabled && isFocused && 'border-primary-default', isDisabled && 'opacity-50', twClassName), [size, isError, isFocused, isDisabled, twClassName, tw]);
14
+ const onBlurHandler = useCallback((e) => {
15
+ if (!isDisabled) {
16
+ setIsFocused(false);
17
+ onBlur?.(e);
18
+ }
19
+ }, [isDisabled, onBlur]);
20
+ const onFocusHandler = useCallback((e) => {
21
+ if (!isDisabled) {
22
+ setIsFocused(true);
23
+ onFocus?.(e);
24
+ }
25
+ }, [isDisabled, onFocus]);
26
+ const onPressHandler = useCallback(() => {
27
+ if (!isDisabled && inputRef.current) {
28
+ inputRef.current.focus();
29
+ }
30
+ }, [isDisabled]);
31
+ return (<Pressable testID={testID} style={[containerStyle, style]} onPress={onPressHandler} accessible={false}>
32
+ {startAccessory && (<View style={tw.style('mr-2')}>{startAccessory}</View>)}
33
+ <View style={tw.style('flex-1')}>
34
+ {inputElement ?? (<Input {...props} ref={inputRef} textVariant={TextVariant.BodyMd} isDisabled={isDisabled} autoFocus={autoFocus} onBlur={onBlurHandler} onFocus={onFocusHandler} isStateStylesDisabled twClassName="bg-transparent border-0"/>)}
35
+ </View>
36
+ {endAccessory && <View style={tw.style('ml-2')}>{endAccessory}</View>}
37
+ </Pressable>);
38
+ });
39
+ //# sourceMappingURL=TextField.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TextField.mjs","sourceRoot":"","sources":["../../../src/components/TextField/TextField.tsx"],"names":[],"mappings":"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","sourcesContent":["import { useTailwind } from '@metamask-previews/design-system-twrnc-preset';\nimport {\n forwardRef,\n useCallback,\n useImperativeHandle,\n useMemo,\n useRef,\n useState,\n} from 'react';\nimport { Pressable, TextInput, View } from 'react-native';\n\nimport { TextVariant } from '../../types';\nimport { Input } from '../Input';\n\nimport { TWCLASSMAP_TEXTFIELD_SIZE } from './TextField.constants';\nimport { TextFieldSize } from './TextField.types';\nimport type { TextFieldProps } from './TextField.types';\n\nexport const TextField = forwardRef<TextInput, TextFieldProps>(\n (\n {\n style,\n size = TextFieldSize.Md,\n startAccessory,\n endAccessory,\n isError = false,\n inputElement,\n isDisabled = false,\n autoFocus = false,\n twClassName,\n onBlur,\n onFocus,\n testID,\n ...props\n },\n ref,\n ) => {\n const [isFocused, setIsFocused] = useState(autoFocus);\n const inputRef = useRef<TextInput>(null);\n const tw = useTailwind();\n\n useImperativeHandle<TextInput | null, TextInput | null>(\n ref,\n () => inputRef.current,\n [],\n );\n\n const containerStyle = useMemo(\n () =>\n tw.style(\n 'flex-row',\n 'items-center',\n 'rounded-lg',\n TWCLASSMAP_TEXTFIELD_SIZE[size],\n 'border',\n 'px-4',\n 'bg-default',\n 'border-default',\n isError && 'border-error-default',\n !isDisabled && isFocused && 'border-primary-default',\n isDisabled && 'opacity-50',\n twClassName,\n ),\n [size, isError, isFocused, isDisabled, twClassName, tw],\n );\n\n const onBlurHandler = useCallback(\n (e: Parameters<NonNullable<TextFieldProps['onBlur']>>[0]) => {\n if (!isDisabled) {\n setIsFocused(false);\n onBlur?.(e);\n }\n },\n [isDisabled, onBlur],\n );\n\n const onFocusHandler = useCallback(\n (e: Parameters<NonNullable<TextFieldProps['onFocus']>>[0]) => {\n if (!isDisabled) {\n setIsFocused(true);\n onFocus?.(e);\n }\n },\n [isDisabled, onFocus],\n );\n\n const onPressHandler = useCallback(() => {\n if (!isDisabled && inputRef.current) {\n inputRef.current.focus();\n }\n }, [isDisabled]);\n\n return (\n <Pressable\n testID={testID}\n style={[containerStyle, style]}\n onPress={onPressHandler}\n accessible={false}\n >\n {startAccessory && (\n <View style={tw.style('mr-2')}>{startAccessory}</View>\n )}\n <View style={tw.style('flex-1')}>\n {inputElement ?? (\n <Input\n {...props}\n ref={inputRef}\n textVariant={TextVariant.BodyMd}\n isDisabled={isDisabled}\n autoFocus={autoFocus}\n onBlur={onBlurHandler}\n onFocus={onFocusHandler}\n isStateStylesDisabled\n twClassName=\"bg-transparent border-0\"\n />\n )}\n </View>\n {endAccessory && <View style={tw.style('ml-2')}>{endAccessory}</View>}\n </Pressable>\n );\n },\n);\n"]}
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.TextFieldSize = void 0;
4
+ /**
5
+ * TextFieldSize enum.
6
+ */
7
+ var TextFieldSize;
8
+ (function (TextFieldSize) {
9
+ TextFieldSize["Sm"] = "sm";
10
+ TextFieldSize["Md"] = "md";
11
+ TextFieldSize["Lg"] = "lg";
12
+ })(TextFieldSize || (exports.TextFieldSize = TextFieldSize = {}));
13
+ //# sourceMappingURL=TextField.types.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TextField.types.cjs","sourceRoot":"","sources":["../../../src/components/TextField/TextField.types.ts"],"names":[],"mappings":";;;AAKA;;GAEG;AACH,IAAY,aAIX;AAJD,WAAY,aAAa;IACvB,0BAAS,CAAA;IACT,0BAAS,CAAA;IACT,0BAAS,CAAA;AACX,CAAC,EAJW,aAAa,6BAAb,aAAa,QAIxB","sourcesContent":["import type { ReactNode } from 'react';\nimport type { StyleProp, ViewStyle } from 'react-native';\n\nimport type { InputProps } from '../Input/Input.types';\n\n/**\n * TextFieldSize enum.\n */\nexport enum TextFieldSize {\n Sm = 'sm',\n Md = 'md',\n Lg = 'lg',\n}\n\n/**\n * TextField component props.\n */\nexport type TextFieldProps = Omit<\n InputProps,\n 'textVariant' | 'isStateStylesDisabled' | 'style'\n> & {\n /**\n * Optional prop for size of the TextField.\n *\n * @default TextFieldSize.Md\n */\n size?: TextFieldSize;\n /**\n * Optional content to display before the Input.\n */\n startAccessory?: ReactNode;\n /**\n * Optional content to display after the Input.\n */\n endAccessory?: ReactNode;\n /**\n * Optional boolean to show the error state.\n *\n * @default false\n */\n isError?: boolean;\n /**\n * Optional prop to replace the default Input with a custom element.\n */\n inputElement?: ReactNode;\n /**\n * Optional prop to add twrnc overriding classNames.\n */\n twClassName?: string;\n /**\n * Optional prop to customize the container style.\n */\n style?: StyleProp<ViewStyle>;\n};\n"]}