@everymatrix/casino-footer-v2 1.53.11 → 1.54.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,1626 @@
1
+ var Ee = Object.defineProperty, Ce = Object.defineProperties;
2
+ var Se = Object.getOwnPropertyDescriptors;
3
+ var Y = Object.getOwnPropertySymbols;
4
+ var Ie = Object.prototype.hasOwnProperty, Te = Object.prototype.propertyIsEnumerable;
5
+ var P = (t, e, n) => e in t ? Ee(t, e, { enumerable: !0, configurable: !0, writable: !0, value: n }) : t[e] = n, Z = (t, e) => {
6
+ for (var n in e || (e = {}))
7
+ Ie.call(e, n) && P(t, n, e[n]);
8
+ if (Y)
9
+ for (var n of Y(e))
10
+ Te.call(e, n) && P(t, n, e[n]);
11
+ return t;
12
+ }, x = (t, e) => Ce(t, Se(e));
13
+ var $ = (t, e, n) => P(t, typeof e != "symbol" ? e + "" : e, n);
14
+ var ee = (t, e, n) => new Promise((l, i) => {
15
+ var r = (a) => {
16
+ try {
17
+ s(n.next(a));
18
+ } catch (c) {
19
+ i(c);
20
+ }
21
+ }, o = (a) => {
22
+ try {
23
+ s(n.throw(a));
24
+ } catch (c) {
25
+ i(c);
26
+ }
27
+ }, s = (a) => a.done ? l(a.value) : Promise.resolve(a.value).then(r, o);
28
+ s((n = n.apply(t, e)).next());
29
+ });
30
+ function w() {
31
+ }
32
+ function pe(t) {
33
+ return t();
34
+ }
35
+ function te() {
36
+ return /* @__PURE__ */ Object.create(null);
37
+ }
38
+ function R(t) {
39
+ t.forEach(pe);
40
+ }
41
+ function q(t) {
42
+ return typeof t == "function";
43
+ }
44
+ function Fe(t, e) {
45
+ return t != t ? e == e : t !== e || t && typeof t == "object" || typeof t == "function";
46
+ }
47
+ let M;
48
+ function _t(t, e) {
49
+ return t === e ? !0 : (M || (M = document.createElement("a")), M.href = e, t === M.href);
50
+ }
51
+ function Oe(t) {
52
+ return Object.keys(t).length === 0;
53
+ }
54
+ function je(t, ...e) {
55
+ if (t == null) {
56
+ for (const l of e)
57
+ l(void 0);
58
+ return w;
59
+ }
60
+ const n = t.subscribe(...e);
61
+ return n.unsubscribe ? () => n.unsubscribe() : n;
62
+ }
63
+ function gt(t, e, n) {
64
+ t.$$.on_destroy.push(je(e, n));
65
+ }
66
+ function mt(t) {
67
+ return t && q(t.destroy) ? t.destroy : w;
68
+ }
69
+ const dt = typeof window != "undefined" ? window : typeof globalThis != "undefined" ? globalThis : (
70
+ // @ts-ignore Node typings have this
71
+ global
72
+ );
73
+ function Ue(t, e) {
74
+ t.appendChild(e);
75
+ }
76
+ function Me(t, e, n) {
77
+ const l = Ne(t);
78
+ if (!l.getElementById(e)) {
79
+ const i = d("style");
80
+ i.id = e, i.textContent = n, Re(l, i);
81
+ }
82
+ }
83
+ function Ne(t) {
84
+ if (!t) return document;
85
+ const e = t.getRootNode ? t.getRootNode() : t.ownerDocument;
86
+ return e && /** @type {ShadowRoot} */
87
+ e.host ? (
88
+ /** @type {ShadowRoot} */
89
+ e
90
+ ) : t.ownerDocument;
91
+ }
92
+ function Re(t, e) {
93
+ return Ue(
94
+ /** @type {Document} */
95
+ t.head || t,
96
+ e
97
+ ), e.sheet;
98
+ }
99
+ function m(t, e, n) {
100
+ t.insertBefore(e, n || null);
101
+ }
102
+ function _(t) {
103
+ t.parentNode && t.parentNode.removeChild(t);
104
+ }
105
+ function L(t, e) {
106
+ for (let n = 0; n < t.length; n += 1)
107
+ t[n] && t[n].d(e);
108
+ }
109
+ function d(t) {
110
+ return document.createElement(t);
111
+ }
112
+ function pt(t) {
113
+ return document.createElementNS("http://www.w3.org/2000/svg", t);
114
+ }
115
+ function be(t) {
116
+ return document.createTextNode(t);
117
+ }
118
+ function bt() {
119
+ return be(" ");
120
+ }
121
+ function $e() {
122
+ return be("");
123
+ }
124
+ function $t(t, e, n, l) {
125
+ return t.addEventListener(e, n, l), () => t.removeEventListener(e, n, l);
126
+ }
127
+ function g(t, e, n) {
128
+ n == null ? t.removeAttribute(e) : t.getAttribute(e) !== n && t.setAttribute(e, n);
129
+ }
130
+ function f(t, e, n) {
131
+ const l = e.toLowerCase();
132
+ 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);
133
+ }
134
+ function Ae(t) {
135
+ return Array.from(t.childNodes);
136
+ }
137
+ function kt(t, e) {
138
+ e = "" + e, t.data !== e && (t.data = /** @type {string} */
139
+ e);
140
+ }
141
+ function yt(t, e) {
142
+ t.value = e == null ? "" : e;
143
+ }
144
+ function vt(t, e, n) {
145
+ for (let l = 0; l < t.options.length; l += 1) {
146
+ const i = t.options[l];
147
+ if (i.__value === e) {
148
+ i.selected = !0;
149
+ return;
150
+ }
151
+ }
152
+ (!n || e !== void 0) && (t.selectedIndex = -1);
153
+ }
154
+ function wt(t) {
155
+ const e = t.querySelector(":checked");
156
+ return e && e.__value;
157
+ }
158
+ function Lt(t, e, n) {
159
+ t.classList.toggle(e, !!n);
160
+ }
161
+ function Pe(t) {
162
+ const e = {};
163
+ return t.childNodes.forEach(
164
+ /** @param {Element} node */
165
+ (n) => {
166
+ e[n.slot || "default"] = !0;
167
+ }
168
+ ), e;
169
+ }
170
+ let O;
171
+ function F(t) {
172
+ O = t;
173
+ }
174
+ function De() {
175
+ if (!O) throw new Error("Function called outside component initialization");
176
+ return O;
177
+ }
178
+ function Ve(t) {
179
+ De().$$.on_mount.push(t);
180
+ }
181
+ const C = [], V = [];
182
+ let S = [];
183
+ const ne = [], Be = /* @__PURE__ */ Promise.resolve();
184
+ let B = !1;
185
+ function He() {
186
+ B || (B = !0, Be.then(p));
187
+ }
188
+ function H(t) {
189
+ S.push(t);
190
+ }
191
+ const D = /* @__PURE__ */ new Set();
192
+ let E = 0;
193
+ function p() {
194
+ if (E !== 0)
195
+ return;
196
+ const t = O;
197
+ do {
198
+ try {
199
+ for (; E < C.length; ) {
200
+ const e = C[E];
201
+ E++, F(e), qe(e.$$);
202
+ }
203
+ } catch (e) {
204
+ throw C.length = 0, E = 0, e;
205
+ }
206
+ for (F(null), C.length = 0, E = 0; V.length; ) V.pop()();
207
+ for (let e = 0; e < S.length; e += 1) {
208
+ const n = S[e];
209
+ D.has(n) || (D.add(n), n());
210
+ }
211
+ S.length = 0;
212
+ } while (C.length);
213
+ for (; ne.length; )
214
+ ne.pop()();
215
+ B = !1, D.clear(), F(t);
216
+ }
217
+ function qe(t) {
218
+ if (t.fragment !== null) {
219
+ t.update(), R(t.before_update);
220
+ const e = t.dirty;
221
+ t.dirty = [-1], t.fragment && t.fragment.p(t.ctx, e), t.after_update.forEach(H);
222
+ }
223
+ }
224
+ function ze(t) {
225
+ const e = [], n = [];
226
+ S.forEach((l) => t.indexOf(l) === -1 ? e.push(l) : n.push(l)), n.forEach((l) => l()), S = e;
227
+ }
228
+ const Je = /* @__PURE__ */ new Set();
229
+ function Ge(t, e) {
230
+ t && t.i && (Je.delete(t), t.i(e));
231
+ }
232
+ function b(t) {
233
+ return (t == null ? void 0 : t.length) !== void 0 ? t : Array.from(t);
234
+ }
235
+ function Ke(t, e, n) {
236
+ const { fragment: l, after_update: i } = t.$$;
237
+ l && l.m(e, n), H(() => {
238
+ const r = t.$$.on_mount.map(pe).filter(q);
239
+ t.$$.on_destroy ? t.$$.on_destroy.push(...r) : R(r), t.$$.on_mount = [];
240
+ }), i.forEach(H);
241
+ }
242
+ function Qe(t, e) {
243
+ const n = t.$$;
244
+ n.fragment !== null && (ze(n.after_update), R(n.on_destroy), n.fragment && n.fragment.d(e), n.on_destroy = n.fragment = null, n.ctx = []);
245
+ }
246
+ function We(t, e) {
247
+ t.$$.dirty[0] === -1 && (C.push(t), He(), t.$$.dirty.fill(0)), t.$$.dirty[e / 31 | 0] |= 1 << e % 31;
248
+ }
249
+ function Xe(t, e, n, l, i, r, o = null, s = [-1]) {
250
+ const a = O;
251
+ F(t);
252
+ const c = t.$$ = {
253
+ fragment: null,
254
+ ctx: [],
255
+ // state
256
+ props: r,
257
+ update: w,
258
+ not_equal: i,
259
+ bound: te(),
260
+ // lifecycle
261
+ on_mount: [],
262
+ on_destroy: [],
263
+ on_disconnect: [],
264
+ before_update: [],
265
+ after_update: [],
266
+ context: new Map(e.context || (a ? a.$$.context : [])),
267
+ // everything else
268
+ callbacks: te(),
269
+ dirty: s,
270
+ skip_bound: !1,
271
+ root: e.target || a.$$.root
272
+ };
273
+ o && o(c.root);
274
+ let h = !1;
275
+ if (c.ctx = n ? n(t, e.props || {}, (k, I, ...y) => {
276
+ const T = y.length ? y[0] : I;
277
+ return c.ctx && i(c.ctx[k], c.ctx[k] = T) && (!c.skip_bound && c.bound[k] && c.bound[k](T), h && We(t, k)), I;
278
+ }) : [], c.update(), h = !0, R(c.before_update), c.fragment = l ? l(c.ctx) : !1, e.target) {
279
+ if (e.hydrate) {
280
+ const k = Ae(e.target);
281
+ c.fragment && c.fragment.l(k), k.forEach(_);
282
+ } else
283
+ c.fragment && c.fragment.c();
284
+ e.intro && Ge(t.$$.fragment), Ke(t, e.target, e.anchor), p();
285
+ }
286
+ F(a);
287
+ }
288
+ let ke;
289
+ typeof HTMLElement == "function" && (ke = class extends HTMLElement {
290
+ constructor(e, n, l) {
291
+ super();
292
+ /** The Svelte component constructor */
293
+ $(this, "$$ctor");
294
+ /** Slots */
295
+ $(this, "$$s");
296
+ /** The Svelte component instance */
297
+ $(this, "$$c");
298
+ /** Whether or not the custom element is connected */
299
+ $(this, "$$cn", !1);
300
+ /** Component props data */
301
+ $(this, "$$d", {});
302
+ /** `true` if currently in the process of reflecting component props back to attributes */
303
+ $(this, "$$r", !1);
304
+ /** @type {Record<string, CustomElementPropDefinition>} Props definition (name, reflected, type etc) */
305
+ $(this, "$$p_d", {});
306
+ /** @type {Record<string, Function[]>} Event listeners */
307
+ $(this, "$$l", {});
308
+ /** @type {Map<Function, Function>} Event listener unsubscribe functions */
309
+ $(this, "$$l_u", /* @__PURE__ */ new Map());
310
+ this.$$ctor = e, this.$$s = n, l && this.attachShadow({ mode: "open" });
311
+ }
312
+ addEventListener(e, n, l) {
313
+ if (this.$$l[e] = this.$$l[e] || [], this.$$l[e].push(n), this.$$c) {
314
+ const i = this.$$c.$on(e, n);
315
+ this.$$l_u.set(n, i);
316
+ }
317
+ super.addEventListener(e, n, l);
318
+ }
319
+ removeEventListener(e, n, l) {
320
+ if (super.removeEventListener(e, n, l), this.$$c) {
321
+ const i = this.$$l_u.get(n);
322
+ i && (i(), this.$$l_u.delete(n));
323
+ }
324
+ }
325
+ connectedCallback() {
326
+ return ee(this, null, function* () {
327
+ if (this.$$cn = !0, !this.$$c) {
328
+ let e = function(r) {
329
+ return () => {
330
+ let o;
331
+ return {
332
+ c: function() {
333
+ o = d("slot"), r !== "default" && g(o, "name", r);
334
+ },
335
+ /**
336
+ * @param {HTMLElement} target
337
+ * @param {HTMLElement} [anchor]
338
+ */
339
+ m: function(c, h) {
340
+ m(c, o, h);
341
+ },
342
+ d: function(c) {
343
+ c && _(o);
344
+ }
345
+ };
346
+ };
347
+ };
348
+ if (yield Promise.resolve(), !this.$$cn || this.$$c)
349
+ return;
350
+ const n = {}, l = Pe(this);
351
+ for (const r of this.$$s)
352
+ r in l && (n[r] = [e(r)]);
353
+ for (const r of this.attributes) {
354
+ const o = this.$$g_p(r.name);
355
+ o in this.$$d || (this.$$d[o] = N(o, r.value, this.$$p_d, "toProp"));
356
+ }
357
+ for (const r in this.$$p_d)
358
+ !(r in this.$$d) && this[r] !== void 0 && (this.$$d[r] = this[r], delete this[r]);
359
+ this.$$c = new this.$$ctor({
360
+ target: this.shadowRoot || this,
361
+ props: x(Z({}, this.$$d), {
362
+ $$slots: n,
363
+ $$scope: {
364
+ ctx: []
365
+ }
366
+ })
367
+ });
368
+ const i = () => {
369
+ this.$$r = !0;
370
+ for (const r in this.$$p_d)
371
+ if (this.$$d[r] = this.$$c.$$.ctx[this.$$c.$$.props[r]], this.$$p_d[r].reflect) {
372
+ const o = N(
373
+ r,
374
+ this.$$d[r],
375
+ this.$$p_d,
376
+ "toAttribute"
377
+ );
378
+ o == null ? this.removeAttribute(this.$$p_d[r].attribute || r) : this.setAttribute(this.$$p_d[r].attribute || r, o);
379
+ }
380
+ this.$$r = !1;
381
+ };
382
+ this.$$c.$$.after_update.push(i), i();
383
+ for (const r in this.$$l)
384
+ for (const o of this.$$l[r]) {
385
+ const s = this.$$c.$on(r, o);
386
+ this.$$l_u.set(o, s);
387
+ }
388
+ this.$$l = {};
389
+ }
390
+ });
391
+ }
392
+ // We don't need this when working within Svelte code, but for compatibility of people using this outside of Svelte
393
+ // and setting attributes through setAttribute etc, this is helpful
394
+ attributeChangedCallback(e, n, l) {
395
+ var i;
396
+ 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] }));
397
+ }
398
+ disconnectedCallback() {
399
+ this.$$cn = !1, Promise.resolve().then(() => {
400
+ !this.$$cn && this.$$c && (this.$$c.$destroy(), this.$$c = void 0);
401
+ });
402
+ }
403
+ $$g_p(e) {
404
+ return Object.keys(this.$$p_d).find(
405
+ (n) => this.$$p_d[n].attribute === e || !this.$$p_d[n].attribute && n.toLowerCase() === e
406
+ ) || e;
407
+ }
408
+ });
409
+ function N(t, e, n, l) {
410
+ var r;
411
+ const i = (r = n[t]) == null ? void 0 : r.type;
412
+ if (e = i === "Boolean" && typeof e != "boolean" ? e != null : e, !l || !n[t])
413
+ return e;
414
+ if (l === "toAttribute")
415
+ switch (i) {
416
+ case "Object":
417
+ case "Array":
418
+ return e == null ? null : JSON.stringify(e);
419
+ case "Boolean":
420
+ return e ? "" : null;
421
+ case "Number":
422
+ return e == null ? null : e;
423
+ default:
424
+ return e;
425
+ }
426
+ else
427
+ switch (i) {
428
+ case "Object":
429
+ case "Array":
430
+ return e && JSON.parse(e);
431
+ case "Boolean":
432
+ return e;
433
+ case "Number":
434
+ return e != null ? +e : e;
435
+ default:
436
+ return e;
437
+ }
438
+ }
439
+ function Ye(t, e, n, l, i, r) {
440
+ let o = class extends ke {
441
+ constructor() {
442
+ super(t, n, i), this.$$p_d = e;
443
+ }
444
+ static get observedAttributes() {
445
+ return Object.keys(e).map(
446
+ (s) => (e[s].attribute || s).toLowerCase()
447
+ );
448
+ }
449
+ };
450
+ return Object.keys(e).forEach((s) => {
451
+ Object.defineProperty(o.prototype, s, {
452
+ get() {
453
+ return this.$$c && s in this.$$c ? this.$$c[s] : this.$$d[s];
454
+ },
455
+ set(a) {
456
+ var c;
457
+ a = N(s, a, e), this.$$d[s] = a, (c = this.$$c) == null || c.$set({ [s]: a });
458
+ }
459
+ });
460
+ }), l.forEach((s) => {
461
+ Object.defineProperty(o.prototype, s, {
462
+ get() {
463
+ var a;
464
+ return (a = this.$$c) == null ? void 0 : a[s];
465
+ }
466
+ });
467
+ }), t.element = /** @type {any} */
468
+ o, o;
469
+ }
470
+ class Ze {
471
+ constructor() {
472
+ /**
473
+ * ### PRIVATE API
474
+ *
475
+ * Do not use, may change at any time
476
+ *
477
+ * @type {any}
478
+ */
479
+ $(this, "$$");
480
+ /**
481
+ * ### PRIVATE API
482
+ *
483
+ * Do not use, may change at any time
484
+ *
485
+ * @type {any}
486
+ */
487
+ $(this, "$$set");
488
+ }
489
+ /** @returns {void} */
490
+ $destroy() {
491
+ Qe(this, 1), this.$destroy = w;
492
+ }
493
+ /**
494
+ * @template {Extract<keyof Events, string>} K
495
+ * @param {K} type
496
+ * @param {((e: Events[K]) => void) | null | undefined} callback
497
+ * @returns {() => void}
498
+ */
499
+ $on(e, n) {
500
+ if (!q(n))
501
+ return w;
502
+ const l = this.$$.callbacks[e] || (this.$$.callbacks[e] = []);
503
+ return l.push(n), () => {
504
+ const i = l.indexOf(n);
505
+ i !== -1 && l.splice(i, 1);
506
+ };
507
+ }
508
+ /**
509
+ * @param {Partial<Props>} props
510
+ * @returns {void}
511
+ */
512
+ $set(e) {
513
+ this.$$set && !Oe(e) && (this.$$.skip_bound = !0, this.$$set(e), this.$$.skip_bound = !1);
514
+ }
515
+ }
516
+ const xe = "4";
517
+ typeof window != "undefined" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(xe);
518
+ if (typeof window != "undefined") {
519
+ let t = function(e) {
520
+ return function(...n) {
521
+ try {
522
+ return e.apply(this, n);
523
+ } catch (l) {
524
+ 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"))
525
+ return !1;
526
+ throw l;
527
+ }
528
+ };
529
+ };
530
+ customElements.define = t(customElements.define), import("./CasinoFooterThumbnail-ClM-QitR.js").then((e) => e.C).then(({ default: e }) => {
531
+ !customElements.get("casino-footer-thumbnail") && customElements.define("casino-footer-thumbnail", e.element);
532
+ });
533
+ }
534
+ function et(t) {
535
+ Me(t, "svelte-1mo1yfd", ":host{font-family:system-ui, -apple-system, Roboto, Helvetica}.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}");
536
+ }
537
+ function le(t, e, n) {
538
+ const l = t.slice();
539
+ return l[30] = e[n], l;
540
+ }
541
+ function ie(t, e, n) {
542
+ const l = t.slice();
543
+ return l[30] = e[n], l;
544
+ }
545
+ function oe(t, e, n) {
546
+ const l = t.slice();
547
+ return l[33] = e[n], l;
548
+ }
549
+ function se(t, e, n) {
550
+ const l = t.slice();
551
+ return l[30] = e[n], l;
552
+ }
553
+ function re(t, e, n) {
554
+ const l = t.slice();
555
+ return l[30] = e[n], l;
556
+ }
557
+ function ae(t, e, n) {
558
+ const l = t.slice();
559
+ return l[27] = e[n], l;
560
+ }
561
+ function fe(t, e, n) {
562
+ const l = t.slice();
563
+ return l[24] = e[n], l;
564
+ }
565
+ function tt(t) {
566
+ let e, n = b(
567
+ /*footersociallinks*/
568
+ t[16]
569
+ ), l = [];
570
+ for (let i = 0; i < n.length; i += 1)
571
+ l[i] = ce(le(t, n, i));
572
+ return {
573
+ c() {
574
+ e = d("div");
575
+ for (let i = 0; i < l.length; i += 1)
576
+ l[i].c();
577
+ g(e, "class", "FooterSectionInnerContainer"), g(e, "part", "FooterSectionInnerContainer");
578
+ },
579
+ m(i, r) {
580
+ m(i, e, r);
581
+ for (let o = 0; o < l.length; o += 1)
582
+ l[o] && l[o].m(e, null);
583
+ },
584
+ p(i, r) {
585
+ if (r[0] & /*footersociallinks, clientstyling, baseurl, lang*/
586
+ 66368) {
587
+ n = b(
588
+ /*footersociallinks*/
589
+ i[16]
590
+ );
591
+ let o;
592
+ for (o = 0; o < n.length; o += 1) {
593
+ const s = le(i, n, o);
594
+ l[o] ? l[o].p(s, r) : (l[o] = ce(s), l[o].c(), l[o].m(e, null));
595
+ }
596
+ for (; o < l.length; o += 1)
597
+ l[o].d(1);
598
+ l.length = n.length;
599
+ }
600
+ },
601
+ d(i) {
602
+ i && _(e), L(l, i);
603
+ }
604
+ };
605
+ }
606
+ function nt(t) {
607
+ let e, n = b(
608
+ /*footerlicenses*/
609
+ t[15]
610
+ ), l = [];
611
+ for (let i = 0; i < n.length; i += 1)
612
+ l[i] = ue(ie(t, n, i));
613
+ return {
614
+ c() {
615
+ e = d("div");
616
+ for (let i = 0; i < l.length; i += 1)
617
+ l[i].c();
618
+ g(e, "class", "FooterSectionInnerContainer"), g(e, "part", "FooterSectionInnerContainer");
619
+ },
620
+ m(i, r) {
621
+ m(i, e, r);
622
+ for (let o = 0; o < l.length; o += 1)
623
+ l[o] && l[o].m(e, null);
624
+ },
625
+ p(i, r) {
626
+ if (r[0] & /*footerlicenses, clientstyling, baseurl, lang*/
627
+ 33600) {
628
+ n = b(
629
+ /*footerlicenses*/
630
+ i[15]
631
+ );
632
+ let o;
633
+ for (o = 0; o < n.length; o += 1) {
634
+ const s = ie(i, n, o);
635
+ l[o] ? l[o].p(s, r) : (l[o] = ue(s), l[o].c(), l[o].m(e, null));
636
+ }
637
+ for (; o < l.length; o += 1)
638
+ l[o].d(1);
639
+ l.length = n.length;
640
+ }
641
+ },
642
+ d(i) {
643
+ i && _(e), L(l, i);
644
+ }
645
+ };
646
+ }
647
+ function lt(t) {
648
+ let e, n, l = b(
649
+ /*footerhelperlinks*/
650
+ t[14]
651
+ ), i = [];
652
+ for (let r = 0; r < l.length; r += 1)
653
+ i[r] = _e(oe(t, l, r));
654
+ return {
655
+ c() {
656
+ e = d("div");
657
+ for (let r = 0; r < i.length; r += 1)
658
+ i[r].c();
659
+ g(e, "class", n = "FooterSectionInnerContainer " + /*displaycolumn*/
660
+ (t[7] == "true" ? "DisplayColumn" : "")), g(e, "part", "FooterSectionInnerContainer");
661
+ },
662
+ m(r, o) {
663
+ m(r, e, o);
664
+ for (let s = 0; s < i.length; s += 1)
665
+ i[s] && i[s].m(e, null);
666
+ },
667
+ p(r, o) {
668
+ if (o[0] & /*footerhelperlinks, clientstyling, displaycolumn, baseurl, lang*/
669
+ 17344) {
670
+ l = b(
671
+ /*footerhelperlinks*/
672
+ r[14]
673
+ );
674
+ let s;
675
+ for (s = 0; s < l.length; s += 1) {
676
+ const a = oe(r, l, s);
677
+ i[s] ? i[s].p(a, o) : (i[s] = _e(a), i[s].c(), i[s].m(e, null));
678
+ }
679
+ for (; s < i.length; s += 1)
680
+ i[s].d(1);
681
+ i.length = l.length;
682
+ }
683
+ o[0] & /*displaycolumn*/
684
+ 128 && n !== (n = "FooterSectionInnerContainer " + /*displaycolumn*/
685
+ (r[7] == "true" ? "DisplayColumn" : "")) && g(e, "class", n);
686
+ },
687
+ d(r) {
688
+ r && _(e), L(i, r);
689
+ }
690
+ };
691
+ }
692
+ function it(t) {
693
+ let e, n = b(
694
+ /*footervendors*/
695
+ t[13]
696
+ ), l = [];
697
+ for (let i = 0; i < n.length; i += 1)
698
+ l[i] = ge(re(t, n, i));
699
+ return {
700
+ c() {
701
+ e = d("div");
702
+ for (let i = 0; i < l.length; i += 1)
703
+ l[i].c();
704
+ g(e, "class", "FooterSectionInnerContainer"), g(e, "part", "FooterSectionInnerContainer");
705
+ },
706
+ m(i, r) {
707
+ m(i, e, r);
708
+ for (let o = 0; o < l.length; o += 1)
709
+ l[o] && l[o].m(e, null);
710
+ },
711
+ p(i, r) {
712
+ if (r[0] & /*footervendors, clientstyling, baseurl, lang*/
713
+ 9024) {
714
+ n = b(
715
+ /*footervendors*/
716
+ i[13]
717
+ );
718
+ let o;
719
+ for (o = 0; o < n.length; o += 1) {
720
+ const s = re(i, n, o);
721
+ l[o] ? l[o].p(s, r) : (l[o] = ge(s), l[o].c(), l[o].m(e, null));
722
+ }
723
+ for (; o < l.length; o += 1)
724
+ l[o].d(1);
725
+ l.length = n.length;
726
+ }
727
+ },
728
+ d(i) {
729
+ i && _(e), L(l, i);
730
+ }
731
+ };
732
+ }
733
+ function ot(t) {
734
+ let e, n = b(
735
+ /*footerpayment*/
736
+ t[12]
737
+ ), l = [];
738
+ for (let i = 0; i < n.length; i += 1)
739
+ l[i] = me(ae(t, n, i));
740
+ return {
741
+ c() {
742
+ e = d("div");
743
+ for (let i = 0; i < l.length; i += 1)
744
+ l[i].c();
745
+ g(e, "class", "FooterSectionInnerContainer"), g(e, "part", "FooterSectionInnerContainer");
746
+ },
747
+ m(i, r) {
748
+ m(i, e, r);
749
+ for (let o = 0; o < l.length; o += 1)
750
+ l[o] && l[o].m(e, null);
751
+ },
752
+ p(i, r) {
753
+ if (r[0] & /*footerpayment, clientstyling, baseurl, lang*/
754
+ 4928) {
755
+ n = b(
756
+ /*footerpayment*/
757
+ i[12]
758
+ );
759
+ let o;
760
+ for (o = 0; o < n.length; o += 1) {
761
+ const s = ae(i, n, o);
762
+ l[o] ? l[o].p(s, r) : (l[o] = me(s), l[o].c(), l[o].m(e, null));
763
+ }
764
+ for (; o < l.length; o += 1)
765
+ l[o].d(1);
766
+ l.length = n.length;
767
+ }
768
+ },
769
+ d(i) {
770
+ i && _(e), L(l, i);
771
+ }
772
+ };
773
+ }
774
+ function st(t) {
775
+ let e, n = b(
776
+ /*footersponsors*/
777
+ t[11]
778
+ ), l = [];
779
+ for (let i = 0; i < n.length; i += 1)
780
+ l[i] = de(fe(t, n, i));
781
+ return {
782
+ c() {
783
+ e = d("div");
784
+ for (let i = 0; i < l.length; i += 1)
785
+ l[i].c();
786
+ g(e, "class", "FooterSectionInnerContainer"), g(e, "part", "FooterSectionInnerContainer");
787
+ },
788
+ m(i, r) {
789
+ m(i, e, r);
790
+ for (let o = 0; o < l.length; o += 1)
791
+ l[o] && l[o].m(e, null);
792
+ },
793
+ p(i, r) {
794
+ if (r[0] & /*footersponsors, clientstyling, baseurl, lang*/
795
+ 2880) {
796
+ n = b(
797
+ /*footersponsors*/
798
+ i[11]
799
+ );
800
+ let o;
801
+ for (o = 0; o < n.length; o += 1) {
802
+ const s = fe(i, n, o);
803
+ l[o] ? l[o].p(s, r) : (l[o] = de(s), l[o].c(), l[o].m(e, null));
804
+ }
805
+ for (; o < l.length; o += 1)
806
+ l[o].d(1);
807
+ l.length = n.length;
808
+ }
809
+ },
810
+ d(i) {
811
+ i && _(e), L(l, i);
812
+ }
813
+ };
814
+ }
815
+ function ce(t) {
816
+ let e, n, l, i, r, o;
817
+ return {
818
+ c() {
819
+ var s, a;
820
+ e = d("casino-footer-thumbnail"), f(e, "sociallinkurl", n = /*footerData*/
821
+ t[30].socialLinkUrl), f(e, "sociallinkimage", l = /*footerData*/
822
+ t[30].socialLinkImage), f(e, "sociallinktitle", i = /*footerData*/
823
+ t[30].socialLinkTitle), f(
824
+ e,
825
+ "clientstyling",
826
+ /*clientstyling*/
827
+ t[6]
828
+ ), f(e, "linktype", r = /*footerData*/
829
+ (s = t[30]) == null ? void 0 : s.isExternalLink), f(e, "target", o = /*footerData*/
830
+ (a = t[30]) == null ? void 0 : a.target), f(
831
+ e,
832
+ "baseurl",
833
+ /*baseurl*/
834
+ t[8]
835
+ ), f(
836
+ e,
837
+ "lang",
838
+ /*lang*/
839
+ t[9]
840
+ );
841
+ },
842
+ m(s, a) {
843
+ m(s, e, a);
844
+ },
845
+ p(s, a) {
846
+ var c, h;
847
+ a[0] & /*footersociallinks*/
848
+ 65536 && n !== (n = /*footerData*/
849
+ s[30].socialLinkUrl) && f(e, "sociallinkurl", n), a[0] & /*footersociallinks*/
850
+ 65536 && l !== (l = /*footerData*/
851
+ s[30].socialLinkImage) && f(e, "sociallinkimage", l), a[0] & /*footersociallinks*/
852
+ 65536 && i !== (i = /*footerData*/
853
+ s[30].socialLinkTitle) && f(e, "sociallinktitle", i), a[0] & /*clientstyling*/
854
+ 64 && f(
855
+ e,
856
+ "clientstyling",
857
+ /*clientstyling*/
858
+ s[6]
859
+ ), a[0] & /*footersociallinks*/
860
+ 65536 && r !== (r = /*footerData*/
861
+ (c = s[30]) == null ? void 0 : c.isExternalLink) && f(e, "linktype", r), a[0] & /*footersociallinks*/
862
+ 65536 && o !== (o = /*footerData*/
863
+ (h = s[30]) == null ? void 0 : h.target) && f(e, "target", o), a[0] & /*baseurl*/
864
+ 256 && f(
865
+ e,
866
+ "baseurl",
867
+ /*baseurl*/
868
+ s[8]
869
+ ), a[0] & /*lang*/
870
+ 512 && f(
871
+ e,
872
+ "lang",
873
+ /*lang*/
874
+ s[9]
875
+ );
876
+ },
877
+ d(s) {
878
+ s && _(e);
879
+ }
880
+ };
881
+ }
882
+ function ue(t) {
883
+ let e, n, l, i, r, o;
884
+ return {
885
+ c() {
886
+ var s, a;
887
+ e = d("casino-footer-thumbnail"), f(e, "licenseurl", n = /*footerData*/
888
+ t[30].licenseUrl), f(e, "licenseimage", l = /*footerData*/
889
+ t[30].licenseImage), f(e, "licensetitle", i = /*footerData*/
890
+ t[30].licenseTitle), f(
891
+ e,
892
+ "clientstyling",
893
+ /*clientstyling*/
894
+ t[6]
895
+ ), f(e, "linktype", r = /*footerData*/
896
+ (s = t[30]) == null ? void 0 : s.isExternalLink), f(e, "target", o = /*footerData*/
897
+ (a = t[30]) == null ? void 0 : a.target), f(
898
+ e,
899
+ "baseurl",
900
+ /*baseurl*/
901
+ t[8]
902
+ ), f(
903
+ e,
904
+ "lang",
905
+ /*lang*/
906
+ t[9]
907
+ );
908
+ },
909
+ m(s, a) {
910
+ m(s, e, a);
911
+ },
912
+ p(s, a) {
913
+ var c, h;
914
+ a[0] & /*footerlicenses*/
915
+ 32768 && n !== (n = /*footerData*/
916
+ s[30].licenseUrl) && f(e, "licenseurl", n), a[0] & /*footerlicenses*/
917
+ 32768 && l !== (l = /*footerData*/
918
+ s[30].licenseImage) && f(e, "licenseimage", l), a[0] & /*footerlicenses*/
919
+ 32768 && i !== (i = /*footerData*/
920
+ s[30].licenseTitle) && f(e, "licensetitle", i), a[0] & /*clientstyling*/
921
+ 64 && f(
922
+ e,
923
+ "clientstyling",
924
+ /*clientstyling*/
925
+ s[6]
926
+ ), a[0] & /*footerlicenses*/
927
+ 32768 && r !== (r = /*footerData*/
928
+ (c = s[30]) == null ? void 0 : c.isExternalLink) && f(e, "linktype", r), a[0] & /*footerlicenses*/
929
+ 32768 && o !== (o = /*footerData*/
930
+ (h = s[30]) == null ? void 0 : h.target) && f(e, "target", o), a[0] & /*baseurl*/
931
+ 256 && f(
932
+ e,
933
+ "baseurl",
934
+ /*baseurl*/
935
+ s[8]
936
+ ), a[0] & /*lang*/
937
+ 512 && f(
938
+ e,
939
+ "lang",
940
+ /*lang*/
941
+ s[9]
942
+ );
943
+ },
944
+ d(s) {
945
+ s && _(e);
946
+ }
947
+ };
948
+ }
949
+ function rt(t) {
950
+ let e, n, l, i, r, o;
951
+ return {
952
+ c() {
953
+ var s, a;
954
+ e = d("casino-footer-thumbnail"), f(e, "helperlinkurl", n = /*item*/
955
+ t[33].helpLinkUrl), f(e, "helperlinkimage", l = /*item*/
956
+ t[33].helpLinkImage), f(e, "helperlinktitle", i = /*item*/
957
+ t[33].helpLinkTitle), f(
958
+ e,
959
+ "clientstyling",
960
+ /*clientstyling*/
961
+ t[6]
962
+ ), f(
963
+ e,
964
+ "displaycolumn",
965
+ /*displaycolumn*/
966
+ t[7]
967
+ ), f(e, "linktype", r = /*item*/
968
+ (s = t[33]) == null ? void 0 : s.helpLinkType), f(e, "target", o = /*item*/
969
+ (a = t[33]) == null ? void 0 : a.target), f(
970
+ e,
971
+ "baseurl",
972
+ /*baseurl*/
973
+ t[8]
974
+ ), f(
975
+ e,
976
+ "lang",
977
+ /*lang*/
978
+ t[9]
979
+ );
980
+ },
981
+ m(s, a) {
982
+ m(s, e, a);
983
+ },
984
+ p(s, a) {
985
+ var c, h;
986
+ a[0] & /*footerhelperlinks*/
987
+ 16384 && n !== (n = /*item*/
988
+ s[33].helpLinkUrl) && f(e, "helperlinkurl", n), a[0] & /*footerhelperlinks*/
989
+ 16384 && l !== (l = /*item*/
990
+ s[33].helpLinkImage) && f(e, "helperlinkimage", l), a[0] & /*footerhelperlinks*/
991
+ 16384 && i !== (i = /*item*/
992
+ s[33].helpLinkTitle) && f(e, "helperlinktitle", i), a[0] & /*clientstyling*/
993
+ 64 && f(
994
+ e,
995
+ "clientstyling",
996
+ /*clientstyling*/
997
+ s[6]
998
+ ), a[0] & /*displaycolumn*/
999
+ 128 && f(
1000
+ e,
1001
+ "displaycolumn",
1002
+ /*displaycolumn*/
1003
+ s[7]
1004
+ ), a[0] & /*footerhelperlinks*/
1005
+ 16384 && r !== (r = /*item*/
1006
+ (c = s[33]) == null ? void 0 : c.helpLinkType) && f(e, "linktype", r), a[0] & /*footerhelperlinks*/
1007
+ 16384 && o !== (o = /*item*/
1008
+ (h = s[33]) == null ? void 0 : h.target) && f(e, "target", o), a[0] & /*baseurl*/
1009
+ 256 && f(
1010
+ e,
1011
+ "baseurl",
1012
+ /*baseurl*/
1013
+ s[8]
1014
+ ), a[0] & /*lang*/
1015
+ 512 && f(
1016
+ e,
1017
+ "lang",
1018
+ /*lang*/
1019
+ s[9]
1020
+ );
1021
+ },
1022
+ d(s) {
1023
+ s && _(e);
1024
+ }
1025
+ };
1026
+ }
1027
+ function at(t) {
1028
+ let e, n = b(
1029
+ /*item*/
1030
+ t[33].value
1031
+ ), l = [];
1032
+ for (let i = 0; i < n.length; i += 1)
1033
+ l[i] = he(se(t, n, i));
1034
+ return {
1035
+ c() {
1036
+ for (let i = 0; i < l.length; i += 1)
1037
+ l[i].c();
1038
+ e = $e();
1039
+ },
1040
+ m(i, r) {
1041
+ for (let o = 0; o < l.length; o += 1)
1042
+ l[o] && l[o].m(i, r);
1043
+ m(i, e, r);
1044
+ },
1045
+ p(i, r) {
1046
+ if (r[0] & /*footerhelperlinks, clientstyling, displaycolumn, baseurl, lang*/
1047
+ 17344) {
1048
+ n = b(
1049
+ /*item*/
1050
+ i[33].value
1051
+ );
1052
+ let o;
1053
+ for (o = 0; o < n.length; o += 1) {
1054
+ const s = se(i, n, o);
1055
+ l[o] ? l[o].p(s, r) : (l[o] = he(s), l[o].c(), l[o].m(e.parentNode, e));
1056
+ }
1057
+ for (; o < l.length; o += 1)
1058
+ l[o].d(1);
1059
+ l.length = n.length;
1060
+ }
1061
+ },
1062
+ d(i) {
1063
+ i && _(e), L(l, i);
1064
+ }
1065
+ };
1066
+ }
1067
+ function he(t) {
1068
+ let e, n, l, i, r, o;
1069
+ return {
1070
+ c() {
1071
+ var s, a;
1072
+ e = d("casino-footer-thumbnail"), f(e, "helperlinkurl", n = /*footerData*/
1073
+ t[30].helpLinkUrl), f(e, "helperlinkimage", l = /*footerData*/
1074
+ t[30].helpLinkImage), f(e, "helperlinktitle", i = /*footerData*/
1075
+ t[30].helpLinkTitle), f(
1076
+ e,
1077
+ "clientstyling",
1078
+ /*clientstyling*/
1079
+ t[6]
1080
+ ), f(
1081
+ e,
1082
+ "displaycolumn",
1083
+ /*displaycolumn*/
1084
+ t[7]
1085
+ ), f(e, "linktype", r = /*footerData*/
1086
+ (s = t[30]) == null ? void 0 : s.helpLinkType), f(e, "target", o = /*footerData*/
1087
+ (a = t[30]) == null ? void 0 : a.target), f(
1088
+ e,
1089
+ "baseurl",
1090
+ /*baseurl*/
1091
+ t[8]
1092
+ ), f(
1093
+ e,
1094
+ "lang",
1095
+ /*lang*/
1096
+ t[9]
1097
+ );
1098
+ },
1099
+ m(s, a) {
1100
+ m(s, e, a);
1101
+ },
1102
+ p(s, a) {
1103
+ var c, h;
1104
+ a[0] & /*footerhelperlinks*/
1105
+ 16384 && n !== (n = /*footerData*/
1106
+ s[30].helpLinkUrl) && f(e, "helperlinkurl", n), a[0] & /*footerhelperlinks*/
1107
+ 16384 && l !== (l = /*footerData*/
1108
+ s[30].helpLinkImage) && f(e, "helperlinkimage", l), a[0] & /*footerhelperlinks*/
1109
+ 16384 && i !== (i = /*footerData*/
1110
+ s[30].helpLinkTitle) && f(e, "helperlinktitle", i), a[0] & /*clientstyling*/
1111
+ 64 && f(
1112
+ e,
1113
+ "clientstyling",
1114
+ /*clientstyling*/
1115
+ s[6]
1116
+ ), a[0] & /*displaycolumn*/
1117
+ 128 && f(
1118
+ e,
1119
+ "displaycolumn",
1120
+ /*displaycolumn*/
1121
+ s[7]
1122
+ ), a[0] & /*footerhelperlinks*/
1123
+ 16384 && r !== (r = /*footerData*/
1124
+ (c = s[30]) == null ? void 0 : c.helpLinkType) && f(e, "linktype", r), a[0] & /*footerhelperlinks*/
1125
+ 16384 && o !== (o = /*footerData*/
1126
+ (h = s[30]) == null ? void 0 : h.target) && f(e, "target", o), a[0] & /*baseurl*/
1127
+ 256 && f(
1128
+ e,
1129
+ "baseurl",
1130
+ /*baseurl*/
1131
+ s[8]
1132
+ ), a[0] & /*lang*/
1133
+ 512 && f(
1134
+ e,
1135
+ "lang",
1136
+ /*lang*/
1137
+ s[9]
1138
+ );
1139
+ },
1140
+ d(s) {
1141
+ s && _(e);
1142
+ }
1143
+ };
1144
+ }
1145
+ function _e(t) {
1146
+ let e, n;
1147
+ function l(o, s) {
1148
+ return s[0] & /*footerhelperlinks*/
1149
+ 16384 && (e = null), e == null && (e = !!/*item*/
1150
+ o[33].hasOwnProperty("value")), e ? at : rt;
1151
+ }
1152
+ let i = l(t, [-1, -1]), r = i(t);
1153
+ return {
1154
+ c() {
1155
+ r.c(), n = $e();
1156
+ },
1157
+ m(o, s) {
1158
+ r.m(o, s), m(o, n, s);
1159
+ },
1160
+ p(o, s) {
1161
+ i === (i = l(o, s)) && r ? r.p(o, s) : (r.d(1), r = i(o), r && (r.c(), r.m(n.parentNode, n)));
1162
+ },
1163
+ d(o) {
1164
+ o && _(n), r.d(o);
1165
+ }
1166
+ };
1167
+ }
1168
+ function ge(t) {
1169
+ let e, n, l, i, r, o;
1170
+ return {
1171
+ c() {
1172
+ var s, a;
1173
+ e = d("casino-footer-thumbnail"), f(e, "vendorurl", n = /*footerData*/
1174
+ t[30].gameVendorUrl), f(e, "vendorimage", l = /*footerData*/
1175
+ t[30].gameVendorImage), f(e, "vendortitle", i = /*footerData*/
1176
+ t[30].gameVendorTitle), f(
1177
+ e,
1178
+ "clientstyling",
1179
+ /*clientstyling*/
1180
+ t[6]
1181
+ ), f(e, "linktype", r = /*footerData*/
1182
+ (s = t[30]) == null ? void 0 : s.isExternalLink), f(e, "target", o = /*footerData*/
1183
+ (a = t[30]) == null ? void 0 : a.target), f(
1184
+ e,
1185
+ "baseurl",
1186
+ /*baseurl*/
1187
+ t[8]
1188
+ ), f(
1189
+ e,
1190
+ "lang",
1191
+ /*lang*/
1192
+ t[9]
1193
+ );
1194
+ },
1195
+ m(s, a) {
1196
+ m(s, e, a);
1197
+ },
1198
+ p(s, a) {
1199
+ var c, h;
1200
+ a[0] & /*footervendors*/
1201
+ 8192 && n !== (n = /*footerData*/
1202
+ s[30].gameVendorUrl) && f(e, "vendorurl", n), a[0] & /*footervendors*/
1203
+ 8192 && l !== (l = /*footerData*/
1204
+ s[30].gameVendorImage) && f(e, "vendorimage", l), a[0] & /*footervendors*/
1205
+ 8192 && i !== (i = /*footerData*/
1206
+ s[30].gameVendorTitle) && f(e, "vendortitle", i), a[0] & /*clientstyling*/
1207
+ 64 && f(
1208
+ e,
1209
+ "clientstyling",
1210
+ /*clientstyling*/
1211
+ s[6]
1212
+ ), a[0] & /*footervendors*/
1213
+ 8192 && r !== (r = /*footerData*/
1214
+ (c = s[30]) == null ? void 0 : c.isExternalLink) && f(e, "linktype", r), a[0] & /*footervendors*/
1215
+ 8192 && o !== (o = /*footerData*/
1216
+ (h = s[30]) == null ? void 0 : h.target) && f(e, "target", o), a[0] & /*baseurl*/
1217
+ 256 && f(
1218
+ e,
1219
+ "baseurl",
1220
+ /*baseurl*/
1221
+ s[8]
1222
+ ), a[0] & /*lang*/
1223
+ 512 && f(
1224
+ e,
1225
+ "lang",
1226
+ /*lang*/
1227
+ s[9]
1228
+ );
1229
+ },
1230
+ d(s) {
1231
+ s && _(e);
1232
+ }
1233
+ };
1234
+ }
1235
+ function me(t) {
1236
+ let e, n, l, i, r, o;
1237
+ return {
1238
+ c() {
1239
+ var s, a;
1240
+ e = d("casino-footer-thumbnail"), f(e, "paymenturl", n = /*paymentData*/
1241
+ t[27].paymentMethodUrl), f(e, "paymentimage", l = /*paymentData*/
1242
+ t[27].paymentMethodImage), f(e, "paymenttitle", i = /*paymentData*/
1243
+ t[27].paymentMethodTitle), f(
1244
+ e,
1245
+ "clientstyling",
1246
+ /*clientstyling*/
1247
+ t[6]
1248
+ ), f(e, "linktype", r = /*paymentData*/
1249
+ (s = t[27]) == null ? void 0 : s.isExternalLink), f(e, "target", o = /*paymentData*/
1250
+ (a = t[27]) == null ? void 0 : a.target), f(
1251
+ e,
1252
+ "baseurl",
1253
+ /*baseurl*/
1254
+ t[8]
1255
+ ), f(
1256
+ e,
1257
+ "lang",
1258
+ /*lang*/
1259
+ t[9]
1260
+ );
1261
+ },
1262
+ m(s, a) {
1263
+ m(s, e, a);
1264
+ },
1265
+ p(s, a) {
1266
+ var c, h;
1267
+ a[0] & /*footerpayment*/
1268
+ 4096 && n !== (n = /*paymentData*/
1269
+ s[27].paymentMethodUrl) && f(e, "paymenturl", n), a[0] & /*footerpayment*/
1270
+ 4096 && l !== (l = /*paymentData*/
1271
+ s[27].paymentMethodImage) && f(e, "paymentimage", l), a[0] & /*footerpayment*/
1272
+ 4096 && i !== (i = /*paymentData*/
1273
+ s[27].paymentMethodTitle) && f(e, "paymenttitle", i), a[0] & /*clientstyling*/
1274
+ 64 && f(
1275
+ e,
1276
+ "clientstyling",
1277
+ /*clientstyling*/
1278
+ s[6]
1279
+ ), a[0] & /*footerpayment*/
1280
+ 4096 && r !== (r = /*paymentData*/
1281
+ (c = s[27]) == null ? void 0 : c.isExternalLink) && f(e, "linktype", r), a[0] & /*footerpayment*/
1282
+ 4096 && o !== (o = /*paymentData*/
1283
+ (h = s[27]) == null ? void 0 : h.target) && f(e, "target", o), a[0] & /*baseurl*/
1284
+ 256 && f(
1285
+ e,
1286
+ "baseurl",
1287
+ /*baseurl*/
1288
+ s[8]
1289
+ ), a[0] & /*lang*/
1290
+ 512 && f(
1291
+ e,
1292
+ "lang",
1293
+ /*lang*/
1294
+ s[9]
1295
+ );
1296
+ },
1297
+ d(s) {
1298
+ s && _(e);
1299
+ }
1300
+ };
1301
+ }
1302
+ function de(t) {
1303
+ let e, n, l, i, r, o;
1304
+ return {
1305
+ c() {
1306
+ var s, a;
1307
+ e = d("casino-footer-thumbnail"), f(e, "sponsorurl", n = /*sponsorData*/
1308
+ t[24].sponsorUrl), f(e, "sponsorimage", l = /*sponsorData*/
1309
+ t[24].sponsorImage), f(e, "sponsortitle", i = /*sponsorData*/
1310
+ t[24].sponsorTitle), f(
1311
+ e,
1312
+ "clientstyling",
1313
+ /*clientstyling*/
1314
+ t[6]
1315
+ ), f(e, "linktype", r = /*sponsorData*/
1316
+ (s = t[24]) == null ? void 0 : s.isExternalLink), f(e, "target", o = /*sponsorData*/
1317
+ (a = t[24]) == null ? void 0 : a.target), f(
1318
+ e,
1319
+ "baseurl",
1320
+ /*baseurl*/
1321
+ t[8]
1322
+ ), f(
1323
+ e,
1324
+ "lang",
1325
+ /*lang*/
1326
+ t[9]
1327
+ );
1328
+ },
1329
+ m(s, a) {
1330
+ m(s, e, a);
1331
+ },
1332
+ p(s, a) {
1333
+ var c, h;
1334
+ a[0] & /*footersponsors*/
1335
+ 2048 && n !== (n = /*sponsorData*/
1336
+ s[24].sponsorUrl) && f(e, "sponsorurl", n), a[0] & /*footersponsors*/
1337
+ 2048 && l !== (l = /*sponsorData*/
1338
+ s[24].sponsorImage) && f(e, "sponsorimage", l), a[0] & /*footersponsors*/
1339
+ 2048 && i !== (i = /*sponsorData*/
1340
+ s[24].sponsorTitle) && f(e, "sponsortitle", i), a[0] & /*clientstyling*/
1341
+ 64 && f(
1342
+ e,
1343
+ "clientstyling",
1344
+ /*clientstyling*/
1345
+ s[6]
1346
+ ), a[0] & /*footersponsors*/
1347
+ 2048 && r !== (r = /*sponsorData*/
1348
+ (c = s[24]) == null ? void 0 : c.isExternalLink) && f(e, "linktype", r), a[0] & /*footersponsors*/
1349
+ 2048 && o !== (o = /*sponsorData*/
1350
+ (h = s[24]) == null ? void 0 : h.target) && f(e, "target", o), a[0] & /*baseurl*/
1351
+ 256 && f(
1352
+ e,
1353
+ "baseurl",
1354
+ /*baseurl*/
1355
+ s[8]
1356
+ ), a[0] & /*lang*/
1357
+ 512 && f(
1358
+ e,
1359
+ "lang",
1360
+ /*lang*/
1361
+ s[9]
1362
+ );
1363
+ },
1364
+ d(s) {
1365
+ s && _(e);
1366
+ }
1367
+ };
1368
+ }
1369
+ function ft(t) {
1370
+ let e;
1371
+ function n(r, o) {
1372
+ if (
1373
+ /*sponsorflag*/
1374
+ r[0] && /*footersponsors*/
1375
+ r[11].length
1376
+ ) return st;
1377
+ if (
1378
+ /*paymentflag*/
1379
+ r[1] && /*footerpayment*/
1380
+ r[12].length
1381
+ ) return ot;
1382
+ if (
1383
+ /*vendorflag*/
1384
+ r[2] && /*footervendors*/
1385
+ r[13].length
1386
+ ) return it;
1387
+ if (
1388
+ /*helperflag*/
1389
+ r[3] && /*footerhelperlinks*/
1390
+ r[14].length
1391
+ ) return lt;
1392
+ if (
1393
+ /*licenseflag*/
1394
+ r[4] && /*footerlicenses*/
1395
+ r[15].length
1396
+ ) return nt;
1397
+ if (
1398
+ /*socialflag*/
1399
+ r[5] && /*footersociallinks*/
1400
+ r[16].length
1401
+ ) return tt;
1402
+ }
1403
+ let l = n(t), i = l && l(t);
1404
+ return {
1405
+ c() {
1406
+ e = d("div"), i && i.c(), g(e, "class", "FooterSectionContainer"), g(e, "part", "FooterSectionContainer");
1407
+ },
1408
+ m(r, o) {
1409
+ m(r, e, o), i && i.m(e, null), t[20](e);
1410
+ },
1411
+ p(r, o) {
1412
+ l === (l = n(r)) && i ? i.p(r, o) : (i && i.d(1), i = l && l(r), i && (i.c(), i.m(e, null)));
1413
+ },
1414
+ i: w,
1415
+ o: w,
1416
+ d(r) {
1417
+ r && _(e), i && i.d(), t[20](null);
1418
+ }
1419
+ };
1420
+ }
1421
+ let ct = /^(?:[^\/]*\/){2}[^\/]+/g;
1422
+ function ut(t, e, n) {
1423
+ let { sponsorflag: l = "" } = e, { paymentflag: i = "" } = e, { vendorflag: r = "" } = e, { helperflag: o = "" } = e, { licenseflag: s = "" } = e, { socialflag: a = "" } = e, { clientstyling: c = "" } = e, { clientstylingurl: h = "" } = e, { target: k = "" } = e, { displaycolumn: I = "" } = e, { category: y = "" } = e, { baseurl: T = "" } = e, { lang: z = "" } = e, J = [], G = [], K = [], j = [], Q = [], W = [], v;
1424
+ const X = (u) => {
1425
+ u.origin == window.location.href.match(ct)[0] && u.data && u.data.type === "FooterData" && (n(11, J = u.data.sponsorsRepeater), n(12, G = u.data.paymentMethodsRepeater), n(13, K = u.data.gameVendorsRepeater), n(14, j = u.data.helpLinksRepeater), n(15, Q = u.data.licensesRepeater), n(16, W = u.data.socialLinksRepeater), y && n(14, j = j.filter((U) => U.key == y)));
1426
+ }, ve = () => {
1427
+ let u = document.createElement("style");
1428
+ u.innerHTML = c, v.appendChild(u);
1429
+ }, we = () => {
1430
+ let u = new URL(h), U = document.createElement("style");
1431
+ fetch(u.href).then((A) => A.text()).then((A) => {
1432
+ U.innerHTML = A, setTimeout(
1433
+ () => {
1434
+ v.appendChild(U);
1435
+ },
1436
+ 1
1437
+ );
1438
+ });
1439
+ };
1440
+ Ve(() => (window.addEventListener("message", X, !1), () => {
1441
+ window.removeEventListener("message", X);
1442
+ }));
1443
+ function Le(u) {
1444
+ V[u ? "unshift" : "push"](() => {
1445
+ v = u, n(10, v);
1446
+ });
1447
+ }
1448
+ return t.$$set = (u) => {
1449
+ "sponsorflag" in u && n(0, l = u.sponsorflag), "paymentflag" in u && n(1, i = u.paymentflag), "vendorflag" in u && n(2, r = u.vendorflag), "helperflag" in u && n(3, o = u.helperflag), "licenseflag" in u && n(4, s = u.licenseflag), "socialflag" in u && n(5, a = u.socialflag), "clientstyling" in u && n(6, c = u.clientstyling), "clientstylingurl" in u && n(17, h = u.clientstylingurl), "target" in u && n(18, k = u.target), "displaycolumn" in u && n(7, I = u.displaycolumn), "category" in u && n(19, y = u.category), "baseurl" in u && n(8, T = u.baseurl), "lang" in u && n(9, z = u.lang);
1450
+ }, t.$$.update = () => {
1451
+ t.$$.dirty[0] & /*clientstyling, customStylingContainer*/
1452
+ 1088 && c && v && ve(), t.$$.dirty[0] & /*clientstylingurl, customStylingContainer*/
1453
+ 132096 && h && v && we();
1454
+ }, [
1455
+ l,
1456
+ i,
1457
+ r,
1458
+ o,
1459
+ s,
1460
+ a,
1461
+ c,
1462
+ I,
1463
+ T,
1464
+ z,
1465
+ v,
1466
+ J,
1467
+ G,
1468
+ K,
1469
+ j,
1470
+ Q,
1471
+ W,
1472
+ h,
1473
+ k,
1474
+ y,
1475
+ Le
1476
+ ];
1477
+ }
1478
+ class ye extends Ze {
1479
+ constructor(e) {
1480
+ super(), Xe(
1481
+ this,
1482
+ e,
1483
+ ut,
1484
+ ft,
1485
+ Fe,
1486
+ {
1487
+ sponsorflag: 0,
1488
+ paymentflag: 1,
1489
+ vendorflag: 2,
1490
+ helperflag: 3,
1491
+ licenseflag: 4,
1492
+ socialflag: 5,
1493
+ clientstyling: 6,
1494
+ clientstylingurl: 17,
1495
+ target: 18,
1496
+ displaycolumn: 7,
1497
+ category: 19,
1498
+ baseurl: 8,
1499
+ lang: 9
1500
+ },
1501
+ et,
1502
+ [-1, -1]
1503
+ );
1504
+ }
1505
+ get sponsorflag() {
1506
+ return this.$$.ctx[0];
1507
+ }
1508
+ set sponsorflag(e) {
1509
+ this.$$set({ sponsorflag: e }), p();
1510
+ }
1511
+ get paymentflag() {
1512
+ return this.$$.ctx[1];
1513
+ }
1514
+ set paymentflag(e) {
1515
+ this.$$set({ paymentflag: e }), p();
1516
+ }
1517
+ get vendorflag() {
1518
+ return this.$$.ctx[2];
1519
+ }
1520
+ set vendorflag(e) {
1521
+ this.$$set({ vendorflag: e }), p();
1522
+ }
1523
+ get helperflag() {
1524
+ return this.$$.ctx[3];
1525
+ }
1526
+ set helperflag(e) {
1527
+ this.$$set({ helperflag: e }), p();
1528
+ }
1529
+ get licenseflag() {
1530
+ return this.$$.ctx[4];
1531
+ }
1532
+ set licenseflag(e) {
1533
+ this.$$set({ licenseflag: e }), p();
1534
+ }
1535
+ get socialflag() {
1536
+ return this.$$.ctx[5];
1537
+ }
1538
+ set socialflag(e) {
1539
+ this.$$set({ socialflag: e }), p();
1540
+ }
1541
+ get clientstyling() {
1542
+ return this.$$.ctx[6];
1543
+ }
1544
+ set clientstyling(e) {
1545
+ this.$$set({ clientstyling: e }), p();
1546
+ }
1547
+ get clientstylingurl() {
1548
+ return this.$$.ctx[17];
1549
+ }
1550
+ set clientstylingurl(e) {
1551
+ this.$$set({ clientstylingurl: e }), p();
1552
+ }
1553
+ get target() {
1554
+ return this.$$.ctx[18];
1555
+ }
1556
+ set target(e) {
1557
+ this.$$set({ target: e }), p();
1558
+ }
1559
+ get displaycolumn() {
1560
+ return this.$$.ctx[7];
1561
+ }
1562
+ set displaycolumn(e) {
1563
+ this.$$set({ displaycolumn: e }), p();
1564
+ }
1565
+ get category() {
1566
+ return this.$$.ctx[19];
1567
+ }
1568
+ set category(e) {
1569
+ this.$$set({ category: e }), p();
1570
+ }
1571
+ get baseurl() {
1572
+ return this.$$.ctx[8];
1573
+ }
1574
+ set baseurl(e) {
1575
+ this.$$set({ baseurl: e }), p();
1576
+ }
1577
+ get lang() {
1578
+ return this.$$.ctx[9];
1579
+ }
1580
+ set lang(e) {
1581
+ this.$$set({ lang: e }), p();
1582
+ }
1583
+ }
1584
+ Ye(ye, { sponsorflag: {}, paymentflag: {}, vendorflag: {}, helperflag: {}, licenseflag: {}, socialflag: {}, clientstyling: {}, clientstylingurl: {}, target: {}, displaycolumn: {}, category: {}, baseurl: {}, lang: {} }, [], [], !0);
1585
+ const Et = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1586
+ __proto__: null,
1587
+ default: ye
1588
+ }, Symbol.toStringTag, { value: "Module" }));
1589
+ export {
1590
+ L as A,
1591
+ f as B,
1592
+ mt as C,
1593
+ pt as D,
1594
+ H as E,
1595
+ vt as F,
1596
+ yt as G,
1597
+ Lt as H,
1598
+ Et as I,
1599
+ Ze as S,
1600
+ Fe as a,
1601
+ Xe as b,
1602
+ Ye as c,
1603
+ Me as d,
1604
+ d as e,
1605
+ p as f,
1606
+ g,
1607
+ m as h,
1608
+ q as i,
1609
+ _ as j,
1610
+ V as k,
1611
+ $e as l,
1612
+ _t as m,
1613
+ w as n,
1614
+ Ue as o,
1615
+ $t as p,
1616
+ bt as q,
1617
+ R as r,
1618
+ je as s,
1619
+ be as t,
1620
+ kt as u,
1621
+ gt as v,
1622
+ Ve as w,
1623
+ dt as x,
1624
+ wt as y,
1625
+ b as z
1626
+ };