@mkbabb/glass-ui 2.1.0 → 3.1.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-Yi0xtLLd.js → CardFooter-CSGcJkqa.js} +1 -1
- package/dist/{CommandShortcut-_INFUMu6.js → CommandShortcut-DWT19a2Y.js} +3 -3
- package/dist/{ContextMenuSubContent-DCkweFW9.js → ContextMenuSubContent-gAFxJ-qi.js} +1 -1
- package/dist/{DataTable-Ce00dbHD.js → DataTable-R8-Zidms.js} +3 -3
- package/dist/{DialogContent-CmCijgX9.js → DialogContent-2fALDSvc.js} +3 -3
- package/dist/{DialogFooter-DRdaCok0.js → DialogFooter-ClrNEOVU.js} +2 -2
- package/dist/{DiscoGlyph-wRA02zAJ.js → DiscoGlyph-C3JfMnRV.js} +1 -1
- package/dist/{GlyphFace-BnPMUZ16.js → GlyphFace-BRS8vUb7.js} +1 -1
- package/dist/HoverPopover-CWFCfLx3.js +96 -0
- package/dist/{IconTooltip-ge_mBSWR.js → IconTooltip-BkaA7tZ2.js} +1 -1
- package/dist/{Input-CbakTe3B.js → Input-DDpFn568.js} +3 -5
- package/dist/Label-DJty89bp.js +36 -0
- package/dist/{MetricBadge-DRBB18Xq.js → MetricBadge-DmAihkXd.js} +1 -1
- package/dist/{Notification-DrI1DT2v.js → Notification-OqIpADml.js} +2 -2
- package/dist/NumberFieldContent-DTH9gb_N.js +141 -0
- package/dist/{PopoverContent-BCH4eYs8.js → PopoverContent-EiklFrna.js} +1 -1
- package/dist/{Progress-CCH-2UBR.js → Progress-FApA9fm_.js} +1 -1
- package/dist/{ScrollingText-7P8skg5W.js → ScrollingText-BFd0i2zJ.js} +2 -2
- package/dist/{SelectScrollDownButton-yu8EYUnu.js → SelectScrollDownButton-Dth8-wXQ.js} +2 -2
- package/dist/{Toaster-DY8_jtHv.js → Toaster-Bjlunvq4.js} +69 -58
- package/dist/UnderlineTabs-DAWMLmJG.js +37 -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 +103 -90
- package/dist/badge.js +1 -1
- package/dist/{button-BlOW34DT.js → button-C0aHmBbt.js} +2 -0
- package/dist/button.js +1 -1
- package/dist/card.js +1 -1
- package/dist/carousel.js +1 -1
- package/dist/collapsible.js +1 -1
- package/dist/command.js +1 -1
- package/dist/components/custom/aurora/composables/runtime.d.ts +24 -1
- package/dist/components/custom/dialog-native/GlassDialogNative.vue.d.ts +57 -0
- package/dist/components/custom/dialog-native/index.d.ts +1 -0
- package/dist/components/custom/dock/composables/useLayerTransition.d.ts +20 -10
- package/dist/components/custom/hover-popover/HoverPopover.vue.d.ts +26 -4
- package/dist/components/custom/labeled-field/LabeledField.vue.d.ts +16 -2
- package/dist/components/custom/labeled-field/LabeledInput.vue.d.ts +17 -1
- package/dist/components/custom/labeled-field/LabeledSelect.vue.d.ts +2 -0
- package/dist/components/custom/labeled-field/LabeledSlider.vue.d.ts +2 -0
- package/dist/components/custom/labeled-field/LabeledSwitch.vue.d.ts +2 -0
- package/dist/components/custom/toggle-chip/ToggleChip.vue.d.ts +6 -4
- package/dist/components/ui/input/Input.vue.d.ts +10 -7
- package/dist/components/ui/label/Label.vue.d.ts +8 -0
- package/dist/components/ui/textarea/Textarea.vue.d.ts +45 -8
- package/dist/components/ui/toast/Toaster.vue.d.ts +7 -1
- package/dist/components/ui/toast/index.d.ts +1 -0
- package/dist/composables/dark/index.d.ts +1 -0
- package/dist/composables/dom/index.d.ts +2 -0
- package/dist/composables/dom/useIdleReady.d.ts +63 -0
- package/dist/composables/dom/useUserInvalidAria.d.ts +32 -0
- package/dist/composables/index.d.ts +1 -0
- package/dist/composables/motion/core/index.d.ts +8 -0
- package/dist/composables/motion/index.d.ts +0 -7
- package/dist/composables/motion/supportsCssTimeline.d.ts +8 -0
- package/dist/composables/motion/useRAFLoop.d.ts +7 -0
- package/dist/composables/motion/useScrollProgress.d.ts +6 -2
- package/dist/composables/motion/useStaggerReveal.d.ts +6 -0
- package/dist/composables/motion/useViewTransition.d.ts +31 -0
- package/dist/composables/motion/useYieldToMain.d.ts +29 -0
- package/dist/configurator.js +1 -1
- package/dist/confirm-dialog.js +2 -2
- package/dist/constants-DwBwnG8N.js +13 -0
- package/dist/context-menu.js +2 -2
- package/dist/controls.js +2 -2
- package/dist/dark.d.ts +1 -1
- package/dist/dark.js +13 -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 +195 -176
- package/dist/dom.js +5 -4
- package/dist/{dropdown-menu-2K-SGkZU.js → dropdown-menu-BvRUamNs.js} +2 -2
- package/dist/dropdown-menu.js +1 -1
- package/dist/expandable-container.js +3 -3
- package/dist/forms.d.ts +1 -0
- package/dist/forms.js +47 -42
- package/dist/glass-carousel.js +1 -1
- package/dist/glass-panel.js +2 -2
- package/dist/glass-ui.css +1 -1
- package/dist/glass-ui.js +156 -275
- package/dist/glyph-face.js +2 -2
- package/dist/header-ribbon.js +1 -1
- 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/label.js +1 -1
- package/dist/labeled-field.js +96 -57
- package/dist/metric-badge.js +1 -1
- package/dist/metric-stack.js +1 -1
- package/dist/motion-core.d.ts +1 -0
- package/dist/motion-core.js +229 -0
- package/dist/motion.js +26 -228
- package/dist/notification.js +1 -1
- package/dist/number-field.d.ts +1 -0
- package/dist/number-field.js +2 -0
- package/dist/paper-backdrop.js +1 -1
- package/dist/popover.js +1 -1
- package/dist/progress.js +1 -1
- package/dist/pulse.js +1 -1
- package/dist/reactive.js +2 -2
- package/dist/responsive-tabs.js +3 -3
- package/dist/scrolling-text.js +1 -1
- package/dist/search.js +6 -6
- package/dist/select.js +3 -3
- package/dist/separator.js +1 -1
- package/dist/{sheet-CLVkb3AO.js → sheet-CukNDezz.js} +53 -53
- package/dist/sheet.js +1 -1
- package/dist/{slider-BQaLYFLh.js → slider-DJvHkTRe.js} +3 -3
- package/dist/slider.js +1 -1
- package/dist/sortable-list.js +2 -2
- package/dist/styles/animations.css +77 -0
- package/dist/styles/cards.css +6 -2
- package/dist/styles/dock.css +109 -109
- package/dist/styles/drawer.css +2 -2
- package/dist/styles/glass.css +89 -6
- package/dist/styles/index.css +10 -1
- package/dist/styles/instrument-chassis.css +28 -1
- package/dist/styles/scroll-driven.css +72 -0
- package/dist/styles/theme.css +6 -0
- package/dist/styles/tokens.css +345 -289
- package/dist/styles/typography.css +65 -131
- package/dist/styles/utilities.css +199 -81
- package/dist/styles/view-transition.css +62 -0
- package/dist/switch.d.ts +1 -0
- package/dist/switch.js +2 -0
- package/dist/tabs.js +40 -36
- package/dist/timeline.js +2 -2
- package/dist/toast.js +1 -1
- package/dist/toggle-group.js +1 -1
- package/dist/tooltip.js +1 -1
- package/dist/typewriter.js +1 -1
- package/dist/{useAnimatedNumber-DcvTR9B4.js → useAnimatedNumber-DKQYVB7s.js} +9 -20
- package/dist/{useConfiguratorState-BlaevW0S.js → useConfiguratorState-BR5vUDL8.js} +5 -5
- package/dist/{useBreakpoint-BHlX-MhR.js → useIdleReady-Cmkhm03v.js} +30 -2
- package/dist/{useTouchGate-BhhEMlwJ.js → useTouchGate-D9Zvrzyc.js} +1 -1
- package/dist/useUserInvalidAria-DVu1eTXG.js +29 -0
- package/dist/useViewTransition-DYIK6Gzb.js +16 -0
- package/dist/utils/index.d.ts +1 -0
- package/dist/utils/moveBefore.d.ts +15 -0
- package/package.json +27 -6
- package/src/styles/animations.css +77 -0
- package/src/styles/cards.css +6 -2
- package/src/styles/dock.css +109 -109
- package/src/styles/drawer.css +2 -2
- package/src/styles/glass.css +89 -6
- package/src/styles/index.css +10 -1
- package/src/styles/instrument-chassis.css +28 -1
- package/src/styles/scroll-driven.css +72 -0
- package/src/styles/theme.css +6 -0
- package/src/styles/tokens.css +345 -289
- package/src/styles/typography.css +65 -131
- package/src/styles/utilities.css +199 -81
- package/src/styles/view-transition.css +62 -0
- package/dist/HoverPopover-Btv4RQfv.js +0 -80
- package/dist/Label-C8QMJSsf.js +0 -32
- package/dist/UnderlineTabs-BtrUcXn-.js +0 -64
- package/dist/composables/motion/useSpringOrchestrator.d.ts +0 -15
- /package/dist/{CollapsibleContent-DHRuXE3P.js → CollapsibleContent-CVMOcYlV.js} +0 -0
- /package/dist/{ContextMenuContent-CvXfU5qz.js → ContextMenuContent-otjFIu8v.js} +0 -0
- /package/dist/{HoverCardContent-4nN5-5bz.js → HoverCardContent-DaGrgJBO.js} +0 -0
- /package/dist/{InstrumentChassis-DOaVYyWq.js → InstrumentChassis-CnHTMxds.js} +0 -0
- /package/dist/{InstrumentRail-jHDqXj70.js → InstrumentRail-C6dEbi8E.js} +0 -0
- /package/dist/{ModalOverlay-DKLVY-cj.js → ModalOverlay-iWiAgbYH.js} +0 -0
- /package/dist/{PaperBackdrop-Bc2drCqJ.js → PaperBackdrop-CeZ-w0R0.js} +0 -0
- /package/dist/{SelectGroup-O69GTQ77.js → SelectGroup-DdR4tdDY.js} +0 -0
- /package/dist/{SelectSeparator-GTHxKO0a.js → SelectSeparator-CXm_hlqA.js} +0 -0
- /package/dist/{Separator-_NCypg_C.js → Separator-D8AUMhxY.js} +0 -0
- /package/dist/{Switch-CL0uxu8F.js → Switch-Cr1t_F_U.js} +0 -0
- /package/dist/{ToggleGroupItem-BYG_8M9M.js → ToggleGroupItem-OesUouE7.js} +0 -0
- /package/dist/{TooltipProvider-C5QLSPto.js → TooltipProvider-DE78vbEP.js} +0 -0
- /package/dist/{_plugin-vue_export-helper-n-_DRHWS.js → _plugin-vue_export-helper-Dq1MygBL.js} +0 -0
- /package/dist/{badge-BbxVKZfw.js → badge-x46my_Fo.js} +0 -0
- /package/dist/composables/{motion → dark}/installDarkModeSync.d.ts +0 -0
- /package/dist/{dockContext-BDGSrwsV.js → dockContext-D5NZCWJs.js} +0 -0
- /package/dist/{keys-DVkcUktU.js → keys-CaTQS-vx.js} +0 -0
- /package/dist/{menuItemVariants-B2nDL7zH.js → menuItemVariants-BsbGNq9C.js} +0 -0
- /package/dist/{presets-BMzCDrmR.js → presets-a-D93K1S.js} +0 -0
- /package/dist/{search-ocd8tmL9.js → search-DBAiUABx.js} +0 -0
- /package/dist/{useGlassRenderer-DMDdMH55.js → useGlassRenderer-Ds-nmrGz.js} +0 -0
- /package/dist/{useGlobalDark-PMiP5Jku.js → useGlobalDark-B0WvLJE3.js} +0 -0
- /package/dist/{useIntersectionPause-CXYfYg_C.js → useIntersectionPause-IY2CwPQb.js} +0 -0
- /package/dist/{useInterval-COlTCeVa.js → useInterval-DVgGUf_y.js} +0 -0
- /package/dist/{useKeyboardShortcuts-B1ev1YEC.js → useKeyboardShortcuts-Dpw_RUcB.js} +0 -0
- /package/dist/{useResizeObserver-F4aRR4Cj.js → useResizeObserver-Cg9npuM3.js} +0 -0
- /package/dist/{useSortable-Ck0rBJ4g.js → useSortable-Cq2Y1JLO.js} +0 -0
- /package/dist/{useSpringMount-BTRBNzXP.js → useSpringMount-Cfk1XK1R.js} +0 -0
- /package/dist/{useTimer-lp5NlH4w.js → useTimer-NAaj9zNq.js} +0 -0
- /package/dist/{x-cdWAmO-q.js → x-q7pJa83X.js} +0 -0
package/dist/motion.js
CHANGED
|
@@ -1,12 +1,11 @@
|
|
|
1
|
-
import { n as e, t } from "./useSpringMount-
|
|
2
|
-
import { t as
|
|
3
|
-
import { t as
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import { NumericAnimation as y } from "@mkbabb/keyframes.js";
|
|
1
|
+
import { n as e, t } from "./useSpringMount-Cfk1XK1R.js";
|
|
2
|
+
import { n, t as r } from "./constants-DwBwnG8N.js";
|
|
3
|
+
import { t as i } from "./useAnimatedNumber-DKQYVB7s.js";
|
|
4
|
+
import { computed as a, onBeforeUnmount as o, ref as s, shallowRef as c } from "vue";
|
|
5
|
+
import { NumericAnimation as l } from "@mkbabb/keyframes.js";
|
|
7
6
|
//#region src/composables/motion/useSpringPress.ts
|
|
8
|
-
function
|
|
9
|
-
let n =
|
|
7
|
+
function u(t = {}) {
|
|
8
|
+
let n = s(0), r = e(n, {
|
|
10
9
|
response: t.response ?? .25,
|
|
11
10
|
dampingFraction: t.dampingFraction ?? .7,
|
|
12
11
|
initial: t.initial ?? 0,
|
|
@@ -36,16 +35,16 @@ function b(t = {}) {
|
|
|
36
35
|
}
|
|
37
36
|
//#endregion
|
|
38
37
|
//#region src/composables/motion/useNumericTransition.ts
|
|
39
|
-
function
|
|
40
|
-
let t =
|
|
38
|
+
function d(e) {
|
|
39
|
+
let t = s(0), n = s(!1), { from: r, to: i, duration: a, timingFunction: u, onFrame: d } = e, f = c(new l([r, i], {
|
|
41
40
|
duration: a,
|
|
42
|
-
timingFunction:
|
|
41
|
+
timingFunction: u
|
|
43
42
|
}));
|
|
44
|
-
async function
|
|
45
|
-
n.value &&
|
|
43
|
+
async function p() {
|
|
44
|
+
n.value && f.value.stop(), n.value = !0, t.value = 0;
|
|
46
45
|
try {
|
|
47
|
-
await
|
|
48
|
-
|
|
46
|
+
await f.value.play((e) => {
|
|
47
|
+
d?.(e);
|
|
49
48
|
let n = Object.keys(r);
|
|
50
49
|
if (n.length > 0) {
|
|
51
50
|
let a = n[0], o = i[a] - r[a];
|
|
@@ -59,228 +58,27 @@ function x(e) {
|
|
|
59
58
|
n.value = !1;
|
|
60
59
|
}
|
|
61
60
|
}
|
|
62
|
-
function
|
|
63
|
-
|
|
61
|
+
function m() {
|
|
62
|
+
f.value.stop(), n.value = !1;
|
|
64
63
|
}
|
|
65
|
-
return
|
|
66
|
-
|
|
64
|
+
return o(() => {
|
|
65
|
+
m();
|
|
67
66
|
}), {
|
|
68
|
-
start:
|
|
69
|
-
stop:
|
|
67
|
+
start: p,
|
|
68
|
+
stop: m,
|
|
70
69
|
progress: t,
|
|
71
70
|
playing: n
|
|
72
71
|
};
|
|
73
72
|
}
|
|
74
73
|
//#endregion
|
|
75
|
-
//#region src/composables/motion/useSpringOrchestrator.ts
|
|
76
|
-
var S = x;
|
|
77
|
-
//#endregion
|
|
78
|
-
//#region src/composables/motion/useStaggerReveal.ts
|
|
79
|
-
function C(e = {}) {
|
|
80
|
-
let { staggerMs: t = 60, once: n = !0, rootMargin: r = "0px", threshold: i = .15 } = e, a = h([]), o = p({}), s = /* @__PURE__ */ new WeakMap(), c = /* @__PURE__ */ new Set(), l = typeof IntersectionObserver > "u" ? null : new IntersectionObserver((e) => {
|
|
81
|
-
for (let r of e) {
|
|
82
|
-
let e = r.target, i = s.get(e);
|
|
83
|
-
if (i !== void 0) if (r.isIntersecting) {
|
|
84
|
-
let r = setTimeout(() => {
|
|
85
|
-
o[i] = !0, c.delete(r);
|
|
86
|
-
}, t * i);
|
|
87
|
-
c.add(r), n && l?.unobserve(e);
|
|
88
|
-
} else n || (o[i] = !1);
|
|
89
|
-
}
|
|
90
|
-
}, {
|
|
91
|
-
rootMargin: r,
|
|
92
|
-
threshold: i
|
|
93
|
-
});
|
|
94
|
-
function d(e, t) {
|
|
95
|
-
if (!e) return;
|
|
96
|
-
let n = t ?? a.value.length;
|
|
97
|
-
s.has(e) || (s.set(e, n), a.value.push(e), o[n] = !1, l?.observe(e));
|
|
98
|
-
}
|
|
99
|
-
return u(() => {
|
|
100
|
-
l?.disconnect();
|
|
101
|
-
for (let e of c) clearTimeout(e);
|
|
102
|
-
c.clear();
|
|
103
|
-
}), {
|
|
104
|
-
targets: a,
|
|
105
|
-
register: d,
|
|
106
|
-
revealed: o
|
|
107
|
-
};
|
|
108
|
-
}
|
|
109
|
-
//#endregion
|
|
110
|
-
//#region src/composables/motion/useScrollProgress.ts
|
|
111
|
-
function w(e) {
|
|
112
|
-
let { offset: t = 0, trackExit: n = !1 } = e, r = h(0), i = 0, a = null;
|
|
113
|
-
function o() {
|
|
114
|
-
let i = _(e.target);
|
|
115
|
-
if (!i) return;
|
|
116
|
-
let a = i.getBoundingClientRect(), o = window.innerHeight + t, s = o - (n ? -a.height : 0);
|
|
117
|
-
if (s === 0) {
|
|
118
|
-
r.value = 0;
|
|
119
|
-
return;
|
|
120
|
-
}
|
|
121
|
-
let c = (o - a.top) / s;
|
|
122
|
-
r.value = Math.max(0, Math.min(1, c));
|
|
123
|
-
}
|
|
124
|
-
function s() {
|
|
125
|
-
i ||= requestAnimationFrame(() => {
|
|
126
|
-
i = 0, o();
|
|
127
|
-
});
|
|
128
|
-
}
|
|
129
|
-
return d(() => {
|
|
130
|
-
o(), window.addEventListener("scroll", s, { passive: !0 }), window.addEventListener("resize", s, { passive: !0 });
|
|
131
|
-
let t = _(e.target);
|
|
132
|
-
t && typeof ResizeObserver < "u" && (a = new ResizeObserver(s), a.observe(t));
|
|
133
|
-
}), v(() => _(e.target), (e, t) => {
|
|
134
|
-
t && a && a.unobserve(t), e && a && a.observe(e), s();
|
|
135
|
-
}), u(() => {
|
|
136
|
-
window.removeEventListener("scroll", s), window.removeEventListener("resize", s), i && cancelAnimationFrame(i), a?.disconnect(), a = null;
|
|
137
|
-
}), r;
|
|
138
|
-
}
|
|
139
|
-
//#endregion
|
|
140
74
|
//#region src/composables/motion/useAnimatedNumberMap.ts
|
|
141
|
-
function
|
|
142
|
-
let { keys: t, source: n, ...r } = e,
|
|
75
|
+
function f(e) {
|
|
76
|
+
let { keys: t, source: n, ...r } = e, o = {};
|
|
143
77
|
for (let e of t) {
|
|
144
|
-
let t = n(e), { current:
|
|
145
|
-
|
|
146
|
-
}
|
|
147
|
-
return i;
|
|
148
|
-
}
|
|
149
|
-
//#endregion
|
|
150
|
-
//#region src/composables/motion/installDarkModeSync.ts
|
|
151
|
-
function E(e) {
|
|
152
|
-
let { isDark: t } = n();
|
|
153
|
-
v(t, () => {
|
|
154
|
-
l(() => {
|
|
155
|
-
requestAnimationFrame(e);
|
|
156
|
-
});
|
|
157
|
-
});
|
|
158
|
-
}
|
|
159
|
-
//#endregion
|
|
160
|
-
//#region src/composables/motion/useRAFLoop.ts
|
|
161
|
-
var D = "(prefers-reduced-motion: reduce)";
|
|
162
|
-
function O() {
|
|
163
|
-
return typeof globalThis.requestAnimationFrame == "function" ? globalThis.requestAnimationFrame.bind(globalThis) : null;
|
|
164
|
-
}
|
|
165
|
-
function k() {
|
|
166
|
-
return typeof globalThis.cancelAnimationFrame == "function" ? globalThis.cancelAnimationFrame.bind(globalThis) : null;
|
|
167
|
-
}
|
|
168
|
-
function A() {
|
|
169
|
-
return typeof document > "u" ? null : document;
|
|
170
|
-
}
|
|
171
|
-
function j() {
|
|
172
|
-
return typeof window > "u" ? null : window;
|
|
173
|
-
}
|
|
174
|
-
function M(e, t = {}) {
|
|
175
|
-
let { immediate: n = !0, pauseWhenHidden: r = !0, respectReducedMotion: i = !0 } = t, a = h(!1), o = h(!1), l = h(r ? !!A()?.hidden : !1), u = h(!1), d = h(!1), p = s(() => u.value && !a.value && (d.value || l.value || i && o.value || !O())), g = null, _ = null, v = 0, y = 0, b = !1, x = null;
|
|
176
|
-
function S() {
|
|
177
|
-
return !b && u.value && !d.value && !l.value && !(i && o.value) && !!O();
|
|
178
|
-
}
|
|
179
|
-
function C() {
|
|
180
|
-
g !== null && (k()?.(g), g = null), a.value = !1, _ = null;
|
|
78
|
+
let t = n(e), { current: s } = i(() => t.value, r);
|
|
79
|
+
o[e] = a(() => t.value === null ? null : s.value);
|
|
181
80
|
}
|
|
182
|
-
|
|
183
|
-
if (g !== null || !S()) return;
|
|
184
|
-
let t = O();
|
|
185
|
-
t && (a.value = !0, g = t((t) => {
|
|
186
|
-
if (g = null, !S()) {
|
|
187
|
-
C();
|
|
188
|
-
return;
|
|
189
|
-
}
|
|
190
|
-
let n = _ === null ? 0 : Math.max(0, t - _);
|
|
191
|
-
_ = t, v += n, e({
|
|
192
|
-
now: t,
|
|
193
|
-
delta: n,
|
|
194
|
-
elapsed: v,
|
|
195
|
-
frame: y++
|
|
196
|
-
}), S() ? w() : C();
|
|
197
|
-
}));
|
|
198
|
-
}
|
|
199
|
-
function T() {
|
|
200
|
-
S() ? w() : C();
|
|
201
|
-
}
|
|
202
|
-
function E() {
|
|
203
|
-
_ = null, v = 0, y = 0;
|
|
204
|
-
}
|
|
205
|
-
function M() {
|
|
206
|
-
b || (E(), u.value = !0, d.value = !1, T());
|
|
207
|
-
}
|
|
208
|
-
function N() {
|
|
209
|
-
u.value = !1, d.value = !1, E(), C();
|
|
210
|
-
}
|
|
211
|
-
function P() {
|
|
212
|
-
u.value && (d.value = !0, T());
|
|
213
|
-
}
|
|
214
|
-
function F() {
|
|
215
|
-
b || (d.value = !1, T());
|
|
216
|
-
}
|
|
217
|
-
function I() {
|
|
218
|
-
l.value = r ? !!A()?.hidden : !1, T();
|
|
219
|
-
}
|
|
220
|
-
let L = A();
|
|
221
|
-
if (L && r && L.addEventListener("visibilitychange", I), i) {
|
|
222
|
-
let e = j(), t = typeof e?.matchMedia == "function" ? e.matchMedia(D) : null;
|
|
223
|
-
if (t) {
|
|
224
|
-
let e = (e) => {
|
|
225
|
-
o.value = e.matches, T();
|
|
226
|
-
};
|
|
227
|
-
o.value = t.matches, typeof t.addEventListener == "function" ? (t.addEventListener("change", e), x = () => t.removeEventListener("change", e)) : typeof t.addListener == "function" && (t.addListener(e), x = () => t.removeListener?.(e));
|
|
228
|
-
}
|
|
229
|
-
}
|
|
230
|
-
function R() {
|
|
231
|
-
b || (b = !0, N(), L?.removeEventListener("visibilitychange", I), x?.(), x = null);
|
|
232
|
-
}
|
|
233
|
-
return c() && f(R), n && M(), {
|
|
234
|
-
isActive: m(a),
|
|
235
|
-
isPaused: m(p),
|
|
236
|
-
isReducedMotion: m(o),
|
|
237
|
-
start: M,
|
|
238
|
-
stop: N,
|
|
239
|
-
pause: P,
|
|
240
|
-
resume: F,
|
|
241
|
-
dispose: R
|
|
242
|
-
};
|
|
243
|
-
}
|
|
244
|
-
//#endregion
|
|
245
|
-
//#region src/composables/motion/useStagger.ts
|
|
246
|
-
function N() {
|
|
247
|
-
return typeof window > "u" || typeof window.matchMedia != "function" ? !1 : window.matchMedia("(prefers-reduced-motion: reduce)").matches;
|
|
248
|
-
}
|
|
249
|
-
function P(e) {
|
|
250
|
-
let t = Math.max(0, Math.floor(e.items)), n = e.delayMs ?? 80, r = e.initialDelayMs ?? 0, i = e.immediate !== !1, a = e.respectReducedMotion !== !1, o = h(Array(t).fill(!1)), s = h(t === 0), c = /* @__PURE__ */ new Set();
|
|
251
|
-
function l() {
|
|
252
|
-
for (let e of c) clearTimeout(e);
|
|
253
|
-
c.clear();
|
|
254
|
-
}
|
|
255
|
-
function u() {
|
|
256
|
-
l(), o.value = Array(t).fill(!1), s.value = t === 0;
|
|
257
|
-
}
|
|
258
|
-
function d() {
|
|
259
|
-
o.value = Array(t).fill(!0), s.value = !0;
|
|
260
|
-
}
|
|
261
|
-
function p() {
|
|
262
|
-
if (u(), t === 0) {
|
|
263
|
-
s.value = !0;
|
|
264
|
-
return;
|
|
265
|
-
}
|
|
266
|
-
if (a && N()) {
|
|
267
|
-
d();
|
|
268
|
-
return;
|
|
269
|
-
}
|
|
270
|
-
for (let e = 0; e < t; e++) {
|
|
271
|
-
let i = e, a = setTimeout(() => {
|
|
272
|
-
let e = o.value.slice();
|
|
273
|
-
e[i] = !0, o.value = e, c.delete(a), i === t - 1 && (s.value = !0);
|
|
274
|
-
}, r + i * n);
|
|
275
|
-
c.add(a);
|
|
276
|
-
}
|
|
277
|
-
}
|
|
278
|
-
return i && p(), f(l), {
|
|
279
|
-
revealed: o,
|
|
280
|
-
start: p,
|
|
281
|
-
reset: u,
|
|
282
|
-
isComplete: s
|
|
283
|
-
};
|
|
81
|
+
return o;
|
|
284
82
|
}
|
|
285
83
|
//#endregion
|
|
286
|
-
export {
|
|
84
|
+
export { r as DAMPING, n as SNAP_THRESHOLD, i as useAnimatedNumber, f as useAnimatedNumberMap, 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-OqIpADml.js";
|
|
2
2
|
export { e as Notification };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./components/ui/number-field";
|
package/dist/paper-backdrop.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "./PaperBackdrop-
|
|
1
|
+
import { t as e } from "./PaperBackdrop-CeZ-w0R0.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-EiklFrna.js";
|
|
2
2
|
export { t as Popover, n as PopoverContent, e as PopoverTrigger };
|
package/dist/progress.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "./Progress-
|
|
1
|
+
import { t as e } from "./Progress-FApA9fm_.js";
|
|
2
2
|
export { e as Progress };
|
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-Dq1MygBL.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-NAaj9zNq.js";
|
|
2
|
+
import { t } from "./useInterval-DVgGUf_y.js";
|
|
3
3
|
export { t as useInterval, e as useTimer };
|
package/dist/responsive-tabs.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
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-
|
|
2
|
+
import { a as t, i as n, o as r, r as i, s as a } from "./SelectScrollDownButton-Dth8-wXQ.js";
|
|
3
|
+
import { t as o } from "./UnderlineTabs-DAWMLmJG.js";
|
|
4
4
|
import { Fragment as s, computed as c, createBlock as l, createElementBlock as u, createTextVNode as d, createVNode as f, defineComponent as p, normalizeClass as m, onBeforeUnmount as h, onMounted as g, openBlock as _, ref as v, renderList as y, toDisplayString as b, unref as x, withCtx as S } from "vue";
|
|
5
5
|
//#endregion
|
|
6
6
|
//#region src/components/custom/responsive-tabs/ResponsiveTabs.vue
|
|
@@ -68,7 +68,7 @@ var C = /* @__PURE__ */ p({
|
|
|
68
68
|
"model-value": p.modelValue,
|
|
69
69
|
"onUpdate:modelValue": j
|
|
70
70
|
}, {
|
|
71
|
-
default: S(() => [f(x(t), { class: m(x(e)("text-small w-auto min-w-input-sm", p.mobileTriggerClass)) }, {
|
|
71
|
+
default: S(() => [f(x(t), { class: m(x(e)("responsive-tabs__trigger text-small w-auto min-w-input-sm", p.mobileTriggerClass)) }, {
|
|
72
72
|
default: S(() => [f(x(r))]),
|
|
73
73
|
_: 1
|
|
74
74
|
}, 8, ["class"]), f(x(n), null, {
|
package/dist/scrolling-text.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "./ScrollingText-
|
|
1
|
+
import { t as e } from "./ScrollingText-BFd0i2zJ.js";
|
|
2
2
|
export { e as ScrollingText };
|
package/dist/search.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { t as e } from "./cn-DJXf4yaB.js";
|
|
2
2
|
import { n as t, t as n } from "./minimize-2-LsCJ_eNt.js";
|
|
3
|
-
import { t as r } from "./search-
|
|
4
|
-
import { t as i } from "./x-
|
|
5
|
-
import { n as a } from "./badge-
|
|
6
|
-
import { n as o } from "./button-
|
|
7
|
-
import { n as s, t as c } from "./DialogContent-
|
|
8
|
-
import { n as l, r as u, t as d } from "./PopoverContent-
|
|
3
|
+
import { t as r } from "./search-DBAiUABx.js";
|
|
4
|
+
import { t as i } from "./x-q7pJa83X.js";
|
|
5
|
+
import { n as a } from "./badge-x46my_Fo.js";
|
|
6
|
+
import { n as o } from "./button-C0aHmBbt.js";
|
|
7
|
+
import { n as s, t as c } from "./DialogContent-2fALDSvc.js";
|
|
8
|
+
import { n as l, r as u, t as d } from "./PopoverContent-EiklFrna.js";
|
|
9
9
|
import { Fragment as f, computed as p, createBlock as m, createCommentVNode as h, createElementBlock as g, createElementVNode as _, createTextVNode as v, createVNode as y, defineComponent as b, nextTick as x, normalizeClass as S, onScopeDispose as C, openBlock as w, ref as T, renderList as E, renderSlot as D, resolveDynamicComponent as O, toDisplayString as k, unref as A, watch as j, withCtx as M } from "vue";
|
|
10
10
|
//#region src/components/custom/search/composables/fuzzySearchIndex.ts
|
|
11
11
|
function N(e, t) {
|
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-Dth8-wXQ.js";
|
|
2
|
+
import { t as s } from "./SelectGroup-DdR4tdDY.js";
|
|
3
|
+
import { n as c, t as l } from "./SelectSeparator-CXm_hlqA.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-D8AUMhxY.js";
|
|
2
2
|
export { e as Separator };
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { t as e } from "./cn-DJXf4yaB.js";
|
|
2
|
-
import { t } from "./x-
|
|
3
|
-
import { t as n } from "./useSpringMount-
|
|
4
|
-
import { t as r } from "./ModalOverlay-
|
|
5
|
-
import { computed as i, createBlock as a, createElementBlock as o,
|
|
6
|
-
import { DialogClose as
|
|
7
|
-
import { cva as
|
|
2
|
+
import { t } from "./x-q7pJa83X.js";
|
|
3
|
+
import { t as n } from "./useSpringMount-Cfk1XK1R.js";
|
|
4
|
+
import { t as r } from "./ModalOverlay-iWiAgbYH.js";
|
|
5
|
+
import { computed as i, createBlock as a, createElementBlock as o, createElementVNode as s, createVNode as c, defineComponent as l, guardReactiveProps as u, mergeProps as d, normalizeClass as f, normalizeProps as p, openBlock as m, renderSlot as h, toHandlers as g, unref as _, withCtx as v } from "vue";
|
|
6
|
+
import { DialogClose as y, DialogContent as b, DialogDescription as x, DialogPortal as S, DialogRoot as C, DialogTitle as w, DialogTrigger as T, injectDialogRootContext as E, useForwardPropsEmits as D } from "reka-ui";
|
|
7
|
+
import { cva as O } from "class-variance-authority";
|
|
8
8
|
//#endregion
|
|
9
9
|
//#region src/components/ui/sheet/Sheet.vue
|
|
10
|
-
var
|
|
10
|
+
var k = /* @__PURE__ */ l({
|
|
11
11
|
__name: "Sheet",
|
|
12
12
|
props: {
|
|
13
13
|
open: { type: Boolean },
|
|
@@ -16,13 +16,13 @@ var O = /* @__PURE__ */ c({
|
|
|
16
16
|
},
|
|
17
17
|
emits: ["update:open"],
|
|
18
18
|
setup(e, { emit: t }) {
|
|
19
|
-
let n =
|
|
20
|
-
return (e, t) => (
|
|
21
|
-
default:
|
|
19
|
+
let n = D(e, t);
|
|
20
|
+
return (e, t) => (m(), a(_(C), p(u(_(n))), {
|
|
21
|
+
default: v(() => [h(e.$slots, "default")]),
|
|
22
22
|
_: 3
|
|
23
23
|
}, 16));
|
|
24
24
|
}
|
|
25
|
-
}),
|
|
25
|
+
}), A = /* @__PURE__ */ l({
|
|
26
26
|
__name: "SheetTrigger",
|
|
27
27
|
props: {
|
|
28
28
|
asChild: { type: Boolean },
|
|
@@ -30,12 +30,12 @@ var O = /* @__PURE__ */ c({
|
|
|
30
30
|
},
|
|
31
31
|
setup(e) {
|
|
32
32
|
let t = e;
|
|
33
|
-
return (e, n) => (
|
|
34
|
-
default:
|
|
33
|
+
return (e, n) => (m(), a(_(T), p(u(t)), {
|
|
34
|
+
default: v(() => [h(e.$slots, "default")]),
|
|
35
35
|
_: 3
|
|
36
36
|
}, 16));
|
|
37
37
|
}
|
|
38
|
-
}),
|
|
38
|
+
}), j = /* @__PURE__ */ l({
|
|
39
39
|
__name: "SheetClose",
|
|
40
40
|
props: {
|
|
41
41
|
asChild: { type: Boolean },
|
|
@@ -43,12 +43,12 @@ var O = /* @__PURE__ */ c({
|
|
|
43
43
|
},
|
|
44
44
|
setup(e) {
|
|
45
45
|
let t = e;
|
|
46
|
-
return (e, n) => (
|
|
47
|
-
default:
|
|
46
|
+
return (e, n) => (m(), a(_(y), p(u(t)), {
|
|
47
|
+
default: v(() => [h(e.$slots, "default")]),
|
|
48
48
|
_: 3
|
|
49
49
|
}, 16));
|
|
50
50
|
}
|
|
51
|
-
}),
|
|
51
|
+
}), M = /* @__PURE__ */ l({
|
|
52
52
|
inheritAttrs: !1,
|
|
53
53
|
__name: "SheetContent",
|
|
54
54
|
props: {
|
|
@@ -76,17 +76,17 @@ var O = /* @__PURE__ */ c({
|
|
|
76
76
|
"openAutoFocus",
|
|
77
77
|
"closeAutoFocus"
|
|
78
78
|
],
|
|
79
|
-
setup(o, { emit:
|
|
80
|
-
let
|
|
81
|
-
let { class: e, side: t, spring: n, dragDismiss: r, dragThreshold: i, ...a } =
|
|
79
|
+
setup(o, { emit: l }) {
|
|
80
|
+
let u = o, f = l, p = D(i(() => {
|
|
81
|
+
let { class: e, side: t, spring: n, dragDismiss: r, dragThreshold: i, ...a } = u;
|
|
82
82
|
return a;
|
|
83
|
-
}),
|
|
84
|
-
open:
|
|
85
|
-
preset: typeof
|
|
86
|
-
dismissThreshold:
|
|
87
|
-
onDismiss: () =>
|
|
88
|
-
}) : null,
|
|
89
|
-
function
|
|
83
|
+
}), f), x = u.spring ? E() : null, C = u.spring && x ? n({
|
|
84
|
+
open: x.open,
|
|
85
|
+
preset: typeof u.spring == "string" ? u.spring : "smooth",
|
|
86
|
+
dismissThreshold: u.dragThreshold ?? .3,
|
|
87
|
+
onDismiss: () => x.onOpenChange(!1)
|
|
88
|
+
}) : null, w = i(() => u.side ?? "right");
|
|
89
|
+
function T(e, t) {
|
|
90
90
|
let n = `${e * 100}%`;
|
|
91
91
|
switch (t) {
|
|
92
92
|
case "top": return `translateY(-${n})`;
|
|
@@ -95,28 +95,28 @@ var O = /* @__PURE__ */ c({
|
|
|
95
95
|
default: return `translateX(${n})`;
|
|
96
96
|
}
|
|
97
97
|
}
|
|
98
|
-
let
|
|
99
|
-
if (
|
|
100
|
-
transform:
|
|
98
|
+
let O = i(() => {
|
|
99
|
+
if (C) return {
|
|
100
|
+
transform: T(C.position.value, w.value),
|
|
101
101
|
animation: "none",
|
|
102
102
|
transition: "none"
|
|
103
103
|
};
|
|
104
|
-
}),
|
|
105
|
-
return (n, i) => (
|
|
106
|
-
default:
|
|
104
|
+
}), k = i(() => u.spring && u.dragDismiss && C ? C.dragHandlers : {});
|
|
105
|
+
return (n, i) => (m(), a(_(S), null, {
|
|
106
|
+
default: v(() => [c(r, {
|
|
107
107
|
scrim: "glass",
|
|
108
108
|
animate: "fade",
|
|
109
109
|
layout: "centered"
|
|
110
|
-
}),
|
|
111
|
-
...
|
|
110
|
+
}), c(_(b), d({ class: _(e)(_(L)({ side: w.value }), u.spring ? "transition-none" : "", u.class) }, {
|
|
111
|
+
..._(p),
|
|
112
112
|
...n.$attrs
|
|
113
113
|
}, {
|
|
114
|
-
style:
|
|
115
|
-
"data-spring":
|
|
116
|
-
"data-drag-dismiss":
|
|
117
|
-
},
|
|
118
|
-
default:
|
|
119
|
-
default:
|
|
114
|
+
style: O.value,
|
|
115
|
+
"data-spring": u.spring ? typeof u.spring == "string" ? u.spring : "smooth" : void 0,
|
|
116
|
+
"data-drag-dismiss": u.spring && u.dragDismiss ? "" : void 0
|
|
117
|
+
}, g(k.value)), {
|
|
118
|
+
default: v(() => [h(n.$slots, "default"), c(_(y), { class: "focus-ring absolute right-4 top-4 rounded-sm opacity-70 transition-opacity hover:opacity-100 disabled:pointer-events-none data-[state=open]:bg-secondary" }, {
|
|
119
|
+
default: v(() => [c(_(t), { class: "w-4 h-4 text-muted-foreground" }), i[0] ||= s("span", { class: "sr-only" }, "Close", -1)]),
|
|
120
120
|
_: 1
|
|
121
121
|
})]),
|
|
122
122
|
_: 3
|
|
@@ -129,7 +129,7 @@ var O = /* @__PURE__ */ c({
|
|
|
129
129
|
_: 3
|
|
130
130
|
}));
|
|
131
131
|
}
|
|
132
|
-
}),
|
|
132
|
+
}), N = /* @__PURE__ */ l({
|
|
133
133
|
__name: "SheetHeader",
|
|
134
134
|
props: { class: { type: [
|
|
135
135
|
Boolean,
|
|
@@ -140,9 +140,9 @@ var O = /* @__PURE__ */ c({
|
|
|
140
140
|
] } },
|
|
141
141
|
setup(t) {
|
|
142
142
|
let n = t;
|
|
143
|
-
return (t, r) => (
|
|
143
|
+
return (t, r) => (m(), o("div", { class: f(_(e)("flex flex-col gap-y-2 text-center sm:text-left", n.class)) }, [h(t.$slots, "default")], 2));
|
|
144
144
|
}
|
|
145
|
-
}),
|
|
145
|
+
}), P = /* @__PURE__ */ l({
|
|
146
146
|
__name: "SheetTitle",
|
|
147
147
|
props: {
|
|
148
148
|
asChild: { type: Boolean },
|
|
@@ -160,12 +160,12 @@ var O = /* @__PURE__ */ c({
|
|
|
160
160
|
let { class: e, ...t } = n;
|
|
161
161
|
return t;
|
|
162
162
|
});
|
|
163
|
-
return (t, i) => (
|
|
164
|
-
default:
|
|
163
|
+
return (t, i) => (m(), a(_(w), d({ class: _(e)("text-subheading text-foreground", n.class) }, r.value), {
|
|
164
|
+
default: v(() => [h(t.$slots, "default")]),
|
|
165
165
|
_: 3
|
|
166
166
|
}, 16, ["class"]));
|
|
167
167
|
}
|
|
168
|
-
}),
|
|
168
|
+
}), F = /* @__PURE__ */ l({
|
|
169
169
|
__name: "SheetDescription",
|
|
170
170
|
props: {
|
|
171
171
|
asChild: { type: Boolean },
|
|
@@ -183,12 +183,12 @@ var O = /* @__PURE__ */ c({
|
|
|
183
183
|
let { class: e, ...t } = n;
|
|
184
184
|
return t;
|
|
185
185
|
});
|
|
186
|
-
return (t, i) => (
|
|
187
|
-
default:
|
|
186
|
+
return (t, i) => (m(), a(_(x), d({ class: _(e)("text-sm text-muted-foreground", n.class) }, r.value), {
|
|
187
|
+
default: v(() => [h(t.$slots, "default")]),
|
|
188
188
|
_: 3
|
|
189
189
|
}, 16, ["class"]));
|
|
190
190
|
}
|
|
191
|
-
}),
|
|
191
|
+
}), I = /* @__PURE__ */ l({
|
|
192
192
|
__name: "SheetFooter",
|
|
193
193
|
props: { class: { type: [
|
|
194
194
|
Boolean,
|
|
@@ -199,9 +199,9 @@ var O = /* @__PURE__ */ c({
|
|
|
199
199
|
] } },
|
|
200
200
|
setup(t) {
|
|
201
201
|
let n = t;
|
|
202
|
-
return (t, r) => (
|
|
202
|
+
return (t, r) => (m(), o("div", { class: f(_(e)("flex flex-col-reverse sm:flex-row sm:justify-end sm:gap-x-2", n.class)) }, [h(t.$slots, "default")], 2));
|
|
203
203
|
}
|
|
204
|
-
}),
|
|
204
|
+
}), L = O("fixed z-modal gap-4 glass-floating p-6 transition ease-in-out sheet-animate", {
|
|
205
205
|
variants: { side: {
|
|
206
206
|
top: "inset-x-0 top-0 border-b data-[state=closed]:slide-out-to-top data-[state=open]:slide-in-from-top",
|
|
207
207
|
bottom: "inset-x-0 bottom-0 border-t data-[state=closed]:slide-out-to-bottom data-[state=open]:slide-in-from-bottom",
|
|
@@ -211,4 +211,4 @@ var O = /* @__PURE__ */ c({
|
|
|
211
211
|
defaultVariants: { side: "right" }
|
|
212
212
|
});
|
|
213
213
|
//#endregion
|
|
214
|
-
export {
|
|
214
|
+
export { N as a, A as c, P as i, k as l, I as n, M as o, F as r, j as s, L as t };
|
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-CukNDezz.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
|
-
import { t } from "./_plugin-vue_export-helper-
|
|
3
|
-
import { i as n } from "./dockContext-
|
|
4
|
-
import { t as r } from "./useTouchGate-
|
|
2
|
+
import { t } from "./_plugin-vue_export-helper-Dq1MygBL.js";
|
|
3
|
+
import { i as n } from "./dockContext-D5NZCWJs.js";
|
|
4
|
+
import { t as r } from "./useTouchGate-D9Zvrzyc.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";
|
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-DJvHkTRe.js";
|
|
2
2
|
export { e as Slider, t as sliderVariants };
|
package/dist/sortable-list.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { t as e } from "./_plugin-vue_export-helper-
|
|
2
|
-
import { t } from "./useSortable-
|
|
1
|
+
import { t as e } from "./_plugin-vue_export-helper-Dq1MygBL.js";
|
|
2
|
+
import { t } from "./useSortable-Cq2Y1JLO.js";
|
|
3
3
|
import { computed as n, createBlock as r, defineComponent as i, inject as a, mergeProps as o, openBlock as s, provide as c, renderSlot as l, resolveDynamicComponent as u, toRef as d, unref as f, withCtx as p } from "vue";
|
|
4
4
|
//#region src/components/custom/sortable-list/context.ts
|
|
5
5
|
var m = Symbol("glass-ui:sortable");
|