@everymatrix/player-account-gaming-limits-page-2-gmcore 1.63.3 → 1.64.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -57,7 +57,7 @@ function ur(e, t) {
57
57
  t
58
58
  ), t.sheet;
59
59
  }
60
- function B(e, t, i) {
60
+ function N(e, t, i) {
61
61
  e.insertBefore(t, i || null);
62
62
  }
63
63
  function P(e) {
@@ -104,7 +104,7 @@ function be(e, t) {
104
104
  function We(e, t, i, r) {
105
105
  i == null ? e.style.removeProperty(t) : e.style.setProperty(t, i, "");
106
106
  }
107
- function Be(e, t, i) {
107
+ function Ne(e, t, i) {
108
108
  for (let r = 0; r < e.options.length; r += 1) {
109
109
  const n = e.options[r];
110
110
  if (n.__value === t) {
@@ -297,7 +297,7 @@ typeof HTMLElement == "function" && (li = class extends HTMLElement {
297
297
  * @param {HTMLElement} [anchor]
298
298
  */
299
299
  m: function(c, u) {
300
- B(c, o, u);
300
+ N(c, o, u);
301
301
  },
302
302
  d: function(c) {
303
303
  c && P(o);
@@ -560,10 +560,10 @@ function ce(e, t, i) {
560
560
  function Ar(e) {
561
561
  return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
562
562
  }
563
- var Nr = function(t) {
564
- return Br(t) && !Or(t);
563
+ var Br = function(t) {
564
+ return Nr(t) && !Or(t);
565
565
  };
566
- function Br(e) {
566
+ function Nr(e) {
567
567
  return !!e && typeof e == "object";
568
568
  }
569
569
  function Or(e) {
@@ -618,7 +618,7 @@ function Ur(e, t, i) {
618
618
  }), r;
619
619
  }
620
620
  function se(e, t, i) {
621
- i = i || {}, i.arrayMerge = i.arrayMerge || Cr, i.isMergeableObject = i.isMergeableObject || Nr, i.cloneUnlessOtherwiseSpecified = ve;
621
+ i = i || {}, i.arrayMerge = i.arrayMerge || Cr, i.isMergeableObject = i.isMergeableObject || Br, i.cloneUnlessOtherwiseSpecified = ve;
622
622
  var r = Array.isArray(t), n = Array.isArray(e), o = r === n;
623
623
  return o ? r ? i.arrayMerge(e, t, i) : Ur(e, t, i) : ve(t, i);
624
624
  }
@@ -961,7 +961,7 @@ function an(e) {
961
961
  }
962
962
  return t;
963
963
  }
964
- function Nt(e) {
964
+ function Bt(e) {
965
965
  var t = {}, i = xi(e);
966
966
  return i || t;
967
967
  }
@@ -1001,12 +1001,12 @@ function un(e) {
1001
1001
  continue;
1002
1002
  case "scientific":
1003
1003
  t = C(C(C({}, t), { notation: "scientific" }), n.options.reduce(function(c, u) {
1004
- return C(C({}, c), Nt(u));
1004
+ return C(C({}, c), Bt(u));
1005
1005
  }, {}));
1006
1006
  continue;
1007
1007
  case "engineering":
1008
1008
  t = C(C(C({}, t), { notation: "engineering" }), n.options.reduce(function(c, u) {
1009
- return C(C({}, c), Nt(u));
1009
+ return C(C({}, c), Bt(u));
1010
1010
  }, {}));
1011
1011
  continue;
1012
1012
  case "notation-simple":
@@ -2555,7 +2555,7 @@ try {
2555
2555
  } catch {
2556
2556
  rt = !1;
2557
2557
  }
2558
- var Bt = mn ? (
2558
+ var Nt = mn ? (
2559
2559
  // Native
2560
2560
  function(t, i, r) {
2561
2561
  return t.startsWith(i, r);
@@ -2854,7 +2854,7 @@ var Tn = (
2854
2854
  if (p.err)
2855
2855
  return p;
2856
2856
  var _ = T(n, this.clonePosition());
2857
- if (u && Bt(u?.style, "::", 0)) {
2857
+ if (u && Nt(u?.style, "::", 0)) {
2858
2858
  var R = Ln(u.style.slice(2));
2859
2859
  if (a === "number") {
2860
2860
  var h = this.parseNumberSkeletonFromString(R, u.styleLocation);
@@ -2896,7 +2896,7 @@ var Tn = (
2896
2896
  if (this.bumpSpace(), !this.bumpIf(","))
2897
2897
  return this.error(x.EXPECT_SELECT_ARGUMENT_OPTIONS, T(w, Ie({}, w)));
2898
2898
  this.bumpSpace();
2899
- var O = this.parseIdentifierIfPossible(), N = 0;
2899
+ var O = this.parseIdentifierIfPossible(), B = 0;
2900
2900
  if (a !== "select" && O.value === "offset") {
2901
2901
  if (!this.bumpIf(":"))
2902
2902
  return this.error(x.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE, T(this.clonePosition(), this.clonePosition()));
@@ -2904,7 +2904,7 @@ var Tn = (
2904
2904
  var h = this.tryParseDecimalInteger(x.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE, x.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE);
2905
2905
  if (h.err)
2906
2906
  return h;
2907
- this.bumpSpace(), O = this.parseIdentifierIfPossible(), N = h.val;
2907
+ this.bumpSpace(), O = this.parseIdentifierIfPossible(), B = h.val;
2908
2908
  }
2909
2909
  var H = this.tryParsePluralOrSelectOptions(t, a, i, O);
2910
2910
  if (H.err)
@@ -2926,7 +2926,7 @@ var Tn = (
2926
2926
  type: I.plural,
2927
2927
  value: r,
2928
2928
  options: Ot(H.val),
2929
- offset: N,
2929
+ offset: B,
2930
2930
  pluralType: a === "plural" ? "cardinal" : "ordinal",
2931
2931
  location: D
2932
2932
  },
@@ -3067,7 +3067,7 @@ var Tn = (
3067
3067
  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);
3068
3068
  }
3069
3069
  }, e.prototype.bumpIf = function(t) {
3070
- if (Bt(this.message, t, this.offset())) {
3070
+ if (Nt(this.message, t, this.offset())) {
3071
3071
  for (var i = 0; i < t.length; i++)
3072
3072
  this.bump();
3073
3073
  return !0;
@@ -3157,7 +3157,7 @@ var Re = (
3157
3157
  }
3158
3158
  return t;
3159
3159
  }(Re)
3160
- ), Nn = (
3160
+ ), Bn = (
3161
3161
  /** @class */
3162
3162
  function(e) {
3163
3163
  De(t, e);
@@ -3166,7 +3166,7 @@ var Re = (
3166
3166
  }
3167
3167
  return t;
3168
3168
  }(Re)
3169
- ), Bn = (
3169
+ ), Nn = (
3170
3170
  /** @class */
3171
3171
  function(e) {
3172
3172
  De(t, e);
@@ -3214,7 +3214,7 @@ function Pe(e, t, i, r, n, o, s) {
3214
3214
  }
3215
3215
  var h = l.value;
3216
3216
  if (!(n && h in n))
3217
- throw new Bn(h, s);
3217
+ throw new Nn(h, s);
3218
3218
  var m = n[h];
3219
3219
  if (Qr(l)) {
3220
3220
  (!m || typeof m == "string" || typeof m == "number") && (m = typeof m == "string" || typeof m == "number" ? String(m) : ""), a.push({
@@ -3250,14 +3250,14 @@ function Pe(e, t, i, r, n, o, s) {
3250
3250
  if (yi(l)) {
3251
3251
  var p = l.children, _ = l.value, R = n[_];
3252
3252
  if (!In(R))
3253
- throw new Nn(_, "function", s);
3254
- var S = Pe(p, t, i, r, n, o), L = R(S.map(function(N) {
3255
- return N.value;
3253
+ throw new Bn(_, "function", s);
3254
+ var S = Pe(p, t, i, r, n, o), L = R(S.map(function(B) {
3255
+ return B.value;
3256
3256
  }));
3257
- Array.isArray(L) || (L = [L]), a.push.apply(a, L.map(function(N) {
3257
+ Array.isArray(L) || (L = [L]), a.push.apply(a, L.map(function(B) {
3258
3258
  return {
3259
- type: typeof N == "string" ? z.literal : z.object,
3260
- value: N
3259
+ type: typeof B == "string" ? z.literal : z.object,
3260
+ value: B
3261
3261
  };
3262
3262
  }));
3263
3263
  }
@@ -3511,7 +3511,7 @@ function $n(e) {
3511
3511
  return r;
3512
3512
  }
3513
3513
  }
3514
- function Ni(e, ...t) {
3514
+ function Bi(e, ...t) {
3515
3515
  delete Q[e], Ee.update((i) => (i[e] = Gr.all([i[e] || {}, ...t]), i));
3516
3516
  }
3517
3517
  ce(
@@ -3523,12 +3523,12 @@ const Ae = {};
3523
3523
  function Fn(e, t) {
3524
3524
  Ae[e].delete(t), Ae[e].size === 0 && delete Ae[e];
3525
3525
  }
3526
- function Bi(e) {
3526
+ function Ni(e) {
3527
3527
  return Ae[e];
3528
3528
  }
3529
3529
  function Gn(e) {
3530
3530
  return je(e).map((t) => {
3531
- const i = Bi(t);
3531
+ const i = Ni(t);
3532
3532
  return [t, i ? [...i] : []];
3533
3533
  }).filter(([, t]) => t.length > 0);
3534
3534
  }
@@ -3536,14 +3536,14 @@ function ut(e) {
3536
3536
  return e == null ? !1 : je(e).some(
3537
3537
  (t) => {
3538
3538
  var i;
3539
- return (i = Bi(t)) == null ? void 0 : i.size;
3539
+ return (i = Ni(t)) == null ? void 0 : i.size;
3540
3540
  }
3541
3541
  );
3542
3542
  }
3543
3543
  function zn(e, t) {
3544
3544
  return Promise.all(
3545
3545
  t.map((r) => (Fn(e, r), r().then((n) => n.default || n)))
3546
- ).then((r) => Ni(e, ...r));
3546
+ ).then((r) => Bi(e, ...r));
3547
3547
  }
3548
3548
  const pe = {};
3549
3549
  function Oi(e) {
@@ -3755,7 +3755,7 @@ ce([he], () => fo);
3755
3755
  ce([he], () => mo);
3756
3756
  ce([he, Ee], () => po);
3757
3757
  function Rt(e, t) {
3758
- Ni(e, t);
3758
+ Bi(e, t);
3759
3759
  }
3760
3760
  function go(e) {
3761
3761
  he.set(e);
@@ -4423,7 +4423,7 @@ function _o(e) {
4423
4423
  }
4424
4424
  function $t() {
4425
4425
  }
4426
- function Ne(e) {
4426
+ function Be(e) {
4427
4427
  e();
4428
4428
  }
4429
4429
  var Di = function(e) {
@@ -4533,7 +4533,7 @@ var Ft = function() {
4533
4533
  return i.source = this, i.operator = t, i;
4534
4534
  }, e.prototype.subscribe = function(t, i, r) {
4535
4535
  var n = this, o = Ao(t) ? t : new dt(t, i, r);
4536
- return Ne(function() {
4536
+ return Be(function() {
4537
4537
  var s = n, a = s.operator, c = s.source;
4538
4538
  o.add(a ? a.call(o, c) : c ? n._subscribe(o) : n._trySubscribe(o));
4539
4539
  }), o;
@@ -4594,7 +4594,7 @@ function Po(e) {
4594
4594
  function Ao(e) {
4595
4595
  return e && e instanceof Di || Po(e) && Ci(e);
4596
4596
  }
4597
- var No = Mi(function(e) {
4597
+ var Bo = Mi(function(e) {
4598
4598
  return function() {
4599
4599
  e(this), this.name = "ObjectUnsubscribedError", this.message = "object unsubscribed";
4600
4600
  };
@@ -4609,10 +4609,10 @@ var No = Mi(function(e) {
4609
4609
  return r.operator = i, r;
4610
4610
  }, t.prototype._throwIfClosed = function() {
4611
4611
  if (this.closed)
4612
- throw new No();
4612
+ throw new Bo();
4613
4613
  }, t.prototype.next = function(i) {
4614
4614
  var r = this;
4615
- Ne(function() {
4615
+ Be(function() {
4616
4616
  var n, o;
4617
4617
  if (r._throwIfClosed(), !r.isStopped) {
4618
4618
  r.currentObservers || (r.currentObservers = Array.from(r.observers));
@@ -4635,7 +4635,7 @@ var No = Mi(function(e) {
4635
4635
  });
4636
4636
  }, t.prototype.error = function(i) {
4637
4637
  var r = this;
4638
- Ne(function() {
4638
+ Be(function() {
4639
4639
  if (r._throwIfClosed(), !r.isStopped) {
4640
4640
  r.hasError = r.isStopped = !0, r.thrownError = i;
4641
4641
  for (var n = r.observers; n.length; )
@@ -4644,7 +4644,7 @@ var No = Mi(function(e) {
4644
4644
  });
4645
4645
  }, t.prototype.complete = function() {
4646
4646
  var i = this;
4647
- Ne(function() {
4647
+ Be(function() {
4648
4648
  if (i._throwIfClosed(), !i.isStopped) {
4649
4649
  i.isStopped = !0;
4650
4650
  for (var r = i.observers; r.length; )
@@ -4702,7 +4702,7 @@ var No = Mi(function(e) {
4702
4702
  return (ji.delegate || Date).now();
4703
4703
  },
4704
4704
  delegate: void 0
4705
- }, Bo = function(e) {
4705
+ }, No = function(e) {
4706
4706
  Le(t, e);
4707
4707
  function t(i, r, n) {
4708
4708
  i === void 0 && (i = 1 / 0), r === void 0 && (r = 1 / 0), n === void 0 && (n = ji);
@@ -4728,7 +4728,7 @@ var No = Mi(function(e) {
4728
4728
  }(Ri);
4729
4729
  const Wt = [], Vt = {}, Oo = (e, t = 0) => {
4730
4730
  if (Wt.indexOf(e) == -1) {
4731
- const i = new Bo(t);
4731
+ const i = new No(t);
4732
4732
  Vt[e] = i, Wt.push(e);
4733
4733
  }
4734
4734
  return Vt[e];
@@ -4759,7 +4759,7 @@ function ko(e, t, i) {
4759
4759
  }
4760
4760
  }
4761
4761
  function Co(e) {
4762
- sr(e, "svelte-1r3q7vs", ':host{font-family:system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";font-size:1.3rem}*,*::before,*::after{margin:0;padding:0;list-style:none;text-decoration:none;outline:none;box-sizing:border-box}input{width:100%;height:38px;padding:8px 4px;padding-right:8px;margin:12px 0;border-radius:4px;box-shadow:none;font-size:1.4rem;min-height:3.5rem;border:1px solid var(--emw--color-gray-100, #E6E6E6);background:var(--emw--color-white, #FFFFFF);color:var(--emw--pam-contrast, var(--emw--color-contrast, #07072A))}input:focus,input :focus-within,input :focus-visible,input :visited{border:1px solid var(--emw--pam-color-primary, var(--emw--color-primary, #D0046C));box-shadow:0 0 0 1pt var(--emw--pam-color-primary, var(--emw--color-primary, #D0046C))}select{width:100%;height:38px;padding:8px 4px;padding-right:8px;margin:12px 0;border-radius:4px;box-shadow:none;font-size:1.4rem;min-height:3.5rem;cursor:pointer;color:var(--emw--pam-contrast, var(--emw--color-contrast, #07072A));border:1px solid var(--emw--color-gray-100, #E6E6E6);background:var(--emw--color-white, #FFFFFF)}select:focus,select :focus-within,select :focus-visible,select :visited{border:1px solid var(--emw--pam-color-primary, var(--emw--color-primary, #D0046C));box-shadow:0 0 0 1pt var(--emw--pam-color-primary, var(--emw--color-primary, #D0046C))}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.player-account-gaming-limits-page-2-gmcore{color:var(--emw--pam-contrast, var(--emw--color-contrast, #07072A))}.LimitsInteractionArea{display:flex;flex-direction:column;margin-top:12px}.LimitsInteractionArea.Desktop{width:320px;padding:0 12px}.LimitsList.Desktop{display:flex;justify-content:space-between;margin:0 auto}.LimitWrapper{background:var(--emw--color-white, #fff);font-size:1.3rem;border:1px solid var(--emw--color-gray-300, #58586B);padding:8px 12px;border-radius:4px}.LimitWrapper:not(:first-child){margin-top:12px}.LimitWrapper.Desktop{width:45%;margin:12px}.LimitSubmitButton,.ConfirmButton{background:var(--emw--color-valid, var(--emw--color-green, #48952a));color:var(--emw--button-typography, var(--emw--color-white, #FFFFFF));border:0;border-radius:2px;padding:12px;cursor:pointer}.LimitSubmitButton:disabled,.ConfirmButton:disabled{background:rgba(116, 180, 27, 0.322);cursor:not-allowed}.LimitDetails{padding:12px 0 12px 4px}.LimitDetails:not(:last-child){border-bottom:1px solid var(--emw--color-gray-50, #F9F8F8)}.LimitDetailsTextWrapper{font-size:1.3rem;color:var(--emw--pam-typography, var(--emw--color-contrast, #07072A))}.PendingLimit{color:var(--emw--pam-typography, var(--emw--color-contrast, #07072A))}.LimitTitle{font-size:1.5rem}.PopupOverlay{position:absolute;top:0;left:0;background-color:rgba(0, 0, 0, 0.5);height:100vh;width:100vw;display:flex;justify-content:center;align-items:center}.PopupContainer{background:var(--emw--color-white, #FFFFFF);font-size:1rem;color:var(--emw--color-black, #000000);width:80vw;height:350px;padding:12px;border-radius:4px;display:flex;flex-direction:column;justify-content:space-between}.PopupContainer.Desktop{width:30vw}.PopupTitleWrapper{display:flex;justify-content:space-between;font-size:1.3rem}.PopupTitleWrapper button{background:var(--emw--color-white, #FFFFFF);font-size:1rem;border:0;cursor:pointer}.DescriptionParagraph{text-align:center;font-size:1.3rem;padding:12px}.ResultIconWrapper{display:flex;flex-direction:column;align-items:center}.ResultIconWrapper svg{height:auto;width:60px;margin:12px}.ResultIconWrapper p{color:#666}.LimitDetails{display:flex;justify-content:space-between;align-items:center}.RemoveLimitButton{height:28px;font-size:0.7rem;background:var(--emw--color-white, #FFFFFF);color:var(--emw--color-gray-300, #58586B);border:1px solid var(--emw--color-gray-300, #58586B);border-radius:4px;padding:0 4px;cursor:pointer}.RemoveLimitButton:hover{background:var(--emw--color-gray-300, #58586B)}@keyframes rotate{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@-webkit-keyframes rotate{from{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(360deg)}}.LoadingIndicator{width:100px;height:100px;margin:110px auto 0;border:solid 10px rgb(122, 195, 23);border-radius:50%;border-right-color:transparent;border-bottom-color:transparent;-webkit-transition:all 0.5s ease-in;-webkit-animation-name:rotate;-webkit-animation-duration:1s;-webkit-animation-iteration-count:infinite;-webkit-animation-timing-function:linear;transition:all 0.5s ease-in;animation-name:rotate;animation-duration:1s;animation-iteration-count:infinite;animation-timing-function:linear}');
4762
+ sr(e, "svelte-1uoztsw", ':host{font-family:system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";font-size:1.3rem}*,*::before,*::after{margin:0;padding:0;list-style:none;text-decoration:none;outline:none;box-sizing:border-box}input{width:100%;height:38px;padding:8px 4px;padding-right:8px;margin:12px 0;border-radius:4px;box-shadow:none;font-size:1.4rem;min-height:3.5rem;border:1px solid var(--emw--color-gray-100, #E6E6E6);background:var(--emw--color-white, #FFFFFF);color:var(--emw--pam-contrast, var(--emw--color-contrast, #07072A))}input:focus,input :focus-within,input :focus-visible,input :visited{border:1px solid var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E));box-shadow:0 0 0 1pt var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E))}select{width:100%;height:38px;padding:8px 4px;padding-right:8px;margin:12px 0;border-radius:4px;box-shadow:none;font-size:1.4rem;min-height:3.5rem;cursor:pointer;color:var(--emw--pam-contrast, var(--emw--color-contrast, #07072A));border:1px solid var(--emw--color-gray-100, #E6E6E6);background:var(--emw--color-white, #FFFFFF)}select:focus,select :focus-within,select :focus-visible,select :visited{border:1px solid var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E));box-shadow:0 0 0 1pt var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E))}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.player-account-gaming-limits-page-2-gmcore{color:var(--emw--pam-contrast, var(--emw--color-contrast, #07072A))}.LimitsInteractionArea{display:flex;flex-direction:column;margin-top:12px}.LimitsInteractionArea.Desktop{width:320px;padding:0 12px}.LimitsList.Desktop{display:flex;justify-content:space-between;margin:0 auto}.LimitWrapper{background:var(--emw--color-white, #fff);font-size:1.3rem;border:1px solid var(--emw--color-gray-300, #58586B);padding:8px 12px;border-radius:4px}.LimitWrapper:not(:first-child){margin-top:12px}.LimitWrapper.Desktop{width:45%;margin:12px}.LimitSubmitButton,.ConfirmButton{background:var(--emw--color-valid, var(--emw--color-green, #48952a));color:var(--emw--button-typography, var(--emw--color-white, #FFFFFF));border:0;border-radius:2px;padding:12px;cursor:pointer}.LimitSubmitButton:disabled,.ConfirmButton:disabled{background:rgba(116, 180, 27, 0.322);cursor:not-allowed}.LimitDetails{padding:12px 0 12px 4px}.LimitDetails:not(:last-child){border-bottom:1px solid var(--emw--color-gray-50, #F9F8F8)}.LimitDetailsTextWrapper{font-size:1.3rem;color:var(--emw--pam-typography, var(--emw--color-contrast, #07072A))}.PendingLimit{color:var(--emw--pam-typography, var(--emw--color-contrast, #07072A))}.LimitTitle{font-size:1.5rem}.PopupOverlay{position:absolute;top:0;left:0;background-color:rgba(0, 0, 0, 0.5);height:100vh;width:100vw;display:flex;justify-content:center;align-items:center}.PopupContainer{background:var(--emw--color-white, #FFFFFF);font-size:1rem;color:var(--emw--color-black, #000000);width:80vw;height:350px;padding:12px;border-radius:4px;display:flex;flex-direction:column;justify-content:space-between}.PopupContainer.Desktop{width:30vw}.PopupTitleWrapper{display:flex;justify-content:space-between;font-size:1.3rem}.PopupTitleWrapper button{background:var(--emw--color-white, #FFFFFF);font-size:1rem;border:0;cursor:pointer}.DescriptionParagraph{text-align:center;font-size:1.3rem;padding:12px}.ResultIconWrapper{display:flex;flex-direction:column;align-items:center}.ResultIconWrapper svg{height:auto;width:60px;margin:12px}.ResultIconWrapper p{color:#666}.LimitDetails{display:flex;justify-content:space-between;align-items:center}.RemoveLimitButton{height:28px;font-size:0.7rem;background:var(--emw--color-white, #FFFFFF);color:var(--emw--color-gray-300, #58586B);border:1px solid var(--emw--color-gray-300, #58586B);border-radius:4px;padding:0 4px;cursor:pointer}.RemoveLimitButton:hover{background:var(--emw--color-gray-300, #58586B)}@keyframes rotate{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@-webkit-keyframes rotate{from{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(360deg)}}.LoadingIndicator{width:100px;height:100px;margin:110px auto 0;border:solid 10px rgb(122, 195, 23);border-radius:50%;border-right-color:transparent;border-bottom-color:transparent;-webkit-transition:all 0.5s ease-in;-webkit-animation-name:rotate;-webkit-animation-duration:1s;-webkit-animation-iteration-count:infinite;-webkit-animation-timing-function:linear;transition:all 0.5s ease-in;animation-name:rotate;animation-duration:1s;animation-iteration-count:infinite;animation-timing-function:linear}');
4763
4763
  }
4764
4764
  function Xt(e, t, i) {
4765
4765
  const r = e.slice();
@@ -4792,7 +4792,7 @@ function Jt(e) {
4792
4792
  (e[14] ? "Desktop" : "")), b(t, "class", "PopupOverlay");
4793
4793
  },
4794
4794
  m(s, a) {
4795
- B(s, t, a), d(t, i), o.m(i, null);
4795
+ N(s, t, a), d(t, i), o.m(i, null);
4796
4796
  },
4797
4797
  p(s, a) {
4798
4798
  n === (n = r(s)) && o ? o.p(s, a) : (o.d(1), o = n(s), o && (o.c(), o.m(i, null)));
@@ -4816,7 +4816,7 @@ function Do(e) {
4816
4816
  ), f = j(), p = y("button"), p.textContent = "OK", b(i, "class", "PopupTitle"), b(s, "class", "ClosePopup"), b(t, "class", "PopupTitleWrapper"), b(u, "class", "ResultIconWrapper"), b(h, "class", "DescriptionParagraph"), b(c, "class", "DescriptionWrapper"), b(p, "class", "ConfirmButton");
4817
4817
  },
4818
4818
  m(L, w) {
4819
- B(L, t, w), d(t, i), d(i, n), d(t, o), d(t, s), B(L, a, w), B(L, c, w), d(c, u), S && S.m(u, null), d(c, l), d(c, h), d(h, m), B(L, f, w), B(L, p, w), _ || (R = [
4819
+ N(L, t, w), d(t, i), d(i, n), d(t, o), d(t, s), N(L, a, w), N(L, c, w), d(c, u), S && S.m(u, null), d(c, l), d(c, h), d(h, m), N(L, f, w), N(L, p, w), _ || (R = [
4820
4820
  Y(
4821
4821
  s,
4822
4822
  "click",
@@ -4854,7 +4854,7 @@ function Ro(e) {
4854
4854
  t = y("div"), b(t, "class", "LoadingIndicator");
4855
4855
  },
4856
4856
  m(i, r) {
4857
- B(i, t, r);
4857
+ N(i, t, r);
4858
4858
  },
4859
4859
  p: U,
4860
4860
  d(i) {
@@ -4873,7 +4873,7 @@ function Qt(e) {
4873
4873
  `), o = me("g"), s = me("polygon"), a = j(), c = y("p"), l = $(u), b(r, "type", "text/css"), b(s, "class", "fil0"), b(s, "points", "0,38 10,25 36,47 78,0 90,11 37,69 "), b(t, "xmlns", "http://www.w3.org/2000/svg"), b(t, "xmlns:xlink", "http://www.w3.org/1999/xlink"), b(t, "xml:space", "preserve"), b(t, "version", "1.1"), We(t, "shape-rendering", "geometricPrecision"), We(t, "text-rendering", "geometricPrecision"), We(t, "image-rendering", "optimizeQuality"), b(t, "viewBox", "0 0 90 69"), b(t, "x", "0px"), b(t, "y", "0px"), b(t, "fill-rule", "evenodd"), b(t, "clip-rule", "evenodd");
4874
4874
  },
4875
4875
  m(h, m) {
4876
- B(h, t, m), d(t, i), d(i, r), d(r, n), d(t, o), d(o, s), B(h, a, m), B(h, c, m), d(c, l);
4876
+ N(h, t, m), d(t, i), d(i, r), d(r, n), d(t, o), d(o, s), N(h, a, m), N(h, c, m), d(c, l);
4877
4877
  },
4878
4878
  p(h, m) {
4879
4879
  m[0] & /*$_*/
@@ -4900,9 +4900,9 @@ function jo(e) {
4900
4900
  ), S, L, w, O = K(
4901
4901
  /*availableLimits*/
4902
4902
  e[15]
4903
- ), N = [];
4903
+ ), B = [];
4904
4904
  for (let E = 0; E < O.length; E += 1)
4905
- N[E] = ei(Yt(e, O, E));
4905
+ B[E] = ei(Yt(e, O, E));
4906
4906
  let H = (
4907
4907
  /*multipleLimits*/
4908
4908
  e[5] && ti(e)
@@ -4913,16 +4913,16 @@ function jo(e) {
4913
4913
  return {
4914
4914
  c() {
4915
4915
  t = y("div"), i = y("div"), r = y("div");
4916
- for (let E = 0; E < N.length; E += 1)
4917
- N[E].c();
4916
+ for (let E = 0; E < B.length; E += 1)
4917
+ B[E].c();
4918
4918
  n = j(), o = y("form"), H && H.c(), s = j(), D && D.c(), a = j(), c = y("label"), u = y("span"), h = $(l), m = j(), f = y("input"), p = j(), _ = y("button"), S = $(R), b(r, "class", "LimitsList " + /*isDesktop*/
4919
4919
  (e[14] ? "Desktop" : "")), b(u, "class", "LimitInputText"), b(c, "class", "LimitAmountInputWrapper"), b(f, "type", "number"), b(f, "pattern", "[0-9]*"), b(_, "class", "LimitSubmitButton"), b(_, "type", "button"), _.disabled = !0, b(o, "class", "LimitsInteractionArea " + /*isDesktop*/
4920
4920
  (e[14] ? "Desktop" : "")), b(i, "class", "LimitsPageContainer"), b(t, "class", "player-account-gaming-limits-page-2-gmcore");
4921
4921
  },
4922
4922
  m(E, G) {
4923
- B(E, t, G), d(t, i), d(i, r);
4924
- for (let M = 0; M < N.length; M += 1)
4925
- N[M] && N[M].m(r, null);
4923
+ N(E, t, G), d(t, i), d(i, r);
4924
+ for (let M = 0; M < B.length; M += 1)
4925
+ B[M] && B[M].m(r, null);
4926
4926
  d(i, n), d(i, o), H && H.m(o, null), d(o, s), D && D.m(o, null), d(o, a), d(o, c), d(c, u), d(u, h), d(o, m), d(o, f), be(
4927
4927
  f,
4928
4928
  /*inputAmount*/
@@ -4964,11 +4964,11 @@ function jo(e) {
4964
4964
  let M;
4965
4965
  for (M = 0; M < O.length; M += 1) {
4966
4966
  const J = Yt(E, O, M);
4967
- N[M] ? N[M].p(J, G) : (N[M] = ei(J), N[M].c(), N[M].m(r, null));
4967
+ B[M] ? B[M].p(J, G) : (B[M] = ei(J), B[M].c(), B[M].m(r, null));
4968
4968
  }
4969
- for (; M < N.length; M += 1)
4970
- N[M].d(1);
4971
- N.length = O.length;
4969
+ for (; M < B.length; M += 1)
4970
+ B[M].d(1);
4971
+ B.length = O.length;
4972
4972
  }
4973
4973
  /*multipleLimits*/
4974
4974
  E[5] ? H ? H.p(E, G) : (H = ti(E), H.c(), H.m(o, s)) : H && (H.d(1), H = null), /*multiplePeriods*/
@@ -4990,7 +4990,7 @@ function jo(e) {
4990
4990
  E[13]("setLimit") + "") && W(S, R);
4991
4991
  },
4992
4992
  d(E) {
4993
- E && P(t), ke(N, E), H && H.d(), D && D.d(), e[35](null), L = !1, ee(w);
4993
+ E && P(t), ke(B, E), H && H.d(), D && D.d(), e[35](null), L = !1, ee(w);
4994
4994
  }
4995
4995
  };
4996
4996
  }
@@ -5001,7 +5001,7 @@ function Uo(e) {
5001
5001
  t = y("p"), t.textContent = "500 Server error";
5002
5002
  },
5003
5003
  m(i, r) {
5004
- B(i, t, r);
5004
+ N(i, t, r);
5005
5005
  },
5006
5006
  p: U,
5007
5007
  d(i) {
@@ -5019,7 +5019,7 @@ function Fo(e) {
5019
5019
  t = y("div"), b(t, "class", "LoadingIndicator");
5020
5020
  },
5021
5021
  m(i, r) {
5022
- B(i, t, r);
5022
+ N(i, t, r);
5023
5023
  },
5024
5024
  p: U,
5025
5025
  d(i) {
@@ -5037,7 +5037,7 @@ function Go(e) {
5037
5037
  t = y("div"), i = y("div"), r = y("div"), o = $(n), b(r, "class", "LimitDetailsTextWrapper"), b(i, "class", "LimitDetailsWrapper"), b(t, "class", "LimitDetails");
5038
5038
  },
5039
5039
  m(s, a) {
5040
- B(s, t, a), d(t, i), d(i, r), d(r, o);
5040
+ N(s, t, a), d(t, i), d(i, r), d(r, o);
5041
5041
  },
5042
5042
  p(s, a) {
5043
5043
  a[0] & /*$_*/
@@ -5065,7 +5065,7 @@ function zo(e) {
5065
5065
  m(n, o) {
5066
5066
  for (let s = 0; s < r.length; s += 1)
5067
5067
  r[s] && r[s].m(n, o);
5068
- B(n, t, o);
5068
+ N(n, t, o);
5069
5069
  },
5070
5070
  p(n, o) {
5071
5071
  if (o[0] & /*removeLimit, availableLimits, $_*/
@@ -5098,7 +5098,7 @@ function Wo(e) {
5098
5098
  t = y("div"), r = $(i), b(t, "class", "PendingLimit");
5099
5099
  },
5100
5100
  m(n, o) {
5101
- B(n, t, o), d(t, r);
5101
+ N(n, t, o), d(t, r);
5102
5102
  },
5103
5103
  p(n, o) {
5104
5104
  o[0] & /*$_*/
@@ -5124,7 +5124,7 @@ function Vo(e) {
5124
5124
  t = y("div"), r = $(i), b(t, "class", "PendingLimit");
5125
5125
  },
5126
5126
  m(n, o) {
5127
- B(n, t, o), d(t, r);
5127
+ N(n, t, o), d(t, r);
5128
5128
  },
5129
5129
  p(n, o) {
5130
5130
  o[0] & /*$_*/
@@ -5160,7 +5160,7 @@ function Xo(e) {
5160
5160
  t = y("button"), r = $(i), b(t, "class", "RemoveLimitButton");
5161
5161
  },
5162
5162
  m(a, c) {
5163
- B(a, t, c), d(t, r), n || (o = Y(t, "click", s), n = !0);
5163
+ N(a, t, c), d(t, r), n || (o = Y(t, "click", s), n = !0);
5164
5164
  },
5165
5165
  p(a, c) {
5166
5166
  e = a, c[0] & /*$_*/
@@ -5198,7 +5198,7 @@ function Kt(e) {
5198
5198
  t = y("div"), i = y("div"), r = y("div"), o = $(n), s = j(), h && h.c(), a = j(), m && m.c(), c = j(), b(r, "class", "CurrentLimit"), b(i, "class", "LimitDetailsTextWrapper"), b(t, "class", "LimitDetails");
5199
5199
  },
5200
5200
  m(f, p) {
5201
- B(f, t, p), d(t, i), d(i, r), d(r, o), d(i, s), h && h.m(i, null), d(t, a), m && m.m(t, null), d(t, c);
5201
+ N(f, t, p), d(t, i), d(i, r), d(r, o), d(i, s), h && h.m(i, null), d(t, a), m && m.m(t, null), d(t, c);
5202
5202
  },
5203
5203
  p(f, p) {
5204
5204
  p[0] & /*$_*/
@@ -5233,7 +5233,7 @@ function ei(e) {
5233
5233
  (e[14] ? "Desktop" : ""));
5234
5234
  },
5235
5235
  m(l, h) {
5236
- B(l, t, h), d(t, i), d(i, n), d(t, o), u.m(t, null), d(t, s);
5236
+ N(l, t, h), d(t, i), d(i, n), d(t, o), u.m(t, null), d(t, s);
5237
5237
  },
5238
5238
  p(l, h) {
5239
5239
  h[0] & /*$_*/
@@ -5268,10 +5268,10 @@ function ti(e) {
5268
5268
  )), b(t, "class", "LimitTypeDropdownWrapper");
5269
5269
  },
5270
5270
  m(h, m) {
5271
- B(h, t, m), d(t, i), d(i, n), d(t, o), d(t, s);
5271
+ N(h, t, m), d(t, i), d(i, n), d(t, o), d(t, s);
5272
5272
  for (let f = 0; f < l.length; f += 1)
5273
5273
  l[f] && l[f].m(s, null);
5274
- Be(
5274
+ Ne(
5275
5275
  s,
5276
5276
  /*selectedLimit*/
5277
5277
  e[1],
@@ -5310,7 +5310,7 @@ function ti(e) {
5310
5310
  l.length = u.length;
5311
5311
  }
5312
5312
  m[0] & /*selectedLimit, availableLimits*/
5313
- 32770 && Be(
5313
+ 32770 && Ne(
5314
5314
  s,
5315
5315
  /*selectedLimit*/
5316
5316
  h[1]
@@ -5332,7 +5332,7 @@ function ii(e) {
5332
5332
  e[53].value, be(t, t.__value);
5333
5333
  },
5334
5334
  m(n, o) {
5335
- B(n, t, o), d(t, r);
5335
+ N(n, t, o), d(t, r);
5336
5336
  },
5337
5337
  p: U,
5338
5338
  d(n) {
@@ -5362,10 +5362,10 @@ function ri(e) {
5362
5362
  ));
5363
5363
  },
5364
5364
  m(h, m) {
5365
- B(h, t, m), d(t, i), d(i, n), B(h, o, m), B(h, s, m);
5365
+ N(h, t, m), d(t, i), d(i, n), N(h, o, m), N(h, s, m);
5366
5366
  for (let f = 0; f < l.length; f += 1)
5367
5367
  l[f] && l[f].m(s, null);
5368
- Be(
5368
+ Ne(
5369
5369
  s,
5370
5370
  /*selectedPeriod*/
5371
5371
  e[2],
@@ -5396,7 +5396,7 @@ function ri(e) {
5396
5396
  l.length = u.length;
5397
5397
  }
5398
5398
  m[0] & /*selectedPeriod, selectedLimit*/
5399
- 6 && Be(
5399
+ 6 && Ne(
5400
5400
  s,
5401
5401
  /*selectedPeriod*/
5402
5402
  h[2]
@@ -5419,7 +5419,7 @@ function ni(e) {
5419
5419
  e[50], be(t, t.__value), t.selected = !0;
5420
5420
  },
5421
5421
  m(o, s) {
5422
- B(o, t, s), d(t, r);
5422
+ N(o, t, s), d(t, r);
5423
5423
  },
5424
5424
  p(o, s) {
5425
5425
  s[0] & /*$_, selectedLimit*/
@@ -5458,7 +5458,7 @@ function Zo(e) {
5458
5458
  t = y("meta"), i = j(), r = y("div"), o && o.c(), n = j(), c.c(), b(t, "name", "viewport"), b(t, "content", "width=device-width, initial-scale=1");
5459
5459
  },
5460
5460
  m(u, l) {
5461
- d(document.head, t), B(u, i, l), B(u, r, l), o && o.m(r, null), d(r, n), c.m(r, null), e[36](r);
5461
+ d(document.head, t), N(u, i, l), N(u, r, l), o && o.m(r, null), d(r, n), c.m(r, null), e[36](r);
5462
5462
  },
5463
5463
  p(u, l) {
5464
5464
  /*popupVisible*/
@@ -5474,7 +5474,7 @@ function Zo(e) {
5474
5474
  function Yo(e, t, i) {
5475
5475
  let r;
5476
5476
  or(e, bo, (g) => i(13, r = g));
5477
- let { lang: n = "en" } = t, { currency: o = "" } = t, { limits: s = "" } = t, { session: a = "" } = t, { userid: c = "" } = t, { endpoint: u = "" } = t, { clientstyling: l = "" } = t, { clientstylingurl: h = "" } = t, { translationurl: m = "" } = t, { mbsource: f } = t, p, _ = window.navigator.userAgent, R = !Io(_), S = [], L = "", w = "", O, N, H = !1, D = !1, E = !0, G = !1, M = !1, J = !1, Fe = !1, Ge = "", xe;
5477
+ let { lang: n = "en" } = t, { currency: o = "" } = t, { limits: s = "" } = t, { session: a = "" } = t, { userid: c = "" } = t, { endpoint: u = "" } = t, { clientstyling: l = "" } = t, { clientstylingurl: h = "" } = t, { translationurl: m = "" } = t, { mbsource: f } = t, p, _ = window.navigator.userAgent, R = !Io(_), S = [], L = "", w = "", O, B, H = !1, D = !1, E = !0, G = !1, M = !1, J = !1, Fe = !1, Ge = "", xe;
5478
5478
  const vt = { EUR: "€", RON: " lei" }, Ui = {
5479
5479
  updatePendingError: ["SYS_1037", "SYS_1142", "SYS_1140"]
5480
5480
  }, $i = () => {
@@ -5560,7 +5560,7 @@ function Yo(e, t, i) {
5560
5560
  }, Zi = () => {
5561
5561
  O > 999999999999999 && i(3, O = 999999999999999);
5562
5562
  const v = O - Math.floor(O) === 0;
5563
- O > 0 && v ? N.removeAttribute("disabled") : N.setAttribute("disabled", "true");
5563
+ O > 0 && v ? B.removeAttribute("disabled") : B.setAttribute("disabled", "true");
5564
5564
  }, _t = (g, v) => {
5565
5565
  if (g)
5566
5566
  i(12, Ge = v);
@@ -5610,7 +5610,7 @@ function Yo(e, t, i) {
5610
5610
  }
5611
5611
  function tr(g) {
5612
5612
  Oe[g ? "unshift" : "push"](() => {
5613
- N = g, i(4, N);
5613
+ B = g, i(4, B);
5614
5614
  });
5615
5615
  }
5616
5616
  function ir(g) {
@@ -5634,7 +5634,7 @@ function Yo(e, t, i) {
5634
5634
  L,
5635
5635
  w,
5636
5636
  O,
5637
- N,
5637
+ B,
5638
5638
  H,
5639
5639
  D,
5640
5640
  E,