@versini/sassysaint 8.11.2 → 8.12.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,8 +1,8 @@
1
1
  var vn = (e) => {
2
2
  throw TypeError(e);
3
3
  };
4
- var Pr = (e, t, r) => t.has(e) || vn("Cannot " + r);
5
- var f = (e, t, r) => (Pr(e, t, "read from private field"), r ? r.call(e) : t.get(e)), I = (e, t, r) => t.has(e) ? vn("Cannot add the same private member more than once") : t instanceof WeakSet ? t.add(e) : t.set(e, r), w = (e, t, r, n) => (Pr(e, t, "write to private field"), n ? n.call(e, r) : t.set(e, r), r), J = (e, t, r) => (Pr(e, t, "access private method"), r);
4
+ var Nr = (e, t, r) => t.has(e) || vn("Cannot " + r);
5
+ var f = (e, t, r) => (Nr(e, t, "read from private field"), r ? r.call(e) : t.get(e)), I = (e, t, r) => t.has(e) ? vn("Cannot add the same private member more than once") : t instanceof WeakSet ? t.add(e) : t.set(e, r), w = (e, t, r, n) => (Nr(e, t, "write to private field"), n ? n.call(e, r) : t.set(e, r), r), J = (e, t, r) => (Nr(e, t, "access private method"), r);
6
6
  var Wt = (e, t, r, n) => ({
7
7
  set _(s) {
8
8
  w(e, t, s, r);
@@ -40,13 +40,13 @@ function Ri(e, t) {
40
40
  function Oi(e) {
41
41
  return typeof e == "number" && e >= 0 && e !== 1 / 0;
42
42
  }
43
- function _i(e, t) {
43
+ function Ci(e, t) {
44
44
  return Math.max(e + (t || 0) - Date.now(), 0);
45
45
  }
46
46
  function En(e, t) {
47
47
  return typeof e == "function" ? e(t) : e;
48
48
  }
49
- function Ci(e, t) {
49
+ function _i(e, t) {
50
50
  return typeof e == "function" ? e(t) : e;
51
51
  }
52
52
  function Sn(e, t) {
@@ -62,7 +62,7 @@ function Sn(e, t) {
62
62
  if (n) {
63
63
  if (t.queryHash !== dn(a, t.options))
64
64
  return !1;
65
- } else if (!Ct(t.queryKey, a))
65
+ } else if (!_t(t.queryKey, a))
66
66
  return !1;
67
67
  }
68
68
  if (r !== "all") {
@@ -78,24 +78,24 @@ function An(e, t) {
78
78
  if (!t.options.mutationKey)
79
79
  return !1;
80
80
  if (r) {
81
- if (_t(t.options.mutationKey) !== _t(i))
81
+ if (Ct(t.options.mutationKey) !== Ct(i))
82
82
  return !1;
83
- } else if (!Ct(t.options.mutationKey, i))
83
+ } else if (!_t(t.options.mutationKey, i))
84
84
  return !1;
85
85
  }
86
86
  return !(n && t.state.status !== n || s && !s(t));
87
87
  }
88
88
  function dn(e, t) {
89
- return ((t == null ? void 0 : t.queryKeyHashFn) || _t)(e);
89
+ return ((t == null ? void 0 : t.queryKeyHashFn) || Ct)(e);
90
90
  }
91
- function _t(e) {
91
+ function Ct(e) {
92
92
  return JSON.stringify(
93
93
  e,
94
94
  (t, r) => Jr(r) ? Object.keys(r).sort().reduce((n, s) => (n[s] = r[s], n), {}) : r
95
95
  );
96
96
  }
97
- function Ct(e, t) {
98
- return e === t ? !0 : typeof e != typeof t ? !1 : e && t && typeof e == "object" && typeof t == "object" ? !Object.keys(t).some((r) => !Ct(e[r], t[r])) : !1;
97
+ function _t(e, t) {
98
+ return e === t ? !0 : typeof e != typeof t ? !1 : e && t && typeof e == "object" && typeof t == "object" ? !Object.keys(t).some((r) => !_t(e[r], t[r])) : !1;
99
99
  }
100
100
  function Wr(e, t) {
101
101
  if (e === t)
@@ -135,12 +135,12 @@ function Jr(e) {
135
135
  function In(e) {
136
136
  return Object.prototype.toString.call(e) === "[object Object]";
137
137
  }
138
- function Pi(e) {
138
+ function Ni(e) {
139
139
  return new Promise((t) => {
140
140
  setTimeout(t, e);
141
141
  });
142
142
  }
143
- function Ni(e, t, r) {
143
+ function Pi(e, t, r) {
144
144
  if (typeof r.structuralSharing == "function")
145
145
  return r.structuralSharing(e, t);
146
146
  if (r.structuralSharing !== !1) {
@@ -170,11 +170,11 @@ function ls(e, t) {
170
170
  `Attempted to invoke queryFn when set to skipToken. This is likely a configuration error. Query hash: '${e.queryHash}'`
171
171
  ), !e.queryFn && (t != null && t.initialPromise) ? () => t.initialPromise : !e.queryFn || e.queryFn === dr ? () => Promise.reject(new Error(`Missing queryFn: '${e.queryHash}'`)) : e.queryFn;
172
172
  }
173
- var He, Ce, nt, Yn, Li = (Yn = class extends Sr {
173
+ var He, _e, nt, Yn, Mi = (Yn = class extends Sr {
174
174
  constructor() {
175
175
  super();
176
176
  I(this, He);
177
- I(this, Ce);
177
+ I(this, _e);
178
178
  I(this, nt);
179
179
  w(this, nt, (t) => {
180
180
  if (!Ar && window.addEventListener) {
@@ -186,15 +186,15 @@ var He, Ce, nt, Yn, Li = (Yn = class extends Sr {
186
186
  });
187
187
  }
188
188
  onSubscribe() {
189
- f(this, Ce) || this.setEventListener(f(this, nt));
189
+ f(this, _e) || this.setEventListener(f(this, nt));
190
190
  }
191
191
  onUnsubscribe() {
192
192
  var t;
193
- this.hasListeners() || ((t = f(this, Ce)) == null || t.call(this), w(this, Ce, void 0));
193
+ this.hasListeners() || ((t = f(this, _e)) == null || t.call(this), w(this, _e, void 0));
194
194
  }
195
195
  setEventListener(t) {
196
196
  var r;
197
- w(this, nt, t), (r = f(this, Ce)) == null || r.call(this), w(this, Ce, t((n) => {
197
+ w(this, nt, t), (r = f(this, _e)) == null || r.call(this), w(this, _e, t((n) => {
198
198
  typeof n == "boolean" ? this.setFocused(n) : this.onFocus();
199
199
  }));
200
200
  }
@@ -211,11 +211,11 @@ var He, Ce, nt, Yn, Li = (Yn = class extends Sr {
211
211
  var t;
212
212
  return typeof f(this, He) == "boolean" ? f(this, He) : ((t = globalThis.document) == null ? void 0 : t.visibilityState) !== "hidden";
213
213
  }
214
- }, He = new WeakMap(), Ce = new WeakMap(), nt = new WeakMap(), Yn), us = new Li(), st, Pe, it, Xn, Mi = (Xn = class extends Sr {
214
+ }, He = new WeakMap(), _e = new WeakMap(), nt = new WeakMap(), Yn), us = new Mi(), st, Ne, it, Xn, Li = (Xn = class extends Sr {
215
215
  constructor() {
216
216
  super();
217
217
  I(this, st, !0);
218
- I(this, Pe);
218
+ I(this, Ne);
219
219
  I(this, it);
220
220
  w(this, it, (t) => {
221
221
  if (!Ar && window.addEventListener) {
@@ -227,15 +227,15 @@ var He, Ce, nt, Yn, Li = (Yn = class extends Sr {
227
227
  });
228
228
  }
229
229
  onSubscribe() {
230
- f(this, Pe) || this.setEventListener(f(this, it));
230
+ f(this, Ne) || this.setEventListener(f(this, it));
231
231
  }
232
232
  onUnsubscribe() {
233
233
  var t;
234
- this.hasListeners() || ((t = f(this, Pe)) == null || t.call(this), w(this, Pe, void 0));
234
+ this.hasListeners() || ((t = f(this, Ne)) == null || t.call(this), w(this, Ne, void 0));
235
235
  }
236
236
  setEventListener(t) {
237
237
  var r;
238
- w(this, it, t), (r = f(this, Pe)) == null || r.call(this), w(this, Pe, t(this.setOnline.bind(this)));
238
+ w(this, it, t), (r = f(this, Ne)) == null || r.call(this), w(this, Ne, t(this.setOnline.bind(this)));
239
239
  }
240
240
  setOnline(t) {
241
241
  f(this, st) !== t && (w(this, st, t), this.listeners.forEach((n) => {
@@ -245,7 +245,7 @@ var He, Ce, nt, Yn, Li = (Yn = class extends Sr {
245
245
  isOnline() {
246
246
  return f(this, st);
247
247
  }
248
- }, st = new WeakMap(), Pe = new WeakMap(), it = new WeakMap(), Xn), Pt = new Mi();
248
+ }, st = new WeakMap(), Ne = new WeakMap(), it = new WeakMap(), Xn), Nt = new Li();
249
249
  function $i() {
250
250
  let e, t;
251
251
  const r = new Promise((s, i) => {
@@ -272,14 +272,14 @@ function Ui(e) {
272
272
  return Math.min(1e3 * 2 ** e, 3e4);
273
273
  }
274
274
  function ds(e) {
275
- return (e ?? "online") === "online" ? Pt.isOnline() : !0;
275
+ return (e ?? "online") === "online" ? Nt.isOnline() : !0;
276
276
  }
277
277
  var fs = class extends Error {
278
278
  constructor(e) {
279
279
  super("CancelledError"), this.revert = e == null ? void 0 : e.revert, this.silent = e == null ? void 0 : e.silent;
280
280
  }
281
281
  };
282
- function Nr(e) {
282
+ function Pr(e) {
283
283
  return e instanceof fs;
284
284
  }
285
285
  function hs(e) {
@@ -291,7 +291,7 @@ function hs(e) {
291
291
  t = !0;
292
292
  }, c = () => {
293
293
  t = !1;
294
- }, l = () => us.isFocused() && (e.networkMode === "always" || Pt.isOnline()) && e.canRun(), d = () => ds(e.networkMode) && e.canRun(), u = (g) => {
294
+ }, l = () => us.isFocused() && (e.networkMode === "always" || Nt.isOnline()) && e.canRun(), d = () => ds(e.networkMode) && e.canRun(), u = (g) => {
295
295
  var v;
296
296
  n || (n = !0, (v = e.onSuccess) == null || v.call(e, g), s == null || s(), i.resolve(g));
297
297
  }, h = (g) => {
@@ -316,15 +316,15 @@ function hs(e) {
316
316
  g = Promise.reject(k);
317
317
  }
318
318
  Promise.resolve(g).then(u).catch((k) => {
319
- var M;
319
+ var L;
320
320
  if (n)
321
321
  return;
322
- const O = e.retry ?? (Ar ? 0 : 3), T = e.retryDelay ?? Ui, R = typeof T == "function" ? T(r, k) : T, _ = O === !0 || typeof O == "number" && r < O || typeof O == "function" && O(r, k);
323
- if (t || !_) {
322
+ const O = e.retry ?? (Ar ? 0 : 3), T = e.retryDelay ?? Ui, R = typeof T == "function" ? T(r, k) : T, C = O === !0 || typeof O == "number" && r < O || typeof O == "function" && O(r, k);
323
+ if (t || !C) {
324
324
  h(k);
325
325
  return;
326
326
  }
327
- r++, (M = e.onFail) == null || M.call(e, r, k), Pi(R).then(() => l() ? void 0 : y()).then(() => {
327
+ r++, (L = e.onFail) == null || L.call(e, r, k), Ni(R).then(() => l() ? void 0 : y()).then(() => {
328
328
  t ? h(k) : m();
329
329
  });
330
330
  });
@@ -447,7 +447,7 @@ var te = Hi(), Fe, Zn, ys = (Zn = class {
447
447
  !this.observers.length && this.state.fetchStatus === "idle" && f(this, se).remove(this);
448
448
  }
449
449
  setData(t, r) {
450
- const n = Ni(this.state.data, t, this.options);
450
+ const n = Pi(this.state.data, t, this.options);
451
451
  return J(this, ce, Ee).call(this, {
452
452
  data: n,
453
453
  type: "success",
@@ -471,7 +471,7 @@ var te = Hi(), Fe, Zn, ys = (Zn = class {
471
471
  }
472
472
  isActive() {
473
473
  return this.observers.some(
474
- (t) => Ci(t.options.enabled, this) !== !1
474
+ (t) => _i(t.options.enabled, this) !== !1
475
475
  );
476
476
  }
477
477
  isDisabled() {
@@ -483,7 +483,7 @@ var te = Hi(), Fe, Zn, ys = (Zn = class {
483
483
  ) : this.state.data === void 0;
484
484
  }
485
485
  isStaleByTime(t = 0) {
486
- return this.state.isInvalidated || this.state.data === void 0 || !_i(this.state.dataUpdatedAt, t);
486
+ return this.state.isInvalidated || this.state.data === void 0 || !Ci(this.state.dataUpdatedAt, t);
487
487
  }
488
488
  onFocus() {
489
489
  var r;
@@ -552,10 +552,10 @@ var te = Hi(), Fe, Zn, ys = (Zn = class {
552
552
  ), w(this, ot, this.state), (this.state.fetchStatus === "idle" || this.state.fetchMeta !== ((l = a.fetchOptions) == null ? void 0 : l.meta)) && J(this, ce, Ee).call(this, { type: "fetch", meta: (d = a.fetchOptions) == null ? void 0 : d.meta });
553
553
  const o = (u) => {
554
554
  var h, y, m, g;
555
- Nr(u) && u.silent || J(this, ce, Ee).call(this, {
555
+ Pr(u) && u.silent || J(this, ce, Ee).call(this, {
556
556
  type: "error",
557
557
  error: u
558
- }), Nr(u) || ((y = (h = f(this, se).config).onError) == null || y.call(
558
+ }), Pr(u) || ((y = (h = f(this, se).config).onError) == null || y.call(
559
559
  h,
560
560
  u,
561
561
  this
@@ -649,7 +649,7 @@ var te = Hi(), Fe, Zn, ys = (Zn = class {
649
649
  };
650
650
  case "error":
651
651
  const s = t.error;
652
- return Nr(s) && s.revert && f(this, ot) ? { ...f(this, ot), fetchStatus: "idle" } : {
652
+ return Pr(s) && s.revert && f(this, ot) ? { ...f(this, ot), fetchStatus: "idle" } : {
653
653
  ...n,
654
654
  error: s,
655
655
  errorUpdateCount: n.errorUpdateCount + 1,
@@ -777,7 +777,7 @@ var he, ts, ji = (ts = class extends Sr {
777
777
  });
778
778
  });
779
779
  }
780
- }, he = new WeakMap(), ts), ye, ee, je, me, _e, rs, Gi = (rs = class extends ys {
780
+ }, he = new WeakMap(), ts), ye, ee, je, me, Ce, rs, Gi = (rs = class extends ys {
781
781
  constructor(t) {
782
782
  super();
783
783
  I(this, me);
@@ -815,17 +815,17 @@ var he, ts, ji = (ts = class extends Sr {
815
815
  this.execute(this.state.variables);
816
816
  }
817
817
  async execute(t) {
818
- var s, i, a, o, c, l, d, u, h, y, m, g, v, k, O, T, R, _, M, H;
818
+ var s, i, a, o, c, l, d, u, h, y, m, g, v, k, O, T, R, C, L, H;
819
819
  w(this, je, hs({
820
820
  fn: () => this.options.mutationFn ? this.options.mutationFn(t) : Promise.reject(new Error("No mutationFn found")),
821
821
  onFail: (S, A) => {
822
- J(this, me, _e).call(this, { type: "failed", failureCount: S, error: A });
822
+ J(this, me, Ce).call(this, { type: "failed", failureCount: S, error: A });
823
823
  },
824
824
  onPause: () => {
825
- J(this, me, _e).call(this, { type: "pause" });
825
+ J(this, me, Ce).call(this, { type: "pause" });
826
826
  },
827
827
  onContinue: () => {
828
- J(this, me, _e).call(this, { type: "continue" });
828
+ J(this, me, Ce).call(this, { type: "continue" });
829
829
  },
830
830
  retry: this.options.retry ?? 0,
831
831
  retryDelay: this.options.retryDelay,
@@ -835,13 +835,13 @@ var he, ts, ji = (ts = class extends Sr {
835
835
  const r = this.state.status === "pending", n = !f(this, je).canStart();
836
836
  try {
837
837
  if (!r) {
838
- J(this, me, _e).call(this, { type: "pending", variables: t, isPaused: n }), await ((i = (s = f(this, ee).config).onMutate) == null ? void 0 : i.call(
838
+ J(this, me, Ce).call(this, { type: "pending", variables: t, isPaused: n }), await ((i = (s = f(this, ee).config).onMutate) == null ? void 0 : i.call(
839
839
  s,
840
840
  t,
841
841
  this
842
842
  ));
843
843
  const A = await ((o = (a = this.options).onMutate) == null ? void 0 : o.call(a, t));
844
- A !== this.state.context && J(this, me, _e).call(this, {
844
+ A !== this.state.context && J(this, me, Ce).call(this, {
845
845
  type: "pending",
846
846
  context: A,
847
847
  variables: t,
@@ -862,7 +862,7 @@ var he, ts, ji = (ts = class extends Sr {
862
862
  this.state.variables,
863
863
  this.state.context,
864
864
  this
865
- )), await ((g = (m = this.options).onSettled) == null ? void 0 : g.call(m, S, null, t, this.state.context)), J(this, me, _e).call(this, { type: "success", data: S }), S;
865
+ )), await ((g = (m = this.options).onSettled) == null ? void 0 : g.call(m, S, null, t, this.state.context)), J(this, me, Ce).call(this, { type: "success", data: S }), S;
866
866
  } catch (S) {
867
867
  try {
868
868
  throw await ((k = (v = f(this, ee).config).onError) == null ? void 0 : k.call(
@@ -876,28 +876,28 @@ var he, ts, ji = (ts = class extends Sr {
876
876
  S,
877
877
  t,
878
878
  this.state.context
879
- )), await ((_ = (R = f(this, ee).config).onSettled) == null ? void 0 : _.call(
879
+ )), await ((C = (R = f(this, ee).config).onSettled) == null ? void 0 : C.call(
880
880
  R,
881
881
  void 0,
882
882
  S,
883
883
  this.state.variables,
884
884
  this.state.context,
885
885
  this
886
- )), await ((H = (M = this.options).onSettled) == null ? void 0 : H.call(
887
- M,
886
+ )), await ((H = (L = this.options).onSettled) == null ? void 0 : H.call(
887
+ L,
888
888
  void 0,
889
889
  S,
890
890
  t,
891
891
  this.state.context
892
892
  )), S;
893
893
  } finally {
894
- J(this, me, _e).call(this, { type: "error", error: S });
894
+ J(this, me, Ce).call(this, { type: "error", error: S });
895
895
  }
896
896
  } finally {
897
897
  f(this, ee).runNext(this);
898
898
  }
899
899
  }
900
- }, ye = new WeakMap(), ee = new WeakMap(), je = new WeakMap(), me = new WeakSet(), _e = function(t) {
900
+ }, ye = new WeakMap(), ee = new WeakMap(), je = new WeakMap(), me = new WeakSet(), Ce = function(t) {
901
901
  const r = (n) => {
902
902
  switch (t.type) {
903
903
  case "failed":
@@ -1087,33 +1087,33 @@ function kn(e) {
1087
1087
  g = !0;
1088
1088
  }), t.signal)
1089
1089
  });
1090
- }, k = ls(t.options, t.fetchOptions), O = async (T, R, _) => {
1090
+ }, k = ls(t.options, t.fetchOptions), O = async (T, R, C) => {
1091
1091
  if (g)
1092
1092
  return Promise.reject();
1093
1093
  if (R == null && T.pages.length)
1094
1094
  return Promise.resolve(T);
1095
- const M = {
1095
+ const L = {
1096
1096
  client: t.client,
1097
1097
  queryKey: t.queryKey,
1098
1098
  pageParam: R,
1099
- direction: _ ? "backward" : "forward",
1099
+ direction: C ? "backward" : "forward",
1100
1100
  meta: t.options.meta
1101
1101
  };
1102
- v(M);
1102
+ v(L);
1103
1103
  const H = await k(
1104
- M
1105
- ), { maxPages: S } = t.options, A = _ ? Di : xi;
1104
+ L
1105
+ ), { maxPages: S } = t.options, A = C ? Di : xi;
1106
1106
  return {
1107
1107
  pages: A(T.pages, H, S),
1108
1108
  pageParams: A(T.pageParams, R, S)
1109
1109
  };
1110
1110
  };
1111
1111
  if (s && i.length) {
1112
- const T = s === "backward", R = T ? Ji : Rn, _ = {
1112
+ const T = s === "backward", R = T ? Ji : Rn, C = {
1113
1113
  pages: i,
1114
1114
  pageParams: a
1115
- }, M = R(n, _);
1116
- o = await O(_, M, T);
1115
+ }, L = R(n, C);
1116
+ o = await O(C, L, T);
1117
1117
  } else {
1118
1118
  const T = e ?? i.length;
1119
1119
  do {
@@ -1155,22 +1155,22 @@ function Ji(e, { pages: t, pageParams: r }) {
1155
1155
  var n;
1156
1156
  return t.length > 0 ? (n = e.getPreviousPageParam) == null ? void 0 : n.call(e, t[0], t, r[0], r) : void 0;
1157
1157
  }
1158
- var U, Ne, xe, ct, lt, De, ut, dt, ss, zi = (ss = class {
1158
+ var U, Pe, xe, ct, lt, De, ut, dt, ss, zi = (ss = class {
1159
1159
  constructor(e = {}) {
1160
1160
  I(this, U);
1161
- I(this, Ne);
1161
+ I(this, Pe);
1162
1162
  I(this, xe);
1163
1163
  I(this, ct);
1164
1164
  I(this, lt);
1165
1165
  I(this, De);
1166
1166
  I(this, ut);
1167
1167
  I(this, dt);
1168
- w(this, U, e.queryCache || new ji()), w(this, Ne, e.mutationCache || new Wi()), w(this, xe, e.defaultOptions || {}), w(this, ct, /* @__PURE__ */ new Map()), w(this, lt, /* @__PURE__ */ new Map()), w(this, De, 0);
1168
+ w(this, U, e.queryCache || new ji()), w(this, Pe, e.mutationCache || new Wi()), w(this, xe, e.defaultOptions || {}), w(this, ct, /* @__PURE__ */ new Map()), w(this, lt, /* @__PURE__ */ new Map()), w(this, De, 0);
1169
1169
  }
1170
1170
  mount() {
1171
1171
  Wt(this, De)._++, f(this, De) === 1 && (w(this, ut, us.subscribe(async (e) => {
1172
1172
  e && (await this.resumePausedMutations(), f(this, U).onFocus());
1173
- })), w(this, dt, Pt.subscribe(async (e) => {
1173
+ })), w(this, dt, Nt.subscribe(async (e) => {
1174
1174
  e && (await this.resumePausedMutations(), f(this, U).onOnline());
1175
1175
  })));
1176
1176
  }
@@ -1182,7 +1182,7 @@ var U, Ne, xe, ct, lt, De, ut, dt, ss, zi = (ss = class {
1182
1182
  return f(this, U).findAll({ ...e, fetchStatus: "fetching" }).length;
1183
1183
  }
1184
1184
  isMutating(e) {
1185
- return f(this, Ne).findAll({ ...e, status: "pending" }).length;
1185
+ return f(this, Pe).findAll({ ...e, status: "pending" }).length;
1186
1186
  }
1187
1187
  /**
1188
1188
  * Imperative (non-reactive) way to retrieve data for a QueryKey.
@@ -1298,13 +1298,13 @@ var U, Ne, xe, ct, lt, De, ut, dt, ss, zi = (ss = class {
1298
1298
  return e.behavior = kn(e.pages), this.ensureQueryData(e);
1299
1299
  }
1300
1300
  resumePausedMutations() {
1301
- return Pt.isOnline() ? f(this, Ne).resumePausedMutations() : Promise.resolve();
1301
+ return Nt.isOnline() ? f(this, Pe).resumePausedMutations() : Promise.resolve();
1302
1302
  }
1303
1303
  getQueryCache() {
1304
1304
  return f(this, U);
1305
1305
  }
1306
1306
  getMutationCache() {
1307
- return f(this, Ne);
1307
+ return f(this, Pe);
1308
1308
  }
1309
1309
  getDefaultOptions() {
1310
1310
  return f(this, xe);
@@ -1313,7 +1313,7 @@ var U, Ne, xe, ct, lt, De, ut, dt, ss, zi = (ss = class {
1313
1313
  w(this, xe, e);
1314
1314
  }
1315
1315
  setQueryDefaults(e, t) {
1316
- f(this, ct).set(_t(e), {
1316
+ f(this, ct).set(Ct(e), {
1317
1317
  queryKey: e,
1318
1318
  defaultOptions: t
1319
1319
  });
@@ -1321,11 +1321,11 @@ var U, Ne, xe, ct, lt, De, ut, dt, ss, zi = (ss = class {
1321
1321
  getQueryDefaults(e) {
1322
1322
  const t = [...f(this, ct).values()], r = {};
1323
1323
  return t.forEach((n) => {
1324
- Ct(e, n.queryKey) && Object.assign(r, n.defaultOptions);
1324
+ _t(e, n.queryKey) && Object.assign(r, n.defaultOptions);
1325
1325
  }), r;
1326
1326
  }
1327
1327
  setMutationDefaults(e, t) {
1328
- f(this, lt).set(_t(e), {
1328
+ f(this, lt).set(Ct(e), {
1329
1329
  mutationKey: e,
1330
1330
  defaultOptions: t
1331
1331
  });
@@ -1333,7 +1333,7 @@ var U, Ne, xe, ct, lt, De, ut, dt, ss, zi = (ss = class {
1333
1333
  getMutationDefaults(e) {
1334
1334
  const t = [...f(this, lt).values()], r = {};
1335
1335
  return t.forEach((n) => {
1336
- Ct(e, n.mutationKey) && Object.assign(r, n.defaultOptions);
1336
+ _t(e, n.mutationKey) && Object.assign(r, n.defaultOptions);
1337
1337
  }), r;
1338
1338
  }
1339
1339
  defaultQueryOptions(e) {
@@ -1359,9 +1359,9 @@ var U, Ne, xe, ct, lt, De, ut, dt, ss, zi = (ss = class {
1359
1359
  };
1360
1360
  }
1361
1361
  clear() {
1362
- f(this, U).clear(), f(this, Ne).clear();
1362
+ f(this, U).clear(), f(this, Pe).clear();
1363
1363
  }
1364
- }, U = new WeakMap(), Ne = new WeakMap(), xe = new WeakMap(), ct = new WeakMap(), lt = new WeakMap(), De = new WeakMap(), ut = new WeakMap(), dt = new WeakMap(), ss), ms = ae.createContext(
1364
+ }, U = new WeakMap(), Pe = new WeakMap(), xe = new WeakMap(), ct = new WeakMap(), lt = new WeakMap(), De = new WeakMap(), ut = new WeakMap(), dt = new WeakMap(), ss), ms = ae.createContext(
1365
1365
  void 0
1366
1366
  ), Qi = (e) => {
1367
1367
  const t = ae.useContext(ms);
@@ -1382,19 +1382,19 @@ var U, Ne, xe, ct, lt, De, ut, dt, ss, zi = (ss = class {
1382
1382
  cleanups: null,
1383
1383
  context: null,
1384
1384
  owner: null
1385
- }, xr = {}, C = null, L = null, Y = null, Ie = null, Tr = 0;
1385
+ }, xr = {}, _ = null, M = null, Y = null, Ie = null, Tr = 0;
1386
1386
  function qe(e, t) {
1387
- const r = L, n = C, s = e.length === 0, i = t === void 0 ? n : t, a = s ? bs : {
1387
+ const r = M, n = _, s = e.length === 0, i = t === void 0 ? n : t, a = s ? bs : {
1388
1388
  owned: null,
1389
1389
  cleanups: null,
1390
1390
  context: i ? i.context : null,
1391
1391
  owner: i
1392
1392
  }, o = s ? e : () => e(() => W(() => xt(a)));
1393
- C = a, L = null;
1393
+ _ = a, M = null;
1394
1394
  try {
1395
1395
  return be(o, !0);
1396
1396
  } finally {
1397
- L = r, C = n;
1397
+ M = r, _ = n;
1398
1398
  }
1399
1399
  }
1400
1400
  function ne(e, t) {
@@ -1435,21 +1435,21 @@ function ta(e, t, r) {
1435
1435
  const u = /* @__PURE__ */ new Set(), [h, y] = (i.storage || ne)(i.initialValue), [m, g] = ne(void 0), [v, k] = ne(void 0, {
1436
1436
  equals: !1
1437
1437
  }), [O, T] = ne(l ? "ready" : "unresolved");
1438
- function R(S, A, N, P) {
1439
- return a === S && (a = null, P !== void 0 && (l = !0), (S === o || A === o) && i.onHydrated && queueMicrotask(
1440
- () => i.onHydrated(P, {
1438
+ function R(S, A, P, N) {
1439
+ return a === S && (a = null, N !== void 0 && (l = !0), (S === o || A === o) && i.onHydrated && queueMicrotask(
1440
+ () => i.onHydrated(N, {
1441
1441
  value: A
1442
1442
  })
1443
- ), o = xr, _(A, N)), A;
1443
+ ), o = xr, C(A, P)), A;
1444
1444
  }
1445
- function _(S, A) {
1445
+ function C(S, A) {
1446
1446
  be(() => {
1447
1447
  A === void 0 && y(() => S), T(A !== void 0 ? "errored" : l ? "ready" : "unresolved"), g(A);
1448
- for (const N of u.keys()) N.decrement();
1448
+ for (const P of u.keys()) P.decrement();
1449
1449
  u.clear();
1450
1450
  }, !1);
1451
1451
  }
1452
- function M() {
1452
+ function L() {
1453
1453
  const S = h(), A = m();
1454
1454
  if (A !== void 0 && !a) throw A;
1455
1455
  return S;
@@ -1462,20 +1462,20 @@ function ta(e, t, r) {
1462
1462
  R(a, W(h));
1463
1463
  return;
1464
1464
  }
1465
- const N = o !== xr ? o : W(
1465
+ const P = o !== xr ? o : W(
1466
1466
  () => s(A, {
1467
1467
  value: h(),
1468
1468
  refetching: S
1469
1469
  })
1470
1470
  );
1471
- return ea(N) ? (a = N, "value" in N ? (N.status === "success" ? R(a, N.value, void 0, A) : R(a, void 0, zr(N.value), A), N) : (c = !0, queueMicrotask(() => c = !1), be(() => {
1471
+ return ea(P) ? (a = P, "value" in P ? (P.status === "success" ? R(a, P.value, void 0, A) : R(a, void 0, zr(P.value), A), P) : (c = !0, queueMicrotask(() => c = !1), be(() => {
1472
1472
  T(l ? "refreshing" : "pending"), k();
1473
- }, !1), N.then(
1474
- (P) => R(N, P, void 0, A),
1475
- (P) => R(N, void 0, zr(P), A)
1476
- ))) : (R(a, N, void 0, A), N);
1473
+ }, !1), P.then(
1474
+ (N) => R(P, N, void 0, A),
1475
+ (N) => R(P, void 0, zr(N), A)
1476
+ ))) : (R(a, P, void 0, A), P);
1477
1477
  }
1478
- return Object.defineProperties(M, {
1478
+ return Object.defineProperties(L, {
1479
1479
  state: {
1480
1480
  get: () => O()
1481
1481
  },
@@ -1490,14 +1490,14 @@ function ta(e, t, r) {
1490
1490
  },
1491
1491
  latest: {
1492
1492
  get() {
1493
- if (!l) return M();
1493
+ if (!l) return L();
1494
1494
  const S = m();
1495
1495
  if (S && !a) throw S;
1496
1496
  return h();
1497
1497
  }
1498
1498
  }
1499
1499
  }), d ? Zi(() => H(!1)) : H(!1), [
1500
- M,
1500
+ L,
1501
1501
  {
1502
1502
  refetch: H,
1503
1503
  mutate: y
@@ -1508,13 +1508,13 @@ function pu(e) {
1508
1508
  return be(e, !1);
1509
1509
  }
1510
1510
  function W(e) {
1511
- if (L === null) return e();
1512
- const t = L;
1513
- L = null;
1511
+ if (M === null) return e();
1512
+ const t = M;
1513
+ M = null;
1514
1514
  try {
1515
1515
  return e();
1516
1516
  } finally {
1517
- L = t;
1517
+ M = t;
1518
1518
  }
1519
1519
  }
1520
1520
  function gu(e, t, r) {
@@ -1535,29 +1535,29 @@ function gu(e, t, r) {
1535
1535
  function ra(e) {
1536
1536
  ws(() => W(e));
1537
1537
  }
1538
- function Nt(e) {
1539
- return C === null || (C.cleanups === null ? C.cleanups = [e] : C.cleanups.push(e)), e;
1538
+ function Pt(e) {
1539
+ return _ === null || (_.cleanups === null ? _.cleanups = [e] : _.cleanups.push(e)), e;
1540
1540
  }
1541
1541
  function na() {
1542
- return C;
1542
+ return _;
1543
1543
  }
1544
1544
  function sa(e, t) {
1545
- const r = C, n = L;
1546
- C = e, L = null;
1545
+ const r = _, n = M;
1546
+ _ = e, M = null;
1547
1547
  try {
1548
1548
  return be(t, !0);
1549
1549
  } catch (s) {
1550
1550
  fn(s);
1551
1551
  } finally {
1552
- C = r, L = n;
1552
+ _ = r, M = n;
1553
1553
  }
1554
1554
  }
1555
1555
  function ia(e) {
1556
- const t = L, r = C;
1556
+ const t = M, r = _;
1557
1557
  return Promise.resolve().then(() => {
1558
- L = t, C = r;
1558
+ M = t, _ = r;
1559
1559
  let n;
1560
- return be(e, !1), L = C = null, n ? n.done : void 0;
1560
+ return be(e, !1), M = _ = null, n ? n.done : void 0;
1561
1561
  });
1562
1562
  }
1563
1563
  var [aa, bu] = /* @__PURE__ */ ne(!1);
@@ -1574,7 +1574,7 @@ function vu(e, t) {
1574
1574
  }
1575
1575
  function Eu(e) {
1576
1576
  let t;
1577
- return C && C.context && (t = C.context[e.id]) !== void 0 ? t : e.defaultValue;
1577
+ return _ && _.context && (t = _.context[e.id]) !== void 0 ? t : e.defaultValue;
1578
1578
  }
1579
1579
  function vs(e) {
1580
1580
  const t = q(e), r = q(() => Qr(t()));
@@ -1590,9 +1590,9 @@ function Es() {
1590
1590
  const e = Y;
1591
1591
  Y = null, be(() => pr(this), !1), Y = e;
1592
1592
  }
1593
- if (L) {
1593
+ if (M) {
1594
1594
  const e = this.observers ? this.observers.length : 0;
1595
- L.sources ? (L.sources.push(this), L.sourceSlots.push(e)) : (L.sources = [this], L.sourceSlots = [e]), this.observers ? (this.observers.push(L), this.observerSlots.push(L.sources.length - 1)) : (this.observers = [L], this.observerSlots = [L.sources.length - 1]);
1595
+ M.sources ? (M.sources.push(this), M.sourceSlots.push(e)) : (M.sources = [this], M.sourceSlots = [e]), this.observers ? (this.observers.push(M), this.observerSlots.push(M.sources.length - 1)) : (this.observers = [M], this.observerSlots = [M.sources.length - 1]);
1596
1596
  }
1597
1597
  return this.value;
1598
1598
  }
@@ -1619,14 +1619,14 @@ function St(e) {
1619
1619
  }
1620
1620
  function oa(e, t, r) {
1621
1621
  let n;
1622
- const s = C, i = L;
1623
- L = C = e;
1622
+ const s = _, i = M;
1623
+ M = _ = e;
1624
1624
  try {
1625
1625
  n = e.fn(t);
1626
1626
  } catch (a) {
1627
1627
  return e.pure && (e.state = Re, e.owned && e.owned.forEach(xt), e.owned = null), e.updatedAt = r + 1, fn(a);
1628
1628
  } finally {
1629
- L = i, C = s;
1629
+ M = i, _ = s;
1630
1630
  }
1631
1631
  (!e.updatedAt || e.updatedAt <= r) && (e.updatedAt != null && "observers" in e ? Ss(e, n) : e.value = n, e.updatedAt = r);
1632
1632
  }
@@ -1640,11 +1640,11 @@ function Ir(e, t, r, n = Re, s) {
1640
1640
  sourceSlots: null,
1641
1641
  cleanups: null,
1642
1642
  value: t,
1643
- owner: C,
1644
- context: C ? C.context : null,
1643
+ owner: _,
1644
+ context: _ ? _.context : null,
1645
1645
  pure: r
1646
1646
  };
1647
- return C === null || C !== bs && (C.owned ? C.owned.push(i) : C.owned = [i]), i;
1647
+ return _ === null || _ !== bs && (_.owned ? _.owned.push(i) : _.owned = [i]), i;
1648
1648
  }
1649
1649
  function mr(e) {
1650
1650
  if (e.state === 0) return;
@@ -1733,7 +1733,7 @@ function zr(e) {
1733
1733
  cause: e
1734
1734
  });
1735
1735
  }
1736
- function fn(e, t = C) {
1736
+ function fn(e, t = _) {
1737
1737
  throw zr(e);
1738
1738
  }
1739
1739
  function Qr(e) {
@@ -1752,8 +1752,8 @@ function ua(e, t) {
1752
1752
  return function(n) {
1753
1753
  let s;
1754
1754
  return We(
1755
- () => s = W(() => (C.context = {
1756
- ...C.context,
1755
+ () => s = W(() => (_.context = {
1756
+ ..._.context,
1757
1757
  [e]: n.value
1758
1758
  }, vs(() => n.children))),
1759
1759
  void 0
@@ -1766,12 +1766,12 @@ function gr(e) {
1766
1766
  }
1767
1767
  function da(e, t, r = {}) {
1768
1768
  let n = [], s = [], i = [], a = 0, o = t.length > 1 ? [] : null;
1769
- return Nt(() => gr(i)), () => {
1769
+ return Pt(() => gr(i)), () => {
1770
1770
  let c = e() || [], l = c.length, d, u;
1771
1771
  return W(() => {
1772
- let y, m, g, v, k, O, T, R, _;
1772
+ let y, m, g, v, k, O, T, R, C;
1773
1773
  if (l === 0)
1774
- a !== 0 && (gr(i), i = [], n = [], s = [], a = 0, o && (o = [])), r.fallback && (n = [Yr], s[0] = qe((M) => (i[0] = M, r.fallback())), a = 1);
1774
+ a !== 0 && (gr(i), i = [], n = [], s = [], a = 0, o && (o = [])), r.fallback && (n = [Yr], s[0] = qe((L) => (i[0] = L, r.fallback())), a = 1);
1775
1775
  else if (a === 0) {
1776
1776
  for (s = new Array(l), u = 0; u < l; u++)
1777
1777
  n[u] = c[u], s[u] = qe(h);
@@ -1781,9 +1781,9 @@ function da(e, t, r = {}) {
1781
1781
  for (T = a - 1, R = l - 1; T >= O && R >= O && n[T] === c[R]; T--, R--)
1782
1782
  g[R] = s[T], v[R] = i[T], o && (k[R] = o[T]);
1783
1783
  for (y = /* @__PURE__ */ new Map(), m = new Array(R + 1), u = R; u >= O; u--)
1784
- _ = c[u], d = y.get(_), m[u] = d === void 0 ? -1 : d, y.set(_, u);
1784
+ C = c[u], d = y.get(C), m[u] = d === void 0 ? -1 : d, y.set(C, u);
1785
1785
  for (d = O; d <= T; d++)
1786
- _ = n[d], u = y.get(_), u !== void 0 && u !== -1 ? (g[u] = s[d], v[u] = i[d], o && (k[u] = o[d]), u = m[u], y.set(_, u)) : i[d]();
1786
+ C = n[d], u = y.get(C), u !== void 0 && u !== -1 ? (g[u] = s[d], v[u] = i[d], o && (k[u] = o[d]), u = m[u], y.set(C, u)) : i[d]();
1787
1787
  for (u = O; u < l; u++)
1788
1788
  u in g ? (s[u] = g[u], i[u] = v[u], o && (o[u] = k[u], o[u](u))) : s[u] = qe(h);
1789
1789
  s = s.slice(0, a = l), n = c.slice(0);
@@ -1801,7 +1801,7 @@ function da(e, t, r = {}) {
1801
1801
  }
1802
1802
  function fa(e, t, r = {}) {
1803
1803
  let n = [], s = [], i = [], a = [], o = 0, c;
1804
- return Nt(() => gr(i)), () => {
1804
+ return Pt(() => gr(i)), () => {
1805
1805
  const l = e() || [], d = l.length;
1806
1806
  return W(() => {
1807
1807
  if (d === 0)
@@ -2269,7 +2269,7 @@ function Oa(e, t, r) {
2269
2269
  }
2270
2270
  }
2271
2271
  var It = "_$DX_DELEGATE";
2272
- function _a(e, t, r, n = {}) {
2272
+ function Ca(e, t, r, n = {}) {
2273
2273
  let s;
2274
2274
  return qe((i) => {
2275
2275
  s = i, t === document ? e() : en(t, e(), t.firstChild ? null : void 0, r);
@@ -2285,14 +2285,14 @@ function Ou(e, t, r, n) {
2285
2285
  }, a = () => (s || (s = i())).cloneNode(!0);
2286
2286
  return a.cloneNode = a, a;
2287
2287
  }
2288
- function Ca(e, t = window.document) {
2288
+ function _a(e, t = window.document) {
2289
2289
  const r = t[It] || (t[It] = /* @__PURE__ */ new Set());
2290
2290
  for (let n = 0, s = e.length; n < s; n++) {
2291
2291
  const i = e[n];
2292
2292
  r.has(i) || (r.add(i), t.addEventListener(i, ks));
2293
2293
  }
2294
2294
  }
2295
- function _u(e = window.document) {
2295
+ function Cu(e = window.document) {
2296
2296
  if (e[It]) {
2297
2297
  for (let t of e[It].keys()) e.removeEventListener(t, ks);
2298
2298
  delete e[It];
@@ -2301,10 +2301,10 @@ function _u(e = window.document) {
2301
2301
  function Zr(e, t, r) {
2302
2302
  r == null ? e.removeAttribute(t) : e.setAttribute(t, r);
2303
2303
  }
2304
- function Pa(e, t, r, n) {
2304
+ function Na(e, t, r, n) {
2305
2305
  n == null ? e.removeAttributeNS(t, r) : e.setAttributeNS(t, r, n);
2306
2306
  }
2307
- function Na(e, t, r) {
2307
+ function Pa(e, t, r) {
2308
2308
  r ? e.setAttribute(t, "") : e.removeAttribute(t);
2309
2309
  }
2310
2310
  function xa(e, t) {
@@ -2318,7 +2318,7 @@ function Da(e, t, r, n) {
2318
2318
  e.addEventListener(t, r[0] = (i) => s.call(e, r[1], i));
2319
2319
  } else e.addEventListener(t, r, typeof r != "function" && r);
2320
2320
  }
2321
- function La(e, t, r = {}) {
2321
+ function Ma(e, t, r = {}) {
2322
2322
  const n = Object.keys(t || {}), s = Object.keys(r);
2323
2323
  let i, a;
2324
2324
  for (i = 0, a = s.length; i < a; i++) {
@@ -2331,7 +2331,7 @@ function La(e, t, r = {}) {
2331
2331
  }
2332
2332
  return r;
2333
2333
  }
2334
- function Ma(e, t, r) {
2334
+ function La(e, t, r) {
2335
2335
  if (!t) return r ? Zr(e, "style") : t;
2336
2336
  const n = e.style;
2337
2337
  if (typeof t == "string") return n.cssText = t;
@@ -2361,13 +2361,13 @@ function Ka(e, t, r, n, s = {}, i = !1) {
2361
2361
  for (const a in s)
2362
2362
  if (!(a in t)) {
2363
2363
  if (a === "children") continue;
2364
- s[a] = _n(e, a, null, s[a], r, i, t);
2364
+ s[a] = Cn(e, a, null, s[a], r, i, t);
2365
2365
  }
2366
2366
  for (const a in t) {
2367
2367
  if (a === "children")
2368
2368
  continue;
2369
2369
  const o = t[a];
2370
- s[a] = _n(e, a, o, s[a], r, i, t);
2370
+ s[a] = Cn(e, a, o, s[a], r, i, t);
2371
2371
  }
2372
2372
  }
2373
2373
  function Ha(e) {
@@ -2378,10 +2378,10 @@ function On(e, t, r) {
2378
2378
  for (let s = 0, i = n.length; s < i; s++)
2379
2379
  e.classList.toggle(n[s], r);
2380
2380
  }
2381
- function _n(e, t, r, n, s, i, a) {
2381
+ function Cn(e, t, r, n, s, i, a) {
2382
2382
  let o, c, l, d, u;
2383
- if (t === "style") return Ma(e, r, n);
2384
- if (t === "classList") return La(e, r, n);
2383
+ if (t === "style") return La(e, r, n);
2384
+ if (t === "classList") return Ma(e, r, n);
2385
2385
  if (r === n) return n;
2386
2386
  if (t === "ref")
2387
2387
  i || r(e);
@@ -2397,16 +2397,16 @@ function _n(e, t, r, n, s, i, a) {
2397
2397
  const m = Array.isArray(n) ? n[0] : n;
2398
2398
  e.removeEventListener(h, m);
2399
2399
  }
2400
- (y || r) && (Da(e, h, r, y), y && Ca([h]));
2400
+ (y || r) && (Da(e, h, r, y), y && _a([h]));
2401
2401
  } else if (t.slice(0, 5) === "attr:")
2402
2402
  Zr(e, t.slice(5), r);
2403
2403
  else if (t.slice(0, 5) === "bool:")
2404
- Na(e, t.slice(5), r);
2404
+ Pa(e, t.slice(5), r);
2405
2405
  else if ((u = t.slice(0, 5) === "prop:") || (l = Ea.has(t)) || !s && ((d = Ta(t, e.tagName)) || (c = va.has(t))) || (o = e.nodeName.includes("-") || "is" in a))
2406
2406
  u && (t = t.slice(5), c = !0), t === "class" || t === "className" ? xa(e, r) : o && !c && !l ? e[Ha(t)] = r : e[d || t] = r;
2407
2407
  else {
2408
2408
  const h = s && t.indexOf(":") > -1 && Ra[t.split(":")[0]];
2409
- h ? Pa(e, h, t, r) : Zr(e, Sa[t] || t, r);
2409
+ h ? Na(e, h, t, r) : Zr(e, Sa[t] || t, r);
2410
2410
  }
2411
2411
  return r;
2412
2412
  }
@@ -2471,7 +2471,7 @@ function Dt(e, t, r, n, s) {
2471
2471
  return We(() => r = Dt(e, o, r, n, !0)), () => r;
2472
2472
  if (o.length === 0) {
2473
2473
  if (r = Qe(e, r, n), a) return r;
2474
- } else c ? r.length === 0 ? Cn(e, o, n) : Oa(e, r, o) : (r && Qe(e), Cn(e, o));
2474
+ } else c ? r.length === 0 ? _n(e, o, n) : Oa(e, r, o) : (r && Qe(e), _n(e, o));
2475
2475
  r = o;
2476
2476
  } else if (t.nodeType) {
2477
2477
  if (Array.isArray(r)) {
@@ -2508,7 +2508,7 @@ function tn(e, t, r, n) {
2508
2508
  }
2509
2509
  return s;
2510
2510
  }
2511
- function Cn(e, t, r = null) {
2511
+ function _n(e, t, r = null) {
2512
2512
  for (let n = 0, s = t.length; n < s; n++) e.insertBefore(t[n], r);
2513
2513
  }
2514
2514
  function Qe(e, t, r, n) {
@@ -2530,7 +2530,7 @@ var Fa = "http://www.w3.org/2000/svg";
2530
2530
  function Rs(e, t = !1) {
2531
2531
  return t ? document.createElementNS(Fa, e) : document.createElement(e);
2532
2532
  }
2533
- function Cu(e) {
2533
+ function _u(e) {
2534
2534
  const { useShadow: t } = e, r = document.createTextNode(""), n = () => e.mount || document.body, s = na();
2535
2535
  let i;
2536
2536
  return ws(
@@ -2539,7 +2539,7 @@ function Cu(e) {
2539
2539
  const a = n();
2540
2540
  if (a instanceof HTMLHeadElement) {
2541
2541
  const [o, c] = ne(!1), l = () => c(!0);
2542
- qe((d) => en(a, () => o() ? d() : i(), null)), Nt(l);
2542
+ qe((d) => en(a, () => o() ? d() : i(), null)), Pt(l);
2543
2543
  } else {
2544
2544
  const o = Rs(e.isSVG ? "g" : "div", e.isSVG), c = t && o.attachShadow ? o.attachShadow({
2545
2545
  mode: "open"
@@ -2549,7 +2549,7 @@ function Cu(e) {
2549
2549
  return r.parentNode;
2550
2550
  },
2551
2551
  configurable: !0
2552
- }), en(c, i), a.appendChild(o), e.ref && e.ref(o), Nt(() => a.removeChild(o));
2552
+ }), en(c, i), a.appendChild(o), e.ref && e.ref(o), Pt(() => a.removeChild(o));
2553
2553
  }
2554
2554
  },
2555
2555
  void 0,
@@ -2571,7 +2571,7 @@ function Ba(e, t) {
2571
2571
  }
2572
2572
  });
2573
2573
  }
2574
- function Pu(e) {
2574
+ function Nu(e) {
2575
2575
  const [, t] = pa(e, ["component"]);
2576
2576
  return Ba(() => e.component, t);
2577
2577
  }
@@ -2643,7 +2643,7 @@ function wt(e, t) {
2643
2643
  function ir(e, t) {
2644
2644
  return e.indexOf(t) !== -1;
2645
2645
  }
2646
- function Pn(e, t) {
2646
+ function Nn(e, t) {
2647
2647
  for (let r = 0; r < e.length; r++) {
2648
2648
  const n = e[r];
2649
2649
  if (t(n))
@@ -2663,7 +2663,7 @@ var Wa = class {
2663
2663
  findByName(e) {
2664
2664
  return this.transfomers[e];
2665
2665
  }
2666
- }, Ja = (e) => Object.prototype.toString.call(e).slice(8, -1), _s = (e) => typeof e > "u", za = (e) => e === null, Lt = (e) => typeof e != "object" || e === null || e === Object.prototype ? !1 : Object.getPrototypeOf(e) === null ? !0 : Object.getPrototypeOf(e) === Object.prototype, rn = (e) => Lt(e) && Object.keys(e).length === 0, $e = (e) => Array.isArray(e), Qa = (e) => typeof e == "string", Ya = (e) => typeof e == "number" && !isNaN(e), Xa = (e) => typeof e == "boolean", Za = (e) => e instanceof RegExp, Mt = (e) => e instanceof Map, $t = (e) => e instanceof Set, Cs = (e) => Ja(e) === "Symbol", eo = (e) => e instanceof Date && !isNaN(e.valueOf()), to = (e) => e instanceof Error, Nn = (e) => typeof e == "number" && isNaN(e), ro = (e) => Xa(e) || za(e) || _s(e) || Ya(e) || Qa(e) || Cs(e), no = (e) => typeof e == "bigint", so = (e) => e === 1 / 0 || e === -1 / 0, io = (e) => ArrayBuffer.isView(e) && !(e instanceof DataView), ao = (e) => e instanceof URL, Ps = (e) => e.replace(/\./g, "\\."), Lr = (e) => e.map(String).map(Ps).join("."), kt = (e) => {
2666
+ }, Ja = (e) => Object.prototype.toString.call(e).slice(8, -1), Cs = (e) => typeof e > "u", za = (e) => e === null, Mt = (e) => typeof e != "object" || e === null || e === Object.prototype ? !1 : Object.getPrototypeOf(e) === null ? !0 : Object.getPrototypeOf(e) === Object.prototype, rn = (e) => Mt(e) && Object.keys(e).length === 0, $e = (e) => Array.isArray(e), Qa = (e) => typeof e == "string", Ya = (e) => typeof e == "number" && !isNaN(e), Xa = (e) => typeof e == "boolean", Za = (e) => e instanceof RegExp, Lt = (e) => e instanceof Map, $t = (e) => e instanceof Set, _s = (e) => Ja(e) === "Symbol", eo = (e) => e instanceof Date && !isNaN(e.valueOf()), to = (e) => e instanceof Error, Pn = (e) => typeof e == "number" && isNaN(e), ro = (e) => Xa(e) || za(e) || Cs(e) || Ya(e) || Qa(e) || _s(e), no = (e) => typeof e == "bigint", so = (e) => e === 1 / 0 || e === -1 / 0, io = (e) => ArrayBuffer.isView(e) && !(e instanceof DataView), ao = (e) => e instanceof URL, Ns = (e) => e.replace(/\./g, "\\."), Mr = (e) => e.map(String).map(Ns).join("."), kt = (e) => {
2667
2667
  const t = [];
2668
2668
  let r = "";
2669
2669
  for (let s = 0; s < e.length; s++) {
@@ -2689,8 +2689,8 @@ function de(e, t, r, n) {
2689
2689
  untransform: n
2690
2690
  };
2691
2691
  }
2692
- var Ns = [
2693
- de(_s, "undefined", () => null, () => {
2692
+ var Ps = [
2693
+ de(Cs, "undefined", () => null, () => {
2694
2694
  }),
2695
2695
  de(no, "bigint", (e) => e.toString(), (e) => typeof BigInt < "u" ? BigInt(e) : e),
2696
2696
  de(eo, "Date", (e) => e.toISOString(), (e) => new Date(e)),
@@ -2720,8 +2720,8 @@ var Ns = [
2720
2720
  (e) => [...e.values()],
2721
2721
  (e) => new Set(e)
2722
2722
  ),
2723
- de(Mt, "map", (e) => [...e.entries()], (e) => new Map(e)),
2724
- de((e) => Nn(e) || so(e), "number", (e) => Nn(e) ? "NaN" : e > 0 ? "Infinity" : "-Infinity", Number),
2723
+ de(Lt, "map", (e) => [...e.entries()], (e) => new Map(e)),
2724
+ de((e) => Pn(e) || so(e), "number", (e) => Pn(e) ? "NaN" : e > 0 ? "Infinity" : "-Infinity", Number),
2725
2725
  de((e) => e === 0 && 1 / e === -1 / 0, "number", () => "-0", Number),
2726
2726
  de(ao, "URL", (e) => e.toString(), (e) => new URL(e))
2727
2727
  ];
@@ -2733,7 +2733,7 @@ function kr(e, t, r, n) {
2733
2733
  untransform: n
2734
2734
  };
2735
2735
  }
2736
- var xs = kr((e, t) => Cs(e) ? !!t.symbolRegistry.getIdentifier(e) : !1, (e, t) => ["symbol", t.symbolRegistry.getIdentifier(e)], (e) => e.description, (e, t, r) => {
2736
+ var xs = kr((e, t) => _s(e) ? !!t.symbolRegistry.getIdentifier(e) : !1, (e, t) => ["symbol", t.symbolRegistry.getIdentifier(e)], (e) => e.description, (e, t, r) => {
2737
2737
  const n = r.symbolRegistry.getValue(t[1]);
2738
2738
  if (!n)
2739
2739
  throw new Error("Trying to deserialize unknown symbol");
@@ -2754,10 +2754,10 @@ var xs = kr((e, t) => Cs(e) ? !!t.symbolRegistry.getIdentifier(e) : !1, (e, t) =
2754
2754
  throw new Error("Trying to deserialize unknown typed array");
2755
2755
  return new r(e);
2756
2756
  });
2757
- function Ls(e, t) {
2757
+ function Ms(e, t) {
2758
2758
  return e != null && e.constructor ? !!t.classRegistry.getIdentifier(e.constructor) : !1;
2759
2759
  }
2760
- var Ms = kr(Ls, (e, t) => ["class", t.classRegistry.getIdentifier(e.constructor)], (e, t) => {
2760
+ var Ls = kr(Ms, (e, t) => ["class", t.classRegistry.getIdentifier(e.constructor)], (e, t) => {
2761
2761
  const r = t.classRegistry.getAllowedProps(e.constructor);
2762
2762
  if (!r)
2763
2763
  return { ...e };
@@ -2775,21 +2775,21 @@ var Ms = kr(Ls, (e, t) => ["class", t.classRegistry.getIdentifier(e.constructor)
2775
2775
  if (!n)
2776
2776
  throw new Error("Trying to deserialize unknown custom value");
2777
2777
  return n.deserialize(e);
2778
- }), co = [Ms, xs, $s, Ds], xn = (e, t) => {
2779
- const r = Pn(co, (s) => s.isApplicable(e, t));
2778
+ }), co = [Ls, xs, $s, Ds], xn = (e, t) => {
2779
+ const r = Nn(co, (s) => s.isApplicable(e, t));
2780
2780
  if (r)
2781
2781
  return {
2782
2782
  value: r.transform(e, t),
2783
2783
  type: r.annotation(e, t)
2784
2784
  };
2785
- const n = Pn(Ns, (s) => s.isApplicable(e, t));
2785
+ const n = Nn(Ps, (s) => s.isApplicable(e, t));
2786
2786
  if (n)
2787
2787
  return {
2788
2788
  value: n.transform(e, t),
2789
2789
  type: n.annotation
2790
2790
  };
2791
2791
  }, Us = {};
2792
- Ns.forEach((e) => {
2792
+ Ps.forEach((e) => {
2793
2793
  Us[e.annotation] = e;
2794
2794
  });
2795
2795
  var lo = (e, t, r) => {
@@ -2798,7 +2798,7 @@ var lo = (e, t, r) => {
2798
2798
  case "symbol":
2799
2799
  return xs.untransform(e, t, r);
2800
2800
  case "class":
2801
- return Ms.untransform(e, t, r);
2801
+ return Ls.untransform(e, t, r);
2802
2802
  case "custom":
2803
2803
  return $s.untransform(e, t, r);
2804
2804
  case "typed-array":
@@ -2832,7 +2832,7 @@ var uo = (e, t) => {
2832
2832
  const n = t[r];
2833
2833
  if ($t(e))
2834
2834
  e = rt(e, +n);
2835
- else if (Mt(e)) {
2835
+ else if (Lt(e)) {
2836
2836
  const s = +n, i = +t[++r] == 0 ? "key" : "value", a = rt(e, s);
2837
2837
  switch (i) {
2838
2838
  case "key":
@@ -2855,12 +2855,12 @@ var uo = (e, t) => {
2855
2855
  if ($e(n)) {
2856
2856
  const o = +a;
2857
2857
  n = n[o];
2858
- } else if (Lt(n))
2858
+ } else if (Mt(n))
2859
2859
  n = n[a];
2860
2860
  else if ($t(n)) {
2861
2861
  const o = +a;
2862
2862
  n = rt(n, o);
2863
- } else if (Mt(n)) {
2863
+ } else if (Lt(n)) {
2864
2864
  if (i === t.length - 2)
2865
2865
  break;
2866
2866
  const c = +a, l = +t[++i] == 0 ? "key" : "value", d = rt(n, c);
@@ -2875,11 +2875,11 @@ var uo = (e, t) => {
2875
2875
  }
2876
2876
  }
2877
2877
  const s = t[t.length - 1];
2878
- if ($e(n) ? n[+s] = r(n[+s]) : Lt(n) && (n[s] = r(n[s])), $t(n)) {
2878
+ if ($e(n) ? n[+s] = r(n[+s]) : Mt(n) && (n[s] = r(n[s])), $t(n)) {
2879
2879
  const i = rt(n, +s), a = r(i);
2880
2880
  i !== a && (n.delete(i), n.add(a));
2881
2881
  }
2882
- if (Mt(n)) {
2882
+ if (Lt(n)) {
2883
2883
  const i = +t[t.length - 2], a = rt(n, i);
2884
2884
  switch (+s == 0 ? "key" : "value") {
2885
2885
  case "key": {
@@ -2928,7 +2928,7 @@ function ho(e, t) {
2928
2928
  wt(t, r);
2929
2929
  return e;
2930
2930
  }
2931
- var yo = (e, t) => Lt(e) || $e(e) || Mt(e) || $t(e) || Ls(e, t);
2931
+ var yo = (e, t) => Mt(e) || $e(e) || Lt(e) || $t(e) || Ms(e, t);
2932
2932
  function mo(e, t, r) {
2933
2933
  const n = r.get(e);
2934
2934
  n ? n.push(t) : r.set(e, [t]);
@@ -2941,7 +2941,7 @@ function po(e, t) {
2941
2941
  return;
2942
2942
  t || (s = s.map((o) => o.map(String)).sort((o, c) => o.length - c.length));
2943
2943
  const [i, ...a] = s;
2944
- i.length === 0 ? n = a.map(Lr) : r[Lr(i)] = a.map(Lr);
2944
+ i.length === 0 ? n = a.map(Mr) : r[Mr(i)] = a.map(Mr);
2945
2945
  }), n ? rn(r) ? [n] : [n, r] : rn(r) ? void 0 : r;
2946
2946
  }
2947
2947
  var Hs = (e, t, r, n, s = [], i = [], a = /* @__PURE__ */ new Map()) => {
@@ -2972,8 +2972,8 @@ var Hs = (e, t, r, n, s = [], i = [], a = /* @__PURE__ */ new Map()) => {
2972
2972
  if (m === "__proto__" || m === "constructor" || m === "prototype")
2973
2973
  throw new Error(`Detected property ${m}. This is a prototype pollution risk, please remove it from your object.`);
2974
2974
  const g = Hs(y, t, r, n, [...s, m], [...i, e], a);
2975
- d[m] = g.transformedValue, $e(g.annotations) ? u[m] = g.annotations : Lt(g.annotations) && wt(g.annotations, (v, k) => {
2976
- u[Ps(m) + "." + k] = v;
2975
+ d[m] = g.transformedValue, $e(g.annotations) ? u[m] = g.annotations : Mt(g.annotations) && wt(g.annotations, (v, k) => {
2976
+ u[Ns(m) + "." + k] = v;
2977
2977
  });
2978
2978
  });
2979
2979
  const h = rn(u) ? {
@@ -3076,21 +3076,21 @@ x.registerClass = x.defaultInstance.registerClass.bind(x.defaultInstance);
3076
3076
  x.registerSymbol = x.defaultInstance.registerSymbol.bind(x.defaultInstance);
3077
3077
  x.registerCustom = x.defaultInstance.registerCustom.bind(x.defaultInstance);
3078
3078
  x.allowErrorProps = x.defaultInstance.allowErrorProps.bind(x.defaultInstance);
3079
- var wo = x.serialize, Nu = x.stringify;
3079
+ var wo = x.serialize, Pu = x.stringify;
3080
3080
  function xu(e) {
3081
3081
  return e.state.fetchStatus === "fetching" ? "fetching" : e.getObserversCount() ? e.state.fetchStatus === "paused" ? "paused" : e.isStale() ? "stale" : "fresh" : "inactive";
3082
3082
  }
3083
3083
  function Du(e, t) {
3084
3084
  return `${e}${t.charAt(0).toUpperCase() + t.slice(1)}`;
3085
3085
  }
3086
- function Lu({
3086
+ function Mu({
3087
3087
  queryState: e,
3088
3088
  observerCount: t,
3089
3089
  isStale: r
3090
3090
  }) {
3091
3091
  return e.fetchStatus === "fetching" ? "blue" : t ? e.fetchStatus === "paused" ? "purple" : r ? "yellow" : "green" : "gray";
3092
3092
  }
3093
- function Mu({
3093
+ function Lu({
3094
3094
  status: e,
3095
3095
  isPaused: t
3096
3096
  }) {
@@ -3119,7 +3119,7 @@ var Uu = (e, t = !1) => {
3119
3119
  const n = (s) => {
3120
3120
  t(s.matches ? "dark" : "light");
3121
3121
  };
3122
- r.addEventListener("change", n), Nt(() => r.removeEventListener("change", n));
3122
+ r.addEventListener("change", n), Pt(() => r.removeEventListener("change", n));
3123
3123
  }), e;
3124
3124
  }, Xt = (e, t, r) => {
3125
3125
  if (t.length === 0)
@@ -3232,10 +3232,10 @@ var Uu = (e, t = !1) => {
3232
3232
  mount(e) {
3233
3233
  if (f(this, Ge))
3234
3234
  throw new Error("Devtools is already mounted");
3235
- const t = _a(() => {
3235
+ const t = Ca(() => {
3236
3236
  const r = this, [n] = f(this, yt), [s] = f(this, mt), [i] = f(this, pt), [a] = f(this, gt), [o] = f(this, ft);
3237
3237
  let c;
3238
- return f(this, bt) ? c = f(this, bt) : (c = ga(() => import("./CPIOZS5X.DQlTyxtU.js")), w(this, bt, c)), Ao(f(this, jt), f(this, ht)), ha(c, ma({
3238
+ return f(this, bt) ? c = f(this, bt) : (c = ga(() => import("./CPIOZS5X.8ojHbciD.js")), w(this, bt, c)), Ao(f(this, jt), f(this, ht)), ha(c, ma({
3239
3239
  get queryFlavor() {
3240
3240
  return f(r, Bt);
3241
3241
  },
@@ -3288,7 +3288,7 @@ function Io(e) {
3288
3288
  client: t,
3289
3289
  queryFlavor: "React Query",
3290
3290
  version: "5",
3291
- onlineManager: Pt,
3291
+ onlineManager: Nt,
3292
3292
  buttonPosition: n,
3293
3293
  position: s,
3294
3294
  initialIsOpen: i,
@@ -3313,7 +3313,7 @@ function Io(e) {
3313
3313
  }
3314
3314
  var ko = process.env.NODE_ENV !== "development" ? function() {
3315
3315
  return null;
3316
- } : Io, Ro = Object.defineProperty, Oo = (e, t, r) => t in e ? Ro(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, Mr = (e, t, r) => Oo(e, typeof t != "symbol" ? t + "" : t, r);
3316
+ } : Io, Ro = Object.defineProperty, Oo = (e, t, r) => t in e ? Ro(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, Lr = (e, t, r) => Oo(e, typeof t != "symbol" ? t + "" : t, r);
3317
3317
  /*!
3318
3318
  @versini/auth-provider v7.5.3
3319
3319
  © 2025 gizmette.com
@@ -3341,9 +3341,9 @@ function br(e) {
3341
3341
  return i;
3342
3342
  }
3343
3343
  function hn() {
3344
- return _o.stubThis((globalThis == null ? void 0 : globalThis.PublicKeyCredential) !== void 0 && typeof globalThis.PublicKeyCredential == "function");
3344
+ return Co.stubThis((globalThis == null ? void 0 : globalThis.PublicKeyCredential) !== void 0 && typeof globalThis.PublicKeyCredential == "function");
3345
3345
  }
3346
- const _o = {
3346
+ const Co = {
3347
3347
  stubThis: (e) => e
3348
3348
  };
3349
3349
  function js(e) {
@@ -3375,7 +3375,7 @@ let G = class extends Error {
3375
3375
  }), this.name = s ?? n.name, this.code = r;
3376
3376
  }
3377
3377
  };
3378
- function Co({ error: e, options: t }) {
3378
+ function _o({ error: e, options: t }) {
3379
3379
  var n, s, i;
3380
3380
  const { publicKey: r } = t;
3381
3381
  if (!r)
@@ -3462,7 +3462,7 @@ function Co({ error: e, options: t }) {
3462
3462
  }
3463
3463
  return e;
3464
3464
  }
3465
- class Po {
3465
+ class No {
3466
3466
  constructor() {
3467
3467
  Object.defineProperty(this, "controller", {
3468
3468
  enumerable: !0,
@@ -3486,9 +3486,9 @@ class Po {
3486
3486
  }
3487
3487
  }
3488
3488
  }
3489
- const qs = new Po(), No = ["cross-platform", "platform"];
3489
+ const qs = new No(), Po = ["cross-platform", "platform"];
3490
3490
  function Ws(e) {
3491
- if (e && !(No.indexOf(e) < 0))
3491
+ if (e && !(Po.indexOf(e) < 0))
3492
3492
  return e;
3493
3493
  }
3494
3494
  async function xo(e) {
@@ -3511,7 +3511,7 @@ async function xo(e) {
3511
3511
  try {
3512
3512
  i = await navigator.credentials.create(s);
3513
3513
  } catch (g) {
3514
- throw Co({ error: g, options: s });
3514
+ throw _o({ error: g, options: s });
3515
3515
  }
3516
3516
  if (!i)
3517
3517
  throw new Error("Registration was not completed");
@@ -3569,7 +3569,7 @@ function Do() {
3569
3569
  const Ur = {
3570
3570
  stubThis: (e) => e
3571
3571
  };
3572
- function Lo({ error: e, options: t }) {
3572
+ function Mo({ error: e, options: t }) {
3573
3573
  const { publicKey: r } = t;
3574
3574
  if (!r)
3575
3575
  throw Error("options was missing required publicKey property");
@@ -3610,7 +3610,7 @@ function Lo({ error: e, options: t }) {
3610
3610
  }
3611
3611
  return e;
3612
3612
  }
3613
- async function Mo(e) {
3613
+ async function Lo(e) {
3614
3614
  var y, m;
3615
3615
  !e.optionsJSON && e.challenge && (console.warn("startAuthentication() was not called correctly. It will try to continue with the provided options, but this call should be refactored to use the expected call structure instead. See https://simplewebauthn.dev/docs/packages/browser#typeerror-cannot-read-properties-of-undefined-reading-challenge for more information."), e = { optionsJSON: e });
3616
3616
  const { optionsJSON: t, useBrowserAutofill: r = !1, verifyBrowserAutofillInput: n = !0 } = e;
@@ -3635,7 +3635,7 @@ async function Mo(e) {
3635
3635
  try {
3636
3636
  o = await navigator.credentials.get(a);
3637
3637
  } catch (g) {
3638
- throw Lo({ error: g, options: a });
3638
+ throw Mo({ error: g, options: a });
3639
3639
  }
3640
3640
  if (!o)
3641
3641
  throw new Error("Authentication was not completed");
@@ -3751,12 +3751,12 @@ class zs extends Ue {
3751
3751
  }
3752
3752
  }
3753
3753
  K(zs, "code", "ERR_JOSE_ALG_NOT_ALLOWED");
3754
- let Le = class extends Ue {
3754
+ let Me = class extends Ue {
3755
3755
  constructor() {
3756
3756
  super(...arguments), K(this, "code", "ERR_JOSE_NOT_SUPPORTED");
3757
3757
  }
3758
3758
  };
3759
- K(Le, "code", "ERR_JOSE_NOT_SUPPORTED");
3759
+ K(Me, "code", "ERR_JOSE_NOT_SUPPORTED");
3760
3760
  let B = class extends Ue {
3761
3761
  constructor() {
3762
3762
  super(...arguments), K(this, "code", "ERR_JWS_INVALID");
@@ -3971,7 +3971,7 @@ const Ut = (e) => {
3971
3971
  i = { name: "Ed25519" }, a = ["verify"];
3972
3972
  break;
3973
3973
  default:
3974
- throw new Le('Invalid or unsupported "alg" (Algorithm) value');
3974
+ throw new Me('Invalid or unsupported "alg" (Algorithm) value');
3975
3975
  }
3976
3976
  return crypto.subtle.importKey(t, o, i, !0, a);
3977
3977
  }, Yo = (e, t, r) => Qo(/(?:-----(?:BEGIN|END) PUBLIC KEY-----|\s)/g, "spki", e, t);
@@ -4000,7 +4000,7 @@ function Xo(e) {
4000
4000
  }, r = e.d ? ["decrypt", "unwrapKey"] : ["encrypt", "wrapKey"];
4001
4001
  break;
4002
4002
  default:
4003
- throw new Le('Invalid or unsupported JWK "alg" (Algorithm) Parameter value');
4003
+ throw new Me('Invalid or unsupported JWK "alg" (Algorithm) Parameter value');
4004
4004
  }
4005
4005
  break;
4006
4006
  }
@@ -4022,7 +4022,7 @@ function Xo(e) {
4022
4022
  t = { name: "ECDH", namedCurve: e.crv }, r = e.d ? ["deriveBits"] : [];
4023
4023
  break;
4024
4024
  default:
4025
- throw new Le('Invalid or unsupported JWK "alg" (Algorithm) Parameter value');
4025
+ throw new Me('Invalid or unsupported JWK "alg" (Algorithm) Parameter value');
4026
4026
  }
4027
4027
  break;
4028
4028
  }
@@ -4039,12 +4039,12 @@ function Xo(e) {
4039
4039
  t = { name: e.crv }, r = e.d ? ["deriveBits"] : [];
4040
4040
  break;
4041
4041
  default:
4042
- throw new Le('Invalid or unsupported JWK "alg" (Algorithm) Parameter value');
4042
+ throw new Me('Invalid or unsupported JWK "alg" (Algorithm) Parameter value');
4043
4043
  }
4044
4044
  break;
4045
4045
  }
4046
4046
  default:
4047
- throw new Le('Invalid or unsupported JWK "kty" (Key Type) Parameter value');
4047
+ throw new Me('Invalid or unsupported JWK "kty" (Key Type) Parameter value');
4048
4048
  }
4049
4049
  return { algorithm: t, keyUsages: r };
4050
4050
  }
@@ -4070,7 +4070,7 @@ const tc = (e, t, r, n, s) => {
4070
4070
  r !== void 0 ? i = new Map([...Object.entries(r), ...t.entries()]) : i = t;
4071
4071
  for (const a of n.crit) {
4072
4072
  if (!i.has(a))
4073
- throw new Le(`Extension Header Parameter "${a}" is not recognized`);
4073
+ throw new Me(`Extension Header Parameter "${a}" is not recognized`);
4074
4074
  if (s[a] === void 0)
4075
4075
  throw new e(`Extension Header Parameter "${a}" is missing`);
4076
4076
  if (i.get(a) && n[a] === void 0)
@@ -4095,18 +4095,18 @@ function sc(e) {
4095
4095
  function ic(e) {
4096
4096
  return e.kty === "oct" && typeof e.k == "string";
4097
4097
  }
4098
- let Me;
4099
- const Ln = async (e, t, r, n = !1) => {
4100
- Me || (Me = /* @__PURE__ */ new WeakMap());
4101
- let s = Me.get(e);
4098
+ let Le;
4099
+ const Mn = async (e, t, r, n = !1) => {
4100
+ Le || (Le = /* @__PURE__ */ new WeakMap());
4101
+ let s = Le.get(e);
4102
4102
  if (s != null && s[r])
4103
4103
  return s[r];
4104
4104
  const i = await Zo({ ...t, alg: r });
4105
- return n && Object.freeze(e), s ? s[r] = i : Me.set(e, { [r]: i }), i;
4105
+ return n && Object.freeze(e), s ? s[r] = i : Le.set(e, { [r]: i }), i;
4106
4106
  }, ac = (e, t) => {
4107
4107
  var r;
4108
- Me || (Me = /* @__PURE__ */ new WeakMap());
4109
- let n = Me.get(e);
4108
+ Le || (Le = /* @__PURE__ */ new WeakMap());
4109
+ let n = Le.get(e);
4110
4110
  if (n != null && n[t])
4111
4111
  return n[t];
4112
4112
  const s = e.type === "public", i = !!s;
@@ -4188,7 +4188,7 @@ const Ln = async (e, t, r, n = !1) => {
4188
4188
  }
4189
4189
  if (!a)
4190
4190
  throw new TypeError("given KeyObject instance cannot be used for this algorithm");
4191
- return n ? n[t] = a : Me.set(e, { [t]: a }), a;
4191
+ return n ? n[t] = a : Le.set(e, { [t]: a }), a;
4192
4192
  }, oc = async (e, t) => {
4193
4193
  if (e instanceof Uint8Array || Zs(e))
4194
4194
  return e;
@@ -4203,10 +4203,10 @@ const Ln = async (e, t, r, n = !1) => {
4203
4203
  throw n;
4204
4204
  }
4205
4205
  let r = e.export({ format: "jwk" });
4206
- return Ln(e, r, t);
4206
+ return Mn(e, r, t);
4207
4207
  }
4208
4208
  if (yn(e))
4209
- return e.k ? Ot(e.k) : Ln(e, e, t, !0);
4209
+ return e.k ? Ot(e.k) : Mn(e, e, t, !0);
4210
4210
  throw new Error("unreachable");
4211
4211
  }, tt = (e) => e == null ? void 0 : e[Symbol.toStringTag], cn = (e, t, r) => {
4212
4212
  var n, s;
@@ -4321,7 +4321,7 @@ const Ln = async (e, t, r, n = !1) => {
4321
4321
  case "EdDSA":
4322
4322
  return { name: "Ed25519" };
4323
4323
  default:
4324
- throw new Le(`alg ${e} is not supported either by JOSE or your javascript runtime`);
4324
+ throw new Me(`alg ${e} is not supported either by JOSE or your javascript runtime`);
4325
4325
  }
4326
4326
  }, fc = async (e, t, r) => {
4327
4327
  if (t instanceof Uint8Array) {
@@ -4413,7 +4413,7 @@ async function mc(e, t, r) {
4413
4413
  const o = await yc({ payload: s, protected: n, signature: i }, t, r), c = { payload: o.payload, protectedHeader: o.protectedHeader };
4414
4414
  return typeof t == "function" ? { ...c, key: o.key } : c;
4415
4415
  }
4416
- const pc = (e) => Math.floor(e.getTime() / 1e3), ri = 60, ni = ri * 60, mn = ni * 24, gc = mn * 7, bc = mn * 365.25, wc = /^(\+|\-)? ?(\d+|\d+\.\d+) ?(seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)(?: (ago|from now))?$/i, Mn = (e) => {
4416
+ const pc = (e) => Math.floor(e.getTime() / 1e3), ri = 60, ni = ri * 60, mn = ni * 24, gc = mn * 7, bc = mn * 365.25, wc = /^(\+|\-)? ?(\d+|\d+\.\d+) ?(seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)(?: (ago|from now))?$/i, Ln = (e) => {
4417
4417
  const t = wc.exec(e);
4418
4418
  if (!t || t[4] && t[1])
4419
4419
  throw new TypeError("Invalid time period format");
@@ -4482,7 +4482,7 @@ function Ec(e, t, r = {}) {
4482
4482
  let u;
4483
4483
  switch (typeof r.clockTolerance) {
4484
4484
  case "string":
4485
- u = Mn(r.clockTolerance);
4485
+ u = Ln(r.clockTolerance);
4486
4486
  break;
4487
4487
  case "number":
4488
4488
  u = r.clockTolerance;
@@ -4509,7 +4509,7 @@ function Ec(e, t, r = {}) {
4509
4509
  throw new on('"exp" claim timestamp check failed', n, "exp", "check_failed");
4510
4510
  }
4511
4511
  if (l) {
4512
- const m = y - n.iat, g = typeof l == "number" ? l : Mn(l);
4512
+ const m = y - n.iat, g = typeof l == "number" ? l : Ln(l);
4513
4513
  if (m - u > g)
4514
4514
  throw new on('"iat" claim timestamp check failed (too far in the past)', n, "iat", "check_failed");
4515
4515
  if (m < 0 - u)
@@ -4593,19 +4593,19 @@ function Kn(e, t, r) {
4593
4593
  throw new Error("Random bytes length must be >= 16");
4594
4594
  return s[6] = s[6] & 15 | 64, s[8] = s[8] & 63 | 128, Ic(s);
4595
4595
  }
4596
- const Hn = globalThis.crypto, _c = (e) => `${Kn()}${Kn()}`.slice(0, e), Cc = (e) => btoa(
4596
+ const Hn = globalThis.crypto, Cc = (e) => `${Kn()}${Kn()}`.slice(0, e), _c = (e) => btoa(
4597
4597
  [...new Uint8Array(e)].map((t) => String.fromCharCode(t)).join("")
4598
4598
  );
4599
- async function Pc(e) {
4599
+ async function Nc(e) {
4600
4600
  if (!Hn.subtle)
4601
4601
  throw new Error(
4602
4602
  "crypto.subtle is available only in secure contexts (HTTPS)."
4603
4603
  );
4604
4604
  const t = new TextEncoder().encode(e), r = await Hn.subtle.digest("SHA-256", t);
4605
- return Cc(r).replace(/\+/g, "-").replace(/\//g, "_").replace(/=+$/, "");
4605
+ return _c(r).replace(/\+/g, "-").replace(/\//g, "_").replace(/=+$/, "");
4606
4606
  }
4607
- async function Nc(e) {
4608
- const t = _c(43), r = await Pc(t);
4607
+ async function Pc(e) {
4608
+ const t = Cc(43), r = await Nc(t);
4609
4609
  return {
4610
4610
  code_verifier: t,
4611
4611
  code_challenge: r
@@ -4662,18 +4662,18 @@ function tr({
4662
4662
  const j = [];
4663
4663
  for (let e = 0; e < 256; ++e)
4664
4664
  j.push((e + 256).toString(16).slice(1));
4665
- function Lc(e, t = 0) {
4665
+ function Mc(e, t = 0) {
4666
4666
  return (j[e[t + 0]] + j[e[t + 1]] + j[e[t + 2]] + j[e[t + 3]] + "-" + j[e[t + 4]] + j[e[t + 5]] + "-" + j[e[t + 6]] + j[e[t + 7]] + "-" + j[e[t + 8]] + j[e[t + 9]] + "-" + j[e[t + 10]] + j[e[t + 11]] + j[e[t + 12]] + j[e[t + 13]] + j[e[t + 14]] + j[e[t + 15]]).toLowerCase();
4667
4667
  }
4668
4668
  let Fr;
4669
- const Mc = new Uint8Array(16);
4669
+ const Lc = new Uint8Array(16);
4670
4670
  function $c() {
4671
4671
  if (!Fr) {
4672
4672
  if (typeof crypto > "u" || !crypto.getRandomValues)
4673
4673
  throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");
4674
4674
  Fr = crypto.getRandomValues.bind(crypto);
4675
4675
  }
4676
- return Fr(Mc);
4676
+ return Fr(Lc);
4677
4677
  }
4678
4678
  const Uc = typeof crypto < "u" && crypto.randomUUID && crypto.randomUUID.bind(crypto), Vn = { randomUUID: Uc };
4679
4679
  function Br(e, t, r) {
@@ -4684,7 +4684,7 @@ function Br(e, t, r) {
4684
4684
  const n = e.random ?? ((s = e.rng) == null ? void 0 : s.call(e)) ?? $c();
4685
4685
  if (n.length < 16)
4686
4686
  throw new Error("Random bytes length must be >= 16");
4687
- return n[6] = n[6] & 15 | 64, n[8] = n[8] & 63 | 128, Lc(n);
4687
+ return n[6] = n[6] & 15 | 64, n[8] = n[8] & 63 | 128, Mc(n);
4688
4688
  }
4689
4689
  const Ye = "Your session has expired. For your security, please log in again to continue.", Kc = "Your session has been successfully terminated.", Vr = "Login failed. Please try again.", Hc = "Error getting access token, please re-authenticate.", Fc = "You forgot to wrap your component in <AuthProvider>.", rr = "@@auth@@", Tt = "LOADING", or = "LOGIN", ii = "LOGOUT", qt = "success", we = "failure", ai = "include", oi = "POST", ci = "application/json", nr = {
4690
4690
  GET_REGISTRATION_OPTIONS: `mutation GetPasskeyRegistrationOptions(
@@ -4998,7 +4998,7 @@ const Ye = "Your session has expired. For your security, please log in again to
4998
4998
  };
4999
4999
  class zc {
5000
5000
  constructor(t = null, r = null) {
5001
- Mr(this, "refreshTokenPromise", null), Mr(this, "accessToken"), Mr(this, "refreshToken"), this.accessToken = t || "", this.refreshToken = r || "";
5001
+ Lr(this, "refreshTokenPromise", null), Lr(this, "accessToken"), Lr(this, "refreshToken"), this.accessToken = t || "", this.refreshToken = r || "";
5002
5002
  }
5003
5003
  async refreshtoken({
5004
5004
  clientId: t,
@@ -5109,14 +5109,14 @@ const Qc = (e) => Te(
5109
5109
  {
5110
5110
  key: `${rr}::${r}::@@refresh@@`
5111
5111
  }
5112
- ), [T, R, , _] = tr({
5112
+ ), [T, R, , C] = tr({
5113
5113
  key: `${rr}::${r}::@@nonce@@`
5114
- }), M = new zc(y, v), H = Te(() => {
5115
- c("removeLocalStorage: removing local storage"), h(), g(), O(), _();
5114
+ }), L = new zc(y, v), H = Te(() => {
5115
+ c("removeLocalStorage: removing local storage"), h(), g(), O(), C();
5116
5116
  }, [
5117
5117
  g,
5118
5118
  h,
5119
- _,
5119
+ C,
5120
5120
  O,
5121
5121
  c
5122
5122
  ]), S = Te(
@@ -5181,11 +5181,11 @@ const Qc = (e) => Te(
5181
5181
  l.current = !0;
5182
5182
  };
5183
5183
  }, [a.isLoading, d, A, c]);
5184
- const N = async (E, $) => {
5184
+ const P = async (E, $) => {
5185
5185
  o({ type: Tt, payload: { isLoading: !0 } }), H();
5186
5186
  const D = Br();
5187
5187
  R(D), c("login: Logging in with password");
5188
- const { code_verifier: Je, code_challenge: Si } = await Nc(), wn = await Wc({
5188
+ const { code_verifier: Je, code_challenge: Si } = await Pc(), wn = await Wc({
5189
5189
  endpoint: i,
5190
5190
  nonce: D,
5191
5191
  clientId: r,
@@ -5218,7 +5218,7 @@ const Qc = (e) => Te(
5218
5218
  }), !0) : (S(Vr), !1);
5219
5219
  }
5220
5220
  return !1;
5221
- }, P = async (E) => {
5221
+ }, N = async (E) => {
5222
5222
  E == null || E.preventDefault(), await A(Kc);
5223
5223
  }, X = async () => {
5224
5224
  const { isAuthenticated: E, user: $ } = a;
@@ -5231,7 +5231,7 @@ const Qc = (e) => Te(
5231
5231
  return y;
5232
5232
  }
5233
5233
  c("getAccessToken: invalid access token, trying to refresh it");
5234
- const D = await M.refreshtoken({
5234
+ const D = await L.refreshtoken({
5235
5235
  endpoint: i,
5236
5236
  clientId: r,
5237
5237
  userId: $.userId,
@@ -5312,7 +5312,7 @@ const Qc = (e) => Te(
5312
5312
  });
5313
5313
  if (D.status)
5314
5314
  try {
5315
- const Je = await Mo({
5315
+ const Je = await Lo({
5316
5316
  optionsJSON: D.data
5317
5317
  });
5318
5318
  return D = await Ze({
@@ -5363,8 +5363,8 @@ const Qc = (e) => Te(
5363
5363
  {
5364
5364
  value: {
5365
5365
  ...a,
5366
- login: N,
5367
- logout: P,
5366
+ login: P,
5367
+ logout: N,
5368
5368
  getAccessToken: X,
5369
5369
  getIdToken: Z,
5370
5370
  registeringForPasskey: ue,
@@ -5373,9 +5373,9 @@ const Qc = (e) => Te(
5373
5373
  children: e
5374
5374
  }
5375
5375
  ) });
5376
- }, di = (e = ui) => os(e), Ju = "user", zu = "assistant", Qu = "data", Yu = "I'm having trouble right now. Please try again later.", Xu = "OpenAI", Zu = "OpenAI", ed = "Anthropic", td = "action-search", rd = "action-sort", nd = "action-toggle-prompt", sd = "action-reset-prompt", id = "sassy-saint-", ad = "details", od = "search", cd = "sort", ld = "private-disclosure", ud = "reasoning-disclosure", Gn = "b44c68f0-e5b3-4a1d-a3e3-df8632b0223b", dd = 10, fd = 30, hd = "av-prompt", yd = "av-prompt-editable", md = "size-5 sm:size-4", pd = 30, gd = 10, bd = 130, wd = {
5376
+ }, di = (e = ui) => os(e), Ju = "data", zu = "I'm having trouble right now. Please try again later.", Qu = "action-search", Yu = "action-sort", Xu = "action-toggle-prompt", Zu = "action-reset-prompt", ed = "sassy-saint-", td = "details", rd = "search", nd = "sort", sd = "private-disclosure", id = "reasoning-disclosure", Gn = "b44c68f0-e5b3-4a1d-a3e3-df8632b0223b", ad = 10, od = 30, cd = "av-prompt", ld = "av-prompt-editable", ud = "size-5 sm:size-4", dd = 30, fd = 10, hd = 130, yd = {
5377
5377
  REASONING: "sassy:advanced:reasoning"
5378
- }, Zc = process.env.NODE_ENV === "production", fi = !Zc, el = fi ? "gizmette.local.com" : "gizmette.com", vd = async () => {
5378
+ }, Zc = process.env.NODE_ENV === "production", fi = !Zc, el = fi ? "gizmette.local.com" : "gizmette.com", md = async () => {
5379
5379
  const e = {
5380
5380
  /**
5381
5381
  * A boolean value that indicates the application would
@@ -5424,18 +5424,18 @@ const Qc = (e) => Te(
5424
5424
  e
5425
5425
  );
5426
5426
  });
5427
- }, Ed = (e) => window.btoa(
5427
+ }, pd = (e) => window.btoa(
5428
5428
  encodeURIComponent(e).replace(
5429
5429
  /%([0-9A-F]{2})/g,
5430
5430
  function(r, n) {
5431
5431
  return String.fromCharCode(+`0x${n}`);
5432
5432
  }
5433
5433
  )
5434
- ), Sd = (e) => decodeURIComponent(
5434
+ ), gd = (e) => decodeURIComponent(
5435
5435
  window.atob(e).split("").map(function(t) {
5436
5436
  return `%${`00${t.charCodeAt(0).toString(16)}`.slice(-2)}`;
5437
5437
  }).join("")
5438
- ), Ad = (e, t) => t ? Object.keys(t).map((r) => /* @__PURE__ */ p("dl", { className: "my-0", children: /* @__PURE__ */ re("div", { className: "flex items-center justify-between", children: [
5438
+ ), bd = (e, t) => t ? Object.keys(t).map((r) => /* @__PURE__ */ p("dl", { className: "my-0", children: /* @__PURE__ */ re("div", { className: "flex items-center justify-between", children: [
5439
5439
  /* @__PURE__ */ p("dt", { className: "my-1 inline-block font-bold text-copy-dark dark:text-copy-lighter", children: r }),
5440
5440
  /* @__PURE__ */ p("dd", { className: "my-1 inline-block", children: t[r] })
5441
5441
  ] }) }, `${e}-${r}`)) : null, tl = ({
@@ -5449,18 +5449,18 @@ const Qc = (e) => Te(
5449
5449
  t
5450
5450
  ), rl = ({
5451
5451
  extraClass: e
5452
- } = {}) => b("px-2 sm:px-0", e), Td = (e, t) => t === 1 ? e : `${e}s`, Id = (e, t) => {
5452
+ } = {}) => b("px-2 sm:px-0", e), wd = (e, t) => t === 1 ? e : `${e}s`, vd = (e, t) => {
5453
5453
  let r;
5454
5454
  return (...n) => {
5455
5455
  window.clearTimeout(r), r = window.setTimeout(() => e(...n), t);
5456
5456
  };
5457
- }, nl = () => !!(window != null && window.__VERSINI_CALLISTO_ELECTRON__), hi = () => window.innerWidth < 403, kd = () => {
5457
+ }, nl = () => !!(window != null && window.__VERSINI_CALLISTO_ELECTRON__), hi = () => window.innerWidth < 403, Ed = () => {
5458
5458
  const e = ["iPhone Simulator", "iPhone"].includes(navigator.platform) || navigator.userAgent.includes("Mac") && "ontouchend" in document || window.indexedDB !== null, t = /iPhone/.test(navigator.userAgent), r = hi(), n = navigator.maxTouchPoints > 1;
5459
5459
  return e && t && r && n;
5460
- }, Rd = (e) => {
5460
+ }, Sd = (e) => {
5461
5461
  const t = e.replace(/([A-Z])/g, " $1");
5462
5462
  return t.charAt(0).toUpperCase() + t.slice(1);
5463
- }, Od = ({
5463
+ }, Ad = ({
5464
5464
  autoClose: e = 3e3,
5465
5465
  containerId: t,
5466
5466
  position: r = "top-center",
@@ -5485,14 +5485,14 @@ const Qc = (e) => Te(
5485
5485
  transition: l,
5486
5486
  icon: d
5487
5487
  });
5488
- function _d(e, t) {
5488
+ function Td(e, t) {
5489
5489
  for (const [r, n] of Object.entries(e))
5490
5490
  for (const s of n)
5491
5491
  if (new RegExp(`^${s}(-.+|[a-zA-Z0-9]+)?$`).test(t))
5492
5492
  return r;
5493
5493
  return null;
5494
5494
  }
5495
- const qn = "av-button", _r = "icon", pn = "button", ln = "link", sl = ({
5495
+ const qn = "av-button", Cr = "icon", pn = "button", ln = "link", sl = ({
5496
5496
  type: e,
5497
5497
  size: t,
5498
5498
  labelRight: r,
@@ -5509,7 +5509,7 @@ const qn = "av-button", _r = "icon", pn = "button", ln = "link", sl = ({
5509
5509
  [o]: t === "medium",
5510
5510
  [c]: t === "large"
5511
5511
  });
5512
- case _r:
5512
+ case Cr:
5513
5513
  return b("flex items-center", {
5514
5514
  "justify-center": s === "center",
5515
5515
  "justify-start": s === "left",
@@ -5544,7 +5544,7 @@ const qn = "av-button", _r = "icon", pn = "button", ln = "link", sl = ({
5544
5544
  [i]: t === "medium",
5545
5545
  [a]: t === "large"
5546
5546
  });
5547
- case _r:
5547
+ case Cr:
5548
5548
  return b({
5549
5549
  [s]: t === "small" && (r || n),
5550
5550
  [i]: t === "medium" && (r || n),
@@ -5782,7 +5782,7 @@ const qn = "av-button", _r = "icon", pn = "button", ln = "link", sl = ({
5782
5782
  "disabled:cursor-not-allowed disabled:opacity-50": i
5783
5783
  },
5784
5784
  b({
5785
- "transition-[width] duration-300 ease-in-out": e === _r && v
5785
+ "transition-[width] duration-300 ease-in-out": e === Cr && v
5786
5786
  }),
5787
5787
  t
5788
5788
  )), ml = (e, t, r) => {
@@ -5917,9 +5917,9 @@ const wl = {
5917
5917
  iconClassName: O,
5918
5918
  animated: T = !1,
5919
5919
  ...R
5920
- }, _) => {
5921
- const M = yi({
5922
- type: _r,
5920
+ }, C) => {
5921
+ const L = yi({
5922
+ type: Cr,
5923
5923
  mode: r,
5924
5924
  focusMode: n,
5925
5925
  fullWidth: s,
@@ -5935,25 +5935,25 @@ const wl = {
5935
5935
  radius: v,
5936
5936
  variant: k,
5937
5937
  animated: T
5938
- }), H = hl({ mode: r, raw: o, iconClassName: O }), S = yl({ animated: T }), [A, N] = jr(), [P, X] = jr(), [Z, ue] = jr(), Oe = Q(0), E = Q(null), $ = gl([_, E]);
5938
+ }), H = hl({ mode: r, raw: o, iconClassName: O }), S = yl({ animated: T }), [A, P] = jr(), [N, X] = jr(), [Z, ue] = jr(), Oe = Q(0), E = Q(null), $ = gl([C, E]);
5939
5939
  return ur(() => {
5940
5940
  Z && Z.current && T && (Oe.current = ue.width + vl[u] + (c ? 0 : El));
5941
5941
  }, [ue, Z, u, c, T]), ur(() => {
5942
- E && E.current && T && (h && A && N.width > 0 ? (A.current && (A.current.style.opacity = "100"), E.current.style.width = `${N.width + Oe.current}px`) : y && X.width > 0 ? (P.current && (P.current.style.opacity = "100"), E.current.style.width = `${X.width + Oe.current}px`) : (A.current && (A.current.style.opacity = "0"), P.current && (P.current.style.opacity = "0"), E.current.style.width = `${wl[u]}px`));
5942
+ E && E.current && T && (h && A && P.width > 0 ? (A.current && (A.current.style.opacity = "100"), E.current.style.width = `${P.width + Oe.current}px`) : y && X.width > 0 ? (N.current && (N.current.style.opacity = "100"), E.current.style.width = `${X.width + Oe.current}px`) : (A.current && (A.current.style.opacity = "0"), N.current && (N.current.style.opacity = "0"), E.current.style.width = `${wl[u]}px`));
5943
5943
  }, [
5944
- N,
5944
+ P,
5945
5945
  h,
5946
5946
  A,
5947
5947
  X,
5948
5948
  y,
5949
- P,
5949
+ N,
5950
5950
  u,
5951
5951
  T
5952
5952
  ]), /* @__PURE__ */ re(
5953
5953
  gn,
5954
5954
  {
5955
5955
  ref: $,
5956
- className: M,
5956
+ className: L,
5957
5957
  disabled: t,
5958
5958
  type: a,
5959
5959
  "aria-label": l || d,
@@ -5963,7 +5963,7 @@ const wl = {
5963
5963
  Wn,
5964
5964
  {
5965
5965
  label: y,
5966
- labelRef: P,
5966
+ labelRef: N,
5967
5967
  labelClass: S,
5968
5968
  labelInnerClass: "pr-2"
5969
5969
  }
@@ -6154,7 +6154,7 @@ const kl = ({
6154
6154
  ]
6155
6155
  }
6156
6156
  ) });
6157
- }, Cr = ({
6157
+ }, _r = ({
6158
6158
  children: e,
6159
6159
  fill: t,
6160
6160
  viewBox: r,
@@ -6191,7 +6191,7 @@ const kl = ({
6191
6191
  try {
6192
6192
  window.__VERSINI_UI_SVGICON__ || (window.__VERSINI_UI_SVGICON__ = {
6193
6193
  version: "4.2.0",
6194
- buildTime: "03/19/2025 05:27 PM EDT",
6194
+ buildTime: "04/05/2025 07:49 PM EDT",
6195
6195
  homepage: "https://github.com/aversini/ui-components",
6196
6196
  license: "MIT"
6197
6197
  });
@@ -6204,7 +6204,7 @@ const Rl = ({
6204
6204
  monotone: n,
6205
6205
  ...s
6206
6206
  }) => /* @__PURE__ */ p(
6207
- Cr,
6207
+ _r,
6208
6208
  {
6209
6209
  defaultViewBox: "0 0 1200 500",
6210
6210
  size: "w-full",
@@ -6221,7 +6221,7 @@ const Rl = ({
6221
6221
  monotone: n,
6222
6222
  ...s
6223
6223
  }) => /* @__PURE__ */ re(
6224
- Cr,
6224
+ _r,
6225
6225
  {
6226
6226
  defaultViewBox: "0 0 640 512",
6227
6227
  size: "size-5",
@@ -6240,7 +6240,7 @@ const Rl = ({
6240
6240
  /* @__PURE__ */ p("path", { d: "M5.1 9.2C13.3-1.2 28.4-3.1 38.8 5.1l592 464c10.4 8.2 12.3 23.3 4.1 33.7s-23.3 12.3-33.7 4.1l-592-464C-1.2 34.7-3.1 19.6 5.1 9.2" })
6241
6241
  ]
6242
6242
  }
6243
- ), _l = ({
6243
+ ), Cl = ({
6244
6244
  className: e,
6245
6245
  viewBox: t,
6246
6246
  title: r,
@@ -6249,7 +6249,7 @@ const Rl = ({
6249
6249
  }) => {
6250
6250
  const i = n ? "1" : "0.4";
6251
6251
  return /* @__PURE__ */ re(
6252
- Cr,
6252
+ _r,
6253
6253
  {
6254
6254
  defaultViewBox: "0 0 190 190",
6255
6255
  size: "size-5",
@@ -6276,14 +6276,14 @@ const Rl = ({
6276
6276
  ]
6277
6277
  }
6278
6278
  );
6279
- }, Cl = ({
6279
+ }, _l = ({
6280
6280
  className: e,
6281
6281
  viewBox: t,
6282
6282
  title: r,
6283
6283
  monotone: n,
6284
6284
  ...s
6285
6285
  }) => /* @__PURE__ */ re(
6286
- Cr,
6286
+ _r,
6287
6287
  {
6288
6288
  defaultViewBox: "0 0 576 512",
6289
6289
  size: "size-5",
@@ -6304,13 +6304,13 @@ const Rl = ({
6304
6304
  }
6305
6305
  );
6306
6306
  /*!
6307
- @versini/ui-icons v4.8.2
6307
+ @versini/ui-icons v4.9.0
6308
6308
  © 2025 gizmette.com
6309
6309
  */
6310
6310
  try {
6311
6311
  window.__VERSINI_UI_ICONS__ || (window.__VERSINI_UI_ICONS__ = {
6312
- version: "4.8.2",
6313
- buildTime: "03/19/2025 05:27 PM EDT",
6312
+ version: "4.9.0",
6313
+ buildTime: "04/05/2025 07:49 PM EDT",
6314
6314
  homepage: "https://github.com/aversini/ui-components",
6315
6315
  license: "MIT"
6316
6316
  });
@@ -6329,7 +6329,7 @@ try {
6329
6329
  });
6330
6330
  } catch {
6331
6331
  }
6332
- const Pl = "av-main", Nl = ({
6332
+ const Nl = "av-main", Pl = ({
6333
6333
  children: e,
6334
6334
  className: t,
6335
6335
  raw: r = !1,
@@ -6338,7 +6338,7 @@ const Pl = "av-main", Nl = ({
6338
6338
  ...i
6339
6339
  }) => {
6340
6340
  const a = b(
6341
- Pl,
6341
+ Nl,
6342
6342
  {
6343
6343
  "mt-2 sm:mt-3": !r && !n,
6344
6344
  "p-2": !r && !s,
@@ -6453,7 +6453,7 @@ const Pl = "av-main", Nl = ({
6453
6453
  "lg:basis-full": e === 12 && t === "lg",
6454
6454
  "xl:basis-full": e === 12 && t === "xl",
6455
6455
  "2xl:basis-full": e === 12 && t === "2xl"
6456
- }), Ll = ({
6456
+ }), Ml = ({
6457
6457
  className: e,
6458
6458
  span: t
6459
6459
  }) => {
@@ -6485,7 +6485,7 @@ const Pl = "av-main", Nl = ({
6485
6485
  const { columnGap: s, rowGap: i } = os(un), a = {
6486
6486
  paddingLeft: s * vr + "rem",
6487
6487
  paddingTop: i * vr + "rem"
6488
- }, o = Ll({
6488
+ }, o = Ml({
6489
6489
  className: t,
6490
6490
  span: r
6491
6491
  });
@@ -6504,7 +6504,7 @@ try {
6504
6504
  });
6505
6505
  } catch {
6506
6506
  }
6507
- const pi = "av-text-input", Ml = "av-text-input-wrapper", qr = "av-text-input-helper-text";
6507
+ const pi = "av-text-input", Ll = "av-text-input-wrapper", qr = "av-text-input-helper-text";
6508
6508
  function $l() {
6509
6509
  const e = Q(!1);
6510
6510
  return ge(() => (e.current = !0, () => {
@@ -6758,7 +6758,7 @@ const Gl = ({
6758
6758
  }) => {
6759
6759
  const d = r ? e : b(
6760
6760
  "relative flex w-full flex-col justify-center",
6761
- Ml,
6761
+ Ll,
6762
6762
  e
6763
6763
  );
6764
6764
  let u = "";
@@ -6831,7 +6831,7 @@ const Gl = ({
6831
6831
  size: k = "md",
6832
6832
  ...O
6833
6833
  }, T) => {
6834
- const [R, _] = Kl(), [M, H] = Ae(0), S = Hl({ id: e, prefix: `${pi}-` }), A = `${t} error, ${m}`, N = Q(null), P = Q(null), X = {
6834
+ const [R, C] = Kl(), [L, H] = Ae(0), S = Hl({ id: e, prefix: `${pi}-` }), A = `${t} error, ${m}`, P = Q(null), N = Q(null), X = {
6835
6835
  xs: { label: "-25px", helperText: "30px" },
6836
6836
  sm: { label: "-29px", helperText: "34px" },
6837
6837
  md: { label: "-33px", helperText: "38px" },
@@ -6850,11 +6850,11 @@ const Gl = ({
6850
6850
  rightElementClassName: v
6851
6851
  });
6852
6852
  return ur(() => {
6853
- _ && _.width && H(_.width + 18 + 10);
6854
- }, [_]), ur(() => {
6853
+ C && C.width && H(C.width + 18 + 10);
6854
+ }, [C]), ur(() => {
6855
6855
  var ue, Oe;
6856
6856
  const { label: E, helperText: $ } = X[k];
6857
- (ue = N == null ? void 0 : N.current) == null || ue.style.setProperty("--av-text-input-label", E), (Oe = P == null ? void 0 : P.current) == null || Oe.style.setProperty(
6857
+ (ue = P == null ? void 0 : P.current) == null || ue.style.setProperty("--av-text-input-label", E), (Oe = N == null ? void 0 : N.current) == null || Oe.style.setProperty(
6858
6858
  "--av-text-input-helper-text",
6859
6859
  $
6860
6860
  );
@@ -6880,14 +6880,14 @@ const Gl = ({
6880
6880
  className: Z.input,
6881
6881
  ...m && { "aria-describedby": `${S}-helper` },
6882
6882
  ...n && { "aria-invalid": "true" },
6883
- ...g && !s && { style: { paddingRight: M } },
6883
+ ...g && !s && { style: { paddingRight: L } },
6884
6884
  ...O
6885
6885
  }
6886
6886
  ),
6887
6887
  !s && !h && /* @__PURE__ */ p(
6888
6888
  "label",
6889
6889
  {
6890
- ref: N,
6890
+ ref: P,
6891
6891
  "aria-hidden": !0,
6892
6892
  htmlFor: S,
6893
6893
  className: Z.visibleLabel,
@@ -6897,7 +6897,7 @@ const Gl = ({
6897
6897
  m && /* @__PURE__ */ p(
6898
6898
  "div",
6899
6899
  {
6900
- ref: P,
6900
+ ref: N,
6901
6901
  id: `${S}-helper`,
6902
6902
  className: Z.helperText,
6903
6903
  children: m
@@ -6941,7 +6941,7 @@ const Xl = 500, Zl = 5e3, eu = 2e4, vi = ke.forwardRef(
6941
6941
  const [h, y] = Ae(!0), [m, g] = Ae({
6942
6942
  message: null,
6943
6943
  politeness: null
6944
- }), v = Q(!0), k = Q(null), O = Q(null), T = Yl([u, O]), R = h ? "Show" : "Hide", _ = () => {
6944
+ }), v = Q(!0), k = Q(null), O = Q(null), T = Yl([u, O]), R = h ? "Show" : "Hide", C = () => {
6945
6945
  k.current && clearTimeout(k.current), v.current || (k.current = setTimeout(() => {
6946
6946
  v.current = !0, y(!0), g({
6947
6947
  announcementTimeout: Zl,
@@ -6949,24 +6949,24 @@ const Xl = 500, Zl = 5e3, eu = 2e4, vi = ke.forwardRef(
6949
6949
  message: `${r} hiding characters`
6950
6950
  }), s && s(!0);
6951
6951
  }, eu));
6952
- }, M = (P) => {
6953
- P.preventDefault();
6952
+ }, L = (N) => {
6953
+ N.preventDefault();
6954
6954
  const X = !v.current;
6955
- v.current = X, _(), y(X), g({
6955
+ v.current = X, C(), y(X), g({
6956
6956
  announcementTimeout: Xl,
6957
6957
  politeness: "assertive",
6958
6958
  message: X ? "Characters hidden" : "Characters showing"
6959
6959
  }), s && s(X);
6960
- }, H = (P) => {
6960
+ }, H = (N) => {
6961
6961
  var X;
6962
- const { relatedTarget: Z } = P, ue = (X = O.current) == null ? void 0 : X.parentElement;
6962
+ const { relatedTarget: Z } = N, ue = (X = O.current) == null ? void 0 : X.parentElement;
6963
6963
  ue != null && ue.contains(Z) || c && c();
6964
- }, S = (P) => {
6965
- _(), a && a(P), H(P);
6966
- }, A = (P) => {
6967
- _(), o && o(P);
6968
- }, N = (P) => {
6969
- _(), i && i(P);
6964
+ }, S = (N) => {
6965
+ C(), a && a(N), H(N);
6966
+ }, A = (N) => {
6967
+ C(), o && o(N);
6968
+ }, P = (N) => {
6969
+ C(), i && i(N);
6970
6970
  };
6971
6971
  return ge(() => () => {
6972
6972
  k.current && clearTimeout(k.current);
@@ -6982,11 +6982,11 @@ const Xl = 500, Zl = 5e3, eu = 2e4, vi = ke.forwardRef(
6982
6982
  disabled: t,
6983
6983
  onBlur: S,
6984
6984
  onFocus: A,
6985
- onChange: N,
6985
+ onChange: P,
6986
6986
  rightElement: ke.cloneElement(l, {
6987
6987
  ref: u,
6988
6988
  label: R,
6989
- onClick: M,
6989
+ onClick: L,
6990
6990
  onBlur: H,
6991
6991
  disabled: t
6992
6992
  }),
@@ -7019,17 +7019,17 @@ try {
7019
7019
  });
7020
7020
  } catch {
7021
7021
  }
7022
- const tu = "ASK! ME! ANYTHING!", Ei = "Callisto", ru = "Log in", nu = "Sign in with a Passkey", Cd = "Log out", su = "Password", Pd = "Usage", Nd = "Profile", xd = "Settings", Dd = "Chat history", Ld = "About", Md = "Type your question here", $d = "{{clipboard}}", Ud = `Sometimes, ${Ei} hallucinates. Review important details.`, Kd = "Prompts are pre-filled menus available on the main screen, to help you quickly start requests. If you select the 'Private Chat' checkbox, the corresponding chat will not be saved. If you select the 'Clipboard Access' checkbox, your clipboard content (if any) will be provided to the request.", Hd = "Default provider set to", Fd = "Chat successfully deleted!", Bd = "Chat successfully saved!", Vd = "av-sassy", jd = {
7022
+ const tu = "ASK! ME! ANYTHING!", Ei = "Callisto", ru = "Log in", nu = "Sign in with a Passkey", Id = "Log out", su = "Password", kd = "Usage", Rd = "Profile", Od = "Settings", Cd = "Chat history", _d = "About", Nd = "Type your question here", Pd = "{{clipboard}}", xd = `Sometimes, ${Ei} hallucinates. Review important details.`, Dd = "Prompts are pre-filled menus available on the main screen, to help you quickly start requests. If you select the 'Private Chat' checkbox, the corresponding chat will not be saved. If you select the 'Clipboard Access' checkbox, your clipboard content (if any) will be provided to the request.", Md = "Default provider set to", Ld = "Chat successfully deleted!", $d = "Chat successfully saved!", Ud = "av-sassy", Kd = {
7023
7023
  0: ["January", "February", "March"],
7024
7024
  3: ["April", "May", "June"],
7025
7025
  6: ["July", "August", "September"],
7026
7026
  9: ["October", "November", "December"]
7027
- }, Gd = {
7027
+ }, Hd = {
7028
7028
  0: ["Jan", "Feb", "Mar"],
7029
7029
  3: ["Apr", "May", "Jun"],
7030
7030
  6: ["Jul", "Aug", "Sep"],
7031
7031
  9: ["Oct", "Nov", "Dec"]
7032
- }, qd = {
7032
+ }, Fd = {
7033
7033
  PREFERENCES: {
7034
7034
  TITLE: "User profile",
7035
7035
  NAME: "Name",
@@ -7095,7 +7095,7 @@ const tu = "ASK! ME! ANYTHING!", Ei = "Callisto", ru = "Log in", nu = "Sign in w
7095
7095
  }), ge(() => {
7096
7096
  t && a(t);
7097
7097
  }, [t]), /* @__PURE__ */ p(lr, { children: /* @__PURE__ */ re(
7098
- Nl,
7098
+ Pl,
7099
7099
  {
7100
7100
  className: rl({
7101
7101
  extraClass: "mt-5"
@@ -7153,7 +7153,7 @@ const tu = "ASK! ME! ANYTHING!", Ei = "Callisto", ru = "Log in", nu = "Sign in w
7153
7153
  focusMode: "light",
7154
7154
  mode: "dark",
7155
7155
  label: o ? "Show" : "Hide",
7156
- children: o ? /* @__PURE__ */ p(Cl, {}) : /* @__PURE__ */ p(Ol, {})
7156
+ children: o ? /* @__PURE__ */ p(_l, {}) : /* @__PURE__ */ p(Ol, {})
7157
7157
  }
7158
7158
  ),
7159
7159
  onMaskChange: c,
@@ -7191,7 +7191,7 @@ const tu = "ASK! ME! ANYTHING!", Ei = "Callisto", ru = "Log in", nu = "Sign in w
7191
7191
  className: "mb-4",
7192
7192
  labelRight: nu,
7193
7193
  onClick: r,
7194
- children: /* @__PURE__ */ p(_l, { size: "size-7" })
7194
+ children: /* @__PURE__ */ p(Cl, { size: "size-7" })
7195
7195
  }
7196
7196
  ) })
7197
7197
  ] })
@@ -7201,7 +7201,7 @@ const tu = "ASK! ME! ANYTHING!", Ei = "Callisto", ru = "Log in", nu = "Sign in w
7201
7201
  ) });
7202
7202
  }, ou = new URL(document.location.href).searchParams, zn = !!ou.get("debug") || !1, cu = ki(() => import(
7203
7203
  /* webpackChunkName: "LazyApp" */
7204
- "./App.Cx60syq5.js"
7204
+ "./App.CMPc154h.js"
7205
7205
  ).then((e) => e.App)), lu = new zi(), Qn = ({
7206
7206
  isComponent: e,
7207
7207
  headerHeight: t
@@ -7224,7 +7224,7 @@ const tu = "ASK! ME! ANYTHING!", Ei = "Callisto", ru = "Log in", nu = "Sign in w
7224
7224
  endpoint: process.env.PUBLIC_AUTH_SERVER_URL,
7225
7225
  children: /* @__PURE__ */ p(Qn, { isComponent: e, headerHeight: t })
7226
7226
  }
7227
- ) : /* @__PURE__ */ p(jn, { clientId: Gn, domain: r, debug: zn, children: /* @__PURE__ */ p(Qn, { isComponent: e, headerHeight: t }) }), Wd = ({ domain: e, headerHeight: t }) => /* @__PURE__ */ p(
7227
+ ) : /* @__PURE__ */ p(jn, { clientId: Gn, domain: r, debug: zn, children: /* @__PURE__ */ p(Qn, { isComponent: e, headerHeight: t }) }), Bd = ({ domain: e, headerHeight: t }) => /* @__PURE__ */ p(
7228
7228
  uu,
7229
7229
  {
7230
7230
  isComponent: !0,
@@ -7233,71 +7233,66 @@ const tu = "ASK! ME! ANYTHING!", Ei = "Callisto", ru = "Log in", nu = "Sign in w
7233
7233
  }
7234
7234
  );
7235
7235
  export {
7236
- Ld as ABOUT_TITLE,
7237
- sd as ACTION_RESET_PROMPT,
7238
- td as ACTION_SEARCH,
7239
- rd as ACTION_SORT,
7240
- nd as ACTION_TOGGLE_PROMPT,
7241
- Vd as APP_CLASSNAME,
7236
+ _d as ABOUT_TITLE,
7237
+ Zu as ACTION_RESET_PROMPT,
7238
+ Qu as ACTION_SEARCH,
7239
+ Yu as ACTION_SORT,
7240
+ Xu as ACTION_TOGGLE_PROMPT,
7241
+ Ud as APP_CLASSNAME,
7242
7242
  Ei as APP_NAME,
7243
7243
  mi as C,
7244
- qd as CARDS,
7245
- $d as CLIPBOARD_PROMPT,
7246
- Xu as DEFAULT_AI_PROVIDER,
7247
- md as DEFAULT_ICON_ACTION_SIZE,
7248
- Pu as Dynamic,
7249
- Yu as ERROR_MESSAGE,
7250
- Ud as FOOTER_DISCLAIMER,
7244
+ Fd as CARDS,
7245
+ Pd as CLIPBOARD_PROMPT,
7246
+ ud as DEFAULT_ICON_ACTION_SIZE,
7247
+ Nu as Dynamic,
7248
+ zu as ERROR_MESSAGE,
7249
+ xd as FOOTER_DISCLAIMER,
7251
7250
  Au as For,
7252
- wd as GRANTS,
7253
- Dd as HISTORY_TITLE,
7254
- Cr as I,
7255
- Nl as I$1,
7256
- fd as INFINITE_SCROLL_LIMIT,
7257
- dd as INFINITE_SCROLL_THRESHOLD,
7258
- Md as INPUT_PLACEHOLDER_TEXT,
7251
+ yd as GRANTS,
7252
+ Cd as HISTORY_TITLE,
7253
+ _r as I,
7254
+ Pl as I$1,
7255
+ od as INFINITE_SCROLL_LIMIT,
7256
+ ad as INFINITE_SCROLL_THRESHOLD,
7257
+ Nd as INPUT_PLACEHOLDER_TEXT,
7259
7258
  Tu as Index,
7260
7259
  Dl as L,
7261
- ad as LOCAL_STORAGE_CHAT_DETAILS,
7262
- id as LOCAL_STORAGE_PREFIX,
7263
- ld as LOCAL_STORAGE_PRIVATE_DISCLOSURE,
7264
- ud as LOCAL_STORAGE_REASONING_DISCLOSURE,
7265
- od as LOCAL_STORAGE_SEARCH,
7266
- cd as LOCAL_STORAGE_SORT,
7267
- Cd as LOG_OUT,
7260
+ td as LOCAL_STORAGE_CHAT_DETAILS,
7261
+ ed as LOCAL_STORAGE_PREFIX,
7262
+ sd as LOCAL_STORAGE_PRIVATE_DISCLOSURE,
7263
+ id as LOCAL_STORAGE_REASONING_DISCLOSURE,
7264
+ rd as LOCAL_STORAGE_SEARCH,
7265
+ nd as LOCAL_STORAGE_SORT,
7266
+ Id as LOG_OUT,
7268
7267
  iu as Logo,
7269
7268
  Ru as Match,
7270
- Nd as PROFILE_TITLE,
7271
- Kd as PROMPTS_DESCRIPTION,
7272
- hd as PROMPT_CLASSNAME,
7273
- yd as PROMPT_EDITABLE_AREA_CLASSNAME,
7274
- ed as PROVIDER_ANTHROPIC,
7275
- Zu as PROVIDER_OPENAI,
7276
- Cu as Portal,
7269
+ Rd as PROFILE_TITLE,
7270
+ Dd as PROMPTS_DESCRIPTION,
7271
+ cd as PROMPT_CLASSNAME,
7272
+ ld as PROMPT_EDITABLE_AREA_CLASSNAME,
7273
+ _u as Portal,
7277
7274
  di as Qr,
7278
- zu as ROLE_ASSISTANT,
7279
- Qu as ROLE_INTERNAL,
7280
- Ju as ROLE_USER,
7275
+ Ju as ROLE_INTERNAL,
7281
7276
  kl as S,
7282
- xd as SETTINGS_TITLE,
7283
- Wd as SassySaint,
7277
+ Od as SETTINGS_TITLE,
7278
+ Bd as SassySaint,
7284
7279
  Iu as Show,
7285
7280
  Sr as Subscribable,
7286
7281
  ku as Switch,
7287
- Fd as TOAST_CHAT_DELETED,
7288
- Bd as TOAST_CHAT_SAVED,
7289
- Hd as TOAST_PROVIDER_CHANGED,
7290
- jd as TRIMESTERS,
7291
- Gd as TRIMESTERS_SHORT,
7292
- gd as UI_BUTTON_SCROLL_BUFFER,
7293
- bd as UI_DEFAULT_MAIN_HEIGHT,
7294
- pd as UI_FOOTER_BUFFER,
7295
- Pd as USAGE_TITLE,
7282
+ Ld as TOAST_CHAT_DELETED,
7283
+ $d as TOAST_CHAT_SAVED,
7284
+ Md as TOAST_PROVIDER_CHANGED,
7285
+ Kd as TRIMESTERS,
7286
+ Hd as TRIMESTERS_SHORT,
7287
+ fd as UI_BUTTON_SCROLL_BUFFER,
7288
+ hd as UI_DEFAULT_MAIN_HEIGHT,
7289
+ dd as UI_FOOTER_BUFFER,
7290
+ kd as USAGE_TITLE,
7296
7291
  Da as addEventListener,
7297
7292
  pu as batch,
7298
7293
  xa as className,
7299
- _u as clearDelegatedEvents,
7300
- Rd as convertCamelCaseToReadable,
7294
+ Cu as clearDelegatedEvents,
7295
+ Sd as convertCamelCaseToReadable,
7301
7296
  Fu as convertRemToPixels,
7302
7297
  ha as createComponent,
7303
7298
  Zi as createComputed,
@@ -7308,46 +7303,46 @@ export {
7308
7303
  qe as createRoot,
7309
7304
  ne as createSignal,
7310
7305
  Su as createUniqueId,
7311
- Id as debounce,
7312
- Ca as delegateEvents,
7306
+ vd as debounce,
7307
+ _a as delegateEvents,
7313
7308
  Zt as deleteNestedDataByPath,
7314
7309
  Uu as displayValue,
7315
7310
  bn as fe,
7316
7311
  Bi as fetchState,
7317
- _d as findProvider,
7312
+ Td as findProvider,
7318
7313
  us as focusManager,
7319
- vd as getCurrentGeoLocation,
7314
+ md as getCurrentGeoLocation,
7320
7315
  rl as getMainPaddingClass,
7321
7316
  tl as getMessageContaintWrapperClass,
7322
- Mu as getMutationStatusColor,
7317
+ Lu as getMutationStatusColor,
7323
7318
  Bu as getPreferredColorScheme,
7324
- Lu as getQueryStatusColor,
7319
+ Mu as getQueryStatusColor,
7325
7320
  $u as getQueryStatusColorByLabel,
7326
7321
  xu as getQueryStatusLabel,
7327
7322
  Du as getSidedProp,
7328
7323
  en as insert,
7329
7324
  nl as isElectron,
7330
7325
  hi as isProbablyMobile,
7331
- kd as isProbablyiPhone,
7326
+ Ed as isProbablyiPhone,
7332
7327
  Ar as isServer,
7333
7328
  Oi as isValidTimeout,
7334
7329
  Ke as j,
7335
- _l as l,
7330
+ Cl as l,
7336
7331
  ma as mergeProps,
7337
7332
  Hu as mutationSortFns,
7338
7333
  oe as noop,
7339
7334
  te as notifyManager,
7340
- Ed as obfuscate,
7335
+ pd as obfuscate,
7341
7336
  gu as on,
7342
- Nt as onCleanup,
7337
+ Pt as onCleanup,
7343
7338
  ra as onMount,
7344
7339
  $i as pendingThenable,
7345
- Td as pluralize,
7340
+ wd as pluralize,
7346
7341
  Wu as qr,
7347
7342
  wr as re,
7348
- Ad as renderDataAsList,
7349
- Ni as replaceData,
7350
- Ci as resolveEnabled,
7343
+ bd as renderDataAsList,
7344
+ Pi as replaceData,
7345
+ _i as resolveEnabled,
7351
7346
  En as resolveStaleTime,
7352
7347
  wo as serialize,
7353
7348
  Zr as setAttribute,
@@ -7355,11 +7350,11 @@ export {
7355
7350
  Ku as sortFns,
7356
7351
  pa as splitProps,
7357
7352
  $a as spread,
7358
- Nu as stringify,
7353
+ Pu as stringify,
7359
7354
  Ou as template,
7360
- _i as timeUntilStale,
7361
- Od as toastOptions,
7362
- Sd as unObfuscate,
7355
+ Ci as timeUntilStale,
7356
+ Ad as toastOptions,
7357
+ gd as unObfuscate,
7363
7358
  W as untrack,
7364
7359
  Xt as updateNestedDataByPath,
7365
7360
  Ua as use,