@everymatrix/casino-engagement-suite-tournament 1.55.0 → 1.56.2

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 (24) hide show
  1. package/dist/casino-engagement-suite-tournament/casino-engagement-suite-tournament.esm.js +1 -1
  2. package/dist/casino-engagement-suite-tournament/index.esm.js +1 -1
  3. package/dist/casino-engagement-suite-tournament/p-36511cf5.js +15 -0
  4. package/dist/casino-engagement-suite-tournament/{p-9c24a103.entry.js → p-6e87f006.entry.js} +1 -1
  5. package/dist/casino-engagement-suite-tournament/p-7dd52ef4.js +2 -0
  6. package/dist/cjs/casino-engagement-suite-progress-bar_3.cjs.entry.js +2 -2
  7. package/dist/cjs/{casino-engagement-suite-tournament-d2f62483.js → casino-engagement-suite-tournament-dea6117d.js} +186 -149
  8. package/dist/cjs/casino-engagement-suite-tournament.cjs.js +2 -2
  9. package/dist/cjs/{index-4eb9b2e6.js → index-9b5a5304.js} +7 -50
  10. package/dist/cjs/index.cjs.js +2 -2
  11. package/dist/cjs/loader.cjs.js +1 -1
  12. package/dist/collection/collection-manifest.json +2 -2
  13. package/dist/esm/casino-engagement-suite-progress-bar_3.entry.js +2 -2
  14. package/dist/esm/{casino-engagement-suite-tournament-66512e26.js → casino-engagement-suite-tournament-520e74da.js} +186 -149
  15. package/dist/esm/casino-engagement-suite-tournament.js +3 -3
  16. package/dist/esm/{index-3124114b.js → index-e8e1e68e.js} +7 -50
  17. package/dist/esm/index.js +2 -2
  18. package/dist/esm/loader.js +2 -2
  19. package/dist/types/components/casino-engagement-suite-tournament/casino-engagement-suite-tournament.d.ts +7 -2
  20. package/dist/types/stencil-public-runtime.d.ts +0 -6
  21. package/dist/types/utils/api.apdater.d.ts +30 -2
  22. package/package.json +1 -1
  23. package/dist/casino-engagement-suite-tournament/p-1cd75583.js +0 -2
  24. package/dist/casino-engagement-suite-tournament/p-94b7b68e.js +0 -1
@@ -1,6 +1,6 @@
1
- import { h as h$1, H as Host, r as registerInstance, c as createEvent } from './index-3124114b.js';
1
+ import { h as h$1, H as Host, r as registerInstance, c as createEvent } from './index-e8e1e68e.js';
2
2
 
3
- /******************************************************************************
3
+ /*! *****************************************************************************
4
4
  Copyright (c) Microsoft Corporation.
5
5
 
6
6
  Permission to use, copy, modify, and/or distribute this software for any
@@ -25,12 +25,7 @@ function __rest(s, e) {
25
25
  t[p[i]] = s[p[i]];
26
26
  }
27
27
  return t;
28
- }
29
-
30
- typeof SuppressedError === "function" ? SuppressedError : function (error, suppressed, message) {
31
- var e = new Error(message);
32
- return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;
33
- };
28
+ }
34
29
 
35
30
  var Tab;
36
31
  (function (Tab) {
@@ -646,36 +641,37 @@ const renders = {
646
641
 
647
642
  function a() {
648
643
  }
649
- function N(t) {
644
+ function M(t) {
650
645
  return t();
651
646
  }
652
- function A() {
647
+ function O() {
653
648
  return /* @__PURE__ */ Object.create(null);
654
649
  }
655
650
  function y(t) {
656
- t.forEach(N);
651
+ t.forEach(M);
657
652
  }
658
- function P(t) {
653
+ function N(t) {
659
654
  return typeof t == "function";
660
655
  }
661
- function B(t, e) {
656
+ function R(t, e) {
662
657
  return t != t ? e == e : t !== e || t && typeof t == "object" || typeof t == "function";
663
658
  }
664
- function R(t) {
659
+ function T(t) {
665
660
  return Object.keys(t).length === 0;
666
661
  }
667
662
  function H(t, e) {
668
663
  t.appendChild(e);
669
664
  }
670
- function I(t, e, n) {
671
- const s = U(t);
665
+ function U(t, e, n) {
666
+ const s = I(t);
672
667
  if (!s.getElementById(e)) {
673
668
  const i = v("style");
674
- i.id = e, i.textContent = n, D(s, i);
669
+ i.id = e, i.textContent = n, z(s, i);
675
670
  }
676
671
  }
677
- function U(t) {
678
- if (!t) return document;
672
+ function I(t) {
673
+ if (!t)
674
+ return document;
679
675
  const e = t.getRootNode ? t.getRootNode() : t.ownerDocument;
680
676
  return e && /** @type {ShadowRoot} */
681
677
  e.host ? (
@@ -683,14 +679,14 @@ function U(t) {
683
679
  e
684
680
  ) : t.ownerDocument;
685
681
  }
686
- function D(t, e) {
682
+ function z(t, e) {
687
683
  return H(
688
684
  /** @type {Document} */
689
685
  t.head || t,
690
686
  e
691
687
  ), e.sheet;
692
688
  }
693
- function M(t, e, n) {
689
+ function B(t, e, n) {
694
690
  t.insertBefore(e, n || null);
695
691
  }
696
692
  function E(t) {
@@ -699,13 +695,13 @@ function E(t) {
699
695
  function v(t) {
700
696
  return document.createElement(t);
701
697
  }
702
- function G(t, e, n) {
698
+ function D(t, e, n) {
703
699
  n == null ? t.removeAttribute(e) : t.getAttribute(e) !== n && t.setAttribute(e, n);
704
700
  }
705
- function J(t) {
701
+ function F(t) {
706
702
  return Array.from(t.childNodes);
707
703
  }
708
- function V(t) {
704
+ function G(t) {
709
705
  const e = {};
710
706
  return t.childNodes.forEach(
711
707
  /** @param {Element} node */
@@ -714,116 +710,125 @@ function V(t) {
714
710
  }
715
711
  ), e;
716
712
  }
717
- let C;
718
- function p(t) {
719
- C = t;
713
+ let p;
714
+ function _(t) {
715
+ p = t;
716
+ }
717
+ function J() {
718
+ if (!p)
719
+ throw new Error("Function called outside component initialization");
720
+ return p;
720
721
  }
721
- const f = [], x = [];
722
+ function V(t) {
723
+ J().$$.on_mount.push(t);
724
+ }
725
+ const $ = [], w = [];
722
726
  let h = [];
723
- const S = [], z = /* @__PURE__ */ Promise.resolve();
724
- let w = !1;
725
- function F() {
726
- w || (w = !0, z.then(m));
727
+ const A = [], q = /* @__PURE__ */ Promise.resolve();
728
+ let x = !1;
729
+ function K() {
730
+ x || (x = !0, q.then(m));
727
731
  }
728
732
  function k(t) {
729
733
  h.push(t);
730
734
  }
731
735
  const b = /* @__PURE__ */ new Set();
732
- let $ = 0;
736
+ let f = 0;
733
737
  function m() {
734
- if ($ !== 0)
738
+ if (f !== 0)
735
739
  return;
736
- const t = C;
740
+ const t = p;
737
741
  do {
738
742
  try {
739
- for (; $ < f.length; ) {
740
- const e = f[$];
741
- $++, p(e), q(e.$$);
743
+ for (; f < $.length; ) {
744
+ const e = $[f];
745
+ f++, _(e), Q(e.$$);
742
746
  }
743
747
  } catch (e) {
744
- throw f.length = 0, $ = 0, e;
748
+ throw $.length = 0, f = 0, e;
745
749
  }
746
- for (p(null), f.length = 0, $ = 0; x.length; ) x.pop()();
750
+ for (_(null), $.length = 0, f = 0; w.length; )
751
+ w.pop()();
747
752
  for (let e = 0; e < h.length; e += 1) {
748
753
  const n = h[e];
749
754
  b.has(n) || (b.add(n), n());
750
755
  }
751
756
  h.length = 0;
752
- } while (f.length);
753
- for (; S.length; )
754
- S.pop()();
755
- w = !1, b.clear(), p(t);
757
+ } while ($.length);
758
+ for (; A.length; )
759
+ A.pop()();
760
+ x = !1, b.clear(), _(t);
756
761
  }
757
- function q(t) {
762
+ function Q(t) {
758
763
  if (t.fragment !== null) {
759
764
  t.update(), y(t.before_update);
760
765
  const e = t.dirty;
761
766
  t.dirty = [-1], t.fragment && t.fragment.p(t.ctx, e), t.after_update.forEach(k);
762
767
  }
763
768
  }
764
- function K(t) {
769
+ function W(t) {
765
770
  const e = [], n = [];
766
771
  h.forEach((s) => t.indexOf(s) === -1 ? e.push(s) : n.push(s)), n.forEach((s) => s()), h = e;
767
772
  }
768
- const Q = /* @__PURE__ */ new Set();
769
- function W(t, e) {
770
- t && t.i && (Q.delete(t), t.i(e));
773
+ const X = /* @__PURE__ */ new Set();
774
+ function Y(t, e) {
775
+ t && t.i && (X.delete(t), t.i(e));
771
776
  }
772
- function X(t, e, n) {
777
+ function Z(t, e, n) {
773
778
  const { fragment: s, after_update: i } = t.$$;
774
779
  s && s.m(e, n), k(() => {
775
- const l = t.$$.on_mount.map(N).filter(P);
776
- t.$$.on_destroy ? t.$$.on_destroy.push(...l) : y(l), t.$$.on_mount = [];
780
+ const r = t.$$.on_mount.map(M).filter(N);
781
+ t.$$.on_destroy ? t.$$.on_destroy.push(...r) : y(r), t.$$.on_mount = [];
777
782
  }), i.forEach(k);
778
783
  }
779
- function Y(t, e) {
784
+ function tt(t, e) {
780
785
  const n = t.$$;
781
- n.fragment !== null && (K(n.after_update), y(n.on_destroy), n.fragment && n.fragment.d(e), n.on_destroy = n.fragment = null, n.ctx = []);
786
+ n.fragment !== null && (W(n.after_update), y(n.on_destroy), n.fragment && n.fragment.d(e), n.on_destroy = n.fragment = null, n.ctx = []);
782
787
  }
783
- function Z(t, e) {
784
- t.$$.dirty[0] === -1 && (f.push(t), F(), t.$$.dirty.fill(0)), t.$$.dirty[e / 31 | 0] |= 1 << e % 31;
788
+ function et(t, e) {
789
+ t.$$.dirty[0] === -1 && ($.push(t), K(), t.$$.dirty.fill(0)), t.$$.dirty[e / 31 | 0] |= 1 << e % 31;
785
790
  }
786
- function tt(t, e, n, s, i, l, u = null, c = [-1]) {
787
- const o = C;
788
- p(t);
789
- const r = t.$$ = {
791
+ function nt(t, e, n, s, i, r, o = null, l = [-1]) {
792
+ const c = p;
793
+ _(t);
794
+ const u = t.$$ = {
790
795
  fragment: null,
791
796
  ctx: [],
792
797
  // state
793
- props: l,
798
+ props: r,
794
799
  update: a,
795
800
  not_equal: i,
796
- bound: A(),
801
+ bound: O(),
797
802
  // lifecycle
798
803
  on_mount: [],
799
804
  on_destroy: [],
800
805
  on_disconnect: [],
801
806
  before_update: [],
802
807
  after_update: [],
803
- context: new Map(e.context || (o ? o.$$.context : [])),
808
+ context: new Map(e.context || (c ? c.$$.context : [])),
804
809
  // everything else
805
- callbacks: A(),
806
- dirty: c,
810
+ callbacks: O(),
811
+ dirty: l,
807
812
  skip_bound: !1,
808
- root: e.target || o.$$.root
813
+ root: e.target || c.$$.root
809
814
  };
810
- u && u(r.root);
811
- let _ = !1;
812
- if (r.ctx = n ? n(t, e.props || {}, (d, L, ...j) => {
813
- const O = j.length ? j[0] : L;
814
- return r.ctx && i(r.ctx[d], r.ctx[d] = O) && (!r.skip_bound && r.bound[d] && r.bound[d](O), _ && Z(t, d)), L;
815
- }) : [], r.update(), _ = !0, y(r.before_update), r.fragment = s ? s(r.ctx) : !1, e.target) {
815
+ o && o(u.root);
816
+ let L = !1;
817
+ if (u.ctx = n ? n(t, e.props || {}, (d, C, ...S) => {
818
+ const j = S.length ? S[0] : C;
819
+ return u.ctx && i(u.ctx[d], u.ctx[d] = j) && (!u.skip_bound && u.bound[d] && u.bound[d](j), L && et(t, d)), C;
820
+ }) : [], u.update(), L = !0, y(u.before_update), u.fragment = s ? s(u.ctx) : !1, e.target) {
816
821
  if (e.hydrate) {
817
- const d = J(e.target);
818
- r.fragment && r.fragment.l(d), d.forEach(E);
822
+ const d = F(e.target);
823
+ u.fragment && u.fragment.l(d), d.forEach(E);
819
824
  } else
820
- r.fragment && r.fragment.c();
821
- e.intro && W(t.$$.fragment), X(t, e.target, e.anchor), m();
825
+ u.fragment && u.fragment.c();
826
+ e.intro && Y(t.$$.fragment), Z(t, e.target, e.anchor), m();
822
827
  }
823
- p(o);
828
+ _(c);
824
829
  }
825
- let T;
826
- typeof HTMLElement == "function" && (T = class extends HTMLElement {
830
+ let P;
831
+ typeof HTMLElement == "function" && (P = class extends HTMLElement {
827
832
  /** The Svelte component constructor */
828
833
  $$ctor;
829
834
  /** Slots */
@@ -862,32 +867,32 @@ typeof HTMLElement == "function" && (T = class extends HTMLElement {
862
867
  if (this.$$cn = !0, !this.$$c) {
863
868
  let t = function(i) {
864
869
  return () => {
865
- let l;
870
+ let r;
866
871
  return {
867
872
  c: function() {
868
- l = v("slot"), i !== "default" && G(l, "name", i);
873
+ r = v("slot"), i !== "default" && D(r, "name", i);
869
874
  },
870
875
  /**
871
876
  * @param {HTMLElement} target
872
877
  * @param {HTMLElement} [anchor]
873
878
  */
874
- m: function(o, r) {
875
- M(o, l, r);
879
+ m: function(c, u) {
880
+ B(c, r, u);
876
881
  },
877
- d: function(o) {
878
- o && E(l);
882
+ d: function(c) {
883
+ c && E(r);
879
884
  }
880
885
  };
881
886
  };
882
887
  };
883
888
  if (await Promise.resolve(), !this.$$cn || this.$$c)
884
889
  return;
885
- const e = {}, n = V(this);
890
+ const e = {}, n = G(this);
886
891
  for (const i of this.$$s)
887
892
  i in n && (e[i] = [t(i)]);
888
893
  for (const i of this.attributes) {
889
- const l = this.$$g_p(i.name);
890
- l in this.$$d || (this.$$d[l] = g(l, i.value, this.$$p_d, "toProp"));
894
+ const r = this.$$g_p(i.name);
895
+ r in this.$$d || (this.$$d[r] = g(r, i.value, this.$$p_d, "toProp"));
891
896
  }
892
897
  for (const i in this.$$p_d)
893
898
  !(i in this.$$d) && this[i] !== void 0 && (this.$$d[i] = this[i], delete this[i]);
@@ -905,21 +910,21 @@ typeof HTMLElement == "function" && (T = class extends HTMLElement {
905
910
  this.$$r = !0;
906
911
  for (const i in this.$$p_d)
907
912
  if (this.$$d[i] = this.$$c.$$.ctx[this.$$c.$$.props[i]], this.$$p_d[i].reflect) {
908
- const l = g(
913
+ const r = g(
909
914
  i,
910
915
  this.$$d[i],
911
916
  this.$$p_d,
912
917
  "toAttribute"
913
918
  );
914
- l == null ? this.removeAttribute(this.$$p_d[i].attribute || i) : this.setAttribute(this.$$p_d[i].attribute || i, l);
919
+ r == null ? this.removeAttribute(this.$$p_d[i].attribute || i) : this.setAttribute(this.$$p_d[i].attribute || i, r);
915
920
  }
916
921
  this.$$r = !1;
917
922
  };
918
923
  this.$$c.$$.after_update.push(s), s();
919
924
  for (const i in this.$$l)
920
- for (const l of this.$$l[i]) {
921
- const u = this.$$c.$on(i, l);
922
- this.$$l_u.set(l, u);
925
+ for (const r of this.$$l[i]) {
926
+ const o = this.$$c.$on(i, r);
927
+ this.$$l_u.set(r, o);
923
928
  }
924
929
  this.$$l = {};
925
930
  }
@@ -969,36 +974,36 @@ function g(t, e, n, s) {
969
974
  return e;
970
975
  }
971
976
  }
972
- function et(t, e, n, s, i, l) {
973
- let u = class extends T {
977
+ function it(t, e, n, s, i, r) {
978
+ let o = class extends P {
974
979
  constructor() {
975
980
  super(t, n, i), this.$$p_d = e;
976
981
  }
977
982
  static get observedAttributes() {
978
983
  return Object.keys(e).map(
979
- (c) => (e[c].attribute || c).toLowerCase()
984
+ (l) => (e[l].attribute || l).toLowerCase()
980
985
  );
981
986
  }
982
987
  };
983
- return Object.keys(e).forEach((c) => {
984
- Object.defineProperty(u.prototype, c, {
988
+ return Object.keys(e).forEach((l) => {
989
+ Object.defineProperty(o.prototype, l, {
985
990
  get() {
986
- return this.$$c && c in this.$$c ? this.$$c[c] : this.$$d[c];
991
+ return this.$$c && l in this.$$c ? this.$$c[l] : this.$$d[l];
987
992
  },
988
- set(o) {
989
- o = g(c, o, e), this.$$d[c] = o, this.$$c?.$set({ [c]: o });
993
+ set(c) {
994
+ c = g(l, c, e), this.$$d[l] = c, this.$$c?.$set({ [l]: c });
990
995
  }
991
996
  });
992
- }), s.forEach((c) => {
993
- Object.defineProperty(u.prototype, c, {
997
+ }), s.forEach((l) => {
998
+ Object.defineProperty(o.prototype, l, {
994
999
  get() {
995
- return this.$$c?.[c];
1000
+ return this.$$c?.[l];
996
1001
  }
997
1002
  });
998
1003
  }), t.element = /** @type {any} */
999
- u, u;
1004
+ o, o;
1000
1005
  }
1001
- class nt {
1006
+ class st {
1002
1007
  /**
1003
1008
  * ### PRIVATE API
1004
1009
  *
@@ -1017,7 +1022,7 @@ class nt {
1017
1022
  $$set = void 0;
1018
1023
  /** @returns {void} */
1019
1024
  $destroy() {
1020
- Y(this, 1), this.$destroy = a;
1025
+ tt(this, 1), this.$destroy = a;
1021
1026
  }
1022
1027
  /**
1023
1028
  * @template {Extract<keyof Events, string>} K
@@ -1026,7 +1031,7 @@ class nt {
1026
1031
  * @returns {() => void}
1027
1032
  */
1028
1033
  $on(e, n) {
1029
- if (!P(n))
1034
+ if (!N(n))
1030
1035
  return a;
1031
1036
  const s = this.$$.callbacks[e] || (this.$$.callbacks[e] = []);
1032
1037
  return s.push(n), () => {
@@ -1039,67 +1044,93 @@ class nt {
1039
1044
  * @returns {void}
1040
1045
  */
1041
1046
  $set(e) {
1042
- this.$$set && !R(e) && (this.$$.skip_bound = !0, this.$$set(e), this.$$.skip_bound = !1);
1047
+ this.$$set && !T(e) && (this.$$.skip_bound = !0, this.$$set(e), this.$$.skip_bound = !1);
1043
1048
  }
1044
1049
  }
1045
- const it = "4";
1046
- typeof window < "u" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(it);
1047
- function st(t) {
1048
- I(t, "svelte-gnt082", ".LoaderContainer{display:flex;justify-content:center}.lds-ellipsis{display:inline-block;position:relative;width:80px;height:80px}.lds-ellipsis div{position:absolute;top:33px;width:13px;height:13px;border-radius:50%;background:#d1d1d1;animation-timing-function:cubic-bezier(0, 1, 1, 0)}.lds-ellipsis div:nth-child(1){left:8px;animation:lds-ellipsis1 0.6s infinite}.lds-ellipsis div:nth-child(2){left:8px;animation:lds-ellipsis2 0.6s infinite}.lds-ellipsis div:nth-child(3){left:32px;animation:lds-ellipsis2 0.6s infinite}.lds-ellipsis div:nth-child(4){left:56px;animation:lds-ellipsis3 0.6s infinite}@keyframes lds-ellipsis1{0%{transform:scale(0)}100%{transform:scale(1)}}@keyframes lds-ellipsis3{0%{transform:scale(1)}100%{transform:scale(0)}}@keyframes lds-ellipsis2{0%{transform:translate(0, 0)}100%{transform:translate(24px, 0)}}");
1050
+ const rt = "4";
1051
+ typeof window < "u" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(rt);
1052
+ function ct(t, e) {
1053
+ if (t) {
1054
+ const n = document.createElement("style");
1055
+ n.innerHTML = e, t.appendChild(n);
1056
+ }
1057
+ }
1058
+ function ot(t, e) {
1059
+ const n = new URL(e);
1060
+ fetch(n.href).then((s) => s.text()).then((s) => {
1061
+ const i = document.createElement("style");
1062
+ i.innerHTML = s, t && t.appendChild(i);
1063
+ }).catch((s) => {
1064
+ console.error("There was an error while trying to load client styling from URL", s);
1065
+ });
1049
1066
  }
1050
- function rt(t) {
1067
+ function lt(t, e, n) {
1068
+ if (window.emMessageBus) {
1069
+ const s = document.createElement("style");
1070
+ window.emMessageBus.subscribe(e, (i) => {
1071
+ s.innerHTML = i, t && t.appendChild(s);
1072
+ });
1073
+ }
1074
+ }
1075
+ function ut(t) {
1076
+ U(t, "svelte-gnt082", ".LoaderContainer{display:flex;justify-content:center}.lds-ellipsis{display:inline-block;position:relative;width:80px;height:80px}.lds-ellipsis div{position:absolute;top:33px;width:13px;height:13px;border-radius:50%;background:#d1d1d1;animation-timing-function:cubic-bezier(0, 1, 1, 0)}.lds-ellipsis div:nth-child(1){left:8px;animation:lds-ellipsis1 0.6s infinite}.lds-ellipsis div:nth-child(2){left:8px;animation:lds-ellipsis2 0.6s infinite}.lds-ellipsis div:nth-child(3){left:32px;animation:lds-ellipsis2 0.6s infinite}.lds-ellipsis div:nth-child(4){left:56px;animation:lds-ellipsis3 0.6s infinite}@keyframes lds-ellipsis1{0%{transform:scale(0)}100%{transform:scale(1)}}@keyframes lds-ellipsis3{0%{transform:scale(1)}100%{transform:scale(0)}}@keyframes lds-ellipsis2{0%{transform:translate(0, 0)}100%{transform:translate(24px, 0)}}");
1077
+ }
1078
+ function dt(t) {
1051
1079
  let e;
1052
1080
  return {
1053
1081
  c() {
1054
- e = v("div"), e.innerHTML = '<section class="LoaderContainer" part="LoaderContainer"><div class="lds-ellipsis"><div></div><div></div><div></div><div></div></div></section>';
1082
+ e = v("div"), e.innerHTML = '<section class="LoaderContainer"><div class="lds-ellipsis"><div></div><div></div><div></div><div></div></div></section>';
1055
1083
  },
1056
1084
  m(n, s) {
1057
- M(n, e, s), t[3](e);
1085
+ B(n, e, s), t[4](e);
1058
1086
  },
1059
1087
  p: a,
1060
1088
  i: a,
1061
1089
  o: a,
1062
1090
  d(n) {
1063
- n && E(e), t[3](null);
1091
+ n && E(e), t[4](null);
1064
1092
  }
1065
1093
  };
1066
1094
  }
1067
- function lt(t, e, n) {
1068
- let { clientstyling: s = "" } = e, { clientstylingurl: i = "" } = e, l;
1069
- const u = () => {
1070
- let r = document.createElement("style");
1071
- r.innerHTML = s, l.appendChild(r);
1072
- }, c = () => {
1073
- let r = new URL(i), _ = document.createElement("style");
1074
- fetch(r.href).then((d) => d.text()).then((d) => {
1075
- _.innerHTML = d, setTimeout(
1076
- () => {
1077
- l.appendChild(_);
1078
- },
1079
- 1
1080
- ), setTimeout(
1081
- () => {
1082
- },
1083
- 500
1084
- );
1085
- });
1086
- };
1087
- function o(r) {
1088
- x[r ? "unshift" : "push"](() => {
1089
- l = r, n(0, l);
1095
+ function ft(t, e, n) {
1096
+ let { clientstyling: s = "" } = e, { clientstylingurl: i = "" } = e, { mbsource: r } = e, o;
1097
+ V(() => () => {
1098
+ });
1099
+ function l(c) {
1100
+ w[c ? "unshift" : "push"](() => {
1101
+ o = c, n(0, o);
1090
1102
  });
1091
1103
  }
1092
- return t.$$set = (r) => {
1093
- "clientstyling" in r && n(1, s = r.clientstyling), "clientstylingurl" in r && n(2, i = r.clientstylingurl);
1104
+ return t.$$set = (c) => {
1105
+ "clientstyling" in c && n(1, s = c.clientstyling), "clientstylingurl" in c && n(2, i = c.clientstylingurl), "mbsource" in c && n(3, r = c.mbsource);
1094
1106
  }, t.$$.update = () => {
1095
1107
  t.$$.dirty & /*clientstyling, customStylingContainer*/
1096
- 3 && s && l && u(), t.$$.dirty & /*clientstylingurl, customStylingContainer*/
1097
- 5 && i && l && c();
1098
- }, [l, s, i, o];
1108
+ 3 && s && o && ct(o, s), t.$$.dirty & /*clientstylingurl, customStylingContainer*/
1109
+ 5 && i && o && ot(o, i), t.$$.dirty & /*mbsource, customStylingContainer*/
1110
+ 9 && r && o && lt(o, `${r}.Style`);
1111
+ }, [
1112
+ o,
1113
+ s,
1114
+ i,
1115
+ r,
1116
+ l
1117
+ ];
1099
1118
  }
1100
- class ct extends nt {
1119
+ class $t extends st {
1101
1120
  constructor(e) {
1102
- super(), tt(this, e, lt, rt, B, { clientstyling: 1, clientstylingurl: 2 }, st);
1121
+ super(), nt(
1122
+ this,
1123
+ e,
1124
+ ft,
1125
+ dt,
1126
+ R,
1127
+ {
1128
+ clientstyling: 1,
1129
+ clientstylingurl: 2,
1130
+ mbsource: 3
1131
+ },
1132
+ ut
1133
+ );
1103
1134
  }
1104
1135
  get clientstyling() {
1105
1136
  return this.$$.ctx[1];
@@ -1113,8 +1144,14 @@ class ct extends nt {
1113
1144
  set clientstylingurl(e) {
1114
1145
  this.$$set({ clientstylingurl: e }), m();
1115
1146
  }
1147
+ get mbsource() {
1148
+ return this.$$.ctx[3];
1149
+ }
1150
+ set mbsource(e) {
1151
+ this.$$set({ mbsource: e }), m();
1152
+ }
1116
1153
  }
1117
- et(ct, { clientstyling: {}, clientstylingurl: {} }, [], [], !0);
1154
+ it($t, { clientstyling: {}, clientstylingurl: {}, mbsource: {} }, [], [], !0);
1118
1155
 
1119
1156
  function i(n) {
1120
1157
  return function(...t) {
@@ -1128,7 +1165,7 @@ function i(n) {
1128
1165
  };
1129
1166
  }
1130
1167
  customElements.define = i(customElements.define);
1131
- !customElements.get("general-animation-loading") && customElements.define("general-animation-loading", ct.element);
1168
+ !customElements.get("general-animation-loading") && customElements.define("general-animation-loading", $t.element);
1132
1169
 
1133
1170
  const casinoEngagementSuiteTournamentCss = ".Wrapper{height:100%;position:relative;color:var(--emw--color-typography, #FFFFFF);display:flex;background-color:var(--emw--color-background, hsl(254, 44%, 15%));flex-direction:column;border-radius:24px;overflow-y:auto}.Wrapper.Mobile{border-radius:16px}.WrapperContent{padding-bottom:20px;transition:0.5s filter}.WrapperContent.faded{filter:brightness(53.3333333333%)}.Wrapper.Mobile .WrapperBar{padding:20px 8px 8px;margin-bottom:8px}.WrapperBar{display:flex;width:100%;padding:32px 20px 20px;margin-bottom:20px}.WrapperBarLeft,.WrapperBarRight{cursor:pointer;z-index:1}.WrapperBarMiddle{flex-grow:1;text-align:center;font-size:var(--emw--font-size-medium, 16px);line-height:16px;font-weight:500;color:var(--emw--color-secondary, rgb(187, 185, 195))}:host{display:block;font-size:var(--emw--font-size-x-small, 12px);font-family:Inter}.Row{margin:24px 0;padding:0 20px}.Row:first-child{margin:0}.LeaderboardsItem{position:relative;margin:10px 0;border:1px solid rgb(64, 57, 86);border-radius:16px}.LeaderboardsItem.Hollow{border-color:transparent}.LeaderboardsItem:first-child{margin-top:0}.LeaderboardsItemContainer{padding-top:16px}.Info{margin:24px 0;padding:0 20px}.TimeContainer{margin:24px 0;padding:0 20px}.TimeContainer .Time{display:flex;justify-content:space-between;font-size:var(--emw--font-size-x-small, 12px);align-items:center;color:var(--emw--color-secondary, rgb(187, 185, 195))}.TimeContainer .Time button{font-size:var(--emw--font-size-x-small, 12px);height:20px;padding:0}.TimeContainer .Time button::before{inset:inherit;border:0}.ShowInfo{margin:24px 0;padding:0 20px;cursor:pointer;color:rgb(102, 97, 120)}.ShowInfo p{display:flex;gap:4px}.TitleContainer{display:flex;justify-content:space-between;margin:24px 0;padding:0 20px;margin-top:0;gap:10px;font-family:Montserrat}.TitleContainer .GradientRoundedButton{width:120px}.TabsContainer{margin:24px 0;padding:0 20px;margin:0 20px;padding:0;border-bottom:1px solid #575757}.Tabs{display:flex;justify-content:space-between;justify-content:start;font-size:var(--emw--font-size-x-small, 12px);margin-bottom:-1px}.Tabs>div{padding:10px;color:rgb(102, 97, 120);cursor:pointer}.Tabs>div.active{color:var(--emw--color-typography, #FFF);border-bottom:2px solid var(--emw--color-typography, #FFF)}.Title{font-size:var(--emw--font-size-medium, 16px);font-weight:700;line-height:19.5px;text-align:left;word-break:break-word}.TC{margin-top:12px}.TC a{color:rgb(89, 209, 255)}.Criterias{margin:12px 0}.Criterias span{color:var(--emw--color-primary, rgb(255, 214, 47));font-weight:400}.ResultPrize{margin:24px 0;padding:0 20px}.ResultPrize span{color:var(--emw--color-primary, rgb(255, 214, 47));font-weight:400}.Prizes{margin:24px 0;padding:0 20px}.Prizes .PrizesText{margin-left:3px;font-weight:600}.Prizes .PrizesHeader{align-items:center;display:flex}.Prizes .PrizesHeader img{width:12px}.Prizes .Prize{margin:8px 0}.Prizes .Prize .PrizeText{color:var(--emw--color-primary, rgb(255, 214, 47));font-weight:400}*{box-sizing:border-box}.Leaderboards{width:100%;text-align:center;border-collapse:collapse}.Leaderboards td{opacity:0.6;padding:20px 5px}.Leaderboards td:first-child{padding-left:20px}.Leaderboards td:last-child{padding-right:20px}.Leaderboards .LeaderboardName{color:var(--emw--color-typography, #FFF);opacity:1}.Leaderboards tr.isMe{background:rgba(0, 0, 0, 0.2)}.Leaderboards tr.isMe .LeaderboardRank span{padding:0px 3px;opacity:1;border:1px solid var(--emw--color-primary, rgb(255, 214, 47));border-radius:11px}.Leaderboards tr.isMe td{color:var(--emw--color-primary, rgb(255, 214, 47))}.LeaderboardLabels{position:absolute;top:-6px;right:18px;display:flex;gap:4px}.LeaderboardLabel{width:30px;height:15px;background:var(--emw--engagement-suite-gradient-golden, linear-gradient(180deg, #FFB801 15.86%, #FEF746 31.36%, #FBFFE0 36.86%, #FFFA60 47.86%, #FF9400 87.36%));border-radius:var(--emw--border-radius-x-small, 2px);display:inline-flex;padding:0 2px;align-items:center;justify-content:center}.LeaderboardLabel span{display:inline-block;text-transform:uppercase;font-size:var(--emw--font-size-3x-small, 7px);line-height:7px;font-weight:var(--emw--font-weight-bold, 700);font-family:var(--emw--font-family-secondary, \"Montserrat\", sans-serif);color:var(--emw--color-background, #1E1638)}.Games{margin:24px 0;padding:0 20px;display:flex;flex-wrap:wrap;justify-content:space-evenly;gap:4px 7.25px}.Games img{width:60px}dialog{position:absolute;top:30px;width:100%;height:100%;background:transparent;border:0;padding:0;color:var(--emw--color-typography, #FFFFFF)}dialog>div{margin:32px;border-radius:8px;background:var(--emw--color-background, hsl(254, 44%, 15%));border:1px solid hsl(254, 20%, 28%);align-items:center}.DialogContentUnjoin{padding:32px;padding-top:10px;display:flex;gap:10px;flex-direction:column}.DialogContentUnjoinTitle{font-family:Montserrat;font-size:var(--emw--font-size-large, 20px);font-weight:600;line-height:24.38px;text-align:center}.DialogContentUnjoinDescription{color:var(--emw--color-secondary, rgb(187, 185, 195));margin-bottom:30px}.Tip{padding:32px;padding-top:10px;color:var(--emw--color-secondary, rgb(187, 185, 195));font-size:var(--emw--font-size-small, 14px)}.PageConfirmContainer{text-align:center;width:80%;margin:0 auto}.PageConfirm{padding:40px 32px;display:flex;flex-direction:column;gap:20px}.PageConfirm .Title{font-size:var(--emw--font-size-large, 20px);text-align:center}.PageConfirm .Description{color:var(--emw--color-secondary, rgb(187, 185, 195));font-weight:400}.PageConfirm .Description span{color:var(--emw--color-typography, #FFF);font-weight:600}.PageConfirmButtonsGroup{width:150px;margin:0 auto;display:flex;flex-direction:column;gap:10px}.GradientRounded{display:block;background:linear-gradient(98.25deg, #FF9400 22.48%, #FEF746 131.02%, #FFE24A 131.9%);color:rgb(30, 22, 56);position:relative;border-radius:16px}.GradientRounded.Hollow{background:rgb(30, 22, 56);color:#FFFFFF}.GradientRounded.Hollow::before{content:\"\";position:absolute;inset:0;border-radius:15px;border:1px solid transparent;background:linear-gradient(98.25deg, #FF9400 22.48%, #FEF746 131.02%, #FFE24A 131.9%) border-box;-webkit-mask:linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);-webkit-mask-composite:destination-out;mask-composite:exclude}.GradientRoundedButton{border:none;padding:7px;height:32px;width:100%;font-size:var(--emw--font-size-small, 14px);font-weight:700;line-height:17.07px;text-align:center;transition:0.5s opacity;cursor:pointer}.GradientRoundedButton.Pending{cursor:not-allowed;opacity:0.3}.GradientRoundedButton.Hollow span{background:-webkit-linear-gradient(98.25deg, rgb(255, 148, 0) 22.48%, rgb(254, 247, 70) 131.02%, rgb(255, 226, 74) 131.9%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}";
1134
1171
  const CasinoEngagementSuiteTournamentStyle0 = casinoEngagementSuiteTournamentCss;
@@ -1,9 +1,9 @@
1
- import { p as promiseResolve, b as bootstrapLazy } from './index-3124114b.js';
2
- export { s as setNonce } from './index-3124114b.js';
1
+ import { p as promiseResolve, b as bootstrapLazy } from './index-e8e1e68e.js';
2
+ export { s as setNonce } from './index-e8e1e68e.js';
3
3
  import { g as globalScripts } from './app-globals-0f993ce5.js';
4
4
 
5
5
  /*
6
- Stencil Client Patch Browser v4.22.3 | MIT Licensed | https://stenciljs.com
6
+ Stencil Client Patch Browser v4.19.2 | MIT Licensed | https://stenciljs.com
7
7
  */
8
8
  var patchBrowser = () => {
9
9
  const importMeta = import.meta.url;