@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
@@ -86,11 +86,11 @@ type __VLS_Slots = {} & {
86
86
  description?: (props: typeof __VLS_16) => any;
87
87
  };
88
88
  declare const __VLS_base: import("vue").DefineComponent<MetricRowProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<MetricRowProps> & Readonly<{}>, {
89
- placeholder: string;
90
- digitCount: number;
91
89
  active: boolean;
90
+ placeholder: string;
92
91
  iconStrokeWidth: number;
93
92
  iconSize: number;
93
+ digitCount: number;
94
94
  colorTinted: boolean;
95
95
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
96
96
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
@@ -37,11 +37,6 @@ export interface ResponsiveTabsProps {
37
37
  * Falls back to `options` when unset.
38
38
  */
39
39
  desktopOptions?: TabOption[] | null;
40
- /**
41
- * Currently-active value. Bound through `v-model`; the consumer
42
- * receives `update:modelValue` whenever either control changes.
43
- */
44
- modelValue: string;
45
40
  /**
46
41
  * CSS length string for the media query breakpoint. Mobile-control
47
42
  * (Select) below; desktop-control (UnderlineTabs) at/above.
@@ -54,10 +49,21 @@ export interface ResponsiveTabsProps {
54
49
  desktopClass?: HTMLAttributes["class"];
55
50
  /** Class merged onto the mobile SelectTrigger only. */
56
51
  mobileTriggerClass?: HTMLAttributes["class"];
52
+ /**
53
+ * Accessible name for the mobile `<SelectTrigger>` (axe `select-name` /
54
+ * WCAG 4.1.2 — the bare trigger carries only a `<SelectValue>`). Defaults to
55
+ * the active option's label.
56
+ */
57
+ ariaLabel?: string;
57
58
  }
58
- declare const __VLS_export: import("vue").DefineComponent<ResponsiveTabsProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
59
+ type __VLS_Props = ResponsiveTabsProps;
60
+ type __VLS_ModelProps = {
61
+ modelValue: string;
62
+ };
63
+ type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
64
+ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
59
65
  "update:modelValue": (value: string) => any;
60
- }, string, import("vue").PublicProps, Readonly<ResponsiveTabsProps> & Readonly<{
66
+ }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
61
67
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
62
68
  }>, {
63
69
  desktopOptions: TabOption[] | null;
@@ -9,8 +9,8 @@ declare function focus(): void;
9
9
  declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {
10
10
  focus: typeof focus;
11
11
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
12
- placeholder: string;
13
12
  variant: "sidebar" | "floating";
13
+ placeholder: string;
14
14
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
15
15
  declare const _default: typeof __VLS_export;
16
16
  export default _default;
@@ -16,8 +16,8 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {
16
16
  }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
17
17
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
18
18
  }>, {
19
- placeholder: string;
20
19
  modelValue: string;
20
+ placeholder: string;
21
21
  tag: string;
22
22
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
23
23
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
@@ -10,10 +10,16 @@
10
10
  * The default slot renders inside the handle — typically a
11
11
  * grip glyph like `⋮⋮`.
12
12
  */
13
- import { type Component } from "vue";
13
+ import { type ButtonHTMLAttributes, type Component } from "vue";
14
14
  type __VLS_Props = {
15
15
  /** Root element tag. Default `"span"`. */
16
16
  as?: string | Component;
17
+ /**
18
+ * `<button>` type attribute — emitted only when the host is a `button`
19
+ * (an anchor/span grip carries no `type`). Spread through `$attrs`
20
+ * since `<component :is>` does not type element-specific attributes.
21
+ */
22
+ type?: ButtonHTMLAttributes["type"];
17
23
  };
18
24
  declare var __VLS_8: {};
19
25
  type __VLS_Slots = {} & {
@@ -18,9 +18,8 @@
18
18
  * rendered outside a <SortableList> has no registration target and
19
19
  * cannot function. The optional helper would be dead code.
20
20
  */
21
- import { type InjectionKey } from "vue";
22
21
  import type { UseSortableReturn } from "../../../composables/sortable";
23
- export declare const SORTABLE_CONTEXT: InjectionKey<UseSortableReturn>;
22
+ export declare const SORTABLE_CONTEXT: import("vue").InjectionKey<UseSortableReturn>;
24
23
  export declare function provideSortableContext(sortable: UseSortableReturn): void;
25
24
  /** Strict — throws when used outside `<SortableList>`. */
26
- export declare function useSortableContext(): UseSortableReturn;
25
+ export declare const useSortableContext: () => UseSortableReturn;
@@ -5,16 +5,19 @@ export interface TabOption {
5
5
  }
6
6
  type __VLS_Props = {
7
7
  options: TabOption[];
8
- modelValue: string;
9
8
  /** "default" = subtle muted slider; "pill" = solid foreground pill */
10
9
  variant?: "default" | "pill";
11
10
  /** Tab-row overflow — see `<BouncyToggle>`. */
12
11
  overflow?: "none" | "scroll" | "auto";
13
12
  class?: HTMLAttributes["class"];
14
13
  };
15
- declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
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, {
16
19
  "update:modelValue": (value: string) => any;
17
- }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
20
+ }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
18
21
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
19
22
  }>, {
20
23
  overflow: "none" | "scroll" | "auto";
@@ -8,7 +8,6 @@ export interface ToggleOption {
8
8
  }
9
9
  export interface BouncyToggleProps {
10
10
  options: ToggleOption[];
11
- modelValue: string | string[];
12
11
  multiSelect?: boolean;
13
12
  /** "default" = subtle muted slider; "pill" = solid foreground pill */
14
13
  variant?: "default" | "pill";
@@ -25,6 +24,11 @@ export interface BouncyToggleProps {
25
24
  overflow?: "none" | "scroll" | "auto";
26
25
  class?: HTMLAttributes["class"];
27
26
  }
27
+ type __VLS_Props = BouncyToggleProps;
28
+ type __VLS_ModelProps = {
29
+ modelValue: string | string[];
30
+ };
31
+ type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
28
32
  declare var __VLS_19: {
29
33
  option: ToggleOption;
30
34
  active: boolean;
@@ -37,9 +41,9 @@ type __VLS_Slots = {} & {
37
41
  } & {
38
42
  option?: (props: typeof __VLS_27) => any;
39
43
  };
40
- declare const __VLS_base: import("vue").DefineComponent<BouncyToggleProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
44
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
41
45
  "update:modelValue": (value: string | string[]) => any;
42
- }, string, import("vue").PublicProps, Readonly<BouncyToggleProps> & Readonly<{
46
+ }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
43
47
  "onUpdate:modelValue"?: ((value: string | string[]) => any) | undefined;
44
48
  }>, {
45
49
  overflow: "none" | "scroll" | "auto";
@@ -5,12 +5,15 @@ export interface TabOption {
5
5
  }
6
6
  type __VLS_Props = {
7
7
  options: TabOption[];
8
- modelValue: string;
9
8
  class?: HTMLAttributes["class"];
10
9
  };
11
- declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
10
+ type __VLS_ModelProps = {
11
+ modelValue: string;
12
+ };
13
+ type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
14
+ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
12
15
  "update:modelValue": (value: string) => any;
13
- }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
16
+ }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
14
17
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
15
18
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
16
19
  declare const _default: typeof __VLS_export;
@@ -0,0 +1,39 @@
1
+ import { type Ref, type ComputedRef } from "vue";
2
+ import type { ToggleOption } from "../BouncyToggle.vue";
3
+ /**
4
+ * Package-private composable for `BouncyToggle.vue` — owns the JS-measured
5
+ * slider path: the single- and multi-select slider styles, the offset measure,
6
+ * the model/options re-measure watchers, and the ResizeObserver lifecycle.
7
+ *
8
+ * The composable is the SOLE writer of the JS slider styles. It runs only on
9
+ * the multi-select OR `@supports not (anchor)` branch — on an anchor-supporting
10
+ * single-select engine the CSS `anchor-name` owns the slider position and this
11
+ * path stays dormant (no RO is constructed, no measure runs). The split is a
12
+ * KISS transposition of the logic formerly inlined in the SFC; rendered DOM and
13
+ * behavior are unchanged.
14
+ */
15
+ export interface UseBouncySliderParams {
16
+ /** The container scroller root (observed by the ResizeObserver). */
17
+ containerRef: Ref<HTMLElement | null>;
18
+ /** Per-option button refs, index-aligned to `options`. */
19
+ buttonRefs: Ref<HTMLElement[]>;
20
+ /** The toggle options (re-measure on change). */
21
+ options: ComputedRef<ToggleOption[]>;
22
+ /** The defineModel value (re-measure on change). */
23
+ model: Ref<string | string[] | undefined>;
24
+ /** True for the multi-select path. */
25
+ multiSelect: ComputedRef<boolean>;
26
+ /** Whether the browser supports CSS anchor positioning. */
27
+ anchorSupported: boolean;
28
+ /** True when ANY JS slider writer is live (gates RO/watcher attach). */
29
+ jsSliderActive: ComputedRef<boolean>;
30
+ /** The active option values (used by the multi-slider measure). */
31
+ activeValues: ComputedRef<string[]>;
32
+ }
33
+ export interface UseBouncySliderReturn {
34
+ /** Inline style for the single-select JS slider. */
35
+ singleSliderStyle: Ref<Record<string, string>>;
36
+ /** Inline styles for each active multi-select slider, keyed by value. */
37
+ multiSliderStyles: Ref<Record<string, Record<string, string>>>;
38
+ }
39
+ export declare function useBouncySlider(params: UseBouncySliderParams): UseBouncySliderReturn;
@@ -0,0 +1,49 @@
1
+ import type { TimelineSegment } from "./types";
2
+ /**
3
+ * <ContinuousMarkers> — the interactive marker overlay of the
4
+ * continuous-variant timeline. DECK-PRIVATE child of <ContinuousTimeline>
5
+ * (not a public export). Renders the sibling `<ul role="list">` overlay
6
+ * carrying one focusable button per segment boundary, each (by default)
7
+ * wrapped in <HoverPopover>. Lives OUTSIDE the rail's `overflow: hidden`
8
+ * clip and is a SIBLING of the progressbar rail (Option C structural
9
+ * split, AB.W2.T4).
10
+ *
11
+ * The split is a pure transposition out of the prior monolithic
12
+ * ContinuousTimeline.vue: same DOM, same class names, same data
13
+ * attributes, same scoped CSS rules. The orchestrator owns the hovered-key
14
+ * state + the `#detail` resolution; this child emits the raw
15
+ * hover/hoverEnd/click signals (popover-open-change drives hover/hoverEnd
16
+ * on the default path; raw mouseenter/leave on the bare-fallback path) and
17
+ * forwards the consumer's `#popoverContent` slot through the
18
+ * `popoverContent` slot.
19
+ */
20
+ type __VLS_Props = {
21
+ segments: TimelineSegment[];
22
+ markersAriaLabel: string;
23
+ currentSegmentKey?: string;
24
+ disablePopover?: boolean;
25
+ boundaryX: (i: number) => number;
26
+ };
27
+ declare var __VLS_11: {
28
+ segment: TimelineSegment;
29
+ };
30
+ type __VLS_Slots = {} & {
31
+ popoverContent?: (props: typeof __VLS_11) => any;
32
+ };
33
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
34
+ click: (seg: TimelineSegment) => any;
35
+ hover: (seg: TimelineSegment) => any;
36
+ hoverEnd: (seg: TimelineSegment) => any;
37
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
38
+ onClick?: ((seg: TimelineSegment) => any) | undefined;
39
+ onHover?: ((seg: TimelineSegment) => any) | undefined;
40
+ onHoverEnd?: ((seg: TimelineSegment) => any) | undefined;
41
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
42
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
43
+ declare const _default: typeof __VLS_export;
44
+ export default _default;
45
+ type __VLS_WithSlots<T, S> = T & {
46
+ new (): {
47
+ $slots: S;
48
+ };
49
+ };
@@ -0,0 +1,26 @@
1
+ import type { TimelineSegment } from "./types";
2
+ /**
3
+ * <ContinuousRail> — the non-interactive `role="progressbar"` rail of the
4
+ * continuous-variant timeline. DECK-PRIVATE child of <ContinuousTimeline>
5
+ * (not a public export). Renders the N absolute-positioned region children,
6
+ * each windowing into the ONE rail-spanning stitched gradient. Carries no
7
+ * focusable descendants (Option C structural split, AB.W2.T4 — axe
8
+ * `nested-interactive`); the interactive markers are a sibling overlay
9
+ * rendered by <ContinuousMarkers>.
10
+ *
11
+ * The split is a pure transposition out of the prior monolithic
12
+ * ContinuousTimeline.vue: same DOM, same class names, same inline-style
13
+ * bindings, same scoped CSS rules. The orchestrator owns state/geometry and
14
+ * passes exactly the props this rail paints today.
15
+ */
16
+ type __VLS_Props = {
17
+ segments: TimelineSegment[];
18
+ railGradient: string;
19
+ railAriaLabel: string;
20
+ valueNow: number;
21
+ regionLeft: (i: number) => number;
22
+ regionWidth: (i: number) => number;
23
+ };
24
+ 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>;
25
+ declare const _default: typeof __VLS_export;
26
+ export default _default;
@@ -66,18 +66,18 @@ type __VLS_Props = {
66
66
  */
67
67
  disablePopover?: boolean;
68
68
  };
69
- declare var __VLS_11: {
69
+ declare var __VLS_17: {
70
70
  segment: TimelineSegment;
71
- }, __VLS_13: {
71
+ }, __VLS_19: {
72
72
  segment: TimelineSegment | null;
73
73
  source: "idle" | "current" | "hovered";
74
74
  currentKey: string | null;
75
75
  hoveredKey: string | null;
76
76
  };
77
77
  type __VLS_Slots = {} & {
78
- popoverContent?: (props: typeof __VLS_11) => any;
78
+ popoverContent?: (props: typeof __VLS_17) => any;
79
79
  } & {
80
- detail?: (props: typeof __VLS_13) => any;
80
+ detail?: (props: typeof __VLS_19) => any;
81
81
  };
82
82
  declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
83
83
  click: (payload: {
@@ -56,9 +56,9 @@ declare const __VLS_export: import("vue").DefineComponent<Props, {
56
56
  onComplete?: (() => any) | undefined;
57
57
  onWordComplete?: ((index: number) => any) | undefined;
58
58
  }>, {
59
- respectReducedMotion: boolean;
60
- text: string;
61
59
  loop: boolean;
60
+ text: string;
61
+ respectReducedMotion: boolean;
62
62
  interactive: boolean;
63
63
  words: TypewriterWord[];
64
64
  ngramSize: number | {
@@ -0,0 +1,45 @@
1
+ /**
2
+ * WatercolorDot — an organic pastel blob swatch (AU.W7 lift). A CSS/SVG primitive
3
+ * (no WebGL): the blob shape is a deterministic per-vertex `border-radius` morph
4
+ * (seeded by `color + seed`), and the wet, bleeding edge is an SVG turbulence +
5
+ * displacement filter that is INTERNALISED — the component mounts its own
6
+ * namespaced `<filter>` so there is zero consumer plumbing. Mount the dot and the
7
+ * filter just works.
8
+ *
9
+ * Color arrives as a CSS string painted straight onto the swatch background — the
10
+ * dot needs no resolver because it does not feed a shader; the injected-color seam
11
+ * shape is "pass the CSS color in".
12
+ */
13
+ type __VLS_Props = {
14
+ /** CSS color painted as the swatch background (any CSS color form). */
15
+ color: string;
16
+ /** Run the rAF-driven shape morph (default false → static, hover-morph only). */
17
+ animate?: boolean;
18
+ /** Host tag — `div` (decorative) or `button` (interactive). */
19
+ tag?: "div" | "button";
20
+ /** Base morph cycle duration in ms (default 4000). */
21
+ cycleDuration?: number;
22
+ /** Border-radius range [lo, hi] as percentages (default [20, 80]). */
23
+ range?: [number, number];
24
+ /** Extra seed string mixed into the shape PRNG for reproducible uniqueness. */
25
+ seed?: string;
26
+ };
27
+ declare var __VLS_11: {};
28
+ type __VLS_Slots = {} & {
29
+ default?: (props: typeof __VLS_11) => any;
30
+ };
31
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
32
+ animate: boolean;
33
+ seed: string;
34
+ range: [number, number];
35
+ tag: "div" | "button";
36
+ cycleDuration: number;
37
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
38
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
39
+ declare const _default: typeof __VLS_export;
40
+ export default _default;
41
+ type __VLS_WithSlots<T, S> = T & {
42
+ new (): {
43
+ $slots: S;
44
+ };
45
+ };
@@ -0,0 +1,3 @@
1
+ export { default as WatercolorDot } from "./WatercolorDot.vue";
2
+ export { useWatercolorBlob, type UseWatercolorBlobOptions, type WatercolorBlob, } from "./useWatercolorBlob";
3
+ export { mulberry32, hashString, randomRadii, radiiToCSS } from "./prng";
@@ -0,0 +1,5 @@
1
+ export { mulberry32, hashString } from "../../../utils/prng";
2
+ /** Generate 8 random border-radius percentages in [lo, hi] using the given PRNG. */
3
+ export declare function randomRadii(rng: () => number, lo: number, hi: number): number[];
4
+ /** Serialise 8 radii into a CSS `border-radius` shorthand (4 corners / 4 corners). */
5
+ export declare function radiiToCSS(r: number[]): string;
@@ -0,0 +1,24 @@
1
+ import { type Ref } from "vue";
2
+ export interface UseWatercolorBlobOptions {
3
+ /** Enable the rAF animation loop. */
4
+ animate?: boolean;
5
+ /** Base cycle duration in ms (default 4000). */
6
+ cycleDuration?: number;
7
+ /** Border-radius range [lo, hi] as percentages (default [20, 80]). */
8
+ range?: [number, number];
9
+ /** Extra seed string mixed into the hash for unique shapes. */
10
+ seed?: string;
11
+ }
12
+ /**
13
+ * Drives a watercolor dot's organic blob shape. Deterministic given `color + seed`
14
+ * (seeds the PRNG), so the same color reproduces the same shape across mounts. In
15
+ * static mode it emits a base + hover `border-radius`; in `animate` mode it runs an
16
+ * rAF loop morphing each of the 8 radii independently. `nudge()` retargets all
17
+ * vertices for a quick jiggle.
18
+ */
19
+ export declare function useWatercolorBlob(color: Ref<string> | (() => string), options?: UseWatercolorBlobOptions): {
20
+ borderRadius: Ref<string, string>;
21
+ hoverBorderRadius: Ref<string, string>;
22
+ nudge: () => void;
23
+ };
24
+ export type WatercolorBlob = ReturnType<typeof useWatercolorBlob>;
@@ -26,7 +26,7 @@ import { type VariantProps } from "class-variance-authority";
26
26
  * indicator spans the consumer SFCs render absolutely-positioned.
27
27
  */
28
28
  export declare const menuItemVariants: (props?: ({
29
- indicator?: "none" | "start" | "start-wide" | null | undefined;
29
+ indicator?: "start" | "none" | "start-wide" | null | undefined;
30
30
  density?: "comfortable" | "audacious" | null | undefined;
31
31
  } & import("class-variance-authority/types").ClassProp) | undefined) => string;
32
32
  export type MenuItemVariants = VariantProps<typeof menuItemVariants>;
@@ -10,7 +10,7 @@ type __VLS_Slots = {} & {
10
10
  default?: (props: typeof __VLS_8) => any;
11
11
  };
12
12
  declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
13
- size: "base" | "lg" | "sm" | null;
13
+ size: "base" | "sm" | "lg" | null;
14
14
  shape: "circle" | "square" | null;
15
15
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
16
16
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
@@ -1,4 +1,8 @@
1
+ import type { ImgHTMLAttributes } from 'vue';
1
2
  import { type AvatarImageProps } from 'reka-ui';
2
- declare const __VLS_export: import("vue").DefineComponent<AvatarImageProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<AvatarImageProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
3
+ type __VLS_Props = AvatarImageProps & {
4
+ alt?: ImgHTMLAttributes['alt'];
5
+ };
6
+ 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>;
3
7
  declare const _default: typeof __VLS_export;
4
8
  export default _default;
@@ -3,7 +3,7 @@ export { default as Avatar } from './Avatar.vue';
3
3
  export { default as AvatarImage } from './AvatarImage.vue';
4
4
  export { default as AvatarFallback } from './AvatarFallback.vue';
5
5
  export declare const avatarVariants: (props?: ({
6
- size?: "base" | "lg" | "sm" | null | undefined;
6
+ size?: "base" | "sm" | "lg" | null | undefined;
7
7
  shape?: "circle" | "square" | null | undefined;
8
8
  } & import("class-variance-authority/types").ClassProp) | undefined) => string;
9
9
  export type AvatarVariants = VariantProps<typeof avatarVariants>;
@@ -1,7 +1,7 @@
1
1
  import { type VariantProps } from 'class-variance-authority';
2
2
  export { default as Badge } from './Badge.vue';
3
3
  export declare const badgeVariants: (props?: ({
4
- variant?: "default" | "secondary" | "destructive" | "outline" | "success" | "warning" | "info" | null | undefined;
5
- size?: "lg" | "sm" | "md" | null | undefined;
4
+ variant?: "default" | "destructive" | "outline" | "secondary" | "success" | "warning" | "info" | null | undefined;
5
+ size?: "sm" | "lg" | "md" | null | undefined;
6
6
  } & import("class-variance-authority/types").ClassProp) | undefined) => string;
7
7
  export type BadgeVariants = VariantProps<typeof badgeVariants>;
@@ -1,10 +1,12 @@
1
- import type { HTMLAttributes } from 'vue';
1
+ import type { ButtonHTMLAttributes, HTMLAttributes } from 'vue';
2
2
  import { type PrimitiveProps } from 'reka-ui';
3
3
  import { type ButtonVariants } from '.';
4
4
  interface Props extends PrimitiveProps {
5
5
  variant?: ButtonVariants['variant'];
6
6
  size?: ButtonVariants['size'];
7
7
  class?: HTMLAttributes['class'];
8
+ type?: ButtonHTMLAttributes['type'];
9
+ disabled?: ButtonHTMLAttributes['disabled'];
8
10
  }
9
11
  declare var __VLS_8: {};
10
12
  type __VLS_Slots = {} & {
@@ -1,7 +1,7 @@
1
1
  import { type VariantProps } from 'class-variance-authority';
2
2
  export { default as Button } from './Button.vue';
3
3
  export declare const buttonVariants: (props?: ({
4
- variant?: "link" | "default" | "secondary" | "destructive" | "outline" | "primary-audacious" | "gold-audacious" | "accent" | "ghost" | "glass" | "glass-wash" | "ai" | null | undefined;
5
- size?: "default" | "lg" | "sm" | "xs" | "icon" | null | undefined;
4
+ variant?: "link" | "default" | "primary-audacious" | "gold-audacious" | "destructive" | "outline" | "secondary" | "accent" | "ghost" | "glass" | "glass-wash" | "ai" | null | undefined;
5
+ size?: "default" | "xs" | "sm" | "lg" | "icon" | "icon-sm" | null | undefined;
6
6
  } & import("class-variance-authority/types").ClassProp) | undefined) => string;
7
7
  export type ButtonVariants = VariantProps<typeof buttonVariants>;
@@ -9,8 +9,8 @@ type __VLS_Slots = {} & {
9
9
  default?: (props: typeof __VLS_10) => any;
10
10
  };
11
11
  declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
12
- size: "default" | "lg" | "sm" | "xs" | "icon" | null;
13
- variant: "link" | "default" | "secondary" | "destructive" | "outline" | "primary-audacious" | "gold-audacious" | "accent" | "ghost" | "glass" | "glass-wash" | "ai" | null;
12
+ size: "default" | "xs" | "sm" | "lg" | "icon" | "icon-sm" | null;
13
+ variant: "link" | "default" | "primary-audacious" | "gold-audacious" | "destructive" | "outline" | "secondary" | "accent" | "ghost" | "glass" | "glass-wash" | "ai" | null;
14
14
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
15
15
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
16
16
  declare const _default: typeof __VLS_export;
@@ -9,8 +9,8 @@ type __VLS_Slots = {} & {
9
9
  default?: (props: typeof __VLS_10) => any;
10
10
  };
11
11
  declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
12
- size: "default" | "lg" | "sm" | "xs" | "icon" | null;
13
- variant: "link" | "default" | "secondary" | "destructive" | "outline" | "primary-audacious" | "gold-audacious" | "accent" | "ghost" | "glass" | "glass-wash" | "ai" | null;
12
+ size: "default" | "xs" | "sm" | "lg" | "icon" | "icon-sm" | null;
13
+ variant: "link" | "default" | "primary-audacious" | "gold-audacious" | "destructive" | "outline" | "secondary" | "accent" | "ghost" | "glass" | "glass-wash" | "ai" | null;
14
14
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
15
15
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
16
16
  declare const _default: typeof __VLS_export;
@@ -5,19 +5,19 @@ 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;
10
9
  highlight: (payload: {
11
10
  ref: HTMLElement;
12
11
  value: import("reka-ui").AcceptableValue;
13
12
  } | undefined) => any;
13
+ "update:open": (value: boolean) => any;
14
14
  }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
15
- "onUpdate:open"?: ((value: boolean) => any) | undefined;
16
15
  "onUpdate:modelValue"?: ((value: import("reka-ui").AcceptableValue) => any) | undefined;
17
16
  onHighlight?: ((payload: {
18
17
  ref: HTMLElement;
19
18
  value: import("reka-ui").AcceptableValue;
20
19
  } | undefined) => any) | undefined;
20
+ "onUpdate:open"?: ((value: boolean) => any) | undefined;
21
21
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
22
22
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
23
23
  declare const _default: typeof __VLS_export;
@@ -1,7 +1,8 @@
1
- import type { HTMLAttributes } from 'vue';
1
+ import type { HTMLAttributes, InputHTMLAttributes } from 'vue';
2
2
  import { type ComboboxInputProps } from 'reka-ui';
3
3
  type __VLS_Props = ComboboxInputProps & {
4
4
  class?: HTMLAttributes['class'];
5
+ placeholder?: InputHTMLAttributes['placeholder'];
5
6
  };
6
7
  declare var __VLS_12: {};
7
8
  type __VLS_Slots = {} & {
@@ -8,22 +8,22 @@ 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
- "update:open": (value: boolean) => any;
12
11
  "update:modelValue": (value: import("reka-ui").AcceptableValue) => any;
13
12
  highlight: (payload: {
14
13
  ref: HTMLElement;
15
14
  value: import("reka-ui").AcceptableValue;
16
15
  } | undefined) => any;
16
+ "update:open": (value: boolean) => any;
17
17
  }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
18
- "onUpdate:open"?: ((value: boolean) => any) | undefined;
19
18
  "onUpdate:modelValue"?: ((value: import("reka-ui").AcceptableValue) => any) | undefined;
20
19
  onHighlight?: ((payload: {
21
20
  ref: HTMLElement;
22
21
  value: import("reka-ui").AcceptableValue;
23
22
  } | undefined) => any) | undefined;
23
+ "onUpdate:open"?: ((value: boolean) => any) | undefined;
24
24
  }>, {
25
- open: boolean;
26
25
  modelValue: import("reka-ui").AcceptableValue | import("reka-ui").AcceptableValue[];
26
+ open: boolean;
27
27
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
28
28
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
29
29
  declare const _default: typeof __VLS_export;
@@ -1,7 +1,8 @@
1
- import { type HTMLAttributes } from 'vue';
1
+ import type { HTMLAttributes, InputHTMLAttributes } from 'vue';
2
2
  import { type ComboboxInputProps } from 'reka-ui';
3
3
  type __VLS_Props = ComboboxInputProps & {
4
4
  class?: HTMLAttributes['class'];
5
+ placeholder?: InputHTMLAttributes['placeholder'];
5
6
  };
6
7
  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>;
7
8
  declare const _default: typeof __VLS_export;