wasvg 1.4.0 → 1.5.1

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/wasvg.es.js CHANGED
@@ -51,13 +51,13 @@ function $1() {
51
51
  return n.$$typeof === m1 ? null : n.displayName || n.name || null;
52
52
  if (typeof n == "string") return n;
53
53
  switch (n) {
54
- case C:
54
+ case j:
55
55
  return "Fragment";
56
56
  case _:
57
57
  return "Profiler";
58
58
  case N:
59
59
  return "StrictMode";
60
- case G:
60
+ case V:
61
61
  return "Suspense";
62
62
  case B:
63
63
  return "SuspenseList";
@@ -70,7 +70,7 @@ function $1() {
70
70
  ), n.$$typeof) {
71
71
  case Z:
72
72
  return "Portal";
73
- case W:
73
+ case D:
74
74
  return (n.displayName || "Context") + ".Provider";
75
75
  case Q:
76
76
  return (n._context.displayName || "Context") + ".Consumer";
@@ -109,7 +109,7 @@ function $1() {
109
109
  }
110
110
  }
111
111
  function s(n) {
112
- if (n === C) return "<>";
112
+ if (n === j) return "<>";
113
113
  if (typeof n == "object" && n !== null && n.$$typeof === h)
114
114
  return "<...>";
115
115
  try {
@@ -145,22 +145,22 @@ function $1() {
145
145
  configurable: !0
146
146
  });
147
147
  }
148
- function p() {
148
+ function g() {
149
149
  var n = e(this.type);
150
150
  return M[n] || (M[n] = !0, console.error(
151
151
  "Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release."
152
152
  )), n = this.props.ref, n !== void 0 ? n : null;
153
153
  }
154
- function y(n, v, w, f, b, j, e1, q) {
155
- return w = j.ref, n = {
154
+ function C(n, v, w, f, b, y, e1, q) {
155
+ return w = y.ref, n = {
156
156
  $$typeof: I,
157
157
  type: n,
158
158
  key: v,
159
- props: j,
159
+ props: y,
160
160
  _owner: b
161
161
  }, (w !== void 0 ? w : null) !== null ? Object.defineProperty(n, "ref", {
162
162
  enumerable: !1,
163
- get: p
163
+ get: g
164
164
  }) : Object.defineProperty(n, "ref", { enumerable: !1, value: null }), n._store = {}, Object.defineProperty(n._store, "validated", {
165
165
  configurable: !1,
166
166
  enumerable: !1,
@@ -183,7 +183,7 @@ function $1() {
183
183
  value: q
184
184
  }), Object.freeze && (Object.freeze(n.props), Object.freeze(n)), n;
185
185
  }
186
- function L(n, v, w, f, b, j, e1, q) {
186
+ function L(n, v, w, f, b, y, e1, q) {
187
187
  var T = v.children;
188
188
  if (T !== void 0)
189
189
  if (f)
@@ -216,16 +216,16 @@ React keys must be passed directly to JSX without using spread:
216
216
  }
217
217
  if (T = null, w !== void 0 && (o(w), T = "" + w), u(v) && (o(v.key), T = "" + v.key), "key" in v) {
218
218
  w = {};
219
- for (var V in v)
220
- V !== "key" && (w[V] = v[V]);
219
+ for (var W in v)
220
+ W !== "key" && (w[W] = v[W]);
221
221
  } else w = v;
222
222
  return T && x(
223
223
  w,
224
224
  typeof n == "function" ? n.displayName || n.name || "Unknown" : n
225
- ), y(
225
+ ), C(
226
226
  n,
227
227
  T,
228
- j,
228
+ y,
229
229
  b,
230
230
  l(),
231
231
  w,
@@ -236,9 +236,9 @@ React keys must be passed directly to JSX without using spread:
236
236
  function E(n) {
237
237
  typeof n == "object" && n !== null && n.$$typeof === I && n._store && (n._store.validated = 1);
238
238
  }
239
- var H = I1, I = Symbol.for("react.transitional.element"), Z = Symbol.for("react.portal"), C = Symbol.for("react.fragment"), N = Symbol.for("react.strict_mode"), _ = Symbol.for("react.profiler");
239
+ var H = I1, I = Symbol.for("react.transitional.element"), Z = Symbol.for("react.portal"), j = Symbol.for("react.fragment"), N = Symbol.for("react.strict_mode"), _ = Symbol.for("react.profiler");
240
240
  Symbol.for("react.provider");
241
- var Q = Symbol.for("react.consumer"), W = Symbol.for("react.context"), $ = Symbol.for("react.forward_ref"), G = Symbol.for("react.suspense"), B = Symbol.for("react.suspense_list"), F = Symbol.for("react.memo"), h = Symbol.for("react.lazy"), S = Symbol.for("react.activity"), m1 = Symbol.for("react.client.reference"), K = H.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, Y = Object.prototype.hasOwnProperty, h1 = Array.isArray, U = console.createTask ? console.createTask : function() {
241
+ var Q = Symbol.for("react.consumer"), D = Symbol.for("react.context"), $ = Symbol.for("react.forward_ref"), V = Symbol.for("react.suspense"), B = Symbol.for("react.suspense_list"), F = Symbol.for("react.memo"), h = Symbol.for("react.lazy"), S = Symbol.for("react.activity"), m1 = Symbol.for("react.client.reference"), K = H.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, Y = Object.prototype.hasOwnProperty, h1 = Array.isArray, U = console.createTask ? console.createTask : function() {
242
242
  return null;
243
243
  };
244
244
  H = {
@@ -250,8 +250,8 @@ React keys must be passed directly to JSX without using spread:
250
250
  H,
251
251
  d
252
252
  )(), m = U(s(d)), s1 = {};
253
- c1.Fragment = C, c1.jsx = function(n, v, w, f, b) {
254
- var j = 1e4 > K.recentlyCreatedOwnerStacks++;
253
+ c1.Fragment = j, c1.jsx = function(n, v, w, f, b) {
254
+ var y = 1e4 > K.recentlyCreatedOwnerStacks++;
255
255
  return L(
256
256
  n,
257
257
  v,
@@ -259,11 +259,11 @@ React keys must be passed directly to JSX without using spread:
259
259
  !1,
260
260
  f,
261
261
  b,
262
- j ? Error("react-stack-top-frame") : R,
263
- j ? U(s(n)) : m
262
+ y ? Error("react-stack-top-frame") : R,
263
+ y ? U(s(n)) : m
264
264
  );
265
265
  }, c1.jsxs = function(n, v, w, f, b) {
266
- var j = 1e4 > K.recentlyCreatedOwnerStacks++;
266
+ var y = 1e4 > K.recentlyCreatedOwnerStacks++;
267
267
  return L(
268
268
  n,
269
269
  v,
@@ -271,18 +271,18 @@ React keys must be passed directly to JSX without using spread:
271
271
  !0,
272
272
  f,
273
273
  b,
274
- j ? Error("react-stack-top-frame") : R,
275
- j ? U(s(n)) : m
274
+ y ? Error("react-stack-top-frame") : R,
275
+ y ? U(s(n)) : m
276
276
  );
277
277
  };
278
278
  })()), c1;
279
279
  }
280
280
  var h2 = d1.exports, L1;
281
- function G1() {
281
+ function V1() {
282
282
  return L1 || (L1 = 1, process.env.NODE_ENV === "production" ? d1.exports = N1() : d1.exports = $1()), d1.exports;
283
283
  }
284
- var r = G1();
285
- function V1({ className: e = "", size: t = a.md }) {
284
+ var r = V1();
285
+ function W1({ className: e = "", size: t = a.md }) {
286
286
  return /* @__PURE__ */ r.jsx(
287
287
  "svg",
288
288
  {
@@ -295,7 +295,7 @@ function V1({ className: e = "", size: t = a.md }) {
295
295
  }
296
296
  );
297
297
  }
298
- function D1({ className: e = "", size: t = a.md }) {
298
+ function G1({ className: e = "", size: t = a.md }) {
299
299
  return /* @__PURE__ */ r.jsx(
300
300
  "svg",
301
301
  {
@@ -308,7 +308,7 @@ function D1({ className: e = "", size: t = a.md }) {
308
308
  }
309
309
  );
310
310
  }
311
- function W1({ className: e = "", size: t = a.md }) {
311
+ function D1({ className: e = "", size: t = a.md }) {
312
312
  return /* @__PURE__ */ r.jsx(
313
313
  "svg",
314
314
  {
@@ -527,9 +527,9 @@ const q1 = "-", r0 = (e) => {
527
527
  return (o = t.validators.find(({
528
528
  validator: x
529
529
  }) => x(u))) == null ? void 0 : o.classGroupId;
530
- }, y1 = /^\[(.+)\]$/, o0 = (e) => {
531
- if (y1.test(e)) {
532
- const t = y1.exec(e)[1], o = t == null ? void 0 : t.substring(0, t.indexOf(":"));
530
+ }, C1 = /^\[(.+)\]$/, o0 = (e) => {
531
+ if (C1.test(e)) {
532
+ const t = C1.exec(e)[1], o = t == null ? void 0 : t.substring(0, t.indexOf(":"));
533
533
  if (o)
534
534
  return "arbitrary.." + o;
535
535
  }
@@ -547,7 +547,7 @@ const q1 = "-", r0 = (e) => {
547
547
  }, w1 = (e, t, o, s) => {
548
548
  e.forEach((l) => {
549
549
  if (typeof l == "string") {
550
- const d = l === "" ? t : C1(t, l);
550
+ const d = l === "" ? t : j1(t, l);
551
551
  d.classGroupId = o;
552
552
  return;
553
553
  }
@@ -563,10 +563,10 @@ const q1 = "-", r0 = (e) => {
563
563
  return;
564
564
  }
565
565
  Object.entries(l).forEach(([d, u]) => {
566
- w1(u, C1(t, d), o, s);
566
+ w1(u, j1(t, d), o, s);
567
567
  });
568
568
  });
569
- }, C1 = (e, t) => {
569
+ }, j1 = (e, t) => {
570
570
  let o = e;
571
571
  return t.split(q1).forEach((s) => {
572
572
  o.nextPart.has(s) || o.nextPart.set(s, {
@@ -605,22 +605,22 @@ const q1 = "-", r0 = (e) => {
605
605
  } = e;
606
606
  let s = (l) => {
607
607
  const d = [];
608
- let u = 0, x = 0, p = 0, y;
608
+ let u = 0, x = 0, g = 0, C;
609
609
  for (let Z = 0; Z < l.length; Z++) {
610
- let C = l[Z];
610
+ let j = l[Z];
611
611
  if (u === 0 && x === 0) {
612
- if (C === b1) {
613
- d.push(l.slice(p, Z)), p = Z + l0;
612
+ if (j === b1) {
613
+ d.push(l.slice(g, Z)), g = Z + l0;
614
614
  continue;
615
615
  }
616
- if (C === "/") {
617
- y = Z;
616
+ if (j === "/") {
617
+ C = Z;
618
618
  continue;
619
619
  }
620
620
  }
621
- C === "[" ? u++ : C === "]" ? u-- : C === "(" ? x++ : C === ")" && x--;
621
+ j === "[" ? u++ : j === "]" ? u-- : j === "(" ? x++ : j === ")" && x--;
622
622
  }
623
- const L = d.length === 0 ? l : l.substring(p), E = i0(L), H = E !== L, I = y && y > p ? y - p : void 0;
623
+ const L = d.length === 0 ? l : l.substring(g), E = i0(L), H = E !== L, I = C && C > g ? C - g : void 0;
624
624
  return {
625
625
  modifiers: d,
626
626
  hasImportantModifier: H,
@@ -669,43 +669,43 @@ const q1 = "-", r0 = (e) => {
669
669
  getConflictingClassGroupIds: l,
670
670
  sortModifiers: d
671
671
  } = t, u = [], x = e.trim().split(h0);
672
- let p = "";
673
- for (let y = x.length - 1; y >= 0; y -= 1) {
674
- const L = x[y], {
672
+ let g = "";
673
+ for (let C = x.length - 1; C >= 0; C -= 1) {
674
+ const L = x[C], {
675
675
  isExternal: E,
676
676
  modifiers: H,
677
677
  hasImportantModifier: I,
678
678
  baseClassName: Z,
679
- maybePostfixModifierPosition: C
679
+ maybePostfixModifierPosition: j
680
680
  } = o(L);
681
681
  if (E) {
682
- p = L + (p.length > 0 ? " " + p : p);
682
+ g = L + (g.length > 0 ? " " + g : g);
683
683
  continue;
684
684
  }
685
- let N = !!C, _ = s(N ? Z.substring(0, C) : Z);
685
+ let N = !!j, _ = s(N ? Z.substring(0, j) : Z);
686
686
  if (!_) {
687
687
  if (!N) {
688
- p = L + (p.length > 0 ? " " + p : p);
688
+ g = L + (g.length > 0 ? " " + g : g);
689
689
  continue;
690
690
  }
691
691
  if (_ = s(Z), !_) {
692
- p = L + (p.length > 0 ? " " + p : p);
692
+ g = L + (g.length > 0 ? " " + g : g);
693
693
  continue;
694
694
  }
695
695
  N = !1;
696
696
  }
697
- const Q = d(H).join(":"), W = I ? Q + x1 : Q, $ = W + _;
697
+ const Q = d(H).join(":"), D = I ? Q + x1 : Q, $ = D + _;
698
698
  if (u.includes($))
699
699
  continue;
700
700
  u.push($);
701
- const G = l(_, N);
702
- for (let B = 0; B < G.length; ++B) {
703
- const F = G[B];
704
- u.push(W + F);
701
+ const V = l(_, N);
702
+ for (let B = 0; B < V.length; ++B) {
703
+ const F = V[B];
704
+ u.push(D + F);
705
705
  }
706
- p = L + (p.length > 0 ? " " + p : p);
706
+ g = L + (g.length > 0 ? " " + g : g);
707
707
  }
708
- return p;
708
+ return g;
709
709
  };
710
710
  function u0() {
711
711
  let e = 0, t, o, s = "";
@@ -721,18 +721,18 @@ const z1 = (e) => {
721
721
  e[s] && (t = z1(e[s])) && (o && (o += " "), o += t);
722
722
  return o;
723
723
  };
724
- function g0(e, ...t) {
724
+ function p0(e, ...t) {
725
725
  let o, s, l, d = u;
726
- function u(p) {
727
- const y = t.reduce((L, E) => E(L), e());
728
- return o = m0(y), s = o.cache.get, l = o.cache.set, d = x, x(p);
726
+ function u(g) {
727
+ const C = t.reduce((L, E) => E(L), e());
728
+ return o = m0(C), s = o.cache.get, l = o.cache.set, d = x, x(g);
729
729
  }
730
- function x(p) {
731
- const y = s(p);
732
- if (y)
733
- return y;
734
- const L = v0(p, o);
735
- return l(p, L), L;
730
+ function x(g) {
731
+ const C = s(g);
732
+ if (C)
733
+ return C;
734
+ const L = v0(g, o);
735
+ return l(g, L), L;
736
736
  }
737
737
  return function() {
738
738
  return d(u0.apply(null, arguments));
@@ -741,19 +741,19 @@ function g0(e, ...t) {
741
741
  const k = (e) => {
742
742
  const t = (o) => o[e] || [];
743
743
  return t.isThemeGetter = !0, t;
744
- }, E1 = /^\[(?:(\w[\w-]*):)?(.+)\]$/i, S1 = /^\((?:(\w[\w-]*):)?(.+)\)$/i, p0 = /^\d+\/\d+$/, f0 = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, w0 = /\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$/, x0 = /^(rgba?|hsla?|hwb|(ok)?(lab|lch))\(.+\)$/, b0 = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, q0 = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, t1 = (e) => p0.test(e), g = (e) => !!e && !Number.isNaN(Number(e)), D = (e) => !!e && Number.isInteger(Number(e)), p1 = (e) => e.endsWith("%") && g(e.slice(0, -1)), O = (e) => f0.test(e), T0 = () => !0, k0 = (e) => (
744
+ }, E1 = /^\[(?:(\w[\w-]*):)?(.+)\]$/i, S1 = /^\((?:(\w[\w-]*):)?(.+)\)$/i, g0 = /^\d+\/\d+$/, f0 = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, w0 = /\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$/, x0 = /^(rgba?|hsla?|hwb|(ok)?(lab|lch))\(.+\)$/, b0 = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, q0 = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, t1 = (e) => g0.test(e), p = (e) => !!e && !Number.isNaN(Number(e)), G = (e) => !!e && Number.isInteger(Number(e)), g1 = (e) => e.endsWith("%") && p(e.slice(0, -1)), O = (e) => f0.test(e), T0 = () => !0, k0 = (e) => (
745
745
  // `colorFunctionRegex` check is necessary because color functions can have percentages in them which which would be incorrectly classified as lengths.
746
746
  // For example, `hsl(0 0% 0%)` would be classified as a length without this check.
747
747
  // I could also use lookbehind assertion in `lengthUnitRegex` but that isn't supported widely enough.
748
748
  w0.test(e) && !x0.test(e)
749
- ), A1 = () => !1, L0 = (e) => b0.test(e), y0 = (e) => q0.test(e), C0 = (e) => !c(e) && !i(e), j0 = (e) => r1(e, _1, A1), c = (e) => E1.test(e), X = (e) => r1(e, B1, k0), f1 = (e) => r1(e, S0, g), j1 = (e) => r1(e, H1, A1), Z0 = (e) => r1(e, R1, y0), u1 = (e) => r1(e, P1, L0), i = (e) => S1.test(e), i1 = (e) => o1(e, B1), M0 = (e) => o1(e, A0), Z1 = (e) => o1(e, H1), z0 = (e) => o1(e, _1), E0 = (e) => o1(e, R1), g1 = (e) => o1(e, P1, !0), r1 = (e, t, o) => {
749
+ ), A1 = () => !1, L0 = (e) => b0.test(e), C0 = (e) => q0.test(e), j0 = (e) => !c(e) && !i(e), y0 = (e) => r1(e, _1, A1), c = (e) => E1.test(e), X = (e) => r1(e, B1, k0), f1 = (e) => r1(e, S0, p), y1 = (e) => r1(e, H1, A1), Z0 = (e) => r1(e, R1, C0), u1 = (e) => r1(e, P1, L0), i = (e) => S1.test(e), i1 = (e) => o1(e, B1), M0 = (e) => o1(e, A0), Z1 = (e) => o1(e, H1), z0 = (e) => o1(e, _1), E0 = (e) => o1(e, R1), p1 = (e) => o1(e, P1, !0), r1 = (e, t, o) => {
750
750
  const s = E1.exec(e);
751
751
  return s ? s[1] ? t(s[1]) : o(s[2]) : !1;
752
752
  }, o1 = (e, t, o = !1) => {
753
753
  const s = S1.exec(e);
754
754
  return s ? s[1] ? t(s[1]) : o : !1;
755
755
  }, H1 = (e) => e === "position" || e === "percentage", R1 = (e) => e === "image" || e === "url", _1 = (e) => e === "length" || e === "size" || e === "bg-size", B1 = (e) => e === "length", S0 = (e) => e === "number", A0 = (e) => e === "family-name", P1 = (e) => e === "shadow", H0 = () => {
756
- const e = k("color"), t = k("font"), o = k("text"), s = k("font-weight"), l = k("tracking"), d = k("leading"), u = k("breakpoint"), x = k("container"), p = k("spacing"), y = k("radius"), L = k("shadow"), E = k("inset-shadow"), H = k("text-shadow"), I = k("drop-shadow"), Z = k("blur"), C = k("perspective"), N = k("aspect"), _ = k("ease"), Q = k("animate"), W = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"], $ = () => [
756
+ const e = k("color"), t = k("font"), o = k("text"), s = k("font-weight"), l = k("tracking"), d = k("leading"), u = k("breakpoint"), x = k("container"), g = k("spacing"), C = k("radius"), L = k("shadow"), E = k("inset-shadow"), H = k("text-shadow"), I = k("drop-shadow"), Z = k("blur"), j = k("perspective"), N = k("aspect"), _ = k("ease"), Q = k("animate"), D = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"], $ = () => [
757
757
  "center",
758
758
  "top",
759
759
  "bottom",
@@ -771,30 +771,30 @@ const k = (e) => {
771
771
  "bottom-left",
772
772
  // Deprecated since Tailwind CSS v4.1.0, see https://github.com/tailwindlabs/tailwindcss/pull/17378
773
773
  "left-bottom"
774
- ], G = () => [...$(), i, c], B = () => ["auto", "hidden", "clip", "visible", "scroll"], F = () => ["auto", "contain", "none"], h = () => [i, c, p], S = () => [t1, "full", "auto", ...h()], m1 = () => [D, "none", "subgrid", i, c], K = () => ["auto", {
775
- span: ["full", D, i, c]
776
- }, D, i, c], Y = () => [D, "auto", i, c], h1 = () => ["auto", "min", "max", "fr", i, c], U = () => ["start", "end", "center", "between", "around", "evenly", "stretch", "baseline", "center-safe", "end-safe"], P = () => ["start", "end", "center", "stretch", "center-safe", "end-safe"], M = () => ["auto", ...h()], R = () => [t1, "auto", "full", "dvw", "dvh", "lvw", "lvh", "svw", "svh", "min", "max", "fit", ...h()], m = () => [e, i, c], s1 = () => [...$(), Z1, j1, {
774
+ ], V = () => [...$(), i, c], B = () => ["auto", "hidden", "clip", "visible", "scroll"], F = () => ["auto", "contain", "none"], h = () => [i, c, g], S = () => [t1, "full", "auto", ...h()], m1 = () => [G, "none", "subgrid", i, c], K = () => ["auto", {
775
+ span: ["full", G, i, c]
776
+ }, G, i, c], Y = () => [G, "auto", i, c], h1 = () => ["auto", "min", "max", "fr", i, c], U = () => ["start", "end", "center", "between", "around", "evenly", "stretch", "baseline", "center-safe", "end-safe"], P = () => ["start", "end", "center", "stretch", "center-safe", "end-safe"], M = () => ["auto", ...h()], R = () => [t1, "auto", "full", "dvw", "dvh", "lvw", "lvh", "svw", "svh", "min", "max", "fit", ...h()], m = () => [e, i, c], s1 = () => [...$(), Z1, y1, {
777
777
  position: [i, c]
778
778
  }], n = () => ["no-repeat", {
779
779
  repeat: ["", "x", "y", "space", "round"]
780
- }], v = () => ["auto", "cover", "contain", z0, j0, {
780
+ }], v = () => ["auto", "cover", "contain", z0, y0, {
781
781
  size: [i, c]
782
- }], w = () => [p1, i1, X], f = () => [
782
+ }], w = () => [g1, i1, X], f = () => [
783
783
  // Deprecated since Tailwind CSS v4.0.0
784
784
  "",
785
785
  "none",
786
786
  "full",
787
- y,
787
+ C,
788
788
  i,
789
789
  c
790
- ], b = () => ["", g, i1, X], j = () => ["solid", "dashed", "dotted", "double"], e1 = () => ["normal", "multiply", "screen", "overlay", "darken", "lighten", "color-dodge", "color-burn", "hard-light", "soft-light", "difference", "exclusion", "hue", "saturation", "color", "luminosity"], q = () => [g, p1, Z1, j1], T = () => [
790
+ ], b = () => ["", p, i1, X], y = () => ["solid", "dashed", "dotted", "double"], e1 = () => ["normal", "multiply", "screen", "overlay", "darken", "lighten", "color-dodge", "color-burn", "hard-light", "soft-light", "difference", "exclusion", "hue", "saturation", "color", "luminosity"], q = () => [p, g1, Z1, y1], T = () => [
791
791
  // Deprecated since Tailwind CSS v4.0.0
792
792
  "",
793
793
  "none",
794
794
  Z,
795
795
  i,
796
796
  c
797
- ], A = () => ["none", g, i, c], V = () => ["none", g, i, c], a1 = () => [g, i, c], v1 = () => [t1, "full", ...h()];
797
+ ], A = () => ["none", p, i, c], W = () => ["none", p, i, c], a1 = () => [p, i, c], v1 = () => [t1, "full", ...h()];
798
798
  return {
799
799
  cacheSize: 500,
800
800
  theme: {
@@ -806,14 +806,14 @@ const k = (e) => {
806
806
  container: [O],
807
807
  "drop-shadow": [O],
808
808
  ease: ["in", "out", "in-out"],
809
- font: [C0],
809
+ font: [j0],
810
810
  "font-weight": ["thin", "extralight", "light", "normal", "medium", "semibold", "bold", "extrabold", "black"],
811
811
  "inset-shadow": [O],
812
812
  leading: ["none", "tight", "snug", "normal", "relaxed", "loose"],
813
813
  perspective: ["dramatic", "near", "normal", "midrange", "distant", "none"],
814
814
  radius: [O],
815
815
  shadow: [O],
816
- spacing: ["px", g],
816
+ spacing: ["px", p],
817
817
  text: [O],
818
818
  "text-shadow": [O],
819
819
  tracking: ["tighter", "tight", "normal", "wide", "wider", "widest"]
@@ -840,21 +840,21 @@ const k = (e) => {
840
840
  * @see https://tailwindcss.com/docs/columns
841
841
  */
842
842
  columns: [{
843
- columns: [g, c, i, x]
843
+ columns: [p, c, i, x]
844
844
  }],
845
845
  /**
846
846
  * Break After
847
847
  * @see https://tailwindcss.com/docs/break-after
848
848
  */
849
849
  "break-after": [{
850
- "break-after": W()
850
+ "break-after": D()
851
851
  }],
852
852
  /**
853
853
  * Break Before
854
854
  * @see https://tailwindcss.com/docs/break-before
855
855
  */
856
856
  "break-before": [{
857
- "break-before": W()
857
+ "break-before": D()
858
858
  }],
859
859
  /**
860
860
  * Break Inside
@@ -918,7 +918,7 @@ const k = (e) => {
918
918
  * @see https://tailwindcss.com/docs/object-position
919
919
  */
920
920
  "object-position": [{
921
- object: G()
921
+ object: V()
922
922
  }],
923
923
  /**
924
924
  * Overflow
@@ -1040,7 +1040,7 @@ const k = (e) => {
1040
1040
  * @see https://tailwindcss.com/docs/z-index
1041
1041
  */
1042
1042
  z: [{
1043
- z: [D, "auto", i, c]
1043
+ z: [G, "auto", i, c]
1044
1044
  }],
1045
1045
  // ------------------------
1046
1046
  // --- Flexbox and Grid ---
@@ -1071,28 +1071,28 @@ const k = (e) => {
1071
1071
  * @see https://tailwindcss.com/docs/flex
1072
1072
  */
1073
1073
  flex: [{
1074
- flex: [g, t1, "auto", "initial", "none", c]
1074
+ flex: [p, t1, "auto", "initial", "none", c]
1075
1075
  }],
1076
1076
  /**
1077
1077
  * Flex Grow
1078
1078
  * @see https://tailwindcss.com/docs/flex-grow
1079
1079
  */
1080
1080
  grow: [{
1081
- grow: ["", g, i, c]
1081
+ grow: ["", p, i, c]
1082
1082
  }],
1083
1083
  /**
1084
1084
  * Flex Shrink
1085
1085
  * @see https://tailwindcss.com/docs/flex-shrink
1086
1086
  */
1087
1087
  shrink: [{
1088
- shrink: ["", g, i, c]
1088
+ shrink: ["", p, i, c]
1089
1089
  }],
1090
1090
  /**
1091
1091
  * Order
1092
1092
  * @see https://tailwindcss.com/docs/order
1093
1093
  */
1094
1094
  order: [{
1095
- order: [D, "first", "last", "none", i, c]
1095
+ order: [G, "first", "last", "none", i, c]
1096
1096
  }],
1097
1097
  /**
1098
1098
  * Grid Template Columns
@@ -1511,7 +1511,7 @@ const k = (e) => {
1511
1511
  * @see https://tailwindcss.com/docs/font-stretch
1512
1512
  */
1513
1513
  "font-stretch": [{
1514
- "font-stretch": ["ultra-condensed", "extra-condensed", "condensed", "semi-condensed", "normal", "semi-expanded", "expanded", "extra-expanded", "ultra-expanded", p1, c]
1514
+ "font-stretch": ["ultra-condensed", "extra-condensed", "condensed", "semi-condensed", "normal", "semi-expanded", "expanded", "extra-expanded", "ultra-expanded", g1, c]
1515
1515
  }],
1516
1516
  /**
1517
1517
  * Font Family
@@ -1562,7 +1562,7 @@ const k = (e) => {
1562
1562
  * @see https://tailwindcss.com/docs/line-clamp
1563
1563
  */
1564
1564
  "line-clamp": [{
1565
- "line-clamp": [g, "none", i, f1]
1565
+ "line-clamp": [p, "none", i, f1]
1566
1566
  }],
1567
1567
  /**
1568
1568
  * Line Height
@@ -1628,14 +1628,14 @@ const k = (e) => {
1628
1628
  * @see https://tailwindcss.com/docs/text-decoration-style
1629
1629
  */
1630
1630
  "text-decoration-style": [{
1631
- decoration: [...j(), "wavy"]
1631
+ decoration: [...y(), "wavy"]
1632
1632
  }],
1633
1633
  /**
1634
1634
  * Text Decoration Thickness
1635
1635
  * @see https://tailwindcss.com/docs/text-decoration-thickness
1636
1636
  */
1637
1637
  "text-decoration-thickness": [{
1638
- decoration: [g, "from-font", "auto", i, X]
1638
+ decoration: [p, "from-font", "auto", i, X]
1639
1639
  }],
1640
1640
  /**
1641
1641
  * Text Decoration Color
@@ -1649,7 +1649,7 @@ const k = (e) => {
1649
1649
  * @see https://tailwindcss.com/docs/text-underline-offset
1650
1650
  */
1651
1651
  "underline-offset": [{
1652
- "underline-offset": [g, "auto", i, c]
1652
+ "underline-offset": [p, "auto", i, c]
1653
1653
  }],
1654
1654
  /**
1655
1655
  * Text Transform
@@ -1770,9 +1770,9 @@ const k = (e) => {
1770
1770
  bg: ["none", {
1771
1771
  linear: [{
1772
1772
  to: ["t", "tr", "r", "br", "b", "bl", "l", "tl"]
1773
- }, D, i, c],
1773
+ }, G, i, c],
1774
1774
  radial: ["", i, c],
1775
- conic: [D, i, c]
1775
+ conic: [G, i, c]
1776
1776
  }, E0, Z0]
1777
1777
  }],
1778
1778
  /**
@@ -2024,14 +2024,14 @@ const k = (e) => {
2024
2024
  * @see https://tailwindcss.com/docs/border-style
2025
2025
  */
2026
2026
  "border-style": [{
2027
- border: [...j(), "hidden", "none"]
2027
+ border: [...y(), "hidden", "none"]
2028
2028
  }],
2029
2029
  /**
2030
2030
  * Divide Style
2031
2031
  * @see https://tailwindcss.com/docs/border-style#setting-the-divider-style
2032
2032
  */
2033
2033
  "divide-style": [{
2034
- divide: [...j(), "hidden", "none"]
2034
+ divide: [...y(), "hidden", "none"]
2035
2035
  }],
2036
2036
  /**
2037
2037
  * Border Color
@@ -2108,21 +2108,21 @@ const k = (e) => {
2108
2108
  * @see https://tailwindcss.com/docs/outline-style
2109
2109
  */
2110
2110
  "outline-style": [{
2111
- outline: [...j(), "none", "hidden"]
2111
+ outline: [...y(), "none", "hidden"]
2112
2112
  }],
2113
2113
  /**
2114
2114
  * Outline Offset
2115
2115
  * @see https://tailwindcss.com/docs/outline-offset
2116
2116
  */
2117
2117
  "outline-offset": [{
2118
- "outline-offset": [g, i, c]
2118
+ "outline-offset": [p, i, c]
2119
2119
  }],
2120
2120
  /**
2121
2121
  * Outline Width
2122
2122
  * @see https://tailwindcss.com/docs/outline-width
2123
2123
  */
2124
2124
  "outline-w": [{
2125
- outline: ["", g, i1, X]
2125
+ outline: ["", p, i1, X]
2126
2126
  }],
2127
2127
  /**
2128
2128
  * Outline Color
@@ -2144,7 +2144,7 @@ const k = (e) => {
2144
2144
  "",
2145
2145
  "none",
2146
2146
  L,
2147
- g1,
2147
+ p1,
2148
2148
  u1
2149
2149
  ]
2150
2150
  }],
@@ -2160,7 +2160,7 @@ const k = (e) => {
2160
2160
  * @see https://tailwindcss.com/docs/box-shadow#adding-an-inset-shadow
2161
2161
  */
2162
2162
  "inset-shadow": [{
2163
- "inset-shadow": ["none", E, g1, u1]
2163
+ "inset-shadow": ["none", E, p1, u1]
2164
2164
  }],
2165
2165
  /**
2166
2166
  * Inset Box Shadow Color
@@ -2197,7 +2197,7 @@ const k = (e) => {
2197
2197
  * @see https://github.com/tailwindlabs/tailwindcss/blob/v4.0.0/packages/tailwindcss/src/utilities.ts#L4158
2198
2198
  */
2199
2199
  "ring-offset-w": [{
2200
- "ring-offset": [g, X]
2200
+ "ring-offset": [p, X]
2201
2201
  }],
2202
2202
  /**
2203
2203
  * Ring Offset Color
@@ -2227,7 +2227,7 @@ const k = (e) => {
2227
2227
  * @see https://tailwindcss.com/docs/text-shadow
2228
2228
  */
2229
2229
  "text-shadow": [{
2230
- "text-shadow": ["none", H, g1, u1]
2230
+ "text-shadow": ["none", H, p1, u1]
2231
2231
  }],
2232
2232
  /**
2233
2233
  * Text Shadow Color
@@ -2241,7 +2241,7 @@ const k = (e) => {
2241
2241
  * @see https://tailwindcss.com/docs/opacity
2242
2242
  */
2243
2243
  opacity: [{
2244
- opacity: [g, i, c]
2244
+ opacity: [p, i, c]
2245
2245
  }],
2246
2246
  /**
2247
2247
  * Mix Blend Mode
@@ -2276,7 +2276,7 @@ const k = (e) => {
2276
2276
  * @see https://tailwindcss.com/docs/mask-image
2277
2277
  */
2278
2278
  "mask-image-linear-pos": [{
2279
- "mask-linear": [g]
2279
+ "mask-linear": [p]
2280
2280
  }],
2281
2281
  "mask-image-linear-from-pos": [{
2282
2282
  "mask-linear-from": q()
@@ -2390,7 +2390,7 @@ const k = (e) => {
2390
2390
  "mask-radial-at": $()
2391
2391
  }],
2392
2392
  "mask-image-conic-pos": [{
2393
- "mask-conic": [g]
2393
+ "mask-conic": [p]
2394
2394
  }],
2395
2395
  "mask-image-conic-from-pos": [{
2396
2396
  "mask-conic-from": q()
@@ -2481,14 +2481,14 @@ const k = (e) => {
2481
2481
  * @see https://tailwindcss.com/docs/brightness
2482
2482
  */
2483
2483
  brightness: [{
2484
- brightness: [g, i, c]
2484
+ brightness: [p, i, c]
2485
2485
  }],
2486
2486
  /**
2487
2487
  * Contrast
2488
2488
  * @see https://tailwindcss.com/docs/contrast
2489
2489
  */
2490
2490
  contrast: [{
2491
- contrast: [g, i, c]
2491
+ contrast: [p, i, c]
2492
2492
  }],
2493
2493
  /**
2494
2494
  * Drop Shadow
@@ -2500,7 +2500,7 @@ const k = (e) => {
2500
2500
  "",
2501
2501
  "none",
2502
2502
  I,
2503
- g1,
2503
+ p1,
2504
2504
  u1
2505
2505
  ]
2506
2506
  }],
@@ -2516,35 +2516,35 @@ const k = (e) => {
2516
2516
  * @see https://tailwindcss.com/docs/grayscale
2517
2517
  */
2518
2518
  grayscale: [{
2519
- grayscale: ["", g, i, c]
2519
+ grayscale: ["", p, i, c]
2520
2520
  }],
2521
2521
  /**
2522
2522
  * Hue Rotate
2523
2523
  * @see https://tailwindcss.com/docs/hue-rotate
2524
2524
  */
2525
2525
  "hue-rotate": [{
2526
- "hue-rotate": [g, i, c]
2526
+ "hue-rotate": [p, i, c]
2527
2527
  }],
2528
2528
  /**
2529
2529
  * Invert
2530
2530
  * @see https://tailwindcss.com/docs/invert
2531
2531
  */
2532
2532
  invert: [{
2533
- invert: ["", g, i, c]
2533
+ invert: ["", p, i, c]
2534
2534
  }],
2535
2535
  /**
2536
2536
  * Saturate
2537
2537
  * @see https://tailwindcss.com/docs/saturate
2538
2538
  */
2539
2539
  saturate: [{
2540
- saturate: [g, i, c]
2540
+ saturate: [p, i, c]
2541
2541
  }],
2542
2542
  /**
2543
2543
  * Sepia
2544
2544
  * @see https://tailwindcss.com/docs/sepia
2545
2545
  */
2546
2546
  sepia: [{
2547
- sepia: ["", g, i, c]
2547
+ sepia: ["", p, i, c]
2548
2548
  }],
2549
2549
  /**
2550
2550
  * Backdrop Filter
@@ -2571,56 +2571,56 @@ const k = (e) => {
2571
2571
  * @see https://tailwindcss.com/docs/backdrop-brightness
2572
2572
  */
2573
2573
  "backdrop-brightness": [{
2574
- "backdrop-brightness": [g, i, c]
2574
+ "backdrop-brightness": [p, i, c]
2575
2575
  }],
2576
2576
  /**
2577
2577
  * Backdrop Contrast
2578
2578
  * @see https://tailwindcss.com/docs/backdrop-contrast
2579
2579
  */
2580
2580
  "backdrop-contrast": [{
2581
- "backdrop-contrast": [g, i, c]
2581
+ "backdrop-contrast": [p, i, c]
2582
2582
  }],
2583
2583
  /**
2584
2584
  * Backdrop Grayscale
2585
2585
  * @see https://tailwindcss.com/docs/backdrop-grayscale
2586
2586
  */
2587
2587
  "backdrop-grayscale": [{
2588
- "backdrop-grayscale": ["", g, i, c]
2588
+ "backdrop-grayscale": ["", p, i, c]
2589
2589
  }],
2590
2590
  /**
2591
2591
  * Backdrop Hue Rotate
2592
2592
  * @see https://tailwindcss.com/docs/backdrop-hue-rotate
2593
2593
  */
2594
2594
  "backdrop-hue-rotate": [{
2595
- "backdrop-hue-rotate": [g, i, c]
2595
+ "backdrop-hue-rotate": [p, i, c]
2596
2596
  }],
2597
2597
  /**
2598
2598
  * Backdrop Invert
2599
2599
  * @see https://tailwindcss.com/docs/backdrop-invert
2600
2600
  */
2601
2601
  "backdrop-invert": [{
2602
- "backdrop-invert": ["", g, i, c]
2602
+ "backdrop-invert": ["", p, i, c]
2603
2603
  }],
2604
2604
  /**
2605
2605
  * Backdrop Opacity
2606
2606
  * @see https://tailwindcss.com/docs/backdrop-opacity
2607
2607
  */
2608
2608
  "backdrop-opacity": [{
2609
- "backdrop-opacity": [g, i, c]
2609
+ "backdrop-opacity": [p, i, c]
2610
2610
  }],
2611
2611
  /**
2612
2612
  * Backdrop Saturate
2613
2613
  * @see https://tailwindcss.com/docs/backdrop-saturate
2614
2614
  */
2615
2615
  "backdrop-saturate": [{
2616
- "backdrop-saturate": [g, i, c]
2616
+ "backdrop-saturate": [p, i, c]
2617
2617
  }],
2618
2618
  /**
2619
2619
  * Backdrop Sepia
2620
2620
  * @see https://tailwindcss.com/docs/backdrop-sepia
2621
2621
  */
2622
2622
  "backdrop-sepia": [{
2623
- "backdrop-sepia": ["", g, i, c]
2623
+ "backdrop-sepia": ["", p, i, c]
2624
2624
  }],
2625
2625
  // --------------
2626
2626
  // --- Tables ---
@@ -2689,7 +2689,7 @@ const k = (e) => {
2689
2689
  * @see https://tailwindcss.com/docs/transition-duration
2690
2690
  */
2691
2691
  duration: [{
2692
- duration: [g, "initial", i, c]
2692
+ duration: [p, "initial", i, c]
2693
2693
  }],
2694
2694
  /**
2695
2695
  * Transition Timing Function
@@ -2703,7 +2703,7 @@ const k = (e) => {
2703
2703
  * @see https://tailwindcss.com/docs/transition-delay
2704
2704
  */
2705
2705
  delay: [{
2706
- delay: [g, i, c]
2706
+ delay: [p, i, c]
2707
2707
  }],
2708
2708
  /**
2709
2709
  * Animation
@@ -2727,14 +2727,14 @@ const k = (e) => {
2727
2727
  * @see https://tailwindcss.com/docs/perspective
2728
2728
  */
2729
2729
  perspective: [{
2730
- perspective: [C, i, c]
2730
+ perspective: [j, i, c]
2731
2731
  }],
2732
2732
  /**
2733
2733
  * Perspective Origin
2734
2734
  * @see https://tailwindcss.com/docs/perspective-origin
2735
2735
  */
2736
2736
  "perspective-origin": [{
2737
- "perspective-origin": G()
2737
+ "perspective-origin": V()
2738
2738
  }],
2739
2739
  /**
2740
2740
  * Rotate
@@ -2769,28 +2769,28 @@ const k = (e) => {
2769
2769
  * @see https://tailwindcss.com/docs/scale
2770
2770
  */
2771
2771
  scale: [{
2772
- scale: V()
2772
+ scale: W()
2773
2773
  }],
2774
2774
  /**
2775
2775
  * Scale X
2776
2776
  * @see https://tailwindcss.com/docs/scale
2777
2777
  */
2778
2778
  "scale-x": [{
2779
- "scale-x": V()
2779
+ "scale-x": W()
2780
2780
  }],
2781
2781
  /**
2782
2782
  * Scale Y
2783
2783
  * @see https://tailwindcss.com/docs/scale
2784
2784
  */
2785
2785
  "scale-y": [{
2786
- "scale-y": V()
2786
+ "scale-y": W()
2787
2787
  }],
2788
2788
  /**
2789
2789
  * Scale Z
2790
2790
  * @see https://tailwindcss.com/docs/scale
2791
2791
  */
2792
2792
  "scale-z": [{
2793
- "scale-z": V()
2793
+ "scale-z": W()
2794
2794
  }],
2795
2795
  /**
2796
2796
  * Scale 3D
@@ -2830,7 +2830,7 @@ const k = (e) => {
2830
2830
  * @see https://tailwindcss.com/docs/transform-origin
2831
2831
  */
2832
2832
  "transform-origin": [{
2833
- origin: G()
2833
+ origin: V()
2834
2834
  }],
2835
2835
  /**
2836
2836
  * Transform Style
@@ -3147,7 +3147,7 @@ const k = (e) => {
3147
3147
  * @see https://tailwindcss.com/docs/stroke-width
3148
3148
  */
3149
3149
  "stroke-w": [{
3150
- stroke: [g, i1, X, f1]
3150
+ stroke: [p, i1, X, f1]
3151
3151
  }],
3152
3152
  /**
3153
3153
  * Stroke
@@ -3222,7 +3222,7 @@ const k = (e) => {
3222
3222
  },
3223
3223
  orderSensitiveModifiers: ["*", "**", "after", "backdrop", "before", "details-content", "file", "first-letter", "first-line", "marker", "placeholder", "selection"]
3224
3224
  };
3225
- }, R0 = /* @__PURE__ */ g0(H0);
3225
+ }, R0 = /* @__PURE__ */ p0(H0);
3226
3226
  function O1(e) {
3227
3227
  var t, o, s = "";
3228
3228
  if (typeof e == "string" || typeof e == "number") s += e;
@@ -3322,7 +3322,7 @@ function $0({ className: e = "fill-gray-600", size: t = a.md }) {
3322
3322
  }
3323
3323
  );
3324
3324
  }
3325
- function G0({ className: e = "fill-gray-600", size: t = a.md }) {
3325
+ function V0({ className: e = "fill-gray-600", size: t = a.md }) {
3326
3326
  return /* @__PURE__ */ r.jsx(
3327
3327
  "svg",
3328
3328
  {
@@ -3365,7 +3365,7 @@ function G0({ className: e = "fill-gray-600", size: t = a.md }) {
3365
3365
  }
3366
3366
  );
3367
3367
  }
3368
- function V0({ className: e = "fill-gray-600", size: t = a.md }) {
3368
+ function W0({ className: e = "fill-gray-600", size: t = a.md }) {
3369
3369
  return /* @__PURE__ */ r.jsxs(
3370
3370
  "svg",
3371
3371
  {
@@ -3411,7 +3411,7 @@ function V0({ className: e = "fill-gray-600", size: t = a.md }) {
3411
3411
  }
3412
3412
  );
3413
3413
  }
3414
- function D0({ className: e = "fill-gray-600", size: t = a.md }) {
3414
+ function G0({ className: e = "fill-gray-600", size: t = a.md }) {
3415
3415
  return /* @__PURE__ */ r.jsx(
3416
3416
  "svg",
3417
3417
  {
@@ -3468,7 +3468,7 @@ function D0({ className: e = "fill-gray-600", size: t = a.md }) {
3468
3468
  }
3469
3469
  );
3470
3470
  }
3471
- function W0({ className: e = "fill-gray-600", size: t = a.md }) {
3471
+ function D0({ className: e = "fill-gray-600", size: t = a.md }) {
3472
3472
  return /* @__PURE__ */ r.jsx(
3473
3473
  "svg",
3474
3474
  {
@@ -3484,22 +3484,22 @@ function W0({ className: e = "fill-gray-600", size: t = a.md }) {
3484
3484
  );
3485
3485
  }
3486
3486
  const F0 = [
3487
- W1,
3487
+ D1,
3488
3488
  O0,
3489
3489
  Y1,
3490
3490
  U1,
3491
- D1,
3491
+ G1,
3492
3492
  F1,
3493
3493
  N0,
3494
- W0,
3494
+ D0,
3495
3495
  I0,
3496
- G0,
3496
+ V0,
3497
3497
  X1,
3498
3498
  K1,
3499
- V1,
3499
+ W1,
3500
3500
  J1,
3501
- V0,
3502
- D0,
3501
+ W0,
3502
+ G0,
3503
3503
  $0,
3504
3504
  Q1
3505
3505
  ];
@@ -3637,7 +3637,7 @@ function u2({ seq: e, categorySeq: t, size: o = a.sm, className: s = "" }) {
3637
3637
  const l = o2[t - 1];
3638
3638
  return /* @__PURE__ */ r.jsx(l, { seq: e, size: o, className: s });
3639
3639
  }
3640
- function g2({ className: e = "fill-blue-500", size: t = a.xl }) {
3640
+ function p2({ className: e = "fill-blue-500", size: t = a.xl }) {
3641
3641
  return /* @__PURE__ */ r.jsx(
3642
3642
  "svg",
3643
3643
  {
@@ -3676,7 +3676,7 @@ function g2({ className: e = "fill-blue-500", size: t = a.xl }) {
3676
3676
  }
3677
3677
  );
3678
3678
  }
3679
- function p2({ className: e = "", size: t = a.md }) {
3679
+ function g2({ className: e = "", size: t = a.md }) {
3680
3680
  return /* @__PURE__ */ r.jsx(
3681
3681
  "svg",
3682
3682
  {
@@ -3798,7 +3798,7 @@ function L2({ className: e = "", size: t = a.md }) {
3798
3798
  }
3799
3799
  );
3800
3800
  }
3801
- function y2({ className: e = "", size: t = a.md }) {
3801
+ function C2({ className: e = "", size: t = a.md }) {
3802
3802
  return /* @__PURE__ */ r.jsx(
3803
3803
  "svg",
3804
3804
  {
@@ -3811,7 +3811,7 @@ function y2({ className: e = "", size: t = a.md }) {
3811
3811
  }
3812
3812
  );
3813
3813
  }
3814
- function C2({ className: e = "", size: t = a.md }) {
3814
+ function j2({ className: e = "", size: t = a.md }) {
3815
3815
  return /* @__PURE__ */ r.jsx(
3816
3816
  "svg",
3817
3817
  {
@@ -3824,7 +3824,7 @@ function C2({ className: e = "", size: t = a.md }) {
3824
3824
  }
3825
3825
  );
3826
3826
  }
3827
- function j2({ className: e = "", size: t = a.md }) {
3827
+ function y2({ className: e = "", size: t = a.md }) {
3828
3828
  return /* @__PURE__ */ r.jsx(
3829
3829
  "svg",
3830
3830
  {
@@ -3897,15 +3897,40 @@ function E2({ className: e = "", size: t = a.md }) {
3897
3897
  );
3898
3898
  }
3899
3899
  function S2({ className: e = "", size: t = a.md }) {
3900
- return /* @__PURE__ */ r.jsx(
3900
+ return /* @__PURE__ */ r.jsxs(
3901
3901
  "svg",
3902
3902
  {
3903
- xmlns: "http://www.w3.org/2000/svg",
3904
3903
  className: e,
3905
- height: t,
3906
3904
  width: t,
3907
- viewBox: "0 -960 960 960",
3908
- children: /* @__PURE__ */ r.jsx("path", { d: "M360-400h400L622-580l-92 120-62-80-108 140Zm-40 160q-33 0-56.5-23.5T240-320v-480q0-33 23.5-56.5T320-880h480q33 0 56.5 23.5T880-800v480q0 33-23.5 56.5T800-240H320Zm0-80h480v-480H320v480ZM160-80q-33 0-56.5-23.5T80-160v-560h80v560h560v80H160Zm160-720v480-480Z" })
3905
+ height: t,
3906
+ viewBox: "0 0 24 24",
3907
+ fill: "none",
3908
+ xmlns: "http://www.w3.org/2000/svg",
3909
+ children: [
3910
+ /* @__PURE__ */ r.jsx(
3911
+ "path",
3912
+ {
3913
+ d: "M19 22V21.5M5 22V21.5",
3914
+ stroke: "currentColor",
3915
+ strokeWidth: 1.5,
3916
+ strokeLinecap: "round"
3917
+ }
3918
+ ),
3919
+ /* @__PURE__ */ r.jsx("path", { d: "M12 21V2", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round" }),
3920
+ /* @__PURE__ */ r.jsx("path", { d: "M15 8V10", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round" }),
3921
+ /* @__PURE__ */ r.jsx(
3922
+ "path",
3923
+ {
3924
+ d: "M2 10C2 6.22876 2 4.34315 3.17157 3.17157C4.34315 2 6.22876 2 10 2H14C17.7712 2 19.6569 2 20.8284 3.17157C22 4.34315 22 6.22876 22 10V13C22 16.7712 22 18.6569 20.8284 19.8284C19.6569 21 17.7712 21 14 21H10C6.22876 21 4.34315 21 3.17157 19.8284C2 18.6569 2 16.7712 2 13V10Z",
3925
+ stroke: "currentColor",
3926
+ strokeWidth: 1.5
3927
+ }
3928
+ ),
3929
+ /* @__PURE__ */ r.jsx("path", { d: "M2 8H12", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round" }),
3930
+ /* @__PURE__ */ r.jsx("path", { d: "M2 15H22", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round" }),
3931
+ /* @__PURE__ */ r.jsx("path", { d: "M15 18L17 18", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round" }),
3932
+ /* @__PURE__ */ r.jsx("path", { d: "M7 18L9 18", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round" })
3933
+ ]
3909
3934
  }
3910
3935
  );
3911
3936
  }
@@ -4059,7 +4084,7 @@ function $2({ className: e = "", size: t = a.xs }) {
4059
4084
  }
4060
4085
  );
4061
4086
  }
4062
- function G2({ className: e = "", size: t = a.md }) {
4087
+ function V2({ className: e = "", size: t = a.md }) {
4063
4088
  return /* @__PURE__ */ r.jsx(
4064
4089
  "svg",
4065
4090
  {
@@ -4072,7 +4097,7 @@ function G2({ className: e = "", size: t = a.md }) {
4072
4097
  }
4073
4098
  );
4074
4099
  }
4075
- function V2({ className: e = "", size: t = a.md }) {
4100
+ function W2({ className: e = "", size: t = a.md }) {
4076
4101
  return /* @__PURE__ */ r.jsx(
4077
4102
  "svg",
4078
4103
  {
@@ -4085,7 +4110,7 @@ function V2({ className: e = "", size: t = a.md }) {
4085
4110
  }
4086
4111
  );
4087
4112
  }
4088
- function D2({ className: e = "", size: t = a.md }) {
4113
+ function G2({ className: e = "", size: t = a.md }) {
4089
4114
  return /* @__PURE__ */ r.jsx(
4090
4115
  "svg",
4091
4116
  {
@@ -4098,7 +4123,7 @@ function D2({ className: e = "", size: t = a.md }) {
4098
4123
  }
4099
4124
  );
4100
4125
  }
4101
- function W2({ className: e = "", size: t = a.xs }) {
4126
+ function D2({ className: e = "", size: t = a.xs }) {
4102
4127
  return /* @__PURE__ */ r.jsx(
4103
4128
  "svg",
4104
4129
  {
@@ -4465,7 +4490,7 @@ export {
4465
4490
  A2 as AddSvg,
4466
4491
  E2 as ArenaSvg,
4467
4492
  J1 as Badminton,
4468
- W0 as Baseball,
4493
+ D0 as Baseball,
4469
4494
  Y1 as Basketball,
4470
4495
  I0 as Biking,
4471
4496
  T2 as CalendarEventSvg,
@@ -4473,29 +4498,29 @@ export {
4473
4498
  J0 as Cat,
4474
4499
  t5 as CategorySvg,
4475
4500
  x2 as ChatSvg,
4476
- W2 as CitySvg,
4501
+ D2 as CitySvg,
4477
4502
  I2 as CloseSvg,
4478
4503
  R2 as CoachSvg,
4479
- D2 as CollapseSvg,
4504
+ G2 as CollapseSvg,
4480
4505
  S2 as CollectionSvg,
4481
4506
  Q2 as CommentSvg,
4482
4507
  L2 as CreateArenaSvg,
4483
- y2 as CreateCollectionSvg,
4484
- C2 as CreatePostSvg,
4508
+ C2 as CreateCollectionSvg,
4509
+ j2 as CreatePostSvg,
4485
4510
  b2 as CreateSvg,
4486
4511
  k2 as CreateTeamSvg,
4487
4512
  Y2 as DiscussionSvg,
4488
4513
  U0 as Dog,
4489
4514
  P2 as EditSvg,
4490
- j2 as ExploreSvg,
4515
+ y2 as ExploreSvg,
4491
4516
  K1 as Football,
4492
4517
  e5 as GameSvg,
4493
4518
  U1 as Golf,
4494
4519
  K0 as Guitar,
4495
4520
  N0 as Gym,
4496
- D1 as Hiking,
4521
+ G1 as Hiking,
4497
4522
  Q1 as Hockey,
4498
- p2 as HomeSvg,
4523
+ g2 as HomeSvg,
4499
4524
  N2 as ImageSvg,
4500
4525
  u2 as InterestSvg,
4501
4526
  K2 as LeaderboardSvg,
@@ -4512,24 +4537,24 @@ export {
4512
4537
  s2 as PetsSvg,
4513
4538
  O0 as Pickleball,
4514
4539
  $2 as PollSvg,
4515
- V2 as PrivateSvg,
4540
+ W2 as PrivateSvg,
4516
4541
  B2 as RightArrowSvg,
4517
4542
  F1 as Running,
4518
4543
  X2 as SendSvg,
4519
4544
  e2 as Sing,
4520
- V0 as Ski,
4521
- V1 as Soccer,
4545
+ W0 as Ski,
4546
+ W1 as Soccer,
4522
4547
  Y0 as SportsInterestSvg,
4523
4548
  n2 as SportsSvg,
4524
- D0 as Surf,
4549
+ G0 as Surf,
4525
4550
  a as SvgSize,
4526
4551
  $0 as Swim,
4527
4552
  X1 as TableTennis,
4528
4553
  z2 as TeamSvg,
4529
- W1 as Tennis,
4530
- G2 as TextPostSvg,
4554
+ D1 as Tennis,
4555
+ V2 as TextPostSvg,
4531
4556
  U2 as UpArrowSvg,
4532
4557
  H2 as UserSvg,
4533
- g2 as WorenaLogoSvg,
4534
- G0 as Yoga
4558
+ p2 as WorenaLogoSvg,
4559
+ V0 as Yoga
4535
4560
  };