@everymatrix/casino-collections-providers 1.57.0 → 1.59.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.
@@ -1,28 +1,28 @@
1
1
  function A() {
2
2
  }
3
- function kt(e) {
3
+ function Dt(e) {
4
4
  return e();
5
5
  }
6
- function dt() {
6
+ function ht() {
7
7
  return /* @__PURE__ */ Object.create(null);
8
8
  }
9
9
  function te(e) {
10
- e.forEach(kt);
10
+ e.forEach(Dt);
11
11
  }
12
- function tt(e) {
12
+ function et(e) {
13
13
  return typeof e == "function";
14
14
  }
15
- function Vt(e, t) {
15
+ function Ft(e, t) {
16
16
  return e != e ? t == t : e !== t || e && typeof e == "object" || typeof e == "function";
17
17
  }
18
18
  let ce;
19
19
  function ve(e, t) {
20
20
  return e === t ? !0 : (ce || (ce = document.createElement("a")), ce.href = t, e === ce.href);
21
21
  }
22
- function Rr(e) {
22
+ function Lr(e) {
23
23
  return Object.keys(e).length === 0;
24
24
  }
25
- function Xt(e, ...t) {
25
+ function jt(e, ...t) {
26
26
  if (e == null) {
27
27
  for (const n of t)
28
28
  n(void 0);
@@ -31,20 +31,20 @@ function Xt(e, ...t) {
31
31
  const r = e.subscribe(...t);
32
32
  return r.unsubscribe ? () => r.unsubscribe() : r;
33
33
  }
34
- function $r(e, t, r) {
35
- e.$$.on_destroy.push(Xt(t, r));
34
+ function Ir(e, t, r) {
35
+ e.$$.on_destroy.push(jt(t, r));
36
36
  }
37
37
  function H(e, t) {
38
38
  e.appendChild(t);
39
39
  }
40
- function Gr(e, t, r) {
41
- const n = Ur(e);
40
+ function Nr(e, t, r) {
41
+ const n = Mr(e);
42
42
  if (!n.getElementById(t)) {
43
43
  const i = C("style");
44
- i.id = t, i.textContent = r, Dr(n, i);
44
+ i.id = t, i.textContent = r, Rr(n, i);
45
45
  }
46
46
  }
47
- function Ur(e) {
47
+ function Mr(e) {
48
48
  if (!e)
49
49
  return document;
50
50
  const t = e.getRootNode ? e.getRootNode() : e.ownerDocument;
@@ -54,7 +54,7 @@ function Ur(e) {
54
54
  t
55
55
  ) : e.ownerDocument;
56
56
  }
57
- function Dr(e, t) {
57
+ function Rr(e, t) {
58
58
  return H(
59
59
  /** @type {Document} */
60
60
  e.head || e,
@@ -67,7 +67,7 @@ function R(e, t, r) {
67
67
  function I(e) {
68
68
  e.parentNode && e.parentNode.removeChild(e);
69
69
  }
70
- function Wt(e, t) {
70
+ function kt(e, t) {
71
71
  for (let r = 0; r < e.length; r += 1)
72
72
  e[r] && e[r].d(t);
73
73
  }
@@ -83,25 +83,25 @@ function k() {
83
83
  function ye(e, t, r, n) {
84
84
  return e.addEventListener(t, r, n), () => e.removeEventListener(t, r, n);
85
85
  }
86
- function Fr(e) {
86
+ function $r(e) {
87
87
  return function(t) {
88
88
  return t.stopPropagation(), e.call(this, t);
89
89
  };
90
90
  }
91
- function x(e, t, r) {
91
+ function E(e, t, r) {
92
92
  r == null ? e.removeAttribute(t) : e.getAttribute(t) !== r && e.setAttribute(t, r);
93
93
  }
94
- function jr(e) {
94
+ function Gr(e) {
95
95
  return Array.from(e.childNodes);
96
96
  }
97
- function rt(e, t) {
97
+ function tt(e, t) {
98
98
  t = "" + t, e.data !== t && (e.data = /** @type {string} */
99
99
  t);
100
100
  }
101
101
  function Oe(e, t, r, n) {
102
102
  r == null ? e.style.removeProperty(t) : e.style.setProperty(t, r, "");
103
103
  }
104
- function kr(e) {
104
+ function Ur(e) {
105
105
  const t = {};
106
106
  return e.childNodes.forEach(
107
107
  /** @param {Element} node */
@@ -114,22 +114,22 @@ let ae;
114
114
  function se(e) {
115
115
  ae = e;
116
116
  }
117
- function Vr() {
117
+ function Dr() {
118
118
  if (!ae)
119
119
  throw new Error("Function called outside component initialization");
120
120
  return ae;
121
121
  }
122
- function Xr(e) {
123
- Vr().$$.on_mount.push(e);
122
+ function Fr(e) {
123
+ Dr().$$.on_mount.push(e);
124
124
  }
125
125
  const Z = [], _e = [];
126
126
  let Q = [];
127
- const pt = [], Wr = /* @__PURE__ */ Promise.resolve();
128
- let De = !1;
129
- function zr() {
130
- De || (De = !0, Wr.then(O));
127
+ const ct = [], jr = /* @__PURE__ */ Promise.resolve();
128
+ let Ue = !1;
129
+ function kr() {
130
+ Ue || (Ue = !0, jr.then(O));
131
131
  }
132
- function Fe(e) {
132
+ function De(e) {
133
133
  Q.push(e);
134
134
  }
135
135
  const Le = /* @__PURE__ */ new Set();
@@ -142,7 +142,7 @@ function O() {
142
142
  try {
143
143
  for (; W < Z.length; ) {
144
144
  const t = Z[W];
145
- W++, se(t), Zr(t.$$);
145
+ W++, se(t), Vr(t.$$);
146
146
  }
147
147
  } catch (t) {
148
148
  throw Z.length = 0, W = 0, t;
@@ -155,43 +155,43 @@ function O() {
155
155
  }
156
156
  Q.length = 0;
157
157
  } while (Z.length);
158
- for (; pt.length; )
159
- pt.pop()();
160
- De = !1, Le.clear(), se(e);
158
+ for (; ct.length; )
159
+ ct.pop()();
160
+ Ue = !1, Le.clear(), se(e);
161
161
  }
162
- function Zr(e) {
162
+ function Vr(e) {
163
163
  if (e.fragment !== null) {
164
164
  e.update(), te(e.before_update);
165
165
  const t = e.dirty;
166
- e.dirty = [-1], e.fragment && e.fragment.p(e.ctx, t), e.after_update.forEach(Fe);
166
+ e.dirty = [-1], e.fragment && e.fragment.p(e.ctx, t), e.after_update.forEach(De);
167
167
  }
168
168
  }
169
- function Qr(e) {
169
+ function Xr(e) {
170
170
  const t = [], r = [];
171
171
  Q.forEach((n) => e.indexOf(n) === -1 ? t.push(n) : r.push(n)), r.forEach((n) => n()), Q = t;
172
172
  }
173
- const qr = /* @__PURE__ */ new Set();
174
- function Jr(e, t) {
175
- e && e.i && (qr.delete(e), e.i(t));
173
+ const Wr = /* @__PURE__ */ new Set();
174
+ function zr(e, t) {
175
+ e && e.i && (Wr.delete(e), e.i(t));
176
176
  }
177
- function Ee(e) {
177
+ function xe(e) {
178
178
  return e?.length !== void 0 ? e : Array.from(e);
179
179
  }
180
- function Yr(e, t, r) {
180
+ function Zr(e, t, r) {
181
181
  const { fragment: n, after_update: i } = e.$$;
182
- n && n.m(t, r), Fe(() => {
183
- const o = e.$$.on_mount.map(kt).filter(tt);
182
+ n && n.m(t, r), De(() => {
183
+ const o = e.$$.on_mount.map(Dt).filter(et);
184
184
  e.$$.on_destroy ? e.$$.on_destroy.push(...o) : te(o), e.$$.on_mount = [];
185
- }), i.forEach(Fe);
185
+ }), i.forEach(De);
186
186
  }
187
- function Kr(e, t) {
187
+ function Qr(e, t) {
188
188
  const r = e.$$;
189
- r.fragment !== null && (Qr(r.after_update), te(r.on_destroy), r.fragment && r.fragment.d(t), r.on_destroy = r.fragment = null, r.ctx = []);
189
+ r.fragment !== null && (Xr(r.after_update), te(r.on_destroy), r.fragment && r.fragment.d(t), r.on_destroy = r.fragment = null, r.ctx = []);
190
190
  }
191
- function en(e, t) {
192
- e.$$.dirty[0] === -1 && (Z.push(e), zr(), e.$$.dirty.fill(0)), e.$$.dirty[t / 31 | 0] |= 1 << t % 31;
191
+ function qr(e, t) {
192
+ e.$$.dirty[0] === -1 && (Z.push(e), kr(), e.$$.dirty.fill(0)), e.$$.dirty[t / 31 | 0] |= 1 << t % 31;
193
193
  }
194
- function tn(e, t, r, n, i, o, s = null, a = [-1]) {
194
+ function Jr(e, t, r, n, i, o, s = null, a = [-1]) {
195
195
  const h = ae;
196
196
  se(e);
197
197
  const u = e.$$ = {
@@ -201,7 +201,7 @@ function tn(e, t, r, n, i, o, s = null, a = [-1]) {
201
201
  props: o,
202
202
  update: A,
203
203
  not_equal: i,
204
- bound: dt(),
204
+ bound: ht(),
205
205
  // lifecycle
206
206
  on_mount: [],
207
207
  on_destroy: [],
@@ -210,7 +210,7 @@ function tn(e, t, r, n, i, o, s = null, a = [-1]) {
210
210
  after_update: [],
211
211
  context: new Map(t.context || (h ? h.$$.context : [])),
212
212
  // everything else
213
- callbacks: dt(),
213
+ callbacks: ht(),
214
214
  dirty: a,
215
215
  skip_bound: !1,
216
216
  root: t.target || h.$$.root
@@ -219,19 +219,19 @@ function tn(e, t, r, n, i, o, s = null, a = [-1]) {
219
219
  let l = !1;
220
220
  if (u.ctx = r ? r(e, t.props || {}, (f, c, ...d) => {
221
221
  const p = d.length ? d[0] : c;
222
- return u.ctx && i(u.ctx[f], u.ctx[f] = p) && (!u.skip_bound && u.bound[f] && u.bound[f](p), l && en(e, f)), c;
222
+ return u.ctx && i(u.ctx[f], u.ctx[f] = p) && (!u.skip_bound && u.bound[f] && u.bound[f](p), l && qr(e, f)), c;
223
223
  }) : [], u.update(), l = !0, te(u.before_update), u.fragment = n ? n(u.ctx) : !1, t.target) {
224
224
  if (t.hydrate) {
225
- const f = jr(t.target);
225
+ const f = Gr(t.target);
226
226
  u.fragment && u.fragment.l(f), f.forEach(I);
227
227
  } else
228
228
  u.fragment && u.fragment.c();
229
- t.intro && Jr(e.$$.fragment), Yr(e, t.target, t.anchor), O();
229
+ t.intro && zr(e.$$.fragment), Zr(e, t.target, t.anchor), O();
230
230
  }
231
231
  se(h);
232
232
  }
233
- let zt;
234
- typeof HTMLElement == "function" && (zt = class extends HTMLElement {
233
+ let Vt;
234
+ typeof HTMLElement == "function" && (Vt = class extends HTMLElement {
235
235
  /** The Svelte component constructor */
236
236
  $$ctor;
237
237
  /** Slots */
@@ -273,7 +273,7 @@ typeof HTMLElement == "function" && (zt = class extends HTMLElement {
273
273
  let o;
274
274
  return {
275
275
  c: function() {
276
- o = C("slot"), i !== "default" && x(o, "name", i);
276
+ o = C("slot"), i !== "default" && E(o, "name", i);
277
277
  },
278
278
  /**
279
279
  * @param {HTMLElement} target
@@ -290,7 +290,7 @@ typeof HTMLElement == "function" && (zt = class extends HTMLElement {
290
290
  };
291
291
  if (await Promise.resolve(), !this.$$cn || this.$$c)
292
292
  return;
293
- const t = {}, r = kr(this);
293
+ const t = {}, r = Ur(this);
294
294
  for (const i of this.$$s)
295
295
  i in r && (t[i] = [e(i)]);
296
296
  for (const i of this.attributes) {
@@ -377,8 +377,8 @@ function pe(e, t, r, n) {
377
377
  return t;
378
378
  }
379
379
  }
380
- function rn(e, t, r, n, i, o) {
381
- let s = class extends zt {
380
+ function Yr(e, t, r, n, i, o) {
381
+ let s = class extends Vt {
382
382
  constructor() {
383
383
  super(e, r, i), this.$$p_d = t;
384
384
  }
@@ -406,7 +406,7 @@ function rn(e, t, r, n, i, o) {
406
406
  }), e.element = /** @type {any} */
407
407
  s, s;
408
408
  }
409
- class nn {
409
+ class Kr {
410
410
  /**
411
411
  * ### PRIVATE API
412
412
  *
@@ -425,7 +425,7 @@ class nn {
425
425
  $$set = void 0;
426
426
  /** @returns {void} */
427
427
  $destroy() {
428
- Kr(this, 1), this.$destroy = A;
428
+ Qr(this, 1), this.$destroy = A;
429
429
  }
430
430
  /**
431
431
  * @template {Extract<keyof Events, string>} K
@@ -434,7 +434,7 @@ class nn {
434
434
  * @returns {() => void}
435
435
  */
436
436
  $on(t, r) {
437
- if (!tt(r))
437
+ if (!et(r))
438
438
  return A;
439
439
  const n = this.$$.callbacks[t] || (this.$$.callbacks[t] = []);
440
440
  return n.push(r), () => {
@@ -447,13 +447,13 @@ class nn {
447
447
  * @returns {void}
448
448
  */
449
449
  $set(t) {
450
- this.$$set && !Rr(t) && (this.$$.skip_bound = !0, this.$$set(t), this.$$.skip_bound = !1);
450
+ this.$$set && !Lr(t) && (this.$$.skip_bound = !0, this.$$set(t), this.$$.skip_bound = !1);
451
451
  }
452
452
  }
453
- const on = "4";
454
- typeof window < "u" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(on);
453
+ const en = "4";
454
+ typeof window < "u" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(en);
455
455
  const z = [];
456
- function sn(e, t) {
456
+ function tn(e, t) {
457
457
  return {
458
458
  subscribe: Te(e, t).subscribe
459
459
  };
@@ -462,7 +462,7 @@ function Te(e, t = A) {
462
462
  let r;
463
463
  const n = /* @__PURE__ */ new Set();
464
464
  function i(a) {
465
- if (Vt(e, a) && (e = a, r)) {
465
+ if (Ft(e, a) && (e = a, r)) {
466
466
  const h = !z.length;
467
467
  for (const u of n)
468
468
  u[1](), z.push(u, e);
@@ -489,7 +489,7 @@ function re(e, t, r) {
489
489
  if (!i.every(Boolean))
490
490
  throw new Error("derived() expects stores as input, got a falsy value");
491
491
  const o = t.length < 2;
492
- return sn(r, (s, a) => {
492
+ return tn(r, (s, a) => {
493
493
  let h = !1;
494
494
  const u = [];
495
495
  let l = 0, f = A;
@@ -498,9 +498,9 @@ function re(e, t, r) {
498
498
  return;
499
499
  f();
500
500
  const p = t(n ? u[0] : u, s, a);
501
- o ? s(p) : f = tt(p) ? p : A;
501
+ o ? s(p) : f = et(p) ? p : A;
502
502
  }, d = i.map(
503
- (p, b) => Xt(
503
+ (p, b) => jt(
504
504
  p,
505
505
  (g) => {
506
506
  u[b] = g, l &= ~(1 << b), h && c();
@@ -515,70 +515,70 @@ function re(e, t, r) {
515
515
  };
516
516
  });
517
517
  }
518
- function an(e) {
518
+ function rn(e) {
519
519
  return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
520
520
  }
521
- var ln = function(t) {
522
- return un(t) && !hn(t);
521
+ var nn = function(t) {
522
+ return on(t) && !sn(t);
523
523
  };
524
- function un(e) {
524
+ function on(e) {
525
525
  return !!e && typeof e == "object";
526
526
  }
527
- function hn(e) {
527
+ function sn(e) {
528
528
  var t = Object.prototype.toString.call(e);
529
- return t === "[object RegExp]" || t === "[object Date]" || dn(e);
529
+ return t === "[object RegExp]" || t === "[object Date]" || un(e);
530
530
  }
531
- var cn = typeof Symbol == "function" && Symbol.for, fn = cn ? Symbol.for("react.element") : 60103;
532
- function dn(e) {
533
- return e.$$typeof === fn;
531
+ var an = typeof Symbol == "function" && Symbol.for, ln = an ? Symbol.for("react.element") : 60103;
532
+ function un(e) {
533
+ return e.$$typeof === ln;
534
534
  }
535
- function pn(e) {
535
+ function hn(e) {
536
536
  return Array.isArray(e) ? [] : {};
537
537
  }
538
538
  function le(e, t) {
539
- return t.clone !== !1 && t.isMergeableObject(e) ? J(pn(e), e, t) : e;
539
+ return t.clone !== !1 && t.isMergeableObject(e) ? J(hn(e), e, t) : e;
540
540
  }
541
- function mn(e, t, r) {
541
+ function cn(e, t, r) {
542
542
  return e.concat(t).map(function(n) {
543
543
  return le(n, r);
544
544
  });
545
545
  }
546
- function bn(e, t) {
546
+ function fn(e, t) {
547
547
  if (!t.customMerge)
548
548
  return J;
549
549
  var r = t.customMerge(e);
550
550
  return typeof r == "function" ? r : J;
551
551
  }
552
- function gn(e) {
552
+ function dn(e) {
553
553
  return Object.getOwnPropertySymbols ? Object.getOwnPropertySymbols(e).filter(function(t) {
554
554
  return Object.propertyIsEnumerable.call(e, t);
555
555
  }) : [];
556
556
  }
557
- function mt(e) {
558
- return Object.keys(e).concat(gn(e));
557
+ function ft(e) {
558
+ return Object.keys(e).concat(dn(e));
559
559
  }
560
- function Zt(e, t) {
560
+ function Xt(e, t) {
561
561
  try {
562
562
  return t in e;
563
563
  } catch {
564
564
  return !1;
565
565
  }
566
566
  }
567
- function vn(e, t) {
568
- return Zt(e, t) && !(Object.hasOwnProperty.call(e, t) && Object.propertyIsEnumerable.call(e, t));
567
+ function pn(e, t) {
568
+ return Xt(e, t) && !(Object.hasOwnProperty.call(e, t) && Object.propertyIsEnumerable.call(e, t));
569
569
  }
570
- function yn(e, t, r) {
570
+ function mn(e, t, r) {
571
571
  var n = {};
572
- return r.isMergeableObject(e) && mt(e).forEach(function(i) {
572
+ return r.isMergeableObject(e) && ft(e).forEach(function(i) {
573
573
  n[i] = le(e[i], r);
574
- }), mt(t).forEach(function(i) {
575
- vn(e, i) || (Zt(e, i) && r.isMergeableObject(t[i]) ? n[i] = bn(i, r)(e[i], t[i], r) : n[i] = le(t[i], r));
574
+ }), ft(t).forEach(function(i) {
575
+ pn(e, i) || (Xt(e, i) && r.isMergeableObject(t[i]) ? n[i] = fn(i, r)(e[i], t[i], r) : n[i] = le(t[i], r));
576
576
  }), n;
577
577
  }
578
578
  function J(e, t, r) {
579
- r = r || {}, r.arrayMerge = r.arrayMerge || mn, r.isMergeableObject = r.isMergeableObject || ln, r.cloneUnlessOtherwiseSpecified = le;
579
+ r = r || {}, r.arrayMerge = r.arrayMerge || cn, r.isMergeableObject = r.isMergeableObject || nn, r.cloneUnlessOtherwiseSpecified = le;
580
580
  var n = Array.isArray(t), i = Array.isArray(e), o = n === i;
581
- return o ? n ? r.arrayMerge(e, t, r) : yn(e, t, r) : le(t, r);
581
+ return o ? n ? r.arrayMerge(e, t, r) : mn(e, t, r) : le(t, r);
582
582
  }
583
583
  J.all = function(t, r) {
584
584
  if (!Array.isArray(t))
@@ -587,8 +587,8 @@ J.all = function(t, r) {
587
587
  return J(n, i, r);
588
588
  }, {});
589
589
  };
590
- var _n = J, En = _n;
591
- const xn = /* @__PURE__ */ an(En);
590
+ var bn = J, gn = bn;
591
+ const vn = /* @__PURE__ */ rn(gn);
592
592
  /*! *****************************************************************************
593
593
  Copyright (c) Microsoft Corporation.
594
594
 
@@ -603,18 +603,18 @@ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
603
603
  OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
604
604
  PERFORMANCE OF THIS SOFTWARE.
605
605
  ***************************************************************************** */
606
- var je = function(e, t) {
607
- return je = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(r, n) {
606
+ var Fe = function(e, t) {
607
+ return Fe = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(r, n) {
608
608
  r.__proto__ = n;
609
609
  } || function(r, n) {
610
610
  for (var i in n)
611
611
  Object.prototype.hasOwnProperty.call(n, i) && (r[i] = n[i]);
612
- }, je(e, t);
612
+ }, Fe(e, t);
613
613
  };
614
614
  function U(e, t) {
615
615
  if (typeof t != "function" && t !== null)
616
616
  throw new TypeError("Class extends value " + String(t) + " is not a constructor or null");
617
- je(e, t);
617
+ Fe(e, t);
618
618
  function r() {
619
619
  this.constructor = e;
620
620
  }
@@ -630,7 +630,7 @@ var _ = function() {
630
630
  return t;
631
631
  }, _.apply(this, arguments);
632
632
  };
633
- function Sn(e, t) {
633
+ function yn(e, t) {
634
634
  var r = {};
635
635
  for (var n in e)
636
636
  Object.prototype.hasOwnProperty.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
@@ -639,7 +639,7 @@ function Sn(e, t) {
639
639
  t.indexOf(n[i]) < 0 && Object.prototype.propertyIsEnumerable.call(e, n[i]) && (r[n[i]] = e[n[i]]);
640
640
  return r;
641
641
  }
642
- function ke(e) {
642
+ function je(e) {
643
643
  var t = typeof Symbol == "function" && Symbol.iterator, r = t && e[t], n = 0;
644
644
  if (r)
645
645
  return r.call(e);
@@ -651,7 +651,7 @@ function ke(e) {
651
651
  };
652
652
  throw new TypeError(t ? "Object is not iterable." : "Symbol.iterator is not defined.");
653
653
  }
654
- function Ve(e, t) {
654
+ function ke(e, t) {
655
655
  var r = typeof Symbol == "function" && e[Symbol.iterator];
656
656
  if (!r)
657
657
  return e;
@@ -678,55 +678,53 @@ function q(e, t, r) {
678
678
  return e.concat(o || t);
679
679
  }
680
680
  function Ie(e, t) {
681
- var r = t && t.cache ? t.cache : Bn, n = t && t.serializer ? t.serializer : Pn, i = t && t.strategy ? t.strategy : Tn;
681
+ var r = t && t.cache ? t.cache : Hn, n = t && t.serializer ? t.serializer : wn, i = t && t.strategy ? t.strategy : En;
682
682
  return i(e, {
683
683
  cache: r,
684
684
  serializer: n
685
685
  });
686
686
  }
687
- function wn(e) {
687
+ function _n(e) {
688
688
  return e == null || typeof e == "number" || typeof e == "boolean";
689
689
  }
690
- function Qt(e, t, r, n) {
691
- var i = wn(n) ? n : r(n), o = t.get(i);
690
+ function xn(e, t, r, n) {
691
+ var i = _n(n) ? n : r(n), o = t.get(i);
692
692
  return typeof o > "u" && (o = e.call(this, n), t.set(i, o)), o;
693
693
  }
694
- function qt(e, t, r) {
694
+ function Wt(e, t, r) {
695
695
  var n = Array.prototype.slice.call(arguments, 3), i = r(n), o = t.get(i);
696
696
  return typeof o > "u" && (o = e.apply(this, n), t.set(i, o)), o;
697
697
  }
698
- function nt(e, t, r, n, i) {
698
+ function zt(e, t, r, n, i) {
699
699
  return r.bind(t, e, n, i);
700
700
  }
701
- function Tn(e, t) {
702
- var r = e.length === 1 ? Qt : qt;
703
- return nt(e, this, r, t.cache.create(), t.serializer);
704
- }
705
- function Hn(e, t) {
706
- return nt(e, this, qt, t.cache.create(), t.serializer);
701
+ function En(e, t) {
702
+ var r = e.length === 1 ? xn : Wt;
703
+ return zt(e, this, r, t.cache.create(), t.serializer);
707
704
  }
708
- function Cn(e, t) {
709
- return nt(e, this, Qt, t.cache.create(), t.serializer);
705
+ function Sn(e, t) {
706
+ return zt(e, this, Wt, t.cache.create(), t.serializer);
710
707
  }
711
- var Pn = function() {
708
+ var wn = function() {
712
709
  return JSON.stringify(arguments);
713
- };
714
- function it() {
715
- this.cache = /* @__PURE__ */ Object.create(null);
716
- }
717
- it.prototype.get = function(e) {
718
- return this.cache[e];
719
- };
720
- it.prototype.set = function(e, t) {
721
- this.cache[e] = t;
722
- };
723
- var Bn = {
710
+ }, Tn = (
711
+ /** @class */
712
+ function() {
713
+ function e() {
714
+ this.cache = /* @__PURE__ */ Object.create(null);
715
+ }
716
+ return e.prototype.get = function(t) {
717
+ return this.cache[t];
718
+ }, e.prototype.set = function(t, r) {
719
+ this.cache[t] = r;
720
+ }, e;
721
+ }()
722
+ ), Hn = {
724
723
  create: function() {
725
- return new it();
724
+ return new Tn();
726
725
  }
727
726
  }, Ne = {
728
- variadic: Hn,
729
- monadic: Cn
727
+ variadic: Sn
730
728
  }, v;
731
729
  (function(e) {
732
730
  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";
@@ -739,43 +737,43 @@ var Y;
739
737
  (function(e) {
740
738
  e[e.number = 0] = "number", e[e.dateTime = 1] = "dateTime";
741
739
  })(Y || (Y = {}));
742
- function bt(e) {
740
+ function dt(e) {
743
741
  return e.type === w.literal;
744
742
  }
745
- function An(e) {
743
+ function Cn(e) {
746
744
  return e.type === w.argument;
747
745
  }
748
- function Jt(e) {
746
+ function Zt(e) {
749
747
  return e.type === w.number;
750
748
  }
751
- function Yt(e) {
749
+ function Qt(e) {
752
750
  return e.type === w.date;
753
751
  }
754
- function Kt(e) {
752
+ function qt(e) {
755
753
  return e.type === w.time;
756
754
  }
757
- function er(e) {
755
+ function Jt(e) {
758
756
  return e.type === w.select;
759
757
  }
760
- function tr(e) {
758
+ function Yt(e) {
761
759
  return e.type === w.plural;
762
760
  }
763
- function On(e) {
761
+ function Pn(e) {
764
762
  return e.type === w.pound;
765
763
  }
766
- function rr(e) {
764
+ function Kt(e) {
767
765
  return e.type === w.tag;
768
766
  }
769
- function nr(e) {
767
+ function er(e) {
770
768
  return !!(e && typeof e == "object" && e.type === Y.number);
771
769
  }
772
- function Xe(e) {
770
+ function Ve(e) {
773
771
  return !!(e && typeof e == "object" && e.type === Y.dateTime);
774
772
  }
775
- var ir = /[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/, Ln = /(?:[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;
776
- function In(e) {
773
+ var tr = /[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/, Bn = /(?:[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;
774
+ function An(e) {
777
775
  var t = {};
778
- return e.replace(Ln, function(r) {
776
+ return e.replace(Bn, function(r) {
779
777
  var n = r.length;
780
778
  switch (r[0]) {
781
779
  case "G":
@@ -864,11 +862,11 @@ function In(e) {
864
862
  return "";
865
863
  }), t;
866
864
  }
867
- var Nn = /[\t-\r \x85\u200E\u200F\u2028\u2029]/i;
868
- function Mn(e) {
865
+ var On = /[\t-\r \x85\u200E\u200F\u2028\u2029]/i;
866
+ function Ln(e) {
869
867
  if (e.length === 0)
870
868
  throw new Error("Number skeleton cannot be empty");
871
- for (var t = e.split(Nn).filter(function(c) {
869
+ for (var t = e.split(On).filter(function(c) {
872
870
  return c.length > 0;
873
871
  }), r = [], n = 0, i = t; n < i.length; n++) {
874
872
  var o = i[n], s = o.split("/");
@@ -883,17 +881,17 @@ function Mn(e) {
883
881
  }
884
882
  return r;
885
883
  }
886
- function Rn(e) {
884
+ function In(e) {
887
885
  return e.replace(/^(.*?)-/, "");
888
886
  }
889
- var gt = /^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g, or = /^(@+)?(\+|#+)?[rs]?$/g, $n = /(\*)(0+)|(#+)(0+)|(0+)/g, sr = /^(0+)$/;
890
- function vt(e) {
887
+ var pt = /^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g, rr = /^(@+)?(\+|#+)?[rs]?$/g, Nn = /(\*)(0+)|(#+)(0+)|(0+)/g, nr = /^(0+)$/;
888
+ function mt(e) {
891
889
  var t = {};
892
- return e[e.length - 1] === "r" ? t.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (t.roundingPriority = "lessPrecision"), e.replace(or, function(r, n, i) {
890
+ return e[e.length - 1] === "r" ? t.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (t.roundingPriority = "lessPrecision"), e.replace(rr, function(r, n, i) {
893
891
  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)), "";
894
892
  }), t;
895
893
  }
896
- function ar(e) {
894
+ function ir(e) {
897
895
  switch (e) {
898
896
  case "sign-auto":
899
897
  return {
@@ -933,7 +931,7 @@ function ar(e) {
933
931
  };
934
932
  }
935
933
  }
936
- function Gn(e) {
934
+ function Mn(e) {
937
935
  var t;
938
936
  if (e[0] === "E" && e[1] === "E" ? (t = {
939
937
  notation: "engineering"
@@ -941,17 +939,17 @@ function Gn(e) {
941
939
  notation: "scientific"
942
940
  }, e = e.slice(1)), t) {
943
941
  var r = e.slice(0, 2);
944
- if (r === "+!" ? (t.signDisplay = "always", e = e.slice(2)) : r === "+?" && (t.signDisplay = "exceptZero", e = e.slice(2)), !sr.test(e))
942
+ if (r === "+!" ? (t.signDisplay = "always", e = e.slice(2)) : r === "+?" && (t.signDisplay = "exceptZero", e = e.slice(2)), !nr.test(e))
945
943
  throw new Error("Malformed concise eng/scientific notation");
946
944
  t.minimumIntegerDigits = e.length;
947
945
  }
948
946
  return t;
949
947
  }
950
- function yt(e) {
951
- var t = {}, r = ar(e);
948
+ function bt(e) {
949
+ var t = {}, r = ir(e);
952
950
  return r || t;
953
951
  }
954
- function Un(e) {
952
+ function Rn(e) {
955
953
  for (var t = {}, r = 0, n = e; r < n.length; r++) {
956
954
  var i = n[r];
957
955
  switch (i.stem) {
@@ -975,7 +973,7 @@ function Un(e) {
975
973
  continue;
976
974
  case "measure-unit":
977
975
  case "unit":
978
- t.style = "unit", t.unit = Rn(i.options[0]);
976
+ t.style = "unit", t.unit = In(i.options[0]);
979
977
  continue;
980
978
  case "compact-short":
981
979
  case "K":
@@ -987,12 +985,12 @@ function Un(e) {
987
985
  continue;
988
986
  case "scientific":
989
987
  t = _(_(_({}, t), { notation: "scientific" }), i.options.reduce(function(h, u) {
990
- return _(_({}, h), yt(u));
988
+ return _(_({}, h), bt(u));
991
989
  }, {}));
992
990
  continue;
993
991
  case "engineering":
994
992
  t = _(_(_({}, t), { notation: "engineering" }), i.options.reduce(function(h, u) {
995
- return _(_({}, h), yt(u));
993
+ return _(_({}, h), bt(u));
996
994
  }, {}));
997
995
  continue;
998
996
  case "notation-simple":
@@ -1037,7 +1035,7 @@ function Un(e) {
1037
1035
  case "integer-width":
1038
1036
  if (i.options.length > 1)
1039
1037
  throw new RangeError("integer-width stems only accept a single optional option");
1040
- i.options[0].replace($n, function(h, u, l, f, c, d) {
1038
+ i.options[0].replace(Nn, function(h, u, l, f, c, d) {
1041
1039
  if (u)
1042
1040
  t.minimumIntegerDigits = l.length;
1043
1041
  else {
@@ -1050,27 +1048,27 @@ function Un(e) {
1050
1048
  });
1051
1049
  continue;
1052
1050
  }
1053
- if (sr.test(i.stem)) {
1051
+ if (nr.test(i.stem)) {
1054
1052
  t.minimumIntegerDigits = i.stem.length;
1055
1053
  continue;
1056
1054
  }
1057
- if (gt.test(i.stem)) {
1055
+ if (pt.test(i.stem)) {
1058
1056
  if (i.options.length > 1)
1059
1057
  throw new RangeError("Fraction-precision stems only accept a single optional option");
1060
- i.stem.replace(gt, function(h, u, l, f, c, d) {
1058
+ i.stem.replace(pt, function(h, u, l, f, c, d) {
1061
1059
  return l === "*" ? t.minimumFractionDigits = u.length : f && f[0] === "#" ? t.maximumFractionDigits = f.length : c && d ? (t.minimumFractionDigits = c.length, t.maximumFractionDigits = c.length + d.length) : (t.minimumFractionDigits = u.length, t.maximumFractionDigits = u.length), "";
1062
1060
  });
1063
1061
  var o = i.options[0];
1064
- o === "w" ? t = _(_({}, t), { trailingZeroDisplay: "stripIfInteger" }) : o && (t = _(_({}, t), vt(o)));
1062
+ o === "w" ? t = _(_({}, t), { trailingZeroDisplay: "stripIfInteger" }) : o && (t = _(_({}, t), mt(o)));
1065
1063
  continue;
1066
1064
  }
1067
- if (or.test(i.stem)) {
1068
- t = _(_({}, t), vt(i.stem));
1065
+ if (rr.test(i.stem)) {
1066
+ t = _(_({}, t), mt(i.stem));
1069
1067
  continue;
1070
1068
  }
1071
- var s = ar(i.stem);
1069
+ var s = ir(i.stem);
1072
1070
  s && (t = _(_({}, t), s));
1073
- var a = Gn(i.stem);
1071
+ var a = Mn(i.stem);
1074
1072
  a && (t = _(_({}, t), a));
1075
1073
  }
1076
1074
  return t;
@@ -2490,13 +2488,13 @@ var fe = {
2490
2488
  "h"
2491
2489
  ]
2492
2490
  };
2493
- function Dn(e, t) {
2491
+ function $n(e, t) {
2494
2492
  for (var r = "", n = 0; n < e.length; n++) {
2495
2493
  var i = e.charAt(n);
2496
2494
  if (i === "j") {
2497
2495
  for (var o = 0; n + 1 < e.length && e.charAt(n + 1) === i; )
2498
2496
  o++, n++;
2499
- var s = 1 + (o & 1), a = o < 2 ? 1 : 3 + (o >> 1), h = "a", u = Fn(t);
2497
+ var s = 1 + (o & 1), a = o < 2 ? 1 : 3 + (o >> 1), h = "a", u = Gn(t);
2500
2498
  for ((u == "H" || u == "k") && (a = 0); a-- > 0; )
2501
2499
  r += h;
2502
2500
  for (; s-- > 0; )
@@ -2506,7 +2504,7 @@ function Dn(e, t) {
2506
2504
  }
2507
2505
  return r;
2508
2506
  }
2509
- function Fn(e) {
2507
+ function Gn(e) {
2510
2508
  var t = e.hourCycle;
2511
2509
  if (t === void 0 && // @ts-ignore hourCycle(s) is not identified yet
2512
2510
  e.hourCycles && // @ts-ignore
@@ -2528,20 +2526,20 @@ function Fn(e) {
2528
2526
  var i = fe[n || ""] || fe[r || ""] || fe["".concat(r, "-001")] || fe["001"];
2529
2527
  return i[0];
2530
2528
  }
2531
- var Me, jn = new RegExp("^".concat(ir.source, "*")), kn = new RegExp("".concat(ir.source, "*$"));
2529
+ var Me, Un = new RegExp("^".concat(tr.source, "*")), Dn = new RegExp("".concat(tr.source, "*$"));
2532
2530
  function y(e, t) {
2533
2531
  return { start: e, end: t };
2534
2532
  }
2535
- var Vn = !!String.prototype.startsWith && "_a".startsWith("a", 1), Xn = !!String.fromCodePoint, Wn = !!Object.fromEntries, zn = !!String.prototype.codePointAt, Zn = !!String.prototype.trimStart, Qn = !!String.prototype.trimEnd, qn = !!Number.isSafeInteger, Jn = qn ? Number.isSafeInteger : function(e) {
2533
+ var Fn = !!String.prototype.startsWith && "_a".startsWith("a", 1), jn = !!String.fromCodePoint, kn = !!Object.fromEntries, Vn = !!String.prototype.codePointAt, Xn = !!String.prototype.trimStart, Wn = !!String.prototype.trimEnd, zn = !!Number.isSafeInteger, Zn = zn ? Number.isSafeInteger : function(e) {
2536
2534
  return typeof e == "number" && isFinite(e) && Math.floor(e) === e && Math.abs(e) <= 9007199254740991;
2537
- }, We = !0;
2535
+ }, Xe = !0;
2538
2536
  try {
2539
- var Yn = ur("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
2540
- We = ((Me = Yn.exec("a")) === null || Me === void 0 ? void 0 : Me[0]) === "a";
2537
+ var Qn = sr("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
2538
+ Xe = ((Me = Qn.exec("a")) === null || Me === void 0 ? void 0 : Me[0]) === "a";
2541
2539
  } catch {
2542
- We = !1;
2540
+ Xe = !1;
2543
2541
  }
2544
- var _t = Vn ? (
2542
+ var gt = Fn ? (
2545
2543
  // Native
2546
2544
  function(t, r, n) {
2547
2545
  return t.startsWith(r, n);
@@ -2551,7 +2549,7 @@ var _t = Vn ? (
2551
2549
  function(t, r, n) {
2552
2550
  return t.slice(n, n + r.length) === r;
2553
2551
  }
2554
- ), ze = Xn ? String.fromCodePoint : (
2552
+ ), We = jn ? String.fromCodePoint : (
2555
2553
  // IE11
2556
2554
  function() {
2557
2555
  for (var t = [], r = 0; r < arguments.length; r++)
@@ -2563,9 +2561,9 @@ var _t = Vn ? (
2563
2561
  }
2564
2562
  return n;
2565
2563
  }
2566
- ), Et = (
2564
+ ), vt = (
2567
2565
  // native
2568
- Wn ? Object.fromEntries : (
2566
+ kn ? Object.fromEntries : (
2569
2567
  // Ponyfill
2570
2568
  function(t) {
2571
2569
  for (var r = {}, n = 0, i = t; n < i.length; n++) {
@@ -2575,7 +2573,7 @@ var _t = Vn ? (
2575
2573
  return r;
2576
2574
  }
2577
2575
  )
2578
- ), lr = zn ? (
2576
+ ), or = Vn ? (
2579
2577
  // Native
2580
2578
  function(t, r) {
2581
2579
  return t.codePointAt(r);
@@ -2589,7 +2587,7 @@ var _t = Vn ? (
2589
2587
  return i < 55296 || i > 56319 || r + 1 === n || (o = t.charCodeAt(r + 1)) < 56320 || o > 57343 ? i : (i - 55296 << 10) + (o - 56320) + 65536;
2590
2588
  }
2591
2589
  }
2592
- ), Kn = Zn ? (
2590
+ ), qn = Xn ? (
2593
2591
  // Native
2594
2592
  function(t) {
2595
2593
  return t.trimStart();
@@ -2597,9 +2595,9 @@ var _t = Vn ? (
2597
2595
  ) : (
2598
2596
  // Ponyfill
2599
2597
  function(t) {
2600
- return t.replace(jn, "");
2598
+ return t.replace(Un, "");
2601
2599
  }
2602
- ), ei = Qn ? (
2600
+ ), Jn = Wn ? (
2603
2601
  // Native
2604
2602
  function(t) {
2605
2603
  return t.trimEnd();
@@ -2607,32 +2605,32 @@ var _t = Vn ? (
2607
2605
  ) : (
2608
2606
  // Ponyfill
2609
2607
  function(t) {
2610
- return t.replace(kn, "");
2608
+ return t.replace(Dn, "");
2611
2609
  }
2612
2610
  );
2613
- function ur(e, t) {
2611
+ function sr(e, t) {
2614
2612
  return new RegExp(e, t);
2615
2613
  }
2616
- var Ze;
2617
- if (We) {
2618
- var xt = ur("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
2619
- Ze = function(t, r) {
2614
+ var ze;
2615
+ if (Xe) {
2616
+ var yt = sr("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
2617
+ ze = function(t, r) {
2620
2618
  var n;
2621
- xt.lastIndex = r;
2622
- var i = xt.exec(t);
2619
+ yt.lastIndex = r;
2620
+ var i = yt.exec(t);
2623
2621
  return (n = i[1]) !== null && n !== void 0 ? n : "";
2624
2622
  };
2625
2623
  } else
2626
- Ze = function(t, r) {
2624
+ ze = function(t, r) {
2627
2625
  for (var n = []; ; ) {
2628
- var i = lr(t, r);
2629
- if (i === void 0 || hr(i) || ii(i))
2626
+ var i = or(t, r);
2627
+ if (i === void 0 || ar(i) || ti(i))
2630
2628
  break;
2631
2629
  n.push(i), r += i >= 65536 ? 2 : 1;
2632
2630
  }
2633
- return ze.apply(void 0, n);
2631
+ return We.apply(void 0, n);
2634
2632
  };
2635
- var ti = (
2633
+ var Yn = (
2636
2634
  /** @class */
2637
2635
  function() {
2638
2636
  function e(t, r) {
@@ -2663,7 +2661,7 @@ var ti = (
2663
2661
  if (n)
2664
2662
  break;
2665
2663
  return this.error(v.UNMATCHED_CLOSING_TAG, y(this.clonePosition(), this.clonePosition()));
2666
- } else if (o === 60 && !this.ignoreTag && Qe(this.peek() || 0)) {
2664
+ } else if (o === 60 && !this.ignoreTag && Ze(this.peek() || 0)) {
2667
2665
  var s = this.parseTag(t, r);
2668
2666
  if (s.err)
2669
2667
  return s;
@@ -2696,7 +2694,7 @@ var ti = (
2696
2694
  return o;
2697
2695
  var s = o.val, a = this.clonePosition();
2698
2696
  if (this.bumpIf("</")) {
2699
- if (this.isEOF() || !Qe(this.char()))
2697
+ if (this.isEOF() || !Ze(this.char()))
2700
2698
  return this.error(v.INVALID_TAG, y(a, this.clonePosition()));
2701
2699
  var h = this.clonePosition(), u = this.parseTagName();
2702
2700
  return i !== u ? this.error(v.UNMATCHED_CLOSING_TAG, y(h, this.clonePosition())) : (this.bumpSpace(), this.bumpIf(">") ? {
@@ -2714,7 +2712,7 @@ var ti = (
2714
2712
  return this.error(v.INVALID_TAG, y(n, this.clonePosition()));
2715
2713
  }, e.prototype.parseTagName = function() {
2716
2714
  var t = this.offset();
2717
- for (this.bump(); !this.isEOF() && ni(this.char()); )
2715
+ for (this.bump(); !this.isEOF() && ei(this.char()); )
2718
2716
  this.bump();
2719
2717
  return this.message.slice(t, this.offset());
2720
2718
  }, e.prototype.parseLiteral = function(t, r) {
@@ -2743,7 +2741,7 @@ var ti = (
2743
2741
  };
2744
2742
  }, e.prototype.tryParseLeftAngleBracket = function() {
2745
2743
  return !this.isEOF() && this.char() === 60 && (this.ignoreTag || // If at the opening tag or closing tag position, bail.
2746
- !ri(this.peek() || 0)) ? (this.bump(), "<") : null;
2744
+ !Kn(this.peek() || 0)) ? (this.bump(), "<") : null;
2747
2745
  }, e.prototype.tryParseQuote = function(t) {
2748
2746
  if (this.isEOF() || this.char() !== 39)
2749
2747
  return null;
@@ -2777,12 +2775,12 @@ var ti = (
2777
2775
  r.push(n);
2778
2776
  this.bump();
2779
2777
  }
2780
- return ze.apply(void 0, r);
2778
+ return We.apply(void 0, r);
2781
2779
  }, e.prototype.tryParseUnquoted = function(t, r) {
2782
2780
  if (this.isEOF())
2783
2781
  return null;
2784
2782
  var n = this.char();
2785
- return n === 60 || n === 123 || n === 35 && (r === "plural" || r === "selectordinal") || n === 125 && t > 0 ? null : (this.bump(), ze(n));
2783
+ return n === 60 || n === 123 || n === 35 && (r === "plural" || r === "selectordinal") || n === 125 && t > 0 ? null : (this.bump(), We(n));
2786
2784
  }, e.prototype.parseArgument = function(t, r) {
2787
2785
  var n = this.clonePosition();
2788
2786
  if (this.bump(), this.bumpSpace(), this.isEOF())
@@ -2811,7 +2809,7 @@ var ti = (
2811
2809
  return this.error(v.MALFORMED_ARGUMENT, y(n, this.clonePosition()));
2812
2810
  }
2813
2811
  }, e.prototype.parseIdentifierIfPossible = function() {
2814
- var t = this.clonePosition(), r = this.offset(), n = Ze(this.message, r), i = r + n.length;
2812
+ var t = this.clonePosition(), r = this.offset(), n = ze(this.message, r), i = r + n.length;
2815
2813
  this.bumpTo(i);
2816
2814
  var o = this.clonePosition(), s = y(t, o);
2817
2815
  return { value: n, location: s };
@@ -2830,7 +2828,7 @@ var ti = (
2830
2828
  var l = this.clonePosition(), f = this.parseSimpleArgStyleIfPossible();
2831
2829
  if (f.err)
2832
2830
  return f;
2833
- var c = ei(f.val);
2831
+ var c = Jn(f.val);
2834
2832
  if (c.length === 0)
2835
2833
  return this.error(v.EXPECT_ARGUMENT_STYLE, y(this.clonePosition(), this.clonePosition()));
2836
2834
  var d = y(l, this.clonePosition());
@@ -2840,8 +2838,8 @@ var ti = (
2840
2838
  if (p.err)
2841
2839
  return p;
2842
2840
  var b = y(i, this.clonePosition());
2843
- if (u && _t(u?.style, "::", 0)) {
2844
- var g = Kn(u.style.slice(2));
2841
+ if (u && gt(u?.style, "::", 0)) {
2842
+ var g = qn(u.style.slice(2));
2845
2843
  if (a === "number") {
2846
2844
  var f = this.parseNumberSkeletonFromString(g, u.styleLocation);
2847
2845
  return f.err ? f : {
@@ -2852,15 +2850,15 @@ var ti = (
2852
2850
  if (g.length === 0)
2853
2851
  return this.error(v.EXPECT_DATE_TIME_SKELETON, b);
2854
2852
  var S = g;
2855
- this.locale && (S = Dn(g, this.locale));
2853
+ this.locale && (S = $n(g, this.locale));
2856
2854
  var c = {
2857
2855
  type: Y.dateTime,
2858
2856
  pattern: S,
2859
2857
  location: u.styleLocation,
2860
- parsedOptions: this.shouldParseSkeletons ? In(S) : {}
2861
- }, E = a === "date" ? w.date : w.time;
2858
+ parsedOptions: this.shouldParseSkeletons ? An(S) : {}
2859
+ }, x = a === "date" ? w.date : w.time;
2862
2860
  return {
2863
- val: { type: E, value: n, location: b, style: c },
2861
+ val: { type: x, value: n, location: b, style: c },
2864
2862
  err: null
2865
2863
  };
2866
2864
  }
@@ -2903,7 +2901,7 @@ var ti = (
2903
2901
  val: {
2904
2902
  type: w.select,
2905
2903
  value: n,
2906
- options: Et(j.val),
2904
+ options: vt(j.val),
2907
2905
  location: X
2908
2906
  },
2909
2907
  err: null
@@ -2911,7 +2909,7 @@ var ti = (
2911
2909
  val: {
2912
2910
  type: w.plural,
2913
2911
  value: n,
2914
- options: Et(j.val),
2912
+ options: vt(j.val),
2915
2913
  offset: L,
2916
2914
  pluralType: a === "plural" ? "cardinal" : "ordinal",
2917
2915
  location: X
@@ -2962,7 +2960,7 @@ var ti = (
2962
2960
  }, e.prototype.parseNumberSkeletonFromString = function(t, r) {
2963
2961
  var n = [];
2964
2962
  try {
2965
- n = Mn(t);
2963
+ n = Ln(t);
2966
2964
  } catch {
2967
2965
  return this.error(v.INVALID_NUMBER_SKELETON, r);
2968
2966
  }
@@ -2971,7 +2969,7 @@ var ti = (
2971
2969
  type: Y.number,
2972
2970
  tokens: n,
2973
2971
  location: r,
2974
- parsedOptions: this.shouldParseSkeletons ? Un(n) : {}
2972
+ parsedOptions: this.shouldParseSkeletons ? Rn(n) : {}
2975
2973
  },
2976
2974
  err: null
2977
2975
  };
@@ -3019,7 +3017,7 @@ var ti = (
3019
3017
  break;
3020
3018
  }
3021
3019
  var h = y(i, this.clonePosition());
3022
- return o ? (s *= n, Jn(s) ? { val: s, err: null } : this.error(r, h)) : this.error(t, h);
3020
+ return o ? (s *= n, Zn(s) ? { val: s, err: null } : this.error(r, h)) : this.error(t, h);
3023
3021
  }, e.prototype.offset = function() {
3024
3022
  return this.position.offset;
3025
3023
  }, e.prototype.isEOF = function() {
@@ -3034,7 +3032,7 @@ var ti = (
3034
3032
  var t = this.position.offset;
3035
3033
  if (t >= this.message.length)
3036
3034
  throw Error("out of bound");
3037
- var r = lr(this.message, t);
3035
+ var r = or(this.message, t);
3038
3036
  if (r === void 0)
3039
3037
  throw Error("Offset ".concat(t, " is at invalid UTF-16 code unit boundary"));
3040
3038
  return r;
@@ -3053,7 +3051,7 @@ var ti = (
3053
3051
  t === 10 ? (this.position.line += 1, this.position.column = 1, this.position.offset += 1) : (this.position.column += 1, this.position.offset += t < 65536 ? 1 : 2);
3054
3052
  }
3055
3053
  }, e.prototype.bumpIf = function(t) {
3056
- if (_t(this.message, t, this.offset())) {
3054
+ if (gt(this.message, t, this.offset())) {
3057
3055
  for (var r = 0; r < t.length; r++)
3058
3056
  this.bump();
3059
3057
  return !0;
@@ -3075,7 +3073,7 @@ var ti = (
3075
3073
  break;
3076
3074
  }
3077
3075
  }, e.prototype.bumpSpace = function() {
3078
- for (; !this.isEOF() && hr(this.char()); )
3076
+ for (; !this.isEOF() && ar(this.char()); )
3079
3077
  this.bump();
3080
3078
  }, e.prototype.peek = function() {
3081
3079
  if (this.isEOF())
@@ -3085,38 +3083,38 @@ var ti = (
3085
3083
  }, e;
3086
3084
  }()
3087
3085
  );
3088
- function Qe(e) {
3086
+ function Ze(e) {
3089
3087
  return e >= 97 && e <= 122 || e >= 65 && e <= 90;
3090
3088
  }
3091
- function ri(e) {
3092
- return Qe(e) || e === 47;
3089
+ function Kn(e) {
3090
+ return Ze(e) || e === 47;
3093
3091
  }
3094
- function ni(e) {
3092
+ function ei(e) {
3095
3093
  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;
3096
3094
  }
3097
- function hr(e) {
3095
+ function ar(e) {
3098
3096
  return e >= 9 && e <= 13 || e === 32 || e === 133 || e >= 8206 && e <= 8207 || e === 8232 || e === 8233;
3099
3097
  }
3100
- function ii(e) {
3098
+ function ti(e) {
3101
3099
  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;
3102
3100
  }
3103
- function qe(e) {
3101
+ function Qe(e) {
3104
3102
  e.forEach(function(t) {
3105
- if (delete t.location, er(t) || tr(t))
3103
+ if (delete t.location, Jt(t) || Yt(t))
3106
3104
  for (var r in t.options)
3107
- delete t.options[r].location, qe(t.options[r].value);
3105
+ delete t.options[r].location, Qe(t.options[r].value);
3108
3106
  else
3109
- Jt(t) && nr(t.style) || (Yt(t) || Kt(t)) && Xe(t.style) ? delete t.style.location : rr(t) && qe(t.children);
3107
+ Zt(t) && er(t.style) || (Qt(t) || qt(t)) && Ve(t.style) ? delete t.style.location : Kt(t) && Qe(t.children);
3110
3108
  });
3111
3109
  }
3112
- function oi(e, t) {
3110
+ function ri(e, t) {
3113
3111
  t === void 0 && (t = {}), t = _({ shouldParseSkeletons: !0, requiresOtherClause: !0 }, t);
3114
- var r = new ti(e, t).parse();
3112
+ var r = new Yn(e, t).parse();
3115
3113
  if (r.err) {
3116
3114
  var n = SyntaxError(v[r.err.kind]);
3117
3115
  throw n.location = r.err.location, n.originalMessage = r.err.message, n;
3118
3116
  }
3119
- return t?.captureLocation || qe(r.val), r.val;
3117
+ return t?.captureLocation || Qe(r.val), r.val;
3120
3118
  }
3121
3119
  var K;
3122
3120
  (function(e) {
@@ -3134,7 +3132,7 @@ var He = (
3134
3132
  return "[formatjs Error: ".concat(this.code, "] ").concat(this.message);
3135
3133
  }, t;
3136
3134
  }(Error)
3137
- ), St = (
3135
+ ), _t = (
3138
3136
  /** @class */
3139
3137
  function(e) {
3140
3138
  U(t, e);
@@ -3143,7 +3141,7 @@ var He = (
3143
3141
  }
3144
3142
  return t;
3145
3143
  }(He)
3146
- ), si = (
3144
+ ), ni = (
3147
3145
  /** @class */
3148
3146
  function(e) {
3149
3147
  U(t, e);
@@ -3152,7 +3150,7 @@ var He = (
3152
3150
  }
3153
3151
  return t;
3154
3152
  }(He)
3155
- ), ai = (
3153
+ ), ii = (
3156
3154
  /** @class */
3157
3155
  function(e) {
3158
3156
  U(t, e);
@@ -3165,17 +3163,17 @@ var He = (
3165
3163
  (function(e) {
3166
3164
  e[e.literal = 0] = "literal", e[e.object = 1] = "object";
3167
3165
  })(B || (B = {}));
3168
- function li(e) {
3166
+ function oi(e) {
3169
3167
  return e.length < 2 ? e : e.reduce(function(t, r) {
3170
3168
  var n = t[t.length - 1];
3171
3169
  return !n || n.type !== B.literal || r.type !== B.literal ? t.push(r) : n.value += r.value, t;
3172
3170
  }, []);
3173
3171
  }
3174
- function ui(e) {
3172
+ function si(e) {
3175
3173
  return typeof e == "function";
3176
3174
  }
3177
3175
  function me(e, t, r, n, i, o, s) {
3178
- if (e.length === 1 && bt(e[0]))
3176
+ if (e.length === 1 && dt(e[0]))
3179
3177
  return [
3180
3178
  {
3181
3179
  type: B.literal,
@@ -3184,14 +3182,14 @@ function me(e, t, r, n, i, o, s) {
3184
3182
  ];
3185
3183
  for (var a = [], h = 0, u = e; h < u.length; h++) {
3186
3184
  var l = u[h];
3187
- if (bt(l)) {
3185
+ if (dt(l)) {
3188
3186
  a.push({
3189
3187
  type: B.literal,
3190
3188
  value: l.value
3191
3189
  });
3192
3190
  continue;
3193
3191
  }
3194
- if (On(l)) {
3192
+ if (Pn(l)) {
3195
3193
  typeof o == "number" && a.push({
3196
3194
  type: B.literal,
3197
3195
  value: r.getNumberFormat(t).format(o)
@@ -3200,61 +3198,61 @@ function me(e, t, r, n, i, o, s) {
3200
3198
  }
3201
3199
  var f = l.value;
3202
3200
  if (!(i && f in i))
3203
- throw new ai(f, s);
3201
+ throw new ii(f, s);
3204
3202
  var c = i[f];
3205
- if (An(l)) {
3203
+ if (Cn(l)) {
3206
3204
  (!c || typeof c == "string" || typeof c == "number") && (c = typeof c == "string" || typeof c == "number" ? String(c) : ""), a.push({
3207
3205
  type: typeof c == "string" ? B.literal : B.object,
3208
3206
  value: c
3209
3207
  });
3210
3208
  continue;
3211
3209
  }
3212
- if (Yt(l)) {
3213
- var d = typeof l.style == "string" ? n.date[l.style] : Xe(l.style) ? l.style.parsedOptions : void 0;
3210
+ if (Qt(l)) {
3211
+ var d = typeof l.style == "string" ? n.date[l.style] : Ve(l.style) ? l.style.parsedOptions : void 0;
3214
3212
  a.push({
3215
3213
  type: B.literal,
3216
3214
  value: r.getDateTimeFormat(t, d).format(c)
3217
3215
  });
3218
3216
  continue;
3219
3217
  }
3220
- if (Kt(l)) {
3221
- var d = typeof l.style == "string" ? n.time[l.style] : Xe(l.style) ? l.style.parsedOptions : n.time.medium;
3218
+ if (qt(l)) {
3219
+ var d = typeof l.style == "string" ? n.time[l.style] : Ve(l.style) ? l.style.parsedOptions : n.time.medium;
3222
3220
  a.push({
3223
3221
  type: B.literal,
3224
3222
  value: r.getDateTimeFormat(t, d).format(c)
3225
3223
  });
3226
3224
  continue;
3227
3225
  }
3228
- if (Jt(l)) {
3229
- var d = typeof l.style == "string" ? n.number[l.style] : nr(l.style) ? l.style.parsedOptions : void 0;
3226
+ if (Zt(l)) {
3227
+ var d = typeof l.style == "string" ? n.number[l.style] : er(l.style) ? l.style.parsedOptions : void 0;
3230
3228
  d && d.scale && (c = c * (d.scale || 1)), a.push({
3231
3229
  type: B.literal,
3232
3230
  value: r.getNumberFormat(t, d).format(c)
3233
3231
  });
3234
3232
  continue;
3235
3233
  }
3236
- if (rr(l)) {
3234
+ if (Kt(l)) {
3237
3235
  var p = l.children, b = l.value, g = i[b];
3238
- if (!ui(g))
3239
- throw new si(b, "function", s);
3240
- var S = me(p, t, r, n, i, o), E = g(S.map(function(L) {
3236
+ if (!si(g))
3237
+ throw new ni(b, "function", s);
3238
+ var S = me(p, t, r, n, i, o), x = g(S.map(function(L) {
3241
3239
  return L.value;
3242
3240
  }));
3243
- Array.isArray(E) || (E = [E]), a.push.apply(a, E.map(function(L) {
3241
+ Array.isArray(x) || (x = [x]), a.push.apply(a, x.map(function(L) {
3244
3242
  return {
3245
3243
  type: typeof L == "string" ? B.literal : B.object,
3246
3244
  value: L
3247
3245
  };
3248
3246
  }));
3249
3247
  }
3250
- if (er(l)) {
3248
+ if (Jt(l)) {
3251
3249
  var T = l.options[c] || l.options.other;
3252
3250
  if (!T)
3253
- throw new St(l.value, c, Object.keys(l.options), s);
3251
+ throw new _t(l.value, c, Object.keys(l.options), s);
3254
3252
  a.push.apply(a, me(T.value, t, r, n, i));
3255
3253
  continue;
3256
3254
  }
3257
- if (tr(l)) {
3255
+ if (Yt(l)) {
3258
3256
  var T = l.options["=".concat(c)];
3259
3257
  if (!T) {
3260
3258
  if (!Intl.PluralRules)
@@ -3265,21 +3263,21 @@ Try polyfilling it using "@formatjs/intl-pluralrules"
3265
3263
  T = l.options[D] || l.options.other;
3266
3264
  }
3267
3265
  if (!T)
3268
- throw new St(l.value, c, Object.keys(l.options), s);
3266
+ throw new _t(l.value, c, Object.keys(l.options), s);
3269
3267
  a.push.apply(a, me(T.value, t, r, n, i, c - (l.offset || 0)));
3270
3268
  continue;
3271
3269
  }
3272
3270
  }
3273
- return li(a);
3271
+ return oi(a);
3274
3272
  }
3275
- function hi(e, t) {
3273
+ function ai(e, t) {
3276
3274
  return t ? _(_(_({}, e || {}), t || {}), Object.keys(e).reduce(function(r, n) {
3277
3275
  return r[n] = _(_({}, e[n]), t[n] || {}), r;
3278
3276
  }, {})) : e;
3279
3277
  }
3280
- function ci(e, t) {
3278
+ function li(e, t) {
3281
3279
  return t ? Object.keys(e).reduce(function(r, n) {
3282
- return r[n] = hi(e[n], t[n]), r;
3280
+ return r[n] = ai(e[n], t[n]), r;
3283
3281
  }, _({}, e)) : e;
3284
3282
  }
3285
3283
  function Re(e) {
@@ -3296,7 +3294,7 @@ function Re(e) {
3296
3294
  }
3297
3295
  };
3298
3296
  }
3299
- function fi(e) {
3297
+ function ui(e) {
3300
3298
  return e === void 0 && (e = {
3301
3299
  number: {},
3302
3300
  dateTime: {},
@@ -3328,7 +3326,7 @@ function fi(e) {
3328
3326
  })
3329
3327
  };
3330
3328
  }
3331
- var di = (
3329
+ var hi = (
3332
3330
  /** @class */
3333
3331
  function() {
3334
3332
  function e(t, r, n, i) {
@@ -3360,13 +3358,13 @@ var di = (
3360
3358
  throw new TypeError("IntlMessageFormat.__parse must be set to process `message` of type `string`");
3361
3359
  var s = i || {};
3362
3360
  s.formatters;
3363
- var a = Sn(s, ["formatters"]);
3361
+ var a = yn(s, ["formatters"]);
3364
3362
  this.ast = e.__parse(t, _(_({}, a), { locale: this.resolvedLocale }));
3365
3363
  } else
3366
3364
  this.ast = t;
3367
3365
  if (!Array.isArray(this.ast))
3368
3366
  throw new TypeError("A message must be provided as a String or AST.");
3369
- this.formats = ci(e.formats, n), this.formatters = i && i.formatters || fi(this.formatterCache);
3367
+ this.formats = li(e.formats, n), this.formatters = i && i.formatters || ui(this.formatterCache);
3370
3368
  }
3371
3369
  return Object.defineProperty(e, "defaultLocale", {
3372
3370
  get: function() {
@@ -3379,7 +3377,7 @@ var di = (
3379
3377
  var r = Intl.NumberFormat.supportedLocalesOf(t);
3380
3378
  return r.length > 0 ? new Intl.Locale(r[0]) : new Intl.Locale(typeof t == "string" ? t : t[0]);
3381
3379
  }
3382
- }, e.__parse = oi, e.formats = {
3380
+ }, e.__parse = ri, e.formats = {
3383
3381
  number: {
3384
3382
  integer: {
3385
3383
  maximumFractionDigits: 0
@@ -3440,7 +3438,7 @@ var di = (
3440
3438
  }, e;
3441
3439
  }()
3442
3440
  );
3443
- function pi(e, t) {
3441
+ function ci(e, t) {
3444
3442
  if (t == null)
3445
3443
  return;
3446
3444
  if (t in e)
@@ -3461,92 +3459,92 @@ function pi(e, t) {
3461
3459
  n = void 0;
3462
3460
  return n;
3463
3461
  }
3464
- const F = {}, mi = (e, t, r) => r && (t in F || (F[t] = {}), e in F[t] || (F[t][e] = r), r), cr = (e, t) => {
3462
+ const F = {}, fi = (e, t, r) => r && (t in F || (F[t] = {}), e in F[t] || (F[t][e] = r), r), lr = (e, t) => {
3465
3463
  if (t == null)
3466
3464
  return;
3467
3465
  if (t in F && e in F[t])
3468
3466
  return F[t][e];
3469
3467
  const r = Ce(t);
3470
3468
  for (let n = 0; n < r.length; n++) {
3471
- const i = r[n], o = gi(i, e);
3469
+ const i = r[n], o = pi(i, e);
3472
3470
  if (o)
3473
- return mi(e, t, o);
3471
+ return fi(e, t, o);
3474
3472
  }
3475
3473
  };
3476
- let ot;
3474
+ let rt;
3477
3475
  const he = Te({});
3478
- function bi(e) {
3479
- return ot[e] || null;
3476
+ function di(e) {
3477
+ return rt[e] || null;
3480
3478
  }
3481
- function fr(e) {
3482
- return e in ot;
3479
+ function ur(e) {
3480
+ return e in rt;
3483
3481
  }
3484
- function gi(e, t) {
3485
- if (!fr(e))
3482
+ function pi(e, t) {
3483
+ if (!ur(e))
3486
3484
  return null;
3487
- const r = bi(e);
3488
- return pi(r, t);
3485
+ const r = di(e);
3486
+ return ci(r, t);
3489
3487
  }
3490
- function vi(e) {
3488
+ function mi(e) {
3491
3489
  if (e == null)
3492
3490
  return;
3493
3491
  const t = Ce(e);
3494
3492
  for (let r = 0; r < t.length; r++) {
3495
3493
  const n = t[r];
3496
- if (fr(n))
3494
+ if (ur(n))
3497
3495
  return n;
3498
3496
  }
3499
3497
  }
3500
- function dr(e, ...t) {
3501
- delete F[e], he.update((r) => (r[e] = xn.all([r[e] || {}, ...t]), r));
3498
+ function hr(e, ...t) {
3499
+ delete F[e], he.update((r) => (r[e] = vn.all([r[e] || {}, ...t]), r));
3502
3500
  }
3503
3501
  re(
3504
3502
  [he],
3505
3503
  ([e]) => Object.keys(e)
3506
3504
  );
3507
- he.subscribe((e) => ot = e);
3505
+ he.subscribe((e) => rt = e);
3508
3506
  const be = {};
3509
- function yi(e, t) {
3507
+ function bi(e, t) {
3510
3508
  be[e].delete(t), be[e].size === 0 && delete be[e];
3511
3509
  }
3512
- function pr(e) {
3510
+ function cr(e) {
3513
3511
  return be[e];
3514
3512
  }
3515
- function _i(e) {
3513
+ function gi(e) {
3516
3514
  return Ce(e).map((t) => {
3517
- const r = pr(t);
3515
+ const r = cr(t);
3518
3516
  return [t, r ? [...r] : []];
3519
3517
  }).filter(([, t]) => t.length > 0);
3520
3518
  }
3521
- function Je(e) {
3519
+ function qe(e) {
3522
3520
  return e == null ? !1 : Ce(e).some(
3523
3521
  (t) => {
3524
3522
  var r;
3525
- return (r = pr(t)) == null ? void 0 : r.size;
3523
+ return (r = cr(t)) == null ? void 0 : r.size;
3526
3524
  }
3527
3525
  );
3528
3526
  }
3529
- function Ei(e, t) {
3527
+ function vi(e, t) {
3530
3528
  return Promise.all(
3531
- t.map((n) => (yi(e, n), n().then((i) => i.default || i)))
3532
- ).then((n) => dr(e, ...n));
3529
+ t.map((n) => (bi(e, n), n().then((i) => i.default || i)))
3530
+ ).then((n) => hr(e, ...n));
3533
3531
  }
3534
3532
  const oe = {};
3535
- function mr(e) {
3536
- if (!Je(e))
3533
+ function fr(e) {
3534
+ if (!qe(e))
3537
3535
  return e in oe ? oe[e] : Promise.resolve();
3538
- const t = _i(e);
3536
+ const t = gi(e);
3539
3537
  return oe[e] = Promise.all(
3540
3538
  t.map(
3541
- ([r, n]) => Ei(r, n)
3539
+ ([r, n]) => vi(r, n)
3542
3540
  )
3543
3541
  ).then(() => {
3544
- if (Je(e))
3545
- return mr(e);
3542
+ if (qe(e))
3543
+ return fr(e);
3546
3544
  delete oe[e];
3547
3545
  }), oe[e];
3548
3546
  }
3549
- const xi = {
3547
+ const yi = {
3550
3548
  number: {
3551
3549
  scientific: { notation: "scientific" },
3552
3550
  engineering: { notation: "engineering" },
@@ -3575,57 +3573,57 @@ const xi = {
3575
3573
  timeZoneName: "short"
3576
3574
  }
3577
3575
  }
3578
- }, Si = {
3576
+ }, _i = {
3579
3577
  fallbackLocale: null,
3580
3578
  loadingDelay: 200,
3581
- formats: xi,
3579
+ formats: yi,
3582
3580
  warnOnMissingMessages: !0,
3583
3581
  handleMissingMessage: void 0,
3584
3582
  ignoreTag: !0
3585
- }, wi = Si;
3583
+ }, xi = _i;
3586
3584
  function ee() {
3587
- return wi;
3585
+ return xi;
3588
3586
  }
3589
3587
  const $e = Te(!1);
3590
- var Ti = Object.defineProperty, Hi = Object.defineProperties, Ci = Object.getOwnPropertyDescriptors, wt = Object.getOwnPropertySymbols, Pi = Object.prototype.hasOwnProperty, Bi = Object.prototype.propertyIsEnumerable, Tt = (e, t, r) => t in e ? Ti(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, Ai = (e, t) => {
3588
+ var Ei = Object.defineProperty, Si = Object.defineProperties, wi = Object.getOwnPropertyDescriptors, xt = Object.getOwnPropertySymbols, Ti = Object.prototype.hasOwnProperty, Hi = Object.prototype.propertyIsEnumerable, Et = (e, t, r) => t in e ? Ei(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, Ci = (e, t) => {
3591
3589
  for (var r in t || (t = {}))
3592
- Pi.call(t, r) && Tt(e, r, t[r]);
3593
- if (wt)
3594
- for (var r of wt(t))
3595
- Bi.call(t, r) && Tt(e, r, t[r]);
3590
+ Ti.call(t, r) && Et(e, r, t[r]);
3591
+ if (xt)
3592
+ for (var r of xt(t))
3593
+ Hi.call(t, r) && Et(e, r, t[r]);
3596
3594
  return e;
3597
- }, Oi = (e, t) => Hi(e, Ci(t));
3598
- let Ye;
3599
- const xe = Te(null);
3600
- function Ht(e) {
3595
+ }, Pi = (e, t) => Si(e, wi(t));
3596
+ let Je;
3597
+ const Ee = Te(null);
3598
+ function St(e) {
3601
3599
  return e.split("-").map((t, r, n) => n.slice(0, r + 1).join("-")).reverse();
3602
3600
  }
3603
3601
  function Ce(e, t = ee().fallbackLocale) {
3604
- const r = Ht(e);
3605
- return t ? [.../* @__PURE__ */ new Set([...r, ...Ht(t)])] : r;
3602
+ const r = St(e);
3603
+ return t ? [.../* @__PURE__ */ new Set([...r, ...St(t)])] : r;
3606
3604
  }
3607
3605
  function V() {
3608
- return Ye ?? void 0;
3606
+ return Je ?? void 0;
3609
3607
  }
3610
- xe.subscribe((e) => {
3611
- Ye = e ?? void 0, typeof window < "u" && e != null && document.documentElement.setAttribute("lang", e);
3608
+ Ee.subscribe((e) => {
3609
+ Je = e ?? void 0, typeof window < "u" && e != null && document.documentElement.setAttribute("lang", e);
3612
3610
  });
3613
- const Li = (e) => {
3614
- if (e && vi(e) && Je(e)) {
3611
+ const Bi = (e) => {
3612
+ if (e && mi(e) && qe(e)) {
3615
3613
  const { loadingDelay: t } = ee();
3616
3614
  let r;
3617
3615
  return typeof window < "u" && V() != null && t ? r = window.setTimeout(
3618
3616
  () => $e.set(!0),
3619
3617
  t
3620
- ) : $e.set(!0), mr(e).then(() => {
3621
- xe.set(e);
3618
+ ) : $e.set(!0), fr(e).then(() => {
3619
+ Ee.set(e);
3622
3620
  }).finally(() => {
3623
3621
  clearTimeout(r), $e.set(!1);
3624
3622
  });
3625
3623
  }
3626
- return xe.set(e);
3627
- }, ne = Oi(Ai({}, xe), {
3628
- set: Li
3624
+ return Ee.set(e);
3625
+ }, ne = Pi(Ci({}, Ee), {
3626
+ set: Bi
3629
3627
  }), Pe = (e) => {
3630
3628
  const t = /* @__PURE__ */ Object.create(null);
3631
3629
  return (n) => {
@@ -3633,20 +3631,20 @@ const Li = (e) => {
3633
3631
  return i in t ? t[i] : t[i] = e(n);
3634
3632
  };
3635
3633
  };
3636
- var Ii = Object.defineProperty, Se = Object.getOwnPropertySymbols, br = Object.prototype.hasOwnProperty, gr = Object.prototype.propertyIsEnumerable, Ct = (e, t, r) => t in e ? Ii(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, st = (e, t) => {
3634
+ var Ai = Object.defineProperty, Se = Object.getOwnPropertySymbols, dr = Object.prototype.hasOwnProperty, pr = Object.prototype.propertyIsEnumerable, wt = (e, t, r) => t in e ? Ai(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, nt = (e, t) => {
3637
3635
  for (var r in t || (t = {}))
3638
- br.call(t, r) && Ct(e, r, t[r]);
3636
+ dr.call(t, r) && wt(e, r, t[r]);
3639
3637
  if (Se)
3640
3638
  for (var r of Se(t))
3641
- gr.call(t, r) && Ct(e, r, t[r]);
3639
+ pr.call(t, r) && wt(e, r, t[r]);
3642
3640
  return e;
3643
3641
  }, ie = (e, t) => {
3644
3642
  var r = {};
3645
3643
  for (var n in e)
3646
- br.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
3644
+ dr.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
3647
3645
  if (e != null && Se)
3648
3646
  for (var n of Se(e))
3649
- t.indexOf(n) < 0 && gr.call(e, n) && (r[n] = e[n]);
3647
+ t.indexOf(n) < 0 && pr.call(e, n) && (r[n] = e[n]);
3650
3648
  return r;
3651
3649
  };
3652
3650
  const ue = (e, t) => {
@@ -3654,21 +3652,21 @@ const ue = (e, t) => {
3654
3652
  if (e in r && t in r[e])
3655
3653
  return r[e][t];
3656
3654
  throw new Error(`[svelte-i18n] Unknown "${t}" ${e} format.`);
3657
- }, Ni = Pe(
3655
+ }, Oi = Pe(
3658
3656
  (e) => {
3659
3657
  var t = e, { locale: r, format: n } = t, i = ie(t, ["locale", "format"]);
3660
3658
  if (r == null)
3661
3659
  throw new Error('[svelte-i18n] A "locale" must be set to format numbers');
3662
3660
  return n && (i = ue("number", n)), new Intl.NumberFormat(r, i);
3663
3661
  }
3664
- ), Mi = Pe(
3662
+ ), Li = Pe(
3665
3663
  (e) => {
3666
3664
  var t = e, { locale: r, format: n } = t, i = ie(t, ["locale", "format"]);
3667
3665
  if (r == null)
3668
3666
  throw new Error('[svelte-i18n] A "locale" must be set to format dates');
3669
3667
  return n ? i = ue("date", n) : Object.keys(i).length === 0 && (i = ue("date", "short")), new Intl.DateTimeFormat(r, i);
3670
3668
  }
3671
- ), Ri = Pe(
3669
+ ), Ii = Pe(
3672
3670
  (e) => {
3673
3671
  var t = e, { locale: r, format: n } = t, i = ie(t, ["locale", "format"]);
3674
3672
  if (r == null)
@@ -3677,33 +3675,33 @@ const ue = (e, t) => {
3677
3675
  );
3678
3676
  return n ? i = ue("time", n) : Object.keys(i).length === 0 && (i = ue("time", "short")), new Intl.DateTimeFormat(r, i);
3679
3677
  }
3680
- ), $i = (e = {}) => {
3678
+ ), Ni = (e = {}) => {
3681
3679
  var t = e, {
3682
3680
  locale: r = V()
3683
3681
  } = t, n = ie(t, [
3684
3682
  "locale"
3685
3683
  ]);
3686
- return Ni(st({ locale: r }, n));
3687
- }, Gi = (e = {}) => {
3684
+ return Oi(nt({ locale: r }, n));
3685
+ }, Mi = (e = {}) => {
3688
3686
  var t = e, {
3689
3687
  locale: r = V()
3690
3688
  } = t, n = ie(t, [
3691
3689
  "locale"
3692
3690
  ]);
3693
- return Mi(st({ locale: r }, n));
3694
- }, Ui = (e = {}) => {
3691
+ return Li(nt({ locale: r }, n));
3692
+ }, Ri = (e = {}) => {
3695
3693
  var t = e, {
3696
3694
  locale: r = V()
3697
3695
  } = t, n = ie(t, [
3698
3696
  "locale"
3699
3697
  ]);
3700
- return Ri(st({ locale: r }, n));
3701
- }, Di = Pe(
3698
+ return Ii(nt({ locale: r }, n));
3699
+ }, $i = Pe(
3702
3700
  // eslint-disable-next-line @typescript-eslint/no-non-null-assertion
3703
- (e, t = V()) => new di(e, t, ee().formats, {
3701
+ (e, t = V()) => new hi(e, t, ee().formats, {
3704
3702
  ignoreTag: ee().ignoreTag
3705
3703
  })
3706
- ), Fi = (e, t = {}) => {
3704
+ ), Gi = (e, t = {}) => {
3707
3705
  var r, n, i, o;
3708
3706
  let s = t;
3709
3707
  typeof e == "object" && (s = e, e = s.id);
@@ -3716,7 +3714,7 @@ const ue = (e, t) => {
3716
3714
  throw new Error(
3717
3715
  "[svelte-i18n] Cannot format a message without first setting the initial locale."
3718
3716
  );
3719
- let l = cr(e, h);
3717
+ let l = lr(e, h);
3720
3718
  if (!l)
3721
3719
  l = (o = (i = (n = (r = ee()).handleMissingMessage) == null ? void 0 : n.call(r, { locale: h, id: e, defaultValue: u })) != null ? i : u) != null ? o : e;
3722
3720
  else if (typeof l != "string")
@@ -3727,7 +3725,7 @@ const ue = (e, t) => {
3727
3725
  return l;
3728
3726
  let f = l;
3729
3727
  try {
3730
- f = Di(l, h).format(a);
3728
+ f = $i(l, h).format(a);
3731
3729
  } catch (c) {
3732
3730
  c instanceof Error && console.warn(
3733
3731
  `[svelte-i18n] Message "${e}" has syntax error:`,
@@ -3735,18 +3733,18 @@ const ue = (e, t) => {
3735
3733
  );
3736
3734
  }
3737
3735
  return f;
3738
- }, ji = (e, t) => Ui(t).format(e), ki = (e, t) => Gi(t).format(e), Vi = (e, t) => $i(t).format(e), Xi = (e, t = V()) => cr(e, t), Wi = re([ne, he], () => Fi);
3739
- re([ne], () => ji);
3740
- re([ne], () => ki);
3741
- re([ne], () => Vi);
3742
- re([ne, he], () => Xi);
3743
- function Pt(e, t) {
3744
- dr(e, t);
3745
- }
3746
- function zi(e) {
3736
+ }, Ui = (e, t) => Ri(t).format(e), Di = (e, t) => Mi(t).format(e), Fi = (e, t) => Ni(t).format(e), ji = (e, t = V()) => lr(e, t), ki = re([ne, he], () => Gi);
3737
+ re([ne], () => Ui);
3738
+ re([ne], () => Di);
3739
+ re([ne], () => Fi);
3740
+ re([ne, he], () => ji);
3741
+ function Tt(e, t) {
3742
+ hr(e, t);
3743
+ }
3744
+ function Vi(e) {
3747
3745
  ne.set(e);
3748
3746
  }
3749
- const Bt = {
3747
+ const Ht = {
3750
3748
  en: {
3751
3749
  collections: "Game Collections",
3752
3750
  providers: "Game Providers",
@@ -3846,13 +3844,13 @@ const Bt = {
3846
3844
  function G(e) {
3847
3845
  return typeof e == "function";
3848
3846
  }
3849
- function vr(e) {
3847
+ function mr(e) {
3850
3848
  var t = function(n) {
3851
3849
  Error.call(n), n.stack = new Error().stack;
3852
3850
  }, r = e(t);
3853
3851
  return r.prototype = Object.create(Error.prototype), r.prototype.constructor = r, r;
3854
3852
  }
3855
- var Ge = vr(function(e) {
3853
+ var Ge = mr(function(e) {
3856
3854
  return function(r) {
3857
3855
  e(this), this.message = r ? r.length + ` errors occurred during unsubscription:
3858
3856
  ` + r.map(function(n, i) {
@@ -3861,7 +3859,7 @@ var Ge = vr(function(e) {
3861
3859
  `) : "", this.name = "UnsubscriptionError", this.errors = r;
3862
3860
  };
3863
3861
  });
3864
- function Ke(e, t) {
3862
+ function Ye(e, t) {
3865
3863
  if (e) {
3866
3864
  var r = e.indexOf(t);
3867
3865
  0 <= r && e.splice(r, 1);
@@ -3879,7 +3877,7 @@ var Be = function() {
3879
3877
  if (s)
3880
3878
  if (this._parentage = null, Array.isArray(s))
3881
3879
  try {
3882
- for (var a = ke(s), h = a.next(); !h.done; h = a.next()) {
3880
+ for (var a = je(s), h = a.next(); !h.done; h = a.next()) {
3883
3881
  var u = h.value;
3884
3882
  u.remove(this);
3885
3883
  }
@@ -3906,12 +3904,12 @@ var Be = function() {
3906
3904
  if (f) {
3907
3905
  this._finalizers = null;
3908
3906
  try {
3909
- for (var c = ke(f), d = c.next(); !d.done; d = c.next()) {
3907
+ for (var c = je(f), d = c.next(); !d.done; d = c.next()) {
3910
3908
  var p = d.value;
3911
3909
  try {
3912
- At(p);
3910
+ Ct(p);
3913
3911
  } catch (b) {
3914
- o = o ?? [], b instanceof Ge ? o = q(q([], Ve(o)), Ve(b.errors)) : o.push(b);
3912
+ o = o ?? [], b instanceof Ge ? o = q(q([], ke(o)), ke(b.errors)) : o.push(b);
3915
3913
  }
3916
3914
  }
3917
3915
  } catch (b) {
@@ -3932,7 +3930,7 @@ var Be = function() {
3932
3930
  var r;
3933
3931
  if (t && t !== this)
3934
3932
  if (this.closed)
3935
- At(t);
3933
+ Ct(t);
3936
3934
  else {
3937
3935
  if (t instanceof e) {
3938
3936
  if (t.closed || t._hasParent(this))
@@ -3949,56 +3947,52 @@ var Be = function() {
3949
3947
  this._parentage = Array.isArray(r) ? (r.push(t), r) : r ? [r, t] : t;
3950
3948
  }, e.prototype._removeParent = function(t) {
3951
3949
  var r = this._parentage;
3952
- r === t ? this._parentage = null : Array.isArray(r) && Ke(r, t);
3950
+ r === t ? this._parentage = null : Array.isArray(r) && Ye(r, t);
3953
3951
  }, e.prototype.remove = function(t) {
3954
3952
  var r = this._finalizers;
3955
- r && Ke(r, t), t instanceof e && t._removeParent(this);
3953
+ r && Ye(r, t), t instanceof e && t._removeParent(this);
3956
3954
  }, e.EMPTY = function() {
3957
3955
  var t = new e();
3958
3956
  return t.closed = !0, t;
3959
3957
  }(), e;
3960
- }(), yr = Be.EMPTY;
3961
- function _r(e) {
3958
+ }(), br = Be.EMPTY;
3959
+ function gr(e) {
3962
3960
  return e instanceof Be || e && "closed" in e && G(e.remove) && G(e.add) && G(e.unsubscribe);
3963
3961
  }
3964
- function At(e) {
3962
+ function Ct(e) {
3965
3963
  G(e) ? e() : e.unsubscribe();
3966
3964
  }
3967
- var Er = {
3968
- onUnhandledError: null,
3969
- onStoppedNotification: null,
3970
- Promise: void 0,
3971
- useDeprecatedSynchronousErrorHandling: !1,
3972
- useDeprecatedNextContext: !1
3973
- }, Zi = {
3965
+ var Xi = {
3966
+ Promise: void 0
3967
+ }, Wi = {
3974
3968
  setTimeout: function(e, t) {
3975
3969
  for (var r = [], n = 2; n < arguments.length; n++)
3976
3970
  r[n - 2] = arguments[n];
3977
- return setTimeout.apply(void 0, q([e, t], Ve(r)));
3971
+ return setTimeout.apply(void 0, q([e, t], ke(r)));
3978
3972
  },
3979
3973
  clearTimeout: function(e) {
3980
3974
  return clearTimeout(e);
3981
3975
  },
3982
3976
  delegate: void 0
3983
3977
  };
3984
- function Qi(e) {
3985
- Zi.setTimeout(function() {
3978
+ function zi(e) {
3979
+ Wi.setTimeout(function() {
3986
3980
  throw e;
3987
3981
  });
3988
3982
  }
3989
- function Ot() {
3983
+ function Pt() {
3990
3984
  }
3991
3985
  function ge(e) {
3992
3986
  e();
3993
3987
  }
3994
- var xr = function(e) {
3988
+ var vr = function(e) {
3995
3989
  U(t, e);
3996
3990
  function t(r) {
3997
3991
  var n = e.call(this) || this;
3998
- return n.isStopped = !1, r ? (n.destination = r, _r(r) && r.add(n)) : n.destination = Ki, n;
3992
+ return n.isStopped = !1, r ? (n.destination = r, gr(r) && r.add(n)) : n.destination = qi, n;
3999
3993
  }
4000
3994
  return t.create = function(r, n, i) {
4001
- return new et(r, n, i);
3995
+ return new Ke(r, n, i);
4002
3996
  }, t.prototype.next = function(r) {
4003
3997
  this.isStopped || this._next(r);
4004
3998
  }, t.prototype.error = function(r) {
@@ -4022,11 +4016,7 @@ var xr = function(e) {
4022
4016
  this.unsubscribe();
4023
4017
  }
4024
4018
  }, t;
4025
- }(Be), qi = Function.prototype.bind;
4026
- function Ue(e, t) {
4027
- return qi.call(e, t);
4028
- }
4029
- var Ji = function() {
4019
+ }(Be), Zi = function() {
4030
4020
  function e(t) {
4031
4021
  this.partialObserver = t;
4032
4022
  }
@@ -4057,55 +4047,43 @@ var Ji = function() {
4057
4047
  de(r);
4058
4048
  }
4059
4049
  }, e;
4060
- }(), et = function(e) {
4050
+ }(), Ke = function(e) {
4061
4051
  U(t, e);
4062
4052
  function t(r, n, i) {
4063
4053
  var o = e.call(this) || this, s;
4064
- if (G(r) || !r)
4065
- s = {
4066
- next: r ?? void 0,
4067
- error: n ?? void 0,
4068
- complete: i ?? void 0
4069
- };
4070
- else {
4071
- var a;
4072
- o && Er.useDeprecatedNextContext ? (a = Object.create(r), a.unsubscribe = function() {
4073
- return o.unsubscribe();
4074
- }, s = {
4075
- next: r.next && Ue(r.next, a),
4076
- error: r.error && Ue(r.error, a),
4077
- complete: r.complete && Ue(r.complete, a)
4078
- }) : s = r;
4079
- }
4080
- return o.destination = new Ji(s), o;
4054
+ return G(r) || !r ? s = {
4055
+ next: r ?? void 0,
4056
+ error: n ?? void 0,
4057
+ complete: i ?? void 0
4058
+ } : s = r, o.destination = new Zi(s), o;
4081
4059
  }
4082
4060
  return t;
4083
- }(xr);
4061
+ }(vr);
4084
4062
  function de(e) {
4085
- Qi(e);
4063
+ zi(e);
4086
4064
  }
4087
- function Yi(e) {
4065
+ function Qi(e) {
4088
4066
  throw e;
4089
4067
  }
4090
- var Ki = {
4068
+ var qi = {
4091
4069
  closed: !0,
4092
- next: Ot,
4093
- error: Yi,
4094
- complete: Ot
4095
- }, eo = function() {
4070
+ next: Pt,
4071
+ error: Qi,
4072
+ complete: Pt
4073
+ }, Ji = function() {
4096
4074
  return typeof Symbol == "function" && Symbol.observable || "@@observable";
4097
4075
  }();
4098
- function to(e) {
4076
+ function Yi(e) {
4099
4077
  return e;
4100
4078
  }
4101
- function ro(e) {
4102
- return e.length === 0 ? to : e.length === 1 ? e[0] : function(r) {
4079
+ function Ki(e) {
4080
+ return e.length === 0 ? Yi : e.length === 1 ? e[0] : function(r) {
4103
4081
  return e.reduce(function(n, i) {
4104
4082
  return i(n);
4105
4083
  }, r);
4106
4084
  };
4107
4085
  }
4108
- var Lt = function() {
4086
+ var Bt = function() {
4109
4087
  function e(t) {
4110
4088
  t && (this._subscribe = t);
4111
4089
  }
@@ -4113,7 +4091,7 @@ var Lt = function() {
4113
4091
  var r = new e();
4114
4092
  return r.source = this, r.operator = t, r;
4115
4093
  }, e.prototype.subscribe = function(t, r, n) {
4116
- var i = this, o = io(t) ? t : new et(t, r, n);
4094
+ var i = this, o = to(t) ? t : new Ke(t, r, n);
4117
4095
  return ge(function() {
4118
4096
  var s = i, a = s.operator, h = s.source;
4119
4097
  o.add(a ? a.call(o, h) : h ? i._subscribe(o) : i._trySubscribe(o));
@@ -4126,8 +4104,8 @@ var Lt = function() {
4126
4104
  }
4127
4105
  }, e.prototype.forEach = function(t, r) {
4128
4106
  var n = this;
4129
- return r = It(r), new r(function(i, o) {
4130
- var s = new et({
4107
+ return r = At(r), new r(function(i, o) {
4108
+ var s = new Ke({
4131
4109
  next: function(a) {
4132
4110
  try {
4133
4111
  t(a);
@@ -4143,15 +4121,15 @@ var Lt = function() {
4143
4121
  }, e.prototype._subscribe = function(t) {
4144
4122
  var r;
4145
4123
  return (r = this.source) === null || r === void 0 ? void 0 : r.subscribe(t);
4146
- }, e.prototype[eo] = function() {
4124
+ }, e.prototype[Ji] = function() {
4147
4125
  return this;
4148
4126
  }, e.prototype.pipe = function() {
4149
4127
  for (var t = [], r = 0; r < arguments.length; r++)
4150
4128
  t[r] = arguments[r];
4151
- return ro(t)(this);
4129
+ return Ki(t)(this);
4152
4130
  }, e.prototype.toPromise = function(t) {
4153
4131
  var r = this;
4154
- return t = It(t), new t(function(n, i) {
4132
+ return t = At(t), new t(function(n, i) {
4155
4133
  var o;
4156
4134
  r.subscribe(function(s) {
4157
4135
  return o = s;
@@ -4165,32 +4143,32 @@ var Lt = function() {
4165
4143
  return new e(t);
4166
4144
  }, e;
4167
4145
  }();
4168
- function It(e) {
4146
+ function At(e) {
4169
4147
  var t;
4170
- return (t = e ?? Er.Promise) !== null && t !== void 0 ? t : Promise;
4148
+ return (t = e ?? Xi.Promise) !== null && t !== void 0 ? t : Promise;
4171
4149
  }
4172
- function no(e) {
4150
+ function eo(e) {
4173
4151
  return e && G(e.next) && G(e.error) && G(e.complete);
4174
4152
  }
4175
- function io(e) {
4176
- return e && e instanceof xr || no(e) && _r(e);
4153
+ function to(e) {
4154
+ return e && e instanceof vr || eo(e) && gr(e);
4177
4155
  }
4178
- var oo = vr(function(e) {
4156
+ var ro = mr(function(e) {
4179
4157
  return function() {
4180
4158
  e(this), this.name = "ObjectUnsubscribedError", this.message = "object unsubscribed";
4181
4159
  };
4182
- }), Sr = function(e) {
4160
+ }), yr = function(e) {
4183
4161
  U(t, e);
4184
4162
  function t() {
4185
4163
  var r = e.call(this) || this;
4186
4164
  return r.closed = !1, r.currentObservers = null, r.observers = [], r.isStopped = !1, r.hasError = !1, r.thrownError = null, r;
4187
4165
  }
4188
4166
  return t.prototype.lift = function(r) {
4189
- var n = new Nt(this, this);
4167
+ var n = new Ot(this, this);
4190
4168
  return n.operator = r, n;
4191
4169
  }, t.prototype._throwIfClosed = function() {
4192
4170
  if (this.closed)
4193
- throw new oo();
4171
+ throw new ro();
4194
4172
  }, t.prototype.next = function(r) {
4195
4173
  var n = this;
4196
4174
  ge(function() {
@@ -4198,7 +4176,7 @@ var oo = vr(function(e) {
4198
4176
  if (n._throwIfClosed(), !n.isStopped) {
4199
4177
  n.currentObservers || (n.currentObservers = Array.from(n.observers));
4200
4178
  try {
4201
- for (var s = ke(n.currentObservers), a = s.next(); !a.done; a = s.next()) {
4179
+ for (var s = je(n.currentObservers), a = s.next(); !a.done; a = s.next()) {
4202
4180
  var h = a.value;
4203
4181
  h.next(r);
4204
4182
  }
@@ -4247,19 +4225,19 @@ var oo = vr(function(e) {
4247
4225
  return this._throwIfClosed(), this._checkFinalizedStatuses(r), this._innerSubscribe(r);
4248
4226
  }, t.prototype._innerSubscribe = function(r) {
4249
4227
  var n = this, i = this, o = i.hasError, s = i.isStopped, a = i.observers;
4250
- return o || s ? yr : (this.currentObservers = null, a.push(r), new Be(function() {
4251
- n.currentObservers = null, Ke(a, r);
4228
+ return o || s ? br : (this.currentObservers = null, a.push(r), new Be(function() {
4229
+ n.currentObservers = null, Ye(a, r);
4252
4230
  }));
4253
4231
  }, t.prototype._checkFinalizedStatuses = function(r) {
4254
4232
  var n = this, i = n.hasError, o = n.thrownError, s = n.isStopped;
4255
4233
  i ? r.error(o) : s && r.complete();
4256
4234
  }, t.prototype.asObservable = function() {
4257
- var r = new Lt();
4235
+ var r = new Bt();
4258
4236
  return r.source = this, r;
4259
4237
  }, t.create = function(r, n) {
4260
- return new Nt(r, n);
4238
+ return new Ot(r, n);
4261
4239
  }, t;
4262
- }(Lt), Nt = function(e) {
4240
+ }(Bt), Ot = function(e) {
4263
4241
  U(t, e);
4264
4242
  function t(r, n) {
4265
4243
  var i = e.call(this) || this;
@@ -4276,17 +4254,17 @@ var oo = vr(function(e) {
4276
4254
  (n = (r = this.destination) === null || r === void 0 ? void 0 : r.complete) === null || n === void 0 || n.call(r);
4277
4255
  }, t.prototype._subscribe = function(r) {
4278
4256
  var n, i;
4279
- return (i = (n = this.source) === null || n === void 0 ? void 0 : n.subscribe(r)) !== null && i !== void 0 ? i : yr;
4257
+ return (i = (n = this.source) === null || n === void 0 ? void 0 : n.subscribe(r)) !== null && i !== void 0 ? i : br;
4280
4258
  }, t;
4281
- }(Sr), wr = {
4259
+ }(yr), _r = {
4282
4260
  now: function() {
4283
- return (wr.delegate || Date).now();
4261
+ return (_r.delegate || Date).now();
4284
4262
  },
4285
4263
  delegate: void 0
4286
- }, so = function(e) {
4264
+ }, no = function(e) {
4287
4265
  U(t, e);
4288
4266
  function t(r, n, i) {
4289
- r === void 0 && (r = 1 / 0), n === void 0 && (n = 1 / 0), i === void 0 && (i = wr);
4267
+ r === void 0 && (r = 1 / 0), n === void 0 && (n = 1 / 0), i === void 0 && (i = _r);
4290
4268
  var o = e.call(this) || this;
4291
4269
  return o._bufferSize = r, o._windowTime = n, o._timestampProvider = i, o._buffer = [], o._infiniteTimeWindow = !0, o._infiniteTimeWindow = n === 1 / 0, o._bufferSize = Math.max(1, r), o._windowTime = Math.max(1, n), o;
4292
4270
  }
@@ -4306,23 +4284,23 @@ var oo = vr(function(e) {
4306
4284
  u && o.splice(0, u + 1);
4307
4285
  }
4308
4286
  }, t;
4309
- }(Sr);
4310
- const Mt = [], Rt = {}, ao = (e, t = 0) => {
4311
- if (Mt.indexOf(e) == -1) {
4312
- const r = new so(t);
4313
- Rt[e] = r, Mt.push(e);
4287
+ }(yr);
4288
+ const Lt = [], It = {}, io = (e, t = 0) => {
4289
+ if (Lt.indexOf(e) == -1) {
4290
+ const r = new no(t);
4291
+ It[e] = r, Lt.push(e);
4314
4292
  }
4315
- return Rt[e];
4293
+ return It[e];
4316
4294
  };
4317
- window.emWidgets = { topic: ao };
4318
- const lo = (e) => !!(e.toLowerCase().match(/android/i) || e.toLowerCase().match(/blackberry|bb/i) || e.toLowerCase().match(/iphone|ipad|ipod/i) || e.toLowerCase().match(/windows phone|windows mobile|iemobile|wpdesktop/i));
4319
- function uo(e, t) {
4295
+ window.emWidgets = { topic: io };
4296
+ const oo = (e) => !!(e.toLowerCase().match(/android/i) || e.toLowerCase().match(/blackberry|bb/i) || e.toLowerCase().match(/iphone|ipad|ipod/i) || e.toLowerCase().match(/windows phone|windows mobile|iemobile|wpdesktop/i));
4297
+ function so(e, t) {
4320
4298
  if (e) {
4321
4299
  const r = document.createElement("style");
4322
4300
  r.innerHTML = t, e.appendChild(r);
4323
4301
  }
4324
4302
  }
4325
- function ho(e, t) {
4303
+ function ao(e, t) {
4326
4304
  const r = new URL(t);
4327
4305
  fetch(r.href).then((n) => n.text()).then((n) => {
4328
4306
  const i = document.createElement("style");
@@ -4331,7 +4309,7 @@ function ho(e, t) {
4331
4309
  console.error("There was an error while trying to load client styling from URL", n);
4332
4310
  });
4333
4311
  }
4334
- function co(e, t, r) {
4312
+ function lo(e, t, r) {
4335
4313
  if (window.emMessageBus) {
4336
4314
  const n = document.createElement("style");
4337
4315
  window.emMessageBus.subscribe(t, (i) => {
@@ -4339,18 +4317,18 @@ function co(e, t, r) {
4339
4317
  });
4340
4318
  }
4341
4319
  }
4342
- function fo(e) {
4343
- Gr(e, "svelte-3oqkg3", '*,*::before,*::after{margin:0;padding:0;list-style:none;text-decoration:none;outline:none;box-sizing:border-box;font-family:inherit}.CasinoCollectionsProviders{background:var(--emw--casino-color-bg, var(--emw--color-background, #07072A));width:100%;height:330px;margin:0 auto;margin-top:24px}.CategoriesHeader{display:flex;justify-content:space-between;height:70px}.CategoriesHeader .Title{color:var(--emw--casino-typography, var(--emw--color-white, #FFFFFF));font-size:22px;font-weight:500}.CategoriesHeader .ButtonsContainer button{border:1px solid rgba(255, 255, 255, 0.2);border-radius:5px;background-color:rgba(0, 0, 25, 0.2);height:40px;width:40px;cursor:pointer}.CategoriesHeader .ButtonsContainer button:active{opacity:0.7}.CategoriesSlider{position:relative;height:230px;overflow:hidden;cursor:pointer}.CategoriesSliderWrapper{position:absolute;top:0;left:0}.CategoriesSlider .Animation{transition:transform 0.8s}.CategoriesSlider .CategorySlide{border-radius:10px;display:flex;flex-direction:column;align-items:center;justify-content:space-evenly;height:200px;width:400px;margin-right:15px;background-size:cover}.CategoriesSlider .CategorySlide:not(.CategorySlideNoHighlight){background-color:#808080;background-blend-mode:multiply}.CategoriesSlider .CategorySlideTopContainer{height:100px;display:flex;align-items:center}.CategoriesSlider .CategorySlideLogo{transform:translate(-50%, -50%);max-width:175px;top:30%;max-height:100%;position:absolute}.CategoriesSlider .CategorySlideTitle{color:var(--emw--casino-typography, var(--emw--color-constrast, #FFFFFF));font-size:18px;letter-spacing:1px}.CategoriesSlider .CategorySlideGameContainer{display:flex;width:40px;justify-content:center;gap:10%;min-height:85px}.CategoriesSlider .CategorySlideGameImage{border-radius:10px;width:auto;height:55px;object-fit:cover}.CategoriesSlider .CategorySlideGames{color:white;text-align:center}.CategoriesSlider .CategorySlideGames p{font-size:8px;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.Mobile.Providers{padding:25px 10px}.Mobile.Collections{padding:25px 10px}.Mobile.CasinoCollectionsProviders{padding:25px 10px}.Mobile .CategoriesSlider{overflow:auto;scroll-snap-type:x mandatory;-ms-overflow-style:none;scrollbar-width:none}.Mobile .CategoriesSlider::-webkit-scrollbar{display:none}.Mobile .CategorySlide{width:80vw;scroll-snap-align:start}.Mobile .ButtonsContainer{display:none}.Mobile .CategorySlideGameImage{border-radius:10px;width:auto;height:40px;object-fit:cover}.LoadingSpinner{display:block;width:80px;height:80px;margin:0 auto}.LoadingSpinner:after{content:" ";display:block;width:64px;height:64px;margin:8px;border-radius:50%;border:6px solid var(--emw--casino-color-primary, var(--emw--color-primary, #D0046C));border-color:var(--emw--casino-color-primary, var(--emw--color-primary, #D0046C)) transparent var(--emw--casino-color-primary, var(--emw--color-primary, #D0046C)) transparent;animation:LoadingSpinner 1.2s linear infinite}@keyframes LoadingSpinner{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}');
4320
+ function uo(e) {
4321
+ Nr(e, "svelte-3oqkg3", '*,*::before,*::after{margin:0;padding:0;list-style:none;text-decoration:none;outline:none;box-sizing:border-box;font-family:inherit}.CasinoCollectionsProviders{background:var(--emw--casino-color-bg, var(--emw--color-background, #07072A));width:100%;height:330px;margin:0 auto;margin-top:24px}.CategoriesHeader{display:flex;justify-content:space-between;height:70px}.CategoriesHeader .Title{color:var(--emw--casino-typography, var(--emw--color-white, #FFFFFF));font-size:22px;font-weight:500}.CategoriesHeader .ButtonsContainer button{border:1px solid rgba(255, 255, 255, 0.2);border-radius:5px;background-color:rgba(0, 0, 25, 0.2);height:40px;width:40px;cursor:pointer}.CategoriesHeader .ButtonsContainer button:active{opacity:0.7}.CategoriesSlider{position:relative;height:230px;overflow:hidden;cursor:pointer}.CategoriesSliderWrapper{position:absolute;top:0;left:0}.CategoriesSlider .Animation{transition:transform 0.8s}.CategoriesSlider .CategorySlide{border-radius:10px;display:flex;flex-direction:column;align-items:center;justify-content:space-evenly;height:200px;width:400px;margin-right:15px;background-size:cover}.CategoriesSlider .CategorySlide:not(.CategorySlideNoHighlight){background-color:#808080;background-blend-mode:multiply}.CategoriesSlider .CategorySlideTopContainer{height:100px;display:flex;align-items:center}.CategoriesSlider .CategorySlideLogo{transform:translate(-50%, -50%);max-width:175px;top:30%;max-height:100%;position:absolute}.CategoriesSlider .CategorySlideTitle{color:var(--emw--casino-typography, var(--emw--color-constrast, #FFFFFF));font-size:18px;letter-spacing:1px}.CategoriesSlider .CategorySlideGameContainer{display:flex;width:40px;justify-content:center;gap:10%;min-height:85px}.CategoriesSlider .CategorySlideGameImage{border-radius:10px;width:auto;height:55px;object-fit:cover}.CategoriesSlider .CategorySlideGames{color:white;text-align:center}.CategoriesSlider .CategorySlideGames p{font-size:8px;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.Mobile.Providers{padding:25px 10px}.Mobile.Collections{padding:25px 10px}.Mobile.CasinoCollectionsProviders{padding:25px 10px}.Mobile .CategoriesSlider{overflow:auto;scroll-snap-type:x mandatory;-ms-overflow-style:none;scrollbar-width:none}.Mobile .CategoriesSlider::-webkit-scrollbar{display:none}.Mobile .CategorySlide{width:80vw;scroll-snap-align:start}.Mobile .ButtonsContainer{display:none}.Mobile .CategorySlideGameImage{border-radius:10px;width:auto;height:40px;object-fit:cover}.LoadingSpinner{display:block;width:80px;height:80px;margin:0 auto}.LoadingSpinner:after{content:" ";display:block;width:64px;height:64px;margin:8px;border-radius:50%;border:6px solid var(--emw--casino-color-primary, var(--emw--color-primary, #D0046C));border-color:var(--emw--casino-color-primary, var(--emw--color-primary, #D0046C)) transparent var(--emw--casino-color-primary, var(--emw--color-primary, #D0046C)) transparent;animation:LoadingSpinner 1.2s linear infinite}@keyframes LoadingSpinner{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}');
4344
4322
  }
4345
- function $t(e, t, r) {
4323
+ function Nt(e, t, r) {
4346
4324
  const n = e.slice();
4347
4325
  return n[40] = t[r], n;
4348
4326
  }
4349
- function Gt(e, t, r) {
4327
+ function Mt(e, t, r) {
4350
4328
  const n = e.slice();
4351
4329
  return n[43] = t[r], n;
4352
4330
  }
4353
- function po(e) {
4331
+ function ho(e) {
4354
4332
  let t, r, n, i = (
4355
4333
  /*type*/
4356
4334
  (e[0] === "vendor" ? (
@@ -4363,19 +4341,19 @@ function po(e) {
4363
4341
  ), o, s, a, h, u, l = (
4364
4342
  /*numberOfSlides*/
4365
4343
  e[7] > /*numberOfVisibleSlides*/
4366
- e[8] && Ut(e)
4367
- ), f = Ee(
4344
+ e[8] && Rt(e)
4345
+ ), f = xe(
4368
4346
  /*gameCategories*/
4369
4347
  e[3]
4370
4348
  ), c = [];
4371
4349
  for (let d = 0; d < f.length; d += 1)
4372
- c[d] = jt($t(e, f, d));
4350
+ c[d] = Ut(Nt(e, f, d));
4373
4351
  return {
4374
4352
  c() {
4375
4353
  t = C("div"), r = C("div"), n = C("p"), o = we(i), s = k(), l && l.c(), a = k(), h = C("div");
4376
4354
  for (let d = 0; d < c.length; d += 1)
4377
4355
  c[d].c();
4378
- x(n, "class", "Title"), x(r, "class", "CategoriesHeader"), x(h, "class", "CategoriesSlider"), x(t, "class", u = "CasinoCollectionsProviders " + /*mobile*/
4356
+ E(n, "class", "Title"), E(r, "class", "CategoriesHeader"), E(h, "class", "CategoriesSlider"), E(t, "class", u = "CasinoCollectionsProviders " + /*mobile*/
4379
4357
  (e[9] ? "Mobile" : "") + " " + /*type*/
4380
4358
  (e[0] === "vendor" ? "Providers" : "Collections"));
4381
4359
  },
@@ -4394,18 +4372,18 @@ function po(e) {
4394
4372
  ) : (
4395
4373
  /*$_*/
4396
4374
  d[10]("collections")
4397
- )) + "") && rt(o, i), /*numberOfSlides*/
4375
+ )) + "") && tt(o, i), /*numberOfSlides*/
4398
4376
  d[7] > /*numberOfVisibleSlides*/
4399
- d[8] ? l ? l.p(d, p) : (l = Ut(d), l.c(), l.m(r, null)) : l && (l.d(1), l = null), p[0] & /*gameCategories, openCategory, collectionprovidersgamenames, openGame, titletype*/
4377
+ d[8] ? l ? l.p(d, p) : (l = Rt(d), l.c(), l.m(r, null)) : l && (l.d(1), l = null), p[0] & /*gameCategories, openCategory, collectionprovidersgamenames, openGame, titletype*/
4400
4378
  24590) {
4401
- f = Ee(
4379
+ f = xe(
4402
4380
  /*gameCategories*/
4403
4381
  d[3]
4404
4382
  );
4405
4383
  let b;
4406
4384
  for (b = 0; b < f.length; b += 1) {
4407
- const g = $t(d, f, b);
4408
- c[b] ? c[b].p(g, p) : (c[b] = jt(g), c[b].c(), c[b].m(h, null));
4385
+ const g = Nt(d, f, b);
4386
+ c[b] ? c[b].p(g, p) : (c[b] = Ut(g), c[b].c(), c[b].m(h, null));
4409
4387
  }
4410
4388
  for (; b < c.length; b += 1)
4411
4389
  c[b].d(1);
@@ -4414,18 +4392,18 @@ function po(e) {
4414
4392
  p[0] & /*mobile, type*/
4415
4393
  513 && u !== (u = "CasinoCollectionsProviders " + /*mobile*/
4416
4394
  (d[9] ? "Mobile" : "") + " " + /*type*/
4417
- (d[0] === "vendor" ? "Providers" : "Collections")) && x(t, "class", u);
4395
+ (d[0] === "vendor" ? "Providers" : "Collections")) && E(t, "class", u);
4418
4396
  },
4419
4397
  d(d) {
4420
- d && I(t), l && l.d(), Wt(c, d), e[25](null);
4398
+ d && I(t), l && l.d(), kt(c, d), e[25](null);
4421
4399
  }
4422
4400
  };
4423
4401
  }
4424
- function mo(e) {
4402
+ function co(e) {
4425
4403
  let t;
4426
4404
  return {
4427
4405
  c() {
4428
- t = C("div"), x(t, "class", "LoadingSpinner");
4406
+ t = C("div"), E(t, "class", "LoadingSpinner");
4429
4407
  },
4430
4408
  m(r, n) {
4431
4409
  R(r, t, n);
@@ -4436,11 +4414,11 @@ function mo(e) {
4436
4414
  }
4437
4415
  };
4438
4416
  }
4439
- function Ut(e) {
4417
+ function Rt(e) {
4440
4418
  let t, r, n, i, o, s;
4441
4419
  return {
4442
4420
  c() {
4443
- t = C("div"), r = C("button"), r.innerHTML = '<svg id="Component_46_2" data-name="Component 46 – 2" xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 16 24.656"><path id="Path_36" data-name="Path 36" d="M12.328,16,0,3.672,3.672,0l8.656,8.656L20.984,0l3.672,3.672Z" transform="translate(14.656 0) rotate(90)" fill="#fff"></path></svg>', n = k(), i = C("button"), i.innerHTML = '<svg id="Component_46_2" data-name="Component 46 – 2" xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 16 24.656"><path id="Path_36" data-name="Path 36" d="M12.328,16,0,3.672,3.672,0l8.656,8.656L20.984,0l3.672,3.672Z" transform="translate(0 24.656) rotate(-90)" fill="#fff"></path></svg>', x(t, "class", "ButtonsContainer");
4421
+ t = C("div"), r = C("button"), r.innerHTML = '<svg id="Component_46_2" data-name="Component 46 – 2" xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 16 24.656"><path id="Path_36" data-name="Path 36" d="M12.328,16,0,3.672,3.672,0l8.656,8.656L20.984,0l3.672,3.672Z" transform="translate(14.656 0) rotate(90)" fill="#fff"></path></svg>', n = k(), i = C("button"), i.innerHTML = '<svg id="Component_46_2" data-name="Component 46 – 2" xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 16 24.656"><path id="Path_36" data-name="Path 36" d="M12.328,16,0,3.672,3.672,0l8.656,8.656L20.984,0l3.672,3.672Z" transform="translate(0 24.656) rotate(-90)" fill="#fff"></path></svg>', E(t, "class", "ButtonsContainer");
4444
4422
  },
4445
4423
  m(a, h) {
4446
4424
  R(a, t, h), H(t, r), H(t, n), H(t, i), o || (s = [
@@ -4464,14 +4442,14 @@ function Ut(e) {
4464
4442
  }
4465
4443
  };
4466
4444
  }
4467
- function bo(e) {
4445
+ function fo(e) {
4468
4446
  let t, r = (
4469
4447
  /*category*/
4470
4448
  e[40].name + ""
4471
4449
  ), n;
4472
4450
  return {
4473
4451
  c() {
4474
- t = C("p"), n = we(r), x(t, "class", "CategorySlideTitle");
4452
+ t = C("p"), n = we(r), E(t, "class", "CategorySlideTitle");
4475
4453
  },
4476
4454
  m(i, o) {
4477
4455
  R(i, t, o), H(t, n);
@@ -4479,19 +4457,19 @@ function bo(e) {
4479
4457
  p(i, o) {
4480
4458
  o[0] & /*gameCategories*/
4481
4459
  8 && r !== (r = /*category*/
4482
- i[40].name + "") && rt(n, r);
4460
+ i[40].name + "") && tt(n, r);
4483
4461
  },
4484
4462
  d(i) {
4485
4463
  i && I(t);
4486
4464
  }
4487
4465
  };
4488
4466
  }
4489
- function go(e) {
4467
+ function po(e) {
4490
4468
  let t, r, n;
4491
4469
  return {
4492
4470
  c() {
4493
- t = C("img"), x(t, "class", "CategorySlideLogo"), ve(t.src, r = /*category*/
4494
- e[40].icon) || x(t, "src", r), x(t, "alt", n = /*category*/
4471
+ t = C("img"), E(t, "class", "CategorySlideLogo"), ve(t.src, r = /*category*/
4472
+ e[40].icon) || E(t, "src", r), E(t, "alt", n = /*category*/
4495
4473
  e[40].name + " icon");
4496
4474
  },
4497
4475
  m(i, o) {
@@ -4500,23 +4478,23 @@ function go(e) {
4500
4478
  p(i, o) {
4501
4479
  o[0] & /*gameCategories*/
4502
4480
  8 && !ve(t.src, r = /*category*/
4503
- i[40].icon) && x(t, "src", r), o[0] & /*gameCategories*/
4481
+ i[40].icon) && E(t, "src", r), o[0] & /*gameCategories*/
4504
4482
  8 && n !== (n = /*category*/
4505
- i[40].name + " icon") && x(t, "alt", n);
4483
+ i[40].name + " icon") && E(t, "alt", n);
4506
4484
  },
4507
4485
  d(i) {
4508
4486
  i && I(t);
4509
4487
  }
4510
4488
  };
4511
4489
  }
4512
- function Dt(e) {
4490
+ function $t(e) {
4513
4491
  let t, r = (
4514
4492
  /*game*/
4515
4493
  e[43].name + ""
4516
4494
  ), n, i;
4517
4495
  return {
4518
4496
  c() {
4519
- t = C("p"), n = we(r), x(t, "title", i = /*game*/
4497
+ t = C("p"), n = we(r), E(t, "title", i = /*game*/
4520
4498
  e[43].name);
4521
4499
  },
4522
4500
  m(o, s) {
@@ -4525,16 +4503,16 @@ function Dt(e) {
4525
4503
  p(o, s) {
4526
4504
  s[0] & /*gameCategories*/
4527
4505
  8 && r !== (r = /*game*/
4528
- o[43].name + "") && rt(n, r), s[0] & /*gameCategories*/
4506
+ o[43].name + "") && tt(n, r), s[0] & /*gameCategories*/
4529
4507
  8 && i !== (i = /*game*/
4530
- o[43].name) && x(t, "title", i);
4508
+ o[43].name) && E(t, "title", i);
4531
4509
  },
4532
4510
  d(o) {
4533
4511
  o && I(t);
4534
4512
  }
4535
4513
  };
4536
4514
  }
4537
- function Ft(e) {
4515
+ function Gt(e) {
4538
4516
  let t, r, n, i, o, s, a, h;
4539
4517
  function u() {
4540
4518
  return (
@@ -4547,50 +4525,50 @@ function Ft(e) {
4547
4525
  }
4548
4526
  let l = (
4549
4527
  /*collectionprovidersgamenames*/
4550
- e[2] == "true" && Dt(e)
4528
+ e[2] == "true" && $t(e)
4551
4529
  );
4552
4530
  return {
4553
4531
  c() {
4554
- t = C("div"), r = C("img"), o = k(), l && l.c(), s = k(), x(r, "class", "CategorySlideGameImage"), ve(r.src, n = /*game*/
4555
- e[43].defaultThumbnail) || x(r, "src", n), x(r, "alt", i = /*game*/
4556
- e[43].name), x(t, "class", "CategorySlideGames");
4532
+ t = C("div"), r = C("img"), o = k(), l && l.c(), s = k(), E(r, "class", "CategorySlideGameImage"), ve(r.src, n = /*game*/
4533
+ e[43].defaultThumbnail) || E(r, "src", n), E(r, "alt", i = /*game*/
4534
+ e[43].name), E(t, "class", "CategorySlideGames");
4557
4535
  },
4558
4536
  m(f, c) {
4559
- R(f, t, c), H(t, r), H(t, o), l && l.m(t, null), H(t, s), a || (h = ye(r, "click", Fr(u)), a = !0);
4537
+ R(f, t, c), H(t, r), H(t, o), l && l.m(t, null), H(t, s), a || (h = ye(r, "click", $r(u)), a = !0);
4560
4538
  },
4561
4539
  p(f, c) {
4562
4540
  e = f, c[0] & /*gameCategories*/
4563
4541
  8 && !ve(r.src, n = /*game*/
4564
- e[43].defaultThumbnail) && x(r, "src", n), c[0] & /*gameCategories*/
4542
+ e[43].defaultThumbnail) && E(r, "src", n), c[0] & /*gameCategories*/
4565
4543
  8 && i !== (i = /*game*/
4566
- e[43].name) && x(r, "alt", i), /*collectionprovidersgamenames*/
4567
- e[2] == "true" ? l ? l.p(e, c) : (l = Dt(e), l.c(), l.m(t, s)) : l && (l.d(1), l = null);
4544
+ e[43].name) && E(r, "alt", i), /*collectionprovidersgamenames*/
4545
+ e[2] == "true" ? l ? l.p(e, c) : (l = $t(e), l.c(), l.m(t, s)) : l && (l.d(1), l = null);
4568
4546
  },
4569
4547
  d(f) {
4570
4548
  f && I(t), l && l.d(), a = !1, h();
4571
4549
  }
4572
4550
  };
4573
4551
  }
4574
- function jt(e) {
4552
+ function Ut(e) {
4575
4553
  let t, r, n, i, o, s, a, h, u;
4576
4554
  function l(g, S) {
4577
4555
  if (
4578
4556
  /*titletype*/
4579
4557
  g[1] === "logo"
4580
4558
  )
4581
- return go;
4559
+ return po;
4582
4560
  if (
4583
4561
  /*titletype*/
4584
4562
  g[1] === "title"
4585
4563
  )
4586
- return bo;
4564
+ return fo;
4587
4565
  }
4588
- let f = l(e), c = f && f(e), d = Ee(
4566
+ let f = l(e), c = f && f(e), d = xe(
4589
4567
  /*category*/
4590
4568
  e[40].games
4591
4569
  ), p = [];
4592
4570
  for (let g = 0; g < d.length; g += 1)
4593
- p[g] = Ft(Gt(e, d, g));
4571
+ p[g] = Gt(Mt(e, d, g));
4594
4572
  function b() {
4595
4573
  return (
4596
4574
  /*click_handler_1*/
@@ -4605,49 +4583,49 @@ function jt(e) {
4605
4583
  t = C("div"), r = C("div"), n = C("div"), c && c.c(), i = k(), o = C("div");
4606
4584
  for (let g = 0; g < p.length; g += 1)
4607
4585
  p[g].c();
4608
- a = k(), x(n, "class", "CategorySlideTopContainer"), x(o, "class", "CategorySlideGameContainer"), x(r, "class", s = "CategorySlide " + /*category*/
4586
+ a = k(), E(n, "class", "CategorySlideTopContainer"), E(o, "class", "CategorySlideGameContainer"), E(r, "class", s = "CategorySlide " + /*category*/
4609
4587
  (e[40]?.flag[0] === "vendor" ? "CategorySlideNoHighlight" : "")), Oe(r, "background-image", "url(" + /*category*/
4610
- e[40]?.background + ")"), Oe(r, "background-size", "cover"), x(t, "class", "CategoriesSliderWrapper Animation");
4588
+ e[40]?.background + ")"), Oe(r, "background-size", "cover"), E(t, "class", "CategoriesSliderWrapper Animation");
4611
4589
  },
4612
4590
  m(g, S) {
4613
4591
  R(g, t, S), H(t, r), H(r, n), c && c.m(n, null), H(r, i), H(r, o);
4614
- for (let E = 0; E < p.length; E += 1)
4615
- p[E] && p[E].m(o, null);
4592
+ for (let x = 0; x < p.length; x += 1)
4593
+ p[x] && p[x].m(o, null);
4616
4594
  H(t, a), h || (u = ye(r, "click", b), h = !0);
4617
4595
  },
4618
4596
  p(g, S) {
4619
4597
  if (e = g, f === (f = l(e)) && c ? c.p(e, S) : (c && c.d(1), c = f && f(e), c && (c.c(), c.m(n, null))), S[0] & /*gameCategories, collectionprovidersgamenames, openGame*/
4620
4598
  8204) {
4621
- d = Ee(
4599
+ d = xe(
4622
4600
  /*category*/
4623
4601
  e[40].games
4624
4602
  );
4625
- let E;
4626
- for (E = 0; E < d.length; E += 1) {
4627
- const T = Gt(e, d, E);
4628
- p[E] ? p[E].p(T, S) : (p[E] = Ft(T), p[E].c(), p[E].m(o, null));
4603
+ let x;
4604
+ for (x = 0; x < d.length; x += 1) {
4605
+ const T = Mt(e, d, x);
4606
+ p[x] ? p[x].p(T, S) : (p[x] = Gt(T), p[x].c(), p[x].m(o, null));
4629
4607
  }
4630
- for (; E < p.length; E += 1)
4631
- p[E].d(1);
4608
+ for (; x < p.length; x += 1)
4609
+ p[x].d(1);
4632
4610
  p.length = d.length;
4633
4611
  }
4634
4612
  S[0] & /*gameCategories*/
4635
4613
  8 && s !== (s = "CategorySlide " + /*category*/
4636
- (e[40]?.flag[0] === "vendor" ? "CategorySlideNoHighlight" : "")) && x(r, "class", s), S[0] & /*gameCategories*/
4614
+ (e[40]?.flag[0] === "vendor" ? "CategorySlideNoHighlight" : "")) && E(r, "class", s), S[0] & /*gameCategories*/
4637
4615
  8 && Oe(r, "background-image", "url(" + /*category*/
4638
4616
  e[40]?.background + ")");
4639
4617
  },
4640
4618
  d(g) {
4641
- g && I(t), c && c.d(), Wt(p, g), h = !1, u();
4619
+ g && I(t), c && c.d(), kt(p, g), h = !1, u();
4642
4620
  }
4643
4621
  };
4644
4622
  }
4645
- function vo(e) {
4623
+ function mo(e) {
4646
4624
  let t;
4647
4625
  function r(o, s) {
4648
4626
  return (
4649
4627
  /*isLoading*/
4650
- o[6] ? mo : po
4628
+ o[6] ? co : ho
4651
4629
  );
4652
4630
  }
4653
4631
  let n = r(e), i = n(e);
@@ -4668,23 +4646,23 @@ function vo(e) {
4668
4646
  }
4669
4647
  };
4670
4648
  }
4671
- function yo(e, t, r) {
4649
+ function bo(e, t, r) {
4672
4650
  let n;
4673
- $r(e, Wi, (m) => r(10, n = m));
4674
- let { endpoint: i = "" } = t, { datasource: o = "" } = t, { lang: s = "" } = t, { type: a = "" } = t, { titletype: h = "" } = t, { clientstyling: u = "" } = t, { clientstylingurl: l = "" } = t, { translationurl: f = "" } = t, { collectionprovidersgamenames: c = "" } = t, { mbsource: d } = t, p = [], b = !0, g, S = 0, E = 0, T = 0, D, L, j = 0, X = 50, Ae = !1, $, Tr = window.navigator.userAgent, at;
4675
- const Hr = () => {
4651
+ Ir(e, ki, (m) => r(10, n = m));
4652
+ let { endpoint: i = "" } = t, { datasource: o = "" } = t, { lang: s = "" } = t, { type: a = "" } = t, { titletype: h = "" } = t, { clientstyling: u = "" } = t, { clientstylingurl: l = "" } = t, { translationurl: f = "" } = t, { collectionprovidersgamenames: c = "" } = t, { mbsource: d } = t, p = [], b = !0, g, S = 0, x = 0, T = 0, D, L, j = 0, X = 50, Ae = !1, $, xr = window.navigator.userAgent, it;
4653
+ const Er = () => {
4676
4654
  fetch(f).then((P) => P.json()).then((P) => {
4677
4655
  Object.keys(P).forEach((N) => {
4678
- Pt(N, P[N]);
4656
+ Tt(N, P[N]);
4679
4657
  });
4680
4658
  }).catch((P) => {
4681
4659
  console.log(P);
4682
4660
  });
4683
4661
  };
4684
- Object.keys(Bt).forEach((m) => {
4685
- Pt(m, Bt[m]);
4662
+ Object.keys(Ht).forEach((m) => {
4663
+ Tt(m, Ht[m]);
4686
4664
  });
4687
- const lt = () => {
4665
+ const ot = () => {
4688
4666
  const m = new URL(`${i}/v2/casino/groups/${o}`);
4689
4667
  m.searchParams.append("language", s), m.searchParams.append("expand", "games"), m.searchParams.append("filter", `$and(flags=${a})`), m.searchParams.append("pagination", `offset=${j},limit=${X}`), fetch(m.href).then((P) => P.json()).then((P) => {
4690
4668
  r(6, b = !1), P.total > X && (j += 50, X += 50, r(22, Ae = !0));
@@ -4692,25 +4670,25 @@ function yo(e, t, r) {
4692
4670
  id: M.id,
4693
4671
  name: M.name,
4694
4672
  icon: M.icon ? M.icon : M.vendors?.items[0]?.subVendors[0]?.logo,
4695
- games: M.games.items.slice(0, 4).map((Mr) => Mr),
4673
+ games: M.games.items.slice(0, 4).map((Or) => Or),
4696
4674
  background: M.background,
4697
4675
  flag: M.flags
4698
4676
  }));
4699
- r(3, p = [...p, ...N]), r(7, E = p.length);
4677
+ r(3, p = [...p, ...N]), r(7, x = p.length);
4700
4678
  });
4701
- }, ut = (m) => {
4679
+ }, st = (m) => {
4702
4680
  L = [...g.children], L.forEach((P, N) => {
4703
4681
  P.style.transform = `translateX(${100 * (m ? N - m : N)}%)`;
4704
- }), D = L[0].getBoundingClientRect().width, Cr();
4705
- }, Cr = () => {
4682
+ }), D = L[0].getBoundingClientRect().width, Sr();
4683
+ }, Sr = () => {
4706
4684
  r(8, T = Math.floor(g.clientWidth / D));
4707
- }, ht = () => {
4708
- ut(S);
4709
- }, Pr = () => {
4710
- S === 0 ? S = E - T : S - T < -1 ? S = 0 : S--, ht();
4711
- }, Br = () => {
4712
- S === E - T ? S = 0 : E - T < S + 1 ? S = E - T : S++, ht();
4713
- }, ct = (m, P, N, M) => {
4685
+ }, at = () => {
4686
+ st(S);
4687
+ }, wr = () => {
4688
+ S === 0 ? S = x - T : S - T < -1 ? S = 0 : S--, at();
4689
+ }, Tr = () => {
4690
+ S === x - T ? S = 0 : x - T < S + 1 ? S = x - T : S++, at();
4691
+ }, lt = (m, P, N, M) => {
4714
4692
  window.postMessage(
4715
4693
  {
4716
4694
  type: "OpenCollectionsProvidersGame",
@@ -4724,7 +4702,7 @@ function yo(e, t, r) {
4724
4702
  context: "CollectionsProviders",
4725
4703
  gameName: `${N}`
4726
4704
  });
4727
- }, ft = (m) => {
4705
+ }, ut = (m) => {
4728
4706
  window.postMessage(
4729
4707
  {
4730
4708
  type: "OpenCollectionsProvidersCategory",
@@ -4732,18 +4710,18 @@ function yo(e, t, r) {
4732
4710
  },
4733
4711
  window.location.href
4734
4712
  );
4735
- }, Ar = () => {
4736
- zi(s);
4713
+ }, Hr = () => {
4714
+ Vi(s);
4737
4715
  };
4738
- Xr(() => (r(9, at = lo(Tr)), () => {
4716
+ Fr(() => (r(9, it = oo(xr)), () => {
4739
4717
  }));
4740
- const Or = (m) => ct(m.gameId, m.launchUrl, m.name, m.subVendor), Lr = (m) => ft(m.id);
4741
- function Ir(m) {
4718
+ const Cr = (m) => lt(m.gameId, m.launchUrl, m.name, m.subVendor), Pr = (m) => ut(m.id);
4719
+ function Br(m) {
4742
4720
  _e[m ? "unshift" : "push"](() => {
4743
4721
  g = m, r(4, g);
4744
4722
  });
4745
4723
  }
4746
- function Nr(m) {
4724
+ function Ar(m) {
4747
4725
  _e[m ? "unshift" : "push"](() => {
4748
4726
  $ = m, r(5, $);
4749
4727
  });
@@ -4752,14 +4730,14 @@ function yo(e, t, r) {
4752
4730
  "endpoint" in m && r(15, i = m.endpoint), "datasource" in m && r(16, o = m.datasource), "lang" in m && r(17, s = m.lang), "type" in m && r(0, a = m.type), "titletype" in m && r(1, h = m.titletype), "clientstyling" in m && r(18, u = m.clientstyling), "clientstylingurl" in m && r(19, l = m.clientstylingurl), "translationurl" in m && r(20, f = m.translationurl), "collectionprovidersgamenames" in m && r(2, c = m.collectionprovidersgamenames), "mbsource" in m && r(21, d = m.mbsource);
4753
4731
  }, e.$$.update = () => {
4754
4732
  e.$$.dirty[0] & /*endpoint, datasource, lang*/
4755
- 229376 && i && o && s && lt(), e.$$.dirty[0] & /*gameCategories, categoriesSlider*/
4756
- 24 && p && g && ut(), e.$$.dirty[0] & /*lang*/
4757
- 131072 && s && Ar(), e.$$.dirty[0] & /*clientstyling, customStylingContainer*/
4758
- 262176 && u && $ && uo($, u), e.$$.dirty[0] & /*clientstylingurl, customStylingContainer*/
4759
- 524320 && l && $ && ho($, l), e.$$.dirty[0] & /*customStylingContainer, mbsource*/
4760
- 2097184 && $ && co($, `${d}.Style`), e.$$.dirty[0] & /*translationurl*/
4761
- 1048576 && f && Hr(), e.$$.dirty[0] & /*paginationrequired*/
4762
- 4194304 && Ae && lt();
4733
+ 229376 && i && o && s && ot(), e.$$.dirty[0] & /*gameCategories, categoriesSlider*/
4734
+ 24 && p && g && st(), e.$$.dirty[0] & /*lang*/
4735
+ 131072 && s && Hr(), e.$$.dirty[0] & /*clientstyling, customStylingContainer*/
4736
+ 262176 && u && $ && so($, u), e.$$.dirty[0] & /*clientstylingurl, customStylingContainer*/
4737
+ 524320 && l && $ && ao($, l), e.$$.dirty[0] & /*customStylingContainer, mbsource*/
4738
+ 2097184 && $ && lo($, `${d}.Style`), e.$$.dirty[0] & /*translationurl*/
4739
+ 1048576 && f && Er(), e.$$.dirty[0] & /*paginationrequired*/
4740
+ 4194304 && Ae && ot();
4763
4741
  }, [
4764
4742
  a,
4765
4743
  h,
@@ -4768,14 +4746,14 @@ function yo(e, t, r) {
4768
4746
  g,
4769
4747
  $,
4770
4748
  b,
4771
- E,
4749
+ x,
4772
4750
  T,
4773
- at,
4751
+ it,
4774
4752
  n,
4775
- Pr,
4776
- Br,
4777
- ct,
4778
- ft,
4753
+ wr,
4754
+ Tr,
4755
+ lt,
4756
+ ut,
4779
4757
  i,
4780
4758
  o,
4781
4759
  s,
@@ -4784,20 +4762,20 @@ function yo(e, t, r) {
4784
4762
  f,
4785
4763
  d,
4786
4764
  Ae,
4787
- Or,
4788
- Lr,
4789
- Ir,
4790
- Nr
4765
+ Cr,
4766
+ Pr,
4767
+ Br,
4768
+ Ar
4791
4769
  ];
4792
4770
  }
4793
- class _o extends nn {
4771
+ class go extends Kr {
4794
4772
  constructor(t) {
4795
- super(), tn(
4773
+ super(), Jr(
4796
4774
  this,
4797
4775
  t,
4798
- yo,
4799
- vo,
4800
- Vt,
4776
+ bo,
4777
+ mo,
4778
+ Ft,
4801
4779
  {
4802
4780
  endpoint: 15,
4803
4781
  datasource: 16,
@@ -4810,7 +4788,7 @@ class _o extends nn {
4810
4788
  collectionprovidersgamenames: 2,
4811
4789
  mbsource: 21
4812
4790
  },
4813
- fo,
4791
+ uo,
4814
4792
  [-1, -1]
4815
4793
  );
4816
4794
  }
@@ -4875,7 +4853,7 @@ class _o extends nn {
4875
4853
  this.$$set({ mbsource: t }), O();
4876
4854
  }
4877
4855
  }
4878
- rn(_o, { endpoint: {}, datasource: {}, lang: {}, type: {}, titletype: {}, clientstyling: {}, clientstylingurl: {}, translationurl: {}, collectionprovidersgamenames: {}, mbsource: {} }, [], [], !0);
4856
+ Yr(go, { endpoint: {}, datasource: {}, lang: {}, type: {}, titletype: {}, clientstyling: {}, clientstylingurl: {}, translationurl: {}, collectionprovidersgamenames: {}, mbsource: {} }, [], [], !0);
4879
4857
  export {
4880
- _o as C
4858
+ go as C
4881
4859
  };