wg-design 0.3.0 → 0.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.mjs CHANGED
@@ -58,7 +58,7 @@ function ne() {
58
58
  //#region node_modules/@base-ui/utils/esm/error.js
59
59
  var v;
60
60
  process.env.NODE_ENV !== "production" && (v = /* @__PURE__ */ new Set());
61
- function re(...e) {
61
+ function y(...e) {
62
62
  if (process.env.NODE_ENV !== "production") {
63
63
  let t = e.join(" ");
64
64
  v.has(t) || (v.add(t), console.error(`Base UI: ${t}`));
@@ -66,10 +66,10 @@ function re(...e) {
66
66
  }
67
67
  //#endregion
68
68
  //#region node_modules/@base-ui/utils/esm/safeReact.js
69
- var y = { ...t }, b = typeof document < "u" ? t.useLayoutEffect : () => {};
69
+ var b = { ...t }, x = typeof document < "u" ? t.useLayoutEffect : () => {};
70
70
  //#endregion
71
71
  //#region node_modules/@base-ui/utils/esm/mergeObjects.js
72
- function x(e, t) {
72
+ function S(e, t) {
73
73
  if (e && !t) return e;
74
74
  if (!e && t) return t;
75
75
  if (e || t) return {
@@ -79,107 +79,107 @@ function x(e, t) {
79
79
  }
80
80
  //#endregion
81
81
  //#region node_modules/@base-ui/react/esm/merge-props/mergeProps.js
82
- var S = {};
83
- function ie(e, t, n, r, i) {
84
- if (!n && !r && !i && !e) return C(t);
85
- let a = C(e);
86
- return t && (a = w(a, t)), n && (a = w(a, n)), r && (a = w(a, r)), i && (a = w(a, i)), a;
82
+ var C = {};
83
+ function re(e, t, n, r, i) {
84
+ if (!n && !r && !i && !e) return w(t);
85
+ let a = w(e);
86
+ return t && (a = T(a, t)), n && (a = T(a, n)), r && (a = T(a, r)), i && (a = T(a, i)), a;
87
87
  }
88
- function ae(e) {
89
- if (e.length === 0) return S;
90
- if (e.length === 1) return C(e[0]);
91
- let t = C(e[0]);
92
- for (let n = 1; n < e.length; n += 1) t = w(t, e[n]);
88
+ function ie(e) {
89
+ if (e.length === 0) return C;
90
+ if (e.length === 1) return w(e[0]);
91
+ let t = w(e[0]);
92
+ for (let n = 1; n < e.length; n += 1) t = T(t, e[n]);
93
93
  return t;
94
94
  }
95
- function C(e) {
96
- return O(e) ? { ...oe(e, S) } : T(e);
95
+ function w(e) {
96
+ return k(e) ? { ...ae(e, C) } : E(e);
97
97
  }
98
- function w(e, t) {
99
- return O(t) ? oe(t, e) : E(e, t);
98
+ function T(e, t) {
99
+ return k(t) ? ae(t, e) : D(e, t);
100
100
  }
101
- function T(e) {
101
+ function E(e) {
102
102
  let t = { ...e };
103
103
  for (let e in t) {
104
104
  let n = t[e];
105
- D(e, n) && (t[e] = A(n));
105
+ O(e, n) && (t[e] = j(n));
106
106
  }
107
107
  return t;
108
108
  }
109
- function E(e, t) {
109
+ function D(e, t) {
110
110
  if (!t) return e;
111
111
  for (let n in t) {
112
112
  let r = t[n];
113
113
  switch (n) {
114
114
  case "style":
115
- e[n] = x(e.style, r);
115
+ e[n] = S(e.style, r);
116
116
  break;
117
117
  case "className":
118
- e[n] = M(e.className, r);
118
+ e[n] = N(e.className, r);
119
119
  break;
120
- default: D(n, r) ? e[n] = k(e[n], r) : e[n] = r;
120
+ default: O(n, r) ? e[n] = A(e[n], r) : e[n] = r;
121
121
  }
122
122
  }
123
123
  return e;
124
124
  }
125
- function D(e, t) {
125
+ function O(e, t) {
126
126
  let n = e.charCodeAt(0), r = e.charCodeAt(1), i = e.charCodeAt(2);
127
127
  return n === 111 && r === 110 && i >= 65 && i <= 90 && (typeof t == "function" || t === void 0);
128
128
  }
129
- function O(e) {
129
+ function k(e) {
130
130
  return typeof e == "function";
131
131
  }
132
- function oe(e, t) {
133
- return O(e) ? e(t) : e ?? S;
132
+ function ae(e, t) {
133
+ return k(e) ? e(t) : e ?? C;
134
134
  }
135
- function k(e, t) {
135
+ function A(e, t) {
136
136
  return t ? e ? (...n) => {
137
137
  let r = n[0];
138
- if (N(r)) {
138
+ if (P(r)) {
139
139
  let i = r;
140
- j(i);
140
+ M(i);
141
141
  let a = t(...n);
142
142
  return i.baseUIHandlerPrevented || e?.(...n), a;
143
143
  }
144
144
  let i = t(...n);
145
145
  return e?.(...n), i;
146
- } : A(t) : e;
146
+ } : j(t) : e;
147
147
  }
148
- function A(e) {
148
+ function j(e) {
149
149
  return e && ((...t) => {
150
150
  let n = t[0];
151
- return N(n) && j(n), e(...t);
151
+ return P(n) && M(n), e(...t);
152
152
  });
153
153
  }
154
- function j(e) {
154
+ function M(e) {
155
155
  return e.preventBaseUIHandler = () => {
156
156
  e.baseUIHandlerPrevented = !0;
157
157
  }, e;
158
158
  }
159
- function M(e, t) {
159
+ function N(e, t) {
160
160
  return t ? e ? t + " " + e : t : e;
161
161
  }
162
- function N(e) {
162
+ function P(e) {
163
163
  return typeof e == "object" && !!e && "nativeEvent" in e;
164
164
  }
165
165
  //#endregion
166
166
  //#region node_modules/@base-ui/utils/esm/formatErrorMessage.js
167
- function P(e, t) {
167
+ function F(e, t) {
168
168
  return function(n, ...r) {
169
169
  let i = new URL(e);
170
170
  return i.searchParams.set("code", n.toString()), r.forEach((e) => i.searchParams.append("args[]", e)), `${t} error #${n}; visit ${i} for the full message.`;
171
171
  };
172
172
  }
173
- var F = P("https://base-ui.com/production-error", "Base UI"), I = /* @__PURE__ */ t.createContext(void 0);
174
- process.env.NODE_ENV !== "production" && (I.displayName = "CompositeRootContext");
175
- function L(e = !1) {
176
- let n = t.useContext(I);
177
- if (n === void 0 && !e) throw Error(process.env.NODE_ENV === "production" ? F(16) : "Base UI: CompositeRootContext is missing. Composite parts must be placed within <Composite.Root>.");
173
+ var I = F("https://base-ui.com/production-error", "Base UI"), L = /* @__PURE__ */ t.createContext(void 0);
174
+ process.env.NODE_ENV !== "production" && (L.displayName = "CompositeRootContext");
175
+ function R(e = !1) {
176
+ let n = t.useContext(L);
177
+ if (n === void 0 && !e) throw Error(process.env.NODE_ENV === "production" ? I(16) : "Base UI: CompositeRootContext is missing. Composite parts must be placed within <Composite.Root>.");
178
178
  return n;
179
179
  }
180
180
  //#endregion
181
181
  //#region node_modules/@base-ui/react/esm/utils/useFocusableWhenDisabled.js
182
- function R(e) {
182
+ function z(e) {
183
183
  let { focusableWhenDisabled: n, disabled: r, composite: i = !1, tabIndex: a = 0, isNativeButton: o } = e, s = i && n !== !1, c = i && n === !1;
184
184
  return { props: t.useMemo(() => {
185
185
  let e = { onKeyDown(e) {
@@ -198,8 +198,8 @@ function R(e) {
198
198
  }
199
199
  //#endregion
200
200
  //#region node_modules/@base-ui/react/esm/internals/use-button/useButton.js
201
- function se(e = {}) {
202
- let { disabled: n = !1, focusableWhenDisabled: r, tabIndex: i = 0, native: a = !0, composite: o } = e, s = t.useRef(null), c = L(!0), l = o ?? c !== void 0, { props: u } = R({
201
+ function oe(e = {}) {
202
+ let { disabled: n = !1, focusableWhenDisabled: r, tabIndex: i = 0, native: a = !0, composite: o } = e, s = t.useRef(null), c = R(!0), l = o ?? c !== void 0, { props: u } = z({
203
203
  focusableWhenDisabled: r,
204
204
  disabled: n,
205
205
  composite: l,
@@ -208,21 +208,21 @@ function se(e = {}) {
208
208
  });
209
209
  process.env.NODE_ENV !== "production" && t.useEffect(() => {
210
210
  if (!s.current) return;
211
- let e = z(s.current);
212
- a ? e || re(`A component that acts as a button expected a native <button> because the \`nativeButton\` prop is true. Rendering a non-<button> removes native button semantics, which can impact forms and accessibility. Use a real <button> in the \`render\` prop, or set \`nativeButton\` to \`false\`.${y.captureOwnerStack?.() || ""}`) : e && re(`A component that acts as a button expected a non-<button> because the \`nativeButton\` prop is false. Rendering a <button> keeps native behavior while Base UI applies non-native attributes and handlers, which can add unintended extra attributes (such as \`role\` or \`aria-disabled\`). Use a non-<button> in the \`render\` prop, or set \`nativeButton\` to \`true\`.${y.captureOwnerStack?.() || ""}`);
211
+ let e = B(s.current);
212
+ a ? e || y(`A component that acts as a button expected a native <button> because the \`nativeButton\` prop is true. Rendering a non-<button> removes native button semantics, which can impact forms and accessibility. Use a real <button> in the \`render\` prop, or set \`nativeButton\` to \`false\`.${b.captureOwnerStack?.() || ""}`) : e && y(`A component that acts as a button expected a non-<button> because the \`nativeButton\` prop is false. Rendering a <button> keeps native behavior while Base UI applies non-native attributes and handlers, which can add unintended extra attributes (such as \`role\` or \`aria-disabled\`). Use a non-<button> in the \`render\` prop, or set \`nativeButton\` to \`true\`.${b.captureOwnerStack?.() || ""}`);
213
213
  }, [a]);
214
214
  let d = t.useCallback(() => {
215
215
  let e = s.current;
216
- z(e) && l && n && u.disabled === void 0 && e.disabled && (e.disabled = !1);
216
+ B(e) && l && n && u.disabled === void 0 && e.disabled && (e.disabled = !1);
217
217
  }, [
218
218
  n,
219
219
  u.disabled,
220
220
  l
221
221
  ]);
222
- return b(d, [d]), {
222
+ return x(d, [d]), {
223
223
  getButtonProps: t.useCallback((e = {}) => {
224
224
  let { onClick: t, onMouseDown: r, onKeyUp: i, onKeyDown: o, onPointerDown: s, ...c } = e;
225
- return ie({
225
+ return re({
226
226
  type: a ? "button" : void 0,
227
227
  onClick(e) {
228
228
  if (n) {
@@ -235,8 +235,8 @@ function se(e = {}) {
235
235
  n || r?.(e);
236
236
  },
237
237
  onKeyDown(e) {
238
- if (n || (j(e), o?.(e), e.baseUIHandlerPrevented)) return;
239
- let r = e.target === e.currentTarget, i = e.currentTarget, s = z(i), c = !a && B(i), u = r && (a ? s : !c), d = e.key === "Enter", f = e.key === " ", p = i.getAttribute("role"), m = p?.startsWith("menuitem") || p === "option" || p === "gridcell";
238
+ if (n || (M(e), o?.(e), e.baseUIHandlerPrevented)) return;
239
+ let r = e.target === e.currentTarget, i = e.currentTarget, s = B(i), c = !a && V(i), u = r && (a ? s : !c), d = e.key === "Enter", f = e.key === " ", p = i.getAttribute("role"), m = p?.startsWith("menuitem") || p === "option" || p === "gridcell";
240
240
  if (r && l && f) {
241
241
  if (e.defaultPrevented && m) return;
242
242
  e.preventDefault(), c || a && s ? (i.click(), e.preventBaseUIHandler()) : u && (t?.(e), e.preventBaseUIHandler());
@@ -246,7 +246,7 @@ function se(e = {}) {
246
246
  },
247
247
  onKeyUp(e) {
248
248
  if (!n) {
249
- if (j(e), i?.(e), e.target === e.currentTarget && a && l && z(e.currentTarget) && e.key === " ") {
249
+ if (M(e), i?.(e), e.target === e.currentTarget && a && l && B(e.currentTarget) && e.key === " ") {
250
250
  e.preventDefault();
251
251
  return;
252
252
  }
@@ -272,41 +272,41 @@ function se(e = {}) {
272
272
  })
273
273
  };
274
274
  }
275
- function z(e) {
275
+ function B(e) {
276
276
  return p(e) && e.tagName === "BUTTON";
277
277
  }
278
- function B(e) {
278
+ function V(e) {
279
279
  return !!(e?.tagName === "A" && e?.href);
280
280
  }
281
281
  //#endregion
282
282
  //#region node_modules/@base-ui/utils/esm/useMergedRefs.js
283
- function ce(e, t, n, r) {
284
- let i = h(le).current;
285
- return ue(i, e, t, n, r) && fe(i, [
283
+ function se(e, t, n, r) {
284
+ let i = h(ce).current;
285
+ return le(i, e, t, n, r) && de(i, [
286
286
  e,
287
287
  t,
288
288
  n,
289
289
  r
290
290
  ]), i.callback;
291
291
  }
292
- function V(e) {
293
- let t = h(le).current;
294
- return de(t, e) && fe(t, e), t.callback;
292
+ function H(e) {
293
+ let t = h(ce).current;
294
+ return ue(t, e) && de(t, e), t.callback;
295
295
  }
296
- function le() {
296
+ function ce() {
297
297
  return {
298
298
  callback: null,
299
299
  cleanup: null,
300
300
  refs: []
301
301
  };
302
302
  }
303
- function ue(e, t, n, r, i) {
303
+ function le(e, t, n, r, i) {
304
304
  return e.refs[0] !== t || e.refs[1] !== n || e.refs[2] !== r || e.refs[3] !== i;
305
305
  }
306
- function de(e, t) {
306
+ function ue(e, t) {
307
307
  return e.refs.length !== t.length || e.refs.some((e, n) => e !== t[n]);
308
308
  }
309
- function fe(e, t) {
309
+ function de(e, t) {
310
310
  if (e.refs = t, t.every((e) => e == null)) {
311
311
  e.callback = null;
312
312
  return;
@@ -349,35 +349,35 @@ function fe(e, t) {
349
349
  }
350
350
  //#endregion
351
351
  //#region node_modules/@base-ui/utils/esm/reactVersion.js
352
- var pe = parseInt(t.version, 10);
353
- function me(e) {
354
- return pe >= e;
352
+ var fe = parseInt(t.version, 10);
353
+ function pe(e) {
354
+ return fe >= e;
355
355
  }
356
356
  //#endregion
357
357
  //#region node_modules/@base-ui/utils/esm/getReactElementRef.js
358
- function he(e) {
358
+ function me(e) {
359
359
  if (!/* @__PURE__ */ t.isValidElement(e)) return null;
360
360
  let n = e, r = n.props;
361
- return (me(19) ? r?.ref : n.ref) ?? null;
361
+ return (pe(19) ? r?.ref : n.ref) ?? null;
362
362
  }
363
363
  //#endregion
364
364
  //#region node_modules/@base-ui/utils/esm/warn.js
365
- var ge;
366
- process.env.NODE_ENV !== "production" && (ge = /* @__PURE__ */ new Set());
367
- function _e(...e) {
365
+ var he;
366
+ process.env.NODE_ENV !== "production" && (he = /* @__PURE__ */ new Set());
367
+ function ge(...e) {
368
368
  if (process.env.NODE_ENV !== "production") {
369
369
  let t = e.join(" ");
370
- ge.has(t) || (ge.add(t), console.warn(`Base UI: ${t}`));
370
+ he.has(t) || (he.add(t), console.warn(`Base UI: ${t}`));
371
371
  }
372
372
  }
373
373
  //#endregion
374
374
  //#region node_modules/@base-ui/utils/esm/empty.js
375
- function H() {}
375
+ function U() {}
376
376
  Object.freeze([]);
377
- var U = Object.freeze({});
377
+ var W = Object.freeze({});
378
378
  //#endregion
379
379
  //#region node_modules/@base-ui/react/esm/internals/getStateAttributesProps.js
380
- function ve(e, t) {
380
+ function _e(e, t) {
381
381
  let n = {};
382
382
  for (let r in e) {
383
383
  let i = e[r];
@@ -392,53 +392,53 @@ function ve(e, t) {
392
392
  }
393
393
  //#endregion
394
394
  //#region node_modules/@base-ui/react/esm/utils/resolveClassName.js
395
- function ye(e, t) {
395
+ function ve(e, t) {
396
396
  return typeof e == "function" ? e(t) : e;
397
397
  }
398
398
  //#endregion
399
399
  //#region node_modules/@base-ui/react/esm/utils/resolveStyle.js
400
- function be(e, t) {
400
+ function ye(e, t) {
401
401
  return typeof e == "function" ? e(t) : e;
402
402
  }
403
403
  //#endregion
404
404
  //#region node_modules/@base-ui/react/esm/internals/useRenderElement.js
405
- function xe(e, t, n = {}) {
406
- let r = t.render, i = Se(t, n);
407
- return n.enabled === !1 ? null : De(e, r, i, n.state ?? U);
405
+ function be(e, t, n = {}) {
406
+ let r = t.render, i = xe(t, n);
407
+ return n.enabled === !1 ? null : Ee(e, r, i, n.state ?? W);
408
408
  }
409
- function Se(e, t = {}) {
410
- let { className: n, style: r, render: i } = e, { state: a = U, ref: o, props: s, stateAttributesMapping: c, enabled: l = !0 } = t, u = l ? ye(n, a) : void 0, d = l ? be(r, a) : void 0, f = l ? ve(a, c) : U, p = l && s ? Ce(s) : void 0, m = l ? x(f, p) ?? {} : U;
411
- return typeof document < "u" && (l ? Array.isArray(o) ? m.ref = V([
409
+ function xe(e, t = {}) {
410
+ let { className: n, style: r, render: i } = e, { state: a = W, ref: o, props: s, stateAttributesMapping: c, enabled: l = !0 } = t, u = l ? ve(n, a) : void 0, d = l ? ye(r, a) : void 0, f = l ? _e(a, c) : W, p = l && s ? Se(s) : void 0, m = l ? S(f, p) ?? {} : W;
411
+ return typeof document < "u" && (l ? Array.isArray(o) ? m.ref = H([
412
412
  m.ref,
413
- he(i),
413
+ me(i),
414
414
  ...o
415
- ]) : m.ref = ce(m.ref, he(i), o) : ce(null, null)), l ? (u !== void 0 && (m.className = M(m.className, u)), d !== void 0 && (m.style = x(m.style, d)), m) : U;
415
+ ]) : m.ref = se(m.ref, me(i), o) : se(null, null)), l ? (u !== void 0 && (m.className = N(m.className, u)), d !== void 0 && (m.style = S(m.style, d)), m) : W;
416
416
  }
417
- function Ce(e) {
418
- return Array.isArray(e) ? ae(e) : ie(void 0, e);
417
+ function Se(e) {
418
+ return Array.isArray(e) ? ie(e) : re(void 0, e);
419
419
  }
420
- var we = Symbol.for("react.lazy"), Te = /^[A-Z][A-Za-z0-9$]*$/, Ee = /[a-z]/;
421
- function De(e, n, r, i) {
420
+ var Ce = Symbol.for("react.lazy"), we = /^[A-Z][A-Za-z0-9$]*$/, Te = /[a-z]/;
421
+ function Ee(e, n, r, i) {
422
422
  if (n) {
423
- if (typeof n == "function") return process.env.NODE_ENV !== "production" && Oe(n), n(r, i);
424
- let e = ie(r, n.props);
423
+ if (typeof n == "function") return process.env.NODE_ENV !== "production" && De(n), n(r, i);
424
+ let e = re(r, n.props);
425
425
  e.ref = r.ref;
426
426
  let a = n;
427
- if (a?.$$typeof === we && (a = t.Children.toArray(n)[0]), process.env.NODE_ENV !== "production" && !/* @__PURE__ */ t.isValidElement(a)) throw Error([
427
+ if (a?.$$typeof === Ce && (a = t.Children.toArray(n)[0]), process.env.NODE_ENV !== "production" && !/* @__PURE__ */ t.isValidElement(a)) throw Error([
428
428
  "Base UI: The `render` prop was provided an invalid React element as `React.isValidElement(render)` is `false`.",
429
429
  "A valid React element must be provided to the `render` prop because it is cloned with props to replace the default element.",
430
430
  "https://base-ui.com/r/invalid-render-prop"
431
431
  ].join("\n"));
432
432
  return /* @__PURE__ */ t.cloneElement(a, e);
433
433
  }
434
- if (e && typeof e == "string") return ke(e, r);
435
- throw Error(process.env.NODE_ENV === "production" ? F(8) : "Base UI: Render element or function are not defined.");
434
+ if (e && typeof e == "string") return Oe(e, r);
435
+ throw Error(process.env.NODE_ENV === "production" ? I(8) : "Base UI: Render element or function are not defined.");
436
436
  }
437
- function Oe(e) {
437
+ function De(e) {
438
438
  let t = e.name;
439
- t.length !== 0 && Te.test(t) && Ee.test(t) && _e(`The \`render\` prop received a function named \`${t}\` that starts with an uppercase letter.`, "This usually means a React component was passed directly as `render={Component}`.", "Base UI calls `render` as a plain function, which can break the Rules of Hooks during reconciliation.", "If this is an intentional render callback, rename it to start with a lowercase letter.", "Use `render={<Component />}` or `render={(props) => <Component {...props} />}` instead.", "https://base-ui.com/r/invalid-render-prop");
439
+ t.length !== 0 && we.test(t) && Te.test(t) && ge(`The \`render\` prop received a function named \`${t}\` that starts with an uppercase letter.`, "This usually means a React component was passed directly as `render={Component}`.", "Base UI calls `render` as a plain function, which can break the Rules of Hooks during reconciliation.", "If this is an intentional render callback, rename it to start with a lowercase letter.", "Use `render={<Component />}` or `render={(props) => <Component {...props} />}` instead.", "https://base-ui.com/r/invalid-render-prop");
440
440
  }
441
- function ke(e, r) {
441
+ function Oe(e, r) {
442
442
  return e === "button" ? /* @__PURE__ */ n("button", {
443
443
  type: "button",
444
444
  ...r,
@@ -451,48 +451,48 @@ function ke(e, r) {
451
451
  }
452
452
  //#endregion
453
453
  //#region node_modules/@base-ui/react/esm/button/Button.js
454
- var Ae = /* @__PURE__ */ t.forwardRef(function(e, t) {
455
- let { render: n, className: r, disabled: i = !1, focusableWhenDisabled: a = !1, nativeButton: o = !0, style: s, ...c } = e, { getButtonProps: l, buttonRef: u } = se({
454
+ var ke = /* @__PURE__ */ t.forwardRef(function(e, t) {
455
+ let { render: n, className: r, disabled: i = !1, focusableWhenDisabled: a = !1, nativeButton: o = !0, style: s, ...c } = e, { getButtonProps: l, buttonRef: u } = oe({
456
456
  disabled: i,
457
457
  focusableWhenDisabled: a,
458
458
  native: o
459
459
  });
460
- return xe("button", e, {
460
+ return be("button", e, {
461
461
  state: { disabled: i },
462
462
  ref: [t, u],
463
463
  props: [c, l]
464
464
  });
465
465
  });
466
- process.env.NODE_ENV !== "production" && (Ae.displayName = "Button");
466
+ process.env.NODE_ENV !== "production" && (ke.displayName = "Button");
467
467
  //#endregion
468
468
  //#region node_modules/clsx/dist/clsx.mjs
469
- function je(e) {
469
+ function Ae(e) {
470
470
  var t, n, r = "";
471
471
  if (typeof e == "string" || typeof e == "number") r += e;
472
472
  else if (typeof e == "object") if (Array.isArray(e)) {
473
473
  var i = e.length;
474
- for (t = 0; t < i; t++) e[t] && (n = je(e[t])) && (r && (r += " "), r += n);
474
+ for (t = 0; t < i; t++) e[t] && (n = Ae(e[t])) && (r && (r += " "), r += n);
475
475
  } else for (n in e) e[n] && (r && (r += " "), r += n);
476
476
  return r;
477
477
  }
478
- function Me() {
479
- for (var e, t, n = 0, r = "", i = arguments.length; n < i; n++) (e = arguments[n]) && (t = je(e)) && (r && (r += " "), r += t);
478
+ function je() {
479
+ for (var e, t, n = 0, r = "", i = arguments.length; n < i; n++) (e = arguments[n]) && (t = Ae(e)) && (r && (r += " "), r += t);
480
480
  return r;
481
481
  }
482
482
  //#endregion
483
483
  //#region node_modules/class-variance-authority/dist/index.mjs
484
- var Ne = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, Pe = Me, Fe = (e, t) => (n) => {
485
- if (t?.variants == null) return Pe(e, n?.class, n?.className);
484
+ var Me = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, Ne = je, Pe = (e, t) => (n) => {
485
+ if (t?.variants == null) return Ne(e, n?.class, n?.className);
486
486
  let { variants: r, defaultVariants: i } = t, a = Object.keys(r).map((e) => {
487
487
  let t = n?.[e], a = i?.[e];
488
488
  if (t === null) return null;
489
- let o = Ne(t) || Ne(a);
489
+ let o = Me(t) || Me(a);
490
490
  return r[e][o];
491
491
  }), o = n && Object.entries(n).reduce((e, t) => {
492
492
  let [n, r] = t;
493
493
  return r === void 0 || (e[n] = r), e;
494
494
  }, {});
495
- return Pe(e, a, t?.compoundVariants?.reduce((e, t) => {
495
+ return Ne(e, a, t?.compoundVariants?.reduce((e, t) => {
496
496
  let { class: n, className: r, ...a } = t;
497
497
  return Object.entries(a).every((e) => {
498
498
  let [t, n] = e;
@@ -509,100 +509,100 @@ var Ne = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, Pe = Me, Fe
509
509
  r
510
510
  ] : e;
511
511
  }, []), n?.class, n?.className);
512
- }, Ie = (e, t) => {
512
+ }, Fe = (e, t) => {
513
513
  let n = Array(e.length + t.length);
514
514
  for (let t = 0; t < e.length; t++) n[t] = e[t];
515
515
  for (let r = 0; r < t.length; r++) n[e.length + r] = t[r];
516
516
  return n;
517
- }, Le = (e, t) => ({
517
+ }, Ie = (e, t) => ({
518
518
  classGroupId: e,
519
519
  validator: t
520
- }), Re = (e = /* @__PURE__ */ new Map(), t = null, n) => ({
520
+ }), Le = (e = /* @__PURE__ */ new Map(), t = null, n) => ({
521
521
  nextPart: e,
522
522
  validators: t,
523
523
  classGroupId: n
524
- }), ze = "-", Be = [], Ve = "arbitrary..", He = (e) => {
525
- let t = Ge(e), { conflictingClassGroups: n, conflictingClassGroupModifiers: r } = e;
524
+ }), Re = "-", ze = [], Be = "arbitrary..", Ve = (e) => {
525
+ let t = We(e), { conflictingClassGroups: n, conflictingClassGroupModifiers: r } = e;
526
526
  return {
527
527
  getClassGroupId: (e) => {
528
- if (e.startsWith("[") && e.endsWith("]")) return We(e);
529
- let n = e.split(ze);
530
- return Ue(n, +(n[0] === "" && n.length > 1), t);
528
+ if (e.startsWith("[") && e.endsWith("]")) return Ue(e);
529
+ let n = e.split(Re);
530
+ return He(n, +(n[0] === "" && n.length > 1), t);
531
531
  },
532
532
  getConflictingClassGroupIds: (e, t) => {
533
533
  if (t) {
534
534
  let t = r[e], i = n[e];
535
- return t ? i ? Ie(i, t) : t : i || Be;
535
+ return t ? i ? Fe(i, t) : t : i || ze;
536
536
  }
537
- return n[e] || Be;
537
+ return n[e] || ze;
538
538
  }
539
539
  };
540
- }, Ue = (e, t, n) => {
540
+ }, He = (e, t, n) => {
541
541
  if (e.length - t === 0) return n.classGroupId;
542
542
  let r = e[t], i = n.nextPart.get(r);
543
543
  if (i) {
544
- let n = Ue(e, t + 1, i);
544
+ let n = He(e, t + 1, i);
545
545
  if (n) return n;
546
546
  }
547
547
  let a = n.validators;
548
548
  if (a === null) return;
549
- let o = t === 0 ? e.join(ze) : e.slice(t).join(ze), s = a.length;
549
+ let o = t === 0 ? e.join(Re) : e.slice(t).join(Re), s = a.length;
550
550
  for (let e = 0; e < s; e++) {
551
551
  let t = a[e];
552
552
  if (t.validator(o)) return t.classGroupId;
553
553
  }
554
- }, We = (e) => e.slice(1, -1).indexOf(":") === -1 ? void 0 : (() => {
554
+ }, Ue = (e) => e.slice(1, -1).indexOf(":") === -1 ? void 0 : (() => {
555
555
  let t = e.slice(1, -1), n = t.indexOf(":"), r = t.slice(0, n);
556
- return r ? Ve + r : void 0;
557
- })(), Ge = (e) => {
556
+ return r ? Be + r : void 0;
557
+ })(), We = (e) => {
558
558
  let { theme: t, classGroups: n } = e;
559
- return Ke(n, t);
560
- }, Ke = (e, t) => {
561
- let n = Re();
559
+ return Ge(n, t);
560
+ }, Ge = (e, t) => {
561
+ let n = Le();
562
562
  for (let r in e) {
563
563
  let i = e[r];
564
- qe(i, n, r, t);
564
+ Ke(i, n, r, t);
565
565
  }
566
566
  return n;
567
- }, qe = (e, t, n, r) => {
567
+ }, Ke = (e, t, n, r) => {
568
568
  let i = e.length;
569
569
  for (let a = 0; a < i; a++) {
570
570
  let i = e[a];
571
- Je(i, t, n, r);
571
+ qe(i, t, n, r);
572
572
  }
573
- }, Je = (e, t, n, r) => {
573
+ }, qe = (e, t, n, r) => {
574
574
  if (typeof e == "string") {
575
- Ye(e, t, n);
575
+ Je(e, t, n);
576
576
  return;
577
577
  }
578
578
  if (typeof e == "function") {
579
- Xe(e, t, n, r);
579
+ Ye(e, t, n, r);
580
580
  return;
581
581
  }
582
- Ze(e, t, n, r);
583
- }, Ye = (e, t, n) => {
584
- let r = e === "" ? t : Qe(t, e);
582
+ Xe(e, t, n, r);
583
+ }, Je = (e, t, n) => {
584
+ let r = e === "" ? t : Ze(t, e);
585
585
  r.classGroupId = n;
586
- }, Xe = (e, t, n, r) => {
587
- if ($e(e)) {
588
- qe(e(r), t, n, r);
586
+ }, Ye = (e, t, n, r) => {
587
+ if (Qe(e)) {
588
+ Ke(e(r), t, n, r);
589
589
  return;
590
590
  }
591
- t.validators === null && (t.validators = []), t.validators.push(Le(n, e));
592
- }, Ze = (e, t, n, r) => {
591
+ t.validators === null && (t.validators = []), t.validators.push(Ie(n, e));
592
+ }, Xe = (e, t, n, r) => {
593
593
  let i = Object.entries(e), a = i.length;
594
594
  for (let e = 0; e < a; e++) {
595
595
  let [a, o] = i[e];
596
- qe(o, Qe(t, a), n, r);
596
+ Ke(o, Ze(t, a), n, r);
597
597
  }
598
- }, Qe = (e, t) => {
599
- let n = e, r = t.split(ze), i = r.length;
598
+ }, Ze = (e, t) => {
599
+ let n = e, r = t.split(Re), i = r.length;
600
600
  for (let e = 0; e < i; e++) {
601
601
  let t = r[e], i = n.nextPart.get(t);
602
- i || (i = Re(), n.nextPart.set(t, i)), n = i;
602
+ i || (i = Le(), n.nextPart.set(t, i)), n = i;
603
603
  }
604
604
  return n;
605
- }, $e = (e) => "isThemeGetter" in e && e.isThemeGetter === !0, et = (e) => {
605
+ }, Qe = (e) => "isThemeGetter" in e && e.isThemeGetter === !0, $e = (e) => {
606
606
  if (e < 1) return {
607
607
  get: () => void 0,
608
608
  set: () => {}
@@ -620,19 +620,19 @@ var Ne = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, Pe = Me, Fe
620
620
  e in n ? n[e] = t : i(e, t);
621
621
  }
622
622
  };
623
- }, tt = "!", nt = ":", rt = [], it = (e, t, n, r, i) => ({
623
+ }, et = "!", tt = ":", nt = [], rt = (e, t, n, r, i) => ({
624
624
  modifiers: e,
625
625
  hasImportantModifier: t,
626
626
  baseClassName: n,
627
627
  maybePostfixModifierPosition: r,
628
628
  isExternal: i
629
- }), at = (e) => {
629
+ }), it = (e) => {
630
630
  let { prefix: t, experimentalParseClassName: n } = e, r = (e) => {
631
631
  let t = [], n = 0, r = 0, i = 0, a, o = e.length;
632
632
  for (let s = 0; s < o; s++) {
633
633
  let o = e[s];
634
634
  if (n === 0 && r === 0) {
635
- if (o === nt) {
635
+ if (o === tt) {
636
636
  t.push(e.slice(i, s)), i = s + 1;
637
637
  continue;
638
638
  }
@@ -644,13 +644,13 @@ var Ne = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, Pe = Me, Fe
644
644
  o === "[" ? n++ : o === "]" ? n-- : o === "(" ? r++ : o === ")" && r--;
645
645
  }
646
646
  let s = t.length === 0 ? e : e.slice(i), c = s, l = !1;
647
- s.endsWith(tt) ? (c = s.slice(0, -1), l = !0) : s.startsWith(tt) && (c = s.slice(1), l = !0);
647
+ s.endsWith(et) ? (c = s.slice(0, -1), l = !0) : s.startsWith(et) && (c = s.slice(1), l = !0);
648
648
  let u = a && a > i ? a - i : void 0;
649
- return it(t, l, c, u);
649
+ return rt(t, l, c, u);
650
650
  };
651
651
  if (t) {
652
- let e = t + nt, n = r;
653
- r = (t) => t.startsWith(e) ? n(t.slice(e.length)) : it(rt, !1, t, void 0, !0);
652
+ let e = t + tt, n = r;
653
+ r = (t) => t.startsWith(e) ? n(t.slice(e.length)) : rt(nt, !1, t, void 0, !0);
654
654
  }
655
655
  if (n) {
656
656
  let e = r;
@@ -660,7 +660,7 @@ var Ne = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, Pe = Me, Fe
660
660
  });
661
661
  }
662
662
  return r;
663
- }, ot = (e) => {
663
+ }, at = (e) => {
664
664
  let t = /* @__PURE__ */ new Map();
665
665
  return e.orderSensitiveModifiers.forEach((e, n) => {
666
666
  t.set(e, 1e6 + n);
@@ -672,13 +672,13 @@ var Ne = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, Pe = Me, Fe
672
672
  }
673
673
  return r.length > 0 && (r.sort(), n.push(...r)), n;
674
674
  };
675
- }, st = (e) => ({
676
- cache: et(e.cacheSize),
677
- parseClassName: at(e),
678
- sortModifiers: ot(e),
679
- ...He(e)
680
- }), ct = /\s+/, lt = (e, t) => {
681
- let { parseClassName: n, getClassGroupId: r, getConflictingClassGroupIds: i, sortModifiers: a } = t, o = [], s = e.trim().split(ct), c = "";
675
+ }, ot = (e) => ({
676
+ cache: $e(e.cacheSize),
677
+ parseClassName: it(e),
678
+ sortModifiers: at(e),
679
+ ...Ve(e)
680
+ }), st = /\s+/, ct = (e, t) => {
681
+ let { parseClassName: n, getClassGroupId: r, getConflictingClassGroupIds: i, sortModifiers: a } = t, o = [], s = e.trim().split(st), c = "";
682
682
  for (let e = s.length - 1; e >= 0; --e) {
683
683
  let t = s[e], { isExternal: l, modifiers: u, hasImportantModifier: d, baseClassName: f, maybePostfixModifierPosition: p } = n(t);
684
684
  if (l) {
@@ -697,7 +697,7 @@ var Ne = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, Pe = Me, Fe
697
697
  }
698
698
  m = !1;
699
699
  }
700
- let g = u.length === 0 ? "" : u.length === 1 ? u[0] : a(u).join(":"), ee = d ? g + tt : g, _ = ee + h;
700
+ let g = u.length === 0 ? "" : u.length === 1 ? u[0] : a(u).join(":"), ee = d ? g + et : g, _ = ee + h;
701
701
  if (o.indexOf(_) > -1) continue;
702
702
  o.push(_);
703
703
  let te = i(h, m);
@@ -708,34 +708,34 @@ var Ne = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, Pe = Me, Fe
708
708
  c = t + (c.length > 0 ? " " + c : c);
709
709
  }
710
710
  return c;
711
- }, ut = (...e) => {
711
+ }, lt = (...e) => {
712
712
  let t = 0, n, r, i = "";
713
- for (; t < e.length;) (n = e[t++]) && (r = dt(n)) && (i && (i += " "), i += r);
713
+ for (; t < e.length;) (n = e[t++]) && (r = ut(n)) && (i && (i += " "), i += r);
714
714
  return i;
715
- }, dt = (e) => {
715
+ }, ut = (e) => {
716
716
  if (typeof e == "string") return e;
717
717
  let t, n = "";
718
- for (let r = 0; r < e.length; r++) e[r] && (t = dt(e[r])) && (n && (n += " "), n += t);
718
+ for (let r = 0; r < e.length; r++) e[r] && (t = ut(e[r])) && (n && (n += " "), n += t);
719
719
  return n;
720
- }, ft = (e, ...t) => {
721
- let n, r, i, a, o = (o) => (n = st(t.reduce((e, t) => t(e), e())), r = n.cache.get, i = n.cache.set, a = s, s(o)), s = (e) => {
720
+ }, dt = (e, ...t) => {
721
+ let n, r, i, a, o = (o) => (n = ot(t.reduce((e, t) => t(e), e())), r = n.cache.get, i = n.cache.set, a = s, s(o)), s = (e) => {
722
722
  let t = r(e);
723
723
  if (t) return t;
724
- let a = lt(e, n);
724
+ let a = ct(e, n);
725
725
  return i(e, a), a;
726
726
  };
727
- return a = o, (...e) => a(ut(...e));
728
- }, pt = [], W = (e) => {
729
- let t = (t) => t[e] || pt;
727
+ return a = o, (...e) => a(lt(...e));
728
+ }, ft = [], G = (e) => {
729
+ let t = (t) => t[e] || ft;
730
730
  return t.isThemeGetter = !0, t;
731
- }, mt = /^\[(?:(\w[\w-]*):)?(.+)\]$/i, ht = /^\((?:(\w[\w-]*):)?(.+)\)$/i, gt = /^\d+(?:\.\d+)?\/\d+(?:\.\d+)?$/, _t = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, vt = /\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$/, yt = /^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/, bt = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, xt = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, G = (e) => gt.test(e), K = (e) => !!e && !Number.isNaN(Number(e)), q = (e) => !!e && Number.isInteger(Number(e)), St = (e) => e.endsWith("%") && K(e.slice(0, -1)), J = (e) => _t.test(e), Ct = () => !0, wt = (e) => vt.test(e) && !yt.test(e), Tt = () => !1, Et = (e) => bt.test(e), Dt = (e) => xt.test(e), Ot = (e) => !Y(e) && !Z(e), kt = (e) => Q(e, Gt, Tt), Y = (e) => mt.test(e), X = (e) => Q(e, Kt, wt), At = (e) => Q(e, qt, K), jt = (e) => Q(e, Yt, Ct), Mt = (e) => Q(e, Jt, Tt), Nt = (e) => Q(e, Ut, Tt), Pt = (e) => Q(e, Wt, Dt), Ft = (e) => Q(e, Xt, Et), Z = (e) => ht.test(e), It = (e) => $(e, Kt), Lt = (e) => $(e, Jt), Rt = (e) => $(e, Ut), zt = (e) => $(e, Gt), Bt = (e) => $(e, Wt), Vt = (e) => $(e, Xt, !0), Ht = (e) => $(e, Yt, !0), Q = (e, t, n) => {
732
- let r = mt.exec(e);
731
+ }, pt = /^\[(?:(\w[\w-]*):)?(.+)\]$/i, mt = /^\((?:(\w[\w-]*):)?(.+)\)$/i, ht = /^\d+(?:\.\d+)?\/\d+(?:\.\d+)?$/, gt = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, _t = /\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$/, vt = /^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/, yt = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, bt = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, K = (e) => ht.test(e), q = (e) => !!e && !Number.isNaN(Number(e)), J = (e) => !!e && Number.isInteger(Number(e)), xt = (e) => e.endsWith("%") && q(e.slice(0, -1)), Y = (e) => gt.test(e), St = () => !0, Ct = (e) => _t.test(e) && !vt.test(e), wt = () => !1, Tt = (e) => yt.test(e), Et = (e) => bt.test(e), Dt = (e) => !X(e) && !Q(e), Ot = (e) => $(e, Gt, wt), X = (e) => pt.test(e), Z = (e) => $(e, Kt, Ct), kt = (e) => $(e, qt, q), At = (e) => $(e, Yt, St), jt = (e) => $(e, Jt, wt), Mt = (e) => $(e, Ut, wt), Nt = (e) => $(e, Wt, Et), Pt = (e) => $(e, Xt, Tt), Q = (e) => mt.test(e), Ft = (e) => Ht(e, Kt), It = (e) => Ht(e, Jt), Lt = (e) => Ht(e, Ut), Rt = (e) => Ht(e, Gt), zt = (e) => Ht(e, Wt), Bt = (e) => Ht(e, Xt, !0), Vt = (e) => Ht(e, Yt, !0), $ = (e, t, n) => {
732
+ let r = pt.exec(e);
733
733
  return r ? r[1] ? t(r[1]) : n(r[2]) : !1;
734
- }, $ = (e, t, n = !1) => {
735
- let r = ht.exec(e);
734
+ }, Ht = (e, t, n = !1) => {
735
+ let r = mt.exec(e);
736
736
  return r ? r[1] ? t(r[1]) : n : !1;
737
- }, Ut = (e) => e === "position" || e === "percentage", Wt = (e) => e === "image" || e === "url", Gt = (e) => e === "length" || e === "size" || e === "bg-size", Kt = (e) => e === "length", qt = (e) => e === "number", Jt = (e) => e === "family-name", Yt = (e) => e === "number" || e === "weight", Xt = (e) => e === "shadow", Zt = /* @__PURE__ */ ft(() => {
738
- let e = W("color"), t = W("font"), n = W("text"), r = W("font-weight"), i = W("tracking"), a = W("leading"), o = W("breakpoint"), s = W("container"), c = W("spacing"), l = W("radius"), u = W("shadow"), d = W("inset-shadow"), f = W("text-shadow"), p = W("drop-shadow"), m = W("blur"), h = W("perspective"), g = W("aspect"), ee = W("ease"), _ = W("animate"), te = () => [
737
+ }, Ut = (e) => e === "position" || e === "percentage", Wt = (e) => e === "image" || e === "url", Gt = (e) => e === "length" || e === "size" || e === "bg-size", Kt = (e) => e === "length", qt = (e) => e === "number", Jt = (e) => e === "family-name", Yt = (e) => e === "number" || e === "weight", Xt = (e) => e === "shadow", Zt = /* @__PURE__ */ dt(() => {
738
+ 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"), ee = G("ease"), _ = G("animate"), te = () => [
739
739
  "auto",
740
740
  "avoid",
741
741
  "all",
@@ -760,57 +760,57 @@ var Ne = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, Pe = Me, Fe
760
760
  "left-bottom"
761
761
  ], v = () => [
762
762
  ...ne(),
763
- Z,
764
- Y
765
- ], re = () => [
763
+ Q,
764
+ X
765
+ ], y = () => [
766
766
  "auto",
767
767
  "hidden",
768
768
  "clip",
769
769
  "visible",
770
770
  "scroll"
771
- ], y = () => [
771
+ ], b = () => [
772
772
  "auto",
773
773
  "contain",
774
774
  "none"
775
- ], b = () => [
776
- Z,
777
- Y,
778
- c
779
775
  ], x = () => [
780
- G,
776
+ Q,
777
+ X,
778
+ c
779
+ ], S = () => [
780
+ K,
781
781
  "full",
782
782
  "auto",
783
- ...b()
784
- ], S = () => [
785
- q,
783
+ ...x()
784
+ ], C = () => [
785
+ J,
786
786
  "none",
787
787
  "subgrid",
788
- Z,
789
- Y
790
- ], ie = () => [
788
+ Q,
789
+ X
790
+ ], re = () => [
791
791
  "auto",
792
792
  { span: [
793
793
  "full",
794
- q,
795
- Z,
796
- Y
794
+ J,
795
+ Q,
796
+ X
797
797
  ] },
798
- q,
799
- Z,
800
- Y
801
- ], ae = () => [
802
- q,
798
+ J,
799
+ Q,
800
+ X
801
+ ], ie = () => [
802
+ J,
803
803
  "auto",
804
- Z,
805
- Y
806
- ], C = () => [
804
+ Q,
805
+ X
806
+ ], w = () => [
807
807
  "auto",
808
808
  "min",
809
809
  "max",
810
810
  "fr",
811
- Z,
812
- Y
813
- ], w = () => [
811
+ Q,
812
+ X
813
+ ], T = () => [
814
814
  "start",
815
815
  "end",
816
816
  "center",
@@ -821,15 +821,15 @@ var Ne = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, Pe = Me, Fe
821
821
  "baseline",
822
822
  "center-safe",
823
823
  "end-safe"
824
- ], T = () => [
824
+ ], E = () => [
825
825
  "start",
826
826
  "end",
827
827
  "center",
828
828
  "stretch",
829
829
  "center-safe",
830
830
  "end-safe"
831
- ], E = () => ["auto", ...b()], D = () => [
832
- G,
831
+ ], D = () => ["auto", ...x()], O = () => [
832
+ K,
833
833
  "auto",
834
834
  "full",
835
835
  "dvw",
@@ -841,9 +841,9 @@ var Ne = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, Pe = Me, Fe
841
841
  "min",
842
842
  "max",
843
843
  "fit",
844
- ...b()
845
- ], O = () => [
846
- G,
844
+ ...x()
845
+ ], k = () => [
846
+ K,
847
847
  "screen",
848
848
  "full",
849
849
  "dvw",
@@ -852,9 +852,9 @@ var Ne = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, Pe = Me, Fe
852
852
  "min",
853
853
  "max",
854
854
  "fit",
855
- ...b()
856
- ], oe = () => [
857
- G,
855
+ ...x()
856
+ ], ae = () => [
857
+ K,
858
858
  "screen",
859
859
  "full",
860
860
  "lh",
@@ -864,51 +864,51 @@ var Ne = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, Pe = Me, Fe
864
864
  "min",
865
865
  "max",
866
866
  "fit",
867
- ...b()
868
- ], k = () => [
869
- e,
870
- Z,
871
- Y
867
+ ...x()
872
868
  ], A = () => [
869
+ e,
870
+ Q,
871
+ X
872
+ ], j = () => [
873
873
  ...ne(),
874
- Rt,
875
- Nt,
876
- { position: [Z, Y] }
877
- ], j = () => ["no-repeat", { repeat: [
874
+ Lt,
875
+ Mt,
876
+ { position: [Q, X] }
877
+ ], M = () => ["no-repeat", { repeat: [
878
878
  "",
879
879
  "x",
880
880
  "y",
881
881
  "space",
882
882
  "round"
883
- ] }], M = () => [
883
+ ] }], N = () => [
884
884
  "auto",
885
885
  "cover",
886
886
  "contain",
887
- zt,
888
- kt,
889
- { size: [Z, Y] }
890
- ], N = () => [
891
- St,
892
- It,
893
- X
887
+ Rt,
888
+ Ot,
889
+ { size: [Q, X] }
894
890
  ], P = () => [
891
+ xt,
892
+ Ft,
893
+ Z
894
+ ], F = () => [
895
895
  "",
896
896
  "none",
897
897
  "full",
898
898
  l,
899
- Z,
900
- Y
901
- ], F = () => [
902
- "",
903
- K,
904
- It,
899
+ Q,
905
900
  X
906
901
  ], I = () => [
902
+ "",
903
+ q,
904
+ Ft,
905
+ Z
906
+ ], L = () => [
907
907
  "solid",
908
908
  "dashed",
909
909
  "dotted",
910
910
  "double"
911
- ], L = () => [
911
+ ], R = () => [
912
912
  "normal",
913
913
  "multiply",
914
914
  "screen",
@@ -925,35 +925,35 @@ var Ne = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, Pe = Me, Fe
925
925
  "saturation",
926
926
  "color",
927
927
  "luminosity"
928
- ], R = () => [
929
- K,
930
- St,
931
- Rt,
932
- Nt
933
- ], se = () => [
928
+ ], z = () => [
929
+ q,
930
+ xt,
931
+ Lt,
932
+ Mt
933
+ ], oe = () => [
934
934
  "",
935
935
  "none",
936
936
  m,
937
- Z,
938
- Y
939
- ], z = () => [
940
- "none",
941
- K,
942
- Z,
943
- Y
937
+ Q,
938
+ X
944
939
  ], B = () => [
945
940
  "none",
946
- K,
947
- Z,
948
- Y
949
- ], ce = () => [
950
- K,
951
- Z,
952
- Y
941
+ q,
942
+ Q,
943
+ X
953
944
  ], V = () => [
954
- G,
945
+ "none",
946
+ q,
947
+ Q,
948
+ X
949
+ ], se = () => [
950
+ q,
951
+ Q,
952
+ X
953
+ ], H = () => [
954
+ K,
955
955
  "full",
956
- ...b()
956
+ ...x()
957
957
  ];
958
958
  return {
959
959
  cacheSize: 500,
@@ -965,17 +965,17 @@ var Ne = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, Pe = Me, Fe
965
965
  "bounce"
966
966
  ],
967
967
  aspect: ["video"],
968
- blur: [J],
969
- breakpoint: [J],
970
- color: [Ct],
971
- container: [J],
972
- "drop-shadow": [J],
968
+ blur: [Y],
969
+ breakpoint: [Y],
970
+ color: [St],
971
+ container: [Y],
972
+ "drop-shadow": [Y],
973
973
  ease: [
974
974
  "in",
975
975
  "out",
976
976
  "in-out"
977
977
  ],
978
- font: [Ot],
978
+ font: [Dt],
979
979
  "font-weight": [
980
980
  "thin",
981
981
  "extralight",
@@ -987,7 +987,7 @@ var Ne = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, Pe = Me, Fe
987
987
  "extrabold",
988
988
  "black"
989
989
  ],
990
- "inset-shadow": [J],
990
+ "inset-shadow": [Y],
991
991
  leading: [
992
992
  "none",
993
993
  "tight",
@@ -1004,11 +1004,11 @@ var Ne = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, Pe = Me, Fe
1004
1004
  "distant",
1005
1005
  "none"
1006
1006
  ],
1007
- radius: [J],
1008
- shadow: [J],
1009
- spacing: ["px", K],
1010
- text: [J],
1011
- "text-shadow": [J],
1007
+ radius: [Y],
1008
+ shadow: [Y],
1009
+ spacing: ["px", q],
1010
+ text: [Y],
1011
+ "text-shadow": [Y],
1012
1012
  tracking: [
1013
1013
  "tighter",
1014
1014
  "tight",
@@ -1022,16 +1022,16 @@ var Ne = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, Pe = Me, Fe
1022
1022
  aspect: [{ aspect: [
1023
1023
  "auto",
1024
1024
  "square",
1025
- G,
1026
- Y,
1027
- Z,
1025
+ K,
1026
+ X,
1027
+ Q,
1028
1028
  g
1029
1029
  ] }],
1030
1030
  container: ["container"],
1031
1031
  columns: [{ columns: [
1032
- K,
1033
- Y,
1034
- Z,
1032
+ q,
1033
+ X,
1034
+ Q,
1035
1035
  s
1036
1036
  ] }],
1037
1037
  "break-after": [{ "break-after": te() }],
@@ -1092,12 +1092,12 @@ var Ne = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, Pe = Me, Fe
1092
1092
  "scale-down"
1093
1093
  ] }],
1094
1094
  "object-position": [{ object: v() }],
1095
- overflow: [{ overflow: re() }],
1096
- "overflow-x": [{ "overflow-x": re() }],
1097
- "overflow-y": [{ "overflow-y": re() }],
1098
- overscroll: [{ overscroll: y() }],
1099
- "overscroll-x": [{ "overscroll-x": y() }],
1100
- "overscroll-y": [{ "overscroll-y": y() }],
1095
+ overflow: [{ overflow: y() }],
1096
+ "overflow-x": [{ "overflow-x": y() }],
1097
+ "overflow-y": [{ "overflow-y": y() }],
1098
+ overscroll: [{ overscroll: b() }],
1099
+ "overscroll-x": [{ "overscroll-x": b() }],
1100
+ "overscroll-y": [{ "overscroll-y": b() }],
1101
1101
  position: [
1102
1102
  "static",
1103
1103
  "fixed",
@@ -1105,40 +1105,40 @@ var Ne = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, Pe = Me, Fe
1105
1105
  "relative",
1106
1106
  "sticky"
1107
1107
  ],
1108
- inset: [{ inset: x() }],
1109
- "inset-x": [{ "inset-x": x() }],
1110
- "inset-y": [{ "inset-y": x() }],
1108
+ inset: [{ inset: S() }],
1109
+ "inset-x": [{ "inset-x": S() }],
1110
+ "inset-y": [{ "inset-y": S() }],
1111
1111
  start: [{
1112
- "inset-s": x(),
1113
- start: x()
1112
+ "inset-s": S(),
1113
+ start: S()
1114
1114
  }],
1115
1115
  end: [{
1116
- "inset-e": x(),
1117
- end: x()
1116
+ "inset-e": S(),
1117
+ end: S()
1118
1118
  }],
1119
- "inset-bs": [{ "inset-bs": x() }],
1120
- "inset-be": [{ "inset-be": x() }],
1121
- top: [{ top: x() }],
1122
- right: [{ right: x() }],
1123
- bottom: [{ bottom: x() }],
1124
- left: [{ left: x() }],
1119
+ "inset-bs": [{ "inset-bs": S() }],
1120
+ "inset-be": [{ "inset-be": S() }],
1121
+ top: [{ top: S() }],
1122
+ right: [{ right: S() }],
1123
+ bottom: [{ bottom: S() }],
1124
+ left: [{ left: S() }],
1125
1125
  visibility: [
1126
1126
  "visible",
1127
1127
  "invisible",
1128
1128
  "collapse"
1129
1129
  ],
1130
1130
  z: [{ z: [
1131
- q,
1131
+ J,
1132
1132
  "auto",
1133
- Z,
1134
- Y
1133
+ Q,
1134
+ X
1135
1135
  ] }],
1136
1136
  basis: [{ basis: [
1137
- G,
1137
+ K,
1138
1138
  "full",
1139
1139
  "auto",
1140
1140
  s,
1141
- ...b()
1141
+ ...x()
1142
1142
  ] }],
1143
1143
  "flex-direction": [{ flex: [
1144
1144
  "row",
@@ -1152,41 +1152,41 @@ var Ne = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, Pe = Me, Fe
1152
1152
  "wrap-reverse"
1153
1153
  ] }],
1154
1154
  flex: [{ flex: [
1155
+ q,
1155
1156
  K,
1156
- G,
1157
1157
  "auto",
1158
1158
  "initial",
1159
1159
  "none",
1160
- Y
1160
+ X
1161
1161
  ] }],
1162
1162
  grow: [{ grow: [
1163
1163
  "",
1164
- K,
1165
- Z,
1166
- Y
1164
+ q,
1165
+ Q,
1166
+ X
1167
1167
  ] }],
1168
1168
  shrink: [{ shrink: [
1169
1169
  "",
1170
- K,
1171
- Z,
1172
- Y
1170
+ q,
1171
+ Q,
1172
+ X
1173
1173
  ] }],
1174
1174
  order: [{ order: [
1175
- q,
1175
+ J,
1176
1176
  "first",
1177
1177
  "last",
1178
1178
  "none",
1179
- Z,
1180
- Y
1179
+ Q,
1180
+ X
1181
1181
  ] }],
1182
- "grid-cols": [{ "grid-cols": S() }],
1183
- "col-start-end": [{ col: ie() }],
1184
- "col-start": [{ "col-start": ae() }],
1185
- "col-end": [{ "col-end": ae() }],
1186
- "grid-rows": [{ "grid-rows": S() }],
1187
- "row-start-end": [{ row: ie() }],
1188
- "row-start": [{ "row-start": ae() }],
1189
- "row-end": [{ "row-end": ae() }],
1182
+ "grid-cols": [{ "grid-cols": C() }],
1183
+ "col-start-end": [{ col: re() }],
1184
+ "col-start": [{ "col-start": ie() }],
1185
+ "col-end": [{ "col-end": ie() }],
1186
+ "grid-rows": [{ "grid-rows": C() }],
1187
+ "row-start-end": [{ row: re() }],
1188
+ "row-start": [{ "row-start": ie() }],
1189
+ "row-end": [{ "row-end": ie() }],
1190
1190
  "grid-flow": [{ "grid-flow": [
1191
1191
  "row",
1192
1192
  "col",
@@ -1194,67 +1194,67 @@ var Ne = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, Pe = Me, Fe
1194
1194
  "row-dense",
1195
1195
  "col-dense"
1196
1196
  ] }],
1197
- "auto-cols": [{ "auto-cols": C() }],
1198
- "auto-rows": [{ "auto-rows": C() }],
1199
- gap: [{ gap: b() }],
1200
- "gap-x": [{ "gap-x": b() }],
1201
- "gap-y": [{ "gap-y": b() }],
1202
- "justify-content": [{ justify: [...w(), "normal"] }],
1203
- "justify-items": [{ "justify-items": [...T(), "normal"] }],
1204
- "justify-self": [{ "justify-self": ["auto", ...T()] }],
1205
- "align-content": [{ content: ["normal", ...w()] }],
1206
- "align-items": [{ items: [...T(), { baseline: ["", "last"] }] }],
1197
+ "auto-cols": [{ "auto-cols": w() }],
1198
+ "auto-rows": [{ "auto-rows": w() }],
1199
+ gap: [{ gap: x() }],
1200
+ "gap-x": [{ "gap-x": x() }],
1201
+ "gap-y": [{ "gap-y": x() }],
1202
+ "justify-content": [{ justify: [...T(), "normal"] }],
1203
+ "justify-items": [{ "justify-items": [...E(), "normal"] }],
1204
+ "justify-self": [{ "justify-self": ["auto", ...E()] }],
1205
+ "align-content": [{ content: ["normal", ...T()] }],
1206
+ "align-items": [{ items: [...E(), { baseline: ["", "last"] }] }],
1207
1207
  "align-self": [{ self: [
1208
1208
  "auto",
1209
- ...T(),
1209
+ ...E(),
1210
1210
  { baseline: ["", "last"] }
1211
1211
  ] }],
1212
- "place-content": [{ "place-content": w() }],
1213
- "place-items": [{ "place-items": [...T(), "baseline"] }],
1214
- "place-self": [{ "place-self": ["auto", ...T()] }],
1215
- p: [{ p: b() }],
1216
- px: [{ px: b() }],
1217
- py: [{ py: b() }],
1218
- ps: [{ ps: b() }],
1219
- pe: [{ pe: b() }],
1220
- pbs: [{ pbs: b() }],
1221
- pbe: [{ pbe: b() }],
1222
- pt: [{ pt: b() }],
1223
- pr: [{ pr: b() }],
1224
- pb: [{ pb: b() }],
1225
- pl: [{ pl: b() }],
1226
- m: [{ m: E() }],
1227
- mx: [{ mx: E() }],
1228
- my: [{ my: E() }],
1229
- ms: [{ ms: E() }],
1230
- me: [{ me: E() }],
1231
- mbs: [{ mbs: E() }],
1232
- mbe: [{ mbe: E() }],
1233
- mt: [{ mt: E() }],
1234
- mr: [{ mr: E() }],
1235
- mb: [{ mb: E() }],
1236
- ml: [{ ml: E() }],
1237
- "space-x": [{ "space-x": b() }],
1212
+ "place-content": [{ "place-content": T() }],
1213
+ "place-items": [{ "place-items": [...E(), "baseline"] }],
1214
+ "place-self": [{ "place-self": ["auto", ...E()] }],
1215
+ p: [{ p: x() }],
1216
+ px: [{ px: x() }],
1217
+ py: [{ py: x() }],
1218
+ ps: [{ ps: x() }],
1219
+ pe: [{ pe: x() }],
1220
+ pbs: [{ pbs: x() }],
1221
+ pbe: [{ pbe: x() }],
1222
+ pt: [{ pt: x() }],
1223
+ pr: [{ pr: x() }],
1224
+ pb: [{ pb: x() }],
1225
+ pl: [{ pl: x() }],
1226
+ m: [{ m: D() }],
1227
+ mx: [{ mx: D() }],
1228
+ my: [{ my: D() }],
1229
+ ms: [{ ms: D() }],
1230
+ me: [{ me: D() }],
1231
+ mbs: [{ mbs: D() }],
1232
+ mbe: [{ mbe: D() }],
1233
+ mt: [{ mt: D() }],
1234
+ mr: [{ mr: D() }],
1235
+ mb: [{ mb: D() }],
1236
+ ml: [{ ml: D() }],
1237
+ "space-x": [{ "space-x": x() }],
1238
1238
  "space-x-reverse": ["space-x-reverse"],
1239
- "space-y": [{ "space-y": b() }],
1239
+ "space-y": [{ "space-y": x() }],
1240
1240
  "space-y-reverse": ["space-y-reverse"],
1241
- size: [{ size: D() }],
1242
- "inline-size": [{ inline: ["auto", ...O()] }],
1243
- "min-inline-size": [{ "min-inline": ["auto", ...O()] }],
1244
- "max-inline-size": [{ "max-inline": ["none", ...O()] }],
1245
- "block-size": [{ block: ["auto", ...oe()] }],
1246
- "min-block-size": [{ "min-block": ["auto", ...oe()] }],
1247
- "max-block-size": [{ "max-block": ["none", ...oe()] }],
1241
+ size: [{ size: O() }],
1242
+ "inline-size": [{ inline: ["auto", ...k()] }],
1243
+ "min-inline-size": [{ "min-inline": ["auto", ...k()] }],
1244
+ "max-inline-size": [{ "max-inline": ["none", ...k()] }],
1245
+ "block-size": [{ block: ["auto", ...ae()] }],
1246
+ "min-block-size": [{ "min-block": ["auto", ...ae()] }],
1247
+ "max-block-size": [{ "max-block": ["none", ...ae()] }],
1248
1248
  w: [{ w: [
1249
1249
  s,
1250
1250
  "screen",
1251
- ...D()
1251
+ ...O()
1252
1252
  ] }],
1253
1253
  "min-w": [{ "min-w": [
1254
1254
  s,
1255
1255
  "screen",
1256
1256
  "none",
1257
- ...D()
1257
+ ...O()
1258
1258
  ] }],
1259
1259
  "max-w": [{ "max-w": [
1260
1260
  s,
@@ -1262,36 +1262,36 @@ var Ne = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, Pe = Me, Fe
1262
1262
  "none",
1263
1263
  "prose",
1264
1264
  { screen: [o] },
1265
- ...D()
1265
+ ...O()
1266
1266
  ] }],
1267
1267
  h: [{ h: [
1268
1268
  "screen",
1269
1269
  "lh",
1270
- ...D()
1270
+ ...O()
1271
1271
  ] }],
1272
1272
  "min-h": [{ "min-h": [
1273
1273
  "screen",
1274
1274
  "lh",
1275
1275
  "none",
1276
- ...D()
1276
+ ...O()
1277
1277
  ] }],
1278
1278
  "max-h": [{ "max-h": [
1279
1279
  "screen",
1280
1280
  "lh",
1281
- ...D()
1281
+ ...O()
1282
1282
  ] }],
1283
1283
  "font-size": [{ text: [
1284
1284
  "base",
1285
1285
  n,
1286
- It,
1287
- X
1286
+ Ft,
1287
+ Z
1288
1288
  ] }],
1289
1289
  "font-smoothing": ["antialiased", "subpixel-antialiased"],
1290
1290
  "font-style": ["italic", "not-italic"],
1291
1291
  "font-weight": [{ font: [
1292
1292
  r,
1293
- Ht,
1294
- jt
1293
+ Vt,
1294
+ At
1295
1295
  ] }],
1296
1296
  "font-stretch": [{ "font-stretch": [
1297
1297
  "ultra-condensed",
@@ -1303,15 +1303,15 @@ var Ne = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, Pe = Me, Fe
1303
1303
  "expanded",
1304
1304
  "extra-expanded",
1305
1305
  "ultra-expanded",
1306
- St,
1307
- Y
1306
+ xt,
1307
+ X
1308
1308
  ] }],
1309
1309
  "font-family": [{ font: [
1310
- Lt,
1311
- Mt,
1310
+ It,
1311
+ jt,
1312
1312
  t
1313
1313
  ] }],
1314
- "font-features": [{ "font-features": [Y] }],
1314
+ "font-features": [{ "font-features": [X] }],
1315
1315
  "fvn-normal": ["normal-nums"],
1316
1316
  "fvn-ordinal": ["ordinal"],
1317
1317
  "fvn-slashed-zero": ["slashed-zero"],
@@ -1320,28 +1320,28 @@ var Ne = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, Pe = Me, Fe
1320
1320
  "fvn-fraction": ["diagonal-fractions", "stacked-fractions"],
1321
1321
  tracking: [{ tracking: [
1322
1322
  i,
1323
- Z,
1324
- Y
1323
+ Q,
1324
+ X
1325
1325
  ] }],
1326
1326
  "line-clamp": [{ "line-clamp": [
1327
- K,
1327
+ q,
1328
1328
  "none",
1329
- Z,
1330
- At
1329
+ Q,
1330
+ kt
1331
1331
  ] }],
1332
- leading: [{ leading: [a, ...b()] }],
1332
+ leading: [{ leading: [a, ...x()] }],
1333
1333
  "list-image": [{ "list-image": [
1334
1334
  "none",
1335
- Z,
1336
- Y
1335
+ Q,
1336
+ X
1337
1337
  ] }],
1338
1338
  "list-style-position": [{ list: ["inside", "outside"] }],
1339
1339
  "list-style-type": [{ list: [
1340
1340
  "disc",
1341
1341
  "decimal",
1342
1342
  "none",
1343
- Z,
1344
- Y
1343
+ Q,
1344
+ X
1345
1345
  ] }],
1346
1346
  "text-alignment": [{ text: [
1347
1347
  "left",
@@ -1351,28 +1351,28 @@ var Ne = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, Pe = Me, Fe
1351
1351
  "start",
1352
1352
  "end"
1353
1353
  ] }],
1354
- "placeholder-color": [{ placeholder: k() }],
1355
- "text-color": [{ text: k() }],
1354
+ "placeholder-color": [{ placeholder: A() }],
1355
+ "text-color": [{ text: A() }],
1356
1356
  "text-decoration": [
1357
1357
  "underline",
1358
1358
  "overline",
1359
1359
  "line-through",
1360
1360
  "no-underline"
1361
1361
  ],
1362
- "text-decoration-style": [{ decoration: [...I(), "wavy"] }],
1362
+ "text-decoration-style": [{ decoration: [...L(), "wavy"] }],
1363
1363
  "text-decoration-thickness": [{ decoration: [
1364
- K,
1364
+ q,
1365
1365
  "from-font",
1366
1366
  "auto",
1367
- Z,
1368
- X
1367
+ Q,
1368
+ Z
1369
1369
  ] }],
1370
- "text-decoration-color": [{ decoration: k() }],
1370
+ "text-decoration-color": [{ decoration: A() }],
1371
1371
  "underline-offset": [{ "underline-offset": [
1372
- K,
1372
+ q,
1373
1373
  "auto",
1374
- Z,
1375
- Y
1374
+ Q,
1375
+ X
1376
1376
  ] }],
1377
1377
  "text-transform": [
1378
1378
  "uppercase",
@@ -1391,7 +1391,7 @@ var Ne = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, Pe = Me, Fe
1391
1391
  "balance",
1392
1392
  "pretty"
1393
1393
  ] }],
1394
- indent: [{ indent: b() }],
1394
+ indent: [{ indent: x() }],
1395
1395
  "vertical-align": [{ align: [
1396
1396
  "baseline",
1397
1397
  "top",
@@ -1401,8 +1401,8 @@ var Ne = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, Pe = Me, Fe
1401
1401
  "text-bottom",
1402
1402
  "sub",
1403
1403
  "super",
1404
- Z,
1405
- Y
1404
+ Q,
1405
+ X
1406
1406
  ] }],
1407
1407
  whitespace: [{ whitespace: [
1408
1408
  "normal",
@@ -1430,8 +1430,8 @@ var Ne = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, Pe = Me, Fe
1430
1430
  ] }],
1431
1431
  content: [{ content: [
1432
1432
  "none",
1433
- Z,
1434
- Y
1433
+ Q,
1434
+ X
1435
1435
  ] }],
1436
1436
  "bg-attachment": [{ bg: [
1437
1437
  "fixed",
@@ -1449,9 +1449,9 @@ var Ne = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, Pe = Me, Fe
1449
1449
  "padding",
1450
1450
  "content"
1451
1451
  ] }],
1452
- "bg-position": [{ bg: A() }],
1453
- "bg-repeat": [{ bg: j() }],
1454
- "bg-size": [{ bg: M() }],
1452
+ "bg-position": [{ bg: j() }],
1453
+ "bg-repeat": [{ bg: M() }],
1454
+ "bg-size": [{ bg: N() }],
1455
1455
  "bg-image": [{ bg: [
1456
1456
  "none",
1457
1457
  {
@@ -1466,140 +1466,140 @@ var Ne = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, Pe = Me, Fe
1466
1466
  "l",
1467
1467
  "tl"
1468
1468
  ] },
1469
- q,
1470
- Z,
1471
- Y
1469
+ J,
1470
+ Q,
1471
+ X
1472
1472
  ],
1473
1473
  radial: [
1474
1474
  "",
1475
- Z,
1476
- Y
1475
+ Q,
1476
+ X
1477
1477
  ],
1478
1478
  conic: [
1479
- q,
1480
- Z,
1481
- Y
1479
+ J,
1480
+ Q,
1481
+ X
1482
1482
  ]
1483
1483
  },
1484
- Bt,
1485
- Pt
1484
+ zt,
1485
+ Nt
1486
1486
  ] }],
1487
- "bg-color": [{ bg: k() }],
1488
- "gradient-from-pos": [{ from: N() }],
1489
- "gradient-via-pos": [{ via: N() }],
1490
- "gradient-to-pos": [{ to: N() }],
1491
- "gradient-from": [{ from: k() }],
1492
- "gradient-via": [{ via: k() }],
1493
- "gradient-to": [{ to: k() }],
1494
- rounded: [{ rounded: P() }],
1495
- "rounded-s": [{ "rounded-s": P() }],
1496
- "rounded-e": [{ "rounded-e": P() }],
1497
- "rounded-t": [{ "rounded-t": P() }],
1498
- "rounded-r": [{ "rounded-r": P() }],
1499
- "rounded-b": [{ "rounded-b": P() }],
1500
- "rounded-l": [{ "rounded-l": P() }],
1501
- "rounded-ss": [{ "rounded-ss": P() }],
1502
- "rounded-se": [{ "rounded-se": P() }],
1503
- "rounded-ee": [{ "rounded-ee": P() }],
1504
- "rounded-es": [{ "rounded-es": P() }],
1505
- "rounded-tl": [{ "rounded-tl": P() }],
1506
- "rounded-tr": [{ "rounded-tr": P() }],
1507
- "rounded-br": [{ "rounded-br": P() }],
1508
- "rounded-bl": [{ "rounded-bl": P() }],
1509
- "border-w": [{ border: F() }],
1510
- "border-w-x": [{ "border-x": F() }],
1511
- "border-w-y": [{ "border-y": F() }],
1512
- "border-w-s": [{ "border-s": F() }],
1513
- "border-w-e": [{ "border-e": F() }],
1514
- "border-w-bs": [{ "border-bs": F() }],
1515
- "border-w-be": [{ "border-be": F() }],
1516
- "border-w-t": [{ "border-t": F() }],
1517
- "border-w-r": [{ "border-r": F() }],
1518
- "border-w-b": [{ "border-b": F() }],
1519
- "border-w-l": [{ "border-l": F() }],
1520
- "divide-x": [{ "divide-x": F() }],
1487
+ "bg-color": [{ bg: A() }],
1488
+ "gradient-from-pos": [{ from: P() }],
1489
+ "gradient-via-pos": [{ via: P() }],
1490
+ "gradient-to-pos": [{ to: P() }],
1491
+ "gradient-from": [{ from: A() }],
1492
+ "gradient-via": [{ via: A() }],
1493
+ "gradient-to": [{ to: A() }],
1494
+ rounded: [{ rounded: F() }],
1495
+ "rounded-s": [{ "rounded-s": F() }],
1496
+ "rounded-e": [{ "rounded-e": F() }],
1497
+ "rounded-t": [{ "rounded-t": F() }],
1498
+ "rounded-r": [{ "rounded-r": F() }],
1499
+ "rounded-b": [{ "rounded-b": F() }],
1500
+ "rounded-l": [{ "rounded-l": F() }],
1501
+ "rounded-ss": [{ "rounded-ss": F() }],
1502
+ "rounded-se": [{ "rounded-se": F() }],
1503
+ "rounded-ee": [{ "rounded-ee": F() }],
1504
+ "rounded-es": [{ "rounded-es": F() }],
1505
+ "rounded-tl": [{ "rounded-tl": F() }],
1506
+ "rounded-tr": [{ "rounded-tr": F() }],
1507
+ "rounded-br": [{ "rounded-br": F() }],
1508
+ "rounded-bl": [{ "rounded-bl": F() }],
1509
+ "border-w": [{ border: I() }],
1510
+ "border-w-x": [{ "border-x": I() }],
1511
+ "border-w-y": [{ "border-y": I() }],
1512
+ "border-w-s": [{ "border-s": I() }],
1513
+ "border-w-e": [{ "border-e": I() }],
1514
+ "border-w-bs": [{ "border-bs": I() }],
1515
+ "border-w-be": [{ "border-be": I() }],
1516
+ "border-w-t": [{ "border-t": I() }],
1517
+ "border-w-r": [{ "border-r": I() }],
1518
+ "border-w-b": [{ "border-b": I() }],
1519
+ "border-w-l": [{ "border-l": I() }],
1520
+ "divide-x": [{ "divide-x": I() }],
1521
1521
  "divide-x-reverse": ["divide-x-reverse"],
1522
- "divide-y": [{ "divide-y": F() }],
1522
+ "divide-y": [{ "divide-y": I() }],
1523
1523
  "divide-y-reverse": ["divide-y-reverse"],
1524
1524
  "border-style": [{ border: [
1525
- ...I(),
1525
+ ...L(),
1526
1526
  "hidden",
1527
1527
  "none"
1528
1528
  ] }],
1529
1529
  "divide-style": [{ divide: [
1530
- ...I(),
1530
+ ...L(),
1531
1531
  "hidden",
1532
1532
  "none"
1533
1533
  ] }],
1534
- "border-color": [{ border: k() }],
1535
- "border-color-x": [{ "border-x": k() }],
1536
- "border-color-y": [{ "border-y": k() }],
1537
- "border-color-s": [{ "border-s": k() }],
1538
- "border-color-e": [{ "border-e": k() }],
1539
- "border-color-bs": [{ "border-bs": k() }],
1540
- "border-color-be": [{ "border-be": k() }],
1541
- "border-color-t": [{ "border-t": k() }],
1542
- "border-color-r": [{ "border-r": k() }],
1543
- "border-color-b": [{ "border-b": k() }],
1544
- "border-color-l": [{ "border-l": k() }],
1545
- "divide-color": [{ divide: k() }],
1534
+ "border-color": [{ border: A() }],
1535
+ "border-color-x": [{ "border-x": A() }],
1536
+ "border-color-y": [{ "border-y": A() }],
1537
+ "border-color-s": [{ "border-s": A() }],
1538
+ "border-color-e": [{ "border-e": A() }],
1539
+ "border-color-bs": [{ "border-bs": A() }],
1540
+ "border-color-be": [{ "border-be": A() }],
1541
+ "border-color-t": [{ "border-t": A() }],
1542
+ "border-color-r": [{ "border-r": A() }],
1543
+ "border-color-b": [{ "border-b": A() }],
1544
+ "border-color-l": [{ "border-l": A() }],
1545
+ "divide-color": [{ divide: A() }],
1546
1546
  "outline-style": [{ outline: [
1547
- ...I(),
1547
+ ...L(),
1548
1548
  "none",
1549
1549
  "hidden"
1550
1550
  ] }],
1551
1551
  "outline-offset": [{ "outline-offset": [
1552
- K,
1553
- Z,
1554
- Y
1552
+ q,
1553
+ Q,
1554
+ X
1555
1555
  ] }],
1556
1556
  "outline-w": [{ outline: [
1557
1557
  "",
1558
- K,
1559
- It,
1560
- X
1558
+ q,
1559
+ Ft,
1560
+ Z
1561
1561
  ] }],
1562
- "outline-color": [{ outline: k() }],
1562
+ "outline-color": [{ outline: A() }],
1563
1563
  shadow: [{ shadow: [
1564
1564
  "",
1565
1565
  "none",
1566
1566
  u,
1567
- Vt,
1568
- Ft
1567
+ Bt,
1568
+ Pt
1569
1569
  ] }],
1570
- "shadow-color": [{ shadow: k() }],
1570
+ "shadow-color": [{ shadow: A() }],
1571
1571
  "inset-shadow": [{ "inset-shadow": [
1572
1572
  "none",
1573
1573
  d,
1574
- Vt,
1575
- Ft
1574
+ Bt,
1575
+ Pt
1576
1576
  ] }],
1577
- "inset-shadow-color": [{ "inset-shadow": k() }],
1578
- "ring-w": [{ ring: F() }],
1577
+ "inset-shadow-color": [{ "inset-shadow": A() }],
1578
+ "ring-w": [{ ring: I() }],
1579
1579
  "ring-w-inset": ["ring-inset"],
1580
- "ring-color": [{ ring: k() }],
1581
- "ring-offset-w": [{ "ring-offset": [K, X] }],
1582
- "ring-offset-color": [{ "ring-offset": k() }],
1583
- "inset-ring-w": [{ "inset-ring": F() }],
1584
- "inset-ring-color": [{ "inset-ring": k() }],
1580
+ "ring-color": [{ ring: A() }],
1581
+ "ring-offset-w": [{ "ring-offset": [q, Z] }],
1582
+ "ring-offset-color": [{ "ring-offset": A() }],
1583
+ "inset-ring-w": [{ "inset-ring": I() }],
1584
+ "inset-ring-color": [{ "inset-ring": A() }],
1585
1585
  "text-shadow": [{ "text-shadow": [
1586
1586
  "none",
1587
1587
  f,
1588
- Vt,
1589
- Ft
1588
+ Bt,
1589
+ Pt
1590
1590
  ] }],
1591
- "text-shadow-color": [{ "text-shadow": k() }],
1591
+ "text-shadow-color": [{ "text-shadow": A() }],
1592
1592
  opacity: [{ opacity: [
1593
- K,
1594
- Z,
1595
- Y
1593
+ q,
1594
+ Q,
1595
+ X
1596
1596
  ] }],
1597
1597
  "mix-blend": [{ "mix-blend": [
1598
- ...L(),
1598
+ ...R(),
1599
1599
  "plus-darker",
1600
1600
  "plus-lighter"
1601
1601
  ] }],
1602
- "bg-blend": [{ "bg-blend": L() }],
1602
+ "bg-blend": [{ "bg-blend": R() }],
1603
1603
  "mask-clip": [{ "mask-clip": [
1604
1604
  "border",
1605
1605
  "padding",
@@ -1614,51 +1614,51 @@ var Ne = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, Pe = Me, Fe
1614
1614
  "intersect",
1615
1615
  "exclude"
1616
1616
  ] }],
1617
- "mask-image-linear-pos": [{ "mask-linear": [K] }],
1618
- "mask-image-linear-from-pos": [{ "mask-linear-from": R() }],
1619
- "mask-image-linear-to-pos": [{ "mask-linear-to": R() }],
1620
- "mask-image-linear-from-color": [{ "mask-linear-from": k() }],
1621
- "mask-image-linear-to-color": [{ "mask-linear-to": k() }],
1622
- "mask-image-t-from-pos": [{ "mask-t-from": R() }],
1623
- "mask-image-t-to-pos": [{ "mask-t-to": R() }],
1624
- "mask-image-t-from-color": [{ "mask-t-from": k() }],
1625
- "mask-image-t-to-color": [{ "mask-t-to": k() }],
1626
- "mask-image-r-from-pos": [{ "mask-r-from": R() }],
1627
- "mask-image-r-to-pos": [{ "mask-r-to": R() }],
1628
- "mask-image-r-from-color": [{ "mask-r-from": k() }],
1629
- "mask-image-r-to-color": [{ "mask-r-to": k() }],
1630
- "mask-image-b-from-pos": [{ "mask-b-from": R() }],
1631
- "mask-image-b-to-pos": [{ "mask-b-to": R() }],
1632
- "mask-image-b-from-color": [{ "mask-b-from": k() }],
1633
- "mask-image-b-to-color": [{ "mask-b-to": k() }],
1634
- "mask-image-l-from-pos": [{ "mask-l-from": R() }],
1635
- "mask-image-l-to-pos": [{ "mask-l-to": R() }],
1636
- "mask-image-l-from-color": [{ "mask-l-from": k() }],
1637
- "mask-image-l-to-color": [{ "mask-l-to": k() }],
1638
- "mask-image-x-from-pos": [{ "mask-x-from": R() }],
1639
- "mask-image-x-to-pos": [{ "mask-x-to": R() }],
1640
- "mask-image-x-from-color": [{ "mask-x-from": k() }],
1641
- "mask-image-x-to-color": [{ "mask-x-to": k() }],
1642
- "mask-image-y-from-pos": [{ "mask-y-from": R() }],
1643
- "mask-image-y-to-pos": [{ "mask-y-to": R() }],
1644
- "mask-image-y-from-color": [{ "mask-y-from": k() }],
1645
- "mask-image-y-to-color": [{ "mask-y-to": k() }],
1646
- "mask-image-radial": [{ "mask-radial": [Z, Y] }],
1647
- "mask-image-radial-from-pos": [{ "mask-radial-from": R() }],
1648
- "mask-image-radial-to-pos": [{ "mask-radial-to": R() }],
1649
- "mask-image-radial-from-color": [{ "mask-radial-from": k() }],
1650
- "mask-image-radial-to-color": [{ "mask-radial-to": k() }],
1617
+ "mask-image-linear-pos": [{ "mask-linear": [q] }],
1618
+ "mask-image-linear-from-pos": [{ "mask-linear-from": z() }],
1619
+ "mask-image-linear-to-pos": [{ "mask-linear-to": z() }],
1620
+ "mask-image-linear-from-color": [{ "mask-linear-from": A() }],
1621
+ "mask-image-linear-to-color": [{ "mask-linear-to": A() }],
1622
+ "mask-image-t-from-pos": [{ "mask-t-from": z() }],
1623
+ "mask-image-t-to-pos": [{ "mask-t-to": z() }],
1624
+ "mask-image-t-from-color": [{ "mask-t-from": A() }],
1625
+ "mask-image-t-to-color": [{ "mask-t-to": A() }],
1626
+ "mask-image-r-from-pos": [{ "mask-r-from": z() }],
1627
+ "mask-image-r-to-pos": [{ "mask-r-to": z() }],
1628
+ "mask-image-r-from-color": [{ "mask-r-from": A() }],
1629
+ "mask-image-r-to-color": [{ "mask-r-to": A() }],
1630
+ "mask-image-b-from-pos": [{ "mask-b-from": z() }],
1631
+ "mask-image-b-to-pos": [{ "mask-b-to": z() }],
1632
+ "mask-image-b-from-color": [{ "mask-b-from": A() }],
1633
+ "mask-image-b-to-color": [{ "mask-b-to": A() }],
1634
+ "mask-image-l-from-pos": [{ "mask-l-from": z() }],
1635
+ "mask-image-l-to-pos": [{ "mask-l-to": z() }],
1636
+ "mask-image-l-from-color": [{ "mask-l-from": A() }],
1637
+ "mask-image-l-to-color": [{ "mask-l-to": A() }],
1638
+ "mask-image-x-from-pos": [{ "mask-x-from": z() }],
1639
+ "mask-image-x-to-pos": [{ "mask-x-to": z() }],
1640
+ "mask-image-x-from-color": [{ "mask-x-from": A() }],
1641
+ "mask-image-x-to-color": [{ "mask-x-to": A() }],
1642
+ "mask-image-y-from-pos": [{ "mask-y-from": z() }],
1643
+ "mask-image-y-to-pos": [{ "mask-y-to": z() }],
1644
+ "mask-image-y-from-color": [{ "mask-y-from": A() }],
1645
+ "mask-image-y-to-color": [{ "mask-y-to": A() }],
1646
+ "mask-image-radial": [{ "mask-radial": [Q, X] }],
1647
+ "mask-image-radial-from-pos": [{ "mask-radial-from": z() }],
1648
+ "mask-image-radial-to-pos": [{ "mask-radial-to": z() }],
1649
+ "mask-image-radial-from-color": [{ "mask-radial-from": A() }],
1650
+ "mask-image-radial-to-color": [{ "mask-radial-to": A() }],
1651
1651
  "mask-image-radial-shape": [{ "mask-radial": ["circle", "ellipse"] }],
1652
1652
  "mask-image-radial-size": [{ "mask-radial": [{
1653
1653
  closest: ["side", "corner"],
1654
1654
  farthest: ["side", "corner"]
1655
1655
  }] }],
1656
1656
  "mask-image-radial-pos": [{ "mask-radial-at": ne() }],
1657
- "mask-image-conic-pos": [{ "mask-conic": [K] }],
1658
- "mask-image-conic-from-pos": [{ "mask-conic-from": R() }],
1659
- "mask-image-conic-to-pos": [{ "mask-conic-to": R() }],
1660
- "mask-image-conic-from-color": [{ "mask-conic-from": k() }],
1661
- "mask-image-conic-to-color": [{ "mask-conic-to": k() }],
1657
+ "mask-image-conic-pos": [{ "mask-conic": [q] }],
1658
+ "mask-image-conic-from-pos": [{ "mask-conic-from": z() }],
1659
+ "mask-image-conic-to-pos": [{ "mask-conic-to": z() }],
1660
+ "mask-image-conic-from-color": [{ "mask-conic-from": A() }],
1661
+ "mask-image-conic-to-color": [{ "mask-conic-to": A() }],
1662
1662
  "mask-mode": [{ mask: [
1663
1663
  "alpha",
1664
1664
  "luminance",
@@ -1672,122 +1672,122 @@ var Ne = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, Pe = Me, Fe
1672
1672
  "stroke",
1673
1673
  "view"
1674
1674
  ] }],
1675
- "mask-position": [{ mask: A() }],
1676
- "mask-repeat": [{ mask: j() }],
1677
- "mask-size": [{ mask: M() }],
1675
+ "mask-position": [{ mask: j() }],
1676
+ "mask-repeat": [{ mask: M() }],
1677
+ "mask-size": [{ mask: N() }],
1678
1678
  "mask-type": [{ "mask-type": ["alpha", "luminance"] }],
1679
1679
  "mask-image": [{ mask: [
1680
1680
  "none",
1681
- Z,
1682
- Y
1681
+ Q,
1682
+ X
1683
1683
  ] }],
1684
1684
  filter: [{ filter: [
1685
1685
  "",
1686
1686
  "none",
1687
- Z,
1688
- Y
1687
+ Q,
1688
+ X
1689
1689
  ] }],
1690
- blur: [{ blur: se() }],
1690
+ blur: [{ blur: oe() }],
1691
1691
  brightness: [{ brightness: [
1692
- K,
1693
- Z,
1694
- Y
1692
+ q,
1693
+ Q,
1694
+ X
1695
1695
  ] }],
1696
1696
  contrast: [{ contrast: [
1697
- K,
1698
- Z,
1699
- Y
1697
+ q,
1698
+ Q,
1699
+ X
1700
1700
  ] }],
1701
1701
  "drop-shadow": [{ "drop-shadow": [
1702
1702
  "",
1703
1703
  "none",
1704
1704
  p,
1705
- Vt,
1706
- Ft
1705
+ Bt,
1706
+ Pt
1707
1707
  ] }],
1708
- "drop-shadow-color": [{ "drop-shadow": k() }],
1708
+ "drop-shadow-color": [{ "drop-shadow": A() }],
1709
1709
  grayscale: [{ grayscale: [
1710
1710
  "",
1711
- K,
1712
- Z,
1713
- Y
1711
+ q,
1712
+ Q,
1713
+ X
1714
1714
  ] }],
1715
1715
  "hue-rotate": [{ "hue-rotate": [
1716
- K,
1717
- Z,
1718
- Y
1716
+ q,
1717
+ Q,
1718
+ X
1719
1719
  ] }],
1720
1720
  invert: [{ invert: [
1721
1721
  "",
1722
- K,
1723
- Z,
1724
- Y
1722
+ q,
1723
+ Q,
1724
+ X
1725
1725
  ] }],
1726
1726
  saturate: [{ saturate: [
1727
- K,
1728
- Z,
1729
- Y
1727
+ q,
1728
+ Q,
1729
+ X
1730
1730
  ] }],
1731
1731
  sepia: [{ sepia: [
1732
1732
  "",
1733
- K,
1734
- Z,
1735
- Y
1733
+ q,
1734
+ Q,
1735
+ X
1736
1736
  ] }],
1737
1737
  "backdrop-filter": [{ "backdrop-filter": [
1738
1738
  "",
1739
1739
  "none",
1740
- Z,
1741
- Y
1740
+ Q,
1741
+ X
1742
1742
  ] }],
1743
- "backdrop-blur": [{ "backdrop-blur": se() }],
1743
+ "backdrop-blur": [{ "backdrop-blur": oe() }],
1744
1744
  "backdrop-brightness": [{ "backdrop-brightness": [
1745
- K,
1746
- Z,
1747
- Y
1745
+ q,
1746
+ Q,
1747
+ X
1748
1748
  ] }],
1749
1749
  "backdrop-contrast": [{ "backdrop-contrast": [
1750
- K,
1751
- Z,
1752
- Y
1750
+ q,
1751
+ Q,
1752
+ X
1753
1753
  ] }],
1754
1754
  "backdrop-grayscale": [{ "backdrop-grayscale": [
1755
1755
  "",
1756
- K,
1757
- Z,
1758
- Y
1756
+ q,
1757
+ Q,
1758
+ X
1759
1759
  ] }],
1760
1760
  "backdrop-hue-rotate": [{ "backdrop-hue-rotate": [
1761
- K,
1762
- Z,
1763
- Y
1761
+ q,
1762
+ Q,
1763
+ X
1764
1764
  ] }],
1765
1765
  "backdrop-invert": [{ "backdrop-invert": [
1766
1766
  "",
1767
- K,
1768
- Z,
1769
- Y
1767
+ q,
1768
+ Q,
1769
+ X
1770
1770
  ] }],
1771
1771
  "backdrop-opacity": [{ "backdrop-opacity": [
1772
- K,
1773
- Z,
1774
- Y
1772
+ q,
1773
+ Q,
1774
+ X
1775
1775
  ] }],
1776
1776
  "backdrop-saturate": [{ "backdrop-saturate": [
1777
- K,
1778
- Z,
1779
- Y
1777
+ q,
1778
+ Q,
1779
+ X
1780
1780
  ] }],
1781
1781
  "backdrop-sepia": [{ "backdrop-sepia": [
1782
1782
  "",
1783
- K,
1784
- Z,
1785
- Y
1783
+ q,
1784
+ Q,
1785
+ X
1786
1786
  ] }],
1787
1787
  "border-collapse": [{ border: ["collapse", "separate"] }],
1788
- "border-spacing": [{ "border-spacing": b() }],
1789
- "border-spacing-x": [{ "border-spacing-x": b() }],
1790
- "border-spacing-y": [{ "border-spacing-y": b() }],
1788
+ "border-spacing": [{ "border-spacing": x() }],
1789
+ "border-spacing-x": [{ "border-spacing-x": x() }],
1790
+ "border-spacing-y": [{ "border-spacing-y": x() }],
1791
1791
  "table-layout": [{ table: ["auto", "fixed"] }],
1792
1792
  caption: [{ caption: ["top", "bottom"] }],
1793
1793
  transition: [{ transition: [
@@ -1798,56 +1798,56 @@ var Ne = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, Pe = Me, Fe
1798
1798
  "shadow",
1799
1799
  "transform",
1800
1800
  "none",
1801
- Z,
1802
- Y
1801
+ Q,
1802
+ X
1803
1803
  ] }],
1804
1804
  "transition-behavior": [{ transition: ["normal", "discrete"] }],
1805
1805
  duration: [{ duration: [
1806
- K,
1806
+ q,
1807
1807
  "initial",
1808
- Z,
1809
- Y
1808
+ Q,
1809
+ X
1810
1810
  ] }],
1811
1811
  ease: [{ ease: [
1812
1812
  "linear",
1813
1813
  "initial",
1814
1814
  ee,
1815
- Z,
1816
- Y
1815
+ Q,
1816
+ X
1817
1817
  ] }],
1818
1818
  delay: [{ delay: [
1819
- K,
1820
- Z,
1821
- Y
1819
+ q,
1820
+ Q,
1821
+ X
1822
1822
  ] }],
1823
1823
  animate: [{ animate: [
1824
1824
  "none",
1825
1825
  _,
1826
- Z,
1827
- Y
1826
+ Q,
1827
+ X
1828
1828
  ] }],
1829
1829
  backface: [{ backface: ["hidden", "visible"] }],
1830
1830
  perspective: [{ perspective: [
1831
1831
  h,
1832
- Z,
1833
- Y
1832
+ Q,
1833
+ X
1834
1834
  ] }],
1835
1835
  "perspective-origin": [{ "perspective-origin": v() }],
1836
- rotate: [{ rotate: z() }],
1837
- "rotate-x": [{ "rotate-x": z() }],
1838
- "rotate-y": [{ "rotate-y": z() }],
1839
- "rotate-z": [{ "rotate-z": z() }],
1840
- scale: [{ scale: B() }],
1841
- "scale-x": [{ "scale-x": B() }],
1842
- "scale-y": [{ "scale-y": B() }],
1843
- "scale-z": [{ "scale-z": B() }],
1836
+ rotate: [{ rotate: B() }],
1837
+ "rotate-x": [{ "rotate-x": B() }],
1838
+ "rotate-y": [{ "rotate-y": B() }],
1839
+ "rotate-z": [{ "rotate-z": B() }],
1840
+ scale: [{ scale: V() }],
1841
+ "scale-x": [{ "scale-x": V() }],
1842
+ "scale-y": [{ "scale-y": V() }],
1843
+ "scale-z": [{ "scale-z": V() }],
1844
1844
  "scale-3d": ["scale-3d"],
1845
- skew: [{ skew: ce() }],
1846
- "skew-x": [{ "skew-x": ce() }],
1847
- "skew-y": [{ "skew-y": ce() }],
1845
+ skew: [{ skew: se() }],
1846
+ "skew-x": [{ "skew-x": se() }],
1847
+ "skew-y": [{ "skew-y": se() }],
1848
1848
  transform: [{ transform: [
1849
- Z,
1850
- Y,
1849
+ Q,
1850
+ X,
1851
1851
  "",
1852
1852
  "none",
1853
1853
  "gpu",
@@ -1855,14 +1855,14 @@ var Ne = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, Pe = Me, Fe
1855
1855
  ] }],
1856
1856
  "transform-origin": [{ origin: v() }],
1857
1857
  "transform-style": [{ transform: ["3d", "flat"] }],
1858
- translate: [{ translate: V() }],
1859
- "translate-x": [{ "translate-x": V() }],
1860
- "translate-y": [{ "translate-y": V() }],
1861
- "translate-z": [{ "translate-z": V() }],
1858
+ translate: [{ translate: H() }],
1859
+ "translate-x": [{ "translate-x": H() }],
1860
+ "translate-y": [{ "translate-y": H() }],
1861
+ "translate-z": [{ "translate-z": H() }],
1862
1862
  "translate-none": ["translate-none"],
1863
- accent: [{ accent: k() }],
1863
+ accent: [{ accent: A() }],
1864
1864
  appearance: [{ appearance: ["none", "auto"] }],
1865
- "caret-color": [{ caret: k() }],
1865
+ "caret-color": [{ caret: A() }],
1866
1866
  "color-scheme": [{ scheme: [
1867
1867
  "normal",
1868
1868
  "dark",
@@ -1908,8 +1908,8 @@ var Ne = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, Pe = Me, Fe
1908
1908
  "nwse-resize",
1909
1909
  "zoom-in",
1910
1910
  "zoom-out",
1911
- Z,
1912
- Y
1911
+ Q,
1912
+ X
1913
1913
  ] }],
1914
1914
  "field-sizing": [{ "field-sizing": ["fixed", "content"] }],
1915
1915
  "pointer-events": [{ "pointer-events": ["auto", "none"] }],
@@ -1920,28 +1920,28 @@ var Ne = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, Pe = Me, Fe
1920
1920
  "x"
1921
1921
  ] }],
1922
1922
  "scroll-behavior": [{ scroll: ["auto", "smooth"] }],
1923
- "scroll-m": [{ "scroll-m": b() }],
1924
- "scroll-mx": [{ "scroll-mx": b() }],
1925
- "scroll-my": [{ "scroll-my": b() }],
1926
- "scroll-ms": [{ "scroll-ms": b() }],
1927
- "scroll-me": [{ "scroll-me": b() }],
1928
- "scroll-mbs": [{ "scroll-mbs": b() }],
1929
- "scroll-mbe": [{ "scroll-mbe": b() }],
1930
- "scroll-mt": [{ "scroll-mt": b() }],
1931
- "scroll-mr": [{ "scroll-mr": b() }],
1932
- "scroll-mb": [{ "scroll-mb": b() }],
1933
- "scroll-ml": [{ "scroll-ml": b() }],
1934
- "scroll-p": [{ "scroll-p": b() }],
1935
- "scroll-px": [{ "scroll-px": b() }],
1936
- "scroll-py": [{ "scroll-py": b() }],
1937
- "scroll-ps": [{ "scroll-ps": b() }],
1938
- "scroll-pe": [{ "scroll-pe": b() }],
1939
- "scroll-pbs": [{ "scroll-pbs": b() }],
1940
- "scroll-pbe": [{ "scroll-pbe": b() }],
1941
- "scroll-pt": [{ "scroll-pt": b() }],
1942
- "scroll-pr": [{ "scroll-pr": b() }],
1943
- "scroll-pb": [{ "scroll-pb": b() }],
1944
- "scroll-pl": [{ "scroll-pl": b() }],
1923
+ "scroll-m": [{ "scroll-m": x() }],
1924
+ "scroll-mx": [{ "scroll-mx": x() }],
1925
+ "scroll-my": [{ "scroll-my": x() }],
1926
+ "scroll-ms": [{ "scroll-ms": x() }],
1927
+ "scroll-me": [{ "scroll-me": x() }],
1928
+ "scroll-mbs": [{ "scroll-mbs": x() }],
1929
+ "scroll-mbe": [{ "scroll-mbe": x() }],
1930
+ "scroll-mt": [{ "scroll-mt": x() }],
1931
+ "scroll-mr": [{ "scroll-mr": x() }],
1932
+ "scroll-mb": [{ "scroll-mb": x() }],
1933
+ "scroll-ml": [{ "scroll-ml": x() }],
1934
+ "scroll-p": [{ "scroll-p": x() }],
1935
+ "scroll-px": [{ "scroll-px": x() }],
1936
+ "scroll-py": [{ "scroll-py": x() }],
1937
+ "scroll-ps": [{ "scroll-ps": x() }],
1938
+ "scroll-pe": [{ "scroll-pe": x() }],
1939
+ "scroll-pbs": [{ "scroll-pbs": x() }],
1940
+ "scroll-pbe": [{ "scroll-pbe": x() }],
1941
+ "scroll-pt": [{ "scroll-pt": x() }],
1942
+ "scroll-pr": [{ "scroll-pr": x() }],
1943
+ "scroll-pb": [{ "scroll-pb": x() }],
1944
+ "scroll-pl": [{ "scroll-pl": x() }],
1945
1945
  "snap-align": [{ snap: [
1946
1946
  "start",
1947
1947
  "end",
@@ -1983,17 +1983,17 @@ var Ne = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, Pe = Me, Fe
1983
1983
  "scroll",
1984
1984
  "contents",
1985
1985
  "transform",
1986
- Z,
1987
- Y
1986
+ Q,
1987
+ X
1988
1988
  ] }],
1989
- fill: [{ fill: ["none", ...k()] }],
1989
+ fill: [{ fill: ["none", ...A()] }],
1990
1990
  "stroke-w": [{ stroke: [
1991
- K,
1992
- It,
1993
- X,
1994
- At
1991
+ q,
1992
+ Ft,
1993
+ Z,
1994
+ kt
1995
1995
  ] }],
1996
- stroke: [{ stroke: ["none", ...k()] }],
1996
+ stroke: [{ stroke: ["none", ...A()] }],
1997
1997
  "forced-color-adjust": [{ "forced-color-adjust": ["auto", "none"] }]
1998
1998
  },
1999
1999
  conflictingClassGroups: {
@@ -2181,11 +2181,11 @@ var Ne = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, Pe = Me, Fe
2181
2181
  //#endregion
2182
2182
  //#region src/lib/utils.ts
2183
2183
  function Qt(...e) {
2184
- return Zt(Me(e));
2184
+ return Zt(je(e));
2185
2185
  }
2186
2186
  //#endregion
2187
2187
  //#region src/components/Button/Button.tsx
2188
- var $t = Fe("inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg:not([class*='size-'])]:size-4 shrink-0 [&_svg]:shrink-0 outline-none focus-visible:border-ring focus-visible:ring-ring/50 focus-visible:ring-[3px] aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive cursor-pointer font-medium transition-colors", {
2188
+ var $t = Pe("inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg:not([class*='size-'])]:size-4 shrink-0 [&_svg]:shrink-0 outline-none focus-visible:border-ring focus-visible:ring-ring/50 focus-visible:ring-[3px] aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive cursor-pointer font-medium transition-colors", {
2189
2189
  variants: {
2190
2190
  variant: {
2191
2191
  default: "bg-primary text-primary-foreground hover:bg-primary/90",
@@ -2215,7 +2215,7 @@ var $t = Fe("inline-flex items-center justify-center gap-2 whitespace-nowrap rou
2215
2215
  }
2216
2216
  });
2217
2217
  function en({ className: e, variant: t = "default", size: n = "default", ...r }) {
2218
- return /* @__PURE__ */ o(Ae, {
2218
+ return /* @__PURE__ */ o(ke, {
2219
2219
  "data-slot": "button",
2220
2220
  className: Qt($t({
2221
2221
  variant: t,
@@ -10209,12 +10209,46 @@ function ol({ name: e, size: t = 24, className: n, "aria-label": r }) {
10209
10209
  }));
10210
10210
  }
10211
10211
  //#endregion
10212
+ //#region node_modules/@base-ui/react/esm/separator/Separator.js
10213
+ var sl = /* @__PURE__ */ t.forwardRef(function(e, t) {
10214
+ let { className: n, render: r, orientation: i = "horizontal", style: a, ...o } = e;
10215
+ return be("div", e, {
10216
+ state: { orientation: i },
10217
+ ref: t,
10218
+ props: [{
10219
+ role: "separator",
10220
+ "aria-orientation": i
10221
+ }, o]
10222
+ });
10223
+ });
10224
+ process.env.NODE_ENV !== "production" && (sl.displayName = "Separator");
10225
+ //#endregion
10226
+ //#region src/components/Separator/Separator.tsx
10227
+ var cl = Pe("shrink-0 bg-border", {
10228
+ variants: { orientation: {
10229
+ horizontal: "h-px w-full",
10230
+ vertical: "h-full w-px"
10231
+ } },
10232
+ defaultVariants: { orientation: "horizontal" }
10233
+ });
10234
+ function ll({ className: e, orientation: t = "horizontal", ...n }) {
10235
+ return /* @__PURE__ */ o(sl, {
10236
+ "data-slot": "separator",
10237
+ orientation: t ?? void 0,
10238
+ className: Qt(cl({
10239
+ orientation: t,
10240
+ className: e
10241
+ })),
10242
+ ...n
10243
+ });
10244
+ }
10245
+ //#endregion
10212
10246
  //#region node_modules/@base-ui/utils/esm/useControlled.js
10213
- function sl({ controlled: e, default: n, name: r, state: i = "value" }) {
10247
+ function ul({ controlled: e, default: n, name: r, state: i = "value" }) {
10214
10248
  let { current: a } = t.useRef(e !== void 0), [o, s] = t.useState(n), c = a ? e : o;
10215
10249
  if (process.env.NODE_ENV !== "production") {
10216
10250
  t.useEffect(() => {
10217
- a !== (e !== void 0) && re([
10251
+ a !== (e !== void 0) && y([
10218
10252
  `A component is changing the ${a ? "" : "un"}controlled ${i} state of ${r} to be ${a ? "un" : ""}controlled.`,
10219
10253
  "Elements should not switch from uncontrolled to controlled (or vice versa).",
10220
10254
  `Decide between using a controlled or uncontrolled ${r} element for the lifetime of the component.`,
@@ -10228,14 +10262,14 @@ function sl({ controlled: e, default: n, name: r, state: i = "value" }) {
10228
10262
  ]);
10229
10263
  let { current: o } = t.useRef(n);
10230
10264
  t.useEffect(() => {
10231
- !a && cl(o) !== cl(n) && re([`A component is changing the default ${i} state of an uncontrolled ${r} after being initialized. To suppress this warning opt to use a controlled ${r}.`].join("\n"));
10265
+ !a && dl(o) !== dl(n) && y([`A component is changing the default ${i} state of an uncontrolled ${r} after being initialized. To suppress this warning opt to use a controlled ${r}.`].join("\n"));
10232
10266
  }, [n]);
10233
10267
  }
10234
10268
  return [c, t.useCallback((e) => {
10235
10269
  a || s(e);
10236
10270
  }, [])];
10237
10271
  }
10238
- function cl(e) {
10272
+ function dl(e) {
10239
10273
  let t = 0, n = /* @__PURE__ */ new WeakMap();
10240
10274
  try {
10241
10275
  return JSON.stringify(e, function(e, r) {
@@ -10255,7 +10289,7 @@ function cl(e) {
10255
10289
  }
10256
10290
  //#endregion
10257
10291
  //#region node_modules/@base-ui/utils/esm/visuallyHidden.js
10258
- var ll = {
10292
+ var fl = {
10259
10293
  clipPath: "inset(50%)",
10260
10294
  overflow: "hidden",
10261
10295
  whiteSpace: "nowrap",
@@ -10264,48 +10298,48 @@ var ll = {
10264
10298
  width: 1,
10265
10299
  height: 1,
10266
10300
  margin: -1
10267
- }, ul = {
10268
- ...ll,
10301
+ }, pl = {
10302
+ ...fl,
10269
10303
  position: "fixed",
10270
10304
  top: 0,
10271
10305
  left: 0
10272
- }, dl = {
10273
- ...ll,
10306
+ }, ml = {
10307
+ ...fl,
10274
10308
  position: "absolute"
10275
- }, fl = 0;
10276
- function pl(e, n = "mui") {
10309
+ }, hl = 0;
10310
+ function gl(e, n = "mui") {
10277
10311
  let [r, i] = t.useState(e), a = e || r;
10278
10312
  return t.useEffect(() => {
10279
- r ?? (fl += 1, i(`${n}-${fl}`));
10313
+ r ?? (hl += 1, i(`${n}-${hl}`));
10280
10314
  }, [r, n]), a;
10281
10315
  }
10282
- var ml = y.useId;
10283
- function hl(e, t) {
10284
- if (ml !== void 0) {
10285
- let n = ml();
10316
+ var _l = b.useId;
10317
+ function vl(e, t) {
10318
+ if (_l !== void 0) {
10319
+ let n = _l();
10286
10320
  return e ?? (t ? `${t}-${n}` : n);
10287
10321
  }
10288
- return pl(e, t);
10322
+ return gl(e, t);
10289
10323
  }
10290
10324
  //#endregion
10291
10325
  //#region node_modules/@base-ui/react/esm/internals/useBaseUiId.js
10292
- function gl(e) {
10293
- return hl(e, "base-ui");
10326
+ function yl(e) {
10327
+ return vl(e, "base-ui");
10294
10328
  }
10295
10329
  //#endregion
10296
10330
  //#region node_modules/@base-ui/react/esm/switch/root/SwitchRootContext.js
10297
- var _l = /* @__PURE__ */ t.createContext(void 0);
10298
- process.env.NODE_ENV !== "production" && (_l.displayName = "SwitchRootContext");
10299
- function vl() {
10300
- let e = t.useContext(_l);
10301
- if (e === void 0) throw Error(process.env.NODE_ENV === "production" ? F(63) : "Base UI: SwitchRootContext is missing. Switch parts must be placed within <Switch.Root>.");
10331
+ var bl = /* @__PURE__ */ t.createContext(void 0);
10332
+ process.env.NODE_ENV !== "production" && (bl.displayName = "SwitchRootContext");
10333
+ function xl() {
10334
+ let e = t.useContext(bl);
10335
+ if (e === void 0) throw Error(process.env.NODE_ENV === "production" ? I(63) : "Base UI: SwitchRootContext is missing. Switch parts must be placed within <Switch.Root>.");
10302
10336
  return e;
10303
10337
  }
10304
10338
  //#endregion
10305
10339
  //#region node_modules/@base-ui/react/esm/field/control/FieldControlDataAttributes.js
10306
- var yl = /* @__PURE__ */ function(e) {
10340
+ var Sl = /* @__PURE__ */ function(e) {
10307
10341
  return e.disabled = "data-disabled", e.valid = "data-valid", e.invalid = "data-invalid", e.touched = "data-touched", e.dirty = "data-dirty", e.filled = "data-filled", e.focused = "data-focused", e;
10308
- }({}), bl = {
10342
+ }({}), Cl = {
10309
10343
  badInput: !1,
10310
10344
  customError: !1,
10311
10345
  patternMismatch: !1,
@@ -10317,69 +10351,69 @@ var yl = /* @__PURE__ */ function(e) {
10317
10351
  typeMismatch: !1,
10318
10352
  valid: null,
10319
10353
  valueMissing: !1
10320
- }, xl = {
10354
+ }, wl = {
10321
10355
  valid: null,
10322
10356
  touched: !1,
10323
10357
  dirty: !1,
10324
10358
  filled: !1,
10325
10359
  focused: !1
10326
- }, Sl = {
10360
+ }, Tl = {
10327
10361
  disabled: !1,
10328
- ...xl
10329
- }, Cl = { valid(e) {
10330
- return e === null ? null : e ? { [yl.valid]: "" } : { [yl.invalid]: "" };
10331
- } }, wl = /* @__PURE__ */ function(e) {
10362
+ ...wl
10363
+ }, El = { valid(e) {
10364
+ return e === null ? null : e ? { [Sl.valid]: "" } : { [Sl.invalid]: "" };
10365
+ } }, Dl = /* @__PURE__ */ function(e) {
10332
10366
  return e.checked = "data-checked", e.unchecked = "data-unchecked", e.disabled = "data-disabled", e.readonly = "data-readonly", e.required = "data-required", e.valid = "data-valid", e.invalid = "data-invalid", e.touched = "data-touched", e.dirty = "data-dirty", e.filled = "data-filled", e.focused = "data-focused", e;
10333
- }({}), Tl = {
10334
- ...Cl,
10367
+ }({}), Ol = {
10368
+ ...El,
10335
10369
  checked(e) {
10336
- return e ? { [wl.checked]: "" } : { [wl.unchecked]: "" };
10370
+ return e ? { [Dl.checked]: "" } : { [Dl.unchecked]: "" };
10337
10371
  }
10338
- }, El = /* @__PURE__ */ t.createContext({
10372
+ }, kl = /* @__PURE__ */ t.createContext({
10339
10373
  invalid: void 0,
10340
10374
  name: void 0,
10341
10375
  validityData: {
10342
- state: bl,
10376
+ state: Cl,
10343
10377
  errors: [],
10344
10378
  error: "",
10345
10379
  value: "",
10346
10380
  initialValue: null
10347
10381
  },
10348
- setValidityData: H,
10382
+ setValidityData: U,
10349
10383
  disabled: void 0,
10350
- touched: xl.touched,
10351
- setTouched: H,
10352
- dirty: xl.dirty,
10353
- setDirty: H,
10354
- filled: xl.filled,
10355
- setFilled: H,
10356
- focused: xl.focused,
10357
- setFocused: H,
10384
+ touched: wl.touched,
10385
+ setTouched: U,
10386
+ dirty: wl.dirty,
10387
+ setDirty: U,
10388
+ filled: wl.filled,
10389
+ setFilled: U,
10390
+ focused: wl.focused,
10391
+ setFocused: U,
10358
10392
  validate: () => null,
10359
10393
  validationMode: "onSubmit",
10360
10394
  validationDebounceTime: 0,
10361
10395
  shouldValidateOnChange: () => !1,
10362
- state: Sl,
10396
+ state: Tl,
10363
10397
  markedDirtyRef: { current: !1 },
10364
- registerFieldControl: H,
10398
+ registerFieldControl: U,
10365
10399
  validation: {
10366
- getValidationProps: (e = U) => e,
10367
- getInputValidationProps: (e = U) => e,
10400
+ getValidationProps: (e = W) => e,
10401
+ getInputValidationProps: (e = W) => e,
10368
10402
  inputRef: { current: null },
10369
10403
  commit: async () => {}
10370
10404
  }
10371
10405
  });
10372
- process.env.NODE_ENV !== "production" && (El.displayName = "FieldRootContext");
10373
- function Dl(e = !0) {
10374
- let n = t.useContext(El);
10375
- if (n.setValidityData === H && !e) throw Error(process.env.NODE_ENV === "production" ? F(28) : "Base UI: FieldRootContext is missing. Field parts must be placed within <Field.Root>.");
10406
+ process.env.NODE_ENV !== "production" && (kl.displayName = "FieldRootContext");
10407
+ function Al(e = !0) {
10408
+ let n = t.useContext(kl);
10409
+ if (n.setValidityData === U && !e) throw Error(process.env.NODE_ENV === "production" ? I(28) : "Base UI: FieldRootContext is missing. Field parts must be placed within <Field.Root>.");
10376
10410
  return n;
10377
10411
  }
10378
10412
  //#endregion
10379
10413
  //#region node_modules/@base-ui/react/esm/internals/field-register-control/useRegisterFieldControl.js
10380
- function Ol(e, n) {
10381
- let { enabled: r = !0, getValue: i, id: a, value: o } = n, { registerFieldControl: s } = Dl(), c = t.useRef(null);
10382
- c.current ||= Symbol(), b(() => {
10414
+ function jl(e, n) {
10415
+ let { enabled: r = !0, getValue: i, id: a, value: o } = n, { registerFieldControl: s } = Al(), c = t.useRef(null);
10416
+ c.current ||= Symbol(), x(() => {
10383
10417
  let t = c.current;
10384
10418
  if (!(!t || !r)) return s(t, {
10385
10419
  controlRef: e,
@@ -10400,46 +10434,46 @@ function Ol(e, n) {
10400
10434
  }
10401
10435
  //#endregion
10402
10436
  //#region node_modules/@base-ui/react/esm/internals/form-context/FormContext.js
10403
- var kl = /* @__PURE__ */ t.createContext({
10437
+ var Ml = /* @__PURE__ */ t.createContext({
10404
10438
  formRef: { current: { fields: /* @__PURE__ */ new Map() } },
10405
10439
  errors: {},
10406
- clearErrors: H,
10440
+ clearErrors: U,
10407
10441
  validationMode: "onSubmit",
10408
10442
  submitAttemptedRef: { current: !1 }
10409
10443
  });
10410
- process.env.NODE_ENV !== "production" && (kl.displayName = "FormContext");
10411
- function Al() {
10412
- return t.useContext(kl);
10444
+ process.env.NODE_ENV !== "production" && (Ml.displayName = "FormContext");
10445
+ function Nl() {
10446
+ return t.useContext(Ml);
10413
10447
  }
10414
10448
  //#endregion
10415
10449
  //#region node_modules/@base-ui/react/esm/internals/labelable-provider/LabelableContext.js
10416
- var jl = /* @__PURE__ */ t.createContext({
10450
+ var Pl = /* @__PURE__ */ t.createContext({
10417
10451
  controlId: void 0,
10418
- registerControlId: H,
10452
+ registerControlId: U,
10419
10453
  labelId: void 0,
10420
- setLabelId: H,
10454
+ setLabelId: U,
10421
10455
  messageIds: [],
10422
- setMessageIds: H,
10456
+ setMessageIds: U,
10423
10457
  getDescriptionProps: (e) => e
10424
10458
  });
10425
- process.env.NODE_ENV !== "production" && (jl.displayName = "LabelableContext");
10426
- function Ml() {
10427
- return t.useContext(jl);
10459
+ process.env.NODE_ENV !== "production" && (Pl.displayName = "LabelableContext");
10460
+ function Fl() {
10461
+ return t.useContext(Pl);
10428
10462
  }
10429
10463
  //#endregion
10430
10464
  //#region node_modules/@base-ui/react/esm/internals/labelable-provider/useAriaLabelledBy.js
10431
- function Nl(e, n, r, i = !0, a) {
10432
- let [o, s] = t.useState(), c = gl(a ? `${a}-label` : void 0), l = e ?? n ?? o;
10433
- return b(() => {
10434
- let t = e || n || !i ? void 0 : Pl(r.current, c);
10465
+ function Il(e, n, r, i = !0, a) {
10466
+ let [o, s] = t.useState(), c = yl(a ? `${a}-label` : void 0), l = e ?? n ?? o;
10467
+ return x(() => {
10468
+ let t = e || n || !i ? void 0 : Ll(r.current, c);
10435
10469
  o !== t && s(t);
10436
10470
  }), l;
10437
10471
  }
10438
- function Pl(e, t) {
10439
- let n = Fl(e);
10472
+ function Ll(e, t) {
10473
+ let n = Rl(e);
10440
10474
  if (n) return !n.id && t && (n.id = t), n.id || void 0;
10441
10475
  }
10442
- function Fl(e) {
10476
+ function Rl(e) {
10443
10477
  if (!e) return;
10444
10478
  let t = e.parentElement;
10445
10479
  if (t && t.tagName === "LABEL") return t;
@@ -10453,12 +10487,12 @@ function Fl(e) {
10453
10487
  }
10454
10488
  //#endregion
10455
10489
  //#region node_modules/@base-ui/react/esm/internals/labelable-provider/useLabelableId.js
10456
- function Il(e = {}) {
10457
- let { id: n, implicit: r = !1, controlRef: i } = e, { controlId: a, registerControlId: o } = Ml(), s = gl(n), c = r ? a : void 0, l = h(() => Symbol("labelable-control")), u = t.useRef(!1), d = t.useRef(n != null), p = _(() => {
10458
- !u.current || o === H || (u.current = !1, o(l.current, void 0));
10490
+ function zl(e = {}) {
10491
+ let { id: n, implicit: r = !1, controlRef: i } = e, { controlId: a, registerControlId: o } = Fl(), s = yl(n), c = r ? a : void 0, l = h(() => Symbol("labelable-control")), u = t.useRef(!1), d = t.useRef(n != null), p = _(() => {
10492
+ !u.current || o === U || (u.current = !1, o(l.current, void 0));
10459
10493
  });
10460
- return b(() => {
10461
- if (o === H) return;
10494
+ return x(() => {
10495
+ if (o === U) return;
10462
10496
  let e;
10463
10497
  if (r) {
10464
10498
  let t = i?.current;
@@ -10487,11 +10521,11 @@ function Il(e = {}) {
10487
10521
  }
10488
10522
  //#endregion
10489
10523
  //#region node_modules/@base-ui/react/esm/internals/reason-parts.js
10490
- var Ll = "none";
10524
+ var Bl = "none";
10491
10525
  //#endregion
10492
10526
  //#region node_modules/@base-ui/react/esm/internals/createBaseUIEventDetails.js
10493
- function Rl(e, t, n, r) {
10494
- let i = !1, a = !1, o = r ?? U;
10527
+ function Vl(e, t, n, r) {
10528
+ let i = !1, a = !1, o = r ?? W;
10495
10529
  return {
10496
10530
  reason: e,
10497
10531
  event: t ?? new Event("base-ui"),
@@ -10513,54 +10547,54 @@ function Rl(e, t, n, r) {
10513
10547
  }
10514
10548
  //#endregion
10515
10549
  //#region node_modules/@base-ui/react/esm/internals/useValueChanged.js
10516
- function zl(e, n) {
10550
+ function Hl(e, n) {
10517
10551
  let r = t.useRef(e), i = _(n);
10518
- b(() => {
10552
+ x(() => {
10519
10553
  r.current !== e && i(r.current);
10520
- }, [e, i]), b(() => {
10554
+ }, [e, i]), x(() => {
10521
10555
  r.current = e;
10522
10556
  }, [e]);
10523
10557
  }
10524
10558
  //#endregion
10525
10559
  //#region node_modules/@base-ui/react/esm/switch/root/SwitchRoot.js
10526
- var Bl = /* @__PURE__ */ t.forwardRef(function(e, n) {
10527
- let { checked: r, className: i, defaultChecked: a, "aria-labelledby": c, form: l, id: u, inputRef: d, name: f, nativeButton: p = !1, onCheckedChange: m, readOnly: h = !1, required: g = !1, disabled: ee = !1, render: te, uncheckedValue: ne, value: v, style: re, ...y } = e, { clearErrors: x } = Al(), { state: S, setTouched: ae, setDirty: C, validityData: w, setFilled: T, setFocused: E, shouldValidateOnChange: D, validationMode: O, disabled: oe, name: k, validation: A } = Dl(), { labelId: j } = Ml(), M = oe || ee, N = k ?? f, P = _(m), F = t.useRef(null), I = ce(F, d, A.inputRef), L = t.useRef(null), R = gl(), z = Il({
10560
+ var Ul = /* @__PURE__ */ t.forwardRef(function(e, n) {
10561
+ let { checked: r, className: i, defaultChecked: a, "aria-labelledby": c, form: l, id: u, inputRef: d, name: f, nativeButton: p = !1, onCheckedChange: m, readOnly: h = !1, required: g = !1, disabled: ee = !1, render: te, uncheckedValue: ne, value: v, style: y, ...b } = e, { clearErrors: S } = Nl(), { state: C, setTouched: ie, setDirty: w, validityData: T, setFilled: E, setFocused: D, shouldValidateOnChange: O, validationMode: k, disabled: ae, name: A, validation: j } = Al(), { labelId: M } = Fl(), N = ae || ee, P = A ?? f, F = _(m), I = t.useRef(null), L = se(I, d, j.inputRef), R = t.useRef(null), z = yl(), B = zl({
10528
10562
  id: u,
10529
10563
  implicit: !1,
10530
- controlRef: L
10531
- }), B = p ? void 0 : z, [V, le] = sl({
10564
+ controlRef: R
10565
+ }), V = p ? void 0 : B, [H, ce] = ul({
10532
10566
  controlled: r,
10533
10567
  default: !!a,
10534
10568
  name: "Switch",
10535
10569
  state: "checked"
10536
10570
  });
10537
- Ol(L, {
10538
- id: R,
10539
- value: V
10540
- }), b(() => {
10541
- F.current && T(F.current.checked);
10542
- }, [F, T]), zl(V, () => {
10543
- x(N), C(V !== w.initialValue), T(V), D() ? A.commit(V) : A.commit(V, !0);
10571
+ jl(R, {
10572
+ id: z,
10573
+ value: H
10574
+ }), x(() => {
10575
+ I.current && E(I.current.checked);
10576
+ }, [I, E]), Hl(H, () => {
10577
+ S(P), w(H !== T.initialValue), E(H), O() ? j.commit(H) : j.commit(H, !0);
10544
10578
  });
10545
- let { getButtonProps: ue, buttonRef: de } = se({
10546
- disabled: M,
10579
+ let { getButtonProps: le, buttonRef: ue } = oe({
10580
+ disabled: N,
10547
10581
  native: p
10548
- }), fe = Nl(c, j, F, !p, B), pe = {
10549
- id: p ? z : R,
10582
+ }), de = Il(c, M, I, !p, V), fe = {
10583
+ id: p ? B : z,
10550
10584
  role: "switch",
10551
- "aria-checked": V,
10585
+ "aria-checked": H,
10552
10586
  "aria-readonly": h || void 0,
10553
10587
  "aria-required": g || void 0,
10554
- "aria-labelledby": fe,
10588
+ "aria-labelledby": de,
10555
10589
  onFocus() {
10556
- M || E(!0);
10590
+ N || D(!0);
10557
10591
  },
10558
10592
  onBlur() {
10559
- let e = F.current;
10560
- !e || M || (ae(!0), E(!1), O === "onBlur" && A.commit(e.checked));
10593
+ let e = I.current;
10594
+ !e || N || (ie(!0), D(!1), k === "onBlur" && j.commit(e.checked));
10561
10595
  },
10562
10596
  onClick(e) {
10563
- h || M || (e.preventDefault(), F.current?.dispatchEvent(new PointerEvent("click", {
10597
+ h || N || (e.preventDefault(), I.current?.dispatchEvent(new PointerEvent("click", {
10564
10598
  bubbles: !0,
10565
10599
  shiftKey: e.shiftKey,
10566
10600
  ctrlKey: e.ctrlKey,
@@ -10568,115 +10602,115 @@ var Bl = /* @__PURE__ */ t.forwardRef(function(e, n) {
10568
10602
  metaKey: e.metaKey
10569
10603
  })));
10570
10604
  }
10571
- }, me = t.useMemo(() => ie({
10572
- checked: V,
10573
- disabled: M,
10605
+ }, pe = t.useMemo(() => re({
10606
+ checked: H,
10607
+ disabled: N,
10574
10608
  form: l,
10575
- id: B,
10576
- name: N,
10609
+ id: V,
10610
+ name: P,
10577
10611
  required: g,
10578
- style: N ? dl : ul,
10612
+ style: P ? ml : pl,
10579
10613
  tabIndex: -1,
10580
10614
  type: "checkbox",
10581
10615
  "aria-hidden": !0,
10582
- ref: I,
10616
+ ref: L,
10583
10617
  onChange(e) {
10584
10618
  if (e.nativeEvent.defaultPrevented) return;
10585
10619
  if (h) {
10586
10620
  e.preventDefault();
10587
10621
  return;
10588
10622
  }
10589
- let t = e.currentTarget.checked, n = Rl(Ll, e.nativeEvent);
10590
- P?.(t, n), !n.isCanceled && le(t);
10623
+ let t = e.currentTarget.checked, n = Vl(Bl, e.nativeEvent);
10624
+ F?.(t, n), !n.isCanceled && ce(t);
10591
10625
  },
10592
10626
  onFocus() {
10593
- L.current?.focus();
10627
+ R.current?.focus();
10594
10628
  }
10595
- }, A.getInputValidationProps, v === void 0 ? U : { value: v }), [
10596
- V,
10597
- M,
10598
- l,
10599
- I,
10600
- B,
10629
+ }, j.getInputValidationProps, v === void 0 ? W : { value: v }), [
10630
+ H,
10601
10631
  N,
10632
+ l,
10633
+ L,
10634
+ V,
10602
10635
  P,
10636
+ F,
10603
10637
  h,
10604
10638
  g,
10605
- le,
10606
- A,
10639
+ ce,
10640
+ j,
10607
10641
  v
10608
- ]), he = t.useMemo(() => ({
10609
- ...S,
10610
- checked: V,
10611
- disabled: M,
10642
+ ]), me = t.useMemo(() => ({
10643
+ ...C,
10644
+ checked: H,
10645
+ disabled: N,
10612
10646
  readOnly: h,
10613
10647
  required: g
10614
10648
  }), [
10615
- S,
10616
- V,
10617
- M,
10649
+ C,
10650
+ H,
10651
+ N,
10618
10652
  h,
10619
10653
  g
10620
- ]), ge = xe("span", e, {
10621
- state: he,
10654
+ ]), he = be("span", e, {
10655
+ state: me,
10622
10656
  ref: [
10623
10657
  n,
10624
- L,
10625
- de
10658
+ R,
10659
+ ue
10626
10660
  ],
10627
10661
  props: [
10628
- pe,
10629
- A.getValidationProps,
10630
- y,
10631
- ue
10662
+ fe,
10663
+ j.getValidationProps,
10664
+ b,
10665
+ le
10632
10666
  ],
10633
- stateAttributesMapping: Tl
10667
+ stateAttributesMapping: Ol
10634
10668
  });
10635
- return /* @__PURE__ */ s(_l.Provider, {
10636
- value: he,
10669
+ return /* @__PURE__ */ s(bl.Provider, {
10670
+ value: me,
10637
10671
  children: [
10638
- ge,
10639
- !V && N && ne !== void 0 && /* @__PURE__ */ o("input", {
10672
+ he,
10673
+ !H && P && ne !== void 0 && /* @__PURE__ */ o("input", {
10640
10674
  type: "hidden",
10641
10675
  form: l,
10642
- name: N,
10676
+ name: P,
10643
10677
  value: ne
10644
10678
  }),
10645
10679
  /* @__PURE__ */ o("input", {
10646
- ...me,
10680
+ ...pe,
10647
10681
  suppressHydrationWarning: !0
10648
10682
  })
10649
10683
  ]
10650
10684
  });
10651
10685
  });
10652
- process.env.NODE_ENV !== "production" && (Bl.displayName = "SwitchRoot");
10686
+ process.env.NODE_ENV !== "production" && (Ul.displayName = "SwitchRoot");
10653
10687
  //#endregion
10654
10688
  //#region node_modules/@base-ui/react/esm/switch/thumb/SwitchThumb.js
10655
- var Vl = /* @__PURE__ */ t.forwardRef(function(e, t) {
10656
- let { render: n, className: r, style: i, ...a } = e, { state: o } = Dl(), s = vl();
10657
- return xe("span", e, {
10689
+ var Wl = /* @__PURE__ */ t.forwardRef(function(e, t) {
10690
+ let { render: n, className: r, style: i, ...a } = e, { state: o } = Al(), s = xl();
10691
+ return be("span", e, {
10658
10692
  state: {
10659
10693
  ...o,
10660
10694
  ...s
10661
10695
  },
10662
10696
  ref: t,
10663
- stateAttributesMapping: Tl,
10697
+ stateAttributesMapping: Ol,
10664
10698
  props: a
10665
10699
  });
10666
10700
  });
10667
- process.env.NODE_ENV !== "production" && (Vl.displayName = "SwitchThumb");
10701
+ process.env.NODE_ENV !== "production" && (Wl.displayName = "SwitchThumb");
10668
10702
  //#endregion
10669
10703
  //#region src/components/Switch/switch.tsx
10670
- function Hl({ className: e, ...t }) {
10671
- return /* @__PURE__ */ o(Bl, {
10704
+ function Gl({ className: e, ...t }) {
10705
+ return /* @__PURE__ */ o(Ul, {
10672
10706
  "data-slot": "switch",
10673
10707
  className: Qt("peer inline-flex h-5 w-9 shrink-0 cursor-pointer items-center rounded-full border-2 border-transparent shadow-xs transition-all outline-none", "focus-visible:border-ring focus-visible:ring-ring/50 focus-visible:ring-[3px]", "disabled:cursor-not-allowed disabled:opacity-50", "data-unchecked:bg-input dark:data-unchecked:bg-input/80", "data-checked:bg-primary", "aria-invalid:border-destructive aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40", e),
10674
10708
  ...t,
10675
- children: /* @__PURE__ */ o(Vl, {
10709
+ children: /* @__PURE__ */ o(Wl, {
10676
10710
  "data-slot": "switch-thumb",
10677
10711
  className: Qt("bg-background pointer-events-none block size-4 rounded-full shadow-sm ring-0 transition-transform", "data-unchecked:translate-x-0", "data-checked:translate-x-4")
10678
10712
  })
10679
10713
  });
10680
10714
  }
10681
10715
  //#endregion
10682
- export { en as Button, ol as DynamicIcon, Hl as Switch, $t as buttonVariants };
10716
+ export { en as Button, ol as DynamicIcon, ll as Separator, Gl as Switch, $t as buttonVariants, cl as separatorVariants };