@everymatrix/casino-footer 1.60.2 → 1.61.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (30) hide show
  1. package/components/{CasinoFooter-CDdiMGGT.js → CasinoFooter-CJ6uJFYS.js} +231 -230
  2. package/components/{CasinoFooter-NMaGNMN0.js → CasinoFooter-DT9hXvu5.js} +233 -232
  3. package/components/{CasinoFooter-NSWubX7N.cjs → CasinoFooter-DZ5uxkF1.cjs} +4 -4
  4. package/components/{CasinoFooterSection-DGsAcl_-.js → CasinoFooterSection-DLiCSFn5.js} +2 -2
  5. package/components/{CasinoFooterSection-BsmM9NdN.cjs → CasinoFooterSection-DxTgEfUQ.cjs} +1 -1
  6. package/components/{CasinoFooterSection-Cq-QLvi1.js → CasinoFooterSection-MDHNo78W.js} +2 -2
  7. package/components/CasinoFooterThumbnail-BvKPZcX9.js +1218 -0
  8. package/components/CasinoFooterThumbnail-ClEBb_-K.js +1218 -0
  9. package/components/CasinoFooterThumbnail-DyMSvIxC.cjs +1 -0
  10. package/components/{PlayerPanicButton-BPWvnln4.js → PlayerPanicButton-BGuM_76-.js} +1 -1
  11. package/components/{PlayerPanicButton-BuXt0utr.js → PlayerPanicButton-Ch65vzUT.js} +1 -1
  12. package/components/{PlayerPanicButton-BWAqNvQ6.cjs → PlayerPanicButton-DQ2MmJ7Q.cjs} +1 -1
  13. package/es2015/casino-footer.cjs +1 -1
  14. package/es2015/casino-footer.js +1 -1
  15. package/esnext/casino-footer.js +1 -1
  16. package/package.json +1 -1
  17. package/stencil/app-globals-0f993ce5-D-kw1sls.js +5 -0
  18. package/stencil/app-globals-0f993ce5-sCt45RkC.cjs +1 -0
  19. package/stencil/index-b7bbd57e-BBUBsGhp.js +550 -0
  20. package/stencil/index-b7bbd57e-SuDXAV6_.cjs +1 -0
  21. package/stencil/index-b7bbd57e-wJC_uAuk.js +534 -0
  22. package/stencil/ui-image-38c3c15f-ByZECnci.js +39 -0
  23. package/stencil/ui-image-38c3c15f-D_V48h1L.js +39 -0
  24. package/stencil/ui-image-38c3c15f-VguNkCIq.cjs +1 -0
  25. package/stencil/ui-image-BNrzgSpe.js +11 -0
  26. package/stencil/ui-image-CLghOqUz.cjs +1 -0
  27. package/stencil/ui-image-CPH6BqjQ.js +29 -0
  28. package/components/CasinoFooterThumbnail-COkyLjvz.js +0 -1217
  29. package/components/CasinoFooterThumbnail-DA9h6kvb.cjs +0 -1
  30. package/components/CasinoFooterThumbnail-sCs4sICx.js +0 -1217
@@ -1,3 +1,4 @@
1
+ import "../stencil/ui-image-BNrzgSpe.js";
1
2
  function se() {
2
3
  }
3
4
  function os(e) {
@@ -93,12 +94,12 @@ function Ja() {
93
94
  function qt(e, t, r, n) {
94
95
  return e.addEventListener(t, r, n), () => e.removeEventListener(t, r, n);
95
96
  }
96
- function p(e, t, r) {
97
+ function _(e, t, r) {
97
98
  r == null ? e.removeAttribute(t) : e.getAttribute(t) !== r && e.setAttribute(t, r);
98
99
  }
99
- function m(e, t, r) {
100
+ function d(e, t, r) {
100
101
  const n = t.toLowerCase();
101
- n in e ? e[n] = typeof e[n] == "boolean" && r === "" ? !0 : r : t in e ? e[t] = typeof e[t] == "boolean" && r === "" ? !0 : r : p(e, t, r);
102
+ n in e ? e[n] = typeof e[n] == "boolean" && r === "" ? !0 : r : t in e ? e[t] = typeof e[t] == "boolean" && r === "" ? !0 : r : _(e, t, r);
102
103
  }
103
104
  function Qa(e) {
104
105
  return Array.from(e.childNodes);
@@ -124,7 +125,7 @@ function Ka(e) {
124
125
  const t = e.querySelector(":checked");
125
126
  return t && t.__value;
126
127
  }
127
- function Cd(e, t, r) {
128
+ function Ld(e, t, r) {
128
129
  e.classList.toggle(t, !!r);
129
130
  }
130
131
  function eo(e) {
@@ -299,7 +300,7 @@ typeof HTMLElement == "function" && (hs = class extends HTMLElement {
299
300
  let s;
300
301
  return {
301
302
  c: function() {
302
- s = E("slot"), i !== "default" && p(s, "name", i);
303
+ s = E("slot"), i !== "default" && _(s, "name", i);
303
304
  },
304
305
  /**
305
306
  * @param {HTMLElement} target
@@ -490,7 +491,7 @@ if (typeof window < "u") {
490
491
  }
491
492
  };
492
493
  };
493
- customElements.define = e(customElements.define), import("./CasinoFooterSection-Cq-QLvi1.js").then(({ default: t }) => {
494
+ customElements.define = e(customElements.define), import("./CasinoFooterSection-MDHNo78W.js").then(({ default: t }) => {
494
495
  !customElements.get("casino-footer-section") && customElements.define("casino-footer-section", t.element);
495
496
  });
496
497
  }
@@ -506,7 +507,7 @@ if (typeof window < "u") {
506
507
  }
507
508
  };
508
509
  };
509
- customElements.define = e(customElements.define), import("./PlayerPanicButton-BuXt0utr.js").then(({ default: t }) => {
510
+ customElements.define = e(customElements.define), import("./PlayerPanicButton-Ch65vzUT.js").then(({ default: t }) => {
510
511
  !customElements.get("player-panic-button") && customElements.define("player-panic-button", t.element);
511
512
  });
512
513
  }
@@ -2600,103 +2601,103 @@ function Ch() {
2600
2601
  function Lh() {
2601
2602
  return this._isUTC ? "Coordinated Universal Time" : "";
2602
2603
  }
2603
- var d = Pt.prototype;
2604
- d.add = Ou;
2605
- d.calendar = Cu;
2606
- d.clone = Lu;
2607
- d.diff = Uu;
2608
- d.endOf = Qu;
2609
- d.format = $u;
2610
- d.from = zu;
2611
- d.fromNow = Zu;
2612
- d.to = Xu;
2613
- d.toNow = qu;
2614
- d.get = Io;
2615
- d.invalidAt = oh;
2616
- d.isAfter = Au;
2617
- d.isBefore = Iu;
2618
- d.isBetween = Fu;
2619
- d.isSame = Gu;
2620
- d.isSameOrAfter = Bu;
2621
- d.isSameOrBefore = Yu;
2622
- d.isValid = sh;
2623
- d.lang = js;
2624
- d.locale = Ws;
2625
- d.localeData = Vs;
2626
- d.max = su;
2627
- d.min = iu;
2628
- d.parsingFlags = ah;
2629
- d.set = Fo;
2630
- d.startOf = Ju;
2631
- d.subtract = ku;
2632
- d.toArray = rh;
2633
- d.toObject = nh;
2634
- d.toDate = th;
2635
- d.toISOString = ju;
2636
- d.inspect = Vu;
2637
- typeof Symbol < "u" && Symbol.for != null && (d[Symbol.for("nodejs.util.inspect.custom")] = function() {
2604
+ var m = Pt.prototype;
2605
+ m.add = Ou;
2606
+ m.calendar = Cu;
2607
+ m.clone = Lu;
2608
+ m.diff = Uu;
2609
+ m.endOf = Qu;
2610
+ m.format = $u;
2611
+ m.from = zu;
2612
+ m.fromNow = Zu;
2613
+ m.to = Xu;
2614
+ m.toNow = qu;
2615
+ m.get = Io;
2616
+ m.invalidAt = oh;
2617
+ m.isAfter = Au;
2618
+ m.isBefore = Iu;
2619
+ m.isBetween = Fu;
2620
+ m.isSame = Gu;
2621
+ m.isSameOrAfter = Bu;
2622
+ m.isSameOrBefore = Yu;
2623
+ m.isValid = sh;
2624
+ m.lang = js;
2625
+ m.locale = Ws;
2626
+ m.localeData = Vs;
2627
+ m.max = su;
2628
+ m.min = iu;
2629
+ m.parsingFlags = ah;
2630
+ m.set = Fo;
2631
+ m.startOf = Ju;
2632
+ m.subtract = ku;
2633
+ m.toArray = rh;
2634
+ m.toObject = nh;
2635
+ m.toDate = th;
2636
+ m.toISOString = ju;
2637
+ m.inspect = Vu;
2638
+ typeof Symbol < "u" && Symbol.for != null && (m[Symbol.for("nodejs.util.inspect.custom")] = function() {
2638
2639
  return "Moment<" + this.format() + ">";
2639
2640
  });
2640
- d.toJSON = ih;
2641
- d.toString = Wu;
2642
- d.unix = eh;
2643
- d.valueOf = Ku;
2644
- d.creationData = lh;
2645
- d.eraName = ch;
2646
- d.eraNarrow = dh;
2647
- d.eraAbbr = mh;
2648
- d.eraYear = ph;
2649
- d.year = Os;
2650
- d.isLeapYear = nl;
2651
- d.weekYear = Sh;
2652
- d.isoWeekYear = Th;
2653
- d.quarter = d.quarters = Dh;
2654
- d.month = Ms;
2655
- d.daysInMonth = el;
2656
- d.week = d.weeks = ul;
2657
- d.isoWeek = d.isoWeeks = hl;
2658
- d.weeksInYear = xh;
2659
- d.weeksInWeekYear = Oh;
2660
- d.isoWeeksInYear = Eh;
2661
- d.isoWeeksInISOWeekYear = Mh;
2662
- d.date = qs;
2663
- d.day = d.days = Tl;
2664
- d.weekday = El;
2665
- d.isoWeekday = Ml;
2666
- d.dayOfYear = Ph;
2667
- d.hour = d.hours = Hl;
2668
- d.minute = d.minutes = Rh;
2669
- d.second = d.seconds = Hh;
2670
- d.millisecond = d.milliseconds = Js;
2671
- d.utcOffset = mu;
2672
- d.utc = _u;
2673
- d.local = gu;
2674
- d.parseZone = yu;
2675
- d.hasAlignedHourOffset = bu;
2676
- d.isDST = vu;
2677
- d.isLocal = Su;
2678
- d.isUtcOffset = Tu;
2679
- d.isUtc = Gs;
2680
- d.isUTC = Gs;
2681
- d.zoneAbbr = Ch;
2682
- d.zoneName = Lh;
2683
- d.dates = he(
2641
+ m.toJSON = ih;
2642
+ m.toString = Wu;
2643
+ m.unix = eh;
2644
+ m.valueOf = Ku;
2645
+ m.creationData = lh;
2646
+ m.eraName = ch;
2647
+ m.eraNarrow = dh;
2648
+ m.eraAbbr = mh;
2649
+ m.eraYear = ph;
2650
+ m.year = Os;
2651
+ m.isLeapYear = nl;
2652
+ m.weekYear = Sh;
2653
+ m.isoWeekYear = Th;
2654
+ m.quarter = m.quarters = Dh;
2655
+ m.month = Ms;
2656
+ m.daysInMonth = el;
2657
+ m.week = m.weeks = ul;
2658
+ m.isoWeek = m.isoWeeks = hl;
2659
+ m.weeksInYear = xh;
2660
+ m.weeksInWeekYear = Oh;
2661
+ m.isoWeeksInYear = Eh;
2662
+ m.isoWeeksInISOWeekYear = Mh;
2663
+ m.date = qs;
2664
+ m.day = m.days = Tl;
2665
+ m.weekday = El;
2666
+ m.isoWeekday = Ml;
2667
+ m.dayOfYear = Ph;
2668
+ m.hour = m.hours = Hl;
2669
+ m.minute = m.minutes = Rh;
2670
+ m.second = m.seconds = Hh;
2671
+ m.millisecond = m.milliseconds = Js;
2672
+ m.utcOffset = mu;
2673
+ m.utc = _u;
2674
+ m.local = gu;
2675
+ m.parseZone = yu;
2676
+ m.hasAlignedHourOffset = bu;
2677
+ m.isDST = vu;
2678
+ m.isLocal = Su;
2679
+ m.isUtcOffset = Tu;
2680
+ m.isUtc = Gs;
2681
+ m.isUTC = Gs;
2682
+ m.zoneAbbr = Ch;
2683
+ m.zoneName = Lh;
2684
+ m.dates = he(
2684
2685
  "dates accessor is deprecated. Use date instead.",
2685
2686
  qs
2686
2687
  );
2687
- d.months = he(
2688
+ m.months = he(
2688
2689
  "months accessor is deprecated. Use month instead",
2689
2690
  Ms
2690
2691
  );
2691
- d.years = he(
2692
+ m.years = he(
2692
2693
  "years accessor is deprecated. Use year instead",
2693
2694
  Os
2694
2695
  );
2695
- d.zone = he(
2696
+ m.zone = he(
2696
2697
  "moment().zone is deprecated, use moment().utcOffset instead. http://momentjs.com/guides/#/warnings/zone/",
2697
2698
  pu
2698
2699
  );
2699
- d.isDSTShifted = he(
2700
+ m.isDSTShifted = he(
2700
2701
  "isDSTShifted is deprecated. See http://momentjs.com/guides/#/warnings/dst-shifted/ for more information",
2701
2702
  wu
2702
2703
  );
@@ -2990,7 +2991,7 @@ G("x", function(e, t, r) {
2990
2991
  //! moment.js
2991
2992
  y.version = "2.29.4";
2992
2993
  bo(Y);
2993
- y.fn = d;
2994
+ y.fn = m;
2994
2995
  y.min = au;
2995
2996
  y.max = ou;
2996
2997
  y.now = lu;
@@ -3016,7 +3017,7 @@ y.normalizeUnits = fe;
3016
3017
  y.relativeTimeRounding = gf;
3017
3018
  y.relativeTimeThreshold = yf;
3018
3019
  y.calendarFormat = Nu;
3019
- y.prototype = d;
3020
+ y.prototype = m;
3020
3021
  y.HTML5_FMT = {
3021
3022
  DATETIME_LOCAL: "YYYY-MM-DDTHH:mm",
3022
3023
  // <input type="datetime-local" />
@@ -6855,7 +6856,7 @@ const Ni = {
6855
6856
  }
6856
6857
  }, { document: Ci } = za;
6857
6858
  function Od(e) {
6858
- Za(e, "svelte-h7nvxt", "*{font-family:inherit}.SearchLoading{color:var(--emw--color-white, #FFFFFF);text-align:center}.FooterGrid{font-weight:400;display:flex;padding:10px 40px;background-color:var(--emw--color-footer-bg, var(--emw--color-background-secondary, #212529));color:var(--emw--color-white, #FFFFFF);flex-direction:column;align-items:center;justify-content:center}.FooterGrid.NoSponsorSpacing{padding-top:30px}.FooterGrid .GridRow{display:flex;flex-flow:row wrap;width:100%;padding:20px 0;align-items:flex-start;justify-content:center}.FooterGrid .GridRow:first-child{padding-top:0}.FooterGrid .GridRow:not(:last-child){border-bottom:1px solid rgba(255, 255, 255, 0.1)}.FooterGrid .GridRow.LicenseRow{border-bottom:0}.FooterGrid .GridRow.SplitRow .GridCol:first-child{flex-basis:50%}.FooterGrid .GridRow.SplitRow .GridCol:nth-child(2){flex-basis:calc(50% - 1px);border-left:1px solid rgba(255, 255, 255, 0.1)}.FooterGrid .GridRow.ProvisionalRow{padding-top:12px;justify-content:space-between;align-items:center}.FooterGrid .GridRow .GridCol{width:100%;flex:1}.FooterGrid .GridRow .GridCol p{text-align:center}.FooterGrid .GridRow .GridCol p.FooterTitle{font-size:12px;font-weight:700}.FooterGrid .GridRow .GridCol .PaymentsTitle,.FooterGrid .GridRow .GridCol .VendorsTitle{margin:0 auto 20px;font-size:10px;font-weight:700}.FooterGrid .DetailedLicenses{margin:30px 50px 20px;font-size:10px;text-align:center;color:var(--emw--color-gray-150, #828282)}.FooterGrid .CopyrightAreaRights{margin-top:10px}.FooterGrid .CopyrightTextArea p,.FooterGrid .CopyrightArea p{margin:0;color:var(--emw--color-gray-150, #828282);font-size:9px}@media only screen and (max-width: 768px){.FooterGrid{padding:5px 20px}.FooterGrid .FooterTitle{margin-top:0}.FooterGrid .GridRow{padding:0}.FooterGrid .GridRow:not(:last-child){border-bottom:0}.FooterGrid .GridRow:not(:last-child).ProvisionalRow{padding-top:12px;justify-content:space-between;flex-direction:column;align-items:center;gap:1rem}.FooterGrid .GridRow:last-child .GridCol:last-child{border-bottom:0}.FooterGrid .GridRow.SplitRow .GridCol:first-child,.FooterGrid .GridRow.SplitRow .GridCol:nth-child(2){flex-basis:unset}.FooterGrid .GridRow.SplitRow .GridCol:nth-child(2){border-left:none}.FooterGrid .GridRow .GridCol{border-bottom:1px solid rgba(255, 255, 255, 0.1);padding:15px 0}.FooterGrid .GridRow .GridCol #DetailedLicenses{margin:10px auto 25px}.FooterGrid .GridRow .GridCol .PaymentsTitle,.FooterGrid .GridRow .GridCol .VendorsTitle{margin:10px auto}}.ClockContainer{color:var(--emw--color-gray-150, #c3c3c3)}.SessionText{color:var(--emw--color-gray-150, #c3c3c3)}.ItemLanguage{display:none}#languageList{padding:0;margin:0}.languageSelectorOverlay{position:relative}.drawerButton{height:30px;width:150px;background:#212529;color:inherit;border:none;padding:0;font:inherit;cursor:pointer;outline:inherit;display:flex;justify-content:space-evenly;align-items:center;border-radius:0px;border:0}.languageDrawer{position:absolute;background:#363e46;width:150px;top:30px;padding:6px 0}.languageDrawer.hidden{display:none}.languageFlag{margin-right:8px;background:white;border-radius:50%;width:14px;height:14px}.downwardChevron{margin-left:8px;margin-top:4px;width:8px;height:auto}.overlayLanguageOption{list-style:none;width:24px;position:relative;padding:0;justify-content:center}.overlayLanguageOption img{position:absolute;z-index:0;cursor:pointer;top:6px;left:12px}.overlayLanguageOption a{text-decoration:none;color:#fff;display:inline-block;width:150px}.overlayLanguageOption a span{width:100%;display:flex;justify-content:center;margin:4px 0}");
6859
+ Za(e, "svelte-ys0qlh", "*{font-family:inherit}.SearchLoading{color:var(--emw--color-white, #FFFFFF);text-align:center}.FooterGrid{font-weight:400;display:flex;padding:10px 40px;background-color:var(--emw--color-footer-bg, var(--emw--color-background-secondary, #212529));color:var(--emw--color-white, #FFFFFF);flex-direction:column;align-items:center;justify-content:center}.FooterGrid.NoSponsorSpacing{padding-top:30px}.FooterGrid .GridRow{display:flex;flex-flow:row wrap;width:100%;padding:20px 0;align-items:flex-start;justify-content:center}.FooterGrid .GridRow:first-child{padding-top:0}.FooterGrid .GridRow:not(:last-child){border-bottom:1px solid rgba(255, 255, 255, 0.1)}.FooterGrid .GridRow.LicenseRow{border-bottom:0}.FooterGrid .GridRow.SplitRow .GridCol:first-child{flex-basis:50%}.FooterGrid .GridRow.SplitRow .GridCol:nth-child(2){flex-basis:calc(50% - 1px);border-left:1px solid rgba(255, 255, 255, 0.1)}.FooterGrid .GridRow.ProvisionalRow{padding-top:12px;justify-content:space-between;align-items:center}.FooterGrid .GridRow .GridCol{width:100%;flex:1}.FooterGrid .GridRow .GridCol p{text-align:center}.FooterGrid .GridRow .GridCol p.FooterTitle{font-size:12px;font-weight:700}.FooterGrid .GridRow .GridCol .PaymentsTitle,.FooterGrid .GridRow .GridCol .VendorsTitle{margin:0 auto 20px;font-size:10px;font-weight:700}.FooterGrid .DetailedLicenses{margin:30px 50px 20px;font-size:10px;text-align:center;color:var(--emw--color-gray-150, #828282)}.FooterGrid .CopyrightAreaRights{margin-top:10px}.FooterGrid .CopyrightTextArea p,.FooterGrid .CopyrightArea p{margin:0;color:var(--emw--color-gray-150, #828282);font-size:9px}@media only screen and (max-width: 768px){.FooterGrid{padding:5px 20px}.FooterGrid .FooterTitle{margin-top:0}.FooterGrid .GridRow{padding:0}.FooterGrid .GridRow:not(:last-child){border-bottom:0}.FooterGrid .GridRow:not(:last-child).ProvisionalRow{padding-top:12px;justify-content:space-between;flex-direction:column;align-items:center;gap:1rem}.FooterGrid .GridRow:last-child .GridCol:last-child{border-bottom:0}.FooterGrid .GridRow.SplitRow .GridCol:first-child,.FooterGrid .GridRow.SplitRow .GridCol:nth-child(2){flex-basis:unset}.FooterGrid .GridRow.SplitRow .GridCol:nth-child(2){border-left:none}.FooterGrid .GridRow .GridCol{border-bottom:1px solid rgba(255, 255, 255, 0.1);padding:15px 0}.FooterGrid .GridRow .GridCol #DetailedLicenses{margin:10px auto 25px}.FooterGrid .GridRow .GridCol .PaymentsTitle,.FooterGrid .GridRow .GridCol .VendorsTitle{margin:10px auto}}.ClockContainer{color:var(--emw--color-gray-150, #c3c3c3)}.SessionText{color:var(--emw--color-gray-150, #c3c3c3)}.ItemLanguage{display:none}#languageList{padding:0;margin:0}.languageSelectorOverlay{position:relative}.drawerButton{height:30px;width:150px;background:#212529;color:inherit;border:none;padding:0;font:inherit;cursor:pointer;outline:inherit;display:flex;justify-content:space-evenly;align-items:center;border-radius:0px;border:0}.languageDrawer{position:absolute;background:#363e46;width:150px;top:30px;padding:6px 0}.languageDrawer.hidden{display:none}.languageFlag{margin-right:8px;background:white;border-radius:50%;width:14px;height:14px}.downwardChevron{margin-left:8px;margin-top:4px;width:8px;height:auto}.overlayLanguageOption{list-style:none;width:24px;position:relative;padding:0;justify-content:center}.overlayLanguageOption ui-image img{position:absolute;z-index:0;cursor:pointer;top:6px;left:12px}.overlayLanguageOption a{text-decoration:none;color:#fff;display:inline-block;width:150px}.overlayLanguageOption a span{width:100%;display:flex;justify-content:center;margin:4px 0}");
6859
6860
  }
6860
6861
  function Li(e, t, r) {
6861
6862
  const n = e.slice();
@@ -6870,7 +6871,7 @@ function Ii(e) {
6870
6871
  return {
6871
6872
  c() {
6872
6873
  t = E("script"), je(t.src, r = /*licenseScriptSrc*/
6873
- e[29]) || p(t, "src", r);
6874
+ e[29]) || _(t, "src", r);
6874
6875
  },
6875
6876
  m(n, i) {
6876
6877
  I(n, t, i);
@@ -6878,7 +6879,7 @@ function Ii(e) {
6878
6879
  p(n, i) {
6879
6880
  i[0] & /*licenseScriptSrc*/
6880
6881
  536870912 && !je(t.src, r = /*licenseScriptSrc*/
6881
- n[29]) && p(t, "src", r);
6882
+ n[29]) && _(t, "src", r);
6882
6883
  },
6883
6884
  d(n) {
6884
6885
  n && N(t);
@@ -6912,8 +6913,8 @@ function kd(e) {
6912
6913
  );
6913
6914
  return {
6914
6915
  c() {
6915
- t = E("div"), u && u.c(), r = Z(), h && h.c(), n = Z(), c && c.c(), i = Z(), f && f.c(), s = Z(), S && S.c(), a = Z(), v && v.c(), p(t, "class", o = "FooterGrid " + /*sponsorsRepeater*/
6916
- (e[17] ? "" : "NoSponsorSpacing")), p(t, "part", l = "FooterGrid " + /*sponsorsRepeater*/
6916
+ t = E("div"), u && u.c(), r = Z(), h && h.c(), n = Z(), c && c.c(), i = Z(), f && f.c(), s = Z(), S && S.c(), a = Z(), v && v.c(), _(t, "class", o = "FooterGrid " + /*sponsorsRepeater*/
6917
+ (e[17] ? "" : "NoSponsorSpacing")), _(t, "part", l = "FooterGrid " + /*sponsorsRepeater*/
6917
6918
  (e[17] ? "" : "NoSponsorSpacing"));
6918
6919
  },
6919
6920
  m(g, k) {
@@ -6933,9 +6934,9 @@ function kd(e) {
6933
6934
  g[25] || /*copyright*/
6934
6935
  g[24] ? v ? v.p(g, k) : (v = is(g), v.c(), v.m(t, null)) : v && (v.d(1), v = null), k[0] & /*sponsorsRepeater*/
6935
6936
  131072 && o !== (o = "FooterGrid " + /*sponsorsRepeater*/
6936
- (g[17] ? "" : "NoSponsorSpacing")) && p(t, "class", o), k[0] & /*sponsorsRepeater*/
6937
+ (g[17] ? "" : "NoSponsorSpacing")) && _(t, "class", o), k[0] & /*sponsorsRepeater*/
6937
6938
  131072 && l !== (l = "FooterGrid " + /*sponsorsRepeater*/
6938
- (g[17] ? "" : "NoSponsorSpacing")) && p(t, "part", l);
6939
+ (g[17] ? "" : "NoSponsorSpacing")) && _(t, "part", l);
6939
6940
  },
6940
6941
  d(g) {
6941
6942
  g && N(t), u && u.d(), h && h.d(), c && c.d(), f && f.d(), S && S.d(), v && v.d();
@@ -6946,7 +6947,7 @@ function Dd(e) {
6946
6947
  let t;
6947
6948
  return {
6948
6949
  c() {
6949
- t = E("p"), t.textContent = "Loading ...", p(t, "class", "SearchLoading"), p(t, "part", "SearchLoading");
6950
+ t = E("p"), t.textContent = "Loading ...", _(t, "class", "SearchLoading"), _(t, "part", "SearchLoading");
6950
6951
  },
6951
6952
  m(r, n) {
6952
6953
  I(r, t, n);
@@ -6961,7 +6962,7 @@ function Pd(e) {
6961
6962
  let t;
6962
6963
  return {
6963
6964
  c() {
6964
- t = E("p"), t.textContent = "500 Error - Internal Server Error", p(t, "class", "SearchLoading"), p(t, "part", "SearchLoading");
6965
+ t = E("p"), t.textContent = "500 Error - Internal Server Error", _(t, "class", "SearchLoading"), _(t, "part", "SearchLoading");
6965
6966
  },
6966
6967
  m(r, n) {
6967
6968
  I(r, t, n);
@@ -6987,7 +6988,7 @@ function Fi(e) {
6987
6988
  );
6988
6989
  return {
6989
6990
  c() {
6990
- t = E("div"), i && i.c(), r = Z(), s && s.c(), n = Z(), a && a.c(), p(t, "class", "GridRow ProvisionalRow"), p(t, "part", "GridRow");
6991
+ t = E("div"), i && i.c(), r = Z(), s && s.c(), n = Z(), a && a.c(), _(t, "class", "GridRow ProvisionalRow"), _(t, "part", "GridRow");
6991
6992
  },
6992
6993
  m(o, l) {
6993
6994
  I(o, t, l), i && i.m(t, null), w(t, r), s && s.m(t, null), w(t, n), a && a.m(t, null);
@@ -7015,7 +7016,7 @@ function Gi(e) {
7015
7016
  ), i = Q(":"), s = Z(), a = E("span"), o = Q(
7016
7017
  /*time*/
7017
7018
  e[32]
7018
- ), p(r, "class", "ClockText"), p(a, "class", "ClockTime"), p(t, "class", "ClockContainer");
7019
+ ), _(r, "class", "ClockText"), _(a, "class", "ClockTime"), _(t, "class", "ClockContainer");
7019
7020
  },
7020
7021
  m(l, u) {
7021
7022
  I(l, t, u), w(t, r), w(r, n), w(r, i), w(t, s), w(t, a), w(a, o);
@@ -7042,12 +7043,12 @@ function Bi(e) {
7042
7043
  let t;
7043
7044
  return {
7044
7045
  c() {
7045
- t = E("player-panic-button"), m(
7046
+ t = E("player-panic-button"), d(
7046
7047
  t,
7047
7048
  "lang",
7048
7049
  /*lang*/
7049
7050
  e[0]
7050
- ), m(
7051
+ ), d(
7051
7052
  t,
7052
7053
  "mbsource",
7053
7054
  /*mbsource*/
@@ -7059,13 +7060,13 @@ function Bi(e) {
7059
7060
  },
7060
7061
  p(r, n) {
7061
7062
  n[0] & /*lang*/
7062
- 1 && m(
7063
+ 1 && d(
7063
7064
  t,
7064
7065
  "lang",
7065
7066
  /*lang*/
7066
7067
  r[0]
7067
7068
  ), n[0] & /*mbsource*/
7068
- 2 && m(
7069
+ 2 && d(
7069
7070
  t,
7070
7071
  "mbsource",
7071
7072
  /*mbsource*/
@@ -7095,19 +7096,19 @@ function Yi(e) {
7095
7096
  t = E("div"), r = E("select");
7096
7097
  for (let x = 0; x < B.length; x += 1)
7097
7098
  B[x].c();
7098
- n = Z(), i = E("div"), s = E("button"), a = E("img"), l = Q(
7099
+ n = Z(), i = E("div"), s = E("button"), a = E("ui-image"), l = Q(
7099
7100
  /*languageDisplayName*/
7100
7101
  e[35]
7101
- ), u = E("img"), c = Z(), f = E("div"), S = E("ul");
7102
+ ), u = E("ui-image"), c = Z(), f = E("div"), S = E("ul");
7102
7103
  for (let x = 0; x < F.length; x += 1)
7103
7104
  F[x].c();
7104
- p(r, "class", "Item ItemLanguage"), p(r, "part", "Item ItemLanguage"), /*selectedLanguage*/
7105
+ _(r, "class", "Item ItemLanguage"), _(r, "part", "Item ItemLanguage"), /*selectedLanguage*/
7105
7106
  e[31] === void 0 && sr(() => (
7106
7107
  /*select_change_handler*/
7107
7108
  e[56].call(r)
7108
- )), p(a, "class", "languageFlag"), je(a.src, o = /*currentLanguageFlag*/
7109
- e[36]) || p(a, "src", o), p(u, "class", "downwardChevron"), je(u.src, h = "https://upload.wikimedia.org/wikipedia/commons/2/24/White_arrow_down.svg") || p(u, "src", h), p(s, "class", "drawerButton"), s.value = /*selectedLanguage*/
7110
- e[31], p(S, "id", "languageList"), p(f, "class", "languageDrawer hidden"), p(i, "class", "languageSelectorOverlay"), p(t, "class", "languageSelectorContainer");
7109
+ )), d(a, "imgClass", "languageFlag"), je(a.src, o = /*currentLanguageFlag*/
7110
+ e[36]) || d(a, "src", o), d(u, "imgClass", "downwardChevron"), je(u.src, h = "https://upload.wikimedia.org/wikipedia/commons/2/24/White_arrow_down.svg") || d(u, "src", h), _(s, "class", "drawerButton"), s.value = /*selectedLanguage*/
7111
+ e[31], _(S, "id", "languageList"), _(f, "class", "languageDrawer hidden"), _(i, "class", "languageSelectorOverlay"), _(t, "class", "languageSelectorContainer");
7111
7112
  },
7112
7113
  m(x, W) {
7113
7114
  I(x, t, W), w(t, r);
@@ -7165,7 +7166,7 @@ function Yi(e) {
7165
7166
  x[31]
7166
7167
  ), W[1] & /*currentLanguageFlag*/
7167
7168
  32 && !je(a.src, o = /*currentLanguageFlag*/
7168
- x[36]) && p(a, "src", o), W[1] & /*languageDisplayName*/
7169
+ x[36]) && d(a, "src", o), W[1] & /*languageDisplayName*/
7169
7170
  16 && oe(
7170
7171
  l,
7171
7172
  /*languageDisplayName*/
@@ -7226,8 +7227,8 @@ function Wi(e) {
7226
7227
  ), o, l, u, h;
7227
7228
  return {
7228
7229
  c() {
7229
- t = E("li"), r = E("img"), i = E("a"), s = E("span"), o = Q(a), p(r, "class", "languageFlag"), je(r.src, n = /*language*/
7230
- e[73].flag_icon_editable) || p(r, "src", n), p(i, "href", "javascript:void(0)"), p(t, "class", "overlayLanguageOption"), p(t, "data-lang", l = /*language*/
7230
+ t = E("li"), r = E("ui-image"), i = E("a"), s = E("span"), o = Q(a), d(r, "imgClass", "languageFlag"), je(r.src, n = /*language*/
7231
+ e[73].flag_icon_editable) || d(r, "src", n), _(i, "href", "javascript:void(0)"), _(t, "class", "overlayLanguageOption"), _(t, "data-lang", l = /*language*/
7231
7232
  e[73].code);
7232
7233
  },
7233
7234
  m(c, f) {
@@ -7241,11 +7242,11 @@ function Wi(e) {
7241
7242
  p(c, f) {
7242
7243
  f[0] & /*languages*/
7243
7244
  1024 && !je(r.src, n = /*language*/
7244
- c[73].flag_icon_editable) && p(r, "src", n), f[0] & /*languages*/
7245
+ c[73].flag_icon_editable) && d(r, "src", n), f[0] & /*languages*/
7245
7246
  1024 && a !== (a = /*language*/
7246
7247
  c[73].name + "") && oe(o, a), f[0] & /*languages*/
7247
7248
  1024 && l !== (l = /*language*/
7248
- c[73].code) && p(t, "data-lang", l);
7249
+ c[73].code) && _(t, "data-lang", l);
7249
7250
  },
7250
7251
  d(c) {
7251
7252
  c && N(t), u = !1, h();
@@ -7262,7 +7263,7 @@ function ji(e) {
7262
7263
  t = E("div"), r = E("div"), n = E("span"), s = Q(i), a = Z(), o = Q(
7263
7264
  /*timeString*/
7264
7265
  e[38]
7265
- ), p(n, "class", "SessionText"), p(r, "class", "sessionTimerContainer"), p(t, "class", "GridRow ProvisionalRow"), p(t, "part", "GridRow");
7266
+ ), _(n, "class", "SessionText"), _(r, "class", "sessionTimerContainer"), _(t, "class", "GridRow ProvisionalRow"), _(t, "part", "GridRow");
7266
7267
  },
7267
7268
  m(l, u) {
7268
7269
  I(l, t, u), w(t, r), w(r, n), w(n, s), w(n, a), w(n, o);
@@ -7289,7 +7290,7 @@ function Vi(e) {
7289
7290
  );
7290
7291
  return {
7291
7292
  c() {
7292
- t = E("div"), r && r.c(), p(t, "class", "GridRow"), p(t, "part", "GridRow");
7293
+ t = E("div"), r && r.c(), _(t, "class", "GridRow"), _(t, "part", "GridRow");
7293
7294
  },
7294
7295
  m(n, i) {
7295
7296
  I(n, t, i), r && r.m(t, null);
@@ -7310,27 +7311,27 @@ function $i(e) {
7310
7311
  );
7311
7312
  return {
7312
7313
  c() {
7313
- t = E("div"), i && i.c(), r = Z(), n = E("casino-footer-section"), m(n, "class", "FooterSection"), m(n, "part", "FooterSection"), m(n, "sponsorflag", "1"), m(
7314
+ t = E("div"), i && i.c(), r = Z(), n = E("casino-footer-section"), d(n, "class", "FooterSection"), d(n, "part", "FooterSection"), d(n, "sponsorflag", "1"), d(
7314
7315
  n,
7315
7316
  "clientstyling",
7316
7317
  /*clientstyling*/
7317
7318
  e[2]
7318
- ), m(
7319
+ ), d(
7319
7320
  n,
7320
7321
  "baseurl",
7321
7322
  /*baseurl*/
7322
7323
  e[9]
7323
- ), m(
7324
+ ), d(
7324
7325
  n,
7325
7326
  "lang",
7326
7327
  /*lang*/
7327
7328
  e[0]
7328
- ), m(
7329
+ ), d(
7329
7330
  n,
7330
7331
  "mbsource",
7331
7332
  /*mbsource*/
7332
7333
  e[1]
7333
- ), m(n, "footertype", "footerprimary"), p(t, "class", "GridCol"), p(t, "part", "GridCol");
7334
+ ), d(n, "footertype", "footerprimary"), _(t, "class", "GridCol"), _(t, "part", "GridCol");
7334
7335
  },
7335
7336
  m(s, a) {
7336
7337
  I(s, t, a), i && i.m(t, null), w(t, r), w(t, n);
@@ -7338,25 +7339,25 @@ function $i(e) {
7338
7339
  p(s, a) {
7339
7340
  /*sponsorsLinksTitle*/
7340
7341
  s[16] ? i ? i.p(s, a) : (i = zi(s), i.c(), i.m(t, r)) : i && (i.d(1), i = null), a[0] & /*clientstyling*/
7341
- 4 && m(
7342
+ 4 && d(
7342
7343
  n,
7343
7344
  "clientstyling",
7344
7345
  /*clientstyling*/
7345
7346
  s[2]
7346
7347
  ), a[0] & /*baseurl*/
7347
- 512 && m(
7348
+ 512 && d(
7348
7349
  n,
7349
7350
  "baseurl",
7350
7351
  /*baseurl*/
7351
7352
  s[9]
7352
7353
  ), a[0] & /*lang*/
7353
- 1 && m(
7354
+ 1 && d(
7354
7355
  n,
7355
7356
  "lang",
7356
7357
  /*lang*/
7357
7358
  s[0]
7358
7359
  ), a[0] & /*mbsource*/
7359
- 2 && m(
7360
+ 2 && d(
7360
7361
  n,
7361
7362
  "mbsource",
7362
7363
  /*mbsource*/
@@ -7375,7 +7376,7 @@ function zi(e) {
7375
7376
  t = E("p"), r = Q(
7376
7377
  /*sponsorsLinksTitle*/
7377
7378
  e[16]
7378
- ), p(t, "class", "FooterTitle"), p(t, "part", "FooterTitle");
7379
+ ), _(t, "class", "FooterTitle"), _(t, "part", "FooterTitle");
7379
7380
  },
7380
7381
  m(n, i) {
7381
7382
  I(n, t, i), w(t, r);
@@ -7403,9 +7404,9 @@ function Zi(e) {
7403
7404
  );
7404
7405
  return {
7405
7406
  c() {
7406
- t = E("div"), s && s.c(), r = Z(), a && a.c(), p(t, "class", n = "GridRow " + /*paymentMethodsRepeater*/
7407
+ t = E("div"), s && s.c(), r = Z(), a && a.c(), _(t, "class", n = "GridRow " + /*paymentMethodsRepeater*/
7407
7408
  (e[15] && /*gameVendorsRepeater*/
7408
- e[13] ? "SplitRow" : "")), p(t, "part", i = "GridRow " + /*paymentMethodsRepeater*/
7409
+ e[13] ? "SplitRow" : "")), _(t, "part", i = "GridRow " + /*paymentMethodsRepeater*/
7409
7410
  (e[15] && /*gameVendorsRepeater*/
7410
7411
  e[13] ? "SplitRow" : ""));
7411
7412
  },
@@ -7418,10 +7419,10 @@ function Zi(e) {
7418
7419
  o[13] ? a ? a.p(o, l) : (a = Ji(o), a.c(), a.m(t, null)) : a && (a.d(1), a = null), l[0] & /*paymentMethodsRepeater, gameVendorsRepeater*/
7419
7420
  40960 && n !== (n = "GridRow " + /*paymentMethodsRepeater*/
7420
7421
  (o[15] && /*gameVendorsRepeater*/
7421
- o[13] ? "SplitRow" : "")) && p(t, "class", n), l[0] & /*paymentMethodsRepeater, gameVendorsRepeater*/
7422
+ o[13] ? "SplitRow" : "")) && _(t, "class", n), l[0] & /*paymentMethodsRepeater, gameVendorsRepeater*/
7422
7423
  40960 && i !== (i = "GridRow " + /*paymentMethodsRepeater*/
7423
7424
  (o[15] && /*gameVendorsRepeater*/
7424
- o[13] ? "SplitRow" : "")) && p(t, "part", i);
7425
+ o[13] ? "SplitRow" : "")) && _(t, "part", i);
7425
7426
  },
7426
7427
  d(o) {
7427
7428
  o && N(t), s && s.d(), a && a.d();
@@ -7435,32 +7436,32 @@ function Xi(e) {
7435
7436
  );
7436
7437
  return {
7437
7438
  c() {
7438
- t = E("div"), i && i.c(), r = Z(), n = E("casino-footer-section"), m(n, "class", "FooterSection"), m(n, "part", "FooterSection"), m(n, "paymentflag", "1"), m(
7439
+ t = E("div"), i && i.c(), r = Z(), n = E("casino-footer-section"), d(n, "class", "FooterSection"), d(n, "part", "FooterSection"), d(n, "paymentflag", "1"), d(
7439
7440
  n,
7440
7441
  "clientstyling",
7441
7442
  /*clientstyling*/
7442
7443
  e[2]
7443
- ), m(
7444
+ ), d(
7444
7445
  n,
7445
7446
  "clientstylingurl",
7446
7447
  /*clientstylingurl*/
7447
7448
  e[3]
7448
- ), m(
7449
+ ), d(
7449
7450
  n,
7450
7451
  "baseurl",
7451
7452
  /*baseurl*/
7452
7453
  e[9]
7453
- ), m(
7454
+ ), d(
7454
7455
  n,
7455
7456
  "lang",
7456
7457
  /*lang*/
7457
7458
  e[0]
7458
- ), m(
7459
+ ), d(
7459
7460
  n,
7460
7461
  "mbsource",
7461
7462
  /*mbsource*/
7462
7463
  e[1]
7463
- ), m(n, "footertype", "footerprimary"), p(t, "class", "GridCol"), p(t, "part", "GridCol");
7464
+ ), d(n, "footertype", "footerprimary"), _(t, "class", "GridCol"), _(t, "part", "GridCol");
7464
7465
  },
7465
7466
  m(s, a) {
7466
7467
  I(s, t, a), i && i.m(t, null), w(t, r), w(t, n);
@@ -7468,31 +7469,31 @@ function Xi(e) {
7468
7469
  p(s, a) {
7469
7470
  /*paymentLinksTitle*/
7470
7471
  s[14] ? i ? i.p(s, a) : (i = qi(s), i.c(), i.m(t, r)) : i && (i.d(1), i = null), a[0] & /*clientstyling*/
7471
- 4 && m(
7472
+ 4 && d(
7472
7473
  n,
7473
7474
  "clientstyling",
7474
7475
  /*clientstyling*/
7475
7476
  s[2]
7476
7477
  ), a[0] & /*clientstylingurl*/
7477
- 8 && m(
7478
+ 8 && d(
7478
7479
  n,
7479
7480
  "clientstylingurl",
7480
7481
  /*clientstylingurl*/
7481
7482
  s[3]
7482
7483
  ), a[0] & /*baseurl*/
7483
- 512 && m(
7484
+ 512 && d(
7484
7485
  n,
7485
7486
  "baseurl",
7486
7487
  /*baseurl*/
7487
7488
  s[9]
7488
7489
  ), a[0] & /*lang*/
7489
- 1 && m(
7490
+ 1 && d(
7490
7491
  n,
7491
7492
  "lang",
7492
7493
  /*lang*/
7493
7494
  s[0]
7494
7495
  ), a[0] & /*mbsource*/
7495
- 2 && m(
7496
+ 2 && d(
7496
7497
  n,
7497
7498
  "mbsource",
7498
7499
  /*mbsource*/
@@ -7511,7 +7512,7 @@ function qi(e) {
7511
7512
  t = E("p"), r = Q(
7512
7513
  /*paymentLinksTitle*/
7513
7514
  e[14]
7514
- ), p(t, "class", "FooterTitle"), p(t, "part", "FooterTitle");
7515
+ ), _(t, "class", "FooterTitle"), _(t, "part", "FooterTitle");
7515
7516
  },
7516
7517
  m(n, i) {
7517
7518
  I(n, t, i), w(t, r);
@@ -7536,32 +7537,32 @@ function Ji(e) {
7536
7537
  );
7537
7538
  return {
7538
7539
  c() {
7539
- t = E("div"), i && i.c(), r = Z(), n = E("casino-footer-section"), m(n, "class", "FooterSection"), m(n, "part", "FooterSection"), m(n, "vendorflag", "1"), m(
7540
+ t = E("div"), i && i.c(), r = Z(), n = E("casino-footer-section"), d(n, "class", "FooterSection"), d(n, "part", "FooterSection"), d(n, "vendorflag", "1"), d(
7540
7541
  n,
7541
7542
  "clientstyling",
7542
7543
  /*clientstyling*/
7543
7544
  e[2]
7544
- ), m(
7545
+ ), d(
7545
7546
  n,
7546
7547
  "clientstylingurl",
7547
7548
  /*clientstylingurl*/
7548
7549
  e[3]
7549
- ), m(
7550
+ ), d(
7550
7551
  n,
7551
7552
  "baseurl",
7552
7553
  /*baseurl*/
7553
7554
  e[9]
7554
- ), m(
7555
+ ), d(
7555
7556
  n,
7556
7557
  "lang",
7557
7558
  /*lang*/
7558
7559
  e[0]
7559
- ), m(
7560
+ ), d(
7560
7561
  n,
7561
7562
  "mbsource",
7562
7563
  /*mbsource*/
7563
7564
  e[1]
7564
- ), m(n, "footertype", "footerprimary"), p(t, "class", "GridCol"), p(t, "part", "GridCol");
7565
+ ), d(n, "footertype", "footerprimary"), _(t, "class", "GridCol"), _(t, "part", "GridCol");
7565
7566
  },
7566
7567
  m(s, a) {
7567
7568
  I(s, t, a), i && i.m(t, null), w(t, r), w(t, n);
@@ -7569,31 +7570,31 @@ function Ji(e) {
7569
7570
  p(s, a) {
7570
7571
  /*gameVendorsLinksTitle*/
7571
7572
  s[12] ? i ? i.p(s, a) : (i = Qi(s), i.c(), i.m(t, r)) : i && (i.d(1), i = null), a[0] & /*clientstyling*/
7572
- 4 && m(
7573
+ 4 && d(
7573
7574
  n,
7574
7575
  "clientstyling",
7575
7576
  /*clientstyling*/
7576
7577
  s[2]
7577
7578
  ), a[0] & /*clientstylingurl*/
7578
- 8 && m(
7579
+ 8 && d(
7579
7580
  n,
7580
7581
  "clientstylingurl",
7581
7582
  /*clientstylingurl*/
7582
7583
  s[3]
7583
7584
  ), a[0] & /*baseurl*/
7584
- 512 && m(
7585
+ 512 && d(
7585
7586
  n,
7586
7587
  "baseurl",
7587
7588
  /*baseurl*/
7588
7589
  s[9]
7589
7590
  ), a[0] & /*lang*/
7590
- 1 && m(
7591
+ 1 && d(
7591
7592
  n,
7592
7593
  "lang",
7593
7594
  /*lang*/
7594
7595
  s[0]
7595
7596
  ), a[0] & /*mbsource*/
7596
- 2 && m(
7597
+ 2 && d(
7597
7598
  n,
7598
7599
  "mbsource",
7599
7600
  /*mbsource*/
@@ -7612,7 +7613,7 @@ function Qi(e) {
7612
7613
  t = E("p"), r = Q(
7613
7614
  /*gameVendorsLinksTitle*/
7614
7615
  e[12]
7615
- ), p(t, "class", "FooterTitle"), p(t, "part", "FooterTitle");
7616
+ ), _(t, "class", "FooterTitle"), _(t, "part", "FooterTitle");
7616
7617
  },
7617
7618
  m(n, i) {
7618
7619
  I(n, t, i), w(t, r);
@@ -7640,9 +7641,9 @@ function Ki(e) {
7640
7641
  );
7641
7642
  return {
7642
7643
  c() {
7643
- t = E("div"), s && s.c(), r = Z(), a && a.c(), p(t, "class", n = "GridRow " + /*helpLinksRepeater*/
7644
+ t = E("div"), s && s.c(), r = Z(), a && a.c(), _(t, "class", n = "GridRow " + /*helpLinksRepeater*/
7644
7645
  (e[19] && /*licensesRepeater*/
7645
- e[21] ? "SplitRow" : "")), p(t, "part", i = "GridRow " + /*helpLinksRepeater*/
7646
+ e[21] ? "SplitRow" : "")), _(t, "part", i = "GridRow " + /*helpLinksRepeater*/
7646
7647
  (e[19] && /*licensesRepeater*/
7647
7648
  e[21] ? "SplitRow" : ""));
7648
7649
  },
@@ -7655,10 +7656,10 @@ function Ki(e) {
7655
7656
  o[21] ? a ? a.p(o, l) : (a = rs(o), a.c(), a.m(t, null)) : a && (a.d(1), a = null), l[0] & /*helpLinksRepeater, licensesRepeater*/
7656
7657
  2621440 && n !== (n = "GridRow " + /*helpLinksRepeater*/
7657
7658
  (o[19] && /*licensesRepeater*/
7658
- o[21] ? "SplitRow" : "")) && p(t, "class", n), l[0] & /*helpLinksRepeater, licensesRepeater*/
7659
+ o[21] ? "SplitRow" : "")) && _(t, "class", n), l[0] & /*helpLinksRepeater, licensesRepeater*/
7659
7660
  2621440 && i !== (i = "GridRow " + /*helpLinksRepeater*/
7660
7661
  (o[19] && /*licensesRepeater*/
7661
- o[21] ? "SplitRow" : "")) && p(t, "part", i);
7662
+ o[21] ? "SplitRow" : "")) && _(t, "part", i);
7662
7663
  },
7663
7664
  d(o) {
7664
7665
  o && N(t), s && s.d(), a && a.d();
@@ -7672,32 +7673,32 @@ function es(e) {
7672
7673
  );
7673
7674
  return {
7674
7675
  c() {
7675
- t = E("div"), i && i.c(), r = Z(), n = E("casino-footer-section"), m(n, "class", "FooterSection"), m(n, "part", "FooterSection"), m(n, "helperflag", "1"), m(
7676
+ t = E("div"), i && i.c(), r = Z(), n = E("casino-footer-section"), d(n, "class", "FooterSection"), d(n, "part", "FooterSection"), d(n, "helperflag", "1"), d(
7676
7677
  n,
7677
7678
  "clientstyling",
7678
7679
  /*clientstyling*/
7679
7680
  e[2]
7680
- ), m(
7681
+ ), d(
7681
7682
  n,
7682
7683
  "clientstylingurl",
7683
7684
  /*clientstylingurl*/
7684
7685
  e[3]
7685
- ), m(
7686
+ ), d(
7686
7687
  n,
7687
7688
  "baseurl",
7688
7689
  /*baseurl*/
7689
7690
  e[9]
7690
- ), m(
7691
+ ), d(
7691
7692
  n,
7692
7693
  "lang",
7693
7694
  /*lang*/
7694
7695
  e[0]
7695
- ), m(
7696
+ ), d(
7696
7697
  n,
7697
7698
  "mbsource",
7698
7699
  /*mbsource*/
7699
7700
  e[1]
7700
- ), m(n, "footertype", "footerprimary"), p(t, "class", "GridCol"), p(t, "part", "GridCol");
7701
+ ), d(n, "footertype", "footerprimary"), _(t, "class", "GridCol"), _(t, "part", "GridCol");
7701
7702
  },
7702
7703
  m(s, a) {
7703
7704
  I(s, t, a), i && i.m(t, null), w(t, r), w(t, n);
@@ -7705,31 +7706,31 @@ function es(e) {
7705
7706
  p(s, a) {
7706
7707
  /*helpLinksTitle*/
7707
7708
  s[18] ? i ? i.p(s, a) : (i = ts(s), i.c(), i.m(t, r)) : i && (i.d(1), i = null), a[0] & /*clientstyling*/
7708
- 4 && m(
7709
+ 4 && d(
7709
7710
  n,
7710
7711
  "clientstyling",
7711
7712
  /*clientstyling*/
7712
7713
  s[2]
7713
7714
  ), a[0] & /*clientstylingurl*/
7714
- 8 && m(
7715
+ 8 && d(
7715
7716
  n,
7716
7717
  "clientstylingurl",
7717
7718
  /*clientstylingurl*/
7718
7719
  s[3]
7719
7720
  ), a[0] & /*baseurl*/
7720
- 512 && m(
7721
+ 512 && d(
7721
7722
  n,
7722
7723
  "baseurl",
7723
7724
  /*baseurl*/
7724
7725
  s[9]
7725
7726
  ), a[0] & /*lang*/
7726
- 1 && m(
7727
+ 1 && d(
7727
7728
  n,
7728
7729
  "lang",
7729
7730
  /*lang*/
7730
7731
  s[0]
7731
7732
  ), a[0] & /*mbsource*/
7732
- 2 && m(
7733
+ 2 && d(
7733
7734
  n,
7734
7735
  "mbsource",
7735
7736
  /*mbsource*/
@@ -7748,7 +7749,7 @@ function ts(e) {
7748
7749
  t = E("p"), r = Q(
7749
7750
  /*helpLinksTitle*/
7750
7751
  e[18]
7751
- ), p(t, "class", "FooterTitle"), p(t, "part", "FooterTitle");
7752
+ ), _(t, "class", "FooterTitle"), _(t, "part", "FooterTitle");
7752
7753
  },
7753
7754
  m(n, i) {
7754
7755
  I(n, t, i), w(t, r);
@@ -7773,32 +7774,32 @@ function rs(e) {
7773
7774
  );
7774
7775
  return {
7775
7776
  c() {
7776
- t = E("div"), i && i.c(), r = Z(), n = E("casino-footer-section"), m(n, "class", "FooterSection"), m(n, "part", "FooterSection"), m(n, "licenseFlag", "1"), m(
7777
+ t = E("div"), i && i.c(), r = Z(), n = E("casino-footer-section"), d(n, "class", "FooterSection"), d(n, "part", "FooterSection"), d(n, "licenseFlag", "1"), d(
7777
7778
  n,
7778
7779
  "clientstyling",
7779
7780
  /*clientstyling*/
7780
7781
  e[2]
7781
- ), m(
7782
+ ), d(
7782
7783
  n,
7783
7784
  "clientstylingurl",
7784
7785
  /*clientstylingurl*/
7785
7786
  e[3]
7786
- ), m(
7787
+ ), d(
7787
7788
  n,
7788
7789
  "baseurl",
7789
7790
  /*baseurl*/
7790
7791
  e[9]
7791
- ), m(
7792
+ ), d(
7792
7793
  n,
7793
7794
  "lang",
7794
7795
  /*lang*/
7795
7796
  e[0]
7796
- ), m(
7797
+ ), d(
7797
7798
  n,
7798
7799
  "mbsource",
7799
7800
  /*mbsource*/
7800
7801
  e[1]
7801
- ), m(n, "footertype", "footerprimary"), p(t, "class", "GridCol"), p(t, "part", "GridCol");
7802
+ ), d(n, "footertype", "footerprimary"), _(t, "class", "GridCol"), _(t, "part", "GridCol");
7802
7803
  },
7803
7804
  m(s, a) {
7804
7805
  I(s, t, a), i && i.m(t, null), w(t, r), w(t, n);
@@ -7806,31 +7807,31 @@ function rs(e) {
7806
7807
  p(s, a) {
7807
7808
  /*licensesLinksTitle*/
7808
7809
  s[20] ? i ? i.p(s, a) : (i = ns(s), i.c(), i.m(t, r)) : i && (i.d(1), i = null), a[0] & /*clientstyling*/
7809
- 4 && m(
7810
+ 4 && d(
7810
7811
  n,
7811
7812
  "clientstyling",
7812
7813
  /*clientstyling*/
7813
7814
  s[2]
7814
7815
  ), a[0] & /*clientstylingurl*/
7815
- 8 && m(
7816
+ 8 && d(
7816
7817
  n,
7817
7818
  "clientstylingurl",
7818
7819
  /*clientstylingurl*/
7819
7820
  s[3]
7820
7821
  ), a[0] & /*baseurl*/
7821
- 512 && m(
7822
+ 512 && d(
7822
7823
  n,
7823
7824
  "baseurl",
7824
7825
  /*baseurl*/
7825
7826
  s[9]
7826
7827
  ), a[0] & /*lang*/
7827
- 1 && m(
7828
+ 1 && d(
7828
7829
  n,
7829
7830
  "lang",
7830
7831
  /*lang*/
7831
7832
  s[0]
7832
7833
  ), a[0] & /*mbsource*/
7833
- 2 && m(
7834
+ 2 && d(
7834
7835
  n,
7835
7836
  "mbsource",
7836
7837
  /*mbsource*/
@@ -7849,7 +7850,7 @@ function ns(e) {
7849
7850
  t = E("p"), r = Q(
7850
7851
  /*licensesLinksTitle*/
7851
7852
  e[20]
7852
- ), p(t, "class", "FooterTitle"), p(t, "part", "FooterTitle");
7853
+ ), _(t, "class", "FooterTitle"), _(t, "part", "FooterTitle");
7853
7854
  },
7854
7855
  m(n, i) {
7855
7856
  I(n, t, i), w(t, r);
@@ -7874,7 +7875,7 @@ function is(e) {
7874
7875
  );
7875
7876
  return {
7876
7877
  c() {
7877
- t = E("div"), r = E("div"), n = E("div"), s = Z(), a = E("div"), l = Z(), v && v.c(), u = Z(), h = E("div"), p(n, "class", "DetailedLicenses"), p(n, "part", "DetailedLicenses"), p(a, "class", "DetailedCustomLicenses"), p(a, "part", "DetailedCustomLicenses"), p(h, "class", "CopyrightAreaRights CopyrightArea"), p(h, "part", "CopyrightAreaRights CopyrightArea"), p(r, "class", "GridCol"), p(r, "part", "GridCol"), p(t, "class", "GridRow LicenseRow"), p(t, "part", "GridRow LicenseRow");
7878
+ t = E("div"), r = E("div"), n = E("div"), s = Z(), a = E("div"), l = Z(), v && v.c(), u = Z(), h = E("div"), _(n, "class", "DetailedLicenses"), _(n, "part", "DetailedLicenses"), _(a, "class", "DetailedCustomLicenses"), _(a, "part", "DetailedCustomLicenses"), _(h, "class", "CopyrightAreaRights CopyrightArea"), _(h, "part", "CopyrightAreaRights CopyrightArea"), _(r, "class", "GridCol"), _(r, "part", "GridCol"), _(t, "class", "GridRow LicenseRow"), _(t, "part", "GridRow LicenseRow");
7878
7879
  },
7879
7880
  m(g, k) {
7880
7881
  I(g, t, k), w(t, r), w(r, n), w(r, s), w(r, a), w(r, l), v && v.m(r, null), w(r, u), w(r, h), f || (S = [
@@ -7932,32 +7933,32 @@ function ss(e) {
7932
7933
  );
7933
7934
  return {
7934
7935
  c() {
7935
- n && n.c(), t = Z(), r = E("casino-footer-section"), m(r, "class", "FooterSection SocialSection"), m(r, "part", "FooterSection SocialSection"), m(r, "socialflag", "1"), m(
7936
+ n && n.c(), t = Z(), r = E("casino-footer-section"), d(r, "class", "FooterSection SocialSection"), d(r, "part", "FooterSection SocialSection"), d(r, "socialflag", "1"), d(
7936
7937
  r,
7937
7938
  "clientstyling",
7938
7939
  /*clientstyling*/
7939
7940
  e[2]
7940
- ), m(
7941
+ ), d(
7941
7942
  r,
7942
7943
  "clientstylingurl",
7943
7944
  /*clientstylingurl*/
7944
7945
  e[3]
7945
- ), m(
7946
+ ), d(
7946
7947
  r,
7947
7948
  "baseurl",
7948
7949
  /*baseurl*/
7949
7950
  e[9]
7950
- ), m(
7951
+ ), d(
7951
7952
  r,
7952
7953
  "lang",
7953
7954
  /*lang*/
7954
7955
  e[0]
7955
- ), m(
7956
+ ), d(
7956
7957
  r,
7957
7958
  "mbsource",
7958
7959
  /*mbsource*/
7959
7960
  e[1]
7960
- ), m(r, "footertype", "footerprimary");
7961
+ ), d(r, "footertype", "footerprimary");
7961
7962
  },
7962
7963
  m(i, s) {
7963
7964
  n && n.m(i, s), I(i, t, s), I(i, r, s);
@@ -7965,31 +7966,31 @@ function ss(e) {
7965
7966
  p(i, s) {
7966
7967
  /*socialLinksTitle*/
7967
7968
  i[22] ? n ? n.p(i, s) : (n = as(i), n.c(), n.m(t.parentNode, t)) : n && (n.d(1), n = null), s[0] & /*clientstyling*/
7968
- 4 && m(
7969
+ 4 && d(
7969
7970
  r,
7970
7971
  "clientstyling",
7971
7972
  /*clientstyling*/
7972
7973
  i[2]
7973
7974
  ), s[0] & /*clientstylingurl*/
7974
- 8 && m(
7975
+ 8 && d(
7975
7976
  r,
7976
7977
  "clientstylingurl",
7977
7978
  /*clientstylingurl*/
7978
7979
  i[3]
7979
7980
  ), s[0] & /*baseurl*/
7980
- 512 && m(
7981
+ 512 && d(
7981
7982
  r,
7982
7983
  "baseurl",
7983
7984
  /*baseurl*/
7984
7985
  i[9]
7985
7986
  ), s[0] & /*lang*/
7986
- 1 && m(
7987
+ 1 && d(
7987
7988
  r,
7988
7989
  "lang",
7989
7990
  /*lang*/
7990
7991
  i[0]
7991
7992
  ), s[0] & /*mbsource*/
7992
- 2 && m(
7993
+ 2 && d(
7993
7994
  r,
7994
7995
  "mbsource",
7995
7996
  /*mbsource*/
@@ -8008,7 +8009,7 @@ function as(e) {
8008
8009
  t = E("p"), r = Q(
8009
8010
  /*socialLinksTitle*/
8010
8011
  e[22]
8011
- ), p(t, "class", "FooterTitle"), p(t, "part", "FooterTitle");
8012
+ ), _(t, "class", "FooterTitle"), _(t, "part", "FooterTitle");
8012
8013
  },
8013
8014
  m(n, i) {
8014
8015
  I(n, t, i), w(t, r);
@@ -8061,7 +8062,7 @@ function Rd(e) {
8061
8062
  }
8062
8063
  function Hd(e, t, r) {
8063
8064
  let n;
8064
- $a(e, Td, (_) => r(39, n = _));
8065
+ $a(e, Td, (p) => r(39, n = p));
8065
8066
  let { endpoint: i = "" } = t, { lang: s = "en" } = t, { env: a = "" } = t, { mbsource: o } = t, { clientstyling: l = "" } = t, { clientstylingurl: u = "" } = t, { translationurl: h = "" } = t, { clockenabled: c = "" } = t, { clocksecondsenabled: f = "" } = t, { clockcustomformat: S = "" } = t, { clocktext: v = "Time" } = t, { languageselectorenabled: g = "true" } = t, { languageslist: k = "en, ro" } = t, { languagedisplaytype: B = "name" } = t, { session: J = "" } = t, { userid: F = "" } = t, { userendpoint: x = "" } = t, { userroles: W = "" } = t, { panicbuttonenabled: M = "true" } = t, { sessiontimerenabled: ce = "true" } = t, { baseurl: Vn = "" } = t, Rr = "", Ct = [], Hr = "", Lt = [], Nr = "", At = [], Cr = "", It = [], Lr = "", Ft = [], Ar = "", Gt = [], Ir = "", Fr = "", Gr = !1, Bt = !1, $n, zn = !1, Zn = "", Xn = "", Yt = !1, Ce = "hr", Le = [], Ha = window.navigator.userAgent, qn, Jn, pt = [], _t, Br = "", Qn = "", Kn = !1, ei = "";
8066
8067
  const Na = () => {
8067
8068
  fetch(h).then(($) => $.json()).then(($) => {
@@ -8073,20 +8074,20 @@ function Hd(e, t, r) {
8073
8074
  });
8074
8075
  };
8075
8076
  let Se;
8076
- Object.keys(Ni).forEach((_) => {
8077
- Hi(_, Ni[_]);
8077
+ Object.keys(Ni).forEach((p) => {
8078
+ Hi(p, Ni[p]);
8078
8079
  });
8079
8080
  const Ca = () => {
8080
8081
  Md(x, J).then(
8081
- (_) => {
8082
- _.Guid, _.UserID, r(55, Yt = !0);
8082
+ (p) => {
8083
+ p.Guid, p.UserID, r(55, Yt = !0);
8083
8084
  },
8084
- (_) => {
8085
- r(55, Yt = !1), console.error("Error while checking the session - ", _);
8085
+ (p) => {
8086
+ r(55, Yt = !1), console.error("Error while checking the session - ", p);
8086
8087
  }
8087
8088
  );
8088
8089
  }, La = () => {
8089
- const _ = JSON.parse(localStorage.session), $ = new Date(_.Login), re = (/* @__PURE__ */ new Date()).getTimezoneOffset() / 60;
8090
+ const p = JSON.parse(localStorage.session), $ = new Date(p.Login), re = (/* @__PURE__ */ new Date()).getTimezoneOffset() / 60;
8090
8091
  let de = (/* @__PURE__ */ new Date()).getTime() - $.getTime(), Be = Math.floor(de / 36e5) + re, Ut = Math.floor(de % 36e5 / 6e4), Wt = Math.floor(de % 6e4 / 1e3);
8091
8092
  setInterval(
8092
8093
  () => {
@@ -8102,11 +8103,11 @@ function Hd(e, t, r) {
8102
8103
  Jn
8103
8104
  );
8104
8105
  }, ti = () => {
8105
- const _ = S != "false" ? S : `hh:mm${f === "true" ? ":ss" : ""} (UTC Z)`;
8106
- r(32, qn = y().format(_));
8106
+ const p = S != "false" ? S : `hh:mm${f === "true" ? ":ss" : ""} (UTC Z)`;
8107
+ r(32, qn = y().format(p));
8107
8108
  }, Ia = () => {
8108
- let _ = new URL(`${i}/${s}/footer-raw-data?env=${a}`), $ = Ed(Ha);
8109
- _.searchParams.append("userRoles", W), $ && ($ === "PC" ? _.searchParams.append("device", "dk") : _.searchParams.append("device", "mtWeb")), r(26, Gr = !1), r(27, Bt = !0), fetch(_).then((re) => re.json()).then((re) => {
8109
+ let p = new URL(`${i}/${s}/footer-raw-data?env=${a}`), $ = Ed(Ha);
8110
+ p.searchParams.append("userRoles", W), $ && ($ === "PC" ? p.searchParams.append("device", "dk") : p.searchParams.append("device", "mtWeb")), r(26, Gr = !1), r(27, Bt = !0), fetch(p).then((re) => re.json()).then((re) => {
8110
8111
  r(27, Bt = !1), $n = re;
8111
8112
  let Te, de, Be;
8112
8113
  r(12, { gameVendorsLinksTitle: Rr, gameVendorsRepeater: Ct, paymentLinksTitle: Hr, paymentMethodsRepeater: Lt, sponsorsLinksTitle: Nr, sponsorsRepeater: At, helpLinksTitle: Cr, helpLinksRepeater: It, licensesLinksTitle: Lr, licensesRepeater: Ft, socialLinksTitle: Ar, socialLinksRepeater: Gt, copyright: Ir, licenseDesc: Fr, licenseHeadScriptSrc: Te, licenseScriptBody: de, licenseEvent: Be, language: Le } = $n, Rr, r(13, Ct), r(14, Hr), r(15, Lt), r(16, Nr), r(17, At), r(18, Cr), r(19, It), r(20, Lr), r(21, Ft), r(22, Ar), r(23, Gt), r(24, Ir), r(25, Fr), r(10, Le)), Le && (r(37, Kn = !0), Ur()), Te?.length > 0 && (r(28, zn = !0), r(29, Zn = Te)), de?.length > 0 && r(30, Xn = de), window.postMessage({ type: Be }, window.location.href), window.postMessage(
@@ -8124,9 +8125,9 @@ function Hd(e, t, r) {
8124
8125
  }).catch((re) => {
8125
8126
  r(26, Gr = !0), r(27, Bt = !1), console.error(re);
8126
8127
  });
8127
- }, Fa = (_, $) => {
8128
+ }, Fa = (p, $) => {
8128
8129
  let re = document.createElement("div");
8129
- re.innerHTML = $, _.append(re);
8130
+ re.innerHTML = $, p.append(re);
8130
8131
  }, Yr = () => {
8131
8132
  window.postMessage(
8132
8133
  {
@@ -8137,14 +8138,14 @@ function Hd(e, t, r) {
8137
8138
  );
8138
8139
  }, Ga = () => {
8139
8140
  _t.classList.toggle("hidden");
8140
- }, Ba = (_) => {
8141
- let $ = _.target.closest(".overlayLanguageOption");
8141
+ }, Ba = (p) => {
8142
+ let $ = p.target.closest(".overlayLanguageOption");
8142
8143
  r(31, Ce = $.getAttribute("data-lang")), Yr(), Ur(), _t.classList.toggle("hidden");
8143
8144
  }, Ur = () => {
8144
- let _ = !1;
8145
+ let p = !1;
8145
8146
  Le.forEach(($, re) => {
8146
8147
  if ($.code == Ce.toLowerCase()) {
8147
- _ = !0;
8148
+ p = !0;
8148
8149
  let Te = "";
8149
8150
  switch (r(36, Qn = $.flag_icon_editable), B) {
8150
8151
  case "name":
@@ -8159,26 +8160,26 @@ function Hd(e, t, r) {
8159
8160
  }
8160
8161
  r(35, Br = Te);
8161
8162
  }
8162
- }), _ || r(35, Br = Ce);
8163
+ }), p || r(35, Br = Ce);
8163
8164
  };
8164
- ro(() => (r(33, pt = k.replace(/ /g, "").split(",")), r(33, pt = pt.map((_) => _.toUpperCase())), () => {
8165
+ ro(() => (r(33, pt = k.replace(/ /g, "").split(",")), r(33, pt = pt.map((p) => p.toUpperCase())), () => {
8165
8166
  }));
8166
8167
  function Ya() {
8167
8168
  Ce = Ka(this), r(31, Ce), r(0, s), r(10, Le), r(33, pt);
8168
8169
  }
8169
8170
  const Ua = () => Yr();
8170
- function Wa(_) {
8171
- ir[_ ? "unshift" : "push"](() => {
8172
- _t = _, r(34, _t);
8171
+ function Wa(p) {
8172
+ ir[p ? "unshift" : "push"](() => {
8173
+ _t = p, r(34, _t);
8173
8174
  });
8174
8175
  }
8175
- function ja(_) {
8176
- ir[_ ? "unshift" : "push"](() => {
8177
- Se = _, r(11, Se);
8176
+ function ja(p) {
8177
+ ir[p ? "unshift" : "push"](() => {
8178
+ Se = p, r(11, Se);
8178
8179
  });
8179
8180
  }
8180
- return e.$$set = (_) => {
8181
- "endpoint" in _ && r(44, i = _.endpoint), "lang" in _ && r(0, s = _.lang), "env" in _ && r(45, a = _.env), "mbsource" in _ && r(1, o = _.mbsource), "clientstyling" in _ && r(2, l = _.clientstyling), "clientstylingurl" in _ && r(3, u = _.clientstylingurl), "translationurl" in _ && r(46, h = _.translationurl), "clockenabled" in _ && r(4, c = _.clockenabled), "clocksecondsenabled" in _ && r(47, f = _.clocksecondsenabled), "clockcustomformat" in _ && r(48, S = _.clockcustomformat), "clocktext" in _ && r(5, v = _.clocktext), "languageselectorenabled" in _ && r(6, g = _.languageselectorenabled), "languageslist" in _ && r(49, k = _.languageslist), "languagedisplaytype" in _ && r(50, B = _.languagedisplaytype), "session" in _ && r(51, J = _.session), "userid" in _ && r(52, F = _.userid), "userendpoint" in _ && r(53, x = _.userendpoint), "userroles" in _ && r(54, W = _.userroles), "panicbuttonenabled" in _ && r(7, M = _.panicbuttonenabled), "sessiontimerenabled" in _ && r(8, ce = _.sessiontimerenabled), "baseurl" in _ && r(9, Vn = _.baseurl);
8181
+ return e.$$set = (p) => {
8182
+ "endpoint" in p && r(44, i = p.endpoint), "lang" in p && r(0, s = p.lang), "env" in p && r(45, a = p.env), "mbsource" in p && r(1, o = p.mbsource), "clientstyling" in p && r(2, l = p.clientstyling), "clientstylingurl" in p && r(3, u = p.clientstylingurl), "translationurl" in p && r(46, h = p.translationurl), "clockenabled" in p && r(4, c = p.clockenabled), "clocksecondsenabled" in p && r(47, f = p.clocksecondsenabled), "clockcustomformat" in p && r(48, S = p.clockcustomformat), "clocktext" in p && r(5, v = p.clocktext), "languageselectorenabled" in p && r(6, g = p.languageselectorenabled), "languageslist" in p && r(49, k = p.languageslist), "languagedisplaytype" in p && r(50, B = p.languagedisplaytype), "session" in p && r(51, J = p.session), "userid" in p && r(52, F = p.userid), "userendpoint" in p && r(53, x = p.userendpoint), "userroles" in p && r(54, W = p.userroles), "panicbuttonenabled" in p && r(7, M = p.panicbuttonenabled), "sessiontimerenabled" in p && r(8, ce = p.sessiontimerenabled), "baseurl" in p && r(9, Vn = p.baseurl);
8182
8183
  }, e.$$.update = () => {
8183
8184
  e.$$.dirty[0] & /*lang*/
8184
8185
  1 && s && xd(s), e.$$.dirty[1] & /*session, userid, endpoint*/
@@ -8425,7 +8426,7 @@ mo(Nd, { endpoint: {}, lang: {}, env: {}, mbsource: {}, clientstyling: {}, clien
8425
8426
  export {
8426
8427
  dt as $,
8427
8428
  Oa as A,
8428
- Cd as B,
8429
+ Ld as B,
8429
8430
  $a as C,
8430
8431
  Td as D,
8431
8432
  Nd as E,
@@ -8436,12 +8437,12 @@ export {
8436
8437
  N as d,
8437
8438
  E as e,
8438
8439
  z as f,
8439
- p as g,
8440
+ _ as g,
8440
8441
  ir as h,
8441
8442
  co as i,
8442
8443
  Vt as j,
8443
8444
  ni as k,
8444
- m as l,
8445
+ d as l,
8445
8446
  Ja as m,
8446
8447
  se as n,
8447
8448
  ro as o,