@metamask-previews/design-system-react 0.0.0-preview.52473ea → 0.0.0-preview.8561168

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 (1681) hide show
  1. package/dist/components/avatar-base/AvatarBase.cjs +28 -0
  2. package/dist/components/avatar-base/AvatarBase.cjs.map +1 -0
  3. package/dist/components/avatar-base/AvatarBase.constants.cjs +19 -0
  4. package/dist/components/avatar-base/AvatarBase.constants.cjs.map +1 -0
  5. package/dist/components/avatar-base/AvatarBase.constants.d.cts +4 -0
  6. package/dist/components/avatar-base/AvatarBase.constants.d.cts.map +1 -0
  7. package/dist/components/avatar-base/AvatarBase.constants.d.mts +4 -0
  8. package/dist/components/avatar-base/AvatarBase.constants.d.mts.map +1 -0
  9. package/dist/components/avatar-base/AvatarBase.constants.mjs +16 -0
  10. package/dist/components/avatar-base/AvatarBase.constants.mjs.map +1 -0
  11. package/dist/components/avatar-base/AvatarBase.d.cts +4 -0
  12. package/dist/components/avatar-base/AvatarBase.d.cts.map +1 -0
  13. package/dist/components/avatar-base/AvatarBase.d.mts +4 -0
  14. package/dist/components/avatar-base/AvatarBase.d.mts.map +1 -0
  15. package/dist/components/avatar-base/AvatarBase.mjs +29 -0
  16. package/dist/components/avatar-base/AvatarBase.mjs.map +1 -0
  17. package/dist/components/avatar-base/AvatarBase.types.cjs +38 -0
  18. package/dist/components/avatar-base/AvatarBase.types.cjs.map +1 -0
  19. package/dist/components/avatar-base/AvatarBase.types.d.cts +77 -0
  20. package/dist/components/avatar-base/AvatarBase.types.d.cts.map +1 -0
  21. package/dist/components/avatar-base/AvatarBase.types.d.mts +77 -0
  22. package/dist/components/avatar-base/AvatarBase.types.d.mts.map +1 -0
  23. package/dist/components/avatar-base/AvatarBase.types.mjs +35 -0
  24. package/dist/components/avatar-base/AvatarBase.types.mjs.map +1 -0
  25. package/dist/components/avatar-base/index.cjs +9 -0
  26. package/dist/components/avatar-base/index.cjs.map +1 -0
  27. package/dist/components/avatar-base/index.d.cts +4 -0
  28. package/dist/components/avatar-base/index.d.cts.map +1 -0
  29. package/dist/components/avatar-base/index.d.mts +4 -0
  30. package/dist/components/avatar-base/index.d.mts.map +1 -0
  31. package/dist/components/avatar-base/index.mjs +3 -0
  32. package/dist/components/avatar-base/index.mjs.map +1 -0
  33. package/dist/components/avatar-favicon/AvatarFavicon.cjs +15 -0
  34. package/dist/components/avatar-favicon/AvatarFavicon.cjs.map +1 -0
  35. package/dist/components/avatar-favicon/AvatarFavicon.d.cts +4 -0
  36. package/dist/components/avatar-favicon/AvatarFavicon.d.cts.map +1 -0
  37. package/dist/components/avatar-favicon/AvatarFavicon.d.mts +4 -0
  38. package/dist/components/avatar-favicon/AvatarFavicon.d.mts.map +1 -0
  39. package/dist/components/avatar-favicon/AvatarFavicon.mjs +16 -0
  40. package/dist/components/avatar-favicon/AvatarFavicon.mjs.map +1 -0
  41. package/dist/components/avatar-favicon/AvatarFavicon.types.cjs +4 -0
  42. package/dist/components/avatar-favicon/AvatarFavicon.types.cjs.map +1 -0
  43. package/dist/components/avatar-favicon/AvatarFavicon.types.d.cts +40 -0
  44. package/dist/components/avatar-favicon/AvatarFavicon.types.d.cts.map +1 -0
  45. package/dist/components/avatar-favicon/AvatarFavicon.types.d.mts +40 -0
  46. package/dist/components/avatar-favicon/AvatarFavicon.types.d.mts.map +1 -0
  47. package/dist/components/avatar-favicon/AvatarFavicon.types.mjs +2 -0
  48. package/dist/components/avatar-favicon/AvatarFavicon.types.mjs.map +1 -0
  49. package/dist/components/avatar-favicon/index.cjs +8 -0
  50. package/dist/components/avatar-favicon/index.cjs.map +1 -0
  51. package/dist/components/avatar-favicon/index.d.cts +4 -0
  52. package/dist/components/avatar-favicon/index.d.cts.map +1 -0
  53. package/dist/components/avatar-favicon/index.d.mts +4 -0
  54. package/dist/components/avatar-favicon/index.d.mts.map +1 -0
  55. package/dist/components/avatar-favicon/index.mjs +3 -0
  56. package/dist/components/avatar-favicon/index.mjs.map +1 -0
  57. package/dist/components/avatar-icon/AvatarIcon.cjs +19 -0
  58. package/dist/components/avatar-icon/AvatarIcon.cjs.map +1 -0
  59. package/dist/components/avatar-icon/AvatarIcon.constants.cjs +44 -0
  60. package/dist/components/avatar-icon/AvatarIcon.constants.cjs.map +1 -0
  61. package/dist/components/avatar-icon/AvatarIcon.constants.d.cts +11 -0
  62. package/dist/components/avatar-icon/AvatarIcon.constants.d.cts.map +1 -0
  63. package/dist/components/avatar-icon/AvatarIcon.constants.d.mts +11 -0
  64. package/dist/components/avatar-icon/AvatarIcon.constants.d.mts.map +1 -0
  65. package/dist/components/avatar-icon/AvatarIcon.constants.mjs +41 -0
  66. package/dist/components/avatar-icon/AvatarIcon.constants.mjs.map +1 -0
  67. package/dist/components/avatar-icon/AvatarIcon.d.cts +4 -0
  68. package/dist/components/avatar-icon/AvatarIcon.d.cts.map +1 -0
  69. package/dist/components/avatar-icon/AvatarIcon.d.mts +4 -0
  70. package/dist/components/avatar-icon/AvatarIcon.d.mts.map +1 -0
  71. package/dist/components/avatar-icon/AvatarIcon.mjs +20 -0
  72. package/dist/components/avatar-icon/AvatarIcon.mjs.map +1 -0
  73. package/dist/components/avatar-icon/AvatarIcon.types.cjs +36 -0
  74. package/dist/components/avatar-icon/AvatarIcon.types.cjs.map +1 -0
  75. package/dist/components/avatar-icon/AvatarIcon.types.d.cts +57 -0
  76. package/dist/components/avatar-icon/AvatarIcon.types.d.cts.map +1 -0
  77. package/dist/components/avatar-icon/AvatarIcon.types.d.mts +57 -0
  78. package/dist/components/avatar-icon/AvatarIcon.types.d.mts.map +1 -0
  79. package/dist/components/avatar-icon/AvatarIcon.types.mjs +33 -0
  80. package/dist/components/avatar-icon/AvatarIcon.types.mjs.map +1 -0
  81. package/dist/components/avatar-icon/index.cjs +9 -0
  82. package/dist/components/avatar-icon/index.cjs.map +1 -0
  83. package/dist/components/avatar-icon/index.d.cts +4 -0
  84. package/dist/components/avatar-icon/index.d.cts.map +1 -0
  85. package/dist/components/avatar-icon/index.d.mts +4 -0
  86. package/dist/components/avatar-icon/index.d.mts.map +1 -0
  87. package/dist/components/avatar-icon/index.mjs +3 -0
  88. package/dist/components/avatar-icon/index.mjs.map +1 -0
  89. package/dist/components/avatar-network/AvatarNetwork.cjs +15 -0
  90. package/dist/components/avatar-network/AvatarNetwork.cjs.map +1 -0
  91. package/dist/components/avatar-network/AvatarNetwork.d.cts +4 -0
  92. package/dist/components/avatar-network/AvatarNetwork.d.cts.map +1 -0
  93. package/dist/components/avatar-network/AvatarNetwork.d.mts +4 -0
  94. package/dist/components/avatar-network/AvatarNetwork.d.mts.map +1 -0
  95. package/dist/components/avatar-network/AvatarNetwork.mjs +16 -0
  96. package/dist/components/avatar-network/AvatarNetwork.mjs.map +1 -0
  97. package/dist/components/avatar-network/AvatarNetwork.types.cjs +4 -0
  98. package/dist/components/avatar-network/AvatarNetwork.types.cjs.map +1 -0
  99. package/dist/components/avatar-network/AvatarNetwork.types.d.cts +40 -0
  100. package/dist/components/avatar-network/AvatarNetwork.types.d.cts.map +1 -0
  101. package/dist/components/avatar-network/AvatarNetwork.types.d.mts +40 -0
  102. package/dist/components/avatar-network/AvatarNetwork.types.d.mts.map +1 -0
  103. package/dist/components/avatar-network/AvatarNetwork.types.mjs +2 -0
  104. package/dist/components/avatar-network/AvatarNetwork.types.mjs.map +1 -0
  105. package/dist/components/avatar-network/index.cjs +8 -0
  106. package/dist/components/avatar-network/index.cjs.map +1 -0
  107. package/dist/components/avatar-network/index.d.cts +4 -0
  108. package/dist/components/avatar-network/index.d.cts.map +1 -0
  109. package/dist/components/avatar-network/index.d.mts +4 -0
  110. package/dist/components/avatar-network/index.d.mts.map +1 -0
  111. package/dist/components/avatar-network/index.mjs +3 -0
  112. package/dist/components/avatar-network/index.mjs.map +1 -0
  113. package/dist/components/avatar-token/AvatarToken.cjs +15 -0
  114. package/dist/components/avatar-token/AvatarToken.cjs.map +1 -0
  115. package/dist/components/avatar-token/AvatarToken.d.cts +4 -0
  116. package/dist/components/avatar-token/AvatarToken.d.cts.map +1 -0
  117. package/dist/components/avatar-token/AvatarToken.d.mts +4 -0
  118. package/dist/components/avatar-token/AvatarToken.d.mts.map +1 -0
  119. package/dist/components/avatar-token/AvatarToken.mjs +16 -0
  120. package/dist/components/avatar-token/AvatarToken.mjs.map +1 -0
  121. package/dist/components/avatar-token/AvatarToken.types.cjs +4 -0
  122. package/dist/components/avatar-token/AvatarToken.types.cjs.map +1 -0
  123. package/dist/components/avatar-token/AvatarToken.types.d.cts +40 -0
  124. package/dist/components/avatar-token/AvatarToken.types.d.cts.map +1 -0
  125. package/dist/components/avatar-token/AvatarToken.types.d.mts +40 -0
  126. package/dist/components/avatar-token/AvatarToken.types.d.mts.map +1 -0
  127. package/dist/components/avatar-token/AvatarToken.types.mjs +2 -0
  128. package/dist/components/avatar-token/AvatarToken.types.mjs.map +1 -0
  129. package/dist/components/avatar-token/index.cjs +8 -0
  130. package/dist/components/avatar-token/index.cjs.map +1 -0
  131. package/dist/components/avatar-token/index.d.cts +4 -0
  132. package/dist/components/avatar-token/index.d.cts.map +1 -0
  133. package/dist/components/avatar-token/index.d.mts +4 -0
  134. package/dist/components/avatar-token/index.d.mts.map +1 -0
  135. package/dist/components/avatar-token/index.mjs +3 -0
  136. package/dist/components/avatar-token/index.mjs.map +1 -0
  137. package/dist/components/button/Button.cjs +25 -0
  138. package/dist/components/button/Button.cjs.map +1 -0
  139. package/dist/components/button/Button.d.cts +4 -0
  140. package/dist/components/button/Button.d.cts.map +1 -0
  141. package/dist/components/button/Button.d.mts +4 -0
  142. package/dist/components/button/Button.d.mts.map +1 -0
  143. package/dist/components/button/Button.mjs +26 -0
  144. package/dist/components/button/Button.mjs.map +1 -0
  145. package/dist/components/button/Button.types.cjs +19 -0
  146. package/dist/components/button/Button.types.cjs.map +1 -0
  147. package/dist/components/button/Button.types.d.cts +31 -0
  148. package/dist/components/button/Button.types.d.cts.map +1 -0
  149. package/dist/components/button/Button.types.d.mts +31 -0
  150. package/dist/components/button/Button.types.d.mts.map +1 -0
  151. package/dist/components/button/Button.types.mjs +16 -0
  152. package/dist/components/button/Button.types.mjs.map +1 -0
  153. package/dist/components/button/index.cjs +10 -0
  154. package/dist/components/button/index.cjs.map +1 -0
  155. package/dist/components/button/index.d.cts +5 -0
  156. package/dist/components/button/index.d.cts.map +1 -0
  157. package/dist/components/button/index.d.mts +5 -0
  158. package/dist/components/button/index.d.mts.map +1 -0
  159. package/dist/components/button/index.mjs +4 -0
  160. package/dist/components/button/index.mjs.map +1 -0
  161. package/dist/components/button-base/ButtonBase.cjs +74 -0
  162. package/dist/components/button-base/ButtonBase.cjs.map +1 -0
  163. package/dist/components/button-base/ButtonBase.constants.cjs +10 -0
  164. package/dist/components/button-base/ButtonBase.constants.cjs.map +1 -0
  165. package/dist/components/button-base/ButtonBase.constants.d.cts +3 -0
  166. package/dist/components/button-base/ButtonBase.constants.d.cts.map +1 -0
  167. package/dist/components/button-base/ButtonBase.constants.d.mts +3 -0
  168. package/dist/components/button-base/ButtonBase.constants.d.mts.map +1 -0
  169. package/dist/components/button-base/ButtonBase.constants.mjs +7 -0
  170. package/dist/components/button-base/ButtonBase.constants.mjs.map +1 -0
  171. package/dist/components/button-base/ButtonBase.d.cts +4 -0
  172. package/dist/components/button-base/ButtonBase.d.cts.map +1 -0
  173. package/dist/components/button-base/ButtonBase.d.mts +4 -0
  174. package/dist/components/button-base/ButtonBase.d.mts.map +1 -0
  175. package/dist/components/button-base/ButtonBase.mjs +75 -0
  176. package/dist/components/button-base/ButtonBase.mjs.map +1 -0
  177. package/dist/components/button-base/ButtonBase.types.cjs +19 -0
  178. package/dist/components/button-base/ButtonBase.types.cjs.map +1 -0
  179. package/dist/components/button-base/ButtonBase.types.d.cts +97 -0
  180. package/dist/components/button-base/ButtonBase.types.d.cts.map +1 -0
  181. package/dist/components/button-base/ButtonBase.types.d.mts +97 -0
  182. package/dist/components/button-base/ButtonBase.types.d.mts.map +1 -0
  183. package/dist/components/button-base/ButtonBase.types.mjs +16 -0
  184. package/dist/components/button-base/ButtonBase.types.mjs.map +1 -0
  185. package/dist/components/button-base/index.cjs +8 -0
  186. package/dist/components/button-base/index.cjs.map +1 -0
  187. package/dist/components/button-base/index.d.cts +4 -0
  188. package/dist/components/button-base/index.d.cts.map +1 -0
  189. package/dist/components/button-base/index.d.mts +4 -0
  190. package/dist/components/button-base/index.d.mts.map +1 -0
  191. package/dist/components/button-base/index.mjs +3 -0
  192. package/dist/components/button-base/index.mjs.map +1 -0
  193. package/dist/components/button-icon/ButtonIcon.cjs +38 -0
  194. package/dist/components/button-icon/ButtonIcon.cjs.map +1 -0
  195. package/dist/components/button-icon/ButtonIcon.constants.cjs +16 -0
  196. package/dist/components/button-icon/ButtonIcon.constants.cjs.map +1 -0
  197. package/dist/components/button-icon/ButtonIcon.constants.d.cts +12 -0
  198. package/dist/components/button-icon/ButtonIcon.constants.d.cts.map +1 -0
  199. package/dist/components/button-icon/ButtonIcon.constants.d.mts +12 -0
  200. package/dist/components/button-icon/ButtonIcon.constants.d.mts.map +1 -0
  201. package/dist/components/button-icon/ButtonIcon.constants.mjs +13 -0
  202. package/dist/components/button-icon/ButtonIcon.constants.mjs.map +1 -0
  203. package/dist/components/button-icon/ButtonIcon.d.cts +4 -0
  204. package/dist/components/button-icon/ButtonIcon.d.cts.map +1 -0
  205. package/dist/components/button-icon/ButtonIcon.d.mts +4 -0
  206. package/dist/components/button-icon/ButtonIcon.d.mts.map +1 -0
  207. package/dist/components/button-icon/ButtonIcon.mjs +39 -0
  208. package/dist/components/button-icon/ButtonIcon.mjs.map +1 -0
  209. package/dist/components/button-icon/ButtonIcon.types.cjs +19 -0
  210. package/dist/components/button-icon/ButtonIcon.types.cjs.map +1 -0
  211. package/dist/components/button-icon/ButtonIcon.types.d.cts +61 -0
  212. package/dist/components/button-icon/ButtonIcon.types.d.cts.map +1 -0
  213. package/dist/components/button-icon/ButtonIcon.types.d.mts +61 -0
  214. package/dist/components/button-icon/ButtonIcon.types.d.mts.map +1 -0
  215. package/dist/components/button-icon/ButtonIcon.types.mjs +16 -0
  216. package/dist/components/button-icon/ButtonIcon.types.mjs.map +1 -0
  217. package/dist/components/button-icon/index.cjs +8 -0
  218. package/dist/components/button-icon/index.cjs.map +1 -0
  219. package/dist/components/button-icon/index.d.cts +4 -0
  220. package/dist/components/button-icon/index.d.cts.map +1 -0
  221. package/dist/components/button-icon/index.d.mts +4 -0
  222. package/dist/components/button-icon/index.d.mts.map +1 -0
  223. package/dist/components/button-icon/index.mjs +3 -0
  224. package/dist/components/button-icon/index.mjs.map +1 -0
  225. package/dist/components/button-primary/ButtonPrimary.cjs +65 -0
  226. package/dist/components/button-primary/ButtonPrimary.cjs.map +1 -0
  227. package/dist/components/button-primary/ButtonPrimary.d.cts +4 -0
  228. package/dist/components/button-primary/ButtonPrimary.d.cts.map +1 -0
  229. package/dist/components/button-primary/ButtonPrimary.d.mts +4 -0
  230. package/dist/components/button-primary/ButtonPrimary.d.mts.map +1 -0
  231. package/dist/components/button-primary/ButtonPrimary.mjs +66 -0
  232. package/dist/components/button-primary/ButtonPrimary.mjs.map +1 -0
  233. package/dist/components/button-primary/ButtonPrimary.types.cjs +3 -0
  234. package/dist/components/button-primary/ButtonPrimary.types.cjs.map +1 -0
  235. package/dist/components/button-primary/ButtonPrimary.types.d.cts +34 -0
  236. package/dist/components/button-primary/ButtonPrimary.types.d.cts.map +1 -0
  237. package/dist/components/button-primary/ButtonPrimary.types.d.mts +34 -0
  238. package/dist/components/button-primary/ButtonPrimary.types.d.mts.map +1 -0
  239. package/dist/components/button-primary/ButtonPrimary.types.mjs +2 -0
  240. package/dist/components/button-primary/ButtonPrimary.types.mjs.map +1 -0
  241. package/dist/components/button-primary/index.cjs +8 -0
  242. package/dist/components/button-primary/index.cjs.map +1 -0
  243. package/dist/components/button-primary/index.d.cts +4 -0
  244. package/dist/components/button-primary/index.d.cts.map +1 -0
  245. package/dist/components/button-primary/index.d.mts +4 -0
  246. package/dist/components/button-primary/index.d.mts.map +1 -0
  247. package/dist/components/button-primary/index.mjs +3 -0
  248. package/dist/components/button-primary/index.mjs.map +1 -0
  249. package/dist/components/button-secondary/ButtonSecondary.cjs +60 -0
  250. package/dist/components/button-secondary/ButtonSecondary.cjs.map +1 -0
  251. package/dist/components/button-secondary/ButtonSecondary.d.cts +4 -0
  252. package/dist/components/button-secondary/ButtonSecondary.d.cts.map +1 -0
  253. package/dist/components/button-secondary/ButtonSecondary.d.mts +4 -0
  254. package/dist/components/button-secondary/ButtonSecondary.d.mts.map +1 -0
  255. package/dist/components/button-secondary/ButtonSecondary.mjs +61 -0
  256. package/dist/components/button-secondary/ButtonSecondary.mjs.map +1 -0
  257. package/dist/components/button-secondary/ButtonSecondary.types.cjs +3 -0
  258. package/dist/components/button-secondary/ButtonSecondary.types.cjs.map +1 -0
  259. package/dist/components/button-secondary/ButtonSecondary.types.d.cts +34 -0
  260. package/dist/components/button-secondary/ButtonSecondary.types.d.cts.map +1 -0
  261. package/dist/components/button-secondary/ButtonSecondary.types.d.mts +34 -0
  262. package/dist/components/button-secondary/ButtonSecondary.types.d.mts.map +1 -0
  263. package/dist/components/button-secondary/ButtonSecondary.types.mjs +2 -0
  264. package/dist/components/button-secondary/ButtonSecondary.types.mjs.map +1 -0
  265. package/dist/components/button-secondary/index.cjs +8 -0
  266. package/dist/components/button-secondary/index.cjs.map +1 -0
  267. package/dist/components/button-secondary/index.d.cts +4 -0
  268. package/dist/components/button-secondary/index.d.cts.map +1 -0
  269. package/dist/components/button-secondary/index.d.mts +4 -0
  270. package/dist/components/button-secondary/index.d.mts.map +1 -0
  271. package/dist/components/button-secondary/index.mjs +3 -0
  272. package/dist/components/button-secondary/index.mjs.map +1 -0
  273. package/dist/components/button-tertiary/ButtonTertiary.cjs +60 -0
  274. package/dist/components/button-tertiary/ButtonTertiary.cjs.map +1 -0
  275. package/dist/components/button-tertiary/ButtonTertiary.d.cts +4 -0
  276. package/dist/components/button-tertiary/ButtonTertiary.d.cts.map +1 -0
  277. package/dist/components/button-tertiary/ButtonTertiary.d.mts +4 -0
  278. package/dist/components/button-tertiary/ButtonTertiary.d.mts.map +1 -0
  279. package/dist/components/button-tertiary/ButtonTertiary.mjs +61 -0
  280. package/dist/components/button-tertiary/ButtonTertiary.mjs.map +1 -0
  281. package/dist/components/button-tertiary/ButtonTertiary.types.cjs +3 -0
  282. package/dist/components/button-tertiary/ButtonTertiary.types.cjs.map +1 -0
  283. package/dist/components/button-tertiary/ButtonTertiary.types.d.cts +34 -0
  284. package/dist/components/button-tertiary/ButtonTertiary.types.d.cts.map +1 -0
  285. package/dist/components/button-tertiary/ButtonTertiary.types.d.mts +34 -0
  286. package/dist/components/button-tertiary/ButtonTertiary.types.d.mts.map +1 -0
  287. package/dist/components/button-tertiary/ButtonTertiary.types.mjs +2 -0
  288. package/dist/components/button-tertiary/ButtonTertiary.types.mjs.map +1 -0
  289. package/dist/components/button-tertiary/index.cjs +8 -0
  290. package/dist/components/button-tertiary/index.cjs.map +1 -0
  291. package/dist/components/button-tertiary/index.d.cts +4 -0
  292. package/dist/components/button-tertiary/index.d.cts.map +1 -0
  293. package/dist/components/button-tertiary/index.d.mts +4 -0
  294. package/dist/components/button-tertiary/index.d.mts.map +1 -0
  295. package/dist/components/button-tertiary/index.mjs +3 -0
  296. package/dist/components/button-tertiary/index.mjs.map +1 -0
  297. package/dist/components/icon/Icon.cjs +26 -0
  298. package/dist/components/icon/Icon.cjs.map +1 -0
  299. package/dist/components/icon/Icon.constants.cjs +12 -0
  300. package/dist/components/icon/Icon.constants.cjs.map +1 -0
  301. package/dist/components/icon/Icon.constants.d.cts +3 -0
  302. package/dist/components/icon/Icon.constants.d.cts.map +1 -0
  303. package/dist/components/icon/Icon.constants.d.mts +3 -0
  304. package/dist/components/icon/Icon.constants.d.mts.map +1 -0
  305. package/dist/components/icon/Icon.constants.mjs +9 -0
  306. package/dist/components/icon/Icon.constants.mjs.map +1 -0
  307. package/dist/components/icon/Icon.d.cts +4 -0
  308. package/dist/components/icon/Icon.d.cts.map +1 -0
  309. package/dist/components/icon/Icon.d.mts +4 -0
  310. package/dist/components/icon/Icon.d.mts.map +1 -0
  311. package/dist/components/icon/Icon.mjs +26 -0
  312. package/dist/components/icon/Icon.mjs.map +1 -0
  313. package/dist/components/icon/Icon.types.cjs +208 -0
  314. package/dist/components/icon/Icon.types.cjs.map +1 -0
  315. package/dist/components/icon/Icon.types.d.cts +236 -0
  316. package/dist/components/icon/Icon.types.d.cts.map +1 -0
  317. package/dist/components/icon/Icon.types.d.mts +236 -0
  318. package/dist/components/icon/Icon.types.d.mts.map +1 -0
  319. package/dist/components/icon/Icon.types.mjs +205 -0
  320. package/dist/components/icon/Icon.types.mjs.map +1 -0
  321. package/dist/components/icon/icons/Add.cjs +32 -0
  322. package/dist/components/icon/icons/Add.cjs.map +1 -0
  323. package/dist/components/icon/icons/Add.d.cts +4 -0
  324. package/dist/components/icon/icons/Add.d.cts.map +1 -0
  325. package/dist/components/icon/icons/Add.d.mts +4 -0
  326. package/dist/components/icon/icons/Add.d.mts.map +1 -0
  327. package/dist/components/icon/icons/Add.mjs +8 -0
  328. package/dist/components/icon/icons/Add.mjs.map +1 -0
  329. package/dist/components/icon/icons/AddSquare.cjs +32 -0
  330. package/dist/components/icon/icons/AddSquare.cjs.map +1 -0
  331. package/dist/components/icon/icons/AddSquare.d.cts +4 -0
  332. package/dist/components/icon/icons/AddSquare.d.cts.map +1 -0
  333. package/dist/components/icon/icons/AddSquare.d.mts +4 -0
  334. package/dist/components/icon/icons/AddSquare.d.mts.map +1 -0
  335. package/dist/components/icon/icons/AddSquare.mjs +8 -0
  336. package/dist/components/icon/icons/AddSquare.mjs.map +1 -0
  337. package/dist/components/icon/icons/Arrow2Down.cjs +32 -0
  338. package/dist/components/icon/icons/Arrow2Down.cjs.map +1 -0
  339. package/dist/components/icon/icons/Arrow2Down.d.cts +4 -0
  340. package/dist/components/icon/icons/Arrow2Down.d.cts.map +1 -0
  341. package/dist/components/icon/icons/Arrow2Down.d.mts +4 -0
  342. package/dist/components/icon/icons/Arrow2Down.d.mts.map +1 -0
  343. package/dist/components/icon/icons/Arrow2Down.mjs +8 -0
  344. package/dist/components/icon/icons/Arrow2Down.mjs.map +1 -0
  345. package/dist/components/icon/icons/Arrow2Left.cjs +32 -0
  346. package/dist/components/icon/icons/Arrow2Left.cjs.map +1 -0
  347. package/dist/components/icon/icons/Arrow2Left.d.cts +4 -0
  348. package/dist/components/icon/icons/Arrow2Left.d.cts.map +1 -0
  349. package/dist/components/icon/icons/Arrow2Left.d.mts +4 -0
  350. package/dist/components/icon/icons/Arrow2Left.d.mts.map +1 -0
  351. package/dist/components/icon/icons/Arrow2Left.mjs +8 -0
  352. package/dist/components/icon/icons/Arrow2Left.mjs.map +1 -0
  353. package/dist/components/icon/icons/Arrow2Right.cjs +32 -0
  354. package/dist/components/icon/icons/Arrow2Right.cjs.map +1 -0
  355. package/dist/components/icon/icons/Arrow2Right.d.cts +4 -0
  356. package/dist/components/icon/icons/Arrow2Right.d.cts.map +1 -0
  357. package/dist/components/icon/icons/Arrow2Right.d.mts +4 -0
  358. package/dist/components/icon/icons/Arrow2Right.d.mts.map +1 -0
  359. package/dist/components/icon/icons/Arrow2Right.mjs +8 -0
  360. package/dist/components/icon/icons/Arrow2Right.mjs.map +1 -0
  361. package/dist/components/icon/icons/Arrow2Up.cjs +32 -0
  362. package/dist/components/icon/icons/Arrow2Up.cjs.map +1 -0
  363. package/dist/components/icon/icons/Arrow2Up.d.cts +4 -0
  364. package/dist/components/icon/icons/Arrow2Up.d.cts.map +1 -0
  365. package/dist/components/icon/icons/Arrow2Up.d.mts +4 -0
  366. package/dist/components/icon/icons/Arrow2Up.d.mts.map +1 -0
  367. package/dist/components/icon/icons/Arrow2Up.mjs +8 -0
  368. package/dist/components/icon/icons/Arrow2Up.mjs.map +1 -0
  369. package/dist/components/icon/icons/Arrow2UpRight.cjs +32 -0
  370. package/dist/components/icon/icons/Arrow2UpRight.cjs.map +1 -0
  371. package/dist/components/icon/icons/Arrow2UpRight.d.cts +4 -0
  372. package/dist/components/icon/icons/Arrow2UpRight.d.cts.map +1 -0
  373. package/dist/components/icon/icons/Arrow2UpRight.d.mts +4 -0
  374. package/dist/components/icon/icons/Arrow2UpRight.d.mts.map +1 -0
  375. package/dist/components/icon/icons/Arrow2UpRight.mjs +8 -0
  376. package/dist/components/icon/icons/Arrow2UpRight.mjs.map +1 -0
  377. package/dist/components/icon/icons/ArrowDoubleLeft.cjs +32 -0
  378. package/dist/components/icon/icons/ArrowDoubleLeft.cjs.map +1 -0
  379. package/dist/components/icon/icons/ArrowDoubleLeft.d.cts +4 -0
  380. package/dist/components/icon/icons/ArrowDoubleLeft.d.cts.map +1 -0
  381. package/dist/components/icon/icons/ArrowDoubleLeft.d.mts +4 -0
  382. package/dist/components/icon/icons/ArrowDoubleLeft.d.mts.map +1 -0
  383. package/dist/components/icon/icons/ArrowDoubleLeft.mjs +8 -0
  384. package/dist/components/icon/icons/ArrowDoubleLeft.mjs.map +1 -0
  385. package/dist/components/icon/icons/ArrowDoubleRight.cjs +32 -0
  386. package/dist/components/icon/icons/ArrowDoubleRight.cjs.map +1 -0
  387. package/dist/components/icon/icons/ArrowDoubleRight.d.cts +4 -0
  388. package/dist/components/icon/icons/ArrowDoubleRight.d.cts.map +1 -0
  389. package/dist/components/icon/icons/ArrowDoubleRight.d.mts +4 -0
  390. package/dist/components/icon/icons/ArrowDoubleRight.d.mts.map +1 -0
  391. package/dist/components/icon/icons/ArrowDoubleRight.mjs +8 -0
  392. package/dist/components/icon/icons/ArrowDoubleRight.mjs.map +1 -0
  393. package/dist/components/icon/icons/ArrowDown.cjs +32 -0
  394. package/dist/components/icon/icons/ArrowDown.cjs.map +1 -0
  395. package/dist/components/icon/icons/ArrowDown.d.cts +4 -0
  396. package/dist/components/icon/icons/ArrowDown.d.cts.map +1 -0
  397. package/dist/components/icon/icons/ArrowDown.d.mts +4 -0
  398. package/dist/components/icon/icons/ArrowDown.d.mts.map +1 -0
  399. package/dist/components/icon/icons/ArrowDown.mjs +8 -0
  400. package/dist/components/icon/icons/ArrowDown.mjs.map +1 -0
  401. package/dist/components/icon/icons/ArrowLeft.cjs +32 -0
  402. package/dist/components/icon/icons/ArrowLeft.cjs.map +1 -0
  403. package/dist/components/icon/icons/ArrowLeft.d.cts +4 -0
  404. package/dist/components/icon/icons/ArrowLeft.d.cts.map +1 -0
  405. package/dist/components/icon/icons/ArrowLeft.d.mts +4 -0
  406. package/dist/components/icon/icons/ArrowLeft.d.mts.map +1 -0
  407. package/dist/components/icon/icons/ArrowLeft.mjs +8 -0
  408. package/dist/components/icon/icons/ArrowLeft.mjs.map +1 -0
  409. package/dist/components/icon/icons/ArrowRight.cjs +32 -0
  410. package/dist/components/icon/icons/ArrowRight.cjs.map +1 -0
  411. package/dist/components/icon/icons/ArrowRight.d.cts +4 -0
  412. package/dist/components/icon/icons/ArrowRight.d.cts.map +1 -0
  413. package/dist/components/icon/icons/ArrowRight.d.mts +4 -0
  414. package/dist/components/icon/icons/ArrowRight.d.mts.map +1 -0
  415. package/dist/components/icon/icons/ArrowRight.mjs +8 -0
  416. package/dist/components/icon/icons/ArrowRight.mjs.map +1 -0
  417. package/dist/components/icon/icons/ArrowUp.cjs +32 -0
  418. package/dist/components/icon/icons/ArrowUp.cjs.map +1 -0
  419. package/dist/components/icon/icons/ArrowUp.d.cts +4 -0
  420. package/dist/components/icon/icons/ArrowUp.d.cts.map +1 -0
  421. package/dist/components/icon/icons/ArrowUp.d.mts +4 -0
  422. package/dist/components/icon/icons/ArrowUp.d.mts.map +1 -0
  423. package/dist/components/icon/icons/ArrowUp.mjs +8 -0
  424. package/dist/components/icon/icons/ArrowUp.mjs.map +1 -0
  425. package/dist/components/icon/icons/Ban.cjs +32 -0
  426. package/dist/components/icon/icons/Ban.cjs.map +1 -0
  427. package/dist/components/icon/icons/Ban.d.cts +4 -0
  428. package/dist/components/icon/icons/Ban.d.cts.map +1 -0
  429. package/dist/components/icon/icons/Ban.d.mts +4 -0
  430. package/dist/components/icon/icons/Ban.d.mts.map +1 -0
  431. package/dist/components/icon/icons/Ban.mjs +8 -0
  432. package/dist/components/icon/icons/Ban.mjs.map +1 -0
  433. package/dist/components/icon/icons/Bank.cjs +32 -0
  434. package/dist/components/icon/icons/Bank.cjs.map +1 -0
  435. package/dist/components/icon/icons/Bank.d.cts +4 -0
  436. package/dist/components/icon/icons/Bank.d.cts.map +1 -0
  437. package/dist/components/icon/icons/Bank.d.mts +4 -0
  438. package/dist/components/icon/icons/Bank.d.mts.map +1 -0
  439. package/dist/components/icon/icons/Bank.mjs +8 -0
  440. package/dist/components/icon/icons/Bank.mjs.map +1 -0
  441. package/dist/components/icon/icons/BankToken.cjs +32 -0
  442. package/dist/components/icon/icons/BankToken.cjs.map +1 -0
  443. package/dist/components/icon/icons/BankToken.d.cts +4 -0
  444. package/dist/components/icon/icons/BankToken.d.cts.map +1 -0
  445. package/dist/components/icon/icons/BankToken.d.mts +4 -0
  446. package/dist/components/icon/icons/BankToken.d.mts.map +1 -0
  447. package/dist/components/icon/icons/BankToken.mjs +8 -0
  448. package/dist/components/icon/icons/BankToken.mjs.map +1 -0
  449. package/dist/components/icon/icons/Bold.cjs +32 -0
  450. package/dist/components/icon/icons/Bold.cjs.map +1 -0
  451. package/dist/components/icon/icons/Bold.d.cts +4 -0
  452. package/dist/components/icon/icons/Bold.d.cts.map +1 -0
  453. package/dist/components/icon/icons/Bold.d.mts +4 -0
  454. package/dist/components/icon/icons/Bold.d.mts.map +1 -0
  455. package/dist/components/icon/icons/Bold.mjs +8 -0
  456. package/dist/components/icon/icons/Bold.mjs.map +1 -0
  457. package/dist/components/icon/icons/Book.cjs +32 -0
  458. package/dist/components/icon/icons/Book.cjs.map +1 -0
  459. package/dist/components/icon/icons/Book.d.cts +4 -0
  460. package/dist/components/icon/icons/Book.d.cts.map +1 -0
  461. package/dist/components/icon/icons/Book.d.mts +4 -0
  462. package/dist/components/icon/icons/Book.d.mts.map +1 -0
  463. package/dist/components/icon/icons/Book.mjs +8 -0
  464. package/dist/components/icon/icons/Book.mjs.map +1 -0
  465. package/dist/components/icon/icons/Bookmark.cjs +32 -0
  466. package/dist/components/icon/icons/Bookmark.cjs.map +1 -0
  467. package/dist/components/icon/icons/Bookmark.d.cts +4 -0
  468. package/dist/components/icon/icons/Bookmark.d.cts.map +1 -0
  469. package/dist/components/icon/icons/Bookmark.d.mts +4 -0
  470. package/dist/components/icon/icons/Bookmark.d.mts.map +1 -0
  471. package/dist/components/icon/icons/Bookmark.mjs +8 -0
  472. package/dist/components/icon/icons/Bookmark.mjs.map +1 -0
  473. package/dist/components/icon/icons/Bridge.cjs +32 -0
  474. package/dist/components/icon/icons/Bridge.cjs.map +1 -0
  475. package/dist/components/icon/icons/Bridge.d.cts +4 -0
  476. package/dist/components/icon/icons/Bridge.d.cts.map +1 -0
  477. package/dist/components/icon/icons/Bridge.d.mts +4 -0
  478. package/dist/components/icon/icons/Bridge.d.mts.map +1 -0
  479. package/dist/components/icon/icons/Bridge.mjs +8 -0
  480. package/dist/components/icon/icons/Bridge.mjs.map +1 -0
  481. package/dist/components/icon/icons/Calculator.cjs +32 -0
  482. package/dist/components/icon/icons/Calculator.cjs.map +1 -0
  483. package/dist/components/icon/icons/Calculator.d.cts +4 -0
  484. package/dist/components/icon/icons/Calculator.d.cts.map +1 -0
  485. package/dist/components/icon/icons/Calculator.d.mts +4 -0
  486. package/dist/components/icon/icons/Calculator.d.mts.map +1 -0
  487. package/dist/components/icon/icons/Calculator.mjs +8 -0
  488. package/dist/components/icon/icons/Calculator.mjs.map +1 -0
  489. package/dist/components/icon/icons/Card.cjs +32 -0
  490. package/dist/components/icon/icons/Card.cjs.map +1 -0
  491. package/dist/components/icon/icons/Card.d.cts +4 -0
  492. package/dist/components/icon/icons/Card.d.cts.map +1 -0
  493. package/dist/components/icon/icons/Card.d.mts +4 -0
  494. package/dist/components/icon/icons/Card.d.mts.map +1 -0
  495. package/dist/components/icon/icons/Card.mjs +8 -0
  496. package/dist/components/icon/icons/Card.mjs.map +1 -0
  497. package/dist/components/icon/icons/CardPos.cjs +32 -0
  498. package/dist/components/icon/icons/CardPos.cjs.map +1 -0
  499. package/dist/components/icon/icons/CardPos.d.cts +4 -0
  500. package/dist/components/icon/icons/CardPos.d.cts.map +1 -0
  501. package/dist/components/icon/icons/CardPos.d.mts +4 -0
  502. package/dist/components/icon/icons/CardPos.d.mts.map +1 -0
  503. package/dist/components/icon/icons/CardPos.mjs +8 -0
  504. package/dist/components/icon/icons/CardPos.mjs.map +1 -0
  505. package/dist/components/icon/icons/CardToken.cjs +32 -0
  506. package/dist/components/icon/icons/CardToken.cjs.map +1 -0
  507. package/dist/components/icon/icons/CardToken.d.cts +4 -0
  508. package/dist/components/icon/icons/CardToken.d.cts.map +1 -0
  509. package/dist/components/icon/icons/CardToken.d.mts +4 -0
  510. package/dist/components/icon/icons/CardToken.d.mts.map +1 -0
  511. package/dist/components/icon/icons/CardToken.mjs +8 -0
  512. package/dist/components/icon/icons/CardToken.mjs.map +1 -0
  513. package/dist/components/icon/icons/Category.cjs +32 -0
  514. package/dist/components/icon/icons/Category.cjs.map +1 -0
  515. package/dist/components/icon/icons/Category.d.cts +4 -0
  516. package/dist/components/icon/icons/Category.d.cts.map +1 -0
  517. package/dist/components/icon/icons/Category.d.mts +4 -0
  518. package/dist/components/icon/icons/Category.d.mts.map +1 -0
  519. package/dist/components/icon/icons/Category.mjs +8 -0
  520. package/dist/components/icon/icons/Category.mjs.map +1 -0
  521. package/dist/components/icon/icons/Chart.cjs +32 -0
  522. package/dist/components/icon/icons/Chart.cjs.map +1 -0
  523. package/dist/components/icon/icons/Chart.d.cts +4 -0
  524. package/dist/components/icon/icons/Chart.d.cts.map +1 -0
  525. package/dist/components/icon/icons/Chart.d.mts +4 -0
  526. package/dist/components/icon/icons/Chart.d.mts.map +1 -0
  527. package/dist/components/icon/icons/Chart.mjs +8 -0
  528. package/dist/components/icon/icons/Chart.mjs.map +1 -0
  529. package/dist/components/icon/icons/Check.cjs +32 -0
  530. package/dist/components/icon/icons/Check.cjs.map +1 -0
  531. package/dist/components/icon/icons/Check.d.cts +4 -0
  532. package/dist/components/icon/icons/Check.d.cts.map +1 -0
  533. package/dist/components/icon/icons/Check.d.mts +4 -0
  534. package/dist/components/icon/icons/Check.d.mts.map +1 -0
  535. package/dist/components/icon/icons/Check.mjs +8 -0
  536. package/dist/components/icon/icons/Check.mjs.map +1 -0
  537. package/dist/components/icon/icons/CheckBold.cjs +32 -0
  538. package/dist/components/icon/icons/CheckBold.cjs.map +1 -0
  539. package/dist/components/icon/icons/CheckBold.d.cts +4 -0
  540. package/dist/components/icon/icons/CheckBold.d.cts.map +1 -0
  541. package/dist/components/icon/icons/CheckBold.d.mts +4 -0
  542. package/dist/components/icon/icons/CheckBold.d.mts.map +1 -0
  543. package/dist/components/icon/icons/CheckBold.mjs +8 -0
  544. package/dist/components/icon/icons/CheckBold.mjs.map +1 -0
  545. package/dist/components/icon/icons/CircleX.cjs +32 -0
  546. package/dist/components/icon/icons/CircleX.cjs.map +1 -0
  547. package/dist/components/icon/icons/CircleX.d.cts +4 -0
  548. package/dist/components/icon/icons/CircleX.d.cts.map +1 -0
  549. package/dist/components/icon/icons/CircleX.d.mts +4 -0
  550. package/dist/components/icon/icons/CircleX.d.mts.map +1 -0
  551. package/dist/components/icon/icons/CircleX.mjs +8 -0
  552. package/dist/components/icon/icons/CircleX.mjs.map +1 -0
  553. package/dist/components/icon/icons/Clock.cjs +32 -0
  554. package/dist/components/icon/icons/Clock.cjs.map +1 -0
  555. package/dist/components/icon/icons/Clock.d.cts +4 -0
  556. package/dist/components/icon/icons/Clock.d.cts.map +1 -0
  557. package/dist/components/icon/icons/Clock.d.mts +4 -0
  558. package/dist/components/icon/icons/Clock.d.mts.map +1 -0
  559. package/dist/components/icon/icons/Clock.mjs +8 -0
  560. package/dist/components/icon/icons/Clock.mjs.map +1 -0
  561. package/dist/components/icon/icons/Close.cjs +32 -0
  562. package/dist/components/icon/icons/Close.cjs.map +1 -0
  563. package/dist/components/icon/icons/Close.d.cts +4 -0
  564. package/dist/components/icon/icons/Close.d.cts.map +1 -0
  565. package/dist/components/icon/icons/Close.d.mts +4 -0
  566. package/dist/components/icon/icons/Close.d.mts.map +1 -0
  567. package/dist/components/icon/icons/Close.mjs +8 -0
  568. package/dist/components/icon/icons/Close.mjs.map +1 -0
  569. package/dist/components/icon/icons/CodeCircle.cjs +32 -0
  570. package/dist/components/icon/icons/CodeCircle.cjs.map +1 -0
  571. package/dist/components/icon/icons/CodeCircle.d.cts +4 -0
  572. package/dist/components/icon/icons/CodeCircle.d.cts.map +1 -0
  573. package/dist/components/icon/icons/CodeCircle.d.mts +4 -0
  574. package/dist/components/icon/icons/CodeCircle.d.mts.map +1 -0
  575. package/dist/components/icon/icons/CodeCircle.mjs +8 -0
  576. package/dist/components/icon/icons/CodeCircle.mjs.map +1 -0
  577. package/dist/components/icon/icons/Coin.cjs +32 -0
  578. package/dist/components/icon/icons/Coin.cjs.map +1 -0
  579. package/dist/components/icon/icons/Coin.d.cts +4 -0
  580. package/dist/components/icon/icons/Coin.d.cts.map +1 -0
  581. package/dist/components/icon/icons/Coin.d.mts +4 -0
  582. package/dist/components/icon/icons/Coin.d.mts.map +1 -0
  583. package/dist/components/icon/icons/Coin.mjs +8 -0
  584. package/dist/components/icon/icons/Coin.mjs.map +1 -0
  585. package/dist/components/icon/icons/Collapse.cjs +32 -0
  586. package/dist/components/icon/icons/Collapse.cjs.map +1 -0
  587. package/dist/components/icon/icons/Collapse.d.cts +4 -0
  588. package/dist/components/icon/icons/Collapse.d.cts.map +1 -0
  589. package/dist/components/icon/icons/Collapse.d.mts +4 -0
  590. package/dist/components/icon/icons/Collapse.d.mts.map +1 -0
  591. package/dist/components/icon/icons/Collapse.mjs +8 -0
  592. package/dist/components/icon/icons/Collapse.mjs.map +1 -0
  593. package/dist/components/icon/icons/Confirmation.cjs +32 -0
  594. package/dist/components/icon/icons/Confirmation.cjs.map +1 -0
  595. package/dist/components/icon/icons/Confirmation.d.cts +4 -0
  596. package/dist/components/icon/icons/Confirmation.d.cts.map +1 -0
  597. package/dist/components/icon/icons/Confirmation.d.mts +4 -0
  598. package/dist/components/icon/icons/Confirmation.d.mts.map +1 -0
  599. package/dist/components/icon/icons/Confirmation.mjs +8 -0
  600. package/dist/components/icon/icons/Confirmation.mjs.map +1 -0
  601. package/dist/components/icon/icons/Connect.cjs +32 -0
  602. package/dist/components/icon/icons/Connect.cjs.map +1 -0
  603. package/dist/components/icon/icons/Connect.d.cts +4 -0
  604. package/dist/components/icon/icons/Connect.d.cts.map +1 -0
  605. package/dist/components/icon/icons/Connect.d.mts +4 -0
  606. package/dist/components/icon/icons/Connect.d.mts.map +1 -0
  607. package/dist/components/icon/icons/Connect.mjs +8 -0
  608. package/dist/components/icon/icons/Connect.mjs.map +1 -0
  609. package/dist/components/icon/icons/Copy.cjs +32 -0
  610. package/dist/components/icon/icons/Copy.cjs.map +1 -0
  611. package/dist/components/icon/icons/Copy.d.cts +4 -0
  612. package/dist/components/icon/icons/Copy.d.cts.map +1 -0
  613. package/dist/components/icon/icons/Copy.d.mts +4 -0
  614. package/dist/components/icon/icons/Copy.d.mts.map +1 -0
  615. package/dist/components/icon/icons/Copy.mjs +8 -0
  616. package/dist/components/icon/icons/Copy.mjs.map +1 -0
  617. package/dist/components/icon/icons/CopySuccess.cjs +32 -0
  618. package/dist/components/icon/icons/CopySuccess.cjs.map +1 -0
  619. package/dist/components/icon/icons/CopySuccess.d.cts +4 -0
  620. package/dist/components/icon/icons/CopySuccess.d.cts.map +1 -0
  621. package/dist/components/icon/icons/CopySuccess.d.mts +4 -0
  622. package/dist/components/icon/icons/CopySuccess.d.mts.map +1 -0
  623. package/dist/components/icon/icons/CopySuccess.mjs +8 -0
  624. package/dist/components/icon/icons/CopySuccess.mjs.map +1 -0
  625. package/dist/components/icon/icons/Customize.cjs +32 -0
  626. package/dist/components/icon/icons/Customize.cjs.map +1 -0
  627. package/dist/components/icon/icons/Customize.d.cts +4 -0
  628. package/dist/components/icon/icons/Customize.d.cts.map +1 -0
  629. package/dist/components/icon/icons/Customize.d.mts +4 -0
  630. package/dist/components/icon/icons/Customize.d.mts.map +1 -0
  631. package/dist/components/icon/icons/Customize.mjs +8 -0
  632. package/dist/components/icon/icons/Customize.mjs.map +1 -0
  633. package/dist/components/icon/icons/Danger.cjs +32 -0
  634. package/dist/components/icon/icons/Danger.cjs.map +1 -0
  635. package/dist/components/icon/icons/Danger.d.cts +4 -0
  636. package/dist/components/icon/icons/Danger.d.cts.map +1 -0
  637. package/dist/components/icon/icons/Danger.d.mts +4 -0
  638. package/dist/components/icon/icons/Danger.d.mts.map +1 -0
  639. package/dist/components/icon/icons/Danger.mjs +8 -0
  640. package/dist/components/icon/icons/Danger.mjs.map +1 -0
  641. package/dist/components/icon/icons/Dark.cjs +32 -0
  642. package/dist/components/icon/icons/Dark.cjs.map +1 -0
  643. package/dist/components/icon/icons/Dark.d.cts +4 -0
  644. package/dist/components/icon/icons/Dark.d.cts.map +1 -0
  645. package/dist/components/icon/icons/Dark.d.mts +4 -0
  646. package/dist/components/icon/icons/Dark.d.mts.map +1 -0
  647. package/dist/components/icon/icons/Dark.mjs +8 -0
  648. package/dist/components/icon/icons/Dark.mjs.map +1 -0
  649. package/dist/components/icon/icons/Data.cjs +32 -0
  650. package/dist/components/icon/icons/Data.cjs.map +1 -0
  651. package/dist/components/icon/icons/Data.d.cts +4 -0
  652. package/dist/components/icon/icons/Data.d.cts.map +1 -0
  653. package/dist/components/icon/icons/Data.d.mts +4 -0
  654. package/dist/components/icon/icons/Data.d.mts.map +1 -0
  655. package/dist/components/icon/icons/Data.mjs +8 -0
  656. package/dist/components/icon/icons/Data.mjs.map +1 -0
  657. package/dist/components/icon/icons/Diagram.cjs +32 -0
  658. package/dist/components/icon/icons/Diagram.cjs.map +1 -0
  659. package/dist/components/icon/icons/Diagram.d.cts +4 -0
  660. package/dist/components/icon/icons/Diagram.d.cts.map +1 -0
  661. package/dist/components/icon/icons/Diagram.d.mts +4 -0
  662. package/dist/components/icon/icons/Diagram.d.mts.map +1 -0
  663. package/dist/components/icon/icons/Diagram.mjs +8 -0
  664. package/dist/components/icon/icons/Diagram.mjs.map +1 -0
  665. package/dist/components/icon/icons/DocumentCode.cjs +32 -0
  666. package/dist/components/icon/icons/DocumentCode.cjs.map +1 -0
  667. package/dist/components/icon/icons/DocumentCode.d.cts +4 -0
  668. package/dist/components/icon/icons/DocumentCode.d.cts.map +1 -0
  669. package/dist/components/icon/icons/DocumentCode.d.mts +4 -0
  670. package/dist/components/icon/icons/DocumentCode.d.mts.map +1 -0
  671. package/dist/components/icon/icons/DocumentCode.mjs +8 -0
  672. package/dist/components/icon/icons/DocumentCode.mjs.map +1 -0
  673. package/dist/components/icon/icons/Download.cjs +32 -0
  674. package/dist/components/icon/icons/Download.cjs.map +1 -0
  675. package/dist/components/icon/icons/Download.d.cts +4 -0
  676. package/dist/components/icon/icons/Download.d.cts.map +1 -0
  677. package/dist/components/icon/icons/Download.d.mts +4 -0
  678. package/dist/components/icon/icons/Download.d.mts.map +1 -0
  679. package/dist/components/icon/icons/Download.mjs +8 -0
  680. package/dist/components/icon/icons/Download.mjs.map +1 -0
  681. package/dist/components/icon/icons/Edit.cjs +32 -0
  682. package/dist/components/icon/icons/Edit.cjs.map +1 -0
  683. package/dist/components/icon/icons/Edit.d.cts +4 -0
  684. package/dist/components/icon/icons/Edit.d.cts.map +1 -0
  685. package/dist/components/icon/icons/Edit.d.mts +4 -0
  686. package/dist/components/icon/icons/Edit.d.mts.map +1 -0
  687. package/dist/components/icon/icons/Edit.mjs +8 -0
  688. package/dist/components/icon/icons/Edit.mjs.map +1 -0
  689. package/dist/components/icon/icons/Eraser.cjs +32 -0
  690. package/dist/components/icon/icons/Eraser.cjs.map +1 -0
  691. package/dist/components/icon/icons/Eraser.d.cts +4 -0
  692. package/dist/components/icon/icons/Eraser.d.cts.map +1 -0
  693. package/dist/components/icon/icons/Eraser.d.mts +4 -0
  694. package/dist/components/icon/icons/Eraser.d.mts.map +1 -0
  695. package/dist/components/icon/icons/Eraser.mjs +8 -0
  696. package/dist/components/icon/icons/Eraser.mjs.map +1 -0
  697. package/dist/components/icon/icons/Ethereum.cjs +33 -0
  698. package/dist/components/icon/icons/Ethereum.cjs.map +1 -0
  699. package/dist/components/icon/icons/Ethereum.d.cts +4 -0
  700. package/dist/components/icon/icons/Ethereum.d.cts.map +1 -0
  701. package/dist/components/icon/icons/Ethereum.d.mts +4 -0
  702. package/dist/components/icon/icons/Ethereum.d.mts.map +1 -0
  703. package/dist/components/icon/icons/Ethereum.mjs +9 -0
  704. package/dist/components/icon/icons/Ethereum.mjs.map +1 -0
  705. package/dist/components/icon/icons/Expand.cjs +32 -0
  706. package/dist/components/icon/icons/Expand.cjs.map +1 -0
  707. package/dist/components/icon/icons/Expand.d.cts +4 -0
  708. package/dist/components/icon/icons/Expand.d.cts.map +1 -0
  709. package/dist/components/icon/icons/Expand.d.mts +4 -0
  710. package/dist/components/icon/icons/Expand.d.mts.map +1 -0
  711. package/dist/components/icon/icons/Expand.mjs +8 -0
  712. package/dist/components/icon/icons/Expand.mjs.map +1 -0
  713. package/dist/components/icon/icons/Explore.cjs +32 -0
  714. package/dist/components/icon/icons/Explore.cjs.map +1 -0
  715. package/dist/components/icon/icons/Explore.d.cts +4 -0
  716. package/dist/components/icon/icons/Explore.d.cts.map +1 -0
  717. package/dist/components/icon/icons/Explore.d.mts +4 -0
  718. package/dist/components/icon/icons/Explore.d.mts.map +1 -0
  719. package/dist/components/icon/icons/Explore.mjs +8 -0
  720. package/dist/components/icon/icons/Explore.mjs.map +1 -0
  721. package/dist/components/icon/icons/Export.cjs +32 -0
  722. package/dist/components/icon/icons/Export.cjs.map +1 -0
  723. package/dist/components/icon/icons/Export.d.cts +4 -0
  724. package/dist/components/icon/icons/Export.d.cts.map +1 -0
  725. package/dist/components/icon/icons/Export.d.mts +4 -0
  726. package/dist/components/icon/icons/Export.d.mts.map +1 -0
  727. package/dist/components/icon/icons/Export.mjs +8 -0
  728. package/dist/components/icon/icons/Export.mjs.map +1 -0
  729. package/dist/components/icon/icons/Eye.cjs +32 -0
  730. package/dist/components/icon/icons/Eye.cjs.map +1 -0
  731. package/dist/components/icon/icons/Eye.d.cts +4 -0
  732. package/dist/components/icon/icons/Eye.d.cts.map +1 -0
  733. package/dist/components/icon/icons/Eye.d.mts +4 -0
  734. package/dist/components/icon/icons/Eye.d.mts.map +1 -0
  735. package/dist/components/icon/icons/Eye.mjs +8 -0
  736. package/dist/components/icon/icons/Eye.mjs.map +1 -0
  737. package/dist/components/icon/icons/EyeSlash.cjs +32 -0
  738. package/dist/components/icon/icons/EyeSlash.cjs.map +1 -0
  739. package/dist/components/icon/icons/EyeSlash.d.cts +4 -0
  740. package/dist/components/icon/icons/EyeSlash.d.cts.map +1 -0
  741. package/dist/components/icon/icons/EyeSlash.d.mts +4 -0
  742. package/dist/components/icon/icons/EyeSlash.d.mts.map +1 -0
  743. package/dist/components/icon/icons/EyeSlash.mjs +8 -0
  744. package/dist/components/icon/icons/EyeSlash.mjs.map +1 -0
  745. package/dist/components/icon/icons/File.cjs +32 -0
  746. package/dist/components/icon/icons/File.cjs.map +1 -0
  747. package/dist/components/icon/icons/File.d.cts +4 -0
  748. package/dist/components/icon/icons/File.d.cts.map +1 -0
  749. package/dist/components/icon/icons/File.d.mts +4 -0
  750. package/dist/components/icon/icons/File.d.mts.map +1 -0
  751. package/dist/components/icon/icons/File.mjs +8 -0
  752. package/dist/components/icon/icons/File.mjs.map +1 -0
  753. package/dist/components/icon/icons/Filter.cjs +32 -0
  754. package/dist/components/icon/icons/Filter.cjs.map +1 -0
  755. package/dist/components/icon/icons/Filter.d.cts +4 -0
  756. package/dist/components/icon/icons/Filter.d.cts.map +1 -0
  757. package/dist/components/icon/icons/Filter.d.mts +4 -0
  758. package/dist/components/icon/icons/Filter.d.mts.map +1 -0
  759. package/dist/components/icon/icons/Filter.mjs +8 -0
  760. package/dist/components/icon/icons/Filter.mjs.map +1 -0
  761. package/dist/components/icon/icons/Flag.cjs +32 -0
  762. package/dist/components/icon/icons/Flag.cjs.map +1 -0
  763. package/dist/components/icon/icons/Flag.d.cts +4 -0
  764. package/dist/components/icon/icons/Flag.d.cts.map +1 -0
  765. package/dist/components/icon/icons/Flag.d.mts +4 -0
  766. package/dist/components/icon/icons/Flag.d.mts.map +1 -0
  767. package/dist/components/icon/icons/Flag.mjs +8 -0
  768. package/dist/components/icon/icons/Flag.mjs.map +1 -0
  769. package/dist/components/icon/icons/Flash.cjs +32 -0
  770. package/dist/components/icon/icons/Flash.cjs.map +1 -0
  771. package/dist/components/icon/icons/Flash.d.cts +4 -0
  772. package/dist/components/icon/icons/Flash.d.cts.map +1 -0
  773. package/dist/components/icon/icons/Flash.d.mts +4 -0
  774. package/dist/components/icon/icons/Flash.d.mts.map +1 -0
  775. package/dist/components/icon/icons/Flash.mjs +8 -0
  776. package/dist/components/icon/icons/Flash.mjs.map +1 -0
  777. package/dist/components/icon/icons/FlashSlash.cjs +32 -0
  778. package/dist/components/icon/icons/FlashSlash.cjs.map +1 -0
  779. package/dist/components/icon/icons/FlashSlash.d.cts +4 -0
  780. package/dist/components/icon/icons/FlashSlash.d.cts.map +1 -0
  781. package/dist/components/icon/icons/FlashSlash.d.mts +4 -0
  782. package/dist/components/icon/icons/FlashSlash.d.mts.map +1 -0
  783. package/dist/components/icon/icons/FlashSlash.mjs +8 -0
  784. package/dist/components/icon/icons/FlashSlash.mjs.map +1 -0
  785. package/dist/components/icon/icons/Flask.cjs +32 -0
  786. package/dist/components/icon/icons/Flask.cjs.map +1 -0
  787. package/dist/components/icon/icons/Flask.d.cts +4 -0
  788. package/dist/components/icon/icons/Flask.d.cts.map +1 -0
  789. package/dist/components/icon/icons/Flask.d.mts +4 -0
  790. package/dist/components/icon/icons/Flask.d.mts.map +1 -0
  791. package/dist/components/icon/icons/Flask.mjs +8 -0
  792. package/dist/components/icon/icons/Flask.mjs.map +1 -0
  793. package/dist/components/icon/icons/FullCircle.cjs +32 -0
  794. package/dist/components/icon/icons/FullCircle.cjs.map +1 -0
  795. package/dist/components/icon/icons/FullCircle.d.cts +4 -0
  796. package/dist/components/icon/icons/FullCircle.d.cts.map +1 -0
  797. package/dist/components/icon/icons/FullCircle.d.mts +4 -0
  798. package/dist/components/icon/icons/FullCircle.d.mts.map +1 -0
  799. package/dist/components/icon/icons/FullCircle.mjs +8 -0
  800. package/dist/components/icon/icons/FullCircle.mjs.map +1 -0
  801. package/dist/components/icon/icons/Gas.cjs +32 -0
  802. package/dist/components/icon/icons/Gas.cjs.map +1 -0
  803. package/dist/components/icon/icons/Gas.d.cts +4 -0
  804. package/dist/components/icon/icons/Gas.d.cts.map +1 -0
  805. package/dist/components/icon/icons/Gas.d.mts +4 -0
  806. package/dist/components/icon/icons/Gas.d.mts.map +1 -0
  807. package/dist/components/icon/icons/Gas.mjs +8 -0
  808. package/dist/components/icon/icons/Gas.mjs.map +1 -0
  809. package/dist/components/icon/icons/Global.cjs +32 -0
  810. package/dist/components/icon/icons/Global.cjs.map +1 -0
  811. package/dist/components/icon/icons/Global.d.cts +4 -0
  812. package/dist/components/icon/icons/Global.d.cts.map +1 -0
  813. package/dist/components/icon/icons/Global.d.mts +4 -0
  814. package/dist/components/icon/icons/Global.d.mts.map +1 -0
  815. package/dist/components/icon/icons/Global.mjs +8 -0
  816. package/dist/components/icon/icons/Global.mjs.map +1 -0
  817. package/dist/components/icon/icons/GlobalSearch.cjs +32 -0
  818. package/dist/components/icon/icons/GlobalSearch.cjs.map +1 -0
  819. package/dist/components/icon/icons/GlobalSearch.d.cts +4 -0
  820. package/dist/components/icon/icons/GlobalSearch.d.cts.map +1 -0
  821. package/dist/components/icon/icons/GlobalSearch.d.mts +4 -0
  822. package/dist/components/icon/icons/GlobalSearch.d.mts.map +1 -0
  823. package/dist/components/icon/icons/GlobalSearch.mjs +8 -0
  824. package/dist/components/icon/icons/GlobalSearch.mjs.map +1 -0
  825. package/dist/components/icon/icons/Graph.cjs +32 -0
  826. package/dist/components/icon/icons/Graph.cjs.map +1 -0
  827. package/dist/components/icon/icons/Graph.d.cts +4 -0
  828. package/dist/components/icon/icons/Graph.d.cts.map +1 -0
  829. package/dist/components/icon/icons/Graph.d.mts +4 -0
  830. package/dist/components/icon/icons/Graph.d.mts.map +1 -0
  831. package/dist/components/icon/icons/Graph.mjs +8 -0
  832. package/dist/components/icon/icons/Graph.mjs.map +1 -0
  833. package/dist/components/icon/icons/Hardware.cjs +32 -0
  834. package/dist/components/icon/icons/Hardware.cjs.map +1 -0
  835. package/dist/components/icon/icons/Hardware.d.cts +4 -0
  836. package/dist/components/icon/icons/Hardware.d.cts.map +1 -0
  837. package/dist/components/icon/icons/Hardware.d.mts +4 -0
  838. package/dist/components/icon/icons/Hardware.d.mts.map +1 -0
  839. package/dist/components/icon/icons/Hardware.mjs +8 -0
  840. package/dist/components/icon/icons/Hardware.mjs.map +1 -0
  841. package/dist/components/icon/icons/Heart.cjs +32 -0
  842. package/dist/components/icon/icons/Heart.cjs.map +1 -0
  843. package/dist/components/icon/icons/Heart.d.cts +4 -0
  844. package/dist/components/icon/icons/Heart.d.cts.map +1 -0
  845. package/dist/components/icon/icons/Heart.d.mts +4 -0
  846. package/dist/components/icon/icons/Heart.d.mts.map +1 -0
  847. package/dist/components/icon/icons/Heart.mjs +8 -0
  848. package/dist/components/icon/icons/Heart.mjs.map +1 -0
  849. package/dist/components/icon/icons/Hierarchy.cjs +32 -0
  850. package/dist/components/icon/icons/Hierarchy.cjs.map +1 -0
  851. package/dist/components/icon/icons/Hierarchy.d.cts +4 -0
  852. package/dist/components/icon/icons/Hierarchy.d.cts.map +1 -0
  853. package/dist/components/icon/icons/Hierarchy.d.mts +4 -0
  854. package/dist/components/icon/icons/Hierarchy.d.mts.map +1 -0
  855. package/dist/components/icon/icons/Hierarchy.mjs +8 -0
  856. package/dist/components/icon/icons/Hierarchy.mjs.map +1 -0
  857. package/dist/components/icon/icons/Home.cjs +32 -0
  858. package/dist/components/icon/icons/Home.cjs.map +1 -0
  859. package/dist/components/icon/icons/Home.d.cts +4 -0
  860. package/dist/components/icon/icons/Home.d.cts.map +1 -0
  861. package/dist/components/icon/icons/Home.d.mts +4 -0
  862. package/dist/components/icon/icons/Home.d.mts.map +1 -0
  863. package/dist/components/icon/icons/Home.mjs +8 -0
  864. package/dist/components/icon/icons/Home.mjs.map +1 -0
  865. package/dist/components/icon/icons/Import.cjs +32 -0
  866. package/dist/components/icon/icons/Import.cjs.map +1 -0
  867. package/dist/components/icon/icons/Import.d.cts +4 -0
  868. package/dist/components/icon/icons/Import.d.cts.map +1 -0
  869. package/dist/components/icon/icons/Import.d.mts +4 -0
  870. package/dist/components/icon/icons/Import.d.mts.map +1 -0
  871. package/dist/components/icon/icons/Import.mjs +8 -0
  872. package/dist/components/icon/icons/Import.mjs.map +1 -0
  873. package/dist/components/icon/icons/Info.cjs +32 -0
  874. package/dist/components/icon/icons/Info.cjs.map +1 -0
  875. package/dist/components/icon/icons/Info.d.cts +4 -0
  876. package/dist/components/icon/icons/Info.d.cts.map +1 -0
  877. package/dist/components/icon/icons/Info.d.mts +4 -0
  878. package/dist/components/icon/icons/Info.d.mts.map +1 -0
  879. package/dist/components/icon/icons/Info.mjs +8 -0
  880. package/dist/components/icon/icons/Info.mjs.map +1 -0
  881. package/dist/components/icon/icons/Key.cjs +32 -0
  882. package/dist/components/icon/icons/Key.cjs.map +1 -0
  883. package/dist/components/icon/icons/Key.d.cts +4 -0
  884. package/dist/components/icon/icons/Key.d.cts.map +1 -0
  885. package/dist/components/icon/icons/Key.d.mts +4 -0
  886. package/dist/components/icon/icons/Key.d.mts.map +1 -0
  887. package/dist/components/icon/icons/Key.mjs +8 -0
  888. package/dist/components/icon/icons/Key.mjs.map +1 -0
  889. package/dist/components/icon/icons/Light.cjs +32 -0
  890. package/dist/components/icon/icons/Light.cjs.map +1 -0
  891. package/dist/components/icon/icons/Light.d.cts +4 -0
  892. package/dist/components/icon/icons/Light.d.cts.map +1 -0
  893. package/dist/components/icon/icons/Light.d.mts +4 -0
  894. package/dist/components/icon/icons/Light.d.mts.map +1 -0
  895. package/dist/components/icon/icons/Light.mjs +8 -0
  896. package/dist/components/icon/icons/Light.mjs.map +1 -0
  897. package/dist/components/icon/icons/Link.cjs +32 -0
  898. package/dist/components/icon/icons/Link.cjs.map +1 -0
  899. package/dist/components/icon/icons/Link.d.cts +4 -0
  900. package/dist/components/icon/icons/Link.d.cts.map +1 -0
  901. package/dist/components/icon/icons/Link.d.mts +4 -0
  902. package/dist/components/icon/icons/Link.d.mts.map +1 -0
  903. package/dist/components/icon/icons/Link.mjs +8 -0
  904. package/dist/components/icon/icons/Link.mjs.map +1 -0
  905. package/dist/components/icon/icons/Loading.cjs +32 -0
  906. package/dist/components/icon/icons/Loading.cjs.map +1 -0
  907. package/dist/components/icon/icons/Loading.d.cts +4 -0
  908. package/dist/components/icon/icons/Loading.d.cts.map +1 -0
  909. package/dist/components/icon/icons/Loading.d.mts +4 -0
  910. package/dist/components/icon/icons/Loading.d.mts.map +1 -0
  911. package/dist/components/icon/icons/Loading.mjs +8 -0
  912. package/dist/components/icon/icons/Loading.mjs.map +1 -0
  913. package/dist/components/icon/icons/Lock.cjs +32 -0
  914. package/dist/components/icon/icons/Lock.cjs.map +1 -0
  915. package/dist/components/icon/icons/Lock.d.cts +4 -0
  916. package/dist/components/icon/icons/Lock.d.cts.map +1 -0
  917. package/dist/components/icon/icons/Lock.d.mts +4 -0
  918. package/dist/components/icon/icons/Lock.d.mts.map +1 -0
  919. package/dist/components/icon/icons/Lock.mjs +8 -0
  920. package/dist/components/icon/icons/Lock.mjs.map +1 -0
  921. package/dist/components/icon/icons/LockCircle.cjs +32 -0
  922. package/dist/components/icon/icons/LockCircle.cjs.map +1 -0
  923. package/dist/components/icon/icons/LockCircle.d.cts +4 -0
  924. package/dist/components/icon/icons/LockCircle.d.cts.map +1 -0
  925. package/dist/components/icon/icons/LockCircle.d.mts +4 -0
  926. package/dist/components/icon/icons/LockCircle.d.mts.map +1 -0
  927. package/dist/components/icon/icons/LockCircle.mjs +8 -0
  928. package/dist/components/icon/icons/LockCircle.mjs.map +1 -0
  929. package/dist/components/icon/icons/LockSlash.cjs +32 -0
  930. package/dist/components/icon/icons/LockSlash.cjs.map +1 -0
  931. package/dist/components/icon/icons/LockSlash.d.cts +4 -0
  932. package/dist/components/icon/icons/LockSlash.d.cts.map +1 -0
  933. package/dist/components/icon/icons/LockSlash.d.mts +4 -0
  934. package/dist/components/icon/icons/LockSlash.d.mts.map +1 -0
  935. package/dist/components/icon/icons/LockSlash.mjs +8 -0
  936. package/dist/components/icon/icons/LockSlash.mjs.map +1 -0
  937. package/dist/components/icon/icons/Login.cjs +32 -0
  938. package/dist/components/icon/icons/Login.cjs.map +1 -0
  939. package/dist/components/icon/icons/Login.d.cts +4 -0
  940. package/dist/components/icon/icons/Login.d.cts.map +1 -0
  941. package/dist/components/icon/icons/Login.d.mts +4 -0
  942. package/dist/components/icon/icons/Login.d.mts.map +1 -0
  943. package/dist/components/icon/icons/Login.mjs +8 -0
  944. package/dist/components/icon/icons/Login.mjs.map +1 -0
  945. package/dist/components/icon/icons/Logout.cjs +32 -0
  946. package/dist/components/icon/icons/Logout.cjs.map +1 -0
  947. package/dist/components/icon/icons/Logout.d.cts +4 -0
  948. package/dist/components/icon/icons/Logout.d.cts.map +1 -0
  949. package/dist/components/icon/icons/Logout.d.mts +4 -0
  950. package/dist/components/icon/icons/Logout.d.mts.map +1 -0
  951. package/dist/components/icon/icons/Logout.mjs +8 -0
  952. package/dist/components/icon/icons/Logout.mjs.map +1 -0
  953. package/dist/components/icon/icons/Menu.cjs +32 -0
  954. package/dist/components/icon/icons/Menu.cjs.map +1 -0
  955. package/dist/components/icon/icons/Menu.d.cts +4 -0
  956. package/dist/components/icon/icons/Menu.d.cts.map +1 -0
  957. package/dist/components/icon/icons/Menu.d.mts +4 -0
  958. package/dist/components/icon/icons/Menu.d.mts.map +1 -0
  959. package/dist/components/icon/icons/Menu.mjs +8 -0
  960. package/dist/components/icon/icons/Menu.mjs.map +1 -0
  961. package/dist/components/icon/icons/MessageQuestion.cjs +32 -0
  962. package/dist/components/icon/icons/MessageQuestion.cjs.map +1 -0
  963. package/dist/components/icon/icons/MessageQuestion.d.cts +4 -0
  964. package/dist/components/icon/icons/MessageQuestion.d.cts.map +1 -0
  965. package/dist/components/icon/icons/MessageQuestion.d.mts +4 -0
  966. package/dist/components/icon/icons/MessageQuestion.d.mts.map +1 -0
  967. package/dist/components/icon/icons/MessageQuestion.mjs +8 -0
  968. package/dist/components/icon/icons/MessageQuestion.mjs.map +1 -0
  969. package/dist/components/icon/icons/Messages.cjs +32 -0
  970. package/dist/components/icon/icons/Messages.cjs.map +1 -0
  971. package/dist/components/icon/icons/Messages.d.cts +4 -0
  972. package/dist/components/icon/icons/Messages.d.cts.map +1 -0
  973. package/dist/components/icon/icons/Messages.d.mts +4 -0
  974. package/dist/components/icon/icons/Messages.d.mts.map +1 -0
  975. package/dist/components/icon/icons/Messages.mjs +8 -0
  976. package/dist/components/icon/icons/Messages.mjs.map +1 -0
  977. package/dist/components/icon/icons/Minus.cjs +32 -0
  978. package/dist/components/icon/icons/Minus.cjs.map +1 -0
  979. package/dist/components/icon/icons/Minus.d.cts +4 -0
  980. package/dist/components/icon/icons/Minus.d.cts.map +1 -0
  981. package/dist/components/icon/icons/Minus.d.mts +4 -0
  982. package/dist/components/icon/icons/Minus.d.mts.map +1 -0
  983. package/dist/components/icon/icons/Minus.mjs +8 -0
  984. package/dist/components/icon/icons/Minus.mjs.map +1 -0
  985. package/dist/components/icon/icons/MinusBold.cjs +32 -0
  986. package/dist/components/icon/icons/MinusBold.cjs.map +1 -0
  987. package/dist/components/icon/icons/MinusBold.d.cts +4 -0
  988. package/dist/components/icon/icons/MinusBold.d.cts.map +1 -0
  989. package/dist/components/icon/icons/MinusBold.d.mts +4 -0
  990. package/dist/components/icon/icons/MinusBold.d.mts.map +1 -0
  991. package/dist/components/icon/icons/MinusBold.mjs +8 -0
  992. package/dist/components/icon/icons/MinusBold.mjs.map +1 -0
  993. package/dist/components/icon/icons/MinusSquare.cjs +32 -0
  994. package/dist/components/icon/icons/MinusSquare.cjs.map +1 -0
  995. package/dist/components/icon/icons/MinusSquare.d.cts +4 -0
  996. package/dist/components/icon/icons/MinusSquare.d.cts.map +1 -0
  997. package/dist/components/icon/icons/MinusSquare.d.mts +4 -0
  998. package/dist/components/icon/icons/MinusSquare.d.mts.map +1 -0
  999. package/dist/components/icon/icons/MinusSquare.mjs +8 -0
  1000. package/dist/components/icon/icons/MinusSquare.mjs.map +1 -0
  1001. package/dist/components/icon/icons/Mobile.cjs +32 -0
  1002. package/dist/components/icon/icons/Mobile.cjs.map +1 -0
  1003. package/dist/components/icon/icons/Mobile.d.cts +4 -0
  1004. package/dist/components/icon/icons/Mobile.d.cts.map +1 -0
  1005. package/dist/components/icon/icons/Mobile.d.mts +4 -0
  1006. package/dist/components/icon/icons/Mobile.d.mts.map +1 -0
  1007. package/dist/components/icon/icons/Mobile.mjs +8 -0
  1008. package/dist/components/icon/icons/Mobile.mjs.map +1 -0
  1009. package/dist/components/icon/icons/Money.cjs +32 -0
  1010. package/dist/components/icon/icons/Money.cjs.map +1 -0
  1011. package/dist/components/icon/icons/Money.d.cts +4 -0
  1012. package/dist/components/icon/icons/Money.d.cts.map +1 -0
  1013. package/dist/components/icon/icons/Money.d.mts +4 -0
  1014. package/dist/components/icon/icons/Money.d.mts.map +1 -0
  1015. package/dist/components/icon/icons/Money.mjs +8 -0
  1016. package/dist/components/icon/icons/Money.mjs.map +1 -0
  1017. package/dist/components/icon/icons/Monitor.cjs +32 -0
  1018. package/dist/components/icon/icons/Monitor.cjs.map +1 -0
  1019. package/dist/components/icon/icons/Monitor.d.cts +4 -0
  1020. package/dist/components/icon/icons/Monitor.d.cts.map +1 -0
  1021. package/dist/components/icon/icons/Monitor.d.mts +4 -0
  1022. package/dist/components/icon/icons/Monitor.d.mts.map +1 -0
  1023. package/dist/components/icon/icons/Monitor.mjs +8 -0
  1024. package/dist/components/icon/icons/Monitor.mjs.map +1 -0
  1025. package/dist/components/icon/icons/MoreHorizontal.cjs +32 -0
  1026. package/dist/components/icon/icons/MoreHorizontal.cjs.map +1 -0
  1027. package/dist/components/icon/icons/MoreHorizontal.d.cts +4 -0
  1028. package/dist/components/icon/icons/MoreHorizontal.d.cts.map +1 -0
  1029. package/dist/components/icon/icons/MoreHorizontal.d.mts +4 -0
  1030. package/dist/components/icon/icons/MoreHorizontal.d.mts.map +1 -0
  1031. package/dist/components/icon/icons/MoreHorizontal.mjs +8 -0
  1032. package/dist/components/icon/icons/MoreHorizontal.mjs.map +1 -0
  1033. package/dist/components/icon/icons/MoreVertical.cjs +32 -0
  1034. package/dist/components/icon/icons/MoreVertical.cjs.map +1 -0
  1035. package/dist/components/icon/icons/MoreVertical.d.cts +4 -0
  1036. package/dist/components/icon/icons/MoreVertical.d.cts.map +1 -0
  1037. package/dist/components/icon/icons/MoreVertical.d.mts +4 -0
  1038. package/dist/components/icon/icons/MoreVertical.d.mts.map +1 -0
  1039. package/dist/components/icon/icons/MoreVertical.mjs +8 -0
  1040. package/dist/components/icon/icons/MoreVertical.mjs.map +1 -0
  1041. package/dist/components/icon/icons/Notification.cjs +32 -0
  1042. package/dist/components/icon/icons/Notification.cjs.map +1 -0
  1043. package/dist/components/icon/icons/Notification.d.cts +4 -0
  1044. package/dist/components/icon/icons/Notification.d.cts.map +1 -0
  1045. package/dist/components/icon/icons/Notification.d.mts +4 -0
  1046. package/dist/components/icon/icons/Notification.d.mts.map +1 -0
  1047. package/dist/components/icon/icons/Notification.mjs +8 -0
  1048. package/dist/components/icon/icons/Notification.mjs.map +1 -0
  1049. package/dist/components/icon/icons/NotificationCircle.cjs +32 -0
  1050. package/dist/components/icon/icons/NotificationCircle.cjs.map +1 -0
  1051. package/dist/components/icon/icons/NotificationCircle.d.cts +4 -0
  1052. package/dist/components/icon/icons/NotificationCircle.d.cts.map +1 -0
  1053. package/dist/components/icon/icons/NotificationCircle.d.mts +4 -0
  1054. package/dist/components/icon/icons/NotificationCircle.d.mts.map +1 -0
  1055. package/dist/components/icon/icons/NotificationCircle.mjs +8 -0
  1056. package/dist/components/icon/icons/NotificationCircle.mjs.map +1 -0
  1057. package/dist/components/icon/icons/PasswordCheck.cjs +32 -0
  1058. package/dist/components/icon/icons/PasswordCheck.cjs.map +1 -0
  1059. package/dist/components/icon/icons/PasswordCheck.d.cts +4 -0
  1060. package/dist/components/icon/icons/PasswordCheck.d.cts.map +1 -0
  1061. package/dist/components/icon/icons/PasswordCheck.d.mts +4 -0
  1062. package/dist/components/icon/icons/PasswordCheck.d.mts.map +1 -0
  1063. package/dist/components/icon/icons/PasswordCheck.mjs +8 -0
  1064. package/dist/components/icon/icons/PasswordCheck.mjs.map +1 -0
  1065. package/dist/components/icon/icons/People.cjs +32 -0
  1066. package/dist/components/icon/icons/People.cjs.map +1 -0
  1067. package/dist/components/icon/icons/People.d.cts +4 -0
  1068. package/dist/components/icon/icons/People.d.cts.map +1 -0
  1069. package/dist/components/icon/icons/People.d.mts +4 -0
  1070. package/dist/components/icon/icons/People.d.mts.map +1 -0
  1071. package/dist/components/icon/icons/People.mjs +8 -0
  1072. package/dist/components/icon/icons/People.mjs.map +1 -0
  1073. package/dist/components/icon/icons/Pin.cjs +32 -0
  1074. package/dist/components/icon/icons/Pin.cjs.map +1 -0
  1075. package/dist/components/icon/icons/Pin.d.cts +4 -0
  1076. package/dist/components/icon/icons/Pin.d.cts.map +1 -0
  1077. package/dist/components/icon/icons/Pin.d.mts +4 -0
  1078. package/dist/components/icon/icons/Pin.d.mts.map +1 -0
  1079. package/dist/components/icon/icons/Pin.mjs +8 -0
  1080. package/dist/components/icon/icons/Pin.mjs.map +1 -0
  1081. package/dist/components/icon/icons/Plug.cjs +32 -0
  1082. package/dist/components/icon/icons/Plug.cjs.map +1 -0
  1083. package/dist/components/icon/icons/Plug.d.cts +4 -0
  1084. package/dist/components/icon/icons/Plug.d.cts.map +1 -0
  1085. package/dist/components/icon/icons/Plug.d.mts +4 -0
  1086. package/dist/components/icon/icons/Plug.d.mts.map +1 -0
  1087. package/dist/components/icon/icons/Plug.mjs +8 -0
  1088. package/dist/components/icon/icons/Plug.mjs.map +1 -0
  1089. package/dist/components/icon/icons/PlusMinus.cjs +32 -0
  1090. package/dist/components/icon/icons/PlusMinus.cjs.map +1 -0
  1091. package/dist/components/icon/icons/PlusMinus.d.cts +4 -0
  1092. package/dist/components/icon/icons/PlusMinus.d.cts.map +1 -0
  1093. package/dist/components/icon/icons/PlusMinus.d.mts +4 -0
  1094. package/dist/components/icon/icons/PlusMinus.d.mts.map +1 -0
  1095. package/dist/components/icon/icons/PlusMinus.mjs +8 -0
  1096. package/dist/components/icon/icons/PlusMinus.mjs.map +1 -0
  1097. package/dist/components/icon/icons/ProgrammingArrows.cjs +32 -0
  1098. package/dist/components/icon/icons/ProgrammingArrows.cjs.map +1 -0
  1099. package/dist/components/icon/icons/ProgrammingArrows.d.cts +4 -0
  1100. package/dist/components/icon/icons/ProgrammingArrows.d.cts.map +1 -0
  1101. package/dist/components/icon/icons/ProgrammingArrows.d.mts +4 -0
  1102. package/dist/components/icon/icons/ProgrammingArrows.d.mts.map +1 -0
  1103. package/dist/components/icon/icons/ProgrammingArrows.mjs +8 -0
  1104. package/dist/components/icon/icons/ProgrammingArrows.mjs.map +1 -0
  1105. package/dist/components/icon/icons/QrCode.cjs +32 -0
  1106. package/dist/components/icon/icons/QrCode.cjs.map +1 -0
  1107. package/dist/components/icon/icons/QrCode.d.cts +4 -0
  1108. package/dist/components/icon/icons/QrCode.d.cts.map +1 -0
  1109. package/dist/components/icon/icons/QrCode.d.mts +4 -0
  1110. package/dist/components/icon/icons/QrCode.d.mts.map +1 -0
  1111. package/dist/components/icon/icons/QrCode.mjs +8 -0
  1112. package/dist/components/icon/icons/QrCode.mjs.map +1 -0
  1113. package/dist/components/icon/icons/Question.cjs +32 -0
  1114. package/dist/components/icon/icons/Question.cjs.map +1 -0
  1115. package/dist/components/icon/icons/Question.d.cts +4 -0
  1116. package/dist/components/icon/icons/Question.d.cts.map +1 -0
  1117. package/dist/components/icon/icons/Question.d.mts +4 -0
  1118. package/dist/components/icon/icons/Question.d.mts.map +1 -0
  1119. package/dist/components/icon/icons/Question.mjs +8 -0
  1120. package/dist/components/icon/icons/Question.mjs.map +1 -0
  1121. package/dist/components/icon/icons/Received.cjs +32 -0
  1122. package/dist/components/icon/icons/Received.cjs.map +1 -0
  1123. package/dist/components/icon/icons/Received.d.cts +4 -0
  1124. package/dist/components/icon/icons/Received.d.cts.map +1 -0
  1125. package/dist/components/icon/icons/Received.d.mts +4 -0
  1126. package/dist/components/icon/icons/Received.d.mts.map +1 -0
  1127. package/dist/components/icon/icons/Received.mjs +8 -0
  1128. package/dist/components/icon/icons/Received.mjs.map +1 -0
  1129. package/dist/components/icon/icons/Refresh.cjs +32 -0
  1130. package/dist/components/icon/icons/Refresh.cjs.map +1 -0
  1131. package/dist/components/icon/icons/Refresh.d.cts +4 -0
  1132. package/dist/components/icon/icons/Refresh.d.cts.map +1 -0
  1133. package/dist/components/icon/icons/Refresh.d.mts +4 -0
  1134. package/dist/components/icon/icons/Refresh.d.mts.map +1 -0
  1135. package/dist/components/icon/icons/Refresh.mjs +8 -0
  1136. package/dist/components/icon/icons/Refresh.mjs.map +1 -0
  1137. package/dist/components/icon/icons/Save.cjs +32 -0
  1138. package/dist/components/icon/icons/Save.cjs.map +1 -0
  1139. package/dist/components/icon/icons/Save.d.cts +4 -0
  1140. package/dist/components/icon/icons/Save.d.cts.map +1 -0
  1141. package/dist/components/icon/icons/Save.d.mts +4 -0
  1142. package/dist/components/icon/icons/Save.d.mts.map +1 -0
  1143. package/dist/components/icon/icons/Save.mjs +8 -0
  1144. package/dist/components/icon/icons/Save.mjs.map +1 -0
  1145. package/dist/components/icon/icons/Scan.cjs +32 -0
  1146. package/dist/components/icon/icons/Scan.cjs.map +1 -0
  1147. package/dist/components/icon/icons/Scan.d.cts +4 -0
  1148. package/dist/components/icon/icons/Scan.d.cts.map +1 -0
  1149. package/dist/components/icon/icons/Scan.d.mts +4 -0
  1150. package/dist/components/icon/icons/Scan.d.mts.map +1 -0
  1151. package/dist/components/icon/icons/Scan.mjs +8 -0
  1152. package/dist/components/icon/icons/Scan.mjs.map +1 -0
  1153. package/dist/components/icon/icons/ScanBarcode.cjs +32 -0
  1154. package/dist/components/icon/icons/ScanBarcode.cjs.map +1 -0
  1155. package/dist/components/icon/icons/ScanBarcode.d.cts +4 -0
  1156. package/dist/components/icon/icons/ScanBarcode.d.cts.map +1 -0
  1157. package/dist/components/icon/icons/ScanBarcode.d.mts +4 -0
  1158. package/dist/components/icon/icons/ScanBarcode.d.mts.map +1 -0
  1159. package/dist/components/icon/icons/ScanBarcode.mjs +8 -0
  1160. package/dist/components/icon/icons/ScanBarcode.mjs.map +1 -0
  1161. package/dist/components/icon/icons/ScanFocus.cjs +32 -0
  1162. package/dist/components/icon/icons/ScanFocus.cjs.map +1 -0
  1163. package/dist/components/icon/icons/ScanFocus.d.cts +4 -0
  1164. package/dist/components/icon/icons/ScanFocus.d.cts.map +1 -0
  1165. package/dist/components/icon/icons/ScanFocus.d.mts +4 -0
  1166. package/dist/components/icon/icons/ScanFocus.d.mts.map +1 -0
  1167. package/dist/components/icon/icons/ScanFocus.mjs +8 -0
  1168. package/dist/components/icon/icons/ScanFocus.mjs.map +1 -0
  1169. package/dist/components/icon/icons/Scroll.cjs +32 -0
  1170. package/dist/components/icon/icons/Scroll.cjs.map +1 -0
  1171. package/dist/components/icon/icons/Scroll.d.cts +4 -0
  1172. package/dist/components/icon/icons/Scroll.d.cts.map +1 -0
  1173. package/dist/components/icon/icons/Scroll.d.mts +4 -0
  1174. package/dist/components/icon/icons/Scroll.d.mts.map +1 -0
  1175. package/dist/components/icon/icons/Scroll.mjs +8 -0
  1176. package/dist/components/icon/icons/Scroll.mjs.map +1 -0
  1177. package/dist/components/icon/icons/Search.cjs +32 -0
  1178. package/dist/components/icon/icons/Search.cjs.map +1 -0
  1179. package/dist/components/icon/icons/Search.d.cts +4 -0
  1180. package/dist/components/icon/icons/Search.d.cts.map +1 -0
  1181. package/dist/components/icon/icons/Search.d.mts +4 -0
  1182. package/dist/components/icon/icons/Search.d.mts.map +1 -0
  1183. package/dist/components/icon/icons/Search.mjs +8 -0
  1184. package/dist/components/icon/icons/Search.mjs.map +1 -0
  1185. package/dist/components/icon/icons/Security.cjs +32 -0
  1186. package/dist/components/icon/icons/Security.cjs.map +1 -0
  1187. package/dist/components/icon/icons/Security.d.cts +4 -0
  1188. package/dist/components/icon/icons/Security.d.cts.map +1 -0
  1189. package/dist/components/icon/icons/Security.d.mts +4 -0
  1190. package/dist/components/icon/icons/Security.d.mts.map +1 -0
  1191. package/dist/components/icon/icons/Security.mjs +8 -0
  1192. package/dist/components/icon/icons/Security.mjs.map +1 -0
  1193. package/dist/components/icon/icons/SecurityCard.cjs +32 -0
  1194. package/dist/components/icon/icons/SecurityCard.cjs.map +1 -0
  1195. package/dist/components/icon/icons/SecurityCard.d.cts +4 -0
  1196. package/dist/components/icon/icons/SecurityCard.d.cts.map +1 -0
  1197. package/dist/components/icon/icons/SecurityCard.d.mts +4 -0
  1198. package/dist/components/icon/icons/SecurityCard.d.mts.map +1 -0
  1199. package/dist/components/icon/icons/SecurityCard.mjs +8 -0
  1200. package/dist/components/icon/icons/SecurityCard.mjs.map +1 -0
  1201. package/dist/components/icon/icons/SecurityCross.cjs +32 -0
  1202. package/dist/components/icon/icons/SecurityCross.cjs.map +1 -0
  1203. package/dist/components/icon/icons/SecurityCross.d.cts +4 -0
  1204. package/dist/components/icon/icons/SecurityCross.d.cts.map +1 -0
  1205. package/dist/components/icon/icons/SecurityCross.d.mts +4 -0
  1206. package/dist/components/icon/icons/SecurityCross.d.mts.map +1 -0
  1207. package/dist/components/icon/icons/SecurityCross.mjs +8 -0
  1208. package/dist/components/icon/icons/SecurityCross.mjs.map +1 -0
  1209. package/dist/components/icon/icons/SecurityKey.cjs +32 -0
  1210. package/dist/components/icon/icons/SecurityKey.cjs.map +1 -0
  1211. package/dist/components/icon/icons/SecurityKey.d.cts +4 -0
  1212. package/dist/components/icon/icons/SecurityKey.d.cts.map +1 -0
  1213. package/dist/components/icon/icons/SecurityKey.d.mts +4 -0
  1214. package/dist/components/icon/icons/SecurityKey.d.mts.map +1 -0
  1215. package/dist/components/icon/icons/SecurityKey.mjs +8 -0
  1216. package/dist/components/icon/icons/SecurityKey.mjs.map +1 -0
  1217. package/dist/components/icon/icons/SecuritySearch.cjs +32 -0
  1218. package/dist/components/icon/icons/SecuritySearch.cjs.map +1 -0
  1219. package/dist/components/icon/icons/SecuritySearch.d.cts +4 -0
  1220. package/dist/components/icon/icons/SecuritySearch.d.cts.map +1 -0
  1221. package/dist/components/icon/icons/SecuritySearch.d.mts +4 -0
  1222. package/dist/components/icon/icons/SecuritySearch.d.mts.map +1 -0
  1223. package/dist/components/icon/icons/SecuritySearch.mjs +8 -0
  1224. package/dist/components/icon/icons/SecuritySearch.mjs.map +1 -0
  1225. package/dist/components/icon/icons/SecuritySlash.cjs +32 -0
  1226. package/dist/components/icon/icons/SecuritySlash.cjs.map +1 -0
  1227. package/dist/components/icon/icons/SecuritySlash.d.cts +4 -0
  1228. package/dist/components/icon/icons/SecuritySlash.d.cts.map +1 -0
  1229. package/dist/components/icon/icons/SecuritySlash.d.mts +4 -0
  1230. package/dist/components/icon/icons/SecuritySlash.d.mts.map +1 -0
  1231. package/dist/components/icon/icons/SecuritySlash.mjs +8 -0
  1232. package/dist/components/icon/icons/SecuritySlash.mjs.map +1 -0
  1233. package/dist/components/icon/icons/SecurityTick.cjs +32 -0
  1234. package/dist/components/icon/icons/SecurityTick.cjs.map +1 -0
  1235. package/dist/components/icon/icons/SecurityTick.d.cts +4 -0
  1236. package/dist/components/icon/icons/SecurityTick.d.cts.map +1 -0
  1237. package/dist/components/icon/icons/SecurityTick.d.mts +4 -0
  1238. package/dist/components/icon/icons/SecurityTick.d.mts.map +1 -0
  1239. package/dist/components/icon/icons/SecurityTick.mjs +8 -0
  1240. package/dist/components/icon/icons/SecurityTick.mjs.map +1 -0
  1241. package/dist/components/icon/icons/SecurityTime.cjs +32 -0
  1242. package/dist/components/icon/icons/SecurityTime.cjs.map +1 -0
  1243. package/dist/components/icon/icons/SecurityTime.d.cts +4 -0
  1244. package/dist/components/icon/icons/SecurityTime.d.cts.map +1 -0
  1245. package/dist/components/icon/icons/SecurityTime.d.mts +4 -0
  1246. package/dist/components/icon/icons/SecurityTime.d.mts.map +1 -0
  1247. package/dist/components/icon/icons/SecurityTime.mjs +8 -0
  1248. package/dist/components/icon/icons/SecurityTime.mjs.map +1 -0
  1249. package/dist/components/icon/icons/SecurityUser.cjs +32 -0
  1250. package/dist/components/icon/icons/SecurityUser.cjs.map +1 -0
  1251. package/dist/components/icon/icons/SecurityUser.d.cts +4 -0
  1252. package/dist/components/icon/icons/SecurityUser.d.cts.map +1 -0
  1253. package/dist/components/icon/icons/SecurityUser.d.mts +4 -0
  1254. package/dist/components/icon/icons/SecurityUser.d.mts.map +1 -0
  1255. package/dist/components/icon/icons/SecurityUser.mjs +8 -0
  1256. package/dist/components/icon/icons/SecurityUser.mjs.map +1 -0
  1257. package/dist/components/icon/icons/Send1.cjs +32 -0
  1258. package/dist/components/icon/icons/Send1.cjs.map +1 -0
  1259. package/dist/components/icon/icons/Send1.d.cts +4 -0
  1260. package/dist/components/icon/icons/Send1.d.cts.map +1 -0
  1261. package/dist/components/icon/icons/Send1.d.mts +4 -0
  1262. package/dist/components/icon/icons/Send1.d.mts.map +1 -0
  1263. package/dist/components/icon/icons/Send1.mjs +8 -0
  1264. package/dist/components/icon/icons/Send1.mjs.map +1 -0
  1265. package/dist/components/icon/icons/Send2.cjs +32 -0
  1266. package/dist/components/icon/icons/Send2.cjs.map +1 -0
  1267. package/dist/components/icon/icons/Send2.d.cts +4 -0
  1268. package/dist/components/icon/icons/Send2.d.cts.map +1 -0
  1269. package/dist/components/icon/icons/Send2.d.mts +4 -0
  1270. package/dist/components/icon/icons/Send2.d.mts.map +1 -0
  1271. package/dist/components/icon/icons/Send2.mjs +8 -0
  1272. package/dist/components/icon/icons/Send2.mjs.map +1 -0
  1273. package/dist/components/icon/icons/Setting.cjs +32 -0
  1274. package/dist/components/icon/icons/Setting.cjs.map +1 -0
  1275. package/dist/components/icon/icons/Setting.d.cts +4 -0
  1276. package/dist/components/icon/icons/Setting.d.cts.map +1 -0
  1277. package/dist/components/icon/icons/Setting.d.mts +4 -0
  1278. package/dist/components/icon/icons/Setting.d.mts.map +1 -0
  1279. package/dist/components/icon/icons/Setting.mjs +8 -0
  1280. package/dist/components/icon/icons/Setting.mjs.map +1 -0
  1281. package/dist/components/icon/icons/Share.cjs +32 -0
  1282. package/dist/components/icon/icons/Share.cjs.map +1 -0
  1283. package/dist/components/icon/icons/Share.d.cts +4 -0
  1284. package/dist/components/icon/icons/Share.d.cts.map +1 -0
  1285. package/dist/components/icon/icons/Share.d.mts +4 -0
  1286. package/dist/components/icon/icons/Share.d.mts.map +1 -0
  1287. package/dist/components/icon/icons/Share.mjs +8 -0
  1288. package/dist/components/icon/icons/Share.mjs.map +1 -0
  1289. package/dist/components/icon/icons/Slash.cjs +32 -0
  1290. package/dist/components/icon/icons/Slash.cjs.map +1 -0
  1291. package/dist/components/icon/icons/Slash.d.cts +4 -0
  1292. package/dist/components/icon/icons/Slash.d.cts.map +1 -0
  1293. package/dist/components/icon/icons/Slash.d.mts +4 -0
  1294. package/dist/components/icon/icons/Slash.d.mts.map +1 -0
  1295. package/dist/components/icon/icons/Slash.mjs +8 -0
  1296. package/dist/components/icon/icons/Slash.mjs.map +1 -0
  1297. package/dist/components/icon/icons/Snaps.cjs +32 -0
  1298. package/dist/components/icon/icons/Snaps.cjs.map +1 -0
  1299. package/dist/components/icon/icons/Snaps.d.cts +4 -0
  1300. package/dist/components/icon/icons/Snaps.d.cts.map +1 -0
  1301. package/dist/components/icon/icons/Snaps.d.mts +4 -0
  1302. package/dist/components/icon/icons/Snaps.d.mts.map +1 -0
  1303. package/dist/components/icon/icons/Snaps.mjs +8 -0
  1304. package/dist/components/icon/icons/Snaps.mjs.map +1 -0
  1305. package/dist/components/icon/icons/SnapsMobile.cjs +32 -0
  1306. package/dist/components/icon/icons/SnapsMobile.cjs.map +1 -0
  1307. package/dist/components/icon/icons/SnapsMobile.d.cts +4 -0
  1308. package/dist/components/icon/icons/SnapsMobile.d.cts.map +1 -0
  1309. package/dist/components/icon/icons/SnapsMobile.d.mts +4 -0
  1310. package/dist/components/icon/icons/SnapsMobile.d.mts.map +1 -0
  1311. package/dist/components/icon/icons/SnapsMobile.mjs +8 -0
  1312. package/dist/components/icon/icons/SnapsMobile.mjs.map +1 -0
  1313. package/dist/components/icon/icons/SnapsPlus.cjs +32 -0
  1314. package/dist/components/icon/icons/SnapsPlus.cjs.map +1 -0
  1315. package/dist/components/icon/icons/SnapsPlus.d.cts +4 -0
  1316. package/dist/components/icon/icons/SnapsPlus.d.cts.map +1 -0
  1317. package/dist/components/icon/icons/SnapsPlus.d.mts +4 -0
  1318. package/dist/components/icon/icons/SnapsPlus.d.mts.map +1 -0
  1319. package/dist/components/icon/icons/SnapsPlus.mjs +8 -0
  1320. package/dist/components/icon/icons/SnapsPlus.mjs.map +1 -0
  1321. package/dist/components/icon/icons/Speedometer.cjs +32 -0
  1322. package/dist/components/icon/icons/Speedometer.cjs.map +1 -0
  1323. package/dist/components/icon/icons/Speedometer.d.cts +4 -0
  1324. package/dist/components/icon/icons/Speedometer.d.cts.map +1 -0
  1325. package/dist/components/icon/icons/Speedometer.d.mts +4 -0
  1326. package/dist/components/icon/icons/Speedometer.d.mts.map +1 -0
  1327. package/dist/components/icon/icons/Speedometer.mjs +8 -0
  1328. package/dist/components/icon/icons/Speedometer.mjs.map +1 -0
  1329. package/dist/components/icon/icons/Square.cjs +32 -0
  1330. package/dist/components/icon/icons/Square.cjs.map +1 -0
  1331. package/dist/components/icon/icons/Square.d.cts +4 -0
  1332. package/dist/components/icon/icons/Square.d.cts.map +1 -0
  1333. package/dist/components/icon/icons/Square.d.mts +4 -0
  1334. package/dist/components/icon/icons/Square.d.mts.map +1 -0
  1335. package/dist/components/icon/icons/Square.mjs +8 -0
  1336. package/dist/components/icon/icons/Square.mjs.map +1 -0
  1337. package/dist/components/icon/icons/Stake.cjs +32 -0
  1338. package/dist/components/icon/icons/Stake.cjs.map +1 -0
  1339. package/dist/components/icon/icons/Stake.d.cts +4 -0
  1340. package/dist/components/icon/icons/Stake.d.cts.map +1 -0
  1341. package/dist/components/icon/icons/Stake.d.mts +4 -0
  1342. package/dist/components/icon/icons/Stake.d.mts.map +1 -0
  1343. package/dist/components/icon/icons/Stake.mjs +8 -0
  1344. package/dist/components/icon/icons/Stake.mjs.map +1 -0
  1345. package/dist/components/icon/icons/Star.cjs +32 -0
  1346. package/dist/components/icon/icons/Star.cjs.map +1 -0
  1347. package/dist/components/icon/icons/Star.d.cts +4 -0
  1348. package/dist/components/icon/icons/Star.d.cts.map +1 -0
  1349. package/dist/components/icon/icons/Star.d.mts +4 -0
  1350. package/dist/components/icon/icons/Star.d.mts.map +1 -0
  1351. package/dist/components/icon/icons/Star.mjs +8 -0
  1352. package/dist/components/icon/icons/Star.mjs.map +1 -0
  1353. package/dist/components/icon/icons/Student.cjs +32 -0
  1354. package/dist/components/icon/icons/Student.cjs.map +1 -0
  1355. package/dist/components/icon/icons/Student.d.cts +4 -0
  1356. package/dist/components/icon/icons/Student.d.cts.map +1 -0
  1357. package/dist/components/icon/icons/Student.d.mts +4 -0
  1358. package/dist/components/icon/icons/Student.d.mts.map +1 -0
  1359. package/dist/components/icon/icons/Student.mjs +8 -0
  1360. package/dist/components/icon/icons/Student.mjs.map +1 -0
  1361. package/dist/components/icon/icons/SwapHorizontal.cjs +32 -0
  1362. package/dist/components/icon/icons/SwapHorizontal.cjs.map +1 -0
  1363. package/dist/components/icon/icons/SwapHorizontal.d.cts +4 -0
  1364. package/dist/components/icon/icons/SwapHorizontal.d.cts.map +1 -0
  1365. package/dist/components/icon/icons/SwapHorizontal.d.mts +4 -0
  1366. package/dist/components/icon/icons/SwapHorizontal.d.mts.map +1 -0
  1367. package/dist/components/icon/icons/SwapHorizontal.mjs +8 -0
  1368. package/dist/components/icon/icons/SwapHorizontal.mjs.map +1 -0
  1369. package/dist/components/icon/icons/SwapVertical.cjs +32 -0
  1370. package/dist/components/icon/icons/SwapVertical.cjs.map +1 -0
  1371. package/dist/components/icon/icons/SwapVertical.d.cts +4 -0
  1372. package/dist/components/icon/icons/SwapVertical.d.cts.map +1 -0
  1373. package/dist/components/icon/icons/SwapVertical.d.mts +4 -0
  1374. package/dist/components/icon/icons/SwapVertical.d.mts.map +1 -0
  1375. package/dist/components/icon/icons/SwapVertical.mjs +8 -0
  1376. package/dist/components/icon/icons/SwapVertical.mjs.map +1 -0
  1377. package/dist/components/icon/icons/Tag.cjs +32 -0
  1378. package/dist/components/icon/icons/Tag.cjs.map +1 -0
  1379. package/dist/components/icon/icons/Tag.d.cts +4 -0
  1380. package/dist/components/icon/icons/Tag.d.cts.map +1 -0
  1381. package/dist/components/icon/icons/Tag.d.mts +4 -0
  1382. package/dist/components/icon/icons/Tag.d.mts.map +1 -0
  1383. package/dist/components/icon/icons/Tag.mjs +8 -0
  1384. package/dist/components/icon/icons/Tag.mjs.map +1 -0
  1385. package/dist/components/icon/icons/Tilde.cjs +32 -0
  1386. package/dist/components/icon/icons/Tilde.cjs.map +1 -0
  1387. package/dist/components/icon/icons/Tilde.d.cts +4 -0
  1388. package/dist/components/icon/icons/Tilde.d.cts.map +1 -0
  1389. package/dist/components/icon/icons/Tilde.d.mts +4 -0
  1390. package/dist/components/icon/icons/Tilde.d.mts.map +1 -0
  1391. package/dist/components/icon/icons/Tilde.mjs +8 -0
  1392. package/dist/components/icon/icons/Tilde.mjs.map +1 -0
  1393. package/dist/components/icon/icons/Timer.cjs +32 -0
  1394. package/dist/components/icon/icons/Timer.cjs.map +1 -0
  1395. package/dist/components/icon/icons/Timer.d.cts +4 -0
  1396. package/dist/components/icon/icons/Timer.d.cts.map +1 -0
  1397. package/dist/components/icon/icons/Timer.d.mts +4 -0
  1398. package/dist/components/icon/icons/Timer.d.mts.map +1 -0
  1399. package/dist/components/icon/icons/Timer.mjs +8 -0
  1400. package/dist/components/icon/icons/Timer.mjs.map +1 -0
  1401. package/dist/components/icon/icons/Tint.cjs +32 -0
  1402. package/dist/components/icon/icons/Tint.cjs.map +1 -0
  1403. package/dist/components/icon/icons/Tint.d.cts +4 -0
  1404. package/dist/components/icon/icons/Tint.d.cts.map +1 -0
  1405. package/dist/components/icon/icons/Tint.d.mts +4 -0
  1406. package/dist/components/icon/icons/Tint.d.mts.map +1 -0
  1407. package/dist/components/icon/icons/Tint.mjs +8 -0
  1408. package/dist/components/icon/icons/Tint.mjs.map +1 -0
  1409. package/dist/components/icon/icons/Trash.cjs +32 -0
  1410. package/dist/components/icon/icons/Trash.cjs.map +1 -0
  1411. package/dist/components/icon/icons/Trash.d.cts +4 -0
  1412. package/dist/components/icon/icons/Trash.d.cts.map +1 -0
  1413. package/dist/components/icon/icons/Trash.d.mts +4 -0
  1414. package/dist/components/icon/icons/Trash.d.mts.map +1 -0
  1415. package/dist/components/icon/icons/Trash.mjs +8 -0
  1416. package/dist/components/icon/icons/Trash.mjs.map +1 -0
  1417. package/dist/components/icon/icons/TrendDown.cjs +32 -0
  1418. package/dist/components/icon/icons/TrendDown.cjs.map +1 -0
  1419. package/dist/components/icon/icons/TrendDown.d.cts +4 -0
  1420. package/dist/components/icon/icons/TrendDown.d.cts.map +1 -0
  1421. package/dist/components/icon/icons/TrendDown.d.mts +4 -0
  1422. package/dist/components/icon/icons/TrendDown.d.mts.map +1 -0
  1423. package/dist/components/icon/icons/TrendDown.mjs +8 -0
  1424. package/dist/components/icon/icons/TrendDown.mjs.map +1 -0
  1425. package/dist/components/icon/icons/TrendUp.cjs +32 -0
  1426. package/dist/components/icon/icons/TrendUp.cjs.map +1 -0
  1427. package/dist/components/icon/icons/TrendUp.d.cts +4 -0
  1428. package/dist/components/icon/icons/TrendUp.d.cts.map +1 -0
  1429. package/dist/components/icon/icons/TrendUp.d.mts +4 -0
  1430. package/dist/components/icon/icons/TrendUp.d.mts.map +1 -0
  1431. package/dist/components/icon/icons/TrendUp.mjs +8 -0
  1432. package/dist/components/icon/icons/TrendUp.mjs.map +1 -0
  1433. package/dist/components/icon/icons/Twitter.cjs +32 -0
  1434. package/dist/components/icon/icons/Twitter.cjs.map +1 -0
  1435. package/dist/components/icon/icons/Twitter.d.cts +4 -0
  1436. package/dist/components/icon/icons/Twitter.d.cts.map +1 -0
  1437. package/dist/components/icon/icons/Twitter.d.mts +4 -0
  1438. package/dist/components/icon/icons/Twitter.d.mts.map +1 -0
  1439. package/dist/components/icon/icons/Twitter.mjs +8 -0
  1440. package/dist/components/icon/icons/Twitter.mjs.map +1 -0
  1441. package/dist/components/icon/icons/Unpin.cjs +32 -0
  1442. package/dist/components/icon/icons/Unpin.cjs.map +1 -0
  1443. package/dist/components/icon/icons/Unpin.d.cts +4 -0
  1444. package/dist/components/icon/icons/Unpin.d.cts.map +1 -0
  1445. package/dist/components/icon/icons/Unpin.d.mts +4 -0
  1446. package/dist/components/icon/icons/Unpin.d.mts.map +1 -0
  1447. package/dist/components/icon/icons/Unpin.mjs +8 -0
  1448. package/dist/components/icon/icons/Unpin.mjs.map +1 -0
  1449. package/dist/components/icon/icons/Upload.cjs +32 -0
  1450. package/dist/components/icon/icons/Upload.cjs.map +1 -0
  1451. package/dist/components/icon/icons/Upload.d.cts +4 -0
  1452. package/dist/components/icon/icons/Upload.d.cts.map +1 -0
  1453. package/dist/components/icon/icons/Upload.d.mts +4 -0
  1454. package/dist/components/icon/icons/Upload.d.mts.map +1 -0
  1455. package/dist/components/icon/icons/Upload.mjs +8 -0
  1456. package/dist/components/icon/icons/Upload.mjs.map +1 -0
  1457. package/dist/components/icon/icons/Usb.cjs +32 -0
  1458. package/dist/components/icon/icons/Usb.cjs.map +1 -0
  1459. package/dist/components/icon/icons/Usb.d.cts +4 -0
  1460. package/dist/components/icon/icons/Usb.d.cts.map +1 -0
  1461. package/dist/components/icon/icons/Usb.d.mts +4 -0
  1462. package/dist/components/icon/icons/Usb.d.mts.map +1 -0
  1463. package/dist/components/icon/icons/Usb.mjs +8 -0
  1464. package/dist/components/icon/icons/Usb.mjs.map +1 -0
  1465. package/dist/components/icon/icons/User.cjs +32 -0
  1466. package/dist/components/icon/icons/User.cjs.map +1 -0
  1467. package/dist/components/icon/icons/User.d.cts +4 -0
  1468. package/dist/components/icon/icons/User.d.cts.map +1 -0
  1469. package/dist/components/icon/icons/User.d.mts +4 -0
  1470. package/dist/components/icon/icons/User.d.mts.map +1 -0
  1471. package/dist/components/icon/icons/User.mjs +8 -0
  1472. package/dist/components/icon/icons/User.mjs.map +1 -0
  1473. package/dist/components/icon/icons/UserCheck.cjs +32 -0
  1474. package/dist/components/icon/icons/UserCheck.cjs.map +1 -0
  1475. package/dist/components/icon/icons/UserCheck.d.cts +4 -0
  1476. package/dist/components/icon/icons/UserCheck.d.cts.map +1 -0
  1477. package/dist/components/icon/icons/UserCheck.d.mts +4 -0
  1478. package/dist/components/icon/icons/UserCheck.d.mts.map +1 -0
  1479. package/dist/components/icon/icons/UserCheck.mjs +8 -0
  1480. package/dist/components/icon/icons/UserCheck.mjs.map +1 -0
  1481. package/dist/components/icon/icons/UserCircle.cjs +32 -0
  1482. package/dist/components/icon/icons/UserCircle.cjs.map +1 -0
  1483. package/dist/components/icon/icons/UserCircle.d.cts +4 -0
  1484. package/dist/components/icon/icons/UserCircle.d.cts.map +1 -0
  1485. package/dist/components/icon/icons/UserCircle.d.mts +4 -0
  1486. package/dist/components/icon/icons/UserCircle.d.mts.map +1 -0
  1487. package/dist/components/icon/icons/UserCircle.mjs +8 -0
  1488. package/dist/components/icon/icons/UserCircle.mjs.map +1 -0
  1489. package/dist/components/icon/icons/UserCircleAdd.cjs +32 -0
  1490. package/dist/components/icon/icons/UserCircleAdd.cjs.map +1 -0
  1491. package/dist/components/icon/icons/UserCircleAdd.d.cts +4 -0
  1492. package/dist/components/icon/icons/UserCircleAdd.d.cts.map +1 -0
  1493. package/dist/components/icon/icons/UserCircleAdd.d.mts +4 -0
  1494. package/dist/components/icon/icons/UserCircleAdd.d.mts.map +1 -0
  1495. package/dist/components/icon/icons/UserCircleAdd.mjs +8 -0
  1496. package/dist/components/icon/icons/UserCircleAdd.mjs.map +1 -0
  1497. package/dist/components/icon/icons/UserCircleRemove.cjs +32 -0
  1498. package/dist/components/icon/icons/UserCircleRemove.cjs.map +1 -0
  1499. package/dist/components/icon/icons/UserCircleRemove.d.cts +4 -0
  1500. package/dist/components/icon/icons/UserCircleRemove.d.cts.map +1 -0
  1501. package/dist/components/icon/icons/UserCircleRemove.d.mts +4 -0
  1502. package/dist/components/icon/icons/UserCircleRemove.d.mts.map +1 -0
  1503. package/dist/components/icon/icons/UserCircleRemove.mjs +8 -0
  1504. package/dist/components/icon/icons/UserCircleRemove.mjs.map +1 -0
  1505. package/dist/components/icon/icons/Wallet.cjs +32 -0
  1506. package/dist/components/icon/icons/Wallet.cjs.map +1 -0
  1507. package/dist/components/icon/icons/Wallet.d.cts +4 -0
  1508. package/dist/components/icon/icons/Wallet.d.cts.map +1 -0
  1509. package/dist/components/icon/icons/Wallet.d.mts +4 -0
  1510. package/dist/components/icon/icons/Wallet.d.mts.map +1 -0
  1511. package/dist/components/icon/icons/Wallet.mjs +8 -0
  1512. package/dist/components/icon/icons/Wallet.mjs.map +1 -0
  1513. package/dist/components/icon/icons/WalletCard.cjs +32 -0
  1514. package/dist/components/icon/icons/WalletCard.cjs.map +1 -0
  1515. package/dist/components/icon/icons/WalletCard.d.cts +4 -0
  1516. package/dist/components/icon/icons/WalletCard.d.cts.map +1 -0
  1517. package/dist/components/icon/icons/WalletCard.d.mts +4 -0
  1518. package/dist/components/icon/icons/WalletCard.d.mts.map +1 -0
  1519. package/dist/components/icon/icons/WalletCard.mjs +8 -0
  1520. package/dist/components/icon/icons/WalletCard.mjs.map +1 -0
  1521. package/dist/components/icon/icons/WalletMoney.cjs +32 -0
  1522. package/dist/components/icon/icons/WalletMoney.cjs.map +1 -0
  1523. package/dist/components/icon/icons/WalletMoney.d.cts +4 -0
  1524. package/dist/components/icon/icons/WalletMoney.d.cts.map +1 -0
  1525. package/dist/components/icon/icons/WalletMoney.d.mts +4 -0
  1526. package/dist/components/icon/icons/WalletMoney.d.mts.map +1 -0
  1527. package/dist/components/icon/icons/WalletMoney.mjs +8 -0
  1528. package/dist/components/icon/icons/WalletMoney.mjs.map +1 -0
  1529. package/dist/components/icon/icons/Warning.cjs +32 -0
  1530. package/dist/components/icon/icons/Warning.cjs.map +1 -0
  1531. package/dist/components/icon/icons/Warning.d.cts +4 -0
  1532. package/dist/components/icon/icons/Warning.d.cts.map +1 -0
  1533. package/dist/components/icon/icons/Warning.d.mts +4 -0
  1534. package/dist/components/icon/icons/Warning.d.mts.map +1 -0
  1535. package/dist/components/icon/icons/Warning.mjs +8 -0
  1536. package/dist/components/icon/icons/Warning.mjs.map +1 -0
  1537. package/dist/components/icon/icons/Wifi.cjs +32 -0
  1538. package/dist/components/icon/icons/Wifi.cjs.map +1 -0
  1539. package/dist/components/icon/icons/Wifi.d.cts +4 -0
  1540. package/dist/components/icon/icons/Wifi.d.cts.map +1 -0
  1541. package/dist/components/icon/icons/Wifi.d.mts +4 -0
  1542. package/dist/components/icon/icons/Wifi.d.mts.map +1 -0
  1543. package/dist/components/icon/icons/Wifi.mjs +8 -0
  1544. package/dist/components/icon/icons/Wifi.mjs.map +1 -0
  1545. package/dist/components/icon/icons/index.cjs +315 -0
  1546. package/dist/components/icon/icons/index.cjs.map +1 -0
  1547. package/dist/components/icon/icons/index.d.cts +159 -0
  1548. package/dist/components/icon/icons/index.d.cts.map +1 -0
  1549. package/dist/components/icon/icons/index.d.mts +159 -0
  1550. package/dist/components/icon/icons/index.d.mts.map +1 -0
  1551. package/dist/components/icon/icons/index.mjs +309 -0
  1552. package/dist/components/icon/icons/index.mjs.map +1 -0
  1553. package/dist/components/icon/index.cjs +10 -0
  1554. package/dist/components/icon/index.cjs.map +1 -0
  1555. package/dist/components/icon/index.d.cts +4 -0
  1556. package/dist/components/icon/index.d.cts.map +1 -0
  1557. package/dist/components/icon/index.d.mts +4 -0
  1558. package/dist/components/icon/index.d.mts.map +1 -0
  1559. package/dist/components/icon/index.mjs +3 -0
  1560. package/dist/components/icon/index.mjs.map +1 -0
  1561. package/dist/components/index.cjs +59 -0
  1562. package/dist/components/index.cjs.map +1 -0
  1563. package/dist/components/index.d.cts +32 -0
  1564. package/dist/components/index.d.cts.map +1 -0
  1565. package/dist/components/index.d.mts +32 -0
  1566. package/dist/components/index.d.mts.map +1 -0
  1567. package/dist/components/index.mjs +18 -0
  1568. package/dist/components/index.mjs.map +1 -0
  1569. package/dist/components/text/Text.cjs +20 -0
  1570. package/dist/components/text/Text.cjs.map +1 -0
  1571. package/dist/components/text/Text.constants.cjs +27 -0
  1572. package/dist/components/text/Text.constants.cjs.map +1 -0
  1573. package/dist/components/text/Text.constants.d.cts +5 -0
  1574. package/dist/components/text/Text.constants.d.cts.map +1 -0
  1575. package/dist/components/text/Text.constants.d.mts +5 -0
  1576. package/dist/components/text/Text.constants.d.mts.map +1 -0
  1577. package/dist/components/text/Text.constants.mjs +24 -0
  1578. package/dist/components/text/Text.constants.mjs.map +1 -0
  1579. package/dist/components/text/Text.d.cts +4 -0
  1580. package/dist/components/text/Text.d.cts.map +1 -0
  1581. package/dist/components/text/Text.d.mts +4 -0
  1582. package/dist/components/text/Text.d.mts.map +1 -0
  1583. package/dist/components/text/Text.mjs +20 -0
  1584. package/dist/components/text/Text.mjs.map +1 -0
  1585. package/dist/components/text/Text.types.cjs +96 -0
  1586. package/dist/components/text/Text.types.cjs.map +1 -0
  1587. package/dist/components/text/Text.types.d.cts +151 -0
  1588. package/dist/components/text/Text.types.d.cts.map +1 -0
  1589. package/dist/components/text/Text.types.d.mts +151 -0
  1590. package/dist/components/text/Text.types.d.mts.map +1 -0
  1591. package/dist/components/text/Text.types.mjs +93 -0
  1592. package/dist/components/text/Text.types.mjs.map +1 -0
  1593. package/dist/components/text/index.cjs +14 -0
  1594. package/dist/components/text/index.cjs.map +1 -0
  1595. package/dist/components/text/index.d.cts +4 -0
  1596. package/dist/components/text/index.d.cts.map +1 -0
  1597. package/dist/components/text/index.d.mts +4 -0
  1598. package/dist/components/text/index.d.mts.map +1 -0
  1599. package/dist/components/text/index.mjs +3 -0
  1600. package/dist/components/text/index.mjs.map +1 -0
  1601. package/dist/components/text-button/TextButton.cjs +49 -0
  1602. package/dist/components/text-button/TextButton.cjs.map +1 -0
  1603. package/dist/components/text-button/TextButton.d.cts +4 -0
  1604. package/dist/components/text-button/TextButton.d.cts.map +1 -0
  1605. package/dist/components/text-button/TextButton.d.mts +4 -0
  1606. package/dist/components/text-button/TextButton.d.mts.map +1 -0
  1607. package/dist/components/text-button/TextButton.mjs +50 -0
  1608. package/dist/components/text-button/TextButton.mjs.map +1 -0
  1609. package/dist/components/text-button/TextButton.types.cjs +3 -0
  1610. package/dist/components/text-button/TextButton.types.cjs.map +1 -0
  1611. package/dist/components/text-button/TextButton.types.d.cts +35 -0
  1612. package/dist/components/text-button/TextButton.types.d.cts.map +1 -0
  1613. package/dist/components/text-button/TextButton.types.d.mts +35 -0
  1614. package/dist/components/text-button/TextButton.types.d.mts.map +1 -0
  1615. package/dist/components/text-button/TextButton.types.mjs +2 -0
  1616. package/dist/components/text-button/TextButton.types.mjs.map +1 -0
  1617. package/dist/components/text-button/index.cjs +6 -0
  1618. package/dist/components/text-button/index.cjs.map +1 -0
  1619. package/dist/components/text-button/index.d.cts +3 -0
  1620. package/dist/components/text-button/index.d.cts.map +1 -0
  1621. package/dist/components/text-button/index.d.mts +3 -0
  1622. package/dist/components/text-button/index.d.mts.map +1 -0
  1623. package/dist/components/text-button/index.mjs +2 -0
  1624. package/dist/components/text-button/index.mjs.map +1 -0
  1625. package/dist/index.cjs +15 -5
  1626. package/dist/index.cjs.map +1 -1
  1627. package/dist/index.d.cts +1 -2
  1628. package/dist/index.d.cts.map +1 -1
  1629. package/dist/index.d.mts +1 -2
  1630. package/dist/index.d.mts.map +1 -1
  1631. package/dist/index.mjs +1 -2
  1632. package/dist/index.mjs.map +1 -1
  1633. package/dist/types/make-props-optional.cjs +3 -0
  1634. package/dist/types/make-props-optional.cjs.map +1 -0
  1635. package/dist/types/make-props-optional.d.cts +4 -0
  1636. package/dist/types/make-props-optional.d.cts.map +1 -0
  1637. package/dist/types/make-props-optional.d.mts +4 -0
  1638. package/dist/types/make-props-optional.d.mts.map +1 -0
  1639. package/dist/types/make-props-optional.mjs +2 -0
  1640. package/dist/types/make-props-optional.mjs.map +1 -0
  1641. package/dist/utils/tw-merge.cjs +67 -0
  1642. package/dist/utils/tw-merge.cjs.map +1 -0
  1643. package/dist/utils/tw-merge.d.cts +13 -0
  1644. package/dist/utils/tw-merge.d.cts.map +1 -0
  1645. package/dist/utils/tw-merge.d.mts +13 -0
  1646. package/dist/utils/tw-merge.d.mts.map +1 -0
  1647. package/dist/utils/tw-merge.mjs +64 -0
  1648. package/dist/utils/tw-merge.mjs.map +1 -0
  1649. package/package.json +24 -12
  1650. package/dist/Button.cjs +0 -10
  1651. package/dist/Button.cjs.map +0 -1
  1652. package/dist/Button.d.cts +0 -7
  1653. package/dist/Button.d.cts.map +0 -1
  1654. package/dist/Button.d.mts +0 -7
  1655. package/dist/Button.d.mts.map +0 -1
  1656. package/dist/Button.mjs +0 -10
  1657. package/dist/Button.mjs.map +0 -1
  1658. package/dist/Button.test.cjs +0 -29
  1659. package/dist/Button.test.cjs.map +0 -1
  1660. package/dist/Button.test.d.cts +0 -2
  1661. package/dist/Button.test.d.cts.map +0 -1
  1662. package/dist/Button.test.d.mts +0 -2
  1663. package/dist/Button.test.d.mts.map +0 -1
  1664. package/dist/Button.test.mjs +0 -32
  1665. package/dist/Button.test.mjs.map +0 -1
  1666. package/dist/Text.cjs +0 -40
  1667. package/dist/Text.cjs.map +0 -1
  1668. package/dist/Text.d.cts +0 -19
  1669. package/dist/Text.d.cts.map +0 -1
  1670. package/dist/Text.d.mts +0 -19
  1671. package/dist/Text.d.mts.map +0 -1
  1672. package/dist/Text.mjs +0 -40
  1673. package/dist/Text.mjs.map +0 -1
  1674. package/dist/Text.test.cjs +0 -23
  1675. package/dist/Text.test.cjs.map +0 -1
  1676. package/dist/Text.test.d.cts +0 -2
  1677. package/dist/Text.test.d.cts.map +0 -1
  1678. package/dist/Text.test.d.mts +0 -2
  1679. package/dist/Text.test.d.mts.map +0 -1
  1680. package/dist/Text.test.mjs +0 -26
  1681. package/dist/Text.test.mjs.map +0 -1
@@ -0,0 +1,5 @@
1
+ /// <reference types="react" />
2
+ import { TextVariant } from "./Text.types.cjs";
3
+ export declare const TEXT_CLASS_MAP: Record<TextVariant, string>;
4
+ export declare const TEXT_DEFAULT_TAG_MAP: Record<TextVariant, keyof JSX.IntrinsicElements>;
5
+ //# sourceMappingURL=Text.constants.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Text.constants.d.cts","sourceRoot":"","sources":["../../../src/components/text/Text.constants.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,WAAW,EAAE,yBAAqB;AAE3C,eAAO,MAAM,cAAc,EAAE,MAAM,CAAC,WAAW,EAAE,MAAM,CAmBtD,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,MAAM,CACvC,WAAW,EACX,MAAM,GAAG,CAAC,iBAAiB,CAW5B,CAAC"}
@@ -0,0 +1,5 @@
1
+ /// <reference types="react" />
2
+ import { TextVariant } from "./Text.types.mjs";
3
+ export declare const TEXT_CLASS_MAP: Record<TextVariant, string>;
4
+ export declare const TEXT_DEFAULT_TAG_MAP: Record<TextVariant, keyof JSX.IntrinsicElements>;
5
+ //# sourceMappingURL=Text.constants.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Text.constants.d.mts","sourceRoot":"","sources":["../../../src/components/text/Text.constants.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,WAAW,EAAE,yBAAqB;AAE3C,eAAO,MAAM,cAAc,EAAE,MAAM,CAAC,WAAW,EAAE,MAAM,CAmBtD,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,MAAM,CACvC,WAAW,EACX,MAAM,GAAG,CAAC,iBAAiB,CAW5B,CAAC"}
@@ -0,0 +1,24 @@
1
+ import { TextVariant } from "./Text.types.mjs";
2
+ export const TEXT_CLASS_MAP = {
3
+ [TextVariant.DisplayLg]: 'text-[2.5rem] md:text-[4rem] font-bold md:font-medium',
4
+ [TextVariant.DisplayMd]: 'text-s-display-md font-s-display-md leading-s-display-md tracking-s-display-md md:text-l-display-md md:font-medium',
5
+ [TextVariant.HeadingLg]: 'text-s-heading-lg font-s-heading-lg leading-s-heading-lg tracking-s-heading-lg md:text-l-heading-lg',
6
+ [TextVariant.HeadingMd]: 'text-s-heading-md font-s-heading-md leading-s-heading-md tracking-s-heading-md md:text-l-heading-md',
7
+ [TextVariant.HeadingSm]: 'text-s-heading-sm font-s-heading-sm leading-s-heading-sm tracking-s-heading-sm md:text-l-heading-sm',
8
+ [TextVariant.BodyLg]: 'text-s-body-lg font-s-body-lg leading-s-body-lg tracking-s-body-lg md:text-l-body-lg',
9
+ [TextVariant.BodyMd]: 'text-s-body-md font-s-body-md leading-s-body-md tracking-s-body-md md:text-l-body-md',
10
+ [TextVariant.BodySm]: 'text-s-body-sm font-s-body-sm leading-s-body-sm tracking-s-body-sm md:text-l-body-sm',
11
+ [TextVariant.BodyXs]: 'text-s-body-xs font-s-body-xs leading-s-body-xs tracking-s-body-xs md:text-l-body-xs',
12
+ };
13
+ export const TEXT_DEFAULT_TAG_MAP = {
14
+ [TextVariant.DisplayLg]: 'h1',
15
+ [TextVariant.DisplayMd]: 'h1',
16
+ [TextVariant.HeadingLg]: 'h2',
17
+ [TextVariant.HeadingMd]: 'h3',
18
+ [TextVariant.HeadingSm]: 'h4',
19
+ [TextVariant.BodyLg]: 'p',
20
+ [TextVariant.BodyMd]: 'p',
21
+ [TextVariant.BodySm]: 'p',
22
+ [TextVariant.BodyXs]: 'p',
23
+ };
24
+ //# sourceMappingURL=Text.constants.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Text.constants.mjs","sourceRoot":"","sources":["../../../src/components/text/Text.constants.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,yBAAqB;AAE3C,MAAM,CAAC,MAAM,cAAc,GAAgC;IACzD,CAAC,WAAW,CAAC,SAAS,CAAC,EACrB,uDAAuD;IACzD,CAAC,WAAW,CAAC,SAAS,CAAC,EACrB,oHAAoH;IACtH,CAAC,WAAW,CAAC,SAAS,CAAC,EACrB,qGAAqG;IACvG,CAAC,WAAW,CAAC,SAAS,CAAC,EACrB,qGAAqG;IACvG,CAAC,WAAW,CAAC,SAAS,CAAC,EACrB,qGAAqG;IACvG,CAAC,WAAW,CAAC,MAAM,CAAC,EAClB,sFAAsF;IACxF,CAAC,WAAW,CAAC,MAAM,CAAC,EAClB,sFAAsF;IACxF,CAAC,WAAW,CAAC,MAAM,CAAC,EAClB,sFAAsF;IACxF,CAAC,WAAW,CAAC,MAAM,CAAC,EAClB,sFAAsF;CACzF,CAAC;AAEF,MAAM,CAAC,MAAM,oBAAoB,GAG7B;IACF,CAAC,WAAW,CAAC,SAAS,CAAC,EAAE,IAAI;IAC7B,CAAC,WAAW,CAAC,SAAS,CAAC,EAAE,IAAI;IAC7B,CAAC,WAAW,CAAC,SAAS,CAAC,EAAE,IAAI;IAC7B,CAAC,WAAW,CAAC,SAAS,CAAC,EAAE,IAAI;IAC7B,CAAC,WAAW,CAAC,SAAS,CAAC,EAAE,IAAI;IAC7B,CAAC,WAAW,CAAC,MAAM,CAAC,EAAE,GAAG;IACzB,CAAC,WAAW,CAAC,MAAM,CAAC,EAAE,GAAG;IACzB,CAAC,WAAW,CAAC,MAAM,CAAC,EAAE,GAAG;IACzB,CAAC,WAAW,CAAC,MAAM,CAAC,EAAE,GAAG;CAC1B,CAAC","sourcesContent":["import { TextVariant } from './Text.types';\n\nexport const TEXT_CLASS_MAP: Record<TextVariant, string> = {\n [TextVariant.DisplayLg]:\n 'text-[2.5rem] md:text-[4rem] font-bold md:font-medium',\n [TextVariant.DisplayMd]:\n 'text-s-display-md font-s-display-md leading-s-display-md tracking-s-display-md md:text-l-display-md md:font-medium',\n [TextVariant.HeadingLg]:\n 'text-s-heading-lg font-s-heading-lg leading-s-heading-lg tracking-s-heading-lg md:text-l-heading-lg',\n [TextVariant.HeadingMd]:\n 'text-s-heading-md font-s-heading-md leading-s-heading-md tracking-s-heading-md md:text-l-heading-md',\n [TextVariant.HeadingSm]:\n 'text-s-heading-sm font-s-heading-sm leading-s-heading-sm tracking-s-heading-sm md:text-l-heading-sm',\n [TextVariant.BodyLg]:\n 'text-s-body-lg font-s-body-lg leading-s-body-lg tracking-s-body-lg md:text-l-body-lg',\n [TextVariant.BodyMd]:\n 'text-s-body-md font-s-body-md leading-s-body-md tracking-s-body-md md:text-l-body-md',\n [TextVariant.BodySm]:\n 'text-s-body-sm font-s-body-sm leading-s-body-sm tracking-s-body-sm md:text-l-body-sm',\n [TextVariant.BodyXs]:\n 'text-s-body-xs font-s-body-xs leading-s-body-xs tracking-s-body-xs md:text-l-body-xs',\n};\n\nexport const TEXT_DEFAULT_TAG_MAP: Record<\n TextVariant,\n keyof JSX.IntrinsicElements\n> = {\n [TextVariant.DisplayLg]: 'h1',\n [TextVariant.DisplayMd]: 'h1',\n [TextVariant.HeadingLg]: 'h2',\n [TextVariant.HeadingMd]: 'h3',\n [TextVariant.HeadingSm]: 'h4',\n [TextVariant.BodyLg]: 'p',\n [TextVariant.BodyMd]: 'p',\n [TextVariant.BodySm]: 'p',\n [TextVariant.BodyXs]: 'p',\n};\n"]}
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import type { TextProps } from "./Text.types.cjs";
3
+ export declare const Text: React.FC<TextProps>;
4
+ //# sourceMappingURL=Text.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Text.d.cts","sourceRoot":"","sources":["../../../src/components/text/Text.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,cAAc;AAI1B,OAAO,KAAK,EAAE,SAAS,EAAE,yBAAqB;AAG9C,eAAO,MAAM,IAAI,EAAE,KAAK,CAAC,EAAE,CAAC,SAAS,CAoCpC,CAAC"}
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import type { TextProps } from "./Text.types.mjs";
3
+ export declare const Text: React.FC<TextProps>;
4
+ //# sourceMappingURL=Text.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Text.d.mts","sourceRoot":"","sources":["../../../src/components/text/Text.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,cAAc;AAI1B,OAAO,KAAK,EAAE,SAAS,EAAE,yBAAqB;AAG9C,eAAO,MAAM,IAAI,EAAE,KAAK,CAAC,EAAE,CAAC,SAAS,CAoCpC,CAAC"}
@@ -0,0 +1,20 @@
1
+ function $importDefault(module) {
2
+ if (module?.__esModule) {
3
+ return module.default;
4
+ }
5
+ return module;
6
+ }
7
+ import { Slot } from "@radix-ui/react-slot";
8
+ import $React from "react";
9
+ const React = $importDefault($React);
10
+ import { twMerge } from "../../utils/tw-merge.mjs";
11
+ import { TEXT_CLASS_MAP, TEXT_DEFAULT_TAG_MAP } from "./Text.constants.mjs";
12
+ import { TextVariant, TextColor } from "./Text.types.mjs";
13
+ export const Text = ({ variant = TextVariant.BodyMd, children, className, fontWeight, fontStyle, textTransform, textAlign, overflowWrap, ellipsis, asChild, color = TextColor.TextDefault, style, ...props }) => {
14
+ // When asChild is true, use Radix Slot to merge props onto the child component.
15
+ // Otherwise, render the semantic HTML element mapped to this variant (e.g. h1-h4, p).
16
+ const Component = asChild ? Slot : TEXT_DEFAULT_TAG_MAP[variant];
17
+ const mergedClassName = twMerge(color, TEXT_CLASS_MAP[variant], fontWeight, fontStyle, textTransform, textAlign, overflowWrap, ellipsis && 'truncate', className);
18
+ return (React.createElement(Component, { className: mergedClassName, style: style, ...props }, children));
19
+ };
20
+ //# sourceMappingURL=Text.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Text.mjs","sourceRoot":"","sources":["../../../src/components/text/Text.tsx"],"names":[],"mappings":";;;;;;AAAA,OAAO,EAAE,IAAI,EAAE,6BAA6B;AAC5C,OAAO,MAAK,cAAc;;AAE1B,OAAO,EAAE,OAAO,EAAE,iCAA6B;AAC/C,OAAO,EAAE,cAAc,EAAE,oBAAoB,EAAE,6BAAyB;AAExE,OAAO,EAAE,WAAW,EAAE,SAAS,EAAE,yBAAqB;AAEtD,MAAM,CAAC,MAAM,IAAI,GAAwB,CAAC,EACxC,OAAO,GAAG,WAAW,CAAC,MAAM,EAC5B,QAAQ,EACR,SAAS,EACT,UAAU,EACV,SAAS,EACT,aAAa,EACb,SAAS,EACT,YAAY,EACZ,QAAQ,EACR,OAAO,EACP,KAAK,GAAG,SAAS,CAAC,WAAW,EAC7B,KAAK,EACL,GAAG,KAAK,EACT,EAAE,EAAE;IACH,gFAAgF;IAChF,sFAAsF;IACtF,MAAM,SAAS,GAAG,OAAO,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,oBAAoB,CAAC,OAAO,CAAC,CAAC;IAEjE,MAAM,eAAe,GAAG,OAAO,CAC7B,KAAK,EACL,cAAc,CAAC,OAAO,CAAC,EACvB,UAAU,EACV,SAAS,EACT,aAAa,EACb,SAAS,EACT,YAAY,EACZ,QAAQ,IAAI,UAAU,EACtB,SAAS,CACV,CAAC;IAEF,OAAO,CACL,oBAAC,SAAS,IAAC,SAAS,EAAE,eAAe,EAAE,KAAK,EAAE,KAAK,KAAM,KAAK,IAC3D,QAAQ,CACC,CACb,CAAC;AACJ,CAAC,CAAC","sourcesContent":["import { Slot } from '@radix-ui/react-slot';\nimport React from 'react';\n\nimport { twMerge } from '../../utils/tw-merge';\nimport { TEXT_CLASS_MAP, TEXT_DEFAULT_TAG_MAP } from './Text.constants';\nimport type { TextProps } from './Text.types';\nimport { TextVariant, TextColor } from './Text.types';\n\nexport const Text: React.FC<TextProps> = ({\n variant = TextVariant.BodyMd,\n children,\n className,\n fontWeight,\n fontStyle,\n textTransform,\n textAlign,\n overflowWrap,\n ellipsis,\n asChild,\n color = TextColor.TextDefault,\n style,\n ...props\n}) => {\n // When asChild is true, use Radix Slot to merge props onto the child component.\n // Otherwise, render the semantic HTML element mapped to this variant (e.g. h1-h4, p).\n const Component = asChild ? Slot : TEXT_DEFAULT_TAG_MAP[variant];\n\n const mergedClassName = twMerge(\n color,\n TEXT_CLASS_MAP[variant],\n fontWeight,\n fontStyle,\n textTransform,\n textAlign,\n overflowWrap,\n ellipsis && 'truncate',\n className,\n );\n\n return (\n <Component className={mergedClassName} style={style} {...props}>\n {children}\n </Component>\n );\n};\n"]}
@@ -0,0 +1,96 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.TextTransform = exports.FontStyle = exports.OverflowWrap = exports.FontWeight = exports.TextAlign = exports.TextColor = exports.TextVariant = void 0;
4
+ var TextVariant;
5
+ (function (TextVariant) {
6
+ // Display Sizes
7
+ TextVariant["DisplayLg"] = "display-lg";
8
+ TextVariant["DisplayMd"] = "display-md";
9
+ // Heading Sizes
10
+ TextVariant["HeadingLg"] = "heading-lg";
11
+ TextVariant["HeadingMd"] = "heading-md";
12
+ TextVariant["HeadingSm"] = "heading-sm";
13
+ // Font Sizes
14
+ TextVariant["BodyLg"] = "body-lg";
15
+ TextVariant["BodyMd"] = "body-md";
16
+ TextVariant["BodySm"] = "body-sm";
17
+ TextVariant["BodyXs"] = "body-xs";
18
+ })(TextVariant || (exports.TextVariant = TextVariant = {}));
19
+ var TextColor;
20
+ (function (TextColor) {
21
+ /** For default neutral text. */
22
+ TextColor["TextDefault"] = "text-default";
23
+ /** For softer contrast neutral text */
24
+ TextColor["TextAlternative"] = "text-alternative";
25
+ /** For the softest contrast neutral text (not accessible) */
26
+ TextColor["TextMuted"] = "text-muted";
27
+ /** For elements used on top of overlay/alternative. Used for text, icon or border */
28
+ TextColor["OverlayInverse"] = "text-overlay-inverse";
29
+ /** For interactive, active, and selected semantics. Used for text, background, icon or border */
30
+ TextColor["PrimaryDefault"] = "text-primary-default";
31
+ /** For elements used on top of primary/default. Used for text, icon or border */
32
+ TextColor["PrimaryInverse"] = "text-primary-inverse";
33
+ /** For the critical alert semantic elements. Used for text, background, icon or border */
34
+ TextColor["ErrorDefault"] = "text-error-default";
35
+ /** For the stronger contrast error semantic elements. */
36
+ TextColor["ErrorAlternative"] = "text-error-alternative";
37
+ /** For elements used on top of error/default. Used for text, icon or border */
38
+ TextColor["ErrorInverse"] = "text-error-inverse";
39
+ /** For the positive semantic elements. Used for text, background, icon or border */
40
+ TextColor["SuccessDefault"] = "text-success-default";
41
+ /** For elements used on top of success/default. Used for text, icon or border */
42
+ TextColor["SuccessInverse"] = "text-success-inverse";
43
+ /** For the caution alert semantic elements. Used for text, background, icon or border */
44
+ TextColor["WarningDefault"] = "text-warning-default";
45
+ /** For elements used on top of warning/default. Used for text, icon or border */
46
+ TextColor["WarningInverse"] = "text-warning-inverse";
47
+ /** For informational read-only elements. Used for text, background, icon or border */
48
+ TextColor["InfoDefault"] = "text-info-default";
49
+ /** For elements used on top of info/default. Used for text, icon or border */
50
+ TextColor["InfoInverse"] = "text-info-inverse";
51
+ /** Inherit the color of the parent element */
52
+ TextColor["Inherit"] = "text-inherit";
53
+ /** Make the text color transparent */
54
+ TextColor["Transparent"] = "text-transparent";
55
+ })(TextColor || (exports.TextColor = TextColor = {}));
56
+ var TextAlign;
57
+ (function (TextAlign) {
58
+ TextAlign["Left"] = "text-left";
59
+ TextAlign["Center"] = "text-center";
60
+ TextAlign["Right"] = "text-right";
61
+ TextAlign["Justify"] = "text-justify";
62
+ })(TextAlign || (exports.TextAlign = TextAlign = {}));
63
+ var FontWeight;
64
+ (function (FontWeight) {
65
+ /**
66
+ * Weight - 700
67
+ */
68
+ FontWeight["Bold"] = "font-bold";
69
+ /**
70
+ * Weight - 500
71
+ */
72
+ FontWeight["Medium"] = "font-medium";
73
+ /**
74
+ * Weight - 400
75
+ */
76
+ FontWeight["Normal"] = "font-normal";
77
+ })(FontWeight || (exports.FontWeight = FontWeight = {}));
78
+ var OverflowWrap;
79
+ (function (OverflowWrap) {
80
+ OverflowWrap["BreakWord"] = "break-words";
81
+ OverflowWrap["Anywhere"] = "break-all";
82
+ OverflowWrap["Normal"] = "break-normal";
83
+ })(OverflowWrap || (exports.OverflowWrap = OverflowWrap = {}));
84
+ var FontStyle;
85
+ (function (FontStyle) {
86
+ FontStyle["Italic"] = "italic";
87
+ FontStyle["Normal"] = "not-italic";
88
+ })(FontStyle || (exports.FontStyle = FontStyle = {}));
89
+ var TextTransform;
90
+ (function (TextTransform) {
91
+ TextTransform["Uppercase"] = "uppercase";
92
+ TextTransform["Lowercase"] = "lowercase";
93
+ TextTransform["Capitalize"] = "capitalize";
94
+ TextTransform["Normal"] = "normal-case";
95
+ })(TextTransform || (exports.TextTransform = TextTransform = {}));
96
+ //# sourceMappingURL=Text.types.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Text.types.cjs","sourceRoot":"","sources":["../../../src/components/text/Text.types.ts"],"names":[],"mappings":";;;AAoEA,IAAY,WAeX;AAfD,WAAY,WAAW;IACrB,gBAAgB;IAChB,uCAAwB,CAAA;IACxB,uCAAwB,CAAA;IAExB,gBAAgB;IAChB,uCAAwB,CAAA;IACxB,uCAAwB,CAAA;IACxB,uCAAwB,CAAA;IAExB,aAAa;IACb,iCAAkB,CAAA;IAClB,iCAAkB,CAAA;IAClB,iCAAkB,CAAA;IAClB,iCAAkB,CAAA;AACpB,CAAC,EAfW,WAAW,2BAAX,WAAW,QAetB;AAED,IAAY,SAmCX;AAnCD,WAAY,SAAS;IACnB,gCAAgC;IAChC,yCAA4B,CAAA;IAC5B,uCAAuC;IACvC,iDAAoC,CAAA;IACpC,6DAA6D;IAC7D,qCAAwB,CAAA;IACxB,qFAAqF;IACrF,oDAAuC,CAAA;IACvC,iGAAiG;IACjG,oDAAuC,CAAA;IACvC,iFAAiF;IACjF,oDAAuC,CAAA;IACvC,0FAA0F;IAC1F,gDAAmC,CAAA;IACnC,yDAAyD;IACzD,wDAA2C,CAAA;IAC3C,+EAA+E;IAC/E,gDAAmC,CAAA;IACnC,oFAAoF;IACpF,oDAAuC,CAAA;IACvC,iFAAiF;IACjF,oDAAuC,CAAA;IACvC,yFAAyF;IACzF,oDAAuC,CAAA;IACvC,iFAAiF;IACjF,oDAAuC,CAAA;IACvC,sFAAsF;IACtF,8CAAiC,CAAA;IACjC,8EAA8E;IAC9E,8CAAiC,CAAA;IACjC,8CAA8C;IAC9C,qCAAwB,CAAA;IACxB,sCAAsC;IACtC,6CAAgC,CAAA;AAClC,CAAC,EAnCW,SAAS,yBAAT,SAAS,QAmCpB;AAED,IAAY,SAKX;AALD,WAAY,SAAS;IACnB,+BAAkB,CAAA;IAClB,mCAAsB,CAAA;IACtB,iCAAoB,CAAA;IACpB,qCAAwB,CAAA;AAC1B,CAAC,EALW,SAAS,yBAAT,SAAS,QAKpB;AAED,IAAY,UAaX;AAbD,WAAY,UAAU;IACpB;;OAEG;IACH,gCAAkB,CAAA;IAClB;;OAEG;IACH,oCAAsB,CAAA;IACtB;;OAEG;IACH,oCAAsB,CAAA;AACxB,CAAC,EAbW,UAAU,0BAAV,UAAU,QAarB;AAED,IAAY,YAIX;AAJD,WAAY,YAAY;IACtB,yCAAyB,CAAA;IACzB,sCAAsB,CAAA;IACtB,uCAAuB,CAAA;AACzB,CAAC,EAJW,YAAY,4BAAZ,YAAY,QAIvB;AAED,IAAY,SAGX;AAHD,WAAY,SAAS;IACnB,8BAAiB,CAAA;IACjB,kCAAqB,CAAA;AACvB,CAAC,EAHW,SAAS,yBAAT,SAAS,QAGpB;AAED,IAAY,aAKX;AALD,WAAY,aAAa;IACvB,wCAAuB,CAAA;IACvB,wCAAuB,CAAA;IACvB,0CAAyB,CAAA;IACzB,uCAAsB,CAAA;AACxB,CAAC,EALW,aAAa,6BAAb,aAAa,QAKxB","sourcesContent":["export type TextProps = {\n /**\n * Optional prop for inline styles\n */\n style?: React.CSSProperties;\n /**\n * Optional prop to change the font size of the component. The Text component uses responsive font sizes.\n * Different variants map to specific HTML elements by default.\n * @default TextVariant.BodyMd\n */\n variant?: TextVariant;\n /**\n * The text content or elements to be rendered within the component.\n */\n children: React.ReactNode;\n /**\n * Optional prop for additional CSS classes to be applied to the Text component.\n */\n className?: string;\n /**\n * Optional prop to control the font weight of the text.\n * - Normal: 400\n * - Medium: 500\n * - Bold: 700\n */\n fontWeight?: FontWeight;\n /**\n * Optional prop to control the font style of the text.\n * Options: Normal, Italic\n */\n fontStyle?: FontStyle;\n /**\n * Optional prop to apply text transformation to the content.\n * Options: Uppercase, Lowercase, Capitalize, Normal\n */\n textTransform?: TextTransform;\n /**\n * Optional prop to control the text alignment within its container.\n * Options: Left, Center, Right, Justify\n */\n textAlign?: TextAlign;\n /**\n * Optional prop to determine how text should wrap when it reaches the edge of its container.\n * Options: BreakWord, Anywhere, Normal\n */\n overflowWrap?: OverflowWrap;\n /**\n * Optional prop that when true, adds an ellipsis (...) when text overflows its container.\n * @default false\n */\n ellipsis?: boolean;\n /**\n * Optional boolean that determines if the component should merge its props onto its immediate child\n * instead of rendering a default DOM element.\n * @default false\n */\n asChild?: boolean;\n /**\n * Optional prop that sets the color of the text using predefined theme colors.\n * @default TextColor.TextDefault\n */\n color?: TextColor;\n /**\n * Optional prop for testing purposes\n */\n 'data-testid'?: string;\n};\n\nexport enum TextVariant {\n // Display Sizes\n DisplayLg = 'display-lg',\n DisplayMd = 'display-md',\n\n // Heading Sizes\n HeadingLg = 'heading-lg',\n HeadingMd = 'heading-md',\n HeadingSm = 'heading-sm',\n\n // Font Sizes\n BodyLg = 'body-lg',\n BodyMd = 'body-md',\n BodySm = 'body-sm',\n BodyXs = 'body-xs',\n}\n\nexport enum TextColor {\n /** For default neutral text. */\n TextDefault = 'text-default',\n /** For softer contrast neutral text */\n TextAlternative = 'text-alternative',\n /** For the softest contrast neutral text (not accessible) */\n TextMuted = 'text-muted',\n /** For elements used on top of overlay/alternative. Used for text, icon or border */\n OverlayInverse = 'text-overlay-inverse',\n /** For interactive, active, and selected semantics. Used for text, background, icon or border */\n PrimaryDefault = 'text-primary-default',\n /** For elements used on top of primary/default. Used for text, icon or border */\n PrimaryInverse = 'text-primary-inverse',\n /** For the critical alert semantic elements. Used for text, background, icon or border */\n ErrorDefault = 'text-error-default',\n /** For the stronger contrast error semantic elements. */\n ErrorAlternative = 'text-error-alternative',\n /** For elements used on top of error/default. Used for text, icon or border */\n ErrorInverse = 'text-error-inverse',\n /** For the positive semantic elements. Used for text, background, icon or border */\n SuccessDefault = 'text-success-default',\n /** For elements used on top of success/default. Used for text, icon or border */\n SuccessInverse = 'text-success-inverse',\n /** For the caution alert semantic elements. Used for text, background, icon or border */\n WarningDefault = 'text-warning-default',\n /** For elements used on top of warning/default. Used for text, icon or border */\n WarningInverse = 'text-warning-inverse',\n /** For informational read-only elements. Used for text, background, icon or border */\n InfoDefault = 'text-info-default',\n /** For elements used on top of info/default. Used for text, icon or border */\n InfoInverse = 'text-info-inverse',\n /** Inherit the color of the parent element */\n Inherit = 'text-inherit',\n /** Make the text color transparent */\n Transparent = 'text-transparent',\n}\n\nexport enum TextAlign {\n Left = 'text-left',\n Center = 'text-center',\n Right = 'text-right',\n Justify = 'text-justify',\n}\n\nexport enum FontWeight {\n /**\n * Weight - 700\n */\n Bold = 'font-bold',\n /**\n * Weight - 500\n */\n Medium = 'font-medium',\n /**\n * Weight - 400\n */\n Normal = 'font-normal',\n}\n\nexport enum OverflowWrap {\n BreakWord = 'break-words',\n Anywhere = 'break-all',\n Normal = 'break-normal',\n}\n\nexport enum FontStyle {\n Italic = 'italic',\n Normal = 'not-italic',\n}\n\nexport enum TextTransform {\n Uppercase = 'uppercase',\n Lowercase = 'lowercase',\n Capitalize = 'capitalize',\n Normal = 'normal-case',\n}\n"]}
@@ -0,0 +1,151 @@
1
+ /// <reference types="react" />
2
+ export type TextProps = {
3
+ /**
4
+ * Optional prop for inline styles
5
+ */
6
+ style?: React.CSSProperties;
7
+ /**
8
+ * Optional prop to change the font size of the component. The Text component uses responsive font sizes.
9
+ * Different variants map to specific HTML elements by default.
10
+ * @default TextVariant.BodyMd
11
+ */
12
+ variant?: TextVariant;
13
+ /**
14
+ * The text content or elements to be rendered within the component.
15
+ */
16
+ children: React.ReactNode;
17
+ /**
18
+ * Optional prop for additional CSS classes to be applied to the Text component.
19
+ */
20
+ className?: string;
21
+ /**
22
+ * Optional prop to control the font weight of the text.
23
+ * - Normal: 400
24
+ * - Medium: 500
25
+ * - Bold: 700
26
+ */
27
+ fontWeight?: FontWeight;
28
+ /**
29
+ * Optional prop to control the font style of the text.
30
+ * Options: Normal, Italic
31
+ */
32
+ fontStyle?: FontStyle;
33
+ /**
34
+ * Optional prop to apply text transformation to the content.
35
+ * Options: Uppercase, Lowercase, Capitalize, Normal
36
+ */
37
+ textTransform?: TextTransform;
38
+ /**
39
+ * Optional prop to control the text alignment within its container.
40
+ * Options: Left, Center, Right, Justify
41
+ */
42
+ textAlign?: TextAlign;
43
+ /**
44
+ * Optional prop to determine how text should wrap when it reaches the edge of its container.
45
+ * Options: BreakWord, Anywhere, Normal
46
+ */
47
+ overflowWrap?: OverflowWrap;
48
+ /**
49
+ * Optional prop that when true, adds an ellipsis (...) when text overflows its container.
50
+ * @default false
51
+ */
52
+ ellipsis?: boolean;
53
+ /**
54
+ * Optional boolean that determines if the component should merge its props onto its immediate child
55
+ * instead of rendering a default DOM element.
56
+ * @default false
57
+ */
58
+ asChild?: boolean;
59
+ /**
60
+ * Optional prop that sets the color of the text using predefined theme colors.
61
+ * @default TextColor.TextDefault
62
+ */
63
+ color?: TextColor;
64
+ /**
65
+ * Optional prop for testing purposes
66
+ */
67
+ 'data-testid'?: string;
68
+ };
69
+ export declare enum TextVariant {
70
+ DisplayLg = "display-lg",
71
+ DisplayMd = "display-md",
72
+ HeadingLg = "heading-lg",
73
+ HeadingMd = "heading-md",
74
+ HeadingSm = "heading-sm",
75
+ BodyLg = "body-lg",
76
+ BodyMd = "body-md",
77
+ BodySm = "body-sm",
78
+ BodyXs = "body-xs"
79
+ }
80
+ export declare enum TextColor {
81
+ /** For default neutral text. */
82
+ TextDefault = "text-default",
83
+ /** For softer contrast neutral text */
84
+ TextAlternative = "text-alternative",
85
+ /** For the softest contrast neutral text (not accessible) */
86
+ TextMuted = "text-muted",
87
+ /** For elements used on top of overlay/alternative. Used for text, icon or border */
88
+ OverlayInverse = "text-overlay-inverse",
89
+ /** For interactive, active, and selected semantics. Used for text, background, icon or border */
90
+ PrimaryDefault = "text-primary-default",
91
+ /** For elements used on top of primary/default. Used for text, icon or border */
92
+ PrimaryInverse = "text-primary-inverse",
93
+ /** For the critical alert semantic elements. Used for text, background, icon or border */
94
+ ErrorDefault = "text-error-default",
95
+ /** For the stronger contrast error semantic elements. */
96
+ ErrorAlternative = "text-error-alternative",
97
+ /** For elements used on top of error/default. Used for text, icon or border */
98
+ ErrorInverse = "text-error-inverse",
99
+ /** For the positive semantic elements. Used for text, background, icon or border */
100
+ SuccessDefault = "text-success-default",
101
+ /** For elements used on top of success/default. Used for text, icon or border */
102
+ SuccessInverse = "text-success-inverse",
103
+ /** For the caution alert semantic elements. Used for text, background, icon or border */
104
+ WarningDefault = "text-warning-default",
105
+ /** For elements used on top of warning/default. Used for text, icon or border */
106
+ WarningInverse = "text-warning-inverse",
107
+ /** For informational read-only elements. Used for text, background, icon or border */
108
+ InfoDefault = "text-info-default",
109
+ /** For elements used on top of info/default. Used for text, icon or border */
110
+ InfoInverse = "text-info-inverse",
111
+ /** Inherit the color of the parent element */
112
+ Inherit = "text-inherit",
113
+ /** Make the text color transparent */
114
+ Transparent = "text-transparent"
115
+ }
116
+ export declare enum TextAlign {
117
+ Left = "text-left",
118
+ Center = "text-center",
119
+ Right = "text-right",
120
+ Justify = "text-justify"
121
+ }
122
+ export declare enum FontWeight {
123
+ /**
124
+ * Weight - 700
125
+ */
126
+ Bold = "font-bold",
127
+ /**
128
+ * Weight - 500
129
+ */
130
+ Medium = "font-medium",
131
+ /**
132
+ * Weight - 400
133
+ */
134
+ Normal = "font-normal"
135
+ }
136
+ export declare enum OverflowWrap {
137
+ BreakWord = "break-words",
138
+ Anywhere = "break-all",
139
+ Normal = "break-normal"
140
+ }
141
+ export declare enum FontStyle {
142
+ Italic = "italic",
143
+ Normal = "not-italic"
144
+ }
145
+ export declare enum TextTransform {
146
+ Uppercase = "uppercase",
147
+ Lowercase = "lowercase",
148
+ Capitalize = "capitalize",
149
+ Normal = "normal-case"
150
+ }
151
+ //# sourceMappingURL=Text.types.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Text.types.d.cts","sourceRoot":"","sources":["../../../src/components/text/Text.types.ts"],"names":[],"mappings":";AAAA,MAAM,MAAM,SAAS,GAAG;IACtB;;OAEG;IACH,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAC5B;;;;OAIG;IACH,OAAO,CAAC,EAAE,WAAW,CAAC;IACtB;;OAEG;IACH,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;;;OAKG;IACH,UAAU,CAAC,EAAE,UAAU,CAAC;IACxB;;;OAGG;IACH,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB;;;OAGG;IACH,aAAa,CAAC,EAAE,aAAa,CAAC;IAC9B;;;OAGG;IACH,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB;;;OAGG;IACH,YAAY,CAAC,EAAE,YAAY,CAAC;IAC5B;;;OAGG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;;;OAIG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB;;;OAGG;IACH,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB;;OAEG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB,CAAC;AAEF,oBAAY,WAAW;IAErB,SAAS,eAAe;IACxB,SAAS,eAAe;IAGxB,SAAS,eAAe;IACxB,SAAS,eAAe;IACxB,SAAS,eAAe;IAGxB,MAAM,YAAY;IAClB,MAAM,YAAY;IAClB,MAAM,YAAY;IAClB,MAAM,YAAY;CACnB;AAED,oBAAY,SAAS;IACnB,gCAAgC;IAChC,WAAW,iBAAiB;IAC5B,uCAAuC;IACvC,eAAe,qBAAqB;IACpC,6DAA6D;IAC7D,SAAS,eAAe;IACxB,qFAAqF;IACrF,cAAc,yBAAyB;IACvC,iGAAiG;IACjG,cAAc,yBAAyB;IACvC,iFAAiF;IACjF,cAAc,yBAAyB;IACvC,0FAA0F;IAC1F,YAAY,uBAAuB;IACnC,yDAAyD;IACzD,gBAAgB,2BAA2B;IAC3C,+EAA+E;IAC/E,YAAY,uBAAuB;IACnC,oFAAoF;IACpF,cAAc,yBAAyB;IACvC,iFAAiF;IACjF,cAAc,yBAAyB;IACvC,yFAAyF;IACzF,cAAc,yBAAyB;IACvC,iFAAiF;IACjF,cAAc,yBAAyB;IACvC,sFAAsF;IACtF,WAAW,sBAAsB;IACjC,8EAA8E;IAC9E,WAAW,sBAAsB;IACjC,8CAA8C;IAC9C,OAAO,iBAAiB;IACxB,sCAAsC;IACtC,WAAW,qBAAqB;CACjC;AAED,oBAAY,SAAS;IACnB,IAAI,cAAc;IAClB,MAAM,gBAAgB;IACtB,KAAK,eAAe;IACpB,OAAO,iBAAiB;CACzB;AAED,oBAAY,UAAU;IACpB;;OAEG;IACH,IAAI,cAAc;IAClB;;OAEG;IACH,MAAM,gBAAgB;IACtB;;OAEG;IACH,MAAM,gBAAgB;CACvB;AAED,oBAAY,YAAY;IACtB,SAAS,gBAAgB;IACzB,QAAQ,cAAc;IACtB,MAAM,iBAAiB;CACxB;AAED,oBAAY,SAAS;IACnB,MAAM,WAAW;IACjB,MAAM,eAAe;CACtB;AAED,oBAAY,aAAa;IACvB,SAAS,cAAc;IACvB,SAAS,cAAc;IACvB,UAAU,eAAe;IACzB,MAAM,gBAAgB;CACvB"}
@@ -0,0 +1,151 @@
1
+ /// <reference types="react" />
2
+ export type TextProps = {
3
+ /**
4
+ * Optional prop for inline styles
5
+ */
6
+ style?: React.CSSProperties;
7
+ /**
8
+ * Optional prop to change the font size of the component. The Text component uses responsive font sizes.
9
+ * Different variants map to specific HTML elements by default.
10
+ * @default TextVariant.BodyMd
11
+ */
12
+ variant?: TextVariant;
13
+ /**
14
+ * The text content or elements to be rendered within the component.
15
+ */
16
+ children: React.ReactNode;
17
+ /**
18
+ * Optional prop for additional CSS classes to be applied to the Text component.
19
+ */
20
+ className?: string;
21
+ /**
22
+ * Optional prop to control the font weight of the text.
23
+ * - Normal: 400
24
+ * - Medium: 500
25
+ * - Bold: 700
26
+ */
27
+ fontWeight?: FontWeight;
28
+ /**
29
+ * Optional prop to control the font style of the text.
30
+ * Options: Normal, Italic
31
+ */
32
+ fontStyle?: FontStyle;
33
+ /**
34
+ * Optional prop to apply text transformation to the content.
35
+ * Options: Uppercase, Lowercase, Capitalize, Normal
36
+ */
37
+ textTransform?: TextTransform;
38
+ /**
39
+ * Optional prop to control the text alignment within its container.
40
+ * Options: Left, Center, Right, Justify
41
+ */
42
+ textAlign?: TextAlign;
43
+ /**
44
+ * Optional prop to determine how text should wrap when it reaches the edge of its container.
45
+ * Options: BreakWord, Anywhere, Normal
46
+ */
47
+ overflowWrap?: OverflowWrap;
48
+ /**
49
+ * Optional prop that when true, adds an ellipsis (...) when text overflows its container.
50
+ * @default false
51
+ */
52
+ ellipsis?: boolean;
53
+ /**
54
+ * Optional boolean that determines if the component should merge its props onto its immediate child
55
+ * instead of rendering a default DOM element.
56
+ * @default false
57
+ */
58
+ asChild?: boolean;
59
+ /**
60
+ * Optional prop that sets the color of the text using predefined theme colors.
61
+ * @default TextColor.TextDefault
62
+ */
63
+ color?: TextColor;
64
+ /**
65
+ * Optional prop for testing purposes
66
+ */
67
+ 'data-testid'?: string;
68
+ };
69
+ export declare enum TextVariant {
70
+ DisplayLg = "display-lg",
71
+ DisplayMd = "display-md",
72
+ HeadingLg = "heading-lg",
73
+ HeadingMd = "heading-md",
74
+ HeadingSm = "heading-sm",
75
+ BodyLg = "body-lg",
76
+ BodyMd = "body-md",
77
+ BodySm = "body-sm",
78
+ BodyXs = "body-xs"
79
+ }
80
+ export declare enum TextColor {
81
+ /** For default neutral text. */
82
+ TextDefault = "text-default",
83
+ /** For softer contrast neutral text */
84
+ TextAlternative = "text-alternative",
85
+ /** For the softest contrast neutral text (not accessible) */
86
+ TextMuted = "text-muted",
87
+ /** For elements used on top of overlay/alternative. Used for text, icon or border */
88
+ OverlayInverse = "text-overlay-inverse",
89
+ /** For interactive, active, and selected semantics. Used for text, background, icon or border */
90
+ PrimaryDefault = "text-primary-default",
91
+ /** For elements used on top of primary/default. Used for text, icon or border */
92
+ PrimaryInverse = "text-primary-inverse",
93
+ /** For the critical alert semantic elements. Used for text, background, icon or border */
94
+ ErrorDefault = "text-error-default",
95
+ /** For the stronger contrast error semantic elements. */
96
+ ErrorAlternative = "text-error-alternative",
97
+ /** For elements used on top of error/default. Used for text, icon or border */
98
+ ErrorInverse = "text-error-inverse",
99
+ /** For the positive semantic elements. Used for text, background, icon or border */
100
+ SuccessDefault = "text-success-default",
101
+ /** For elements used on top of success/default. Used for text, icon or border */
102
+ SuccessInverse = "text-success-inverse",
103
+ /** For the caution alert semantic elements. Used for text, background, icon or border */
104
+ WarningDefault = "text-warning-default",
105
+ /** For elements used on top of warning/default. Used for text, icon or border */
106
+ WarningInverse = "text-warning-inverse",
107
+ /** For informational read-only elements. Used for text, background, icon or border */
108
+ InfoDefault = "text-info-default",
109
+ /** For elements used on top of info/default. Used for text, icon or border */
110
+ InfoInverse = "text-info-inverse",
111
+ /** Inherit the color of the parent element */
112
+ Inherit = "text-inherit",
113
+ /** Make the text color transparent */
114
+ Transparent = "text-transparent"
115
+ }
116
+ export declare enum TextAlign {
117
+ Left = "text-left",
118
+ Center = "text-center",
119
+ Right = "text-right",
120
+ Justify = "text-justify"
121
+ }
122
+ export declare enum FontWeight {
123
+ /**
124
+ * Weight - 700
125
+ */
126
+ Bold = "font-bold",
127
+ /**
128
+ * Weight - 500
129
+ */
130
+ Medium = "font-medium",
131
+ /**
132
+ * Weight - 400
133
+ */
134
+ Normal = "font-normal"
135
+ }
136
+ export declare enum OverflowWrap {
137
+ BreakWord = "break-words",
138
+ Anywhere = "break-all",
139
+ Normal = "break-normal"
140
+ }
141
+ export declare enum FontStyle {
142
+ Italic = "italic",
143
+ Normal = "not-italic"
144
+ }
145
+ export declare enum TextTransform {
146
+ Uppercase = "uppercase",
147
+ Lowercase = "lowercase",
148
+ Capitalize = "capitalize",
149
+ Normal = "normal-case"
150
+ }
151
+ //# sourceMappingURL=Text.types.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Text.types.d.mts","sourceRoot":"","sources":["../../../src/components/text/Text.types.ts"],"names":[],"mappings":";AAAA,MAAM,MAAM,SAAS,GAAG;IACtB;;OAEG;IACH,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAC5B;;;;OAIG;IACH,OAAO,CAAC,EAAE,WAAW,CAAC;IACtB;;OAEG;IACH,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;;;OAKG;IACH,UAAU,CAAC,EAAE,UAAU,CAAC;IACxB;;;OAGG;IACH,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB;;;OAGG;IACH,aAAa,CAAC,EAAE,aAAa,CAAC;IAC9B;;;OAGG;IACH,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB;;;OAGG;IACH,YAAY,CAAC,EAAE,YAAY,CAAC;IAC5B;;;OAGG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;;;OAIG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB;;;OAGG;IACH,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB;;OAEG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB,CAAC;AAEF,oBAAY,WAAW;IAErB,SAAS,eAAe;IACxB,SAAS,eAAe;IAGxB,SAAS,eAAe;IACxB,SAAS,eAAe;IACxB,SAAS,eAAe;IAGxB,MAAM,YAAY;IAClB,MAAM,YAAY;IAClB,MAAM,YAAY;IAClB,MAAM,YAAY;CACnB;AAED,oBAAY,SAAS;IACnB,gCAAgC;IAChC,WAAW,iBAAiB;IAC5B,uCAAuC;IACvC,eAAe,qBAAqB;IACpC,6DAA6D;IAC7D,SAAS,eAAe;IACxB,qFAAqF;IACrF,cAAc,yBAAyB;IACvC,iGAAiG;IACjG,cAAc,yBAAyB;IACvC,iFAAiF;IACjF,cAAc,yBAAyB;IACvC,0FAA0F;IAC1F,YAAY,uBAAuB;IACnC,yDAAyD;IACzD,gBAAgB,2BAA2B;IAC3C,+EAA+E;IAC/E,YAAY,uBAAuB;IACnC,oFAAoF;IACpF,cAAc,yBAAyB;IACvC,iFAAiF;IACjF,cAAc,yBAAyB;IACvC,yFAAyF;IACzF,cAAc,yBAAyB;IACvC,iFAAiF;IACjF,cAAc,yBAAyB;IACvC,sFAAsF;IACtF,WAAW,sBAAsB;IACjC,8EAA8E;IAC9E,WAAW,sBAAsB;IACjC,8CAA8C;IAC9C,OAAO,iBAAiB;IACxB,sCAAsC;IACtC,WAAW,qBAAqB;CACjC;AAED,oBAAY,SAAS;IACnB,IAAI,cAAc;IAClB,MAAM,gBAAgB;IACtB,KAAK,eAAe;IACpB,OAAO,iBAAiB;CACzB;AAED,oBAAY,UAAU;IACpB;;OAEG;IACH,IAAI,cAAc;IAClB;;OAEG;IACH,MAAM,gBAAgB;IACtB;;OAEG;IACH,MAAM,gBAAgB;CACvB;AAED,oBAAY,YAAY;IACtB,SAAS,gBAAgB;IACzB,QAAQ,cAAc;IACtB,MAAM,iBAAiB;CACxB;AAED,oBAAY,SAAS;IACnB,MAAM,WAAW;IACjB,MAAM,eAAe;CACtB;AAED,oBAAY,aAAa;IACvB,SAAS,cAAc;IACvB,SAAS,cAAc;IACvB,UAAU,eAAe;IACzB,MAAM,gBAAgB;CACvB"}
@@ -0,0 +1,93 @@
1
+ export var TextVariant;
2
+ (function (TextVariant) {
3
+ // Display Sizes
4
+ TextVariant["DisplayLg"] = "display-lg";
5
+ TextVariant["DisplayMd"] = "display-md";
6
+ // Heading Sizes
7
+ TextVariant["HeadingLg"] = "heading-lg";
8
+ TextVariant["HeadingMd"] = "heading-md";
9
+ TextVariant["HeadingSm"] = "heading-sm";
10
+ // Font Sizes
11
+ TextVariant["BodyLg"] = "body-lg";
12
+ TextVariant["BodyMd"] = "body-md";
13
+ TextVariant["BodySm"] = "body-sm";
14
+ TextVariant["BodyXs"] = "body-xs";
15
+ })(TextVariant || (TextVariant = {}));
16
+ export var TextColor;
17
+ (function (TextColor) {
18
+ /** For default neutral text. */
19
+ TextColor["TextDefault"] = "text-default";
20
+ /** For softer contrast neutral text */
21
+ TextColor["TextAlternative"] = "text-alternative";
22
+ /** For the softest contrast neutral text (not accessible) */
23
+ TextColor["TextMuted"] = "text-muted";
24
+ /** For elements used on top of overlay/alternative. Used for text, icon or border */
25
+ TextColor["OverlayInverse"] = "text-overlay-inverse";
26
+ /** For interactive, active, and selected semantics. Used for text, background, icon or border */
27
+ TextColor["PrimaryDefault"] = "text-primary-default";
28
+ /** For elements used on top of primary/default. Used for text, icon or border */
29
+ TextColor["PrimaryInverse"] = "text-primary-inverse";
30
+ /** For the critical alert semantic elements. Used for text, background, icon or border */
31
+ TextColor["ErrorDefault"] = "text-error-default";
32
+ /** For the stronger contrast error semantic elements. */
33
+ TextColor["ErrorAlternative"] = "text-error-alternative";
34
+ /** For elements used on top of error/default. Used for text, icon or border */
35
+ TextColor["ErrorInverse"] = "text-error-inverse";
36
+ /** For the positive semantic elements. Used for text, background, icon or border */
37
+ TextColor["SuccessDefault"] = "text-success-default";
38
+ /** For elements used on top of success/default. Used for text, icon or border */
39
+ TextColor["SuccessInverse"] = "text-success-inverse";
40
+ /** For the caution alert semantic elements. Used for text, background, icon or border */
41
+ TextColor["WarningDefault"] = "text-warning-default";
42
+ /** For elements used on top of warning/default. Used for text, icon or border */
43
+ TextColor["WarningInverse"] = "text-warning-inverse";
44
+ /** For informational read-only elements. Used for text, background, icon or border */
45
+ TextColor["InfoDefault"] = "text-info-default";
46
+ /** For elements used on top of info/default. Used for text, icon or border */
47
+ TextColor["InfoInverse"] = "text-info-inverse";
48
+ /** Inherit the color of the parent element */
49
+ TextColor["Inherit"] = "text-inherit";
50
+ /** Make the text color transparent */
51
+ TextColor["Transparent"] = "text-transparent";
52
+ })(TextColor || (TextColor = {}));
53
+ export var TextAlign;
54
+ (function (TextAlign) {
55
+ TextAlign["Left"] = "text-left";
56
+ TextAlign["Center"] = "text-center";
57
+ TextAlign["Right"] = "text-right";
58
+ TextAlign["Justify"] = "text-justify";
59
+ })(TextAlign || (TextAlign = {}));
60
+ export var FontWeight;
61
+ (function (FontWeight) {
62
+ /**
63
+ * Weight - 700
64
+ */
65
+ FontWeight["Bold"] = "font-bold";
66
+ /**
67
+ * Weight - 500
68
+ */
69
+ FontWeight["Medium"] = "font-medium";
70
+ /**
71
+ * Weight - 400
72
+ */
73
+ FontWeight["Normal"] = "font-normal";
74
+ })(FontWeight || (FontWeight = {}));
75
+ export var OverflowWrap;
76
+ (function (OverflowWrap) {
77
+ OverflowWrap["BreakWord"] = "break-words";
78
+ OverflowWrap["Anywhere"] = "break-all";
79
+ OverflowWrap["Normal"] = "break-normal";
80
+ })(OverflowWrap || (OverflowWrap = {}));
81
+ export var FontStyle;
82
+ (function (FontStyle) {
83
+ FontStyle["Italic"] = "italic";
84
+ FontStyle["Normal"] = "not-italic";
85
+ })(FontStyle || (FontStyle = {}));
86
+ export var TextTransform;
87
+ (function (TextTransform) {
88
+ TextTransform["Uppercase"] = "uppercase";
89
+ TextTransform["Lowercase"] = "lowercase";
90
+ TextTransform["Capitalize"] = "capitalize";
91
+ TextTransform["Normal"] = "normal-case";
92
+ })(TextTransform || (TextTransform = {}));
93
+ //# sourceMappingURL=Text.types.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Text.types.mjs","sourceRoot":"","sources":["../../../src/components/text/Text.types.ts"],"names":[],"mappings":"AAoEA,MAAM,CAAN,IAAY,WAeX;AAfD,WAAY,WAAW;IACrB,gBAAgB;IAChB,uCAAwB,CAAA;IACxB,uCAAwB,CAAA;IAExB,gBAAgB;IAChB,uCAAwB,CAAA;IACxB,uCAAwB,CAAA;IACxB,uCAAwB,CAAA;IAExB,aAAa;IACb,iCAAkB,CAAA;IAClB,iCAAkB,CAAA;IAClB,iCAAkB,CAAA;IAClB,iCAAkB,CAAA;AACpB,CAAC,EAfW,WAAW,KAAX,WAAW,QAetB;AAED,MAAM,CAAN,IAAY,SAmCX;AAnCD,WAAY,SAAS;IACnB,gCAAgC;IAChC,yCAA4B,CAAA;IAC5B,uCAAuC;IACvC,iDAAoC,CAAA;IACpC,6DAA6D;IAC7D,qCAAwB,CAAA;IACxB,qFAAqF;IACrF,oDAAuC,CAAA;IACvC,iGAAiG;IACjG,oDAAuC,CAAA;IACvC,iFAAiF;IACjF,oDAAuC,CAAA;IACvC,0FAA0F;IAC1F,gDAAmC,CAAA;IACnC,yDAAyD;IACzD,wDAA2C,CAAA;IAC3C,+EAA+E;IAC/E,gDAAmC,CAAA;IACnC,oFAAoF;IACpF,oDAAuC,CAAA;IACvC,iFAAiF;IACjF,oDAAuC,CAAA;IACvC,yFAAyF;IACzF,oDAAuC,CAAA;IACvC,iFAAiF;IACjF,oDAAuC,CAAA;IACvC,sFAAsF;IACtF,8CAAiC,CAAA;IACjC,8EAA8E;IAC9E,8CAAiC,CAAA;IACjC,8CAA8C;IAC9C,qCAAwB,CAAA;IACxB,sCAAsC;IACtC,6CAAgC,CAAA;AAClC,CAAC,EAnCW,SAAS,KAAT,SAAS,QAmCpB;AAED,MAAM,CAAN,IAAY,SAKX;AALD,WAAY,SAAS;IACnB,+BAAkB,CAAA;IAClB,mCAAsB,CAAA;IACtB,iCAAoB,CAAA;IACpB,qCAAwB,CAAA;AAC1B,CAAC,EALW,SAAS,KAAT,SAAS,QAKpB;AAED,MAAM,CAAN,IAAY,UAaX;AAbD,WAAY,UAAU;IACpB;;OAEG;IACH,gCAAkB,CAAA;IAClB;;OAEG;IACH,oCAAsB,CAAA;IACtB;;OAEG;IACH,oCAAsB,CAAA;AACxB,CAAC,EAbW,UAAU,KAAV,UAAU,QAarB;AAED,MAAM,CAAN,IAAY,YAIX;AAJD,WAAY,YAAY;IACtB,yCAAyB,CAAA;IACzB,sCAAsB,CAAA;IACtB,uCAAuB,CAAA;AACzB,CAAC,EAJW,YAAY,KAAZ,YAAY,QAIvB;AAED,MAAM,CAAN,IAAY,SAGX;AAHD,WAAY,SAAS;IACnB,8BAAiB,CAAA;IACjB,kCAAqB,CAAA;AACvB,CAAC,EAHW,SAAS,KAAT,SAAS,QAGpB;AAED,MAAM,CAAN,IAAY,aAKX;AALD,WAAY,aAAa;IACvB,wCAAuB,CAAA;IACvB,wCAAuB,CAAA;IACvB,0CAAyB,CAAA;IACzB,uCAAsB,CAAA;AACxB,CAAC,EALW,aAAa,KAAb,aAAa,QAKxB","sourcesContent":["export type TextProps = {\n /**\n * Optional prop for inline styles\n */\n style?: React.CSSProperties;\n /**\n * Optional prop to change the font size of the component. The Text component uses responsive font sizes.\n * Different variants map to specific HTML elements by default.\n * @default TextVariant.BodyMd\n */\n variant?: TextVariant;\n /**\n * The text content or elements to be rendered within the component.\n */\n children: React.ReactNode;\n /**\n * Optional prop for additional CSS classes to be applied to the Text component.\n */\n className?: string;\n /**\n * Optional prop to control the font weight of the text.\n * - Normal: 400\n * - Medium: 500\n * - Bold: 700\n */\n fontWeight?: FontWeight;\n /**\n * Optional prop to control the font style of the text.\n * Options: Normal, Italic\n */\n fontStyle?: FontStyle;\n /**\n * Optional prop to apply text transformation to the content.\n * Options: Uppercase, Lowercase, Capitalize, Normal\n */\n textTransform?: TextTransform;\n /**\n * Optional prop to control the text alignment within its container.\n * Options: Left, Center, Right, Justify\n */\n textAlign?: TextAlign;\n /**\n * Optional prop to determine how text should wrap when it reaches the edge of its container.\n * Options: BreakWord, Anywhere, Normal\n */\n overflowWrap?: OverflowWrap;\n /**\n * Optional prop that when true, adds an ellipsis (...) when text overflows its container.\n * @default false\n */\n ellipsis?: boolean;\n /**\n * Optional boolean that determines if the component should merge its props onto its immediate child\n * instead of rendering a default DOM element.\n * @default false\n */\n asChild?: boolean;\n /**\n * Optional prop that sets the color of the text using predefined theme colors.\n * @default TextColor.TextDefault\n */\n color?: TextColor;\n /**\n * Optional prop for testing purposes\n */\n 'data-testid'?: string;\n};\n\nexport enum TextVariant {\n // Display Sizes\n DisplayLg = 'display-lg',\n DisplayMd = 'display-md',\n\n // Heading Sizes\n HeadingLg = 'heading-lg',\n HeadingMd = 'heading-md',\n HeadingSm = 'heading-sm',\n\n // Font Sizes\n BodyLg = 'body-lg',\n BodyMd = 'body-md',\n BodySm = 'body-sm',\n BodyXs = 'body-xs',\n}\n\nexport enum TextColor {\n /** For default neutral text. */\n TextDefault = 'text-default',\n /** For softer contrast neutral text */\n TextAlternative = 'text-alternative',\n /** For the softest contrast neutral text (not accessible) */\n TextMuted = 'text-muted',\n /** For elements used on top of overlay/alternative. Used for text, icon or border */\n OverlayInverse = 'text-overlay-inverse',\n /** For interactive, active, and selected semantics. Used for text, background, icon or border */\n PrimaryDefault = 'text-primary-default',\n /** For elements used on top of primary/default. Used for text, icon or border */\n PrimaryInverse = 'text-primary-inverse',\n /** For the critical alert semantic elements. Used for text, background, icon or border */\n ErrorDefault = 'text-error-default',\n /** For the stronger contrast error semantic elements. */\n ErrorAlternative = 'text-error-alternative',\n /** For elements used on top of error/default. Used for text, icon or border */\n ErrorInverse = 'text-error-inverse',\n /** For the positive semantic elements. Used for text, background, icon or border */\n SuccessDefault = 'text-success-default',\n /** For elements used on top of success/default. Used for text, icon or border */\n SuccessInverse = 'text-success-inverse',\n /** For the caution alert semantic elements. Used for text, background, icon or border */\n WarningDefault = 'text-warning-default',\n /** For elements used on top of warning/default. Used for text, icon or border */\n WarningInverse = 'text-warning-inverse',\n /** For informational read-only elements. Used for text, background, icon or border */\n InfoDefault = 'text-info-default',\n /** For elements used on top of info/default. Used for text, icon or border */\n InfoInverse = 'text-info-inverse',\n /** Inherit the color of the parent element */\n Inherit = 'text-inherit',\n /** Make the text color transparent */\n Transparent = 'text-transparent',\n}\n\nexport enum TextAlign {\n Left = 'text-left',\n Center = 'text-center',\n Right = 'text-right',\n Justify = 'text-justify',\n}\n\nexport enum FontWeight {\n /**\n * Weight - 700\n */\n Bold = 'font-bold',\n /**\n * Weight - 500\n */\n Medium = 'font-medium',\n /**\n * Weight - 400\n */\n Normal = 'font-normal',\n}\n\nexport enum OverflowWrap {\n BreakWord = 'break-words',\n Anywhere = 'break-all',\n Normal = 'break-normal',\n}\n\nexport enum FontStyle {\n Italic = 'italic',\n Normal = 'not-italic',\n}\n\nexport enum TextTransform {\n Uppercase = 'uppercase',\n Lowercase = 'lowercase',\n Capitalize = 'capitalize',\n Normal = 'normal-case',\n}\n"]}