@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.
Files changed (194) hide show
  1. package/dist/{CardFooter-Yi0xtLLd.js → CardFooter-CSGcJkqa.js} +1 -1
  2. package/dist/{CommandShortcut-_INFUMu6.js → CommandShortcut-DWT19a2Y.js} +3 -3
  3. package/dist/{ContextMenuSubContent-DCkweFW9.js → ContextMenuSubContent-gAFxJ-qi.js} +1 -1
  4. package/dist/{DataTable-Ce00dbHD.js → DataTable-R8-Zidms.js} +3 -3
  5. package/dist/{DialogContent-CmCijgX9.js → DialogContent-2fALDSvc.js} +3 -3
  6. package/dist/{DialogFooter-DRdaCok0.js → DialogFooter-ClrNEOVU.js} +2 -2
  7. package/dist/{DiscoGlyph-wRA02zAJ.js → DiscoGlyph-C3JfMnRV.js} +1 -1
  8. package/dist/{GlyphFace-BnPMUZ16.js → GlyphFace-BRS8vUb7.js} +1 -1
  9. package/dist/HoverPopover-CWFCfLx3.js +96 -0
  10. package/dist/{IconTooltip-ge_mBSWR.js → IconTooltip-BkaA7tZ2.js} +1 -1
  11. package/dist/{Input-CbakTe3B.js → Input-DDpFn568.js} +3 -5
  12. package/dist/Label-DJty89bp.js +36 -0
  13. package/dist/{MetricBadge-DRBB18Xq.js → MetricBadge-DmAihkXd.js} +1 -1
  14. package/dist/{Notification-DrI1DT2v.js → Notification-OqIpADml.js} +2 -2
  15. package/dist/NumberFieldContent-DTH9gb_N.js +141 -0
  16. package/dist/{PopoverContent-BCH4eYs8.js → PopoverContent-EiklFrna.js} +1 -1
  17. package/dist/{Progress-CCH-2UBR.js → Progress-FApA9fm_.js} +1 -1
  18. package/dist/{ScrollingText-7P8skg5W.js → ScrollingText-BFd0i2zJ.js} +2 -2
  19. package/dist/{SelectScrollDownButton-yu8EYUnu.js → SelectScrollDownButton-Dth8-wXQ.js} +2 -2
  20. package/dist/{Toaster-DY8_jtHv.js → Toaster-Bjlunvq4.js} +69 -58
  21. package/dist/UnderlineTabs-DAWMLmJG.js +37 -0
  22. package/dist/animated-digit.js +2 -2
  23. package/dist/api/index.d.ts +2 -0
  24. package/dist/api.js +1 -1
  25. package/dist/aurora.js +103 -90
  26. package/dist/badge.js +1 -1
  27. package/dist/{button-BlOW34DT.js → button-C0aHmBbt.js} +2 -0
  28. package/dist/button.js +1 -1
  29. package/dist/card.js +1 -1
  30. package/dist/carousel.js +1 -1
  31. package/dist/collapsible.js +1 -1
  32. package/dist/command.js +1 -1
  33. package/dist/components/custom/aurora/composables/runtime.d.ts +24 -1
  34. package/dist/components/custom/dialog-native/GlassDialogNative.vue.d.ts +57 -0
  35. package/dist/components/custom/dialog-native/index.d.ts +1 -0
  36. package/dist/components/custom/dock/composables/useLayerTransition.d.ts +20 -10
  37. package/dist/components/custom/hover-popover/HoverPopover.vue.d.ts +26 -4
  38. package/dist/components/custom/labeled-field/LabeledField.vue.d.ts +16 -2
  39. package/dist/components/custom/labeled-field/LabeledInput.vue.d.ts +17 -1
  40. package/dist/components/custom/labeled-field/LabeledSelect.vue.d.ts +2 -0
  41. package/dist/components/custom/labeled-field/LabeledSlider.vue.d.ts +2 -0
  42. package/dist/components/custom/labeled-field/LabeledSwitch.vue.d.ts +2 -0
  43. package/dist/components/custom/toggle-chip/ToggleChip.vue.d.ts +6 -4
  44. package/dist/components/ui/input/Input.vue.d.ts +10 -7
  45. package/dist/components/ui/label/Label.vue.d.ts +8 -0
  46. package/dist/components/ui/textarea/Textarea.vue.d.ts +45 -8
  47. package/dist/components/ui/toast/Toaster.vue.d.ts +7 -1
  48. package/dist/components/ui/toast/index.d.ts +1 -0
  49. package/dist/composables/dark/index.d.ts +1 -0
  50. package/dist/composables/dom/index.d.ts +2 -0
  51. package/dist/composables/dom/useIdleReady.d.ts +63 -0
  52. package/dist/composables/dom/useUserInvalidAria.d.ts +32 -0
  53. package/dist/composables/index.d.ts +1 -0
  54. package/dist/composables/motion/core/index.d.ts +8 -0
  55. package/dist/composables/motion/index.d.ts +0 -7
  56. package/dist/composables/motion/supportsCssTimeline.d.ts +8 -0
  57. package/dist/composables/motion/useRAFLoop.d.ts +7 -0
  58. package/dist/composables/motion/useScrollProgress.d.ts +6 -2
  59. package/dist/composables/motion/useStaggerReveal.d.ts +6 -0
  60. package/dist/composables/motion/useViewTransition.d.ts +31 -0
  61. package/dist/composables/motion/useYieldToMain.d.ts +29 -0
  62. package/dist/configurator.js +1 -1
  63. package/dist/confirm-dialog.js +2 -2
  64. package/dist/constants-DwBwnG8N.js +13 -0
  65. package/dist/context-menu.js +2 -2
  66. package/dist/controls.js +2 -2
  67. package/dist/dark.d.ts +1 -1
  68. package/dist/dark.js +13 -2
  69. package/dist/data-table.js +1 -1
  70. package/dist/dialog.js +2 -2
  71. package/dist/disco-glyph.js +1 -1
  72. package/dist/dock.js +195 -176
  73. package/dist/dom.js +5 -4
  74. package/dist/{dropdown-menu-2K-SGkZU.js → dropdown-menu-BvRUamNs.js} +2 -2
  75. package/dist/dropdown-menu.js +1 -1
  76. package/dist/expandable-container.js +3 -3
  77. package/dist/forms.d.ts +1 -0
  78. package/dist/forms.js +47 -42
  79. package/dist/glass-carousel.js +1 -1
  80. package/dist/glass-panel.js +2 -2
  81. package/dist/glass-ui.css +1 -1
  82. package/dist/glass-ui.js +156 -275
  83. package/dist/glyph-face.js +2 -2
  84. package/dist/header-ribbon.js +1 -1
  85. package/dist/hover-card.js +1 -1
  86. package/dist/hover-popover.js +1 -1
  87. package/dist/icon-tooltip.js +1 -1
  88. package/dist/index.d.ts +1 -0
  89. package/dist/instrument-chassis.js +1 -1
  90. package/dist/instrument-rail.js +1 -1
  91. package/dist/keyboard.js +1 -1
  92. package/dist/label.js +1 -1
  93. package/dist/labeled-field.js +96 -57
  94. package/dist/metric-badge.js +1 -1
  95. package/dist/metric-stack.js +1 -1
  96. package/dist/motion-core.d.ts +1 -0
  97. package/dist/motion-core.js +229 -0
  98. package/dist/motion.js +26 -228
  99. package/dist/notification.js +1 -1
  100. package/dist/number-field.d.ts +1 -0
  101. package/dist/number-field.js +2 -0
  102. package/dist/paper-backdrop.js +1 -1
  103. package/dist/popover.js +1 -1
  104. package/dist/progress.js +1 -1
  105. package/dist/pulse.js +1 -1
  106. package/dist/reactive.js +2 -2
  107. package/dist/responsive-tabs.js +3 -3
  108. package/dist/scrolling-text.js +1 -1
  109. package/dist/search.js +6 -6
  110. package/dist/select.js +3 -3
  111. package/dist/separator.js +1 -1
  112. package/dist/{sheet-CLVkb3AO.js → sheet-CukNDezz.js} +53 -53
  113. package/dist/sheet.js +1 -1
  114. package/dist/{slider-BQaLYFLh.js → slider-DJvHkTRe.js} +3 -3
  115. package/dist/slider.js +1 -1
  116. package/dist/sortable-list.js +2 -2
  117. package/dist/styles/animations.css +77 -0
  118. package/dist/styles/cards.css +6 -2
  119. package/dist/styles/dock.css +109 -109
  120. package/dist/styles/drawer.css +2 -2
  121. package/dist/styles/glass.css +89 -6
  122. package/dist/styles/index.css +10 -1
  123. package/dist/styles/instrument-chassis.css +28 -1
  124. package/dist/styles/scroll-driven.css +72 -0
  125. package/dist/styles/theme.css +6 -0
  126. package/dist/styles/tokens.css +345 -289
  127. package/dist/styles/typography.css +65 -131
  128. package/dist/styles/utilities.css +199 -81
  129. package/dist/styles/view-transition.css +62 -0
  130. package/dist/switch.d.ts +1 -0
  131. package/dist/switch.js +2 -0
  132. package/dist/tabs.js +40 -36
  133. package/dist/timeline.js +2 -2
  134. package/dist/toast.js +1 -1
  135. package/dist/toggle-group.js +1 -1
  136. package/dist/tooltip.js +1 -1
  137. package/dist/typewriter.js +1 -1
  138. package/dist/{useAnimatedNumber-DcvTR9B4.js → useAnimatedNumber-DKQYVB7s.js} +9 -20
  139. package/dist/{useConfiguratorState-BlaevW0S.js → useConfiguratorState-BR5vUDL8.js} +5 -5
  140. package/dist/{useBreakpoint-BHlX-MhR.js → useIdleReady-Cmkhm03v.js} +30 -2
  141. package/dist/{useTouchGate-BhhEMlwJ.js → useTouchGate-D9Zvrzyc.js} +1 -1
  142. package/dist/useUserInvalidAria-DVu1eTXG.js +29 -0
  143. package/dist/useViewTransition-DYIK6Gzb.js +16 -0
  144. package/dist/utils/index.d.ts +1 -0
  145. package/dist/utils/moveBefore.d.ts +15 -0
  146. package/package.json +27 -6
  147. package/src/styles/animations.css +77 -0
  148. package/src/styles/cards.css +6 -2
  149. package/src/styles/dock.css +109 -109
  150. package/src/styles/drawer.css +2 -2
  151. package/src/styles/glass.css +89 -6
  152. package/src/styles/index.css +10 -1
  153. package/src/styles/instrument-chassis.css +28 -1
  154. package/src/styles/scroll-driven.css +72 -0
  155. package/src/styles/theme.css +6 -0
  156. package/src/styles/tokens.css +345 -289
  157. package/src/styles/typography.css +65 -131
  158. package/src/styles/utilities.css +199 -81
  159. package/src/styles/view-transition.css +62 -0
  160. package/dist/HoverPopover-Btv4RQfv.js +0 -80
  161. package/dist/Label-C8QMJSsf.js +0 -32
  162. package/dist/UnderlineTabs-BtrUcXn-.js +0 -64
  163. package/dist/composables/motion/useSpringOrchestrator.d.ts +0 -15
  164. /package/dist/{CollapsibleContent-DHRuXE3P.js → CollapsibleContent-CVMOcYlV.js} +0 -0
  165. /package/dist/{ContextMenuContent-CvXfU5qz.js → ContextMenuContent-otjFIu8v.js} +0 -0
  166. /package/dist/{HoverCardContent-4nN5-5bz.js → HoverCardContent-DaGrgJBO.js} +0 -0
  167. /package/dist/{InstrumentChassis-DOaVYyWq.js → InstrumentChassis-CnHTMxds.js} +0 -0
  168. /package/dist/{InstrumentRail-jHDqXj70.js → InstrumentRail-C6dEbi8E.js} +0 -0
  169. /package/dist/{ModalOverlay-DKLVY-cj.js → ModalOverlay-iWiAgbYH.js} +0 -0
  170. /package/dist/{PaperBackdrop-Bc2drCqJ.js → PaperBackdrop-CeZ-w0R0.js} +0 -0
  171. /package/dist/{SelectGroup-O69GTQ77.js → SelectGroup-DdR4tdDY.js} +0 -0
  172. /package/dist/{SelectSeparator-GTHxKO0a.js → SelectSeparator-CXm_hlqA.js} +0 -0
  173. /package/dist/{Separator-_NCypg_C.js → Separator-D8AUMhxY.js} +0 -0
  174. /package/dist/{Switch-CL0uxu8F.js → Switch-Cr1t_F_U.js} +0 -0
  175. /package/dist/{ToggleGroupItem-BYG_8M9M.js → ToggleGroupItem-OesUouE7.js} +0 -0
  176. /package/dist/{TooltipProvider-C5QLSPto.js → TooltipProvider-DE78vbEP.js} +0 -0
  177. /package/dist/{_plugin-vue_export-helper-n-_DRHWS.js → _plugin-vue_export-helper-Dq1MygBL.js} +0 -0
  178. /package/dist/{badge-BbxVKZfw.js → badge-x46my_Fo.js} +0 -0
  179. /package/dist/composables/{motion → dark}/installDarkModeSync.d.ts +0 -0
  180. /package/dist/{dockContext-BDGSrwsV.js → dockContext-D5NZCWJs.js} +0 -0
  181. /package/dist/{keys-DVkcUktU.js → keys-CaTQS-vx.js} +0 -0
  182. /package/dist/{menuItemVariants-B2nDL7zH.js → menuItemVariants-BsbGNq9C.js} +0 -0
  183. /package/dist/{presets-BMzCDrmR.js → presets-a-D93K1S.js} +0 -0
  184. /package/dist/{search-ocd8tmL9.js → search-DBAiUABx.js} +0 -0
  185. /package/dist/{useGlassRenderer-DMDdMH55.js → useGlassRenderer-Ds-nmrGz.js} +0 -0
  186. /package/dist/{useGlobalDark-PMiP5Jku.js → useGlobalDark-B0WvLJE3.js} +0 -0
  187. /package/dist/{useIntersectionPause-CXYfYg_C.js → useIntersectionPause-IY2CwPQb.js} +0 -0
  188. /package/dist/{useInterval-COlTCeVa.js → useInterval-DVgGUf_y.js} +0 -0
  189. /package/dist/{useKeyboardShortcuts-B1ev1YEC.js → useKeyboardShortcuts-Dpw_RUcB.js} +0 -0
  190. /package/dist/{useResizeObserver-F4aRR4Cj.js → useResizeObserver-Cg9npuM3.js} +0 -0
  191. /package/dist/{useSortable-Ck0rBJ4g.js → useSortable-Cq2Y1JLO.js} +0 -0
  192. /package/dist/{useSpringMount-BTRBNzXP.js → useSpringMount-Cfk1XK1R.js} +0 -0
  193. /package/dist/{useTimer-lp5NlH4w.js → useTimer-NAaj9zNq.js} +0 -0
  194. /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-BTRBNzXP.js";
2
- import { t as n } from "./useGlobalDark-PMiP5Jku.js";
3
- import { t as r } from "./useIntersectionPause-CXYfYg_C.js";
4
- import { n as i, r as a, t as o } from "./useAnimatedNumber-DcvTR9B4.js";
5
- import { computed as s, getCurrentScope as c, nextTick as l, onBeforeUnmount as u, onMounted as d, onScopeDispose as f, reactive as p, readonly as m, ref as h, shallowRef as g, unref as _, watch as v } from "vue";
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 b(t = {}) {
9
- let n = h(0), r = e(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 x(e) {
40
- let t = h(0), n = h(!1), { from: r, to: i, duration: a, timingFunction: o, onFrame: s } = e, c = g(new y([r, i], {
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: o
41
+ timingFunction: u
43
42
  }));
44
- async function l() {
45
- n.value && c.value.stop(), n.value = !0, t.value = 0;
43
+ async function p() {
44
+ n.value && f.value.stop(), n.value = !0, t.value = 0;
46
45
  try {
47
- await c.value.play((e) => {
48
- s?.(e);
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 d() {
63
- c.value.stop(), n.value = !1;
61
+ function m() {
62
+ f.value.stop(), n.value = !1;
64
63
  }
65
- return u(() => {
66
- d();
64
+ return o(() => {
65
+ m();
67
66
  }), {
68
- start: l,
69
- stop: d,
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 T(e) {
142
- let { keys: t, source: n, ...r } = e, i = {};
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: a } = o(() => t.value, r);
145
- i[e] = s(() => t.value === null ? null : a.value);
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
- function w() {
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 { i as DAMPING, a as SNAP_THRESHOLD, E as installDarkModeSync, o as useAnimatedNumber, T as useAnimatedNumberMap, r as useIntersectionPause, x as useNumericTransition, M as useRAFLoop, w as useScrollProgress, e as useSpring, t as useSpringMount, S as useSpringOrchestrator, b as useSpringPress, P as useStagger, C as useStaggerReveal };
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 };
@@ -1,2 +1,2 @@
1
- import { t as e } from "./Notification-DrI1DT2v.js";
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";
@@ -0,0 +1,2 @@
1
+ import { a as e, i as t, n, r, t as i } from "./NumberFieldContent-DTH9gb_N.js";
2
+ export { e as NumberField, i as NumberFieldContent, n as NumberFieldDecrement, r as NumberFieldIncrement, t as NumberFieldInput };
@@ -1,2 +1,2 @@
1
- import { t as e } from "./PaperBackdrop-Bc2drCqJ.js";
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-BCH4eYs8.js";
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-CCH-2UBR.js";
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-n-_DRHWS.js";
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-lp5NlH4w.js";
2
- import { t } from "./useInterval-COlTCeVa.js";
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 };
@@ -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-yu8EYUnu.js";
3
- import { t as o } from "./UnderlineTabs-BtrUcXn-.js";
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, {
@@ -1,2 +1,2 @@
1
- import { t as e } from "./ScrollingText-7P8skg5W.js";
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-ocd8tmL9.js";
4
- import { t as i } from "./x-cdWAmO-q.js";
5
- import { n as a } from "./badge-BbxVKZfw.js";
6
- import { n as o } from "./button-BlOW34DT.js";
7
- import { n as s, t as c } from "./DialogContent-CmCijgX9.js";
8
- import { n as l, r as u, t as d } from "./PopoverContent-BCH4eYs8.js";
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-yu8EYUnu.js";
2
- import { t as s } from "./SelectGroup-O69GTQ77.js";
3
- import { n as c, t as l } from "./SelectSeparator-GTHxKO0a.js";
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-_NCypg_C.js";
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-cdWAmO-q.js";
3
- import { t as n } from "./useSpringMount-BTRBNzXP.js";
4
- import { t as r } from "./ModalOverlay-DKLVY-cj.js";
5
- import { computed as i, createBlock as a, createElementBlock as o, createVNode as s, defineComponent as c, guardReactiveProps as l, mergeProps as u, normalizeClass as d, normalizeProps as f, openBlock as p, renderSlot as m, toHandlers as h, unref as g, withCtx as _ } from "vue";
6
- import { DialogClose as v, DialogContent as y, DialogDescription as b, DialogPortal as x, DialogRoot as S, DialogTitle as C, DialogTrigger as w, injectDialogRootContext as T, useForwardPropsEmits as E } from "reka-ui";
7
- import { cva as D } from "class-variance-authority";
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 O = /* @__PURE__ */ c({
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 = E(e, t);
20
- return (e, t) => (p(), a(g(S), f(l(g(n))), {
21
- default: _(() => [m(e.$slots, "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
- }), k = /* @__PURE__ */ c({
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) => (p(), a(g(w), f(l(t)), {
34
- default: _(() => [m(e.$slots, "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
- }), A = /* @__PURE__ */ c({
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) => (p(), a(g(v), f(l(t)), {
47
- default: _(() => [m(e.$slots, "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
- }), j = /* @__PURE__ */ c({
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: c }) {
80
- let l = o, d = c, f = E(i(() => {
81
- let { class: e, side: t, spring: n, dragDismiss: r, dragThreshold: i, ...a } = l;
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
- }), d), b = l.spring ? T() : null, S = l.spring && b ? n({
84
- open: b.open,
85
- preset: typeof l.spring == "string" ? l.spring : "smooth",
86
- dismissThreshold: l.dragThreshold ?? .3,
87
- onDismiss: () => b.onOpenChange(!1)
88
- }) : null, C = i(() => l.side ?? "right");
89
- function w(e, t) {
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 D = i(() => {
99
- if (S) return {
100
- transform: w(S.position.value, C.value),
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
- }), O = i(() => l.spring && l.dragDismiss && S ? S.dragHandlers : {});
105
- return (n, i) => (p(), a(g(x), null, {
106
- default: _(() => [s(r, {
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
- }), s(g(y), u({ class: g(e)(g(I)({ side: C.value }), l.spring ? "transition-none" : "", l.class) }, {
111
- ...g(f),
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: D.value,
115
- "data-spring": l.spring ? typeof l.spring == "string" ? l.spring : "smooth" : void 0,
116
- "data-drag-dismiss": l.spring && l.dragDismiss ? "" : void 0
117
- }, h(O.value)), {
118
- default: _(() => [m(n.$slots, "default"), s(g(v), { 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: _(() => [s(g(t), { class: "w-4 h-4 text-muted-foreground" })]),
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
- }), M = /* @__PURE__ */ c({
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) => (p(), o("div", { class: d(g(e)("flex flex-col gap-y-2 text-center sm:text-left", n.class)) }, [m(t.$slots, "default")], 2));
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
- }), N = /* @__PURE__ */ c({
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) => (p(), a(g(C), u({ class: g(e)("text-subheading text-foreground", n.class) }, r.value), {
164
- default: _(() => [m(t.$slots, "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
- }), P = /* @__PURE__ */ c({
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) => (p(), a(g(b), u({ class: g(e)("text-sm text-muted-foreground", n.class) }, r.value), {
187
- default: _(() => [m(t.$slots, "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
- }), F = /* @__PURE__ */ c({
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) => (p(), o("div", { class: d(g(e)("flex flex-col-reverse sm:flex-row sm:justify-end sm:gap-x-2", n.class)) }, [m(t.$slots, "default")], 2));
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
- }), I = D("fixed z-modal gap-4 glass-floating p-6 transition ease-in-out sheet-animate", {
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 { M as a, k as c, N as i, O as l, F as n, j as o, P as r, A as s, I as t };
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-CLVkb3AO.js";
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-n-_DRHWS.js";
3
- import { i as n } from "./dockContext-BDGSrwsV.js";
4
- import { t as r } from "./useTouchGate-BhhEMlwJ.js";
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-BQaLYFLh.js";
1
+ import { n as e, t } from "./slider-DJvHkTRe.js";
2
2
  export { e as Slider, t as sliderVariants };
@@ -1,5 +1,5 @@
1
- import { t as e } from "./_plugin-vue_export-helper-n-_DRHWS.js";
2
- import { t } from "./useSortable-Ck0rBJ4g.js";
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");