@everymatrix/general-player-forgot-password-form-nd 1.54.8 → 1.54.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,28 +1,28 @@
1
- var yo = Object.defineProperty, vo = Object.defineProperties;
1
+ var vo = Object.defineProperty, yo = Object.defineProperties;
2
2
  var Po = Object.getOwnPropertyDescriptors;
3
3
  var Lt = Object.getOwnPropertySymbols;
4
4
  var Eo = Object.prototype.hasOwnProperty, _o = Object.prototype.propertyIsEnumerable;
5
- var it = (e, t, r) => t in e ? yo(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, Ot = (e, t) => {
5
+ var it = (e, t, r) => t in e ? vo(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, Ot = (e, t) => {
6
6
  for (var r in t || (t = {}))
7
7
  Eo.call(t, r) && it(e, r, t[r]);
8
8
  if (Lt)
9
9
  for (var r of Lt(t))
10
10
  _o.call(t, r) && it(e, r, t[r]);
11
11
  return e;
12
- }, Ft = (e, t) => vo(e, Po(t));
13
- var ce = (e, t, r) => it(e, typeof t != "symbol" ? t + "" : t, r);
12
+ }, Ft = (e, t) => yo(e, Po(t));
13
+ var fe = (e, t, r) => it(e, typeof t != "symbol" ? t + "" : t, r);
14
14
  var at = (e, t, r) => new Promise((o, s) => {
15
15
  var n = (u) => {
16
16
  try {
17
17
  l(r.next(u));
18
- } catch (f) {
19
- s(f);
18
+ } catch (c) {
19
+ s(c);
20
20
  }
21
21
  }, a = (u) => {
22
22
  try {
23
23
  l(r.throw(u));
24
- } catch (f) {
25
- s(f);
24
+ } catch (c) {
25
+ s(c);
26
26
  }
27
27
  }, l = (u) => u.done ? o(u.value) : Promise.resolve(u.value).then(n, a);
28
28
  l((r = r.apply(e, t)).next());
@@ -35,7 +35,7 @@ function gr(e) {
35
35
  function Rt() {
36
36
  return /* @__PURE__ */ Object.create(null);
37
37
  }
38
- function ye(e) {
38
+ function ve(e) {
39
39
  e.forEach(gr);
40
40
  }
41
41
  function De(e) {
@@ -73,7 +73,7 @@ function h(e, t) {
73
73
  function Bo(e, t, r) {
74
74
  const o = Co(e);
75
75
  if (!o.getElementById(t)) {
76
- const s = v("style");
76
+ const s = y("style");
77
77
  s.id = t, s.textContent = r, No(o, s);
78
78
  }
79
79
  }
@@ -99,7 +99,7 @@ function k(e, t, r) {
99
99
  function F(e) {
100
100
  e.parentNode && e.parentNode.removeChild(e);
101
101
  }
102
- function v(e) {
102
+ function y(e) {
103
103
  return document.createElement(e);
104
104
  }
105
105
  function b(e) {
@@ -111,7 +111,7 @@ function C(e) {
111
111
  function R() {
112
112
  return C(" ");
113
113
  }
114
- function yr() {
114
+ function vr() {
115
115
  return C("");
116
116
  }
117
117
  function ae(e, t, r, o) {
@@ -188,7 +188,7 @@ function ue() {
188
188
  }
189
189
  function Ro(e) {
190
190
  if (e.fragment !== null) {
191
- e.update(), ye(e.before_update);
191
+ e.update(), ve(e.before_update);
192
192
  const t = e.dirty;
193
193
  e.dirty = [-1], e.fragment && e.fragment.p(e.ctx, t), e.after_update.forEach(gt);
194
194
  }
@@ -205,12 +205,12 @@ function Uo(e, t, r) {
205
205
  const { fragment: o, after_update: s } = e.$$;
206
206
  o && o.m(t, r), gt(() => {
207
207
  const n = e.$$.on_mount.map(gr).filter(De);
208
- e.$$.on_destroy ? e.$$.on_destroy.push(...n) : ye(n), e.$$.on_mount = [];
208
+ e.$$.on_destroy ? e.$$.on_destroy.push(...n) : ve(n), e.$$.on_mount = [];
209
209
  }), s.forEach(gt);
210
210
  }
211
211
  function Go(e, t) {
212
212
  const r = e.$$;
213
- r.fragment !== null && (Mo(r.after_update), ye(r.on_destroy), r.fragment && r.fragment.d(t), r.on_destroy = r.fragment = null, r.ctx = []);
213
+ r.fragment !== null && (Mo(r.after_update), ve(r.on_destroy), r.fragment && r.fragment.d(t), r.on_destroy = r.fragment = null, r.ctx = []);
214
214
  }
215
215
  function jo(e, t) {
216
216
  e.$$.dirty[0] === -1 && (Te.push(e), Fo(), e.$$.dirty.fill(0)), e.$$.dirty[t / 31 | 0] |= 1 << t % 31;
@@ -218,7 +218,7 @@ function jo(e, t) {
218
218
  function $o(e, t, r, o, s, n, a = null, l = [-1]) {
219
219
  const u = Ue;
220
220
  Me(e);
221
- const f = e.$$ = {
221
+ const c = e.$$ = {
222
222
  fragment: null,
223
223
  ctx: [],
224
224
  // state
@@ -239,43 +239,43 @@ function $o(e, t, r, o, s, n, a = null, l = [-1]) {
239
239
  skip_bound: !1,
240
240
  root: t.target || u.$$.root
241
241
  };
242
- a && a(f.root);
243
- let c = !1;
244
- if (f.ctx = r ? r(e, t.props || {}, (d, p, ...m) => {
245
- const y = m.length ? m[0] : p;
246
- return f.ctx && s(f.ctx[d], f.ctx[d] = y) && (!f.skip_bound && f.bound[d] && f.bound[d](y), c && jo(e, d)), p;
247
- }) : [], f.update(), c = !0, ye(f.before_update), f.fragment = o ? o(f.ctx) : !1, t.target) {
242
+ a && a(c.root);
243
+ let f = !1;
244
+ if (c.ctx = r ? r(e, t.props || {}, (d, p, ...m) => {
245
+ const v = m.length ? m[0] : p;
246
+ return c.ctx && s(c.ctx[d], c.ctx[d] = v) && (!c.skip_bound && c.bound[d] && c.bound[d](v), f && jo(e, d)), p;
247
+ }) : [], c.update(), f = !0, ve(c.before_update), c.fragment = o ? o(c.ctx) : !1, t.target) {
248
248
  if (t.hydrate) {
249
249
  const d = Ho(t.target);
250
- f.fragment && f.fragment.l(d), d.forEach(F);
250
+ c.fragment && c.fragment.l(d), d.forEach(F);
251
251
  } else
252
- f.fragment && f.fragment.c();
252
+ c.fragment && c.fragment.c();
253
253
  t.intro && Do(e.$$.fragment), Uo(e, t.target, t.anchor), ue();
254
254
  }
255
255
  Me(u);
256
256
  }
257
- let vr;
258
- typeof HTMLElement == "function" && (vr = class extends HTMLElement {
257
+ let yr;
258
+ typeof HTMLElement == "function" && (yr = class extends HTMLElement {
259
259
  constructor(t, r, o) {
260
260
  super();
261
261
  /** The Svelte component constructor */
262
- ce(this, "$$ctor");
262
+ fe(this, "$$ctor");
263
263
  /** Slots */
264
- ce(this, "$$s");
264
+ fe(this, "$$s");
265
265
  /** The Svelte component instance */
266
- ce(this, "$$c");
266
+ fe(this, "$$c");
267
267
  /** Whether or not the custom element is connected */
268
- ce(this, "$$cn", !1);
268
+ fe(this, "$$cn", !1);
269
269
  /** Component props data */
270
- ce(this, "$$d", {});
270
+ fe(this, "$$d", {});
271
271
  /** `true` if currently in the process of reflecting component props back to attributes */
272
- ce(this, "$$r", !1);
272
+ fe(this, "$$r", !1);
273
273
  /** @type {Record<string, CustomElementPropDefinition>} Props definition (name, reflected, type etc) */
274
- ce(this, "$$p_d", {});
274
+ fe(this, "$$p_d", {});
275
275
  /** @type {Record<string, Function[]>} Event listeners */
276
- ce(this, "$$l", {});
276
+ fe(this, "$$l", {});
277
277
  /** @type {Map<Function, Function>} Event listener unsubscribe functions */
278
- ce(this, "$$l_u", /* @__PURE__ */ new Map());
278
+ fe(this, "$$l_u", /* @__PURE__ */ new Map());
279
279
  this.$$ctor = t, this.$$s = r, o && this.attachShadow({ mode: "open" });
280
280
  }
281
281
  addEventListener(t, r, o) {
@@ -299,17 +299,17 @@ typeof HTMLElement == "function" && (vr = class extends HTMLElement {
299
299
  let a;
300
300
  return {
301
301
  c: function() {
302
- a = v("slot"), n !== "default" && i(a, "name", n);
302
+ a = y("slot"), n !== "default" && i(a, "name", n);
303
303
  },
304
304
  /**
305
305
  * @param {HTMLElement} target
306
306
  * @param {HTMLElement} [anchor]
307
307
  */
308
- m: function(f, c) {
309
- k(f, a, c);
308
+ m: function(c, f) {
309
+ k(c, a, f);
310
310
  },
311
- d: function(f) {
312
- f && F(a);
311
+ d: function(c) {
312
+ c && F(a);
313
313
  }
314
314
  };
315
315
  };
@@ -406,7 +406,7 @@ function We(e, t, r, o) {
406
406
  }
407
407
  }
408
408
  function Vo(e, t, r, o, s, n) {
409
- let a = class extends vr {
409
+ let a = class extends yr {
410
410
  constructor() {
411
411
  super(e, r, s), this.$$p_d = t;
412
412
  }
@@ -422,8 +422,8 @@ function Vo(e, t, r, o, s, n) {
422
422
  return this.$$c && l in this.$$c ? this.$$c[l] : this.$$d[l];
423
423
  },
424
424
  set(u) {
425
- var f;
426
- u = We(l, u, t), this.$$d[l] = u, (f = this.$$c) == null || f.$set({ [l]: u });
425
+ var c;
426
+ u = We(l, u, t), this.$$d[l] = u, (c = this.$$c) == null || c.$set({ [l]: u });
427
427
  }
428
428
  });
429
429
  }), o.forEach((l) => {
@@ -445,7 +445,7 @@ class zo {
445
445
  *
446
446
  * @type {any}
447
447
  */
448
- ce(this, "$$");
448
+ fe(this, "$$");
449
449
  /**
450
450
  * ### PRIVATE API
451
451
  *
@@ -453,7 +453,7 @@ class zo {
453
453
  *
454
454
  * @type {any}
455
455
  */
456
- ce(this, "$$set");
456
+ fe(this, "$$set");
457
457
  }
458
458
  /** @returns {void} */
459
459
  $destroy() {
@@ -527,7 +527,7 @@ function bt(e) {
527
527
  };
528
528
  throw new TypeError(t ? "Object is not iterable." : "Symbol.iterator is not defined.");
529
529
  }
530
- function yt(e, t) {
530
+ function vt(e, t) {
531
531
  var r = typeof Symbol == "function" && e[Symbol.iterator];
532
532
  if (!r) return e;
533
533
  var o = r.call(e), s, n = [], a;
@@ -567,7 +567,7 @@ var ut = Pr(function(e) {
567
567
  `) : "", this.name = "UnsubscriptionError", this.errors = r;
568
568
  };
569
569
  });
570
- function vt(e, t) {
570
+ function yt(e, t) {
571
571
  if (e) {
572
572
  var r = e.indexOf(t);
573
573
  0 <= r && e.splice(r, 1);
@@ -586,8 +586,8 @@ var Ke = function() {
586
586
  if (this._parentage = null, Array.isArray(a))
587
587
  try {
588
588
  for (var l = bt(a), u = l.next(); !u.done; u = l.next()) {
589
- var f = u.value;
590
- f.remove(this);
589
+ var c = u.value;
590
+ c.remove(this);
591
591
  }
592
592
  } catch (g) {
593
593
  t = { error: g };
@@ -600,10 +600,10 @@ var Ke = function() {
600
600
  }
601
601
  else
602
602
  a.remove(this);
603
- var c = this.initialTeardown;
604
- if (me(c))
603
+ var f = this.initialTeardown;
604
+ if (me(f))
605
605
  try {
606
- c();
606
+ f();
607
607
  } catch (g) {
608
608
  n = g instanceof ut ? g.errors : [g];
609
609
  }
@@ -612,11 +612,11 @@ var Ke = function() {
612
612
  this._finalizers = null;
613
613
  try {
614
614
  for (var p = bt(d), m = p.next(); !m.done; m = p.next()) {
615
- var y = m.value;
615
+ var v = m.value;
616
616
  try {
617
- Dt(y);
617
+ Dt(v);
618
618
  } catch (g) {
619
- n = n != null ? n : [], g instanceof ut ? n = Ce(Ce([], yt(n)), yt(g.errors)) : n.push(g);
619
+ n = n != null ? n : [], g instanceof ut ? n = Ce(Ce([], vt(n)), vt(g.errors)) : n.push(g);
620
620
  }
621
621
  }
622
622
  } catch (g) {
@@ -653,10 +653,10 @@ var Ke = function() {
653
653
  this._parentage = Array.isArray(r) ? (r.push(t), r) : r ? [r, t] : t;
654
654
  }, e.prototype._removeParent = function(t) {
655
655
  var r = this._parentage;
656
- r === t ? this._parentage = null : Array.isArray(r) && vt(r, t);
656
+ r === t ? this._parentage = null : Array.isArray(r) && yt(r, t);
657
657
  }, e.prototype.remove = function(t) {
658
658
  var r = this._finalizers;
659
- r && vt(r, t), t instanceof e && t._removeParent(this);
659
+ r && yt(r, t), t instanceof e && t._removeParent(this);
660
660
  }, e.EMPTY = function() {
661
661
  var t = new e();
662
662
  return t.closed = !0, t;
@@ -674,7 +674,7 @@ var Zo = {
674
674
  setTimeout: function(e, t) {
675
675
  for (var r = [], o = 2; o < arguments.length; o++)
676
676
  r[o - 2] = arguments[o];
677
- return setTimeout.apply(void 0, Ce([e, t], yt(r)));
677
+ return setTimeout.apply(void 0, Ce([e, t], vt(r)));
678
678
  },
679
679
  clearTimeout: function(e) {
680
680
  return clearTimeout(e);
@@ -886,8 +886,8 @@ var ns = Pr(function(e) {
886
886
  var u = l.value;
887
887
  u.next(r);
888
888
  }
889
- } catch (f) {
890
- s = { error: f };
889
+ } catch (c) {
890
+ s = { error: c };
891
891
  } finally {
892
892
  try {
893
893
  l && !l.done && (n = a.return) && n.call(a);
@@ -931,7 +931,7 @@ var ns = Pr(function(e) {
931
931
  }, t.prototype._innerSubscribe = function(r) {
932
932
  var o = this, s = this, n = s.hasError, a = s.isStopped, l = s.observers;
933
933
  return n || a ? Er : (this.currentObservers = null, l.push(r), new Ke(function() {
934
- o.currentObservers = null, vt(l, r);
934
+ o.currentObservers = null, yt(l, r);
935
935
  }));
936
936
  }, t.prototype._checkFinalizedStatuses = function(r) {
937
937
  var o = this, s = o.hasError, n = o.thrownError, a = o.isStopped;
@@ -984,9 +984,9 @@ var ns = Pr(function(e) {
984
984
  }, t.prototype._trimBuffer = function() {
985
985
  var r = this, o = r._bufferSize, s = r._timestampProvider, n = r._buffer, a = r._infiniteTimeWindow, l = (a ? 1 : 2) * o;
986
986
  if (o < 1 / 0 && l < n.length && n.splice(0, n.length - l), !a) {
987
- for (var u = s.now(), f = 0, c = 1; c < n.length && n[c] <= u; c += 2)
988
- f = c;
989
- f && n.splice(0, f + 1);
987
+ for (var u = s.now(), c = 0, f = 1; f < n.length && n[f] <= u; f += 2)
988
+ c = f;
989
+ c && n.splice(0, c + 1);
990
990
  }
991
991
  }, t;
992
992
  }(Tr);
@@ -1008,11 +1008,11 @@ function et(e, t = he) {
1008
1008
  function s(l) {
1009
1009
  if (wr(e, l) && (e = l, r)) {
1010
1010
  const u = !xe.length;
1011
- for (const f of o)
1012
- f[1](), xe.push(f, e);
1011
+ for (const c of o)
1012
+ c[1](), xe.push(c, e);
1013
1013
  if (u) {
1014
- for (let f = 0; f < xe.length; f += 2)
1015
- xe[f][0](xe[f + 1]);
1014
+ for (let c = 0; c < xe.length; c += 2)
1015
+ xe[c][0](xe[c + 1]);
1016
1016
  xe.length = 0;
1017
1017
  }
1018
1018
  }
@@ -1021,9 +1021,9 @@ function et(e, t = he) {
1021
1021
  s(l(e));
1022
1022
  }
1023
1023
  function a(l, u = he) {
1024
- const f = [l, u];
1025
- return o.add(f), o.size === 1 && (r = t(s, n) || he), l(e), () => {
1026
- o.delete(f), o.size === 0 && r && (r(), r = null);
1024
+ const c = [l, u];
1025
+ return o.add(c), o.size === 1 && (r = t(s, n) || he), l(e), () => {
1026
+ o.delete(c), o.size === 0 && r && (r(), r = null);
1027
1027
  };
1028
1028
  }
1029
1029
  return { set: s, update: n, subscribe: a };
@@ -1035,37 +1035,37 @@ function Le(e, t, r) {
1035
1035
  const n = t.length < 2;
1036
1036
  return ls(r, (a, l) => {
1037
1037
  let u = !1;
1038
- const f = [];
1039
- let c = 0, d = he;
1038
+ const c = [];
1039
+ let f = 0, d = he;
1040
1040
  const p = () => {
1041
- if (c)
1041
+ if (f)
1042
1042
  return;
1043
1043
  d();
1044
- const y = t(o ? f[0] : f, a, l);
1045
- n ? a(y) : d = De(y) ? y : he;
1044
+ const v = t(o ? c[0] : c, a, l);
1045
+ n ? a(v) : d = De(v) ? v : he;
1046
1046
  }, m = s.map(
1047
- (y, g) => br(
1048
- y,
1047
+ (v, g) => br(
1048
+ v,
1049
1049
  (x) => {
1050
- f[g] = x, c &= ~(1 << g), u && p();
1050
+ c[g] = x, f &= ~(1 << g), u && p();
1051
1051
  },
1052
1052
  () => {
1053
- c |= 1 << g;
1053
+ f |= 1 << g;
1054
1054
  }
1055
1055
  )
1056
1056
  );
1057
1057
  return u = !0, p(), function() {
1058
- ye(m), d(), u = !1;
1058
+ ve(m), d(), u = !1;
1059
1059
  };
1060
1060
  });
1061
1061
  }
1062
1062
  function us(e) {
1063
1063
  return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
1064
1064
  }
1065
- var fs = function(t) {
1066
- return cs(t) && !hs(t);
1065
+ var cs = function(t) {
1066
+ return fs(t) && !hs(t);
1067
1067
  };
1068
- function cs(e) {
1068
+ function fs(e) {
1069
1069
  return !!e && typeof e == "object";
1070
1070
  }
1071
1071
  function hs(e) {
@@ -1093,13 +1093,13 @@ function bs(e, t) {
1093
1093
  var r = t.customMerge(e);
1094
1094
  return typeof r == "function" ? r : Ne;
1095
1095
  }
1096
- function ys(e) {
1096
+ function vs(e) {
1097
1097
  return Object.getOwnPropertySymbols ? Object.getOwnPropertySymbols(e).filter(function(t) {
1098
1098
  return Object.propertyIsEnumerable.call(e, t);
1099
1099
  }) : [];
1100
1100
  }
1101
1101
  function Xt(e) {
1102
- return Object.keys(e).concat(ys(e));
1102
+ return Object.keys(e).concat(vs(e));
1103
1103
  }
1104
1104
  function Br(e, t) {
1105
1105
  try {
@@ -1108,7 +1108,7 @@ function Br(e, t) {
1108
1108
  return !1;
1109
1109
  }
1110
1110
  }
1111
- function vs(e, t) {
1111
+ function ys(e, t) {
1112
1112
  return Br(e, t) && !(Object.hasOwnProperty.call(e, t) && Object.propertyIsEnumerable.call(e, t));
1113
1113
  }
1114
1114
  function Ps(e, t, r) {
@@ -1116,11 +1116,11 @@ function Ps(e, t, r) {
1116
1116
  return r.isMergeableObject(e) && Xt(e).forEach(function(s) {
1117
1117
  o[s] = Ge(e[s], r);
1118
1118
  }), Xt(t).forEach(function(s) {
1119
- vs(e, s) || (Br(e, s) && r.isMergeableObject(t[s]) ? o[s] = bs(s, r)(e[s], t[s], r) : o[s] = Ge(t[s], r));
1119
+ ys(e, s) || (Br(e, s) && r.isMergeableObject(t[s]) ? o[s] = bs(s, r)(e[s], t[s], r) : o[s] = Ge(t[s], r));
1120
1120
  }), o;
1121
1121
  }
1122
1122
  function Ne(e, t, r) {
1123
- r = r || {}, r.arrayMerge = r.arrayMerge || ws, r.isMergeableObject = r.isMergeableObject || fs, r.cloneUnlessOtherwiseSpecified = Ge;
1123
+ r = r || {}, r.arrayMerge = r.arrayMerge || ws, r.isMergeableObject = r.isMergeableObject || cs, r.cloneUnlessOtherwiseSpecified = Ge;
1124
1124
  var o = Array.isArray(t), s = Array.isArray(e), n = o === s;
1125
1125
  return n ? o ? r.arrayMerge(e, t, r) : Ps(e, t, r) : Ge(t, r);
1126
1126
  }
@@ -1133,7 +1133,7 @@ Ne.all = function(t, r) {
1133
1133
  };
1134
1134
  var Es = Ne, _s = Es;
1135
1135
  const xs = /* @__PURE__ */ us(_s);
1136
- function ft(e, t) {
1136
+ function ct(e, t) {
1137
1137
  var r = t && t.cache ? t.cache : As, o = t && t.serializer ? t.serializer : Ns, s = t && t.strategy ? t.strategy : Bs;
1138
1138
  return s(e, {
1139
1139
  cache: r,
@@ -1179,7 +1179,7 @@ var Ns = function() {
1179
1179
  create: function() {
1180
1180
  return new Hs();
1181
1181
  }
1182
- }, ct = {
1182
+ }, ft = {
1183
1183
  variadic: Cs
1184
1184
  }, T;
1185
1185
  (function(e) {
@@ -1328,8 +1328,8 @@ function Ms(e) {
1328
1328
  var n = s[o], a = n.split("/");
1329
1329
  if (a.length === 0)
1330
1330
  throw new Error("Invalid number skeleton");
1331
- for (var l = a[0], u = a.slice(1), f = 0, c = u; f < c.length; f++) {
1332
- var d = c[f];
1331
+ for (var l = a[0], u = a.slice(1), c = 0, f = u; c < f.length; c++) {
1332
+ var d = f[c];
1333
1333
  if (d.length === 0)
1334
1334
  throw new Error("Invalid number skeleton");
1335
1335
  }
@@ -1440,13 +1440,13 @@ function Gs(e) {
1440
1440
  t.notation = "compact", t.compactDisplay = "long";
1441
1441
  continue;
1442
1442
  case "scientific":
1443
- t = H(H(H({}, t), { notation: "scientific" }), s.options.reduce(function(u, f) {
1444
- return H(H({}, u), Qt(f));
1443
+ t = H(H(H({}, t), { notation: "scientific" }), s.options.reduce(function(u, c) {
1444
+ return H(H({}, u), Qt(c));
1445
1445
  }, {}));
1446
1446
  continue;
1447
1447
  case "engineering":
1448
- t = H(H(H({}, t), { notation: "engineering" }), s.options.reduce(function(u, f) {
1449
- return H(H({}, u), Qt(f));
1448
+ t = H(H(H({}, t), { notation: "engineering" }), s.options.reduce(function(u, c) {
1449
+ return H(H({}, u), Qt(c));
1450
1450
  }, {}));
1451
1451
  continue;
1452
1452
  case "notation-simple":
@@ -1491,9 +1491,9 @@ function Gs(e) {
1491
1491
  case "integer-width":
1492
1492
  if (s.options.length > 1)
1493
1493
  throw new RangeError("integer-width stems only accept a single optional option");
1494
- s.options[0].replace(Ds, function(u, f, c, d, p, m) {
1495
- if (f)
1496
- t.minimumIntegerDigits = c.length;
1494
+ s.options[0].replace(Ds, function(u, c, f, d, p, m) {
1495
+ if (c)
1496
+ t.minimumIntegerDigits = f.length;
1497
1497
  else {
1498
1498
  if (d && p)
1499
1499
  throw new Error("We currently do not support maximum integer digits");
@@ -1511,8 +1511,8 @@ function Gs(e) {
1511
1511
  if (Zt.test(s.stem)) {
1512
1512
  if (s.options.length > 1)
1513
1513
  throw new RangeError("Fraction-precision stems only accept a single optional option");
1514
- s.stem.replace(Zt, function(u, f, c, d, p, m) {
1515
- return c === "*" ? t.minimumFractionDigits = f.length : d && d[0] === "#" ? t.maximumFractionDigits = d.length : p && m ? (t.minimumFractionDigits = p.length, t.maximumFractionDigits = p.length + m.length) : (t.minimumFractionDigits = f.length, t.maximumFractionDigits = f.length), "";
1514
+ s.stem.replace(Zt, function(u, c, f, d, p, m) {
1515
+ return f === "*" ? t.minimumFractionDigits = c.length : d && d[0] === "#" ? t.maximumFractionDigits = d.length : p && m ? (t.minimumFractionDigits = p.length, t.maximumFractionDigits = p.length + m.length) : (t.minimumFractionDigits = c.length, t.maximumFractionDigits = c.length), "";
1516
1516
  });
1517
1517
  var n = s.options[0];
1518
1518
  n === "w" ? t = H(H({}, t), { trailingZeroDisplay: "stripIfInteger" }) : n && (t = H(H({}, t), qt(n)));
@@ -2950,11 +2950,11 @@ function js(e, t) {
2950
2950
  if (s === "j") {
2951
2951
  for (var n = 0; o + 1 < e.length && e.charAt(o + 1) === s; )
2952
2952
  n++, o++;
2953
- var a = 1 + (n & 1), l = n < 2 ? 1 : 3 + (n >> 1), u = "a", f = $s(t);
2954
- for ((f == "H" || f == "k") && (l = 0); l-- > 0; )
2953
+ var a = 1 + (n & 1), l = n < 2 ? 1 : 3 + (n >> 1), u = "a", c = $s(t);
2954
+ for ((c == "H" || c == "k") && (l = 0); l-- > 0; )
2955
2955
  r += u;
2956
2956
  for (; a-- > 0; )
2957
- r = f + r;
2957
+ r = c + r;
2958
2958
  } else s === "J" ? r += "H" : r += s;
2959
2959
  }
2960
2960
  return r;
@@ -3151,8 +3151,8 @@ var on = (
3151
3151
  if (this.bumpIf("</")) {
3152
3152
  if (this.isEOF() || !St(this.char()))
3153
3153
  return this.error(T.INVALID_TAG, B(l, this.clonePosition()));
3154
- var u = this.clonePosition(), f = this.parseTagName();
3155
- return s !== f ? this.error(T.UNMATCHED_CLOSING_TAG, B(u, this.clonePosition())) : (this.bumpSpace(), this.bumpIf(">") ? {
3154
+ var u = this.clonePosition(), c = this.parseTagName();
3155
+ return s !== c ? this.error(T.UNMATCHED_CLOSING_TAG, B(u, this.clonePosition())) : (this.bumpSpace(), this.bumpIf(">") ? {
3156
3156
  val: {
3157
3157
  type: D.tag,
3158
3158
  value: s,
@@ -3277,26 +3277,26 @@ var on = (
3277
3277
  case "date":
3278
3278
  case "time": {
3279
3279
  this.bumpSpace();
3280
- var f = null;
3280
+ var c = null;
3281
3281
  if (this.bumpIf(",")) {
3282
3282
  this.bumpSpace();
3283
- var c = this.clonePosition(), d = this.parseSimpleArgStyleIfPossible();
3283
+ var f = this.clonePosition(), d = this.parseSimpleArgStyleIfPossible();
3284
3284
  if (d.err)
3285
3285
  return d;
3286
3286
  var p = rn(d.val);
3287
3287
  if (p.length === 0)
3288
3288
  return this.error(T.EXPECT_ARGUMENT_STYLE, B(this.clonePosition(), this.clonePosition()));
3289
- var m = B(c, this.clonePosition());
3290
- f = { style: p, styleLocation: m };
3289
+ var m = B(f, this.clonePosition());
3290
+ c = { style: p, styleLocation: m };
3291
3291
  }
3292
- var y = this.tryParseArgumentClose(s);
3293
- if (y.err)
3294
- return y;
3292
+ var v = this.tryParseArgumentClose(s);
3293
+ if (v.err)
3294
+ return v;
3295
3295
  var g = B(s, this.clonePosition());
3296
- if (f && Yt(f == null ? void 0 : f.style, "::", 0)) {
3297
- var x = tn(f.style.slice(2));
3296
+ if (c && Yt(c == null ? void 0 : c.style, "::", 0)) {
3297
+ var x = tn(c.style.slice(2));
3298
3298
  if (l === "number") {
3299
- var d = this.parseNumberSkeletonFromString(x, f.styleLocation);
3299
+ var d = this.parseNumberSkeletonFromString(x, c.styleLocation);
3300
3300
  return d.err ? d : {
3301
3301
  val: { type: D.number, value: o, location: g, style: d.val },
3302
3302
  err: null
@@ -3309,7 +3309,7 @@ var on = (
3309
3309
  var p = {
3310
3310
  type: He.dateTime,
3311
3311
  pattern: E,
3312
- location: f.styleLocation,
3312
+ location: c.styleLocation,
3313
3313
  parsedOptions: this.shouldParseSkeletons ? Fs(E) : {}
3314
3314
  }, P = l === "date" ? D.date : D.time;
3315
3315
  return {
@@ -3323,7 +3323,7 @@ var on = (
3323
3323
  type: l === "number" ? D.number : l === "date" ? D.date : D.time,
3324
3324
  value: o,
3325
3325
  location: g,
3326
- style: (n = f == null ? void 0 : f.style) !== null && n !== void 0 ? n : null
3326
+ style: (n = c == null ? void 0 : c.style) !== null && n !== void 0 ? n : null
3327
3327
  },
3328
3328
  err: null
3329
3329
  };
@@ -3348,9 +3348,9 @@ var on = (
3348
3348
  var M = this.tryParsePluralOrSelectOptions(t, l, r, _);
3349
3349
  if (M.err)
3350
3350
  return M;
3351
- var y = this.tryParseArgumentClose(s);
3352
- if (y.err)
3353
- return y;
3351
+ var v = this.tryParseArgumentClose(s);
3352
+ if (v.err)
3353
+ return v;
3354
3354
  var O = B(s, this.clonePosition());
3355
3355
  return l === "select" ? {
3356
3356
  val: {
@@ -3429,36 +3429,36 @@ var on = (
3429
3429
  err: null
3430
3430
  };
3431
3431
  }, e.prototype.tryParsePluralOrSelectOptions = function(t, r, o, s) {
3432
- for (var n, a = !1, l = [], u = /* @__PURE__ */ new Set(), f = s.value, c = s.location; ; ) {
3433
- if (f.length === 0) {
3432
+ for (var n, a = !1, l = [], u = /* @__PURE__ */ new Set(), c = s.value, f = s.location; ; ) {
3433
+ if (c.length === 0) {
3434
3434
  var d = this.clonePosition();
3435
3435
  if (r !== "select" && this.bumpIf("=")) {
3436
3436
  var p = this.tryParseDecimalInteger(T.EXPECT_PLURAL_ARGUMENT_SELECTOR, T.INVALID_PLURAL_ARGUMENT_SELECTOR);
3437
3437
  if (p.err)
3438
3438
  return p;
3439
- c = B(d, this.clonePosition()), f = this.message.slice(d.offset, this.offset());
3439
+ f = B(d, this.clonePosition()), c = this.message.slice(d.offset, this.offset());
3440
3440
  } else
3441
3441
  break;
3442
3442
  }
3443
- if (u.has(f))
3444
- return this.error(r === "select" ? T.DUPLICATE_SELECT_ARGUMENT_SELECTOR : T.DUPLICATE_PLURAL_ARGUMENT_SELECTOR, c);
3445
- f === "other" && (a = !0), this.bumpSpace();
3443
+ if (u.has(c))
3444
+ return this.error(r === "select" ? T.DUPLICATE_SELECT_ARGUMENT_SELECTOR : T.DUPLICATE_PLURAL_ARGUMENT_SELECTOR, f);
3445
+ c === "other" && (a = !0), this.bumpSpace();
3446
3446
  var m = this.clonePosition();
3447
3447
  if (!this.bumpIf("{"))
3448
3448
  return this.error(r === "select" ? T.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT : T.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT, B(this.clonePosition(), this.clonePosition()));
3449
- var y = this.parseMessage(t + 1, r, o);
3450
- if (y.err)
3451
- return y;
3449
+ var v = this.parseMessage(t + 1, r, o);
3450
+ if (v.err)
3451
+ return v;
3452
3452
  var g = this.tryParseArgumentClose(m);
3453
3453
  if (g.err)
3454
3454
  return g;
3455
3455
  l.push([
3456
- f,
3456
+ c,
3457
3457
  {
3458
- value: y.val,
3458
+ value: v.val,
3459
3459
  location: B(m, this.clonePosition())
3460
3460
  }
3461
- ]), u.add(f), this.bumpSpace(), n = this.parseIdentifierIfPossible(), f = n.value, c = n.location;
3461
+ ]), u.add(c), this.bumpSpace(), n = this.parseIdentifierIfPossible(), c = n.value, f = n.location;
3462
3462
  }
3463
3463
  return l.length === 0 ? this.error(r === "select" ? T.EXPECT_SELECT_ARGUMENT_SELECTOR : T.EXPECT_PLURAL_ARGUMENT_SELECTOR, B(this.clonePosition(), this.clonePosition())) : this.requiresOtherClause && !a ? this.error(T.MISSING_OTHER_CLAUSE, B(this.clonePosition(), this.clonePosition())) : { val: l, err: null };
3464
3464
  }, e.prototype.tryParseDecimalInteger = function(t, r) {
@@ -3604,7 +3604,7 @@ var tt = (
3604
3604
  }
3605
3605
  return t;
3606
3606
  }(tt)
3607
- ), fn = (
3607
+ ), cn = (
3608
3608
  /** @class */
3609
3609
  function(e) {
3610
3610
  ge(t, e);
@@ -3617,7 +3617,7 @@ var tt = (
3617
3617
  (function(e) {
3618
3618
  e[e.literal = 0] = "literal", e[e.object = 1] = "object";
3619
3619
  })(oe || (oe = {}));
3620
- function cn(e) {
3620
+ function fn(e) {
3621
3621
  return e.length < 2 ? e : e.reduce(function(t, r) {
3622
3622
  var o = t[t.length - 1];
3623
3623
  return !o || o.type !== oe.literal || r.type !== oe.literal ? t.push(r) : o.value += r.value, t;
@@ -3634,62 +3634,62 @@ function qe(e, t, r, o, s, n, a) {
3634
3634
  value: e[0].value
3635
3635
  }
3636
3636
  ];
3637
- for (var l = [], u = 0, f = e; u < f.length; u++) {
3638
- var c = f[u];
3639
- if (Wt(c)) {
3637
+ for (var l = [], u = 0, c = e; u < c.length; u++) {
3638
+ var f = c[u];
3639
+ if (Wt(f)) {
3640
3640
  l.push({
3641
3641
  type: oe.literal,
3642
- value: c.value
3642
+ value: f.value
3643
3643
  });
3644
3644
  continue;
3645
3645
  }
3646
- if (Ls(c)) {
3646
+ if (Ls(f)) {
3647
3647
  typeof n == "number" && l.push({
3648
3648
  type: oe.literal,
3649
3649
  value: r.getNumberFormat(t).format(n)
3650
3650
  });
3651
3651
  continue;
3652
3652
  }
3653
- var d = c.value;
3653
+ var d = f.value;
3654
3654
  if (!(s && d in s))
3655
- throw new fn(d, a);
3655
+ throw new cn(d, a);
3656
3656
  var p = s[d];
3657
- if (Is(c)) {
3657
+ if (Is(f)) {
3658
3658
  (!p || typeof p == "string" || typeof p == "number") && (p = typeof p == "string" || typeof p == "number" ? String(p) : ""), l.push({
3659
3659
  type: typeof p == "string" ? oe.literal : oe.object,
3660
3660
  value: p
3661
3661
  });
3662
3662
  continue;
3663
3663
  }
3664
- if (Ar(c)) {
3665
- var m = typeof c.style == "string" ? o.date[c.style] : Et(c.style) ? c.style.parsedOptions : void 0;
3664
+ if (Ar(f)) {
3665
+ var m = typeof f.style == "string" ? o.date[f.style] : Et(f.style) ? f.style.parsedOptions : void 0;
3666
3666
  l.push({
3667
3667
  type: oe.literal,
3668
3668
  value: r.getDateTimeFormat(t, m).format(p)
3669
3669
  });
3670
3670
  continue;
3671
3671
  }
3672
- if (Ir(c)) {
3673
- var m = typeof c.style == "string" ? o.time[c.style] : Et(c.style) ? c.style.parsedOptions : o.time.medium;
3672
+ if (Ir(f)) {
3673
+ var m = typeof f.style == "string" ? o.time[f.style] : Et(f.style) ? f.style.parsedOptions : o.time.medium;
3674
3674
  l.push({
3675
3675
  type: oe.literal,
3676
3676
  value: r.getDateTimeFormat(t, m).format(p)
3677
3677
  });
3678
3678
  continue;
3679
3679
  }
3680
- if (Hr(c)) {
3681
- var m = typeof c.style == "string" ? o.number[c.style] : Rr(c.style) ? c.style.parsedOptions : void 0;
3680
+ if (Hr(f)) {
3681
+ var m = typeof f.style == "string" ? o.number[f.style] : Rr(f.style) ? f.style.parsedOptions : void 0;
3682
3682
  m && m.scale && (p = p * (m.scale || 1)), l.push({
3683
3683
  type: oe.literal,
3684
3684
  value: r.getNumberFormat(t, m).format(p)
3685
3685
  });
3686
3686
  continue;
3687
3687
  }
3688
- if (Fr(c)) {
3689
- var y = c.children, g = c.value, x = s[g];
3688
+ if (Fr(f)) {
3689
+ var v = f.children, g = f.value, x = s[g];
3690
3690
  if (!hn(x))
3691
3691
  throw new un(g, "function", a);
3692
- var E = qe(y, t, r, o, s, n), P = x(E.map(function(A) {
3692
+ var E = qe(v, t, r, o, s, n), P = x(E.map(function(A) {
3693
3693
  return A.value;
3694
3694
  }));
3695
3695
  Array.isArray(P) || (P = [P]), l.push.apply(l, P.map(function(A) {
@@ -3699,30 +3699,30 @@ function qe(e, t, r, o, s, n, a) {
3699
3699
  };
3700
3700
  }));
3701
3701
  }
3702
- if (Lr(c)) {
3703
- var S = c.options[p] || c.options.other;
3702
+ if (Lr(f)) {
3703
+ var S = f.options[p] || f.options.other;
3704
3704
  if (!S)
3705
- throw new er(c.value, p, Object.keys(c.options), a);
3705
+ throw new er(f.value, p, Object.keys(f.options), a);
3706
3706
  l.push.apply(l, qe(S.value, t, r, o, s));
3707
3707
  continue;
3708
3708
  }
3709
- if (Or(c)) {
3710
- var S = c.options["=".concat(p)];
3709
+ if (Or(f)) {
3710
+ var S = f.options["=".concat(p)];
3711
3711
  if (!S) {
3712
3712
  if (!Intl.PluralRules)
3713
3713
  throw new tt(`Intl.PluralRules is not available in this environment.
3714
3714
  Try polyfilling it using "@formatjs/intl-pluralrules"
3715
3715
  `, Ae.MISSING_INTL_API, a);
3716
- var _ = r.getPluralRules(t, { type: c.pluralType }).select(p - (c.offset || 0));
3717
- S = c.options[_] || c.options.other;
3716
+ var _ = r.getPluralRules(t, { type: f.pluralType }).select(p - (f.offset || 0));
3717
+ S = f.options[_] || f.options.other;
3718
3718
  }
3719
3719
  if (!S)
3720
- throw new er(c.value, p, Object.keys(c.options), a);
3721
- l.push.apply(l, qe(S.value, t, r, o, s, p - (c.offset || 0)));
3720
+ throw new er(f.value, p, Object.keys(f.options), a);
3721
+ l.push.apply(l, qe(S.value, t, r, o, s, p - (f.offset || 0)));
3722
3722
  continue;
3723
3723
  }
3724
3724
  }
3725
- return cn(l);
3725
+ return fn(l);
3726
3726
  }
3727
3727
  function dn(e, t) {
3728
3728
  return t ? H(H(H({}, e || {}), t || {}), Object.keys(e).reduce(function(r, o) {
@@ -3754,29 +3754,29 @@ function mn(e) {
3754
3754
  dateTime: {},
3755
3755
  pluralRules: {}
3756
3756
  }), {
3757
- getNumberFormat: ft(function() {
3757
+ getNumberFormat: ct(function() {
3758
3758
  for (var t, r = [], o = 0; o < arguments.length; o++)
3759
3759
  r[o] = arguments[o];
3760
3760
  return new ((t = Intl.NumberFormat).bind.apply(t, Ce([void 0], r, !1)))();
3761
3761
  }, {
3762
3762
  cache: dt(e.number),
3763
- strategy: ct.variadic
3763
+ strategy: ft.variadic
3764
3764
  }),
3765
- getDateTimeFormat: ft(function() {
3765
+ getDateTimeFormat: ct(function() {
3766
3766
  for (var t, r = [], o = 0; o < arguments.length; o++)
3767
3767
  r[o] = arguments[o];
3768
3768
  return new ((t = Intl.DateTimeFormat).bind.apply(t, Ce([void 0], r, !1)))();
3769
3769
  }, {
3770
3770
  cache: dt(e.dateTime),
3771
- strategy: ct.variadic
3771
+ strategy: ft.variadic
3772
3772
  }),
3773
- getPluralRules: ft(function() {
3773
+ getPluralRules: ct(function() {
3774
3774
  for (var t, r = [], o = 0; o < arguments.length; o++)
3775
3775
  r[o] = arguments[o];
3776
3776
  return new ((t = Intl.PluralRules).bind.apply(t, Ce([void 0], r, !1)))();
3777
3777
  }, {
3778
3778
  cache: dt(e.pluralRules),
3779
- strategy: ct.variadic
3779
+ strategy: ft.variadic
3780
3780
  })
3781
3781
  };
3782
3782
  }
@@ -3791,13 +3791,13 @@ var gn = (
3791
3791
  dateTime: {},
3792
3792
  pluralRules: {}
3793
3793
  }, this.format = function(u) {
3794
- var f = n.formatToParts(u);
3795
- if (f.length === 1)
3796
- return f[0].value;
3797
- var c = f.reduce(function(d, p) {
3794
+ var c = n.formatToParts(u);
3795
+ if (c.length === 1)
3796
+ return c[0].value;
3797
+ var f = c.reduce(function(d, p) {
3798
3798
  return !d.length || p.type !== oe.literal || typeof d[d.length - 1] != "string" ? d.push(p.value) : d[d.length - 1] += p.value, d;
3799
3799
  }, []);
3800
- return c.length <= 1 ? c[0] || "" : c;
3800
+ return f.length <= 1 ? f[0] || "" : f;
3801
3801
  }, this.formatToParts = function(u) {
3802
3802
  return qe(n.ast, n.locales, n.formatters, n.formats, u, void 0, n.message);
3803
3803
  }, this.resolvedOptions = function() {
@@ -3920,23 +3920,23 @@ const we = {}, bn = (e, t, r) => r && (t in we || (we[t] = {}), e in we[t] || (w
3920
3920
  return we[t][e];
3921
3921
  const r = rt(t);
3922
3922
  for (let o = 0; o < r.length; o++) {
3923
- const s = r[o], n = vn(s, e);
3923
+ const s = r[o], n = yn(s, e);
3924
3924
  if (n)
3925
3925
  return bn(e, t, n);
3926
3926
  }
3927
3927
  };
3928
3928
  let Ht;
3929
3929
  const Oe = et({});
3930
- function yn(e) {
3930
+ function vn(e) {
3931
3931
  return Ht[e] || null;
3932
3932
  }
3933
3933
  function zr(e) {
3934
3934
  return e in Ht;
3935
3935
  }
3936
- function vn(e, t) {
3936
+ function yn(e, t) {
3937
3937
  if (!zr(e))
3938
3938
  return null;
3939
- const r = yn(e);
3939
+ const r = vn(e);
3940
3940
  return wn(r, t);
3941
3941
  }
3942
3942
  function Pn(e) {
@@ -4056,7 +4056,7 @@ function rt(e, t = Ie().fallbackLocale) {
4056
4056
  const r = or(e);
4057
4057
  return t ? [.../* @__PURE__ */ new Set([...r, ...or(t)])] : r;
4058
4058
  }
4059
- function ve() {
4059
+ function ye() {
4060
4060
  return Nt != null ? Nt : void 0;
4061
4061
  }
4062
4062
  Ye.subscribe((e) => {
@@ -4066,7 +4066,7 @@ const Fn = (e) => {
4066
4066
  if (e && Pn(e) && Ct(e)) {
4067
4067
  const { loadingDelay: t } = Ie();
4068
4068
  let r;
4069
- return typeof window != "undefined" && ve() != null && t ? r = window.setTimeout(
4069
+ return typeof window != "undefined" && ye() != null && t ? r = window.setTimeout(
4070
4070
  () => pt.set(!0),
4071
4071
  t
4072
4072
  ) : pt.set(!0), Zr(e).then(() => {
@@ -4131,28 +4131,28 @@ const je = (e, t) => {
4131
4131
  }
4132
4132
  ), Un = (e = {}) => {
4133
4133
  var t = e, {
4134
- locale: r = ve()
4134
+ locale: r = ye()
4135
4135
  } = t, o = Fe(t, [
4136
4136
  "locale"
4137
4137
  ]);
4138
4138
  return Mn(At({ locale: r }, o));
4139
4139
  }, Gn = (e = {}) => {
4140
4140
  var t = e, {
4141
- locale: r = ve()
4141
+ locale: r = ye()
4142
4142
  } = t, o = Fe(t, [
4143
4143
  "locale"
4144
4144
  ]);
4145
4145
  return kn(At({ locale: r }, o));
4146
4146
  }, jn = (e = {}) => {
4147
4147
  var t = e, {
4148
- locale: r = ve()
4148
+ locale: r = ye()
4149
4149
  } = t, o = Fe(t, [
4150
4150
  "locale"
4151
4151
  ]);
4152
4152
  return Dn(At({ locale: r }, o));
4153
4153
  }, $n = ot(
4154
4154
  // eslint-disable-next-line @typescript-eslint/no-non-null-assertion
4155
- (e, t = ve()) => new gn(e, t, Ie().formats, {
4155
+ (e, t = ye()) => new gn(e, t, Ie().formats, {
4156
4156
  ignoreTag: Ie().ignoreTag
4157
4157
  })
4158
4158
  ), Vn = (e, t = {}) => {
@@ -4161,25 +4161,25 @@ const je = (e, t) => {
4161
4161
  typeof e == "object" && (a = e, e = a.id);
4162
4162
  const {
4163
4163
  values: l,
4164
- locale: u = ve(),
4165
- default: f
4164
+ locale: u = ye(),
4165
+ default: c
4166
4166
  } = a;
4167
4167
  if (u == null)
4168
4168
  throw new Error(
4169
4169
  "[svelte-i18n] Cannot format a message without first setting the initial locale."
4170
4170
  );
4171
- let c = Vr(e, u);
4172
- if (!c)
4173
- c = (n = (s = (o = (r = Ie()).handleMissingMessage) == null ? void 0 : o.call(r, { locale: u, id: e, defaultValue: f })) != null ? s : f) != null ? n : e;
4174
- else if (typeof c != "string")
4171
+ let f = Vr(e, u);
4172
+ if (!f)
4173
+ f = (n = (s = (o = (r = Ie()).handleMissingMessage) == null ? void 0 : o.call(r, { locale: u, id: e, defaultValue: c })) != null ? s : c) != null ? n : e;
4174
+ else if (typeof f != "string")
4175
4175
  return console.warn(
4176
- `[svelte-i18n] Message with id "${e}" must be of type "string", found: "${typeof c}". Gettin its value through the "$format" method is deprecated; use the "json" method instead.`
4177
- ), c;
4176
+ `[svelte-i18n] Message with id "${e}" must be of type "string", found: "${typeof f}". Gettin its value through the "$format" method is deprecated; use the "json" method instead.`
4177
+ ), f;
4178
4178
  if (!l)
4179
- return c;
4180
- let d = c;
4179
+ return f;
4180
+ let d = f;
4181
4181
  try {
4182
- d = $n(c, u).format(l);
4182
+ d = $n(f, u).format(l);
4183
4183
  } catch (p) {
4184
4184
  p instanceof Error && console.warn(
4185
4185
  `[svelte-i18n] Message "${e}" has syntax error:`,
@@ -4187,7 +4187,7 @@ const je = (e, t) => {
4187
4187
  );
4188
4188
  }
4189
4189
  return d;
4190
- }, zn = (e, t) => jn(t).format(e), Xn = (e, t) => Gn(t).format(e), Wn = (e, t) => Un(t).format(e), Zn = (e, t = ve()) => Vr(e, t), qn = Le([be, Oe], () => Vn);
4190
+ }, zn = (e, t) => jn(t).format(e), Xn = (e, t) => Gn(t).format(e), Wn = (e, t) => Un(t).format(e), Zn = (e, t = ye()) => Vr(e, t), qn = Le([be, Oe], () => Vn);
4191
4191
  Le([be], () => zn);
4192
4192
  Le([be], () => Xn);
4193
4193
  Le([be], () => Wn);
@@ -4415,7 +4415,7 @@ function lr(e) {
4415
4415
  let t, r;
4416
4416
  return {
4417
4417
  c() {
4418
- t = v("script"), Mt(t.src, r = "//www.google.com/recaptcha/api.js?render=" + /*captchakey*/
4418
+ t = y("script"), Mt(t.src, r = "//www.google.com/recaptcha/api.js?render=" + /*captchakey*/
4419
4419
  e[0]) || i(t, "src", r), t.async = !0, t.defer = !0;
4420
4420
  },
4421
4421
  m(o, s) {
@@ -4454,7 +4454,7 @@ function ei(e) {
4454
4454
  let s = o(e), n = s && s(e);
4455
4455
  return {
4456
4456
  c() {
4457
- t = v("div"), n && n.c(), i(t, "class", r = "FormContainer " + /*mobileView*/
4457
+ t = y("div"), n && n.c(), i(t, "class", r = "FormContainer " + /*mobileView*/
4458
4458
  (e[11] ? "FormMobileContainer" : ""));
4459
4459
  },
4460
4460
  m(a, l) {
@@ -4474,7 +4474,7 @@ function ti(e) {
4474
4474
  let t;
4475
4475
  return {
4476
4476
  c() {
4477
- t = v("div"), t.innerHTML = '<div class="ModalLoader"></div>', i(t, "class", "ModalLoaderWrapper");
4477
+ t = y("div"), t.innerHTML = '<div class="ModalLoader"></div>', i(t, "class", "ModalLoaderWrapper");
4478
4478
  },
4479
4479
  m(r, o) {
4480
4480
  k(r, t, o);
@@ -4486,7 +4486,7 @@ function ti(e) {
4486
4486
  };
4487
4487
  }
4488
4488
  function ri(e) {
4489
- let t, r, o, s, n, a, l, u, f, c, d, p, m, y, g, x = (
4489
+ let t, r, o, s, n, a, l, u, c, f, d, p, m, v, g, x = (
4490
4490
  /*$_*/
4491
4491
  e[27]("forgotChangePasswordTitle") + ""
4492
4492
  ), E, P, S, _ = (
@@ -4495,18 +4495,18 @@ function ri(e) {
4495
4495
  ), A, M, O, se = (
4496
4496
  /*$_*/
4497
4497
  e[27]("forgotChangePasswordLogin") + ""
4498
- ), U, fe, G;
4498
+ ), U, ce, G;
4499
4499
  return {
4500
4500
  c() {
4501
- t = v("div"), r = v("div"), o = v("div"), s = b("svg"), n = b("defs"), a = b("style"), l = C(".a{fill:var(--emw--color-valid, var(--emw--color-valid, #48952a));}.b,.d{fill:none;}.b{stroke:var(--emw--color-valid, var(--emw--color-green, #48952a));stroke-width:2px;}.c{stroke:none;}"), u = b("g"), f = b("g"), c = b("path"), d = b("g"), p = b("circle"), m = b("circle"), y = R(), g = v("h4"), E = C(x), P = R(), S = v("p"), A = C(_), M = R(), O = v("button"), U = C(se), i(c, "class", "a"), i(c, "d", "M16.1,28,0,11.9,3.267,8.633,16.1,21.233,37.333,0,40.6,3.267Z"), i(c, "transform", "translate(264.272 482.563)"), i(f, "transform", "translate(-7360.574 8503.438)"), i(p, "class", "c"), i(p, "cx", "30"), i(p, "cy", "30"), i(p, "r", "30"), i(m, "class", "d"), i(m, "cx", "30"), i(m, "cy", "30"), i(m, "r", "29"), i(d, "class", "b"), i(d, "transform", "translate(-7106 8970)"), i(u, "transform", "translate(7106 -8970)"), i(s, "xmlns", "http://www.w3.org/2000/svg"), i(s, "width", "60"), i(s, "height", "60"), i(s, "viewBox", "0 0 60 60"), i(o, "class", "NewPasswordSuccess"), i(o, "part", "NewPasswordSuccess"), i(O, "class", "resetPasswordButton"), i(O, "part", "resetPasswordButton"), i(r, "class", "FormContent"), i(r, "part", "FormContent"), i(t, "class", "FormForgotPassword"), i(t, "part", "FormForgotPassword");
4501
+ t = y("div"), r = y("div"), o = y("div"), s = b("svg"), n = b("defs"), a = b("style"), l = C(".a{fill:var(--emw--color-valid, var(--emw--color-valid, #48952a));}.b,.d{fill:none;}.b{stroke:var(--emw--color-valid, var(--emw--color-green, #48952a));stroke-width:2px;}.c{stroke:none;}"), u = b("g"), c = b("g"), f = b("path"), d = b("g"), p = b("circle"), m = b("circle"), v = R(), g = y("h4"), E = C(x), P = R(), S = y("p"), A = C(_), M = R(), O = y("button"), U = C(se), i(f, "class", "a"), i(f, "d", "M16.1,28,0,11.9,3.267,8.633,16.1,21.233,37.333,0,40.6,3.267Z"), i(f, "transform", "translate(264.272 482.563)"), i(c, "transform", "translate(-7360.574 8503.438)"), i(p, "class", "c"), i(p, "cx", "30"), i(p, "cy", "30"), i(p, "r", "30"), i(m, "class", "d"), i(m, "cx", "30"), i(m, "cy", "30"), i(m, "r", "29"), i(d, "class", "b"), i(d, "transform", "translate(-7106 8970)"), i(u, "transform", "translate(7106 -8970)"), i(s, "xmlns", "http://www.w3.org/2000/svg"), i(s, "width", "60"), i(s, "height", "60"), i(s, "viewBox", "0 0 60 60"), i(o, "class", "NewPasswordSuccess"), i(o, "part", "NewPasswordSuccess"), i(O, "class", "resetPasswordButton"), i(O, "part", "resetPasswordButton"), i(r, "class", "FormContent"), i(r, "part", "FormContent"), i(t, "class", "FormForgotPassword"), i(t, "part", "FormForgotPassword");
4502
4502
  },
4503
4503
  m(X, W) {
4504
- k(X, t, W), h(t, r), h(r, o), h(o, s), h(s, n), h(n, a), h(a, l), h(s, u), h(u, f), h(f, c), h(u, d), h(d, p), h(d, m), h(o, y), h(o, g), h(g, E), h(o, P), h(o, S), h(S, A), h(r, M), h(r, O), h(O, U), fe || (G = ae(
4504
+ k(X, t, W), h(t, r), h(r, o), h(o, s), h(s, n), h(n, a), h(a, l), h(s, u), h(u, c), h(c, f), h(u, d), h(d, p), h(d, m), h(o, v), h(o, g), h(g, E), h(o, P), h(o, S), h(S, A), h(r, M), h(r, O), h(O, U), ce || (G = ae(
4505
4505
  O,
4506
4506
  "click",
4507
4507
  /*click_handler_7*/
4508
4508
  e[54]
4509
- ), fe = !0);
4509
+ ), ce = !0);
4510
4510
  },
4511
4511
  p(X, W) {
4512
4512
  W[0] & /*$_*/
@@ -4518,18 +4518,18 @@ function ri(e) {
4518
4518
  X[27]("forgotChangePasswordLogin") + "") && V(U, se);
4519
4519
  },
4520
4520
  d(X) {
4521
- X && F(t), fe = !1, G();
4521
+ X && F(t), ce = !1, G();
4522
4522
  }
4523
4523
  };
4524
4524
  }
4525
4525
  function oi(e) {
4526
- let t, r, o, s, n, a, l, u, f, c = (
4526
+ let t, r, o, s, n, a, l, u, c, f = (
4527
4527
  /*$_*/
4528
4528
  e[27]("forgotNewPasswordPassword") + ""
4529
- ), d, p, m, y, g, x, E, P, S, _, A, M = (
4529
+ ), d, p, m, v, g, x, E, P, S, _, A, M = (
4530
4530
  /*$_*/
4531
4531
  e[27]("forgotNewPasswordConfirmPassword") + ""
4532
- ), O, se, U, fe, G, X, W, de, Z, q, le = (
4532
+ ), O, se, U, ce, G, X, W, de, Z, q, le = (
4533
4533
  /*$_*/
4534
4534
  e[27]("forgotNewPasswordButton") + ""
4535
4535
  ), K, ee, ne, j, N = (
@@ -4544,36 +4544,36 @@ function oi(e) {
4544
4544
  }
4545
4545
  let I = z(e), L = I(e), te = (
4546
4546
  /*invalidNewPassword*/
4547
- e[16] && fr(e)
4547
+ e[16] && cr(e)
4548
4548
  );
4549
4549
  function $e(pe, $) {
4550
4550
  return (
4551
4551
  /*isConfirmPasswordVisible*/
4552
- pe[21] ? ci : fi
4552
+ pe[21] ? fi : ci
4553
4553
  );
4554
4554
  }
4555
4555
  let Pe = $e(e), re = Pe(e), Q = (
4556
4556
  /*invalidConfirmPassword*/
4557
- e[17] && cr(e)
4557
+ e[17] && fr(e)
4558
4558
  ), Y = (
4559
4559
  /*setPasswordError*/
4560
4560
  e[24] && hr(e)
4561
4561
  );
4562
4562
  return {
4563
4563
  c() {
4564
- t = v("div"), r = v("div"), o = v("h4"), s = C(
4564
+ t = y("div"), r = y("div"), o = y("h4"), s = C(
4565
4565
  /*titleText*/
4566
4566
  e[25]
4567
- ), n = R(), N && N.c(), a = R(), l = v("form"), u = v("div"), f = v("label"), d = C(c), p = C(":"), m = v("span"), m.textContent = "*", y = R(), g = v("input"), E = R(), L.c(), P = R(), te && te.c(), S = R(), _ = v("div"), A = v("label"), O = C(M), se = C(":"), U = v("span"), U.textContent = "*", fe = R(), G = v("input"), X = R(), re.c(), W = R(), Q && Q.c(), de = R(), Y && Y.c(), Z = R(), q = v("button"), K = C(le), i(o, "class", "FormHeaderTitle"), i(o, "part", "FormHeaderTitle"), i(r, "class", "FormHeader"), i(r, "part", "FormHeader"), i(m, "class", "FormRequired"), i(m, "part", "FormRequired"), i(f, "for", "NewPassword"), i(g, "type", "password"), i(g, "id", "new-password"), i(g, "autocomplete", x = /*savecredentials*/
4567
+ ), n = R(), N && N.c(), a = R(), l = y("form"), u = y("div"), c = y("label"), d = C(f), p = C(":"), m = y("span"), m.textContent = "*", v = R(), g = y("input"), E = R(), L.c(), P = R(), te && te.c(), S = R(), _ = y("div"), A = y("label"), O = C(M), se = C(":"), U = y("span"), U.textContent = "*", ce = R(), G = y("input"), X = R(), re.c(), W = R(), Q && Q.c(), de = R(), Y && Y.c(), Z = R(), q = y("button"), K = C(le), i(o, "class", "FormHeaderTitle"), i(o, "part", "FormHeaderTitle"), i(r, "class", "FormHeader"), i(r, "part", "FormHeader"), i(m, "class", "FormRequired"), i(m, "part", "FormRequired"), i(c, "for", "NewPassword"), i(g, "type", "password"), i(g, "id", "new-password"), i(g, "autocomplete", x = /*savecredentials*/
4568
4568
  e[2] ? "new-password" : "off"), i(u, "class", "NewPassword"), i(u, "part", "NewPassword"), i(U, "class", "FormRequired"), i(U, "part", "FormRequired"), i(A, "for", "RetypePassword"), i(G, "type", "password"), i(G, "id", "RetypePassword"), i(_, "class", "ConfirmPassword"), i(_, "part", "ConfirmPassword"), i(q, "class", "resetPasswordButton"), i(q, "part", "resetPasswordButton"), q.disabled = ee = !/*activateSubmit*/
4569
4569
  e[15], i(l, "class", "FormContent"), i(l, "part", "FormContent"), i(t, "class", "FormForgotPassword test"), i(t, "part", "FormForgotPassword test");
4570
4570
  },
4571
4571
  m(pe, $) {
4572
- k(pe, t, $), h(t, r), h(r, o), h(o, s), h(r, n), N && N.m(r, null), h(t, a), h(t, l), h(l, u), h(u, f), h(f, d), h(f, p), h(f, m), h(u, y), h(u, g), Se(
4572
+ k(pe, t, $), h(t, r), h(r, o), h(o, s), h(r, n), N && N.m(r, null), h(t, a), h(t, l), h(l, u), h(u, c), h(c, d), h(c, p), h(c, m), h(u, v), h(u, g), Se(
4573
4573
  g,
4574
4574
  /*userNewPassword*/
4575
4575
  e[22]
4576
- ), e[46](g), h(u, E), L.m(u, null), h(u, P), te && te.m(u, null), h(l, S), h(l, _), h(_, A), h(A, O), h(A, se), h(A, U), h(_, fe), h(_, G), Se(
4576
+ ), e[46](g), h(u, E), L.m(u, null), h(u, P), te && te.m(u, null), h(l, S), h(l, _), h(_, A), h(A, O), h(A, se), h(A, U), h(_, ce), h(_, G), Se(
4577
4577
  G,
4578
4578
  /*userConfirmPassword*/
4579
4579
  e[23]
@@ -4646,8 +4646,8 @@ function oi(e) {
4646
4646
  e[25]
4647
4647
  ), /*subtitleText*/
4648
4648
  e[26] ? N ? N.p(e, $) : (N = ur(e), N.c(), N.m(r, null)) : N && (N.d(1), N = null), $[0] & /*$_*/
4649
- 134217728 && c !== (c = /*$_*/
4650
- e[27]("forgotNewPasswordPassword") + "") && V(d, c), $[0] & /*savecredentials*/
4649
+ 134217728 && f !== (f = /*$_*/
4650
+ e[27]("forgotNewPasswordPassword") + "") && V(d, f), $[0] & /*savecredentials*/
4651
4651
  4 && x !== (x = /*savecredentials*/
4652
4652
  e[2] ? "new-password" : "off") && i(g, "autocomplete", x), $[0] & /*userNewPassword*/
4653
4653
  4194304 && g.value !== /*userNewPassword*/
@@ -4656,7 +4656,7 @@ function oi(e) {
4656
4656
  /*userNewPassword*/
4657
4657
  e[22]
4658
4658
  ), I === (I = z(e)) && L ? L.p(e, $) : (L.d(1), L = I(e), L && (L.c(), L.m(u, P))), /*invalidNewPassword*/
4659
- e[16] ? te ? te.p(e, $) : (te = fr(e), te.c(), te.m(u, null)) : te && (te.d(1), te = null), $[0] & /*$_*/
4659
+ e[16] ? te ? te.p(e, $) : (te = cr(e), te.c(), te.m(u, null)) : te && (te.d(1), te = null), $[0] & /*$_*/
4660
4660
  134217728 && M !== (M = /*$_*/
4661
4661
  e[27]("forgotNewPasswordConfirmPassword") + "") && V(O, M), $[0] & /*userConfirmPassword*/
4662
4662
  8388608 && G.value !== /*userConfirmPassword*/
@@ -4665,7 +4665,7 @@ function oi(e) {
4665
4665
  /*userConfirmPassword*/
4666
4666
  e[23]
4667
4667
  ), Pe === (Pe = $e(e)) && re ? re.p(e, $) : (re.d(1), re = Pe(e), re && (re.c(), re.m(_, W))), /*invalidConfirmPassword*/
4668
- e[17] ? Q ? Q.p(e, $) : (Q = cr(e), Q.c(), Q.m(_, null)) : Q && (Q.d(1), Q = null), /*setPasswordError*/
4668
+ e[17] ? Q ? Q.p(e, $) : (Q = fr(e), Q.c(), Q.m(_, null)) : Q && (Q.d(1), Q = null), /*setPasswordError*/
4669
4669
  e[24] ? Y ? Y.p(e, $) : (Y = hr(e), Y.c(), Y.m(l, Z)) : Y && (Y.d(1), Y = null), $[0] & /*$_*/
4670
4670
  134217728 && le !== (le = /*$_*/
4671
4671
  e[27]("forgotNewPasswordButton") + "") && V(K, le), $[0] & /*activateSubmit*/
@@ -4673,12 +4673,12 @@ function oi(e) {
4673
4673
  e[15]) && (q.disabled = ee);
4674
4674
  },
4675
4675
  d(pe) {
4676
- pe && F(t), N && N.d(), e[46](null), L.d(), te && te.d(), e[50](null), re.d(), Q && Q.d(), Y && Y.d(), ne = !1, ye(j);
4676
+ pe && F(t), N && N.d(), e[46](null), L.d(), te && te.d(), e[50](null), re.d(), Q && Q.d(), Y && Y.d(), ne = !1, ve(j);
4677
4677
  }
4678
4678
  };
4679
4679
  }
4680
4680
  function si(e) {
4681
- let t, r, o, s, n, a, l, u, f, c, d, p, m, y, g, x = (
4681
+ let t, r, o, s, n, a, l, u, c, f, d, p, m, v, g, x = (
4682
4682
  /*$_*/
4683
4683
  e[27]("forgotPasswordSuccess") + ""
4684
4684
  ), E, P, S, _ = (
@@ -4687,10 +4687,10 @@ function si(e) {
4687
4687
  ), A;
4688
4688
  return {
4689
4689
  c() {
4690
- t = v("div"), r = v("div"), o = v("div"), s = b("svg"), n = b("defs"), a = b("style"), l = C(".a{fill:#16ce16;}.b,.d{fill:none;}.b{stroke:#16ce16;stroke-width:2px;}.c{stroke:none;}"), u = b("g"), f = b("g"), c = b("path"), d = b("g"), p = b("circle"), m = b("circle"), y = R(), g = v("h4"), E = C(x), P = R(), S = v("p"), A = C(_), i(c, "class", "a"), i(c, "d", "M16.1,28,0,11.9,3.267,8.633,16.1,21.233,37.333,0,40.6,3.267Z"), i(c, "transform", "translate(264.272 482.563)"), i(f, "transform", "translate(-7360.574 8503.438)"), i(p, "class", "c"), i(p, "cx", "30"), i(p, "cy", "30"), i(p, "r", "30"), i(m, "class", "d"), i(m, "cx", "30"), i(m, "cy", "30"), i(m, "r", "29"), i(d, "class", "b"), i(d, "transform", "translate(-7106 8970)"), i(u, "transform", "translate(7106 -8970)"), i(s, "xmlns", "http://www.w3.org/2000/svg"), i(s, "width", "60"), i(s, "height", "60"), i(s, "viewBox", "0 0 60 60"), i(o, "class", "NewPasswordSuccess"), i(o, "part", "NewPasswordSuccess"), i(r, "class", "FormContent"), i(r, "part", "FormContent"), i(t, "class", "FormForgotPassword"), i(t, "part", "FormForgotPassword");
4690
+ t = y("div"), r = y("div"), o = y("div"), s = b("svg"), n = b("defs"), a = b("style"), l = C(".a{fill:#16ce16;}.b,.d{fill:none;}.b{stroke:#16ce16;stroke-width:2px;}.c{stroke:none;}"), u = b("g"), c = b("g"), f = b("path"), d = b("g"), p = b("circle"), m = b("circle"), v = R(), g = y("h4"), E = C(x), P = R(), S = y("p"), A = C(_), i(f, "class", "a"), i(f, "d", "M16.1,28,0,11.9,3.267,8.633,16.1,21.233,37.333,0,40.6,3.267Z"), i(f, "transform", "translate(264.272 482.563)"), i(c, "transform", "translate(-7360.574 8503.438)"), i(p, "class", "c"), i(p, "cx", "30"), i(p, "cy", "30"), i(p, "r", "30"), i(m, "class", "d"), i(m, "cx", "30"), i(m, "cy", "30"), i(m, "r", "29"), i(d, "class", "b"), i(d, "transform", "translate(-7106 8970)"), i(u, "transform", "translate(7106 -8970)"), i(s, "xmlns", "http://www.w3.org/2000/svg"), i(s, "width", "60"), i(s, "height", "60"), i(s, "viewBox", "0 0 60 60"), i(o, "class", "NewPasswordSuccess"), i(o, "part", "NewPasswordSuccess"), i(r, "class", "FormContent"), i(r, "part", "FormContent"), i(t, "class", "FormForgotPassword"), i(t, "part", "FormForgotPassword");
4691
4691
  },
4692
4692
  m(M, O) {
4693
- k(M, t, O), h(t, r), h(r, o), h(o, s), h(s, n), h(n, a), h(a, l), h(s, u), h(u, f), h(f, c), h(u, d), h(d, p), h(d, m), h(o, y), h(o, g), h(g, E), h(o, P), h(o, S), h(S, A);
4693
+ k(M, t, O), h(t, r), h(r, o), h(o, s), h(s, n), h(n, a), h(a, l), h(s, u), h(u, c), h(c, f), h(u, d), h(d, p), h(d, m), h(o, v), h(o, g), h(g, E), h(o, P), h(o, S), h(S, A);
4694
4694
  },
4695
4695
  p(M, O) {
4696
4696
  O[0] & /*$_*/
@@ -4705,13 +4705,13 @@ function si(e) {
4705
4705
  };
4706
4706
  }
4707
4707
  function ni(e) {
4708
- let t, r, o, s, n, a, l, u, f, c = (
4708
+ let t, r, o, s, n, a, l, u, c, f = (
4709
4709
  /*$_*/
4710
4710
  e[27]("goToLogin") + ""
4711
- ), d, p, m, y, g, x, E, P, S, _ = (
4711
+ ), d, p, m, v, g, x, E, P, S, _ = (
4712
4712
  /*$_*/
4713
4713
  e[27]("forgotPasswordEmail") + ""
4714
- ), A, M, O, se, U, fe, G, X, W, de, Z, q = (
4714
+ ), A, M, O, se, U, ce, G, X, W, de, Z, q = (
4715
4715
  /*$_*/
4716
4716
  e[27]("forgotPasswordReset") + ""
4717
4717
  ), le, K, ee, ne, j = (
@@ -4726,20 +4726,20 @@ function ni(e) {
4726
4726
  );
4727
4727
  return {
4728
4728
  c() {
4729
- t = v("div"), r = v("div"), o = v("button"), s = b("svg"), n = b("defs"), a = b("style"), l = C(".a{fill:var(--emw--registration-color-primary, var(--emw--color-primary, #22B04E));}"), u = b("path"), f = R(), d = C(c), p = R(), m = v("h4"), y = C(
4729
+ t = y("div"), r = y("div"), o = y("button"), s = b("svg"), n = b("defs"), a = b("style"), l = C(".a{fill:var(--emw--registration-color-primary, var(--emw--color-primary, #22B04E));}"), u = b("path"), c = R(), d = C(f), p = R(), m = y("h4"), v = C(
4730
4730
  /*titleText*/
4731
4731
  e[25]
4732
- ), g = R(), j && j.c(), x = R(), E = v("form"), P = v("div"), S = v("label"), A = C(_), M = C(":"), O = v("span"), O.textContent = "*", se = R(), U = v("input"), fe = R(), N && N.c(), G = R(), z && z.c(), de = R(), Z = v("button"), le = C(q), i(u, "class", "a"), i(u, "d", "M12,0,9.818,2.182l8.26,8.26H0v3.117H18.078l-8.26,8.26L12,24,24,12Z"), i(u, "transform", "translate(24 24) rotate(180)"), i(s, "xmlns", "http://www.w3.org/2000/svg"), i(s, "viewBox", "0 0 24 24"), i(o, "class", "backButtonForgotPassword"), i(m, "class", "FormHeaderTitle"), i(m, "part", "FormHeaderTitle"), i(r, "class", "FormHeader"), i(O, "class", "FormRequired"), i(O, "part", "FormRequired"), i(S, "for", "ResetPasswordByEmail"), i(U, "type", "text"), i(U, "id", "ResetPasswordByEmail"), i(P, "class", X = "ResetPasswordByEmail " + /*invalidEmail*/
4732
+ ), g = R(), j && j.c(), x = R(), E = y("form"), P = y("div"), S = y("label"), A = C(_), M = C(":"), O = y("span"), O.textContent = "*", se = R(), U = y("input"), ce = R(), N && N.c(), G = R(), z && z.c(), de = R(), Z = y("button"), le = C(q), i(u, "class", "a"), i(u, "d", "M12,0,9.818,2.182l8.26,8.26H0v3.117H18.078l-8.26,8.26L12,24,24,12Z"), i(u, "transform", "translate(24 24) rotate(180)"), i(s, "xmlns", "http://www.w3.org/2000/svg"), i(s, "viewBox", "0 0 24 24"), i(o, "class", "backButtonForgotPassword"), i(m, "class", "FormHeaderTitle"), i(m, "part", "FormHeaderTitle"), i(r, "class", "FormHeader"), i(O, "class", "FormRequired"), i(O, "part", "FormRequired"), i(S, "for", "ResetPasswordByEmail"), i(U, "type", "text"), i(U, "id", "ResetPasswordByEmail"), i(P, "class", X = "ResetPasswordByEmail " + /*invalidEmail*/
4733
4733
  (e[12] ? "InvalidField" : "")), i(P, "part", W = "ResetPasswordByEmail " + /*invalidEmail*/
4734
4734
  (e[12] ? "InvalidField" : "")), i(Z, "class", "resetPasswordButton"), i(Z, "part", "resetPasswordButton"), Z.disabled = K = !/*emailIsValid*/
4735
4735
  e[13], i(E, "class", "FormContent"), i(E, "part", "FormContent"), i(t, "class", "FormForgotPassword");
4736
4736
  },
4737
4737
  m(I, L) {
4738
- k(I, t, L), h(t, r), h(r, o), h(o, s), h(s, n), h(n, a), h(a, l), h(s, u), h(o, f), h(o, d), h(r, p), h(r, m), h(m, y), h(r, g), j && j.m(r, null), h(t, x), h(t, E), h(E, P), h(P, S), h(S, A), h(S, M), h(S, O), h(P, se), h(P, U), Se(
4738
+ k(I, t, L), h(t, r), h(r, o), h(o, s), h(s, n), h(n, a), h(a, l), h(s, u), h(o, c), h(o, d), h(r, p), h(r, m), h(m, v), h(r, g), j && j.m(r, null), h(t, x), h(t, E), h(E, P), h(P, S), h(S, A), h(S, M), h(S, O), h(P, se), h(P, U), Se(
4739
4739
  U,
4740
4740
  /*resetPasswordEmail*/
4741
4741
  e[8]
4742
- ), h(P, fe), N && N.m(P, null), h(P, G), z && z.m(P, null), h(E, de), h(E, Z), h(Z, le), ee || (ne = [
4742
+ ), h(P, ce), N && N.m(P, null), h(P, G), z && z.m(P, null), h(E, de), h(E, Z), h(Z, le), ee || (ne = [
4743
4743
  ae(
4744
4744
  o,
4745
4745
  "click",
@@ -4768,10 +4768,10 @@ function ni(e) {
4768
4768
  },
4769
4769
  p(I, L) {
4770
4770
  L[0] & /*$_*/
4771
- 134217728 && c !== (c = /*$_*/
4772
- I[27]("goToLogin") + "") && V(d, c), L[0] & /*titleText*/
4771
+ 134217728 && f !== (f = /*$_*/
4772
+ I[27]("goToLogin") + "") && V(d, f), L[0] & /*titleText*/
4773
4773
  33554432 && V(
4774
- y,
4774
+ v,
4775
4775
  /*titleText*/
4776
4776
  I[25]
4777
4777
  ), /*subtitleText*/
@@ -4796,7 +4796,7 @@ function ni(e) {
4796
4796
  I[13]) && (Z.disabled = K);
4797
4797
  },
4798
4798
  d(I) {
4799
- I && F(t), j && j.d(), N && N.d(), z && z.d(), ee = !1, ye(ne);
4799
+ I && F(t), j && j.d(), N && N.d(), z && z.d(), ee = !1, ve(ne);
4800
4800
  }
4801
4801
  };
4802
4802
  }
@@ -4804,7 +4804,7 @@ function ur(e) {
4804
4804
  let t, r;
4805
4805
  return {
4806
4806
  c() {
4807
- t = v("p"), r = C(
4807
+ t = y("p"), r = C(
4808
4808
  /*subtitleText*/
4809
4809
  e[26]
4810
4810
  ), i(t, "class", "FormHeaderSubtitle"), i(t, "part", "FormHeaderSubtitle");
@@ -4826,19 +4826,19 @@ function ur(e) {
4826
4826
  };
4827
4827
  }
4828
4828
  function ii(e) {
4829
- let t, r, o, s, n, a, l, u, f, c;
4829
+ let t, r, o, s, n, a, l, u, c, f;
4830
4830
  return {
4831
4831
  c() {
4832
4832
  t = b("svg"), r = b("defs"), o = b("style"), s = C(".a{fill:var(--emw--color-white, #FFFFFF);}"), n = b("g"), a = b("path"), l = b("circle"), i(a, "class", "a"), i(a, "d", "M23.541,38.332a11.467,11.467,0,0,1-4.886-1.611,34.413,34.413,0,0,1-3.976-2.469,1.1,1.1,0,0,1-.494-.936,1.21,1.21,0,0,1,.442-.962A37.986,37.986,0,0,1,18.6,29.625a16.06,16.06,0,0,1,2.521-1.248,6.862,6.862,0,0,1,2.417-.546,6.862,6.862,0,0,1,2.417.546,20.541,20.541,0,0,1,2.547,1.248,45.872,45.872,0,0,1,4.054,2.729,1.159,1.159,0,0,1,.468.962,1.067,1.067,0,0,1-.52.936,36.353,36.353,0,0,1-4.054,2.469A11.2,11.2,0,0,1,23.541,38.332Zm0-9.46a9.813,9.813,0,0,0-4.392,1.663,44.138,44.138,0,0,0-3.873,2.651.13.13,0,0,0,0,.208,36.5,36.5,0,0,0,3.873,2.391,10.372,10.372,0,0,0,4.392,1.481,11.051,11.051,0,0,0,4.444-1.481,40.2,40.2,0,0,0,3.925-2.391.13.13,0,0,0,0-.208h0a34.132,34.132,0,0,0-3.925-2.651A10.072,10.072,0,0,0,23.541,28.872Z"), i(a, "transform", "translate(0)"), i(l, "class", "a"), i(l, "cx", "2.779"), i(l, "cy", "2.779"), i(l, "r", "2.779"), i(l, "transform", "translate(20.827 30.303)"), i(n, "transform", "translate(-14.185 -27.832)"), i(t, "class", u = "TogglePasswordVisibility " + /*invalidNewPassword*/
4833
4833
  (e[16] ? "InvalidToggle" : "")), i(t, "xmlns", "http://www.w3.org/2000/svg"), i(t, "width", "18.843"), i(t, "height", "10.5"), i(t, "viewBox", "0 0 18.843 10.5");
4834
4834
  },
4835
4835
  m(d, p) {
4836
- k(d, t, p), h(t, r), h(r, o), h(o, s), h(t, n), h(n, a), h(n, l), f || (c = ae(
4836
+ k(d, t, p), h(t, r), h(r, o), h(o, s), h(t, n), h(n, a), h(n, l), c || (f = ae(
4837
4837
  t,
4838
4838
  "click",
4839
4839
  /*click_handler_3*/
4840
4840
  e[48]
4841
- ), f = !0);
4841
+ ), c = !0);
4842
4842
  },
4843
4843
  p(d, p) {
4844
4844
  p[0] & /*invalidNewPassword*/
@@ -4846,19 +4846,19 @@ function ii(e) {
4846
4846
  (d[16] ? "InvalidToggle" : "")) && i(t, "class", u);
4847
4847
  },
4848
4848
  d(d) {
4849
- d && F(t), f = !1, c();
4849
+ d && F(t), c = !1, f();
4850
4850
  }
4851
4851
  };
4852
4852
  }
4853
4853
  function ai(e) {
4854
- let t, r, o, s, n, a, l, u, f, c, d, p, m, y, g, x;
4854
+ let t, r, o, s, n, a, l, u, c, f, d, p, m, v, g, x;
4855
4855
  return {
4856
4856
  c() {
4857
- t = b("svg"), r = b("defs"), o = b("style"), s = C(".a{fill:var(--emw--color-white, #FFFFFF);}"), n = b("g"), a = b("circle"), l = b("g"), u = b("path"), f = b("path"), c = b("g"), d = b("path"), p = b("path"), m = b("rect"), i(a, "class", "a"), i(a, "cx", "0.05"), i(a, "cy", "0.05"), i(a, "r", "0.05"), i(a, "transform", "translate(121.017 31.148)"), i(u, "class", "a"), i(u, "d", "M147.413,43.174a2.774,2.774,0,0,0-3.229-3.943Z"), i(u, "transform", "translate(-142.164 -39.123)"), i(f, "class", "a"), i(f, "d", "M137.031,43.1a2.778,2.778,0,0,0,3.447,4.209Z"), i(f, "transform", "translate(-136.413 -42.068)"), i(l, "transform", "translate(117.499 27.37)"), i(d, "class", "a"), i(d, "d", "M122.538,42.061a7.043,7.043,0,0,1-2.325.53,10.373,10.373,0,0,1-4.393-1.482,36.509,36.509,0,0,1-3.873-2.391.13.13,0,0,1,0-.208,44.141,44.141,0,0,1,3.873-2.651c.394-.233.768-.437,1.13-.622l-.686-.838c-.322.167-.651.347-.99.55a37.989,37.989,0,0,0-3.977,2.729,1.21,1.21,0,0,0-.442.962,1.1,1.1,0,0,0,.494.936,34.416,34.416,0,0,0,3.977,2.469,11.468,11.468,0,0,0,4.886,1.611,8.427,8.427,0,0,0,3.039-.725Z"), i(d, "transform", "translate(-110.856 -33.157)"), i(p, "class", "a"), i(p, "d", "M149.119,34.14a45.875,45.875,0,0,0-4.055-2.729,20.541,20.541,0,0,0-2.547-1.248,5.6,5.6,0,0,0-4.79-.017l.7.856a5.254,5.254,0,0,1,1.672-.346,10.072,10.072,0,0,1,4.445,1.663,34.132,34.132,0,0,1,3.925,2.651.13.13,0,0,1,0,.208,40.2,40.2,0,0,1-3.925,2.391c-.179.092-.352.176-.525.26l.684.835c.1-.054.2-.1.309-.159a36.356,36.356,0,0,0,4.055-2.469,1.067,1.067,0,0,0,.52-.936A1.159,1.159,0,0,0,149.119,34.14Z"), i(p, "transform", "translate(-130.743 -29.617)"), i(c, "transform", "translate(110.856 24.899)"), i(m, "class", "a"), i(m, "width", "0.972"), i(m, "height", "15.861"), i(m, "rx", "0.486"), i(m, "transform", "translate(114.827 23.858) rotate(-39.315)"), i(n, "transform", "translate(-110.856 -23.242)"), i(t, "class", y = "TogglePasswordVisibility " + /*invalidNewPassword*/
4857
+ t = b("svg"), r = b("defs"), o = b("style"), s = C(".a{fill:var(--emw--color-white, #FFFFFF);}"), n = b("g"), a = b("circle"), l = b("g"), u = b("path"), c = b("path"), f = b("g"), d = b("path"), p = b("path"), m = b("rect"), i(a, "class", "a"), i(a, "cx", "0.05"), i(a, "cy", "0.05"), i(a, "r", "0.05"), i(a, "transform", "translate(121.017 31.148)"), i(u, "class", "a"), i(u, "d", "M147.413,43.174a2.774,2.774,0,0,0-3.229-3.943Z"), i(u, "transform", "translate(-142.164 -39.123)"), i(c, "class", "a"), i(c, "d", "M137.031,43.1a2.778,2.778,0,0,0,3.447,4.209Z"), i(c, "transform", "translate(-136.413 -42.068)"), i(l, "transform", "translate(117.499 27.37)"), i(d, "class", "a"), i(d, "d", "M122.538,42.061a7.043,7.043,0,0,1-2.325.53,10.373,10.373,0,0,1-4.393-1.482,36.509,36.509,0,0,1-3.873-2.391.13.13,0,0,1,0-.208,44.141,44.141,0,0,1,3.873-2.651c.394-.233.768-.437,1.13-.622l-.686-.838c-.322.167-.651.347-.99.55a37.989,37.989,0,0,0-3.977,2.729,1.21,1.21,0,0,0-.442.962,1.1,1.1,0,0,0,.494.936,34.416,34.416,0,0,0,3.977,2.469,11.468,11.468,0,0,0,4.886,1.611,8.427,8.427,0,0,0,3.039-.725Z"), i(d, "transform", "translate(-110.856 -33.157)"), i(p, "class", "a"), i(p, "d", "M149.119,34.14a45.875,45.875,0,0,0-4.055-2.729,20.541,20.541,0,0,0-2.547-1.248,5.6,5.6,0,0,0-4.79-.017l.7.856a5.254,5.254,0,0,1,1.672-.346,10.072,10.072,0,0,1,4.445,1.663,34.132,34.132,0,0,1,3.925,2.651.13.13,0,0,1,0,.208,40.2,40.2,0,0,1-3.925,2.391c-.179.092-.352.176-.525.26l.684.835c.1-.054.2-.1.309-.159a36.356,36.356,0,0,0,4.055-2.469,1.067,1.067,0,0,0,.52-.936A1.159,1.159,0,0,0,149.119,34.14Z"), i(p, "transform", "translate(-130.743 -29.617)"), i(f, "transform", "translate(110.856 24.899)"), i(m, "class", "a"), i(m, "width", "0.972"), i(m, "height", "15.861"), i(m, "rx", "0.486"), i(m, "transform", "translate(114.827 23.858) rotate(-39.315)"), i(n, "transform", "translate(-110.856 -23.242)"), i(t, "class", v = "TogglePasswordVisibility " + /*invalidNewPassword*/
4858
4858
  (e[16] ? "InvalidToggle" : "")), i(t, "xmlns", "http://www.w3.org/2000/svg"), i(t, "width", "18.844"), i(t, "height", "12.887"), i(t, "viewBox", "0 0 18.844 12.887");
4859
4859
  },
4860
4860
  m(E, P) {
4861
- k(E, t, P), h(t, r), h(r, o), h(o, s), h(t, n), h(n, a), h(n, l), h(l, u), h(l, f), h(n, c), h(c, d), h(c, p), h(n, m), g || (x = ae(
4861
+ k(E, t, P), h(t, r), h(r, o), h(o, s), h(t, n), h(n, a), h(n, l), h(l, u), h(l, c), h(n, f), h(f, d), h(f, p), h(n, m), g || (x = ae(
4862
4862
  t,
4863
4863
  "click",
4864
4864
  /*click_handler_2*/
@@ -4867,15 +4867,15 @@ function ai(e) {
4867
4867
  },
4868
4868
  p(E, P) {
4869
4869
  P[0] & /*invalidNewPassword*/
4870
- 65536 && y !== (y = "TogglePasswordVisibility " + /*invalidNewPassword*/
4871
- (E[16] ? "InvalidToggle" : "")) && i(t, "class", y);
4870
+ 65536 && v !== (v = "TogglePasswordVisibility " + /*invalidNewPassword*/
4871
+ (E[16] ? "InvalidToggle" : "")) && i(t, "class", v);
4872
4872
  },
4873
4873
  d(E) {
4874
4874
  E && F(t), g = !1, x();
4875
4875
  }
4876
4876
  };
4877
4877
  }
4878
- function fr(e) {
4878
+ function cr(e) {
4879
4879
  let t;
4880
4880
  function r(n, a) {
4881
4881
  return (
@@ -4886,7 +4886,7 @@ function fr(e) {
4886
4886
  let o = r(e), s = o(e);
4887
4887
  return {
4888
4888
  c() {
4889
- s.c(), t = yr();
4889
+ s.c(), t = vr();
4890
4890
  },
4891
4891
  m(n, a) {
4892
4892
  s.m(n, a), k(n, t, a);
@@ -4906,7 +4906,7 @@ function li(e) {
4906
4906
  ), o;
4907
4907
  return {
4908
4908
  c() {
4909
- t = v("p"), o = C(r), i(t, "class", "InvalidInput"), i(t, "part", "InvalidInput");
4909
+ t = y("p"), o = C(r), i(t, "class", "InvalidInput"), i(t, "part", "InvalidInput");
4910
4910
  },
4911
4911
  m(s, n) {
4912
4912
  k(s, t, n), h(t, o);
@@ -4928,7 +4928,7 @@ function ui(e) {
4928
4928
  ), o;
4929
4929
  return {
4930
4930
  c() {
4931
- t = v("p"), o = C(r), i(t, "class", "InvalidInput"), i(t, "part", "InvalidInput");
4931
+ t = y("p"), o = C(r), i(t, "class", "InvalidInput"), i(t, "part", "InvalidInput");
4932
4932
  },
4933
4933
  m(s, n) {
4934
4934
  k(s, t, n), h(t, o);
@@ -4943,20 +4943,20 @@ function ui(e) {
4943
4943
  }
4944
4944
  };
4945
4945
  }
4946
- function fi(e) {
4947
- let t, r, o, s, n, a, l, u, f, c;
4946
+ function ci(e) {
4947
+ let t, r, o, s, n, a, l, u, c, f;
4948
4948
  return {
4949
4949
  c() {
4950
4950
  t = b("svg"), r = b("defs"), o = b("style"), s = C(".a{fill:var(--emw--color-white, #FFFFFF);}"), n = b("g"), a = b("path"), l = b("circle"), i(a, "class", "a"), i(a, "d", "M23.541,38.332a11.467,11.467,0,0,1-4.886-1.611,34.413,34.413,0,0,1-3.976-2.469,1.1,1.1,0,0,1-.494-.936,1.21,1.21,0,0,1,.442-.962A37.986,37.986,0,0,1,18.6,29.625a16.06,16.06,0,0,1,2.521-1.248,6.862,6.862,0,0,1,2.417-.546,6.862,6.862,0,0,1,2.417.546,20.541,20.541,0,0,1,2.547,1.248,45.872,45.872,0,0,1,4.054,2.729,1.159,1.159,0,0,1,.468.962,1.067,1.067,0,0,1-.52.936,36.353,36.353,0,0,1-4.054,2.469A11.2,11.2,0,0,1,23.541,38.332Zm0-9.46a9.813,9.813,0,0,0-4.392,1.663,44.138,44.138,0,0,0-3.873,2.651.13.13,0,0,0,0,.208,36.5,36.5,0,0,0,3.873,2.391,10.372,10.372,0,0,0,4.392,1.481,11.051,11.051,0,0,0,4.444-1.481,40.2,40.2,0,0,0,3.925-2.391.13.13,0,0,0,0-.208h0a34.132,34.132,0,0,0-3.925-2.651A10.072,10.072,0,0,0,23.541,28.872Z"), i(a, "transform", "translate(0)"), i(l, "class", "a"), i(l, "cx", "2.779"), i(l, "cy", "2.779"), i(l, "r", "2.779"), i(l, "transform", "translate(20.827 30.303)"), i(n, "transform", "translate(-14.185 -27.832)"), i(t, "class", u = "TogglePasswordVisibility " + /*invalidConfirmPassword*/
4951
4951
  (e[17] ? "InvalidToggle" : "")), i(t, "xmlns", "http://www.w3.org/2000/svg"), i(t, "width", "18.843"), i(t, "height", "10.5"), i(t, "viewBox", "0 0 18.843 10.5");
4952
4952
  },
4953
4953
  m(d, p) {
4954
- k(d, t, p), h(t, r), h(r, o), h(o, s), h(t, n), h(n, a), h(n, l), f || (c = ae(
4954
+ k(d, t, p), h(t, r), h(r, o), h(o, s), h(t, n), h(n, a), h(n, l), c || (f = ae(
4955
4955
  t,
4956
4956
  "click",
4957
4957
  /*click_handler_5*/
4958
4958
  e[52]
4959
- ), f = !0);
4959
+ ), c = !0);
4960
4960
  },
4961
4961
  p(d, p) {
4962
4962
  p[0] & /*invalidConfirmPassword*/
@@ -4964,19 +4964,19 @@ function fi(e) {
4964
4964
  (d[17] ? "InvalidToggle" : "")) && i(t, "class", u);
4965
4965
  },
4966
4966
  d(d) {
4967
- d && F(t), f = !1, c();
4967
+ d && F(t), c = !1, f();
4968
4968
  }
4969
4969
  };
4970
4970
  }
4971
- function ci(e) {
4972
- let t, r, o, s, n, a, l, u, f, c, d, p, m, y, g, x;
4971
+ function fi(e) {
4972
+ let t, r, o, s, n, a, l, u, c, f, d, p, m, v, g, x;
4973
4973
  return {
4974
4974
  c() {
4975
- t = b("svg"), r = b("defs"), o = b("style"), s = C(".a{fill:var(--emw--color-white, #FFFFFF);}"), n = b("g"), a = b("circle"), l = b("g"), u = b("path"), f = b("path"), c = b("g"), d = b("path"), p = b("path"), m = b("rect"), i(a, "class", "a"), i(a, "cx", "0.05"), i(a, "cy", "0.05"), i(a, "r", "0.05"), i(a, "transform", "translate(121.017 31.148)"), i(u, "class", "a"), i(u, "d", "M147.413,43.174a2.774,2.774,0,0,0-3.229-3.943Z"), i(u, "transform", "translate(-142.164 -39.123)"), i(f, "class", "a"), i(f, "d", "M137.031,43.1a2.778,2.778,0,0,0,3.447,4.209Z"), i(f, "transform", "translate(-136.413 -42.068)"), i(l, "transform", "translate(117.499 27.37)"), i(d, "class", "a"), i(d, "d", "M122.538,42.061a7.043,7.043,0,0,1-2.325.53,10.373,10.373,0,0,1-4.393-1.482,36.509,36.509,0,0,1-3.873-2.391.13.13,0,0,1,0-.208,44.141,44.141,0,0,1,3.873-2.651c.394-.233.768-.437,1.13-.622l-.686-.838c-.322.167-.651.347-.99.55a37.989,37.989,0,0,0-3.977,2.729,1.21,1.21,0,0,0-.442.962,1.1,1.1,0,0,0,.494.936,34.416,34.416,0,0,0,3.977,2.469,11.468,11.468,0,0,0,4.886,1.611,8.427,8.427,0,0,0,3.039-.725Z"), i(d, "transform", "translate(-110.856 -33.157)"), i(p, "class", "a"), i(p, "d", "M149.119,34.14a45.875,45.875,0,0,0-4.055-2.729,20.541,20.541,0,0,0-2.547-1.248,5.6,5.6,0,0,0-4.79-.017l.7.856a5.254,5.254,0,0,1,1.672-.346,10.072,10.072,0,0,1,4.445,1.663,34.132,34.132,0,0,1,3.925,2.651.13.13,0,0,1,0,.208,40.2,40.2,0,0,1-3.925,2.391c-.179.092-.352.176-.525.26l.684.835c.1-.054.2-.1.309-.159a36.356,36.356,0,0,0,4.055-2.469,1.067,1.067,0,0,0,.52-.936A1.159,1.159,0,0,0,149.119,34.14Z"), i(p, "transform", "translate(-130.743 -29.617)"), i(c, "transform", "translate(110.856 24.899)"), i(m, "class", "a"), i(m, "width", "0.972"), i(m, "height", "15.861"), i(m, "rx", "0.486"), i(m, "transform", "translate(114.827 23.858) rotate(-39.315)"), i(n, "transform", "translate(-110.856 -23.242)"), i(t, "class", y = "TogglePasswordVisibility " + /*invalidConfirmPassword*/
4975
+ t = b("svg"), r = b("defs"), o = b("style"), s = C(".a{fill:var(--emw--color-white, #FFFFFF);}"), n = b("g"), a = b("circle"), l = b("g"), u = b("path"), c = b("path"), f = b("g"), d = b("path"), p = b("path"), m = b("rect"), i(a, "class", "a"), i(a, "cx", "0.05"), i(a, "cy", "0.05"), i(a, "r", "0.05"), i(a, "transform", "translate(121.017 31.148)"), i(u, "class", "a"), i(u, "d", "M147.413,43.174a2.774,2.774,0,0,0-3.229-3.943Z"), i(u, "transform", "translate(-142.164 -39.123)"), i(c, "class", "a"), i(c, "d", "M137.031,43.1a2.778,2.778,0,0,0,3.447,4.209Z"), i(c, "transform", "translate(-136.413 -42.068)"), i(l, "transform", "translate(117.499 27.37)"), i(d, "class", "a"), i(d, "d", "M122.538,42.061a7.043,7.043,0,0,1-2.325.53,10.373,10.373,0,0,1-4.393-1.482,36.509,36.509,0,0,1-3.873-2.391.13.13,0,0,1,0-.208,44.141,44.141,0,0,1,3.873-2.651c.394-.233.768-.437,1.13-.622l-.686-.838c-.322.167-.651.347-.99.55a37.989,37.989,0,0,0-3.977,2.729,1.21,1.21,0,0,0-.442.962,1.1,1.1,0,0,0,.494.936,34.416,34.416,0,0,0,3.977,2.469,11.468,11.468,0,0,0,4.886,1.611,8.427,8.427,0,0,0,3.039-.725Z"), i(d, "transform", "translate(-110.856 -33.157)"), i(p, "class", "a"), i(p, "d", "M149.119,34.14a45.875,45.875,0,0,0-4.055-2.729,20.541,20.541,0,0,0-2.547-1.248,5.6,5.6,0,0,0-4.79-.017l.7.856a5.254,5.254,0,0,1,1.672-.346,10.072,10.072,0,0,1,4.445,1.663,34.132,34.132,0,0,1,3.925,2.651.13.13,0,0,1,0,.208,40.2,40.2,0,0,1-3.925,2.391c-.179.092-.352.176-.525.26l.684.835c.1-.054.2-.1.309-.159a36.356,36.356,0,0,0,4.055-2.469,1.067,1.067,0,0,0,.52-.936A1.159,1.159,0,0,0,149.119,34.14Z"), i(p, "transform", "translate(-130.743 -29.617)"), i(f, "transform", "translate(110.856 24.899)"), i(m, "class", "a"), i(m, "width", "0.972"), i(m, "height", "15.861"), i(m, "rx", "0.486"), i(m, "transform", "translate(114.827 23.858) rotate(-39.315)"), i(n, "transform", "translate(-110.856 -23.242)"), i(t, "class", v = "TogglePasswordVisibility " + /*invalidConfirmPassword*/
4976
4976
  (e[17] ? "InvalidToggle" : "")), i(t, "xmlns", "http://www.w3.org/2000/svg"), i(t, "width", "18.844"), i(t, "height", "12.887"), i(t, "viewBox", "0 0 18.844 12.887");
4977
4977
  },
4978
4978
  m(E, P) {
4979
- k(E, t, P), h(t, r), h(r, o), h(o, s), h(t, n), h(n, a), h(n, l), h(l, u), h(l, f), h(n, c), h(c, d), h(c, p), h(n, m), g || (x = ae(
4979
+ k(E, t, P), h(t, r), h(r, o), h(o, s), h(t, n), h(n, a), h(n, l), h(l, u), h(l, c), h(n, f), h(f, d), h(f, p), h(n, m), g || (x = ae(
4980
4980
  t,
4981
4981
  "click",
4982
4982
  /*click_handler_4*/
@@ -4985,22 +4985,22 @@ function ci(e) {
4985
4985
  },
4986
4986
  p(E, P) {
4987
4987
  P[0] & /*invalidConfirmPassword*/
4988
- 131072 && y !== (y = "TogglePasswordVisibility " + /*invalidConfirmPassword*/
4989
- (E[17] ? "InvalidToggle" : "")) && i(t, "class", y);
4988
+ 131072 && v !== (v = "TogglePasswordVisibility " + /*invalidConfirmPassword*/
4989
+ (E[17] ? "InvalidToggle" : "")) && i(t, "class", v);
4990
4990
  },
4991
4991
  d(E) {
4992
4992
  E && F(t), g = !1, x();
4993
4993
  }
4994
4994
  };
4995
4995
  }
4996
- function cr(e) {
4996
+ function fr(e) {
4997
4997
  let t, r = (
4998
4998
  /*$_*/
4999
4999
  e[27]("forgotNewPasswordConfirmPasswordError") + ""
5000
5000
  ), o;
5001
5001
  return {
5002
5002
  c() {
5003
- t = v("p"), o = C(r), i(t, "class", "InvalidInput"), i(t, "part", "InvalidInput");
5003
+ t = y("p"), o = C(r), i(t, "class", "InvalidInput"), i(t, "part", "InvalidInput");
5004
5004
  },
5005
5005
  m(s, n) {
5006
5006
  k(s, t, n), h(t, o);
@@ -5019,7 +5019,7 @@ function hr(e) {
5019
5019
  let t, r;
5020
5020
  return {
5021
5021
  c() {
5022
- t = v("p"), r = C(
5022
+ t = y("p"), r = C(
5023
5023
  /*errorMessage*/
5024
5024
  e[14]
5025
5025
  ), i(t, "class", "ErrorMessage"), i(t, "part", "ErrorMessage");
@@ -5044,7 +5044,7 @@ function dr(e) {
5044
5044
  let t, r;
5045
5045
  return {
5046
5046
  c() {
5047
- t = v("p"), r = C(
5047
+ t = y("p"), r = C(
5048
5048
  /*subtitleText*/
5049
5049
  e[26]
5050
5050
  ), i(t, "class", "FormHeaderSubtitle"), i(t, "part", "FormHeaderSubtitle");
@@ -5072,7 +5072,7 @@ function pr(e) {
5072
5072
  ), o;
5073
5073
  return {
5074
5074
  c() {
5075
- t = v("p"), o = C(r), i(t, "class", "ForgotPasswordError"), i(t, "part", "ForgotPasswordError");
5075
+ t = y("p"), o = C(r), i(t, "class", "ForgotPasswordError"), i(t, "part", "ForgotPasswordError");
5076
5076
  },
5077
5077
  m(s, n) {
5078
5078
  k(s, t, n), h(t, o);
@@ -5094,7 +5094,7 @@ function mr(e) {
5094
5094
  ), o;
5095
5095
  return {
5096
5096
  c() {
5097
- t = v("p"), o = C(r), i(t, "class", "ForgotPasswordError"), i(t, "part", "ForgotPasswordError");
5097
+ t = y("p"), o = C(r), i(t, "class", "ForgotPasswordError"), i(t, "part", "ForgotPasswordError");
5098
5098
  },
5099
5099
  m(s, n) {
5100
5100
  k(s, t, n), h(t, o);
@@ -5114,46 +5114,46 @@ function hi(e) {
5114
5114
  /*captchakey*/
5115
5115
  e[0] && lr(e)
5116
5116
  );
5117
- function l(c, d) {
5117
+ function l(f, d) {
5118
5118
  return (
5119
5119
  /*isLoading*/
5120
- c[4] ? ti : ei
5120
+ f[4] ? ti : ei
5121
5121
  );
5122
5122
  }
5123
- let u = l(e), f = u(e);
5123
+ let u = l(e), c = u(e);
5124
5124
  return {
5125
5125
  c() {
5126
- a && a.c(), t = yr(), r = R(), o = v("div"), s = R(), n = v("div"), f.c(), i(o, "class", "g-recaptcha"), i(
5126
+ a && a.c(), t = vr(), r = R(), o = y("div"), s = R(), n = y("div"), c.c(), i(o, "class", "g-recaptcha"), i(
5127
5127
  o,
5128
5128
  "data-sitekey",
5129
5129
  /*captchakey*/
5130
5130
  e[0]
5131
5131
  ), i(n, "class", "GeneralPlayerForgotPasswordForm");
5132
5132
  },
5133
- m(c, d) {
5134
- a && a.m(ar.head, null), h(ar.head, t), k(c, r, d), k(c, o, d), k(c, s, d), k(c, n, d), f.m(n, null), e[55](n);
5133
+ m(f, d) {
5134
+ a && a.m(ar.head, null), h(ar.head, t), k(f, r, d), k(f, o, d), k(f, s, d), k(f, n, d), c.m(n, null), e[55](n);
5135
5135
  },
5136
- p(c, d) {
5136
+ p(f, d) {
5137
5137
  /*captchakey*/
5138
- c[0] ? a ? a.p(c, d) : (a = lr(c), a.c(), a.m(t.parentNode, t)) : a && (a.d(1), a = null), d[0] & /*captchakey*/
5138
+ f[0] ? a ? a.p(f, d) : (a = lr(f), a.c(), a.m(t.parentNode, t)) : a && (a.d(1), a = null), d[0] & /*captchakey*/
5139
5139
  1 && i(
5140
5140
  o,
5141
5141
  "data-sitekey",
5142
5142
  /*captchakey*/
5143
- c[0]
5144
- ), u === (u = l(c)) && f ? f.p(c, d) : (f.d(1), f = u(c), f && (f.c(), f.m(n, null)));
5143
+ f[0]
5144
+ ), u === (u = l(f)) && c ? c.p(f, d) : (c.d(1), c = u(f), c && (c.c(), c.m(n, null)));
5145
5145
  },
5146
5146
  i: he,
5147
5147
  o: he,
5148
- d(c) {
5149
- c && (F(r), F(o), F(s), F(n)), a && a.d(c), F(t), f.d(), e[55](null);
5148
+ d(f) {
5149
+ f && (F(r), F(o), F(s), F(n)), a && a.d(f), F(t), c.d(), e[55](null);
5150
5150
  }
5151
5151
  };
5152
5152
  }
5153
5153
  function di(e, t, r) {
5154
5154
  let o;
5155
5155
  To(e, qn, (w) => r(27, o = w));
5156
- let { endpoint: s = "" } = t, { forgotpasswordkey: n = "" } = t, { captchakey: a = "" } = t, { lang: l = "en" } = t, { simplepasswordvalidation: u = "false" } = t, { clientstyling: f = "" } = t, { clientstylingurl: c = "" } = t, { translationurl: d = "" } = t, { savecredentials: p = "" } = t, { hastosetpass: m = "false" } = t, { passwordregex: y = "" } = t, g = !1, x = !0, E = !1, P = !1, S = "", _ = !1, A = !1, M = !1, O = !1, se = !1, U = window.navigator.userAgent, fe = "", G = !1, X = !1, W = !1, de, Z, q = !1, le = !1, K = "", ee = "", ne, j = !1, N, z;
5156
+ let { endpoint: s = "" } = t, { forgotpasswordkey: n = "" } = t, { captchakey: a = "" } = t, { lang: l = "en" } = t, { simplepasswordvalidation: u = "false" } = t, { clientstyling: c = "" } = t, { clientstylingurl: f = "" } = t, { translationurl: d = "" } = t, { savecredentials: p = "" } = t, { hastosetpass: m = "false" } = t, { passwordregex: v = "" } = t, g = !1, x = !0, E = !1, P = !1, S = "", _ = !1, A = !1, M = !1, O = !1, se = !1, U = window.navigator.userAgent, ce = "", G = !1, X = !1, W = !1, de, Z, q = !1, le = !1, K = "", ee = "", ne, j = !1, N, z;
5157
5157
  Yn({ withLocale: "en", translations: {} });
5158
5158
  const I = () => {
5159
5159
  fetch(d).then((J) => J.json()).then((J) => {
@@ -5233,7 +5233,7 @@ function di(e, t, r) {
5233
5233
  })
5234
5234
  };
5235
5235
  fetch(J, nt).then((Ee) => (Ee.status == 200 ? (r(24, j = !1), Q("ToSuccess")) : r(24, j = !0), Ee.json())).then((Ee) => {
5236
- r(14, fe = Ee.error);
5236
+ r(14, ce = Ee.error);
5237
5237
  });
5238
5238
  }, Yr = () => {
5239
5239
  n && n.length > 0 && Q("ToReset");
@@ -5247,9 +5247,9 @@ function di(e, t, r) {
5247
5247
  r(25, N = o(m === "true" ? "hasToSetPassTitle" : "forgotPasswordTitle")), r(26, z = m === "true" ? o("resetPasswordSubtitle") : "");
5248
5248
  }, ro = () => {
5249
5249
  let w = document.createElement("style");
5250
- w.innerHTML = f, ne.appendChild(w);
5250
+ w.innerHTML = c, ne.appendChild(w);
5251
5251
  }, oo = () => {
5252
- let w = new URL(c), J = document.createElement("style");
5252
+ let w = new URL(f), J = document.createElement("style");
5253
5253
  fetch(w.href).then((ie) => ie.text()).then((ie) => {
5254
5254
  J.innerHTML = ie, setTimeout(
5255
5255
  () => {
@@ -5279,8 +5279,8 @@ function di(e, t, r) {
5279
5279
  de = w, r(18, de);
5280
5280
  });
5281
5281
  }
5282
- const uo = () => re("userNewPassword"), fo = () => re("userNewPassword");
5283
- function co() {
5282
+ const uo = () => re("userNewPassword"), co = () => re("userNewPassword");
5283
+ function fo() {
5284
5284
  ee = this.value, r(23, ee);
5285
5285
  }
5286
5286
  function ho(w) {
@@ -5295,18 +5295,18 @@ function di(e, t, r) {
5295
5295
  });
5296
5296
  }
5297
5297
  return e.$$set = (w) => {
5298
- "endpoint" in w && r(34, s = w.endpoint), "forgotpasswordkey" in w && r(35, n = w.forgotpasswordkey), "captchakey" in w && r(0, a = w.captchakey), "lang" in w && r(36, l = w.lang), "simplepasswordvalidation" in w && r(1, u = w.simplepasswordvalidation), "clientstyling" in w && r(37, f = w.clientstyling), "clientstylingurl" in w && r(38, c = w.clientstylingurl), "translationurl" in w && r(39, d = w.translationurl), "savecredentials" in w && r(2, p = w.savecredentials), "hastosetpass" in w && r(40, m = w.hastosetpass), "passwordregex" in w && r(41, y = w.passwordregex);
5298
+ "endpoint" in w && r(34, s = w.endpoint), "forgotpasswordkey" in w && r(35, n = w.forgotpasswordkey), "captchakey" in w && r(0, a = w.captchakey), "lang" in w && r(36, l = w.lang), "simplepasswordvalidation" in w && r(1, u = w.simplepasswordvalidation), "clientstyling" in w && r(37, c = w.clientstyling), "clientstylingurl" in w && r(38, f = w.clientstylingurl), "translationurl" in w && r(39, d = w.translationurl), "savecredentials" in w && r(2, p = w.savecredentials), "hastosetpass" in w && r(40, m = w.hastosetpass), "passwordregex" in w && r(41, v = w.passwordregex);
5299
5299
  }, e.$$.update = () => {
5300
5300
  e.$$.dirty[1] & /*forgotpasswordkey*/
5301
5301
  16 && n && Yr(), e.$$.dirty[1] & /*lang*/
5302
5302
  32 && l && eo(), e.$$.dirty[0] & /*customStylingContainer*/
5303
5303
  8 | e.$$.dirty[1] & /*clientstyling*/
5304
- 64 && f && ne && ro(), e.$$.dirty[0] & /*customStylingContainer*/
5304
+ 64 && c && ne && ro(), e.$$.dirty[0] & /*customStylingContainer*/
5305
5305
  8 | e.$$.dirty[1] & /*clientstylingurl*/
5306
- 128 && c && ne && oo(), e.$$.dirty[1] & /*translationurl*/
5306
+ 128 && f && ne && oo(), e.$$.dirty[1] & /*translationurl*/
5307
5307
  256 && d && I(), e.$$.dirty[1] & /*hastosetpass, lang*/
5308
5308
  544 && m && l && to(), e.$$.dirty[1] & /*passwordregex*/
5309
- 1024 && y && (L.password = new RegExp(y));
5309
+ 1024 && v && (L.password = new RegExp(v));
5310
5310
  }, [
5311
5311
  a,
5312
5312
  u,
@@ -5322,7 +5322,7 @@ function di(e, t, r) {
5322
5322
  M,
5323
5323
  O,
5324
5324
  se,
5325
- fe,
5325
+ ce,
5326
5326
  G,
5327
5327
  X,
5328
5328
  W,
@@ -5345,19 +5345,19 @@ function di(e, t, r) {
5345
5345
  s,
5346
5346
  n,
5347
5347
  l,
5348
- f,
5349
5348
  c,
5349
+ f,
5350
5350
  d,
5351
5351
  m,
5352
- y,
5352
+ v,
5353
5353
  so,
5354
5354
  no,
5355
5355
  io,
5356
5356
  ao,
5357
5357
  lo,
5358
5358
  uo,
5359
- fo,
5360
5359
  co,
5360
+ fo,
5361
5361
  ho,
5362
5362
  po,
5363
5363
  mo,