evo-vue-carousel 1.1.6 → 1.1.8

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 (2) hide show
  1. package/dist/evo-vue-carousel.js +1642 -1371
  2. package/package.json +20 -20
@@ -1,28 +1,29 @@
1
- import { Comment, Fragment, Static, Text, Transition, cloneVNode, computed, createBlock, createCommentVNode, createElementBlock, createElementVNode, createTextVNode, createVNode, defineComponent, getCurrentInstance, getCurrentScope, h, hasInjectionContext, inject, isRef, isVNode, mergeProps, nextTick, normalizeClass, onMounted, onScopeDispose, onUnmounted, openBlock, provide, readonly, ref, renderList, renderSlot, shallowReadonly, shallowRef, toValue, unref, useCssVars, useId, useSlots, watch, watchEffect, withCtx } from "vue";
2
- import './main.css';function o$1(e) {
1
+ import { Comment as e, Fragment as t, Static as n, Text as r, Transition as i, cloneVNode as a, computed as o, createBlock as s, createCommentVNode as c, createElementBlock as l, createElementVNode as u, createTextVNode as d, createVNode as f, defineComponent as p, getCurrentInstance as m, getCurrentScope as h, h as g, hasInjectionContext as _, inject as v, isRef as y, isVNode as b, mergeProps as x, nextTick as ee, normalizeClass as S, onMounted as C, onScopeDispose as w, onUnmounted as te, openBlock as T, provide as E, readonly as D, ref as O, renderList as k, renderSlot as A, shallowReadonly as j, shallowRef as M, toValue as N, unref as P, useCssVars as ne, useId as re, useSlots as ie, watch as F, watchEffect as I, withCtx as L } from "vue";
2
+ import './main.css';//#region node_modules/.pnpm/@evomark+vue-forward-slots@6.2.2_vue@3.5.42_typescript@6.0.3_/node_modules/@evomark/vue-forward-slots/dist/vue-forward-slots.js
3
+ function ae(e) {
3
4
  return typeof e == "string" || e instanceof RegExp || Array.isArray(e);
4
5
  }
5
- function f(e) {
6
+ function oe(e) {
6
7
  return Array.isArray(e) || (e = [e]), e.filter(Boolean);
7
8
  }
8
- function g$1(e, t, n) {
9
- let r = f(t.only), a = f(t.except);
10
- return Object.entries(e).filter(([e]) => h$1(e, r, a, n, t.filterNative)).reduce((e, [t, n]) => (e[t] = (e) => n(e), e), {});
9
+ function R(e, t, n) {
10
+ let r = oe(t.only), i = oe(t.except);
11
+ return Object.entries(e).filter(([e]) => ce(e, r, i, n, t.filterNative)).reduce((e, [t, n]) => (e[t] = (e) => n(e), e), {});
11
12
  }
12
- function i(e) {
13
+ function se(e) {
13
14
  if (e instanceof RegExp) return e;
14
15
  {
15
16
  let t = e.replace(/[-\/\\^$+?.()|[\]{}]/g, "\\$&").replace(/^\*/, ".*").replace(/\*$/, ".*");
16
- return t.includes(".*") ? /* @__PURE__ */ RegExp(`^${t}$`) : e;
17
+ return t.includes(".*") ? RegExp(`^${t}$`) : e;
17
18
  }
18
19
  }
19
- function h$1(e, t, n, r, a) {
20
- return t.length ? t.some((t) => (t = i(t), r.includes(e) && a !== !0 ? !0 : t instanceof RegExp ? t.test(e) : t === e)) : n.every((t) => (t = i(t), r.includes(e) && a !== !0 ? !0 : t instanceof RegExp ? t.test(e) === !1 : t !== e));
20
+ function ce(e, t, n, r, i) {
21
+ return t.length ? t.some((t) => (t = se(t), r.includes(e) && i !== !0 ? !0 : t instanceof RegExp ? t.test(e) : t === e)) : n.every((t) => (t = se(t), r.includes(e) && i !== !0 ? !0 : t instanceof RegExp ? t.test(e) === !1 : t !== e));
21
22
  }
22
- function A(e, t, n, r, a) {
23
- return h(e, r, g$1(n, t, a));
23
+ function le(e, t, n, r, i) {
24
+ return g(e, r, R(n, t, i));
24
25
  }
25
- var S = defineComponent({
26
+ var z = p({
26
27
  name: "ForwardSlots",
27
28
  inheritAttrs: !1,
28
29
  props: {
@@ -38,7 +39,7 @@ var S = defineComponent({
38
39
  Array
39
40
  ],
40
41
  default: () => [],
41
- validator: o$1
42
+ validator: ae
42
43
  },
43
44
  except: {
44
45
  type: [
@@ -47,7 +48,7 @@ var S = defineComponent({
47
48
  Array
48
49
  ],
49
50
  default: () => [],
50
- validator: o$1
51
+ validator: ae
51
52
  },
52
53
  inheritAttrs: {
53
54
  type: Boolean,
@@ -59,329 +60,370 @@ var S = defineComponent({
59
60
  }
60
61
  },
61
62
  setup(e, { slots: n, attrs: r }) {
62
- let a = (n) => {
63
- var s;
64
- if (n.type === Fragment && Array.isArray(n.children) && (s = n.children) != null && s.length) return n.children.map(a);
65
- let c = Object.keys(n.children ?? {});
66
- return A(n, e, Object.assign({}, e.slots, n.children), e.inheritAttrs ? r : {}, c);
63
+ let i = (n) => {
64
+ var a;
65
+ if (n.type === t && Array.isArray(n.children) && (a = n.children) != null && a.length) return n.children.map(i);
66
+ let o = Object.keys(n.children ?? {});
67
+ return le(n, e, Object.assign({}, e.slots, n.children), e.inheritAttrs ? r : {}, o);
67
68
  };
68
- return () => (n.default && typeof n.default == "function" ? n.default() : []).map(a);
69
+ return () => (n.default && typeof n.default == "function" ? n.default() : []).map(i);
69
70
  }
70
71
  });
71
- function tryOnScopeDispose(e, t) {
72
- return getCurrentScope() ? (onScopeDispose(e, t), !0) : !1;
73
- }
74
- var localProvidedStateMap = /* @__PURE__ */ new WeakMap(), injectLocal = (...e) => {
75
- let t = e[0], n = getCurrentInstance()?.proxy ?? getCurrentScope();
76
- if (n == null && !hasInjectionContext()) throw Error("injectLocal must be called in setup");
77
- return n && localProvidedStateMap.has(n) && t in localProvidedStateMap.get(n) ? localProvidedStateMap.get(n)[t] : inject(...e);
78
- }, isClient = typeof window < "u" && typeof document < "u";
72
+ //#endregion
73
+ //#region node_modules/.pnpm/@vueuse+shared@14.4.0_vue@3.5.42_typescript@6.0.3_/node_modules/@vueuse/shared/dist/index.js
74
+ function B(e, t) {
75
+ return h() ? (w(e, t), !0) : !1;
76
+ }
77
+ var ue = /* @__PURE__ */ new WeakMap(), de = (...e) => {
78
+ let t = e[0], n = m()?.proxy ?? h();
79
+ if (n == null && !_()) throw Error("injectLocal must be called in setup");
80
+ return n && ue.has(n) && t in ue.get(n) ? ue.get(n)[t] : v(...e);
81
+ }, fe = typeof window < "u" && typeof document < "u";
79
82
  typeof WorkerGlobalScope < "u" && globalThis instanceof WorkerGlobalScope;
80
- var notNullish = (e) => e != null, toString$1 = Object.prototype.toString, isObject$1 = (e) => toString$1.call(e) === "[object Object]", noop = () => {};
81
- function pxValue(e) {
83
+ var pe = (e) => e != null, me = Object.prototype.toString, he = (e) => me.call(e) === "[object Object]", ge = () => {};
84
+ function _e(e) {
82
85
  return e.endsWith("rem") ? Number.parseFloat(e) * 16 : Number.parseFloat(e);
83
86
  }
84
- function toArray$1(e) {
87
+ function ve(e) {
85
88
  return Array.isArray(e) ? e : [e];
86
89
  }
87
- function getLifeCycleTarget(e) {
88
- return e || getCurrentInstance();
90
+ function ye(e) {
91
+ return e || m();
89
92
  }
90
- function tryOnMounted(e, t = !0, n) {
91
- getLifeCycleTarget(n) ? onMounted(e, n) : t ? e() : nextTick(e);
93
+ function be(e, t = !0, n) {
94
+ ye(n) ? C(e, n) : t ? e() : ee(e);
92
95
  }
93
- function useIntervalFn(e, t = 1e3, n = {}) {
94
- let { immediate: r = !0, immediateCallback: a = !1 } = n, s = null, c = shallowRef(!1);
95
- function l() {
96
- s &&= (clearInterval(s), null);
96
+ function xe(e, t = 1e3, n = {}) {
97
+ let { immediate: r = !0, immediateCallback: i = !1 } = n, a = null, o = M(!1);
98
+ function s() {
99
+ a &&= (clearInterval(a), null);
97
100
  }
98
- function u() {
99
- c.value = !1, l();
101
+ function c() {
102
+ o.value = !1, s();
100
103
  }
101
- function d() {
102
- let n = toValue(t);
103
- n <= 0 || (c.value = !0, a && e(), l(), c.value && (s = setInterval(e, n)));
104
+ function l() {
105
+ let n = N(t);
106
+ n <= 0 || (o.value = !0, i && e(), s(), o.value && (a = setInterval(e, n)));
104
107
  }
105
- return r && isClient && d(), (isRef(t) || typeof t == "function") && tryOnScopeDispose(watch(t, () => {
106
- c.value && isClient && d();
107
- })), tryOnScopeDispose(u), {
108
- isActive: shallowReadonly(c),
109
- pause: u,
110
- resume: d
108
+ return r && fe && l(), (y(t) || typeof t == "function") && B(F(t, () => {
109
+ o.value && fe && l();
110
+ })), B(c), {
111
+ isActive: j(o),
112
+ pause: c,
113
+ resume: l
111
114
  };
112
115
  }
113
- function watchImmediate(e, t, n) {
114
- return watch(e, t, {
116
+ function Se(e, t, n) {
117
+ return F(e, t, {
115
118
  ...n,
116
119
  immediate: !0
117
120
  });
118
121
  }
119
- var defaultWindow = isClient ? window : void 0;
120
- isClient && window.document, isClient && window.navigator, isClient && window.location;
121
- function unrefElement(e) {
122
- let t = toValue(e);
122
+ //#endregion
123
+ //#region node_modules/.pnpm/@vueuse+core@14.4.0_vue@3.5.42_typescript@6.0.3_/node_modules/@vueuse/core/dist/index.js
124
+ var V = fe ? window : void 0;
125
+ fe && window.document, fe && window.navigator, fe && window.location;
126
+ function H(e) {
127
+ let t = N(e);
123
128
  return t?.$el ?? t;
124
129
  }
125
- function useEventListener(...e) {
126
- let t = (e, t, n, r) => (e.addEventListener(t, n, r), () => e.removeEventListener(t, n, r)), n = computed(() => {
127
- let t = toArray$1(toValue(e[0])).filter((e) => e != null);
130
+ function Ce(...e) {
131
+ let t = (e, t, n, r) => (e.addEventListener(t, n, r), () => e.removeEventListener(t, n, r)), n = o(() => {
132
+ let t = ve(N(e[0])).filter((e) => e != null);
128
133
  return t.every((e) => typeof e != "string") ? t : void 0;
129
134
  });
130
- return watchImmediate(() => [
131
- n.value?.map((e) => unrefElement(e)) ?? [defaultWindow].filter((e) => e != null),
132
- toArray$1(toValue(n.value ? e[1] : e[0])),
133
- toArray$1(unref(n.value ? e[2] : e[1])),
134
- toValue(n.value ? e[3] : e[2])
135
- ], ([e, n, r, a], s, c) => {
135
+ return Se(() => [
136
+ n.value?.map((e) => H(e)) ?? [V].filter((e) => e != null),
137
+ ve(N(n.value ? e[1] : e[0])),
138
+ ve(P(n.value ? e[2] : e[1])),
139
+ N(n.value ? e[3] : e[2])
140
+ ], ([e, n, r, i], a, o) => {
136
141
  if (!e?.length || !n?.length || !r?.length) return;
137
- let l = isObject$1(a) ? { ...a } : a, u = e.flatMap((e) => n.flatMap((n) => r.map((r) => t(e, n, r, l))));
138
- c(() => {
139
- u.forEach((e) => e());
142
+ let s = he(i) ? { ...i } : i, c = e.flatMap((e) => n.flatMap((n) => r.map((r) => t(e, n, r, s))));
143
+ o(() => {
144
+ c.forEach((e) => e());
140
145
  });
141
146
  }, { flush: "post" });
142
147
  }
143
- function useMounted() {
144
- let e = shallowRef(!1), t = getCurrentInstance();
145
- return t && onMounted(() => {
148
+ function we() {
149
+ let e = M(!1), t = m();
150
+ return t && C(() => {
146
151
  e.value = !0;
147
152
  }, t), e;
148
153
  }
149
154
  /* @__NO_SIDE_EFFECTS__ */
150
- function useSupported(e) {
151
- let t = useMounted();
152
- return computed(() => (t.value, !!e()));
153
- }
154
- function useMutationObserver(e, t, n = {}) {
155
- let { window: r = defaultWindow, ...a } = n, s, l = /* @__PURE__ */ useSupported(() => r && "MutationObserver" in r), u = () => {
156
- s &&= (s.disconnect(), void 0);
157
- }, d = watch(computed(() => {
158
- let t = toArray$1(toValue(e)).map(unrefElement).filter(notNullish);
155
+ function Te(e) {
156
+ let t = we();
157
+ return o(() => (t.value, !!e()));
158
+ }
159
+ function Ee(e, t, n = {}) {
160
+ let { window: r = V, ...i } = n, a, s = /* @__PURE__ */ Te(() => r && "MutationObserver" in r), c = () => {
161
+ a &&= (a.disconnect(), void 0);
162
+ }, l = F(o(() => {
163
+ let t = ve(N(e)).map(H).filter(pe);
159
164
  return new Set(t);
160
165
  }), (e) => {
161
- u(), l.value && e.size && (s = new MutationObserver(t), e.forEach((e) => s.observe(e, a)));
166
+ c(), s.value && e.size && (a = new MutationObserver(t), e.forEach((e) => a.observe(e, i)));
162
167
  }, {
163
168
  immediate: !0,
164
169
  flush: "post"
165
- }), p = () => s?.takeRecords(), m = () => {
166
- d(), u();
170
+ }), u = () => a?.takeRecords(), d = () => {
171
+ l(), c();
167
172
  };
168
- return tryOnScopeDispose(m), {
169
- isSupported: l,
170
- stop: m,
171
- takeRecords: p
173
+ return B(d), {
174
+ isSupported: s,
175
+ stop: d,
176
+ takeRecords: u
172
177
  };
173
178
  }
174
- function onElementRemoval(e, t, n = {}) {
175
- let { window: r = defaultWindow, document: a = r?.document, flush: s = "sync" } = n;
176
- if (!r || !a) return noop;
177
- let c, l = (e) => {
178
- c?.(), c = e;
179
- }, u = watchEffect(() => {
180
- let n = unrefElement(e);
179
+ function De(e, t, n = {}) {
180
+ let { window: r = V, document: i = r?.document, flush: a = "sync" } = n;
181
+ if (!r || !i) return ge;
182
+ let o, s = (e) => {
183
+ o?.(), o = e;
184
+ }, c = I(() => {
185
+ let n = H(e);
181
186
  if (n) {
182
- let { stop: e } = useMutationObserver(a, (e) => {
187
+ let { stop: e } = Ee(i, (e) => {
183
188
  e.map((e) => [...e.removedNodes]).flat().some((e) => e === n || e.contains(n)) && t(e);
184
189
  }, {
185
190
  window: r,
186
191
  childList: !0,
187
192
  subtree: !0
188
193
  });
189
- l(e);
194
+ s(e);
190
195
  }
191
- }, { flush: s }), d = () => {
192
- u(), l();
196
+ }, { flush: a }), l = () => {
197
+ c(), s();
193
198
  };
194
- return tryOnScopeDispose(d), d;
199
+ return B(l), l;
195
200
  }
196
- var ssrWidthSymbol = Symbol("vueuse-ssr-width");
201
+ var Oe = Symbol("vueuse-ssr-width");
197
202
  /* @__NO_SIDE_EFFECTS__ */
198
- function useSSRWidth() {
199
- let e = hasInjectionContext() ? injectLocal(ssrWidthSymbol, null) : null;
203
+ function ke() {
204
+ let e = _() ? de(Oe, null) : null;
200
205
  return typeof e == "number" ? e : void 0;
201
206
  }
202
- function useMediaQuery(e, t = {}) {
203
- let { window: n = defaultWindow, ssrWidth: r = /* @__PURE__ */ useSSRWidth() } = t, a = /* @__PURE__ */ useSupported(() => n && "matchMedia" in n && typeof n.matchMedia == "function"), s = shallowRef(typeof r == "number"), l = shallowRef(), u = shallowRef(!1);
204
- return watchEffect(() => {
205
- if (s.value) {
206
- s.value = !a.value, u.value = toValue(e).split(",").some((e) => {
207
- let t = e.includes("not all"), n = e.match(/\(\s*min-width:\s*(-?\d+(?:\.\d*)?[a-z]+\s*)\)/), a = e.match(/\(\s*max-width:\s*(-?\d+(?:\.\d*)?[a-z]+\s*)\)/), s = !!(n || a);
208
- return n && s && (s = r >= pxValue(n[1])), a && s && (s = r <= pxValue(a[1])), t ? !s : s;
207
+ function Ae(e, t = {}) {
208
+ let { window: n = V, ssrWidth: r = /* @__PURE__ */ ke() } = t, i = /* @__PURE__ */ Te(() => n && "matchMedia" in n && typeof n.matchMedia == "function"), a = M(typeof r == "number"), s = M(), c = M(!1);
209
+ return I(() => {
210
+ if (a.value) {
211
+ a.value = !i.value;
212
+ let t = N(e).split(",");
213
+ c.value = t.some((e) => {
214
+ let t = e.includes("not all"), n = e.match(/\(\s*min-width:\s*(-?\d+(?:\.\d*)?[a-z]+\s*)\)/), i = e.match(/\(\s*max-width:\s*(-?\d+(?:\.\d*)?[a-z]+\s*)\)/), a = !!(n || i);
215
+ return n && a && (a = r >= _e(n[1])), i && a && (a = r <= _e(i[1])), t ? !a : a;
209
216
  });
210
217
  return;
211
218
  }
212
- a.value && (l.value = n.matchMedia(toValue(e)), u.value = l.value.matches);
213
- }), useEventListener(l, "change", (e) => {
214
- u.value = e.matches;
215
- }, { passive: !0 }), computed(() => u.value);
216
- }
217
- function useResizeObserver(e, t, n = {}) {
218
- let { window: r = defaultWindow, ...a } = n, s, l = /* @__PURE__ */ useSupported(() => r && "ResizeObserver" in r), u = () => {
219
- s &&= (s.disconnect(), void 0);
220
- }, d = watch(computed(() => {
221
- let t = toValue(e);
222
- return Array.isArray(t) ? t.map((e) => unrefElement(e)) : [unrefElement(t)];
219
+ i.value && (s.value = n.matchMedia(N(e)), c.value = s.value.matches);
220
+ }), Ce(s, "change", (e) => {
221
+ c.value = e.matches;
222
+ }, { passive: !0 }), o(() => c.value);
223
+ }
224
+ function je(e, t, n = {}) {
225
+ let { window: r = V, ...i } = n, a, s = /* @__PURE__ */ Te(() => r && "ResizeObserver" in r), c = () => {
226
+ a &&= (a.disconnect(), void 0);
227
+ }, l = F(o(() => {
228
+ let t = N(e);
229
+ return Array.isArray(t) ? t.map((e) => H(e)) : [H(t)];
223
230
  }), (e) => {
224
- if (u(), l.value && r) {
225
- s = new ResizeObserver(t);
226
- for (let t of e) t && s.observe(t, a);
231
+ if (c(), s.value && r) {
232
+ a = new ResizeObserver(t);
233
+ for (let t of e) t && a.observe(t, i);
227
234
  }
228
235
  }, {
229
236
  immediate: !0,
230
237
  flush: "post"
231
- }), p = () => {
232
- u(), d();
238
+ }), u = () => {
239
+ c(), l();
233
240
  };
234
- return tryOnScopeDispose(p), {
235
- isSupported: l,
236
- stop: p
241
+ return B(u), {
242
+ isSupported: s,
243
+ stop: u
237
244
  };
238
245
  }
239
- function useElementHover(e, t = {}) {
240
- let { delayEnter: n = 0, delayLeave: r = 0, triggerOnRemoval: a = !1, window: s = defaultWindow } = t, l = shallowRef(!1), u, d = (e) => {
246
+ function Me(e, t = {}) {
247
+ let { delayEnter: n = 0, delayLeave: r = 0, triggerOnRemoval: i = !1, window: a = V } = t, s = M(!1), c, l = (e) => {
241
248
  let t = e ? n : r;
242
- u &&= (clearTimeout(u), void 0), t ? u = setTimeout(() => l.value = e, t) : l.value = e;
249
+ c &&= (clearTimeout(c), void 0), t ? c = setTimeout(() => s.value = e, t) : s.value = e;
243
250
  };
244
- return s ? (useEventListener(e, "mouseenter", () => d(!0), { passive: !0 }), useEventListener(e, "mouseleave", () => d(!1), { passive: !0 }), a && onElementRemoval(computed(() => unrefElement(e)), () => d(!1)), l) : l;
251
+ return a ? (Ce(e, "mouseenter", () => l(!0), { passive: !0 }), Ce(e, "mouseleave", () => l(!1), { passive: !0 }), i && De(o(() => H(e)), () => l(!1)), s) : s;
245
252
  }
246
- function useElementSize(e, t = {
253
+ function Ne(e, t = {
247
254
  width: 0,
248
255
  height: 0
249
256
  }, n = {}) {
250
- let { window: r = defaultWindow, box: a = "content-box" } = n, s = computed(() => {
257
+ let { window: r = V, box: i = "content-box" } = n, a = o(() => {
251
258
  var t;
252
- return (t = unrefElement(e)) == null || (t = t.namespaceURI) == null ? void 0 : t.includes("svg");
253
- }), l = shallowRef(t.width), u = shallowRef(t.height), { stop: d } = useResizeObserver(e, ([t]) => {
254
- let n = a === "border-box" ? t.borderBoxSize : a === "content-box" ? t.contentBoxSize : t.devicePixelContentBoxSize;
255
- if (r && s.value) {
256
- let t = unrefElement(e);
259
+ return (t = H(e)) == null || (t = t.namespaceURI) == null ? void 0 : t.includes("svg");
260
+ }), s = M(t.width), c = M(t.height), { stop: l } = je(e, ([t]) => {
261
+ let n = i === "border-box" ? t.borderBoxSize : i === "content-box" ? t.contentBoxSize : t.devicePixelContentBoxSize;
262
+ if (r && a.value) {
263
+ let t = H(e);
257
264
  if (t) {
258
265
  let e = t.getBoundingClientRect();
259
- l.value = e.width, u.value = e.height;
266
+ s.value = e.width, c.value = e.height;
260
267
  }
261
268
  } else if (n) {
262
- let e = toArray$1(n);
263
- l.value = e.reduce((e, { inlineSize: t }) => e + t, 0), u.value = e.reduce((e, { blockSize: t }) => e + t, 0);
264
- } else l.value = t.contentRect.width, u.value = t.contentRect.height;
269
+ let e = ve(n);
270
+ s.value = e.reduce((e, { inlineSize: t }) => e + t, 0), c.value = e.reduce((e, { blockSize: t }) => e + t, 0);
271
+ } else s.value = t.contentRect.width, c.value = t.contentRect.height;
265
272
  }, n);
266
- tryOnMounted(() => {
267
- let n = unrefElement(e);
268
- n && (l.value = "offsetWidth" in n ? n.offsetWidth : t.width, u.value = "offsetHeight" in n ? n.offsetHeight : t.height);
273
+ be(() => {
274
+ let n = H(e);
275
+ if (n && "offsetWidth" in n) {
276
+ if (i === "content-box" && r) {
277
+ let e = r.getComputedStyle(n), t = Number.parseFloat(e.paddingLeft) + Number.parseFloat(e.paddingRight), i = Number.parseFloat(e.paddingTop) + Number.parseFloat(e.paddingBottom), a = Number.parseFloat(e.borderLeftWidth) + Number.parseFloat(e.borderRightWidth), o = Number.parseFloat(e.borderTopWidth) + Number.parseFloat(e.borderBottomWidth);
278
+ s.value = n.offsetWidth - t - a, c.value = n.offsetHeight - i - o;
279
+ } else s.value = n.offsetWidth, c.value = n.offsetHeight;
280
+ } else n && (s.value = t.width, c.value = t.height);
269
281
  });
270
- let p = watch(() => unrefElement(e), (e) => {
271
- l.value = e ? t.width : 0, u.value = e ? t.height : 0;
282
+ let u = F(() => H(e), (e) => {
283
+ s.value = e ? t.width : 0, c.value = e ? t.height : 0;
272
284
  });
273
- function m() {
274
- d(), p();
285
+ function d() {
286
+ l(), u();
275
287
  }
276
288
  return {
277
- width: l,
278
- height: u,
279
- stop: m
289
+ width: s,
290
+ height: c,
291
+ stop: d
280
292
  };
281
293
  }
282
- function useWindowSize(e = {}) {
283
- let { window: t = defaultWindow, initialWidth: n = Infinity, initialHeight: r = Infinity, listenOrientation: a = !0, includeScrollbar: s = !0, type: c = "inner" } = e, l = shallowRef(n), u = shallowRef(r), d = () => {
284
- if (t) if (c === "outer") l.value = t.outerWidth, u.value = t.outerHeight;
285
- else if (c === "visual" && t.visualViewport) {
286
- let { width: e, height: n, scale: r } = t.visualViewport;
287
- l.value = Math.round(e * r), u.value = Math.round(n * r);
288
- } else s ? (l.value = t.innerWidth, u.value = t.innerHeight) : (l.value = t.document.documentElement.clientWidth, u.value = t.document.documentElement.clientHeight);
294
+ function Pe(e = {}) {
295
+ let { window: t = V, initialWidth: n = Infinity, initialHeight: r = Infinity, listenOrientation: i = !0, includeScrollbar: a = !0, type: o = "inner" } = e, s = M(n), c = M(r), l = () => {
296
+ if (t) {
297
+ if (o === "outer") s.value = t.outerWidth, c.value = t.outerHeight;
298
+ else if (o === "visual" && t.visualViewport) {
299
+ let { width: e, height: n, scale: r } = t.visualViewport;
300
+ s.value = Math.round(e * r), c.value = Math.round(n * r);
301
+ } else a ? (s.value = t.innerWidth, c.value = t.innerHeight) : (s.value = t.document.documentElement.clientWidth, c.value = t.document.documentElement.clientHeight);
302
+ }
289
303
  };
290
- d(), tryOnMounted(d);
291
- let p = { passive: !0 };
292
- return useEventListener("resize", d, p), t && c === "visual" && t.visualViewport && useEventListener(t.visualViewport, "resize", d, p), a && watch(useMediaQuery("(orientation: portrait)"), () => d()), {
293
- width: l,
294
- height: u
304
+ l(), be(l);
305
+ let u = { passive: !0 };
306
+ return Ce("resize", l, u), t && o === "visual" && t.visualViewport && Ce(t.visualViewport, "resize", l, u), i && F(Ae("(orientation: portrait)"), () => l()), {
307
+ width: s,
308
+ height: c
295
309
  };
296
310
  }
297
- function chunk(e, t) {
311
+ //#endregion
312
+ //#region src/utils/constants.js
313
+ var Fe = {
314
+ SLIDER: "slider",
315
+ GALLERY: "gallery"
316
+ }, Ie = (e, t, n) => {
317
+ let r = n.value.mode === Fe.GALLERY, i = n.value.wrap === !0, a = n.value.perPage, o = Math.max(t - a, 0);
318
+ return r ? e < 0 && i === !1 || o < 0 || e > t ? 0 : e : i === !1 && e <= 0 ? 0 : i === !1 && e >= t ? o : e;
319
+ };
320
+ //#endregion
321
+ //#region node_modules/.pnpm/es-toolkit@1.52.0/node_modules/es-toolkit/dist/array/chunk.mjs
322
+ function Le(e, t) {
298
323
  if (!Number.isInteger(t) || t <= 0) throw Error("Size must be an integer greater than zero.");
299
324
  let n = Math.ceil(e.length / t), r = Array(n);
300
- for (let a = 0; a < n; a++) {
301
- let n = a * t, s = n + t;
302
- r[a] = e.slice(n, s);
325
+ for (let i = 0; i < n; i++) {
326
+ let n = i * t, a = n + t;
327
+ r[i] = e.slice(n, a);
303
328
  }
304
329
  return r;
305
330
  }
306
- function flatten(e, t = 1) {
307
- let n = [], r = Math.floor(t), a = (e, t) => {
308
- for (let s = 0; s < e.length; s++) {
309
- let c = e[s];
310
- Array.isArray(c) && t < r ? a(c, t + 1) : n.push(c);
331
+ //#endregion
332
+ //#region node_modules/.pnpm/es-toolkit@1.52.0/node_modules/es-toolkit/dist/array/flatten.mjs
333
+ function Re(e, t = 1) {
334
+ let n = [], r = Math.floor(t), i = (e, t) => {
335
+ for (let a = 0; a < e.length; a++) {
336
+ let o = e[a];
337
+ Array.isArray(o) && t < r ? i(o, t + 1) : n.push(o);
311
338
  }
312
339
  };
313
- return a(e, 0), n;
314
- }
315
- function isSymbol(e) {
316
- return typeof e == "symbol" || e instanceof Symbol;
317
- }
318
- function toNumber(e) {
319
- return isSymbol(e) ? NaN : Number(e);
320
- }
321
- function toFinite(e) {
322
- return e ? (e = toNumber(e), e === Infinity || e === -Infinity ? (e < 0 ? -1 : 1) * Number.MAX_VALUE : e === e ? e : 0) : e === 0 ? e : 0;
323
- }
324
- function toInteger(e) {
325
- let t = toFinite(e), n = t % 1;
326
- return n ? t - n : t;
327
- }
328
- function debounce(e, t, { signal: n, edges: r } = {}) {
329
- let a, s = null, c = r != null && r.includes("leading"), l = r == null || r.includes("trailing"), u = () => {
330
- s !== null && (e.apply(a, s), a = void 0, s = null);
331
- }, d = () => {
332
- l && u(), b();
333
- }, p = null, m = () => {
334
- p != null && clearTimeout(p), p = setTimeout(() => {
335
- p = null, d();
340
+ return i(e, 0), n;
341
+ }
342
+ //#endregion
343
+ //#region node_modules/.pnpm/es-toolkit@1.52.0/node_modules/es-toolkit/dist/_internal/globalThis.mjs
344
+ var ze = typeof globalThis == "object" && globalThis || typeof window == "object" && window || typeof self == "object" && self || typeof global == "object" && global || (function() {
345
+ return this;
346
+ })();
347
+ //#endregion
348
+ //#region node_modules/.pnpm/es-toolkit@1.52.0/node_modules/es-toolkit/dist/function/debounce.mjs
349
+ function Be(e, t, { signal: n, edges: r } = {}) {
350
+ let i, a = null, o = r != null && r.includes("leading"), s = r == null || r.includes("trailing"), c = () => {
351
+ a !== null && (e.apply(i, a), i = void 0, a = null);
352
+ }, l = () => {
353
+ s && c(), p();
354
+ }, u = null, d = () => {
355
+ u != null && clearTimeout(u), u = setTimeout(() => {
356
+ u = null, l();
336
357
  }, t);
337
- }, _ = () => {
338
- p !== null && (clearTimeout(p), p = null);
339
- }, b = () => {
340
- _(), a = void 0, s = null;
341
- }, x = () => {
342
- u();
343
- }, C = function(...e) {
358
+ }, f = () => {
359
+ u !== null && (clearTimeout(u), u = null);
360
+ }, p = () => {
361
+ f(), i = void 0, a = null;
362
+ }, m = () => {
363
+ c();
364
+ }, h = function(...e) {
344
365
  if (n?.aborted) return;
345
- a = this, s = e;
346
- let t = p == null;
347
- m(), c && t && u();
366
+ i = this, a = e;
367
+ let t = u == null;
368
+ d(), o && t && c();
348
369
  };
349
- return C.schedule = m, C.cancel = b, C.flush = x, n?.addEventListener("abort", b, { once: !0 }), C;
370
+ return h.schedule = d, h.cancel = p, h.flush = m, n?.addEventListener("abort", p, { once: !0 }), h;
350
371
  }
351
- function identity(e) {
372
+ //#endregion
373
+ //#region node_modules/.pnpm/es-toolkit@1.52.0/node_modules/es-toolkit/dist/function/identity.mjs
374
+ function Ve(e) {
352
375
  return e;
353
376
  }
354
- function range(e, t, n = 1) {
377
+ //#endregion
378
+ //#region node_modules/.pnpm/es-toolkit@1.52.0/node_modules/es-toolkit/dist/math/range.mjs
379
+ function He(e, t, n = 1) {
355
380
  if (t ?? (t = e, e = 0), !Number.isInteger(n) || n === 0) throw Error("The step value must be a non-zero integer.");
356
- let r = Math.max(Math.ceil((t - e) / n), 0), a = Array(r);
357
- for (let t = 0; t < r; t++) a[t] = e + t * n;
358
- return a;
381
+ let r = Math.max(Math.ceil((t - e) / n), 0), i = Array(r);
382
+ for (let t = 0; t < r; t++) i[t] = e + t * n;
383
+ return i;
359
384
  }
360
- function isPrimitive(e) {
385
+ //#endregion
386
+ //#region node_modules/.pnpm/es-toolkit@1.52.0/node_modules/es-toolkit/dist/predicate/isPrimitive.mjs
387
+ function Ue(e) {
361
388
  return e == null || typeof e != "object" && typeof e != "function";
362
389
  }
363
- function isTypedArray(e) {
390
+ //#endregion
391
+ //#region node_modules/.pnpm/es-toolkit@1.52.0/node_modules/es-toolkit/dist/predicate/isTypedArray.mjs
392
+ function We(e) {
364
393
  return ArrayBuffer.isView(e) && !(e instanceof DataView);
365
394
  }
366
- function getSymbols(e) {
395
+ //#endregion
396
+ //#region node_modules/.pnpm/es-toolkit@1.52.0/node_modules/es-toolkit/dist/predicate/isBuffer.mjs
397
+ function Ge(e) {
398
+ return ze.Buffer !== void 0 && ze.Buffer.isBuffer(e);
399
+ }
400
+ //#endregion
401
+ //#region node_modules/.pnpm/es-toolkit@1.52.0/node_modules/es-toolkit/dist/compat/_internal/getSymbols.mjs
402
+ function Ke(e) {
367
403
  return Object.getOwnPropertySymbols(e).filter((t) => Object.prototype.propertyIsEnumerable.call(e, t));
368
404
  }
369
- function getTag(e) {
405
+ //#endregion
406
+ //#region node_modules/.pnpm/es-toolkit@1.52.0/node_modules/es-toolkit/dist/compat/_internal/getTag.mjs
407
+ function qe(e) {
370
408
  return e == null ? e === void 0 ? "[object Undefined]" : "[object Null]" : Object.prototype.toString.call(e);
371
409
  }
372
- var regexpTag = "[object RegExp]", stringTag = "[object String]", numberTag = "[object Number]", booleanTag = "[object Boolean]", argumentsTag = "[object Arguments]", symbolTag = "[object Symbol]", dateTag = "[object Date]", mapTag = "[object Map]", setTag = "[object Set]", arrayTag = "[object Array]", arrayBufferTag = "[object ArrayBuffer]", objectTag = "[object Object]", dataViewTag = "[object DataView]", uint8ArrayTag = "[object Uint8Array]", uint8ClampedArrayTag = "[object Uint8ClampedArray]", uint16ArrayTag = "[object Uint16Array]", uint32ArrayTag = "[object Uint32Array]", int8ArrayTag = "[object Int8Array]", int16ArrayTag = "[object Int16Array]", int32ArrayTag = "[object Int32Array]", float32ArrayTag = "[object Float32Array]", float64ArrayTag = "[object Float64Array]";
373
- function cloneDeepWith$1(e, t) {
374
- return cloneDeepWithImpl(e, void 0, e, /* @__PURE__ */ new Map(), t);
375
- }
376
- function cloneDeepWithImpl(e, t, n, r = /* @__PURE__ */ new Map(), a = void 0) {
377
- let s = a?.(e, t, n, r);
378
- if (s !== void 0) return s;
379
- if (isPrimitive(e)) return e;
410
+ //#endregion
411
+ //#region node_modules/.pnpm/es-toolkit@1.52.0/node_modules/es-toolkit/dist/compat/_internal/tags.mjs
412
+ var Je = "[object RegExp]", Ye = "[object String]", Xe = "[object Number]", Ze = "[object Boolean]", Qe = "[object Arguments]", $e = "[object Symbol]", et = "[object Date]", tt = "[object Map]", nt = "[object Set]", rt = "[object Array]", it = "[object ArrayBuffer]", at = "[object Object]", ot = "[object DataView]", st = "[object Uint8Array]", ct = "[object Uint8ClampedArray]", lt = "[object Uint16Array]", ut = "[object Uint32Array]", dt = "[object Int8Array]", ft = "[object Int16Array]", pt = "[object Int32Array]", mt = "[object Float32Array]", ht = "[object Float64Array]";
413
+ //#endregion
414
+ //#region node_modules/.pnpm/es-toolkit@1.52.0/node_modules/es-toolkit/dist/object/cloneDeepWith.mjs
415
+ function gt(e, t) {
416
+ return U(e, void 0, e, /* @__PURE__ */ new Map(), t);
417
+ }
418
+ function U(e, t, n, r = /* @__PURE__ */ new Map(), i = void 0) {
419
+ let a = i?.(e, t, n, r);
420
+ if (a !== void 0) return a;
421
+ if (Ue(e)) return e;
380
422
  if (r.has(e)) return r.get(e);
381
423
  if (Array.isArray(e)) {
382
424
  let t = Array(e.length);
383
425
  r.set(e, t);
384
- for (let s = 0; s < e.length; s++) t[s] = cloneDeepWithImpl(e[s], s, n, r, a);
426
+ for (let a = 0; a < e.length; a++) t[a] = U(e[a], a, n, r, i);
385
427
  return Object.hasOwn(e, "index") && (t.index = e.index), Object.hasOwn(e, "input") && (t.input = e.input), t;
386
428
  }
387
429
  if (e instanceof Date) return new Date(e.getTime());
@@ -392,123 +434,139 @@ function cloneDeepWithImpl(e, t, n, r = /* @__PURE__ */ new Map(), a = void 0) {
392
434
  if (e instanceof Map) {
393
435
  let t = /* @__PURE__ */ new Map();
394
436
  r.set(e, t);
395
- for (let [s, c] of e) t.set(s, cloneDeepWithImpl(c, s, n, r, a));
437
+ for (let [a, o] of e) t.set(a, U(o, a, n, r, i));
396
438
  return t;
397
439
  }
398
440
  if (e instanceof Set) {
399
441
  let t = /* @__PURE__ */ new Set();
400
442
  r.set(e, t);
401
- for (let s of e) t.add(cloneDeepWithImpl(s, void 0, n, r, a));
443
+ for (let a of e) t.add(U(a, void 0, n, r, i));
402
444
  return t;
403
445
  }
404
- if (typeof Buffer < "u" && Buffer.isBuffer(e)) return e.subarray();
405
- if (isTypedArray(e)) {
446
+ if (Ge(e)) return e.subarray();
447
+ if (We(e)) {
406
448
  let t = new (Object.getPrototypeOf(e)).constructor(e.length);
407
449
  r.set(e, t);
408
- for (let s = 0; s < e.length; s++) t[s] = cloneDeepWithImpl(e[s], s, n, r, a);
450
+ for (let a = 0; a < e.length; a++) t[a] = U(e[a], a, n, r, i);
409
451
  return t;
410
452
  }
411
453
  if (e instanceof ArrayBuffer || typeof SharedArrayBuffer < "u" && e instanceof SharedArrayBuffer) return e.slice(0);
412
454
  if (e instanceof DataView) {
413
455
  let t = new DataView(e.buffer.slice(0), e.byteOffset, e.byteLength);
414
- return r.set(e, t), copyProperties(t, e, n, r, a), t;
456
+ return r.set(e, t), W(t, e, n, r, i), t;
415
457
  }
416
458
  if (typeof File < "u" && e instanceof File) {
417
459
  let t = new File([e], e.name, { type: e.type });
418
- return r.set(e, t), copyProperties(t, e, n, r, a), t;
460
+ return r.set(e, t), W(t, e, n, r, i), t;
419
461
  }
420
462
  if (typeof Blob < "u" && e instanceof Blob) {
421
463
  let t = new Blob([e], { type: e.type });
422
- return r.set(e, t), copyProperties(t, e, n, r, a), t;
464
+ return r.set(e, t), W(t, e, n, r, i), t;
423
465
  }
424
466
  if (e instanceof Error) {
425
467
  let t = structuredClone(e);
426
- return r.set(e, t), t.message = e.message, t.name = e.name, t.stack = e.stack, t.cause = e.cause, t.constructor = e.constructor, copyProperties(t, e, n, r, a), t;
468
+ return r.set(e, t), t.message = e.message, t.name = e.name, t.stack = e.stack, t.cause = e.cause, t.constructor = e.constructor, W(t, e, n, r, i), t;
427
469
  }
428
470
  if (e instanceof Boolean) {
429
471
  let t = new Boolean(e.valueOf());
430
- return r.set(e, t), copyProperties(t, e, n, r, a), t;
472
+ return r.set(e, t), W(t, e, n, r, i), t;
431
473
  }
432
474
  if (e instanceof Number) {
433
475
  let t = new Number(e.valueOf());
434
- return r.set(e, t), copyProperties(t, e, n, r, a), t;
476
+ return r.set(e, t), W(t, e, n, r, i), t;
435
477
  }
436
478
  if (e instanceof String) {
437
479
  let t = new String(e.valueOf());
438
- return r.set(e, t), copyProperties(t, e, n, r, a), t;
480
+ return r.set(e, t), W(t, e, n, r, i), t;
439
481
  }
440
- if (typeof e == "object" && isCloneableObject(e)) {
482
+ if (typeof e == "object" && _t(e)) {
441
483
  let t = Object.create(Object.getPrototypeOf(e));
442
- return r.set(e, t), copyProperties(t, e, n, r, a), t;
484
+ return r.set(e, t), W(t, e, n, r, i), t;
443
485
  }
444
486
  return e;
445
487
  }
446
- function copyProperties(e, t, n = e, r, a) {
447
- let s = [...Object.keys(t), ...getSymbols(t)];
448
- for (let c = 0; c < s.length; c++) {
449
- let l = s[c], u = Object.getOwnPropertyDescriptor(e, l);
450
- (u == null || u.writable) && (e[l] = cloneDeepWithImpl(t[l], l, n, r, a));
488
+ function W(e, t, n = e, r, i) {
489
+ let a = [...Object.keys(t), ...Ke(t)];
490
+ for (let o = 0; o < a.length; o++) {
491
+ let s = a[o], c = Object.getOwnPropertyDescriptor(e, s);
492
+ (c == null || c.writable) && (e[s] = U(t[s], s, n, r, i));
451
493
  }
452
494
  }
453
- function isCloneableObject(e) {
454
- switch (getTag(e)) {
455
- case argumentsTag:
456
- case arrayTag:
457
- case arrayBufferTag:
458
- case dataViewTag:
459
- case booleanTag:
460
- case dateTag:
461
- case float32ArrayTag:
462
- case float64ArrayTag:
463
- case int8ArrayTag:
464
- case int16ArrayTag:
465
- case int32ArrayTag:
466
- case mapTag:
467
- case numberTag:
468
- case objectTag:
469
- case regexpTag:
470
- case setTag:
471
- case stringTag:
472
- case symbolTag:
473
- case uint8ArrayTag:
474
- case uint8ClampedArrayTag:
475
- case uint16ArrayTag:
476
- case uint32ArrayTag: return !0;
495
+ function _t(e) {
496
+ switch (qe(e)) {
497
+ case Qe:
498
+ case rt:
499
+ case it:
500
+ case ot:
501
+ case Ze:
502
+ case et:
503
+ case mt:
504
+ case ht:
505
+ case dt:
506
+ case ft:
507
+ case pt:
508
+ case tt:
509
+ case Xe:
510
+ case at:
511
+ case Je:
512
+ case nt:
513
+ case Ye:
514
+ case $e:
515
+ case st:
516
+ case ct:
517
+ case lt:
518
+ case ut: return !0;
477
519
  default: return !1;
478
520
  }
479
521
  }
480
- function cloneDeep$1(e) {
481
- return cloneDeepWithImpl(e, void 0, e, /* @__PURE__ */ new Map(), void 0);
522
+ //#endregion
523
+ //#region node_modules/.pnpm/es-toolkit@1.52.0/node_modules/es-toolkit/dist/object/cloneDeep.mjs
524
+ function vt(e) {
525
+ return U(e, void 0, e, /* @__PURE__ */ new Map(), void 0);
482
526
  }
483
- function mapValues(e, t) {
527
+ //#endregion
528
+ //#region node_modules/.pnpm/es-toolkit@1.52.0/node_modules/es-toolkit/dist/object/mapValues.mjs
529
+ function yt(e, t) {
484
530
  let n = {}, r = Object.keys(e);
485
- for (let a = 0; a < r.length; a++) {
486
- let s = r[a], c = e[s];
487
- n[s] = t(c, s, e);
531
+ for (let i = 0; i < r.length; i++) {
532
+ let a = r[i], o = e[a];
533
+ n[a] = t(o, a, e);
488
534
  }
489
535
  return n;
490
536
  }
491
- function isUnsafeProperty(e) {
537
+ //#endregion
538
+ //#region node_modules/.pnpm/es-toolkit@1.52.0/node_modules/es-toolkit/dist/_internal/isUnsafeProperty.mjs
539
+ function bt(e) {
492
540
  return e === "__proto__";
493
541
  }
494
- function pick(e, t) {
542
+ //#endregion
543
+ //#region node_modules/.pnpm/es-toolkit@1.52.0/node_modules/es-toolkit/dist/object/pick.mjs
544
+ function xt(e, t) {
495
545
  let n = {};
496
546
  for (let r = 0; r < t.length; r++) {
497
- let a = t[r];
498
- Object.hasOwn(e, a) && (n[a] = e[a]);
547
+ let i = t[r];
548
+ Object.hasOwn(e, i) && (n[i] = e[i]);
499
549
  }
500
550
  return n;
501
551
  }
502
- function isBoolean(e) {
552
+ //#endregion
553
+ //#region node_modules/.pnpm/es-toolkit@1.52.0/node_modules/es-toolkit/dist/predicate/isBoolean.mjs
554
+ function St(e) {
503
555
  return typeof e == "boolean";
504
556
  }
505
- function isEqualsSameValueZero(e, t) {
557
+ //#endregion
558
+ //#region node_modules/.pnpm/es-toolkit@1.52.0/node_modules/es-toolkit/dist/compat/util/eq.mjs
559
+ function Ct(e, t) {
506
560
  return e === t || Number.isNaN(e) && Number.isNaN(t);
507
561
  }
508
- function isLength(e) {
562
+ //#endregion
563
+ //#region node_modules/.pnpm/es-toolkit@1.52.0/node_modules/es-toolkit/dist/predicate/isLength.mjs
564
+ function wt(e) {
509
565
  return Number.isSafeInteger(e) && e >= 0;
510
566
  }
511
- var responsiveProperties = [
567
+ //#endregion
568
+ //#region src/composables/useResponsiveConfig.js
569
+ var Tt = [
512
570
  "perPage",
513
571
  "mode",
514
572
  "autoplay",
@@ -521,7 +579,7 @@ var responsiveProperties = [
521
579
  "hideNavigation",
522
580
  "hidePagination"
523
581
  ];
524
- function processConfigValues(e, t) {
582
+ function Et(e, t) {
525
583
  let n = parseInt(this.perPage);
526
584
  switch (t) {
527
585
  case "perPage":
@@ -529,88 +587,82 @@ function processConfigValues(e, t) {
529
587
  case "slideBy": return e ? +e : n;
530
588
  case "gap": return n === 1 ? 0 : +e;
531
589
  case "autoplay": return !e || e === "false" || e === "0" ? !1 : e === !0 || e === "true" ? 5e3 : +e;
532
- case "pauseOnHover": return this.manualControls ? e = !1 : e === "true" ? e = !0 : e === "false" && (e = !1), isBoolean(e) ? e : !!e;
590
+ case "pauseOnHover": return this.manualControls ? e = !1 : e === "true" ? e = !0 : e === "false" && (e = !1), St(e) ? e : !!e;
533
591
  case "wrap":
534
592
  case "hideNavigation":
535
- case "hidePagination": return e === "true" ? e = !0 : e === "false" && (e = !1), isBoolean(e) ? e : !!e;
593
+ case "hidePagination": return e === "true" ? e = !0 : e === "false" && (e = !1), St(e) ? e : !!e;
536
594
  default: return e;
537
595
  }
538
596
  }
539
- const useResponsiveConfig = (e, t = !1) => {
540
- let { width: n } = useWindowSize(), r = computed(() => pick(e, responsiveProperties)), a = computed(() => Object.entries(e.responsive).map(([e, t]) => [parseInt(e), pick(t, responsiveProperties)]).filter((e) => isNaN(e[0]) === !1).sort((e, t) => t[0] - e[0])), s = computed(() => {
541
- let e = a.value.find((e) => n.value >= e[0]);
597
+ var Dt = (e, t = !1) => {
598
+ let { width: n } = Pe(), r = o(() => xt(e, Tt)), i = o(() => Object.entries(e.responsive).map(([e, t]) => [parseInt(e), xt(t, Tt)]).filter((e) => isNaN(e[0]) === !1).sort((e, t) => t[0] - e[0])), a = o(() => {
599
+ let e = i.value.find((e) => n.value >= e[0]);
542
600
  return e ? e[1] : {};
543
601
  });
544
- return computed(() => {
545
- let e = Object.assign({ manualControls: t }, r.value, s.value);
546
- return mapValues(e, processConfigValues.bind(e));
602
+ return o(() => {
603
+ let e = Object.assign({ manualControls: t }, r.value, a.value);
604
+ return yt(e, Et.bind(e));
547
605
  });
548
- }, EVO_VUE_CAROUSEL_MODE = {
549
- SLIDER: "slider",
550
- GALLERY: "gallery"
551
- }, checkPosition = (e, t, n) => {
552
- let r = n.value.mode === EVO_VUE_CAROUSEL_MODE.GALLERY, a = n.value.wrap === !0, s = n.value.perPage, c = Math.max(t - s, 0);
553
- return r ? e < 0 && a === !1 || c < 0 || e > t ? 0 : e : a === !1 && e <= 0 ? 0 : a === !1 && e >= t ? c : e;
554
- };
555
- var configKey = Symbol.for("evo-vue-carousel__config"), slideCountKey = Symbol.for("evo-vue-carousel__slide-count"), currentIndexKey = Symbol.for("evo-vue-carousel__current-index"), isHoveredKey = Symbol.for("evo-vue-carousel__is-hovered"), isNavigatingKey = Symbol.for("evo-vue-carousel__is-navigating"), autoplayFnKey = Symbol.for("evo-vue-carousel__autoplay-fn");
556
- const useCarouselHost = (e, t, n, r = !1) => {
557
- let a = ref(!1), s = ref(!1), l = useResponsiveConfig(e, r), u = ref(0), d = useElementHover(n, {
606
+ }, Ot = Symbol.for("evo-vue-carousel__config"), kt = Symbol.for("evo-vue-carousel__slide-count"), At = Symbol.for("evo-vue-carousel__current-index"), jt = Symbol.for("evo-vue-carousel__is-hovered"), Mt = Symbol.for("evo-vue-carousel__is-navigating"), Nt = Symbol.for("evo-vue-carousel__autoplay-fn"), Pt = (e, t, n, r = !1) => {
607
+ let i = O(!1), a = O(!1), s = Dt(e, r), c = O(+(e.initialIndex ?? 0)), l = Me(n, {
558
608
  delayEnter: +e.hoverDelayEnter,
559
609
  delayLeave: +e.hoverDelayLeave
560
- }), p = watch(t, async (t) => {
561
- t > 0 && (u.value = checkPosition(+e.initialIndex, t, l), u.value > t && (u.value = t - 1), a.value = !0, await nextTick(), p());
562
- }, { immediate: !0 }), m = computed(() => l.value.autoplay ?? 0), _ = (e) => {
563
- u.value = checkPosition(e, t.value, l);
564
- }, { pause: b, resume: x, isActive: C } = useIntervalFn(() => {
565
- s.value || _(u.value + l.value.slideBy);
566
- }, m);
567
- return provide(configKey, l), provide(slideCountKey, readonly(t)), provide(currentIndexKey, u), provide(isHoveredKey, d), provide(isNavigatingKey, s), provide(autoplayFnKey, {
568
- pauseAutoplay: b,
569
- resumeAutoplay: x,
570
- autoplayIsActive: C
610
+ });
611
+ F(() => e.initialIndex, (e) => {
612
+ a.value === !1 && (c.value = +e);
613
+ });
614
+ let u = F(t, async (t) => {
615
+ t > 0 && (c.value = Ie(+e.initialIndex, t, s), c.value > t && (c.value = t - 1), i.value = !0, await ee(), u());
616
+ }, { immediate: !0 }), d = o(() => s.value.autoplay ?? 0), f = (e) => {
617
+ c.value = Ie(e, t.value, s);
618
+ }, { pause: p, resume: m, isActive: h } = xe(() => {
619
+ a.value || f(c.value + s.value.slideBy);
620
+ }, d);
621
+ return E(Ot, s), E(kt, D(t)), E(At, c), E(jt, l), E(Mt, a), E(Nt, {
622
+ pauseAutoplay: p,
623
+ resumeAutoplay: m,
624
+ autoplayIsActive: h
571
625
  }), {
572
- config: l,
573
- currentIndex: readonly(u),
574
- isHovered: d,
575
- isInit: a
626
+ config: s,
627
+ currentIndex: D(c),
628
+ isHovered: l,
629
+ isInit: i
576
630
  };
577
- }, useCarouselClient = () => {
578
- let e = inject(configKey), t = inject(currentIndexKey), n = inject(slideCountKey), r = inject(isHoveredKey), a = inject(isNavigatingKey), s = inject(autoplayFnKey);
631
+ }, Ft = () => {
632
+ let e = v(Ot), t = v(At), n = v(kt), r = v(jt), i = v(Mt), a = v(Nt);
579
633
  return {
580
634
  config: e,
581
- currentIndex: readonly(t),
635
+ currentIndex: D(t),
582
636
  setCurrentIndex: (r) => {
583
- t.value = checkPosition(r, n.value, e);
637
+ t.value = Ie(r, n.value, e);
584
638
  },
585
639
  slideCount: n,
586
640
  isHovered: r,
587
- isNavigating: readonly(a),
641
+ isNavigating: D(i),
588
642
  setIsNavigating: (e) => {
589
- a.value = e;
643
+ i.value = e;
590
644
  },
591
- ...s
645
+ ...a
592
646
  };
593
- };
594
- var Autoplay_default = {
647
+ }, It = {
595
648
  __name: "Autoplay",
596
649
  setup(e) {
597
- let { pauseAutoplay: t, resumeAutoplay: n, autoplayIsActive: r } = useCarouselClient();
598
- return (e, a) => renderSlot(e.$slots, "controls", {
599
- pause: unref(t),
600
- play: unref(n),
601
- playing: unref(r)
650
+ let { pauseAutoplay: t, resumeAutoplay: n, autoplayIsActive: r } = Ft();
651
+ return (e, i) => A(e.$slots, "controls", {
652
+ pause: P(t),
653
+ play: P(n),
654
+ playing: P(r)
602
655
  });
603
656
  }
604
- };
605
- const registerSlideClientKey = Symbol.for("evo-vue-carousel__register-slide-client"), useRegisterSlide = () => {
606
- let e = ref(/* @__PURE__ */ new Map()), t = ref(!1), n = computed(() => e.value.size), r = debounce(() => {
657
+ }, Lt = Symbol.for("evo-vue-carousel__register-slide-client"), Rt = () => {
658
+ let e = O(/* @__PURE__ */ new Map()), t = O(!1), n = o(() => e.value.size), r = Be(() => {
607
659
  t.value = !0;
608
660
  }, 5);
609
- return provide(registerSlideClientKey, {
610
- registerSlide: (t, n, { width: a = 0 } = {}) => {
661
+ return E(Lt, {
662
+ registerSlide: (t, n, { width: i = 0 } = {}) => {
611
663
  e.value.set(t, {
612
664
  instance: n,
613
- width: a
665
+ width: i
614
666
  }), r();
615
667
  },
616
668
  updateSlide: (t, n) => {
@@ -621,15 +673,14 @@ const registerSlideClientKey = Symbol.for("evo-vue-carousel__register-slide-clie
621
673
  e.value.delete(t);
622
674
  }
623
675
  }), {
624
- slides: readonly(e),
625
- slideCount: readonly(n),
626
- isInit: readonly(t)
676
+ slides: D(e),
677
+ slideCount: D(n),
678
+ isInit: D(t)
627
679
  };
628
- }, useRegisterSlideClient = () => inject(registerSlideClientKey);
629
- var _hoisted_1$4 = ["aria-label"], _hoisted_2$1 = { class: "evo-vue-carousel__content h-full max-h-full relative" }, _hoisted_3 = {
680
+ }, zt = () => v(Lt), Bt = ["aria-label"], Vt = { class: "evo-vue-carousel__content h-full max-h-full relative" }, Ht = {
630
681
  key: 0,
631
682
  class: "evo-vue-carousel__overlay absolute inset-0"
632
- }, component_default = {
683
+ }, Ut = {
633
684
  __name: "index",
634
685
  props: {
635
686
  autoplay: {
@@ -662,8 +713,8 @@ var _hoisted_1$4 = ["aria-label"], _hoisted_2$1 = { class: "evo-vue-carousel__co
662
713
  },
663
714
  mode: {
664
715
  type: String,
665
- default: EVO_VUE_CAROUSEL_MODE.SLIDER,
666
- validator: (e) => Object.values(EVO_VUE_CAROUSEL_MODE).includes(e)
716
+ default: Fe.SLIDER,
717
+ validator: (e) => Object.values(Fe).includes(e)
667
718
  },
668
719
  initialIndex: {
669
720
  type: [String, Number],
@@ -755,29 +806,29 @@ var _hoisted_1$4 = ["aria-label"], _hoisted_2$1 = { class: "evo-vue-carousel__co
755
806
  }
756
807
  },
757
808
  setup(e) {
758
- let t = e, n = ref(null), r = useSlots(), { slideCount: a, isInit: s } = useRegisterSlide(), { config: c, isHovered: m } = useCarouselHost(t, a, n, !!r.controls);
759
- return (e, r) => (openBlock(), createElementBlock("div", {
809
+ let t = e, n = O(null), r = ie(), { slideCount: i, isInit: a } = Rt(), { config: o, isHovered: d } = Pt(t, i, n, !!r.controls);
810
+ return (e, r) => (T(), l("div", {
760
811
  ref_key: "sliderRef",
761
812
  ref: n,
762
813
  role: "region",
763
814
  "aria-roledescription": "carousel",
764
815
  "aria-label": t.label,
765
- class: normalizeClass(["evo-vue-carousel relative max-h-full", { "is-hovered": unref(m) }])
816
+ class: S(["evo-vue-carousel relative max-h-full", { "is-hovered": P(d) }])
766
817
  }, [
767
- createElementVNode("div", _hoisted_2$1, [
768
- createVNode(unref(S), {
818
+ u("div", Vt, [
819
+ f(P(z), {
769
820
  slots: e.$slots,
770
821
  only: ["default"]
771
822
  }, {
772
- default: withCtx(() => [unref(c).mode === "gallery" ? (openBlock(), createBlock(unref(Gallery_default), {
823
+ default: L(() => [P(o).mode === "gallery" ? (T(), s(P(Ci), {
773
824
  key: 0,
774
- "total-slides": unref(a),
775
- "is-init": unref(s)
776
- }, null, 8, ["total-slides", "is-init"])) : (openBlock(), createBlock(unref(Slider_default), {
825
+ "total-slides": P(i),
826
+ "is-init": P(a)
827
+ }, null, 8, ["total-slides", "is-init"])) : (T(), s(P(xi), {
777
828
  key: 1,
778
- class: normalizeClass(t.viewportClass),
779
- "total-slides": unref(a),
780
- "is-init": unref(s)
829
+ class: S(t.viewportClass),
830
+ "total-slides": P(i),
831
+ "is-init": P(a)
781
832
  }, null, 8, [
782
833
  "class",
783
834
  "total-slides",
@@ -785,8 +836,8 @@ var _hoisted_1$4 = ["aria-label"], _hoisted_2$1 = { class: "evo-vue-carousel__co
785
836
  ]))]),
786
837
  _: 1
787
838
  }, 8, ["slots"]),
788
- e.$slots.overlay ? (openBlock(), createElementBlock("div", _hoisted_3, [renderSlot(e.$slots, "overlay")])) : createCommentVNode("", !0),
789
- unref(c).hideNavigation === !0 ? createCommentVNode("", !0) : (openBlock(), createBlock(unref(S), {
839
+ e.$slots.overlay ? (T(), l("div", Ht, [A(e.$slots, "overlay")])) : c("", !0),
840
+ P(o).hideNavigation === !0 ? c("", !0) : (T(), s(P(z), {
790
841
  key: 1,
791
842
  slots: e.$slots,
792
843
  only: [
@@ -795,13 +846,13 @@ var _hoisted_1$4 = ["aria-label"], _hoisted_2$1 = { class: "evo-vue-carousel__co
795
846
  "navigation"
796
847
  ]
797
848
  }, {
798
- default: withCtx(() => [createVNode(unref(Navigation_default), {
799
- class: normalizeClass(t.navigationClass),
849
+ default: L(() => [f(P(ri), {
850
+ class: S(t.navigationClass),
800
851
  "item-class": t.navigationItemClass,
801
852
  "item-size-class": t.navigationItemSizeClass,
802
853
  "prev-class": t.navigationPrevClass,
803
854
  "next-class": t.navigationNextClass,
804
- "total-slides": unref(a),
855
+ "total-slides": P(i),
805
856
  "disable-on-navigation": t.disableOnNavigation
806
857
  }, null, 8, [
807
858
  "class",
@@ -815,22 +866,22 @@ var _hoisted_1$4 = ["aria-label"], _hoisted_2$1 = { class: "evo-vue-carousel__co
815
866
  _: 1
816
867
  }, 8, ["slots"]))
817
868
  ]),
818
- unref(c).hidePagination === !0 ? createCommentVNode("", !0) : (openBlock(), createBlock(unref(S), {
869
+ P(o).hidePagination === !0 ? c("", !0) : (T(), s(P(z), {
819
870
  key: 0,
820
871
  slots: e.$slots,
821
872
  only: ["pagination", "pagination-item"]
822
873
  }, {
823
- default: withCtx(() => [createVNode(unref(Pagination_default), {
824
- class: normalizeClass(t.paginationClass),
874
+ default: L(() => [f(P(qr), {
875
+ class: S(t.paginationClass),
825
876
  "background-class": t.paginationBackgroundClass,
826
877
  "item-class": t.paginationItemClass,
827
878
  "item-size-class": t.paginationItemSizeClass,
828
879
  "item-active-class": t.paginationItemActiveClass,
829
880
  "item-dot-class": t.paginationItemDotClass,
830
881
  "item-dot-active-class": t.paginationItemDotActiveClass,
831
- "total-slides": unref(a),
832
- "per-page": unref(c).perPage,
833
- wrap: unref(c).wrap,
882
+ "total-slides": P(i),
883
+ "per-page": P(o).perPage,
884
+ wrap: P(o).wrap,
834
885
  "disable-on-navigation": t.disableOnNavigation
835
886
  }, null, 8, [
836
887
  "class",
@@ -847,393 +898,487 @@ var _hoisted_1$4 = ["aria-label"], _hoisted_2$1 = { class: "evo-vue-carousel__co
847
898
  ])]),
848
899
  _: 1
849
900
  }, 8, ["slots"])),
850
- createVNode(unref(S), {
901
+ f(P(z), {
851
902
  slots: e.$slots,
852
903
  only: "controls"
853
904
  }, {
854
- default: withCtx(() => [createVNode(Autoplay_default)]),
905
+ default: L(() => [f(It)]),
855
906
  _: 1
856
907
  }, 8, ["slots"])
857
- ], 10, _hoisted_1$4));
908
+ ], 10, Bt));
858
909
  }
859
910
  };
860
- function toArray(e) {
911
+ //#endregion
912
+ //#region node_modules/.pnpm/es-toolkit@1.52.0/node_modules/es-toolkit/dist/compat/predicate/isArrayLike.mjs
913
+ function Wt(e) {
914
+ return e != null && typeof e != "function" && wt(e.length);
915
+ }
916
+ //#endregion
917
+ //#region node_modules/.pnpm/es-toolkit@1.52.0/node_modules/es-toolkit/dist/compat/_internal/toArray.mjs
918
+ function Gt(e) {
861
919
  return Array.isArray(e) ? e : Array.from(e);
862
920
  }
863
- function isArrayLike(e) {
864
- return e != null && typeof e != "function" && isLength(e.length);
865
- }
866
- function concat(...e) {
867
- return flatten(e);
921
+ //#endregion
922
+ //#region node_modules/.pnpm/es-toolkit@1.52.0/node_modules/es-toolkit/dist/compat/array/concat.mjs
923
+ function Kt(...e) {
924
+ return Re(e);
868
925
  }
869
- function isDeepKey(e) {
870
- switch (typeof e) {
871
- case "number":
872
- case "symbol": return !1;
873
- case "string": return e.includes(".") || e.includes("[") || e.includes("]");
874
- }
926
+ //#endregion
927
+ //#region node_modules/.pnpm/es-toolkit@1.52.0/node_modules/es-toolkit/dist/compat/predicate/isSymbol.mjs
928
+ function qt(e) {
929
+ return typeof e == "symbol" || e instanceof Symbol;
875
930
  }
876
- function toKey(e) {
877
- return typeof e == "string" || typeof e == "symbol" ? e : Object.is(e?.valueOf?.(), -0) ? "-0" : String(e);
931
+ //#endregion
932
+ //#region node_modules/.pnpm/es-toolkit@1.52.0/node_modules/es-toolkit/dist/compat/util/toString.mjs
933
+ function Jt(e) {
934
+ return e == null ? "" : Yt(e);
878
935
  }
879
- function toString(e) {
880
- if (e == null) return "";
936
+ function Yt(e) {
881
937
  if (typeof e == "string") return e;
882
- if (Array.isArray(e)) return e.map(toString).join(",");
883
- let t = String(e);
938
+ if (Array.isArray(e)) return e.map(Yt).join(",");
939
+ if (qt(e)) return e.toString();
940
+ let t = e + "";
884
941
  return t === "0" && Object.is(Number(e), -0) ? "-0" : t;
885
942
  }
886
- function toPath(e) {
887
- if (Array.isArray(e)) return e.map(toKey);
943
+ //#endregion
944
+ //#region node_modules/.pnpm/es-toolkit@1.52.0/node_modules/es-toolkit/dist/compat/_internal/toKey.mjs
945
+ function Xt(e) {
946
+ return typeof e == "string" || typeof e == "symbol" ? e : Object.is(e?.valueOf?.(), -0) ? "-0" : String(e);
947
+ }
948
+ //#endregion
949
+ //#region node_modules/.pnpm/es-toolkit@1.52.0/node_modules/es-toolkit/dist/compat/util/toPath.mjs
950
+ function Zt(e) {
951
+ if (Array.isArray(e)) return e.map(Xt);
888
952
  if (typeof e == "symbol") return [e];
889
- e = toString(e);
953
+ e = Jt(e);
890
954
  let t = [], n = e.length;
891
955
  if (n === 0) return t;
892
- let r = 0, a = "", s = "", c = !1;
893
- for (e.charCodeAt(0) === 46 && (t.push(""), r++); r < n;) {
956
+ let r = 0, i = "", a = "", o = !1, s = !1, c = /^-?\d+(?:\.\d+)?$/;
957
+ for (e.charCodeAt(0) === 46 && t.push(""); r < n;) {
894
958
  let l = e[r];
895
- s ? l === "\\" && r + 1 < n ? (r++, a += e[r]) : l === s ? s = "" : a += l : c ? l === "\"" || l === "'" ? s = l : l === "]" ? (c = !1, t.push(a), a = "") : a += l : l === "[" ? (c = !0, a &&= (t.push(a), "")) : l === "." ? a &&= (t.push(a), "") : a += l, r++;
959
+ if (a) l === "\\" && r + 1 < n ? (r++, i += e[r]) : l === a ? a = "" : i += l;
960
+ else if (o) {
961
+ if (l === "\"" || l === "'") a = l, s = !0;
962
+ else if (l === "]") {
963
+ if (o = !1, !s && i.includes(".") && !c.test(i)) {
964
+ let e = i.split(".");
965
+ for (let n = 0; n < e.length; n++) e[n] !== "" && t.push(e[n]);
966
+ } else t.push(i);
967
+ i = "";
968
+ } else i += l;
969
+ } else if (l === "[") o = !0, s = !1, i &&= (t.push(i), "");
970
+ else if (l === ".") {
971
+ i &&= (t.push(i), "");
972
+ let n = e[r + 1];
973
+ (n === void 0 || n === ".") && t.push("");
974
+ } else i += l;
975
+ r++;
976
+ }
977
+ return i && t.push(i), t;
978
+ }
979
+ //#endregion
980
+ //#region node_modules/.pnpm/es-toolkit@1.52.0/node_modules/es-toolkit/dist/compat/_internal/isDeepKey.mjs
981
+ var Qt = /\.|(\[(?:[^[\]]*|(["'])(?:(?!\2)[^\\]|\\.)*?\2)\])/;
982
+ function $t(e) {
983
+ switch (typeof e) {
984
+ case "number":
985
+ case "symbol": return !1;
986
+ case "string": return e === "" || e.startsWith(".") || e.endsWith(".") ? !1 : Qt.test(e);
987
+ default: return !1;
896
988
  }
897
- return a && t.push(a), t;
898
989
  }
899
- function get(e, t, n) {
990
+ //#endregion
991
+ //#region node_modules/.pnpm/es-toolkit@1.52.0/node_modules/es-toolkit/dist/compat/object/get.mjs
992
+ function en(e, t, n) {
900
993
  if (e == null) return n;
901
994
  switch (typeof t) {
902
995
  case "string": {
903
- if (isUnsafeProperty(t)) return n;
996
+ if (bt(t)) return n;
904
997
  let r = e[t];
905
- return r === void 0 ? isDeepKey(t) ? get(e, toPath(t), n) : n : r;
998
+ return r === void 0 ? $t(t) && !Object.hasOwn(e, t) ? en(e, Zt(t), n) : n : r;
906
999
  }
907
1000
  case "number":
908
1001
  case "symbol": {
909
- typeof t == "number" && (t = toKey(t));
1002
+ typeof t == "number" && (t = Xt(t));
910
1003
  let r = e[t];
911
1004
  return r === void 0 ? n : r;
912
1005
  }
913
1006
  default: {
914
- if (Array.isArray(t)) return getWithPath(e, t, n);
915
- if (t = Object.is(t?.valueOf(), -0) ? "-0" : String(t), isUnsafeProperty(t)) return n;
1007
+ if (Array.isArray(t)) return tn(e, t, n);
1008
+ if (t = Object.is(t?.valueOf(), -0) ? "-0" : String(t), bt(t)) return n;
916
1009
  let r = e[t];
917
1010
  return r === void 0 ? n : r;
918
1011
  }
919
1012
  }
920
1013
  }
921
- function getWithPath(e, t, n) {
1014
+ function tn(e, t, n) {
922
1015
  if (t.length === 0) return n;
923
1016
  let r = e;
924
1017
  for (let e = 0; e < t.length; e++) {
925
- if (r == null || isUnsafeProperty(t[e])) return n;
1018
+ if (r == null || bt(t[e])) return n;
926
1019
  r = r[t[e]];
927
1020
  }
928
1021
  return r === void 0 ? n : r;
929
1022
  }
930
- function property(e) {
1023
+ //#endregion
1024
+ //#region node_modules/.pnpm/es-toolkit@1.52.0/node_modules/es-toolkit/dist/compat/object/property.mjs
1025
+ function nn(e) {
931
1026
  return function(t) {
932
- return get(t, e);
1027
+ return en(t, e);
933
1028
  };
934
1029
  }
935
- function isObject(e) {
1030
+ //#endregion
1031
+ //#region node_modules/.pnpm/es-toolkit@1.52.0/node_modules/es-toolkit/dist/compat/predicate/isObject.mjs
1032
+ function rn(e) {
936
1033
  return e !== null && (typeof e == "object" || typeof e == "function");
937
1034
  }
938
- function isMatchWith(e, t, n) {
939
- return typeof n == "function" ? isMatchWithInternal(e, t, function e(t, r, a, s, c, l) {
940
- let u = n(t, r, a, s, c, l);
941
- return u === void 0 ? isMatchWithInternal(t, r, e, l) : !!u;
942
- }, /* @__PURE__ */ new Map()) : isMatchWith(e, t, () => void 0);
1035
+ //#endregion
1036
+ //#region node_modules/.pnpm/es-toolkit@1.52.0/node_modules/es-toolkit/dist/compat/predicate/isMatchWith.mjs
1037
+ function an(e, t, n) {
1038
+ return typeof n == "function" ? on(e, t, function e(t, r, i, a, o, s) {
1039
+ let c = n(t, r, i, a, o, s);
1040
+ return c === void 0 ? on(t, r, e, s, !1) : !!c;
1041
+ }, /* @__PURE__ */ new Map(), !0) : an(e, t, () => void 0);
943
1042
  }
944
- function isMatchWithInternal(e, t, n, r) {
1043
+ function on(e, t, n, r, i = !1) {
945
1044
  if (t === e) return !0;
946
1045
  switch (typeof t) {
947
- case "object": return isObjectMatch(e, t, n, r);
948
- case "function": return Object.keys(t).length > 0 ? isMatchWithInternal(e, { ...t }, n, r) : isEqualsSameValueZero(e, t);
949
- default: return isObject(e) ? typeof t == "string" ? t === "" : !0 : isEqualsSameValueZero(e, t);
1046
+ case "object": return sn(e, t, n, r, i);
1047
+ case "function": return Object.keys(t).length > 0 ? on(e, { ...t }, n, r, i) : Ct(e, t);
1048
+ default: return rn(e) && i ? typeof t != "string" || t === "" : Ct(e, t);
950
1049
  }
951
1050
  }
952
- function isObjectMatch(e, t, n, r) {
1051
+ function sn(e, t, n, r, i = !1) {
953
1052
  if (t == null) return !0;
954
- if (Array.isArray(t)) return isArrayMatch(e, t, n, r);
955
- if (t instanceof Map) return isMapMatch(e, t, n, r);
956
- if (t instanceof Set) return isSetMatch(e, t, n, r);
1053
+ if (Array.isArray(t)) return ln(e, t, n, r);
1054
+ if (t instanceof Map) return cn(e, t, n, r);
1055
+ if (t instanceof Set) return un(e, t, n, r);
957
1056
  let a = Object.keys(t);
958
- if (e == null || isPrimitive(e)) return a.length === 0;
1057
+ if (e == null) return i && a.length === 0;
1058
+ if (i) Ue(e) && (e = Object(e));
1059
+ else {
1060
+ let t = qe(e);
1061
+ if (t !== "[object Object]" && t !== "[object Arguments]") return !1;
1062
+ }
959
1063
  if (a.length === 0) return !0;
960
1064
  if (r?.has(t)) return r.get(t) === e;
961
1065
  r?.set(t, e);
962
1066
  try {
963
- for (let s = 0; s < a.length; s++) {
964
- let c = a[s];
965
- if (!isPrimitive(e) && !(c in e) || t[c] === void 0 && e[c] !== void 0 || t[c] === null && e[c] !== null || !n(e[c], t[c], c, e, t, r)) return !1;
1067
+ for (let i = 0; i < a.length; i++) {
1068
+ let o = a[i];
1069
+ if (!(o in e) || t[o] === void 0 && e[o] !== void 0 || t[o] === null && e[o] !== null || !n(e[o], t[o], o, e, t, r)) return !1;
966
1070
  }
967
1071
  return !0;
968
1072
  } finally {
969
1073
  r?.delete(t);
970
1074
  }
971
1075
  }
972
- function isMapMatch(e, t, n, r) {
1076
+ function cn(e, t, n, r) {
973
1077
  if (t.size === 0) return !0;
974
1078
  if (!(e instanceof Map)) return !1;
975
- for (let [a, s] of t.entries()) if (n(e.get(a), s, a, e, t, r) === !1) return !1;
1079
+ for (let [i, a] of t.entries()) if (n(e.get(i), a, i, e, t, r) === !1) return !1;
976
1080
  return !0;
977
1081
  }
978
- function isArrayMatch(e, t, n, r) {
1082
+ function ln(e, t, n, r) {
979
1083
  if (t.length === 0) return !0;
980
1084
  if (!Array.isArray(e)) return !1;
981
- let a = /* @__PURE__ */ new Set();
982
- for (let s = 0; s < t.length; s++) {
983
- let c = t[s], l = !1;
984
- for (let u = 0; u < e.length; u++) {
985
- if (a.has(u)) continue;
986
- let d = e[u], p = !1;
987
- if (n(d, c, s, e, t, r) && (p = !0), p) {
988
- a.add(u), l = !0;
1085
+ let i = /* @__PURE__ */ new Set();
1086
+ for (let a = 0; a < t.length; a++) {
1087
+ let o = t[a], s = !1;
1088
+ for (let c = 0; c < e.length; c++) {
1089
+ if (i.has(c)) continue;
1090
+ let l = e[c], u = !1;
1091
+ if (n(l, o, a, e, t, r) && (u = !0), u) {
1092
+ i.add(c), s = !0;
989
1093
  break;
990
1094
  }
991
1095
  }
992
- if (!l) return !1;
1096
+ if (!s) return !1;
993
1097
  }
994
1098
  return !0;
995
1099
  }
996
- function isSetMatch(e, t, n, r) {
997
- return t.size === 0 ? !0 : e instanceof Set ? isArrayMatch([...e], [...t], n, r) : !1;
998
- }
999
- function isMatch(e, t) {
1000
- return isMatchWith(e, t, () => void 0);
1001
- }
1002
- function matches(e) {
1003
- return e = cloneDeep$1(e), (t) => isMatch(t, e);
1004
- }
1005
- function cloneDeepWith(e, t) {
1006
- return cloneDeepWith$1(e, (n, r, a, s) => {
1007
- let c = t?.(n, r, a, s);
1008
- if (c !== void 0) return c;
1100
+ function un(e, t, n, r) {
1101
+ return t.size === 0 || e instanceof Set && ln([...e], [...t], n, r);
1102
+ }
1103
+ //#endregion
1104
+ //#region node_modules/.pnpm/es-toolkit@1.52.0/node_modules/es-toolkit/dist/compat/predicate/isMatch.mjs
1105
+ function dn(e, t) {
1106
+ return an(e, t, () => void 0);
1107
+ }
1108
+ //#endregion
1109
+ //#region node_modules/.pnpm/es-toolkit@1.52.0/node_modules/es-toolkit/dist/compat/predicate/matches.mjs
1110
+ function fn(e) {
1111
+ return e = vt(e), (t) => dn(t, e);
1112
+ }
1113
+ //#endregion
1114
+ //#region node_modules/.pnpm/es-toolkit@1.52.0/node_modules/es-toolkit/dist/compat/object/cloneDeepWith.mjs
1115
+ function pn(e, t) {
1116
+ return gt(e, (n, r, i, a) => {
1117
+ let o = t?.(n, r, i, a);
1118
+ if (o !== void 0) return o;
1009
1119
  if (typeof e == "object") {
1010
- if (getTag(e) === "[object Object]" && typeof e.constructor != "function") {
1120
+ if (qe(e) === "[object Object]" && typeof e.constructor != "function") {
1011
1121
  let t = {};
1012
- return s.set(e, t), copyProperties(t, e, a, s), t;
1122
+ return a.set(e, t), W(t, e, i, a), t;
1013
1123
  }
1014
1124
  switch (Object.prototype.toString.call(e)) {
1015
- case numberTag:
1016
- case stringTag:
1017
- case booleanTag: {
1125
+ case Xe:
1126
+ case Ye:
1127
+ case Ze: {
1018
1128
  let t = new e.constructor(e?.valueOf());
1019
- return copyProperties(t, e), t;
1129
+ return W(t, e), t;
1020
1130
  }
1021
- case argumentsTag: {
1131
+ case Qe: {
1022
1132
  let t = {};
1023
- return copyProperties(t, e), t.length = e.length, t[Symbol.iterator] = e[Symbol.iterator], t;
1133
+ return W(t, e), t.length = e.length, t[Symbol.iterator] = e[Symbol.iterator], t;
1024
1134
  }
1025
1135
  default: return;
1026
1136
  }
1027
1137
  }
1028
1138
  });
1029
1139
  }
1030
- function cloneDeep(e) {
1031
- return cloneDeepWith(e);
1140
+ //#endregion
1141
+ //#region node_modules/.pnpm/es-toolkit@1.52.0/node_modules/es-toolkit/dist/compat/object/cloneDeep.mjs
1142
+ function mn(e) {
1143
+ return pn(e);
1144
+ }
1145
+ //#endregion
1146
+ //#region node_modules/.pnpm/es-toolkit@1.52.0/node_modules/es-toolkit/dist/compat/predicate/isArguments.mjs
1147
+ function hn(e) {
1148
+ return typeof e == "object" && !!e && qe(e) === "[object Arguments]";
1032
1149
  }
1033
- var IS_UNSIGNED_INTEGER = /^(?:0|[1-9]\d*)$/;
1034
- function isIndex(e, t = 2 ** 53 - 1) {
1150
+ //#endregion
1151
+ //#region node_modules/.pnpm/es-toolkit@1.52.0/node_modules/es-toolkit/dist/compat/_internal/isIndex.mjs
1152
+ var gn = /^(?:0|[1-9]\d*)$/;
1153
+ function _n(e, t = 2 ** 53 - 1) {
1035
1154
  switch (typeof e) {
1036
1155
  case "number": return Number.isInteger(e) && e >= 0 && e < t;
1037
1156
  case "symbol": return !1;
1038
- case "string": return IS_UNSIGNED_INTEGER.test(e);
1157
+ case "string": return gn.test(e);
1039
1158
  }
1040
1159
  }
1041
- function isArguments(e) {
1042
- return typeof e == "object" && !!e && getTag(e) === "[object Arguments]";
1043
- }
1044
- function has(e, t) {
1160
+ //#endregion
1161
+ //#region node_modules/.pnpm/es-toolkit@1.52.0/node_modules/es-toolkit/dist/compat/object/has.mjs
1162
+ function vn(e, t) {
1045
1163
  let n;
1046
- if (n = Array.isArray(t) ? t : typeof t == "string" && isDeepKey(t) && e?.[t] == null ? toPath(t) : [t], n.length === 0) return !1;
1164
+ if (n = Array.isArray(t) ? t : typeof t == "string" && $t(t) && !(t in Object(e)) ? Zt(t) : [t], n.length === 0) return !1;
1047
1165
  let r = e;
1048
1166
  for (let e = 0; e < n.length; e++) {
1049
- let t = n[e];
1050
- if ((r == null || !Object.hasOwn(r, t)) && !((Array.isArray(r) || isArguments(r)) && isIndex(t) && t < r.length)) return !1;
1167
+ let t = Xt(n[e]);
1168
+ if ((r == null || !Object.hasOwn(r, t)) && !((Array.isArray(r) || hn(r)) && _n(t) && Number(t) < r.length)) return !1;
1051
1169
  r = r[t];
1052
1170
  }
1053
1171
  return !0;
1054
1172
  }
1055
- function matchesProperty(e, t) {
1173
+ //#endregion
1174
+ //#region node_modules/.pnpm/es-toolkit@1.52.0/node_modules/es-toolkit/dist/compat/predicate/matchesProperty.mjs
1175
+ function yn(e, t) {
1056
1176
  switch (typeof e) {
1057
1177
  case "object":
1058
1178
  Object.is(e?.valueOf(), -0) && (e = "-0");
1059
1179
  break;
1060
- case "number":
1061
- e = toKey(e);
1062
- break;
1180
+ case "number": e = Xt(e);
1063
1181
  }
1064
- return t = cloneDeep(t), function(n) {
1065
- let r = get(n, e);
1066
- return r === void 0 ? has(n, e) : t === void 0 ? r === void 0 : isMatch(r, t);
1182
+ return t = mn(t), function(n) {
1183
+ let r = en(n, e);
1184
+ return r === void 0 ? vn(n, e) : t === void 0 ? r === void 0 : dn(r, t);
1067
1185
  };
1068
1186
  }
1069
- function isIterateeCall(e, t, n) {
1070
- return isObject(n) && (typeof t == "number" && isArrayLike(n) && isIndex(t) && t < n.length || typeof t == "string" && t in n) ? isEqualsSameValueZero(n[t], e) : !1;
1187
+ //#endregion
1188
+ //#region node_modules/.pnpm/es-toolkit@1.52.0/node_modules/es-toolkit/dist/compat/util/toNumber.mjs
1189
+ function bn(e) {
1190
+ return qt(e) ? NaN : Number(e);
1071
1191
  }
1072
- function findLastIndex(e, t = identity, n = e ? e.length - 1 : 0) {
1192
+ //#endregion
1193
+ //#region node_modules/.pnpm/es-toolkit@1.52.0/node_modules/es-toolkit/dist/compat/util/toFinite.mjs
1194
+ function xn(e) {
1195
+ return e ? (e = bn(e), e === Infinity || e === -Infinity ? (e < 0 ? -1 : 1) * Number.MAX_VALUE : e === e ? e : 0) : e === 0 ? e : 0;
1196
+ }
1197
+ //#endregion
1198
+ //#region node_modules/.pnpm/es-toolkit@1.52.0/node_modules/es-toolkit/dist/compat/util/toInteger.mjs
1199
+ function Sn(e) {
1200
+ let t = xn(e), n = t % 1;
1201
+ return n ? t - n : t;
1202
+ }
1203
+ //#endregion
1204
+ //#region node_modules/.pnpm/es-toolkit@1.52.0/node_modules/es-toolkit/dist/compat/_internal/isIterateeCall.mjs
1205
+ function Cn(e, t, n) {
1206
+ return rn(n) && (typeof t == "number" && Wt(n) && _n(t) && t < n.length || typeof t == "string" && t in n) ? Ct(n[t], e) : !1;
1207
+ }
1208
+ //#endregion
1209
+ //#region node_modules/.pnpm/es-toolkit@1.52.0/node_modules/es-toolkit/dist/compat/array/findLastIndex.mjs
1210
+ function wn(e, t = Ve, n = e ? e.length - 1 : 0) {
1073
1211
  if (!e) return -1;
1074
- n = n < 0 ? Math.max(e.length + n, 0) : Math.min(n, e.length - 1);
1075
- let r = toArray(e).slice(0, n + 1);
1212
+ let r = Sn(n);
1213
+ n = n < 0 ? Math.max(e.length + r, 0) : Math.min(r, e.length - 1);
1214
+ let i = Gt(e).slice(0, n + 1);
1076
1215
  switch (typeof t) {
1077
- case "function": return r.findLastIndex(t);
1078
- case "object": if (Array.isArray(t) && t.length === 2) {
1079
- let e = t[0], n = t[1];
1080
- return r.findLastIndex(matchesProperty(e, n));
1081
- } else return r.findLastIndex(matches(t));
1216
+ case "function": return i.findLastIndex(t);
1217
+ case "object":
1218
+ if (Array.isArray(t) && t.length === 2) {
1219
+ let e = t[0], n = t[1];
1220
+ return i.findLastIndex(yn(e, n));
1221
+ }
1222
+ return i.findLastIndex(fn(t));
1082
1223
  case "number":
1083
1224
  case "symbol":
1084
- case "string": return r.findLastIndex(property(t));
1225
+ case "string": return i.findLastIndex(nn(t));
1085
1226
  }
1086
1227
  }
1087
- function slice(e, t, n) {
1088
- if (!isArrayLike(e)) return [];
1228
+ //#endregion
1229
+ //#region node_modules/.pnpm/es-toolkit@1.52.0/node_modules/es-toolkit/dist/compat/array/slice.mjs
1230
+ function Tn(e, t, n) {
1231
+ if (!Wt(e)) return [];
1089
1232
  let r = e.length;
1090
- n === void 0 ? n = r : typeof n != "number" && isIterateeCall(e, t, n) && (t = 0, n = r), t = toInteger(t), n = toInteger(n), t = t < 0 ? Math.max(r + t, 0) : Math.min(t, r), n = n < 0 ? Math.max(r + n, 0) : Math.min(n, r);
1091
- let a = Math.max(n - t, 0), s = Array(a);
1092
- for (let n = 0; n < a; ++n) s[n] = e[t + n];
1093
- return s;
1233
+ n === void 0 ? n = r : typeof n != "number" && Cn(e, t, n) && (t = 0, n = r), t = Sn(t), n = Sn(n), t = t < 0 ? Math.max(r + t, 0) : Math.min(t, r), n = n < 0 ? Math.max(r + n, 0) : Math.min(n, r);
1234
+ let i = Math.max(n - t, 0), a = Array(i);
1235
+ for (let n = 0; n < i; ++n) a[n] = e[t + n];
1236
+ return a;
1094
1237
  }
1095
- var concatArrays = (e, t) => {
1238
+ //#endregion
1239
+ //#region node_modules/.pnpm/tailwind-merge@3.7.0/node_modules/tailwind-merge/dist/bundle-mjs.mjs
1240
+ var En = (e, t) => {
1096
1241
  let n = Array(e.length + t.length);
1097
1242
  for (let t = 0; t < e.length; t++) n[t] = e[t];
1098
1243
  for (let r = 0; r < t.length; r++) n[e.length + r] = t[r];
1099
1244
  return n;
1100
- }, createClassValidatorObject = (e, t) => ({
1245
+ }, Dn = (e, t) => ({
1101
1246
  classGroupId: e,
1102
1247
  validator: t
1103
- }), createClassPartObject = (e = /* @__PURE__ */ new Map(), t = null, n) => ({
1248
+ }), On = (e = /* @__PURE__ */ new Map(), t = null, n) => ({
1104
1249
  nextPart: e,
1105
1250
  validators: t,
1106
1251
  classGroupId: n
1107
- }), CLASS_PART_SEPARATOR = "-", EMPTY_CONFLICTS = [], ARBITRARY_PROPERTY_PREFIX = "arbitrary..", createClassGroupUtils = (e) => {
1108
- let t = createClassMap(e), { conflictingClassGroups: n, conflictingClassGroupModifiers: r } = e;
1252
+ }), kn = "-", An = [], jn = "arbitrary..", Mn = (e) => {
1253
+ let t = Fn(e), { conflictingClassGroups: n, conflictingClassGroupModifiers: r } = e;
1109
1254
  return {
1110
1255
  getClassGroupId: (e) => {
1111
- if (e.startsWith("[") && e.endsWith("]")) return getGroupIdForArbitraryProperty(e);
1112
- let n = e.split(CLASS_PART_SEPARATOR);
1113
- return getGroupRecursive(n, n[0] === "" && n.length > 1 ? 1 : 0, t);
1256
+ if (e.startsWith("[") && e.endsWith("]")) return Pn(e);
1257
+ let n = e.split(kn);
1258
+ return Nn(n, +(n[0] === "" && n.length > 1), t);
1114
1259
  },
1115
1260
  getConflictingClassGroupIds: (e, t) => {
1116
1261
  if (t) {
1117
- let t = r[e], a = n[e];
1118
- return t ? a ? concatArrays(a, t) : t : a || EMPTY_CONFLICTS;
1262
+ let t = r[e], i = n[e];
1263
+ return t ? i ? En(i, t) : t : i || An;
1119
1264
  }
1120
- return n[e] || EMPTY_CONFLICTS;
1265
+ return n[e] || An;
1121
1266
  }
1122
1267
  };
1123
- }, getGroupRecursive = (e, t, n) => {
1268
+ }, Nn = (e, t, n) => {
1124
1269
  if (e.length - t === 0) return n.classGroupId;
1125
- let r = e[t], a = n.nextPart.get(r);
1126
- if (a) {
1127
- let n = getGroupRecursive(e, t + 1, a);
1270
+ let r = e[t], i = n.nextPart.get(r);
1271
+ if (i) {
1272
+ let n = Nn(e, t + 1, i);
1128
1273
  if (n) return n;
1129
1274
  }
1130
- let s = n.validators;
1131
- if (s === null) return;
1132
- let c = t === 0 ? e.join(CLASS_PART_SEPARATOR) : e.slice(t).join(CLASS_PART_SEPARATOR), l = s.length;
1133
- for (let e = 0; e < l; e++) {
1134
- let t = s[e];
1135
- if (t.validator(c)) return t.classGroupId;
1275
+ let a = n.validators;
1276
+ if (a === null) return;
1277
+ let o = t === 0 ? e.join(kn) : e.slice(t).join(kn), s = a.length;
1278
+ for (let e = 0; e < s; e++) {
1279
+ let t = a[e];
1280
+ if (t.validator(o)) return t.classGroupId;
1136
1281
  }
1137
- }, getGroupIdForArbitraryProperty = (e) => e.slice(1, -1).indexOf(":") === -1 ? void 0 : (() => {
1282
+ }, Pn = (e) => e.slice(1, -1).indexOf(":") === -1 ? void 0 : (() => {
1138
1283
  let t = e.slice(1, -1), n = t.indexOf(":"), r = t.slice(0, n);
1139
- return r ? ARBITRARY_PROPERTY_PREFIX + r : void 0;
1140
- })(), createClassMap = (e) => {
1284
+ return r ? jn + r : void 0;
1285
+ })(), Fn = (e) => {
1141
1286
  let { theme: t, classGroups: n } = e;
1142
- return processClassGroups(n, t);
1143
- }, processClassGroups = (e, t) => {
1144
- let n = createClassPartObject();
1287
+ return In(n, t);
1288
+ }, In = (e, t) => {
1289
+ let n = On();
1145
1290
  for (let r in e) {
1146
- let a = e[r];
1147
- processClassesRecursively(a, n, r, t);
1291
+ let i = e[r];
1292
+ Ln(i, n, r, t);
1148
1293
  }
1149
1294
  return n;
1150
- }, processClassesRecursively = (e, t, n, r) => {
1151
- let a = e.length;
1152
- for (let s = 0; s < a; s++) {
1153
- let a = e[s];
1154
- processClassDefinition(a, t, n, r);
1295
+ }, Ln = (e, t, n, r) => {
1296
+ let i = e.length;
1297
+ for (let a = 0; a < i; a++) {
1298
+ let i = e[a];
1299
+ Rn(i, t, n, r);
1155
1300
  }
1156
- }, processClassDefinition = (e, t, n, r) => {
1301
+ }, Rn = (e, t, n, r) => {
1157
1302
  if (typeof e == "string") {
1158
- processStringDefinition(e, t, n);
1303
+ zn(e, t, n);
1159
1304
  return;
1160
1305
  }
1161
1306
  if (typeof e == "function") {
1162
- processFunctionDefinition(e, t, n, r);
1307
+ Bn(e, t, n, r);
1163
1308
  return;
1164
1309
  }
1165
- processObjectDefinition(e, t, n, r);
1166
- }, processStringDefinition = (e, t, n) => {
1167
- let r = e === "" ? t : getPart(t, e);
1310
+ Vn(e, t, n, r);
1311
+ }, zn = (e, t, n) => {
1312
+ let r = e === "" ? t : Hn(t, e);
1168
1313
  r.classGroupId = n;
1169
- }, processFunctionDefinition = (e, t, n, r) => {
1170
- if (isThemeGetter(e)) {
1171
- processClassesRecursively(e(r), t, n, r);
1314
+ }, Bn = (e, t, n, r) => {
1315
+ if (Un(e)) {
1316
+ Ln(e(r), t, n, r);
1172
1317
  return;
1173
1318
  }
1174
- t.validators === null && (t.validators = []), t.validators.push(createClassValidatorObject(n, e));
1175
- }, processObjectDefinition = (e, t, n, r) => {
1176
- let a = Object.entries(e), s = a.length;
1177
- for (let e = 0; e < s; e++) {
1178
- let [s, c] = a[e];
1179
- processClassesRecursively(c, getPart(t, s), n, r);
1180
- }
1181
- }, getPart = (e, t) => {
1182
- let n = e, r = t.split(CLASS_PART_SEPARATOR), a = r.length;
1319
+ t.validators === null && (t.validators = []), t.validators.push(Dn(n, e));
1320
+ }, Vn = (e, t, n, r) => {
1321
+ let i = Object.entries(e), a = i.length;
1183
1322
  for (let e = 0; e < a; e++) {
1184
- let t = r[e], a = n.nextPart.get(t);
1185
- a || (a = createClassPartObject(), n.nextPart.set(t, a)), n = a;
1323
+ let [a, o] = i[e];
1324
+ Ln(o, Hn(t, a), n, r);
1325
+ }
1326
+ }, Hn = (e, t) => {
1327
+ let n = e, r = t.split(kn), i = r.length;
1328
+ for (let e = 0; e < i; e++) {
1329
+ let t = r[e], i = n.nextPart.get(t);
1330
+ i || (i = On(), n.nextPart.set(t, i)), n = i;
1186
1331
  }
1187
1332
  return n;
1188
- }, isThemeGetter = (e) => "isThemeGetter" in e && e.isThemeGetter === !0, createLruCache = (e) => {
1333
+ }, Un = (e) => "isThemeGetter" in e && e.isThemeGetter === !0, Wn = (e) => {
1189
1334
  if (e < 1) return {
1190
1335
  get: () => void 0,
1191
1336
  set: () => {}
1192
1337
  };
1193
- let t = 0, n = Object.create(null), r = Object.create(null), a = (a, s) => {
1194
- n[a] = s, t++, t > e && (t = 0, r = n, n = Object.create(null));
1338
+ let t = 0, n = Object.create(null), r = Object.create(null), i = (i, a) => {
1339
+ n[i] = a, t++, t > e && (t = 0, r = n, n = Object.create(null));
1195
1340
  };
1196
1341
  return {
1197
1342
  get(e) {
1198
1343
  let t = n[e];
1199
1344
  if (t !== void 0) return t;
1200
- if ((t = r[e]) !== void 0) return a(e, t), t;
1345
+ if ((t = r[e]) !== void 0) return i(e, t), t;
1201
1346
  },
1202
1347
  set(e, t) {
1203
- e in n ? n[e] = t : a(e, t);
1348
+ e in n ? n[e] = t : i(e, t);
1204
1349
  }
1205
1350
  };
1206
- }, IMPORTANT_MODIFIER = "!", MODIFIER_SEPARATOR = ":", EMPTY_MODIFIERS = [], createResultObject = (e, t, n, r, a) => ({
1351
+ }, Gn = "!", Kn = ":", qn = [], Jn = (e, t, n, r, i) => ({
1207
1352
  modifiers: e,
1208
1353
  hasImportantModifier: t,
1209
1354
  baseClassName: n,
1210
1355
  maybePostfixModifierPosition: r,
1211
- isExternal: a
1212
- }), createParseClassName = (e) => {
1356
+ isExternal: i
1357
+ }), Yn = (e) => {
1213
1358
  let { prefix: t, experimentalParseClassName: n } = e, r = (e) => {
1214
- let t = [], n = 0, r = 0, a = 0, s, c = e.length;
1215
- for (let l = 0; l < c; l++) {
1216
- let c = e[l];
1359
+ let t = [], n = 0, r = 0, i = 0, a, o = e.length;
1360
+ for (let s = 0; s < o; s++) {
1361
+ let o = e[s];
1217
1362
  if (n === 0 && r === 0) {
1218
- if (c === MODIFIER_SEPARATOR) {
1219
- t.push(e.slice(a, l)), a = l + 1;
1363
+ if (o === Kn) {
1364
+ t.push(e.slice(i, s)), i = s + 1;
1220
1365
  continue;
1221
1366
  }
1222
- if (c === "/") {
1223
- s = l;
1367
+ if (o === "/") {
1368
+ a = s;
1224
1369
  continue;
1225
1370
  }
1226
1371
  }
1227
- c === "[" ? n++ : c === "]" ? n-- : c === "(" ? r++ : c === ")" && r--;
1372
+ o === "[" ? n++ : o === "]" ? n-- : o === "(" ? r++ : o === ")" && r--;
1228
1373
  }
1229
- let l = t.length === 0 ? e : e.slice(a), u = l, d = !1;
1230
- l.endsWith(IMPORTANT_MODIFIER) ? (u = l.slice(0, -1), d = !0) : l.startsWith(IMPORTANT_MODIFIER) && (u = l.slice(1), d = !0);
1231
- let p = s && s > a ? s - a : void 0;
1232
- return createResultObject(t, d, u, p);
1374
+ let s = t.length === 0 ? e : e.slice(i), c = s, l = !1;
1375
+ s.endsWith(Gn) ? (c = s.slice(0, -1), l = !0) : s.startsWith(Gn) && (c = s.slice(1), l = !0);
1376
+ let u = a && a > i ? a - i : void 0;
1377
+ return Jn(t, l, c, u);
1233
1378
  };
1234
1379
  if (t) {
1235
- let e = t + MODIFIER_SEPARATOR, n = r;
1236
- r = (t) => t.startsWith(e) ? n(t.slice(e.length)) : createResultObject(EMPTY_MODIFIERS, !1, t, void 0, !0);
1380
+ let e = t + Kn, n = r;
1381
+ r = (t) => t.startsWith(e) ? n(t.slice(e.length)) : Jn(qn, !1, t, void 0, !0);
1237
1382
  }
1238
1383
  if (n) {
1239
1384
  let e = r;
@@ -1243,82 +1388,92 @@ var concatArrays = (e, t) => {
1243
1388
  });
1244
1389
  }
1245
1390
  return r;
1246
- }, createSortModifiers = (e) => {
1391
+ }, Xn = (e) => {
1247
1392
  let t = /* @__PURE__ */ new Map();
1248
1393
  return e.orderSensitiveModifiers.forEach((e, n) => {
1249
1394
  t.set(e, 1e6 + n);
1250
1395
  }), (e) => {
1251
1396
  let n = [], r = [];
1252
- for (let a = 0; a < e.length; a++) {
1253
- let s = e[a], c = s[0] === "[", l = t.has(s);
1254
- c || l ? (r.length > 0 && (r.sort(), n.push(...r), r = []), n.push(s)) : r.push(s);
1397
+ for (let i = 0; i < e.length; i++) {
1398
+ let a = e[i], o = a[0] === "[", s = t.has(a);
1399
+ o || s ? (r.length > 0 && (r.sort(), n.push(...r), r = []), n.push(a)) : r.push(a);
1255
1400
  }
1256
1401
  return r.length > 0 && (r.sort(), n.push(...r)), n;
1257
1402
  };
1258
- }, createConfigUtils = (e) => ({
1259
- cache: createLruCache(e.cacheSize),
1260
- parseClassName: createParseClassName(e),
1261
- sortModifiers: createSortModifiers(e),
1262
- ...createClassGroupUtils(e)
1263
- }), SPLIT_CLASSES_REGEX = /\s+/, mergeClassList = (e, t) => {
1264
- let { parseClassName: n, getClassGroupId: r, getConflictingClassGroupIds: a, sortModifiers: s } = t, c = [], l = e.trim().split(SPLIT_CLASSES_REGEX), u = "";
1265
- for (let e = l.length - 1; e >= 0; --e) {
1266
- let t = l[e], { isExternal: d, modifiers: p, hasImportantModifier: m, baseClassName: _, maybePostfixModifierPosition: b } = n(t);
1267
- if (d) {
1268
- u = t + (u.length > 0 ? " " + u : u);
1403
+ }, Zn = (e) => ({
1404
+ cache: Wn(e.cacheSize),
1405
+ parseClassName: Yn(e),
1406
+ sortModifiers: Xn(e),
1407
+ postfixLookupClassGroupIds: Qn(e),
1408
+ ...Mn(e)
1409
+ }), Qn = (e) => {
1410
+ let t = Object.create(null), n = e.postfixLookupClassGroups;
1411
+ if (n) for (let e = 0; e < n.length; e++) t[n[e]] = !0;
1412
+ return t;
1413
+ }, $n = /\s+/, er = (e, t) => {
1414
+ let { parseClassName: n, getClassGroupId: r, getConflictingClassGroupIds: i, sortModifiers: a, postfixLookupClassGroupIds: o } = t, s = [], c = e.trim().split($n), l = "";
1415
+ for (let e = c.length - 1; e >= 0; --e) {
1416
+ let t = c[e], { isExternal: u, modifiers: d, hasImportantModifier: f, baseClassName: p, maybePostfixModifierPosition: m } = n(t);
1417
+ if (u) {
1418
+ l = t + (l.length > 0 ? " " + l : l);
1269
1419
  continue;
1270
1420
  }
1271
- let x = !!b, C = r(x ? _.substring(0, b) : _);
1272
- if (!C) {
1273
- if (!x) {
1274
- u = t + (u.length > 0 ? " " + u : u);
1421
+ let h = !!m, g;
1422
+ if (h) {
1423
+ g = r(p.substring(0, m));
1424
+ let e = g && o[g] ? r(p) : void 0;
1425
+ e && e !== g && (g = e, h = !1);
1426
+ } else g = r(p);
1427
+ if (!g) {
1428
+ if (!h) {
1429
+ l = t + (l.length > 0 ? " " + l : l);
1275
1430
  continue;
1276
1431
  }
1277
- if (C = r(_), !C) {
1278
- u = t + (u.length > 0 ? " " + u : u);
1432
+ if (g = r(p), !g) {
1433
+ l = t + (l.length > 0 ? " " + l : l);
1279
1434
  continue;
1280
1435
  }
1281
- x = !1;
1436
+ h = !1;
1282
1437
  }
1283
- let w = p.length === 0 ? "" : p.length === 1 ? p[0] : s(p).join(":"), T = m ? w + IMPORTANT_MODIFIER : w, E = T + C;
1284
- if (c.indexOf(E) > -1) continue;
1285
- c.push(E);
1286
- let D = a(C, x);
1287
- for (let e = 0; e < D.length; ++e) {
1288
- let t = D[e];
1289
- c.push(T + t);
1438
+ let _ = d.length === 0 ? "" : d.length === 1 ? d[0] : a(d).join(":"), v = f ? _ + Gn : _, y = v + g;
1439
+ if (s.indexOf(y) > -1) continue;
1440
+ s.push(y);
1441
+ let b = i(g, h);
1442
+ for (let e = 0; e < b.length; ++e) {
1443
+ let t = b[e];
1444
+ s.push(v + t);
1290
1445
  }
1291
- u = t + (u.length > 0 ? " " + u : u);
1446
+ l = t + (l.length > 0 ? " " + l : l);
1292
1447
  }
1293
- return u;
1294
- }, twJoin = (...e) => {
1295
- let t = 0, n, r, a = "";
1296
- for (; t < e.length;) (n = e[t++]) && (r = toValue$1(n)) && (a && (a += " "), a += r);
1297
- return a;
1298
- }, toValue$1 = (e) => {
1448
+ return l;
1449
+ }, tr = (...e) => {
1450
+ let t = 0, n, r, i = "";
1451
+ for (; t < e.length;) (n = e[t++]) && (r = nr(n)) && (i && (i += " "), i += r);
1452
+ return i;
1453
+ }, nr = (e) => {
1299
1454
  if (typeof e == "string") return e;
1300
1455
  let t, n = "";
1301
- for (let r = 0; r < e.length; r++) e[r] && (t = toValue$1(e[r])) && (n && (n += " "), n += t);
1456
+ for (let r = 0; r < e.length; r++) e[r] && (t = nr(e[r])) && (n && (n += " "), n += t);
1302
1457
  return n;
1303
- }, createTailwindMerge = (e, ...t) => {
1304
- let n, r, a, s, c = (c) => (n = createConfigUtils(t.reduce((e, t) => t(e), e())), r = n.cache.get, a = n.cache.set, s = l, l(c)), l = (e) => {
1458
+ }, rr = (e, ...t) => {
1459
+ let n, r, i, a, o = (o) => (n = Zn(t.reduce((e, t) => t(e), e())), r = n.cache.get, i = n.cache.set, a = s, s(o)), s = (e) => {
1305
1460
  let t = r(e);
1306
1461
  if (t) return t;
1307
- let s = mergeClassList(e, n);
1308
- return a(e, s), s;
1462
+ let a = er(e, n);
1463
+ return i(e, a), a;
1309
1464
  };
1310
- return s = c, (...e) => s(twJoin(...e));
1311
- }, fallbackThemeArr = [], fromTheme = (e) => {
1312
- let t = (t) => t[e] || fallbackThemeArr;
1313
- return t.isThemeGetter = !0, t;
1314
- }, arbitraryValueRegex = /^\[(?:(\w[\w-]*):)?(.+)\]$/i, arbitraryVariableRegex = /^\((?:(\w[\w-]*):)?(.+)\)$/i, fractionRegex = /^\d+(?:\.\d+)?\/\d+(?:\.\d+)?$/, tshirtUnitRegex = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, lengthUnitRegex = /\d+(%|px|r?em|[sdl]?v([hwib]|min|max)|pt|pc|in|cm|mm|cap|ch|ex|r?lh|cq(w|h|i|b|min|max))|\b(calc|min|max|clamp)\(.+\)|^0$/, colorFunctionRegex = /^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/, shadowRegex = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, imageRegex = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, isFraction = (e) => fractionRegex.test(e), isNumber = (e) => !!e && !Number.isNaN(Number(e)), isInteger = (e) => !!e && Number.isInteger(Number(e)), isPercent = (e) => e.endsWith("%") && isNumber(e.slice(0, -1)), isTshirtSize = (e) => tshirtUnitRegex.test(e), isAny = () => !0, isLengthOnly = (e) => lengthUnitRegex.test(e) && !colorFunctionRegex.test(e), isNever = () => !1, isShadow = (e) => shadowRegex.test(e), isImage = (e) => imageRegex.test(e), isAnyNonArbitrary = (e) => !isArbitraryValue(e) && !isArbitraryVariable(e), isArbitrarySize = (e) => getIsArbitraryValue(e, isLabelSize, isNever), isArbitraryValue = (e) => arbitraryValueRegex.test(e), isArbitraryLength = (e) => getIsArbitraryValue(e, isLabelLength, isLengthOnly), isArbitraryNumber = (e) => getIsArbitraryValue(e, isLabelNumber, isNumber), isArbitraryWeight = (e) => getIsArbitraryValue(e, isLabelWeight, isAny), isArbitraryFamilyName = (e) => getIsArbitraryValue(e, isLabelFamilyName, isNever), isArbitraryPosition = (e) => getIsArbitraryValue(e, isLabelPosition, isNever), isArbitraryImage = (e) => getIsArbitraryValue(e, isLabelImage, isImage), isArbitraryShadow = (e) => getIsArbitraryValue(e, isLabelShadow, isShadow), isArbitraryVariable = (e) => arbitraryVariableRegex.test(e), isArbitraryVariableLength = (e) => getIsArbitraryVariable(e, isLabelLength), isArbitraryVariableFamilyName = (e) => getIsArbitraryVariable(e, isLabelFamilyName), isArbitraryVariablePosition = (e) => getIsArbitraryVariable(e, isLabelPosition), isArbitraryVariableSize = (e) => getIsArbitraryVariable(e, isLabelSize), isArbitraryVariableImage = (e) => getIsArbitraryVariable(e, isLabelImage), isArbitraryVariableShadow = (e) => getIsArbitraryVariable(e, isLabelShadow, !0), isArbitraryVariableWeight = (e) => getIsArbitraryVariable(e, isLabelWeight, !0), getIsArbitraryValue = (e, t, n) => {
1315
- let r = arbitraryValueRegex.exec(e);
1465
+ return a = o, (...e) => a(tr(...e));
1466
+ }, ir = [], G = (e) => {
1467
+ let t = (t) => t[e] || ir;
1468
+ return t.isThemeGetter = !0, t.themeKey = e, t;
1469
+ }, ar = /^\[(?:(\w[\w-]*):)?(.+)\]$/i, or = /^\((?:(\w[\w-]*):)?(.+)\)$/i, sr = /^\d+(?:\.\d+)?\/\d+(?:\.\d+)?$/, cr = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, lr = /\d+(%|px|r?em|[sdl]?v([hwib]|min|max)|pt|pc|in|cm|mm|cap|ch|ex|r?lh|cq(w|h|i|b|min|max))|\b(calc|min|max|clamp)\(.+\)|^0$/, ur = /^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix|color|light-dark)\(.+\)$/, dr = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, fr = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, K = (e) => sr.test(e), q = (e) => !!e && !Number.isNaN(Number(e)), J = (e) => !!e && Number.isInteger(Number(e)), pr = (e) => e.endsWith("%") && q(e.slice(0, -1)), Y = (e) => cr.test(e), mr = () => !0, hr = (e) => lr.test(e) && !ur.test(e), gr = () => !1, _r = (e) => dr.test(e), vr = (e) => fr.test(e), yr = (e) => !X(e) && !Q(e), br = (e) => e.startsWith("@container") && (e[10] === "/" && e[11] !== void 0 || e[11] === "s" && e[16] !== void 0 && e.startsWith("-size/", 10) || e[11] === "n" && e[18] !== void 0 && e.startsWith("-normal/", 10)), xr = (e) => $(e, Rr, gr), X = (e) => ar.test(e), Z = (e) => $(e, zr, hr), Sr = (e) => $(e, Br, q), Cr = (e) => $(e, Hr, mr), wr = (e) => $(e, Vr, gr), Tr = (e) => $(e, Ir, gr), Er = (e) => $(e, Lr, vr), Dr = (e) => $(e, Ur, _r), Q = (e) => or.test(e), Or = (e) => Fr(e, zr), kr = (e) => Fr(e, Vr), Ar = (e) => Fr(e, Ir), jr = (e) => Fr(e, Rr), Mr = (e) => Fr(e, Lr), Nr = (e) => Fr(e, Ur, !0), Pr = (e) => Fr(e, Hr, !0), $ = (e, t, n) => {
1470
+ let r = ar.exec(e);
1316
1471
  return r ? r[1] ? t(r[1]) : n(r[2]) : !1;
1317
- }, getIsArbitraryVariable = (e, t, n = !1) => {
1318
- let r = arbitraryVariableRegex.exec(e);
1472
+ }, Fr = (e, t, n = !1) => {
1473
+ let r = or.exec(e);
1319
1474
  return r ? r[1] ? t(r[1]) : n : !1;
1320
- }, isLabelPosition = (e) => e === "position" || e === "percentage", isLabelImage = (e) => e === "image" || e === "url", isLabelSize = (e) => e === "length" || e === "size" || e === "bg-size", isLabelLength = (e) => e === "length", isLabelNumber = (e) => e === "number", isLabelFamilyName = (e) => e === "family-name", isLabelWeight = (e) => e === "number" || e === "weight", isLabelShadow = (e) => e === "shadow", twMerge = /* @__PURE__ */ createTailwindMerge(() => {
1321
- let e = fromTheme("color"), t = fromTheme("font"), n = fromTheme("text"), r = fromTheme("font-weight"), a = fromTheme("tracking"), s = fromTheme("leading"), c = fromTheme("breakpoint"), l = fromTheme("container"), u = fromTheme("spacing"), d = fromTheme("radius"), p = fromTheme("shadow"), m = fromTheme("inset-shadow"), _ = fromTheme("text-shadow"), b = fromTheme("drop-shadow"), x = fromTheme("blur"), C = fromTheme("perspective"), w = fromTheme("aspect"), T = fromTheme("ease"), E = fromTheme("animate"), D = () => [
1475
+ }, Ir = (e) => e === "position" || e === "percentage", Lr = (e) => e === "image" || e === "url", Rr = (e) => e === "length" || e === "size" || e === "bg-size", zr = (e) => e === "length", Br = (e) => e === "number", Vr = (e) => e === "family-name", Hr = (e) => e === "number" || e === "weight", Ur = (e) => e === "shadow", Wr = /*#__PURE__*/ rr(() => {
1476
+ let e = G("color"), t = G("font"), n = G("text"), r = G("font-weight"), i = G("tracking"), a = G("leading"), o = G("breakpoint"), s = G("container"), c = G("spacing"), l = G("radius"), u = G("shadow"), d = G("inset-shadow"), f = G("text-shadow"), p = G("drop-shadow"), m = G("blur"), h = G("perspective"), g = G("aspect"), _ = G("ease"), v = G("animate"), y = () => [
1322
1477
  "auto",
1323
1478
  "avoid",
1324
1479
  "all",
@@ -1327,7 +1482,7 @@ var concatArrays = (e, t) => {
1327
1482
  "left",
1328
1483
  "right",
1329
1484
  "column"
1330
- ], O = () => [
1485
+ ], b = () => [
1331
1486
  "center",
1332
1487
  "top",
1333
1488
  "bottom",
@@ -1341,59 +1496,59 @@ var concatArrays = (e, t) => {
1341
1496
  "right-bottom",
1342
1497
  "bottom-left",
1343
1498
  "left-bottom"
1344
- ], k = () => [
1345
- ...O(),
1346
- isArbitraryVariable,
1347
- isArbitraryValue
1348
- ], j = () => [
1499
+ ], x = () => [
1500
+ ...b(),
1501
+ Q,
1502
+ X
1503
+ ], ee = () => [
1349
1504
  "auto",
1350
1505
  "hidden",
1351
1506
  "clip",
1352
1507
  "visible",
1353
1508
  "scroll"
1354
- ], M = () => [
1509
+ ], S = () => [
1355
1510
  "auto",
1356
1511
  "contain",
1357
1512
  "none"
1358
- ], N = () => [
1359
- isArbitraryVariable,
1360
- isArbitraryValue,
1361
- u
1362
- ], P = () => [
1363
- isFraction,
1513
+ ], C = () => [
1514
+ Q,
1515
+ X,
1516
+ c
1517
+ ], w = () => [
1518
+ K,
1364
1519
  "full",
1365
1520
  "auto",
1366
- ...N()
1367
- ], F = () => [
1368
- isInteger,
1521
+ ...C()
1522
+ ], te = () => [
1523
+ J,
1369
1524
  "none",
1370
1525
  "subgrid",
1371
- isArbitraryVariable,
1372
- isArbitraryValue
1373
- ], xi = () => [
1526
+ Q,
1527
+ X
1528
+ ], T = () => [
1374
1529
  "auto",
1375
1530
  { span: [
1376
1531
  "full",
1377
- isInteger,
1378
- isArbitraryVariable,
1379
- isArbitraryValue
1532
+ J,
1533
+ Q,
1534
+ X
1380
1535
  ] },
1381
- isInteger,
1382
- isArbitraryVariable,
1383
- isArbitraryValue
1384
- ], I = () => [
1385
- isInteger,
1536
+ J,
1537
+ Q,
1538
+ X
1539
+ ], E = () => [
1540
+ J,
1386
1541
  "auto",
1387
- isArbitraryVariable,
1388
- isArbitraryValue
1389
- ], L = () => [
1542
+ Q,
1543
+ X
1544
+ ], D = () => [
1390
1545
  "auto",
1391
1546
  "min",
1392
1547
  "max",
1393
1548
  "fr",
1394
- isArbitraryVariable,
1395
- isArbitraryValue
1396
- ], R = () => [
1549
+ Q,
1550
+ X
1551
+ ], O = () => [
1397
1552
  "start",
1398
1553
  "end",
1399
1554
  "center",
@@ -1404,15 +1559,15 @@ var concatArrays = (e, t) => {
1404
1559
  "baseline",
1405
1560
  "center-safe",
1406
1561
  "end-safe"
1407
- ], z = () => [
1562
+ ], k = () => [
1408
1563
  "start",
1409
1564
  "end",
1410
1565
  "center",
1411
1566
  "stretch",
1412
1567
  "center-safe",
1413
1568
  "end-safe"
1414
- ], B = () => ["auto", ...N()], V = () => [
1415
- isFraction,
1569
+ ], A = () => ["auto", ...C()], j = () => [
1570
+ K,
1416
1571
  "auto",
1417
1572
  "full",
1418
1573
  "dvw",
@@ -1424,9 +1579,10 @@ var concatArrays = (e, t) => {
1424
1579
  "min",
1425
1580
  "max",
1426
1581
  "fit",
1427
- ...N()
1428
- ], H = () => [
1429
- isFraction,
1582
+ ...C()
1583
+ ], M = () => [
1584
+ s,
1585
+ K,
1430
1586
  "screen",
1431
1587
  "full",
1432
1588
  "dvw",
@@ -1435,9 +1591,9 @@ var concatArrays = (e, t) => {
1435
1591
  "min",
1436
1592
  "max",
1437
1593
  "fit",
1438
- ...N()
1439
- ], U = () => [
1440
- isFraction,
1594
+ ...C()
1595
+ ], N = () => [
1596
+ K,
1441
1597
  "screen",
1442
1598
  "full",
1443
1599
  "lh",
@@ -1447,51 +1603,51 @@ var concatArrays = (e, t) => {
1447
1603
  "min",
1448
1604
  "max",
1449
1605
  "fit",
1450
- ...N()
1451
- ], W = () => [
1606
+ ...C()
1607
+ ], P = () => [
1452
1608
  e,
1453
- isArbitraryVariable,
1454
- isArbitraryValue
1455
- ], Si = () => [
1456
- ...O(),
1457
- isArbitraryVariablePosition,
1458
- isArbitraryPosition,
1459
- { position: [isArbitraryVariable, isArbitraryValue] }
1460
- ], G = () => ["no-repeat", { repeat: [
1609
+ Q,
1610
+ X
1611
+ ], ne = () => [
1612
+ ...b(),
1613
+ Ar,
1614
+ Tr,
1615
+ { position: [Q, X] }
1616
+ ], re = () => ["no-repeat", { repeat: [
1461
1617
  "",
1462
1618
  "x",
1463
1619
  "y",
1464
1620
  "space",
1465
1621
  "round"
1466
- ] }], Ci = () => [
1622
+ ] }], ie = () => [
1467
1623
  "auto",
1468
1624
  "cover",
1469
1625
  "contain",
1470
- isArbitraryVariableSize,
1471
- isArbitrarySize,
1472
- { size: [isArbitraryVariable, isArbitraryValue] }
1473
- ], K = () => [
1474
- isPercent,
1475
- isArbitraryVariableLength,
1476
- isArbitraryLength
1477
- ], q = () => [
1626
+ jr,
1627
+ xr,
1628
+ { size: [Q, X] }
1629
+ ], F = () => [
1630
+ pr,
1631
+ Or,
1632
+ Z
1633
+ ], I = () => [
1478
1634
  "",
1479
1635
  "none",
1480
1636
  "full",
1481
- d,
1482
- isArbitraryVariable,
1483
- isArbitraryValue
1484
- ], J = () => [
1637
+ l,
1638
+ Q,
1639
+ X
1640
+ ], L = () => [
1485
1641
  "",
1486
- isNumber,
1487
- isArbitraryVariableLength,
1488
- isArbitraryLength
1489
- ], Y = () => [
1642
+ q,
1643
+ Or,
1644
+ Z
1645
+ ], ae = () => [
1490
1646
  "solid",
1491
1647
  "dashed",
1492
1648
  "dotted",
1493
1649
  "double"
1494
- ], wi = () => [
1650
+ ], oe = () => [
1495
1651
  "normal",
1496
1652
  "multiply",
1497
1653
  "screen",
@@ -1508,35 +1664,35 @@ var concatArrays = (e, t) => {
1508
1664
  "saturation",
1509
1665
  "color",
1510
1666
  "luminosity"
1511
- ], X = () => [
1512
- isNumber,
1513
- isPercent,
1514
- isArbitraryVariablePosition,
1515
- isArbitraryPosition
1516
- ], Ti = () => [
1667
+ ], R = () => [
1668
+ q,
1669
+ pr,
1670
+ Ar,
1671
+ Tr
1672
+ ], se = () => [
1517
1673
  "",
1518
1674
  "none",
1519
- x,
1520
- isArbitraryVariable,
1521
- isArbitraryValue
1522
- ], Z = () => [
1675
+ m,
1676
+ Q,
1677
+ X
1678
+ ], ce = () => [
1523
1679
  "none",
1524
- isNumber,
1525
- isArbitraryVariable,
1526
- isArbitraryValue
1527
- ], Q = () => [
1680
+ q,
1681
+ Q,
1682
+ X
1683
+ ], le = () => [
1528
1684
  "none",
1529
- isNumber,
1530
- isArbitraryVariable,
1531
- isArbitraryValue
1532
- ], Ei = () => [
1533
- isNumber,
1534
- isArbitraryVariable,
1535
- isArbitraryValue
1536
- ], $ = () => [
1537
- isFraction,
1685
+ q,
1686
+ Q,
1687
+ X
1688
+ ], z = () => [
1689
+ q,
1690
+ Q,
1691
+ X
1692
+ ], B = () => [
1693
+ K,
1538
1694
  "full",
1539
- ...N()
1695
+ ...C()
1540
1696
  ];
1541
1697
  return {
1542
1698
  cacheSize: 500,
@@ -1548,17 +1704,17 @@ var concatArrays = (e, t) => {
1548
1704
  "bounce"
1549
1705
  ],
1550
1706
  aspect: ["video"],
1551
- blur: [isTshirtSize],
1552
- breakpoint: [isTshirtSize],
1553
- color: [isAny],
1554
- container: [isTshirtSize],
1555
- "drop-shadow": [isTshirtSize],
1707
+ blur: [Y],
1708
+ breakpoint: [Y],
1709
+ color: [mr],
1710
+ container: [Y],
1711
+ "drop-shadow": [Y],
1556
1712
  ease: [
1557
1713
  "in",
1558
1714
  "out",
1559
1715
  "in-out"
1560
1716
  ],
1561
- font: [isAnyNonArbitrary],
1717
+ font: [yr],
1562
1718
  "font-weight": [
1563
1719
  "thin",
1564
1720
  "extralight",
@@ -1570,7 +1726,7 @@ var concatArrays = (e, t) => {
1570
1726
  "extrabold",
1571
1727
  "black"
1572
1728
  ],
1573
- "inset-shadow": [isTshirtSize],
1729
+ "inset-shadow": [Y],
1574
1730
  leading: [
1575
1731
  "none",
1576
1732
  "tight",
@@ -1587,11 +1743,11 @@ var concatArrays = (e, t) => {
1587
1743
  "distant",
1588
1744
  "none"
1589
1745
  ],
1590
- radius: [isTshirtSize],
1591
- shadow: [isTshirtSize],
1592
- spacing: ["px", isNumber],
1593
- text: [isTshirtSize],
1594
- "text-shadow": [isTshirtSize],
1746
+ radius: [Y],
1747
+ shadow: [Y],
1748
+ spacing: ["px", q],
1749
+ text: [Y],
1750
+ "text-shadow": [Y],
1595
1751
  tracking: [
1596
1752
  "tighter",
1597
1753
  "tight",
@@ -1605,20 +1761,29 @@ var concatArrays = (e, t) => {
1605
1761
  aspect: [{ aspect: [
1606
1762
  "auto",
1607
1763
  "square",
1608
- isFraction,
1609
- isArbitraryValue,
1610
- isArbitraryVariable,
1611
- w
1764
+ K,
1765
+ X,
1766
+ Q,
1767
+ g
1612
1768
  ] }],
1613
1769
  container: ["container"],
1770
+ "container-type": [{ "@container": [
1771
+ "",
1772
+ "normal",
1773
+ "size",
1774
+ Q,
1775
+ X
1776
+ ] }],
1777
+ "container-named": [br],
1614
1778
  columns: [{ columns: [
1615
- isNumber,
1616
- isArbitraryValue,
1617
- isArbitraryVariable,
1618
- l
1779
+ q,
1780
+ "auto",
1781
+ X,
1782
+ Q,
1783
+ s
1619
1784
  ] }],
1620
- "break-after": [{ "break-after": D() }],
1621
- "break-before": [{ "break-before": D() }],
1785
+ "break-after": [{ "break-after": y() }],
1786
+ "break-before": [{ "break-before": y() }],
1622
1787
  "break-inside": [{ "break-inside": [
1623
1788
  "auto",
1624
1789
  "avoid",
@@ -1674,13 +1839,13 @@ var concatArrays = (e, t) => {
1674
1839
  "none",
1675
1840
  "scale-down"
1676
1841
  ] }],
1677
- "object-position": [{ object: k() }],
1678
- overflow: [{ overflow: j() }],
1679
- "overflow-x": [{ "overflow-x": j() }],
1680
- "overflow-y": [{ "overflow-y": j() }],
1681
- overscroll: [{ overscroll: M() }],
1682
- "overscroll-x": [{ "overscroll-x": M() }],
1683
- "overscroll-y": [{ "overscroll-y": M() }],
1842
+ "object-position": [{ object: x() }],
1843
+ overflow: [{ overflow: ee() }],
1844
+ "overflow-x": [{ "overflow-x": ee() }],
1845
+ "overflow-y": [{ "overflow-y": ee() }],
1846
+ overscroll: [{ overscroll: S() }],
1847
+ "overscroll-x": [{ "overscroll-x": S() }],
1848
+ "overscroll-y": [{ "overscroll-y": S() }],
1684
1849
  position: [
1685
1850
  "static",
1686
1851
  "fixed",
@@ -1688,40 +1853,40 @@ var concatArrays = (e, t) => {
1688
1853
  "relative",
1689
1854
  "sticky"
1690
1855
  ],
1691
- inset: [{ inset: P() }],
1692
- "inset-x": [{ "inset-x": P() }],
1693
- "inset-y": [{ "inset-y": P() }],
1856
+ inset: [{ inset: w() }],
1857
+ "inset-x": [{ "inset-x": w() }],
1858
+ "inset-y": [{ "inset-y": w() }],
1694
1859
  start: [{
1695
- "inset-s": P(),
1696
- start: P()
1860
+ "inset-s": w(),
1861
+ start: w()
1697
1862
  }],
1698
1863
  end: [{
1699
- "inset-e": P(),
1700
- end: P()
1864
+ "inset-e": w(),
1865
+ end: w()
1701
1866
  }],
1702
- "inset-bs": [{ "inset-bs": P() }],
1703
- "inset-be": [{ "inset-be": P() }],
1704
- top: [{ top: P() }],
1705
- right: [{ right: P() }],
1706
- bottom: [{ bottom: P() }],
1707
- left: [{ left: P() }],
1867
+ "inset-bs": [{ "inset-bs": w() }],
1868
+ "inset-be": [{ "inset-be": w() }],
1869
+ top: [{ top: w() }],
1870
+ right: [{ right: w() }],
1871
+ bottom: [{ bottom: w() }],
1872
+ left: [{ left: w() }],
1708
1873
  visibility: [
1709
1874
  "visible",
1710
1875
  "invisible",
1711
1876
  "collapse"
1712
1877
  ],
1713
1878
  z: [{ z: [
1714
- isInteger,
1879
+ J,
1715
1880
  "auto",
1716
- isArbitraryVariable,
1717
- isArbitraryValue
1881
+ Q,
1882
+ X
1718
1883
  ] }],
1719
1884
  basis: [{ basis: [
1720
- isFraction,
1885
+ K,
1721
1886
  "full",
1722
1887
  "auto",
1723
- l,
1724
- ...N()
1888
+ s,
1889
+ ...C()
1725
1890
  ] }],
1726
1891
  "flex-direction": [{ flex: [
1727
1892
  "row",
@@ -1735,41 +1900,41 @@ var concatArrays = (e, t) => {
1735
1900
  "wrap-reverse"
1736
1901
  ] }],
1737
1902
  flex: [{ flex: [
1738
- isNumber,
1739
- isFraction,
1903
+ q,
1904
+ K,
1740
1905
  "auto",
1741
1906
  "initial",
1742
1907
  "none",
1743
- isArbitraryValue
1908
+ X
1744
1909
  ] }],
1745
1910
  grow: [{ grow: [
1746
1911
  "",
1747
- isNumber,
1748
- isArbitraryVariable,
1749
- isArbitraryValue
1912
+ q,
1913
+ Q,
1914
+ X
1750
1915
  ] }],
1751
1916
  shrink: [{ shrink: [
1752
1917
  "",
1753
- isNumber,
1754
- isArbitraryVariable,
1755
- isArbitraryValue
1918
+ q,
1919
+ Q,
1920
+ X
1756
1921
  ] }],
1757
1922
  order: [{ order: [
1758
- isInteger,
1923
+ J,
1759
1924
  "first",
1760
1925
  "last",
1761
1926
  "none",
1762
- isArbitraryVariable,
1763
- isArbitraryValue
1764
- ] }],
1765
- "grid-cols": [{ "grid-cols": F() }],
1766
- "col-start-end": [{ col: xi() }],
1767
- "col-start": [{ "col-start": I() }],
1768
- "col-end": [{ "col-end": I() }],
1769
- "grid-rows": [{ "grid-rows": F() }],
1770
- "row-start-end": [{ row: xi() }],
1771
- "row-start": [{ "row-start": I() }],
1772
- "row-end": [{ "row-end": I() }],
1927
+ Q,
1928
+ X
1929
+ ] }],
1930
+ "grid-cols": [{ "grid-cols": te() }],
1931
+ "col-start-end": [{ col: T() }],
1932
+ "col-start": [{ "col-start": E() }],
1933
+ "col-end": [{ "col-end": E() }],
1934
+ "grid-rows": [{ "grid-rows": te() }],
1935
+ "row-start-end": [{ row: T() }],
1936
+ "row-start": [{ "row-start": E() }],
1937
+ "row-end": [{ "row-end": E() }],
1773
1938
  "grid-flow": [{ "grid-flow": [
1774
1939
  "row",
1775
1940
  "col",
@@ -1777,104 +1942,105 @@ var concatArrays = (e, t) => {
1777
1942
  "row-dense",
1778
1943
  "col-dense"
1779
1944
  ] }],
1780
- "auto-cols": [{ "auto-cols": L() }],
1781
- "auto-rows": [{ "auto-rows": L() }],
1782
- gap: [{ gap: N() }],
1783
- "gap-x": [{ "gap-x": N() }],
1784
- "gap-y": [{ "gap-y": N() }],
1785
- "justify-content": [{ justify: [...R(), "normal"] }],
1786
- "justify-items": [{ "justify-items": [...z(), "normal"] }],
1787
- "justify-self": [{ "justify-self": ["auto", ...z()] }],
1788
- "align-content": [{ content: ["normal", ...R()] }],
1789
- "align-items": [{ items: [...z(), { baseline: ["", "last"] }] }],
1945
+ "auto-cols": [{ "auto-cols": D() }],
1946
+ "auto-rows": [{ "auto-rows": D() }],
1947
+ gap: [{ gap: C() }],
1948
+ "gap-x": [{ "gap-x": C() }],
1949
+ "gap-y": [{ "gap-y": C() }],
1950
+ "justify-content": [{ justify: [...O(), "normal"] }],
1951
+ "justify-items": [{ "justify-items": [...k(), "normal"] }],
1952
+ "justify-self": [{ "justify-self": ["auto", ...k()] }],
1953
+ "align-content": [{ content: ["normal", ...O()] }],
1954
+ "align-items": [{ items: [...k(), { baseline: ["", "last"] }] }],
1790
1955
  "align-self": [{ self: [
1791
1956
  "auto",
1792
- ...z(),
1957
+ ...k(),
1793
1958
  { baseline: ["", "last"] }
1794
1959
  ] }],
1795
- "place-content": [{ "place-content": R() }],
1796
- "place-items": [{ "place-items": [...z(), "baseline"] }],
1797
- "place-self": [{ "place-self": ["auto", ...z()] }],
1798
- p: [{ p: N() }],
1799
- px: [{ px: N() }],
1800
- py: [{ py: N() }],
1801
- ps: [{ ps: N() }],
1802
- pe: [{ pe: N() }],
1803
- pbs: [{ pbs: N() }],
1804
- pbe: [{ pbe: N() }],
1805
- pt: [{ pt: N() }],
1806
- pr: [{ pr: N() }],
1807
- pb: [{ pb: N() }],
1808
- pl: [{ pl: N() }],
1809
- m: [{ m: B() }],
1810
- mx: [{ mx: B() }],
1811
- my: [{ my: B() }],
1812
- ms: [{ ms: B() }],
1813
- me: [{ me: B() }],
1814
- mbs: [{ mbs: B() }],
1815
- mbe: [{ mbe: B() }],
1816
- mt: [{ mt: B() }],
1817
- mr: [{ mr: B() }],
1818
- mb: [{ mb: B() }],
1819
- ml: [{ ml: B() }],
1820
- "space-x": [{ "space-x": N() }],
1960
+ "place-content": [{ "place-content": O() }],
1961
+ "place-items": [{ "place-items": [...k(), "baseline"] }],
1962
+ "place-self": [{ "place-self": ["auto", ...k()] }],
1963
+ p: [{ p: C() }],
1964
+ px: [{ px: C() }],
1965
+ py: [{ py: C() }],
1966
+ ps: [{ ps: C() }],
1967
+ pe: [{ pe: C() }],
1968
+ pbs: [{ pbs: C() }],
1969
+ pbe: [{ pbe: C() }],
1970
+ pt: [{ pt: C() }],
1971
+ pr: [{ pr: C() }],
1972
+ pb: [{ pb: C() }],
1973
+ pl: [{ pl: C() }],
1974
+ m: [{ m: A() }],
1975
+ mx: [{ mx: A() }],
1976
+ my: [{ my: A() }],
1977
+ ms: [{ ms: A() }],
1978
+ me: [{ me: A() }],
1979
+ mbs: [{ mbs: A() }],
1980
+ mbe: [{ mbe: A() }],
1981
+ mt: [{ mt: A() }],
1982
+ mr: [{ mr: A() }],
1983
+ mb: [{ mb: A() }],
1984
+ ml: [{ ml: A() }],
1985
+ "space-x": [{ "space-x": C() }],
1821
1986
  "space-x-reverse": ["space-x-reverse"],
1822
- "space-y": [{ "space-y": N() }],
1987
+ "space-y": [{ "space-y": C() }],
1823
1988
  "space-y-reverse": ["space-y-reverse"],
1824
- size: [{ size: V() }],
1825
- "inline-size": [{ inline: ["auto", ...H()] }],
1826
- "min-inline-size": [{ "min-inline": ["auto", ...H()] }],
1827
- "max-inline-size": [{ "max-inline": ["none", ...H()] }],
1828
- "block-size": [{ block: ["auto", ...U()] }],
1829
- "min-block-size": [{ "min-block": ["auto", ...U()] }],
1830
- "max-block-size": [{ "max-block": ["none", ...U()] }],
1989
+ size: [{ size: j() }],
1990
+ "inline-size": [{ inline: ["auto", ...M()] }],
1991
+ "min-inline-size": [{ "min-inline": ["auto", ...M()] }],
1992
+ "max-inline-size": [{ "max-inline": ["none", ...M()] }],
1993
+ "block-size": [{ block: ["auto", ...N()] }],
1994
+ "min-block-size": [{ "min-block": ["auto", ...N()] }],
1995
+ "max-block-size": [{ "max-block": ["none", ...N()] }],
1831
1996
  w: [{ w: [
1832
- l,
1997
+ s,
1833
1998
  "screen",
1834
- ...V()
1999
+ ...j()
1835
2000
  ] }],
1836
2001
  "min-w": [{ "min-w": [
1837
- l,
2002
+ s,
1838
2003
  "screen",
1839
2004
  "none",
1840
- ...V()
2005
+ ...j()
1841
2006
  ] }],
1842
2007
  "max-w": [{ "max-w": [
1843
- l,
2008
+ s,
1844
2009
  "screen",
1845
2010
  "none",
1846
2011
  "prose",
1847
- { screen: [c] },
1848
- ...V()
2012
+ { screen: [o] },
2013
+ ...j()
1849
2014
  ] }],
1850
2015
  h: [{ h: [
1851
2016
  "screen",
1852
2017
  "lh",
1853
- ...V()
2018
+ ...j()
1854
2019
  ] }],
1855
2020
  "min-h": [{ "min-h": [
1856
2021
  "screen",
1857
2022
  "lh",
1858
2023
  "none",
1859
- ...V()
2024
+ ...j()
1860
2025
  ] }],
1861
2026
  "max-h": [{ "max-h": [
1862
2027
  "screen",
1863
2028
  "lh",
1864
- ...V()
2029
+ "none",
2030
+ ...j()
1865
2031
  ] }],
1866
2032
  "font-size": [{ text: [
1867
2033
  "base",
1868
2034
  n,
1869
- isArbitraryVariableLength,
1870
- isArbitraryLength
2035
+ Or,
2036
+ Z
1871
2037
  ] }],
1872
2038
  "font-smoothing": ["antialiased", "subpixel-antialiased"],
1873
2039
  "font-style": ["italic", "not-italic"],
1874
2040
  "font-weight": [{ font: [
1875
2041
  r,
1876
- isArbitraryVariableWeight,
1877
- isArbitraryWeight
2042
+ Pr,
2043
+ Cr
1878
2044
  ] }],
1879
2045
  "font-stretch": [{ "font-stretch": [
1880
2046
  "ultra-condensed",
@@ -1886,15 +2052,15 @@ var concatArrays = (e, t) => {
1886
2052
  "expanded",
1887
2053
  "extra-expanded",
1888
2054
  "ultra-expanded",
1889
- isPercent,
1890
- isArbitraryValue
2055
+ pr,
2056
+ X
1891
2057
  ] }],
1892
2058
  "font-family": [{ font: [
1893
- isArbitraryVariableFamilyName,
1894
- isArbitraryFamilyName,
2059
+ kr,
2060
+ wr,
1895
2061
  t
1896
2062
  ] }],
1897
- "font-features": [{ "font-features": [isArbitraryValue] }],
2063
+ "font-features": [{ "font-features": [X] }],
1898
2064
  "fvn-normal": ["normal-nums"],
1899
2065
  "fvn-ordinal": ["ordinal"],
1900
2066
  "fvn-slashed-zero": ["slashed-zero"],
@@ -1902,29 +2068,33 @@ var concatArrays = (e, t) => {
1902
2068
  "fvn-spacing": ["proportional-nums", "tabular-nums"],
1903
2069
  "fvn-fraction": ["diagonal-fractions", "stacked-fractions"],
1904
2070
  tracking: [{ tracking: [
1905
- a,
1906
- isArbitraryVariable,
1907
- isArbitraryValue
2071
+ i,
2072
+ Q,
2073
+ X
1908
2074
  ] }],
1909
2075
  "line-clamp": [{ "line-clamp": [
1910
- isNumber,
2076
+ q,
1911
2077
  "none",
1912
- isArbitraryVariable,
1913
- isArbitraryNumber
2078
+ Q,
2079
+ Sr
2080
+ ] }],
2081
+ leading: [{ leading: [
2082
+ "none",
2083
+ a,
2084
+ ...C()
1914
2085
  ] }],
1915
- leading: [{ leading: [s, ...N()] }],
1916
2086
  "list-image": [{ "list-image": [
1917
2087
  "none",
1918
- isArbitraryVariable,
1919
- isArbitraryValue
2088
+ Q,
2089
+ X
1920
2090
  ] }],
1921
2091
  "list-style-position": [{ list: ["inside", "outside"] }],
1922
2092
  "list-style-type": [{ list: [
1923
2093
  "disc",
1924
2094
  "decimal",
1925
2095
  "none",
1926
- isArbitraryVariable,
1927
- isArbitraryValue
2096
+ Q,
2097
+ X
1928
2098
  ] }],
1929
2099
  "text-alignment": [{ text: [
1930
2100
  "left",
@@ -1934,28 +2104,28 @@ var concatArrays = (e, t) => {
1934
2104
  "start",
1935
2105
  "end"
1936
2106
  ] }],
1937
- "placeholder-color": [{ placeholder: W() }],
1938
- "text-color": [{ text: W() }],
2107
+ "placeholder-color": [{ placeholder: P() }],
2108
+ "text-color": [{ text: P() }],
1939
2109
  "text-decoration": [
1940
2110
  "underline",
1941
2111
  "overline",
1942
2112
  "line-through",
1943
2113
  "no-underline"
1944
2114
  ],
1945
- "text-decoration-style": [{ decoration: [...Y(), "wavy"] }],
2115
+ "text-decoration-style": [{ decoration: [...ae(), "wavy"] }],
1946
2116
  "text-decoration-thickness": [{ decoration: [
1947
- isNumber,
2117
+ q,
1948
2118
  "from-font",
1949
2119
  "auto",
1950
- isArbitraryVariable,
1951
- isArbitraryLength
2120
+ Q,
2121
+ Z
1952
2122
  ] }],
1953
- "text-decoration-color": [{ decoration: W() }],
2123
+ "text-decoration-color": [{ decoration: P() }],
1954
2124
  "underline-offset": [{ "underline-offset": [
1955
- isNumber,
2125
+ q,
1956
2126
  "auto",
1957
- isArbitraryVariable,
1958
- isArbitraryValue
2127
+ Q,
2128
+ X
1959
2129
  ] }],
1960
2130
  "text-transform": [
1961
2131
  "uppercase",
@@ -1974,7 +2144,12 @@ var concatArrays = (e, t) => {
1974
2144
  "balance",
1975
2145
  "pretty"
1976
2146
  ] }],
1977
- indent: [{ indent: N() }],
2147
+ indent: [{ indent: C() }],
2148
+ "tab-size": [{ tab: [
2149
+ J,
2150
+ Q,
2151
+ X
2152
+ ] }],
1978
2153
  "vertical-align": [{ align: [
1979
2154
  "baseline",
1980
2155
  "top",
@@ -1984,8 +2159,8 @@ var concatArrays = (e, t) => {
1984
2159
  "text-bottom",
1985
2160
  "sub",
1986
2161
  "super",
1987
- isArbitraryVariable,
1988
- isArbitraryValue
2162
+ Q,
2163
+ X
1989
2164
  ] }],
1990
2165
  whitespace: [{ whitespace: [
1991
2166
  "normal",
@@ -2013,8 +2188,8 @@ var concatArrays = (e, t) => {
2013
2188
  ] }],
2014
2189
  content: [{ content: [
2015
2190
  "none",
2016
- isArbitraryVariable,
2017
- isArbitraryValue
2191
+ Q,
2192
+ X
2018
2193
  ] }],
2019
2194
  "bg-attachment": [{ bg: [
2020
2195
  "fixed",
@@ -2032,9 +2207,9 @@ var concatArrays = (e, t) => {
2032
2207
  "padding",
2033
2208
  "content"
2034
2209
  ] }],
2035
- "bg-position": [{ bg: Si() }],
2036
- "bg-repeat": [{ bg: G() }],
2037
- "bg-size": [{ bg: Ci() }],
2210
+ "bg-position": [{ bg: ne() }],
2211
+ "bg-repeat": [{ bg: re() }],
2212
+ "bg-size": [{ bg: ie() }],
2038
2213
  "bg-image": [{ bg: [
2039
2214
  "none",
2040
2215
  {
@@ -2049,140 +2224,142 @@ var concatArrays = (e, t) => {
2049
2224
  "l",
2050
2225
  "tl"
2051
2226
  ] },
2052
- isInteger,
2053
- isArbitraryVariable,
2054
- isArbitraryValue
2227
+ J,
2228
+ Q,
2229
+ X
2055
2230
  ],
2056
2231
  radial: [
2057
2232
  "",
2058
- isArbitraryVariable,
2059
- isArbitraryValue
2233
+ Q,
2234
+ X
2060
2235
  ],
2061
2236
  conic: [
2062
- isInteger,
2063
- isArbitraryVariable,
2064
- isArbitraryValue
2237
+ "",
2238
+ J,
2239
+ Q,
2240
+ X
2065
2241
  ]
2066
2242
  },
2067
- isArbitraryVariableImage,
2068
- isArbitraryImage
2069
- ] }],
2070
- "bg-color": [{ bg: W() }],
2071
- "gradient-from-pos": [{ from: K() }],
2072
- "gradient-via-pos": [{ via: K() }],
2073
- "gradient-to-pos": [{ to: K() }],
2074
- "gradient-from": [{ from: W() }],
2075
- "gradient-via": [{ via: W() }],
2076
- "gradient-to": [{ to: W() }],
2077
- rounded: [{ rounded: q() }],
2078
- "rounded-s": [{ "rounded-s": q() }],
2079
- "rounded-e": [{ "rounded-e": q() }],
2080
- "rounded-t": [{ "rounded-t": q() }],
2081
- "rounded-r": [{ "rounded-r": q() }],
2082
- "rounded-b": [{ "rounded-b": q() }],
2083
- "rounded-l": [{ "rounded-l": q() }],
2084
- "rounded-ss": [{ "rounded-ss": q() }],
2085
- "rounded-se": [{ "rounded-se": q() }],
2086
- "rounded-ee": [{ "rounded-ee": q() }],
2087
- "rounded-es": [{ "rounded-es": q() }],
2088
- "rounded-tl": [{ "rounded-tl": q() }],
2089
- "rounded-tr": [{ "rounded-tr": q() }],
2090
- "rounded-br": [{ "rounded-br": q() }],
2091
- "rounded-bl": [{ "rounded-bl": q() }],
2092
- "border-w": [{ border: J() }],
2093
- "border-w-x": [{ "border-x": J() }],
2094
- "border-w-y": [{ "border-y": J() }],
2095
- "border-w-s": [{ "border-s": J() }],
2096
- "border-w-e": [{ "border-e": J() }],
2097
- "border-w-bs": [{ "border-bs": J() }],
2098
- "border-w-be": [{ "border-be": J() }],
2099
- "border-w-t": [{ "border-t": J() }],
2100
- "border-w-r": [{ "border-r": J() }],
2101
- "border-w-b": [{ "border-b": J() }],
2102
- "border-w-l": [{ "border-l": J() }],
2103
- "divide-x": [{ "divide-x": J() }],
2243
+ Mr,
2244
+ Er
2245
+ ] }],
2246
+ "bg-color": [{ bg: P() }],
2247
+ "gradient-from-pos": [{ from: F() }],
2248
+ "gradient-via-pos": [{ via: F() }],
2249
+ "gradient-to-pos": [{ to: F() }],
2250
+ "gradient-from": [{ from: P() }],
2251
+ "gradient-via": [{ via: P() }],
2252
+ "gradient-to": [{ to: P() }],
2253
+ rounded: [{ rounded: I() }],
2254
+ "rounded-s": [{ "rounded-s": I() }],
2255
+ "rounded-e": [{ "rounded-e": I() }],
2256
+ "rounded-t": [{ "rounded-t": I() }],
2257
+ "rounded-r": [{ "rounded-r": I() }],
2258
+ "rounded-b": [{ "rounded-b": I() }],
2259
+ "rounded-l": [{ "rounded-l": I() }],
2260
+ "rounded-ss": [{ "rounded-ss": I() }],
2261
+ "rounded-se": [{ "rounded-se": I() }],
2262
+ "rounded-ee": [{ "rounded-ee": I() }],
2263
+ "rounded-es": [{ "rounded-es": I() }],
2264
+ "rounded-tl": [{ "rounded-tl": I() }],
2265
+ "rounded-tr": [{ "rounded-tr": I() }],
2266
+ "rounded-br": [{ "rounded-br": I() }],
2267
+ "rounded-bl": [{ "rounded-bl": I() }],
2268
+ "border-w": [{ border: L() }],
2269
+ "border-w-x": [{ "border-x": L() }],
2270
+ "border-w-y": [{ "border-y": L() }],
2271
+ "border-w-s": [{ "border-s": L() }],
2272
+ "border-w-e": [{ "border-e": L() }],
2273
+ "border-w-bs": [{ "border-bs": L() }],
2274
+ "border-w-be": [{ "border-be": L() }],
2275
+ "border-w-t": [{ "border-t": L() }],
2276
+ "border-w-r": [{ "border-r": L() }],
2277
+ "border-w-b": [{ "border-b": L() }],
2278
+ "border-w-l": [{ "border-l": L() }],
2279
+ "divide-x": [{ "divide-x": L() }],
2104
2280
  "divide-x-reverse": ["divide-x-reverse"],
2105
- "divide-y": [{ "divide-y": J() }],
2281
+ "divide-y": [{ "divide-y": L() }],
2106
2282
  "divide-y-reverse": ["divide-y-reverse"],
2107
2283
  "border-style": [{ border: [
2108
- ...Y(),
2284
+ ...ae(),
2109
2285
  "hidden",
2110
2286
  "none"
2111
2287
  ] }],
2112
2288
  "divide-style": [{ divide: [
2113
- ...Y(),
2289
+ ...ae(),
2114
2290
  "hidden",
2115
2291
  "none"
2116
2292
  ] }],
2117
- "border-color": [{ border: W() }],
2118
- "border-color-x": [{ "border-x": W() }],
2119
- "border-color-y": [{ "border-y": W() }],
2120
- "border-color-s": [{ "border-s": W() }],
2121
- "border-color-e": [{ "border-e": W() }],
2122
- "border-color-bs": [{ "border-bs": W() }],
2123
- "border-color-be": [{ "border-be": W() }],
2124
- "border-color-t": [{ "border-t": W() }],
2125
- "border-color-r": [{ "border-r": W() }],
2126
- "border-color-b": [{ "border-b": W() }],
2127
- "border-color-l": [{ "border-l": W() }],
2128
- "divide-color": [{ divide: W() }],
2293
+ "border-color": [{ border: P() }],
2294
+ "border-color-x": [{ "border-x": P() }],
2295
+ "border-color-y": [{ "border-y": P() }],
2296
+ "border-color-s": [{ "border-s": P() }],
2297
+ "border-color-e": [{ "border-e": P() }],
2298
+ "border-color-bs": [{ "border-bs": P() }],
2299
+ "border-color-be": [{ "border-be": P() }],
2300
+ "border-color-t": [{ "border-t": P() }],
2301
+ "border-color-r": [{ "border-r": P() }],
2302
+ "border-color-b": [{ "border-b": P() }],
2303
+ "border-color-l": [{ "border-l": P() }],
2304
+ "divide-color": [{ divide: P() }],
2129
2305
  "outline-style": [{ outline: [
2130
- ...Y(),
2306
+ ...ae(),
2131
2307
  "none",
2132
2308
  "hidden"
2133
2309
  ] }],
2134
2310
  "outline-offset": [{ "outline-offset": [
2135
- isNumber,
2136
- isArbitraryVariable,
2137
- isArbitraryValue
2311
+ q,
2312
+ Q,
2313
+ X
2138
2314
  ] }],
2139
2315
  "outline-w": [{ outline: [
2140
2316
  "",
2141
- isNumber,
2142
- isArbitraryVariableLength,
2143
- isArbitraryLength
2317
+ q,
2318
+ Or,
2319
+ Z
2144
2320
  ] }],
2145
- "outline-color": [{ outline: W() }],
2321
+ "outline-color": [{ outline: P() }],
2146
2322
  shadow: [{ shadow: [
2147
2323
  "",
2324
+ "inner",
2148
2325
  "none",
2149
- p,
2150
- isArbitraryVariableShadow,
2151
- isArbitraryShadow
2326
+ u,
2327
+ Nr,
2328
+ Dr
2152
2329
  ] }],
2153
- "shadow-color": [{ shadow: W() }],
2330
+ "shadow-color": [{ shadow: P() }],
2154
2331
  "inset-shadow": [{ "inset-shadow": [
2155
2332
  "none",
2156
- m,
2157
- isArbitraryVariableShadow,
2158
- isArbitraryShadow
2333
+ d,
2334
+ Nr,
2335
+ Dr
2159
2336
  ] }],
2160
- "inset-shadow-color": [{ "inset-shadow": W() }],
2161
- "ring-w": [{ ring: J() }],
2337
+ "inset-shadow-color": [{ "inset-shadow": P() }],
2338
+ "ring-w": [{ ring: L() }],
2162
2339
  "ring-w-inset": ["ring-inset"],
2163
- "ring-color": [{ ring: W() }],
2164
- "ring-offset-w": [{ "ring-offset": [isNumber, isArbitraryLength] }],
2165
- "ring-offset-color": [{ "ring-offset": W() }],
2166
- "inset-ring-w": [{ "inset-ring": J() }],
2167
- "inset-ring-color": [{ "inset-ring": W() }],
2340
+ "ring-color": [{ ring: P() }],
2341
+ "ring-offset-w": [{ "ring-offset": [q, Z] }],
2342
+ "ring-offset-color": [{ "ring-offset": P() }],
2343
+ "inset-ring-w": [{ "inset-ring": L() }],
2344
+ "inset-ring-color": [{ "inset-ring": P() }],
2168
2345
  "text-shadow": [{ "text-shadow": [
2169
2346
  "none",
2170
- _,
2171
- isArbitraryVariableShadow,
2172
- isArbitraryShadow
2347
+ f,
2348
+ Nr,
2349
+ Dr
2173
2350
  ] }],
2174
- "text-shadow-color": [{ "text-shadow": W() }],
2351
+ "text-shadow-color": [{ "text-shadow": P() }],
2175
2352
  opacity: [{ opacity: [
2176
- isNumber,
2177
- isArbitraryVariable,
2178
- isArbitraryValue
2353
+ q,
2354
+ Q,
2355
+ X
2179
2356
  ] }],
2180
2357
  "mix-blend": [{ "mix-blend": [
2181
- ...wi(),
2358
+ ...oe(),
2182
2359
  "plus-darker",
2183
2360
  "plus-lighter"
2184
2361
  ] }],
2185
- "bg-blend": [{ "bg-blend": wi() }],
2362
+ "bg-blend": [{ "bg-blend": oe() }],
2186
2363
  "mask-clip": [{ "mask-clip": [
2187
2364
  "border",
2188
2365
  "padding",
@@ -2197,51 +2374,51 @@ var concatArrays = (e, t) => {
2197
2374
  "intersect",
2198
2375
  "exclude"
2199
2376
  ] }],
2200
- "mask-image-linear-pos": [{ "mask-linear": [isNumber] }],
2201
- "mask-image-linear-from-pos": [{ "mask-linear-from": X() }],
2202
- "mask-image-linear-to-pos": [{ "mask-linear-to": X() }],
2203
- "mask-image-linear-from-color": [{ "mask-linear-from": W() }],
2204
- "mask-image-linear-to-color": [{ "mask-linear-to": W() }],
2205
- "mask-image-t-from-pos": [{ "mask-t-from": X() }],
2206
- "mask-image-t-to-pos": [{ "mask-t-to": X() }],
2207
- "mask-image-t-from-color": [{ "mask-t-from": W() }],
2208
- "mask-image-t-to-color": [{ "mask-t-to": W() }],
2209
- "mask-image-r-from-pos": [{ "mask-r-from": X() }],
2210
- "mask-image-r-to-pos": [{ "mask-r-to": X() }],
2211
- "mask-image-r-from-color": [{ "mask-r-from": W() }],
2212
- "mask-image-r-to-color": [{ "mask-r-to": W() }],
2213
- "mask-image-b-from-pos": [{ "mask-b-from": X() }],
2214
- "mask-image-b-to-pos": [{ "mask-b-to": X() }],
2215
- "mask-image-b-from-color": [{ "mask-b-from": W() }],
2216
- "mask-image-b-to-color": [{ "mask-b-to": W() }],
2217
- "mask-image-l-from-pos": [{ "mask-l-from": X() }],
2218
- "mask-image-l-to-pos": [{ "mask-l-to": X() }],
2219
- "mask-image-l-from-color": [{ "mask-l-from": W() }],
2220
- "mask-image-l-to-color": [{ "mask-l-to": W() }],
2221
- "mask-image-x-from-pos": [{ "mask-x-from": X() }],
2222
- "mask-image-x-to-pos": [{ "mask-x-to": X() }],
2223
- "mask-image-x-from-color": [{ "mask-x-from": W() }],
2224
- "mask-image-x-to-color": [{ "mask-x-to": W() }],
2225
- "mask-image-y-from-pos": [{ "mask-y-from": X() }],
2226
- "mask-image-y-to-pos": [{ "mask-y-to": X() }],
2227
- "mask-image-y-from-color": [{ "mask-y-from": W() }],
2228
- "mask-image-y-to-color": [{ "mask-y-to": W() }],
2229
- "mask-image-radial": [{ "mask-radial": [isArbitraryVariable, isArbitraryValue] }],
2230
- "mask-image-radial-from-pos": [{ "mask-radial-from": X() }],
2231
- "mask-image-radial-to-pos": [{ "mask-radial-to": X() }],
2232
- "mask-image-radial-from-color": [{ "mask-radial-from": W() }],
2233
- "mask-image-radial-to-color": [{ "mask-radial-to": W() }],
2377
+ "mask-image-linear-pos": [{ "mask-linear": [q] }],
2378
+ "mask-image-linear-from-pos": [{ "mask-linear-from": R() }],
2379
+ "mask-image-linear-to-pos": [{ "mask-linear-to": R() }],
2380
+ "mask-image-linear-from-color": [{ "mask-linear-from": P() }],
2381
+ "mask-image-linear-to-color": [{ "mask-linear-to": P() }],
2382
+ "mask-image-t-from-pos": [{ "mask-t-from": R() }],
2383
+ "mask-image-t-to-pos": [{ "mask-t-to": R() }],
2384
+ "mask-image-t-from-color": [{ "mask-t-from": P() }],
2385
+ "mask-image-t-to-color": [{ "mask-t-to": P() }],
2386
+ "mask-image-r-from-pos": [{ "mask-r-from": R() }],
2387
+ "mask-image-r-to-pos": [{ "mask-r-to": R() }],
2388
+ "mask-image-r-from-color": [{ "mask-r-from": P() }],
2389
+ "mask-image-r-to-color": [{ "mask-r-to": P() }],
2390
+ "mask-image-b-from-pos": [{ "mask-b-from": R() }],
2391
+ "mask-image-b-to-pos": [{ "mask-b-to": R() }],
2392
+ "mask-image-b-from-color": [{ "mask-b-from": P() }],
2393
+ "mask-image-b-to-color": [{ "mask-b-to": P() }],
2394
+ "mask-image-l-from-pos": [{ "mask-l-from": R() }],
2395
+ "mask-image-l-to-pos": [{ "mask-l-to": R() }],
2396
+ "mask-image-l-from-color": [{ "mask-l-from": P() }],
2397
+ "mask-image-l-to-color": [{ "mask-l-to": P() }],
2398
+ "mask-image-x-from-pos": [{ "mask-x-from": R() }],
2399
+ "mask-image-x-to-pos": [{ "mask-x-to": R() }],
2400
+ "mask-image-x-from-color": [{ "mask-x-from": P() }],
2401
+ "mask-image-x-to-color": [{ "mask-x-to": P() }],
2402
+ "mask-image-y-from-pos": [{ "mask-y-from": R() }],
2403
+ "mask-image-y-to-pos": [{ "mask-y-to": R() }],
2404
+ "mask-image-y-from-color": [{ "mask-y-from": P() }],
2405
+ "mask-image-y-to-color": [{ "mask-y-to": P() }],
2406
+ "mask-image-radial": [{ "mask-radial": [Q, X] }],
2407
+ "mask-image-radial-from-pos": [{ "mask-radial-from": R() }],
2408
+ "mask-image-radial-to-pos": [{ "mask-radial-to": R() }],
2409
+ "mask-image-radial-from-color": [{ "mask-radial-from": P() }],
2410
+ "mask-image-radial-to-color": [{ "mask-radial-to": P() }],
2234
2411
  "mask-image-radial-shape": [{ "mask-radial": ["circle", "ellipse"] }],
2235
2412
  "mask-image-radial-size": [{ "mask-radial": [{
2236
2413
  closest: ["side", "corner"],
2237
2414
  farthest: ["side", "corner"]
2238
2415
  }] }],
2239
- "mask-image-radial-pos": [{ "mask-radial-at": O() }],
2240
- "mask-image-conic-pos": [{ "mask-conic": [isNumber] }],
2241
- "mask-image-conic-from-pos": [{ "mask-conic-from": X() }],
2242
- "mask-image-conic-to-pos": [{ "mask-conic-to": X() }],
2243
- "mask-image-conic-from-color": [{ "mask-conic-from": W() }],
2244
- "mask-image-conic-to-color": [{ "mask-conic-to": W() }],
2416
+ "mask-image-radial-pos": [{ "mask-radial-at": b() }],
2417
+ "mask-image-conic-pos": [{ "mask-conic": [q] }],
2418
+ "mask-image-conic-from-pos": [{ "mask-conic-from": R() }],
2419
+ "mask-image-conic-to-pos": [{ "mask-conic-to": R() }],
2420
+ "mask-image-conic-from-color": [{ "mask-conic-from": P() }],
2421
+ "mask-image-conic-to-color": [{ "mask-conic-to": P() }],
2245
2422
  "mask-mode": [{ mask: [
2246
2423
  "alpha",
2247
2424
  "luminance",
@@ -2255,122 +2432,122 @@ var concatArrays = (e, t) => {
2255
2432
  "stroke",
2256
2433
  "view"
2257
2434
  ] }],
2258
- "mask-position": [{ mask: Si() }],
2259
- "mask-repeat": [{ mask: G() }],
2260
- "mask-size": [{ mask: Ci() }],
2435
+ "mask-position": [{ mask: ne() }],
2436
+ "mask-repeat": [{ mask: re() }],
2437
+ "mask-size": [{ mask: ie() }],
2261
2438
  "mask-type": [{ "mask-type": ["alpha", "luminance"] }],
2262
2439
  "mask-image": [{ mask: [
2263
2440
  "none",
2264
- isArbitraryVariable,
2265
- isArbitraryValue
2441
+ Q,
2442
+ X
2266
2443
  ] }],
2267
2444
  filter: [{ filter: [
2268
2445
  "",
2269
2446
  "none",
2270
- isArbitraryVariable,
2271
- isArbitraryValue
2447
+ Q,
2448
+ X
2272
2449
  ] }],
2273
- blur: [{ blur: Ti() }],
2450
+ blur: [{ blur: se() }],
2274
2451
  brightness: [{ brightness: [
2275
- isNumber,
2276
- isArbitraryVariable,
2277
- isArbitraryValue
2452
+ q,
2453
+ Q,
2454
+ X
2278
2455
  ] }],
2279
2456
  contrast: [{ contrast: [
2280
- isNumber,
2281
- isArbitraryVariable,
2282
- isArbitraryValue
2457
+ q,
2458
+ Q,
2459
+ X
2283
2460
  ] }],
2284
2461
  "drop-shadow": [{ "drop-shadow": [
2285
2462
  "",
2286
2463
  "none",
2287
- b,
2288
- isArbitraryVariableShadow,
2289
- isArbitraryShadow
2464
+ p,
2465
+ Nr,
2466
+ Dr
2290
2467
  ] }],
2291
- "drop-shadow-color": [{ "drop-shadow": W() }],
2468
+ "drop-shadow-color": [{ "drop-shadow": P() }],
2292
2469
  grayscale: [{ grayscale: [
2293
2470
  "",
2294
- isNumber,
2295
- isArbitraryVariable,
2296
- isArbitraryValue
2471
+ q,
2472
+ Q,
2473
+ X
2297
2474
  ] }],
2298
2475
  "hue-rotate": [{ "hue-rotate": [
2299
- isNumber,
2300
- isArbitraryVariable,
2301
- isArbitraryValue
2476
+ q,
2477
+ Q,
2478
+ X
2302
2479
  ] }],
2303
2480
  invert: [{ invert: [
2304
2481
  "",
2305
- isNumber,
2306
- isArbitraryVariable,
2307
- isArbitraryValue
2482
+ q,
2483
+ Q,
2484
+ X
2308
2485
  ] }],
2309
2486
  saturate: [{ saturate: [
2310
- isNumber,
2311
- isArbitraryVariable,
2312
- isArbitraryValue
2487
+ q,
2488
+ Q,
2489
+ X
2313
2490
  ] }],
2314
2491
  sepia: [{ sepia: [
2315
2492
  "",
2316
- isNumber,
2317
- isArbitraryVariable,
2318
- isArbitraryValue
2493
+ q,
2494
+ Q,
2495
+ X
2319
2496
  ] }],
2320
2497
  "backdrop-filter": [{ "backdrop-filter": [
2321
2498
  "",
2322
2499
  "none",
2323
- isArbitraryVariable,
2324
- isArbitraryValue
2500
+ Q,
2501
+ X
2325
2502
  ] }],
2326
- "backdrop-blur": [{ "backdrop-blur": Ti() }],
2503
+ "backdrop-blur": [{ "backdrop-blur": se() }],
2327
2504
  "backdrop-brightness": [{ "backdrop-brightness": [
2328
- isNumber,
2329
- isArbitraryVariable,
2330
- isArbitraryValue
2505
+ q,
2506
+ Q,
2507
+ X
2331
2508
  ] }],
2332
2509
  "backdrop-contrast": [{ "backdrop-contrast": [
2333
- isNumber,
2334
- isArbitraryVariable,
2335
- isArbitraryValue
2510
+ q,
2511
+ Q,
2512
+ X
2336
2513
  ] }],
2337
2514
  "backdrop-grayscale": [{ "backdrop-grayscale": [
2338
2515
  "",
2339
- isNumber,
2340
- isArbitraryVariable,
2341
- isArbitraryValue
2516
+ q,
2517
+ Q,
2518
+ X
2342
2519
  ] }],
2343
2520
  "backdrop-hue-rotate": [{ "backdrop-hue-rotate": [
2344
- isNumber,
2345
- isArbitraryVariable,
2346
- isArbitraryValue
2521
+ q,
2522
+ Q,
2523
+ X
2347
2524
  ] }],
2348
2525
  "backdrop-invert": [{ "backdrop-invert": [
2349
2526
  "",
2350
- isNumber,
2351
- isArbitraryVariable,
2352
- isArbitraryValue
2527
+ q,
2528
+ Q,
2529
+ X
2353
2530
  ] }],
2354
2531
  "backdrop-opacity": [{ "backdrop-opacity": [
2355
- isNumber,
2356
- isArbitraryVariable,
2357
- isArbitraryValue
2532
+ q,
2533
+ Q,
2534
+ X
2358
2535
  ] }],
2359
2536
  "backdrop-saturate": [{ "backdrop-saturate": [
2360
- isNumber,
2361
- isArbitraryVariable,
2362
- isArbitraryValue
2537
+ q,
2538
+ Q,
2539
+ X
2363
2540
  ] }],
2364
2541
  "backdrop-sepia": [{ "backdrop-sepia": [
2365
2542
  "",
2366
- isNumber,
2367
- isArbitraryVariable,
2368
- isArbitraryValue
2543
+ q,
2544
+ Q,
2545
+ X
2369
2546
  ] }],
2370
2547
  "border-collapse": [{ border: ["collapse", "separate"] }],
2371
- "border-spacing": [{ "border-spacing": N() }],
2372
- "border-spacing-x": [{ "border-spacing-x": N() }],
2373
- "border-spacing-y": [{ "border-spacing-y": N() }],
2548
+ "border-spacing": [{ "border-spacing": C() }],
2549
+ "border-spacing-x": [{ "border-spacing-x": C() }],
2550
+ "border-spacing-y": [{ "border-spacing-y": C() }],
2374
2551
  "table-layout": [{ table: ["auto", "fixed"] }],
2375
2552
  caption: [{ caption: ["top", "bottom"] }],
2376
2553
  transition: [{ transition: [
@@ -2381,71 +2558,76 @@ var concatArrays = (e, t) => {
2381
2558
  "shadow",
2382
2559
  "transform",
2383
2560
  "none",
2384
- isArbitraryVariable,
2385
- isArbitraryValue
2561
+ Q,
2562
+ X
2386
2563
  ] }],
2387
2564
  "transition-behavior": [{ transition: ["normal", "discrete"] }],
2388
2565
  duration: [{ duration: [
2389
- isNumber,
2566
+ q,
2390
2567
  "initial",
2391
- isArbitraryVariable,
2392
- isArbitraryValue
2568
+ Q,
2569
+ X
2393
2570
  ] }],
2394
2571
  ease: [{ ease: [
2395
2572
  "linear",
2396
2573
  "initial",
2397
- T,
2398
- isArbitraryVariable,
2399
- isArbitraryValue
2574
+ _,
2575
+ Q,
2576
+ X
2400
2577
  ] }],
2401
2578
  delay: [{ delay: [
2402
- isNumber,
2403
- isArbitraryVariable,
2404
- isArbitraryValue
2579
+ q,
2580
+ Q,
2581
+ X
2405
2582
  ] }],
2406
2583
  animate: [{ animate: [
2407
2584
  "none",
2408
- E,
2409
- isArbitraryVariable,
2410
- isArbitraryValue
2585
+ v,
2586
+ Q,
2587
+ X
2411
2588
  ] }],
2412
2589
  backface: [{ backface: ["hidden", "visible"] }],
2413
2590
  perspective: [{ perspective: [
2414
- C,
2415
- isArbitraryVariable,
2416
- isArbitraryValue
2417
- ] }],
2418
- "perspective-origin": [{ "perspective-origin": k() }],
2419
- rotate: [{ rotate: Z() }],
2420
- "rotate-x": [{ "rotate-x": Z() }],
2421
- "rotate-y": [{ "rotate-y": Z() }],
2422
- "rotate-z": [{ "rotate-z": Z() }],
2423
- scale: [{ scale: Q() }],
2424
- "scale-x": [{ "scale-x": Q() }],
2425
- "scale-y": [{ "scale-y": Q() }],
2426
- "scale-z": [{ "scale-z": Q() }],
2591
+ h,
2592
+ Q,
2593
+ X
2594
+ ] }],
2595
+ "perspective-origin": [{ "perspective-origin": x() }],
2596
+ rotate: [{ rotate: ce() }],
2597
+ "rotate-x": [{ "rotate-x": ce() }],
2598
+ "rotate-y": [{ "rotate-y": ce() }],
2599
+ "rotate-z": [{ "rotate-z": ce() }],
2600
+ scale: [{ scale: le() }],
2601
+ "scale-x": [{ "scale-x": le() }],
2602
+ "scale-y": [{ "scale-y": le() }],
2603
+ "scale-z": [{ "scale-z": le() }],
2427
2604
  "scale-3d": ["scale-3d"],
2428
- skew: [{ skew: Ei() }],
2429
- "skew-x": [{ "skew-x": Ei() }],
2430
- "skew-y": [{ "skew-y": Ei() }],
2605
+ skew: [{ skew: z() }],
2606
+ "skew-x": [{ "skew-x": z() }],
2607
+ "skew-y": [{ "skew-y": z() }],
2431
2608
  transform: [{ transform: [
2432
- isArbitraryVariable,
2433
- isArbitraryValue,
2609
+ Q,
2610
+ X,
2434
2611
  "",
2435
2612
  "none",
2436
2613
  "gpu",
2437
2614
  "cpu"
2438
2615
  ] }],
2439
- "transform-origin": [{ origin: k() }],
2616
+ "transform-origin": [{ origin: x() }],
2440
2617
  "transform-style": [{ transform: ["3d", "flat"] }],
2441
- translate: [{ translate: $() }],
2442
- "translate-x": [{ "translate-x": $() }],
2443
- "translate-y": [{ "translate-y": $() }],
2444
- "translate-z": [{ "translate-z": $() }],
2618
+ translate: [{ translate: B() }],
2619
+ "translate-x": [{ "translate-x": B() }],
2620
+ "translate-y": [{ "translate-y": B() }],
2621
+ "translate-z": [{ "translate-z": B() }],
2445
2622
  "translate-none": ["translate-none"],
2446
- accent: [{ accent: W() }],
2623
+ zoom: [{ zoom: [
2624
+ J,
2625
+ Q,
2626
+ X
2627
+ ] }],
2628
+ accent: [{ accent: P() }],
2447
2629
  appearance: [{ appearance: ["none", "auto"] }],
2448
- "caret-color": [{ caret: W() }],
2630
+ "caret-color": [{ caret: P() }],
2449
2631
  "color-scheme": [{ scheme: [
2450
2632
  "normal",
2451
2633
  "dark",
@@ -2491,8 +2673,8 @@ var concatArrays = (e, t) => {
2491
2673
  "nwse-resize",
2492
2674
  "zoom-in",
2493
2675
  "zoom-out",
2494
- isArbitraryVariable,
2495
- isArbitraryValue
2676
+ Q,
2677
+ X
2496
2678
  ] }],
2497
2679
  "field-sizing": [{ "field-sizing": ["fixed", "content"] }],
2498
2680
  "pointer-events": [{ "pointer-events": ["auto", "none"] }],
@@ -2503,28 +2685,40 @@ var concatArrays = (e, t) => {
2503
2685
  "x"
2504
2686
  ] }],
2505
2687
  "scroll-behavior": [{ scroll: ["auto", "smooth"] }],
2506
- "scroll-m": [{ "scroll-m": N() }],
2507
- "scroll-mx": [{ "scroll-mx": N() }],
2508
- "scroll-my": [{ "scroll-my": N() }],
2509
- "scroll-ms": [{ "scroll-ms": N() }],
2510
- "scroll-me": [{ "scroll-me": N() }],
2511
- "scroll-mbs": [{ "scroll-mbs": N() }],
2512
- "scroll-mbe": [{ "scroll-mbe": N() }],
2513
- "scroll-mt": [{ "scroll-mt": N() }],
2514
- "scroll-mr": [{ "scroll-mr": N() }],
2515
- "scroll-mb": [{ "scroll-mb": N() }],
2516
- "scroll-ml": [{ "scroll-ml": N() }],
2517
- "scroll-p": [{ "scroll-p": N() }],
2518
- "scroll-px": [{ "scroll-px": N() }],
2519
- "scroll-py": [{ "scroll-py": N() }],
2520
- "scroll-ps": [{ "scroll-ps": N() }],
2521
- "scroll-pe": [{ "scroll-pe": N() }],
2522
- "scroll-pbs": [{ "scroll-pbs": N() }],
2523
- "scroll-pbe": [{ "scroll-pbe": N() }],
2524
- "scroll-pt": [{ "scroll-pt": N() }],
2525
- "scroll-pr": [{ "scroll-pr": N() }],
2526
- "scroll-pb": [{ "scroll-pb": N() }],
2527
- "scroll-pl": [{ "scroll-pl": N() }],
2688
+ "scrollbar-thumb-color": [{ "scrollbar-thumb": P() }],
2689
+ "scrollbar-track-color": [{ "scrollbar-track": P() }],
2690
+ "scrollbar-gutter": [{ "scrollbar-gutter": [
2691
+ "auto",
2692
+ "stable",
2693
+ "both"
2694
+ ] }],
2695
+ "scrollbar-w": [{ scrollbar: [
2696
+ "auto",
2697
+ "thin",
2698
+ "none"
2699
+ ] }],
2700
+ "scroll-m": [{ "scroll-m": C() }],
2701
+ "scroll-mx": [{ "scroll-mx": C() }],
2702
+ "scroll-my": [{ "scroll-my": C() }],
2703
+ "scroll-ms": [{ "scroll-ms": C() }],
2704
+ "scroll-me": [{ "scroll-me": C() }],
2705
+ "scroll-mbs": [{ "scroll-mbs": C() }],
2706
+ "scroll-mbe": [{ "scroll-mbe": C() }],
2707
+ "scroll-mt": [{ "scroll-mt": C() }],
2708
+ "scroll-mr": [{ "scroll-mr": C() }],
2709
+ "scroll-mb": [{ "scroll-mb": C() }],
2710
+ "scroll-ml": [{ "scroll-ml": C() }],
2711
+ "scroll-p": [{ "scroll-p": C() }],
2712
+ "scroll-px": [{ "scroll-px": C() }],
2713
+ "scroll-py": [{ "scroll-py": C() }],
2714
+ "scroll-ps": [{ "scroll-ps": C() }],
2715
+ "scroll-pe": [{ "scroll-pe": C() }],
2716
+ "scroll-pbs": [{ "scroll-pbs": C() }],
2717
+ "scroll-pbe": [{ "scroll-pbe": C() }],
2718
+ "scroll-pt": [{ "scroll-pt": C() }],
2719
+ "scroll-pr": [{ "scroll-pr": C() }],
2720
+ "scroll-pb": [{ "scroll-pb": C() }],
2721
+ "scroll-pl": [{ "scroll-pl": C() }],
2528
2722
  "snap-align": [{ snap: [
2529
2723
  "start",
2530
2724
  "end",
@@ -2566,20 +2760,21 @@ var concatArrays = (e, t) => {
2566
2760
  "scroll",
2567
2761
  "contents",
2568
2762
  "transform",
2569
- isArbitraryVariable,
2570
- isArbitraryValue
2763
+ Q,
2764
+ X
2571
2765
  ] }],
2572
- fill: [{ fill: ["none", ...W()] }],
2766
+ fill: [{ fill: ["none", ...P()] }],
2573
2767
  "stroke-w": [{ stroke: [
2574
- isNumber,
2575
- isArbitraryVariableLength,
2576
- isArbitraryLength,
2577
- isArbitraryNumber
2768
+ q,
2769
+ Or,
2770
+ Z,
2771
+ Sr
2578
2772
  ] }],
2579
- stroke: [{ stroke: ["none", ...W()] }],
2773
+ stroke: [{ stroke: ["none", ...P()] }],
2580
2774
  "forced-color-adjust": [{ "forced-color-adjust": ["auto", "none"] }]
2581
2775
  },
2582
2776
  conflictingClassGroups: {
2777
+ "container-named": ["container-type"],
2583
2778
  overflow: ["overflow-x", "overflow-y"],
2584
2779
  overscroll: ["overscroll-x", "overscroll-y"],
2585
2780
  inset: [
@@ -2594,8 +2789,18 @@ var concatArrays = (e, t) => {
2594
2789
  "bottom",
2595
2790
  "left"
2596
2791
  ],
2597
- "inset-x": ["right", "left"],
2598
- "inset-y": ["top", "bottom"],
2792
+ "inset-x": [
2793
+ "start",
2794
+ "end",
2795
+ "right",
2796
+ "left"
2797
+ ],
2798
+ "inset-y": [
2799
+ "inset-bs",
2800
+ "inset-be",
2801
+ "top",
2802
+ "bottom"
2803
+ ],
2599
2804
  flex: [
2600
2805
  "basis",
2601
2806
  "grow",
@@ -2614,8 +2819,18 @@ var concatArrays = (e, t) => {
2614
2819
  "pb",
2615
2820
  "pl"
2616
2821
  ],
2617
- px: ["pr", "pl"],
2618
- py: ["pt", "pb"],
2822
+ px: [
2823
+ "ps",
2824
+ "pe",
2825
+ "pr",
2826
+ "pl"
2827
+ ],
2828
+ py: [
2829
+ "pbs",
2830
+ "pbe",
2831
+ "pt",
2832
+ "pb"
2833
+ ],
2619
2834
  m: [
2620
2835
  "mx",
2621
2836
  "my",
@@ -2628,8 +2843,18 @@ var concatArrays = (e, t) => {
2628
2843
  "mb",
2629
2844
  "ml"
2630
2845
  ],
2631
- mx: ["mr", "ml"],
2632
- my: ["mt", "mb"],
2846
+ mx: [
2847
+ "ms",
2848
+ "me",
2849
+ "mr",
2850
+ "ml"
2851
+ ],
2852
+ my: [
2853
+ "mbs",
2854
+ "mbe",
2855
+ "mt",
2856
+ "mb"
2857
+ ],
2633
2858
  size: ["w", "h"],
2634
2859
  "font-size": ["leading"],
2635
2860
  "fvn-normal": [
@@ -2680,8 +2905,18 @@ var concatArrays = (e, t) => {
2680
2905
  "border-w-b",
2681
2906
  "border-w-l"
2682
2907
  ],
2683
- "border-w-x": ["border-w-r", "border-w-l"],
2684
- "border-w-y": ["border-w-t", "border-w-b"],
2908
+ "border-w-x": [
2909
+ "border-w-s",
2910
+ "border-w-e",
2911
+ "border-w-r",
2912
+ "border-w-l"
2913
+ ],
2914
+ "border-w-y": [
2915
+ "border-w-bs",
2916
+ "border-w-be",
2917
+ "border-w-t",
2918
+ "border-w-b"
2919
+ ],
2685
2920
  "border-color": [
2686
2921
  "border-color-x",
2687
2922
  "border-color-y",
@@ -2694,8 +2929,18 @@ var concatArrays = (e, t) => {
2694
2929
  "border-color-b",
2695
2930
  "border-color-l"
2696
2931
  ],
2697
- "border-color-x": ["border-color-r", "border-color-l"],
2698
- "border-color-y": ["border-color-t", "border-color-b"],
2932
+ "border-color-x": [
2933
+ "border-color-s",
2934
+ "border-color-e",
2935
+ "border-color-r",
2936
+ "border-color-l"
2937
+ ],
2938
+ "border-color-y": [
2939
+ "border-color-bs",
2940
+ "border-color-be",
2941
+ "border-color-t",
2942
+ "border-color-b"
2943
+ ],
2699
2944
  translate: [
2700
2945
  "translate-x",
2701
2946
  "translate-y",
@@ -2719,8 +2964,18 @@ var concatArrays = (e, t) => {
2719
2964
  "scroll-mb",
2720
2965
  "scroll-ml"
2721
2966
  ],
2722
- "scroll-mx": ["scroll-mr", "scroll-ml"],
2723
- "scroll-my": ["scroll-mt", "scroll-mb"],
2967
+ "scroll-mx": [
2968
+ "scroll-ms",
2969
+ "scroll-me",
2970
+ "scroll-mr",
2971
+ "scroll-ml"
2972
+ ],
2973
+ "scroll-my": [
2974
+ "scroll-mbs",
2975
+ "scroll-mbe",
2976
+ "scroll-mt",
2977
+ "scroll-mb"
2978
+ ],
2724
2979
  "scroll-p": [
2725
2980
  "scroll-px",
2726
2981
  "scroll-py",
@@ -2733,8 +2988,18 @@ var concatArrays = (e, t) => {
2733
2988
  "scroll-pb",
2734
2989
  "scroll-pl"
2735
2990
  ],
2736
- "scroll-px": ["scroll-pr", "scroll-pl"],
2737
- "scroll-py": ["scroll-pt", "scroll-pb"],
2991
+ "scroll-px": [
2992
+ "scroll-ps",
2993
+ "scroll-pe",
2994
+ "scroll-pr",
2995
+ "scroll-pl"
2996
+ ],
2997
+ "scroll-py": [
2998
+ "scroll-pbs",
2999
+ "scroll-pbe",
3000
+ "scroll-pt",
3001
+ "scroll-pb"
3002
+ ],
2738
3003
  touch: [
2739
3004
  "touch-x",
2740
3005
  "touch-y",
@@ -2745,6 +3010,7 @@ var concatArrays = (e, t) => {
2745
3010
  "touch-pz": ["touch"]
2746
3011
  },
2747
3012
  conflictingClassGroupModifiers: { "font-size": ["leading"] },
3013
+ postfixLookupClassGroups: ["container-type"],
2748
3014
  orderSensitiveModifiers: [
2749
3015
  "*",
2750
3016
  "**",
@@ -2760,7 +3026,7 @@ var concatArrays = (e, t) => {
2760
3026
  "selection"
2761
3027
  ]
2762
3028
  };
2763
- }), _hoisted_1$3 = ["aria-label"], PaginationItem_default = /* @__PURE__ */ Object.assign({ inheritAttrs: !1 }, {
3029
+ }), Gr = ["aria-label"], Kr = /*@__PURE__*/ Object.assign({ inheritAttrs: !1 }, {
2764
3030
  __name: "PaginationItem",
2765
3031
  props: {
2766
3032
  class: {
@@ -2797,25 +3063,25 @@ var concatArrays = (e, t) => {
2797
3063
  }
2798
3064
  },
2799
3065
  setup(e) {
2800
- let t = e, { setCurrentIndex: n, pauseAutoplay: r, resumeAutoplay: a } = useCarouselClient(), s = (e) => {
3066
+ let t = e, { setCurrentIndex: n, pauseAutoplay: r, resumeAutoplay: i } = Ft(), a = (e) => {
2801
3067
  if (t.disabled) return !1;
2802
- n(e[0]), r(), a();
2803
- }, l = computed(() => twMerge(t.class, t.isActive && t.activeClass, t.disabled && "pointer-events-none")), u = computed(() => twMerge(t.dotClass, t.isActive && t.dotActiveClass));
2804
- return (e, n) => renderSlot(e.$slots, "pagination-item", {
3068
+ n(e[0]), r(), i();
3069
+ }, s = o(() => Wr(t.class, t.isActive && t.activeClass, t.disabled && "pointer-events-none")), c = o(() => Wr(t.dotClass, t.isActive && t.dotActiveClass));
3070
+ return (e, n) => A(e.$slots, "pagination-item", {
2805
3071
  isCurrentPage: t.isActive,
2806
3072
  page: t.page,
2807
3073
  pageIndex: t.pageIndex,
2808
3074
  attrs: {
2809
- onClick: () => s(t.page, t.pageIndex),
3075
+ onClick: () => a(t.page, t.pageIndex),
2810
3076
  disabled: t.disabled
2811
3077
  }
2812
- }, () => [createElementVNode("button", mergeProps(e.$attrs, {
2813
- class: l.value,
3078
+ }, () => [u("button", x(e.$attrs, {
3079
+ class: s.value,
2814
3080
  "aria-label": `Navigate to page ${t.pageIndex + 1}`,
2815
- onClick: n[0] ||= (e) => s(t.page, t.pageIndex)
2816
- }), [createElementVNode("div", { class: normalizeClass(u.value) }, null, 2)], 16, _hoisted_1$3)]);
3081
+ onClick: n[0] ||= (e) => a(t.page, t.pageIndex)
3082
+ }), [u("div", { class: S(c.value) }, null, 2)], 16, Gr)]);
2817
3083
  }
2818
- }), Pagination_default = {
3084
+ }), qr = {
2819
3085
  __name: "Pagination",
2820
3086
  props: {
2821
3087
  totalSlides: {
@@ -2860,34 +3126,34 @@ var concatArrays = (e, t) => {
2860
3126
  }
2861
3127
  },
2862
3128
  setup(e) {
2863
- let n = e, { currentIndex: r, isNavigating: a } = useCarouselClient(), s = computed(() => chunk(Array.from(Array(n.totalSlides).keys()), n.perPage).map((e) => {
3129
+ let n = e, { currentIndex: r, isNavigating: i } = Ft(), a = o(() => Le(Array.from(Array(n.totalSlides).keys()), n.perPage).map((e) => {
2864
3130
  let t = e[0] - 1;
2865
3131
  for (; e.length < n.perPage;) e.unshift(t), t--;
2866
3132
  return e;
2867
- })), u = (e) => findLastIndex(s.value, (e) => e.includes(r.value)) === e;
2868
- return (e, r) => (openBlock(), createElementBlock("div", {
2869
- class: normalizeClass(["evo-vue-carousel__pagination", n.backgroundClass]),
3133
+ })), c = (e) => wn(a.value, (e) => e.includes(r.value)) === e;
3134
+ return (e, r) => (T(), l("div", {
3135
+ class: S(["evo-vue-carousel__pagination", n.backgroundClass]),
2870
3136
  role: "group",
2871
3137
  "aria-label": "Slide Pagination Controls"
2872
- }, [renderSlot(e.$slots, "pagination", {
2873
- page: s.value,
2874
- isCurrentPage: u,
2875
- isNavigating: unref(a)
2876
- }, () => [(openBlock(!0), createElementBlock(Fragment, null, renderList(s.value, (t, r) => (openBlock(), createBlock(unref(S), {
3138
+ }, [A(e.$slots, "pagination", {
3139
+ page: a.value,
3140
+ isCurrentPage: c,
3141
+ isNavigating: P(i)
3142
+ }, () => [(T(!0), l(t, null, k(a.value, (t, r) => (T(), s(P(z), {
2877
3143
  key: t,
2878
3144
  slots: e.$slots,
2879
3145
  only: "pagination-item"
2880
3146
  }, {
2881
- default: withCtx(() => [createVNode(PaginationItem_default, {
2882
- class: normalizeClass(n.itemClass),
3147
+ default: L(() => [f(Kr, {
3148
+ class: S(n.itemClass),
2883
3149
  "active-class": n.itemActiveClass,
2884
- "dot-class": normalizeClass([n.itemDotClass, n.itemSizeClass]),
3150
+ "dot-class": S([n.itemDotClass, n.itemSizeClass]),
2885
3151
  "dot-active-class": n.itemDotActiveClass,
2886
3152
  page: t,
2887
3153
  "page-index": r,
2888
- "is-active": u(r),
2889
- disabled: n.disableOnNavigation && unref(a),
2890
- "aria-disabled": n.disableOnNavigation && unref(a) || u(r)
3154
+ "is-active": c(r),
3155
+ disabled: n.disableOnNavigation && P(i),
3156
+ "aria-disabled": n.disableOnNavigation && P(i) || c(r)
2891
3157
  }, null, 8, [
2892
3158
  "class",
2893
3159
  "active-class",
@@ -2902,7 +3168,7 @@ var concatArrays = (e, t) => {
2902
3168
  _: 2
2903
3169
  }, 1032, ["slots"]))), 128))])], 2));
2904
3170
  }
2905
- }, y = { transform: "rotate(var(--r, 0deg)) scale(var(--sx, 1), var(--sy, 1))" }, o = {
3171
+ }, Jr = { transform: "rotate(var(--r, 0deg)) scale(var(--sx, 1), var(--sy, 1))" }, Yr = {
2906
3172
  mdi: {
2907
3173
  size: 24,
2908
3174
  viewbox: "0 0 24 24"
@@ -2915,7 +3181,7 @@ var concatArrays = (e, t) => {
2915
3181
  size: 0,
2916
3182
  viewbox: "0 0 0 0"
2917
3183
  }
2918
- }, v = {
3184
+ }, Xr = {
2919
3185
  props: {
2920
3186
  type: {
2921
3187
  type: String,
@@ -2939,12 +3205,12 @@ var concatArrays = (e, t) => {
2939
3205
  }
2940
3206
  },
2941
3207
  setup(e) {
2942
- return () => e.type === "fad" ? (console.warn("vue3-icon does not currently support Duotone FontAwesome icons"), h("path")) : Array.isArray(e.path) ? h("g", { style: { fill: "currentcolor" } }, e.path.map((e) => typeof e == "string" ? h("path", { d: e }) : h("path", { ...e }))) : h("path", {
3208
+ return () => e.type === "fad" ? (console.warn("vue3-icon does not currently support Duotone FontAwesome icons"), g("path")) : Array.isArray(e.path) ? g("g", { style: { fill: "currentcolor" } }, e.path.map((e) => typeof e == "string" ? g("path", { d: e }) : g("path", { ...e }))) : g("path", {
2943
3209
  d: e.pathString,
2944
3210
  style: { fill: "currentcolor" }
2945
3211
  });
2946
3212
  }
2947
- }, g = {
3213
+ }, Zr = {
2948
3214
  name: "icon",
2949
3215
  props: {
2950
3216
  type: {
@@ -2996,34 +3262,38 @@ var concatArrays = (e, t) => {
2996
3262
  }
2997
3263
  },
2998
3264
  setup(e) {
2999
- if (!e.path && !e.faIcon) return console.warn("vue3-icon requires either a 'path' or an 'fa-icon' property"), () => h("div");
3000
- let t = computed(() => e.faIcon?.prefix || e.type), n = computed(() => parseInt(e.rotate, 10)), r = computed(() => o[t.value] || o.default), a = computed(() => parseInt(e.size, 10) || r.value.size), s = computed(() => e.faIcon ? `0 0 ${e.faIcon.icon[0]} ${e.faIcon.icon[1]}` : !1), l = computed(() => s.value || e.viewbox || r.value.viewbox), u = computed(() => {
3265
+ if (!e.path && !e.faIcon) return console.warn("vue3-icon requires either a 'path' or an 'fa-icon' property"), () => g("div");
3266
+ let t = o(() => e.faIcon?.prefix || e.type), n = o(() => parseInt(e.rotate, 10)), r = o(() => Yr[t.value] || Yr.default), i = o(() => parseInt(e.size, 10) || r.value.size), a = o(() => e.faIcon ? `0 0 ${e.faIcon.icon[0]} ${e.faIcon.icon[1]}` : !1), s = o(() => a.value || e.viewbox || r.value.viewbox), c = o(() => {
3001
3267
  if (e.noStyles !== !0) return {
3002
- ...y,
3268
+ ...Jr,
3003
3269
  "--sx": ["both", "horizontal"].includes(e.flip) ? "-1" : "1",
3004
3270
  "--sy": ["both", "vertical"].includes(e.flip) ? "-1" : "1",
3005
3271
  "--r": isNaN(n.value) ? n.value : n.value + "deg"
3006
3272
  };
3007
- }), d = computed(() => e.faIcon ? e.faIcon?.icon[4] : e.type === "simple-icons" && typeof e.path == "object" ? e.path.path : e.path);
3008
- return () => h("svg", {
3273
+ }), l = o(() => e.faIcon ? e.faIcon?.icon[4] : e.type === "simple-icons" && typeof e.path == "object" ? e.path.path : e.path);
3274
+ return () => g("svg", {
3009
3275
  xmlns: e.noNamespace === !0 ? void 0 : "http://www.w3.org/2000/svg",
3010
- style: u.value,
3276
+ style: c.value,
3011
3277
  class: ["vue3-icon"],
3012
- width: e.noDimensions === !0 ? void 0 : a.value,
3013
- height: e.noDimensions === !0 ? void 0 : a.value,
3014
- viewBox: l.value
3015
- }, [h(v, {
3278
+ width: e.noDimensions === !0 ? void 0 : i.value,
3279
+ height: e.noDimensions === !0 ? void 0 : i.value,
3280
+ viewBox: s.value
3281
+ }, [g(Xr, {
3016
3282
  path: e.path,
3017
3283
  type: t.value,
3018
- pathString: d.value
3284
+ pathString: l.value
3019
3285
  })]);
3020
3286
  }
3021
3287
  };
3022
- function loopedValue(e, t = 0, n) {
3288
+ //#endregion
3289
+ //#region src/utils/loopedValue.js
3290
+ function Qr(e, t = 0, n) {
3023
3291
  let r = n - t;
3024
3292
  return ((e - t) % r + r) % r + t;
3025
3293
  }
3026
- var _hoisted_1$2 = ["disabled", "aria-disabled"], _hoisted_2 = ["disabled", "aria-disabled"], leftIcon = "M31.884 8.366a1.25 1.25 0 0 1 0 1.768L18.018 24l13.866 13.866a1.25 1.25 0 0 1-1.768 1.768l-14.75-14.75a1.25 1.25 0 0 1 0-1.768l14.75-14.75a1.25 1.25 0 0 1 1.768 0z", rightIcon = "M16.116 39.634a1.25 1.25 0 0 1 0-1.768L29.982 24L16.116 10.134a1.25 1.25 0 0 1 1.768-1.768l14.75 14.75a1.25 1.25 0 0 1 0 1.768l-14.75 14.75a1.25 1.25 0 0 1-1.768 0z", Navigation_default = /* @__PURE__ */ Object.assign({ inheritAttrs: !1 }, {
3294
+ //#endregion
3295
+ //#region src/component/controls/Navigation.vue
3296
+ var $r = ["disabled", "aria-disabled"], ei = ["disabled", "aria-disabled"], ti = "M31.884 8.366a1.25 1.25 0 0 1 0 1.768L18.018 24l13.866 13.866a1.25 1.25 0 0 1-1.768 1.768l-14.75-14.75a1.25 1.25 0 0 1 0-1.768l14.75-14.75a1.25 1.25 0 0 1 1.768 0z", ni = "M16.116 39.634a1.25 1.25 0 0 1 0-1.768L29.982 24L16.116 10.134a1.25 1.25 0 0 1 1.768-1.768l14.75 14.75a1.25 1.25 0 0 1 0 1.768l-14.75 14.75a1.25 1.25 0 0 1-1.768 0z", ri = /*@__PURE__*/ Object.assign({ inheritAttrs: !1 }, {
3027
3297
  __name: "Navigation",
3028
3298
  props: {
3029
3299
  itemClass: {
@@ -3052,108 +3322,108 @@ var _hoisted_1$2 = ["disabled", "aria-disabled"], _hoisted_2 = ["disabled", "ari
3052
3322
  }
3053
3323
  },
3054
3324
  setup(e) {
3055
- let t = e, { config: n, currentIndex: r, setCurrentIndex: a, isNavigating: s, pauseAutoplay: l, resumeAutoplay: u } = useCarouselClient(), d = computed(() => r.value + n.value.perPage), m = computed(() => !n.value.wrap && r.value === 0 || t.disableOnNavigation && s.value === !0), b = computed(() => !n.value.wrap && d.value === t.totalSlides || t.disableOnNavigation && s.value === !0), x = computed(() => twMerge(t.itemClass, t.itemSizeClass, t.prevClass)), C = computed(() => twMerge(t.itemClass, t.itemSizeClass, t.nextClass)), w = (e) => {
3056
- if (n.value.mode !== EVO_VUE_CAROUSEL_MODE.GALLERY) return e;
3057
- if (n.value.wrap === !0) return loopedValue(e, 0, t.totalSlides);
3325
+ let t = e, { config: n, currentIndex: r, setCurrentIndex: i, isNavigating: a, pauseAutoplay: s, resumeAutoplay: c } = Ft(), l = o(() => r.value + n.value.perPage), d = o(() => !n.value.wrap && r.value === 0 || t.disableOnNavigation && a.value === !0), p = o(() => !n.value.wrap && l.value === t.totalSlides || t.disableOnNavigation && a.value === !0), m = o(() => Wr(t.itemClass, t.itemSizeClass, t.prevClass)), h = o(() => Wr(t.itemClass, t.itemSizeClass, t.nextClass)), g = (e) => {
3326
+ if (n.value.mode !== Fe.GALLERY) return e;
3327
+ if (n.value.wrap === !0) return Qr(e, 0, t.totalSlides);
3058
3328
  let r = e + n.value.perPage;
3059
3329
  return e < 0 ? 0 : r >= t.totalSlides ? t.totalSlides - n.value.perPage : e;
3060
- }, T = () => {
3061
- l(), u();
3062
- }, E = () => {
3063
- a(w(r.value - n.value.slideBy)), T();
3064
- }, D = () => {
3065
- a(w(r.value + n.value.slideBy)), T();
3330
+ }, _ = () => {
3331
+ s(), c();
3332
+ }, v = () => {
3333
+ let e = g(r.value - n.value.slideBy);
3334
+ i(e), _();
3335
+ }, y = () => {
3336
+ let e = g(r.value + n.value.slideBy);
3337
+ i(e), _();
3066
3338
  };
3067
- return (e, t) => renderSlot(e.$slots, "navigation", {
3068
- onPrev: E,
3069
- onNext: D,
3070
- currentIndex: unref(r),
3071
- config: unref(n)
3072
- }, () => [createElementVNode("div", mergeProps({
3339
+ return (e, t) => A(e.$slots, "navigation", {
3340
+ onPrev: v,
3341
+ onNext: y,
3342
+ currentIndex: P(r),
3343
+ config: P(n)
3344
+ }, () => [u("div", x({
3073
3345
  class: "evo-vue-carousel__navigation",
3074
3346
  role: "group",
3075
3347
  "aria-label": "Slide Navigation Controls"
3076
- }, e.$attrs), [renderSlot(e.$slots, "navigation-prev", {
3077
- onClick: E,
3078
- currentIndex: unref(r),
3079
- disabled: m.value
3080
- }, () => [createElementVNode("button", {
3081
- class: normalizeClass(["evo-vue-carousel__navigation-item evo-vue-carousel__navigation-prev", x.value]),
3082
- disabled: m.value,
3083
- "aria-disabled": m.value,
3348
+ }, e.$attrs), [A(e.$slots, "navigation-prev", {
3349
+ onClick: v,
3350
+ currentIndex: P(r),
3351
+ disabled: d.value
3352
+ }, () => [u("button", {
3353
+ class: S(["evo-vue-carousel__navigation-item evo-vue-carousel__navigation-prev", m.value]),
3354
+ disabled: d.value,
3355
+ "aria-disabled": d.value,
3084
3356
  "aria-label": "Previous Slide",
3085
- onClick: E
3086
- }, [createVNode(unref(g), {
3087
- path: leftIcon,
3357
+ onClick: v
3358
+ }, [f(P(Zr), {
3359
+ path: ti,
3088
3360
  viewBox: "0 0 48 48",
3089
3361
  class: "w-full h-full"
3090
- })], 10, _hoisted_1$2)]), renderSlot(e.$slots, "navigation-next", {
3091
- onClick: D,
3092
- currentIndex: unref(r),
3093
- disabled: b.value
3094
- }, () => [createElementVNode("button", {
3095
- class: normalizeClass(["evo-vue-carousel__navigation-item evo-vue-carousel__navigation-next", C.value]),
3096
- disabled: b.value,
3097
- "aria-disabled": b.value,
3362
+ })], 10, $r)]), A(e.$slots, "navigation-next", {
3363
+ onClick: y,
3364
+ currentIndex: P(r),
3365
+ disabled: p.value
3366
+ }, () => [u("button", {
3367
+ class: S(["evo-vue-carousel__navigation-item evo-vue-carousel__navigation-next", h.value]),
3368
+ disabled: p.value,
3369
+ "aria-disabled": p.value,
3098
3370
  "aria-label": "Next Slide",
3099
- onClick: D
3100
- }, [createVNode(unref(g), {
3101
- path: rightIcon,
3371
+ onClick: y
3372
+ }, [f(P(Zr), {
3373
+ path: ni,
3102
3374
  viewBox: "0 0 48 48",
3103
3375
  class: "w-full h-full"
3104
- })], 10, _hoisted_2)])], 16)]);
3376
+ })], 10, ei)])], 16)]);
3105
3377
  }
3106
- });
3107
- const nextFrame = (e = 1) => e <= 1 ? new Promise((e) => requestAnimationFrame(e)) : new Promise((t) => requestAnimationFrame(() => nextFrame(e - 1).then(t)));
3108
- var isFragment = (e) => getType(e) === "fragment", getText = (e) => {
3378
+ }), ii = (e = 1) => e <= 1 ? new Promise((e) => requestAnimationFrame(e)) : new Promise((t) => requestAnimationFrame(() => ii(e - 1).then(t))), ai = (e) => si(e) === "fragment", oi = (e) => {
3109
3379
  if (typeof e == "string") return e;
3110
3380
  if (typeof e == "number") return String(e);
3111
- if (isVNode(e) && e.type === Text) return String(e.children);
3112
- }, getType = (a) => {
3113
- let s = typeof a;
3114
- if (a == null || s === "boolean") return "comment";
3115
- if (s === "string" || s === "number") return "text";
3116
- if (Array.isArray(a)) return "fragment";
3117
- if (isVNode(a)) {
3118
- let { type: s } = a, c = typeof s;
3119
- if (c === "symbol") {
3120
- if (s === Fragment) return "fragment";
3121
- if (s === Text) return "text";
3122
- if (s === Comment) return "comment";
3123
- if (s === Static) return "static";
3124
- } else if (c === "string") return "element";
3125
- else if (c === "object" || c === "function") return "component";
3381
+ if (b(e) && e.type === r) return String(e.children);
3382
+ }, si = (i) => {
3383
+ let a = typeof i;
3384
+ if (i == null || a === "boolean") return "comment";
3385
+ if (a === "string" || a === "number") return "text";
3386
+ if (Array.isArray(i)) return "fragment";
3387
+ if (b(i)) {
3388
+ let { type: a } = i, o = typeof a;
3389
+ if (o === "symbol") {
3390
+ if (a === t) return "fragment";
3391
+ if (a === r) return "text";
3392
+ if (a === e) return "comment";
3393
+ if (a === n) return "static";
3394
+ } else if (o === "string") return "element";
3395
+ else if (o === "object" || o === "function") return "component";
3126
3396
  }
3127
- }, warn = (e, t) => {
3397
+ }, ci = (e, t) => {
3128
3398
  console.warn(`[${e}] ${t}`);
3129
- }, checkArguments = (e, t, n) => {
3399
+ }, li = (e, t, n) => {
3130
3400
  for (let r = 0; r < t.length; ++r) {
3131
- let a = typeOf(t[r]), s = n[r];
3132
- s !== a && warn(e, `Argument ${r + 1} was ${a}, should be ${s}`);
3401
+ let i = ui(t[r]), a = n[r];
3402
+ a !== i && ci(e, `Argument ${r + 1} was ${i}, should be ${a}`);
3133
3403
  }
3134
- }, typeOf = (e) => {
3404
+ }, ui = (e) => {
3135
3405
  let t = typeof e;
3136
- return t === "object" && (e === null ? t = "null" : Array.isArray(e) ? t = "array" : isVNode(e) ? t = "vnode" : e instanceof Date ? t = "date" : e instanceof RegExp && (t = "regexp")), t;
3137
- }, getFragmentChildren = (e) => {
3406
+ return t === "object" && (e === null ? t = "null" : Array.isArray(e) ? t = "array" : b(e) ? t = "vnode" : e instanceof Date ? t = "date" : e instanceof RegExp && (t = "regexp")), t;
3407
+ }, di = (e) => {
3138
3408
  if (Array.isArray(e)) return e;
3139
3409
  let { children: t } = e;
3140
- return Array.isArray(t) ? t : (process.env.NODE_ENV !== "production" && warn("getFragmentChildren", `Unknown children for fragment: ${typeOf(t)}`), []);
3410
+ return Array.isArray(t) ? t : (process.env.NODE_ENV !== "production" && ci("getFragmentChildren", `Unknown children for fragment: ${ui(t)}`), []);
3141
3411
  };
3142
- function freeze(e) {
3412
+ function fi(e) {
3143
3413
  return process.env.NODE_ENV === "production" ? e : Object.freeze(e);
3144
3414
  }
3145
- var COMPONENTS_AND_ELEMENTS = /* @__PURE__ */ freeze({
3415
+ var pi = /* @__PURE__ */ fi({
3146
3416
  element: !0,
3147
3417
  component: !0
3148
- }), SKIP_COMMENTS = /* @__PURE__ */ freeze({
3418
+ }), mi = /* @__PURE__ */ fi({
3149
3419
  element: !0,
3150
3420
  component: !0,
3151
3421
  text: !0,
3152
3422
  static: !0
3153
- }), promoteToVNode = (e, t) => {
3154
- let n = getType(e);
3155
- return !n || n === "fragment" || !t[n] ? null : isVNode(e) ? e : n === "text" ? createTextVNode(getText(e)) : createCommentVNode();
3156
- }, replaceChildren = (e, t, n = SKIP_COMMENTS) => (process.env.NODE_ENV !== "production" && checkArguments("replaceChildren", [
3423
+ }), hi = (e, t) => {
3424
+ let n = si(e);
3425
+ return !n || n === "fragment" || !t[n] ? null : b(e) ? e : n === "text" ? d(oi(e)) : c();
3426
+ }, gi = (e, t, n = mi) => (process.env.NODE_ENV !== "production" && li("replaceChildren", [
3157
3427
  e,
3158
3428
  t,
3159
3429
  n
@@ -3161,33 +3431,33 @@ var COMPONENTS_AND_ELEMENTS = /* @__PURE__ */ freeze({
3161
3431
  "array",
3162
3432
  "function",
3163
3433
  "object"
3164
- ]), replaceChildrenInternal(e, t, n)), replaceChildrenInternal = (e, t, n) => {
3434
+ ]), _i(e, t, n)), _i = (e, t, n) => {
3165
3435
  let r = null;
3166
- for (let a = 0; a < e.length; ++a) {
3167
- let c = e[a];
3168
- if (isFragment(c)) {
3169
- let l = getFragmentChildren(c), u = replaceChildrenInternal(l, t, n), d = c;
3170
- l !== u && (r ??= e.slice(0, a), Array.isArray(c) ? d = u : (d = cloneVNode(c), d.children = u)), r && r.push(d);
3436
+ for (let i = 0; i < e.length; ++i) {
3437
+ let o = e[i];
3438
+ if (ai(o)) {
3439
+ let s = di(o), c = _i(s, t, n), l = o;
3440
+ s !== c && (r ??= e.slice(0, i), Array.isArray(o) ? l = c : (l = a(o), l.children = c)), r && r.push(l);
3171
3441
  } else {
3172
- let s = promoteToVNode(c, n);
3173
- if (s) {
3174
- let n = t(s) ?? s;
3442
+ let a = hi(o, n);
3443
+ if (a) {
3444
+ let n = t(a) ?? a;
3175
3445
  if (process.env.NODE_ENV !== "production") {
3176
- let e = typeOf(n);
3446
+ let e = ui(n);
3177
3447
  [
3178
3448
  "array",
3179
3449
  "vnode",
3180
3450
  "string",
3181
3451
  "number",
3182
3452
  "undefined"
3183
- ].includes(e) || warn("replaceChildren", `Callback returned unexpected ${e} ${String(n)}`);
3453
+ ].includes(e) || ci("replaceChildren", `Callback returned unexpected ${e} ${String(n)}`);
3184
3454
  }
3185
- n !== c && (r ??= e.slice(0, a)), Array.isArray(n) ? r && r.push(...n) : r && r.push(n);
3186
- } else r && r.push(c);
3455
+ n !== o && (r ??= e.slice(0, i)), Array.isArray(n) ? r && r.push(...n) : r && r.push(n);
3456
+ } else r && r.push(o);
3187
3457
  }
3188
3458
  }
3189
3459
  return r ?? e;
3190
- }, Slide_default = {
3460
+ }, vi = {
3191
3461
  props: {
3192
3462
  isClone: {
3193
3463
  type: Boolean,
@@ -3199,15 +3469,15 @@ var COMPONENTS_AND_ELEMENTS = /* @__PURE__ */ freeze({
3199
3469
  }
3200
3470
  },
3201
3471
  setup(e, { slots: t }) {
3202
- let n = ref(null), r = useId(), a = getCurrentInstance(), { width: s, height: c, stop: l } = useElementSize(n), { registerSlide: u, updateSlide: d, unregisterSlide: p } = useRegisterSlideClient();
3203
- return e.isClone === !1 ? u(r, a) : l(), onUnmounted(() => {
3204
- e.isClone === !1 && p(r);
3205
- }), watch([s, c], ([t, n]) => {
3206
- e.isClone === !1 && d(r, {
3472
+ let n = O(null), r = re(), i = m(), { width: a, height: o, stop: s } = Ne(n), { registerSlide: c, updateSlide: l, unregisterSlide: u } = zt();
3473
+ return e.isClone === !1 ? c(r, i) : s(), te(() => {
3474
+ e.isClone === !1 && u(r);
3475
+ }), F([a, o], ([t, n]) => {
3476
+ e.isClone === !1 && l(r, {
3207
3477
  width: t,
3208
3478
  height: n
3209
3479
  });
3210
- }), () => h("div", {
3480
+ }), () => g("div", {
3211
3481
  ref: n,
3212
3482
  role: "listitem",
3213
3483
  "aria-roledescription": "slide",
@@ -3215,11 +3485,11 @@ var COMPONENTS_AND_ELEMENTS = /* @__PURE__ */ freeze({
3215
3485
  tabindex: e.isVisible ? void 0 : -1
3216
3486
  }, t.default());
3217
3487
  }
3218
- }, __plugin_vue_export_helper_default = (e, t) => {
3488
+ }, yi = (e, t) => {
3219
3489
  let n = e.__vccOpts || e;
3220
3490
  for (let [e, r] of t) n[e] = r;
3221
3491
  return n;
3222
- }, _hoisted_1$1 = ["data-width", "data-height"], Slider_default = /* @__PURE__ */ __plugin_vue_export_helper_default({
3492
+ }, bi = ["data-width", "data-height"], xi = /*#__PURE__*/ yi({
3223
3493
  __name: "Slider",
3224
3494
  props: {
3225
3495
  totalSlides: {
@@ -3232,53 +3502,53 @@ var COMPONENTS_AND_ELEMENTS = /* @__PURE__ */ freeze({
3232
3502
  }
3233
3503
  },
3234
3504
  setup(e) {
3235
- useCssVars((e) => ({ v0b0e0d5c: z.value }));
3505
+ ne((e) => ({ v0b0e0d5c: k.value }));
3236
3506
  let t = typeof window < "u" && window.matchMedia("(prefers-reduced-motion: reduce)").matches, n = Object.freeze({
3237
3507
  element: !0,
3238
3508
  component: !0,
3239
3509
  static: !0,
3240
3510
  comment: !1,
3241
3511
  text: !1
3242
- }), r = e, { config: a, currentIndex: s, setCurrentIndex: l, isHovered: u, isNavigating: p, setIsNavigating: m, pauseAutoplay: b, resumeAutoplay: x, autoplayIsActive: C } = useCarouselClient(), T = ref(!0), E = (e, t) => e / t * 100, D = ref(0), O = ref(0), k = ref(0), j = computed(() => range(k.value + 1, k.value + 1 + a.value.perPage)), N = computed(() => ({
3243
- transform: `translate3d(${D.value}px, 0, 0)`,
3244
- transitionDuration: `${E(B.value, a.value.transitionSpeed)}ms`
3245
- })), P = (e) => {
3246
- let t = parseFloat(z.value);
3247
- return k.value = a.value.wrap ? r.totalSlides + e : e, (t + a.value.gap) * k.value * -1;
3248
- }, F = ref(null), { width: I, height: L } = useElementSize(F), z = computed(() => {
3249
- let e = a.value.gap > 0 ? a.value.gap * (a.value.perPage - 1) : 0;
3250
- return (I.value - e) / a.value.perPage + "px";
3512
+ }), r = e, { config: i, currentIndex: a, setCurrentIndex: s, isHovered: c, isNavigating: u, setIsNavigating: d, pauseAutoplay: p, resumeAutoplay: m, autoplayIsActive: h } = Ft(), _ = O(!0), v = (e, t) => e / t * 100, y = O(0), b = O(0), x = O(0), ee = o(() => He(x.value + 1, x.value + 1 + i.value.perPage)), C = o(() => ({
3513
+ transform: `translate3d(${y.value}px, 0, 0)`,
3514
+ transitionDuration: `${v(A.value, i.value.transitionSpeed)}ms`
3515
+ })), w = (e) => {
3516
+ let t = parseFloat(k.value);
3517
+ return x.value = i.value.wrap ? r.totalSlides + e : e, (t + i.value.gap) * x.value * -1;
3518
+ }, te = O(null), { width: E, height: D } = Ne(te), k = o(() => {
3519
+ let e = i.value.gap > 0 ? i.value.gap * (i.value.perPage - 1) : 0;
3520
+ return (E.value - e) / i.value.perPage + "px";
3251
3521
  });
3252
- watch(() => r.isInit, async (e) => {
3253
- e && (D.value = P(s.value), await nextFrame(2), T.value = !1);
3522
+ F(() => r.isInit, async (e) => {
3523
+ e && (y.value = w(a.value), await ii(2), _.value = !1);
3254
3524
  });
3255
- let B = computed(() => Math.abs(D.value - O.value));
3256
- watch(s, (e) => {
3257
- p.value === !1 && (O.value = D.value), D.value = P(e), t && H();
3525
+ let A = o(() => Math.abs(y.value - b.value));
3526
+ F(a, (e) => {
3527
+ u.value === !1 && (b.value = y.value), y.value = w(e), t && M();
3258
3528
  });
3259
- let V = () => {
3260
- m(!0);
3261
- }, H = async () => {
3262
- T.value = !0, await nextFrame();
3529
+ let j = () => {
3530
+ d(!0);
3531
+ }, M = async () => {
3532
+ _.value = !0, await ii();
3263
3533
  let e = r.totalSlides;
3264
- l(loopedValue(s.value, 0, e)), await nextFrame(), T.value = !1, m(!1);
3534
+ s(Qr(a.value, 0, e)), await ii(), _.value = !1, d(!1);
3265
3535
  };
3266
- watch(u, (e) => {
3267
- a.value.pauseOnHover === !0 && (e ? b() : x());
3536
+ F(c, (e) => {
3537
+ i.value.pauseOnHover === !0 && (e ? p() : m());
3268
3538
  });
3269
- let U = (e, t) => (t === "prefix" ? 0 : t === "suffix" ? r.totalSlides * 2 : r.totalSlides) + e, G = {
3539
+ let N = (e, t) => (t === "prefix" ? 0 : t === "suffix" ? r.totalSlides * 2 : r.totalSlides) + e, re = {
3270
3540
  props: { gap: {
3271
3541
  type: Number,
3272
3542
  default: 0
3273
3543
  } },
3274
3544
  setup(e, { slots: t }) {
3275
- let r = () => t.default?.() || [], s = (t) => {
3276
- let a = 0, s = t ? `_${t}` : "";
3277
- return replaceChildren(r(), (n) => {
3278
- a++;
3279
- let r = U(a, t);
3280
- return h(Slide_default, {
3281
- class: normalizeClass(["evo-vue-carousel__slide shrink-0 grow-0", {
3545
+ let r = () => t.default?.() || [], a = (t) => {
3546
+ let i = 0, a = t ? `_${t}` : "";
3547
+ return gi(r(), (n) => {
3548
+ i++;
3549
+ let r = N(i, t);
3550
+ return g(vi, {
3551
+ class: S(["evo-vue-carousel__slide shrink-0 grow-0", {
3282
3552
  "evo-vue-carousel__slide-clone": !!t,
3283
3553
  "evo-vue-carousel__slide-prefix": t === "prefix",
3284
3554
  "evo-vue-carousel__slide-suffix": t === "suffix"
@@ -3287,45 +3557,45 @@ var COMPONENTS_AND_ELEMENTS = /* @__PURE__ */ freeze({
3287
3557
  flexBasis: "var(--slide-width, 0px)",
3288
3558
  marginRight: `${e.gap}px`
3289
3559
  },
3290
- ariaLabel: `Slide ${a}`,
3291
- key: `slide_${a}${s}`,
3560
+ ariaLabel: `Slide ${i}`,
3561
+ key: `slide_${i}${a}`,
3292
3562
  isClone: !!t,
3293
- isVisible: j.value.includes(r)
3563
+ isVisible: ee.value.includes(r)
3294
3564
  }, { default: () => [n] });
3295
3565
  }, n);
3296
3566
  };
3297
- return () => h("div", {
3298
- class: normalizeClass([
3567
+ return () => g("div", {
3568
+ class: S([
3299
3569
  "evo-vue-carousel__viewport-track flex flex-row",
3300
3570
  {
3301
- "is-navigating": p.value,
3302
- "autoplay-active": C.value
3571
+ "is-navigating": u.value,
3572
+ "autoplay-active": h.value
3303
3573
  },
3304
- T.value ? "transition-none" : "transition-all motion-reduce:transition-none",
3305
- a.value.slideTransitionTimingClass
3574
+ _.value ? "transition-none" : "transition-all motion-reduce:transition-none",
3575
+ i.value.slideTransitionTimingClass
3306
3576
  ]),
3307
3577
  role: "list",
3308
- style: N.value,
3309
- onTransitionstart: V,
3310
- onTransitionend: H
3311
- }, a.value.wrap ? concat(s("prefix"), s(), s("suffix")) : s());
3578
+ style: C.value,
3579
+ onTransitionstart: j,
3580
+ onTransitionend: M
3581
+ }, i.value.wrap ? Kt(a("prefix"), a(), a("suffix")) : a());
3312
3582
  }
3313
3583
  };
3314
- return (e, t) => (openBlock(), createElementBlock("div", {
3584
+ return (e, t) => (T(), l("div", {
3315
3585
  ref_key: "viewportRef",
3316
- ref: F,
3586
+ ref: te,
3317
3587
  class: "evo-vue-carousel__viewport evo-vue-carousel__viewport--slider relative flex w-full h-full max-h-full overflow-hidden",
3318
- "data-width": unref(I),
3319
- "data-height": unref(L)
3320
- }, [createVNode(unref(S), {
3588
+ "data-width": P(E),
3589
+ "data-height": P(D)
3590
+ }, [f(P(z), {
3321
3591
  slots: e.$slots,
3322
3592
  only: "default"
3323
3593
  }, {
3324
- default: withCtx(() => [createVNode(G, { gap: unref(a).gap }, null, 8, ["gap"])]),
3594
+ default: L(() => [f(re, { gap: P(i).gap }, null, 8, ["gap"])]),
3325
3595
  _: 1
3326
- }, 8, ["slots"])], 8, _hoisted_1$1));
3596
+ }, 8, ["slots"])], 8, bi));
3327
3597
  }
3328
- }, [["__scopeId", "data-v-06f26dae"]]), _hoisted_1 = ["data-height"], Gallery_default = {
3598
+ }, [["__scopeId", "data-v-06f26dae"]]), Si = ["data-height"], Ci = {
3329
3599
  __name: "Gallery",
3330
3600
  props: {
3331
3601
  totalSlides: {
@@ -3338,55 +3608,56 @@ var COMPONENTS_AND_ELEMENTS = /* @__PURE__ */ freeze({
3338
3608
  }
3339
3609
  },
3340
3610
  setup(e) {
3341
- let n = e, { config: r, currentIndex: s, isNavigating: u, isHovered: p, setIsNavigating: m, pauseAutoplay: b, resumeAutoplay: x } = useCarouselClient(), C = ref(null), { height: T } = useElementSize(C);
3342
- watch(p, (e) => {
3343
- r.value.pauseOnHover === !0 && (e ? b() : x());
3611
+ let n = e, { config: r, currentIndex: a, isNavigating: c, isHovered: u, setIsNavigating: d, pauseAutoplay: p, resumeAutoplay: m } = Ft(), h = O(null), { height: _ } = Ne(h);
3612
+ F(u, (e) => {
3613
+ r.value.pauseOnHover === !0 && (e ? p() : m());
3344
3614
  });
3345
- function E(e, t, n) {
3615
+ function v(e, t, n) {
3346
3616
  let r = [];
3347
3617
  if (n === 0) return r;
3348
- for (let a = 0; a < t; a++) r.push((e + a) % n);
3618
+ for (let i = 0; i < t; i++) r.push((e + i) % n);
3349
3619
  return r;
3350
3620
  }
3351
- let D = { setup(e, { slots: a }) {
3352
- let l = computed(() => E(s.value, r.value.perPage, n.totalSlides));
3621
+ let y = { setup(e, { slots: i }) {
3622
+ let s = o(() => v(a.value, r.value.perPage, n.totalSlides));
3353
3623
  return () => {
3354
- let e = a.default?.() || [];
3355
- for (; Array.isArray(e) && e[0]?.type === Fragment;) e = e[0].children;
3356
- let n = 0, r = replaceChildren(e, (e) => {
3357
- let t = h(Slide_default, {
3358
- class: normalizeClass(["evo-vue-carousel__slide evo-vue-carousel__slide--visible w-full h-full", { hidden: l.value.includes(n) === !1 }]),
3624
+ let e = i.default?.() || [];
3625
+ for (; Array.isArray(e) && e[0]?.type === t;) e = e[0].children;
3626
+ let n = 0, r = gi(e, (e) => {
3627
+ let t = g(vi, {
3628
+ class: S(["evo-vue-carousel__slide evo-vue-carousel__slide--visible w-full h-full", { hidden: s.value.includes(n) === !1 }]),
3359
3629
  role: "listitem",
3360
- isVisible: l.value.includes(n),
3630
+ isVisible: s.value.includes(n) === !1,
3361
3631
  isClone: !1
3362
3632
  }, { default: () => [e] });
3363
3633
  return n++, t;
3364
- }, COMPONENTS_AND_ELEMENTS), c = concat(slice(r, s.value), slice(r, 0, s.value));
3365
- return h("div", {
3634
+ }, pi), o = Kt(Tn(r, a.value), Tn(r, 0, a.value));
3635
+ return g("div", {
3366
3636
  role: "list",
3367
- class: normalizeClass(["flex h-full overflow-hidden"])
3368
- }, c);
3637
+ class: S(["flex h-full overflow-hidden"])
3638
+ }, o);
3369
3639
  };
3370
3640
  } };
3371
- return (e, t) => (openBlock(), createElementBlock("div", {
3641
+ return (e, t) => (T(), l("div", {
3372
3642
  ref_key: "galleryRef",
3373
- ref: C,
3374
- class: normalizeClass(["evo-vue-carousel__viewport evo-vue-carousel__viewport--gallery min-h-12 h-full relative w-full overflow-hidden", { "is-navigating": unref(u) }]),
3375
- "data-height": unref(T)
3376
- }, [createVNode(Transition, {
3643
+ ref: h,
3644
+ class: S(["evo-vue-carousel__viewport evo-vue-carousel__viewport--gallery min-h-12 h-full relative w-full overflow-hidden", { "is-navigating": P(c) }]),
3645
+ "data-height": P(_)
3646
+ }, [f(i, {
3377
3647
  mode: "in-out",
3378
3648
  "enter-active-class": "transition-all duration-1000 motion-reduce:transition-none motion-reduce:duration-0 absolute inset-0",
3379
3649
  "leave-active-class": "transition-none absolute hidden",
3380
3650
  "enter-from-class": "opacity-0",
3381
- onBeforeEnter: t[0] ||= (e) => unref(m)(!0),
3382
- onAfterLeave: t[1] ||= (e) => unref(m)(!1)
3651
+ onBeforeEnter: t[0] ||= (e) => P(d)(!0),
3652
+ onAfterLeave: t[1] ||= (e) => P(d)(!1)
3383
3653
  }, {
3384
- default: withCtx(() => [(openBlock(), createBlock(D, { key: unref(s) }, {
3385
- default: withCtx(() => [renderSlot(e.$slots, "default")]),
3654
+ default: L(() => [(T(), s(y, { key: P(a) }, {
3655
+ default: L(() => [A(e.$slots, "default")]),
3386
3656
  _: 3
3387
3657
  }))]),
3388
3658
  _: 3
3389
- })], 10, _hoisted_1));
3659
+ })], 10, Si));
3390
3660
  }
3391
3661
  };
3392
- export { EVO_VUE_CAROUSEL_MODE, component_default as EvoVueCarousel, Navigation_default as EvoVueCarouselNavigation, Pagination_default as EvoVueCarouselPagination, Gallery_default as EvoVueCarouselViewportGallery, Slider_default as EvoVueCarouselViewportSlider };
3662
+ //#endregion
3663
+ export { Fe as EVO_VUE_CAROUSEL_MODE, Ut as EvoVueCarousel, ri as EvoVueCarouselNavigation, qr as EvoVueCarouselPagination, Ci as EvoVueCarouselViewportGallery, xi as EvoVueCarouselViewportSlider };