wasvg 1.13.1 → 1.14.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/wasvg.es.js CHANGED
@@ -10,10 +10,10 @@ var d1 = { exports: {} }, l1 = {};
10
10
  * This source code is licensed under the MIT license found in the
11
11
  * LICENSE file in the root directory of this source tree.
12
12
  */
13
- var T1;
13
+ var k1;
14
14
  function N1() {
15
- if (T1) return l1;
16
- T1 = 1;
15
+ if (k1) return l1;
16
+ k1 = 1;
17
17
  var e = Symbol.for("react.transitional.element"), t = Symbol.for("react.fragment");
18
18
  function o(s, l, d) {
19
19
  var u = null;
@@ -42,9 +42,9 @@ var i1 = {};
42
42
  * This source code is licensed under the MIT license found in the
43
43
  * LICENSE file in the root directory of this source tree.
44
44
  */
45
- var k1;
45
+ var T1;
46
46
  function V1() {
47
- return k1 || (k1 = 1, process.env.NODE_ENV !== "production" && (function() {
47
+ return T1 || (T1 = 1, process.env.NODE_ENV !== "production" && (function() {
48
48
  function e(n) {
49
49
  if (n == null) return null;
50
50
  if (typeof n == "function")
@@ -59,7 +59,7 @@ function V1() {
59
59
  return "StrictMode";
60
60
  case W:
61
61
  return "Suspense";
62
- case B:
62
+ case P:
63
63
  return "SuspenseList";
64
64
  case E:
65
65
  return "Activity";
@@ -70,14 +70,14 @@ function V1() {
70
70
  ), n.$$typeof) {
71
71
  case Z:
72
72
  return "Portal";
73
- case D:
73
+ case F:
74
74
  return (n.displayName || "Context") + ".Provider";
75
- case Q:
75
+ case K:
76
76
  return (n._context.displayName || "Context") + ".Consumer";
77
77
  case V:
78
78
  var v = n.render;
79
79
  return n = n.displayName, n || (n = v.displayName || v.name || "", n = n !== "" ? "ForwardRef(" + n + ")" : "ForwardRef"), n;
80
- case F:
80
+ case Y:
81
81
  return v = n.displayName || null, v !== null ? v : e(n.type) || "Memo";
82
82
  case m:
83
83
  v = n._payload, n = n._init;
@@ -100,11 +100,11 @@ function V1() {
100
100
  }
101
101
  if (v) {
102
102
  v = console;
103
- var w = v.error, f = typeof Symbol == "function" && Symbol.toStringTag && n[Symbol.toStringTag] || n.constructor.name || "Object";
104
- return w.call(
103
+ var f = v.error, w = typeof Symbol == "function" && Symbol.toStringTag && n[Symbol.toStringTag] || n.constructor.name || "Object";
104
+ return f.call(
105
105
  v,
106
106
  "The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",
107
- f
107
+ w
108
108
  ), t(n);
109
109
  }
110
110
  }
@@ -120,28 +120,28 @@ function V1() {
120
120
  }
121
121
  }
122
122
  function l() {
123
- var n = K.A;
123
+ var n = e1.A;
124
124
  return n === null ? null : n.getOwner();
125
125
  }
126
126
  function d() {
127
127
  return Error("react-stack-top-frame");
128
128
  }
129
129
  function u(n) {
130
- if (Y.call(n, "key")) {
130
+ if (U.call(n, "key")) {
131
131
  var v = Object.getOwnPropertyDescriptor(n, "key").get;
132
132
  if (v && v.isReactWarning) return !1;
133
133
  }
134
134
  return n.key !== void 0;
135
135
  }
136
136
  function x(n, v) {
137
- function w() {
138
- P || (P = !0, console.error(
137
+ function f() {
138
+ B || (B = !0, console.error(
139
139
  "%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)",
140
140
  v
141
141
  ));
142
142
  }
143
- w.isReactWarning = !0, Object.defineProperty(n, "key", {
144
- get: w,
143
+ f.isReactWarning = !0, Object.defineProperty(n, "key", {
144
+ get: f,
145
145
  configurable: !0
146
146
  });
147
147
  }
@@ -151,14 +151,14 @@ function V1() {
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 L(n, v, w, f, b, y, e1, q) {
155
- return w = y.ref, n = {
154
+ function L(n, v, f, w, b, y, t1, q) {
155
+ return f = y.ref, n = {
156
156
  $$typeof: I,
157
157
  type: n,
158
158
  key: v,
159
159
  props: y,
160
160
  _owner: b
161
- }, (w !== void 0 ? w : null) !== null ? Object.defineProperty(n, "ref", {
161
+ }, (f !== void 0 ? f : null) !== null ? Object.defineProperty(n, "ref", {
162
162
  enumerable: !1,
163
163
  get: p
164
164
  }) : Object.defineProperty(n, "ref", { enumerable: !1, value: null }), n._store = {}, Object.defineProperty(n._store, "validated", {
@@ -175,7 +175,7 @@ function V1() {
175
175
  configurable: !1,
176
176
  enumerable: !1,
177
177
  writable: !0,
178
- value: e1
178
+ value: t1
179
179
  }), Object.defineProperty(n, "_debugTask", {
180
180
  configurable: !1,
181
181
  enumerable: !1,
@@ -183,96 +183,96 @@ function V1() {
183
183
  value: q
184
184
  }), Object.freeze && (Object.freeze(n.props), Object.freeze(n)), n;
185
185
  }
186
- function C(n, v, w, f, b, y, e1, q) {
187
- var T = v.children;
188
- if (T !== void 0)
189
- if (f)
190
- if (m1(T)) {
191
- for (f = 0; f < T.length; f++)
192
- S(T[f]);
193
- Object.freeze && Object.freeze(T);
186
+ function C(n, v, f, w, b, y, t1, q) {
187
+ var k = v.children;
188
+ if (k !== void 0)
189
+ if (w)
190
+ if (m1(k)) {
191
+ for (w = 0; w < k.length; w++)
192
+ S(k[w]);
193
+ Object.freeze && Object.freeze(k);
194
194
  } else
195
195
  console.error(
196
196
  "React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead."
197
197
  );
198
- else S(T);
199
- if (Y.call(v, "key")) {
200
- T = e(n);
201
- var A = Object.keys(v).filter(function(a1) {
198
+ else S(k);
199
+ if (U.call(v, "key")) {
200
+ k = e(n);
201
+ var H = Object.keys(v).filter(function(a1) {
202
202
  return a1 !== "key";
203
203
  });
204
- f = 0 < A.length ? "{key: someKey, " + A.join(": ..., ") + ": ...}" : "{key: someKey}", s1[T + f] || (A = 0 < A.length ? "{" + A.join(": ..., ") + ": ...}" : "{}", console.error(
204
+ w = 0 < H.length ? "{key: someKey, " + H.join(": ..., ") + ": ...}" : "{key: someKey}", s1[k + w] || (H = 0 < H.length ? "{" + H.join(": ..., ") + ": ...}" : "{}", console.error(
205
205
  `A props object containing a "key" prop is being spread into JSX:
206
206
  let props = %s;
207
207
  <%s {...props} />
208
208
  React keys must be passed directly to JSX without using spread:
209
209
  let props = %s;
210
210
  <%s key={someKey} {...props} />`,
211
- f,
212
- T,
213
- A,
214
- T
215
- ), s1[T + f] = !0);
211
+ w,
212
+ k,
213
+ H,
214
+ k
215
+ ), s1[k + w] = !0);
216
216
  }
217
- if (T = null, w !== void 0 && (o(w), T = "" + w), u(v) && (o(v.key), T = "" + v.key), "key" in v) {
218
- w = {};
217
+ if (k = null, f !== void 0 && (o(f), k = "" + f), u(v) && (o(v.key), k = "" + v.key), "key" in v) {
218
+ f = {};
219
219
  for (var $ in v)
220
- $ !== "key" && (w[$] = v[$]);
221
- } else w = v;
222
- return T && x(
223
- w,
220
+ $ !== "key" && (f[$] = v[$]);
221
+ } else f = v;
222
+ return k && x(
223
+ f,
224
224
  typeof n == "function" ? n.displayName || n.name || "Unknown" : n
225
225
  ), L(
226
226
  n,
227
- T,
227
+ k,
228
228
  y,
229
229
  b,
230
230
  l(),
231
- w,
232
- e1,
231
+ f,
232
+ t1,
233
233
  q
234
234
  );
235
235
  }
236
236
  function S(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"), j = Symbol.for("react.fragment"), N = Symbol.for("react.strict_mode"), R = Symbol.for("react.profiler");
239
+ var A = I1, I = Symbol.for("react.transitional.element"), Z = Symbol.for("react.portal"), j = Symbol.for("react.fragment"), N = Symbol.for("react.strict_mode"), R = Symbol.for("react.profiler");
240
240
  Symbol.for("react.provider");
241
- var Q = Symbol.for("react.consumer"), D = Symbol.for("react.context"), V = Symbol.for("react.forward_ref"), W = Symbol.for("react.suspense"), B = Symbol.for("react.suspense_list"), F = Symbol.for("react.memo"), m = Symbol.for("react.lazy"), E = Symbol.for("react.activity"), h1 = Symbol.for("react.client.reference"), K = H.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, Y = Object.prototype.hasOwnProperty, m1 = Array.isArray, U = console.createTask ? console.createTask : function() {
241
+ var K = Symbol.for("react.consumer"), F = Symbol.for("react.context"), V = Symbol.for("react.forward_ref"), W = Symbol.for("react.suspense"), P = Symbol.for("react.suspense_list"), Y = Symbol.for("react.memo"), m = Symbol.for("react.lazy"), E = Symbol.for("react.activity"), h1 = Symbol.for("react.client.reference"), e1 = A.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, U = Object.prototype.hasOwnProperty, m1 = Array.isArray, J = console.createTask ? console.createTask : function() {
242
242
  return null;
243
243
  };
244
- H = {
244
+ A = {
245
245
  react_stack_bottom_frame: function(n) {
246
246
  return n();
247
247
  }
248
248
  };
249
- var P, M = {}, _ = H.react_stack_bottom_frame.bind(
250
- H,
249
+ var B, M = {}, _ = A.react_stack_bottom_frame.bind(
250
+ A,
251
251
  d
252
- )(), h = U(s(d)), s1 = {};
253
- i1.Fragment = j, i1.jsx = function(n, v, w, f, b) {
254
- var y = 1e4 > K.recentlyCreatedOwnerStacks++;
252
+ )(), h = J(s(d)), s1 = {};
253
+ i1.Fragment = j, i1.jsx = function(n, v, f, w, b) {
254
+ var y = 1e4 > e1.recentlyCreatedOwnerStacks++;
255
255
  return C(
256
256
  n,
257
257
  v,
258
- w,
259
- !1,
260
258
  f,
259
+ !1,
260
+ w,
261
261
  b,
262
262
  y ? Error("react-stack-top-frame") : _,
263
- y ? U(s(n)) : h
263
+ y ? J(s(n)) : h
264
264
  );
265
- }, i1.jsxs = function(n, v, w, f, b) {
266
- var y = 1e4 > K.recentlyCreatedOwnerStacks++;
265
+ }, i1.jsxs = function(n, v, f, w, b) {
266
+ var y = 1e4 > e1.recentlyCreatedOwnerStacks++;
267
267
  return C(
268
268
  n,
269
269
  v,
270
- w,
271
- !0,
272
270
  f,
271
+ !0,
272
+ w,
273
273
  b,
274
274
  y ? Error("react-stack-top-frame") : _,
275
- y ? U(s(n)) : h
275
+ y ? J(s(n)) : h
276
276
  );
277
277
  };
278
278
  })()), i1;
@@ -543,7 +543,7 @@ function r0({ className: e = "", size: t = a.md }) {
543
543
  }
544
544
  );
545
545
  }
546
- var o0 = Object.defineProperty, n0 = (e, t, o) => t in e ? o0(e, t, { enumerable: !0, configurable: !0, writable: !0, value: o }) : e[t] = o, J = (e, t, o) => n0(e, typeof t != "symbol" ? t + "" : t, o);
546
+ var o0 = Object.defineProperty, n0 = (e, t, o) => t in e ? o0(e, t, { enumerable: !0, configurable: !0, writable: !0, value: o }) : e[t] = o, X = (e, t, o) => n0(e, typeof t != "symbol" ? t + "" : t, o);
547
547
  const q1 = "-", s0 = (e) => {
548
548
  const t = l0(e), {
549
549
  conflictingClassGroups: o,
@@ -587,9 +587,9 @@ const q1 = "-", s0 = (e) => {
587
587
  validators: []
588
588
  };
589
589
  for (const l in o)
590
- w1(o[l], s, l, t);
590
+ f1(o[l], s, l, t);
591
591
  return s;
592
- }, w1 = (e, t, o, s) => {
592
+ }, f1 = (e, t, o, s) => {
593
593
  e.forEach((l) => {
594
594
  if (typeof l == "string") {
595
595
  const d = l === "" ? t : j1(t, l);
@@ -598,7 +598,7 @@ const q1 = "-", s0 = (e) => {
598
598
  }
599
599
  if (typeof l == "function") {
600
600
  if (i0(l)) {
601
- w1(l(s), t, o, s);
601
+ f1(l(s), t, o, s);
602
602
  return;
603
603
  }
604
604
  t.validators.push({
@@ -608,7 +608,7 @@ const q1 = "-", s0 = (e) => {
608
608
  return;
609
609
  }
610
610
  Object.entries(l).forEach(([d, u]) => {
611
- w1(u, j1(t, d), o, s);
611
+ f1(u, j1(t, d), o, s);
612
612
  });
613
613
  });
614
614
  }, j1 = (e, t) => {
@@ -665,10 +665,10 @@ const q1 = "-", s0 = (e) => {
665
665
  }
666
666
  j === "[" ? u++ : j === "]" ? u-- : j === "(" ? x++ : j === ")" && x--;
667
667
  }
668
- const C = d.length === 0 ? l : l.substring(p), S = m0(C), H = S !== C, I = L && L > p ? L - p : void 0;
668
+ const C = d.length === 0 ? l : l.substring(p), S = m0(C), A = S !== C, I = L && L > p ? L - p : void 0;
669
669
  return {
670
670
  modifiers: d,
671
- hasImportantModifier: H,
671
+ hasImportantModifier: A,
672
672
  baseClassName: S,
673
673
  maybePostfixModifierPosition: I
674
674
  };
@@ -718,7 +718,7 @@ const q1 = "-", s0 = (e) => {
718
718
  for (let L = x.length - 1; L >= 0; L -= 1) {
719
719
  const C = x[L], {
720
720
  isExternal: S,
721
- modifiers: H,
721
+ modifiers: A,
722
722
  hasImportantModifier: I,
723
723
  baseClassName: Z,
724
724
  maybePostfixModifierPosition: j
@@ -739,20 +739,20 @@ const q1 = "-", s0 = (e) => {
739
739
  }
740
740
  N = !1;
741
741
  }
742
- const Q = d(H).join(":"), D = I ? Q + x1 : Q, V = D + R;
742
+ const K = d(A).join(":"), F = I ? K + x1 : K, V = F + R;
743
743
  if (u.includes(V))
744
744
  continue;
745
745
  u.push(V);
746
746
  const W = l(R, N);
747
- for (let B = 0; B < W.length; ++B) {
748
- const F = W[B];
749
- u.push(D + F);
747
+ for (let P = 0; P < W.length; ++P) {
748
+ const Y = W[P];
749
+ u.push(F + Y);
750
750
  }
751
751
  p = C + (p.length > 0 ? " " + p : p);
752
752
  }
753
753
  return p;
754
754
  };
755
- function f0() {
755
+ function w0() {
756
756
  let e = 0, t, o, s = "";
757
757
  for (; e < arguments.length; )
758
758
  (t = arguments[e++]) && (o = z1(t)) && (s && (s += " "), s += o);
@@ -766,7 +766,7 @@ const z1 = (e) => {
766
766
  e[s] && (t = z1(e[s])) && (o && (o += " "), o += t);
767
767
  return o;
768
768
  };
769
- function w0(e, ...t) {
769
+ function f0(e, ...t) {
770
770
  let o, s, l, d = u;
771
771
  function u(p) {
772
772
  const L = t.reduce((C, S) => S(C), e());
@@ -780,25 +780,25 @@ function w0(e, ...t) {
780
780
  return l(p, C), C;
781
781
  }
782
782
  return function() {
783
- return d(f0.apply(null, arguments));
783
+ return d(w0.apply(null, arguments));
784
784
  };
785
785
  }
786
- const k = (e) => {
786
+ const T = (e) => {
787
787
  const t = (o) => o[e] || [];
788
788
  return t.isThemeGetter = !0, t;
789
- }, S1 = /^\[(?:(\w[\w-]*):)?(.+)\]$/i, E1 = /^\((?:(\w[\w-]*):)?(.+)\)$/i, x0 = /^\d+\/\d+$/, b0 = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, q0 = /\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$/, T0 = /^(rgba?|hsla?|hwb|(ok)?(lab|lch))\(.+\)$/, k0 = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, C0 = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, t1 = (e) => x0.test(e), g = (e) => !!e && !Number.isNaN(Number(e)), G = (e) => !!e && Number.isInteger(Number(e)), p1 = (e) => e.endsWith("%") && g(e.slice(0, -1)), O = (e) => b0.test(e), L0 = () => !0, j0 = (e) => (
789
+ }, S1 = /^\[(?:(\w[\w-]*):)?(.+)\]$/i, E1 = /^\((?:(\w[\w-]*):)?(.+)\)$/i, x0 = /^\d+\/\d+$/, b0 = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, q0 = /\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$/, k0 = /^(rgba?|hsla?|hwb|(ok)?(lab|lch))\(.+\)$/, T0 = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, C0 = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, r1 = (e) => x0.test(e), g = (e) => !!e && !Number.isNaN(Number(e)), G = (e) => !!e && Number.isInteger(Number(e)), p1 = (e) => e.endsWith("%") && g(e.slice(0, -1)), O = (e) => b0.test(e), L0 = () => !0, j0 = (e) => (
790
790
  // `colorFunctionRegex` check is necessary because color functions can have percentages in them which which would be incorrectly classified as lengths.
791
791
  // For example, `hsl(0 0% 0%)` would be classified as a length without this check.
792
792
  // I could also use lookbehind assertion in `lengthUnitRegex` but that isn't supported widely enough.
793
- q0.test(e) && !T0.test(e)
794
- ), A1 = () => !1, y0 = (e) => k0.test(e), Z0 = (e) => C0.test(e), M0 = (e) => !i(e) && !c(e), z0 = (e) => r1(e, R1, A1), i = (e) => S1.test(e), X = (e) => r1(e, B1, j0), f1 = (e) => r1(e, _0, g), y1 = (e) => r1(e, H1, A1), S0 = (e) => r1(e, _1, Z0), u1 = (e) => r1(e, P1, y0), c = (e) => E1.test(e), c1 = (e) => o1(e, B1), E0 = (e) => o1(e, R0), Z1 = (e) => o1(e, H1), A0 = (e) => o1(e, R1), H0 = (e) => o1(e, _1), g1 = (e) => o1(e, P1, !0), r1 = (e, t, o) => {
793
+ q0.test(e) && !k0.test(e)
794
+ ), H1 = () => !1, y0 = (e) => T0.test(e), Z0 = (e) => C0.test(e), M0 = (e) => !i(e) && !c(e), z0 = (e) => o1(e, R1, H1), i = (e) => S1.test(e), Q = (e) => o1(e, P1, j0), w1 = (e) => o1(e, _0, g), y1 = (e) => o1(e, A1, H1), S0 = (e) => o1(e, _1, Z0), u1 = (e) => o1(e, B1, y0), c = (e) => E1.test(e), c1 = (e) => n1(e, P1), E0 = (e) => n1(e, R0), Z1 = (e) => n1(e, A1), H0 = (e) => n1(e, R1), A0 = (e) => n1(e, _1), g1 = (e) => n1(e, B1, !0), o1 = (e, t, o) => {
795
795
  const s = S1.exec(e);
796
796
  return s ? s[1] ? t(s[1]) : o(s[2]) : !1;
797
- }, o1 = (e, t, o = !1) => {
797
+ }, n1 = (e, t, o = !1) => {
798
798
  const s = E1.exec(e);
799
799
  return s ? s[1] ? t(s[1]) : o : !1;
800
- }, H1 = (e) => e === "position" || e === "percentage", _1 = (e) => e === "image" || e === "url", R1 = (e) => e === "length" || e === "size" || e === "bg-size", B1 = (e) => e === "length", _0 = (e) => e === "number", R0 = (e) => e === "family-name", P1 = (e) => e === "shadow", B0 = () => {
801
- 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"), L = k("radius"), C = k("shadow"), S = k("inset-shadow"), H = k("text-shadow"), I = k("drop-shadow"), Z = k("blur"), j = k("perspective"), N = k("aspect"), R = k("ease"), Q = k("animate"), D = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"], V = () => [
800
+ }, A1 = (e) => e === "position" || e === "percentage", _1 = (e) => e === "image" || e === "url", R1 = (e) => e === "length" || e === "size" || e === "bg-size", P1 = (e) => e === "length", _0 = (e) => e === "number", R0 = (e) => e === "family-name", B1 = (e) => e === "shadow", P0 = () => {
801
+ const e = T("color"), t = T("font"), o = T("text"), s = T("font-weight"), l = T("tracking"), d = T("leading"), u = T("breakpoint"), x = T("container"), p = T("spacing"), L = T("radius"), C = T("shadow"), S = T("inset-shadow"), A = T("text-shadow"), I = T("drop-shadow"), Z = T("blur"), j = T("perspective"), N = T("aspect"), R = T("ease"), K = T("animate"), F = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"], V = () => [
802
802
  "center",
803
803
  "top",
804
804
  "bottom",
@@ -816,15 +816,15 @@ const k = (e) => {
816
816
  "bottom-left",
817
817
  // Deprecated since Tailwind CSS v4.1.0, see https://github.com/tailwindlabs/tailwindcss/pull/17378
818
818
  "left-bottom"
819
- ], W = () => [...V(), c, i], B = () => ["auto", "hidden", "clip", "visible", "scroll"], F = () => ["auto", "contain", "none"], m = () => [c, i, p], E = () => [t1, "full", "auto", ...m()], h1 = () => [G, "none", "subgrid", c, i], K = () => ["auto", {
819
+ ], W = () => [...V(), c, i], P = () => ["auto", "hidden", "clip", "visible", "scroll"], Y = () => ["auto", "contain", "none"], m = () => [c, i, p], E = () => [r1, "full", "auto", ...m()], h1 = () => [G, "none", "subgrid", c, i], e1 = () => ["auto", {
820
820
  span: ["full", G, c, i]
821
- }, G, c, i], Y = () => [G, "auto", c, i], m1 = () => ["auto", "min", "max", "fr", c, i], U = () => ["start", "end", "center", "between", "around", "evenly", "stretch", "baseline", "center-safe", "end-safe"], P = () => ["start", "end", "center", "stretch", "center-safe", "end-safe"], M = () => ["auto", ...m()], _ = () => [t1, "auto", "full", "dvw", "dvh", "lvw", "lvh", "svw", "svh", "min", "max", "fit", ...m()], h = () => [e, c, i], s1 = () => [...V(), Z1, y1, {
821
+ }, G, c, i], U = () => [G, "auto", c, i], m1 = () => ["auto", "min", "max", "fr", c, i], J = () => ["start", "end", "center", "between", "around", "evenly", "stretch", "baseline", "center-safe", "end-safe"], B = () => ["start", "end", "center", "stretch", "center-safe", "end-safe"], M = () => ["auto", ...m()], _ = () => [r1, "auto", "full", "dvw", "dvh", "lvw", "lvh", "svw", "svh", "min", "max", "fit", ...m()], h = () => [e, c, i], s1 = () => [...V(), Z1, y1, {
822
822
  position: [c, i]
823
823
  }], n = () => ["no-repeat", {
824
824
  repeat: ["", "x", "y", "space", "round"]
825
- }], v = () => ["auto", "cover", "contain", A0, z0, {
825
+ }], v = () => ["auto", "cover", "contain", H0, z0, {
826
826
  size: [c, i]
827
- }], w = () => [p1, c1, X], f = () => [
827
+ }], f = () => [p1, c1, Q], w = () => [
828
828
  // Deprecated since Tailwind CSS v4.0.0
829
829
  "",
830
830
  "none",
@@ -832,14 +832,14 @@ const k = (e) => {
832
832
  L,
833
833
  c,
834
834
  i
835
- ], b = () => ["", g, c1, 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 = () => [g, p1, Z1, y1], T = () => [
835
+ ], b = () => ["", g, c1, Q], y = () => ["solid", "dashed", "dotted", "double"], t1 = () => ["normal", "multiply", "screen", "overlay", "darken", "lighten", "color-dodge", "color-burn", "hard-light", "soft-light", "difference", "exclusion", "hue", "saturation", "color", "luminosity"], q = () => [g, p1, Z1, y1], k = () => [
836
836
  // Deprecated since Tailwind CSS v4.0.0
837
837
  "",
838
838
  "none",
839
839
  Z,
840
840
  c,
841
841
  i
842
- ], A = () => ["none", g, c, i], $ = () => ["none", g, c, i], a1 = () => [g, c, i], v1 = () => [t1, "full", ...m()];
842
+ ], H = () => ["none", g, c, i], $ = () => ["none", g, c, i], a1 = () => [g, c, i], v1 = () => [r1, "full", ...m()];
843
843
  return {
844
844
  cacheSize: 500,
845
845
  theme: {
@@ -872,7 +872,7 @@ const k = (e) => {
872
872
  * @see https://tailwindcss.com/docs/aspect-ratio
873
873
  */
874
874
  aspect: [{
875
- aspect: ["auto", "square", t1, i, c, N]
875
+ aspect: ["auto", "square", r1, i, c, N]
876
876
  }],
877
877
  /**
878
878
  * Container
@@ -892,14 +892,14 @@ const k = (e) => {
892
892
  * @see https://tailwindcss.com/docs/break-after
893
893
  */
894
894
  "break-after": [{
895
- "break-after": D()
895
+ "break-after": F()
896
896
  }],
897
897
  /**
898
898
  * Break Before
899
899
  * @see https://tailwindcss.com/docs/break-before
900
900
  */
901
901
  "break-before": [{
902
- "break-before": D()
902
+ "break-before": F()
903
903
  }],
904
904
  /**
905
905
  * Break Inside
@@ -970,42 +970,42 @@ const k = (e) => {
970
970
  * @see https://tailwindcss.com/docs/overflow
971
971
  */
972
972
  overflow: [{
973
- overflow: B()
973
+ overflow: P()
974
974
  }],
975
975
  /**
976
976
  * Overflow X
977
977
  * @see https://tailwindcss.com/docs/overflow
978
978
  */
979
979
  "overflow-x": [{
980
- "overflow-x": B()
980
+ "overflow-x": P()
981
981
  }],
982
982
  /**
983
983
  * Overflow Y
984
984
  * @see https://tailwindcss.com/docs/overflow
985
985
  */
986
986
  "overflow-y": [{
987
- "overflow-y": B()
987
+ "overflow-y": P()
988
988
  }],
989
989
  /**
990
990
  * Overscroll Behavior
991
991
  * @see https://tailwindcss.com/docs/overscroll-behavior
992
992
  */
993
993
  overscroll: [{
994
- overscroll: F()
994
+ overscroll: Y()
995
995
  }],
996
996
  /**
997
997
  * Overscroll Behavior X
998
998
  * @see https://tailwindcss.com/docs/overscroll-behavior
999
999
  */
1000
1000
  "overscroll-x": [{
1001
- "overscroll-x": F()
1001
+ "overscroll-x": Y()
1002
1002
  }],
1003
1003
  /**
1004
1004
  * Overscroll Behavior Y
1005
1005
  * @see https://tailwindcss.com/docs/overscroll-behavior
1006
1006
  */
1007
1007
  "overscroll-y": [{
1008
- "overscroll-y": F()
1008
+ "overscroll-y": Y()
1009
1009
  }],
1010
1010
  /**
1011
1011
  * Position
@@ -1095,7 +1095,7 @@ const k = (e) => {
1095
1095
  * @see https://tailwindcss.com/docs/flex-basis
1096
1096
  */
1097
1097
  basis: [{
1098
- basis: [t1, "full", "auto", x, ...m()]
1098
+ basis: [r1, "full", "auto", x, ...m()]
1099
1099
  }],
1100
1100
  /**
1101
1101
  * Flex Direction
@@ -1116,7 +1116,7 @@ const k = (e) => {
1116
1116
  * @see https://tailwindcss.com/docs/flex
1117
1117
  */
1118
1118
  flex: [{
1119
- flex: [g, t1, "auto", "initial", "none", i]
1119
+ flex: [g, r1, "auto", "initial", "none", i]
1120
1120
  }],
1121
1121
  /**
1122
1122
  * Flex Grow
@@ -1151,21 +1151,21 @@ const k = (e) => {
1151
1151
  * @see https://tailwindcss.com/docs/grid-column
1152
1152
  */
1153
1153
  "col-start-end": [{
1154
- col: K()
1154
+ col: e1()
1155
1155
  }],
1156
1156
  /**
1157
1157
  * Grid Column Start
1158
1158
  * @see https://tailwindcss.com/docs/grid-column
1159
1159
  */
1160
1160
  "col-start": [{
1161
- "col-start": Y()
1161
+ "col-start": U()
1162
1162
  }],
1163
1163
  /**
1164
1164
  * Grid Column End
1165
1165
  * @see https://tailwindcss.com/docs/grid-column
1166
1166
  */
1167
1167
  "col-end": [{
1168
- "col-end": Y()
1168
+ "col-end": U()
1169
1169
  }],
1170
1170
  /**
1171
1171
  * Grid Template Rows
@@ -1179,21 +1179,21 @@ const k = (e) => {
1179
1179
  * @see https://tailwindcss.com/docs/grid-row
1180
1180
  */
1181
1181
  "row-start-end": [{
1182
- row: K()
1182
+ row: e1()
1183
1183
  }],
1184
1184
  /**
1185
1185
  * Grid Row Start
1186
1186
  * @see https://tailwindcss.com/docs/grid-row
1187
1187
  */
1188
1188
  "row-start": [{
1189
- "row-start": Y()
1189
+ "row-start": U()
1190
1190
  }],
1191
1191
  /**
1192
1192
  * Grid Row End
1193
1193
  * @see https://tailwindcss.com/docs/grid-row
1194
1194
  */
1195
1195
  "row-end": [{
1196
- "row-end": Y()
1196
+ "row-end": U()
1197
1197
  }],
1198
1198
  /**
1199
1199
  * Grid Auto Flow
@@ -1242,35 +1242,35 @@ const k = (e) => {
1242
1242
  * @see https://tailwindcss.com/docs/justify-content
1243
1243
  */
1244
1244
  "justify-content": [{
1245
- justify: [...U(), "normal"]
1245
+ justify: [...J(), "normal"]
1246
1246
  }],
1247
1247
  /**
1248
1248
  * Justify Items
1249
1249
  * @see https://tailwindcss.com/docs/justify-items
1250
1250
  */
1251
1251
  "justify-items": [{
1252
- "justify-items": [...P(), "normal"]
1252
+ "justify-items": [...B(), "normal"]
1253
1253
  }],
1254
1254
  /**
1255
1255
  * Justify Self
1256
1256
  * @see https://tailwindcss.com/docs/justify-self
1257
1257
  */
1258
1258
  "justify-self": [{
1259
- "justify-self": ["auto", ...P()]
1259
+ "justify-self": ["auto", ...B()]
1260
1260
  }],
1261
1261
  /**
1262
1262
  * Align Content
1263
1263
  * @see https://tailwindcss.com/docs/align-content
1264
1264
  */
1265
1265
  "align-content": [{
1266
- content: ["normal", ...U()]
1266
+ content: ["normal", ...J()]
1267
1267
  }],
1268
1268
  /**
1269
1269
  * Align Items
1270
1270
  * @see https://tailwindcss.com/docs/align-items
1271
1271
  */
1272
1272
  "align-items": [{
1273
- items: [...P(), {
1273
+ items: [...B(), {
1274
1274
  baseline: ["", "last"]
1275
1275
  }]
1276
1276
  }],
@@ -1279,7 +1279,7 @@ const k = (e) => {
1279
1279
  * @see https://tailwindcss.com/docs/align-self
1280
1280
  */
1281
1281
  "align-self": [{
1282
- self: ["auto", ...P(), {
1282
+ self: ["auto", ...B(), {
1283
1283
  baseline: ["", "last"]
1284
1284
  }]
1285
1285
  }],
@@ -1288,21 +1288,21 @@ const k = (e) => {
1288
1288
  * @see https://tailwindcss.com/docs/place-content
1289
1289
  */
1290
1290
  "place-content": [{
1291
- "place-content": U()
1291
+ "place-content": J()
1292
1292
  }],
1293
1293
  /**
1294
1294
  * Place Items
1295
1295
  * @see https://tailwindcss.com/docs/place-items
1296
1296
  */
1297
1297
  "place-items": [{
1298
- "place-items": [...P(), "baseline"]
1298
+ "place-items": [...B(), "baseline"]
1299
1299
  }],
1300
1300
  /**
1301
1301
  * Place Self
1302
1302
  * @see https://tailwindcss.com/docs/place-self
1303
1303
  */
1304
1304
  "place-self": [{
1305
- "place-self": ["auto", ...P()]
1305
+ "place-self": ["auto", ...B()]
1306
1306
  }],
1307
1307
  // Spacing
1308
1308
  /**
@@ -1532,7 +1532,7 @@ const k = (e) => {
1532
1532
  * @see https://tailwindcss.com/docs/font-size
1533
1533
  */
1534
1534
  "font-size": [{
1535
- text: ["base", o, c1, X]
1535
+ text: ["base", o, c1, Q]
1536
1536
  }],
1537
1537
  /**
1538
1538
  * Font Smoothing
@@ -1549,7 +1549,7 @@ const k = (e) => {
1549
1549
  * @see https://tailwindcss.com/docs/font-weight
1550
1550
  */
1551
1551
  "font-weight": [{
1552
- font: [s, c, f1]
1552
+ font: [s, c, w1]
1553
1553
  }],
1554
1554
  /**
1555
1555
  * Font Stretch
@@ -1607,7 +1607,7 @@ const k = (e) => {
1607
1607
  * @see https://tailwindcss.com/docs/line-clamp
1608
1608
  */
1609
1609
  "line-clamp": [{
1610
- "line-clamp": [g, "none", c, f1]
1610
+ "line-clamp": [g, "none", c, w1]
1611
1611
  }],
1612
1612
  /**
1613
1613
  * Line Height
@@ -1680,7 +1680,7 @@ const k = (e) => {
1680
1680
  * @see https://tailwindcss.com/docs/text-decoration-thickness
1681
1681
  */
1682
1682
  "text-decoration-thickness": [{
1683
- decoration: [g, "from-font", "auto", c, X]
1683
+ decoration: [g, "from-font", "auto", c, Q]
1684
1684
  }],
1685
1685
  /**
1686
1686
  * Text Decoration Color
@@ -1818,7 +1818,7 @@ const k = (e) => {
1818
1818
  }, G, c, i],
1819
1819
  radial: ["", c, i],
1820
1820
  conic: [G, c, i]
1821
- }, H0, S0]
1821
+ }, A0, S0]
1822
1822
  }],
1823
1823
  /**
1824
1824
  * Background Color
@@ -1832,21 +1832,21 @@ const k = (e) => {
1832
1832
  * @see https://tailwindcss.com/docs/gradient-color-stops
1833
1833
  */
1834
1834
  "gradient-from-pos": [{
1835
- from: w()
1835
+ from: f()
1836
1836
  }],
1837
1837
  /**
1838
1838
  * Gradient Color Stops Via Position
1839
1839
  * @see https://tailwindcss.com/docs/gradient-color-stops
1840
1840
  */
1841
1841
  "gradient-via-pos": [{
1842
- via: w()
1842
+ via: f()
1843
1843
  }],
1844
1844
  /**
1845
1845
  * Gradient Color Stops To Position
1846
1846
  * @see https://tailwindcss.com/docs/gradient-color-stops
1847
1847
  */
1848
1848
  "gradient-to-pos": [{
1849
- to: w()
1849
+ to: f()
1850
1850
  }],
1851
1851
  /**
1852
1852
  * Gradient Color Stops From
@@ -1877,105 +1877,105 @@ const k = (e) => {
1877
1877
  * @see https://tailwindcss.com/docs/border-radius
1878
1878
  */
1879
1879
  rounded: [{
1880
- rounded: f()
1880
+ rounded: w()
1881
1881
  }],
1882
1882
  /**
1883
1883
  * Border Radius Start
1884
1884
  * @see https://tailwindcss.com/docs/border-radius
1885
1885
  */
1886
1886
  "rounded-s": [{
1887
- "rounded-s": f()
1887
+ "rounded-s": w()
1888
1888
  }],
1889
1889
  /**
1890
1890
  * Border Radius End
1891
1891
  * @see https://tailwindcss.com/docs/border-radius
1892
1892
  */
1893
1893
  "rounded-e": [{
1894
- "rounded-e": f()
1894
+ "rounded-e": w()
1895
1895
  }],
1896
1896
  /**
1897
1897
  * Border Radius Top
1898
1898
  * @see https://tailwindcss.com/docs/border-radius
1899
1899
  */
1900
1900
  "rounded-t": [{
1901
- "rounded-t": f()
1901
+ "rounded-t": w()
1902
1902
  }],
1903
1903
  /**
1904
1904
  * Border Radius Right
1905
1905
  * @see https://tailwindcss.com/docs/border-radius
1906
1906
  */
1907
1907
  "rounded-r": [{
1908
- "rounded-r": f()
1908
+ "rounded-r": w()
1909
1909
  }],
1910
1910
  /**
1911
1911
  * Border Radius Bottom
1912
1912
  * @see https://tailwindcss.com/docs/border-radius
1913
1913
  */
1914
1914
  "rounded-b": [{
1915
- "rounded-b": f()
1915
+ "rounded-b": w()
1916
1916
  }],
1917
1917
  /**
1918
1918
  * Border Radius Left
1919
1919
  * @see https://tailwindcss.com/docs/border-radius
1920
1920
  */
1921
1921
  "rounded-l": [{
1922
- "rounded-l": f()
1922
+ "rounded-l": w()
1923
1923
  }],
1924
1924
  /**
1925
1925
  * Border Radius Start Start
1926
1926
  * @see https://tailwindcss.com/docs/border-radius
1927
1927
  */
1928
1928
  "rounded-ss": [{
1929
- "rounded-ss": f()
1929
+ "rounded-ss": w()
1930
1930
  }],
1931
1931
  /**
1932
1932
  * Border Radius Start End
1933
1933
  * @see https://tailwindcss.com/docs/border-radius
1934
1934
  */
1935
1935
  "rounded-se": [{
1936
- "rounded-se": f()
1936
+ "rounded-se": w()
1937
1937
  }],
1938
1938
  /**
1939
1939
  * Border Radius End End
1940
1940
  * @see https://tailwindcss.com/docs/border-radius
1941
1941
  */
1942
1942
  "rounded-ee": [{
1943
- "rounded-ee": f()
1943
+ "rounded-ee": w()
1944
1944
  }],
1945
1945
  /**
1946
1946
  * Border Radius End Start
1947
1947
  * @see https://tailwindcss.com/docs/border-radius
1948
1948
  */
1949
1949
  "rounded-es": [{
1950
- "rounded-es": f()
1950
+ "rounded-es": w()
1951
1951
  }],
1952
1952
  /**
1953
1953
  * Border Radius Top Left
1954
1954
  * @see https://tailwindcss.com/docs/border-radius
1955
1955
  */
1956
1956
  "rounded-tl": [{
1957
- "rounded-tl": f()
1957
+ "rounded-tl": w()
1958
1958
  }],
1959
1959
  /**
1960
1960
  * Border Radius Top Right
1961
1961
  * @see https://tailwindcss.com/docs/border-radius
1962
1962
  */
1963
1963
  "rounded-tr": [{
1964
- "rounded-tr": f()
1964
+ "rounded-tr": w()
1965
1965
  }],
1966
1966
  /**
1967
1967
  * Border Radius Bottom Right
1968
1968
  * @see https://tailwindcss.com/docs/border-radius
1969
1969
  */
1970
1970
  "rounded-br": [{
1971
- "rounded-br": f()
1971
+ "rounded-br": w()
1972
1972
  }],
1973
1973
  /**
1974
1974
  * Border Radius Bottom Left
1975
1975
  * @see https://tailwindcss.com/docs/border-radius
1976
1976
  */
1977
1977
  "rounded-bl": [{
1978
- "rounded-bl": f()
1978
+ "rounded-bl": w()
1979
1979
  }],
1980
1980
  /**
1981
1981
  * Border Width
@@ -2167,7 +2167,7 @@ const k = (e) => {
2167
2167
  * @see https://tailwindcss.com/docs/outline-width
2168
2168
  */
2169
2169
  "outline-w": [{
2170
- outline: ["", g, c1, X]
2170
+ outline: ["", g, c1, Q]
2171
2171
  }],
2172
2172
  /**
2173
2173
  * Outline Color
@@ -2242,7 +2242,7 @@ const k = (e) => {
2242
2242
  * @see https://github.com/tailwindlabs/tailwindcss/blob/v4.0.0/packages/tailwindcss/src/utilities.ts#L4158
2243
2243
  */
2244
2244
  "ring-offset-w": [{
2245
- "ring-offset": [g, X]
2245
+ "ring-offset": [g, Q]
2246
2246
  }],
2247
2247
  /**
2248
2248
  * Ring Offset Color
@@ -2272,7 +2272,7 @@ const k = (e) => {
2272
2272
  * @see https://tailwindcss.com/docs/text-shadow
2273
2273
  */
2274
2274
  "text-shadow": [{
2275
- "text-shadow": ["none", H, g1, u1]
2275
+ "text-shadow": ["none", A, g1, u1]
2276
2276
  }],
2277
2277
  /**
2278
2278
  * Text Shadow Color
@@ -2293,14 +2293,14 @@ const k = (e) => {
2293
2293
  * @see https://tailwindcss.com/docs/mix-blend-mode
2294
2294
  */
2295
2295
  "mix-blend": [{
2296
- "mix-blend": [...e1(), "plus-darker", "plus-lighter"]
2296
+ "mix-blend": [...t1(), "plus-darker", "plus-lighter"]
2297
2297
  }],
2298
2298
  /**
2299
2299
  * Background Blend Mode
2300
2300
  * @see https://tailwindcss.com/docs/background-blend-mode
2301
2301
  */
2302
2302
  "bg-blend": [{
2303
- "bg-blend": e1()
2303
+ "bg-blend": t1()
2304
2304
  }],
2305
2305
  /**
2306
2306
  * Mask Clip
@@ -2519,7 +2519,7 @@ const k = (e) => {
2519
2519
  * @see https://tailwindcss.com/docs/blur
2520
2520
  */
2521
2521
  blur: [{
2522
- blur: T()
2522
+ blur: k()
2523
2523
  }],
2524
2524
  /**
2525
2525
  * Brightness
@@ -2609,7 +2609,7 @@ const k = (e) => {
2609
2609
  * @see https://tailwindcss.com/docs/backdrop-blur
2610
2610
  */
2611
2611
  "backdrop-blur": [{
2612
- "backdrop-blur": T()
2612
+ "backdrop-blur": k()
2613
2613
  }],
2614
2614
  /**
2615
2615
  * Backdrop Brightness
@@ -2755,7 +2755,7 @@ const k = (e) => {
2755
2755
  * @see https://tailwindcss.com/docs/animation
2756
2756
  */
2757
2757
  animate: [{
2758
- animate: ["none", Q, c, i]
2758
+ animate: ["none", K, c, i]
2759
2759
  }],
2760
2760
  // ------------------
2761
2761
  // --- Transforms ---
@@ -2786,28 +2786,28 @@ const k = (e) => {
2786
2786
  * @see https://tailwindcss.com/docs/rotate
2787
2787
  */
2788
2788
  rotate: [{
2789
- rotate: A()
2789
+ rotate: H()
2790
2790
  }],
2791
2791
  /**
2792
2792
  * Rotate X
2793
2793
  * @see https://tailwindcss.com/docs/rotate
2794
2794
  */
2795
2795
  "rotate-x": [{
2796
- "rotate-x": A()
2796
+ "rotate-x": H()
2797
2797
  }],
2798
2798
  /**
2799
2799
  * Rotate Y
2800
2800
  * @see https://tailwindcss.com/docs/rotate
2801
2801
  */
2802
2802
  "rotate-y": [{
2803
- "rotate-y": A()
2803
+ "rotate-y": H()
2804
2804
  }],
2805
2805
  /**
2806
2806
  * Rotate Z
2807
2807
  * @see https://tailwindcss.com/docs/rotate
2808
2808
  */
2809
2809
  "rotate-z": [{
2810
- "rotate-z": A()
2810
+ "rotate-z": H()
2811
2811
  }],
2812
2812
  /**
2813
2813
  * Scale
@@ -3192,7 +3192,7 @@ const k = (e) => {
3192
3192
  * @see https://tailwindcss.com/docs/stroke-width
3193
3193
  */
3194
3194
  "stroke-w": [{
3195
- stroke: [g, c1, X, f1]
3195
+ stroke: [g, c1, Q, w1]
3196
3196
  }],
3197
3197
  /**
3198
3198
  * Stroke
@@ -3267,7 +3267,7 @@ const k = (e) => {
3267
3267
  },
3268
3268
  orderSensitiveModifiers: ["*", "**", "after", "backdrop", "before", "details-content", "file", "first-letter", "first-line", "marker", "placeholder", "selection"]
3269
3269
  };
3270
- }, P0 = /* @__PURE__ */ w0(B0);
3270
+ }, B0 = /* @__PURE__ */ f0(P0);
3271
3271
  function O1(e) {
3272
3272
  var t, o, s = "";
3273
3273
  if (typeof e == "string" || typeof e == "number") s += e;
@@ -3281,21 +3281,21 @@ function O0() {
3281
3281
  for (var e, t, o = 0, s = "", l = arguments.length; o < l; o++) (e = arguments[o]) && (t = O1(e)) && (s && (s += " "), s += t);
3282
3282
  return s;
3283
3283
  }
3284
- function n1(...e) {
3284
+ function D(...e) {
3285
3285
  const t = e.filter((o) => o && o.trim() !== "");
3286
- return t.length === 0 ? "" : t.length === 1 ? t[0] : P0(O0(t));
3286
+ return t.length === 0 ? "" : t.length === 1 ? t[0] : B0(O0(t));
3287
3287
  }
3288
3288
  const I0 = (e) => !Array.isArray(e) || e.length === 0, z = class {
3289
3289
  };
3290
- J(z, "IsZeroArray", (e) => I0(e)), J(z, "RemoveItem", (e, t) => z.IsZeroArray(e) ? [] : e.filter(
3290
+ X(z, "IsZeroArray", (e) => I0(e)), X(z, "RemoveItem", (e, t) => z.IsZeroArray(e) ? [] : e.filter(
3291
3291
  (o) => o !== t
3292
- )), J(z, "RemoveItemByID", (e, t) => z.IsZeroArray(e) ? [] : e.filter(
3292
+ )), X(z, "RemoveItemByID", (e, t) => z.IsZeroArray(e) ? [] : e.filter(
3293
3293
  (o) => o.id !== t
3294
- )), J(z, "UpdateItem", (e, t) => z.IsZeroArray(e) ? [] : (e.forEach(
3294
+ )), X(z, "UpdateItem", (e, t) => z.IsZeroArray(e) ? [] : (e.forEach(
3295
3295
  (o, s) => {
3296
3296
  o.id === t.id && (e[s] = t);
3297
3297
  }
3298
- ), e)), J(z, "PrependItem", (e, t) => z.IsZeroArray(e) ? [t] : [t, ...e]), J(z, "AppendArray", (e, t) => z.IsZeroArray(e) ? t : [...e, ...t]), J(z, "Union", (e, t) => e.concat(t.filter((o) => e.indexOf(o) < 0)));
3298
+ ), e)), X(z, "PrependItem", (e, t) => z.IsZeroArray(e) ? [t] : [t, ...e]), X(z, "AppendArray", (e, t) => z.IsZeroArray(e) ? t : [...e, ...t]), X(z, "Union", (e, t) => e.concat(t.filter((o) => e.indexOf(o) < 0)));
3299
3299
  class N0 extends Error {
3300
3300
  }
3301
3301
  N0.prototype.name = "InvalidTokenError";
@@ -3307,7 +3307,7 @@ function V0({ className: e = "", size: t = a.md }) {
3307
3307
  xmlns: "http://www.w3.org/2000/svg",
3308
3308
  height: t,
3309
3309
  width: t,
3310
- className: n1("stroke-2 text-gray-600", e),
3310
+ className: D("stroke-2 text-gray-600", e),
3311
3311
  children: /* @__PURE__ */ r.jsx("g", { id: "Layer_25", "data-name": "Layer 25", children: /* @__PURE__ */ r.jsx(
3312
3312
  "path",
3313
3313
  {
@@ -3450,7 +3450,7 @@ function F0({ className: e = "fill-gray-600", size: t = a.md }) {
3450
3450
  stroke: e
3451
3451
  }
3452
3452
  ),
3453
- /* @__PURE__ */ r.jsx("path", { d: "M8.60785 14.061L24.6138 20.065", stroke: e, "stroke-width": "2" }),
3453
+ /* @__PURE__ */ r.jsx("path", { d: "M8.60785 14.061L24.6138 20.065", stroke: e, strokeWidth: "2" }),
3454
3454
  " "
3455
3455
  ]
3456
3456
  }
@@ -3580,7 +3580,7 @@ function K0({ className: e = "", size: t = a.md }) {
3580
3580
  viewBox: "0 0 24 24",
3581
3581
  width: t,
3582
3582
  height: t,
3583
- className: n1("stroke-1 text-gray-600", e),
3583
+ className: D("stroke-1 text-gray-600", e),
3584
3584
  children: /* @__PURE__ */ r.jsx(
3585
3585
  "path",
3586
3586
  {
@@ -3606,7 +3606,7 @@ function r2({ className: e = "", size: t = a.md }) {
3606
3606
  xmlns: "http://www.w3.org/2000/svg",
3607
3607
  height: t,
3608
3608
  width: t,
3609
- className: n1("stroke-2 text-gray-600", e),
3609
+ className: D("stroke-2 text-gray-600", e),
3610
3610
  viewBox: "0 0 465.072 465.072",
3611
3611
  children: /* @__PURE__ */ r.jsxs("g", { children: [
3612
3612
  /* @__PURE__ */ r.jsx(
@@ -3661,7 +3661,7 @@ function o2({ className: e = "", size: t = a.md }) {
3661
3661
  {
3662
3662
  height: t,
3663
3663
  width: t,
3664
- className: n1("stroke-2 text-gray-600", e),
3664
+ className: D("stroke-2 text-gray-600", e),
3665
3665
  viewBox: "0 -5 512.00242 512",
3666
3666
  xmlns: "http://www.w3.org/2000/svg",
3667
3667
  children: [
@@ -3709,7 +3709,7 @@ function p2({ className: e = "", size: t = a.md }) {
3709
3709
  }
3710
3710
  );
3711
3711
  }
3712
- function f2({ className: e = "", size: t = a.md }) {
3712
+ function w2({ className: e = "", size: t = a.md }) {
3713
3713
  return /* @__PURE__ */ r.jsx(
3714
3714
  "svg",
3715
3715
  {
@@ -3722,7 +3722,7 @@ function f2({ className: e = "", size: t = a.md }) {
3722
3722
  }
3723
3723
  );
3724
3724
  }
3725
- function w2({ className: e = "", size: t = a.md }) {
3725
+ function f2({ className: e = "", size: t = a.md }) {
3726
3726
  return /* @__PURE__ */ r.jsx(
3727
3727
  "svg",
3728
3728
  {
@@ -3779,7 +3779,7 @@ function q2({ className: e = "", size: t = a.lg }) {
3779
3779
  }
3780
3780
  );
3781
3781
  }
3782
- function T2({ className: e = "", size: t = a.md }) {
3782
+ function k2({ className: e = "", size: t = a.md }) {
3783
3783
  return /* @__PURE__ */ r.jsx(
3784
3784
  "svg",
3785
3785
  {
@@ -3792,7 +3792,7 @@ function T2({ className: e = "", size: t = a.md }) {
3792
3792
  }
3793
3793
  );
3794
3794
  }
3795
- function k2({ className: e = "", size: t = a.md }) {
3795
+ function T2({ className: e = "", size: t = a.md }) {
3796
3796
  return /* @__PURE__ */ r.jsx(
3797
3797
  "svg",
3798
3798
  {
@@ -3900,7 +3900,7 @@ function S2({ className: e = "", size: t = a.md }) {
3900
3900
  return /* @__PURE__ */ r.jsx(
3901
3901
  "svg",
3902
3902
  {
3903
- className: n1("stroke-2 text-gray-600", e),
3903
+ className: D("stroke-2 text-gray-600", e),
3904
3904
  height: t,
3905
3905
  width: t,
3906
3906
  enableBackground: "new 0 0 512.004 512.004",
@@ -3920,7 +3920,7 @@ function E2({ className: e = "", size: t = a.md }) {
3920
3920
  return /* @__PURE__ */ r.jsxs(
3921
3921
  "svg",
3922
3922
  {
3923
- className: n1(e, "fill-none"),
3923
+ className: D(e, "fill-none"),
3924
3924
  width: t,
3925
3925
  height: t,
3926
3926
  viewBox: "0 0 24 24",
@@ -3954,7 +3954,7 @@ function E2({ className: e = "", size: t = a.md }) {
3954
3954
  }
3955
3955
  );
3956
3956
  }
3957
- function A2({ className: e = "", size: t = a.md }) {
3957
+ function H2({ className: e = "", size: t = a.md }) {
3958
3958
  return /* @__PURE__ */ r.jsx(
3959
3959
  "svg",
3960
3960
  {
@@ -3967,7 +3967,7 @@ function A2({ className: e = "", size: t = a.md }) {
3967
3967
  }
3968
3968
  );
3969
3969
  }
3970
- function H2({ className: e = "", size: t = a.md }) {
3970
+ function A2({ className: e = "", size: t = a.md }) {
3971
3971
  return /* @__PURE__ */ r.jsx(
3972
3972
  "svg",
3973
3973
  {
@@ -4011,7 +4011,7 @@ function R2({ className: e = "", size: t = a.md }) {
4011
4011
  }
4012
4012
  );
4013
4013
  }
4014
- function B2({ className: e = "", size: t = a.sm }) {
4014
+ function P2({ className: e = "", size: t = a.sm }) {
4015
4015
  return /* @__PURE__ */ r.jsx(
4016
4016
  "svg",
4017
4017
  {
@@ -4024,7 +4024,7 @@ function B2({ className: e = "", size: t = a.sm }) {
4024
4024
  }
4025
4025
  );
4026
4026
  }
4027
- function P2({ className: e = "", size: t = a.md }) {
4027
+ function B2({ className: e = "", size: t = a.md }) {
4028
4028
  return /* @__PURE__ */ r.jsx(
4029
4029
  "svg",
4030
4030
  {
@@ -4572,15 +4572,107 @@ function n5({ className: e = "", size: t = a.md }) {
4572
4572
  }
4573
4573
  );
4574
4574
  }
4575
+ function s5({ className: e = "", size: t = a.xs }) {
4576
+ return /* @__PURE__ */ r.jsxs(
4577
+ "svg",
4578
+ {
4579
+ width: t,
4580
+ height: t,
4581
+ viewBox: "0 0 24 24",
4582
+ fill: "none",
4583
+ className: D("PasswordShow text-gray-600", e),
4584
+ xmlns: "http://www.w3.org/2000/svg",
4585
+ children: [
4586
+ /* @__PURE__ */ r.jsx(
4587
+ "path",
4588
+ {
4589
+ d: "M1 12C1 12 5 4 12 4C19 4 23 12 23 12",
4590
+ stroke: "currentColor",
4591
+ strokeWidth: "2",
4592
+ strokeLinecap: "round",
4593
+ strokeLinejoin: "round"
4594
+ }
4595
+ ),
4596
+ /* @__PURE__ */ r.jsx(
4597
+ "path",
4598
+ {
4599
+ d: "M1 12C1 12 5 20 12 20C19 20 23 12 23 12",
4600
+ stroke: "currentColor",
4601
+ strokeWidth: "2",
4602
+ strokeLinecap: "round",
4603
+ strokeLinejoin: "round"
4604
+ }
4605
+ ),
4606
+ /* @__PURE__ */ r.jsx(
4607
+ "circle",
4608
+ {
4609
+ cx: "12",
4610
+ cy: "12",
4611
+ r: "3",
4612
+ stroke: "currentColor",
4613
+ strokeWidth: "2",
4614
+ strokeLinecap: "round",
4615
+ strokeLinejoin: "round"
4616
+ }
4617
+ )
4618
+ ]
4619
+ }
4620
+ );
4621
+ }
4622
+ function a5({ className: e = "", size: t = a.xs }) {
4623
+ return /* @__PURE__ */ r.jsxs(
4624
+ "svg",
4625
+ {
4626
+ width: t,
4627
+ height: t,
4628
+ viewBox: "0 0 24 24",
4629
+ fill: "none",
4630
+ className: D("PasswordHide text-gray-600", e),
4631
+ xmlns: "http://www.w3.org/2000/svg",
4632
+ children: [
4633
+ /* @__PURE__ */ r.jsx(
4634
+ "path",
4635
+ {
4636
+ d: "M2 2L22 22",
4637
+ stroke: "currentColor",
4638
+ strokeWidth: "2",
4639
+ strokeLinecap: "round",
4640
+ strokeLinejoin: "round"
4641
+ }
4642
+ ),
4643
+ /* @__PURE__ */ r.jsx(
4644
+ "path",
4645
+ {
4646
+ d: "M6.71277 6.7226C3.66479 8.79527 2 12 2 12C2 12 5.63636 19 12 19C14.0503 19 15.8174 18.2734 17.2711 17.2884M11 5.05822C11.3254 5.02013 11.6588 5 12 5C18.3636 5 22 12 22 12C22 12 21.3082 13.3317 20 14.8335",
4647
+ stroke: "currentColor",
4648
+ strokeWidth: "2",
4649
+ strokeLinecap: "round",
4650
+ strokeLinejoin: "round"
4651
+ }
4652
+ ),
4653
+ /* @__PURE__ */ r.jsx(
4654
+ "path",
4655
+ {
4656
+ d: "M14 14.2362C13.4692 14.7112 12.7684 15.0001 12 15.0001C10.3431 15.0001 9 13.657 9 12.0001C9 11.1764 9.33193 10.4303 9.86932 9.88818",
4657
+ stroke: "currentColor",
4658
+ strokeWidth: "2",
4659
+ strokeLinecap: "round",
4660
+ strokeLinejoin: "round"
4661
+ }
4662
+ )
4663
+ ]
4664
+ }
4665
+ );
4666
+ }
4575
4667
  export {
4576
- A2 as AddSvg,
4668
+ H2 as AddSvg,
4577
4669
  S2 as ArenaSvg,
4578
4670
  K1 as Badminton,
4579
4671
  U0 as Baseball,
4580
4672
  X1 as Basketball,
4581
4673
  W0 as Biking,
4582
- T2 as CalendarEventSvg,
4583
- w2 as CalendarSvg,
4674
+ k2 as CalendarEventSvg,
4675
+ f2 as CalendarSvg,
4584
4676
  K0 as Cat,
4585
4677
  v2 as CategorySvg,
4586
4678
  x2 as ChatSvg,
@@ -4594,10 +4686,10 @@ export {
4594
4686
  L2 as CreateCollectionSvg,
4595
4687
  j2 as CreatePostSvg,
4596
4688
  b2 as CreateSvg,
4597
- k2 as CreateTeamSvg,
4689
+ T2 as CreateTeamSvg,
4598
4690
  Y2 as DiscussionSvg,
4599
4691
  Q0 as Dog,
4600
- P2 as EditSvg,
4692
+ B2 as EditSvg,
4601
4693
  t5 as EventSvg,
4602
4694
  y2 as ExploreSvg,
4603
4695
  r0 as Football,
@@ -4614,7 +4706,7 @@ export {
4614
4706
  R2 as LeftArrowSvg,
4615
4707
  r5 as LocationPointSvg,
4616
4708
  F2 as LogoutSvg,
4617
- f2 as MapSvg,
4709
+ w2 as MapSvg,
4618
4710
  J2 as MarketSvg,
4619
4711
  O2 as MenuSvg,
4620
4712
  G2 as MinusSvg,
@@ -4622,12 +4714,14 @@ export {
4622
4714
  Z2 as NewsfeedSvg,
4623
4715
  q2 as NotificationSvg,
4624
4716
  M2 as PartnersSvg,
4717
+ a5 as PasswordHideSvg,
4718
+ s5 as PasswordShowSvg,
4625
4719
  t2 as PetsInterestSvg,
4626
4720
  G1 as PetsSvg,
4627
4721
  V0 as Pickleball,
4628
4722
  V2 as PollSvg,
4629
4723
  $2 as PrivateSvg,
4630
- B2 as RightArrowSvg,
4724
+ P2 as RightArrowSvg,
4631
4725
  J1 as Running,
4632
4726
  X2 as SendSvg,
4633
4727
  o2 as Singing,
@@ -4644,6 +4738,6 @@ export {
4644
4738
  U1 as Tennis,
4645
4739
  W2 as TextPostSvg,
4646
4740
  U2 as UpArrowSvg,
4647
- H2 as UserSvg,
4741
+ A2 as UserSvg,
4648
4742
  D0 as Yoga
4649
4743
  };