@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.
- package/dist/{CardFooter-CSGcJkqa.js → CardFooter-C390imy7.js} +3 -3
- package/dist/{CollapsibleContent-CVMOcYlV.js → CollapsibleContent-cauTbZEM.js} +1 -1
- package/dist/{CommandShortcut-DWT19a2Y.js → CommandShortcut-BiVyqipe.js} +7 -6
- package/dist/{ContextMenuSubContent-gAFxJ-qi.js → ContextMenuSubContent-DrWkXKQP.js} +4 -4
- package/dist/DataTable-FfkaAg2z.js +465 -0
- package/dist/DialogContent-IQ8_BRrC.js +100 -0
- package/dist/{DialogFooter-ClrNEOVU.js → DialogFooter-Er0wA3K6.js} +2 -2
- package/dist/{DiscoGlyph-C3JfMnRV.js → DiscoGlyph-BaZ8OawK.js} +1 -1
- package/dist/{GlyphFace-BRS8vUb7.js → GlyphFace-B_7vOmYn.js} +1 -1
- package/dist/HoverPopover-DTSYkJtw.js +96 -0
- package/dist/{IconTooltip-BkaA7tZ2.js → IconTooltip-BTyYn4mr.js} +1 -1
- package/dist/Input-CU9CNKmo.js +52 -0
- package/dist/{MetricBadge-DmAihkXd.js → MetricBadge-BlrdbOGN.js} +2 -2
- package/dist/{Notification-OqIpADml.js → Notification-DP_ApJLo.js} +3 -3
- package/dist/{NumberFieldContent-DTH9gb_N.js → NumberFieldContent-iOTQ5rGO.js} +9 -5
- package/dist/{PopoverContent-EiklFrna.js → PopoverContent-B8WtJECb.js} +1 -1
- package/dist/Progress-DjM86vfb.js +254 -0
- package/dist/{ScrollingText-BFd0i2zJ.js → ScrollingText-P9o_DuMn.js} +2 -2
- package/dist/{SelectScrollDownButton-Dth8-wXQ.js → SelectScrollDownButton-BGn3rjs9.js} +12 -11
- package/dist/TabsIndicator-DA0x9gPr.js +97 -0
- package/dist/{Toaster-Bjlunvq4.js → Toaster-DdhMKfus.js} +1 -1
- package/dist/{ToggleGroupItem-OesUouE7.js → ToggleGroupItem-gyXj998A.js} +37 -40
- package/dist/UnderlineTabs-Cq_AD03t.js +39 -0
- package/dist/animated-digit.js +3 -3
- package/dist/api/index.d.ts +2 -0
- package/dist/api.js +1 -1
- package/dist/aurora.js +471 -320
- package/dist/badge.js +1 -1
- package/dist/{button-C0aHmBbt.js → button-Ckn3eDfB.js} +27 -22
- package/dist/button.js +1 -1
- package/dist/card.js +1 -1
- package/dist/carousel.js +6 -6
- package/dist/{check-dwgetki8.js → check-CdkxGxXJ.js} +1 -1
- package/dist/{chevron-down-DILQA1t6.js → chevron-down-pBY8sYfV.js} +1 -1
- package/dist/{chevron-right-fS7fal2t.js → chevron-right-BjeKC22V.js} +1 -1
- package/dist/{chevron-up-BtYjYQOS.js → chevron-up-DBeNHUm1.js} +1 -1
- package/dist/collapsible.js +1 -1
- package/dist/color-rkK4RMx2.js +33 -0
- package/dist/color.d.ts +1 -0
- package/dist/color.js +2 -0
- package/dist/command.js +1 -1
- package/dist/compile-DVgAxagk.js +106 -0
- package/dist/components/custom/animated-digit/AnimatedDigit.vue.d.ts +7 -7
- package/dist/components/custom/aurora/Aurora.vue.d.ts +3 -3
- package/dist/components/custom/aurora/composables/color.d.ts +42 -16
- package/dist/components/custom/aurora/composables/cursorModel.d.ts +45 -0
- package/dist/components/custom/aurora/composables/frameLoop.d.ts +30 -0
- package/dist/components/custom/aurora/composables/glSetup.d.ts +29 -0
- package/dist/components/custom/aurora/composables/runtime.d.ts +45 -35
- package/dist/components/custom/aurora/composables/uniformBridge.d.ts +67 -0
- package/dist/components/custom/aurora/composables/useAurora.d.ts +14 -1
- package/dist/components/custom/aurora/composables/useCursorInteraction.d.ts +1 -1
- package/dist/components/custom/aurora/constants/budget.d.ts +50 -0
- package/dist/components/custom/aurora/{presets.d.ts → constants/presets.d.ts} +3 -6
- package/dist/components/custom/aurora/constants/shaders/aurora.frag.d.ts +1 -0
- package/dist/components/custom/aurora/constants/shaders/brush.glsl.d.ts +1 -0
- package/dist/components/custom/aurora/constants/shaders/composition.glsl.d.ts +1 -0
- package/dist/components/custom/aurora/constants/shaders/flow.glsl.d.ts +1 -0
- package/dist/components/custom/aurora/constants/shaders/mediums.glsl.d.ts +2 -0
- package/dist/components/custom/aurora/constants/shaders/tonemap.glsl.d.ts +1 -0
- package/dist/components/custom/aurora/index.d.ts +4 -3
- package/dist/components/custom/configurator/Configurator.vue.d.ts +26 -0
- package/dist/components/custom/configurator/ConfiguratorLayer.vue.d.ts +14 -7
- package/dist/components/custom/configurator/density.d.ts +3 -8
- package/dist/components/custom/configurator/index.d.ts +1 -1
- package/dist/components/custom/dock/DockBackgroundToggle.vue.d.ts +46 -0
- package/dist/components/custom/dock/DockIconButton.vue.d.ts +15 -4
- package/dist/components/custom/dock/DockLayerGroup.vue.d.ts +2 -2
- package/dist/components/custom/dock/GlassDock.vue.d.ts +34 -13
- package/dist/components/custom/dock/composables/dockContext.d.ts +4 -4
- package/dist/components/custom/dock/composables/dockLayerContext.d.ts +13 -6
- package/dist/components/custom/dock/composables/useLayerTransition.d.ts +32 -8
- package/dist/components/custom/dock/index.d.ts +1 -0
- package/dist/components/custom/expandable-container/ExpandableContainer.vue.d.ts +10 -0
- package/dist/components/custom/glass-panel/GlassPanel.vue.d.ts +1 -1
- package/dist/components/custom/glyph-face/keys.d.ts +3 -29
- package/dist/components/custom/goo-blob/GooBlob.vue.d.ts +48 -0
- package/dist/components/custom/goo-blob/composables/easing.d.ts +6 -0
- package/dist/components/custom/goo-blob/composables/useBlobMood.d.ts +14 -0
- package/dist/components/custom/goo-blob/composables/useBlobPointer.d.ts +18 -0
- package/dist/components/custom/goo-blob/composables/useBlobSatellites.d.ts +13 -0
- package/dist/components/custom/goo-blob/composables/useMetaballRenderer.d.ts +42 -0
- package/dist/components/custom/goo-blob/index.d.ts +7 -0
- package/dist/components/custom/goo-blob/shaders/metaball.frag.d.ts +1 -0
- package/dist/components/custom/goo-blob/shaders/metaball.vert.d.ts +1 -0
- package/dist/components/custom/goo-blob/shaders/oklch-perturb.glsl.d.ts +1 -0
- package/dist/components/custom/goo-blob/shaders/sdf-body.glsl.d.ts +1 -0
- package/dist/components/custom/goo-blob/shaders/watercolor-edges.glsl.d.ts +2 -0
- package/dist/components/custom/goo-blob/types.d.ts +77 -0
- package/dist/components/custom/hover-popover/HoverPopover.vue.d.ts +48 -9
- package/dist/components/custom/labeled-field/LabeledField.vue.d.ts +2 -0
- package/dist/components/custom/labeled-field/LabeledSelect.vue.d.ts +2 -2
- package/dist/components/custom/metric-stack/MetricRow.vue.d.ts +2 -2
- package/dist/components/custom/responsive-tabs/ResponsiveTabs.vue.d.ts +13 -7
- package/dist/components/custom/search/FuzzySearch.vue.d.ts +1 -1
- package/dist/components/custom/search/SearchBar.vue.d.ts +1 -1
- package/dist/components/custom/sortable-list/SortableHandle.vue.d.ts +7 -1
- package/dist/components/custom/sortable-list/context.d.ts +2 -3
- package/dist/components/custom/tabs/BouncyTabs.vue.d.ts +6 -3
- package/dist/components/custom/tabs/BouncyToggle.vue.d.ts +7 -3
- package/dist/components/custom/tabs/UnderlineTabs.vue.d.ts +6 -3
- package/dist/components/custom/tabs/composables/useBouncySlider.d.ts +39 -0
- package/dist/components/custom/timeline/ContinuousMarkers.vue.d.ts +49 -0
- package/dist/components/custom/timeline/ContinuousRail.vue.d.ts +26 -0
- package/dist/components/custom/timeline/ContinuousTimeline.vue.d.ts +4 -4
- package/dist/components/custom/typewriter/TypewriterText.vue.d.ts +2 -2
- package/dist/components/custom/watercolor-dot/WatercolorDot.vue.d.ts +45 -0
- package/dist/components/custom/watercolor-dot/index.d.ts +3 -0
- package/dist/components/custom/watercolor-dot/prng.d.ts +5 -0
- package/dist/components/custom/watercolor-dot/useWatercolorBlob.d.ts +24 -0
- package/dist/components/ui/_shared/menuItemVariants.d.ts +1 -1
- package/dist/components/ui/avatar/Avatar.vue.d.ts +1 -1
- package/dist/components/ui/avatar/AvatarImage.vue.d.ts +5 -1
- package/dist/components/ui/avatar/index.d.ts +1 -1
- package/dist/components/ui/badge/index.d.ts +2 -2
- package/dist/components/ui/button/Button.vue.d.ts +3 -1
- package/dist/components/ui/button/index.d.ts +2 -2
- package/dist/components/ui/carousel/CarouselNext.vue.d.ts +2 -2
- package/dist/components/ui/carousel/CarouselPrevious.vue.d.ts +2 -2
- package/dist/components/ui/combobox/Combobox.vue.d.ts +2 -2
- package/dist/components/ui/combobox/ComboboxInput.vue.d.ts +2 -1
- package/dist/components/ui/command/Command.vue.d.ts +3 -3
- package/dist/components/ui/command/CommandInput.vue.d.ts +2 -1
- package/dist/components/ui/data-table/DataTable.vue.d.ts +5 -4
- package/dist/components/ui/dialog/DialogContent.vue.d.ts +8 -0
- package/dist/components/ui/drawer/Drawer.vue.d.ts +4 -4
- package/dist/components/ui/input/Input.vue.d.ts +19 -1
- package/dist/components/ui/multi-select/MultiSelect.vue.d.ts +8 -4
- package/dist/components/ui/progress/Progress.vue.d.ts +26 -88
- package/dist/components/ui/progress/ProgressDefault.vue.d.ts +14 -0
- package/dist/components/ui/progress/ProgressGradient.vue.d.ts +25 -0
- package/dist/components/ui/progress/ProgressSectioned.vue.d.ts +36 -0
- package/dist/components/ui/progress/index.d.ts +5 -2
- package/dist/components/ui/progress/useProgressGeometry.d.ts +60 -0
- package/dist/components/ui/select/Select.vue.d.ts +2 -2
- package/dist/components/ui/select/SelectContent.vue.d.ts +1 -1
- package/dist/components/ui/select/SelectTrigger.vue.d.ts +3 -0
- package/dist/components/ui/sheet/index.d.ts +1 -1
- package/dist/components/ui/slider/index.d.ts +12 -11
- package/dist/components/ui/tags-input/TagsInput.vue.d.ts +2 -2
- package/dist/components/ui/textarea/Textarea.vue.d.ts +5 -1
- package/dist/components/ui/toast/Toast.vue.d.ts +4 -4
- package/dist/components/ui/toggle/Toggle.vue.d.ts +1 -1
- package/dist/components/ui/toggle/index.d.ts +1 -1
- package/dist/components/ui/toggle-group/toggleGroupContext.d.ts +2 -3
- package/dist/composables/color/index.d.ts +49 -0
- package/dist/composables/context/createContext.d.ts +56 -0
- package/dist/composables/context/index.d.ts +1 -0
- package/dist/composables/dark/darkModeSyncScript.d.ts +23 -0
- package/dist/composables/dark/index.d.ts +3 -0
- package/dist/composables/dark/useGlobalDark.d.ts +19 -2
- package/dist/composables/dom/index.d.ts +1 -3
- package/dist/composables/dom/useClipboard.d.ts +35 -12
- package/dist/composables/dom/useDocumentVisibility.d.ts +20 -0
- package/dist/composables/dom/useTextHighlight.d.ts +40 -0
- package/dist/composables/glass/webgl/compile.d.ts +15 -0
- package/dist/composables/glass/webgl/shaders/procedural-color.glsl.d.ts +3 -0
- package/dist/composables/glass/webgl/useWebGLCanvas.d.ts +55 -0
- package/dist/composables/motion/core/index.d.ts +2 -1
- package/dist/composables/motion/index.d.ts +1 -1
- package/dist/composables/motion/useCountup.d.ts +29 -0
- package/dist/composables/motion/usePrioritizedTask.d.ts +41 -0
- package/dist/composables/motion/vReveal.d.ts +2 -0
- package/dist/composables/sidebar/useSidebarState.d.ts +2 -2
- package/dist/composables/sortable/dragController.d.ts +44 -0
- package/dist/composables/sortable/dropResolver.d.ts +34 -0
- package/dist/composables/sortable/ghostRenderer.d.ts +44 -0
- package/dist/composables/sortable/index.d.ts +1 -1
- package/dist/composables/sortable/touchGate.d.ts +26 -0
- package/dist/composables/sortable/transitionTiming.d.ts +50 -0
- package/dist/composables/sortable/types.d.ts +133 -0
- package/dist/composables/sortable/useSortable.d.ts +25 -140
- package/dist/configurator.js +1 -1
- package/dist/confirm-dialog.js +3 -3
- package/dist/context-menu.js +2 -2
- package/dist/controls.js +5 -5
- package/dist/createContext-DBMGRlx4.js +25 -0
- package/dist/dark.d.ts +2 -1
- package/dist/dark.js +9 -2
- package/dist/data-table.js +1 -1
- package/dist/dialog.js +2 -2
- package/dist/disco-glyph.js +1 -1
- package/dist/dock.js +410 -254
- package/dist/dockContext-spUj_-E5.js +9 -0
- package/dist/dom.js +6 -5
- package/dist/{dropdown-menu-BvRUamNs.js → dropdown-menu-EFjl5iKo.js} +4 -4
- package/dist/dropdown-menu.js +1 -1
- package/dist/expandable-container.js +28 -22
- package/dist/fonts/README.md +21 -0
- package/dist/fonts/fraunces/fraunces-latin.woff2 +0 -0
- package/dist/forms.js +70 -61
- package/dist/glass-carousel.js +59 -52
- package/dist/glass-panel.js +2 -2
- package/dist/glass-ui.css +1 -1
- package/dist/glass-ui.js +159 -254
- package/dist/glyph-face.js +2 -2
- package/dist/goo-blob.d.ts +1 -0
- package/dist/goo-blob.js +538 -0
- package/dist/header-ribbon.js +3 -3
- package/dist/hover-card.js +1 -1
- package/dist/hover-popover.js +1 -1
- package/dist/icon-tooltip.js +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/instrument-chassis.js +1 -1
- package/dist/instrument-rail.js +1 -1
- package/dist/keyboard.js +1 -1
- package/dist/keys-BFoma9vm.js +9 -0
- package/dist/label.js +1 -1
- package/dist/labeled-field.js +57 -39
- package/dist/metric-badge.js +1 -1
- package/dist/metric-stack.js +1 -1
- package/dist/{minimize-2-LsCJ_eNt.js → minimize-2-BP27-qBY.js} +1 -1
- package/dist/motion-core.js +154 -135
- package/dist/motion.js +63 -15
- package/dist/notification.js +1 -1
- package/dist/number-field.js +1 -1
- package/dist/paper-backdrop.js +1 -1
- package/dist/popover.js +1 -1
- package/dist/{presets-a-D93K1S.js → presets-1OhFpaIC.js} +5 -5
- package/dist/prng-Bz_1Tydc.js +15 -0
- package/dist/progress.js +2 -2
- package/dist/pulse.js +1 -1
- package/dist/reactive.js +2 -2
- package/dist/responsive-tabs.js +38 -32
- package/dist/scrolling-text.js +1 -1
- package/dist/{search-DBAiUABx.js → search-DBG8qaRs.js} +1 -1
- package/dist/search.js +153 -149
- package/dist/select.js +3 -3
- package/dist/separator.js +1 -1
- package/dist/{sheet-CukNDezz.js → sheet-CQYYrkr9.js} +3 -3
- package/dist/sheet.js +1 -1
- package/dist/{slider-DJvHkTRe.js → slider-BOh8ycfZ.js} +8 -12
- package/dist/slider.js +1 -1
- package/dist/sortable-list.js +37 -39
- package/dist/stacked-icons.js +2 -2
- package/dist/styles/animations.css +1 -1
- package/dist/styles/cards.css +1 -1
- package/dist/styles/components.css +45 -0
- package/dist/styles/dock-controls.css +486 -0
- package/dist/styles/dock.css +325 -431
- package/dist/styles/fonts.css +25 -0
- package/dist/styles/glass-specular-track.css +154 -0
- package/dist/styles/glass.css +74 -2
- package/dist/styles/index.css +25 -2
- package/dist/styles/instrument-chassis.css +11 -4
- package/dist/styles/theme.css +73 -21
- package/dist/styles/tokens.css +282 -140
- package/dist/styles/typography.css +14 -8
- package/dist/styles/utilities.css +92 -8
- package/dist/styles/view-transition.css +10 -4
- package/dist/switch.js +1 -1
- package/dist/tabs.js +148 -106
- package/dist/timeline.js +220 -159
- package/dist/toast.js +1 -1
- package/dist/toggle-group.js +1 -1
- package/dist/tokens.d.ts +1 -1
- package/dist/tooltip.js +1 -1
- package/dist/typewriter.js +1 -1
- package/dist/{useAnimatedNumber-DKQYVB7s.js → useAnimatedNumber-BF6r64lA.js} +1 -1
- package/dist/useClipboard-D8vFyRCa.js +97 -0
- package/dist/useConfiguratorState-DUtC1jxr.js +276 -0
- package/dist/useGlobalDark-CWiaCoEw.js +34 -0
- package/dist/useIntersectionPause-DAdVPVp4.js +53 -0
- package/dist/useSortable-DnyGXKKY.js +246 -0
- package/dist/useTextHighlight-Dmtofpk2.js +72 -0
- package/dist/{useTouchGate-D9Zvrzyc.js → useTouchGate-CS5Csc2h.js} +1 -1
- package/dist/{useViewTransition-DYIK6Gzb.js → useViewTransition-D4ssvnXZ.js} +5 -3
- package/dist/utils/index.d.ts +2 -1
- package/dist/utils/platformSupport.d.ts +8 -0
- package/dist/utils/prng.d.ts +4 -0
- package/dist/vReveal-u2wSG2El.js +35 -0
- package/dist/watercolor-dot.d.ts +1 -0
- package/dist/watercolor-dot.js +129 -0
- package/dist/{x-q7pJa83X.js → x-C4pz9nbD.js} +1 -1
- package/package.json +110 -16
- package/src/fonts/README.md +21 -0
- package/src/fonts/fraunces/fraunces-latin.woff2 +0 -0
- package/src/styles/animations.css +1 -1
- package/src/styles/cards.css +1 -1
- package/src/styles/dock-controls.css +486 -0
- package/src/styles/dock.css +325 -431
- package/src/styles/fonts.css +25 -0
- package/src/styles/glass-specular-track.css +154 -0
- package/src/styles/glass.css +74 -2
- package/src/styles/index.css +21 -2
- package/src/styles/instrument-chassis.css +11 -4
- package/src/styles/theme.css +73 -21
- package/src/styles/tokens.css +282 -140
- package/src/styles/typography.css +14 -8
- package/src/styles/utilities.css +92 -8
- package/src/styles/view-transition.css +10 -4
- package/dist/DataTable-R8-Zidms.js +0 -460
- package/dist/DialogContent-2fALDSvc.js +0 -93
- package/dist/HoverPopover-CWFCfLx3.js +0 -96
- package/dist/Input-DDpFn568.js +0 -30
- package/dist/Progress-FApA9fm_.js +0 -126
- package/dist/UnderlineTabs-DAWMLmJG.js +0 -37
- package/dist/components/custom/aurora/shaders/aurora.frag.d.ts +0 -1
- package/dist/composables/dom/useBreakpoint.d.ts +0 -38
- package/dist/composables/dom/useIdleReady.d.ts +0 -63
- package/dist/composables/dom/useViewportReady.d.ts +0 -87
- package/dist/composables/glass/webgl/frostShader.d.ts +0 -27
- package/dist/composables/motion/useAnimatedNumberMap.d.ts +0 -29
- package/dist/composables/motion/useStagger.d.ts +0 -50
- package/dist/dockContext-D5NZCWJs.js +0 -16
- package/dist/keys-CaTQS-vx.js +0 -11
- package/dist/useConfiguratorState-CtRBE0m_.js +0 -268
- package/dist/useGlobalDark-B0WvLJE3.js +0 -24
- package/dist/useIdleReady-Cmkhm03v.js +0 -162
- package/dist/useIntersectionPause-IY2CwPQb.js +0 -39
- package/dist/useSortable-Cq2Y1JLO.js +0 -175
- /package/dist/{ContextMenuContent-otjFIu8v.js → ContextMenuContent-De01_83g.js} +0 -0
- /package/dist/{HoverCardContent-DaGrgJBO.js → HoverCardContent-ICfIMZX1.js} +0 -0
- /package/dist/{InstrumentChassis-CnHTMxds.js → InstrumentChassis-DaHIZCqy.js} +0 -0
- /package/dist/{InstrumentRail-C6dEbi8E.js → InstrumentRail-B0qqLFN0.js} +0 -0
- /package/dist/{Label-DJty89bp.js → Label-CZk-3nTc.js} +0 -0
- /package/dist/{ModalOverlay-iWiAgbYH.js → ModalOverlay-B_CBtqcE.js} +0 -0
- /package/dist/{PaperBackdrop-CeZ-w0R0.js → PaperBackdrop-D_YZW47j.js} +0 -0
- /package/dist/{SelectGroup-DdR4tdDY.js → SelectGroup-CMdoCjRE.js} +0 -0
- /package/dist/{SelectSeparator-CXm_hlqA.js → SelectSeparator-CaJnPF3_.js} +0 -0
- /package/dist/{Separator-D8AUMhxY.js → Separator-C2XtAXRp.js} +0 -0
- /package/dist/{Switch-Cr1t_F_U.js → Switch-x8n6husW.js} +0 -0
- /package/dist/{TooltipProvider-DE78vbEP.js → TooltipProvider-D-JrSqDu.js} +0 -0
- /package/dist/{_plugin-vue_export-helper-Dq1MygBL.js → _plugin-vue_export-helper-C1je1s0u.js} +0 -0
- /package/dist/{badge-x46my_Fo.js → badge-Cl6JZ1B7.js} +0 -0
- /package/dist/components/custom/aurora/{renderMode.d.ts → constants/renderMode.d.ts} +0 -0
- /package/dist/components/custom/aurora/{shaders → constants/shaders}/aurora.vert.d.ts +0 -0
- /package/dist/{constants-DwBwnG8N.js → constants-DsCdlK9I.js} +0 -0
- /package/dist/{createLucideIcon-Bn9a1b70.js → createLucideIcon-DuDoe_ra.js} +0 -0
- /package/dist/{menuItemVariants-BsbGNq9C.js → menuItemVariants-C2QlXqT3.js} +0 -0
- /package/dist/{useGlassRenderer-Ds-nmrGz.js → useGlassRenderer-Dn3WpfG-.js} +0 -0
- /package/dist/{useInterval-DVgGUf_y.js → useInterval-CHVYFpXV.js} +0 -0
- /package/dist/{useKeyboardShortcuts-Dpw_RUcB.js → useKeyboardShortcuts-BQfnAHHW.js} +0 -0
- /package/dist/{useResizeObserver-Cg9npuM3.js → useResizeObserver-DX-STszm.js} +0 -0
- /package/dist/{useSpringMount-Cfk1XK1R.js → useSpringMount-CnizvZGm.js} +0 -0
- /package/dist/{useTimer-NAaj9zNq.js → useTimer-DGgoxTXL.js} +0 -0
- /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 "./
|
|
3
|
-
import { t as
|
|
4
|
-
import { t as
|
|
5
|
-
import {
|
|
6
|
-
import { a as
|
|
7
|
-
import { a as
|
|
8
|
-
import { t as
|
|
9
|
-
import {
|
|
10
|
-
import { n as
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import { n as
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
20
|
-
import { t as
|
|
21
|
-
import { t as
|
|
22
|
-
import {
|
|
23
|
-
import { t as
|
|
24
|
-
import { t as
|
|
25
|
-
import { a as
|
|
26
|
-
import {
|
|
27
|
-
import {
|
|
28
|
-
import { t as
|
|
29
|
-
import {
|
|
30
|
-
import { t as
|
|
31
|
-
import { t as
|
|
32
|
-
import { n as Lt,
|
|
33
|
-
import { t as
|
|
34
|
-
import {
|
|
35
|
-
import {
|
|
36
|
-
import { i as
|
|
37
|
-
import { n as
|
|
38
|
-
import { t as
|
|
39
|
-
import { n as
|
|
40
|
-
import {
|
|
41
|
-
import { t as
|
|
42
|
-
import { t as
|
|
43
|
-
import { t as
|
|
44
|
-
import { t as
|
|
45
|
-
import { t as
|
|
46
|
-
import {
|
|
47
|
-
import { t as
|
|
48
|
-
import {
|
|
49
|
-
import { t as
|
|
50
|
-
import {
|
|
51
|
-
import {
|
|
52
|
-
import {
|
|
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
|
|
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
|
|
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(
|
|
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(
|
|
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
|
-
}),
|
|
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(
|
|
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
|
-
}),
|
|
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
|
|
156
|
-
let { class: e, ...t } =
|
|
146
|
+
let n = t, r = k(() => {
|
|
147
|
+
let { class: e, ...t } = n;
|
|
157
148
|
return t;
|
|
158
149
|
});
|
|
159
|
-
return (t,
|
|
160
|
-
default: q(() => [F(K(
|
|
161
|
-
default: q(() => [U(t.$slots, "default"), U(t.$slots, "icon", {}, () => [F(K(
|
|
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
|
-
}),
|
|
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
|
-
}),
|
|
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
|
-
}),
|
|
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
|
-
}),
|
|
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(
|
|
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
|
-
}),
|
|
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(
|
|
251
|
+
return (e, n) => (V(), A(K(Xn), R(t, { class: "h-full w-full object-cover" }), null, 16));
|
|
260
252
|
}
|
|
261
|
-
}),
|
|
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(
|
|
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
|
-
} }),
|
|
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(
|
|
309
|
-
let
|
|
310
|
-
let { class: e, ...t } =
|
|
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
|
-
}),
|
|
313
|
-
return (
|
|
314
|
-
default: q(() => [F(K(
|
|
315
|
-
default: q(() => [U(
|
|
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
|
-
}),
|
|
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
|
-
}),
|
|
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 =
|
|
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(
|
|
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(
|
|
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
|
-
}),
|
|
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(
|
|
441
|
-
default: q(() => [r.showOverlay ? (V(), A($, { key: 0 })) : j("", !0), F(K(
|
|
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
|
-
}),
|
|
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
|
-
}),
|
|
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
|
-
}),
|
|
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(
|
|
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
|
-
}),
|
|
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(
|
|
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
|
-
}),
|
|
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(
|
|
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
|
-
}),
|
|
561
|
+
}), Rr = { class: "truncate" }, zr = {
|
|
570
562
|
key: 0,
|
|
571
563
|
class: "mr-2"
|
|
572
|
-
},
|
|
564
|
+
}, Br = {
|
|
573
565
|
key: 0,
|
|
574
566
|
class: "flex flex-wrap gap-1 mt-2"
|
|
575
|
-
},
|
|
567
|
+
}, Vr = {
|
|
576
568
|
key: 0,
|
|
577
569
|
class: "mr-1"
|
|
578
|
-
},
|
|
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(
|
|
592
|
-
let
|
|
593
|
-
function
|
|
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
|
-
|
|
594
|
+
r.value = r.value.includes(e) ? r.value.filter((t) => t !== e) : [...r.value, e];
|
|
598
595
|
}
|
|
599
596
|
function f(e) {
|
|
600
|
-
|
|
597
|
+
r.value = r.value.filter((t) => t !== e);
|
|
601
598
|
}
|
|
602
|
-
|
|
603
|
-
|
|
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":
|
|
614
|
-
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",
|
|
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(() => [...
|
|
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(
|
|
635
|
-
key:
|
|
636
|
-
value:
|
|
637
|
-
onSelect: (e) =>
|
|
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(
|
|
642
|
-
|
|
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(
|
|
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"]),
|
|
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
|
-
|
|
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:
|
|
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
|
-
}),
|
|
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(
|
|
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
|
-
}),
|
|
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(
|
|
742
|
-
default: q(() => [F(K(
|
|
743
|
-
default: q(() => [F(K(
|
|
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
|
-
}),
|
|
743
|
+
}), Gr = {
|
|
750
744
|
key: 1,
|
|
751
745
|
class: "flex flex-col gap-1"
|
|
752
|
-
},
|
|
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(
|
|
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",
|
|
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
|
-
}),
|
|
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(
|
|
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
|
-
}),
|
|
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(
|
|
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
|
-
}),
|
|
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(
|
|
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
|
-
}),
|
|
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(
|
|
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
|
-
}),
|
|
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(
|
|
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
|
-
}),
|
|
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(
|
|
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 {
|
|
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 };
|