@everymatrix/casino-categories 1.50.0 → 1.51.0

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.
@@ -646,7 +646,57 @@ function He(e, t, r) {
646
646
  (s || !(n in t)) && (s || (s = Array.prototype.slice.call(t, 0, n)), s[n] = t[n]);
647
647
  return e.concat(s || Array.prototype.slice.call(t));
648
648
  }
649
- var y;
649
+ function Ae(e, t) {
650
+ var r = t && t.cache ? t.cache : Qr, n = t && t.serializer ? t.serializer : Zr, i = t && t.strategy ? t.strategy : Xr;
651
+ return i(e, {
652
+ cache: r,
653
+ serializer: n
654
+ });
655
+ }
656
+ function Vr(e) {
657
+ return e == null || typeof e == "number" || typeof e == "boolean";
658
+ }
659
+ function Ot(e, t, r, n) {
660
+ var i = Vr(n) ? n : r(n), s = t.get(i);
661
+ return typeof s == "undefined" && (s = e.call(this, n), t.set(i, s)), s;
662
+ }
663
+ function Pt(e, t, r) {
664
+ var n = Array.prototype.slice.call(arguments, 3), i = r(n), s = t.get(i);
665
+ return typeof s == "undefined" && (s = e.apply(this, n), t.set(i, s)), s;
666
+ }
667
+ function Xe(e, t, r, n, i) {
668
+ return r.bind(t, e, n, i);
669
+ }
670
+ function Xr(e, t) {
671
+ var r = e.length === 1 ? Ot : Pt;
672
+ return Xe(e, this, r, t.cache.create(), t.serializer);
673
+ }
674
+ function zr(e, t) {
675
+ return Xe(e, this, Pt, t.cache.create(), t.serializer);
676
+ }
677
+ function Wr(e, t) {
678
+ return Xe(e, this, Ot, t.cache.create(), t.serializer);
679
+ }
680
+ var Zr = function() {
681
+ return JSON.stringify(arguments);
682
+ };
683
+ function ze() {
684
+ this.cache = /* @__PURE__ */ Object.create(null);
685
+ }
686
+ ze.prototype.get = function(e) {
687
+ return this.cache[e];
688
+ };
689
+ ze.prototype.set = function(e, t) {
690
+ this.cache[e] = t;
691
+ };
692
+ var Qr = {
693
+ create: function() {
694
+ return new ze();
695
+ }
696
+ }, Be = {
697
+ variadic: zr,
698
+ monadic: Wr
699
+ }, y;
650
700
  (function(e) {
651
701
  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";
652
702
  })(y || (y = {}));
@@ -661,40 +711,40 @@ var J;
661
711
  function st(e) {
662
712
  return e.type === T.literal;
663
713
  }
664
- function Vr(e) {
714
+ function Jr(e) {
665
715
  return e.type === T.argument;
666
716
  }
667
- function Ot(e) {
717
+ function wt(e) {
668
718
  return e.type === T.number;
669
719
  }
670
- function Pt(e) {
720
+ function Nt(e) {
671
721
  return e.type === T.date;
672
722
  }
673
- function wt(e) {
723
+ function It(e) {
674
724
  return e.type === T.time;
675
725
  }
676
- function Nt(e) {
726
+ function Lt(e) {
677
727
  return e.type === T.select;
678
728
  }
679
- function It(e) {
729
+ function Mt(e) {
680
730
  return e.type === T.plural;
681
731
  }
682
- function Xr(e) {
732
+ function qr(e) {
683
733
  return e.type === T.pound;
684
734
  }
685
- function Lt(e) {
735
+ function $t(e) {
686
736
  return e.type === T.tag;
687
737
  }
688
- function Mt(e) {
738
+ function Rt(e) {
689
739
  return !!(e && typeof e == "object" && e.type === J.number);
690
740
  }
691
741
  function Me(e) {
692
742
  return !!(e && typeof e == "object" && e.type === J.dateTime);
693
743
  }
694
- var $t = /[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/, zr = /(?:[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;
695
- function Wr(e) {
744
+ var Ut = /[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/, Yr = /(?:[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;
745
+ function Kr(e) {
696
746
  var t = {};
697
- return e.replace(zr, function(r) {
747
+ return e.replace(Yr, function(r) {
698
748
  var n = r.length;
699
749
  switch (r[0]) {
700
750
  case "G":
@@ -783,11 +833,11 @@ function Wr(e) {
783
833
  return "";
784
834
  }), t;
785
835
  }
786
- var Zr = /[\t-\r \x85\u200E\u200F\u2028\u2029]/i;
787
- function Qr(e) {
836
+ var en = /[\t-\r \x85\u200E\u200F\u2028\u2029]/i;
837
+ function tn(e) {
788
838
  if (e.length === 0)
789
839
  throw new Error("Number skeleton cannot be empty");
790
- for (var t = e.split(Zr).filter(function(f) {
840
+ for (var t = e.split(en).filter(function(f) {
791
841
  return f.length > 0;
792
842
  }), r = [], n = 0, i = t; n < i.length; n++) {
793
843
  var s = i[n], o = s.split("/");
@@ -802,17 +852,17 @@ function Qr(e) {
802
852
  }
803
853
  return r;
804
854
  }
805
- function Jr(e) {
855
+ function rn(e) {
806
856
  return e.replace(/^(.*?)-/, "");
807
857
  }
808
- var ot = /^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g, Rt = /^(@+)?(\+|#+)?[rs]?$/g, qr = /(\*)(0+)|(#+)(0+)|(0+)/g, Ut = /^(0+)$/;
858
+ var ot = /^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g, Gt = /^(@+)?(\+|#+)?[rs]?$/g, nn = /(\*)(0+)|(#+)(0+)|(0+)/g, Dt = /^(0+)$/;
809
859
  function at(e) {
810
860
  var t = {};
811
- return e[e.length - 1] === "r" ? t.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (t.roundingPriority = "lessPrecision"), e.replace(Rt, function(r, n, i) {
861
+ return e[e.length - 1] === "r" ? t.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (t.roundingPriority = "lessPrecision"), e.replace(Gt, function(r, n, i) {
812
862
  return typeof i != "string" ? (t.minimumSignificantDigits = n.length, t.maximumSignificantDigits = n.length) : i === "+" ? t.minimumSignificantDigits = n.length : n[0] === "#" ? t.maximumSignificantDigits = n.length : (t.minimumSignificantDigits = n.length, t.maximumSignificantDigits = n.length + (typeof i == "string" ? i.length : 0)), "";
813
863
  }), t;
814
864
  }
815
- function Gt(e) {
865
+ function Ft(e) {
816
866
  switch (e) {
817
867
  case "sign-auto":
818
868
  return {
@@ -852,7 +902,7 @@ function Gt(e) {
852
902
  };
853
903
  }
854
904
  }
855
- function Yr(e) {
905
+ function sn(e) {
856
906
  var t;
857
907
  if (e[0] === "E" && e[1] === "E" ? (t = {
858
908
  notation: "engineering"
@@ -860,17 +910,17 @@ function Yr(e) {
860
910
  notation: "scientific"
861
911
  }, e = e.slice(1)), t) {
862
912
  var r = e.slice(0, 2);
863
- if (r === "+!" ? (t.signDisplay = "always", e = e.slice(2)) : r === "+?" && (t.signDisplay = "exceptZero", e = e.slice(2)), !Ut.test(e))
913
+ if (r === "+!" ? (t.signDisplay = "always", e = e.slice(2)) : r === "+?" && (t.signDisplay = "exceptZero", e = e.slice(2)), !Dt.test(e))
864
914
  throw new Error("Malformed concise eng/scientific notation");
865
915
  t.minimumIntegerDigits = e.length;
866
916
  }
867
917
  return t;
868
918
  }
869
919
  function ut(e) {
870
- var t = {}, r = Gt(e);
920
+ var t = {}, r = Ft(e);
871
921
  return r || t;
872
922
  }
873
- function Kr(e) {
923
+ function on(e) {
874
924
  for (var t = {}, r = 0, n = e; r < n.length; r++) {
875
925
  var i = n[r];
876
926
  switch (i.stem) {
@@ -894,7 +944,7 @@ function Kr(e) {
894
944
  continue;
895
945
  case "measure-unit":
896
946
  case "unit":
897
- t.style = "unit", t.unit = Jr(i.options[0]);
947
+ t.style = "unit", t.unit = rn(i.options[0]);
898
948
  continue;
899
949
  case "compact-short":
900
950
  case "K":
@@ -956,7 +1006,7 @@ function Kr(e) {
956
1006
  case "integer-width":
957
1007
  if (i.options.length > 1)
958
1008
  throw new RangeError("integer-width stems only accept a single optional option");
959
- i.options[0].replace(qr, function(h, a, l, c, f, d) {
1009
+ i.options[0].replace(nn, function(h, a, l, c, f, d) {
960
1010
  if (a)
961
1011
  t.minimumIntegerDigits = l.length;
962
1012
  else {
@@ -969,7 +1019,7 @@ function Kr(e) {
969
1019
  });
970
1020
  continue;
971
1021
  }
972
- if (Ut.test(i.stem)) {
1022
+ if (Dt.test(i.stem)) {
973
1023
  t.minimumIntegerDigits = i.stem.length;
974
1024
  continue;
975
1025
  }
@@ -983,13 +1033,13 @@ function Kr(e) {
983
1033
  s === "w" ? t = x(x({}, t), { trailingZeroDisplay: "stripIfInteger" }) : s && (t = x(x({}, t), at(s)));
984
1034
  continue;
985
1035
  }
986
- if (Rt.test(i.stem)) {
1036
+ if (Gt.test(i.stem)) {
987
1037
  t = x(x({}, t), at(i.stem));
988
1038
  continue;
989
1039
  }
990
- var o = Gt(i.stem);
1040
+ var o = Ft(i.stem);
991
1041
  o && (t = x(x({}, t), o));
992
- var u = Yr(i.stem);
1042
+ var u = sn(i.stem);
993
1043
  u && (t = x(x({}, t), u));
994
1044
  }
995
1045
  return t;
@@ -999,6 +1049,12 @@ var fe = {
999
1049
  "H",
1000
1050
  "h"
1001
1051
  ],
1052
+ 419: [
1053
+ "h",
1054
+ "H",
1055
+ "hB",
1056
+ "hb"
1057
+ ],
1002
1058
  AC: [
1003
1059
  "H",
1004
1060
  "h",
@@ -1047,8 +1103,8 @@ var fe = {
1047
1103
  "hB"
1048
1104
  ],
1049
1105
  AR: [
1050
- "H",
1051
1106
  "h",
1107
+ "H",
1052
1108
  "hB",
1053
1109
  "hb"
1054
1110
  ],
@@ -1138,9 +1194,9 @@ var fe = {
1138
1194
  "H"
1139
1195
  ],
1140
1196
  BO: [
1197
+ "h",
1141
1198
  "H",
1142
1199
  "hB",
1143
- "h",
1144
1200
  "hb"
1145
1201
  ],
1146
1202
  BQ: [
@@ -1217,8 +1273,8 @@ var fe = {
1217
1273
  "hB"
1218
1274
  ],
1219
1275
  CL: [
1220
- "H",
1221
1276
  "h",
1277
+ "H",
1222
1278
  "hB",
1223
1279
  "hb"
1224
1280
  ],
@@ -1243,14 +1299,14 @@ var fe = {
1243
1299
  "H"
1244
1300
  ],
1245
1301
  CR: [
1246
- "H",
1247
1302
  "h",
1303
+ "H",
1248
1304
  "hB",
1249
1305
  "hb"
1250
1306
  ],
1251
1307
  CU: [
1252
- "H",
1253
1308
  "h",
1309
+ "H",
1254
1310
  "hB",
1255
1311
  "hb"
1256
1312
  ],
@@ -1319,9 +1375,9 @@ var fe = {
1319
1375
  "hb"
1320
1376
  ],
1321
1377
  EC: [
1378
+ "h",
1322
1379
  "H",
1323
1380
  "hB",
1324
- "h",
1325
1381
  "hb"
1326
1382
  ],
1327
1383
  EE: [
@@ -1457,8 +1513,8 @@ var fe = {
1457
1513
  "hB"
1458
1514
  ],
1459
1515
  GT: [
1460
- "H",
1461
1516
  "h",
1517
+ "H",
1462
1518
  "hB",
1463
1519
  "hb"
1464
1520
  ],
@@ -1485,8 +1541,8 @@ var fe = {
1485
1541
  "H"
1486
1542
  ],
1487
1543
  HN: [
1488
- "H",
1489
1544
  "h",
1545
+ "H",
1490
1546
  "hB",
1491
1547
  "hb"
1492
1548
  ],
@@ -1800,8 +1856,8 @@ var fe = {
1800
1856
  "hB"
1801
1857
  ],
1802
1858
  MX: [
1803
- "H",
1804
1859
  "h",
1860
+ "H",
1805
1861
  "hB",
1806
1862
  "hb"
1807
1863
  ],
@@ -1841,8 +1897,8 @@ var fe = {
1841
1897
  "hB"
1842
1898
  ],
1843
1899
  NI: [
1844
- "H",
1845
1900
  "h",
1901
+ "H",
1846
1902
  "hB",
1847
1903
  "hb"
1848
1904
  ],
@@ -1890,9 +1946,9 @@ var fe = {
1890
1946
  "hb"
1891
1947
  ],
1892
1948
  PE: [
1949
+ "h",
1893
1950
  "H",
1894
1951
  "hB",
1895
- "h",
1896
1952
  "hb"
1897
1953
  ],
1898
1954
  PF: [
@@ -1950,8 +2006,8 @@ var fe = {
1950
2006
  "H"
1951
2007
  ],
1952
2008
  PY: [
1953
- "H",
1954
2009
  "h",
2010
+ "H",
1955
2011
  "hB",
1956
2012
  "hb"
1957
2013
  ],
@@ -2064,8 +2120,8 @@ var fe = {
2064
2120
  "hB"
2065
2121
  ],
2066
2122
  SV: [
2067
- "H",
2068
2123
  "h",
2124
+ "H",
2069
2125
  "hB",
2070
2126
  "hb"
2071
2127
  ],
@@ -2187,8 +2243,8 @@ var fe = {
2187
2243
  "hB"
2188
2244
  ],
2189
2245
  UY: [
2190
- "H",
2191
2246
  "h",
2247
+ "H",
2192
2248
  "hB",
2193
2249
  "hb"
2194
2250
  ],
@@ -2296,37 +2352,37 @@ var fe = {
2296
2352
  "H",
2297
2353
  "hB"
2298
2354
  ],
2299
- "es-BO": [
2300
- "H",
2355
+ "en-HK": [
2301
2356
  "h",
2302
- "hB",
2303
- "hb"
2357
+ "hb",
2358
+ "H",
2359
+ "hB"
2304
2360
  ],
2305
- "es-BR": [
2361
+ "en-IL": [
2306
2362
  "H",
2307
2363
  "h",
2308
- "hB",
2309
- "hb"
2364
+ "hb",
2365
+ "hB"
2310
2366
  ],
2311
- "es-EC": [
2312
- "H",
2367
+ "en-MY": [
2313
2368
  "h",
2314
- "hB",
2315
- "hb"
2369
+ "hb",
2370
+ "H",
2371
+ "hB"
2316
2372
  ],
2317
- "es-ES": [
2373
+ "es-BR": [
2318
2374
  "H",
2319
2375
  "h",
2320
2376
  "hB",
2321
2377
  "hb"
2322
2378
  ],
2323
- "es-GQ": [
2379
+ "es-ES": [
2324
2380
  "H",
2325
2381
  "h",
2326
2382
  "hB",
2327
2383
  "hb"
2328
2384
  ],
2329
- "es-PE": [
2385
+ "es-GQ": [
2330
2386
  "H",
2331
2387
  "h",
2332
2388
  "hB",
@@ -2403,13 +2459,13 @@ var fe = {
2403
2459
  "h"
2404
2460
  ]
2405
2461
  };
2406
- function en(e, t) {
2462
+ function an(e, t) {
2407
2463
  for (var r = "", n = 0; n < e.length; n++) {
2408
2464
  var i = e.charAt(n);
2409
2465
  if (i === "j") {
2410
2466
  for (var s = 0; n + 1 < e.length && e.charAt(n + 1) === i; )
2411
2467
  s++, n++;
2412
- var o = 1 + (s & 1), u = s < 2 ? 1 : 3 + (s >> 1), h = "a", a = tn(t);
2468
+ var o = 1 + (s & 1), u = s < 2 ? 1 : 3 + (s >> 1), h = "a", a = un(t);
2413
2469
  for ((a == "H" || a == "k") && (u = 0); u-- > 0; )
2414
2470
  r += h;
2415
2471
  for (; o-- > 0; )
@@ -2418,7 +2474,7 @@ function en(e, t) {
2418
2474
  }
2419
2475
  return r;
2420
2476
  }
2421
- function tn(e) {
2477
+ function un(e) {
2422
2478
  var t = e.hourCycle;
2423
2479
  if (t === void 0 && // @ts-ignore hourCycle(s) is not identified yet
2424
2480
  e.hourCycles && // @ts-ignore
@@ -2440,20 +2496,20 @@ function tn(e) {
2440
2496
  var i = fe[n || ""] || fe[r || ""] || fe["".concat(r, "-001")] || fe["001"];
2441
2497
  return i[0];
2442
2498
  }
2443
- var Ae, rn = new RegExp("^".concat($t.source, "*")), nn = new RegExp("".concat($t.source, "*$"));
2499
+ var Se, hn = new RegExp("^".concat(Ut.source, "*")), ln = new RegExp("".concat(Ut.source, "*$"));
2444
2500
  function E(e, t) {
2445
2501
  return { start: e, end: t };
2446
2502
  }
2447
- var sn = !!String.prototype.startsWith && "_a".startsWith("a", 1), on = !!String.fromCodePoint, an = !!Object.fromEntries, un = !!String.prototype.codePointAt, hn = !!String.prototype.trimStart, ln = !!String.prototype.trimEnd, fn = !!Number.isSafeInteger, cn = fn ? Number.isSafeInteger : function(e) {
2503
+ var fn = !!String.prototype.startsWith && "_a".startsWith("a", 1), cn = !!String.fromCodePoint, gn = !!Object.fromEntries, mn = !!String.prototype.codePointAt, pn = !!String.prototype.trimStart, dn = !!String.prototype.trimEnd, bn = !!Number.isSafeInteger, yn = bn ? Number.isSafeInteger : function(e) {
2448
2504
  return typeof e == "number" && isFinite(e) && Math.floor(e) === e && Math.abs(e) <= 9007199254740991;
2449
2505
  }, $e = !0;
2450
2506
  try {
2451
- var gn = Ft("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
2452
- $e = ((Ae = gn.exec("a")) === null || Ae === void 0 ? void 0 : Ae[0]) === "a";
2507
+ var En = kt("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
2508
+ $e = ((Se = En.exec("a")) === null || Se === void 0 ? void 0 : Se[0]) === "a";
2453
2509
  } catch (e) {
2454
2510
  $e = !1;
2455
2511
  }
2456
- var ht = sn ? (
2512
+ var ht = fn ? (
2457
2513
  // Native
2458
2514
  function(t, r, n) {
2459
2515
  return t.startsWith(r, n);
@@ -2463,7 +2519,7 @@ var ht = sn ? (
2463
2519
  function(t, r, n) {
2464
2520
  return t.slice(n, n + r.length) === r;
2465
2521
  }
2466
- ), Re = on ? String.fromCodePoint : (
2522
+ ), Re = cn ? String.fromCodePoint : (
2467
2523
  // IE11
2468
2524
  function() {
2469
2525
  for (var t = [], r = 0; r < arguments.length; r++)
@@ -2477,7 +2533,7 @@ var ht = sn ? (
2477
2533
  }
2478
2534
  ), lt = (
2479
2535
  // native
2480
- an ? Object.fromEntries : (
2536
+ gn ? Object.fromEntries : (
2481
2537
  // Ponyfill
2482
2538
  function(t) {
2483
2539
  for (var r = {}, n = 0, i = t; n < i.length; n++) {
@@ -2487,7 +2543,7 @@ var ht = sn ? (
2487
2543
  return r;
2488
2544
  }
2489
2545
  )
2490
- ), Dt = un ? (
2546
+ ), jt = mn ? (
2491
2547
  // Native
2492
2548
  function(t, r) {
2493
2549
  return t.codePointAt(r);
@@ -2501,7 +2557,7 @@ var ht = sn ? (
2501
2557
  return i < 55296 || i > 56319 || r + 1 === n || (s = t.charCodeAt(r + 1)) < 56320 || s > 57343 ? i : (i - 55296 << 10) + (s - 56320) + 65536;
2502
2558
  }
2503
2559
  }
2504
- ), mn = hn ? (
2560
+ ), xn = pn ? (
2505
2561
  // Native
2506
2562
  function(t) {
2507
2563
  return t.trimStart();
@@ -2509,9 +2565,9 @@ var ht = sn ? (
2509
2565
  ) : (
2510
2566
  // Ponyfill
2511
2567
  function(t) {
2512
- return t.replace(rn, "");
2568
+ return t.replace(hn, "");
2513
2569
  }
2514
- ), pn = ln ? (
2570
+ ), _n = dn ? (
2515
2571
  // Native
2516
2572
  function(t) {
2517
2573
  return t.trimEnd();
@@ -2519,15 +2575,15 @@ var ht = sn ? (
2519
2575
  ) : (
2520
2576
  // Ponyfill
2521
2577
  function(t) {
2522
- return t.replace(nn, "");
2578
+ return t.replace(ln, "");
2523
2579
  }
2524
2580
  );
2525
- function Ft(e, t) {
2581
+ function kt(e, t) {
2526
2582
  return new RegExp(e, t);
2527
2583
  }
2528
2584
  var Ue;
2529
2585
  if ($e) {
2530
- var ft = Ft("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
2586
+ var ft = kt("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
2531
2587
  Ue = function(t, r) {
2532
2588
  var n;
2533
2589
  ft.lastIndex = r;
@@ -2537,14 +2593,14 @@ if ($e) {
2537
2593
  } else
2538
2594
  Ue = function(t, r) {
2539
2595
  for (var n = []; ; ) {
2540
- var i = Dt(t, r);
2541
- if (i === void 0 || jt(i) || En(i))
2596
+ var i = jt(t, r);
2597
+ if (i === void 0 || Vt(i) || Hn(i))
2542
2598
  break;
2543
2599
  n.push(i), r += i >= 65536 ? 2 : 1;
2544
2600
  }
2545
2601
  return Re.apply(void 0, n);
2546
2602
  };
2547
- var dn = (
2603
+ var vn = (
2548
2604
  /** @class */
2549
2605
  function() {
2550
2606
  function e(t, r) {
@@ -2626,7 +2682,7 @@ var dn = (
2626
2682
  return this.error(y.INVALID_TAG, E(n, this.clonePosition()));
2627
2683
  }, e.prototype.parseTagName = function() {
2628
2684
  var t = this.offset();
2629
- for (this.bump(); !this.isEOF() && yn(this.char()); )
2685
+ for (this.bump(); !this.isEOF() && Cn(this.char()); )
2630
2686
  this.bump();
2631
2687
  return this.message.slice(t, this.offset());
2632
2688
  }, e.prototype.parseLiteral = function(t, r) {
@@ -2655,7 +2711,7 @@ var dn = (
2655
2711
  };
2656
2712
  }, e.prototype.tryParseLeftAngleBracket = function() {
2657
2713
  return !this.isEOF() && this.char() === 60 && (this.ignoreTag || // If at the opening tag or closing tag position, bail.
2658
- !bn(this.peek() || 0)) ? (this.bump(), "<") : null;
2714
+ !Tn(this.peek() || 0)) ? (this.bump(), "<") : null;
2659
2715
  }, e.prototype.tryParseQuote = function(t) {
2660
2716
  if (this.isEOF() || this.char() !== 39)
2661
2717
  return null;
@@ -2742,7 +2798,7 @@ var dn = (
2742
2798
  var l = this.clonePosition(), c = this.parseSimpleArgStyleIfPossible();
2743
2799
  if (c.err)
2744
2800
  return c;
2745
- var f = pn(c.val);
2801
+ var f = _n(c.val);
2746
2802
  if (f.length === 0)
2747
2803
  return this.error(y.EXPECT_ARGUMENT_STYLE, E(this.clonePosition(), this.clonePosition()));
2748
2804
  var d = E(l, this.clonePosition());
@@ -2753,7 +2809,7 @@ var dn = (
2753
2809
  return p;
2754
2810
  var g = E(i, this.clonePosition());
2755
2811
  if (a && ht(a == null ? void 0 : a.style, "::", 0)) {
2756
- var _ = mn(a.style.slice(2));
2812
+ var _ = xn(a.style.slice(2));
2757
2813
  if (u === "number") {
2758
2814
  var c = this.parseNumberSkeletonFromString(_, a.styleLocation);
2759
2815
  return c.err ? c : {
@@ -2764,12 +2820,12 @@ var dn = (
2764
2820
  if (_.length === 0)
2765
2821
  return this.error(y.EXPECT_DATE_TIME_SKELETON, g);
2766
2822
  var m = _;
2767
- this.locale && (m = en(_, this.locale));
2823
+ this.locale && (m = an(_, this.locale));
2768
2824
  var f = {
2769
2825
  type: J.dateTime,
2770
2826
  pattern: m,
2771
2827
  location: a.styleLocation,
2772
- parsedOptions: this.shouldParseSkeletons ? Wr(m) : {}
2828
+ parsedOptions: this.shouldParseSkeletons ? Kr(m) : {}
2773
2829
  }, C = u === "date" ? T.date : T.time;
2774
2830
  return {
2775
2831
  val: { type: C, value: n, location: g, style: f },
@@ -2874,7 +2930,7 @@ var dn = (
2874
2930
  }, e.prototype.parseNumberSkeletonFromString = function(t, r) {
2875
2931
  var n = [];
2876
2932
  try {
2877
- n = Qr(t);
2933
+ n = tn(t);
2878
2934
  } catch (i) {
2879
2935
  return this.error(y.INVALID_NUMBER_SKELETON, r);
2880
2936
  }
@@ -2883,7 +2939,7 @@ var dn = (
2883
2939
  type: J.number,
2884
2940
  tokens: n,
2885
2941
  location: r,
2886
- parsedOptions: this.shouldParseSkeletons ? Kr(n) : {}
2942
+ parsedOptions: this.shouldParseSkeletons ? on(n) : {}
2887
2943
  },
2888
2944
  err: null
2889
2945
  };
@@ -2931,7 +2987,7 @@ var dn = (
2931
2987
  break;
2932
2988
  }
2933
2989
  var h = E(i, this.clonePosition());
2934
- return s ? (o *= n, cn(o) ? { val: o, err: null } : this.error(r, h)) : this.error(t, h);
2990
+ return s ? (o *= n, yn(o) ? { val: o, err: null } : this.error(r, h)) : this.error(t, h);
2935
2991
  }, e.prototype.offset = function() {
2936
2992
  return this.position.offset;
2937
2993
  }, e.prototype.isEOF = function() {
@@ -2946,7 +3002,7 @@ var dn = (
2946
3002
  var t = this.position.offset;
2947
3003
  if (t >= this.message.length)
2948
3004
  throw Error("out of bound");
2949
- var r = Dt(this.message, t);
3005
+ var r = jt(this.message, t);
2950
3006
  if (r === void 0)
2951
3007
  throw Error("Offset ".concat(t, " is at invalid UTF-16 code unit boundary"));
2952
3008
  return r;
@@ -2987,7 +3043,7 @@ var dn = (
2987
3043
  break;
2988
3044
  }
2989
3045
  }, e.prototype.bumpSpace = function() {
2990
- for (; !this.isEOF() && jt(this.char()); )
3046
+ for (; !this.isEOF() && Vt(this.char()); )
2991
3047
  this.bump();
2992
3048
  }, e.prototype.peek = function() {
2993
3049
  if (this.isEOF())
@@ -3000,86 +3056,36 @@ var dn = (
3000
3056
  function Ge(e) {
3001
3057
  return e >= 97 && e <= 122 || e >= 65 && e <= 90;
3002
3058
  }
3003
- function bn(e) {
3059
+ function Tn(e) {
3004
3060
  return Ge(e) || e === 47;
3005
3061
  }
3006
- function yn(e) {
3062
+ function Cn(e) {
3007
3063
  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;
3008
3064
  }
3009
- function jt(e) {
3065
+ function Vt(e) {
3010
3066
  return e >= 9 && e <= 13 || e === 32 || e === 133 || e >= 8206 && e <= 8207 || e === 8232 || e === 8233;
3011
3067
  }
3012
- function En(e) {
3068
+ function Hn(e) {
3013
3069
  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;
3014
3070
  }
3015
3071
  function De(e) {
3016
3072
  e.forEach(function(t) {
3017
- if (delete t.location, Nt(t) || It(t))
3073
+ if (delete t.location, Lt(t) || Mt(t))
3018
3074
  for (var r in t.options)
3019
3075
  delete t.options[r].location, De(t.options[r].value);
3020
- else Ot(t) && Mt(t.style) || (Pt(t) || wt(t)) && Me(t.style) ? delete t.style.location : Lt(t) && De(t.children);
3076
+ else wt(t) && Rt(t.style) || (Nt(t) || It(t)) && Me(t.style) ? delete t.style.location : $t(t) && De(t.children);
3021
3077
  });
3022
3078
  }
3023
- function xn(e, t) {
3079
+ function An(e, t) {
3024
3080
  t === void 0 && (t = {}), t = x({ shouldParseSkeletons: !0, requiresOtherClause: !0 }, t);
3025
- var r = new dn(e, t).parse();
3081
+ var r = new vn(e, t).parse();
3026
3082
  if (r.err) {
3027
3083
  var n = SyntaxError(y[r.err.kind]);
3028
3084
  throw n.location = r.err.location, n.originalMessage = r.err.message, n;
3029
3085
  }
3030
3086
  return t != null && t.captureLocation || De(r.val), r.val;
3031
3087
  }
3032
- function Be(e, t) {
3033
- var r = t && t.cache ? t.cache : An, n = t && t.serializer ? t.serializer : Hn, i = t && t.strategy ? t.strategy : vn;
3034
- return i(e, {
3035
- cache: r,
3036
- serializer: n
3037
- });
3038
- }
3039
- function _n(e) {
3040
- return e == null || typeof e == "number" || typeof e == "boolean";
3041
- }
3042
- function kt(e, t, r, n) {
3043
- var i = _n(n) ? n : r(n), s = t.get(i);
3044
- return typeof s == "undefined" && (s = e.call(this, n), t.set(i, s)), s;
3045
- }
3046
- function Vt(e, t, r) {
3047
- var n = Array.prototype.slice.call(arguments, 3), i = r(n), s = t.get(i);
3048
- return typeof s == "undefined" && (s = e.apply(this, n), t.set(i, s)), s;
3049
- }
3050
- function Xe(e, t, r, n, i) {
3051
- return r.bind(t, e, n, i);
3052
- }
3053
- function vn(e, t) {
3054
- var r = e.length === 1 ? kt : Vt;
3055
- return Xe(e, this, r, t.cache.create(), t.serializer);
3056
- }
3057
- function Tn(e, t) {
3058
- return Xe(e, this, Vt, t.cache.create(), t.serializer);
3059
- }
3060
- function Cn(e, t) {
3061
- return Xe(e, this, kt, t.cache.create(), t.serializer);
3062
- }
3063
- var Hn = function() {
3064
- return JSON.stringify(arguments);
3065
- };
3066
- function ze() {
3067
- this.cache = /* @__PURE__ */ Object.create(null);
3068
- }
3069
- ze.prototype.get = function(e) {
3070
- return this.cache[e];
3071
- };
3072
- ze.prototype.set = function(e, t) {
3073
- this.cache[e] = t;
3074
- };
3075
- var An = {
3076
- create: function() {
3077
- return new ze();
3078
- }
3079
- }, Se = {
3080
- variadic: Tn,
3081
- monadic: Cn
3082
- }, q;
3088
+ var q;
3083
3089
  (function(e) {
3084
3090
  e.MISSING_VALUE = "MISSING_VALUE", e.INVALID_VALUE = "INVALID_VALUE", e.MISSING_INTL_API = "MISSING_INTL_API";
3085
3091
  })(q || (q = {}));
@@ -3152,7 +3158,7 @@ function ge(e, t, r, n, i, s, o) {
3152
3158
  });
3153
3159
  continue;
3154
3160
  }
3155
- if (Xr(l)) {
3161
+ if (qr(l)) {
3156
3162
  typeof s == "number" && u.push({
3157
3163
  type: P.literal,
3158
3164
  value: r.getNumberFormat(t).format(s)
@@ -3163,14 +3169,14 @@ function ge(e, t, r, n, i, s, o) {
3163
3169
  if (!(i && c in i))
3164
3170
  throw new Sn(c, o);
3165
3171
  var f = i[c];
3166
- if (Vr(l)) {
3172
+ if (Jr(l)) {
3167
3173
  (!f || typeof f == "string" || typeof f == "number") && (f = typeof f == "string" || typeof f == "number" ? String(f) : ""), u.push({
3168
3174
  type: typeof f == "string" ? P.literal : P.object,
3169
3175
  value: f
3170
3176
  });
3171
3177
  continue;
3172
3178
  }
3173
- if (Pt(l)) {
3179
+ if (Nt(l)) {
3174
3180
  var d = typeof l.style == "string" ? n.date[l.style] : Me(l.style) ? l.style.parsedOptions : void 0;
3175
3181
  u.push({
3176
3182
  type: P.literal,
@@ -3178,7 +3184,7 @@ function ge(e, t, r, n, i, s, o) {
3178
3184
  });
3179
3185
  continue;
3180
3186
  }
3181
- if (wt(l)) {
3187
+ if (It(l)) {
3182
3188
  var d = typeof l.style == "string" ? n.time[l.style] : Me(l.style) ? l.style.parsedOptions : n.time.medium;
3183
3189
  u.push({
3184
3190
  type: P.literal,
@@ -3186,15 +3192,15 @@ function ge(e, t, r, n, i, s, o) {
3186
3192
  });
3187
3193
  continue;
3188
3194
  }
3189
- if (Ot(l)) {
3190
- var d = typeof l.style == "string" ? n.number[l.style] : Mt(l.style) ? l.style.parsedOptions : void 0;
3195
+ if (wt(l)) {
3196
+ var d = typeof l.style == "string" ? n.number[l.style] : Rt(l.style) ? l.style.parsedOptions : void 0;
3191
3197
  d && d.scale && (f = f * (d.scale || 1)), u.push({
3192
3198
  type: P.literal,
3193
3199
  value: r.getNumberFormat(t, d).format(f)
3194
3200
  });
3195
3201
  continue;
3196
3202
  }
3197
- if (Lt(l)) {
3203
+ if ($t(l)) {
3198
3204
  var p = l.children, g = l.value, _ = i[g];
3199
3205
  if (!Pn(_))
3200
3206
  throw new Bn(g, "function", o);
@@ -3208,14 +3214,14 @@ function ge(e, t, r, n, i, s, o) {
3208
3214
  };
3209
3215
  }));
3210
3216
  }
3211
- if (Nt(l)) {
3217
+ if (Lt(l)) {
3212
3218
  var H = l.options[f] || l.options.other;
3213
3219
  if (!H)
3214
3220
  throw new ct(l.value, f, Object.keys(l.options), o);
3215
3221
  u.push.apply(u, ge(H.value, t, r, n, i));
3216
3222
  continue;
3217
3223
  }
3218
- if (It(l)) {
3224
+ if (Mt(l)) {
3219
3225
  var H = l.options["=".concat(f)];
3220
3226
  if (!H) {
3221
3227
  if (!Intl.PluralRules)
@@ -3263,29 +3269,29 @@ function In(e) {
3263
3269
  dateTime: {},
3264
3270
  pluralRules: {}
3265
3271
  }), {
3266
- getNumberFormat: Be(function() {
3272
+ getNumberFormat: Ae(function() {
3267
3273
  for (var t, r = [], n = 0; n < arguments.length; n++)
3268
3274
  r[n] = arguments[n];
3269
3275
  return new ((t = Intl.NumberFormat).bind.apply(t, He([void 0], r, !1)))();
3270
3276
  }, {
3271
3277
  cache: Oe(e.number),
3272
- strategy: Se.variadic
3278
+ strategy: Be.variadic
3273
3279
  }),
3274
- getDateTimeFormat: Be(function() {
3280
+ getDateTimeFormat: Ae(function() {
3275
3281
  for (var t, r = [], n = 0; n < arguments.length; n++)
3276
3282
  r[n] = arguments[n];
3277
3283
  return new ((t = Intl.DateTimeFormat).bind.apply(t, He([void 0], r, !1)))();
3278
3284
  }, {
3279
3285
  cache: Oe(e.dateTime),
3280
- strategy: Se.variadic
3286
+ strategy: Be.variadic
3281
3287
  }),
3282
- getPluralRules: Be(function() {
3288
+ getPluralRules: Ae(function() {
3283
3289
  for (var t, r = [], n = 0; n < arguments.length; n++)
3284
3290
  r[n] = arguments[n];
3285
3291
  return new ((t = Intl.PluralRules).bind.apply(t, He([void 0], r, !1)))();
3286
3292
  }, {
3287
3293
  cache: Oe(e.pluralRules),
3288
- strategy: Se.variadic
3294
+ strategy: Be.variadic
3289
3295
  })
3290
3296
  };
3291
3297
  }
@@ -3293,8 +3299,9 @@ var Ln = (
3293
3299
  /** @class */
3294
3300
  function() {
3295
3301
  function e(t, r, n, i) {
3302
+ r === void 0 && (r = e.defaultLocale);
3296
3303
  var s = this;
3297
- if (r === void 0 && (r = e.defaultLocale), this.formatterCache = {
3304
+ if (this.formatterCache = {
3298
3305
  number: {},
3299
3306
  dateTime: {},
3300
3307
  pluralRules: {}
@@ -3339,7 +3346,7 @@ var Ln = (
3339
3346
  var r = Intl.NumberFormat.supportedLocalesOf(t);
3340
3347
  return r.length > 0 ? new Intl.Locale(r[0]) : new Intl.Locale(typeof t == "string" ? t : t[0]);
3341
3348
  }
3342
- }, e.__parse = xn, e.formats = {
3349
+ }, e.__parse = An, e.formats = {
3343
3350
  number: {
3344
3351
  integer: {
3345
3352
  maximumFractionDigits: 0
@@ -3808,6 +3815,12 @@ const yt = {
3808
3815
  otherCategories: "Otras Categorias",
3809
3816
  Loading: "Cargando, por favor espere...",
3810
3817
  games: "juegos"
3818
+ },
3819
+ "en-us": {
3820
+ topCategories: "Top Categories",
3821
+ otherCategories: "Other Categories",
3822
+ loading: "Loading, please wait...",
3823
+ games: "games"
3811
3824
  }
3812
3825
  };
3813
3826
  function pi(e) {