@bricks-toolkit/toolkit 0.1.0 → 0.1.2

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 (385) hide show
  1. package/README.md +9 -9
  2. package/dist/{components/Button/Button.types.d.ts → Button.types-BsQYqZml.d.ts} +8 -5
  3. package/dist/Button.types-D-srlWFf.d.mts +27 -0
  4. package/dist/{components/TextInput/TextInput.types.d.ts → TextInput.types-DRI8HQza.d.mts} +8 -5
  5. package/dist/TextInput.types-DRI8HQza.d.ts +32 -0
  6. package/dist/{components/Tooltip/Tooltip.types.d.ts → Tooltip.types-PbUasE3C.d.mts} +9 -6
  7. package/dist/Tooltip.types-PbUasE3C.d.ts +36 -0
  8. package/dist/avatar/index.cjs +11 -0
  9. package/dist/{components/Avatar/Avatar.types.d.ts → avatar/index.d.mts} +10 -5
  10. package/dist/avatar/index.d.ts +29 -0
  11. package/dist/avatar/index.mjs +2 -0
  12. package/dist/badge/index.cjs +11 -0
  13. package/dist/{components/Badge/Badge.types.d.ts → badge/index.d.mts} +20 -6
  14. package/dist/badge/index.d.ts +57 -0
  15. package/dist/badge/index.mjs +2 -0
  16. package/dist/breadcrumbs/index.cjs +11 -0
  17. package/dist/{components/Breadcrumbs/Breadcrumbs.types.d.ts → breadcrumbs/index.d.mts} +10 -5
  18. package/dist/breadcrumbs/index.d.ts +32 -0
  19. package/dist/breadcrumbs/index.mjs +2 -0
  20. package/dist/button/index.cjs +13 -0
  21. package/dist/button/index.d.mts +8 -0
  22. package/dist/button/index.d.ts +8 -0
  23. package/dist/button/index.mjs +4 -0
  24. package/dist/card/index.cjs +31 -0
  25. package/dist/card/index.d.mts +42 -0
  26. package/dist/card/index.d.ts +42 -0
  27. package/dist/card/index.mjs +2 -0
  28. package/dist/checkbox/index.cjs +11 -0
  29. package/dist/{components/Checkbox/Checkbox.types.d.ts → checkbox/index.d.mts} +9 -4
  30. package/dist/checkbox/index.d.ts +36 -0
  31. package/dist/checkbox/index.mjs +2 -0
  32. package/dist/chunk-2POU3NX4.mjs +192 -0
  33. package/dist/chunk-32SKYPQW.mjs +156 -0
  34. package/dist/chunk-446OJWC6.mjs +285 -0
  35. package/dist/chunk-4DA7CRNV.mjs +376 -0
  36. package/dist/chunk-4DR57X7U.mjs +182 -0
  37. package/dist/chunk-4QSDPHPI.mjs +285 -0
  38. package/dist/chunk-56ILK7Y4.cjs +315 -0
  39. package/dist/chunk-5J3OMAO4.cjs +222 -0
  40. package/dist/chunk-5RKET2JO.cjs +287 -0
  41. package/dist/chunk-65UZC3FK.mjs +312 -0
  42. package/dist/chunk-6CC5KIA5.cjs +148 -0
  43. package/dist/chunk-6R3OYBQ6.cjs +209 -0
  44. package/dist/chunk-6UO72EJA.cjs +2 -0
  45. package/dist/chunk-6ZCY4O5M.mjs +63 -0
  46. package/dist/chunk-7364SUK6.mjs +359 -0
  47. package/dist/chunk-7DDDQ3RH.cjs +66 -0
  48. package/dist/chunk-7PDGAIC3.cjs +189 -0
  49. package/dist/chunk-7R5JRJ2W.cjs +255 -0
  50. package/dist/chunk-7WNJ7L4Z.mjs +335 -0
  51. package/dist/chunk-AJXVELXK.cjs +218 -0
  52. package/dist/chunk-ARTXRQO6.mjs +1 -0
  53. package/dist/chunk-B4OV5GRT.cjs +510 -0
  54. package/dist/chunk-B5MYGYJY.mjs +122 -0
  55. package/dist/chunk-BBVWG5GH.cjs +75 -0
  56. package/dist/chunk-BVBCAAES.mjs +35 -0
  57. package/dist/chunk-CBA54EY4.mjs +508 -0
  58. package/dist/chunk-CMER5LO3.mjs +330 -0
  59. package/dist/chunk-DHC5LI2P.cjs +338 -0
  60. package/dist/chunk-DMLPA65B.mjs +107 -0
  61. package/dist/chunk-DN2GFJF4.mjs +175 -0
  62. package/dist/chunk-ECLNLPOR.cjs +70 -0
  63. package/dist/chunk-EV463QT5.cjs +53 -0
  64. package/dist/chunk-FOVJHEWH.mjs +51 -0
  65. package/dist/chunk-G4HVY6FM.mjs +203 -0
  66. package/dist/chunk-H77YWN3L.mjs +220 -0
  67. package/dist/chunk-HIWJDLIS.cjs +124 -0
  68. package/dist/chunk-HQGDSOSN.mjs +274 -0
  69. package/dist/chunk-JKPNJ4PZ.mjs +313 -0
  70. package/dist/chunk-JV6AWBN5.mjs +113 -0
  71. package/dist/chunk-KA35BV7V.mjs +207 -0
  72. package/dist/chunk-KLBABQEJ.cjs +378 -0
  73. package/dist/chunk-L5VQZZVR.cjs +3197 -0
  74. package/dist/chunk-LTG6YP5I.cjs +69 -0
  75. package/dist/chunk-MVUNJPGH.cjs +184 -0
  76. package/dist/chunk-NMJ5CVZH.cjs +2 -0
  77. package/dist/chunk-NRCNRHXL.cjs +109 -0
  78. package/dist/chunk-NRZIXK35.cjs +276 -0
  79. package/dist/chunk-OCPFOFJ4.mjs +3195 -0
  80. package/dist/chunk-OEU5VG3D.cjs +362 -0
  81. package/dist/chunk-OPOCCRJG.cjs +193 -0
  82. package/dist/chunk-OQPCL5XX.mjs +187 -0
  83. package/dist/chunk-PCYGJNEQ.cjs +280 -0
  84. package/dist/chunk-PJH2KEWK.mjs +200 -0
  85. package/dist/chunk-PJWELBN2.cjs +115 -0
  86. package/dist/chunk-Q3IFXFFD.cjs +202 -0
  87. package/dist/chunk-R72GDCWE.cjs +314 -0
  88. package/dist/chunk-RAD5VJHR.mjs +146 -0
  89. package/dist/chunk-RYWDZHKG.mjs +274 -0
  90. package/dist/chunk-S7VEND5Z.cjs +162 -0
  91. package/dist/chunk-SBNNV6FE.mjs +1 -0
  92. package/dist/chunk-SFUOCZJY.mjs +187 -0
  93. package/dist/chunk-SHQ2MPBE.mjs +73 -0
  94. package/dist/chunk-TIVSMCXZ.mjs +253 -0
  95. package/dist/chunk-TNGW5YHA.cjs +37 -0
  96. package/dist/chunk-VC7MOPU6.cjs +287 -0
  97. package/dist/chunk-VHVFRWF5.mjs +64 -0
  98. package/dist/chunk-VKQDW7C2.mjs +336 -0
  99. package/dist/chunk-VRZFAKSV.cjs +177 -0
  100. package/dist/chunk-W2ZAPLQH.cjs +337 -0
  101. package/dist/chunk-XFNRKHHF.cjs +332 -0
  102. package/dist/chunk-Y3NTKFUE.mjs +66 -0
  103. package/dist/chunk-Y6AN7AWX.cjs +205 -0
  104. package/dist/chunk-YMMNWJT6.cjs +134 -0
  105. package/dist/chunk-YOTCXSXL.mjs +132 -0
  106. package/dist/combo-box/index.cjs +11 -0
  107. package/dist/{components/ComboBox/ComboBox.types.d.ts → combo-box/index.d.mts} +10 -5
  108. package/dist/combo-box/index.d.ts +62 -0
  109. package/dist/combo-box/index.mjs +2 -0
  110. package/dist/date-picker/index.cjs +11 -0
  111. package/dist/date-picker/index.d.mts +32 -0
  112. package/dist/date-picker/index.d.ts +32 -0
  113. package/dist/date-picker/index.mjs +2 -0
  114. package/dist/dialog/index.cjs +27 -0
  115. package/dist/{components/Dialog/Dialog.types.d.ts → dialog/index.d.mts} +16 -7
  116. package/dist/dialog/index.d.ts +61 -0
  117. package/dist/dialog/index.mjs +2 -0
  118. package/dist/dropdown-menu/index.cjs +27 -0
  119. package/dist/dropdown-menu/index.d.mts +34 -0
  120. package/dist/dropdown-menu/index.d.ts +34 -0
  121. package/dist/dropdown-menu/index.mjs +2 -0
  122. package/dist/email/index.cjs +11 -0
  123. package/dist/{components/Email/Email.types.d.ts → email/index.d.mts} +10 -5
  124. package/dist/email/index.d.ts +38 -0
  125. package/dist/email/index.mjs +2 -0
  126. package/dist/file-upload/index.cjs +11 -0
  127. package/dist/file-upload/index.d.mts +27 -0
  128. package/dist/file-upload/index.d.ts +27 -0
  129. package/dist/file-upload/index.mjs +2 -0
  130. package/dist/header/index.cjs +14 -0
  131. package/dist/{components/Header/Header.types.d.ts → header/index.d.mts} +11 -2
  132. package/dist/header/index.d.ts +28 -0
  133. package/dist/header/index.mjs +5 -0
  134. package/dist/icon-button/index.cjs +13 -0
  135. package/dist/icon-button/index.d.mts +16 -0
  136. package/dist/icon-button/index.d.ts +16 -0
  137. package/dist/icon-button/index.mjs +4 -0
  138. package/dist/image/index.cjs +12 -0
  139. package/dist/{components/Image/Image.types.d.ts → image/index.d.mts} +10 -2
  140. package/dist/image/index.d.ts +48 -0
  141. package/dist/image/index.mjs +3 -0
  142. package/dist/index.cjs +839 -0
  143. package/dist/index.d.mts +141 -0
  144. package/dist/index.d.ts +141 -75
  145. package/dist/index.mjs +601 -0
  146. package/dist/link/index.cjs +11 -0
  147. package/dist/{components/Link/Link.types.d.ts → link/index.d.mts} +10 -5
  148. package/dist/link/index.d.ts +25 -0
  149. package/dist/link/index.mjs +2 -0
  150. package/dist/loader/index.cjs +11 -0
  151. package/dist/{components/Loader/Loader.types.d.ts → loader/index.d.mts} +8 -4
  152. package/dist/loader/index.d.ts +21 -0
  153. package/dist/loader/index.mjs +2 -0
  154. package/dist/modal/index.cjs +27 -0
  155. package/dist/{components/Modal/Modal.types.d.ts → modal/index.d.mts} +25 -9
  156. package/dist/modal/index.d.ts +116 -0
  157. package/dist/modal/index.mjs +2 -0
  158. package/dist/multi-select/index.cjs +11 -0
  159. package/dist/{components/MultiSelect/MultiSelect.types.d.ts → multi-select/index.d.mts} +9 -5
  160. package/dist/multi-select/index.d.ts +59 -0
  161. package/dist/multi-select/index.mjs +2 -0
  162. package/dist/otp-input/index.cjs +11 -0
  163. package/dist/{components/OtpInput/OtpInput.types.d.ts → otp-input/index.d.mts} +8 -4
  164. package/dist/otp-input/index.d.ts +57 -0
  165. package/dist/otp-input/index.mjs +2 -0
  166. package/dist/password-input/index.cjs +11 -0
  167. package/dist/password-input/index.d.mts +32 -0
  168. package/dist/password-input/index.d.ts +32 -0
  169. package/dist/password-input/index.mjs +2 -0
  170. package/dist/phone/index.cjs +11 -0
  171. package/dist/{components/Phone/Phone.types.d.ts → phone/index.d.mts} +11 -6
  172. package/dist/phone/index.d.ts +41 -0
  173. package/dist/phone/index.mjs +2 -0
  174. package/dist/radio-button/index.cjs +11 -0
  175. package/dist/{components/RadioButton/RadioButton.types.d.ts → radio-button/index.d.mts} +9 -4
  176. package/dist/radio-button/index.d.ts +56 -0
  177. package/dist/radio-button/index.mjs +2 -0
  178. package/dist/search-input/index.cjs +12 -0
  179. package/dist/search-input/index.d.mts +22 -0
  180. package/dist/search-input/index.d.ts +22 -0
  181. package/dist/search-input/index.mjs +3 -0
  182. package/dist/select/index.cjs +11 -0
  183. package/dist/{components/Select/Select.types.d.ts → select/index.d.mts} +11 -6
  184. package/dist/select/index.d.ts +36 -0
  185. package/dist/select/index.mjs +2 -0
  186. package/dist/sidebar/index.cjs +11 -0
  187. package/dist/{components/Sidebar/Sidebar.types.d.ts → sidebar/index.d.mts} +15 -6
  188. package/dist/sidebar/index.d.ts +96 -0
  189. package/dist/sidebar/index.mjs +2 -0
  190. package/dist/skeleton/index.cjs +27 -0
  191. package/dist/skeleton/index.d.mts +76 -0
  192. package/dist/skeleton/index.d.ts +76 -0
  193. package/dist/skeleton/index.mjs +2 -0
  194. package/dist/styles.css +5075 -0
  195. package/dist/styles.d.mts +2 -0
  196. package/dist/styles.d.ts +2 -0
  197. package/dist/table/index.cjs +15 -0
  198. package/dist/{components/Table/Table.types.d.ts → table/index.d.mts} +16 -9
  199. package/dist/table/index.d.ts +92 -0
  200. package/dist/table/index.mjs +2 -0
  201. package/dist/tabs/index.cjs +14 -0
  202. package/dist/tabs/index.d.mts +26 -0
  203. package/dist/tabs/index.d.ts +26 -0
  204. package/dist/tabs/index.mjs +5 -0
  205. package/dist/text-input/index.cjs +11 -0
  206. package/dist/text-input/index.d.mts +7 -0
  207. package/dist/text-input/index.d.ts +7 -0
  208. package/dist/text-input/index.mjs +2 -0
  209. package/dist/theme-provider/index.cjs +14 -0
  210. package/dist/{components/ThemeProvider/ThemeProvider.types.d.ts → theme-provider/index.d.mts} +16 -6
  211. package/dist/theme-provider/index.d.ts +122 -0
  212. package/dist/theme-provider/index.mjs +1 -0
  213. package/dist/time-picker/index.cjs +11 -0
  214. package/dist/time-picker/index.d.mts +32 -0
  215. package/dist/time-picker/index.d.ts +32 -0
  216. package/dist/time-picker/index.mjs +2 -0
  217. package/dist/toaster/index.cjs +11 -0
  218. package/dist/{components/Toaster/Toaster.types.d.ts → toaster/index.d.mts} +9 -4
  219. package/dist/toaster/index.d.ts +28 -0
  220. package/dist/toaster/index.mjs +2 -0
  221. package/dist/tooltip/index.cjs +12 -0
  222. package/dist/tooltip/index.d.mts +7 -0
  223. package/dist/tooltip/index.d.ts +7 -0
  224. package/dist/tooltip/index.mjs +3 -0
  225. package/package.json +78 -95
  226. package/dist/components/Accordion/Accordion.d.ts +0 -5
  227. package/dist/components/Accordion/Accordion.types.d.ts +0 -32
  228. package/dist/components/Accordion/index.d.ts +0 -2
  229. package/dist/components/Avatar/Avatar.d.ts +0 -2
  230. package/dist/components/Avatar/Avatar.stories.d.ts +0 -11
  231. package/dist/components/Avatar/Avatar.test.d.ts +0 -1
  232. package/dist/components/Avatar/index.d.ts +0 -2
  233. package/dist/components/Badge/Badge.d.ts +0 -11
  234. package/dist/components/Badge/Badge.stories.d.ts +0 -21
  235. package/dist/components/Badge/Badge.test.d.ts +0 -1
  236. package/dist/components/Badge/index.d.ts +0 -2
  237. package/dist/components/Breadcrumbs/Breadcrumbs.d.ts +0 -2
  238. package/dist/components/Breadcrumbs/Breadcrumbs.stories.d.ts +0 -13
  239. package/dist/components/Breadcrumbs/Breadcrumbs.test.d.ts +0 -1
  240. package/dist/components/Breadcrumbs/index.d.ts +0 -2
  241. package/dist/components/Button/Button.d.ts +0 -2
  242. package/dist/components/Button/Button.stories.d.ts +0 -20
  243. package/dist/components/Button/Button.test.d.ts +0 -1
  244. package/dist/components/Button/index.d.ts +0 -2
  245. package/dist/components/Card/Card.d.ts +0 -25
  246. package/dist/components/Card/Card.stories.d.ts +0 -8
  247. package/dist/components/Card/Card.test.d.ts +0 -1
  248. package/dist/components/Card/Card.types.d.ts +0 -14
  249. package/dist/components/Card/index.d.ts +0 -2
  250. package/dist/components/Checkbox/Checkbox.d.ts +0 -2
  251. package/dist/components/Checkbox/Checkbox.stories.d.ts +0 -16
  252. package/dist/components/Checkbox/Checkbox.test.d.ts +0 -1
  253. package/dist/components/Checkbox/index.d.ts +0 -2
  254. package/dist/components/ComboBox/ComboBox.d.ts +0 -2
  255. package/dist/components/ComboBox/ComboBox.stories.d.ts +0 -12
  256. package/dist/components/ComboBox/ComboBox.test.d.ts +0 -1
  257. package/dist/components/ComboBox/index.d.ts +0 -2
  258. package/dist/components/DatePicker/DatePicker.d.ts +0 -2
  259. package/dist/components/DatePicker/DatePicker.stories.d.ts +0 -25
  260. package/dist/components/DatePicker/DatePicker.test.d.ts +0 -1
  261. package/dist/components/DatePicker/DatePicker.types.d.ts +0 -27
  262. package/dist/components/DatePicker/index.d.ts +0 -2
  263. package/dist/components/Dialog/Dialog.d.ts +0 -6
  264. package/dist/components/Dialog/Dialog.stories.d.ts +0 -9
  265. package/dist/components/Dialog/Dialog.test.d.ts +0 -1
  266. package/dist/components/Dialog/index.d.ts +0 -2
  267. package/dist/components/DropdownMenu/DropdownMenu.d.ts +0 -7
  268. package/dist/components/DropdownMenu/DropdownMenu.stories.d.ts +0 -9
  269. package/dist/components/DropdownMenu/DropdownMenu.test.d.ts +0 -1
  270. package/dist/components/DropdownMenu/DropdownMenu.types.d.ts +0 -24
  271. package/dist/components/DropdownMenu/index.d.ts +0 -2
  272. package/dist/components/Email/Email.d.ts +0 -2
  273. package/dist/components/Email/Email.stories.d.ts +0 -11
  274. package/dist/components/Email/Email.test.d.ts +0 -1
  275. package/dist/components/Email/index.d.ts +0 -2
  276. package/dist/components/FileUpload/FileUpload.d.ts +0 -2
  277. package/dist/components/FileUpload/FileUpload.stories.d.ts +0 -10
  278. package/dist/components/FileUpload/FileUpload.test.d.ts +0 -1
  279. package/dist/components/FileUpload/FileUpload.types.d.ts +0 -22
  280. package/dist/components/FileUpload/index.d.ts +0 -2
  281. package/dist/components/Header/Header.d.ts +0 -7
  282. package/dist/components/Header/Header.stories.d.ts +0 -8
  283. package/dist/components/Header/Header.test.d.ts +0 -1
  284. package/dist/components/Header/index.d.ts +0 -2
  285. package/dist/components/IconButton/IconButton.d.ts +0 -2
  286. package/dist/components/IconButton/IconButton.stories.d.ts +0 -17
  287. package/dist/components/IconButton/IconButton.types.d.ts +0 -10
  288. package/dist/components/IconButton/index.d.ts +0 -2
  289. package/dist/components/Image/Image.d.ts +0 -6
  290. package/dist/components/Image/Image.stories.d.ts +0 -13
  291. package/dist/components/Image/Image.test.d.ts +0 -1
  292. package/dist/components/Image/index.d.ts +0 -2
  293. package/dist/components/Link/Link.d.ts +0 -2
  294. package/dist/components/Link/Link.stories.d.ts +0 -15
  295. package/dist/components/Link/Link.test.d.ts +0 -1
  296. package/dist/components/Link/index.d.ts +0 -2
  297. package/dist/components/Loader/Loader.d.ts +0 -2
  298. package/dist/components/Loader/Loader.stories.d.ts +0 -12
  299. package/dist/components/Loader/Loader.test.d.ts +0 -1
  300. package/dist/components/Loader/index.d.ts +0 -2
  301. package/dist/components/Modal/Modal.d.ts +0 -14
  302. package/dist/components/Modal/Modal.stories.d.ts +0 -14
  303. package/dist/components/Modal/Modal.test.d.ts +0 -1
  304. package/dist/components/Modal/index.d.ts +0 -2
  305. package/dist/components/MultiSelect/MultiSelect.d.ts +0 -2
  306. package/dist/components/MultiSelect/MultiSelect.stories.d.ts +0 -15
  307. package/dist/components/MultiSelect/MultiSelect.test.d.ts +0 -1
  308. package/dist/components/MultiSelect/index.d.ts +0 -2
  309. package/dist/components/OtpInput/OtpInput.d.ts +0 -2
  310. package/dist/components/OtpInput/OtpInput.stories.d.ts +0 -10
  311. package/dist/components/OtpInput/OtpInput.test.d.ts +0 -1
  312. package/dist/components/OtpInput/index.d.ts +0 -2
  313. package/dist/components/PasswordInput/PasswordInput.d.ts +0 -2
  314. package/dist/components/PasswordInput/PasswordInput.stories.d.ts +0 -23
  315. package/dist/components/PasswordInput/PasswordInput.test.d.ts +0 -1
  316. package/dist/components/PasswordInput/PasswordInput.types.d.ts +0 -27
  317. package/dist/components/PasswordInput/index.d.ts +0 -2
  318. package/dist/components/Phone/Phone.d.ts +0 -2
  319. package/dist/components/Phone/Phone.stories.d.ts +0 -11
  320. package/dist/components/Phone/Phone.test.d.ts +0 -1
  321. package/dist/components/Phone/countries.d.ts +0 -8
  322. package/dist/components/Phone/index.d.ts +0 -2
  323. package/dist/components/RadioButton/RadioButton.d.ts +0 -2
  324. package/dist/components/RadioButton/RadioButton.stories.d.ts +0 -21
  325. package/dist/components/RadioButton/RadioButton.test.d.ts +0 -1
  326. package/dist/components/RadioButton/index.d.ts +0 -2
  327. package/dist/components/SearchInput/SearchInput.d.ts +0 -6
  328. package/dist/components/SearchInput/SearchInput.stories.d.ts +0 -8
  329. package/dist/components/SearchInput/SearchInput.test.d.ts +0 -1
  330. package/dist/components/SearchInput/SearchInput.types.d.ts +0 -12
  331. package/dist/components/SearchInput/index.d.ts +0 -2
  332. package/dist/components/Select/Select.d.ts +0 -2
  333. package/dist/components/Select/Select.stories.d.ts +0 -12
  334. package/dist/components/Select/Select.test.d.ts +0 -1
  335. package/dist/components/Select/index.d.ts +0 -2
  336. package/dist/components/Sidebar/Sidebar.d.ts +0 -7
  337. package/dist/components/Sidebar/Sidebar.stories.d.ts +0 -10
  338. package/dist/components/Sidebar/Sidebar.test.d.ts +0 -1
  339. package/dist/components/Sidebar/index.d.ts +0 -2
  340. package/dist/components/Skeleton/Skeleton.d.ts +0 -26
  341. package/dist/components/Skeleton/Skeleton.stories.d.ts +0 -13
  342. package/dist/components/Skeleton/Skeleton.types.d.ts +0 -47
  343. package/dist/components/Skeleton/index.d.ts +0 -2
  344. package/dist/components/Stepper/Stepper.d.ts +0 -2
  345. package/dist/components/Stepper/Stepper.stories.d.ts +0 -23
  346. package/dist/components/Stepper/Stepper.test.d.ts +0 -1
  347. package/dist/components/Stepper/Stepper.types.d.ts +0 -47
  348. package/dist/components/Stepper/index.d.ts +0 -2
  349. package/dist/components/Table/Pagination.d.ts +0 -3
  350. package/dist/components/Table/Table.d.ts +0 -3
  351. package/dist/components/Table/Table.stories.d.ts +0 -13
  352. package/dist/components/Table/Table.test.d.ts +0 -1
  353. package/dist/components/Table/index.d.ts +0 -3
  354. package/dist/components/Tabs/Tabs.d.ts +0 -2
  355. package/dist/components/Tabs/Tabs.stories.d.ts +0 -17
  356. package/dist/components/Tabs/Tabs.test.d.ts +0 -1
  357. package/dist/components/Tabs/Tabs.types.d.ts +0 -21
  358. package/dist/components/Tabs/index.d.ts +0 -2
  359. package/dist/components/TextInput/TextInput.d.ts +0 -2
  360. package/dist/components/TextInput/TextInput.stories.d.ts +0 -25
  361. package/dist/components/TextInput/TextInput.test.d.ts +0 -1
  362. package/dist/components/TextInput/index.d.ts +0 -2
  363. package/dist/components/ThemeProvider/ThemeProvider.d.ts +0 -8
  364. package/dist/components/ThemeProvider/ThemeProvider.stories.d.ts +0 -16
  365. package/dist/components/ThemeProvider/ThemeProvider.test.d.ts +0 -1
  366. package/dist/components/ThemeProvider/index.d.ts +0 -2
  367. package/dist/components/TimePicker/TimePicker.d.ts +0 -2
  368. package/dist/components/TimePicker/TimePicker.stories.d.ts +0 -23
  369. package/dist/components/TimePicker/TimePicker.test.d.ts +0 -1
  370. package/dist/components/TimePicker/TimePicker.types.d.ts +0 -27
  371. package/dist/components/TimePicker/index.d.ts +0 -2
  372. package/dist/components/Toaster/Toaster.d.ts +0 -2
  373. package/dist/components/Toaster/Toaster.stories.d.ts +0 -13
  374. package/dist/components/Toaster/Toaster.test.d.ts +0 -1
  375. package/dist/components/Toaster/index.d.ts +0 -2
  376. package/dist/components/Toggle/Toggle.d.ts +0 -2
  377. package/dist/components/Toggle/Toggle.stories.d.ts +0 -11
  378. package/dist/components/Toggle/Toggle.types.d.ts +0 -10
  379. package/dist/components/Toggle/index.d.ts +0 -2
  380. package/dist/components/Tooltip/Tooltip.d.ts +0 -2
  381. package/dist/components/Tooltip/Tooltip.stories.d.ts +0 -13
  382. package/dist/components/Tooltip/Tooltip.test.d.ts +0 -1
  383. package/dist/components/Tooltip/index.d.ts +0 -2
  384. package/dist/utils/cn.d.ts +0 -2
  385. package/dist/utils/index.d.ts +0 -1
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # bricks
2
2
 
3
- [![npm version](https://img.shields.io/npm/v/@bricks-toolkit/toolkit.svg)](https://www.npmjs.com/package/@bricks-toolkit/toolkit)
3
+ [![npm version](https://img.shields.io/npm/v/bricks.svg)](https://www.npmjs.com/package/bricks)
4
4
  [![TypeScript](https://img.shields.io/badge/TypeScript-strict-blue)](https://www.typescriptlang.org/)
5
5
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](./LICENSE)
6
6
 
@@ -27,13 +27,13 @@
27
27
 
28
28
  ```bash
29
29
  # npm
30
- npm install @bricks-toolkit/toolkit
30
+ npm install bricks
31
31
 
32
32
  # Or with yarn
33
- yarn add @bricks-toolkit/toolkit
33
+ yarn add bricks
34
34
 
35
35
  # Or with pnpm
36
- pnpm add @bricks-toolkit/toolkit
36
+ pnpm add bricks
37
37
  ```
38
38
 
39
39
  **Peer dependencies** (must be installed by the consumer):
@@ -61,7 +61,7 @@ export default {
61
61
  content: [
62
62
  './src/**/*.{ts,tsx}',
63
63
  // Add the library's dist path:
64
- './node_modules/@bricks-toolkit/toolkit/dist/**/*.js',
64
+ './node_modules/bricks/dist/**/*.js',
65
65
  ],
66
66
  } satisfies Config
67
67
  ```
@@ -70,7 +70,7 @@ export default {
70
70
 
71
71
  ```ts
72
72
  // In your entry file (e.g. main.tsx)
73
- import '@bricks-toolkit/toolkit/styles.css'
73
+ import 'bricks/styles.css'
74
74
  ```
75
75
 
76
76
  ---
@@ -80,7 +80,7 @@ import '@bricks-toolkit/toolkit/styles.css'
80
80
  ### Named import (full bundle)
81
81
 
82
82
  ```tsx
83
- import { TextInput } from '@bricks-toolkit/toolkit'
83
+ import { TextInput } from 'bricks'
84
84
 
85
85
  function App() {
86
86
  return (
@@ -98,7 +98,7 @@ function App() {
98
98
  ### Sub-path import (tree-shakeable)
99
99
 
100
100
  ```tsx
101
- import { TextInput } from '@bricks-toolkit/toolkit/text-input'
101
+ import { TextInput } from 'bricks/text-input'
102
102
  ```
103
103
 
104
104
  ---
@@ -134,7 +134,7 @@ import { TextInput } from '@bricks-toolkit/toolkit/text-input'
134
134
  ### Exported Types
135
135
 
136
136
  ```ts
137
- import type { TextInputProps, TextInputVariant, TextInputSize, TextInputState } from '@bricks-toolkit/toolkit'
137
+ import type { TextInputProps, TextInputVariant, TextInputSize, TextInputState } from 'bricks'
138
138
  ```
139
139
 
140
140
  ### Examples
@@ -1,8 +1,9 @@
1
- import type { ButtonHTMLAttributes, ReactNode } from 'react';
2
- import type { TooltipPlacement } from '../Tooltip/Tooltip.types';
3
- export type ButtonVariant = 'primary' | 'secondary' | 'outline' | 'ghost' | 'danger' | 'success' | 'warning' | 'info';
4
- export type ButtonSize = 'xs' | 'sm' | 'md' | 'lg' | 'xl';
5
- export interface ButtonProps extends Omit<ButtonHTMLAttributes<HTMLButtonElement>, 'prefix'> {
1
+ import { ButtonHTMLAttributes, ReactNode } from 'react';
2
+ import { T as TooltipPlacement } from './Tooltip.types-PbUasE3C.js';
3
+
4
+ type ButtonVariant = 'primary' | 'secondary' | 'outline' | 'ghost' | 'danger' | 'success' | 'warning' | 'info';
5
+ type ButtonSize = 'xs' | 'sm' | 'md' | 'lg' | 'xl';
6
+ interface ButtonProps extends Omit<ButtonHTMLAttributes<HTMLButtonElement>, 'prefix'> {
6
7
  /** The variant style of the button */
7
8
  variant?: ButtonVariant;
8
9
  /** The size of the button */
@@ -22,3 +23,5 @@ export interface ButtonProps extends Omit<ButtonHTMLAttributes<HTMLButtonElement
22
23
  /** Preferred placement of the tooltip relative to the button */
23
24
  tooltipPlacement?: TooltipPlacement;
24
25
  }
26
+
27
+ export type { ButtonProps as B, ButtonSize as a, ButtonVariant as b };
@@ -0,0 +1,27 @@
1
+ import { ButtonHTMLAttributes, ReactNode } from 'react';
2
+ import { T as TooltipPlacement } from './Tooltip.types-PbUasE3C.mjs';
3
+
4
+ type ButtonVariant = 'primary' | 'secondary' | 'outline' | 'ghost' | 'danger' | 'success' | 'warning' | 'info';
5
+ type ButtonSize = 'xs' | 'sm' | 'md' | 'lg' | 'xl';
6
+ interface ButtonProps extends Omit<ButtonHTMLAttributes<HTMLButtonElement>, 'prefix'> {
7
+ /** The variant style of the button */
8
+ variant?: ButtonVariant;
9
+ /** The size of the button */
10
+ size?: ButtonSize;
11
+ /** Whether the button should take up the full width of its container */
12
+ fullWidth?: boolean;
13
+ /** Whether the button is currently in a loading state */
14
+ isLoading?: boolean;
15
+ /** Optional text to display alongside the spinner when loading */
16
+ loadingText?: string;
17
+ /** An icon element to display before the button content */
18
+ leftIcon?: ReactNode;
19
+ /** An icon element to display after the button content */
20
+ rightIcon?: ReactNode;
21
+ /** Optional tooltip text or element to display on hover */
22
+ tooltip?: ReactNode;
23
+ /** Preferred placement of the tooltip relative to the button */
24
+ tooltipPlacement?: TooltipPlacement;
25
+ }
26
+
27
+ export type { ButtonProps as B, ButtonSize as a, ButtonVariant as b };
@@ -1,8 +1,9 @@
1
- import type { InputHTMLAttributes, ReactNode } from 'react';
2
- export type TextInputVariant = 'default' | 'filled' | 'flushed' | 'unstyled';
3
- export type TextInputSize = 'xs' | 'sm' | 'md' | 'lg' | 'xl';
4
- export type TextInputState = 'default' | 'error' | 'success' | 'warning';
5
- export interface TextInputProps extends Omit<InputHTMLAttributes<HTMLInputElement>, 'size' | 'prefix'> {
1
+ import { InputHTMLAttributes, ReactNode } from 'react';
2
+
3
+ type TextInputVariant = 'default' | 'filled' | 'flushed' | 'unstyled';
4
+ type TextInputSize = 'xs' | 'sm' | 'md' | 'lg' | 'xl';
5
+ type TextInputState = 'default' | 'error' | 'success' | 'warning';
6
+ interface TextInputProps extends Omit<InputHTMLAttributes<HTMLInputElement>, 'size' | 'prefix'> {
6
7
  label?: string;
7
8
  required?: boolean;
8
9
  helperText?: string;
@@ -27,3 +28,5 @@ export interface TextInputProps extends Omit<InputHTMLAttributes<HTMLInputElemen
27
28
  multiline?: boolean;
28
29
  rows?: number;
29
30
  }
31
+
32
+ export type { TextInputProps as T, TextInputSize as a, TextInputState as b, TextInputVariant as c };
@@ -0,0 +1,32 @@
1
+ import { InputHTMLAttributes, ReactNode } from 'react';
2
+
3
+ type TextInputVariant = 'default' | 'filled' | 'flushed' | 'unstyled';
4
+ type TextInputSize = 'xs' | 'sm' | 'md' | 'lg' | 'xl';
5
+ type TextInputState = 'default' | 'error' | 'success' | 'warning';
6
+ interface TextInputProps extends Omit<InputHTMLAttributes<HTMLInputElement>, 'size' | 'prefix'> {
7
+ label?: string;
8
+ required?: boolean;
9
+ helperText?: string;
10
+ errorMessage?: string;
11
+ successMessage?: string;
12
+ warningMessage?: string;
13
+ variant?: TextInputVariant;
14
+ size?: TextInputSize;
15
+ state?: TextInputState;
16
+ fullWidth?: boolean;
17
+ leftElement?: ReactNode;
18
+ rightElement?: ReactNode;
19
+ prefix?: ReactNode;
20
+ suffix?: ReactNode;
21
+ wrapperClassName?: string;
22
+ inputGroupClassName?: string;
23
+ inputClassName?: string;
24
+ labelClassName?: string;
25
+ helperClassName?: string;
26
+ clearable?: boolean;
27
+ isLoading?: boolean;
28
+ multiline?: boolean;
29
+ rows?: number;
30
+ }
31
+
32
+ export type { TextInputProps as T, TextInputSize as a, TextInputState as b, TextInputVariant as c };
@@ -1,9 +1,10 @@
1
- import type { ReactNode } from 'react';
2
- export type TooltipPlacement = 'top' | 'bottom' | 'left' | 'right';
3
- export type TooltipTrigger = 'hover' | 'click' | 'focus';
4
- export type TooltipSize = 'sm' | 'md' | 'lg';
5
- export type TooltipVariant = 'dark' | 'primary' | 'light';
6
- export interface TooltipProps {
1
+ import { ReactNode } from 'react';
2
+
3
+ type TooltipPlacement = 'top' | 'bottom' | 'left' | 'right';
4
+ type TooltipTrigger = 'hover' | 'click' | 'focus';
5
+ type TooltipSize = 'sm' | 'md' | 'lg';
6
+ type TooltipVariant = 'dark' | 'primary' | 'light';
7
+ interface TooltipProps {
7
8
  /** The content shown inside the tooltip bubble. */
8
9
  content: ReactNode;
9
10
  /** The element the tooltip is anchored to. */
@@ -31,3 +32,5 @@ export interface TooltipProps {
31
32
  /** Additional class for the tooltip wrapper span. */
32
33
  wrapperClassName?: string;
33
34
  }
35
+
36
+ export type { TooltipPlacement as T, TooltipProps as a, TooltipSize as b, TooltipTrigger as c, TooltipVariant as d };
@@ -0,0 +1,36 @@
1
+ import { ReactNode } from 'react';
2
+
3
+ type TooltipPlacement = 'top' | 'bottom' | 'left' | 'right';
4
+ type TooltipTrigger = 'hover' | 'click' | 'focus';
5
+ type TooltipSize = 'sm' | 'md' | 'lg';
6
+ type TooltipVariant = 'dark' | 'primary' | 'light';
7
+ interface TooltipProps {
8
+ /** The content shown inside the tooltip bubble. */
9
+ content: ReactNode;
10
+ /** The element the tooltip is anchored to. */
11
+ children?: ReactNode;
12
+ /** Preferred placement relative to the trigger. Defaults to 'top'. */
13
+ placement?: TooltipPlacement;
14
+ /** What interaction opens the tooltip. Defaults to 'hover'. */
15
+ trigger?: TooltipTrigger;
16
+ /** Delay in ms before showing (hover only). Defaults to 0. */
17
+ showDelay?: number;
18
+ /** Delay in ms before hiding (hover only). Defaults to 100. */
19
+ hideDelay?: number;
20
+ /** Size / padding of the tooltip bubble. Defaults to 'md'. */
21
+ size?: TooltipSize;
22
+ /** Visual style of the tooltip bubble. Defaults to 'dark'. */
23
+ variant?: TooltipVariant;
24
+ /** When true the tooltip is always visible (controlled). */
25
+ open?: boolean;
26
+ /** When true the tooltip is disabled and will never show. */
27
+ disabled?: boolean;
28
+ /** Max width of the tooltip bubble in px. Defaults to 240. */
29
+ maxWidth?: number;
30
+ /** Additional class for the tooltip bubble. */
31
+ className?: string;
32
+ /** Additional class for the tooltip wrapper span. */
33
+ wrapperClassName?: string;
34
+ }
35
+
36
+ export type { TooltipPlacement as T, TooltipProps as a, TooltipSize as b, TooltipTrigger as c, TooltipVariant as d };
@@ -0,0 +1,11 @@
1
+ 'use strict';
2
+
3
+ var chunkHIWJDLIS_cjs = require('../chunk-HIWJDLIS.cjs');
4
+ require('../chunk-L5VQZZVR.cjs');
5
+
6
+
7
+
8
+ Object.defineProperty(exports, "Avatar", {
9
+ enumerable: true,
10
+ get: function () { return chunkHIWJDLIS_cjs.Avatar; }
11
+ });
@@ -1,8 +1,9 @@
1
- import type { ImgHTMLAttributes, ReactNode } from 'react';
2
- export type AvatarSize = '2xs' | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | '2xl' | '3xl' | '4xl';
3
- export type AvatarVariant = 'circle' | 'square' | 'rounded';
4
- export type AvatarState = 'default' | 'error' | 'success' | 'warning' | 'offline' | 'online' | 'busy' | 'away';
5
- export interface AvatarProps extends Omit<ImgHTMLAttributes<HTMLImageElement>, 'size'> {
1
+ import { ImgHTMLAttributes, ReactNode } from 'react';
2
+
3
+ type AvatarSize = '2xs' | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | '2xl' | '3xl' | '4xl';
4
+ type AvatarVariant = 'circle' | 'square' | 'rounded';
5
+ type AvatarState = 'default' | 'error' | 'success' | 'warning' | 'offline' | 'online' | 'busy' | 'away';
6
+ interface AvatarProps extends Omit<ImgHTMLAttributes<HTMLImageElement>, 'size'> {
6
7
  /** Size of the avatar */
7
8
  size?: AvatarSize;
8
9
  /** Shape variant of the avatar */
@@ -22,3 +23,7 @@ export interface AvatarProps extends Omit<ImgHTMLAttributes<HTMLImageElement>, '
22
23
  /** Class name applied to the fallback element */
23
24
  fallbackClassName?: string;
24
25
  }
26
+
27
+ declare const Avatar: React.ForwardRefExoticComponent<AvatarProps & React.RefAttributes<HTMLDivElement>>;
28
+
29
+ export { Avatar, type AvatarProps, type AvatarSize, type AvatarState, type AvatarVariant };
@@ -0,0 +1,29 @@
1
+ import { ImgHTMLAttributes, ReactNode } from 'react';
2
+
3
+ type AvatarSize = '2xs' | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | '2xl' | '3xl' | '4xl';
4
+ type AvatarVariant = 'circle' | 'square' | 'rounded';
5
+ type AvatarState = 'default' | 'error' | 'success' | 'warning' | 'offline' | 'online' | 'busy' | 'away';
6
+ interface AvatarProps extends Omit<ImgHTMLAttributes<HTMLImageElement>, 'size'> {
7
+ /** Size of the avatar */
8
+ size?: AvatarSize;
9
+ /** Shape variant of the avatar */
10
+ variant?: AvatarVariant;
11
+ /** State indicator for the avatar (e.g. online status or validation) */
12
+ state?: AvatarState;
13
+ /** Determines if the state indicator should be a border or a dot (badge). Default is border. */
14
+ stateType?: 'border' | 'badge';
15
+ /** Fallback content when image is not provided or fails to load. Can be initials string or a ReactNode */
16
+ fallback?: ReactNode;
17
+ /** Alt text for the image, also used to generate initials if fallback string is not provided */
18
+ alt?: string;
19
+ /** Image source URL */
20
+ src?: string;
21
+ /** Class name applied to the outer container */
22
+ containerClassName?: string;
23
+ /** Class name applied to the fallback element */
24
+ fallbackClassName?: string;
25
+ }
26
+
27
+ declare const Avatar: React.ForwardRefExoticComponent<AvatarProps & React.RefAttributes<HTMLDivElement>>;
28
+
29
+ export { Avatar, type AvatarProps, type AvatarSize, type AvatarState, type AvatarVariant };
@@ -0,0 +1,2 @@
1
+ export { Avatar } from '../chunk-B5MYGYJY.mjs';
2
+ import '../chunk-OCPFOFJ4.mjs';
@@ -0,0 +1,11 @@
1
+ 'use strict';
2
+
3
+ var chunk5J3OMAO4_cjs = require('../chunk-5J3OMAO4.cjs');
4
+ require('../chunk-L5VQZZVR.cjs');
5
+
6
+
7
+
8
+ Object.defineProperty(exports, "Badge", {
9
+ enumerable: true,
10
+ get: function () { return chunk5J3OMAO4_cjs.Badge; }
11
+ });
@@ -1,13 +1,14 @@
1
- import type { ElementType, ReactNode } from 'react';
1
+ import { ReactNode, ElementType } from 'react';
2
+
2
3
  /** Visual style of the badge. */
3
- export type BadgeVariant = 'solid' | 'soft' | 'outline' | 'dot' | 'gradient';
4
+ type BadgeVariant = 'solid' | 'soft' | 'outline' | 'dot' | 'gradient';
4
5
  /** Color palette for the badge. */
5
- export type BadgeColor = 'primary' | 'secondary' | 'success' | 'error' | 'warning' | 'info' | 'accent' | 'gray' | 'blue' | 'green' | 'red' | 'yellow' | 'purple' | 'pink' | 'orange' | 'cyan' | 'teal' | 'indigo';
6
+ type BadgeColor = 'primary' | 'secondary' | 'success' | 'error' | 'warning' | 'info' | 'accent' | 'gray' | 'blue' | 'green' | 'red' | 'yellow' | 'purple' | 'pink' | 'orange' | 'cyan' | 'teal' | 'indigo';
6
7
  /** Size token for the badge. */
7
- export type BadgeSize = 'xs' | 'sm' | 'md' | 'lg';
8
+ type BadgeSize = 'xs' | 'sm' | 'md' | 'lg';
8
9
  /** Border-radius shape. */
9
- export type BadgeShape = 'rounded' | 'pill' | 'square';
10
- export interface BadgeProps {
10
+ type BadgeShape = 'rounded' | 'pill' | 'square';
11
+ interface BadgeProps {
11
12
  /** Text or content inside the badge. */
12
13
  children?: ReactNode;
13
14
  /** Visual style. Defaults to `'soft'`. */
@@ -41,3 +42,16 @@ export interface BadgeProps {
41
42
  /** Any other HTML / element props (e.g. `href`, `onClick`, `aria-*`). */
42
43
  [key: string]: unknown;
43
44
  }
45
+
46
+ /**
47
+ * `Badge` — a highly composable inline label component.
48
+ *
49
+ * @example
50
+ * <Badge color="green" variant="soft">Active</Badge>
51
+ * <Badge color="red" variant="gradient" size="lg" shape="rounded">Critical</Badge>
52
+ * <Badge color="blue" variant="dot" pulse>Live</Badge>
53
+ * <Badge count={42} color="red" variant="solid" shape="pill" />
54
+ */
55
+ declare function Badge({ children, variant, color, size, shape, icon, trailingIcon, onRemove, pulse, count, maxCount, uppercase, tracking, as: Tag, className, ...rest }: BadgeProps): React.JSX.Element;
56
+
57
+ export { Badge, type BadgeColor, type BadgeProps, type BadgeShape, type BadgeSize, type BadgeVariant };
@@ -0,0 +1,57 @@
1
+ import { ReactNode, ElementType } from 'react';
2
+
3
+ /** Visual style of the badge. */
4
+ type BadgeVariant = 'solid' | 'soft' | 'outline' | 'dot' | 'gradient';
5
+ /** Color palette for the badge. */
6
+ type BadgeColor = 'primary' | 'secondary' | 'success' | 'error' | 'warning' | 'info' | 'accent' | 'gray' | 'blue' | 'green' | 'red' | 'yellow' | 'purple' | 'pink' | 'orange' | 'cyan' | 'teal' | 'indigo';
7
+ /** Size token for the badge. */
8
+ type BadgeSize = 'xs' | 'sm' | 'md' | 'lg';
9
+ /** Border-radius shape. */
10
+ type BadgeShape = 'rounded' | 'pill' | 'square';
11
+ interface BadgeProps {
12
+ /** Text or content inside the badge. */
13
+ children?: ReactNode;
14
+ /** Visual style. Defaults to `'soft'`. */
15
+ variant?: BadgeVariant;
16
+ /** Color scheme. Defaults to `'blue'`. */
17
+ color?: BadgeColor;
18
+ /** Size. Defaults to `'md'`. */
19
+ size?: BadgeSize;
20
+ /** Border-radius shape. Defaults to `'pill'`. */
21
+ shape?: BadgeShape;
22
+ /** Optional icon rendered before the label. */
23
+ icon?: ReactNode;
24
+ /** Optional icon rendered after the label (before the remove button). */
25
+ trailingIcon?: ReactNode;
26
+ /** When provided, renders a remove (×) button and calls this on click. */
27
+ onRemove?: () => void;
28
+ /** Adds a pulsing animation to the dot indicator (only works with `variant="dot"`). */
29
+ pulse?: boolean;
30
+ /** Renders a numeric count instead of (or alongside) children. When > maxCount, shows `{maxCount}+`. */
31
+ count?: number;
32
+ /** Maximum count before the overflow label is shown. Defaults to 99. */
33
+ maxCount?: number;
34
+ /** Uppercases the badge text. */
35
+ uppercase?: boolean;
36
+ /** Adds a soft letter-spacing for label readability. */
37
+ tracking?: boolean;
38
+ /** Polymorphic element override (e.g. `'a'`, `'button'`, `'li'`). Defaults to `'span'`. */
39
+ as?: ElementType;
40
+ /** Additional class name. */
41
+ className?: string;
42
+ /** Any other HTML / element props (e.g. `href`, `onClick`, `aria-*`). */
43
+ [key: string]: unknown;
44
+ }
45
+
46
+ /**
47
+ * `Badge` — a highly composable inline label component.
48
+ *
49
+ * @example
50
+ * <Badge color="green" variant="soft">Active</Badge>
51
+ * <Badge color="red" variant="gradient" size="lg" shape="rounded">Critical</Badge>
52
+ * <Badge color="blue" variant="dot" pulse>Live</Badge>
53
+ * <Badge count={42} color="red" variant="solid" shape="pill" />
54
+ */
55
+ declare function Badge({ children, variant, color, size, shape, icon, trailingIcon, onRemove, pulse, count, maxCount, uppercase, tracking, as: Tag, className, ...rest }: BadgeProps): React.JSX.Element;
56
+
57
+ export { Badge, type BadgeColor, type BadgeProps, type BadgeShape, type BadgeSize, type BadgeVariant };
@@ -0,0 +1,2 @@
1
+ export { Badge } from '../chunk-H77YWN3L.mjs';
2
+ import '../chunk-OCPFOFJ4.mjs';
@@ -0,0 +1,11 @@
1
+ 'use strict';
2
+
3
+ var chunkNRCNRHXL_cjs = require('../chunk-NRCNRHXL.cjs');
4
+ require('../chunk-L5VQZZVR.cjs');
5
+
6
+
7
+
8
+ Object.defineProperty(exports, "Breadcrumbs", {
9
+ enumerable: true,
10
+ get: function () { return chunkNRCNRHXL_cjs.Breadcrumbs; }
11
+ });
@@ -1,5 +1,6 @@
1
- import type { ReactNode, ReactElement } from 'react';
2
- export interface BreadcrumbItem {
1
+ import { ReactNode, ReactElement } from 'react';
2
+
3
+ interface BreadcrumbItem {
3
4
  /** The label shown for this crumb. */
4
5
  label: ReactNode;
5
6
  /** When provided the crumb renders as a link. */
@@ -9,9 +10,9 @@ export interface BreadcrumbItem {
9
10
  /** When true the crumb is shown but not clickable. */
10
11
  disabled?: boolean;
11
12
  }
12
- export type BreadcrumbSeparator = 'slash' | 'chevron' | 'dot' | ReactElement;
13
- export type BreadcrumbSize = 'xs' | 'sm' | 'md' | 'lg';
14
- export interface BreadcrumbsProps {
13
+ type BreadcrumbSeparator = 'slash' | 'chevron' | 'dot' | ReactElement;
14
+ type BreadcrumbSize = 'xs' | 'sm' | 'md' | 'lg';
15
+ interface BreadcrumbsProps {
15
16
  /** The list of crumb items. The last item is treated as the current page. */
16
17
  items: BreadcrumbItem[];
17
18
  /** Separator between crumbs. Defaults to 'chevron'. */
@@ -25,3 +26,7 @@ export interface BreadcrumbsProps {
25
26
  /** Additional class for the <nav> wrapper. */
26
27
  className?: string;
27
28
  }
29
+
30
+ declare function Breadcrumbs({ items, separator, size, collapsible, maxItems, className, }: BreadcrumbsProps): React.JSX.Element | null;
31
+
32
+ export { type BreadcrumbItem, type BreadcrumbSeparator, type BreadcrumbSize, Breadcrumbs, type BreadcrumbsProps };
@@ -0,0 +1,32 @@
1
+ import { ReactNode, ReactElement } from 'react';
2
+
3
+ interface BreadcrumbItem {
4
+ /** The label shown for this crumb. */
5
+ label: ReactNode;
6
+ /** When provided the crumb renders as a link. */
7
+ href?: string;
8
+ /** onClick handler (use instead of href for SPA navigation). */
9
+ onClick?: () => void;
10
+ /** When true the crumb is shown but not clickable. */
11
+ disabled?: boolean;
12
+ }
13
+ type BreadcrumbSeparator = 'slash' | 'chevron' | 'dot' | ReactElement;
14
+ type BreadcrumbSize = 'xs' | 'sm' | 'md' | 'lg';
15
+ interface BreadcrumbsProps {
16
+ /** The list of crumb items. The last item is treated as the current page. */
17
+ items: BreadcrumbItem[];
18
+ /** Separator between crumbs. Defaults to 'chevron'. */
19
+ separator?: BreadcrumbSeparator;
20
+ /** Text size. Defaults to 'sm'. */
21
+ size?: BreadcrumbSize;
22
+ /** When true collapses middle items into an ellipsis button. Defaults to false. */
23
+ collapsible?: boolean;
24
+ /** Maximum number of items to show when collapsible=true. Defaults to 4. */
25
+ maxItems?: number;
26
+ /** Additional class for the <nav> wrapper. */
27
+ className?: string;
28
+ }
29
+
30
+ declare function Breadcrumbs({ items, separator, size, collapsible, maxItems, className, }: BreadcrumbsProps): React.JSX.Element | null;
31
+
32
+ export { type BreadcrumbItem, type BreadcrumbSeparator, type BreadcrumbSize, Breadcrumbs, type BreadcrumbsProps };
@@ -0,0 +1,2 @@
1
+ export { Breadcrumbs } from '../chunk-DMLPA65B.mjs';
2
+ import '../chunk-OCPFOFJ4.mjs';
@@ -0,0 +1,13 @@
1
+ 'use strict';
2
+
3
+ require('../chunk-6UO72EJA.cjs');
4
+ var chunk6CC5KIA5_cjs = require('../chunk-6CC5KIA5.cjs');
5
+ require('../chunk-R72GDCWE.cjs');
6
+ require('../chunk-L5VQZZVR.cjs');
7
+
8
+
9
+
10
+ Object.defineProperty(exports, "Button", {
11
+ enumerable: true,
12
+ get: function () { return chunk6CC5KIA5_cjs.Button; }
13
+ });
@@ -0,0 +1,8 @@
1
+ import { B as ButtonProps } from '../Button.types-D-srlWFf.mjs';
2
+ export { a as ButtonSize, b as ButtonVariant } from '../Button.types-D-srlWFf.mjs';
3
+ import 'react';
4
+ import '../Tooltip.types-PbUasE3C.mjs';
5
+
6
+ declare const Button: React.ForwardRefExoticComponent<ButtonProps & React.RefAttributes<HTMLButtonElement>>;
7
+
8
+ export { Button, ButtonProps };
@@ -0,0 +1,8 @@
1
+ import { B as ButtonProps } from '../Button.types-BsQYqZml.js';
2
+ export { a as ButtonSize, b as ButtonVariant } from '../Button.types-BsQYqZml.js';
3
+ import 'react';
4
+ import '../Tooltip.types-PbUasE3C.js';
5
+
6
+ declare const Button: React.ForwardRefExoticComponent<ButtonProps & React.RefAttributes<HTMLButtonElement>>;
7
+
8
+ export { Button, ButtonProps };
@@ -0,0 +1,4 @@
1
+ import '../chunk-ARTXRQO6.mjs';
2
+ export { Button } from '../chunk-RAD5VJHR.mjs';
3
+ import '../chunk-65UZC3FK.mjs';
4
+ import '../chunk-OCPFOFJ4.mjs';
@@ -0,0 +1,31 @@
1
+ 'use strict';
2
+
3
+ var chunkECLNLPOR_cjs = require('../chunk-ECLNLPOR.cjs');
4
+ require('../chunk-L5VQZZVR.cjs');
5
+
6
+
7
+
8
+ Object.defineProperty(exports, "Card", {
9
+ enumerable: true,
10
+ get: function () { return chunkECLNLPOR_cjs.Card; }
11
+ });
12
+ Object.defineProperty(exports, "CardContent", {
13
+ enumerable: true,
14
+ get: function () { return chunkECLNLPOR_cjs.CardContent; }
15
+ });
16
+ Object.defineProperty(exports, "CardDescription", {
17
+ enumerable: true,
18
+ get: function () { return chunkECLNLPOR_cjs.CardDescription; }
19
+ });
20
+ Object.defineProperty(exports, "CardFooter", {
21
+ enumerable: true,
22
+ get: function () { return chunkECLNLPOR_cjs.CardFooter; }
23
+ });
24
+ Object.defineProperty(exports, "CardHeader", {
25
+ enumerable: true,
26
+ get: function () { return chunkECLNLPOR_cjs.CardHeader; }
27
+ });
28
+ Object.defineProperty(exports, "CardTitle", {
29
+ enumerable: true,
30
+ get: function () { return chunkECLNLPOR_cjs.CardTitle; }
31
+ });
@@ -0,0 +1,42 @@
1
+ import { HTMLAttributes } from 'react';
2
+
3
+ type CardVariant = 'default' | 'outlined' | 'elevated' | 'filled';
4
+ type CardPadding = 'none' | 'sm' | 'md' | 'lg' | 'xl';
5
+ interface CardProps extends HTMLAttributes<HTMLDivElement> {
6
+ /** The overall visual style of the card */
7
+ variant?: CardVariant;
8
+ /** Internal padding scale to apply strictly to the overall wrapper */
9
+ padding?: CardPadding;
10
+ }
11
+ type CardHeaderProps = HTMLAttributes<HTMLDivElement>;
12
+ type CardTitleProps = HTMLAttributes<HTMLHeadingElement>;
13
+ type CardDescriptionProps = HTMLAttributes<HTMLParagraphElement>;
14
+ type CardContentProps = HTMLAttributes<HTMLDivElement>;
15
+ type CardFooterProps = HTMLAttributes<HTMLDivElement>;
16
+
17
+ /**
18
+ * Root Card wrapper containing styles, border radiuses, and shadow mappings.
19
+ */
20
+ declare const Card: React.ForwardRefExoticComponent<CardProps & React.RefAttributes<HTMLDivElement>>;
21
+ /**
22
+ * Card Header segment, ideal for stacking Titles, actions, and meta data.
23
+ */
24
+ declare const CardHeader: React.ForwardRefExoticComponent<CardHeaderProps & React.RefAttributes<HTMLDivElement>>;
25
+ /**
26
+ * Semantically native Header 3 representation ensuring text harmony generically.
27
+ */
28
+ declare const CardTitle: React.ForwardRefExoticComponent<CardTitleProps & React.RefAttributes<HTMLHeadingElement>>;
29
+ /**
30
+ * Muted paragraph utility explicitly meant for text trailing a Title internally.
31
+ */
32
+ declare const CardDescription: React.ForwardRefExoticComponent<CardDescriptionProps & React.RefAttributes<HTMLParagraphElement>>;
33
+ /**
34
+ * Physical payload payload explicitly anchoring generic HTML spacing between a header and a footer correctly.
35
+ */
36
+ declare const CardContent: React.ForwardRefExoticComponent<CardContentProps & React.RefAttributes<HTMLDivElement>>;
37
+ /**
38
+ * Spaced flex container automatically injecting actions aligned horizontally below content natively.
39
+ */
40
+ declare const CardFooter: React.ForwardRefExoticComponent<CardFooterProps & React.RefAttributes<HTMLDivElement>>;
41
+
42
+ export { Card, CardContent, type CardContentProps, CardDescription, type CardDescriptionProps, CardFooter, type CardFooterProps, CardHeader, type CardHeaderProps, type CardPadding, type CardProps, CardTitle, type CardTitleProps, type CardVariant };