@mkbabb/glass-ui 3.1.1 → 3.3.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 (337) hide show
  1. package/dist/{CardFooter-CSGcJkqa.js → CardFooter-C390imy7.js} +3 -3
  2. package/dist/{CollapsibleContent-CVMOcYlV.js → CollapsibleContent-cauTbZEM.js} +1 -1
  3. package/dist/{CommandShortcut-DWT19a2Y.js → CommandShortcut-BiVyqipe.js} +7 -6
  4. package/dist/{ContextMenuSubContent-gAFxJ-qi.js → ContextMenuSubContent-DrWkXKQP.js} +4 -4
  5. package/dist/DataTable-FfkaAg2z.js +465 -0
  6. package/dist/DialogContent-IQ8_BRrC.js +100 -0
  7. package/dist/{DialogFooter-ClrNEOVU.js → DialogFooter-Er0wA3K6.js} +2 -2
  8. package/dist/{DiscoGlyph-C3JfMnRV.js → DiscoGlyph-BaZ8OawK.js} +1 -1
  9. package/dist/{GlyphFace-BRS8vUb7.js → GlyphFace-B_7vOmYn.js} +1 -1
  10. package/dist/HoverPopover-DTSYkJtw.js +96 -0
  11. package/dist/{IconTooltip-BkaA7tZ2.js → IconTooltip-BTyYn4mr.js} +1 -1
  12. package/dist/Input-CU9CNKmo.js +52 -0
  13. package/dist/{MetricBadge-DmAihkXd.js → MetricBadge-BlrdbOGN.js} +2 -2
  14. package/dist/{Notification-OqIpADml.js → Notification-DP_ApJLo.js} +3 -3
  15. package/dist/{NumberFieldContent-DTH9gb_N.js → NumberFieldContent-iOTQ5rGO.js} +9 -5
  16. package/dist/{PopoverContent-EiklFrna.js → PopoverContent-B8WtJECb.js} +1 -1
  17. package/dist/Progress-DjM86vfb.js +254 -0
  18. package/dist/{ScrollingText-BFd0i2zJ.js → ScrollingText-P9o_DuMn.js} +2 -2
  19. package/dist/{SelectScrollDownButton-Dth8-wXQ.js → SelectScrollDownButton-BGn3rjs9.js} +12 -11
  20. package/dist/TabsIndicator-DA0x9gPr.js +97 -0
  21. package/dist/{Toaster-Bjlunvq4.js → Toaster-DdhMKfus.js} +1 -1
  22. package/dist/{ToggleGroupItem-OesUouE7.js → ToggleGroupItem-gyXj998A.js} +37 -40
  23. package/dist/UnderlineTabs-Cq_AD03t.js +39 -0
  24. package/dist/animated-digit.js +3 -3
  25. package/dist/api/index.d.ts +2 -0
  26. package/dist/api.js +1 -1
  27. package/dist/aurora.js +471 -320
  28. package/dist/badge.js +1 -1
  29. package/dist/{button-C0aHmBbt.js → button-Ckn3eDfB.js} +27 -22
  30. package/dist/button.js +1 -1
  31. package/dist/card.js +1 -1
  32. package/dist/carousel.js +6 -6
  33. package/dist/{check-dwgetki8.js → check-CdkxGxXJ.js} +1 -1
  34. package/dist/{chevron-down-DILQA1t6.js → chevron-down-pBY8sYfV.js} +1 -1
  35. package/dist/{chevron-right-fS7fal2t.js → chevron-right-BjeKC22V.js} +1 -1
  36. package/dist/{chevron-up-BtYjYQOS.js → chevron-up-DBeNHUm1.js} +1 -1
  37. package/dist/collapsible.js +1 -1
  38. package/dist/color-rkK4RMx2.js +33 -0
  39. package/dist/color.d.ts +1 -0
  40. package/dist/color.js +2 -0
  41. package/dist/command.js +1 -1
  42. package/dist/compile-DVgAxagk.js +106 -0
  43. package/dist/components/custom/animated-digit/AnimatedDigit.vue.d.ts +7 -7
  44. package/dist/components/custom/aurora/Aurora.vue.d.ts +3 -3
  45. package/dist/components/custom/aurora/composables/color.d.ts +42 -16
  46. package/dist/components/custom/aurora/composables/cursorModel.d.ts +45 -0
  47. package/dist/components/custom/aurora/composables/frameLoop.d.ts +30 -0
  48. package/dist/components/custom/aurora/composables/glSetup.d.ts +29 -0
  49. package/dist/components/custom/aurora/composables/runtime.d.ts +45 -35
  50. package/dist/components/custom/aurora/composables/uniformBridge.d.ts +67 -0
  51. package/dist/components/custom/aurora/composables/useAurora.d.ts +14 -1
  52. package/dist/components/custom/aurora/composables/useCursorInteraction.d.ts +1 -1
  53. package/dist/components/custom/aurora/constants/budget.d.ts +50 -0
  54. package/dist/components/custom/aurora/{presets.d.ts → constants/presets.d.ts} +3 -6
  55. package/dist/components/custom/aurora/constants/shaders/aurora.frag.d.ts +1 -0
  56. package/dist/components/custom/aurora/constants/shaders/brush.glsl.d.ts +1 -0
  57. package/dist/components/custom/aurora/constants/shaders/composition.glsl.d.ts +1 -0
  58. package/dist/components/custom/aurora/constants/shaders/flow.glsl.d.ts +1 -0
  59. package/dist/components/custom/aurora/constants/shaders/mediums.glsl.d.ts +2 -0
  60. package/dist/components/custom/aurora/constants/shaders/tonemap.glsl.d.ts +1 -0
  61. package/dist/components/custom/aurora/index.d.ts +4 -3
  62. package/dist/components/custom/configurator/Configurator.vue.d.ts +26 -0
  63. package/dist/components/custom/configurator/ConfiguratorLayer.vue.d.ts +14 -7
  64. package/dist/components/custom/configurator/density.d.ts +3 -8
  65. package/dist/components/custom/configurator/index.d.ts +1 -1
  66. package/dist/components/custom/dock/DockBackgroundToggle.vue.d.ts +46 -0
  67. package/dist/components/custom/dock/DockIconButton.vue.d.ts +15 -4
  68. package/dist/components/custom/dock/DockLayerGroup.vue.d.ts +2 -2
  69. package/dist/components/custom/dock/GlassDock.vue.d.ts +34 -13
  70. package/dist/components/custom/dock/composables/dockContext.d.ts +4 -4
  71. package/dist/components/custom/dock/composables/dockLayerContext.d.ts +13 -6
  72. package/dist/components/custom/dock/composables/useLayerTransition.d.ts +32 -8
  73. package/dist/components/custom/dock/index.d.ts +1 -0
  74. package/dist/components/custom/expandable-container/ExpandableContainer.vue.d.ts +10 -0
  75. package/dist/components/custom/glass-panel/GlassPanel.vue.d.ts +1 -1
  76. package/dist/components/custom/glyph-face/keys.d.ts +3 -29
  77. package/dist/components/custom/goo-blob/GooBlob.vue.d.ts +48 -0
  78. package/dist/components/custom/goo-blob/composables/easing.d.ts +6 -0
  79. package/dist/components/custom/goo-blob/composables/useBlobMood.d.ts +14 -0
  80. package/dist/components/custom/goo-blob/composables/useBlobPointer.d.ts +18 -0
  81. package/dist/components/custom/goo-blob/composables/useBlobSatellites.d.ts +13 -0
  82. package/dist/components/custom/goo-blob/composables/useMetaballRenderer.d.ts +42 -0
  83. package/dist/components/custom/goo-blob/index.d.ts +7 -0
  84. package/dist/components/custom/goo-blob/shaders/metaball.frag.d.ts +1 -0
  85. package/dist/components/custom/goo-blob/shaders/metaball.vert.d.ts +1 -0
  86. package/dist/components/custom/goo-blob/shaders/oklch-perturb.glsl.d.ts +1 -0
  87. package/dist/components/custom/goo-blob/shaders/sdf-body.glsl.d.ts +1 -0
  88. package/dist/components/custom/goo-blob/shaders/watercolor-edges.glsl.d.ts +2 -0
  89. package/dist/components/custom/goo-blob/types.d.ts +77 -0
  90. package/dist/components/custom/hover-popover/HoverPopover.vue.d.ts +48 -9
  91. package/dist/components/custom/labeled-field/LabeledField.vue.d.ts +2 -0
  92. package/dist/components/custom/labeled-field/LabeledSelect.vue.d.ts +2 -2
  93. package/dist/components/custom/metric-stack/MetricRow.vue.d.ts +2 -2
  94. package/dist/components/custom/responsive-tabs/ResponsiveTabs.vue.d.ts +13 -7
  95. package/dist/components/custom/search/FuzzySearch.vue.d.ts +1 -1
  96. package/dist/components/custom/search/SearchBar.vue.d.ts +1 -1
  97. package/dist/components/custom/sortable-list/SortableHandle.vue.d.ts +7 -1
  98. package/dist/components/custom/sortable-list/context.d.ts +2 -3
  99. package/dist/components/custom/tabs/BouncyTabs.vue.d.ts +6 -3
  100. package/dist/components/custom/tabs/BouncyToggle.vue.d.ts +7 -3
  101. package/dist/components/custom/tabs/UnderlineTabs.vue.d.ts +6 -3
  102. package/dist/components/custom/tabs/composables/useBouncySlider.d.ts +39 -0
  103. package/dist/components/custom/timeline/ContinuousMarkers.vue.d.ts +49 -0
  104. package/dist/components/custom/timeline/ContinuousRail.vue.d.ts +26 -0
  105. package/dist/components/custom/timeline/ContinuousTimeline.vue.d.ts +4 -4
  106. package/dist/components/custom/typewriter/TypewriterText.vue.d.ts +2 -2
  107. package/dist/components/custom/watercolor-dot/WatercolorDot.vue.d.ts +45 -0
  108. package/dist/components/custom/watercolor-dot/index.d.ts +3 -0
  109. package/dist/components/custom/watercolor-dot/prng.d.ts +5 -0
  110. package/dist/components/custom/watercolor-dot/useWatercolorBlob.d.ts +24 -0
  111. package/dist/components/ui/_shared/menuItemVariants.d.ts +1 -1
  112. package/dist/components/ui/avatar/Avatar.vue.d.ts +1 -1
  113. package/dist/components/ui/avatar/AvatarImage.vue.d.ts +5 -1
  114. package/dist/components/ui/avatar/index.d.ts +1 -1
  115. package/dist/components/ui/badge/index.d.ts +2 -2
  116. package/dist/components/ui/button/Button.vue.d.ts +3 -1
  117. package/dist/components/ui/button/index.d.ts +2 -2
  118. package/dist/components/ui/carousel/CarouselNext.vue.d.ts +2 -2
  119. package/dist/components/ui/carousel/CarouselPrevious.vue.d.ts +2 -2
  120. package/dist/components/ui/combobox/Combobox.vue.d.ts +2 -2
  121. package/dist/components/ui/combobox/ComboboxInput.vue.d.ts +2 -1
  122. package/dist/components/ui/command/Command.vue.d.ts +3 -3
  123. package/dist/components/ui/command/CommandInput.vue.d.ts +2 -1
  124. package/dist/components/ui/data-table/DataTable.vue.d.ts +5 -4
  125. package/dist/components/ui/dialog/DialogContent.vue.d.ts +8 -0
  126. package/dist/components/ui/drawer/Drawer.vue.d.ts +4 -4
  127. package/dist/components/ui/input/Input.vue.d.ts +19 -1
  128. package/dist/components/ui/multi-select/MultiSelect.vue.d.ts +8 -4
  129. package/dist/components/ui/progress/Progress.vue.d.ts +26 -88
  130. package/dist/components/ui/progress/ProgressDefault.vue.d.ts +14 -0
  131. package/dist/components/ui/progress/ProgressGradient.vue.d.ts +25 -0
  132. package/dist/components/ui/progress/ProgressSectioned.vue.d.ts +36 -0
  133. package/dist/components/ui/progress/index.d.ts +5 -2
  134. package/dist/components/ui/progress/useProgressGeometry.d.ts +60 -0
  135. package/dist/components/ui/select/Select.vue.d.ts +2 -2
  136. package/dist/components/ui/select/SelectContent.vue.d.ts +1 -1
  137. package/dist/components/ui/select/SelectTrigger.vue.d.ts +3 -0
  138. package/dist/components/ui/sheet/index.d.ts +1 -1
  139. package/dist/components/ui/slider/index.d.ts +12 -11
  140. package/dist/components/ui/tags-input/TagsInput.vue.d.ts +2 -2
  141. package/dist/components/ui/textarea/Textarea.vue.d.ts +5 -1
  142. package/dist/components/ui/toast/Toast.vue.d.ts +4 -4
  143. package/dist/components/ui/toggle/Toggle.vue.d.ts +1 -1
  144. package/dist/components/ui/toggle/index.d.ts +1 -1
  145. package/dist/components/ui/toggle-group/toggleGroupContext.d.ts +2 -3
  146. package/dist/composables/color/index.d.ts +49 -0
  147. package/dist/composables/context/createContext.d.ts +56 -0
  148. package/dist/composables/context/index.d.ts +1 -0
  149. package/dist/composables/dark/darkModeSyncScript.d.ts +23 -0
  150. package/dist/composables/dark/index.d.ts +3 -0
  151. package/dist/composables/dark/useGlobalDark.d.ts +19 -2
  152. package/dist/composables/dom/index.d.ts +1 -3
  153. package/dist/composables/dom/useClipboard.d.ts +35 -12
  154. package/dist/composables/dom/useDocumentVisibility.d.ts +20 -0
  155. package/dist/composables/dom/useTextHighlight.d.ts +40 -0
  156. package/dist/composables/glass/webgl/compile.d.ts +15 -0
  157. package/dist/composables/glass/webgl/shaders/procedural-color.glsl.d.ts +3 -0
  158. package/dist/composables/glass/webgl/useWebGLCanvas.d.ts +55 -0
  159. package/dist/composables/motion/core/index.d.ts +2 -1
  160. package/dist/composables/motion/index.d.ts +1 -1
  161. package/dist/composables/motion/useCountup.d.ts +29 -0
  162. package/dist/composables/motion/usePrioritizedTask.d.ts +41 -0
  163. package/dist/composables/motion/vReveal.d.ts +2 -0
  164. package/dist/composables/sidebar/useSidebarState.d.ts +2 -2
  165. package/dist/composables/sortable/dragController.d.ts +44 -0
  166. package/dist/composables/sortable/dropResolver.d.ts +34 -0
  167. package/dist/composables/sortable/ghostRenderer.d.ts +44 -0
  168. package/dist/composables/sortable/index.d.ts +1 -1
  169. package/dist/composables/sortable/touchGate.d.ts +26 -0
  170. package/dist/composables/sortable/transitionTiming.d.ts +50 -0
  171. package/dist/composables/sortable/types.d.ts +133 -0
  172. package/dist/composables/sortable/useSortable.d.ts +25 -140
  173. package/dist/configurator.js +1 -1
  174. package/dist/confirm-dialog.js +3 -3
  175. package/dist/context-menu.js +2 -2
  176. package/dist/controls.js +5 -5
  177. package/dist/createContext-DBMGRlx4.js +25 -0
  178. package/dist/dark.d.ts +2 -1
  179. package/dist/dark.js +9 -2
  180. package/dist/data-table.js +1 -1
  181. package/dist/dialog.js +2 -2
  182. package/dist/disco-glyph.js +1 -1
  183. package/dist/dock.js +410 -254
  184. package/dist/dockContext-spUj_-E5.js +9 -0
  185. package/dist/dom.js +6 -5
  186. package/dist/{dropdown-menu-BvRUamNs.js → dropdown-menu-EFjl5iKo.js} +4 -4
  187. package/dist/dropdown-menu.js +1 -1
  188. package/dist/expandable-container.js +28 -22
  189. package/dist/fonts/README.md +21 -0
  190. package/dist/fonts/fraunces/fraunces-latin.woff2 +0 -0
  191. package/dist/forms.js +70 -61
  192. package/dist/glass-carousel.js +59 -52
  193. package/dist/glass-panel.js +2 -2
  194. package/dist/glass-ui.css +1 -1
  195. package/dist/glass-ui.js +159 -254
  196. package/dist/glyph-face.js +2 -2
  197. package/dist/goo-blob.d.ts +1 -0
  198. package/dist/goo-blob.js +538 -0
  199. package/dist/header-ribbon.js +3 -3
  200. package/dist/hover-card.js +1 -1
  201. package/dist/hover-popover.js +1 -1
  202. package/dist/icon-tooltip.js +1 -1
  203. package/dist/index.d.ts +1 -0
  204. package/dist/instrument-chassis.js +1 -1
  205. package/dist/instrument-rail.js +1 -1
  206. package/dist/keyboard.js +1 -1
  207. package/dist/keys-BFoma9vm.js +9 -0
  208. package/dist/label.js +1 -1
  209. package/dist/labeled-field.js +57 -39
  210. package/dist/metric-badge.js +1 -1
  211. package/dist/metric-stack.js +1 -1
  212. package/dist/{minimize-2-LsCJ_eNt.js → minimize-2-BP27-qBY.js} +1 -1
  213. package/dist/motion-core.js +154 -135
  214. package/dist/motion.js +63 -15
  215. package/dist/notification.js +1 -1
  216. package/dist/number-field.js +1 -1
  217. package/dist/paper-backdrop.js +1 -1
  218. package/dist/popover.js +1 -1
  219. package/dist/{presets-a-D93K1S.js → presets-1OhFpaIC.js} +5 -5
  220. package/dist/prng-Bz_1Tydc.js +15 -0
  221. package/dist/progress.js +2 -2
  222. package/dist/pulse.js +1 -1
  223. package/dist/reactive.js +2 -2
  224. package/dist/responsive-tabs.js +38 -32
  225. package/dist/scrolling-text.js +1 -1
  226. package/dist/{search-DBAiUABx.js → search-DBG8qaRs.js} +1 -1
  227. package/dist/search.js +153 -149
  228. package/dist/select.js +3 -3
  229. package/dist/separator.js +1 -1
  230. package/dist/{sheet-CukNDezz.js → sheet-CQYYrkr9.js} +3 -3
  231. package/dist/sheet.js +1 -1
  232. package/dist/{slider-DJvHkTRe.js → slider-BOh8ycfZ.js} +8 -12
  233. package/dist/slider.js +1 -1
  234. package/dist/sortable-list.js +37 -39
  235. package/dist/stacked-icons.js +2 -2
  236. package/dist/styles/animations.css +1 -1
  237. package/dist/styles/cards.css +1 -1
  238. package/dist/styles/components.css +45 -0
  239. package/dist/styles/dock-controls.css +486 -0
  240. package/dist/styles/dock.css +325 -431
  241. package/dist/styles/fonts.css +25 -0
  242. package/dist/styles/glass-specular-track.css +154 -0
  243. package/dist/styles/glass.css +74 -2
  244. package/dist/styles/index.css +25 -2
  245. package/dist/styles/instrument-chassis.css +11 -4
  246. package/dist/styles/theme.css +73 -21
  247. package/dist/styles/tokens.css +282 -140
  248. package/dist/styles/typography.css +14 -8
  249. package/dist/styles/utilities.css +92 -8
  250. package/dist/styles/view-transition.css +10 -4
  251. package/dist/switch.js +1 -1
  252. package/dist/tabs.js +148 -106
  253. package/dist/timeline.js +220 -159
  254. package/dist/toast.js +1 -1
  255. package/dist/toggle-group.js +1 -1
  256. package/dist/tokens.d.ts +1 -1
  257. package/dist/tooltip.js +1 -1
  258. package/dist/typewriter.js +1 -1
  259. package/dist/{useAnimatedNumber-DKQYVB7s.js → useAnimatedNumber-BF6r64lA.js} +1 -1
  260. package/dist/useClipboard-D8vFyRCa.js +97 -0
  261. package/dist/useConfiguratorState-DUtC1jxr.js +276 -0
  262. package/dist/useGlobalDark-CWiaCoEw.js +34 -0
  263. package/dist/useIntersectionPause-DAdVPVp4.js +53 -0
  264. package/dist/useSortable-DnyGXKKY.js +246 -0
  265. package/dist/useTextHighlight-Dmtofpk2.js +72 -0
  266. package/dist/{useTouchGate-D9Zvrzyc.js → useTouchGate-CS5Csc2h.js} +1 -1
  267. package/dist/{useViewTransition-DYIK6Gzb.js → useViewTransition-D4ssvnXZ.js} +5 -3
  268. package/dist/utils/index.d.ts +2 -1
  269. package/dist/utils/platformSupport.d.ts +8 -0
  270. package/dist/utils/prng.d.ts +4 -0
  271. package/dist/vReveal-u2wSG2El.js +35 -0
  272. package/dist/watercolor-dot.d.ts +1 -0
  273. package/dist/watercolor-dot.js +129 -0
  274. package/dist/{x-q7pJa83X.js → x-C4pz9nbD.js} +1 -1
  275. package/package.json +110 -16
  276. package/src/fonts/README.md +21 -0
  277. package/src/fonts/fraunces/fraunces-latin.woff2 +0 -0
  278. package/src/styles/animations.css +1 -1
  279. package/src/styles/cards.css +1 -1
  280. package/src/styles/dock-controls.css +486 -0
  281. package/src/styles/dock.css +325 -431
  282. package/src/styles/fonts.css +25 -0
  283. package/src/styles/glass-specular-track.css +154 -0
  284. package/src/styles/glass.css +74 -2
  285. package/src/styles/index.css +21 -2
  286. package/src/styles/instrument-chassis.css +11 -4
  287. package/src/styles/theme.css +73 -21
  288. package/src/styles/tokens.css +282 -140
  289. package/src/styles/typography.css +14 -8
  290. package/src/styles/utilities.css +92 -8
  291. package/src/styles/view-transition.css +10 -4
  292. package/dist/DataTable-R8-Zidms.js +0 -460
  293. package/dist/DialogContent-2fALDSvc.js +0 -93
  294. package/dist/HoverPopover-CWFCfLx3.js +0 -96
  295. package/dist/Input-DDpFn568.js +0 -30
  296. package/dist/Progress-FApA9fm_.js +0 -126
  297. package/dist/UnderlineTabs-DAWMLmJG.js +0 -37
  298. package/dist/components/custom/aurora/shaders/aurora.frag.d.ts +0 -1
  299. package/dist/composables/dom/useBreakpoint.d.ts +0 -38
  300. package/dist/composables/dom/useIdleReady.d.ts +0 -63
  301. package/dist/composables/dom/useViewportReady.d.ts +0 -87
  302. package/dist/composables/glass/webgl/frostShader.d.ts +0 -27
  303. package/dist/composables/motion/useAnimatedNumberMap.d.ts +0 -29
  304. package/dist/composables/motion/useStagger.d.ts +0 -50
  305. package/dist/dockContext-D5NZCWJs.js +0 -16
  306. package/dist/keys-CaTQS-vx.js +0 -11
  307. package/dist/useConfiguratorState-CtRBE0m_.js +0 -268
  308. package/dist/useGlobalDark-B0WvLJE3.js +0 -24
  309. package/dist/useIdleReady-Cmkhm03v.js +0 -162
  310. package/dist/useIntersectionPause-IY2CwPQb.js +0 -39
  311. package/dist/useSortable-Cq2Y1JLO.js +0 -175
  312. /package/dist/{ContextMenuContent-otjFIu8v.js → ContextMenuContent-De01_83g.js} +0 -0
  313. /package/dist/{HoverCardContent-DaGrgJBO.js → HoverCardContent-ICfIMZX1.js} +0 -0
  314. /package/dist/{InstrumentChassis-CnHTMxds.js → InstrumentChassis-DaHIZCqy.js} +0 -0
  315. /package/dist/{InstrumentRail-C6dEbi8E.js → InstrumentRail-B0qqLFN0.js} +0 -0
  316. /package/dist/{Label-DJty89bp.js → Label-CZk-3nTc.js} +0 -0
  317. /package/dist/{ModalOverlay-iWiAgbYH.js → ModalOverlay-B_CBtqcE.js} +0 -0
  318. /package/dist/{PaperBackdrop-CeZ-w0R0.js → PaperBackdrop-D_YZW47j.js} +0 -0
  319. /package/dist/{SelectGroup-DdR4tdDY.js → SelectGroup-CMdoCjRE.js} +0 -0
  320. /package/dist/{SelectSeparator-CXm_hlqA.js → SelectSeparator-CaJnPF3_.js} +0 -0
  321. /package/dist/{Separator-D8AUMhxY.js → Separator-C2XtAXRp.js} +0 -0
  322. /package/dist/{Switch-Cr1t_F_U.js → Switch-x8n6husW.js} +0 -0
  323. /package/dist/{TooltipProvider-DE78vbEP.js → TooltipProvider-D-JrSqDu.js} +0 -0
  324. /package/dist/{_plugin-vue_export-helper-Dq1MygBL.js → _plugin-vue_export-helper-C1je1s0u.js} +0 -0
  325. /package/dist/{badge-x46my_Fo.js → badge-Cl6JZ1B7.js} +0 -0
  326. /package/dist/components/custom/aurora/{renderMode.d.ts → constants/renderMode.d.ts} +0 -0
  327. /package/dist/components/custom/aurora/{shaders → constants/shaders}/aurora.vert.d.ts +0 -0
  328. /package/dist/{constants-DwBwnG8N.js → constants-DsCdlK9I.js} +0 -0
  329. /package/dist/{createLucideIcon-Bn9a1b70.js → createLucideIcon-DuDoe_ra.js} +0 -0
  330. /package/dist/{menuItemVariants-BsbGNq9C.js → menuItemVariants-C2QlXqT3.js} +0 -0
  331. /package/dist/{useGlassRenderer-Ds-nmrGz.js → useGlassRenderer-Dn3WpfG-.js} +0 -0
  332. /package/dist/{useInterval-DVgGUf_y.js → useInterval-CHVYFpXV.js} +0 -0
  333. /package/dist/{useKeyboardShortcuts-Dpw_RUcB.js → useKeyboardShortcuts-BQfnAHHW.js} +0 -0
  334. /package/dist/{useResizeObserver-Cg9npuM3.js → useResizeObserver-DX-STszm.js} +0 -0
  335. /package/dist/{useSpringMount-Cfk1XK1R.js → useSpringMount-CnizvZGm.js} +0 -0
  336. /package/dist/{useTimer-NAaj9zNq.js → useTimer-DGgoxTXL.js} +0 -0
  337. /package/dist/{useUserInvalidAria-DVu1eTXG.js → useUserInvalidAria-DmvZ_6Dx.js} +0 -0
@@ -1,10 +1,9 @@
1
1
  import type { DataTableColumn, DataTableSort } from "./types";
2
2
  declare const __VLS_export: <T extends Record<string, any>>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
3
- props: import("vue").PublicProps & __VLS_PrettifyLocal<{
3
+ props: import("vue").PublicProps & __VLS_PrettifyLocal<({
4
4
  columns: DataTableColumn<T>[];
5
5
  rows: T[];
6
6
  total: number;
7
- page: number;
8
7
  pageSize: number;
9
8
  isLoading?: boolean;
10
9
  rowKey?: string;
@@ -32,8 +31,10 @@ declare const __VLS_export: <T extends Record<string, any>>(__VLS_props: NonNull
32
31
  cardBreakpoint?: number;
33
32
  class?: string;
34
33
  } & {
34
+ page: number;
35
+ }) & {
35
36
  onSelect?: ((row: T) => any) | undefined;
36
- "onUpdate:page"?: ((page: number) => any) | undefined;
37
+ "onUpdate:page"?: ((value: number) => any) | undefined;
37
38
  "onUpdate:sort"?: ((sort: DataTableSort) => any) | undefined;
38
39
  "onLoad-more"?: (() => any) | undefined;
39
40
  }> & (typeof globalThis extends {
@@ -68,7 +69,7 @@ declare const __VLS_export: <T extends Record<string, any>>(__VLS_props: NonNull
68
69
  } & {
69
70
  sentinel?: (props: {}) => any;
70
71
  };
71
- emit: ((evt: "select", row: T) => void) & ((evt: "update:page", page: number) => void) & ((evt: "update:sort", sort: DataTableSort) => void) & ((evt: "load-more") => void);
72
+ emit: (((evt: "select", row: T) => void) & ((evt: "update:sort", sort: DataTableSort) => void) & ((evt: "load-more") => void)) & ((event: "update:page", value: number) => void);
72
73
  }>) => import("vue").VNode & {
73
74
  __ctx?: Awaited<typeof __VLS_setup>;
74
75
  };
@@ -39,6 +39,13 @@ type __VLS_Props = DialogContentProps & {
39
39
  * immediately — entrance becomes a no-op transform.
40
40
  */
41
41
  spring?: boolean | SpringPreset;
42
+ /**
43
+ * Render the default top-right close (X) button (default `true`).
44
+ * Set `false` when the consumer composes its own header / dismiss control
45
+ * (e.g. a hand-composed access modal) so the built-in X does not
46
+ * double-up. The default keeps every existing mount byte-identical.
47
+ */
48
+ showClose?: boolean;
42
49
  };
43
50
  declare var __VLS_19: {};
44
51
  type __VLS_Slots = {} & {
@@ -60,6 +67,7 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {},
60
67
  onCloseAutoFocus?: ((event: Event) => any) | undefined;
61
68
  }>, {
62
69
  variant: "glass" | "opaque";
70
+ showClose: boolean;
63
71
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
64
72
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
65
73
  declare const _default: typeof __VLS_export;
@@ -24,18 +24,18 @@ type __VLS_Slots = {} & {
24
24
  default?: (props: typeof __VLS_8) => any;
25
25
  };
26
26
  declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
27
+ "update:open": (open: boolean) => any;
27
28
  close: () => any;
28
29
  drag: (percentageDragged: number) => any;
29
- "update:open": (open: boolean) => any;
30
- release: (open: boolean) => any;
31
30
  animationEnd: (open: boolean) => any;
31
+ release: (open: boolean) => any;
32
32
  "update:activeSnapPoint": (val: string | number) => any;
33
33
  }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
34
+ "onUpdate:open"?: ((open: boolean) => any) | undefined;
34
35
  onClose?: (() => any) | undefined;
35
36
  onDrag?: ((percentageDragged: number) => any) | undefined;
36
- "onUpdate:open"?: ((open: boolean) => any) | undefined;
37
- onRelease?: ((open: boolean) => any) | undefined;
38
37
  onAnimationEnd?: ((open: boolean) => any) | undefined;
38
+ onRelease?: ((open: boolean) => any) | undefined;
39
39
  "onUpdate:activeSnapPoint"?: ((val: string | number) => any) | undefined;
40
40
  }>, {
41
41
  mode: DrawerMode;
@@ -1,16 +1,34 @@
1
- import type { HTMLAttributes } from 'vue';
1
+ import type { HTMLAttributes, InputHTMLAttributes } from 'vue';
2
2
  declare const _default: typeof __VLS_export;
3
3
  export default _default;
4
4
  declare const __VLS_export: import("vue").DefineComponent<{
5
5
  defaultValue?: string | number;
6
6
  modelValue?: string | number;
7
7
  class?: HTMLAttributes["class"];
8
+ type?: InputHTMLAttributes["type"];
9
+ placeholder?: InputHTMLAttributes["placeholder"];
10
+ disabled?: InputHTMLAttributes["disabled"];
11
+ required?: InputHTMLAttributes["required"];
12
+ inputmode?: InputHTMLAttributes["inputmode"];
13
+ autocomplete?: string;
14
+ pattern?: InputHTMLAttributes["pattern"];
15
+ name?: InputHTMLAttributes["name"];
16
+ readonly?: InputHTMLAttributes["readonly"];
8
17
  }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
9
18
  "update:modelValue": (payload: string | number) => any;
10
19
  }, string, import("vue").PublicProps, Readonly<{
11
20
  defaultValue?: string | number;
12
21
  modelValue?: string | number;
13
22
  class?: HTMLAttributes["class"];
23
+ type?: InputHTMLAttributes["type"];
24
+ placeholder?: InputHTMLAttributes["placeholder"];
25
+ disabled?: InputHTMLAttributes["disabled"];
26
+ required?: InputHTMLAttributes["required"];
27
+ inputmode?: InputHTMLAttributes["inputmode"];
28
+ autocomplete?: string;
29
+ pattern?: InputHTMLAttributes["pattern"];
30
+ name?: InputHTMLAttributes["name"];
31
+ readonly?: InputHTMLAttributes["readonly"];
14
32
  }> & Readonly<{
15
33
  "onUpdate:modelValue"?: ((payload: string | number) => any) | undefined;
16
34
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
@@ -6,18 +6,22 @@ export interface MultiSelectOption {
6
6
  }
7
7
  interface Props {
8
8
  options: MultiSelectOption[];
9
- modelValue: string[];
10
9
  placeholder?: string;
11
10
  disabled?: boolean;
12
11
  maxDisplay?: number;
13
12
  }
14
- declare const __VLS_export: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
13
+ type __VLS_Props = Props;
14
+ type __VLS_ModelProps = {
15
+ modelValue?: string[];
16
+ };
17
+ type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
18
+ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
15
19
  "update:modelValue": (value: string[]) => any;
16
- }, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
20
+ }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
17
21
  "onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
18
22
  }>, {
19
- placeholder: string;
20
23
  disabled: boolean;
24
+ placeholder: string;
21
25
  maxDisplay: number;
22
26
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
23
27
  declare const _default: typeof __VLS_export;
@@ -1,102 +1,41 @@
1
- import { type HTMLAttributes } from 'vue';
2
- import { type ProgressRootProps } from 'reka-ui';
3
- type ProgressVariant = 'default' | 'gradient' | 'sectioned';
1
+ import { type HTMLAttributes } from "vue";
2
+ import type { ProgressRootProps } from "reka-ui";
3
+ import type { ProgressSegment } from "./useProgressGeometry";
4
+ type ProgressVariant = "default" | "gradient" | "sectioned";
4
5
  /**
5
- * Segment shape consumed by `variant="sectioned"`. Mirrors
6
- * `TimelineSegment` (`@mkbabb/glass-ui/timeline`) deliberately so a
7
- * consumer can pass the same array to both the timeline rail and the
8
- * phase-bus progress without re-shaping. Optional fields default
9
- * sensibly:
10
- * - `state` → "pending"
11
- * - `weight` → 1 (equal share)
12
- * - `color` → consumer-controlled CSS (`var(--chart-{key})` etc.);
13
- * sectioned variant requires it for the colour cells
6
+ * Progress the thin variant dispatcher over three orthogonal designs:
7
+ * - `default` ProgressDefault (plain rail + translateX intake-pulse)
8
+ * - `gradient` → ProgressGradient (lifecycle motion grammar + indeterminate)
9
+ * - `sectioned` → ProgressSectioned (phase-bus cells + spring active fill)
10
+ *
11
+ * The dispatcher carries an EXPLICIT prop-boundary contract: incompatible prop
12
+ * combinations are refused OUT LOUD (a dev throw) rather than silently producing
13
+ * a wrong paint. The historical break this closes: a consumer passing
14
+ * `:model-value` to the sectioned variant had it SILENTLY overridden by the
15
+ * cumulative cell-fill aggregate, so the bar ignored the value the consumer
16
+ * thought drove it. The contract below makes that misuse a loud error — the
17
+ * sectioned variant derives its own a11y value from the cells; `modelValue` is
18
+ * not its truth.
14
19
  */
15
- export interface ProgressSegment {
16
- /** Stable identifier — matched against `currentSegmentKey`. */
17
- key: string;
18
- /** Display label (currently unused visually; surfaced for a11y/title). */
19
- label?: string;
20
- /**
21
- * CSS colour expression (hex, oklch, color-mix, `var(--token)`).
22
- * Drives the cell fill, the gradient stops between siblings, and
23
- * the active-fill spring overlay.
24
- */
25
- color: string;
26
- /** Lifecycle state. Drives saturation + sweep. Defaults to "pending". */
27
- state?: 'pending' | 'active' | 'completed';
28
- /**
29
- * Relative width weight. Per-cell widths = `weight / sum(weights)`.
30
- * Default `1` (equal share — the speedtest pings/jitter/dl/ul case).
31
- */
32
- weight?: number;
33
- }
34
20
  type __VLS_Props = ProgressRootProps & {
35
- class?: HTMLAttributes['class'];
21
+ class?: HTMLAttributes["class"];
36
22
  /**
37
- * 'default' = bg-secondary rail + bg-primary indicator.
38
- * 'gradient' = rail respects --progress-track; indicator
39
- * respects --progress-fill (free-form CSS, including
40
- * gradients). Default variant from v1.0.x.
41
- * 'sectioned' = phase-bus (AB.W3.T2). Renders N colour-coded cells
42
- * with gradient seams between siblings; the active
43
- * cell carries a spring fill driven by
44
- * `activeProgress` and a living catch-light sweep.
45
- * The single `modelValue` is ignored in favour of
46
- * the per-cell state map. Consumers wire:
47
- * - `segments` (the cells)
48
- * - `currentSegmentKey` (which cell is active)
49
- * - `activeProgress` (0..1 fill of the active cell)
23
+ * 'default' = bg-secondary rail + bg-primary indicator.
24
+ * 'gradient' = rail respects --progress-track; indicator respects
25
+ * --progress-fill; the W4 lifecycle motion grammar layers on.
26
+ * 'sectioned' = phase-bus (AB.W3.T2). N colour-coded cells with gradient
27
+ * seams; the active cell carries a spring fill. The per-cell
28
+ * state map is the truth NOT `modelValue`.
50
29
  */
51
30
  variant?: ProgressVariant;
52
31
  /** Sectioned only — ordered segment list. */
53
32
  segments?: ProgressSegment[];
54
33
  /** Sectioned only — key of the currently active segment. */
55
34
  currentSegmentKey?: string | null;
56
- /**
57
- * Sectioned only — 0..1 fill of the active segment. Drives the
58
- * spring overlay inside the active cell. Pre-active cells fill
59
- * 0; post-active cells render at full saturation as "completed".
60
- */
35
+ /** Sectioned only — 0..1 fill of the active segment. */
61
36
  activeProgress?: number;
62
- /**
63
- * AI.W4-M.1 — indeterminate sweep. When true, the gradient
64
- * variant's rail runs a slow left-to-right gradient pan
65
- * (`--motion-duration-progress-indeterminate`, 4s default) and
66
- * the indicator hides. Reka's ProgressRoot already supports the
67
- * indeterminate shape via a null modelValue; the prop here is
68
- * an explicit opt-in for consumers that want the sweep without
69
- * managing the modelValue lifecycle. PRM retires the sweep to
70
- * a static rail.
71
- */
37
+ /** Gradient only — indeterminate sweep opt-in. */
72
38
  indeterminate?: boolean;
73
- /**
74
- * AJ-W4-ε — opt out of the publisher-side crescendo overlay. The
75
- * gradient variant's lifecycle paints a screen-blended white cap
76
- * on the leading edge past 85% modelValue (the typed
77
- * `--progress-crescendo` percentage interpolates the cap alpha).
78
- * Consumers that bake their own leading-edge brightening into
79
- * `--progress-fill` (e.g. speedtest's under-meter bar, whose
80
- * gradient stops at 80%/100% paint a `color-mix` white tail
81
- * directly into the fill) would otherwise double-brighten the
82
- * same edge.
83
- *
84
- * The pre-W4-ε migration shape was a consumer-side typed-property
85
- * override (`--progress-crescendo: 0%` in the consumer's scoped
86
- * CSS) — correct in behaviour but visually noisier than a
87
- * declarative prop. `:disable-crescendo="true"` collapses the
88
- * publisher overlay cleanly: the crescendo rule keys off
89
- * `data-crescendo="disabled"` so the screen-blended cap layer
90
- * never paints, and the typed style binding pins
91
- * `--progress-crescendo: 0%` so any downstream rule that
92
- * `var()`s the typed property reads the floor.
93
- *
94
- * The intake-pulse + discharge-flash still fire — those are
95
- * temporal envelopes on the rail / indicator (not gradient
96
- * overlays), so a consumer that wants the lifecycle envelopes
97
- * but not the crescendo cap can opt into this surgically.
98
- */
99
- disableCrescendo?: boolean;
100
39
  };
101
40
  declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
102
41
  variant: ProgressVariant;
@@ -105,7 +44,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {
105
44
  segments: ProgressSegment[];
106
45
  currentSegmentKey: string | null;
107
46
  activeProgress: number;
108
- disableCrescendo: boolean;
109
47
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
110
48
  declare const _default: typeof __VLS_export;
111
49
  export default _default;
@@ -0,0 +1,14 @@
1
+ import { type HTMLAttributes } from "vue";
2
+ import { type ProgressRootProps } from "reka-ui";
3
+ /**
4
+ * Default progress variant — `bg-secondary` rail + `bg-primary` indicator with a
5
+ * `translateX(-%)` intake-pulse. The plainest rung; no lifecycle motion grammar
6
+ * (that lives on the gradient variant). The thin `Progress` dispatcher routes
7
+ * here for `variant="default"`.
8
+ */
9
+ type __VLS_Props = ProgressRootProps & {
10
+ class?: HTMLAttributes["class"];
11
+ };
12
+ declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
13
+ declare const _default: typeof __VLS_export;
14
+ export default _default;
@@ -0,0 +1,25 @@
1
+ import { type HTMLAttributes } from "vue";
2
+ import { type ProgressRootProps } from "reka-ui";
3
+ /**
4
+ * Gradient progress variant — the rail respects `--progress-track`, the indicator
5
+ * respects `--progress-fill` (free-form CSS, including gradients), and the W4
6
+ * lifecycle motion grammar layers on top: an intake pulse on the rising edge, a
7
+ * leading-edge crescendo past 85%, a discharge glow at 100%, and an optional
8
+ * indeterminate sweep. The thin `Progress` dispatcher routes here for
9
+ * `variant="gradient"`.
10
+ */
11
+ type __VLS_Props = ProgressRootProps & {
12
+ class?: HTMLAttributes["class"];
13
+ /**
14
+ * AI.W4-M.1 — indeterminate sweep. When true, the rail runs a slow
15
+ * left-to-right gradient pan (`--motion-duration-progress-indeterminate`, 4s
16
+ * default) and the indicator hides. Reka's ProgressRoot already supports the
17
+ * indeterminate shape via a null modelValue; the prop here is an explicit
18
+ * opt-in for consumers that want the sweep without managing the modelValue
19
+ * lifecycle. PRM retires the sweep to a static rail.
20
+ */
21
+ indeterminate?: boolean;
22
+ };
23
+ declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
24
+ declare const _default: typeof __VLS_export;
25
+ export default _default;
@@ -0,0 +1,36 @@
1
+ import { type HTMLAttributes } from "vue";
2
+ import { type ProgressRootProps } from "reka-ui";
3
+ import { type ProgressSegment } from "./useProgressGeometry";
4
+ /**
5
+ * Sectioned progress variant — the phase-bus (AB.W3.T2). Renders N colour-coded
6
+ * cells with gradient seams between siblings; the active cell carries a spring
7
+ * fill driven by `activeProgress` and a living catch-light sweep.
8
+ *
9
+ * The single `modelValue` is NOT the truth here — the per-cell state map is. The
10
+ * underlying `[role="progressbar"]` reports a numeric `aria-valuenow` derived from
11
+ * the cumulative cell fill (`useProgressGeometry.aggregateValue`), which is the
12
+ * sectioned variant's OWN value, not a silent override of any consumer-supplied
13
+ * modelValue (the `Progress` dispatcher refuses a modelValue-as-truth misuse out
14
+ * loud — see the prop-boundary contract there). The thin dispatcher routes here
15
+ * for `variant="sectioned"`.
16
+ */
17
+ type __VLS_Props = Omit<ProgressRootProps, "modelValue"> & {
18
+ class?: HTMLAttributes["class"];
19
+ /** Ordered segment list — the cells. */
20
+ segments?: ProgressSegment[];
21
+ /** Key of the currently active segment. */
22
+ currentSegmentKey?: string | null;
23
+ /**
24
+ * 0..1 fill of the active segment. Drives the spring overlay inside the
25
+ * active cell. Pre-active cells fill 0; post-active cells render at full
26
+ * saturation as "completed".
27
+ */
28
+ activeProgress?: number;
29
+ };
30
+ declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
31
+ segments: ProgressSegment[];
32
+ currentSegmentKey: string | null;
33
+ activeProgress: number;
34
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
35
+ declare const _default: typeof __VLS_export;
36
+ export default _default;
@@ -1,2 +1,5 @@
1
- export { default as Progress } from './Progress.vue';
2
- export type { ProgressSegment } from './Progress.vue';
1
+ export { default as Progress } from "./Progress.vue";
2
+ export { default as ProgressDefault } from "./ProgressDefault.vue";
3
+ export { default as ProgressGradient } from "./ProgressGradient.vue";
4
+ export { default as ProgressSectioned } from "./ProgressSectioned.vue";
5
+ export { useProgressGeometry, type ProgressSegment, type SectionedCell, } from "./useProgressGeometry";
@@ -0,0 +1,60 @@
1
+ import { type ComputedRef, type Ref } from "vue";
2
+ /**
3
+ * Segment shape consumed by `variant="sectioned"`. Mirrors `TimelineSegment`
4
+ * (`@mkbabb/glass-ui/timeline`) deliberately so a consumer can pass the same
5
+ * array to both the timeline rail and the phase-bus progress without re-shaping.
6
+ * Optional fields default sensibly:
7
+ * - `state` → "pending"
8
+ * - `weight` → 1 (equal share)
9
+ * - `color` → consumer-controlled CSS (`var(--chart-{key})` etc.); the
10
+ * sectioned variant requires it for the colour cells.
11
+ */
12
+ export interface ProgressSegment {
13
+ /** Stable identifier — matched against `currentSegmentKey`. */
14
+ key: string;
15
+ /** Display label (currently unused visually; surfaced for a11y/title). */
16
+ label?: string;
17
+ /**
18
+ * CSS colour expression (hex, oklch, color-mix, `var(--token)`). Drives the
19
+ * cell fill, the gradient stops between siblings, and the active-fill spring
20
+ * overlay.
21
+ */
22
+ color: string;
23
+ /** Lifecycle state. Drives saturation + sweep. Defaults to "pending". */
24
+ state?: "pending" | "active" | "completed";
25
+ /**
26
+ * Relative width weight. Per-cell widths = `weight / sum(weights)`. Default
27
+ * `1` (equal share — the speedtest pings/jitter/dl/ul case).
28
+ */
29
+ weight?: number;
30
+ }
31
+ /** A resolved sectioned cell — per-cell geometry + lifecycle + fill fraction. */
32
+ export interface SectionedCell extends ProgressSegment {
33
+ startPct: number;
34
+ endPct: number;
35
+ widthPct: number;
36
+ resolvedState: "pending" | "active" | "completed";
37
+ /** 0..1 — how much of THIS cell paints saturated. */
38
+ fill: number;
39
+ }
40
+ /**
41
+ * Derive per-cell width/start/end/state/fill from the `segments` array.
42
+ *
43
+ * Widths come from the weight distribution; states resolve from each segment's
44
+ * explicit `state` (wins) or are inferred from `currentSegmentKey` order (cells
45
+ * before current = completed, current = active, after = pending). The active
46
+ * cell's fill follows `activeProgress`; completed cells fill 1; pending fill 0.
47
+ */
48
+ export declare function useProgressGeometry(args: {
49
+ segments: Ref<ProgressSegment[]> | ComputedRef<ProgressSegment[]>;
50
+ currentSegmentKey: Ref<string | null> | ComputedRef<string | null>;
51
+ activeProgress: Ref<number> | ComputedRef<number>;
52
+ }): {
53
+ cells: ComputedRef<SectionedCell[]>;
54
+ /**
55
+ * The cumulative-fill aggregate (0..100) — the meaningful numeric the
56
+ * underlying `[role="progressbar"]` reports as `aria-valuenow`. Derived from
57
+ * the per-cell state map, NOT from any `modelValue`.
58
+ */
59
+ aggregateValue: ComputedRef<number>;
60
+ };
@@ -5,11 +5,11 @@ type __VLS_Slots = {} & {
5
5
  default?: (props: typeof __VLS_8) => any;
6
6
  };
7
7
  declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
8
- "update:open": (value: boolean) => any;
9
8
  "update:modelValue": (value: import("reka-ui").AcceptableValue) => any;
9
+ "update:open": (value: boolean) => any;
10
10
  }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
11
- "onUpdate:open"?: ((value: boolean) => any) | undefined;
12
11
  "onUpdate:modelValue"?: ((value: import("reka-ui").AcceptableValue) => any) | undefined;
12
+ "onUpdate:open"?: ((value: boolean) => any) | undefined;
13
13
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
14
14
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
15
15
  declare const _default: typeof __VLS_export;
@@ -18,7 +18,7 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {},
18
18
  }>, {
19
19
  position: "item-aligned" | "popper";
20
20
  align: "start" | "center" | "end";
21
- collisionPadding: number | Partial<Record<"left" | "right" | "bottom" | "top", number>>;
21
+ collisionPadding: number | Partial<Record<"top" | "right" | "bottom" | "left", number>>;
22
22
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
23
23
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
24
24
  declare const _default: typeof __VLS_export;
@@ -4,12 +4,15 @@ type __VLS_Props = SelectTriggerProps & {
4
4
  class?: HTMLAttributes['class'];
5
5
  /** 'default' = glass bg; 'ghost' = transparent, no border/shadow */
6
6
  variant?: 'default' | 'ghost';
7
+ /** Height register: 'default' = h-10 (byte-identical), 'sm' = h-9 (compact controls) */
8
+ size?: 'sm' | 'default';
7
9
  };
8
10
  declare var __VLS_8: {};
9
11
  type __VLS_Slots = {} & {
10
12
  default?: (props: typeof __VLS_8) => any;
11
13
  };
12
14
  declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
15
+ size: "sm" | "default";
13
16
  variant: "default" | "ghost";
14
17
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
15
18
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
@@ -8,6 +8,6 @@ export { default as SheetTitle } from './SheetTitle.vue';
8
8
  export { default as SheetDescription } from './SheetDescription.vue';
9
9
  export { default as SheetFooter } from './SheetFooter.vue';
10
10
  export declare const sheetVariants: (props?: ({
11
- side?: "left" | "right" | "bottom" | "top" | null | undefined;
11
+ side?: "top" | "right" | "bottom" | "left" | null | undefined;
12
12
  } & import("class-variance-authority/types").ClassProp) | undefined) => string;
13
13
  export type SheetVariants = VariantProps<typeof sheetVariants>;
@@ -9,15 +9,16 @@ export { default as Slider } from './Slider.vue';
9
9
  * `.slider-thumb` paint. The size axis lifts pure geometry via CSS vars
10
10
  * (`--slider-track-height`, `--slider-thumb-size`) the SFC defaults read.
11
11
  *
12
- * Variants:
13
- * standard glass track + circular thumb (baseline)
14
- * spectrum — tall muted track + thin bar thumb
15
- * timeline — glass-wash scrub track with disc thumb
16
- * glass-pill — pill-shape track + glass-wash substrate + halo thumb
17
- * glass-cartoon cartoon-bordered thumb + 2px-border track + cartoon shadow
18
- * glass-scrubber tall scrub track + grab-friendly thin-bar thumb;
19
- * canonicalizes the fourier-analysis 3-site shadow recipe
20
- * (GlassTimeline / SliderControl / ConvergenceTimeline)
12
+ * Exactly two canonical recipes ship:
13
+ * standard the continuous rounded iOS knob: a fully-circular, borderless
14
+ * thumb that sits in the track and reads as a swelling of the
15
+ * capsule, with halo-on-state and the iOS press spring. This is
16
+ * the general-purpose glass-scrubber knob and the default.
17
+ * spectrum the gradient-track color slider: a tall capsule whose
18
+ * background is a consumer-supplied `--slider-track-bg`
19
+ * linear-gradient (the LCH/hue ramp), a transparent range, and a
20
+ * small ringed knob that reads against any track hue. This is the
21
+ * aurora/blob color-picking surface.
21
22
  *
22
23
  * Sizes:
23
24
  * sm — 4px track / 12px thumb
@@ -25,7 +26,7 @@ export { default as Slider } from './Slider.vue';
25
26
  * lg — 12px track / 24px thumb
26
27
  */
27
28
  export declare const sliderVariants: (props?: ({
28
- variant?: "standard" | "spectrum" | "timeline" | "glass-pill" | "glass-cartoon" | "glass-scrubber" | null | undefined;
29
- size?: "lg" | "sm" | "md" | null | undefined;
29
+ variant?: "standard" | "spectrum" | null | undefined;
30
+ size?: "sm" | "lg" | "md" | null | undefined;
30
31
  } & import("class-variance-authority/types").ClassProp) | undefined) => string;
31
32
  export type SliderVariants = VariantProps<typeof sliderVariants>;
@@ -8,13 +8,13 @@ type __VLS_Slots = {} & {
8
8
  default?: (props: typeof __VLS_8) => any;
9
9
  };
10
10
  declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
11
- invalid: (payload: import("reka-ui").AcceptableInputValue) => any;
12
11
  "update:modelValue": (payload: import("reka-ui").AcceptableInputValue[]) => any;
12
+ invalid: (payload: import("reka-ui").AcceptableInputValue) => any;
13
13
  addTag: (payload: import("reka-ui").AcceptableInputValue) => any;
14
14
  removeTag: (payload: import("reka-ui").AcceptableInputValue) => any;
15
15
  }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
16
- onInvalid?: ((payload: import("reka-ui").AcceptableInputValue) => any) | undefined;
17
16
  "onUpdate:modelValue"?: ((payload: import("reka-ui").AcceptableInputValue[]) => any) | undefined;
17
+ onInvalid?: ((payload: import("reka-ui").AcceptableInputValue) => any) | undefined;
18
18
  onAddTag?: ((payload: import("reka-ui").AcceptableInputValue) => any) | undefined;
19
19
  onRemoveTag?: ((payload: import("reka-ui").AcceptableInputValue) => any) | undefined;
20
20
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
@@ -1,10 +1,12 @@
1
- import type { HTMLAttributes } from 'vue';
1
+ import type { HTMLAttributes, TextareaHTMLAttributes } from 'vue';
2
2
  declare const _default: typeof __VLS_export;
3
3
  export default _default;
4
4
  declare const __VLS_export: import("vue").DefineComponent<{
5
5
  class?: HTMLAttributes["class"];
6
6
  defaultValue?: string | number;
7
7
  modelValue?: string | number;
8
+ placeholder?: TextareaHTMLAttributes["placeholder"];
9
+ disabled?: TextareaHTMLAttributes["disabled"];
8
10
  /**
9
11
  * AQ.W4 §W4.3 — opt into `field-sizing: content` auto-grow. When `true`,
10
12
  * the textarea grows vertically with its content between a 3-line floor
@@ -27,6 +29,8 @@ declare const __VLS_export: import("vue").DefineComponent<{
27
29
  class?: HTMLAttributes["class"];
28
30
  defaultValue?: string | number;
29
31
  modelValue?: string | number;
32
+ placeholder?: TextareaHTMLAttributes["placeholder"];
33
+ disabled?: TextareaHTMLAttributes["disabled"];
30
34
  /**
31
35
  * AQ.W4 §W4.3 — opt into `field-sizing: content` auto-grow. When `true`,
32
36
  * the textarea grows vertically with its content between a 3-line floor
@@ -10,10 +10,10 @@ type __VLS_Slots = {} & {
10
10
  default?: (props: typeof __VLS_21) => any;
11
11
  };
12
12
  declare const __VLS_base: import("vue").DefineComponent<ToastProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
13
- pause: () => any;
14
- resume: () => any;
15
13
  "update:open": (value: boolean) => any;
16
14
  escapeKeyDown: (event: KeyboardEvent) => any;
15
+ pause: () => any;
16
+ resume: () => any;
17
17
  swipeStart: (event: {
18
18
  currentTarget: EventTarget & HTMLElement;
19
19
  } & Omit<CustomEvent<{
@@ -51,10 +51,10 @@ declare const __VLS_base: import("vue").DefineComponent<ToastProps, {}, {}, {},
51
51
  };
52
52
  }>, "currentTarget">) => any;
53
53
  }, string, import("vue").PublicProps, Readonly<ToastProps> & Readonly<{
54
- onPause?: (() => any) | undefined;
55
- onResume?: (() => any) | undefined;
56
54
  "onUpdate:open"?: ((value: boolean) => any) | undefined;
57
55
  onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
56
+ onPause?: (() => any) | undefined;
57
+ onResume?: (() => any) | undefined;
58
58
  onSwipeStart?: ((event: {
59
59
  currentTarget: EventTarget & HTMLElement;
60
60
  } & Omit<CustomEvent<{
@@ -15,7 +15,7 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {},
15
15
  }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
16
16
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
17
17
  }>, {
18
- size: "default" | "lg" | "sm" | null;
18
+ size: "default" | "sm" | "lg" | null;
19
19
  variant: "default" | "outline" | "card" | null;
20
20
  disabled: boolean;
21
21
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
@@ -21,6 +21,6 @@ export { default as Toggle } from './Toggle.vue';
21
21
  */
22
22
  export declare const toggleVariants: (props?: ({
23
23
  variant?: "default" | "outline" | "card" | null | undefined;
24
- size?: "default" | "lg" | "sm" | null | undefined;
24
+ size?: "default" | "sm" | "lg" | null | undefined;
25
25
  } & import("class-variance-authority/types").ClassProp) | undefined) => string;
26
26
  export type ToggleVariants = VariantProps<typeof toggleVariants>;
@@ -1,4 +1,3 @@
1
- import { type InjectionKey } from "vue";
2
1
  import type { VariantProps } from "class-variance-authority";
3
2
  import type { toggleVariants } from "../toggle";
4
3
  /**
@@ -15,7 +14,7 @@ export interface ToggleGroupContext {
15
14
  variant: ToggleGroupVariants["variant"];
16
15
  size: ToggleGroupVariants["size"];
17
16
  }
18
- export declare const TOGGLE_GROUP_KEY: InjectionKey<ToggleGroupContext>;
17
+ export declare const TOGGLE_GROUP_KEY: import("vue").InjectionKey<ToggleGroupContext>;
19
18
  export declare function provideToggleGroupContext(context: ToggleGroupContext): void;
20
19
  /** Befitting silent default — `<ToggleGroupItem>` can also render bare. */
21
- export declare function useOptionalToggleGroupContext(): ToggleGroupContext | null;
20
+ export declare const useOptionalToggleGroupContext: () => ToggleGroupContext | null;