@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.
- package/dist/{CardFooter-3-VGho1J.js → CardFooter-C390imy7.js} +2 -2
- package/dist/{CollapsibleContent-wlmlDujU.js → CollapsibleContent-cauTbZEM.js} +1 -1
- package/dist/{CommandShortcut-C6lsz3pG.js → CommandShortcut-BiVyqipe.js} +5 -4
- package/dist/DataTable-FfkaAg2z.js +465 -0
- package/dist/DialogContent-IQ8_BRrC.js +100 -0
- package/dist/{DiscoGlyph-B7YooI2-.js → DiscoGlyph-BaZ8OawK.js} +1 -1
- package/dist/{GlyphFace-Bvk6OIas.js → GlyphFace-B_7vOmYn.js} +1 -1
- package/dist/HoverPopover-DTSYkJtw.js +96 -0
- package/dist/{IconTooltip-DXveGjx7.js → IconTooltip-BTyYn4mr.js} +1 -1
- package/dist/Input-CU9CNKmo.js +52 -0
- package/dist/{MetricBadge-J_GBCb8e.js → MetricBadge-BlrdbOGN.js} +1 -1
- package/dist/{NumberFieldContent-B6L6YrQz.js → NumberFieldContent-iOTQ5rGO.js} +8 -4
- package/dist/{PopoverContent-CxEEUL7Y.js → PopoverContent-B8WtJECb.js} +1 -1
- package/dist/Progress-DjM86vfb.js +254 -0
- package/dist/{ScrollingText-1Qjnwz6H.js → ScrollingText-P9o_DuMn.js} +1 -1
- package/dist/{SelectScrollDownButton-BvvvAbuh.js → SelectScrollDownButton-BGn3rjs9.js} +9 -8
- package/dist/TabsIndicator-DA0x9gPr.js +97 -0
- package/dist/{ToggleGroupItem-Cy7xHFEo.js → ToggleGroupItem-gyXj998A.js} +37 -40
- package/dist/UnderlineTabs-Cq_AD03t.js +39 -0
- package/dist/animated-digit.js +2 -2
- package/dist/api/index.d.ts +2 -0
- package/dist/api.js +1 -1
- package/dist/aurora.js +454 -271
- package/dist/{button-DS3ULf5i.js → button-Ckn3eDfB.js} +27 -22
- package/dist/button.js +1 -1
- package/dist/card.js +1 -1
- package/dist/carousel.js +2 -2
- 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 +3 -25
- 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} +2 -5
- 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 +2 -2
- 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/dock/DockBackgroundToggle.vue.d.ts +46 -0
- package/dist/components/custom/dock/DockIconButton.vue.d.ts +3 -3
- package/dist/components/custom/dock/DockLayerGroup.vue.d.ts +2 -2
- package/dist/components/custom/dock/GlassDock.vue.d.ts +22 -18
- 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 +0 -3
- package/dist/composables/dom/useClipboard.d.ts +35 -12
- package/dist/composables/dom/useDocumentVisibility.d.ts +20 -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 +1 -1
- package/dist/composables/motion/index.d.ts +1 -1
- package/dist/composables/motion/useCountup.d.ts +29 -0
- package/dist/composables/motion/useNumericTransition.d.ts +14 -3
- 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 -153
- package/dist/configurator.js +1 -1
- package/dist/confirm-dialog.js +1 -1
- package/dist/controls.js +4 -4
- 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 +1 -1
- package/dist/disco-glyph.js +1 -1
- package/dist/dock.js +400 -261
- package/dist/dockContext-spUj_-E5.js +9 -0
- package/dist/dom.js +6 -6
- package/dist/{dropdown-menu-naE0skDg.js → dropdown-menu-EFjl5iKo.js} +1 -1
- package/dist/dropdown-menu.js +1 -1
- package/dist/expandable-container.js +26 -20
- package/dist/fonts/README.md +21 -0
- package/dist/fonts/fraunces/fraunces-latin.woff2 +0 -0
- package/dist/forms.js +68 -59
- package/dist/glass-panel.js +1 -1
- package/dist/glass-ui.css +1 -1
- package/dist/glass-ui.js +226 -328
- 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 +2 -2
- 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/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/motion-core.js +82 -123
- package/dist/motion.js +62 -14
- package/dist/number-field.js +1 -1
- package/dist/paper-backdrop.js +1 -1
- package/dist/popover.js +1 -1
- package/dist/{presets-BpTf63Hp.js → presets-1OhFpaIC.js} +1 -1
- package/dist/prng-Bz_1Tydc.js +15 -0
- package/dist/progress.js +2 -2
- package/dist/reactive.js +2 -2
- package/dist/responsive-tabs.js +38 -32
- package/dist/scrolling-text.js +1 -1
- package/dist/search.js +8 -8
- package/dist/select.js +3 -3
- package/dist/separator.js +1 -1
- package/dist/sheet.js +1 -1
- package/dist/{slider-wx8ifVFB.js → slider-BOh8ycfZ.js} +7 -11
- package/dist/slider.js +1 -1
- package/dist/sortable-list.js +36 -38
- 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 +1 -1
- package/dist/styles/dock-controls.css +486 -0
- package/dist/styles/dock.css +284 -450
- 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 +21 -2
- package/dist/styles/instrument-chassis.css +11 -4
- package/dist/styles/theme.css +73 -21
- package/dist/styles/tokens.css +271 -140
- package/dist/styles/typography.css +14 -8
- package/dist/styles/utilities.css +36 -8
- package/dist/styles/view-transition.css +10 -4
- package/dist/switch.js +1 -1
- package/dist/tabs.js +139 -112
- package/dist/timeline.js +219 -158
- 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/{useAnimatedNumber-BOxrS3a6.js → useAnimatedNumber-BF6r64lA.js} +1 -1
- package/dist/useClipboard-D8vFyRCa.js +97 -0
- package/dist/{useConfiguratorState-Dq2gNv4A.js → useConfiguratorState-DUtC1jxr.js} +82 -86
- package/dist/useGlobalDark-CWiaCoEw.js +34 -0
- package/dist/useIntersectionPause-DAdVPVp4.js +53 -0
- package/dist/useSortable-DnyGXKKY.js +246 -0
- package/dist/{useTouchGate-XX8gHfay.js → useTouchGate-CS5Csc2h.js} +1 -1
- 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/package.json +101 -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 +284 -450
- 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 +271 -140
- package/src/styles/typography.css +14 -8
- package/src/styles/utilities.css +36 -8
- package/src/styles/view-transition.css +10 -4
- package/dist/DataTable-BsrDYdoE.js +0 -460
- package/dist/DialogContent-B61rP8lj.js +0 -93
- package/dist/HoverPopover-BlEwqG7S.js +0 -96
- package/dist/Input-IFsIzId2.js +0 -30
- package/dist/Progress-Bs44qWEM.js +0 -126
- package/dist/UnderlineTabs-B4FV2zi_.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-DM58L1Jt.js +0 -16
- package/dist/keys-SIKQYNx1.js +0 -11
- package/dist/supportsCssTimeline-IQY3gfKD.js +0 -12
- package/dist/useGlobalDark-BUUTZvkU.js +0 -24
- package/dist/useIdleReady-sLhGo6CL.js +0 -162
- package/dist/useIntersectionPause-CUmANkoc.js +0 -39
- package/dist/useSortable-DLK9kwZp.js +0 -189
- /package/dist/{HoverCardContent-DGUhpRVt.js → HoverCardContent-ICfIMZX1.js} +0 -0
- /package/dist/{InstrumentChassis-CqKPBNqp.js → InstrumentChassis-DaHIZCqy.js} +0 -0
- /package/dist/{InstrumentRail-CCjvKkpB.js → InstrumentRail-B0qqLFN0.js} +0 -0
- /package/dist/{Label-D53EOwLE.js → Label-CZk-3nTc.js} +0 -0
- /package/dist/{PaperBackdrop-Ds-wDsKf.js → PaperBackdrop-D_YZW47j.js} +0 -0
- /package/dist/{SelectGroup-DAgcsfFw.js → SelectGroup-CMdoCjRE.js} +0 -0
- /package/dist/{SelectSeparator-DN1jzLaI.js → SelectSeparator-CaJnPF3_.js} +0 -0
- /package/dist/{Separator-DXxac0j8.js → Separator-C2XtAXRp.js} +0 -0
- /package/dist/{Switch-imA0Hdjs.js → Switch-x8n6husW.js} +0 -0
- /package/dist/{Toaster-Brs6QjBU.js → Toaster-DdhMKfus.js} +0 -0
- /package/dist/{TooltipProvider-MZFRxOvT.js → TooltipProvider-D-JrSqDu.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-DfWPi8kh.js → constants-DsCdlK9I.js} +0 -0
- /package/dist/{sheet-BnvZRXPq.js → sheet-CQYYrkr9.js} +0 -0
- /package/dist/{useGlassRenderer-C98tZnJ7.js → useGlassRenderer-Dn3WpfG-.js} +0 -0
- /package/dist/{useInterval-B58LmYth.js → useInterval-CHVYFpXV.js} +0 -0
- /package/dist/{useResizeObserver-C_7GjpRn.js → useResizeObserver-DX-STszm.js} +0 -0
- /package/dist/{useTextHighlight-CLST6an0.js → useTextHighlight-Dmtofpk2.js} +0 -0
- /package/dist/{useTimer-6FoosoDY.js → useTimer-DGgoxTXL.js} +0 -0
- /package/dist/{useUserInvalidAria-BW5iyqWR.js → useUserInvalidAria-DmvZ_6Dx.js} +0 -0
- /package/dist/{useViewTransition-CUJM7fXT.js → useViewTransition-D4ssvnXZ.js} +0 -0
|
@@ -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/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 };
|
package/dist/search.js
CHANGED
|
@@ -3,10 +3,10 @@ import { n as t, t as n } from "./minimize-2-BP27-qBY.js";
|
|
|
3
3
|
import { t as r } from "./search-DBG8qaRs.js";
|
|
4
4
|
import { t as i } from "./x-C4pz9nbD.js";
|
|
5
5
|
import { n as a } from "./badge-Cl6JZ1B7.js";
|
|
6
|
-
import { n as o } from "./button-
|
|
7
|
-
import { n as s, t as c } from "./DialogContent-
|
|
8
|
-
import {
|
|
9
|
-
import { t as f } from "./
|
|
6
|
+
import { n as o } from "./button-Ckn3eDfB.js";
|
|
7
|
+
import { n as s, t as c } from "./DialogContent-IQ8_BRrC.js";
|
|
8
|
+
import { t as l } from "./useTextHighlight-Dmtofpk2.js";
|
|
9
|
+
import { n as u, r as d, t as f } from "./PopoverContent-B8WtJECb.js";
|
|
10
10
|
import { Fragment as p, computed as m, createBlock as h, createCommentVNode as g, createElementBlock as _, createElementVNode as v, createTextVNode as y, createVNode as b, defineComponent as x, nextTick as S, normalizeClass as C, onScopeDispose as w, openBlock as T, ref as E, renderList as D, renderSlot as O, resolveDynamicComponent as k, toDisplayString as A, unref as j, watch as M, withCtx as N } from "vue";
|
|
11
11
|
//#region src/components/custom/search/composables/fuzzySearchIndex.ts
|
|
12
12
|
function P(e, t) {
|
|
@@ -160,7 +160,7 @@ var H = ["placeholder", "value"], U = ["onClick", "onMouseenter"], W = { class:
|
|
|
160
160
|
function R(e) {
|
|
161
161
|
return w.typeLabel ? w.typeLabel(e.item) : e.item.type ?? "";
|
|
162
162
|
}
|
|
163
|
-
let z = E(null), B = E(null), V =
|
|
163
|
+
let z = E(null), B = E(null), V = l("glass-search-mark");
|
|
164
164
|
function X(e, t) {
|
|
165
165
|
let n = t.toLowerCase().trim().split(/\s+/).filter(Boolean);
|
|
166
166
|
if (n.length === 0) return [];
|
|
@@ -186,11 +186,11 @@ var H = ["placeholder", "value"], U = ["onClick", "onMouseenter"], W = { class:
|
|
|
186
186
|
}
|
|
187
187
|
S(() => V.setFromMatches(e, w.state.query.value, X));
|
|
188
188
|
}
|
|
189
|
-
return (
|
|
189
|
+
return (l, m) => (T(), _("div", { class: C(["fuzzy-search relative", `fuzzy-search--${e.variant}`]) }, [b(j(d), {
|
|
190
190
|
open: F.value,
|
|
191
191
|
"onUpdate:open": m[6] ||= (e) => F.value = e
|
|
192
192
|
}, {
|
|
193
|
-
default: N(() => [b(j(
|
|
193
|
+
default: N(() => [b(j(u), { "as-child": "" }, {
|
|
194
194
|
default: N(() => [v("div", { class: C(["input-bar", e.variant === "floating" && "!border-none !bg-transparent !p-0 !rounded-none"]) }, [
|
|
195
195
|
b(j(r), { class: "h-3.5 w-3.5 shrink-0 text-muted-foreground/70" }),
|
|
196
196
|
v("input", {
|
|
@@ -236,7 +236,7 @@ var H = ["placeholder", "value"], U = ["onClick", "onMouseenter"], W = { class:
|
|
|
236
236
|
})) : g("", !0)
|
|
237
237
|
], 2)]),
|
|
238
238
|
_: 1
|
|
239
|
-
}), b(j(
|
|
239
|
+
}), b(j(f), {
|
|
240
240
|
align: "start",
|
|
241
241
|
"side-offset": 4,
|
|
242
242
|
portal: !1,
|
package/dist/select.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a as e, i as t, n, o as r, r as i, s as a, t as o } from "./SelectScrollDownButton-
|
|
2
|
-
import { t as s } from "./SelectGroup-
|
|
3
|
-
import { n as c, t as l } from "./SelectSeparator-
|
|
1
|
+
import { a as e, i as t, n, o as r, r as i, s as a, t as o } from "./SelectScrollDownButton-BGn3rjs9.js";
|
|
2
|
+
import { t as s } from "./SelectGroup-CMdoCjRE.js";
|
|
3
|
+
import { n as c, t as l } from "./SelectSeparator-CaJnPF3_.js";
|
|
4
4
|
export { a as Select, t as SelectContent, s as SelectGroup, i as SelectItem, c as SelectLabel, o as SelectScrollDownButton, n as SelectScrollUpButton, l as SelectSeparator, e as SelectTrigger, r as SelectValue };
|
package/dist/separator.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "./Separator-
|
|
1
|
+
import { t as e } from "./Separator-C2XtAXRp.js";
|
|
2
2
|
export { e as Separator };
|
package/dist/sheet.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { a as e, c as t, i as n, l as r, n as i, o as a, r as o, s, t as c } from "./sheet-
|
|
1
|
+
import { a as e, c as t, i as n, l as r, n as i, o as a, r as o, s, t as c } from "./sheet-CQYYrkr9.js";
|
|
2
2
|
export { r as Sheet, s as SheetClose, a as SheetContent, o as SheetDescription, i as SheetFooter, e as SheetHeader, n as SheetTitle, t as SheetTrigger, c as sheetVariants };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { t as e } from "./cn-DJXf4yaB.js";
|
|
2
2
|
import { t } from "./_plugin-vue_export-helper-C1je1s0u.js";
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
3
|
+
import { t as n } from "./useTouchGate-CS5Csc2h.js";
|
|
4
|
+
import { i as r } from "./dockContext-spUj_-E5.js";
|
|
5
5
|
import { Fragment as i, computed as a, createBlock as o, createElementBlock as s, createVNode as c, defineComponent as l, mergeProps as u, onBeforeUnmount as d, openBlock as f, renderList as p, unref as m, useTemplateRef as h, watch as g, withCtx as _ } from "vue";
|
|
6
6
|
import { SliderRange as v, SliderRoot as y, SliderThumb as b, SliderTrack as x, useForwardPropsEmits as S } from "reka-ui";
|
|
7
7
|
import { cva as C } from "class-variance-authority";
|
|
@@ -40,8 +40,8 @@ var w = /* @__PURE__ */ t(/* @__PURE__ */ l({
|
|
|
40
40
|
setup(t, { emit: l }) {
|
|
41
41
|
let C = t, w = l, E = a(() => C.variant ?? "standard"), D = a(() => C.size ?? "md"), O = a(() => C.keepDockOpen ?? !0), k = S(a(() => {
|
|
42
42
|
let { class: e, variant: t, size: n, keepDockOpen: r, ...i } = C;
|
|
43
|
-
return
|
|
44
|
-
}), w), A =
|
|
43
|
+
return E.value === "spectrum" && !i.thumbAlignment && (i.thumbAlignment = "contain"), i;
|
|
44
|
+
}), w), A = r(), j = !1;
|
|
45
45
|
function M() {
|
|
46
46
|
!O.value || j || (A?.keepOpen(), j = !0);
|
|
47
47
|
}
|
|
@@ -55,7 +55,7 @@ var w = /* @__PURE__ */ t(/* @__PURE__ */ l({
|
|
|
55
55
|
};
|
|
56
56
|
window.addEventListener("pointerup", e), window.addEventListener("pointercancel", e);
|
|
57
57
|
}
|
|
58
|
-
let F = h("sliderRootRef"), I =
|
|
58
|
+
let F = h("sliderRootRef"), I = n();
|
|
59
59
|
function L() {
|
|
60
60
|
let e = F.value;
|
|
61
61
|
return e ? e instanceof HTMLElement ? e : e.$el ?? null : null;
|
|
@@ -108,15 +108,11 @@ var w = /* @__PURE__ */ t(/* @__PURE__ */ l({
|
|
|
108
108
|
"data-touch-active"
|
|
109
109
|
]));
|
|
110
110
|
}
|
|
111
|
-
}), [["__scopeId", "data-v-
|
|
111
|
+
}), [["__scopeId", "data-v-78e48602"]]), T = C("glass-slider focus-ring relative flex w-full touch-none select-none items-center transition-colors", {
|
|
112
112
|
variants: {
|
|
113
113
|
variant: {
|
|
114
114
|
standard: "",
|
|
115
|
-
spectrum: ""
|
|
116
|
-
timeline: "",
|
|
117
|
-
"glass-pill": "",
|
|
118
|
-
"glass-cartoon": "",
|
|
119
|
-
"glass-scrubber": ""
|
|
115
|
+
spectrum: ""
|
|
120
116
|
},
|
|
121
117
|
size: {
|
|
122
118
|
sm: "[--slider-track-height:0.25rem] [--slider-thumb-size:0.75rem]",
|
package/dist/slider.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as e, t } from "./slider-
|
|
1
|
+
import { n as e, t } from "./slider-BOh8ycfZ.js";
|
|
2
2
|
export { e as Slider, t as sliderVariants };
|
package/dist/sortable-list.js
CHANGED
|
@@ -1,19 +1,13 @@
|
|
|
1
1
|
import { t as e } from "./_plugin-vue_export-helper-C1je1s0u.js";
|
|
2
|
-
import { t } from "./
|
|
3
|
-
import {
|
|
2
|
+
import { n as t } from "./createContext-DBMGRlx4.js";
|
|
3
|
+
import { t as n } from "./useSortable-DnyGXKKY.js";
|
|
4
|
+
import { computed as r, createBlock as i, defineComponent as a, mergeProps as o, openBlock as s, renderSlot as c, resolveDynamicComponent as l, toRef as u, unref as d, withCtx as f } from "vue";
|
|
4
5
|
//#region src/components/custom/sortable-list/context.ts
|
|
5
|
-
var
|
|
6
|
+
var p = t("glass-ui:sortable", "[glass-ui:sortable] <SortableItem> must be used inside <SortableList>"), m = p.KEY;
|
|
6
7
|
function h(e) {
|
|
7
|
-
|
|
8
|
+
p.provide(e);
|
|
8
9
|
}
|
|
9
|
-
|
|
10
|
-
let e = a(m);
|
|
11
|
-
if (!e) throw Error("[glass-ui:sortable] <SortableItem> must be used inside <SortableList>");
|
|
12
|
-
return e;
|
|
13
|
-
}
|
|
14
|
-
//#endregion
|
|
15
|
-
//#region src/components/custom/sortable-list/SortableList.vue
|
|
16
|
-
var _ = /* @__PURE__ */ i({
|
|
10
|
+
var g = p.use, _ = /* @__PURE__ */ a({
|
|
17
11
|
__name: "SortableList",
|
|
18
12
|
props: {
|
|
19
13
|
items: {},
|
|
@@ -24,62 +18,66 @@ var _ = /* @__PURE__ */ i({
|
|
|
24
18
|
as: { default: "div" }
|
|
25
19
|
},
|
|
26
20
|
emits: ["reorder", "insert"],
|
|
27
|
-
setup(e, { expose:
|
|
28
|
-
let a = e,
|
|
29
|
-
items:
|
|
21
|
+
setup(e, { expose: t, emit: r }) {
|
|
22
|
+
let a = e, p = r, m = n({
|
|
23
|
+
items: u(a, "items"),
|
|
30
24
|
getId: a.getId,
|
|
31
25
|
group: a.group,
|
|
32
26
|
handleSelector: a.handleSelector,
|
|
33
27
|
axis: a.axis,
|
|
34
|
-
onReorder: (e) =>
|
|
35
|
-
onInsert: (e, t) =>
|
|
28
|
+
onReorder: (e) => p("reorder", e),
|
|
29
|
+
onInsert: (e, t) => p("insert", e, t)
|
|
36
30
|
});
|
|
37
|
-
return h(m),
|
|
31
|
+
return h(m), t({
|
|
38
32
|
isDragging: m.isDragging,
|
|
39
33
|
dragId: m.dragId
|
|
40
|
-
}), (t, n) => (s(),
|
|
41
|
-
default:
|
|
42
|
-
isDragging:
|
|
43
|
-
dragId:
|
|
34
|
+
}), (t, n) => (s(), i(l(e.as), o({ ref: d(m).container.ref }, d(m).container.dataAttrs), {
|
|
35
|
+
default: f(() => [c(t.$slots, "default", {
|
|
36
|
+
isDragging: d(m).isDragging.value,
|
|
37
|
+
dragId: d(m).dragId.value
|
|
44
38
|
})]),
|
|
45
39
|
_: 3
|
|
46
40
|
}, 16));
|
|
47
41
|
}
|
|
48
|
-
}), v = /* @__PURE__ */ e(/* @__PURE__ */
|
|
42
|
+
}), v = /* @__PURE__ */ e(/* @__PURE__ */ a({
|
|
49
43
|
__name: "SortableItem",
|
|
50
44
|
props: {
|
|
51
45
|
id: {},
|
|
52
46
|
as: { default: "div" }
|
|
53
47
|
},
|
|
54
48
|
setup(e) {
|
|
55
|
-
let t = e,
|
|
56
|
-
return (t, n) => (s(),
|
|
49
|
+
let t = e, n = g(), a = r(() => n.registerItem(t.id)), u = r(() => n.dragId.value === t.id);
|
|
50
|
+
return (t, n) => (s(), i(l(e.as), o({
|
|
57
51
|
ref: a.value.ref,
|
|
58
52
|
class: [
|
|
59
53
|
"sortable-item",
|
|
60
54
|
a.value.class.value,
|
|
61
|
-
{ "is-sortable-dragging":
|
|
55
|
+
{ "is-sortable-dragging": u.value }
|
|
62
56
|
]
|
|
63
57
|
}, a.value.dataAttrs, { onPointerdown: a.value.onPointerdown }), {
|
|
64
|
-
default:
|
|
58
|
+
default: f(() => [c(t.$slots, "default", { isBeingDragged: u.value }, void 0, !0)]),
|
|
65
59
|
_: 3
|
|
66
60
|
}, 16, ["class", "onPointerdown"]));
|
|
67
61
|
}
|
|
68
|
-
}), [["__scopeId", "data-v-ca5cd3d7"]]), y = /* @__PURE__ */ e(/* @__PURE__ */
|
|
62
|
+
}), [["__scopeId", "data-v-ca5cd3d7"]]), y = /* @__PURE__ */ e(/* @__PURE__ */ a({
|
|
69
63
|
__name: "SortableHandle",
|
|
70
|
-
props: {
|
|
64
|
+
props: {
|
|
65
|
+
as: { default: "span" },
|
|
66
|
+
type: {}
|
|
67
|
+
},
|
|
71
68
|
setup(e) {
|
|
72
|
-
let t = e,
|
|
73
|
-
return (t,
|
|
69
|
+
let t = e, n = r(() => t.as === "span"), a = r(() => t.as === "button" ? { type: t.type } : {});
|
|
70
|
+
return (t, r) => (s(), i(l(e.as), o({
|
|
74
71
|
class: "sortable-handle",
|
|
75
|
-
"data-sortable-handle": ""
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
72
|
+
"data-sortable-handle": ""
|
|
73
|
+
}, a.value, {
|
|
74
|
+
role: n.value ? "button" : void 0,
|
|
75
|
+
tabindex: n.value ? 0 : void 0
|
|
76
|
+
}), {
|
|
77
|
+
default: f(() => [c(t.$slots, "default", {}, void 0, !0)]),
|
|
80
78
|
_: 3
|
|
81
|
-
},
|
|
79
|
+
}, 16, ["role", "tabindex"]));
|
|
82
80
|
}
|
|
83
|
-
}), [["__scopeId", "data-v-
|
|
81
|
+
}), [["__scopeId", "data-v-814313b7"]]);
|
|
84
82
|
//#endregion
|
|
85
83
|
export { m as SORTABLE_CONTEXT, y as SortableHandle, v as SortableItem, _ as SortableList, h as provideSortableContext, g as useSortableContext };
|
package/dist/stacked-icons.js
CHANGED
|
@@ -51,7 +51,7 @@ var h = {
|
|
|
51
51
|
class: s([
|
|
52
52
|
_.value,
|
|
53
53
|
"relative flex items-center justify-center rounded-pill transform-gpu",
|
|
54
|
-
"transition-[transform,box-shadow,opacity] duration-
|
|
54
|
+
"transition-[transform,box-shadow,opacity] duration-fast ease-spring-snappy",
|
|
55
55
|
n > 0 ? v.value : "",
|
|
56
56
|
o.expandOnHover && n > 0 ? o.direction === "vertical" ? "group-hover/stack:translate-y-1.5 group-hover/stack:scale-105" : "group-hover/stack:translate-x-1.5 group-hover/stack:scale-105" : ""
|
|
57
57
|
]),
|
|
@@ -66,7 +66,7 @@ var h = {
|
|
|
66
66
|
_.value,
|
|
67
67
|
"relative flex items-center justify-center rounded-pill",
|
|
68
68
|
"border-2 border-background bg-[color-mix(in_srgb,var(--background)_96%,transparent)] text-xs font-semibold text-muted-foreground/60 shadow-cartoon-sm",
|
|
69
|
-
"transform-gpu transition-[background-color,color,transform,box-shadow] duration-
|
|
69
|
+
"transform-gpu transition-[background-color,color,transform,box-shadow] duration-fast ease-spring-snappy",
|
|
70
70
|
"hover:bg-background hover:text-muted-foreground hover:shadow-cartoon-md",
|
|
71
71
|
v.value,
|
|
72
72
|
o.expandOnHover ? o.direction === "vertical" ? "group-hover/stack:translate-y-1.5 group-hover/stack:scale-105" : "group-hover/stack:translate-x-1.5 group-hover/stack:scale-105" : ""
|
|
@@ -331,7 +331,7 @@
|
|
|
331
331
|
scale: var(--top-layer-enter-scale, 0.96);
|
|
332
332
|
transition-property: opacity, scale, display, overlay;
|
|
333
333
|
transition-duration: var(--duration-normal);
|
|
334
|
-
transition-timing-function: var(--
|
|
334
|
+
transition-timing-function: var(--spring-bouncy);
|
|
335
335
|
transition-behavior: allow-discrete;
|
|
336
336
|
}
|
|
337
337
|
|
package/dist/styles/cards.css
CHANGED
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
mints the stacking context once. Longhand maps `translate(x, y)` 1:1. */
|
|
39
39
|
translate: 0;
|
|
40
40
|
transition:
|
|
41
|
-
translate var(--duration-normal) var(--
|
|
41
|
+
translate var(--duration-normal) var(--spring-bouncy),
|
|
42
42
|
box-shadow var(--duration-normal) var(--ease-apple);
|
|
43
43
|
|
|
44
44
|
&:hover:not(:disabled) {
|