@metamask/design-system-react-native 0.24.0 → 0.26.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (367) hide show
  1. package/CHANGELOG.md +30 -1
  2. package/dist/components/BannerBase/BannerBase.cjs +3 -12
  3. package/dist/components/BannerBase/BannerBase.cjs.map +1 -1
  4. package/dist/components/BannerBase/BannerBase.d.cts.map +1 -1
  5. package/dist/components/BannerBase/BannerBase.d.mts.map +1 -1
  6. package/dist/components/BannerBase/BannerBase.mjs +3 -12
  7. package/dist/components/BannerBase/BannerBase.mjs.map +1 -1
  8. package/dist/components/BannerBase/BannerBase.types.cjs.map +1 -1
  9. package/dist/components/BannerBase/BannerBase.types.d.cts +2 -7
  10. package/dist/components/BannerBase/BannerBase.types.d.cts.map +1 -1
  11. package/dist/components/BannerBase/BannerBase.types.d.mts +2 -7
  12. package/dist/components/BannerBase/BannerBase.types.d.mts.map +1 -1
  13. package/dist/components/BannerBase/BannerBase.types.mjs.map +1 -1
  14. package/dist/components/Button/variants/ButtonPrimary/ButtonPrimary.cjs +1 -17
  15. package/dist/components/Button/variants/ButtonPrimary/ButtonPrimary.cjs.map +1 -1
  16. package/dist/components/Button/variants/ButtonPrimary/ButtonPrimary.d.cts.map +1 -1
  17. package/dist/components/Button/variants/ButtonPrimary/ButtonPrimary.d.mts.map +1 -1
  18. package/dist/components/Button/variants/ButtonPrimary/ButtonPrimary.mjs +1 -17
  19. package/dist/components/Button/variants/ButtonPrimary/ButtonPrimary.mjs.map +1 -1
  20. package/dist/components/Button/variants/ButtonSecondary/ButtonSecondary.cjs +1 -17
  21. package/dist/components/Button/variants/ButtonSecondary/ButtonSecondary.cjs.map +1 -1
  22. package/dist/components/Button/variants/ButtonSecondary/ButtonSecondary.d.cts.map +1 -1
  23. package/dist/components/Button/variants/ButtonSecondary/ButtonSecondary.d.mts.map +1 -1
  24. package/dist/components/Button/variants/ButtonSecondary/ButtonSecondary.mjs +1 -17
  25. package/dist/components/Button/variants/ButtonSecondary/ButtonSecondary.mjs.map +1 -1
  26. package/dist/components/Button/variants/ButtonTertiary/ButtonTertiary.cjs +1 -17
  27. package/dist/components/Button/variants/ButtonTertiary/ButtonTertiary.cjs.map +1 -1
  28. package/dist/components/Button/variants/ButtonTertiary/ButtonTertiary.d.cts.map +1 -1
  29. package/dist/components/Button/variants/ButtonTertiary/ButtonTertiary.d.mts.map +1 -1
  30. package/dist/components/Button/variants/ButtonTertiary/ButtonTertiary.mjs +1 -17
  31. package/dist/components/Button/variants/ButtonTertiary/ButtonTertiary.mjs.map +1 -1
  32. package/dist/components/ButtonBase/ButtonBase.cjs +42 -28
  33. package/dist/components/ButtonBase/ButtonBase.cjs.map +1 -1
  34. package/dist/components/ButtonBase/ButtonBase.constants.cjs +31 -1
  35. package/dist/components/ButtonBase/ButtonBase.constants.cjs.map +1 -1
  36. package/dist/components/ButtonBase/ButtonBase.constants.d.cts +6 -1
  37. package/dist/components/ButtonBase/ButtonBase.constants.d.cts.map +1 -1
  38. package/dist/components/ButtonBase/ButtonBase.constants.d.mts +6 -1
  39. package/dist/components/ButtonBase/ButtonBase.constants.d.mts.map +1 -1
  40. package/dist/components/ButtonBase/ButtonBase.constants.mjs +29 -1
  41. package/dist/components/ButtonBase/ButtonBase.constants.mjs.map +1 -1
  42. package/dist/components/ButtonBase/ButtonBase.d.cts +1 -1
  43. package/dist/components/ButtonBase/ButtonBase.d.cts.map +1 -1
  44. package/dist/components/ButtonBase/ButtonBase.d.mts +1 -1
  45. package/dist/components/ButtonBase/ButtonBase.d.mts.map +1 -1
  46. package/dist/components/ButtonBase/ButtonBase.mjs +45 -31
  47. package/dist/components/ButtonBase/ButtonBase.mjs.map +1 -1
  48. package/dist/components/ButtonBase/ButtonBase.types.cjs.map +1 -1
  49. package/dist/components/ButtonBase/ButtonBase.types.d.cts +12 -0
  50. package/dist/components/ButtonBase/ButtonBase.types.d.cts.map +1 -1
  51. package/dist/components/ButtonBase/ButtonBase.types.d.mts +12 -0
  52. package/dist/components/ButtonBase/ButtonBase.types.d.mts.map +1 -1
  53. package/dist/components/ButtonBase/ButtonBase.types.mjs.map +1 -1
  54. package/dist/components/ButtonSemantic/ButtonSemantic.cjs +1 -17
  55. package/dist/components/ButtonSemantic/ButtonSemantic.cjs.map +1 -1
  56. package/dist/components/ButtonSemantic/ButtonSemantic.d.cts.map +1 -1
  57. package/dist/components/ButtonSemantic/ButtonSemantic.d.mts.map +1 -1
  58. package/dist/components/ButtonSemantic/ButtonSemantic.mjs +1 -17
  59. package/dist/components/ButtonSemantic/ButtonSemantic.mjs.map +1 -1
  60. package/dist/components/HeaderStandard/HeaderStandard.cjs +2 -26
  61. package/dist/components/HeaderStandard/HeaderStandard.cjs.map +1 -1
  62. package/dist/components/HeaderStandard/HeaderStandard.d.cts.map +1 -1
  63. package/dist/components/HeaderStandard/HeaderStandard.d.mts.map +1 -1
  64. package/dist/components/HeaderStandard/HeaderStandard.mjs +2 -26
  65. package/dist/components/HeaderStandard/HeaderStandard.mjs.map +1 -1
  66. package/dist/components/HeaderStandard/HeaderStandard.types.cjs +0 -5
  67. package/dist/components/HeaderStandard/HeaderStandard.types.cjs.map +1 -1
  68. package/dist/components/HeaderStandard/HeaderStandard.types.d.cts +2 -28
  69. package/dist/components/HeaderStandard/HeaderStandard.types.d.cts.map +1 -1
  70. package/dist/components/HeaderStandard/HeaderStandard.types.d.mts +2 -28
  71. package/dist/components/HeaderStandard/HeaderStandard.types.d.mts.map +1 -1
  72. package/dist/components/HeaderStandard/HeaderStandard.types.mjs +1 -9
  73. package/dist/components/HeaderStandard/HeaderStandard.types.mjs.map +1 -1
  74. package/dist/components/HeaderStandardAnimated/HeaderStandardAnimated.cjs +63 -0
  75. package/dist/components/HeaderStandardAnimated/HeaderStandardAnimated.cjs.map +1 -0
  76. package/dist/components/HeaderStandardAnimated/HeaderStandardAnimated.d.cts +4 -0
  77. package/dist/components/HeaderStandardAnimated/HeaderStandardAnimated.d.cts.map +1 -0
  78. package/dist/components/HeaderStandardAnimated/HeaderStandardAnimated.d.mts +4 -0
  79. package/dist/components/HeaderStandardAnimated/HeaderStandardAnimated.d.mts.map +1 -0
  80. package/dist/components/HeaderStandardAnimated/HeaderStandardAnimated.mjs +40 -0
  81. package/dist/components/HeaderStandardAnimated/HeaderStandardAnimated.mjs.map +1 -0
  82. package/dist/components/HeaderStandardAnimated/HeaderStandardAnimated.types.cjs +3 -0
  83. package/dist/components/HeaderStandardAnimated/HeaderStandardAnimated.types.cjs.map +1 -0
  84. package/dist/components/HeaderStandardAnimated/HeaderStandardAnimated.types.d.cts +31 -0
  85. package/dist/components/HeaderStandardAnimated/HeaderStandardAnimated.types.d.cts.map +1 -0
  86. package/dist/components/HeaderStandardAnimated/HeaderStandardAnimated.types.d.mts +31 -0
  87. package/dist/components/HeaderStandardAnimated/HeaderStandardAnimated.types.d.mts.map +1 -0
  88. package/dist/components/HeaderStandardAnimated/HeaderStandardAnimated.types.mjs +2 -0
  89. package/dist/components/HeaderStandardAnimated/HeaderStandardAnimated.types.mjs.map +1 -0
  90. package/dist/components/HeaderStandardAnimated/index.cjs +8 -0
  91. package/dist/components/HeaderStandardAnimated/index.cjs.map +1 -0
  92. package/dist/components/HeaderStandardAnimated/index.d.cts +4 -0
  93. package/dist/components/HeaderStandardAnimated/index.d.cts.map +1 -0
  94. package/dist/components/HeaderStandardAnimated/index.d.mts +4 -0
  95. package/dist/components/HeaderStandardAnimated/index.d.mts.map +1 -0
  96. package/dist/components/HeaderStandardAnimated/index.mjs +3 -0
  97. package/dist/components/HeaderStandardAnimated/index.mjs.map +1 -0
  98. package/dist/components/HeaderStandardAnimated/useHeaderStandardAnimated.cjs +62 -0
  99. package/dist/components/HeaderStandardAnimated/useHeaderStandardAnimated.cjs.map +1 -0
  100. package/dist/components/HeaderStandardAnimated/useHeaderStandardAnimated.d.cts +39 -0
  101. package/dist/components/HeaderStandardAnimated/useHeaderStandardAnimated.d.cts.map +1 -0
  102. package/dist/components/HeaderStandardAnimated/useHeaderStandardAnimated.d.mts +39 -0
  103. package/dist/components/HeaderStandardAnimated/useHeaderStandardAnimated.d.mts.map +1 -0
  104. package/dist/components/HeaderStandardAnimated/useHeaderStandardAnimated.mjs +57 -0
  105. package/dist/components/HeaderStandardAnimated/useHeaderStandardAnimated.mjs.map +1 -0
  106. package/dist/components/Icon/assets/telegram.svg +1 -3
  107. package/dist/components/Input/Input.cjs +25 -14
  108. package/dist/components/Input/Input.cjs.map +1 -1
  109. package/dist/components/Input/Input.d.cts.map +1 -1
  110. package/dist/components/Input/Input.d.mts.map +1 -1
  111. package/dist/components/Input/Input.mjs +25 -14
  112. package/dist/components/Input/Input.mjs.map +1 -1
  113. package/dist/components/SectionDivider/SectionDivider.cjs +47 -0
  114. package/dist/components/SectionDivider/SectionDivider.cjs.map +1 -0
  115. package/dist/components/SectionDivider/SectionDivider.d.cts +6 -0
  116. package/dist/components/SectionDivider/SectionDivider.d.cts.map +1 -0
  117. package/dist/components/SectionDivider/SectionDivider.d.mts +6 -0
  118. package/dist/components/SectionDivider/SectionDivider.d.mts.map +1 -0
  119. package/dist/components/SectionDivider/SectionDivider.mjs +28 -0
  120. package/dist/components/SectionDivider/SectionDivider.mjs.map +1 -0
  121. package/dist/components/SectionDivider/SectionDivider.types.cjs +3 -0
  122. package/dist/components/SectionDivider/SectionDivider.types.cjs.map +1 -0
  123. package/dist/components/SectionDivider/SectionDivider.types.d.cts +3 -0
  124. package/dist/components/SectionDivider/SectionDivider.types.d.cts.map +1 -0
  125. package/dist/components/SectionDivider/SectionDivider.types.d.mts +3 -0
  126. package/dist/components/SectionDivider/SectionDivider.types.d.mts.map +1 -0
  127. package/dist/components/SectionDivider/SectionDivider.types.mjs +2 -0
  128. package/dist/components/SectionDivider/SectionDivider.types.mjs.map +1 -0
  129. package/dist/components/SectionDivider/index.cjs +6 -0
  130. package/dist/components/SectionDivider/index.cjs.map +1 -0
  131. package/dist/components/SectionDivider/index.d.cts +3 -0
  132. package/dist/components/SectionDivider/index.d.cts.map +1 -0
  133. package/dist/components/SectionDivider/index.d.mts +3 -0
  134. package/dist/components/SectionDivider/index.d.mts.map +1 -0
  135. package/dist/components/SectionDivider/index.mjs +2 -0
  136. package/dist/components/SectionDivider/index.mjs.map +1 -0
  137. package/dist/components/SectionHeader/SectionHeader.cjs +45 -0
  138. package/dist/components/SectionHeader/SectionHeader.cjs.map +1 -0
  139. package/dist/components/SectionHeader/SectionHeader.d.cts +23 -0
  140. package/dist/components/SectionHeader/SectionHeader.d.cts.map +1 -0
  141. package/dist/components/SectionHeader/SectionHeader.d.mts +23 -0
  142. package/dist/components/SectionHeader/SectionHeader.d.mts.map +1 -0
  143. package/dist/components/SectionHeader/SectionHeader.mjs +45 -0
  144. package/dist/components/SectionHeader/SectionHeader.mjs.map +1 -0
  145. package/dist/components/SectionHeader/SectionHeader.types.cjs +3 -0
  146. package/dist/components/SectionHeader/SectionHeader.types.cjs.map +1 -0
  147. package/dist/components/SectionHeader/SectionHeader.types.d.cts +32 -0
  148. package/dist/components/SectionHeader/SectionHeader.types.d.cts.map +1 -0
  149. package/dist/components/SectionHeader/SectionHeader.types.d.mts +32 -0
  150. package/dist/components/SectionHeader/SectionHeader.types.d.mts.map +1 -0
  151. package/dist/components/SectionHeader/SectionHeader.types.mjs +2 -0
  152. package/dist/components/SectionHeader/SectionHeader.types.mjs.map +1 -0
  153. package/dist/components/SectionHeader/index.cjs +6 -0
  154. package/dist/components/SectionHeader/index.cjs.map +1 -0
  155. package/dist/components/SectionHeader/index.d.cts +3 -0
  156. package/dist/components/SectionHeader/index.d.cts.map +1 -0
  157. package/dist/components/SectionHeader/index.d.mts +3 -0
  158. package/dist/components/SectionHeader/index.d.mts.map +1 -0
  159. package/dist/components/SectionHeader/index.mjs +2 -0
  160. package/dist/components/SectionHeader/index.mjs.map +1 -0
  161. package/dist/components/SegmentButton/SegmentButton.cjs +86 -0
  162. package/dist/components/SegmentButton/SegmentButton.cjs.map +1 -0
  163. package/dist/components/SegmentButton/SegmentButton.d.cts +7 -0
  164. package/dist/components/SegmentButton/SegmentButton.d.cts.map +1 -0
  165. package/dist/components/SegmentButton/SegmentButton.d.mts +7 -0
  166. package/dist/components/SegmentButton/SegmentButton.d.mts.map +1 -0
  167. package/dist/components/SegmentButton/SegmentButton.mjs +66 -0
  168. package/dist/components/SegmentButton/SegmentButton.mjs.map +1 -0
  169. package/dist/components/SegmentButton/SegmentButton.types.cjs +3 -0
  170. package/dist/components/SegmentButton/SegmentButton.types.cjs.map +1 -0
  171. package/dist/components/SegmentButton/SegmentButton.types.d.cts +9 -0
  172. package/dist/components/SegmentButton/SegmentButton.types.d.cts.map +1 -0
  173. package/dist/components/SegmentButton/SegmentButton.types.d.mts +9 -0
  174. package/dist/components/SegmentButton/SegmentButton.types.d.mts.map +1 -0
  175. package/dist/components/SegmentButton/SegmentButton.types.mjs +2 -0
  176. package/dist/components/SegmentButton/SegmentButton.types.mjs.map +1 -0
  177. package/dist/components/SegmentButton/index.cjs +8 -0
  178. package/dist/components/SegmentButton/index.cjs.map +1 -0
  179. package/dist/components/SegmentButton/index.d.cts +4 -0
  180. package/dist/components/SegmentButton/index.d.cts.map +1 -0
  181. package/dist/components/SegmentButton/index.d.mts +4 -0
  182. package/dist/components/SegmentButton/index.d.mts.map +1 -0
  183. package/dist/components/SegmentButton/index.mjs +3 -0
  184. package/dist/components/SegmentButton/index.mjs.map +1 -0
  185. package/dist/components/SegmentGroup/SegmentGroup.cjs +47 -0
  186. package/dist/components/SegmentGroup/SegmentGroup.cjs.map +1 -0
  187. package/dist/components/SegmentGroup/SegmentGroup.d.cts +7 -0
  188. package/dist/components/SegmentGroup/SegmentGroup.d.cts.map +1 -0
  189. package/dist/components/SegmentGroup/SegmentGroup.d.mts +7 -0
  190. package/dist/components/SegmentGroup/SegmentGroup.d.mts.map +1 -0
  191. package/dist/components/SegmentGroup/SegmentGroup.mjs +27 -0
  192. package/dist/components/SegmentGroup/SegmentGroup.mjs.map +1 -0
  193. package/dist/components/SegmentGroup/SegmentGroup.types.cjs +3 -0
  194. package/dist/components/SegmentGroup/SegmentGroup.types.cjs.map +1 -0
  195. package/dist/components/SegmentGroup/SegmentGroup.types.d.cts +12 -0
  196. package/dist/components/SegmentGroup/SegmentGroup.types.d.cts.map +1 -0
  197. package/dist/components/SegmentGroup/SegmentGroup.types.d.mts +12 -0
  198. package/dist/components/SegmentGroup/SegmentGroup.types.d.mts.map +1 -0
  199. package/dist/components/SegmentGroup/SegmentGroup.types.mjs +2 -0
  200. package/dist/components/SegmentGroup/SegmentGroup.types.mjs.map +1 -0
  201. package/dist/components/SegmentGroup/index.cjs +6 -0
  202. package/dist/components/SegmentGroup/index.cjs.map +1 -0
  203. package/dist/components/SegmentGroup/index.d.cts +3 -0
  204. package/dist/components/SegmentGroup/index.d.cts.map +1 -0
  205. package/dist/components/SegmentGroup/index.d.mts +3 -0
  206. package/dist/components/SegmentGroup/index.d.mts.map +1 -0
  207. package/dist/components/SegmentGroup/index.mjs +2 -0
  208. package/dist/components/SegmentGroup/index.mjs.map +1 -0
  209. package/dist/components/SelectButton/SelectButton.cjs +53 -0
  210. package/dist/components/SelectButton/SelectButton.cjs.map +1 -0
  211. package/dist/components/SelectButton/SelectButton.constants.cjs +12 -0
  212. package/dist/components/SelectButton/SelectButton.constants.cjs.map +1 -0
  213. package/dist/components/SelectButton/SelectButton.constants.d.cts +4 -0
  214. package/dist/components/SelectButton/SelectButton.constants.d.cts.map +1 -0
  215. package/dist/components/SelectButton/SelectButton.constants.d.mts +4 -0
  216. package/dist/components/SelectButton/SelectButton.constants.d.mts.map +1 -0
  217. package/dist/components/SelectButton/SelectButton.constants.mjs +9 -0
  218. package/dist/components/SelectButton/SelectButton.constants.mjs.map +1 -0
  219. package/dist/components/SelectButton/SelectButton.d.cts +7 -0
  220. package/dist/components/SelectButton/SelectButton.d.cts.map +1 -0
  221. package/dist/components/SelectButton/SelectButton.d.mts +7 -0
  222. package/dist/components/SelectButton/SelectButton.d.mts.map +1 -0
  223. package/dist/components/SelectButton/SelectButton.mjs +53 -0
  224. package/dist/components/SelectButton/SelectButton.mjs.map +1 -0
  225. package/dist/components/SelectButton/SelectButton.types.cjs +3 -0
  226. package/dist/components/SelectButton/SelectButton.types.cjs.map +1 -0
  227. package/dist/components/SelectButton/SelectButton.types.d.cts +13 -0
  228. package/dist/components/SelectButton/SelectButton.types.d.cts.map +1 -0
  229. package/dist/components/SelectButton/SelectButton.types.d.mts +13 -0
  230. package/dist/components/SelectButton/SelectButton.types.d.mts.map +1 -0
  231. package/dist/components/SelectButton/SelectButton.types.mjs +2 -0
  232. package/dist/components/SelectButton/SelectButton.types.mjs.map +1 -0
  233. package/dist/components/SelectButton/index.cjs +9 -0
  234. package/dist/components/SelectButton/index.cjs.map +1 -0
  235. package/dist/components/SelectButton/index.d.cts +4 -0
  236. package/dist/components/SelectButton/index.d.cts.map +1 -0
  237. package/dist/components/SelectButton/index.d.mts +4 -0
  238. package/dist/components/SelectButton/index.d.mts.map +1 -0
  239. package/dist/components/SelectButton/index.mjs +3 -0
  240. package/dist/components/SelectButton/index.mjs.map +1 -0
  241. package/dist/components/SensitiveText/SensitiveText.cjs +4 -4
  242. package/dist/components/SensitiveText/SensitiveText.cjs.map +1 -1
  243. package/dist/components/SensitiveText/SensitiveText.d.cts.map +1 -1
  244. package/dist/components/SensitiveText/SensitiveText.d.mts.map +1 -1
  245. package/dist/components/SensitiveText/SensitiveText.mjs +1 -1
  246. package/dist/components/SensitiveText/SensitiveText.mjs.map +1 -1
  247. package/dist/components/SensitiveText/SensitiveText.types.cjs.map +1 -1
  248. package/dist/components/SensitiveText/SensitiveText.types.d.cts +6 -34
  249. package/dist/components/SensitiveText/SensitiveText.types.d.cts.map +1 -1
  250. package/dist/components/SensitiveText/SensitiveText.types.d.mts +6 -34
  251. package/dist/components/SensitiveText/SensitiveText.types.d.mts.map +1 -1
  252. package/dist/components/SensitiveText/SensitiveText.types.mjs.map +1 -1
  253. package/dist/components/SensitiveText/index.cjs +3 -3
  254. package/dist/components/SensitiveText/index.cjs.map +1 -1
  255. package/dist/components/SensitiveText/index.d.cts +1 -1
  256. package/dist/components/SensitiveText/index.d.cts.map +1 -1
  257. package/dist/components/SensitiveText/index.d.mts +1 -1
  258. package/dist/components/SensitiveText/index.d.mts.map +1 -1
  259. package/dist/components/SensitiveText/index.mjs +1 -1
  260. package/dist/components/SensitiveText/index.mjs.map +1 -1
  261. package/dist/components/TextArea/TextArea.cjs +38 -0
  262. package/dist/components/TextArea/TextArea.cjs.map +1 -0
  263. package/dist/components/TextArea/TextArea.d.cts +166 -0
  264. package/dist/components/TextArea/TextArea.d.cts.map +1 -0
  265. package/dist/components/TextArea/TextArea.d.mts +166 -0
  266. package/dist/components/TextArea/TextArea.d.mts.map +1 -0
  267. package/dist/components/TextArea/TextArea.mjs +35 -0
  268. package/dist/components/TextArea/TextArea.mjs.map +1 -0
  269. package/dist/components/TextArea/TextArea.types.cjs +3 -0
  270. package/dist/components/TextArea/TextArea.types.cjs.map +1 -0
  271. package/dist/components/TextArea/TextArea.types.d.cts +63 -0
  272. package/dist/components/TextArea/TextArea.types.d.cts.map +1 -0
  273. package/dist/components/TextArea/TextArea.types.d.mts +63 -0
  274. package/dist/components/TextArea/TextArea.types.d.mts.map +1 -0
  275. package/dist/components/TextArea/TextArea.types.mjs +2 -0
  276. package/dist/components/TextArea/TextArea.types.mjs.map +1 -0
  277. package/dist/components/TextArea/index.cjs +6 -0
  278. package/dist/components/TextArea/index.cjs.map +1 -0
  279. package/dist/components/TextArea/index.d.cts +3 -0
  280. package/dist/components/TextArea/index.d.cts.map +1 -0
  281. package/dist/components/TextArea/index.d.mts +3 -0
  282. package/dist/components/TextArea/index.d.mts.map +1 -0
  283. package/dist/components/TextArea/index.mjs +2 -0
  284. package/dist/components/TextArea/index.mjs.map +1 -0
  285. package/dist/components/TextField/TextField.cjs +1 -2
  286. package/dist/components/TextField/TextField.cjs.map +1 -1
  287. package/dist/components/TextField/TextField.d.cts +8 -2
  288. package/dist/components/TextField/TextField.d.cts.map +1 -1
  289. package/dist/components/TextField/TextField.d.mts +8 -2
  290. package/dist/components/TextField/TextField.d.mts.map +1 -1
  291. package/dist/components/TextField/TextField.mjs +1 -2
  292. package/dist/components/TextField/TextField.mjs.map +1 -1
  293. package/dist/components/TextField/TextField.types.cjs.map +1 -1
  294. package/dist/components/TextField/TextField.types.d.cts +5 -1
  295. package/dist/components/TextField/TextField.types.d.cts.map +1 -1
  296. package/dist/components/TextField/TextField.types.d.mts +5 -1
  297. package/dist/components/TextField/TextField.types.d.mts.map +1 -1
  298. package/dist/components/TextField/TextField.types.mjs.map +1 -1
  299. package/dist/components/TextFieldSearch/TextFieldSearch.d.cts +8 -2
  300. package/dist/components/TextFieldSearch/TextFieldSearch.d.cts.map +1 -1
  301. package/dist/components/TextFieldSearch/TextFieldSearch.d.mts +8 -2
  302. package/dist/components/TextFieldSearch/TextFieldSearch.d.mts.map +1 -1
  303. package/dist/components/TitleAlert/TitleAlert.cjs +54 -0
  304. package/dist/components/TitleAlert/TitleAlert.cjs.map +1 -0
  305. package/dist/components/TitleAlert/TitleAlert.d.cts +21 -0
  306. package/dist/components/TitleAlert/TitleAlert.d.cts.map +1 -0
  307. package/dist/components/TitleAlert/TitleAlert.d.mts +21 -0
  308. package/dist/components/TitleAlert/TitleAlert.d.mts.map +1 -0
  309. package/dist/components/TitleAlert/TitleAlert.mjs +54 -0
  310. package/dist/components/TitleAlert/TitleAlert.mjs.map +1 -0
  311. package/dist/components/TitleAlert/TitleAlert.types.cjs +3 -0
  312. package/dist/components/TitleAlert/TitleAlert.types.cjs.map +1 -0
  313. package/dist/components/TitleAlert/TitleAlert.types.d.cts +31 -0
  314. package/dist/components/TitleAlert/TitleAlert.types.d.cts.map +1 -0
  315. package/dist/components/TitleAlert/TitleAlert.types.d.mts +31 -0
  316. package/dist/components/TitleAlert/TitleAlert.types.d.mts.map +1 -0
  317. package/dist/components/TitleAlert/TitleAlert.types.mjs +2 -0
  318. package/dist/components/TitleAlert/TitleAlert.types.mjs.map +1 -0
  319. package/dist/components/TitleAlert/index.cjs +6 -0
  320. package/dist/components/TitleAlert/index.cjs.map +1 -0
  321. package/dist/components/TitleAlert/index.d.cts +3 -0
  322. package/dist/components/TitleAlert/index.d.cts.map +1 -0
  323. package/dist/components/TitleAlert/index.d.mts +3 -0
  324. package/dist/components/TitleAlert/index.d.mts.map +1 -0
  325. package/dist/components/TitleAlert/index.mjs +2 -0
  326. package/dist/components/TitleAlert/index.mjs.map +1 -0
  327. package/dist/components/index.cjs +24 -2
  328. package/dist/components/index.cjs.map +1 -1
  329. package/dist/components/index.d.cts +18 -0
  330. package/dist/components/index.d.cts.map +1 -1
  331. package/dist/components/index.d.mts +18 -0
  332. package/dist/components/index.d.mts.map +1 -1
  333. package/dist/components/index.mjs +9 -0
  334. package/dist/components/index.mjs.map +1 -1
  335. package/dist/components/temp-components/HeaderStandardCenterColumn/HeaderStandardCenterColumn.cjs +36 -0
  336. package/dist/components/temp-components/HeaderStandardCenterColumn/HeaderStandardCenterColumn.cjs.map +1 -0
  337. package/dist/components/temp-components/HeaderStandardCenterColumn/HeaderStandardCenterColumn.d.cts +4 -0
  338. package/dist/components/temp-components/HeaderStandardCenterColumn/HeaderStandardCenterColumn.d.cts.map +1 -0
  339. package/dist/components/temp-components/HeaderStandardCenterColumn/HeaderStandardCenterColumn.d.mts +4 -0
  340. package/dist/components/temp-components/HeaderStandardCenterColumn/HeaderStandardCenterColumn.d.mts.map +1 -0
  341. package/dist/components/temp-components/HeaderStandardCenterColumn/HeaderStandardCenterColumn.mjs +36 -0
  342. package/dist/components/temp-components/HeaderStandardCenterColumn/HeaderStandardCenterColumn.mjs.map +1 -0
  343. package/dist/components/temp-components/HeaderStandardCenterColumn/HeaderStandardCenterColumn.types.cjs +8 -0
  344. package/dist/components/temp-components/HeaderStandardCenterColumn/HeaderStandardCenterColumn.types.cjs.map +1 -0
  345. package/dist/components/temp-components/HeaderStandardCenterColumn/HeaderStandardCenterColumn.types.d.cts +39 -0
  346. package/dist/components/temp-components/HeaderStandardCenterColumn/HeaderStandardCenterColumn.types.d.cts.map +1 -0
  347. package/dist/components/temp-components/HeaderStandardCenterColumn/HeaderStandardCenterColumn.types.d.mts +39 -0
  348. package/dist/components/temp-components/HeaderStandardCenterColumn/HeaderStandardCenterColumn.types.d.mts.map +1 -0
  349. package/dist/components/temp-components/HeaderStandardCenterColumn/HeaderStandardCenterColumn.types.mjs +10 -0
  350. package/dist/components/temp-components/HeaderStandardCenterColumn/HeaderStandardCenterColumn.types.mjs.map +1 -0
  351. package/dist/components/temp-components/HeaderStandardCenterColumn/index.cjs +6 -0
  352. package/dist/components/temp-components/HeaderStandardCenterColumn/index.cjs.map +1 -0
  353. package/dist/components/temp-components/HeaderStandardCenterColumn/index.d.cts +3 -0
  354. package/dist/components/temp-components/HeaderStandardCenterColumn/index.d.cts.map +1 -0
  355. package/dist/components/temp-components/HeaderStandardCenterColumn/index.d.mts +3 -0
  356. package/dist/components/temp-components/HeaderStandardCenterColumn/index.d.mts.map +1 -0
  357. package/dist/components/temp-components/HeaderStandardCenterColumn/index.mjs +2 -0
  358. package/dist/components/temp-components/HeaderStandardCenterColumn/index.mjs.map +1 -0
  359. package/package.json +2 -2
  360. package/dist/components/SensitiveText/SensitiveText.constants.cjs +0 -14
  361. package/dist/components/SensitiveText/SensitiveText.constants.cjs.map +0 -1
  362. package/dist/components/SensitiveText/SensitiveText.constants.d.cts +0 -11
  363. package/dist/components/SensitiveText/SensitiveText.constants.d.cts.map +0 -1
  364. package/dist/components/SensitiveText/SensitiveText.constants.d.mts +0 -11
  365. package/dist/components/SensitiveText/SensitiveText.constants.d.mts.map +0 -1
  366. package/dist/components/SensitiveText/SensitiveText.constants.mjs +0 -11
  367. package/dist/components/SensitiveText/SensitiveText.constants.mjs.map +0 -1
@@ -0,0 +1,32 @@
1
+ import type { SectionHeaderPropsShared } from "@metamask/design-system-shared";
2
+ import type { ViewProps } from "react-native/index.js";
3
+ import type { BoxRowProps } from "../BoxRow/BoxRow.types.mjs";
4
+ import type { IconProps } from "../Icon/index.mjs";
5
+ import type { TextProps } from "../Text/Text.types.mjs";
6
+ /**
7
+ * SectionHeader component props (React Native).
8
+ * Extends {@link SectionHeaderPropsShared} with platform `Text` / `Icon` passthroughs, `twClassName`, and `View` props.
9
+ */
10
+ export type SectionHeaderProps = SectionHeaderPropsShared & {
11
+ /**
12
+ * Optional props merged into {@link BoxRow} `textProps` when `title` is a string.
13
+ */
14
+ titleProps?: Omit<Partial<TextProps>, 'children'>;
15
+ /**
16
+ * Optional props spread onto the title row {@link BoxRow}. Omits `children`, `endAccessory`, and `textProps` (SectionHeader sets those via `title`, `titleAccessory`, and `titleProps`).
17
+ */
18
+ titleWrapperProps?: Omit<Partial<BoxRowProps>, 'children' | 'endAccessory' | 'textProps'>;
19
+ /**
20
+ * Optional prop to pass additional properties to the start icon.
21
+ */
22
+ startIconProps?: Partial<IconProps>;
23
+ /**
24
+ * Optional prop to pass additional properties to the end icon.
25
+ */
26
+ endIconProps?: Partial<IconProps>;
27
+ /**
28
+ * Optional Tailwind class name to apply to the outer row.
29
+ */
30
+ twClassName?: string;
31
+ } & Omit<ViewProps, 'children'>;
32
+ //# sourceMappingURL=SectionHeader.types.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SectionHeader.types.d.mts","sourceRoot":"","sources":["../../../src/components/SectionHeader/SectionHeader.types.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,wBAAwB,EAAE,uCAAuC;AAC/E,OAAO,KAAK,EAAE,SAAS,EAAE,8BAAqB;AAG9C,OAAO,KAAK,EAAE,WAAW,EAAE,mCAA+B;AAC1D,OAAO,KAAK,EAAE,SAAS,EAAE,0BAAgB;AACzC,OAAO,KAAK,EAAE,SAAS,EAAE,+BAA2B;AAEpD;;;GAGG;AACH,MAAM,MAAM,kBAAkB,GAAG,wBAAwB,GAAG;IAC1D;;OAEG;IACH,UAAU,CAAC,EAAE,IAAI,CAAC,OAAO,CAAC,SAAS,CAAC,EAAE,UAAU,CAAC,CAAC;IAClD;;OAEG;IACH,iBAAiB,CAAC,EAAE,IAAI,CACtB,OAAO,CAAC,WAAW,CAAC,EACpB,UAAU,GAAG,cAAc,GAAG,WAAW,CAC1C,CAAC;IACF;;OAEG;IACH,cAAc,CAAC,EAAE,OAAO,CAAC,SAAS,CAAC,CAAC;IACpC;;OAEG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC,SAAS,CAAC,CAAC;IAClC;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB,GAAG,IAAI,CAAC,SAAS,EAAE,UAAU,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=SectionHeader.types.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SectionHeader.types.mjs","sourceRoot":"","sources":["../../../src/components/SectionHeader/SectionHeader.types.ts"],"names":[],"mappings":"","sourcesContent":["// Third party dependencies.\nimport type { SectionHeaderPropsShared } from '@metamask/design-system-shared';\nimport type { ViewProps } from 'react-native';\n\n// Internal dependencies.\nimport type { BoxRowProps } from '../BoxRow/BoxRow.types';\nimport type { IconProps } from '../Icon';\nimport type { TextProps } from '../Text/Text.types';\n\n/**\n * SectionHeader component props (React Native).\n * Extends {@link SectionHeaderPropsShared} with platform `Text` / `Icon` passthroughs, `twClassName`, and `View` props.\n */\nexport type SectionHeaderProps = SectionHeaderPropsShared & {\n /**\n * Optional props merged into {@link BoxRow} `textProps` when `title` is a string.\n */\n titleProps?: Omit<Partial<TextProps>, 'children'>;\n /**\n * Optional props spread onto the title row {@link BoxRow}. Omits `children`, `endAccessory`, and `textProps` (SectionHeader sets those via `title`, `titleAccessory`, and `titleProps`).\n */\n titleWrapperProps?: Omit<\n Partial<BoxRowProps>,\n 'children' | 'endAccessory' | 'textProps'\n >;\n /**\n * Optional prop to pass additional properties to the start icon.\n */\n startIconProps?: Partial<IconProps>;\n /**\n * Optional prop to pass additional properties to the end icon.\n */\n endIconProps?: Partial<IconProps>;\n /**\n * Optional Tailwind class name to apply to the outer row.\n */\n twClassName?: string;\n} & Omit<ViewProps, 'children'>;\n"]}
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.SectionHeader = void 0;
4
+ var SectionHeader_1 = require("./SectionHeader.cjs");
5
+ Object.defineProperty(exports, "SectionHeader", { enumerable: true, get: function () { return SectionHeader_1.SectionHeader; } });
6
+ //# sourceMappingURL=index.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.cjs","sourceRoot":"","sources":["../../../src/components/SectionHeader/index.ts"],"names":[],"mappings":";;;AAAA,qDAAgD;AAAvC,8GAAA,aAAa,OAAA","sourcesContent":["export { SectionHeader } from './SectionHeader';\nexport type { SectionHeaderProps } from './SectionHeader.types';\n"]}
@@ -0,0 +1,3 @@
1
+ export { SectionHeader } from "./SectionHeader.cjs";
2
+ export type { SectionHeaderProps } from "./SectionHeader.types.cjs";
3
+ //# sourceMappingURL=index.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.cts","sourceRoot":"","sources":["../../../src/components/SectionHeader/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,4BAAwB;AAChD,YAAY,EAAE,kBAAkB,EAAE,kCAA8B"}
@@ -0,0 +1,3 @@
1
+ export { SectionHeader } from "./SectionHeader.mjs";
2
+ export type { SectionHeaderProps } from "./SectionHeader.types.mjs";
3
+ //# sourceMappingURL=index.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../../../src/components/SectionHeader/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,4BAAwB;AAChD,YAAY,EAAE,kBAAkB,EAAE,kCAA8B"}
@@ -0,0 +1,2 @@
1
+ export { SectionHeader } from "./SectionHeader.mjs";
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../../src/components/SectionHeader/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,4BAAwB","sourcesContent":["export { SectionHeader } from './SectionHeader';\nexport type { SectionHeaderProps } from './SectionHeader.types';\n"]}
@@ -0,0 +1,86 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __importStar = (this && this.__importStar) || function (mod) {
19
+ if (mod && mod.__esModule) return mod;
20
+ var result = {};
21
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
+ __setModuleDefault(result, mod);
23
+ return result;
24
+ };
25
+ Object.defineProperty(exports, "__esModule", { value: true });
26
+ exports.SegmentButton = void 0;
27
+ const design_system_shared_1 = require("@metamask/design-system-shared");
28
+ const react_1 = __importStar(require("react"));
29
+ const ButtonBase_1 = require("../ButtonBase/index.cjs");
30
+ const Icon_1 = require("../Icon/index.cjs");
31
+ const Text_1 = require("../Text/index.cjs");
32
+ const SegmentButton = ({ children, textProps, startIconProps, endIconProps, value, isSelected = false, variant, isLoading = false, size = design_system_shared_1.ButtonBaseSize.Sm, twClassName = '', style, onPress, ...buttonBaseRest }) => {
33
+ const segmentGroup = (0, react_1.useContext)(design_system_shared_1.SegmentGroupContext);
34
+ const usesGroupSelection = segmentGroup !== null && value !== undefined;
35
+ const effectiveVariant = variant ?? segmentGroup?.variant ?? design_system_shared_1.SegmentButtonVariant.Primary;
36
+ const effectiveIsSelected = usesGroupSelection
37
+ ? segmentGroup.value === value
38
+ : isSelected;
39
+ const getTextAndIconClassName = () => {
40
+ if (effectiveVariant === design_system_shared_1.SegmentButtonVariant.Primary &&
41
+ effectiveIsSelected) {
42
+ return 'text-primary-inverse';
43
+ }
44
+ if (effectiveVariant === design_system_shared_1.SegmentButtonVariant.Secondary &&
45
+ effectiveIsSelected) {
46
+ return 'text-default';
47
+ }
48
+ return '';
49
+ };
50
+ const handlePress = (event) => {
51
+ if (usesGroupSelection &&
52
+ segmentGroup !== null &&
53
+ value !== undefined &&
54
+ segmentGroup.value !== value) {
55
+ segmentGroup.onChange(value);
56
+ }
57
+ onPress?.(event);
58
+ };
59
+ return (<ButtonBase_1.ButtonBase {...buttonBaseRest} size={size} isLoading={isLoading} children={children} onPress={handlePress} textProps={{
60
+ ...(!effectiveIsSelected ? { color: Text_1.TextColor.TextAlternative } : {}),
61
+ ...textProps,
62
+ }} startIconProps={{
63
+ ...(!effectiveIsSelected ? { color: Icon_1.IconColor.IconAlternative } : {}),
64
+ ...startIconProps,
65
+ }} endIconProps={{
66
+ ...(!effectiveIsSelected ? { color: Icon_1.IconColor.IconAlternative } : {}),
67
+ ...endIconProps,
68
+ }} twClassName={(pressed) => {
69
+ if (effectiveVariant === design_system_shared_1.SegmentButtonVariant.Primary &&
70
+ effectiveIsSelected) {
71
+ return `${pressed || isLoading ? 'bg-icon-default-pressed' : 'bg-icon-default'} ${typeof twClassName === 'function'
72
+ ? twClassName(pressed)
73
+ : twClassName}`;
74
+ }
75
+ if (effectiveVariant === design_system_shared_1.SegmentButtonVariant.Secondary &&
76
+ effectiveIsSelected) {
77
+ return `${pressed || isLoading ? 'bg-muted-pressed' : 'bg-muted'} ${typeof twClassName === 'function'
78
+ ? twClassName(pressed)
79
+ : twClassName}`;
80
+ }
81
+ return `${pressed || isLoading ? 'bg-pressed' : 'bg-transparent'} border-0 ${typeof twClassName === 'function' ? twClassName(pressed) : twClassName}`;
82
+ }} textClassName={getTextAndIconClassName} iconClassName={getTextAndIconClassName} style={style}/>);
83
+ };
84
+ exports.SegmentButton = SegmentButton;
85
+ exports.SegmentButton.displayName = 'SegmentButton';
86
+ //# sourceMappingURL=SegmentButton.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SegmentButton.cjs","sourceRoot":"","sources":["../../../src/components/SegmentButton/SegmentButton.tsx"],"names":[],"mappings":"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","sourcesContent":["import {\n ButtonBaseSize,\n SegmentButtonVariant,\n SegmentGroupContext,\n} from '@metamask/design-system-shared';\nimport React, { useContext } from 'react';\nimport type { GestureResponderEvent } from 'react-native';\n\nimport { ButtonBase } from '../ButtonBase';\nimport { IconColor } from '../Icon';\nimport { TextColor } from '../Text';\n\nimport type { SegmentButtonProps } from './SegmentButton.types';\n\nexport const SegmentButton = ({\n children,\n textProps,\n startIconProps,\n endIconProps,\n value,\n isSelected = false,\n variant,\n isLoading = false,\n size = ButtonBaseSize.Sm,\n twClassName = '',\n style,\n onPress,\n ...buttonBaseRest\n}: SegmentButtonProps) => {\n const segmentGroup = useContext(SegmentGroupContext);\n const usesGroupSelection = segmentGroup !== null && value !== undefined;\n\n const effectiveVariant =\n variant ?? segmentGroup?.variant ?? SegmentButtonVariant.Primary;\n\n const effectiveIsSelected = usesGroupSelection\n ? segmentGroup.value === value\n : isSelected;\n\n const getTextAndIconClassName = () => {\n if (\n effectiveVariant === SegmentButtonVariant.Primary &&\n effectiveIsSelected\n ) {\n return 'text-primary-inverse';\n }\n if (\n effectiveVariant === SegmentButtonVariant.Secondary &&\n effectiveIsSelected\n ) {\n return 'text-default';\n }\n return '';\n };\n\n const handlePress = (event: GestureResponderEvent) => {\n if (\n usesGroupSelection &&\n segmentGroup !== null &&\n value !== undefined &&\n segmentGroup.value !== value\n ) {\n segmentGroup.onChange(value);\n }\n onPress?.(event);\n };\n\n return (\n <ButtonBase\n {...buttonBaseRest}\n size={size}\n isLoading={isLoading}\n children={children}\n onPress={handlePress}\n textProps={{\n ...(!effectiveIsSelected ? { color: TextColor.TextAlternative } : {}),\n ...textProps,\n }}\n startIconProps={{\n ...(!effectiveIsSelected ? { color: IconColor.IconAlternative } : {}),\n ...startIconProps,\n }}\n endIconProps={{\n ...(!effectiveIsSelected ? { color: IconColor.IconAlternative } : {}),\n ...endIconProps,\n }}\n twClassName={(pressed) => {\n if (\n effectiveVariant === SegmentButtonVariant.Primary &&\n effectiveIsSelected\n ) {\n return `${pressed || isLoading ? 'bg-icon-default-pressed' : 'bg-icon-default'} ${\n typeof twClassName === 'function'\n ? twClassName(pressed)\n : twClassName\n }`;\n }\n\n if (\n effectiveVariant === SegmentButtonVariant.Secondary &&\n effectiveIsSelected\n ) {\n return `${pressed || isLoading ? 'bg-muted-pressed' : 'bg-muted'} ${\n typeof twClassName === 'function'\n ? twClassName(pressed)\n : twClassName\n }`;\n }\n\n return `${pressed || isLoading ? 'bg-pressed' : 'bg-transparent'} border-0 ${\n typeof twClassName === 'function' ? twClassName(pressed) : twClassName\n }`;\n }}\n textClassName={getTextAndIconClassName}\n iconClassName={getTextAndIconClassName}\n style={style}\n />\n );\n};\n\nSegmentButton.displayName = 'SegmentButton';\n"]}
@@ -0,0 +1,7 @@
1
+ import React from "react";
2
+ import type { SegmentButtonProps } from "./SegmentButton.types.cjs";
3
+ export declare const SegmentButton: {
4
+ ({ children, textProps, startIconProps, endIconProps, value, isSelected, variant, isLoading, size, twClassName, style, onPress, ...buttonBaseRest }: SegmentButtonProps): React.JSX.Element;
5
+ displayName: string;
6
+ };
7
+ //# sourceMappingURL=SegmentButton.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SegmentButton.d.cts","sourceRoot":"","sources":["../../../src/components/SegmentButton/SegmentButton.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAqB,cAAc;AAO1C,OAAO,KAAK,EAAE,kBAAkB,EAAE,kCAA8B;AAEhE,eAAO,MAAM,aAAa;yJAcvB,kBAAkB;;CA0FpB,CAAC"}
@@ -0,0 +1,7 @@
1
+ import React from "react";
2
+ import type { SegmentButtonProps } from "./SegmentButton.types.mjs";
3
+ export declare const SegmentButton: {
4
+ ({ children, textProps, startIconProps, endIconProps, value, isSelected, variant, isLoading, size, twClassName, style, onPress, ...buttonBaseRest }: SegmentButtonProps): React.JSX.Element;
5
+ displayName: string;
6
+ };
7
+ //# sourceMappingURL=SegmentButton.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SegmentButton.d.mts","sourceRoot":"","sources":["../../../src/components/SegmentButton/SegmentButton.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAqB,cAAc;AAO1C,OAAO,KAAK,EAAE,kBAAkB,EAAE,kCAA8B;AAEhE,eAAO,MAAM,aAAa;yJAcvB,kBAAkB;;CA0FpB,CAAC"}
@@ -0,0 +1,66 @@
1
+ function $importDefault(module) {
2
+ if (module?.__esModule) {
3
+ return module.default;
4
+ }
5
+ return module;
6
+ }
7
+ import { ButtonBaseSize, SegmentButtonVariant, SegmentGroupContext } from "@metamask/design-system-shared";
8
+ import $React, { useContext } from "react";
9
+ const React = $importDefault($React);
10
+ import { ButtonBase } from "../ButtonBase/index.mjs";
11
+ import { IconColor } from "../Icon/index.mjs";
12
+ import { TextColor } from "../Text/index.mjs";
13
+ export const SegmentButton = ({ children, textProps, startIconProps, endIconProps, value, isSelected = false, variant, isLoading = false, size = ButtonBaseSize.Sm, twClassName = '', style, onPress, ...buttonBaseRest }) => {
14
+ const segmentGroup = useContext(SegmentGroupContext);
15
+ const usesGroupSelection = segmentGroup !== null && value !== undefined;
16
+ const effectiveVariant = variant ?? segmentGroup?.variant ?? SegmentButtonVariant.Primary;
17
+ const effectiveIsSelected = usesGroupSelection
18
+ ? segmentGroup.value === value
19
+ : isSelected;
20
+ const getTextAndIconClassName = () => {
21
+ if (effectiveVariant === SegmentButtonVariant.Primary &&
22
+ effectiveIsSelected) {
23
+ return 'text-primary-inverse';
24
+ }
25
+ if (effectiveVariant === SegmentButtonVariant.Secondary &&
26
+ effectiveIsSelected) {
27
+ return 'text-default';
28
+ }
29
+ return '';
30
+ };
31
+ const handlePress = (event) => {
32
+ if (usesGroupSelection &&
33
+ segmentGroup !== null &&
34
+ value !== undefined &&
35
+ segmentGroup.value !== value) {
36
+ segmentGroup.onChange(value);
37
+ }
38
+ onPress?.(event);
39
+ };
40
+ return (<ButtonBase {...buttonBaseRest} size={size} isLoading={isLoading} children={children} onPress={handlePress} textProps={{
41
+ ...(!effectiveIsSelected ? { color: TextColor.TextAlternative } : {}),
42
+ ...textProps,
43
+ }} startIconProps={{
44
+ ...(!effectiveIsSelected ? { color: IconColor.IconAlternative } : {}),
45
+ ...startIconProps,
46
+ }} endIconProps={{
47
+ ...(!effectiveIsSelected ? { color: IconColor.IconAlternative } : {}),
48
+ ...endIconProps,
49
+ }} twClassName={(pressed) => {
50
+ if (effectiveVariant === SegmentButtonVariant.Primary &&
51
+ effectiveIsSelected) {
52
+ return `${pressed || isLoading ? 'bg-icon-default-pressed' : 'bg-icon-default'} ${typeof twClassName === 'function'
53
+ ? twClassName(pressed)
54
+ : twClassName}`;
55
+ }
56
+ if (effectiveVariant === SegmentButtonVariant.Secondary &&
57
+ effectiveIsSelected) {
58
+ return `${pressed || isLoading ? 'bg-muted-pressed' : 'bg-muted'} ${typeof twClassName === 'function'
59
+ ? twClassName(pressed)
60
+ : twClassName}`;
61
+ }
62
+ return `${pressed || isLoading ? 'bg-pressed' : 'bg-transparent'} border-0 ${typeof twClassName === 'function' ? twClassName(pressed) : twClassName}`;
63
+ }} textClassName={getTextAndIconClassName} iconClassName={getTextAndIconClassName} style={style}/>);
64
+ };
65
+ SegmentButton.displayName = 'SegmentButton';
66
+ //# sourceMappingURL=SegmentButton.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SegmentButton.mjs","sourceRoot":"","sources":["../../../src/components/SegmentButton/SegmentButton.tsx"],"names":[],"mappings":"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","sourcesContent":["import {\n ButtonBaseSize,\n SegmentButtonVariant,\n SegmentGroupContext,\n} from '@metamask/design-system-shared';\nimport React, { useContext } from 'react';\nimport type { GestureResponderEvent } from 'react-native';\n\nimport { ButtonBase } from '../ButtonBase';\nimport { IconColor } from '../Icon';\nimport { TextColor } from '../Text';\n\nimport type { SegmentButtonProps } from './SegmentButton.types';\n\nexport const SegmentButton = ({\n children,\n textProps,\n startIconProps,\n endIconProps,\n value,\n isSelected = false,\n variant,\n isLoading = false,\n size = ButtonBaseSize.Sm,\n twClassName = '',\n style,\n onPress,\n ...buttonBaseRest\n}: SegmentButtonProps) => {\n const segmentGroup = useContext(SegmentGroupContext);\n const usesGroupSelection = segmentGroup !== null && value !== undefined;\n\n const effectiveVariant =\n variant ?? segmentGroup?.variant ?? SegmentButtonVariant.Primary;\n\n const effectiveIsSelected = usesGroupSelection\n ? segmentGroup.value === value\n : isSelected;\n\n const getTextAndIconClassName = () => {\n if (\n effectiveVariant === SegmentButtonVariant.Primary &&\n effectiveIsSelected\n ) {\n return 'text-primary-inverse';\n }\n if (\n effectiveVariant === SegmentButtonVariant.Secondary &&\n effectiveIsSelected\n ) {\n return 'text-default';\n }\n return '';\n };\n\n const handlePress = (event: GestureResponderEvent) => {\n if (\n usesGroupSelection &&\n segmentGroup !== null &&\n value !== undefined &&\n segmentGroup.value !== value\n ) {\n segmentGroup.onChange(value);\n }\n onPress?.(event);\n };\n\n return (\n <ButtonBase\n {...buttonBaseRest}\n size={size}\n isLoading={isLoading}\n children={children}\n onPress={handlePress}\n textProps={{\n ...(!effectiveIsSelected ? { color: TextColor.TextAlternative } : {}),\n ...textProps,\n }}\n startIconProps={{\n ...(!effectiveIsSelected ? { color: IconColor.IconAlternative } : {}),\n ...startIconProps,\n }}\n endIconProps={{\n ...(!effectiveIsSelected ? { color: IconColor.IconAlternative } : {}),\n ...endIconProps,\n }}\n twClassName={(pressed) => {\n if (\n effectiveVariant === SegmentButtonVariant.Primary &&\n effectiveIsSelected\n ) {\n return `${pressed || isLoading ? 'bg-icon-default-pressed' : 'bg-icon-default'} ${\n typeof twClassName === 'function'\n ? twClassName(pressed)\n : twClassName\n }`;\n }\n\n if (\n effectiveVariant === SegmentButtonVariant.Secondary &&\n effectiveIsSelected\n ) {\n return `${pressed || isLoading ? 'bg-muted-pressed' : 'bg-muted'} ${\n typeof twClassName === 'function'\n ? twClassName(pressed)\n : twClassName\n }`;\n }\n\n return `${pressed || isLoading ? 'bg-pressed' : 'bg-transparent'} border-0 ${\n typeof twClassName === 'function' ? twClassName(pressed) : twClassName\n }`;\n }}\n textClassName={getTextAndIconClassName}\n iconClassName={getTextAndIconClassName}\n style={style}\n />\n );\n};\n\nSegmentButton.displayName = 'SegmentButton';\n"]}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=SegmentButton.types.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SegmentButton.types.cjs","sourceRoot":"","sources":["../../../src/components/SegmentButton/SegmentButton.types.ts"],"names":[],"mappings":"","sourcesContent":["import type { SegmentButtonPropsShared } from '@metamask/design-system-shared';\n\nimport type { ButtonBaseProps } from '../ButtonBase/ButtonBase.types';\n\n/**\n * SegmentButton component props.\n */\nexport type SegmentButtonProps = SegmentButtonPropsShared &\n Omit<ButtonBaseProps, 'onPress'> & {\n onPress?: ButtonBaseProps['onPress'];\n };\n"]}
@@ -0,0 +1,9 @@
1
+ import type { SegmentButtonPropsShared } from "@metamask/design-system-shared";
2
+ import type { ButtonBaseProps } from "../ButtonBase/ButtonBase.types.cjs";
3
+ /**
4
+ * SegmentButton component props.
5
+ */
6
+ export type SegmentButtonProps = SegmentButtonPropsShared & Omit<ButtonBaseProps, 'onPress'> & {
7
+ onPress?: ButtonBaseProps['onPress'];
8
+ };
9
+ //# sourceMappingURL=SegmentButton.types.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SegmentButton.types.d.cts","sourceRoot":"","sources":["../../../src/components/SegmentButton/SegmentButton.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,wBAAwB,EAAE,uCAAuC;AAE/E,OAAO,KAAK,EAAE,eAAe,EAAE,2CAAuC;AAEtE;;GAEG;AACH,MAAM,MAAM,kBAAkB,GAAG,wBAAwB,GACvD,IAAI,CAAC,eAAe,EAAE,SAAS,CAAC,GAAG;IACjC,OAAO,CAAC,EAAE,eAAe,CAAC,SAAS,CAAC,CAAC;CACtC,CAAC"}
@@ -0,0 +1,9 @@
1
+ import type { SegmentButtonPropsShared } from "@metamask/design-system-shared";
2
+ import type { ButtonBaseProps } from "../ButtonBase/ButtonBase.types.mjs";
3
+ /**
4
+ * SegmentButton component props.
5
+ */
6
+ export type SegmentButtonProps = SegmentButtonPropsShared & Omit<ButtonBaseProps, 'onPress'> & {
7
+ onPress?: ButtonBaseProps['onPress'];
8
+ };
9
+ //# sourceMappingURL=SegmentButton.types.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SegmentButton.types.d.mts","sourceRoot":"","sources":["../../../src/components/SegmentButton/SegmentButton.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,wBAAwB,EAAE,uCAAuC;AAE/E,OAAO,KAAK,EAAE,eAAe,EAAE,2CAAuC;AAEtE;;GAEG;AACH,MAAM,MAAM,kBAAkB,GAAG,wBAAwB,GACvD,IAAI,CAAC,eAAe,EAAE,SAAS,CAAC,GAAG;IACjC,OAAO,CAAC,EAAE,eAAe,CAAC,SAAS,CAAC,CAAC;CACtC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=SegmentButton.types.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SegmentButton.types.mjs","sourceRoot":"","sources":["../../../src/components/SegmentButton/SegmentButton.types.ts"],"names":[],"mappings":"","sourcesContent":["import type { SegmentButtonPropsShared } from '@metamask/design-system-shared';\n\nimport type { ButtonBaseProps } from '../ButtonBase/ButtonBase.types';\n\n/**\n * SegmentButton component props.\n */\nexport type SegmentButtonProps = SegmentButtonPropsShared &\n Omit<ButtonBaseProps, 'onPress'> & {\n onPress?: ButtonBaseProps['onPress'];\n };\n"]}
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.SegmentButton = exports.SegmentButtonVariant = void 0;
4
+ var design_system_shared_1 = require("@metamask/design-system-shared");
5
+ Object.defineProperty(exports, "SegmentButtonVariant", { enumerable: true, get: function () { return design_system_shared_1.SegmentButtonVariant; } });
6
+ var SegmentButton_1 = require("./SegmentButton.cjs");
7
+ Object.defineProperty(exports, "SegmentButton", { enumerable: true, get: function () { return SegmentButton_1.SegmentButton; } });
8
+ //# sourceMappingURL=index.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.cjs","sourceRoot":"","sources":["../../../src/components/SegmentButton/index.ts"],"names":[],"mappings":";;;AAAA,uEAAsE;AAA7D,4HAAA,oBAAoB,OAAA;AAC7B,qDAAgD;AAAvC,8GAAA,aAAa,OAAA","sourcesContent":["export { SegmentButtonVariant } from '@metamask/design-system-shared';\nexport { SegmentButton } from './SegmentButton';\nexport type { SegmentButtonProps } from './SegmentButton.types';\n"]}
@@ -0,0 +1,4 @@
1
+ export { SegmentButtonVariant } from "@metamask/design-system-shared";
2
+ export { SegmentButton } from "./SegmentButton.cjs";
3
+ export type { SegmentButtonProps } from "./SegmentButton.types.cjs";
4
+ //# sourceMappingURL=index.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.cts","sourceRoot":"","sources":["../../../src/components/SegmentButton/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,uCAAuC;AACtE,OAAO,EAAE,aAAa,EAAE,4BAAwB;AAChD,YAAY,EAAE,kBAAkB,EAAE,kCAA8B"}
@@ -0,0 +1,4 @@
1
+ export { SegmentButtonVariant } from "@metamask/design-system-shared";
2
+ export { SegmentButton } from "./SegmentButton.mjs";
3
+ export type { SegmentButtonProps } from "./SegmentButton.types.mjs";
4
+ //# sourceMappingURL=index.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../../../src/components/SegmentButton/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,uCAAuC;AACtE,OAAO,EAAE,aAAa,EAAE,4BAAwB;AAChD,YAAY,EAAE,kBAAkB,EAAE,kCAA8B"}
@@ -0,0 +1,3 @@
1
+ export { SegmentButtonVariant } from "@metamask/design-system-shared";
2
+ export { SegmentButton } from "./SegmentButton.mjs";
3
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../../src/components/SegmentButton/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,uCAAuC;AACtE,OAAO,EAAE,aAAa,EAAE,4BAAwB","sourcesContent":["export { SegmentButtonVariant } from '@metamask/design-system-shared';\nexport { SegmentButton } from './SegmentButton';\nexport type { SegmentButtonProps } from './SegmentButton.types';\n"]}
@@ -0,0 +1,47 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __importStar = (this && this.__importStar) || function (mod) {
19
+ if (mod && mod.__esModule) return mod;
20
+ var result = {};
21
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
+ __setModuleDefault(result, mod);
23
+ return result;
24
+ };
25
+ Object.defineProperty(exports, "__esModule", { value: true });
26
+ exports.SegmentGroup = void 0;
27
+ const design_system_shared_1 = require("@metamask/design-system-shared");
28
+ const design_system_twrnc_preset_1 = require("@metamask/design-system-twrnc-preset");
29
+ const react_1 = __importStar(require("react"));
30
+ const react_native_1 = require("react-native/index.js");
31
+ const Box_constants_1 = require("../Box/Box.constants.cjs");
32
+ const SegmentGroup = ({ value, onChange, variant, children, twClassName, style, contentContainerStyle, ...scrollRest }) => {
33
+ const tw = (0, design_system_twrnc_preset_1.useTailwind)();
34
+ const contextValue = (0, react_1.useMemo)(() => ({ value, onChange, variant }), [value, onChange, variant]);
35
+ const mergedContentContainerStyle = [
36
+ tw.style('flex', design_system_shared_1.BoxFlexDirection.Row, design_system_shared_1.BoxAlignItems.Center, Box_constants_1.TWCLASSMAP_BOX_GAP[3], twClassName),
37
+ contentContainerStyle,
38
+ ];
39
+ return (<design_system_shared_1.SegmentGroupContext.Provider value={contextValue}>
40
+ <react_native_1.ScrollView {...scrollRest} horizontal showsHorizontalScrollIndicator={false} accessibilityRole="tablist" style={[tw.style('self-stretch'), style]} contentContainerStyle={mergedContentContainerStyle}>
41
+ {children}
42
+ </react_native_1.ScrollView>
43
+ </design_system_shared_1.SegmentGroupContext.Provider>);
44
+ };
45
+ exports.SegmentGroup = SegmentGroup;
46
+ exports.SegmentGroup.displayName = 'SegmentGroup';
47
+ //# sourceMappingURL=SegmentGroup.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SegmentGroup.cjs","sourceRoot":"","sources":["../../../src/components/SegmentGroup/SegmentGroup.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yEAIwC;AACxC,qFAAmE;AACnE,+CAAuC;AACvC,wDAA0C;AAG1C,4DAA0D;AAInD,MAAM,YAAY,GAAG,CAAC,EAC3B,KAAK,EACL,QAAQ,EACR,OAAO,EACP,QAAQ,EACR,WAAW,EACX,KAAK,EACL,qBAAqB,EACrB,GAAG,UAAU,EACK,EAAE,EAAE;IACtB,MAAM,EAAE,GAAG,IAAA,wCAAW,GAAE,CAAC;IAEzB,MAAM,YAAY,GAAG,IAAA,eAAO,EAC1B,GAAG,EAAE,CAAC,CAAC,EAAE,KAAK,EAAE,QAAQ,EAAE,OAAO,EAAE,CAAC,EACpC,CAAC,KAAK,EAAE,QAAQ,EAAE,OAAO,CAAC,CAC3B,CAAC;IAEF,MAAM,2BAA2B,GAAyB;QACxD,EAAE,CAAC,KAAK,CACN,MAAM,EACN,uCAAgB,CAAC,GAAG,EACpB,oCAAa,CAAC,MAAM,EACpB,kCAAkB,CAAC,CAAC,CAAC,EACrB,WAAW,CACZ;QACD,qBAAqB;KACtB,CAAC;IAEF,OAAO,CACL,CAAC,0CAAmB,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC,YAAY,CAAC,CAChD;MAAA,CAAC,yBAAU,CACT,IAAI,UAAU,CAAC,CACf,UAAU,CACV,8BAA8B,CAAC,CAAC,KAAK,CAAC,CACtC,iBAAiB,CAAC,SAAS,CAC3B,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,KAAK,CAAC,cAAc,CAAC,EAAE,KAAK,CAAC,CAAC,CACzC,qBAAqB,CAAC,CAAC,2BAA2B,CAAC,CAEnD;QAAA,CAAC,QAAQ,CACX;MAAA,EAAE,yBAAU,CACd;IAAA,EAAE,0CAAmB,CAAC,QAAQ,CAAC,CAChC,CAAC;AACJ,CAAC,CAAC;AA1CW,QAAA,YAAY,gBA0CvB;AAEF,oBAAY,CAAC,WAAW,GAAG,cAAc,CAAC","sourcesContent":["import {\n BoxAlignItems,\n BoxFlexDirection,\n SegmentGroupContext,\n} from '@metamask/design-system-shared';\nimport { useTailwind } from '@metamask/design-system-twrnc-preset';\nimport React, { useMemo } from 'react';\nimport { ScrollView } from 'react-native';\nimport type { StyleProp, ViewStyle } from 'react-native';\n\nimport { TWCLASSMAP_BOX_GAP } from '../Box/Box.constants';\n\nimport type { SegmentGroupProps } from './SegmentGroup.types';\n\nexport const SegmentGroup = ({\n value,\n onChange,\n variant,\n children,\n twClassName,\n style,\n contentContainerStyle,\n ...scrollRest\n}: SegmentGroupProps) => {\n const tw = useTailwind();\n\n const contextValue = useMemo(\n () => ({ value, onChange, variant }),\n [value, onChange, variant],\n );\n\n const mergedContentContainerStyle: StyleProp<ViewStyle> = [\n tw.style(\n 'flex',\n BoxFlexDirection.Row,\n BoxAlignItems.Center,\n TWCLASSMAP_BOX_GAP[3],\n twClassName,\n ),\n contentContainerStyle,\n ];\n\n return (\n <SegmentGroupContext.Provider value={contextValue}>\n <ScrollView\n {...scrollRest}\n horizontal\n showsHorizontalScrollIndicator={false}\n accessibilityRole=\"tablist\"\n style={[tw.style('self-stretch'), style]}\n contentContainerStyle={mergedContentContainerStyle}\n >\n {children}\n </ScrollView>\n </SegmentGroupContext.Provider>\n );\n};\n\nSegmentGroup.displayName = 'SegmentGroup';\n"]}
@@ -0,0 +1,7 @@
1
+ import React from "react";
2
+ import type { SegmentGroupProps } from "./SegmentGroup.types.cjs";
3
+ export declare const SegmentGroup: {
4
+ ({ value, onChange, variant, children, twClassName, style, contentContainerStyle, ...scrollRest }: SegmentGroupProps): React.JSX.Element;
5
+ displayName: string;
6
+ };
7
+ //# sourceMappingURL=SegmentGroup.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SegmentGroup.d.cts","sourceRoot":"","sources":["../../../src/components/SegmentGroup/SegmentGroup.tsx"],"names":[],"mappings":"AAMA,OAAO,KAAkB,cAAc;AAMvC,OAAO,KAAK,EAAE,iBAAiB,EAAE,iCAA6B;AAE9D,eAAO,MAAM,YAAY;uGAStB,iBAAiB;;CAiCnB,CAAC"}
@@ -0,0 +1,7 @@
1
+ import React from "react";
2
+ import type { SegmentGroupProps } from "./SegmentGroup.types.mjs";
3
+ export declare const SegmentGroup: {
4
+ ({ value, onChange, variant, children, twClassName, style, contentContainerStyle, ...scrollRest }: SegmentGroupProps): React.JSX.Element;
5
+ displayName: string;
6
+ };
7
+ //# sourceMappingURL=SegmentGroup.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SegmentGroup.d.mts","sourceRoot":"","sources":["../../../src/components/SegmentGroup/SegmentGroup.tsx"],"names":[],"mappings":"AAMA,OAAO,KAAkB,cAAc;AAMvC,OAAO,KAAK,EAAE,iBAAiB,EAAE,iCAA6B;AAE9D,eAAO,MAAM,YAAY;uGAStB,iBAAiB;;CAiCnB,CAAC"}
@@ -0,0 +1,27 @@
1
+ function $importDefault(module) {
2
+ if (module?.__esModule) {
3
+ return module.default;
4
+ }
5
+ return module;
6
+ }
7
+ import { BoxAlignItems, BoxFlexDirection, SegmentGroupContext } from "@metamask/design-system-shared";
8
+ import { useTailwind } from "@metamask/design-system-twrnc-preset";
9
+ import $React, { useMemo } from "react";
10
+ const React = $importDefault($React);
11
+ import { ScrollView } from "react-native/index.js";
12
+ import { TWCLASSMAP_BOX_GAP } from "../Box/Box.constants.mjs";
13
+ export const SegmentGroup = ({ value, onChange, variant, children, twClassName, style, contentContainerStyle, ...scrollRest }) => {
14
+ const tw = useTailwind();
15
+ const contextValue = useMemo(() => ({ value, onChange, variant }), [value, onChange, variant]);
16
+ const mergedContentContainerStyle = [
17
+ tw.style('flex', BoxFlexDirection.Row, BoxAlignItems.Center, TWCLASSMAP_BOX_GAP[3], twClassName),
18
+ contentContainerStyle,
19
+ ];
20
+ return (<SegmentGroupContext.Provider value={contextValue}>
21
+ <ScrollView {...scrollRest} horizontal showsHorizontalScrollIndicator={false} accessibilityRole="tablist" style={[tw.style('self-stretch'), style]} contentContainerStyle={mergedContentContainerStyle}>
22
+ {children}
23
+ </ScrollView>
24
+ </SegmentGroupContext.Provider>);
25
+ };
26
+ SegmentGroup.displayName = 'SegmentGroup';
27
+ //# sourceMappingURL=SegmentGroup.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SegmentGroup.mjs","sourceRoot":"","sources":["../../../src/components/SegmentGroup/SegmentGroup.tsx"],"names":[],"mappings":";;;;;;AAAA,OAAO,EACL,aAAa,EACb,gBAAgB,EAChB,mBAAmB,EACpB,uCAAuC;AACxC,OAAO,EAAE,WAAW,EAAE,6CAA6C;AACnE,OAAO,QAAO,EAAE,OAAO,EAAE,cAAc;;AACvC,OAAO,EAAE,UAAU,EAAE,8BAAqB;AAG1C,OAAO,EAAE,kBAAkB,EAAE,iCAA6B;AAI1D,MAAM,CAAC,MAAM,YAAY,GAAG,CAAC,EAC3B,KAAK,EACL,QAAQ,EACR,OAAO,EACP,QAAQ,EACR,WAAW,EACX,KAAK,EACL,qBAAqB,EACrB,GAAG,UAAU,EACK,EAAE,EAAE;IACtB,MAAM,EAAE,GAAG,WAAW,EAAE,CAAC;IAEzB,MAAM,YAAY,GAAG,OAAO,CAC1B,GAAG,EAAE,CAAC,CAAC,EAAE,KAAK,EAAE,QAAQ,EAAE,OAAO,EAAE,CAAC,EACpC,CAAC,KAAK,EAAE,QAAQ,EAAE,OAAO,CAAC,CAC3B,CAAC;IAEF,MAAM,2BAA2B,GAAyB;QACxD,EAAE,CAAC,KAAK,CACN,MAAM,EACN,gBAAgB,CAAC,GAAG,EACpB,aAAa,CAAC,MAAM,EACpB,kBAAkB,CAAC,CAAC,CAAC,EACrB,WAAW,CACZ;QACD,qBAAqB;KACtB,CAAC;IAEF,OAAO,CACL,CAAC,mBAAmB,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC,YAAY,CAAC,CAChD;MAAA,CAAC,UAAU,CACT,IAAI,UAAU,CAAC,CACf,UAAU,CACV,8BAA8B,CAAC,CAAC,KAAK,CAAC,CACtC,iBAAiB,CAAC,SAAS,CAC3B,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,KAAK,CAAC,cAAc,CAAC,EAAE,KAAK,CAAC,CAAC,CACzC,qBAAqB,CAAC,CAAC,2BAA2B,CAAC,CAEnD;QAAA,CAAC,QAAQ,CACX;MAAA,EAAE,UAAU,CACd;IAAA,EAAE,mBAAmB,CAAC,QAAQ,CAAC,CAChC,CAAC;AACJ,CAAC,CAAC;AAEF,YAAY,CAAC,WAAW,GAAG,cAAc,CAAC","sourcesContent":["import {\n BoxAlignItems,\n BoxFlexDirection,\n SegmentGroupContext,\n} from '@metamask/design-system-shared';\nimport { useTailwind } from '@metamask/design-system-twrnc-preset';\nimport React, { useMemo } from 'react';\nimport { ScrollView } from 'react-native';\nimport type { StyleProp, ViewStyle } from 'react-native';\n\nimport { TWCLASSMAP_BOX_GAP } from '../Box/Box.constants';\n\nimport type { SegmentGroupProps } from './SegmentGroup.types';\n\nexport const SegmentGroup = ({\n value,\n onChange,\n variant,\n children,\n twClassName,\n style,\n contentContainerStyle,\n ...scrollRest\n}: SegmentGroupProps) => {\n const tw = useTailwind();\n\n const contextValue = useMemo(\n () => ({ value, onChange, variant }),\n [value, onChange, variant],\n );\n\n const mergedContentContainerStyle: StyleProp<ViewStyle> = [\n tw.style(\n 'flex',\n BoxFlexDirection.Row,\n BoxAlignItems.Center,\n TWCLASSMAP_BOX_GAP[3],\n twClassName,\n ),\n contentContainerStyle,\n ];\n\n return (\n <SegmentGroupContext.Provider value={contextValue}>\n <ScrollView\n {...scrollRest}\n horizontal\n showsHorizontalScrollIndicator={false}\n accessibilityRole=\"tablist\"\n style={[tw.style('self-stretch'), style]}\n contentContainerStyle={mergedContentContainerStyle}\n >\n {children}\n </ScrollView>\n </SegmentGroupContext.Provider>\n );\n};\n\nSegmentGroup.displayName = 'SegmentGroup';\n"]}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=SegmentGroup.types.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SegmentGroup.types.cjs","sourceRoot":"","sources":["../../../src/components/SegmentGroup/SegmentGroup.types.ts"],"names":[],"mappings":"","sourcesContent":["import type { SegmentGroupPropsShared } from '@metamask/design-system-shared';\nimport type { ScrollViewProps } from 'react-native';\n\n/**\n * SegmentGroup component props.\n */\nexport type SegmentGroupProps = SegmentGroupPropsShared &\n Omit<ScrollViewProps, 'horizontal' | 'showsHorizontalScrollIndicator'> & {\n /**\n * Optional twrnc classes merged into `contentContainerStyle` after the default row layout.\n */\n twClassName?: string;\n };\n"]}
@@ -0,0 +1,12 @@
1
+ import type { SegmentGroupPropsShared } from "@metamask/design-system-shared";
2
+ import type { ScrollViewProps } from "react-native/index.js";
3
+ /**
4
+ * SegmentGroup component props.
5
+ */
6
+ export type SegmentGroupProps = SegmentGroupPropsShared & Omit<ScrollViewProps, 'horizontal' | 'showsHorizontalScrollIndicator'> & {
7
+ /**
8
+ * Optional twrnc classes merged into `contentContainerStyle` after the default row layout.
9
+ */
10
+ twClassName?: string;
11
+ };
12
+ //# sourceMappingURL=SegmentGroup.types.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SegmentGroup.types.d.cts","sourceRoot":"","sources":["../../../src/components/SegmentGroup/SegmentGroup.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,uBAAuB,EAAE,uCAAuC;AAC9E,OAAO,KAAK,EAAE,eAAe,EAAE,8BAAqB;AAEpD;;GAEG;AACH,MAAM,MAAM,iBAAiB,GAAG,uBAAuB,GACrD,IAAI,CAAC,eAAe,EAAE,YAAY,GAAG,gCAAgC,CAAC,GAAG;IACvE;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB,CAAC"}
@@ -0,0 +1,12 @@
1
+ import type { SegmentGroupPropsShared } from "@metamask/design-system-shared";
2
+ import type { ScrollViewProps } from "react-native/index.js";
3
+ /**
4
+ * SegmentGroup component props.
5
+ */
6
+ export type SegmentGroupProps = SegmentGroupPropsShared & Omit<ScrollViewProps, 'horizontal' | 'showsHorizontalScrollIndicator'> & {
7
+ /**
8
+ * Optional twrnc classes merged into `contentContainerStyle` after the default row layout.
9
+ */
10
+ twClassName?: string;
11
+ };
12
+ //# sourceMappingURL=SegmentGroup.types.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SegmentGroup.types.d.mts","sourceRoot":"","sources":["../../../src/components/SegmentGroup/SegmentGroup.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,uBAAuB,EAAE,uCAAuC;AAC9E,OAAO,KAAK,EAAE,eAAe,EAAE,8BAAqB;AAEpD;;GAEG;AACH,MAAM,MAAM,iBAAiB,GAAG,uBAAuB,GACrD,IAAI,CAAC,eAAe,EAAE,YAAY,GAAG,gCAAgC,CAAC,GAAG;IACvE;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=SegmentGroup.types.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SegmentGroup.types.mjs","sourceRoot":"","sources":["../../../src/components/SegmentGroup/SegmentGroup.types.ts"],"names":[],"mappings":"","sourcesContent":["import type { SegmentGroupPropsShared } from '@metamask/design-system-shared';\nimport type { ScrollViewProps } from 'react-native';\n\n/**\n * SegmentGroup component props.\n */\nexport type SegmentGroupProps = SegmentGroupPropsShared &\n Omit<ScrollViewProps, 'horizontal' | 'showsHorizontalScrollIndicator'> & {\n /**\n * Optional twrnc classes merged into `contentContainerStyle` after the default row layout.\n */\n twClassName?: string;\n };\n"]}
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.SegmentGroup = void 0;
4
+ var SegmentGroup_1 = require("./SegmentGroup.cjs");
5
+ Object.defineProperty(exports, "SegmentGroup", { enumerable: true, get: function () { return SegmentGroup_1.SegmentGroup; } });
6
+ //# sourceMappingURL=index.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.cjs","sourceRoot":"","sources":["../../../src/components/SegmentGroup/index.ts"],"names":[],"mappings":";;;AAAA,mDAA8C;AAArC,4GAAA,YAAY,OAAA","sourcesContent":["export { SegmentGroup } from './SegmentGroup';\nexport type { SegmentGroupProps } from './SegmentGroup.types';\n"]}
@@ -0,0 +1,3 @@
1
+ export { SegmentGroup } from "./SegmentGroup.cjs";
2
+ export type { SegmentGroupProps } from "./SegmentGroup.types.cjs";
3
+ //# sourceMappingURL=index.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.cts","sourceRoot":"","sources":["../../../src/components/SegmentGroup/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,2BAAuB;AAC9C,YAAY,EAAE,iBAAiB,EAAE,iCAA6B"}
@@ -0,0 +1,3 @@
1
+ export { SegmentGroup } from "./SegmentGroup.mjs";
2
+ export type { SegmentGroupProps } from "./SegmentGroup.types.mjs";
3
+ //# sourceMappingURL=index.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../../../src/components/SegmentGroup/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,2BAAuB;AAC9C,YAAY,EAAE,iBAAiB,EAAE,iCAA6B"}
@@ -0,0 +1,2 @@
1
+ export { SegmentGroup } from "./SegmentGroup.mjs";
2
+ //# sourceMappingURL=index.mjs.map