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

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 (794) 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/AvatarNetwork/AvatarNetwork.types.cjs.map +1 -1
  27. package/dist/components/AvatarNetwork/AvatarNetwork.types.d.cts +7 -9
  28. package/dist/components/AvatarNetwork/AvatarNetwork.types.d.cts.map +1 -1
  29. package/dist/components/AvatarNetwork/AvatarNetwork.types.d.mts +7 -9
  30. package/dist/components/AvatarNetwork/AvatarNetwork.types.d.mts.map +1 -1
  31. package/dist/components/AvatarNetwork/AvatarNetwork.types.mjs.map +1 -1
  32. package/dist/components/BadgeCount/BadgeCount.cjs +3 -3
  33. package/dist/components/BadgeCount/BadgeCount.cjs.map +1 -1
  34. package/dist/components/BadgeCount/BadgeCount.constants.cjs +6 -10
  35. package/dist/components/BadgeCount/BadgeCount.constants.cjs.map +1 -1
  36. package/dist/components/BadgeCount/BadgeCount.constants.d.cts +1 -2
  37. package/dist/components/BadgeCount/BadgeCount.constants.d.cts.map +1 -1
  38. package/dist/components/BadgeCount/BadgeCount.constants.d.mts +1 -2
  39. package/dist/components/BadgeCount/BadgeCount.constants.d.mts.map +1 -1
  40. package/dist/components/BadgeCount/BadgeCount.constants.mjs +3 -7
  41. package/dist/components/BadgeCount/BadgeCount.constants.mjs.map +1 -1
  42. package/dist/components/BadgeCount/BadgeCount.d.cts.map +1 -1
  43. package/dist/components/BadgeCount/BadgeCount.d.mts.map +1 -1
  44. package/dist/components/BadgeCount/BadgeCount.mjs +3 -3
  45. package/dist/components/BadgeCount/BadgeCount.mjs.map +1 -1
  46. package/dist/components/BadgeCount/BadgeCount.types.cjs.map +1 -1
  47. package/dist/components/BadgeCount/BadgeCount.types.d.cts +5 -22
  48. package/dist/components/BadgeCount/BadgeCount.types.d.cts.map +1 -1
  49. package/dist/components/BadgeCount/BadgeCount.types.d.mts +5 -22
  50. package/dist/components/BadgeCount/BadgeCount.types.d.mts.map +1 -1
  51. package/dist/components/BadgeCount/BadgeCount.types.mjs.map +1 -1
  52. package/dist/components/BadgeCount/index.cjs +2 -2
  53. package/dist/components/BadgeCount/index.cjs.map +1 -1
  54. package/dist/components/BadgeCount/index.d.cts +1 -1
  55. package/dist/components/BadgeCount/index.d.cts.map +1 -1
  56. package/dist/components/BadgeCount/index.d.mts +1 -1
  57. package/dist/components/BadgeCount/index.d.mts.map +1 -1
  58. package/dist/components/BadgeCount/index.mjs +1 -1
  59. package/dist/components/BadgeCount/index.mjs.map +1 -1
  60. package/dist/components/BadgeStatus/BadgeStatus.types.cjs.map +1 -1
  61. package/dist/components/BadgeStatus/BadgeStatus.types.d.cts +1 -1
  62. package/dist/components/BadgeStatus/BadgeStatus.types.d.cts.map +1 -1
  63. package/dist/components/BadgeStatus/BadgeStatus.types.d.mts +1 -1
  64. package/dist/components/BadgeStatus/BadgeStatus.types.d.mts.map +1 -1
  65. package/dist/components/BadgeStatus/BadgeStatus.types.mjs.map +1 -1
  66. package/dist/components/BannerAlert/BannerAlert.cjs +23 -0
  67. package/dist/components/BannerAlert/BannerAlert.cjs.map +1 -0
  68. package/dist/components/BannerAlert/BannerAlert.constants.cjs +30 -0
  69. package/dist/components/BannerAlert/BannerAlert.constants.cjs.map +1 -0
  70. package/dist/components/BannerAlert/BannerAlert.constants.d.cts +7 -0
  71. package/dist/components/BannerAlert/BannerAlert.constants.d.cts.map +1 -0
  72. package/dist/components/BannerAlert/BannerAlert.constants.d.mts +7 -0
  73. package/dist/components/BannerAlert/BannerAlert.constants.d.mts.map +1 -0
  74. package/dist/components/BannerAlert/BannerAlert.constants.mjs +27 -0
  75. package/dist/components/BannerAlert/BannerAlert.constants.mjs.map +1 -0
  76. package/dist/components/BannerAlert/BannerAlert.d.cts +4 -0
  77. package/dist/components/BannerAlert/BannerAlert.d.cts.map +1 -0
  78. package/dist/components/BannerAlert/BannerAlert.d.mts +4 -0
  79. package/dist/components/BannerAlert/BannerAlert.d.mts.map +1 -0
  80. package/dist/components/BannerAlert/BannerAlert.mjs +23 -0
  81. package/dist/components/BannerAlert/BannerAlert.mjs.map +1 -0
  82. package/dist/components/BannerAlert/BannerAlert.types.cjs +3 -0
  83. package/dist/components/BannerAlert/BannerAlert.types.cjs.map +1 -0
  84. package/dist/components/BannerAlert/BannerAlert.types.d.cts +10 -0
  85. package/dist/components/BannerAlert/BannerAlert.types.d.cts.map +1 -0
  86. package/dist/components/BannerAlert/BannerAlert.types.d.mts +10 -0
  87. package/dist/components/BannerAlert/BannerAlert.types.d.mts.map +1 -0
  88. package/dist/components/BannerAlert/BannerAlert.types.mjs +2 -0
  89. package/dist/components/BannerAlert/BannerAlert.types.mjs.map +1 -0
  90. package/dist/components/BannerAlert/index.cjs +8 -0
  91. package/dist/components/BannerAlert/index.cjs.map +1 -0
  92. package/dist/components/BannerAlert/index.d.cts +4 -0
  93. package/dist/components/BannerAlert/index.d.cts.map +1 -0
  94. package/dist/components/BannerAlert/index.d.mts +4 -0
  95. package/dist/components/BannerAlert/index.d.mts.map +1 -0
  96. package/dist/components/BannerAlert/index.mjs +3 -0
  97. package/dist/components/BannerAlert/index.mjs.map +1 -0
  98. package/dist/components/BannerBase/BannerBase.cjs +63 -0
  99. package/dist/components/BannerBase/BannerBase.cjs.map +1 -0
  100. package/dist/components/BannerBase/BannerBase.d.cts +4 -0
  101. package/dist/components/BannerBase/BannerBase.d.cts.map +1 -0
  102. package/dist/components/BannerBase/BannerBase.d.mts +4 -0
  103. package/dist/components/BannerBase/BannerBase.d.mts.map +1 -0
  104. package/dist/components/BannerBase/BannerBase.mjs +63 -0
  105. package/dist/components/BannerBase/BannerBase.mjs.map +1 -0
  106. package/dist/components/BannerBase/BannerBase.types.cjs +3 -0
  107. package/dist/components/BannerBase/BannerBase.types.cjs.map +1 -0
  108. package/dist/components/BannerBase/BannerBase.types.d.cts +53 -0
  109. package/dist/components/BannerBase/BannerBase.types.d.cts.map +1 -0
  110. package/dist/components/BannerBase/BannerBase.types.d.mts +53 -0
  111. package/dist/components/BannerBase/BannerBase.types.d.mts.map +1 -0
  112. package/dist/components/BannerBase/BannerBase.types.mjs +2 -0
  113. package/dist/components/BannerBase/BannerBase.types.mjs.map +1 -0
  114. package/dist/components/BannerBase/index.cjs +6 -0
  115. package/dist/components/BannerBase/index.cjs.map +1 -0
  116. package/dist/components/BannerBase/index.d.cts +3 -0
  117. package/dist/components/BannerBase/index.d.cts.map +1 -0
  118. package/dist/components/BannerBase/index.d.mts +3 -0
  119. package/dist/components/BannerBase/index.d.mts.map +1 -0
  120. package/dist/components/BannerBase/index.mjs +2 -0
  121. package/dist/components/BannerBase/index.mjs.map +1 -0
  122. package/dist/components/BottomSheet/BottomSheet.cjs +109 -0
  123. package/dist/components/BottomSheet/BottomSheet.cjs.map +1 -0
  124. package/dist/components/BottomSheet/BottomSheet.d.cts +16 -0
  125. package/dist/components/BottomSheet/BottomSheet.d.cts.map +1 -0
  126. package/dist/components/BottomSheet/BottomSheet.d.mts +16 -0
  127. package/dist/components/BottomSheet/BottomSheet.d.mts.map +1 -0
  128. package/dist/components/BottomSheet/BottomSheet.mjs +87 -0
  129. package/dist/components/BottomSheet/BottomSheet.mjs.map +1 -0
  130. package/dist/components/BottomSheet/BottomSheet.types.cjs +3 -0
  131. package/dist/components/BottomSheet/BottomSheet.types.cjs.map +1 -0
  132. package/dist/components/BottomSheet/BottomSheet.types.d.cts +28 -0
  133. package/dist/components/BottomSheet/BottomSheet.types.d.cts.map +1 -0
  134. package/dist/components/BottomSheet/BottomSheet.types.d.mts +28 -0
  135. package/dist/components/BottomSheet/BottomSheet.types.d.mts.map +1 -0
  136. package/dist/components/BottomSheet/BottomSheet.types.mjs +2 -0
  137. package/dist/components/BottomSheet/BottomSheet.types.mjs.map +1 -0
  138. package/dist/components/BottomSheet/index.cjs +6 -0
  139. package/dist/components/BottomSheet/index.cjs.map +1 -0
  140. package/dist/components/BottomSheet/index.d.cts +3 -0
  141. package/dist/components/BottomSheet/index.d.cts.map +1 -0
  142. package/dist/components/BottomSheet/index.d.mts +3 -0
  143. package/dist/components/BottomSheet/index.d.mts.map +1 -0
  144. package/dist/components/BottomSheet/index.mjs +2 -0
  145. package/dist/components/BottomSheet/index.mjs.map +1 -0
  146. package/dist/components/BottomSheetDialog/BottomSheetDialog.cjs +207 -0
  147. package/dist/components/BottomSheetDialog/BottomSheetDialog.cjs.map +1 -0
  148. package/dist/components/BottomSheetDialog/BottomSheetDialog.constants.cjs +18 -0
  149. package/dist/components/BottomSheetDialog/BottomSheetDialog.constants.cjs.map +1 -0
  150. package/dist/components/BottomSheetDialog/BottomSheetDialog.constants.d.cts +14 -0
  151. package/dist/components/BottomSheetDialog/BottomSheetDialog.constants.d.cts.map +1 -0
  152. package/dist/components/BottomSheetDialog/BottomSheetDialog.constants.d.mts +14 -0
  153. package/dist/components/BottomSheetDialog/BottomSheetDialog.constants.d.mts.map +1 -0
  154. package/dist/components/BottomSheetDialog/BottomSheetDialog.constants.mjs +15 -0
  155. package/dist/components/BottomSheetDialog/BottomSheetDialog.constants.mjs.map +1 -0
  156. package/dist/components/BottomSheetDialog/BottomSheetDialog.d.cts +13 -0
  157. package/dist/components/BottomSheetDialog/BottomSheetDialog.d.cts.map +1 -0
  158. package/dist/components/BottomSheetDialog/BottomSheetDialog.d.mts +13 -0
  159. package/dist/components/BottomSheetDialog/BottomSheetDialog.d.mts.map +1 -0
  160. package/dist/components/BottomSheetDialog/BottomSheetDialog.mjs +190 -0
  161. package/dist/components/BottomSheetDialog/BottomSheetDialog.mjs.map +1 -0
  162. package/dist/components/BottomSheetDialog/BottomSheetDialog.types.cjs +3 -0
  163. package/dist/components/BottomSheetDialog/BottomSheetDialog.types.cjs.map +1 -0
  164. package/dist/components/BottomSheetDialog/BottomSheetDialog.types.d.cts +56 -0
  165. package/dist/components/BottomSheetDialog/BottomSheetDialog.types.d.cts.map +1 -0
  166. package/dist/components/BottomSheetDialog/BottomSheetDialog.types.d.mts +56 -0
  167. package/dist/components/BottomSheetDialog/BottomSheetDialog.types.d.mts.map +1 -0
  168. package/dist/components/BottomSheetDialog/BottomSheetDialog.types.mjs +2 -0
  169. package/dist/components/BottomSheetDialog/BottomSheetDialog.types.mjs.map +1 -0
  170. package/dist/components/BottomSheetDialog/index.cjs +9 -0
  171. package/dist/components/BottomSheetDialog/index.cjs.map +1 -0
  172. package/dist/components/BottomSheetDialog/index.d.cts +3 -0
  173. package/dist/components/BottomSheetDialog/index.d.cts.map +1 -0
  174. package/dist/components/BottomSheetDialog/index.d.mts +3 -0
  175. package/dist/components/BottomSheetDialog/index.d.mts.map +1 -0
  176. package/dist/components/BottomSheetDialog/index.mjs +2 -0
  177. package/dist/components/BottomSheetDialog/index.mjs.map +1 -0
  178. package/dist/components/BottomSheetFooter/BottomSheetFooter.cjs +35 -0
  179. package/dist/components/BottomSheetFooter/BottomSheetFooter.cjs.map +1 -0
  180. package/dist/components/BottomSheetFooter/BottomSheetFooter.d.cts +4 -0
  181. package/dist/components/BottomSheetFooter/BottomSheetFooter.d.cts.map +1 -0
  182. package/dist/components/BottomSheetFooter/BottomSheetFooter.d.mts +4 -0
  183. package/dist/components/BottomSheetFooter/BottomSheetFooter.d.mts.map +1 -0
  184. package/dist/components/BottomSheetFooter/BottomSheetFooter.mjs +35 -0
  185. package/dist/components/BottomSheetFooter/BottomSheetFooter.mjs.map +1 -0
  186. package/dist/components/BottomSheetFooter/BottomSheetFooter.types.cjs +12 -0
  187. package/dist/components/BottomSheetFooter/BottomSheetFooter.types.cjs.map +1 -0
  188. package/dist/components/BottomSheetFooter/BottomSheetFooter.types.d.cts +41 -0
  189. package/dist/components/BottomSheetFooter/BottomSheetFooter.types.d.cts.map +1 -0
  190. package/dist/components/BottomSheetFooter/BottomSheetFooter.types.d.mts +41 -0
  191. package/dist/components/BottomSheetFooter/BottomSheetFooter.types.d.mts.map +1 -0
  192. package/dist/components/BottomSheetFooter/BottomSheetFooter.types.mjs +9 -0
  193. package/dist/components/BottomSheetFooter/BottomSheetFooter.types.mjs.map +1 -0
  194. package/dist/components/BottomSheetFooter/index.cjs +8 -0
  195. package/dist/components/BottomSheetFooter/index.cjs.map +1 -0
  196. package/dist/components/BottomSheetFooter/index.d.cts +4 -0
  197. package/dist/components/BottomSheetFooter/index.d.cts.map +1 -0
  198. package/dist/components/BottomSheetFooter/index.d.mts +4 -0
  199. package/dist/components/BottomSheetFooter/index.d.mts.map +1 -0
  200. package/dist/components/BottomSheetFooter/index.mjs +3 -0
  201. package/dist/components/BottomSheetFooter/index.mjs.map +1 -0
  202. package/dist/components/BottomSheetHeader/BottomSheetHeader.cjs +27 -0
  203. package/dist/components/BottomSheetHeader/BottomSheetHeader.cjs.map +1 -0
  204. package/dist/components/BottomSheetHeader/BottomSheetHeader.constants.cjs +15 -0
  205. package/dist/components/BottomSheetHeader/BottomSheetHeader.constants.cjs.map +1 -0
  206. package/dist/components/BottomSheetHeader/BottomSheetHeader.constants.d.cts +7 -0
  207. package/dist/components/BottomSheetHeader/BottomSheetHeader.constants.d.cts.map +1 -0
  208. package/dist/components/BottomSheetHeader/BottomSheetHeader.constants.d.mts +7 -0
  209. package/dist/components/BottomSheetHeader/BottomSheetHeader.constants.d.mts.map +1 -0
  210. package/dist/components/BottomSheetHeader/BottomSheetHeader.constants.mjs +12 -0
  211. package/dist/components/BottomSheetHeader/BottomSheetHeader.constants.mjs.map +1 -0
  212. package/dist/components/BottomSheetHeader/BottomSheetHeader.d.cts +4 -0
  213. package/dist/components/BottomSheetHeader/BottomSheetHeader.d.cts.map +1 -0
  214. package/dist/components/BottomSheetHeader/BottomSheetHeader.d.mts +4 -0
  215. package/dist/components/BottomSheetHeader/BottomSheetHeader.d.mts.map +1 -0
  216. package/dist/components/BottomSheetHeader/BottomSheetHeader.mjs +27 -0
  217. package/dist/components/BottomSheetHeader/BottomSheetHeader.mjs.map +1 -0
  218. package/dist/components/BottomSheetHeader/BottomSheetHeader.types.cjs +14 -0
  219. package/dist/components/BottomSheetHeader/BottomSheetHeader.types.cjs.map +1 -0
  220. package/dist/components/BottomSheetHeader/BottomSheetHeader.types.d.cts +50 -0
  221. package/dist/components/BottomSheetHeader/BottomSheetHeader.types.d.cts.map +1 -0
  222. package/dist/components/BottomSheetHeader/BottomSheetHeader.types.d.mts +50 -0
  223. package/dist/components/BottomSheetHeader/BottomSheetHeader.types.d.mts.map +1 -0
  224. package/dist/components/BottomSheetHeader/BottomSheetHeader.types.mjs +11 -0
  225. package/dist/components/BottomSheetHeader/BottomSheetHeader.types.mjs.map +1 -0
  226. package/dist/components/BottomSheetHeader/index.cjs +8 -0
  227. package/dist/components/BottomSheetHeader/index.cjs.map +1 -0
  228. package/dist/components/BottomSheetHeader/index.d.cts +4 -0
  229. package/dist/components/BottomSheetHeader/index.d.cts.map +1 -0
  230. package/dist/components/BottomSheetHeader/index.d.mts +4 -0
  231. package/dist/components/BottomSheetHeader/index.d.mts.map +1 -0
  232. package/dist/components/BottomSheetHeader/index.mjs +3 -0
  233. package/dist/components/BottomSheetHeader/index.mjs.map +1 -0
  234. package/dist/components/ButtonBase/ButtonBase.cjs +4 -11
  235. package/dist/components/ButtonBase/ButtonBase.cjs.map +1 -1
  236. package/dist/components/ButtonBase/ButtonBase.d.cts +1 -1
  237. package/dist/components/ButtonBase/ButtonBase.d.cts.map +1 -1
  238. package/dist/components/ButtonBase/ButtonBase.d.mts +1 -1
  239. package/dist/components/ButtonBase/ButtonBase.d.mts.map +1 -1
  240. package/dist/components/ButtonBase/ButtonBase.mjs +5 -12
  241. package/dist/components/ButtonBase/ButtonBase.mjs.map +1 -1
  242. package/dist/components/ButtonBase/ButtonBase.types.cjs.map +1 -1
  243. package/dist/components/ButtonBase/ButtonBase.types.d.cts +7 -0
  244. package/dist/components/ButtonBase/ButtonBase.types.d.cts.map +1 -1
  245. package/dist/components/ButtonBase/ButtonBase.types.d.mts +7 -0
  246. package/dist/components/ButtonBase/ButtonBase.types.d.mts.map +1 -1
  247. package/dist/components/ButtonBase/ButtonBase.types.mjs.map +1 -1
  248. package/dist/components/ButtonFilter/ButtonFilter.cjs +28 -0
  249. package/dist/components/ButtonFilter/ButtonFilter.cjs.map +1 -0
  250. package/dist/components/ButtonFilter/ButtonFilter.d.cts +4 -0
  251. package/dist/components/ButtonFilter/ButtonFilter.d.cts.map +1 -0
  252. package/dist/components/ButtonFilter/ButtonFilter.d.mts +4 -0
  253. package/dist/components/ButtonFilter/ButtonFilter.d.mts.map +1 -0
  254. package/dist/components/ButtonFilter/ButtonFilter.mjs +28 -0
  255. package/dist/components/ButtonFilter/ButtonFilter.mjs.map +1 -0
  256. package/dist/components/ButtonFilter/ButtonFilter.types.cjs +3 -0
  257. package/dist/components/ButtonFilter/ButtonFilter.types.cjs.map +1 -0
  258. package/dist/components/ButtonFilter/ButtonFilter.types.d.cts +9 -0
  259. package/dist/components/ButtonFilter/ButtonFilter.types.d.cts.map +1 -0
  260. package/dist/components/ButtonFilter/ButtonFilter.types.d.mts +9 -0
  261. package/dist/components/ButtonFilter/ButtonFilter.types.d.mts.map +1 -0
  262. package/dist/components/ButtonFilter/ButtonFilter.types.mjs +2 -0
  263. package/dist/components/ButtonFilter/ButtonFilter.types.mjs.map +1 -0
  264. package/dist/components/ButtonFilter/index.cjs +6 -0
  265. package/dist/components/ButtonFilter/index.cjs.map +1 -0
  266. package/dist/components/ButtonFilter/index.d.cts +3 -0
  267. package/dist/components/ButtonFilter/index.d.cts.map +1 -0
  268. package/dist/components/ButtonFilter/index.d.mts +3 -0
  269. package/dist/components/ButtonFilter/index.d.mts.map +1 -0
  270. package/dist/components/ButtonFilter/index.mjs +2 -0
  271. package/dist/components/ButtonFilter/index.mjs.map +1 -0
  272. package/dist/components/ButtonHero/ButtonHero.cjs +37 -0
  273. package/dist/components/ButtonHero/ButtonHero.cjs.map +1 -0
  274. package/dist/components/ButtonHero/ButtonHero.d.cts +13 -0
  275. package/dist/components/ButtonHero/ButtonHero.d.cts.map +1 -0
  276. package/dist/components/ButtonHero/ButtonHero.d.mts +13 -0
  277. package/dist/components/ButtonHero/ButtonHero.d.mts.map +1 -0
  278. package/dist/components/ButtonHero/ButtonHero.mjs +37 -0
  279. package/dist/components/ButtonHero/ButtonHero.mjs.map +1 -0
  280. package/dist/components/ButtonHero/ButtonHero.types.cjs +3 -0
  281. package/dist/components/ButtonHero/ButtonHero.types.cjs.map +1 -0
  282. package/dist/components/ButtonHero/ButtonHero.types.d.cts +3 -0
  283. package/dist/components/ButtonHero/ButtonHero.types.d.cts.map +1 -0
  284. package/dist/components/ButtonHero/ButtonHero.types.d.mts +3 -0
  285. package/dist/components/ButtonHero/ButtonHero.types.d.mts.map +1 -0
  286. package/dist/components/ButtonHero/ButtonHero.types.mjs +2 -0
  287. package/dist/components/ButtonHero/ButtonHero.types.mjs.map +1 -0
  288. package/dist/components/ButtonHero/index.cjs +8 -0
  289. package/dist/components/ButtonHero/index.cjs.map +1 -0
  290. package/dist/components/ButtonHero/index.d.cts +4 -0
  291. package/dist/components/ButtonHero/index.d.cts.map +1 -0
  292. package/dist/components/ButtonHero/index.d.mts +4 -0
  293. package/dist/components/ButtonHero/index.d.mts.map +1 -0
  294. package/dist/components/ButtonHero/index.mjs +3 -0
  295. package/dist/components/ButtonHero/index.mjs.map +1 -0
  296. package/dist/components/ButtonIcon/ButtonIcon.cjs +10 -4
  297. package/dist/components/ButtonIcon/ButtonIcon.cjs.map +1 -1
  298. package/dist/components/ButtonIcon/ButtonIcon.d.cts +1 -1
  299. package/dist/components/ButtonIcon/ButtonIcon.d.cts.map +1 -1
  300. package/dist/components/ButtonIcon/ButtonIcon.d.mts +1 -1
  301. package/dist/components/ButtonIcon/ButtonIcon.d.mts.map +1 -1
  302. package/dist/components/ButtonIcon/ButtonIcon.mjs +11 -5
  303. package/dist/components/ButtonIcon/ButtonIcon.mjs.map +1 -1
  304. package/dist/components/ButtonIcon/ButtonIcon.types.cjs.map +1 -1
  305. package/dist/components/ButtonIcon/ButtonIcon.types.d.cts +4 -11
  306. package/dist/components/ButtonIcon/ButtonIcon.types.d.cts.map +1 -1
  307. package/dist/components/ButtonIcon/ButtonIcon.types.d.mts +4 -11
  308. package/dist/components/ButtonIcon/ButtonIcon.types.d.mts.map +1 -1
  309. package/dist/components/ButtonIcon/ButtonIcon.types.mjs.map +1 -1
  310. package/dist/components/ButtonIcon/index.cjs +2 -1
  311. package/dist/components/ButtonIcon/index.cjs.map +1 -1
  312. package/dist/components/ButtonIcon/index.d.cts +1 -1
  313. package/dist/components/ButtonIcon/index.d.cts.map +1 -1
  314. package/dist/components/ButtonIcon/index.d.mts +1 -1
  315. package/dist/components/ButtonIcon/index.d.mts.map +1 -1
  316. package/dist/components/ButtonIcon/index.mjs +1 -1
  317. package/dist/components/ButtonIcon/index.mjs.map +1 -1
  318. package/dist/components/ButtonSemantic/ButtonSemantic.cjs +64 -0
  319. package/dist/components/ButtonSemantic/ButtonSemantic.cjs.map +1 -0
  320. package/dist/components/ButtonSemantic/ButtonSemantic.constants.cjs +17 -0
  321. package/dist/components/ButtonSemantic/ButtonSemantic.constants.cjs.map +1 -0
  322. package/dist/components/ButtonSemantic/ButtonSemantic.constants.d.cts +5 -0
  323. package/dist/components/ButtonSemantic/ButtonSemantic.constants.d.cts.map +1 -0
  324. package/dist/components/ButtonSemantic/ButtonSemantic.constants.d.mts +5 -0
  325. package/dist/components/ButtonSemantic/ButtonSemantic.constants.d.mts.map +1 -0
  326. package/dist/components/ButtonSemantic/ButtonSemantic.constants.mjs +14 -0
  327. package/dist/components/ButtonSemantic/ButtonSemantic.constants.mjs.map +1 -0
  328. package/dist/components/ButtonSemantic/ButtonSemantic.d.cts +4 -0
  329. package/dist/components/ButtonSemantic/ButtonSemantic.d.cts.map +1 -0
  330. package/dist/components/ButtonSemantic/ButtonSemantic.d.mts +4 -0
  331. package/dist/components/ButtonSemantic/ButtonSemantic.d.mts.map +1 -0
  332. package/dist/components/ButtonSemantic/ButtonSemantic.mjs +44 -0
  333. package/dist/components/ButtonSemantic/ButtonSemantic.mjs.map +1 -0
  334. package/dist/components/ButtonSemantic/ButtonSemantic.types.cjs +18 -0
  335. package/dist/components/ButtonSemantic/ButtonSemantic.types.cjs.map +1 -0
  336. package/dist/components/ButtonSemantic/ButtonSemantic.types.d.cts +30 -0
  337. package/dist/components/ButtonSemantic/ButtonSemantic.types.d.cts.map +1 -0
  338. package/dist/components/ButtonSemantic/ButtonSemantic.types.d.mts +30 -0
  339. package/dist/components/ButtonSemantic/ButtonSemantic.types.d.mts.map +1 -0
  340. package/dist/components/ButtonSemantic/ButtonSemantic.types.mjs +15 -0
  341. package/dist/components/ButtonSemantic/ButtonSemantic.types.mjs.map +1 -0
  342. package/dist/components/ButtonSemantic/index.cjs +8 -0
  343. package/dist/components/ButtonSemantic/index.cjs.map +1 -0
  344. package/dist/components/ButtonSemantic/index.d.cts +4 -0
  345. package/dist/components/ButtonSemantic/index.d.cts.map +1 -0
  346. package/dist/components/ButtonSemantic/index.d.mts +4 -0
  347. package/dist/components/ButtonSemantic/index.d.mts.map +1 -0
  348. package/dist/components/ButtonSemantic/index.mjs +3 -0
  349. package/dist/components/ButtonSemantic/index.mjs.map +1 -0
  350. package/dist/components/Card/Card.cjs +26 -0
  351. package/dist/components/Card/Card.cjs.map +1 -0
  352. package/dist/components/Card/Card.d.cts +4 -0
  353. package/dist/components/Card/Card.d.cts.map +1 -0
  354. package/dist/components/Card/Card.d.mts +4 -0
  355. package/dist/components/Card/Card.d.mts.map +1 -0
  356. package/dist/components/Card/Card.mjs +26 -0
  357. package/dist/components/Card/Card.mjs.map +1 -0
  358. package/dist/components/Card/Card.types.cjs +3 -0
  359. package/dist/components/Card/Card.types.cjs.map +1 -0
  360. package/dist/components/Card/Card.types.d.cts +25 -0
  361. package/dist/components/Card/Card.types.d.cts.map +1 -0
  362. package/dist/components/Card/Card.types.d.mts +25 -0
  363. package/dist/components/Card/Card.types.d.mts.map +1 -0
  364. package/dist/components/Card/Card.types.mjs +2 -0
  365. package/dist/components/Card/Card.types.mjs.map +1 -0
  366. package/dist/components/Card/index.cjs +6 -0
  367. package/dist/components/Card/index.cjs.map +1 -0
  368. package/dist/components/Card/index.d.cts +3 -0
  369. package/dist/components/Card/index.d.cts.map +1 -0
  370. package/dist/components/Card/index.d.mts +3 -0
  371. package/dist/components/Card/index.d.mts.map +1 -0
  372. package/dist/components/Card/index.mjs +2 -0
  373. package/dist/components/Card/index.mjs.map +1 -0
  374. package/dist/components/HeaderBase/HeaderBase.cjs +132 -0
  375. package/dist/components/HeaderBase/HeaderBase.cjs.map +1 -0
  376. package/dist/components/HeaderBase/HeaderBase.constants.cjs +15 -0
  377. package/dist/components/HeaderBase/HeaderBase.constants.cjs.map +1 -0
  378. package/dist/components/HeaderBase/HeaderBase.constants.d.cts +7 -0
  379. package/dist/components/HeaderBase/HeaderBase.constants.d.cts.map +1 -0
  380. package/dist/components/HeaderBase/HeaderBase.constants.d.mts +7 -0
  381. package/dist/components/HeaderBase/HeaderBase.constants.d.mts.map +1 -0
  382. package/dist/components/HeaderBase/HeaderBase.constants.mjs +12 -0
  383. package/dist/components/HeaderBase/HeaderBase.constants.mjs.map +1 -0
  384. package/dist/components/HeaderBase/HeaderBase.d.cts +4 -0
  385. package/dist/components/HeaderBase/HeaderBase.d.cts.map +1 -0
  386. package/dist/components/HeaderBase/HeaderBase.d.mts +4 -0
  387. package/dist/components/HeaderBase/HeaderBase.d.mts.map +1 -0
  388. package/dist/components/HeaderBase/HeaderBase.mjs +112 -0
  389. package/dist/components/HeaderBase/HeaderBase.mjs.map +1 -0
  390. package/dist/components/HeaderBase/HeaderBase.types.cjs +15 -0
  391. package/dist/components/HeaderBase/HeaderBase.types.cjs.map +1 -0
  392. package/dist/components/HeaderBase/HeaderBase.types.d.cts +87 -0
  393. package/dist/components/HeaderBase/HeaderBase.types.d.cts.map +1 -0
  394. package/dist/components/HeaderBase/HeaderBase.types.d.mts +87 -0
  395. package/dist/components/HeaderBase/HeaderBase.types.d.mts.map +1 -0
  396. package/dist/components/HeaderBase/HeaderBase.types.mjs +12 -0
  397. package/dist/components/HeaderBase/HeaderBase.types.mjs.map +1 -0
  398. package/dist/components/HeaderBase/index.cjs +8 -0
  399. package/dist/components/HeaderBase/index.cjs.map +1 -0
  400. package/dist/components/HeaderBase/index.d.cts +4 -0
  401. package/dist/components/HeaderBase/index.d.cts.map +1 -0
  402. package/dist/components/HeaderBase/index.d.mts +4 -0
  403. package/dist/components/HeaderBase/index.d.mts.map +1 -0
  404. package/dist/components/HeaderBase/index.mjs +3 -0
  405. package/dist/components/HeaderBase/index.mjs.map +1 -0
  406. package/dist/components/Icon/Icon.assets.cjs +2 -0
  407. package/dist/components/Icon/Icon.assets.cjs.map +1 -1
  408. package/dist/components/Icon/Icon.assets.d.cts.map +1 -1
  409. package/dist/components/Icon/Icon.assets.d.mts.map +1 -1
  410. package/dist/components/Icon/Icon.assets.mjs +2 -0
  411. package/dist/components/Icon/Icon.assets.mjs.map +1 -1
  412. package/dist/components/Icon/assets/ai.svg +1 -1
  413. package/dist/components/Icon/assets/corporate-fare.svg +1 -0
  414. package/dist/components/Input/Input.cjs +63 -0
  415. package/dist/components/Input/Input.cjs.map +1 -0
  416. package/dist/components/Input/Input.d.cts +11 -0
  417. package/dist/components/Input/Input.d.cts.map +1 -0
  418. package/dist/components/Input/Input.d.mts +11 -0
  419. package/dist/components/Input/Input.d.mts.map +1 -0
  420. package/dist/components/Input/Input.mjs +60 -0
  421. package/dist/components/Input/Input.mjs.map +1 -0
  422. package/dist/components/Input/Input.types.cjs +3 -0
  423. package/dist/components/Input/Input.types.cjs.map +1 -0
  424. package/dist/components/Input/Input.types.d.cts +37 -0
  425. package/dist/components/Input/Input.types.d.cts.map +1 -0
  426. package/dist/components/Input/Input.types.d.mts +37 -0
  427. package/dist/components/Input/Input.types.d.mts.map +1 -0
  428. package/dist/components/Input/Input.types.mjs +2 -0
  429. package/dist/components/Input/Input.types.mjs.map +1 -0
  430. package/dist/components/Input/index.cjs +6 -0
  431. package/dist/components/Input/index.cjs.map +1 -0
  432. package/dist/components/Input/index.d.cts +3 -0
  433. package/dist/components/Input/index.d.cts.map +1 -0
  434. package/dist/components/Input/index.d.mts +3 -0
  435. package/dist/components/Input/index.d.mts.map +1 -0
  436. package/dist/components/Input/index.mjs +2 -0
  437. package/dist/components/Input/index.mjs.map +1 -0
  438. package/dist/components/KeyValueRow/KeyValueLabel/KeyValueLabel.cjs +33 -0
  439. package/dist/components/KeyValueRow/KeyValueLabel/KeyValueLabel.cjs.map +1 -0
  440. package/dist/components/KeyValueRow/KeyValueLabel/KeyValueLabel.d.cts +14 -0
  441. package/dist/components/KeyValueRow/KeyValueLabel/KeyValueLabel.d.cts.map +1 -0
  442. package/dist/components/KeyValueRow/KeyValueLabel/KeyValueLabel.d.mts +14 -0
  443. package/dist/components/KeyValueRow/KeyValueLabel/KeyValueLabel.d.mts.map +1 -0
  444. package/dist/components/KeyValueRow/KeyValueLabel/KeyValueLabel.mjs +35 -0
  445. package/dist/components/KeyValueRow/KeyValueLabel/KeyValueLabel.mjs.map +1 -0
  446. package/dist/components/KeyValueRow/KeyValueRoot/KeyValueRoot.cjs +39 -0
  447. package/dist/components/KeyValueRow/KeyValueRoot/KeyValueRoot.cjs.map +1 -0
  448. package/dist/components/KeyValueRow/KeyValueRoot/KeyValueRoot.d.cts +25 -0
  449. package/dist/components/KeyValueRow/KeyValueRoot/KeyValueRoot.d.cts.map +1 -0
  450. package/dist/components/KeyValueRow/KeyValueRoot/KeyValueRoot.d.mts +25 -0
  451. package/dist/components/KeyValueRow/KeyValueRoot/KeyValueRoot.d.mts.map +1 -0
  452. package/dist/components/KeyValueRow/KeyValueRoot/KeyValueRoot.mjs +41 -0
  453. package/dist/components/KeyValueRow/KeyValueRoot/KeyValueRoot.mjs.map +1 -0
  454. package/dist/components/KeyValueRow/KeyValueRow.cjs +76 -0
  455. package/dist/components/KeyValueRow/KeyValueRow.cjs.map +1 -0
  456. package/dist/components/KeyValueRow/KeyValueRow.d.cts +25 -0
  457. package/dist/components/KeyValueRow/KeyValueRow.d.cts.map +1 -0
  458. package/dist/components/KeyValueRow/KeyValueRow.d.mts +25 -0
  459. package/dist/components/KeyValueRow/KeyValueRow.d.mts.map +1 -0
  460. package/dist/components/KeyValueRow/KeyValueRow.mjs +77 -0
  461. package/dist/components/KeyValueRow/KeyValueRow.mjs.map +1 -0
  462. package/dist/components/KeyValueRow/KeyValueRow.types.cjs +29 -0
  463. package/dist/components/KeyValueRow/KeyValueRow.types.cjs.map +1 -0
  464. package/dist/components/KeyValueRow/KeyValueRow.types.d.cts +177 -0
  465. package/dist/components/KeyValueRow/KeyValueRow.types.d.cts.map +1 -0
  466. package/dist/components/KeyValueRow/KeyValueRow.types.d.mts +177 -0
  467. package/dist/components/KeyValueRow/KeyValueRow.types.d.mts.map +1 -0
  468. package/dist/components/KeyValueRow/KeyValueRow.types.mjs +26 -0
  469. package/dist/components/KeyValueRow/KeyValueRow.types.mjs.map +1 -0
  470. package/dist/components/KeyValueRow/KeyValueRow.utils.cjs +6 -0
  471. package/dist/components/KeyValueRow/KeyValueRow.utils.cjs.map +1 -0
  472. package/dist/components/KeyValueRow/KeyValueRow.utils.d.cts +3 -0
  473. package/dist/components/KeyValueRow/KeyValueRow.utils.d.cts.map +1 -0
  474. package/dist/components/KeyValueRow/KeyValueRow.utils.d.mts +3 -0
  475. package/dist/components/KeyValueRow/KeyValueRow.utils.d.mts.map +1 -0
  476. package/dist/components/KeyValueRow/KeyValueRow.utils.mjs +2 -0
  477. package/dist/components/KeyValueRow/KeyValueRow.utils.mjs.map +1 -0
  478. package/dist/components/KeyValueRow/KeyValueSection/KeyValueSection.cjs +29 -0
  479. package/dist/components/KeyValueRow/KeyValueSection/KeyValueSection.cjs.map +1 -0
  480. package/dist/components/KeyValueRow/KeyValueSection/KeyValueSection.d.cts +17 -0
  481. package/dist/components/KeyValueRow/KeyValueSection/KeyValueSection.d.cts.map +1 -0
  482. package/dist/components/KeyValueRow/KeyValueSection/KeyValueSection.d.mts +17 -0
  483. package/dist/components/KeyValueRow/KeyValueSection/KeyValueSection.d.mts.map +1 -0
  484. package/dist/components/KeyValueRow/KeyValueSection/KeyValueSection.mjs +31 -0
  485. package/dist/components/KeyValueRow/KeyValueSection/KeyValueSection.mjs.map +1 -0
  486. package/dist/components/KeyValueRow/index.cjs +15 -0
  487. package/dist/components/KeyValueRow/index.cjs.map +1 -0
  488. package/dist/components/KeyValueRow/index.d.cts +3 -0
  489. package/dist/components/KeyValueRow/index.d.cts.map +1 -0
  490. package/dist/components/KeyValueRow/index.d.mts +3 -0
  491. package/dist/components/KeyValueRow/index.d.mts.map +1 -0
  492. package/dist/components/KeyValueRow/index.mjs +3 -0
  493. package/dist/components/KeyValueRow/index.mjs.map +1 -0
  494. package/dist/components/Label/Label.cjs +11 -0
  495. package/dist/components/Label/Label.cjs.map +1 -0
  496. package/dist/components/Label/Label.d.cts +4 -0
  497. package/dist/components/Label/Label.d.cts.map +1 -0
  498. package/dist/components/Label/Label.d.mts +4 -0
  499. package/dist/components/Label/Label.d.mts.map +1 -0
  500. package/dist/components/Label/Label.mjs +11 -0
  501. package/dist/components/Label/Label.mjs.map +1 -0
  502. package/dist/components/Label/Label.types.cjs +3 -0
  503. package/dist/components/Label/Label.types.cjs.map +1 -0
  504. package/dist/components/Label/Label.types.d.cts +9 -0
  505. package/dist/components/Label/Label.types.d.cts.map +1 -0
  506. package/dist/components/Label/Label.types.d.mts +9 -0
  507. package/dist/components/Label/Label.types.d.mts.map +1 -0
  508. package/dist/components/Label/Label.types.mjs +2 -0
  509. package/dist/components/Label/Label.types.mjs.map +1 -0
  510. package/dist/components/Label/index.cjs +6 -0
  511. package/dist/components/Label/index.cjs.map +1 -0
  512. package/dist/components/Label/index.d.cts +3 -0
  513. package/dist/components/Label/index.d.cts.map +1 -0
  514. package/dist/components/Label/index.d.mts +3 -0
  515. package/dist/components/Label/index.d.mts.map +1 -0
  516. package/dist/components/Label/index.mjs +2 -0
  517. package/dist/components/Label/index.mjs.map +1 -0
  518. package/dist/components/ListItem/ListItem.cjs +61 -0
  519. package/dist/components/ListItem/ListItem.cjs.map +1 -0
  520. package/dist/components/ListItem/ListItem.constants.cjs +14 -0
  521. package/dist/components/ListItem/ListItem.constants.cjs.map +1 -0
  522. package/dist/components/ListItem/ListItem.constants.d.cts +8 -0
  523. package/dist/components/ListItem/ListItem.constants.d.cts.map +1 -0
  524. package/dist/components/ListItem/ListItem.constants.d.mts +8 -0
  525. package/dist/components/ListItem/ListItem.constants.d.mts.map +1 -0
  526. package/dist/components/ListItem/ListItem.constants.mjs +11 -0
  527. package/dist/components/ListItem/ListItem.constants.mjs.map +1 -0
  528. package/dist/components/ListItem/ListItem.d.cts +4 -0
  529. package/dist/components/ListItem/ListItem.d.cts.map +1 -0
  530. package/dist/components/ListItem/ListItem.d.mts +4 -0
  531. package/dist/components/ListItem/ListItem.d.mts.map +1 -0
  532. package/dist/components/ListItem/ListItem.mjs +41 -0
  533. package/dist/components/ListItem/ListItem.mjs.map +1 -0
  534. package/dist/components/ListItem/ListItem.types.cjs +12 -0
  535. package/dist/components/ListItem/ListItem.types.cjs.map +1 -0
  536. package/dist/components/ListItem/ListItem.types.d.cts +60 -0
  537. package/dist/components/ListItem/ListItem.types.d.cts.map +1 -0
  538. package/dist/components/ListItem/ListItem.types.d.mts +60 -0
  539. package/dist/components/ListItem/ListItem.types.d.mts.map +1 -0
  540. package/dist/components/ListItem/ListItem.types.mjs +9 -0
  541. package/dist/components/ListItem/ListItem.types.mjs.map +1 -0
  542. package/dist/components/ListItem/index.cjs +8 -0
  543. package/dist/components/ListItem/index.cjs.map +1 -0
  544. package/dist/components/ListItem/index.d.cts +4 -0
  545. package/dist/components/ListItem/index.d.cts.map +1 -0
  546. package/dist/components/ListItem/index.d.mts +4 -0
  547. package/dist/components/ListItem/index.d.mts.map +1 -0
  548. package/dist/components/ListItem/index.mjs +3 -0
  549. package/dist/components/ListItem/index.mjs.map +1 -0
  550. package/dist/components/MainActionButton/MainActionButton.cjs +28 -0
  551. package/dist/components/MainActionButton/MainActionButton.cjs.map +1 -0
  552. package/dist/components/MainActionButton/MainActionButton.d.cts +4 -0
  553. package/dist/components/MainActionButton/MainActionButton.d.cts.map +1 -0
  554. package/dist/components/MainActionButton/MainActionButton.d.mts +4 -0
  555. package/dist/components/MainActionButton/MainActionButton.d.mts.map +1 -0
  556. package/dist/components/MainActionButton/MainActionButton.mjs +28 -0
  557. package/dist/components/MainActionButton/MainActionButton.mjs.map +1 -0
  558. package/dist/components/MainActionButton/MainActionButton.types.cjs +3 -0
  559. package/dist/components/MainActionButton/MainActionButton.types.cjs.map +1 -0
  560. package/dist/components/MainActionButton/MainActionButton.types.d.cts +41 -0
  561. package/dist/components/MainActionButton/MainActionButton.types.d.cts.map +1 -0
  562. package/dist/components/MainActionButton/MainActionButton.types.d.mts +41 -0
  563. package/dist/components/MainActionButton/MainActionButton.types.d.mts.map +1 -0
  564. package/dist/components/MainActionButton/MainActionButton.types.mjs +2 -0
  565. package/dist/components/MainActionButton/MainActionButton.types.mjs.map +1 -0
  566. package/dist/components/MainActionButton/index.cjs +6 -0
  567. package/dist/components/MainActionButton/index.cjs.map +1 -0
  568. package/dist/components/MainActionButton/index.d.cts +3 -0
  569. package/dist/components/MainActionButton/index.d.cts.map +1 -0
  570. package/dist/components/MainActionButton/index.d.mts +3 -0
  571. package/dist/components/MainActionButton/index.d.mts.map +1 -0
  572. package/dist/components/MainActionButton/index.mjs +2 -0
  573. package/dist/components/MainActionButton/index.mjs.map +1 -0
  574. package/dist/components/RadioButton/RadioButton.cjs +58 -0
  575. package/dist/components/RadioButton/RadioButton.cjs.map +1 -0
  576. package/dist/components/RadioButton/RadioButton.constants.cjs +12 -0
  577. package/dist/components/RadioButton/RadioButton.constants.cjs.map +1 -0
  578. package/dist/components/RadioButton/RadioButton.constants.d.cts +3 -0
  579. package/dist/components/RadioButton/RadioButton.constants.d.cts.map +1 -0
  580. package/dist/components/RadioButton/RadioButton.constants.d.mts +3 -0
  581. package/dist/components/RadioButton/RadioButton.constants.d.mts.map +1 -0
  582. package/dist/components/RadioButton/RadioButton.constants.mjs +9 -0
  583. package/dist/components/RadioButton/RadioButton.constants.mjs.map +1 -0
  584. package/dist/components/RadioButton/RadioButton.d.cts +4 -0
  585. package/dist/components/RadioButton/RadioButton.d.cts.map +1 -0
  586. package/dist/components/RadioButton/RadioButton.d.mts +4 -0
  587. package/dist/components/RadioButton/RadioButton.d.mts.map +1 -0
  588. package/dist/components/RadioButton/RadioButton.mjs +58 -0
  589. package/dist/components/RadioButton/RadioButton.mjs.map +1 -0
  590. package/dist/components/RadioButton/RadioButton.types.cjs +3 -0
  591. package/dist/components/RadioButton/RadioButton.types.cjs.map +1 -0
  592. package/dist/components/RadioButton/RadioButton.types.d.cts +64 -0
  593. package/dist/components/RadioButton/RadioButton.types.d.cts.map +1 -0
  594. package/dist/components/RadioButton/RadioButton.types.d.mts +64 -0
  595. package/dist/components/RadioButton/RadioButton.types.d.mts.map +1 -0
  596. package/dist/components/RadioButton/RadioButton.types.mjs +2 -0
  597. package/dist/components/RadioButton/RadioButton.types.mjs.map +1 -0
  598. package/dist/components/RadioButton/index.cjs +6 -0
  599. package/dist/components/RadioButton/index.cjs.map +1 -0
  600. package/dist/components/RadioButton/index.d.cts +3 -0
  601. package/dist/components/RadioButton/index.d.cts.map +1 -0
  602. package/dist/components/RadioButton/index.d.mts +3 -0
  603. package/dist/components/RadioButton/index.d.mts.map +1 -0
  604. package/dist/components/RadioButton/index.mjs +2 -0
  605. package/dist/components/RadioButton/index.mjs.map +1 -0
  606. package/dist/components/SensitiveText/SensitiveText.cjs +47 -0
  607. package/dist/components/SensitiveText/SensitiveText.cjs.map +1 -0
  608. package/dist/components/SensitiveText/SensitiveText.constants.cjs +14 -0
  609. package/dist/components/SensitiveText/SensitiveText.constants.cjs.map +1 -0
  610. package/dist/components/SensitiveText/SensitiveText.constants.d.cts +11 -0
  611. package/dist/components/SensitiveText/SensitiveText.constants.d.cts.map +1 -0
  612. package/dist/components/SensitiveText/SensitiveText.constants.d.mts +11 -0
  613. package/dist/components/SensitiveText/SensitiveText.constants.d.mts.map +1 -0
  614. package/dist/components/SensitiveText/SensitiveText.constants.mjs +11 -0
  615. package/dist/components/SensitiveText/SensitiveText.constants.mjs.map +1 -0
  616. package/dist/components/SensitiveText/SensitiveText.d.cts +4 -0
  617. package/dist/components/SensitiveText/SensitiveText.d.cts.map +1 -0
  618. package/dist/components/SensitiveText/SensitiveText.d.mts +4 -0
  619. package/dist/components/SensitiveText/SensitiveText.d.mts.map +1 -0
  620. package/dist/components/SensitiveText/SensitiveText.mjs +27 -0
  621. package/dist/components/SensitiveText/SensitiveText.mjs.map +1 -0
  622. package/dist/components/SensitiveText/SensitiveText.types.cjs +3 -0
  623. package/dist/components/SensitiveText/SensitiveText.types.cjs.map +1 -0
  624. package/dist/components/SensitiveText/SensitiveText.types.d.cts +38 -0
  625. package/dist/components/SensitiveText/SensitiveText.types.d.cts.map +1 -0
  626. package/dist/components/SensitiveText/SensitiveText.types.d.mts +38 -0
  627. package/dist/components/SensitiveText/SensitiveText.types.d.mts.map +1 -0
  628. package/dist/components/SensitiveText/SensitiveText.types.mjs +2 -0
  629. package/dist/components/SensitiveText/SensitiveText.types.mjs.map +1 -0
  630. package/dist/components/SensitiveText/index.cjs +8 -0
  631. package/dist/components/SensitiveText/index.cjs.map +1 -0
  632. package/dist/components/SensitiveText/index.d.cts +4 -0
  633. package/dist/components/SensitiveText/index.d.cts.map +1 -0
  634. package/dist/components/SensitiveText/index.d.mts +4 -0
  635. package/dist/components/SensitiveText/index.d.mts.map +1 -0
  636. package/dist/components/SensitiveText/index.mjs +3 -0
  637. package/dist/components/SensitiveText/index.mjs.map +1 -0
  638. package/dist/components/Skeleton/Skeleton.cjs +86 -0
  639. package/dist/components/Skeleton/Skeleton.cjs.map +1 -0
  640. package/dist/components/Skeleton/Skeleton.d.cts +5 -0
  641. package/dist/components/Skeleton/Skeleton.d.cts.map +1 -0
  642. package/dist/components/Skeleton/Skeleton.d.mts +5 -0
  643. package/dist/components/Skeleton/Skeleton.d.mts.map +1 -0
  644. package/dist/components/Skeleton/Skeleton.mjs +68 -0
  645. package/dist/components/Skeleton/Skeleton.mjs.map +1 -0
  646. package/dist/components/Skeleton/Skeleton.types.cjs +3 -0
  647. package/dist/components/Skeleton/Skeleton.types.cjs.map +1 -0
  648. package/dist/components/Skeleton/Skeleton.types.d.cts +51 -0
  649. package/dist/components/Skeleton/Skeleton.types.d.cts.map +1 -0
  650. package/dist/components/Skeleton/Skeleton.types.d.mts +51 -0
  651. package/dist/components/Skeleton/Skeleton.types.d.mts.map +1 -0
  652. package/dist/components/Skeleton/Skeleton.types.mjs +2 -0
  653. package/dist/components/Skeleton/Skeleton.types.mjs.map +1 -0
  654. package/dist/components/Skeleton/index.cjs +9 -0
  655. package/dist/components/Skeleton/index.cjs.map +1 -0
  656. package/dist/components/Skeleton/index.d.cts +3 -0
  657. package/dist/components/Skeleton/index.d.cts.map +1 -0
  658. package/dist/components/Skeleton/index.d.mts +3 -0
  659. package/dist/components/Skeleton/index.d.mts.map +1 -0
  660. package/dist/components/Skeleton/index.mjs +2 -0
  661. package/dist/components/Skeleton/index.mjs.map +1 -0
  662. package/dist/components/TabEmptyState/TabEmptyState.cjs +22 -0
  663. package/dist/components/TabEmptyState/TabEmptyState.cjs.map +1 -0
  664. package/dist/components/TabEmptyState/TabEmptyState.d.cts +4 -0
  665. package/dist/components/TabEmptyState/TabEmptyState.d.cts.map +1 -0
  666. package/dist/components/TabEmptyState/TabEmptyState.d.mts +4 -0
  667. package/dist/components/TabEmptyState/TabEmptyState.d.mts.map +1 -0
  668. package/dist/components/TabEmptyState/TabEmptyState.mjs +22 -0
  669. package/dist/components/TabEmptyState/TabEmptyState.mjs.map +1 -0
  670. package/dist/components/TabEmptyState/TabEmptyState.types.cjs +3 -0
  671. package/dist/components/TabEmptyState/TabEmptyState.types.cjs.map +1 -0
  672. package/dist/components/TabEmptyState/TabEmptyState.types.d.cts +45 -0
  673. package/dist/components/TabEmptyState/TabEmptyState.types.d.cts.map +1 -0
  674. package/dist/components/TabEmptyState/TabEmptyState.types.d.mts +45 -0
  675. package/dist/components/TabEmptyState/TabEmptyState.types.d.mts.map +1 -0
  676. package/dist/components/TabEmptyState/TabEmptyState.types.mjs +2 -0
  677. package/dist/components/TabEmptyState/TabEmptyState.types.mjs.map +1 -0
  678. package/dist/components/TabEmptyState/index.cjs +6 -0
  679. package/dist/components/TabEmptyState/index.cjs.map +1 -0
  680. package/dist/components/TabEmptyState/index.d.cts +3 -0
  681. package/dist/components/TabEmptyState/index.d.cts.map +1 -0
  682. package/dist/components/TabEmptyState/index.d.mts +3 -0
  683. package/dist/components/TabEmptyState/index.d.mts.map +1 -0
  684. package/dist/components/TabEmptyState/index.mjs +2 -0
  685. package/dist/components/TabEmptyState/index.mjs.map +1 -0
  686. package/dist/components/TextField/TextField.cjs +42 -0
  687. package/dist/components/TextField/TextField.cjs.map +1 -0
  688. package/dist/components/TextField/TextField.constants.cjs +13 -0
  689. package/dist/components/TextField/TextField.constants.cjs.map +1 -0
  690. package/dist/components/TextField/TextField.constants.d.cts +6 -0
  691. package/dist/components/TextField/TextField.constants.d.cts.map +1 -0
  692. package/dist/components/TextField/TextField.constants.d.mts +6 -0
  693. package/dist/components/TextField/TextField.constants.d.mts.map +1 -0
  694. package/dist/components/TextField/TextField.constants.mjs +10 -0
  695. package/dist/components/TextField/TextField.constants.mjs.map +1 -0
  696. package/dist/components/TextField/TextField.d.cts +12 -0
  697. package/dist/components/TextField/TextField.d.cts.map +1 -0
  698. package/dist/components/TextField/TextField.d.mts +12 -0
  699. package/dist/components/TextField/TextField.d.mts.map +1 -0
  700. package/dist/components/TextField/TextField.mjs +39 -0
  701. package/dist/components/TextField/TextField.mjs.map +1 -0
  702. package/dist/components/TextField/TextField.types.cjs +13 -0
  703. package/dist/components/TextField/TextField.types.cjs.map +1 -0
  704. package/dist/components/TextField/TextField.types.d.cts +49 -0
  705. package/dist/components/TextField/TextField.types.d.cts.map +1 -0
  706. package/dist/components/TextField/TextField.types.d.mts +49 -0
  707. package/dist/components/TextField/TextField.types.d.mts.map +1 -0
  708. package/dist/components/TextField/TextField.types.mjs +10 -0
  709. package/dist/components/TextField/TextField.types.mjs.map +1 -0
  710. package/dist/components/TextField/index.cjs +8 -0
  711. package/dist/components/TextField/index.cjs.map +1 -0
  712. package/dist/components/TextField/index.d.cts +4 -0
  713. package/dist/components/TextField/index.d.cts.map +1 -0
  714. package/dist/components/TextField/index.d.mts +4 -0
  715. package/dist/components/TextField/index.d.mts.map +1 -0
  716. package/dist/components/TextField/index.mjs +3 -0
  717. package/dist/components/TextField/index.mjs.map +1 -0
  718. package/dist/components/Toast/Toast.cjs +175 -0
  719. package/dist/components/Toast/Toast.cjs.map +1 -0
  720. package/dist/components/Toast/Toast.constants.cjs +12 -0
  721. package/dist/components/Toast/Toast.constants.cjs.map +1 -0
  722. package/dist/components/Toast/Toast.constants.d.cts +8 -0
  723. package/dist/components/Toast/Toast.constants.d.cts.map +1 -0
  724. package/dist/components/Toast/Toast.constants.d.mts +8 -0
  725. package/dist/components/Toast/Toast.constants.d.mts.map +1 -0
  726. package/dist/components/Toast/Toast.constants.mjs +9 -0
  727. package/dist/components/Toast/Toast.constants.mjs.map +1 -0
  728. package/dist/components/Toast/Toast.context.cjs +40 -0
  729. package/dist/components/Toast/Toast.context.cjs.map +1 -0
  730. package/dist/components/Toast/Toast.context.d.cts +7 -0
  731. package/dist/components/Toast/Toast.context.d.cts.map +1 -0
  732. package/dist/components/Toast/Toast.context.d.mts +7 -0
  733. package/dist/components/Toast/Toast.context.d.mts.map +1 -0
  734. package/dist/components/Toast/Toast.context.mjs +20 -0
  735. package/dist/components/Toast/Toast.context.mjs.map +1 -0
  736. package/dist/components/Toast/Toast.d.cts +8 -0
  737. package/dist/components/Toast/Toast.d.cts.map +1 -0
  738. package/dist/components/Toast/Toast.d.mts +8 -0
  739. package/dist/components/Toast/Toast.d.mts.map +1 -0
  740. package/dist/components/Toast/Toast.mjs +157 -0
  741. package/dist/components/Toast/Toast.mjs.map +1 -0
  742. package/dist/components/Toast/Toast.types.cjs +19 -0
  743. package/dist/components/Toast/Toast.types.cjs.map +1 -0
  744. package/dist/components/Toast/Toast.types.d.cts +124 -0
  745. package/dist/components/Toast/Toast.types.d.cts.map +1 -0
  746. package/dist/components/Toast/Toast.types.d.mts +124 -0
  747. package/dist/components/Toast/Toast.types.d.mts.map +1 -0
  748. package/dist/components/Toast/Toast.types.mjs +16 -0
  749. package/dist/components/Toast/Toast.types.mjs.map +1 -0
  750. package/dist/components/Toast/index.cjs +19 -0
  751. package/dist/components/Toast/index.cjs.map +1 -0
  752. package/dist/components/Toast/index.d.cts +6 -0
  753. package/dist/components/Toast/index.d.cts.map +1 -0
  754. package/dist/components/Toast/index.d.mts +6 -0
  755. package/dist/components/Toast/index.d.mts.map +1 -0
  756. package/dist/components/Toast/index.mjs +5 -0
  757. package/dist/components/Toast/index.mjs.map +1 -0
  758. package/dist/components/index.cjs +67 -2
  759. package/dist/components/index.cjs.map +1 -1
  760. package/dist/components/index.d.cts +51 -3
  761. package/dist/components/index.d.cts.map +1 -1
  762. package/dist/components/index.d.mts +51 -3
  763. package/dist/components/index.d.mts.map +1 -1
  764. package/dist/components/index.mjs +25 -1
  765. package/dist/components/index.mjs.map +1 -1
  766. package/dist/components/temp-components/ButtonAnimated/ButtonAnimated.cjs +5 -1
  767. package/dist/components/temp-components/ButtonAnimated/ButtonAnimated.cjs.map +1 -1
  768. package/dist/components/temp-components/ButtonAnimated/ButtonAnimated.d.cts +1 -1
  769. package/dist/components/temp-components/ButtonAnimated/ButtonAnimated.d.cts.map +1 -1
  770. package/dist/components/temp-components/ButtonAnimated/ButtonAnimated.d.mts +1 -1
  771. package/dist/components/temp-components/ButtonAnimated/ButtonAnimated.d.mts.map +1 -1
  772. package/dist/components/temp-components/ButtonAnimated/ButtonAnimated.mjs +5 -1
  773. package/dist/components/temp-components/ButtonAnimated/ButtonAnimated.mjs.map +1 -1
  774. package/dist/components/temp-components/ButtonAnimated/ButtonAnimated.types.cjs.map +1 -1
  775. package/dist/components/temp-components/ButtonAnimated/ButtonAnimated.types.d.cts +14 -1
  776. package/dist/components/temp-components/ButtonAnimated/ButtonAnimated.types.d.cts.map +1 -1
  777. package/dist/components/temp-components/ButtonAnimated/ButtonAnimated.types.d.mts +14 -1
  778. package/dist/components/temp-components/ButtonAnimated/ButtonAnimated.types.d.mts.map +1 -1
  779. package/dist/components/temp-components/ButtonAnimated/ButtonAnimated.types.mjs.map +1 -1
  780. package/dist/components/temp-components/ButtonAnimated/index.cjs.map +1 -1
  781. package/dist/components/temp-components/ButtonAnimated/index.d.cts +1 -1
  782. package/dist/components/temp-components/ButtonAnimated/index.d.cts.map +1 -1
  783. package/dist/components/temp-components/ButtonAnimated/index.d.mts +1 -1
  784. package/dist/components/temp-components/ButtonAnimated/index.d.mts.map +1 -1
  785. package/dist/components/temp-components/ButtonAnimated/index.mjs.map +1 -1
  786. package/dist/types/index.cjs +12 -16
  787. package/dist/types/index.cjs.map +1 -1
  788. package/dist/types/index.d.cts +10 -13
  789. package/dist/types/index.d.cts.map +1 -1
  790. package/dist/types/index.d.mts +10 -13
  791. package/dist/types/index.d.mts.map +1 -1
  792. package/dist/types/index.mjs +11 -14
  793. package/dist/types/index.mjs.map +1 -1
  794. package/package.json +9 -5
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import type { BottomSheetFooterProps } from "./BottomSheetFooter.types.cjs";
3
+ export declare const BottomSheetFooter: React.FC<BottomSheetFooterProps>;
4
+ //# sourceMappingURL=BottomSheetFooter.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BottomSheetFooter.d.cts","sourceRoot":"","sources":["../../../src/components/BottomSheetFooter/BottomSheetFooter.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,cAAc;AAO1B,OAAO,KAAK,EAAE,sBAAsB,EAAE,sCAAkC;AAGxE,eAAO,MAAM,iBAAiB,EAAE,KAAK,CAAC,EAAE,CAAC,sBAAsB,CAkD9D,CAAC"}
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import type { BottomSheetFooterProps } from "./BottomSheetFooter.types.mjs";
3
+ export declare const BottomSheetFooter: React.FC<BottomSheetFooterProps>;
4
+ //# sourceMappingURL=BottomSheetFooter.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BottomSheetFooter.d.mts","sourceRoot":"","sources":["../../../src/components/BottomSheetFooter/BottomSheetFooter.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,cAAc;AAO1B,OAAO,KAAK,EAAE,sBAAsB,EAAE,sCAAkC;AAGxE,eAAO,MAAM,iBAAiB,EAAE,KAAK,CAAC,EAAE,CAAC,sBAAsB,CAkD9D,CAAC"}
@@ -0,0 +1,35 @@
1
+ function $importDefault(module) {
2
+ if (module?.__esModule) {
3
+ return module.default;
4
+ }
5
+ return module;
6
+ }
7
+ // Third party dependencies.
8
+ import { useTailwind } from "@metamask-previews/design-system-twrnc-preset";
9
+ import $React from "react";
10
+ const React = $importDefault($React);
11
+ import { View } from "react-native/index.js";
12
+ // External dependencies.
13
+ import { Button, ButtonVariant } from "../Button/index.mjs";
14
+ import { ButtonsAlignment } from "./BottomSheetFooter.types.mjs";
15
+ export const BottomSheetFooter = ({ style, twClassName, buttonsAlignment = ButtonsAlignment.Horizontal, primaryButtonProps, secondaryButtonProps, ...props }) => {
16
+ const tw = useTailwind();
17
+ const isHorizontal = buttonsAlignment === ButtonsAlignment.Horizontal;
18
+ const buttonBaseClass = isHorizontal ? 'flex-1' : 'self-stretch';
19
+ const gapClass = isHorizontal ? 'ml-4' : 'mt-4';
20
+ const hasBothButtons = Boolean(primaryButtonProps) && Boolean(secondaryButtonProps);
21
+ if (!primaryButtonProps && !secondaryButtonProps) {
22
+ return null;
23
+ }
24
+ return (<View style={[
25
+ tw.style(isHorizontal ? 'flex-row' : 'flex-col', 'px-2 py-1', twClassName),
26
+ style,
27
+ ]} {...props}>
28
+ {secondaryButtonProps && (<Button {...secondaryButtonProps} variant={ButtonVariant.Secondary} style={[tw.style(buttonBaseClass), secondaryButtonProps.style]}/>)}
29
+ {primaryButtonProps && (<Button {...primaryButtonProps} variant={ButtonVariant.Primary} style={[
30
+ tw.style(buttonBaseClass, hasBothButtons && gapClass),
31
+ primaryButtonProps.style,
32
+ ]}/>)}
33
+ </View>);
34
+ };
35
+ //# sourceMappingURL=BottomSheetFooter.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BottomSheetFooter.mjs","sourceRoot":"","sources":["../../../src/components/BottomSheetFooter/BottomSheetFooter.tsx"],"names":[],"mappings":";;;;;;AAAA,4BAA4B;AAC5B,OAAO,EAAE,WAAW,EAAE,sDAAsD;AAC5E,OAAO,MAAK,cAAc;;AAC1B,OAAO,EAAE,IAAI,EAAE,8BAAqB;AAEpC,yBAAyB;AACzB,OAAO,EAAE,MAAM,EAAE,aAAa,EAAE,4BAAkB;AAIlD,OAAO,EAAE,gBAAgB,EAAE,sCAAkC;AAE7D,MAAM,CAAC,MAAM,iBAAiB,GAAqC,CAAC,EAClE,KAAK,EACL,WAAW,EACX,gBAAgB,GAAG,gBAAgB,CAAC,UAAU,EAC9C,kBAAkB,EAClB,oBAAoB,EACpB,GAAG,KAAK,EACT,EAAE,EAAE;IACH,MAAM,EAAE,GAAG,WAAW,EAAE,CAAC;IACzB,MAAM,YAAY,GAAG,gBAAgB,KAAK,gBAAgB,CAAC,UAAU,CAAC;IACtE,MAAM,eAAe,GAAG,YAAY,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,cAAc,CAAC;IACjE,MAAM,QAAQ,GAAG,YAAY,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,MAAM,CAAC;IAChD,MAAM,cAAc,GAClB,OAAO,CAAC,kBAAkB,CAAC,IAAI,OAAO,CAAC,oBAAoB,CAAC,CAAC;IAE/D,IAAI,CAAC,kBAAkB,IAAI,CAAC,oBAAoB,EAAE;QAChD,OAAO,IAAI,CAAC;KACb;IAED,OAAO,CACL,CAAC,IAAI,CACH,KAAK,CAAC,CAAC;YACL,EAAE,CAAC,KAAK,CACN,YAAY,CAAC,CAAC,CAAC,UAAU,CAAC,CAAC,CAAC,UAAU,EACtC,WAAW,EACX,WAAW,CACZ;YACD,KAAK;SACN,CAAC,CACF,IAAI,KAAK,CAAC,CAEV;MAAA,CAAC,oBAAoB,IAAI,CACvB,CAAC,MAAM,CACL,IAAI,oBAAoB,CAAC,CACzB,OAAO,CAAC,CAAC,aAAa,CAAC,SAAS,CAAC,CACjC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,KAAK,CAAC,eAAe,CAAC,EAAE,oBAAoB,CAAC,KAAK,CAAC,CAAC,EAC/D,CACH,CACD;MAAA,CAAC,kBAAkB,IAAI,CACrB,CAAC,MAAM,CACL,IAAI,kBAAkB,CAAC,CACvB,OAAO,CAAC,CAAC,aAAa,CAAC,OAAO,CAAC,CAC/B,KAAK,CAAC,CAAC;gBACL,EAAE,CAAC,KAAK,CAAC,eAAe,EAAE,cAAc,IAAI,QAAQ,CAAC;gBACrD,kBAAkB,CAAC,KAAK;aACzB,CAAC,EACF,CACH,CACH;IAAA,EAAE,IAAI,CAAC,CACR,CAAC;AACJ,CAAC,CAAC","sourcesContent":["// Third party dependencies.\nimport { useTailwind } from '@metamask-previews/design-system-twrnc-preset';\nimport React from 'react';\nimport { View } from 'react-native';\n\n// External dependencies.\nimport { Button, ButtonVariant } from '../Button';\n\n// Internal dependencies.\nimport type { BottomSheetFooterProps } from './BottomSheetFooter.types';\nimport { ButtonsAlignment } from './BottomSheetFooter.types';\n\nexport const BottomSheetFooter: React.FC<BottomSheetFooterProps> = ({\n style,\n twClassName,\n buttonsAlignment = ButtonsAlignment.Horizontal,\n primaryButtonProps,\n secondaryButtonProps,\n ...props\n}) => {\n const tw = useTailwind();\n const isHorizontal = buttonsAlignment === ButtonsAlignment.Horizontal;\n const buttonBaseClass = isHorizontal ? 'flex-1' : 'self-stretch';\n const gapClass = isHorizontal ? 'ml-4' : 'mt-4';\n const hasBothButtons =\n Boolean(primaryButtonProps) && Boolean(secondaryButtonProps);\n\n if (!primaryButtonProps && !secondaryButtonProps) {\n return null;\n }\n\n return (\n <View\n style={[\n tw.style(\n isHorizontal ? 'flex-row' : 'flex-col',\n 'px-2 py-1',\n twClassName,\n ),\n style,\n ]}\n {...props}\n >\n {secondaryButtonProps && (\n <Button\n {...secondaryButtonProps}\n variant={ButtonVariant.Secondary}\n style={[tw.style(buttonBaseClass), secondaryButtonProps.style]}\n />\n )}\n {primaryButtonProps && (\n <Button\n {...primaryButtonProps}\n variant={ButtonVariant.Primary}\n style={[\n tw.style(buttonBaseClass, hasBothButtons && gapClass),\n primaryButtonProps.style,\n ]}\n />\n )}\n </View>\n );\n};\n"]}
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ButtonsAlignment = void 0;
4
+ /**
5
+ * Buttons alignment options for the BottomSheetFooter.
6
+ */
7
+ var ButtonsAlignment;
8
+ (function (ButtonsAlignment) {
9
+ ButtonsAlignment["Horizontal"] = "Horizontal";
10
+ ButtonsAlignment["Vertical"] = "Vertical";
11
+ })(ButtonsAlignment || (exports.ButtonsAlignment = ButtonsAlignment = {}));
12
+ //# sourceMappingURL=BottomSheetFooter.types.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BottomSheetFooter.types.cjs","sourceRoot":"","sources":["../../../src/components/BottomSheetFooter/BottomSheetFooter.types.ts"],"names":[],"mappings":";;;AAMA;;GAEG;AACH,IAAY,gBAGX;AAHD,WAAY,gBAAgB;IAC1B,6CAAyB,CAAA;IACzB,yCAAqB,CAAA;AACvB,CAAC,EAHW,gBAAgB,gCAAhB,gBAAgB,QAG3B","sourcesContent":["// Third party dependencies.\nimport type { ViewProps } from 'react-native';\n\n// External dependencies.\nimport type { ButtonProps } from '../Button/Button.types';\n\n/**\n * Buttons alignment options for the BottomSheetFooter.\n */\nexport enum ButtonsAlignment {\n Horizontal = 'Horizontal',\n Vertical = 'Vertical',\n}\n\n/**\n * Button props for BottomSheetFooter with variant enforced by the component.\n */\nexport type BottomSheetFooterButtonProps = Omit<ButtonProps, 'variant'>;\n\n/**\n * BottomSheetFooter component props.\n */\nexport type BottomSheetFooterProps = {\n /**\n * Optional prop to control the alignment of the buttons.\n *\n * @default ButtonsAlignment.Horizontal\n */\n buttonsAlignment?: ButtonsAlignment;\n /**\n * Optional props for the primary action button.\n * Renders with ButtonVariant.Primary automatically.\n * Appears second (rightmost in horizontal layout, bottom in vertical layout).\n */\n primaryButtonProps?: BottomSheetFooterButtonProps;\n /**\n * Optional props for the secondary action button.\n * Renders with ButtonVariant.Secondary automatically.\n * Appears first (leftmost in horizontal layout, top in vertical layout).\n */\n secondaryButtonProps?: BottomSheetFooterButtonProps;\n /**\n * Tailwind CSS classes for the footer container.\n */\n twClassName?: string;\n} & ViewProps;\n"]}
@@ -0,0 +1,41 @@
1
+ import type { ViewProps } from "react-native/index.js";
2
+ import type { ButtonProps } from "../Button/Button.types.cjs";
3
+ /**
4
+ * Buttons alignment options for the BottomSheetFooter.
5
+ */
6
+ export declare enum ButtonsAlignment {
7
+ Horizontal = "Horizontal",
8
+ Vertical = "Vertical"
9
+ }
10
+ /**
11
+ * Button props for BottomSheetFooter with variant enforced by the component.
12
+ */
13
+ export type BottomSheetFooterButtonProps = Omit<ButtonProps, 'variant'>;
14
+ /**
15
+ * BottomSheetFooter component props.
16
+ */
17
+ export type BottomSheetFooterProps = {
18
+ /**
19
+ * Optional prop to control the alignment of the buttons.
20
+ *
21
+ * @default ButtonsAlignment.Horizontal
22
+ */
23
+ buttonsAlignment?: ButtonsAlignment;
24
+ /**
25
+ * Optional props for the primary action button.
26
+ * Renders with ButtonVariant.Primary automatically.
27
+ * Appears second (rightmost in horizontal layout, bottom in vertical layout).
28
+ */
29
+ primaryButtonProps?: BottomSheetFooterButtonProps;
30
+ /**
31
+ * Optional props for the secondary action button.
32
+ * Renders with ButtonVariant.Secondary automatically.
33
+ * Appears first (leftmost in horizontal layout, top in vertical layout).
34
+ */
35
+ secondaryButtonProps?: BottomSheetFooterButtonProps;
36
+ /**
37
+ * Tailwind CSS classes for the footer container.
38
+ */
39
+ twClassName?: string;
40
+ } & ViewProps;
41
+ //# sourceMappingURL=BottomSheetFooter.types.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BottomSheetFooter.types.d.cts","sourceRoot":"","sources":["../../../src/components/BottomSheetFooter/BottomSheetFooter.types.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,8BAAqB;AAG9C,OAAO,KAAK,EAAE,WAAW,EAAE,mCAA+B;AAE1D;;GAEG;AACH,oBAAY,gBAAgB;IAC1B,UAAU,eAAe;IACzB,QAAQ,aAAa;CACtB;AAED;;GAEG;AACH,MAAM,MAAM,4BAA4B,GAAG,IAAI,CAAC,WAAW,EAAE,SAAS,CAAC,CAAC;AAExE;;GAEG;AACH,MAAM,MAAM,sBAAsB,GAAG;IACnC;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,gBAAgB,CAAC;IACpC;;;;OAIG;IACH,kBAAkB,CAAC,EAAE,4BAA4B,CAAC;IAClD;;;;OAIG;IACH,oBAAoB,CAAC,EAAE,4BAA4B,CAAC;IACpD;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB,GAAG,SAAS,CAAC"}
@@ -0,0 +1,41 @@
1
+ import type { ViewProps } from "react-native/index.js";
2
+ import type { ButtonProps } from "../Button/Button.types.mjs";
3
+ /**
4
+ * Buttons alignment options for the BottomSheetFooter.
5
+ */
6
+ export declare enum ButtonsAlignment {
7
+ Horizontal = "Horizontal",
8
+ Vertical = "Vertical"
9
+ }
10
+ /**
11
+ * Button props for BottomSheetFooter with variant enforced by the component.
12
+ */
13
+ export type BottomSheetFooterButtonProps = Omit<ButtonProps, 'variant'>;
14
+ /**
15
+ * BottomSheetFooter component props.
16
+ */
17
+ export type BottomSheetFooterProps = {
18
+ /**
19
+ * Optional prop to control the alignment of the buttons.
20
+ *
21
+ * @default ButtonsAlignment.Horizontal
22
+ */
23
+ buttonsAlignment?: ButtonsAlignment;
24
+ /**
25
+ * Optional props for the primary action button.
26
+ * Renders with ButtonVariant.Primary automatically.
27
+ * Appears second (rightmost in horizontal layout, bottom in vertical layout).
28
+ */
29
+ primaryButtonProps?: BottomSheetFooterButtonProps;
30
+ /**
31
+ * Optional props for the secondary action button.
32
+ * Renders with ButtonVariant.Secondary automatically.
33
+ * Appears first (leftmost in horizontal layout, top in vertical layout).
34
+ */
35
+ secondaryButtonProps?: BottomSheetFooterButtonProps;
36
+ /**
37
+ * Tailwind CSS classes for the footer container.
38
+ */
39
+ twClassName?: string;
40
+ } & ViewProps;
41
+ //# sourceMappingURL=BottomSheetFooter.types.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BottomSheetFooter.types.d.mts","sourceRoot":"","sources":["../../../src/components/BottomSheetFooter/BottomSheetFooter.types.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,8BAAqB;AAG9C,OAAO,KAAK,EAAE,WAAW,EAAE,mCAA+B;AAE1D;;GAEG;AACH,oBAAY,gBAAgB;IAC1B,UAAU,eAAe;IACzB,QAAQ,aAAa;CACtB;AAED;;GAEG;AACH,MAAM,MAAM,4BAA4B,GAAG,IAAI,CAAC,WAAW,EAAE,SAAS,CAAC,CAAC;AAExE;;GAEG;AACH,MAAM,MAAM,sBAAsB,GAAG;IACnC;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,gBAAgB,CAAC;IACpC;;;;OAIG;IACH,kBAAkB,CAAC,EAAE,4BAA4B,CAAC;IAClD;;;;OAIG;IACH,oBAAoB,CAAC,EAAE,4BAA4B,CAAC;IACpD;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB,GAAG,SAAS,CAAC"}
@@ -0,0 +1,9 @@
1
+ /**
2
+ * Buttons alignment options for the BottomSheetFooter.
3
+ */
4
+ export var ButtonsAlignment;
5
+ (function (ButtonsAlignment) {
6
+ ButtonsAlignment["Horizontal"] = "Horizontal";
7
+ ButtonsAlignment["Vertical"] = "Vertical";
8
+ })(ButtonsAlignment || (ButtonsAlignment = {}));
9
+ //# sourceMappingURL=BottomSheetFooter.types.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BottomSheetFooter.types.mjs","sourceRoot":"","sources":["../../../src/components/BottomSheetFooter/BottomSheetFooter.types.ts"],"names":[],"mappings":"AAMA;;GAEG;AACH,MAAM,CAAN,IAAY,gBAGX;AAHD,WAAY,gBAAgB;IAC1B,6CAAyB,CAAA;IACzB,yCAAqB,CAAA;AACvB,CAAC,EAHW,gBAAgB,KAAhB,gBAAgB,QAG3B","sourcesContent":["// Third party dependencies.\nimport type { ViewProps } from 'react-native';\n\n// External dependencies.\nimport type { ButtonProps } from '../Button/Button.types';\n\n/**\n * Buttons alignment options for the BottomSheetFooter.\n */\nexport enum ButtonsAlignment {\n Horizontal = 'Horizontal',\n Vertical = 'Vertical',\n}\n\n/**\n * Button props for BottomSheetFooter with variant enforced by the component.\n */\nexport type BottomSheetFooterButtonProps = Omit<ButtonProps, 'variant'>;\n\n/**\n * BottomSheetFooter component props.\n */\nexport type BottomSheetFooterProps = {\n /**\n * Optional prop to control the alignment of the buttons.\n *\n * @default ButtonsAlignment.Horizontal\n */\n buttonsAlignment?: ButtonsAlignment;\n /**\n * Optional props for the primary action button.\n * Renders with ButtonVariant.Primary automatically.\n * Appears second (rightmost in horizontal layout, bottom in vertical layout).\n */\n primaryButtonProps?: BottomSheetFooterButtonProps;\n /**\n * Optional props for the secondary action button.\n * Renders with ButtonVariant.Secondary automatically.\n * Appears first (leftmost in horizontal layout, top in vertical layout).\n */\n secondaryButtonProps?: BottomSheetFooterButtonProps;\n /**\n * Tailwind CSS classes for the footer container.\n */\n twClassName?: string;\n} & ViewProps;\n"]}
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ButtonsAlignment = exports.BottomSheetFooter = void 0;
4
+ var BottomSheetFooter_1 = require("./BottomSheetFooter.cjs");
5
+ Object.defineProperty(exports, "BottomSheetFooter", { enumerable: true, get: function () { return BottomSheetFooter_1.BottomSheetFooter; } });
6
+ var BottomSheetFooter_types_1 = require("./BottomSheetFooter.types.cjs");
7
+ Object.defineProperty(exports, "ButtonsAlignment", { enumerable: true, get: function () { return BottomSheetFooter_types_1.ButtonsAlignment; } });
8
+ //# sourceMappingURL=index.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.cjs","sourceRoot":"","sources":["../../../src/components/BottomSheetFooter/index.ts"],"names":[],"mappings":";;;AAAA,6DAAwD;AAA/C,sHAAA,iBAAiB,OAAA;AAC1B,yEAA6D;AAApD,2HAAA,gBAAgB,OAAA","sourcesContent":["export { BottomSheetFooter } from './BottomSheetFooter';\nexport { ButtonsAlignment } from './BottomSheetFooter.types';\nexport type {\n BottomSheetFooterProps,\n BottomSheetFooterButtonProps,\n} from './BottomSheetFooter.types';\n"]}
@@ -0,0 +1,4 @@
1
+ export { BottomSheetFooter } from "./BottomSheetFooter.cjs";
2
+ export { ButtonsAlignment } from "./BottomSheetFooter.types.cjs";
3
+ export type { BottomSheetFooterProps, BottomSheetFooterButtonProps, } from "./BottomSheetFooter.types.cjs";
4
+ //# sourceMappingURL=index.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.cts","sourceRoot":"","sources":["../../../src/components/BottomSheetFooter/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,gCAA4B;AACxD,OAAO,EAAE,gBAAgB,EAAE,sCAAkC;AAC7D,YAAY,EACV,sBAAsB,EACtB,4BAA4B,GAC7B,sCAAkC"}
@@ -0,0 +1,4 @@
1
+ export { BottomSheetFooter } from "./BottomSheetFooter.mjs";
2
+ export { ButtonsAlignment } from "./BottomSheetFooter.types.mjs";
3
+ export type { BottomSheetFooterProps, BottomSheetFooterButtonProps, } from "./BottomSheetFooter.types.mjs";
4
+ //# sourceMappingURL=index.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../../../src/components/BottomSheetFooter/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,gCAA4B;AACxD,OAAO,EAAE,gBAAgB,EAAE,sCAAkC;AAC7D,YAAY,EACV,sBAAsB,EACtB,4BAA4B,GAC7B,sCAAkC"}
@@ -0,0 +1,3 @@
1
+ export { BottomSheetFooter } from "./BottomSheetFooter.mjs";
2
+ export { ButtonsAlignment } from "./BottomSheetFooter.types.mjs";
3
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../../src/components/BottomSheetFooter/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,gCAA4B;AACxD,OAAO,EAAE,gBAAgB,EAAE,sCAAkC","sourcesContent":["export { BottomSheetFooter } from './BottomSheetFooter';\nexport { ButtonsAlignment } from './BottomSheetFooter.types';\nexport type {\n BottomSheetFooterProps,\n BottomSheetFooterButtonProps,\n} from './BottomSheetFooter.types';\n"]}
@@ -0,0 +1,27 @@
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.BottomSheetHeader = void 0;
7
+ // Third party dependencies.
8
+ const design_system_twrnc_preset_1 = require("@metamask-previews/design-system-twrnc-preset");
9
+ const react_1 = __importDefault(require("react"));
10
+ // External dependencies.
11
+ const ButtonIcon_1 = require("../ButtonIcon/index.cjs");
12
+ const HeaderBase_1 = require("../HeaderBase/index.cjs");
13
+ const Icon_1 = require("../Icon/index.cjs");
14
+ // Internal dependencies.
15
+ const BottomSheetHeader_constants_1 = require("./BottomSheetHeader.constants.cjs");
16
+ const BottomSheetHeader_types_1 = require("./BottomSheetHeader.types.cjs");
17
+ const BottomSheetHeader = ({ style, twClassName, children, onBack, backButtonProps, onClose, closeButtonProps, variant = BottomSheetHeader_types_1.BottomSheetHeaderVariant.Compact, ...props }) => {
18
+ const tw = (0, design_system_twrnc_preset_1.useTailwind)();
19
+ const startAccessory = onBack ? (<ButtonIcon_1.ButtonIcon iconName={Icon_1.IconName.ArrowLeft} onPress={onBack} size={ButtonIcon_1.ButtonIconSize.Lg} {...backButtonProps}/>) : undefined;
20
+ const endAccessory = onClose ? (<ButtonIcon_1.ButtonIcon iconName={Icon_1.IconName.Close} onPress={onClose} size={ButtonIcon_1.ButtonIconSize.Lg} {...closeButtonProps}/>) : undefined;
21
+ const headerBaseVariant = BottomSheetHeader_constants_1.BOTTOM_SHEET_HEADER_VARIANT_MAP[variant];
22
+ return (<HeaderBase_1.HeaderBase {...props} style={[tw.style('px-4', twClassName), style]} startAccessory={startAccessory} endAccessory={endAccessory} variant={headerBaseVariant}>
23
+ {children}
24
+ </HeaderBase_1.HeaderBase>);
25
+ };
26
+ exports.BottomSheetHeader = BottomSheetHeader;
27
+ //# sourceMappingURL=BottomSheetHeader.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BottomSheetHeader.cjs","sourceRoot":"","sources":["../../../src/components/BottomSheetHeader/BottomSheetHeader.tsx"],"names":[],"mappings":";;;;;;AAAA,4BAA4B;AAC5B,8FAA4E;AAC5E,kDAA0B;AAE1B,yBAAyB;AACzB,wDAA2D;AAC3D,wDAA2C;AAC3C,4CAAmC;AAEnC,yBAAyB;AACzB,mFAAgF;AAEhF,2EAAqE;AAE9D,MAAM,iBAAiB,GAAqC,CAAC,EAClE,KAAK,EACL,WAAW,EACX,QAAQ,EACR,MAAM,EACN,eAAe,EACf,OAAO,EACP,gBAAgB,EAChB,OAAO,GAAG,kDAAwB,CAAC,OAAO,EAC1C,GAAG,KAAK,EACT,EAAE,EAAE;IACH,MAAM,EAAE,GAAG,IAAA,wCAAW,GAAE,CAAC;IAEzB,MAAM,cAAc,GAAG,MAAM,CAAC,CAAC,CAAC,CAC9B,CAAC,uBAAU,CACT,QAAQ,CAAC,CAAC,eAAQ,CAAC,SAAS,CAAC,CAC7B,OAAO,CAAC,CAAC,MAAM,CAAC,CAChB,IAAI,CAAC,CAAC,2BAAc,CAAC,EAAE,CAAC,CACxB,IAAI,eAAe,CAAC,EACpB,CACH,CAAC,CAAC,CAAC,SAAS,CAAC;IAEd,MAAM,YAAY,GAAG,OAAO,CAAC,CAAC,CAAC,CAC7B,CAAC,uBAAU,CACT,QAAQ,CAAC,CAAC,eAAQ,CAAC,KAAK,CAAC,CACzB,OAAO,CAAC,CAAC,OAAO,CAAC,CACjB,IAAI,CAAC,CAAC,2BAAc,CAAC,EAAE,CAAC,CACxB,IAAI,gBAAgB,CAAC,EACrB,CACH,CAAC,CAAC,CAAC,SAAS,CAAC;IAEd,MAAM,iBAAiB,GAAG,6DAA+B,CAAC,OAAO,CAAC,CAAC;IAEnE,OAAO,CACL,CAAC,uBAAU,CACT,IAAI,KAAK,CAAC,CACV,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,KAAK,CAAC,MAAM,EAAE,WAAW,CAAC,EAAE,KAAK,CAAC,CAAC,CAC9C,cAAc,CAAC,CAAC,cAAc,CAAC,CAC/B,YAAY,CAAC,CAAC,YAAY,CAAC,CAC3B,OAAO,CAAC,CAAC,iBAAiB,CAAC,CAE3B;MAAA,CAAC,QAAQ,CACX;IAAA,EAAE,uBAAU,CAAC,CACd,CAAC;AACJ,CAAC,CAAC;AA5CW,QAAA,iBAAiB,qBA4C5B","sourcesContent":["// Third party dependencies.\nimport { useTailwind } from '@metamask-previews/design-system-twrnc-preset';\nimport React from 'react';\n\n// External dependencies.\nimport { ButtonIcon, ButtonIconSize } from '../ButtonIcon';\nimport { HeaderBase } from '../HeaderBase';\nimport { IconName } from '../Icon';\n\n// Internal dependencies.\nimport { BOTTOM_SHEET_HEADER_VARIANT_MAP } from './BottomSheetHeader.constants';\nimport type { BottomSheetHeaderProps } from './BottomSheetHeader.types';\nimport { BottomSheetHeaderVariant } from './BottomSheetHeader.types';\n\nexport const BottomSheetHeader: React.FC<BottomSheetHeaderProps> = ({\n style,\n twClassName,\n children,\n onBack,\n backButtonProps,\n onClose,\n closeButtonProps,\n variant = BottomSheetHeaderVariant.Compact,\n ...props\n}) => {\n const tw = useTailwind();\n\n const startAccessory = onBack ? (\n <ButtonIcon\n iconName={IconName.ArrowLeft}\n onPress={onBack}\n size={ButtonIconSize.Lg}\n {...backButtonProps}\n />\n ) : undefined;\n\n const endAccessory = onClose ? (\n <ButtonIcon\n iconName={IconName.Close}\n onPress={onClose}\n size={ButtonIconSize.Lg}\n {...closeButtonProps}\n />\n ) : undefined;\n\n const headerBaseVariant = BOTTOM_SHEET_HEADER_VARIANT_MAP[variant];\n\n return (\n <HeaderBase\n {...props}\n style={[tw.style('px-4', twClassName), style]}\n startAccessory={startAccessory}\n endAccessory={endAccessory}\n variant={headerBaseVariant}\n >\n {children}\n </HeaderBase>\n );\n};\n"]}
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.BOTTOM_SHEET_HEADER_VARIANT_MAP = void 0;
4
+ // External dependencies.
5
+ const HeaderBase_types_1 = require("../HeaderBase/HeaderBase.types.cjs");
6
+ // Internal dependencies.
7
+ const BottomSheetHeader_types_1 = require("./BottomSheetHeader.types.cjs");
8
+ /**
9
+ * Maps BottomSheetHeaderVariant to HeaderBaseVariant.
10
+ */
11
+ exports.BOTTOM_SHEET_HEADER_VARIANT_MAP = {
12
+ [BottomSheetHeader_types_1.BottomSheetHeaderVariant.Display]: HeaderBase_types_1.HeaderBaseVariant.Display,
13
+ [BottomSheetHeader_types_1.BottomSheetHeaderVariant.Compact]: HeaderBase_types_1.HeaderBaseVariant.Compact,
14
+ };
15
+ //# sourceMappingURL=BottomSheetHeader.constants.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BottomSheetHeader.constants.cjs","sourceRoot":"","sources":["../../../src/components/BottomSheetHeader/BottomSheetHeader.constants.ts"],"names":[],"mappings":";;;AAAA,yBAAyB;AACzB,yEAAmE;AAEnE,yBAAyB;AACzB,2EAAqE;AAErE;;GAEG;AACU,QAAA,+BAA+B,GAGxC;IACF,CAAC,kDAAwB,CAAC,OAAO,CAAC,EAAE,oCAAiB,CAAC,OAAO;IAC7D,CAAC,kDAAwB,CAAC,OAAO,CAAC,EAAE,oCAAiB,CAAC,OAAO;CAC9D,CAAC","sourcesContent":["// External dependencies.\nimport { HeaderBaseVariant } from '../HeaderBase/HeaderBase.types';\n\n// Internal dependencies.\nimport { BottomSheetHeaderVariant } from './BottomSheetHeader.types';\n\n/**\n * Maps BottomSheetHeaderVariant to HeaderBaseVariant.\n */\nexport const BOTTOM_SHEET_HEADER_VARIANT_MAP: Record<\n BottomSheetHeaderVariant,\n HeaderBaseVariant\n> = {\n [BottomSheetHeaderVariant.Display]: HeaderBaseVariant.Display,\n [BottomSheetHeaderVariant.Compact]: HeaderBaseVariant.Compact,\n};\n"]}
@@ -0,0 +1,7 @@
1
+ import { HeaderBaseVariant } from "../HeaderBase/HeaderBase.types.cjs";
2
+ import { BottomSheetHeaderVariant } from "./BottomSheetHeader.types.cjs";
3
+ /**
4
+ * Maps BottomSheetHeaderVariant to HeaderBaseVariant.
5
+ */
6
+ export declare const BOTTOM_SHEET_HEADER_VARIANT_MAP: Record<BottomSheetHeaderVariant, HeaderBaseVariant>;
7
+ //# sourceMappingURL=BottomSheetHeader.constants.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BottomSheetHeader.constants.d.cts","sourceRoot":"","sources":["../../../src/components/BottomSheetHeader/BottomSheetHeader.constants.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,iBAAiB,EAAE,2CAAuC;AAGnE,OAAO,EAAE,wBAAwB,EAAE,sCAAkC;AAErE;;GAEG;AACH,eAAO,MAAM,+BAA+B,EAAE,MAAM,CAClD,wBAAwB,EACxB,iBAAiB,CAIlB,CAAC"}
@@ -0,0 +1,7 @@
1
+ import { HeaderBaseVariant } from "../HeaderBase/HeaderBase.types.mjs";
2
+ import { BottomSheetHeaderVariant } from "./BottomSheetHeader.types.mjs";
3
+ /**
4
+ * Maps BottomSheetHeaderVariant to HeaderBaseVariant.
5
+ */
6
+ export declare const BOTTOM_SHEET_HEADER_VARIANT_MAP: Record<BottomSheetHeaderVariant, HeaderBaseVariant>;
7
+ //# sourceMappingURL=BottomSheetHeader.constants.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BottomSheetHeader.constants.d.mts","sourceRoot":"","sources":["../../../src/components/BottomSheetHeader/BottomSheetHeader.constants.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,iBAAiB,EAAE,2CAAuC;AAGnE,OAAO,EAAE,wBAAwB,EAAE,sCAAkC;AAErE;;GAEG;AACH,eAAO,MAAM,+BAA+B,EAAE,MAAM,CAClD,wBAAwB,EACxB,iBAAiB,CAIlB,CAAC"}
@@ -0,0 +1,12 @@
1
+ // External dependencies.
2
+ import { HeaderBaseVariant } from "../HeaderBase/HeaderBase.types.mjs";
3
+ // Internal dependencies.
4
+ import { BottomSheetHeaderVariant } from "./BottomSheetHeader.types.mjs";
5
+ /**
6
+ * Maps BottomSheetHeaderVariant to HeaderBaseVariant.
7
+ */
8
+ export const BOTTOM_SHEET_HEADER_VARIANT_MAP = {
9
+ [BottomSheetHeaderVariant.Display]: HeaderBaseVariant.Display,
10
+ [BottomSheetHeaderVariant.Compact]: HeaderBaseVariant.Compact,
11
+ };
12
+ //# sourceMappingURL=BottomSheetHeader.constants.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BottomSheetHeader.constants.mjs","sourceRoot":"","sources":["../../../src/components/BottomSheetHeader/BottomSheetHeader.constants.ts"],"names":[],"mappings":"AAAA,yBAAyB;AACzB,OAAO,EAAE,iBAAiB,EAAE,2CAAuC;AAEnE,yBAAyB;AACzB,OAAO,EAAE,wBAAwB,EAAE,sCAAkC;AAErE;;GAEG;AACH,MAAM,CAAC,MAAM,+BAA+B,GAGxC;IACF,CAAC,wBAAwB,CAAC,OAAO,CAAC,EAAE,iBAAiB,CAAC,OAAO;IAC7D,CAAC,wBAAwB,CAAC,OAAO,CAAC,EAAE,iBAAiB,CAAC,OAAO;CAC9D,CAAC","sourcesContent":["// External dependencies.\nimport { HeaderBaseVariant } from '../HeaderBase/HeaderBase.types';\n\n// Internal dependencies.\nimport { BottomSheetHeaderVariant } from './BottomSheetHeader.types';\n\n/**\n * Maps BottomSheetHeaderVariant to HeaderBaseVariant.\n */\nexport const BOTTOM_SHEET_HEADER_VARIANT_MAP: Record<\n BottomSheetHeaderVariant,\n HeaderBaseVariant\n> = {\n [BottomSheetHeaderVariant.Display]: HeaderBaseVariant.Display,\n [BottomSheetHeaderVariant.Compact]: HeaderBaseVariant.Compact,\n};\n"]}
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import type { BottomSheetHeaderProps } from "./BottomSheetHeader.types.cjs";
3
+ export declare const BottomSheetHeader: React.FC<BottomSheetHeaderProps>;
4
+ //# sourceMappingURL=BottomSheetHeader.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BottomSheetHeader.d.cts","sourceRoot":"","sources":["../../../src/components/BottomSheetHeader/BottomSheetHeader.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,cAAc;AAS1B,OAAO,KAAK,EAAE,sBAAsB,EAAE,sCAAkC;AAGxE,eAAO,MAAM,iBAAiB,EAAE,KAAK,CAAC,EAAE,CAAC,sBAAsB,CA4C9D,CAAC"}
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import type { BottomSheetHeaderProps } from "./BottomSheetHeader.types.mjs";
3
+ export declare const BottomSheetHeader: React.FC<BottomSheetHeaderProps>;
4
+ //# sourceMappingURL=BottomSheetHeader.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BottomSheetHeader.d.mts","sourceRoot":"","sources":["../../../src/components/BottomSheetHeader/BottomSheetHeader.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,cAAc;AAS1B,OAAO,KAAK,EAAE,sBAAsB,EAAE,sCAAkC;AAGxE,eAAO,MAAM,iBAAiB,EAAE,KAAK,CAAC,EAAE,CAAC,sBAAsB,CA4C9D,CAAC"}
@@ -0,0 +1,27 @@
1
+ function $importDefault(module) {
2
+ if (module?.__esModule) {
3
+ return module.default;
4
+ }
5
+ return module;
6
+ }
7
+ // Third party dependencies.
8
+ import { useTailwind } from "@metamask-previews/design-system-twrnc-preset";
9
+ import $React from "react";
10
+ const React = $importDefault($React);
11
+ // External dependencies.
12
+ import { ButtonIcon, ButtonIconSize } from "../ButtonIcon/index.mjs";
13
+ import { HeaderBase } from "../HeaderBase/index.mjs";
14
+ import { IconName } from "../Icon/index.mjs";
15
+ // Internal dependencies.
16
+ import { BOTTOM_SHEET_HEADER_VARIANT_MAP } from "./BottomSheetHeader.constants.mjs";
17
+ import { BottomSheetHeaderVariant } from "./BottomSheetHeader.types.mjs";
18
+ export const BottomSheetHeader = ({ style, twClassName, children, onBack, backButtonProps, onClose, closeButtonProps, variant = BottomSheetHeaderVariant.Compact, ...props }) => {
19
+ const tw = useTailwind();
20
+ const startAccessory = onBack ? (<ButtonIcon iconName={IconName.ArrowLeft} onPress={onBack} size={ButtonIconSize.Lg} {...backButtonProps}/>) : undefined;
21
+ const endAccessory = onClose ? (<ButtonIcon iconName={IconName.Close} onPress={onClose} size={ButtonIconSize.Lg} {...closeButtonProps}/>) : undefined;
22
+ const headerBaseVariant = BOTTOM_SHEET_HEADER_VARIANT_MAP[variant];
23
+ return (<HeaderBase {...props} style={[tw.style('px-4', twClassName), style]} startAccessory={startAccessory} endAccessory={endAccessory} variant={headerBaseVariant}>
24
+ {children}
25
+ </HeaderBase>);
26
+ };
27
+ //# sourceMappingURL=BottomSheetHeader.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BottomSheetHeader.mjs","sourceRoot":"","sources":["../../../src/components/BottomSheetHeader/BottomSheetHeader.tsx"],"names":[],"mappings":";;;;;;AAAA,4BAA4B;AAC5B,OAAO,EAAE,WAAW,EAAE,sDAAsD;AAC5E,OAAO,MAAK,cAAc;;AAE1B,yBAAyB;AACzB,OAAO,EAAE,UAAU,EAAE,cAAc,EAAE,gCAAsB;AAC3D,OAAO,EAAE,UAAU,EAAE,gCAAsB;AAC3C,OAAO,EAAE,QAAQ,EAAE,0BAAgB;AAEnC,yBAAyB;AACzB,OAAO,EAAE,+BAA+B,EAAE,0CAAsC;AAEhF,OAAO,EAAE,wBAAwB,EAAE,sCAAkC;AAErE,MAAM,CAAC,MAAM,iBAAiB,GAAqC,CAAC,EAClE,KAAK,EACL,WAAW,EACX,QAAQ,EACR,MAAM,EACN,eAAe,EACf,OAAO,EACP,gBAAgB,EAChB,OAAO,GAAG,wBAAwB,CAAC,OAAO,EAC1C,GAAG,KAAK,EACT,EAAE,EAAE;IACH,MAAM,EAAE,GAAG,WAAW,EAAE,CAAC;IAEzB,MAAM,cAAc,GAAG,MAAM,CAAC,CAAC,CAAC,CAC9B,CAAC,UAAU,CACT,QAAQ,CAAC,CAAC,QAAQ,CAAC,SAAS,CAAC,CAC7B,OAAO,CAAC,CAAC,MAAM,CAAC,CAChB,IAAI,CAAC,CAAC,cAAc,CAAC,EAAE,CAAC,CACxB,IAAI,eAAe,CAAC,EACpB,CACH,CAAC,CAAC,CAAC,SAAS,CAAC;IAEd,MAAM,YAAY,GAAG,OAAO,CAAC,CAAC,CAAC,CAC7B,CAAC,UAAU,CACT,QAAQ,CAAC,CAAC,QAAQ,CAAC,KAAK,CAAC,CACzB,OAAO,CAAC,CAAC,OAAO,CAAC,CACjB,IAAI,CAAC,CAAC,cAAc,CAAC,EAAE,CAAC,CACxB,IAAI,gBAAgB,CAAC,EACrB,CACH,CAAC,CAAC,CAAC,SAAS,CAAC;IAEd,MAAM,iBAAiB,GAAG,+BAA+B,CAAC,OAAO,CAAC,CAAC;IAEnE,OAAO,CACL,CAAC,UAAU,CACT,IAAI,KAAK,CAAC,CACV,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,KAAK,CAAC,MAAM,EAAE,WAAW,CAAC,EAAE,KAAK,CAAC,CAAC,CAC9C,cAAc,CAAC,CAAC,cAAc,CAAC,CAC/B,YAAY,CAAC,CAAC,YAAY,CAAC,CAC3B,OAAO,CAAC,CAAC,iBAAiB,CAAC,CAE3B;MAAA,CAAC,QAAQ,CACX;IAAA,EAAE,UAAU,CAAC,CACd,CAAC;AACJ,CAAC,CAAC","sourcesContent":["// Third party dependencies.\nimport { useTailwind } from '@metamask-previews/design-system-twrnc-preset';\nimport React from 'react';\n\n// External dependencies.\nimport { ButtonIcon, ButtonIconSize } from '../ButtonIcon';\nimport { HeaderBase } from '../HeaderBase';\nimport { IconName } from '../Icon';\n\n// Internal dependencies.\nimport { BOTTOM_SHEET_HEADER_VARIANT_MAP } from './BottomSheetHeader.constants';\nimport type { BottomSheetHeaderProps } from './BottomSheetHeader.types';\nimport { BottomSheetHeaderVariant } from './BottomSheetHeader.types';\n\nexport const BottomSheetHeader: React.FC<BottomSheetHeaderProps> = ({\n style,\n twClassName,\n children,\n onBack,\n backButtonProps,\n onClose,\n closeButtonProps,\n variant = BottomSheetHeaderVariant.Compact,\n ...props\n}) => {\n const tw = useTailwind();\n\n const startAccessory = onBack ? (\n <ButtonIcon\n iconName={IconName.ArrowLeft}\n onPress={onBack}\n size={ButtonIconSize.Lg}\n {...backButtonProps}\n />\n ) : undefined;\n\n const endAccessory = onClose ? (\n <ButtonIcon\n iconName={IconName.Close}\n onPress={onClose}\n size={ButtonIconSize.Lg}\n {...closeButtonProps}\n />\n ) : undefined;\n\n const headerBaseVariant = BOTTOM_SHEET_HEADER_VARIANT_MAP[variant];\n\n return (\n <HeaderBase\n {...props}\n style={[tw.style('px-4', twClassName), style]}\n startAccessory={startAccessory}\n endAccessory={endAccessory}\n variant={headerBaseVariant}\n >\n {children}\n </HeaderBase>\n );\n};\n"]}
@@ -0,0 +1,14 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.BottomSheetHeaderVariant = void 0;
4
+ /**
5
+ * Variant options for BottomSheetHeader component.
6
+ * - Compact: Center-aligned title with HeadingSm text (default)
7
+ * - Display: Left-aligned title with HeadingLg text
8
+ */
9
+ var BottomSheetHeaderVariant;
10
+ (function (BottomSheetHeaderVariant) {
11
+ BottomSheetHeaderVariant["Display"] = "display";
12
+ BottomSheetHeaderVariant["Compact"] = "compact";
13
+ })(BottomSheetHeaderVariant || (exports.BottomSheetHeaderVariant = BottomSheetHeaderVariant = {}));
14
+ //# sourceMappingURL=BottomSheetHeader.types.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BottomSheetHeader.types.cjs","sourceRoot":"","sources":["../../../src/components/BottomSheetHeader/BottomSheetHeader.types.ts"],"names":[],"mappings":";;;AAGA;;;;GAIG;AACH,IAAY,wBAGX;AAHD,WAAY,wBAAwB;IAClC,+CAAmB,CAAA;IACnB,+CAAmB,CAAA;AACrB,CAAC,EAHW,wBAAwB,wCAAxB,wBAAwB,QAGnC","sourcesContent":["import type { ButtonIconProps } from '../ButtonIcon/ButtonIcon.types';\nimport type { HeaderBaseProps } from '../HeaderBase/HeaderBase.types';\n\n/**\n * Variant options for BottomSheetHeader component.\n * - Compact: Center-aligned title with HeadingSm text (default)\n * - Display: Left-aligned title with HeadingLg text\n */\nexport enum BottomSheetHeaderVariant {\n Display = 'display',\n Compact = 'compact',\n}\n\n/**\n * BottomSheetHeader component props.\n *\n * Extends HeaderBase's props (which extends ViewProps) to inherit standard\n * props such as `testID`, `accessibilityLabel`, and other View props.\n */\nexport type BottomSheetHeaderProps = {\n /**\n * Callback function triggered when the back button is pressed.\n * When provided, a back arrow ButtonIcon is rendered as the start accessory.\n */\n onBack?: () => void;\n /**\n * Props spread to the back ButtonIcon component for additional properties\n * like `testID` or `accessibilityLabel`. Use this for testing or accessibility purposes.\n * Note: `iconName` and `onPress` are managed internally and excluded.\n */\n backButtonProps?: Partial<Omit<ButtonIconProps, 'iconName' | 'onPress'>>;\n /**\n * Callback function triggered when the close button is pressed.\n * When provided, a close ButtonIcon is rendered as the end accessory.\n */\n onClose?: () => void;\n /**\n * Props spread to the close ButtonIcon component for additional properties\n * like `testID` or `accessibilityLabel`. Use this for testing or accessibility purposes.\n * Note: `iconName` and `onPress` are managed internally and excluded.\n */\n closeButtonProps?: Partial<Omit<ButtonIconProps, 'iconName' | 'onPress'>>;\n /**\n * Variant controlling header alignment and text size.\n * - Compact: center-aligned with HeadingSm text\n * - Display: left-aligned with HeadingLg text\n *\n * @default BottomSheetHeaderVariant.Compact\n */\n variant?: BottomSheetHeaderVariant;\n} & Omit<HeaderBaseProps, 'variant'>;\n"]}
@@ -0,0 +1,50 @@
1
+ import type { ButtonIconProps } from "../ButtonIcon/ButtonIcon.types.cjs";
2
+ import type { HeaderBaseProps } from "../HeaderBase/HeaderBase.types.cjs";
3
+ /**
4
+ * Variant options for BottomSheetHeader component.
5
+ * - Compact: Center-aligned title with HeadingSm text (default)
6
+ * - Display: Left-aligned title with HeadingLg text
7
+ */
8
+ export declare enum BottomSheetHeaderVariant {
9
+ Display = "display",
10
+ Compact = "compact"
11
+ }
12
+ /**
13
+ * BottomSheetHeader component props.
14
+ *
15
+ * Extends HeaderBase's props (which extends ViewProps) to inherit standard
16
+ * props such as `testID`, `accessibilityLabel`, and other View props.
17
+ */
18
+ export type BottomSheetHeaderProps = {
19
+ /**
20
+ * Callback function triggered when the back button is pressed.
21
+ * When provided, a back arrow ButtonIcon is rendered as the start accessory.
22
+ */
23
+ onBack?: () => void;
24
+ /**
25
+ * Props spread to the back ButtonIcon component for additional properties
26
+ * like `testID` or `accessibilityLabel`. Use this for testing or accessibility purposes.
27
+ * Note: `iconName` and `onPress` are managed internally and excluded.
28
+ */
29
+ backButtonProps?: Partial<Omit<ButtonIconProps, 'iconName' | 'onPress'>>;
30
+ /**
31
+ * Callback function triggered when the close button is pressed.
32
+ * When provided, a close ButtonIcon is rendered as the end accessory.
33
+ */
34
+ onClose?: () => void;
35
+ /**
36
+ * Props spread to the close ButtonIcon component for additional properties
37
+ * like `testID` or `accessibilityLabel`. Use this for testing or accessibility purposes.
38
+ * Note: `iconName` and `onPress` are managed internally and excluded.
39
+ */
40
+ closeButtonProps?: Partial<Omit<ButtonIconProps, 'iconName' | 'onPress'>>;
41
+ /**
42
+ * Variant controlling header alignment and text size.
43
+ * - Compact: center-aligned with HeadingSm text
44
+ * - Display: left-aligned with HeadingLg text
45
+ *
46
+ * @default BottomSheetHeaderVariant.Compact
47
+ */
48
+ variant?: BottomSheetHeaderVariant;
49
+ } & Omit<HeaderBaseProps, 'variant'>;
50
+ //# sourceMappingURL=BottomSheetHeader.types.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BottomSheetHeader.types.d.cts","sourceRoot":"","sources":["../../../src/components/BottomSheetHeader/BottomSheetHeader.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,2CAAuC;AACtE,OAAO,KAAK,EAAE,eAAe,EAAE,2CAAuC;AAEtE;;;;GAIG;AACH,oBAAY,wBAAwB;IAClC,OAAO,YAAY;IACnB,OAAO,YAAY;CACpB;AAED;;;;;GAKG;AACH,MAAM,MAAM,sBAAsB,GAAG;IACnC;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB;;;;OAIG;IACH,eAAe,CAAC,EAAE,OAAO,CAAC,IAAI,CAAC,eAAe,EAAE,UAAU,GAAG,SAAS,CAAC,CAAC,CAAC;IACzE;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,OAAO,CAAC,IAAI,CAAC,eAAe,EAAE,UAAU,GAAG,SAAS,CAAC,CAAC,CAAC;IAC1E;;;;;;OAMG;IACH,OAAO,CAAC,EAAE,wBAAwB,CAAC;CACpC,GAAG,IAAI,CAAC,eAAe,EAAE,SAAS,CAAC,CAAC"}
@@ -0,0 +1,50 @@
1
+ import type { ButtonIconProps } from "../ButtonIcon/ButtonIcon.types.mjs";
2
+ import type { HeaderBaseProps } from "../HeaderBase/HeaderBase.types.mjs";
3
+ /**
4
+ * Variant options for BottomSheetHeader component.
5
+ * - Compact: Center-aligned title with HeadingSm text (default)
6
+ * - Display: Left-aligned title with HeadingLg text
7
+ */
8
+ export declare enum BottomSheetHeaderVariant {
9
+ Display = "display",
10
+ Compact = "compact"
11
+ }
12
+ /**
13
+ * BottomSheetHeader component props.
14
+ *
15
+ * Extends HeaderBase's props (which extends ViewProps) to inherit standard
16
+ * props such as `testID`, `accessibilityLabel`, and other View props.
17
+ */
18
+ export type BottomSheetHeaderProps = {
19
+ /**
20
+ * Callback function triggered when the back button is pressed.
21
+ * When provided, a back arrow ButtonIcon is rendered as the start accessory.
22
+ */
23
+ onBack?: () => void;
24
+ /**
25
+ * Props spread to the back ButtonIcon component for additional properties
26
+ * like `testID` or `accessibilityLabel`. Use this for testing or accessibility purposes.
27
+ * Note: `iconName` and `onPress` are managed internally and excluded.
28
+ */
29
+ backButtonProps?: Partial<Omit<ButtonIconProps, 'iconName' | 'onPress'>>;
30
+ /**
31
+ * Callback function triggered when the close button is pressed.
32
+ * When provided, a close ButtonIcon is rendered as the end accessory.
33
+ */
34
+ onClose?: () => void;
35
+ /**
36
+ * Props spread to the close ButtonIcon component for additional properties
37
+ * like `testID` or `accessibilityLabel`. Use this for testing or accessibility purposes.
38
+ * Note: `iconName` and `onPress` are managed internally and excluded.
39
+ */
40
+ closeButtonProps?: Partial<Omit<ButtonIconProps, 'iconName' | 'onPress'>>;
41
+ /**
42
+ * Variant controlling header alignment and text size.
43
+ * - Compact: center-aligned with HeadingSm text
44
+ * - Display: left-aligned with HeadingLg text
45
+ *
46
+ * @default BottomSheetHeaderVariant.Compact
47
+ */
48
+ variant?: BottomSheetHeaderVariant;
49
+ } & Omit<HeaderBaseProps, 'variant'>;
50
+ //# sourceMappingURL=BottomSheetHeader.types.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BottomSheetHeader.types.d.mts","sourceRoot":"","sources":["../../../src/components/BottomSheetHeader/BottomSheetHeader.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,2CAAuC;AACtE,OAAO,KAAK,EAAE,eAAe,EAAE,2CAAuC;AAEtE;;;;GAIG;AACH,oBAAY,wBAAwB;IAClC,OAAO,YAAY;IACnB,OAAO,YAAY;CACpB;AAED;;;;;GAKG;AACH,MAAM,MAAM,sBAAsB,GAAG;IACnC;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB;;;;OAIG;IACH,eAAe,CAAC,EAAE,OAAO,CAAC,IAAI,CAAC,eAAe,EAAE,UAAU,GAAG,SAAS,CAAC,CAAC,CAAC;IACzE;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,OAAO,CAAC,IAAI,CAAC,eAAe,EAAE,UAAU,GAAG,SAAS,CAAC,CAAC,CAAC;IAC1E;;;;;;OAMG;IACH,OAAO,CAAC,EAAE,wBAAwB,CAAC;CACpC,GAAG,IAAI,CAAC,eAAe,EAAE,SAAS,CAAC,CAAC"}
@@ -0,0 +1,11 @@
1
+ /**
2
+ * Variant options for BottomSheetHeader component.
3
+ * - Compact: Center-aligned title with HeadingSm text (default)
4
+ * - Display: Left-aligned title with HeadingLg text
5
+ */
6
+ export var BottomSheetHeaderVariant;
7
+ (function (BottomSheetHeaderVariant) {
8
+ BottomSheetHeaderVariant["Display"] = "display";
9
+ BottomSheetHeaderVariant["Compact"] = "compact";
10
+ })(BottomSheetHeaderVariant || (BottomSheetHeaderVariant = {}));
11
+ //# sourceMappingURL=BottomSheetHeader.types.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BottomSheetHeader.types.mjs","sourceRoot":"","sources":["../../../src/components/BottomSheetHeader/BottomSheetHeader.types.ts"],"names":[],"mappings":"AAGA;;;;GAIG;AACH,MAAM,CAAN,IAAY,wBAGX;AAHD,WAAY,wBAAwB;IAClC,+CAAmB,CAAA;IACnB,+CAAmB,CAAA;AACrB,CAAC,EAHW,wBAAwB,KAAxB,wBAAwB,QAGnC","sourcesContent":["import type { ButtonIconProps } from '../ButtonIcon/ButtonIcon.types';\nimport type { HeaderBaseProps } from '../HeaderBase/HeaderBase.types';\n\n/**\n * Variant options for BottomSheetHeader component.\n * - Compact: Center-aligned title with HeadingSm text (default)\n * - Display: Left-aligned title with HeadingLg text\n */\nexport enum BottomSheetHeaderVariant {\n Display = 'display',\n Compact = 'compact',\n}\n\n/**\n * BottomSheetHeader component props.\n *\n * Extends HeaderBase's props (which extends ViewProps) to inherit standard\n * props such as `testID`, `accessibilityLabel`, and other View props.\n */\nexport type BottomSheetHeaderProps = {\n /**\n * Callback function triggered when the back button is pressed.\n * When provided, a back arrow ButtonIcon is rendered as the start accessory.\n */\n onBack?: () => void;\n /**\n * Props spread to the back ButtonIcon component for additional properties\n * like `testID` or `accessibilityLabel`. Use this for testing or accessibility purposes.\n * Note: `iconName` and `onPress` are managed internally and excluded.\n */\n backButtonProps?: Partial<Omit<ButtonIconProps, 'iconName' | 'onPress'>>;\n /**\n * Callback function triggered when the close button is pressed.\n * When provided, a close ButtonIcon is rendered as the end accessory.\n */\n onClose?: () => void;\n /**\n * Props spread to the close ButtonIcon component for additional properties\n * like `testID` or `accessibilityLabel`. Use this for testing or accessibility purposes.\n * Note: `iconName` and `onPress` are managed internally and excluded.\n */\n closeButtonProps?: Partial<Omit<ButtonIconProps, 'iconName' | 'onPress'>>;\n /**\n * Variant controlling header alignment and text size.\n * - Compact: center-aligned with HeadingSm text\n * - Display: left-aligned with HeadingLg text\n *\n * @default BottomSheetHeaderVariant.Compact\n */\n variant?: BottomSheetHeaderVariant;\n} & Omit<HeaderBaseProps, 'variant'>;\n"]}
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.BottomSheetHeaderVariant = exports.BottomSheetHeader = void 0;
4
+ var BottomSheetHeader_1 = require("./BottomSheetHeader.cjs");
5
+ Object.defineProperty(exports, "BottomSheetHeader", { enumerable: true, get: function () { return BottomSheetHeader_1.BottomSheetHeader; } });
6
+ var BottomSheetHeader_types_1 = require("./BottomSheetHeader.types.cjs");
7
+ Object.defineProperty(exports, "BottomSheetHeaderVariant", { enumerable: true, get: function () { return BottomSheetHeader_types_1.BottomSheetHeaderVariant; } });
8
+ //# sourceMappingURL=index.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.cjs","sourceRoot":"","sources":["../../../src/components/BottomSheetHeader/index.ts"],"names":[],"mappings":";;;AAAA,6DAAwD;AAA/C,sHAAA,iBAAiB,OAAA;AAC1B,yEAAqE;AAA5D,mIAAA,wBAAwB,OAAA","sourcesContent":["export { BottomSheetHeader } from './BottomSheetHeader';\nexport { BottomSheetHeaderVariant } from './BottomSheetHeader.types';\nexport type { BottomSheetHeaderProps } from './BottomSheetHeader.types';\n"]}
@@ -0,0 +1,4 @@
1
+ export { BottomSheetHeader } from "./BottomSheetHeader.cjs";
2
+ export { BottomSheetHeaderVariant } from "./BottomSheetHeader.types.cjs";
3
+ export type { BottomSheetHeaderProps } from "./BottomSheetHeader.types.cjs";
4
+ //# sourceMappingURL=index.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.cts","sourceRoot":"","sources":["../../../src/components/BottomSheetHeader/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,gCAA4B;AACxD,OAAO,EAAE,wBAAwB,EAAE,sCAAkC;AACrE,YAAY,EAAE,sBAAsB,EAAE,sCAAkC"}
@@ -0,0 +1,4 @@
1
+ export { BottomSheetHeader } from "./BottomSheetHeader.mjs";
2
+ export { BottomSheetHeaderVariant } from "./BottomSheetHeader.types.mjs";
3
+ export type { BottomSheetHeaderProps } from "./BottomSheetHeader.types.mjs";
4
+ //# sourceMappingURL=index.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../../../src/components/BottomSheetHeader/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,gCAA4B;AACxD,OAAO,EAAE,wBAAwB,EAAE,sCAAkC;AACrE,YAAY,EAAE,sBAAsB,EAAE,sCAAkC"}
@@ -0,0 +1,3 @@
1
+ export { BottomSheetHeader } from "./BottomSheetHeader.mjs";
2
+ export { BottomSheetHeaderVariant } from "./BottomSheetHeader.types.mjs";
3
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../../src/components/BottomSheetHeader/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,gCAA4B;AACxD,OAAO,EAAE,wBAAwB,EAAE,sCAAkC","sourcesContent":["export { BottomSheetHeader } from './BottomSheetHeader';\nexport { BottomSheetHeaderVariant } from './BottomSheetHeader.types';\nexport type { BottomSheetHeaderProps } from './BottomSheetHeader.types';\n"]}