@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,36 @@
1
+ function $importDefault(module) {
2
+ if (module?.__esModule) {
3
+ return module.default;
4
+ }
5
+ return module;
6
+ }
7
+ // Third party dependencies.
8
+ import $React from "react";
9
+ const React = $importDefault($React);
10
+ // External dependencies.
11
+ import { BoxAlignItems } from "../../Box/index.mjs";
12
+ import { BoxColumn } from "../../BoxColumn/index.mjs";
13
+ import { FontWeight, TextColor, TextVariant } from "../../Text/index.mjs";
14
+ import { TextOrChildren } from "../TextOrChildren/index.mjs";
15
+ export function HeaderStandardCenterColumn({ title, titleProps, subtitle, subtitleProps, }) {
16
+ let subtitleTextProps;
17
+ if (subtitle && typeof subtitle === 'string') {
18
+ const { twClassName: subtitleTwClassName, ...subtitleTextRest } = subtitleProps ?? {};
19
+ subtitleTextProps = {
20
+ variant: TextVariant.BodySm,
21
+ color: TextColor.TextAlternative,
22
+ ...subtitleTextRest,
23
+ twClassName: ['-mt-0.5', subtitleTwClassName].filter(Boolean).join(' '),
24
+ };
25
+ }
26
+ return (<BoxColumn alignItems={BoxAlignItems.Center} textProps={{
27
+ variant: TextVariant.BodyMd,
28
+ fontWeight: FontWeight.Bold,
29
+ ...titleProps,
30
+ }} bottomAccessory={subtitle ? (<TextOrChildren textProps={subtitleTextProps}>
31
+ {subtitle}
32
+ </TextOrChildren>) : undefined}>
33
+ {title}
34
+ </BoxColumn>);
35
+ }
36
+ //# sourceMappingURL=HeaderStandardCenterColumn.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HeaderStandardCenterColumn.mjs","sourceRoot":"","sources":["../../../../src/components/temp-components/HeaderStandardCenterColumn/HeaderStandardCenterColumn.tsx"],"names":[],"mappings":";;;;;;AAAA,4BAA4B;AAC5B,OAAO,MAAK,cAAc;;AAE1B,yBAAyB;AACzB,OAAO,EAAE,aAAa,EAAE,4BAAkB;AAC1C,OAAO,EAAE,SAAS,EAAE,kCAAwB;AAE5C,OAAO,EAAE,UAAU,EAAE,SAAS,EAAE,WAAW,EAAE,6BAAmB;AAChE,OAAO,EAAE,cAAc,EAAE,oCAA0B;AAKnD,MAAM,UAAU,0BAA0B,CAAC,EACzC,KAAK,EACL,UAAU,EACV,QAAQ,EACR,aAAa,GACmB;IAChC,IAAI,iBAAmE,CAAC;IACxE,IAAI,QAAQ,IAAI,OAAO,QAAQ,KAAK,QAAQ,EAAE;QAC5C,MAAM,EAAE,WAAW,EAAE,mBAAmB,EAAE,GAAG,gBAAgB,EAAE,GAC7D,aAAa,IAAI,EAAE,CAAC;QACtB,iBAAiB,GAAG;YAClB,OAAO,EAAE,WAAW,CAAC,MAAM;YAC3B,KAAK,EAAE,SAAS,CAAC,eAAe;YAChC,GAAG,gBAAgB;YACnB,WAAW,EAAE,CAAC,SAAS,EAAE,mBAAmB,CAAC,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC;SACxE,CAAC;KACH;IAED,OAAO,CACL,CAAC,SAAS,CACR,UAAU,CAAC,CAAC,aAAa,CAAC,MAAM,CAAC,CACjC,SAAS,CAAC,CAAC;YACT,OAAO,EAAE,WAAW,CAAC,MAAM;YAC3B,UAAU,EAAE,UAAU,CAAC,IAAI;YAC3B,GAAG,UAAU;SACd,CAAC,CACF,eAAe,CAAC,CACd,QAAQ,CAAC,CAAC,CAAC,CACT,CAAC,cAAc,CAAC,SAAS,CAAC,CAAC,iBAAiB,CAAC,CAC3C;YAAA,CAAC,QAAQ,CACX;UAAA,EAAE,cAAc,CAAC,CAClB,CAAC,CAAC,CAAC,SAAS,CACd,CAED;MAAA,CAAC,KAAK,CACR;IAAA,EAAE,SAAS,CAAC,CACb,CAAC;AACJ,CAAC","sourcesContent":["// Third party dependencies.\nimport React from 'react';\n\n// External dependencies.\nimport { BoxAlignItems } from '../../Box';\nimport { BoxColumn } from '../../BoxColumn';\nimport type { TextProps } from '../../Text';\nimport { FontWeight, TextColor, TextVariant } from '../../Text';\nimport { TextOrChildren } from '../TextOrChildren';\n\n// Internal dependencies.\nimport type { HeaderStandardCenterColumnProps } from './HeaderStandardCenterColumn.types';\n\nexport function HeaderStandardCenterColumn({\n title,\n titleProps,\n subtitle,\n subtitleProps,\n}: HeaderStandardCenterColumnProps) {\n let subtitleTextProps: Omit<Partial<TextProps>, 'children'> | undefined;\n if (subtitle && typeof subtitle === 'string') {\n const { twClassName: subtitleTwClassName, ...subtitleTextRest } =\n subtitleProps ?? {};\n subtitleTextProps = {\n variant: TextVariant.BodySm,\n color: TextColor.TextAlternative,\n ...subtitleTextRest,\n twClassName: ['-mt-0.5', subtitleTwClassName].filter(Boolean).join(' '),\n };\n }\n\n return (\n <BoxColumn\n alignItems={BoxAlignItems.Center}\n textProps={{\n variant: TextVariant.BodyMd,\n fontWeight: FontWeight.Bold,\n ...titleProps,\n }}\n bottomAccessory={\n subtitle ? (\n <TextOrChildren textProps={subtitleTextProps}>\n {subtitle}\n </TextOrChildren>\n ) : undefined\n }\n >\n {title}\n </BoxColumn>\n );\n}\n"]}
@@ -0,0 +1,8 @@
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
+ // Third party dependencies.
7
+ const react_1 = __importDefault(require("react"));
8
+ //# sourceMappingURL=HeaderStandardCenterColumn.types.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HeaderStandardCenterColumn.types.cjs","sourceRoot":"","sources":["../../../../src/components/temp-components/HeaderStandardCenterColumn/HeaderStandardCenterColumn.types.ts"],"names":[],"mappings":";;;;;AAAA,4BAA4B;AAC5B,kDAA0B","sourcesContent":["// Third party dependencies.\nimport React from 'react';\n\n// External dependencies.\nimport type { TextProps } from '../../Text';\n\n/**\n * Shared title/subtitle fields for header center content (see HeaderStandard, HeaderStandardAnimated).\n */\nexport type HeaderStandardCenterColumnFields = {\n /**\n * Title to display in the header. Can be a string or a React node.\n * Used as children if children prop is not provided.\n * When string: rendered with TextVariant.BodyMd and FontWeight.Bold by default; titleProps apply.\n * When node: rendered as-is; titleProps are not applied.\n */\n title?: string | React.ReactNode;\n /**\n * Additional props to pass to the title Text component.\n * Props are spread to the Text component and can override default values.\n * Only applied when title is a string.\n */\n titleProps?: Partial<TextProps>;\n /**\n * Subtitle to display below the title. Can be a string or a React node.\n * When string: rendered with TextVariant.BodySm and TextColor.TextAlternative by default; subtitleProps apply.\n * When node: rendered as-is; subtitleProps are not applied (add spacing on your root if needed, e.g. twClassName).\n */\n subtitle?: string | React.ReactNode;\n /**\n * Additional props to pass to the subtitle Text component.\n * Props are spread to the Text component and can override default values.\n * Only applied when subtitle is a string.\n */\n subtitleProps?: Partial<TextProps>;\n};\n\n/**\n * Props for the presentational center column (requires `title` when rendered).\n */\nexport type HeaderStandardCenterColumnProps = Omit<\n HeaderStandardCenterColumnFields,\n 'title'\n> & {\n title: React.ReactNode;\n};\n"]}
@@ -0,0 +1,39 @@
1
+ import React from "react";
2
+ import type { TextProps } from "../../Text/index.cjs";
3
+ /**
4
+ * Shared title/subtitle fields for header center content (see HeaderStandard, HeaderStandardAnimated).
5
+ */
6
+ export type HeaderStandardCenterColumnFields = {
7
+ /**
8
+ * Title to display in the header. Can be a string or a React node.
9
+ * Used as children if children prop is not provided.
10
+ * When string: rendered with TextVariant.BodyMd and FontWeight.Bold by default; titleProps apply.
11
+ * When node: rendered as-is; titleProps are not applied.
12
+ */
13
+ title?: string | React.ReactNode;
14
+ /**
15
+ * Additional props to pass to the title Text component.
16
+ * Props are spread to the Text component and can override default values.
17
+ * Only applied when title is a string.
18
+ */
19
+ titleProps?: Partial<TextProps>;
20
+ /**
21
+ * Subtitle to display below the title. Can be a string or a React node.
22
+ * When string: rendered with TextVariant.BodySm and TextColor.TextAlternative by default; subtitleProps apply.
23
+ * When node: rendered as-is; subtitleProps are not applied (add spacing on your root if needed, e.g. twClassName).
24
+ */
25
+ subtitle?: string | React.ReactNode;
26
+ /**
27
+ * Additional props to pass to the subtitle Text component.
28
+ * Props are spread to the Text component and can override default values.
29
+ * Only applied when subtitle is a string.
30
+ */
31
+ subtitleProps?: Partial<TextProps>;
32
+ };
33
+ /**
34
+ * Props for the presentational center column (requires `title` when rendered).
35
+ */
36
+ export type HeaderStandardCenterColumnProps = Omit<HeaderStandardCenterColumnFields, 'title'> & {
37
+ title: React.ReactNode;
38
+ };
39
+ //# sourceMappingURL=HeaderStandardCenterColumn.types.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HeaderStandardCenterColumn.types.d.cts","sourceRoot":"","sources":["../../../../src/components/temp-components/HeaderStandardCenterColumn/HeaderStandardCenterColumn.types.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,cAAc;AAG1B,OAAO,KAAK,EAAE,SAAS,EAAE,6BAAmB;AAE5C;;GAEG;AACH,MAAM,MAAM,gCAAgC,GAAG;IAC7C;;;;;OAKG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,KAAK,CAAC,SAAS,CAAC;IACjC;;;;OAIG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC,SAAS,CAAC,CAAC;IAChC;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,KAAK,CAAC,SAAS,CAAC;IACpC;;;;OAIG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC,SAAS,CAAC,CAAC;CACpC,CAAC;AAEF;;GAEG;AACH,MAAM,MAAM,+BAA+B,GAAG,IAAI,CAChD,gCAAgC,EAChC,OAAO,CACR,GAAG;IACF,KAAK,EAAE,KAAK,CAAC,SAAS,CAAC;CACxB,CAAC"}
@@ -0,0 +1,39 @@
1
+ import React from "react";
2
+ import type { TextProps } from "../../Text/index.mjs";
3
+ /**
4
+ * Shared title/subtitle fields for header center content (see HeaderStandard, HeaderStandardAnimated).
5
+ */
6
+ export type HeaderStandardCenterColumnFields = {
7
+ /**
8
+ * Title to display in the header. Can be a string or a React node.
9
+ * Used as children if children prop is not provided.
10
+ * When string: rendered with TextVariant.BodyMd and FontWeight.Bold by default; titleProps apply.
11
+ * When node: rendered as-is; titleProps are not applied.
12
+ */
13
+ title?: string | React.ReactNode;
14
+ /**
15
+ * Additional props to pass to the title Text component.
16
+ * Props are spread to the Text component and can override default values.
17
+ * Only applied when title is a string.
18
+ */
19
+ titleProps?: Partial<TextProps>;
20
+ /**
21
+ * Subtitle to display below the title. Can be a string or a React node.
22
+ * When string: rendered with TextVariant.BodySm and TextColor.TextAlternative by default; subtitleProps apply.
23
+ * When node: rendered as-is; subtitleProps are not applied (add spacing on your root if needed, e.g. twClassName).
24
+ */
25
+ subtitle?: string | React.ReactNode;
26
+ /**
27
+ * Additional props to pass to the subtitle Text component.
28
+ * Props are spread to the Text component and can override default values.
29
+ * Only applied when subtitle is a string.
30
+ */
31
+ subtitleProps?: Partial<TextProps>;
32
+ };
33
+ /**
34
+ * Props for the presentational center column (requires `title` when rendered).
35
+ */
36
+ export type HeaderStandardCenterColumnProps = Omit<HeaderStandardCenterColumnFields, 'title'> & {
37
+ title: React.ReactNode;
38
+ };
39
+ //# sourceMappingURL=HeaderStandardCenterColumn.types.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HeaderStandardCenterColumn.types.d.mts","sourceRoot":"","sources":["../../../../src/components/temp-components/HeaderStandardCenterColumn/HeaderStandardCenterColumn.types.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,cAAc;AAG1B,OAAO,KAAK,EAAE,SAAS,EAAE,6BAAmB;AAE5C;;GAEG;AACH,MAAM,MAAM,gCAAgC,GAAG;IAC7C;;;;;OAKG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,KAAK,CAAC,SAAS,CAAC;IACjC;;;;OAIG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC,SAAS,CAAC,CAAC;IAChC;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,KAAK,CAAC,SAAS,CAAC;IACpC;;;;OAIG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC,SAAS,CAAC,CAAC;CACpC,CAAC;AAEF;;GAEG;AACH,MAAM,MAAM,+BAA+B,GAAG,IAAI,CAChD,gCAAgC,EAChC,OAAO,CACR,GAAG;IACF,KAAK,EAAE,KAAK,CAAC,SAAS,CAAC;CACxB,CAAC"}
@@ -0,0 +1,10 @@
1
+ function $importDefault(module) {
2
+ if (module?.__esModule) {
3
+ return module.default;
4
+ }
5
+ return module;
6
+ }
7
+ // Third party dependencies.
8
+ import $React from "react";
9
+ const React = $importDefault($React);
10
+ //# sourceMappingURL=HeaderStandardCenterColumn.types.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HeaderStandardCenterColumn.types.mjs","sourceRoot":"","sources":["../../../../src/components/temp-components/HeaderStandardCenterColumn/HeaderStandardCenterColumn.types.ts"],"names":[],"mappings":";;;;;;AAAA,4BAA4B;AAC5B,OAAO,MAAK,cAAc","sourcesContent":["// Third party dependencies.\nimport React from 'react';\n\n// External dependencies.\nimport type { TextProps } from '../../Text';\n\n/**\n * Shared title/subtitle fields for header center content (see HeaderStandard, HeaderStandardAnimated).\n */\nexport type HeaderStandardCenterColumnFields = {\n /**\n * Title to display in the header. Can be a string or a React node.\n * Used as children if children prop is not provided.\n * When string: rendered with TextVariant.BodyMd and FontWeight.Bold by default; titleProps apply.\n * When node: rendered as-is; titleProps are not applied.\n */\n title?: string | React.ReactNode;\n /**\n * Additional props to pass to the title Text component.\n * Props are spread to the Text component and can override default values.\n * Only applied when title is a string.\n */\n titleProps?: Partial<TextProps>;\n /**\n * Subtitle to display below the title. Can be a string or a React node.\n * When string: rendered with TextVariant.BodySm and TextColor.TextAlternative by default; subtitleProps apply.\n * When node: rendered as-is; subtitleProps are not applied (add spacing on your root if needed, e.g. twClassName).\n */\n subtitle?: string | React.ReactNode;\n /**\n * Additional props to pass to the subtitle Text component.\n * Props are spread to the Text component and can override default values.\n * Only applied when subtitle is a string.\n */\n subtitleProps?: Partial<TextProps>;\n};\n\n/**\n * Props for the presentational center column (requires `title` when rendered).\n */\nexport type HeaderStandardCenterColumnProps = Omit<\n HeaderStandardCenterColumnFields,\n 'title'\n> & {\n title: React.ReactNode;\n};\n"]}
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.HeaderStandardCenterColumn = void 0;
4
+ var HeaderStandardCenterColumn_1 = require("./HeaderStandardCenterColumn.cjs");
5
+ Object.defineProperty(exports, "HeaderStandardCenterColumn", { enumerable: true, get: function () { return HeaderStandardCenterColumn_1.HeaderStandardCenterColumn; } });
6
+ //# sourceMappingURL=index.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.cjs","sourceRoot":"","sources":["../../../../src/components/temp-components/HeaderStandardCenterColumn/index.ts"],"names":[],"mappings":";;;AAAA,+EAA0E;AAAjE,wIAAA,0BAA0B,OAAA","sourcesContent":["export { HeaderStandardCenterColumn } from './HeaderStandardCenterColumn';\nexport type {\n HeaderStandardCenterColumnFields,\n HeaderStandardCenterColumnProps,\n} from './HeaderStandardCenterColumn.types';\n"]}
@@ -0,0 +1,3 @@
1
+ export { HeaderStandardCenterColumn } from "./HeaderStandardCenterColumn.cjs";
2
+ export type { HeaderStandardCenterColumnFields, HeaderStandardCenterColumnProps, } from "./HeaderStandardCenterColumn.types.cjs";
3
+ //# sourceMappingURL=index.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.cts","sourceRoot":"","sources":["../../../../src/components/temp-components/HeaderStandardCenterColumn/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,0BAA0B,EAAE,yCAAqC;AAC1E,YAAY,EACV,gCAAgC,EAChC,+BAA+B,GAChC,+CAA2C"}
@@ -0,0 +1,3 @@
1
+ export { HeaderStandardCenterColumn } from "./HeaderStandardCenterColumn.mjs";
2
+ export type { HeaderStandardCenterColumnFields, HeaderStandardCenterColumnProps, } from "./HeaderStandardCenterColumn.types.mjs";
3
+ //# sourceMappingURL=index.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../../../../src/components/temp-components/HeaderStandardCenterColumn/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,0BAA0B,EAAE,yCAAqC;AAC1E,YAAY,EACV,gCAAgC,EAChC,+BAA+B,GAChC,+CAA2C"}
@@ -0,0 +1,2 @@
1
+ export { HeaderStandardCenterColumn } from "./HeaderStandardCenterColumn.mjs";
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../../../src/components/temp-components/HeaderStandardCenterColumn/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,0BAA0B,EAAE,yCAAqC","sourcesContent":["export { HeaderStandardCenterColumn } from './HeaderStandardCenterColumn';\nexport type {\n HeaderStandardCenterColumnFields,\n HeaderStandardCenterColumnProps,\n} from './HeaderStandardCenterColumn.types';\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask/design-system-react-native",
3
- "version": "0.24.0",
3
+ "version": "0.26.0",
4
4
  "description": "Design System React Native",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -47,7 +47,7 @@
47
47
  "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch"
48
48
  },
49
49
  "dependencies": {
50
- "@metamask/design-system-shared": "^0.17.0",
50
+ "@metamask/design-system-shared": "^0.19.0",
51
51
  "fast-text-encoding": "^1.0.6",
52
52
  "react-native-jazzicon": "^0.1.2"
53
53
  },
@@ -1,14 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SensitiveTextLength = void 0;
4
- /**
5
- * Predefined length options for SensitiveText hidden content.
6
- * Values represent the number of bullet characters displayed when text is hidden.
7
- */
8
- exports.SensitiveTextLength = {
9
- Short: '6',
10
- Medium: '9',
11
- Long: '12',
12
- ExtraLong: '20',
13
- };
14
- //# sourceMappingURL=SensitiveText.constants.cjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SensitiveText.constants.cjs","sourceRoot":"","sources":["../../../src/components/SensitiveText/SensitiveText.constants.ts"],"names":[],"mappings":";;;AAAA;;;GAGG;AACU,QAAA,mBAAmB,GAAG;IACjC,KAAK,EAAE,GAAG;IACV,MAAM,EAAE,GAAG;IACX,IAAI,EAAE,IAAI;IACV,SAAS,EAAE,IAAI;CACP,CAAC","sourcesContent":["/**\n * Predefined length options for SensitiveText hidden content.\n * Values represent the number of bullet characters displayed when text is hidden.\n */\nexport const SensitiveTextLength = {\n Short: '6',\n Medium: '9',\n Long: '12',\n ExtraLong: '20',\n} as const;\n"]}
@@ -1,11 +0,0 @@
1
- /**
2
- * Predefined length options for SensitiveText hidden content.
3
- * Values represent the number of bullet characters displayed when text is hidden.
4
- */
5
- export declare const SensitiveTextLength: {
6
- readonly Short: "6";
7
- readonly Medium: "9";
8
- readonly Long: "12";
9
- readonly ExtraLong: "20";
10
- };
11
- //# sourceMappingURL=SensitiveText.constants.d.cts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SensitiveText.constants.d.cts","sourceRoot":"","sources":["../../../src/components/SensitiveText/SensitiveText.constants.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,eAAO,MAAM,mBAAmB;;;;;CAKtB,CAAC"}
@@ -1,11 +0,0 @@
1
- /**
2
- * Predefined length options for SensitiveText hidden content.
3
- * Values represent the number of bullet characters displayed when text is hidden.
4
- */
5
- export declare const SensitiveTextLength: {
6
- readonly Short: "6";
7
- readonly Medium: "9";
8
- readonly Long: "12";
9
- readonly ExtraLong: "20";
10
- };
11
- //# sourceMappingURL=SensitiveText.constants.d.mts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SensitiveText.constants.d.mts","sourceRoot":"","sources":["../../../src/components/SensitiveText/SensitiveText.constants.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,eAAO,MAAM,mBAAmB;;;;;CAKtB,CAAC"}
@@ -1,11 +0,0 @@
1
- /**
2
- * Predefined length options for SensitiveText hidden content.
3
- * Values represent the number of bullet characters displayed when text is hidden.
4
- */
5
- export const SensitiveTextLength = {
6
- Short: '6',
7
- Medium: '9',
8
- Long: '12',
9
- ExtraLong: '20',
10
- };
11
- //# sourceMappingURL=SensitiveText.constants.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SensitiveText.constants.mjs","sourceRoot":"","sources":["../../../src/components/SensitiveText/SensitiveText.constants.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,MAAM,CAAC,MAAM,mBAAmB,GAAG;IACjC,KAAK,EAAE,GAAG;IACV,MAAM,EAAE,GAAG;IACX,IAAI,EAAE,IAAI;IACV,SAAS,EAAE,IAAI;CACP,CAAC","sourcesContent":["/**\n * Predefined length options for SensitiveText hidden content.\n * Values represent the number of bullet characters displayed when text is hidden.\n */\nexport const SensitiveTextLength = {\n Short: '6',\n Medium: '9',\n Long: '12',\n ExtraLong: '20',\n} as const;\n"]}