@everymatrix/casino-hamburger-menu 1.63.3 → 1.64.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/{CasinoHamburgerMenu-CrEZJz0R.js → CasinoHamburgerMenu-CljLA5SH.js} +44 -44
- package/components/{CasinoHamburgerMenu-CBWPc5LX.cjs → CasinoHamburgerMenu-DUfUtyTp.cjs} +5 -5
- package/components/{CasinoHamburgerMenu-D5-vWz5z.js → CasinoHamburgerMenu-ROiwYtnX.js} +49 -49
- package/es2015/casino-hamburger-menu.cjs +1 -1
- package/es2015/casino-hamburger-menu.js +1 -1
- package/esnext/casino-hamburger-menu.js +1 -1
- package/package.json +1 -1
|
@@ -233,7 +233,7 @@ function Zn(e) {
|
|
|
233
233
|
t = (t << 5) - t ^ e.charCodeAt(r);
|
|
234
234
|
return t >>> 0;
|
|
235
235
|
}
|
|
236
|
-
function
|
|
236
|
+
function qn(e, t) {
|
|
237
237
|
const r = { stylesheet: jn(t), rules: {} };
|
|
238
238
|
return Ue.set(e, r), r;
|
|
239
239
|
}
|
|
@@ -247,12 +247,12 @@ function Vt(e, t, r, n, i, o, s, a = 0) {
|
|
|
247
247
|
`;
|
|
248
248
|
}
|
|
249
249
|
const h = l + `100% {${s(r, 1 - r)}}
|
|
250
|
-
}`, c = `__svelte_${Zn(h)}_${a}`, f = Tt(e), { stylesheet: m, rules: p } = Ue.get(f) ||
|
|
250
|
+
}`, c = `__svelte_${Zn(h)}_${a}`, f = Tt(e), { stylesheet: m, rules: p } = Ue.get(f) || qn(f, e);
|
|
251
251
|
p[c] || (p[c] = !0, m.insertRule(`@keyframes ${c} ${h}`, m.cssRules.length));
|
|
252
252
|
const b = e.style.animation || "";
|
|
253
253
|
return e.style.animation = `${b ? `${b}, ` : ""}${c} ${n}ms linear ${i}ms 1 both`, $e += 1, c;
|
|
254
254
|
}
|
|
255
|
-
function
|
|
255
|
+
function Qn(e, t) {
|
|
256
256
|
const r = (e.style.animation || "").split(", "), n = r.filter(
|
|
257
257
|
t ? (o) => o.indexOf(t) < 0 : (o) => o.indexOf("__svelte") === -1
|
|
258
258
|
// remove all Svelte animations
|
|
@@ -366,7 +366,7 @@ const ai = { duration: 0 };
|
|
|
366
366
|
function Xt(e, t, r, n) {
|
|
367
367
|
let o = t(e, r, { direction: "both" }), s = n ? 0 : 1, a = null, u = null, l = null, h;
|
|
368
368
|
function c() {
|
|
369
|
-
l &&
|
|
369
|
+
l && Qn(e, l);
|
|
370
370
|
}
|
|
371
371
|
function f(p, b) {
|
|
372
372
|
const H = (
|
|
@@ -426,7 +426,7 @@ function Xt(e, t, r, n) {
|
|
|
426
426
|
}
|
|
427
427
|
};
|
|
428
428
|
}
|
|
429
|
-
function
|
|
429
|
+
function Q(e) {
|
|
430
430
|
return (e == null ? void 0 : e.length) !== void 0 ? e : Array.from(e);
|
|
431
431
|
}
|
|
432
432
|
function ui(e, t, r) {
|
|
@@ -790,7 +790,7 @@ function pt(e, t, r) {
|
|
|
790
790
|
(o || !(n in t)) && (o || (o = Array.prototype.slice.call(t, 0, n)), o[n] = t[n]);
|
|
791
791
|
return e.concat(o || t);
|
|
792
792
|
}
|
|
793
|
-
function
|
|
793
|
+
function q(e) {
|
|
794
794
|
return typeof e == "function";
|
|
795
795
|
}
|
|
796
796
|
function Ur(e) {
|
|
@@ -843,7 +843,7 @@ var We = function() {
|
|
|
843
843
|
else
|
|
844
844
|
s.remove(this);
|
|
845
845
|
var h = this.initialTeardown;
|
|
846
|
-
if (
|
|
846
|
+
if (q(h))
|
|
847
847
|
try {
|
|
848
848
|
h();
|
|
849
849
|
} catch (b) {
|
|
@@ -906,10 +906,10 @@ var We = function() {
|
|
|
906
906
|
}(), e;
|
|
907
907
|
}(), $r = We.EMPTY;
|
|
908
908
|
function Dr(e) {
|
|
909
|
-
return e instanceof We || e && "closed" in e &&
|
|
909
|
+
return e instanceof We || e && "closed" in e && q(e.remove) && q(e.add) && q(e.unsubscribe);
|
|
910
910
|
}
|
|
911
911
|
function Zt(e) {
|
|
912
|
-
|
|
912
|
+
q(e) ? e() : e.unsubscribe();
|
|
913
913
|
}
|
|
914
914
|
var di = {
|
|
915
915
|
Promise: void 0
|
|
@@ -929,7 +929,7 @@ function bi(e) {
|
|
|
929
929
|
throw e;
|
|
930
930
|
});
|
|
931
931
|
}
|
|
932
|
-
function
|
|
932
|
+
function qt() {
|
|
933
933
|
}
|
|
934
934
|
function Ce(e) {
|
|
935
935
|
e();
|
|
@@ -1000,7 +1000,7 @@ var Gr = function(e) {
|
|
|
1000
1000
|
Te(t, e);
|
|
1001
1001
|
function t(r, n, i) {
|
|
1002
1002
|
var o = e.call(this) || this, s;
|
|
1003
|
-
return
|
|
1003
|
+
return q(r) || !r ? s = {
|
|
1004
1004
|
next: r != null ? r : void 0,
|
|
1005
1005
|
error: n != null ? n : void 0,
|
|
1006
1006
|
complete: i != null ? i : void 0
|
|
@@ -1016,9 +1016,9 @@ function vi(e) {
|
|
|
1016
1016
|
}
|
|
1017
1017
|
var _i = {
|
|
1018
1018
|
closed: !0,
|
|
1019
|
-
next:
|
|
1019
|
+
next: qt,
|
|
1020
1020
|
error: vi,
|
|
1021
|
-
complete:
|
|
1021
|
+
complete: qt
|
|
1022
1022
|
}, xi = function() {
|
|
1023
1023
|
return typeof Symbol == "function" && Symbol.observable || "@@observable";
|
|
1024
1024
|
}();
|
|
@@ -1032,7 +1032,7 @@ function wi(e) {
|
|
|
1032
1032
|
}, r);
|
|
1033
1033
|
};
|
|
1034
1034
|
}
|
|
1035
|
-
var
|
|
1035
|
+
var Qt = function() {
|
|
1036
1036
|
function e(t) {
|
|
1037
1037
|
t && (this._subscribe = t);
|
|
1038
1038
|
}
|
|
@@ -1097,7 +1097,7 @@ function Jt(e) {
|
|
|
1097
1097
|
return (t = e != null ? e : di.Promise) !== null && t !== void 0 ? t : Promise;
|
|
1098
1098
|
}
|
|
1099
1099
|
function Hi(e) {
|
|
1100
|
-
return e &&
|
|
1100
|
+
return e && q(e.next) && q(e.error) && q(e.complete);
|
|
1101
1101
|
}
|
|
1102
1102
|
function Si(e) {
|
|
1103
1103
|
return e && e instanceof Gr || Hi(e) && Dr(e);
|
|
@@ -1181,12 +1181,12 @@ var Ti = Ur(function(e) {
|
|
|
1181
1181
|
var n = this, i = n.hasError, o = n.thrownError, s = n.isStopped;
|
|
1182
1182
|
i ? r.error(o) : s && r.complete();
|
|
1183
1183
|
}, t.prototype.asObservable = function() {
|
|
1184
|
-
var r = new
|
|
1184
|
+
var r = new Qt();
|
|
1185
1185
|
return r.source = this, r;
|
|
1186
1186
|
}, t.create = function(r, n) {
|
|
1187
1187
|
return new Yt(r, n);
|
|
1188
1188
|
}, t;
|
|
1189
|
-
}(
|
|
1189
|
+
}(Qt), Yt = function(e) {
|
|
1190
1190
|
Te(t, e);
|
|
1191
1191
|
function t(r, n) {
|
|
1192
1192
|
var i = e.call(this) || this;
|
|
@@ -1420,7 +1420,7 @@ function rt(e, t, r) {
|
|
|
1420
1420
|
return e.concat(o || Array.prototype.slice.call(t));
|
|
1421
1421
|
}
|
|
1422
1422
|
function nt(e, t) {
|
|
1423
|
-
var r = t && t.cache ? t.cache : Ki, n = t && t.serializer ? t.serializer : Ji, i = t && t.strategy ? t.strategy :
|
|
1423
|
+
var r = t && t.cache ? t.cache : Ki, n = t && t.serializer ? t.serializer : Ji, i = t && t.strategy ? t.strategy : qi;
|
|
1424
1424
|
return i(e, {
|
|
1425
1425
|
cache: r,
|
|
1426
1426
|
serializer: n
|
|
@@ -1440,11 +1440,11 @@ function Wr(e, t, r) {
|
|
|
1440
1440
|
function Xr(e, t, r, n, i) {
|
|
1441
1441
|
return r.bind(t, e, n, i);
|
|
1442
1442
|
}
|
|
1443
|
-
function
|
|
1443
|
+
function qi(e, t) {
|
|
1444
1444
|
var r = e.length === 1 ? Zi : Wr;
|
|
1445
1445
|
return Xr(e, this, r, t.cache.create(), t.serializer);
|
|
1446
1446
|
}
|
|
1447
|
-
function
|
|
1447
|
+
function Qi(e, t) {
|
|
1448
1448
|
return Xr(e, this, Wr, t.cache.create(), t.serializer);
|
|
1449
1449
|
}
|
|
1450
1450
|
var Ji = function() {
|
|
@@ -1466,7 +1466,7 @@ var Ji = function() {
|
|
|
1466
1466
|
return new Yi();
|
|
1467
1467
|
}
|
|
1468
1468
|
}, it = {
|
|
1469
|
-
variadic:
|
|
1469
|
+
variadic: Qi
|
|
1470
1470
|
}, Ge = function() {
|
|
1471
1471
|
return Ge = Object.assign || function(t) {
|
|
1472
1472
|
for (var r, n = 1, i = arguments.length; n < i; n++) {
|
|
@@ -1501,10 +1501,10 @@ function zr(e) {
|
|
|
1501
1501
|
function Zr(e) {
|
|
1502
1502
|
return e.type === P.date;
|
|
1503
1503
|
}
|
|
1504
|
-
function
|
|
1504
|
+
function qr(e) {
|
|
1505
1505
|
return e.type === P.time;
|
|
1506
1506
|
}
|
|
1507
|
-
function
|
|
1507
|
+
function Qr(e) {
|
|
1508
1508
|
return e.type === P.select;
|
|
1509
1509
|
}
|
|
1510
1510
|
function Jr(e) {
|
|
@@ -3862,11 +3862,11 @@ function Bo(e) {
|
|
|
3862
3862
|
}
|
|
3863
3863
|
function Et(e) {
|
|
3864
3864
|
e.forEach(function(t) {
|
|
3865
|
-
if (delete t.location,
|
|
3865
|
+
if (delete t.location, Qr(t) || Jr(t))
|
|
3866
3866
|
for (var r in t.options)
|
|
3867
3867
|
delete t.options[r].location, Et(t.options[r].value);
|
|
3868
3868
|
else
|
|
3869
|
-
zr(t) && Kr(t.style) || (Zr(t) ||
|
|
3869
|
+
zr(t) && Kr(t.style) || (Zr(t) || qr(t)) && bt(t.style) ? delete t.style.location : Yr(t) && Et(t.children);
|
|
3870
3870
|
});
|
|
3871
3871
|
}
|
|
3872
3872
|
function Po(e, t) {
|
|
@@ -3977,7 +3977,7 @@ function Ne(e, t, r, n, i, o, s) {
|
|
|
3977
3977
|
});
|
|
3978
3978
|
continue;
|
|
3979
3979
|
}
|
|
3980
|
-
if (
|
|
3980
|
+
if (qr(h)) {
|
|
3981
3981
|
var m = typeof h.style == "string" ? n.time[h.style] : bt(h.style) ? h.style.parsedOptions : n.time.medium;
|
|
3982
3982
|
a.push({
|
|
3983
3983
|
type: F.literal,
|
|
@@ -4007,7 +4007,7 @@ function Ne(e, t, r, n, i, o, s) {
|
|
|
4007
4007
|
};
|
|
4008
4008
|
}));
|
|
4009
4009
|
}
|
|
4010
|
-
if (
|
|
4010
|
+
if (Qr(h)) {
|
|
4011
4011
|
var S = h.options[f] || h.options.other;
|
|
4012
4012
|
if (!S)
|
|
4013
4013
|
throw new lr(h.value, f, Object.keys(h.options), s);
|
|
@@ -4226,7 +4226,7 @@ const J = {}, Do = (e, t, r) => r && (t in J || (J[t] = {}), e in J[t] || (J[t][
|
|
|
4226
4226
|
return;
|
|
4227
4227
|
if (t in J && e in J[t])
|
|
4228
4228
|
return J[t][e];
|
|
4229
|
-
const r =
|
|
4229
|
+
const r = qe(t);
|
|
4230
4230
|
for (let n = 0; n < r.length; n++) {
|
|
4231
4231
|
const i = r[n], o = ko(i, e);
|
|
4232
4232
|
if (o)
|
|
@@ -4250,7 +4250,7 @@ function ko(e, t) {
|
|
|
4250
4250
|
function jo(e) {
|
|
4251
4251
|
if (e == null)
|
|
4252
4252
|
return;
|
|
4253
|
-
const t =
|
|
4253
|
+
const t = qe(e);
|
|
4254
4254
|
for (let r = 0; r < t.length; r++) {
|
|
4255
4255
|
const n = t[r];
|
|
4256
4256
|
if (ln(n))
|
|
@@ -4273,13 +4273,13 @@ function cn(e) {
|
|
|
4273
4273
|
return Re[e];
|
|
4274
4274
|
}
|
|
4275
4275
|
function Wo(e) {
|
|
4276
|
-
return
|
|
4276
|
+
return qe(e).map((t) => {
|
|
4277
4277
|
const r = cn(t);
|
|
4278
4278
|
return [t, r ? [...r] : []];
|
|
4279
4279
|
}).filter(([, t]) => t.length > 0);
|
|
4280
4280
|
}
|
|
4281
4281
|
function wt(e) {
|
|
4282
|
-
return e == null ? !1 :
|
|
4282
|
+
return e == null ? !1 : qe(e).some(
|
|
4283
4283
|
(t) => {
|
|
4284
4284
|
var r;
|
|
4285
4285
|
return (r = cn(t)) == null ? void 0 : r.size;
|
|
@@ -4342,12 +4342,12 @@ const zo = {
|
|
|
4342
4342
|
warnOnMissingMessages: !0,
|
|
4343
4343
|
handleMissingMessage: void 0,
|
|
4344
4344
|
ignoreTag: !0
|
|
4345
|
-
},
|
|
4345
|
+
}, qo = Zo;
|
|
4346
4346
|
function me() {
|
|
4347
|
-
return
|
|
4347
|
+
return qo;
|
|
4348
4348
|
}
|
|
4349
4349
|
const at = Xe(!1);
|
|
4350
|
-
var
|
|
4350
|
+
var Qo = Object.defineProperty, Jo = Object.defineProperties, Yo = Object.getOwnPropertyDescriptors, hr = Object.getOwnPropertySymbols, Ko = Object.prototype.hasOwnProperty, es = Object.prototype.propertyIsEnumerable, cr = (e, t, r) => t in e ? Qo(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, ts = (e, t) => {
|
|
4351
4351
|
for (var r in t || (t = {}))
|
|
4352
4352
|
Ko.call(t, r) && cr(e, r, t[r]);
|
|
4353
4353
|
if (hr)
|
|
@@ -4360,7 +4360,7 @@ const ke = Xe(null);
|
|
|
4360
4360
|
function fr(e) {
|
|
4361
4361
|
return e.split("-").map((t, r, n) => n.slice(0, r + 1).join("-")).reverse();
|
|
4362
4362
|
}
|
|
4363
|
-
function
|
|
4363
|
+
function qe(e, t = me().fallbackLocale) {
|
|
4364
4364
|
const r = fr(e);
|
|
4365
4365
|
return t ? [.../* @__PURE__ */ new Set([...r, ...fr(t)])] : r;
|
|
4366
4366
|
}
|
|
@@ -4386,7 +4386,7 @@ const ns = (e) => {
|
|
|
4386
4386
|
return ke.set(e);
|
|
4387
4387
|
}, be = rs(ts({}, ke), {
|
|
4388
4388
|
set: ns
|
|
4389
|
-
}),
|
|
4389
|
+
}), Qe = (e) => {
|
|
4390
4390
|
const t = /* @__PURE__ */ Object.create(null);
|
|
4391
4391
|
return (n) => {
|
|
4392
4392
|
const i = JSON.stringify(n);
|
|
@@ -4414,21 +4414,21 @@ const Se = (e, t) => {
|
|
|
4414
4414
|
if (e in r && t in r[e])
|
|
4415
4415
|
return r[e][t];
|
|
4416
4416
|
throw new Error(`[svelte-i18n] Unknown "${t}" ${e} format.`);
|
|
4417
|
-
}, os =
|
|
4417
|
+
}, os = Qe(
|
|
4418
4418
|
(e) => {
|
|
4419
4419
|
var t = e, { locale: r, format: n } = t, i = ye(t, ["locale", "format"]);
|
|
4420
4420
|
if (r == null)
|
|
4421
4421
|
throw new Error('[svelte-i18n] A "locale" must be set to format numbers');
|
|
4422
4422
|
return n && (i = Se("number", n)), new Intl.NumberFormat(r, i);
|
|
4423
4423
|
}
|
|
4424
|
-
), ss =
|
|
4424
|
+
), ss = Qe(
|
|
4425
4425
|
(e) => {
|
|
4426
4426
|
var t = e, { locale: r, format: n } = t, i = ye(t, ["locale", "format"]);
|
|
4427
4427
|
if (r == null)
|
|
4428
4428
|
throw new Error('[svelte-i18n] A "locale" must be set to format dates');
|
|
4429
4429
|
return n ? i = Se("date", n) : Object.keys(i).length === 0 && (i = Se("date", "short")), new Intl.DateTimeFormat(r, i);
|
|
4430
4430
|
}
|
|
4431
|
-
), as =
|
|
4431
|
+
), as = Qe(
|
|
4432
4432
|
(e) => {
|
|
4433
4433
|
var t = e, { locale: r, format: n } = t, i = ye(t, ["locale", "format"]);
|
|
4434
4434
|
if (r == null)
|
|
@@ -4458,7 +4458,7 @@ const Se = (e, t) => {
|
|
|
4458
4458
|
"locale"
|
|
4459
4459
|
]);
|
|
4460
4460
|
return as(Mt({ locale: r }, n));
|
|
4461
|
-
}, cs =
|
|
4461
|
+
}, cs = Qe(
|
|
4462
4462
|
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
|
|
4463
4463
|
(e, t = ne()) => new Uo(e, t, me().formats, {
|
|
4464
4464
|
ignoreTag: me().ignoreTag
|
|
@@ -4567,7 +4567,7 @@ const dr = {
|
|
|
4567
4567
|
}
|
|
4568
4568
|
};
|
|
4569
4569
|
function ws(e) {
|
|
4570
|
-
kn(e, "svelte-
|
|
4570
|
+
kn(e, "svelte-1bq06b7", "*,*::before,*::after{margin:0;padding:0;box-sizing:border-box;font-family:inherit}:host{font-family:inherit}input,textarea,button{font-family:inherit}.LanguageDropdown{width:100%;margin-right:16px;position:relative;display:inline-block}.SelectedOption,.OptionList{border:1px solid var(--emw--header-color-primary);padding:8px;cursor:pointer;width:200px;border-radius:2px}.SelectedOption{display:flex;align-items:center;margin:0;padding-left:9px}.SelectedOption svg{width:12px;margin-left:6px}.FlagIcon img{width:20px;height:14px;margin-right:8px;border-radius:2px}.OptionList{position:absolute;overflow-y:auto;transform:translateX(-50%);z-index:1;background:var(--emw--header-color-secondary-menu-bg, var(--emw--color-background-secondary, #050518));max-height:155px;overflow-y:auto;bottom:36px;width:50vw;left:30%;display:flex;gap:5px;flex-direction:column}.TriangleInactive{display:block;color:currentColor;margin:0 0 0 10px;transition:all 0.5s}.TriangleInactive svg{margin:2px 0px}.TriangleActive{transform:rotate(180deg);position:relative}.TriangleActive svg{margin:2px 0px}.LanguageOption{display:flex;align-items:center;padding:4px;margin:0;background-color:white}.LanguageOption:hover{background-color:var(--emw--header-color-primary, var(--emw--color-primary, #22B04E));border-radius:2px}.LanguageSelect{margin:0 20px}.LanguageSelectorTitle{position:fixed;width:90vw;padding:5px 0;bottom:0;background:var(--emw--header-color-secondary-menu-bg, var(--emw--color-background-secondary, #050518))}.LanguageSelectorTitle span{display:inline;color:var(--emw--header-typography, var(--emw--color-white, #FFFFFF));padding:5px 0;display:flex;align-items:center;gap:15px;font-size:12px}.ItemLanguage{height:34px;width:100%;text-align:left;line-height:34px;background:transparent;color:var(--emw--header-typography, var(--emw--color-white, #FFFFFF));border:none}.ItemLanguage option{color:var(--emw--header-contrast, var(--emw--color-contrast, #07072A))}.HamburgerModalWindow{display:block;position:fixed;align-items:center;justify-content:center;width:100%;height:100%;z-index:100;top:0;left:0;background-color:rgba(0, 0, 0, 0.7)}.HamburgerModalWindow>span{opacity:0}.HamburgerModalWindow .HamburgerModalContainer{max-width:992px;position:relative;background:var(--emw--header-color-secondary-menu-bg, var(--emw--color-background-secondary, #050518));width:0vw;height:100%;padding:0;border-top:0;border-radius:0;transition:width 0.4s ease-in-out;overflow-x:hidden;overflow-y:scroll}.HamburgerModalWindow .HamburgerModalContainer.ActiveHamburgerMenu{width:90vw}.HamburgerModalWindow .ModalCloseBtn{position:absolute;top:9px;right:9px;width:20px;height:20px;border-radius:100%;color:var(--emw--color-white, #FFFFFF);background:rgba(255, 255, 255, 0.2);opacity:1;cursor:pointer;transition:all 150ms ease-in-out;transition:opacity 500ms ease-in-out}.HamburgerModalWindow .ModalCloseBtn svg{width:20px;height:20px;padding:2px}.HamburgerModalWindow .ModalCloseBtn:hover{background:rgba(255, 255, 255, 0.2)}.HamburgerModalWindow .HamburgerPrimaryMenu,.HamburgerModalWindow .HamburgerSecondaryMenu{font-size:12px;display:flex;color:var(--emw--header-typography, var(--emw--color-white, #FFFFFF))}.HamburgerModalWindow .HamburgerPrimaryMenu li,.HamburgerModalWindow .HamburgerSecondaryMenu li{transition:all 150ms ease-in-out}.HamburgerModalWindow .HamburgerPrimaryMenu img,.HamburgerModalWindow .HamburgerSecondaryMenu img{max-width:40px}.HamburgerModalWindow .HamburgerPrimaryMenu{background:var(--emw--color-primary);white-space:nowrap;overflow:scroll;list-style:none;border-bottom:2px solid var(--emw--header-color-primary, var(--emw--color-primary, #22B04E));width:90vw}.HamburgerModalWindow .HamburgerPrimaryMenu>li{max-width:100px;padding:14px 25px;display:inline-block}.HamburgerModalWindow .HamburgerPrimaryMenu>li.ActiveItem{background:var(--emw--header-color-primary, var(--emw--color-primary, #22B04E))}.HamburgerModalWindow .HamburgerPrimaryMenu.HamburgerPrimaryMenuFixed{position:fixed}.HamburgerModalWindow .HamburgerPrimaryMenu .HamburgerItemContainer{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:14px}.HamburgerModalWindow .HamburgerSecondaryMenu{margin-top:10px;list-style:none;width:90vw;display:flex;flex-direction:column}.HamburgerModalWindow .HamburgerSecondaryMenu.HamburgerSecondaryMenuFixed{margin-top:106px;margin-bottom:70px}.HamburgerModalWindow .HamburgerSecondaryMenu li{margin:0 20px;padding:20px 0;display:flex;align-items:center;gap:15px}.HamburgerModalWindow .HamburgerSecondaryMenu li a{text-decoration:none;display:flex;align-items:center;gap:15px;color:var(--emw--header-typography, var(--emw--color-white, #FFFFFF));font-size:14px}.HamburgerModalWindow .HamburgerSecondaryMenu li:not(:last-child){border-bottom:1px solid var(--emw--color-gray-300, #58586B)}.HamburgerModalWindow .HamburgerSecondaryMenu li:active a{color:var(--emw--color-primary, #22B04E)}.FlagIcon{margin-left:12px}.NoFlag{width:88%;margin:0 20px}");
|
|
4571
4571
|
}
|
|
4572
4572
|
function gr(e, t, r) {
|
|
4573
4573
|
const n = e.slice();
|
|
@@ -4598,13 +4598,13 @@ function xr(e) {
|
|
|
4598
4598
|
e[30],
|
|
4599
4599
|
_r
|
|
4600
4600
|
), S = B || Ss();
|
|
4601
|
-
let I =
|
|
4601
|
+
let I = Q(
|
|
4602
4602
|
/*HamburgerMenuItems*/
|
|
4603
4603
|
e[4]
|
|
4604
4604
|
), y = [];
|
|
4605
4605
|
for (let x = 0; x < I.length; x += 1)
|
|
4606
4606
|
y[x] = Er(vr(e, I, x));
|
|
4607
|
-
let T =
|
|
4607
|
+
let T = Q(
|
|
4608
4608
|
/*activeMenuItemChildren*/
|
|
4609
4609
|
e[6]
|
|
4610
4610
|
), A = [];
|
|
@@ -4665,7 +4665,7 @@ function xr(e) {
|
|
|
4665
4665
|
128 && n !== (n = /*modalIsOpen*/
|
|
4666
4666
|
e[7] ? "ModalCloseBtn" : "")) && g(r, "class", n), N[0] & /*activeMenuItemId, HamburgerMenuItems, changeMenu*/
|
|
4667
4667
|
32816) {
|
|
4668
|
-
I =
|
|
4668
|
+
I = Q(
|
|
4669
4669
|
/*HamburgerMenuItems*/
|
|
4670
4670
|
e[4]
|
|
4671
4671
|
);
|
|
@@ -4682,7 +4682,7 @@ function xr(e) {
|
|
|
4682
4682
|
256 && a !== (a = "HamburgerPrimaryMenu " + /*menuIsFixed*/
|
|
4683
4683
|
(e[8] ? "HamburgerPrimaryMenuFixed" : ""))) && g(s, "class", a), N[0] & /*handleClick, activeMenuItemChildren*/
|
|
4684
4684
|
65600) {
|
|
4685
|
-
T =
|
|
4685
|
+
T = Q(
|
|
4686
4686
|
/*activeMenuItemChildren*/
|
|
4687
4687
|
e[6]
|
|
4688
4688
|
);
|
|
@@ -4877,7 +4877,7 @@ function Ts(e) {
|
|
|
4877
4877
|
};
|
|
4878
4878
|
}
|
|
4879
4879
|
function As(e) {
|
|
4880
|
-
let t, r, n, i =
|
|
4880
|
+
let t, r, n, i = Q(
|
|
4881
4881
|
/*languagesArray*/
|
|
4882
4882
|
e[10]
|
|
4883
4883
|
), o = [];
|
|
@@ -4921,7 +4921,7 @@ function As(e) {
|
|
|
4921
4921
|
p(s, a) {
|
|
4922
4922
|
if (a[0] & /*languagesArray*/
|
|
4923
4923
|
1024) {
|
|
4924
|
-
i =
|
|
4924
|
+
i = Q(
|
|
4925
4925
|
/*languagesArray*/
|
|
4926
4926
|
s[10]
|
|
4927
4927
|
);
|
|
@@ -4947,7 +4947,7 @@ function As(e) {
|
|
|
4947
4947
|
};
|
|
4948
4948
|
}
|
|
4949
4949
|
function Sr(e) {
|
|
4950
|
-
let t, r =
|
|
4950
|
+
let t, r = Q(
|
|
4951
4951
|
/*languagesArray*/
|
|
4952
4952
|
e[10]
|
|
4953
4953
|
), n = [];
|
|
@@ -4968,7 +4968,7 @@ function Sr(e) {
|
|
|
4968
4968
|
p(i, o) {
|
|
4969
4969
|
if (o[0] & /*selectLanguage, languagesArray, determineFlag*/
|
|
4970
4970
|
1311744) {
|
|
4971
|
-
r =
|
|
4971
|
+
r = Q(
|
|
4972
4972
|
/*languagesArray*/
|
|
4973
4973
|
i[10]
|
|
4974
4974
|
);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";if(typeof window!="undefined"){let n=function(t){return function(...s){try{return t.apply(this,s)}catch(e){if(e instanceof DOMException&&e.message.includes("has already been used with this registry")||e.message.includes("Cannot define multiple custom elements with the same tag name"))return!1;throw e}}};customElements.define=n(customElements.define),Promise.resolve().then(()=>require("../components/CasinoHamburgerMenu-
|
|
1
|
+
"use strict";if(typeof window!="undefined"){let n=function(t){return function(...s){try{return t.apply(this,s)}catch(e){if(e instanceof DOMException&&e.message.includes("has already been used with this registry")||e.message.includes("Cannot define multiple custom elements with the same tag name"))return!1;throw e}}};customElements.define=n(customElements.define),Promise.resolve().then(()=>require("../components/CasinoHamburgerMenu-DUfUtyTp.cjs")).then(({default:t})=>{!customElements.get("casino-hamburger-menu")&&customElements.define("casino-hamburger-menu",t.element)})}
|
|
@@ -10,7 +10,7 @@ if (typeof window != "undefined") {
|
|
|
10
10
|
}
|
|
11
11
|
};
|
|
12
12
|
};
|
|
13
|
-
customElements.define = n(customElements.define), import("../components/CasinoHamburgerMenu-
|
|
13
|
+
customElements.define = n(customElements.define), import("../components/CasinoHamburgerMenu-ROiwYtnX.js").then(({ default: t }) => {
|
|
14
14
|
!customElements.get("casino-hamburger-menu") && customElements.define("casino-hamburger-menu", t.element);
|
|
15
15
|
});
|
|
16
16
|
}
|