@metamask/design-system-react 0.21.0 → 0.23.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 (342) hide show
  1. package/CHANGELOG.md +29 -1
  2. package/dist/components/BannerAlert/BannerAlert.d.cts +2 -4
  3. package/dist/components/BannerAlert/BannerAlert.d.cts.map +1 -1
  4. package/dist/components/BannerAlert/BannerAlert.d.mts +2 -4
  5. package/dist/components/BannerAlert/BannerAlert.d.mts.map +1 -1
  6. package/dist/components/BannerBase/BannerBase.cjs +3 -3
  7. package/dist/components/BannerBase/BannerBase.cjs.map +1 -1
  8. package/dist/components/BannerBase/BannerBase.d.cts +2 -4
  9. package/dist/components/BannerBase/BannerBase.d.cts.map +1 -1
  10. package/dist/components/BannerBase/BannerBase.d.mts +2 -4
  11. package/dist/components/BannerBase/BannerBase.d.mts.map +1 -1
  12. package/dist/components/BannerBase/BannerBase.mjs +3 -3
  13. package/dist/components/BannerBase/BannerBase.mjs.map +1 -1
  14. package/dist/components/BannerBase/BannerBase.types.cjs.map +1 -1
  15. package/dist/components/BannerBase/BannerBase.types.d.cts +1 -5
  16. package/dist/components/BannerBase/BannerBase.types.d.cts.map +1 -1
  17. package/dist/components/BannerBase/BannerBase.types.d.mts +1 -5
  18. package/dist/components/BannerBase/BannerBase.types.d.mts.map +1 -1
  19. package/dist/components/BannerBase/BannerBase.types.mjs.map +1 -1
  20. package/dist/components/ButtonBase/ButtonBase.cjs +26 -18
  21. package/dist/components/ButtonBase/ButtonBase.cjs.map +1 -1
  22. package/dist/components/ButtonBase/ButtonBase.constants.cjs +31 -1
  23. package/dist/components/ButtonBase/ButtonBase.constants.cjs.map +1 -1
  24. package/dist/components/ButtonBase/ButtonBase.constants.d.cts +6 -1
  25. package/dist/components/ButtonBase/ButtonBase.constants.d.cts.map +1 -1
  26. package/dist/components/ButtonBase/ButtonBase.constants.d.mts +6 -1
  27. package/dist/components/ButtonBase/ButtonBase.constants.d.mts.map +1 -1
  28. package/dist/components/ButtonBase/ButtonBase.constants.mjs +29 -1
  29. package/dist/components/ButtonBase/ButtonBase.constants.mjs.map +1 -1
  30. package/dist/components/ButtonBase/ButtonBase.d.cts.map +1 -1
  31. package/dist/components/ButtonBase/ButtonBase.d.mts.map +1 -1
  32. package/dist/components/ButtonBase/ButtonBase.mjs +28 -20
  33. package/dist/components/ButtonBase/ButtonBase.mjs.map +1 -1
  34. package/dist/components/HeaderBase/HeaderBase.cjs +43 -0
  35. package/dist/components/HeaderBase/HeaderBase.cjs.map +1 -0
  36. package/dist/components/HeaderBase/HeaderBase.d.cts +4 -0
  37. package/dist/components/HeaderBase/HeaderBase.d.cts.map +1 -0
  38. package/dist/components/HeaderBase/HeaderBase.d.mts +4 -0
  39. package/dist/components/HeaderBase/HeaderBase.d.mts.map +1 -0
  40. package/dist/components/HeaderBase/HeaderBase.mjs +24 -0
  41. package/dist/components/HeaderBase/HeaderBase.mjs.map +1 -0
  42. package/dist/components/HeaderBase/HeaderBase.types.cjs +3 -0
  43. package/dist/components/HeaderBase/HeaderBase.types.cjs.map +1 -0
  44. package/dist/components/HeaderBase/HeaderBase.types.d.cts +51 -0
  45. package/dist/components/HeaderBase/HeaderBase.types.d.cts.map +1 -0
  46. package/dist/components/HeaderBase/HeaderBase.types.d.mts +51 -0
  47. package/dist/components/HeaderBase/HeaderBase.types.d.mts.map +1 -0
  48. package/dist/components/HeaderBase/HeaderBase.types.mjs +2 -0
  49. package/dist/components/HeaderBase/HeaderBase.types.mjs.map +1 -0
  50. package/dist/components/HeaderBase/index.cjs +6 -0
  51. package/dist/components/HeaderBase/index.cjs.map +1 -0
  52. package/dist/components/HeaderBase/index.d.cts +3 -0
  53. package/dist/components/HeaderBase/index.d.cts.map +1 -0
  54. package/dist/components/HeaderBase/index.d.mts +3 -0
  55. package/dist/components/HeaderBase/index.d.mts.map +1 -0
  56. package/dist/components/HeaderBase/index.mjs +2 -0
  57. package/dist/components/HeaderBase/index.mjs.map +1 -0
  58. package/dist/components/HelpText/HelpText.cjs +13 -0
  59. package/dist/components/HelpText/HelpText.cjs.map +1 -0
  60. package/dist/components/HelpText/HelpText.constants.cjs +11 -0
  61. package/dist/components/HelpText/HelpText.constants.cjs.map +1 -0
  62. package/dist/components/HelpText/HelpText.constants.d.cts +3 -0
  63. package/dist/components/HelpText/HelpText.constants.d.cts.map +1 -0
  64. package/dist/components/HelpText/HelpText.constants.d.mts +3 -0
  65. package/dist/components/HelpText/HelpText.constants.d.mts.map +1 -0
  66. package/dist/components/HelpText/HelpText.constants.mjs +8 -0
  67. package/dist/components/HelpText/HelpText.constants.mjs.map +1 -0
  68. package/dist/components/HelpText/HelpText.d.cts +4 -0
  69. package/dist/components/HelpText/HelpText.d.cts.map +1 -0
  70. package/dist/components/HelpText/HelpText.d.mts +4 -0
  71. package/dist/components/HelpText/HelpText.d.mts.map +1 -0
  72. package/dist/components/HelpText/HelpText.mjs +13 -0
  73. package/dist/components/HelpText/HelpText.mjs.map +1 -0
  74. package/dist/components/HelpText/HelpText.types.cjs +3 -0
  75. package/dist/components/HelpText/HelpText.types.cjs.map +1 -0
  76. package/dist/components/HelpText/HelpText.types.d.cts +9 -0
  77. package/dist/components/HelpText/HelpText.types.d.cts.map +1 -0
  78. package/dist/components/HelpText/HelpText.types.d.mts +9 -0
  79. package/dist/components/HelpText/HelpText.types.d.mts.map +1 -0
  80. package/dist/components/HelpText/HelpText.types.mjs +2 -0
  81. package/dist/components/HelpText/HelpText.types.mjs.map +1 -0
  82. package/dist/components/HelpText/index.cjs +8 -0
  83. package/dist/components/HelpText/index.cjs.map +1 -0
  84. package/dist/components/HelpText/index.d.cts +4 -0
  85. package/dist/components/HelpText/index.d.cts.map +1 -0
  86. package/dist/components/HelpText/index.d.mts +4 -0
  87. package/dist/components/HelpText/index.d.mts.map +1 -0
  88. package/dist/components/HelpText/index.mjs +3 -0
  89. package/dist/components/HelpText/index.mjs.map +1 -0
  90. package/dist/components/Icon/icons/Candlestick.cjs +1 -1
  91. package/dist/components/Icon/icons/Candlestick.cjs.map +1 -1
  92. package/dist/components/Icon/icons/Candlestick.mjs +1 -1
  93. package/dist/components/Icon/icons/Candlestick.mjs.map +1 -1
  94. package/dist/components/Icon/icons/Group.cjs +32 -0
  95. package/dist/components/Icon/icons/Group.cjs.map +1 -0
  96. package/dist/components/Icon/icons/Group.d.cts +4 -0
  97. package/dist/components/Icon/icons/Group.d.cts.map +1 -0
  98. package/dist/components/Icon/icons/Group.d.mts +4 -0
  99. package/dist/components/Icon/icons/Group.d.mts.map +1 -0
  100. package/dist/components/Icon/icons/Group.mjs +7 -0
  101. package/dist/components/Icon/icons/Group.mjs.map +1 -0
  102. package/dist/components/Icon/icons/ListArrow.cjs +32 -0
  103. package/dist/components/Icon/icons/ListArrow.cjs.map +1 -0
  104. package/dist/components/Icon/icons/ListArrow.d.cts +4 -0
  105. package/dist/components/Icon/icons/ListArrow.d.cts.map +1 -0
  106. package/dist/components/Icon/icons/ListArrow.d.mts +4 -0
  107. package/dist/components/Icon/icons/ListArrow.d.mts.map +1 -0
  108. package/dist/components/Icon/icons/ListArrow.mjs +7 -0
  109. package/dist/components/Icon/icons/ListArrow.mjs.map +1 -0
  110. package/dist/components/Icon/icons/Musd.cjs +32 -0
  111. package/dist/components/Icon/icons/Musd.cjs.map +1 -0
  112. package/dist/components/Icon/icons/Musd.d.cts +4 -0
  113. package/dist/components/Icon/icons/Musd.d.cts.map +1 -0
  114. package/dist/components/Icon/icons/Musd.d.mts +4 -0
  115. package/dist/components/Icon/icons/Musd.d.mts.map +1 -0
  116. package/dist/components/Icon/icons/Musd.mjs +7 -0
  117. package/dist/components/Icon/icons/Musd.mjs.map +1 -0
  118. package/dist/components/Icon/icons/MusdFilled.cjs +32 -0
  119. package/dist/components/Icon/icons/MusdFilled.cjs.map +1 -0
  120. package/dist/components/Icon/icons/MusdFilled.d.cts +4 -0
  121. package/dist/components/Icon/icons/MusdFilled.d.cts.map +1 -0
  122. package/dist/components/Icon/icons/MusdFilled.d.mts +4 -0
  123. package/dist/components/Icon/icons/MusdFilled.d.mts.map +1 -0
  124. package/dist/components/Icon/icons/MusdFilled.mjs +7 -0
  125. package/dist/components/Icon/icons/MusdFilled.mjs.map +1 -0
  126. package/dist/components/Icon/icons/PieChart.cjs +32 -0
  127. package/dist/components/Icon/icons/PieChart.cjs.map +1 -0
  128. package/dist/components/Icon/icons/PieChart.d.cts +4 -0
  129. package/dist/components/Icon/icons/PieChart.d.cts.map +1 -0
  130. package/dist/components/Icon/icons/PieChart.d.mts +4 -0
  131. package/dist/components/Icon/icons/PieChart.d.mts.map +1 -0
  132. package/dist/components/Icon/icons/PieChart.mjs +7 -0
  133. package/dist/components/Icon/icons/PieChart.mjs.map +1 -0
  134. package/dist/components/Icon/icons/Predictions.cjs +32 -0
  135. package/dist/components/Icon/icons/Predictions.cjs.map +1 -0
  136. package/dist/components/Icon/icons/Predictions.d.cts +4 -0
  137. package/dist/components/Icon/icons/Predictions.d.cts.map +1 -0
  138. package/dist/components/Icon/icons/Predictions.d.mts +4 -0
  139. package/dist/components/Icon/icons/Predictions.d.mts.map +1 -0
  140. package/dist/components/Icon/icons/Predictions.mjs +7 -0
  141. package/dist/components/Icon/icons/Predictions.mjs.map +1 -0
  142. package/dist/components/Icon/icons/index.cjs +12 -0
  143. package/dist/components/Icon/icons/index.cjs.map +1 -1
  144. package/dist/components/Icon/icons/index.d.cts +6 -0
  145. package/dist/components/Icon/icons/index.d.cts.map +1 -1
  146. package/dist/components/Icon/icons/index.d.mts +6 -0
  147. package/dist/components/Icon/icons/index.d.mts.map +1 -1
  148. package/dist/components/Icon/icons/index.mjs +12 -0
  149. package/dist/components/Icon/icons/index.mjs.map +1 -1
  150. package/dist/components/Label/Label.cjs +38 -0
  151. package/dist/components/Label/Label.cjs.map +1 -0
  152. package/dist/components/Label/Label.d.cts +4 -0
  153. package/dist/components/Label/Label.d.cts.map +1 -0
  154. package/dist/components/Label/Label.d.mts +4 -0
  155. package/dist/components/Label/Label.d.mts.map +1 -0
  156. package/dist/components/Label/Label.mjs +19 -0
  157. package/dist/components/Label/Label.mjs.map +1 -0
  158. package/dist/components/Label/Label.types.cjs +3 -0
  159. package/dist/components/Label/Label.types.cjs.map +1 -0
  160. package/dist/components/Label/Label.types.d.cts +27 -0
  161. package/dist/components/Label/Label.types.d.cts.map +1 -0
  162. package/dist/components/Label/Label.types.d.mts +27 -0
  163. package/dist/components/Label/Label.types.d.mts.map +1 -0
  164. package/dist/components/Label/Label.types.mjs +2 -0
  165. package/dist/components/Label/Label.types.mjs.map +1 -0
  166. package/dist/components/Label/index.cjs +6 -0
  167. package/dist/components/Label/index.cjs.map +1 -0
  168. package/dist/components/Label/index.d.cts +3 -0
  169. package/dist/components/Label/index.d.cts.map +1 -0
  170. package/dist/components/Label/index.d.mts +3 -0
  171. package/dist/components/Label/index.d.mts.map +1 -0
  172. package/dist/components/Label/index.mjs +2 -0
  173. package/dist/components/Label/index.mjs.map +1 -0
  174. package/dist/components/Modal/Modal.cjs +49 -0
  175. package/dist/components/Modal/Modal.cjs.map +1 -0
  176. package/dist/components/Modal/Modal.context.cjs +14 -0
  177. package/dist/components/Modal/Modal.context.cjs.map +1 -0
  178. package/dist/components/Modal/Modal.context.d.cts +6 -0
  179. package/dist/components/Modal/Modal.context.d.cts.map +1 -0
  180. package/dist/components/Modal/Modal.context.d.mts +6 -0
  181. package/dist/components/Modal/Modal.context.d.mts.map +1 -0
  182. package/dist/components/Modal/Modal.context.mjs +10 -0
  183. package/dist/components/Modal/Modal.context.mjs.map +1 -0
  184. package/dist/components/Modal/Modal.d.cts +4 -0
  185. package/dist/components/Modal/Modal.d.cts.map +1 -0
  186. package/dist/components/Modal/Modal.d.mts +4 -0
  187. package/dist/components/Modal/Modal.d.mts.map +1 -0
  188. package/dist/components/Modal/Modal.mjs +30 -0
  189. package/dist/components/Modal/Modal.mjs.map +1 -0
  190. package/dist/components/Modal/Modal.types.cjs +3 -0
  191. package/dist/components/Modal/Modal.types.cjs.map +1 -0
  192. package/dist/components/Modal/Modal.types.d.cts +64 -0
  193. package/dist/components/Modal/Modal.types.d.cts.map +1 -0
  194. package/dist/components/Modal/Modal.types.d.mts +64 -0
  195. package/dist/components/Modal/Modal.types.d.mts.map +1 -0
  196. package/dist/components/Modal/Modal.types.mjs +2 -0
  197. package/dist/components/Modal/Modal.types.mjs.map +1 -0
  198. package/dist/components/Modal/index.cjs +8 -0
  199. package/dist/components/Modal/index.cjs.map +1 -0
  200. package/dist/components/Modal/index.d.cts +5 -0
  201. package/dist/components/Modal/index.d.cts.map +1 -0
  202. package/dist/components/Modal/index.d.mts +5 -0
  203. package/dist/components/Modal/index.d.mts.map +1 -0
  204. package/dist/components/Modal/index.mjs +3 -0
  205. package/dist/components/Modal/index.mjs.map +1 -0
  206. package/dist/components/ModalContent/ModalContent.cjs +73 -0
  207. package/dist/components/ModalContent/ModalContent.cjs.map +1 -0
  208. package/dist/components/ModalContent/ModalContent.constants.cjs +34 -0
  209. package/dist/components/ModalContent/ModalContent.constants.cjs.map +1 -0
  210. package/dist/components/ModalContent/ModalContent.constants.d.cts +31 -0
  211. package/dist/components/ModalContent/ModalContent.constants.d.cts.map +1 -0
  212. package/dist/components/ModalContent/ModalContent.constants.d.mts +31 -0
  213. package/dist/components/ModalContent/ModalContent.constants.d.mts.map +1 -0
  214. package/dist/components/ModalContent/ModalContent.constants.mjs +31 -0
  215. package/dist/components/ModalContent/ModalContent.constants.mjs.map +1 -0
  216. package/dist/components/ModalContent/ModalContent.d.cts +4 -0
  217. package/dist/components/ModalContent/ModalContent.d.cts.map +1 -0
  218. package/dist/components/ModalContent/ModalContent.d.mts +4 -0
  219. package/dist/components/ModalContent/ModalContent.d.mts.map +1 -0
  220. package/dist/components/ModalContent/ModalContent.mjs +54 -0
  221. package/dist/components/ModalContent/ModalContent.mjs.map +1 -0
  222. package/dist/components/ModalContent/ModalContent.types.cjs +15 -0
  223. package/dist/components/ModalContent/ModalContent.types.cjs.map +1 -0
  224. package/dist/components/ModalContent/ModalContent.types.d.cts +51 -0
  225. package/dist/components/ModalContent/ModalContent.types.d.cts.map +1 -0
  226. package/dist/components/ModalContent/ModalContent.types.d.mts +51 -0
  227. package/dist/components/ModalContent/ModalContent.types.d.mts.map +1 -0
  228. package/dist/components/ModalContent/ModalContent.types.mjs +12 -0
  229. package/dist/components/ModalContent/ModalContent.types.mjs.map +1 -0
  230. package/dist/components/ModalContent/index.cjs +10 -0
  231. package/dist/components/ModalContent/index.cjs.map +1 -0
  232. package/dist/components/ModalContent/index.d.cts +5 -0
  233. package/dist/components/ModalContent/index.d.cts.map +1 -0
  234. package/dist/components/ModalContent/index.d.mts +5 -0
  235. package/dist/components/ModalContent/index.d.mts.map +1 -0
  236. package/dist/components/ModalContent/index.mjs +4 -0
  237. package/dist/components/ModalContent/index.mjs.map +1 -0
  238. package/dist/components/ModalHeader/ModalHeader.cjs +55 -0
  239. package/dist/components/ModalHeader/ModalHeader.cjs.map +1 -0
  240. package/dist/components/ModalHeader/ModalHeader.d.cts +55 -0
  241. package/dist/components/ModalHeader/ModalHeader.d.cts.map +1 -0
  242. package/dist/components/ModalHeader/ModalHeader.d.mts +55 -0
  243. package/dist/components/ModalHeader/ModalHeader.d.mts.map +1 -0
  244. package/dist/components/ModalHeader/ModalHeader.mjs +36 -0
  245. package/dist/components/ModalHeader/ModalHeader.mjs.map +1 -0
  246. package/dist/components/ModalHeader/ModalHeader.types.cjs +3 -0
  247. package/dist/components/ModalHeader/ModalHeader.types.cjs.map +1 -0
  248. package/dist/components/ModalHeader/ModalHeader.types.d.cts +69 -0
  249. package/dist/components/ModalHeader/ModalHeader.types.d.cts.map +1 -0
  250. package/dist/components/ModalHeader/ModalHeader.types.d.mts +69 -0
  251. package/dist/components/ModalHeader/ModalHeader.types.d.mts.map +1 -0
  252. package/dist/components/ModalHeader/ModalHeader.types.mjs +2 -0
  253. package/dist/components/ModalHeader/ModalHeader.types.mjs.map +1 -0
  254. package/dist/components/ModalHeader/index.cjs +6 -0
  255. package/dist/components/ModalHeader/index.cjs.map +1 -0
  256. package/dist/components/ModalHeader/index.d.cts +3 -0
  257. package/dist/components/ModalHeader/index.d.cts.map +1 -0
  258. package/dist/components/ModalHeader/index.d.mts +3 -0
  259. package/dist/components/ModalHeader/index.d.mts.map +1 -0
  260. package/dist/components/ModalHeader/index.mjs +2 -0
  261. package/dist/components/ModalHeader/index.mjs.map +1 -0
  262. package/dist/components/PopoverHeader/PopoverHeader.cjs +60 -0
  263. package/dist/components/PopoverHeader/PopoverHeader.cjs.map +1 -0
  264. package/dist/components/PopoverHeader/PopoverHeader.d.cts +55 -0
  265. package/dist/components/PopoverHeader/PopoverHeader.d.cts.map +1 -0
  266. package/dist/components/PopoverHeader/PopoverHeader.d.mts +55 -0
  267. package/dist/components/PopoverHeader/PopoverHeader.d.mts.map +1 -0
  268. package/dist/components/PopoverHeader/PopoverHeader.mjs +41 -0
  269. package/dist/components/PopoverHeader/PopoverHeader.mjs.map +1 -0
  270. package/dist/components/PopoverHeader/PopoverHeader.types.cjs +3 -0
  271. package/dist/components/PopoverHeader/PopoverHeader.types.cjs.map +1 -0
  272. package/dist/components/PopoverHeader/PopoverHeader.types.d.cts +70 -0
  273. package/dist/components/PopoverHeader/PopoverHeader.types.d.cts.map +1 -0
  274. package/dist/components/PopoverHeader/PopoverHeader.types.d.mts +70 -0
  275. package/dist/components/PopoverHeader/PopoverHeader.types.d.mts.map +1 -0
  276. package/dist/components/PopoverHeader/PopoverHeader.types.mjs +2 -0
  277. package/dist/components/PopoverHeader/PopoverHeader.types.mjs.map +1 -0
  278. package/dist/components/PopoverHeader/index.cjs +6 -0
  279. package/dist/components/PopoverHeader/index.cjs.map +1 -0
  280. package/dist/components/PopoverHeader/index.d.cts +3 -0
  281. package/dist/components/PopoverHeader/index.d.cts.map +1 -0
  282. package/dist/components/PopoverHeader/index.d.mts +3 -0
  283. package/dist/components/PopoverHeader/index.d.mts.map +1 -0
  284. package/dist/components/PopoverHeader/index.mjs +2 -0
  285. package/dist/components/PopoverHeader/index.mjs.map +1 -0
  286. package/dist/components/SensitiveText/SensitiveText.cjs +47 -0
  287. package/dist/components/SensitiveText/SensitiveText.cjs.map +1 -0
  288. package/dist/components/SensitiveText/SensitiveText.d.cts +4 -0
  289. package/dist/components/SensitiveText/SensitiveText.d.cts.map +1 -0
  290. package/dist/components/SensitiveText/SensitiveText.d.mts +4 -0
  291. package/dist/components/SensitiveText/SensitiveText.d.mts.map +1 -0
  292. package/dist/components/SensitiveText/SensitiveText.mjs +27 -0
  293. package/dist/components/SensitiveText/SensitiveText.mjs.map +1 -0
  294. package/dist/components/SensitiveText/SensitiveText.types.cjs +3 -0
  295. package/dist/components/SensitiveText/SensitiveText.types.cjs.map +1 -0
  296. package/dist/components/SensitiveText/SensitiveText.types.d.cts +11 -0
  297. package/dist/components/SensitiveText/SensitiveText.types.d.cts.map +1 -0
  298. package/dist/components/SensitiveText/SensitiveText.types.d.mts +11 -0
  299. package/dist/components/SensitiveText/SensitiveText.types.d.mts.map +1 -0
  300. package/dist/components/SensitiveText/SensitiveText.types.mjs +2 -0
  301. package/dist/components/SensitiveText/SensitiveText.types.mjs.map +1 -0
  302. package/dist/components/SensitiveText/index.cjs +8 -0
  303. package/dist/components/SensitiveText/index.cjs.map +1 -0
  304. package/dist/components/SensitiveText/index.d.cts +4 -0
  305. package/dist/components/SensitiveText/index.d.cts.map +1 -0
  306. package/dist/components/SensitiveText/index.d.mts +4 -0
  307. package/dist/components/SensitiveText/index.d.mts.map +1 -0
  308. package/dist/components/SensitiveText/index.mjs +3 -0
  309. package/dist/components/SensitiveText/index.mjs.map +1 -0
  310. package/dist/components/Skeleton/Skeleton.cjs +46 -0
  311. package/dist/components/Skeleton/Skeleton.cjs.map +1 -0
  312. package/dist/components/Skeleton/Skeleton.d.cts +4 -0
  313. package/dist/components/Skeleton/Skeleton.d.cts.map +1 -0
  314. package/dist/components/Skeleton/Skeleton.d.mts +4 -0
  315. package/dist/components/Skeleton/Skeleton.d.mts.map +1 -0
  316. package/dist/components/Skeleton/Skeleton.mjs +27 -0
  317. package/dist/components/Skeleton/Skeleton.mjs.map +1 -0
  318. package/dist/components/Skeleton/Skeleton.types.cjs +3 -0
  319. package/dist/components/Skeleton/Skeleton.types.cjs.map +1 -0
  320. package/dist/components/Skeleton/Skeleton.types.d.cts +38 -0
  321. package/dist/components/Skeleton/Skeleton.types.d.cts.map +1 -0
  322. package/dist/components/Skeleton/Skeleton.types.d.mts +38 -0
  323. package/dist/components/Skeleton/Skeleton.types.d.mts.map +1 -0
  324. package/dist/components/Skeleton/Skeleton.types.mjs +2 -0
  325. package/dist/components/Skeleton/Skeleton.types.mjs.map +1 -0
  326. package/dist/components/Skeleton/index.cjs +6 -0
  327. package/dist/components/Skeleton/index.cjs.map +1 -0
  328. package/dist/components/Skeleton/index.d.cts +3 -0
  329. package/dist/components/Skeleton/index.d.cts.map +1 -0
  330. package/dist/components/Skeleton/index.d.mts +3 -0
  331. package/dist/components/Skeleton/index.d.mts.map +1 -0
  332. package/dist/components/Skeleton/index.mjs +2 -0
  333. package/dist/components/Skeleton/index.mjs.map +1 -0
  334. package/dist/components/index.cjs +25 -2
  335. package/dist/components/index.cjs.map +1 -1
  336. package/dist/components/index.d.cts +18 -0
  337. package/dist/components/index.d.cts.map +1 -1
  338. package/dist/components/index.d.mts +18 -0
  339. package/dist/components/index.d.mts.map +1 -1
  340. package/dist/components/index.mjs +9 -0
  341. package/dist/components/index.mjs.map +1 -1
  342. package/package.json +4 -4
@@ -0,0 +1,46 @@
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.Skeleton = void 0;
27
+ const react_1 = __importStar(require("react"));
28
+ const tw_merge_1 = require("../../utils/tw-merge.cjs");
29
+ exports.Skeleton = (0, react_1.forwardRef)(({ height, width, children, hideChildren = false, className, style, ...props }, ref) => {
30
+ const hasChildren = children !== null && children !== undefined;
31
+ // Pass-through case (matches RN `BottomSheet` Skeleton): when children
32
+ // are provided and we're not asked to hide them, render the children
33
+ // directly without any skeleton overlay or animation.
34
+ if (!hideChildren && hasChildren) {
35
+ return react_1.default.createElement(react_1.default.Fragment, null, children);
36
+ }
37
+ return (react_1.default.createElement("div", { ref: ref, "aria-hidden": "true", className: (0, tw_merge_1.twMerge)('relative overflow-hidden rounded', className), style: { height, width, ...style }, ...props },
38
+ react_1.default.createElement("div", { "aria-hidden": "true", className: "pointer-events-none absolute inset-0 rounded bg-icon-alternative motion-safe:animate-skeleton-pulse" }),
39
+ hasChildren && (react_1.default.createElement("div", { "aria-hidden": "true",
40
+ // Children render invisibly so the skeleton container takes its
41
+ // natural layout dimensions. They're hidden from assistive tech
42
+ // (the wrapping skeleton is already `aria-hidden`).
43
+ className: "pointer-events-none invisible relative z-10" }, children))));
44
+ });
45
+ exports.Skeleton.displayName = 'Skeleton';
46
+ //# sourceMappingURL=Skeleton.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Skeleton.cjs","sourceRoot":"","sources":["../../../src/components/Skeleton/Skeleton.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,+CAA0C;AAE1C,uDAA+C;AAIlC,QAAA,QAAQ,GAAG,IAAA,kBAAU,EAChC,CACE,EACE,MAAM,EACN,KAAK,EACL,QAAQ,EACR,YAAY,GAAG,KAAK,EACpB,SAAS,EACT,KAAK,EACL,GAAG,KAAK,EACT,EACD,GAAG,EACH,EAAE;IACF,MAAM,WAAW,GAAG,QAAQ,KAAK,IAAI,IAAI,QAAQ,KAAK,SAAS,CAAC;IAEhE,uEAAuE;IACvE,qEAAqE;IACrE,sDAAsD;IACtD,IAAI,CAAC,YAAY,IAAI,WAAW,EAAE;QAChC,OAAO,8DAAG,QAAQ,CAAI,CAAC;KACxB;IAED,OAAO,CACL,uCACE,GAAG,EAAE,GAAG,iBACI,MAAM,EAClB,SAAS,EAAE,IAAA,kBAAO,EAAC,kCAAkC,EAAE,SAAS,CAAC,EACjE,KAAK,EAAE,EAAE,MAAM,EAAE,KAAK,EAAE,GAAG,KAAK,EAAE,KAC9B,KAAK;QAET,sDACc,MAAM,EAClB,SAAS,EAAC,qGAAqG,GAC/G;QACD,WAAW,IAAI,CACd,sDACc,MAAM;YAClB,gEAAgE;YAChE,gEAAgE;YAChE,oDAAoD;YACpD,SAAS,EAAC,6CAA6C,IAEtD,QAAQ,CACL,CACP,CACG,CACP,CAAC;AACJ,CAAC,CACF,CAAC;AAEF,gBAAQ,CAAC,WAAW,GAAG,UAAU,CAAC","sourcesContent":["import React, { forwardRef } from 'react';\n\nimport { twMerge } from '../../utils/tw-merge';\n\nimport type { SkeletonProps } from './Skeleton.types';\n\nexport const Skeleton = forwardRef<HTMLDivElement, SkeletonProps>(\n (\n {\n height,\n width,\n children,\n hideChildren = false,\n className,\n style,\n ...props\n },\n ref,\n ) => {\n const hasChildren = children !== null && children !== undefined;\n\n // Pass-through case (matches RN `BottomSheet` Skeleton): when children\n // are provided and we're not asked to hide them, render the children\n // directly without any skeleton overlay or animation.\n if (!hideChildren && hasChildren) {\n return <>{children}</>;\n }\n\n return (\n <div\n ref={ref}\n aria-hidden=\"true\"\n className={twMerge('relative overflow-hidden rounded', className)}\n style={{ height, width, ...style }}\n {...props}\n >\n <div\n aria-hidden=\"true\"\n className=\"pointer-events-none absolute inset-0 rounded bg-icon-alternative motion-safe:animate-skeleton-pulse\"\n />\n {hasChildren && (\n <div\n aria-hidden=\"true\"\n // Children render invisibly so the skeleton container takes its\n // natural layout dimensions. They're hidden from assistive tech\n // (the wrapping skeleton is already `aria-hidden`).\n className=\"pointer-events-none invisible relative z-10\"\n >\n {children}\n </div>\n )}\n </div>\n );\n },\n);\n\nSkeleton.displayName = 'Skeleton';\n"]}
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import type { SkeletonProps } from "./Skeleton.types.cjs";
3
+ export declare const Skeleton: React.ForwardRefExoticComponent<Omit<SkeletonProps, "ref"> & React.RefAttributes<HTMLDivElement>>;
4
+ //# sourceMappingURL=Skeleton.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Skeleton.d.cts","sourceRoot":"","sources":["../../../src/components/Skeleton/Skeleton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,cAAc;AAI1C,OAAO,KAAK,EAAE,aAAa,EAAE,6BAAyB;AAEtD,eAAO,MAAM,QAAQ,mGAgDpB,CAAC"}
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import type { SkeletonProps } from "./Skeleton.types.mjs";
3
+ export declare const Skeleton: React.ForwardRefExoticComponent<Omit<SkeletonProps, "ref"> & React.RefAttributes<HTMLDivElement>>;
4
+ //# sourceMappingURL=Skeleton.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Skeleton.d.mts","sourceRoot":"","sources":["../../../src/components/Skeleton/Skeleton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,cAAc;AAI1C,OAAO,KAAK,EAAE,aAAa,EAAE,6BAAyB;AAEtD,eAAO,MAAM,QAAQ,mGAgDpB,CAAC"}
@@ -0,0 +1,27 @@
1
+ function $importDefault(module) {
2
+ if (module?.__esModule) {
3
+ return module.default;
4
+ }
5
+ return module;
6
+ }
7
+ import $React, { forwardRef } from "react";
8
+ const React = $importDefault($React);
9
+ import { twMerge } from "../../utils/tw-merge.mjs";
10
+ export const Skeleton = forwardRef(({ height, width, children, hideChildren = false, className, style, ...props }, ref) => {
11
+ const hasChildren = children !== null && children !== undefined;
12
+ // Pass-through case (matches RN `BottomSheet` Skeleton): when children
13
+ // are provided and we're not asked to hide them, render the children
14
+ // directly without any skeleton overlay or animation.
15
+ if (!hideChildren && hasChildren) {
16
+ return React.createElement(React.Fragment, null, children);
17
+ }
18
+ return (React.createElement("div", { ref: ref, "aria-hidden": "true", className: twMerge('relative overflow-hidden rounded', className), style: { height, width, ...style }, ...props },
19
+ React.createElement("div", { "aria-hidden": "true", className: "pointer-events-none absolute inset-0 rounded bg-icon-alternative motion-safe:animate-skeleton-pulse" }),
20
+ hasChildren && (React.createElement("div", { "aria-hidden": "true",
21
+ // Children render invisibly so the skeleton container takes its
22
+ // natural layout dimensions. They're hidden from assistive tech
23
+ // (the wrapping skeleton is already `aria-hidden`).
24
+ className: "pointer-events-none invisible relative z-10" }, children))));
25
+ });
26
+ Skeleton.displayName = 'Skeleton';
27
+ //# sourceMappingURL=Skeleton.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Skeleton.mjs","sourceRoot":"","sources":["../../../src/components/Skeleton/Skeleton.tsx"],"names":[],"mappings":";;;;;;AAAA,OAAO,QAAO,EAAE,UAAU,EAAE,cAAc;;AAE1C,OAAO,EAAE,OAAO,EAAE,iCAA6B;AAI/C,MAAM,CAAC,MAAM,QAAQ,GAAG,UAAU,CAChC,CACE,EACE,MAAM,EACN,KAAK,EACL,QAAQ,EACR,YAAY,GAAG,KAAK,EACpB,SAAS,EACT,KAAK,EACL,GAAG,KAAK,EACT,EACD,GAAG,EACH,EAAE;IACF,MAAM,WAAW,GAAG,QAAQ,KAAK,IAAI,IAAI,QAAQ,KAAK,SAAS,CAAC;IAEhE,uEAAuE;IACvE,qEAAqE;IACrE,sDAAsD;IACtD,IAAI,CAAC,YAAY,IAAI,WAAW,EAAE;QAChC,OAAO,0CAAG,QAAQ,CAAI,CAAC;KACxB;IAED,OAAO,CACL,6BACE,GAAG,EAAE,GAAG,iBACI,MAAM,EAClB,SAAS,EAAE,OAAO,CAAC,kCAAkC,EAAE,SAAS,CAAC,EACjE,KAAK,EAAE,EAAE,MAAM,EAAE,KAAK,EAAE,GAAG,KAAK,EAAE,KAC9B,KAAK;QAET,4CACc,MAAM,EAClB,SAAS,EAAC,qGAAqG,GAC/G;QACD,WAAW,IAAI,CACd,4CACc,MAAM;YAClB,gEAAgE;YAChE,gEAAgE;YAChE,oDAAoD;YACpD,SAAS,EAAC,6CAA6C,IAEtD,QAAQ,CACL,CACP,CACG,CACP,CAAC;AACJ,CAAC,CACF,CAAC;AAEF,QAAQ,CAAC,WAAW,GAAG,UAAU,CAAC","sourcesContent":["import React, { forwardRef } from 'react';\n\nimport { twMerge } from '../../utils/tw-merge';\n\nimport type { SkeletonProps } from './Skeleton.types';\n\nexport const Skeleton = forwardRef<HTMLDivElement, SkeletonProps>(\n (\n {\n height,\n width,\n children,\n hideChildren = false,\n className,\n style,\n ...props\n },\n ref,\n ) => {\n const hasChildren = children !== null && children !== undefined;\n\n // Pass-through case (matches RN `BottomSheet` Skeleton): when children\n // are provided and we're not asked to hide them, render the children\n // directly without any skeleton overlay or animation.\n if (!hideChildren && hasChildren) {\n return <>{children}</>;\n }\n\n return (\n <div\n ref={ref}\n aria-hidden=\"true\"\n className={twMerge('relative overflow-hidden rounded', className)}\n style={{ height, width, ...style }}\n {...props}\n >\n <div\n aria-hidden=\"true\"\n className=\"pointer-events-none absolute inset-0 rounded bg-icon-alternative motion-safe:animate-skeleton-pulse\"\n />\n {hasChildren && (\n <div\n aria-hidden=\"true\"\n // Children render invisibly so the skeleton container takes its\n // natural layout dimensions. They're hidden from assistive tech\n // (the wrapping skeleton is already `aria-hidden`).\n className=\"pointer-events-none invisible relative z-10\"\n >\n {children}\n </div>\n )}\n </div>\n );\n },\n);\n\nSkeleton.displayName = 'Skeleton';\n"]}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=Skeleton.types.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Skeleton.types.cjs","sourceRoot":"","sources":["../../../src/components/Skeleton/Skeleton.types.ts"],"names":[],"mappings":"","sourcesContent":["import type { ComponentProps, ReactNode } from 'react';\n\nexport type SkeletonProps = Omit<\n ComponentProps<'div'>,\n 'children' | 'height' | 'width'\n> & {\n /**\n * Optional height of the skeleton container. Numbers are interpreted as px;\n * strings can use any CSS length (`'2rem'`, `'100px'`, etc.).\n */\n height?: number | string;\n /**\n * Optional width of the skeleton container. Numbers are interpreted as px;\n * strings can use any CSS length.\n */\n width?: number | string;\n /**\n * Optional content to display within the skeleton.\n *\n * - When provided **without** `hideChildren`, children are rendered\n * directly and the skeleton is not shown (the component is a no-op).\n * - When provided **with** `hideChildren`, children are rendered invisibly\n * to preserve layout dimensions while the animated skeleton bar fills\n * the container.\n */\n children?: ReactNode;\n /**\n * When `true`, children are rendered invisibly while the skeleton\n * animation plays, preserving layout dimensions. When `false` (the\n * default) and `children` are provided, children render directly with no\n * skeleton overlay.\n *\n * @default false\n */\n hideChildren?: boolean;\n /**\n * Optional prop for additional CSS classes to be applied to the skeleton\n * container. Merged with the component's defaults via `twMerge`.\n */\n className?: string;\n};\n"]}
@@ -0,0 +1,38 @@
1
+ import type { ComponentProps, ReactNode } from "react";
2
+ export type SkeletonProps = Omit<ComponentProps<'div'>, 'children' | 'height' | 'width'> & {
3
+ /**
4
+ * Optional height of the skeleton container. Numbers are interpreted as px;
5
+ * strings can use any CSS length (`'2rem'`, `'100px'`, etc.).
6
+ */
7
+ height?: number | string;
8
+ /**
9
+ * Optional width of the skeleton container. Numbers are interpreted as px;
10
+ * strings can use any CSS length.
11
+ */
12
+ width?: number | string;
13
+ /**
14
+ * Optional content to display within the skeleton.
15
+ *
16
+ * - When provided **without** `hideChildren`, children are rendered
17
+ * directly and the skeleton is not shown (the component is a no-op).
18
+ * - When provided **with** `hideChildren`, children are rendered invisibly
19
+ * to preserve layout dimensions while the animated skeleton bar fills
20
+ * the container.
21
+ */
22
+ children?: ReactNode;
23
+ /**
24
+ * When `true`, children are rendered invisibly while the skeleton
25
+ * animation plays, preserving layout dimensions. When `false` (the
26
+ * default) and `children` are provided, children render directly with no
27
+ * skeleton overlay.
28
+ *
29
+ * @default false
30
+ */
31
+ hideChildren?: boolean;
32
+ /**
33
+ * Optional prop for additional CSS classes to be applied to the skeleton
34
+ * container. Merged with the component's defaults via `twMerge`.
35
+ */
36
+ className?: string;
37
+ };
38
+ //# sourceMappingURL=Skeleton.types.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Skeleton.types.d.cts","sourceRoot":"","sources":["../../../src/components/Skeleton/Skeleton.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,SAAS,EAAE,cAAc;AAEvD,MAAM,MAAM,aAAa,GAAG,IAAI,CAC9B,cAAc,CAAC,KAAK,CAAC,EACrB,UAAU,GAAG,QAAQ,GAAG,OAAO,CAChC,GAAG;IACF;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACzB;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACxB;;;;;;;;OAQG;IACH,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB;;;;;;;OAOG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC"}
@@ -0,0 +1,38 @@
1
+ import type { ComponentProps, ReactNode } from "react";
2
+ export type SkeletonProps = Omit<ComponentProps<'div'>, 'children' | 'height' | 'width'> & {
3
+ /**
4
+ * Optional height of the skeleton container. Numbers are interpreted as px;
5
+ * strings can use any CSS length (`'2rem'`, `'100px'`, etc.).
6
+ */
7
+ height?: number | string;
8
+ /**
9
+ * Optional width of the skeleton container. Numbers are interpreted as px;
10
+ * strings can use any CSS length.
11
+ */
12
+ width?: number | string;
13
+ /**
14
+ * Optional content to display within the skeleton.
15
+ *
16
+ * - When provided **without** `hideChildren`, children are rendered
17
+ * directly and the skeleton is not shown (the component is a no-op).
18
+ * - When provided **with** `hideChildren`, children are rendered invisibly
19
+ * to preserve layout dimensions while the animated skeleton bar fills
20
+ * the container.
21
+ */
22
+ children?: ReactNode;
23
+ /**
24
+ * When `true`, children are rendered invisibly while the skeleton
25
+ * animation plays, preserving layout dimensions. When `false` (the
26
+ * default) and `children` are provided, children render directly with no
27
+ * skeleton overlay.
28
+ *
29
+ * @default false
30
+ */
31
+ hideChildren?: boolean;
32
+ /**
33
+ * Optional prop for additional CSS classes to be applied to the skeleton
34
+ * container. Merged with the component's defaults via `twMerge`.
35
+ */
36
+ className?: string;
37
+ };
38
+ //# sourceMappingURL=Skeleton.types.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Skeleton.types.d.mts","sourceRoot":"","sources":["../../../src/components/Skeleton/Skeleton.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,SAAS,EAAE,cAAc;AAEvD,MAAM,MAAM,aAAa,GAAG,IAAI,CAC9B,cAAc,CAAC,KAAK,CAAC,EACrB,UAAU,GAAG,QAAQ,GAAG,OAAO,CAChC,GAAG;IACF;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACzB;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACxB;;;;;;;;OAQG;IACH,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB;;;;;;;OAOG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=Skeleton.types.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Skeleton.types.mjs","sourceRoot":"","sources":["../../../src/components/Skeleton/Skeleton.types.ts"],"names":[],"mappings":"","sourcesContent":["import type { ComponentProps, ReactNode } from 'react';\n\nexport type SkeletonProps = Omit<\n ComponentProps<'div'>,\n 'children' | 'height' | 'width'\n> & {\n /**\n * Optional height of the skeleton container. Numbers are interpreted as px;\n * strings can use any CSS length (`'2rem'`, `'100px'`, etc.).\n */\n height?: number | string;\n /**\n * Optional width of the skeleton container. Numbers are interpreted as px;\n * strings can use any CSS length.\n */\n width?: number | string;\n /**\n * Optional content to display within the skeleton.\n *\n * - When provided **without** `hideChildren`, children are rendered\n * directly and the skeleton is not shown (the component is a no-op).\n * - When provided **with** `hideChildren`, children are rendered invisibly\n * to preserve layout dimensions while the animated skeleton bar fills\n * the container.\n */\n children?: ReactNode;\n /**\n * When `true`, children are rendered invisibly while the skeleton\n * animation plays, preserving layout dimensions. When `false` (the\n * default) and `children` are provided, children render directly with no\n * skeleton overlay.\n *\n * @default false\n */\n hideChildren?: boolean;\n /**\n * Optional prop for additional CSS classes to be applied to the skeleton\n * container. Merged with the component's defaults via `twMerge`.\n */\n className?: string;\n};\n"]}
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.Skeleton = void 0;
4
+ var Skeleton_1 = require("./Skeleton.cjs");
5
+ Object.defineProperty(exports, "Skeleton", { enumerable: true, get: function () { return Skeleton_1.Skeleton; } });
6
+ //# sourceMappingURL=index.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.cjs","sourceRoot":"","sources":["../../../src/components/Skeleton/index.ts"],"names":[],"mappings":";;;AAAA,2CAAsC;AAA7B,oGAAA,QAAQ,OAAA","sourcesContent":["export { Skeleton } from './Skeleton';\nexport type { SkeletonProps } from './Skeleton.types';\n"]}
@@ -0,0 +1,3 @@
1
+ export { Skeleton } from "./Skeleton.cjs";
2
+ export type { SkeletonProps } from "./Skeleton.types.cjs";
3
+ //# sourceMappingURL=index.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.cts","sourceRoot":"","sources":["../../../src/components/Skeleton/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,uBAAmB;AACtC,YAAY,EAAE,aAAa,EAAE,6BAAyB"}
@@ -0,0 +1,3 @@
1
+ export { Skeleton } from "./Skeleton.mjs";
2
+ export type { SkeletonProps } from "./Skeleton.types.mjs";
3
+ //# sourceMappingURL=index.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../../../src/components/Skeleton/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,uBAAmB;AACtC,YAAY,EAAE,aAAa,EAAE,6BAAyB"}
@@ -0,0 +1,2 @@
1
+ export { Skeleton } from "./Skeleton.mjs";
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../../src/components/Skeleton/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,uBAAmB","sourcesContent":["export { Skeleton } from './Skeleton';\nexport type { SkeletonProps } from './Skeleton.types';\n"]}
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.IconColor = exports.IconSize = exports.IconName = exports.Icon = exports.Checkbox = exports.ButtonIconVariant = exports.ButtonIconSize = exports.ButtonIcon = exports.ButtonBaseSize = exports.ButtonBase = exports.ButtonVariant = exports.ButtonSize = exports.Button = exports.Box = exports.BoxBorderColor = exports.BoxBackgroundColor = exports.BoxJustifyContent = exports.BoxAlignItems = exports.BoxFlexWrap = exports.BoxFlexDirection = exports.Blockies = exports.BannerBase = exports.BadgeWrapperPositionAnchorShape = exports.BadgeWrapperPosition = exports.BadgeWrapper = exports.BadgeStatusSize = exports.BadgeStatusStatus = exports.BadgeStatus = exports.BadgeNetwork = exports.BadgeIcon = exports.BadgeCountSize = exports.BadgeCount = exports.AvatarTokenSize = exports.AvatarToken = exports.AvatarNetworkSize = exports.AvatarNetwork = exports.AvatarIconSeverity = exports.AvatarIconSize = exports.AvatarIcon = exports.AvatarGroupVariant = exports.AvatarGroupSize = exports.AvatarGroup = exports.AvatarFaviconSize = exports.AvatarFavicon = exports.AvatarBaseShape = exports.AvatarBaseSize = exports.AvatarBase = exports.AvatarAccountVariant = exports.AvatarAccountSize = exports.AvatarAccount = void 0;
4
- exports.ButtonFilter = exports.ButtonHeroSize = exports.ButtonHero = exports.BannerAlertSeverity = exports.BannerAlert = exports.TextButtonSize = exports.TextButton = exports.OverflowWrap = exports.TextTransform = exports.FontStyle = exports.FontFamily = exports.FontWeight = exports.TextAlign = exports.TextColor = exports.TextVariant = exports.Text = exports.ModalFooter = exports.ButtonsAlignment = exports.ModalFocus = exports.ModalBody = exports.ModalOverlay = exports.Maskicon = exports.Jazzicon = exports.Input = void 0;
3
+ exports.Icon = exports.HelpTextSeverity = exports.HelpText = exports.HeaderBase = exports.Checkbox = exports.ButtonIconVariant = exports.ButtonIconSize = exports.ButtonIcon = exports.ButtonBaseSize = exports.ButtonBase = exports.ButtonVariant = exports.ButtonSize = exports.Button = exports.Box = exports.BoxBorderColor = exports.BoxBackgroundColor = exports.BoxJustifyContent = exports.BoxAlignItems = exports.BoxFlexWrap = exports.BoxFlexDirection = exports.Blockies = exports.BannerBase = exports.BadgeWrapperPositionAnchorShape = exports.BadgeWrapperPosition = exports.BadgeWrapper = exports.BadgeStatusSize = exports.BadgeStatusStatus = exports.BadgeStatus = exports.BadgeNetwork = exports.BadgeIcon = exports.BadgeCountSize = exports.BadgeCount = exports.AvatarTokenSize = exports.AvatarToken = exports.AvatarNetworkSize = exports.AvatarNetwork = exports.AvatarIconSeverity = exports.AvatarIconSize = exports.AvatarIcon = exports.AvatarGroupVariant = exports.AvatarGroupSize = exports.AvatarGroup = exports.AvatarFaviconSize = exports.AvatarFavicon = exports.AvatarBaseShape = exports.AvatarBaseSize = exports.AvatarBase = exports.AvatarAccountVariant = exports.AvatarAccountSize = exports.AvatarAccount = void 0;
4
+ exports.ButtonFilter = exports.ButtonHeroSize = exports.ButtonHero = exports.BannerAlertSeverity = exports.BannerAlert = exports.TextButtonSize = exports.TextButton = exports.OverflowWrap = exports.TextTransform = exports.FontStyle = exports.FontFamily = exports.FontWeight = exports.TextAlign = exports.TextColor = exports.TextVariant = exports.Text = exports.PopoverHeader = exports.SensitiveTextLength = exports.SensitiveText = exports.Skeleton = exports.MODAL_CONTENT_IGNORE_OUTSIDE_CLICK_ATTR = exports.ModalContentSize = exports.ModalContent = exports.useModalContext = exports.Modal = exports.ModalHeader = exports.ModalFooter = exports.ButtonsAlignment = exports.ModalFocus = exports.ModalBody = exports.ModalOverlay = exports.Maskicon = exports.Label = exports.Jazzicon = exports.Input = exports.IconColor = exports.IconSize = exports.IconName = void 0;
5
5
  var AvatarAccount_1 = require("./AvatarAccount/index.cjs");
6
6
  Object.defineProperty(exports, "AvatarAccount", { enumerable: true, get: function () { return AvatarAccount_1.AvatarAccount; } });
7
7
  Object.defineProperty(exports, "AvatarAccountSize", { enumerable: true, get: function () { return AvatarAccount_1.AvatarAccountSize; } });
@@ -71,6 +71,11 @@ Object.defineProperty(exports, "ButtonIconSize", { enumerable: true, get: functi
71
71
  Object.defineProperty(exports, "ButtonIconVariant", { enumerable: true, get: function () { return ButtonIcon_1.ButtonIconVariant; } });
72
72
  var Checkbox_1 = require("./Checkbox/index.cjs");
73
73
  Object.defineProperty(exports, "Checkbox", { enumerable: true, get: function () { return Checkbox_1.Checkbox; } });
74
+ var HeaderBase_1 = require("./HeaderBase/index.cjs");
75
+ Object.defineProperty(exports, "HeaderBase", { enumerable: true, get: function () { return HeaderBase_1.HeaderBase; } });
76
+ var HelpText_1 = require("./HelpText/index.cjs");
77
+ Object.defineProperty(exports, "HelpText", { enumerable: true, get: function () { return HelpText_1.HelpText; } });
78
+ Object.defineProperty(exports, "HelpTextSeverity", { enumerable: true, get: function () { return HelpText_1.HelpTextSeverity; } });
74
79
  var Icon_1 = require("./Icon/index.cjs");
75
80
  Object.defineProperty(exports, "Icon", { enumerable: true, get: function () { return Icon_1.Icon; } });
76
81
  var Icon_2 = require("./Icon/index.cjs");
@@ -81,6 +86,8 @@ var Input_1 = require("./Input/index.cjs");
81
86
  Object.defineProperty(exports, "Input", { enumerable: true, get: function () { return Input_1.Input; } });
82
87
  var Jazzicon_1 = require("./temp-components/Jazzicon/index.cjs");
83
88
  Object.defineProperty(exports, "Jazzicon", { enumerable: true, get: function () { return Jazzicon_1.Jazzicon; } });
89
+ var Label_1 = require("./Label/index.cjs");
90
+ Object.defineProperty(exports, "Label", { enumerable: true, get: function () { return Label_1.Label; } });
84
91
  var Maskicon_1 = require("./temp-components/Maskicon/index.cjs");
85
92
  Object.defineProperty(exports, "Maskicon", { enumerable: true, get: function () { return Maskicon_1.Maskicon; } });
86
93
  var ModalOverlay_1 = require("./ModalOverlay/index.cjs");
@@ -92,6 +99,22 @@ Object.defineProperty(exports, "ModalFocus", { enumerable: true, get: function (
92
99
  var ModalFooter_1 = require("./ModalFooter/index.cjs");
93
100
  Object.defineProperty(exports, "ButtonsAlignment", { enumerable: true, get: function () { return ModalFooter_1.ButtonsAlignment; } });
94
101
  Object.defineProperty(exports, "ModalFooter", { enumerable: true, get: function () { return ModalFooter_1.ModalFooter; } });
102
+ var ModalHeader_1 = require("./ModalHeader/index.cjs");
103
+ Object.defineProperty(exports, "ModalHeader", { enumerable: true, get: function () { return ModalHeader_1.ModalHeader; } });
104
+ var Modal_1 = require("./Modal/index.cjs");
105
+ Object.defineProperty(exports, "Modal", { enumerable: true, get: function () { return Modal_1.Modal; } });
106
+ Object.defineProperty(exports, "useModalContext", { enumerable: true, get: function () { return Modal_1.useModalContext; } });
107
+ var ModalContent_1 = require("./ModalContent/index.cjs");
108
+ Object.defineProperty(exports, "ModalContent", { enumerable: true, get: function () { return ModalContent_1.ModalContent; } });
109
+ Object.defineProperty(exports, "ModalContentSize", { enumerable: true, get: function () { return ModalContent_1.ModalContentSize; } });
110
+ Object.defineProperty(exports, "MODAL_CONTENT_IGNORE_OUTSIDE_CLICK_ATTR", { enumerable: true, get: function () { return ModalContent_1.MODAL_CONTENT_IGNORE_OUTSIDE_CLICK_ATTR; } });
111
+ var Skeleton_1 = require("./Skeleton/index.cjs");
112
+ Object.defineProperty(exports, "Skeleton", { enumerable: true, get: function () { return Skeleton_1.Skeleton; } });
113
+ var SensitiveText_1 = require("./SensitiveText/index.cjs");
114
+ Object.defineProperty(exports, "SensitiveText", { enumerable: true, get: function () { return SensitiveText_1.SensitiveText; } });
115
+ Object.defineProperty(exports, "SensitiveTextLength", { enumerable: true, get: function () { return SensitiveText_1.SensitiveTextLength; } });
116
+ var PopoverHeader_1 = require("./PopoverHeader/index.cjs");
117
+ Object.defineProperty(exports, "PopoverHeader", { enumerable: true, get: function () { return PopoverHeader_1.PopoverHeader; } });
95
118
  var Text_1 = require("./Text/index.cjs");
96
119
  Object.defineProperty(exports, "Text", { enumerable: true, get: function () { return Text_1.Text; } });
97
120
  var Text_2 = require("./Text/index.cjs");
@@ -1 +1 @@
1
- {"version":3,"file":"index.cjs","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":"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","sourcesContent":["export {\n AvatarAccount,\n AvatarAccountSize,\n AvatarAccountVariant,\n} from './AvatarAccount';\nexport type { AvatarAccountProps } from './AvatarAccount';\n\nexport { AvatarBase, AvatarBaseSize, AvatarBaseShape } from './AvatarBase';\nexport type { AvatarBaseProps } from './AvatarBase';\n\nexport { AvatarFavicon, AvatarFaviconSize } from './AvatarFavicon';\nexport type { AvatarFaviconProps } from './AvatarFavicon';\n\nexport {\n AvatarGroup,\n AvatarGroupSize,\n AvatarGroupVariant,\n} from './AvatarGroup';\nexport type { AvatarGroupProps } from './AvatarGroup';\n\nexport { AvatarIcon, AvatarIconSize, AvatarIconSeverity } from './AvatarIcon';\nexport type { AvatarIconProps } from './AvatarIcon';\n\nexport { AvatarNetwork, AvatarNetworkSize } from './AvatarNetwork';\nexport type { AvatarNetworkProps } from './AvatarNetwork';\n\nexport { AvatarToken, AvatarTokenSize } from './AvatarToken';\nexport type { AvatarTokenProps } from './AvatarToken';\n\nexport { BadgeCount } from './BadgeCount';\nexport type { BadgeCountProps } from './BadgeCount';\nexport { BadgeCountSize } from './BadgeCount';\n\nexport { BadgeIcon } from './BadgeIcon';\nexport type { BadgeIconProps } from './BadgeIcon';\n\nexport { BadgeNetwork } from './BadgeNetwork';\nexport type { BadgeNetworkProps } from './BadgeNetwork';\n\nexport { BadgeStatus } from './BadgeStatus';\nexport type { BadgeStatusProps } from './BadgeStatus';\nexport { BadgeStatusStatus, BadgeStatusSize } from './BadgeStatus';\n\nexport { BadgeWrapper } from './BadgeWrapper';\nexport type { BadgeWrapperProps } from './BadgeWrapper';\nexport {\n BadgeWrapperPosition,\n BadgeWrapperPositionAnchorShape,\n} from './BadgeWrapper';\nexport type { BadgeWrapperCustomPosition } from './BadgeWrapper';\n\nexport { BannerBase } from './BannerBase';\nexport type { BannerBaseProps } from './BannerBase';\n\nexport { Blockies } from './temp-components/Blockies';\nexport type { BlockiesProps } from './temp-components/Blockies';\n\nexport {\n BoxFlexDirection,\n BoxFlexWrap,\n BoxAlignItems,\n BoxJustifyContent,\n BoxBackgroundColor,\n BoxBorderColor,\n Box,\n} from './Box';\nexport type { BoxSpacing, BoxProps, BoxBorderWidth } from './Box';\n\nexport { Button, ButtonSize, ButtonVariant } from './Button';\nexport type { ButtonProps } from './Button';\n\nexport { ButtonBase } from './ButtonBase';\nexport type { ButtonBaseProps } from './ButtonBase';\nexport { ButtonBaseSize } from './ButtonBase';\n\nexport { ButtonIcon, ButtonIconSize, ButtonIconVariant } from './ButtonIcon';\nexport type { ButtonIconProps } from './ButtonIcon';\n\nexport { Checkbox } from './Checkbox';\nexport type { CheckboxProps } from './Checkbox';\n\nexport { Icon } from './Icon';\nexport { IconName, IconSize, IconColor } from './Icon';\nexport type { IconProps } from './Icon';\n\nexport { Input } from './Input';\nexport type { InputProps } from './Input';\n\nexport { Jazzicon } from './temp-components/Jazzicon';\nexport type { JazziconProps } from './temp-components/Jazzicon';\n\nexport { Maskicon } from './temp-components/Maskicon';\nexport type { MaskiconProps } from './temp-components/Maskicon';\n\nexport { ModalOverlay } from './ModalOverlay';\nexport type { ModalOverlayProps } from './ModalOverlay';\nexport { ModalBody } from './ModalBody';\nexport type { ModalBodyProps } from './ModalBody';\nexport { ModalFocus } from './ModalFocus';\nexport type { FocusableElement, ModalFocusProps } from './ModalFocus';\nexport { ButtonsAlignment, ModalFooter } from './ModalFooter';\nexport type { ModalFooterButtonProps, ModalFooterProps } from './ModalFooter';\n\nexport { Text } from './Text';\nexport {\n TextVariant,\n TextColor,\n TextAlign,\n FontWeight,\n FontFamily,\n FontStyle,\n TextTransform,\n OverflowWrap,\n} from './Text';\nexport type { TextProps } from './Text';\n\nexport { TextButton, TextButtonSize } from './TextButton';\nexport type { TextButtonProps } from './TextButton';\n\nexport { BannerAlert, BannerAlertSeverity } from './BannerAlert';\nexport type { BannerAlertProps } from './BannerAlert';\n\nexport { ButtonHero, ButtonHeroSize } from './ButtonHero';\nexport type { ButtonHeroProps } from './ButtonHero';\n\nexport { ButtonFilter } from './ButtonFilter';\nexport type { ButtonFilterProps } from './ButtonFilter';\n"]}
1
+ {"version":3,"file":"index.cjs","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":"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","sourcesContent":["export {\n AvatarAccount,\n AvatarAccountSize,\n AvatarAccountVariant,\n} from './AvatarAccount';\nexport type { AvatarAccountProps } from './AvatarAccount';\n\nexport { AvatarBase, AvatarBaseSize, AvatarBaseShape } from './AvatarBase';\nexport type { AvatarBaseProps } from './AvatarBase';\n\nexport { AvatarFavicon, AvatarFaviconSize } from './AvatarFavicon';\nexport type { AvatarFaviconProps } from './AvatarFavicon';\n\nexport {\n AvatarGroup,\n AvatarGroupSize,\n AvatarGroupVariant,\n} from './AvatarGroup';\nexport type { AvatarGroupProps } from './AvatarGroup';\n\nexport { AvatarIcon, AvatarIconSize, AvatarIconSeverity } from './AvatarIcon';\nexport type { AvatarIconProps } from './AvatarIcon';\n\nexport { AvatarNetwork, AvatarNetworkSize } from './AvatarNetwork';\nexport type { AvatarNetworkProps } from './AvatarNetwork';\n\nexport { AvatarToken, AvatarTokenSize } from './AvatarToken';\nexport type { AvatarTokenProps } from './AvatarToken';\n\nexport { BadgeCount } from './BadgeCount';\nexport type { BadgeCountProps } from './BadgeCount';\nexport { BadgeCountSize } from './BadgeCount';\n\nexport { BadgeIcon } from './BadgeIcon';\nexport type { BadgeIconProps } from './BadgeIcon';\n\nexport { BadgeNetwork } from './BadgeNetwork';\nexport type { BadgeNetworkProps } from './BadgeNetwork';\n\nexport { BadgeStatus } from './BadgeStatus';\nexport type { BadgeStatusProps } from './BadgeStatus';\nexport { BadgeStatusStatus, BadgeStatusSize } from './BadgeStatus';\n\nexport { BadgeWrapper } from './BadgeWrapper';\nexport type { BadgeWrapperProps } from './BadgeWrapper';\nexport {\n BadgeWrapperPosition,\n BadgeWrapperPositionAnchorShape,\n} from './BadgeWrapper';\nexport type { BadgeWrapperCustomPosition } from './BadgeWrapper';\n\nexport { BannerBase } from './BannerBase';\nexport type { BannerBaseProps } from './BannerBase';\n\nexport { Blockies } from './temp-components/Blockies';\nexport type { BlockiesProps } from './temp-components/Blockies';\n\nexport {\n BoxFlexDirection,\n BoxFlexWrap,\n BoxAlignItems,\n BoxJustifyContent,\n BoxBackgroundColor,\n BoxBorderColor,\n Box,\n} from './Box';\nexport type { BoxSpacing, BoxProps, BoxBorderWidth } from './Box';\n\nexport { Button, ButtonSize, ButtonVariant } from './Button';\nexport type { ButtonProps } from './Button';\n\nexport { ButtonBase } from './ButtonBase';\nexport type { ButtonBaseProps } from './ButtonBase';\nexport { ButtonBaseSize } from './ButtonBase';\n\nexport { ButtonIcon, ButtonIconSize, ButtonIconVariant } from './ButtonIcon';\nexport type { ButtonIconProps } from './ButtonIcon';\n\nexport { Checkbox } from './Checkbox';\nexport type { CheckboxProps } from './Checkbox';\n\nexport { HeaderBase } from './HeaderBase';\nexport type { HeaderBaseProps } from './HeaderBase';\n\nexport { HelpText, HelpTextSeverity } from './HelpText';\nexport type { HelpTextProps } from './HelpText';\n\nexport { Icon } from './Icon';\nexport { IconName, IconSize, IconColor } from './Icon';\nexport type { IconProps } from './Icon';\n\nexport { Input } from './Input';\nexport type { InputProps } from './Input';\n\nexport { Jazzicon } from './temp-components/Jazzicon';\nexport type { JazziconProps } from './temp-components/Jazzicon';\n\nexport { Label } from './Label';\nexport type { LabelProps } from './Label';\n\nexport { Maskicon } from './temp-components/Maskicon';\nexport type { MaskiconProps } from './temp-components/Maskicon';\n\nexport { ModalOverlay } from './ModalOverlay';\nexport type { ModalOverlayProps } from './ModalOverlay';\nexport { ModalBody } from './ModalBody';\nexport type { ModalBodyProps } from './ModalBody';\nexport { ModalFocus } from './ModalFocus';\nexport type { FocusableElement, ModalFocusProps } from './ModalFocus';\nexport { ButtonsAlignment, ModalFooter } from './ModalFooter';\nexport type { ModalFooterButtonProps, ModalFooterProps } from './ModalFooter';\nexport { ModalHeader } from './ModalHeader';\nexport type { ModalHeaderProps } from './ModalHeader';\nexport { Modal, useModalContext } from './Modal';\nexport type { ModalContextType, ModalProps } from './Modal';\nexport {\n ModalContent,\n ModalContentSize,\n MODAL_CONTENT_IGNORE_OUTSIDE_CLICK_ATTR,\n} from './ModalContent';\nexport type { ModalContentProps } from './ModalContent';\n\nexport { Skeleton } from './Skeleton';\nexport type { SkeletonProps } from './Skeleton';\n\nexport { SensitiveText, SensitiveTextLength } from './SensitiveText';\nexport type { SensitiveTextProps } from './SensitiveText';\n\nexport { PopoverHeader } from './PopoverHeader';\nexport type { PopoverHeaderProps } from './PopoverHeader';\n\nexport { Text } from './Text';\nexport {\n TextVariant,\n TextColor,\n TextAlign,\n FontWeight,\n FontFamily,\n FontStyle,\n TextTransform,\n OverflowWrap,\n} from './Text';\nexport type { TextProps } from './Text';\n\nexport { TextButton, TextButtonSize } from './TextButton';\nexport type { TextButtonProps } from './TextButton';\n\nexport { BannerAlert, BannerAlertSeverity } from './BannerAlert';\nexport type { BannerAlertProps } from './BannerAlert';\n\nexport { ButtonHero, ButtonHeroSize } from './ButtonHero';\nexport type { ButtonHeroProps } from './ButtonHero';\n\nexport { ButtonFilter } from './ButtonFilter';\nexport type { ButtonFilterProps } from './ButtonFilter';\n"]}
@@ -41,6 +41,10 @@ export { ButtonIcon, ButtonIconSize, ButtonIconVariant } from "./ButtonIcon/inde
41
41
  export type { ButtonIconProps } from "./ButtonIcon/index.cjs";
42
42
  export { Checkbox } from "./Checkbox/index.cjs";
43
43
  export type { CheckboxProps } from "./Checkbox/index.cjs";
44
+ export { HeaderBase } from "./HeaderBase/index.cjs";
45
+ export type { HeaderBaseProps } from "./HeaderBase/index.cjs";
46
+ export { HelpText, HelpTextSeverity } from "./HelpText/index.cjs";
47
+ export type { HelpTextProps } from "./HelpText/index.cjs";
44
48
  export { Icon } from "./Icon/index.cjs";
45
49
  export { IconName, IconSize, IconColor } from "./Icon/index.cjs";
46
50
  export type { IconProps } from "./Icon/index.cjs";
@@ -48,6 +52,8 @@ export { Input } from "./Input/index.cjs";
48
52
  export type { InputProps } from "./Input/index.cjs";
49
53
  export { Jazzicon } from "./temp-components/Jazzicon/index.cjs";
50
54
  export type { JazziconProps } from "./temp-components/Jazzicon/index.cjs";
55
+ export { Label } from "./Label/index.cjs";
56
+ export type { LabelProps } from "./Label/index.cjs";
51
57
  export { Maskicon } from "./temp-components/Maskicon/index.cjs";
52
58
  export type { MaskiconProps } from "./temp-components/Maskicon/index.cjs";
53
59
  export { ModalOverlay } from "./ModalOverlay/index.cjs";
@@ -58,6 +64,18 @@ export { ModalFocus } from "./ModalFocus/index.cjs";
58
64
  export type { FocusableElement, ModalFocusProps } from "./ModalFocus/index.cjs";
59
65
  export { ButtonsAlignment, ModalFooter } from "./ModalFooter/index.cjs";
60
66
  export type { ModalFooterButtonProps, ModalFooterProps } from "./ModalFooter/index.cjs";
67
+ export { ModalHeader } from "./ModalHeader/index.cjs";
68
+ export type { ModalHeaderProps } from "./ModalHeader/index.cjs";
69
+ export { Modal, useModalContext } from "./Modal/index.cjs";
70
+ export type { ModalContextType, ModalProps } from "./Modal/index.cjs";
71
+ export { ModalContent, ModalContentSize, MODAL_CONTENT_IGNORE_OUTSIDE_CLICK_ATTR, } from "./ModalContent/index.cjs";
72
+ export type { ModalContentProps } from "./ModalContent/index.cjs";
73
+ export { Skeleton } from "./Skeleton/index.cjs";
74
+ export type { SkeletonProps } from "./Skeleton/index.cjs";
75
+ export { SensitiveText, SensitiveTextLength } from "./SensitiveText/index.cjs";
76
+ export type { SensitiveTextProps } from "./SensitiveText/index.cjs";
77
+ export { PopoverHeader } from "./PopoverHeader/index.cjs";
78
+ export type { PopoverHeaderProps } from "./PopoverHeader/index.cjs";
61
79
  export { Text } from "./Text/index.cjs";
62
80
  export { TextVariant, TextColor, TextAlign, FontWeight, FontFamily, FontStyle, TextTransform, OverflowWrap, } from "./Text/index.cjs";
63
81
  export type { TextProps } from "./Text/index.cjs";
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.cts","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.d.cts","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":"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"}
@@ -41,6 +41,10 @@ export { ButtonIcon, ButtonIconSize, ButtonIconVariant } from "./ButtonIcon/inde
41
41
  export type { ButtonIconProps } from "./ButtonIcon/index.mjs";
42
42
  export { Checkbox } from "./Checkbox/index.mjs";
43
43
  export type { CheckboxProps } from "./Checkbox/index.mjs";
44
+ export { HeaderBase } from "./HeaderBase/index.mjs";
45
+ export type { HeaderBaseProps } from "./HeaderBase/index.mjs";
46
+ export { HelpText, HelpTextSeverity } from "./HelpText/index.mjs";
47
+ export type { HelpTextProps } from "./HelpText/index.mjs";
44
48
  export { Icon } from "./Icon/index.mjs";
45
49
  export { IconName, IconSize, IconColor } from "./Icon/index.mjs";
46
50
  export type { IconProps } from "./Icon/index.mjs";
@@ -48,6 +52,8 @@ export { Input } from "./Input/index.mjs";
48
52
  export type { InputProps } from "./Input/index.mjs";
49
53
  export { Jazzicon } from "./temp-components/Jazzicon/index.mjs";
50
54
  export type { JazziconProps } from "./temp-components/Jazzicon/index.mjs";
55
+ export { Label } from "./Label/index.mjs";
56
+ export type { LabelProps } from "./Label/index.mjs";
51
57
  export { Maskicon } from "./temp-components/Maskicon/index.mjs";
52
58
  export type { MaskiconProps } from "./temp-components/Maskicon/index.mjs";
53
59
  export { ModalOverlay } from "./ModalOverlay/index.mjs";
@@ -58,6 +64,18 @@ export { ModalFocus } from "./ModalFocus/index.mjs";
58
64
  export type { FocusableElement, ModalFocusProps } from "./ModalFocus/index.mjs";
59
65
  export { ButtonsAlignment, ModalFooter } from "./ModalFooter/index.mjs";
60
66
  export type { ModalFooterButtonProps, ModalFooterProps } from "./ModalFooter/index.mjs";
67
+ export { ModalHeader } from "./ModalHeader/index.mjs";
68
+ export type { ModalHeaderProps } from "./ModalHeader/index.mjs";
69
+ export { Modal, useModalContext } from "./Modal/index.mjs";
70
+ export type { ModalContextType, ModalProps } from "./Modal/index.mjs";
71
+ export { ModalContent, ModalContentSize, MODAL_CONTENT_IGNORE_OUTSIDE_CLICK_ATTR, } from "./ModalContent/index.mjs";
72
+ export type { ModalContentProps } from "./ModalContent/index.mjs";
73
+ export { Skeleton } from "./Skeleton/index.mjs";
74
+ export type { SkeletonProps } from "./Skeleton/index.mjs";
75
+ export { SensitiveText, SensitiveTextLength } from "./SensitiveText/index.mjs";
76
+ export type { SensitiveTextProps } from "./SensitiveText/index.mjs";
77
+ export { PopoverHeader } from "./PopoverHeader/index.mjs";
78
+ export type { PopoverHeaderProps } from "./PopoverHeader/index.mjs";
61
79
  export { Text } from "./Text/index.mjs";
62
80
  export { TextVariant, TextColor, TextAlign, FontWeight, FontFamily, FontStyle, TextTransform, OverflowWrap, } from "./Text/index.mjs";
63
81
  export type { TextProps } from "./Text/index.mjs";
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":"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"}
@@ -21,15 +21,24 @@ export { ButtonBase } from "./ButtonBase/index.mjs";
21
21
  export { ButtonBaseSize } from "./ButtonBase/index.mjs";
22
22
  export { ButtonIcon, ButtonIconSize, ButtonIconVariant } from "./ButtonIcon/index.mjs";
23
23
  export { Checkbox } from "./Checkbox/index.mjs";
24
+ export { HeaderBase } from "./HeaderBase/index.mjs";
25
+ export { HelpText, HelpTextSeverity } from "./HelpText/index.mjs";
24
26
  export { Icon } from "./Icon/index.mjs";
25
27
  export { IconName, IconSize, IconColor } from "./Icon/index.mjs";
26
28
  export { Input } from "./Input/index.mjs";
27
29
  export { Jazzicon } from "./temp-components/Jazzicon/index.mjs";
30
+ export { Label } from "./Label/index.mjs";
28
31
  export { Maskicon } from "./temp-components/Maskicon/index.mjs";
29
32
  export { ModalOverlay } from "./ModalOverlay/index.mjs";
30
33
  export { ModalBody } from "./ModalBody/index.mjs";
31
34
  export { ModalFocus } from "./ModalFocus/index.mjs";
32
35
  export { ButtonsAlignment, ModalFooter } from "./ModalFooter/index.mjs";
36
+ export { ModalHeader } from "./ModalHeader/index.mjs";
37
+ export { Modal, useModalContext } from "./Modal/index.mjs";
38
+ export { ModalContent, ModalContentSize, MODAL_CONTENT_IGNORE_OUTSIDE_CLICK_ATTR } from "./ModalContent/index.mjs";
39
+ export { Skeleton } from "./Skeleton/index.mjs";
40
+ export { SensitiveText, SensitiveTextLength } from "./SensitiveText/index.mjs";
41
+ export { PopoverHeader } from "./PopoverHeader/index.mjs";
33
42
  export { Text } from "./Text/index.mjs";
34
43
  export { TextVariant, TextColor, TextAlign, FontWeight, FontFamily, FontStyle, TextTransform, OverflowWrap } from "./Text/index.mjs";
35
44
  export { TextButton, TextButtonSize } from "./TextButton/index.mjs";
@@ -1 +1 @@
1
- {"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,aAAa,EACb,iBAAiB,EACjB,oBAAoB,EACrB,kCAAwB;AAGzB,OAAO,EAAE,UAAU,EAAE,cAAc,EAAE,eAAe,EAAE,+BAAqB;AAG3E,OAAO,EAAE,aAAa,EAAE,iBAAiB,EAAE,kCAAwB;AAGnE,OAAO,EACL,WAAW,EACX,eAAe,EACf,kBAAkB,EACnB,gCAAsB;AAGvB,OAAO,EAAE,UAAU,EAAE,cAAc,EAAE,kBAAkB,EAAE,+BAAqB;AAG9E,OAAO,EAAE,aAAa,EAAE,iBAAiB,EAAE,kCAAwB;AAGnE,OAAO,EAAE,WAAW,EAAE,eAAe,EAAE,gCAAsB;AAG7D,OAAO,EAAE,UAAU,EAAE,+BAAqB;AAE1C,OAAO,EAAE,cAAc,EAAE,+BAAqB;AAE9C,OAAO,EAAE,SAAS,EAAE,8BAAoB;AAGxC,OAAO,EAAE,YAAY,EAAE,iCAAuB;AAG9C,OAAO,EAAE,WAAW,EAAE,gCAAsB;AAE5C,OAAO,EAAE,iBAAiB,EAAE,eAAe,EAAE,gCAAsB;AAEnE,OAAO,EAAE,YAAY,EAAE,iCAAuB;AAE9C,OAAO,EACL,oBAAoB,EACpB,+BAA+B,EAChC,iCAAuB;AAGxB,OAAO,EAAE,UAAU,EAAE,+BAAqB;AAG1C,OAAO,EAAE,QAAQ,EAAE,6CAAmC;AAGtD,OAAO,EACL,gBAAgB,EAChB,WAAW,EACX,aAAa,EACb,iBAAiB,EACjB,kBAAkB,EAClB,cAAc,EACd,GAAG,EACJ,wBAAc;AAGf,OAAO,EAAE,MAAM,EAAE,UAAU,EAAE,aAAa,EAAE,2BAAiB;AAG7D,OAAO,EAAE,UAAU,EAAE,+BAAqB;AAE1C,OAAO,EAAE,cAAc,EAAE,+BAAqB;AAE9C,OAAO,EAAE,UAAU,EAAE,cAAc,EAAE,iBAAiB,EAAE,+BAAqB;AAG7E,OAAO,EAAE,QAAQ,EAAE,6BAAmB;AAGtC,OAAO,EAAE,IAAI,EAAE,yBAAe;AAC9B,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,SAAS,EAAE,yBAAe;AAGvD,OAAO,EAAE,KAAK,EAAE,0BAAgB;AAGhC,OAAO,EAAE,QAAQ,EAAE,6CAAmC;AAGtD,OAAO,EAAE,QAAQ,EAAE,6CAAmC;AAGtD,OAAO,EAAE,YAAY,EAAE,iCAAuB;AAE9C,OAAO,EAAE,SAAS,EAAE,8BAAoB;AAExC,OAAO,EAAE,UAAU,EAAE,+BAAqB;AAE1C,OAAO,EAAE,gBAAgB,EAAE,WAAW,EAAE,gCAAsB;AAG9D,OAAO,EAAE,IAAI,EAAE,yBAAe;AAC9B,OAAO,EACL,WAAW,EACX,SAAS,EACT,SAAS,EACT,UAAU,EACV,UAAU,EACV,SAAS,EACT,aAAa,EACb,YAAY,EACb,yBAAe;AAGhB,OAAO,EAAE,UAAU,EAAE,cAAc,EAAE,+BAAqB;AAG1D,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,gCAAsB;AAGjE,OAAO,EAAE,UAAU,EAAE,cAAc,EAAE,+BAAqB;AAG1D,OAAO,EAAE,YAAY,EAAE,iCAAuB","sourcesContent":["export {\n AvatarAccount,\n AvatarAccountSize,\n AvatarAccountVariant,\n} from './AvatarAccount';\nexport type { AvatarAccountProps } from './AvatarAccount';\n\nexport { AvatarBase, AvatarBaseSize, AvatarBaseShape } from './AvatarBase';\nexport type { AvatarBaseProps } from './AvatarBase';\n\nexport { AvatarFavicon, AvatarFaviconSize } from './AvatarFavicon';\nexport type { AvatarFaviconProps } from './AvatarFavicon';\n\nexport {\n AvatarGroup,\n AvatarGroupSize,\n AvatarGroupVariant,\n} from './AvatarGroup';\nexport type { AvatarGroupProps } from './AvatarGroup';\n\nexport { AvatarIcon, AvatarIconSize, AvatarIconSeverity } from './AvatarIcon';\nexport type { AvatarIconProps } from './AvatarIcon';\n\nexport { AvatarNetwork, AvatarNetworkSize } from './AvatarNetwork';\nexport type { AvatarNetworkProps } from './AvatarNetwork';\n\nexport { AvatarToken, AvatarTokenSize } from './AvatarToken';\nexport type { AvatarTokenProps } from './AvatarToken';\n\nexport { BadgeCount } from './BadgeCount';\nexport type { BadgeCountProps } from './BadgeCount';\nexport { BadgeCountSize } from './BadgeCount';\n\nexport { BadgeIcon } from './BadgeIcon';\nexport type { BadgeIconProps } from './BadgeIcon';\n\nexport { BadgeNetwork } from './BadgeNetwork';\nexport type { BadgeNetworkProps } from './BadgeNetwork';\n\nexport { BadgeStatus } from './BadgeStatus';\nexport type { BadgeStatusProps } from './BadgeStatus';\nexport { BadgeStatusStatus, BadgeStatusSize } from './BadgeStatus';\n\nexport { BadgeWrapper } from './BadgeWrapper';\nexport type { BadgeWrapperProps } from './BadgeWrapper';\nexport {\n BadgeWrapperPosition,\n BadgeWrapperPositionAnchorShape,\n} from './BadgeWrapper';\nexport type { BadgeWrapperCustomPosition } from './BadgeWrapper';\n\nexport { BannerBase } from './BannerBase';\nexport type { BannerBaseProps } from './BannerBase';\n\nexport { Blockies } from './temp-components/Blockies';\nexport type { BlockiesProps } from './temp-components/Blockies';\n\nexport {\n BoxFlexDirection,\n BoxFlexWrap,\n BoxAlignItems,\n BoxJustifyContent,\n BoxBackgroundColor,\n BoxBorderColor,\n Box,\n} from './Box';\nexport type { BoxSpacing, BoxProps, BoxBorderWidth } from './Box';\n\nexport { Button, ButtonSize, ButtonVariant } from './Button';\nexport type { ButtonProps } from './Button';\n\nexport { ButtonBase } from './ButtonBase';\nexport type { ButtonBaseProps } from './ButtonBase';\nexport { ButtonBaseSize } from './ButtonBase';\n\nexport { ButtonIcon, ButtonIconSize, ButtonIconVariant } from './ButtonIcon';\nexport type { ButtonIconProps } from './ButtonIcon';\n\nexport { Checkbox } from './Checkbox';\nexport type { CheckboxProps } from './Checkbox';\n\nexport { Icon } from './Icon';\nexport { IconName, IconSize, IconColor } from './Icon';\nexport type { IconProps } from './Icon';\n\nexport { Input } from './Input';\nexport type { InputProps } from './Input';\n\nexport { Jazzicon } from './temp-components/Jazzicon';\nexport type { JazziconProps } from './temp-components/Jazzicon';\n\nexport { Maskicon } from './temp-components/Maskicon';\nexport type { MaskiconProps } from './temp-components/Maskicon';\n\nexport { ModalOverlay } from './ModalOverlay';\nexport type { ModalOverlayProps } from './ModalOverlay';\nexport { ModalBody } from './ModalBody';\nexport type { ModalBodyProps } from './ModalBody';\nexport { ModalFocus } from './ModalFocus';\nexport type { FocusableElement, ModalFocusProps } from './ModalFocus';\nexport { ButtonsAlignment, ModalFooter } from './ModalFooter';\nexport type { ModalFooterButtonProps, ModalFooterProps } from './ModalFooter';\n\nexport { Text } from './Text';\nexport {\n TextVariant,\n TextColor,\n TextAlign,\n FontWeight,\n FontFamily,\n FontStyle,\n TextTransform,\n OverflowWrap,\n} from './Text';\nexport type { TextProps } from './Text';\n\nexport { TextButton, TextButtonSize } from './TextButton';\nexport type { TextButtonProps } from './TextButton';\n\nexport { BannerAlert, BannerAlertSeverity } from './BannerAlert';\nexport type { BannerAlertProps } from './BannerAlert';\n\nexport { ButtonHero, ButtonHeroSize } from './ButtonHero';\nexport type { ButtonHeroProps } from './ButtonHero';\n\nexport { ButtonFilter } from './ButtonFilter';\nexport type { ButtonFilterProps } from './ButtonFilter';\n"]}
1
+ {"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":"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","sourcesContent":["export {\n AvatarAccount,\n AvatarAccountSize,\n AvatarAccountVariant,\n} from './AvatarAccount';\nexport type { AvatarAccountProps } from './AvatarAccount';\n\nexport { AvatarBase, AvatarBaseSize, AvatarBaseShape } from './AvatarBase';\nexport type { AvatarBaseProps } from './AvatarBase';\n\nexport { AvatarFavicon, AvatarFaviconSize } from './AvatarFavicon';\nexport type { AvatarFaviconProps } from './AvatarFavicon';\n\nexport {\n AvatarGroup,\n AvatarGroupSize,\n AvatarGroupVariant,\n} from './AvatarGroup';\nexport type { AvatarGroupProps } from './AvatarGroup';\n\nexport { AvatarIcon, AvatarIconSize, AvatarIconSeverity } from './AvatarIcon';\nexport type { AvatarIconProps } from './AvatarIcon';\n\nexport { AvatarNetwork, AvatarNetworkSize } from './AvatarNetwork';\nexport type { AvatarNetworkProps } from './AvatarNetwork';\n\nexport { AvatarToken, AvatarTokenSize } from './AvatarToken';\nexport type { AvatarTokenProps } from './AvatarToken';\n\nexport { BadgeCount } from './BadgeCount';\nexport type { BadgeCountProps } from './BadgeCount';\nexport { BadgeCountSize } from './BadgeCount';\n\nexport { BadgeIcon } from './BadgeIcon';\nexport type { BadgeIconProps } from './BadgeIcon';\n\nexport { BadgeNetwork } from './BadgeNetwork';\nexport type { BadgeNetworkProps } from './BadgeNetwork';\n\nexport { BadgeStatus } from './BadgeStatus';\nexport type { BadgeStatusProps } from './BadgeStatus';\nexport { BadgeStatusStatus, BadgeStatusSize } from './BadgeStatus';\n\nexport { BadgeWrapper } from './BadgeWrapper';\nexport type { BadgeWrapperProps } from './BadgeWrapper';\nexport {\n BadgeWrapperPosition,\n BadgeWrapperPositionAnchorShape,\n} from './BadgeWrapper';\nexport type { BadgeWrapperCustomPosition } from './BadgeWrapper';\n\nexport { BannerBase } from './BannerBase';\nexport type { BannerBaseProps } from './BannerBase';\n\nexport { Blockies } from './temp-components/Blockies';\nexport type { BlockiesProps } from './temp-components/Blockies';\n\nexport {\n BoxFlexDirection,\n BoxFlexWrap,\n BoxAlignItems,\n BoxJustifyContent,\n BoxBackgroundColor,\n BoxBorderColor,\n Box,\n} from './Box';\nexport type { BoxSpacing, BoxProps, BoxBorderWidth } from './Box';\n\nexport { Button, ButtonSize, ButtonVariant } from './Button';\nexport type { ButtonProps } from './Button';\n\nexport { ButtonBase } from './ButtonBase';\nexport type { ButtonBaseProps } from './ButtonBase';\nexport { ButtonBaseSize } from './ButtonBase';\n\nexport { ButtonIcon, ButtonIconSize, ButtonIconVariant } from './ButtonIcon';\nexport type { ButtonIconProps } from './ButtonIcon';\n\nexport { Checkbox } from './Checkbox';\nexport type { CheckboxProps } from './Checkbox';\n\nexport { HeaderBase } from './HeaderBase';\nexport type { HeaderBaseProps } from './HeaderBase';\n\nexport { HelpText, HelpTextSeverity } from './HelpText';\nexport type { HelpTextProps } from './HelpText';\n\nexport { Icon } from './Icon';\nexport { IconName, IconSize, IconColor } from './Icon';\nexport type { IconProps } from './Icon';\n\nexport { Input } from './Input';\nexport type { InputProps } from './Input';\n\nexport { Jazzicon } from './temp-components/Jazzicon';\nexport type { JazziconProps } from './temp-components/Jazzicon';\n\nexport { Label } from './Label';\nexport type { LabelProps } from './Label';\n\nexport { Maskicon } from './temp-components/Maskicon';\nexport type { MaskiconProps } from './temp-components/Maskicon';\n\nexport { ModalOverlay } from './ModalOverlay';\nexport type { ModalOverlayProps } from './ModalOverlay';\nexport { ModalBody } from './ModalBody';\nexport type { ModalBodyProps } from './ModalBody';\nexport { ModalFocus } from './ModalFocus';\nexport type { FocusableElement, ModalFocusProps } from './ModalFocus';\nexport { ButtonsAlignment, ModalFooter } from './ModalFooter';\nexport type { ModalFooterButtonProps, ModalFooterProps } from './ModalFooter';\nexport { ModalHeader } from './ModalHeader';\nexport type { ModalHeaderProps } from './ModalHeader';\nexport { Modal, useModalContext } from './Modal';\nexport type { ModalContextType, ModalProps } from './Modal';\nexport {\n ModalContent,\n ModalContentSize,\n MODAL_CONTENT_IGNORE_OUTSIDE_CLICK_ATTR,\n} from './ModalContent';\nexport type { ModalContentProps } from './ModalContent';\n\nexport { Skeleton } from './Skeleton';\nexport type { SkeletonProps } from './Skeleton';\n\nexport { SensitiveText, SensitiveTextLength } from './SensitiveText';\nexport type { SensitiveTextProps } from './SensitiveText';\n\nexport { PopoverHeader } from './PopoverHeader';\nexport type { PopoverHeaderProps } from './PopoverHeader';\n\nexport { Text } from './Text';\nexport {\n TextVariant,\n TextColor,\n TextAlign,\n FontWeight,\n FontFamily,\n FontStyle,\n TextTransform,\n OverflowWrap,\n} from './Text';\nexport type { TextProps } from './Text';\n\nexport { TextButton, TextButtonSize } from './TextButton';\nexport type { TextButtonProps } from './TextButton';\n\nexport { BannerAlert, BannerAlertSeverity } from './BannerAlert';\nexport type { BannerAlertProps } from './BannerAlert';\n\nexport { ButtonHero, ButtonHeroSize } from './ButtonHero';\nexport type { ButtonHeroProps } from './ButtonHero';\n\nexport { ButtonFilter } from './ButtonFilter';\nexport type { ButtonFilterProps } from './ButtonFilter';\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask/design-system-react",
3
- "version": "0.21.0",
3
+ "version": "0.23.0",
4
4
  "description": "Design system react ui components",
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.16.0",
50
+ "@metamask/design-system-shared": "^0.18.0",
51
51
  "@metamask/jazzicon": "^2.0.0",
52
52
  "@radix-ui/react-slot": "^1.1.0",
53
53
  "blo": "^2.0.0",
@@ -58,7 +58,7 @@
58
58
  "@figma/code-connect": "^1.0.0",
59
59
  "@jest/globals": "^29.7.0",
60
60
  "@metamask/auto-changelog": "^6.1.0",
61
- "@metamask/design-system-tailwind-preset": "^0.7.0",
61
+ "@metamask/design-system-tailwind-preset": "^0.8.0",
62
62
  "@metamask/utils": "^11.11.0",
63
63
  "@svgr/cli": "^8.1.0",
64
64
  "@testing-library/jest-dom": "^6.6.3",
@@ -78,7 +78,7 @@
78
78
  "typescript": "~5.2.2"
79
79
  },
80
80
  "peerDependencies": {
81
- "@metamask/design-system-tailwind-preset": "^0.7.0",
81
+ "@metamask/design-system-tailwind-preset": "^0.8.0",
82
82
  "@metamask/design-tokens": "^8.1.0",
83
83
  "@metamask/utils": "^11.11.0",
84
84
  "react": "^17.0.0 || ^18.0.0 || ^19.0.0",