@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/motion.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { n as e, t } from "./useSpringMount-
|
|
2
|
-
import { n, t as r } from "./constants-
|
|
3
|
-
import { t as i } from "./useAnimatedNumber-
|
|
4
|
-
import {
|
|
1
|
+
import { n as e, t } from "./useSpringMount-CnizvZGm.js";
|
|
2
|
+
import { n, t as r } from "./constants-DsCdlK9I.js";
|
|
3
|
+
import { t as i } from "./useAnimatedNumber-BF6r64lA.js";
|
|
4
|
+
import { onBeforeUnmount as a, onScopeDispose as o, ref as s, shallowRef as c } from "vue";
|
|
5
5
|
import { NumericAnimation as l } from "@mkbabb/keyframes.js";
|
|
6
6
|
//#region src/composables/motion/useSpringPress.ts
|
|
7
7
|
function u(t = {}) {
|
|
@@ -36,8 +36,8 @@ function u(t = {}) {
|
|
|
36
36
|
//#endregion
|
|
37
37
|
//#region src/composables/motion/useNumericTransition.ts
|
|
38
38
|
function d(e) {
|
|
39
|
-
let t = s(0), n = s(!1), { from: r, to: i, duration:
|
|
40
|
-
duration:
|
|
39
|
+
let t = s(0), n = s(!1), { from: r, to: i, duration: o, timingFunction: u, onFrame: d } = e, f = c(new l([r, i], {
|
|
40
|
+
duration: o,
|
|
41
41
|
timingFunction: u
|
|
42
42
|
}));
|
|
43
43
|
async function p() {
|
|
@@ -61,7 +61,7 @@ function d(e) {
|
|
|
61
61
|
function m() {
|
|
62
62
|
f.value.stop(), n.value = !1;
|
|
63
63
|
}
|
|
64
|
-
return
|
|
64
|
+
return a(() => {
|
|
65
65
|
m();
|
|
66
66
|
}), {
|
|
67
67
|
start: p,
|
|
@@ -71,14 +71,62 @@ function d(e) {
|
|
|
71
71
|
};
|
|
72
72
|
}
|
|
73
73
|
//#endregion
|
|
74
|
-
//#region src/composables/motion/
|
|
75
|
-
function f(
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
74
|
+
//#region src/composables/motion/useCountup.ts
|
|
75
|
+
function f() {
|
|
76
|
+
return typeof window > "u" || typeof window.matchMedia != "function" ? !1 : window.matchMedia("(prefers-reduced-motion: reduce)").matches;
|
|
77
|
+
}
|
|
78
|
+
function p(e, t) {
|
|
79
|
+
let { easeFn: n, skip: r } = t, i = /* @__PURE__ */ new Map();
|
|
80
|
+
function a(e) {
|
|
81
|
+
let t = i.get(e);
|
|
82
|
+
t && (t.stop(), i.delete(e));
|
|
83
|
+
}
|
|
84
|
+
function s(e) {
|
|
85
|
+
e.querySelectorAll("[data-countup]").forEach((e) => {
|
|
86
|
+
let t = parseFloat(e.getAttribute("data-countup") ?? "0") || 0, r = parseFloat(e.getAttribute("data-countup-dur") ?? "1200"), o = parseFloat(e.getAttribute("data-countup-delay") ?? "0");
|
|
87
|
+
if (a(e), f()) {
|
|
88
|
+
e.textContent = String(t);
|
|
89
|
+
return;
|
|
90
|
+
}
|
|
91
|
+
e.textContent = "0";
|
|
92
|
+
let s = new l([{ v: 0 }, { v: t }], {
|
|
93
|
+
duration: r,
|
|
94
|
+
timingFunction: n
|
|
95
|
+
});
|
|
96
|
+
i.set(e, s);
|
|
97
|
+
let c = () => {
|
|
98
|
+
i.get(e) === s && s.play((t) => {
|
|
99
|
+
e.textContent = String(Math.round(t.v));
|
|
100
|
+
}).then(() => {
|
|
101
|
+
i.get(e) === s && (e.textContent = String(t), i.delete(e));
|
|
102
|
+
});
|
|
103
|
+
};
|
|
104
|
+
if (o > 0) {
|
|
105
|
+
let e = setTimeout(c, o), t = s.stop.bind(s);
|
|
106
|
+
s.stop = () => {
|
|
107
|
+
clearTimeout(e), t();
|
|
108
|
+
};
|
|
109
|
+
} else c();
|
|
110
|
+
});
|
|
111
|
+
}
|
|
112
|
+
function c() {
|
|
113
|
+
if (r?.()) return;
|
|
114
|
+
let t = e.value?.querySelector("[data-state=\"active\"]");
|
|
115
|
+
t && s(t);
|
|
80
116
|
}
|
|
81
|
-
|
|
117
|
+
function u() {
|
|
118
|
+
document.querySelectorAll("[data-countup]").forEach((e) => {
|
|
119
|
+
a(e), e.textContent = e.getAttribute("data-countup") ?? e.textContent;
|
|
120
|
+
});
|
|
121
|
+
}
|
|
122
|
+
function d() {
|
|
123
|
+
for (let e of [...i.keys()]) a(e);
|
|
124
|
+
}
|
|
125
|
+
return o(d), {
|
|
126
|
+
runActive: c,
|
|
127
|
+
settle: u,
|
|
128
|
+
cancel: d
|
|
129
|
+
};
|
|
82
130
|
}
|
|
83
131
|
//#endregion
|
|
84
|
-
export { r as DAMPING, n as SNAP_THRESHOLD, i as useAnimatedNumber,
|
|
132
|
+
export { r as DAMPING, n as SNAP_THRESHOLD, i as useAnimatedNumber, p as useCountup, d as useNumericTransition, e as useSpring, t as useSpringMount, u as useSpringPress };
|
package/dist/notification.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "./Notification-
|
|
1
|
+
import { t as e } from "./Notification-DP_ApJLo.js";
|
|
2
2
|
export { e as Notification };
|
package/dist/number-field.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { a as e, i as t, n, r, t as i } from "./NumberFieldContent-
|
|
1
|
+
import { a as e, i as t, n, r, t as i } from "./NumberFieldContent-iOTQ5rGO.js";
|
|
2
2
|
export { e as NumberField, i as NumberFieldContent, n as NumberFieldDecrement, r as NumberFieldIncrement, t as NumberFieldInput };
|
package/dist/paper-backdrop.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "./PaperBackdrop-
|
|
1
|
+
import { t as e } from "./PaperBackdrop-D_YZW47j.js";
|
|
2
2
|
export { e as PaperBackdrop };
|
package/dist/popover.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as e, r as t, t as n } from "./PopoverContent-
|
|
1
|
+
import { n as e, r as t, t as n } from "./PopoverContent-B8WtJECb.js";
|
|
2
2
|
export { t as Popover, n as PopoverContent, e as PopoverTrigger };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
//#region src/components/custom/aurora/presets.ts
|
|
1
|
+
//#region src/components/custom/aurora/constants/presets.ts
|
|
2
2
|
var e = 6, t = 8, n = {
|
|
3
3
|
palette: [
|
|
4
4
|
{
|
|
@@ -23,7 +23,7 @@ var e = 6, t = 8, n = {
|
|
|
23
23
|
radius: .5,
|
|
24
24
|
paletteBias: 0,
|
|
25
25
|
valueBias: 0,
|
|
26
|
-
driftRadius: .
|
|
26
|
+
driftRadius: .045,
|
|
27
27
|
driftPhase: 0
|
|
28
28
|
}, {
|
|
29
29
|
x: .7,
|
|
@@ -31,7 +31,7 @@ var e = 6, t = 8, n = {
|
|
|
31
31
|
radius: .5,
|
|
32
32
|
paletteBias: 1,
|
|
33
33
|
valueBias: .05,
|
|
34
|
-
driftRadius: .
|
|
34
|
+
driftRadius: .045,
|
|
35
35
|
driftPhase: 2.4
|
|
36
36
|
}],
|
|
37
37
|
softmaxBeta: 3,
|
|
@@ -59,8 +59,8 @@ var e = 6, t = 8, n = {
|
|
|
59
59
|
impasto: 0,
|
|
60
60
|
brokenColor: 0,
|
|
61
61
|
canvasGrain: 0,
|
|
62
|
-
nucleiDrift: .
|
|
63
|
-
paletteDrift: .
|
|
62
|
+
nucleiDrift: .015,
|
|
63
|
+
paletteDrift: .015,
|
|
64
64
|
breathDepth: .05,
|
|
65
65
|
breathPeriod: 40,
|
|
66
66
|
saturation: 1,
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
//#region src/utils/prng.ts
|
|
2
|
+
function e(e) {
|
|
3
|
+
return () => {
|
|
4
|
+
e |= 0, e = e + 1831565813 | 0;
|
|
5
|
+
let t = Math.imul(e ^ e >>> 15, 1 | e);
|
|
6
|
+
return t = t + Math.imul(t ^ t >>> 7, 61 | t) ^ t, ((t ^ t >>> 14) >>> 0) / 4294967296;
|
|
7
|
+
};
|
|
8
|
+
}
|
|
9
|
+
function t(e) {
|
|
10
|
+
let t = 5381;
|
|
11
|
+
for (let n = 0; n < e.length; n++) t = (t << 5) + t + e.charCodeAt(n) | 0;
|
|
12
|
+
return t >>> 0;
|
|
13
|
+
}
|
|
14
|
+
//#endregion
|
|
15
|
+
export { e as n, t };
|
package/dist/progress.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export {
|
|
1
|
+
import { a as e, i as t, n, r, t as i } from "./Progress-DjM86vfb.js";
|
|
2
|
+
export { i as Progress, e as ProgressDefault, t as ProgressGradient, n as ProgressSectioned, r as useProgressGeometry };
|
package/dist/pulse.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { t as e } from "./cn-DJXf4yaB.js";
|
|
2
|
-
import { t } from "./_plugin-vue_export-helper-
|
|
2
|
+
import { t } from "./_plugin-vue_export-helper-C1je1s0u.js";
|
|
3
3
|
import { Fragment as n, computed as r, createCommentVNode as i, createElementBlock as a, defineComponent as o, normalizeClass as s, normalizeStyle as c, openBlock as l, renderList as u, unref as d } from "vue";
|
|
4
4
|
//#region src/components/custom/pulse/Pulse.vue?vue&type=script&setup=true&lang.ts
|
|
5
5
|
var f = {
|
package/dist/reactive.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { t as e } from "./useTimer-
|
|
2
|
-
import { t } from "./useInterval-
|
|
1
|
+
import { t as e } from "./useTimer-DGgoxTXL.js";
|
|
2
|
+
import { t } from "./useInterval-CHVYFpXV.js";
|
|
3
3
|
export { t as useInterval, e as useTimer };
|
package/dist/responsive-tabs.js
CHANGED
|
@@ -1,15 +1,14 @@
|
|
|
1
1
|
import { t as e } from "./cn-DJXf4yaB.js";
|
|
2
|
-
import { a as t, i as n, o as r, r as i, s as a } from "./SelectScrollDownButton-
|
|
3
|
-
import { t as o } from "./UnderlineTabs-
|
|
4
|
-
import { Fragment as s, computed as c, createBlock as l, createElementBlock as u, createTextVNode as d, createVNode as f, defineComponent as p,
|
|
2
|
+
import { a as t, i as n, o as r, r as i, s as a } from "./SelectScrollDownButton-BGn3rjs9.js";
|
|
3
|
+
import { t as o } from "./UnderlineTabs-Cq_AD03t.js";
|
|
4
|
+
import { Fragment as s, computed as c, createBlock as l, createElementBlock as u, createTextVNode as d, createVNode as f, defineComponent as p, mergeModels as m, normalizeClass as h, onBeforeUnmount as g, onMounted as _, openBlock as v, ref as y, renderList as b, toDisplayString as x, unref as S, useModel as C, withCtx as w } from "vue";
|
|
5
5
|
//#endregion
|
|
6
6
|
//#region src/components/custom/responsive-tabs/ResponsiveTabs.vue
|
|
7
|
-
var
|
|
7
|
+
var T = /* @__PURE__ */ p({
|
|
8
8
|
__name: "ResponsiveTabs",
|
|
9
|
-
props: {
|
|
9
|
+
props: /* @__PURE__ */ m({
|
|
10
10
|
options: {},
|
|
11
11
|
desktopOptions: { default: null },
|
|
12
|
-
modelValue: {},
|
|
13
12
|
breakpoint: { default: "640px" },
|
|
14
13
|
class: { type: [
|
|
15
14
|
Boolean,
|
|
@@ -31,52 +30,59 @@ var C = /* @__PURE__ */ p({
|
|
|
31
30
|
String,
|
|
32
31
|
Object,
|
|
33
32
|
Array
|
|
34
|
-
] }
|
|
35
|
-
|
|
33
|
+
] },
|
|
34
|
+
ariaLabel: {}
|
|
35
|
+
}, {
|
|
36
|
+
modelValue: { required: !0 },
|
|
37
|
+
modelModifiers: {}
|
|
38
|
+
}),
|
|
36
39
|
emits: ["update:modelValue"],
|
|
37
|
-
setup(p
|
|
38
|
-
let
|
|
40
|
+
setup(p) {
|
|
41
|
+
let m = p, T = C(p, "modelValue"), E = y(!0), D = null;
|
|
39
42
|
function O(e) {
|
|
40
43
|
E.value = e.matches;
|
|
41
44
|
}
|
|
42
|
-
|
|
43
|
-
typeof window > "u" || !window.matchMedia || (D = window.matchMedia(`(min-width: ${
|
|
44
|
-
}),
|
|
45
|
+
_(() => {
|
|
46
|
+
typeof window > "u" || !window.matchMedia || (D = window.matchMedia(`(min-width: ${m.breakpoint})`), E.value = D.matches, D.addEventListener("change", O));
|
|
47
|
+
}), g(() => {
|
|
45
48
|
D?.removeEventListener("change", O), D = null;
|
|
46
49
|
});
|
|
47
|
-
let k = c(() =>
|
|
50
|
+
let k = c(() => m.desktopOptions ?? m.options), A = c(() => {
|
|
48
51
|
let e = k.value;
|
|
49
|
-
return e.some((e) => e.value ===
|
|
50
|
-
});
|
|
51
|
-
function
|
|
52
|
-
typeof e == "string" && T
|
|
52
|
+
return e.some((e) => e.value === T.value) ? T.value : e[0]?.value ?? T.value;
|
|
53
|
+
}), j = c(() => m.ariaLabel ?? m.options.find((e) => e.value === T.value)?.label ?? "Select");
|
|
54
|
+
function M(e) {
|
|
55
|
+
typeof e == "string" && (T.value = e);
|
|
53
56
|
}
|
|
54
|
-
return (c,
|
|
57
|
+
return (c, g) => E.value ? (v(), l(S(o), {
|
|
55
58
|
key: 0,
|
|
56
59
|
options: k.value,
|
|
57
60
|
"model-value": A.value,
|
|
58
|
-
class:
|
|
59
|
-
"onUpdate:modelValue":
|
|
61
|
+
class: h(S(e)("responsive-tabs__desktop text-body", m.class, p.desktopClass)),
|
|
62
|
+
"onUpdate:modelValue": M
|
|
60
63
|
}, null, 8, [
|
|
61
64
|
"options",
|
|
62
65
|
"model-value",
|
|
63
66
|
"class"
|
|
64
|
-
])) : (
|
|
67
|
+
])) : (v(), u("div", {
|
|
65
68
|
key: 1,
|
|
66
|
-
class:
|
|
67
|
-
}, [f(
|
|
68
|
-
"model-value":
|
|
69
|
-
"onUpdate:modelValue":
|
|
69
|
+
class: h(S(e)("responsive-tabs__mobile w-fit", m.class))
|
|
70
|
+
}, [f(S(a), {
|
|
71
|
+
"model-value": T.value,
|
|
72
|
+
"onUpdate:modelValue": M
|
|
70
73
|
}, {
|
|
71
|
-
default:
|
|
72
|
-
|
|
74
|
+
default: w(() => [f(S(t), {
|
|
75
|
+
"aria-label": j.value,
|
|
76
|
+
class: h(S(e)("responsive-tabs__trigger text-small w-auto min-w-input-sm", p.mobileTriggerClass))
|
|
77
|
+
}, {
|
|
78
|
+
default: w(() => [f(S(r))]),
|
|
73
79
|
_: 1
|
|
74
|
-
}, 8, ["class"]), f(
|
|
75
|
-
default:
|
|
80
|
+
}, 8, ["aria-label", "class"]), f(S(n), null, {
|
|
81
|
+
default: w(() => [(v(!0), u(s, null, b(p.options, (e) => (v(), l(S(i), {
|
|
76
82
|
key: e.value,
|
|
77
83
|
value: e.value
|
|
78
84
|
}, {
|
|
79
|
-
default:
|
|
85
|
+
default: w(() => [d(x(e.label), 1)]),
|
|
80
86
|
_: 2
|
|
81
87
|
}, 1032, ["value"]))), 128))]),
|
|
82
88
|
_: 1
|
|
@@ -86,4 +92,4 @@ var C = /* @__PURE__ */ p({
|
|
|
86
92
|
}
|
|
87
93
|
});
|
|
88
94
|
//#endregion
|
|
89
|
-
export {
|
|
95
|
+
export { T as ResponsiveTabs };
|
package/dist/scrolling-text.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "./ScrollingText-
|
|
1
|
+
import { t as e } from "./ScrollingText-P9o_DuMn.js";
|
|
2
2
|
export { e as ScrollingText };
|