@glydeunity/voice-sdk 1.5.7 → 1.5.10

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.
@@ -160,7 +160,7 @@ class yg {
160
160
  * @param config - Configuration options
161
161
  */
162
162
  constructor(f) {
163
- this.config = f, this.unityUrl = f.unityBaseUrl || "https://api.glydeunity.com", f.conversationHistory && (this.conversationHistory = f.conversationHistory), !f.publishableKey && !f.apiKey && !f.authToken && console.warn("[GlydeVoice] No authentication method provided. One of publishableKey, apiKey, or authToken is required.");
163
+ this.config = f, this.unityUrl = f.unityBaseUrl || "https://api.glydeunity.com", console.log("[GlydeVoice] Initialized with Unity API URL:", this.unityUrl), f.conversationHistory && (this.conversationHistory = f.conversationHistory), !f.publishableKey && !f.apiKey && !f.authToken && console.warn("[GlydeVoice] No authentication method provided. One of publishableKey, apiKey, or authToken is required.");
164
164
  }
165
165
  /**
166
166
  * Get authentication headers based on configured auth method
@@ -646,7 +646,7 @@ class gg {
646
646
  * @param config - Configuration options
647
647
  */
648
648
  constructor(f) {
649
- this.config = f, this.unityUrl = f.unityBaseUrl || "https://api.glydeunity.com", !f.publishableKey && !f.apiKey && !f.authToken && console.warn("[GlydeText] No authentication method provided. One of publishableKey, apiKey, or authToken is required.");
649
+ this.config = f, this.unityUrl = f.unityBaseUrl || "https://api.glydeunity.com", console.log("[GlydeText] Initialized with Unity API URL:", this.unityUrl), !f.publishableKey && !f.apiKey && !f.authToken && console.warn("[GlydeText] No authentication method provided. One of publishableKey, apiKey, or authToken is required.");
650
650
  }
651
651
  /**
652
652
  * Get authentication headers based on configured auth method
@@ -2431,6 +2431,7 @@ const Gd = ({
2431
2431
  onClose: pt,
2432
2432
  initialExpanded: St = !1
2433
2433
  }) => {
2434
+ console.log("[ChatWidget] Received unityBaseUrl:", o);
2434
2435
  const [Q, Et] = Z.useState(
2435
2436
  U === "floating" ? St : !0
2436
2437
  ), [qt, et] = Z.useState(!0), [xt, It] = Z.useState(H || "voice");
@@ -2551,7 +2552,7 @@ const Gd = ({
2551
2552
  className: "glyde-slide-up",
2552
2553
  children: [
2553
2554
  /* @__PURE__ */ p.jsx(
2554
- Xd,
2555
+ Ld,
2555
2556
  {
2556
2557
  contextType: O,
2557
2558
  showMinimize: !0,
@@ -2563,7 +2564,7 @@ const Gd = ({
2563
2564
  S && /* @__PURE__ */ p.jsx("div", { style: {
2564
2565
  padding: "12px 16px",
2565
2566
  borderBottom: "1px solid var(--glyde-border, #e5e7eb)"
2566
- }, children: /* @__PURE__ */ p.jsx(Ld, { mode: xt, onModeChange: Yt }) }),
2567
+ }, children: /* @__PURE__ */ p.jsx(Xd, { mode: xt, onModeChange: Yt }) }),
2567
2568
  /* @__PURE__ */ p.jsx("div", { style: { flex: 1, display: "flex", flexDirection: "column", overflow: "hidden" }, children: xt === "voice" ? /* @__PURE__ */ p.jsx(
2568
2569
  Gd,
2569
2570
  {
@@ -2595,7 +2596,7 @@ const Gd = ({
2595
2596
  }
2596
2597
  )
2597
2598
  ] }) : null;
2598
- }, Xd = ({ contextType: g, showMinimize: f, showClose: y, onMinimize: M, onClose: o }) => /* @__PURE__ */ p.jsxs("div", { style: {
2599
+ }, Ld = ({ contextType: g, showMinimize: f, showClose: y, onMinimize: M, onClose: o }) => /* @__PURE__ */ p.jsxs("div", { style: {
2599
2600
  ...Ct.header,
2600
2601
  background: "linear-gradient(135deg, var(--glyde-primary, #c026d3) 0%, var(--glyde-secondary, #7c3aed) 100%)",
2601
2602
  color: "white",
@@ -2636,7 +2637,7 @@ const Gd = ({
2636
2637
  }
2637
2638
  )
2638
2639
  ] })
2639
- ] }), Ld = ({ mode: g, onModeChange: f }) => /* @__PURE__ */ p.jsxs("div", { style: Ct.modeSelector, children: [
2640
+ ] }), Xd = ({ mode: g, onModeChange: f }) => /* @__PURE__ */ p.jsxs("div", { style: Ct.modeSelector, children: [
2640
2641
  /* @__PURE__ */ p.jsxs(
2641
2642
  "button",
2642
2643
  {
@@ -2715,7 +2716,7 @@ const Gd = ({
2715
2716
  },
2716
2717
  children: [
2717
2718
  D && /* @__PURE__ */ p.jsx(
2718
- Xd,
2719
+ Ld,
2719
2720
  {
2720
2721
  contextType: O,
2721
2722
  showMinimize: !1,
@@ -2727,7 +2728,7 @@ const Gd = ({
2727
2728
  padding: "12px 16px",
2728
2729
  borderBottom: "1px solid var(--glyde-border, #e5e7eb)",
2729
2730
  background: "var(--glyde-background, white)"
2730
- }, children: /* @__PURE__ */ p.jsx(Ld, { mode: $, onModeChange: rt }) }),
2731
+ }, children: /* @__PURE__ */ p.jsx(Xd, { mode: $, onModeChange: rt }) }),
2731
2732
  /* @__PURE__ */ p.jsx("div", { style: { flex: 1, overflow: "hidden", display: "flex", flexDirection: "column" }, children: $ === "voice" ? /* @__PURE__ */ p.jsx(
2732
2733
  Gd,
2733
2734
  {
@@ -3164,7 +3165,7 @@ function wg() {
3164
3165
  }, kt.version = "19.2.4", kt;
3165
3166
  }
3166
3167
  var Rd;
3167
- function Xg() {
3168
+ function Lg() {
3168
3169
  if (Rd) return Sf.exports;
3169
3170
  Rd = 1;
3170
3171
  function g() {
@@ -3178,11 +3179,11 @@ function Xg() {
3178
3179
  return g(), Sf.exports = wg(), Sf.exports;
3179
3180
  }
3180
3181
  var Nd;
3181
- function Lg() {
3182
+ function Xg() {
3182
3183
  if (Nd) return Mn;
3183
3184
  Nd = 1;
3184
3185
  var g = { env: { NODE_ENV: "production" } };
3185
- var f = Gg(), y = Tf(), M = Xg();
3186
+ var f = Gg(), y = Tf(), M = Lg();
3186
3187
  function o(t) {
3187
3188
  var e = "https://react.dev/errors/" + t;
3188
3189
  if (1 < arguments.length) {
@@ -3747,18 +3748,18 @@ Error generating stack: ` + a.message + `
3747
3748
  C.p = l;
3748
3749
  }
3749
3750
  }
3750
- var ll = Math.random().toString(36).slice(2), Lt = "__reactFiber$" + ll, Pt = "__reactProps$" + ll, Jl = "__reactContainer$" + ll, ui = "__reactEvents$" + ll, eh = "__reactListeners$" + ll, lh = "__reactHandles$" + ll, Hf = "__reactResources$" + ll, Ha = "__reactMarker$" + ll;
3751
+ var ll = Math.random().toString(36).slice(2), Xt = "__reactFiber$" + ll, Pt = "__reactProps$" + ll, Jl = "__reactContainer$" + ll, ui = "__reactEvents$" + ll, eh = "__reactListeners$" + ll, lh = "__reactHandles$" + ll, Hf = "__reactResources$" + ll, Ha = "__reactMarker$" + ll;
3751
3752
  function ii(t) {
3752
- delete t[Lt], delete t[Pt], delete t[ui], delete t[eh], delete t[lh];
3753
+ delete t[Xt], delete t[Pt], delete t[ui], delete t[eh], delete t[lh];
3753
3754
  }
3754
3755
  function kl(t) {
3755
- var e = t[Lt];
3756
+ var e = t[Xt];
3756
3757
  if (e) return e;
3757
3758
  for (var l = t.parentNode; l; ) {
3758
- if (e = l[Jl] || l[Lt]) {
3759
+ if (e = l[Jl] || l[Xt]) {
3759
3760
  if (l = e.alternate, e.child !== null || l !== null && l.child !== null)
3760
3761
  for (t = ad(t); t !== null; ) {
3761
- if (l = t[Lt]) return l;
3762
+ if (l = t[Xt]) return l;
3762
3763
  t = ad(t);
3763
3764
  }
3764
3765
  return e;
@@ -3768,7 +3769,7 @@ Error generating stack: ` + a.message + `
3768
3769
  return null;
3769
3770
  }
3770
3771
  function Wl(t) {
3771
- if (t = t[Lt] || t[Jl]) {
3772
+ if (t = t[Xt] || t[Jl]) {
3772
3773
  var e = t.tag;
3773
3774
  if (e === 5 || e === 6 || e === 13 || e === 31 || e === 26 || e === 27 || e === 3)
3774
3775
  return t;
@@ -3907,7 +3908,7 @@ Error generating stack: ` + a.message + `
3907
3908
  );
3908
3909
  }
3909
3910
  }
3910
- function Xf(t) {
3911
+ function Lf(t) {
3911
3912
  if (!t) return !1;
3912
3913
  var e = t._valueTracker;
3913
3914
  if (!e) return !0;
@@ -3934,7 +3935,7 @@ Error generating stack: ` + a.message + `
3934
3935
  function fi(t, e, l, a, n, u, i, c) {
3935
3936
  t.name = "", i != null && typeof i != "function" && typeof i != "symbol" && typeof i != "boolean" ? t.type = i : t.removeAttribute("type"), e != null ? i === "number" ? (e === 0 && t.value === "" || t.value != e) && (t.value = "" + pe(e)) : t.value !== "" + pe(e) && (t.value = "" + pe(e)) : i !== "submit" && i !== "reset" || t.removeAttribute("value"), e != null ? si(t, i, pe(e)) : l != null ? si(t, i, pe(l)) : a != null && t.removeAttribute("value"), n == null && u != null && (t.defaultChecked = !!u), n != null && (t.checked = n && typeof n != "function" && typeof n != "symbol"), c != null && typeof c != "function" && typeof c != "symbol" && typeof c != "boolean" ? t.name = "" + pe(c) : t.removeAttribute("name");
3936
3937
  }
3937
- function Lf(t, e, l, a, n, u, i, c) {
3938
+ function Xf(t, e, l, a, n, u, i, c) {
3938
3939
  if (u != null && typeof u != "function" && typeof u != "symbol" && typeof u != "boolean" && (t.type = u), e != null || l != null) {
3939
3940
  if (!(u !== "submit" && u !== "reset" || e != null)) {
3940
3941
  ci(t);
@@ -4162,7 +4163,7 @@ Error generating stack: ` + a.message + `
4162
4163
  }
4163
4164
  }
4164
4165
  for (e = 0; e < l.length; e++)
4165
- a = l[e], a.form === t.form && Xf(a);
4166
+ a = l[e], a.form === t.form && Lf(a);
4166
4167
  }
4167
4168
  break t;
4168
4169
  case "textarea":
@@ -4277,7 +4278,7 @@ Error generating stack: ` + a.message + `
4277
4278
  },
4278
4279
  defaultPrevented: 0,
4279
4280
  isTrusted: 0
4280
- }, wn = te(Cl), Ga = j({}, Cl, { view: 0, detail: 0 }), oh = te(Ga), mi, vi, wa, Xn = j({}, Ga, {
4281
+ }, wn = te(Cl), Ga = j({}, Cl, { view: 0, detail: 0 }), oh = te(Ga), mi, vi, wa, Ln = j({}, Ga, {
4281
4282
  screenX: 0,
4282
4283
  screenY: 0,
4283
4284
  clientX: 0,
@@ -4300,7 +4301,7 @@ Error generating stack: ` + a.message + `
4300
4301
  movementY: function(t) {
4301
4302
  return "movementY" in t ? t.movementY : vi;
4302
4303
  }
4303
- }), Ff = te(Xn), rh = j({}, Xn, { dataTransfer: 0 }), dh = te(rh), hh = j({}, Ga, { relatedTarget: 0 }), pi = te(hh), yh = j({}, Cl, {
4304
+ }), Ff = te(Ln), rh = j({}, Ln, { dataTransfer: 0 }), dh = te(rh), hh = j({}, Ga, { relatedTarget: 0 }), pi = te(hh), yh = j({}, Cl, {
4304
4305
  animationName: 0,
4305
4306
  elapsedTime: 0,
4306
4307
  pseudoElement: 0
@@ -4397,7 +4398,7 @@ Error generating stack: ` + a.message + `
4397
4398
  which: function(t) {
4398
4399
  return t.type === "keypress" ? Yn(t) : t.type === "keydown" || t.type === "keyup" ? t.keyCode : 0;
4399
4400
  }
4400
- }), zh = te(Th), Eh = j({}, Xn, {
4401
+ }), zh = te(Th), Eh = j({}, Ln, {
4401
4402
  pointerId: 0,
4402
4403
  width: 0,
4403
4404
  height: 0,
@@ -4421,7 +4422,7 @@ Error generating stack: ` + a.message + `
4421
4422
  propertyName: 0,
4422
4423
  elapsedTime: 0,
4423
4424
  pseudoElement: 0
4424
- }), Ch = te(Oh), Dh = j({}, Xn, {
4425
+ }), Ch = te(Oh), Dh = j({}, Ln, {
4425
4426
  deltaX: function(t) {
4426
4427
  return "deltaX" in t ? t.deltaX : "wheelDeltaX" in t ? -t.wheelDeltaX : 0;
4427
4428
  },
@@ -4433,9 +4434,9 @@ Error generating stack: ` + a.message + `
4433
4434
  }), Uh = te(Dh), jh = j({}, Cl, {
4434
4435
  newState: 0,
4435
4436
  oldState: 0
4436
- }), Rh = te(jh), Nh = [9, 13, 27, 32], Si = Ye && "CompositionEvent" in window, Xa = null;
4437
- Ye && "documentMode" in document && (Xa = document.documentMode);
4438
- var Hh = Ye && "TextEvent" in window && !Xa, ts = Ye && (!Si || Xa && 8 < Xa && 11 >= Xa), es = " ", ls = !1;
4437
+ }), Rh = te(jh), Nh = [9, 13, 27, 32], Si = Ye && "CompositionEvent" in window, La = null;
4438
+ Ye && "documentMode" in document && (La = document.documentMode);
4439
+ var Hh = Ye && "TextEvent" in window && !La, ts = Ye && (!Si || La && 8 < La && 11 >= La), es = " ", ls = !1;
4439
4440
  function as(t, e) {
4440
4441
  switch (t) {
4441
4442
  case "keyup":
@@ -4515,13 +4516,13 @@ Error generating stack: ` + a.message + `
4515
4516
  a
4516
4517
  ), t.push({ event: l, listeners: e }));
4517
4518
  }
4518
- var La = null, Qa = null;
4519
+ var Xa = null, Qa = null;
4519
4520
  function Gh(t) {
4520
4521
  Qr(t, 0);
4521
4522
  }
4522
- function Ln(t) {
4523
+ function Xn(t) {
4523
4524
  var e = Ba(t);
4524
- if (Xf(e)) return t;
4525
+ if (Lf(e)) return t;
4525
4526
  }
4526
4527
  function cs(t, e) {
4527
4528
  if (t === "change") return e;
@@ -4540,10 +4541,10 @@ Error generating stack: ` + a.message + `
4540
4541
  fs = xi && (!document.documentMode || 9 < document.documentMode);
4541
4542
  }
4542
4543
  function os() {
4543
- La && (La.detachEvent("onpropertychange", rs), Qa = La = null);
4544
+ Xa && (Xa.detachEvent("onpropertychange", rs), Qa = Xa = null);
4544
4545
  }
4545
4546
  function rs(t) {
4546
- if (t.propertyName === "value" && Ln(Qa)) {
4547
+ if (t.propertyName === "value" && Xn(Qa)) {
4547
4548
  var e = [];
4548
4549
  is(
4549
4550
  e,
@@ -4554,18 +4555,18 @@ Error generating stack: ` + a.message + `
4554
4555
  }
4555
4556
  }
4556
4557
  function wh(t, e, l) {
4557
- t === "focusin" ? (os(), La = e, Qa = l, La.attachEvent("onpropertychange", rs)) : t === "focusout" && os();
4558
+ t === "focusin" ? (os(), Xa = e, Qa = l, Xa.attachEvent("onpropertychange", rs)) : t === "focusout" && os();
4558
4559
  }
4559
- function Xh(t) {
4560
+ function Lh(t) {
4560
4561
  if (t === "selectionchange" || t === "keyup" || t === "keydown")
4561
- return Ln(Qa);
4562
+ return Xn(Qa);
4562
4563
  }
4563
- function Lh(t, e) {
4564
- if (t === "click") return Ln(e);
4564
+ function Xh(t, e) {
4565
+ if (t === "click") return Xn(e);
4565
4566
  }
4566
4567
  function Qh(t, e) {
4567
4568
  if (t === "input" || t === "change")
4568
- return Ln(e);
4569
+ return Xn(e);
4569
4570
  }
4570
4571
  function Vh(t, e) {
4571
4572
  return t === e && (t !== 0 || 1 / t === 1 / e) || t !== t && e !== e;
@@ -4888,7 +4889,7 @@ Error generating stack: ` + a.message + `
4888
4889
  }
4889
4890
  function Cs(t) {
4890
4891
  var e = t.stateNode, l = t.type, a = t.memoizedProps;
4891
- switch (e[Lt] = t, e[Pt] = a, l) {
4892
+ switch (e[Xt] = t, e[Pt] = a, l) {
4892
4893
  case "dialog":
4893
4894
  tt("cancel", e), tt("close", e);
4894
4895
  break;
@@ -4914,7 +4915,7 @@ Error generating stack: ` + a.message + `
4914
4915
  tt("toggle", e);
4915
4916
  break;
4916
4917
  case "input":
4917
- tt("invalid", e), Lf(
4918
+ tt("invalid", e), Xf(
4918
4919
  e,
4919
4920
  a.value,
4920
4921
  a.defaultValue,
@@ -4976,11 +4977,11 @@ Error generating stack: ` + a.message + `
4976
4977
  function Ja(t) {
4977
4978
  ul === null ? ul = [t] : ul.push(t);
4978
4979
  }
4979
- var qi = d(null), Hl = null, Xe = null;
4980
+ var qi = d(null), Hl = null, Le = null;
4980
4981
  function cl(t, e, l) {
4981
4982
  N(qi, e._currentValue), e._currentValue = l;
4982
4983
  }
4983
- function Le(t) {
4984
+ function Xe(t) {
4984
4985
  t._currentValue = qi.current, E(qi);
4985
4986
  }
4986
4987
  function Yi(t, e, l) {
@@ -5070,7 +5071,7 @@ Error generating stack: ` + a.message + `
5070
5071
  return !1;
5071
5072
  }
5072
5073
  function Bl(t) {
5073
- Hl = t, Xe = null, t = t.dependencies, t !== null && (t.firstContext = null);
5074
+ Hl = t, Le = null, t = t.dependencies, t !== null && (t.firstContext = null);
5074
5075
  }
5075
5076
  function Vt(t) {
5076
5077
  return Us(Hl, t);
@@ -5080,10 +5081,10 @@ Error generating stack: ` + a.message + `
5080
5081
  }
5081
5082
  function Us(t, e) {
5082
5083
  var l = e._currentValue;
5083
- if (e = { context: e, memoizedValue: l, next: null }, Xe === null) {
5084
+ if (e = { context: e, memoizedValue: l, next: null }, Le === null) {
5084
5085
  if (t === null) throw Error(o(308));
5085
- Xe = e, t.dependencies = { lanes: 0, firstContext: e }, t.flags |= 524288;
5086
- } else Xe = Xe.next = e;
5086
+ Le = e, t.dependencies = { lanes: 0, firstContext: e }, t.flags |= 524288;
5087
+ } else Le = Le.next = e;
5087
5088
  return l;
5088
5089
  }
5089
5090
  var $h = typeof AbortController < "u" ? AbortController : function() {
@@ -5118,11 +5119,11 @@ Error generating stack: ` + a.message + `
5118
5119
  t.controller.abort();
5119
5120
  });
5120
5121
  }
5121
- var Wa = null, Xi = 0, ra = 0, da = null;
5122
+ var Wa = null, Li = 0, ra = 0, da = null;
5122
5123
  function Ph(t, e) {
5123
5124
  if (Wa === null) {
5124
5125
  var l = Wa = [];
5125
- Xi = 0, ra = Vc(), da = {
5126
+ Li = 0, ra = Vc(), da = {
5126
5127
  status: "pending",
5127
5128
  value: void 0,
5128
5129
  then: function(a) {
@@ -5130,10 +5131,10 @@ Error generating stack: ` + a.message + `
5130
5131
  }
5131
5132
  };
5132
5133
  }
5133
- return Xi++, e.then(js, js), e;
5134
+ return Li++, e.then(js, js), e;
5134
5135
  }
5135
5136
  function js() {
5136
- if (--Xi === 0 && Wa !== null) {
5137
+ if (--Li === 0 && Wa !== null) {
5137
5138
  da !== null && (da.status = "fulfilled");
5138
5139
  var t = Wa;
5139
5140
  Wa = null, ra = 0, da = null;
@@ -5165,7 +5166,7 @@ Error generating stack: ` + a.message + `
5165
5166
  vr = ce(), typeof e == "object" && e !== null && typeof e.then == "function" && Ph(t, e), Rs !== null && Rs(t, e);
5166
5167
  };
5167
5168
  var ql = d(null);
5168
- function Li() {
5169
+ function Xi() {
5169
5170
  var t = ql.current;
5170
5171
  return t !== null ? t : bt.pooledCache;
5171
5172
  }
@@ -5173,7 +5174,7 @@ Error generating stack: ` + a.message + `
5173
5174
  e === null ? N(ql, ql.current) : N(ql, e.pool);
5174
5175
  }
5175
5176
  function Ns() {
5176
- var t = Li();
5177
+ var t = Xi();
5177
5178
  return t === null ? null : { parent: Rt._currentValue, pool: t };
5178
5179
  }
5179
5180
  var ha = Error(o(460)), Qi = Error(o(474)), In = Error(o(542)), Pn = { then: function() {
@@ -5281,14 +5282,14 @@ Error generating stack: ` + a.message + `
5281
5282
  return r === null || r.tag !== 6 ? (r = Ui(m, h.mode, T), r.return = h, r) : (r = n(r, m), r.return = h, r);
5282
5283
  }
5283
5284
  function s(h, r, m, T) {
5284
- var X = m.type;
5285
- return X === J ? A(
5285
+ var L = m.type;
5286
+ return L === J ? A(
5286
5287
  h,
5287
5288
  r,
5288
5289
  m.props.children,
5289
5290
  T,
5290
5291
  m.key
5291
- ) : r !== null && (r.elementType === X || typeof X == "object" && X !== null && X.$$typeof === xt && Yl(X) === r.type) ? (r = n(r, m.props), Fa(r, m), r.return = h, r) : (r = Jn(
5292
+ ) : r !== null && (r.elementType === L || typeof L == "object" && L !== null && L.$$typeof === xt && Yl(L) === r.type) ? (r = n(r, m.props), Fa(r, m), r.return = h, r) : (r = Jn(
5292
5293
  m.type,
5293
5294
  m.key,
5294
5295
  m.props,
@@ -5300,12 +5301,12 @@ Error generating stack: ` + a.message + `
5300
5301
  function v(h, r, m, T) {
5301
5302
  return r === null || r.tag !== 4 || r.stateNode.containerInfo !== m.containerInfo || r.stateNode.implementation !== m.implementation ? (r = ji(m, h.mode, T), r.return = h, r) : (r = n(r, m.children || []), r.return = h, r);
5302
5303
  }
5303
- function A(h, r, m, T, X) {
5304
+ function A(h, r, m, T, L) {
5304
5305
  return r === null || r.tag !== 7 ? (r = Rl(
5305
5306
  m,
5306
5307
  h.mode,
5307
5308
  T,
5308
- X
5309
+ L
5309
5310
  ), r.return = h, r) : (r = n(r, m), r.return = h, r);
5310
5311
  }
5311
5312
  function z(h, r, m) {
@@ -5355,20 +5356,20 @@ Error generating stack: ` + a.message + `
5355
5356
  return null;
5356
5357
  }
5357
5358
  function b(h, r, m, T) {
5358
- var X = r !== null ? r.key : null;
5359
+ var L = r !== null ? r.key : null;
5359
5360
  if (typeof m == "string" && m !== "" || typeof m == "number" || typeof m == "bigint")
5360
- return X !== null ? null : c(h, r, "" + m, T);
5361
+ return L !== null ? null : c(h, r, "" + m, T);
5361
5362
  if (typeof m == "object" && m !== null) {
5362
5363
  switch (m.$$typeof) {
5363
5364
  case ft:
5364
- return m.key === X ? s(h, r, m, T) : null;
5365
+ return m.key === L ? s(h, r, m, T) : null;
5365
5366
  case $:
5366
- return m.key === X ? v(h, r, m, T) : null;
5367
+ return m.key === L ? v(h, r, m, T) : null;
5367
5368
  case xt:
5368
5369
  return m = Yl(m), b(h, r, m, T);
5369
5370
  }
5370
5371
  if (R(m) || Wt(m))
5371
- return X !== null ? null : A(h, r, m, T, null);
5372
+ return L !== null ? null : A(h, r, m, T, null);
5372
5373
  if (typeof m.then == "function")
5373
5374
  return b(
5374
5375
  h,
@@ -5387,37 +5388,37 @@ Error generating stack: ` + a.message + `
5387
5388
  }
5388
5389
  return null;
5389
5390
  }
5390
- function x(h, r, m, T, X) {
5391
+ function x(h, r, m, T, L) {
5391
5392
  if (typeof T == "string" && T !== "" || typeof T == "number" || typeof T == "bigint")
5392
- return h = h.get(m) || null, c(r, h, "" + T, X);
5393
+ return h = h.get(m) || null, c(r, h, "" + T, L);
5393
5394
  if (typeof T == "object" && T !== null) {
5394
5395
  switch (T.$$typeof) {
5395
5396
  case ft:
5396
5397
  return h = h.get(
5397
5398
  T.key === null ? m : T.key
5398
- ) || null, s(r, h, T, X);
5399
+ ) || null, s(r, h, T, L);
5399
5400
  case $:
5400
5401
  return h = h.get(
5401
5402
  T.key === null ? m : T.key
5402
- ) || null, v(r, h, T, X);
5403
+ ) || null, v(r, h, T, L);
5403
5404
  case xt:
5404
5405
  return T = Yl(T), x(
5405
5406
  h,
5406
5407
  r,
5407
5408
  m,
5408
5409
  T,
5409
- X
5410
+ L
5410
5411
  );
5411
5412
  }
5412
5413
  if (R(T) || Wt(T))
5413
- return h = h.get(m) || null, A(r, h, T, X, null);
5414
+ return h = h.get(m) || null, A(r, h, T, L, null);
5414
5415
  if (typeof T.then == "function")
5415
5416
  return x(
5416
5417
  h,
5417
5418
  r,
5418
5419
  m,
5419
5420
  tu(T),
5420
- X
5421
+ L
5421
5422
  );
5422
5423
  if (T.$$typeof === St)
5423
5424
  return x(
@@ -5425,14 +5426,14 @@ Error generating stack: ` + a.message + `
5425
5426
  r,
5426
5427
  m,
5427
5428
  $n(r, T),
5428
- X
5429
+ L
5429
5430
  );
5430
5431
  eu(r, T);
5431
5432
  }
5432
5433
  return null;
5433
5434
  }
5434
5435
  function B(h, r, m, T) {
5435
- for (var X = null, it = null, q = r, W = r = 0, at = null; q !== null && W < m.length; W++) {
5436
+ for (var L = null, it = null, q = r, W = r = 0, at = null; q !== null && W < m.length; W++) {
5436
5437
  q.index > W ? (at = q, q = null) : at = q.sibling;
5437
5438
  var ct = b(
5438
5439
  h,
@@ -5444,18 +5445,18 @@ Error generating stack: ` + a.message + `
5444
5445
  q === null && (q = at);
5445
5446
  break;
5446
5447
  }
5447
- t && q && ct.alternate === null && e(h, q), r = u(ct, r, W), it === null ? X = ct : it.sibling = ct, it = ct, q = at;
5448
+ t && q && ct.alternate === null && e(h, q), r = u(ct, r, W), it === null ? L = ct : it.sibling = ct, it = ct, q = at;
5448
5449
  }
5449
5450
  if (W === m.length)
5450
- return l(h, q), nt && we(h, W), X;
5451
+ return l(h, q), nt && we(h, W), L;
5451
5452
  if (q === null) {
5452
5453
  for (; W < m.length; W++)
5453
5454
  q = z(h, m[W], T), q !== null && (r = u(
5454
5455
  q,
5455
5456
  r,
5456
5457
  W
5457
- ), it === null ? X = q : it.sibling = q, it = q);
5458
- return nt && we(h, W), X;
5458
+ ), it === null ? L = q : it.sibling = q, it = q);
5459
+ return nt && we(h, W), L;
5459
5460
  }
5460
5461
  for (q = a(q); W < m.length; W++)
5461
5462
  at = x(
@@ -5470,43 +5471,43 @@ Error generating stack: ` + a.message + `
5470
5471
  at,
5471
5472
  r,
5472
5473
  W
5473
- ), it === null ? X = at : it.sibling = at, it = at);
5474
+ ), it === null ? L = at : it.sibling = at, it = at);
5474
5475
  return t && q.forEach(function(El) {
5475
5476
  return e(h, El);
5476
- }), nt && we(h, W), X;
5477
+ }), nt && we(h, W), L;
5477
5478
  }
5478
- function L(h, r, m, T) {
5479
+ function X(h, r, m, T) {
5479
5480
  if (m == null) throw Error(o(151));
5480
- for (var X = null, it = null, q = r, W = r = 0, at = null, ct = m.next(); q !== null && !ct.done; W++, ct = m.next()) {
5481
+ for (var L = null, it = null, q = r, W = r = 0, at = null, ct = m.next(); q !== null && !ct.done; W++, ct = m.next()) {
5481
5482
  q.index > W ? (at = q, q = null) : at = q.sibling;
5482
5483
  var El = b(h, q, ct.value, T);
5483
5484
  if (El === null) {
5484
5485
  q === null && (q = at);
5485
5486
  break;
5486
5487
  }
5487
- t && q && El.alternate === null && e(h, q), r = u(El, r, W), it === null ? X = El : it.sibling = El, it = El, q = at;
5488
+ t && q && El.alternate === null && e(h, q), r = u(El, r, W), it === null ? L = El : it.sibling = El, it = El, q = at;
5488
5489
  }
5489
5490
  if (ct.done)
5490
- return l(h, q), nt && we(h, W), X;
5491
+ return l(h, q), nt && we(h, W), L;
5491
5492
  if (q === null) {
5492
5493
  for (; !ct.done; W++, ct = m.next())
5493
- ct = z(h, ct.value, T), ct !== null && (r = u(ct, r, W), it === null ? X = ct : it.sibling = ct, it = ct);
5494
- return nt && we(h, W), X;
5494
+ ct = z(h, ct.value, T), ct !== null && (r = u(ct, r, W), it === null ? L = ct : it.sibling = ct, it = ct);
5495
+ return nt && we(h, W), L;
5495
5496
  }
5496
5497
  for (q = a(q); !ct.done; W++, ct = m.next())
5497
- ct = x(q, h, W, ct.value, T), ct !== null && (t && ct.alternate !== null && q.delete(ct.key === null ? W : ct.key), r = u(ct, r, W), it === null ? X = ct : it.sibling = ct, it = ct);
5498
+ ct = x(q, h, W, ct.value, T), ct !== null && (t && ct.alternate !== null && q.delete(ct.key === null ? W : ct.key), r = u(ct, r, W), it === null ? L = ct : it.sibling = ct, it = ct);
5498
5499
  return t && q.forEach(function(rg) {
5499
5500
  return e(h, rg);
5500
- }), nt && we(h, W), X;
5501
+ }), nt && we(h, W), L;
5501
5502
  }
5502
5503
  function vt(h, r, m, T) {
5503
5504
  if (typeof m == "object" && m !== null && m.type === J && m.key === null && (m = m.props.children), typeof m == "object" && m !== null) {
5504
5505
  switch (m.$$typeof) {
5505
5506
  case ft:
5506
5507
  t: {
5507
- for (var X = m.key; r !== null; ) {
5508
- if (r.key === X) {
5509
- if (X = m.type, X === J) {
5508
+ for (var L = m.key; r !== null; ) {
5509
+ if (r.key === L) {
5510
+ if (L = m.type, L === J) {
5510
5511
  if (r.tag === 7) {
5511
5512
  l(
5512
5513
  h,
@@ -5517,7 +5518,7 @@ Error generating stack: ` + a.message + `
5517
5518
  ), T.return = h, h = T;
5518
5519
  break t;
5519
5520
  }
5520
- } else if (r.elementType === X || typeof X == "object" && X !== null && X.$$typeof === xt && Yl(X) === r.type) {
5521
+ } else if (r.elementType === L || typeof L == "object" && L !== null && L.$$typeof === xt && Yl(L) === r.type) {
5521
5522
  l(
5522
5523
  h,
5523
5524
  r.sibling
@@ -5546,8 +5547,8 @@ Error generating stack: ` + a.message + `
5546
5547
  return i(h);
5547
5548
  case $:
5548
5549
  t: {
5549
- for (X = m.key; r !== null; ) {
5550
- if (r.key === X)
5550
+ for (L = m.key; r !== null; ) {
5551
+ if (r.key === L)
5551
5552
  if (r.tag === 4 && r.stateNode.containerInfo === m.containerInfo && r.stateNode.implementation === m.implementation) {
5552
5553
  l(
5553
5554
  h,
@@ -5580,8 +5581,8 @@ Error generating stack: ` + a.message + `
5580
5581
  T
5581
5582
  );
5582
5583
  if (Wt(m)) {
5583
- if (X = Wt(m), typeof X != "function") throw Error(o(150));
5584
- return m = X.call(m), L(
5584
+ if (L = Wt(m), typeof L != "function") throw Error(o(150));
5585
+ return m = L.call(m), X(
5585
5586
  h,
5586
5587
  r,
5587
5588
  m,
@@ -5609,13 +5610,13 @@ Error generating stack: ` + a.message + `
5609
5610
  return function(h, r, m, T) {
5610
5611
  try {
5611
5612
  $a = 0;
5612
- var X = vt(
5613
+ var L = vt(
5613
5614
  h,
5614
5615
  r,
5615
5616
  m,
5616
5617
  T
5617
5618
  );
5618
- return ya = null, X;
5619
+ return ya = null, L;
5619
5620
  } catch (q) {
5620
5621
  if (q === ha || q === In) throw q;
5621
5622
  var it = re(29, q, null, h.mode);
@@ -5721,12 +5722,12 @@ Error generating stack: ` + a.message + `
5721
5722
  next: null
5722
5723
  });
5723
5724
  t: {
5724
- var B = t, L = c;
5725
+ var B = t, X = c;
5725
5726
  b = e;
5726
5727
  var vt = l;
5727
- switch (L.tag) {
5728
+ switch (X.tag) {
5728
5729
  case 1:
5729
- if (B = L.payload, typeof B == "function") {
5730
+ if (B = X.payload, typeof B == "function") {
5730
5731
  z = B.call(vt, z, b);
5731
5732
  break t;
5732
5733
  }
@@ -5735,7 +5736,7 @@ Error generating stack: ` + a.message + `
5735
5736
  case 3:
5736
5737
  B.flags = B.flags & -65537 | 128;
5737
5738
  case 0:
5738
- if (B = L.payload, b = typeof B == "function" ? B.call(vt, z, b) : B, b == null) break t;
5739
+ if (B = X.payload, b = typeof B == "function" ? B.call(vt, z, b) : B, b == null) break t;
5739
5740
  z = j({}, z, b);
5740
5741
  break t;
5741
5742
  case 2:
@@ -5760,16 +5761,16 @@ Error generating stack: ` + a.message + `
5760
5761
  A === null && (s = z), n.baseState = s, n.firstBaseUpdate = v, n.lastBaseUpdate = A, u === null && (n.shared.lanes = 0), gl |= i, t.lanes = i, t.memoizedState = z;
5761
5762
  }
5762
5763
  }
5763
- function Xs(t, e) {
5764
+ function Ls(t, e) {
5764
5765
  if (typeof t != "function")
5765
5766
  throw Error(o(191, t));
5766
5767
  t.call(e);
5767
5768
  }
5768
- function Ls(t, e) {
5769
+ function Xs(t, e) {
5769
5770
  var l = t.callbacks;
5770
5771
  if (l !== null)
5771
5772
  for (t.callbacks = null, t = 0; t < l.length; t++)
5772
- Xs(l[t], e);
5773
+ Ls(l[t], e);
5773
5774
  }
5774
5775
  var ga = d(null), lu = d(0);
5775
5776
  function Qs(t, e) {
@@ -5820,7 +5821,7 @@ Error generating stack: ` + a.message + `
5820
5821
  }
5821
5822
  return null;
5822
5823
  }
5823
- var Qe = 0, k = null, gt = null, Nt = null, nu = !1, ma = !1, Xl = !1, uu = 0, en = 0, va = null, ey = 0;
5824
+ var Qe = 0, k = null, gt = null, Nt = null, nu = !1, ma = !1, Ll = !1, uu = 0, en = 0, va = null, ey = 0;
5824
5825
  function _t() {
5825
5826
  throw Error(o(321));
5826
5827
  }
@@ -5831,7 +5832,7 @@ Error generating stack: ` + a.message + `
5831
5832
  return !0;
5832
5833
  }
5833
5834
  function Ii(t, e, l, a, n, u) {
5834
- return Qe = u, k = e, e.memoizedState = null, e.updateQueue = null, e.lanes = 0, _.H = t === null || t.memoizedState === null ? Oo : hc, Xl = !1, u = l(a, n), Xl = !1, ma && (u = Ks(
5835
+ return Qe = u, k = e, e.memoizedState = null, e.updateQueue = null, e.lanes = 0, _.H = t === null || t.memoizedState === null ? Oo : hc, Ll = !1, u = l(a, n), Ll = !1, ma && (u = Ks(
5835
5836
  e,
5836
5837
  l,
5837
5838
  a,
@@ -5989,7 +5990,7 @@ Error generating stack: ` + a.message + `
5989
5990
  eagerState: v.eagerState,
5990
5991
  next: null
5991
5992
  }, s === null ? (c = s = z, i = u) : s = s.next = z, k.lanes |= b, gl |= b;
5992
- z = v.action, Xl && l(u, z), u = v.hasEagerState ? v.eagerState : l(u, z);
5993
+ z = v.action, Ll && l(u, z), u = v.hasEagerState ? v.eagerState : l(u, z);
5993
5994
  } else
5994
5995
  b = {
5995
5996
  lane: z,
@@ -6081,7 +6082,7 @@ Error generating stack: ` + a.message + `
6081
6082
  var e = Ft();
6082
6083
  if (typeof t == "function") {
6083
6084
  var l = t;
6084
- if (t = l(), Xl) {
6085
+ if (t = l(), Ll) {
6085
6086
  el(!0);
6086
6087
  try {
6087
6088
  l();
@@ -6360,7 +6361,7 @@ Error generating stack: ` + a.message + `
6360
6361
  var a = l.memoizedState;
6361
6362
  if (e !== null && Fi(e, a[1]))
6362
6363
  return a[0];
6363
- if (a = t(), Xl) {
6364
+ if (a = t(), Ll) {
6364
6365
  el(!0);
6365
6366
  try {
6366
6367
  t();
@@ -6621,7 +6622,7 @@ Error generating stack: ` + a.message + `
6621
6622
  var l = Ft();
6622
6623
  e = e === void 0 ? null : e;
6623
6624
  var a = t();
6624
- if (Xl) {
6625
+ if (Ll) {
6625
6626
  el(!0);
6626
6627
  try {
6627
6628
  t();
@@ -6635,7 +6636,7 @@ Error generating stack: ` + a.message + `
6635
6636
  var a = Ft();
6636
6637
  if (l !== void 0) {
6637
6638
  var n = l(e);
6638
- if (Xl) {
6639
+ if (Ll) {
6639
6640
  el(!0);
6640
6641
  try {
6641
6642
  l(e);
@@ -6868,7 +6869,7 @@ Error generating stack: ` + a.message + `
6868
6869
  function Uo(t, e, l, a) {
6869
6870
  t = e.state, typeof e.componentWillReceiveProps == "function" && e.componentWillReceiveProps(l, a), typeof e.UNSAFE_componentWillReceiveProps == "function" && e.UNSAFE_componentWillReceiveProps(l, a), e.state !== t && gc.enqueueReplaceState(e, e.state, null);
6870
6871
  }
6871
- function Ll(t, e) {
6872
+ function Xl(t, e) {
6872
6873
  var l = e;
6873
6874
  if ("ref" in e) {
6874
6875
  l = {};
@@ -6952,17 +6953,17 @@ Error generating stack: ` + a.message + `
6952
6953
  switch (l.tag) {
6953
6954
  case 31:
6954
6955
  case 13:
6955
- return Ee === null ? zu() : l.alternate === null && Ot === 0 && (Ot = 3), l.flags &= -257, l.flags |= 65536, l.lanes = n, a === Pn ? l.flags |= 16384 : (e = l.updateQueue, e === null ? l.updateQueue = /* @__PURE__ */ new Set([a]) : e.add(a), Xc(t, a, n)), !1;
6956
+ return Ee === null ? zu() : l.alternate === null && Ot === 0 && (Ot = 3), l.flags &= -257, l.flags |= 65536, l.lanes = n, a === Pn ? l.flags |= 16384 : (e = l.updateQueue, e === null ? l.updateQueue = /* @__PURE__ */ new Set([a]) : e.add(a), Lc(t, a, n)), !1;
6956
6957
  case 22:
6957
6958
  return l.flags |= 65536, a === Pn ? l.flags |= 16384 : (e = l.updateQueue, e === null ? (e = {
6958
6959
  transitions: null,
6959
6960
  markerInstances: null,
6960
6961
  retryQueue: /* @__PURE__ */ new Set([a])
6961
- }, l.updateQueue = e) : (l = e.retryQueue, l === null ? e.retryQueue = /* @__PURE__ */ new Set([a]) : l.add(a)), Xc(t, a, n)), !1;
6962
+ }, l.updateQueue = e) : (l = e.retryQueue, l === null ? e.retryQueue = /* @__PURE__ */ new Set([a]) : l.add(a)), Lc(t, a, n)), !1;
6962
6963
  }
6963
6964
  throw Error(o(435, l.tag));
6964
6965
  }
6965
- return Xc(t, a, n), zu(), !1;
6966
+ return Lc(t, a, n), zu(), !1;
6966
6967
  }
6967
6968
  if (nt)
6968
6969
  return e = de.current, e !== null ? ((e.flags & 65536) === 0 && (e.flags |= 256), e.flags |= 65536, e.lanes = n, a !== Hi && (t = Error(o(422), { cause: a }), Ja(xe(t, l)))) : (a !== Hi && (e = Error(o(423), {
@@ -7062,7 +7063,7 @@ Error generating stack: ` + a.message + `
7062
7063
  n
7063
7064
  );
7064
7065
  }
7065
- function Xo(t, e, l, a) {
7066
+ function Lo(t, e, l, a) {
7066
7067
  var n = a.children, u = t !== null ? t.memoizedState : null;
7067
7068
  if (t === null && e.stateNode === null && (e.stateNode = {
7068
7069
  _visibility: 1,
@@ -7076,7 +7077,7 @@ Error generating stack: ` + a.message + `
7076
7077
  n = n | a.lanes | a.childLanes, a = a.sibling;
7077
7078
  a = n & ~u;
7078
7079
  } else a = 0, e.child = null;
7079
- return Lo(
7080
+ return Xo(
7080
7081
  t,
7081
7082
  e,
7082
7083
  u,
@@ -7090,7 +7091,7 @@ Error generating stack: ` + a.message + `
7090
7091
  u !== null ? u.cachePool : null
7091
7092
  ), u !== null ? Qs(e, u) : ki(), Vs(e);
7092
7093
  else
7093
- return a = e.lanes = 536870912, Lo(
7094
+ return a = e.lanes = 536870912, Xo(
7094
7095
  t,
7095
7096
  e,
7096
7097
  u !== null ? u.baseLanes | l : l,
@@ -7109,8 +7110,8 @@ Error generating stack: ` + a.message + `
7109
7110
  _transitions: null
7110
7111
  }), e.sibling;
7111
7112
  }
7112
- function Lo(t, e, l, a, n) {
7113
- var u = Li();
7113
+ function Xo(t, e, l, a, n) {
7114
+ var u = Xi();
7114
7115
  return u = u === null ? null : { parent: Rt._currentValue, pool: u }, e.memoizedState = {
7115
7116
  baseLanes: l,
7116
7117
  cachePool: u
@@ -7213,7 +7214,7 @@ Error generating stack: ` + a.message + `
7213
7214
  ), u.state = e.memoizedState), typeof l.getDerivedStateFromProps == "function" || typeof u.getSnapshotBeforeUpdate == "function" || typeof u.UNSAFE_componentWillMount != "function" && typeof u.componentWillMount != "function" || (i = u.state, typeof u.componentWillMount == "function" && u.componentWillMount(), typeof u.UNSAFE_componentWillMount == "function" && u.UNSAFE_componentWillMount(), i !== u.state && gc.enqueueReplaceState(u, u.state, null), tn(e, a, u, n), Pa(), u.state = e.memoizedState), typeof u.componentDidMount == "function" && (e.flags |= 4194308), a = !0;
7214
7215
  } else if (t === null) {
7215
7216
  u = e.stateNode;
7216
- var c = e.memoizedProps, s = Ll(l, c);
7217
+ var c = e.memoizedProps, s = Xl(l, c);
7217
7218
  u.props = s;
7218
7219
  var v = u.context, A = l.contextType;
7219
7220
  i = ia, typeof A == "object" && A !== null && (i = Vt(A));
@@ -7240,7 +7241,7 @@ Error generating stack: ` + a.message + `
7240
7241
  i
7241
7242
  )) ? (A || typeof u.UNSAFE_componentWillMount != "function" && typeof u.componentWillMount != "function" || (typeof u.componentWillMount == "function" && u.componentWillMount(), typeof u.UNSAFE_componentWillMount == "function" && u.UNSAFE_componentWillMount()), typeof u.componentDidMount == "function" && (e.flags |= 4194308)) : (typeof u.componentDidMount == "function" && (e.flags |= 4194308), e.memoizedProps = a, e.memoizedState = v), u.props = a, u.state = v, u.context = i, a = s) : (typeof u.componentDidMount == "function" && (e.flags |= 4194308), a = !1);
7242
7243
  } else {
7243
- u = e.stateNode, Zi(t, e), i = e.memoizedProps, A = Ll(l, i), u.props = A, z = e.pendingProps, b = u.context, v = l.contextType, s = ia, typeof v == "object" && v !== null && (s = Vt(v)), c = l.getDerivedStateFromProps, (v = typeof c == "function" || typeof u.getSnapshotBeforeUpdate == "function") || typeof u.UNSAFE_componentWillReceiveProps != "function" && typeof u.componentWillReceiveProps != "function" || (i !== z || b !== s) && Uo(
7244
+ u = e.stateNode, Zi(t, e), i = e.memoizedProps, A = Xl(l, i), u.props = A, z = e.pendingProps, b = u.context, v = l.contextType, s = ia, typeof v == "object" && v !== null && (s = Vt(v)), c = l.getDerivedStateFromProps, (v = typeof c == "function" || typeof u.getSnapshotBeforeUpdate == "function") || typeof u.UNSAFE_componentWillReceiveProps != "function" && typeof u.componentWillReceiveProps != "function" || (i !== z || b !== s) && Uo(
7244
7245
  e,
7245
7246
  u,
7246
7247
  a,
@@ -7574,7 +7575,7 @@ Error generating stack: ` + a.message + `
7574
7575
  if (n = e.memoizedState, n !== null && (n.rendering = null, n.tail = null, n.lastEffect = null), N(Ut, Ut.current), a) break;
7575
7576
  return null;
7576
7577
  case 22:
7577
- return e.lanes = 0, Xo(
7578
+ return e.lanes = 0, Lo(
7578
7579
  t,
7579
7580
  e,
7580
7581
  l,
@@ -7605,7 +7606,7 @@ Error generating stack: ` + a.message + `
7605
7606
  t: {
7606
7607
  var a = e.pendingProps;
7607
7608
  if (t = Yl(e.elementType), e.type = t, typeof t == "function")
7608
- Di(t) ? (a = Ll(t, a), e.tag = 1, e = Zo(
7609
+ Di(t) ? (a = Xl(t, a), e.tag = 1, e = Zo(
7609
7610
  null,
7610
7611
  e,
7611
7612
  t,
@@ -7654,7 +7655,7 @@ Error generating stack: ` + a.message + `
7654
7655
  l
7655
7656
  );
7656
7657
  case 1:
7657
- return a = e.type, n = Ll(
7658
+ return a = e.type, n = Xl(
7658
7659
  a,
7659
7660
  e.pendingProps
7660
7661
  ), Zo(
@@ -7733,7 +7734,7 @@ Error generating stack: ` + a.message + `
7733
7734
  null
7734
7735
  )) ? e.memoizedState = l : nt || (l = e.type, t = e.pendingProps, a = Uu(
7735
7736
  I.current
7736
- ).createElement(l), a[Lt] = e, a[Pt] = t, Kt(a, l, t), wt(a), e.stateNode = a) : e.memoizedState = cd(
7737
+ ).createElement(l), a[Xt] = e, a[Pt] = t, Kt(a, l, t), wt(a), e.stateNode = a) : e.memoizedState = cd(
7737
7738
  e.type,
7738
7739
  t.memoizedProps,
7739
7740
  e.pendingProps,
@@ -7751,7 +7752,7 @@ Error generating stack: ` + a.message + `
7751
7752
  l
7752
7753
  ), yu(t, e), t === null && (e.flags |= 4194304), e.child;
7753
7754
  case 5:
7754
- return t === null && nt && ((n = a = Tt) && (a = Xy(
7755
+ return t === null && nt && ((n = a = Tt) && (a = Ly(
7755
7756
  a,
7756
7757
  e.type,
7757
7758
  e.pendingProps,
@@ -7765,7 +7766,7 @@ Error generating stack: ` + a.message + `
7765
7766
  l
7766
7767
  ), xn._currentValue = n), yu(t, e), Zt(t, e, a, l), e.child;
7767
7768
  case 6:
7768
- return t === null && nt && ((t = l = Tt) && (l = Ly(
7769
+ return t === null && nt && ((t = l = Tt) && (l = Xy(
7769
7770
  l,
7770
7771
  e.pendingProps,
7771
7772
  ze
@@ -7836,14 +7837,14 @@ Error generating stack: ` + a.message + `
7836
7837
  case 31:
7837
7838
  return oy(t, e, l);
7838
7839
  case 22:
7839
- return Xo(
7840
+ return Lo(
7840
7841
  t,
7841
7842
  e,
7842
7843
  l,
7843
7844
  e.pendingProps
7844
7845
  );
7845
7846
  case 24:
7846
- return Bl(e), a = Vt(Rt), t === null ? (n = Li(), n === null && (n = bt, u = wi(), n.pooledCache = u, u.refCount++, u !== null && (n.pooledCacheLanes |= l), n = u), e.memoizedState = { parent: a, cache: n }, Vi(e), cl(e, Rt, n)) : ((t.lanes & l) !== 0 && (Zi(t, e), tn(e, null, null, l), Pa()), n = t.memoizedState, u = e.memoizedState, n.parent !== a ? (n = { parent: a, cache: a }, e.memoizedState = n, e.lanes === 0 && (e.memoizedState = e.updateQueue.baseState = n), cl(e, Rt, a)) : (a = u.cache, cl(e, Rt, a), a !== n.cache && Gi(
7847
+ return Bl(e), a = Vt(Rt), t === null ? (n = Xi(), n === null && (n = bt, u = wi(), n.pooledCache = u, u.refCount++, u !== null && (n.pooledCacheLanes |= l), n = u), e.memoizedState = { parent: a, cache: n }, Vi(e), cl(e, Rt, n)) : ((t.lanes & l) !== 0 && (Zi(t, e), tn(e, null, null, l), Pa()), n = t.memoizedState, u = e.memoizedState, n.parent !== a ? (n = { parent: a, cache: a }, e.memoizedState = n, e.lanes === 0 && (e.memoizedState = e.updateQueue.baseState = n), cl(e, Rt, a)) : (a = u.cache, cl(e, Rt, a), a !== n.cache && Gi(
7847
7848
  e,
7848
7849
  [Rt],
7849
7850
  l,
@@ -7924,7 +7925,7 @@ Error generating stack: ` + a.message + `
7924
7925
  case 1:
7925
7926
  return zt(e), null;
7926
7927
  case 3:
7927
- return l = e.stateNode, a = null, t !== null && (a = t.memoizedState.cache), e.memoizedState.cache !== a && (e.flags |= 2048), Le(Rt), Dt(), l.pendingContext && (l.context = l.pendingContext, l.pendingContext = null), (t === null || t.child === null) && (sa(e) ? Ke(e) : t === null || t.memoizedState.isDehydrated && (e.flags & 256) === 0 || (e.flags |= 1024, Bi())), zt(e), null;
7928
+ return l = e.stateNode, a = null, t !== null && (a = t.memoizedState.cache), e.memoizedState.cache !== a && (e.flags |= 2048), Xe(Rt), Dt(), l.pendingContext && (l.context = l.pendingContext, l.pendingContext = null), (t === null || t.child === null) && (sa(e) ? Ke(e) : t === null || t.memoizedState.isDehydrated && (e.flags & 256) === 0 || (e.flags |= 1024, Bi())), zt(e), null;
7928
7929
  case 26:
7929
7930
  var n = e.type, u = e.memoizedState;
7930
7931
  return t === null ? (Ke(e), u !== null ? (zt(e), Fo(e, u)) : (zt(e), Mc(
@@ -8008,7 +8009,7 @@ Error generating stack: ` + a.message + `
8008
8009
  u = typeof a.is == "string" ? i.createElement(n, { is: a.is }) : i.createElement(n);
8009
8010
  }
8010
8011
  }
8011
- u[Lt] = e, u[Pt] = a;
8012
+ u[Xt] = e, u[Pt] = a;
8012
8013
  t: for (i = e.child; i !== null; ) {
8013
8014
  if (i.tag === 5 || i.tag === 6)
8014
8015
  u.appendChild(i.stateNode);
@@ -8061,11 +8062,11 @@ Error generating stack: ` + a.message + `
8061
8062
  case 5:
8062
8063
  a = n.memoizedProps;
8063
8064
  }
8064
- t[Lt] = e, t = !!(t.nodeValue === l || a !== null && a.suppressHydrationWarning === !0 || Jr(t.nodeValue, l)), t || il(e, !0);
8065
+ t[Xt] = e, t = !!(t.nodeValue === l || a !== null && a.suppressHydrationWarning === !0 || Jr(t.nodeValue, l)), t || il(e, !0);
8065
8066
  } else
8066
8067
  t = Uu(t).createTextNode(
8067
8068
  a
8068
- ), t[Lt] = e, e.stateNode = t;
8069
+ ), t[Xt] = e, e.stateNode = t;
8069
8070
  }
8070
8071
  return zt(e), null;
8071
8072
  case 31:
@@ -8074,7 +8075,7 @@ Error generating stack: ` + a.message + `
8074
8075
  if (t === null) {
8075
8076
  if (!a) throw Error(o(318));
8076
8077
  if (t = e.memoizedState, t = t !== null ? t.dehydrated : null, !t) throw Error(o(557));
8077
- t[Lt] = e;
8078
+ t[Xt] = e;
8078
8079
  } else
8079
8080
  Nl(), (e.flags & 128) === 0 && (e.memoizedState = null), e.flags |= 4;
8080
8081
  zt(e), t = !1;
@@ -8092,7 +8093,7 @@ Error generating stack: ` + a.message + `
8092
8093
  if (t === null) {
8093
8094
  if (!n) throw Error(o(318));
8094
8095
  if (n = e.memoizedState, n = n !== null ? n.dehydrated : null, !n) throw Error(o(317));
8095
- n[Lt] = e;
8096
+ n[Xt] = e;
8096
8097
  } else
8097
8098
  Nl(), (e.flags & 128) === 0 && (e.memoizedState = null), e.flags |= 4;
8098
8099
  zt(e), n = !1;
@@ -8105,7 +8106,7 @@ Error generating stack: ` + a.message + `
8105
8106
  case 4:
8106
8107
  return Dt(), t === null && kc(e.stateNode.containerInfo), zt(e), null;
8107
8108
  case 10:
8108
- return Le(e.type), zt(e), null;
8109
+ return Xe(e.type), zt(e), null;
8109
8110
  case 19:
8110
8111
  if (E(Ut), a = e.memoizedState, a === null) return zt(e), null;
8111
8112
  if (n = (e.flags & 128) !== 0, u = a.rendering, u === null)
@@ -8142,7 +8143,7 @@ Error generating stack: ` + a.message + `
8142
8143
  case 23:
8143
8144
  return he(e), Wi(), a = e.memoizedState !== null, t !== null ? t.memoizedState !== null !== a && (e.flags |= 8192) : a && (e.flags |= 8192), a ? (l & 536870912) !== 0 && (e.flags & 128) === 0 && (zt(e), e.subtreeFlags & 6 && (e.flags |= 8192)) : zt(e), l = e.updateQueue, l !== null && mu(e, l.retryQueue), l = null, t !== null && t.memoizedState !== null && t.memoizedState.cachePool !== null && (l = t.memoizedState.cachePool.pool), a = null, e.memoizedState !== null && e.memoizedState.cachePool !== null && (a = e.memoizedState.cachePool.pool), a !== l && (e.flags |= 2048), t !== null && E(ql), null;
8144
8145
  case 24:
8145
- return l = null, t !== null && (l = t.memoizedState.cache), e.memoizedState.cache !== l && (e.flags |= 2048), Le(Rt), zt(e), null;
8146
+ return l = null, t !== null && (l = t.memoizedState.cache), e.memoizedState.cache !== l && (e.flags |= 2048), Xe(Rt), zt(e), null;
8146
8147
  case 25:
8147
8148
  return null;
8148
8149
  case 30:
@@ -8155,7 +8156,7 @@ Error generating stack: ` + a.message + `
8155
8156
  case 1:
8156
8157
  return t = e.flags, t & 65536 ? (e.flags = t & -65537 | 128, e) : null;
8157
8158
  case 3:
8158
- return Le(Rt), Dt(), t = e.flags, (t & 65536) !== 0 && (t & 128) === 0 ? (e.flags = t & -65537 | 128, e) : null;
8159
+ return Xe(Rt), Dt(), t = e.flags, (t & 65536) !== 0 && (t & 128) === 0 ? (e.flags = t & -65537 | 128, e) : null;
8159
8160
  case 26:
8160
8161
  case 27:
8161
8162
  case 5:
@@ -8179,12 +8180,12 @@ Error generating stack: ` + a.message + `
8179
8180
  case 4:
8180
8181
  return Dt(), null;
8181
8182
  case 10:
8182
- return Le(e.type), null;
8183
+ return Xe(e.type), null;
8183
8184
  case 22:
8184
8185
  case 23:
8185
8186
  return he(e), Wi(), t !== null && E(ql), t = e.flags, t & 65536 ? (e.flags = t & -65537 | 128, e) : null;
8186
8187
  case 24:
8187
- return Le(Rt), null;
8188
+ return Xe(Rt), null;
8188
8189
  case 25:
8189
8190
  return null;
8190
8191
  default:
@@ -8194,7 +8195,7 @@ Error generating stack: ` + a.message + `
8194
8195
  function Io(t, e) {
8195
8196
  switch (Ni(e), e.tag) {
8196
8197
  case 3:
8197
- Le(Rt), Dt();
8198
+ Xe(Rt), Dt();
8198
8199
  break;
8199
8200
  case 26:
8200
8201
  case 27:
@@ -8214,14 +8215,14 @@ Error generating stack: ` + a.message + `
8214
8215
  E(Ut);
8215
8216
  break;
8216
8217
  case 10:
8217
- Le(e.type);
8218
+ Xe(e.type);
8218
8219
  break;
8219
8220
  case 22:
8220
8221
  case 23:
8221
8222
  he(e), Wi(), t !== null && E(ql);
8222
8223
  break;
8223
8224
  case 24:
8224
- Le(Rt);
8225
+ Xe(Rt);
8225
8226
  }
8226
8227
  }
8227
8228
  function fn(t, e) {
@@ -8278,14 +8279,14 @@ Error generating stack: ` + a.message + `
8278
8279
  if (e !== null) {
8279
8280
  var l = t.stateNode;
8280
8281
  try {
8281
- Ls(e, l);
8282
+ Xs(e, l);
8282
8283
  } catch (a) {
8283
8284
  ht(t, t.return, a);
8284
8285
  }
8285
8286
  }
8286
8287
  }
8287
8288
  function tr(t, e, l) {
8288
- l.props = Ll(
8289
+ l.props = Xl(
8289
8290
  t.type,
8290
8291
  t.memoizedProps
8291
8292
  ), l.state = t.memoizedState;
@@ -8398,12 +8399,12 @@ Error generating stack: ` + a.message + `
8398
8399
  try {
8399
8400
  for (var a = t.type, n = e.attributes; n.length; )
8400
8401
  e.removeAttributeNode(n[0]);
8401
- Kt(e, a, l), e[Lt] = t, e[Pt] = l;
8402
+ Kt(e, a, l), e[Xt] = t, e[Pt] = l;
8402
8403
  } catch (u) {
8403
8404
  ht(t, t.return, u);
8404
8405
  }
8405
8406
  }
8406
- var Je = !1, Bt = !1, Dc = !1, nr = typeof WeakSet == "function" ? WeakSet : Set, Xt = null;
8407
+ var Je = !1, Bt = !1, Dc = !1, nr = typeof WeakSet == "function" ? WeakSet : Set, Lt = null;
8407
8408
  function yy(t, e) {
8408
8409
  if (t = t.containerInfo, Fc = Yu, t = gs(t), Ti(t)) {
8409
8410
  if ("selectionStart" in t)
@@ -8441,12 +8442,12 @@ Error generating stack: ` + a.message + `
8441
8442
  }
8442
8443
  l = l || { start: 0, end: 0 };
8443
8444
  } else l = null;
8444
- for (Ic = { focusedElem: t, selectionRange: l }, Yu = !1, Xt = e; Xt !== null; )
8445
- if (e = Xt, t = e.child, (e.subtreeFlags & 1028) !== 0 && t !== null)
8446
- t.return = e, Xt = t;
8445
+ for (Ic = { focusedElem: t, selectionRange: l }, Yu = !1, Lt = e; Lt !== null; )
8446
+ if (e = Lt, t = e.child, (e.subtreeFlags & 1028) !== 0 && t !== null)
8447
+ t.return = e, Lt = t;
8447
8448
  else
8448
- for (; Xt !== null; ) {
8449
- switch (e = Xt, u = e.alternate, t = e.flags, e.tag) {
8449
+ for (; Lt !== null; ) {
8450
+ switch (e = Lt, u = e.alternate, t = e.flags, e.tag) {
8450
8451
  case 0:
8451
8452
  if ((t & 4) !== 0 && (t = e.updateQueue, t = t !== null ? t.events : null, t !== null))
8452
8453
  for (l = 0; l < t.length; l++)
@@ -8459,7 +8460,7 @@ Error generating stack: ` + a.message + `
8459
8460
  if ((t & 1024) !== 0 && u !== null) {
8460
8461
  t = void 0, l = e, n = u.memoizedProps, u = u.memoizedState, a = l.stateNode;
8461
8462
  try {
8462
- var B = Ll(
8463
+ var B = Xl(
8463
8464
  l.type,
8464
8465
  n
8465
8466
  );
@@ -8467,11 +8468,11 @@ Error generating stack: ` + a.message + `
8467
8468
  B,
8468
8469
  u
8469
8470
  ), a.__reactInternalSnapshotBeforeUpdate = t;
8470
- } catch (L) {
8471
+ } catch (X) {
8471
8472
  ht(
8472
8473
  l,
8473
8474
  l.return,
8474
- L
8475
+ X
8475
8476
  );
8476
8477
  }
8477
8478
  }
@@ -8503,10 +8504,10 @@ Error generating stack: ` + a.message + `
8503
8504
  if ((t & 1024) !== 0) throw Error(o(163));
8504
8505
  }
8505
8506
  if (t = e.sibling, t !== null) {
8506
- t.return = e.return, Xt = t;
8507
+ t.return = e.return, Lt = t;
8507
8508
  break;
8508
8509
  }
8509
- Xt = e.return;
8510
+ Lt = e.return;
8510
8511
  }
8511
8512
  }
8512
8513
  function ur(t, e, l) {
@@ -8526,7 +8527,7 @@ Error generating stack: ` + a.message + `
8526
8527
  ht(l, l.return, i);
8527
8528
  }
8528
8529
  else {
8529
- var n = Ll(
8530
+ var n = Xl(
8530
8531
  l.type,
8531
8532
  e.memoizedProps
8532
8533
  );
@@ -8559,7 +8560,7 @@ Error generating stack: ` + a.message + `
8559
8560
  e = l.child.stateNode;
8560
8561
  }
8561
8562
  try {
8562
- Ls(t, e);
8563
+ Xs(t, e);
8563
8564
  } catch (i) {
8564
8565
  ht(l, l.return, i);
8565
8566
  }
@@ -8812,10 +8813,10 @@ Error generating stack: ` + a.message + `
8812
8813
  a = t.type, l = t.memoizedProps, n = n.ownerDocument || n;
8813
8814
  e: switch (a) {
8814
8815
  case "title":
8815
- u = n.getElementsByTagName("title")[0], (!u || u[Ha] || u[Lt] || u.namespaceURI === "http://www.w3.org/2000/svg" || u.hasAttribute("itemprop")) && (u = n.createElement(a), n.head.insertBefore(
8816
+ u = n.getElementsByTagName("title")[0], (!u || u[Ha] || u[Xt] || u.namespaceURI === "http://www.w3.org/2000/svg" || u.hasAttribute("itemprop")) && (u = n.createElement(a), n.head.insertBefore(
8816
8817
  u,
8817
8818
  n.querySelector("head > title")
8818
- )), Kt(u, a, l), u[Lt] = t, wt(u), a = u;
8819
+ )), Kt(u, a, l), u[Xt] = t, wt(u), a = u;
8819
8820
  break t;
8820
8821
  case "link":
8821
8822
  var i = od(
@@ -8849,7 +8850,7 @@ Error generating stack: ` + a.message + `
8849
8850
  default:
8850
8851
  throw Error(o(468, a));
8851
8852
  }
8852
- u[Lt] = t, wt(u), a = u;
8853
+ u[Xt] = t, wt(u), a = u;
8853
8854
  }
8854
8855
  t.stateNode = a;
8855
8856
  } else
@@ -9121,7 +9122,7 @@ Error generating stack: ` + a.message + `
9121
9122
  var s = n.shared.hiddenCallbacks;
9122
9123
  if (s !== null)
9123
9124
  for (n.shared.hiddenCallbacks = null, n = 0; n < s.length; n++)
9124
- Xs(s[n], c);
9125
+ Ls(s[n], c);
9125
9126
  } catch (v) {
9126
9127
  ht(a, a.return, v);
9127
9128
  }
@@ -9459,7 +9460,7 @@ Error generating stack: ` + a.message + `
9459
9460
  if (e !== null)
9460
9461
  for (var l = 0; l < e.length; l++) {
9461
9462
  var a = e[l];
9462
- Xt = a, mr(
9463
+ Lt = a, mr(
9463
9464
  a,
9464
9465
  t
9465
9466
  );
@@ -9497,7 +9498,7 @@ Error generating stack: ` + a.message + `
9497
9498
  if (e !== null)
9498
9499
  for (var l = 0; l < e.length; l++) {
9499
9500
  var a = e[l];
9500
- Xt = a, mr(
9501
+ Lt = a, mr(
9501
9502
  a,
9502
9503
  t
9503
9504
  );
@@ -9521,8 +9522,8 @@ Error generating stack: ` + a.message + `
9521
9522
  }
9522
9523
  }
9523
9524
  function mr(t, e) {
9524
- for (; Xt !== null; ) {
9525
- var l = Xt;
9525
+ for (; Lt !== null; ) {
9526
+ var l = Lt;
9526
9527
  switch (l.tag) {
9527
9528
  case 0:
9528
9529
  case 11:
@@ -9539,20 +9540,20 @@ Error generating stack: ` + a.message + `
9539
9540
  case 24:
9540
9541
  ka(l.memoizedState.cache);
9541
9542
  }
9542
- if (a = l.child, a !== null) a.return = l, Xt = a;
9543
+ if (a = l.child, a !== null) a.return = l, Lt = a;
9543
9544
  else
9544
- t: for (l = t; Xt !== null; ) {
9545
- a = Xt;
9545
+ t: for (l = t; Lt !== null; ) {
9546
+ a = Lt;
9546
9547
  var n = a.sibling, u = a.return;
9547
9548
  if (ir(a), a === l) {
9548
- Xt = null;
9549
+ Lt = null;
9549
9550
  break t;
9550
9551
  }
9551
9552
  if (n !== null) {
9552
- n.return = u, Xt = n;
9553
+ n.return = u, Lt = n;
9553
9554
  break t;
9554
9555
  }
9555
- Xt = u;
9556
+ Lt = u;
9556
9557
  }
9557
9558
  }
9558
9559
  }
@@ -9807,7 +9808,7 @@ Error generating stack: ` + a.message + `
9807
9808
  if (dt === 0)
9808
9809
  var t = P.return;
9809
9810
  else
9810
- t = P, Xe = Hl = null, ec(t), ya = null, $a = 0, t = P;
9811
+ t = P, Le = Hl = null, ec(t), ya = null, $a = 0, t = P;
9811
9812
  for (; t !== null; )
9812
9813
  Io(t.alternate, t), t = t.return;
9813
9814
  P = null;
@@ -9885,7 +9886,7 @@ Error generating stack: ` + a.message + `
9885
9886
  Ar(t, A);
9886
9887
  }
9887
9888
  while (!0);
9888
- return e && t.shellSuspendCounter++, Xe = Hl = null, st = a, _.H = n, _.A = u, P === null && (bt = null, lt = 0, Vn()), i;
9889
+ return e && t.shellSuspendCounter++, Le = Hl = null, st = a, _.H = n, _.A = u, P === null && (bt = null, lt = 0, Vn()), i;
9889
9890
  }
9890
9891
  function by() {
9891
9892
  for (; P !== null; ) Mr(P);
@@ -9963,7 +9964,7 @@ Error generating stack: ` + a.message + `
9963
9964
  Ar(t, A);
9964
9965
  }
9965
9966
  while (!0);
9966
- return Xe = Hl = null, _.H = a, _.A = n, st = l, P !== null ? 0 : (bt = null, lt = 0, Vn(), Ot);
9967
+ return Le = Hl = null, _.H = a, _.A = n, st = l, P !== null ? 0 : (bt = null, lt = 0, Vn(), Ot);
9967
9968
  }
9968
9969
  function xy() {
9969
9970
  for (; P !== null && !Vd(); )
@@ -10005,7 +10006,7 @@ Error generating stack: ` + a.message + `
10005
10006
  t.memoizedProps = t.pendingProps, e === null ? Eu(t) : P = e;
10006
10007
  }
10007
10008
  function Ea(t, e, l, a) {
10008
- Xe = Hl = null, ec(e), ya = null, $a = 0;
10009
+ Le = Hl = null, ec(e), ya = null, $a = 0;
10009
10010
  var n = e.return;
10010
10011
  try {
10011
10012
  if (sy(
@@ -10129,18 +10130,18 @@ Error generating stack: ` + a.message + `
10129
10130
  else {
10130
10131
  var z = c.ownerDocument || document, b = z && z.defaultView || window;
10131
10132
  if (b.getSelection) {
10132
- var x = b.getSelection(), B = c.textContent.length, L = Math.min(s.start, B), vt = s.end === void 0 ? L : Math.min(s.end, B);
10133
- !x.extend && L > vt && (i = vt, vt = L, L = i);
10133
+ var x = b.getSelection(), B = c.textContent.length, X = Math.min(s.start, B), vt = s.end === void 0 ? X : Math.min(s.end, B);
10134
+ !x.extend && X > vt && (i = vt, vt = X, X = i);
10134
10135
  var h = hs(
10135
10136
  c,
10136
- L
10137
+ X
10137
10138
  ), r = hs(
10138
10139
  c,
10139
10140
  vt
10140
10141
  );
10141
10142
  if (h && r && (x.rangeCount !== 1 || x.anchorNode !== h.node || x.anchorOffset !== h.offset || x.focusNode !== r.node || x.focusOffset !== r.offset)) {
10142
10143
  var m = z.createRange();
10143
- m.setStart(h.node, h.offset), x.removeAllRanges(), L > vt ? (x.addRange(m), x.extend(r.node, r.offset)) : (m.setEnd(r.node, r.offset), x.addRange(m));
10144
+ m.setStart(h.node, h.offset), x.removeAllRanges(), X > vt ? (x.addRange(m), x.extend(r.node, r.offset)) : (m.setEnd(r.node, r.offset), x.addRange(m));
10144
10145
  }
10145
10146
  }
10146
10147
  }
@@ -10276,7 +10277,7 @@ Error generating stack: ` + a.message + `
10276
10277
  e = e.return;
10277
10278
  }
10278
10279
  }
10279
- function Xc(t, e, l) {
10280
+ function Lc(t, e, l) {
10280
10281
  var a = t.pingCache;
10281
10282
  if (a === null) {
10282
10283
  a = t.pingCache = new vy();
@@ -10319,9 +10320,9 @@ Error generating stack: ` + a.message + `
10319
10320
  function Ey(t, e) {
10320
10321
  return ti(t, e);
10321
10322
  }
10322
- var _u = null, Ma = null, Lc = !1, Ou = !1, Qc = !1, bl = 0;
10323
+ var _u = null, Ma = null, Xc = !1, Ou = !1, Qc = !1, bl = 0;
10323
10324
  function He(t) {
10324
- t !== Ma && t.next === null && (Ma === null ? _u = Ma = t : Ma = Ma.next = t), Ou = !0, Lc || (Lc = !0, _y());
10325
+ t !== Ma && t.next === null && (Ma === null ? _u = Ma = t : Ma = Ma.next = t), Ou = !0, Xc || (Xc = !0, _y());
10325
10326
  }
10326
10327
  function gn(t, e) {
10327
10328
  if (!Qc && Ou) {
@@ -10352,7 +10353,7 @@ Error generating stack: ` + a.message + `
10352
10353
  qr();
10353
10354
  }
10354
10355
  function qr() {
10355
- Ou = Lc = !1;
10356
+ Ou = Xc = !1;
10356
10357
  var t = 0;
10357
10358
  bl !== 0 && qy() && (t = bl);
10358
10359
  for (var e = ce(), l = null, a = _u; a !== null; ) {
@@ -10424,19 +10425,19 @@ Error generating stack: ` + a.message + `
10424
10425
  }
10425
10426
  return bl;
10426
10427
  }
10427
- function Xr(t) {
10428
+ function Lr(t) {
10428
10429
  return t == null || typeof t == "symbol" || typeof t == "boolean" ? null : typeof t == "function" ? t : Bn("" + t);
10429
10430
  }
10430
- function Lr(t, e) {
10431
+ function Xr(t, e) {
10431
10432
  var l = e.ownerDocument.createElement("input");
10432
10433
  return l.name = e.name, l.value = e.value, t.id && l.setAttribute("form", t.id), e.parentNode.insertBefore(l, e), t = new FormData(t), l.parentNode.removeChild(l), t;
10433
10434
  }
10434
10435
  function Oy(t, e, l, a, n) {
10435
10436
  if (e === "submit" && l && l.stateNode === n) {
10436
- var u = Xr(
10437
+ var u = Lr(
10437
10438
  (n[Pt] || null).action
10438
10439
  ), i = a.submitter;
10439
- i && (e = (e = i[Pt] || null) ? Xr(e.formAction) : i.getAttribute("formAction"), e !== null && (u = e, i = null));
10440
+ i && (e = (e = i[Pt] || null) ? Lr(e.formAction) : i.getAttribute("formAction"), e !== null && (u = e, i = null));
10440
10441
  var c = new wn(
10441
10442
  "action",
10442
10443
  "action",
@@ -10452,7 +10453,7 @@ Error generating stack: ` + a.message + `
10452
10453
  listener: function() {
10453
10454
  if (a.defaultPrevented) {
10454
10455
  if (bl !== 0) {
10455
- var s = i ? Lr(n, i) : new FormData(n);
10456
+ var s = i ? Xr(n, i) : new FormData(n);
10456
10457
  oc(
10457
10458
  l,
10458
10459
  {
@@ -10466,7 +10467,7 @@ Error generating stack: ` + a.message + `
10466
10467
  );
10467
10468
  }
10468
10469
  } else
10469
- typeof u == "function" && (c.preventDefault(), s = i ? Lr(n, i) : new FormData(n), oc(
10470
+ typeof u == "function" && (c.preventDefault(), s = i ? Xr(n, i) : new FormData(n), oc(
10470
10471
  l,
10471
10472
  {
10472
10473
  pending: !0,
@@ -10714,73 +10715,73 @@ Error generating stack: ` + a.message + `
10714
10715
  case "beforetoggle":
10715
10716
  x = Rh;
10716
10717
  }
10717
- var L = (e & 4) !== 0, vt = !L && (t === "scroll" || t === "scrollend"), h = L ? b !== null ? b + "Capture" : null : b;
10718
- L = [];
10718
+ var X = (e & 4) !== 0, vt = !X && (t === "scroll" || t === "scrollend"), h = X ? b !== null ? b + "Capture" : null : b;
10719
+ X = [];
10719
10720
  for (var r = v, m; r !== null; ) {
10720
10721
  var T = r;
10721
- if (m = T.stateNode, T = T.tag, T !== 5 && T !== 26 && T !== 27 || m === null || h === null || (T = qa(r, h), T != null && L.push(
10722
+ if (m = T.stateNode, T = T.tag, T !== 5 && T !== 26 && T !== 27 || m === null || h === null || (T = qa(r, h), T != null && X.push(
10722
10723
  vn(r, T, m)
10723
10724
  )), vt) break;
10724
10725
  r = r.return;
10725
10726
  }
10726
- 0 < L.length && (b = new x(
10727
+ 0 < X.length && (b = new x(
10727
10728
  b,
10728
10729
  B,
10729
10730
  null,
10730
10731
  l,
10731
10732
  A
10732
- ), z.push({ event: b, listeners: L }));
10733
+ ), z.push({ event: b, listeners: X }));
10733
10734
  }
10734
10735
  }
10735
10736
  if ((e & 7) === 0) {
10736
10737
  t: {
10737
10738
  if (b = t === "mouseover" || t === "pointerover", x = t === "mouseout" || t === "pointerout", b && l !== ri && (B = l.relatedTarget || l.fromElement) && (kl(B) || B[Jl]))
10738
10739
  break t;
10739
- if ((x || b) && (b = A.window === A ? A : (b = A.ownerDocument) ? b.defaultView || b.parentWindow : window, x ? (B = l.relatedTarget || l.toElement, x = v, B = B ? kl(B) : null, B !== null && (vt = H(B), L = B.tag, B !== vt || L !== 5 && L !== 27 && L !== 6) && (B = null)) : (x = null, B = v), x !== B)) {
10740
- if (L = Ff, T = "onMouseLeave", h = "onMouseEnter", r = "mouse", (t === "pointerout" || t === "pointerover") && (L = Pf, T = "onPointerLeave", h = "onPointerEnter", r = "pointer"), vt = x == null ? b : Ba(x), m = B == null ? b : Ba(B), b = new L(
10740
+ if ((x || b) && (b = A.window === A ? A : (b = A.ownerDocument) ? b.defaultView || b.parentWindow : window, x ? (B = l.relatedTarget || l.toElement, x = v, B = B ? kl(B) : null, B !== null && (vt = H(B), X = B.tag, B !== vt || X !== 5 && X !== 27 && X !== 6) && (B = null)) : (x = null, B = v), x !== B)) {
10741
+ if (X = Ff, T = "onMouseLeave", h = "onMouseEnter", r = "mouse", (t === "pointerout" || t === "pointerover") && (X = Pf, T = "onPointerLeave", h = "onPointerEnter", r = "pointer"), vt = x == null ? b : Ba(x), m = B == null ? b : Ba(B), b = new X(
10741
10742
  T,
10742
10743
  r + "leave",
10743
10744
  x,
10744
10745
  l,
10745
10746
  A
10746
- ), b.target = vt, b.relatedTarget = m, T = null, kl(A) === v && (L = new L(
10747
+ ), b.target = vt, b.relatedTarget = m, T = null, kl(A) === v && (X = new X(
10747
10748
  h,
10748
10749
  r + "enter",
10749
10750
  B,
10750
10751
  l,
10751
10752
  A
10752
- ), L.target = m, L.relatedTarget = vt, T = L), vt = T, x && B)
10753
+ ), X.target = m, X.relatedTarget = vt, T = X), vt = T, x && B)
10753
10754
  e: {
10754
- for (L = jy, h = x, r = B, m = 0, T = h; T; T = L(T))
10755
+ for (X = jy, h = x, r = B, m = 0, T = h; T; T = X(T))
10755
10756
  m++;
10756
10757
  T = 0;
10757
- for (var X = r; X; X = L(X))
10758
+ for (var L = r; L; L = X(L))
10758
10759
  T++;
10759
10760
  for (; 0 < m - T; )
10760
- h = L(h), m--;
10761
+ h = X(h), m--;
10761
10762
  for (; 0 < T - m; )
10762
- r = L(r), T--;
10763
+ r = X(r), T--;
10763
10764
  for (; m--; ) {
10764
10765
  if (h === r || r !== null && h === r.alternate) {
10765
- L = h;
10766
+ X = h;
10766
10767
  break e;
10767
10768
  }
10768
- h = L(h), r = L(r);
10769
+ h = X(h), r = X(r);
10769
10770
  }
10770
- L = null;
10771
+ X = null;
10771
10772
  }
10772
- else L = null;
10773
+ else X = null;
10773
10774
  x !== null && Zr(
10774
10775
  z,
10775
10776
  b,
10776
10777
  x,
10777
- L,
10778
+ X,
10778
10779
  !1
10779
10780
  ), B !== null && vt !== null && Zr(
10780
10781
  z,
10781
10782
  vt,
10782
10783
  B,
10783
- L,
10784
+ X,
10784
10785
  !0
10785
10786
  );
10786
10787
  }
@@ -10792,11 +10793,11 @@ Error generating stack: ` + a.message + `
10792
10793
  if (fs)
10793
10794
  it = Qh;
10794
10795
  else {
10795
- it = Xh;
10796
+ it = Lh;
10796
10797
  var q = wh;
10797
10798
  }
10798
10799
  else
10799
- x = b.nodeName, !x || x.toLowerCase() !== "input" || b.type !== "checkbox" && b.type !== "radio" ? v && oi(v.elementType) && (it = cs) : it = Lh;
10800
+ x = b.nodeName, !x || x.toLowerCase() !== "input" || b.type !== "checkbox" && b.type !== "radio" ? v && oi(v.elementType) && (it = cs) : it = Xh;
10800
10801
  if (it && (it = it(t, v))) {
10801
10802
  is(
10802
10803
  z,
@@ -11288,7 +11289,7 @@ Error generating stack: ` + a.message + `
11288
11289
  mt(t, e, a, A, l, null);
11289
11290
  }
11290
11291
  }
11291
- Lf(
11292
+ Xf(
11292
11293
  t,
11293
11294
  u,
11294
11295
  c,
@@ -11587,8 +11588,8 @@ Error generating stack: ` + a.message + `
11587
11588
  case "track":
11588
11589
  case "wbr":
11589
11590
  case "menuitem":
11590
- for (var L in l)
11591
- b = l[L], l.hasOwnProperty(L) && b != null && !a.hasOwnProperty(L) && mt(t, e, L, null, a, b);
11591
+ for (var X in l)
11592
+ b = l[X], l.hasOwnProperty(X) && b != null && !a.hasOwnProperty(X) && mt(t, e, X, null, a, b);
11592
11593
  for (v in a)
11593
11594
  if (b = a[v], x = l[v], a.hasOwnProperty(v) && b !== x && (b != null || x != null))
11594
11595
  switch (v) {
@@ -11773,7 +11774,7 @@ Error generating stack: ` + a.message + `
11773
11774
  t.removeChild(l);
11774
11775
  }
11775
11776
  }
11776
- function Xy(t, e, l, a) {
11777
+ function Ly(t, e, l, a) {
11777
11778
  for (; t.nodeType === 1; ) {
11778
11779
  var n = l;
11779
11780
  if (t.nodeName.toLowerCase() !== e.toLowerCase()) {
@@ -11810,7 +11811,7 @@ Error generating stack: ` + a.message + `
11810
11811
  }
11811
11812
  return null;
11812
11813
  }
11813
- function Ly(t, e, l) {
11814
+ function Xy(t, e, l) {
11814
11815
  if (e === "") return null;
11815
11816
  for (; t.nodeType !== 3; )
11816
11817
  if ((t.nodeType !== 1 || t.nodeName !== "INPUT" || t.type !== "hidden") && !l || (t = Me(t.nextSibling), t === null)) return null;
@@ -12216,7 +12217,7 @@ Error generating stack: ` + a.message + `
12216
12217
  if (a.has(t)) return a;
12217
12218
  for (a.set(t, null), l = l.getElementsByTagName(t), n = 0; n < l.length; n++) {
12218
12219
  var u = l[n];
12219
- if (!(u[Ha] || u[Lt] || t === "link" && u.getAttribute("rel") === "stylesheet") && u.namespaceURI !== "http://www.w3.org/2000/svg") {
12220
+ if (!(u[Ha] || u[Xt] || t === "link" && u.getAttribute("rel") === "stylesheet") && u.namespaceURI !== "http://www.w3.org/2000/svg") {
12220
12221
  var i = u.getAttribute(e) || "";
12221
12222
  i = t + i;
12222
12223
  var c = a.get(i);
@@ -12726,18 +12727,18 @@ Error generating stack: ` + a.message + `
12726
12727
  function sg() {
12727
12728
  hf = !1, xl !== null && wu(xl) && (xl = null), Al !== null && wu(Al) && (Al = null), Tl !== null && wu(Tl) && (Tl = null), An.forEach(Ad), Tn.forEach(Ad);
12728
12729
  }
12729
- function Xu(t, e) {
12730
+ function Lu(t, e) {
12730
12731
  t.blockedOn === e && (t.blockedOn = null, hf || (hf = !0, f.unstable_scheduleCallback(
12731
12732
  f.unstable_NormalPriority,
12732
12733
  sg
12733
12734
  )));
12734
12735
  }
12735
- var Lu = null;
12736
+ var Xu = null;
12736
12737
  function Td(t) {
12737
- Lu !== t && (Lu = t, f.unstable_scheduleCallback(
12738
+ Xu !== t && (Xu = t, f.unstable_scheduleCallback(
12738
12739
  f.unstable_NormalPriority,
12739
12740
  function() {
12740
- Lu === t && (Lu = null);
12741
+ Xu === t && (Xu = null);
12741
12742
  for (var e = 0; e < t.length; e += 3) {
12742
12743
  var l = t[e], a = t[e + 1], n = t[e + 2];
12743
12744
  if (typeof a != "function") {
@@ -12763,9 +12764,9 @@ Error generating stack: ` + a.message + `
12763
12764
  }
12764
12765
  function Da(t) {
12765
12766
  function e(s) {
12766
- return Xu(s, t);
12767
+ return Lu(s, t);
12767
12768
  }
12768
- xl !== null && Xu(xl, t), Al !== null && Xu(Al, t), Tl !== null && Xu(Tl, t), An.forEach(e), Tn.forEach(e);
12769
+ xl !== null && Lu(xl, t), Al !== null && Lu(Al, t), Tl !== null && Lu(Tl, t), An.forEach(e), Tn.forEach(e);
12769
12770
  for (var l = 0; l < zl.length; l++) {
12770
12771
  var a = zl[l];
12771
12772
  a.blockedOn === t && (a.blockedOn = null);
@@ -12927,7 +12928,7 @@ function Qg() {
12927
12928
  console.error(f);
12928
12929
  }
12929
12930
  }
12930
- return g(), vf.exports = Lg(), vf.exports;
12931
+ return g(), vf.exports = Xg(), vf.exports;
12931
12932
  }
12932
12933
  var Bd = Qg();
12933
12934
  let tl = null, Zl = null;
@@ -12951,7 +12952,7 @@ const Kl = /* @__PURE__ */ new Map(), Wu = {
12951
12952
  ...g,
12952
12953
  initialExpanded: !1
12953
12954
  })
12954
- ), console.log("[GlydeChat] Widget initialized"), {
12955
+ ), console.log("[GlydeChat] Widget initialized with unityBaseUrl:", g.unityBaseUrl), {
12955
12956
  /**
12956
12957
  * Destroy the widget
12957
12958
  */