@regulaforensics/idv-face 3.4.313-nightly → 3.4.315-nightly

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/main.js CHANGED
@@ -2,7 +2,7 @@ var _f = Object.defineProperty, Gf = Object.defineProperties;
2
2
  var Zf = Object.getOwnPropertyDescriptors;
3
3
  var ey = Object.getOwnPropertySymbols;
4
4
  var Bf = Object.prototype.hasOwnProperty, Hf = Object.prototype.propertyIsEnumerable;
5
- var ty = (n, r, M) => r in n ? _f(n, r, { enumerable: !0, configurable: !0, writable: !0, value: M }) : n[r] = M, dM = (n, r) => {
5
+ var ty = (n, r, M) => r in n ? _f(n, r, { enumerable: !0, configurable: !0, writable: !0, value: M }) : n[r] = M, Kn = (n, r) => {
6
6
  for (var M in r || (r = {}))
7
7
  Bf.call(r, M) && ty(n, M, r[M]);
8
8
  if (ey)
@@ -630,7 +630,7 @@ const jL = cL(class extends sL {
630
630
  return r !== this.key && (lL(n), this.key = r), M;
631
631
  }
632
632
  });
633
- class tM {
633
+ class rM {
634
634
  constructor({
635
635
  errorCode: r,
636
636
  errorCodeKey: M,
@@ -652,7 +652,7 @@ class tM {
652
652
  }
653
653
  get lastUnderlyingError() {
654
654
  let r = this.underlyingBaseError;
655
- for (; (r == null ? void 0 : r.underlyingBaseError) instanceof tM; )
655
+ for (; (r == null ? void 0 : r.underlyingBaseError) instanceof rM; )
656
656
  r = r.underlyingBaseError;
657
657
  return r == null ? void 0 : r.underlyingError;
658
658
  }
@@ -666,15 +666,15 @@ class tM {
666
666
  underlyingError: this.underlyingError,
667
667
  lastUnderlineError: this.lastUnderlyingError
668
668
  };
669
- return this.underlyingBaseError && this.underlyingBaseError instanceof tM && (r.underlyingBaseError = this.underlyingBaseError.toObject()), r;
669
+ return this.underlyingBaseError && this.underlyingBaseError instanceof rM && (r.underlyingBaseError = this.underlyingBaseError.toObject()), r;
670
670
  }
671
671
  get shortChain() {
672
672
  let r = `${this.shortDomainCode}:${this.errorCode}${this.underlyingError ? "-" + this.underlyingError : ""}`;
673
- return this.underlyingBaseError instanceof tM && (r += `-${this.underlyingBaseError.shortChain}`), r;
673
+ return this.underlyingBaseError instanceof rM && (r += `-${this.underlyingBaseError.shortChain}`), r;
674
674
  }
675
675
  get fullChain() {
676
676
  let r = `${this.module}.${this.domain}:${this.errorCodeKey}${this.underlyingError ? "-" + this.underlyingError : ""}`;
677
- return this.underlyingBaseError instanceof tM && (r += `-${this.underlyingBaseError.fullChain}`), r;
677
+ return this.underlyingBaseError instanceof rM && (r += `-${this.underlyingBaseError.fullChain}`), r;
678
678
  }
679
679
  }
680
680
  function DL(n, r) {
@@ -695,11 +695,11 @@ function yo(n) {
695
695
  if (Array.isArray(n))
696
696
  return n.map(yo);
697
697
  if (ly(n)) {
698
- const r = dM({}, n);
698
+ const r = Kn({}, n);
699
699
  if (delete r.ios, delete r.android, delete r.web, "web" in n)
700
700
  if (ly(n.web)) {
701
701
  const a = yo(r);
702
- return dM(dM({}, a), n.web);
702
+ return Kn(Kn({}, a), n.web);
703
703
  } else
704
704
  return n.web;
705
705
  const M = {};
@@ -727,59 +727,59 @@ const yL = {
727
727
  var KE = /* @__PURE__ */ ((n) => (n.LIVENESS = "LIVENESS", n))(KE || {});
728
728
  const Za = "idv-face";
729
729
  var po = /* @__PURE__ */ ((n) => (n[n.NO_INITIALIZED = 0] = "NO_INITIALIZED", n[n.UNKNOWN_STEP = 1] = "UNKNOWN_STEP", n[n.LIVENESS_ERROR = 2] = "LIVENESS_ERROR", n[n.IMAGE_LOADING_FAILED = 3] = "IMAGE_LOADING_FAILED", n))(po || {}), Ml = /* @__PURE__ */ ((n) => (n[n.CONFIGURATION_FAILED = 0] = "CONFIGURATION_FAILED", n[n.INTERNAL_ERROR = 1] = "INTERNAL_ERROR", n[n.PRESENTER_UNAVAILABLE = 2] = "PRESENTER_UNAVAILABLE", n))(Ml || {});
730
- const $n = class $n extends tM {
730
+ const qn = class qn extends rM {
731
731
  constructor({
732
732
  errorCode: r,
733
733
  message: M,
734
734
  underlyingError: a,
735
735
  underlyingBaseError: o
736
736
  }) {
737
- const g = tM.getErrorKey(r, po);
737
+ const g = rM.getErrorKey(r, po);
738
738
  super({
739
739
  errorCode: r,
740
740
  errorCodeKey: g,
741
- errorEnumName: $n.ERROR_ENUM_NAME,
742
- module: $n.MODULE,
741
+ errorEnumName: qn.ERROR_ENUM_NAME,
742
+ module: qn.MODULE,
743
743
  message: M,
744
744
  underlyingError: a,
745
745
  underlyingBaseError: o,
746
- domain: $n.ERROR_ENUM_NAME,
747
- shortDomainCode: $n.SHORT_CODE
746
+ domain: qn.ERROR_ENUM_NAME,
747
+ shortDomainCode: qn.SHORT_CODE
748
748
  });
749
749
  }
750
750
  };
751
- $n.MODULE = Za, $n.ERROR_ENUM_NAME = "FaceModuleError", $n.SHORT_CODE = "FM";
752
- let Lo = $n;
753
- const qn = class qn extends tM {
751
+ qn.MODULE = Za, qn.ERROR_ENUM_NAME = "FaceModuleError", qn.SHORT_CODE = "FM";
752
+ let Lo = qn;
753
+ const eM = class eM extends rM {
754
754
  constructor({
755
755
  errorCode: r,
756
756
  message: M,
757
757
  underlyingError: a,
758
758
  underlyingBaseError: o
759
759
  }) {
760
- const g = tM.getErrorKey(r, Ml);
760
+ const g = rM.getErrorKey(r, Ml);
761
761
  super({
762
762
  errorCode: r,
763
763
  errorCodeKey: g,
764
- errorEnumName: qn.ERROR_ENUM_NAME,
765
- module: qn.MODULE,
764
+ errorEnumName: eM.ERROR_ENUM_NAME,
765
+ module: eM.MODULE,
766
766
  message: M,
767
767
  underlyingError: a,
768
768
  underlyingBaseError: o,
769
- domain: qn.ERROR_ENUM_NAME,
770
- shortDomainCode: qn.SHORT_CODE
769
+ domain: eM.ERROR_ENUM_NAME,
770
+ shortDomainCode: eM.SHORT_CODE
771
771
  });
772
772
  }
773
773
  };
774
- qn.MODULE = Za, qn.ERROR_ENUM_NAME = "LivenessError", qn.SHORT_CODE = "FML";
775
- let VN = qn;
774
+ eM.MODULE = Za, eM.ERROR_ENUM_NAME = "LivenessError", eM.SHORT_CODE = "FML";
775
+ let VN = eM;
776
776
  const AL = (n) => (r, M) => {
777
777
  M !== void 0 ? M.addInitializer(() => {
778
778
  customElements.define(n, r);
779
779
  }) : customElements.define(n, r);
780
780
  };
781
781
  function dL(n) {
782
- return nl(Ag(dM({}, n), { state: !0, attribute: !1 }));
782
+ return nl(Ag(Kn({}, n), { state: !0, attribute: !1 }));
783
783
  }
784
784
  const xL = (n, r, M) => (M.configurable = !0, M.enumerable = !0, Reflect.decorate && typeof r != "object" && Object.defineProperty(n, r, M), M);
785
785
  function EL(n, r) {
@@ -1189,7 +1189,7 @@ function jr() {
1189
1189
  }, bg;
1190
1190
  }
1191
1191
  var Ug, Hy;
1192
- function rM() {
1192
+ function nM() {
1193
1193
  if (Hy) return Ug;
1194
1194
  Hy = 1;
1195
1195
  var n = ct(), r = Pt(), M = function(a) {
@@ -1242,7 +1242,7 @@ var Gg, Ky;
1242
1242
  function mo() {
1243
1243
  if (Ky) return Gg;
1244
1244
  Ky = 1;
1245
- var n = rM(), r = Pt(), M = Mi(), a = tz(), o = Object;
1245
+ var n = nM(), r = Pt(), M = Mi(), a = tz(), o = Object;
1246
1246
  return Gg = a ? function(g) {
1247
1247
  return typeof g == "symbol";
1248
1248
  } : function(g) {
@@ -1733,7 +1733,7 @@ var zc, _4;
1733
1733
  function bL() {
1734
1734
  if (_4) return zc;
1735
1735
  _4 = 1;
1736
- var n = rM(), r = jt(), M = oz(), a = Iz(), o = Xt(), g = r([].concat);
1736
+ var n = nM(), r = jt(), M = oz(), a = Iz(), o = Xt(), g = r([].concat);
1737
1737
  return zc = n("Reflect", "ownKeys") || function(c) {
1738
1738
  var N = M.f(o(c)), l = a.f;
1739
1739
  return l ? g(N, l(c)) : N;
@@ -1954,7 +1954,7 @@ var Gc, aT;
1954
1954
  function WL() {
1955
1955
  if (aT) return Gc;
1956
1956
  aT = 1;
1957
- var n = rM(), r = Er(), M = In(), a = Mi(), o = Vi(), g = yl(), c = PL(), N = dl(), l = _L(), j = GL(), A = HL(), y = Yt(), D = Yn();
1957
+ var n = nM(), r = Er(), M = In(), a = Mi(), o = Vi(), g = yl(), c = PL(), N = dl(), l = _L(), j = GL(), A = HL(), y = Yt(), D = Yn();
1958
1958
  return Gc = function(T, d, E, z) {
1959
1959
  var h = "stackTraceLimit", S = z ? 2 : 1, L = T.split("."), C = L[L.length - 1], U = n.apply(null, L);
1960
1960
  if (U) {
@@ -2126,7 +2126,7 @@ function $a() {
2126
2126
  }, Vc;
2127
2127
  }
2128
2128
  var Jc, yT;
2129
- function nM() {
2129
+ function MM() {
2130
2130
  if (yT) return Jc;
2131
2131
  yT = 1;
2132
2132
  var n = az(), r = fn();
@@ -2167,7 +2167,7 @@ var qc, xT;
2167
2167
  function qL() {
2168
2168
  if (xT) return qc;
2169
2169
  xT = 1;
2170
- var n = rM();
2170
+ var n = nM();
2171
2171
  return qc = n("document", "documentElement"), qc;
2172
2172
  }
2173
2173
  var es, ET;
@@ -2219,7 +2219,7 @@ var fT;
2219
2219
  function eO() {
2220
2220
  if (fT) return NT;
2221
2221
  fT = 1;
2222
- var n = Bt(), r = ct(), M = Ka(), a = Xt(), o = Pt(), g = $a(), c = nM(), N = gz(), l = Dt(), j = Er(), A = Jt(), y = Uo().IteratorPrototype, D = Yt(), T = Yn(), d = "constructor", E = "Iterator", z = A("toStringTag"), h = TypeError, S = r[E], L = T || !o(S) || S.prototype !== y || !l(function() {
2222
+ var n = Bt(), r = ct(), M = Ka(), a = Xt(), o = Pt(), g = $a(), c = MM(), N = gz(), l = Dt(), j = Er(), A = Jt(), y = Uo().IteratorPrototype, D = Yt(), T = Yn(), d = "constructor", E = "Iterator", z = A("toStringTag"), h = TypeError, S = r[E], L = T || !o(S) || S.prototype !== y || !l(function() {
2223
2223
  S({});
2224
2224
  }), C = function() {
2225
2225
  if (M(this, y), g(this) === y) throw new h("Abstract class Iterator not directly constructable");
@@ -2267,7 +2267,7 @@ function Qo() {
2267
2267
  }), CT;
2268
2268
  }
2269
2269
  var ns, kT;
2270
- function MM() {
2270
+ function iM() {
2271
2271
  if (kT) return ns;
2272
2272
  kT = 1;
2273
2273
  var n = pt(), r = Xt(), M = Xa();
@@ -2292,7 +2292,7 @@ var Ms, hT;
2292
2292
  function tO() {
2293
2293
  if (hT) return Ms;
2294
2294
  hT = 1;
2295
- var n = MM();
2295
+ var n = iM();
2296
2296
  return Ms = function(r, M, a) {
2297
2297
  for (var o = r.length - 1; o >= 0; o--)
2298
2298
  if (r[o] !== void 0)
@@ -2309,7 +2309,7 @@ var is, mT;
2309
2309
  function sz() {
2310
2310
  if (mT) return is;
2311
2311
  mT = 1;
2312
- var n = pt(), r = ii(), M = In(), a = El(), o = Jt(), g = Pn(), c = Xa(), N = Uo().IteratorPrototype, l = Qo(), j = MM(), A = tO(), y = o("toStringTag"), D = "IteratorHelper", T = "WrapForValidIterator", d = "normal", E = "throw", z = g.set, h = function(C) {
2312
+ var n = pt(), r = ii(), M = In(), a = El(), o = Jt(), g = Pn(), c = Xa(), N = Uo().IteratorPrototype, l = Qo(), j = iM(), A = tO(), y = o("toStringTag"), D = "IteratorHelper", T = "WrapForValidIterator", d = "normal", E = "throw", z = g.set, h = function(C) {
2313
2313
  var U = g.getterFor(C ? T : D);
2314
2314
  return a(r(N), {
2315
2315
  next: function() {
@@ -2354,7 +2354,7 @@ var as, vT;
2354
2354
  function zl() {
2355
2355
  if (vT) return as;
2356
2356
  vT = 1;
2357
- var n = Xt(), r = MM();
2357
+ var n = Xt(), r = iM();
2358
2358
  return as = function(M, a, o, g) {
2359
2359
  try {
2360
2360
  return g ? a(n(o)[0], o[1]) : a(o);
@@ -2400,7 +2400,7 @@ var YT;
2400
2400
  function rO() {
2401
2401
  if (YT) return LT;
2402
2402
  YT = 1;
2403
- var n = Bt(), r = pt(), M = Jr(), a = Xt(), o = qa(), g = sz(), c = zl(), N = Yn(), l = MM(), j = Nz(), A = eu(), y = !N && !j("filter", function() {
2403
+ var n = Bt(), r = pt(), M = Jr(), a = Xt(), o = qa(), g = sz(), c = zl(), N = Yn(), l = iM(), j = Nz(), A = eu(), y = !N && !j("filter", function() {
2404
2404
  }), D = !N && !y && A("filter", TypeError), T = N || y || D, d = g(function() {
2405
2405
  for (var E = this.iterator, z = this.predicate, h = this.next, S, L, C; ; ) {
2406
2406
  if (S = a(r(h, E)), L = this.done = !!S.done, L) return;
@@ -2479,7 +2479,7 @@ var Ns, FT;
2479
2479
  function Ol() {
2480
2480
  if (FT) return Ns;
2481
2481
  FT = 1;
2482
- var n = ai(), r = pt(), M = Xt(), a = Wi(), o = Ll(), g = Yr(), c = Mi(), N = Yo(), l = ru(), j = MM(), A = TypeError, y = function(T, d) {
2482
+ var n = ai(), r = pt(), M = Xt(), a = Wi(), o = Ll(), g = Yr(), c = Mi(), N = Yo(), l = ru(), j = iM(), A = TypeError, y = function(T, d) {
2483
2483
  this.stopped = T, this.result = d;
2484
2484
  }, D = y.prototype;
2485
2485
  return Ns = function(T, d, E) {
@@ -2516,7 +2516,7 @@ var VT;
2516
2516
  function nO() {
2517
2517
  if (VT) return PT;
2518
2518
  VT = 1;
2519
- var n = Bt(), r = pt(), M = Ol(), a = Jr(), o = Xt(), g = qa(), c = MM(), N = eu(), l = N("forEach", TypeError);
2519
+ var n = Bt(), r = pt(), M = Ol(), a = Jr(), o = Xt(), g = qa(), c = iM(), N = eu(), l = N("forEach", TypeError);
2520
2520
  return n({ target: "Iterator", proto: !0, real: !0, forced: l }, {
2521
2521
  forEach: function(j) {
2522
2522
  o(this);
@@ -2567,7 +2567,7 @@ var $T;
2567
2567
  function iO() {
2568
2568
  if ($T) return JT;
2569
2569
  $T = 1;
2570
- var n = Bt(), r = rM(), M = Tl(), a = pt(), o = jt(), g = Dt(), c = Pt(), N = mo(), l = Po(), j = MO(), A = al(), y = String, D = r("JSON", "stringify"), T = o(/./.exec), d = o("".charAt), E = o("".charCodeAt), z = o("".replace), h = o(1.1.toString), S = /[\uD800-\uDFFF]/g, L = /^[\uD800-\uDBFF]$/, C = /^[\uDC00-\uDFFF]$/, U = !A || g(function() {
2570
+ var n = Bt(), r = nM(), M = Tl(), a = pt(), o = jt(), g = Dt(), c = Pt(), N = mo(), l = Po(), j = MO(), A = al(), y = String, D = r("JSON", "stringify"), T = o(/./.exec), d = o("".charAt), E = o("".charCodeAt), z = o("".replace), h = o(1.1.toString), S = /[\uD800-\uDFFF]/g, L = /^[\uD800-\uDBFF]$/, C = /^[\uDC00-\uDFFF]$/, U = !A || g(function() {
2571
2571
  var G = r("Symbol")("stringify detection");
2572
2572
  return D([G]) !== "[null]" || D({ a: G }) !== "{}" || D(Object(G)) !== "{}";
2573
2573
  }), k = g(function() {
@@ -3737,7 +3737,7 @@ function jO() {
3737
3737
  }
3738
3738
  return null;
3739
3739
  }
3740
- var je = r.unstable_scheduleCallback, Fe = r.unstable_cancelCallback, ke = r.unstable_shouldYield, wt = r.unstable_requestPaint, tt = r.unstable_now, Ft = r.unstable_getCurrentPriorityLevel, nr = r.unstable_ImmediatePriority, se = r.unstable_UserBlockingPriority, kt = r.unstable_NormalPriority, Pr = r.unstable_LowPriority, iM = r.unstable_IdlePriority, Gn = null, Or = null;
3740
+ var je = r.unstable_scheduleCallback, Fe = r.unstable_cancelCallback, ke = r.unstable_shouldYield, wt = r.unstable_requestPaint, tt = r.unstable_now, Ft = r.unstable_getCurrentPriorityLevel, nr = r.unstable_ImmediatePriority, se = r.unstable_UserBlockingPriority, kt = r.unstable_NormalPriority, Pr = r.unstable_LowPriority, aM = r.unstable_IdlePriority, Gn = null, Or = null;
3741
3741
  function pM(e) {
3742
3742
  if (Or && typeof Or.onCommitFiberRoot == "function") try {
3743
3743
  Or.onCommitFiberRoot(Gn, e, void 0, (e.current.flags & 128) === 128);
@@ -4120,7 +4120,7 @@ function jO() {
4120
4120
  case kt:
4121
4121
  case Pr:
4122
4122
  return 16;
4123
- case iM:
4123
+ case aM:
4124
4124
  return 536870912;
4125
4125
  default:
4126
4126
  return 16;
@@ -4455,14 +4455,14 @@ function jO() {
4455
4455
  return e;
4456
4456
  }
4457
4457
  var oj = Tu("animationend"), Ij = Tu("animationiteration"), gj = Tu("animationstart"), cj = Tu("transitionend"), sj = /* @__PURE__ */ new Map(), Nj = "abort auxClick cancel canPlay canPlayThrough click close contextMenu copy cut drag dragEnd dragEnter dragExit dragLeave dragOver dragStart drop durationChange emptied encrypted ended error gotPointerCapture input invalid keyDown keyPress keyUp load loadedData loadedMetadata loadStart lostPointerCapture mouseDown mouseMove mouseOut mouseOver mouseUp paste pause play playing pointerCancel pointerDown pointerMove pointerOut pointerOver pointerUp progress rateChange reset resize seeked seeking stalled submit suspend timeUpdate touchCancel touchEnd touchStart volumeChange scroll toggle touchMove waiting wheel".split(" ");
4458
- function aM(e, t) {
4458
+ function uM(e, t) {
4459
4459
  sj.set(e, t), g(t, [e]);
4460
4460
  }
4461
4461
  for (var uI = 0; uI < Nj.length; uI++) {
4462
4462
  var oI = Nj[uI], J0 = oI.toLowerCase(), X0 = oI[0].toUpperCase() + oI.slice(1);
4463
- aM(J0, "on" + X0);
4463
+ uM(J0, "on" + X0);
4464
4464
  }
4465
- aM(oj, "onAnimationEnd"), aM(Ij, "onAnimationIteration"), aM(gj, "onAnimationStart"), aM("dblclick", "onDoubleClick"), aM("focusin", "onFocus"), aM("focusout", "onBlur"), aM(cj, "onTransitionEnd"), c("onMouseEnter", ["mouseout", "mouseover"]), c("onMouseLeave", ["mouseout", "mouseover"]), c("onPointerEnter", ["pointerout", "pointerover"]), c("onPointerLeave", ["pointerout", "pointerover"]), g("onChange", "change click focusin focusout input keydown keyup selectionchange".split(" ")), g("onSelect", "focusout contextmenu dragend focusin keydown keyup mousedown mouseup selectionchange".split(" ")), g("onBeforeInput", ["compositionend", "keypress", "textInput", "paste"]), g("onCompositionEnd", "compositionend focusout keydown keypress keyup mousedown".split(" ")), g("onCompositionStart", "compositionstart focusout keydown keypress keyup mousedown".split(" ")), g("onCompositionUpdate", "compositionupdate focusout keydown keypress keyup mousedown".split(" "));
4465
+ uM(oj, "onAnimationEnd"), uM(Ij, "onAnimationIteration"), uM(gj, "onAnimationStart"), uM("dblclick", "onDoubleClick"), uM("focusin", "onFocus"), uM("focusout", "onBlur"), uM(cj, "onTransitionEnd"), c("onMouseEnter", ["mouseout", "mouseover"]), c("onMouseLeave", ["mouseout", "mouseover"]), c("onPointerEnter", ["pointerout", "pointerover"]), c("onPointerLeave", ["pointerout", "pointerover"]), g("onChange", "change click focusin focusout input keydown keyup selectionchange".split(" ")), g("onSelect", "focusout contextmenu dragend focusin keydown keyup mousedown mouseup selectionchange".split(" ")), g("onBeforeInput", ["compositionend", "keypress", "textInput", "paste"]), g("onCompositionEnd", "compositionend focusout keydown keypress keyup mousedown".split(" ")), g("onCompositionStart", "compositionstart focusout keydown keypress keyup mousedown".split(" ")), g("onCompositionUpdate", "compositionupdate focusout keydown keypress keyup mousedown".split(" "));
4466
4466
  var ga = "abort canplay canplaythrough durationchange emptied encrypted ended error loadeddata loadedmetadata loadstart pause play playing progress ratechange resize seeked seeking stalled suspend timeupdate volumechange waiting".split(" "), K0 = new Set("cancel close invalid load scroll toggle".split(" ").concat(ga));
4467
4467
  function lj(e, t, i) {
4468
4468
  var u = e.type || "unknown-event";
@@ -4774,7 +4774,7 @@ function jO() {
4774
4774
  } while (i);
4775
4775
  me(t);
4776
4776
  }
4777
- function uM(e) {
4777
+ function oM(e) {
4778
4778
  for (; e != null; e = e.nextSibling) {
4779
4779
  var t = e.nodeType;
4780
4780
  if (t === 1 || t === 3) break;
@@ -4826,7 +4826,7 @@ function jO() {
4826
4826
  return e[Na] || null;
4827
4827
  }
4828
4828
  var yI = [], zi = -1;
4829
- function oM(e) {
4829
+ function IM(e) {
4830
4830
  return { current: e };
4831
4831
  }
4832
4832
  function bt(e) {
@@ -4835,10 +4835,10 @@ function jO() {
4835
4835
  function ht(e, t) {
4836
4836
  zi++, yI[zi] = e.current, e.current = t;
4837
4837
  }
4838
- var IM = {}, Tr = oM(IM), kr = oM(!1), bM = IM;
4838
+ var gM = {}, Tr = IM(gM), kr = IM(!1), bM = gM;
4839
4839
  function fi(e, t) {
4840
4840
  var i = e.type.contextTypes;
4841
- if (!i) return IM;
4841
+ if (!i) return gM;
4842
4842
  var u = e.stateNode;
4843
4843
  if (u && u.__reactInternalMemoizedUnmaskedChildContext === t) return u.__reactInternalMemoizedMaskedChildContext;
4844
4844
  var I = {}, s;
@@ -4852,7 +4852,7 @@ function jO() {
4852
4852
  bt(kr), bt(Tr);
4853
4853
  }
4854
4854
  function xj(e, t, i) {
4855
- if (Tr.current !== IM) throw Error(M(168));
4855
+ if (Tr.current !== gM) throw Error(M(168));
4856
4856
  ht(Tr, t), ht(kr, i);
4857
4857
  }
4858
4858
  function Ej(e, t, i) {
@@ -4863,7 +4863,7 @@ function jO() {
4863
4863
  return $({}, i, u);
4864
4864
  }
4865
4865
  function Lu(e) {
4866
- return e = (e = e.stateNode) && e.__reactInternalMemoizedMergedChildContext || IM, bM = Tr.current, ht(Tr, e), ht(kr, kr.current), !0;
4866
+ return e = (e = e.stateNode) && e.__reactInternalMemoizedMergedChildContext || gM, bM = Tr.current, ht(Tr, e), ht(kr, kr.current), !0;
4867
4867
  }
4868
4868
  function zj(e, t, i) {
4869
4869
  var u = e.stateNode;
@@ -4877,7 +4877,7 @@ function jO() {
4877
4877
  function af(e) {
4878
4878
  Ou = !0, fj(e);
4879
4879
  }
4880
- function gM() {
4880
+ function cM() {
4881
4881
  if (!TI && Bn !== null) {
4882
4882
  TI = !0;
4883
4883
  var e = 0, t = ft;
@@ -4891,7 +4891,7 @@ function jO() {
4891
4891
  }
4892
4892
  Bn = null, Ou = !1;
4893
4893
  } catch (I) {
4894
- throw Bn !== null && (Bn = Bn.slice(e + 1)), je(nr, gM), I;
4894
+ throw Bn !== null && (Bn = Bn.slice(e + 1)), je(nr, cM), I;
4895
4895
  } finally {
4896
4896
  ft = t, TI = !1;
4897
4897
  }
@@ -4930,7 +4930,7 @@ function jO() {
4930
4930
  switch (e.tag) {
4931
4931
  case 5:
4932
4932
  var i = e.type;
4933
- return t = t.nodeType !== 1 || i.toLowerCase() !== t.nodeName.toLowerCase() ? null : t, t !== null ? (e.stateNode = t, Zr = e, Br = uM(t.firstChild), !0) : !1;
4933
+ return t = t.nodeType !== 1 || i.toLowerCase() !== t.nodeName.toLowerCase() ? null : t, t !== null ? (e.stateNode = t, Zr = e, Br = oM(t.firstChild), !0) : !1;
4934
4934
  case 6:
4935
4935
  return t = e.pendingProps === "" || t.nodeType !== 3 ? null : t, t !== null ? (e.stateNode = t, Zr = e, Br = null, !0) : !1;
4936
4936
  case 13:
@@ -4949,7 +4949,7 @@ function jO() {
4949
4949
  var i = t;
4950
4950
  if (!Sj(e, t)) {
4951
4951
  if (xI(e)) throw Error(M(418));
4952
- t = uM(i.nextSibling);
4952
+ t = oM(i.nextSibling);
4953
4953
  var u = Zr;
4954
4954
  t && Sj(e, t) ? Oj(u, i) : (e.flags = e.flags & -4097 | 2, Qt = !1, Zr = e);
4955
4955
  }
@@ -4969,7 +4969,7 @@ function jO() {
4969
4969
  var t;
4970
4970
  if ((t = e.tag !== 3) && !(t = e.tag !== 5) && (t = e.type, t = t !== "head" && t !== "body" && !NI(e.type, e.memoizedProps)), t && (t = Br)) {
4971
4971
  if (xI(e)) throw Cj(), Error(M(418));
4972
- for (; t; ) Oj(e, t), t = uM(t.nextSibling);
4972
+ for (; t; ) Oj(e, t), t = oM(t.nextSibling);
4973
4973
  }
4974
4974
  if (pj(e), e.tag === 13) {
4975
4975
  if (e = e.memoizedState, e = e !== null ? e.dehydrated : null, !e) throw Error(M(317));
@@ -4979,7 +4979,7 @@ function jO() {
4979
4979
  var i = e.data;
4980
4980
  if (i === "/$") {
4981
4981
  if (t === 0) {
4982
- Br = uM(e.nextSibling);
4982
+ Br = oM(e.nextSibling);
4983
4983
  break e;
4984
4984
  }
4985
4985
  t--;
@@ -4989,11 +4989,11 @@ function jO() {
4989
4989
  }
4990
4990
  Br = null;
4991
4991
  }
4992
- } else Br = Zr ? uM(e.stateNode.nextSibling) : null;
4992
+ } else Br = Zr ? oM(e.stateNode.nextSibling) : null;
4993
4993
  return !0;
4994
4994
  }
4995
4995
  function Cj() {
4996
- for (var e = Br; e; ) e = uM(e.nextSibling);
4996
+ for (var e = Br; e; ) e = oM(e.nextSibling);
4997
4997
  }
4998
4998
  function Si() {
4999
4999
  Br = Zr = null, Qt = !1;
@@ -5045,7 +5045,7 @@ function jO() {
5045
5045
  return P;
5046
5046
  }
5047
5047
  function I(P, v) {
5048
- return P = TM(P, v), P.index = 0, P.sibling = null, P;
5048
+ return P = AM(P, v), P.index = 0, P.sibling = null, P;
5049
5049
  }
5050
5050
  function s(P, v, Z) {
5051
5051
  return P.index = Z, e ? (Z = P.alternate, Z !== null ? (Z = Z.index, Z < v ? (P.flags |= 2, v) : Z) : (P.flags |= 2, v)) : (P.flags |= 1048576, v);
@@ -5138,8 +5138,8 @@ function jO() {
5138
5138
  return Qt && QM(P, Xe), Re;
5139
5139
  }
5140
5140
  for (Be = u(P, Be); Xe < Z.length; Xe++) ar = Se(Be, P, Xe, Z[Xe], ye), ar !== null && (e && ar.alternate !== null && Be.delete(ar.key === null ? Xe : ar.key), v = s(ar, v, Xe), Ze === null ? Re = ar : Ze.sibling = ar, Ze = ar);
5141
- return e && Be.forEach(function(AM) {
5142
- return t(P, AM);
5141
+ return e && Be.forEach(function(dM) {
5142
+ return t(P, dM);
5143
5143
  }), Qt && QM(P, Xe), Re;
5144
5144
  }
5145
5145
  function Qe(P, v, Z, ye) {
@@ -5148,12 +5148,12 @@ function jO() {
5148
5148
  if (Z = Re.call(Z), Z == null) throw Error(M(151));
5149
5149
  for (var Ze = Re = null, Be = v, Xe = v = 0, ar = null, xt = Z.next(); Be !== null && !xt.done; Xe++, xt = Z.next()) {
5150
5150
  Be.index > Xe ? (ar = Be, Be = null) : ar = Be.sibling;
5151
- var AM = ge(P, Be, xt.value, ye);
5152
- if (AM === null) {
5151
+ var dM = ge(P, Be, xt.value, ye);
5152
+ if (dM === null) {
5153
5153
  Be === null && (Be = ar);
5154
5154
  break;
5155
5155
  }
5156
- e && Be && AM.alternate === null && t(P, Be), v = s(AM, v, Xe), Ze === null ? Re = AM : Ze.sibling = AM, Ze = AM, Be = ar;
5156
+ e && Be && dM.alternate === null && t(P, Be), v = s(dM, v, Xe), Ze === null ? Re = dM : Ze.sibling = dM, Ze = dM, Be = ar;
5157
5157
  }
5158
5158
  if (xt.done) return i(
5159
5159
  P,
@@ -5219,7 +5219,7 @@ function jO() {
5219
5219
  }
5220
5220
  return Vt;
5221
5221
  }
5222
- var pi = kj(!0), hj = kj(!1), ku = oM(null), hu = null, Ci = null, fI = null;
5222
+ var pi = kj(!0), hj = kj(!1), ku = IM(null), hu = null, Ci = null, fI = null;
5223
5223
  function LI() {
5224
5224
  fI = Ci = hu = null;
5225
5225
  }
@@ -5259,7 +5259,7 @@ function jO() {
5259
5259
  for (i !== null && (i.lanes |= t), i = e, e = e.return; e !== null; ) e.childLanes |= t, i = e.alternate, i !== null && (i.childLanes |= t), i = e, e = e.return;
5260
5260
  return i.tag === 3 ? i.stateNode : null;
5261
5261
  }
5262
- var cM = !1;
5262
+ var sM = !1;
5263
5263
  function CI(e) {
5264
5264
  e.updateQueue = { baseState: e.memoizedState, firstBaseUpdate: null, lastBaseUpdate: null, shared: { pending: null, interleaved: null, lanes: 0 }, effects: null };
5265
5265
  }
@@ -5269,7 +5269,7 @@ function jO() {
5269
5269
  function Vn(e, t) {
5270
5270
  return { eventTime: e, lane: t, tag: 0, payload: null, callback: null, next: null };
5271
5271
  }
5272
- function sM(e, t, i) {
5272
+ function NM(e, t, i) {
5273
5273
  var u = e.updateQueue;
5274
5274
  if (u === null) return null;
5275
5275
  if (u = u.shared, (yt & 2) !== 0) {
@@ -5302,7 +5302,7 @@ function jO() {
5302
5302
  }
5303
5303
  function vu(e, t, i, u) {
5304
5304
  var I = e.updateQueue;
5305
- cM = !1;
5305
+ sM = !1;
5306
5306
  var s = I.firstBaseUpdate, x = I.lastBaseUpdate, O = I.shared.pending;
5307
5307
  if (O !== null) {
5308
5308
  I.shared.pending = null;
@@ -5342,7 +5342,7 @@ function jO() {
5342
5342
  le = $({}, le, ge);
5343
5343
  break e;
5344
5344
  case 2:
5345
- cM = !0;
5345
+ sM = !0;
5346
5346
  }
5347
5347
  }
5348
5348
  O.callback !== null && O.lane !== 0 && (e.flags |= 64, ge = I.effects, ge === null ? I.effects = [O] : ge.push(O));
@@ -5370,7 +5370,7 @@ function jO() {
5370
5370
  }
5371
5371
  }
5372
5372
  }
5373
- var Da = {}, mn = oM(Da), ya = oM(Da), Ta = oM(Da);
5373
+ var Da = {}, mn = IM(Da), ya = IM(Da), Ta = IM(Da);
5374
5374
  function PM(e) {
5375
5375
  if (e === Da) throw Error(M(174));
5376
5376
  return e;
@@ -5397,7 +5397,7 @@ function jO() {
5397
5397
  function kI(e) {
5398
5398
  ya.current === e && (bt(mn), bt(ya));
5399
5399
  }
5400
- var _t = oM(0);
5400
+ var _t = IM(0);
5401
5401
  function bu(e) {
5402
5402
  for (var t = e; t !== null; ) {
5403
5403
  if (t.tag === 13) {
@@ -5639,7 +5639,7 @@ function jO() {
5639
5639
  return en().memoizedState;
5640
5640
  }
5641
5641
  function gf(e, t, i) {
5642
- var u = DM(e);
5642
+ var u = yM(e);
5643
5643
  if (i = { lane: u, action: i, hasEagerState: !1, eagerState: null, next: null }, rD(e)) nD(t, i);
5644
5644
  else if (i = mj(e, t, i, u), i !== null) {
5645
5645
  var I = pr();
@@ -5647,7 +5647,7 @@ function jO() {
5647
5647
  }
5648
5648
  }
5649
5649
  function cf(e, t, i) {
5650
- var u = DM(e), I = { lane: u, action: i, hasEagerState: !1, eagerState: null, next: null };
5650
+ var u = yM(e), I = { lane: u, action: i, hasEagerState: !1, eagerState: null, next: null };
5651
5651
  if (rD(e)) nD(t, I);
5652
5652
  else {
5653
5653
  var s = e.alternate;
@@ -5781,23 +5781,23 @@ function jO() {
5781
5781
  return (e = e._reactInternals) ? Xr(e) === e : !1;
5782
5782
  }, enqueueSetState: function(e, t, i) {
5783
5783
  e = e._reactInternals;
5784
- var u = pr(), I = DM(e), s = Vn(u, I);
5785
- s.payload = t, i != null && (s.callback = i), t = sM(e, s, I), t !== null && (xn(t, e, I, u), mu(t, e, I));
5784
+ var u = pr(), I = yM(e), s = Vn(u, I);
5785
+ s.payload = t, i != null && (s.callback = i), t = NM(e, s, I), t !== null && (xn(t, e, I, u), mu(t, e, I));
5786
5786
  }, enqueueReplaceState: function(e, t, i) {
5787
5787
  e = e._reactInternals;
5788
- var u = pr(), I = DM(e), s = Vn(u, I);
5789
- s.tag = 1, s.payload = t, i != null && (s.callback = i), t = sM(e, s, I), t !== null && (xn(t, e, I, u), mu(t, e, I));
5788
+ var u = pr(), I = yM(e), s = Vn(u, I);
5789
+ s.tag = 1, s.payload = t, i != null && (s.callback = i), t = NM(e, s, I), t !== null && (xn(t, e, I, u), mu(t, e, I));
5790
5790
  }, enqueueForceUpdate: function(e, t) {
5791
5791
  e = e._reactInternals;
5792
- var i = pr(), u = DM(e), I = Vn(i, u);
5793
- I.tag = 2, t != null && (I.callback = t), t = sM(e, I, u), t !== null && (xn(t, e, u, i), mu(t, e, u));
5792
+ var i = pr(), u = yM(e), I = Vn(i, u);
5793
+ I.tag = 2, t != null && (I.callback = t), t = NM(e, I, u), t !== null && (xn(t, e, u, i), mu(t, e, u));
5794
5794
  } };
5795
5795
  function iD(e, t, i, u, I, s, x) {
5796
5796
  return e = e.stateNode, typeof e.shouldComponentUpdate == "function" ? e.shouldComponentUpdate(u, s, x) : t.prototype && t.prototype.isPureReactComponent ? !oa(i, u) || !oa(I, s) : !0;
5797
5797
  }
5798
5798
  function aD(e, t, i) {
5799
- var u = !1, I = IM, s = t.contextType;
5800
- return typeof s == "object" && s !== null ? s = qr(s) : (I = hr(t) ? bM : Tr.current, u = t.contextTypes, s = (u = u != null) ? fi(e, I) : IM), t = new t(i, s), e.memoizedState = t.state !== null && t.state !== void 0 ? t.state : null, t.updater = _u, e.stateNode = t, t._reactInternals = e, u && (e = e.stateNode, e.__reactInternalMemoizedUnmaskedChildContext = I, e.__reactInternalMemoizedMaskedChildContext = s), t;
5799
+ var u = !1, I = gM, s = t.contextType;
5800
+ return typeof s == "object" && s !== null ? s = qr(s) : (I = hr(t) ? bM : Tr.current, u = t.contextTypes, s = (u = u != null) ? fi(e, I) : gM), t = new t(i, s), e.memoizedState = t.state !== null && t.state !== void 0 ? t.state : null, t.updater = _u, e.stateNode = t, t._reactInternals = e, u && (e = e.stateNode, e.__reactInternalMemoizedUnmaskedChildContext = I, e.__reactInternalMemoizedMaskedChildContext = s), t;
5801
5801
  }
5802
5802
  function uD(e, t, i, u) {
5803
5803
  e = t.state, typeof t.componentWillReceiveProps == "function" && t.componentWillReceiveProps(i, u), typeof t.UNSAFE_componentWillReceiveProps == "function" && t.UNSAFE_componentWillReceiveProps(i, u), t.state !== e && _u.enqueueReplaceState(t, t.state, null);
@@ -5855,7 +5855,7 @@ Error generating stack: ` + s.message + `
5855
5855
  }
5856
5856
  var s = e.stateNode;
5857
5857
  return s !== null && typeof s.componentDidCatch == "function" && (i.callback = function() {
5858
- HI(e, t), typeof u != "function" && (lM === null ? lM = /* @__PURE__ */ new Set([this]) : lM.add(this));
5858
+ HI(e, t), typeof u != "function" && (jM === null ? jM = /* @__PURE__ */ new Set([this]) : jM.add(this));
5859
5859
  var x = t.stack;
5860
5860
  this.componentDidCatch(t.value, { componentStack: x !== null ? x : "" });
5861
5861
  }), i;
@@ -5878,7 +5878,7 @@ Error generating stack: ` + s.message + `
5878
5878
  return null;
5879
5879
  }
5880
5880
  function sD(e, t, i, u, I) {
5881
- return (e.mode & 1) === 0 ? (e === t ? e.flags |= 65536 : (e.flags |= 128, i.flags |= 131072, i.flags &= -52805, i.tag === 1 && (i.alternate === null ? i.tag = 17 : (t = Vn(-1, 1), t.tag = 2, sM(i, t, 1))), i.lanes |= 1), e) : (e.flags |= 65536, e.lanes = I, e);
5881
+ return (e.mode & 1) === 0 ? (e === t ? e.flags |= 65536 : (e.flags |= 128, i.flags |= 131072, i.flags &= -52805, i.tag === 1 && (i.alternate === null ? i.tag = 17 : (t = Vn(-1, 1), t.tag = 2, NM(i, t, 1))), i.lanes |= 1), e) : (e.flags |= 65536, e.lanes = I, e);
5882
5882
  }
5883
5883
  var Df = C.ReactCurrentOwner, mr = !1;
5884
5884
  function Sr(e, t, i, u) {
@@ -5898,7 +5898,7 @@ Error generating stack: ` + s.message + `
5898
5898
  var x = s.memoizedProps;
5899
5899
  if (i = i.compare, i = i !== null ? i : oa, i(x, u) && e.ref === t.ref) return Jn(e, t, I);
5900
5900
  }
5901
- return t.flags |= 1, e = TM(s, u), e.ref = t.ref, e.return = t, t.child = e;
5901
+ return t.flags |= 1, e = AM(s, u), e.ref = t.ref, e.return = t, t.child = e;
5902
5902
  }
5903
5903
  function jD(e, t, i, u, I) {
5904
5904
  if (e !== null) {
@@ -5938,15 +5938,15 @@ Error generating stack: ` + s.message + `
5938
5938
  var m = x.context, F = i.contextType;
5939
5939
  typeof F == "object" && F !== null ? F = qr(F) : (F = hr(i) ? bM : Tr.current, F = fi(t, F));
5940
5940
  var ce = i.getDerivedStateFromProps, le = typeof ce == "function" || typeof x.getSnapshotBeforeUpdate == "function";
5941
- le || typeof x.UNSAFE_componentWillReceiveProps != "function" && typeof x.componentWillReceiveProps != "function" || (O !== u || m !== F) && uD(t, x, u, F), cM = !1;
5941
+ le || typeof x.UNSAFE_componentWillReceiveProps != "function" && typeof x.componentWillReceiveProps != "function" || (O !== u || m !== F) && uD(t, x, u, F), sM = !1;
5942
5942
  var ge = t.memoizedState;
5943
- x.state = ge, vu(t, u, x, I), m = t.memoizedState, O !== u || ge !== m || kr.current || cM ? (typeof ce == "function" && (GI(t, i, ce, u), m = t.memoizedState), (O = cM || iD(t, i, O, u, ge, m, F)) ? (le || typeof x.UNSAFE_componentWillMount != "function" && typeof x.componentWillMount != "function" || (typeof x.componentWillMount == "function" && x.componentWillMount(), typeof x.UNSAFE_componentWillMount == "function" && x.UNSAFE_componentWillMount()), typeof x.componentDidMount == "function" && (t.flags |= 4194308)) : (typeof x.componentDidMount == "function" && (t.flags |= 4194308), t.memoizedProps = u, t.memoizedState = m), x.props = u, x.state = m, x.context = F, u = O) : (typeof x.componentDidMount == "function" && (t.flags |= 4194308), u = !1);
5943
+ x.state = ge, vu(t, u, x, I), m = t.memoizedState, O !== u || ge !== m || kr.current || sM ? (typeof ce == "function" && (GI(t, i, ce, u), m = t.memoizedState), (O = sM || iD(t, i, O, u, ge, m, F)) ? (le || typeof x.UNSAFE_componentWillMount != "function" && typeof x.componentWillMount != "function" || (typeof x.componentWillMount == "function" && x.componentWillMount(), typeof x.UNSAFE_componentWillMount == "function" && x.UNSAFE_componentWillMount()), typeof x.componentDidMount == "function" && (t.flags |= 4194308)) : (typeof x.componentDidMount == "function" && (t.flags |= 4194308), t.memoizedProps = u, t.memoizedState = m), x.props = u, x.state = m, x.context = F, u = O) : (typeof x.componentDidMount == "function" && (t.flags |= 4194308), u = !1);
5944
5944
  } else {
5945
5945
  x = t.stateNode, vj(e, t), O = t.memoizedProps, F = t.type === t.elementType ? O : Tn(t.type, O), x.props = F, le = t.pendingProps, ge = x.context, m = i.contextType, typeof m == "object" && m !== null ? m = qr(m) : (m = hr(i) ? bM : Tr.current, m = fi(t, m));
5946
5946
  var Se = i.getDerivedStateFromProps;
5947
- (ce = typeof Se == "function" || typeof x.getSnapshotBeforeUpdate == "function") || typeof x.UNSAFE_componentWillReceiveProps != "function" && typeof x.componentWillReceiveProps != "function" || (O !== le || ge !== m) && uD(t, x, u, m), cM = !1, ge = t.memoizedState, x.state = ge, vu(t, u, x, I);
5947
+ (ce = typeof Se == "function" || typeof x.getSnapshotBeforeUpdate == "function") || typeof x.UNSAFE_componentWillReceiveProps != "function" && typeof x.componentWillReceiveProps != "function" || (O !== le || ge !== m) && uD(t, x, u, m), sM = !1, ge = t.memoizedState, x.state = ge, vu(t, u, x, I);
5948
5948
  var ve = t.memoizedState;
5949
- O !== le || ge !== ve || kr.current || cM ? (typeof Se == "function" && (GI(t, i, Se, u), ve = t.memoizedState), (F = cM || iD(t, i, F, u, ge, ve, m) || !1) ? (ce || typeof x.UNSAFE_componentWillUpdate != "function" && typeof x.componentWillUpdate != "function" || (typeof x.componentWillUpdate == "function" && x.componentWillUpdate(u, ve, m), typeof x.UNSAFE_componentWillUpdate == "function" && x.UNSAFE_componentWillUpdate(u, ve, m)), typeof x.componentDidUpdate == "function" && (t.flags |= 4), typeof x.getSnapshotBeforeUpdate == "function" && (t.flags |= 1024)) : (typeof x.componentDidUpdate != "function" || O === e.memoizedProps && ge === e.memoizedState || (t.flags |= 4), typeof x.getSnapshotBeforeUpdate != "function" || O === e.memoizedProps && ge === e.memoizedState || (t.flags |= 1024), t.memoizedProps = u, t.memoizedState = ve), x.props = u, x.state = ve, x.context = m, u = F) : (typeof x.componentDidUpdate != "function" || O === e.memoizedProps && ge === e.memoizedState || (t.flags |= 4), typeof x.getSnapshotBeforeUpdate != "function" || O === e.memoizedProps && ge === e.memoizedState || (t.flags |= 1024), u = !1);
5949
+ O !== le || ge !== ve || kr.current || sM ? (typeof Se == "function" && (GI(t, i, Se, u), ve = t.memoizedState), (F = sM || iD(t, i, F, u, ge, ve, m) || !1) ? (ce || typeof x.UNSAFE_componentWillUpdate != "function" && typeof x.componentWillUpdate != "function" || (typeof x.componentWillUpdate == "function" && x.componentWillUpdate(u, ve, m), typeof x.UNSAFE_componentWillUpdate == "function" && x.UNSAFE_componentWillUpdate(u, ve, m)), typeof x.componentDidUpdate == "function" && (t.flags |= 4), typeof x.getSnapshotBeforeUpdate == "function" && (t.flags |= 1024)) : (typeof x.componentDidUpdate != "function" || O === e.memoizedProps && ge === e.memoizedState || (t.flags |= 4), typeof x.getSnapshotBeforeUpdate != "function" || O === e.memoizedProps && ge === e.memoizedState || (t.flags |= 1024), t.memoizedProps = u, t.memoizedState = ve), x.props = u, x.state = ve, x.context = m, u = F) : (typeof x.componentDidUpdate != "function" || O === e.memoizedProps && ge === e.memoizedState || (t.flags |= 4), typeof x.getSnapshotBeforeUpdate != "function" || O === e.memoizedProps && ge === e.memoizedState || (t.flags |= 1024), u = !1);
5950
5950
  }
5951
5951
  return FI(e, t, i, u, s, I);
5952
5952
  }
@@ -5977,9 +5977,9 @@ Error generating stack: ` + s.message + `
5977
5977
  if (s) {
5978
5978
  s = u.fallback, x = t.mode, I = e.child, O = I.sibling;
5979
5979
  var m = { mode: "hidden", children: u.children };
5980
- return (x & 1) === 0 && t.child !== I ? (u = t.child, u.childLanes = 0, u.pendingProps = m, t.deletions = null) : (u = TM(I, m), u.subtreeFlags = I.subtreeFlags & 14680064), O !== null ? s = TM(O, s) : (s = HM(s, x, i, null), s.flags |= 2), s.return = t, u.return = t, u.sibling = s, t.child = u, u = s, s = t.child, x = e.child.memoizedState, x = x === null ? JI(i) : { baseLanes: x.baseLanes | i, cachePool: null, transitions: x.transitions }, s.memoizedState = x, s.childLanes = e.childLanes & ~i, t.memoizedState = VI, u;
5980
+ return (x & 1) === 0 && t.child !== I ? (u = t.child, u.childLanes = 0, u.pendingProps = m, t.deletions = null) : (u = AM(I, m), u.subtreeFlags = I.subtreeFlags & 14680064), O !== null ? s = AM(O, s) : (s = HM(s, x, i, null), s.flags |= 2), s.return = t, u.return = t, u.sibling = s, t.child = u, u = s, s = t.child, x = e.child.memoizedState, x = x === null ? JI(i) : { baseLanes: x.baseLanes | i, cachePool: null, transitions: x.transitions }, s.memoizedState = x, s.childLanes = e.childLanes & ~i, t.memoizedState = VI, u;
5981
5981
  }
5982
- return s = e.child, e = s.sibling, u = TM(s, { mode: "visible", children: u.children }), (t.mode & 1) === 0 && (u.lanes = i), u.return = t, u.sibling = null, e !== null && (i = t.deletions, i === null ? (t.deletions = [e], t.flags |= 16) : i.push(e)), t.child = u, t.memoizedState = null, u;
5982
+ return s = e.child, e = s.sibling, u = AM(s, { mode: "visible", children: u.children }), (t.mode & 1) === 0 && (u.lanes = i), u.return = t, u.sibling = null, e !== null && (i = t.deletions, i === null ? (t.deletions = [e], t.flags |= 16) : i.push(e)), t.child = u, t.memoizedState = null, u;
5983
5983
  }
5984
5984
  function XI(e, t) {
5985
5985
  return t = to({ mode: "visible", children: t }, e.mode, 0, null), t.return = e, e.child = t;
@@ -6037,7 +6037,7 @@ Error generating stack: ` + s.message + `
6037
6037
  }
6038
6038
  return cg(), u = BI(Error(M(421))), Gu(e, t, x, u);
6039
6039
  }
6040
- return I.data === "$?" ? (t.flags |= 128, t.child = e.child, t = wf.bind(null, e), I._reactRetry = t, null) : (e = s.treeContext, Br = uM(I.nextSibling), Zr = t, Qt = !0, yn = null, e !== null && (Kr[$r++] = Hn, Kr[$r++] = Wn, Kr[$r++] = UM, Hn = e.id, Wn = e.overflow, UM = t), t = XI(t, u.children), t.flags |= 4096, t);
6040
+ return I.data === "$?" ? (t.flags |= 128, t.child = e.child, t = wf.bind(null, e), I._reactRetry = t, null) : (e = s.treeContext, Br = oM(I.nextSibling), Zr = t, Qt = !0, yn = null, e !== null && (Kr[$r++] = Hn, Kr[$r++] = Wn, Kr[$r++] = UM, Hn = e.id, Wn = e.overflow, UM = t), t = XI(t, u.children), t.flags |= 4096, t);
6041
6041
  }
6042
6042
  function ED(e, t, i) {
6043
6043
  e.lanes |= t;
@@ -6099,7 +6099,7 @@ Error generating stack: ` + s.message + `
6099
6099
  if (e !== null && (t.dependencies = e.dependencies), _M |= t.lanes, (i & t.childLanes) === 0) return null;
6100
6100
  if (e !== null && t.child !== e.child) throw Error(M(153));
6101
6101
  if (t.child !== null) {
6102
- for (e = t.child, i = TM(e, e.pendingProps), t.child = i, i.return = t; e.sibling !== null; ) e = e.sibling, i = i.sibling = TM(e, e.pendingProps), i.return = t;
6102
+ for (e = t.child, i = AM(e, e.pendingProps), t.child = i, i.return = t; e.sibling !== null; ) e = e.sibling, i = i.sibling = AM(e, e.pendingProps), i.return = t;
6103
6103
  i.sibling = null;
6104
6104
  }
6105
6105
  return t.child;
@@ -6646,7 +6646,7 @@ Error generating stack: ` + s.message + `
6646
6646
  else if (u !== 4 && (e = e.child, e !== null)) for (tg(e, t, i), e = e.sibling; e !== null; ) tg(e, t, i), e = e.sibling;
6647
6647
  }
6648
6648
  var gr = null, An = !1;
6649
- function NM(e, t, i) {
6649
+ function lM(e, t, i) {
6650
6650
  for (i = i.child; i !== null; ) hD(e, t, i), i = i.sibling;
6651
6651
  }
6652
6652
  function hD(e, t, i) {
@@ -6659,13 +6659,13 @@ Error generating stack: ` + s.message + `
6659
6659
  xr || mi(i, t);
6660
6660
  case 6:
6661
6661
  var u = gr, I = An;
6662
- gr = null, NM(e, t, i), gr = u, An = I, gr !== null && (An ? (e = gr, i = i.stateNode, e.nodeType === 8 ? e.parentNode.removeChild(i) : e.removeChild(i)) : gr.removeChild(i.stateNode));
6662
+ gr = null, lM(e, t, i), gr = u, An = I, gr !== null && (An ? (e = gr, i = i.stateNode, e.nodeType === 8 ? e.parentNode.removeChild(i) : e.removeChild(i)) : gr.removeChild(i.stateNode));
6663
6663
  break;
6664
6664
  case 18:
6665
6665
  gr !== null && (An ? (e = gr, i = i.stateNode, e.nodeType === 8 ? jI(e.parentNode, i) : e.nodeType === 1 && jI(e, i), me(e)) : jI(gr, i.stateNode));
6666
6666
  break;
6667
6667
  case 4:
6668
- u = gr, I = An, gr = i.stateNode.containerInfo, An = !0, NM(e, t, i), gr = u, An = I;
6668
+ u = gr, I = An, gr = i.stateNode.containerInfo, An = !0, lM(e, t, i), gr = u, An = I;
6669
6669
  break;
6670
6670
  case 0:
6671
6671
  case 11:
@@ -6678,7 +6678,7 @@ Error generating stack: ` + s.message + `
6678
6678
  s = s.tag, x !== void 0 && ((s & 2) !== 0 || (s & 4) !== 0) && SD(i, t, x), I = I.next;
6679
6679
  } while (I !== u);
6680
6680
  }
6681
- NM(e, t, i);
6681
+ lM(e, t, i);
6682
6682
  break;
6683
6683
  case 1:
6684
6684
  if (!xr && (mi(i, t), u = i.stateNode, typeof u.componentWillUnmount == "function")) try {
@@ -6686,16 +6686,16 @@ Error generating stack: ` + s.message + `
6686
6686
  } catch (O) {
6687
6687
  Wt(i, t, O);
6688
6688
  }
6689
- NM(e, t, i);
6689
+ lM(e, t, i);
6690
6690
  break;
6691
6691
  case 21:
6692
- NM(e, t, i);
6692
+ lM(e, t, i);
6693
6693
  break;
6694
6694
  case 22:
6695
- i.mode & 1 ? (xr = (u = xr) || i.memoizedState !== null, NM(e, t, i), xr = u) : NM(e, t, i);
6695
+ i.mode & 1 ? (xr = (u = xr) || i.memoizedState !== null, lM(e, t, i), xr = u) : lM(e, t, i);
6696
6696
  break;
6697
6697
  default:
6698
- NM(e, t, i);
6698
+ lM(e, t, i);
6699
6699
  }
6700
6700
  }
6701
6701
  function mD(e) {
@@ -7127,16 +7127,16 @@ Error generating stack: ` + s.message + `
7127
7127
  he = t.return;
7128
7128
  }
7129
7129
  }
7130
- var ff = Math.ceil, Wu = C.ReactCurrentDispatcher, rg = C.ReactCurrentOwner, tn = C.ReactCurrentBatchConfig, yt = 0, ir = null, $t = null, cr = 0, Hr = 0, vi = oM(0), er = 0, La = null, _M = 0, Fu = 0, ng = 0, Oa = null, vr = null, Mg = 0, bi = 1 / 0, Xn = null, Vu = !1, ig = null, lM = null, Ju = !1, jM = null, Xu = 0, Sa = 0, ag = null, Ku = -1, $u = 0;
7130
+ var ff = Math.ceil, Wu = C.ReactCurrentDispatcher, rg = C.ReactCurrentOwner, tn = C.ReactCurrentBatchConfig, yt = 0, ir = null, $t = null, cr = 0, Hr = 0, vi = IM(0), er = 0, La = null, _M = 0, Fu = 0, ng = 0, Oa = null, vr = null, Mg = 0, bi = 1 / 0, Xn = null, Vu = !1, ig = null, jM = null, Ju = !1, DM = null, Xu = 0, Sa = 0, ag = null, Ku = -1, $u = 0;
7131
7131
  function pr() {
7132
7132
  return (yt & 6) !== 0 ? tt() : Ku !== -1 ? Ku : Ku = tt();
7133
7133
  }
7134
- function DM(e) {
7134
+ function yM(e) {
7135
7135
  return (e.mode & 1) === 0 ? 1 : (yt & 2) !== 0 && cr !== 0 ? cr & -cr : uf.transition !== null ? ($u === 0 && ($u = nu()), $u) : (e = ft, e !== 0 || (e = window.event, e = e === void 0 ? 16 : ra(e.type)), e);
7136
7136
  }
7137
7137
  function xn(e, t, i, u) {
7138
7138
  if (50 < Sa) throw Sa = 0, ag = null, Error(M(185));
7139
- wM(e, i, u), ((yt & 2) === 0 || e !== ir) && (e === ir && ((yt & 2) === 0 && (Fu |= i), er === 4 && yM(e, cr)), br(e, u), i === 1 && yt === 0 && (t.mode & 1) === 0 && (bi = tt() + 500, Ou && gM()));
7139
+ wM(e, i, u), ((yt & 2) === 0 || e !== ir) && (e === ir && ((yt & 2) === 0 && (Fu |= i), er === 4 && TM(e, cr)), br(e, u), i === 1 && yt === 0 && (t.mode & 1) === 0 && (bi = tt() + 500, Ou && cM()));
7140
7140
  }
7141
7141
  function br(e, t) {
7142
7142
  var i = e.callbackNode;
@@ -7145,7 +7145,7 @@ Error generating stack: ` + s.message + `
7145
7145
  if (u === 0) i !== null && Fe(i), e.callbackNode = null, e.callbackPriority = 0;
7146
7146
  else if (t = u & -u, e.callbackPriority !== t) {
7147
7147
  if (i != null && Fe(i), t === 1) e.tag === 0 ? af(RD.bind(null, e)) : fj(RD.bind(null, e)), tf(function() {
7148
- (yt & 6) === 0 && gM();
7148
+ (yt & 6) === 0 && cM();
7149
7149
  }), i = null;
7150
7150
  else {
7151
7151
  switch (Mu(u)) {
@@ -7159,7 +7159,7 @@ Error generating stack: ` + s.message + `
7159
7159
  i = kt;
7160
7160
  break;
7161
7161
  case 536870912:
7162
- i = iM;
7162
+ i = aM;
7163
7163
  break;
7164
7164
  default:
7165
7165
  i = kt;
@@ -7193,10 +7193,10 @@ Error generating stack: ` + s.message + `
7193
7193
  LI(), Wu.current = s, yt = I, $t !== null ? t = 0 : (ir = null, cr = 0, t = er);
7194
7194
  }
7195
7195
  if (t !== 0) {
7196
- if (t === 2 && (I = Xi(e), I !== 0 && (u = I, t = ug(e, I))), t === 1) throw i = La, ZM(e, 0), yM(e, u), br(e, tt()), i;
7197
- if (t === 6) yM(e, u);
7196
+ if (t === 2 && (I = Xi(e), I !== 0 && (u = I, t = ug(e, I))), t === 1) throw i = La, ZM(e, 0), TM(e, u), br(e, tt()), i;
7197
+ if (t === 6) TM(e, u);
7198
7198
  else {
7199
- if (I = e.current.alternate, (u & 30) === 0 && !Lf(I) && (t = qu(e, u), t === 2 && (s = Xi(e), s !== 0 && (u = s, t = ug(e, s))), t === 1)) throw i = La, ZM(e, 0), yM(e, u), br(e, tt()), i;
7199
+ if (I = e.current.alternate, (u & 30) === 0 && !Lf(I) && (t = qu(e, u), t === 2 && (s = Xi(e), s !== 0 && (u = s, t = ug(e, s))), t === 1)) throw i = La, ZM(e, 0), TM(e, u), br(e, tt()), i;
7200
7200
  switch (e.finishedWork = I, e.finishedLanes = u, t) {
7201
7201
  case 0:
7202
7202
  case 1:
@@ -7205,7 +7205,7 @@ Error generating stack: ` + s.message + `
7205
7205
  BM(e, vr, Xn);
7206
7206
  break;
7207
7207
  case 3:
7208
- if (yM(e, u), (u & 130023424) === u && (t = Mg + 500 - tt(), 10 < t)) {
7208
+ if (TM(e, u), (u & 130023424) === u && (t = Mg + 500 - tt(), 10 < t)) {
7209
7209
  if (gi(e, 0) !== 0) break;
7210
7210
  if (I = e.suspendedLanes, (I & u) !== u) {
7211
7211
  pr(), e.pingedLanes |= e.suspendedLanes & I;
@@ -7217,7 +7217,7 @@ Error generating stack: ` + s.message + `
7217
7217
  BM(e, vr, Xn);
7218
7218
  break;
7219
7219
  case 4:
7220
- if (yM(e, u), (u & 4194240) === u) break;
7220
+ if (TM(e, u), (u & 4194240) === u) break;
7221
7221
  for (t = e.eventTimes, I = -1; 0 < u; ) {
7222
7222
  var x = 31 - Rr(u);
7223
7223
  s = 1 << x, x = t[x], x > I && (I = x), u &= ~s;
@@ -7271,7 +7271,7 @@ Error generating stack: ` + s.message + `
7271
7271
  }
7272
7272
  return !0;
7273
7273
  }
7274
- function yM(e, t) {
7274
+ function TM(e, t) {
7275
7275
  for (t &= ~ng, t &= ~Fu, e.suspendedLanes |= t, e.pingedLanes &= ~t, e = e.expirationTimes; 0 < t; ) {
7276
7276
  var i = 31 - Rr(t), u = 1 << i;
7277
7277
  e[i] = -1, t &= ~u;
@@ -7287,7 +7287,7 @@ Error generating stack: ` + s.message + `
7287
7287
  var u = Xi(e);
7288
7288
  u !== 0 && (t = u, i = ug(e, u));
7289
7289
  }
7290
- if (i === 1) throw i = La, ZM(e, 0), yM(e, t), br(e, tt()), i;
7290
+ if (i === 1) throw i = La, ZM(e, 0), TM(e, t), br(e, tt()), i;
7291
7291
  if (i === 6) throw Error(M(345));
7292
7292
  return e.finishedWork = e.current.alternate, e.finishedLanes = t, BM(e, vr, Xn), br(e, tt()), null;
7293
7293
  }
@@ -7297,18 +7297,18 @@ Error generating stack: ` + s.message + `
7297
7297
  try {
7298
7298
  return e(t);
7299
7299
  } finally {
7300
- yt = i, yt === 0 && (bi = tt() + 500, Ou && gM());
7300
+ yt = i, yt === 0 && (bi = tt() + 500, Ou && cM());
7301
7301
  }
7302
7302
  }
7303
7303
  function GM(e) {
7304
- jM !== null && jM.tag === 0 && (yt & 6) === 0 && Ui();
7304
+ DM !== null && DM.tag === 0 && (yt & 6) === 0 && Ui();
7305
7305
  var t = yt;
7306
7306
  yt |= 1;
7307
7307
  var i = tn.transition, u = ft;
7308
7308
  try {
7309
7309
  if (tn.transition = null, ft = 1, e) return e();
7310
7310
  } finally {
7311
- ft = u, tn.transition = i, yt = t, (yt & 6) === 0 && gM();
7311
+ ft = u, tn.transition = i, yt = t, (yt & 6) === 0 && cM();
7312
7312
  }
7313
7313
  }
7314
7314
  function gg() {
@@ -7347,7 +7347,7 @@ Error generating stack: ` + s.message + `
7347
7347
  }
7348
7348
  i = i.return;
7349
7349
  }
7350
- if (ir = e, $t = e = TM(e.current, null), cr = Hr = t, er = 0, La = null, ng = Fu = _M = 0, vr = Oa = null, YM !== null) {
7350
+ if (ir = e, $t = e = AM(e.current, null), cr = Hr = t, er = 0, La = null, ng = Fu = _M = 0, vr = Oa = null, YM !== null) {
7351
7351
  for (t = 0; t < YM.length; t++) if (i = YM[t], u = i.interleaved, u !== null) {
7352
7352
  i.interleaved = null;
7353
7353
  var I = u.next, s = i.pending;
@@ -7418,7 +7418,7 @@ Error generating stack: ` + s.message + `
7418
7418
  case 1:
7419
7419
  O = m;
7420
7420
  var v = s.type, Z = s.stateNode;
7421
- if ((s.flags & 128) === 0 && (typeof v.getDerivedStateFromError == "function" || Z !== null && typeof Z.componentDidCatch == "function" && (lM === null || !lM.has(Z)))) {
7421
+ if ((s.flags & 128) === 0 && (typeof v.getDerivedStateFromError == "function" || Z !== null && typeof Z.componentDidCatch == "function" && (jM === null || !jM.has(Z)))) {
7422
7422
  s.flags |= 65536, t &= -t, s.lanes |= t;
7423
7423
  var ye = ID(s, O, t);
7424
7424
  bj(s, ye);
@@ -7441,7 +7441,7 @@ Error generating stack: ` + s.message + `
7441
7441
  return Wu.current = Ru, e === null ? Ru : e;
7442
7442
  }
7443
7443
  function cg() {
7444
- (er === 0 || er === 3 || er === 2) && (er = 4), ir === null || (_M & 268435455) === 0 && (Fu & 268435455) === 0 || yM(ir, cr);
7444
+ (er === 0 || er === 3 || er === 2) && (er = 4), ir === null || (_M & 268435455) === 0 && (Fu & 268435455) === 0 || TM(ir, cr);
7445
7445
  }
7446
7446
  function qu(e, t) {
7447
7447
  var i = yt;
@@ -7509,7 +7509,7 @@ Error generating stack: ` + s.message + `
7509
7509
  function pf(e, t, i, u) {
7510
7510
  do
7511
7511
  Ui();
7512
- while (jM !== null);
7512
+ while (DM !== null);
7513
7513
  if ((yt & 6) !== 0) throw Error(M(327));
7514
7514
  i = e.finishedWork;
7515
7515
  var I = e.finishedLanes;
@@ -7526,17 +7526,17 @@ Error generating stack: ` + s.message + `
7526
7526
  var O = yt;
7527
7527
  yt |= 4, rg.current = null, Ef(e, i), vD(i, e), F0(sI), Ut = !!cI, sI = cI = null, e.current = i, zf(i), wt(), yt = O, ft = x, tn.transition = s;
7528
7528
  } else e.current = i;
7529
- if (Ju && (Ju = !1, jM = e, Xu = I), s = e.pendingLanes, s === 0 && (lM = null), pM(i.stateNode), br(e, tt()), t !== null) for (u = e.onRecoverableError, i = 0; i < t.length; i++) I = t[i], u(I.value, { componentStack: I.stack, digest: I.digest });
7529
+ if (Ju && (Ju = !1, DM = e, Xu = I), s = e.pendingLanes, s === 0 && (jM = null), pM(i.stateNode), br(e, tt()), t !== null) for (u = e.onRecoverableError, i = 0; i < t.length; i++) I = t[i], u(I.value, { componentStack: I.stack, digest: I.digest });
7530
7530
  if (Vu) throw Vu = !1, e = ig, ig = null, e;
7531
- return (Xu & 1) !== 0 && e.tag !== 0 && Ui(), s = e.pendingLanes, (s & 1) !== 0 ? e === ag ? Sa++ : (Sa = 0, ag = e) : Sa = 0, gM(), null;
7531
+ return (Xu & 1) !== 0 && e.tag !== 0 && Ui(), s = e.pendingLanes, (s & 1) !== 0 ? e === ag ? Sa++ : (Sa = 0, ag = e) : Sa = 0, cM(), null;
7532
7532
  }
7533
7533
  function Ui() {
7534
- if (jM !== null) {
7534
+ if (DM !== null) {
7535
7535
  var e = Mu(Xu), t = tn.transition, i = ft;
7536
7536
  try {
7537
- if (tn.transition = null, ft = 16 > e ? 16 : e, jM === null) var u = !1;
7537
+ if (tn.transition = null, ft = 16 > e ? 16 : e, DM === null) var u = !1;
7538
7538
  else {
7539
- if (e = jM, jM = null, Xu = 0, (yt & 6) !== 0) throw Error(M(331));
7539
+ if (e = DM, DM = null, Xu = 0, (yt & 6) !== 0) throw Error(M(331));
7540
7540
  var I = yt;
7541
7541
  for (yt |= 4, he = e.current; he !== null; ) {
7542
7542
  var s = he, x = s.child;
@@ -7628,7 +7628,7 @@ Error generating stack: ` + s.message + `
7628
7628
  he = O.return;
7629
7629
  }
7630
7630
  }
7631
- if (yt = I, gM(), Or && typeof Or.onPostCommitFiberRoot == "function") try {
7631
+ if (yt = I, cM(), Or && typeof Or.onPostCommitFiberRoot == "function") try {
7632
7632
  Or.onPostCommitFiberRoot(Gn, e);
7633
7633
  } catch (Re) {
7634
7634
  }
@@ -7642,7 +7642,7 @@ Error generating stack: ` + s.message + `
7642
7642
  return !1;
7643
7643
  }
7644
7644
  function HD(e, t, i) {
7645
- t = hi(i, t), t = oD(e, t, 1), e = sM(e, t, 1), t = pr(), e !== null && (wM(e, 1, t), br(e, t));
7645
+ t = hi(i, t), t = oD(e, t, 1), e = NM(e, t, 1), t = pr(), e !== null && (wM(e, 1, t), br(e, t));
7646
7646
  }
7647
7647
  function Wt(e, t, i) {
7648
7648
  if (e.tag === 3) HD(e, e, i);
@@ -7652,8 +7652,8 @@ Error generating stack: ` + s.message + `
7652
7652
  break;
7653
7653
  } else if (t.tag === 1) {
7654
7654
  var u = t.stateNode;
7655
- if (typeof t.type.getDerivedStateFromError == "function" || typeof u.componentDidCatch == "function" && (lM === null || !lM.has(u))) {
7656
- e = hi(i, e), e = ID(t, e, 1), t = sM(t, e, 1), e = pr(), t !== null && (wM(t, 1, e), br(t, e));
7655
+ if (typeof t.type.getDerivedStateFromError == "function" || typeof u.componentDidCatch == "function" && (jM === null || !jM.has(u))) {
7656
+ e = hi(i, e), e = ID(t, e, 1), t = NM(t, e, 1), e = pr(), t !== null && (wM(t, 1, e), br(t, e));
7657
7657
  break;
7658
7658
  }
7659
7659
  }
@@ -7743,7 +7743,7 @@ Error generating stack: ` + s.message + `
7743
7743
  } else if (u !== I) {
7744
7744
  I = hi(Error(M(424)), t), t = dD(e, t, u, i, I);
7745
7745
  break e;
7746
- } else for (Br = uM(t.stateNode.containerInfo.firstChild), Zr = t, Qt = !0, yn = null, i = hj(t, null, u, i), t.child = i; i; ) i.flags = i.flags & -3 | 4096, i = i.sibling;
7746
+ } else for (Br = oM(t.stateNode.containerInfo.firstChild), Zr = t, Qt = !0, yn = null, i = hj(t, null, u, i), t.child = i; i; ) i.flags = i.flags & -3 | 4096, i = i.sibling;
7747
7747
  else {
7748
7748
  if (Si(), u === I) {
7749
7749
  t = Jn(e, t, i);
@@ -7858,7 +7858,7 @@ Error generating stack: ` + s.message + `
7858
7858
  }
7859
7859
  return 2;
7860
7860
  }
7861
- function TM(e, t) {
7861
+ function AM(e, t) {
7862
7862
  var i = e.alternate;
7863
7863
  return i === null ? (i = rn(e.tag, t, e.key, e.mode), i.elementType = e.elementType, i.type = e.type, i.stateNode = e.stateNode, i.alternate = e, e.alternate = i) : (i.pendingProps = t, i.type = e.type, i.flags = 0, i.subtreeFlags = 0, i.deletions = null), i.flags = e.flags & 14680064, i.childLanes = e.childLanes, i.lanes = e.lanes, i.child = e.child, i.memoizedProps = e.memoizedProps, i.memoizedState = e.memoizedState, i.updateQueue = e.updateQueue, t = e.dependencies, i.dependencies = t === null ? null : { lanes: t.lanes, firstContext: t.firstContext }, i.sibling = e.sibling, i.index = e.index, i.ref = e.ref, i;
7864
7864
  }
@@ -7925,7 +7925,7 @@ Error generating stack: ` + s.message + `
7925
7925
  return { $$typeof: k, key: u == null ? null : "" + u, children: e, containerInfo: t, implementation: i };
7926
7926
  }
7927
7927
  function JD(e) {
7928
- if (!e) return IM;
7928
+ if (!e) return gM;
7929
7929
  e = e._reactInternals;
7930
7930
  e: {
7931
7931
  if (Xr(e) !== e || e.tag !== 1) throw Error(M(170));
@@ -7952,11 +7952,11 @@ Error generating stack: ` + s.message + `
7952
7952
  return t;
7953
7953
  }
7954
7954
  function XD(e, t, i, u, I, s, x, O, m) {
7955
- return e = jg(i, u, !0, e, I, s, x, O, m), e.context = JD(null), i = e.current, u = pr(), I = DM(i), s = Vn(u, I), s.callback = t != null ? t : null, sM(i, s, I), e.current.lanes = I, wM(e, I, u), br(e, u), e;
7955
+ return e = jg(i, u, !0, e, I, s, x, O, m), e.context = JD(null), i = e.current, u = pr(), I = yM(i), s = Vn(u, I), s.callback = t != null ? t : null, NM(i, s, I), e.current.lanes = I, wM(e, I, u), br(e, u), e;
7956
7956
  }
7957
7957
  function ro(e, t, i, u) {
7958
- var I = t.current, s = pr(), x = DM(I);
7959
- return i = JD(i), t.context === null ? t.context = i : t.pendingContext = i, t = Vn(s, x), t.payload = { element: e }, u = u === void 0 ? null : u, u !== null && (t.callback = u), e = sM(I, t, x), e !== null && (xn(e, I, x, s), mu(e, I, x)), x;
7958
+ var I = t.current, s = pr(), x = yM(I);
7959
+ return i = JD(i), t.context === null ? t.context = i : t.pendingContext = i, t = Vn(s, x), t.payload = { element: e }, u = u === void 0 ? null : u, u !== null && (t.callback = u), e = NM(I, t, x), e !== null && (xn(e, I, x, s), mu(e, I, x)), x;
7960
7960
  }
7961
7961
  function no(e) {
7962
7962
  return e = e.current, e.child ? (e.child.tag === 5, e.child.stateNode) : null;
@@ -8058,7 +8058,7 @@ Error generating stack: ` + s.message + `
8058
8058
  var t = e.stateNode;
8059
8059
  if (t.current.memoizedState.isDehydrated) {
8060
8060
  var i = CM(t.pendingLanes);
8061
- i !== 0 && ($i(t, i | 1), br(t, tt()), (yt & 6) === 0 && (bi = tt() + 500, gM()));
8061
+ i !== 0 && ($i(t, i | 1), br(t, tt()), (yt & 6) === 0 && (bi = tt() + 500, cM()));
8062
8062
  }
8063
8063
  break;
8064
8064
  case 13:
@@ -8081,7 +8081,7 @@ Error generating stack: ` + s.message + `
8081
8081
  }
8082
8082
  }, au = function(e) {
8083
8083
  if (e.tag === 13) {
8084
- var t = DM(e), i = Fn(e, t);
8084
+ var t = yM(e), i = Fn(e, t);
8085
8085
  if (i !== null) {
8086
8086
  var u = pr();
8087
8087
  xn(i, e, t, u);
@@ -8786,7 +8786,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
8786
8786
  isSamsungBrowser: zt(Me)
8787
8787
  };
8788
8788
  }
8789
- var Sn = Je(N), ln = ie(N), Kt = It(N), yr = Ye(N), Xr = Le(g) || Rt(), SM = Ct(g), B = be(N) || Rt(), ae = st(N), te = Tt(N) || Rt(), b = He(N), je = He(N), Fe = de(j), ke = Ke(j), wt = ut(j) || Rt(), tt = Ae(g), Ft = $e(g), nr = oe(g), se = Ce(g), kt = ze(g), Pr = Et(j), iM = We(j), Gn = At(g), Or = dt(g), pM = Ht(g), Rr = Nt(N), Go = mt(N), Zo = rr(l), Bo = or(l), oi = Lr(A), Ii = St(g) || zr(A), CM = Dr(g), gi = at(N), Ho = On(), Wo = Rt(), Xi = fr(), nu = Nn(), Ki = _n(), wM = zr(A), Fo = St(g) && !zr(A), $i = Pe(j), ft = Ue(j), Mu = Ve(g), iu = zt(g), qi = function(f) {
8789
+ var Sn = Je(N), ln = ie(N), Kt = It(N), yr = Ye(N), Xr = Le(g) || Rt(), SM = Ct(g), B = be(N) || Rt(), ae = st(N), te = Tt(N) || Rt(), b = He(N), je = He(N), Fe = de(j), ke = Ke(j), wt = ut(j) || Rt(), tt = Ae(g), Ft = $e(g), nr = oe(g), se = Ce(g), kt = ze(g), Pr = Et(j), aM = We(j), Gn = At(g), Or = dt(g), pM = Ht(g), Rr = Nt(N), Go = mt(N), Zo = rr(l), Bo = or(l), oi = Lr(A), Ii = St(g) || zr(A), CM = Dr(g), gi = at(N), Ho = On(), Wo = Rt(), Xi = fr(), nu = Nn(), Ki = _n(), wM = zr(A), Fo = St(g) && !zr(A), $i = Pe(j), ft = Ue(j), Mu = Ve(g), iu = zt(g), qi = function(f) {
8790
8790
  if (!f || typeof f != "string") {
8791
8791
  console.error("No valid user agent string was provided");
8792
8792
  return;
@@ -8921,10 +8921,10 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
8921
8921
  var p = f || window.navigator.userAgent, X = gu(p), Me = Ir(X);
8922
8922
  return [Me, X];
8923
8923
  }
8924
- return we.AndroidView = au, we.BrowserTypes = $, we.BrowserView = uu, we.ConsoleView = hM, we.CustomView = Vo, we.IEView = ou, we.IOSView = ea, we.MobileOnlyView = wn, we.MobileView = ci, we.OsTypes = w, we.SmartTVView = kM, we.TabletView = pn, we.WearableView = kn, we.WinPhoneView = Cn, we.browserName = pM, we.browserVersion = Or, we.deviceDetect = Ot, we.deviceType = gi, we.engineName = Zo, we.engineVersion = Bo, we.fullBrowserVersion = Gn, we.getSelectorsByUserAgent = qi, we.getUA = oi, we.isAndroid = Fe, we.isBrowser = b, we.isChrome = tt, we.isChromium = SM, we.isConsole = ln, we.isDesktop = je, we.isEdge = Ii, we.isEdgeChromium = wM, we.isElectron = Ki, we.isEmbedded = yr, we.isFirefox = Ft, we.isIE = kt, we.isIOS = wt, we.isIOS13 = Ho, we.isIPad13 = Wo, we.isIPhone13 = Xi, we.isIPod13 = nu, we.isLegacyEdge = Fo, we.isMIUI = Mu, we.isMacOs = ft, we.isMobile = B, we.isMobileOnly = ae, we.isMobileSafari = Xr, we.isOpera = se, we.isSafari = nr, we.isSamsungBrowser = iu, we.isSmartTV = Sn, we.isTablet = te, we.isWearable = Kt, we.isWinPhone = ke, we.isWindows = $i, we.isYandex = CM, we.mobileModel = Go, we.mobileVendor = Rr, we.osName = iM, we.osVersion = Pr, we.parseUserAgent = D, we.setUserAgent = Ee, we.useDeviceData = gu, we.useDeviceSelectors = cu, we.useMobileOrientation = mM, we.withOrientationChange = Iu, we;
8924
+ return we.AndroidView = au, we.BrowserTypes = $, we.BrowserView = uu, we.ConsoleView = hM, we.CustomView = Vo, we.IEView = ou, we.IOSView = ea, we.MobileOnlyView = wn, we.MobileView = ci, we.OsTypes = w, we.SmartTVView = kM, we.TabletView = pn, we.WearableView = kn, we.WinPhoneView = Cn, we.browserName = pM, we.browserVersion = Or, we.deviceDetect = Ot, we.deviceType = gi, we.engineName = Zo, we.engineVersion = Bo, we.fullBrowserVersion = Gn, we.getSelectorsByUserAgent = qi, we.getUA = oi, we.isAndroid = Fe, we.isBrowser = b, we.isChrome = tt, we.isChromium = SM, we.isConsole = ln, we.isDesktop = je, we.isEdge = Ii, we.isEdgeChromium = wM, we.isElectron = Ki, we.isEmbedded = yr, we.isFirefox = Ft, we.isIE = kt, we.isIOS = wt, we.isIOS13 = Ho, we.isIPad13 = Wo, we.isIPhone13 = Xi, we.isIPod13 = nu, we.isLegacyEdge = Fo, we.isMIUI = Mu, we.isMacOs = ft, we.isMobile = B, we.isMobileOnly = ae, we.isMobileSafari = Xr, we.isOpera = se, we.isSafari = nr, we.isSamsungBrowser = iu, we.isSmartTV = Sn, we.isTablet = te, we.isWearable = Kt, we.isWinPhone = ke, we.isWindows = $i, we.isYandex = CM, we.mobileModel = Go, we.mobileVendor = Rr, we.osName = aM, we.osVersion = Pr, we.parseUserAgent = D, we.setUserAgent = Ee, we.useDeviceData = gu, we.useDeviceSelectors = cu, we.useMobileOrientation = mM, we.withOrientationChange = Iu, we;
8925
8925
  }
8926
8926
  var it = dO();
8927
- const xO = "_message_1n8va_9", EO = "_title_1n8va_39", zO = "_subtitle_1n8va_48", fO = "_errorCode_1n8va_58", LO = "_button_1n8va_69", OO = "_done_1n8va_73", Kn = {
8927
+ const xO = "_message_1n8va_9", EO = "_title_1n8va_39", zO = "_subtitle_1n8va_48", fO = "_errorCode_1n8va_58", LO = "_button_1n8va_69", OO = "_done_1n8va_73", $n = {
8928
8928
  "process-message": "_process-message_1n8va_1",
8929
8929
  message: xO,
8930
8930
  "info-message": "_info-message_1n8va_18",
@@ -9249,7 +9249,7 @@ var ws, RA;
9249
9249
  function Cl() {
9250
9250
  if (RA) return ws;
9251
9251
  RA = 1;
9252
- var n = jt(), r = Dt(), M = Pt(), a = OM(), o = rM(), g = iz(), c = function() {
9252
+ var n = jt(), r = Dt(), M = Pt(), a = OM(), o = nM(), g = iz(), c = function() {
9253
9253
  }, N = o("Reflect", "construct"), l = /^\s*(?:class|function)\b/, j = n(l.exec), A = !l.test(c), y = function(T) {
9254
9254
  if (!M(T)) return !1;
9255
9255
  try {
@@ -9415,7 +9415,7 @@ var Us, VA;
9415
9415
  function xz() {
9416
9416
  if (VA) return Us;
9417
9417
  VA = 1, yz(), qO();
9418
- var n = Bt(), r = ct(), M = eS(), a = rM(), o = pt(), g = jt(), c = Yt(), N = dz(), l = Ln(), j = nM(), A = El(), y = Ji(), D = jz(), T = Pn(), d = Ka(), E = Pt(), z = Er(), h = ai(), S = OM(), L = Xt(), C = jr(), U = gn(), k = ii(), W = ni(), H = Yo(), G = ru(), V = Qo(), Y = Ro(), J = Jt(), q = wl(), re = J("iterator"), ne = "URLSearchParams", ee = ne + "Iterator", Ie = T.set, R = T.getterFor(ne), K = T.getterFor(ee), $ = M("fetch"), w = M("Request"), _ = M("Headers"), xe = w && w.prototype, Ee = _ && _.prototype, ue = r.TypeError, Te = r.encodeURIComponent, fe = String.fromCharCode, De = a("String", "fromCodePoint"), Oe = parseInt, Ge = g("".charAt), qe = g([].join), et = g([].push), rt = g("".replace), Ot = g([].shift), st = g([].splice), Tt = g("".split), be = g("".slice), Je = g(/./.exec), He = /\+/g, It = "�", ie = /^[0-9a-f]+$/i, Ye = function(oe, Le) {
9418
+ var n = Bt(), r = ct(), M = eS(), a = nM(), o = pt(), g = jt(), c = Yt(), N = dz(), l = Ln(), j = MM(), A = El(), y = Ji(), D = jz(), T = Pn(), d = Ka(), E = Pt(), z = Er(), h = ai(), S = OM(), L = Xt(), C = jr(), U = gn(), k = ii(), W = ni(), H = Yo(), G = ru(), V = Qo(), Y = Ro(), J = Jt(), q = wl(), re = J("iterator"), ne = "URLSearchParams", ee = ne + "Iterator", Ie = T.set, R = T.getterFor(ne), K = T.getterFor(ee), $ = M("fetch"), w = M("Request"), _ = M("Headers"), xe = w && w.prototype, Ee = _ && _.prototype, ue = r.TypeError, Te = r.encodeURIComponent, fe = String.fromCharCode, De = a("String", "fromCodePoint"), Oe = parseInt, Ge = g("".charAt), qe = g([].join), et = g([].push), rt = g("".replace), Ot = g([].shift), st = g([].splice), Tt = g("".split), be = g("".slice), Je = g(/./.exec), He = /\+/g, It = "�", ie = /^[0-9a-f]+$/i, Ye = function(oe, Le) {
9419
9419
  var Ce = be(oe, Le, Le + 2);
9420
9420
  return Je(ie, Ce) ? Oe(Ce, 16) : NaN;
9421
9421
  }, Nt = function(oe) {
@@ -9677,7 +9677,7 @@ var JA;
9677
9677
  function tS() {
9678
9678
  if (JA) return vA;
9679
9679
  JA = 1, JO();
9680
- var n = Bt(), r = Yt(), M = dz(), a = ct(), o = ai(), g = jt(), c = Ln(), N = nM(), l = Ka(), j = Er(), A = XO(), y = KO(), D = Po(), T = pl().codeAt, d = $O(), E = gn(), z = Ji(), h = Ro(), S = xz(), L = Pn(), C = L.set, U = L.getterFor("URL"), k = S.URLSearchParams, W = S.getState, H = a.URL, G = a.TypeError, V = a.parseInt, Y = Math.floor, J = Math.pow, q = g("".charAt), re = g(/./.exec), ne = g([].join), ee = g(1.1.toString), Ie = g([].pop), R = g([].push), K = g("".replace), $ = g([].shift), w = g("".split), _ = g("".slice), xe = g("".toLowerCase), Ee = g([].unshift), ue = "Invalid authority", Te = "Invalid scheme", fe = "Invalid host", De = "Invalid port", Oe = /[a-z]/i, Ge = /[\d+-.a-z]/i, qe = /\d/, et = /^0x/i, rt = /^[0-7]+$/, Ot = /^\d+$/, st = /^[\da-f]+$/i, Tt = /[\0\t\n\r #%/:<>?@[\\\]^|]/, be = /[\0\t\n\r #/:<>?@[\\\]^|]/, Je = /^[\u0000-\u0020]+/, He = /(^|[^\u0000-\u0020])[\u0000-\u0020]+$/, It = /[\t\n\r]/g, ie, Ye = function(B) {
9680
+ var n = Bt(), r = Yt(), M = dz(), a = ct(), o = ai(), g = jt(), c = Ln(), N = MM(), l = Ka(), j = Er(), A = XO(), y = KO(), D = Po(), T = pl().codeAt, d = $O(), E = gn(), z = Ji(), h = Ro(), S = xz(), L = Pn(), C = L.set, U = L.getterFor("URL"), k = S.URLSearchParams, W = S.getState, H = a.URL, G = a.TypeError, V = a.parseInt, Y = Math.floor, J = Math.pow, q = g("".charAt), re = g(/./.exec), ne = g([].join), ee = g(1.1.toString), Ie = g([].pop), R = g([].push), K = g("".replace), $ = g([].shift), w = g("".split), _ = g("".slice), xe = g("".toLowerCase), Ee = g([].unshift), ue = "Invalid authority", Te = "Invalid scheme", fe = "Invalid host", De = "Invalid port", Oe = /[a-z]/i, Ge = /[\d+-.a-z]/i, qe = /\d/, et = /^0x/i, rt = /^[0-7]+$/, Ot = /^\d+$/, st = /^[\da-f]+$/i, Tt = /[\0\t\n\r #%/:<>?@[\\\]^|]/, be = /[\0\t\n\r #/:<>?@[\\\]^|]/, Je = /^[\u0000-\u0020]+/, He = /(^|[^\u0000-\u0020])[\u0000-\u0020]+$/, It = /[\t\n\r]/g, ie, Ye = function(B) {
9681
9681
  var ae = w(B, "."), te, b, je, Fe, ke, wt, tt;
9682
9682
  if (ae.length && ae[ae.length - 1] === "" && ae.length--, te = ae.length, te > 4) return B;
9683
9683
  for (b = [], je = 0; je < te; je++) {
@@ -9909,8 +9909,8 @@ function tS() {
9909
9909
  case dt:
9910
9910
  if (se === "@") {
9911
9911
  wt && (ke = "%40" + ke), wt = !0, kt = y(ke);
9912
- for (var iM = 0; iM < kt.length; iM++) {
9913
- var Gn = kt[iM];
9912
+ for (var aM = 0; aM < kt.length; aM++) {
9913
+ var Gn = kt[aM];
9914
9914
  if (Gn === ":" && !Ft) {
9915
9915
  Ft = !0;
9916
9916
  continue;
@@ -10265,7 +10265,7 @@ var Md = {}, id;
10265
10265
  function oS() {
10266
10266
  if (id) return Md;
10267
10267
  id = 1;
10268
- var n = Yt(), r = jt(), M = nM(), a = URLSearchParams.prototype, o = r(a.forEach);
10268
+ var n = Yt(), r = jt(), M = MM(), a = URLSearchParams.prototype, o = r(a.forEach);
10269
10269
  return n && !("size" in a) && M(a, "size", {
10270
10270
  get: function() {
10271
10271
  var g = 0;
@@ -10859,19 +10859,19 @@ function Mn(n) {
10859
10859
  } = ui.useLocalize(), l = pe((A) => A.decreaseRetryCount), j = pe((A) => A.faceSnapshot);
10860
10860
  return Ne.useEffect(() => {
10861
10861
  a && (j || l());
10862
- }, []), /* @__PURE__ */ Q.jsx("div", { "aria-live": "assertive", className: Kn["info-message"], children: /* @__PURE__ */ Q.jsxs("div", { className: Kn["text-container"], children: [
10862
+ }, []), /* @__PURE__ */ Q.jsx("div", { "aria-live": "assertive", className: $n["info-message"], children: /* @__PURE__ */ Q.jsxs("div", { className: $n["text-container"], children: [
10863
10863
  c ? (
10864
10864
  // customized from css
10865
- /* @__PURE__ */ Q.jsx("div", { role: "img", "aria-label": "Done", part: "success-screen-image", className: Kn.done })
10865
+ /* @__PURE__ */ Q.jsx("div", { role: "img", "aria-label": "Done", part: "success-screen-image", className: $n.done })
10866
10866
  ) : o,
10867
- /* @__PURE__ */ Q.jsx("p", { "data-e2e": "info-msg-title", className: Kn.title, children: r }),
10868
- /* @__PURE__ */ Q.jsx("p", { className: Kn.subtitle, children: M }),
10869
- g && /* @__PURE__ */ Q.jsxs("p", { className: Kn.errorCode, children: [
10867
+ /* @__PURE__ */ Q.jsx("p", { "data-e2e": "info-msg-title", className: $n.title, children: r }),
10868
+ /* @__PURE__ */ Q.jsx("p", { className: $n.subtitle, children: M }),
10869
+ g && /* @__PURE__ */ Q.jsxs("p", { className: $n.errorCode, children: [
10870
10870
  N("errorCode"),
10871
10871
  " ",
10872
10872
  g
10873
10873
  ] }),
10874
- a && /* @__PURE__ */ Q.jsx("div", { className: Kn.button, children: /* @__PURE__ */ Q.jsx(Sl, { part: "info-screen-button", onClick: a, children: N("tryAgain") }) })
10874
+ a && /* @__PURE__ */ Q.jsx("div", { className: $n.button, children: /* @__PURE__ */ Q.jsx(Sl, { part: "info-screen-button", onClick: a, children: N("tryAgain") }) })
10875
10875
  ] }) });
10876
10876
  }
10877
10877
  function ld(n) {
@@ -11011,7 +11011,7 @@ function zz(n) {
11011
11011
  !!A && /* @__PURE__ */ Q.jsx("div", { className: va.footer, children: /* @__PURE__ */ Q.jsx("div", { className: va.copyright, children: /* @__PURE__ */ Q.jsx(YS, {}) }) })
11012
11012
  ] });
11013
11013
  }
11014
- var Oo = /* @__PURE__ */ ((n) => (n.UINT = "UINT", n.BASE64 = "BASE64", n.UINT_AND_BASE64 = "UINT_AND_BASE64", n))(Oo || {}), lt = /* @__PURE__ */ ((n) => (n.PREPARING = "StreamStatus.PREPARING", n.REQUESTING = "StreamStatus.REQUESTING", n.READY = "StreamStatus.READY", n.PLAY = "StreamStatus.PLAY", n.UNKNOWN_ERROR = "StreamStatus.UNKNOWN_ERROR", n.NOT_SUPPORTED = "StreamStatus.NOT_SUPPORTED", n.HTTP_NOT_SUPPORTED = "StreamStatus.HTTP_NOT_SUPPORTED", n.INSECURE_PAGE_CONTEXT = "StreamStatus.INSECURE_PAGE_CONTEXT", n.PERMISSION_DENIED = "StreamStatus.PERMISSION_DENIED", n.NO_CAMERA = "StreamStatus.NO_CAMERA", n.INCORRECT_CAMERA_ID = "StreamStatus.INCORRECT_CAMERA_ID", n))(lt || {}), zn = /* @__PURE__ */ ((n) => (n.user = "user", n.environment = "environment", n))(zn || {}), eM = /* @__PURE__ */ ((n) => (n.contain = "contain", n.cover = "cover", n))(eM || {}), fz = /* @__PURE__ */ ((n) => (n[n.HAVE_NOTHING = 0] = "HAVE_NOTHING", n[n.HAVE_METADATA = 1] = "HAVE_METADATA", n[n.HAVE_CURRENT_DATA = 2] = "HAVE_CURRENT_DATA", n[n.HAVE_FUTURE_DATA = 3] = "HAVE_FUTURE_DATA", n[n.HAVE_ENOUGH_DATA = 4] = "HAVE_ENOUGH_DATA", n))(fz || {}), JN = /* @__PURE__ */ ((n) => (n.Rtl = "rtl", n.Ltr = "ltr", n))(JN || {}), XN = /* @__PURE__ */ ((n) => (n.mirror = "mirror", n.noMirror = "noMirror", n))(XN || {});
11014
+ var Oo = /* @__PURE__ */ ((n) => (n.UINT = "UINT", n.BASE64 = "BASE64", n.UINT_AND_BASE64 = "UINT_AND_BASE64", n))(Oo || {}), lt = /* @__PURE__ */ ((n) => (n.PREPARING = "StreamStatus.PREPARING", n.REQUESTING = "StreamStatus.REQUESTING", n.READY = "StreamStatus.READY", n.PLAY = "StreamStatus.PLAY", n.UNKNOWN_ERROR = "StreamStatus.UNKNOWN_ERROR", n.NOT_SUPPORTED = "StreamStatus.NOT_SUPPORTED", n.HTTP_NOT_SUPPORTED = "StreamStatus.HTTP_NOT_SUPPORTED", n.INSECURE_PAGE_CONTEXT = "StreamStatus.INSECURE_PAGE_CONTEXT", n.PERMISSION_DENIED = "StreamStatus.PERMISSION_DENIED", n.NO_CAMERA = "StreamStatus.NO_CAMERA", n.INCORRECT_CAMERA_ID = "StreamStatus.INCORRECT_CAMERA_ID", n))(lt || {}), zn = /* @__PURE__ */ ((n) => (n.user = "user", n.environment = "environment", n))(zn || {}), tM = /* @__PURE__ */ ((n) => (n.contain = "contain", n.cover = "cover", n))(tM || {}), fz = /* @__PURE__ */ ((n) => (n[n.HAVE_NOTHING = 0] = "HAVE_NOTHING", n[n.HAVE_METADATA = 1] = "HAVE_METADATA", n[n.HAVE_CURRENT_DATA = 2] = "HAVE_CURRENT_DATA", n[n.HAVE_FUTURE_DATA = 3] = "HAVE_FUTURE_DATA", n[n.HAVE_ENOUGH_DATA = 4] = "HAVE_ENOUGH_DATA", n))(fz || {}), JN = /* @__PURE__ */ ((n) => (n.Rtl = "rtl", n.Ltr = "ltr", n))(JN || {}), XN = /* @__PURE__ */ ((n) => (n.mirror = "mirror", n.noMirror = "noMirror", n))(XN || {});
11015
11015
  const JS = "NotAllowedError", XS = "en", KS = ["ar", "he"], $S = 1, qS = 500, e1 = 1500, Dd = 1e4, Ba = {
11016
11016
  VGA: {
11017
11017
  width: 640,
@@ -11141,7 +11141,7 @@ var fd = {}, Ld;
11141
11141
  function u1() {
11142
11142
  if (Ld) return fd;
11143
11143
  Ld = 1;
11144
- var n = Bt(), r = pt(), M = Ol(), a = Jr(), o = Xt(), g = qa(), c = MM(), N = eu(), l = N("every", TypeError);
11144
+ var n = Bt(), r = pt(), M = Ol(), a = Jr(), o = Xt(), g = qa(), c = iM(), N = eu(), l = N("every", TypeError);
11145
11145
  return n({ target: "Iterator", proto: !0, real: !0, forced: l }, {
11146
11146
  every: function(j) {
11147
11147
  o(this);
@@ -11163,7 +11163,7 @@ var Od = {}, Sd;
11163
11163
  function o1() {
11164
11164
  if (Sd) return Od;
11165
11165
  Sd = 1;
11166
- var n = Bt(), r = pt(), M = Jr(), a = Xt(), o = qa(), g = sz(), c = zl(), N = MM(), l = Nz(), j = eu(), A = Yn(), y = !A && !l("map", function() {
11166
+ var n = Bt(), r = pt(), M = Jr(), a = Xt(), o = qa(), g = sz(), c = zl(), N = iM(), l = Nz(), j = eu(), A = Yn(), y = !A && !l("map", function() {
11167
11167
  }), D = !A && !y && j("map", TypeError), T = A || y || D, d = g(function() {
11168
11168
  var E = this.iterator, z = a(r(this.next, E)), h = this.done = !!z.done;
11169
11169
  if (!h) return c(E, this.mapper, [z.value, this.counter++], !0);
@@ -11187,7 +11187,7 @@ var pd = {}, Cd;
11187
11187
  function I1() {
11188
11188
  if (Cd) return pd;
11189
11189
  Cd = 1;
11190
- var n = Bt(), r = pt(), M = Ol(), a = Jr(), o = Xt(), g = qa(), c = MM(), N = eu(), l = N("some", TypeError);
11190
+ var n = Bt(), r = pt(), M = Ol(), a = Jr(), o = Xt(), g = qa(), c = iM(), N = eu(), l = N("some", TypeError);
11191
11191
  return n({ target: "Iterator", proto: !0, real: !0, forced: l }, {
11192
11192
  some: function(j) {
11193
11193
  o(this);
@@ -11547,7 +11547,7 @@ function wz() {
11547
11547
  });
11548
11548
  }
11549
11549
  function KN(n, r, M, a, o, g, c, N, l) {
11550
- const j = n / r, A = M / a, y = (l === eM.contain ? A < j : A > j) ? n / M : r / a, D = (n / y - M) / 2, T = (r / y - a) / 2, d = o / y, E = g / y, z = c / y - D, h = M - (z + d), S = N / y - T;
11550
+ const j = n / r, A = M / a, y = (l === tM.contain ? A < j : A > j) ? n / M : r / a, D = (n / y - M) / 2, T = (r / y - a) / 2, d = o / y, E = g / y, z = c / y - D, h = M - (z + d), S = N / y - T;
11551
11551
  return {
11552
11552
  width: d,
11553
11553
  height: E,
@@ -11881,12 +11881,12 @@ function B1(n, r, M) {
11881
11881
  var a;
11882
11882
  const o = n.getContext("2d");
11883
11883
  if (!o || (o.clearRect(0, 0, r.videoContainerParams.width, r.videoContainerParams.height), !(M != null && (a = M.frameResult) !== null && a !== void 0 && (a = a.faces) !== null && a !== void 0 && a.length))) return;
11884
- const g = M.frameResult.faces[0], c = g.landmarks[0], N = g.landmarks[1], l = g.landmarks[3], j = g.landmarks[4], A = KN.bind(null, r.videoParams.width, r.videoParams.height, r.videoContainerParams.width, r.videoContainerParams.height), y = A.bind(null, 0, 0), D = y(c.x, c.y, eM.contain), T = y(N.x, N.y, eM.contain), d = y(l.x, l.y, eM.contain), E = y(j.x, j.y, eM.contain), {
11884
+ const g = M.frameResult.faces[0], c = g.landmarks[0], N = g.landmarks[1], l = g.landmarks[3], j = g.landmarks[4], A = KN.bind(null, r.videoParams.width, r.videoParams.height, r.videoContainerParams.width, r.videoContainerParams.height), y = A.bind(null, 0, 0), D = y(c.x, c.y, tM.contain), T = y(N.x, N.y, tM.contain), d = y(l.x, l.y, tM.contain), E = y(j.x, j.y, tM.contain), {
11885
11885
  width: z,
11886
11886
  height: h,
11887
11887
  left: S,
11888
11888
  top: L
11889
- } = A(g == null ? void 0 : g.position.width, g == null ? void 0 : g.position.height, g == null ? void 0 : g.position.x, g == null ? void 0 : g.position.y, eM.contain);
11889
+ } = A(g == null ? void 0 : g.position.width, g == null ? void 0 : g.position.height, g == null ? void 0 : g.position.x, g == null ? void 0 : g.position.y, tM.contain);
11890
11890
  o.beginPath(), o.rect(S, L, z, h), o.moveTo(D.left, D.top), o.lineTo(T.left, T.top), o.lineTo(E.left, E.top), o.lineTo(d.left, d.top), o.closePath(), o.strokeStyle = "rebeccapurple", o.stroke();
11891
11891
  }
11892
11892
  const bz = (n, r) => n === _e.ABORT_PROCESSING || n === _e.FAILED && r === Vr.SESSION_TIMEOUT;
@@ -12760,7 +12760,7 @@ var oN, sx;
12760
12760
  function Ul() {
12761
12761
  if (sx) return oN;
12762
12762
  sx = 1;
12763
- var n = ct(), r = jt(), M = Yt(), a = vl(), o = vo(), g = In(), c = nM(), N = El(), l = Dt(), j = Ka(), A = Rn(), y = Fi(), D = bl(), T = uC(), d = oC(), E = $a(), z = Vi(), h = _z(), S = Po(), L = dl(), C = yl(), U = Ji(), k = Pn(), W = o.PROPER, H = o.CONFIGURABLE, G = "ArrayBuffer", V = "DataView", Y = "prototype", J = "Wrong length", q = "Wrong index", re = k.getterFor(G), ne = k.getterFor(V), ee = k.set, Ie = n[G], R = Ie, K = R && R[Y], $ = n[V], w = $ && $[Y], _ = Object.prototype, xe = n.Array, Ee = n.RangeError, ue = r(h), Te = r([].reverse), fe = d.pack, De = d.unpack, Oe = function(ie) {
12763
+ var n = ct(), r = jt(), M = Yt(), a = vl(), o = vo(), g = In(), c = MM(), N = El(), l = Dt(), j = Ka(), A = Rn(), y = Fi(), D = bl(), T = uC(), d = oC(), E = $a(), z = Vi(), h = _z(), S = Po(), L = dl(), C = yl(), U = Ji(), k = Pn(), W = o.PROPER, H = o.CONFIGURABLE, G = "ArrayBuffer", V = "DataView", Y = "prototype", J = "Wrong length", q = "Wrong index", re = k.getterFor(G), ne = k.getterFor(V), ee = k.set, Ie = n[G], R = Ie, K = R && R[Y], $ = n[V], w = $ && $[Y], _ = Object.prototype, xe = n.Array, Ee = n.RangeError, ue = r(h), Te = r([].reverse), fe = d.pack, De = d.unpack, Oe = function(ie) {
12764
12764
  return [ie & 255];
12765
12765
  }, Ge = function(ie) {
12766
12766
  return [ie & 255, ie >> 8 & 255];
@@ -12892,7 +12892,7 @@ var IN, Nx;
12892
12892
  function Gz() {
12893
12893
  if (Nx) return IN;
12894
12894
  Nx = 1;
12895
- var n = rM(), r = nM(), M = Jt(), a = Yt(), o = M("species");
12895
+ var n = nM(), r = MM(), M = Jt(), a = Yt(), o = M("species");
12896
12896
  return IN = function(g) {
12897
12897
  var c = n(g);
12898
12898
  a && c && !c[o] && r(c, o, {
@@ -12959,7 +12959,7 @@ var dx;
12959
12959
  function cC() {
12960
12960
  if (dx) return yx;
12961
12961
  dx = 1;
12962
- var n = Yt(), r = nM(), M = Bz(), a = ArrayBuffer.prototype;
12962
+ var n = Yt(), r = MM(), M = Bz(), a = ArrayBuffer.prototype;
12963
12963
  return n && !("detached" in a) && r(a, "detached", {
12964
12964
  configurable: !0,
12965
12965
  get: function() {
@@ -13131,7 +13131,7 @@ var dN, vx;
13131
13131
  function sn() {
13132
13132
  if (vx) return dN;
13133
13133
  vx = 1;
13134
- var n = vl(), r = Yt(), M = ct(), a = Pt(), o = jr(), g = Er(), c = OM(), N = Wi(), l = In(), j = Ln(), A = nM(), y = Mi(), D = $a(), T = Vi(), d = Jt(), E = gl(), z = Pn(), h = z.enforce, S = z.get, L = M.Int8Array, C = L && L.prototype, U = M.Uint8ClampedArray, k = U && U.prototype, W = L && D(L), H = C && D(C), G = Object.prototype, V = M.TypeError, Y = d("toStringTag"), J = E("TYPED_ARRAY_TAG"), q = "TypedArrayConstructor", re = n && !!T && c(M.opera) !== "Opera", ne = !1, ee, Ie, R, K = {
13134
+ var n = vl(), r = Yt(), M = ct(), a = Pt(), o = jr(), g = Er(), c = OM(), N = Wi(), l = In(), j = Ln(), A = MM(), y = Mi(), D = $a(), T = Vi(), d = Jt(), E = gl(), z = Pn(), h = z.enforce, S = z.get, L = M.Int8Array, C = L && L.prototype, U = M.Uint8ClampedArray, k = U && U.prototype, W = L && D(L), H = C && D(C), G = Object.prototype, V = M.TypeError, Y = d("toStringTag"), J = E("TYPED_ARRAY_TAG"), q = "TypedArrayConstructor", re = n && !!T && c(M.opera) !== "Opera", ne = !1, ee, Ie, R, K = {
13135
13135
  Int8Array: 1,
13136
13136
  Uint8Array: 1,
13137
13137
  Uint8ClampedArray: 1,
@@ -13430,7 +13430,7 @@ var Vx;
13430
13430
  function $z() {
13431
13431
  if (Vx) return so.exports;
13432
13432
  Vx = 1;
13433
- var n = Bt(), r = ct(), M = pt(), a = Yt(), o = AC(), g = sn(), c = Ul(), N = Ka(), l = ni(), j = In(), A = dC(), y = Fi(), D = bl(), T = Vz(), d = EC(), E = cl(), z = Er(), h = OM(), S = jr(), L = mo(), C = ii(), U = Mi(), k = Vi(), W = oz().f, H = zC(), G = OC().forEach, V = Gz(), Y = nM(), J = fn(), q = Nl(), re = Kz(), ne = Pn(), ee = dl(), Ie = ne.get, R = ne.set, K = ne.enforce, $ = J.f, w = q.f, _ = r.RangeError, xe = c.ArrayBuffer, Ee = xe.prototype, ue = c.DataView, Te = g.NATIVE_ARRAY_BUFFER_VIEWS, fe = g.TYPED_ARRAY_TAG, De = g.TypedArray, Oe = g.TypedArrayPrototype, Ge = g.isTypedArray, qe = "BYTES_PER_ELEMENT", et = "Wrong length", rt = function(Je, He) {
13433
+ var n = Bt(), r = ct(), M = pt(), a = Yt(), o = AC(), g = sn(), c = Ul(), N = Ka(), l = ni(), j = In(), A = dC(), y = Fi(), D = bl(), T = Vz(), d = EC(), E = cl(), z = Er(), h = OM(), S = jr(), L = mo(), C = ii(), U = Mi(), k = Vi(), W = oz().f, H = zC(), G = OC().forEach, V = Gz(), Y = MM(), J = fn(), q = Nl(), re = Kz(), ne = Pn(), ee = dl(), Ie = ne.get, R = ne.set, K = ne.enforce, $ = J.f, w = q.f, _ = r.RangeError, xe = c.ArrayBuffer, Ee = xe.prototype, ue = c.DataView, Te = g.NATIVE_ARRAY_BUFFER_VIEWS, fe = g.TYPED_ARRAY_TAG, De = g.TypedArray, Oe = g.TypedArrayPrototype, Ge = g.isTypedArray, qe = "BYTES_PER_ELEMENT", et = "Wrong length", rt = function(Je, He) {
13434
13434
  Y(Je, He, {
13435
13435
  configurable: !0,
13436
13436
  get: function() {
@@ -14742,7 +14742,7 @@ function Sw() {
14742
14742
  D(be), k.videoElement && (be === _e.SUCCESS && j(w), !y && (be === _e.PROCESSING_REQUEST && (l(!1), j(w), T(Ie), qe && z(qe)), (be === _e.FAILED || be === _e.ABORT_PROCESSING) && (T(Ie), qe && z(qe))));
14743
14743
  }, [ne, ee, y, Ie, w, k.videoElement, _, qe]), Ne.useEffect(() => {
14744
14744
  if (!k.videoParams.width || Ge.x === 0 || re !== Lt.FitFaceIntoOval) return;
14745
- const be = KN(k.videoParams.width, k.videoParams.height, k.videoContainerParams.width, k.videoContainerParams.height, Ge.width, Ge.height, Ge.x, Ge.y, eM.contain);
14745
+ const be = KN(k.videoParams.width, k.videoParams.height, k.videoContainerParams.width, k.videoContainerParams.height, Ge.width, Ge.height, Ge.x, Ge.y, tM.contain);
14746
14746
  q({
14747
14747
  width: be.width,
14748
14748
  height: be.height,
@@ -14751,7 +14751,7 @@ function Sw() {
14751
14751
  });
14752
14752
  }, [re]), Ne.useEffect(() => {
14753
14753
  if (!xe.length || ee > kl.Near) return;
14754
- const be = xe[1], Je = KN(k.videoParams.width, k.videoParams.height, k.videoContainerParams.width, k.videoContainerParams.height, be.axisX, be.axisY, be.center.x, be.center.y, eM.contain);
14754
+ const be = xe[1], Je = KN(k.videoParams.width, k.videoParams.height, k.videoContainerParams.width, k.videoContainerParams.height, be.axisX, be.axisY, be.center.x, be.center.y, tM.contain);
14755
14755
  G(Je);
14756
14756
  }, [k, xe]), Ne.useEffect(() => {
14757
14757
  const be = L.current;
@@ -14767,9 +14767,9 @@ function SE(n) {
14767
14767
  let {
14768
14768
  title: r
14769
14769
  } = n;
14770
- return /* @__PURE__ */ Q.jsxs("div", { className: Kn["process-message"], children: [
14770
+ return /* @__PURE__ */ Q.jsxs("div", { className: $n["process-message"], children: [
14771
14771
  /* @__PURE__ */ Q.jsx(ZS, {}),
14772
- /* @__PURE__ */ Q.jsx("span", { className: Kn.message, children: r })
14772
+ /* @__PURE__ */ Q.jsx("span", { className: $n.message, children: r })
14773
14773
  ] });
14774
14774
  }
14775
14775
  const pw = "_text_g40yf_15", Cw = "_title_g40yf_19", ww = "_subtitle_g40yf_31", kw = "_icons_g40yf_41", Fr = {
@@ -16763,7 +16763,7 @@ var bE;
16763
16763
  function Aee() {
16764
16764
  if (bE) return wE;
16765
16765
  bE = 1;
16766
- var n = Bt(), r = Yn(), M = jee(), a = Dt(), o = rM(), g = Pt(), c = Dee(), N = Tee(), l = Ln(), j = M && M.prototype, A = !!M && a(function() {
16766
+ var n = Bt(), r = Yn(), M = jee(), a = Dt(), o = nM(), g = Pt(), c = Dee(), N = Tee(), l = Ln(), j = M && M.prototype, A = !!M && a(function() {
16767
16767
  j.finally.call({ then: function() {
16768
16768
  } }, function() {
16769
16769
  });
@@ -17495,15 +17495,15 @@ let Ha = class extends _i {
17495
17495
  workerPath: r == null ? void 0 : r.workerPath,
17496
17496
  customization: jy(l),
17497
17497
  nonce: (L = this.props) == null ? void 0 : L.nonce
17498
- }, A = jy(j), y = r == null ? void 0 : r.recordingProcess, D = y && y in $M ? $M[y] : $M.SYNCHRONOUS_UPLOAD, T = (C = r == null ? void 0 : r.type) != null ? C : "ACTIVE", d = T === "BLINK" ? qM.ACTIVE : qM[T], E = N && typeof N == "string" ? { locale: N.slice(0, 2).toLowerCase() } : {}, z = Ag(dM({}, E), {
17498
+ }, A = jy(j), y = r == null ? void 0 : r.recordingProcess, D = y && y in $M ? $M[y] : $M.SYNCHRONOUS_UPLOAD, T = (C = r == null ? void 0 : r.type) != null ? C : "ACTIVE", d = T === "BLINK" ? qM.ACTIVE : qM[T], E = N && typeof N == "string" ? { locale: N.slice(0, 2).toLowerCase() } : {}, z = Ag(Kn({}, E), {
17499
17499
  recordingProcess: D,
17500
17500
  livenessType: d,
17501
17501
  startScreen: !((U = r == null ? void 0 : r.skipSteps) != null && U.includes("ONBOARDING_STEP")),
17502
17502
  copyright: (W = (k = r == null ? void 0 : r.copyright) != null ? k : M) != null ? W : !0,
17503
- headers: { Authorization: `Connection ${o}` },
17503
+ headers: Kn({ Authorization: `Connection ${o}` }, r == null ? void 0 : r.headers),
17504
17504
  closeDisabled: typeof (r == null ? void 0 : r.closeButtonEnabled) == "boolean" ? !r.closeButtonEnabled : !1
17505
17505
  });
17506
- return dM(dM({}, A), z);
17506
+ return Kn(Kn({}, A), z);
17507
17507
  }
17508
17508
  _setFaceLivenessProps() {
17509
17509
  if (!this.props || !this._component) return;