@everymatrix/general-player-register-form-step1 1.49.2 → 1.50.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -648,7 +648,57 @@ function dt(e, r, t) {
648
648
  (s || !(i in r)) && (s || (s = Array.prototype.slice.call(r, 0, i)), s[i] = r[i]);
649
649
  return e.concat(s || Array.prototype.slice.call(r));
650
650
  }
651
- var P;
651
+ function mt(e, r) {
652
+ var t = r && r.cache ? r.cache : Fn, i = r && r.serializer ? r.serializer : kn, n = r && r.strategy ? r.strategy : Mn;
653
+ return n(e, {
654
+ cache: t,
655
+ serializer: i
656
+ });
657
+ }
658
+ function Ln(e) {
659
+ return e == null || typeof e == "number" || typeof e == "boolean";
660
+ }
661
+ function Ei(e, r, t, i) {
662
+ var n = Ln(i) ? i : t(i), s = r.get(n);
663
+ return typeof s == "undefined" && (s = e.call(this, i), r.set(n, s)), s;
664
+ }
665
+ function vi(e, r, t) {
666
+ var i = Array.prototype.slice.call(arguments, 3), n = t(i), s = r.get(n);
667
+ return typeof s == "undefined" && (s = e.apply(this, i), r.set(n, s)), s;
668
+ }
669
+ function It(e, r, t, i, n) {
670
+ return t.bind(r, e, i, n);
671
+ }
672
+ function Mn(e, r) {
673
+ var t = e.length === 1 ? Ei : vi;
674
+ return It(e, this, t, r.cache.create(), r.serializer);
675
+ }
676
+ function Rn(e, r) {
677
+ return It(e, this, vi, r.cache.create(), r.serializer);
678
+ }
679
+ function Un(e, r) {
680
+ return It(e, this, Ei, r.cache.create(), r.serializer);
681
+ }
682
+ var kn = function() {
683
+ return JSON.stringify(arguments);
684
+ };
685
+ function Nt() {
686
+ this.cache = /* @__PURE__ */ Object.create(null);
687
+ }
688
+ Nt.prototype.get = function(e) {
689
+ return this.cache[e];
690
+ };
691
+ Nt.prototype.set = function(e, r) {
692
+ this.cache[e] = r;
693
+ };
694
+ var Fn = {
695
+ create: function() {
696
+ return new Nt();
697
+ }
698
+ }, gt = {
699
+ variadic: Rn,
700
+ monadic: Un
701
+ }, P;
652
702
  (function(e) {
653
703
  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";
654
704
  })(P || (P = {}));
@@ -663,40 +713,40 @@ var ar;
663
713
  function Xt(e) {
664
714
  return e.type === N.literal;
665
715
  }
666
- function Ln(e) {
716
+ function Dn(e) {
667
717
  return e.type === N.argument;
668
718
  }
669
- function Ei(e) {
719
+ function _i(e) {
670
720
  return e.type === N.number;
671
721
  }
672
- function vi(e) {
722
+ function wi(e) {
673
723
  return e.type === N.date;
674
724
  }
675
- function _i(e) {
725
+ function Si(e) {
676
726
  return e.type === N.time;
677
727
  }
678
- function wi(e) {
728
+ function Pi(e) {
679
729
  return e.type === N.select;
680
730
  }
681
- function Si(e) {
731
+ function xi(e) {
682
732
  return e.type === N.plural;
683
733
  }
684
- function Mn(e) {
734
+ function Gn(e) {
685
735
  return e.type === N.pound;
686
736
  }
687
- function Pi(e) {
737
+ function Ci(e) {
688
738
  return e.type === N.tag;
689
739
  }
690
- function xi(e) {
740
+ function Ai(e) {
691
741
  return !!(e && typeof e == "object" && e.type === ar.number);
692
742
  }
693
743
  function wt(e) {
694
744
  return !!(e && typeof e == "object" && e.type === ar.dateTime);
695
745
  }
696
- var Ci = /[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/, Rn = /(?:[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;
697
- function Un(e) {
746
+ var Ti = /[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/, jn = /(?:[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;
747
+ function Vn(e) {
698
748
  var r = {};
699
- return e.replace(Rn, function(t) {
749
+ return e.replace(jn, function(t) {
700
750
  var i = t.length;
701
751
  switch (t[0]) {
702
752
  case "G":
@@ -785,11 +835,11 @@ function Un(e) {
785
835
  return "";
786
836
  }), r;
787
837
  }
788
- var kn = /[\t-\r \x85\u200E\u200F\u2028\u2029]/i;
789
- function Fn(e) {
838
+ var $n = /[\t-\r \x85\u200E\u200F\u2028\u2029]/i;
839
+ function zn(e) {
790
840
  if (e.length === 0)
791
841
  throw new Error("Number skeleton cannot be empty");
792
- for (var r = e.split(kn).filter(function(g) {
842
+ for (var r = e.split($n).filter(function(g) {
793
843
  return g.length > 0;
794
844
  }), t = [], i = 0, n = r; i < n.length; i++) {
795
845
  var s = n[i], a = s.split("/");
@@ -804,17 +854,17 @@ function Fn(e) {
804
854
  }
805
855
  return t;
806
856
  }
807
- function Dn(e) {
857
+ function Qn(e) {
808
858
  return e.replace(/^(.*?)-/, "");
809
859
  }
810
- var Zt = /^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g, Ai = /^(@+)?(\+|#+)?[rs]?$/g, Gn = /(\*)(0+)|(#+)(0+)|(0+)/g, Ti = /^(0+)$/;
860
+ var Zt = /^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g, Hi = /^(@+)?(\+|#+)?[rs]?$/g, Xn = /(\*)(0+)|(#+)(0+)|(0+)/g, Bi = /^(0+)$/;
811
861
  function Wt(e) {
812
862
  var r = {};
813
- return e[e.length - 1] === "r" ? r.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (r.roundingPriority = "lessPrecision"), e.replace(Ai, function(t, i, n) {
863
+ return e[e.length - 1] === "r" ? r.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (r.roundingPriority = "lessPrecision"), e.replace(Hi, function(t, i, n) {
814
864
  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)), "";
815
865
  }), r;
816
866
  }
817
- function Hi(e) {
867
+ function Ii(e) {
818
868
  switch (e) {
819
869
  case "sign-auto":
820
870
  return {
@@ -854,7 +904,7 @@ function Hi(e) {
854
904
  };
855
905
  }
856
906
  }
857
- function jn(e) {
907
+ function Zn(e) {
858
908
  var r;
859
909
  if (e[0] === "E" && e[1] === "E" ? (r = {
860
910
  notation: "engineering"
@@ -862,17 +912,17 @@ function jn(e) {
862
912
  notation: "scientific"
863
913
  }, e = e.slice(1)), r) {
864
914
  var t = e.slice(0, 2);
865
- if (t === "+!" ? (r.signDisplay = "always", e = e.slice(2)) : t === "+?" && (r.signDisplay = "exceptZero", e = e.slice(2)), !Ti.test(e))
915
+ if (t === "+!" ? (r.signDisplay = "always", e = e.slice(2)) : t === "+?" && (r.signDisplay = "exceptZero", e = e.slice(2)), !Bi.test(e))
866
916
  throw new Error("Malformed concise eng/scientific notation");
867
917
  r.minimumIntegerDigits = e.length;
868
918
  }
869
919
  return r;
870
920
  }
871
921
  function qt(e) {
872
- var r = {}, t = Hi(e);
922
+ var r = {}, t = Ii(e);
873
923
  return t || r;
874
924
  }
875
- function Vn(e) {
925
+ function Wn(e) {
876
926
  for (var r = {}, t = 0, i = e; t < i.length; t++) {
877
927
  var n = i[t];
878
928
  switch (n.stem) {
@@ -896,7 +946,7 @@ function Vn(e) {
896
946
  continue;
897
947
  case "measure-unit":
898
948
  case "unit":
899
- r.style = "unit", r.unit = Dn(n.options[0]);
949
+ r.style = "unit", r.unit = Qn(n.options[0]);
900
950
  continue;
901
951
  case "compact-short":
902
952
  case "K":
@@ -958,7 +1008,7 @@ function Vn(e) {
958
1008
  case "integer-width":
959
1009
  if (n.options.length > 1)
960
1010
  throw new RangeError("integer-width stems only accept a single optional option");
961
- n.options[0].replace(Gn, function(h, c, f, m, g, b) {
1011
+ n.options[0].replace(Xn, function(h, c, f, m, g, b) {
962
1012
  if (c)
963
1013
  r.minimumIntegerDigits = f.length;
964
1014
  else {
@@ -971,7 +1021,7 @@ function Vn(e) {
971
1021
  });
972
1022
  continue;
973
1023
  }
974
- if (Ti.test(n.stem)) {
1024
+ if (Bi.test(n.stem)) {
975
1025
  r.minimumIntegerDigits = n.stem.length;
976
1026
  continue;
977
1027
  }
@@ -985,13 +1035,13 @@ function Vn(e) {
985
1035
  s === "w" ? r = A(A({}, r), { trailingZeroDisplay: "stripIfInteger" }) : s && (r = A(A({}, r), Wt(s)));
986
1036
  continue;
987
1037
  }
988
- if (Ai.test(n.stem)) {
1038
+ if (Hi.test(n.stem)) {
989
1039
  r = A(A({}, r), Wt(n.stem));
990
1040
  continue;
991
1041
  }
992
- var a = Hi(n.stem);
1042
+ var a = Ii(n.stem);
993
1043
  a && (r = A(A({}, r), a));
994
- var l = jn(n.stem);
1044
+ var l = Zn(n.stem);
995
1045
  l && (r = A(A({}, r), l));
996
1046
  }
997
1047
  return r;
@@ -1001,6 +1051,12 @@ var Kr = {
1001
1051
  "H",
1002
1052
  "h"
1003
1053
  ],
1054
+ 419: [
1055
+ "h",
1056
+ "H",
1057
+ "hB",
1058
+ "hb"
1059
+ ],
1004
1060
  AC: [
1005
1061
  "H",
1006
1062
  "h",
@@ -1049,8 +1105,8 @@ var Kr = {
1049
1105
  "hB"
1050
1106
  ],
1051
1107
  AR: [
1052
- "H",
1053
1108
  "h",
1109
+ "H",
1054
1110
  "hB",
1055
1111
  "hb"
1056
1112
  ],
@@ -1140,9 +1196,9 @@ var Kr = {
1140
1196
  "H"
1141
1197
  ],
1142
1198
  BO: [
1199
+ "h",
1143
1200
  "H",
1144
1201
  "hB",
1145
- "h",
1146
1202
  "hb"
1147
1203
  ],
1148
1204
  BQ: [
@@ -1219,8 +1275,8 @@ var Kr = {
1219
1275
  "hB"
1220
1276
  ],
1221
1277
  CL: [
1222
- "H",
1223
1278
  "h",
1279
+ "H",
1224
1280
  "hB",
1225
1281
  "hb"
1226
1282
  ],
@@ -1245,14 +1301,14 @@ var Kr = {
1245
1301
  "H"
1246
1302
  ],
1247
1303
  CR: [
1248
- "H",
1249
1304
  "h",
1305
+ "H",
1250
1306
  "hB",
1251
1307
  "hb"
1252
1308
  ],
1253
1309
  CU: [
1254
- "H",
1255
1310
  "h",
1311
+ "H",
1256
1312
  "hB",
1257
1313
  "hb"
1258
1314
  ],
@@ -1321,9 +1377,9 @@ var Kr = {
1321
1377
  "hb"
1322
1378
  ],
1323
1379
  EC: [
1380
+ "h",
1324
1381
  "H",
1325
1382
  "hB",
1326
- "h",
1327
1383
  "hb"
1328
1384
  ],
1329
1385
  EE: [
@@ -1459,8 +1515,8 @@ var Kr = {
1459
1515
  "hB"
1460
1516
  ],
1461
1517
  GT: [
1462
- "H",
1463
1518
  "h",
1519
+ "H",
1464
1520
  "hB",
1465
1521
  "hb"
1466
1522
  ],
@@ -1487,8 +1543,8 @@ var Kr = {
1487
1543
  "H"
1488
1544
  ],
1489
1545
  HN: [
1490
- "H",
1491
1546
  "h",
1547
+ "H",
1492
1548
  "hB",
1493
1549
  "hb"
1494
1550
  ],
@@ -1802,8 +1858,8 @@ var Kr = {
1802
1858
  "hB"
1803
1859
  ],
1804
1860
  MX: [
1805
- "H",
1806
1861
  "h",
1862
+ "H",
1807
1863
  "hB",
1808
1864
  "hb"
1809
1865
  ],
@@ -1843,8 +1899,8 @@ var Kr = {
1843
1899
  "hB"
1844
1900
  ],
1845
1901
  NI: [
1846
- "H",
1847
1902
  "h",
1903
+ "H",
1848
1904
  "hB",
1849
1905
  "hb"
1850
1906
  ],
@@ -1892,9 +1948,9 @@ var Kr = {
1892
1948
  "hb"
1893
1949
  ],
1894
1950
  PE: [
1951
+ "h",
1895
1952
  "H",
1896
1953
  "hB",
1897
- "h",
1898
1954
  "hb"
1899
1955
  ],
1900
1956
  PF: [
@@ -1952,8 +2008,8 @@ var Kr = {
1952
2008
  "H"
1953
2009
  ],
1954
2010
  PY: [
1955
- "H",
1956
2011
  "h",
2012
+ "H",
1957
2013
  "hB",
1958
2014
  "hb"
1959
2015
  ],
@@ -2066,8 +2122,8 @@ var Kr = {
2066
2122
  "hB"
2067
2123
  ],
2068
2124
  SV: [
2069
- "H",
2070
2125
  "h",
2126
+ "H",
2071
2127
  "hB",
2072
2128
  "hb"
2073
2129
  ],
@@ -2189,8 +2245,8 @@ var Kr = {
2189
2245
  "hB"
2190
2246
  ],
2191
2247
  UY: [
2192
- "H",
2193
2248
  "h",
2249
+ "H",
2194
2250
  "hB",
2195
2251
  "hb"
2196
2252
  ],
@@ -2298,37 +2354,37 @@ var Kr = {
2298
2354
  "H",
2299
2355
  "hB"
2300
2356
  ],
2301
- "es-BO": [
2302
- "H",
2357
+ "en-HK": [
2303
2358
  "h",
2304
- "hB",
2305
- "hb"
2359
+ "hb",
2360
+ "H",
2361
+ "hB"
2306
2362
  ],
2307
- "es-BR": [
2363
+ "en-IL": [
2308
2364
  "H",
2309
2365
  "h",
2310
- "hB",
2311
- "hb"
2366
+ "hb",
2367
+ "hB"
2312
2368
  ],
2313
- "es-EC": [
2314
- "H",
2369
+ "en-MY": [
2315
2370
  "h",
2316
- "hB",
2317
- "hb"
2371
+ "hb",
2372
+ "H",
2373
+ "hB"
2318
2374
  ],
2319
- "es-ES": [
2375
+ "es-BR": [
2320
2376
  "H",
2321
2377
  "h",
2322
2378
  "hB",
2323
2379
  "hb"
2324
2380
  ],
2325
- "es-GQ": [
2381
+ "es-ES": [
2326
2382
  "H",
2327
2383
  "h",
2328
2384
  "hB",
2329
2385
  "hb"
2330
2386
  ],
2331
- "es-PE": [
2387
+ "es-GQ": [
2332
2388
  "H",
2333
2389
  "h",
2334
2390
  "hB",
@@ -2405,13 +2461,13 @@ var Kr = {
2405
2461
  "h"
2406
2462
  ]
2407
2463
  };
2408
- function $n(e, r) {
2464
+ function qn(e, r) {
2409
2465
  for (var t = "", i = 0; i < e.length; i++) {
2410
2466
  var n = e.charAt(i);
2411
2467
  if (n === "j") {
2412
2468
  for (var s = 0; i + 1 < e.length && e.charAt(i + 1) === n; )
2413
2469
  s++, i++;
2414
- var a = 1 + (s & 1), l = s < 2 ? 1 : 3 + (s >> 1), h = "a", c = zn(r);
2470
+ var a = 1 + (s & 1), l = s < 2 ? 1 : 3 + (s >> 1), h = "a", c = Jn(r);
2415
2471
  for ((c == "H" || c == "k") && (l = 0); l-- > 0; )
2416
2472
  t += h;
2417
2473
  for (; a-- > 0; )
@@ -2420,7 +2476,7 @@ function $n(e, r) {
2420
2476
  }
2421
2477
  return t;
2422
2478
  }
2423
- function zn(e) {
2479
+ function Jn(e) {
2424
2480
  var r = e.hourCycle;
2425
2481
  if (r === void 0 && // @ts-ignore hourCycle(s) is not identified yet
2426
2482
  e.hourCycles && // @ts-ignore
@@ -2442,20 +2498,20 @@ function zn(e) {
2442
2498
  var n = Kr[i || ""] || Kr[t || ""] || Kr["".concat(t, "-001")] || Kr["001"];
2443
2499
  return n[0];
2444
2500
  }
2445
- var mt, Qn = new RegExp("^".concat(Ci.source, "*")), Xn = new RegExp("".concat(Ci.source, "*$"));
2501
+ var pt, Yn = new RegExp("^".concat(Ti.source, "*")), Kn = new RegExp("".concat(Ti.source, "*$"));
2446
2502
  function x(e, r) {
2447
2503
  return { start: e, end: r };
2448
2504
  }
2449
- var Zn = !!String.prototype.startsWith && "_a".startsWith("a", 1), Wn = !!String.fromCodePoint, qn = !!Object.fromEntries, Jn = !!String.prototype.codePointAt, Yn = !!String.prototype.trimStart, Kn = !!String.prototype.trimEnd, es = !!Number.isSafeInteger, rs = es ? Number.isSafeInteger : function(e) {
2505
+ var es = !!String.prototype.startsWith && "_a".startsWith("a", 1), rs = !!String.fromCodePoint, ts = !!Object.fromEntries, is = !!String.prototype.codePointAt, ns = !!String.prototype.trimStart, ss = !!String.prototype.trimEnd, os = !!Number.isSafeInteger, as = os ? Number.isSafeInteger : function(e) {
2450
2506
  return typeof e == "number" && isFinite(e) && Math.floor(e) === e && Math.abs(e) <= 9007199254740991;
2451
2507
  }, St = !0;
2452
2508
  try {
2453
- var ts = Ii("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
2454
- St = ((mt = ts.exec("a")) === null || mt === void 0 ? void 0 : mt[0]) === "a";
2509
+ var ls = Oi("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
2510
+ St = ((pt = ls.exec("a")) === null || pt === void 0 ? void 0 : pt[0]) === "a";
2455
2511
  } catch (e) {
2456
2512
  St = !1;
2457
2513
  }
2458
- var Jt = Zn ? (
2514
+ var Jt = es ? (
2459
2515
  // Native
2460
2516
  function(r, t, i) {
2461
2517
  return r.startsWith(t, i);
@@ -2465,7 +2521,7 @@ var Jt = Zn ? (
2465
2521
  function(r, t, i) {
2466
2522
  return r.slice(i, i + t.length) === t;
2467
2523
  }
2468
- ), Pt = Wn ? String.fromCodePoint : (
2524
+ ), Pt = rs ? String.fromCodePoint : (
2469
2525
  // IE11
2470
2526
  function() {
2471
2527
  for (var r = [], t = 0; t < arguments.length; t++)
@@ -2479,7 +2535,7 @@ var Jt = Zn ? (
2479
2535
  }
2480
2536
  ), Yt = (
2481
2537
  // native
2482
- qn ? Object.fromEntries : (
2538
+ ts ? Object.fromEntries : (
2483
2539
  // Ponyfill
2484
2540
  function(r) {
2485
2541
  for (var t = {}, i = 0, n = r; i < n.length; i++) {
@@ -2489,7 +2545,7 @@ var Jt = Zn ? (
2489
2545
  return t;
2490
2546
  }
2491
2547
  )
2492
- ), Bi = Jn ? (
2548
+ ), Ni = is ? (
2493
2549
  // Native
2494
2550
  function(r, t) {
2495
2551
  return r.codePointAt(t);
@@ -2503,7 +2559,7 @@ var Jt = Zn ? (
2503
2559
  return n < 55296 || n > 56319 || t + 1 === i || (s = r.charCodeAt(t + 1)) < 56320 || s > 57343 ? n : (n - 55296 << 10) + (s - 56320) + 65536;
2504
2560
  }
2505
2561
  }
2506
- ), is = Yn ? (
2562
+ ), us = ns ? (
2507
2563
  // Native
2508
2564
  function(r) {
2509
2565
  return r.trimStart();
@@ -2511,9 +2567,9 @@ var Jt = Zn ? (
2511
2567
  ) : (
2512
2568
  // Ponyfill
2513
2569
  function(r) {
2514
- return r.replace(Qn, "");
2570
+ return r.replace(Yn, "");
2515
2571
  }
2516
- ), ns = Kn ? (
2572
+ ), cs = ss ? (
2517
2573
  // Native
2518
2574
  function(r) {
2519
2575
  return r.trimEnd();
@@ -2521,15 +2577,15 @@ var Jt = Zn ? (
2521
2577
  ) : (
2522
2578
  // Ponyfill
2523
2579
  function(r) {
2524
- return r.replace(Xn, "");
2580
+ return r.replace(Kn, "");
2525
2581
  }
2526
2582
  );
2527
- function Ii(e, r) {
2583
+ function Oi(e, r) {
2528
2584
  return new RegExp(e, r);
2529
2585
  }
2530
2586
  var xt;
2531
2587
  if (St) {
2532
- var Kt = Ii("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
2588
+ var Kt = Oi("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
2533
2589
  xt = function(r, t) {
2534
2590
  var i;
2535
2591
  Kt.lastIndex = t;
@@ -2539,14 +2595,14 @@ if (St) {
2539
2595
  } else
2540
2596
  xt = function(r, t) {
2541
2597
  for (var i = []; ; ) {
2542
- var n = Bi(r, t);
2543
- if (n === void 0 || Ni(n) || ls(n))
2598
+ var n = Ni(r, t);
2599
+ if (n === void 0 || Li(n) || ms(n))
2544
2600
  break;
2545
2601
  i.push(n), t += n >= 65536 ? 2 : 1;
2546
2602
  }
2547
2603
  return Pt.apply(void 0, i);
2548
2604
  };
2549
- var ss = (
2605
+ var hs = (
2550
2606
  /** @class */
2551
2607
  function() {
2552
2608
  function e(r, t) {
@@ -2628,7 +2684,7 @@ var ss = (
2628
2684
  return this.error(P.INVALID_TAG, x(i, this.clonePosition()));
2629
2685
  }, e.prototype.parseTagName = function() {
2630
2686
  var r = this.offset();
2631
- for (this.bump(); !this.isEOF() && as(this.char()); )
2687
+ for (this.bump(); !this.isEOF() && ds(this.char()); )
2632
2688
  this.bump();
2633
2689
  return this.message.slice(r, this.offset());
2634
2690
  }, e.prototype.parseLiteral = function(r, t) {
@@ -2657,7 +2713,7 @@ var ss = (
2657
2713
  };
2658
2714
  }, e.prototype.tryParseLeftAngleBracket = function() {
2659
2715
  return !this.isEOF() && this.char() === 60 && (this.ignoreTag || // If at the opening tag or closing tag position, bail.
2660
- !os(this.peek() || 0)) ? (this.bump(), "<") : null;
2716
+ !fs(this.peek() || 0)) ? (this.bump(), "<") : null;
2661
2717
  }, e.prototype.tryParseQuote = function(r) {
2662
2718
  if (this.isEOF() || this.char() !== 39)
2663
2719
  return null;
@@ -2744,7 +2800,7 @@ var ss = (
2744
2800
  var f = this.clonePosition(), m = this.parseSimpleArgStyleIfPossible();
2745
2801
  if (m.err)
2746
2802
  return m;
2747
- var g = ns(m.val);
2803
+ var g = cs(m.val);
2748
2804
  if (g.length === 0)
2749
2805
  return this.error(P.EXPECT_ARGUMENT_STYLE, x(this.clonePosition(), this.clonePosition()));
2750
2806
  var b = x(f, this.clonePosition());
@@ -2755,7 +2811,7 @@ var ss = (
2755
2811
  return _;
2756
2812
  var E = x(n, this.clonePosition());
2757
2813
  if (c && Jt(c == null ? void 0 : c.style, "::", 0)) {
2758
- var w = is(c.style.slice(2));
2814
+ var w = us(c.style.slice(2));
2759
2815
  if (l === "number") {
2760
2816
  var m = this.parseNumberSkeletonFromString(w, c.styleLocation);
2761
2817
  return m.err ? m : {
@@ -2766,12 +2822,12 @@ var ss = (
2766
2822
  if (w.length === 0)
2767
2823
  return this.error(P.EXPECT_DATE_TIME_SKELETON, E);
2768
2824
  var I = w;
2769
- this.locale && (I = $n(w, this.locale));
2825
+ this.locale && (I = qn(w, this.locale));
2770
2826
  var g = {
2771
2827
  type: ar.dateTime,
2772
2828
  pattern: I,
2773
2829
  location: c.styleLocation,
2774
- parsedOptions: this.shouldParseSkeletons ? Un(I) : {}
2830
+ parsedOptions: this.shouldParseSkeletons ? Vn(I) : {}
2775
2831
  }, $ = l === "date" ? N.date : N.time;
2776
2832
  return {
2777
2833
  val: { type: $, value: i, location: E, style: g },
@@ -2876,7 +2932,7 @@ var ss = (
2876
2932
  }, e.prototype.parseNumberSkeletonFromString = function(r, t) {
2877
2933
  var i = [];
2878
2934
  try {
2879
- i = Fn(r);
2935
+ i = zn(r);
2880
2936
  } catch (n) {
2881
2937
  return this.error(P.INVALID_NUMBER_SKELETON, t);
2882
2938
  }
@@ -2885,7 +2941,7 @@ var ss = (
2885
2941
  type: ar.number,
2886
2942
  tokens: i,
2887
2943
  location: t,
2888
- parsedOptions: this.shouldParseSkeletons ? Vn(i) : {}
2944
+ parsedOptions: this.shouldParseSkeletons ? Wn(i) : {}
2889
2945
  },
2890
2946
  err: null
2891
2947
  };
@@ -2933,7 +2989,7 @@ var ss = (
2933
2989
  break;
2934
2990
  }
2935
2991
  var h = x(n, this.clonePosition());
2936
- return s ? (a *= i, rs(a) ? { val: a, err: null } : this.error(t, h)) : this.error(r, h);
2992
+ return s ? (a *= i, as(a) ? { val: a, err: null } : this.error(t, h)) : this.error(r, h);
2937
2993
  }, e.prototype.offset = function() {
2938
2994
  return this.position.offset;
2939
2995
  }, e.prototype.isEOF = function() {
@@ -2948,7 +3004,7 @@ var ss = (
2948
3004
  var r = this.position.offset;
2949
3005
  if (r >= this.message.length)
2950
3006
  throw Error("out of bound");
2951
- var t = Bi(this.message, r);
3007
+ var t = Ni(this.message, r);
2952
3008
  if (t === void 0)
2953
3009
  throw Error("Offset ".concat(r, " is at invalid UTF-16 code unit boundary"));
2954
3010
  return t;
@@ -2989,7 +3045,7 @@ var ss = (
2989
3045
  break;
2990
3046
  }
2991
3047
  }, e.prototype.bumpSpace = function() {
2992
- for (; !this.isEOF() && Ni(this.char()); )
3048
+ for (; !this.isEOF() && Li(this.char()); )
2993
3049
  this.bump();
2994
3050
  }, e.prototype.peek = function() {
2995
3051
  if (this.isEOF())
@@ -3002,86 +3058,36 @@ var ss = (
3002
3058
  function Ct(e) {
3003
3059
  return e >= 97 && e <= 122 || e >= 65 && e <= 90;
3004
3060
  }
3005
- function os(e) {
3061
+ function fs(e) {
3006
3062
  return Ct(e) || e === 47;
3007
3063
  }
3008
- function as(e) {
3064
+ function ds(e) {
3009
3065
  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;
3010
3066
  }
3011
- function Ni(e) {
3067
+ function Li(e) {
3012
3068
  return e >= 9 && e <= 13 || e === 32 || e === 133 || e >= 8206 && e <= 8207 || e === 8232 || e === 8233;
3013
3069
  }
3014
- function ls(e) {
3070
+ function ms(e) {
3015
3071
  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;
3016
3072
  }
3017
3073
  function At(e) {
3018
3074
  e.forEach(function(r) {
3019
- if (delete r.location, wi(r) || Si(r))
3075
+ if (delete r.location, Pi(r) || xi(r))
3020
3076
  for (var t in r.options)
3021
3077
  delete r.options[t].location, At(r.options[t].value);
3022
- else Ei(r) && xi(r.style) || (vi(r) || _i(r)) && wt(r.style) ? delete r.style.location : Pi(r) && At(r.children);
3078
+ else _i(r) && Ai(r.style) || (wi(r) || Si(r)) && wt(r.style) ? delete r.style.location : Ci(r) && At(r.children);
3023
3079
  });
3024
3080
  }
3025
- function us(e, r) {
3081
+ function gs(e, r) {
3026
3082
  r === void 0 && (r = {}), r = A({ shouldParseSkeletons: !0, requiresOtherClause: !0 }, r);
3027
- var t = new ss(e, r).parse();
3083
+ var t = new hs(e, r).parse();
3028
3084
  if (t.err) {
3029
3085
  var i = SyntaxError(P[t.err.kind]);
3030
3086
  throw i.location = t.err.location, i.originalMessage = t.err.message, i;
3031
3087
  }
3032
3088
  return r != null && r.captureLocation || At(t.val), t.val;
3033
3089
  }
3034
- function gt(e, r) {
3035
- var t = r && r.cache ? r.cache : gs, i = r && r.serializer ? r.serializer : ms, n = r && r.strategy ? r.strategy : hs;
3036
- return n(e, {
3037
- cache: t,
3038
- serializer: i
3039
- });
3040
- }
3041
- function cs(e) {
3042
- return e == null || typeof e == "number" || typeof e == "boolean";
3043
- }
3044
- function Oi(e, r, t, i) {
3045
- var n = cs(i) ? i : t(i), s = r.get(n);
3046
- return typeof s == "undefined" && (s = e.call(this, i), r.set(n, s)), s;
3047
- }
3048
- function Li(e, r, t) {
3049
- var i = Array.prototype.slice.call(arguments, 3), n = t(i), s = r.get(n);
3050
- return typeof s == "undefined" && (s = e.apply(this, i), r.set(n, s)), s;
3051
- }
3052
- function It(e, r, t, i, n) {
3053
- return t.bind(r, e, i, n);
3054
- }
3055
- function hs(e, r) {
3056
- var t = e.length === 1 ? Oi : Li;
3057
- return It(e, this, t, r.cache.create(), r.serializer);
3058
- }
3059
- function fs(e, r) {
3060
- return It(e, this, Li, r.cache.create(), r.serializer);
3061
- }
3062
- function ds(e, r) {
3063
- return It(e, this, Oi, r.cache.create(), r.serializer);
3064
- }
3065
- var ms = function() {
3066
- return JSON.stringify(arguments);
3067
- };
3068
- function Nt() {
3069
- this.cache = /* @__PURE__ */ Object.create(null);
3070
- }
3071
- Nt.prototype.get = function(e) {
3072
- return this.cache[e];
3073
- };
3074
- Nt.prototype.set = function(e, r) {
3075
- this.cache[e] = r;
3076
- };
3077
- var gs = {
3078
- create: function() {
3079
- return new Nt();
3080
- }
3081
- }, pt = {
3082
- variadic: fs,
3083
- monadic: ds
3084
- }, lr;
3090
+ var lr;
3085
3091
  (function(e) {
3086
3092
  e.MISSING_VALUE = "MISSING_VALUE", e.INVALID_VALUE = "INVALID_VALUE", e.MISSING_INTL_API = "MISSING_INTL_API";
3087
3093
  })(lr || (lr = {}));
@@ -3154,7 +3160,7 @@ function rt(e, r, t, i, n, s, a) {
3154
3160
  });
3155
3161
  continue;
3156
3162
  }
3157
- if (Mn(f)) {
3163
+ if (Gn(f)) {
3158
3164
  typeof s == "number" && l.push({
3159
3165
  type: Q.literal,
3160
3166
  value: t.getNumberFormat(r).format(s)
@@ -3165,14 +3171,14 @@ function rt(e, r, t, i, n, s, a) {
3165
3171
  if (!(n && m in n))
3166
3172
  throw new bs(m, a);
3167
3173
  var g = n[m];
3168
- if (Ln(f)) {
3174
+ if (Dn(f)) {
3169
3175
  (!g || typeof g == "string" || typeof g == "number") && (g = typeof g == "string" || typeof g == "number" ? String(g) : ""), l.push({
3170
3176
  type: typeof g == "string" ? Q.literal : Q.object,
3171
3177
  value: g
3172
3178
  });
3173
3179
  continue;
3174
3180
  }
3175
- if (vi(f)) {
3181
+ if (wi(f)) {
3176
3182
  var b = typeof f.style == "string" ? i.date[f.style] : wt(f.style) ? f.style.parsedOptions : void 0;
3177
3183
  l.push({
3178
3184
  type: Q.literal,
@@ -3180,7 +3186,7 @@ function rt(e, r, t, i, n, s, a) {
3180
3186
  });
3181
3187
  continue;
3182
3188
  }
3183
- if (_i(f)) {
3189
+ if (Si(f)) {
3184
3190
  var b = typeof f.style == "string" ? i.time[f.style] : wt(f.style) ? f.style.parsedOptions : i.time.medium;
3185
3191
  l.push({
3186
3192
  type: Q.literal,
@@ -3188,15 +3194,15 @@ function rt(e, r, t, i, n, s, a) {
3188
3194
  });
3189
3195
  continue;
3190
3196
  }
3191
- if (Ei(f)) {
3192
- var b = typeof f.style == "string" ? i.number[f.style] : xi(f.style) ? f.style.parsedOptions : void 0;
3197
+ if (_i(f)) {
3198
+ var b = typeof f.style == "string" ? i.number[f.style] : Ai(f.style) ? f.style.parsedOptions : void 0;
3193
3199
  b && b.scale && (g = g * (b.scale || 1)), l.push({
3194
3200
  type: Q.literal,
3195
3201
  value: t.getNumberFormat(r, b).format(g)
3196
3202
  });
3197
3203
  continue;
3198
3204
  }
3199
- if (Pi(f)) {
3205
+ if (Ci(f)) {
3200
3206
  var _ = f.children, E = f.value, w = n[E];
3201
3207
  if (!Es(w))
3202
3208
  throw new ps(E, "function", a);
@@ -3210,14 +3216,14 @@ function rt(e, r, t, i, n, s, a) {
3210
3216
  };
3211
3217
  }));
3212
3218
  }
3213
- if (wi(f)) {
3219
+ if (Pi(f)) {
3214
3220
  var M = f.options[g] || f.options.other;
3215
3221
  if (!M)
3216
3222
  throw new ei(f.value, g, Object.keys(f.options), a);
3217
3223
  l.push.apply(l, rt(M.value, r, t, i, n));
3218
3224
  continue;
3219
3225
  }
3220
- if (Si(f)) {
3226
+ if (xi(f)) {
3221
3227
  var M = f.options["=".concat(g)];
3222
3228
  if (!M) {
3223
3229
  if (!Intl.PluralRules)
@@ -3265,29 +3271,29 @@ function ws(e) {
3265
3271
  dateTime: {},
3266
3272
  pluralRules: {}
3267
3273
  }), {
3268
- getNumberFormat: gt(function() {
3274
+ getNumberFormat: mt(function() {
3269
3275
  for (var r, t = [], i = 0; i < arguments.length; i++)
3270
3276
  t[i] = arguments[i];
3271
3277
  return new ((r = Intl.NumberFormat).bind.apply(r, dt([void 0], t, !1)))();
3272
3278
  }, {
3273
3279
  cache: bt(e.number),
3274
- strategy: pt.variadic
3280
+ strategy: gt.variadic
3275
3281
  }),
3276
- getDateTimeFormat: gt(function() {
3282
+ getDateTimeFormat: mt(function() {
3277
3283
  for (var r, t = [], i = 0; i < arguments.length; i++)
3278
3284
  t[i] = arguments[i];
3279
3285
  return new ((r = Intl.DateTimeFormat).bind.apply(r, dt([void 0], t, !1)))();
3280
3286
  }, {
3281
3287
  cache: bt(e.dateTime),
3282
- strategy: pt.variadic
3288
+ strategy: gt.variadic
3283
3289
  }),
3284
- getPluralRules: gt(function() {
3290
+ getPluralRules: mt(function() {
3285
3291
  for (var r, t = [], i = 0; i < arguments.length; i++)
3286
3292
  t[i] = arguments[i];
3287
3293
  return new ((r = Intl.PluralRules).bind.apply(r, dt([void 0], t, !1)))();
3288
3294
  }, {
3289
3295
  cache: bt(e.pluralRules),
3290
- strategy: pt.variadic
3296
+ strategy: gt.variadic
3291
3297
  })
3292
3298
  };
3293
3299
  }
@@ -3295,8 +3301,9 @@ var Ss = (
3295
3301
  /** @class */
3296
3302
  function() {
3297
3303
  function e(r, t, i, n) {
3304
+ t === void 0 && (t = e.defaultLocale);
3298
3305
  var s = this;
3299
- if (t === void 0 && (t = e.defaultLocale), this.formatterCache = {
3306
+ if (this.formatterCache = {
3300
3307
  number: {},
3301
3308
  dateTime: {},
3302
3309
  pluralRules: {}
@@ -3341,7 +3348,7 @@ var Ss = (
3341
3348
  var t = Intl.NumberFormat.supportedLocalesOf(r);
3342
3349
  return t.length > 0 ? new Intl.Locale(t[0]) : new Intl.Locale(typeof r == "string" ? r : r[0]);
3343
3350
  }
3344
- }, e.__parse = us, e.formats = {
3351
+ }, e.__parse = gs, e.formats = {
3345
3352
  number: {
3346
3353
  integer: {
3347
3354
  maximumFractionDigits: 0
@@ -3939,7 +3946,7 @@ const oi = {
3939
3946
  }
3940
3947
  };
3941
3948
  function no(e) {
3942
- Wi(e, "svelte-q3pyzz", ".RegisterFormTitle{font-size:20px;text-transform:uppercase;font-weight:300;margin:0;padding-bottom:8px}.RegisterFormSubtitle{font-size:14px;margin:0;padding-bottom:20px}.FormLoginCallToAction{color:var(--emfe-w-registration-color-primary, var(--emfe-w-color-primary, #D0046C));font-size:14px;font-weight:400;text-decoration:none;cursor:pointer}.EmailContainer,.UserContainer,.PasswordContainer,.ConfirmPasswordContainer,.PromoCodeContainer,.SecurityQuestionContainer,.SecurityAnswerContainer{color:var(--emfe-w-registration-contrast, var(--emfe-w-color-gray-300, #58586B));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:14px;font-weight:300;padding-bottom:5px}.EmailContainer input,.UserContainer input,.PasswordContainer input,.ConfirmPasswordContainer input,.PromoCodeContainer input,.SecurityQuestionContainer input,.SecurityAnswerContainer input{width:100%;height:44px;border:1px solid var(--emfe-w-color-gray-100, #E6E6E6);border-radius:5px;box-sizing:border-box;padding:5px 15px;font-size:16px;line-height:18px}.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(--emfe-w-registration-color-primary, var(--emfe-w-color-primary, #D0046C));background:var(--emfe-w-color-pale, #FBECF4);color:var(--emfe-w-registration-color-primary, var(--emfe-w-color-primary, #D0046C))}.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(--emfe-w-categories-color-secondary, var(--emfe-w-color-secondary, #FD2839))}.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(--emfe-w-registration-color-primary, var(--emfe-w-color-primary, #D0046C))}.TogglePasswordVisibility path,.TogglePasswordVisibility circle,.TogglePasswordVisibility rect,.ToggleConfirmPasswordVisibility path,.ToggleConfirmPasswordVisibility circle,.ToggleConfirmPasswordVisibility rect{fill:var(--emfe-w-registration-contrast, var(--emfe-w-color-gray-300, #58586B))}.InvalidInput{color:var(--emfe-w-color-error, var(--emfe-w-color-red, #ed0909));font-size:10px;position:absolute;padding-top:5px;top:55px;line-height:10px}.ErrorMessage{margin:0 0 15px 0;font-size:12px;color:var(--emfe-w-color-error, var(--emfe-w-color-red, #ed0909))}.RegisterStepNext{color:var(--emfe-w-button-typography, var(--emfe-w-color-white, #FFFFFF));background:var(--emfe-w-registration-color-primary, var(--emfe-w-color-primary, #D0046C));border:1px solid var(--emfe-w-registration-color-primary, var(--emfe-w-color-primary, #D0046C));border-radius:5px;width:100%;height:60px;padding:0;text-transform:uppercase;font-size:18px;cursor:pointer;margin-top:24px}.RegisterStepNext[disabled]{background:var(--emfe-w-color-gray-100, #E6E6E6);border:1px solid var(--emfe-w-color-gray-150, #828282);cursor:not-allowed}input::-ms-reveal,input::-ms-clear{display:none}");
3949
+ Wi(e, "svelte-6m40jp", ".RegisterFormTitle{font-size:20px;text-transform:uppercase;font-weight:300;margin:0;padding-bottom:8px}.RegisterFormSubtitle{font-size:14px;margin:0;padding-bottom:20px}.FormLoginCallToAction{color:var(--emw--registration-color-primary, var(--emw--color-primary, #D0046C));font-size:14px;font-weight:400;text-decoration:none;cursor:pointer}.EmailContainer,.UserContainer,.PasswordContainer,.ConfirmPasswordContainer,.PromoCodeContainer,.SecurityQuestionContainer,.SecurityAnswerContainer{color:var(--emw--registration-contrast, var(--emw--color-gray-300, #58586B));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:14px;font-weight:300;padding-bottom:5px}.EmailContainer input,.UserContainer input,.PasswordContainer input,.ConfirmPasswordContainer input,.PromoCodeContainer input,.SecurityQuestionContainer input,.SecurityAnswerContainer input{width:100%;height:44px;border:1px solid var(--emw--color-gray-100, #E6E6E6);border-radius:5px;box-sizing:border-box;padding:5px 15px;font-size:16px;line-height:18px}.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--registration-color-primary, var(--emw--color-primary, #D0046C));background:var(--emw--color-pale, #FBECF4);color:var(--emw--registration-color-primary, var(--emw--color-primary, #D0046C))}.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, #FD2839))}.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, #D0046C))}.TogglePasswordVisibility path,.TogglePasswordVisibility circle,.TogglePasswordVisibility rect,.ToggleConfirmPasswordVisibility path,.ToggleConfirmPasswordVisibility circle,.ToggleConfirmPasswordVisibility rect{fill:var(--emw--registration-contrast, var(--emw--color-gray-300, #58586B))}.InvalidInput{color:var(--emw--color-error, var(--emw--color-red, #ed0909));font-size:10px;position:absolute;padding-top:5px;top:55px;line-height:10px}.ErrorMessage{margin:0 0 15px 0;font-size:12px;color:var(--emw--color-error, var(--emw--color-red, #ed0909))}.RegisterStepNext{color:var(--emw--button-typography, var(--emw--color-white, #FFFFFF));background:var(--emw--registration-color-primary, var(--emw--color-primary, #D0046C));border:1px solid var(--emw--registration-color-primary, var(--emw--color-primary, #D0046C));border-radius:5px;width:100%;height:60px;padding:0;text-transform:uppercase;font-size:18px;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}");
3943
3950
  }
3944
3951
  function ai(e) {
3945
3952
  let r, t = (
@@ -3989,7 +3996,7 @@ function so(e) {
3989
3996
  let r, t, i, n, s, a, l, h, c;
3990
3997
  return {
3991
3998
  c() {
3992
- r = S("svg"), t = S("defs"), i = S("style"), n = T(".a{fill:var(--emfe-w-registration-typography, var(--emfe-w-color-background, #07072A));}"), s = S("g"), a = S("path"), l = S("circle"), o(a, "class", "a"), o(a, "d", "M23.541,38.332a11.467,11.467,0,0,1-4.886-1.611,34.413,34.413,0,0,1-3.976-2.469,1.1,1.1,0,0,1-.494-.936,1.21,1.21,0,0,1,.442-.962A37.986,37.986,0,0,1,18.6,29.625a16.06,16.06,0,0,1,2.521-1.248,6.862,6.862,0,0,1,2.417-.546,6.862,6.862,0,0,1,2.417.546,20.541,20.541,0,0,1,2.547,1.248,45.872,45.872,0,0,1,4.054,2.729,1.159,1.159,0,0,1,.468.962,1.067,1.067,0,0,1-.52.936,36.353,36.353,0,0,1-4.054,2.469A11.2,11.2,0,0,1,23.541,38.332Zm0-9.46a9.813,9.813,0,0,0-4.392,1.663,44.138,44.138,0,0,0-3.873,2.651.13.13,0,0,0,0,.208,36.5,36.5,0,0,0,3.873,2.391,10.372,10.372,0,0,0,4.392,1.481,11.051,11.051,0,0,0,4.444-1.481,40.2,40.2,0,0,0,3.925-2.391.13.13,0,0,0,0-.208h0a34.132,34.132,0,0,0-3.925-2.651A10.072,10.072,0,0,0,23.541,28.872Z"), o(a, "transform", "translate(0)"), o(l, "class", "a"), o(l, "cx", "2.779"), o(l, "cy", "2.779"), o(l, "r", "2.779"), o(l, "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");
3999
+ r = S("svg"), t = S("defs"), i = S("style"), n = T(".a{fill:var(--emw--registration-typography, var(--emw--color-background, #07072A));}"), s = S("g"), a = S("path"), l = S("circle"), o(a, "class", "a"), o(a, "d", "M23.541,38.332a11.467,11.467,0,0,1-4.886-1.611,34.413,34.413,0,0,1-3.976-2.469,1.1,1.1,0,0,1-.494-.936,1.21,1.21,0,0,1,.442-.962A37.986,37.986,0,0,1,18.6,29.625a16.06,16.06,0,0,1,2.521-1.248,6.862,6.862,0,0,1,2.417-.546,6.862,6.862,0,0,1,2.417.546,20.541,20.541,0,0,1,2.547,1.248,45.872,45.872,0,0,1,4.054,2.729,1.159,1.159,0,0,1,.468.962,1.067,1.067,0,0,1-.52.936,36.353,36.353,0,0,1-4.054,2.469A11.2,11.2,0,0,1,23.541,38.332Zm0-9.46a9.813,9.813,0,0,0-4.392,1.663,44.138,44.138,0,0,0-3.873,2.651.13.13,0,0,0,0,.208,36.5,36.5,0,0,0,3.873,2.391,10.372,10.372,0,0,0,4.392,1.481,11.051,11.051,0,0,0,4.444-1.481,40.2,40.2,0,0,0,3.925-2.391.13.13,0,0,0,0-.208h0a34.132,34.132,0,0,0-3.925-2.651A10.072,10.072,0,0,0,23.541,28.872Z"), o(a, "transform", "translate(0)"), o(l, "class", "a"), o(l, "cx", "2.779"), o(l, "cy", "2.779"), o(l, "r", "2.779"), o(l, "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");
3993
4000
  },
3994
4001
  m(f, m) {
3995
4002
  fe(f, r, m), u(r, t), u(t, i), u(i, n), u(r, s), u(s, a), u(s, l), h || (c = C(
@@ -4009,7 +4016,7 @@ function oo(e) {
4009
4016
  let r, t, i, n, s, a, l, h, c, f, m, g, b, _, E;
4010
4017
  return {
4011
4018
  c() {
4012
- r = S("svg"), t = S("defs"), i = S("style"), n = T(".a{fill:var(--emfe-w-registration-typography, var(--emfe-w-color-background, #07072A));}"), s = S("g"), a = S("circle"), l = S("g"), h = S("path"), c = S("path"), f = S("g"), m = S("path"), g = S("path"), b = S("rect"), o(a, "class", "a"), o(a, "cx", "0.05"), o(a, "cy", "0.05"), o(a, "r", "0.05"), o(a, "transform", "translate(121.017 31.148)"), o(h, "class", "a"), o(h, "d", "M147.413,43.174a2.774,2.774,0,0,0-3.229-3.943Z"), o(h, "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(l, "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(f, "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");
4019
+ r = S("svg"), t = S("defs"), i = S("style"), n = T(".a{fill:var(--emw--registration-typography, var(--emw--color-background, #07072A));}"), s = S("g"), a = S("circle"), l = S("g"), h = S("path"), c = S("path"), f = S("g"), m = S("path"), g = S("path"), b = S("rect"), o(a, "class", "a"), o(a, "cx", "0.05"), o(a, "cy", "0.05"), o(a, "r", "0.05"), o(a, "transform", "translate(121.017 31.148)"), o(h, "class", "a"), o(h, "d", "M147.413,43.174a2.774,2.774,0,0,0-3.229-3.943Z"), o(h, "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(l, "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(f, "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");
4013
4020
  },
4014
4021
  m(w, I) {
4015
4022
  fe(w, r, I), u(r, t), u(t, i), u(i, n), u(r, s), u(s, a), u(s, l), u(l, h), u(l, c), u(s, f), u(f, m), u(f, g), u(s, b), _ || (E = C(
@@ -4073,7 +4080,7 @@ function ao(e) {
4073
4080
  let r, t, i, n, s, a, l, h, c;
4074
4081
  return {
4075
4082
  c() {
4076
- r = S("svg"), t = S("defs"), i = S("style"), n = T(".a{fill:var(--emfe-w-registration-typography, var(--emfe-w-color-background, #07072A));}"), s = S("g"), a = S("path"), l = S("circle"), o(a, "class", "a"), o(a, "d", "M23.541,38.332a11.467,11.467,0,0,1-4.886-1.611,34.413,34.413,0,0,1-3.976-2.469,1.1,1.1,0,0,1-.494-.936,1.21,1.21,0,0,1,.442-.962A37.986,37.986,0,0,1,18.6,29.625a16.06,16.06,0,0,1,2.521-1.248,6.862,6.862,0,0,1,2.417-.546,6.862,6.862,0,0,1,2.417.546,20.541,20.541,0,0,1,2.547,1.248,45.872,45.872,0,0,1,4.054,2.729,1.159,1.159,0,0,1,.468.962,1.067,1.067,0,0,1-.52.936,36.353,36.353,0,0,1-4.054,2.469A11.2,11.2,0,0,1,23.541,38.332Zm0-9.46a9.813,9.813,0,0,0-4.392,1.663,44.138,44.138,0,0,0-3.873,2.651.13.13,0,0,0,0,.208,36.5,36.5,0,0,0,3.873,2.391,10.372,10.372,0,0,0,4.392,1.481,11.051,11.051,0,0,0,4.444-1.481,40.2,40.2,0,0,0,3.925-2.391.13.13,0,0,0,0-.208h0a34.132,34.132,0,0,0-3.925-2.651A10.072,10.072,0,0,0,23.541,28.872Z"), o(a, "transform", "translate(0)"), o(l, "class", "a"), o(l, "cx", "2.779"), o(l, "cy", "2.779"), o(l, "r", "2.779"), o(l, "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");
4083
+ r = S("svg"), t = S("defs"), i = S("style"), n = T(".a{fill:var(--emw--registration-typography, var(--emw--color-background, #07072A));}"), s = S("g"), a = S("path"), l = S("circle"), o(a, "class", "a"), o(a, "d", "M23.541,38.332a11.467,11.467,0,0,1-4.886-1.611,34.413,34.413,0,0,1-3.976-2.469,1.1,1.1,0,0,1-.494-.936,1.21,1.21,0,0,1,.442-.962A37.986,37.986,0,0,1,18.6,29.625a16.06,16.06,0,0,1,2.521-1.248,6.862,6.862,0,0,1,2.417-.546,6.862,6.862,0,0,1,2.417.546,20.541,20.541,0,0,1,2.547,1.248,45.872,45.872,0,0,1,4.054,2.729,1.159,1.159,0,0,1,.468.962,1.067,1.067,0,0,1-.52.936,36.353,36.353,0,0,1-4.054,2.469A11.2,11.2,0,0,1,23.541,38.332Zm0-9.46a9.813,9.813,0,0,0-4.392,1.663,44.138,44.138,0,0,0-3.873,2.651.13.13,0,0,0,0,.208,36.5,36.5,0,0,0,3.873,2.391,10.372,10.372,0,0,0,4.392,1.481,11.051,11.051,0,0,0,4.444-1.481,40.2,40.2,0,0,0,3.925-2.391.13.13,0,0,0,0-.208h0a34.132,34.132,0,0,0-3.925-2.651A10.072,10.072,0,0,0,23.541,28.872Z"), o(a, "transform", "translate(0)"), o(l, "class", "a"), o(l, "cx", "2.779"), o(l, "cy", "2.779"), o(l, "r", "2.779"), o(l, "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");
4077
4084
  },
4078
4085
  m(f, m) {
4079
4086
  fe(f, r, m), u(r, t), u(t, i), u(i, n), u(r, s), u(s, a), u(s, l), h || (c = C(
@@ -4093,7 +4100,7 @@ function lo(e) {
4093
4100
  let r, t, i, n, s, a, l, h, c, f, m, g, b, _, E;
4094
4101
  return {
4095
4102
  c() {
4096
- r = S("svg"), t = S("defs"), i = S("style"), n = T(".a{fill:var(--emfe-w-registration-typography, var(--emfe-w-color-background, #07072A));}"), s = S("g"), a = S("circle"), l = S("g"), h = S("path"), c = S("path"), f = S("g"), m = S("path"), g = S("path"), b = S("rect"), o(a, "class", "a"), o(a, "cx", "0.05"), o(a, "cy", "0.05"), o(a, "r", "0.05"), o(a, "transform", "translate(121.017 31.148)"), o(h, "class", "a"), o(h, "d", "M147.413,43.174a2.774,2.774,0,0,0-3.229-3.943Z"), o(h, "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(l, "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(f, "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");
4103
+ r = S("svg"), t = S("defs"), i = S("style"), n = T(".a{fill:var(--emw--registration-typography, var(--emw--color-background, #07072A));}"), s = S("g"), a = S("circle"), l = S("g"), h = S("path"), c = S("path"), f = S("g"), m = S("path"), g = S("path"), b = S("rect"), o(a, "class", "a"), o(a, "cx", "0.05"), o(a, "cy", "0.05"), o(a, "r", "0.05"), o(a, "transform", "translate(121.017 31.148)"), o(h, "class", "a"), o(h, "d", "M147.413,43.174a2.774,2.774,0,0,0-3.229-3.943Z"), o(h, "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(l, "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(f, "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");
4097
4104
  },
4098
4105
  m(w, I) {
4099
4106
  fe(w, r, I), u(r, t), u(t, i), u(i, n), u(r, s), u(s, a), u(s, l), u(l, h), u(l, c), u(s, f), u(f, m), u(f, g), u(s, b), _ || (E = C(