@everymatrix/casino-footer-v2 1.56.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/components/{CasinoFooterSection-5iBolEQo.js → CasinoFooterSection-B_dJLSU0.js} +43 -34
- package/components/{CasinoFooterSection-ErS-sbSf.js → CasinoFooterSection-BdzWeFPC.js} +42 -33
- package/components/CasinoFooterSection-DTSS2-io.cjs +1 -0
- package/components/{CasinoFooterThumbnail-COxttN3E.js → CasinoFooterThumbnail-B7a_vm35.js} +614 -552
- package/components/{CasinoFooterThumbnail-D7Lzmfn-.js → CasinoFooterThumbnail-BTPx5riN.js} +614 -552
- package/components/CasinoFooterThumbnail-C4Ll0XzR.cjs +18 -0
- package/components/CasinoFooterV2-CkHIz8pq.cjs +10 -0
- package/components/{CasinoFooterV2-BCXbXHmJ.js → CasinoFooterV2-DzC_SCjr.js} +1137 -1191
- package/components/{CasinoFooterV2-DAGY7Far.js → CasinoFooterV2-Uv3NNDXH.js} +1164 -1218
- package/components/{PlayerPanicButton-CXUPxrF7.cjs → PlayerPanicButton-BIitqQr8.cjs} +1 -1
- package/components/{PlayerPanicButton-CbP_5fyJ.js → PlayerPanicButton-Bj1fC8jS.js} +26 -26
- package/components/{PlayerPanicButton-Csr19ZqB.js → PlayerPanicButton-DAXKJaly.js} +16 -16
- package/es2015/casino-footer-v2.cjs +1 -1
- package/es2015/casino-footer-v2.js +1 -1
- package/esnext/casino-footer-v2.js +1 -1
- package/package.json +1 -1
- package/components/CasinoFooterSection-DXAJwrvZ.cjs +0 -1
- package/components/CasinoFooterThumbnail-CZJpuCX_.cjs +0 -5
- package/components/CasinoFooterV2-D7N6EzWF.cjs +0 -10
@@ -10,7 +10,7 @@ var R = (t, e, n) => e in t ? we(t, e, { enumerable: !0, configurable: !0, writa
|
|
10
10
|
Se.call(e, n) && R(t, n, e[n]);
|
11
11
|
return t;
|
12
12
|
}, Z = (t, e) => Le(t, Ee(e));
|
13
|
-
var k = (t, e, n) => R(t, typeof e != "symbol" ? e + "" : e, n);
|
13
|
+
var k = (t, e, n) => (R(t, typeof e != "symbol" ? e + "" : e, n), n);
|
14
14
|
var x = (t, e, n) => new Promise((l, i) => {
|
15
15
|
var r = (a) => {
|
16
16
|
try {
|
@@ -81,7 +81,8 @@ function Oe(t, e, n) {
|
|
81
81
|
}
|
82
82
|
}
|
83
83
|
function Ue(t) {
|
84
|
-
if (!t)
|
84
|
+
if (!t)
|
85
|
+
return document;
|
85
86
|
const e = t.getRootNode ? t.getRootNode() : t.ownerDocument;
|
86
87
|
return e && /** @type {ShadowRoot} */
|
87
88
|
e.host ? (
|
@@ -172,7 +173,8 @@ function F(t) {
|
|
172
173
|
M = t;
|
173
174
|
}
|
174
175
|
function Ae() {
|
175
|
-
if (!M)
|
176
|
+
if (!M)
|
177
|
+
throw new Error("Function called outside component initialization");
|
176
178
|
return M;
|
177
179
|
}
|
178
180
|
function Pe(t) {
|
@@ -203,7 +205,8 @@ function d() {
|
|
203
205
|
} catch (e) {
|
204
206
|
throw C.length = 0, E = 0, e;
|
205
207
|
}
|
206
|
-
for (F(null), C.length = 0, E = 0; P.length; )
|
208
|
+
for (F(null), C.length = 0, E = 0; P.length; )
|
209
|
+
P.pop()();
|
207
210
|
for (let e = 0; e < S.length; e += 1) {
|
208
211
|
const n = S[e];
|
209
212
|
A.has(n) || (A.add(n), n());
|
@@ -550,7 +553,7 @@ if (typeof window != "undefined") {
|
|
550
553
|
}
|
551
554
|
};
|
552
555
|
};
|
553
|
-
customElements.define = t(customElements.define), import("./CasinoFooterThumbnail-
|
556
|
+
customElements.define = t(customElements.define), import("./CasinoFooterThumbnail-BTPx5riN.js").then((e) => e.C).then(({ default: e }) => {
|
554
557
|
!customElements.get("casino-footer-thumbnail") && customElements.define("casino-footer-thumbnail", e.element);
|
555
558
|
});
|
556
559
|
}
|
@@ -1473,32 +1476,38 @@ function ct(t) {
|
|
1473
1476
|
/*sponsorflag*/
|
1474
1477
|
r[0] && /*footersponsors*/
|
1475
1478
|
r[12].length
|
1476
|
-
)
|
1479
|
+
)
|
1480
|
+
return rt;
|
1477
1481
|
if (
|
1478
1482
|
/*paymentflag*/
|
1479
1483
|
r[1] && /*footerpayment*/
|
1480
1484
|
r[13].length
|
1481
|
-
)
|
1485
|
+
)
|
1486
|
+
return st;
|
1482
1487
|
if (
|
1483
1488
|
/*vendorflag*/
|
1484
1489
|
r[2] && /*footervendors*/
|
1485
1490
|
r[14].length
|
1486
|
-
)
|
1491
|
+
)
|
1492
|
+
return ot;
|
1487
1493
|
if (
|
1488
1494
|
/*helperflag*/
|
1489
1495
|
r[3] && /*footerhelperlinks*/
|
1490
1496
|
r[15].length
|
1491
|
-
)
|
1497
|
+
)
|
1498
|
+
return it;
|
1492
1499
|
if (
|
1493
1500
|
/*licenseflag*/
|
1494
1501
|
r[4] && /*footerlicenses*/
|
1495
1502
|
r[16].length
|
1496
|
-
)
|
1503
|
+
)
|
1504
|
+
return lt;
|
1497
1505
|
if (
|
1498
1506
|
/*socialflag*/
|
1499
1507
|
r[5] && /*footersociallinks*/
|
1500
1508
|
r[17].length
|
1501
|
-
)
|
1509
|
+
)
|
1510
|
+
return nt;
|
1502
1511
|
}
|
1503
1512
|
let l = n(t), i = l && l(t);
|
1504
1513
|
return {
|
@@ -1683,43 +1692,43 @@ const Ct = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1683
1692
|
default: ke
|
1684
1693
|
}, Symbol.toStringTag, { value: "Module" }));
|
1685
1694
|
export {
|
1686
|
-
|
1695
|
+
bt as A,
|
1687
1696
|
Lt as B,
|
1688
1697
|
p as C,
|
1689
1698
|
L as D,
|
1690
1699
|
u as E,
|
1691
|
-
|
1700
|
+
dt as F,
|
1692
1701
|
pt as G,
|
1693
1702
|
D as H,
|
1694
|
-
|
1703
|
+
wt as I,
|
1695
1704
|
vt as J,
|
1696
1705
|
Et as K,
|
1697
1706
|
Ct as L,
|
1698
1707
|
Xe as S,
|
1699
|
-
|
1708
|
+
Ie as a,
|
1700
1709
|
Qe as b,
|
1701
|
-
|
1702
|
-
|
1703
|
-
|
1710
|
+
We as c,
|
1711
|
+
Oe as d,
|
1712
|
+
b as e,
|
1704
1713
|
d as f,
|
1705
|
-
|
1706
|
-
|
1714
|
+
g,
|
1715
|
+
m as h,
|
1707
1716
|
V as i,
|
1708
|
-
|
1709
|
-
|
1710
|
-
|
1711
|
-
|
1717
|
+
_ as j,
|
1718
|
+
xe as k,
|
1719
|
+
et as l,
|
1720
|
+
P as m,
|
1712
1721
|
w as n,
|
1713
1722
|
Pe as o,
|
1714
|
-
|
1715
|
-
|
1723
|
+
Ze as p,
|
1724
|
+
pe as q,
|
1716
1725
|
N as r,
|
1717
|
-
|
1718
|
-
|
1719
|
-
|
1720
|
-
|
1721
|
-
|
1722
|
-
|
1723
|
-
|
1724
|
-
|
1726
|
+
Fe as s,
|
1727
|
+
gt as t,
|
1728
|
+
Me as u,
|
1729
|
+
kt as v,
|
1730
|
+
$t as w,
|
1731
|
+
be as x,
|
1732
|
+
yt as y,
|
1733
|
+
mt as z
|
1725
1734
|
};
|
@@ -52,7 +52,8 @@ function ye(t, e, i) {
|
|
52
52
|
}
|
53
53
|
}
|
54
54
|
function ve(t) {
|
55
|
-
if (!t)
|
55
|
+
if (!t)
|
56
|
+
return document;
|
56
57
|
const e = t.getRootNode ? t.getRootNode() : t.ownerDocument;
|
57
58
|
return e && /** @type {ShadowRoot} */
|
58
59
|
e.host ? (
|
@@ -143,7 +144,8 @@ function T(t) {
|
|
143
144
|
F = t;
|
144
145
|
}
|
145
146
|
function Ce() {
|
146
|
-
if (!F)
|
147
|
+
if (!F)
|
148
|
+
throw new Error("Function called outside component initialization");
|
147
149
|
return F;
|
148
150
|
}
|
149
151
|
function Se(t) {
|
@@ -174,7 +176,8 @@ function m() {
|
|
174
176
|
} catch (e) {
|
175
177
|
throw E.length = 0, L = 0, e;
|
176
178
|
}
|
177
|
-
for (T(null), E.length = 0, L = 0; R.length; )
|
179
|
+
for (T(null), E.length = 0, L = 0; R.length; )
|
180
|
+
R.pop()();
|
178
181
|
for (let e = 0; e < C.length; e += 1) {
|
179
182
|
const i = C[e];
|
180
183
|
N.has(i) || (N.add(i), i());
|
@@ -513,7 +516,7 @@ if (typeof window < "u") {
|
|
513
516
|
}
|
514
517
|
};
|
515
518
|
};
|
516
|
-
customElements.define = t(customElements.define), import("./CasinoFooterThumbnail-
|
519
|
+
customElements.define = t(customElements.define), import("./CasinoFooterThumbnail-B7a_vm35.js").then((e) => e.C).then(({ default: e }) => {
|
517
520
|
!customElements.get("casino-footer-thumbnail") && customElements.define("casino-footer-thumbnail", e.element);
|
518
521
|
});
|
519
522
|
}
|
@@ -1422,32 +1425,38 @@ function xe(t) {
|
|
1422
1425
|
/*sponsorflag*/
|
1423
1426
|
r[0] && /*footersponsors*/
|
1424
1427
|
r[12].length
|
1425
|
-
)
|
1428
|
+
)
|
1429
|
+
return Xe;
|
1426
1430
|
if (
|
1427
1431
|
/*paymentflag*/
|
1428
1432
|
r[1] && /*footerpayment*/
|
1429
1433
|
r[13].length
|
1430
|
-
)
|
1434
|
+
)
|
1435
|
+
return We;
|
1431
1436
|
if (
|
1432
1437
|
/*vendorflag*/
|
1433
1438
|
r[2] && /*footervendors*/
|
1434
1439
|
r[14].length
|
1435
|
-
)
|
1440
|
+
)
|
1441
|
+
return Qe;
|
1436
1442
|
if (
|
1437
1443
|
/*helperflag*/
|
1438
1444
|
r[3] && /*footerhelperlinks*/
|
1439
1445
|
r[15].length
|
1440
|
-
)
|
1446
|
+
)
|
1447
|
+
return Ke;
|
1441
1448
|
if (
|
1442
1449
|
/*licenseflag*/
|
1443
1450
|
r[4] && /*footerlicenses*/
|
1444
1451
|
r[16].length
|
1445
|
-
)
|
1452
|
+
)
|
1453
|
+
return Ge;
|
1446
1454
|
if (
|
1447
1455
|
/*socialflag*/
|
1448
1456
|
r[5] && /*footersociallinks*/
|
1449
1457
|
r[17].length
|
1450
|
-
)
|
1458
|
+
)
|
1459
|
+
return Je;
|
1451
1460
|
}
|
1452
1461
|
let l = i(t), n = l && l(t);
|
1453
1462
|
return {
|
@@ -1632,43 +1641,43 @@ const gt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1632
1641
|
default: ge
|
1633
1642
|
}, Symbol.toStringTag, { value: "Module" }));
|
1634
1643
|
export {
|
1635
|
-
|
1644
|
+
ot as A,
|
1636
1645
|
ht as B,
|
1637
1646
|
b as C,
|
1638
1647
|
w as D,
|
1639
1648
|
a as E,
|
1640
|
-
|
1649
|
+
it as F,
|
1641
1650
|
st as G,
|
1642
1651
|
P as H,
|
1643
|
-
|
1652
|
+
ft as I,
|
1644
1653
|
ct as J,
|
1645
1654
|
_t as K,
|
1646
1655
|
gt as L,
|
1647
1656
|
Be as S,
|
1648
|
-
|
1657
|
+
be as a,
|
1649
1658
|
Ae as b,
|
1650
|
-
|
1651
|
-
|
1652
|
-
|
1659
|
+
Pe as c,
|
1660
|
+
ye as d,
|
1661
|
+
d as e,
|
1653
1662
|
m as f,
|
1654
|
-
|
1655
|
-
|
1663
|
+
_ as g,
|
1664
|
+
g as h,
|
1656
1665
|
B as i,
|
1657
|
-
|
1658
|
-
|
1659
|
-
|
1660
|
-
|
1666
|
+
h as j,
|
1667
|
+
He as k,
|
1668
|
+
ze as l,
|
1669
|
+
R as m,
|
1661
1670
|
v as n,
|
1662
1671
|
Se as o,
|
1663
|
-
|
1664
|
-
|
1672
|
+
Ve as p,
|
1673
|
+
he as q,
|
1665
1674
|
j as r,
|
1666
|
-
|
1667
|
-
|
1668
|
-
|
1669
|
-
|
1670
|
-
|
1671
|
-
|
1672
|
-
|
1673
|
-
|
1675
|
+
$e as s,
|
1676
|
+
nt as t,
|
1677
|
+
ke as u,
|
1678
|
+
at as v,
|
1679
|
+
rt as w,
|
1680
|
+
fe as x,
|
1681
|
+
ut as y,
|
1682
|
+
lt as z
|
1674
1683
|
};
|
@@ -0,0 +1 @@
|
|
1
|
+
"use strict";var je=Object.defineProperty,Ne=Object.defineProperties;var Re=Object.getOwnPropertyDescriptors;var Z=Object.getOwnPropertySymbols;var Ae=Object.prototype.hasOwnProperty,Pe=Object.prototype.propertyIsEnumerable;var V=(t,e,n)=>e in t?je(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n,x=(t,e)=>{for(var n in e||(e={}))Ae.call(e,n)&&V(t,n,e[n]);if(Z)for(var n of Z(e))Pe.call(e,n)&&V(t,n,e[n]);return t},ee=(t,e)=>Ne(t,Re(e));var k=(t,e,n)=>(V(t,typeof e!="symbol"?e+"":e,n),n);var te=(t,e,n)=>new Promise((l,i)=>{var r=a=>{try{s(n.next(a))}catch(u){i(u)}},o=a=>{try{s(n.throw(a))}catch(u){i(u)}},s=a=>a.done?l(a.value):Promise.resolve(a.value).then(r,o);s((n=n.apply(t,e)).next())});function v(){}function pe(t){return t()}function ne(){return Object.create(null)}function U(t){t.forEach(pe)}function P(t){return typeof t=="function"}function $e(t,e){return t!=t?e==e:t!==e||t&&typeof t=="object"||typeof t=="function"}let j;function Ve(t,e){return t===e?!0:(j||(j=document.createElement("a")),j.href=e,t===j.href)}function Be(t){return Object.keys(t).length===0}function ke(t,...e){if(t==null){for(const l of e)l(void 0);return v}const n=t.subscribe(...e);return n.unsubscribe?()=>n.unsubscribe():n}function De(t,e,n){t.$$.on_destroy.push(ke(e,n))}function qe(t){return t&&P(t.destroy)?t.destroy:v}const He=typeof window!="undefined"?window:typeof globalThis!="undefined"?globalThis:global;function ye(t,e){t.appendChild(e)}function ve(t,e,n){const l=ze(t);if(!l.getElementById(e)){const i=b("style");i.id=e,i.textContent=n,Je(l,i)}}function ze(t){if(!t)return document;const e=t.getRootNode?t.getRootNode():t.ownerDocument;return e&&e.host?e:t.ownerDocument}function Je(t,e){return ye(t.head||t,e),e.sheet}function m(t,e,n){t.insertBefore(e,n||null)}function _(t){t.parentNode&&t.parentNode.removeChild(t)}function w(t,e){for(let n=0;n<t.length;n+=1)t[n]&&t[n].d(e)}function b(t){return document.createElement(t)}function Ge(t){return document.createElementNS("http://www.w3.org/2000/svg",t)}function q(t){return document.createTextNode(t)}function Ke(){return q(" ")}function H(){return q("")}function Qe(t,e,n,l){return t.addEventListener(e,n,l),()=>t.removeEventListener(e,n,l)}function g(t,e,n){n==null?t.removeAttribute(e):t.getAttribute(e)!==n&&t.setAttribute(e,n)}function c(t,e,n){const l=e.toLowerCase();l in t?t[l]=typeof t[l]=="boolean"&&n===""?!0:n:e in t?t[e]=typeof t[e]=="boolean"&&n===""?!0:n:g(t,e,n)}function We(t){return Array.from(t.childNodes)}function Xe(t,e){e=""+e,t.data!==e&&(t.data=e)}function Ye(t,e){t.value=e==null?"":e}function Ze(t,e,n){for(let l=0;l<t.options.length;l+=1){const i=t.options[l];if(i.__value===e){i.selected=!0;return}}(!n||e!==void 0)&&(t.selectedIndex=-1)}function xe(t){const e=t.querySelector(":checked");return e&&e.__value}function et(t,e,n){t.classList.toggle(e,!!n)}function tt(t){const e={};return t.childNodes.forEach(n=>{e[n.slot||"default"]=!0}),e}let M;function F(t){M=t}function nt(){if(!M)throw new Error("Function called outside component initialization");return M}function we(t){nt().$$.on_mount.push(t)}const S=[],R=[];let C=[];const le=[],lt=Promise.resolve();let D=!1;function it(){D||(D=!0,lt.then(d))}function A(t){C.push(t)}const B=new Set;let E=0;function d(){if(E!==0)return;const t=M;do{try{for(;E<S.length;){const e=S[E];E++,F(e),ot(e.$$)}}catch(e){throw S.length=0,E=0,e}for(F(null),S.length=0,E=0;R.length;)R.pop()();for(let e=0;e<C.length;e+=1){const n=C[e];B.has(n)||(B.add(n),n())}C.length=0}while(S.length);for(;le.length;)le.pop()();D=!1,B.clear(),F(t)}function ot(t){if(t.fragment!==null){t.update(),U(t.before_update);const e=t.dirty;t.dirty=[-1],t.fragment&&t.fragment.p(t.ctx,e),t.after_update.forEach(A)}}function st(t){const e=[],n=[];C.forEach(l=>t.indexOf(l)===-1?e.push(l):n.push(l)),n.forEach(l=>l()),C=e}const rt=new Set;function at(t,e){t&&t.i&&(rt.delete(t),t.i(e))}function p(t){return(t==null?void 0:t.length)!==void 0?t:Array.from(t)}function ct(t,e,n){const{fragment:l,after_update:i}=t.$$;l&&l.m(e,n),A(()=>{const r=t.$$.on_mount.map(pe).filter(P);t.$$.on_destroy?t.$$.on_destroy.push(...r):U(r),t.$$.on_mount=[]}),i.forEach(A)}function ut(t,e){const n=t.$$;n.fragment!==null&&(st(n.after_update),U(n.on_destroy),n.fragment&&n.fragment.d(e),n.on_destroy=n.fragment=null,n.ctx=[])}function ft(t,e){t.$$.dirty[0]===-1&&(S.push(t),it(),t.$$.dirty.fill(0)),t.$$.dirty[e/31|0]|=1<<e%31}function Le(t,e,n,l,i,r,o=null,s=[-1]){const a=M;F(t);const u=t.$$={fragment:null,ctx:[],props:r,update:v,not_equal:i,bound:ne(),on_mount:[],on_destroy:[],on_disconnect:[],before_update:[],after_update:[],context:new Map(e.context||(a?a.$$.context:[])),callbacks:ne(),dirty:s,skip_bound:!1,root:e.target||a.$$.root};o&&o(u.root);let h=!1;if(u.ctx=n?n(t,e.props||{},($,I,...T)=>{const L=T.length?T[0]:I;return u.ctx&&i(u.ctx[$],u.ctx[$]=L)&&(!u.skip_bound&&u.bound[$]&&u.bound[$](L),h&&ft(t,$)),I}):[],u.update(),h=!0,U(u.before_update),u.fragment=l?l(u.ctx):!1,e.target){if(e.hydrate){const $=We(e.target);u.fragment&&u.fragment.l($),$.forEach(_)}else u.fragment&&u.fragment.c();e.intro&&at(t.$$.fragment),ct(t,e.target,e.anchor),d()}F(a)}let Ee;typeof HTMLElement=="function"&&(Ee=class extends HTMLElement{constructor(e,n,l){super();k(this,"$$ctor");k(this,"$$s");k(this,"$$c");k(this,"$$cn",!1);k(this,"$$d",{});k(this,"$$r",!1);k(this,"$$p_d",{});k(this,"$$l",{});k(this,"$$l_u",new Map);this.$$ctor=e,this.$$s=n,l&&this.attachShadow({mode:"open"})}addEventListener(e,n,l){if(this.$$l[e]=this.$$l[e]||[],this.$$l[e].push(n),this.$$c){const i=this.$$c.$on(e,n);this.$$l_u.set(n,i)}super.addEventListener(e,n,l)}removeEventListener(e,n,l){if(super.removeEventListener(e,n,l),this.$$c){const i=this.$$l_u.get(n);i&&(i(),this.$$l_u.delete(n))}}connectedCallback(){return te(this,null,function*(){if(this.$$cn=!0,!this.$$c){let e=function(r){return()=>{let o;return{c:function(){o=b("slot"),r!=="default"&&g(o,"name",r)},m:function(u,h){m(u,o,h)},d:function(u){u&&_(o)}}}};if(yield Promise.resolve(),!this.$$cn||this.$$c)return;const n={},l=tt(this);for(const r of this.$$s)r in l&&(n[r]=[e(r)]);for(const r of this.attributes){const o=this.$$g_p(r.name);o in this.$$d||(this.$$d[o]=N(o,r.value,this.$$p_d,"toProp"))}for(const r in this.$$p_d)!(r in this.$$d)&&this[r]!==void 0&&(this.$$d[r]=this[r],delete this[r]);this.$$c=new this.$$ctor({target:this.shadowRoot||this,props:ee(x({},this.$$d),{$$slots:n,$$scope:{ctx:[]}})});const i=()=>{this.$$r=!0;for(const r in this.$$p_d)if(this.$$d[r]=this.$$c.$$.ctx[this.$$c.$$.props[r]],this.$$p_d[r].reflect){const o=N(r,this.$$d[r],this.$$p_d,"toAttribute");o==null?this.removeAttribute(this.$$p_d[r].attribute||r):this.setAttribute(this.$$p_d[r].attribute||r,o)}this.$$r=!1};this.$$c.$$.after_update.push(i),i();for(const r in this.$$l)for(const o of this.$$l[r]){const s=this.$$c.$on(r,o);this.$$l_u.set(o,s)}this.$$l={}}})}attributeChangedCallback(e,n,l){var i;this.$$r||(e=this.$$g_p(e),this.$$d[e]=N(e,l,this.$$p_d,"toProp"),(i=this.$$c)==null||i.$set({[e]:this.$$d[e]}))}disconnectedCallback(){this.$$cn=!1,Promise.resolve().then(()=>{!this.$$cn&&this.$$c&&(this.$$c.$destroy(),this.$$c=void 0)})}$$g_p(e){return Object.keys(this.$$p_d).find(n=>this.$$p_d[n].attribute===e||!this.$$p_d[n].attribute&&n.toLowerCase()===e)||e}});function N(t,e,n,l){var r;const i=(r=n[t])==null?void 0:r.type;if(e=i==="Boolean"&&typeof e!="boolean"?e!=null:e,!l||!n[t])return e;if(l==="toAttribute")switch(i){case"Object":case"Array":return e==null?null:JSON.stringify(e);case"Boolean":return e?"":null;case"Number":return e==null?null:e;default:return e}else switch(i){case"Object":case"Array":return e&&JSON.parse(e);case"Boolean":return e;case"Number":return e!=null?+e:e;default:return e}}function Se(t,e,n,l,i,r){let o=class extends Ee{constructor(){super(t,n,i),this.$$p_d=e}static get observedAttributes(){return Object.keys(e).map(s=>(e[s].attribute||s).toLowerCase())}};return Object.keys(e).forEach(s=>{Object.defineProperty(o.prototype,s,{get(){return this.$$c&&s in this.$$c?this.$$c[s]:this.$$d[s]},set(a){var u;a=N(s,a,e),this.$$d[s]=a,(u=this.$$c)==null||u.$set({[s]:a})}})}),l.forEach(s=>{Object.defineProperty(o.prototype,s,{get(){var a;return(a=this.$$c)==null?void 0:a[s]}})}),t.element=o,o}class Ce{constructor(){k(this,"$$");k(this,"$$set")}$destroy(){ut(this,1),this.$destroy=v}$on(e,n){if(!P(n))return v;const l=this.$$.callbacks[e]||(this.$$.callbacks[e]=[]);return l.push(n),()=>{const i=l.indexOf(n);i!==-1&&l.splice(i,1)}}$set(e){this.$$set&&!Be(e)&&(this.$$.skip_bound=!0,this.$$set(e),this.$$.skip_bound=!1)}}const ht="4";typeof window!="undefined"&&(window.__svelte||(window.__svelte={v:new Set})).v.add(ht);function Ie(t,e){if(t){const n=document.createElement("style");n.innerHTML=e,t.appendChild(n)}}function Te(t,e){const n=new URL(e);fetch(n.href).then(l=>l.text()).then(l=>{const i=document.createElement("style");i.innerHTML=l,t&&t.appendChild(i)}).catch(l=>{console.error("There was an error while trying to load client styling from URL",l)})}function Fe(t,e,n){if(window.emMessageBus){const l=document.createElement("style");window.emMessageBus.subscribe(e,i=>{l.innerHTML=i,t&&t.appendChild(l)})}}if(typeof window!="undefined"){let t=function(e){return function(...n){try{return e.apply(this,n)}catch(l){if(l instanceof DOMException&&l.message.includes("has already been used with this registry")||l.message.includes("Cannot define multiple custom elements with the same tag name"))return!1;throw l}}};customElements.define=t(customElements.define),Promise.resolve().then(()=>require("./CasinoFooterThumbnail-C4Ll0XzR.cjs")).then(e=>e.CasinoFooterThumbnail_ce).then(({default:e})=>{!customElements.get("casino-footer-thumbnail")&&customElements.define("casino-footer-thumbnail",e.element)})}function _t(t){ve(t,"svelte-ehz4dn",":host{font-family:inherit}.FooterSectionTitle{font-weight:700;font-size:16px}.FooterSectionInnerContainer{display:flex;flex-wrap:wrap;align-items:center;justify-content:center}.DisplayColumn{flex-direction:column;align-items:flex-start}")}function ie(t,e,n){const l=t.slice();return l[30]=e[n],l}function oe(t,e,n){const l=t.slice();return l[30]=e[n],l}function se(t,e,n){const l=t.slice();return l[33]=e[n],l}function re(t,e,n){const l=t.slice();return l[30]=e[n],l}function ae(t,e,n){const l=t.slice();return l[30]=e[n],l}function ce(t,e,n){const l=t.slice();return l[27]=e[n],l}function ue(t,e,n){const l=t.slice();return l[24]=e[n],l}function gt(t){let e,n=p(t[17]),l=[];for(let i=0;i<n.length;i+=1)l[i]=fe(ie(t,n,i));return{c(){e=b("div");for(let i=0;i<l.length;i+=1)l[i].c();g(e,"class","FooterSectionInnerContainer"),g(e,"part","FooterSectionInnerContainer")},m(i,r){m(i,e,r);for(let o=0;o<l.length;o+=1)l[o]&&l[o].m(e,null)},p(i,r){if(r[0]&132800){n=p(i[17]);let o;for(o=0;o<n.length;o+=1){const s=ie(i,n,o);l[o]?l[o].p(s,r):(l[o]=fe(s),l[o].c(),l[o].m(e,null))}for(;o<l.length;o+=1)l[o].d(1);l.length=n.length}},d(i){i&&_(e),w(l,i)}}}function mt(t){let e,n=p(t[16]),l=[];for(let i=0;i<n.length;i+=1)l[i]=he(oe(t,n,i));return{c(){e=b("div");for(let i=0;i<l.length;i+=1)l[i].c();g(e,"class","FooterSectionInnerContainer"),g(e,"part","FooterSectionInnerContainer")},m(i,r){m(i,e,r);for(let o=0;o<l.length;o+=1)l[o]&&l[o].m(e,null)},p(i,r){if(r[0]&67264){n=p(i[16]);let o;for(o=0;o<n.length;o+=1){const s=oe(i,n,o);l[o]?l[o].p(s,r):(l[o]=he(s),l[o].c(),l[o].m(e,null))}for(;o<l.length;o+=1)l[o].d(1);l.length=n.length}},d(i){i&&_(e),w(l,i)}}}function dt(t){let e,n,l=p(t[15]),i=[];for(let r=0;r<l.length;r+=1)i[r]=ge(se(t,l,r));return{c(){e=b("div");for(let r=0;r<i.length;r+=1)i[r].c();g(e,"class",n="FooterSectionInnerContainer "+(t[8]=="true"?"DisplayColumn":"")),g(e,"part","FooterSectionInnerContainer")},m(r,o){m(r,e,o);for(let s=0;s<i.length;s+=1)i[s]&&i[s].m(e,null)},p(r,o){if(o[0]&34752){l=p(r[15]);let s;for(s=0;s<l.length;s+=1){const a=se(r,l,s);i[s]?i[s].p(a,o):(i[s]=ge(a),i[s].c(),i[s].m(e,null))}for(;s<i.length;s+=1)i[s].d(1);i.length=l.length}o[0]&256&&n!==(n="FooterSectionInnerContainer "+(r[8]=="true"?"DisplayColumn":""))&&g(e,"class",n)},d(r){r&&_(e),w(i,r)}}}function bt(t){let e,n=p(t[14]),l=[];for(let i=0;i<n.length;i+=1)l[i]=me(ae(t,n,i));return{c(){e=b("div");for(let i=0;i<l.length;i+=1)l[i].c();g(e,"class","FooterSectionInnerContainer"),g(e,"part","FooterSectionInnerContainer")},m(i,r){m(i,e,r);for(let o=0;o<l.length;o+=1)l[o]&&l[o].m(e,null)},p(i,r){if(r[0]&18112){n=p(i[14]);let o;for(o=0;o<n.length;o+=1){const s=ae(i,n,o);l[o]?l[o].p(s,r):(l[o]=me(s),l[o].c(),l[o].m(e,null))}for(;o<l.length;o+=1)l[o].d(1);l.length=n.length}},d(i){i&&_(e),w(l,i)}}}function pt(t){let e,n=p(t[13]),l=[];for(let i=0;i<n.length;i+=1)l[i]=de(ce(t,n,i));return{c(){e=b("div");for(let i=0;i<l.length;i+=1)l[i].c();g(e,"class","FooterSectionInnerContainer"),g(e,"part","FooterSectionInnerContainer")},m(i,r){m(i,e,r);for(let o=0;o<l.length;o+=1)l[o]&&l[o].m(e,null)},p(i,r){if(r[0]&9920){n=p(i[13]);let o;for(o=0;o<n.length;o+=1){const s=ce(i,n,o);l[o]?l[o].p(s,r):(l[o]=de(s),l[o].c(),l[o].m(e,null))}for(;o<l.length;o+=1)l[o].d(1);l.length=n.length}},d(i){i&&_(e),w(l,i)}}}function $t(t){let e,n=p(t[12]),l=[];for(let i=0;i<n.length;i+=1)l[i]=be(ue(t,n,i));return{c(){e=b("div");for(let i=0;i<l.length;i+=1)l[i].c();g(e,"class","FooterSectionInnerContainer"),g(e,"part","FooterSectionInnerContainer")},m(i,r){m(i,e,r);for(let o=0;o<l.length;o+=1)l[o]&&l[o].m(e,null)},p(i,r){if(r[0]&5824){n=p(i[12]);let o;for(o=0;o<n.length;o+=1){const s=ue(i,n,o);l[o]?l[o].p(s,r):(l[o]=be(s),l[o].c(),l[o].m(e,null))}for(;o<l.length;o+=1)l[o].d(1);l.length=n.length}},d(i){i&&_(e),w(l,i)}}}function fe(t){let e,n,l,i,r,o;return{c(){var s,a;e=b("casino-footer-thumbnail"),c(e,"sociallinkurl",n=t[30].socialLinkUrl),c(e,"sociallinkimage",l=t[30].socialLinkImage),c(e,"sociallinktitle",i=t[30].socialLinkTitle),c(e,"clientstyling",t[7]),c(e,"linktype",r=(s=t[30])==null?void 0:s.isExternalLink),c(e,"target",o=(a=t[30])==null?void 0:a.target),c(e,"baseurl",t[9]),c(e,"lang",t[10]),c(e,"mbsource",t[6])},m(s,a){m(s,e,a)},p(s,a){var u,h;a[0]&131072&&n!==(n=s[30].socialLinkUrl)&&c(e,"sociallinkurl",n),a[0]&131072&&l!==(l=s[30].socialLinkImage)&&c(e,"sociallinkimage",l),a[0]&131072&&i!==(i=s[30].socialLinkTitle)&&c(e,"sociallinktitle",i),a[0]&128&&c(e,"clientstyling",s[7]),a[0]&131072&&r!==(r=(u=s[30])==null?void 0:u.isExternalLink)&&c(e,"linktype",r),a[0]&131072&&o!==(o=(h=s[30])==null?void 0:h.target)&&c(e,"target",o),a[0]&512&&c(e,"baseurl",s[9]),a[0]&1024&&c(e,"lang",s[10]),a[0]&64&&c(e,"mbsource",s[6])},d(s){s&&_(e)}}}function he(t){let e,n,l,i,r,o;return{c(){var s,a;e=b("casino-footer-thumbnail"),c(e,"licenseurl",n=t[30].licenseUrl),c(e,"licenseimage",l=t[30].licenseImage),c(e,"licensetitle",i=t[30].licenseTitle),c(e,"clientstyling",t[7]),c(e,"linktype",r=(s=t[30])==null?void 0:s.isExternalLink),c(e,"target",o=(a=t[30])==null?void 0:a.target),c(e,"baseurl",t[9]),c(e,"lang",t[10]),c(e,"mbsource",t[6])},m(s,a){m(s,e,a)},p(s,a){var u,h;a[0]&65536&&n!==(n=s[30].licenseUrl)&&c(e,"licenseurl",n),a[0]&65536&&l!==(l=s[30].licenseImage)&&c(e,"licenseimage",l),a[0]&65536&&i!==(i=s[30].licenseTitle)&&c(e,"licensetitle",i),a[0]&128&&c(e,"clientstyling",s[7]),a[0]&65536&&r!==(r=(u=s[30])==null?void 0:u.isExternalLink)&&c(e,"linktype",r),a[0]&65536&&o!==(o=(h=s[30])==null?void 0:h.target)&&c(e,"target",o),a[0]&512&&c(e,"baseurl",s[9]),a[0]&1024&&c(e,"lang",s[10]),a[0]&64&&c(e,"mbsource",s[6])},d(s){s&&_(e)}}}function kt(t){let e,n,l,i,r,o;return{c(){var s,a;e=b("casino-footer-thumbnail"),c(e,"helperlinkurl",n=t[33].helpLinkUrl),c(e,"helperlinkimage",l=t[33].helpLinkImage),c(e,"helperlinktitle",i=t[33].helpLinkTitle),c(e,"clientstyling",t[7]),c(e,"displaycolumn",t[8]),c(e,"linktype",r=(s=t[33])==null?void 0:s.helpLinkType),c(e,"target",o=(a=t[33])==null?void 0:a.target),c(e,"baseurl",t[9]),c(e,"lang",t[10]),c(e,"mbsource",t[6])},m(s,a){m(s,e,a)},p(s,a){var u,h;a[0]&32768&&n!==(n=s[33].helpLinkUrl)&&c(e,"helperlinkurl",n),a[0]&32768&&l!==(l=s[33].helpLinkImage)&&c(e,"helperlinkimage",l),a[0]&32768&&i!==(i=s[33].helpLinkTitle)&&c(e,"helperlinktitle",i),a[0]&128&&c(e,"clientstyling",s[7]),a[0]&256&&c(e,"displaycolumn",s[8]),a[0]&32768&&r!==(r=(u=s[33])==null?void 0:u.helpLinkType)&&c(e,"linktype",r),a[0]&32768&&o!==(o=(h=s[33])==null?void 0:h.target)&&c(e,"target",o),a[0]&512&&c(e,"baseurl",s[9]),a[0]&1024&&c(e,"lang",s[10]),a[0]&64&&c(e,"mbsource",s[6])},d(s){s&&_(e)}}}function yt(t){let e,n=p(t[33].value),l=[];for(let i=0;i<n.length;i+=1)l[i]=_e(re(t,n,i));return{c(){for(let i=0;i<l.length;i+=1)l[i].c();e=H()},m(i,r){for(let o=0;o<l.length;o+=1)l[o]&&l[o].m(i,r);m(i,e,r)},p(i,r){if(r[0]&34752){n=p(i[33].value);let o;for(o=0;o<n.length;o+=1){const s=re(i,n,o);l[o]?l[o].p(s,r):(l[o]=_e(s),l[o].c(),l[o].m(e.parentNode,e))}for(;o<l.length;o+=1)l[o].d(1);l.length=n.length}},d(i){i&&_(e),w(l,i)}}}function _e(t){let e,n,l,i,r,o;return{c(){var s,a;e=b("casino-footer-thumbnail"),c(e,"helperlinkurl",n=t[30].helpLinkUrl),c(e,"helperlinkimage",l=t[30].helpLinkImage),c(e,"helperlinktitle",i=t[30].helpLinkTitle),c(e,"clientstyling",t[7]),c(e,"displaycolumn",t[8]),c(e,"linktype",r=(s=t[30])==null?void 0:s.helpLinkType),c(e,"target",o=(a=t[30])==null?void 0:a.target),c(e,"baseurl",t[9]),c(e,"lang",t[10]),c(e,"mbsource",t[6])},m(s,a){m(s,e,a)},p(s,a){var u,h;a[0]&32768&&n!==(n=s[30].helpLinkUrl)&&c(e,"helperlinkurl",n),a[0]&32768&&l!==(l=s[30].helpLinkImage)&&c(e,"helperlinkimage",l),a[0]&32768&&i!==(i=s[30].helpLinkTitle)&&c(e,"helperlinktitle",i),a[0]&128&&c(e,"clientstyling",s[7]),a[0]&256&&c(e,"displaycolumn",s[8]),a[0]&32768&&r!==(r=(u=s[30])==null?void 0:u.helpLinkType)&&c(e,"linktype",r),a[0]&32768&&o!==(o=(h=s[30])==null?void 0:h.target)&&c(e,"target",o),a[0]&512&&c(e,"baseurl",s[9]),a[0]&1024&&c(e,"lang",s[10]),a[0]&64&&c(e,"mbsource",s[6])},d(s){s&&_(e)}}}function ge(t){let e,n;function l(o,s){return s[0]&32768&&(e=null),e==null&&(e=!!o[33].hasOwnProperty("value")),e?yt:kt}let i=l(t,[-1,-1]),r=i(t);return{c(){r.c(),n=H()},m(o,s){r.m(o,s),m(o,n,s)},p(o,s){i===(i=l(o,s))&&r?r.p(o,s):(r.d(1),r=i(o),r&&(r.c(),r.m(n.parentNode,n)))},d(o){o&&_(n),r.d(o)}}}function me(t){let e,n,l,i,r,o;return{c(){var s,a;e=b("casino-footer-thumbnail"),c(e,"vendorurl",n=t[30].gameVendorUrl),c(e,"vendorimage",l=t[30].gameVendorImage),c(e,"vendortitle",i=t[30].gameVendorTitle),c(e,"clientstyling",t[7]),c(e,"linktype",r=(s=t[30])==null?void 0:s.isExternalLink),c(e,"target",o=(a=t[30])==null?void 0:a.target),c(e,"baseurl",t[9]),c(e,"lang",t[10]),c(e,"mbsource",t[6])},m(s,a){m(s,e,a)},p(s,a){var u,h;a[0]&16384&&n!==(n=s[30].gameVendorUrl)&&c(e,"vendorurl",n),a[0]&16384&&l!==(l=s[30].gameVendorImage)&&c(e,"vendorimage",l),a[0]&16384&&i!==(i=s[30].gameVendorTitle)&&c(e,"vendortitle",i),a[0]&128&&c(e,"clientstyling",s[7]),a[0]&16384&&r!==(r=(u=s[30])==null?void 0:u.isExternalLink)&&c(e,"linktype",r),a[0]&16384&&o!==(o=(h=s[30])==null?void 0:h.target)&&c(e,"target",o),a[0]&512&&c(e,"baseurl",s[9]),a[0]&1024&&c(e,"lang",s[10]),a[0]&64&&c(e,"mbsource",s[6])},d(s){s&&_(e)}}}function de(t){let e,n,l,i,r,o;return{c(){var s,a;e=b("casino-footer-thumbnail"),c(e,"paymenturl",n=t[27].paymentMethodUrl),c(e,"paymentimage",l=t[27].paymentMethodImage),c(e,"paymenttitle",i=t[27].paymentMethodTitle),c(e,"clientstyling",t[7]),c(e,"linktype",r=(s=t[27])==null?void 0:s.isExternalLink),c(e,"target",o=(a=t[27])==null?void 0:a.target),c(e,"baseurl",t[9]),c(e,"lang",t[10]),c(e,"mbsource",t[6])},m(s,a){m(s,e,a)},p(s,a){var u,h;a[0]&8192&&n!==(n=s[27].paymentMethodUrl)&&c(e,"paymenturl",n),a[0]&8192&&l!==(l=s[27].paymentMethodImage)&&c(e,"paymentimage",l),a[0]&8192&&i!==(i=s[27].paymentMethodTitle)&&c(e,"paymenttitle",i),a[0]&128&&c(e,"clientstyling",s[7]),a[0]&8192&&r!==(r=(u=s[27])==null?void 0:u.isExternalLink)&&c(e,"linktype",r),a[0]&8192&&o!==(o=(h=s[27])==null?void 0:h.target)&&c(e,"target",o),a[0]&512&&c(e,"baseurl",s[9]),a[0]&1024&&c(e,"lang",s[10]),a[0]&64&&c(e,"mbsource",s[6])},d(s){s&&_(e)}}}function be(t){let e,n,l,i,r,o;return{c(){var s,a;e=b("casino-footer-thumbnail"),c(e,"sponsorurl",n=t[24].sponsorUrl),c(e,"sponsorimage",l=t[24].sponsorImage),c(e,"sponsortitle",i=t[24].sponsorTitle),c(e,"clientstyling",t[7]),c(e,"linktype",r=(s=t[24])==null?void 0:s.isExternalLink),c(e,"target",o=(a=t[24])==null?void 0:a.target),c(e,"baseurl",t[9]),c(e,"lang",t[10]),c(e,"mbsource",t[6])},m(s,a){m(s,e,a)},p(s,a){var u,h;a[0]&4096&&n!==(n=s[24].sponsorUrl)&&c(e,"sponsorurl",n),a[0]&4096&&l!==(l=s[24].sponsorImage)&&c(e,"sponsorimage",l),a[0]&4096&&i!==(i=s[24].sponsorTitle)&&c(e,"sponsortitle",i),a[0]&128&&c(e,"clientstyling",s[7]),a[0]&4096&&r!==(r=(u=s[24])==null?void 0:u.isExternalLink)&&c(e,"linktype",r),a[0]&4096&&o!==(o=(h=s[24])==null?void 0:h.target)&&c(e,"target",o),a[0]&512&&c(e,"baseurl",s[9]),a[0]&1024&&c(e,"lang",s[10]),a[0]&64&&c(e,"mbsource",s[6])},d(s){s&&_(e)}}}function vt(t){let e;function n(r,o){if(r[0]&&r[12].length)return $t;if(r[1]&&r[13].length)return pt;if(r[2]&&r[14].length)return bt;if(r[3]&&r[15].length)return dt;if(r[4]&&r[16].length)return mt;if(r[5]&&r[17].length)return gt}let l=n(t),i=l&&l(t);return{c(){e=b("div"),i&&i.c(),g(e,"class","FooterSectionContainer"),g(e,"part","FooterSectionContainer")},m(r,o){m(r,e,o),i&&i.m(e,null),t[21](e)},p(r,o){l===(l=n(r))&&i?i.p(r,o):(i&&i.d(1),i=l&&l(r),i&&(i.c(),i.m(e,null)))},i:v,o:v,d(r){r&&_(e),i&&i.d(),t[21](null)}}}let wt=/^(?:[^\/]*\/){2}[^\/]+/g;function Lt(t,e,n){let{sponsorflag:l=""}=e,{paymentflag:i=""}=e,{vendorflag:r=""}=e,{helperflag:o=""}=e,{licenseflag:s=""}=e,{socialflag:a=""}=e,{mbsource:u}=e,{clientstyling:h=""}=e,{clientstylingurl:$=""}=e,{target:I=""}=e,{displaycolumn:T=""}=e,{category:L=""}=e,{baseurl:z=""}=e,{lang:J=""}=e,G=[],K=[],Q=[],O=[],W=[],X=[],y;const Y=f=>{f.origin==window.location.href.match(wt)[0]&&f.data&&f.data.type==="FooterData"&&(n(12,G=f.data.sponsorsRepeater),n(13,K=f.data.paymentMethodsRepeater),n(14,Q=f.data.gameVendorsRepeater),n(15,O=f.data.helpLinksRepeater),n(16,W=f.data.licensesRepeater),n(17,X=f.data.socialLinksRepeater),L&&n(15,O=O.filter(Oe=>Oe.key==L)))};we(()=>(window.addEventListener("message",Y,!1),()=>{window.removeEventListener("message",Y)}));function Ue(f){R[f?"unshift":"push"](()=>{y=f,n(11,y)})}return t.$$set=f=>{"sponsorflag"in f&&n(0,l=f.sponsorflag),"paymentflag"in f&&n(1,i=f.paymentflag),"vendorflag"in f&&n(2,r=f.vendorflag),"helperflag"in f&&n(3,o=f.helperflag),"licenseflag"in f&&n(4,s=f.licenseflag),"socialflag"in f&&n(5,a=f.socialflag),"mbsource"in f&&n(6,u=f.mbsource),"clientstyling"in f&&n(7,h=f.clientstyling),"clientstylingurl"in f&&n(18,$=f.clientstylingurl),"target"in f&&n(19,I=f.target),"displaycolumn"in f&&n(8,T=f.displaycolumn),"category"in f&&n(20,L=f.category),"baseurl"in f&&n(9,z=f.baseurl),"lang"in f&&n(10,J=f.lang)},t.$$.update=()=>{t.$$.dirty[0]&2176&&h&&y&&Ie(y,h),t.$$.dirty[0]&264192&&$&&y&&Te(y,$),t.$$.dirty[0]&2112&&u&&y&&Fe(y,`${u}.Style`)},[l,i,r,o,s,a,u,h,T,z,J,y,G,K,Q,O,W,X,$,I,L,Ue]}class Me extends Ce{constructor(e){super(),Le(this,e,Lt,vt,$e,{sponsorflag:0,paymentflag:1,vendorflag:2,helperflag:3,licenseflag:4,socialflag:5,mbsource:6,clientstyling:7,clientstylingurl:18,target:19,displaycolumn:8,category:20,baseurl:9,lang:10},_t,[-1,-1])}get sponsorflag(){return this.$$.ctx[0]}set sponsorflag(e){this.$$set({sponsorflag:e}),d()}get paymentflag(){return this.$$.ctx[1]}set paymentflag(e){this.$$set({paymentflag:e}),d()}get vendorflag(){return this.$$.ctx[2]}set vendorflag(e){this.$$set({vendorflag:e}),d()}get helperflag(){return this.$$.ctx[3]}set helperflag(e){this.$$set({helperflag:e}),d()}get licenseflag(){return this.$$.ctx[4]}set licenseflag(e){this.$$set({licenseflag:e}),d()}get socialflag(){return this.$$.ctx[5]}set socialflag(e){this.$$set({socialflag:e}),d()}get mbsource(){return this.$$.ctx[6]}set mbsource(e){this.$$set({mbsource:e}),d()}get clientstyling(){return this.$$.ctx[7]}set clientstyling(e){this.$$set({clientstyling:e}),d()}get clientstylingurl(){return this.$$.ctx[18]}set clientstylingurl(e){this.$$set({clientstylingurl:e}),d()}get target(){return this.$$.ctx[19]}set target(e){this.$$set({target:e}),d()}get displaycolumn(){return this.$$.ctx[8]}set displaycolumn(e){this.$$set({displaycolumn:e}),d()}get category(){return this.$$.ctx[20]}set category(e){this.$$set({category:e}),d()}get baseurl(){return this.$$.ctx[9]}set baseurl(e){this.$$set({baseurl:e}),d()}get lang(){return this.$$.ctx[10]}set lang(e){this.$$set({lang:e}),d()}}Se(Me,{sponsorflag:{},paymentflag:{},vendorflag:{},helperflag:{},licenseflag:{},socialflag:{},mbsource:{},clientstyling:{},clientstylingurl:{},target:{},displaycolumn:{},category:{},baseurl:{},lang:{}},[],[],!0);const Et=Object.freeze(Object.defineProperty({__proto__:null,default:Me},Symbol.toStringTag,{value:"Module"}));exports.CasinoFooterSection_ce=Et;exports.SvelteComponent=Ce;exports.action_destroyer=qe;exports.add_render_callback=A;exports.append=ye;exports.append_styles=ve;exports.attr=g;exports.binding_callbacks=R;exports.component_subscribe=De;exports.create_custom_element=Se;exports.destroy_each=w;exports.detach=_;exports.element=b;exports.empty=H;exports.ensure_array_like=p;exports.flush=d;exports.globals=He;exports.init=Le;exports.insert=m;exports.is_function=P;exports.listen=Qe;exports.noop=v;exports.onMount=we;exports.run_all=U;exports.safe_not_equal=$e;exports.select_option=Ze;exports.select_value=xe;exports.setClientStyling=Ie;exports.setClientStylingURL=Te;exports.setStreamStyling=Fe;exports.set_custom_element_data=c;exports.set_data=Xe;exports.set_input_value=Ye;exports.space=Ke;exports.src_url_equal=Ve;exports.subscribe=ke;exports.svg_element=Ge;exports.text=q;exports.toggle_class=et;
|