@adstore/templates 2.18.9 → 2.18.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/style.css +1 -1
- package/dist/templates.js.js +478 -475
- package/package.json +1 -1
package/dist/templates.js.js
CHANGED
@@ -1,22 +1,22 @@
|
|
1
1
|
var nr = Object.defineProperty, or = Object.defineProperties;
|
2
2
|
var rr = Object.getOwnPropertyDescriptors;
|
3
3
|
var we = Object.getOwnPropertySymbols;
|
4
|
-
var hn = Object.prototype.hasOwnProperty,
|
5
|
-
var mn = (t, n, e) => n in t ? nr(t, n, { enumerable: !0, configurable: !0, writable: !0, value: e }) : t[n] = e,
|
4
|
+
var hn = Object.prototype.hasOwnProperty, vn = Object.prototype.propertyIsEnumerable;
|
5
|
+
var mn = (t, n, e) => n in t ? nr(t, n, { enumerable: !0, configurable: !0, writable: !0, value: e }) : t[n] = e, C = (t, n) => {
|
6
6
|
for (var e in n || (n = {}))
|
7
7
|
hn.call(n, e) && mn(t, e, n[e]);
|
8
8
|
if (we)
|
9
9
|
for (var e of we(n))
|
10
|
-
|
10
|
+
vn.call(n, e) && mn(t, e, n[e]);
|
11
11
|
return t;
|
12
|
-
},
|
12
|
+
}, T = (t, n) => or(t, rr(n));
|
13
13
|
var Fe = (t, n) => {
|
14
14
|
var e = {};
|
15
15
|
for (var o in t)
|
16
16
|
hn.call(t, o) && n.indexOf(o) < 0 && (e[o] = t[o]);
|
17
17
|
if (t != null && we)
|
18
18
|
for (var o of we(t))
|
19
|
-
n.indexOf(o) < 0 &&
|
19
|
+
n.indexOf(o) < 0 && vn.call(t, o) && (e[o] = t[o]);
|
20
20
|
return e;
|
21
21
|
};
|
22
22
|
var ke = (t, n, e) => new Promise((o, r) => {
|
@@ -35,7 +35,7 @@ var ke = (t, n, e) => new Promise((o, r) => {
|
|
35
35
|
}, i = (_) => _.done ? o(_.value) : Promise.resolve(_.value).then(s, l);
|
36
36
|
i((e = e.apply(t, n)).next());
|
37
37
|
});
|
38
|
-
import { options as B, Component as he, createElement as
|
38
|
+
import { options as B, Component as he, createElement as yn, Fragment as ve, toChildArray as Ze, createContext as ar, render as sr, cloneElement as ir } from "preact";
|
39
39
|
var ht = typeof globalThis != "undefined" ? globalThis : typeof window != "undefined" ? window : typeof global != "undefined" ? global : typeof self != "undefined" ? self : {}, Je = {}, lr = {
|
40
40
|
get exports() {
|
41
41
|
return Je;
|
@@ -335,8 +335,8 @@ B.unmount = function(t) {
|
|
335
335
|
}
|
336
336
|
this.__b = null;
|
337
337
|
}
|
338
|
-
var r = n.__a &&
|
339
|
-
return r && (r.__h = null), [
|
338
|
+
var r = n.__a && yn(ve, null, t.fallback);
|
339
|
+
return r && (r.__h = null), [yn(ve, null, n.__a ? null : t.children), r];
|
340
340
|
};
|
341
341
|
var An = function(t, n, e) {
|
342
342
|
if (++e[1] === e[0] && t.o.delete(n), t.props.revealOrder && (t.props.revealOrder[0] !== "t" || !t.o.size))
|
@@ -369,7 +369,7 @@ var An = function(t, n, e) {
|
|
369
369
|
An(t, e, n);
|
370
370
|
});
|
371
371
|
};
|
372
|
-
var mr = typeof Symbol != "undefined" && Symbol.for && Symbol.for("react.element") || 60103, hr = /^(?:accent|alignment|arabic|baseline|cap|clip(?!PathU)|color|dominant|fill|flood|font|glyph(?!R)|horiz|image|letter|lighting|marker(?!H|W|U)|overline|paint|pointer|shape|stop|strikethrough|stroke|text(?!L)|transform|underline|unicode|units|v|vector|vert|word|writing|x(?!C))[A-Z]/,
|
372
|
+
var mr = typeof Symbol != "undefined" && Symbol.for && Symbol.for("react.element") || 60103, hr = /^(?:accent|alignment|arabic|baseline|cap|clip(?!PathU)|color|dominant|fill|flood|font|glyph(?!R)|horiz|image|letter|lighting|marker(?!H|W|U)|overline|paint|pointer|shape|stop|strikethrough|stroke|text(?!L)|transform|underline|unicode|units|v|vector|vert|word|writing|x(?!C))[A-Z]/, vr = /^on(Ani|Tra|Tou|BeforeInp|Compo)/, yr = /[A-Z0-9]/g, br = typeof document != "undefined", $r = function(t) {
|
373
373
|
return (typeof Symbol != "undefined" && typeof Symbol() == "symbol" ? /fil|che|rad/ : /fil|che|ra/).test(t);
|
374
374
|
};
|
375
375
|
he.prototype.isReactComponent = {}, ["componentWillMount", "componentWillReceiveProps", "componentWillUpdate"].forEach(function(t) {
|
@@ -401,7 +401,7 @@ B.vnode = function(t) {
|
|
401
401
|
var l = e[s];
|
402
402
|
if (!(s === "value" && "defaultValue" in e && l == null || br && s === "children" && o === "noscript" || s === "class" || s === "className")) {
|
403
403
|
var i = s.toLowerCase();
|
404
|
-
s === "defaultValue" && "value" in e && e.value == null ? s = "value" : s === "download" && l === !0 ? l = "" : i === "ondoubleclick" ? s = "ondblclick" : i !== "onchange" || o !== "input" && o !== "textarea" || $r(e.type) ? i === "onfocus" ? s = "onfocusin" : i === "onblur" ? s = "onfocusout" :
|
404
|
+
s === "defaultValue" && "value" in e && e.value == null ? s = "value" : s === "download" && l === !0 ? l = "" : i === "ondoubleclick" ? s = "ondblclick" : i !== "onchange" || o !== "input" && o !== "textarea" || $r(e.type) ? i === "onfocus" ? s = "onfocusin" : i === "onblur" ? s = "onfocusout" : vr.test(s) ? s = i : o.indexOf("-") === -1 && hr.test(s) ? s = s.replace(yr, "-$&").toLowerCase() : l === null && (l = void 0) : i = s = "oninput", i === "oninput" && r[s = i] && (s = "oninputCapture"), r[s] = l;
|
405
405
|
}
|
406
406
|
}
|
407
407
|
o == "select" && r.multiple && Array.isArray(r.value) && (r.value = Ze(e.children).forEach(function(_) {
|
@@ -502,9 +502,9 @@ var fa = pa, ga = Object.prototype, ma = ga.toString;
|
|
502
502
|
function ha(t) {
|
503
503
|
return ma.call(t);
|
504
504
|
}
|
505
|
-
var
|
505
|
+
var va = ha, Hn = Ao, ya = fa, ba = va, $a = "[object Null]", Ca = "[object Undefined]", Pn = Hn ? Hn.toStringTag : void 0;
|
506
506
|
function wa(t) {
|
507
|
-
return t == null ? t === void 0 ? Ca : $a : Pn && Pn in Object(t) ?
|
507
|
+
return t == null ? t === void 0 ? Ca : $a : Pn && Pn in Object(t) ? ya(t) : ba(t);
|
508
508
|
}
|
509
509
|
var He = wa;
|
510
510
|
function ka(t) {
|
@@ -567,7 +567,7 @@ function us(t) {
|
|
567
567
|
return this.size -= n ? 1 : 0, n;
|
568
568
|
}
|
569
569
|
var ps = us, fs = Pe, gs = "__lodash_hash_undefined__", ms = Object.prototype, hs = ms.hasOwnProperty;
|
570
|
-
function
|
570
|
+
function vs(t) {
|
571
571
|
var n = this.__data__;
|
572
572
|
if (fs) {
|
573
573
|
var e = n[t];
|
@@ -575,7 +575,7 @@ function ys(t) {
|
|
575
575
|
}
|
576
576
|
return hs.call(n, t) ? n[t] : void 0;
|
577
577
|
}
|
578
|
-
var
|
578
|
+
var ys = vs, bs = Pe, $s = Object.prototype, Cs = $s.hasOwnProperty;
|
579
579
|
function ws(t) {
|
580
580
|
var n = this.__data__;
|
581
581
|
return bs ? n[t] !== void 0 : Cs.call(n, t);
|
@@ -585,7 +585,7 @@ function xs(t, n) {
|
|
585
585
|
var e = this.__data__;
|
586
586
|
return this.size += this.has(t) ? 0 : 1, e[t] = Ts && n === void 0 ? Ms : n, this;
|
587
587
|
}
|
588
|
-
var Ls = xs, Ns = ds, Ss = ps, Os =
|
588
|
+
var Ls = xs, Ns = ds, Ss = ps, Os = ys, As = ks, Ds = Ls;
|
589
589
|
function re(t) {
|
590
590
|
var n = -1, e = t == null ? 0 : t.length;
|
591
591
|
for (this.clear(); ++n < e; ) {
|
@@ -658,7 +658,7 @@ function di(t, n) {
|
|
658
658
|
}
|
659
659
|
return e.set(t, n), this.size = e.size, this;
|
660
660
|
}
|
661
|
-
var ui = di, pi = je, fi = Xr, gi = ta, mi = na, hi = ra,
|
661
|
+
var ui = di, pi = je, fi = Xr, gi = ta, mi = na, hi = ra, vi = ui;
|
662
662
|
function se(t) {
|
663
663
|
var n = this.__data__ = new pi(t);
|
664
664
|
this.size = n.size;
|
@@ -667,8 +667,8 @@ se.prototype.clear = fi;
|
|
667
667
|
se.prototype.delete = gi;
|
668
668
|
se.prototype.get = mi;
|
669
669
|
se.prototype.has = hi;
|
670
|
-
se.prototype.set =
|
671
|
-
var
|
670
|
+
se.prototype.set = vi;
|
671
|
+
var yi = se, bi = an, $i = function() {
|
672
672
|
try {
|
673
673
|
var t = bi(Object, "defineProperty");
|
674
674
|
return t({}, "", {}), t;
|
@@ -780,16 +780,16 @@ var Vo = fl, gl = rn, ml = Vo;
|
|
780
780
|
function hl(t) {
|
781
781
|
return t != null && ml(t.length) && !gl(t);
|
782
782
|
}
|
783
|
-
var ln = hl,
|
783
|
+
var ln = hl, vl = ln, yl = $e;
|
784
784
|
function bl(t) {
|
785
|
-
return
|
785
|
+
return yl(t) && vl(t);
|
786
786
|
}
|
787
|
-
var $l = bl,
|
787
|
+
var $l = bl, ye = {}, Cl = {
|
788
788
|
get exports() {
|
789
|
-
return
|
789
|
+
return ye;
|
790
790
|
},
|
791
791
|
set exports(t) {
|
792
|
-
|
792
|
+
ye = t;
|
793
793
|
}
|
794
794
|
};
|
795
795
|
function wl() {
|
@@ -799,7 +799,7 @@ var kl = wl;
|
|
799
799
|
(function(t, n) {
|
800
800
|
var e = oe, o = kl, r = n && !n.nodeType && n, s = r && !0 && t && !t.nodeType && t, l = s && s.exports === r, i = l ? e.Buffer : void 0, _ = i ? i.isBuffer : void 0, u = _ || o;
|
801
801
|
t.exports = u;
|
802
|
-
})(Cl,
|
802
|
+
})(Cl, ye);
|
803
803
|
var Tl = He, Ml = jo, xl = $e, Ll = "[object Object]", Nl = Function.prototype, Sl = Object.prototype, Go = Nl.toString, Ol = Sl.hasOwnProperty, Al = Go.call(Object);
|
804
804
|
function Dl(t) {
|
805
805
|
if (!xl(t) || Tl(t) != Ll)
|
@@ -845,10 +845,10 @@ function mc(t, n) {
|
|
845
845
|
if (!(n === "constructor" && typeof t[n] == "function") && n != "__proto__")
|
846
846
|
return t[n];
|
847
847
|
}
|
848
|
-
var Wo = mc, hc = sn,
|
848
|
+
var Wo = mc, hc = sn, vc = Re, yc = Object.prototype, bc = yc.hasOwnProperty;
|
849
849
|
function $c(t, n, e) {
|
850
850
|
var o = t[n];
|
851
|
-
(!(bc.call(t, n) &&
|
851
|
+
(!(bc.call(t, n) && vc(o, e)) || e === void 0 && !(n in t)) && hc(t, n, e);
|
852
852
|
}
|
853
853
|
var Cc = $c, wc = Cc, kc = sn;
|
854
854
|
function Tc(t, n, e, o) {
|
@@ -871,7 +871,7 @@ function Oc(t, n) {
|
|
871
871
|
var e = typeof t;
|
872
872
|
return n = n == null ? Nc : n, !!n && (e == "number" || e != "symbol" && Sc.test(t)) && t > -1 && t % 1 == 0 && t < n;
|
873
873
|
}
|
874
|
-
var Uo = Oc, Ac = Lc, Dc = Yo, Ic = Eo, Rc =
|
874
|
+
var Uo = Oc, Ac = Lc, Dc = Yo, Ic = Eo, Rc = ye, Bc = Uo, jc = Fo, Hc = Object.prototype, Pc = Hc.hasOwnProperty;
|
875
875
|
function Yc(t, n) {
|
876
876
|
var e = Ic(t), o = !e && Dc(t), r = !e && !o && Rc(t), s = !e && !o && !r && jc(t), l = e || o || r || s, i = l ? Ac(t.length, String) : [], _ = i.length;
|
877
877
|
for (var u in t)
|
@@ -907,7 +907,7 @@ var zo = t_, e_ = Mc, n_ = zo;
|
|
907
907
|
function o_(t) {
|
908
908
|
return e_(t, n_(t));
|
909
909
|
}
|
910
|
-
var r_ = o_, Kn = Bo, a_ = Ae, s_ = Pi, i_ = Ei, l_ = el, Zn = Yo, Jn = Eo, c_ = $l, __ =
|
910
|
+
var r_ = o_, Kn = Bo, a_ = Ae, s_ = Pi, i_ = Ei, l_ = el, Zn = Yo, Jn = Eo, c_ = $l, __ = ye, d_ = rn, u_ = zt, p_ = Il, f_ = Fo, Xn = Wo, g_ = r_;
|
911
911
|
function m_(t, n, e, o, r, s, l) {
|
912
912
|
var i = Xn(t, e), _ = Xn(n, e), u = l.get(_);
|
913
913
|
if (u) {
|
@@ -921,14 +921,14 @@ function m_(t, n, e, o, r, s, l) {
|
|
921
921
|
}
|
922
922
|
p && (l.set(_, c), r(c, _, o, s, l), l.delete(_)), Kn(t, e, c);
|
923
923
|
}
|
924
|
-
var h_ = m_,
|
924
|
+
var h_ = m_, v_ = yi, y_ = Bo, b_ = Si, $_ = h_, C_ = zt, w_ = zo, k_ = Wo;
|
925
925
|
function qo(t, n, e, o, r) {
|
926
926
|
t !== n && b_(n, function(s, l) {
|
927
|
-
if (r || (r = new
|
927
|
+
if (r || (r = new v_()), C_(s))
|
928
928
|
$_(t, n, l, e, qo, o, r);
|
929
929
|
else {
|
930
930
|
var i = o ? o(k_(t, l), s, l + "", t, n, r) : void 0;
|
931
|
-
i === void 0 && (i = s),
|
931
|
+
i === void 0 && (i = s), y_(t, l, i);
|
932
932
|
}
|
933
933
|
}, w_);
|
934
934
|
}
|
@@ -1060,7 +1060,7 @@ const Ft = (t, n, e) => Array.isArray(t) ? t.map((o, r) => {
|
|
1060
1060
|
slug: (t == null ? void 0 : t.slug) || null,
|
1061
1061
|
sportSlug: (t == null ? void 0 : t.sport_slug) || null,
|
1062
1062
|
matchDate: (t == null ? void 0 : t.match_date) || null,
|
1063
|
-
teams:
|
1063
|
+
teams: C({}, (t == null ? void 0 : t.teams) || {
|
1064
1064
|
0: eo(),
|
1065
1065
|
1: eo()
|
1066
1066
|
}),
|
@@ -1069,21 +1069,21 @@ const Ft = (t, n, e) => Array.isArray(t) ? t.map((o, r) => {
|
|
1069
1069
|
isNational: (o = t == null ? void 0 : t.is_national) != null ? o : null
|
1070
1070
|
};
|
1071
1071
|
if (n != null && n.markets) {
|
1072
|
-
const r = n.markets.reduce((s, l) => (s[l] =
|
1072
|
+
const r = n.markets.reduce((s, l) => (s[l] = v(t || {}, `markets.${l}`, gd()[l || "one_two"]), s), {});
|
1073
1073
|
Wt(e, "markets", r);
|
1074
1074
|
}
|
1075
1075
|
return e;
|
1076
1076
|
}, md = (t, n) => t && typeof t == "string" && n ? Object.keys(n).reduce((o, r) => {
|
1077
1077
|
const s = n[r], l = typeof s == "string" ? s.replace(/^\s|"/gi, "") : s, i = new RegExp(`{${r}}`, "g");
|
1078
1078
|
return o.replace(i, l != null ? l : "");
|
1079
|
-
}, t) : t, hd = (t = 300, n) => new Promise((e) => setTimeout(() => e(n), t)),
|
1079
|
+
}, t) : t, hd = (t = 300, n) => new Promise((e) => setTimeout(() => e(n), t)), vd = (t) => !t && t == null, W = (t) => !vd(t), no = (t) => typeof t != "object" && typeof t != "function" || t === null, _n = (t) => typeof t == "object" && !Array.isArray(t) && W(t), yd = (t) => t.replace(/[A-Z]+(?![a-z])|[A-Z]/g, (n, e) => (e ? "-" : "") + n.toLowerCase()), Ee = (...t) => t.reduce((n, e) => (n[e] = e, n), {}), Vt = (t, ...n) => n.reduce((e, o) => (e[o] = t[o], e), {});
|
1080
1080
|
function Ot(t, ...n) {
|
1081
|
-
const e =
|
1081
|
+
const e = C({}, t);
|
1082
1082
|
return n.forEach((o) => {
|
1083
1083
|
delete e[o];
|
1084
1084
|
}), e;
|
1085
1085
|
}
|
1086
|
-
const
|
1086
|
+
const v = (t, n, e) => {
|
1087
1087
|
if (!n)
|
1088
1088
|
return;
|
1089
1089
|
const r = (Array.isArray(n) ? n : n.match(/([^[.\]])+/g)).reduce((s, l) => s && s[l], t);
|
@@ -1104,7 +1104,7 @@ const y = (t, n, e) => {
|
|
1104
1104
|
g: parseInt(e[2], 16),
|
1105
1105
|
b: parseInt(e[3], 16)
|
1106
1106
|
} : void 0;
|
1107
|
-
}, Ve = (...t) => t.map((n) => JSON.stringify(n)).every((n, e, o) => n === o[0]), g0 = (t) => "id" in t && "root" in t, ro = (t, n = 1) => t.replace(")", `, ${n})`).replace("rgb", "rgba"), dn = (t, n, e) => Ft(t, (o, r, s) => no(r) || Array.isArray(r) && r.every(no) ? e ? e(o, [r,
|
1107
|
+
}, Ve = (...t) => t.map((n) => JSON.stringify(n)).every((n, e, o) => n === o[0]), g0 = (t) => "id" in t && "root" in t, ro = (t, n = 1) => t.replace(")", `, ${n})`).replace("rgb", "rgba"), dn = (t, n, e) => Ft(t, (o, r, s) => no(r) || Array.isArray(r) && r.every(no) ? e ? e(o, [r, v(n, s)], s) ? v(n, s, r) : r : v(n, s, r) : r), m0 = (t, n) => {
|
1108
1108
|
try {
|
1109
1109
|
Ft(t, (e, o, r) => {
|
1110
1110
|
if (n(e, o, r))
|
@@ -1195,7 +1195,7 @@ const Zo = ar(), Ht = ({
|
|
1195
1195
|
}
|
1196
1196
|
return sr(a(Ht, {
|
1197
1197
|
value: r,
|
1198
|
-
children: ir(t,
|
1198
|
+
children: ir(t, C({
|
1199
1199
|
ref: o,
|
1200
1200
|
id: e
|
1201
1201
|
}, s))
|
@@ -1203,7 +1203,7 @@ const Zo = ar(), Ht = ({
|
|
1203
1203
|
}), Z = () => dr(Zo), Zd = (t = {}, n) => typeof t == "object" && W(t) && n.some((e) => e in t), Jd = (t, n, e = qt) => t && Ft(t, (o, r) => {
|
1204
1204
|
if (Zd(r, Object.keys(e))) {
|
1205
1205
|
const s = r[n];
|
1206
|
-
return s && "parent" in s && W(s.parent) ?
|
1206
|
+
return s && "parent" in s && W(s.parent) ? C(C({}, r[s.parent]), Ot(s, "parent")) : s;
|
1207
1207
|
}
|
1208
1208
|
return r;
|
1209
1209
|
}), Dt = (t, n, e = qt) => Jd(t, n, e), Pt = ({
|
@@ -1214,9 +1214,9 @@ const Zo = ar(), Ht = ({
|
|
1214
1214
|
}) => {
|
1215
1215
|
const [r, s] = mt("desktop"), l = (i) => {
|
1216
1216
|
var p;
|
1217
|
-
const _ = i.getBoundingClientRect().width || 0, u = Object.entries(
|
1218
|
-
const [m,
|
1219
|
-
return _ >= g && _ <
|
1217
|
+
const _ = i.getBoundingClientRect().width || 0, u = Object.entries(C({}, o)).sort(([d, g], [h, m]) => g - m), c = ((p = u.find(([d, g], h) => {
|
1218
|
+
const [m, y] = u[h + 1] || [];
|
1219
|
+
return _ >= g && _ < y;
|
1220
1220
|
})) == null ? void 0 : p[0]) || u[u.length - 1][0] || "desktop";
|
1221
1221
|
s(c);
|
1222
1222
|
};
|
@@ -1247,7 +1247,7 @@ const Zo = ar(), Ht = ({
|
|
1247
1247
|
l && (n.color = ro(`rgb(${l.r}, ${l.g}, ${l.b})`, +n.colorOpacity / 100));
|
1248
1248
|
}
|
1249
1249
|
return r === "fontFamily" && /auto/i.test(s) && (n.fontFamily = eu), r === "isBold" && (n.fontWeight = s ? "bold" : "initial"), r === "weight" && W(s) && (n.fontWeight = s), r === "isItalic" && (n.fontStyle = s ? "italic" : "initial"), r === "isThrough" && (n.textDecoration = s ? "line-through" : "initial"), n;
|
1250
|
-
}, t), ou = (t) => typeof t == "object" && !Array.isArray(t) && "parent" in t, G = (t) => W(t) ? Object.entries(t).reduce((n, [e, o]) => (n[e] = ou(o) ? Jo(
|
1250
|
+
}, t), ou = (t) => typeof t == "object" && !Array.isArray(t) && "parent" in t, G = (t) => W(t) ? Object.entries(t).reduce((n, [e, o]) => (n[e] = ou(o) ? Jo(C({}, t[e])) : o, n), {}) : t, ru = (t) => t in document.createElement("div").style || t.startsWith("--"), au = (t) => `<span style="${t}">$1</span>`, E = (s) => {
|
1251
1251
|
var l = s, {
|
1252
1252
|
children: t,
|
1253
1253
|
typography: n,
|
@@ -1265,11 +1265,11 @@ const Zo = ar(), Ht = ({
|
|
1265
1265
|
return {};
|
1266
1266
|
let c = "";
|
1267
1267
|
return Object.entries(e).forEach(([p, d]) => {
|
1268
|
-
ru(p) && (c += `${
|
1268
|
+
ru(p) && (c += `${yd(p)}: ${d}; `);
|
1269
1269
|
}), c;
|
1270
1270
|
}, [e]), _ = (u = t == null ? void 0 : t.replace(/script|\n/g, "")) == null ? void 0 : u.replace(/{{(.*?)}}/g, o(i));
|
1271
|
-
return a("div",
|
1272
|
-
style:
|
1271
|
+
return a("div", T(C({}, r), {
|
1272
|
+
style: C(C({}, n), r.style || {}),
|
1273
1273
|
dangerouslySetInnerHTML: {
|
1274
1274
|
__html: _
|
1275
1275
|
}
|
@@ -1311,7 +1311,7 @@ const Zo = ar(), Ht = ({
|
|
1311
1311
|
wiggle: `${t.wiggle} 2s linear infinite`,
|
1312
1312
|
gradient: `${t.gradient} 3s ease infinite`
|
1313
1313
|
}), Xo = (t, n) => {
|
1314
|
-
var c, p, d, g, h, m,
|
1314
|
+
var c, p, d, g, h, m, y, f, S, O, I, D, k;
|
1315
1315
|
const e = su(n), o = G(t), r = (c = o == null ? void 0 : o.icon) == null ? void 0 : c.hasIcon, s = {
|
1316
1316
|
left: `${+(((p = t == null ? void 0 : t.container) == null ? void 0 : p.left) || 0) * -1 + 8}px`,
|
1317
1317
|
backgroundColor: (d = o == null ? void 0 : o.container) == null ? void 0 : d.backgroundColor,
|
@@ -1319,14 +1319,14 @@ const Zo = ar(), Ht = ({
|
|
1319
1319
|
borderTopColor: (h = o == null ? void 0 : o.container) == null ? void 0 : h.borderColor,
|
1320
1320
|
borderTopStyle: "solid",
|
1321
1321
|
borderLeftWidth: (m = o == null ? void 0 : o.container) == null ? void 0 : m.borderWidth,
|
1322
|
-
borderLeftColor: (
|
1322
|
+
borderLeftColor: (y = o == null ? void 0 : o.container) == null ? void 0 : y.borderColor,
|
1323
1323
|
borderLeftStyle: "solid"
|
1324
1324
|
}, l = {
|
1325
1325
|
left: (f = o == null ? void 0 : o.container) == null ? void 0 : f.left
|
1326
|
-
}, i = (((
|
1327
|
-
background: `linear-gradient(-90deg, ${(D = o.icon) == null ? void 0 : D.backgroundColor} 0%, ${(
|
1326
|
+
}, i = (((S = o == null ? void 0 : o.icon) == null ? void 0 : S.animations) || []).map((q) => e[q]).join(", "), _ = W((O = o == null ? void 0 : o.icon) == null ? void 0 : O.gradientColor) && ((I = o == null ? void 0 : o.icon) != null && I.animations.includes("gradient")) ? {
|
1327
|
+
background: `linear-gradient(-90deg, ${(D = o.icon) == null ? void 0 : D.backgroundColor} 0%, ${(k = o == null ? void 0 : o.icon) == null ? void 0 : k.gradientColor} 100%) 0% 0% / 400% 400%`,
|
1328
1328
|
backgroundSize: "400% 400%"
|
1329
|
-
} : o == null ? void 0 : o.icon, u =
|
1329
|
+
} : o == null ? void 0 : o.icon, u = C(T(C({}, (o == null ? void 0 : o.icon) || {}), {
|
1330
1330
|
animation: i
|
1331
1331
|
}), _);
|
1332
1332
|
return {
|
@@ -1361,7 +1361,7 @@ const Zo = ar(), Ht = ({
|
|
1361
1361
|
onClickClose: r,
|
1362
1362
|
onClickIcon: s
|
1363
1363
|
}) => {
|
1364
|
-
var J, x,
|
1364
|
+
var J, x, w, $, M, b, N, L, R, H, j, P;
|
1365
1365
|
const l = K(null), [i, _] = Ce(), u = Z(), c = Pt({
|
1366
1366
|
targetRef: l,
|
1367
1367
|
id: t
|
@@ -1369,7 +1369,7 @@ const Zo = ar(), Ht = ({
|
|
1369
1369
|
hasIcon: g,
|
1370
1370
|
iconRules: h,
|
1371
1371
|
bodyRules: m,
|
1372
|
-
arrowRules:
|
1372
|
+
arrowRules: y
|
1373
1373
|
} = Xo(p, {
|
1374
1374
|
fade: V.fadein,
|
1375
1375
|
pulse: V.pulse,
|
@@ -1377,9 +1377,9 @@ const Zo = ar(), Ht = ({
|
|
1377
1377
|
gradient: V.gradient
|
1378
1378
|
});
|
1379
1379
|
It(p);
|
1380
|
-
const f = !!(d.legal.buttonHideText && ((J = d.legal.buttonHideText) == null ? void 0 : J.length) > 0),
|
1380
|
+
const f = !!(d.legal.buttonHideText && ((J = d.legal.buttonHideText) == null ? void 0 : J.length) > 0), S = T(C({}, Ot(d == null ? void 0 : d.container, "left")), {
|
1381
1381
|
paddingBottom: (x = d == null ? void 0 : d.legal) != null && x.hidden ? 12 : 4
|
1382
|
-
}),
|
1382
|
+
}), O = {
|
1383
1383
|
paddingTop: 5,
|
1384
1384
|
paddingRight: 0,
|
1385
1385
|
paddingBottom: 2,
|
@@ -1389,7 +1389,7 @@ const Zo = ar(), Ht = ({
|
|
1389
1389
|
paddingRight: 10,
|
1390
1390
|
paddingBottom: 7,
|
1391
1391
|
paddingLeft: 10
|
1392
|
-
}, D =
|
1392
|
+
}, D = v(d, "legal.isSlideMode", !1), k = v(d, "legal.slideDuration", 1e3), q = v(d, "legal.slideDelay", 1e3);
|
1393
1393
|
return a("div", {
|
1394
1394
|
className: A(V.root, {
|
1395
1395
|
[V.legalOpen]: i,
|
@@ -1411,19 +1411,19 @@ const Zo = ar(), Ht = ({
|
|
1411
1411
|
style: m,
|
1412
1412
|
children: [a("div", {
|
1413
1413
|
className: V.arrow,
|
1414
|
-
style:
|
1414
|
+
style: y
|
1415
1415
|
}), a("div", {
|
1416
1416
|
className: V.close,
|
1417
|
-
style:
|
1418
|
-
backgroundColor: (
|
1417
|
+
style: T(C({}, gn(d == null ? void 0 : d.close)), {
|
1418
|
+
backgroundColor: (w = d == null ? void 0 : d.close) == null ? void 0 : w.color
|
1419
1419
|
}),
|
1420
1420
|
onClick: r,
|
1421
1421
|
children: a(Kt, {})
|
1422
1422
|
}), a("div", {
|
1423
1423
|
className: A(V.container, e == null ? void 0 : e.container),
|
1424
|
-
style:
|
1424
|
+
style: S,
|
1425
1425
|
children: [a("a", {
|
1426
|
-
href: (
|
1426
|
+
href: ($ = d == null ? void 0 : d.root) == null ? void 0 : $.offer,
|
1427
1427
|
style: {
|
1428
1428
|
opacity: i ? 0 : 1
|
1429
1429
|
},
|
@@ -1438,9 +1438,9 @@ const Zo = ar(), Ht = ({
|
|
1438
1438
|
}), a(E, {
|
1439
1439
|
className: V.text,
|
1440
1440
|
style: d == null ? void 0 : d.text,
|
1441
|
-
typography: (
|
1442
|
-
accentTypography: (
|
1443
|
-
children: (
|
1441
|
+
typography: (M = d.text) == null ? void 0 : M.typography,
|
1442
|
+
accentTypography: (b = d.text) == null ? void 0 : b.accentTypography,
|
1443
|
+
children: (N = d == null ? void 0 : d.text) == null ? void 0 : N.children
|
1444
1444
|
})]
|
1445
1445
|
}), a("div", {
|
1446
1446
|
className: A(V.button, {
|
@@ -1451,21 +1451,21 @@ const Zo = ar(), Ht = ({
|
|
1451
1451
|
})]
|
1452
1452
|
}), D ? a("div", {
|
1453
1453
|
className: V.slideLegal,
|
1454
|
-
style:
|
1454
|
+
style: T(C(C({}, d == null ? void 0 : d.legal), I), {
|
1455
1455
|
animationName: V["fade-in-out"],
|
1456
|
-
animationDuration: `${
|
1456
|
+
animationDuration: `${k}ms`,
|
1457
1457
|
animationDelay: `${q}ms`
|
1458
1458
|
}),
|
1459
1459
|
children: a("div", {
|
1460
1460
|
className: V.slideLegalText,
|
1461
1461
|
children: (R = d == null ? void 0 : d.legal) == null ? void 0 : R.children
|
1462
1462
|
})
|
1463
|
-
}) : a(
|
1463
|
+
}) : a(ve, {
|
1464
1464
|
children: [a("div", {
|
1465
1465
|
className: V.legalGap
|
1466
1466
|
}), a("div", {
|
1467
1467
|
className: V.legal,
|
1468
|
-
style:
|
1468
|
+
style: C(C({}, d == null ? void 0 : d.legal), i ? I : O),
|
1469
1469
|
children: [a("div", {
|
1470
1470
|
className: V.legalText,
|
1471
1471
|
children: (H = d == null ? void 0 : d.legal) == null ? void 0 : H.children
|
@@ -1479,7 +1479,7 @@ const Zo = ar(), Ht = ({
|
|
1479
1479
|
})]
|
1480
1480
|
})]
|
1481
1481
|
});
|
1482
|
-
},
|
1482
|
+
}, v0 = At(a(iu, {})), lu = "_root_lsxq8_1", cu = "_icon_lsxq8_5", _u = "_iconTarget_lsxq8_17", du = "_body_lsxq8_23", uu = "_desktop_lsxq8_30", pu = "_tablet_lsxq8_30", fu = "_laptop_lsxq8_30", gu = "_bodyOpen_lsxq8_34", mu = "_complexGift_in_lsxq8_1", hu = "_arrow_lsxq8_47", vu = "_container_lsxq8_57", yu = "_promotion_lsxq8_62", bu = "_close_lsxq8_68", $u = "_head_lsxq8_81", Cu = "_headIcon_lsxq8_88", wu = "_headTitle_lsxq8_97", ku = "_inner_lsxq8_104", Tu = "_fadein_lsxq8_1", Mu = "_pulse_lsxq8_1", xu = "_gradient_lsxq8_1", Lu = "_wiggle_lsxq8_1", Q = {
|
1483
1483
|
root: lu,
|
1484
1484
|
icon: cu,
|
1485
1485
|
iconTarget: _u,
|
@@ -1490,8 +1490,8 @@ const Zo = ar(), Ht = ({
|
|
1490
1490
|
bodyOpen: gu,
|
1491
1491
|
complexGift_in: mu,
|
1492
1492
|
arrow: hu,
|
1493
|
-
container:
|
1494
|
-
promotion:
|
1493
|
+
container: vu,
|
1494
|
+
promotion: yu,
|
1495
1495
|
close: bu,
|
1496
1496
|
head: $u,
|
1497
1497
|
headIcon: Cu,
|
@@ -1570,7 +1570,7 @@ const Zo = ar(), Ht = ({
|
|
1570
1570
|
onClickIcon: r,
|
1571
1571
|
onClickClose: s
|
1572
1572
|
}) => {
|
1573
|
-
var
|
1573
|
+
var S, O, I;
|
1574
1574
|
const l = K(null), i = Z(), _ = Pt({
|
1575
1575
|
targetRef: l,
|
1576
1576
|
id: t
|
@@ -1586,7 +1586,7 @@ const Zo = ar(), Ht = ({
|
|
1586
1586
|
pulse: Q.pulse,
|
1587
1587
|
wiggle: Q.wiggle,
|
1588
1588
|
gradient: Q.gradient
|
1589
|
-
}), m = (
|
1589
|
+
}), m = (S = c == null ? void 0 : c.title) == null ? void 0 : S.hasIcon, y = Vt(c == null ? void 0 : c.title, ...so), f = Ot(c == null ? void 0 : c.title, ...so);
|
1590
1590
|
return a("div", {
|
1591
1591
|
ref: l,
|
1592
1592
|
className: A(Q.root, {
|
@@ -1615,7 +1615,7 @@ const Zo = ar(), Ht = ({
|
|
1615
1615
|
style: c.container,
|
1616
1616
|
children: [a("div", {
|
1617
1617
|
className: Q.head,
|
1618
|
-
style:
|
1618
|
+
style: y,
|
1619
1619
|
children: [m && a("div", {
|
1620
1620
|
className: Q.headIcon,
|
1621
1621
|
style: Vt(c.title, "color"),
|
@@ -1626,7 +1626,7 @@ const Zo = ar(), Ht = ({
|
|
1626
1626
|
}), a("div", {
|
1627
1627
|
className: Q.headTitle,
|
1628
1628
|
style: f,
|
1629
|
-
children: (
|
1629
|
+
children: (O = c.title) == null ? void 0 : O.children
|
1630
1630
|
}), a("div", {
|
1631
1631
|
className: Q.close,
|
1632
1632
|
style: gn(c == null ? void 0 : c.close),
|
@@ -1638,7 +1638,7 @@ const Zo = ar(), Ht = ({
|
|
1638
1638
|
children: (c.children || []).map((D) => a(Ht, {
|
1639
1639
|
value: D,
|
1640
1640
|
children: a(Pu, {
|
1641
|
-
onClick: (
|
1641
|
+
onClick: (k) => o(k)
|
1642
1642
|
})
|
1643
1643
|
}))
|
1644
1644
|
}), a("div", {
|
@@ -1649,7 +1649,7 @@ const Zo = ar(), Ht = ({
|
|
1649
1649
|
})]
|
1650
1650
|
})]
|
1651
1651
|
});
|
1652
|
-
},
|
1652
|
+
}, y0 = At(a(Yu, {})), Eu = "_root_mp148_1", Vu = "_background_mp148_11", Gu = "_content_mp148_19", Fu = "_desktop_mp148_28", Wu = "_laptop_mp148_28", Uu = "_wrapper_mp148_33", zu = "_overlay_mp148_37", qu = "_close_mp148_43", Ku = "_closeTimer_mp148_59", Zu = "_promotion_mp148_70", Ju = "_body_mp148_78", Xu = "_logo_mp148_87", Qu = "_text_mp148_93", tp = "_button_mp148_97", ep = "_legal_mp148_112", ut = {
|
1653
1653
|
root: Eu,
|
1654
1654
|
background: Vu,
|
1655
1655
|
content: Gu,
|
@@ -1684,7 +1684,7 @@ const Zo = ar(), Ht = ({
|
|
1684
1684
|
})
|
1685
1685
|
});
|
1686
1686
|
}, un = (t, n = 0, e = !1) => {
|
1687
|
-
const o = K(cn()), [r, s] = mt(!1), [l, i] = mt(), [_, u] = mt(e), c = (
|
1687
|
+
const o = K(cn()), [r, s] = mt(!1), [l, i] = mt(), [_, u] = mt(e), c = (y) => o.current.on("visible", y), p = (y) => o.current.on("click", y), d = (y) => o.current.on("clickHide", y), g = () => ke(void 0, null, function* () {
|
1688
1688
|
yield hd(+n), s(!0);
|
1689
1689
|
}), h = () => s(!1), m = () => {
|
1690
1690
|
o.current.emit("clickHide"), h();
|
@@ -1707,8 +1707,8 @@ const Zo = ar(), Ht = ({
|
|
1707
1707
|
hide: h,
|
1708
1708
|
clickHide: m,
|
1709
1709
|
setIsReady: u,
|
1710
|
-
click: (...
|
1711
|
-
h(), o.current.emit("click", ...
|
1710
|
+
click: (...y) => {
|
1711
|
+
h(), o.current.emit("click", ...y);
|
1712
1712
|
}
|
1713
1713
|
};
|
1714
1714
|
}, ap = "_root_120y9_1", sp = "_progress_120y9_8", ip = "_countdown_120y9_1", lp = "_body_120y9_17", cp = "_body_active_120y9_31", _p = "_closeIcon_120y9_35", Jt = {
|
@@ -1809,19 +1809,19 @@ const gp = ee(({
|
|
1809
1809
|
id: t,
|
1810
1810
|
className: n
|
1811
1811
|
}, e) => {
|
1812
|
-
var
|
1812
|
+
var N, L, R, H, j, P, lt, ot;
|
1813
1813
|
const [o, r] = mt(1 / 0), s = K(null), l = K(null), i = Pt({
|
1814
1814
|
targetRef: s,
|
1815
1815
|
id: t
|
1816
1816
|
}), _ = Z(), u = Dt(_, i);
|
1817
|
-
It(u), u && (Wt(u, "button.percent_width", (
|
1818
|
-
const c = G(u), p =
|
1817
|
+
It(u), u && (Wt(u, "button.percent_width", (N = u == null ? void 0 : u.button) == null ? void 0 : N.width), Wt(u, "legal.percent_width", (L = u == null ? void 0 : u.legal) == null ? void 0 : L.width));
|
1818
|
+
const c = G(u), p = v(c, "root.delay", 0), {
|
1819
1819
|
isOpen: d,
|
1820
1820
|
isReady: g,
|
1821
1821
|
setIsReady: h,
|
1822
1822
|
clickHide: m,
|
1823
|
-
click:
|
1824
|
-
} = un(e, p), f =
|
1823
|
+
click: y
|
1824
|
+
} = un(e, p), f = v(c, "close.variant", "default"), S = v(c, "close.radius", 21), O = v(c, "close.colorDirection", "default"), I = v(c, "close.timeoutLock", !1), D = f === "timer" ? o <= 0 : !0, k = f === "timer" && I && o > 0 ? "div" : "a";
|
1825
1825
|
z(() => {
|
1826
1826
|
const rt = l.current;
|
1827
1827
|
if (!rt)
|
@@ -1837,11 +1837,11 @@ const gp = ee(({
|
|
1837
1837
|
}, [c]);
|
1838
1838
|
const q = {
|
1839
1839
|
alignItems: jt((R = c.root) == null ? void 0 : R.align)
|
1840
|
-
}, J =
|
1840
|
+
}, J = T(C({}, c == null ? void 0 : c.button), {
|
1841
1841
|
justifyContent: jt((H = c.root) == null ? void 0 : H.textAlign)
|
1842
|
-
}), x =
|
1842
|
+
}), x = T(C({}, c == null ? void 0 : c.legal), {
|
1843
1843
|
justifyContent: jt((j = c.root) == null ? void 0 : j.textAlign)
|
1844
|
-
}),
|
1844
|
+
}), w = (P = c.root) == null ? void 0 : P.corner, $ = Ot(c.root, ...ao, ...Tt), M = Vt(c.root, ...ao), b = d && g;
|
1845
1845
|
return a("div", {
|
1846
1846
|
className: A(ut.root, n, {
|
1847
1847
|
[ut.desktop]: i === "desktop",
|
@@ -1850,7 +1850,7 @@ const gp = ee(({
|
|
1850
1850
|
}),
|
1851
1851
|
ref: s,
|
1852
1852
|
style: {
|
1853
|
-
display:
|
1853
|
+
display: b ? "flex" : "none"
|
1854
1854
|
},
|
1855
1855
|
children: [a("div", {
|
1856
1856
|
className: ut.overlay,
|
@@ -1858,12 +1858,12 @@ const gp = ee(({
|
|
1858
1858
|
onClick: D && m
|
1859
1859
|
}), a("div", {
|
1860
1860
|
className: ut.wrapper,
|
1861
|
-
children: [
|
1861
|
+
children: [b && a(ve, {
|
1862
1862
|
children: f === "default" ? a("div", {
|
1863
1863
|
className: ut.close,
|
1864
|
-
style:
|
1865
|
-
borderBottomLeftRadius: `${
|
1866
|
-
borderTopRightRadius: `${
|
1864
|
+
style: T(C({}, c.close), {
|
1865
|
+
borderBottomLeftRadius: `${w}px`,
|
1866
|
+
borderTopRightRadius: `${w}px`
|
1867
1867
|
}),
|
1868
1868
|
onClick: m,
|
1869
1869
|
children: a(Kt, {
|
@@ -1873,9 +1873,9 @@ const gp = ee(({
|
|
1873
1873
|
}) : a("div", {
|
1874
1874
|
className: ut.closeTimer,
|
1875
1875
|
children: a(pn, {
|
1876
|
-
timeout:
|
1877
|
-
colorDirection:
|
1878
|
-
radius:
|
1876
|
+
timeout: v(c, "close.timeout"),
|
1877
|
+
colorDirection: O,
|
1878
|
+
radius: S,
|
1879
1879
|
onClick: m,
|
1880
1880
|
onChange: r
|
1881
1881
|
})
|
@@ -1884,19 +1884,19 @@ const gp = ee(({
|
|
1884
1884
|
className: ut.promotion,
|
1885
1885
|
style: c.promotion,
|
1886
1886
|
children: (lt = c.promotion) == null ? void 0 : lt.children
|
1887
|
-
}), a(
|
1887
|
+
}), a(k, {
|
1888
1888
|
href: (ot = c.root) == null ? void 0 : ot.offer,
|
1889
1889
|
target: "_blank",
|
1890
1890
|
rel: "nofollow noopener noreferrer",
|
1891
1891
|
className: ut.content,
|
1892
|
-
style:
|
1893
|
-
onClick: () =>
|
1892
|
+
style: $,
|
1893
|
+
onClick: () => k === "a" && y(c.id),
|
1894
1894
|
children: [a("img", {
|
1895
1895
|
ref: l,
|
1896
1896
|
className: ut.background,
|
1897
|
-
src:
|
1897
|
+
src: M.imageSource,
|
1898
1898
|
alt: "",
|
1899
|
-
style:
|
1899
|
+
style: M
|
1900
1900
|
}), a("div", {
|
1901
1901
|
className: ut.body,
|
1902
1902
|
style: q,
|
@@ -1922,11 +1922,11 @@ const gp = ee(({
|
|
1922
1922
|
})]
|
1923
1923
|
})]
|
1924
1924
|
});
|
1925
|
-
}), b0 = At(a(gp, {})), mp = "_root_v0531_1", hp = "_content_v0531_11",
|
1925
|
+
}), b0 = At(a(gp, {})), mp = "_root_v0531_1", hp = "_content_v0531_11", vp = "_desktop_v0531_22", yp = "_mobile_v0531_29", bp = "_overlay_v0531_35", $p = "_close_v0531_41", Cp = "_closeTimer_v0531_63", wp = "_promotion_v0531_74", kp = "_title_v0531_82", Tp = "_wrapper_v0531_97", Mp = "_bonus_v0531_107", xt = {
|
1926
1926
|
root: mp,
|
1927
1927
|
content: hp,
|
1928
|
-
desktop:
|
1929
|
-
mobile:
|
1928
|
+
desktop: vp,
|
1929
|
+
mobile: yp,
|
1930
1930
|
overlay: bp,
|
1931
1931
|
close: $p,
|
1932
1932
|
closeTimer: Cp,
|
@@ -2016,7 +2016,7 @@ const gp = ee(({
|
|
2016
2016
|
logo: fe.logo
|
2017
2017
|
},
|
2018
2018
|
onClick: n
|
2019
|
-
}), Gp =
|
2019
|
+
}), Gp = T(C({}, qt), {
|
2020
2020
|
w375: 375,
|
2021
2021
|
w400: 400,
|
2022
2022
|
w480: 480,
|
@@ -2036,18 +2036,18 @@ const Up = {
|
|
2036
2036
|
}, zp = ee(({
|
2037
2037
|
id: t
|
2038
2038
|
}, n) => {
|
2039
|
-
var
|
2039
|
+
var O, I;
|
2040
2040
|
const [e, o] = mt(1 / 0), r = K(null), s = Pt({
|
2041
2041
|
targetRef: r,
|
2042
2042
|
id: t,
|
2043
2043
|
breakpoints: Up
|
2044
2044
|
}), l = Z(), i = Dt(l, s), _ = G(i);
|
2045
2045
|
It(i);
|
2046
|
-
const u =
|
2046
|
+
const u = v(_, "root.delay", 0), {
|
2047
2047
|
isOpen: c,
|
2048
2048
|
clickHide: p,
|
2049
2049
|
click: d
|
2050
|
-
} = un(n, u, !0), g =
|
2050
|
+
} = un(n, u, !0), g = v(_, "close.variant", "default"), h = v(_, "close.radius", 21), m = v(_, "close.colorDirection", "default"), y = v(_, "close.timeoutLock", !1), f = g === "timer" ? e <= 0 : !0, S = g === "timer" && y && e > 0 ? "div" : "a";
|
2051
2051
|
return a("div", {
|
2052
2052
|
className: xt.root,
|
2053
2053
|
style: {
|
@@ -2084,7 +2084,7 @@ const Up = {
|
|
2084
2084
|
}) : a("div", {
|
2085
2085
|
className: xt.closeTimer,
|
2086
2086
|
children: a(pn, {
|
2087
|
-
timeout:
|
2087
|
+
timeout: v(_, "close.timeout"),
|
2088
2088
|
colorDirection: m,
|
2089
2089
|
radius: h,
|
2090
2090
|
onClick: p,
|
@@ -2093,7 +2093,7 @@ const Up = {
|
|
2093
2093
|
}), a(E, {
|
2094
2094
|
className: xt.promotion,
|
2095
2095
|
style: _.promotion,
|
2096
|
-
children: (
|
2096
|
+
children: (O = _.promotion) == null ? void 0 : O.children
|
2097
2097
|
}), a(E, {
|
2098
2098
|
className: xt.title,
|
2099
2099
|
style: _.title,
|
@@ -2101,9 +2101,9 @@ const Up = {
|
|
2101
2101
|
}), a("div", {
|
2102
2102
|
className: xt.wrapper,
|
2103
2103
|
children: (_.children || []).map((D) => a(Ht, {
|
2104
|
-
value:
|
2104
|
+
value: T(C({}, D), {
|
2105
2105
|
device: s,
|
2106
|
-
OfferTag:
|
2106
|
+
OfferTag: S
|
2107
2107
|
}),
|
2108
2108
|
children: a(Vp, {
|
2109
2109
|
className: xt.bonus,
|
@@ -2135,13 +2135,13 @@ const Up = {
|
|
2135
2135
|
buttonHead: df,
|
2136
2136
|
buttonTarget: uf,
|
2137
2137
|
legal: pf
|
2138
|
-
}, ff = "_root_16jvv_1", gf = "_left_16jvv_8", mf = "_desktop_16jvv_15", hf = "_laptop_16jvv_15",
|
2138
|
+
}, ff = "_root_16jvv_1", gf = "_left_16jvv_8", mf = "_desktop_16jvv_15", hf = "_laptop_16jvv_15", vf = "_teams_16jvv_19", yf = "_logo_16jvv_25", bf = "_league_16jvv_32", $f = "_name_16jvv_37", Cf = "_right_16jvv_43", wf = "_odd_16jvv_54", kf = "_oddLabel_16jvv_67", Tf = "_oddValue_16jvv_76", Mf = "_team_16jvv_19", xf = "_teamLogo_16jvv_100", Lf = "_teamName_16jvv_107", tt = {
|
2139
2139
|
root: ff,
|
2140
2140
|
left: gf,
|
2141
2141
|
desktop: mf,
|
2142
2142
|
laptop: hf,
|
2143
|
-
teams:
|
2144
|
-
logo:
|
2143
|
+
teams: vf,
|
2144
|
+
logo: yf,
|
2145
2145
|
league: bf,
|
2146
2146
|
name: $f,
|
2147
2147
|
right: Cf,
|
@@ -2459,7 +2459,7 @@ const Nf = new Set(Object.keys(tr)), wt = ({
|
|
2459
2459
|
return a("img", {
|
2460
2460
|
ref: s,
|
2461
2461
|
className: t,
|
2462
|
-
style:
|
2462
|
+
style: T(C({}, e), {
|
2463
2463
|
height: `calc(${u}px - 20%)`
|
2464
2464
|
}),
|
2465
2465
|
src: _
|
@@ -2483,11 +2483,11 @@ const Nf = new Set(Object.keys(tr)), wt = ({
|
|
2483
2483
|
}) => n || t || e, Sf = ({
|
2484
2484
|
oddFormatter: t
|
2485
2485
|
}) => {
|
2486
|
-
const n = Z(), e = G(n), o = (n == null ? void 0 : n.device) || "desktop", r =
|
2487
|
-
backgroundImage:
|
2488
|
-
}), l =
|
2489
|
-
backgroundImage:
|
2490
|
-
}), i =
|
2486
|
+
const n = Z(), e = G(n), o = (n == null ? void 0 : n.device) || "desktop", r = v(e, "match.sport_slug"), s = T(C({}, e == null ? void 0 : e.teamALogo), {
|
2487
|
+
backgroundImage: v(e, "match.teams[0].logo")
|
2488
|
+
}), l = T(C({}, e == null ? void 0 : e.teamBLogo), {
|
2489
|
+
backgroundImage: v(e, "match.teams[1].logo")
|
2490
|
+
}), i = v(e, "match.prediction.value");
|
2491
2491
|
return a("div", {
|
2492
2492
|
className: A(tt.root, {
|
2493
2493
|
[tt.desktop]: o === "desktop",
|
@@ -2502,26 +2502,26 @@ const Nf = new Set(Object.keys(tr)), wt = ({
|
|
2502
2502
|
style: s,
|
2503
2503
|
src: s.backgroundImage,
|
2504
2504
|
sportSlug: r,
|
2505
|
-
country:
|
2505
|
+
country: v(e, "match.teams[0].country")
|
2506
2506
|
}), a(wt, {
|
2507
2507
|
className: tt.logo,
|
2508
2508
|
style: l,
|
2509
2509
|
src: l.backgroundImage,
|
2510
2510
|
sportSlug: r,
|
2511
|
-
country:
|
2511
|
+
country: v(e, "match.teams[1].country")
|
2512
2512
|
})]
|
2513
2513
|
}), a("div", {
|
2514
2514
|
className: tt.body,
|
2515
2515
|
children: [a("div", {
|
2516
2516
|
className: tt.league,
|
2517
2517
|
style: e.league,
|
2518
|
-
children:
|
2518
|
+
children: v(e, "match.league.name")
|
2519
2519
|
}), a("div", {
|
2520
2520
|
className: tt.name,
|
2521
2521
|
style: e.teams,
|
2522
|
-
children: [a(kt,
|
2522
|
+
children: [a(kt, T(C({}, v(e, "match.teams[0]")), {
|
2523
2523
|
fallback: "Team A"
|
2524
|
-
})), " - ", a(kt,
|
2524
|
+
})), " - ", a(kt, T(C({}, v(e, "match.teams[1]")), {
|
2525
2525
|
fallback: "Team B"
|
2526
2526
|
}))]
|
2527
2527
|
})]
|
@@ -2535,11 +2535,11 @@ const Nf = new Set(Object.keys(tr)), wt = ({
|
|
2535
2535
|
style: s,
|
2536
2536
|
src: s.backgroundImage,
|
2537
2537
|
sportSlug: r,
|
2538
|
-
country:
|
2538
|
+
country: v(e, "match.teams[0].country")
|
2539
2539
|
}), a("div", {
|
2540
2540
|
className: tt.teamName,
|
2541
2541
|
style: e.teams,
|
2542
|
-
children: a(kt,
|
2542
|
+
children: a(kt, T(C({}, v(e, "match.teams[0]")), {
|
2543
2543
|
fallback: "Team A"
|
2544
2544
|
}))
|
2545
2545
|
})]
|
@@ -2555,7 +2555,7 @@ const Nf = new Set(Object.keys(tr)), wt = ({
|
|
2555
2555
|
}), a("div", {
|
2556
2556
|
className: tt.oddValue,
|
2557
2557
|
style: e.oddValue,
|
2558
|
-
children:
|
2558
|
+
children: v(e, "match.prediction.factor")
|
2559
2559
|
})]
|
2560
2560
|
}), a("div", {
|
2561
2561
|
className: tt.team,
|
@@ -2564,11 +2564,11 @@ const Nf = new Set(Object.keys(tr)), wt = ({
|
|
2564
2564
|
style: l,
|
2565
2565
|
src: l.backgroundImage,
|
2566
2566
|
sportSlug: r,
|
2567
|
-
country:
|
2567
|
+
country: v(e, "match.teams[1].country")
|
2568
2568
|
}), a("div", {
|
2569
2569
|
className: tt.teamName,
|
2570
2570
|
style: e.teams,
|
2571
|
-
children: a(kt,
|
2571
|
+
children: a(kt, T(C({}, v(e, "match.teams[1]")), {
|
2572
2572
|
fallback: "Team B"
|
2573
2573
|
}))
|
2574
2574
|
})]
|
@@ -2607,105 +2607,105 @@ var St = {}, Kf = {
|
|
2607
2607
|
(function(e, o) {
|
2608
2608
|
t.exports = o();
|
2609
2609
|
})(ht, function() {
|
2610
|
-
var e = "millisecond", o = "second", r = "minute", s = "hour", l = "day", i = "week", _ = "month", u = "quarter", c = "year", p = "date", d = /^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[^0-9]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?.?(\d+)?$/, g = /\[([^\]]+)]|Y{2,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g, h = function(x,
|
2611
|
-
var
|
2612
|
-
return !
|
2610
|
+
var e = "millisecond", o = "second", r = "minute", s = "hour", l = "day", i = "week", _ = "month", u = "quarter", c = "year", p = "date", d = /^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[^0-9]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?.?(\d+)?$/, g = /\[([^\]]+)]|Y{2,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g, h = function(x, w, $) {
|
2611
|
+
var M = String(x);
|
2612
|
+
return !M || M.length >= w ? x : "" + Array(w + 1 - M.length).join($) + x;
|
2613
2613
|
}, m = { s: h, z: function(x) {
|
2614
|
-
var
|
2615
|
-
return (
|
2616
|
-
}, m: function x(
|
2617
|
-
if (
|
2618
|
-
return -x(
|
2619
|
-
var
|
2620
|
-
return +(-(
|
2614
|
+
var w = -x.utcOffset(), $ = Math.abs(w), M = Math.floor($ / 60), b = $ % 60;
|
2615
|
+
return (w <= 0 ? "+" : "-") + h(M, 2, "0") + ":" + h(b, 2, "0");
|
2616
|
+
}, m: function x(w, $) {
|
2617
|
+
if (w.date() < $.date())
|
2618
|
+
return -x($, w);
|
2619
|
+
var M = 12 * ($.year() - w.year()) + ($.month() - w.month()), b = w.clone().add(M, _), N = $ - b < 0, L = w.clone().add(M + (N ? -1 : 1), _);
|
2620
|
+
return +(-(M + ($ - b) / (N ? b - L : L - b)) || 0);
|
2621
2621
|
}, a: function(x) {
|
2622
2622
|
return x < 0 ? Math.ceil(x) || 0 : Math.floor(x);
|
2623
2623
|
}, p: function(x) {
|
2624
2624
|
return { M: _, y: c, w: i, d: l, D: p, h: s, m: r, s: o, ms: e, Q: u }[x] || String(x || "").toLowerCase().replace(/s$/, "");
|
2625
2625
|
}, u: function(x) {
|
2626
2626
|
return x === void 0;
|
2627
|
-
} },
|
2628
|
-
|
2629
|
-
var
|
2627
|
+
} }, y = { name: "en", weekdays: "Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"), months: "January_February_March_April_May_June_July_August_September_October_November_December".split("_") }, f = "en", S = {};
|
2628
|
+
S[f] = y;
|
2629
|
+
var O = function(x) {
|
2630
2630
|
return x instanceof q;
|
2631
|
-
}, I = function(x,
|
2632
|
-
var
|
2631
|
+
}, I = function(x, w, $) {
|
2632
|
+
var M;
|
2633
2633
|
if (!x)
|
2634
2634
|
return f;
|
2635
2635
|
if (typeof x == "string")
|
2636
|
-
|
2636
|
+
S[x] && (M = x), w && (S[x] = w, M = x);
|
2637
2637
|
else {
|
2638
|
-
var
|
2639
|
-
|
2638
|
+
var b = x.name;
|
2639
|
+
S[b] = x, M = b;
|
2640
2640
|
}
|
2641
|
-
return
|
2642
|
-
}, D = function(x,
|
2643
|
-
if (
|
2641
|
+
return !$ && M && (f = M), M || !$ && f;
|
2642
|
+
}, D = function(x, w) {
|
2643
|
+
if (O(x))
|
2644
2644
|
return x.clone();
|
2645
|
-
var
|
2646
|
-
return
|
2647
|
-
},
|
2648
|
-
|
2649
|
-
return D(x, { locale:
|
2645
|
+
var $ = typeof w == "object" ? w : {};
|
2646
|
+
return $.date = x, $.args = arguments, new q($);
|
2647
|
+
}, k = m;
|
2648
|
+
k.l = I, k.i = O, k.w = function(x, w) {
|
2649
|
+
return D(x, { locale: w.$L, utc: w.$u, $offset: w.$offset });
|
2650
2650
|
};
|
2651
2651
|
var q = function() {
|
2652
|
-
function x(
|
2653
|
-
this.$L = this.$L || I(
|
2652
|
+
function x($) {
|
2653
|
+
this.$L = this.$L || I($.locale, null, !0), this.parse($);
|
2654
2654
|
}
|
2655
|
-
var
|
2656
|
-
return
|
2657
|
-
this.$d = function(
|
2658
|
-
var
|
2659
|
-
if (
|
2655
|
+
var w = x.prototype;
|
2656
|
+
return w.parse = function($) {
|
2657
|
+
this.$d = function(M) {
|
2658
|
+
var b = M.date, N = M.utc;
|
2659
|
+
if (b === null)
|
2660
2660
|
return /* @__PURE__ */ new Date(NaN);
|
2661
|
-
if (
|
2661
|
+
if (k.u(b))
|
2662
2662
|
return /* @__PURE__ */ new Date();
|
2663
|
-
if (
|
2664
|
-
return new Date(
|
2665
|
-
if (typeof
|
2666
|
-
var L =
|
2663
|
+
if (b instanceof Date)
|
2664
|
+
return new Date(b);
|
2665
|
+
if (typeof b == "string" && !/Z$/i.test(b)) {
|
2666
|
+
var L = b.match(d);
|
2667
2667
|
if (L) {
|
2668
2668
|
var R = L[2] - 1 || 0, H = (L[7] || "0").substring(0, 3);
|
2669
|
-
return
|
2669
|
+
return N ? new Date(Date.UTC(L[1], R, L[3] || 1, L[4] || 0, L[5] || 0, L[6] || 0, H)) : new Date(L[1], R, L[3] || 1, L[4] || 0, L[5] || 0, L[6] || 0, H);
|
2670
2670
|
}
|
2671
2671
|
}
|
2672
|
-
return new Date(
|
2673
|
-
}(
|
2674
|
-
},
|
2675
|
-
var
|
2676
|
-
this.$y =
|
2677
|
-
},
|
2678
|
-
return
|
2679
|
-
},
|
2672
|
+
return new Date(b);
|
2673
|
+
}($), this.init();
|
2674
|
+
}, w.init = function() {
|
2675
|
+
var $ = this.$d;
|
2676
|
+
this.$y = $.getFullYear(), this.$M = $.getMonth(), this.$D = $.getDate(), this.$W = $.getDay(), this.$H = $.getHours(), this.$m = $.getMinutes(), this.$s = $.getSeconds(), this.$ms = $.getMilliseconds();
|
2677
|
+
}, w.$utils = function() {
|
2678
|
+
return k;
|
2679
|
+
}, w.isValid = function() {
|
2680
2680
|
return this.$d.toString() !== "Invalid Date";
|
2681
|
-
},
|
2682
|
-
var
|
2683
|
-
return this.startOf(
|
2684
|
-
},
|
2685
|
-
return D(
|
2686
|
-
},
|
2687
|
-
return this.endOf(
|
2688
|
-
},
|
2689
|
-
return
|
2690
|
-
},
|
2681
|
+
}, w.isSame = function($, M) {
|
2682
|
+
var b = D($);
|
2683
|
+
return this.startOf(M) <= b && b <= this.endOf(M);
|
2684
|
+
}, w.isAfter = function($, M) {
|
2685
|
+
return D($) < this.startOf(M);
|
2686
|
+
}, w.isBefore = function($, M) {
|
2687
|
+
return this.endOf(M) < D($);
|
2688
|
+
}, w.$g = function($, M, b) {
|
2689
|
+
return k.u($) ? this[M] : this.set(b, $);
|
2690
|
+
}, w.unix = function() {
|
2691
2691
|
return Math.floor(this.valueOf() / 1e3);
|
2692
|
-
},
|
2692
|
+
}, w.valueOf = function() {
|
2693
2693
|
return this.$d.getTime();
|
2694
|
-
},
|
2695
|
-
var
|
2696
|
-
var ft =
|
2697
|
-
return
|
2698
|
-
}, H = function(
|
2699
|
-
return
|
2694
|
+
}, w.startOf = function($, M) {
|
2695
|
+
var b = this, N = !!k.u(M) || M, L = k.p($), R = function(vt, X) {
|
2696
|
+
var ft = k.w(b.$u ? Date.UTC(b.$y, X, vt) : new Date(b.$y, X, vt), b);
|
2697
|
+
return N ? ft : ft.endOf(l);
|
2698
|
+
}, H = function(vt, X) {
|
2699
|
+
return k.w(b.toDate()[vt].apply(b.toDate("s"), (N ? [0, 0, 0, 0] : [23, 59, 59, 999]).slice(X)), b);
|
2700
2700
|
}, j = this.$W, P = this.$M, lt = this.$D, ot = "set" + (this.$u ? "UTC" : "");
|
2701
2701
|
switch (L) {
|
2702
2702
|
case c:
|
2703
|
-
return
|
2703
|
+
return N ? R(1, 0) : R(31, 11);
|
2704
2704
|
case _:
|
2705
|
-
return
|
2705
|
+
return N ? R(1, P) : R(0, P + 1);
|
2706
2706
|
case i:
|
2707
2707
|
var rt = this.$locale().weekStart || 0, pt = (j < rt ? j + 7 : j) - rt;
|
2708
|
-
return R(
|
2708
|
+
return R(N ? lt - pt : lt + (6 - pt), P);
|
2709
2709
|
case l:
|
2710
2710
|
case p:
|
2711
2711
|
return H(ot + "Hours", 0);
|
@@ -2718,89 +2718,89 @@ var St = {}, Kf = {
|
|
2718
2718
|
default:
|
2719
2719
|
return this.clone();
|
2720
2720
|
}
|
2721
|
-
},
|
2722
|
-
return this.startOf(
|
2723
|
-
},
|
2724
|
-
var
|
2725
|
-
if (
|
2721
|
+
}, w.endOf = function($) {
|
2722
|
+
return this.startOf($, !1);
|
2723
|
+
}, w.$set = function($, M) {
|
2724
|
+
var b, N = k.p($), L = "set" + (this.$u ? "UTC" : ""), R = (b = {}, b[l] = L + "Date", b[p] = L + "Date", b[_] = L + "Month", b[c] = L + "FullYear", b[s] = L + "Hours", b[r] = L + "Minutes", b[o] = L + "Seconds", b[e] = L + "Milliseconds", b)[N], H = N === l ? this.$D + (M - this.$W) : M;
|
2725
|
+
if (N === _ || N === c) {
|
2726
2726
|
var j = this.clone().set(p, 1);
|
2727
2727
|
j.$d[R](H), j.init(), this.$d = j.set(p, Math.min(this.$D, j.daysInMonth())).$d;
|
2728
2728
|
} else
|
2729
2729
|
R && this.$d[R](H);
|
2730
2730
|
return this.init(), this;
|
2731
|
-
},
|
2732
|
-
return this.clone().$set(
|
2733
|
-
},
|
2734
|
-
return this[
|
2735
|
-
},
|
2736
|
-
var
|
2737
|
-
|
2738
|
-
var L =
|
2739
|
-
var lt = D(
|
2740
|
-
return
|
2731
|
+
}, w.set = function($, M) {
|
2732
|
+
return this.clone().$set($, M);
|
2733
|
+
}, w.get = function($) {
|
2734
|
+
return this[k.p($)]();
|
2735
|
+
}, w.add = function($, M) {
|
2736
|
+
var b, N = this;
|
2737
|
+
$ = Number($);
|
2738
|
+
var L = k.p(M), R = function(P) {
|
2739
|
+
var lt = D(N);
|
2740
|
+
return k.w(lt.date(lt.date() + Math.round(P * $)), N);
|
2741
2741
|
};
|
2742
2742
|
if (L === _)
|
2743
|
-
return this.set(_, this.$M +
|
2743
|
+
return this.set(_, this.$M + $);
|
2744
2744
|
if (L === c)
|
2745
|
-
return this.set(c, this.$y +
|
2745
|
+
return this.set(c, this.$y + $);
|
2746
2746
|
if (L === l)
|
2747
2747
|
return R(1);
|
2748
2748
|
if (L === i)
|
2749
2749
|
return R(7);
|
2750
|
-
var H = (
|
2751
|
-
return
|
2752
|
-
},
|
2753
|
-
return this.add(-1 *
|
2754
|
-
},
|
2755
|
-
var
|
2750
|
+
var H = (b = {}, b[r] = 6e4, b[s] = 36e5, b[o] = 1e3, b)[L] || 1, j = this.$d.getTime() + $ * H;
|
2751
|
+
return k.w(j, this);
|
2752
|
+
}, w.subtract = function($, M) {
|
2753
|
+
return this.add(-1 * $, M);
|
2754
|
+
}, w.format = function($) {
|
2755
|
+
var M = this;
|
2756
2756
|
if (!this.isValid())
|
2757
2757
|
return "Invalid Date";
|
2758
|
-
var
|
2759
|
-
return X && (X[ft] || X(
|
2758
|
+
var b = $ || "YYYY-MM-DDTHH:mm:ssZ", N = k.z(this), L = this.$locale(), R = this.$H, H = this.$m, j = this.$M, P = L.weekdays, lt = L.months, ot = function(X, ft, Yt, Rt) {
|
2759
|
+
return X && (X[ft] || X(M, b)) || Yt[ft].substr(0, Rt);
|
2760
2760
|
}, rt = function(X) {
|
2761
|
-
return
|
2761
|
+
return k.s(R % 12 || 12, X, "0");
|
2762
2762
|
}, pt = L.meridiem || function(X, ft, Yt) {
|
2763
2763
|
var Rt = X < 12 ? "AM" : "PM";
|
2764
2764
|
return Yt ? Rt.toLowerCase() : Rt;
|
2765
|
-
},
|
2766
|
-
return
|
2767
|
-
return ft ||
|
2765
|
+
}, vt = { YY: String(this.$y).slice(-2), YYYY: this.$y, M: j + 1, MM: k.s(j + 1, 2, "0"), MMM: ot(L.monthsShort, j, lt, 3), MMMM: ot(lt, j), D: this.$D, DD: k.s(this.$D, 2, "0"), d: String(this.$W), dd: ot(L.weekdaysMin, this.$W, P, 2), ddd: ot(L.weekdaysShort, this.$W, P, 3), dddd: P[this.$W], H: String(R), HH: k.s(R, 2, "0"), h: rt(1), hh: rt(2), a: pt(R, H, !0), A: pt(R, H, !1), m: String(H), mm: k.s(H, 2, "0"), s: String(this.$s), ss: k.s(this.$s, 2, "0"), SSS: k.s(this.$ms, 3, "0"), Z: N };
|
2766
|
+
return b.replace(g, function(X, ft) {
|
2767
|
+
return ft || vt[X] || N.replace(":", "");
|
2768
2768
|
});
|
2769
|
-
},
|
2769
|
+
}, w.utcOffset = function() {
|
2770
2770
|
return 15 * -Math.round(this.$d.getTimezoneOffset() / 15);
|
2771
|
-
},
|
2772
|
-
var
|
2773
|
-
return P = (
|
2774
|
-
},
|
2771
|
+
}, w.diff = function($, M, b) {
|
2772
|
+
var N, L = k.p(M), R = D($), H = 6e4 * (R.utcOffset() - this.utcOffset()), j = this - R, P = k.m(this, R);
|
2773
|
+
return P = (N = {}, N[c] = P / 12, N[_] = P, N[u] = P / 3, N[i] = (j - H) / 6048e5, N[l] = (j - H) / 864e5, N[s] = j / 36e5, N[r] = j / 6e4, N[o] = j / 1e3, N)[L] || j, b ? P : k.a(P);
|
2774
|
+
}, w.daysInMonth = function() {
|
2775
2775
|
return this.endOf(_).$D;
|
2776
|
-
},
|
2777
|
-
return
|
2778
|
-
},
|
2779
|
-
if (
|
2776
|
+
}, w.$locale = function() {
|
2777
|
+
return S[this.$L];
|
2778
|
+
}, w.locale = function($, M) {
|
2779
|
+
if (!$)
|
2780
2780
|
return this.$L;
|
2781
|
-
var
|
2782
|
-
return
|
2783
|
-
},
|
2784
|
-
return
|
2785
|
-
},
|
2781
|
+
var b = this.clone(), N = I($, M, !0);
|
2782
|
+
return N && (b.$L = N), b;
|
2783
|
+
}, w.clone = function() {
|
2784
|
+
return k.w(this.$d, this);
|
2785
|
+
}, w.toDate = function() {
|
2786
2786
|
return new Date(this.valueOf());
|
2787
|
-
},
|
2787
|
+
}, w.toJSON = function() {
|
2788
2788
|
return this.isValid() ? this.toISOString() : null;
|
2789
|
-
},
|
2789
|
+
}, w.toISOString = function() {
|
2790
2790
|
return this.$d.toISOString();
|
2791
|
-
},
|
2791
|
+
}, w.toString = function() {
|
2792
2792
|
return this.$d.toUTCString();
|
2793
2793
|
}, x;
|
2794
2794
|
}(), J = q.prototype;
|
2795
2795
|
return D.prototype = J, [["$ms", e], ["$s", o], ["$m", r], ["$H", s], ["$W", l], ["$M", _], ["$y", c], ["$D", p]].forEach(function(x) {
|
2796
|
-
J[x[1]] = function(
|
2797
|
-
return this.$g(
|
2796
|
+
J[x[1]] = function(w) {
|
2797
|
+
return this.$g(w, x[0], x[1]);
|
2798
2798
|
};
|
2799
|
-
}), D.extend = function(x,
|
2800
|
-
return x(
|
2801
|
-
}, D.locale = I, D.isDayjs =
|
2799
|
+
}), D.extend = function(x, w) {
|
2800
|
+
return x(w, q, D), D;
|
2801
|
+
}, D.locale = I, D.isDayjs = O, D.unix = function(x) {
|
2802
2802
|
return D(1e3 * x);
|
2803
|
-
}, D.en =
|
2803
|
+
}, D.en = S[f], D.Ls = S, D;
|
2804
2804
|
});
|
2805
2805
|
})(Kf);
|
2806
2806
|
const Zf = St;
|
@@ -2819,8 +2819,8 @@ var io = {}, Jf = {
|
|
2819
2819
|
e = e && e.hasOwnProperty("default") ? e.default : e;
|
2820
2820
|
var o = "января_февраля_марта_апреля_мая_июня_июля_августа_сентября_октября_ноября_декабря".split("_"), r = "январь_февраль_март_апрель_май_июнь_июль_август_сентябрь_октябрь_ноябрь_декабрь".split("_"), s = "янв._февр._мар._апр._мая_июня_июля_авг._сент._окт._нояб._дек.".split("_"), l = "янв._февр._март_апр._май_июнь_июль_авг._сент._окт._нояб._дек.".split("_"), i = /D[oD]?(\[[^[\]]*\]|\s)+MMMM?/;
|
2821
2821
|
function _(d, g, h) {
|
2822
|
-
var m,
|
2823
|
-
return h === "m" ? g ? "минута" : "минуту" : d + " " + (m = +d,
|
2822
|
+
var m, y;
|
2823
|
+
return h === "m" ? g ? "минута" : "минуту" : d + " " + (m = +d, y = { mm: g ? "минута_минуты_минут" : "минуту_минуты_минут", hh: "час_часа_часов", dd: "день_дня_дней", MM: "месяц_месяца_месяцев", yy: "год_года_лет" }[h].split("_"), m % 10 == 1 && m % 100 != 11 ? y[0] : m % 10 >= 2 && m % 10 <= 4 && (m % 100 < 10 || m % 100 >= 20) ? y[1] : y[2]);
|
2824
2824
|
}
|
2825
2825
|
var u = function(d, g) {
|
2826
2826
|
return i.test(g) ? o[d.month()] : r[d.month()];
|
@@ -2998,11 +2998,11 @@ var go = {}, rg = {
|
|
2998
2998
|
const mo = (t, n = "DD.MM.YYYY", e = "en") => t ? Zf(t).locale(e).format(n) : "", ag = ({
|
2999
2999
|
oddFormatter: t
|
3000
3000
|
}) => {
|
3001
|
-
const n = Z(), e = G(n), o = (n == null ? void 0 : n.device) || "desktop", r =
|
3002
|
-
backgroundImage:
|
3003
|
-
}), s =
|
3004
|
-
backgroundImage:
|
3005
|
-
}), l =
|
3001
|
+
const n = Z(), e = G(n), o = (n == null ? void 0 : n.device) || "desktop", r = T(C({}, e == null ? void 0 : e.teamALogo), {
|
3002
|
+
backgroundImage: v(e, "match.teams[0].logo")
|
3003
|
+
}), s = T(C({}, e == null ? void 0 : e.teamBLogo), {
|
3004
|
+
backgroundImage: v(e, "match.teams[1].logo")
|
3005
|
+
}), l = v(e, "match.lang_slug", "ru"), i = v(e, "match.sport_slug"), _ = mo(v(e, "match.match_date"), "HH:mm", l), u = mo(v(e, "match.match_date"), "DD MMMM", l), p = v(e, "root.predictionLength", "full") === "full" ? v(e, "match.prediction.value") : v(e, "match.prediction.value_short") || v(e, "match.prediction.value"), d = Number(v(e, "match.prediction.factor", 0)).toFixed(2);
|
3006
3006
|
return a("div", {
|
3007
3007
|
className: A(at.root, {
|
3008
3008
|
[at.desktop]: o === "desktop",
|
@@ -3016,11 +3016,11 @@ const mo = (t, n = "DD.MM.YYYY", e = "en") => t ? Zf(t).locale(e).format(n) : ""
|
|
3016
3016
|
style: r,
|
3017
3017
|
src: r.backgroundImage,
|
3018
3018
|
sportSlug: i,
|
3019
|
-
country:
|
3019
|
+
country: v(e, "match.teams[0].country")
|
3020
3020
|
}), a("div", {
|
3021
3021
|
className: at.teamName,
|
3022
3022
|
style: e.teams,
|
3023
|
-
children: a(kt,
|
3023
|
+
children: a(kt, T(C({}, v(e, "match.teams[0]")), {
|
3024
3024
|
fallback: "Team A"
|
3025
3025
|
}))
|
3026
3026
|
})]
|
@@ -3056,11 +3056,11 @@ const mo = (t, n = "DD.MM.YYYY", e = "en") => t ? Zf(t).locale(e).format(n) : ""
|
|
3056
3056
|
style: s,
|
3057
3057
|
src: s.backgroundImage,
|
3058
3058
|
sportSlug: i,
|
3059
|
-
country:
|
3059
|
+
country: v(e, "match.teams[1].country")
|
3060
3060
|
}), a("div", {
|
3061
3061
|
className: at.teamName,
|
3062
3062
|
style: e.teams,
|
3063
|
-
children: a(kt,
|
3063
|
+
children: a(kt, T(C({}, v(e, "match.teams[1]")), {
|
3064
3064
|
fallback: "Team B"
|
3065
3065
|
}))
|
3066
3066
|
})]
|
@@ -3098,8 +3098,8 @@ const mo = (t, n = "DD.MM.YYYY", e = "en") => t ? Zf(t).locale(e).format(n) : ""
|
|
3098
3098
|
if (e) {
|
3099
3099
|
const d = new URLSearchParams();
|
3100
3100
|
Object.entries(e).forEach(([g, h]) => {
|
3101
|
-
Array.isArray(h) ? h.forEach((m,
|
3102
|
-
m && d.append(`${g}[${
|
3101
|
+
Array.isArray(h) ? h.forEach((m, y) => {
|
3102
|
+
m && d.append(`${g}[${y}]`, m);
|
3103
3103
|
}) : h && d.append(g, h);
|
3104
3104
|
}), p += `?${d.toString()}`;
|
3105
3105
|
}
|
@@ -3229,8 +3229,8 @@ const sg = (t) => {
|
|
3229
3229
|
const d = (i || []).find((m) => m.slug === p.root.targetMatch.matchSlug);
|
3230
3230
|
if (!d)
|
3231
3231
|
return;
|
3232
|
-
const g = be(d), h = dn(g, p.root.customMatch, (m, [
|
3233
|
-
return
|
3232
|
+
const g = be(d), h = dn(g, p.root.customMatch, (m, [y, f]) => W(f));
|
3233
|
+
return T(C({}, p), {
|
3234
3234
|
match: h
|
3235
3235
|
});
|
3236
3236
|
}).filter(Boolean);
|
@@ -3243,7 +3243,7 @@ const sg = (t) => {
|
|
3243
3243
|
baseMatch: n,
|
3244
3244
|
oddFormatter: e
|
3245
3245
|
}, o) => {
|
3246
|
-
var lt, ot, rt, pt,
|
3246
|
+
var lt, ot, rt, pt, vt, X, ft, Yt, Rt, ie, le, ce, _e, de, dt;
|
3247
3247
|
const [r, s] = mt(1 / 0), l = K(null), i = Pt({
|
3248
3248
|
targetRef: l,
|
3249
3249
|
id: t
|
@@ -3251,34 +3251,34 @@ const sg = (t) => {
|
|
3251
3251
|
u && (Wt(u, "buttonWrapper.percent_width", (lt = u == null ? void 0 : u.buttonWrapper) == null ? void 0 : lt.width), Wt(u, "legal.percent_width", (ot = u == null ? void 0 : u.legal) == null ? void 0 : ot.width));
|
3252
3252
|
const c = G(u);
|
3253
3253
|
It(u);
|
3254
|
-
const p =
|
3254
|
+
const p = v(c, "root.delay", 0), g = v(c, "children", []).find((ue) => ue.name === "auto"), {
|
3255
3255
|
isOpen: h,
|
3256
3256
|
apiHost: m,
|
3257
|
-
clickHide:
|
3257
|
+
clickHide: y,
|
3258
3258
|
click: f
|
3259
|
-
} = un(o, p, !0),
|
3259
|
+
} = un(o, p, !0), S = v(c, "close.variant", "default"), O = v(c, "close.radius", 21), I = v(c, "close.colorDirection", "default"), D = v(c, "close.timeoutLock", !1), k = S === "timer" ? r <= 0 : !0, q = S === "timer" && D && r > 0 ? "div" : "a", {
|
3260
3260
|
expressMatches: J,
|
3261
3261
|
autoMatch: x
|
3262
3262
|
} = ig(u, m, g ? n : void 0);
|
3263
3263
|
g && (g.match = x);
|
3264
|
-
const
|
3264
|
+
const w = T(C({}, c.root), {
|
3265
3265
|
alignItems: jt((rt = c.root) == null ? void 0 : rt.align)
|
3266
|
-
}),
|
3266
|
+
}), $ = T(C({}, c.content), {
|
3267
3267
|
alignItems: jt((pt = c.root) == null ? void 0 : pt.align)
|
3268
|
-
}),
|
3269
|
-
textAlign: (
|
3270
|
-
}),
|
3268
|
+
}), M = T(C({}, c.text), {
|
3269
|
+
textAlign: (vt = c.root) == null ? void 0 : vt.align
|
3270
|
+
}), b = T(C({}, c == null ? void 0 : c.button), {
|
3271
3271
|
justifyContent: jt((X = c.root) == null ? void 0 : X.textAlign)
|
3272
|
-
}),
|
3272
|
+
}), N = T(C({}, c == null ? void 0 : c.legal), {
|
3273
3273
|
justifyContent: jt((ft = c.root) == null ? void 0 : ft.textAlign)
|
3274
|
-
}), L = +
|
3274
|
+
}), L = +v(g, "root.bonusValue", 0), R = +v(g, "match.prediction.factor", 0), H = me((Yt = c.text) == null ? void 0 : Yt.children, {
|
3275
3275
|
bonusValue: L,
|
3276
3276
|
clearResult: (L * R - L).toFixed(0),
|
3277
3277
|
rawResult: (L * R).toFixed(0),
|
3278
3278
|
rate: R
|
3279
3279
|
}, {
|
3280
3280
|
parse: !1
|
3281
|
-
}), j = R === 0 ?
|
3281
|
+
}), j = R === 0 ? v(c, "text.fallbackChildren") : H, P = (Rt = c.root) == null ? void 0 : Rt.corner;
|
3282
3282
|
return a("div", {
|
3283
3283
|
className: A(nt.root, {
|
3284
3284
|
[nt.desktop]: i === "desktop",
|
@@ -3292,16 +3292,16 @@ const sg = (t) => {
|
|
3292
3292
|
children: [a("div", {
|
3293
3293
|
className: nt.overlay,
|
3294
3294
|
style: c.overlay,
|
3295
|
-
onClick:
|
3295
|
+
onClick: k && y
|
3296
3296
|
}), a("div", {
|
3297
3297
|
className: nt.content,
|
3298
|
-
children: [
|
3298
|
+
children: [S === "default" ? a("div", {
|
3299
3299
|
className: nt.close,
|
3300
|
-
style:
|
3300
|
+
style: T(C({}, c.close), {
|
3301
3301
|
borderBottomLeftRadius: `${P}px`,
|
3302
3302
|
borderTopRightRadius: `${P}px`
|
3303
3303
|
}),
|
3304
|
-
onClick:
|
3304
|
+
onClick: y,
|
3305
3305
|
children: a(Kt, {
|
3306
3306
|
width: 11,
|
3307
3307
|
height: 11
|
@@ -3309,10 +3309,10 @@ const sg = (t) => {
|
|
3309
3309
|
}) : a("div", {
|
3310
3310
|
className: nt.closeTimer,
|
3311
3311
|
children: a(pn, {
|
3312
|
-
timeout:
|
3312
|
+
timeout: v(c, "close.timeout"),
|
3313
3313
|
colorDirection: I,
|
3314
|
-
radius:
|
3315
|
-
onClick:
|
3314
|
+
radius: O,
|
3315
|
+
onClick: y,
|
3316
3316
|
onChange: s
|
3317
3317
|
})
|
3318
3318
|
}), a(E, {
|
@@ -3327,7 +3327,7 @@ const sg = (t) => {
|
|
3327
3327
|
onClick: () => q === "a" && f(c.id),
|
3328
3328
|
children: a("div", {
|
3329
3329
|
className: nt.body,
|
3330
|
-
style:
|
3330
|
+
style: w,
|
3331
3331
|
children: [a("div", {
|
3332
3332
|
className: nt.head,
|
3333
3333
|
children: [a(E, {
|
@@ -3340,15 +3340,15 @@ const sg = (t) => {
|
|
3340
3340
|
})]
|
3341
3341
|
}), a("div", {
|
3342
3342
|
className: nt.wrapper,
|
3343
|
-
style:
|
3343
|
+
style: $,
|
3344
3344
|
children: [(J != null ? J : []).map((ue) => a(Ht, {
|
3345
|
-
value:
|
3345
|
+
value: T(C({}, ue), {
|
3346
3346
|
device: i
|
3347
3347
|
}),
|
3348
3348
|
oddFormatter: e,
|
3349
3349
|
children: a(Sf, {})
|
3350
3350
|
})), g && a(Ht, {
|
3351
|
-
value:
|
3351
|
+
value: T(C({}, g), {
|
3352
3352
|
device: i
|
3353
3353
|
}),
|
3354
3354
|
children: a(ag, {
|
@@ -3357,9 +3357,9 @@ const sg = (t) => {
|
|
3357
3357
|
})]
|
3358
3358
|
}), a(E, {
|
3359
3359
|
className: nt.text,
|
3360
|
-
style:
|
3361
|
-
typography:
|
3362
|
-
accentTypography:
|
3360
|
+
style: M,
|
3361
|
+
typography: M.typography,
|
3362
|
+
accentTypography: M.accentTypography,
|
3363
3363
|
children: j
|
3364
3364
|
}), a("div", {
|
3365
3365
|
className: nt.button,
|
@@ -3370,19 +3370,19 @@ const sg = (t) => {
|
|
3370
3370
|
children: (_e = c.buttonHead) == null ? void 0 : _e.children
|
3371
3371
|
}), a("div", {
|
3372
3372
|
className: nt.buttonTarget,
|
3373
|
-
style:
|
3373
|
+
style: b,
|
3374
3374
|
children: (de = c.button) == null ? void 0 : de.children
|
3375
3375
|
})]
|
3376
3376
|
}), a(E, {
|
3377
3377
|
className: nt.legal,
|
3378
|
-
style:
|
3378
|
+
style: N,
|
3379
3379
|
children: (dt = c.legal) == null ? void 0 : dt.children
|
3380
3380
|
})]
|
3381
3381
|
})
|
3382
3382
|
})]
|
3383
3383
|
})]
|
3384
3384
|
});
|
3385
|
-
}), C0 = At(a(lg, {})), cg = "_root_1ctra_1", _g = "_background_1ctra_18", dg = "_body_1ctra_27", ug = "_bookmaker_1ctra_36", pg = "_button_1ctra_43", fg = "_rowFirst_1ctra_58", gg = "_rowSecond_1ctra_64", mg = "_legal_1ctra_70", hg = "_legalText_1ctra_89",
|
3385
|
+
}), C0 = At(a(lg, {})), cg = "_root_1ctra_1", _g = "_background_1ctra_18", dg = "_body_1ctra_27", ug = "_bookmaker_1ctra_36", pg = "_button_1ctra_43", fg = "_rowFirst_1ctra_58", gg = "_rowSecond_1ctra_64", mg = "_legal_1ctra_70", hg = "_legalText_1ctra_89", vg = "_legalOpen_1ctra_98", yg = "_legalStatic_1ctra_102", bg = "_legalButton_1ctra_106", yt = {
|
3386
3386
|
root: cg,
|
3387
3387
|
background: _g,
|
3388
3388
|
body: dg,
|
@@ -3392,8 +3392,8 @@ const sg = (t) => {
|
|
3392
3392
|
rowSecond: gg,
|
3393
3393
|
legal: mg,
|
3394
3394
|
legalText: hg,
|
3395
|
-
legalOpen:
|
3396
|
-
legalStatic:
|
3395
|
+
legalOpen: vg,
|
3396
|
+
legalStatic: yg,
|
3397
3397
|
legalButton: bg
|
3398
3398
|
}, $g = (t) => {
|
3399
3399
|
var i, _;
|
@@ -3417,65 +3417,65 @@ const sg = (t) => {
|
|
3417
3417
|
apiHost: t,
|
3418
3418
|
onClick: n
|
3419
3419
|
}) => {
|
3420
|
-
var p, d, g, h, m,
|
3420
|
+
var p, d, g, h, m, y, f, S, O, I, D, k, q;
|
3421
3421
|
const e = Z(), o = G(e), {
|
3422
3422
|
promotionValues: r
|
3423
3423
|
} = $g(t), [s, l] = Ce(), i = !!((p = o.legalInfoButton) != null && p.closeText && ((g = (d = o.legalInfoButton) == null ? void 0 : d.closeText) == null ? void 0 : g.length) > 0), _ = me((h = o.rowFirst) == null ? void 0 : h.children, r, {
|
3424
3424
|
parse: !1
|
3425
3425
|
}), u = me((m = o.rowSecond) == null ? void 0 : m.children, r, {
|
3426
3426
|
parse: !1
|
3427
|
-
}), c = me((
|
3427
|
+
}), c = me((y = o.bookmaker) == null ? void 0 : y.children, r, {
|
3428
3428
|
parse: !1
|
3429
3429
|
});
|
3430
3430
|
return a("div", {
|
3431
|
-
className:
|
3431
|
+
className: yt.root,
|
3432
3432
|
style: Ot(o.root, ...Tt),
|
3433
3433
|
children: [a("div", {
|
3434
|
-
className:
|
3434
|
+
className: yt.background,
|
3435
3435
|
style: Vt(o.root, ...Tt)
|
3436
3436
|
}), a("a", {
|
3437
3437
|
href: (f = o.root) == null ? void 0 : f.offer,
|
3438
3438
|
target: "_blank",
|
3439
3439
|
rel: "nofollow noopener noreferrer",
|
3440
|
-
className:
|
3440
|
+
className: yt.body,
|
3441
3441
|
onClick: () => n(o.id),
|
3442
3442
|
children: [a("div", {
|
3443
3443
|
children: [a(E, {
|
3444
|
-
className:
|
3444
|
+
className: yt.rowFirst,
|
3445
3445
|
style: o == null ? void 0 : o.rowFirst,
|
3446
3446
|
typography: o == null ? void 0 : o.rowFirst,
|
3447
|
-
accentTypography: (
|
3447
|
+
accentTypography: (S = o == null ? void 0 : o.rowFirst) == null ? void 0 : S.accentTypography,
|
3448
3448
|
children: _
|
3449
3449
|
}), a(E, {
|
3450
|
-
className:
|
3450
|
+
className: yt.rowSecond,
|
3451
3451
|
style: o == null ? void 0 : o.rowSecond,
|
3452
3452
|
typography: o == null ? void 0 : o.rowSecond,
|
3453
|
-
accentTypography: (
|
3453
|
+
accentTypography: (O = o == null ? void 0 : o.rowSecond) == null ? void 0 : O.accentTypography,
|
3454
3454
|
children: u
|
3455
3455
|
}), a("div", {
|
3456
|
-
className:
|
3456
|
+
className: yt.bookmaker,
|
3457
3457
|
style: o.bookmaker,
|
3458
3458
|
children: c
|
3459
3459
|
})]
|
3460
3460
|
}), a("div", {
|
3461
|
-
className:
|
3461
|
+
className: yt.button,
|
3462
3462
|
style: o.button,
|
3463
3463
|
children: (I = o.button) == null ? void 0 : I.children
|
3464
3464
|
})]
|
3465
3465
|
}), a("div", {
|
3466
|
-
className: A(
|
3467
|
-
[
|
3468
|
-
[
|
3466
|
+
className: A(yt.legal, {
|
3467
|
+
[yt.legalOpen]: s,
|
3468
|
+
[yt.legalStatic]: !i
|
3469
3469
|
}),
|
3470
3470
|
style: o.legalInfo,
|
3471
3471
|
children: [a("div", {
|
3472
|
-
className:
|
3472
|
+
className: yt.legalText,
|
3473
3473
|
children: (D = o.legalInfo) == null ? void 0 : D.children
|
3474
3474
|
}), a("div", {
|
3475
|
-
className:
|
3475
|
+
className: yt.legalButton,
|
3476
3476
|
style: o.legalInfoButton,
|
3477
3477
|
onClick: l,
|
3478
|
-
children: s ? (
|
3478
|
+
children: s ? (k = o.legalInfoButton) == null ? void 0 : k.openText : (q = o.legalInfoButton) == null ? void 0 : q.closeText
|
3479
3479
|
})]
|
3480
3480
|
})]
|
3481
3481
|
});
|
@@ -3508,9 +3508,9 @@ const sg = (t) => {
|
|
3508
3508
|
var d;
|
3509
3509
|
const p = l != null ? l : [];
|
3510
3510
|
return r && (s = s.sort((g, h) => {
|
3511
|
-
var f,
|
3512
|
-
const m = p.indexOf((f = g.root) == null ? void 0 : f.connectorBookmakerSlug),
|
3513
|
-
return (m === -1 ? 1 / 0 : m) - (
|
3511
|
+
var f, S;
|
3512
|
+
const m = p.indexOf((f = g.root) == null ? void 0 : f.connectorBookmakerSlug), y = p.indexOf((S = h.root) == null ? void 0 : S.connectorBookmakerSlug);
|
3513
|
+
return (m === -1 ? 1 / 0 : m) - (y === -1 ? 1 / 0 : y);
|
3514
3514
|
})), typeof e == "number" && (s = (d = s.filter((g) => {
|
3515
3515
|
var h;
|
3516
3516
|
return !((h = g == null ? void 0 : g.root) != null && h.hidden);
|
@@ -3564,7 +3564,7 @@ const sg = (t) => {
|
|
3564
3564
|
}, Vg = "_root_1c4sr_1", Gg = "_desktop_1c4sr_11", ho = {
|
3565
3565
|
root: Vg,
|
3566
3566
|
desktop: Gg
|
3567
|
-
}, Fg = "_word_1m5wb_19", Wg = "_root_1m5wb_24", Ug = "_pulse_1m5wb_1",
|
3567
|
+
}, Fg = "_word_1m5wb_19", Wg = "_root_1m5wb_24", Ug = "_pulse_1m5wb_1", vo = {
|
3568
3568
|
word: Fg,
|
3569
3569
|
root: Wg,
|
3570
3570
|
pulse: Ug,
|
@@ -3593,7 +3593,7 @@ const sg = (t) => {
|
|
3593
3593
|
}, [o, e]), z(() => () => {
|
3594
3594
|
r(0);
|
3595
3595
|
}, [e]), s;
|
3596
|
-
}, xe = 1e3,
|
3596
|
+
}, xe = 1e3, yo = 1300, bo = 0, zg = ({
|
3597
3597
|
children: t,
|
3598
3598
|
pause: n,
|
3599
3599
|
deps: e = []
|
@@ -3601,14 +3601,14 @@ const sg = (t) => {
|
|
3601
3601
|
const o = K(null), r = Gt({
|
3602
3602
|
pause: n,
|
3603
3603
|
duration: xe,
|
3604
|
-
delay: (i) => i > 0 ?
|
3604
|
+
delay: (i) => i > 0 ? yo : bo
|
3605
3605
|
}), s = Gt({
|
3606
3606
|
pause: n,
|
3607
|
-
duration:
|
3607
|
+
duration: yo,
|
3608
3608
|
delay: (i) => i === 0 ? xe + bo : xe
|
3609
3609
|
}), l = (i, _, u) => {
|
3610
3610
|
const c = typeof i == "string" ? document.createElement("span") : i;
|
3611
|
-
return typeof i == "string" && (c.textContent = i), c.classList.add(
|
3611
|
+
return typeof i == "string" && (c.textContent = i), c.classList.add(vo.word), c.style.animationDelay = `${_ * u}ms`, c.style.animationDuration = `${u}ms`, c;
|
3612
3612
|
};
|
3613
3613
|
return z(() => {
|
3614
3614
|
var i;
|
@@ -3617,16 +3617,16 @@ const sg = (t) => {
|
|
3617
3617
|
if (_ && _.childNodes.length > 0) {
|
3618
3618
|
const u = Array.from(_.childNodes), c = [];
|
3619
3619
|
u.forEach((h) => {
|
3620
|
-
var m,
|
3620
|
+
var m, y;
|
3621
3621
|
if (h instanceof HTMLElement && h.getAttribute("data-wrapped") === "1")
|
3622
3622
|
c.push(h);
|
3623
3623
|
else if (h.nodeType === Node.TEXT_NODE) {
|
3624
3624
|
const f = ((m = h.textContent) == null ? void 0 : m.split(" ")) || [];
|
3625
|
-
c.push(...f.filter((
|
3625
|
+
c.push(...f.filter((S) => S !== "").map((S) => [S, " "]).flat());
|
3626
3626
|
} else
|
3627
|
-
(((
|
3628
|
-
const
|
3629
|
-
|
3627
|
+
(((y = h.textContent) == null ? void 0 : y.split(" ")) || []).forEach((S) => {
|
3628
|
+
const O = h.cloneNode();
|
3629
|
+
O.textContent = S + " ", c.push(O);
|
3630
3630
|
});
|
3631
3631
|
});
|
3632
3632
|
const p = document.createElement("span");
|
@@ -3641,7 +3641,7 @@ const sg = (t) => {
|
|
3641
3641
|
}, [n, ...e]), a("div", {
|
3642
3642
|
"data-text-animation": r,
|
3643
3643
|
"data-pulse-animation": s,
|
3644
|
-
className:
|
3644
|
+
className: vo.root,
|
3645
3645
|
ref: o,
|
3646
3646
|
children: t
|
3647
3647
|
});
|
@@ -3689,11 +3689,11 @@ const sg = (t) => {
|
|
3689
3689
|
oddFormatter: t
|
3690
3690
|
}) => {
|
3691
3691
|
var i, _;
|
3692
|
-
const n = Z(), e = G(n), o =
|
3693
|
-
backgroundImage: Qt(
|
3692
|
+
const n = Z(), e = G(n), o = v(e, "match.sportSlug"), r = Ot(e.root, ...Tt), s = T(C({}, e.teamLogo), {
|
3693
|
+
backgroundImage: Qt(v(e, "match.teams[0].logo"), [120, 120]),
|
3694
3694
|
backgroundColor: "transparent"
|
3695
|
-
}), l =
|
3696
|
-
backgroundImage: Qt(
|
3695
|
+
}), l = T(C({}, e.teamLogo), {
|
3696
|
+
backgroundImage: Qt(v(e, "match.teams[1].logo"), [120, 120]),
|
3697
3697
|
backgroundColor: "transparent"
|
3698
3698
|
});
|
3699
3699
|
return a("div", {
|
@@ -3723,12 +3723,12 @@ const sg = (t) => {
|
|
3723
3723
|
style: s,
|
3724
3724
|
src: s.backgroundImage,
|
3725
3725
|
sportSlug: o,
|
3726
|
-
country:
|
3726
|
+
country: v(e, "match.teams[0].country")
|
3727
3727
|
}), a("div", {
|
3728
3728
|
className: et.oddValue,
|
3729
3729
|
style: e.value,
|
3730
3730
|
children: a(Et, {
|
3731
|
-
odd:
|
3731
|
+
odd: v(e, "match.markets.one_x_two.w1"),
|
3732
3732
|
formatter: t
|
3733
3733
|
})
|
3734
3734
|
})]
|
@@ -3742,7 +3742,7 @@ const sg = (t) => {
|
|
3742
3742
|
className: et.oddValue,
|
3743
3743
|
style: e.value,
|
3744
3744
|
children: a(Et, {
|
3745
|
-
odd:
|
3745
|
+
odd: v(e, "match.markets.one_x_two.x"),
|
3746
3746
|
formatter: t
|
3747
3747
|
})
|
3748
3748
|
})]
|
@@ -3753,12 +3753,12 @@ const sg = (t) => {
|
|
3753
3753
|
style: l,
|
3754
3754
|
src: l.backgroundImage,
|
3755
3755
|
sportSlug: o,
|
3756
|
-
country:
|
3756
|
+
country: v(e, "match.teams[1].country")
|
3757
3757
|
}), a("div", {
|
3758
3758
|
className: et.oddValue,
|
3759
3759
|
style: e.value,
|
3760
3760
|
children: a(Et, {
|
3761
|
-
odd:
|
3761
|
+
odd: v(e, "match.markets.one_x_two.w2"),
|
3762
3762
|
formatter: t
|
3763
3763
|
})
|
3764
3764
|
})]
|
@@ -3768,19 +3768,19 @@ const sg = (t) => {
|
|
3768
3768
|
children: [a("div", {
|
3769
3769
|
className: et.teamName,
|
3770
3770
|
style: e.teamName,
|
3771
|
-
children: a(kt,
|
3771
|
+
children: a(kt, T(C({}, v(e, "match.teams[0]")), {
|
3772
3772
|
fallback: "Team A"
|
3773
3773
|
}))
|
3774
3774
|
}), a("div", {
|
3775
3775
|
className: et.teamName,
|
3776
3776
|
style: e.teamName,
|
3777
|
-
children: a(kt,
|
3777
|
+
children: a(kt, T(C({}, v(e, "match.teams[1]")), {
|
3778
3778
|
fallback: "Team B"
|
3779
3779
|
}))
|
3780
3780
|
})]
|
3781
3781
|
})]
|
3782
3782
|
});
|
3783
|
-
}, _m = "_root_31lck_1", dm = "_title_31lck_8", um = "_titleLabel_31lck_13", pm = "_tablet_31lck_16", fm = "_desktop_31lck_19", gm = "_laptop_31lck_19", mm = "_titleValue_31lck_23", hm = "_team_31lck_34",
|
3783
|
+
}, _m = "_root_31lck_1", dm = "_title_31lck_8", um = "_titleLabel_31lck_13", pm = "_tablet_31lck_16", fm = "_desktop_31lck_19", gm = "_laptop_31lck_19", mm = "_titleValue_31lck_23", hm = "_team_31lck_34", vm = "_teamLogo_31lck_45", ym = "_teamName_31lck_73", bm = "_teamValue_31lck_81", $m = "_wrapper_31lck_98", Cm = "_logos_31lck_106", wm = "_national_31lck_119", km = "_names_31lck_129", Tm = "_odds_31lck_129", st = {
|
3784
3784
|
root: _m,
|
3785
3785
|
title: dm,
|
3786
3786
|
titleLabel: um,
|
@@ -3789,8 +3789,8 @@ const sg = (t) => {
|
|
3789
3789
|
laptop: gm,
|
3790
3790
|
titleValue: mm,
|
3791
3791
|
team: hm,
|
3792
|
-
teamLogo:
|
3793
|
-
teamName:
|
3792
|
+
teamLogo: vm,
|
3793
|
+
teamName: ym,
|
3794
3794
|
teamValue: bm,
|
3795
3795
|
wrapper: $m,
|
3796
3796
|
logos: Cm,
|
@@ -3801,19 +3801,19 @@ const sg = (t) => {
|
|
3801
3801
|
oddFormatter: t
|
3802
3802
|
}) => {
|
3803
3803
|
var l, i;
|
3804
|
-
const n = Z(), e = G(n), o =
|
3804
|
+
const n = Z(), e = G(n), o = v(e, "match.sportSlug"), r = T(C(C({}, Vt(e.root, ...Tt)), e.teamLogo), {
|
3805
3805
|
backgroundColor: "transparent",
|
3806
|
-
backgroundImage: Qt(
|
3807
|
-
}), s =
|
3806
|
+
backgroundImage: Qt(v(e, "match.teams[0].logo"), [120, 120])
|
3807
|
+
}), s = T(C(C({}, Vt(e.root, ...Tt)), e.teamLogo), {
|
3808
3808
|
backgroundColor: "transparent",
|
3809
|
-
backgroundImage: Qt(
|
3809
|
+
backgroundImage: Qt(v(e, "match.teams[1].logo"), [120, 120])
|
3810
3810
|
});
|
3811
3811
|
return a("div", {
|
3812
3812
|
className: A(st.root, {
|
3813
3813
|
[st.desktop]: (n == null ? void 0 : n.device) === "desktop",
|
3814
3814
|
[st.laptop]: (n == null ? void 0 : n.device) === "laptop",
|
3815
3815
|
[st.tablet]: (n == null ? void 0 : n.device) === "tablet",
|
3816
|
-
[st.national]:
|
3816
|
+
[st.national]: v(e, "match.isNational") || o === "tennis"
|
3817
3817
|
}),
|
3818
3818
|
style: Ot(e.root, ...Tt),
|
3819
3819
|
children: [a("div", {
|
@@ -3836,26 +3836,26 @@ const sg = (t) => {
|
|
3836
3836
|
style: r,
|
3837
3837
|
src: r.backgroundImage,
|
3838
3838
|
sportSlug: o,
|
3839
|
-
country:
|
3839
|
+
country: v(e, "match.teams[0].country")
|
3840
3840
|
}), a(wt, {
|
3841
3841
|
className: st.teamLogo,
|
3842
3842
|
style: s,
|
3843
3843
|
src: s.backgroundImage,
|
3844
3844
|
sportSlug: o,
|
3845
|
-
country:
|
3845
|
+
country: v(e, "match.teams[1].country")
|
3846
3846
|
})]
|
3847
3847
|
}), a("div", {
|
3848
3848
|
className: st.names,
|
3849
3849
|
children: [a("div", {
|
3850
3850
|
className: st.teamName,
|
3851
3851
|
style: e.teamName,
|
3852
|
-
children: a(kt,
|
3852
|
+
children: a(kt, T(C({}, v(e, "match.teams[0]")), {
|
3853
3853
|
fallback: "Team A"
|
3854
3854
|
}))
|
3855
3855
|
}), a("div", {
|
3856
3856
|
className: st.teamName,
|
3857
3857
|
style: e.teamName,
|
3858
|
-
children: a(kt,
|
3858
|
+
children: a(kt, T(C({}, v(e, "match.teams[1]")), {
|
3859
3859
|
fallback: "Team B"
|
3860
3860
|
}))
|
3861
3861
|
})]
|
@@ -3865,14 +3865,14 @@ const sg = (t) => {
|
|
3865
3865
|
className: st.teamValue,
|
3866
3866
|
style: e.value,
|
3867
3867
|
children: a(Et, {
|
3868
|
-
odd:
|
3868
|
+
odd: v(e, "match.markets.one_two.w1"),
|
3869
3869
|
formatter: t
|
3870
3870
|
})
|
3871
3871
|
}), a("div", {
|
3872
3872
|
className: st.teamValue,
|
3873
3873
|
style: e.value,
|
3874
3874
|
children: a(Et, {
|
3875
|
-
odd:
|
3875
|
+
odd: v(e, "match.markets.one_two.w2"),
|
3876
3876
|
formatter: t
|
3877
3877
|
})
|
3878
3878
|
})]
|
@@ -3905,7 +3905,7 @@ const sg = (t) => {
|
|
3905
3905
|
const o = (d) => {
|
3906
3906
|
var g;
|
3907
3907
|
return W(d == null ? void 0 : d.matchSlug) && ((g = d == null ? void 0 : d.matchSlug) == null ? void 0 : g.length) > 0 || (d == null ? void 0 : d.isAuto);
|
3908
|
-
}, r = (t == null ? void 0 : t.children) || [], s = r.filter((d) => o(d.root.targetMatch)).map((d) =>
|
3908
|
+
}, r = (t == null ? void 0 : t.children) || [], s = r.filter((d) => o(d.root.targetMatch)).map((d) => T(C({}, d.root.targetMatch), {
|
3909
3909
|
markets: $o(d.name)
|
3910
3910
|
})), l = s.find((d) => d.isAuto), i = Ge(s), {
|
3911
3911
|
data: _,
|
@@ -3929,7 +3929,7 @@ const sg = (t) => {
|
|
3929
3929
|
dependsOn: "markets",
|
3930
3930
|
apiHost: n,
|
3931
3931
|
pause: !l || !e,
|
3932
|
-
match:
|
3932
|
+
match: T(C({}, e), {
|
3933
3933
|
markets: l == null ? void 0 : l.markets,
|
3934
3934
|
bookmaker: l == null ? void 0 : l.bookmaker
|
3935
3935
|
})
|
@@ -3939,25 +3939,25 @@ const sg = (t) => {
|
|
3939
3939
|
}, [s]), r.map((d) => {
|
3940
3940
|
var g, h;
|
3941
3941
|
if ("targetMatch" in d.root) {
|
3942
|
-
const m = $o(d.name),
|
3942
|
+
const m = $o(d.name), y = (_ || []).find((I) => I.slug === d.root.targetMatch.matchSlug);
|
3943
3943
|
if (((h = (g = d == null ? void 0 : d.root) == null ? void 0 : g.targetMatch) == null ? void 0 : h.isAuto) && c)
|
3944
|
-
return
|
3944
|
+
return T(C({}, d), {
|
3945
3945
|
match: be(c, {
|
3946
3946
|
markets: m
|
3947
3947
|
})
|
3948
3948
|
});
|
3949
|
-
if (!
|
3949
|
+
if (!y)
|
3950
3950
|
return;
|
3951
|
-
const
|
3951
|
+
const S = be(y, {
|
3952
3952
|
markets: m
|
3953
|
-
}),
|
3954
|
-
return
|
3955
|
-
match:
|
3953
|
+
}), O = dn(S, d.root.customMatch, (I, [D, k]) => W(k));
|
3954
|
+
return T(C({}, d), {
|
3955
|
+
match: O
|
3956
3956
|
});
|
3957
3957
|
}
|
3958
3958
|
return d;
|
3959
3959
|
}).filter(Boolean);
|
3960
|
-
}, Sm = "
|
3960
|
+
}, Sm = "_buttonWrapper_100f2_1", Om = "_variant2_100f2_4", Am = "_variant3_100f2_4", Dm = "_desktop_100f2_18", Im = "_laptop_100f2_18", Rm = "_button_100f2_1", Bm = "_button_increase_100f2_47", jm = "_increase_100f2_1", Hm = "_button_pulseWithOverlay_100f2_50", Pm = "_button_pulse_100f2_50", Ym = "_pulse_100f2_1", Em = "_button_clone_100f2_58", Vm = "_cloneFade_100f2_1", Gm = "_logo_100f2_78", Fm = "_buttonInner_100f2_93", bt = {
|
3961
3961
|
buttonWrapper: Sm,
|
3962
3962
|
variant2: Om,
|
3963
3963
|
variant3: Am,
|
@@ -3991,7 +3991,7 @@ const sg = (t) => {
|
|
3991
3991
|
rules: t,
|
3992
3992
|
pauseAnimation: n
|
3993
3993
|
}) => {
|
3994
|
-
var i, _, u, c, p;
|
3994
|
+
var i, _, u, c, p, d, g;
|
3995
3995
|
const e = ((i = t == null ? void 0 : t.button) == null ? void 0 : i.animationName) === "pulseWithOverlay", o = ((_ = t == null ? void 0 : t.button) == null ? void 0 : _.animationName) === "increase", {
|
3996
3996
|
cloneAnimation: r,
|
3997
3997
|
pulseAnimation: s
|
@@ -4008,15 +4008,17 @@ const sg = (t) => {
|
|
4008
4008
|
[bt.button_clone]: r,
|
4009
4009
|
[bt.button_pulse]: s
|
4010
4010
|
}),
|
4011
|
-
style:
|
4011
|
+
style: T(C({}, t == null ? void 0 : t.button), {
|
4012
4012
|
animationName: l
|
4013
4013
|
}),
|
4014
4014
|
children: a("div", {
|
4015
4015
|
className: bt.buttonInner,
|
4016
|
-
children: [a("
|
4016
|
+
children: [!((p = t == null ? void 0 : t.logo) != null && p.hidden) && a("img", {
|
4017
4017
|
className: bt.logo,
|
4018
|
+
src: (d = t.logo) == null ? void 0 : d.imageSource,
|
4019
|
+
alt: "cover",
|
4018
4020
|
style: t == null ? void 0 : t.logo
|
4019
|
-
}), (
|
4021
|
+
}), (g = t == null ? void 0 : t.button) == null ? void 0 : g.children]
|
4020
4022
|
})
|
4021
4023
|
})
|
4022
4024
|
});
|
@@ -4031,15 +4033,15 @@ const sg = (t) => {
|
|
4031
4033
|
onClose: i,
|
4032
4034
|
onClick: _
|
4033
4035
|
}) => {
|
4034
|
-
var q, J, x,
|
4036
|
+
var q, J, x, w, $, M;
|
4035
4037
|
const u = K(null), c = Z(), p = Pt({
|
4036
4038
|
id: t,
|
4037
4039
|
targetRef: u
|
4038
4040
|
}), d = Dt(c, p), g = G(d);
|
4039
4041
|
It(d);
|
4040
|
-
const h = Nm(g, l, e), m = (
|
4042
|
+
const h = Nm(g, l, e), m = (b, N, L) => ({
|
4041
4043
|
text: a(qg, {
|
4042
|
-
isActive:
|
4044
|
+
isActive: N,
|
4043
4045
|
pauseAnimation: o
|
4044
4046
|
}),
|
4045
4047
|
matches: a(cm, {
|
@@ -4048,16 +4050,16 @@ const sg = (t) => {
|
|
4048
4050
|
matchesOneTwo: a(Mm, {
|
4049
4051
|
oddFormatter: s
|
4050
4052
|
})
|
4051
|
-
})[
|
4052
|
-
var
|
4053
|
-
return
|
4054
|
-
animationName: (
|
4055
|
-
animationDuration: ((
|
4053
|
+
})[b], y = h.filter(Boolean).map((b) => {
|
4054
|
+
var N, L;
|
4055
|
+
return T(C({}, b), {
|
4056
|
+
animationName: (N = b == null ? void 0 : b.root) == null ? void 0 : N.animationName,
|
4057
|
+
animationDuration: ((L = b == null ? void 0 : b.root) == null ? void 0 : L.animationDuration) || zm
|
4056
4058
|
});
|
4057
4059
|
}), {
|
4058
4060
|
animatedIdx: f,
|
4059
|
-
countOfTick:
|
4060
|
-
} = xm(
|
4061
|
+
countOfTick: S
|
4062
|
+
} = xm(y, o), O = G(y[f] || {}), I = (y == null ? void 0 : y.length) > 1, D = Ot(g.root, ...Tt), k = (q = O == null ? void 0 : O.root) != null && q.hasCustomBackground ? Vt((O == null ? void 0 : O.root) || {}, ...Tt) : Vt(g.root, ...Tt);
|
4061
4063
|
return a("div", {
|
4062
4064
|
ref: u,
|
4063
4065
|
className: A(ct.root, n == null ? void 0 : n.root, {
|
@@ -4079,15 +4081,15 @@ const sg = (t) => {
|
|
4079
4081
|
}), a("div", {
|
4080
4082
|
className: ct.promotion,
|
4081
4083
|
style: g.promotion,
|
4082
|
-
children: (
|
4084
|
+
children: (w = g.promotion) == null ? void 0 : w.children
|
4083
4085
|
}), a("a", {
|
4084
|
-
href: (
|
4086
|
+
href: ($ = g.root) == null ? void 0 : $.offer,
|
4085
4087
|
target: "_blank",
|
4086
4088
|
rel: "nofollow noopener noreferrer",
|
4087
4089
|
onClick: _,
|
4088
4090
|
children: [a("div", {
|
4089
4091
|
className: ct.background,
|
4090
|
-
style:
|
4092
|
+
style: k
|
4091
4093
|
}), a("div", {
|
4092
4094
|
className: ct.content,
|
4093
4095
|
children: [a("div", {
|
@@ -4102,26 +4104,27 @@ const sg = (t) => {
|
|
4102
4104
|
opacity: r && o ? 0 : 1,
|
4103
4105
|
transition: ".3s"
|
4104
4106
|
},
|
4105
|
-
children: (
|
4106
|
-
"data-active-slide": f ===
|
4107
|
+
children: (y || []).map((b, N) => a("div", {
|
4108
|
+
"data-active-slide": f === N,
|
4107
4109
|
className: ct.slide,
|
4108
|
-
style: I &&
|
4109
|
-
animationName: f ===
|
4110
|
-
animationDuration: `${
|
4110
|
+
style: I && S ? {
|
4111
|
+
animationName: f === N ? ct[b.animationName || "fade-in-out"] : "none",
|
4112
|
+
animationDuration: `${b.animationDuration}ms`
|
4111
4113
|
} : {
|
4112
|
-
opacity:
|
4114
|
+
opacity: N === 0 ? 1 : 0
|
4113
4115
|
},
|
4114
4116
|
children: a(Ht, {
|
4115
|
-
value:
|
4117
|
+
value: T(C({}, b), {
|
4116
4118
|
device: p
|
4117
4119
|
}),
|
4118
|
-
children: m(
|
4120
|
+
children: m(b.name, f === N)
|
4119
4121
|
})
|
4120
|
-
},
|
4122
|
+
}, N))
|
4121
4123
|
}), a("div", {
|
4122
4124
|
className: ct.right,
|
4123
|
-
children: [a("
|
4125
|
+
children: [a("img", {
|
4124
4126
|
className: ct.logo,
|
4127
|
+
src: (M = g.logo) == null ? void 0 : M.imageSource,
|
4125
4128
|
style: g.logo
|
4126
4129
|
}), a(Um, {
|
4127
4130
|
rules: g,
|
@@ -4148,11 +4151,11 @@ const sg = (t) => {
|
|
4148
4151
|
open: i1,
|
4149
4152
|
legalMore: l1
|
4150
4153
|
}, T0 = (t, n, e, o, r = $d) => {
|
4151
|
-
const s =
|
4154
|
+
const s = C({}, t);
|
4152
4155
|
return r.forEach((l) => {
|
4153
|
-
s[n] =
|
4154
|
-
[l]:
|
4155
|
-
[e]: typeof o == "function" ? o(
|
4156
|
+
s[n] = T(C({}, s[n]), {
|
4157
|
+
[l]: T(C({}, s[n][l]), {
|
4158
|
+
[e]: typeof o == "function" ? o(v(s, `${n}.${l}.${e}`)) : o
|
4156
4159
|
})
|
4157
4160
|
});
|
4158
4161
|
}), s;
|
@@ -4160,7 +4163,7 @@ const sg = (t) => {
|
|
4160
4163
|
const n = t == null ? void 0 : t.backgroundColor;
|
4161
4164
|
if (!n)
|
4162
4165
|
return t;
|
4163
|
-
const e =
|
4166
|
+
const e = T(C({}, t), {
|
4164
4167
|
color: n
|
4165
4168
|
});
|
4166
4169
|
return Ot(e, "backgroundColor");
|
@@ -4217,7 +4220,7 @@ const sg = (t) => {
|
|
4217
4220
|
children: e.button.children
|
4218
4221
|
}), a("div", {
|
4219
4222
|
className: Lt.backgroundLine,
|
4220
|
-
style:
|
4223
|
+
style: T(C({}, gn(e.line)), {
|
4221
4224
|
left: `calc(50% - ${(u = e.line) == null ? void 0 : u.left})`
|
4222
4225
|
}),
|
4223
4226
|
children: a(c1, {})
|
@@ -4244,7 +4247,7 @@ const sg = (t) => {
|
|
4244
4247
|
})
|
4245
4248
|
})]
|
4246
4249
|
});
|
4247
|
-
}, d1 = "_root_jijps_1", u1 = "_content_jijps_9", p1 = "_open_jijps_14", f1 = "_backgroundLine_jijps_18", g1 = "_link_jijps_24", m1 = "_button_jijps_30", h1 = "_logo_jijps_36",
|
4250
|
+
}, d1 = "_root_jijps_1", u1 = "_content_jijps_9", p1 = "_open_jijps_14", f1 = "_backgroundLine_jijps_18", g1 = "_link_jijps_24", m1 = "_button_jijps_30", h1 = "_logo_jijps_36", v1 = "_legal_jijps_42", y1 = "_legalText_jijps_60", b1 = "_legalStatic_jijps_72", $1 = "_legalMore_jijps_76", $t = {
|
4248
4251
|
root: d1,
|
4249
4252
|
content: u1,
|
4250
4253
|
open: p1,
|
@@ -4252,14 +4255,14 @@ const sg = (t) => {
|
|
4252
4255
|
link: g1,
|
4253
4256
|
button: m1,
|
4254
4257
|
logo: h1,
|
4255
|
-
legal:
|
4256
|
-
legalText:
|
4258
|
+
legal: v1,
|
4259
|
+
legalText: y1,
|
4257
4260
|
legalStatic: b1,
|
4258
4261
|
legalMore: $1
|
4259
4262
|
}, C1 = ({
|
4260
4263
|
onClick: t
|
4261
4264
|
}) => {
|
4262
|
-
var l, i, _, u, c, p, d, g, h, m,
|
4265
|
+
var l, i, _, u, c, p, d, g, h, m, y;
|
4263
4266
|
const n = Z(), e = G(n), [o, r] = Ce(), s = !!((l = e.legalInfoButton) != null && l.closeText && ((_ = (i = e.legalInfoButton) == null ? void 0 : i.closeText) == null ? void 0 : _.length) > 0);
|
4264
4267
|
return a("div", {
|
4265
4268
|
className: A($t.root, {
|
@@ -4305,7 +4308,7 @@ const sg = (t) => {
|
|
4305
4308
|
className: $t.legalMore,
|
4306
4309
|
style: e.legalInfoButton,
|
4307
4310
|
onClick: r,
|
4308
|
-
children: o ? (m = e.legalInfoButton) == null ? void 0 : m.openText : (
|
4311
|
+
children: o ? (m = e.legalInfoButton) == null ? void 0 : m.openText : (y = e.legalInfoButton) == null ? void 0 : y.closeText
|
4309
4312
|
})]
|
4310
4313
|
})]
|
4311
4314
|
});
|
@@ -4372,7 +4375,7 @@ const sg = (t) => {
|
|
4372
4375
|
id: t,
|
4373
4376
|
onClick: n
|
4374
4377
|
}, e) => {
|
4375
|
-
var c, p, d, g, h, m,
|
4378
|
+
var c, p, d, g, h, m, y, f, S, O, I;
|
4376
4379
|
const [o, r] = Ce(), s = K(null), l = Z(), i = Pt({
|
4377
4380
|
targetRef: s,
|
4378
4381
|
id: t
|
@@ -4410,7 +4413,7 @@ const sg = (t) => {
|
|
4410
4413
|
children: a(E, {
|
4411
4414
|
typography: (h = u.button) == null ? void 0 : h.typography,
|
4412
4415
|
accentTypography: (m = u.button) == null ? void 0 : m.accentTypography,
|
4413
|
-
children: (
|
4416
|
+
children: (y = u.button) == null ? void 0 : y.children
|
4414
4417
|
})
|
4415
4418
|
})]
|
4416
4419
|
})]
|
@@ -4424,10 +4427,10 @@ const sg = (t) => {
|
|
4424
4427
|
children: a("span", {
|
4425
4428
|
children: (f = u.legal) == null ? void 0 : f.children
|
4426
4429
|
})
|
4427
|
-
}), ((
|
4430
|
+
}), ((S = u == null ? void 0 : u.legal) == null ? void 0 : S.hasButton) && a("span", {
|
4428
4431
|
className: gt.legalButton,
|
4429
4432
|
onClick: r,
|
4430
|
-
children: o ? (
|
4433
|
+
children: o ? (O = u.legal) == null ? void 0 : O.buttonOpenText : (I = u.legal) == null ? void 0 : I.buttonHideText
|
4431
4434
|
})]
|
4432
4435
|
})]
|
4433
4436
|
});
|
@@ -4466,19 +4469,19 @@ const sg = (t) => {
|
|
4466
4469
|
increase: gh,
|
4467
4470
|
buttonContent: mh,
|
4468
4471
|
legalText: hh
|
4469
|
-
},
|
4472
|
+
}, vh = {
|
4470
4473
|
matches: "one_x_two",
|
4471
4474
|
matchesOneTwo: "one_two"
|
4472
|
-
}, Co = (t) => [
|
4475
|
+
}, Co = (t) => [vh[t]], yh = (t, n, e) => {
|
4473
4476
|
const o = (m) => {
|
4474
|
-
var
|
4475
|
-
return W(m == null ? void 0 : m.matchSlug) && ((
|
4477
|
+
var y;
|
4478
|
+
return W(m == null ? void 0 : m.matchSlug) && ((y = m == null ? void 0 : m.matchSlug) == null ? void 0 : y.length) > 0 || (m == null ? void 0 : m.isAuto);
|
4476
4479
|
}, r = (t == null ? void 0 : t.children) || [], s = r.filter((m) => {
|
4477
|
-
var
|
4478
|
-
return o((
|
4480
|
+
var y;
|
4481
|
+
return o((y = m == null ? void 0 : m.root) == null ? void 0 : y.targetMatch);
|
4479
4482
|
}).map((m) => {
|
4480
|
-
var
|
4481
|
-
return
|
4483
|
+
var y;
|
4484
|
+
return T(C({}, (y = m == null ? void 0 : m.root) == null ? void 0 : y.targetMatch), {
|
4482
4485
|
markets: Co(m.name)
|
4483
4486
|
});
|
4484
4487
|
}), l = s.find((m) => m.isAuto), i = Ge(s), _ = (s == null ? void 0 : s.length) > 0, {
|
@@ -4505,7 +4508,7 @@ const sg = (t) => {
|
|
4505
4508
|
dependsOn: "prediction",
|
4506
4509
|
apiHost: n,
|
4507
4510
|
pause: !l,
|
4508
|
-
match:
|
4511
|
+
match: T(C({}, e), {
|
4509
4512
|
markets: l == null ? void 0 : l.markets,
|
4510
4513
|
bookmaker: l == null ? void 0 : l.bookmaker
|
4511
4514
|
})
|
@@ -4514,21 +4517,21 @@ const sg = (t) => {
|
|
4514
4517
|
Ve(i, s) || c();
|
4515
4518
|
}, [s]);
|
4516
4519
|
const h = r.map((m) => {
|
4517
|
-
var
|
4518
|
-
if ("targetMatch" in ((
|
4519
|
-
const
|
4520
|
-
if (((
|
4521
|
-
return
|
4520
|
+
var y, f, S;
|
4521
|
+
if ("targetMatch" in ((y = m == null ? void 0 : m.root) != null ? y : {})) {
|
4522
|
+
const O = Co(m.name), I = (u || []).find((J) => J.slug === m.root.targetMatch.matchSlug);
|
4523
|
+
if (((S = (f = m == null ? void 0 : m.root) == null ? void 0 : f.targetMatch) == null ? void 0 : S.isAuto) && d)
|
4524
|
+
return T(C({}, m), {
|
4522
4525
|
match: be(d, {
|
4523
|
-
markets:
|
4526
|
+
markets: O
|
4524
4527
|
})
|
4525
4528
|
});
|
4526
4529
|
if (!I)
|
4527
4530
|
return;
|
4528
|
-
const
|
4529
|
-
markets:
|
4530
|
-
}), q = dn(
|
4531
|
-
return
|
4531
|
+
const k = be(I, {
|
4532
|
+
markets: O
|
4533
|
+
}), q = dn(k, m.root.customMatch, (J, [x, w]) => W(w));
|
4534
|
+
return T(C({}, m), {
|
4532
4535
|
match: q
|
4533
4536
|
});
|
4534
4537
|
}
|
@@ -4557,17 +4560,17 @@ const sg = (t) => {
|
|
4557
4560
|
device: n,
|
4558
4561
|
rootState: e
|
4559
4562
|
}) => {
|
4560
|
-
var f,
|
4561
|
-
const o = Z(), r = G(o), s = G(e), l =
|
4563
|
+
var f, S, O, I;
|
4564
|
+
const o = Z(), r = G(o), s = G(e), l = v(r, "match.sportSlug"), _ = v(r, "root.predictionLength", "full") === "full" ? v(r, "match.prediction.value") : v(r, "match.prediction.value_short") || v(r, "match.prediction.value"), u = T(C({}, Ot(r == null ? void 0 : r.root, ...Tt)), {
|
4562
4565
|
alignItems: jt((f = s.container) == null ? void 0 : f.align)
|
4563
4566
|
}), c = Nt(() => {
|
4564
|
-
var
|
4565
|
-
const D = (
|
4567
|
+
var k;
|
4568
|
+
const D = (k = {
|
4566
4569
|
desktop: 14,
|
4567
4570
|
tablet: 12
|
4568
|
-
}[n]) != null ?
|
4571
|
+
}[n]) != null ? k : 9;
|
4569
4572
|
return [r0.mobile].includes(n) && _.length > 35 ? D - 1 : D;
|
4570
|
-
}, [n, _]), p =
|
4573
|
+
}, [n, _]), p = v(r, "coef.backgroundColor", "#fff"), d = Number(v(r, "match.prediction.factor", 0)).toFixed(2), g = +v(o, "root.bonusValue", 0), h = +d, m = h === 0, y = me(m ? v(r, "text.fallbackChildren") : (S = r == null ? void 0 : r.text) == null ? void 0 : S.children, {
|
4571
4574
|
bonusValue: g,
|
4572
4575
|
clearResult: (g * h - g).toFixed(0),
|
4573
4576
|
rawResult: (g * h).toFixed(0),
|
@@ -4585,31 +4588,31 @@ const sg = (t) => {
|
|
4585
4588
|
style: r == null ? void 0 : r.teamLogo,
|
4586
4589
|
children: a(wt, {
|
4587
4590
|
className: Ct.teamLogoInside,
|
4588
|
-
src: Qt(
|
4591
|
+
src: Qt(v(r, "match.teams[0].logo"), [120, 120]),
|
4589
4592
|
sportSlug: l,
|
4590
|
-
country:
|
4593
|
+
country: v(r, "match.teams[0].country")
|
4591
4594
|
})
|
4592
4595
|
}), a("div", {
|
4593
4596
|
className: Ct.teamLogo,
|
4594
4597
|
style: r == null ? void 0 : r.teamLogo,
|
4595
4598
|
children: a(wt, {
|
4596
4599
|
className: Ct.teamLogoInside,
|
4597
|
-
src: Qt(
|
4600
|
+
src: Qt(v(r, "match.teams[1].logo"), [120, 120]),
|
4598
4601
|
sportSlug: l,
|
4599
|
-
country:
|
4602
|
+
country: v(r, "match.teams[1].country")
|
4600
4603
|
})
|
4601
4604
|
})]
|
4602
4605
|
}), a("div", {
|
4603
4606
|
className: Ct.teams,
|
4604
4607
|
style: r == null ? void 0 : r.teamName,
|
4605
4608
|
children: [a("span", {
|
4606
|
-
children: a(kt,
|
4609
|
+
children: a(kt, T(C({}, v(r, "match.teams[0]")), {
|
4607
4610
|
fallback: "Team A"
|
4608
4611
|
}))
|
4609
4612
|
}), a("span", {
|
4610
4613
|
children: "—"
|
4611
4614
|
}), a("span", {
|
4612
|
-
children: a(kt,
|
4615
|
+
children: a(kt, T(C({}, v(r, "match.teams[1]")), {
|
4613
4616
|
fallback: "Team B"
|
4614
4617
|
}))
|
4615
4618
|
})]
|
@@ -4620,7 +4623,7 @@ const sg = (t) => {
|
|
4620
4623
|
},
|
4621
4624
|
children: [a("div", {
|
4622
4625
|
className: Ct.oddLabel,
|
4623
|
-
style:
|
4626
|
+
style: T(C({}, r == null ? void 0 : r.coefLabel), {
|
4624
4627
|
fontSize: c,
|
4625
4628
|
lineHeight: `${c}px`
|
4626
4629
|
}),
|
@@ -4636,9 +4639,9 @@ const sg = (t) => {
|
|
4636
4639
|
}), a(E, {
|
4637
4640
|
className: Ct.text,
|
4638
4641
|
style: r == null ? void 0 : r.text,
|
4639
|
-
typography: (
|
4642
|
+
typography: (O = r == null ? void 0 : r.text) == null ? void 0 : O.typography,
|
4640
4643
|
accentTypography: (I = r == null ? void 0 : r.text) == null ? void 0 : I.accentTypography,
|
4641
|
-
children:
|
4644
|
+
children: y
|
4642
4645
|
})]
|
4643
4646
|
});
|
4644
4647
|
}, Dh = "_root_ncevm_2", Ih = "_textContainer_ncevm_8", Rh = "_textContainer_animation_ncevm_23", Bh = "_textPulse_ncevm_1", jh = "_textContainer_invertColor_ncevm_26", Hh = "_boxContainer_ncevm_33", Ph = "_boxContainer_center_ncevm_37", Yh = "_box_ncevm_33", Eh = "_boxContainer_right_ncevm_50", Vh = "_desktop_ncevm_69", Gh = "_tablet_ncevm_72", Fh = "_w1440_ncevm_72", Wh = "_laptop_ncevm_75", Uh = "_w480_ncevm_75", zh = "_w375_ncevm_75", qh = "_w400_ncevm_75", Kh = "_mobile_ncevm_75", Zh = "_fadeIn_ncevm_1", it = {
|
@@ -4784,11 +4787,11 @@ const sg = (t) => {
|
|
4784
4787
|
animationVariant1: e,
|
4785
4788
|
pauseAnimation: o
|
4786
4789
|
}) => {
|
4787
|
-
var u, c, p, d, g, h, m,
|
4790
|
+
var u, c, p, d, g, h, m, y, f, S;
|
4788
4791
|
const r = Gt({
|
4789
4792
|
pause: !e,
|
4790
4793
|
duration: _t.actionDisplayDuration,
|
4791
|
-
delay: (
|
4794
|
+
delay: (O) => O === 0 ? 0 : _t.textDisplayDuration
|
4792
4795
|
}), s = Gt({
|
4793
4796
|
pause: r || !e,
|
4794
4797
|
duration: 2e3,
|
@@ -4821,7 +4824,7 @@ const sg = (t) => {
|
|
4821
4824
|
prefix: "one",
|
4822
4825
|
pause: o
|
4823
4826
|
})
|
4824
|
-
}), Jh.includes(n) && a(
|
4827
|
+
}), Jh.includes(n) && a(ve, {
|
4825
4828
|
children: [a("div", {
|
4826
4829
|
className: it.box,
|
4827
4830
|
children: a(Ke, {
|
@@ -4841,7 +4844,7 @@ const sg = (t) => {
|
|
4841
4844
|
[it.textContainer_animation]: !r && e,
|
4842
4845
|
[it.textContainer_invertColor]: s
|
4843
4846
|
}),
|
4844
|
-
style:
|
4847
|
+
style: T(C({}, t == null ? void 0 : t.text), {
|
4845
4848
|
animationDuration: `${_t.textDisplayDuration}ms, ${_t.inverseTextAnimationDuration}ms`,
|
4846
4849
|
animationIterationCount: `1, ${_t.countTextInversePulses}`,
|
4847
4850
|
animationDelay: `0s, ${_t.inverseTextAnimationDelay}ms`,
|
@@ -4849,11 +4852,11 @@ const sg = (t) => {
|
|
4849
4852
|
alignItems: jt(_),
|
4850
4853
|
transformOrigin: _
|
4851
4854
|
}),
|
4852
|
-
typography:
|
4853
|
-
textAlign: (
|
4855
|
+
typography: T(C({}, (m = (h = t == null ? void 0 : t.text) == null ? void 0 : h.typography) != null ? m : {}), {
|
4856
|
+
textAlign: (y = t == null ? void 0 : t.container) == null ? void 0 : y.align
|
4854
4857
|
}),
|
4855
4858
|
accentTypography: (f = t == null ? void 0 : t.text) == null ? void 0 : f.accentTypography,
|
4856
|
-
children: (
|
4859
|
+
children: (S = t == null ? void 0 : t.text) == null ? void 0 : S.children
|
4857
4860
|
})
|
4858
4861
|
});
|
4859
4862
|
}, Qh = "_bonus_934sf_1", t0 = "_isColumn_934sf_13", e0 = "_button_934sf_27", n0 = "_logo_934sf_34", Le = {
|
@@ -4874,7 +4877,7 @@ const sg = (t) => {
|
|
4874
4877
|
logo: Le.logo
|
4875
4878
|
},
|
4876
4879
|
onClick: n
|
4877
|
-
}), en =
|
4880
|
+
}), en = T(C({}, qt), {
|
4878
4881
|
w375: 375,
|
4879
4882
|
w400: 400,
|
4880
4883
|
w480: 480,
|
@@ -4908,7 +4911,7 @@ const sg = (t) => {
|
|
4908
4911
|
onClose: _,
|
4909
4912
|
onClick: u
|
4910
4913
|
}) => {
|
4911
|
-
var
|
4914
|
+
var w, $, M, b, N, L, R, H, j, P, lt, ot, rt, pt, vt, X, ft, Yt, Rt, ie, le, ce, _e, de;
|
4912
4915
|
const c = K(null), p = Z(), d = Pt({
|
4913
4916
|
targetRef: c,
|
4914
4917
|
id: t,
|
@@ -4916,28 +4919,28 @@ const sg = (t) => {
|
|
4916
4919
|
}), g = Dt(p, d, en), {
|
4917
4920
|
resultChildren: h,
|
4918
4921
|
fetching: m
|
4919
|
-
} =
|
4922
|
+
} = yh(g, e, r), y = ($ = (w = g == null ? void 0 : g.children) == null ? void 0 : w.some(({
|
4920
4923
|
name: dt
|
4921
|
-
}) => dt === "match")) != null ?
|
4922
|
-
g && (Wt(g, "button.percent_width", (
|
4923
|
-
const f = G(g),
|
4924
|
+
}) => dt === "match")) != null ? $ : !1;
|
4925
|
+
g && (Wt(g, "button.percent_width", (M = g == null ? void 0 : g.button) == null ? void 0 : M.width), Wt(g, "artifact.percent_right", (b = g == null ? void 0 : g.artifact) == null ? void 0 : b.right));
|
4926
|
+
const f = G(g), S = !!((N = f == null ? void 0 : f.legal) != null && N.children) && !((L = f == null ? void 0 : f.legal) != null && L.hidden);
|
4924
4927
|
It(g);
|
4925
|
-
const
|
4926
|
-
pause:
|
4928
|
+
const O = (H = (R = f == null ? void 0 : f.root) == null ? void 0 : R.animation) != null ? H : "none", I = Gt({
|
4929
|
+
pause: O !== "variant1",
|
4927
4930
|
duration: _t.badgePulseDuration,
|
4928
4931
|
delay: (dt) => dt === 0 ? _t.actionDisplayDuration : dt % _t.countPulses ? _t.badgePulseGap : _t.badgePulseDuration + _t.actionDisplayDuration
|
4929
4932
|
}), D = Gt({
|
4930
|
-
pause:
|
4933
|
+
pause: O === "none",
|
4931
4934
|
duration: _t.buttonPulseDuration,
|
4932
|
-
delay: (dt) => s0(
|
4933
|
-
}),
|
4935
|
+
delay: (dt) => s0(O, dt)
|
4936
|
+
}), k = T(C({}, f == null ? void 0 : f.container), {
|
4934
4937
|
alignItems: jt((j = f == null ? void 0 : f.container) == null ? void 0 : j.align)
|
4935
4938
|
}), q = !!(h != null && h.some((dt) => dt.name === "bonus")), J = (dt) => ({
|
4936
4939
|
match: a(Ah, {
|
4937
4940
|
oddFormatter: o,
|
4938
4941
|
device: d,
|
4939
4942
|
rootState: g,
|
4940
|
-
animationVariant:
|
4943
|
+
animationVariant: O
|
4941
4944
|
}),
|
4942
4945
|
bonus: a(o0, {
|
4943
4946
|
device: d,
|
@@ -4948,24 +4951,24 @@ const sg = (t) => {
|
|
4948
4951
|
z(() => {
|
4949
4952
|
l && l(p);
|
4950
4953
|
}, []), z(() => {
|
4951
|
-
g && (i &&
|
4954
|
+
g && (i && y && !m && (h != null && h.length) ? i({
|
4952
4955
|
readyPayload: s,
|
4953
|
-
willWithMatches:
|
4954
|
-
}) : i && !
|
4956
|
+
willWithMatches: y
|
4957
|
+
}) : i && !y && (i == null || i({
|
4955
4958
|
readyPayload: s,
|
4956
|
-
willWithMatches:
|
4959
|
+
willWithMatches: y
|
4957
4960
|
})));
|
4958
|
-
}, [h, m,
|
4961
|
+
}, [h, m, y]);
|
4959
4962
|
const x = _n(f == null ? void 0 : f.title) && "hidden" in (f == null ? void 0 : f.title) ? (P = f == null ? void 0 : f.title) == null ? void 0 : P.hidden : !0;
|
4960
4963
|
return a("div", {
|
4961
4964
|
className: A(Y.root, Y[d], {
|
4962
|
-
[Y.withoutLegal]: !
|
4965
|
+
[Y.withoutLegal]: !S,
|
4963
4966
|
[Y.isBonuses]: q,
|
4964
4967
|
[Y.isColumn]: tn.includes(d)
|
4965
4968
|
}),
|
4966
4969
|
children: [a("div", {
|
4967
4970
|
className: Y.close,
|
4968
|
-
style:
|
4971
|
+
style: T(C({}, f == null ? void 0 : f.close), {
|
4969
4972
|
borderTopRightRadius: (lt = f == null ? void 0 : f.container) == null ? void 0 : lt.corner
|
4970
4973
|
}),
|
4971
4974
|
onClick: () => _(),
|
@@ -4982,8 +4985,8 @@ const sg = (t) => {
|
|
4982
4985
|
ref: c,
|
4983
4986
|
children: [a("div", {
|
4984
4987
|
className: A(Y.badge, {
|
4985
|
-
[Y.badge_center]: (
|
4986
|
-
[Y.badge_right]: (
|
4988
|
+
[Y.badge_center]: (k == null ? void 0 : k.align) === "center",
|
4989
|
+
[Y.badge_right]: (k == null ? void 0 : k.align) === "right"
|
4987
4990
|
}),
|
4988
4991
|
style: f == null ? void 0 : f.badge,
|
4989
4992
|
children: a("div", {
|
@@ -4995,17 +4998,17 @@ const sg = (t) => {
|
|
4995
4998
|
style: f == null ? void 0 : f.artifact
|
4996
4999
|
}), a("div", {
|
4997
5000
|
className: Y.container,
|
4998
|
-
style:
|
5001
|
+
style: k,
|
4999
5002
|
children: [a("div", {
|
5000
5003
|
className: Y.badgeCopyWrapper,
|
5001
5004
|
style: {
|
5002
|
-
borderRadius:
|
5005
|
+
borderRadius: k == null ? void 0 : k.borderRadius
|
5003
5006
|
},
|
5004
5007
|
children: a("div", {
|
5005
5008
|
className: A(Y.badgeCopy, Y.badge, {
|
5006
5009
|
[Y.badgeCopy_animated]: I,
|
5007
|
-
[Y.badgeCopy_center]: (
|
5008
|
-
[Y.badgeCopy_right]: (
|
5010
|
+
[Y.badgeCopy_center]: (k == null ? void 0 : k.align) === "center",
|
5011
|
+
[Y.badgeCopy_right]: (k == null ? void 0 : k.align) === "right"
|
5009
5012
|
}),
|
5010
5013
|
style: f == null ? void 0 : f.badge
|
5011
5014
|
})
|
@@ -5013,14 +5016,14 @@ const sg = (t) => {
|
|
5013
5016
|
className: Y.title,
|
5014
5017
|
children: a(E, {
|
5015
5018
|
typography: f == null ? void 0 : f.title,
|
5016
|
-
children: (
|
5019
|
+
children: (vt = f == null ? void 0 : f.title) == null ? void 0 : vt.children
|
5017
5020
|
})
|
5018
5021
|
}), (((ft = (X = f == null ? void 0 : f.text) == null ? void 0 : X.children) == null ? void 0 : ft.length) === 0 || ((Yt = f == null ? void 0 : f.text) == null ? void 0 : Yt.hidden)) && a("div", {
|
5019
5022
|
className: A(Y.containerInner, {
|
5020
5023
|
[Y.containerBonuses]: q
|
5021
5024
|
}),
|
5022
5025
|
children: (h || []).map((dt) => a(Ht, {
|
5023
|
-
value:
|
5026
|
+
value: T(C({}, dt), {
|
5024
5027
|
device: d
|
5025
5028
|
}),
|
5026
5029
|
children: J(dt.name)
|
@@ -5029,7 +5032,7 @@ const sg = (t) => {
|
|
5029
5032
|
rules: f,
|
5030
5033
|
pauseAnimation: n,
|
5031
5034
|
device: d,
|
5032
|
-
animationVariant1:
|
5035
|
+
animationVariant1: O === "variant1"
|
5033
5036
|
}), a("div", {
|
5034
5037
|
className: A(Y.button, {
|
5035
5038
|
[Y.button_increase]: D
|
@@ -5098,13 +5101,13 @@ const sg = (t) => {
|
|
5098
5101
|
export {
|
5099
5102
|
w0 as BonusCard,
|
5100
5103
|
x0 as BonusVoting,
|
5101
|
-
|
5104
|
+
y0 as ComplexGift,
|
5102
5105
|
$0 as ComplexPopup,
|
5103
5106
|
M0 as ContentCards,
|
5104
5107
|
C0 as ExpressPopup,
|
5105
5108
|
N0 as RatingBanner,
|
5106
5109
|
L0 as SheetCard,
|
5107
|
-
|
5110
|
+
v0 as SimpleGift,
|
5108
5111
|
b0 as SimplePopup,
|
5109
5112
|
k0 as WideCard,
|
5110
5113
|
gn as backgroundToColor,
|