@tanstack/vue-query-devtools 5.14.5 → 5.14.7

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.
@@ -1,7 +1,7 @@
1
1
  var Xi = Object.defineProperty;
2
2
  var Zi = (e, t, n) => t in e ? Xi(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n;
3
3
  var Br = (e, t, n) => (Zi(e, typeof t != "symbol" ? t + "" : t, n), n);
4
- import { d as Ln, s as Vn, m as jn, c as z, g as Ji, a as D, b as v, e as U, o as It, i as E, S as R, f as G, h as I, j as ze, k as F, l as es, n as _t, p as ir, q as j, r as ts, t as xn, F as To, u as Po, v as V, $ as ut, w as $n, x as Hn, y as Be, z as Se, A as ke, I as ns, B as sr, C as T, D as tn, E as Rr, G as rs, H as St, J as Qt, K as Nr, L as J, P as os, M as is, N as ss, O as Pn, Q as ls, R as as, T as cs, U as zn, V as us, W as ds } from "./devtools.vue_vue_type_script_setup_true_lang-b5b06651.js";
4
+ import { d as Ln, s as Vn, m as jn, c as z, g as Ji, a as D, b as v, e as U, o as It, i as E, S as R, f as G, h as I, j as ze, k as F, l as es, n as _t, p as ir, q as j, r as ts, t as xn, F as Mo, u as Po, v as V, $ as ut, w as $n, x as Hn, y as Be, z as Se, A as ke, I as ns, B as sr, C as M, D as tn, E as Rr, G as rs, H as St, J as Qt, K as Nr, L as J, P as os, M as is, N as ss, O as Pn, Q as ls, R as as, T as cs, U as zn, V as us, W as ds } from "./devtools.vue_vue_type_script_setup_true_lang-28f830f1.js";
5
5
  import "vue";
6
6
  var zo = {
7
7
  À: "A",
@@ -689,56 +689,56 @@ function Os(e, t = Wr, n = Wr) {
689
689
  return Array.isArray(s) ? s : s ? [s] : [];
690
690
  }, o;
691
691
  }
692
- function qs(e) {
692
+ function Ts(e) {
693
693
  return D(() => {
694
694
  const t = e.name || "s";
695
695
  return {
696
- enterActiveClasses: (e.enterActiveClass || t + "-enter-active").split(" "),
697
- enterClasses: (e.enterClass || t + "-enter").split(" "),
698
- enterToClasses: (e.enterToClass || t + "-enter-to").split(" "),
699
- exitActiveClasses: (e.exitActiveClass || t + "-exit-active").split(" "),
700
- exitClasses: (e.exitClass || t + "-exit").split(" "),
701
- exitToClasses: (e.exitToClass || t + "-exit-to").split(" "),
702
- moveClasses: (e.moveClass || t + "-move").split(" ")
696
+ enterActive: (e.enterActiveClass || t + "-enter-active").split(" "),
697
+ enter: (e.enterClass || t + "-enter").split(" "),
698
+ enterTo: (e.enterToClass || t + "-enter-to").split(" "),
699
+ exitActive: (e.exitActiveClass || t + "-exit-active").split(" "),
700
+ exit: (e.exitClass || t + "-exit").split(" "),
701
+ exitTo: (e.exitToClass || t + "-exit-to").split(" "),
702
+ move: (e.moveClass || t + "-move").split(" ")
703
703
  };
704
704
  });
705
705
  }
706
706
  function Ro(e) {
707
707
  requestAnimationFrame(() => requestAnimationFrame(e));
708
708
  }
709
- function Ms(e, t, n, r) {
710
- const { enterClasses: o, enterActiveClasses: s, enterToClasses: l } = e, { onBeforeEnter: i, onEnter: a, onAfterEnter: c } = t;
711
- i == null || i(n), n.classList.add(...o), n.classList.add(...s), queueMicrotask(() => {
709
+ function qs(e, t, n, r) {
710
+ const { onBeforeEnter: o, onEnter: s, onAfterEnter: l } = t;
711
+ o == null || o(n), n.classList.add(...e.enter), n.classList.add(...e.enterActive), queueMicrotask(() => {
712
712
  if (!n.parentNode)
713
713
  return r == null ? void 0 : r();
714
- a == null || a(n, () => h());
714
+ s == null || s(n, () => i());
715
715
  }), Ro(() => {
716
- n.classList.remove(...o), n.classList.add(...l), (!a || a.length < 2) && (n.addEventListener("transitionend", h), n.addEventListener("animationend", h));
716
+ n.classList.remove(...e.enter), n.classList.add(...e.enterTo), (!s || s.length < 2) && (n.addEventListener("transitionend", i), n.addEventListener("animationend", i));
717
717
  });
718
- function h(f) {
719
- (!f || f.target === n) && (r == null || r(), n.removeEventListener("transitionend", h), n.removeEventListener("animationend", h), n.classList.remove(...s), n.classList.remove(...l), c == null || c(n));
718
+ function i(a) {
719
+ (!a || a.target === n) && (r == null || r(), n.removeEventListener("transitionend", i), n.removeEventListener("animationend", i), n.classList.remove(...e.enterActive), n.classList.remove(...e.enterTo), l == null || l(n));
720
720
  }
721
721
  }
722
- function Ts(e, t, n, r) {
723
- const { exitClasses: o, exitActiveClasses: s, exitToClasses: l } = e, { onBeforeExit: i, onExit: a, onAfterExit: c } = t;
722
+ function Ms(e, t, n, r) {
723
+ const { onBeforeExit: o, onExit: s, onAfterExit: l } = t;
724
724
  if (!n.parentNode)
725
725
  return r == null ? void 0 : r();
726
- i == null || i(n), n.classList.add(...o), n.classList.add(...s), a == null || a(n, () => h()), Ro(() => {
727
- n.classList.remove(...o), n.classList.add(...l), (!a || a.length < 2) && (n.addEventListener("transitionend", h), n.addEventListener("animationend", h));
726
+ o == null || o(n), n.classList.add(...e.exit), n.classList.add(...e.exitActive), s == null || s(n, () => i()), Ro(() => {
727
+ n.classList.remove(...e.exit), n.classList.add(...e.exitTo), (!s || s.length < 2) && (n.addEventListener("transitionend", i), n.addEventListener("animationend", i));
728
728
  });
729
- function h(f) {
730
- (!f || f.target === n) && (r == null || r(), n.removeEventListener("transitionend", h), n.removeEventListener("animationend", h), n.classList.remove(...s), n.classList.remove(...l), c == null || c(n));
729
+ function i(a) {
730
+ (!a || a.target === n) && (r == null || r(), n.removeEventListener("transitionend", i), n.removeEventListener("animationend", i), n.classList.remove(...e.exitActive), n.classList.remove(...e.exitTo), l == null || l(n));
731
731
  }
732
732
  }
733
733
  var Yr = (e) => {
734
- const t = qs(e);
734
+ const t = Ts(e);
735
735
  return Es(Os(() => e.children).toArray, {
736
736
  appear: e.appear,
737
737
  exitMethod: "keep-index",
738
738
  onChange({ added: n, removed: r, finishRemoved: o, list: s }) {
739
739
  const l = t();
740
740
  for (const a of n)
741
- Ms(l, e, a);
741
+ qs(l, e, a);
742
742
  const i = [];
743
743
  for (const a of s)
744
744
  a.isConnected && (a instanceof HTMLElement || a instanceof SVGElement) && i.push({ el: a, rect: a.getBoundingClientRect() });
@@ -752,13 +752,13 @@ var Yr = (e) => {
752
752
  document.body.offsetHeight;
753
753
  for (const c of a) {
754
754
  let h = function(f) {
755
- (f.target === c || /transform$/.test(f.propertyName)) && (c.removeEventListener("transitionend", h), c.classList.remove(...l.moveClasses));
755
+ (f.target === c || /transform$/.test(f.propertyName)) && (c.removeEventListener("transitionend", h), c.classList.remove(...l.move));
756
756
  };
757
- c.classList.add(...l.moveClasses), c.style.transform = c.style.transitionDuration = "", c.addEventListener("transitionend", h);
757
+ c.classList.add(...l.move), c.style.transform = c.style.transitionDuration = "", c.addEventListener("transitionend", h);
758
758
  }
759
759
  });
760
760
  for (const a of r)
761
- Ts(l, e, a, () => o([a]));
761
+ Ms(l, e, a, () => o([a]));
762
762
  }
763
763
  });
764
764
  }, Kn = Symbol("fallback");
@@ -1852,9 +1852,9 @@ var Ll = (e) => ({
1852
1852
  x: n,
1853
1853
  y: r
1854
1854
  }, g = gr(o), u = fr(g), y = await l.getDimensions(c), m = g === "y", $ = m ? "top" : "left", x = m ? "bottom" : "right", b = m ? "clientHeight" : "clientWidth", w = s.reference[u] + s.reference[g] - d[g] - s.floating[u], p = d[g] - s.reference[g], L = await (l.getOffsetParent == null ? void 0 : l.getOffsetParent(c));
1855
- let q = L ? L[b] : 0;
1856
- (!q || !await (l.isElement == null ? void 0 : l.isElement(L))) && (q = i.floating[b] || s.floating[u]);
1857
- const A = w / 2 - p / 2, N = q / 2 - y[u] / 2 - 1, K = dt(f[$], N), B = dt(f[x], N), Y = K, se = q - y[u] - B, P = q / 2 - y[u] / 2 + A, H = Zn(Y, P, se), X = !a.arrow && Lt(o) != null && P != H && s.reference[u] / 2 - (P < Y ? K : B) - y[u] / 2 < 0, ee = X ? P < Y ? P - Y : P - se : 0;
1855
+ let T = L ? L[b] : 0;
1856
+ (!T || !await (l.isElement == null ? void 0 : l.isElement(L))) && (T = i.floating[b] || s.floating[u]);
1857
+ const A = w / 2 - p / 2, N = T / 2 - y[u] / 2 - 1, K = dt(f[$], N), B = dt(f[x], N), Y = K, se = T - y[u] - B, P = T / 2 - y[u] / 2 + A, H = Zn(Y, P, se), X = !a.arrow && Lt(o) != null && P != H && s.reference[u] / 2 - (P < Y ? K : B) - y[u] / 2 < 0, ee = X ? P < Y ? P - Y : P - se : 0;
1858
1858
  return {
1859
1859
  [g]: d[g] + ee,
1860
1860
  data: {
@@ -1893,16 +1893,16 @@ var Ll = (e) => ({
1893
1893
  return {};
1894
1894
  const $ = gt(o), x = gt(i) === i, b = await (a.isRTL == null ? void 0 : a.isRTL(c.floating)), w = d || (x || !y ? [En(i)] : _l(i));
1895
1895
  !d && u !== "none" && w.push(...Fl(i, y, u, b));
1896
- const p = [i, ...w], L = await Zt(t, m), q = [];
1896
+ const p = [i, ...w], L = await Zt(t, m), T = [];
1897
1897
  let A = ((r = s.flip) == null ? void 0 : r.overflows) || [];
1898
- if (h && q.push(L[$]), f) {
1898
+ if (h && T.push(L[$]), f) {
1899
1899
  const Y = El(o, l, b);
1900
- q.push(L[Y[0]], L[Y[1]]);
1900
+ T.push(L[Y[0]], L[Y[1]]);
1901
1901
  }
1902
1902
  if (A = [...A, {
1903
1903
  placement: o,
1904
- overflows: q
1905
- }], !q.every((Y) => Y <= 0)) {
1904
+ overflows: T
1905
+ }], !T.every((Y) => Y <= 0)) {
1906
1906
  var N, K;
1907
1907
  const Y = (((N = s.flip) == null ? void 0 : N.index) || 0) + 1, se = p[Y];
1908
1908
  if (se)
@@ -1950,7 +1950,7 @@ function so(e, t) {
1950
1950
  function lo(e) {
1951
1951
  return Cl.some((t) => e[t] >= 0);
1952
1952
  }
1953
- var ql = function(e) {
1953
+ var Tl = function(e) {
1954
1954
  return e === void 0 && (e = {}), {
1955
1955
  name: "hide",
1956
1956
  options: e,
@@ -1992,7 +1992,7 @@ var ql = function(e) {
1992
1992
  }
1993
1993
  };
1994
1994
  };
1995
- async function Ml(e, t) {
1995
+ async function ql(e, t) {
1996
1996
  const {
1997
1997
  placement: n,
1998
1998
  platform: r,
@@ -2020,7 +2020,7 @@ async function Ml(e, t) {
2020
2020
  y: g * h
2021
2021
  };
2022
2022
  }
2023
- var Tl = function(e) {
2023
+ var Ml = function(e) {
2024
2024
  return e === void 0 && (e = 0), {
2025
2025
  name: "offset",
2026
2026
  options: e,
@@ -2028,7 +2028,7 @@ var Tl = function(e) {
2028
2028
  const {
2029
2029
  x: n,
2030
2030
  y: r
2031
- } = t, o = await Ml(t, e);
2031
+ } = t, o = await ql(t, e);
2032
2032
  return {
2033
2033
  x: n + o.x,
2034
2034
  y: r + o.y,
@@ -2118,8 +2118,8 @@ var Tl = function(e) {
2118
2118
  b = h || x ? dt(m, L) : L;
2119
2119
  }
2120
2120
  if (x && !h) {
2121
- const L = Ae(a.left, 0), q = Ae(a.right, 0), A = Ae(a.top, 0), N = Ae(a.bottom, 0);
2122
- f ? w = d - 2 * (L !== 0 || q !== 0 ? L + q : Ae(a.left, a.right)) : b = g - 2 * (A !== 0 || N !== 0 ? A + N : Ae(a.top, a.bottom));
2121
+ const L = Ae(a.left, 0), T = Ae(a.right, 0), A = Ae(a.top, 0), N = Ae(a.bottom, 0);
2122
+ f ? w = d - 2 * (L !== 0 || T !== 0 ? L + T : Ae(a.left, a.right)) : b = g - 2 * (A !== 0 || N !== 0 ? A + N : Ae(a.top, a.bottom));
2123
2123
  }
2124
2124
  await l({
2125
2125
  ...t,
@@ -2164,19 +2164,19 @@ function on(e) {
2164
2164
  overflowX: n,
2165
2165
  overflowY: r,
2166
2166
  display: o
2167
- } = qe(e);
2167
+ } = Te(e);
2168
2168
  return /auto|scroll|overlay|hidden|clip/.test(t + r + n) && !["inline", "contents"].includes(o);
2169
2169
  }
2170
2170
  function Kl(e) {
2171
2171
  return ["table", "td", "th"].includes(ht(e));
2172
2172
  }
2173
2173
  function hr(e) {
2174
- const t = yr(), n = qe(e);
2174
+ const t = yr(), n = Te(e);
2175
2175
  return n.transform !== "none" || n.perspective !== "none" || (n.containerType ? n.containerType !== "normal" : !1) || !t && (n.backdropFilter ? n.backdropFilter !== "none" : !1) || !t && (n.filter ? n.filter !== "none" : !1) || ["transform", "perspective", "filter"].some((r) => (n.willChange || "").includes(r)) || ["paint", "layout", "strict", "content"].some((r) => (n.contain || "").includes(r));
2176
2176
  }
2177
2177
  function Bl(e) {
2178
2178
  let t = Dt(e);
2179
- for (; Ne(t) && !qn(t); ) {
2179
+ for (; Ne(t) && !Tn(t); ) {
2180
2180
  if (hr(t))
2181
2181
  return t;
2182
2182
  t = Dt(t);
@@ -2186,13 +2186,13 @@ function Bl(e) {
2186
2186
  function yr() {
2187
2187
  return typeof CSS > "u" || !CSS.supports ? !1 : CSS.supports("-webkit-backdrop-filter", "none");
2188
2188
  }
2189
- function qn(e) {
2189
+ function Tn(e) {
2190
2190
  return ["html", "body", "#document"].includes(ht(e));
2191
2191
  }
2192
- function qe(e) {
2192
+ function Te(e) {
2193
2193
  return Fe(e).getComputedStyle(e);
2194
2194
  }
2195
- function Mn(e) {
2195
+ function qn(e) {
2196
2196
  return Je(e) ? {
2197
2197
  scrollLeft: e.scrollLeft,
2198
2198
  scrollTop: e.scrollTop
@@ -2215,7 +2215,7 @@ function Dt(e) {
2215
2215
  }
2216
2216
  function ni(e) {
2217
2217
  const t = Dt(e);
2218
- return qn(t) ? e.ownerDocument ? e.ownerDocument.body : e.body : Ne(t) && on(t) ? t : ni(t);
2218
+ return Tn(t) ? e.ownerDocument ? e.ownerDocument.body : e.body : Ne(t) && on(t) ? t : ni(t);
2219
2219
  }
2220
2220
  function Jt(e, t, n) {
2221
2221
  var r;
@@ -2224,7 +2224,7 @@ function Jt(e, t, n) {
2224
2224
  return s ? t.concat(l, l.visualViewport || [], on(o) ? o : [], l.frameElement && n ? Jt(l.frameElement) : []) : t.concat(o, Jt(o, [], n));
2225
2225
  }
2226
2226
  function ri(e) {
2227
- const t = qe(e);
2227
+ const t = Te(e);
2228
2228
  let n = parseFloat(t.width) || 0, r = parseFloat(t.height) || 0;
2229
2229
  const o = Ne(e), s = o ? e.offsetWidth : n, l = o ? e.offsetHeight : r, i = kn(n) !== s || kn(r) !== l;
2230
2230
  return i && (n = s, r = l), {
@@ -2273,7 +2273,7 @@ function bt(e, t, n, r) {
2273
2273
  const d = Fe(s), g = r && Je(r) ? Fe(r) : r;
2274
2274
  let u = d.frameElement;
2275
2275
  for (; u && r && g !== d; ) {
2276
- const y = Ft(u), m = u.getBoundingClientRect(), $ = qe(u), x = m.left + (u.clientLeft + parseFloat($.paddingLeft)) * y.x, b = m.top + (u.clientTop + parseFloat($.paddingTop)) * y.y;
2276
+ const y = Ft(u), m = u.getBoundingClientRect(), $ = Te(u), x = m.left + (u.clientLeft + parseFloat($.paddingLeft)) * y.x, b = m.top + (u.clientTop + parseFloat($.paddingTop)) * y.y;
2277
2277
  a *= y.x, c *= y.y, h *= y.x, f *= y.y, a += x, c += b, u = Fe(u).frameElement;
2278
2278
  }
2279
2279
  }
@@ -2298,7 +2298,7 @@ function Ul(e) {
2298
2298
  scrollTop: 0
2299
2299
  }, i = ft(1);
2300
2300
  const a = ft(0);
2301
- if ((o || !o && r !== "fixed") && ((ht(n) !== "body" || on(s)) && (l = Mn(n)), Ne(n))) {
2301
+ if ((o || !o && r !== "fixed") && ((ht(n) !== "body" || on(s)) && (l = qn(n)), Ne(n))) {
2302
2302
  const c = bt(n);
2303
2303
  i = Ft(n), a.x = c.x + n.clientLeft, a.y = c.y + n.clientTop;
2304
2304
  }
@@ -2313,13 +2313,13 @@ function Gl(e) {
2313
2313
  return Array.from(e.getClientRects());
2314
2314
  }
2315
2315
  function ii(e) {
2316
- return bt(tt(e)).left + Mn(e).scrollLeft;
2316
+ return bt(tt(e)).left + qn(e).scrollLeft;
2317
2317
  }
2318
2318
  function Vl(e) {
2319
- const t = tt(e), n = Mn(e), r = e.ownerDocument.body, o = Ae(t.scrollWidth, t.clientWidth, r.scrollWidth, r.clientWidth), s = Ae(t.scrollHeight, t.clientHeight, r.scrollHeight, r.clientHeight);
2319
+ const t = tt(e), n = qn(e), r = e.ownerDocument.body, o = Ae(t.scrollWidth, t.clientWidth, r.scrollWidth, r.clientWidth), s = Ae(t.scrollHeight, t.clientHeight, r.scrollHeight, r.clientHeight);
2320
2320
  let l = -n.scrollLeft + ii(e);
2321
2321
  const i = -n.scrollTop;
2322
- return qe(r).direction === "rtl" && (l += Ae(t.clientWidth, r.clientWidth) - o), {
2322
+ return Te(r).direction === "rtl" && (l += Ae(t.clientWidth, r.clientWidth) - o), {
2323
2323
  width: o,
2324
2324
  height: s,
2325
2325
  x: l,
@@ -2370,17 +2370,17 @@ function co(e, t, n) {
2370
2370
  }
2371
2371
  function si(e, t) {
2372
2372
  const n = Dt(e);
2373
- return n === t || !Je(n) || qn(n) ? !1 : qe(n).position === "fixed" || si(n, t);
2373
+ return n === t || !Je(n) || Tn(n) ? !1 : Te(n).position === "fixed" || si(n, t);
2374
2374
  }
2375
2375
  function Ql(e, t) {
2376
2376
  const n = t.get(e);
2377
2377
  if (n)
2378
2378
  return n;
2379
2379
  let r = Jt(e, [], !1).filter((i) => Je(i) && ht(i) !== "body"), o = null;
2380
- const s = qe(e).position === "fixed";
2380
+ const s = Te(e).position === "fixed";
2381
2381
  let l = s ? Dt(e) : e;
2382
- for (; Je(l) && !qn(l); ) {
2383
- const i = qe(l), a = hr(l);
2382
+ for (; Je(l) && !Tn(l); ) {
2383
+ const i = Te(l), a = hr(l);
2384
2384
  !a && i.position === "fixed" && (o = null), (s ? !a && !o : !a && i.position === "static" && !!o && ["absolute", "fixed"].includes(o.position) || on(l) && !a && si(e, l)) ? r = r.filter((h) => h !== l) : o = i, l = Dt(l);
2385
2385
  }
2386
2386
  return t.set(e, r), r;
@@ -2414,7 +2414,7 @@ function Xl(e, t, n) {
2414
2414
  };
2415
2415
  const a = ft(0);
2416
2416
  if (r || !r && !s)
2417
- if ((ht(t) !== "body" || on(o)) && (i = Mn(t)), r) {
2417
+ if ((ht(t) !== "body" || on(o)) && (i = qn(t)), r) {
2418
2418
  const c = bt(t, !0, s, t);
2419
2419
  a.x = c.x + t.clientLeft, a.y = c.y + t.clientTop;
2420
2420
  } else
@@ -2427,16 +2427,16 @@ function Xl(e, t, n) {
2427
2427
  };
2428
2428
  }
2429
2429
  function uo(e, t) {
2430
- return !Ne(e) || qe(e).position === "fixed" ? null : t ? t(e) : e.offsetParent;
2430
+ return !Ne(e) || Te(e).position === "fixed" ? null : t ? t(e) : e.offsetParent;
2431
2431
  }
2432
2432
  function li(e, t) {
2433
2433
  const n = Fe(e);
2434
2434
  if (!Ne(e))
2435
2435
  return n;
2436
2436
  let r = uo(e, t);
2437
- for (; r && Kl(r) && qe(r).position === "static"; )
2437
+ for (; r && Kl(r) && Te(r).position === "static"; )
2438
2438
  r = uo(r, t);
2439
- return r && (ht(r) === "html" || ht(r) === "body" && qe(r).position === "static" && !hr(r)) ? n : r || Bl(e) || n;
2439
+ return r && (ht(r) === "html" || ht(r) === "body" && Te(r).position === "static" && !hr(r)) ? n : r || Bl(e) || n;
2440
2440
  }
2441
2441
  var Zl = async function(e) {
2442
2442
  let {
@@ -2455,7 +2455,7 @@ var Zl = async function(e) {
2455
2455
  };
2456
2456
  };
2457
2457
  function Jl(e) {
2458
- return qe(e).direction === "rtl";
2458
+ return Te(e).direction === "rtl";
2459
2459
  }
2460
2460
  var ai = {
2461
2461
  convertOffsetParentRelativeRectToViewportRelativeRect: Ul,
@@ -3260,7 +3260,7 @@ function ie(e) {
3260
3260
  if (Xs(r())) {
3261
3261
  const s = r().find(bo);
3262
3262
  if (s) {
3263
- const l = () => v(To, {
3263
+ const l = () => v(Mo, {
3264
3264
  get each() {
3265
3265
  return r();
3266
3266
  },
@@ -3333,17 +3333,17 @@ function La(e) {
3333
3333
  }
3334
3334
  }, () => n.dataset(), o));
3335
3335
  }
3336
- var Oa = /* @__PURE__ */ new Set(["Avst", "Arab", "Armi", "Syrc", "Samr", "Mand", "Thaa", "Mend", "Nkoo", "Adlm", "Rohg", "Hebr"]), qa = /* @__PURE__ */ new Set(["ae", "ar", "arc", "bcc", "bqi", "ckb", "dv", "fa", "glk", "he", "ku", "mzn", "nqo", "pnb", "ps", "sd", "ug", "ur", "yi"]);
3337
- function Ma(e) {
3336
+ var Oa = /* @__PURE__ */ new Set(["Avst", "Arab", "Armi", "Syrc", "Samr", "Mand", "Thaa", "Mend", "Nkoo", "Adlm", "Rohg", "Hebr"]), Ta = /* @__PURE__ */ new Set(["ae", "ar", "arc", "bcc", "bqi", "ckb", "dv", "fa", "glk", "he", "ku", "mzn", "nqo", "pnb", "ps", "sd", "ug", "ur", "yi"]);
3337
+ function qa(e) {
3338
3338
  if (Intl.Locale) {
3339
3339
  const n = new Intl.Locale(e).maximize().script ?? "";
3340
3340
  return Oa.has(n);
3341
3341
  }
3342
3342
  const t = e.split("-")[0];
3343
- return qa.has(t);
3343
+ return Ta.has(t);
3344
3344
  }
3345
- function Ta(e) {
3346
- return Ma(e) ? "rtl" : "ltr";
3345
+ function Ma(e) {
3346
+ return qa(e) ? "rtl" : "ltr";
3347
3347
  }
3348
3348
  function vi() {
3349
3349
  let e = (
@@ -3357,7 +3357,7 @@ function vi() {
3357
3357
  }
3358
3358
  return {
3359
3359
  locale: e,
3360
- direction: Ta(e)
3360
+ direction: Ma(e)
3361
3361
  };
3362
3362
  }
3363
3363
  var nr = vi(), Ht = /* @__PURE__ */ new Set();
@@ -3510,7 +3510,7 @@ function ja(e, t, n) {
3510
3510
  keyboardDelegate: () => C(e.keyboardDelegate),
3511
3511
  selectionManager: () => C(e.selectionManager)
3512
3512
  }), a = (u) => {
3513
- var L, q, A, N, K, B, Y, se;
3513
+ var L, T, A, N, K, B, Y, se;
3514
3514
  re(u, i.onKeyDown), u.altKey && u.key === "Tab" && u.preventDefault();
3515
3515
  const y = t();
3516
3516
  if (!(y != null && y.contains(u.target)))
@@ -3523,7 +3523,7 @@ function ja(e, t, n) {
3523
3523
  if (b.getKeyBelow) {
3524
3524
  u.preventDefault();
3525
3525
  let P;
3526
- p != null ? P = b.getKeyBelow(p) : P = (L = b.getFirstKey) == null ? void 0 : L.call(b), P == null && w && (P = (q = b.getFirstKey) == null ? void 0 : q.call(b, p)), x(P);
3526
+ p != null ? P = b.getKeyBelow(p) : P = (L = b.getFirstKey) == null ? void 0 : L.call(b), P == null && w && (P = (T = b.getFirstKey) == null ? void 0 : T.call(b, p)), x(P);
3527
3527
  }
3528
3528
  break;
3529
3529
  }
@@ -4325,7 +4325,7 @@ function Ei() {
4325
4325
  throw new Error("[kobalte]: `usePopperContext` must be used within a `Popper` component");
4326
4326
  return e;
4327
4327
  }
4328
- var uc = /* @__PURE__ */ T('<svg display="block" viewBox="0 0 30 30"><g><path fill="none" d="M23,27.8c1.1,1.2,3.4,2.2,5,2.2h2H0h2c1.7,0,3.9-1,5-2.2l6.6-7.2c0.7-0.8,2-0.8,2.7,0L23,27.8L23,27.8z"></path><path stroke="none" d="M23,27.8c1.1,1.2,3.4,2.2,5,2.2h2H0h2c1.7,0,3.9-1,5-2.2l6.6-7.2c0.7-0.8,2-0.8,2.7,0L23,27.8L23,27.8z">'), rr = 30, Co = rr / 2, dc = {
4328
+ var uc = /* @__PURE__ */ M('<svg display="block" viewBox="0 0 30 30"><g><path fill="none" d="M23,27.8c1.1,1.2,3.4,2.2,5,2.2h2H0h2c1.7,0,3.9-1,5-2.2l6.6-7.2c0.7-0.8,2-0.8,2.7,0L23,27.8L23,27.8z"></path><path stroke="none" d="M23,27.8c1.1,1.2,3.4,2.2,5,2.2h2H0h2c1.7,0,3.9-1,5-2.2l6.6-7.2c0.7-0.8,2-0.8,2.7,0L23,27.8L23,27.8z">'), rr = 30, Co = rr / 2, dc = {
4329
4329
  top: 180,
4330
4330
  right: -90,
4331
4331
  bottom: 0,
@@ -4475,10 +4475,10 @@ function xc(e) {
4475
4475
  d.style.setProperty("--kb-popper-content-overflow-padding", `${e.overflowPadding}px`), f.getBoundingClientRect();
4476
4476
  const m = [
4477
4477
  // https://floating-ui.com/docs/offset
4478
- Tl(({
4479
- placement: q
4478
+ Ml(({
4479
+ placement: T
4480
4480
  }) => {
4481
- const A = !!q.split("-")[1];
4481
+ const A = !!T.split("-")[1];
4482
4482
  return {
4483
4483
  mainAxis: y,
4484
4484
  crossAxis: A ? void 0 : e.shift,
@@ -4487,12 +4487,12 @@ function xc(e) {
4487
4487
  })
4488
4488
  ];
4489
4489
  if (e.flip !== !1) {
4490
- const q = typeof e.flip == "string" ? e.flip.split(" ") : void 0;
4491
- if (q !== void 0 && !q.every(vc))
4490
+ const T = typeof e.flip == "string" ? e.flip.split(" ") : void 0;
4491
+ if (T !== void 0 && !T.every(vc))
4492
4492
  throw new Error("`flip` expects a spaced-delimited list of placements");
4493
4493
  m.push(Ol({
4494
4494
  padding: e.overflowPadding,
4495
- fallbackPlacements: q
4495
+ fallbackPlacements: T
4496
4496
  }));
4497
4497
  }
4498
4498
  (e.slide || e.overlap) && m.push(Pl({
@@ -4502,14 +4502,14 @@ function xc(e) {
4502
4502
  })), m.push(zl({
4503
4503
  padding: e.overflowPadding,
4504
4504
  apply({
4505
- availableWidth: q,
4505
+ availableWidth: T,
4506
4506
  availableHeight: A,
4507
4507
  rects: N
4508
4508
  }) {
4509
4509
  const K = Math.round(N.reference.width);
4510
- q = Math.floor(q), A = Math.floor(A), d.style.setProperty("--kb-popper-anchor-width", `${K}px`), d.style.setProperty("--kb-popper-content-available-width", `${q}px`), d.style.setProperty("--kb-popper-content-available-height", `${A}px`), e.sameWidth && (d.style.width = `${K}px`), e.fitViewport && (d.style.maxWidth = `${q}px`, d.style.maxHeight = `${A}px`);
4510
+ T = Math.floor(T), A = Math.floor(A), d.style.setProperty("--kb-popper-anchor-width", `${K}px`), d.style.setProperty("--kb-popper-content-available-width", `${T}px`), d.style.setProperty("--kb-popper-content-available-height", `${A}px`), e.sameWidth && (d.style.width = `${K}px`), e.fitViewport && (d.style.maxWidth = `${T}px`, d.style.maxHeight = `${A}px`);
4511
4511
  }
4512
- })), e.hideWhenDetached && m.push(ql({
4512
+ })), e.hideWhenDetached && m.push(Tl({
4513
4513
  padding: e.detachedPadding
4514
4514
  })), g && m.push(Ll({
4515
4515
  element: g,
@@ -4536,11 +4536,11 @@ function xc(e) {
4536
4536
  visibility: w
4537
4537
  }), g && $.middlewareData.arrow) {
4538
4538
  const {
4539
- x: q,
4539
+ x: T,
4540
4540
  y: A
4541
4541
  } = $.middlewareData.arrow, N = $.placement.split("-")[0];
4542
4542
  Object.assign(g.style, {
4543
- left: q != null ? `${q}px` : "",
4543
+ left: T != null ? `${T}px` : "",
4544
4544
  top: A != null ? `${A}px` : "",
4545
4545
  [N]: "100%"
4546
4546
  });
@@ -4619,10 +4619,10 @@ function Di(e) {
4619
4619
  }, e);
4620
4620
  const [o, s] = J(e, ["open", "defaultOpen", "onOpenChange"]);
4621
4621
  let l = 0, i = null, a = "right";
4622
- const [c, h] = z(), [f, d] = z(), [g, u] = z(), [y, m] = z(), [$, x] = z(!0), [b, w] = z(s.placement), [p, L] = z([]), [q, A] = z([]), {
4622
+ const [c, h] = z(), [f, d] = z(), [g, u] = z(), [y, m] = z(), [$, x] = z(!0), [b, w] = z(s.placement), [p, L] = z([]), [T, A] = z([]), {
4623
4623
  DomCollectionProvider: N
4624
4624
  } = sc({
4625
- items: q,
4625
+ items: T,
4626
4626
  onItemsChange: A
4627
4627
  }), K = ui({
4628
4628
  open: () => o.open,
@@ -4633,7 +4633,7 @@ function Di(e) {
4633
4633
  }
4634
4634
  }), B = hi(() => t.forceMount() || K.isOpen()), Y = Qa({
4635
4635
  selectionMode: "none",
4636
- dataSource: q
4636
+ dataSource: T
4637
4637
  }), se = (S) => {
4638
4638
  x(S), K.open();
4639
4639
  }, P = (S = !1) => {
@@ -4775,7 +4775,7 @@ function $r(e) {
4775
4775
  "data-checked": o.checked && !o.indeterminate ? "" : void 0,
4776
4776
  "data-disabled": o.disabled ? "" : void 0,
4777
4777
  "data-highlighted": u() ? "" : void 0
4778
- })), q = {
4778
+ })), T = {
4779
4779
  isChecked: () => o.checked,
4780
4780
  dataset: L,
4781
4781
  setLabelRef: f,
@@ -4784,7 +4784,7 @@ function $r(e) {
4784
4784
  registerDescription: Oe(c)
4785
4785
  };
4786
4786
  return v(Ii.Provider, {
4787
- value: q,
4787
+ value: T,
4788
4788
  get children() {
4789
4789
  return v(ie, j({
4790
4790
  as: "div",
@@ -4980,7 +4980,7 @@ function Sc() {
4980
4980
  throw new Error("[kobalte]: `useMenuGroupContext` must be used within a `Menu.Group` component");
4981
4981
  return e;
4982
4982
  }
4983
- function qi(e) {
4983
+ function Ti(e) {
4984
4984
  const t = rt();
4985
4985
  e = W({
4986
4986
  id: t.generateId(`group-${Be()}`)
@@ -5089,9 +5089,9 @@ function Ic(e) {
5089
5089
  }
5090
5090
  });
5091
5091
  }
5092
- var Mi = Se();
5092
+ var qi = Se();
5093
5093
  function Lc() {
5094
- const e = ke(Mi);
5094
+ const e = ke(qi);
5095
5095
  if (e === void 0)
5096
5096
  throw new Error("[kobalte]: `useMenuRadioGroupContext` must be used within a `Menu.RadioGroup` component");
5097
5097
  return e;
@@ -5113,14 +5113,14 @@ function Oc(e) {
5113
5113
  isSelectedValue: (a) => a === s(),
5114
5114
  setSelectedValue: l
5115
5115
  };
5116
- return v(Mi.Provider, {
5116
+ return v(qi.Provider, {
5117
5117
  value: i,
5118
5118
  get children() {
5119
- return v(qi, o);
5119
+ return v(Ti, o);
5120
5120
  }
5121
5121
  });
5122
5122
  }
5123
- function qc(e) {
5123
+ function Tc(e) {
5124
5124
  const t = Lc();
5125
5125
  e = W({
5126
5126
  closeOnSelect: !1
@@ -5137,7 +5137,7 @@ function qc(e) {
5137
5137
  }
5138
5138
  }, r));
5139
5139
  }
5140
- function Mc(e) {
5140
+ function qc(e) {
5141
5141
  const t = `menu-${Be()}`;
5142
5142
  e = W({
5143
5143
  id: t,
@@ -5171,7 +5171,7 @@ function Mc(e) {
5171
5171
  }
5172
5172
  });
5173
5173
  }
5174
- function Tc(e) {
5174
+ function Mc(e) {
5175
5175
  const {
5176
5176
  direction: t
5177
5177
  } = Ot();
@@ -5817,14 +5817,14 @@ function Gc(e) {
5817
5817
  const t = `dropdownmenu-${Be()}`;
5818
5818
  return e = W({
5819
5819
  id: t
5820
- }, e), v(Mc, e);
5820
+ }, e), v(qc, e);
5821
5821
  }
5822
5822
  var de = /* @__PURE__ */ Object.freeze({
5823
5823
  __proto__: null,
5824
5824
  Arrow: fc,
5825
5825
  CheckboxItem: wc,
5826
5826
  Content: Uc,
5827
- Group: qi,
5827
+ Group: Ti,
5828
5828
  GroupLabel: kc,
5829
5829
  Icon: Ec,
5830
5830
  Item: _c,
@@ -5833,16 +5833,16 @@ var de = /* @__PURE__ */ Object.freeze({
5833
5833
  ItemLabel: Dc,
5834
5834
  Portal: Ic,
5835
5835
  RadioGroup: Oc,
5836
- RadioItem: qc,
5836
+ RadioItem: Tc,
5837
5837
  Root: Gc,
5838
5838
  Separator: Nc,
5839
- Sub: Tc,
5839
+ Sub: Mc,
5840
5840
  SubContent: zc,
5841
5841
  SubTrigger: Bc,
5842
5842
  Trigger: Rc
5843
- }), Ti = Se();
5843
+ }), Mi = Se();
5844
5844
  function Pi() {
5845
- const e = ke(Ti);
5845
+ const e = ke(Mi);
5846
5846
  if (e === void 0)
5847
5847
  throw new Error("[kobalte]: `useRadioGroupContext` must be used within a `RadioGroup` component");
5848
5848
  return e;
@@ -5940,7 +5940,7 @@ function Qc(e) {
5940
5940
  }
5941
5941
  });
5942
5942
  }
5943
- var Wc = /* @__PURE__ */ T('<input type="radio">');
5943
+ var Wc = /* @__PURE__ */ M('<input type="radio">');
5944
5944
  function Yc(e) {
5945
5945
  const t = ln(), n = Pi(), r = an();
5946
5946
  e = W({
@@ -5998,7 +5998,7 @@ function Yc(e) {
5998
5998
  }, () => r.dataset(), s), !1, !1), f;
5999
5999
  })();
6000
6000
  }
6001
- var Xc = /* @__PURE__ */ T("<label>");
6001
+ var Xc = /* @__PURE__ */ M("<label>");
6002
6002
  function Zc(e) {
6003
6003
  const t = an();
6004
6004
  return e = W({
@@ -6048,7 +6048,7 @@ function eu(e) {
6048
6048
  return v(yi.Provider, {
6049
6049
  value: a,
6050
6050
  get children() {
6051
- return v(Ti.Provider, {
6051
+ return v(Mi.Provider, {
6052
6052
  value: d,
6053
6053
  get children() {
6054
6054
  return v(ie, j({
@@ -6088,7 +6088,7 @@ function eu(e) {
6088
6088
  }
6089
6089
  });
6090
6090
  }
6091
- var Te = /* @__PURE__ */ Object.freeze({
6091
+ var Me = /* @__PURE__ */ Object.freeze({
6092
6092
  __proto__: null,
6093
6093
  Description: Da,
6094
6094
  ErrorMessage: Ia,
@@ -6403,7 +6403,7 @@ var tu = {
6403
6403
  toast: 1700,
6404
6404
  tooltip: 1800
6405
6405
  }
6406
- }, ru = /* @__PURE__ */ T('<svg width=14 height=14 viewBox="0 0 14 14"fill=none xmlns=http://www.w3.org/2000/svg><path d="M13 13L9.00007 9M10.3333 5.66667C10.3333 8.244 8.244 10.3333 5.66667 10.3333C3.08934 10.3333 1 8.244 1 5.66667C1 3.08934 3.08934 1 5.66667 1C8.244 1 10.3333 3.08934 10.3333 5.66667Z"stroke=currentColor stroke-width=1.66667 stroke-linecap=round stroke-linejoin=round>'), ou = /* @__PURE__ */ T('<svg width=24 height=24 viewBox="0 0 24 24"fill=none xmlns=http://www.w3.org/2000/svg><path d="M9 3H15M3 6H21M19 6L18.2987 16.5193C18.1935 18.0975 18.1409 18.8867 17.8 19.485C17.4999 20.0118 17.0472 20.4353 16.5017 20.6997C15.882 21 15.0911 21 13.5093 21H10.4907C8.90891 21 8.11803 21 7.49834 20.6997C6.95276 20.4353 6.50009 20.0118 6.19998 19.485C5.85911 18.8867 5.8065 18.0975 5.70129 16.5193L5 6M10 10.5V15.5M14 10.5V15.5"stroke=currentColor stroke-width=2 stroke-linecap=round stroke-linejoin=round>'), iu = /* @__PURE__ */ T('<svg width=10 height=6 viewBox="0 0 10 6"fill=none xmlns=http://www.w3.org/2000/svg><path d="M1 1L5 5L9 1"stroke=currentColor stroke-width=1.66667 stroke-linecap=round stroke-linejoin=round>'), su = /* @__PURE__ */ T('<svg width=12 height=12 viewBox="0 0 16 16"fill=none xmlns=http://www.w3.org/2000/svg><path d="M8 13.3333V2.66667M8 2.66667L4 6.66667M8 2.66667L12 6.66667"stroke=currentColor stroke-width=1.66667 stroke-linecap=round stroke-linejoin=round>'), pr = /* @__PURE__ */ T('<svg width=12 height=12 viewBox="0 0 16 16"fill=none xmlns=http://www.w3.org/2000/svg><path d="M8 2.66667V13.3333M8 13.3333L4 9.33333M8 13.3333L12 9.33333"stroke=currentColor stroke-width=1.66667 stroke-linecap=round stroke-linejoin=round>'), lu = /* @__PURE__ */ T('<svg viewBox="0 0 24 24"height=12 width=12 fill=none xmlns=http://www.w3.org/2000/svg><path d="M12 2v2m0 16v2M4 12H2m4.314-5.686L4.9 4.9m12.786 1.414L19.1 4.9M6.314 17.69 4.9 19.104m12.786-1.414 1.414 1.414M22 12h-2m-3 0a5 5 0 1 1-10 0 5 5 0 0 1 10 0Z"stroke=currentColor stroke-width=2 stroke-linecap=round stroke-linejoin=round>'), au = /* @__PURE__ */ T('<svg viewBox="0 0 24 24"height=12 width=12 fill=none xmlns=http://www.w3.org/2000/svg><path d="M22 15.844a10.424 10.424 0 0 1-4.306.925c-5.779 0-10.463-4.684-10.463-10.462 0-1.536.33-2.994.925-4.307A10.464 10.464 0 0 0 2 11.538C2 17.316 6.684 22 12.462 22c4.243 0 7.896-2.526 9.538-6.156Z"stroke=currentColor stroke-width=2 stroke-linecap=round stroke-linejoin=round>'), cu = /* @__PURE__ */ T('<svg viewBox="0 0 24 24"height=12 width=12 fill=none xmlns=http://www.w3.org/2000/svg><path d="M8 21h8m-4-4v4m-5.2-4h10.4c1.68 0 2.52 0 3.162-.327a3 3 0 0 0 1.311-1.311C22 14.72 22 13.88 22 12.2V7.8c0-1.68 0-2.52-.327-3.162a3 3 0 0 0-1.311-1.311C19.72 3 18.88 3 17.2 3H6.8c-1.68 0-2.52 0-3.162.327a3 3 0 0 0-1.311 1.311C2 5.28 2 6.12 2 7.8v4.4c0 1.68 0 2.52.327 3.162a3 3 0 0 0 1.311 1.311C4.28 17 5.12 17 6.8 17Z"stroke=currentColor stroke-width=2 stroke-linecap=round stroke-linejoin=round>'), uu = /* @__PURE__ */ T('<svg stroke=currentColor fill=currentColor stroke-width=0 viewBox="0 0 24 24"height=1em width=1em xmlns=http://www.w3.org/2000/svg><path fill=none d="M0 0h24v24H0z"></path><path d="M1 9l2 2c4.97-4.97 13.03-4.97 18 0l2-2C16.93 2.93 7.08 2.93 1 9zm8 8l3 3 3-3a4.237 4.237 0 00-6 0zm-4-4l2 2a7.074 7.074 0 0110 0l2-2C15.14 9.14 8.87 9.14 5 13z">'), du = /* @__PURE__ */ T('<svg stroke-width=0 viewBox="0 0 24 24"height=1em width=1em xmlns=http://www.w3.org/2000/svg><path fill=none d="M24 .01c0-.01 0-.01 0 0L0 0v24h24V.01zM0 0h24v24H0V0zm0 0h24v24H0V0z"></path><path d="M22.99 9C19.15 5.16 13.8 3.76 8.84 4.78l2.52 2.52c3.47-.17 6.99 1.05 9.63 3.7l2-2zm-4 4a9.793 9.793 0 00-4.49-2.56l3.53 3.53.96-.97zM2 3.05L5.07 6.1C3.6 6.82 2.22 7.78 1 9l1.99 2c1.24-1.24 2.67-2.16 4.2-2.77l2.24 2.24A9.684 9.684 0 005 13v.01L6.99 15a7.042 7.042 0 014.92-2.06L18.98 20l1.27-1.26L3.29 1.79 2 3.05zM9 17l3 3 3-3a4.237 4.237 0 00-6 0z">'), fu = /* @__PURE__ */ T('<svg width=24 height=24 viewBox="0 0 24 24"fill=none xmlns=http://www.w3.org/2000/svg><path d="M9.3951 19.3711L9.97955 20.6856C10.1533 21.0768 10.4368 21.4093 10.7958 21.6426C11.1547 21.8759 11.5737 22.0001 12.0018 22C12.4299 22.0001 12.8488 21.8759 13.2078 21.6426C13.5667 21.4093 13.8503 21.0768 14.024 20.6856L14.6084 19.3711C14.8165 18.9047 15.1664 18.5159 15.6084 18.26C16.0532 18.0034 16.5678 17.8941 17.0784 17.9478L18.5084 18.1C18.9341 18.145 19.3637 18.0656 19.7451 17.8713C20.1265 17.6771 20.4434 17.3763 20.6573 17.0056C20.8715 16.635 20.9735 16.2103 20.9511 15.7829C20.9286 15.3555 20.7825 14.9438 20.5307 14.5978L19.684 13.4344C19.3825 13.0171 19.2214 12.5148 19.224 12C19.2239 11.4866 19.3865 10.9864 19.6884 10.5711L20.5351 9.40778C20.787 9.06175 20.933 8.65007 20.9555 8.22267C20.978 7.79528 20.8759 7.37054 20.6618 7C20.4479 6.62923 20.131 6.32849 19.7496 6.13423C19.3681 5.93997 18.9386 5.86053 18.5129 5.90556L17.0829 6.05778C16.5722 6.11141 16.0577 6.00212 15.6129 5.74556C15.17 5.48825 14.82 5.09736 14.6129 4.62889L14.024 3.31444C13.8503 2.92317 13.5667 2.59072 13.2078 2.3574C12.8488 2.12408 12.4299 1.99993 12.0018 2C11.5737 1.99993 11.1547 2.12408 10.7958 2.3574C10.4368 2.59072 10.1533 2.92317 9.97955 3.31444L9.3951 4.62889C9.18803 5.09736 8.83798 5.48825 8.3951 5.74556C7.95032 6.00212 7.43577 6.11141 6.9251 6.05778L5.49066 5.90556C5.06499 5.86053 4.6354 5.93997 4.25397 6.13423C3.87255 6.32849 3.55567 6.62923 3.34177 7C3.12759 7.37054 3.02555 7.79528 3.04804 8.22267C3.07052 8.65007 3.21656 9.06175 3.46844 9.40778L4.3151 10.5711C4.61704 10.9864 4.77964 11.4866 4.77955 12C4.77964 12.5134 4.61704 13.0137 4.3151 13.4289L3.46844 14.5922C3.21656 14.9382 3.07052 15.3499 3.04804 15.7773C3.02555 16.2047 3.12759 16.6295 3.34177 17C3.55589 17.3706 3.8728 17.6712 4.25417 17.8654C4.63554 18.0596 5.06502 18.1392 5.49066 18.0944L6.92066 17.9422C7.43133 17.8886 7.94587 17.9979 8.39066 18.2544C8.83519 18.511 9.18687 18.902 9.3951 19.3711Z"stroke=currentColor stroke-width=2 stroke-linecap=round stroke-linejoin=round></path><path d="M12 15C13.6568 15 15 13.6569 15 12C15 10.3431 13.6568 9 12 9C10.3431 9 8.99998 10.3431 8.99998 12C8.99998 13.6569 10.3431 15 12 15Z"stroke=currentColor stroke-width=2 stroke-linecap=round stroke-linejoin=round>'), gu = /* @__PURE__ */ T('<svg width=24 height=24 viewBox="0 0 24 24"fill=none xmlns=http://www.w3.org/2000/svg><path class=copier d="M8 8V5.2C8 4.0799 8 3.51984 8.21799 3.09202C8.40973 2.71569 8.71569 2.40973 9.09202 2.21799C9.51984 2 10.0799 2 11.2 2H18.8C19.9201 2 20.4802 2 20.908 2.21799C21.2843 2.40973 21.5903 2.71569 21.782 3.09202C22 3.51984 22 4.0799 22 5.2V12.8C22 13.9201 22 14.4802 21.782 14.908C21.5903 15.2843 21.2843 15.5903 20.908 15.782C20.4802 16 19.9201 16 18.8 16H16M5.2 22H12.8C13.9201 22 14.4802 22 14.908 21.782C15.2843 21.5903 15.5903 21.2843 15.782 20.908C16 20.4802 16 19.9201 16 18.8V11.2C16 10.0799 16 9.51984 15.782 9.09202C15.5903 8.71569 15.2843 8.40973 14.908 8.21799C14.4802 8 13.9201 8 12.8 8H5.2C4.0799 8 3.51984 8 3.09202 8.21799C2.71569 8.40973 2.40973 8.71569 2.21799 9.09202C2 9.51984 2 10.0799 2 11.2V18.8C2 19.9201 2 20.4802 2.21799 20.908C2.40973 21.2843 2.71569 21.5903 3.09202 21.782C3.51984 22 4.07989 22 5.2 22Z"stroke-width=2 stroke-linecap=round stroke-linejoin=round stroke=currentColor>'), Ki = /* @__PURE__ */ T('<svg width=24 height=24 viewBox="0 0 24 24"fill=none xmlns=http://www.w3.org/2000/svg><path d="M7.5 12L10.5 15L16.5 9M7.8 21H16.2C17.8802 21 18.7202 21 19.362 20.673C19.9265 20.3854 20.3854 19.9265 20.673 19.362C21 18.7202 21 17.8802 21 16.2V7.8C21 6.11984 21 5.27976 20.673 4.63803C20.3854 4.07354 19.9265 3.6146 19.362 3.32698C18.7202 3 17.8802 3 16.2 3H7.8C6.11984 3 5.27976 3 4.63803 3.32698C4.07354 3.6146 3.6146 4.07354 3.32698 4.63803C3 5.27976 3 6.11984 3 7.8V16.2C3 17.8802 3 18.7202 3.32698 19.362C3.6146 19.9265 4.07354 20.3854 4.63803 20.673C5.27976 21 6.11984 21 7.8 21Z"stroke-width=2 stroke-linecap=round stroke-linejoin=round>'), hu = /* @__PURE__ */ T('<svg width=24 height=24 viewBox="0 0 24 24"fill=none xmlns=http://www.w3.org/2000/svg><path d="M9 9L15 15M15 9L9 15M7.8 21H16.2C17.8802 21 18.7202 21 19.362 20.673C19.9265 20.3854 20.3854 19.9265 20.673 19.362C21 18.7202 21 17.8802 21 16.2V7.8C21 6.11984 21 5.27976 20.673 4.63803C20.3854 4.07354 19.9265 3.6146 19.362 3.32698C18.7202 3 17.8802 3 16.2 3H7.8C6.11984 3 5.27976 3 4.63803 3.32698C4.07354 3.6146 3.6146 4.07354 3.32698 4.63803C3 5.27976 3 6.11984 3 7.8V16.2C3 17.8802 3 18.7202 3.32698 19.362C3.6146 19.9265 4.07354 20.3854 4.63803 20.673C5.27976 21 6.11984 21 7.8 21Z"stroke=#F04438 stroke-width=2 stroke-linecap=round stroke-linejoin=round>'), yu = /* @__PURE__ */ T('<svg width=24 height=24 viewBox="0 0 24 24"fill=none stroke=currentColor stroke-width=2 xmlns=http://www.w3.org/2000/svg><rect class=list width=20 height=20 y=2 x=2 rx=2></rect><line class=list-item y1=7 y2=7 x1=6 x2=18></line><line class=list-item y2=12 y1=12 x1=6 x2=18></line><line class=list-item y1=17 y2=17 x1=6 x2=18>'), vu = /* @__PURE__ */ T('<svg viewBox="0 0 24 24"height=20 width=20 fill=none xmlns=http://www.w3.org/2000/svg><path d="M3 7.8c0-1.68 0-2.52.327-3.162a3 3 0 0 1 1.311-1.311C5.28 3 6.12 3 7.8 3h8.4c1.68 0 2.52 0 3.162.327a3 3 0 0 1 1.311 1.311C21 5.28 21 6.12 21 7.8v8.4c0 1.68 0 2.52-.327 3.162a3 3 0 0 1-1.311 1.311C18.72 21 17.88 21 16.2 21H7.8c-1.68 0-2.52 0-3.162-.327a3 3 0 0 1-1.311-1.311C3 18.72 3 17.88 3 16.2V7.8Z"stroke-width=2 stroke-linecap=round stroke-linejoin=round>'), mu = /* @__PURE__ */ T('<svg width=14 height=14 viewBox="0 0 24 24"fill=none xmlns=http://www.w3.org/2000/svg><path d="M7.5 12L10.5 15L16.5 9M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z"stroke=currentColor stroke-width=2 stroke-linecap=round stroke-linejoin=round>'), bu = /* @__PURE__ */ T('<svg width=14 height=14 viewBox="0 0 24 24"fill=none xmlns=http://www.w3.org/2000/svg><path d="M12 2V6M12 18V22M6 12H2M22 12H18M19.0784 19.0784L16.25 16.25M19.0784 4.99994L16.25 7.82837M4.92157 19.0784L7.75 16.25M4.92157 4.99994L7.75 7.82837"stroke=currentColor stroke-width=2 stroke-linecap=round stroke-linejoin=round></path><animateTransform attributeName=transform attributeType=XML type=rotate from=0 to=360 dur=2s repeatCount=indefinite>'), xu = /* @__PURE__ */ T('<svg width=14 height=14 viewBox="0 0 24 24"fill=none xmlns=http://www.w3.org/2000/svg><path d="M15 9L9 15M9 9L15 15M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z"stroke=currentColor stroke-width=2 stroke-linecap=round stroke-linejoin=round>'), $u = /* @__PURE__ */ T('<svg width=14 height=14 viewBox="0 0 24 24"fill=none xmlns=http://www.w3.org/2000/svg><path d="M9.5 15V9M14.5 15V9M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z"stroke=currentColor stroke-width=2 stroke-linecap=round stroke-linejoin=round>'), pu = /* @__PURE__ */ T('<svg version=1.0 viewBox="0 0 633 633"><linearGradient x1=-666.45 x2=-666.45 y1=163.28 y2=163.99 gradientTransform="matrix(633 0 0 633 422177 -103358)"gradientUnits=userSpaceOnUse><stop stop-color=#6BDAFF offset=0></stop><stop stop-color=#F9FFB5 offset=.32></stop><stop stop-color=#FFA770 offset=.71></stop><stop stop-color=#FF7373 offset=1></stop></linearGradient><circle cx=316.5 cy=316.5 r=316.5></circle><defs><filter x=-137.5 y=412 width=454 height=396.9 filterUnits=userSpaceOnUse><feColorMatrix values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"></feColorMatrix></filter></defs><mask x=-137.5 y=412 width=454 height=396.9 maskUnits=userSpaceOnUse><g><circle cx=316.5 cy=316.5 r=316.5 fill=#fff></circle></g></mask><g><ellipse cx=89.5 cy=610.5 rx=214.5 ry=186 fill=#015064 stroke=#00CFE2 stroke-width=25></ellipse></g><defs><filter x=316.5 y=412 width=454 height=396.9 filterUnits=userSpaceOnUse><feColorMatrix values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"></feColorMatrix></filter></defs><mask x=316.5 y=412 width=454 height=396.9 maskUnits=userSpaceOnUse><g><circle cx=316.5 cy=316.5 r=316.5 fill=#fff></circle></g></mask><g><ellipse cx=543.5 cy=610.5 rx=214.5 ry=186 fill=#015064 stroke=#00CFE2 stroke-width=25></ellipse></g><defs><filter x=-137.5 y=450 width=454 height=396.9 filterUnits=userSpaceOnUse><feColorMatrix values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"></feColorMatrix></filter></defs><mask x=-137.5 y=450 width=454 height=396.9 maskUnits=userSpaceOnUse><g><circle cx=316.5 cy=316.5 r=316.5 fill=#fff></circle></g></mask><g><ellipse cx=89.5 cy=648.5 rx=214.5 ry=186 fill=#015064 stroke=#00A8B8 stroke-width=25></ellipse></g><defs><filter x=316.5 y=450 width=454 height=396.9 filterUnits=userSpaceOnUse><feColorMatrix values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"></feColorMatrix></filter></defs><mask x=316.5 y=450 width=454 height=396.9 maskUnits=userSpaceOnUse><g><circle cx=316.5 cy=316.5 r=316.5 fill=#fff></circle></g></mask><g><ellipse cx=543.5 cy=648.5 rx=214.5 ry=186 fill=#015064 stroke=#00A8B8 stroke-width=25></ellipse></g><defs><filter x=-137.5 y=486 width=454 height=396.9 filterUnits=userSpaceOnUse><feColorMatrix values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"></feColorMatrix></filter></defs><mask x=-137.5 y=486 width=454 height=396.9 maskUnits=userSpaceOnUse><g><circle cx=316.5 cy=316.5 r=316.5 fill=#fff></circle></g></mask><g><ellipse cx=89.5 cy=684.5 rx=214.5 ry=186 fill=#015064 stroke=#007782 stroke-width=25></ellipse></g><defs><filter x=316.5 y=486 width=454 height=396.9 filterUnits=userSpaceOnUse><feColorMatrix values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"></feColorMatrix></filter></defs><mask x=316.5 y=486 width=454 height=396.9 maskUnits=userSpaceOnUse><g><circle cx=316.5 cy=316.5 r=316.5 fill=#fff></circle></g></mask><g><ellipse cx=543.5 cy=684.5 rx=214.5 ry=186 fill=#015064 stroke=#007782 stroke-width=25></ellipse></g><defs><filter x=272.2 y=308 width=176.9 height=129.3 filterUnits=userSpaceOnUse><feColorMatrix values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"></feColorMatrix></filter></defs><mask x=272.2 y=308 width=176.9 height=129.3 maskUnits=userSpaceOnUse><g><circle cx=316.5 cy=316.5 r=316.5 fill=#fff></circle></g></mask><g><line x1=436 x2=431 y1=403.2 y2=431.8 fill=none stroke=#000 stroke-linecap=round stroke-linejoin=bevel stroke-width=11></line><line x1=291 x2=280 y1=341.5 y2=403.5 fill=none stroke=#000 stroke-linecap=round stroke-linejoin=bevel stroke-width=11></line><line x1=332.9 x2=328.6 y1=384.1 y2=411.2 fill=none stroke=#000 stroke-linecap=round stroke-linejoin=bevel stroke-width=11></line><linearGradient x1=-670.75 x2=-671.59 y1=164.4 y2=164.49 gradientTransform="matrix(-184.16 -32.472 -11.461 64.997 -121359 -32126)"gradientUnits=userSpaceOnUse><stop stop-color=#EE2700 offset=0></stop><stop stop-color=#FF008E offset=1></stop></linearGradient><path d="m344.1 363 97.7 17.2c5.8 2.1 8.2 6.1 7.1 12.1s-4.7 9.2-11 9.9l-106-18.7-57.5-59.2c-3.2-4.8-2.9-9.1 0.8-12.8s8.3-4.4 13.7-2.1l55.2 53.6z"clip-rule=evenodd fill-rule=evenodd></path><line x1=428.2 x2=429.1 y1=384.5 y2=378 fill=none stroke=#fff stroke-linecap=round stroke-linejoin=bevel stroke-width=7></line><line x1=395.2 x2=396.1 y1=379.5 y2=373 fill=none stroke=#fff stroke-linecap=round stroke-linejoin=bevel stroke-width=7></line><line x1=362.2 x2=363.1 y1=373.5 y2=367.4 fill=none stroke=#fff stroke-linecap=round stroke-linejoin=bevel stroke-width=7></line><line x1=324.2 x2=328.4 y1=351.3 y2=347.4 fill=none stroke=#fff stroke-linecap=round stroke-linejoin=bevel stroke-width=7></line><line x1=303.2 x2=307.4 y1=331.3 y2=327.4 fill=none stroke=#fff stroke-linecap=round stroke-linejoin=bevel stroke-width=7></line></g><defs><filter x=73.2 y=113.8 width=280.6 height=317.4 filterUnits=userSpaceOnUse><feColorMatrix values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"></feColorMatrix></filter></defs><mask x=73.2 y=113.8 width=280.6 height=317.4 maskUnits=userSpaceOnUse><g><circle cx=316.5 cy=316.5 r=316.5 fill=#fff></circle></g></mask><g><linearGradient x1=-672.16 x2=-672.16 y1=165.03 y2=166.03 gradientTransform="matrix(-100.18 48.861 97.976 200.88 -83342 -93.059)"gradientUnits=userSpaceOnUse><stop stop-color=#A17500 offset=0></stop><stop stop-color=#5D2100 offset=1></stop></linearGradient><path d="m192.3 203c8.1 37.3 14 73.6 17.8 109.1 3.8 35.4 2.8 75.1-3 119.2l61.2-16.7c-15.6-59-25.2-97.9-28.6-116.6s-10.8-51.9-22.1-99.6l-25.3 4.6"clip-rule=evenodd fill-rule=evenodd></path><g stroke=#2F8A00><linearGradient x1=-660.23 x2=-660.23 y1=166.72 y2=167.72 gradientTransform="matrix(92.683 4.8573 -2.0259 38.657 61680 -3088.6)"gradientUnits=userSpaceOnUse><stop stop-color=#2F8A00 offset=0></stop><stop stop-color=#90FF57 offset=1></stop></linearGradient><path d="m195 183.9s-12.6-22.1-36.5-29.9c-15.9-5.2-34.4-1.5-55.5 11.1 15.9 14.3 29.5 22.6 40.7 24.9 16.8 3.6 51.3-6.1 51.3-6.1z"clip-rule=evenodd fill-rule=evenodd stroke-width=13></path><linearGradient x1=-661.36 x2=-661.36 y1=164.18 y2=165.18 gradientTransform="matrix(110 5.7648 -6.3599 121.35 73933 -15933)"gradientUnits=userSpaceOnUse><stop stop-color=#2F8A00 offset=0></stop><stop stop-color=#90FF57 offset=1></stop></linearGradient><path d="m194.9 184.5s-47.5-8.5-83.2 15.7c-23.8 16.2-34.3 49.3-31.6 99.4 30.3-27.8 52.1-48.5 65.2-61.9 19.8-20.2 49.6-53.2 49.6-53.2z"clip-rule=evenodd fill-rule=evenodd stroke-width=13></path><linearGradient x1=-656.79 x2=-656.79 y1=165.15 y2=166.15 gradientTransform="matrix(62.954 3.2993 -3.5023 66.828 42156 -8754.1)"gradientUnits=userSpaceOnUse><stop stop-color=#2F8A00 offset=0></stop><stop stop-color=#90FF57 offset=1></stop></linearGradient><path d="m195 183.9c-0.8-21.9 6-38 20.6-48.2s29.8-15.4 45.5-15.3c-6.1 21.4-14.5 35.8-25.2 43.4s-24.4 14.2-40.9 20.1z"clip-rule=evenodd fill-rule=evenodd stroke-width=13></path><linearGradient x1=-663.07 x2=-663.07 y1=165.44 y2=166.44 gradientTransform="matrix(152.47 7.9907 -3.0936 59.029 101884 -4318.7)"gradientUnits=userSpaceOnUse><stop stop-color=#2F8A00 offset=0></stop><stop stop-color=#90FF57 offset=1></stop></linearGradient><path d="m194.9 184.5c31.9-30 64.1-39.7 96.7-29s50.8 30.4 54.6 59.1c-35.2-5.5-60.4-9.6-75.8-12.1-15.3-2.6-40.5-8.6-75.5-18z"clip-rule=evenodd fill-rule=evenodd stroke-width=13></path><linearGradient x1=-662.57 x2=-662.57 y1=164.44 y2=165.44 gradientTransform="matrix(136.46 7.1517 -5.2163 99.533 91536 -11442)"gradientUnits=userSpaceOnUse><stop stop-color=#2F8A00 offset=0></stop><stop stop-color=#90FF57 offset=1></stop></linearGradient><path d="m194.9 184.5c35.8-7.6 65.6-0.2 89.2 22s37.7 49 42.3 80.3c-39.8-9.7-68.3-23.8-85.5-42.4s-32.5-38.5-46-59.9z"clip-rule=evenodd fill-rule=evenodd stroke-width=13></path><linearGradient x1=-656.43 x2=-656.43 y1=163.86 y2=164.86 gradientTransform="matrix(60.866 3.1899 -8.7773 167.48 41560 -25168)"gradientUnits=userSpaceOnUse><stop stop-color=#2F8A00 offset=0></stop><stop stop-color=#90FF57 offset=1></stop></linearGradient><path d="m194.9 184.5c-33.6 13.8-53.6 35.7-60.1 65.6s-3.6 63.1 8.7 99.6c27.4-40.3 43.2-69.6 47.4-88s5.6-44.1 4-77.2z"clip-rule=evenodd fill-rule=evenodd stroke-width=13></path><path d="m196.5 182.3c-14.8 21.6-25.1 41.4-30.8 59.4s-9.5 33-11.1 45.1"fill=none stroke-linecap=round stroke-width=8></path><path d="m194.9 185.7c-24.4 1.7-43.8 9-58.1 21.8s-24.7 25.4-31.3 37.8"fill=none stroke-linecap=round stroke-width=8></path><path d="m204.5 176.4c29.7-6.7 52-8.4 67-5.1s26.9 8.6 35.8 15.9"fill=none stroke-linecap=round stroke-width=8></path><path d="m196.5 181.4c20.3 9.9 38.2 20.5 53.9 31.9s27.4 22.1 35.1 32"fill=none stroke-linecap=round stroke-width=8></path></g></g><defs><filter x=50.5 y=399 width=532 height=633 filterUnits=userSpaceOnUse><feColorMatrix values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"></feColorMatrix></filter></defs><mask x=50.5 y=399 width=532 height=633 maskUnits=userSpaceOnUse><g><circle cx=316.5 cy=316.5 r=316.5 fill=#fff></circle></g></mask><g><linearGradient x1=-666.06 x2=-666.23 y1=163.36 y2=163.75 gradientTransform="matrix(532 0 0 633 354760 -102959)"gradientUnits=userSpaceOnUse><stop stop-color=#FFF400 offset=0></stop><stop stop-color=#3C8700 offset=1></stop></linearGradient><ellipse cx=316.5 cy=715.5 rx=266 ry=316.5></ellipse></g><defs><filter x=391 y=-24 width=288 height=283 filterUnits=userSpaceOnUse><feColorMatrix values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"></feColorMatrix></filter></defs><mask x=391 y=-24 width=288 height=283 maskUnits=userSpaceOnUse><g><circle cx=316.5 cy=316.5 r=316.5 fill=#fff></circle></g></mask><g><linearGradient x1=-664.56 x2=-664.56 y1=163.79 y2=164.79 gradientTransform="matrix(227 0 0 227 151421 -37204)"gradientUnits=userSpaceOnUse><stop stop-color=#FFDF00 offset=0></stop><stop stop-color=#FF9D00 offset=1></stop></linearGradient><circle cx=565.5 cy=89.5 r=113.5></circle><linearGradient x1=-644.5 x2=-645.77 y1=342 y2=342 gradientTransform="matrix(30 0 0 1 19770 -253)"gradientUnits=userSpaceOnUse><stop stop-color=#FFA400 offset=0></stop><stop stop-color=#FF5E00 offset=1></stop></linearGradient><line x1=427 x2=397 y1=89 y2=89 fill=none stroke-linecap=round stroke-linejoin=bevel stroke-width=12></line><linearGradient x1=-641.56 x2=-642.83 y1=196.02 y2=196.07 gradientTransform="matrix(26.5 0 0 5.5 17439 -1025.5)"gradientUnits=userSpaceOnUse><stop stop-color=#FFA400 offset=0></stop><stop stop-color=#FF5E00 offset=1></stop></linearGradient><line x1=430.5 x2=404 y1=55.5 y2=50 fill=none stroke-linecap=round stroke-linejoin=bevel stroke-width=12></line><linearGradient x1=-643.73 x2=-645 y1=185.83 y2=185.9 gradientTransform="matrix(29 0 0 8 19107 -1361)"gradientUnits=userSpaceOnUse><stop stop-color=#FFA400 offset=0></stop><stop stop-color=#FF5E00 offset=1></stop></linearGradient><line x1=431 x2=402 y1=122 y2=130 fill=none stroke-linecap=round stroke-linejoin=bevel stroke-width=12></line><linearGradient x1=-638.94 x2=-640.22 y1=177.09 y2=177.39 gradientTransform="matrix(24 0 0 13 15783 -2145)"gradientUnits=userSpaceOnUse><stop stop-color=#FFA400 offset=0></stop><stop stop-color=#FF5E00 offset=1></stop></linearGradient><line x1=442 x2=418 y1=153 y2=166 fill=none stroke-linecap=round stroke-linejoin=bevel stroke-width=12></line><linearGradient x1=-633.42 x2=-634.7 y1=172.41 y2=173.31 gradientTransform="matrix(20 0 0 19 13137 -3096)"gradientUnits=userSpaceOnUse><stop stop-color=#FFA400 offset=0></stop><stop stop-color=#FF5E00 offset=1></stop></linearGradient><line x1=464 x2=444 y1=180 y2=199 fill=none stroke-linecap=round stroke-linejoin=bevel stroke-width=12></line><linearGradient x1=-619.05 x2=-619.52 y1=170.82 y2=171.82 gradientTransform="matrix(13.83 0 0 22.85 9050 -3703.4)"gradientUnits=userSpaceOnUse><stop stop-color=#FFA400 offset=0></stop><stop stop-color=#FF5E00 offset=1></stop></linearGradient><line x1=491.4 x2=477.5 y1=203 y2=225.9 fill=none stroke-linecap=round stroke-linejoin=bevel stroke-width=12></line><linearGradient x1=-578.5 x2=-578.63 y1=170.31 y2=171.31 gradientTransform="matrix(7.5 0 0 24.5 4860 -3953)"gradientUnits=userSpaceOnUse><stop stop-color=#FFA400 offset=0></stop><stop stop-color=#FF5E00 offset=1></stop></linearGradient><line x1=524.5 x2=517 y1=219.5 y2=244 fill=none stroke-linecap=round stroke-linejoin=bevel stroke-width=12></line><linearGradient x1=666.5 x2=666.5 y1=170.31 y2=171.31 gradientTransform="matrix(.5 0 0 24.5 231.5 -3944)"gradientUnits=userSpaceOnUse><stop stop-color=#FFA400 offset=0></stop><stop stop-color=#FF5E00 offset=1></stop></linearGradient><line x1=564.5 x2=565 y1=228.5 y2=253 fill=none stroke-linecap=round stroke-linejoin=bevel stroke-width=12>');
6406
+ }, ru = /* @__PURE__ */ M('<svg width=14 height=14 viewBox="0 0 14 14"fill=none xmlns=http://www.w3.org/2000/svg><path d="M13 13L9.00007 9M10.3333 5.66667C10.3333 8.244 8.244 10.3333 5.66667 10.3333C3.08934 10.3333 1 8.244 1 5.66667C1 3.08934 3.08934 1 5.66667 1C8.244 1 10.3333 3.08934 10.3333 5.66667Z"stroke=currentColor stroke-width=1.66667 stroke-linecap=round stroke-linejoin=round>'), ou = /* @__PURE__ */ M('<svg width=24 height=24 viewBox="0 0 24 24"fill=none xmlns=http://www.w3.org/2000/svg><path d="M9 3H15M3 6H21M19 6L18.2987 16.5193C18.1935 18.0975 18.1409 18.8867 17.8 19.485C17.4999 20.0118 17.0472 20.4353 16.5017 20.6997C15.882 21 15.0911 21 13.5093 21H10.4907C8.90891 21 8.11803 21 7.49834 20.6997C6.95276 20.4353 6.50009 20.0118 6.19998 19.485C5.85911 18.8867 5.8065 18.0975 5.70129 16.5193L5 6M10 10.5V15.5M14 10.5V15.5"stroke=currentColor stroke-width=2 stroke-linecap=round stroke-linejoin=round>'), iu = /* @__PURE__ */ M('<svg width=10 height=6 viewBox="0 0 10 6"fill=none xmlns=http://www.w3.org/2000/svg><path d="M1 1L5 5L9 1"stroke=currentColor stroke-width=1.66667 stroke-linecap=round stroke-linejoin=round>'), su = /* @__PURE__ */ M('<svg width=12 height=12 viewBox="0 0 16 16"fill=none xmlns=http://www.w3.org/2000/svg><path d="M8 13.3333V2.66667M8 2.66667L4 6.66667M8 2.66667L12 6.66667"stroke=currentColor stroke-width=1.66667 stroke-linecap=round stroke-linejoin=round>'), pr = /* @__PURE__ */ M('<svg width=12 height=12 viewBox="0 0 16 16"fill=none xmlns=http://www.w3.org/2000/svg><path d="M8 2.66667V13.3333M8 13.3333L4 9.33333M8 13.3333L12 9.33333"stroke=currentColor stroke-width=1.66667 stroke-linecap=round stroke-linejoin=round>'), lu = /* @__PURE__ */ M('<svg viewBox="0 0 24 24"height=12 width=12 fill=none xmlns=http://www.w3.org/2000/svg><path d="M12 2v2m0 16v2M4 12H2m4.314-5.686L4.9 4.9m12.786 1.414L19.1 4.9M6.314 17.69 4.9 19.104m12.786-1.414 1.414 1.414M22 12h-2m-3 0a5 5 0 1 1-10 0 5 5 0 0 1 10 0Z"stroke=currentColor stroke-width=2 stroke-linecap=round stroke-linejoin=round>'), au = /* @__PURE__ */ M('<svg viewBox="0 0 24 24"height=12 width=12 fill=none xmlns=http://www.w3.org/2000/svg><path d="M22 15.844a10.424 10.424 0 0 1-4.306.925c-5.779 0-10.463-4.684-10.463-10.462 0-1.536.33-2.994.925-4.307A10.464 10.464 0 0 0 2 11.538C2 17.316 6.684 22 12.462 22c4.243 0 7.896-2.526 9.538-6.156Z"stroke=currentColor stroke-width=2 stroke-linecap=round stroke-linejoin=round>'), cu = /* @__PURE__ */ M('<svg viewBox="0 0 24 24"height=12 width=12 fill=none xmlns=http://www.w3.org/2000/svg><path d="M8 21h8m-4-4v4m-5.2-4h10.4c1.68 0 2.52 0 3.162-.327a3 3 0 0 0 1.311-1.311C22 14.72 22 13.88 22 12.2V7.8c0-1.68 0-2.52-.327-3.162a3 3 0 0 0-1.311-1.311C19.72 3 18.88 3 17.2 3H6.8c-1.68 0-2.52 0-3.162.327a3 3 0 0 0-1.311 1.311C2 5.28 2 6.12 2 7.8v4.4c0 1.68 0 2.52.327 3.162a3 3 0 0 0 1.311 1.311C4.28 17 5.12 17 6.8 17Z"stroke=currentColor stroke-width=2 stroke-linecap=round stroke-linejoin=round>'), uu = /* @__PURE__ */ M('<svg stroke=currentColor fill=currentColor stroke-width=0 viewBox="0 0 24 24"height=1em width=1em xmlns=http://www.w3.org/2000/svg><path fill=none d="M0 0h24v24H0z"></path><path d="M1 9l2 2c4.97-4.97 13.03-4.97 18 0l2-2C16.93 2.93 7.08 2.93 1 9zm8 8l3 3 3-3a4.237 4.237 0 00-6 0zm-4-4l2 2a7.074 7.074 0 0110 0l2-2C15.14 9.14 8.87 9.14 5 13z">'), du = /* @__PURE__ */ M('<svg stroke-width=0 viewBox="0 0 24 24"height=1em width=1em xmlns=http://www.w3.org/2000/svg><path fill=none d="M24 .01c0-.01 0-.01 0 0L0 0v24h24V.01zM0 0h24v24H0V0zm0 0h24v24H0V0z"></path><path d="M22.99 9C19.15 5.16 13.8 3.76 8.84 4.78l2.52 2.52c3.47-.17 6.99 1.05 9.63 3.7l2-2zm-4 4a9.793 9.793 0 00-4.49-2.56l3.53 3.53.96-.97zM2 3.05L5.07 6.1C3.6 6.82 2.22 7.78 1 9l1.99 2c1.24-1.24 2.67-2.16 4.2-2.77l2.24 2.24A9.684 9.684 0 005 13v.01L6.99 15a7.042 7.042 0 014.92-2.06L18.98 20l1.27-1.26L3.29 1.79 2 3.05zM9 17l3 3 3-3a4.237 4.237 0 00-6 0z">'), fu = /* @__PURE__ */ M('<svg width=24 height=24 viewBox="0 0 24 24"fill=none xmlns=http://www.w3.org/2000/svg><path d="M9.3951 19.3711L9.97955 20.6856C10.1533 21.0768 10.4368 21.4093 10.7958 21.6426C11.1547 21.8759 11.5737 22.0001 12.0018 22C12.4299 22.0001 12.8488 21.8759 13.2078 21.6426C13.5667 21.4093 13.8503 21.0768 14.024 20.6856L14.6084 19.3711C14.8165 18.9047 15.1664 18.5159 15.6084 18.26C16.0532 18.0034 16.5678 17.8941 17.0784 17.9478L18.5084 18.1C18.9341 18.145 19.3637 18.0656 19.7451 17.8713C20.1265 17.6771 20.4434 17.3763 20.6573 17.0056C20.8715 16.635 20.9735 16.2103 20.9511 15.7829C20.9286 15.3555 20.7825 14.9438 20.5307 14.5978L19.684 13.4344C19.3825 13.0171 19.2214 12.5148 19.224 12C19.2239 11.4866 19.3865 10.9864 19.6884 10.5711L20.5351 9.40778C20.787 9.06175 20.933 8.65007 20.9555 8.22267C20.978 7.79528 20.8759 7.37054 20.6618 7C20.4479 6.62923 20.131 6.32849 19.7496 6.13423C19.3681 5.93997 18.9386 5.86053 18.5129 5.90556L17.0829 6.05778C16.5722 6.11141 16.0577 6.00212 15.6129 5.74556C15.17 5.48825 14.82 5.09736 14.6129 4.62889L14.024 3.31444C13.8503 2.92317 13.5667 2.59072 13.2078 2.3574C12.8488 2.12408 12.4299 1.99993 12.0018 2C11.5737 1.99993 11.1547 2.12408 10.7958 2.3574C10.4368 2.59072 10.1533 2.92317 9.97955 3.31444L9.3951 4.62889C9.18803 5.09736 8.83798 5.48825 8.3951 5.74556C7.95032 6.00212 7.43577 6.11141 6.9251 6.05778L5.49066 5.90556C5.06499 5.86053 4.6354 5.93997 4.25397 6.13423C3.87255 6.32849 3.55567 6.62923 3.34177 7C3.12759 7.37054 3.02555 7.79528 3.04804 8.22267C3.07052 8.65007 3.21656 9.06175 3.46844 9.40778L4.3151 10.5711C4.61704 10.9864 4.77964 11.4866 4.77955 12C4.77964 12.5134 4.61704 13.0137 4.3151 13.4289L3.46844 14.5922C3.21656 14.9382 3.07052 15.3499 3.04804 15.7773C3.02555 16.2047 3.12759 16.6295 3.34177 17C3.55589 17.3706 3.8728 17.6712 4.25417 17.8654C4.63554 18.0596 5.06502 18.1392 5.49066 18.0944L6.92066 17.9422C7.43133 17.8886 7.94587 17.9979 8.39066 18.2544C8.83519 18.511 9.18687 18.902 9.3951 19.3711Z"stroke=currentColor stroke-width=2 stroke-linecap=round stroke-linejoin=round></path><path d="M12 15C13.6568 15 15 13.6569 15 12C15 10.3431 13.6568 9 12 9C10.3431 9 8.99998 10.3431 8.99998 12C8.99998 13.6569 10.3431 15 12 15Z"stroke=currentColor stroke-width=2 stroke-linecap=round stroke-linejoin=round>'), gu = /* @__PURE__ */ M('<svg width=24 height=24 viewBox="0 0 24 24"fill=none xmlns=http://www.w3.org/2000/svg><path class=copier d="M8 8V5.2C8 4.0799 8 3.51984 8.21799 3.09202C8.40973 2.71569 8.71569 2.40973 9.09202 2.21799C9.51984 2 10.0799 2 11.2 2H18.8C19.9201 2 20.4802 2 20.908 2.21799C21.2843 2.40973 21.5903 2.71569 21.782 3.09202C22 3.51984 22 4.0799 22 5.2V12.8C22 13.9201 22 14.4802 21.782 14.908C21.5903 15.2843 21.2843 15.5903 20.908 15.782C20.4802 16 19.9201 16 18.8 16H16M5.2 22H12.8C13.9201 22 14.4802 22 14.908 21.782C15.2843 21.5903 15.5903 21.2843 15.782 20.908C16 20.4802 16 19.9201 16 18.8V11.2C16 10.0799 16 9.51984 15.782 9.09202C15.5903 8.71569 15.2843 8.40973 14.908 8.21799C14.4802 8 13.9201 8 12.8 8H5.2C4.0799 8 3.51984 8 3.09202 8.21799C2.71569 8.40973 2.40973 8.71569 2.21799 9.09202C2 9.51984 2 10.0799 2 11.2V18.8C2 19.9201 2 20.4802 2.21799 20.908C2.40973 21.2843 2.71569 21.5903 3.09202 21.782C3.51984 22 4.07989 22 5.2 22Z"stroke-width=2 stroke-linecap=round stroke-linejoin=round stroke=currentColor>'), Ki = /* @__PURE__ */ M('<svg width=24 height=24 viewBox="0 0 24 24"fill=none xmlns=http://www.w3.org/2000/svg><path d="M7.5 12L10.5 15L16.5 9M7.8 21H16.2C17.8802 21 18.7202 21 19.362 20.673C19.9265 20.3854 20.3854 19.9265 20.673 19.362C21 18.7202 21 17.8802 21 16.2V7.8C21 6.11984 21 5.27976 20.673 4.63803C20.3854 4.07354 19.9265 3.6146 19.362 3.32698C18.7202 3 17.8802 3 16.2 3H7.8C6.11984 3 5.27976 3 4.63803 3.32698C4.07354 3.6146 3.6146 4.07354 3.32698 4.63803C3 5.27976 3 6.11984 3 7.8V16.2C3 17.8802 3 18.7202 3.32698 19.362C3.6146 19.9265 4.07354 20.3854 4.63803 20.673C5.27976 21 6.11984 21 7.8 21Z"stroke-width=2 stroke-linecap=round stroke-linejoin=round>'), hu = /* @__PURE__ */ M('<svg width=24 height=24 viewBox="0 0 24 24"fill=none xmlns=http://www.w3.org/2000/svg><path d="M9 9L15 15M15 9L9 15M7.8 21H16.2C17.8802 21 18.7202 21 19.362 20.673C19.9265 20.3854 20.3854 19.9265 20.673 19.362C21 18.7202 21 17.8802 21 16.2V7.8C21 6.11984 21 5.27976 20.673 4.63803C20.3854 4.07354 19.9265 3.6146 19.362 3.32698C18.7202 3 17.8802 3 16.2 3H7.8C6.11984 3 5.27976 3 4.63803 3.32698C4.07354 3.6146 3.6146 4.07354 3.32698 4.63803C3 5.27976 3 6.11984 3 7.8V16.2C3 17.8802 3 18.7202 3.32698 19.362C3.6146 19.9265 4.07354 20.3854 4.63803 20.673C5.27976 21 6.11984 21 7.8 21Z"stroke=#F04438 stroke-width=2 stroke-linecap=round stroke-linejoin=round>'), yu = /* @__PURE__ */ M('<svg width=24 height=24 viewBox="0 0 24 24"fill=none stroke=currentColor stroke-width=2 xmlns=http://www.w3.org/2000/svg><rect class=list width=20 height=20 y=2 x=2 rx=2></rect><line class=list-item y1=7 y2=7 x1=6 x2=18></line><line class=list-item y2=12 y1=12 x1=6 x2=18></line><line class=list-item y1=17 y2=17 x1=6 x2=18>'), vu = /* @__PURE__ */ M('<svg viewBox="0 0 24 24"height=20 width=20 fill=none xmlns=http://www.w3.org/2000/svg><path d="M3 7.8c0-1.68 0-2.52.327-3.162a3 3 0 0 1 1.311-1.311C5.28 3 6.12 3 7.8 3h8.4c1.68 0 2.52 0 3.162.327a3 3 0 0 1 1.311 1.311C21 5.28 21 6.12 21 7.8v8.4c0 1.68 0 2.52-.327 3.162a3 3 0 0 1-1.311 1.311C18.72 21 17.88 21 16.2 21H7.8c-1.68 0-2.52 0-3.162-.327a3 3 0 0 1-1.311-1.311C3 18.72 3 17.88 3 16.2V7.8Z"stroke-width=2 stroke-linecap=round stroke-linejoin=round>'), mu = /* @__PURE__ */ M('<svg width=14 height=14 viewBox="0 0 24 24"fill=none xmlns=http://www.w3.org/2000/svg><path d="M7.5 12L10.5 15L16.5 9M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z"stroke=currentColor stroke-width=2 stroke-linecap=round stroke-linejoin=round>'), bu = /* @__PURE__ */ M('<svg width=14 height=14 viewBox="0 0 24 24"fill=none xmlns=http://www.w3.org/2000/svg><path d="M12 2V6M12 18V22M6 12H2M22 12H18M19.0784 19.0784L16.25 16.25M19.0784 4.99994L16.25 7.82837M4.92157 19.0784L7.75 16.25M4.92157 4.99994L7.75 7.82837"stroke=currentColor stroke-width=2 stroke-linecap=round stroke-linejoin=round></path><animateTransform attributeName=transform attributeType=XML type=rotate from=0 to=360 dur=2s repeatCount=indefinite>'), xu = /* @__PURE__ */ M('<svg width=14 height=14 viewBox="0 0 24 24"fill=none xmlns=http://www.w3.org/2000/svg><path d="M15 9L9 15M9 9L15 15M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z"stroke=currentColor stroke-width=2 stroke-linecap=round stroke-linejoin=round>'), $u = /* @__PURE__ */ M('<svg width=14 height=14 viewBox="0 0 24 24"fill=none xmlns=http://www.w3.org/2000/svg><path d="M9.5 15V9M14.5 15V9M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z"stroke=currentColor stroke-width=2 stroke-linecap=round stroke-linejoin=round>'), pu = /* @__PURE__ */ M('<svg version=1.0 viewBox="0 0 633 633"><linearGradient x1=-666.45 x2=-666.45 y1=163.28 y2=163.99 gradientTransform="matrix(633 0 0 633 422177 -103358)"gradientUnits=userSpaceOnUse><stop stop-color=#6BDAFF offset=0></stop><stop stop-color=#F9FFB5 offset=.32></stop><stop stop-color=#FFA770 offset=.71></stop><stop stop-color=#FF7373 offset=1></stop></linearGradient><circle cx=316.5 cy=316.5 r=316.5></circle><defs><filter x=-137.5 y=412 width=454 height=396.9 filterUnits=userSpaceOnUse><feColorMatrix values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"></feColorMatrix></filter></defs><mask x=-137.5 y=412 width=454 height=396.9 maskUnits=userSpaceOnUse><g><circle cx=316.5 cy=316.5 r=316.5 fill=#fff></circle></g></mask><g><ellipse cx=89.5 cy=610.5 rx=214.5 ry=186 fill=#015064 stroke=#00CFE2 stroke-width=25></ellipse></g><defs><filter x=316.5 y=412 width=454 height=396.9 filterUnits=userSpaceOnUse><feColorMatrix values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"></feColorMatrix></filter></defs><mask x=316.5 y=412 width=454 height=396.9 maskUnits=userSpaceOnUse><g><circle cx=316.5 cy=316.5 r=316.5 fill=#fff></circle></g></mask><g><ellipse cx=543.5 cy=610.5 rx=214.5 ry=186 fill=#015064 stroke=#00CFE2 stroke-width=25></ellipse></g><defs><filter x=-137.5 y=450 width=454 height=396.9 filterUnits=userSpaceOnUse><feColorMatrix values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"></feColorMatrix></filter></defs><mask x=-137.5 y=450 width=454 height=396.9 maskUnits=userSpaceOnUse><g><circle cx=316.5 cy=316.5 r=316.5 fill=#fff></circle></g></mask><g><ellipse cx=89.5 cy=648.5 rx=214.5 ry=186 fill=#015064 stroke=#00A8B8 stroke-width=25></ellipse></g><defs><filter x=316.5 y=450 width=454 height=396.9 filterUnits=userSpaceOnUse><feColorMatrix values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"></feColorMatrix></filter></defs><mask x=316.5 y=450 width=454 height=396.9 maskUnits=userSpaceOnUse><g><circle cx=316.5 cy=316.5 r=316.5 fill=#fff></circle></g></mask><g><ellipse cx=543.5 cy=648.5 rx=214.5 ry=186 fill=#015064 stroke=#00A8B8 stroke-width=25></ellipse></g><defs><filter x=-137.5 y=486 width=454 height=396.9 filterUnits=userSpaceOnUse><feColorMatrix values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"></feColorMatrix></filter></defs><mask x=-137.5 y=486 width=454 height=396.9 maskUnits=userSpaceOnUse><g><circle cx=316.5 cy=316.5 r=316.5 fill=#fff></circle></g></mask><g><ellipse cx=89.5 cy=684.5 rx=214.5 ry=186 fill=#015064 stroke=#007782 stroke-width=25></ellipse></g><defs><filter x=316.5 y=486 width=454 height=396.9 filterUnits=userSpaceOnUse><feColorMatrix values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"></feColorMatrix></filter></defs><mask x=316.5 y=486 width=454 height=396.9 maskUnits=userSpaceOnUse><g><circle cx=316.5 cy=316.5 r=316.5 fill=#fff></circle></g></mask><g><ellipse cx=543.5 cy=684.5 rx=214.5 ry=186 fill=#015064 stroke=#007782 stroke-width=25></ellipse></g><defs><filter x=272.2 y=308 width=176.9 height=129.3 filterUnits=userSpaceOnUse><feColorMatrix values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"></feColorMatrix></filter></defs><mask x=272.2 y=308 width=176.9 height=129.3 maskUnits=userSpaceOnUse><g><circle cx=316.5 cy=316.5 r=316.5 fill=#fff></circle></g></mask><g><line x1=436 x2=431 y1=403.2 y2=431.8 fill=none stroke=#000 stroke-linecap=round stroke-linejoin=bevel stroke-width=11></line><line x1=291 x2=280 y1=341.5 y2=403.5 fill=none stroke=#000 stroke-linecap=round stroke-linejoin=bevel stroke-width=11></line><line x1=332.9 x2=328.6 y1=384.1 y2=411.2 fill=none stroke=#000 stroke-linecap=round stroke-linejoin=bevel stroke-width=11></line><linearGradient x1=-670.75 x2=-671.59 y1=164.4 y2=164.49 gradientTransform="matrix(-184.16 -32.472 -11.461 64.997 -121359 -32126)"gradientUnits=userSpaceOnUse><stop stop-color=#EE2700 offset=0></stop><stop stop-color=#FF008E offset=1></stop></linearGradient><path d="m344.1 363 97.7 17.2c5.8 2.1 8.2 6.1 7.1 12.1s-4.7 9.2-11 9.9l-106-18.7-57.5-59.2c-3.2-4.8-2.9-9.1 0.8-12.8s8.3-4.4 13.7-2.1l55.2 53.6z"clip-rule=evenodd fill-rule=evenodd></path><line x1=428.2 x2=429.1 y1=384.5 y2=378 fill=none stroke=#fff stroke-linecap=round stroke-linejoin=bevel stroke-width=7></line><line x1=395.2 x2=396.1 y1=379.5 y2=373 fill=none stroke=#fff stroke-linecap=round stroke-linejoin=bevel stroke-width=7></line><line x1=362.2 x2=363.1 y1=373.5 y2=367.4 fill=none stroke=#fff stroke-linecap=round stroke-linejoin=bevel stroke-width=7></line><line x1=324.2 x2=328.4 y1=351.3 y2=347.4 fill=none stroke=#fff stroke-linecap=round stroke-linejoin=bevel stroke-width=7></line><line x1=303.2 x2=307.4 y1=331.3 y2=327.4 fill=none stroke=#fff stroke-linecap=round stroke-linejoin=bevel stroke-width=7></line></g><defs><filter x=73.2 y=113.8 width=280.6 height=317.4 filterUnits=userSpaceOnUse><feColorMatrix values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"></feColorMatrix></filter></defs><mask x=73.2 y=113.8 width=280.6 height=317.4 maskUnits=userSpaceOnUse><g><circle cx=316.5 cy=316.5 r=316.5 fill=#fff></circle></g></mask><g><linearGradient x1=-672.16 x2=-672.16 y1=165.03 y2=166.03 gradientTransform="matrix(-100.18 48.861 97.976 200.88 -83342 -93.059)"gradientUnits=userSpaceOnUse><stop stop-color=#A17500 offset=0></stop><stop stop-color=#5D2100 offset=1></stop></linearGradient><path d="m192.3 203c8.1 37.3 14 73.6 17.8 109.1 3.8 35.4 2.8 75.1-3 119.2l61.2-16.7c-15.6-59-25.2-97.9-28.6-116.6s-10.8-51.9-22.1-99.6l-25.3 4.6"clip-rule=evenodd fill-rule=evenodd></path><g stroke=#2F8A00><linearGradient x1=-660.23 x2=-660.23 y1=166.72 y2=167.72 gradientTransform="matrix(92.683 4.8573 -2.0259 38.657 61680 -3088.6)"gradientUnits=userSpaceOnUse><stop stop-color=#2F8A00 offset=0></stop><stop stop-color=#90FF57 offset=1></stop></linearGradient><path d="m195 183.9s-12.6-22.1-36.5-29.9c-15.9-5.2-34.4-1.5-55.5 11.1 15.9 14.3 29.5 22.6 40.7 24.9 16.8 3.6 51.3-6.1 51.3-6.1z"clip-rule=evenodd fill-rule=evenodd stroke-width=13></path><linearGradient x1=-661.36 x2=-661.36 y1=164.18 y2=165.18 gradientTransform="matrix(110 5.7648 -6.3599 121.35 73933 -15933)"gradientUnits=userSpaceOnUse><stop stop-color=#2F8A00 offset=0></stop><stop stop-color=#90FF57 offset=1></stop></linearGradient><path d="m194.9 184.5s-47.5-8.5-83.2 15.7c-23.8 16.2-34.3 49.3-31.6 99.4 30.3-27.8 52.1-48.5 65.2-61.9 19.8-20.2 49.6-53.2 49.6-53.2z"clip-rule=evenodd fill-rule=evenodd stroke-width=13></path><linearGradient x1=-656.79 x2=-656.79 y1=165.15 y2=166.15 gradientTransform="matrix(62.954 3.2993 -3.5023 66.828 42156 -8754.1)"gradientUnits=userSpaceOnUse><stop stop-color=#2F8A00 offset=0></stop><stop stop-color=#90FF57 offset=1></stop></linearGradient><path d="m195 183.9c-0.8-21.9 6-38 20.6-48.2s29.8-15.4 45.5-15.3c-6.1 21.4-14.5 35.8-25.2 43.4s-24.4 14.2-40.9 20.1z"clip-rule=evenodd fill-rule=evenodd stroke-width=13></path><linearGradient x1=-663.07 x2=-663.07 y1=165.44 y2=166.44 gradientTransform="matrix(152.47 7.9907 -3.0936 59.029 101884 -4318.7)"gradientUnits=userSpaceOnUse><stop stop-color=#2F8A00 offset=0></stop><stop stop-color=#90FF57 offset=1></stop></linearGradient><path d="m194.9 184.5c31.9-30 64.1-39.7 96.7-29s50.8 30.4 54.6 59.1c-35.2-5.5-60.4-9.6-75.8-12.1-15.3-2.6-40.5-8.6-75.5-18z"clip-rule=evenodd fill-rule=evenodd stroke-width=13></path><linearGradient x1=-662.57 x2=-662.57 y1=164.44 y2=165.44 gradientTransform="matrix(136.46 7.1517 -5.2163 99.533 91536 -11442)"gradientUnits=userSpaceOnUse><stop stop-color=#2F8A00 offset=0></stop><stop stop-color=#90FF57 offset=1></stop></linearGradient><path d="m194.9 184.5c35.8-7.6 65.6-0.2 89.2 22s37.7 49 42.3 80.3c-39.8-9.7-68.3-23.8-85.5-42.4s-32.5-38.5-46-59.9z"clip-rule=evenodd fill-rule=evenodd stroke-width=13></path><linearGradient x1=-656.43 x2=-656.43 y1=163.86 y2=164.86 gradientTransform="matrix(60.866 3.1899 -8.7773 167.48 41560 -25168)"gradientUnits=userSpaceOnUse><stop stop-color=#2F8A00 offset=0></stop><stop stop-color=#90FF57 offset=1></stop></linearGradient><path d="m194.9 184.5c-33.6 13.8-53.6 35.7-60.1 65.6s-3.6 63.1 8.7 99.6c27.4-40.3 43.2-69.6 47.4-88s5.6-44.1 4-77.2z"clip-rule=evenodd fill-rule=evenodd stroke-width=13></path><path d="m196.5 182.3c-14.8 21.6-25.1 41.4-30.8 59.4s-9.5 33-11.1 45.1"fill=none stroke-linecap=round stroke-width=8></path><path d="m194.9 185.7c-24.4 1.7-43.8 9-58.1 21.8s-24.7 25.4-31.3 37.8"fill=none stroke-linecap=round stroke-width=8></path><path d="m204.5 176.4c29.7-6.7 52-8.4 67-5.1s26.9 8.6 35.8 15.9"fill=none stroke-linecap=round stroke-width=8></path><path d="m196.5 181.4c20.3 9.9 38.2 20.5 53.9 31.9s27.4 22.1 35.1 32"fill=none stroke-linecap=round stroke-width=8></path></g></g><defs><filter x=50.5 y=399 width=532 height=633 filterUnits=userSpaceOnUse><feColorMatrix values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"></feColorMatrix></filter></defs><mask x=50.5 y=399 width=532 height=633 maskUnits=userSpaceOnUse><g><circle cx=316.5 cy=316.5 r=316.5 fill=#fff></circle></g></mask><g><linearGradient x1=-666.06 x2=-666.23 y1=163.36 y2=163.75 gradientTransform="matrix(532 0 0 633 354760 -102959)"gradientUnits=userSpaceOnUse><stop stop-color=#FFF400 offset=0></stop><stop stop-color=#3C8700 offset=1></stop></linearGradient><ellipse cx=316.5 cy=715.5 rx=266 ry=316.5></ellipse></g><defs><filter x=391 y=-24 width=288 height=283 filterUnits=userSpaceOnUse><feColorMatrix values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"></feColorMatrix></filter></defs><mask x=391 y=-24 width=288 height=283 maskUnits=userSpaceOnUse><g><circle cx=316.5 cy=316.5 r=316.5 fill=#fff></circle></g></mask><g><linearGradient x1=-664.56 x2=-664.56 y1=163.79 y2=164.79 gradientTransform="matrix(227 0 0 227 151421 -37204)"gradientUnits=userSpaceOnUse><stop stop-color=#FFDF00 offset=0></stop><stop stop-color=#FF9D00 offset=1></stop></linearGradient><circle cx=565.5 cy=89.5 r=113.5></circle><linearGradient x1=-644.5 x2=-645.77 y1=342 y2=342 gradientTransform="matrix(30 0 0 1 19770 -253)"gradientUnits=userSpaceOnUse><stop stop-color=#FFA400 offset=0></stop><stop stop-color=#FF5E00 offset=1></stop></linearGradient><line x1=427 x2=397 y1=89 y2=89 fill=none stroke-linecap=round stroke-linejoin=bevel stroke-width=12></line><linearGradient x1=-641.56 x2=-642.83 y1=196.02 y2=196.07 gradientTransform="matrix(26.5 0 0 5.5 17439 -1025.5)"gradientUnits=userSpaceOnUse><stop stop-color=#FFA400 offset=0></stop><stop stop-color=#FF5E00 offset=1></stop></linearGradient><line x1=430.5 x2=404 y1=55.5 y2=50 fill=none stroke-linecap=round stroke-linejoin=bevel stroke-width=12></line><linearGradient x1=-643.73 x2=-645 y1=185.83 y2=185.9 gradientTransform="matrix(29 0 0 8 19107 -1361)"gradientUnits=userSpaceOnUse><stop stop-color=#FFA400 offset=0></stop><stop stop-color=#FF5E00 offset=1></stop></linearGradient><line x1=431 x2=402 y1=122 y2=130 fill=none stroke-linecap=round stroke-linejoin=bevel stroke-width=12></line><linearGradient x1=-638.94 x2=-640.22 y1=177.09 y2=177.39 gradientTransform="matrix(24 0 0 13 15783 -2145)"gradientUnits=userSpaceOnUse><stop stop-color=#FFA400 offset=0></stop><stop stop-color=#FF5E00 offset=1></stop></linearGradient><line x1=442 x2=418 y1=153 y2=166 fill=none stroke-linecap=round stroke-linejoin=bevel stroke-width=12></line><linearGradient x1=-633.42 x2=-634.7 y1=172.41 y2=173.31 gradientTransform="matrix(20 0 0 19 13137 -3096)"gradientUnits=userSpaceOnUse><stop stop-color=#FFA400 offset=0></stop><stop stop-color=#FF5E00 offset=1></stop></linearGradient><line x1=464 x2=444 y1=180 y2=199 fill=none stroke-linecap=round stroke-linejoin=bevel stroke-width=12></line><linearGradient x1=-619.05 x2=-619.52 y1=170.82 y2=171.82 gradientTransform="matrix(13.83 0 0 22.85 9050 -3703.4)"gradientUnits=userSpaceOnUse><stop stop-color=#FFA400 offset=0></stop><stop stop-color=#FF5E00 offset=1></stop></linearGradient><line x1=491.4 x2=477.5 y1=203 y2=225.9 fill=none stroke-linecap=round stroke-linejoin=bevel stroke-width=12></line><linearGradient x1=-578.5 x2=-578.63 y1=170.31 y2=171.31 gradientTransform="matrix(7.5 0 0 24.5 4860 -3953)"gradientUnits=userSpaceOnUse><stop stop-color=#FFA400 offset=0></stop><stop stop-color=#FF5E00 offset=1></stop></linearGradient><line x1=524.5 x2=517 y1=219.5 y2=244 fill=none stroke-linecap=round stroke-linejoin=bevel stroke-width=12></line><linearGradient x1=666.5 x2=666.5 y1=170.31 y2=171.31 gradientTransform="matrix(.5 0 0 24.5 231.5 -3944)"gradientUnits=userSpaceOnUse><stop stop-color=#FFA400 offset=0></stop><stop stop-color=#FF5E00 offset=1></stop></linearGradient><line x1=564.5 x2=565 y1=228.5 y2=253 fill=none stroke-linecap=round stroke-linejoin=bevel stroke-width=12>');
6407
6407
  function wu() {
6408
6408
  return ru();
6409
6409
  }
@@ -6461,10 +6461,10 @@ function Lu(e) {
6461
6461
  function Ou() {
6462
6462
  return hu();
6463
6463
  }
6464
- function qu() {
6464
+ function Tu() {
6465
6465
  return yu();
6466
6466
  }
6467
- function Mu(e) {
6467
+ function qu(e) {
6468
6468
  return [v(R, {
6469
6469
  get when() {
6470
6470
  return e.checked;
@@ -6483,7 +6483,7 @@ function Mu(e) {
6483
6483
  }
6484
6484
  })];
6485
6485
  }
6486
- function Tu() {
6486
+ function Mu() {
6487
6487
  return mu();
6488
6488
  }
6489
6489
  function Pu() {
@@ -6498,8 +6498,8 @@ function Ku() {
6498
6498
  function Ao() {
6499
6499
  const e = Be();
6500
6500
  return (() => {
6501
- const t = pu(), n = t.firstChild, r = n.nextSibling, o = r.nextSibling, s = o.firstChild, l = o.nextSibling, i = l.firstChild, a = l.nextSibling, c = a.nextSibling, h = c.firstChild, f = c.nextSibling, d = f.firstChild, g = f.nextSibling, u = g.nextSibling, y = u.firstChild, m = u.nextSibling, $ = m.firstChild, x = m.nextSibling, b = x.nextSibling, w = b.firstChild, p = b.nextSibling, L = p.firstChild, q = p.nextSibling, A = q.nextSibling, N = A.firstChild, K = A.nextSibling, B = K.firstChild, Y = K.nextSibling, se = Y.nextSibling, P = se.firstChild, H = se.nextSibling, X = H.firstChild, ee = H.nextSibling, ne = ee.nextSibling, ae = ne.firstChild, we = ne.nextSibling, ce = we.firstChild, ye = we.nextSibling, ve = ye.firstChild, S = ve.nextSibling, Q = S.nextSibling, Z = Q.nextSibling, Re = Z.nextSibling, ot = ye.nextSibling, $t = ot.firstChild, Ve = ot.nextSibling, je = Ve.firstChild, He = Ve.nextSibling, Qe = He.firstChild, M = Qe.nextSibling, ue = M.nextSibling, $e = ue.firstChild, oe = $e.nextSibling, te = oe.nextSibling, le = te.nextSibling, me = le.nextSibling, Me = me.nextSibling, it = Me.nextSibling, st = it.nextSibling, Tt = st.nextSibling, Pt = Tt.nextSibling, zt = Pt.nextSibling, cn = zt.nextSibling, Kt = He.nextSibling, un = Kt.firstChild, pt = Kt.nextSibling, dn = pt.firstChild, wt = pt.nextSibling, Bt = wt.firstChild, fn = Bt.nextSibling, Rt = wt.nextSibling, gn = Rt.firstChild, yt = Rt.nextSibling, hn = yt.firstChild, Ct = yt.nextSibling, Cr = Ct.firstChild, Sr = Cr.nextSibling, kr = Sr.nextSibling, Er = kr.nextSibling, _r = Er.nextSibling, Ar = _r.nextSibling, Fr = Ar.nextSibling, Dr = Fr.nextSibling, Ir = Dr.nextSibling, Lr = Ir.nextSibling, Or = Lr.nextSibling, qr = Or.nextSibling, Mr = qr.nextSibling, Tr = Mr.nextSibling, Pr = Tr.nextSibling, zr = Pr.nextSibling, Kr = zr.nextSibling, Yi = Kr.nextSibling;
6502
- return F(n, "id", `a-${e}`), F(r, "fill", `url(#a-${e})`), F(s, "id", `am-${e}`), F(l, "id", `b-${e}`), F(i, "filter", `url(#am-${e})`), F(a, "mask", `url(#b-${e})`), F(h, "id", `ah-${e}`), F(f, "id", `k-${e}`), F(d, "filter", `url(#ah-${e})`), F(g, "mask", `url(#k-${e})`), F(y, "id", `ae-${e}`), F(m, "id", `j-${e}`), F($, "filter", `url(#ae-${e})`), F(x, "mask", `url(#j-${e})`), F(w, "id", `ai-${e}`), F(p, "id", `i-${e}`), F(L, "filter", `url(#ai-${e})`), F(q, "mask", `url(#i-${e})`), F(N, "id", `aj-${e}`), F(K, "id", `h-${e}`), F(B, "filter", `url(#aj-${e})`), F(Y, "mask", `url(#h-${e})`), F(P, "id", `ag-${e}`), F(H, "id", `g-${e}`), F(X, "filter", `url(#ag-${e})`), F(ee, "mask", `url(#g-${e})`), F(ae, "id", `af-${e}`), F(we, "id", `f-${e}`), F(ce, "filter", `url(#af-${e})`), F(ye, "mask", `url(#f-${e})`), F(Z, "id", `m-${e}`), F(Re, "fill", `url(#m-${e})`), F($t, "id", `ak-${e}`), F(Ve, "id", `e-${e}`), F(je, "filter", `url(#ak-${e})`), F(He, "mask", `url(#e-${e})`), F(Qe, "id", `n-${e}`), F(M, "fill", `url(#n-${e})`), F($e, "id", `r-${e}`), F(oe, "fill", `url(#r-${e})`), F(te, "id", `s-${e}`), F(le, "fill", `url(#s-${e})`), F(me, "id", `q-${e}`), F(Me, "fill", `url(#q-${e})`), F(it, "id", `p-${e}`), F(st, "fill", `url(#p-${e})`), F(Tt, "id", `o-${e}`), F(Pt, "fill", `url(#o-${e})`), F(zt, "id", `l-${e}`), F(cn, "fill", `url(#l-${e})`), F(un, "id", `al-${e}`), F(pt, "id", `d-${e}`), F(dn, "filter", `url(#al-${e})`), F(wt, "mask", `url(#d-${e})`), F(Bt, "id", `u-${e}`), F(fn, "fill", `url(#u-${e})`), F(gn, "id", `ad-${e}`), F(yt, "id", `c-${e}`), F(hn, "filter", `url(#ad-${e})`), F(Ct, "mask", `url(#c-${e})`), F(Cr, "id", `t-${e}`), F(Sr, "fill", `url(#t-${e})`), F(kr, "id", `v-${e}`), F(Er, "stroke", `url(#v-${e})`), F(_r, "id", `aa-${e}`), F(Ar, "stroke", `url(#aa-${e})`), F(Fr, "id", `w-${e}`), F(Dr, "stroke", `url(#w-${e})`), F(Ir, "id", `ac-${e}`), F(Lr, "stroke", `url(#ac-${e})`), F(Or, "id", `ab-${e}`), F(qr, "stroke", `url(#ab-${e})`), F(Mr, "id", `y-${e}`), F(Tr, "stroke", `url(#y-${e})`), F(Pr, "id", `x-${e}`), F(zr, "stroke", `url(#x-${e})`), F(Kr, "id", `z-${e}`), F(Yi, "stroke", `url(#z-${e})`), t;
6501
+ const t = pu(), n = t.firstChild, r = n.nextSibling, o = r.nextSibling, s = o.firstChild, l = o.nextSibling, i = l.firstChild, a = l.nextSibling, c = a.nextSibling, h = c.firstChild, f = c.nextSibling, d = f.firstChild, g = f.nextSibling, u = g.nextSibling, y = u.firstChild, m = u.nextSibling, $ = m.firstChild, x = m.nextSibling, b = x.nextSibling, w = b.firstChild, p = b.nextSibling, L = p.firstChild, T = p.nextSibling, A = T.nextSibling, N = A.firstChild, K = A.nextSibling, B = K.firstChild, Y = K.nextSibling, se = Y.nextSibling, P = se.firstChild, H = se.nextSibling, X = H.firstChild, ee = H.nextSibling, ne = ee.nextSibling, ae = ne.firstChild, we = ne.nextSibling, ce = we.firstChild, ye = we.nextSibling, ve = ye.firstChild, S = ve.nextSibling, Q = S.nextSibling, Z = Q.nextSibling, Re = Z.nextSibling, ot = ye.nextSibling, $t = ot.firstChild, Ve = ot.nextSibling, je = Ve.firstChild, He = Ve.nextSibling, Qe = He.firstChild, q = Qe.nextSibling, ue = q.nextSibling, $e = ue.firstChild, oe = $e.nextSibling, te = oe.nextSibling, le = te.nextSibling, me = le.nextSibling, qe = me.nextSibling, it = qe.nextSibling, st = it.nextSibling, Mt = st.nextSibling, Pt = Mt.nextSibling, zt = Pt.nextSibling, cn = zt.nextSibling, Kt = He.nextSibling, un = Kt.firstChild, pt = Kt.nextSibling, dn = pt.firstChild, wt = pt.nextSibling, Bt = wt.firstChild, fn = Bt.nextSibling, Rt = wt.nextSibling, gn = Rt.firstChild, yt = Rt.nextSibling, hn = yt.firstChild, Ct = yt.nextSibling, Cr = Ct.firstChild, Sr = Cr.nextSibling, kr = Sr.nextSibling, Er = kr.nextSibling, _r = Er.nextSibling, Ar = _r.nextSibling, Fr = Ar.nextSibling, Dr = Fr.nextSibling, Ir = Dr.nextSibling, Lr = Ir.nextSibling, Or = Lr.nextSibling, Tr = Or.nextSibling, qr = Tr.nextSibling, Mr = qr.nextSibling, Pr = Mr.nextSibling, zr = Pr.nextSibling, Kr = zr.nextSibling, Yi = Kr.nextSibling;
6502
+ return F(n, "id", `a-${e}`), F(r, "fill", `url(#a-${e})`), F(s, "id", `am-${e}`), F(l, "id", `b-${e}`), F(i, "filter", `url(#am-${e})`), F(a, "mask", `url(#b-${e})`), F(h, "id", `ah-${e}`), F(f, "id", `k-${e}`), F(d, "filter", `url(#ah-${e})`), F(g, "mask", `url(#k-${e})`), F(y, "id", `ae-${e}`), F(m, "id", `j-${e}`), F($, "filter", `url(#ae-${e})`), F(x, "mask", `url(#j-${e})`), F(w, "id", `ai-${e}`), F(p, "id", `i-${e}`), F(L, "filter", `url(#ai-${e})`), F(T, "mask", `url(#i-${e})`), F(N, "id", `aj-${e}`), F(K, "id", `h-${e}`), F(B, "filter", `url(#aj-${e})`), F(Y, "mask", `url(#h-${e})`), F(P, "id", `ag-${e}`), F(H, "id", `g-${e}`), F(X, "filter", `url(#ag-${e})`), F(ee, "mask", `url(#g-${e})`), F(ae, "id", `af-${e}`), F(we, "id", `f-${e}`), F(ce, "filter", `url(#af-${e})`), F(ye, "mask", `url(#f-${e})`), F(Z, "id", `m-${e}`), F(Re, "fill", `url(#m-${e})`), F($t, "id", `ak-${e}`), F(Ve, "id", `e-${e}`), F(je, "filter", `url(#ak-${e})`), F(He, "mask", `url(#e-${e})`), F(Qe, "id", `n-${e}`), F(q, "fill", `url(#n-${e})`), F($e, "id", `r-${e}`), F(oe, "fill", `url(#r-${e})`), F(te, "id", `s-${e}`), F(le, "fill", `url(#s-${e})`), F(me, "id", `q-${e}`), F(qe, "fill", `url(#q-${e})`), F(it, "id", `p-${e}`), F(st, "fill", `url(#p-${e})`), F(Mt, "id", `o-${e}`), F(Pt, "fill", `url(#o-${e})`), F(zt, "id", `l-${e}`), F(cn, "fill", `url(#l-${e})`), F(un, "id", `al-${e}`), F(pt, "id", `d-${e}`), F(dn, "filter", `url(#al-${e})`), F(wt, "mask", `url(#d-${e})`), F(Bt, "id", `u-${e}`), F(fn, "fill", `url(#u-${e})`), F(gn, "id", `ad-${e}`), F(yt, "id", `c-${e}`), F(hn, "filter", `url(#ad-${e})`), F(Ct, "mask", `url(#c-${e})`), F(Cr, "id", `t-${e}`), F(Sr, "fill", `url(#t-${e})`), F(kr, "id", `v-${e}`), F(Er, "stroke", `url(#v-${e})`), F(_r, "id", `aa-${e}`), F(Ar, "stroke", `url(#aa-${e})`), F(Fr, "id", `w-${e}`), F(Dr, "stroke", `url(#w-${e})`), F(Ir, "id", `ac-${e}`), F(Lr, "stroke", `url(#ac-${e})`), F(Or, "id", `ab-${e}`), F(Tr, "stroke", `url(#ab-${e})`), F(qr, "id", `y-${e}`), F(Mr, "stroke", `url(#y-${e})`), F(Pr, "id", `x-${e}`), F(zr, "stroke", `url(#x-${e})`), F(Kr, "id", `z-${e}`), F(Yi, "stroke", `url(#z-${e})`), t;
6503
6503
  })();
6504
6504
  }
6505
6505
  var Ri = Se({
@@ -6517,7 +6517,7 @@ var Ni = Se(
6517
6517
  function xe() {
6518
6518
  return ke(Ni);
6519
6519
  }
6520
- var Bu = /* @__PURE__ */ T('<span><svg width=16 height=16 viewBox="0 0 16 16"fill=none xmlns=http://www.w3.org/2000/svg><path d="M6 12L10 8L6 4"stroke-width=2 stroke-linecap=round stroke-linejoin=round>'), Ru = /* @__PURE__ */ T('<button title="Copy object to clipboard">'), Nu = /* @__PURE__ */ T('<button title="Remove all items"aria-label="Remove all items">'), Uu = /* @__PURE__ */ T('<button title="Delete item"aria-label="Delete item">'), Gu = /* @__PURE__ */ T('<button title="Toggle value"aria-label="Toggle value">'), Gt = /* @__PURE__ */ T("<div>"), Vu = /* @__PURE__ */ T("<div><button> <span></span> <span> "), ju = /* @__PURE__ */ T("<input>"), Fo = /* @__PURE__ */ T("<span>"), Hu = /* @__PURE__ */ T("<div><span>:"), Qu = /* @__PURE__ */ T("<div><div><button> [<!>...<!>]");
6520
+ var Bu = /* @__PURE__ */ M('<span><svg width=16 height=16 viewBox="0 0 16 16"fill=none xmlns=http://www.w3.org/2000/svg><path d="M6 12L10 8L6 4"stroke-width=2 stroke-linecap=round stroke-linejoin=round>'), Ru = /* @__PURE__ */ M('<button title="Copy object to clipboard">'), Nu = /* @__PURE__ */ M('<button title="Remove all items"aria-label="Remove all items">'), Uu = /* @__PURE__ */ M('<button title="Delete item"aria-label="Delete item">'), Gu = /* @__PURE__ */ M('<button title="Toggle value"aria-label="Toggle value">'), Gt = /* @__PURE__ */ M("<div>"), Vu = /* @__PURE__ */ M("<div><button> <span></span> <span> "), ju = /* @__PURE__ */ M("<input>"), Fo = /* @__PURE__ */ M("<span>"), Hu = /* @__PURE__ */ M("<div><span>:"), Qu = /* @__PURE__ */ M("<div><div><button> [<!>...<!>]");
6521
6521
  function Wu(e, t) {
6522
6522
  if (t < 1)
6523
6523
  return [];
@@ -6528,7 +6528,7 @@ function Wu(e, t) {
6528
6528
  return r;
6529
6529
  }
6530
6530
  var Do = (e) => {
6531
- const t = xe(), n = D(() => t() === "dark" ? Mt : qt);
6531
+ const t = xe(), n = D(() => t() === "dark" ? qt : Tt);
6532
6532
  return (() => {
6533
6533
  const r = Bu();
6534
6534
  return G(() => I(r, O(n().expander, _`
@@ -6540,7 +6540,7 @@ var Do = (e) => {
6540
6540
  `))), r;
6541
6541
  })();
6542
6542
  }, Yu = (e) => {
6543
- const t = xe(), n = D(() => t() === "dark" ? Mt : qt), [r, o] = z("NoCopy");
6543
+ const t = xe(), n = D(() => t() === "dark" ? qt : Tt), [r, o] = z("NoCopy");
6544
6544
  return (() => {
6545
6545
  const s = Ru();
6546
6546
  return is(s, "click", r() === "NoCopy" ? () => {
@@ -6591,16 +6591,16 @@ var Do = (e) => {
6591
6591
  }), s;
6592
6592
  })();
6593
6593
  }, Xu = (e) => {
6594
- const t = xe(), n = D(() => t() === "dark" ? Mt : qt), r = fe().client;
6594
+ const t = xe(), n = D(() => t() === "dark" ? qt : Tt), r = fe().client;
6595
6595
  return (() => {
6596
6596
  const o = Nu();
6597
6597
  return o.$$click = () => {
6598
6598
  const s = e.activeQuery.state.data, l = sr(s, e.dataPath, []);
6599
6599
  r.setQueryData(e.activeQuery.queryKey, l);
6600
- }, E(o, v(qu, {})), G(() => I(o, n().actionButton)), o;
6600
+ }, E(o, v(Tu, {})), G(() => I(o, n().actionButton)), o;
6601
6601
  })();
6602
6602
  }, Io = (e) => {
6603
- const t = xe(), n = D(() => t() === "dark" ? Mt : qt), r = fe().client;
6603
+ const t = xe(), n = D(() => t() === "dark" ? qt : Tt), r = fe().client;
6604
6604
  return (() => {
6605
6605
  const o = Uu();
6606
6606
  return o.$$click = () => {
@@ -6609,13 +6609,13 @@ var Do = (e) => {
6609
6609
  }, E(o, v(Bi, {})), G(() => I(o, O(n().actionButton))), o;
6610
6610
  })();
6611
6611
  }, Zu = (e) => {
6612
- const t = xe(), n = D(() => t() === "dark" ? Mt : qt), r = fe().client;
6612
+ const t = xe(), n = D(() => t() === "dark" ? qt : Tt), r = fe().client;
6613
6613
  return (() => {
6614
6614
  const o = Gu();
6615
6615
  return o.$$click = () => {
6616
6616
  const s = e.activeQuery.state.data, l = sr(s, e.dataPath, !e.value);
6617
6617
  r.setQueryData(e.activeQuery.queryKey, l);
6618
- }, E(o, v(Mu, {
6618
+ }, E(o, v(qu, {
6619
6619
  get theme() {
6620
6620
  return t();
6621
6621
  },
@@ -6632,7 +6632,7 @@ function Lo(e) {
6632
6632
  return Symbol.iterator in e;
6633
6633
  }
6634
6634
  function at(e) {
6635
- const t = xe(), n = D(() => t() === "dark" ? Mt : qt), r = fe().client, [o, s] = z((e.defaultExpanded || []).includes(e.label)), l = () => s((g) => !g), [i, a] = z([]), c = D(() => Array.isArray(e.value) ? e.value.map((g, u) => ({
6635
+ const t = xe(), n = D(() => t() === "dark" ? qt : Tt), r = fe().client, [o, s] = z((e.defaultExpanded || []).includes(e.label)), l = () => s((g) => !g), [i, a] = z([]), c = D(() => Array.isArray(e.value) ? e.value.map((g, u) => ({
6636
6636
  label: u.toString(),
6637
6637
  value: g
6638
6638
  })) : e.value !== null && typeof e.value == "object" && Lo(e.value) && typeof e.value[Symbol.iterator] == "function" ? e.value instanceof Map ? Array.from(e.value, ([g, u]) => ({
@@ -6695,8 +6695,8 @@ function at(e) {
6695
6695
  }), null), G(() => I(p, n().actions)), p;
6696
6696
  }
6697
6697
  }), null), G((p) => {
6698
- const L = n().expanderButtonContainer, q = n().expanderButton, A = n().info;
6699
- return L !== p._v$3 && I(u, p._v$3 = L), q !== p._v$4 && I(y, p._v$4 = q), A !== p._v$5 && I(b, p._v$5 = A), p;
6698
+ const L = n().expanderButtonContainer, T = n().expanderButton, A = n().info;
6699
+ return L !== p._v$3 && I(u, p._v$3 = L), T !== p._v$4 && I(y, p._v$4 = T), A !== p._v$5 && I(b, p._v$5 = A), p;
6700
6700
  }, {
6701
6701
  _v$3: void 0,
6702
6702
  _v$4: void 0,
@@ -6754,12 +6754,12 @@ function at(e) {
6754
6754
  return f();
6755
6755
  },
6756
6756
  children: (y, m) => (() => {
6757
- const $ = Qu(), x = $.firstChild, b = x.firstChild, w = b.firstChild, p = w.nextSibling, L = p.nextSibling, q = L.nextSibling;
6758
- return q.nextSibling, b.$$click = () => a((A) => A.includes(m) ? A.filter((N) => N !== m) : [...A, m]), E(b, v(Do, {
6757
+ const $ = Qu(), x = $.firstChild, b = x.firstChild, w = b.firstChild, p = w.nextSibling, L = p.nextSibling, T = L.nextSibling;
6758
+ return T.nextSibling, b.$$click = () => a((A) => A.includes(m) ? A.filter((N) => N !== m) : [...A, m]), E(b, v(Do, {
6759
6759
  get expanded() {
6760
6760
  return i().includes(m);
6761
6761
  }
6762
- }), w), E(b, m * 100, p), E(b, m * 100 + 100 - 1, q), E(x, v(R, {
6762
+ }), w), E(b, m * 100, p), E(b, m * 100 + 100 - 1, T), E(x, v(R, {
6763
6763
  get when() {
6764
6764
  return i().includes(m);
6765
6765
  },
@@ -7012,9 +7012,9 @@ var Ui = (e) => {
7012
7012
  }
7013
7013
  `
7014
7014
  };
7015
- }, qt = Ui("light"), Mt = Ui("dark");
7015
+ }, Tt = Ui("light"), qt = Ui("dark");
7016
7016
  Ln(["click"]);
7017
- var Ju = /* @__PURE__ */ T('<div><div aria-hidden=true></div><button aria-label="Open Tanstack query devtools">'), wr = /* @__PURE__ */ T("<div>"), ed = /* @__PURE__ */ T('<aside aria-label="Tanstack query devtools"><div></div><button aria-label="Close tanstack query devtools">'), Oo = /* @__PURE__ */ T("<select>"), td = /* @__PURE__ */ T("<span>Asc"), nd = /* @__PURE__ */ T("<span>Desc"), rd = /* @__PURE__ */ T("<div>Settings"), od = /* @__PURE__ */ T("<span>Position"), id = /* @__PURE__ */ T("<span>Top"), sd = /* @__PURE__ */ T("<span>Bottom"), ld = /* @__PURE__ */ T("<span>Left"), ad = /* @__PURE__ */ T("<span>Right"), cd = /* @__PURE__ */ T("<span>Theme"), ud = /* @__PURE__ */ T("<span>Light"), dd = /* @__PURE__ */ T("<span>Dark"), fd = /* @__PURE__ */ T("<span>System"), gd = /* @__PURE__ */ T("<div><div class=tsqd-queries-container>"), hd = /* @__PURE__ */ T("<div><div class=tsqd-mutations-container>"), yd = /* @__PURE__ */ T('<div><div><div><button aria-label="Close Tanstack query devtools"><span>TANSTACK</span><span> v</span></button></div></div><div><div><div><input aria-label="Filter queries by query key"type=text placeholder=Filter class=tsqd-query-filter-textfield></div><div></div><button class=tsqd-query-filter-sort-order-btn></button></div><div><button aria-label="Clear query cache"></button><button>'), qo = /* @__PURE__ */ T("<option>Sort by "), vd = /* @__PURE__ */ T("<div class=tsqd-query-disabled-indicator>disabled"), Gi = /* @__PURE__ */ T("<button><div></div><code class=tsqd-query-hash>"), md = /* @__PURE__ */ T("<div role=tooltip id=tsqd-status-tooltip>"), bd = /* @__PURE__ */ T("<span>"), xd = /* @__PURE__ */ T("<button><span></span><span>"), $d = /* @__PURE__ */ T("<button><span></span> Error"), pd = /* @__PURE__ */ T('<div><span></span>Trigger Error<select><option value=""disabled selected>'), wd = /* @__PURE__ */ T('<div><div>Query Details</div><div><div class=tsqd-query-details-summary><pre><code></code></pre><span></span></div><div class=tsqd-query-details-observers-count><span>Observers:</span><span></span></div><div class=tsqd-query-details-last-updated><span>Last Updated:</span><span></span></div></div><div>Actions</div><div><button><span></span>Refetch</button><button><span></span>Invalidate</button><button><span></span>Reset</button><button><span></span>Remove</button><button><span></span> Loading</button></div><div>Data Explorer</div><div class="tsqd-query-details-explorer-container tsqd-query-details-data-explorer"></div><div>Query Explorer</div><div class="tsqd-query-details-explorer-container tsqd-query-details-query-explorer">'), Cd = /* @__PURE__ */ T("<option>"), Sd = /* @__PURE__ */ T('<div><div>Mutation Details</div><div><div class=tsqd-query-details-summary><pre><code></code></pre><span></span></div><div class=tsqd-query-details-last-updated><span>Submitted At:</span><span></span></div></div><div>Variables Details</div><div class="tsqd-query-details-explorer-container tsqd-query-details-query-explorer"></div><div>Context Details</div><div class="tsqd-query-details-explorer-container tsqd-query-details-query-explorer"></div><div>Data Explorer</div><div class="tsqd-query-details-explorer-container tsqd-query-details-query-explorer"></div><div>Mutations Explorer</div><div class="tsqd-query-details-explorer-container tsqd-query-details-query-explorer">'), kd = 1024, Fn = 796, Vi = 700, Ed = "bottom-right", or = "bottom", _d = "system", Ad = !1, ji = 500, Hi = 500, Fd = Object.keys(Vn)[0], Mo = 1, Dd = Object.keys(jn)[0], [_e, Tn] = z(null), [ct, Qi] = z(null), [mt, Id] = z(0), Ld = (e) => {
7017
+ var Ju = /* @__PURE__ */ M('<div><div aria-hidden=true></div><button aria-label="Open Tanstack query devtools">'), wr = /* @__PURE__ */ M("<div>"), ed = /* @__PURE__ */ M('<aside aria-label="Tanstack query devtools"><div></div><button aria-label="Close tanstack query devtools">'), Oo = /* @__PURE__ */ M("<select>"), td = /* @__PURE__ */ M("<span>Asc"), nd = /* @__PURE__ */ M("<span>Desc"), rd = /* @__PURE__ */ M("<div>Settings"), od = /* @__PURE__ */ M("<span>Position"), id = /* @__PURE__ */ M("<span>Top"), sd = /* @__PURE__ */ M("<span>Bottom"), ld = /* @__PURE__ */ M("<span>Left"), ad = /* @__PURE__ */ M("<span>Right"), cd = /* @__PURE__ */ M("<span>Theme"), ud = /* @__PURE__ */ M("<span>Light"), dd = /* @__PURE__ */ M("<span>Dark"), fd = /* @__PURE__ */ M("<span>System"), gd = /* @__PURE__ */ M("<div><div class=tsqd-queries-container>"), hd = /* @__PURE__ */ M("<div><div class=tsqd-mutations-container>"), yd = /* @__PURE__ */ M('<div><div><div><button aria-label="Close Tanstack query devtools"><span>TANSTACK</span><span> v</span></button></div></div><div><div><div><input aria-label="Filter queries by query key"type=text placeholder=Filter class=tsqd-query-filter-textfield></div><div></div><button class=tsqd-query-filter-sort-order-btn></button></div><div><button aria-label="Clear query cache"></button><button>'), To = /* @__PURE__ */ M("<option>Sort by "), vd = /* @__PURE__ */ M("<div class=tsqd-query-disabled-indicator>disabled"), Gi = /* @__PURE__ */ M("<button><div></div><code class=tsqd-query-hash>"), md = /* @__PURE__ */ M("<div role=tooltip id=tsqd-status-tooltip>"), bd = /* @__PURE__ */ M("<span>"), xd = /* @__PURE__ */ M("<button><span></span><span>"), $d = /* @__PURE__ */ M("<button><span></span> Error"), pd = /* @__PURE__ */ M('<div><span></span>Trigger Error<select><option value=""disabled selected>'), wd = /* @__PURE__ */ M('<div><div>Query Details</div><div><div class=tsqd-query-details-summary><pre><code></code></pre><span></span></div><div class=tsqd-query-details-observers-count><span>Observers:</span><span></span></div><div class=tsqd-query-details-last-updated><span>Last Updated:</span><span></span></div></div><div>Actions</div><div><button><span></span>Refetch</button><button><span></span>Invalidate</button><button><span></span>Reset</button><button><span></span>Remove</button><button><span></span> Loading</button></div><div>Data Explorer</div><div class="tsqd-query-details-explorer-container tsqd-query-details-data-explorer"></div><div>Query Explorer</div><div class="tsqd-query-details-explorer-container tsqd-query-details-query-explorer">'), Cd = /* @__PURE__ */ M("<option>"), Sd = /* @__PURE__ */ M('<div><div>Mutation Details</div><div><div class=tsqd-query-details-summary><pre><code></code></pre><span></span></div><div class=tsqd-query-details-last-updated><span>Submitted At:</span><span></span></div></div><div>Variables Details</div><div class="tsqd-query-details-explorer-container tsqd-query-details-query-explorer"></div><div>Context Details</div><div class="tsqd-query-details-explorer-container tsqd-query-details-query-explorer"></div><div>Data Explorer</div><div class="tsqd-query-details-explorer-container tsqd-query-details-query-explorer"></div><div>Mutations Explorer</div><div class="tsqd-query-details-explorer-container tsqd-query-details-query-explorer">'), kd = 1024, Fn = 796, Vi = 700, Ed = "bottom-right", or = "bottom", _d = "system", Ad = !1, ji = 500, Hi = 500, Fd = Object.keys(Vn)[0], qo = 1, Dd = Object.keys(jn)[0], [_e, Mn] = z(null), [ct, Qi] = z(null), [mt, Id] = z(0), Ld = (e) => {
7018
7018
  const [t, n] = Ks({
7019
7019
  prefix: "TanstackQueryDevtools"
7020
7020
  }), r = Ji(), o = D(() => {
@@ -7059,7 +7059,7 @@ var Ju = /* @__PURE__ */ T('<div><div aria-hidden=true></div><button aria-label=
7059
7059
  return o();
7060
7060
  },
7061
7061
  get children() {
7062
- return v(qd, {
7062
+ return v(Td, {
7063
7063
  get localStore() {
7064
7064
  return e.localStore;
7065
7065
  },
@@ -7109,7 +7109,7 @@ var Ju = /* @__PURE__ */ T('<div><div aria-hidden=true></div><button aria-label=
7109
7109
  }
7110
7110
  `, "tsqd-transitions-container"))), i;
7111
7111
  })();
7112
- }, qd = (e) => {
7112
+ }, Td = (e) => {
7113
7113
  const t = xe(), n = D(() => t() === "dark" ? Ge : Ue), [r, o] = z(!1), s = D(() => e.localStore.position || fe().position || or), l = (c) => {
7114
7114
  const h = c.currentTarget.parentElement;
7115
7115
  if (!h)
@@ -7128,7 +7128,7 @@ var Ju = /* @__PURE__ */ T('<div><div aria-hidden=true></div><button aria-label=
7128
7128
  Number(e.localStore.width) < L && e.setLocalStore("width", String(L));
7129
7129
  } else {
7130
7130
  const p = s() === "bottom" ? u - w.clientY : w.clientY - u;
7131
- y = Math.round(f + p), y < m && (y = m, Tn(null)), e.setLocalStore("height", String(Math.round(y)));
7131
+ y = Math.round(f + p), y < m && (y = m, Mn(null)), e.setLocalStore("height", String(Math.round(y)));
7132
7132
  }
7133
7133
  }, b = () => {
7134
7134
  r() && o(!1), document.removeEventListener("mousemove", x, !1), document.removeEventListener("mouseUp", b, !1);
@@ -7180,7 +7180,7 @@ var Ju = /* @__PURE__ */ T('<div><div aria-hidden=true></div><button aria-label=
7180
7180
  };
7181
7181
  return (() => {
7182
7182
  const c = ed(), h = c.firstChild, f = h.nextSibling, d = i;
7183
- return typeof d == "function" ? tn(d, c) : i = c, h.$$mousedown = l, f.$$click = () => e.setLocalStore("open", "false"), E(f, v(Wt, {})), E(c, v(Md, {
7183
+ return typeof d == "function" ? tn(d, c) : i = c, h.$$mousedown = l, f.$$click = () => e.setLocalStore("open", "false"), E(f, v(Wt, {})), E(c, v(qd, {
7184
7184
  get localStore() {
7185
7185
  return e.localStore;
7186
7186
  },
@@ -7202,27 +7202,27 @@ var Ju = /* @__PURE__ */ T('<div><div aria-hidden=true></div><button aria-label=
7202
7202
  _v$5: void 0
7203
7203
  }), c;
7204
7204
  })();
7205
- }, Md = (e) => {
7205
+ }, qd = (e) => {
7206
7206
  Nd(), Ud();
7207
7207
  let t;
7208
- const n = xe(), r = D(() => n() === "dark" ? Ge : Ue), [o, s] = z("queries"), l = D(() => e.localStore.sort || Fd), i = D(() => Number(e.localStore.sortOrder) || Mo), a = D(() => e.localStore.mutationSort || Dd), c = D(() => Number(e.localStore.mutationSortOrder) || Mo), [h, f] = z(!1), d = D(() => Vn[l()]), g = D(() => jn[a()]), u = D(() => fe().onlineManager), y = D(() => fe().client.getQueryCache()), m = D(() => fe().client.getMutationCache()), $ = he((q) => q().getAll().length, !1), x = D(ze(() => [$(), e.localStore.filter, l(), i()], () => {
7209
- const q = y().getAll(), A = e.localStore.filter ? q.filter((K) => Ur(K.queryHash, e.localStore.filter || "").passed) : [...q];
7208
+ const n = xe(), r = D(() => n() === "dark" ? Ge : Ue), [o, s] = z("queries"), l = D(() => e.localStore.sort || Fd), i = D(() => Number(e.localStore.sortOrder) || qo), a = D(() => e.localStore.mutationSort || Dd), c = D(() => Number(e.localStore.mutationSortOrder) || qo), [h, f] = z(!1), d = D(() => Vn[l()]), g = D(() => jn[a()]), u = D(() => fe().onlineManager), y = D(() => fe().client.getQueryCache()), m = D(() => fe().client.getMutationCache()), $ = he((T) => T().getAll().length, !1), x = D(ze(() => [$(), e.localStore.filter, l(), i()], () => {
7209
+ const T = y().getAll(), A = e.localStore.filter ? T.filter((K) => Ur(K.queryHash, e.localStore.filter || "").passed) : [...T];
7210
7210
  return d() ? A.sort((K, B) => d()(K, B) * i()) : A;
7211
- })), b = Pe((q) => q().getAll().length, !1), w = D(ze(() => [b(), e.localStore.mutationFilter, a(), c()], () => {
7212
- const q = m().getAll(), A = e.localStore.mutationFilter ? q.filter((K) => {
7211
+ })), b = Pe((T) => T().getAll().length, !1), w = D(ze(() => [b(), e.localStore.mutationFilter, a(), c()], () => {
7212
+ const T = m().getAll(), A = e.localStore.mutationFilter ? T.filter((K) => {
7213
7213
  const B = `${K.options.mutationKey ? JSON.stringify(K.options.mutationKey) + " - " : ""}${new Date(K.state.submittedAt).toLocaleString()}`;
7214
7214
  return Ur(B, e.localStore.mutationFilter || "").passed;
7215
- }) : [...q];
7215
+ }) : [...T];
7216
7216
  return g() ? A.sort((K, B) => g()(K, B) * c()) : A;
7217
- })), p = (q) => {
7218
- e.setLocalStore("position", q);
7219
- }, L = (q) => {
7217
+ })), p = (T) => {
7218
+ e.setLocalStore("position", T);
7219
+ }, L = (T) => {
7220
7220
  const N = getComputedStyle(t).getPropertyValue("--tsqd-font-size");
7221
- q.style.setProperty("--tsqd-font-size", N);
7221
+ T.style.setProperty("--tsqd-font-size", N);
7222
7222
  };
7223
7223
  return [(() => {
7224
- const q = yd(), A = q.firstChild, N = A.firstChild, K = N.firstChild, B = K.firstChild, Y = B.nextSibling, se = Y.firstChild, P = A.nextSibling, H = P.firstChild, X = H.firstChild, ee = X.firstChild, ne = X.nextSibling, ae = ne.nextSibling, we = H.nextSibling, ce = we.firstChild, ye = ce.nextSibling, ve = t;
7225
- return typeof ve == "function" ? tn(ve, q) : t = q, K.$$click = () => e.setLocalStore("open", "false"), E(Y, () => fe().queryFlavor, se), E(Y, () => fe().version, null), E(N, v(Te.Root, {
7224
+ const T = yd(), A = T.firstChild, N = A.firstChild, K = N.firstChild, B = K.firstChild, Y = B.nextSibling, se = Y.firstChild, P = A.nextSibling, H = P.firstChild, X = H.firstChild, ee = X.firstChild, ne = X.nextSibling, ae = ne.nextSibling, we = H.nextSibling, ce = we.firstChild, ye = ce.nextSibling, ve = t;
7225
+ return typeof ve == "function" ? tn(ve, T) : t = T, K.$$click = () => e.setLocalStore("open", "false"), E(Y, () => fe().queryFlavor, se), E(Y, () => fe().version, null), E(N, v(Me.Root, {
7226
7226
  get class() {
7227
7227
  return O(r().viewToggle);
7228
7228
  },
@@ -7230,31 +7230,31 @@ var Ju = /* @__PURE__ */ T('<div><div aria-hidden=true></div><button aria-label=
7230
7230
  return o();
7231
7231
  },
7232
7232
  onChange: (S) => {
7233
- s(S), Tn(null), Qi(null);
7233
+ s(S), Mn(null), Qi(null);
7234
7234
  },
7235
7235
  get children() {
7236
- return [v(Te.Item, {
7236
+ return [v(Me.Item, {
7237
7237
  value: "queries",
7238
7238
  class: "tsqd-radio-toggle",
7239
7239
  get children() {
7240
- return [v(Te.ItemInput, {}), v(Te.ItemControl, {
7240
+ return [v(Me.ItemInput, {}), v(Me.ItemControl, {
7241
7241
  get children() {
7242
- return v(Te.ItemIndicator, {});
7242
+ return v(Me.ItemIndicator, {});
7243
7243
  }
7244
- }), v(Te.ItemLabel, {
7244
+ }), v(Me.ItemLabel, {
7245
7245
  title: "Toggle Queries View",
7246
7246
  children: "Queries"
7247
7247
  })];
7248
7248
  }
7249
- }), v(Te.Item, {
7249
+ }), v(Me.Item, {
7250
7250
  value: "mutations",
7251
7251
  class: "tsqd-radio-toggle",
7252
7252
  get children() {
7253
- return [v(Te.ItemInput, {}), v(Te.ItemControl, {
7253
+ return [v(Me.ItemInput, {}), v(Me.ItemControl, {
7254
7254
  get children() {
7255
- return v(Te.ItemIndicator, {});
7255
+ return v(Me.ItemIndicator, {});
7256
7256
  }
7257
- }), v(Te.ItemLabel, {
7257
+ }), v(Me.ItemLabel, {
7258
7258
  title: "Toggle Mutations View",
7259
7259
  children: "Mutations"
7260
7260
  })];
@@ -7286,7 +7286,7 @@ var Ju = /* @__PURE__ */ T('<div><div aria-hidden=true></div><button aria-label=
7286
7286
  return S.addEventListener("change", (Q) => {
7287
7287
  e.setLocalStore("sort", Q.currentTarget.value);
7288
7288
  }), E(S, () => Object.keys(Vn).map((Q) => (() => {
7289
- const Z = qo();
7289
+ const Z = To();
7290
7290
  return Z.firstChild, Z.value = Q, E(Z, Q, null), Z;
7291
7291
  })())), G(() => S.value = l()), S;
7292
7292
  }
@@ -7299,7 +7299,7 @@ var Ju = /* @__PURE__ */ T('<div><div aria-hidden=true></div><button aria-label=
7299
7299
  return S.addEventListener("change", (Q) => {
7300
7300
  e.setLocalStore("mutationSort", Q.currentTarget.value);
7301
7301
  }), E(S, () => Object.keys(jn).map((Q) => (() => {
7302
- const Z = qo();
7302
+ const Z = To();
7303
7303
  return Z.firstChild, Z.value = Q, E(Z, Q, null), Z;
7304
7304
  })())), G(() => S.value = a()), S;
7305
7305
  }
@@ -7482,7 +7482,7 @@ var Ju = /* @__PURE__ */ T('<div><div aria-hidden=true></div><button aria-label=
7482
7482
  }
7483
7483
  })];
7484
7484
  }
7485
- }), null), E(q, v(R, {
7485
+ }), null), E(T, v(R, {
7486
7486
  get when() {
7487
7487
  return o() === "queries";
7488
7488
  },
@@ -7493,14 +7493,14 @@ var Ju = /* @__PURE__ */ T('<div><div aria-hidden=true></div><button aria-label=
7493
7493
  get each() {
7494
7494
  return x();
7495
7495
  },
7496
- children: (Z) => v(Td, {
7496
+ children: (Z) => v(Md, {
7497
7497
  get query() {
7498
7498
  return Z();
7499
7499
  }
7500
7500
  })
7501
7501
  })), G(() => I(S, O(r().overflowQueryContainer, "tsqd-queries-overflow-container"))), S;
7502
7502
  }
7503
- }), null), E(q, v(R, {
7503
+ }), null), E(T, v(R, {
7504
7504
  get when() {
7505
7505
  return o() === "mutations";
7506
7506
  },
@@ -7525,8 +7525,8 @@ var Ju = /* @__PURE__ */ T('<div><div aria-hidden=true></div><button aria-label=
7525
7525
  `, mt() < Fn && !(_e() || ct()) && _`
7526
7526
  height: 100%;
7527
7527
  max-height: 100%;
7528
- `, "tsqd-queries-container"), Z = O(r().row, "tsqd-header"), Re = r().logoAndToggleContainer, ot = O(r().logo, "tsqd-text-logo-container"), $t = O(r().tanstackLogo, "tsqd-text-logo-tanstack"), Ve = O(r().queryFlavorLogo, "tsqd-text-logo-query-flavor"), je = O(r().row, "tsqd-filters-actions-container"), He = O(r().filtersContainer, "tsqd-filters-container"), Qe = O(r().filterInput, "tsqd-query-filter-textfield-container"), M = O(r().filterSelect, "tsqd-query-filter-sort-container"), ue = `Sort order ${(o() === "queries" ? i() : c()) === -1 ? "descending" : "ascending"}`, $e = (o() === "queries" ? i() : c()) === -1, oe = O(r().actionsContainer, "tsqd-actions-container"), te = O(r().actionsBtn, "tsqd-actions-btn", "tsqd-action-clear-cache"), le = `Clear ${o()} cache`, me = O(r().actionsBtn, h() && r().actionsBtnOffline, "tsqd-actions-btn", "tsqd-action-mock-offline-behavior"), Me = `${h() ? "Unset offline mocking behavior" : "Mock offline behavior"}`, it = h(), st = `${h() ? "Unset offline mocking behavior" : "Mock offline behavior"}`;
7529
- return Q !== S._v$6 && I(q, S._v$6 = Q), Z !== S._v$7 && I(A, S._v$7 = Z), Re !== S._v$8 && I(N, S._v$8 = Re), ot !== S._v$9 && I(K, S._v$9 = ot), $t !== S._v$10 && I(B, S._v$10 = $t), Ve !== S._v$11 && I(Y, S._v$11 = Ve), je !== S._v$12 && I(P, S._v$12 = je), He !== S._v$13 && I(H, S._v$13 = He), Qe !== S._v$14 && I(X, S._v$14 = Qe), M !== S._v$15 && I(ne, S._v$15 = M), ue !== S._v$16 && F(ae, "aria-label", S._v$16 = ue), $e !== S._v$17 && F(ae, "aria-pressed", S._v$17 = $e), oe !== S._v$18 && I(we, S._v$18 = oe), te !== S._v$19 && I(ce, S._v$19 = te), le !== S._v$20 && F(ce, "title", S._v$20 = le), me !== S._v$21 && I(ye, S._v$21 = me), Me !== S._v$22 && F(ye, "aria-label", S._v$22 = Me), it !== S._v$23 && F(ye, "aria-pressed", S._v$23 = it), st !== S._v$24 && F(ye, "title", S._v$24 = st), S;
7528
+ `, "tsqd-queries-container"), Z = O(r().row, "tsqd-header"), Re = r().logoAndToggleContainer, ot = O(r().logo, "tsqd-text-logo-container"), $t = O(r().tanstackLogo, "tsqd-text-logo-tanstack"), Ve = O(r().queryFlavorLogo, "tsqd-text-logo-query-flavor"), je = O(r().row, "tsqd-filters-actions-container"), He = O(r().filtersContainer, "tsqd-filters-container"), Qe = O(r().filterInput, "tsqd-query-filter-textfield-container"), q = O(r().filterSelect, "tsqd-query-filter-sort-container"), ue = `Sort order ${(o() === "queries" ? i() : c()) === -1 ? "descending" : "ascending"}`, $e = (o() === "queries" ? i() : c()) === -1, oe = O(r().actionsContainer, "tsqd-actions-container"), te = O(r().actionsBtn, "tsqd-actions-btn", "tsqd-action-clear-cache"), le = `Clear ${o()} cache`, me = O(r().actionsBtn, h() && r().actionsBtnOffline, "tsqd-actions-btn", "tsqd-action-mock-offline-behavior"), qe = `${h() ? "Unset offline mocking behavior" : "Mock offline behavior"}`, it = h(), st = `${h() ? "Unset offline mocking behavior" : "Mock offline behavior"}`;
7529
+ return Q !== S._v$6 && I(T, S._v$6 = Q), Z !== S._v$7 && I(A, S._v$7 = Z), Re !== S._v$8 && I(N, S._v$8 = Re), ot !== S._v$9 && I(K, S._v$9 = ot), $t !== S._v$10 && I(B, S._v$10 = $t), Ve !== S._v$11 && I(Y, S._v$11 = Ve), je !== S._v$12 && I(P, S._v$12 = je), He !== S._v$13 && I(H, S._v$13 = He), Qe !== S._v$14 && I(X, S._v$14 = Qe), q !== S._v$15 && I(ne, S._v$15 = q), ue !== S._v$16 && F(ae, "aria-label", S._v$16 = ue), $e !== S._v$17 && F(ae, "aria-pressed", S._v$17 = $e), oe !== S._v$18 && I(we, S._v$18 = oe), te !== S._v$19 && I(ce, S._v$19 = te), le !== S._v$20 && F(ce, "title", S._v$20 = le), me !== S._v$21 && I(ye, S._v$21 = me), qe !== S._v$22 && F(ye, "aria-label", S._v$22 = qe), it !== S._v$23 && F(ye, "aria-pressed", S._v$23 = it), st !== S._v$24 && F(ye, "title", S._v$24 = st), S;
7530
7530
  }, {
7531
7531
  _v$6: void 0,
7532
7532
  _v$7: void 0,
@@ -7547,7 +7547,7 @@ var Ju = /* @__PURE__ */ T('<div><div aria-hidden=true></div><button aria-label=
7547
7547
  _v$22: void 0,
7548
7548
  _v$23: void 0,
7549
7549
  _v$24: void 0
7550
- }), G(() => ee.value = o() === "queries" ? e.localStore.filter || "" : e.localStore.mutationFilter || ""), q;
7550
+ }), G(() => ee.value = o() === "queries" ? e.localStore.filter || "" : e.localStore.mutationFilter || ""), T;
7551
7551
  })(), v(R, {
7552
7552
  get when() {
7553
7553
  return D(() => o() === "queries")() && _e();
@@ -7563,7 +7563,7 @@ var Ju = /* @__PURE__ */ T('<div><div aria-hidden=true></div><button aria-label=
7563
7563
  return v(Rd, {});
7564
7564
  }
7565
7565
  })];
7566
- }, Td = (e) => {
7566
+ }, Md = (e) => {
7567
7567
  const t = xe(), n = D(() => t() === "dark" ? Ge : Ue), {
7568
7568
  colors: r,
7569
7569
  alpha: o
@@ -7604,7 +7604,7 @@ var Ju = /* @__PURE__ */ T('<div><div aria-hidden=true></div><button aria-label=
7604
7604
  },
7605
7605
  get children() {
7606
7606
  const d = Gi(), g = d.firstChild, u = g.nextSibling;
7607
- return d.$$click = () => Tn(e.query.queryHash === _e() ? null : e.query.queryHash), E(g, c), E(u, () => e.query.queryHash), E(d, v(R, {
7607
+ return d.$$click = () => Mn(e.query.queryHash === _e() ? null : e.query.queryHash), E(g, c), E(u, () => e.query.queryHash), E(d, v(R, {
7608
7608
  get when() {
7609
7609
  return i();
7610
7610
  },
@@ -7664,7 +7664,7 @@ var Ju = /* @__PURE__ */ T('<div><div aria-hidden=true></div><button aria-label=
7664
7664
  return c() === "green";
7665
7665
  },
7666
7666
  get children() {
7667
- return v(Tu, {});
7667
+ return v(Mu, {});
7668
7668
  }
7669
7669
  }), null), E(d, v(R, {
7670
7670
  get when() {
@@ -7890,12 +7890,12 @@ var Ju = /* @__PURE__ */ T('<div><div aria-hidden=true></div><button aria-label=
7890
7890
  return D(() => !!a())() && h();
7891
7891
  },
7892
7892
  get children() {
7893
- const w = wd(), p = w.firstChild, L = p.nextSibling, q = L.firstChild, A = q.firstChild, N = A.firstChild, K = A.nextSibling, B = q.nextSibling, Y = B.firstChild, se = Y.nextSibling, P = B.nextSibling, H = P.firstChild, X = H.nextSibling, ee = L.nextSibling, ne = ee.nextSibling, ae = ne.firstChild, we = ae.firstChild, ce = ae.nextSibling, ye = ce.firstChild, ve = ce.nextSibling, S = ve.firstChild, Q = ve.nextSibling, Z = Q.firstChild, Re = Q.nextSibling, ot = Re.firstChild, $t = ot.nextSibling, Ve = ne.nextSibling, je = Ve.nextSibling, He = je.nextSibling, Qe = He.nextSibling;
7893
+ const w = wd(), p = w.firstChild, L = p.nextSibling, T = L.firstChild, A = T.firstChild, N = A.firstChild, K = A.nextSibling, B = T.nextSibling, Y = B.firstChild, se = Y.nextSibling, P = B.nextSibling, H = P.firstChild, X = H.nextSibling, ee = L.nextSibling, ne = ee.nextSibling, ae = ne.firstChild, we = ae.firstChild, ce = ae.nextSibling, ye = ce.firstChild, ve = ce.nextSibling, S = ve.firstChild, Q = ve.nextSibling, Z = Q.firstChild, Re = Q.nextSibling, ot = Re.firstChild, $t = ot.nextSibling, Ve = ne.nextSibling, je = Ve.nextSibling, He = je.nextSibling, Qe = He.nextSibling;
7894
7894
  return E(N, () => xn(a().queryKey, !0)), E(K, d), E(se, u), E(X, () => new Date(h().dataUpdatedAt).toLocaleTimeString()), ae.$$click = m, ce.$$click = () => o.invalidateQueries(a()), ve.$$click = () => o.resetQueries(a()), Q.$$click = () => {
7895
- o.removeQueries(a()), Tn(null);
7895
+ o.removeQueries(a()), Mn(null);
7896
7896
  }, Re.$$click = () => {
7897
- var M;
7898
- if (((M = a()) == null ? void 0 : M.state.data) === void 0)
7897
+ var q;
7898
+ if (((q = a()) == null ? void 0 : q.state.data) === void 0)
7899
7899
  l(!0), x();
7900
7900
  else {
7901
7901
  const ue = a();
@@ -7922,32 +7922,32 @@ var Ju = /* @__PURE__ */ T('<div><div aria-hidden=true></div><button aria-label=
7922
7922
  return i().length === 0 || g() === "error";
7923
7923
  },
7924
7924
  get children() {
7925
- const M = $d(), ue = M.firstChild, $e = ue.nextSibling;
7926
- return M.$$click = () => {
7925
+ const q = $d(), ue = q.firstChild, $e = ue.nextSibling;
7926
+ return q.$$click = () => {
7927
7927
  a().state.error ? o.resetQueries(a()) : $();
7928
- }, E(M, () => g() === "error" ? "Restore" : "Trigger", $e), G((oe) => {
7928
+ }, E(q, () => g() === "error" ? "Restore" : "Trigger", $e), G((oe) => {
7929
7929
  const te = O(_`
7930
7930
  color: ${r(n.red[500], n.red[400])};
7931
7931
  `, "tsqd-query-details-actions-btn", "tsqd-query-details-action-error"), le = g() === "pending", me = _`
7932
7932
  background-color: ${r(n.red[500], n.red[400])};
7933
7933
  `;
7934
- return te !== oe._v$33 && I(M, oe._v$33 = te), le !== oe._v$34 && (M.disabled = oe._v$34 = le), me !== oe._v$35 && I(ue, oe._v$35 = me), oe;
7934
+ return te !== oe._v$33 && I(q, oe._v$33 = te), le !== oe._v$34 && (q.disabled = oe._v$34 = le), me !== oe._v$35 && I(ue, oe._v$35 = me), oe;
7935
7935
  }, {
7936
7936
  _v$33: void 0,
7937
7937
  _v$34: void 0,
7938
7938
  _v$35: void 0
7939
- }), M;
7939
+ }), q;
7940
7940
  }
7941
7941
  }), null), E(ne, v(R, {
7942
7942
  get when() {
7943
7943
  return !(i().length === 0 || g() === "error");
7944
7944
  },
7945
7945
  get children() {
7946
- const M = pd(), ue = M.firstChild, $e = ue.nextSibling, oe = $e.nextSibling;
7946
+ const q = pd(), ue = q.firstChild, $e = ue.nextSibling, oe = $e.nextSibling;
7947
7947
  return oe.firstChild, oe.addEventListener("change", (te) => {
7948
7948
  const le = i().find((me) => me.name === te.currentTarget.value);
7949
7949
  $(le);
7950
- }), E(oe, v(To, {
7950
+ }), E(oe, v(Mo, {
7951
7951
  get each() {
7952
7952
  return i();
7953
7953
  },
@@ -7955,16 +7955,16 @@ var Ju = /* @__PURE__ */ T('<div><div aria-hidden=true></div><button aria-label=
7955
7955
  const le = Cd();
7956
7956
  return E(le, () => te.name), G(() => le.value = te.name), le;
7957
7957
  })()
7958
- }), null), E(M, v(Wt, {}), null), G((te) => {
7958
+ }), null), E(q, v(Wt, {}), null), G((te) => {
7959
7959
  const le = O(t().actionsSelect, "tsqd-query-details-actions-btn", "tsqd-query-details-action-error-multiple"), me = _`
7960
7960
  background-color: ${k.colors.red[400]};
7961
- `, Me = g() === "pending";
7962
- return le !== te._v$36 && I(M, te._v$36 = le), me !== te._v$37 && I(ue, te._v$37 = me), Me !== te._v$38 && (oe.disabled = te._v$38 = Me), te;
7961
+ `, qe = g() === "pending";
7962
+ return le !== te._v$36 && I(q, te._v$36 = le), me !== te._v$37 && I(ue, te._v$37 = me), qe !== te._v$38 && (oe.disabled = te._v$38 = qe), te;
7963
7963
  }, {
7964
7964
  _v$36: void 0,
7965
7965
  _v$37: void 0,
7966
7966
  _v$38: void 0
7967
- }), M;
7967
+ }), q;
7968
7968
  }
7969
7969
  }), null), E(je, v(at, {
7970
7970
  label: "Data",
@@ -7982,12 +7982,12 @@ var Ju = /* @__PURE__ */ T('<div><div aria-hidden=true></div><button aria-label=
7982
7982
  get value() {
7983
7983
  return c();
7984
7984
  }
7985
- })), G((M) => {
7986
- const ue = O(t().detailsContainer, "tsqd-query-details-container"), $e = O(t().detailsHeader, "tsqd-query-details-header"), oe = O(t().detailsBody, "tsqd-query-details-summary-container"), te = O(t().queryDetailsStatus, b()), le = O(t().detailsHeader, "tsqd-query-details-header"), me = O(t().actionsBody, "tsqd-query-details-actions-container"), Me = O(_`
7985
+ })), G((q) => {
7986
+ const ue = O(t().detailsContainer, "tsqd-query-details-container"), $e = O(t().detailsHeader, "tsqd-query-details-header"), oe = O(t().detailsBody, "tsqd-query-details-summary-container"), te = O(t().queryDetailsStatus, b()), le = O(t().detailsHeader, "tsqd-query-details-header"), me = O(t().actionsBody, "tsqd-query-details-actions-container"), qe = O(_`
7987
7987
  color: ${r(n.blue[600], n.blue[400])};
7988
7988
  `, "tsqd-query-details-actions-btn", "tsqd-query-details-action-refetch"), it = d() === "fetching", st = _`
7989
7989
  background-color: ${r(n.blue[600], n.blue[400])};
7990
- `, Tt = O(_`
7990
+ `, Mt = O(_`
7991
7991
  color: ${r(n.yellow[600], n.yellow[400])};
7992
7992
  `, "tsqd-query-details-actions-btn", "tsqd-query-details-action-invalidate"), Pt = g() === "pending", zt = _`
7993
7993
  background-color: ${r(n.yellow[600], n.yellow[400])};
@@ -8004,7 +8004,7 @@ var Ju = /* @__PURE__ */ T('<div><div aria-hidden=true></div><button aria-label=
8004
8004
  `, "tsqd-query-details-actions-btn", "tsqd-query-details-action-loading"), fn = s(), Rt = _`
8005
8005
  background-color: ${r(n.cyan[500], n.cyan[400])};
8006
8006
  `, gn = O(t().detailsHeader, "tsqd-query-details-header"), yt = k.size[2], hn = O(t().detailsHeader, "tsqd-query-details-header"), Ct = k.size[2];
8007
- return ue !== M._v$39 && I(w, M._v$39 = ue), $e !== M._v$40 && I(p, M._v$40 = $e), oe !== M._v$41 && I(L, M._v$41 = oe), te !== M._v$42 && I(K, M._v$42 = te), le !== M._v$43 && I(ee, M._v$43 = le), me !== M._v$44 && I(ne, M._v$44 = me), Me !== M._v$45 && I(ae, M._v$45 = Me), it !== M._v$46 && (ae.disabled = M._v$46 = it), st !== M._v$47 && I(we, M._v$47 = st), Tt !== M._v$48 && I(ce, M._v$48 = Tt), Pt !== M._v$49 && (ce.disabled = M._v$49 = Pt), zt !== M._v$50 && I(ye, M._v$50 = zt), cn !== M._v$51 && I(ve, M._v$51 = cn), Kt !== M._v$52 && (ve.disabled = M._v$52 = Kt), un !== M._v$53 && I(S, M._v$53 = un), pt !== M._v$54 && I(Q, M._v$54 = pt), dn !== M._v$55 && (Q.disabled = M._v$55 = dn), wt !== M._v$56 && I(Z, M._v$56 = wt), Bt !== M._v$57 && I(Re, M._v$57 = Bt), fn !== M._v$58 && (Re.disabled = M._v$58 = fn), Rt !== M._v$59 && I(ot, M._v$59 = Rt), gn !== M._v$60 && I(Ve, M._v$60 = gn), yt !== M._v$61 && ((M._v$61 = yt) != null ? je.style.setProperty("padding", yt) : je.style.removeProperty("padding")), hn !== M._v$62 && I(He, M._v$62 = hn), Ct !== M._v$63 && ((M._v$63 = Ct) != null ? Qe.style.setProperty("padding", Ct) : Qe.style.removeProperty("padding")), M;
8007
+ return ue !== q._v$39 && I(w, q._v$39 = ue), $e !== q._v$40 && I(p, q._v$40 = $e), oe !== q._v$41 && I(L, q._v$41 = oe), te !== q._v$42 && I(K, q._v$42 = te), le !== q._v$43 && I(ee, q._v$43 = le), me !== q._v$44 && I(ne, q._v$44 = me), qe !== q._v$45 && I(ae, q._v$45 = qe), it !== q._v$46 && (ae.disabled = q._v$46 = it), st !== q._v$47 && I(we, q._v$47 = st), Mt !== q._v$48 && I(ce, q._v$48 = Mt), Pt !== q._v$49 && (ce.disabled = q._v$49 = Pt), zt !== q._v$50 && I(ye, q._v$50 = zt), cn !== q._v$51 && I(ve, q._v$51 = cn), Kt !== q._v$52 && (ve.disabled = q._v$52 = Kt), un !== q._v$53 && I(S, q._v$53 = un), pt !== q._v$54 && I(Q, q._v$54 = pt), dn !== q._v$55 && (Q.disabled = q._v$55 = dn), wt !== q._v$56 && I(Z, q._v$56 = wt), Bt !== q._v$57 && I(Re, q._v$57 = Bt), fn !== q._v$58 && (Re.disabled = q._v$58 = fn), Rt !== q._v$59 && I(ot, q._v$59 = Rt), gn !== q._v$60 && I(Ve, q._v$60 = gn), yt !== q._v$61 && ((q._v$61 = yt) != null ? je.style.setProperty("padding", yt) : je.style.removeProperty("padding")), hn !== q._v$62 && I(He, q._v$62 = hn), Ct !== q._v$63 && ((q._v$63 = Ct) != null ? Qe.style.setProperty("padding", Ct) : Qe.style.removeProperty("padding")), q;
8008
8008
  }, {
8009
8009
  _v$39: void 0,
8010
8010
  _v$40: void 0,
@@ -8060,7 +8060,7 @@ var Ju = /* @__PURE__ */ T('<div><div aria-hidden=true></div><button aria-label=
8060
8060
  return i();
8061
8061
  },
8062
8062
  get children() {
8063
- const c = Sd(), h = c.firstChild, f = h.nextSibling, d = f.firstChild, g = d.firstChild, u = g.firstChild, y = g.nextSibling, m = d.nextSibling, $ = m.firstChild, x = $.nextSibling, b = f.nextSibling, w = b.nextSibling, p = w.nextSibling, L = p.nextSibling, q = L.nextSibling, A = q.nextSibling, N = A.nextSibling, K = N.nextSibling;
8063
+ const c = Sd(), h = c.firstChild, f = h.nextSibling, d = f.firstChild, g = d.firstChild, u = g.firstChild, y = g.nextSibling, m = d.nextSibling, $ = m.firstChild, x = $.nextSibling, b = f.nextSibling, w = b.nextSibling, p = w.nextSibling, L = p.nextSibling, T = L.nextSibling, A = T.nextSibling, N = A.nextSibling, K = N.nextSibling;
8064
8064
  return E(u, v(R, {
8065
8065
  get when() {
8066
8066
  return i().options.mutationKey;
@@ -8107,7 +8107,7 @@ var Ju = /* @__PURE__ */ T('<div><div aria-hidden=true></div><button aria-label=
8107
8107
  }
8108
8108
  })), G((B) => {
8109
8109
  const Y = O(t().detailsContainer, "tsqd-query-details-container"), se = O(t().detailsHeader, "tsqd-query-details-header"), P = O(t().detailsBody, "tsqd-query-details-summary-container"), H = O(t().queryDetailsStatus, a()), X = O(t().detailsHeader, "tsqd-query-details-header"), ee = k.size[2], ne = O(t().detailsHeader, "tsqd-query-details-header"), ae = k.size[2], we = O(t().detailsHeader, "tsqd-query-details-header"), ce = k.size[2], ye = O(t().detailsHeader, "tsqd-query-details-header"), ve = k.size[2];
8110
- return Y !== B._v$64 && I(c, B._v$64 = Y), se !== B._v$65 && I(h, B._v$65 = se), P !== B._v$66 && I(f, B._v$66 = P), H !== B._v$67 && I(y, B._v$67 = H), X !== B._v$68 && I(b, B._v$68 = X), ee !== B._v$69 && ((B._v$69 = ee) != null ? w.style.setProperty("padding", ee) : w.style.removeProperty("padding")), ne !== B._v$70 && I(p, B._v$70 = ne), ae !== B._v$71 && ((B._v$71 = ae) != null ? L.style.setProperty("padding", ae) : L.style.removeProperty("padding")), we !== B._v$72 && I(q, B._v$72 = we), ce !== B._v$73 && ((B._v$73 = ce) != null ? A.style.setProperty("padding", ce) : A.style.removeProperty("padding")), ye !== B._v$74 && I(N, B._v$74 = ye), ve !== B._v$75 && ((B._v$75 = ve) != null ? K.style.setProperty("padding", ve) : K.style.removeProperty("padding")), B;
8110
+ return Y !== B._v$64 && I(c, B._v$64 = Y), se !== B._v$65 && I(h, B._v$65 = se), P !== B._v$66 && I(f, B._v$66 = P), H !== B._v$67 && I(y, B._v$67 = H), X !== B._v$68 && I(b, B._v$68 = X), ee !== B._v$69 && ((B._v$69 = ee) != null ? w.style.setProperty("padding", ee) : w.style.removeProperty("padding")), ne !== B._v$70 && I(p, B._v$70 = ne), ae !== B._v$71 && ((B._v$71 = ae) != null ? L.style.setProperty("padding", ae) : L.style.removeProperty("padding")), we !== B._v$72 && I(T, B._v$72 = we), ce !== B._v$73 && ((B._v$73 = ce) != null ? A.style.setProperty("padding", ce) : A.style.removeProperty("padding")), ye !== B._v$74 && I(N, B._v$74 = ye), ve !== B._v$75 && ((B._v$75 = ve) != null ? K.style.setProperty("padding", ve) : K.style.removeProperty("padding")), B;
8111
8111
  }, {
8112
8112
  _v$64: void 0,
8113
8113
  _v$65: void 0,