@everymatrix/general-player-register-form 1.63.2 → 1.64.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.
Files changed (20) hide show
  1. package/components/{GeneralPlayerRegisterForm-CwbCaB9T.cjs → GeneralPlayerRegisterForm-DsNh6Be0.cjs} +1 -1
  2. package/components/{GeneralPlayerRegisterForm-GSnT3cWh.js → GeneralPlayerRegisterForm-VNsNOggD.js} +46 -46
  3. package/components/{GeneralPlayerRegisterForm-BSql8y2e.js → GeneralPlayerRegisterForm-iR8TAIDo.js} +52 -52
  4. package/components/{GeneralPlayerRegisterFormStep1-C1rKHuAT.js → GeneralPlayerRegisterFormStep1-BKf3xyhy.js} +81 -81
  5. package/components/{GeneralPlayerRegisterFormStep1-DJLHI4q-.js → GeneralPlayerRegisterFormStep1-DJmln0eL.js} +74 -74
  6. package/components/GeneralPlayerRegisterFormStep1-S9uu6fXP.cjs +1 -0
  7. package/components/{GeneralPlayerRegisterFormStep2-BvZR0EZq.js → GeneralPlayerRegisterFormStep2-ChrULO9z.js} +223 -223
  8. package/components/{GeneralPlayerRegisterFormStep2-evD5K93s.js → GeneralPlayerRegisterFormStep2-DeVvewUO.js} +191 -191
  9. package/components/{GeneralPlayerRegisterFormStep2-BVKY9SzR.cjs → GeneralPlayerRegisterFormStep2-DugKV0ur.cjs} +2 -2
  10. package/components/{GeneralPlayerRegisterFormStep3-CUkd3jeZ.js → GeneralPlayerRegisterFormStep3-BhHPqyZu.js} +174 -174
  11. package/components/{GeneralPlayerRegisterFormStep3-Det-nq5v.js → GeneralPlayerRegisterFormStep3-D888_eAx.js} +184 -184
  12. package/components/{GeneralPlayerRegisterFormStep3-CXtMbMa_.cjs → GeneralPlayerRegisterFormStep3-DA6HVSPY.cjs} +1 -1
  13. package/components/{GeneralPlayerSmsVerificationForm-CppU_Knr.cjs → GeneralPlayerSmsVerificationForm-A5WieYXi.cjs} +1 -1
  14. package/components/{GeneralPlayerSmsVerificationForm-CCLzxnhs.js → GeneralPlayerSmsVerificationForm-BUWfKH0q.js} +49 -49
  15. package/components/{GeneralPlayerSmsVerificationForm-DhpFrNAr.js → GeneralPlayerSmsVerificationForm-Bmuohr4j.js} +50 -50
  16. package/es2015/general-player-register-form.cjs +1 -1
  17. package/es2015/general-player-register-form.js +1 -1
  18. package/esnext/general-player-register-form.js +1 -1
  19. package/package.json +1 -1
  20. package/components/GeneralPlayerRegisterFormStep1-CkKgJCnB.cjs +0 -1
@@ -152,21 +152,21 @@ function Ke(e) {
152
152
  ee.push(e);
153
153
  }
154
154
  const Ve = /* @__PURE__ */ new Set();
155
- let J = 0;
155
+ let q = 0;
156
156
  function B() {
157
- if (J !== 0)
157
+ if (q !== 0)
158
158
  return;
159
159
  const e = ce;
160
160
  do {
161
161
  try {
162
- for (; J < Y.length; ) {
163
- const t = Y[J];
164
- J++, fe(t), dn(t.$$);
162
+ for (; q < Y.length; ) {
163
+ const t = Y[q];
164
+ q++, fe(t), dn(t.$$);
165
165
  }
166
166
  } catch (t) {
167
- throw Y.length = 0, J = 0, t;
167
+ throw Y.length = 0, q = 0, t;
168
168
  }
169
- for (fe(null), Y.length = 0, J = 0; Oe.length; )
169
+ for (fe(null), Y.length = 0, q = 0; Oe.length; )
170
170
  Oe.pop()();
171
171
  for (let t = 0; t < ee.length; t += 1) {
172
172
  const r = ee[t];
@@ -193,7 +193,7 @@ const bn = /* @__PURE__ */ new Set();
193
193
  function yn(e, t) {
194
194
  e && e.i && (bn.delete(e), e.i(t));
195
195
  }
196
- function qs(e) {
196
+ function Js(e) {
197
197
  return e?.length !== void 0 ? e : Array.from(e);
198
198
  }
199
199
  function vn(e, t, r) {
@@ -1076,12 +1076,12 @@ function Zn(e) {
1076
1076
  function pe(e, t) {
1077
1077
  return t.clone !== !1 && t.isMergeableObject(e) ? te(Zn(e), e, t) : e;
1078
1078
  }
1079
- function qn(e, t, r) {
1079
+ function Jn(e, t, r) {
1080
1080
  return e.concat(t).map(function(n) {
1081
1081
  return pe(n, r);
1082
1082
  });
1083
1083
  }
1084
- function Jn(e, t) {
1084
+ function qn(e, t) {
1085
1085
  if (!t.customMerge)
1086
1086
  return te;
1087
1087
  var r = t.customMerge(e);
@@ -1110,11 +1110,11 @@ function Kn(e, t, r) {
1110
1110
  return r.isMergeableObject(e) && jt(e).forEach(function(i) {
1111
1111
  n[i] = pe(e[i], r);
1112
1112
  }), jt(t).forEach(function(i) {
1113
- Yn(e, i) || (vr(e, i) && r.isMergeableObject(t[i]) ? n[i] = Jn(i, r)(e[i], t[i], r) : n[i] = pe(t[i], r));
1113
+ Yn(e, i) || (vr(e, i) && r.isMergeableObject(t[i]) ? n[i] = qn(i, r)(e[i], t[i], r) : n[i] = pe(t[i], r));
1114
1114
  }), n;
1115
1115
  }
1116
1116
  function te(e, t, r) {
1117
- r = r || {}, r.arrayMerge = r.arrayMerge || qn, r.isMergeableObject = r.isMergeableObject || jn, r.cloneUnlessOtherwiseSpecified = pe;
1117
+ r = r || {}, r.arrayMerge = r.arrayMerge || Jn, r.isMergeableObject = r.isMergeableObject || jn, r.cloneUnlessOtherwiseSpecified = pe;
1118
1118
  var n = Array.isArray(t), i = Array.isArray(e), s = n === i;
1119
1119
  return s ? n ? r.arrayMerge(e, t, r) : Kn(e, t, r) : pe(t, r);
1120
1120
  }
@@ -3038,7 +3038,7 @@ function Si(e) {
3038
3038
  var i = Te[n || ""] || Te[r || ""] || Te["".concat(r, "-001")] || Te["001"];
3039
3039
  return i[0];
3040
3040
  }
3041
- var qe, wi = new RegExp("^".concat(Pr.source, "*")), xi = new RegExp("".concat(Pr.source, "*$"));
3041
+ var Je, wi = new RegExp("^".concat(Pr.source, "*")), xi = new RegExp("".concat(Pr.source, "*$"));
3042
3042
  function _(e, t) {
3043
3043
  return { start: e, end: t };
3044
3044
  }
@@ -3047,7 +3047,7 @@ var Ti = !!String.prototype.startsWith && "_a".startsWith("a", 1), Hi = !!String
3047
3047
  }, ut = !0;
3048
3048
  try {
3049
3049
  var Li = Rr("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
3050
- ut = ((qe = Li.exec("a")) === null || qe === void 0 ? void 0 : qe[0]) === "a";
3050
+ ut = ((Je = Li.exec("a")) === null || Je === void 0 ? void 0 : Je[0]) === "a";
3051
3051
  } catch {
3052
3052
  ut = !1;
3053
3053
  }
@@ -3125,11 +3125,11 @@ function Rr(e, t) {
3125
3125
  }
3126
3126
  var ht;
3127
3127
  if (ut) {
3128
- var qt = Rr("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
3128
+ var Jt = Rr("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
3129
3129
  ht = function(t, r) {
3130
3130
  var n;
3131
- qt.lastIndex = r;
3132
- var i = qt.exec(t);
3131
+ Jt.lastIndex = r;
3132
+ var i = Jt.exec(t);
3133
3133
  return (n = i[1]) !== null && n !== void 0 ? n : "";
3134
3134
  };
3135
3135
  } else
@@ -3644,7 +3644,7 @@ var De = (
3644
3644
  return "[formatjs Error: ".concat(this.code, "] ").concat(this.message);
3645
3645
  }, t;
3646
3646
  }(Error)
3647
- ), Jt = (
3647
+ ), qt = (
3648
3648
  /** @class */
3649
3649
  function(e) {
3650
3650
  Me(t, e);
@@ -3760,7 +3760,7 @@ function Ae(e, t, r, n, i, s, o) {
3760
3760
  if (Tr(u)) {
3761
3761
  var P = u.options[m] || u.options.other;
3762
3762
  if (!P)
3763
- throw new Jt(u.value, m, Object.keys(u.options), o);
3763
+ throw new qt(u.value, m, Object.keys(u.options), o);
3764
3764
  a.push.apply(a, Ae(P.value, t, r, n, i));
3765
3765
  continue;
3766
3766
  }
@@ -3775,7 +3775,7 @@ Try polyfilling it using "@formatjs/intl-pluralrules"
3775
3775
  P = u.options[R] || u.options.other;
3776
3776
  }
3777
3777
  if (!P)
3778
- throw new Jt(u.value, m, Object.keys(u.options), o);
3778
+ throw new qt(u.value, m, Object.keys(u.options), o);
3779
3779
  a.push.apply(a, Ae(P.value, t, r, n, i, m - (u.offset || 0)));
3780
3780
  continue;
3781
3781
  }
@@ -3792,7 +3792,7 @@ function Wi(e, t) {
3792
3792
  return r[n] = Xi(e[n], t[n]), r;
3793
3793
  }, G({}, e)) : e;
3794
3794
  }
3795
- function Je(e) {
3795
+ function qe(e) {
3796
3796
  return {
3797
3797
  create: function() {
3798
3798
  return {
@@ -3817,7 +3817,7 @@ function zi(e) {
3817
3817
  r[n] = arguments[n];
3818
3818
  return new ((t = Intl.NumberFormat).bind.apply(t, We([void 0], r, !1)))();
3819
3819
  }, {
3820
- cache: Je(e.number),
3820
+ cache: qe(e.number),
3821
3821
  strategy: Ze.variadic
3822
3822
  }),
3823
3823
  getDateTimeFormat: ze(function() {
@@ -3825,7 +3825,7 @@ function zi(e) {
3825
3825
  r[n] = arguments[n];
3826
3826
  return new ((t = Intl.DateTimeFormat).bind.apply(t, We([void 0], r, !1)))();
3827
3827
  }, {
3828
- cache: Je(e.dateTime),
3828
+ cache: qe(e.dateTime),
3829
3829
  strategy: Ze.variadic
3830
3830
  }),
3831
3831
  getPluralRules: ze(function() {
@@ -3833,7 +3833,7 @@ function zi(e) {
3833
3833
  r[n] = arguments[n];
3834
3834
  return new ((t = Intl.PluralRules).bind.apply(t, We([void 0], r, !1)))();
3835
3835
  }, {
3836
- cache: Je(e.pluralRules),
3836
+ cache: qe(e.pluralRules),
3837
3837
  strategy: Ze.variadic
3838
3838
  })
3839
3839
  };
@@ -3950,7 +3950,7 @@ var Zi = (
3950
3950
  }, e;
3951
3951
  }()
3952
3952
  );
3953
- function qi(e, t) {
3953
+ function Ji(e, t) {
3954
3954
  if (t == null)
3955
3955
  return;
3956
3956
  if (t in e)
@@ -3971,7 +3971,7 @@ function qi(e, t) {
3971
3971
  n = void 0;
3972
3972
  return n;
3973
3973
  }
3974
- const z = {}, Ji = (e, t, r) => r && (t in z || (z[t] = {}), e in z[t] || (z[t][e] = r), r), Mr = (e, t) => {
3974
+ const z = {}, qi = (e, t, r) => r && (t in z || (z[t] = {}), e in z[t] || (z[t][e] = r), r), Mr = (e, t) => {
3975
3975
  if (t == null)
3976
3976
  return;
3977
3977
  if (t in z && e in z[t])
@@ -3980,7 +3980,7 @@ const z = {}, Ji = (e, t, r) => r && (t in z || (z[t] = {}), e in z[t] || (z[t][
3980
3980
  for (let n = 0; n < r.length; n++) {
3981
3981
  const i = r[n], s = Yi(i, e);
3982
3982
  if (s)
3983
- return Ji(e, t, s);
3983
+ return qi(e, t, s);
3984
3984
  }
3985
3985
  };
3986
3986
  let gt;
@@ -3995,7 +3995,7 @@ function Yi(e, t) {
3995
3995
  if (!Dr(e))
3996
3996
  return null;
3997
3997
  const r = Qi(e);
3998
- return qi(r, t);
3998
+ return Ji(r, t);
3999
3999
  }
4000
4000
  function Ki(e) {
4001
4001
  if (e == null)
@@ -4114,7 +4114,7 @@ function Fe(e, t = ie().fallbackLocale) {
4114
4114
  const r = Kt(e);
4115
4115
  return t ? [.../* @__PURE__ */ new Set([...r, ...Kt(t)])] : r;
4116
4116
  }
4117
- function q() {
4117
+ function J() {
4118
4118
  return mt ?? void 0;
4119
4119
  }
4120
4120
  Ie.subscribe((e) => {
@@ -4124,7 +4124,7 @@ const ps = (e) => {
4124
4124
  if (e && Ki(e) && pt(e)) {
4125
4125
  const { loadingDelay: t } = ie();
4126
4126
  let r;
4127
- return typeof window < "u" && q() != null && t ? r = window.setTimeout(
4127
+ return typeof window < "u" && J() != null && t ? r = window.setTimeout(
4128
4128
  () => Qe.set(!0),
4129
4129
  t
4130
4130
  ) : Qe.set(!0), kr(e).then(() => {
@@ -4189,28 +4189,28 @@ const me = (e, t) => {
4189
4189
  }
4190
4190
  ), ys = (e = {}) => {
4191
4191
  var t = e, {
4192
- locale: r = q()
4192
+ locale: r = J()
4193
4193
  } = t, n = ae(t, [
4194
4194
  "locale"
4195
4195
  ]);
4196
4196
  return ds(bt({ locale: r }, n));
4197
4197
  }, vs = (e = {}) => {
4198
4198
  var t = e, {
4199
- locale: r = q()
4199
+ locale: r = J()
4200
4200
  } = t, n = ae(t, [
4201
4201
  "locale"
4202
4202
  ]);
4203
4203
  return gs(bt({ locale: r }, n));
4204
4204
  }, _s = (e = {}) => {
4205
4205
  var t = e, {
4206
- locale: r = q()
4206
+ locale: r = J()
4207
4207
  } = t, n = ae(t, [
4208
4208
  "locale"
4209
4209
  ]);
4210
4210
  return bs(bt({ locale: r }, n));
4211
4211
  }, Es = Ue(
4212
4212
  // eslint-disable-next-line @typescript-eslint/no-non-null-assertion
4213
- (e, t = q()) => new Zi(e, t, ie().formats, {
4213
+ (e, t = J()) => new Zi(e, t, ie().formats, {
4214
4214
  ignoreTag: ie().ignoreTag
4215
4215
  })
4216
4216
  ), Ss = (e, t = {}) => {
@@ -4219,7 +4219,7 @@ const me = (e, t) => {
4219
4219
  typeof e == "object" && (o = e, e = o.id);
4220
4220
  const {
4221
4221
  values: a,
4222
- locale: h = q(),
4222
+ locale: h = J(),
4223
4223
  default: l
4224
4224
  } = o;
4225
4225
  if (h == null)
@@ -4245,7 +4245,7 @@ const me = (e, t) => {
4245
4245
  );
4246
4246
  }
4247
4247
  return c;
4248
- }, ws = (e, t) => _s(t).format(e), xs = (e, t) => vs(t).format(e), Ts = (e, t) => ys(t).format(e), Hs = (e, t = q()) => Mr(e, t), Bs = se([Z, oe], () => Ss);
4248
+ }, ws = (e, t) => _s(t).format(e), xs = (e, t) => vs(t).format(e), Ts = (e, t) => ys(t).format(e), Hs = (e, t = J()) => Mr(e, t), Bs = se([Z, oe], () => Ss);
4249
4249
  se([Z], () => ws);
4250
4250
  se([Z], () => xs);
4251
4251
  se([Z], () => Ts);
@@ -4344,7 +4344,7 @@ if (typeof window < "u") {
4344
4344
  }
4345
4345
  };
4346
4346
  };
4347
- customElements.define = e(customElements.define), import("./GeneralPlayerRegisterFormStep1-DJLHI4q-.js").then(({ default: t }) => {
4347
+ customElements.define = e(customElements.define), import("./GeneralPlayerRegisterFormStep1-DJmln0eL.js").then(({ default: t }) => {
4348
4348
  !customElements.get("general-player-register-form-step1") && customElements.define("general-player-register-form-step1", t.element);
4349
4349
  });
4350
4350
  }
@@ -4360,7 +4360,7 @@ if (typeof window < "u") {
4360
4360
  }
4361
4361
  };
4362
4362
  };
4363
- customElements.define = e(customElements.define), import("./GeneralPlayerRegisterFormStep2-evD5K93s.js").then(({ default: t }) => {
4363
+ customElements.define = e(customElements.define), import("./GeneralPlayerRegisterFormStep2-DeVvewUO.js").then(({ default: t }) => {
4364
4364
  !customElements.get("general-player-register-form-step2") && customElements.define("general-player-register-form-step2", t.element);
4365
4365
  });
4366
4366
  }
@@ -4376,7 +4376,7 @@ if (typeof window < "u") {
4376
4376
  }
4377
4377
  };
4378
4378
  };
4379
- customElements.define = e(customElements.define), import("./GeneralPlayerRegisterFormStep3-Det-nq5v.js").then(({ default: t }) => {
4379
+ customElements.define = e(customElements.define), import("./GeneralPlayerRegisterFormStep3-D888_eAx.js").then(({ default: t }) => {
4380
4380
  !customElements.get("general-player-register-form-step3") && customElements.define("general-player-register-form-step3", t.element);
4381
4381
  });
4382
4382
  }
@@ -4392,12 +4392,12 @@ if (typeof window < "u") {
4392
4392
  }
4393
4393
  };
4394
4394
  };
4395
- customElements.define = e(customElements.define), import("./GeneralPlayerSmsVerificationForm-CCLzxnhs.js").then(({ default: t }) => {
4395
+ customElements.define = e(customElements.define), import("./GeneralPlayerSmsVerificationForm-BUWfKH0q.js").then(({ default: t }) => {
4396
4396
  !customElements.get("general-player-sms-verification-form") && customElements.define("general-player-sms-verification-form", t.element);
4397
4397
  });
4398
4398
  }
4399
4399
  function Ls(e) {
4400
- nn(e, "svelte-1scqzon", ".RegisterFormWrapper{background:var(--emw--registration-color-bg, var(--emw--color-gray-50, #F9F8F8))}.RegisterFormContainer{padding:25px;height:404px;overflow-y:auto;scrollbar-color:var(--emw--color-gray-100, #E6E6E6) var(--emw--color-gray-50, #F9F8F8);scrollbar-width:thin}.RegisterFormContainer.RegisterFormContainerMobile{padding:40px 20px;height:65vh;overflow-y:scroll}.RegisterFormContainer::-webkit-scrollbar{width:6px}.RegisterFormContainer::-webkit-scrollbar-track{background:var(--emw--color-gray-50, #F9F8F8)}.RegisterFormContainer::-webkit-scrollbar-thumb{background:var(--emw--color-gray-100, #E6E6E6)}.RegisterSteps{display:flex;gap:10px;padding:20px 0 30px}.RegisterFirstStepDash,.RegisterSecondStepDash,.RegisterThirdStepDash{width:50px;height:2px;background-color:var(--emw--color-gray-100, #E6E6E6)}.RegisterStepDashColor{background-color:var(--emw--registration-color-primary, var(--emw--color-primary, #D0046C))}.RegisterStepNext{color:var(--emw--button-typography, var(--emw--color-white, #FFFFFF));background:var(--emw--registration-color-primary, var(--emw--color-primary, #D0046C));border:1px solid var(--emw--registration-color-primary, var(--emw--color-primary, #D0046C));border-radius:5px;width:100%;height:60px;padding:0;text-transform:uppercase;font-size:18px;cursor:pointer;margin-top:24px}.SMSErrorText{height:80%;display:flex;align-items:center}.RegisterConfirmation{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;margin-top:60px}.RegisterConfirmation svg{width:74px}.RegisterConfirmation .RegisterConfirmationTitle{color:var(--emw--color-valid, var(--emw--color-green, #48952a));font-size:24px;font-weight:400;text-transform:uppercase;margin-bottom:0}.RegisterConfirmation .RegisterConfirmationSubtitle{color:var(--emw--registration-contrast, var(--emw--color-gray-300, #58586B));font-size:16px;line-height:19px;margin-bottom:24px}.RegisterConfirmation .RegisterConfirmationNote{color:var(--emw--registration-typography, var(--emw--color-contrast, #07072A));font-size:18px;line-height:22px}.RegisterConfirmationGoToLogin{color:var(--emw--button-typography, var(--emw--color-white, #FFFFFF));background:var(--emw--registration-color-primary, var(--emw--color-primary, #D0046C));border:1px solid var(--emw--registration-color-primary, var(--emw--color-primary, #D0046C));border-radius:5px;width:100%;height:60px;padding:0;text-transform:uppercase;font-size:18px;cursor:pointer;margin-top:24px}");
4400
+ nn(e, "svelte-ao75nd", ".RegisterFormWrapper{background:var(--emw--registration-color-bg, var(--emw--color-gray-50, #F9F8F8))}.RegisterFormContainer{padding:25px;height:404px;overflow-y:auto;scrollbar-color:var(--emw--color-gray-100, #E6E6E6) var(--emw--color-gray-50, #F9F8F8);scrollbar-width:thin}.RegisterFormContainer.RegisterFormContainerMobile{padding:40px 20px;height:65vh;overflow-y:scroll}.RegisterFormContainer::-webkit-scrollbar{width:6px}.RegisterFormContainer::-webkit-scrollbar-track{background:var(--emw--color-gray-50, #F9F8F8)}.RegisterFormContainer::-webkit-scrollbar-thumb{background:var(--emw--color-gray-100, #E6E6E6)}.RegisterSteps{display:flex;gap:10px;padding:20px 0 30px}.RegisterFirstStepDash,.RegisterSecondStepDash,.RegisterThirdStepDash{width:50px;height:2px;background-color:var(--emw--color-gray-100, #E6E6E6)}.RegisterStepDashColor{background-color:var(--emw--registration-color-primary, var(--emw--color-primary, #22B04E))}.RegisterStepNext{color:var(--emw--button-typography, var(--emw--color-white, #FFFFFF));background:var(--emw--registration-color-primary, var(--emw--color-primary, #22B04E));border:1px solid var(--emw--registration-color-primary, var(--emw--color-primary, #22B04E));border-radius:5px;width:100%;height:60px;padding:0;text-transform:uppercase;font-size:18px;cursor:pointer;margin-top:24px}.SMSErrorText{height:80%;display:flex;align-items:center}.RegisterConfirmation{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;margin-top:60px}.RegisterConfirmation svg{width:74px}.RegisterConfirmation .RegisterConfirmationTitle{color:var(--emw--color-valid, var(--emw--color-green, #48952a));font-size:24px;font-weight:400;text-transform:uppercase;margin-bottom:0}.RegisterConfirmation .RegisterConfirmationSubtitle{color:var(--emw--registration-contrast, var(--emw--color-gray-300, #58586B));font-size:16px;line-height:19px;margin-bottom:24px}.RegisterConfirmation .RegisterConfirmationNote{color:var(--emw--registration-typography, var(--emw--color-contrast, #07072A));font-size:18px;line-height:22px}.RegisterConfirmationGoToLogin{color:var(--emw--button-typography, var(--emw--color-white, #FFFFFF));background:var(--emw--registration-color-primary, var(--emw--color-primary, #22B04E));border:1px solid var(--emw--registration-color-primary, var(--emw--color-primary, #22B04E));border-radius:5px;width:100%;height:60px;padding:0;text-transform:uppercase;font-size:18px;cursor:pointer;margin-top:24px}");
4401
4401
  }
4402
4402
  function Rs(e) {
4403
4403
  let t, r, n, i, s, o, a, h = (
@@ -5240,7 +5240,7 @@ function Gs(e, t, r) {
5240
5240
  },
5241
5241
  body: JSON.stringify(f)
5242
5242
  }, I = await fetch(`${i}/v1/player/register`, T), W = await I.json();
5243
- I.ok ? (r(20, be = !1), g === "false" ? r(22, je = !0) : (r(17, yt = W.id), qr(f, W.id)), f.username, f.password, zr()) : (Pt = W.error.substring(W.error.indexOf("errorMessage") + 13, W.error.length), vt = !0, window.postMessage(
5243
+ I.ok ? (r(20, be = !1), g === "false" ? r(22, je = !0) : (r(17, yt = W.id), Jr(f, W.id)), f.username, f.password, zr()) : (Pt = W.error.substring(W.error.indexOf("errorMessage") + 13, W.error.length), vt = !0, window.postMessage(
5244
5244
  {
5245
5245
  type: "ShowRegistrationError",
5246
5246
  showError: vt,
@@ -5248,7 +5248,7 @@ function Gs(e, t, r) {
5248
5248
  },
5249
5249
  window.location.href
5250
5250
  ));
5251
- }, qr = async (f, T) => {
5251
+ }, Jr = async (f, T) => {
5252
5252
  localStorage.setItem("smsTimer", JSON.stringify(Math.floor(Date.now() / 1e3)));
5253
5253
  try {
5254
5254
  const I = await fetch(`${i}/v1/player/sms/token`, {
@@ -5272,7 +5272,7 @@ function Gs(e, t, r) {
5272
5272
  } catch (I) {
5273
5273
  r(31, ve = !0), console.error(I);
5274
5274
  }
5275
- }, Jr = () => {
5275
+ }, qr = () => {
5276
5276
  m.split(",");
5277
5277
  }, Qr = () => {
5278
5278
  window.postMessage({ type: "ToLogin" }, window.location.href);
@@ -5301,7 +5301,7 @@ function Gs(e, t, r) {
5301
5301
  704 && s && u && o && b && Wr(), e.$$.dirty[0] & /*playerid, session*/
5302
5302
  131074, e.$$.dirty[0] & /*lang*/
5303
5303
  8 && u && Yr(), e.$$.dirty[0] & /*disabledfields*/
5304
- 32 && m && Jr(), e.$$.dirty[0] & /*clientstyling, customStylingContainer*/
5304
+ 32 && m && qr(), e.$$.dirty[0] & /*clientstyling, customStylingContainer*/
5305
5305
  66560 && O && j && Os(j, O), e.$$.dirty[0] & /*clientstylingurl, customStylingContainer*/
5306
5306
  67584 && P && j && Cs(j, P), e.$$.dirty[0] & /*mbsource, customStylingContainer*/
5307
5307
  66048 && S && j && Is(j, `${S}.Style`), e.$$.dirty[0] & /*translationurl*/
@@ -5512,7 +5512,7 @@ export {
5512
5512
  Z as $,
5513
5513
  zs as A,
5514
5514
  Ke as B,
5515
- qs as C,
5515
+ Js as C,
5516
5516
  Xs as D,
5517
5517
  Zs as E,
5518
5518
  an as F,