@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
package/dist/glass-ui.js CHANGED
@@ -1,60 +1,63 @@
1
1
  import { t as e } from "./cn-DJXf4yaB.js";
2
- import { t } from "./check-dwgetki8.js";
3
- import { t as n } from "./chevron-down-DILQA1t6.js";
4
- import { t as r } from "./Notification-OqIpADml.js";
5
- import { a as i, c as a, i as o, l as s, n as c, o as l, r as u, s as d, t as f, u as p } from "./ContextMenuSubContent-gAFxJ-qi.js";
6
- import { a as ee, i as te, n as ne, r as re, t as ie } from "./NumberFieldContent-DTH9gb_N.js";
7
- import { a as ae, i as oe, n as se, o as ce, r as le, s as ue, t as de } from "./useConfiguratorState-CtRBE0m_.js";
8
- import { t as m } from "./x-q7pJa83X.js";
9
- import { n as h, t as fe } from "./badge-x46my_Fo.js";
10
- import { n as g, t as pe } from "./button-C0aHmBbt.js";
11
- import { a as me, i as he, n as ge, o as _e, r as ve, t as ye } from "./CardFooter-CSGcJkqa.js";
12
- import { n as be, r as xe, t as Se } from "./CollapsibleContent-CVMOcYlV.js";
13
- import { a as _, c as Ce, i as v, l as y, n as we, o as b, r as x, s as S, t as Te } from "./CommandShortcut-DWT19a2Y.js";
14
- import { n as Ee, t as De } from "./DialogContent-2fALDSvc.js";
15
- import { a as Oe, i as ke, n as Ae, o as C, r as je, s as Me, t as Ne } from "./DialogFooter-ClrNEOVU.js";
16
- import { n as Pe, r as Fe, t as Ie } from "./ContextMenuContent-otjFIu8v.js";
17
- import { a as Le, c as Re, i as ze, l as Be, n as Ve, o as He, r as Ue, s as We, t as Ge, u as Ke } from "./DataTable-R8-Zidms.js";
18
- import { a as qe, c as Je, d as Ye, f as Xe, h as Ze, i as Qe, l as $e, m as et, n as tt, o as nt, p as rt, r as it, s as at, t as ot, u as st } from "./dropdown-menu-BvRUamNs.js";
19
- import { n as ct, r as lt, t as ut } from "./HoverCardContent-DaGrgJBO.js";
20
- import { t as dt } from "./Label-DJty89bp.js";
21
- import { t as ft } from "./MetricBadge-DmAihkXd.js";
22
- import { n as w, r as T, t as E } from "./PopoverContent-EiklFrna.js";
23
- import { t as pt } from "./Progress-FApA9fm_.js";
24
- import { t as mt } from "./PaperBackdrop-CeZ-w0R0.js";
25
- import { a as ht, i as gt, n as _t, o as vt, r as yt, s as bt, t as xt } from "./SelectScrollDownButton-Dth8-wXQ.js";
26
- import { t as St } from "./SelectGroup-DdR4tdDY.js";
27
- import { n as Ct, t as wt } from "./SelectSeparator-CXm_hlqA.js";
28
- import { t as Tt } from "./Separator-D8AUMhxY.js";
29
- import { a as Et, c as Dt, i as Ot, l as kt, n as At, o as jt, r as Mt, s as Nt, t as Pt } from "./sheet-CukNDezz.js";
30
- import { t as Ft } from "./useTimer-NAaj9zNq.js";
31
- import { t as It } from "./useTouchGate-D9Zvrzyc.js";
32
- import { n as Lt, t as Rt } from "./slider-DJvHkTRe.js";
33
- import { t as zt } from "./Switch-Cr1t_F_U.js";
34
- import { a as Bt, c as Vt, i as Ht, n as Ut, o as Wt, r as Gt, s as Kt, t as qt } from "./Toaster-Bjlunvq4.js";
35
- import { i as Jt, n as Yt, r as Xt, t as Zt } from "./ToggleGroupItem-OesUouE7.js";
36
- import { i as Qt, n as $t, r as en, t as tn } from "./TooltipProvider-DE78vbEP.js";
37
- import { n as nn, t as rn } from "./InstrumentChassis-CnHTMxds.js";
38
- import { t as an } from "./InstrumentRail-C6dEbi8E.js";
39
- import { n as on, r as sn, t as cn } from "./keys-CaTQS-vx.js";
40
- import { t as ln } from "./GlyphFace-BRS8vUb7.js";
41
- import { t as un } from "./DiscoGlyph-C3JfMnRV.js";
42
- import { t as dn } from "./HoverPopover-CWFCfLx3.js";
43
- import { t as fn } from "./useResizeObserver-Cg9npuM3.js";
44
- import { t as pn } from "./ScrollingText-BFd0i2zJ.js";
45
- import { t as D } from "./useInterval-DVgGUf_y.js";
46
- import { a as mn, i as hn, n as gn, o as _n, r as vn, t as yn } from "./useIdleReady-Cmkhm03v.js";
47
- import { t as bn } from "./useUserInvalidAria-DVu1eTXG.js";
48
- import { n as xn, r as Sn, t as Cn } from "./useGlassRenderer-Ds-nmrGz.js";
49
- import { t as wn } from "./useSortable-Cq2Y1JLO.js";
50
- import { n as Tn, t as En } from "./useViewTransition-DYIK6Gzb.js";
51
- import { Fragment as O, computed as k, createBlock as A, createCommentVNode as j, createElementBlock as M, createElementVNode as N, createTextVNode as P, createVNode as F, defineComponent as I, guardReactiveProps as L, mergeProps as R, normalizeClass as z, normalizeProps as B, openBlock as V, ref as Dn, renderList as H, renderSlot as U, resolveDynamicComponent as W, toDisplayString as G, toRaw as On, unref as K, withCtx as q, withModifiers as kn } from "vue";
52
- import { AccordionContent as An, AccordionHeader as jn, AccordionItem as Mn, AccordionRoot as Nn, AccordionTrigger as Pn, AvatarFallback as Fn, AvatarImage as In, AvatarRoot as Ln, CheckboxIndicator as Rn, CheckboxRoot as zn, RadioGroupIndicator as Bn, RadioGroupItem as Vn, RadioGroupRoot as Hn, TabsContent as Un, TabsIndicator as Wn, TabsList as Gn, TabsRoot as Kn, TabsTrigger as qn, TagsInputInput as Jn, TagsInputItem as Yn, TagsInputItemDelete as Xn, TagsInputItemText as Zn, TagsInputRoot as Qn, useEmitAsProps as $n, useForwardProps as J, useForwardPropsEmits as Y } from "reka-ui";
2
+ import { a as t, i as n, n as r, o as i, r as a, t as o } from "./vReveal-u2wSG2El.js";
3
+ import { t as s } from "./check-CdkxGxXJ.js";
4
+ import { t as c } from "./chevron-down-pBY8sYfV.js";
5
+ import { t as l } from "./Notification-DP_ApJLo.js";
6
+ import { a as u, c as d, i as f, l as p, n as ee, o as te, r as ne, s as re, t as ie, u as ae } from "./ContextMenuSubContent-DrWkXKQP.js";
7
+ import { a as oe, i as se, n as ce, r as le, t as ue } from "./NumberFieldContent-iOTQ5rGO.js";
8
+ import { a as de, i as fe, n as pe, o as me, r as he, s as ge, t as _e } from "./useConfiguratorState-DUtC1jxr.js";
9
+ import { t as m } from "./x-C4pz9nbD.js";
10
+ import { n as h, t as ve } from "./badge-Cl6JZ1B7.js";
11
+ import { n as g, t as ye } from "./button-Ckn3eDfB.js";
12
+ import { a as be, i as xe, n as Se, o as Ce, r as we, t as Te } from "./CardFooter-C390imy7.js";
13
+ import { n as Ee, r as De, t as Oe } from "./CollapsibleContent-cauTbZEM.js";
14
+ import { a as _, c as ke, i as v, l as y, n as Ae, o as b, r as x, s as S, t as C } from "./CommandShortcut-BiVyqipe.js";
15
+ import { n as je, t as Me } from "./DialogContent-IQ8_BRrC.js";
16
+ import { a as Ne, i as Pe, n as Fe, o as Ie, r as Le, s as Re, t as ze } from "./DialogFooter-Er0wA3K6.js";
17
+ import { n as Be, r as Ve, t as He } from "./ContextMenuContent-De01_83g.js";
18
+ import { t as Ue } from "./useResizeObserver-DX-STszm.js";
19
+ import { t as We } from "./useTimer-DGgoxTXL.js";
20
+ import { t as Ge } from "./useTouchGate-CS5Csc2h.js";
21
+ import { n as Ke, r as qe, t as Je } from "./useClipboard-D8vFyRCa.js";
22
+ import { t as Ye } from "./useUserInvalidAria-DmvZ_6Dx.js";
23
+ import { t as Xe } from "./useTextHighlight-Dmtofpk2.js";
24
+ import { a as Ze, c as Qe, i as $e, l as et, n as tt, o as nt, r as rt, s as it, t as at, u as ot } from "./DataTable-FfkaAg2z.js";
25
+ import { a as st, c as ct, d as lt, f as ut, h as dt, i as ft, l as pt, m as mt, n as ht, o as gt, p as _t, r as vt, s as yt, t as bt, u as xt } from "./dropdown-menu-EFjl5iKo.js";
26
+ import { n as St, r as Ct, t as wt } from "./HoverCardContent-ICfIMZX1.js";
27
+ import { t as Tt } from "./Label-CZk-3nTc.js";
28
+ import { t as Et } from "./MetricBadge-BlrdbOGN.js";
29
+ import { n as w, r as T, t as E } from "./PopoverContent-B8WtJECb.js";
30
+ import { a as Dt, i as Ot, n as kt, r as At, t as jt } from "./Progress-DjM86vfb.js";
31
+ import { t as Mt } from "./PaperBackdrop-D_YZW47j.js";
32
+ import { a as Nt, i as Pt, n as Ft, o as It, r as Lt, s as Rt, t as zt } from "./SelectScrollDownButton-BGn3rjs9.js";
33
+ import { t as Bt } from "./SelectGroup-CMdoCjRE.js";
34
+ import { n as Vt, t as Ht } from "./SelectSeparator-CaJnPF3_.js";
35
+ import { t as Ut } from "./Separator-C2XtAXRp.js";
36
+ import { a as Wt, c as Gt, i as Kt, l as qt, n as Jt, o as Yt, r as Xt, s as Zt, t as Qt } from "./sheet-CQYYrkr9.js";
37
+ import { n as $t, t as en } from "./slider-BOh8ycfZ.js";
38
+ import { t as tn } from "./Switch-x8n6husW.js";
39
+ import { i as nn, n as rn, r as an, t as on } from "./TabsIndicator-DA0x9gPr.js";
40
+ import { a as sn, c as cn, i as ln, n as un, o as dn, r as fn, s as pn, t as D } from "./Toaster-DdhMKfus.js";
41
+ import { i as mn, n as hn, r as gn, t as _n } from "./ToggleGroupItem-gyXj998A.js";
42
+ import { i as vn, n as yn, r as bn, t as xn } from "./TooltipProvider-D-JrSqDu.js";
43
+ import { n as Sn, t as Cn } from "./InstrumentChassis-DaHIZCqy.js";
44
+ import { t as wn } from "./InstrumentRail-B0qqLFN0.js";
45
+ import { n as Tn, r as En, t as Dn } from "./keys-BFoma9vm.js";
46
+ import { t as On } from "./GlyphFace-B_7vOmYn.js";
47
+ import { t as kn } from "./DiscoGlyph-BaZ8OawK.js";
48
+ import { t as An } from "./HoverPopover-DTSYkJtw.js";
49
+ import { t as jn } from "./ScrollingText-P9o_DuMn.js";
50
+ import { t as Mn } from "./useInterval-CHVYFpXV.js";
51
+ import { n as Nn, r as Pn, t as Fn } from "./useGlassRenderer-Dn3WpfG-.js";
52
+ import { t as In } from "./useSortable-DnyGXKKY.js";
53
+ import { n as Ln, t as Rn } from "./useViewTransition-D4ssvnXZ.js";
54
+ import { Fragment as O, computed as k, createBlock as A, createCommentVNode as j, createElementBlock as M, createElementVNode as N, createTextVNode as P, createVNode as F, defineComponent as I, guardReactiveProps as L, mergeModels as zn, mergeProps as R, normalizeClass as z, normalizeProps as B, openBlock as V, ref as Bn, renderList as H, renderSlot as U, resolveDynamicComponent as W, toDisplayString as G, toRaw as Vn, unref as K, useModel as Hn, withCtx as q, withModifiers as Un } from "vue";
55
+ import { AccordionContent as Wn, AccordionHeader as Gn, AccordionItem as Kn, AccordionRoot as qn, AccordionTrigger as Jn, AvatarFallback as Yn, AvatarImage as Xn, AvatarRoot as Zn, CheckboxIndicator as Qn, CheckboxRoot as $n, RadioGroupIndicator as er, RadioGroupItem as tr, RadioGroupRoot as nr, TabsContent as rr, TagsInputInput as ir, TagsInputItem as ar, TagsInputItemDelete as or, TagsInputItemText as sr, TagsInputRoot as cr, useEmitAsProps as lr, useForwardProps as J, useForwardPropsEmits as Y } from "reka-ui";
53
56
  import { cva as X } from "class-variance-authority";
54
- import { DrawerClose as er, DrawerContent as tr, DrawerDescription as nr, DrawerOverlay as rr, DrawerPortal as ir, DrawerPortal as ar, DrawerRoot as or, DrawerTitle as sr, DrawerTrigger as cr } from "vaul-vue";
57
+ import { DrawerClose as ur, DrawerContent as dr, DrawerDescription as fr, DrawerOverlay as pr, DrawerPortal as mr, DrawerPortal as hr, DrawerRoot as gr, DrawerTitle as _r, DrawerTrigger as vr } from "vaul-vue";
55
58
  //#endregion
56
59
  //#region src/components/ui/accordion/Accordion.vue
57
- var lr = /* @__PURE__ */ I({
60
+ var yr = /* @__PURE__ */ I({
58
61
  __name: "Accordion",
59
62
  props: {
60
63
  collapsible: { type: Boolean },
@@ -71,24 +74,12 @@ var lr = /* @__PURE__ */ I({
71
74
  emits: ["update:modelValue"],
72
75
  setup(e, { emit: t }) {
73
76
  let n = Y(e, t);
74
- return (e, t) => (V(), A(K(Nn), B(L(K(n))), {
77
+ return (e, t) => (V(), A(K(qn), B(L(K(n))), {
75
78
  default: q(() => [U(e.$slots, "default")]),
76
79
  _: 3
77
80
  }, 16));
78
81
  }
79
- });
80
- //#endregion
81
- //#region src/utils/moveBefore.ts
82
- function ur(e, t, n) {
83
- let r = e;
84
- typeof r.moveBefore == "function" ? r.moveBefore(t, n) : e.insertBefore(t, n);
85
- }
86
- function dr() {
87
- return typeof Element < "u" && "moveBefore" in Element.prototype;
88
- }
89
- //#endregion
90
- //#region src/components/ui/accordion/AccordionContent.vue
91
- var fr = /* @__PURE__ */ I({
82
+ }), br = /* @__PURE__ */ I({
92
83
  __name: "AccordionContent",
93
84
  props: {
94
85
  forceMount: { type: Boolean },
@@ -107,12 +98,12 @@ var fr = /* @__PURE__ */ I({
107
98
  let { class: e, ...t } = n;
108
99
  return t;
109
100
  });
110
- return (t, i) => (V(), A(K(An), R(r.value, { class: "overflow-hidden text-sm transition-[height,opacity] data-[state=closed]:animate-accordion-up data-[state=open]:animate-accordion-down" }), {
101
+ return (t, i) => (V(), A(K(Wn), R(r.value, { class: "overflow-hidden text-sm transition-collapse data-[state=closed]:animate-accordion-up data-[state=open]:animate-accordion-down" }), {
111
102
  default: q(() => [N("div", { class: z(K(e)("pb-4 pt-0", n.class)) }, [U(t.$slots, "default")], 2)]),
112
103
  _: 3
113
104
  }, 16));
114
105
  }
115
- }), pr = /* @__PURE__ */ I({
106
+ }), xr = /* @__PURE__ */ I({
116
107
  __name: "AccordionItem",
117
108
  props: {
118
109
  disabled: { type: Boolean },
@@ -133,12 +124,12 @@ var fr = /* @__PURE__ */ I({
133
124
  let { class: e, ...t } = n;
134
125
  return t;
135
126
  }));
136
- return (t, i) => (V(), A(K(Mn), R(K(r), { class: K(e)("border-b", n.class) }), {
127
+ return (t, i) => (V(), A(K(Kn), R(K(r), { class: K(e)("border-b", n.class) }), {
137
128
  default: q(() => [U(t.$slots, "default")]),
138
129
  _: 3
139
130
  }, 16, ["class"]));
140
131
  }
141
- }), mr = /* @__PURE__ */ I({
132
+ }), Sr = /* @__PURE__ */ I({
142
133
  __name: "AccordionTrigger",
143
134
  props: {
144
135
  asChild: { type: Boolean },
@@ -152,19 +143,19 @@ var fr = /* @__PURE__ */ I({
152
143
  ] }
153
144
  },
154
145
  setup(t) {
155
- let r = t, i = k(() => {
156
- let { class: e, ...t } = r;
146
+ let n = t, r = k(() => {
147
+ let { class: e, ...t } = n;
157
148
  return t;
158
149
  });
159
- return (t, a) => (V(), A(K(jn), { class: "flex" }, {
160
- default: q(() => [F(K(Pn), R(i.value, { class: K(e)("flex flex-1 items-center justify-between py-4 font-medium transition-[color,text-decoration-color,background-color] hover:underline [&[data-state=open]>svg]:rotate-180", r.class) }), {
161
- default: q(() => [U(t.$slots, "default"), U(t.$slots, "icon", {}, () => [F(K(n), { class: "h-4 w-4 shrink-0 transition-transform duration-200" })])]),
150
+ return (t, i) => (V(), A(K(Gn), { class: "flex" }, {
151
+ default: q(() => [F(K(Jn), R(r.value, { class: K(e)("flex flex-1 items-center justify-between py-4 font-medium transition-colors hover:underline [&[data-state=open]>svg]:rotate-180", n.class) }), {
152
+ default: q(() => [U(t.$slots, "default"), U(t.$slots, "icon", {}, () => [F(K(c), { class: "h-4 w-4 shrink-0 transition-transform duration-200" })])]),
162
153
  _: 3
163
154
  }, 16, ["class"])]),
164
155
  _: 3
165
156
  }));
166
157
  }
167
- }), hr = /* @__PURE__ */ I({
158
+ }), Cr = /* @__PURE__ */ I({
168
159
  __name: "Alert",
169
160
  props: {
170
161
  class: { type: [
@@ -184,7 +175,7 @@ var fr = /* @__PURE__ */ I({
184
175
  role: "alert"
185
176
  }, [U(r.$slots, "default")], 2));
186
177
  }
187
- }), gr = /* @__PURE__ */ I({
178
+ }), wr = /* @__PURE__ */ I({
188
179
  __name: "AlertDescription",
189
180
  props: { class: { type: [
190
181
  Boolean,
@@ -200,7 +191,7 @@ var fr = /* @__PURE__ */ I({
200
191
  class: z(K(e)("text-muted-foreground col-start-2 grid justify-items-start gap-1 text-sm [&_p]:leading-relaxed", n.class))
201
192
  }, [U(t.$slots, "default")], 2));
202
193
  }
203
- }), _r = /* @__PURE__ */ I({
194
+ }), Tr = /* @__PURE__ */ I({
204
195
  __name: "AlertTitle",
205
196
  props: { class: { type: [
206
197
  Boolean,
@@ -222,7 +213,7 @@ var fr = /* @__PURE__ */ I({
222
213
  destructive: "text-destructive bg-card [&>svg]:text-current *:data-[slot=alert-description]:text-destructive/90"
223
214
  } },
224
215
  defaultVariants: { variant: "default" }
225
- }), vr = /* @__PURE__ */ I({
216
+ }), Er = /* @__PURE__ */ I({
226
217
  __name: "Avatar",
227
218
  props: {
228
219
  class: { type: [
@@ -237,7 +228,7 @@ var fr = /* @__PURE__ */ I({
237
228
  },
238
229
  setup(t) {
239
230
  let n = t;
240
- return (r, i) => (V(), A(K(Ln), { class: z(K(e)(K(Q)({
231
+ return (r, i) => (V(), A(K(Zn), { class: z(K(e)(K(Q)({
241
232
  size: t.size,
242
233
  shape: t.shape
243
234
  }), n.class)) }, {
@@ -245,20 +236,21 @@ var fr = /* @__PURE__ */ I({
245
236
  _: 3
246
237
  }, 8, ["class"]));
247
238
  }
248
- }), yr = /* @__PURE__ */ I({
239
+ }), Dr = /* @__PURE__ */ I({
249
240
  __name: "AvatarImage",
250
241
  props: {
251
242
  src: {},
252
243
  referrerPolicy: {},
253
244
  crossOrigin: {},
254
245
  asChild: { type: Boolean },
255
- as: {}
246
+ as: {},
247
+ alt: {}
256
248
  },
257
249
  setup(e) {
258
250
  let t = e;
259
- return (e, n) => (V(), A(K(In), R(t, { class: "h-full w-full object-cover" }), null, 16));
251
+ return (e, n) => (V(), A(K(Xn), R(t, { class: "h-full w-full object-cover" }), null, 16));
260
252
  }
261
- }), br = /* @__PURE__ */ I({
253
+ }), Or = /* @__PURE__ */ I({
262
254
  __name: "AvatarFallback",
263
255
  props: {
264
256
  delayMs: {},
@@ -267,7 +259,7 @@ var fr = /* @__PURE__ */ I({
267
259
  },
268
260
  setup(e) {
269
261
  let t = e;
270
- return (e, n) => (V(), A(K(Fn), B(L(t)), {
262
+ return (e, n) => (V(), A(K(Yn), B(L(t)), {
271
263
  default: q(() => [U(e.$slots, "default")]),
272
264
  _: 3
273
265
  }, 16));
@@ -282,7 +274,7 @@ var fr = /* @__PURE__ */ I({
282
274
  circle: "rounded-pill",
283
275
  square: "rounded-input"
284
276
  }
285
- } }), xr = /* @__PURE__ */ I({
277
+ } }), kr = /* @__PURE__ */ I({
286
278
  __name: "Checkbox",
287
279
  props: {
288
280
  defaultValue: {},
@@ -305,20 +297,20 @@ var fr = /* @__PURE__ */ I({
305
297
  ] }
306
298
  },
307
299
  emits: ["update:modelValue"],
308
- setup(n, { emit: r }) {
309
- let i = n, a = r, o = Y(k(() => {
310
- let { class: e, ...t } = i;
300
+ setup(t, { emit: n }) {
301
+ let r = t, i = n, a = Y(k(() => {
302
+ let { class: e, ...t } = r;
311
303
  return t;
312
- }), a);
313
- return (n, r) => (V(), A(K(zn), R(K(o), { class: K(e)("focus-ring peer h-4 w-4 shrink-0 rounded-sm border border-primary disabled:cursor-not-allowed disabled:opacity-disabled data-[state=checked]:bg-primary data-[state=checked]:text-primary-foreground", i.class) }), {
314
- default: q(() => [F(K(Rn), { class: "flex h-full w-full items-center justify-center text-current" }, {
315
- default: q(() => [U(n.$slots, "default", {}, () => [F(K(t), { class: "h-4 w-4" })])]),
304
+ }), i);
305
+ return (t, n) => (V(), A(K($n), R(K(a), { class: K(e)("focus-ring peer h-4 w-4 shrink-0 rounded-sm border border-primary disabled:cursor-not-allowed disabled:opacity-disabled data-[state=checked]:bg-primary data-[state=checked]:text-primary-foreground", r.class) }), {
306
+ default: q(() => [F(K(Qn), { class: "flex h-full w-full items-center justify-center text-current" }, {
307
+ default: q(() => [U(t.$slots, "default", {}, () => [F(K(s), { class: "h-4 w-4" })])]),
316
308
  _: 3
317
309
  })]),
318
310
  _: 3
319
311
  }, 16, ["class"]));
320
312
  }
321
- }), Sr = /* @__PURE__ */ I({
313
+ }), Ar = /* @__PURE__ */ I({
322
314
  __name: "TableCaption",
323
315
  props: { class: { type: [
324
316
  Boolean,
@@ -331,7 +323,7 @@ var fr = /* @__PURE__ */ I({
331
323
  let n = t;
332
324
  return (t, r) => (V(), M("caption", { class: z(K(e)("mt-4 text-sm text-muted-foreground", n.class)) }, [U(t.$slots, "default")], 2));
333
325
  }
334
- }), Cr = /* @__PURE__ */ I({
326
+ }), jr = /* @__PURE__ */ I({
335
327
  __name: "Drawer",
336
328
  props: {
337
329
  activeSnapPoint: {},
@@ -368,7 +360,7 @@ var fr = /* @__PURE__ */ I({
368
360
  "animationEnd"
369
361
  ],
370
362
  setup(e, { emit: t }) {
371
- let n = e, r = $n(t), i = [
363
+ let n = e, r = lr(t), i = [
372
364
  .12,
373
365
  .5,
374
366
  1
@@ -382,7 +374,7 @@ var fr = /* @__PURE__ */ I({
382
374
  ...r
383
375
  };
384
376
  });
385
- return (e, t) => (V(), A(K(or), B(L(a.value)), {
377
+ return (e, t) => (V(), A(K(gr), B(L(a.value)), {
386
378
  default: q(() => [U(e.$slots, "default")]),
387
379
  _: 3
388
380
  }, 16));
@@ -406,9 +398,9 @@ var fr = /* @__PURE__ */ I({
406
398
  let { class: e, ...t } = n;
407
399
  return t;
408
400
  });
409
- return (t, i) => (V(), A(K(rr), R(r.value, { class: K(e)("fixed inset-0 z-overlay bg-overlay-scrim-strong [backdrop-filter:var(--glass-blur-wash)]", n.class) }), null, 16, ["class"]));
401
+ return (t, i) => (V(), A(K(pr), R(r.value, { class: K(e)("fixed inset-0 z-overlay bg-overlay-scrim-strong [backdrop-filter:var(--glass-blur-wash)]", n.class) }), null, 16, ["class"]));
410
402
  }
411
- }), wr = /* @__PURE__ */ I({
403
+ }), Mr = /* @__PURE__ */ I({
412
404
  __name: "DrawerContent",
413
405
  props: {
414
406
  forceMount: { type: Boolean },
@@ -437,8 +429,8 @@ var fr = /* @__PURE__ */ I({
437
429
  ],
438
430
  setup(t, { emit: n }) {
439
431
  let r = t, i = Y(r, n);
440
- return (t, n) => (V(), A(K(ar), null, {
441
- default: q(() => [r.showOverlay ? (V(), A($, { key: 0 })) : j("", !0), F(K(tr), R(K(i), { class: K(e)("glass-drawer", r.class) }), {
432
+ return (t, n) => (V(), A(K(hr), null, {
433
+ default: q(() => [r.showOverlay ? (V(), A($, { key: 0 })) : j("", !0), F(K(dr), R(K(i), { class: K(e)("glass-drawer", r.class) }), {
442
434
  default: q(() => [n[0] ||= N("div", {
443
435
  class: "glass-drawer-handle",
444
436
  "aria-hidden": "true"
@@ -448,7 +440,7 @@ var fr = /* @__PURE__ */ I({
448
440
  _: 3
449
441
  }));
450
442
  }
451
- }), Tr = /* @__PURE__ */ I({
443
+ }), Nr = /* @__PURE__ */ I({
452
444
  __name: "DrawerHeader",
453
445
  props: { class: { type: [
454
446
  Boolean,
@@ -461,7 +453,7 @@ var fr = /* @__PURE__ */ I({
461
453
  let n = t;
462
454
  return (t, r) => (V(), M("div", { class: z(K(e)("grid gap-1.5 p-4 text-center sm:text-left", n.class)) }, [U(t.$slots, "default")], 2));
463
455
  }
464
- }), Er = /* @__PURE__ */ I({
456
+ }), Pr = /* @__PURE__ */ I({
465
457
  __name: "DrawerFooter",
466
458
  props: { class: { type: [
467
459
  Boolean,
@@ -474,7 +466,7 @@ var fr = /* @__PURE__ */ I({
474
466
  let n = t;
475
467
  return (t, r) => (V(), M("div", { class: z(K(e)("mt-auto flex flex-col gap-2 p-4", n.class)) }, [U(t.$slots, "default")], 2));
476
468
  }
477
- }), Dr = /* @__PURE__ */ I({
469
+ }), Fr = /* @__PURE__ */ I({
478
470
  __name: "DrawerTitle",
479
471
  props: {
480
472
  asChild: { type: Boolean },
@@ -492,12 +484,12 @@ var fr = /* @__PURE__ */ I({
492
484
  let { class: e, ...t } = n;
493
485
  return t;
494
486
  });
495
- return (t, i) => (V(), A(K(sr), R(r.value, { class: K(e)("text-subheading leading-none tracking-tight", n.class) }), {
487
+ return (t, i) => (V(), A(K(_r), R(r.value, { class: K(e)("text-subheading leading-none tracking-tight", n.class) }), {
496
488
  default: q(() => [U(t.$slots, "default")]),
497
489
  _: 3
498
490
  }, 16, ["class"]));
499
491
  }
500
- }), Or = /* @__PURE__ */ I({
492
+ }), Ir = /* @__PURE__ */ I({
501
493
  __name: "DrawerDescription",
502
494
  props: {
503
495
  asChild: { type: Boolean },
@@ -515,12 +507,12 @@ var fr = /* @__PURE__ */ I({
515
507
  let { class: e, ...t } = n;
516
508
  return t;
517
509
  });
518
- return (t, i) => (V(), A(K(nr), R(r.value, { class: K(e)("text-sm text-muted-foreground", n.class) }), {
510
+ return (t, i) => (V(), A(K(fr), R(r.value, { class: K(e)("text-sm text-muted-foreground", n.class) }), {
519
511
  default: q(() => [U(t.$slots, "default")]),
520
512
  _: 3
521
513
  }, 16, ["class"]));
522
514
  }
523
- }), kr = /* @__PURE__ */ I({
515
+ }), Lr = /* @__PURE__ */ I({
524
516
  __name: "MetricPill",
525
517
  props: {
526
518
  amount: {},
@@ -542,7 +534,7 @@ var fr = /* @__PURE__ */ I({
542
534
  },
543
535
  setup(t) {
544
536
  let n = t, r = k(() => e("metric-pill", n.class));
545
- return (e, n) => (V(), A(ft, {
537
+ return (e, n) => (V(), A(Et, {
546
538
  amount: t.amount,
547
539
  unit: t.unit,
548
540
  label: t.label,
@@ -566,55 +558,57 @@ var fr = /* @__PURE__ */ I({
566
558
  "data-density"
567
559
  ]));
568
560
  }
569
- }), Ar = { class: "truncate" }, jr = {
561
+ }), Rr = { class: "truncate" }, zr = {
570
562
  key: 0,
571
563
  class: "mr-2"
572
- }, Mr = {
564
+ }, Br = {
573
565
  key: 0,
574
566
  class: "flex flex-wrap gap-1 mt-2"
575
- }, Nr = {
567
+ }, Vr = {
576
568
  key: 0,
577
569
  class: "mr-1"
578
- }, Pr = /* @__PURE__ */ I({
570
+ }, Hr = /* @__PURE__ */ I({
579
571
  __name: "MultiSelect",
580
- props: {
572
+ props: /* @__PURE__ */ zn({
581
573
  options: {},
582
- modelValue: {},
583
574
  placeholder: { default: "Select items..." },
584
575
  disabled: {
585
576
  type: Boolean,
586
577
  default: !1
587
578
  },
588
579
  maxDisplay: { default: 3 }
589
- },
580
+ }, {
581
+ modelValue: { default: () => [] },
582
+ modelModifiers: {}
583
+ }),
590
584
  emits: ["update:modelValue"],
591
- setup(r, { emit: i }) {
592
- let a = r, o = i, s = Dn(!1), c = k(() => a.options.filter((e) => a.modelValue.includes(e.value))), l = k(() => c.value.length === 0 ? a.placeholder : c.value.length <= a.maxDisplay ? c.value.map((e) => e.label).join(", ") : `${c.value.slice(0, a.maxDisplay).map((e) => e.label).join(", ")}... (+${c.value.length - a.maxDisplay})`);
593
- function u(e) {
585
+ setup(t) {
586
+ let n = t, r = Hn(t, "modelValue"), i = Bn(!1), a = k(() => n.options.filter((e) => r.value.includes(e.value))), o = k(() => a.value.length === 0 ? n.placeholder : a.value.length <= n.maxDisplay ? a.value.map((e) => e.label).join(", ") : `${a.value.slice(0, n.maxDisplay).map((e) => e.label).join(", ")}... (+${a.value.length - n.maxDisplay})`);
587
+ function l(e) {
594
588
  return typeof e == "string" && e.length > 0;
595
589
  }
590
+ function u(e) {
591
+ return !e || l(e) ? null : Vn(e);
592
+ }
596
593
  function d(e) {
597
- return !e || u(e) ? null : On(e);
594
+ r.value = r.value.includes(e) ? r.value.filter((t) => t !== e) : [...r.value, e];
598
595
  }
599
596
  function f(e) {
600
- o("update:modelValue", a.modelValue.includes(e) ? a.modelValue.filter((t) => t !== e) : [...a.modelValue, e]);
597
+ r.value = r.value.filter((t) => t !== e);
601
598
  }
602
- function p(e) {
603
- o("update:modelValue", a.modelValue.filter((t) => t !== e));
604
- }
605
- return (i, a) => (V(), M(O, null, [F(K(T), {
606
- open: s.value,
607
- "onUpdate:open": a[0] ||= (e) => s.value = e
599
+ return (n, p) => (V(), M(O, null, [F(K(T), {
600
+ open: i.value,
601
+ "onUpdate:open": p[0] ||= (e) => i.value = e
608
602
  }, {
609
603
  default: q(() => [F(K(w), { "as-child": "" }, {
610
604
  default: q(() => [F(K(g), {
611
605
  variant: "outline",
612
606
  role: "combobox",
613
- "aria-expanded": s.value,
614
- disabled: r.disabled,
607
+ "aria-expanded": i.value,
608
+ disabled: t.disabled,
615
609
  class: "w-full justify-between text-left font-normal"
616
610
  }, {
617
- default: q(() => [N("span", Ar, G(l.value), 1), F(K(n), { class: "ml-2 h-4 w-4 shrink-0 opacity-50" })]),
611
+ default: q(() => [N("span", Rr, G(o.value), 1), F(K(c), { class: "ml-2 h-4 w-4 shrink-0 opacity-50" })]),
618
612
  _: 1
619
613
  }, 8, ["aria-expanded", "disabled"])]),
620
614
  _: 1
@@ -626,25 +620,25 @@ var fr = /* @__PURE__ */ I({
626
620
  default: q(() => [
627
621
  F(K(_), { placeholder: "Search..." }),
628
622
  F(K(S), null, {
629
- default: q(() => [...a[1] ||= [P("No options found.", -1)]]),
623
+ default: q(() => [...p[1] ||= [P("No options found.", -1)]]),
630
624
  _: 1
631
625
  }),
632
626
  F(K(x), null, {
633
627
  default: q(() => [F(K(b), null, {
634
- default: q(() => [(V(!0), M(O, null, H(r.options, (n) => (V(), A(K(v), {
635
- key: n.value,
636
- value: n.value,
637
- onSelect: (e) => f(n.value),
628
+ default: q(() => [(V(!0), M(O, null, H(t.options, (t) => (V(), A(K(v), {
629
+ key: t.value,
630
+ value: t.value,
631
+ onSelect: (e) => d(t.value),
638
632
  class: "cursor-pointer"
639
633
  }, {
640
634
  default: q(() => [
641
- F(K(t), { class: z(K(e)("mr-2 h-4 w-4", r.modelValue.includes(n.value) ? "opacity-100" : "opacity-0")) }, null, 8, ["class"]),
642
- u(n.icon) ? (V(), M("span", jr, G(n.icon), 1)) : d(n.icon) ? (V(), A(W(d(n.icon)), {
635
+ F(K(s), { class: z(K(e)("mr-2 h-4 w-4", r.value.includes(t.value) ? "opacity-100" : "opacity-0")) }, null, 8, ["class"]),
636
+ l(t.icon) ? (V(), M("span", zr, G(t.icon), 1)) : u(t.icon) ? (V(), A(W(u(t.icon)), {
643
637
  key: 1,
644
638
  class: "mr-2 h-4 w-4 shrink-0",
645
639
  "aria-hidden": "true"
646
640
  })) : j("", !0),
647
- P(" " + G(n.label), 1)
641
+ P(" " + G(t.label), 1)
648
642
  ]),
649
643
  _: 2
650
644
  }, 1032, ["value", "onSelect"]))), 128))]),
@@ -658,13 +652,13 @@ var fr = /* @__PURE__ */ I({
658
652
  _: 1
659
653
  })]),
660
654
  _: 1
661
- }, 8, ["open"]), c.value.length > 0 ? (V(), M("div", Mr, [(V(!0), M(O, null, H(c.value, (e) => (V(), A(K(h), {
655
+ }, 8, ["open"]), a.value.length > 0 ? (V(), M("div", Br, [(V(!0), M(O, null, H(a.value, (e) => (V(), A(K(h), {
662
656
  key: e.value,
663
657
  variant: "secondary",
664
658
  class: "text-xs px-2 py-1"
665
659
  }, {
666
660
  default: q(() => [
667
- u(e.icon) ? (V(), M("span", Nr, G(e.icon), 1)) : d(e.icon) ? (V(), A(W(d(e.icon)), {
661
+ l(e.icon) ? (V(), M("span", Vr, G(e.icon), 1)) : u(e.icon) ? (V(), A(W(u(e.icon)), {
668
662
  key: 1,
669
663
  class: "mr-1 h-3 w-3 shrink-0",
670
664
  "aria-hidden": "true"
@@ -674,7 +668,7 @@ var fr = /* @__PURE__ */ I({
674
668
  variant: "ghost",
675
669
  size: "sm",
676
670
  class: "ml-1 h-3 w-3 p-0 hover:bg-destructive hover:text-destructive-foreground",
677
- onClick: kn((t) => p(e.value), ["stop"])
671
+ onClick: Un((t) => f(e.value), ["stop"])
678
672
  }, {
679
673
  default: q(() => [F(K(m), { class: "h-2 w-2" })]),
680
674
  _: 1
@@ -683,7 +677,7 @@ var fr = /* @__PURE__ */ I({
683
677
  _: 2
684
678
  }, 1024))), 128))])) : j("", !0)], 64));
685
679
  }
686
- }), Fr = /* @__PURE__ */ I({
680
+ }), Ur = /* @__PURE__ */ I({
687
681
  __name: "RadioGroup",
688
682
  props: {
689
683
  modelValue: {},
@@ -710,12 +704,12 @@ var fr = /* @__PURE__ */ I({
710
704
  let { class: e, ...t } = r;
711
705
  return t;
712
706
  }), i);
713
- return (t, n) => (V(), A(K(Hn), R({ class: K(e)("grid gap-2", r.class) }, K(a)), {
707
+ return (t, n) => (V(), A(K(nr), R({ class: K(e)("grid gap-2", r.class) }, K(a)), {
714
708
  default: q(() => [U(t.$slots, "default")]),
715
709
  _: 3
716
710
  }, 16, ["class"]));
717
711
  }
718
- }), Ir = /* @__PURE__ */ I({
712
+ }), Wr = /* @__PURE__ */ I({
719
713
  __name: "RadioGroupItem",
720
714
  props: {
721
715
  id: {},
@@ -738,18 +732,18 @@ var fr = /* @__PURE__ */ I({
738
732
  let { class: e, ...t } = n;
739
733
  return t;
740
734
  }));
741
- return (t, i) => (V(), A(K(Vn), R(K(r), { class: K(e)("focus-ring aspect-square h-4 w-4 rounded-pill border border-primary text-primary disabled:cursor-not-allowed disabled:opacity-disabled", n.class) }), {
742
- default: q(() => [F(K(Bn), { class: "flex items-center justify-center" }, {
743
- default: q(() => [F(K(p), { class: "h-2.5 w-2.5 fill-current text-current" })]),
735
+ return (t, i) => (V(), A(K(tr), R(K(r), { class: K(e)("focus-ring aspect-square h-4 w-4 rounded-pill border border-primary text-primary disabled:cursor-not-allowed disabled:opacity-disabled", n.class) }), {
736
+ default: q(() => [F(K(er), { class: "flex items-center justify-center" }, {
737
+ default: q(() => [F(K(ae), { class: "h-2.5 w-2.5 fill-current text-current" })]),
744
738
  _: 1
745
739
  })]),
746
740
  _: 1
747
741
  }, 16, ["class"]));
748
742
  }
749
- }), Lr = {
743
+ }), Gr = {
750
744
  key: 1,
751
745
  class: "flex flex-col gap-1"
752
- }, Rr = /* @__PURE__ */ I({
746
+ }, Kr = /* @__PURE__ */ I({
753
747
  __name: "Section",
754
748
  props: {
755
749
  title: {},
@@ -791,87 +785,18 @@ var fr = /* @__PURE__ */ I({
791
785
  loose: "gap-4"
792
786
  };
793
787
  return (a, o) => (V(), M("section", { class: z(K(e)("flex flex-col", i[n.gap], n.backdrop === "paper" && "relative isolate", n.class)) }, [
794
- n.backdrop === "paper" ? (V(), A(K(mt), {
788
+ n.backdrop === "paper" ? (V(), A(K(Mt), {
795
789
  key: 0,
796
790
  class: "!absolute inset-0"
797
791
  })) : j("", !0),
798
- t.title || a.$slots.header ? (V(), M("header", Lr, [U(a.$slots, "header", {}, () => [N("h2", { class: z(K(e)(r[n.tone], n.titleClass)) }, G(t.title), 3)]), t.description || a.$slots.description ? (V(), M("p", {
792
+ t.title || a.$slots.header ? (V(), M("header", Gr, [U(a.$slots, "header", {}, () => [N("h2", { class: z(K(e)(r[n.tone], n.titleClass)) }, G(t.title), 3)]), t.description || a.$slots.description ? (V(), M("p", {
799
793
  key: 0,
800
794
  class: z(K(e)("section-description", n.descriptionClass))
801
795
  }, [U(a.$slots, "description", {}, () => [P(G(t.description), 1)])], 2)) : j("", !0)])) : j("", !0),
802
796
  U(a.$slots, "default")
803
797
  ], 2));
804
798
  }
805
- }), zr = /* @__PURE__ */ I({
806
- __name: "Tabs",
807
- props: {
808
- defaultValue: {},
809
- orientation: {},
810
- dir: {},
811
- activationMode: {},
812
- modelValue: {},
813
- unmountOnHide: { type: Boolean },
814
- asChild: { type: Boolean },
815
- as: {}
816
- },
817
- emits: ["update:modelValue"],
818
- setup(e, { emit: t }) {
819
- let n = Y(e, t);
820
- return (e, t) => (V(), A(K(Kn), B(L(K(n))), {
821
- default: q(() => [U(e.$slots, "default")]),
822
- _: 3
823
- }, 16));
824
- }
825
- }), Br = /* @__PURE__ */ I({
826
- __name: "TabsTrigger",
827
- props: {
828
- value: {},
829
- disabled: { type: Boolean },
830
- asChild: { type: Boolean },
831
- as: {},
832
- class: { type: [
833
- Boolean,
834
- null,
835
- String,
836
- Object,
837
- Array
838
- ] }
839
- },
840
- setup(t) {
841
- let n = t, r = J(k(() => {
842
- let { class: e, ...t } = n;
843
- return t;
844
- }));
845
- return (t, i) => (V(), A(K(qn), R(K(r), { class: K(e)("focus-ring inline-flex items-center justify-center whitespace-nowrap rounded-sm p-1 px-3 text-sm font-medium transition-[background-color,color,box-shadow,border-color] duration-[var(--duration-fast)] ease-[var(--ease-standard)] disabled:pointer-events-none disabled:opacity-disabled data-[state=active]:text-[var(--active-tab-color,var(--foreground))] hover:text-foreground/70", n.class) }), {
846
- default: q(() => [U(t.$slots, "default")]),
847
- _: 3
848
- }, 16, ["class"]));
849
- }
850
- }), Vr = /* @__PURE__ */ I({
851
- __name: "TabsList",
852
- props: {
853
- loop: { type: Boolean },
854
- asChild: { type: Boolean },
855
- as: {},
856
- class: { type: [
857
- Boolean,
858
- null,
859
- String,
860
- Object,
861
- Array
862
- ] }
863
- },
864
- setup(t) {
865
- let n = t, r = k(() => {
866
- let { class: e, ...t } = n;
867
- return t;
868
- });
869
- return (t, i) => (V(), A(K(Gn), R(r.value, { class: K(e)("inline-flex h-10 items-center justify-center rounded-input p-1 text-muted-foreground", n.class) }), {
870
- default: q(() => [U(t.$slots, "default")]),
871
- _: 3
872
- }, 16, ["class"]));
873
- }
874
- }), Hr = /* @__PURE__ */ I({
799
+ }), qr = /* @__PURE__ */ I({
875
800
  __name: "TabsContent",
876
801
  props: {
877
802
  value: {},
@@ -891,32 +816,12 @@ var fr = /* @__PURE__ */ I({
891
816
  let { class: e, ...t } = n;
892
817
  return t;
893
818
  });
894
- return (t, i) => (V(), A(K(Un), R({ class: K(e)("mt-2 focus-visible:outline-none", n.class) }, r.value), {
819
+ return (t, i) => (V(), A(K(rr), R({ class: K(e)("mt-2 focus-visible:outline-none", n.class) }, r.value), {
895
820
  default: q(() => [U(t.$slots, "default")]),
896
821
  _: 3
897
822
  }, 16, ["class"]));
898
823
  }
899
- }), Ur = /* @__PURE__ */ I({
900
- __name: "TabsIndicator",
901
- props: {
902
- asChild: { type: Boolean },
903
- as: {},
904
- class: { type: [
905
- Boolean,
906
- null,
907
- String,
908
- Object,
909
- Array
910
- ] }
911
- },
912
- setup(t) {
913
- let n = t, r = k(() => {
914
- let { class: e, ...t } = n;
915
- return t;
916
- });
917
- return (t, i) => (V(), A(K(Wn), R(r.value, { class: K(e)("absolute left-0 h-[--reka-tabs-indicator-size] translate-x-[--reka-tabs-indicator-position] rounded-pill bg-secondary/80 transition-[width,transform] duration-[var(--duration-normal)] ease-[var(--spring-snappy)]", n.class) }), null, 16, ["class"]));
918
- }
919
- }), Wr = /* @__PURE__ */ I({
824
+ }), Jr = /* @__PURE__ */ I({
920
825
  __name: "TagsInput",
921
826
  props: {
922
827
  modelValue: {},
@@ -955,12 +860,12 @@ var fr = /* @__PURE__ */ I({
955
860
  let { class: e, ...t } = r;
956
861
  return t;
957
862
  }), i);
958
- return (t, n) => (V(), A(K(Qn), R(K(a), { class: K(e)("flex flex-wrap gap-2 items-center rounded-input border border-input bg-background px-3 py-2 text-sm", r.class) }), {
863
+ return (t, n) => (V(), A(K(cr), R(K(a), { class: K(e)("flex flex-wrap gap-2 items-center rounded-input border border-input bg-background px-3 py-2 text-sm", r.class) }), {
959
864
  default: q(() => [U(t.$slots, "default")]),
960
865
  _: 3
961
866
  }, 16, ["class"]));
962
867
  }
963
- }), Gr = /* @__PURE__ */ I({
868
+ }), Yr = /* @__PURE__ */ I({
964
869
  __name: "TagsInputInput",
965
870
  props: {
966
871
  placeholder: {},
@@ -981,9 +886,9 @@ var fr = /* @__PURE__ */ I({
981
886
  let { class: e, ...t } = n;
982
887
  return t;
983
888
  }));
984
- return (t, i) => (V(), A(K(Jn), R(K(r), { class: K(e)("text-sm min-h-6 focus:outline-none flex-1 bg-transparent px-1", n.class) }), null, 16, ["class"]));
889
+ return (t, i) => (V(), A(K(ir), R(K(r), { class: K(e)("text-sm min-h-6 focus:outline-none flex-1 bg-transparent px-1", n.class) }), null, 16, ["class"]));
985
890
  }
986
- }), Kr = /* @__PURE__ */ I({
891
+ }), Xr = /* @__PURE__ */ I({
987
892
  __name: "TagsInputItem",
988
893
  props: {
989
894
  value: {},
@@ -1003,12 +908,12 @@ var fr = /* @__PURE__ */ I({
1003
908
  let { class: e, ...t } = n;
1004
909
  return t;
1005
910
  }));
1006
- return (t, i) => (V(), A(K(Yn), R(K(r), { class: K(e)("flex h-6 items-center rounded bg-secondary data-[state=active]:ring-ring data-[state=active]:ring-2 data-[state=active]:ring-offset-2 ring-offset-background", n.class) }), {
911
+ return (t, i) => (V(), A(K(ar), R(K(r), { class: K(e)("flex h-6 items-center rounded bg-secondary data-[state=active]:ring-ring data-[state=active]:ring-2 data-[state=active]:ring-offset-2 ring-offset-background", n.class) }), {
1007
912
  default: q(() => [U(t.$slots, "default")]),
1008
913
  _: 3
1009
914
  }, 16, ["class"]));
1010
915
  }
1011
- }), qr = /* @__PURE__ */ I({
916
+ }), Zr = /* @__PURE__ */ I({
1012
917
  __name: "TagsInputItemDelete",
1013
918
  props: {
1014
919
  asChild: { type: Boolean },
@@ -1026,12 +931,12 @@ var fr = /* @__PURE__ */ I({
1026
931
  let { class: e, ...t } = n;
1027
932
  return t;
1028
933
  }));
1029
- return (t, i) => (V(), A(K(Xn), R(K(r), { class: K(e)("flex rounded bg-transparent mr-1", n.class) }), {
934
+ return (t, i) => (V(), A(K(or), R(K(r), { class: K(e)("flex rounded bg-transparent mr-1", n.class) }), {
1030
935
  default: q(() => [U(t.$slots, "default", {}, () => [F(K(m), { class: "w-4 h-4" })])]),
1031
936
  _: 3
1032
937
  }, 16, ["class"]));
1033
938
  }
1034
- }), Jr = /* @__PURE__ */ I({
939
+ }), Qr = /* @__PURE__ */ I({
1035
940
  __name: "TagsInputItemText",
1036
941
  props: {
1037
942
  asChild: { type: Boolean },
@@ -1049,8 +954,8 @@ var fr = /* @__PURE__ */ I({
1049
954
  let { class: e, ...t } = n;
1050
955
  return t;
1051
956
  }));
1052
- return (t, i) => (V(), A(K(Zn), R(K(r), { class: K(e)("py-1 px-2 text-sm rounded bg-transparent", n.class) }), null, 16, ["class"]));
957
+ return (t, i) => (V(), A(K(sr), R(K(r), { class: K(e)("py-1 px-2 text-sm rounded bg-transparent", n.class) }), null, 16, ["class"]));
1053
958
  }
1054
959
  });
1055
960
  //#endregion
1056
- export { lr as Accordion, fr as AccordionContent, pr as AccordionItem, mr as AccordionTrigger, hr as Alert, gr as AlertDescription, _r as AlertTitle, vr as Avatar, br as AvatarFallback, yr as AvatarImage, h as Badge, g as Button, ae as CONFIGURATOR_DENSITY_KEY, _e as Card, ge as CardContent, ve as CardDescription, ye as CardFooter, me as CardHeader, he as CardTitle, nn as ChassisDivider, xr as Checkbox, xe as Collapsible, Se as CollapsibleContent, be as CollapsibleTrigger, y as Command, Ce as CommandDialog, S as CommandEmpty, b as CommandGroup, _ as CommandInput, v as CommandItem, x as CommandList, we as CommandSeparator, Te as CommandShortcut, oe as Configurator, le as ConfiguratorLayer, se as ConfiguratorRow, Fe as ContextMenu, d as ContextMenuCheckboxItem, Ie as ContextMenuContent, a as ContextMenuItem, u as ContextMenuLabel, s as ContextMenuRadioGroup, l as ContextMenuRadioItem, o as ContextMenuSeparator, i as ContextMenuShortcut, f as ContextMenuSubContent, c as ContextMenuSubTrigger, Pe as ContextMenuTrigger, Ge as DataTable, Ve as DataTablePagination, Ee as Dialog, Me as DialogClose, De as DialogContent, je as DialogDescription, Ne as DialogFooter, Oe as DialogHeader, Ae as DialogScrollContent, ke as DialogTitle, C as DialogTrigger, un as DiscoGlyph, Cr as Drawer, er as DrawerClose, wr as DrawerContent, Or as DrawerDescription, Er as DrawerFooter, Tr as DrawerHeader, $ as DrawerOverlay, ir as DrawerPortal, Dr as DrawerTitle, cr as DrawerTrigger, Ze as DropdownMenu, $e as DropdownMenuCheckboxItem, rt as DropdownMenuContent, Xe as DropdownMenuGroup, st as DropdownMenuItem, qe as DropdownMenuLabel, ot as DropdownMenuPortal, Ye as DropdownMenuRadioGroup, Je as DropdownMenuRadioItem, nt as DropdownMenuSeparator, at as DropdownMenuShortcut, Qe as DropdownMenuSub, tt as DropdownMenuSubContent, it as DropdownMenuSubTrigger, et as DropdownMenuTrigger, cn as GLYPH_FACE_SILHOUETTE_KEY, ln as GlyphFace, lt as HoverCard, ut as HoverCardContent, ct as HoverCardTrigger, dn as HoverPopover, rn as InstrumentChassis, an as InstrumentRail, dt as Label, kr as MetricPill, Pr as MultiSelect, r as Notification, ee as NumberField, ie as NumberFieldContent, ne as NumberFieldDecrement, re as NumberFieldIncrement, te as NumberFieldInput, T as Popover, E as PopoverContent, w as PopoverTrigger, pt as Progress, Fr as RadioGroup, Ir as RadioGroupItem, pn as ScrollingText, Rr as Section, bt as Select, gt as SelectContent, St as SelectGroup, yt as SelectItem, Ct as SelectLabel, xt as SelectScrollDownButton, _t as SelectScrollUpButton, wt as SelectSeparator, ht as SelectTrigger, vt as SelectValue, Tt as Separator, kt as Sheet, Nt as SheetClose, jt as SheetContent, Mt as SheetDescription, At as SheetFooter, Et as SheetHeader, Ot as SheetTitle, Dt as SheetTrigger, Ue as Skeleton, Lt as Slider, zt as Switch, Ke as Table, Be as TableBody, Sr as TableCaption, Re as TableCell, ze as TableEmpty, We as TableHead, He as TableHeader, Le as TableRow, zr as Tabs, Hr as TabsContent, Ur as TabsIndicator, Vr as TabsList, Br as TabsTrigger, Wr as TagsInput, Gr as TagsInputInput, Kr as TagsInputItem, qr as TagsInputItemDelete, Jr as TagsInputItemText, Vt as Toast, Kt as ToastAction, Wt as ToastClose, Bt as ToastDescription, Ht as ToastTitle, qt as Toaster, Jt as Toggle, Yt as ToggleGroup, Zt as ToggleGroupItem, Qt as Tooltip, en as TooltipContent, tn as TooltipProvider, $t as TooltipTrigger, Z as alertVariants, Q as avatarVariants, fe as badgeVariants, pe as buttonVariants, e as cn, hn as copyToClipboard, Cn as createGlassFilter, xn as destroyGlassFilter, ur as moveBeforeSafe, ce as provideConfiguratorDensity, on as provideGlyphFaceSilhouette, Pt as sheetVariants, Rt as sliderVariants, En as startViewTransition, dr as supportsMoveBefore, Tn as supportsViewTransitions, Ut as toast, Xt as toggleVariants, gn as useBreakpoint, mn as useClipboard, de as useConfiguratorState, Sn as useGlassRenderer, yn as useIdleReady, D as useInterval, ue as useOptionalConfiguratorDensity, sn as useOptionalGlyphFaceSilhouette, fn as useResizeObserver, wn as useSortable, Ft as useTimer, Gt as useToast, _n as useTokenColor, It as useTouchGate, bn as useUserInvalidAria, vn as useViewportReady };
961
+ export { yr as Accordion, br as AccordionContent, xr as AccordionItem, Sr as AccordionTrigger, Cr as Alert, wr as AlertDescription, Tr as AlertTitle, Er as Avatar, Or as AvatarFallback, Dr as AvatarImage, h as Badge, g as Button, de as CONFIGURATOR_DENSITY_KEY, Ce as Card, Se as CardContent, we as CardDescription, Te as CardFooter, be as CardHeader, xe as CardTitle, Sn as ChassisDivider, kr as Checkbox, De as Collapsible, Oe as CollapsibleContent, Ee as CollapsibleTrigger, y as Command, ke as CommandDialog, S as CommandEmpty, b as CommandGroup, _ as CommandInput, v as CommandItem, x as CommandList, Ae as CommandSeparator, C as CommandShortcut, fe as Configurator, he as ConfiguratorLayer, pe as ConfiguratorRow, Ve as ContextMenu, re as ContextMenuCheckboxItem, He as ContextMenuContent, d as ContextMenuItem, ne as ContextMenuLabel, p as ContextMenuRadioGroup, te as ContextMenuRadioItem, f as ContextMenuSeparator, u as ContextMenuShortcut, ie as ContextMenuSubContent, ee as ContextMenuSubTrigger, Be as ContextMenuTrigger, at as DataTable, tt as DataTablePagination, je as Dialog, Re as DialogClose, Me as DialogContent, Le as DialogDescription, ze as DialogFooter, Ne as DialogHeader, Fe as DialogScrollContent, Pe as DialogTitle, Ie as DialogTrigger, kn as DiscoGlyph, jr as Drawer, ur as DrawerClose, Mr as DrawerContent, Ir as DrawerDescription, Pr as DrawerFooter, Nr as DrawerHeader, $ as DrawerOverlay, mr as DrawerPortal, Fr as DrawerTitle, vr as DrawerTrigger, dt as DropdownMenu, pt as DropdownMenuCheckboxItem, _t as DropdownMenuContent, ut as DropdownMenuGroup, xt as DropdownMenuItem, st as DropdownMenuLabel, bt as DropdownMenuPortal, lt as DropdownMenuRadioGroup, ct as DropdownMenuRadioItem, gt as DropdownMenuSeparator, yt as DropdownMenuShortcut, ft as DropdownMenuSub, ht as DropdownMenuSubContent, vt as DropdownMenuSubTrigger, mt as DropdownMenuTrigger, Dn as GLYPH_FACE_SILHOUETTE_KEY, On as GlyphFace, Ct as HoverCard, wt as HoverCardContent, St as HoverCardTrigger, An as HoverPopover, Cn as InstrumentChassis, wn as InstrumentRail, Tt as Label, Lr as MetricPill, Hr as MultiSelect, l as Notification, oe as NumberField, ue as NumberFieldContent, ce as NumberFieldDecrement, le as NumberFieldIncrement, se as NumberFieldInput, T as Popover, E as PopoverContent, w as PopoverTrigger, jt as Progress, Dt as ProgressDefault, Ot as ProgressGradient, kt as ProgressSectioned, Ur as RadioGroup, Wr as RadioGroupItem, jn as ScrollingText, Kr as Section, Rt as Select, Pt as SelectContent, Bt as SelectGroup, Lt as SelectItem, Vt as SelectLabel, zt as SelectScrollDownButton, Ft as SelectScrollUpButton, Ht as SelectSeparator, Nt as SelectTrigger, It as SelectValue, Ut as Separator, qt as Sheet, Zt as SheetClose, Yt as SheetContent, Xt as SheetDescription, Jt as SheetFooter, Wt as SheetHeader, Kt as SheetTitle, Gt as SheetTrigger, rt as Skeleton, $t as Slider, tn as Switch, ot as Table, et as TableBody, Ar as TableCaption, Qe as TableCell, $e as TableEmpty, it as TableHead, nt as TableHeader, Ze as TableRow, nn as Tabs, qr as TabsContent, on as TabsIndicator, rn as TabsList, an as TabsTrigger, Jr as TagsInput, Yr as TagsInputInput, Xr as TagsInputItem, Zr as TagsInputItemDelete, Qr as TagsInputItemText, cn as Toast, pn as ToastAction, dn as ToastClose, sn as ToastDescription, ln as ToastTitle, D as Toaster, mn as Toggle, hn as ToggleGroup, _n as ToggleGroupItem, vn as Tooltip, bn as TooltipContent, xn as TooltipProvider, yn as TooltipTrigger, Z as alertVariants, Q as avatarVariants, ve as badgeVariants, ye as buttonVariants, e as cn, Je as copyToClipboard, Fn as createGlassFilter, Nn as destroyGlassFilter, t as moveBeforeSafe, me as provideConfiguratorDensity, Tn as provideGlyphFaceSilhouette, Qt as sheetVariants, en as sliderVariants, Rn as startViewTransition, i as supportsMoveBefore, r as supportsPostTask, a as supportsScrollTimeline, n as supportsViewTimeline, Ln as supportsViewTransitions, un as toast, gn as toggleVariants, Ke as useClipboard, _e as useConfiguratorState, Pn as useGlassRenderer, Mn as useInterval, ge as useOptionalConfiguratorDensity, En as useOptionalGlyphFaceSilhouette, At as useProgressGeometry, Ue as useResizeObserver, In as useSortable, Xe as useTextHighlight, We as useTimer, fn as useToast, qe as useTokenColor, Ge as useTouchGate, Ye as useUserInvalidAria, o as vReveal };