@everymatrix/general-player-register-form-step1-nd 1.59.2 → 1.59.3

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,24 +1,24 @@
1
1
  function Q() {
2
2
  }
3
- function ei(e) {
3
+ function Yt(e) {
4
4
  return e();
5
5
  }
6
- function Bt() {
6
+ function Tt() {
7
7
  return /* @__PURE__ */ Object.create(null);
8
8
  }
9
9
  function lr(e) {
10
- e.forEach(ei);
10
+ e.forEach(Yt);
11
11
  }
12
12
  function _t(e) {
13
13
  return typeof e == "function";
14
14
  }
15
- function ri(e, r) {
15
+ function Kt(e, r) {
16
16
  return e != e ? r == r : e !== r || e && typeof e == "object" || typeof e == "function";
17
17
  }
18
- function Ti(e) {
18
+ function Ci(e) {
19
19
  return Object.keys(e).length === 0;
20
20
  }
21
- function ti(e, ...r) {
21
+ function ei(e, ...r) {
22
22
  if (e == null) {
23
23
  for (const i of r)
24
24
  i(void 0);
@@ -27,20 +27,20 @@ function ti(e, ...r) {
27
27
  const t = e.subscribe(...r);
28
28
  return t.unsubscribe ? () => t.unsubscribe() : t;
29
29
  }
30
- function Hi(e, r, t) {
31
- e.$$.on_destroy.push(ti(r, t));
30
+ function Ai(e, r, t) {
31
+ e.$$.on_destroy.push(ei(r, t));
32
32
  }
33
33
  function l(e, r) {
34
34
  e.appendChild(r);
35
35
  }
36
- function Bi(e, r, t) {
37
- const i = Ii(e);
36
+ function Ti(e, r, t) {
37
+ const i = Hi(e);
38
38
  if (!i.getElementById(r)) {
39
39
  const n = E("style");
40
- n.id = r, n.textContent = t, Ni(i, n);
40
+ n.id = r, n.textContent = t, Bi(i, n);
41
41
  }
42
42
  }
43
- function Ii(e) {
43
+ function Hi(e) {
44
44
  if (!e)
45
45
  return document;
46
46
  const r = e.getRootNode ? e.getRootNode() : e.ownerDocument;
@@ -50,7 +50,7 @@ function Ii(e) {
50
50
  r
51
51
  ) : e.ownerDocument;
52
52
  }
53
- function Ni(e, r) {
53
+ function Bi(e, r) {
54
54
  return l(
55
55
  /** @type {Document} */
56
56
  e.head || e,
@@ -81,7 +81,7 @@ function x(e, r, t, i) {
81
81
  function o(e, r, t) {
82
82
  t == null ? e.removeAttribute(r) : e.getAttribute(r) !== t && e.setAttribute(r, t);
83
83
  }
84
- function Oi(e) {
84
+ function Ii(e) {
85
85
  return Array.from(e.childNodes);
86
86
  }
87
87
  function D(e, r) {
@@ -91,7 +91,7 @@ function D(e, r) {
91
91
  function te(e, r) {
92
92
  e.value = r ?? "";
93
93
  }
94
- function Li(e) {
94
+ function Ni(e) {
95
95
  const r = {};
96
96
  return e.childNodes.forEach(
97
97
  /** @param {Element} node */
@@ -104,20 +104,20 @@ let Sr;
104
104
  function wr(e) {
105
105
  Sr = e;
106
106
  }
107
- function Mi() {
107
+ function Oi() {
108
108
  if (!Sr)
109
109
  throw new Error("Function called outside component initialization");
110
110
  return Sr;
111
111
  }
112
- function Ri(e) {
113
- Mi().$$.on_mount.push(e);
112
+ function Li(e) {
113
+ Oi().$$.on_mount.push(e);
114
114
  }
115
115
  const tr = [], _r = [];
116
116
  let ir = [];
117
- const It = [], Ui = /* @__PURE__ */ Promise.resolve();
117
+ const Ht = [], Mi = /* @__PURE__ */ Promise.resolve();
118
118
  let ht = !1;
119
- function ki() {
120
- ht || (ht = !0, Ui.then(be));
119
+ function Ri() {
120
+ ht || (ht = !0, Mi.then(be));
121
121
  }
122
122
  function ft(e) {
123
123
  ir.push(e);
@@ -132,7 +132,7 @@ function be() {
132
132
  try {
133
133
  for (; er < tr.length; ) {
134
134
  const r = tr[er];
135
- er++, wr(r), Fi(r.$$);
135
+ er++, wr(r), Ui(r.$$);
136
136
  }
137
137
  } catch (r) {
138
138
  throw tr.length = 0, er = 0, r;
@@ -145,40 +145,40 @@ function be() {
145
145
  }
146
146
  ir.length = 0;
147
147
  } while (tr.length);
148
- for (; It.length; )
149
- It.pop()();
148
+ for (; Ht.length; )
149
+ Ht.pop()();
150
150
  ht = !1, nt.clear(), wr(e);
151
151
  }
152
- function Fi(e) {
152
+ function Ui(e) {
153
153
  if (e.fragment !== null) {
154
154
  e.update(), lr(e.before_update);
155
155
  const r = e.dirty;
156
156
  e.dirty = [-1], e.fragment && e.fragment.p(e.ctx, r), e.after_update.forEach(ft);
157
157
  }
158
158
  }
159
- function Di(e) {
159
+ function ki(e) {
160
160
  const r = [], t = [];
161
161
  ir.forEach((i) => e.indexOf(i) === -1 ? r.push(i) : t.push(i)), t.forEach((i) => i()), ir = r;
162
162
  }
163
- const Gi = /* @__PURE__ */ new Set();
164
- function ji(e, r) {
165
- e && e.i && (Gi.delete(e), e.i(r));
163
+ const Fi = /* @__PURE__ */ new Set();
164
+ function Di(e, r) {
165
+ e && e.i && (Fi.delete(e), e.i(r));
166
166
  }
167
- function Vi(e, r, t) {
167
+ function Gi(e, r, t) {
168
168
  const { fragment: i, after_update: n } = e.$$;
169
169
  i && i.m(r, t), ft(() => {
170
- const s = e.$$.on_mount.map(ei).filter(_t);
170
+ const s = e.$$.on_mount.map(Yt).filter(_t);
171
171
  e.$$.on_destroy ? e.$$.on_destroy.push(...s) : lr(s), e.$$.on_mount = [];
172
172
  }), n.forEach(ft);
173
173
  }
174
- function $i(e, r) {
174
+ function ji(e, r) {
175
175
  const t = e.$$;
176
- t.fragment !== null && (Di(t.after_update), lr(t.on_destroy), t.fragment && t.fragment.d(r), t.on_destroy = t.fragment = null, t.ctx = []);
176
+ t.fragment !== null && (ki(t.after_update), lr(t.on_destroy), t.fragment && t.fragment.d(r), t.on_destroy = t.fragment = null, t.ctx = []);
177
177
  }
178
- function zi(e, r) {
179
- e.$$.dirty[0] === -1 && (tr.push(e), ki(), e.$$.dirty.fill(0)), e.$$.dirty[r / 31 | 0] |= 1 << r % 31;
178
+ function Vi(e, r) {
179
+ e.$$.dirty[0] === -1 && (tr.push(e), Ri(), e.$$.dirty.fill(0)), e.$$.dirty[r / 31 | 0] |= 1 << r % 31;
180
180
  }
181
- function Qi(e, r, t, i, n, s, u = null, a = [-1]) {
181
+ function $i(e, r, t, i, n, s, u = null, a = [-1]) {
182
182
  const f = Sr;
183
183
  wr(e);
184
184
  const c = e.$$ = {
@@ -188,7 +188,7 @@ function Qi(e, r, t, i, n, s, u = null, a = [-1]) {
188
188
  props: s,
189
189
  update: Q,
190
190
  not_equal: n,
191
- bound: Bt(),
191
+ bound: Tt(),
192
192
  // lifecycle
193
193
  on_mount: [],
194
194
  on_destroy: [],
@@ -197,28 +197,28 @@ function Qi(e, r, t, i, n, s, u = null, a = [-1]) {
197
197
  after_update: [],
198
198
  context: new Map(r.context || (f ? f.$$.context : [])),
199
199
  // everything else
200
- callbacks: Bt(),
200
+ callbacks: Tt(),
201
201
  dirty: a,
202
202
  skip_bound: !1,
203
203
  root: r.target || f.$$.root
204
204
  };
205
205
  u && u(c.root);
206
206
  let h = !1;
207
- if (c.ctx = t ? t(e, r.props || {}, (m, g, ...b) => {
207
+ if (c.ctx = t ? t(e, r.props || {}, (d, g, ...b) => {
208
208
  const w = b.length ? b[0] : g;
209
- return c.ctx && n(c.ctx[m], c.ctx[m] = w) && (!c.skip_bound && c.bound[m] && c.bound[m](w), h && zi(e, m)), g;
209
+ return c.ctx && n(c.ctx[d], c.ctx[d] = w) && (!c.skip_bound && c.bound[d] && c.bound[d](w), h && Vi(e, d)), g;
210
210
  }) : [], c.update(), h = !0, lr(c.before_update), c.fragment = i ? i(c.ctx) : !1, r.target) {
211
211
  if (r.hydrate) {
212
- const m = Oi(r.target);
213
- c.fragment && c.fragment.l(m), m.forEach(ie);
212
+ const d = Ii(r.target);
213
+ c.fragment && c.fragment.l(d), d.forEach(ie);
214
214
  } else
215
215
  c.fragment && c.fragment.c();
216
- r.intro && ji(e.$$.fragment), Vi(e, r.target, r.anchor), be();
216
+ r.intro && Di(e.$$.fragment), Gi(e, r.target, r.anchor), be();
217
217
  }
218
218
  wr(f);
219
219
  }
220
- let ii;
221
- typeof HTMLElement == "function" && (ii = class extends HTMLElement {
220
+ let ri;
221
+ typeof HTMLElement == "function" && (ri = class extends HTMLElement {
222
222
  /** The Svelte component constructor */
223
223
  $$ctor;
224
224
  /** Slots */
@@ -277,7 +277,7 @@ typeof HTMLElement == "function" && (ii = class extends HTMLElement {
277
277
  };
278
278
  if (await Promise.resolve(), !this.$$cn || this.$$c)
279
279
  return;
280
- const r = {}, t = Li(this);
280
+ const r = {}, t = Ni(this);
281
281
  for (const n of this.$$s)
282
282
  n in t && (r[n] = [e(n)]);
283
283
  for (const n of this.attributes) {
@@ -364,8 +364,8 @@ function Qr(e, r, t, i) {
364
364
  return r;
365
365
  }
366
366
  }
367
- function Xi(e, r, t, i, n, s) {
368
- let u = class extends ii {
367
+ function zi(e, r, t, i, n, s) {
368
+ let u = class extends ri {
369
369
  constructor() {
370
370
  super(e, t, n), this.$$p_d = r;
371
371
  }
@@ -393,7 +393,7 @@ function Xi(e, r, t, i, n, s) {
393
393
  }), e.element = /** @type {any} */
394
394
  u, u;
395
395
  }
396
- class Zi {
396
+ class Qi {
397
397
  /**
398
398
  * ### PRIVATE API
399
399
  *
@@ -412,7 +412,7 @@ class Zi {
412
412
  $$set = void 0;
413
413
  /** @returns {void} */
414
414
  $destroy() {
415
- $i(this, 1), this.$destroy = Q;
415
+ ji(this, 1), this.$destroy = Q;
416
416
  }
417
417
  /**
418
418
  * @template {Extract<keyof Events, string>} K
@@ -434,13 +434,13 @@ class Zi {
434
434
  * @returns {void}
435
435
  */
436
436
  $set(r) {
437
- this.$$set && !Ti(r) && (this.$$.skip_bound = !0, this.$$set(r), this.$$.skip_bound = !1);
437
+ this.$$set && !Ci(r) && (this.$$.skip_bound = !0, this.$$set(r), this.$$.skip_bound = !1);
438
438
  }
439
439
  }
440
- const Wi = "4";
441
- typeof window < "u" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(Wi);
440
+ const Xi = "4";
441
+ typeof window < "u" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(Xi);
442
442
  const rr = [];
443
- function qi(e, r) {
443
+ function Zi(e, r) {
444
444
  return {
445
445
  subscribe: Jr(e, r).subscribe
446
446
  };
@@ -449,7 +449,7 @@ function Jr(e, r = Q) {
449
449
  let t;
450
450
  const i = /* @__PURE__ */ new Set();
451
451
  function n(a) {
452
- if (ri(e, a) && (e = a, t)) {
452
+ if (Kt(e, a) && (e = a, t)) {
453
453
  const f = !rr.length;
454
454
  for (const c of i)
455
455
  c[1](), rr.push(c, e);
@@ -476,18 +476,18 @@ function ur(e, r, t) {
476
476
  if (!n.every(Boolean))
477
477
  throw new Error("derived() expects stores as input, got a falsy value");
478
478
  const s = r.length < 2;
479
- return qi(t, (u, a) => {
479
+ return Zi(t, (u, a) => {
480
480
  let f = !1;
481
481
  const c = [];
482
- let h = 0, m = Q;
482
+ let h = 0, d = Q;
483
483
  const g = () => {
484
484
  if (h)
485
485
  return;
486
- m();
486
+ d();
487
487
  const w = r(i ? c[0] : c, u, a);
488
- s ? u(w) : m = _t(w) ? w : Q;
488
+ s ? u(w) : d = _t(w) ? w : Q;
489
489
  }, b = n.map(
490
- (w, y) => ti(
490
+ (w, y) => ei(
491
491
  w,
492
492
  (A) => {
493
493
  c[y] = A, h &= ~(1 << y), f && g();
@@ -498,74 +498,74 @@ function ur(e, r, t) {
498
498
  )
499
499
  );
500
500
  return f = !0, g(), function() {
501
- lr(b), m(), f = !1;
501
+ lr(b), d(), f = !1;
502
502
  };
503
503
  });
504
504
  }
505
- function Ji(e) {
505
+ function Wi(e) {
506
506
  return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
507
507
  }
508
- var Yi = function(r) {
509
- return Ki(r) && !en(r);
508
+ var qi = function(r) {
509
+ return Ji(r) && !Yi(r);
510
510
  };
511
- function Ki(e) {
511
+ function Ji(e) {
512
512
  return !!e && typeof e == "object";
513
513
  }
514
- function en(e) {
514
+ function Yi(e) {
515
515
  var r = Object.prototype.toString.call(e);
516
- return r === "[object RegExp]" || r === "[object Date]" || nn(e);
516
+ return r === "[object RegExp]" || r === "[object Date]" || rn(e);
517
517
  }
518
- var rn = typeof Symbol == "function" && Symbol.for, tn = rn ? Symbol.for("react.element") : 60103;
519
- function nn(e) {
520
- return e.$$typeof === tn;
518
+ var Ki = typeof Symbol == "function" && Symbol.for, en = Ki ? Symbol.for("react.element") : 60103;
519
+ function rn(e) {
520
+ return e.$$typeof === en;
521
521
  }
522
- function sn(e) {
522
+ function tn(e) {
523
523
  return Array.isArray(e) ? [] : {};
524
524
  }
525
525
  function Pr(e, r) {
526
- return r.clone !== !1 && r.isMergeableObject(e) ? nr(sn(e), e, r) : e;
526
+ return r.clone !== !1 && r.isMergeableObject(e) ? nr(tn(e), e, r) : e;
527
527
  }
528
- function on(e, r, t) {
528
+ function nn(e, r, t) {
529
529
  return e.concat(r).map(function(i) {
530
530
  return Pr(i, t);
531
531
  });
532
532
  }
533
- function an(e, r) {
533
+ function sn(e, r) {
534
534
  if (!r.customMerge)
535
535
  return nr;
536
536
  var t = r.customMerge(e);
537
537
  return typeof t == "function" ? t : nr;
538
538
  }
539
- function ln(e) {
539
+ function on(e) {
540
540
  return Object.getOwnPropertySymbols ? Object.getOwnPropertySymbols(e).filter(function(r) {
541
541
  return Object.propertyIsEnumerable.call(e, r);
542
542
  }) : [];
543
543
  }
544
- function Nt(e) {
545
- return Object.keys(e).concat(ln(e));
544
+ function Bt(e) {
545
+ return Object.keys(e).concat(on(e));
546
546
  }
547
- function ni(e, r) {
547
+ function ti(e, r) {
548
548
  try {
549
549
  return r in e;
550
550
  } catch {
551
551
  return !1;
552
552
  }
553
553
  }
554
- function un(e, r) {
555
- return ni(e, r) && !(Object.hasOwnProperty.call(e, r) && Object.propertyIsEnumerable.call(e, r));
554
+ function an(e, r) {
555
+ return ti(e, r) && !(Object.hasOwnProperty.call(e, r) && Object.propertyIsEnumerable.call(e, r));
556
556
  }
557
- function cn(e, r, t) {
557
+ function ln(e, r, t) {
558
558
  var i = {};
559
- return t.isMergeableObject(e) && Nt(e).forEach(function(n) {
559
+ return t.isMergeableObject(e) && Bt(e).forEach(function(n) {
560
560
  i[n] = Pr(e[n], t);
561
- }), Nt(r).forEach(function(n) {
562
- un(e, n) || (ni(e, n) && t.isMergeableObject(r[n]) ? i[n] = an(n, t)(e[n], r[n], t) : i[n] = Pr(r[n], t));
561
+ }), Bt(r).forEach(function(n) {
562
+ an(e, n) || (ti(e, n) && t.isMergeableObject(r[n]) ? i[n] = sn(n, t)(e[n], r[n], t) : i[n] = Pr(r[n], t));
563
563
  }), i;
564
564
  }
565
565
  function nr(e, r, t) {
566
- t = t || {}, t.arrayMerge = t.arrayMerge || on, t.isMergeableObject = t.isMergeableObject || Yi, t.cloneUnlessOtherwiseSpecified = Pr;
566
+ t = t || {}, t.arrayMerge = t.arrayMerge || nn, t.isMergeableObject = t.isMergeableObject || qi, t.cloneUnlessOtherwiseSpecified = Pr;
567
567
  var i = Array.isArray(r), n = Array.isArray(e), s = i === n;
568
- return s ? i ? t.arrayMerge(e, r, t) : cn(e, r, t) : Pr(r, t);
568
+ return s ? i ? t.arrayMerge(e, r, t) : ln(e, r, t) : Pr(r, t);
569
569
  }
570
570
  nr.all = function(r, t) {
571
571
  if (!Array.isArray(r))
@@ -574,8 +574,8 @@ nr.all = function(r, t) {
574
574
  return nr(i, n, t);
575
575
  }, {});
576
576
  };
577
- var hn = nr, fn = hn;
578
- const dn = /* @__PURE__ */ Ji(fn);
577
+ var un = nr, cn = un;
578
+ const hn = /* @__PURE__ */ Wi(cn);
579
579
  /*! *****************************************************************************
580
580
  Copyright (c) Microsoft Corporation.
581
581
 
@@ -590,18 +590,18 @@ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
590
590
  OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
591
591
  PERFORMANCE OF THIS SOFTWARE.
592
592
  ***************************************************************************** */
593
- var dt = function(e, r) {
594
- return dt = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(t, i) {
593
+ var mt = function(e, r) {
594
+ return mt = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(t, i) {
595
595
  t.__proto__ = i;
596
596
  } || function(t, i) {
597
597
  for (var n in i)
598
598
  Object.prototype.hasOwnProperty.call(i, n) && (t[n] = i[n]);
599
- }, dt(e, r);
599
+ }, mt(e, r);
600
600
  };
601
601
  function Yr(e, r) {
602
602
  if (typeof r != "function" && r !== null)
603
603
  throw new TypeError("Class extends value " + String(r) + " is not a constructor or null");
604
- dt(e, r);
604
+ mt(e, r);
605
605
  function t() {
606
606
  this.constructor = e;
607
607
  }
@@ -617,7 +617,7 @@ var T = function() {
617
617
  return r;
618
618
  }, T.apply(this, arguments);
619
619
  };
620
- function mn(e, r) {
620
+ function fn(e, r) {
621
621
  var t = {};
622
622
  for (var i in e)
623
623
  Object.prototype.hasOwnProperty.call(e, i) && r.indexOf(i) < 0 && (t[i] = e[i]);
@@ -633,55 +633,53 @@ function st(e, r, t) {
633
633
  return e.concat(s || r);
634
634
  }
635
635
  function ot(e, r) {
636
- var t = r && r.cache ? r.cache : vn, i = r && r.serializer ? r.serializer : En, n = r && r.strategy ? r.strategy : pn;
636
+ var t = r && r.cache ? r.cache : En, i = r && r.serializer ? r.serializer : bn, n = r && r.strategy ? r.strategy : gn;
637
637
  return n(e, {
638
638
  cache: t,
639
639
  serializer: i
640
640
  });
641
641
  }
642
- function gn(e) {
642
+ function mn(e) {
643
643
  return e == null || typeof e == "number" || typeof e == "boolean";
644
644
  }
645
- function si(e, r, t, i) {
646
- var n = gn(i) ? i : t(i), s = r.get(n);
645
+ function dn(e, r, t, i) {
646
+ var n = mn(i) ? i : t(i), s = r.get(n);
647
647
  return typeof s > "u" && (s = e.call(this, i), r.set(n, s)), s;
648
648
  }
649
- function oi(e, r, t) {
649
+ function ii(e, r, t) {
650
650
  var i = Array.prototype.slice.call(arguments, 3), n = t(i), s = r.get(n);
651
651
  return typeof s > "u" && (s = e.apply(this, i), r.set(n, s)), s;
652
652
  }
653
- function St(e, r, t, i, n) {
653
+ function ni(e, r, t, i, n) {
654
654
  return t.bind(r, e, i, n);
655
655
  }
656
- function pn(e, r) {
657
- var t = e.length === 1 ? si : oi;
658
- return St(e, this, t, r.cache.create(), r.serializer);
659
- }
660
- function bn(e, r) {
661
- return St(e, this, oi, r.cache.create(), r.serializer);
656
+ function gn(e, r) {
657
+ var t = e.length === 1 ? dn : ii;
658
+ return ni(e, this, t, r.cache.create(), r.serializer);
662
659
  }
663
- function yn(e, r) {
664
- return St(e, this, si, r.cache.create(), r.serializer);
660
+ function pn(e, r) {
661
+ return ni(e, this, ii, r.cache.create(), r.serializer);
665
662
  }
666
- var En = function() {
663
+ var bn = function() {
667
664
  return JSON.stringify(arguments);
668
- };
669
- function Pt() {
670
- this.cache = /* @__PURE__ */ Object.create(null);
671
- }
672
- Pt.prototype.get = function(e) {
673
- return this.cache[e];
674
- };
675
- Pt.prototype.set = function(e, r) {
676
- this.cache[e] = r;
677
- };
678
- var vn = {
665
+ }, yn = (
666
+ /** @class */
667
+ function() {
668
+ function e() {
669
+ this.cache = /* @__PURE__ */ Object.create(null);
670
+ }
671
+ return e.prototype.get = function(r) {
672
+ return this.cache[r];
673
+ }, e.prototype.set = function(r, t) {
674
+ this.cache[r] = t;
675
+ }, e;
676
+ }()
677
+ ), En = {
679
678
  create: function() {
680
- return new Pt();
679
+ return new yn();
681
680
  }
682
681
  }, at = {
683
- variadic: bn,
684
- monadic: yn
682
+ variadic: pn
685
683
  }, S;
686
684
  (function(e) {
687
685
  e[e.EXPECT_ARGUMENT_CLOSING_BRACE = 1] = "EXPECT_ARGUMENT_CLOSING_BRACE", e[e.EMPTY_ARGUMENT = 2] = "EMPTY_ARGUMENT", e[e.MALFORMED_ARGUMENT = 3] = "MALFORMED_ARGUMENT", e[e.EXPECT_ARGUMENT_TYPE = 4] = "EXPECT_ARGUMENT_TYPE", e[e.INVALID_ARGUMENT_TYPE = 5] = "INVALID_ARGUMENT_TYPE", e[e.EXPECT_ARGUMENT_STYLE = 6] = "EXPECT_ARGUMENT_STYLE", e[e.INVALID_NUMBER_SKELETON = 7] = "INVALID_NUMBER_SKELETON", e[e.INVALID_DATE_TIME_SKELETON = 8] = "INVALID_DATE_TIME_SKELETON", e[e.EXPECT_NUMBER_SKELETON = 9] = "EXPECT_NUMBER_SKELETON", e[e.EXPECT_DATE_TIME_SKELETON = 10] = "EXPECT_DATE_TIME_SKELETON", e[e.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE = 11] = "UNCLOSED_QUOTE_IN_ARGUMENT_STYLE", e[e.EXPECT_SELECT_ARGUMENT_OPTIONS = 12] = "EXPECT_SELECT_ARGUMENT_OPTIONS", e[e.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE = 13] = "EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE", e[e.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE = 14] = "INVALID_PLURAL_ARGUMENT_OFFSET_VALUE", e[e.EXPECT_SELECT_ARGUMENT_SELECTOR = 15] = "EXPECT_SELECT_ARGUMENT_SELECTOR", e[e.EXPECT_PLURAL_ARGUMENT_SELECTOR = 16] = "EXPECT_PLURAL_ARGUMENT_SELECTOR", e[e.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT = 17] = "EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT", e[e.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT = 18] = "EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT", e[e.INVALID_PLURAL_ARGUMENT_SELECTOR = 19] = "INVALID_PLURAL_ARGUMENT_SELECTOR", e[e.DUPLICATE_PLURAL_ARGUMENT_SELECTOR = 20] = "DUPLICATE_PLURAL_ARGUMENT_SELECTOR", e[e.DUPLICATE_SELECT_ARGUMENT_SELECTOR = 21] = "DUPLICATE_SELECT_ARGUMENT_SELECTOR", e[e.MISSING_OTHER_CLAUSE = 22] = "MISSING_OTHER_CLAUSE", e[e.INVALID_TAG = 23] = "INVALID_TAG", e[e.INVALID_TAG_NAME = 25] = "INVALID_TAG_NAME", e[e.UNMATCHED_CLOSING_TAG = 26] = "UNMATCHED_CLOSING_TAG", e[e.UNCLOSED_TAG = 27] = "UNCLOSED_TAG";
@@ -694,43 +692,43 @@ var sr;
694
692
  (function(e) {
695
693
  e[e.number = 0] = "number", e[e.dateTime = 1] = "dateTime";
696
694
  })(sr || (sr = {}));
697
- function Ot(e) {
695
+ function It(e) {
698
696
  return e.type === L.literal;
699
697
  }
700
- function wn(e) {
698
+ function vn(e) {
701
699
  return e.type === L.argument;
702
700
  }
703
- function ai(e) {
701
+ function si(e) {
704
702
  return e.type === L.number;
705
703
  }
706
- function li(e) {
704
+ function oi(e) {
707
705
  return e.type === L.date;
708
706
  }
709
- function ui(e) {
707
+ function ai(e) {
710
708
  return e.type === L.time;
711
709
  }
712
- function ci(e) {
710
+ function li(e) {
713
711
  return e.type === L.select;
714
712
  }
715
- function hi(e) {
713
+ function ui(e) {
716
714
  return e.type === L.plural;
717
715
  }
718
- function _n(e) {
716
+ function wn(e) {
719
717
  return e.type === L.pound;
720
718
  }
721
- function fi(e) {
719
+ function ci(e) {
722
720
  return e.type === L.tag;
723
721
  }
724
- function di(e) {
722
+ function hi(e) {
725
723
  return !!(e && typeof e == "object" && e.type === sr.number);
726
724
  }
727
- function mt(e) {
725
+ function dt(e) {
728
726
  return !!(e && typeof e == "object" && e.type === sr.dateTime);
729
727
  }
730
- var mi = /[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/, Sn = /(?:[Eec]{1,6}|G{1,5}|[Qq]{1,5}|(?:[yYur]+|U{1,5})|[ML]{1,5}|d{1,2}|D{1,3}|F{1}|[abB]{1,5}|[hkHK]{1,2}|w{1,2}|W{1}|m{1,2}|s{1,2}|[zZOvVxX]{1,4})(?=([^']*'[^']*')*[^']*$)/g;
731
- function Pn(e) {
728
+ var fi = /[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/, _n = /(?:[Eec]{1,6}|G{1,5}|[Qq]{1,5}|(?:[yYur]+|U{1,5})|[ML]{1,5}|d{1,2}|D{1,3}|F{1}|[abB]{1,5}|[hkHK]{1,2}|w{1,2}|W{1}|m{1,2}|s{1,2}|[zZOvVxX]{1,4})(?=([^']*'[^']*')*[^']*$)/g;
729
+ function Sn(e) {
732
730
  var r = {};
733
- return e.replace(Sn, function(t) {
731
+ return e.replace(_n, function(t) {
734
732
  var i = t.length;
735
733
  switch (t[0]) {
736
734
  case "G":
@@ -819,36 +817,36 @@ function Pn(e) {
819
817
  return "";
820
818
  }), r;
821
819
  }
822
- var xn = /[\t-\r \x85\u200E\u200F\u2028\u2029]/i;
823
- function Cn(e) {
820
+ var Pn = /[\t-\r \x85\u200E\u200F\u2028\u2029]/i;
821
+ function xn(e) {
824
822
  if (e.length === 0)
825
823
  throw new Error("Number skeleton cannot be empty");
826
- for (var r = e.split(xn).filter(function(g) {
824
+ for (var r = e.split(Pn).filter(function(g) {
827
825
  return g.length > 0;
828
826
  }), t = [], i = 0, n = r; i < n.length; i++) {
829
827
  var s = n[i], u = s.split("/");
830
828
  if (u.length === 0)
831
829
  throw new Error("Invalid number skeleton");
832
830
  for (var a = u[0], f = u.slice(1), c = 0, h = f; c < h.length; c++) {
833
- var m = h[c];
834
- if (m.length === 0)
831
+ var d = h[c];
832
+ if (d.length === 0)
835
833
  throw new Error("Invalid number skeleton");
836
834
  }
837
835
  t.push({ stem: a, options: f });
838
836
  }
839
837
  return t;
840
838
  }
841
- function An(e) {
839
+ function Cn(e) {
842
840
  return e.replace(/^(.*?)-/, "");
843
841
  }
844
- var Lt = /^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g, gi = /^(@+)?(\+|#+)?[rs]?$/g, Tn = /(\*)(0+)|(#+)(0+)|(0+)/g, pi = /^(0+)$/;
845
- function Mt(e) {
842
+ var Nt = /^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g, mi = /^(@+)?(\+|#+)?[rs]?$/g, An = /(\*)(0+)|(#+)(0+)|(0+)/g, di = /^(0+)$/;
843
+ function Ot(e) {
846
844
  var r = {};
847
- return e[e.length - 1] === "r" ? r.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (r.roundingPriority = "lessPrecision"), e.replace(gi, function(t, i, n) {
845
+ return e[e.length - 1] === "r" ? r.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (r.roundingPriority = "lessPrecision"), e.replace(mi, function(t, i, n) {
848
846
  return typeof n != "string" ? (r.minimumSignificantDigits = i.length, r.maximumSignificantDigits = i.length) : n === "+" ? r.minimumSignificantDigits = i.length : i[0] === "#" ? r.maximumSignificantDigits = i.length : (r.minimumSignificantDigits = i.length, r.maximumSignificantDigits = i.length + (typeof n == "string" ? n.length : 0)), "";
849
847
  }), r;
850
848
  }
851
- function bi(e) {
849
+ function gi(e) {
852
850
  switch (e) {
853
851
  case "sign-auto":
854
852
  return {
@@ -888,7 +886,7 @@ function bi(e) {
888
886
  };
889
887
  }
890
888
  }
891
- function Hn(e) {
889
+ function Tn(e) {
892
890
  var r;
893
891
  if (e[0] === "E" && e[1] === "E" ? (r = {
894
892
  notation: "engineering"
@@ -896,17 +894,17 @@ function Hn(e) {
896
894
  notation: "scientific"
897
895
  }, e = e.slice(1)), r) {
898
896
  var t = e.slice(0, 2);
899
- if (t === "+!" ? (r.signDisplay = "always", e = e.slice(2)) : t === "+?" && (r.signDisplay = "exceptZero", e = e.slice(2)), !pi.test(e))
897
+ if (t === "+!" ? (r.signDisplay = "always", e = e.slice(2)) : t === "+?" && (r.signDisplay = "exceptZero", e = e.slice(2)), !di.test(e))
900
898
  throw new Error("Malformed concise eng/scientific notation");
901
899
  r.minimumIntegerDigits = e.length;
902
900
  }
903
901
  return r;
904
902
  }
905
- function Rt(e) {
906
- var r = {}, t = bi(e);
903
+ function Lt(e) {
904
+ var r = {}, t = gi(e);
907
905
  return t || r;
908
906
  }
909
- function Bn(e) {
907
+ function Hn(e) {
910
908
  for (var r = {}, t = 0, i = e; t < i.length; t++) {
911
909
  var n = i[t];
912
910
  switch (n.stem) {
@@ -930,7 +928,7 @@ function Bn(e) {
930
928
  continue;
931
929
  case "measure-unit":
932
930
  case "unit":
933
- r.style = "unit", r.unit = An(n.options[0]);
931
+ r.style = "unit", r.unit = Cn(n.options[0]);
934
932
  continue;
935
933
  case "compact-short":
936
934
  case "K":
@@ -942,12 +940,12 @@ function Bn(e) {
942
940
  continue;
943
941
  case "scientific":
944
942
  r = T(T(T({}, r), { notation: "scientific" }), n.options.reduce(function(f, c) {
945
- return T(T({}, f), Rt(c));
943
+ return T(T({}, f), Lt(c));
946
944
  }, {}));
947
945
  continue;
948
946
  case "engineering":
949
947
  r = T(T(T({}, r), { notation: "engineering" }), n.options.reduce(function(f, c) {
950
- return T(T({}, f), Rt(c));
948
+ return T(T({}, f), Lt(c));
951
949
  }, {}));
952
950
  continue;
953
951
  case "notation-simple":
@@ -992,11 +990,11 @@ function Bn(e) {
992
990
  case "integer-width":
993
991
  if (n.options.length > 1)
994
992
  throw new RangeError("integer-width stems only accept a single optional option");
995
- n.options[0].replace(Tn, function(f, c, h, m, g, b) {
993
+ n.options[0].replace(An, function(f, c, h, d, g, b) {
996
994
  if (c)
997
995
  r.minimumIntegerDigits = h.length;
998
996
  else {
999
- if (m && g)
997
+ if (d && g)
1000
998
  throw new Error("We currently do not support maximum integer digits");
1001
999
  if (b)
1002
1000
  throw new Error("We currently do not support exact integer digits");
@@ -1005,27 +1003,27 @@ function Bn(e) {
1005
1003
  });
1006
1004
  continue;
1007
1005
  }
1008
- if (pi.test(n.stem)) {
1006
+ if (di.test(n.stem)) {
1009
1007
  r.minimumIntegerDigits = n.stem.length;
1010
1008
  continue;
1011
1009
  }
1012
- if (Lt.test(n.stem)) {
1010
+ if (Nt.test(n.stem)) {
1013
1011
  if (n.options.length > 1)
1014
1012
  throw new RangeError("Fraction-precision stems only accept a single optional option");
1015
- n.stem.replace(Lt, function(f, c, h, m, g, b) {
1016
- return h === "*" ? r.minimumFractionDigits = c.length : m && m[0] === "#" ? r.maximumFractionDigits = m.length : g && b ? (r.minimumFractionDigits = g.length, r.maximumFractionDigits = g.length + b.length) : (r.minimumFractionDigits = c.length, r.maximumFractionDigits = c.length), "";
1013
+ n.stem.replace(Nt, function(f, c, h, d, g, b) {
1014
+ return h === "*" ? r.minimumFractionDigits = c.length : d && d[0] === "#" ? r.maximumFractionDigits = d.length : g && b ? (r.minimumFractionDigits = g.length, r.maximumFractionDigits = g.length + b.length) : (r.minimumFractionDigits = c.length, r.maximumFractionDigits = c.length), "";
1017
1015
  });
1018
1016
  var s = n.options[0];
1019
- s === "w" ? r = T(T({}, r), { trailingZeroDisplay: "stripIfInteger" }) : s && (r = T(T({}, r), Mt(s)));
1017
+ s === "w" ? r = T(T({}, r), { trailingZeroDisplay: "stripIfInteger" }) : s && (r = T(T({}, r), Ot(s)));
1020
1018
  continue;
1021
1019
  }
1022
- if (gi.test(n.stem)) {
1023
- r = T(T({}, r), Mt(n.stem));
1020
+ if (mi.test(n.stem)) {
1021
+ r = T(T({}, r), Ot(n.stem));
1024
1022
  continue;
1025
1023
  }
1026
- var u = bi(n.stem);
1024
+ var u = gi(n.stem);
1027
1025
  u && (r = T(T({}, r), u));
1028
- var a = Hn(n.stem);
1026
+ var a = Tn(n.stem);
1029
1027
  a && (r = T(T({}, r), a));
1030
1028
  }
1031
1029
  return r;
@@ -2445,13 +2443,13 @@ var zr = {
2445
2443
  "h"
2446
2444
  ]
2447
2445
  };
2448
- function In(e, r) {
2446
+ function Bn(e, r) {
2449
2447
  for (var t = "", i = 0; i < e.length; i++) {
2450
2448
  var n = e.charAt(i);
2451
2449
  if (n === "j") {
2452
2450
  for (var s = 0; i + 1 < e.length && e.charAt(i + 1) === n; )
2453
2451
  s++, i++;
2454
- var u = 1 + (s & 1), a = s < 2 ? 1 : 3 + (s >> 1), f = "a", c = Nn(r);
2452
+ var u = 1 + (s & 1), a = s < 2 ? 1 : 3 + (s >> 1), f = "a", c = In(r);
2455
2453
  for ((c == "H" || c == "k") && (a = 0); a-- > 0; )
2456
2454
  t += f;
2457
2455
  for (; u-- > 0; )
@@ -2461,7 +2459,7 @@ function In(e, r) {
2461
2459
  }
2462
2460
  return t;
2463
2461
  }
2464
- function Nn(e) {
2462
+ function In(e) {
2465
2463
  var r = e.hourCycle;
2466
2464
  if (r === void 0 && // @ts-ignore hourCycle(s) is not identified yet
2467
2465
  e.hourCycles && // @ts-ignore
@@ -2483,20 +2481,20 @@ function Nn(e) {
2483
2481
  var n = zr[i || ""] || zr[t || ""] || zr["".concat(t, "-001")] || zr["001"];
2484
2482
  return n[0];
2485
2483
  }
2486
- var lt, On = new RegExp("^".concat(mi.source, "*")), Ln = new RegExp("".concat(mi.source, "*$"));
2484
+ var lt, Nn = new RegExp("^".concat(fi.source, "*")), On = new RegExp("".concat(fi.source, "*$"));
2487
2485
  function P(e, r) {
2488
2486
  return { start: e, end: r };
2489
2487
  }
2490
- var Mn = !!String.prototype.startsWith && "_a".startsWith("a", 1), Rn = !!String.fromCodePoint, Un = !!Object.fromEntries, kn = !!String.prototype.codePointAt, Fn = !!String.prototype.trimStart, Dn = !!String.prototype.trimEnd, Gn = !!Number.isSafeInteger, jn = Gn ? Number.isSafeInteger : function(e) {
2488
+ var Ln = !!String.prototype.startsWith && "_a".startsWith("a", 1), Mn = !!String.fromCodePoint, Rn = !!Object.fromEntries, Un = !!String.prototype.codePointAt, kn = !!String.prototype.trimStart, Fn = !!String.prototype.trimEnd, Dn = !!Number.isSafeInteger, Gn = Dn ? Number.isSafeInteger : function(e) {
2491
2489
  return typeof e == "number" && isFinite(e) && Math.floor(e) === e && Math.abs(e) <= 9007199254740991;
2492
2490
  }, gt = !0;
2493
2491
  try {
2494
- var Vn = Ei("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
2495
- gt = ((lt = Vn.exec("a")) === null || lt === void 0 ? void 0 : lt[0]) === "a";
2492
+ var jn = bi("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
2493
+ gt = ((lt = jn.exec("a")) === null || lt === void 0 ? void 0 : lt[0]) === "a";
2496
2494
  } catch {
2497
2495
  gt = !1;
2498
2496
  }
2499
- var Ut = Mn ? (
2497
+ var Mt = Ln ? (
2500
2498
  // Native
2501
2499
  function(r, t, i) {
2502
2500
  return r.startsWith(t, i);
@@ -2506,7 +2504,7 @@ var Ut = Mn ? (
2506
2504
  function(r, t, i) {
2507
2505
  return r.slice(i, i + t.length) === t;
2508
2506
  }
2509
- ), pt = Rn ? String.fromCodePoint : (
2507
+ ), pt = Mn ? String.fromCodePoint : (
2510
2508
  // IE11
2511
2509
  function() {
2512
2510
  for (var r = [], t = 0; t < arguments.length; t++)
@@ -2518,9 +2516,9 @@ var Ut = Mn ? (
2518
2516
  }
2519
2517
  return i;
2520
2518
  }
2521
- ), kt = (
2519
+ ), Rt = (
2522
2520
  // native
2523
- Un ? Object.fromEntries : (
2521
+ Rn ? Object.fromEntries : (
2524
2522
  // Ponyfill
2525
2523
  function(r) {
2526
2524
  for (var t = {}, i = 0, n = r; i < n.length; i++) {
@@ -2530,7 +2528,7 @@ var Ut = Mn ? (
2530
2528
  return t;
2531
2529
  }
2532
2530
  )
2533
- ), yi = kn ? (
2531
+ ), pi = Un ? (
2534
2532
  // Native
2535
2533
  function(r, t) {
2536
2534
  return r.codePointAt(t);
@@ -2544,7 +2542,7 @@ var Ut = Mn ? (
2544
2542
  return n < 55296 || n > 56319 || t + 1 === i || (s = r.charCodeAt(t + 1)) < 56320 || s > 57343 ? n : (n - 55296 << 10) + (s - 56320) + 65536;
2545
2543
  }
2546
2544
  }
2547
- ), $n = Fn ? (
2545
+ ), Vn = kn ? (
2548
2546
  // Native
2549
2547
  function(r) {
2550
2548
  return r.trimStart();
@@ -2552,9 +2550,9 @@ var Ut = Mn ? (
2552
2550
  ) : (
2553
2551
  // Ponyfill
2554
2552
  function(r) {
2555
- return r.replace(On, "");
2553
+ return r.replace(Nn, "");
2556
2554
  }
2557
- ), zn = Dn ? (
2555
+ ), $n = Fn ? (
2558
2556
  // Native
2559
2557
  function(r) {
2560
2558
  return r.trimEnd();
@@ -2562,32 +2560,32 @@ var Ut = Mn ? (
2562
2560
  ) : (
2563
2561
  // Ponyfill
2564
2562
  function(r) {
2565
- return r.replace(Ln, "");
2563
+ return r.replace(On, "");
2566
2564
  }
2567
2565
  );
2568
- function Ei(e, r) {
2566
+ function bi(e, r) {
2569
2567
  return new RegExp(e, r);
2570
2568
  }
2571
2569
  var bt;
2572
2570
  if (gt) {
2573
- var Ft = Ei("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
2571
+ var Ut = bi("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
2574
2572
  bt = function(r, t) {
2575
2573
  var i;
2576
- Ft.lastIndex = t;
2577
- var n = Ft.exec(r);
2574
+ Ut.lastIndex = t;
2575
+ var n = Ut.exec(r);
2578
2576
  return (i = n[1]) !== null && i !== void 0 ? i : "";
2579
2577
  };
2580
2578
  } else
2581
2579
  bt = function(r, t) {
2582
2580
  for (var i = []; ; ) {
2583
- var n = yi(r, t);
2584
- if (n === void 0 || vi(n) || Wn(n))
2581
+ var n = pi(r, t);
2582
+ if (n === void 0 || yi(n) || Zn(n))
2585
2583
  break;
2586
2584
  i.push(n), t += n >= 65536 ? 2 : 1;
2587
2585
  }
2588
2586
  return pt.apply(void 0, i);
2589
2587
  };
2590
- var Qn = (
2588
+ var zn = (
2591
2589
  /** @class */
2592
2590
  function() {
2593
2591
  function e(r, t) {
@@ -2669,7 +2667,7 @@ var Qn = (
2669
2667
  return this.error(S.INVALID_TAG, P(i, this.clonePosition()));
2670
2668
  }, e.prototype.parseTagName = function() {
2671
2669
  var r = this.offset();
2672
- for (this.bump(); !this.isEOF() && Zn(this.char()); )
2670
+ for (this.bump(); !this.isEOF() && Xn(this.char()); )
2673
2671
  this.bump();
2674
2672
  return this.message.slice(r, this.offset());
2675
2673
  }, e.prototype.parseLiteral = function(r, t) {
@@ -2698,7 +2696,7 @@ var Qn = (
2698
2696
  };
2699
2697
  }, e.prototype.tryParseLeftAngleBracket = function() {
2700
2698
  return !this.isEOF() && this.char() === 60 && (this.ignoreTag || // If at the opening tag or closing tag position, bail.
2701
- !Xn(this.peek() || 0)) ? (this.bump(), "<") : null;
2699
+ !Qn(this.peek() || 0)) ? (this.bump(), "<") : null;
2702
2700
  }, e.prototype.tryParseQuote = function(r) {
2703
2701
  if (this.isEOF() || this.char() !== 39)
2704
2702
  return null;
@@ -2782,10 +2780,10 @@ var Qn = (
2782
2780
  var c = null;
2783
2781
  if (this.bumpIf(",")) {
2784
2782
  this.bumpSpace();
2785
- var h = this.clonePosition(), m = this.parseSimpleArgStyleIfPossible();
2786
- if (m.err)
2787
- return m;
2788
- var g = zn(m.val);
2783
+ var h = this.clonePosition(), d = this.parseSimpleArgStyleIfPossible();
2784
+ if (d.err)
2785
+ return d;
2786
+ var g = $n(d.val);
2789
2787
  if (g.length === 0)
2790
2788
  return this.error(S.EXPECT_ARGUMENT_STYLE, P(this.clonePosition(), this.clonePosition()));
2791
2789
  var b = P(h, this.clonePosition());
@@ -2795,24 +2793,24 @@ var Qn = (
2795
2793
  if (w.err)
2796
2794
  return w;
2797
2795
  var y = P(n, this.clonePosition());
2798
- if (c && Ut(c?.style, "::", 0)) {
2799
- var A = $n(c.style.slice(2));
2796
+ if (c && Mt(c?.style, "::", 0)) {
2797
+ var A = Vn(c.style.slice(2));
2800
2798
  if (a === "number") {
2801
- var m = this.parseNumberSkeletonFromString(A, c.styleLocation);
2802
- return m.err ? m : {
2803
- val: { type: L.number, value: i, location: y, style: m.val },
2799
+ var d = this.parseNumberSkeletonFromString(A, c.styleLocation);
2800
+ return d.err ? d : {
2801
+ val: { type: L.number, value: i, location: y, style: d.val },
2804
2802
  err: null
2805
2803
  };
2806
2804
  } else {
2807
2805
  if (A.length === 0)
2808
2806
  return this.error(S.EXPECT_DATE_TIME_SKELETON, y);
2809
2807
  var O = A;
2810
- this.locale && (O = In(A, this.locale));
2808
+ this.locale && (O = Bn(A, this.locale));
2811
2809
  var g = {
2812
2810
  type: sr.dateTime,
2813
2811
  pattern: O,
2814
2812
  location: c.styleLocation,
2815
- parsedOptions: this.shouldParseSkeletons ? Pn(O) : {}
2813
+ parsedOptions: this.shouldParseSkeletons ? Sn(O) : {}
2816
2814
  }, M = a === "date" ? L.date : L.time;
2817
2815
  return {
2818
2816
  val: { type: M, value: i, location: y, style: g },
@@ -2842,14 +2840,14 @@ var Qn = (
2842
2840
  if (!this.bumpIf(":"))
2843
2841
  return this.error(S.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE, P(this.clonePosition(), this.clonePosition()));
2844
2842
  this.bumpSpace();
2845
- var m = this.tryParseDecimalInteger(S.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE, S.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE);
2846
- if (m.err)
2847
- return m;
2848
- this.bumpSpace(), ce = this.parseIdentifierIfPossible(), G = m.val;
2843
+ var d = this.tryParseDecimalInteger(S.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE, S.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE);
2844
+ if (d.err)
2845
+ return d;
2846
+ this.bumpSpace(), ce = this.parseIdentifierIfPossible(), G = d.val;
2849
2847
  }
2850
- var me = this.tryParsePluralOrSelectOptions(r, a, t, ce);
2851
- if (me.err)
2852
- return me;
2848
+ var de = this.tryParsePluralOrSelectOptions(r, a, t, ce);
2849
+ if (de.err)
2850
+ return de;
2853
2851
  var w = this.tryParseArgumentClose(n);
2854
2852
  if (w.err)
2855
2853
  return w;
@@ -2858,7 +2856,7 @@ var Qn = (
2858
2856
  val: {
2859
2857
  type: L.select,
2860
2858
  value: i,
2861
- options: kt(me.val),
2859
+ options: Rt(de.val),
2862
2860
  location: U
2863
2861
  },
2864
2862
  err: null
@@ -2866,7 +2864,7 @@ var Qn = (
2866
2864
  val: {
2867
2865
  type: L.plural,
2868
2866
  value: i,
2869
- options: kt(me.val),
2867
+ options: Rt(de.val),
2870
2868
  offset: G,
2871
2869
  pluralType: a === "plural" ? "cardinal" : "ordinal",
2872
2870
  location: U
@@ -2917,7 +2915,7 @@ var Qn = (
2917
2915
  }, e.prototype.parseNumberSkeletonFromString = function(r, t) {
2918
2916
  var i = [];
2919
2917
  try {
2920
- i = Cn(r);
2918
+ i = xn(r);
2921
2919
  } catch {
2922
2920
  return this.error(S.INVALID_NUMBER_SKELETON, t);
2923
2921
  }
@@ -2926,19 +2924,19 @@ var Qn = (
2926
2924
  type: sr.number,
2927
2925
  tokens: i,
2928
2926
  location: t,
2929
- parsedOptions: this.shouldParseSkeletons ? Bn(i) : {}
2927
+ parsedOptions: this.shouldParseSkeletons ? Hn(i) : {}
2930
2928
  },
2931
2929
  err: null
2932
2930
  };
2933
2931
  }, e.prototype.tryParsePluralOrSelectOptions = function(r, t, i, n) {
2934
2932
  for (var s, u = !1, a = [], f = /* @__PURE__ */ new Set(), c = n.value, h = n.location; ; ) {
2935
2933
  if (c.length === 0) {
2936
- var m = this.clonePosition();
2934
+ var d = this.clonePosition();
2937
2935
  if (t !== "select" && this.bumpIf("=")) {
2938
2936
  var g = this.tryParseDecimalInteger(S.EXPECT_PLURAL_ARGUMENT_SELECTOR, S.INVALID_PLURAL_ARGUMENT_SELECTOR);
2939
2937
  if (g.err)
2940
2938
  return g;
2941
- h = P(m, this.clonePosition()), c = this.message.slice(m.offset, this.offset());
2939
+ h = P(d, this.clonePosition()), c = this.message.slice(d.offset, this.offset());
2942
2940
  } else
2943
2941
  break;
2944
2942
  }
@@ -2974,7 +2972,7 @@ var Qn = (
2974
2972
  break;
2975
2973
  }
2976
2974
  var f = P(n, this.clonePosition());
2977
- return s ? (u *= i, jn(u) ? { val: u, err: null } : this.error(t, f)) : this.error(r, f);
2975
+ return s ? (u *= i, Gn(u) ? { val: u, err: null } : this.error(t, f)) : this.error(r, f);
2978
2976
  }, e.prototype.offset = function() {
2979
2977
  return this.position.offset;
2980
2978
  }, e.prototype.isEOF = function() {
@@ -2989,7 +2987,7 @@ var Qn = (
2989
2987
  var r = this.position.offset;
2990
2988
  if (r >= this.message.length)
2991
2989
  throw Error("out of bound");
2992
- var t = yi(this.message, r);
2990
+ var t = pi(this.message, r);
2993
2991
  if (t === void 0)
2994
2992
  throw Error("Offset ".concat(r, " is at invalid UTF-16 code unit boundary"));
2995
2993
  return t;
@@ -3008,7 +3006,7 @@ var Qn = (
3008
3006
  r === 10 ? (this.position.line += 1, this.position.column = 1, this.position.offset += 1) : (this.position.column += 1, this.position.offset += r < 65536 ? 1 : 2);
3009
3007
  }
3010
3008
  }, e.prototype.bumpIf = function(r) {
3011
- if (Ut(this.message, r, this.offset())) {
3009
+ if (Mt(this.message, r, this.offset())) {
3012
3010
  for (var t = 0; t < r.length; t++)
3013
3011
  this.bump();
3014
3012
  return !0;
@@ -3030,7 +3028,7 @@ var Qn = (
3030
3028
  break;
3031
3029
  }
3032
3030
  }, e.prototype.bumpSpace = function() {
3033
- for (; !this.isEOF() && vi(this.char()); )
3031
+ for (; !this.isEOF() && yi(this.char()); )
3034
3032
  this.bump();
3035
3033
  }, e.prototype.peek = function() {
3036
3034
  if (this.isEOF())
@@ -3043,30 +3041,30 @@ var Qn = (
3043
3041
  function yt(e) {
3044
3042
  return e >= 97 && e <= 122 || e >= 65 && e <= 90;
3045
3043
  }
3046
- function Xn(e) {
3044
+ function Qn(e) {
3047
3045
  return yt(e) || e === 47;
3048
3046
  }
3049
- function Zn(e) {
3047
+ function Xn(e) {
3050
3048
  return e === 45 || e === 46 || e >= 48 && e <= 57 || e === 95 || e >= 97 && e <= 122 || e >= 65 && e <= 90 || e == 183 || e >= 192 && e <= 214 || e >= 216 && e <= 246 || e >= 248 && e <= 893 || e >= 895 && e <= 8191 || e >= 8204 && e <= 8205 || e >= 8255 && e <= 8256 || e >= 8304 && e <= 8591 || e >= 11264 && e <= 12271 || e >= 12289 && e <= 55295 || e >= 63744 && e <= 64975 || e >= 65008 && e <= 65533 || e >= 65536 && e <= 983039;
3051
3049
  }
3052
- function vi(e) {
3050
+ function yi(e) {
3053
3051
  return e >= 9 && e <= 13 || e === 32 || e === 133 || e >= 8206 && e <= 8207 || e === 8232 || e === 8233;
3054
3052
  }
3055
- function Wn(e) {
3053
+ function Zn(e) {
3056
3054
  return e >= 33 && e <= 35 || e === 36 || e >= 37 && e <= 39 || e === 40 || e === 41 || e === 42 || e === 43 || e === 44 || e === 45 || e >= 46 && e <= 47 || e >= 58 && e <= 59 || e >= 60 && e <= 62 || e >= 63 && e <= 64 || e === 91 || e === 92 || e === 93 || e === 94 || e === 96 || e === 123 || e === 124 || e === 125 || e === 126 || e === 161 || e >= 162 && e <= 165 || e === 166 || e === 167 || e === 169 || e === 171 || e === 172 || e === 174 || e === 176 || e === 177 || e === 182 || e === 187 || e === 191 || e === 215 || e === 247 || e >= 8208 && e <= 8213 || e >= 8214 && e <= 8215 || e === 8216 || e === 8217 || e === 8218 || e >= 8219 && e <= 8220 || e === 8221 || e === 8222 || e === 8223 || e >= 8224 && e <= 8231 || e >= 8240 && e <= 8248 || e === 8249 || e === 8250 || e >= 8251 && e <= 8254 || e >= 8257 && e <= 8259 || e === 8260 || e === 8261 || e === 8262 || e >= 8263 && e <= 8273 || e === 8274 || e === 8275 || e >= 8277 && e <= 8286 || e >= 8592 && e <= 8596 || e >= 8597 && e <= 8601 || e >= 8602 && e <= 8603 || e >= 8604 && e <= 8607 || e === 8608 || e >= 8609 && e <= 8610 || e === 8611 || e >= 8612 && e <= 8613 || e === 8614 || e >= 8615 && e <= 8621 || e === 8622 || e >= 8623 && e <= 8653 || e >= 8654 && e <= 8655 || e >= 8656 && e <= 8657 || e === 8658 || e === 8659 || e === 8660 || e >= 8661 && e <= 8691 || e >= 8692 && e <= 8959 || e >= 8960 && e <= 8967 || e === 8968 || e === 8969 || e === 8970 || e === 8971 || e >= 8972 && e <= 8991 || e >= 8992 && e <= 8993 || e >= 8994 && e <= 9e3 || e === 9001 || e === 9002 || e >= 9003 && e <= 9083 || e === 9084 || e >= 9085 && e <= 9114 || e >= 9115 && e <= 9139 || e >= 9140 && e <= 9179 || e >= 9180 && e <= 9185 || e >= 9186 && e <= 9254 || e >= 9255 && e <= 9279 || e >= 9280 && e <= 9290 || e >= 9291 && e <= 9311 || e >= 9472 && e <= 9654 || e === 9655 || e >= 9656 && e <= 9664 || e === 9665 || e >= 9666 && e <= 9719 || e >= 9720 && e <= 9727 || e >= 9728 && e <= 9838 || e === 9839 || e >= 9840 && e <= 10087 || e === 10088 || e === 10089 || e === 10090 || e === 10091 || e === 10092 || e === 10093 || e === 10094 || e === 10095 || e === 10096 || e === 10097 || e === 10098 || e === 10099 || e === 10100 || e === 10101 || e >= 10132 && e <= 10175 || e >= 10176 && e <= 10180 || e === 10181 || e === 10182 || e >= 10183 && e <= 10213 || e === 10214 || e === 10215 || e === 10216 || e === 10217 || e === 10218 || e === 10219 || e === 10220 || e === 10221 || e === 10222 || e === 10223 || e >= 10224 && e <= 10239 || e >= 10240 && e <= 10495 || e >= 10496 && e <= 10626 || e === 10627 || e === 10628 || e === 10629 || e === 10630 || e === 10631 || e === 10632 || e === 10633 || e === 10634 || e === 10635 || e === 10636 || e === 10637 || e === 10638 || e === 10639 || e === 10640 || e === 10641 || e === 10642 || e === 10643 || e === 10644 || e === 10645 || e === 10646 || e === 10647 || e === 10648 || e >= 10649 && e <= 10711 || e === 10712 || e === 10713 || e === 10714 || e === 10715 || e >= 10716 && e <= 10747 || e === 10748 || e === 10749 || e >= 10750 && e <= 11007 || e >= 11008 && e <= 11055 || e >= 11056 && e <= 11076 || e >= 11077 && e <= 11078 || e >= 11079 && e <= 11084 || e >= 11085 && e <= 11123 || e >= 11124 && e <= 11125 || e >= 11126 && e <= 11157 || e === 11158 || e >= 11159 && e <= 11263 || e >= 11776 && e <= 11777 || e === 11778 || e === 11779 || e === 11780 || e === 11781 || e >= 11782 && e <= 11784 || e === 11785 || e === 11786 || e === 11787 || e === 11788 || e === 11789 || e >= 11790 && e <= 11798 || e === 11799 || e >= 11800 && e <= 11801 || e === 11802 || e === 11803 || e === 11804 || e === 11805 || e >= 11806 && e <= 11807 || e === 11808 || e === 11809 || e === 11810 || e === 11811 || e === 11812 || e === 11813 || e === 11814 || e === 11815 || e === 11816 || e === 11817 || e >= 11818 && e <= 11822 || e === 11823 || e >= 11824 && e <= 11833 || e >= 11834 && e <= 11835 || e >= 11836 && e <= 11839 || e === 11840 || e === 11841 || e === 11842 || e >= 11843 && e <= 11855 || e >= 11856 && e <= 11857 || e === 11858 || e >= 11859 && e <= 11903 || e >= 12289 && e <= 12291 || e === 12296 || e === 12297 || e === 12298 || e === 12299 || e === 12300 || e === 12301 || e === 12302 || e === 12303 || e === 12304 || e === 12305 || e >= 12306 && e <= 12307 || e === 12308 || e === 12309 || e === 12310 || e === 12311 || e === 12312 || e === 12313 || e === 12314 || e === 12315 || e === 12316 || e === 12317 || e >= 12318 && e <= 12319 || e === 12320 || e === 12336 || e === 64830 || e === 64831 || e >= 65093 && e <= 65094;
3057
3055
  }
3058
3056
  function Et(e) {
3059
3057
  e.forEach(function(r) {
3060
- if (delete r.location, ci(r) || hi(r))
3058
+ if (delete r.location, li(r) || ui(r))
3061
3059
  for (var t in r.options)
3062
3060
  delete r.options[t].location, Et(r.options[t].value);
3063
3061
  else
3064
- ai(r) && di(r.style) || (li(r) || ui(r)) && mt(r.style) ? delete r.style.location : fi(r) && Et(r.children);
3062
+ si(r) && hi(r.style) || (oi(r) || ai(r)) && dt(r.style) ? delete r.style.location : ci(r) && Et(r.children);
3065
3063
  });
3066
3064
  }
3067
- function qn(e, r) {
3065
+ function Wn(e, r) {
3068
3066
  r === void 0 && (r = {}), r = T({ shouldParseSkeletons: !0, requiresOtherClause: !0 }, r);
3069
- var t = new Qn(e, r).parse();
3067
+ var t = new zn(e, r).parse();
3070
3068
  if (t.err) {
3071
3069
  var i = SyntaxError(S[t.err.kind]);
3072
3070
  throw i.location = t.err.location, i.originalMessage = t.err.message, i;
@@ -3089,7 +3087,7 @@ var Kr = (
3089
3087
  return "[formatjs Error: ".concat(this.code, "] ").concat(this.message);
3090
3088
  }, r;
3091
3089
  }(Error)
3092
- ), Dt = (
3090
+ ), kt = (
3093
3091
  /** @class */
3094
3092
  function(e) {
3095
3093
  Yr(r, e);
@@ -3098,7 +3096,7 @@ var Kr = (
3098
3096
  }
3099
3097
  return r;
3100
3098
  }(Kr)
3101
- ), Jn = (
3099
+ ), qn = (
3102
3100
  /** @class */
3103
3101
  function(e) {
3104
3102
  Yr(r, e);
@@ -3107,7 +3105,7 @@ var Kr = (
3107
3105
  }
3108
3106
  return r;
3109
3107
  }(Kr)
3110
- ), Yn = (
3108
+ ), Jn = (
3111
3109
  /** @class */
3112
3110
  function(e) {
3113
3111
  Yr(r, e);
@@ -3120,17 +3118,17 @@ var Kr = (
3120
3118
  (function(e) {
3121
3119
  e[e.literal = 0] = "literal", e[e.object = 1] = "object";
3122
3120
  })(z || (z = {}));
3123
- function Kn(e) {
3121
+ function Yn(e) {
3124
3122
  return e.length < 2 ? e : e.reduce(function(r, t) {
3125
3123
  var i = r[r.length - 1];
3126
3124
  return !i || i.type !== z.literal || t.type !== z.literal ? r.push(t) : i.value += t.value, r;
3127
3125
  }, []);
3128
3126
  }
3129
- function es(e) {
3127
+ function Kn(e) {
3130
3128
  return typeof e == "function";
3131
3129
  }
3132
3130
  function Xr(e, r, t, i, n, s, u) {
3133
- if (e.length === 1 && Ot(e[0]))
3131
+ if (e.length === 1 && It(e[0]))
3134
3132
  return [
3135
3133
  {
3136
3134
  type: z.literal,
@@ -3139,59 +3137,59 @@ function Xr(e, r, t, i, n, s, u) {
3139
3137
  ];
3140
3138
  for (var a = [], f = 0, c = e; f < c.length; f++) {
3141
3139
  var h = c[f];
3142
- if (Ot(h)) {
3140
+ if (It(h)) {
3143
3141
  a.push({
3144
3142
  type: z.literal,
3145
3143
  value: h.value
3146
3144
  });
3147
3145
  continue;
3148
3146
  }
3149
- if (_n(h)) {
3147
+ if (wn(h)) {
3150
3148
  typeof s == "number" && a.push({
3151
3149
  type: z.literal,
3152
3150
  value: t.getNumberFormat(r).format(s)
3153
3151
  });
3154
3152
  continue;
3155
3153
  }
3156
- var m = h.value;
3157
- if (!(n && m in n))
3158
- throw new Yn(m, u);
3159
- var g = n[m];
3160
- if (wn(h)) {
3154
+ var d = h.value;
3155
+ if (!(n && d in n))
3156
+ throw new Jn(d, u);
3157
+ var g = n[d];
3158
+ if (vn(h)) {
3161
3159
  (!g || typeof g == "string" || typeof g == "number") && (g = typeof g == "string" || typeof g == "number" ? String(g) : ""), a.push({
3162
3160
  type: typeof g == "string" ? z.literal : z.object,
3163
3161
  value: g
3164
3162
  });
3165
3163
  continue;
3166
3164
  }
3167
- if (li(h)) {
3168
- var b = typeof h.style == "string" ? i.date[h.style] : mt(h.style) ? h.style.parsedOptions : void 0;
3165
+ if (oi(h)) {
3166
+ var b = typeof h.style == "string" ? i.date[h.style] : dt(h.style) ? h.style.parsedOptions : void 0;
3169
3167
  a.push({
3170
3168
  type: z.literal,
3171
3169
  value: t.getDateTimeFormat(r, b).format(g)
3172
3170
  });
3173
3171
  continue;
3174
3172
  }
3175
- if (ui(h)) {
3176
- var b = typeof h.style == "string" ? i.time[h.style] : mt(h.style) ? h.style.parsedOptions : i.time.medium;
3173
+ if (ai(h)) {
3174
+ var b = typeof h.style == "string" ? i.time[h.style] : dt(h.style) ? h.style.parsedOptions : i.time.medium;
3177
3175
  a.push({
3178
3176
  type: z.literal,
3179
3177
  value: t.getDateTimeFormat(r, b).format(g)
3180
3178
  });
3181
3179
  continue;
3182
3180
  }
3183
- if (ai(h)) {
3184
- var b = typeof h.style == "string" ? i.number[h.style] : di(h.style) ? h.style.parsedOptions : void 0;
3181
+ if (si(h)) {
3182
+ var b = typeof h.style == "string" ? i.number[h.style] : hi(h.style) ? h.style.parsedOptions : void 0;
3185
3183
  b && b.scale && (g = g * (b.scale || 1)), a.push({
3186
3184
  type: z.literal,
3187
3185
  value: t.getNumberFormat(r, b).format(g)
3188
3186
  });
3189
3187
  continue;
3190
3188
  }
3191
- if (fi(h)) {
3189
+ if (ci(h)) {
3192
3190
  var w = h.children, y = h.value, A = n[y];
3193
- if (!es(A))
3194
- throw new Jn(y, "function", u);
3191
+ if (!Kn(A))
3192
+ throw new qn(y, "function", u);
3195
3193
  var O = Xr(w, r, t, i, n, s), M = A(O.map(function(G) {
3196
3194
  return G.value;
3197
3195
  }));
@@ -3202,14 +3200,14 @@ function Xr(e, r, t, i, n, s, u) {
3202
3200
  };
3203
3201
  }));
3204
3202
  }
3205
- if (ci(h)) {
3203
+ if (li(h)) {
3206
3204
  var R = h.options[g] || h.options.other;
3207
3205
  if (!R)
3208
- throw new Dt(h.value, g, Object.keys(h.options), u);
3206
+ throw new kt(h.value, g, Object.keys(h.options), u);
3209
3207
  a.push.apply(a, Xr(R.value, r, t, i, n));
3210
3208
  continue;
3211
3209
  }
3212
- if (hi(h)) {
3210
+ if (ui(h)) {
3213
3211
  var R = h.options["=".concat(g)];
3214
3212
  if (!R) {
3215
3213
  if (!Intl.PluralRules)
@@ -3220,21 +3218,21 @@ Try polyfilling it using "@formatjs/intl-pluralrules"
3220
3218
  R = h.options[ce] || h.options.other;
3221
3219
  }
3222
3220
  if (!R)
3223
- throw new Dt(h.value, g, Object.keys(h.options), u);
3221
+ throw new kt(h.value, g, Object.keys(h.options), u);
3224
3222
  a.push.apply(a, Xr(R.value, r, t, i, n, g - (h.offset || 0)));
3225
3223
  continue;
3226
3224
  }
3227
3225
  }
3228
- return Kn(a);
3226
+ return Yn(a);
3229
3227
  }
3230
- function rs(e, r) {
3228
+ function es(e, r) {
3231
3229
  return r ? T(T(T({}, e || {}), r || {}), Object.keys(e).reduce(function(t, i) {
3232
3230
  return t[i] = T(T({}, e[i]), r[i] || {}), t;
3233
3231
  }, {})) : e;
3234
3232
  }
3235
- function ts(e, r) {
3233
+ function rs(e, r) {
3236
3234
  return r ? Object.keys(e).reduce(function(t, i) {
3237
- return t[i] = rs(e[i], r[i]), t;
3235
+ return t[i] = es(e[i], r[i]), t;
3238
3236
  }, T({}, e)) : e;
3239
3237
  }
3240
3238
  function ut(e) {
@@ -3251,7 +3249,7 @@ function ut(e) {
3251
3249
  }
3252
3250
  };
3253
3251
  }
3254
- function is(e) {
3252
+ function ts(e) {
3255
3253
  return e === void 0 && (e = {
3256
3254
  number: {},
3257
3255
  dateTime: {},
@@ -3283,7 +3281,7 @@ function is(e) {
3283
3281
  })
3284
3282
  };
3285
3283
  }
3286
- var ns = (
3284
+ var is = (
3287
3285
  /** @class */
3288
3286
  function() {
3289
3287
  function e(r, t, i, n) {
@@ -3297,8 +3295,8 @@ var ns = (
3297
3295
  var c = s.formatToParts(f);
3298
3296
  if (c.length === 1)
3299
3297
  return c[0].value;
3300
- var h = c.reduce(function(m, g) {
3301
- return !m.length || g.type !== z.literal || typeof m[m.length - 1] != "string" ? m.push(g.value) : m[m.length - 1] += g.value, m;
3298
+ var h = c.reduce(function(d, g) {
3299
+ return !d.length || g.type !== z.literal || typeof d[d.length - 1] != "string" ? d.push(g.value) : d[d.length - 1] += g.value, d;
3302
3300
  }, []);
3303
3301
  return h.length <= 1 ? h[0] || "" : h;
3304
3302
  }, this.formatToParts = function(f) {
@@ -3315,13 +3313,13 @@ var ns = (
3315
3313
  throw new TypeError("IntlMessageFormat.__parse must be set to process `message` of type `string`");
3316
3314
  var u = n || {};
3317
3315
  u.formatters;
3318
- var a = mn(u, ["formatters"]);
3316
+ var a = fn(u, ["formatters"]);
3319
3317
  this.ast = e.__parse(r, T(T({}, a), { locale: this.resolvedLocale }));
3320
3318
  } else
3321
3319
  this.ast = r;
3322
3320
  if (!Array.isArray(this.ast))
3323
3321
  throw new TypeError("A message must be provided as a String or AST.");
3324
- this.formats = ts(e.formats, i), this.formatters = n && n.formatters || is(this.formatterCache);
3322
+ this.formats = rs(e.formats, i), this.formatters = n && n.formatters || ts(this.formatterCache);
3325
3323
  }
3326
3324
  return Object.defineProperty(e, "defaultLocale", {
3327
3325
  get: function() {
@@ -3334,7 +3332,7 @@ var ns = (
3334
3332
  var t = Intl.NumberFormat.supportedLocalesOf(r);
3335
3333
  return t.length > 0 ? new Intl.Locale(t[0]) : new Intl.Locale(typeof r == "string" ? r : r[0]);
3336
3334
  }
3337
- }, e.__parse = qn, e.formats = {
3335
+ }, e.__parse = Wn, e.formats = {
3338
3336
  number: {
3339
3337
  integer: {
3340
3338
  maximumFractionDigits: 0
@@ -3395,7 +3393,7 @@ var ns = (
3395
3393
  }, e;
3396
3394
  }()
3397
3395
  );
3398
- function ss(e, r) {
3396
+ function ns(e, r) {
3399
3397
  if (r == null)
3400
3398
  return;
3401
3399
  if (r in e)
@@ -3416,60 +3414,60 @@ function ss(e, r) {
3416
3414
  i = void 0;
3417
3415
  return i;
3418
3416
  }
3419
- const Ne = {}, os = (e, r, t) => t && (r in Ne || (Ne[r] = {}), e in Ne[r] || (Ne[r][e] = t), t), wi = (e, r) => {
3417
+ const Ne = {}, ss = (e, r, t) => t && (r in Ne || (Ne[r] = {}), e in Ne[r] || (Ne[r][e] = t), t), Ei = (e, r) => {
3420
3418
  if (r == null)
3421
3419
  return;
3422
3420
  if (r in Ne && e in Ne[r])
3423
3421
  return Ne[r][e];
3424
3422
  const t = et(r);
3425
3423
  for (let i = 0; i < t.length; i++) {
3426
- const n = t[i], s = ls(n, e);
3424
+ const n = t[i], s = as(n, e);
3427
3425
  if (s)
3428
- return os(e, r, s);
3426
+ return ss(e, r, s);
3429
3427
  }
3430
3428
  };
3431
- let xt;
3429
+ let St;
3432
3430
  const Cr = Jr({});
3433
- function as(e) {
3434
- return xt[e] || null;
3431
+ function os(e) {
3432
+ return St[e] || null;
3435
3433
  }
3436
- function _i(e) {
3437
- return e in xt;
3434
+ function vi(e) {
3435
+ return e in St;
3438
3436
  }
3439
- function ls(e, r) {
3440
- if (!_i(e))
3437
+ function as(e, r) {
3438
+ if (!vi(e))
3441
3439
  return null;
3442
- const t = as(e);
3443
- return ss(t, r);
3440
+ const t = os(e);
3441
+ return ns(t, r);
3444
3442
  }
3445
- function us(e) {
3443
+ function ls(e) {
3446
3444
  if (e == null)
3447
3445
  return;
3448
3446
  const r = et(e);
3449
3447
  for (let t = 0; t < r.length; t++) {
3450
3448
  const i = r[t];
3451
- if (_i(i))
3449
+ if (vi(i))
3452
3450
  return i;
3453
3451
  }
3454
3452
  }
3455
- function Si(e, ...r) {
3456
- delete Ne[e], Cr.update((t) => (t[e] = dn.all([t[e] || {}, ...r]), t));
3453
+ function wi(e, ...r) {
3454
+ delete Ne[e], Cr.update((t) => (t[e] = hn.all([t[e] || {}, ...r]), t));
3457
3455
  }
3458
3456
  ur(
3459
3457
  [Cr],
3460
3458
  ([e]) => Object.keys(e)
3461
3459
  );
3462
- Cr.subscribe((e) => xt = e);
3460
+ Cr.subscribe((e) => St = e);
3463
3461
  const Zr = {};
3464
- function cs(e, r) {
3462
+ function us(e, r) {
3465
3463
  Zr[e].delete(r), Zr[e].size === 0 && delete Zr[e];
3466
3464
  }
3467
- function Pi(e) {
3465
+ function _i(e) {
3468
3466
  return Zr[e];
3469
3467
  }
3470
- function hs(e) {
3468
+ function cs(e) {
3471
3469
  return et(e).map((r) => {
3472
- const t = Pi(r);
3470
+ const t = _i(r);
3473
3471
  return [r, t ? [...t] : []];
3474
3472
  }).filter(([, r]) => r.length > 0);
3475
3473
  }
@@ -3477,31 +3475,31 @@ function vt(e) {
3477
3475
  return e == null ? !1 : et(e).some(
3478
3476
  (r) => {
3479
3477
  var t;
3480
- return (t = Pi(r)) == null ? void 0 : t.size;
3478
+ return (t = _i(r)) == null ? void 0 : t.size;
3481
3479
  }
3482
3480
  );
3483
3481
  }
3484
- function fs(e, r) {
3482
+ function hs(e, r) {
3485
3483
  return Promise.all(
3486
- r.map((i) => (cs(e, i), i().then((n) => n.default || n)))
3487
- ).then((i) => Si(e, ...i));
3484
+ r.map((i) => (us(e, i), i().then((n) => n.default || n)))
3485
+ ).then((i) => wi(e, ...i));
3488
3486
  }
3489
3487
  const vr = {};
3490
- function xi(e) {
3488
+ function Si(e) {
3491
3489
  if (!vt(e))
3492
3490
  return e in vr ? vr[e] : Promise.resolve();
3493
- const r = hs(e);
3491
+ const r = cs(e);
3494
3492
  return vr[e] = Promise.all(
3495
3493
  r.map(
3496
- ([t, i]) => fs(t, i)
3494
+ ([t, i]) => hs(t, i)
3497
3495
  )
3498
3496
  ).then(() => {
3499
3497
  if (vt(e))
3500
- return xi(e);
3498
+ return Si(e);
3501
3499
  delete vr[e];
3502
3500
  }), vr[e];
3503
3501
  }
3504
- const ds = {
3502
+ const fs = {
3505
3503
  number: {
3506
3504
  scientific: { notation: "scientific" },
3507
3505
  engineering: { notation: "engineering" },
@@ -3533,31 +3531,31 @@ const ds = {
3533
3531
  }, ms = {
3534
3532
  fallbackLocale: null,
3535
3533
  loadingDelay: 200,
3536
- formats: ds,
3534
+ formats: fs,
3537
3535
  warnOnMissingMessages: !0,
3538
3536
  handleMissingMessage: void 0,
3539
3537
  ignoreTag: !0
3540
- }, gs = ms;
3538
+ }, ds = ms;
3541
3539
  function ar() {
3542
- return gs;
3540
+ return ds;
3543
3541
  }
3544
3542
  const ct = Jr(!1);
3545
- var ps = Object.defineProperty, bs = Object.defineProperties, ys = Object.getOwnPropertyDescriptors, Gt = Object.getOwnPropertySymbols, Es = Object.prototype.hasOwnProperty, vs = Object.prototype.propertyIsEnumerable, jt = (e, r, t) => r in e ? ps(e, r, { enumerable: !0, configurable: !0, writable: !0, value: t }) : e[r] = t, ws = (e, r) => {
3543
+ var gs = Object.defineProperty, ps = Object.defineProperties, bs = Object.getOwnPropertyDescriptors, Ft = Object.getOwnPropertySymbols, ys = Object.prototype.hasOwnProperty, Es = Object.prototype.propertyIsEnumerable, Dt = (e, r, t) => r in e ? gs(e, r, { enumerable: !0, configurable: !0, writable: !0, value: t }) : e[r] = t, vs = (e, r) => {
3546
3544
  for (var t in r || (r = {}))
3547
- Es.call(r, t) && jt(e, t, r[t]);
3548
- if (Gt)
3549
- for (var t of Gt(r))
3550
- vs.call(r, t) && jt(e, t, r[t]);
3545
+ ys.call(r, t) && Dt(e, t, r[t]);
3546
+ if (Ft)
3547
+ for (var t of Ft(r))
3548
+ Es.call(r, t) && Dt(e, t, r[t]);
3551
3549
  return e;
3552
- }, _s = (e, r) => bs(e, ys(r));
3550
+ }, ws = (e, r) => ps(e, bs(r));
3553
3551
  let wt;
3554
3552
  const Wr = Jr(null);
3555
- function Vt(e) {
3553
+ function Gt(e) {
3556
3554
  return e.split("-").map((r, t, i) => i.slice(0, t + 1).join("-")).reverse();
3557
3555
  }
3558
3556
  function et(e, r = ar().fallbackLocale) {
3559
- const t = Vt(e);
3560
- return r ? [.../* @__PURE__ */ new Set([...t, ...Vt(r)])] : t;
3557
+ const t = Gt(e);
3558
+ return r ? [.../* @__PURE__ */ new Set([...t, ...Gt(r)])] : t;
3561
3559
  }
3562
3560
  function Fe() {
3563
3561
  return wt ?? void 0;
@@ -3565,22 +3563,22 @@ function Fe() {
3565
3563
  Wr.subscribe((e) => {
3566
3564
  wt = e ?? void 0, typeof window < "u" && e != null && document.documentElement.setAttribute("lang", e);
3567
3565
  });
3568
- const Ss = (e) => {
3569
- if (e && us(e) && vt(e)) {
3566
+ const _s = (e) => {
3567
+ if (e && ls(e) && vt(e)) {
3570
3568
  const { loadingDelay: r } = ar();
3571
3569
  let t;
3572
3570
  return typeof window < "u" && Fe() != null && r ? t = window.setTimeout(
3573
3571
  () => ct.set(!0),
3574
3572
  r
3575
- ) : ct.set(!0), xi(e).then(() => {
3573
+ ) : ct.set(!0), Si(e).then(() => {
3576
3574
  Wr.set(e);
3577
3575
  }).finally(() => {
3578
3576
  clearTimeout(t), ct.set(!1);
3579
3577
  });
3580
3578
  }
3581
3579
  return Wr.set(e);
3582
- }, cr = _s(ws({}, Wr), {
3583
- set: Ss
3580
+ }, cr = ws(vs({}, Wr), {
3581
+ set: _s
3584
3582
  }), rt = (e) => {
3585
3583
  const r = /* @__PURE__ */ Object.create(null);
3586
3584
  return (i) => {
@@ -3588,20 +3586,20 @@ const Ss = (e) => {
3588
3586
  return n in r ? r[n] : r[n] = e(i);
3589
3587
  };
3590
3588
  };
3591
- var Ps = Object.defineProperty, qr = Object.getOwnPropertySymbols, Ci = Object.prototype.hasOwnProperty, Ai = Object.prototype.propertyIsEnumerable, $t = (e, r, t) => r in e ? Ps(e, r, { enumerable: !0, configurable: !0, writable: !0, value: t }) : e[r] = t, Ct = (e, r) => {
3589
+ var Ss = Object.defineProperty, qr = Object.getOwnPropertySymbols, Pi = Object.prototype.hasOwnProperty, xi = Object.prototype.propertyIsEnumerable, jt = (e, r, t) => r in e ? Ss(e, r, { enumerable: !0, configurable: !0, writable: !0, value: t }) : e[r] = t, Pt = (e, r) => {
3592
3590
  for (var t in r || (r = {}))
3593
- Ci.call(r, t) && $t(e, t, r[t]);
3591
+ Pi.call(r, t) && jt(e, t, r[t]);
3594
3592
  if (qr)
3595
3593
  for (var t of qr(r))
3596
- Ai.call(r, t) && $t(e, t, r[t]);
3594
+ xi.call(r, t) && jt(e, t, r[t]);
3597
3595
  return e;
3598
3596
  }, hr = (e, r) => {
3599
3597
  var t = {};
3600
3598
  for (var i in e)
3601
- Ci.call(e, i) && r.indexOf(i) < 0 && (t[i] = e[i]);
3599
+ Pi.call(e, i) && r.indexOf(i) < 0 && (t[i] = e[i]);
3602
3600
  if (e != null && qr)
3603
3601
  for (var i of qr(e))
3604
- r.indexOf(i) < 0 && Ai.call(e, i) && (t[i] = e[i]);
3602
+ r.indexOf(i) < 0 && xi.call(e, i) && (t[i] = e[i]);
3605
3603
  return t;
3606
3604
  };
3607
3605
  const xr = (e, r) => {
@@ -3609,21 +3607,21 @@ const xr = (e, r) => {
3609
3607
  if (e in t && r in t[e])
3610
3608
  return t[e][r];
3611
3609
  throw new Error(`[svelte-i18n] Unknown "${r}" ${e} format.`);
3612
- }, xs = rt(
3610
+ }, Ps = rt(
3613
3611
  (e) => {
3614
3612
  var r = e, { locale: t, format: i } = r, n = hr(r, ["locale", "format"]);
3615
3613
  if (t == null)
3616
3614
  throw new Error('[svelte-i18n] A "locale" must be set to format numbers');
3617
3615
  return i && (n = xr("number", i)), new Intl.NumberFormat(t, n);
3618
3616
  }
3619
- ), Cs = rt(
3617
+ ), xs = rt(
3620
3618
  (e) => {
3621
3619
  var r = e, { locale: t, format: i } = r, n = hr(r, ["locale", "format"]);
3622
3620
  if (t == null)
3623
3621
  throw new Error('[svelte-i18n] A "locale" must be set to format dates');
3624
3622
  return i ? n = xr("date", i) : Object.keys(n).length === 0 && (n = xr("date", "short")), new Intl.DateTimeFormat(t, n);
3625
3623
  }
3626
- ), As = rt(
3624
+ ), Cs = rt(
3627
3625
  (e) => {
3628
3626
  var r = e, { locale: t, format: i } = r, n = hr(r, ["locale", "format"]);
3629
3627
  if (t == null)
@@ -3632,33 +3630,33 @@ const xr = (e, r) => {
3632
3630
  );
3633
3631
  return i ? n = xr("time", i) : Object.keys(n).length === 0 && (n = xr("time", "short")), new Intl.DateTimeFormat(t, n);
3634
3632
  }
3635
- ), Ts = (e = {}) => {
3633
+ ), As = (e = {}) => {
3636
3634
  var r = e, {
3637
3635
  locale: t = Fe()
3638
3636
  } = r, i = hr(r, [
3639
3637
  "locale"
3640
3638
  ]);
3641
- return xs(Ct({ locale: t }, i));
3642
- }, Hs = (e = {}) => {
3639
+ return Ps(Pt({ locale: t }, i));
3640
+ }, Ts = (e = {}) => {
3643
3641
  var r = e, {
3644
3642
  locale: t = Fe()
3645
3643
  } = r, i = hr(r, [
3646
3644
  "locale"
3647
3645
  ]);
3648
- return Cs(Ct({ locale: t }, i));
3649
- }, Bs = (e = {}) => {
3646
+ return xs(Pt({ locale: t }, i));
3647
+ }, Hs = (e = {}) => {
3650
3648
  var r = e, {
3651
3649
  locale: t = Fe()
3652
3650
  } = r, i = hr(r, [
3653
3651
  "locale"
3654
3652
  ]);
3655
- return As(Ct({ locale: t }, i));
3656
- }, Is = rt(
3653
+ return Cs(Pt({ locale: t }, i));
3654
+ }, Bs = rt(
3657
3655
  // eslint-disable-next-line @typescript-eslint/no-non-null-assertion
3658
- (e, r = Fe()) => new ns(e, r, ar().formats, {
3656
+ (e, r = Fe()) => new is(e, r, ar().formats, {
3659
3657
  ignoreTag: ar().ignoreTag
3660
3658
  })
3661
- ), Ns = (e, r = {}) => {
3659
+ ), Is = (e, r = {}) => {
3662
3660
  var t, i, n, s;
3663
3661
  let u = r;
3664
3662
  typeof e == "object" && (u = e, e = u.id);
@@ -3671,7 +3669,7 @@ const xr = (e, r) => {
3671
3669
  throw new Error(
3672
3670
  "[svelte-i18n] Cannot format a message without first setting the initial locale."
3673
3671
  );
3674
- let h = wi(e, f);
3672
+ let h = Ei(e, f);
3675
3673
  if (!h)
3676
3674
  h = (s = (n = (i = (t = ar()).handleMissingMessage) == null ? void 0 : i.call(t, { locale: f, id: e, defaultValue: c })) != null ? n : c) != null ? s : e;
3677
3675
  else if (typeof h != "string")
@@ -3680,28 +3678,28 @@ const xr = (e, r) => {
3680
3678
  ), h;
3681
3679
  if (!a)
3682
3680
  return h;
3683
- let m = h;
3681
+ let d = h;
3684
3682
  try {
3685
- m = Is(h, f).format(a);
3683
+ d = Bs(h, f).format(a);
3686
3684
  } catch (g) {
3687
3685
  g instanceof Error && console.warn(
3688
3686
  `[svelte-i18n] Message "${e}" has syntax error:`,
3689
3687
  g.message
3690
3688
  );
3691
3689
  }
3692
- return m;
3693
- }, Os = (e, r) => Bs(r).format(e), Ls = (e, r) => Hs(r).format(e), Ms = (e, r) => Ts(r).format(e), Rs = (e, r = Fe()) => wi(e, r), Us = ur([cr, Cr], () => Ns);
3690
+ return d;
3691
+ }, Ns = (e, r) => Hs(r).format(e), Os = (e, r) => Ts(r).format(e), Ls = (e, r) => As(r).format(e), Ms = (e, r = Fe()) => Ei(e, r), Rs = ur([cr, Cr], () => Is);
3692
+ ur([cr], () => Ns);
3694
3693
  ur([cr], () => Os);
3695
3694
  ur([cr], () => Ls);
3696
- ur([cr], () => Ms);
3697
- ur([cr, Cr], () => Rs);
3698
- function zt(e, r) {
3699
- Si(e, r);
3695
+ ur([cr, Cr], () => Ms);
3696
+ function Vt(e, r) {
3697
+ wi(e, r);
3700
3698
  }
3701
- function ks(e) {
3699
+ function Us(e) {
3702
3700
  cr.set(e);
3703
3701
  }
3704
- const Qt = {
3702
+ const $t = {
3705
3703
  en: {
3706
3704
  registerTitle: "Create your account",
3707
3705
  registerSubtitle: "Already have an account?",
@@ -3956,13 +3954,13 @@ const Qt = {
3956
3954
  registerNext: "Next"
3957
3955
  }
3958
3956
  };
3959
- function Fs(e, r) {
3957
+ function ks(e, r) {
3960
3958
  if (e) {
3961
3959
  const t = document.createElement("style");
3962
3960
  t.innerHTML = r, e.appendChild(t);
3963
3961
  }
3964
3962
  }
3965
- function Ds(e, r) {
3963
+ function Fs(e, r) {
3966
3964
  const t = new URL(r);
3967
3965
  fetch(t.href).then((i) => i.text()).then((i) => {
3968
3966
  const n = document.createElement("style");
@@ -3971,7 +3969,7 @@ function Ds(e, r) {
3971
3969
  console.error("There was an error while trying to load client styling from URL", i);
3972
3970
  });
3973
3971
  }
3974
- function Gs(e, r, t) {
3972
+ function Ds(e, r, t) {
3975
3973
  if (window.emMessageBus) {
3976
3974
  const i = document.createElement("style");
3977
3975
  window.emMessageBus.subscribe(r, (n) => {
@@ -3979,10 +3977,10 @@ function Gs(e, r, t) {
3979
3977
  });
3980
3978
  }
3981
3979
  }
3982
- function js(e) {
3983
- Bi(e, "svelte-1nn3twh", "input,select{font-family:inherit}.RegisterFormTitle{font-size:var(--emw--font-size-large, 20px);text-transform:uppercase;font-weight:var(--emw--font-weight-light, 300);margin:0;padding-bottom:8px}.RegisterFormSubtitle{font-size:var(--emw--font-size-small, 14px);margin:0;padding-bottom:20px}.FormLoginCallToAction{color:var(--emw--registration-color-primary, var(--emw--color-primary, #22B04E));font-size:var(--emw--font-size-small, 14px);font-weight:var(--emw--font-weight-normal, 400);text-decoration:none;cursor:pointer}.EmailContainer,.UserContainer,.PasswordContainer,.ConfirmPasswordContainer,.PromoCodeContainer,.SecurityQuestionContainer,.SecurityAnswerContainer{color:var(--emw--registration-contrast, var(--emw--color-typography-cotrast, #444444));display:flex;flex-direction:column;padding-bottom:40px;position:relative}.EmailContainer label,.UserContainer label,.PasswordContainer label,.ConfirmPasswordContainer label,.PromoCodeContainer label,.SecurityQuestionContainer label,.SecurityAnswerContainer label{font-size:var(--emw--font-size-small, 14px);font-weight:var(--emw--font-weight-light, 300);padding-bottom:5px}.EmailContainer input,.UserContainer input,.PasswordContainer input,.ConfirmPasswordContainer input,.PromoCodeContainer input,.SecurityQuestionContainer input,.SecurityAnswerContainer input{width:100%;height:44px;border-radius:var(--emw--border-radius-medium, 15px);border:1px solid var(--emw--registration-contrast, var(--emw--color-typography-cotrast, #444444));box-sizing:border-box;padding:5px 15px;font-size:var(--emw--font-size-medium, 16px);line-height:18px}.EmailContainer input:focus,.UserContainer input:focus,.PasswordContainer input:focus,.ConfirmPasswordContainer input:focus,.PromoCodeContainer input:focus,.SecurityQuestionContainer input:focus,.SecurityAnswerContainer input:focus{border:2px solid var(--emw--registration-color-primary, var(--emw--color-primary, #22B04E));outline:none}.EmailContainer.InvalidField input,.UserContainer.InvalidField input,.PasswordContainer.InvalidField input,.ConfirmPasswordContainer.InvalidField input,.PromoCodeContainer.InvalidField input,.SecurityQuestionContainer.InvalidField input,.SecurityAnswerContainer.InvalidField input{border:1px solid var(--emw--color-error, #F5090A);background:var(--emw--color-pale, #FBECF4);color:var(--emw--registration-contrast, var(--emw--color-typography-cotrast, #444444))}.EmailContainer.Hidden,.UserContainer.Hidden,.PasswordContainer.Hidden,.ConfirmPasswordContainer.Hidden,.PromoCodeContainer.Hidden,.SecurityQuestionContainer.Hidden,.SecurityAnswerContainer.Hidden{display:none}.PasswordContainer,.ConfirmPasswordContainer{position:relative}.PasswordContainer input,.ConfirmPasswordContainer input{padding:5px 30px 5px 15px}.FormRequired{color:var(--emw--categories-color-secondary, var(--emw--color-secondary, #E1A749))}.TogglePasswordVisibility,.ToggleConfirmPasswordVisibility{height:13px;position:absolute;right:8px;bottom:55px}.TogglePasswordVisibility.InvalidToggle path,.TogglePasswordVisibility.InvalidToggle circle,.TogglePasswordVisibility.InvalidToggle rect,.ToggleConfirmPasswordVisibility.InvalidToggle path,.ToggleConfirmPasswordVisibility.InvalidToggle circle,.ToggleConfirmPasswordVisibility.InvalidToggle rect{fill:var(--emw--registration-color-primary, var(--emw--color-primary, #22B04E))}.TogglePasswordVisibility path,.TogglePasswordVisibility circle,.TogglePasswordVisibility rect,.ToggleConfirmPasswordVisibility path,.ToggleConfirmPasswordVisibility circle,.ToggleConfirmPasswordVisibility rect{fill:var(--emw--registration-contrast, var(--emw--color-typography-cotrast, #444444))}.InvalidInput{color:var(--emw--color-error, var(--emw--color-error, #ed0909));font-size:10px;position:absolute;padding-top:5px;top:55px;line-height:10px}.ErrorMessage{margin:0 0 15px 0;font-size:var(--emw--font-size-x-small, 12px);color:var(--emw--color-error, var(--emw--color-error, #ed0909))}.RegisterStepNext{background-image:linear-gradient(to bottom, color-mix(in srgb, var(--emw--color-primary, #22B04E) 80%, black 20%), var(--emw--color-primary, #22B04E), color-mix(in srgb, var(--emw--color-primary, #22B04E) 80%, white 30%));border:2px solid var(--emw--button-border-color, #0E5924);border-radius:var(--emw--button-border-radius, 50px);color:var(--emw--button-typography, var(--emw--button-text-color, #FFFFFF));width:100%;height:60px;padding:0;text-transform:uppercase;font-size:var(--emw--font-size-medium, 16px);cursor:pointer;margin-top:24px}.RegisterStepNext[disabled]{background:var(--emw--color-gray-100, #E6E6E6);border:1px solid var(--emw--color-gray-150, #828282);cursor:not-allowed}input::-ms-reveal,input::-ms-clear{display:none}");
3980
+ function Gs(e) {
3981
+ Ti(e, "svelte-1nn3twh", "input,select{font-family:inherit}.RegisterFormTitle{font-size:var(--emw--font-size-large, 20px);text-transform:uppercase;font-weight:var(--emw--font-weight-light, 300);margin:0;padding-bottom:8px}.RegisterFormSubtitle{font-size:var(--emw--font-size-small, 14px);margin:0;padding-bottom:20px}.FormLoginCallToAction{color:var(--emw--registration-color-primary, var(--emw--color-primary, #22B04E));font-size:var(--emw--font-size-small, 14px);font-weight:var(--emw--font-weight-normal, 400);text-decoration:none;cursor:pointer}.EmailContainer,.UserContainer,.PasswordContainer,.ConfirmPasswordContainer,.PromoCodeContainer,.SecurityQuestionContainer,.SecurityAnswerContainer{color:var(--emw--registration-contrast, var(--emw--color-typography-cotrast, #444444));display:flex;flex-direction:column;padding-bottom:40px;position:relative}.EmailContainer label,.UserContainer label,.PasswordContainer label,.ConfirmPasswordContainer label,.PromoCodeContainer label,.SecurityQuestionContainer label,.SecurityAnswerContainer label{font-size:var(--emw--font-size-small, 14px);font-weight:var(--emw--font-weight-light, 300);padding-bottom:5px}.EmailContainer input,.UserContainer input,.PasswordContainer input,.ConfirmPasswordContainer input,.PromoCodeContainer input,.SecurityQuestionContainer input,.SecurityAnswerContainer input{width:100%;height:44px;border-radius:var(--emw--border-radius-medium, 15px);border:1px solid var(--emw--registration-contrast, var(--emw--color-typography-cotrast, #444444));box-sizing:border-box;padding:5px 15px;font-size:var(--emw--font-size-medium, 16px);line-height:18px}.EmailContainer input:focus,.UserContainer input:focus,.PasswordContainer input:focus,.ConfirmPasswordContainer input:focus,.PromoCodeContainer input:focus,.SecurityQuestionContainer input:focus,.SecurityAnswerContainer input:focus{border:2px solid var(--emw--registration-color-primary, var(--emw--color-primary, #22B04E));outline:none}.EmailContainer.InvalidField input,.UserContainer.InvalidField input,.PasswordContainer.InvalidField input,.ConfirmPasswordContainer.InvalidField input,.PromoCodeContainer.InvalidField input,.SecurityQuestionContainer.InvalidField input,.SecurityAnswerContainer.InvalidField input{border:1px solid var(--emw--color-error, #F5090A);background:var(--emw--color-pale, #FBECF4);color:var(--emw--registration-contrast, var(--emw--color-typography-cotrast, #444444))}.EmailContainer.Hidden,.UserContainer.Hidden,.PasswordContainer.Hidden,.ConfirmPasswordContainer.Hidden,.PromoCodeContainer.Hidden,.SecurityQuestionContainer.Hidden,.SecurityAnswerContainer.Hidden{display:none}.PasswordContainer,.ConfirmPasswordContainer{position:relative}.PasswordContainer input,.ConfirmPasswordContainer input{padding:5px 30px 5px 15px}.FormRequired{color:var(--emw--categories-color-secondary, var(--emw--color-secondary, #E1A749))}.TogglePasswordVisibility,.ToggleConfirmPasswordVisibility{height:13px;position:absolute;right:8px;bottom:55px}.TogglePasswordVisibility.InvalidToggle path,.TogglePasswordVisibility.InvalidToggle circle,.TogglePasswordVisibility.InvalidToggle rect,.ToggleConfirmPasswordVisibility.InvalidToggle path,.ToggleConfirmPasswordVisibility.InvalidToggle circle,.ToggleConfirmPasswordVisibility.InvalidToggle rect{fill:var(--emw--registration-color-primary, var(--emw--color-primary, #22B04E))}.TogglePasswordVisibility path,.TogglePasswordVisibility circle,.TogglePasswordVisibility rect,.ToggleConfirmPasswordVisibility path,.ToggleConfirmPasswordVisibility circle,.ToggleConfirmPasswordVisibility rect{fill:var(--emw--registration-contrast, var(--emw--color-typography-cotrast, #444444))}.InvalidInput{color:var(--emw--color-error, var(--emw--color-error, #ed0909));font-size:10px;position:absolute;padding-top:5px;top:55px;line-height:10px}.ErrorMessage{margin:0 0 15px 0;font-size:var(--emw--font-size-x-small, 12px);color:var(--emw--color-error, var(--emw--color-error, #ed0909))}.RegisterStepNext{background-image:linear-gradient(to bottom, color-mix(in srgb, var(--emw--color-primary, #22B04E) 80%, black 20%), var(--emw--color-primary, #22B04E), color-mix(in srgb, var(--emw--color-primary, #22B04E) 80%, white 30%));border:2px solid var(--emw--button-border-color, #0E5924);border-radius:var(--emw--button-border-radius, 50px);color:var(--emw--button-typography, var(--emw--button-text-color, #FFFFFF));width:100%;height:60px;padding:0;text-transform:uppercase;font-size:var(--emw--font-size-medium, 16px);cursor:pointer;margin-top:24px}.RegisterStepNext[disabled]{background:var(--emw--color-gray-100, #E6E6E6);border:1px solid var(--emw--color-gray-150, #828282);cursor:not-allowed}input::-ms-reveal,input::-ms-clear{display:none}");
3984
3982
  }
3985
- function Xt(e) {
3983
+ function zt(e) {
3986
3984
  let r, t = (
3987
3985
  /*$_*/
3988
3986
  e[30]("registerEmailError") + ""
@@ -4004,7 +4002,7 @@ function Xt(e) {
4004
4002
  }
4005
4003
  };
4006
4004
  }
4007
- function Zt(e) {
4005
+ function Qt(e) {
4008
4006
  let r, t = (
4009
4007
  /*$_*/
4010
4008
  e[30]("registerUsernameError") + ""
@@ -4026,14 +4024,14 @@ function Zt(e) {
4026
4024
  }
4027
4025
  };
4028
4026
  }
4029
- function Vs(e) {
4027
+ function js(e) {
4030
4028
  let r, t, i, n, s, u, a, f, c;
4031
4029
  return {
4032
4030
  c() {
4033
4031
  r = _("svg"), t = _("defs"), i = _("style"), n = H(".a{fill:var(--emw--registration-typography, var(--emw--color-background, #07072A));}"), s = _("g"), u = _("path"), a = _("circle"), o(u, "class", "a"), o(u, "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"), o(u, "transform", "translate(0)"), o(a, "class", "a"), o(a, "cx", "2.779"), o(a, "cy", "2.779"), o(a, "r", "2.779"), o(a, "transform", "translate(20.827 30.303)"), o(s, "transform", "translate(-14.185 -27.832)"), o(r, "class", "TogglePasswordVisibility"), o(r, "xmlns", "http://www.w3.org/2000/svg"), o(r, "width", "18.843"), o(r, "height", "10.5"), o(r, "viewBox", "0 0 18.843 10.5");
4034
4032
  },
4035
- m(h, m) {
4036
- ue(h, r, m), l(r, t), l(t, i), l(i, n), l(r, s), l(s, u), l(s, a), f || (c = x(
4033
+ m(h, d) {
4034
+ ue(h, r, d), l(r, t), l(t, i), l(i, n), l(r, s), l(s, u), l(s, a), f || (c = x(
4037
4035
  r,
4038
4036
  "click",
4039
4037
  /*click_handler_2*/
@@ -4046,14 +4044,14 @@ function Vs(e) {
4046
4044
  }
4047
4045
  };
4048
4046
  }
4049
- function $s(e) {
4050
- let r, t, i, n, s, u, a, f, c, h, m, g, b, w, y;
4047
+ function Vs(e) {
4048
+ let r, t, i, n, s, u, a, f, c, h, d, g, b, w, y;
4051
4049
  return {
4052
4050
  c() {
4053
- r = _("svg"), t = _("defs"), i = _("style"), n = H(".a{fill:var(--emw--registration-typography, var(--emw--color-background, #07072A));}"), s = _("g"), u = _("circle"), a = _("g"), f = _("path"), c = _("path"), h = _("g"), m = _("path"), g = _("path"), b = _("rect"), o(u, "class", "a"), o(u, "cx", "0.05"), o(u, "cy", "0.05"), o(u, "r", "0.05"), o(u, "transform", "translate(121.017 31.148)"), o(f, "class", "a"), o(f, "d", "M147.413,43.174a2.774,2.774,0,0,0-3.229-3.943Z"), o(f, "transform", "translate(-142.164 -39.123)"), o(c, "class", "a"), o(c, "d", "M137.031,43.1a2.778,2.778,0,0,0,3.447,4.209Z"), o(c, "transform", "translate(-136.413 -42.068)"), o(a, "transform", "translate(117.499 27.37)"), o(m, "class", "a"), o(m, "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"), o(m, "transform", "translate(-110.856 -33.157)"), o(g, "class", "a"), o(g, "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"), o(g, "transform", "translate(-130.743 -29.617)"), o(h, "transform", "translate(110.856 24.899)"), o(b, "class", "a"), o(b, "width", "0.972"), o(b, "height", "15.861"), o(b, "rx", "0.486"), o(b, "transform", "translate(114.827 23.858) rotate(-39.315)"), o(s, "transform", "translate(-110.856 -23.242)"), o(r, "class", "TogglePasswordVisibility"), o(r, "xmlns", "http://www.w3.org/2000/svg"), o(r, "width", "18.844"), o(r, "height", "12.887"), o(r, "viewBox", "0 0 18.844 12.887");
4051
+ r = _("svg"), t = _("defs"), i = _("style"), n = H(".a{fill:var(--emw--registration-typography, var(--emw--color-background, #07072A));}"), s = _("g"), u = _("circle"), a = _("g"), f = _("path"), c = _("path"), h = _("g"), d = _("path"), g = _("path"), b = _("rect"), o(u, "class", "a"), o(u, "cx", "0.05"), o(u, "cy", "0.05"), o(u, "r", "0.05"), o(u, "transform", "translate(121.017 31.148)"), o(f, "class", "a"), o(f, "d", "M147.413,43.174a2.774,2.774,0,0,0-3.229-3.943Z"), o(f, "transform", "translate(-142.164 -39.123)"), o(c, "class", "a"), o(c, "d", "M137.031,43.1a2.778,2.778,0,0,0,3.447,4.209Z"), o(c, "transform", "translate(-136.413 -42.068)"), o(a, "transform", "translate(117.499 27.37)"), o(d, "class", "a"), o(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"), o(d, "transform", "translate(-110.856 -33.157)"), o(g, "class", "a"), o(g, "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"), o(g, "transform", "translate(-130.743 -29.617)"), o(h, "transform", "translate(110.856 24.899)"), o(b, "class", "a"), o(b, "width", "0.972"), o(b, "height", "15.861"), o(b, "rx", "0.486"), o(b, "transform", "translate(114.827 23.858) rotate(-39.315)"), o(s, "transform", "translate(-110.856 -23.242)"), o(r, "class", "TogglePasswordVisibility"), o(r, "xmlns", "http://www.w3.org/2000/svg"), o(r, "width", "18.844"), o(r, "height", "12.887"), o(r, "viewBox", "0 0 18.844 12.887");
4054
4052
  },
4055
4053
  m(A, O) {
4056
- ue(A, r, O), l(r, t), l(t, i), l(i, n), l(r, s), l(s, u), l(s, a), l(a, f), l(a, c), l(s, h), l(h, m), l(h, g), l(s, b), w || (y = x(
4054
+ ue(A, r, O), l(r, t), l(t, i), l(i, n), l(r, s), l(s, u), l(s, a), l(a, f), l(a, c), l(s, h), l(h, d), l(h, g), l(s, b), w || (y = x(
4057
4055
  r,
4058
4056
  "click",
4059
4057
  /*click_handler_1*/
@@ -4066,7 +4064,7 @@ function $s(e) {
4066
4064
  }
4067
4065
  };
4068
4066
  }
4069
- function Wt(e) {
4067
+ function Xt(e) {
4070
4068
  let r, t = (
4071
4069
  /*$_*/
4072
4070
  e[30]("registerPasswordError") + ""
@@ -4088,7 +4086,7 @@ function Wt(e) {
4088
4086
  }
4089
4087
  };
4090
4088
  }
4091
- function qt(e) {
4089
+ function Zt(e) {
4092
4090
  let r, t = (
4093
4091
  /*$_*/
4094
4092
  e[30]("registerSimplePasswordError") + ""
@@ -4110,14 +4108,14 @@ function qt(e) {
4110
4108
  }
4111
4109
  };
4112
4110
  }
4113
- function zs(e) {
4111
+ function $s(e) {
4114
4112
  let r, t, i, n, s, u, a, f, c;
4115
4113
  return {
4116
4114
  c() {
4117
4115
  r = _("svg"), t = _("defs"), i = _("style"), n = H(".a{fill:var(--emw--registration-typography, var(--emw--color-background, #07072A));}"), s = _("g"), u = _("path"), a = _("circle"), o(u, "class", "a"), o(u, "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"), o(u, "transform", "translate(0)"), o(a, "class", "a"), o(a, "cx", "2.779"), o(a, "cy", "2.779"), o(a, "r", "2.779"), o(a, "transform", "translate(20.827 30.303)"), o(s, "transform", "translate(-14.185 -27.832)"), o(r, "class", "ToggleConfirmPasswordVisibility"), o(r, "xmlns", "http://www.w3.org/2000/svg"), o(r, "width", "18.843"), o(r, "height", "10.5"), o(r, "viewBox", "0 0 18.843 10.5");
4118
4116
  },
4119
- m(h, m) {
4120
- ue(h, r, m), l(r, t), l(t, i), l(i, n), l(r, s), l(s, u), l(s, a), f || (c = x(
4117
+ m(h, d) {
4118
+ ue(h, r, d), l(r, t), l(t, i), l(i, n), l(r, s), l(s, u), l(s, a), f || (c = x(
4121
4119
  r,
4122
4120
  "click",
4123
4121
  /*click_handler_4*/
@@ -4130,14 +4128,14 @@ function zs(e) {
4130
4128
  }
4131
4129
  };
4132
4130
  }
4133
- function Qs(e) {
4134
- let r, t, i, n, s, u, a, f, c, h, m, g, b, w, y;
4131
+ function zs(e) {
4132
+ let r, t, i, n, s, u, a, f, c, h, d, g, b, w, y;
4135
4133
  return {
4136
4134
  c() {
4137
- r = _("svg"), t = _("defs"), i = _("style"), n = H(".a{fill:var(--emw--registration-typography, var(--emw--color-background, #07072A));}"), s = _("g"), u = _("circle"), a = _("g"), f = _("path"), c = _("path"), h = _("g"), m = _("path"), g = _("path"), b = _("rect"), o(u, "class", "a"), o(u, "cx", "0.05"), o(u, "cy", "0.05"), o(u, "r", "0.05"), o(u, "transform", "translate(121.017 31.148)"), o(f, "class", "a"), o(f, "d", "M147.413,43.174a2.774,2.774,0,0,0-3.229-3.943Z"), o(f, "transform", "translate(-142.164 -39.123)"), o(c, "class", "a"), o(c, "d", "M137.031,43.1a2.778,2.778,0,0,0,3.447,4.209Z"), o(c, "transform", "translate(-136.413 -42.068)"), o(a, "transform", "translate(117.499 27.37)"), o(m, "class", "a"), o(m, "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"), o(m, "transform", "translate(-110.856 -33.157)"), o(g, "class", "a"), o(g, "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"), o(g, "transform", "translate(-130.743 -29.617)"), o(h, "transform", "translate(110.856 24.899)"), o(b, "class", "a"), o(b, "width", "0.972"), o(b, "height", "15.861"), o(b, "rx", "0.486"), o(b, "transform", "translate(114.827 23.858) rotate(-39.315)"), o(s, "transform", "translate(-110.856 -23.242)"), o(r, "class", "ToggleConfirmPasswordVisibility"), o(r, "xmlns", "http://www.w3.org/2000/svg"), o(r, "width", "18.844"), o(r, "height", "12.887"), o(r, "viewBox", "0 0 18.844 12.887");
4135
+ r = _("svg"), t = _("defs"), i = _("style"), n = H(".a{fill:var(--emw--registration-typography, var(--emw--color-background, #07072A));}"), s = _("g"), u = _("circle"), a = _("g"), f = _("path"), c = _("path"), h = _("g"), d = _("path"), g = _("path"), b = _("rect"), o(u, "class", "a"), o(u, "cx", "0.05"), o(u, "cy", "0.05"), o(u, "r", "0.05"), o(u, "transform", "translate(121.017 31.148)"), o(f, "class", "a"), o(f, "d", "M147.413,43.174a2.774,2.774,0,0,0-3.229-3.943Z"), o(f, "transform", "translate(-142.164 -39.123)"), o(c, "class", "a"), o(c, "d", "M137.031,43.1a2.778,2.778,0,0,0,3.447,4.209Z"), o(c, "transform", "translate(-136.413 -42.068)"), o(a, "transform", "translate(117.499 27.37)"), o(d, "class", "a"), o(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"), o(d, "transform", "translate(-110.856 -33.157)"), o(g, "class", "a"), o(g, "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"), o(g, "transform", "translate(-130.743 -29.617)"), o(h, "transform", "translate(110.856 24.899)"), o(b, "class", "a"), o(b, "width", "0.972"), o(b, "height", "15.861"), o(b, "rx", "0.486"), o(b, "transform", "translate(114.827 23.858) rotate(-39.315)"), o(s, "transform", "translate(-110.856 -23.242)"), o(r, "class", "ToggleConfirmPasswordVisibility"), o(r, "xmlns", "http://www.w3.org/2000/svg"), o(r, "width", "18.844"), o(r, "height", "12.887"), o(r, "viewBox", "0 0 18.844 12.887");
4138
4136
  },
4139
4137
  m(A, O) {
4140
- ue(A, r, O), l(r, t), l(t, i), l(i, n), l(r, s), l(s, u), l(s, a), l(a, f), l(a, c), l(s, h), l(h, m), l(h, g), l(s, b), w || (y = x(
4138
+ ue(A, r, O), l(r, t), l(t, i), l(i, n), l(r, s), l(s, u), l(s, a), l(a, f), l(a, c), l(s, h), l(h, d), l(h, g), l(s, b), w || (y = x(
4141
4139
  r,
4142
4140
  "click",
4143
4141
  /*click_handler_3*/
@@ -4150,7 +4148,7 @@ function Qs(e) {
4150
4148
  }
4151
4149
  };
4152
4150
  }
4153
- function Jt(e) {
4151
+ function Wt(e) {
4154
4152
  let r, t = (
4155
4153
  /*$_*/
4156
4154
  e[30]("registerConfirmPasswordError") + ""
@@ -4172,7 +4170,7 @@ function Jt(e) {
4172
4170
  }
4173
4171
  };
4174
4172
  }
4175
- function Yt(e) {
4173
+ function qt(e) {
4176
4174
  let r, t = (
4177
4175
  /*custominputtextswitch*/
4178
4176
  (e[2] == "true" ? (
@@ -4206,7 +4204,7 @@ function Yt(e) {
4206
4204
  }
4207
4205
  };
4208
4206
  }
4209
- function Kt(e) {
4207
+ function Jt(e) {
4210
4208
  let r, t = (
4211
4209
  /*custominputtextswitch*/
4212
4210
  (e[2] == "true" ? (
@@ -4240,26 +4238,26 @@ function Kt(e) {
4240
4238
  }
4241
4239
  };
4242
4240
  }
4243
- function Xs(e) {
4241
+ function Qs(e) {
4244
4242
  let r, t, i, n = (
4245
4243
  /*$_*/
4246
4244
  e[30]("registerTitle") + ""
4247
4245
  ), s, u, a, f = (
4248
4246
  /*$_*/
4249
4247
  e[30]("registerSubtitle") + ""
4250
- ), c, h, m, g = (
4248
+ ), c, h, d, g = (
4251
4249
  /*$_*/
4252
4250
  e[30]("registerSubtitleLogin") + ""
4253
4251
  ), b, w, y, A, O, M = (
4254
4252
  /*$_*/
4255
4253
  e[30]("registerEmail") + ""
4256
- ), R, ce, G, me, U, De, Ce, Ge, k, X, he = (
4254
+ ), R, ce, G, de, U, De, Ce, Ge, k, X, he = (
4257
4255
  /*$_*/
4258
4256
  e[30]("registerUsername") + ""
4259
4257
  ), ge, ne, V, Ae, F, Pe, Te, ye, pe, C, Ee, Z = (
4260
4258
  /*$_*/
4261
4259
  e[30]("registerPassword") + ""
4262
- ), ve, Ar, Oe, Tr, B, Le, fr, dr, je, Me, Re, mr, j, xe, Ve = (
4260
+ ), ve, Ar, Oe, Tr, B, Le, fr, mr, je, Me, Re, dr, j, xe, Ve = (
4263
4261
  /*$_*/
4264
4262
  e[30]("registerConfirmPassword") + ""
4265
4263
  ), $e, Hr, He, gr, $, pr, ze, Ue, Br, we, ke, Qe = (
@@ -4274,7 +4272,7 @@ function Xs(e) {
4274
4272
  /*$_*/
4275
4273
  e[30]("registerSecurityQuestion")
4276
4274
  )) + ""
4277
- ), yr, Mr, We, Rr, oe, Ur, qe, kr, de, Ie, Je = (
4275
+ ), yr, Mr, We, Rr, oe, Ur, qe, kr, me, Ie, Je = (
4278
4276
  /*custominputtextswitch*/
4279
4277
  (e[2] == "true" ? (
4280
4278
  /*$_*/
@@ -4286,47 +4284,47 @@ function Xs(e) {
4286
4284
  ), Er, Fr, Ye, Dr, ae, Gr, Ke, p, N, le = (
4287
4285
  /*$_*/
4288
4286
  e[30]("registerNext") + ""
4289
- ), tt, jr, it, At, W = (
4287
+ ), tt, jr, it, xt, W = (
4290
4288
  /*invalidEmail*/
4291
- e[4] && Xt(e)
4289
+ e[4] && zt(e)
4292
4290
  ), q = (
4293
4291
  /*invalidName*/
4294
- e[5] && Zt(e)
4292
+ e[5] && Qt(e)
4295
4293
  );
4296
- function Tt(d, v) {
4294
+ function Ct(m, v) {
4297
4295
  return (
4298
4296
  /*isPasswordVisible*/
4299
- d[25] ? $s : Vs
4297
+ m[25] ? Vs : js
4300
4298
  );
4301
4299
  }
4302
- let Vr = Tt(e), _e = Vr(e), J = (
4300
+ let Vr = Ct(e), _e = Vr(e), J = (
4303
4301
  /*invalidPassword*/
4304
4302
  e[6] && /*simplepasswordvalidation*/
4305
- e[0] !== "true" && Wt(e)
4303
+ e[0] !== "true" && Xt(e)
4306
4304
  ), Y = (
4307
4305
  /*invalidPassword*/
4308
4306
  e[6] && /*simplepasswordvalidation*/
4309
- e[0] === "true" && qt(e)
4307
+ e[0] === "true" && Zt(e)
4310
4308
  );
4311
- function Ht(d, v) {
4309
+ function At(m, v) {
4312
4310
  return (
4313
4311
  /*isConfirmPasswordVisible*/
4314
- d[26] ? Qs : zs
4312
+ m[26] ? zs : $s
4315
4313
  );
4316
4314
  }
4317
- let $r = Ht(e), Se = $r(e), K = (
4315
+ let $r = At(e), Se = $r(e), K = (
4318
4316
  /*invalidConfirmPassword*/
4319
- e[7] && Jt(e)
4317
+ e[7] && Wt(e)
4320
4318
  ), ee = (
4321
4319
  /*invalidSecurityQuestion*/
4322
- e[8] && Yt(e)
4320
+ e[8] && qt(e)
4323
4321
  ), re = (
4324
4322
  /*invalidSecurityAnswer*/
4325
- e[9] && Kt(e)
4323
+ e[9] && Jt(e)
4326
4324
  );
4327
4325
  return {
4328
4326
  c() {
4329
- r = E("div"), t = E("div"), i = E("h2"), s = H(n), u = I(), a = E("p"), c = H(f), h = I(), m = E("span"), b = H(g), w = I(), y = E("form"), A = E("div"), O = E("label"), R = H(M), ce = H(":"), G = E("span"), G.textContent = "*", me = I(), U = E("input"), De = I(), W && W.c(), Ge = I(), k = E("div"), X = E("label"), ge = H(he), ne = H(":"), V = E("span"), V.textContent = "*", Ae = I(), F = E("input"), Te = I(), q && q.c(), pe = I(), C = E("div"), Ee = E("label"), ve = H(Z), Ar = H(":"), Oe = E("span"), Oe.textContent = "*", Tr = I(), B = E("input"), fr = I(), _e.c(), dr = I(), J && J.c(), je = I(), Y && Y.c(), mr = I(), j = E("div"), xe = E("label"), $e = H(Ve), Hr = H(":"), He = E("span"), He.textContent = "*", gr = I(), $ = E("input"), pr = I(), Se.c(), ze = I(), K && K.c(), Br = I(), we = E("div"), ke = E("label"), br = H(Qe), Ir = H(":"), Nr = I(), se = E("input"), Or = I(), Lr = I(), fe = E("div"), Be = E("label"), yr = H(Ze), Mr = H(":"), We = E("span"), We.textContent = "*", Rr = I(), oe = E("input"), Ur = I(), ee && ee.c(), kr = I(), de = E("div"), Ie = E("label"), Er = H(Je), Fr = H(":"), Ye = E("span"), Ye.textContent = "*", Dr = I(), ae = E("input"), Gr = I(), re && re.c(), p = I(), N = E("button"), tt = H(le), o(i, "class", "RegisterFormTitle"), o(m, "class", "FormLoginCallToAction"), o(a, "class", "RegisterFormSubtitle"), o(t, "class", "RegisterFormHeader"), o(G, "class", "FormRequired"), o(O, "for", "Email"), o(U, "type", "text"), o(U, "id", "Email"), o(A, "class", Ce = "EmailContainer " + /*invalidEmail*/
4327
+ r = E("div"), t = E("div"), i = E("h2"), s = H(n), u = I(), a = E("p"), c = H(f), h = I(), d = E("span"), b = H(g), w = I(), y = E("form"), A = E("div"), O = E("label"), R = H(M), ce = H(":"), G = E("span"), G.textContent = "*", de = I(), U = E("input"), De = I(), W && W.c(), Ge = I(), k = E("div"), X = E("label"), ge = H(he), ne = H(":"), V = E("span"), V.textContent = "*", Ae = I(), F = E("input"), Te = I(), q && q.c(), pe = I(), C = E("div"), Ee = E("label"), ve = H(Z), Ar = H(":"), Oe = E("span"), Oe.textContent = "*", Tr = I(), B = E("input"), fr = I(), _e.c(), mr = I(), J && J.c(), je = I(), Y && Y.c(), dr = I(), j = E("div"), xe = E("label"), $e = H(Ve), Hr = H(":"), He = E("span"), He.textContent = "*", gr = I(), $ = E("input"), pr = I(), Se.c(), ze = I(), K && K.c(), Br = I(), we = E("div"), ke = E("label"), br = H(Qe), Ir = H(":"), Nr = I(), se = E("input"), Or = I(), Lr = I(), fe = E("div"), Be = E("label"), yr = H(Ze), Mr = H(":"), We = E("span"), We.textContent = "*", Rr = I(), oe = E("input"), Ur = I(), ee && ee.c(), kr = I(), me = E("div"), Ie = E("label"), Er = H(Je), Fr = H(":"), Ye = E("span"), Ye.textContent = "*", Dr = I(), ae = E("input"), Gr = I(), re && re.c(), p = I(), N = E("button"), tt = H(le), o(i, "class", "RegisterFormTitle"), o(d, "class", "FormLoginCallToAction"), o(a, "class", "RegisterFormSubtitle"), o(t, "class", "RegisterFormHeader"), o(G, "class", "FormRequired"), o(O, "for", "Email"), o(U, "type", "text"), o(U, "id", "Email"), o(A, "class", Ce = "EmailContainer " + /*invalidEmail*/
4330
4328
  (e[4] && !/*emailFocus*/
4331
4329
  e[10] ? "InvalidField" : "") + /*disabledFieldsList*/
4332
4330
  (e[17]?.indexOf("email") >= 0 ? "Hidden" : "")), o(V, "class", "FormRequired"), o(X, "for", "UserName"), o(F, "type", "text"), o(F, "id", "UserName"), o(F, "autocomplete", Pe = /*savecredentials*/
@@ -4345,14 +4343,14 @@ function Xs(e) {
4345
4343
  (e[17]?.indexOf("promoCode") >= 0 ? "Hidden" : "")), o(We, "class", "FormRequired"), o(Be, "for", "SecurityQuestion"), o(oe, "type", "text"), o(oe, "id", "SecurityQuestion"), o(fe, "class", qe = "SecurityQuestionContainer " + /*invalidSecurityQuestion*/
4346
4344
  (e[8] && !/*securityQFocus*/
4347
4345
  e[14] ? "InvalidField" : "") + /*disabledFieldsList*/
4348
- (e[17]?.indexOf("securityQuestion") >= 0 ? "Hidden" : "")), o(Ye, "class", "FormRequired"), o(Ie, "for", "SecurityAnswer"), o(ae, "type", "text"), o(ae, "id", "SecurityAnswer"), o(de, "class", Ke = "SecurityAnswerContainer " + /*invalidSecurityAnswer*/
4346
+ (e[17]?.indexOf("securityQuestion") >= 0 ? "Hidden" : "")), o(Ye, "class", "FormRequired"), o(Ie, "for", "SecurityAnswer"), o(ae, "type", "text"), o(ae, "id", "SecurityAnswer"), o(me, "class", Ke = "SecurityAnswerContainer " + /*invalidSecurityAnswer*/
4349
4347
  (e[9] && !/*securityAFocus*/
4350
4348
  e[15] ? "InvalidField" : "") + /*disabledFieldsList*/
4351
4349
  (e[17]?.indexOf("securityAnswer") >= 0 ? "Hidden" : "")), o(N, "class", "RegisterStepNext"), N.disabled = jr = !/*isValid*/
4352
4350
  e[29], o(y, "class", "RegisterFormContent");
4353
4351
  },
4354
- m(d, v) {
4355
- ue(d, r, v), l(r, t), l(t, i), l(i, s), l(t, u), l(t, a), l(a, c), l(a, h), l(a, m), l(m, b), l(r, w), l(r, y), l(y, A), l(A, O), l(O, R), l(O, ce), l(O, G), l(A, me), l(A, U), te(
4352
+ m(m, v) {
4353
+ ue(m, r, v), l(r, t), l(t, i), l(i, s), l(t, u), l(t, a), l(a, c), l(a, h), l(a, d), l(d, b), l(r, w), l(r, y), l(y, A), l(A, O), l(O, R), l(O, ce), l(O, G), l(A, de), l(A, U), te(
4356
4354
  U,
4357
4355
  /*userEmail*/
4358
4356
  e[19]
@@ -4364,7 +4362,7 @@ function Xs(e) {
4364
4362
  B,
4365
4363
  /*userPassword*/
4366
4364
  e[20]
4367
- ), e[60](B), l(C, fr), _e.m(C, null), l(C, dr), J && J.m(C, null), l(C, je), Y && Y.m(C, null), l(y, mr), l(y, j), l(j, xe), l(xe, $e), l(xe, Hr), l(xe, He), l(j, gr), l(j, $), te(
4365
+ ), e[60](B), l(C, fr), _e.m(C, null), l(C, mr), J && J.m(C, null), l(C, je), Y && Y.m(C, null), l(y, dr), l(y, j), l(j, xe), l(xe, $e), l(xe, Hr), l(xe, He), l(j, gr), l(j, $), te(
4368
4366
  $,
4369
4367
  /*confirmUserPassword*/
4370
4368
  e[21]
@@ -4376,13 +4374,13 @@ function Xs(e) {
4376
4374
  oe,
4377
4375
  /*securityQuestion*/
4378
4376
  e[22]
4379
- ), l(fe, Ur), ee && ee.m(fe, null), l(y, kr), l(y, de), l(de, Ie), l(Ie, Er), l(Ie, Fr), l(Ie, Ye), l(de, Dr), l(de, ae), te(
4377
+ ), l(fe, Ur), ee && ee.m(fe, null), l(y, kr), l(y, me), l(me, Ie), l(Ie, Er), l(Ie, Fr), l(Ie, Ye), l(me, Dr), l(me, ae), te(
4380
4378
  ae,
4381
4379
  /*securityAnswer*/
4382
4380
  e[23]
4383
- ), l(de, Gr), re && re.m(de, null), l(y, p), l(y, N), l(N, tt), e[79](r), it || (At = [
4381
+ ), l(me, Gr), re && re.m(me, null), l(y, p), l(y, N), l(N, tt), e[79](r), it || (xt = [
4384
4382
  x(
4385
- m,
4383
+ d,
4386
4384
  "click",
4387
4385
  /*click_handler*/
4388
4386
  e[50]
@@ -4563,139 +4561,139 @@ function Xs(e) {
4563
4561
  )
4564
4562
  ], it = !0);
4565
4563
  },
4566
- p(d, v) {
4564
+ p(m, v) {
4567
4565
  v[0] & /*$_*/
4568
4566
  1073741824 && n !== (n = /*$_*/
4569
- d[30]("registerTitle") + "") && D(s, n), v[0] & /*$_*/
4567
+ m[30]("registerTitle") + "") && D(s, n), v[0] & /*$_*/
4570
4568
  1073741824 && f !== (f = /*$_*/
4571
- d[30]("registerSubtitle") + "") && D(c, f), v[0] & /*$_*/
4569
+ m[30]("registerSubtitle") + "") && D(c, f), v[0] & /*$_*/
4572
4570
  1073741824 && g !== (g = /*$_*/
4573
- d[30]("registerSubtitleLogin") + "") && D(b, g), v[0] & /*$_*/
4571
+ m[30]("registerSubtitleLogin") + "") && D(b, g), v[0] & /*$_*/
4574
4572
  1073741824 && M !== (M = /*$_*/
4575
- d[30]("registerEmail") + "") && D(R, M), v[0] & /*userEmail*/
4573
+ m[30]("registerEmail") + "") && D(R, M), v[0] & /*userEmail*/
4576
4574
  524288 && U.value !== /*userEmail*/
4577
- d[19] && te(
4575
+ m[19] && te(
4578
4576
  U,
4579
4577
  /*userEmail*/
4580
- d[19]
4578
+ m[19]
4581
4579
  ), /*invalidEmail*/
4582
- d[4] ? W ? W.p(d, v) : (W = Xt(d), W.c(), W.m(A, null)) : W && (W.d(1), W = null), v[0] & /*invalidEmail, emailFocus, disabledFieldsList*/
4580
+ m[4] ? W ? W.p(m, v) : (W = zt(m), W.c(), W.m(A, null)) : W && (W.d(1), W = null), v[0] & /*invalidEmail, emailFocus, disabledFieldsList*/
4583
4581
  132112 && Ce !== (Ce = "EmailContainer " + /*invalidEmail*/
4584
- (d[4] && !/*emailFocus*/
4585
- d[10] ? "InvalidField" : "") + /*disabledFieldsList*/
4586
- (d[17]?.indexOf("email") >= 0 ? "Hidden" : "")) && o(A, "class", Ce), v[0] & /*$_*/
4582
+ (m[4] && !/*emailFocus*/
4583
+ m[10] ? "InvalidField" : "") + /*disabledFieldsList*/
4584
+ (m[17]?.indexOf("email") >= 0 ? "Hidden" : "")) && o(A, "class", Ce), v[0] & /*$_*/
4587
4585
  1073741824 && he !== (he = /*$_*/
4588
- d[30]("registerUsername") + "") && D(ge, he), v[0] & /*savecredentials*/
4586
+ m[30]("registerUsername") + "") && D(ge, he), v[0] & /*savecredentials*/
4589
4587
  2 && Pe !== (Pe = /*savecredentials*/
4590
- d[1] ? "username" : "off") && o(F, "autocomplete", Pe), v[0] & /*userValue*/
4588
+ m[1] ? "username" : "off") && o(F, "autocomplete", Pe), v[0] & /*userValue*/
4591
4589
  262144 && F.value !== /*userValue*/
4592
- d[18] && te(
4590
+ m[18] && te(
4593
4591
  F,
4594
4592
  /*userValue*/
4595
- d[18]
4593
+ m[18]
4596
4594
  ), /*invalidName*/
4597
- d[5] ? q ? q.p(d, v) : (q = Zt(d), q.c(), q.m(k, null)) : q && (q.d(1), q = null), v[0] & /*invalidName, usernameFocus, disabledFieldsList*/
4595
+ m[5] ? q ? q.p(m, v) : (q = Qt(m), q.c(), q.m(k, null)) : q && (q.d(1), q = null), v[0] & /*invalidName, usernameFocus, disabledFieldsList*/
4598
4596
  133152 && ye !== (ye = "UserContainer " + /*invalidName*/
4599
- (d[5] && !/*usernameFocus*/
4600
- d[11] ? "InvalidField" : "") + /*disabledFieldsList*/
4601
- (d[17]?.indexOf("username") >= 0 ? "Hidden" : "")) && o(k, "class", ye), v[0] & /*$_*/
4597
+ (m[5] && !/*usernameFocus*/
4598
+ m[11] ? "InvalidField" : "") + /*disabledFieldsList*/
4599
+ (m[17]?.indexOf("username") >= 0 ? "Hidden" : "")) && o(k, "class", ye), v[0] & /*$_*/
4602
4600
  1073741824 && Z !== (Z = /*$_*/
4603
- d[30]("registerPassword") + "") && D(ve, Z), v[0] & /*savecredentials*/
4601
+ m[30]("registerPassword") + "") && D(ve, Z), v[0] & /*savecredentials*/
4604
4602
  2 && Le !== (Le = /*savecredentials*/
4605
- d[1] ? "new-password" : "off") && o(B, "autocomplete", Le), v[0] & /*userPassword*/
4603
+ m[1] ? "new-password" : "off") && o(B, "autocomplete", Le), v[0] & /*userPassword*/
4606
4604
  1048576 && B.value !== /*userPassword*/
4607
- d[20] && te(
4605
+ m[20] && te(
4608
4606
  B,
4609
4607
  /*userPassword*/
4610
- d[20]
4611
- ), Vr === (Vr = Tt(d)) && _e ? _e.p(d, v) : (_e.d(1), _e = Vr(d), _e && (_e.c(), _e.m(C, dr))), /*invalidPassword*/
4612
- d[6] && /*simplepasswordvalidation*/
4613
- d[0] !== "true" ? J ? J.p(d, v) : (J = Wt(d), J.c(), J.m(C, je)) : J && (J.d(1), J = null), /*invalidPassword*/
4614
- d[6] && /*simplepasswordvalidation*/
4615
- d[0] === "true" ? Y ? Y.p(d, v) : (Y = qt(d), Y.c(), Y.m(C, null)) : Y && (Y.d(1), Y = null), v[0] & /*invalidPassword, passwordFocus, disabledFieldsList*/
4608
+ m[20]
4609
+ ), Vr === (Vr = Ct(m)) && _e ? _e.p(m, v) : (_e.d(1), _e = Vr(m), _e && (_e.c(), _e.m(C, mr))), /*invalidPassword*/
4610
+ m[6] && /*simplepasswordvalidation*/
4611
+ m[0] !== "true" ? J ? J.p(m, v) : (J = Xt(m), J.c(), J.m(C, je)) : J && (J.d(1), J = null), /*invalidPassword*/
4612
+ m[6] && /*simplepasswordvalidation*/
4613
+ m[0] === "true" ? Y ? Y.p(m, v) : (Y = Zt(m), Y.c(), Y.m(C, null)) : Y && (Y.d(1), Y = null), v[0] & /*invalidPassword, passwordFocus, disabledFieldsList*/
4616
4614
  135232 && Me !== (Me = "PasswordContainer " + /*invalidPassword*/
4617
- (d[6] && !/*passwordFocus*/
4618
- d[12] ? "InvalidField" : "") + /*disabledFieldsList*/
4619
- (d[17]?.indexOf("password") >= 0 ? "Hidden" : "")) && o(C, "class", Me), v[0] & /*disabledFieldsList*/
4615
+ (m[6] && !/*passwordFocus*/
4616
+ m[12] ? "InvalidField" : "") + /*disabledFieldsList*/
4617
+ (m[17]?.indexOf("password") >= 0 ? "Hidden" : "")) && o(C, "class", Me), v[0] & /*disabledFieldsList*/
4620
4618
  131072 && Re !== (Re = /*disabledFieldsList*/
4621
- d[17]?.indexOf("password") >= 0) && (C.hidden = Re), v[0] & /*$_*/
4619
+ m[17]?.indexOf("password") >= 0) && (C.hidden = Re), v[0] & /*$_*/
4622
4620
  1073741824 && Ve !== (Ve = /*$_*/
4623
- d[30]("registerConfirmPassword") + "") && D($e, Ve), v[0] & /*confirmUserPassword*/
4621
+ m[30]("registerConfirmPassword") + "") && D($e, Ve), v[0] & /*confirmUserPassword*/
4624
4622
  2097152 && $.value !== /*confirmUserPassword*/
4625
- d[21] && te(
4623
+ m[21] && te(
4626
4624
  $,
4627
4625
  /*confirmUserPassword*/
4628
- d[21]
4629
- ), $r === ($r = Ht(d)) && Se ? Se.p(d, v) : (Se.d(1), Se = $r(d), Se && (Se.c(), Se.m(j, ze))), /*invalidConfirmPassword*/
4630
- d[7] ? K ? K.p(d, v) : (K = Jt(d), K.c(), K.m(j, null)) : K && (K.d(1), K = null), v[0] & /*invalidConfirmPassword, confirmPasswordFocus, disabledFieldsList*/
4626
+ m[21]
4627
+ ), $r === ($r = At(m)) && Se ? Se.p(m, v) : (Se.d(1), Se = $r(m), Se && (Se.c(), Se.m(j, ze))), /*invalidConfirmPassword*/
4628
+ m[7] ? K ? K.p(m, v) : (K = Wt(m), K.c(), K.m(j, null)) : K && (K.d(1), K = null), v[0] & /*invalidConfirmPassword, confirmPasswordFocus, disabledFieldsList*/
4631
4629
  139392 && Ue !== (Ue = "ConfirmPasswordContainer " + /*invalidConfirmPassword*/
4632
- (d[7] && !/*confirmPasswordFocus*/
4633
- d[13] ? "InvalidField" : "") + /*disabledFieldsList*/
4634
- (d[17]?.indexOf("confirmPassword") >= 0 ? "Hidden" : "")) && o(j, "class", Ue), v[0] & /*$_*/
4630
+ (m[7] && !/*confirmPasswordFocus*/
4631
+ m[13] ? "InvalidField" : "") + /*disabledFieldsList*/
4632
+ (m[17]?.indexOf("confirmPassword") >= 0 ? "Hidden" : "")) && o(j, "class", Ue), v[0] & /*$_*/
4635
4633
  1073741824 && Qe !== (Qe = /*$_*/
4636
- d[30]("registerPromoCode") + "") && D(br, Qe), v[0] & /*promoCode*/
4634
+ m[30]("registerPromoCode") + "") && D(br, Qe), v[0] & /*promoCode*/
4637
4635
  16777216 && se.value !== /*promoCode*/
4638
- d[24] && te(
4636
+ m[24] && te(
4639
4637
  se,
4640
4638
  /*promoCode*/
4641
- d[24]
4639
+ m[24]
4642
4640
  ), v[0] & /*disabledFieldsList*/
4643
4641
  131072 && Xe !== (Xe = "PromoCodeContainer " + /*disabledFieldsList*/
4644
- (d[17]?.indexOf("promoCode") >= 0 ? "Hidden" : "")) && o(we, "class", Xe), v[0] & /*custominputtextswitch, $_*/
4642
+ (m[17]?.indexOf("promoCode") >= 0 ? "Hidden" : "")) && o(we, "class", Xe), v[0] & /*custominputtextswitch, $_*/
4645
4643
  1073741828 && Ze !== (Ze = /*custominputtextswitch*/
4646
- (d[2] == "true" ? (
4644
+ (m[2] == "true" ? (
4647
4645
  /*$_*/
4648
- d[30]("registerSecurityQuestion2")
4646
+ m[30]("registerSecurityQuestion2")
4649
4647
  ) : (
4650
4648
  /*$_*/
4651
- d[30]("registerSecurityQuestion")
4649
+ m[30]("registerSecurityQuestion")
4652
4650
  )) + "") && D(yr, Ze), v[0] & /*securityQuestion*/
4653
4651
  4194304 && oe.value !== /*securityQuestion*/
4654
- d[22] && te(
4652
+ m[22] && te(
4655
4653
  oe,
4656
4654
  /*securityQuestion*/
4657
- d[22]
4655
+ m[22]
4658
4656
  ), /*invalidSecurityQuestion*/
4659
- d[8] ? ee ? ee.p(d, v) : (ee = Yt(d), ee.c(), ee.m(fe, null)) : ee && (ee.d(1), ee = null), v[0] & /*invalidSecurityQuestion, securityQFocus, disabledFieldsList*/
4657
+ m[8] ? ee ? ee.p(m, v) : (ee = qt(m), ee.c(), ee.m(fe, null)) : ee && (ee.d(1), ee = null), v[0] & /*invalidSecurityQuestion, securityQFocus, disabledFieldsList*/
4660
4658
  147712 && qe !== (qe = "SecurityQuestionContainer " + /*invalidSecurityQuestion*/
4661
- (d[8] && !/*securityQFocus*/
4662
- d[14] ? "InvalidField" : "") + /*disabledFieldsList*/
4663
- (d[17]?.indexOf("securityQuestion") >= 0 ? "Hidden" : "")) && o(fe, "class", qe), v[0] & /*custominputtextswitch, $_*/
4659
+ (m[8] && !/*securityQFocus*/
4660
+ m[14] ? "InvalidField" : "") + /*disabledFieldsList*/
4661
+ (m[17]?.indexOf("securityQuestion") >= 0 ? "Hidden" : "")) && o(fe, "class", qe), v[0] & /*custominputtextswitch, $_*/
4664
4662
  1073741828 && Je !== (Je = /*custominputtextswitch*/
4665
- (d[2] == "true" ? (
4663
+ (m[2] == "true" ? (
4666
4664
  /*$_*/
4667
- d[30]("registerSecurityAnswer2")
4665
+ m[30]("registerSecurityAnswer2")
4668
4666
  ) : (
4669
4667
  /*$_*/
4670
- d[30]("registerSecurityAnswer")
4668
+ m[30]("registerSecurityAnswer")
4671
4669
  )) + "") && D(Er, Je), v[0] & /*securityAnswer*/
4672
4670
  8388608 && ae.value !== /*securityAnswer*/
4673
- d[23] && te(
4671
+ m[23] && te(
4674
4672
  ae,
4675
4673
  /*securityAnswer*/
4676
- d[23]
4674
+ m[23]
4677
4675
  ), /*invalidSecurityAnswer*/
4678
- d[9] ? re ? re.p(d, v) : (re = Kt(d), re.c(), re.m(de, null)) : re && (re.d(1), re = null), v[0] & /*invalidSecurityAnswer, securityAFocus, disabledFieldsList*/
4676
+ m[9] ? re ? re.p(m, v) : (re = Jt(m), re.c(), re.m(me, null)) : re && (re.d(1), re = null), v[0] & /*invalidSecurityAnswer, securityAFocus, disabledFieldsList*/
4679
4677
  164352 && Ke !== (Ke = "SecurityAnswerContainer " + /*invalidSecurityAnswer*/
4680
- (d[9] && !/*securityAFocus*/
4681
- d[15] ? "InvalidField" : "") + /*disabledFieldsList*/
4682
- (d[17]?.indexOf("securityAnswer") >= 0 ? "Hidden" : "")) && o(de, "class", Ke), v[0] & /*$_*/
4678
+ (m[9] && !/*securityAFocus*/
4679
+ m[15] ? "InvalidField" : "") + /*disabledFieldsList*/
4680
+ (m[17]?.indexOf("securityAnswer") >= 0 ? "Hidden" : "")) && o(me, "class", Ke), v[0] & /*$_*/
4683
4681
  1073741824 && le !== (le = /*$_*/
4684
- d[30]("registerNext") + "") && D(tt, le), v[0] & /*isValid*/
4682
+ m[30]("registerNext") + "") && D(tt, le), v[0] & /*isValid*/
4685
4683
  536870912 && jr !== (jr = !/*isValid*/
4686
- d[29]) && (N.disabled = jr);
4684
+ m[29]) && (N.disabled = jr);
4687
4685
  },
4688
4686
  i: Q,
4689
4687
  o: Q,
4690
- d(d) {
4691
- d && ie(r), W && W.d(), q && q.d(), e[60](null), _e.d(), J && J.d(), Y && Y.d(), e[66](null), Se.d(), K && K.d(), ee && ee.d(), re && re.d(), e[79](null), it = !1, lr(At);
4688
+ d(m) {
4689
+ m && ie(r), W && W.d(), q && q.d(), e[60](null), _e.d(), J && J.d(), Y && Y.d(), e[66](null), Se.d(), K && K.d(), ee && ee.d(), re && re.d(), e[79](null), it = !1, lr(xt);
4692
4690
  }
4693
4691
  };
4694
4692
  }
4695
- function Zs(e, r, t) {
4693
+ function Xs(e, r, t) {
4696
4694
  let i;
4697
- Hi(e, Us, (p) => t(30, i = p));
4698
- let { lang: n = "" } = r, { disabledfields: s = "" } = r, { simplepasswordvalidation: u = "false" } = r, { mbsource: a } = r, { clientstyling: f = "" } = r, { clientstylingurl: c = "" } = r, { translationurl: h = "" } = r, { savecredentials: m = "" } = r, { custominputtextswitch: g = "false" } = r, b = !1, w = !1, y = !1, A = !1, O = !1, M = !1, R = !1, ce = !1, G = !1, me = !1, U = !1, De = !1, Ce = !1, Ge, k = "", X = "", he = "", ge = "", ne = "", V = "", Ae = "", F = !1, Pe = !1, Te, ye, pe = {}, C = {
4695
+ Ai(e, Rs, (p) => t(30, i = p));
4696
+ let { lang: n = "" } = r, { disabledfields: s = "" } = r, { simplepasswordvalidation: u = "false" } = r, { mbsource: a } = r, { clientstyling: f = "" } = r, { clientstylingurl: c = "" } = r, { translationurl: h = "" } = r, { savecredentials: d = "" } = r, { custominputtextswitch: g = "false" } = r, b = !1, w = !1, y = !1, A = !1, O = !1, M = !1, R = !1, ce = !1, G = !1, de = !1, U = !1, De = !1, Ce = !1, Ge, k = "", X = "", he = "", ge = "", ne = "", V = "", Ae = "", F = !1, Pe = !1, Te, ye, pe = {}, C = {
4699
4697
  username: !1,
4700
4698
  email: !1,
4701
4699
  password: !1,
@@ -4712,14 +4710,14 @@ function Zs(e, r, t) {
4712
4710
  const Ar = () => {
4713
4711
  fetch(h).then((N) => N.json()).then((N) => {
4714
4712
  Object.keys(N).forEach((le) => {
4715
- zt(le, N[le]);
4713
+ Vt(le, N[le]);
4716
4714
  });
4717
4715
  }).catch((N) => {
4718
4716
  console.log(N);
4719
4717
  });
4720
4718
  };
4721
- Object.keys(Qt).forEach((p) => {
4722
- zt(p, Qt[p]);
4719
+ Object.keys($t).forEach((p) => {
4720
+ Vt(p, $t[p]);
4723
4721
  });
4724
4722
  const Oe = () => {
4725
4723
  window.postMessage({ type: "ToLogin" }, window.location.href);
@@ -4754,7 +4752,7 @@ function Zs(e, r, t) {
4754
4752
  pe.email = X, ve.email.test(X) && X.length <= 100 ? t(4, b = !1) : t(4, b = !0), C.email = !b, B();
4755
4753
  }, fr = () => {
4756
4754
  pe.username = k, ve.user.test(k) && k.length <= 20 ? t(5, w = !1) : t(5, w = !0), C.username = !w, B();
4757
- }, dr = () => {
4755
+ }, mr = () => {
4758
4756
  u == "true" && (ve.password = /^(?!.* ).{8,20}$/);
4759
4757
  }, je = () => {
4760
4758
  t(25, F = !0), j();
@@ -4762,7 +4760,7 @@ function Zs(e, r, t) {
4762
4760
  t(26, Pe = !0), xe();
4763
4761
  }, Re = () => {
4764
4762
  t(25, F = !1), j();
4765
- }, mr = () => {
4763
+ }, dr = () => {
4766
4764
  t(26, Pe = !1), xe();
4767
4765
  }, j = () => {
4768
4766
  t(27, Te.type = F ? "text" : "password", Te);
@@ -4829,9 +4827,9 @@ function Zs(e, r, t) {
4829
4827
  }, Br = () => {
4830
4828
  t(17, Ge = s.split(","));
4831
4829
  }, we = () => {
4832
- ks(n);
4830
+ Us(n);
4833
4831
  };
4834
- Ri(() => (window.addEventListener("message", Ue, !1), () => {
4832
+ Li(() => (window.addEventListener("message", Ue, !1), () => {
4835
4833
  window.removeEventListener("message", Ue);
4836
4834
  }));
4837
4835
  const ke = () => Oe();
@@ -4856,17 +4854,17 @@ function Zs(e, r, t) {
4856
4854
  function Mr() {
4857
4855
  ge = this.value, t(21, ge);
4858
4856
  }
4859
- const We = () => t(13, me = !0), Rr = () => t(13, me = !1);
4857
+ const We = () => t(13, de = !0), Rr = () => t(13, de = !1);
4860
4858
  function oe(p) {
4861
4859
  _r[p ? "unshift" : "push"](() => {
4862
4860
  ye = p, t(28, ye);
4863
4861
  });
4864
4862
  }
4865
- const Ur = () => mr(), qe = () => Me();
4863
+ const Ur = () => dr(), qe = () => Me();
4866
4864
  function kr() {
4867
4865
  Ae = this.value, t(24, Ae);
4868
4866
  }
4869
- const de = () => t(16, Ce = !0), Ie = () => t(16, Ce = !1);
4867
+ const me = () => t(16, Ce = !0), Ie = () => t(16, Ce = !1);
4870
4868
  function Je() {
4871
4869
  ne = this.value, t(22, ne);
4872
4870
  }
@@ -4881,22 +4879,22 @@ function Zs(e, r, t) {
4881
4879
  });
4882
4880
  }
4883
4881
  return e.$$set = (p) => {
4884
- "lang" in p && t(44, n = p.lang), "disabledfields" in p && t(45, s = p.disabledfields), "simplepasswordvalidation" in p && t(0, u = p.simplepasswordvalidation), "mbsource" in p && t(46, a = p.mbsource), "clientstyling" in p && t(47, f = p.clientstyling), "clientstylingurl" in p && t(48, c = p.clientstylingurl), "translationurl" in p && t(49, h = p.translationurl), "savecredentials" in p && t(1, m = p.savecredentials), "custominputtextswitch" in p && t(2, g = p.custominputtextswitch);
4882
+ "lang" in p && t(44, n = p.lang), "disabledfields" in p && t(45, s = p.disabledfields), "simplepasswordvalidation" in p && t(0, u = p.simplepasswordvalidation), "mbsource" in p && t(46, a = p.mbsource), "clientstyling" in p && t(47, f = p.clientstyling), "clientstylingurl" in p && t(48, c = p.clientstylingurl), "translationurl" in p && t(49, h = p.translationurl), "savecredentials" in p && t(1, d = p.savecredentials), "custominputtextswitch" in p && t(2, g = p.custominputtextswitch);
4885
4883
  }, e.$$.update = () => {
4886
4884
  e.$$.dirty[1] & /*lang*/
4887
4885
  8192 && n && we(), e.$$.dirty[1] & /*disabledfields*/
4888
4886
  16384 && s && Br(), e.$$.dirty[0] & /*simplepasswordvalidation*/
4889
- 1 && u && dr(), e.$$.dirty[0] & /*customStylingContainer*/
4887
+ 1 && u && mr(), e.$$.dirty[0] & /*customStylingContainer*/
4890
4888
  8 | e.$$.dirty[1] & /*clientstyling*/
4891
- 65536 && f && Z && Fs(Z, f), e.$$.dirty[0] & /*customStylingContainer*/
4889
+ 65536 && f && Z && ks(Z, f), e.$$.dirty[0] & /*customStylingContainer*/
4892
4890
  8 | e.$$.dirty[1] & /*clientstylingurl*/
4893
- 131072 && c && Z && Ds(Z, c), e.$$.dirty[0] & /*customStylingContainer*/
4891
+ 131072 && c && Z && Fs(Z, c), e.$$.dirty[0] & /*customStylingContainer*/
4894
4892
  8 | e.$$.dirty[1] & /*mbsource*/
4895
- 32768 && a && Z && Gs(Z, `${a}.Style`), e.$$.dirty[1] & /*translationurl*/
4893
+ 32768 && a && Z && Ds(Z, `${a}.Style`), e.$$.dirty[1] & /*translationurl*/
4896
4894
  262144 && h && Ar();
4897
4895
  }, [
4898
4896
  u,
4899
- m,
4897
+ d,
4900
4898
  g,
4901
4899
  Z,
4902
4900
  b,
@@ -4908,7 +4906,7 @@ function Zs(e, r, t) {
4908
4906
  R,
4909
4907
  ce,
4910
4908
  G,
4911
- me,
4909
+ de,
4912
4910
  U,
4913
4911
  De,
4914
4912
  Ce,
@@ -4932,7 +4930,7 @@ function Zs(e, r, t) {
4932
4930
  je,
4933
4931
  Me,
4934
4932
  Re,
4935
- mr,
4933
+ dr,
4936
4934
  $e,
4937
4935
  He,
4938
4936
  gr,
@@ -4965,7 +4963,7 @@ function Zs(e, r, t) {
4965
4963
  Ur,
4966
4964
  qe,
4967
4965
  kr,
4968
- de,
4966
+ me,
4969
4967
  Ie,
4970
4968
  Je,
4971
4969
  Er,
@@ -4977,14 +4975,14 @@ function Zs(e, r, t) {
4977
4975
  Ke
4978
4976
  ];
4979
4977
  }
4980
- class Ws extends Zi {
4978
+ class Zs extends Qi {
4981
4979
  constructor(r) {
4982
- super(), Qi(
4980
+ super(), $i(
4983
4981
  this,
4984
4982
  r,
4985
- Zs,
4986
4983
  Xs,
4987
- ri,
4984
+ Qs,
4985
+ Kt,
4988
4986
  {
4989
4987
  lang: 44,
4990
4988
  disabledfields: 45,
@@ -4996,7 +4994,7 @@ class Ws extends Zi {
4996
4994
  savecredentials: 1,
4997
4995
  custominputtextswitch: 2
4998
4996
  },
4999
- js,
4997
+ Gs,
5000
4998
  [-1, -1, -1, -1]
5001
4999
  );
5002
5000
  }
@@ -5055,7 +5053,7 @@ class Ws extends Zi {
5055
5053
  this.$$set({ custominputtextswitch: r }), be();
5056
5054
  }
5057
5055
  }
5058
- Xi(Ws, { lang: {}, disabledfields: {}, simplepasswordvalidation: {}, mbsource: {}, clientstyling: {}, clientstylingurl: {}, translationurl: {}, savecredentials: {}, custominputtextswitch: {} }, [], [], !0);
5056
+ zi(Zs, { lang: {}, disabledfields: {}, simplepasswordvalidation: {}, mbsource: {}, clientstyling: {}, clientstylingurl: {}, translationurl: {}, savecredentials: {}, custominputtextswitch: {} }, [], [], !0);
5059
5057
  export {
5060
- Ws as G
5058
+ Zs as G
5061
5059
  };