@kismet-ux/constellation 1.9.0 → 1.11.1

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 (412) hide show
  1. package/dist/brand/Logo/logo.css +4 -1
  2. package/dist/form/Checkbox/checkbox.css +48 -34
  3. package/dist/form/Checkbox/checkbox.d.ts +5 -0
  4. package/dist/form/Checkbox/checkbox.d.ts.map +1 -1
  5. package/dist/form/Checkbox/checkbox.js +6 -55
  6. package/dist/form/Checkbox/checkbox.js.map +1 -1
  7. package/dist/form/Checkbox/checkbox.module.scss.js +1 -1
  8. package/dist/form/Combobox/combobox.css +35 -0
  9. package/dist/form/Combobox/combobox.d.ts +41 -0
  10. package/dist/form/Combobox/combobox.d.ts.map +1 -0
  11. package/dist/form/Combobox/combobox.js +152 -0
  12. package/dist/form/Combobox/combobox.js.map +1 -0
  13. package/dist/form/Combobox/combobox.module.scss.js +6 -0
  14. package/dist/form/Combobox/combobox.module.scss.js.map +1 -0
  15. package/dist/form/Combobox/index.d.ts +2 -0
  16. package/dist/form/Combobox/index.d.ts.map +1 -0
  17. package/dist/form/DatePicker/date-picker.d.ts.map +1 -1
  18. package/dist/form/DatePicker/date-picker.js +5 -53
  19. package/dist/form/DatePicker/date-picker.js.map +1 -1
  20. package/dist/form/Input/input.css +12 -0
  21. package/dist/form/Input/input.d.ts +1 -1
  22. package/dist/form/Input/input.d.ts.map +1 -1
  23. package/dist/form/Input/input.js +23 -3
  24. package/dist/form/Input/input.js.map +1 -1
  25. package/dist/form/Select/select.css +46 -2
  26. package/dist/form/Select/select.d.ts +31 -3
  27. package/dist/form/Select/select.d.ts.map +1 -1
  28. package/dist/form/Select/select.js +35 -21
  29. package/dist/form/Select/select.js.map +1 -1
  30. package/dist/form/Select/select.module.scss.js +2 -2
  31. package/dist/form/index.d.ts +1 -0
  32. package/dist/form/index.d.ts.map +1 -1
  33. package/dist/form.d.ts +1 -1
  34. package/dist/form.js +2 -1
  35. package/dist/form.js.map +1 -1
  36. package/dist/hooks/index.d.ts +1 -0
  37. package/dist/hooks/index.d.ts.map +1 -1
  38. package/dist/hooks/layout/index.d.ts +1 -0
  39. package/dist/hooks/layout/index.d.ts.map +1 -1
  40. package/dist/hooks/layout/use-flip.d.ts +37 -0
  41. package/dist/hooks/layout/use-flip.d.ts.map +1 -0
  42. package/dist/hooks/layout/use-flip.js +128 -0
  43. package/dist/hooks/layout/use-flip.js.map +1 -0
  44. package/dist/hooks/use-motion.d.ts +30 -0
  45. package/dist/hooks/use-motion.d.ts.map +1 -0
  46. package/dist/hooks/use-motion.js +93 -0
  47. package/dist/hooks/use-motion.js.map +1 -0
  48. package/dist/index-2nHZOukj.d.ts +200 -0
  49. package/dist/index-3Ui8TAHy.d.ts +200 -0
  50. package/dist/index-59JuNTZm.d.ts +537 -0
  51. package/dist/index-5QXWn0de.d.ts +200 -0
  52. package/dist/index-98ozinMf.d.ts +498 -0
  53. package/dist/index-Ah3YQTri.d.ts +566 -0
  54. package/dist/index-As2iBOIu.d.ts +527 -0
  55. package/dist/index-B1Vw0zoR.d.ts +566 -0
  56. package/dist/index-B25sLBMr.d.ts +498 -0
  57. package/dist/index-B4B8aA9X.d.ts +272 -0
  58. package/dist/index-B97hn7Xp.d.ts +514 -0
  59. package/dist/index-B9B7JjTb.d.ts +204 -0
  60. package/dist/index-BFWt_pYt.d.ts +566 -0
  61. package/dist/index-BFZp_Pu6.d.ts +566 -0
  62. package/dist/index-BGL4DvKQ.d.ts +293 -0
  63. package/dist/index-BGP_J4I2.d.ts +498 -0
  64. package/dist/index-BHhoIUD_.d.ts +354 -0
  65. package/dist/index-BI0iaWmp.d.ts +222 -0
  66. package/dist/index-BMSRpHb6.d.ts +273 -0
  67. package/dist/index-BRQWKmfq.d.ts +566 -0
  68. package/dist/index-BTARYt96.d.ts +537 -0
  69. package/dist/index-BTrpuZdU.d.ts +566 -0
  70. package/dist/index-BWTwKQsp.d.ts +354 -0
  71. package/dist/index-B_05Skyi.d.ts +566 -0
  72. package/dist/index-BcQqBGNu.d.ts +200 -0
  73. package/dist/index-Be23E9xD.d.ts +298 -0
  74. package/dist/index-Bf44Z8ak.d.ts +514 -0
  75. package/dist/index-Bg42sKjg.d.ts +498 -0
  76. package/dist/index-Bg_0OPMx.d.ts +566 -0
  77. package/dist/index-BgjRk9l7.d.ts +537 -0
  78. package/dist/index-BhLEMn3N.d.ts +537 -0
  79. package/dist/index-BiqECuUj.d.ts +204 -0
  80. package/dist/index-BjUQiAs1.d.ts +130 -0
  81. package/dist/index-BlKqvax0.d.ts +204 -0
  82. package/dist/index-Bnb0JFqx.d.ts +514 -0
  83. package/dist/index-BpSD6t7A.d.ts +566 -0
  84. package/dist/index-BpxKwrv_.d.ts +537 -0
  85. package/dist/index-Brh7JZAQ.d.ts +514 -0
  86. package/dist/index-BxBAq63A.d.ts +354 -0
  87. package/dist/index-C-n7hM4G.d.ts +354 -0
  88. package/dist/index-C0wKb28S.d.ts +514 -0
  89. package/dist/index-C129uthr.d.ts +566 -0
  90. package/dist/index-C1ef0QtQ.d.ts +204 -0
  91. package/dist/index-C4BACHGE.d.ts +272 -0
  92. package/dist/index-C5JU8WTE.d.ts +514 -0
  93. package/dist/index-C63UYi-T.d.ts +195 -0
  94. package/dist/index-C8LoYkC7.d.ts +250 -0
  95. package/dist/index-C9-ECLyr.d.ts +566 -0
  96. package/dist/index-C9B1F-mr.d.ts +293 -0
  97. package/dist/index-CAVmbwa8.d.ts +514 -0
  98. package/dist/index-CBz-v5eM.d.ts +184 -0
  99. package/dist/index-CCpdo0n4.d.ts +130 -0
  100. package/dist/index-CDC_ZncW.d.ts +566 -0
  101. package/dist/index-CFQj-KtR.d.ts +184 -0
  102. package/dist/index-CFaxW5hv.d.ts +184 -0
  103. package/dist/index-CG9DKbG9.d.ts +498 -0
  104. package/dist/index-CGhG7YeI.d.ts +354 -0
  105. package/dist/index-CHC6kRbR.d.ts +537 -0
  106. package/dist/index-CH_q-5fk.d.ts +537 -0
  107. package/dist/index-CIK_SmBm.d.ts +200 -0
  108. package/dist/index-CJ1KPFOf.d.ts +537 -0
  109. package/dist/index-CJ5FEGRG.d.ts +537 -0
  110. package/dist/index-CKX2VNKk.d.ts +240 -0
  111. package/dist/index-CL7kYZ90.d.ts +231 -0
  112. package/dist/index-CNl03fCW.d.ts +498 -0
  113. package/dist/index-CO8Jq0pz.d.ts +298 -0
  114. package/dist/index-CQ-aS-rp.d.ts +566 -0
  115. package/dist/index-CQjzBv4q.d.ts +537 -0
  116. package/dist/index-CRVO4SlF.d.ts +537 -0
  117. package/dist/index-CSQFy2xe.d.ts +195 -0
  118. package/dist/index-CWM2ewRz.d.ts +566 -0
  119. package/dist/index-CY6Xq36O.d.ts +204 -0
  120. package/dist/index-CYGOs6JT.d.ts +273 -0
  121. package/dist/index-CYPFkjfk.d.ts +204 -0
  122. package/dist/index-C_hJJ1fH.d.ts +527 -0
  123. package/dist/index-CcM-XHTL.d.ts +273 -0
  124. package/dist/index-CdGF_eEO.d.ts +514 -0
  125. package/dist/index-CdJTE9Lh.d.ts +566 -0
  126. package/dist/index-CdOt-pqR.d.ts +537 -0
  127. package/dist/index-CgeR_2Gi.d.ts +220 -0
  128. package/dist/index-CjUoZbDi.d.ts +354 -0
  129. package/dist/index-CjV6KsFc.d.ts +263 -0
  130. package/dist/index-Ck8LtgBW.d.ts +557 -0
  131. package/dist/index-Cknm9FUU.d.ts +299 -0
  132. package/dist/index-Clv3CnXv.d.ts +184 -0
  133. package/dist/index-Cm4wnJ29.d.ts +514 -0
  134. package/dist/index-Cmz3q-CI.d.ts +273 -0
  135. package/dist/index-CnMBzCft.d.ts +514 -0
  136. package/dist/index-CnVW0FnZ.d.ts +272 -0
  137. package/dist/index-CpIHT-uo.d.ts +231 -0
  138. package/dist/index-CtBEDM0b.d.ts +514 -0
  139. package/dist/index-CtVSiQeY.d.ts +130 -0
  140. package/dist/index-Cu107rOs.d.ts +293 -0
  141. package/dist/index-CxyTd3Ag.d.ts +354 -0
  142. package/dist/index-CywSNvOU.d.ts +200 -0
  143. package/dist/index-CzJL7Lro.d.ts +566 -0
  144. package/dist/index-CzJnKY3r.d.ts +272 -0
  145. package/dist/index-D-R9eOxe.d.ts +354 -0
  146. package/dist/index-D-hdgIbs.d.ts +273 -0
  147. package/dist/index-D-slQ9w4.d.ts +537 -0
  148. package/dist/index-D0jdNDaH.d.ts +204 -0
  149. package/dist/index-D1ir--Li.d.ts +566 -0
  150. package/dist/index-D29_-MCZ.d.ts +354 -0
  151. package/dist/index-D2glATpo.d.ts +273 -0
  152. package/dist/index-D3J_UMR7.d.ts +566 -0
  153. package/dist/index-D6ATtbor.d.ts +298 -0
  154. package/dist/index-D6HktSlo.d.ts +514 -0
  155. package/dist/index-DB4UBCvy.d.ts +537 -0
  156. package/dist/index-DBd0PU9y.d.ts +222 -0
  157. package/dist/index-DE2Nm-iT.d.ts +354 -0
  158. package/dist/index-DEeJuuvm.d.ts +231 -0
  159. package/dist/index-DHhzBSfL.d.ts +498 -0
  160. package/dist/index-DKpWNCb6.d.ts +204 -0
  161. package/dist/index-DMewi97i.d.ts +566 -0
  162. package/dist/index-DN0gtpck.d.ts +354 -0
  163. package/dist/index-DO23vZ-R.d.ts +514 -0
  164. package/dist/index-DTb2-z6E.d.ts +130 -0
  165. package/dist/index-DV-CN7c0.d.ts +231 -0
  166. package/dist/index-DWgCs62z.d.ts +566 -0
  167. package/dist/index-D_6Qu6ia.d.ts +200 -0
  168. package/dist/index-D_vn8O-I.d.ts +293 -0
  169. package/dist/index-Daq4m4Rf.d.ts +514 -0
  170. package/dist/index-Db6cXpr6.d.ts +537 -0
  171. package/dist/index-DbZ1s2E-.d.ts +514 -0
  172. package/dist/index-DbevJPuY.d.ts +354 -0
  173. package/dist/index-DepmPwP7.d.ts +537 -0
  174. package/dist/index-DfnTWQCz.d.ts +514 -0
  175. package/dist/index-Dfu8WhiS.d.ts +273 -0
  176. package/dist/index-DggMYd7c.d.ts +298 -0
  177. package/dist/index-DhS2nQjt.d.ts +200 -0
  178. package/dist/index-Dn3bC8Ki.d.ts +222 -0
  179. package/dist/index-Dn9bGZvU.d.ts +195 -0
  180. package/dist/index-DnDt7A4Y.d.ts +354 -0
  181. package/dist/index-DpdYKBP2.d.ts +498 -0
  182. package/dist/index-DunP9qIK.d.ts +537 -0
  183. package/dist/index-DxO6-qt5.d.ts +498 -0
  184. package/dist/index-ESQ8WM_8.d.ts +130 -0
  185. package/dist/index-GVz409cm.d.ts +222 -0
  186. package/dist/index-HAx-aLZ0.d.ts +273 -0
  187. package/dist/index-Iuzs6nt9.d.ts +498 -0
  188. package/dist/index-LnEpnlTq.d.ts +566 -0
  189. package/dist/index-Mm1i2OdU.d.ts +537 -0
  190. package/dist/index-P0oxVi77.d.ts +537 -0
  191. package/dist/index-Q5JuPFoN.d.ts +293 -0
  192. package/dist/index-RJviLtvo.d.ts +566 -0
  193. package/dist/index-SnQCbfte.d.ts +498 -0
  194. package/dist/index-Th9It0ZT.d.ts +354 -0
  195. package/dist/index-UHHmyQM5.d.ts +272 -0
  196. package/dist/index-VyGmJYQZ.d.ts +537 -0
  197. package/dist/index-WYH70le_.d.ts +195 -0
  198. package/dist/index-Wj9RYtTX.d.ts +273 -0
  199. package/dist/index-Y-wMZeUG.d.ts +298 -0
  200. package/dist/index-Zo2rSdXz.d.ts +273 -0
  201. package/dist/index-ZwpWgV4n.d.ts +272 -0
  202. package/dist/index-_oZ4knIl.d.ts +272 -0
  203. package/dist/index-an222nAK.d.ts +354 -0
  204. package/dist/index-daV0QTe0.d.ts +537 -0
  205. package/dist/index-eGZu2HLC.d.ts +231 -0
  206. package/dist/index-eswPA0Un.d.ts +204 -0
  207. package/dist/index-gf6-wf_1.d.ts +566 -0
  208. package/dist/index-hdVr9Wrv.d.ts +566 -0
  209. package/dist/index-iygiXYw2.d.ts +537 -0
  210. package/dist/index-jR29ZGLD.d.ts +514 -0
  211. package/dist/index-kHgI28TP.d.ts +272 -0
  212. package/dist/index-lY4_UCOs.d.ts +566 -0
  213. package/dist/index-miXK87yJ.d.ts +231 -0
  214. package/dist/index-mwbGtZkk.d.ts +273 -0
  215. package/dist/index-ru2DFXcm.d.ts +195 -0
  216. package/dist/index-uj1ll_u-.d.ts +204 -0
  217. package/dist/index-vfq-aH7U.d.ts +537 -0
  218. package/dist/index-xqUz9XjP.d.ts +537 -0
  219. package/dist/index.css +74 -18
  220. package/dist/index.d.ts +121 -13
  221. package/dist/index.js +34 -28
  222. package/dist/index.js.map +1 -1
  223. package/dist/internal/use-scroll-lock.d.ts +15 -0
  224. package/dist/internal/use-scroll-lock.d.ts.map +1 -1
  225. package/dist/internal/use-scroll-lock.js +26 -8
  226. package/dist/internal/use-scroll-lock.js.map +1 -1
  227. package/dist/layout/AppContent/app-content.css +1 -1
  228. package/dist/layout/AppContentBands/app-content-bands.css +21 -0
  229. package/dist/layout/AppContentBands/app-content-bands.d.ts +26 -0
  230. package/dist/layout/AppContentBands/app-content-bands.d.ts.map +1 -0
  231. package/dist/layout/AppContentBands/app-content-bands.js +65 -0
  232. package/dist/layout/AppContentBands/app-content-bands.js.map +1 -0
  233. package/dist/layout/AppContentBands/app-content-bands.module.scss.js +6 -0
  234. package/dist/layout/AppContentBands/app-content-bands.module.scss.js.map +1 -0
  235. package/dist/layout/AppContentBands/index.d.ts +2 -0
  236. package/dist/layout/AppContentBands/index.d.ts.map +1 -0
  237. package/dist/layout/AppContentFooter/app-content-footer.css +9 -0
  238. package/dist/layout/AppContentFooter/app-content-footer.d.ts +38 -0
  239. package/dist/layout/AppContentFooter/app-content-footer.d.ts.map +1 -0
  240. package/dist/layout/AppContentFooter/app-content-footer.js +42 -0
  241. package/dist/layout/AppContentFooter/app-content-footer.js.map +1 -0
  242. package/dist/layout/AppContentFooter/app-content-footer.module.scss.js +6 -0
  243. package/dist/layout/AppContentFooter/app-content-footer.module.scss.js.map +1 -0
  244. package/dist/layout/AppContentFooter/index.d.ts +2 -0
  245. package/dist/layout/AppContentFooter/index.d.ts.map +1 -0
  246. package/dist/layout/AppContentMain/app-content-main.css +6 -0
  247. package/dist/layout/AppContentMain/app-content-main.d.ts +37 -0
  248. package/dist/layout/AppContentMain/app-content-main.d.ts.map +1 -0
  249. package/dist/layout/AppContentMain/app-content-main.js +41 -0
  250. package/dist/layout/AppContentMain/app-content-main.js.map +1 -0
  251. package/dist/layout/AppContentMain/app-content-main.module.scss.js +6 -0
  252. package/dist/layout/AppContentMain/app-content-main.module.scss.js.map +1 -0
  253. package/dist/layout/AppContentMain/index.d.ts +2 -0
  254. package/dist/layout/AppContentMain/index.d.ts.map +1 -0
  255. package/dist/layout/AppFooter/app-footer.js +1 -1
  256. package/dist/layout/AppSidebar/app-sidebar.js +2 -2
  257. package/dist/layout/AppSidebar/app-sidebar.js.map +1 -1
  258. package/dist/layout/AppSidebarHeader/app-sidebar-header.css +2 -3
  259. package/dist/layout/AppSidebarHeader/app-sidebar-header.d.ts +10 -2
  260. package/dist/layout/AppSidebarHeader/app-sidebar-header.d.ts.map +1 -1
  261. package/dist/layout/AppSidebarHeader/app-sidebar-header.js +12 -32
  262. package/dist/layout/AppSidebarHeader/app-sidebar-header.js.map +1 -1
  263. package/dist/layout/Collapse/collapse.css +4 -1
  264. package/dist/layout/Column/column.css +6 -0
  265. package/dist/layout/Column/column.d.ts.map +1 -1
  266. package/dist/layout/Column/column.js +3 -1
  267. package/dist/layout/Column/column.js.map +1 -1
  268. package/dist/layout/Column/column.module.scss.js +1 -1
  269. package/dist/layout/Container/container.css +42 -0
  270. package/dist/layout/Container/container.d.ts.map +1 -1
  271. package/dist/layout/Container/container.js +37 -9
  272. package/dist/layout/Container/container.js.map +1 -1
  273. package/dist/layout/Container/container.module.scss.js +1 -1
  274. package/dist/layout/Grid/grid.css +28 -0
  275. package/dist/layout/Grid/grid.d.ts.map +1 -1
  276. package/dist/layout/Grid/grid.js +40 -4
  277. package/dist/layout/Grid/grid.js.map +1 -1
  278. package/dist/layout/Grid/grid.module.scss.js +1 -1
  279. package/dist/layout/Row/row.css +42 -0
  280. package/dist/layout/Row/row.d.ts.map +1 -1
  281. package/dist/layout/Row/row.js +5 -3
  282. package/dist/layout/Row/row.js.map +1 -1
  283. package/dist/layout/Row/row.module.scss.js +1 -1
  284. package/dist/layout/Sidebar/sidebar.css +4 -2
  285. package/dist/layout/Sidebar/sidebar.js +1 -1
  286. package/dist/layout/index.d.ts +2 -0
  287. package/dist/layout/index.d.ts.map +1 -1
  288. package/dist/layout.d.ts +4 -4
  289. package/dist/layout.js +2 -0
  290. package/dist/layout.js.map +1 -1
  291. package/dist/nav-user-CilmWvtr.d.ts +52 -0
  292. package/dist/navigation/DropdownMenu/dropdown-menu.d.ts.map +1 -1
  293. package/dist/navigation/DropdownMenu/dropdown-menu.js +1 -1
  294. package/dist/navigation/DropdownMenu/dropdown-menu.js.map +1 -1
  295. package/dist/navigation/NavUser/nav-user.js +2 -2
  296. package/dist/navigation/Sheet/sheet.css +40 -6
  297. package/dist/navigation/Sheet/sheet.d.ts +22 -0
  298. package/dist/navigation/Sheet/sheet.d.ts.map +1 -1
  299. package/dist/navigation/Sheet/sheet.js +5 -30
  300. package/dist/navigation/Sheet/sheet.js.map +1 -1
  301. package/dist/navigation/Sheet/sheet.module.scss.js +1 -1
  302. package/dist/navigation.d.ts +24 -2
  303. package/dist/row-CuhTBQhK.d.ts +21 -0
  304. package/dist/settings/AppearanceDropdown/appearance-dropdown.js +1 -1
  305. package/dist/settings/AppearanceTabs/appearance-tabs.js +2 -27
  306. package/dist/settings/AppearanceTabs/appearance-tabs.js.map +1 -1
  307. package/dist/tokens.css +59 -17
  308. package/dist/tooltip-1qYeAGE9.d.ts +45 -0
  309. package/dist/tooltip-3IOkYFQ-.d.ts +45 -0
  310. package/dist/tooltip-540OmbEG.d.ts +46 -0
  311. package/dist/tooltip-91Nq_Hl8.d.ts +46 -0
  312. package/dist/tooltip-B56sWYK0.d.ts +46 -0
  313. package/dist/tooltip-BIrIF-4z.d.ts +45 -0
  314. package/dist/tooltip-BOipKW5l.d.ts +46 -0
  315. package/dist/tooltip-BPC0RH8i.d.ts +46 -0
  316. package/dist/tooltip-BST1BOCn.d.ts +45 -0
  317. package/dist/tooltip-BhuxNQwX.d.ts +45 -0
  318. package/dist/tooltip-BpAJwi3K.d.ts +46 -0
  319. package/dist/tooltip-C0LBu2Iu.d.ts +45 -0
  320. package/dist/tooltip-C1ZwALiG.d.ts +45 -0
  321. package/dist/tooltip-C55-HA0w.d.ts +45 -0
  322. package/dist/tooltip-CHn6WuDv.d.ts +46 -0
  323. package/dist/tooltip-CNjH7zKO.d.ts +45 -0
  324. package/dist/tooltip-CSBby1OT.d.ts +45 -0
  325. package/dist/tooltip-CXFRzR0L.d.ts +45 -0
  326. package/dist/tooltip-ChpsbkOU.d.ts +46 -0
  327. package/dist/tooltip-CspTy2ZW.d.ts +46 -0
  328. package/dist/tooltip-CvComAZD.d.ts +46 -0
  329. package/dist/tooltip-D19vhhRn.d.ts +45 -0
  330. package/dist/tooltip-D32S1g-7.d.ts +46 -0
  331. package/dist/tooltip-DAvBN683.d.ts +45 -0
  332. package/dist/tooltip-DQz4_i4m.d.ts +45 -0
  333. package/dist/tooltip-DVYPUAb1.d.ts +46 -0
  334. package/dist/tooltip-DXoSckt9.d.ts +46 -0
  335. package/dist/tooltip-Dtoq3bn_.d.ts +46 -0
  336. package/dist/tooltip-DxO_DWMO.d.ts +46 -0
  337. package/dist/tooltip-DxdGb3dX.d.ts +45 -0
  338. package/dist/tooltip-DzAzC0d7.d.ts +45 -0
  339. package/dist/tooltip-Lk4RpuSh.d.ts +45 -0
  340. package/dist/tooltip-ReFyHDhU.d.ts +45 -0
  341. package/dist/tooltip-_wdlSYAb.d.ts +46 -0
  342. package/dist/tooltip-nKcM19C9.d.ts +45 -0
  343. package/dist/types/layout/container.d.ts +28 -1
  344. package/dist/types/layout/container.d.ts.map +1 -1
  345. package/dist/types/layout/grid.d.ts +42 -0
  346. package/dist/types/layout/grid.d.ts.map +1 -1
  347. package/dist/types/layout/row.d.ts +7 -0
  348. package/dist/types/layout/row.d.ts.map +1 -1
  349. package/dist/types/navigation.d.ts +11 -0
  350. package/dist/types/navigation.d.ts.map +1 -1
  351. package/dist/typography/Typography/typography-variants.d.ts +3 -0
  352. package/dist/typography/Typography/typography-variants.d.ts.map +1 -1
  353. package/dist/typography/Typography/typography-variants.js +25 -0
  354. package/dist/typography/Typography/typography-variants.js.map +1 -1
  355. package/dist/typography/Typography/typography.css +105 -41
  356. package/dist/typography/Typography/typography.d.ts +20 -0
  357. package/dist/typography/Typography/typography.d.ts.map +1 -1
  358. package/dist/typography/Typography/typography.js +11 -2
  359. package/dist/typography/Typography/typography.js.map +1 -1
  360. package/dist/typography/Typography/typography.module.scss.js +1 -1
  361. package/dist/typography-CTGVc_Gg.d.ts +41 -0
  362. package/dist/typography.d.ts +2 -2
  363. package/dist/ui/Alert/alert-provider.d.ts.map +1 -1
  364. package/dist/ui/Alert/alert-provider.js +1 -1
  365. package/dist/ui/Alert/alert-provider.js.map +1 -1
  366. package/dist/ui/Button/button-variants.d.ts +1 -0
  367. package/dist/ui/Button/button-variants.d.ts.map +1 -1
  368. package/dist/ui/Button/button-variants.js +3 -0
  369. package/dist/ui/Button/button-variants.js.map +1 -1
  370. package/dist/ui/Button/button.css +68 -14
  371. package/dist/ui/Button/button.d.ts.map +1 -1
  372. package/dist/ui/Button/button.js +2 -2
  373. package/dist/ui/Button/button.js.map +1 -1
  374. package/dist/ui/Button/button.module.scss.js +1 -1
  375. package/dist/ui/Chip/chip.css +32 -11
  376. package/dist/ui/Chip/chip.d.ts +16 -0
  377. package/dist/ui/Chip/chip.d.ts.map +1 -1
  378. package/dist/ui/Chip/chip.js +4 -2
  379. package/dist/ui/Chip/chip.js.map +1 -1
  380. package/dist/ui/CodeBlock/code-block.css +8 -3
  381. package/dist/ui/Dialog/dialog.css +70 -0
  382. package/dist/ui/Dialog/dialog.d.ts +45 -2
  383. package/dist/ui/Dialog/dialog.d.ts.map +1 -1
  384. package/dist/ui/Dialog/dialog.js +256 -7
  385. package/dist/ui/Dialog/dialog.js.map +1 -1
  386. package/dist/ui/Dialog/dialog.module.scss.js +1 -1
  387. package/dist/ui/Icon/icon.css +14 -7
  388. package/dist/ui/ProgressBar/progress-bar.css +10 -3
  389. package/dist/ui/StatCard/stat-card.css +13 -0
  390. package/dist/ui/StatCard/stat-card.d.ts +9 -0
  391. package/dist/ui/StatCard/stat-card.d.ts.map +1 -1
  392. package/dist/ui/StatCard/stat-card.js +2 -2
  393. package/dist/ui/StatCard/stat-card.js.map +1 -1
  394. package/dist/ui/StatusDot/status-dot.css +4 -1
  395. package/dist/ui/StepProgress/step-progress.css +12 -4
  396. package/dist/ui/Switch/switch.css +6 -2
  397. package/dist/ui/Tooltip/tooltip.d.ts.map +1 -1
  398. package/dist/ui/Tooltip/tooltip.js +1 -1
  399. package/dist/ui/Tooltip/tooltip.js.map +1 -1
  400. package/dist/ui.d.ts +3 -3
  401. package/dist/user/UserInfo/user-info.js +1 -1
  402. package/dist/utils/index.d.ts +1 -0
  403. package/dist/utils/index.d.ts.map +1 -1
  404. package/dist/utils/portal.d.ts +34 -0
  405. package/dist/utils/portal.d.ts.map +1 -0
  406. package/dist/utils/portal.js +40 -0
  407. package/dist/utils/portal.js.map +1 -0
  408. package/dist/utils.d.ts +35 -1
  409. package/dist/utils.js +1 -0
  410. package/dist/utils.js.map +1 -1
  411. package/package.json +4 -3
  412. package/src/styles/_mixins.scss +30 -0
@@ -0,0 +1,537 @@
1
+ import { VariantProps } from 'class-variance-authority';
2
+ import * as React from 'react';
3
+ import React__default, { ReactNode } from 'react';
4
+ import * as class_variance_authority_types from 'class-variance-authority/types';
5
+ import './tooltip-B56sWYK0.js';
6
+ import { e as TypographyVariant } from './typography-DOZHFR5A.js';
7
+
8
+ type AlertTheme = 'default' | 'primary' | 'secondary' | 'success' | 'destructive' | 'warning' | 'info' | 'slate';
9
+ type AlertMessage = {
10
+ id: string;
11
+ title: string;
12
+ description?: string;
13
+ theme: AlertTheme;
14
+ timeout?: number;
15
+ persistent?: boolean;
16
+ closable?: boolean;
17
+ };
18
+ type PushAlertInput = Omit<AlertMessage, 'id'> & {
19
+ icon?: ReactNode;
20
+ action?: ReactNode;
21
+ };
22
+ type AlertContextValue = {
23
+ pushAlert: (alert: PushAlertInput) => void;
24
+ removeAlert: (id: string) => void;
25
+ };
26
+
27
+ type PaginationProps = {
28
+ page: number;
29
+ pageSize: number;
30
+ totalItems: number;
31
+ onPageChange: (page: number) => void;
32
+ onPageSizeChange: (size: number) => void;
33
+ pageSizeOptions?: number[];
34
+ className?: string;
35
+ };
36
+
37
+ type SortDirection = 'asc' | 'desc';
38
+ type SortState = {
39
+ key: string;
40
+ direction: SortDirection;
41
+ };
42
+ type SortContextValue = {
43
+ sortState: SortState | null;
44
+ setSortState: React__default.Dispatch<React__default.SetStateAction<SortState | null>>;
45
+ };
46
+
47
+ declare const alertVariants: (props?: ({
48
+ theme?: "primary" | "secondary" | "info" | "success" | "warning" | "destructive" | "slate" | "default" | null | undefined;
49
+ } & class_variance_authority_types.ClassProp) | undefined) => string;
50
+
51
+ interface AlertProps extends VariantProps<typeof alertVariants> {
52
+ className?: string;
53
+ icon?: React.ReactNode;
54
+ action?: React.ReactNode;
55
+ onClose?: () => void;
56
+ /** A colour outside the theme scale; overrides the theme's colour roles. */
57
+ color?: string;
58
+ style?: React.CSSProperties;
59
+ children?: React.ReactNode;
60
+ }
61
+ declare const Alert: React.ForwardRefExoticComponent<AlertProps & React.RefAttributes<HTMLDivElement>>;
62
+ declare function AlertTitle({ className, ...props }: React.ComponentProps<'div'>): React.JSX.Element;
63
+ declare function AlertDescription({ className, ...props }: React.ComponentProps<'div'>): React.JSX.Element;
64
+ interface AlertBannerProps extends VariantProps<typeof alertVariants> {
65
+ open: boolean;
66
+ onClose?: () => void;
67
+ icon?: boolean | React.ReactNode;
68
+ action?: React.ReactNode;
69
+ className?: string;
70
+ children?: React.ReactNode;
71
+ }
72
+ declare const AlertBanner: React.ForwardRefExoticComponent<AlertBannerProps & React.RefAttributes<HTMLDivElement>>;
73
+
74
+ declare const persistAlert: (alert: Omit<AlertMessage, "id">) => void;
75
+
76
+ declare function AlertProvider({ children }: {
77
+ children: React.ReactNode;
78
+ }): React.JSX.Element;
79
+
80
+ type AvatarProps = React.HTMLAttributes<HTMLSpanElement>;
81
+ declare const Avatar: React.ForwardRefExoticComponent<AvatarProps & React.RefAttributes<HTMLSpanElement>>;
82
+ type AvatarImageProps = React.ImgHTMLAttributes<HTMLImageElement>;
83
+ declare const AvatarImage: React.ForwardRefExoticComponent<AvatarImageProps & React.RefAttributes<HTMLImageElement>>;
84
+ type AvatarFallbackProps = React.HTMLAttributes<HTMLSpanElement>;
85
+ declare const AvatarFallback: React.ForwardRefExoticComponent<AvatarFallbackProps & React.RefAttributes<HTMLSpanElement>>;
86
+
87
+ declare const chipVariants: (props?: ({
88
+ theme?: "inherit" | "primary" | "secondary" | "info" | "success" | "warning" | "destructive" | "slate" | null | undefined;
89
+ variant?: "soft" | "outline" | "solid" | null | undefined;
90
+ size?: "sm" | "md" | "2xs" | "xs" | null | undefined;
91
+ shape?: "rounded" | "pill" | null | undefined;
92
+ dashed?: boolean | null | undefined;
93
+ mono?: boolean | null | undefined;
94
+ uppercase?: boolean | null | undefined;
95
+ wrap?: boolean | null | undefined;
96
+ } & class_variance_authority_types.ClassProp) | undefined) => string;
97
+
98
+ interface ChipProps extends React.HTMLAttributes<HTMLSpanElement>, VariantProps<typeof chipVariants> {
99
+ /**
100
+ * Any colour outside the theme scale — a category hue, a dietary marker.
101
+ * Overrides the whole set of colour roles the theme would otherwise supply,
102
+ * so one value is enough for every `variant`.
103
+ */
104
+ color?: string;
105
+ /**
106
+ * Render the caller's own element instead of a `<span>`, keeping the chip's
107
+ * styling.
108
+ *
109
+ * A chip is a status marker by default and a span is right for that. But a
110
+ * row of chips is often a CHOICE — pick a variant, filter a list — and that
111
+ * needs real button semantics: focusable, keyboard-operable, `aria-pressed`.
112
+ * Styling a `<span>` to look tappable does not give any of that.
113
+ *
114
+ * ```tsx
115
+ * <Chip asChild variant={'outline'}>
116
+ * <button type={'button'} aria-pressed={on} onClick={pick}>Diced</button>
117
+ * </Chip>
118
+ * ```
119
+ */
120
+ asChild?: boolean;
121
+ }
122
+ /**
123
+ * A small status marker.
124
+ *
125
+ * `variant` chooses how much weight it carries: `soft` (a tinted fill, the
126
+ * default) reads as ambient, `outline` recedes further, and `solid` is a claim.
127
+ * `dashed` marks the value as provisional — a guess rather than a reading —
128
+ * which is a distinction worth drawing without spending a second colour on it.
129
+ */
130
+ declare const Chip: React.ForwardRefExoticComponent<ChipProps & React.RefAttributes<HTMLSpanElement>>;
131
+
132
+ declare const codeBlockVariants: (props?: ({
133
+ theme?: "primary" | "secondary" | "info" | "success" | "warning" | "destructive" | "slate" | "default" | null | undefined;
134
+ size?: "sm" | "md" | "lg" | null | undefined;
135
+ } & class_variance_authority_types.ClassProp) | undefined) => string;
136
+
137
+ interface CodeBlockProps extends Omit<React.HTMLAttributes<HTMLDivElement>, 'children'>, VariantProps<typeof codeBlockVariants> {
138
+ /** The code content to display. */
139
+ children: string;
140
+ /** Language label displayed in the header (e.g. "sql", "json", "typescript"). */
141
+ language?: string;
142
+ /** Show a copy-to-clipboard button. */
143
+ copyable?: boolean;
144
+ /** Enable collapse/expand behavior. When true, content is initially collapsed. */
145
+ collapsible?: boolean;
146
+ /** Max height in rem when collapsed. Defaults to 12. */
147
+ collapsedHeight?: number;
148
+ /** Whether the code block starts expanded when `collapsible` is true. */
149
+ defaultExpanded?: boolean;
150
+ }
151
+ declare const CodeBlock: React.ForwardRefExoticComponent<CodeBlockProps & React.RefAttributes<HTMLDivElement>>;
152
+
153
+ interface DevIndicatorProps {
154
+ className?: string;
155
+ }
156
+ declare function DevIndicator({ className }: DevIndicatorProps): React.JSX.Element | null;
157
+
158
+ interface DialogProps {
159
+ open?: boolean;
160
+ defaultOpen?: boolean;
161
+ onOpenChange?: (open: boolean) => void;
162
+ onAfterClose?: () => void;
163
+ children?: React.ReactNode;
164
+ }
165
+ declare function Dialog({ open: controlledOpen, defaultOpen, onOpenChange, onAfterClose, children, }: DialogProps): React.JSX.Element;
166
+ interface DialogTriggerProps extends React.ButtonHTMLAttributes<HTMLButtonElement> {
167
+ asChild?: boolean;
168
+ }
169
+ declare function DialogTrigger({ asChild, onClick, children, ...props }: DialogTriggerProps): React.JSX.Element;
170
+ interface DialogCloseProps extends React.ButtonHTMLAttributes<HTMLButtonElement> {
171
+ asChild?: boolean;
172
+ }
173
+ declare function DialogClose({ asChild, onClick, children, ...props }: DialogCloseProps): React.JSX.Element;
174
+ declare function DialogOverlay({ className, ...props }: React.HTMLAttributes<HTMLDivElement>): React.JSX.Element;
175
+ type DialogContentProps = React.HTMLAttributes<HTMLDivElement> & {
176
+ width?: 'max' | 'min';
177
+ /**
178
+ * Give the panel a real width instead of letting its content decide.
179
+ *
180
+ * `width` is `max-content`/`min-content`, which is fine for a confirm but
181
+ * wrong for anything with a form in it: the panel ends up as narrow as the
182
+ * longest line allows and every row inside is squashed. Takes the same
183
+ * vocabulary as `Container` — `text`, `content`, `wide`, or a CSS length —
184
+ * and stays capped by the viewport either way.
185
+ */
186
+ measure?: 'text' | 'content' | 'wide' | (string & {});
187
+ /**
188
+ * The element the dialog came from, so it grows out of it and shrinks back
189
+ * into it rather than fading in over the top of the page.
190
+ *
191
+ * Pass the tile, row or card that was clicked. Where a modal has an obvious
192
+ * origin on screen, morphing from it says "this is that thing, larger" — a
193
+ * dialog that fades in centre-screen makes the reader find their place
194
+ * again when it closes.
195
+ *
196
+ * A `DOMRect` is accepted too, for the case where the origin has since been
197
+ * unmounted or moved.
198
+ */
199
+ origin?: React.RefObject<HTMLElement | null> | DOMRect | null;
200
+ };
201
+ declare function DialogContent({ className, children, width, origin, measure, style, ...props }: DialogContentProps): React.ReactPortal | null;
202
+ declare function DialogHeader({ className, ...props }: React.ComponentProps<'div'>): React.JSX.Element;
203
+ declare function DialogFooter({ className, ...props }: React.ComponentProps<'div'>): React.JSX.Element;
204
+ /**
205
+ * Renders the dialog's heading. Defaults to `<Typography variant='h6'>`
206
+ * so consumers can write `<DialogTitle>My dialog</DialogTitle>` without
207
+ * manually wrapping in Typography. Override the variant with the
208
+ * `variant` prop, or opt out entirely with `asChild` to supply a custom
209
+ * element (e.g., a Heading component).
210
+ */
211
+ declare function DialogTitle({ className, asChild, variant, ...props }: React.ComponentProps<'h2'> & {
212
+ asChild?: boolean;
213
+ variant?: TypographyVariant;
214
+ }): React.JSX.Element;
215
+ /**
216
+ * Renders the dialog's supporting description text. Defaults to
217
+ * `<Typography variant='body2'>`. Override with `variant` or supply a
218
+ * custom element via `asChild`.
219
+ */
220
+ declare function DialogDescription({ className, asChild, variant, ...props }: React.ComponentProps<'p'> & {
221
+ asChild?: boolean;
222
+ variant?: TypographyVariant;
223
+ }): React.JSX.Element;
224
+ declare function DialogPortal({ children }: {
225
+ children?: React.ReactNode;
226
+ }): React.JSX.Element;
227
+
228
+ declare const emptyStateVariants: (props?: ({
229
+ theme?: "primary" | "secondary" | "info" | "success" | "warning" | "destructive" | "slate" | "default" | null | undefined;
230
+ size?: "sm" | "md" | "lg" | null | undefined;
231
+ } & class_variance_authority_types.ClassProp) | undefined) => string;
232
+
233
+ interface EmptyStateProps extends React.HTMLAttributes<HTMLDivElement>, VariantProps<typeof emptyStateVariants> {
234
+ /** Icon displayed above the title. */
235
+ icon?: React.ReactNode;
236
+ /** Primary heading text. */
237
+ title: string;
238
+ /** Secondary descriptive text below the title. */
239
+ description?: string;
240
+ /** Action element (typically a Button) rendered below the text. */
241
+ action?: React.ReactNode;
242
+ }
243
+ declare const EmptyState: React.ForwardRefExoticComponent<EmptyStateProps & React.RefAttributes<HTMLDivElement>>;
244
+
245
+ declare const iconVariants: (props?: ({
246
+ variant?: "outlined" | "contained" | "ghost" | "plain" | null | undefined;
247
+ theme?: "inherit" | "primary" | "secondary" | "info" | "success" | "warning" | "destructive" | "slate" | null | undefined;
248
+ size?: "sm" | "md" | "lg" | "xs" | null | undefined;
249
+ rounded?: boolean | "extra" | null | undefined;
250
+ } & class_variance_authority_types.ClassProp) | undefined) => string;
251
+
252
+ type IconVariantSize = NonNullable<VariantProps<typeof iconVariants>['size']>;
253
+ type IconNodeProps = React.SVGProps<SVGSVGElement> & {
254
+ size?: string | number;
255
+ };
256
+ interface IconProps extends React.HTMLAttributes<HTMLSpanElement>, Omit<VariantProps<typeof iconVariants>, 'size'> {
257
+ iconNode: React.ComponentType<IconNodeProps>;
258
+ size?: IconVariantSize | number;
259
+ /** Apply 1s linear infinite rotation to the inner SVG; also defaults role='status' for a11y. */
260
+ spin?: boolean;
261
+ }
262
+ /**
263
+ * Standalone icon with a sized wrapper box (e.g. status indicators, list-item
264
+ * leaders, themed avatars). Renders `<span><svg/></span>` — the span carries
265
+ * the `iconVariants` background/border for contained/outlined variants and a
266
+ * fixed pixel box per `size`.
267
+ *
268
+ * **DO NOT** place inside `Button`, `Chip`, `DropdownMenuItem`, or other host
269
+ * components that already size their SVG children via `:has(> svg)`. The host's
270
+ * size + padding adjustments only trigger for a direct-child `<svg>`, and
271
+ * Icon's wrapper span breaks that rule — you end up with the host's default
272
+ * (wider) padding plus Icon's full-height box (e.g. 1.85rem for `size='sm'`).
273
+ *
274
+ * Inside a host that sizes its own svg, pass the raw lucide component directly:
275
+ *
276
+ * ```tsx
277
+ * <Button>
278
+ * <CheckIcon />
279
+ * Save
280
+ * </Button>
281
+ *
282
+ * <Button>
283
+ * <Loader2Icon className={'animate-spin'} />
284
+ * Saving…
285
+ * </Button>
286
+ * ```
287
+ *
288
+ * Use `Icon` only when the wrapper box is desired (standalone use).
289
+ */
290
+ declare const Icon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<HTMLSpanElement>>;
291
+
292
+ interface ListProps extends React.HTMLAttributes<HTMLUListElement | HTMLOListElement> {
293
+ variant?: 'disc' | 'decimal' | 'none';
294
+ gap?: number;
295
+ size?: 'xs' | 'sm' | 'md' | 'lg';
296
+ muted?: boolean;
297
+ }
298
+ declare const List: React.ForwardRefExoticComponent<ListProps & React.RefAttributes<HTMLOListElement | HTMLUListElement>>;
299
+ interface ListItemProps extends React.LiHTMLAttributes<HTMLLIElement> {
300
+ icon?: React.ReactNode;
301
+ }
302
+ declare const ListItem: React.ForwardRefExoticComponent<ListItemProps & React.RefAttributes<HTMLLIElement>>;
303
+
304
+ declare const Pagination: React.ForwardRefExoticComponent<PaginationProps & React.RefAttributes<HTMLElement>>;
305
+
306
+ declare const progressBarVariants: (props?: ({
307
+ theme?: "inherit" | "primary" | "secondary" | "info" | "success" | "warning" | "destructive" | "slate" | null | undefined;
308
+ size?: "sm" | "md" | "lg" | "xs" | null | undefined;
309
+ rounded?: boolean | null | undefined;
310
+ animated?: boolean | null | undefined;
311
+ indeterminate?: boolean | null | undefined;
312
+ striped?: boolean | null | undefined;
313
+ } & class_variance_authority_types.ClassProp) | undefined) => string;
314
+
315
+ interface ProgressBarProps extends Omit<React.HTMLAttributes<HTMLDivElement>, 'children'>, VariantProps<typeof progressBarVariants> {
316
+ /** Current progress value (0–100). Ignored when `indeterminate` is true. */
317
+ value?: number;
318
+ /** Accessible label describing what the progress bar represents. */
319
+ label?: string;
320
+ }
321
+ declare const ProgressBar: React.ForwardRefExoticComponent<ProgressBarProps & React.RefAttributes<HTMLDivElement>>;
322
+
323
+ interface SeparatorProps extends React.HTMLAttributes<HTMLDivElement> {
324
+ orientation?: 'horizontal' | 'vertical';
325
+ decorative?: boolean;
326
+ }
327
+ declare const Separator: React.ForwardRefExoticComponent<SeparatorProps & React.RefAttributes<HTMLDivElement>>;
328
+
329
+ type TrendDirection = 'up' | 'down' | 'neutral';
330
+ type StatCardTheme = 'default' | 'primary' | 'secondary' | 'destructive' | 'warning' | 'success' | 'info' | 'slate';
331
+ type StatCardSize = 'sm' | 'md' | 'lg';
332
+ type StatCardVariant = 'unstyled' | 'outlined' | 'filled';
333
+ type StatCardDirection = 'row' | 'column';
334
+ interface StatCardProps extends React.ComponentPropsWithoutRef<'div'> {
335
+ /** Text label describing the metric. */
336
+ label: string;
337
+ /** The metric value to display. */
338
+ value?: React.ReactNode;
339
+ /** Icon displayed beside the metric. */
340
+ icon?: React.ReactNode;
341
+ /** Optional description below the value. */
342
+ description?: string;
343
+ /** Trend direction indicator. */
344
+ trend?: TrendDirection;
345
+ /** Trend label text (e.g. "+12%", "−3.4%"). */
346
+ trendLabel?: string;
347
+ /** Visual theme for the card. */
348
+ theme?: StatCardTheme;
349
+ /** Card size. */
350
+ size?: StatCardSize;
351
+ /** Card Direction. */
352
+ direction?: StatCardDirection;
353
+ /** Surface variant. */
354
+ variant?: StatCardVariant;
355
+ }
356
+ declare const StatCard: React.ForwardRefExoticComponent<StatCardProps & React.RefAttributes<HTMLDivElement>>;
357
+
358
+ declare const statusDotVariants: (props?: ({
359
+ theme?: "inherit" | "primary" | "secondary" | "info" | "success" | "warning" | "destructive" | "slate" | null | undefined;
360
+ size?: "sm" | "md" | "lg" | null | undefined;
361
+ glow?: boolean | null | undefined;
362
+ pulse?: boolean | null | undefined;
363
+ } & class_variance_authority_types.ClassProp) | undefined) => string;
364
+
365
+ interface StatusDotProps extends Omit<React.HTMLAttributes<HTMLSpanElement>, 'color'>, VariantProps<typeof statusDotVariants> {
366
+ /** A colour outside the theme scale. */
367
+ color?: string;
368
+ /** Accessible name. Omit only when adjacent text already says the state. */
369
+ label?: string;
370
+ }
371
+ /**
372
+ * The dot that says what state a connection or process is in.
373
+ *
374
+ * Deliberately not a `Chip`: a chip is a bordered object that holds a word,
375
+ * where this is a single mark that usually sits *beside* one. Pairing it with
376
+ * text is the caller's job, which keeps the wording — and its translation —
377
+ * out of here.
378
+ *
379
+ * `glow` is for the state worth catching in peripheral vision (a save landing);
380
+ * `pulse` for one that is still in flight.
381
+ */
382
+ declare const StatusDot: React.ForwardRefExoticComponent<StatusDotProps & React.RefAttributes<HTMLSpanElement>>;
383
+
384
+ declare const stepProgressVariants: (props?: ({
385
+ theme?: "inherit" | "primary" | "secondary" | "info" | "success" | "warning" | "destructive" | "slate" | null | undefined;
386
+ size?: "sm" | "md" | "lg" | null | undefined;
387
+ orientation?: "horizontal" | "vertical" | null | undefined;
388
+ stretch?: boolean | null | undefined;
389
+ } & class_variance_authority_types.ClassProp) | undefined) => string;
390
+
391
+ interface Step {
392
+ /** Label displayed next to or below the step indicator. */
393
+ label: string;
394
+ /** Optional secondary description below the label. */
395
+ description?: string;
396
+ /** Optional icon rendered inside the dot. Defaults to a checkmark for completed steps. */
397
+ icon?: React.ReactNode;
398
+ }
399
+ interface StepProgressProps extends Omit<React.HTMLAttributes<HTMLOListElement>, 'children'>, VariantProps<typeof stepProgressVariants> {
400
+ /** Array of step definitions. */
401
+ steps: Step[];
402
+ /** Zero-based index of the currently active step. Steps before this are complete. */
403
+ currentStep: number;
404
+ }
405
+ declare const StepProgress: React.ForwardRefExoticComponent<StepProgressProps & React.RefAttributes<HTMLOListElement>>;
406
+
407
+ declare const switchVariants: (props?: ({
408
+ theme?: "inherit" | "primary" | "secondary" | "info" | "success" | "warning" | "destructive" | "slate" | null | undefined;
409
+ size?: "sm" | "md" | "lg" | null | undefined;
410
+ } & class_variance_authority_types.ClassProp) | undefined) => string;
411
+
412
+ interface SwitchProps extends Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, 'onChange' | 'onClick'>, VariantProps<typeof switchVariants> {
413
+ pressed?: boolean;
414
+ onPressedChange?: (pressed: boolean) => void;
415
+ }
416
+ declare const Switch: React.ForwardRefExoticComponent<SwitchProps & React.RefAttributes<HTMLButtonElement>>;
417
+
418
+ declare const TableCard: React.ForwardRefExoticComponent<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
419
+ declare const Table: React.ForwardRefExoticComponent<Omit<React.ClassAttributes<HTMLTableElement> & React.TableHTMLAttributes<HTMLTableElement> & {
420
+ defaultSort?: SortState;
421
+ }, "ref"> & React.RefAttributes<HTMLTableElement>>;
422
+ declare const TableHead: React.ForwardRefExoticComponent<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>, "ref"> & React.RefAttributes<HTMLTableSectionElement>>;
423
+ declare const TableFooter: React.ForwardRefExoticComponent<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>, "ref"> & React.RefAttributes<HTMLTableSectionElement>>;
424
+ interface TableBodyProps extends React.ComponentProps<'tbody'> {
425
+ showEmptyState?: boolean;
426
+ emptyState?: React.ReactNode;
427
+ emptyStateColSpan?: number;
428
+ }
429
+ declare const TableBody: React.ForwardRefExoticComponent<Omit<TableBodyProps, "ref"> & React.RefAttributes<HTMLTableSectionElement>>;
430
+ declare const TableRow: React.ForwardRefExoticComponent<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLTableRowElement>, HTMLTableRowElement>, "ref"> & React.RefAttributes<HTMLTableRowElement>>;
431
+ type TableHeaderProps = React.ComponentProps<'th'> & {
432
+ action?: 'sticky';
433
+ };
434
+ declare const TableHeader: React.ForwardRefExoticComponent<Omit<TableHeaderProps, "ref"> & React.RefAttributes<HTMLTableCellElement>>;
435
+ type TableCellProps = React.ComponentProps<'td'> & {
436
+ action?: 'sticky';
437
+ };
438
+ declare const TableCell: React.ForwardRefExoticComponent<Omit<TableCellProps, "ref"> & React.RefAttributes<HTMLTableCellElement>>;
439
+ interface TableSortableHeaderProps<Key extends string = string> {
440
+ label: string;
441
+ sortKey: Key;
442
+ defaultSort?: true | SortDirection;
443
+ action?: 'sticky';
444
+ }
445
+ declare function TableSortableHeader<Key extends string = string>({ label, sortKey, defaultSort, action, }: TableSortableHeaderProps<Key>): React.JSX.Element;
446
+
447
+ interface TableActionItem {
448
+ /** Visible label for the action. */
449
+ label: string;
450
+ /** Optional icon rendered before the label. */
451
+ icon?: React.ReactNode;
452
+ /** Click handler for this action. */
453
+ onClick?: () => void;
454
+ /** Whether the action is disabled. */
455
+ disabled?: boolean;
456
+ /** Visual variant — `destructive` renders the item in the destructive theme. */
457
+ variant?: 'default' | 'destructive';
458
+ }
459
+ interface TableActionCellProps extends React.ComponentProps<'div'> {
460
+ /** Array of actions to display. Renders a single button for one action, or a dropdown for multiple. */
461
+ actions: TableActionItem[];
462
+ /** Accessible label for the dropdown trigger button. */
463
+ dropdownLabel?: string;
464
+ }
465
+ /**
466
+ * Renders a right-aligned action cell for table rows.
467
+ *
468
+ * - **Single action**: renders a visible `<Button>` with the action label and optional icon.
469
+ * - **Multiple actions**: renders a `...` icon button that opens a `<DropdownMenu>`.
470
+ */
471
+ declare const TableActionCell: React.ForwardRefExoticComponent<Omit<TableActionCellProps, "ref"> & React.RefAttributes<HTMLDivElement>>;
472
+
473
+ interface TableToolbarProps extends Omit<React.HTMLAttributes<HTMLDivElement>, 'children'> {
474
+ /**
475
+ * Left-aligned controls — typically a search Input plus zero or more
476
+ * filter SelectFields / DatePickers / Toggles. Children flow horizontally
477
+ * with `gap` and wrap on narrow screens.
478
+ */
479
+ children?: React.ReactNode;
480
+ /**
481
+ * Right-aligned slot — for reset / clear / bulk-action buttons. Pushed to
482
+ * the end of the row via auto-margin; wraps to a new line on narrow
483
+ * screens if the controls grow too wide.
484
+ */
485
+ actions?: React.ReactNode;
486
+ /**
487
+ * Render a 1px subtle bottom border to separate the toolbar from the
488
+ * Table or content below. Default `true`.
489
+ */
490
+ divider?: boolean;
491
+ }
492
+ /**
493
+ * Container for the row of controls (search, filters, actions) that sits
494
+ * above a `Table` inside a `TableCard`. Presentational only — consumers
495
+ * own all filter state and search debouncing. The companion to
496
+ * `TableSearch` for the more common single-search case.
497
+ */
498
+ declare const TableToolbar: React.ForwardRefExoticComponent<TableToolbarProps & React.RefAttributes<HTMLDivElement>>;
499
+
500
+ declare const toggleVariants: (props?: ({
501
+ variant?: "outlined" | "contained" | "ghost" | null | undefined;
502
+ theme?: "inherit" | "primary" | "secondary" | "info" | "success" | "warning" | "destructive" | "slate" | null | undefined;
503
+ size?: "sm" | "md" | "lg" | "xs" | null | undefined;
504
+ iconOnly?: boolean | null | undefined;
505
+ rounded?: boolean | "extra" | null | undefined;
506
+ } & class_variance_authority_types.ClassProp) | undefined) => string;
507
+
508
+ interface ToggleProps extends Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, 'onChange'>, VariantProps<typeof toggleVariants> {
509
+ pressed?: boolean;
510
+ defaultPressed?: boolean;
511
+ onPressedChange?: (pressed: boolean) => void;
512
+ value?: string;
513
+ }
514
+ declare const Toggle: React.ForwardRefExoticComponent<ToggleProps & React.RefAttributes<HTMLButtonElement>>;
515
+
516
+ type ToggleGroupBaseProps = VariantProps<typeof toggleVariants> & {
517
+ className?: string;
518
+ children?: React.ReactNode;
519
+ stretch?: boolean;
520
+ };
521
+ type ToggleGroupSingleProps = ToggleGroupBaseProps & {
522
+ type: 'single';
523
+ value?: string;
524
+ defaultValue?: string;
525
+ onValueChange?: (value: string) => void;
526
+ };
527
+ type ToggleGroupMultipleProps = ToggleGroupBaseProps & {
528
+ type: 'multiple';
529
+ value?: string[];
530
+ defaultValue?: string[];
531
+ onValueChange?: (value: string[]) => void;
532
+ };
533
+ type ToggleGroupProps = ToggleGroupSingleProps | ToggleGroupMultipleProps;
534
+ declare const ToggleGroup: React.ForwardRefExoticComponent<ToggleGroupProps & React.RefAttributes<HTMLDivElement>>;
535
+
536
+ export { DialogHeader as B, Chip as C, DevIndicator as D, DialogOverlay as E, DialogPortal as F, DialogTitle as H, DialogTrigger as I, EmptyState as K, Icon as M, List as O, ListItem as P, Pagination as T, ProgressBar as V, Separator as Y, Alert as a, StatCard as a0, StatusDot as a6, StepProgress as a9, Switch as ab, Table as ad, TableActionCell as ae, TableBody as ah, TableCard as aj, TableCell as ak, TableFooter as al, TableHead as am, TableHeader as an, TableRow as ao, TableSortableHeader as ap, TableToolbar as ar, Toggle as at, ToggleGroup as au, persistAlert as ay, statusDotVariants as az, AlertBanner as b, AlertDescription as d, AlertProvider as g, AlertTitle as i, Avatar as j, AvatarFallback as k, AvatarImage as m, CodeBlock as q, Dialog as t, DialogClose as u, DialogContent as w, DialogDescription as y, DialogFooter as z };
537
+ export type { SortDirection as $, AlertContextValue as A, DialogProps as G, DialogTriggerProps as J, EmptyStateProps as L, IconProps as N, ListItemProps as Q, ListProps as R, SortState as S, PaginationProps as U, ProgressBarProps as W, PushAlertInput as X, SeparatorProps as Z, SortContextValue as _, StatCardDirection as a1, StatCardProps as a2, StatCardSize as a3, StatCardTheme as a4, StatCardVariant as a5, StatusDotProps as a7, Step as a8, StepProgressProps as aa, SwitchProps as ac, TableActionCellProps as af, TableActionItem as ag, TableBodyProps as ai, TableSortableHeaderProps as aq, TableToolbarProps as as, ToggleGroupProps as av, ToggleProps as aw, TrendDirection as ax, AlertBannerProps as c, AlertMessage as e, AlertProps as f, AlertTheme as h, AvatarFallbackProps as l, AvatarImageProps as n, AvatarProps as o, ChipProps as p, CodeBlockProps as r, DevIndicatorProps as s, DialogCloseProps as v, DialogContentProps as x };