@kismet-ux/constellation 1.9.0 → 1.11.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (406) 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-C-n7hM4G.d.ts +354 -0
  87. package/dist/index-C0wKb28S.d.ts +514 -0
  88. package/dist/index-C129uthr.d.ts +566 -0
  89. package/dist/index-C1ef0QtQ.d.ts +204 -0
  90. package/dist/index-C4BACHGE.d.ts +272 -0
  91. package/dist/index-C5JU8WTE.d.ts +514 -0
  92. package/dist/index-C63UYi-T.d.ts +195 -0
  93. package/dist/index-C8LoYkC7.d.ts +250 -0
  94. package/dist/index-C9-ECLyr.d.ts +566 -0
  95. package/dist/index-C9B1F-mr.d.ts +293 -0
  96. package/dist/index-CAVmbwa8.d.ts +514 -0
  97. package/dist/index-CBz-v5eM.d.ts +184 -0
  98. package/dist/index-CCpdo0n4.d.ts +130 -0
  99. package/dist/index-CDC_ZncW.d.ts +566 -0
  100. package/dist/index-CFQj-KtR.d.ts +184 -0
  101. package/dist/index-CFaxW5hv.d.ts +184 -0
  102. package/dist/index-CG9DKbG9.d.ts +498 -0
  103. package/dist/index-CGhG7YeI.d.ts +354 -0
  104. package/dist/index-CHC6kRbR.d.ts +537 -0
  105. package/dist/index-CH_q-5fk.d.ts +537 -0
  106. package/dist/index-CIK_SmBm.d.ts +200 -0
  107. package/dist/index-CJ1KPFOf.d.ts +537 -0
  108. package/dist/index-CJ5FEGRG.d.ts +537 -0
  109. package/dist/index-CKX2VNKk.d.ts +240 -0
  110. package/dist/index-CL7kYZ90.d.ts +231 -0
  111. package/dist/index-CNl03fCW.d.ts +498 -0
  112. package/dist/index-CO8Jq0pz.d.ts +298 -0
  113. package/dist/index-CQ-aS-rp.d.ts +566 -0
  114. package/dist/index-CQjzBv4q.d.ts +537 -0
  115. package/dist/index-CRVO4SlF.d.ts +537 -0
  116. package/dist/index-CSQFy2xe.d.ts +195 -0
  117. package/dist/index-CWM2ewRz.d.ts +566 -0
  118. package/dist/index-CY6Xq36O.d.ts +204 -0
  119. package/dist/index-CYGOs6JT.d.ts +273 -0
  120. package/dist/index-CYPFkjfk.d.ts +204 -0
  121. package/dist/index-C_hJJ1fH.d.ts +527 -0
  122. package/dist/index-CcM-XHTL.d.ts +273 -0
  123. package/dist/index-CdGF_eEO.d.ts +514 -0
  124. package/dist/index-CdJTE9Lh.d.ts +566 -0
  125. package/dist/index-CdOt-pqR.d.ts +537 -0
  126. package/dist/index-CgeR_2Gi.d.ts +220 -0
  127. package/dist/index-CjUoZbDi.d.ts +354 -0
  128. package/dist/index-CjV6KsFc.d.ts +263 -0
  129. package/dist/index-Ck8LtgBW.d.ts +557 -0
  130. package/dist/index-Cknm9FUU.d.ts +299 -0
  131. package/dist/index-Clv3CnXv.d.ts +184 -0
  132. package/dist/index-Cm4wnJ29.d.ts +514 -0
  133. package/dist/index-Cmz3q-CI.d.ts +273 -0
  134. package/dist/index-CnMBzCft.d.ts +514 -0
  135. package/dist/index-CnVW0FnZ.d.ts +272 -0
  136. package/dist/index-CpIHT-uo.d.ts +231 -0
  137. package/dist/index-CtBEDM0b.d.ts +514 -0
  138. package/dist/index-CtVSiQeY.d.ts +130 -0
  139. package/dist/index-Cu107rOs.d.ts +293 -0
  140. package/dist/index-CxyTd3Ag.d.ts +354 -0
  141. package/dist/index-CywSNvOU.d.ts +200 -0
  142. package/dist/index-CzJL7Lro.d.ts +566 -0
  143. package/dist/index-CzJnKY3r.d.ts +272 -0
  144. package/dist/index-D-R9eOxe.d.ts +354 -0
  145. package/dist/index-D-hdgIbs.d.ts +273 -0
  146. package/dist/index-D-slQ9w4.d.ts +537 -0
  147. package/dist/index-D0jdNDaH.d.ts +204 -0
  148. package/dist/index-D1ir--Li.d.ts +566 -0
  149. package/dist/index-D29_-MCZ.d.ts +354 -0
  150. package/dist/index-D2glATpo.d.ts +273 -0
  151. package/dist/index-D6ATtbor.d.ts +298 -0
  152. package/dist/index-D6HktSlo.d.ts +514 -0
  153. package/dist/index-DB4UBCvy.d.ts +537 -0
  154. package/dist/index-DBd0PU9y.d.ts +222 -0
  155. package/dist/index-DE2Nm-iT.d.ts +354 -0
  156. package/dist/index-DEeJuuvm.d.ts +231 -0
  157. package/dist/index-DHhzBSfL.d.ts +498 -0
  158. package/dist/index-DKpWNCb6.d.ts +204 -0
  159. package/dist/index-DMewi97i.d.ts +566 -0
  160. package/dist/index-DN0gtpck.d.ts +354 -0
  161. package/dist/index-DO23vZ-R.d.ts +514 -0
  162. package/dist/index-DTb2-z6E.d.ts +130 -0
  163. package/dist/index-DV-CN7c0.d.ts +231 -0
  164. package/dist/index-DWgCs62z.d.ts +566 -0
  165. package/dist/index-D_6Qu6ia.d.ts +200 -0
  166. package/dist/index-D_vn8O-I.d.ts +293 -0
  167. package/dist/index-Daq4m4Rf.d.ts +514 -0
  168. package/dist/index-Db6cXpr6.d.ts +537 -0
  169. package/dist/index-DbZ1s2E-.d.ts +514 -0
  170. package/dist/index-DbevJPuY.d.ts +354 -0
  171. package/dist/index-DepmPwP7.d.ts +537 -0
  172. package/dist/index-DfnTWQCz.d.ts +514 -0
  173. package/dist/index-Dfu8WhiS.d.ts +273 -0
  174. package/dist/index-DggMYd7c.d.ts +298 -0
  175. package/dist/index-DhS2nQjt.d.ts +200 -0
  176. package/dist/index-Dn3bC8Ki.d.ts +222 -0
  177. package/dist/index-Dn9bGZvU.d.ts +195 -0
  178. package/dist/index-DnDt7A4Y.d.ts +354 -0
  179. package/dist/index-DpdYKBP2.d.ts +498 -0
  180. package/dist/index-DunP9qIK.d.ts +537 -0
  181. package/dist/index-DxO6-qt5.d.ts +498 -0
  182. package/dist/index-ESQ8WM_8.d.ts +130 -0
  183. package/dist/index-GVz409cm.d.ts +222 -0
  184. package/dist/index-HAx-aLZ0.d.ts +273 -0
  185. package/dist/index-Iuzs6nt9.d.ts +498 -0
  186. package/dist/index-LnEpnlTq.d.ts +566 -0
  187. package/dist/index-Mm1i2OdU.d.ts +537 -0
  188. package/dist/index-P0oxVi77.d.ts +537 -0
  189. package/dist/index-Q5JuPFoN.d.ts +293 -0
  190. package/dist/index-RJviLtvo.d.ts +566 -0
  191. package/dist/index-SnQCbfte.d.ts +498 -0
  192. package/dist/index-Th9It0ZT.d.ts +354 -0
  193. package/dist/index-UHHmyQM5.d.ts +272 -0
  194. package/dist/index-VyGmJYQZ.d.ts +537 -0
  195. package/dist/index-WYH70le_.d.ts +195 -0
  196. package/dist/index-Wj9RYtTX.d.ts +273 -0
  197. package/dist/index-Y-wMZeUG.d.ts +298 -0
  198. package/dist/index-Zo2rSdXz.d.ts +273 -0
  199. package/dist/index-ZwpWgV4n.d.ts +272 -0
  200. package/dist/index-_oZ4knIl.d.ts +272 -0
  201. package/dist/index-an222nAK.d.ts +354 -0
  202. package/dist/index-daV0QTe0.d.ts +537 -0
  203. package/dist/index-eGZu2HLC.d.ts +231 -0
  204. package/dist/index-eswPA0Un.d.ts +204 -0
  205. package/dist/index-gf6-wf_1.d.ts +566 -0
  206. package/dist/index-hdVr9Wrv.d.ts +566 -0
  207. package/dist/index-iygiXYw2.d.ts +537 -0
  208. package/dist/index-jR29ZGLD.d.ts +514 -0
  209. package/dist/index-kHgI28TP.d.ts +272 -0
  210. package/dist/index-lY4_UCOs.d.ts +566 -0
  211. package/dist/index-miXK87yJ.d.ts +231 -0
  212. package/dist/index-mwbGtZkk.d.ts +273 -0
  213. package/dist/index-ru2DFXcm.d.ts +195 -0
  214. package/dist/index-uj1ll_u-.d.ts +204 -0
  215. package/dist/index-vfq-aH7U.d.ts +537 -0
  216. package/dist/index-xqUz9XjP.d.ts +537 -0
  217. package/dist/index.css +74 -18
  218. package/dist/index.d.ts +121 -13
  219. package/dist/index.js +34 -28
  220. package/dist/index.js.map +1 -1
  221. package/dist/internal/use-scroll-lock.d.ts +15 -0
  222. package/dist/internal/use-scroll-lock.d.ts.map +1 -1
  223. package/dist/internal/use-scroll-lock.js +26 -8
  224. package/dist/internal/use-scroll-lock.js.map +1 -1
  225. package/dist/layout/AppContent/app-content.css +1 -1
  226. package/dist/layout/AppContentBands/app-content-bands.css +21 -0
  227. package/dist/layout/AppContentBands/app-content-bands.d.ts +26 -0
  228. package/dist/layout/AppContentBands/app-content-bands.d.ts.map +1 -0
  229. package/dist/layout/AppContentBands/app-content-bands.js +65 -0
  230. package/dist/layout/AppContentBands/app-content-bands.js.map +1 -0
  231. package/dist/layout/AppContentBands/app-content-bands.module.scss.js +6 -0
  232. package/dist/layout/AppContentBands/app-content-bands.module.scss.js.map +1 -0
  233. package/dist/layout/AppContentBands/index.d.ts +2 -0
  234. package/dist/layout/AppContentBands/index.d.ts.map +1 -0
  235. package/dist/layout/AppContentFooter/app-content-footer.css +9 -0
  236. package/dist/layout/AppContentFooter/app-content-footer.d.ts +38 -0
  237. package/dist/layout/AppContentFooter/app-content-footer.d.ts.map +1 -0
  238. package/dist/layout/AppContentFooter/app-content-footer.js +42 -0
  239. package/dist/layout/AppContentFooter/app-content-footer.js.map +1 -0
  240. package/dist/layout/AppContentFooter/app-content-footer.module.scss.js +6 -0
  241. package/dist/layout/AppContentFooter/app-content-footer.module.scss.js.map +1 -0
  242. package/dist/layout/AppContentFooter/index.d.ts +2 -0
  243. package/dist/layout/AppContentFooter/index.d.ts.map +1 -0
  244. package/dist/layout/AppContentMain/app-content-main.css +6 -0
  245. package/dist/layout/AppContentMain/app-content-main.d.ts +37 -0
  246. package/dist/layout/AppContentMain/app-content-main.d.ts.map +1 -0
  247. package/dist/layout/AppContentMain/app-content-main.js +41 -0
  248. package/dist/layout/AppContentMain/app-content-main.js.map +1 -0
  249. package/dist/layout/AppContentMain/app-content-main.module.scss.js +6 -0
  250. package/dist/layout/AppContentMain/app-content-main.module.scss.js.map +1 -0
  251. package/dist/layout/AppContentMain/index.d.ts +2 -0
  252. package/dist/layout/AppContentMain/index.d.ts.map +1 -0
  253. package/dist/layout/AppFooter/app-footer.js +1 -1
  254. package/dist/layout/AppSidebar/app-sidebar.js +1 -1
  255. package/dist/layout/AppSidebarHeader/app-sidebar-header.css +2 -3
  256. package/dist/layout/AppSidebarHeader/app-sidebar-header.d.ts +10 -2
  257. package/dist/layout/AppSidebarHeader/app-sidebar-header.d.ts.map +1 -1
  258. package/dist/layout/AppSidebarHeader/app-sidebar-header.js +12 -32
  259. package/dist/layout/AppSidebarHeader/app-sidebar-header.js.map +1 -1
  260. package/dist/layout/Collapse/collapse.css +4 -1
  261. package/dist/layout/Column/column.css +6 -0
  262. package/dist/layout/Column/column.d.ts.map +1 -1
  263. package/dist/layout/Column/column.js +3 -1
  264. package/dist/layout/Column/column.js.map +1 -1
  265. package/dist/layout/Column/column.module.scss.js +1 -1
  266. package/dist/layout/Container/container.css +42 -0
  267. package/dist/layout/Container/container.d.ts.map +1 -1
  268. package/dist/layout/Container/container.js +37 -9
  269. package/dist/layout/Container/container.js.map +1 -1
  270. package/dist/layout/Container/container.module.scss.js +1 -1
  271. package/dist/layout/Grid/grid.css +28 -0
  272. package/dist/layout/Grid/grid.d.ts.map +1 -1
  273. package/dist/layout/Grid/grid.js +40 -4
  274. package/dist/layout/Grid/grid.js.map +1 -1
  275. package/dist/layout/Grid/grid.module.scss.js +1 -1
  276. package/dist/layout/Row/row.css +42 -0
  277. package/dist/layout/Row/row.d.ts.map +1 -1
  278. package/dist/layout/Row/row.js +5 -3
  279. package/dist/layout/Row/row.js.map +1 -1
  280. package/dist/layout/Row/row.module.scss.js +1 -1
  281. package/dist/layout/Sidebar/sidebar.css +4 -2
  282. package/dist/layout/Sidebar/sidebar.js +1 -1
  283. package/dist/layout/index.d.ts +2 -0
  284. package/dist/layout/index.d.ts.map +1 -1
  285. package/dist/layout.d.ts +3 -3
  286. package/dist/layout.js +2 -0
  287. package/dist/layout.js.map +1 -1
  288. package/dist/navigation/DropdownMenu/dropdown-menu.d.ts.map +1 -1
  289. package/dist/navigation/DropdownMenu/dropdown-menu.js +1 -1
  290. package/dist/navigation/DropdownMenu/dropdown-menu.js.map +1 -1
  291. package/dist/navigation/NavUser/nav-user.js +2 -2
  292. package/dist/navigation/Sheet/sheet.css +40 -6
  293. package/dist/navigation/Sheet/sheet.d.ts +22 -0
  294. package/dist/navigation/Sheet/sheet.d.ts.map +1 -1
  295. package/dist/navigation/Sheet/sheet.js +5 -30
  296. package/dist/navigation/Sheet/sheet.js.map +1 -1
  297. package/dist/navigation/Sheet/sheet.module.scss.js +1 -1
  298. package/dist/navigation.d.ts +22 -0
  299. package/dist/row-CuhTBQhK.d.ts +21 -0
  300. package/dist/settings/AppearanceDropdown/appearance-dropdown.js +1 -1
  301. package/dist/settings/AppearanceTabs/appearance-tabs.js +2 -27
  302. package/dist/settings/AppearanceTabs/appearance-tabs.js.map +1 -1
  303. package/dist/tokens.css +59 -17
  304. package/dist/tooltip-1qYeAGE9.d.ts +45 -0
  305. package/dist/tooltip-3IOkYFQ-.d.ts +45 -0
  306. package/dist/tooltip-540OmbEG.d.ts +46 -0
  307. package/dist/tooltip-91Nq_Hl8.d.ts +46 -0
  308. package/dist/tooltip-B56sWYK0.d.ts +46 -0
  309. package/dist/tooltip-BIrIF-4z.d.ts +45 -0
  310. package/dist/tooltip-BOipKW5l.d.ts +46 -0
  311. package/dist/tooltip-BPC0RH8i.d.ts +46 -0
  312. package/dist/tooltip-BST1BOCn.d.ts +45 -0
  313. package/dist/tooltip-BhuxNQwX.d.ts +45 -0
  314. package/dist/tooltip-BpAJwi3K.d.ts +46 -0
  315. package/dist/tooltip-C0LBu2Iu.d.ts +45 -0
  316. package/dist/tooltip-C1ZwALiG.d.ts +45 -0
  317. package/dist/tooltip-C55-HA0w.d.ts +45 -0
  318. package/dist/tooltip-CHn6WuDv.d.ts +46 -0
  319. package/dist/tooltip-CNjH7zKO.d.ts +45 -0
  320. package/dist/tooltip-CSBby1OT.d.ts +45 -0
  321. package/dist/tooltip-CXFRzR0L.d.ts +45 -0
  322. package/dist/tooltip-ChpsbkOU.d.ts +46 -0
  323. package/dist/tooltip-CspTy2ZW.d.ts +46 -0
  324. package/dist/tooltip-CvComAZD.d.ts +46 -0
  325. package/dist/tooltip-D19vhhRn.d.ts +45 -0
  326. package/dist/tooltip-D32S1g-7.d.ts +46 -0
  327. package/dist/tooltip-DAvBN683.d.ts +45 -0
  328. package/dist/tooltip-DQz4_i4m.d.ts +45 -0
  329. package/dist/tooltip-DVYPUAb1.d.ts +46 -0
  330. package/dist/tooltip-DXoSckt9.d.ts +46 -0
  331. package/dist/tooltip-Dtoq3bn_.d.ts +46 -0
  332. package/dist/tooltip-DxO_DWMO.d.ts +46 -0
  333. package/dist/tooltip-DxdGb3dX.d.ts +45 -0
  334. package/dist/tooltip-DzAzC0d7.d.ts +45 -0
  335. package/dist/tooltip-Lk4RpuSh.d.ts +45 -0
  336. package/dist/tooltip-ReFyHDhU.d.ts +45 -0
  337. package/dist/tooltip-_wdlSYAb.d.ts +46 -0
  338. package/dist/tooltip-nKcM19C9.d.ts +45 -0
  339. package/dist/types/layout/container.d.ts +28 -1
  340. package/dist/types/layout/container.d.ts.map +1 -1
  341. package/dist/types/layout/grid.d.ts +42 -0
  342. package/dist/types/layout/grid.d.ts.map +1 -1
  343. package/dist/types/layout/row.d.ts +7 -0
  344. package/dist/types/layout/row.d.ts.map +1 -1
  345. package/dist/typography/Typography/typography-variants.d.ts +3 -0
  346. package/dist/typography/Typography/typography-variants.d.ts.map +1 -1
  347. package/dist/typography/Typography/typography-variants.js +25 -0
  348. package/dist/typography/Typography/typography-variants.js.map +1 -1
  349. package/dist/typography/Typography/typography.css +105 -41
  350. package/dist/typography/Typography/typography.d.ts +20 -0
  351. package/dist/typography/Typography/typography.d.ts.map +1 -1
  352. package/dist/typography/Typography/typography.js +11 -2
  353. package/dist/typography/Typography/typography.js.map +1 -1
  354. package/dist/typography/Typography/typography.module.scss.js +1 -1
  355. package/dist/typography-CTGVc_Gg.d.ts +41 -0
  356. package/dist/typography.d.ts +2 -2
  357. package/dist/ui/Alert/alert-provider.d.ts.map +1 -1
  358. package/dist/ui/Alert/alert-provider.js +1 -1
  359. package/dist/ui/Alert/alert-provider.js.map +1 -1
  360. package/dist/ui/Button/button-variants.d.ts +1 -0
  361. package/dist/ui/Button/button-variants.d.ts.map +1 -1
  362. package/dist/ui/Button/button-variants.js +3 -0
  363. package/dist/ui/Button/button-variants.js.map +1 -1
  364. package/dist/ui/Button/button.css +68 -14
  365. package/dist/ui/Button/button.d.ts.map +1 -1
  366. package/dist/ui/Button/button.js +2 -2
  367. package/dist/ui/Button/button.js.map +1 -1
  368. package/dist/ui/Button/button.module.scss.js +1 -1
  369. package/dist/ui/Chip/chip.css +32 -11
  370. package/dist/ui/Chip/chip.d.ts +16 -0
  371. package/dist/ui/Chip/chip.d.ts.map +1 -1
  372. package/dist/ui/Chip/chip.js +4 -2
  373. package/dist/ui/Chip/chip.js.map +1 -1
  374. package/dist/ui/CodeBlock/code-block.css +8 -3
  375. package/dist/ui/Dialog/dialog.css +70 -0
  376. package/dist/ui/Dialog/dialog.d.ts +45 -2
  377. package/dist/ui/Dialog/dialog.d.ts.map +1 -1
  378. package/dist/ui/Dialog/dialog.js +256 -7
  379. package/dist/ui/Dialog/dialog.js.map +1 -1
  380. package/dist/ui/Dialog/dialog.module.scss.js +1 -1
  381. package/dist/ui/Icon/icon.css +14 -7
  382. package/dist/ui/ProgressBar/progress-bar.css +10 -3
  383. package/dist/ui/StatCard/stat-card.css +13 -0
  384. package/dist/ui/StatCard/stat-card.d.ts +9 -0
  385. package/dist/ui/StatCard/stat-card.d.ts.map +1 -1
  386. package/dist/ui/StatCard/stat-card.js +2 -2
  387. package/dist/ui/StatCard/stat-card.js.map +1 -1
  388. package/dist/ui/StatusDot/status-dot.css +4 -1
  389. package/dist/ui/StepProgress/step-progress.css +12 -4
  390. package/dist/ui/Switch/switch.css +6 -2
  391. package/dist/ui/Tooltip/tooltip.d.ts.map +1 -1
  392. package/dist/ui/Tooltip/tooltip.js +1 -1
  393. package/dist/ui/Tooltip/tooltip.js.map +1 -1
  394. package/dist/ui.d.ts +3 -3
  395. package/dist/user/UserInfo/user-info.js +1 -1
  396. package/dist/utils/index.d.ts +1 -0
  397. package/dist/utils/index.d.ts.map +1 -1
  398. package/dist/utils/portal.d.ts +34 -0
  399. package/dist/utils/portal.d.ts.map +1 -0
  400. package/dist/utils/portal.js +40 -0
  401. package/dist/utils/portal.js.map +1 -0
  402. package/dist/utils.d.ts +35 -1
  403. package/dist/utils.js +1 -0
  404. package/dist/utils.js.map +1 -1
  405. package/package.json +3 -2
  406. package/src/styles/_mixins.scss +30 -0
@@ -0,0 +1,354 @@
1
+ import * as React from 'react';
2
+ import React__default from 'react';
3
+ import { d as SidebarSection, S as SidebarNavItem, B as BreadcrumbItemData, c as NavUserProps } from './nav-user-CJIcWKyY.js';
4
+ import { R as RowProps } from './row-CuhTBQhK.js';
5
+ import { I as Input } from './input-Cp5LET5i.js';
6
+ import { b as TooltipContent, B as Button } from './tooltip-540OmbEG.js';
7
+ import { VariantProps } from 'class-variance-authority';
8
+ import * as class_variance_authority_types from 'class-variance-authority/types';
9
+
10
+ interface ColumnProps extends React__default.HTMLAttributes<HTMLDivElement> {
11
+ children?: React__default.ReactNode;
12
+ el?: React__default.ElementType<React__default.HTMLAttributes<HTMLDivElement>>;
13
+ gap?: number;
14
+ full?: boolean;
15
+ fullHeight?: boolean;
16
+ align?: 'start' | 'center' | 'end';
17
+ flex?: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12;
18
+ }
19
+
20
+ interface ContainerProps extends React__default.HTMLAttributes<HTMLDivElement> {
21
+ children?: React__default.ReactNode;
22
+ el?: React__default.ElementType<React__default.HTMLAttributes<HTMLDivElement>>;
23
+ styled?: boolean;
24
+ direction?: 'column' | 'row';
25
+ align?: 'start' | 'center' | 'end' | 'stretch';
26
+ justify?: 'start' | 'center' | 'end' | 'space-between' | 'space-around' | 'space-evenly';
27
+ full?: boolean;
28
+ rounded?: boolean | 'extra';
29
+ outlined?: boolean;
30
+ /** A border colour outside the theme scale; pairs with `outlined`. */
31
+ color?: string;
32
+ theme?: 'primary' | 'secondary' | 'success' | 'destructive' | 'warning' | 'info' | 'slate' | 'light-slate';
33
+ elevation?: number;
34
+ padding?: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 'xl' | 'lg' | 'md' | 'sm' | 'xs' | 'none';
35
+ darkMode?: boolean;
36
+ gap?: number;
37
+ /**
38
+ * Draw one edge in `color` as a thick rule.
39
+ *
40
+ * A card that belongs to a category — an aisle, a shelf, a queue — reads
41
+ * faster with a coloured edge than with a full outline in the same hue,
42
+ * because the edge is a mark and the outline is a box. Pairs with `color`.
43
+ */
44
+ accent?: 'left' | 'right' | 'top' | 'bottom';
45
+ /** Colour for the `accent` edge. Falls back to `color`, then the divider. */
46
+ accentColor?: string;
47
+ /**
48
+ * Cap the content width and centre it.
49
+ *
50
+ * `text` for a column of prose, `content` for ordinary forms and lists,
51
+ * `wide` for dense work that earns the room. A CSS length is accepted for
52
+ * the case the scale does not cover. Without it a container simply fills its
53
+ * parent, which is right until the parent is a very large screen.
54
+ */
55
+ measure?: 'text' | 'content' | 'wide' | 'full' | (string & {});
56
+ /**
57
+ * Fade the container in shortly after mount.
58
+ *
59
+ * Off by default. Only sensible for something that appears once — a hero
60
+ * panel, an empty state. Anything that repeats or is toggled should not use
61
+ * it: the container renders invisible until the timer fires.
62
+ */
63
+ appear?: boolean;
64
+ }
65
+
66
+ type GridColumns = 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12;
67
+ interface GridProps extends React__default.HTMLAttributes<HTMLDivElement> {
68
+ children?: React__default.ReactNode;
69
+ /** Number of columns (1–12). Default: 1. */
70
+ columns?: GridColumns;
71
+ /** Responsive column overrides. Each breakpoint sets the column count at that width and above. */
72
+ sm?: GridColumns;
73
+ md?: GridColumns;
74
+ lg?: GridColumns;
75
+ xl?: GridColumns;
76
+ /** Gap between items (0–12, maps to --size-N tokens). Default: 2. */
77
+ gap?: number;
78
+ /**
79
+ * A minimum track width — `repeat(auto-fit, minmax(<min>, 1fr))`.
80
+ *
81
+ * For a grid whose column COUNT is not the interesting question: "these
82
+ * boxes hold one word each, fit as many as will read" is a statement about
83
+ * the content, and it reflows without naming a breakpoint. Takes precedence
84
+ * over `columns` and the responsive overrides, which it replaces.
85
+ */
86
+ min?: string;
87
+ /**
88
+ * With `min`, keep empty tracks instead of collapsing them (`auto-fill`
89
+ * rather than `auto-fit`).
90
+ *
91
+ * The difference only shows when the items do not fill the row. A grid of
92
+ * CARDS wants this: one card in an aisle should stay card-sized, not stretch
93
+ * to the full width. A grid of form FIELDS wants the default, where two
94
+ * fields share the row rather than leaving a hole.
95
+ */
96
+ fill?: boolean;
97
+ /**
98
+ * Pack items by height instead of by row, so a short item does not leave a
99
+ * hole under a tall neighbour.
100
+ *
101
+ * Implemented with CSS multi-column, which is the only masonry that works
102
+ * everywhere today — `grid-template-rows: masonry` is still behind a flag.
103
+ * The trade is reading order: items flow DOWN each column and then across,
104
+ * rather than left to right. For a list already grouped and sorted that is
105
+ * fine; for anything where "the next one" must sit to the right, it is not.
106
+ *
107
+ * Pairs with `min`, which sets the column width.
108
+ */
109
+ masonry?: boolean;
110
+ /**
111
+ * Animate children to their new positions instead of letting them jump.
112
+ *
113
+ * Wires up FLIP (see `useFlip`). Worth it wherever the layout reflows on its
114
+ * own — a masonry that restacks when the window narrows, or a card that
115
+ * pushes its neighbours down as it expands. Respects
116
+ * the app's motion preference (`useMotion`), which defaults to
117
+ * `prefers-reduced-motion`.
118
+ */
119
+ animate?: boolean;
120
+ /** Horizontal alignment of items within cells. */
121
+ align?: 'start' | 'center' | 'end' | 'stretch';
122
+ /** Vertical alignment of items within cells. */
123
+ justify?: 'start' | 'center' | 'end' | 'stretch';
124
+ /** Whether the grid fills its parent width. */
125
+ full?: boolean;
126
+ /** Semantic HTML element to render. Default: div. */
127
+ el?: React__default.ElementType<React__default.HTMLAttributes<HTMLDivElement>>;
128
+ }
129
+
130
+ type SidebarVariant = 'sidebar' | 'floating' | 'inset';
131
+ type SidebarContextValue = {
132
+ state: 'expanded' | 'collapsed';
133
+ open: boolean;
134
+ setOpen: React__default.Dispatch<React__default.SetStateAction<boolean>>;
135
+ isMobile: boolean;
136
+ openMobile: boolean;
137
+ setOpenMobile: React__default.Dispatch<React__default.SetStateAction<boolean>>;
138
+ toggleSidebar: () => void;
139
+ variant: SidebarVariant;
140
+ setVariant: React__default.Dispatch<React__default.SetStateAction<SidebarVariant>>;
141
+ };
142
+
143
+ declare function AppContent({ children, className, ...props }: React.ComponentProps<'div'>): React.JSX.Element;
144
+
145
+ interface AppContentFooterProps extends React.HTMLAttributes<HTMLDivElement> {
146
+ /** The element to render. Defaults to `footer`. */
147
+ el?: React.ElementType<React.HTMLAttributes<HTMLDivElement>>;
148
+ }
149
+ /**
150
+ * The band at the foot of a content area — a search field, a toolbar, the
151
+ * action that commits the page.
152
+ *
153
+ * ⚠️ It must be a SIBLING of `AppContentMain`, not a child of it:
154
+ *
155
+ * ```tsx
156
+ * <AppContent>
157
+ * <AppSidebarHeader />
158
+ * <AppContentMain>{page}</AppContentMain>
159
+ * <AppContentFooter>{search}</AppContentFooter>
160
+ * </AppContent>
161
+ * ```
162
+ *
163
+ * Nothing here is pinned. `AppContent` is a full-height column and only the
164
+ * middle band scrolls, so the foot of the column IS the foot of the screen and
165
+ * the band stays there by arithmetic rather than by being told to.
166
+ *
167
+ * It was `position: sticky; bottom: 0` inside the scrolling area, and that
168
+ * cannot work however the offsets are tuned: a sticky element travels only
169
+ * within its containing block, and a band that is the LAST child of the page it
170
+ * scrolls with has nothing below it to travel over. It docked on short pages,
171
+ * where there was no scrolling to survive, and scrolled away on long ones.
172
+ *
173
+ * Fixed positioning is the other wrong answer — it is measured against the
174
+ * viewport, so in an app with a sidebar the band runs underneath it and has to
175
+ * be inset by hand for every state the sidebar can be in.
176
+ *
177
+ * There is no matching header band; the shell's header is already a band of the
178
+ * same column, so it is always in view without being told to be.
179
+ */
180
+ declare function AppContentFooter({ children, className, el, ...props }: AppContentFooterProps): React.JSX.Element;
181
+
182
+ interface AppContentMainProps extends React.HTMLAttributes<HTMLElement> {
183
+ /** The element to render. Defaults to `main`. */
184
+ el?: React.ElementType<React.HTMLAttributes<HTMLElement>>;
185
+ }
186
+ /**
187
+ * The scrolling middle band of a content area.
188
+ *
189
+ * `AppContent` is a column of exactly three bands — header, this, footer — and
190
+ * this is the only one that scrolls. It takes whatever height the other two
191
+ * leave and scrolls inside itself, so the bands above and below it are always
192
+ * on screen without being pinned there.
193
+ *
194
+ * That is why the footer does not need to be sticky, and why a page must not
195
+ * put its footer INSIDE this band hoping `position: sticky; bottom: 0` will
196
+ * dock it. A sticky element can only travel within its containing block, and a
197
+ * band that is the last child of the thing it scrolls in has no room below it
198
+ * to travel — it looks docked on a short page (where nothing scrolls anyway)
199
+ * and scrolls away on a long one, which is the case it was added for.
200
+ *
201
+ * The composition, and the only one that docks a footer:
202
+ *
203
+ * ```tsx
204
+ * <AppContent>
205
+ * <AppSidebarHeader />
206
+ * <AppContentMain>{page}</AppContentMain>
207
+ * <AppContentFooter>{search}</AppContentFooter>
208
+ * </AppContent>
209
+ * ```
210
+ *
211
+ * A sticky band INSIDE the page still works, and now pins to this element
212
+ * rather than to the window — but note that sticky offsets are measured from
213
+ * the scroller's PADDING edge, so a band meant to sit flush against the top of
214
+ * the scrollport has to offset by this element's own padding.
215
+ */
216
+ declare function AppContentMain({ children, className, el, ...props }: AppContentMainProps): React.JSX.Element;
217
+
218
+ interface AppFooterProps {
219
+ brand: string;
220
+ links: {
221
+ label: string;
222
+ href: string;
223
+ }[];
224
+ }
225
+ declare function AppFooter({ brand, links }: AppFooterProps): React.JSX.Element;
226
+
227
+ interface AppShellProps {
228
+ children: React.ReactNode;
229
+ /**
230
+ * Initial sidebar state. Persist this server-side (cookie, session) or in
231
+ * localStorage and pass it in, so the sidebar doesn't flash open on load.
232
+ */
233
+ defaultSidebarOpen?: boolean;
234
+ }
235
+ declare function AppShell({ children, defaultSidebarOpen }: AppShellProps): React.JSX.Element;
236
+
237
+ interface AppSidebarProps {
238
+ logo: React.ReactNode;
239
+ homeHref?: string;
240
+ currentPath?: string;
241
+ linkComponent?: React.ElementType;
242
+ sections: SidebarSection[];
243
+ footerItems?: SidebarNavItem[];
244
+ footerSeparator?: boolean;
245
+ children?: React.ReactNode;
246
+ }
247
+ declare function AppSidebar({ logo, homeHref, currentPath, linkComponent, sections, footerItems, footerSeparator, children, }: AppSidebarProps): React.JSX.Element;
248
+
249
+ interface AppSidebarHeaderProps extends React.HTMLAttributes<HTMLElement> {
250
+ breadcrumbs?: BreadcrumbItemData[];
251
+ /** Omit to hide the account menu (e.g. on signed-out chrome). */
252
+ user?: NavUserProps['user'];
253
+ userMenu?: Omit<NavUserProps, 'user'>;
254
+ /** Extra controls between the appearance toggle and the account menu. */
255
+ actions?: React.ReactNode;
256
+ }
257
+ /**
258
+ * The header band of a content area.
259
+ *
260
+ * `className` and any other DOM props reach the `header` element. They used to
261
+ * be dropped on the floor — the component took four named props and spread
262
+ * nothing — so a caller passing `className` got no error and no class, and
263
+ * spent the difference looking at its own stylesheet.
264
+ */
265
+ declare function AppSidebarHeader({ breadcrumbs, user, userMenu, actions, className, ...props }: AppSidebarHeaderProps): React.JSX.Element;
266
+
267
+ interface CollapseProps extends React.HTMLAttributes<HTMLDivElement> {
268
+ open: boolean;
269
+ /** Transition length in ms. Also how long the unmount is deferred. */
270
+ duration?: number;
271
+ /**
272
+ * Unmount children once the close animation finishes. Keeps focus traps,
273
+ * `autoFocus` and dismiss handlers out of the tree while the panel is shut.
274
+ * Set `false` to keep children mounted — cheaper for a panel toggled often,
275
+ * and required if they hold state you need to survive a close.
276
+ */
277
+ unmountOnClose?: boolean;
278
+ }
279
+ /**
280
+ * A panel that animates its own height, so content below slides rather than
281
+ * jumping.
282
+ *
283
+ * Uses `grid-template-rows: 0fr → 1fr` rather than animating `max-height`: it
284
+ * interpolates to the panel's real height, so there is no magic number to
285
+ * guess and no pause at the end when the guess was too generous.
286
+ */
287
+ declare const Collapse: React.ForwardRefExoticComponent<CollapseProps & React.RefAttributes<HTMLDivElement>>;
288
+
289
+ declare const Column: React.FC<ColumnProps>;
290
+
291
+ declare const Container: React.ForwardRefExoticComponent<ContainerProps & React.RefAttributes<HTMLDivElement>>;
292
+
293
+ declare const Grid: React.ForwardRefExoticComponent<GridProps & React.RefAttributes<HTMLDivElement>>;
294
+
295
+ declare const Row: React.FC<RowProps>;
296
+
297
+ declare const sidebarMenuButtonVariants: (props?: ({
298
+ variant?: "default" | "outline" | null | undefined;
299
+ size?: "sm" | "md" | "lg" | null | undefined;
300
+ } & class_variance_authority_types.ClassProp) | undefined) => string;
301
+
302
+ declare function SidebarProvider({ defaultOpen, open: openProp, onOpenChange: setOpenProp, className, style, children, ...props }: React.ComponentProps<'div'> & {
303
+ defaultOpen?: boolean;
304
+ open?: boolean;
305
+ onOpenChange?: React.Dispatch<React.SetStateAction<boolean>>;
306
+ }): React.JSX.Element;
307
+ declare function Sidebar({ side, variant, collapsible, className, children, ...props }: React.ComponentProps<'div'> & {
308
+ side?: 'left' | 'right';
309
+ variant?: SidebarVariant;
310
+ collapsible?: 'offcanvas' | 'icon' | 'none';
311
+ }): React.JSX.Element;
312
+ declare function SidebarTrigger({ className, onClick, ...props }: React.ComponentProps<typeof Button>): React.JSX.Element;
313
+ declare function SidebarRail({ className, ...props }: React.ComponentProps<'button'>): React.JSX.Element;
314
+ declare function SidebarInset({ className, ...props }: React.ComponentProps<'div'>): React.JSX.Element;
315
+ declare function SidebarInput({ className, ...props }: React.ComponentProps<typeof Input>): React.JSX.Element;
316
+ declare function SidebarHeader({ className, ...props }: React.ComponentProps<'div'>): React.JSX.Element;
317
+ declare function SidebarFooter({ className, ...props }: React.ComponentProps<'div'>): React.JSX.Element;
318
+ declare function SidebarContent({ className, ...props }: React.ComponentProps<'div'>): React.JSX.Element;
319
+ declare function SidebarGroup({ className, ...props }: React.ComponentProps<'div'>): React.JSX.Element;
320
+ declare function SidebarGroupLabel({ className, asChild, ...props }: React.ComponentProps<'div'> & {
321
+ asChild?: boolean;
322
+ }): React.JSX.Element;
323
+ declare function SidebarGroupAction({ className, asChild, ...props }: React.ComponentProps<'button'> & {
324
+ asChild?: boolean;
325
+ }): React.JSX.Element;
326
+ declare function SidebarGroupContent({ className, ...props }: React.ComponentProps<'div'>): React.JSX.Element;
327
+ declare function SidebarMenu({ className, ...props }: React.ComponentProps<'ul'>): React.JSX.Element;
328
+ declare function SidebarMenuItem({ className, ...props }: React.ComponentProps<'li'>): React.JSX.Element;
329
+ declare function SidebarMenuButton({ asChild, isActive, variant, size, tooltip, className, ...props }: React.ComponentProps<'button'> & {
330
+ asChild?: boolean;
331
+ isActive?: boolean;
332
+ tooltip?: string | React.ComponentProps<typeof TooltipContent>;
333
+ } & VariantProps<typeof sidebarMenuButtonVariants>): React.JSX.Element;
334
+ declare function SidebarMenuAction({ className, asChild, showOnHover, ...props }: React.ComponentProps<'button'> & {
335
+ asChild?: boolean;
336
+ showOnHover?: boolean;
337
+ }): React.JSX.Element;
338
+ declare function SidebarMenuBadge({ className, ...props }: React.ComponentProps<'div'>): React.JSX.Element;
339
+ declare function SidebarMenuSkeleton({ className, showIcon, ...props }: React.ComponentProps<'div'> & {
340
+ showIcon?: boolean;
341
+ }): React.JSX.Element;
342
+ declare function SidebarMenuSub({ className, ...props }: React.ComponentProps<'ul'>): React.JSX.Element;
343
+ declare function SidebarMenuSubItem({ className, ...props }: React.ComponentProps<'li'>): React.JSX.Element;
344
+ declare function SidebarMenuSubButton({ asChild, size, isActive, tooltip, className, ...props }: React.ComponentProps<'a'> & {
345
+ asChild?: boolean;
346
+ size?: 'sm' | 'md';
347
+ isActive?: boolean;
348
+ tooltip?: string | React.ComponentProps<typeof TooltipContent>;
349
+ }): React.JSX.Element;
350
+
351
+ declare function Skeleton({ className, ...props }: React.ComponentProps<'div'>): React.JSX.Element;
352
+
353
+ export { AppContent as A, SidebarHeader as B, Collapse as C, SidebarInput as D, SidebarInset as E, SidebarMenu as F, Grid as G, SidebarMenuAction as H, SidebarMenuBadge as I, SidebarMenuButton as J, SidebarMenuItem as K, SidebarMenuSkeleton as L, SidebarMenuSub as M, SidebarMenuSubButton as N, SidebarMenuSubItem as O, SidebarProvider as P, SidebarRail as Q, Row as R, SidebarTrigger as T, Skeleton as V, AppContentFooter as a, AppContentMain as c, AppFooter as e, AppShell as g, AppSidebar as i, AppSidebarHeader as j, Column as n, Container as p, Sidebar as t, SidebarContent as u, SidebarFooter as v, SidebarGroup as w, SidebarGroupAction as x, SidebarGroupContent as y, SidebarGroupLabel as z };
354
+ export type { SidebarContextValue as S, SidebarVariant as U, AppContentFooterProps as b, AppContentMainProps as d, AppFooterProps as f, AppShellProps as h, AppSidebarHeaderProps as k, AppSidebarProps as l, CollapseProps as m, ColumnProps as o, ContainerProps as q, GridColumns as r, GridProps as s };