@mkbabb/glass-ui 3.2.0 → 3.4.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 (306) hide show
  1. package/dist/{CardFooter-3-VGho1J.js → CardFooter-C390imy7.js} +2 -2
  2. package/dist/{CollapsibleContent-wlmlDujU.js → CollapsibleContent-cauTbZEM.js} +1 -1
  3. package/dist/{CommandShortcut-C6lsz3pG.js → CommandShortcut-BiVyqipe.js} +5 -4
  4. package/dist/DataTable-FfkaAg2z.js +465 -0
  5. package/dist/DialogContent-IQ8_BRrC.js +100 -0
  6. package/dist/{DiscoGlyph-B7YooI2-.js → DiscoGlyph-BaZ8OawK.js} +1 -1
  7. package/dist/{GlyphFace-Bvk6OIas.js → GlyphFace-B_7vOmYn.js} +1 -1
  8. package/dist/HoverPopover-DTSYkJtw.js +96 -0
  9. package/dist/{IconTooltip-DXveGjx7.js → IconTooltip-BTyYn4mr.js} +1 -1
  10. package/dist/Input-CU9CNKmo.js +52 -0
  11. package/dist/{MetricBadge-J_GBCb8e.js → MetricBadge-BlrdbOGN.js} +1 -1
  12. package/dist/{NumberFieldContent-B6L6YrQz.js → NumberFieldContent-iOTQ5rGO.js} +8 -4
  13. package/dist/{PopoverContent-CxEEUL7Y.js → PopoverContent-B8WtJECb.js} +1 -1
  14. package/dist/Progress-DjM86vfb.js +254 -0
  15. package/dist/{ScrollingText-1Qjnwz6H.js → ScrollingText-P9o_DuMn.js} +1 -1
  16. package/dist/{SelectScrollDownButton-BvvvAbuh.js → SelectScrollDownButton-BGn3rjs9.js} +9 -8
  17. package/dist/TabsIndicator-DA0x9gPr.js +97 -0
  18. package/dist/{ToggleGroupItem-Cy7xHFEo.js → ToggleGroupItem-gyXj998A.js} +37 -40
  19. package/dist/UnderlineTabs-Cq_AD03t.js +39 -0
  20. package/dist/animated-digit.js +2 -2
  21. package/dist/api/index.d.ts +2 -0
  22. package/dist/api.js +1 -1
  23. package/dist/aurora.js +454 -271
  24. package/dist/{button-DS3ULf5i.js → button-Ckn3eDfB.js} +27 -22
  25. package/dist/button.js +1 -1
  26. package/dist/card.js +1 -1
  27. package/dist/carousel.js +2 -2
  28. package/dist/collapsible.js +1 -1
  29. package/dist/color-rkK4RMx2.js +33 -0
  30. package/dist/color.d.ts +1 -0
  31. package/dist/color.js +2 -0
  32. package/dist/command.js +1 -1
  33. package/dist/compile-DVgAxagk.js +106 -0
  34. package/dist/components/custom/animated-digit/AnimatedDigit.vue.d.ts +7 -7
  35. package/dist/components/custom/aurora/Aurora.vue.d.ts +3 -3
  36. package/dist/components/custom/aurora/composables/color.d.ts +3 -25
  37. package/dist/components/custom/aurora/composables/cursorModel.d.ts +45 -0
  38. package/dist/components/custom/aurora/composables/frameLoop.d.ts +30 -0
  39. package/dist/components/custom/aurora/composables/glSetup.d.ts +29 -0
  40. package/dist/components/custom/aurora/composables/runtime.d.ts +45 -35
  41. package/dist/components/custom/aurora/composables/uniformBridge.d.ts +67 -0
  42. package/dist/components/custom/aurora/composables/useAurora.d.ts +14 -1
  43. package/dist/components/custom/aurora/composables/useCursorInteraction.d.ts +1 -1
  44. package/dist/components/custom/aurora/constants/budget.d.ts +50 -0
  45. package/dist/components/custom/aurora/{presets.d.ts → constants/presets.d.ts} +2 -5
  46. package/dist/components/custom/aurora/constants/shaders/aurora.frag.d.ts +1 -0
  47. package/dist/components/custom/aurora/constants/shaders/brush.glsl.d.ts +1 -0
  48. package/dist/components/custom/aurora/constants/shaders/composition.glsl.d.ts +1 -0
  49. package/dist/components/custom/aurora/constants/shaders/flow.glsl.d.ts +1 -0
  50. package/dist/components/custom/aurora/constants/shaders/mediums.glsl.d.ts +2 -0
  51. package/dist/components/custom/aurora/constants/shaders/tonemap.glsl.d.ts +1 -0
  52. package/dist/components/custom/aurora/index.d.ts +2 -2
  53. package/dist/components/custom/configurator/ConfiguratorLayer.vue.d.ts +14 -7
  54. package/dist/components/custom/configurator/density.d.ts +3 -8
  55. package/dist/components/custom/dock/DockBackgroundToggle.vue.d.ts +46 -0
  56. package/dist/components/custom/dock/DockIconButton.vue.d.ts +3 -3
  57. package/dist/components/custom/dock/DockLayerGroup.vue.d.ts +2 -2
  58. package/dist/components/custom/dock/GlassDock.vue.d.ts +22 -18
  59. package/dist/components/custom/dock/composables/dockContext.d.ts +4 -4
  60. package/dist/components/custom/dock/composables/dockLayerContext.d.ts +13 -6
  61. package/dist/components/custom/dock/composables/useLayerTransition.d.ts +32 -8
  62. package/dist/components/custom/dock/index.d.ts +1 -0
  63. package/dist/components/custom/expandable-container/ExpandableContainer.vue.d.ts +10 -0
  64. package/dist/components/custom/glass-panel/GlassPanel.vue.d.ts +1 -1
  65. package/dist/components/custom/glyph-face/keys.d.ts +3 -29
  66. package/dist/components/custom/goo-blob/GooBlob.vue.d.ts +48 -0
  67. package/dist/components/custom/goo-blob/composables/easing.d.ts +6 -0
  68. package/dist/components/custom/goo-blob/composables/useBlobMood.d.ts +14 -0
  69. package/dist/components/custom/goo-blob/composables/useBlobPointer.d.ts +18 -0
  70. package/dist/components/custom/goo-blob/composables/useBlobSatellites.d.ts +13 -0
  71. package/dist/components/custom/goo-blob/composables/useMetaballRenderer.d.ts +42 -0
  72. package/dist/components/custom/goo-blob/index.d.ts +7 -0
  73. package/dist/components/custom/goo-blob/shaders/metaball.frag.d.ts +1 -0
  74. package/dist/components/custom/goo-blob/shaders/metaball.vert.d.ts +1 -0
  75. package/dist/components/custom/goo-blob/shaders/oklch-perturb.glsl.d.ts +1 -0
  76. package/dist/components/custom/goo-blob/shaders/sdf-body.glsl.d.ts +1 -0
  77. package/dist/components/custom/goo-blob/shaders/watercolor-edges.glsl.d.ts +2 -0
  78. package/dist/components/custom/goo-blob/types.d.ts +77 -0
  79. package/dist/components/custom/hover-popover/HoverPopover.vue.d.ts +48 -9
  80. package/dist/components/custom/labeled-field/LabeledField.vue.d.ts +2 -0
  81. package/dist/components/custom/labeled-field/LabeledSelect.vue.d.ts +2 -2
  82. package/dist/components/custom/metric-stack/MetricRow.vue.d.ts +2 -2
  83. package/dist/components/custom/responsive-tabs/ResponsiveTabs.vue.d.ts +13 -7
  84. package/dist/components/custom/search/FuzzySearch.vue.d.ts +1 -1
  85. package/dist/components/custom/search/SearchBar.vue.d.ts +1 -1
  86. package/dist/components/custom/sortable-list/SortableHandle.vue.d.ts +7 -1
  87. package/dist/components/custom/sortable-list/context.d.ts +2 -3
  88. package/dist/components/custom/tabs/BouncyTabs.vue.d.ts +6 -3
  89. package/dist/components/custom/tabs/BouncyToggle.vue.d.ts +7 -3
  90. package/dist/components/custom/tabs/UnderlineTabs.vue.d.ts +6 -3
  91. package/dist/components/custom/tabs/composables/useBouncySlider.d.ts +39 -0
  92. package/dist/components/custom/timeline/ContinuousMarkers.vue.d.ts +49 -0
  93. package/dist/components/custom/timeline/ContinuousRail.vue.d.ts +26 -0
  94. package/dist/components/custom/timeline/ContinuousTimeline.vue.d.ts +4 -4
  95. package/dist/components/custom/typewriter/TypewriterText.vue.d.ts +2 -2
  96. package/dist/components/custom/watercolor-dot/WatercolorDot.vue.d.ts +45 -0
  97. package/dist/components/custom/watercolor-dot/index.d.ts +3 -0
  98. package/dist/components/custom/watercolor-dot/prng.d.ts +5 -0
  99. package/dist/components/custom/watercolor-dot/useWatercolorBlob.d.ts +24 -0
  100. package/dist/components/ui/_shared/menuItemVariants.d.ts +1 -1
  101. package/dist/components/ui/avatar/Avatar.vue.d.ts +1 -1
  102. package/dist/components/ui/avatar/AvatarImage.vue.d.ts +5 -1
  103. package/dist/components/ui/avatar/index.d.ts +1 -1
  104. package/dist/components/ui/badge/index.d.ts +2 -2
  105. package/dist/components/ui/button/Button.vue.d.ts +3 -1
  106. package/dist/components/ui/button/index.d.ts +2 -2
  107. package/dist/components/ui/carousel/CarouselNext.vue.d.ts +2 -2
  108. package/dist/components/ui/carousel/CarouselPrevious.vue.d.ts +2 -2
  109. package/dist/components/ui/combobox/Combobox.vue.d.ts +2 -2
  110. package/dist/components/ui/combobox/ComboboxInput.vue.d.ts +2 -1
  111. package/dist/components/ui/command/Command.vue.d.ts +3 -3
  112. package/dist/components/ui/command/CommandInput.vue.d.ts +2 -1
  113. package/dist/components/ui/data-table/DataTable.vue.d.ts +5 -4
  114. package/dist/components/ui/dialog/DialogContent.vue.d.ts +8 -0
  115. package/dist/components/ui/drawer/Drawer.vue.d.ts +4 -4
  116. package/dist/components/ui/input/Input.vue.d.ts +19 -1
  117. package/dist/components/ui/multi-select/MultiSelect.vue.d.ts +8 -4
  118. package/dist/components/ui/progress/Progress.vue.d.ts +26 -88
  119. package/dist/components/ui/progress/ProgressDefault.vue.d.ts +14 -0
  120. package/dist/components/ui/progress/ProgressGradient.vue.d.ts +25 -0
  121. package/dist/components/ui/progress/ProgressSectioned.vue.d.ts +36 -0
  122. package/dist/components/ui/progress/index.d.ts +5 -2
  123. package/dist/components/ui/progress/useProgressGeometry.d.ts +60 -0
  124. package/dist/components/ui/select/Select.vue.d.ts +2 -2
  125. package/dist/components/ui/select/SelectContent.vue.d.ts +1 -1
  126. package/dist/components/ui/select/SelectTrigger.vue.d.ts +3 -0
  127. package/dist/components/ui/sheet/index.d.ts +1 -1
  128. package/dist/components/ui/slider/index.d.ts +12 -11
  129. package/dist/components/ui/tags-input/TagsInput.vue.d.ts +2 -2
  130. package/dist/components/ui/textarea/Textarea.vue.d.ts +5 -1
  131. package/dist/components/ui/toast/Toast.vue.d.ts +4 -4
  132. package/dist/components/ui/toggle/Toggle.vue.d.ts +1 -1
  133. package/dist/components/ui/toggle/index.d.ts +1 -1
  134. package/dist/components/ui/toggle-group/toggleGroupContext.d.ts +2 -3
  135. package/dist/composables/color/index.d.ts +49 -0
  136. package/dist/composables/context/createContext.d.ts +56 -0
  137. package/dist/composables/context/index.d.ts +1 -0
  138. package/dist/composables/dark/darkModeSyncScript.d.ts +23 -0
  139. package/dist/composables/dark/index.d.ts +3 -0
  140. package/dist/composables/dark/useGlobalDark.d.ts +19 -2
  141. package/dist/composables/dom/index.d.ts +0 -3
  142. package/dist/composables/dom/useClipboard.d.ts +35 -12
  143. package/dist/composables/dom/useDocumentVisibility.d.ts +20 -0
  144. package/dist/composables/glass/webgl/compile.d.ts +15 -0
  145. package/dist/composables/glass/webgl/shaders/procedural-color.glsl.d.ts +3 -0
  146. package/dist/composables/glass/webgl/useWebGLCanvas.d.ts +55 -0
  147. package/dist/composables/motion/core/index.d.ts +1 -1
  148. package/dist/composables/motion/index.d.ts +1 -1
  149. package/dist/composables/motion/useCountup.d.ts +29 -0
  150. package/dist/composables/motion/useNumericTransition.d.ts +14 -3
  151. package/dist/composables/motion/vReveal.d.ts +2 -0
  152. package/dist/composables/sidebar/useSidebarState.d.ts +2 -2
  153. package/dist/composables/sortable/dragController.d.ts +44 -0
  154. package/dist/composables/sortable/dropResolver.d.ts +34 -0
  155. package/dist/composables/sortable/ghostRenderer.d.ts +44 -0
  156. package/dist/composables/sortable/index.d.ts +1 -1
  157. package/dist/composables/sortable/touchGate.d.ts +26 -0
  158. package/dist/composables/sortable/transitionTiming.d.ts +50 -0
  159. package/dist/composables/sortable/types.d.ts +133 -0
  160. package/dist/composables/sortable/useSortable.d.ts +25 -153
  161. package/dist/configurator.js +1 -1
  162. package/dist/confirm-dialog.js +1 -1
  163. package/dist/controls.js +4 -4
  164. package/dist/createContext-DBMGRlx4.js +25 -0
  165. package/dist/dark.d.ts +2 -1
  166. package/dist/dark.js +9 -2
  167. package/dist/data-table.js +1 -1
  168. package/dist/dialog.js +1 -1
  169. package/dist/disco-glyph.js +1 -1
  170. package/dist/dock.js +400 -261
  171. package/dist/dockContext-spUj_-E5.js +9 -0
  172. package/dist/dom.js +6 -6
  173. package/dist/{dropdown-menu-naE0skDg.js → dropdown-menu-EFjl5iKo.js} +1 -1
  174. package/dist/dropdown-menu.js +1 -1
  175. package/dist/expandable-container.js +26 -20
  176. package/dist/fonts/README.md +21 -0
  177. package/dist/fonts/fraunces/fraunces-latin.woff2 +0 -0
  178. package/dist/forms.js +68 -59
  179. package/dist/glass-panel.js +1 -1
  180. package/dist/glass-ui.css +1 -1
  181. package/dist/glass-ui.js +226 -328
  182. package/dist/glyph-face.js +2 -2
  183. package/dist/goo-blob.d.ts +1 -0
  184. package/dist/goo-blob.js +538 -0
  185. package/dist/header-ribbon.js +2 -2
  186. package/dist/hover-card.js +1 -1
  187. package/dist/hover-popover.js +1 -1
  188. package/dist/icon-tooltip.js +1 -1
  189. package/dist/index.d.ts +1 -0
  190. package/dist/instrument-chassis.js +1 -1
  191. package/dist/instrument-rail.js +1 -1
  192. package/dist/keys-BFoma9vm.js +9 -0
  193. package/dist/label.js +1 -1
  194. package/dist/labeled-field.js +57 -39
  195. package/dist/metric-badge.js +1 -1
  196. package/dist/motion-core.js +82 -123
  197. package/dist/motion.js +62 -14
  198. package/dist/number-field.js +1 -1
  199. package/dist/paper-backdrop.js +1 -1
  200. package/dist/popover.js +1 -1
  201. package/dist/{presets-BpTf63Hp.js → presets-1OhFpaIC.js} +1 -1
  202. package/dist/prng-Bz_1Tydc.js +15 -0
  203. package/dist/progress.js +2 -2
  204. package/dist/reactive.js +2 -2
  205. package/dist/responsive-tabs.js +38 -32
  206. package/dist/scrolling-text.js +1 -1
  207. package/dist/search.js +8 -8
  208. package/dist/select.js +3 -3
  209. package/dist/separator.js +1 -1
  210. package/dist/sheet.js +1 -1
  211. package/dist/{slider-wx8ifVFB.js → slider-BOh8ycfZ.js} +7 -11
  212. package/dist/slider.js +1 -1
  213. package/dist/sortable-list.js +36 -38
  214. package/dist/stacked-icons.js +2 -2
  215. package/dist/styles/animations.css +1 -1
  216. package/dist/styles/cards.css +1 -1
  217. package/dist/styles/components.css +1 -1
  218. package/dist/styles/dock-controls.css +486 -0
  219. package/dist/styles/dock.css +284 -450
  220. package/dist/styles/fonts.css +25 -0
  221. package/dist/styles/glass-specular-track.css +154 -0
  222. package/dist/styles/glass.css +74 -2
  223. package/dist/styles/index.css +21 -2
  224. package/dist/styles/instrument-chassis.css +11 -4
  225. package/dist/styles/theme.css +73 -21
  226. package/dist/styles/tokens.css +271 -140
  227. package/dist/styles/typography.css +14 -8
  228. package/dist/styles/utilities.css +36 -8
  229. package/dist/styles/view-transition.css +10 -4
  230. package/dist/switch.js +1 -1
  231. package/dist/tabs.js +139 -112
  232. package/dist/timeline.js +219 -158
  233. package/dist/toast.js +1 -1
  234. package/dist/toggle-group.js +1 -1
  235. package/dist/tokens.d.ts +1 -1
  236. package/dist/tooltip.js +1 -1
  237. package/dist/{useAnimatedNumber-BOxrS3a6.js → useAnimatedNumber-BF6r64lA.js} +1 -1
  238. package/dist/useClipboard-D8vFyRCa.js +97 -0
  239. package/dist/{useConfiguratorState-Dq2gNv4A.js → useConfiguratorState-DUtC1jxr.js} +82 -86
  240. package/dist/useGlobalDark-CWiaCoEw.js +34 -0
  241. package/dist/useIntersectionPause-DAdVPVp4.js +53 -0
  242. package/dist/useSortable-DnyGXKKY.js +246 -0
  243. package/dist/{useTouchGate-XX8gHfay.js → useTouchGate-CS5Csc2h.js} +1 -1
  244. package/dist/utils/prng.d.ts +4 -0
  245. package/dist/vReveal-u2wSG2El.js +35 -0
  246. package/dist/watercolor-dot.d.ts +1 -0
  247. package/dist/watercolor-dot.js +129 -0
  248. package/package.json +101 -16
  249. package/src/fonts/README.md +21 -0
  250. package/src/fonts/fraunces/fraunces-latin.woff2 +0 -0
  251. package/src/styles/animations.css +1 -1
  252. package/src/styles/cards.css +1 -1
  253. package/src/styles/dock-controls.css +486 -0
  254. package/src/styles/dock.css +284 -450
  255. package/src/styles/fonts.css +25 -0
  256. package/src/styles/glass-specular-track.css +154 -0
  257. package/src/styles/glass.css +74 -2
  258. package/src/styles/index.css +21 -2
  259. package/src/styles/instrument-chassis.css +11 -4
  260. package/src/styles/theme.css +73 -21
  261. package/src/styles/tokens.css +271 -140
  262. package/src/styles/typography.css +14 -8
  263. package/src/styles/utilities.css +36 -8
  264. package/src/styles/view-transition.css +10 -4
  265. package/dist/DataTable-BsrDYdoE.js +0 -460
  266. package/dist/DialogContent-B61rP8lj.js +0 -93
  267. package/dist/HoverPopover-BlEwqG7S.js +0 -96
  268. package/dist/Input-IFsIzId2.js +0 -30
  269. package/dist/Progress-Bs44qWEM.js +0 -126
  270. package/dist/UnderlineTabs-B4FV2zi_.js +0 -37
  271. package/dist/components/custom/aurora/shaders/aurora.frag.d.ts +0 -1
  272. package/dist/composables/dom/useBreakpoint.d.ts +0 -38
  273. package/dist/composables/dom/useIdleReady.d.ts +0 -63
  274. package/dist/composables/dom/useViewportReady.d.ts +0 -87
  275. package/dist/composables/glass/webgl/frostShader.d.ts +0 -27
  276. package/dist/composables/motion/useAnimatedNumberMap.d.ts +0 -29
  277. package/dist/composables/motion/useStagger.d.ts +0 -50
  278. package/dist/dockContext-DM58L1Jt.js +0 -16
  279. package/dist/keys-SIKQYNx1.js +0 -11
  280. package/dist/supportsCssTimeline-IQY3gfKD.js +0 -12
  281. package/dist/useGlobalDark-BUUTZvkU.js +0 -24
  282. package/dist/useIdleReady-sLhGo6CL.js +0 -162
  283. package/dist/useIntersectionPause-CUmANkoc.js +0 -39
  284. package/dist/useSortable-DLK9kwZp.js +0 -189
  285. /package/dist/{HoverCardContent-DGUhpRVt.js → HoverCardContent-ICfIMZX1.js} +0 -0
  286. /package/dist/{InstrumentChassis-CqKPBNqp.js → InstrumentChassis-DaHIZCqy.js} +0 -0
  287. /package/dist/{InstrumentRail-CCjvKkpB.js → InstrumentRail-B0qqLFN0.js} +0 -0
  288. /package/dist/{Label-D53EOwLE.js → Label-CZk-3nTc.js} +0 -0
  289. /package/dist/{PaperBackdrop-Ds-wDsKf.js → PaperBackdrop-D_YZW47j.js} +0 -0
  290. /package/dist/{SelectGroup-DAgcsfFw.js → SelectGroup-CMdoCjRE.js} +0 -0
  291. /package/dist/{SelectSeparator-DN1jzLaI.js → SelectSeparator-CaJnPF3_.js} +0 -0
  292. /package/dist/{Separator-DXxac0j8.js → Separator-C2XtAXRp.js} +0 -0
  293. /package/dist/{Switch-imA0Hdjs.js → Switch-x8n6husW.js} +0 -0
  294. /package/dist/{Toaster-Brs6QjBU.js → Toaster-DdhMKfus.js} +0 -0
  295. /package/dist/{TooltipProvider-MZFRxOvT.js → TooltipProvider-D-JrSqDu.js} +0 -0
  296. /package/dist/components/custom/aurora/{renderMode.d.ts → constants/renderMode.d.ts} +0 -0
  297. /package/dist/components/custom/aurora/{shaders → constants/shaders}/aurora.vert.d.ts +0 -0
  298. /package/dist/{constants-DfWPi8kh.js → constants-DsCdlK9I.js} +0 -0
  299. /package/dist/{sheet-BnvZRXPq.js → sheet-CQYYrkr9.js} +0 -0
  300. /package/dist/{useGlassRenderer-C98tZnJ7.js → useGlassRenderer-Dn3WpfG-.js} +0 -0
  301. /package/dist/{useInterval-B58LmYth.js → useInterval-CHVYFpXV.js} +0 -0
  302. /package/dist/{useResizeObserver-C_7GjpRn.js → useResizeObserver-DX-STszm.js} +0 -0
  303. /package/dist/{useTextHighlight-CLST6an0.js → useTextHighlight-Dmtofpk2.js} +0 -0
  304. /package/dist/{useTimer-6FoosoDY.js → useTimer-DGgoxTXL.js} +0 -0
  305. /package/dist/{useUserInvalidAria-BW5iyqWR.js → useUserInvalidAria-DmvZ_6Dx.js} +0 -0
  306. /package/dist/{useViewTransition-CUJM7fXT.js → useViewTransition-D4ssvnXZ.js} +0 -0
package/dist/glass-ui.js CHANGED
@@ -1,62 +1,63 @@
1
1
  import { t as e } from "./cn-DJXf4yaB.js";
2
- import { n as t, t as n } from "./supportsCssTimeline-IQY3gfKD.js";
3
- import { t as r } from "./check-CdkxGxXJ.js";
4
- import { t as i } from "./chevron-down-pBY8sYfV.js";
5
- import { t as a } from "./Notification-DP_ApJLo.js";
6
- import { a as o, c as s, i as c, l, n as u, o as d, r as f, s as p, t as ee, u as te } from "./ContextMenuSubContent-DrWkXKQP.js";
7
- import { a as ne, i as re, n as ie, r as ae, t as oe } from "./NumberFieldContent-B6L6YrQz.js";
8
- import { a as se, i as ce, n as le, o as ue, r as de, s as fe, t as pe } from "./useConfiguratorState-Dq2gNv4A.js";
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
9
  import { t as m } from "./x-C4pz9nbD.js";
10
- import { n as h, t as me } from "./badge-Cl6JZ1B7.js";
11
- import { n as g, t as he } from "./button-DS3ULf5i.js";
12
- import { a as ge, i as _e, n as ve, o as ye, r as be, t as xe } from "./CardFooter-3-VGho1J.js";
13
- import { n as Se, r as Ce, t as we } from "./CollapsibleContent-wlmlDujU.js";
14
- import { a as _, c as Te, i as v, l as y, n as Ee, o as b, r as x, s as S, t as De } from "./CommandShortcut-C6lsz3pG.js";
15
- import { n as Oe, t as ke } from "./DialogContent-B61rP8lj.js";
16
- import { a as Ae, i as C, n as je, o as Me, r as Ne, s as Pe, t as Fe } from "./DialogFooter-Er0wA3K6.js";
17
- import { n as Ie, r as Le, t as Re } from "./ContextMenuContent-De01_83g.js";
18
- import { a as ze, c as Be, i as Ve, l as He, n as Ue, o as We, r as Ge, s as Ke, t as qe, u as Je } from "./DataTable-BsrDYdoE.js";
19
- import { a as Ye, c as Xe, d as Ze, f as Qe, h as $e, i as et, l as tt, m as nt, n as rt, o as it, p as at, r as ot, s as st, t as ct, u as lt } from "./dropdown-menu-naE0skDg.js";
20
- import { n as ut, r as dt, t as ft } from "./HoverCardContent-DGUhpRVt.js";
21
- import { t as pt } from "./Label-D53EOwLE.js";
22
- import { t as mt } from "./MetricBadge-J_GBCb8e.js";
23
- import { n as w, r as T, t as E } from "./PopoverContent-CxEEUL7Y.js";
24
- import { t as ht } from "./Progress-Bs44qWEM.js";
25
- import { t as gt } from "./PaperBackdrop-Ds-wDsKf.js";
26
- import { a as _t, i as vt, n as yt, o as bt, r as xt, s as St, t as Ct } from "./SelectScrollDownButton-BvvvAbuh.js";
27
- import { t as wt } from "./SelectGroup-DAgcsfFw.js";
28
- import { n as Tt, t as Et } from "./SelectSeparator-DN1jzLaI.js";
29
- import { t as Dt } from "./Separator-DXxac0j8.js";
30
- import { a as Ot, c as kt, i as At, l as jt, n as Mt, o as Nt, r as Pt, s as Ft, t as It } from "./sheet-BnvZRXPq.js";
31
- import { t as Lt } from "./useTimer-6FoosoDY.js";
32
- import { t as Rt } from "./useTouchGate-XX8gHfay.js";
33
- import { n as zt, t as Bt } from "./slider-wx8ifVFB.js";
34
- import { t as Vt } from "./Switch-imA0Hdjs.js";
35
- import { a as Ht, c as Ut, i as Wt, n as Gt, o as Kt, r as qt, s as Jt, t as Yt } from "./Toaster-Brs6QjBU.js";
36
- import { i as Xt, n as Zt, r as Qt, t as $t } from "./ToggleGroupItem-Cy7xHFEo.js";
37
- import { i as en, n as tn, r as nn, t as rn } from "./TooltipProvider-MZFRxOvT.js";
38
- import { n as an, t as on } from "./InstrumentChassis-CqKPBNqp.js";
39
- import { t as sn } from "./InstrumentRail-CCjvKkpB.js";
40
- import { n as cn, r as ln, t as un } from "./keys-SIKQYNx1.js";
41
- import { t as dn } from "./GlyphFace-Bvk6OIas.js";
42
- import { t as fn } from "./DiscoGlyph-B7YooI2-.js";
43
- import { t as pn } from "./HoverPopover-BlEwqG7S.js";
44
- import { t as mn } from "./useResizeObserver-C_7GjpRn.js";
45
- import { t as hn } from "./ScrollingText-1Qjnwz6H.js";
46
- import { t as gn } from "./useInterval-B58LmYth.js";
47
- import { a as _n, i as vn, n as yn, o as bn, r as xn, t as Sn } from "./useIdleReady-sLhGo6CL.js";
48
- import { t as Cn } from "./useUserInvalidAria-BW5iyqWR.js";
49
- import { t as wn } from "./useTextHighlight-CLST6an0.js";
50
- import { n as Tn, r as En, t as Dn } from "./useGlassRenderer-C98tZnJ7.js";
51
- import { t as On } from "./useSortable-DLK9kwZp.js";
52
- import { n as kn, t as An } from "./useViewTransition-CUJM7fXT.js";
53
- import { Fragment as D, computed as O, createBlock as k, createCommentVNode as A, createElementBlock as j, createElementVNode as M, createTextVNode as N, createVNode as P, defineComponent as F, guardReactiveProps as I, mergeProps as L, normalizeClass as R, normalizeProps as z, openBlock as B, ref as jn, renderList as V, renderSlot as H, resolveDynamicComponent as U, toDisplayString as W, toRaw as Mn, unref as G, withCtx as K, withModifiers as Nn } from "vue";
54
- import { AccordionContent as Pn, AccordionHeader as Fn, AccordionItem as In, AccordionRoot as Ln, AccordionTrigger as Rn, AvatarFallback as zn, AvatarImage as Bn, AvatarRoot as Vn, CheckboxIndicator as Hn, CheckboxRoot as Un, RadioGroupIndicator as Wn, RadioGroupItem as Gn, RadioGroupRoot as Kn, TabsContent as qn, TabsIndicator as Jn, TabsList as Yn, TabsRoot as Xn, TabsTrigger as Zn, TagsInputInput as Qn, TagsInputItem as $n, TagsInputItemDelete as er, TagsInputItemText as tr, TagsInputRoot as nr, useEmitAsProps as rr, useForwardProps as q, useForwardPropsEmits as J } from "reka-ui";
55
- import { cva as Y } from "class-variance-authority";
56
- import { DrawerClose as ir, DrawerContent as ar, DrawerDescription as or, DrawerOverlay as sr, DrawerPortal as cr, DrawerPortal as lr, DrawerRoot as ur, DrawerTitle as dr, DrawerTrigger as fr } from "vaul-vue";
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";
56
+ import { cva as X } from "class-variance-authority";
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";
57
58
  //#endregion
58
59
  //#region src/components/ui/accordion/Accordion.vue
59
- var pr = /* @__PURE__ */ F({
60
+ var yr = /* @__PURE__ */ I({
60
61
  __name: "Accordion",
61
62
  props: {
62
63
  collapsible: { type: Boolean },
@@ -72,30 +73,13 @@ var pr = /* @__PURE__ */ F({
72
73
  },
73
74
  emits: ["update:modelValue"],
74
75
  setup(e, { emit: t }) {
75
- let n = J(e, t);
76
- return (e, t) => (B(), k(G(Ln), z(I(G(n))), {
77
- default: K(() => [H(e.$slots, "default")]),
76
+ let n = Y(e, t);
77
+ return (e, t) => (V(), A(K(qn), B(L(K(n))), {
78
+ default: q(() => [U(e.$slots, "default")]),
78
79
  _: 3
79
80
  }, 16));
80
81
  }
81
- });
82
- //#endregion
83
- //#region src/utils/moveBefore.ts
84
- function mr(e, t, n) {
85
- let r = e;
86
- typeof r.moveBefore == "function" ? r.moveBefore(t, n) : e.insertBefore(t, n);
87
- }
88
- function hr() {
89
- return typeof Element < "u" && "moveBefore" in Element.prototype;
90
- }
91
- //#endregion
92
- //#region src/utils/platformSupport.ts
93
- function gr() {
94
- return typeof globalThis.scheduler?.postTask == "function";
95
- }
96
- //#endregion
97
- //#region src/components/ui/accordion/AccordionContent.vue
98
- var _r = /* @__PURE__ */ F({
82
+ }), br = /* @__PURE__ */ I({
99
83
  __name: "AccordionContent",
100
84
  props: {
101
85
  forceMount: { type: Boolean },
@@ -110,16 +94,16 @@ var _r = /* @__PURE__ */ F({
110
94
  ] }
111
95
  },
112
96
  setup(t) {
113
- let n = t, r = O(() => {
97
+ let n = t, r = k(() => {
114
98
  let { class: e, ...t } = n;
115
99
  return t;
116
100
  });
117
- return (t, i) => (B(), k(G(Pn), L(r.value, { class: "overflow-hidden text-sm transition-[height,opacity] data-[state=closed]:animate-accordion-up data-[state=open]:animate-accordion-down" }), {
118
- default: K(() => [M("div", { class: R(G(e)("pb-4 pt-0", n.class)) }, [H(t.$slots, "default")], 2)]),
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" }), {
102
+ default: q(() => [N("div", { class: z(K(e)("pb-4 pt-0", n.class)) }, [U(t.$slots, "default")], 2)]),
119
103
  _: 3
120
104
  }, 16));
121
105
  }
122
- }), vr = /* @__PURE__ */ F({
106
+ }), xr = /* @__PURE__ */ I({
123
107
  __name: "AccordionItem",
124
108
  props: {
125
109
  disabled: { type: Boolean },
@@ -136,16 +120,16 @@ var _r = /* @__PURE__ */ F({
136
120
  ] }
137
121
  },
138
122
  setup(t) {
139
- let n = t, r = q(O(() => {
123
+ let n = t, r = J(k(() => {
140
124
  let { class: e, ...t } = n;
141
125
  return t;
142
126
  }));
143
- return (t, i) => (B(), k(G(In), L(G(r), { class: G(e)("border-b", n.class) }), {
144
- default: K(() => [H(t.$slots, "default")]),
127
+ return (t, i) => (V(), A(K(Kn), R(K(r), { class: K(e)("border-b", n.class) }), {
128
+ default: q(() => [U(t.$slots, "default")]),
145
129
  _: 3
146
130
  }, 16, ["class"]));
147
131
  }
148
- }), yr = /* @__PURE__ */ F({
132
+ }), Sr = /* @__PURE__ */ I({
149
133
  __name: "AccordionTrigger",
150
134
  props: {
151
135
  asChild: { type: Boolean },
@@ -159,19 +143,19 @@ var _r = /* @__PURE__ */ F({
159
143
  ] }
160
144
  },
161
145
  setup(t) {
162
- let n = t, r = O(() => {
146
+ let n = t, r = k(() => {
163
147
  let { class: e, ...t } = n;
164
148
  return t;
165
149
  });
166
- return (t, a) => (B(), k(G(Fn), { class: "flex" }, {
167
- default: K(() => [P(G(Rn), L(r.value, { class: G(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", n.class) }), {
168
- default: K(() => [H(t.$slots, "default"), H(t.$slots, "icon", {}, () => [P(G(i), { 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" })])]),
169
153
  _: 3
170
154
  }, 16, ["class"])]),
171
155
  _: 3
172
156
  }));
173
157
  }
174
- }), br = /* @__PURE__ */ F({
158
+ }), Cr = /* @__PURE__ */ I({
175
159
  __name: "Alert",
176
160
  props: {
177
161
  class: { type: [
@@ -185,13 +169,13 @@ var _r = /* @__PURE__ */ F({
185
169
  },
186
170
  setup(t) {
187
171
  let n = t;
188
- return (r, i) => (B(), j("div", {
172
+ return (r, i) => (V(), M("div", {
189
173
  "data-slot": "alert",
190
- class: R(G(e)(G(X)({ variant: t.variant }), n.class)),
174
+ class: z(K(e)(K(Z)({ variant: t.variant }), n.class)),
191
175
  role: "alert"
192
- }, [H(r.$slots, "default")], 2));
176
+ }, [U(r.$slots, "default")], 2));
193
177
  }
194
- }), xr = /* @__PURE__ */ F({
178
+ }), wr = /* @__PURE__ */ I({
195
179
  __name: "AlertDescription",
196
180
  props: { class: { type: [
197
181
  Boolean,
@@ -202,12 +186,12 @@ var _r = /* @__PURE__ */ F({
202
186
  ] } },
203
187
  setup(t) {
204
188
  let n = t;
205
- return (t, r) => (B(), j("div", {
189
+ return (t, r) => (V(), M("div", {
206
190
  "data-slot": "alert-description",
207
- class: R(G(e)("text-muted-foreground col-start-2 grid justify-items-start gap-1 text-sm [&_p]:leading-relaxed", n.class))
208
- }, [H(t.$slots, "default")], 2));
191
+ class: z(K(e)("text-muted-foreground col-start-2 grid justify-items-start gap-1 text-sm [&_p]:leading-relaxed", n.class))
192
+ }, [U(t.$slots, "default")], 2));
209
193
  }
210
- }), Sr = /* @__PURE__ */ F({
194
+ }), Tr = /* @__PURE__ */ I({
211
195
  __name: "AlertTitle",
212
196
  props: { class: { type: [
213
197
  Boolean,
@@ -218,18 +202,18 @@ var _r = /* @__PURE__ */ F({
218
202
  ] } },
219
203
  setup(t) {
220
204
  let n = t;
221
- return (t, r) => (B(), j("div", {
205
+ return (t, r) => (V(), M("div", {
222
206
  "data-slot": "alert-title",
223
- class: R(G(e)("col-start-2 line-clamp-1 min-h-4 font-medium tracking-tight", n.class))
224
- }, [H(t.$slots, "default")], 2));
207
+ class: z(K(e)("col-start-2 line-clamp-1 min-h-4 font-medium tracking-tight", n.class))
208
+ }, [U(t.$slots, "default")], 2));
225
209
  }
226
- }), X = Y("relative w-full rounded-lg border px-4 py-3 text-sm grid has-[>svg]:grid-cols-[calc(var(--spacing)*4)_1fr] grid-cols-[0_1fr] has-[>svg]:gap-x-3 gap-y-0.5 items-start [&>svg]:size-4 [&>svg]:translate-y-0.5 [&>svg]:text-current", {
210
+ }), Z = X("relative w-full rounded-lg border px-4 py-3 text-sm grid has-[>svg]:grid-cols-[calc(var(--spacing)*4)_1fr] grid-cols-[0_1fr] has-[>svg]:gap-x-3 gap-y-0.5 items-start [&>svg]:size-4 [&>svg]:translate-y-0.5 [&>svg]:text-current", {
227
211
  variants: { variant: {
228
212
  default: "bg-card text-card-foreground",
229
213
  destructive: "text-destructive bg-card [&>svg]:text-current *:data-[slot=alert-description]:text-destructive/90"
230
214
  } },
231
215
  defaultVariants: { variant: "default" }
232
- }), Cr = /* @__PURE__ */ F({
216
+ }), Er = /* @__PURE__ */ I({
233
217
  __name: "Avatar",
234
218
  props: {
235
219
  class: { type: [
@@ -244,28 +228,29 @@ var _r = /* @__PURE__ */ F({
244
228
  },
245
229
  setup(t) {
246
230
  let n = t;
247
- return (r, i) => (B(), k(G(Vn), { class: R(G(e)(G(Z)({
231
+ return (r, i) => (V(), A(K(Zn), { class: z(K(e)(K(Q)({
248
232
  size: t.size,
249
233
  shape: t.shape
250
234
  }), n.class)) }, {
251
- default: K(() => [H(r.$slots, "default")]),
235
+ default: q(() => [U(r.$slots, "default")]),
252
236
  _: 3
253
237
  }, 8, ["class"]));
254
238
  }
255
- }), wr = /* @__PURE__ */ F({
239
+ }), Dr = /* @__PURE__ */ I({
256
240
  __name: "AvatarImage",
257
241
  props: {
258
242
  src: {},
259
243
  referrerPolicy: {},
260
244
  crossOrigin: {},
261
245
  asChild: { type: Boolean },
262
- as: {}
246
+ as: {},
247
+ alt: {}
263
248
  },
264
249
  setup(e) {
265
250
  let t = e;
266
- return (e, n) => (B(), k(G(Bn), L(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));
267
252
  }
268
- }), Tr = /* @__PURE__ */ F({
253
+ }), Or = /* @__PURE__ */ I({
269
254
  __name: "AvatarFallback",
270
255
  props: {
271
256
  delayMs: {},
@@ -274,12 +259,12 @@ var _r = /* @__PURE__ */ F({
274
259
  },
275
260
  setup(e) {
276
261
  let t = e;
277
- return (e, n) => (B(), k(G(zn), z(I(t)), {
278
- default: K(() => [H(e.$slots, "default")]),
262
+ return (e, n) => (V(), A(K(Yn), B(L(t)), {
263
+ default: q(() => [U(e.$slots, "default")]),
279
264
  _: 3
280
265
  }, 16));
281
266
  }
282
- }), Z = Y("inline-flex items-center justify-center font-normal text-foreground select-none shrink-0 bg-secondary overflow-hidden", { variants: {
267
+ }), Q = X("inline-flex items-center justify-center font-normal text-foreground select-none shrink-0 bg-secondary overflow-hidden", { variants: {
283
268
  size: {
284
269
  sm: "h-10 w-10 text-xs",
285
270
  base: "h-16 w-16 text-2xl",
@@ -289,7 +274,7 @@ var _r = /* @__PURE__ */ F({
289
274
  circle: "rounded-pill",
290
275
  square: "rounded-input"
291
276
  }
292
- } }), Er = /* @__PURE__ */ F({
277
+ } }), kr = /* @__PURE__ */ I({
293
278
  __name: "Checkbox",
294
279
  props: {
295
280
  defaultValue: {},
@@ -313,19 +298,19 @@ var _r = /* @__PURE__ */ F({
313
298
  },
314
299
  emits: ["update:modelValue"],
315
300
  setup(t, { emit: n }) {
316
- let i = t, a = n, o = J(O(() => {
317
- let { class: e, ...t } = i;
301
+ let r = t, i = n, a = Y(k(() => {
302
+ let { class: e, ...t } = r;
318
303
  return t;
319
- }), a);
320
- return (t, n) => (B(), k(G(Un), L(G(o), { class: G(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) }), {
321
- default: K(() => [P(G(Hn), { class: "flex h-full w-full items-center justify-center text-current" }, {
322
- default: K(() => [H(t.$slots, "default", {}, () => [P(G(r), { 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" })])]),
323
308
  _: 3
324
309
  })]),
325
310
  _: 3
326
311
  }, 16, ["class"]));
327
312
  }
328
- }), Dr = /* @__PURE__ */ F({
313
+ }), Ar = /* @__PURE__ */ I({
329
314
  __name: "TableCaption",
330
315
  props: { class: { type: [
331
316
  Boolean,
@@ -336,9 +321,9 @@ var _r = /* @__PURE__ */ F({
336
321
  ] } },
337
322
  setup(t) {
338
323
  let n = t;
339
- return (t, r) => (B(), j("caption", { class: R(G(e)("mt-4 text-sm text-muted-foreground", n.class)) }, [H(t.$slots, "default")], 2));
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));
340
325
  }
341
- }), Or = /* @__PURE__ */ F({
326
+ }), jr = /* @__PURE__ */ I({
342
327
  __name: "Drawer",
343
328
  props: {
344
329
  activeSnapPoint: {},
@@ -375,11 +360,11 @@ var _r = /* @__PURE__ */ F({
375
360
  "animationEnd"
376
361
  ],
377
362
  setup(e, { emit: t }) {
378
- let n = e, r = rr(t), i = [
363
+ let n = e, r = lr(t), i = [
379
364
  .12,
380
365
  .5,
381
366
  1
382
- ], a = O(() => {
367
+ ], a = k(() => {
383
368
  let { mode: e, ...t } = n, a = e === "live-behind";
384
369
  return {
385
370
  ...t,
@@ -389,12 +374,12 @@ var _r = /* @__PURE__ */ F({
389
374
  ...r
390
375
  };
391
376
  });
392
- return (e, t) => (B(), k(G(ur), z(I(a.value)), {
393
- default: K(() => [H(e.$slots, "default")]),
377
+ return (e, t) => (V(), A(K(gr), B(L(a.value)), {
378
+ default: q(() => [U(e.$slots, "default")]),
394
379
  _: 3
395
380
  }, 16));
396
381
  }
397
- }), Q = /* @__PURE__ */ F({
382
+ }), $ = /* @__PURE__ */ I({
398
383
  __name: "DrawerOverlay",
399
384
  props: {
400
385
  forceMount: { type: Boolean },
@@ -409,13 +394,13 @@ var _r = /* @__PURE__ */ F({
409
394
  ] }
410
395
  },
411
396
  setup(t) {
412
- let n = t, r = O(() => {
397
+ let n = t, r = k(() => {
413
398
  let { class: e, ...t } = n;
414
399
  return t;
415
400
  });
416
- return (t, i) => (B(), k(G(sr), L(r.value, { class: G(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"]));
417
402
  }
418
- }), kr = /* @__PURE__ */ F({
403
+ }), Mr = /* @__PURE__ */ I({
419
404
  __name: "DrawerContent",
420
405
  props: {
421
406
  forceMount: { type: Boolean },
@@ -443,19 +428,19 @@ var _r = /* @__PURE__ */ F({
443
428
  "closeAutoFocus"
444
429
  ],
445
430
  setup(t, { emit: n }) {
446
- let r = t, i = J(r, n);
447
- return (t, n) => (B(), k(G(lr), null, {
448
- default: K(() => [r.showOverlay ? (B(), k(Q, { key: 0 })) : A("", !0), P(G(ar), L(G(i), { class: G(e)("glass-drawer", r.class) }), {
449
- default: K(() => [n[0] ||= M("div", {
431
+ let r = t, i = Y(r, n);
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) }), {
434
+ default: q(() => [n[0] ||= N("div", {
450
435
  class: "glass-drawer-handle",
451
436
  "aria-hidden": "true"
452
- }, [M("span", { class: "glass-drawer-grip" })], -1), H(t.$slots, "default")]),
437
+ }, [N("span", { class: "glass-drawer-grip" })], -1), U(t.$slots, "default")]),
453
438
  _: 3
454
439
  }, 16, ["class"])]),
455
440
  _: 3
456
441
  }));
457
442
  }
458
- }), Ar = /* @__PURE__ */ F({
443
+ }), Nr = /* @__PURE__ */ I({
459
444
  __name: "DrawerHeader",
460
445
  props: { class: { type: [
461
446
  Boolean,
@@ -466,9 +451,9 @@ var _r = /* @__PURE__ */ F({
466
451
  ] } },
467
452
  setup(t) {
468
453
  let n = t;
469
- return (t, r) => (B(), j("div", { class: R(G(e)("grid gap-1.5 p-4 text-center sm:text-left", n.class)) }, [H(t.$slots, "default")], 2));
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));
470
455
  }
471
- }), jr = /* @__PURE__ */ F({
456
+ }), Pr = /* @__PURE__ */ I({
472
457
  __name: "DrawerFooter",
473
458
  props: { class: { type: [
474
459
  Boolean,
@@ -479,9 +464,9 @@ var _r = /* @__PURE__ */ F({
479
464
  ] } },
480
465
  setup(t) {
481
466
  let n = t;
482
- return (t, r) => (B(), j("div", { class: R(G(e)("mt-auto flex flex-col gap-2 p-4", n.class)) }, [H(t.$slots, "default")], 2));
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));
483
468
  }
484
- }), Mr = /* @__PURE__ */ F({
469
+ }), Fr = /* @__PURE__ */ I({
485
470
  __name: "DrawerTitle",
486
471
  props: {
487
472
  asChild: { type: Boolean },
@@ -495,16 +480,16 @@ var _r = /* @__PURE__ */ F({
495
480
  ] }
496
481
  },
497
482
  setup(t) {
498
- let n = t, r = O(() => {
483
+ let n = t, r = k(() => {
499
484
  let { class: e, ...t } = n;
500
485
  return t;
501
486
  });
502
- return (t, i) => (B(), k(G(dr), L(r.value, { class: G(e)("text-subheading leading-none tracking-tight", n.class) }), {
503
- default: K(() => [H(t.$slots, "default")]),
487
+ return (t, i) => (V(), A(K(_r), R(r.value, { class: K(e)("text-subheading leading-none tracking-tight", n.class) }), {
488
+ default: q(() => [U(t.$slots, "default")]),
504
489
  _: 3
505
490
  }, 16, ["class"]));
506
491
  }
507
- }), $ = /* @__PURE__ */ F({
492
+ }), Ir = /* @__PURE__ */ I({
508
493
  __name: "DrawerDescription",
509
494
  props: {
510
495
  asChild: { type: Boolean },
@@ -518,16 +503,16 @@ var _r = /* @__PURE__ */ F({
518
503
  ] }
519
504
  },
520
505
  setup(t) {
521
- let n = t, r = O(() => {
506
+ let n = t, r = k(() => {
522
507
  let { class: e, ...t } = n;
523
508
  return t;
524
509
  });
525
- return (t, i) => (B(), k(G(or), L(r.value, { class: G(e)("text-sm text-muted-foreground", n.class) }), {
526
- default: K(() => [H(t.$slots, "default")]),
510
+ return (t, i) => (V(), A(K(fr), R(r.value, { class: K(e)("text-sm text-muted-foreground", n.class) }), {
511
+ default: q(() => [U(t.$slots, "default")]),
527
512
  _: 3
528
513
  }, 16, ["class"]));
529
514
  }
530
- }), Nr = /* @__PURE__ */ F({
515
+ }), Lr = /* @__PURE__ */ I({
531
516
  __name: "MetricPill",
532
517
  props: {
533
518
  amount: {},
@@ -548,8 +533,8 @@ var _r = /* @__PURE__ */ F({
548
533
  ] }
549
534
  },
550
535
  setup(t) {
551
- let n = t, r = O(() => e("metric-pill", n.class));
552
- return (e, n) => (B(), k(mt, {
536
+ let n = t, r = k(() => e("metric-pill", n.class));
537
+ return (e, n) => (V(), A(Et, {
553
538
  amount: t.amount,
554
539
  unit: t.unit,
555
540
  label: t.label,
@@ -558,7 +543,7 @@ var _r = /* @__PURE__ */ F({
558
543
  placeholder: t.placeholder,
559
544
  size: t.size,
560
545
  "label-position": t.labelPosition,
561
- class: R(r.value),
546
+ class: z(r.value),
562
547
  "data-density": t.density
563
548
  }, null, 8, [
564
549
  "amount",
@@ -573,85 +558,87 @@ var _r = /* @__PURE__ */ F({
573
558
  "data-density"
574
559
  ]));
575
560
  }
576
- }), Pr = { class: "truncate" }, Fr = {
561
+ }), Rr = { class: "truncate" }, zr = {
577
562
  key: 0,
578
563
  class: "mr-2"
579
- }, Ir = {
564
+ }, Br = {
580
565
  key: 0,
581
566
  class: "flex flex-wrap gap-1 mt-2"
582
- }, Lr = {
567
+ }, Vr = {
583
568
  key: 0,
584
569
  class: "mr-1"
585
- }, Rr = /* @__PURE__ */ F({
570
+ }, Hr = /* @__PURE__ */ I({
586
571
  __name: "MultiSelect",
587
- props: {
572
+ props: /* @__PURE__ */ zn({
588
573
  options: {},
589
- modelValue: {},
590
574
  placeholder: { default: "Select items..." },
591
575
  disabled: {
592
576
  type: Boolean,
593
577
  default: !1
594
578
  },
595
579
  maxDisplay: { default: 3 }
596
- },
580
+ }, {
581
+ modelValue: { default: () => [] },
582
+ modelModifiers: {}
583
+ }),
597
584
  emits: ["update:modelValue"],
598
- setup(t, { emit: n }) {
599
- let a = t, o = n, s = jn(!1), c = O(() => a.options.filter((e) => a.modelValue.includes(e.value))), l = O(() => 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})`);
600
- 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) {
601
588
  return typeof e == "string" && e.length > 0;
602
589
  }
590
+ function u(e) {
591
+ return !e || l(e) ? null : Vn(e);
592
+ }
603
593
  function d(e) {
604
- return !e || u(e) ? null : Mn(e);
594
+ r.value = r.value.includes(e) ? r.value.filter((t) => t !== e) : [...r.value, e];
605
595
  }
606
596
  function f(e) {
607
- o("update:modelValue", a.modelValue.includes(e) ? a.modelValue.filter((t) => t !== e) : [...a.modelValue, e]);
608
- }
609
- function p(e) {
610
- o("update:modelValue", a.modelValue.filter((t) => t !== e));
597
+ r.value = r.value.filter((t) => t !== e);
611
598
  }
612
- return (n, a) => (B(), j(D, null, [P(G(T), {
613
- open: s.value,
614
- "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
615
602
  }, {
616
- default: K(() => [P(G(w), { "as-child": "" }, {
617
- default: K(() => [P(G(g), {
603
+ default: q(() => [F(K(w), { "as-child": "" }, {
604
+ default: q(() => [F(K(g), {
618
605
  variant: "outline",
619
606
  role: "combobox",
620
- "aria-expanded": s.value,
607
+ "aria-expanded": i.value,
621
608
  disabled: t.disabled,
622
609
  class: "w-full justify-between text-left font-normal"
623
610
  }, {
624
- default: K(() => [M("span", Pr, W(l.value), 1), P(G(i), { 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" })]),
625
612
  _: 1
626
613
  }, 8, ["aria-expanded", "disabled"])]),
627
614
  _: 1
628
- }), P(G(E), {
615
+ }), F(K(E), {
629
616
  class: "w-full p-0",
630
617
  align: "start"
631
618
  }, {
632
- default: K(() => [P(G(y), null, {
633
- default: K(() => [
634
- P(G(_), { placeholder: "Search..." }),
635
- P(G(S), null, {
636
- default: K(() => [...a[1] ||= [N("No options found.", -1)]]),
619
+ default: q(() => [F(K(y), null, {
620
+ default: q(() => [
621
+ F(K(_), { placeholder: "Search..." }),
622
+ F(K(S), null, {
623
+ default: q(() => [...p[1] ||= [P("No options found.", -1)]]),
637
624
  _: 1
638
625
  }),
639
- P(G(x), null, {
640
- default: K(() => [P(G(b), null, {
641
- default: K(() => [(B(!0), j(D, null, V(t.options, (n) => (B(), k(G(v), {
642
- key: n.value,
643
- value: n.value,
644
- onSelect: (e) => f(n.value),
626
+ F(K(x), null, {
627
+ default: q(() => [F(K(b), null, {
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),
645
632
  class: "cursor-pointer"
646
633
  }, {
647
- default: K(() => [
648
- P(G(r), { class: R(G(e)("mr-2 h-4 w-4", t.modelValue.includes(n.value) ? "opacity-100" : "opacity-0")) }, null, 8, ["class"]),
649
- u(n.icon) ? (B(), j("span", Fr, W(n.icon), 1)) : d(n.icon) ? (B(), k(U(d(n.icon)), {
634
+ default: q(() => [
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)), {
650
637
  key: 1,
651
638
  class: "mr-2 h-4 w-4 shrink-0",
652
639
  "aria-hidden": "true"
653
- })) : A("", !0),
654
- N(" " + W(n.label), 1)
640
+ })) : j("", !0),
641
+ P(" " + G(t.label), 1)
655
642
  ]),
656
643
  _: 2
657
644
  }, 1032, ["value", "onSelect"]))), 128))]),
@@ -665,32 +652,32 @@ var _r = /* @__PURE__ */ F({
665
652
  _: 1
666
653
  })]),
667
654
  _: 1
668
- }, 8, ["open"]), c.value.length > 0 ? (B(), j("div", Ir, [(B(!0), j(D, null, V(c.value, (e) => (B(), k(G(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), {
669
656
  key: e.value,
670
657
  variant: "secondary",
671
658
  class: "text-xs px-2 py-1"
672
659
  }, {
673
- default: K(() => [
674
- u(e.icon) ? (B(), j("span", Lr, W(e.icon), 1)) : d(e.icon) ? (B(), k(U(d(e.icon)), {
660
+ default: q(() => [
661
+ l(e.icon) ? (V(), M("span", Vr, G(e.icon), 1)) : u(e.icon) ? (V(), A(W(u(e.icon)), {
675
662
  key: 1,
676
663
  class: "mr-1 h-3 w-3 shrink-0",
677
664
  "aria-hidden": "true"
678
- })) : A("", !0),
679
- N(" " + W(e.label) + " ", 1),
680
- P(G(g), {
665
+ })) : j("", !0),
666
+ P(" " + G(e.label) + " ", 1),
667
+ F(K(g), {
681
668
  variant: "ghost",
682
669
  size: "sm",
683
670
  class: "ml-1 h-3 w-3 p-0 hover:bg-destructive hover:text-destructive-foreground",
684
- onClick: Nn((t) => p(e.value), ["stop"])
671
+ onClick: Un((t) => f(e.value), ["stop"])
685
672
  }, {
686
- default: K(() => [P(G(m), { class: "h-2 w-2" })]),
673
+ default: q(() => [F(K(m), { class: "h-2 w-2" })]),
687
674
  _: 1
688
675
  }, 8, ["onClick"])
689
676
  ]),
690
677
  _: 2
691
- }, 1024))), 128))])) : A("", !0)], 64));
678
+ }, 1024))), 128))])) : j("", !0)], 64));
692
679
  }
693
- }), zr = /* @__PURE__ */ F({
680
+ }), Ur = /* @__PURE__ */ I({
694
681
  __name: "RadioGroup",
695
682
  props: {
696
683
  modelValue: {},
@@ -713,16 +700,16 @@ var _r = /* @__PURE__ */ F({
713
700
  },
714
701
  emits: ["update:modelValue"],
715
702
  setup(t, { emit: n }) {
716
- let r = t, i = n, a = J(O(() => {
703
+ let r = t, i = n, a = Y(k(() => {
717
704
  let { class: e, ...t } = r;
718
705
  return t;
719
706
  }), i);
720
- return (t, n) => (B(), k(G(Kn), L({ class: G(e)("grid gap-2", r.class) }, G(a)), {
721
- default: K(() => [H(t.$slots, "default")]),
707
+ return (t, n) => (V(), A(K(nr), R({ class: K(e)("grid gap-2", r.class) }, K(a)), {
708
+ default: q(() => [U(t.$slots, "default")]),
722
709
  _: 3
723
710
  }, 16, ["class"]));
724
711
  }
725
- }), Br = /* @__PURE__ */ F({
712
+ }), Wr = /* @__PURE__ */ I({
726
713
  __name: "RadioGroupItem",
727
714
  props: {
728
715
  id: {},
@@ -741,22 +728,22 @@ var _r = /* @__PURE__ */ F({
741
728
  ] }
742
729
  },
743
730
  setup(t) {
744
- let n = t, r = q(O(() => {
731
+ let n = t, r = J(k(() => {
745
732
  let { class: e, ...t } = n;
746
733
  return t;
747
734
  }));
748
- return (t, i) => (B(), k(G(Gn), L(G(r), { class: G(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) }), {
749
- default: K(() => [P(G(Wn), { class: "flex items-center justify-center" }, {
750
- default: K(() => [P(G(te), { 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" })]),
751
738
  _: 1
752
739
  })]),
753
740
  _: 1
754
741
  }, 16, ["class"]));
755
742
  }
756
- }), Vr = {
743
+ }), Gr = {
757
744
  key: 1,
758
745
  class: "flex flex-col gap-1"
759
- }, Hr = /* @__PURE__ */ F({
746
+ }, Kr = /* @__PURE__ */ I({
760
747
  __name: "Section",
761
748
  props: {
762
749
  title: {},
@@ -797,88 +784,19 @@ var _r = /* @__PURE__ */ F({
797
784
  regular: "gap-2",
798
785
  loose: "gap-4"
799
786
  };
800
- return (a, o) => (B(), j("section", { class: R(G(e)("flex flex-col", i[n.gap], n.backdrop === "paper" && "relative isolate", n.class)) }, [
801
- n.backdrop === "paper" ? (B(), k(G(gt), {
787
+ return (a, o) => (V(), M("section", { class: z(K(e)("flex flex-col", i[n.gap], n.backdrop === "paper" && "relative isolate", n.class)) }, [
788
+ n.backdrop === "paper" ? (V(), A(K(Mt), {
802
789
  key: 0,
803
790
  class: "!absolute inset-0"
804
- })) : A("", !0),
805
- t.title || a.$slots.header ? (B(), j("header", Vr, [H(a.$slots, "header", {}, () => [M("h2", { class: R(G(e)(r[n.tone], n.titleClass)) }, W(t.title), 3)]), t.description || a.$slots.description ? (B(), j("p", {
791
+ })) : j("", !0),
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", {
806
793
  key: 0,
807
- class: R(G(e)("section-description", n.descriptionClass))
808
- }, [H(a.$slots, "description", {}, () => [N(W(t.description), 1)])], 2)) : A("", !0)])) : A("", !0),
809
- H(a.$slots, "default")
794
+ class: z(K(e)("section-description", n.descriptionClass))
795
+ }, [U(a.$slots, "description", {}, () => [P(G(t.description), 1)])], 2)) : j("", !0)])) : j("", !0),
796
+ U(a.$slots, "default")
810
797
  ], 2));
811
798
  }
812
- }), Ur = /* @__PURE__ */ F({
813
- __name: "Tabs",
814
- props: {
815
- defaultValue: {},
816
- orientation: {},
817
- dir: {},
818
- activationMode: {},
819
- modelValue: {},
820
- unmountOnHide: { type: Boolean },
821
- asChild: { type: Boolean },
822
- as: {}
823
- },
824
- emits: ["update:modelValue"],
825
- setup(e, { emit: t }) {
826
- let n = J(e, t);
827
- return (e, t) => (B(), k(G(Xn), z(I(G(n))), {
828
- default: K(() => [H(e.$slots, "default")]),
829
- _: 3
830
- }, 16));
831
- }
832
- }), Wr = /* @__PURE__ */ F({
833
- __name: "TabsTrigger",
834
- props: {
835
- value: {},
836
- disabled: { type: Boolean },
837
- asChild: { type: Boolean },
838
- as: {},
839
- class: { type: [
840
- Boolean,
841
- null,
842
- String,
843
- Object,
844
- Array
845
- ] }
846
- },
847
- setup(t) {
848
- let n = t, r = q(O(() => {
849
- let { class: e, ...t } = n;
850
- return t;
851
- }));
852
- return (t, i) => (B(), k(G(Zn), L(G(r), { class: G(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) }), {
853
- default: K(() => [H(t.$slots, "default")]),
854
- _: 3
855
- }, 16, ["class"]));
856
- }
857
- }), Gr = /* @__PURE__ */ F({
858
- __name: "TabsList",
859
- props: {
860
- loop: { type: Boolean },
861
- asChild: { type: Boolean },
862
- as: {},
863
- class: { type: [
864
- Boolean,
865
- null,
866
- String,
867
- Object,
868
- Array
869
- ] }
870
- },
871
- setup(t) {
872
- let n = t, r = O(() => {
873
- let { class: e, ...t } = n;
874
- return t;
875
- });
876
- return (t, i) => (B(), k(G(Yn), L(r.value, { class: G(e)("inline-flex h-10 items-center justify-center rounded-input p-1 text-muted-foreground", n.class) }), {
877
- default: K(() => [H(t.$slots, "default")]),
878
- _: 3
879
- }, 16, ["class"]));
880
- }
881
- }), Kr = /* @__PURE__ */ F({
799
+ }), qr = /* @__PURE__ */ I({
882
800
  __name: "TabsContent",
883
801
  props: {
884
802
  value: {},
@@ -894,36 +812,16 @@ var _r = /* @__PURE__ */ F({
894
812
  ] }
895
813
  },
896
814
  setup(t) {
897
- let n = t, r = O(() => {
815
+ let n = t, r = k(() => {
898
816
  let { class: e, ...t } = n;
899
817
  return t;
900
818
  });
901
- return (t, i) => (B(), k(G(qn), L({ class: G(e)("mt-2 focus-visible:outline-none", n.class) }, r.value), {
902
- default: K(() => [H(t.$slots, "default")]),
819
+ return (t, i) => (V(), A(K(rr), R({ class: K(e)("mt-2 focus-visible:outline-none", n.class) }, r.value), {
820
+ default: q(() => [U(t.$slots, "default")]),
903
821
  _: 3
904
822
  }, 16, ["class"]));
905
823
  }
906
- }), qr = /* @__PURE__ */ F({
907
- __name: "TabsIndicator",
908
- props: {
909
- asChild: { type: Boolean },
910
- as: {},
911
- class: { type: [
912
- Boolean,
913
- null,
914
- String,
915
- Object,
916
- Array
917
- ] }
918
- },
919
- setup(t) {
920
- let n = t, r = O(() => {
921
- let { class: e, ...t } = n;
922
- return t;
923
- });
924
- return (t, i) => (B(), k(G(Jn), L(r.value, { class: G(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"]));
925
- }
926
- }), Jr = /* @__PURE__ */ F({
824
+ }), Jr = /* @__PURE__ */ I({
927
825
  __name: "TagsInput",
928
826
  props: {
929
827
  modelValue: {},
@@ -958,16 +856,16 @@ var _r = /* @__PURE__ */ F({
958
856
  "removeTag"
959
857
  ],
960
858
  setup(t, { emit: n }) {
961
- let r = t, i = n, a = J(O(() => {
859
+ let r = t, i = n, a = Y(k(() => {
962
860
  let { class: e, ...t } = r;
963
861
  return t;
964
862
  }), i);
965
- return (t, n) => (B(), k(G(nr), L(G(a), { class: G(e)("flex flex-wrap gap-2 items-center rounded-input border border-input bg-background px-3 py-2 text-sm", r.class) }), {
966
- default: K(() => [H(t.$slots, "default")]),
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) }), {
864
+ default: q(() => [U(t.$slots, "default")]),
967
865
  _: 3
968
866
  }, 16, ["class"]));
969
867
  }
970
- }), Yr = /* @__PURE__ */ F({
868
+ }), Yr = /* @__PURE__ */ I({
971
869
  __name: "TagsInputInput",
972
870
  props: {
973
871
  placeholder: {},
@@ -984,13 +882,13 @@ var _r = /* @__PURE__ */ F({
984
882
  ] }
985
883
  },
986
884
  setup(t) {
987
- let n = t, r = q(O(() => {
885
+ let n = t, r = J(k(() => {
988
886
  let { class: e, ...t } = n;
989
887
  return t;
990
888
  }));
991
- return (t, i) => (B(), k(G(Qn), L(G(r), { class: G(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"]));
992
890
  }
993
- }), Xr = /* @__PURE__ */ F({
891
+ }), Xr = /* @__PURE__ */ I({
994
892
  __name: "TagsInputItem",
995
893
  props: {
996
894
  value: {},
@@ -1006,16 +904,16 @@ var _r = /* @__PURE__ */ F({
1006
904
  ] }
1007
905
  },
1008
906
  setup(t) {
1009
- let n = t, r = q(O(() => {
907
+ let n = t, r = J(k(() => {
1010
908
  let { class: e, ...t } = n;
1011
909
  return t;
1012
910
  }));
1013
- return (t, i) => (B(), k(G($n), L(G(r), { class: G(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) }), {
1014
- default: K(() => [H(t.$slots, "default")]),
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) }), {
912
+ default: q(() => [U(t.$slots, "default")]),
1015
913
  _: 3
1016
914
  }, 16, ["class"]));
1017
915
  }
1018
- }), Zr = /* @__PURE__ */ F({
916
+ }), Zr = /* @__PURE__ */ I({
1019
917
  __name: "TagsInputItemDelete",
1020
918
  props: {
1021
919
  asChild: { type: Boolean },
@@ -1029,16 +927,16 @@ var _r = /* @__PURE__ */ F({
1029
927
  ] }
1030
928
  },
1031
929
  setup(t) {
1032
- let n = t, r = q(O(() => {
930
+ let n = t, r = J(k(() => {
1033
931
  let { class: e, ...t } = n;
1034
932
  return t;
1035
933
  }));
1036
- return (t, i) => (B(), k(G(er), L(G(r), { class: G(e)("flex rounded bg-transparent mr-1", n.class) }), {
1037
- default: K(() => [H(t.$slots, "default", {}, () => [P(G(m), { class: "w-4 h-4" })])]),
934
+ return (t, i) => (V(), A(K(or), R(K(r), { class: K(e)("flex rounded bg-transparent mr-1", n.class) }), {
935
+ default: q(() => [U(t.$slots, "default", {}, () => [F(K(m), { class: "w-4 h-4" })])]),
1038
936
  _: 3
1039
937
  }, 16, ["class"]));
1040
938
  }
1041
- }), Qr = /* @__PURE__ */ F({
939
+ }), Qr = /* @__PURE__ */ I({
1042
940
  __name: "TagsInputItemText",
1043
941
  props: {
1044
942
  asChild: { type: Boolean },
@@ -1052,12 +950,12 @@ var _r = /* @__PURE__ */ F({
1052
950
  ] }
1053
951
  },
1054
952
  setup(t) {
1055
- let n = t, r = q(O(() => {
953
+ let n = t, r = J(k(() => {
1056
954
  let { class: e, ...t } = n;
1057
955
  return t;
1058
956
  }));
1059
- return (t, i) => (B(), k(G(tr), L(G(r), { class: G(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"]));
1060
958
  }
1061
959
  });
1062
960
  //#endregion
1063
- export { pr as Accordion, _r as AccordionContent, vr as AccordionItem, yr as AccordionTrigger, br as Alert, xr as AlertDescription, Sr as AlertTitle, Cr as Avatar, Tr as AvatarFallback, wr as AvatarImage, h as Badge, g as Button, se as CONFIGURATOR_DENSITY_KEY, ye as Card, ve as CardContent, be as CardDescription, xe as CardFooter, ge as CardHeader, _e as CardTitle, an as ChassisDivider, Er as Checkbox, Ce as Collapsible, we as CollapsibleContent, Se as CollapsibleTrigger, y as Command, Te as CommandDialog, S as CommandEmpty, b as CommandGroup, _ as CommandInput, v as CommandItem, x as CommandList, Ee as CommandSeparator, De as CommandShortcut, ce as Configurator, de as ConfiguratorLayer, le as ConfiguratorRow, Le as ContextMenu, p as ContextMenuCheckboxItem, Re as ContextMenuContent, s as ContextMenuItem, f as ContextMenuLabel, l as ContextMenuRadioGroup, d as ContextMenuRadioItem, c as ContextMenuSeparator, o as ContextMenuShortcut, ee as ContextMenuSubContent, u as ContextMenuSubTrigger, Ie as ContextMenuTrigger, qe as DataTable, Ue as DataTablePagination, Oe as Dialog, Pe as DialogClose, ke as DialogContent, Ne as DialogDescription, Fe as DialogFooter, Ae as DialogHeader, je as DialogScrollContent, C as DialogTitle, Me as DialogTrigger, fn as DiscoGlyph, Or as Drawer, ir as DrawerClose, kr as DrawerContent, $ as DrawerDescription, jr as DrawerFooter, Ar as DrawerHeader, Q as DrawerOverlay, cr as DrawerPortal, Mr as DrawerTitle, fr as DrawerTrigger, $e as DropdownMenu, tt as DropdownMenuCheckboxItem, at as DropdownMenuContent, Qe as DropdownMenuGroup, lt as DropdownMenuItem, Ye as DropdownMenuLabel, ct as DropdownMenuPortal, Ze as DropdownMenuRadioGroup, Xe as DropdownMenuRadioItem, it as DropdownMenuSeparator, st as DropdownMenuShortcut, et as DropdownMenuSub, rt as DropdownMenuSubContent, ot as DropdownMenuSubTrigger, nt as DropdownMenuTrigger, un as GLYPH_FACE_SILHOUETTE_KEY, dn as GlyphFace, dt as HoverCard, ft as HoverCardContent, ut as HoverCardTrigger, pn as HoverPopover, on as InstrumentChassis, sn as InstrumentRail, pt as Label, Nr as MetricPill, Rr as MultiSelect, a as Notification, ne as NumberField, oe as NumberFieldContent, ie as NumberFieldDecrement, ae as NumberFieldIncrement, re as NumberFieldInput, T as Popover, E as PopoverContent, w as PopoverTrigger, ht as Progress, zr as RadioGroup, Br as RadioGroupItem, hn as ScrollingText, Hr as Section, St as Select, vt as SelectContent, wt as SelectGroup, xt as SelectItem, Tt as SelectLabel, Ct as SelectScrollDownButton, yt as SelectScrollUpButton, Et as SelectSeparator, _t as SelectTrigger, bt as SelectValue, Dt as Separator, jt as Sheet, Ft as SheetClose, Nt as SheetContent, Pt as SheetDescription, Mt as SheetFooter, Ot as SheetHeader, At as SheetTitle, kt as SheetTrigger, Ge as Skeleton, zt as Slider, Vt as Switch, Je as Table, He as TableBody, Dr as TableCaption, Be as TableCell, Ve as TableEmpty, Ke as TableHead, We as TableHeader, ze as TableRow, Ur as Tabs, Kr as TabsContent, qr as TabsIndicator, Gr as TabsList, Wr as TabsTrigger, Jr as TagsInput, Yr as TagsInputInput, Xr as TagsInputItem, Zr as TagsInputItemDelete, Qr as TagsInputItemText, Ut as Toast, Jt as ToastAction, Kt as ToastClose, Ht as ToastDescription, Wt as ToastTitle, Yt as Toaster, Xt as Toggle, Zt as ToggleGroup, $t as ToggleGroupItem, en as Tooltip, nn as TooltipContent, rn as TooltipProvider, tn as TooltipTrigger, X as alertVariants, Z as avatarVariants, me as badgeVariants, he as buttonVariants, e as cn, vn as copyToClipboard, Dn as createGlassFilter, Tn as destroyGlassFilter, mr as moveBeforeSafe, ue as provideConfiguratorDensity, cn as provideGlyphFaceSilhouette, It as sheetVariants, Bt as sliderVariants, An as startViewTransition, hr as supportsMoveBefore, gr as supportsPostTask, n as supportsScrollTimeline, t as supportsViewTimeline, kn as supportsViewTransitions, Gt as toast, Qt as toggleVariants, yn as useBreakpoint, _n as useClipboard, pe as useConfiguratorState, En as useGlassRenderer, Sn as useIdleReady, gn as useInterval, fe as useOptionalConfiguratorDensity, ln as useOptionalGlyphFaceSilhouette, mn as useResizeObserver, On as useSortable, wn as useTextHighlight, Lt as useTimer, qt as useToast, bn as useTokenColor, Rt as useTouchGate, Cn as useUserInvalidAria, xn 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 };