wasvg 1.3.0 → 1.4.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
@@ -1,5 +1,5 @@
1
1
  import I1, { useState as c2, useEffect as i2, useCallback as d2, useRef as m2 } from "react";
2
- var s = /* @__PURE__ */ ((e) => (e[e.xs = 18] = "xs", e[e.sm = 24] = "sm", e[e.md = 28] = "md", e[e.lg = 32] = "lg", e[e.xl = 50] = "xl", e))(s || {});
2
+ var a = /* @__PURE__ */ ((e) => (e[e.xs = 18] = "xs", e[e.sm = 24] = "sm", e[e.md = 28] = "md", e[e.lg = 32] = "lg", e[e.xl = 50] = "xl", e))(a || {});
3
3
  var d1 = { exports: {} }, l1 = {};
4
4
  /**
5
5
  * @license React
@@ -15,7 +15,7 @@ function N1() {
15
15
  if (T1) return l1;
16
16
  T1 = 1;
17
17
  var e = Symbol.for("react.transitional.element"), t = Symbol.for("react.fragment");
18
- function o(a, l, d) {
18
+ function o(s, l, d) {
19
19
  var u = null;
20
20
  if (d !== void 0 && (u = "" + d), l.key !== void 0 && (u = "" + l.key), "key" in l) {
21
21
  d = {};
@@ -24,7 +24,7 @@ function N1() {
24
24
  } else d = l;
25
25
  return l = d.ref, {
26
26
  $$typeof: e,
27
- type: a,
27
+ type: s,
28
28
  key: u,
29
29
  ref: l !== void 0 ? l : null,
30
30
  props: d
@@ -51,17 +51,17 @@ 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 L:
54
+ case C:
55
55
  return "Fragment";
56
56
  case _:
57
57
  return "Profiler";
58
58
  case N:
59
59
  return "StrictMode";
60
- case V:
60
+ case G:
61
61
  return "Suspense";
62
- case P:
62
+ case B:
63
63
  return "SuspenseList";
64
- case H:
64
+ case S:
65
65
  return "Activity";
66
66
  }
67
67
  if (typeof n == "object")
@@ -108,8 +108,8 @@ function $1() {
108
108
  ), t(n);
109
109
  }
110
110
  }
111
- function a(n) {
112
- if (n === L) return "<>";
111
+ function s(n) {
112
+ if (n === C) return "<>";
113
113
  if (typeof n == "object" && n !== null && n.$$typeof === h)
114
114
  return "<...>";
115
115
  try {
@@ -135,7 +135,7 @@ function $1() {
135
135
  }
136
136
  function x(n, v) {
137
137
  function w() {
138
- B || (B = !0, console.error(
138
+ P || (P = !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
  ));
@@ -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 C(n, v, w, f, b, j, e1, q) {
186
+ function L(n, v, w, f, b, j, e1, q) {
187
187
  var T = v.children;
188
188
  if (T !== void 0)
189
189
  if (f)
@@ -198,10 +198,10 @@ function $1() {
198
198
  else E(T);
199
199
  if (Y.call(v, "key")) {
200
200
  T = e(n);
201
- var S = Object.keys(v).filter(function(s1) {
202
- return s1 !== "key";
201
+ var A = Object.keys(v).filter(function(a1) {
202
+ return a1 !== "key";
203
203
  });
204
- f = 0 < S.length ? "{key: someKey, " + S.join(": ..., ") + ": ...}" : "{key: someKey}", a1[T + f] || (S = 0 < S.length ? "{" + S.join(": ..., ") + ": ...}" : "{}", console.error(
204
+ f = 0 < A.length ? "{key: someKey, " + A.join(": ..., ") + ": ...}" : "{key: someKey}", s1[T + f] || (A = 0 < A.length ? "{" + A.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} />
@@ -210,14 +210,14 @@ React keys must be passed directly to JSX without using spread:
210
210
  <%s key={someKey} {...props} />`,
211
211
  f,
212
212
  T,
213
- S,
213
+ A,
214
214
  T
215
- ), a1[T + f] = !0);
215
+ ), s1[T + f] = !0);
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 G in v)
220
- G !== "key" && (w[G] = v[G]);
219
+ for (var V in v)
220
+ V !== "key" && (w[V] = v[V]);
221
221
  } else w = v;
222
222
  return T && x(
223
223
  w,
@@ -236,23 +236,23 @@ 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 A = I1, I = Symbol.for("react.transitional.element"), Z = Symbol.for("react.portal"), L = 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"), C = 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"), V = Symbol.for("react.suspense"), P = Symbol.for("react.suspense_list"), F = Symbol.for("react.memo"), h = Symbol.for("react.lazy"), H = Symbol.for("react.activity"), m1 = Symbol.for("react.client.reference"), K = A.__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"), 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() {
242
242
  return null;
243
243
  };
244
- A = {
244
+ H = {
245
245
  react_stack_bottom_frame: function(n) {
246
246
  return n();
247
247
  }
248
248
  };
249
- var B, M = {}, R = A.react_stack_bottom_frame.bind(
250
- A,
249
+ var P, M = {}, R = H.react_stack_bottom_frame.bind(
250
+ H,
251
251
  d
252
- )(), m = U(a(d)), a1 = {};
253
- c1.Fragment = L, c1.jsx = function(n, v, w, f, b) {
252
+ )(), m = U(s(d)), s1 = {};
253
+ c1.Fragment = C, c1.jsx = function(n, v, w, f, b) {
254
254
  var j = 1e4 > K.recentlyCreatedOwnerStacks++;
255
- return C(
255
+ return L(
256
256
  n,
257
257
  v,
258
258
  w,
@@ -260,11 +260,11 @@ React keys must be passed directly to JSX without using spread:
260
260
  f,
261
261
  b,
262
262
  j ? Error("react-stack-top-frame") : R,
263
- j ? U(a(n)) : m
263
+ j ? U(s(n)) : m
264
264
  );
265
265
  }, c1.jsxs = function(n, v, w, f, b) {
266
266
  var j = 1e4 > K.recentlyCreatedOwnerStacks++;
267
- return C(
267
+ return L(
268
268
  n,
269
269
  v,
270
270
  w,
@@ -272,17 +272,17 @@ React keys must be passed directly to JSX without using spread:
272
272
  f,
273
273
  b,
274
274
  j ? Error("react-stack-top-frame") : R,
275
- j ? U(a(n)) : m
275
+ j ? U(s(n)) : m
276
276
  );
277
277
  };
278
278
  })()), c1;
279
279
  }
280
- var h2 = d1.exports, C1;
281
- function V1() {
282
- return C1 || (C1 = 1, process.env.NODE_ENV === "production" ? d1.exports = N1() : d1.exports = $1()), d1.exports;
280
+ var h2 = d1.exports, L1;
281
+ function G1() {
282
+ return L1 || (L1 = 1, process.env.NODE_ENV === "production" ? d1.exports = N1() : d1.exports = $1()), d1.exports;
283
283
  }
284
- var r = V1();
285
- function G1({ className: e = "", size: t = s.md }) {
284
+ var r = G1();
285
+ function V1({ className: e = "", size: t = a.md }) {
286
286
  return /* @__PURE__ */ r.jsx(
287
287
  "svg",
288
288
  {
@@ -295,7 +295,7 @@ function G1({ className: e = "", size: t = s.md }) {
295
295
  }
296
296
  );
297
297
  }
298
- function D1({ className: e = "", size: t = s.md }) {
298
+ function D1({ 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 = s.md }) {
308
308
  }
309
309
  );
310
310
  }
311
- function W1({ className: e = "", size: t = s.md }) {
311
+ function W1({ className: e = "", size: t = a.md }) {
312
312
  return /* @__PURE__ */ r.jsx(
313
313
  "svg",
314
314
  {
@@ -321,7 +321,7 @@ function W1({ className: e = "", size: t = s.md }) {
321
321
  }
322
322
  );
323
323
  }
324
- function F1({ className: e = "", size: t = s.md }) {
324
+ function F1({ className: e = "", size: t = a.md }) {
325
325
  return /* @__PURE__ */ r.jsx(
326
326
  "svg",
327
327
  {
@@ -334,7 +334,7 @@ function F1({ className: e = "", size: t = s.md }) {
334
334
  }
335
335
  );
336
336
  }
337
- function Y1({ className: e = "", size: t = s.md }) {
337
+ function Y1({ className: e = "", size: t = a.md }) {
338
338
  return /* @__PURE__ */ r.jsx(
339
339
  "svg",
340
340
  {
@@ -347,7 +347,7 @@ function Y1({ className: e = "", size: t = s.md }) {
347
347
  }
348
348
  );
349
349
  }
350
- function U1({ className: e = "", size: t = s.md }) {
350
+ function U1({ className: e = "", size: t = a.md }) {
351
351
  return /* @__PURE__ */ r.jsx(
352
352
  "svg",
353
353
  {
@@ -360,7 +360,7 @@ function U1({ className: e = "", size: t = s.md }) {
360
360
  }
361
361
  );
362
362
  }
363
- function J1({ className: e = "fill-gray-600", size: t = s.md }) {
363
+ function J1({ className: e = "fill-gray-600", size: t = a.md }) {
364
364
  return /* @__PURE__ */ r.jsx(
365
365
  "svg",
366
366
  {
@@ -396,7 +396,7 @@ function J1({ className: e = "fill-gray-600", size: t = s.md }) {
396
396
  }
397
397
  );
398
398
  }
399
- function X1({ className: e = "fill-gray-600", size: t = s.md }) {
399
+ function X1({ className: e = "fill-gray-600", size: t = a.md }) {
400
400
  return /* @__PURE__ */ r.jsx(
401
401
  "svg",
402
402
  {
@@ -447,7 +447,7 @@ function X1({ className: e = "fill-gray-600", size: t = s.md }) {
447
447
  }
448
448
  );
449
449
  }
450
- function Q1({ className: e = "fill-gray-600", size: t = s.md }) {
450
+ function Q1({ className: e = "fill-gray-600", size: t = a.md }) {
451
451
  return /* @__PURE__ */ r.jsx(
452
452
  "svg",
453
453
  {
@@ -485,7 +485,7 @@ c-15.864,0-27.191-2.822-32.575-5.256c5.38-2.435,16.703-5.259,32.575-5.259C101.54
485
485
  }
486
486
  );
487
487
  }
488
- function K1({ className: e = "", size: t = s.md }) {
488
+ function K1({ className: e = "", size: t = a.md }) {
489
489
  return /* @__PURE__ */ r.jsx(
490
490
  "svg",
491
491
  {
@@ -502,7 +502,7 @@ var e0 = Object.defineProperty, t0 = (e, t, o) => t in e ? e0(e, t, { enumerable
502
502
  const q1 = "-", r0 = (e) => {
503
503
  const t = n0(e), {
504
504
  conflictingClassGroups: o,
505
- conflictingClassGroupModifiers: a
505
+ conflictingClassGroupModifiers: s
506
506
  } = e;
507
507
  return {
508
508
  getClassGroupId: (l) => {
@@ -511,14 +511,14 @@ const q1 = "-", r0 = (e) => {
511
511
  },
512
512
  getConflictingClassGroupIds: (l, d) => {
513
513
  const u = o[l] || [];
514
- return d && a[l] ? [...u, ...a[l]] : u;
514
+ return d && s[l] ? [...u, ...s[l]] : u;
515
515
  }
516
516
  };
517
517
  }, M1 = (e, t) => {
518
518
  var o;
519
519
  if (e.length === 0)
520
520
  return t.classGroupId;
521
- const a = e[0], l = t.nextPart.get(a), d = l ? M1(e.slice(1), l) : void 0;
521
+ const s = e[0], l = t.nextPart.get(s), d = l ? M1(e.slice(1), l) : void 0;
522
522
  if (d)
523
523
  return d;
524
524
  if (t.validators.length === 0)
@@ -537,23 +537,23 @@ const q1 = "-", r0 = (e) => {
537
537
  const {
538
538
  theme: t,
539
539
  classGroups: o
540
- } = e, a = {
540
+ } = e, s = {
541
541
  nextPart: /* @__PURE__ */ new Map(),
542
542
  validators: []
543
543
  };
544
544
  for (const l in o)
545
- w1(o[l], a, l, t);
546
- return a;
547
- }, w1 = (e, t, o, a) => {
545
+ w1(o[l], s, l, t);
546
+ return s;
547
+ }, w1 = (e, t, o, s) => {
548
548
  e.forEach((l) => {
549
549
  if (typeof l == "string") {
550
- const d = l === "" ? t : L1(t, l);
550
+ const d = l === "" ? t : C1(t, l);
551
551
  d.classGroupId = o;
552
552
  return;
553
553
  }
554
554
  if (typeof l == "function") {
555
- if (a0(l)) {
556
- w1(l(a), t, o, a);
555
+ if (s0(l)) {
556
+ w1(l(s), t, o, s);
557
557
  return;
558
558
  }
559
559
  t.validators.push({
@@ -563,18 +563,18 @@ const q1 = "-", r0 = (e) => {
563
563
  return;
564
564
  }
565
565
  Object.entries(l).forEach(([d, u]) => {
566
- w1(u, L1(t, d), o, a);
566
+ w1(u, C1(t, d), o, s);
567
567
  });
568
568
  });
569
- }, L1 = (e, t) => {
569
+ }, C1 = (e, t) => {
570
570
  let o = e;
571
- return t.split(q1).forEach((a) => {
572
- o.nextPart.has(a) || o.nextPart.set(a, {
571
+ return t.split(q1).forEach((s) => {
572
+ o.nextPart.has(s) || o.nextPart.set(s, {
573
573
  nextPart: /* @__PURE__ */ new Map(),
574
574
  validators: []
575
- }), o = o.nextPart.get(a);
575
+ }), o = o.nextPart.get(s);
576
576
  }), o;
577
- }, a0 = (e) => e.isThemeGetter, s0 = (e) => {
577
+ }, s0 = (e) => e.isThemeGetter, a0 = (e) => {
578
578
  if (e < 1)
579
579
  return {
580
580
  get: () => {
@@ -582,16 +582,16 @@ const q1 = "-", r0 = (e) => {
582
582
  set: () => {
583
583
  }
584
584
  };
585
- let t = 0, o = /* @__PURE__ */ new Map(), a = /* @__PURE__ */ new Map();
585
+ let t = 0, o = /* @__PURE__ */ new Map(), s = /* @__PURE__ */ new Map();
586
586
  const l = (d, u) => {
587
- o.set(d, u), t++, t > e && (t = 0, a = o, o = /* @__PURE__ */ new Map());
587
+ o.set(d, u), t++, t > e && (t = 0, s = o, o = /* @__PURE__ */ new Map());
588
588
  };
589
589
  return {
590
590
  get(d) {
591
591
  let u = o.get(d);
592
592
  if (u !== void 0)
593
593
  return u;
594
- if ((u = a.get(d)) !== void 0)
594
+ if ((u = s.get(d)) !== void 0)
595
595
  return l(d, u), u;
596
596
  },
597
597
  set(d, u) {
@@ -603,34 +603,34 @@ const q1 = "-", r0 = (e) => {
603
603
  prefix: t,
604
604
  experimentalParseClassName: o
605
605
  } = e;
606
- let a = (l) => {
606
+ let s = (l) => {
607
607
  const d = [];
608
608
  let u = 0, x = 0, p = 0, y;
609
609
  for (let Z = 0; Z < l.length; Z++) {
610
- let L = l[Z];
610
+ let C = l[Z];
611
611
  if (u === 0 && x === 0) {
612
- if (L === b1) {
612
+ if (C === b1) {
613
613
  d.push(l.slice(p, Z)), p = Z + l0;
614
614
  continue;
615
615
  }
616
- if (L === "/") {
616
+ if (C === "/") {
617
617
  y = Z;
618
618
  continue;
619
619
  }
620
620
  }
621
- L === "[" ? u++ : L === "]" ? u-- : L === "(" ? x++ : L === ")" && x--;
621
+ C === "[" ? u++ : C === "]" ? u-- : C === "(" ? x++ : C === ")" && x--;
622
622
  }
623
- const C = d.length === 0 ? l : l.substring(p), E = i0(C), A = E !== C, I = y && y > p ? y - p : void 0;
623
+ const L = d.length === 0 ? l : l.substring(p), E = i0(L), H = E !== L, I = y && y > p ? y - p : void 0;
624
624
  return {
625
625
  modifiers: d,
626
- hasImportantModifier: A,
626
+ hasImportantModifier: H,
627
627
  baseClassName: E,
628
628
  maybePostfixModifierPosition: I
629
629
  };
630
630
  };
631
631
  if (t) {
632
- const l = t + b1, d = a;
633
- a = (u) => u.startsWith(l) ? d(u.substring(l.length)) : {
632
+ const l = t + b1, d = s;
633
+ s = (u) => u.startsWith(l) ? d(u.substring(l.length)) : {
634
634
  isExternal: !0,
635
635
  modifiers: [],
636
636
  hasImportantModifier: !1,
@@ -639,100 +639,100 @@ const q1 = "-", r0 = (e) => {
639
639
  };
640
640
  }
641
641
  if (o) {
642
- const l = a;
643
- a = (d) => o({
642
+ const l = s;
643
+ s = (d) => o({
644
644
  className: d,
645
645
  parseClassName: l
646
646
  });
647
647
  }
648
- return a;
648
+ return s;
649
649
  }, i0 = (e) => e.endsWith(x1) ? e.substring(0, e.length - 1) : e.startsWith(x1) ? e.substring(1) : e, d0 = (e) => {
650
650
  const t = Object.fromEntries(e.orderSensitiveModifiers.map((o) => [o, !0]));
651
651
  return (o) => {
652
652
  if (o.length <= 1)
653
653
  return o;
654
- const a = [];
654
+ const s = [];
655
655
  let l = [];
656
656
  return o.forEach((d) => {
657
- d[0] === "[" || t[d] ? (a.push(...l.sort(), d), l = []) : l.push(d);
658
- }), a.push(...l.sort()), a;
657
+ d[0] === "[" || t[d] ? (s.push(...l.sort(), d), l = []) : l.push(d);
658
+ }), s.push(...l.sort()), s;
659
659
  };
660
660
  }, m0 = (e) => ({
661
- cache: s0(e.cacheSize),
661
+ cache: a0(e.cacheSize),
662
662
  parseClassName: c0(e),
663
663
  sortModifiers: d0(e),
664
664
  ...r0(e)
665
665
  }), h0 = /\s+/, v0 = (e, t) => {
666
666
  const {
667
667
  parseClassName: o,
668
- getClassGroupId: a,
668
+ getClassGroupId: s,
669
669
  getConflictingClassGroupIds: l,
670
670
  sortModifiers: d
671
671
  } = t, u = [], x = e.trim().split(h0);
672
672
  let p = "";
673
673
  for (let y = x.length - 1; y >= 0; y -= 1) {
674
- const C = x[y], {
674
+ const L = x[y], {
675
675
  isExternal: E,
676
- modifiers: A,
676
+ modifiers: H,
677
677
  hasImportantModifier: I,
678
678
  baseClassName: Z,
679
- maybePostfixModifierPosition: L
680
- } = o(C);
679
+ maybePostfixModifierPosition: C
680
+ } = o(L);
681
681
  if (E) {
682
- p = C + (p.length > 0 ? " " + p : p);
682
+ p = L + (p.length > 0 ? " " + p : p);
683
683
  continue;
684
684
  }
685
- let N = !!L, _ = a(N ? Z.substring(0, L) : Z);
685
+ let N = !!C, _ = s(N ? Z.substring(0, C) : Z);
686
686
  if (!_) {
687
687
  if (!N) {
688
- p = C + (p.length > 0 ? " " + p : p);
688
+ p = L + (p.length > 0 ? " " + p : p);
689
689
  continue;
690
690
  }
691
- if (_ = a(Z), !_) {
692
- p = C + (p.length > 0 ? " " + p : p);
691
+ if (_ = s(Z), !_) {
692
+ p = L + (p.length > 0 ? " " + p : p);
693
693
  continue;
694
694
  }
695
695
  N = !1;
696
696
  }
697
- const Q = d(A).join(":"), W = I ? Q + x1 : Q, $ = W + _;
697
+ const Q = d(H).join(":"), W = I ? Q + x1 : Q, $ = W + _;
698
698
  if (u.includes($))
699
699
  continue;
700
700
  u.push($);
701
- const V = l(_, N);
702
- for (let P = 0; P < V.length; ++P) {
703
- const F = V[P];
701
+ const G = l(_, N);
702
+ for (let B = 0; B < G.length; ++B) {
703
+ const F = G[B];
704
704
  u.push(W + F);
705
705
  }
706
- p = C + (p.length > 0 ? " " + p : p);
706
+ p = L + (p.length > 0 ? " " + p : p);
707
707
  }
708
708
  return p;
709
709
  };
710
710
  function u0() {
711
- let e = 0, t, o, a = "";
711
+ let e = 0, t, o, s = "";
712
712
  for (; e < arguments.length; )
713
- (t = arguments[e++]) && (o = z1(t)) && (a && (a += " "), a += o);
714
- return a;
713
+ (t = arguments[e++]) && (o = z1(t)) && (s && (s += " "), s += o);
714
+ return s;
715
715
  }
716
716
  const z1 = (e) => {
717
717
  if (typeof e == "string")
718
718
  return e;
719
719
  let t, o = "";
720
- for (let a = 0; a < e.length; a++)
721
- e[a] && (t = z1(e[a])) && (o && (o += " "), o += t);
720
+ for (let s = 0; s < e.length; s++)
721
+ e[s] && (t = z1(e[s])) && (o && (o += " "), o += t);
722
722
  return o;
723
723
  };
724
724
  function g0(e, ...t) {
725
- let o, a, l, d = u;
725
+ let o, s, l, d = u;
726
726
  function u(p) {
727
- const y = t.reduce((C, E) => E(C), e());
728
- return o = m0(y), a = o.cache.get, l = o.cache.set, d = x, x(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);
729
729
  }
730
730
  function x(p) {
731
- const y = a(p);
731
+ const y = s(p);
732
732
  if (y)
733
733
  return y;
734
- const C = v0(p, o);
735
- return l(p, C), C;
734
+ const L = v0(p, o);
735
+ return l(p, 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, H1 = /^\((?:(\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, 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) => (
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
- ), S1 = () => !1, C0 = (e) => b0.test(e), y0 = (e) => q0.test(e), L0 = (e) => !c(e) && !i(e), j0 = (e) => r1(e, _1, S1), c = (e) => E1.test(e), X = (e) => r1(e, P1, k0), f1 = (e) => r1(e, H0, g), j1 = (e) => r1(e, A1, S1), Z0 = (e) => r1(e, R1, y0), u1 = (e) => r1(e, B1, C0), i = (e) => H1.test(e), i1 = (e) => o1(e, P1), M0 = (e) => o1(e, S0), Z1 = (e) => o1(e, A1), z0 = (e) => o1(e, _1), E0 = (e) => o1(e, R1), g1 = (e) => o1(e, B1, !0), r1 = (e, t, o) => {
750
- const a = E1.exec(e);
751
- return a ? a[1] ? t(a[1]) : o(a[2]) : !1;
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) => {
750
+ const s = E1.exec(e);
751
+ return s ? s[1] ? t(s[1]) : o(s[2]) : !1;
752
752
  }, o1 = (e, t, o = !1) => {
753
- const a = H1.exec(e);
754
- return a ? a[1] ? t(a[1]) : o : !1;
755
- }, A1 = (e) => e === "position" || e === "percentage", R1 = (e) => e === "image" || e === "url", _1 = (e) => e === "length" || e === "size" || e === "bg-size", P1 = (e) => e === "length", H0 = (e) => e === "number", S0 = (e) => e === "family-name", B1 = (e) => e === "shadow", A0 = () => {
756
- const e = k("color"), t = k("font"), o = k("text"), a = k("font-weight"), l = k("tracking"), d = k("leading"), u = k("breakpoint"), x = k("container"), p = k("spacing"), y = k("radius"), C = k("shadow"), E = k("inset-shadow"), A = k("text-shadow"), I = k("drop-shadow"), Z = k("blur"), L = k("perspective"), N = k("aspect"), _ = k("ease"), Q = k("animate"), W = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"], $ = () => [
753
+ const s = S1.exec(e);
754
+ return s ? s[1] ? t(s[1]) : o : !1;
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"], $ = () => [
757
757
  "center",
758
758
  "top",
759
759
  "bottom",
@@ -771,9 +771,9 @@ 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
- ], V = () => [...$(), i, c], P = () => ["auto", "hidden", "clip", "visible", "scroll"], F = () => ["auto", "contain", "none"], h = () => [i, c, p], H = () => [t1, "full", "auto", ...h()], m1 = () => [D, "none", "subgrid", i, c], K = () => ["auto", {
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
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"], B = () => ["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], a1 = () => [...$(), Z1, j1, {
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, {
777
777
  position: [i, c]
778
778
  }], n = () => ["no-repeat", {
779
779
  repeat: ["", "x", "y", "space", "round"]
@@ -794,7 +794,7 @@ const k = (e) => {
794
794
  Z,
795
795
  i,
796
796
  c
797
- ], S = () => ["none", g, i, c], G = () => ["none", g, i, c], s1 = () => [g, i, c], v1 = () => [t1, "full", ...h()];
797
+ ], A = () => ["none", g, i, c], V = () => ["none", g, i, c], a1 = () => [g, i, c], v1 = () => [t1, "full", ...h()];
798
798
  return {
799
799
  cacheSize: 500,
800
800
  theme: {
@@ -806,7 +806,7 @@ const k = (e) => {
806
806
  container: [O],
807
807
  "drop-shadow": [O],
808
808
  ease: ["in", "out", "in-out"],
809
- font: [L0],
809
+ font: [C0],
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"],
@@ -918,28 +918,28 @@ const k = (e) => {
918
918
  * @see https://tailwindcss.com/docs/object-position
919
919
  */
920
920
  "object-position": [{
921
- object: V()
921
+ object: G()
922
922
  }],
923
923
  /**
924
924
  * Overflow
925
925
  * @see https://tailwindcss.com/docs/overflow
926
926
  */
927
927
  overflow: [{
928
- overflow: P()
928
+ overflow: B()
929
929
  }],
930
930
  /**
931
931
  * Overflow X
932
932
  * @see https://tailwindcss.com/docs/overflow
933
933
  */
934
934
  "overflow-x": [{
935
- "overflow-x": P()
935
+ "overflow-x": B()
936
936
  }],
937
937
  /**
938
938
  * Overflow Y
939
939
  * @see https://tailwindcss.com/docs/overflow
940
940
  */
941
941
  "overflow-y": [{
942
- "overflow-y": P()
942
+ "overflow-y": B()
943
943
  }],
944
944
  /**
945
945
  * Overscroll Behavior
@@ -972,63 +972,63 @@ const k = (e) => {
972
972
  * @see https://tailwindcss.com/docs/top-right-bottom-left
973
973
  */
974
974
  inset: [{
975
- inset: H()
975
+ inset: S()
976
976
  }],
977
977
  /**
978
978
  * Right / Left
979
979
  * @see https://tailwindcss.com/docs/top-right-bottom-left
980
980
  */
981
981
  "inset-x": [{
982
- "inset-x": H()
982
+ "inset-x": S()
983
983
  }],
984
984
  /**
985
985
  * Top / Bottom
986
986
  * @see https://tailwindcss.com/docs/top-right-bottom-left
987
987
  */
988
988
  "inset-y": [{
989
- "inset-y": H()
989
+ "inset-y": S()
990
990
  }],
991
991
  /**
992
992
  * Start
993
993
  * @see https://tailwindcss.com/docs/top-right-bottom-left
994
994
  */
995
995
  start: [{
996
- start: H()
996
+ start: S()
997
997
  }],
998
998
  /**
999
999
  * End
1000
1000
  * @see https://tailwindcss.com/docs/top-right-bottom-left
1001
1001
  */
1002
1002
  end: [{
1003
- end: H()
1003
+ end: S()
1004
1004
  }],
1005
1005
  /**
1006
1006
  * Top
1007
1007
  * @see https://tailwindcss.com/docs/top-right-bottom-left
1008
1008
  */
1009
1009
  top: [{
1010
- top: H()
1010
+ top: S()
1011
1011
  }],
1012
1012
  /**
1013
1013
  * Right
1014
1014
  * @see https://tailwindcss.com/docs/top-right-bottom-left
1015
1015
  */
1016
1016
  right: [{
1017
- right: H()
1017
+ right: S()
1018
1018
  }],
1019
1019
  /**
1020
1020
  * Bottom
1021
1021
  * @see https://tailwindcss.com/docs/top-right-bottom-left
1022
1022
  */
1023
1023
  bottom: [{
1024
- bottom: H()
1024
+ bottom: S()
1025
1025
  }],
1026
1026
  /**
1027
1027
  * Left
1028
1028
  * @see https://tailwindcss.com/docs/top-right-bottom-left
1029
1029
  */
1030
1030
  left: [{
1031
- left: H()
1031
+ left: S()
1032
1032
  }],
1033
1033
  /**
1034
1034
  * Visibility
@@ -1204,14 +1204,14 @@ const k = (e) => {
1204
1204
  * @see https://tailwindcss.com/docs/justify-items
1205
1205
  */
1206
1206
  "justify-items": [{
1207
- "justify-items": [...B(), "normal"]
1207
+ "justify-items": [...P(), "normal"]
1208
1208
  }],
1209
1209
  /**
1210
1210
  * Justify Self
1211
1211
  * @see https://tailwindcss.com/docs/justify-self
1212
1212
  */
1213
1213
  "justify-self": [{
1214
- "justify-self": ["auto", ...B()]
1214
+ "justify-self": ["auto", ...P()]
1215
1215
  }],
1216
1216
  /**
1217
1217
  * Align Content
@@ -1225,7 +1225,7 @@ const k = (e) => {
1225
1225
  * @see https://tailwindcss.com/docs/align-items
1226
1226
  */
1227
1227
  "align-items": [{
1228
- items: [...B(), {
1228
+ items: [...P(), {
1229
1229
  baseline: ["", "last"]
1230
1230
  }]
1231
1231
  }],
@@ -1234,7 +1234,7 @@ const k = (e) => {
1234
1234
  * @see https://tailwindcss.com/docs/align-self
1235
1235
  */
1236
1236
  "align-self": [{
1237
- self: ["auto", ...B(), {
1237
+ self: ["auto", ...P(), {
1238
1238
  baseline: ["", "last"]
1239
1239
  }]
1240
1240
  }],
@@ -1250,14 +1250,14 @@ const k = (e) => {
1250
1250
  * @see https://tailwindcss.com/docs/place-items
1251
1251
  */
1252
1252
  "place-items": [{
1253
- "place-items": [...B(), "baseline"]
1253
+ "place-items": [...P(), "baseline"]
1254
1254
  }],
1255
1255
  /**
1256
1256
  * Place Self
1257
1257
  * @see https://tailwindcss.com/docs/place-self
1258
1258
  */
1259
1259
  "place-self": [{
1260
- "place-self": ["auto", ...B()]
1260
+ "place-self": ["auto", ...P()]
1261
1261
  }],
1262
1262
  // Spacing
1263
1263
  /**
@@ -1504,7 +1504,7 @@ const k = (e) => {
1504
1504
  * @see https://tailwindcss.com/docs/font-weight
1505
1505
  */
1506
1506
  "font-weight": [{
1507
- font: [a, i, f1]
1507
+ font: [s, i, f1]
1508
1508
  }],
1509
1509
  /**
1510
1510
  * Font Stretch
@@ -1746,7 +1746,7 @@ const k = (e) => {
1746
1746
  * @see https://tailwindcss.com/docs/background-position
1747
1747
  */
1748
1748
  "bg-position": [{
1749
- bg: a1()
1749
+ bg: s1()
1750
1750
  }],
1751
1751
  /**
1752
1752
  * Background Repeat
@@ -2143,7 +2143,7 @@ const k = (e) => {
2143
2143
  // Deprecated since Tailwind CSS v4.0.0
2144
2144
  "",
2145
2145
  "none",
2146
- C,
2146
+ L,
2147
2147
  g1,
2148
2148
  u1
2149
2149
  ]
@@ -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", A, g1, u1]
2230
+ "text-shadow": ["none", H, g1, u1]
2231
2231
  }],
2232
2232
  /**
2233
2233
  * Text Shadow Color
@@ -2423,7 +2423,7 @@ const k = (e) => {
2423
2423
  * @see https://tailwindcss.com/docs/mask-position
2424
2424
  */
2425
2425
  "mask-position": [{
2426
- mask: a1()
2426
+ mask: s1()
2427
2427
  }],
2428
2428
  /**
2429
2429
  * Mask Repeat
@@ -2727,70 +2727,70 @@ const k = (e) => {
2727
2727
  * @see https://tailwindcss.com/docs/perspective
2728
2728
  */
2729
2729
  perspective: [{
2730
- perspective: [L, i, c]
2730
+ perspective: [C, 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": V()
2737
+ "perspective-origin": G()
2738
2738
  }],
2739
2739
  /**
2740
2740
  * Rotate
2741
2741
  * @see https://tailwindcss.com/docs/rotate
2742
2742
  */
2743
2743
  rotate: [{
2744
- rotate: S()
2744
+ rotate: A()
2745
2745
  }],
2746
2746
  /**
2747
2747
  * Rotate X
2748
2748
  * @see https://tailwindcss.com/docs/rotate
2749
2749
  */
2750
2750
  "rotate-x": [{
2751
- "rotate-x": S()
2751
+ "rotate-x": A()
2752
2752
  }],
2753
2753
  /**
2754
2754
  * Rotate Y
2755
2755
  * @see https://tailwindcss.com/docs/rotate
2756
2756
  */
2757
2757
  "rotate-y": [{
2758
- "rotate-y": S()
2758
+ "rotate-y": A()
2759
2759
  }],
2760
2760
  /**
2761
2761
  * Rotate Z
2762
2762
  * @see https://tailwindcss.com/docs/rotate
2763
2763
  */
2764
2764
  "rotate-z": [{
2765
- "rotate-z": S()
2765
+ "rotate-z": A()
2766
2766
  }],
2767
2767
  /**
2768
2768
  * Scale
2769
2769
  * @see https://tailwindcss.com/docs/scale
2770
2770
  */
2771
2771
  scale: [{
2772
- scale: G()
2772
+ scale: V()
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": G()
2779
+ "scale-x": V()
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": G()
2786
+ "scale-y": V()
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": G()
2793
+ "scale-z": V()
2794
2794
  }],
2795
2795
  /**
2796
2796
  * Scale 3D
@@ -2802,21 +2802,21 @@ const k = (e) => {
2802
2802
  * @see https://tailwindcss.com/docs/skew
2803
2803
  */
2804
2804
  skew: [{
2805
- skew: s1()
2805
+ skew: a1()
2806
2806
  }],
2807
2807
  /**
2808
2808
  * Skew X
2809
2809
  * @see https://tailwindcss.com/docs/skew
2810
2810
  */
2811
2811
  "skew-x": [{
2812
- "skew-x": s1()
2812
+ "skew-x": a1()
2813
2813
  }],
2814
2814
  /**
2815
2815
  * Skew Y
2816
2816
  * @see https://tailwindcss.com/docs/skew
2817
2817
  */
2818
2818
  "skew-y": [{
2819
- "skew-y": s1()
2819
+ "skew-y": a1()
2820
2820
  }],
2821
2821
  /**
2822
2822
  * Transform
@@ -2830,7 +2830,7 @@ const k = (e) => {
2830
2830
  * @see https://tailwindcss.com/docs/transform-origin
2831
2831
  */
2832
2832
  "transform-origin": [{
2833
- origin: V()
2833
+ origin: G()
2834
2834
  }],
2835
2835
  /**
2836
2836
  * Transform Style
@@ -3222,39 +3222,39 @@ 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(A0);
3225
+ }, R0 = /* @__PURE__ */ g0(H0);
3226
3226
  function O1(e) {
3227
- var t, o, a = "";
3228
- if (typeof e == "string" || typeof e == "number") a += e;
3227
+ var t, o, s = "";
3228
+ if (typeof e == "string" || typeof e == "number") s += e;
3229
3229
  else if (typeof e == "object") if (Array.isArray(e)) {
3230
3230
  var l = e.length;
3231
- for (t = 0; t < l; t++) e[t] && (o = O1(e[t])) && (a && (a += " "), a += o);
3232
- } else for (o in e) e[o] && (a && (a += " "), a += o);
3233
- return a;
3231
+ for (t = 0; t < l; t++) e[t] && (o = O1(e[t])) && (s && (s += " "), s += o);
3232
+ } else for (o in e) e[o] && (s && (s += " "), s += o);
3233
+ return s;
3234
3234
  }
3235
3235
  function _0() {
3236
- for (var e, t, o = 0, a = "", l = arguments.length; o < l; o++) (e = arguments[o]) && (t = O1(e)) && (a && (a += " "), a += t);
3237
- return a;
3236
+ for (var e, t, o = 0, s = "", l = arguments.length; o < l; o++) (e = arguments[o]) && (t = O1(e)) && (s && (s += " "), s += t);
3237
+ return s;
3238
3238
  }
3239
3239
  function n1(...e) {
3240
3240
  const t = e.filter((o) => o && o.trim() !== "");
3241
3241
  return t.length === 0 ? "" : t.length === 1 ? t[0] : R0(_0(t));
3242
3242
  }
3243
- const P0 = (e) => !Array.isArray(e) || e.length === 0, z = class {
3243
+ const B0 = (e) => !Array.isArray(e) || e.length === 0, z = class {
3244
3244
  };
3245
- J(z, "IsZeroArray", (e) => P0(e)), J(z, "RemoveItem", (e, t) => z.IsZeroArray(e) ? [] : e.filter(
3245
+ J(z, "IsZeroArray", (e) => B0(e)), J(z, "RemoveItem", (e, t) => z.IsZeroArray(e) ? [] : e.filter(
3246
3246
  (o) => o !== t
3247
3247
  )), J(z, "RemoveItemByID", (e, t) => z.IsZeroArray(e) ? [] : e.filter(
3248
3248
  (o) => o.id !== t
3249
3249
  )), J(z, "UpdateItem", (e, t) => z.IsZeroArray(e) ? [] : (e.forEach(
3250
- (o, a) => {
3251
- o.id === t.id && (e[a] = t);
3250
+ (o, s) => {
3251
+ o.id === t.id && (e[s] = t);
3252
3252
  }
3253
3253
  ), 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)));
3254
- class B0 extends Error {
3254
+ class P0 extends Error {
3255
3255
  }
3256
- B0.prototype.name = "InvalidTokenError";
3257
- function O0({ className: e = "", size: t = s.md }) {
3256
+ P0.prototype.name = "InvalidTokenError";
3257
+ function O0({ className: e = "", size: t = a.md }) {
3258
3258
  return /* @__PURE__ */ r.jsx(
3259
3259
  "svg",
3260
3260
  {
@@ -3273,7 +3273,7 @@ function O0({ className: e = "", size: t = s.md }) {
3273
3273
  }
3274
3274
  );
3275
3275
  }
3276
- function I0({ className: e = "fill-gray-600", size: t = s.md }) {
3276
+ function I0({ className: e = "fill-gray-600", size: t = a.md }) {
3277
3277
  return /* @__PURE__ */ r.jsx(
3278
3278
  "svg",
3279
3279
  {
@@ -3288,7 +3288,7 @@ function I0({ className: e = "fill-gray-600", size: t = s.md }) {
3288
3288
  }
3289
3289
  );
3290
3290
  }
3291
- function N0({ className: e = "fill-gray-600", size: t = s.md }) {
3291
+ function N0({ className: e = "fill-gray-600", size: t = a.md }) {
3292
3292
  return /* @__PURE__ */ r.jsx(
3293
3293
  "svg",
3294
3294
  {
@@ -3303,7 +3303,7 @@ function N0({ className: e = "fill-gray-600", size: t = s.md }) {
3303
3303
  }
3304
3304
  );
3305
3305
  }
3306
- function $0({ className: e = "fill-gray-600", size: t = s.md }) {
3306
+ function $0({ className: e = "fill-gray-600", size: t = a.md }) {
3307
3307
  return /* @__PURE__ */ r.jsxs(
3308
3308
  "svg",
3309
3309
  {
@@ -3322,7 +3322,7 @@ function $0({ className: e = "fill-gray-600", size: t = s.md }) {
3322
3322
  }
3323
3323
  );
3324
3324
  }
3325
- function V0({ className: e = "fill-gray-600", size: t = s.md }) {
3325
+ function G0({ 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 V0({ className: e = "fill-gray-600", size: t = s.md }) {
3365
3365
  }
3366
3366
  );
3367
3367
  }
3368
- function G0({ className: e = "fill-gray-600", size: t = s.md }) {
3368
+ function V0({ 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 G0({ className: e = "fill-gray-600", size: t = s.md }) {
3411
3411
  }
3412
3412
  );
3413
3413
  }
3414
- function D0({ className: e = "fill-gray-600", size: t = s.md }) {
3414
+ function D0({ 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 = s.md }) {
3468
3468
  }
3469
3469
  );
3470
3470
  }
3471
- function W0({ className: e = "fill-gray-600", size: t = s.md }) {
3471
+ function W0({ className: e = "fill-gray-600", size: t = a.md }) {
3472
3472
  return /* @__PURE__ */ r.jsx(
3473
3473
  "svg",
3474
3474
  {
@@ -3493,21 +3493,21 @@ const F0 = [
3493
3493
  N0,
3494
3494
  W0,
3495
3495
  I0,
3496
- V0,
3496
+ G0,
3497
3497
  X1,
3498
3498
  K1,
3499
- G1,
3499
+ V1,
3500
3500
  J1,
3501
- G0,
3501
+ V0,
3502
3502
  D0,
3503
3503
  $0,
3504
3504
  Q1
3505
3505
  ];
3506
3506
  function Y0({ seq: e, className: t, size: o }) {
3507
- const a = F0[e - 1];
3508
- return /* @__PURE__ */ r.jsx(a, { className: t, size: o });
3507
+ const s = F0[e - 1];
3508
+ return /* @__PURE__ */ r.jsx(s, { className: t, size: o });
3509
3509
  }
3510
- function U0({ className: e = "", size: t = s.md }) {
3510
+ function U0({ className: e = "", size: t = a.md }) {
3511
3511
  return /* @__PURE__ */ r.jsx(
3512
3512
  "svg",
3513
3513
  {
@@ -3526,7 +3526,7 @@ function U0({ className: e = "", size: t = s.md }) {
3526
3526
  }
3527
3527
  );
3528
3528
  }
3529
- function J0({ className: e = "", size: t = s.md }) {
3529
+ function J0({ className: e = "", size: t = a.md }) {
3530
3530
  return /* @__PURE__ */ r.jsx(
3531
3531
  "svg",
3532
3532
  {
@@ -3549,10 +3549,10 @@ function J0({ className: e = "", size: t = s.md }) {
3549
3549
  }
3550
3550
  const X0 = [U0, J0];
3551
3551
  function Q0({ seq: e, className: t, size: o }) {
3552
- const a = X0[e - 1];
3553
- return /* @__PURE__ */ r.jsx(a, { className: t, size: o });
3552
+ const s = X0[e - 1];
3553
+ return /* @__PURE__ */ r.jsx(s, { className: t, size: o });
3554
3554
  }
3555
- function K0({ className: e = "", size: t = s.md }) {
3555
+ function K0({ className: e = "", size: t = a.md }) {
3556
3556
  return /* @__PURE__ */ r.jsx(
3557
3557
  "svg",
3558
3558
  {
@@ -3608,7 +3608,7 @@ function K0({ className: e = "", size: t = s.md }) {
3608
3608
  }
3609
3609
  );
3610
3610
  }
3611
- function e2({ className: e = "", size: t = s.md }) {
3611
+ function e2({ className: e = "", size: t = a.md }) {
3612
3612
  return /* @__PURE__ */ r.jsxs(
3613
3613
  "svg",
3614
3614
  {
@@ -3629,15 +3629,15 @@ function e2({ className: e = "", size: t = s.md }) {
3629
3629
  }
3630
3630
  const t2 = [K0, e2];
3631
3631
  function r2({ seq: e, className: t, size: o }) {
3632
- const a = t2[e - 1];
3633
- return /* @__PURE__ */ r.jsx(a, { className: t, size: o });
3632
+ const s = t2[e - 1];
3633
+ return /* @__PURE__ */ r.jsx(s, { className: t, size: o });
3634
3634
  }
3635
3635
  const o2 = [Y0, Q0, r2];
3636
- function u2({ seq: e, categorySeq: t, size: o = s.sm, className: a = "" }) {
3636
+ function u2({ seq: e, categorySeq: t, size: o = a.sm, className: s = "" }) {
3637
3637
  const l = o2[t - 1];
3638
- return /* @__PURE__ */ r.jsx(l, { seq: e, size: o, className: a });
3638
+ return /* @__PURE__ */ r.jsx(l, { seq: e, size: o, className: s });
3639
3639
  }
3640
- function g2({ className: e = "fill-blue-500", size: t = s.xl }) {
3640
+ function g2({ 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 = s.xl }) {
3676
3676
  }
3677
3677
  );
3678
3678
  }
3679
- function p2({ className: e = "", size: t = s.md }) {
3679
+ function p2({ className: e = "", size: t = a.md }) {
3680
3680
  return /* @__PURE__ */ r.jsx(
3681
3681
  "svg",
3682
3682
  {
@@ -3689,7 +3689,7 @@ function p2({ className: e = "", size: t = s.md }) {
3689
3689
  }
3690
3690
  );
3691
3691
  }
3692
- function f2({ className: e = "", size: t = s.md }) {
3692
+ function f2({ className: e = "", size: t = a.md }) {
3693
3693
  return /* @__PURE__ */ r.jsx(
3694
3694
  "svg",
3695
3695
  {
@@ -3702,7 +3702,7 @@ function f2({ className: e = "", size: t = s.md }) {
3702
3702
  }
3703
3703
  );
3704
3704
  }
3705
- function w2({ className: e = "", size: t = s.md }) {
3705
+ function w2({ className: e = "", size: t = a.md }) {
3706
3706
  return /* @__PURE__ */ r.jsx(
3707
3707
  "svg",
3708
3708
  {
@@ -3715,7 +3715,7 @@ function w2({ className: e = "", size: t = s.md }) {
3715
3715
  }
3716
3716
  );
3717
3717
  }
3718
- function x2({ className: e = "", size: t = s.md }) {
3718
+ function x2({ className: e = "", size: t = a.md }) {
3719
3719
  return /* @__PURE__ */ r.jsxs(
3720
3720
  "svg",
3721
3721
  {
@@ -3733,7 +3733,7 @@ function x2({ className: e = "", size: t = s.md }) {
3733
3733
  }
3734
3734
  );
3735
3735
  }
3736
- function b2({ className: e = "", size: t = s.md }) {
3736
+ function b2({ className: e = "", size: t = a.md }) {
3737
3737
  return /* @__PURE__ */ r.jsx(
3738
3738
  "svg",
3739
3739
  {
@@ -3746,7 +3746,7 @@ function b2({ className: e = "", size: t = s.md }) {
3746
3746
  }
3747
3747
  );
3748
3748
  }
3749
- function q2({ className: e = "", size: t = s.lg }) {
3749
+ function q2({ className: e = "", size: t = a.lg }) {
3750
3750
  return /* @__PURE__ */ r.jsx(
3751
3751
  "svg",
3752
3752
  {
@@ -3759,7 +3759,7 @@ function q2({ className: e = "", size: t = s.lg }) {
3759
3759
  }
3760
3760
  );
3761
3761
  }
3762
- function T2({ className: e = "", size: t = s.md }) {
3762
+ function T2({ className: e = "", size: t = a.md }) {
3763
3763
  return /* @__PURE__ */ r.jsx(
3764
3764
  "svg",
3765
3765
  {
@@ -3772,7 +3772,7 @@ function T2({ className: e = "", size: t = s.md }) {
3772
3772
  }
3773
3773
  );
3774
3774
  }
3775
- function k2({ className: e = "", size: t = s.md }) {
3775
+ function k2({ className: e = "", size: t = a.md }) {
3776
3776
  return /* @__PURE__ */ r.jsx(
3777
3777
  "svg",
3778
3778
  {
@@ -3785,7 +3785,7 @@ function k2({ className: e = "", size: t = s.md }) {
3785
3785
  }
3786
3786
  );
3787
3787
  }
3788
- function C2({ className: e = "", size: t = s.md }) {
3788
+ function L2({ className: e = "", size: t = a.md }) {
3789
3789
  return /* @__PURE__ */ r.jsx(
3790
3790
  "svg",
3791
3791
  {
@@ -3798,7 +3798,7 @@ function C2({ className: e = "", size: t = s.md }) {
3798
3798
  }
3799
3799
  );
3800
3800
  }
3801
- function y2({ className: e = "", size: t = s.md }) {
3801
+ function y2({ 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 = s.md }) {
3811
3811
  }
3812
3812
  );
3813
3813
  }
3814
- function L2({ className: e = "", size: t = s.md }) {
3814
+ function C2({ className: e = "", size: t = a.md }) {
3815
3815
  return /* @__PURE__ */ r.jsx(
3816
3816
  "svg",
3817
3817
  {
@@ -3824,7 +3824,7 @@ function L2({ className: e = "", size: t = s.md }) {
3824
3824
  }
3825
3825
  );
3826
3826
  }
3827
- function j2({ className: e = "", size: t = s.md }) {
3827
+ function j2({ className: e = "", size: t = a.md }) {
3828
3828
  return /* @__PURE__ */ r.jsx(
3829
3829
  "svg",
3830
3830
  {
@@ -3837,7 +3837,7 @@ function j2({ className: e = "", size: t = s.md }) {
3837
3837
  }
3838
3838
  );
3839
3839
  }
3840
- function Z2({ className: e = "", size: t = s.md }) {
3840
+ function Z2({ className: e = "", size: t = a.md }) {
3841
3841
  return /* @__PURE__ */ r.jsx(
3842
3842
  "svg",
3843
3843
  {
@@ -3850,7 +3850,7 @@ function Z2({ className: e = "", size: t = s.md }) {
3850
3850
  }
3851
3851
  );
3852
3852
  }
3853
- function M2({ className: e = "", size: t = s.sm }) {
3853
+ function M2({ className: e = "", size: t = a.sm }) {
3854
3854
  return /* @__PURE__ */ r.jsx(
3855
3855
  "svg",
3856
3856
  {
@@ -3863,7 +3863,7 @@ function M2({ className: e = "", size: t = s.sm }) {
3863
3863
  }
3864
3864
  );
3865
3865
  }
3866
- function z2({ className: e = "", size: t = s.md }) {
3866
+ function z2({ className: e = "", size: t = a.md }) {
3867
3867
  return /* @__PURE__ */ r.jsx(
3868
3868
  "svg",
3869
3869
  {
@@ -3876,7 +3876,7 @@ function z2({ className: e = "", size: t = s.md }) {
3876
3876
  }
3877
3877
  );
3878
3878
  }
3879
- function E2({ className: e = "", size: t = s.md }) {
3879
+ function E2({ className: e = "", size: t = a.md }) {
3880
3880
  return /* @__PURE__ */ r.jsx(
3881
3881
  "svg",
3882
3882
  {
@@ -3896,7 +3896,7 @@ function E2({ className: e = "", size: t = s.md }) {
3896
3896
  }
3897
3897
  );
3898
3898
  }
3899
- function H2({ className: e = "", size: t = s.md }) {
3899
+ function S2({ className: e = "", size: t = a.md }) {
3900
3900
  return /* @__PURE__ */ r.jsx(
3901
3901
  "svg",
3902
3902
  {
@@ -3909,7 +3909,7 @@ function H2({ className: e = "", size: t = s.md }) {
3909
3909
  }
3910
3910
  );
3911
3911
  }
3912
- function S2({ className: e = "", size: t = s.md }) {
3912
+ function A2({ className: e = "", size: t = a.md }) {
3913
3913
  return /* @__PURE__ */ r.jsx(
3914
3914
  "svg",
3915
3915
  {
@@ -3922,7 +3922,7 @@ function S2({ className: e = "", size: t = s.md }) {
3922
3922
  }
3923
3923
  );
3924
3924
  }
3925
- function A2({ className: e = "", size: t = s.md }) {
3925
+ function H2({ className: e = "", size: t = a.md }) {
3926
3926
  return /* @__PURE__ */ r.jsx(
3927
3927
  "svg",
3928
3928
  {
@@ -3935,7 +3935,7 @@ function A2({ className: e = "", size: t = s.md }) {
3935
3935
  }
3936
3936
  );
3937
3937
  }
3938
- function R2({ className: e = "", size: t = s.md }) {
3938
+ function R2({ className: e = "", size: t = a.md }) {
3939
3939
  return /* @__PURE__ */ r.jsx(
3940
3940
  "svg",
3941
3941
  {
@@ -3953,7 +3953,7 @@ function R2({ className: e = "", size: t = s.md }) {
3953
3953
  }
3954
3954
  );
3955
3955
  }
3956
- function _2({ className: e = "", size: t = s.md }) {
3956
+ function _2({ className: e = "", size: t = a.md }) {
3957
3957
  return /* @__PURE__ */ r.jsx(
3958
3958
  "svg",
3959
3959
  {
@@ -3966,7 +3966,7 @@ function _2({ className: e = "", size: t = s.md }) {
3966
3966
  }
3967
3967
  );
3968
3968
  }
3969
- function P2({ className: e = "", size: t = s.sm }) {
3969
+ function B2({ className: e = "", size: t = a.sm }) {
3970
3970
  return /* @__PURE__ */ r.jsx(
3971
3971
  "svg",
3972
3972
  {
@@ -3979,7 +3979,7 @@ function P2({ className: e = "", size: t = s.sm }) {
3979
3979
  }
3980
3980
  );
3981
3981
  }
3982
- function B2({ className: e = "", size: t = s.md }) {
3982
+ function P2({ className: e = "", size: t = a.md }) {
3983
3983
  return /* @__PURE__ */ r.jsx(
3984
3984
  "svg",
3985
3985
  {
@@ -3992,7 +3992,7 @@ function B2({ className: e = "", size: t = s.md }) {
3992
3992
  }
3993
3993
  );
3994
3994
  }
3995
- function O2({ className: e = "", size: t = s.md }) {
3995
+ function O2({ className: e = "", size: t = a.md }) {
3996
3996
  return /* @__PURE__ */ r.jsx(
3997
3997
  "svg",
3998
3998
  {
@@ -4005,7 +4005,7 @@ function O2({ className: e = "", size: t = s.md }) {
4005
4005
  }
4006
4006
  );
4007
4007
  }
4008
- function I2({ className: e = "fill-gray-600", size: t = s.md }) {
4008
+ function I2({ className: e = "fill-gray-600", size: t = a.md }) {
4009
4009
  return /* @__PURE__ */ r.jsx(
4010
4010
  "svg",
4011
4011
  {
@@ -4018,7 +4018,7 @@ function I2({ className: e = "fill-gray-600", size: t = s.md }) {
4018
4018
  }
4019
4019
  );
4020
4020
  }
4021
- function N2({ className: e = "", size: t = s.md }) {
4021
+ function N2({ className: e = "", size: t = a.md }) {
4022
4022
  return /* @__PURE__ */ r.jsx(
4023
4023
  "svg",
4024
4024
  {
@@ -4031,7 +4031,7 @@ function N2({ className: e = "", size: t = s.md }) {
4031
4031
  }
4032
4032
  );
4033
4033
  }
4034
- function $2({ className: e = "", size: t = s.xs }) {
4034
+ function $2({ className: e = "", size: t = a.xs }) {
4035
4035
  return /* @__PURE__ */ r.jsxs(
4036
4036
  "svg",
4037
4037
  {
@@ -4059,7 +4059,7 @@ function $2({ className: e = "", size: t = s.xs }) {
4059
4059
  }
4060
4060
  );
4061
4061
  }
4062
- function V2({ className: e = "", size: t = s.md }) {
4062
+ function G2({ className: e = "", size: t = a.md }) {
4063
4063
  return /* @__PURE__ */ r.jsx(
4064
4064
  "svg",
4065
4065
  {
@@ -4072,7 +4072,7 @@ function V2({ className: e = "", size: t = s.md }) {
4072
4072
  }
4073
4073
  );
4074
4074
  }
4075
- function G2({ className: e = "", size: t = s.md }) {
4075
+ function V2({ className: e = "", size: t = a.md }) {
4076
4076
  return /* @__PURE__ */ r.jsx(
4077
4077
  "svg",
4078
4078
  {
@@ -4085,7 +4085,7 @@ function G2({ className: e = "", size: t = s.md }) {
4085
4085
  }
4086
4086
  );
4087
4087
  }
4088
- function D2({ className: e = "", size: t = s.md }) {
4088
+ function D2({ className: e = "", size: t = a.md }) {
4089
4089
  return /* @__PURE__ */ r.jsx(
4090
4090
  "svg",
4091
4091
  {
@@ -4098,7 +4098,7 @@ function D2({ className: e = "", size: t = s.md }) {
4098
4098
  }
4099
4099
  );
4100
4100
  }
4101
- function W2({ className: e = "", size: t = s.xs }) {
4101
+ function W2({ className: e = "", size: t = a.xs }) {
4102
4102
  return /* @__PURE__ */ r.jsx(
4103
4103
  "svg",
4104
4104
  {
@@ -4111,7 +4111,7 @@ function W2({ className: e = "", size: t = s.xs }) {
4111
4111
  }
4112
4112
  );
4113
4113
  }
4114
- function F2({ className: e = "", size: t = s.md }) {
4114
+ function F2({ className: e = "", size: t = a.md }) {
4115
4115
  return /* @__PURE__ */ r.jsx(
4116
4116
  "svg",
4117
4117
  {
@@ -4124,7 +4124,7 @@ function F2({ className: e = "", size: t = s.md }) {
4124
4124
  }
4125
4125
  );
4126
4126
  }
4127
- function Y2({ className: e = "", size: t = s.md }) {
4127
+ function Y2({ className: e = "", size: t = a.md }) {
4128
4128
  return /* @__PURE__ */ r.jsxs(
4129
4129
  "svg",
4130
4130
  {
@@ -4147,7 +4147,7 @@ function Y2({ className: e = "", size: t = s.md }) {
4147
4147
  }
4148
4148
  );
4149
4149
  }
4150
- function U2({ className: e = "fill-blue-500", size: t = s.md }) {
4150
+ function U2({ className: e = "fill-blue-500", size: t = a.md }) {
4151
4151
  return /* @__PURE__ */ r.jsx(
4152
4152
  "svg",
4153
4153
  {
@@ -4161,7 +4161,7 @@ function U2({ className: e = "fill-blue-500", size: t = s.md }) {
4161
4161
  }
4162
4162
  );
4163
4163
  }
4164
- function J2({ className: e = "", size: t = s.md }) {
4164
+ function J2({ className: e = "", size: t = a.md }) {
4165
4165
  return /* @__PURE__ */ r.jsx(
4166
4166
  "svg",
4167
4167
  {
@@ -4273,7 +4273,7 @@ function J2({ className: e = "", size: t = s.md }) {
4273
4273
  }
4274
4274
  );
4275
4275
  }
4276
- function X2({ className: e = "", size: t = s.md }) {
4276
+ function X2({ className: e = "", size: t = a.md }) {
4277
4277
  return /* @__PURE__ */ r.jsx(
4278
4278
  "svg",
4279
4279
  {
@@ -4321,7 +4321,7 @@ function X2({ className: e = "", size: t = s.md }) {
4321
4321
  }
4322
4322
  );
4323
4323
  }
4324
- function Q2({ className: e = "", size: t = s.md }) {
4324
+ function Q2({ className: e = "", size: t = a.md }) {
4325
4325
  return /* @__PURE__ */ r.jsx(
4326
4326
  "svg",
4327
4327
  {
@@ -4334,62 +4334,93 @@ function Q2({ className: e = "", size: t = s.md }) {
4334
4334
  }
4335
4335
  );
4336
4336
  }
4337
- function K2({ className: e = "", size: t = s.md }) {
4338
- return /* @__PURE__ */ r.jsxs(
4337
+ function K2({ className: e = "", size: t = a.md }) {
4338
+ return /* @__PURE__ */ r.jsx(
4339
4339
  "svg",
4340
4340
  {
4341
4341
  xmlns: "http://www.w3.org/2000/svg",
4342
4342
  className: e,
4343
4343
  height: t,
4344
4344
  width: t,
4345
- viewBox: "0 0 24 24",
4345
+ viewBox: "0 0 65 30",
4346
4346
  fill: "none",
4347
- children: [
4347
+ children: /* @__PURE__ */ r.jsxs("g", { transform: "translate(1 1)", children: [
4348
4348
  /* @__PURE__ */ r.jsx(
4349
4349
  "path",
4350
4350
  {
4351
- d: "M15 21H9V12.6C9 12.2686 9.26863 12 9.6 12H14.4C14.7314 12 15 12.2686 15 12.6V21Z",
4351
+ d: `M60.1,7h-16c-1.1,0-2,0.9-2,2
4352
+ v4.083V2c0-1.1-0.9-2-2-2h-20c-1.1,0-2,0.9-2,2v15.583V14c0-1.1-0.9-2-2-2h-14c-1.1,0-2,0.9-2,2v12c0,1.1,0.9,2,2,2h58
4353
+ c1.1,0,2-0.9,2-2V9C62.1,7.9,61.2,7,60.1,7L60.1,7z`,
4352
4354
  stroke: "currentColor",
4353
- strokeWidth: 1.5,
4355
+ strokeWidth: 2,
4354
4356
  strokeLinecap: "round",
4355
- strokeLinejoin: "round"
4357
+ strokeLinejoin: "round",
4358
+ fill: "none"
4356
4359
  }
4357
4360
  ),
4358
4361
  /* @__PURE__ */ r.jsx(
4359
4362
  "path",
4360
4363
  {
4361
- d: "M20.4 21H15V18.1C15 17.7686 15.2686 17.5 15.6 17.5H20.4C20.7314 17.5 21 17.7686 21 18.1V20.4C21 20.7314 20.7314 21 20.4 21Z",
4364
+ d: "M27.1,15l3-3v9",
4362
4365
  stroke: "currentColor",
4363
- strokeWidth: 1.5,
4366
+ strokeWidth: 2,
4364
4367
  strokeLinecap: "round",
4365
- strokeLinejoin: "round"
4368
+ strokeLinejoin: "round",
4369
+ fill: "none"
4366
4370
  }
4367
4371
  ),
4368
4372
  /* @__PURE__ */ r.jsx(
4369
4373
  "path",
4370
4374
  {
4371
- d: "M9 21V16.1C9 15.7686 8.73137 15.5 8.4 15.5H3.6C3.26863 15.5 3 15.7686 3 16.1V20.4C3 20.7314 3.26863 21 3.6 21H9Z",
4375
+ d: `M50.1,16c0-1.1,0.9-2,2-2
4376
+ c1.1,0,2,0.9,2,2c0,3.3-4,6-4,6h5`,
4372
4377
  stroke: "currentColor",
4373
- strokeWidth: 1.5,
4378
+ strokeWidth: 2,
4374
4379
  strokeLinecap: "round",
4375
- strokeLinejoin: "round"
4380
+ strokeLinejoin: "round",
4381
+ fill: "none"
4376
4382
  }
4377
4383
  ),
4378
4384
  /* @__PURE__ */ r.jsx(
4379
4385
  "path",
4380
4386
  {
4381
- d: "M10.8056 5.11325L11.7147 3.1856C11.8314 2.93813 12.1686 2.93813 12.2853 3.1856L13.1944 5.11325L15.2275 5.42427C15.4884 5.46418 15.5923 5.79977 15.4035 5.99229L13.9326 7.4917L14.2797 9.60999C14.3243 9.88202 14.0515 10.0895 13.8181 9.96099L12 8.96031L10.1819 9.96099C9.94851 10.0895 9.67568 9.88202 9.72026 9.60999L10.0674 7.4917L8.59651 5.99229C8.40766 5.79977 8.51163 5.46418 8.77248 5.42427L10.8056 5.11325Z",
4387
+ d: `M7.1,21.9c0,1.1,0.9,2,2,2
4388
+ s2-0.9,2-2s-0.9-2-2-2l0,0c1.1,0,2-0.9,2-2s-0.9-2-2-2s-2,0.9-2,2`,
4382
4389
  stroke: "currentColor",
4383
- strokeWidth: 1.5,
4390
+ strokeWidth: 2,
4384
4391
  strokeLinecap: "round",
4385
- strokeLinejoin: "round"
4392
+ strokeLinejoin: "round",
4393
+ fill: "none"
4386
4394
  }
4387
4395
  )
4388
- ]
4396
+ ] })
4397
+ }
4398
+ );
4399
+ }
4400
+ function e5({ className: e = "", size: t = a.md }) {
4401
+ return /* @__PURE__ */ r.jsx(
4402
+ "svg",
4403
+ {
4404
+ xmlns: "http://www.w3.org/2000/svg",
4405
+ className: e,
4406
+ height: t,
4407
+ width: t,
4408
+ viewBox: "0 0 76 76",
4409
+ fill: "none",
4410
+ children: /* @__PURE__ */ r.jsx(
4411
+ "path",
4412
+ {
4413
+ d: "M23.75 60.1667 L23.75 53.8333 L31.6667 53.8333 L31.6666 47.5 L23.75 47.5 L23.75 41.1667 L38 41.1667 L38 47.5 L44.3333 47.5 L44.3333 28.5 L38 28.5 L38 34.8333 L23.75 34.8333 L23.75 28.5 L31.6667 28.5 L31.6666 22.1666 L23.75 22.1667 L23.75 15.8333 L38 15.8333 L38 22.1666 L50.6666 22.1667 L50.6666 34.8333 L58.5833 34.8333 L58.5833 41.1667 L50.6666 41.1667 L50.6666 53.8333 L38 53.8333 L38 60.1667 L23.75 60.1667 Z",
4414
+ fill: "currentColor",
4415
+ fillOpacity: 1,
4416
+ strokeWidth: 0.2,
4417
+ strokeLinejoin: "round"
4418
+ }
4419
+ )
4389
4420
  }
4390
4421
  );
4391
4422
  }
4392
- function n2({ className: e = "", size: t = s.md }) {
4423
+ function n2({ className: e = "", size: t = a.md }) {
4393
4424
  return /* @__PURE__ */ r.jsxs(
4394
4425
  "svg",
4395
4426
  {
@@ -4406,7 +4437,7 @@ function n2({ className: e = "", size: t = s.md }) {
4406
4437
  }
4407
4438
  );
4408
4439
  }
4409
- function a2({ className: e = "", size: t = s.md }) {
4440
+ function s2({ className: e = "", size: t = a.md }) {
4410
4441
  return /* @__PURE__ */ r.jsxs(
4411
4442
  "svg",
4412
4443
  {
@@ -4425,13 +4456,13 @@ function a2({ className: e = "", size: t = s.md }) {
4425
4456
  }
4426
4457
  );
4427
4458
  }
4428
- const s2 = [n2, a2];
4429
- function e5({ seq: e, size: t = s.md, className: o = "" }) {
4430
- const a = s2[e - 1];
4431
- return /* @__PURE__ */ r.jsx(a, { size: t, className: o });
4459
+ const a2 = [n2, s2];
4460
+ function t5({ seq: e, size: t = a.md, className: o = "" }) {
4461
+ const s = a2[e - 1];
4462
+ return /* @__PURE__ */ r.jsx(s, { size: t, className: o });
4432
4463
  }
4433
4464
  export {
4434
- S2 as AddSvg,
4465
+ A2 as AddSvg,
4435
4466
  E2 as ArenaSvg,
4436
4467
  J1 as Badminton,
4437
4468
  W0 as Baseball,
@@ -4440,24 +4471,25 @@ export {
4440
4471
  T2 as CalendarEventSvg,
4441
4472
  w2 as CalendarSvg,
4442
4473
  J0 as Cat,
4443
- e5 as CategorySvg,
4474
+ t5 as CategorySvg,
4444
4475
  x2 as ChatSvg,
4445
4476
  W2 as CitySvg,
4446
4477
  I2 as CloseSvg,
4447
4478
  R2 as CoachSvg,
4448
4479
  D2 as CollapseSvg,
4449
- H2 as CollectionSvg,
4480
+ S2 as CollectionSvg,
4450
4481
  Q2 as CommentSvg,
4451
- C2 as CreateArenaSvg,
4482
+ L2 as CreateArenaSvg,
4452
4483
  y2 as CreateCollectionSvg,
4453
- L2 as CreatePostSvg,
4484
+ C2 as CreatePostSvg,
4454
4485
  b2 as CreateSvg,
4455
4486
  k2 as CreateTeamSvg,
4456
4487
  Y2 as DiscussionSvg,
4457
4488
  U0 as Dog,
4458
- B2 as EditSvg,
4489
+ P2 as EditSvg,
4459
4490
  j2 as ExploreSvg,
4460
4491
  K1 as Football,
4492
+ e5 as GameSvg,
4461
4493
  U1 as Golf,
4462
4494
  K0 as Guitar,
4463
4495
  N0 as Gym,
@@ -4477,27 +4509,27 @@ export {
4477
4509
  q2 as NotificationSvg,
4478
4510
  M2 as PartnersSvg,
4479
4511
  Q0 as PetsInterestSvg,
4480
- a2 as PetsSvg,
4512
+ s2 as PetsSvg,
4481
4513
  O0 as Pickleball,
4482
4514
  $2 as PollSvg,
4483
- G2 as PrivateSvg,
4484
- P2 as RightArrowSvg,
4515
+ V2 as PrivateSvg,
4516
+ B2 as RightArrowSvg,
4485
4517
  F1 as Running,
4486
4518
  X2 as SendSvg,
4487
4519
  e2 as Sing,
4488
- G0 as Ski,
4489
- G1 as Soccer,
4520
+ V0 as Ski,
4521
+ V1 as Soccer,
4490
4522
  Y0 as SportsInterestSvg,
4491
4523
  n2 as SportsSvg,
4492
4524
  D0 as Surf,
4493
- s as SvgSize,
4525
+ a as SvgSize,
4494
4526
  $0 as Swim,
4495
4527
  X1 as TableTennis,
4496
4528
  z2 as TeamSvg,
4497
4529
  W1 as Tennis,
4498
- V2 as TextPostSvg,
4530
+ G2 as TextPostSvg,
4499
4531
  U2 as UpArrowSvg,
4500
- A2 as UserSvg,
4532
+ H2 as UserSvg,
4501
4533
  g2 as WorenaLogoSvg,
4502
- V0 as Yoga
4534
+ G0 as Yoga
4503
4535
  };