@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.
- package/dist/casino-engagement-suite-tournament/casino-engagement-suite-tournament.esm.js +1 -1
- package/dist/casino-engagement-suite-tournament/index.esm.js +1 -1
- package/dist/casino-engagement-suite-tournament/p-36511cf5.js +15 -0
- package/dist/casino-engagement-suite-tournament/{p-9c24a103.entry.js → p-6e87f006.entry.js} +1 -1
- package/dist/casino-engagement-suite-tournament/p-7dd52ef4.js +2 -0
- package/dist/cjs/casino-engagement-suite-progress-bar_3.cjs.entry.js +2 -2
- package/dist/cjs/{casino-engagement-suite-tournament-d2f62483.js → casino-engagement-suite-tournament-dea6117d.js} +186 -149
- package/dist/cjs/casino-engagement-suite-tournament.cjs.js +2 -2
- package/dist/cjs/{index-4eb9b2e6.js → index-9b5a5304.js} +7 -50
- package/dist/cjs/index.cjs.js +2 -2
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/collection/collection-manifest.json +2 -2
- package/dist/esm/casino-engagement-suite-progress-bar_3.entry.js +2 -2
- package/dist/esm/{casino-engagement-suite-tournament-66512e26.js → casino-engagement-suite-tournament-520e74da.js} +186 -149
- package/dist/esm/casino-engagement-suite-tournament.js +3 -3
- package/dist/esm/{index-3124114b.js → index-e8e1e68e.js} +7 -50
- package/dist/esm/index.js +2 -2
- package/dist/esm/loader.js +2 -2
- package/dist/types/components/casino-engagement-suite-tournament/casino-engagement-suite-tournament.d.ts +7 -2
- package/dist/types/stencil-public-runtime.d.ts +0 -6
- package/dist/types/utils/api.apdater.d.ts +30 -2
- package/package.json +1 -1
- package/dist/casino-engagement-suite-tournament/p-1cd75583.js +0 -2
- package/dist/casino-engagement-suite-tournament/p-94b7b68e.js +0 -1
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
const index = require('./index-
|
|
3
|
+
const index = require('./index-9b5a5304.js');
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
/*! *****************************************************************************
|
|
6
6
|
Copyright (c) Microsoft Corporation.
|
|
7
7
|
|
|
8
8
|
Permission to use, copy, modify, and/or distribute this software for any
|
|
@@ -27,12 +27,7 @@ function __rest(s, e) {
|
|
|
27
27
|
t[p[i]] = s[p[i]];
|
|
28
28
|
}
|
|
29
29
|
return t;
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
typeof SuppressedError === "function" ? SuppressedError : function (error, suppressed, message) {
|
|
33
|
-
var e = new Error(message);
|
|
34
|
-
return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;
|
|
35
|
-
};
|
|
30
|
+
}
|
|
36
31
|
|
|
37
32
|
var Tab;
|
|
38
33
|
(function (Tab) {
|
|
@@ -648,36 +643,37 @@ const renders = {
|
|
|
648
643
|
|
|
649
644
|
function a() {
|
|
650
645
|
}
|
|
651
|
-
function
|
|
646
|
+
function M(t) {
|
|
652
647
|
return t();
|
|
653
648
|
}
|
|
654
|
-
function
|
|
649
|
+
function O() {
|
|
655
650
|
return /* @__PURE__ */ Object.create(null);
|
|
656
651
|
}
|
|
657
652
|
function y(t) {
|
|
658
|
-
t.forEach(
|
|
653
|
+
t.forEach(M);
|
|
659
654
|
}
|
|
660
|
-
function
|
|
655
|
+
function N(t) {
|
|
661
656
|
return typeof t == "function";
|
|
662
657
|
}
|
|
663
|
-
function
|
|
658
|
+
function R(t, e) {
|
|
664
659
|
return t != t ? e == e : t !== e || t && typeof t == "object" || typeof t == "function";
|
|
665
660
|
}
|
|
666
|
-
function
|
|
661
|
+
function T(t) {
|
|
667
662
|
return Object.keys(t).length === 0;
|
|
668
663
|
}
|
|
669
664
|
function H(t, e) {
|
|
670
665
|
t.appendChild(e);
|
|
671
666
|
}
|
|
672
|
-
function
|
|
673
|
-
const s =
|
|
667
|
+
function U(t, e, n) {
|
|
668
|
+
const s = I(t);
|
|
674
669
|
if (!s.getElementById(e)) {
|
|
675
670
|
const i = v("style");
|
|
676
|
-
i.id = e, i.textContent = n,
|
|
671
|
+
i.id = e, i.textContent = n, z(s, i);
|
|
677
672
|
}
|
|
678
673
|
}
|
|
679
|
-
function
|
|
680
|
-
if (!t)
|
|
674
|
+
function I(t) {
|
|
675
|
+
if (!t)
|
|
676
|
+
return document;
|
|
681
677
|
const e = t.getRootNode ? t.getRootNode() : t.ownerDocument;
|
|
682
678
|
return e && /** @type {ShadowRoot} */
|
|
683
679
|
e.host ? (
|
|
@@ -685,14 +681,14 @@ function U(t) {
|
|
|
685
681
|
e
|
|
686
682
|
) : t.ownerDocument;
|
|
687
683
|
}
|
|
688
|
-
function
|
|
684
|
+
function z(t, e) {
|
|
689
685
|
return H(
|
|
690
686
|
/** @type {Document} */
|
|
691
687
|
t.head || t,
|
|
692
688
|
e
|
|
693
689
|
), e.sheet;
|
|
694
690
|
}
|
|
695
|
-
function
|
|
691
|
+
function B(t, e, n) {
|
|
696
692
|
t.insertBefore(e, n || null);
|
|
697
693
|
}
|
|
698
694
|
function E(t) {
|
|
@@ -701,13 +697,13 @@ function E(t) {
|
|
|
701
697
|
function v(t) {
|
|
702
698
|
return document.createElement(t);
|
|
703
699
|
}
|
|
704
|
-
function
|
|
700
|
+
function D(t, e, n) {
|
|
705
701
|
n == null ? t.removeAttribute(e) : t.getAttribute(e) !== n && t.setAttribute(e, n);
|
|
706
702
|
}
|
|
707
|
-
function
|
|
703
|
+
function F(t) {
|
|
708
704
|
return Array.from(t.childNodes);
|
|
709
705
|
}
|
|
710
|
-
function
|
|
706
|
+
function G(t) {
|
|
711
707
|
const e = {};
|
|
712
708
|
return t.childNodes.forEach(
|
|
713
709
|
/** @param {Element} node */
|
|
@@ -716,116 +712,125 @@ function V(t) {
|
|
|
716
712
|
}
|
|
717
713
|
), e;
|
|
718
714
|
}
|
|
719
|
-
let
|
|
720
|
-
function
|
|
721
|
-
|
|
715
|
+
let p;
|
|
716
|
+
function _(t) {
|
|
717
|
+
p = t;
|
|
718
|
+
}
|
|
719
|
+
function J() {
|
|
720
|
+
if (!p)
|
|
721
|
+
throw new Error("Function called outside component initialization");
|
|
722
|
+
return p;
|
|
722
723
|
}
|
|
723
|
-
|
|
724
|
+
function V(t) {
|
|
725
|
+
J().$$.on_mount.push(t);
|
|
726
|
+
}
|
|
727
|
+
const $ = [], w = [];
|
|
724
728
|
let h = [];
|
|
725
|
-
const
|
|
726
|
-
let
|
|
727
|
-
function
|
|
728
|
-
|
|
729
|
+
const A = [], q = /* @__PURE__ */ Promise.resolve();
|
|
730
|
+
let x = !1;
|
|
731
|
+
function K() {
|
|
732
|
+
x || (x = !0, q.then(m));
|
|
729
733
|
}
|
|
730
734
|
function k(t) {
|
|
731
735
|
h.push(t);
|
|
732
736
|
}
|
|
733
737
|
const b = /* @__PURE__ */ new Set();
|
|
734
|
-
let
|
|
738
|
+
let f = 0;
|
|
735
739
|
function m() {
|
|
736
|
-
if (
|
|
740
|
+
if (f !== 0)
|
|
737
741
|
return;
|
|
738
|
-
const t =
|
|
742
|
+
const t = p;
|
|
739
743
|
do {
|
|
740
744
|
try {
|
|
741
|
-
for (;
|
|
742
|
-
const e = f
|
|
743
|
-
|
|
745
|
+
for (; f < $.length; ) {
|
|
746
|
+
const e = $[f];
|
|
747
|
+
f++, _(e), Q(e.$$);
|
|
744
748
|
}
|
|
745
749
|
} catch (e) {
|
|
746
|
-
throw
|
|
750
|
+
throw $.length = 0, f = 0, e;
|
|
747
751
|
}
|
|
748
|
-
for (
|
|
752
|
+
for (_(null), $.length = 0, f = 0; w.length; )
|
|
753
|
+
w.pop()();
|
|
749
754
|
for (let e = 0; e < h.length; e += 1) {
|
|
750
755
|
const n = h[e];
|
|
751
756
|
b.has(n) || (b.add(n), n());
|
|
752
757
|
}
|
|
753
758
|
h.length = 0;
|
|
754
|
-
} while (
|
|
755
|
-
for (;
|
|
756
|
-
|
|
757
|
-
|
|
759
|
+
} while ($.length);
|
|
760
|
+
for (; A.length; )
|
|
761
|
+
A.pop()();
|
|
762
|
+
x = !1, b.clear(), _(t);
|
|
758
763
|
}
|
|
759
|
-
function
|
|
764
|
+
function Q(t) {
|
|
760
765
|
if (t.fragment !== null) {
|
|
761
766
|
t.update(), y(t.before_update);
|
|
762
767
|
const e = t.dirty;
|
|
763
768
|
t.dirty = [-1], t.fragment && t.fragment.p(t.ctx, e), t.after_update.forEach(k);
|
|
764
769
|
}
|
|
765
770
|
}
|
|
766
|
-
function
|
|
771
|
+
function W(t) {
|
|
767
772
|
const e = [], n = [];
|
|
768
773
|
h.forEach((s) => t.indexOf(s) === -1 ? e.push(s) : n.push(s)), n.forEach((s) => s()), h = e;
|
|
769
774
|
}
|
|
770
|
-
const
|
|
771
|
-
function
|
|
772
|
-
t && t.i && (
|
|
775
|
+
const X = /* @__PURE__ */ new Set();
|
|
776
|
+
function Y(t, e) {
|
|
777
|
+
t && t.i && (X.delete(t), t.i(e));
|
|
773
778
|
}
|
|
774
|
-
function
|
|
779
|
+
function Z(t, e, n) {
|
|
775
780
|
const { fragment: s, after_update: i } = t.$$;
|
|
776
781
|
s && s.m(e, n), k(() => {
|
|
777
|
-
const
|
|
778
|
-
t.$$.on_destroy ? t.$$.on_destroy.push(...
|
|
782
|
+
const r = t.$$.on_mount.map(M).filter(N);
|
|
783
|
+
t.$$.on_destroy ? t.$$.on_destroy.push(...r) : y(r), t.$$.on_mount = [];
|
|
779
784
|
}), i.forEach(k);
|
|
780
785
|
}
|
|
781
|
-
function
|
|
786
|
+
function tt(t, e) {
|
|
782
787
|
const n = t.$$;
|
|
783
|
-
n.fragment !== null && (
|
|
788
|
+
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 = []);
|
|
784
789
|
}
|
|
785
|
-
function
|
|
786
|
-
t.$$.dirty[0] === -1 && (
|
|
790
|
+
function et(t, e) {
|
|
791
|
+
t.$$.dirty[0] === -1 && ($.push(t), K(), t.$$.dirty.fill(0)), t.$$.dirty[e / 31 | 0] |= 1 << e % 31;
|
|
787
792
|
}
|
|
788
|
-
function
|
|
789
|
-
const
|
|
790
|
-
|
|
791
|
-
const
|
|
793
|
+
function nt(t, e, n, s, i, r, o = null, l = [-1]) {
|
|
794
|
+
const c = p;
|
|
795
|
+
_(t);
|
|
796
|
+
const u = t.$$ = {
|
|
792
797
|
fragment: null,
|
|
793
798
|
ctx: [],
|
|
794
799
|
// state
|
|
795
|
-
props:
|
|
800
|
+
props: r,
|
|
796
801
|
update: a,
|
|
797
802
|
not_equal: i,
|
|
798
|
-
bound:
|
|
803
|
+
bound: O(),
|
|
799
804
|
// lifecycle
|
|
800
805
|
on_mount: [],
|
|
801
806
|
on_destroy: [],
|
|
802
807
|
on_disconnect: [],
|
|
803
808
|
before_update: [],
|
|
804
809
|
after_update: [],
|
|
805
|
-
context: new Map(e.context || (
|
|
810
|
+
context: new Map(e.context || (c ? c.$$.context : [])),
|
|
806
811
|
// everything else
|
|
807
|
-
callbacks:
|
|
808
|
-
dirty:
|
|
812
|
+
callbacks: O(),
|
|
813
|
+
dirty: l,
|
|
809
814
|
skip_bound: !1,
|
|
810
|
-
root: e.target ||
|
|
815
|
+
root: e.target || c.$$.root
|
|
811
816
|
};
|
|
812
|
-
|
|
813
|
-
let
|
|
814
|
-
if (
|
|
815
|
-
const
|
|
816
|
-
return
|
|
817
|
-
}) : [],
|
|
817
|
+
o && o(u.root);
|
|
818
|
+
let L = !1;
|
|
819
|
+
if (u.ctx = n ? n(t, e.props || {}, (d, C, ...S) => {
|
|
820
|
+
const j = S.length ? S[0] : C;
|
|
821
|
+
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;
|
|
822
|
+
}) : [], u.update(), L = !0, y(u.before_update), u.fragment = s ? s(u.ctx) : !1, e.target) {
|
|
818
823
|
if (e.hydrate) {
|
|
819
|
-
const d =
|
|
820
|
-
|
|
824
|
+
const d = F(e.target);
|
|
825
|
+
u.fragment && u.fragment.l(d), d.forEach(E);
|
|
821
826
|
} else
|
|
822
|
-
|
|
823
|
-
e.intro &&
|
|
827
|
+
u.fragment && u.fragment.c();
|
|
828
|
+
e.intro && Y(t.$$.fragment), Z(t, e.target, e.anchor), m();
|
|
824
829
|
}
|
|
825
|
-
|
|
830
|
+
_(c);
|
|
826
831
|
}
|
|
827
|
-
let
|
|
828
|
-
typeof HTMLElement == "function" && (
|
|
832
|
+
let P;
|
|
833
|
+
typeof HTMLElement == "function" && (P = class extends HTMLElement {
|
|
829
834
|
/** The Svelte component constructor */
|
|
830
835
|
$$ctor;
|
|
831
836
|
/** Slots */
|
|
@@ -864,32 +869,32 @@ typeof HTMLElement == "function" && (T = class extends HTMLElement {
|
|
|
864
869
|
if (this.$$cn = !0, !this.$$c) {
|
|
865
870
|
let t = function(i) {
|
|
866
871
|
return () => {
|
|
867
|
-
let
|
|
872
|
+
let r;
|
|
868
873
|
return {
|
|
869
874
|
c: function() {
|
|
870
|
-
|
|
875
|
+
r = v("slot"), i !== "default" && D(r, "name", i);
|
|
871
876
|
},
|
|
872
877
|
/**
|
|
873
878
|
* @param {HTMLElement} target
|
|
874
879
|
* @param {HTMLElement} [anchor]
|
|
875
880
|
*/
|
|
876
|
-
m: function(
|
|
877
|
-
|
|
881
|
+
m: function(c, u) {
|
|
882
|
+
B(c, r, u);
|
|
878
883
|
},
|
|
879
|
-
d: function(
|
|
880
|
-
|
|
884
|
+
d: function(c) {
|
|
885
|
+
c && E(r);
|
|
881
886
|
}
|
|
882
887
|
};
|
|
883
888
|
};
|
|
884
889
|
};
|
|
885
890
|
if (await Promise.resolve(), !this.$$cn || this.$$c)
|
|
886
891
|
return;
|
|
887
|
-
const e = {}, n =
|
|
892
|
+
const e = {}, n = G(this);
|
|
888
893
|
for (const i of this.$$s)
|
|
889
894
|
i in n && (e[i] = [t(i)]);
|
|
890
895
|
for (const i of this.attributes) {
|
|
891
|
-
const
|
|
892
|
-
|
|
896
|
+
const r = this.$$g_p(i.name);
|
|
897
|
+
r in this.$$d || (this.$$d[r] = g(r, i.value, this.$$p_d, "toProp"));
|
|
893
898
|
}
|
|
894
899
|
for (const i in this.$$p_d)
|
|
895
900
|
!(i in this.$$d) && this[i] !== void 0 && (this.$$d[i] = this[i], delete this[i]);
|
|
@@ -907,21 +912,21 @@ typeof HTMLElement == "function" && (T = class extends HTMLElement {
|
|
|
907
912
|
this.$$r = !0;
|
|
908
913
|
for (const i in this.$$p_d)
|
|
909
914
|
if (this.$$d[i] = this.$$c.$$.ctx[this.$$c.$$.props[i]], this.$$p_d[i].reflect) {
|
|
910
|
-
const
|
|
915
|
+
const r = g(
|
|
911
916
|
i,
|
|
912
917
|
this.$$d[i],
|
|
913
918
|
this.$$p_d,
|
|
914
919
|
"toAttribute"
|
|
915
920
|
);
|
|
916
|
-
|
|
921
|
+
r == null ? this.removeAttribute(this.$$p_d[i].attribute || i) : this.setAttribute(this.$$p_d[i].attribute || i, r);
|
|
917
922
|
}
|
|
918
923
|
this.$$r = !1;
|
|
919
924
|
};
|
|
920
925
|
this.$$c.$$.after_update.push(s), s();
|
|
921
926
|
for (const i in this.$$l)
|
|
922
|
-
for (const
|
|
923
|
-
const
|
|
924
|
-
this.$$l_u.set(
|
|
927
|
+
for (const r of this.$$l[i]) {
|
|
928
|
+
const o = this.$$c.$on(i, r);
|
|
929
|
+
this.$$l_u.set(r, o);
|
|
925
930
|
}
|
|
926
931
|
this.$$l = {};
|
|
927
932
|
}
|
|
@@ -971,36 +976,36 @@ function g(t, e, n, s) {
|
|
|
971
976
|
return e;
|
|
972
977
|
}
|
|
973
978
|
}
|
|
974
|
-
function
|
|
975
|
-
let
|
|
979
|
+
function it(t, e, n, s, i, r) {
|
|
980
|
+
let o = class extends P {
|
|
976
981
|
constructor() {
|
|
977
982
|
super(t, n, i), this.$$p_d = e;
|
|
978
983
|
}
|
|
979
984
|
static get observedAttributes() {
|
|
980
985
|
return Object.keys(e).map(
|
|
981
|
-
(
|
|
986
|
+
(l) => (e[l].attribute || l).toLowerCase()
|
|
982
987
|
);
|
|
983
988
|
}
|
|
984
989
|
};
|
|
985
|
-
return Object.keys(e).forEach((
|
|
986
|
-
Object.defineProperty(
|
|
990
|
+
return Object.keys(e).forEach((l) => {
|
|
991
|
+
Object.defineProperty(o.prototype, l, {
|
|
987
992
|
get() {
|
|
988
|
-
return this.$$c &&
|
|
993
|
+
return this.$$c && l in this.$$c ? this.$$c[l] : this.$$d[l];
|
|
989
994
|
},
|
|
990
|
-
set(
|
|
991
|
-
|
|
995
|
+
set(c) {
|
|
996
|
+
c = g(l, c, e), this.$$d[l] = c, this.$$c?.$set({ [l]: c });
|
|
992
997
|
}
|
|
993
998
|
});
|
|
994
|
-
}), s.forEach((
|
|
995
|
-
Object.defineProperty(
|
|
999
|
+
}), s.forEach((l) => {
|
|
1000
|
+
Object.defineProperty(o.prototype, l, {
|
|
996
1001
|
get() {
|
|
997
|
-
return this.$$c?.[
|
|
1002
|
+
return this.$$c?.[l];
|
|
998
1003
|
}
|
|
999
1004
|
});
|
|
1000
1005
|
}), t.element = /** @type {any} */
|
|
1001
|
-
|
|
1006
|
+
o, o;
|
|
1002
1007
|
}
|
|
1003
|
-
class
|
|
1008
|
+
class st {
|
|
1004
1009
|
/**
|
|
1005
1010
|
* ### PRIVATE API
|
|
1006
1011
|
*
|
|
@@ -1019,7 +1024,7 @@ class nt {
|
|
|
1019
1024
|
$$set = void 0;
|
|
1020
1025
|
/** @returns {void} */
|
|
1021
1026
|
$destroy() {
|
|
1022
|
-
|
|
1027
|
+
tt(this, 1), this.$destroy = a;
|
|
1023
1028
|
}
|
|
1024
1029
|
/**
|
|
1025
1030
|
* @template {Extract<keyof Events, string>} K
|
|
@@ -1028,7 +1033,7 @@ class nt {
|
|
|
1028
1033
|
* @returns {() => void}
|
|
1029
1034
|
*/
|
|
1030
1035
|
$on(e, n) {
|
|
1031
|
-
if (!
|
|
1036
|
+
if (!N(n))
|
|
1032
1037
|
return a;
|
|
1033
1038
|
const s = this.$$.callbacks[e] || (this.$$.callbacks[e] = []);
|
|
1034
1039
|
return s.push(n), () => {
|
|
@@ -1041,67 +1046,93 @@ class nt {
|
|
|
1041
1046
|
* @returns {void}
|
|
1042
1047
|
*/
|
|
1043
1048
|
$set(e) {
|
|
1044
|
-
this.$$set && !
|
|
1049
|
+
this.$$set && !T(e) && (this.$$.skip_bound = !0, this.$$set(e), this.$$.skip_bound = !1);
|
|
1045
1050
|
}
|
|
1046
1051
|
}
|
|
1047
|
-
const
|
|
1048
|
-
typeof window < "u" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(
|
|
1049
|
-
function
|
|
1050
|
-
|
|
1052
|
+
const rt = "4";
|
|
1053
|
+
typeof window < "u" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(rt);
|
|
1054
|
+
function ct(t, e) {
|
|
1055
|
+
if (t) {
|
|
1056
|
+
const n = document.createElement("style");
|
|
1057
|
+
n.innerHTML = e, t.appendChild(n);
|
|
1058
|
+
}
|
|
1059
|
+
}
|
|
1060
|
+
function ot(t, e) {
|
|
1061
|
+
const n = new URL(e);
|
|
1062
|
+
fetch(n.href).then((s) => s.text()).then((s) => {
|
|
1063
|
+
const i = document.createElement("style");
|
|
1064
|
+
i.innerHTML = s, t && t.appendChild(i);
|
|
1065
|
+
}).catch((s) => {
|
|
1066
|
+
console.error("There was an error while trying to load client styling from URL", s);
|
|
1067
|
+
});
|
|
1051
1068
|
}
|
|
1052
|
-
function
|
|
1069
|
+
function lt(t, e, n) {
|
|
1070
|
+
if (window.emMessageBus) {
|
|
1071
|
+
const s = document.createElement("style");
|
|
1072
|
+
window.emMessageBus.subscribe(e, (i) => {
|
|
1073
|
+
s.innerHTML = i, t && t.appendChild(s);
|
|
1074
|
+
});
|
|
1075
|
+
}
|
|
1076
|
+
}
|
|
1077
|
+
function ut(t) {
|
|
1078
|
+
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)}}");
|
|
1079
|
+
}
|
|
1080
|
+
function dt(t) {
|
|
1053
1081
|
let e;
|
|
1054
1082
|
return {
|
|
1055
1083
|
c() {
|
|
1056
|
-
e = v("div"), e.innerHTML = '<section class="LoaderContainer"
|
|
1084
|
+
e = v("div"), e.innerHTML = '<section class="LoaderContainer"><div class="lds-ellipsis"><div></div><div></div><div></div><div></div></div></section>';
|
|
1057
1085
|
},
|
|
1058
1086
|
m(n, s) {
|
|
1059
|
-
|
|
1087
|
+
B(n, e, s), t[4](e);
|
|
1060
1088
|
},
|
|
1061
1089
|
p: a,
|
|
1062
1090
|
i: a,
|
|
1063
1091
|
o: a,
|
|
1064
1092
|
d(n) {
|
|
1065
|
-
n && E(e), t[
|
|
1093
|
+
n && E(e), t[4](null);
|
|
1066
1094
|
}
|
|
1067
1095
|
};
|
|
1068
1096
|
}
|
|
1069
|
-
function
|
|
1070
|
-
let { clientstyling: s = "" } = e, { clientstylingurl: i = "" } = e,
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
fetch(r.href).then((d) => d.text()).then((d) => {
|
|
1077
|
-
_.innerHTML = d, setTimeout(
|
|
1078
|
-
() => {
|
|
1079
|
-
l.appendChild(_);
|
|
1080
|
-
},
|
|
1081
|
-
1
|
|
1082
|
-
), setTimeout(
|
|
1083
|
-
() => {
|
|
1084
|
-
},
|
|
1085
|
-
500
|
|
1086
|
-
);
|
|
1087
|
-
});
|
|
1088
|
-
};
|
|
1089
|
-
function o(r) {
|
|
1090
|
-
x[r ? "unshift" : "push"](() => {
|
|
1091
|
-
l = r, n(0, l);
|
|
1097
|
+
function ft(t, e, n) {
|
|
1098
|
+
let { clientstyling: s = "" } = e, { clientstylingurl: i = "" } = e, { mbsource: r } = e, o;
|
|
1099
|
+
V(() => () => {
|
|
1100
|
+
});
|
|
1101
|
+
function l(c) {
|
|
1102
|
+
w[c ? "unshift" : "push"](() => {
|
|
1103
|
+
o = c, n(0, o);
|
|
1092
1104
|
});
|
|
1093
1105
|
}
|
|
1094
|
-
return t.$$set = (
|
|
1095
|
-
"clientstyling" in
|
|
1106
|
+
return t.$$set = (c) => {
|
|
1107
|
+
"clientstyling" in c && n(1, s = c.clientstyling), "clientstylingurl" in c && n(2, i = c.clientstylingurl), "mbsource" in c && n(3, r = c.mbsource);
|
|
1096
1108
|
}, t.$$.update = () => {
|
|
1097
1109
|
t.$$.dirty & /*clientstyling, customStylingContainer*/
|
|
1098
|
-
3 && s &&
|
|
1099
|
-
5 && i &&
|
|
1100
|
-
|
|
1110
|
+
3 && s && o && ct(o, s), t.$$.dirty & /*clientstylingurl, customStylingContainer*/
|
|
1111
|
+
5 && i && o && ot(o, i), t.$$.dirty & /*mbsource, customStylingContainer*/
|
|
1112
|
+
9 && r && o && lt(o, `${r}.Style`);
|
|
1113
|
+
}, [
|
|
1114
|
+
o,
|
|
1115
|
+
s,
|
|
1116
|
+
i,
|
|
1117
|
+
r,
|
|
1118
|
+
l
|
|
1119
|
+
];
|
|
1101
1120
|
}
|
|
1102
|
-
class
|
|
1121
|
+
class $t extends st {
|
|
1103
1122
|
constructor(e) {
|
|
1104
|
-
super(),
|
|
1123
|
+
super(), nt(
|
|
1124
|
+
this,
|
|
1125
|
+
e,
|
|
1126
|
+
ft,
|
|
1127
|
+
dt,
|
|
1128
|
+
R,
|
|
1129
|
+
{
|
|
1130
|
+
clientstyling: 1,
|
|
1131
|
+
clientstylingurl: 2,
|
|
1132
|
+
mbsource: 3
|
|
1133
|
+
},
|
|
1134
|
+
ut
|
|
1135
|
+
);
|
|
1105
1136
|
}
|
|
1106
1137
|
get clientstyling() {
|
|
1107
1138
|
return this.$$.ctx[1];
|
|
@@ -1115,8 +1146,14 @@ class ct extends nt {
|
|
|
1115
1146
|
set clientstylingurl(e) {
|
|
1116
1147
|
this.$$set({ clientstylingurl: e }), m();
|
|
1117
1148
|
}
|
|
1149
|
+
get mbsource() {
|
|
1150
|
+
return this.$$.ctx[3];
|
|
1151
|
+
}
|
|
1152
|
+
set mbsource(e) {
|
|
1153
|
+
this.$$set({ mbsource: e }), m();
|
|
1154
|
+
}
|
|
1118
1155
|
}
|
|
1119
|
-
|
|
1156
|
+
it($t, { clientstyling: {}, clientstylingurl: {}, mbsource: {} }, [], [], !0);
|
|
1120
1157
|
|
|
1121
1158
|
function i(n) {
|
|
1122
1159
|
return function(...t) {
|
|
@@ -1130,7 +1167,7 @@ function i(n) {
|
|
|
1130
1167
|
};
|
|
1131
1168
|
}
|
|
1132
1169
|
customElements.define = i(customElements.define);
|
|
1133
|
-
!customElements.get("general-animation-loading") && customElements.define("general-animation-loading",
|
|
1170
|
+
!customElements.get("general-animation-loading") && customElements.define("general-animation-loading", $t.element);
|
|
1134
1171
|
|
|
1135
1172
|
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}";
|
|
1136
1173
|
const CasinoEngagementSuiteTournamentStyle0 = casinoEngagementSuiteTournamentCss;
|
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
const index = require('./index-
|
|
5
|
+
const index = require('./index-9b5a5304.js');
|
|
6
6
|
const appGlobals = require('./app-globals-3a1e7e63.js');
|
|
7
7
|
|
|
8
8
|
/*
|
|
9
|
-
Stencil Client Patch Browser v4.
|
|
9
|
+
Stencil Client Patch Browser v4.19.2 | MIT Licensed | https://stenciljs.com
|
|
10
10
|
*/
|
|
11
11
|
var patchBrowser = () => {
|
|
12
12
|
const importMeta = (typeof document === 'undefined' ? new (require('u' + 'rl').URL)('file:' + __filename).href : (document.currentScript && document.currentScript.src || new URL('casino-engagement-suite-tournament.cjs.js', document.baseURI).href));
|