livevegas-ui-kit 1.0.198 → 1.0.200
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/components/Button/index.d.ts +6 -2
- package/dist/components/History/AllHistory/index.d.ts +2 -1
- package/dist/components/History/helpers.d.ts +1 -1
- package/dist/components/ToastMessages/index.d.ts +1 -1
- package/dist/livevegas-ui-kit.es.js +285 -272
- package/dist/livevegas-ui-kit.umd.js +62 -62
- package/dist/utils/helpers.d.ts +1 -0
- package/package.json +1 -1
|
@@ -125,13 +125,13 @@ function ss() {
|
|
|
125
125
|
}
|
|
126
126
|
return null;
|
|
127
127
|
}
|
|
128
|
-
var Y = Object.assign,
|
|
128
|
+
var Y = Object.assign, ie = 0, ee, Q, oe, te, ce, V, q;
|
|
129
129
|
function he() {
|
|
130
130
|
}
|
|
131
131
|
he.__reactDisabledLog = !0;
|
|
132
132
|
function ge() {
|
|
133
133
|
{
|
|
134
|
-
if (
|
|
134
|
+
if (ie === 0) {
|
|
135
135
|
ee = console.log, Q = console.info, oe = console.warn, te = console.error, ce = console.group, V = console.groupCollapsed, q = console.groupEnd;
|
|
136
136
|
var u = {
|
|
137
137
|
configurable: !0,
|
|
@@ -149,12 +149,12 @@ function ss() {
|
|
|
149
149
|
groupEnd: u
|
|
150
150
|
});
|
|
151
151
|
}
|
|
152
|
-
|
|
152
|
+
ie++;
|
|
153
153
|
}
|
|
154
154
|
}
|
|
155
155
|
function G() {
|
|
156
156
|
{
|
|
157
|
-
if (
|
|
157
|
+
if (ie--, ie === 0) {
|
|
158
158
|
var u = {
|
|
159
159
|
configurable: !0,
|
|
160
160
|
enumerable: !0,
|
|
@@ -184,7 +184,7 @@ function ss() {
|
|
|
184
184
|
})
|
|
185
185
|
});
|
|
186
186
|
}
|
|
187
|
-
|
|
187
|
+
ie < 0 && w("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
|
|
188
188
|
}
|
|
189
189
|
}
|
|
190
190
|
var be = v.ReactCurrentDispatcher, Ce;
|
|
@@ -256,18 +256,18 @@ function ss() {
|
|
|
256
256
|
if (xe && T && typeof xe.stack == "string") {
|
|
257
257
|
for (var H = xe.stack.split(`
|
|
258
258
|
`), fe = T.stack.split(`
|
|
259
|
-
`), ae = H.length - 1,
|
|
260
|
-
|
|
261
|
-
for (; ae >= 1 &&
|
|
262
|
-
if (H[ae] !== fe[
|
|
263
|
-
if (ae !== 1 ||
|
|
259
|
+
`), ae = H.length - 1, re = fe.length - 1; ae >= 1 && re >= 0 && H[ae] !== fe[re]; )
|
|
260
|
+
re--;
|
|
261
|
+
for (; ae >= 1 && re >= 0; ae--, re--)
|
|
262
|
+
if (H[ae] !== fe[re]) {
|
|
263
|
+
if (ae !== 1 || re !== 1)
|
|
264
264
|
do
|
|
265
|
-
if (ae--,
|
|
265
|
+
if (ae--, re--, re < 0 || H[ae] !== fe[re]) {
|
|
266
266
|
var Ae = `
|
|
267
267
|
` + H[ae].replace(" at new ", " at ");
|
|
268
268
|
return u.displayName && Ae.includes("<anonymous>") && (Ae = Ae.replace("<anonymous>", u.displayName)), typeof u == "function" && Be.set(u, Ae), Ae;
|
|
269
269
|
}
|
|
270
|
-
while (ae >= 1 &&
|
|
270
|
+
while (ae >= 1 && re >= 0);
|
|
271
271
|
break;
|
|
272
272
|
}
|
|
273
273
|
}
|
|
@@ -452,8 +452,8 @@ function ss() {
|
|
|
452
452
|
R[Z] === void 0 && (R[Z] = ae[Z]);
|
|
453
453
|
}
|
|
454
454
|
if (H || fe) {
|
|
455
|
-
var
|
|
456
|
-
H && Er(R,
|
|
455
|
+
var re = typeof u == "function" ? u.displayName || u.name || "Unknown" : u;
|
|
456
|
+
H && Er(R, re), fe && Gr(R, re);
|
|
457
457
|
}
|
|
458
458
|
return Ur(u, H, fe, U, T, cn.current, R);
|
|
459
459
|
}
|
|
@@ -580,9 +580,9 @@ Check the top-level render call using <` + k + ">.");
|
|
|
580
580
|
var ae;
|
|
581
581
|
u === null ? ae = "null" : ha(u) ? ae = "array" : u !== void 0 && u.$$typeof === t ? (ae = "<" + (X(u.type) || "Unknown") + " />", H = " Did you accidentally export a JSX literal instead of a component?") : ae = typeof u, w("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", ae, H);
|
|
582
582
|
}
|
|
583
|
-
var
|
|
584
|
-
if (
|
|
585
|
-
return
|
|
583
|
+
var re = Kr(u, C, k, U, Z);
|
|
584
|
+
if (re == null)
|
|
585
|
+
return re;
|
|
586
586
|
if (R) {
|
|
587
587
|
var Ae = C.children;
|
|
588
588
|
if (Ae !== void 0)
|
|
@@ -610,7 +610,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
610
610
|
<%s key={someKey} {...props} />`, ma, Me, es, Me), bn[Me + ma] = !0;
|
|
611
611
|
}
|
|
612
612
|
}
|
|
613
|
-
return u === i ? Xr(
|
|
613
|
+
return u === i ? Xr(re) : Zr(re), re;
|
|
614
614
|
}
|
|
615
615
|
}
|
|
616
616
|
function Qr(u, C, k) {
|
|
@@ -843,7 +843,7 @@ function An(e, t) {
|
|
|
843
843
|
return !ze(n, t);
|
|
844
844
|
});
|
|
845
845
|
}
|
|
846
|
-
var na = 1, at = 1, Bi = 0, je = 0,
|
|
846
|
+
var na = 1, at = 1, Bi = 0, je = 0, se = 0, st = "";
|
|
847
847
|
function ia(e, t, n, i, r, s, o, l) {
|
|
848
848
|
return { value: e, root: t, parent: n, type: i, props: r, children: s, line: na, column: at, length: o, return: "", siblings: l };
|
|
849
849
|
}
|
|
@@ -856,13 +856,13 @@ function Qe(e) {
|
|
|
856
856
|
mt(e, e.siblings);
|
|
857
857
|
}
|
|
858
858
|
function Ls() {
|
|
859
|
-
return
|
|
859
|
+
return se;
|
|
860
860
|
}
|
|
861
861
|
function Ns() {
|
|
862
|
-
return
|
|
862
|
+
return se = je > 0 ? de(st, --je) : 0, at--, se === 10 && (at = 1, na--), se;
|
|
863
863
|
}
|
|
864
864
|
function Ie() {
|
|
865
|
-
return
|
|
865
|
+
return se = je < Bi ? de(st, je++) : 0, at++, se === 10 && (at = 1, na++), se;
|
|
866
866
|
}
|
|
867
867
|
function Ee() {
|
|
868
868
|
return de(st, je);
|
|
@@ -915,23 +915,23 @@ function ga(e) {
|
|
|
915
915
|
return Si(ra(je - 1, Na(e === 91 ? e + 2 : e === 40 ? e + 1 : e)));
|
|
916
916
|
}
|
|
917
917
|
function Fs(e) {
|
|
918
|
-
for (; (
|
|
918
|
+
for (; (se = Ee()) && se < 33; )
|
|
919
919
|
Ie();
|
|
920
|
-
return La(e) > 2 || La(
|
|
920
|
+
return La(e) > 2 || La(se) > 3 ? "" : " ";
|
|
921
921
|
}
|
|
922
922
|
function Ds(e, t) {
|
|
923
|
-
for (; --t && Ie() && !(
|
|
923
|
+
for (; --t && Ie() && !(se < 48 || se > 102 || se > 57 && se < 65 || se > 70 && se < 97); )
|
|
924
924
|
;
|
|
925
925
|
return ra(e, Vt() + (t < 6 && Ee() == 32 && Ie() == 32));
|
|
926
926
|
}
|
|
927
927
|
function Na(e) {
|
|
928
928
|
for (; Ie(); )
|
|
929
|
-
switch (
|
|
929
|
+
switch (se) {
|
|
930
930
|
case e:
|
|
931
931
|
return je;
|
|
932
932
|
case 34:
|
|
933
933
|
case 39:
|
|
934
|
-
e !== 34 && e !== 39 && Na(
|
|
934
|
+
e !== 34 && e !== 39 && Na(se);
|
|
935
935
|
break;
|
|
936
936
|
case 40:
|
|
937
937
|
e === 41 && Na(e);
|
|
@@ -943,8 +943,8 @@ function Na(e) {
|
|
|
943
943
|
return je;
|
|
944
944
|
}
|
|
945
945
|
function Hs(e, t) {
|
|
946
|
-
for (; Ie() && e +
|
|
947
|
-
if (e +
|
|
946
|
+
for (; Ie() && e + se !== 57; )
|
|
947
|
+
if (e + se === 84 && Ee() === 47)
|
|
948
948
|
break;
|
|
949
949
|
return "/*" + ra(t, je - 1) + "*" + Ya(e === 47 ? e : Ie());
|
|
950
950
|
}
|
|
@@ -1774,9 +1774,9 @@ function Bo(e, t, n) {
|
|
|
1774
1774
|
var v = new Io(n, g, i ? r.componentStyle : void 0);
|
|
1775
1775
|
function w(S, I) {
|
|
1776
1776
|
return function(B, A, F) {
|
|
1777
|
-
var N = B.attrs, M = B.componentStyle, $ = B.defaultProps, _ = B.foldedComponentIds, X = B.styledComponentId, Y = B.target,
|
|
1777
|
+
var N = B.attrs, M = B.componentStyle, $ = B.defaultProps, _ = B.foldedComponentIds, X = B.styledComponentId, Y = B.target, ie = Ke.useContext(Yi), ee = Dn(), Q = B.shouldForwardProp || ee.shouldForwardProp;
|
|
1778
1778
|
process.env.NODE_ENV !== "production" && xn(X);
|
|
1779
|
-
var oe = qs(A,
|
|
1779
|
+
var oe = qs(A, ie, $) || nt, te = function(G, be, Ce) {
|
|
1780
1780
|
for (var ye, ue = we(we({}, be), { className: void 0, theme: Ce }), Be = 0; Be < G.length; Be += 1) {
|
|
1781
1781
|
var De = it(ye = G[Be]) ? ye(ue) : ye;
|
|
1782
1782
|
for (var P in De) ue[P] = P === "className" ? We(ue[P], De[P]) : P === "style" ? we(we({}, ue[P]), De[P]) : De[P];
|
|
@@ -1980,6 +1980,8 @@ const Lo = {
|
|
|
1980
1980
|
508: "Player Invalid State",
|
|
1981
1981
|
525: "Bet Is Not Accepted",
|
|
1982
1982
|
999: "Something went wrong"
|
|
1983
|
+
}, zo = {
|
|
1984
|
+
1: "Your bet is out of Limits"
|
|
1983
1985
|
};
|
|
1984
1986
|
var Oe = /* @__PURE__ */ ((e) => (e[e.Money = 1] = "Money", e[e.Cashback = 2] = "Cashback", e[e.Rakeback = 3] = "Rakeback", e[e.FreeSpin = 4] = "FreeSpin", e[e.Tournament = 5] = "Tournament", e))(Oe || {});
|
|
1985
1987
|
function Ra(e) {
|
|
@@ -2063,7 +2065,7 @@ function Ra(e) {
|
|
|
2063
2065
|
ZMW: "ZK"
|
|
2064
2066
|
}[e] || e;
|
|
2065
2067
|
}
|
|
2066
|
-
var _a = /* @__PURE__ */ ((e) => (e[e.BetConstruct = 2] = "BetConstruct", e[e.PokerDom = 32] = "PokerDom", e[e.Test = 49] = "Test", e[e.BetArabia = 67] = "BetArabia", e[e.Betrupi = 69] = "Betrupi", e[e.Galabet = 155] = "Galabet", e[e.Lynon = 156] = "Lynon", e[e.Demo = 160] = "Demo", e[e.HiltonBet = 204] = "HiltonBet", e))(_a || {}),
|
|
2068
|
+
var _a = /* @__PURE__ */ ((e) => (e[e.BetConstruct = 2] = "BetConstruct", e[e.PokerDom = 32] = "PokerDom", e[e.Test = 49] = "Test", e[e.BetArabia = 67] = "BetArabia", e[e.Betrupi = 69] = "Betrupi", e[e.Galabet = 155] = "Galabet", e[e.Lynon = 156] = "Lynon", e[e.Demo = 160] = "Demo", e[e.HiltonBet = 204] = "HiltonBet", e))(_a || {}), ne = /* @__PURE__ */ ((e) => (e[e.TEXAS = 3] = "TEXAS", e[e.ROULETTE = 2] = "ROULETTE", e[e.BLACKJACK = 8] = "BLACKJACK", e))(ne || {});
|
|
2067
2069
|
const s6 = ({ balance: e, bet: t, currencyId: n }) => {
|
|
2068
2070
|
const { t: i } = W();
|
|
2069
2071
|
return /* @__PURE__ */ a.jsxs(To, { children: [
|
|
@@ -2137,13 +2139,13 @@ const s6 = ({ balance: e, bet: t, currencyId: n }) => {
|
|
|
2137
2139
|
info: "top: -4px; right: 45px",
|
|
2138
2140
|
icon: "top: 8px; right: -14px"
|
|
2139
2141
|
}
|
|
2140
|
-
},
|
|
2142
|
+
}, Fo = (e, t) => e ? "#111111CC" : t ? "#C5F5FA" : "#2d2d2d6b", Do = m.button`
|
|
2141
2143
|
width: ${({ width: e }) => e}px;
|
|
2142
2144
|
height: ${({ height: e }) => e}px;
|
|
2143
2145
|
display: flex;
|
|
2144
2146
|
align-items: center;
|
|
2145
2147
|
justify-content: center;
|
|
2146
|
-
background-color: ${({ $isActive: e, $isActiveBlue: t }) =>
|
|
2148
|
+
background-color: ${({ $isActive: e, $isActiveBlue: t }) => Fo(e, t)};
|
|
2147
2149
|
border-radius: 8px;
|
|
2148
2150
|
position: relative;
|
|
2149
2151
|
padding: 6px;
|
|
@@ -2162,7 +2164,7 @@ const s6 = ({ balance: e, bet: t, currencyId: n }) => {
|
|
|
2162
2164
|
&:hover {
|
|
2163
2165
|
background-color: ${({ $isValueButton: e, $isHoverActive: t }) => t ? e ? "#111111" : "rgba(17, 17, 17, 0.8)" : ""};
|
|
2164
2166
|
}
|
|
2165
|
-
`,
|
|
2167
|
+
`, Ho = m.div`
|
|
2166
2168
|
min-width: 71px;
|
|
2167
2169
|
min-height: 36px;
|
|
2168
2170
|
border-radius: 8px;
|
|
@@ -2187,14 +2189,14 @@ const s6 = ({ balance: e, bet: t, currencyId: n }) => {
|
|
|
2187
2189
|
position: absolute;
|
|
2188
2190
|
${({ $positonHover: e }) => En[e].icon};
|
|
2189
2191
|
}
|
|
2190
|
-
`,
|
|
2192
|
+
`, Oo = m.div``, Mo = {
|
|
2191
2193
|
bottom: "0deg",
|
|
2192
2194
|
left: "-90deg",
|
|
2193
2195
|
right: "90deg",
|
|
2194
2196
|
top: "180deg",
|
|
2195
2197
|
"bottom-left": "0deg",
|
|
2196
2198
|
"top-left": "180deg"
|
|
2197
|
-
},
|
|
2199
|
+
}, Ro = ({ position: e }) => /* @__PURE__ */ a.jsx(
|
|
2198
2200
|
"svg",
|
|
2199
2201
|
{
|
|
2200
2202
|
className: "icon-info",
|
|
@@ -2204,11 +2206,11 @@ const s6 = ({ balance: e, bet: t, currencyId: n }) => {
|
|
|
2204
2206
|
fill: "none",
|
|
2205
2207
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2206
2208
|
style: {
|
|
2207
|
-
rotate:
|
|
2209
|
+
rotate: Mo[e]
|
|
2208
2210
|
},
|
|
2209
2211
|
children: /* @__PURE__ */ a.jsx("path", { d: "M0 6.39844H12L6 0.398438L0 6.39844Z", fill: "#111111" })
|
|
2210
2212
|
}
|
|
2211
|
-
),
|
|
2213
|
+
), Wo = m.div`
|
|
2212
2214
|
z-index: 30;
|
|
2213
2215
|
width: 100%;
|
|
2214
2216
|
display: flex;
|
|
@@ -2227,7 +2229,7 @@ const s6 = ({ balance: e, bet: t, currencyId: n }) => {
|
|
|
2227
2229
|
p {
|
|
2228
2230
|
color: rgba(255, 255, 255, 0.6);
|
|
2229
2231
|
}
|
|
2230
|
-
`,
|
|
2232
|
+
`, Vo = m.input.attrs({ type: "range" })`
|
|
2231
2233
|
width: 100px;
|
|
2232
2234
|
height: 6px;
|
|
2233
2235
|
accent-color: #aef;
|
|
@@ -2240,10 +2242,10 @@ const s6 = ({ balance: e, bet: t, currencyId: n }) => {
|
|
|
2240
2242
|
setVolume: i
|
|
2241
2243
|
}) => {
|
|
2242
2244
|
const { t: r } = W();
|
|
2243
|
-
return /* @__PURE__ */ a.jsxs(
|
|
2245
|
+
return /* @__PURE__ */ a.jsxs(Wo, { $isSettings: e, children: [
|
|
2244
2246
|
/* @__PURE__ */ a.jsx("p", { children: r(t ?? "") }),
|
|
2245
2247
|
/* @__PURE__ */ a.jsx(
|
|
2246
|
-
|
|
2248
|
+
Vo,
|
|
2247
2249
|
{
|
|
2248
2250
|
min: 0,
|
|
2249
2251
|
max: 100,
|
|
@@ -2271,39 +2273,48 @@ const s6 = ({ balance: e, bet: t, currencyId: n }) => {
|
|
|
2271
2273
|
streamVolume: h,
|
|
2272
2274
|
setStreamVolume: p,
|
|
2273
2275
|
isHoverActive: g = !0,
|
|
2274
|
-
positonHover: f = "bottom"
|
|
2276
|
+
positonHover: f = "bottom",
|
|
2277
|
+
onMouseLeave: b,
|
|
2278
|
+
onTouchStart: y,
|
|
2279
|
+
onTouchEnd: x,
|
|
2280
|
+
onTouchCancel: v
|
|
2275
2281
|
}) => {
|
|
2276
|
-
const [
|
|
2282
|
+
const [w, j] = E(!1), { t: S } = W(), I = () => {
|
|
2277
2283
|
if (n)
|
|
2278
|
-
return /* @__PURE__ */ a.jsxs(
|
|
2279
|
-
/* @__PURE__ */ a.jsx(
|
|
2280
|
-
|
|
2284
|
+
return /* @__PURE__ */ a.jsxs(Ho, { $positonHover: f, "data-testid": "button-info", children: [
|
|
2285
|
+
/* @__PURE__ */ a.jsx(Ro, { position: f }),
|
|
2286
|
+
S(n)
|
|
2281
2287
|
] });
|
|
2282
2288
|
if (r && p && typeof h == "number")
|
|
2283
|
-
return /* @__PURE__ */ a.jsx(
|
|
2289
|
+
return /* @__PURE__ */ a.jsx(Oo, { children: /* @__PURE__ */ a.jsx(Wa, { setVolume: p, volume: h }) });
|
|
2284
2290
|
};
|
|
2285
2291
|
return /* @__PURE__ */ a.jsx(a.Fragment, { children: /* @__PURE__ */ a.jsxs(
|
|
2286
|
-
|
|
2292
|
+
Do,
|
|
2287
2293
|
{
|
|
2288
2294
|
width: s,
|
|
2289
2295
|
height: o,
|
|
2290
2296
|
$isValueButton: r,
|
|
2291
2297
|
$isActive: i,
|
|
2292
2298
|
$isActiveBlue: d,
|
|
2293
|
-
onMouseEnter: () =>
|
|
2294
|
-
onMouseLeave: () =>
|
|
2299
|
+
onMouseEnter: () => j(!0),
|
|
2300
|
+
onMouseLeave: () => {
|
|
2301
|
+
b && b(), j(!1);
|
|
2302
|
+
},
|
|
2295
2303
|
onClick: t,
|
|
2296
2304
|
"data-testid": "custom-button",
|
|
2297
2305
|
$isTournament: n === "Tournament",
|
|
2298
2306
|
$isHoverActive: g,
|
|
2307
|
+
onTouchStart: y,
|
|
2308
|
+
onTouchEnd: x,
|
|
2309
|
+
onTouchCancel: v,
|
|
2299
2310
|
children: [
|
|
2300
|
-
c && l && /* @__PURE__ */ a.jsx("p", { className: c, children:
|
|
2311
|
+
c && l && /* @__PURE__ */ a.jsx("p", { className: c, children: S(l) }),
|
|
2301
2312
|
e,
|
|
2302
|
-
|
|
2313
|
+
w && !i && I()
|
|
2303
2314
|
]
|
|
2304
2315
|
}
|
|
2305
2316
|
) });
|
|
2306
|
-
},
|
|
2317
|
+
}, Eo = (e, t) => {
|
|
2307
2318
|
const n = e.reduce((r, s, o) => s === t || s < t ? r = o : r, 0);
|
|
2308
2319
|
return [
|
|
2309
2320
|
["#D8B30F", "#E8BE01", "#ECCB37"],
|
|
@@ -2316,7 +2327,7 @@ const s6 = ({ balance: e, bet: t, currencyId: n }) => {
|
|
|
2316
2327
|
["#CB5621", "#D25C21", "#F06428"],
|
|
2317
2328
|
["#C63EC3", "#E258D4", "#F065DB"]
|
|
2318
2329
|
][n];
|
|
2319
|
-
}, bt = (e) => (le(e), e > 999999999 ? `${wa(e / 1e9)}B` : e > 999999 ? `${wa(e / 1e6)}M` : e > 999 ? `${wa(e / 1e3)}K` : le(e)), wa = (e) => String(e),
|
|
2330
|
+
}, bt = (e) => (le(e), e > 999999999 ? `${wa(e / 1e9)}B` : e > 999999 ? `${wa(e / 1e6)}M` : e > 999 ? `${wa(e / 1e3)}K` : le(e)), wa = (e) => String(e), Go = [
|
|
2320
2331
|
{ x: 10, y: 2, size: 0 },
|
|
2321
2332
|
{ x: 2, y: 2, size: 0 },
|
|
2322
2333
|
{ x: 2, y: -1, size: -0.6 },
|
|
@@ -2327,15 +2338,15 @@ const s6 = ({ balance: e, bet: t, currencyId: n }) => {
|
|
|
2327
2338
|
{ x: 0, y: -3, size: -1.3 },
|
|
2328
2339
|
{ x: 0, y: -3, size: -1.35 },
|
|
2329
2340
|
{ x: 0, y: -3, size: -1.4 }
|
|
2330
|
-
], Ca = { x: 15, y: 40, size: 1.8 },
|
|
2341
|
+
], Ca = { x: 15, y: 40, size: 1.8 }, Uo = (e) => {
|
|
2331
2342
|
const t = e.length, n = e[t - 1], i = n === "K" || n === "M" || n === "B";
|
|
2332
2343
|
let r;
|
|
2333
|
-
return i && t === 2 ? r = { x: 2, y: 0, size: -0.4 } : r =
|
|
2344
|
+
return i && t === 2 ? r = { x: 2, y: 0, size: -0.4 } : r = Go[t - 1] ?? { x: 0, y: 0, size: 0 }, {
|
|
2334
2345
|
x: Ca.x + r.x,
|
|
2335
2346
|
y: Ca.y + r.y,
|
|
2336
2347
|
size: Ca.size + r.size
|
|
2337
2348
|
};
|
|
2338
|
-
},
|
|
2349
|
+
}, Ko = m.text`
|
|
2339
2350
|
width: 100%;
|
|
2340
2351
|
font-family: Bebas Neue;
|
|
2341
2352
|
font-weight: 700;
|
|
@@ -2354,7 +2365,7 @@ const s6 = ({ balance: e, bet: t, currencyId: n }) => {
|
|
|
2354
2365
|
text-align: center;
|
|
2355
2366
|
width: 100%;
|
|
2356
2367
|
}
|
|
2357
|
-
`,
|
|
2368
|
+
`, Yo = m.svg`
|
|
2358
2369
|
${({ $isDisabled: e }) => e && ` text-align: center;
|
|
2359
2370
|
cursor: none;
|
|
2360
2371
|
opacity: 50%;
|
|
@@ -2368,9 +2379,9 @@ const s6 = ({ balance: e, bet: t, currencyId: n }) => {
|
|
|
2368
2379
|
isDisabled: r = !1,
|
|
2369
2380
|
onClick: s
|
|
2370
2381
|
}) => {
|
|
2371
|
-
const o =
|
|
2382
|
+
const o = Eo(e, t), l = bt(t), c = Uo(l);
|
|
2372
2383
|
return /* @__PURE__ */ a.jsxs(
|
|
2373
|
-
|
|
2384
|
+
Yo,
|
|
2374
2385
|
{
|
|
2375
2386
|
onClick: () => !!s && s(t),
|
|
2376
2387
|
width: n,
|
|
@@ -3161,7 +3172,7 @@ const s6 = ({ balance: e, bet: t, currencyId: n }) => {
|
|
|
3161
3172
|
}
|
|
3162
3173
|
)
|
|
3163
3174
|
] }),
|
|
3164
|
-
/* @__PURE__ */ a.jsx(
|
|
3175
|
+
/* @__PURE__ */ a.jsx(Ko, { $fontSize: c == null ? void 0 : c.size, fill: "#fff", children: /* @__PURE__ */ a.jsx("tspan", { className: "chipAmount", y: c == null ? void 0 : c.y, x: c == null ? void 0 : c.x, children: l }) })
|
|
3165
3176
|
]
|
|
3166
3177
|
},
|
|
3167
3178
|
t
|
|
@@ -3230,7 +3241,7 @@ const s6 = ({ balance: e, bet: t, currencyId: n }) => {
|
|
|
3230
3241
|
}
|
|
3231
3242
|
)
|
|
3232
3243
|
}
|
|
3233
|
-
),
|
|
3244
|
+
), qo = () => /* @__PURE__ */ a.jsx(
|
|
3234
3245
|
"svg",
|
|
3235
3246
|
{
|
|
3236
3247
|
width: "24",
|
|
@@ -3247,7 +3258,7 @@ const s6 = ({ balance: e, bet: t, currencyId: n }) => {
|
|
|
3247
3258
|
}
|
|
3248
3259
|
)
|
|
3249
3260
|
}
|
|
3250
|
-
),
|
|
3261
|
+
), Zo = () => /* @__PURE__ */ a.jsx(a.Fragment, { children: /* @__PURE__ */ a.jsx("svg", { width: "14", height: "14", viewBox: "0 0 14 14", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ a.jsx("path", { d: "M1.68016 2.43991C1.68016 2.23835 1.76023 2.04504 1.90276 1.90251C2.04528 1.75998 2.23859 1.67991 2.44016 1.67991H3.96016C4.16172 1.67991 4.35503 1.59984 4.49756 1.45731C4.64008 1.31479 4.72016 1.12148 4.72016 0.919912C4.72016 0.718348 4.64008 0.525039 4.49756 0.382511C4.35503 0.239983 4.16172 0.159912 3.96016 0.159912H2.44016C1.83546 0.159912 1.25554 0.400126 0.827953 0.827709C0.40037 1.25529 0.160156 1.83522 0.160156 2.43991V3.95991C0.160156 4.16148 0.240227 4.35479 0.382755 4.49731C0.525283 4.63984 0.718592 4.71991 0.920156 4.71991C1.12172 4.71991 1.31503 4.63984 1.45756 4.49731C1.60008 4.35479 1.68016 4.16148 1.68016 3.95991V2.43991ZM1.68016 11.5599C1.68016 11.7615 1.76023 11.9548 1.90276 12.0973C2.04528 12.2398 2.23859 12.3199 2.44016 12.3199H3.96016C4.16172 12.3199 4.35503 12.4 4.49756 12.5425C4.64008 12.685 4.72016 12.8783 4.72016 13.0799C4.72016 13.2815 4.64008 13.4748 4.49756 13.6173C4.35503 13.7598 4.16172 13.8399 3.96016 13.8399H2.44016C1.83546 13.8399 1.25554 13.5997 0.827953 13.1721C0.40037 12.7445 0.160156 12.1646 0.160156 11.5599V10.0399C0.160156 9.83835 0.240227 9.64504 0.382755 9.50251C0.525283 9.35998 0.718592 9.27991 0.920156 9.27991C1.12172 9.27991 1.31503 9.35998 1.45756 9.50251C1.60008 9.64504 1.68016 9.83835 1.68016 10.0399V11.5599ZM11.5602 1.67991C11.7617 1.67991 11.955 1.75998 12.0976 1.90251C12.2401 2.04504 12.3202 2.23835 12.3202 2.43991V3.95991C12.3202 4.16148 12.4002 4.35479 12.5428 4.49731C12.6853 4.63984 12.8786 4.71991 13.0802 4.71991C13.2817 4.71991 13.475 4.63984 13.6176 4.49731C13.7601 4.35479 13.8402 4.16148 13.8402 3.95991V2.43991C13.8402 1.83522 13.5999 1.25529 13.1724 0.827709C12.7448 0.400126 12.1648 0.159912 11.5602 0.159912H10.0402C9.83859 0.159912 9.64528 0.239983 9.50276 0.382511C9.36023 0.525039 9.28016 0.718348 9.28016 0.919912C9.28016 1.12148 9.36023 1.31479 9.50276 1.45731C9.64528 1.59984 9.83859 1.67991 10.0402 1.67991H11.5602ZM12.3202 11.5599C12.3202 11.7615 12.2401 11.9548 12.0976 12.0973C11.955 12.2398 11.7617 12.3199 11.5602 12.3199H10.0402C9.83859 12.3199 9.64528 12.4 9.50276 12.5425C9.36023 12.685 9.28016 12.8783 9.28016 13.0799C9.28016 13.2815 9.36023 13.4748 9.50276 13.6173C9.64528 13.7598 9.83859 13.8399 10.0402 13.8399H11.5602C12.1648 13.8399 12.7448 13.5997 13.1724 13.1721C13.5999 12.7445 13.8402 12.1646 13.8402 11.5599V10.0399C13.8402 9.83835 13.7601 9.64504 13.6176 9.50251C13.475 9.35998 13.2817 9.27991 13.0802 9.27991C12.8786 9.27991 12.6853 9.35998 12.5428 9.50251C12.4002 9.64504 12.3202 9.83835 12.3202 10.0399V11.5599Z", fill: "white" }) }) }), _i = () => /* @__PURE__ */ a.jsx(a.Fragment, { children: /* @__PURE__ */ a.jsx(
|
|
3251
3262
|
"svg",
|
|
3252
3263
|
{
|
|
3253
3264
|
width: "24",
|
|
@@ -3263,7 +3274,7 @@ const s6 = ({ balance: e, bet: t, currencyId: n }) => {
|
|
|
3263
3274
|
}
|
|
3264
3275
|
)
|
|
3265
3276
|
}
|
|
3266
|
-
) }),
|
|
3277
|
+
) }), Xo = () => /* @__PURE__ */ a.jsxs("svg", { width: "14", height: "16", viewBox: "0 0 14 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
3267
3278
|
/* @__PURE__ */ a.jsx("path", { d: "M9.45402 0.399902C9.87463 0.399915 10.2805 0.554948 10.594 0.835361C10.9075 1.11577 11.1066 1.50189 11.1534 1.9199H12.1171C12.4507 1.92011 12.7721 2.04571 13.0175 2.2718C13.2628 2.49788 13.4143 2.80794 13.4417 3.14046L13.4463 3.2499V5.5299C13.4463 6.16081 13.205 6.76781 12.7717 7.2264C12.3384 7.68498 11.746 7.96038 11.1161 7.9961L10.9565 8.00066C10.7032 8.79031 10.2308 9.49174 9.59422 10.0232C8.95765 10.5547 8.18316 10.8944 7.36098 11.0027V12.1799H8.69326C9.32403 12.1801 9.93085 12.4215 10.3893 12.8548C10.8477 13.2881 11.123 13.8803 11.1587 14.5101L11.1633 14.6499V15.0299C11.1632 15.1678 11.1132 15.3009 11.0226 15.4048C10.9319 15.5086 10.8066 15.576 10.67 15.5946L10.5933 15.5999H2.99174C2.85387 15.6001 2.72061 15.5503 2.61664 15.4597C2.51267 15.3692 2.44505 15.244 2.4263 15.1074L2.42174 15.0299V14.6499C2.42169 14.0191 2.66296 13.4122 3.09609 12.9537C3.52922 12.4951 4.12138 12.2196 4.75114 12.1837L4.89174 12.1799H6.22174V11.0027C5.39983 10.8941 4.62567 10.5543 3.98939 10.0229C3.3531 9.49138 2.88088 8.7901 2.6277 8.00066L2.60794 7.9999C1.95285 7.9999 1.3246 7.73967 0.861386 7.27646C0.398171 6.81324 0.137939 6.18499 0.137939 5.5299V3.2499C0.137939 2.51574 0.733779 1.9199 1.46794 1.9199H2.43162C2.47837 1.50176 2.67763 1.11554 2.9913 0.835108C3.30496 0.554677 3.711 0.399728 4.13174 0.399902H9.45402ZM12.1171 3.0599H11.164V6.84698C11.4613 6.80474 11.7355 6.66316 11.9421 6.44527C12.1486 6.22739 12.2754 5.94602 12.3017 5.64694L12.3071 5.5299V3.2499C12.307 3.2071 12.2925 3.16557 12.2658 3.13205C12.2392 3.09853 12.2021 3.07498 12.1604 3.06522L12.1171 3.0599ZM2.42174 3.0599H1.46794C1.41755 3.0599 1.36922 3.07992 1.33359 3.11555C1.29796 3.15118 1.27794 3.19951 1.27794 3.2499V5.5299C1.2779 5.85041 1.3936 6.16016 1.60375 6.40215C1.81391 6.64415 2.10439 6.80211 2.42174 6.84698V3.0599Z", fill: "url(#paint0_linear_851_570)" }),
|
|
3268
3279
|
/* @__PURE__ */ a.jsx("defs", { children: /* @__PURE__ */ a.jsxs("linearGradient", { id: "paint0_linear_851_570", x1: "-0.221746", y1: "-2.13343", x2: "19.2003", y2: "7.59061", gradientUnits: "userSpaceOnUse", children: [
|
|
3269
3280
|
/* @__PURE__ */ a.jsx("stop", { stopColor: "#B97304" }),
|
|
@@ -3290,11 +3301,11 @@ const s6 = ({ balance: e, bet: t, currencyId: n }) => {
|
|
|
3290
3301
|
}
|
|
3291
3302
|
) });
|
|
3292
3303
|
var D = /* @__PURE__ */ ((e) => (e[e.Message = 1] = "Message", e[e.Support = 2] = "Support", e[e.Tip = 3] = "Tip", e[e.History = 4] = "History", e[e.Info = 5] = "Info", e[e.Settings = 6] = "Settings", e[e.VolumeOn = 7] = "VolumeOn", e[e.FullScreen = 8] = "FullScreen", e[e.Tournament = 9] = "Tournament", e[e.closeMenu = 10] = "closeMenu", e[e.Limit = 11] = "Limit", e))(D || {});
|
|
3293
|
-
const
|
|
3304
|
+
const Qo = [
|
|
3294
3305
|
{
|
|
3295
3306
|
name: "Tournament",
|
|
3296
3307
|
buttonType: 9,
|
|
3297
|
-
icon:
|
|
3308
|
+
icon: Xo()
|
|
3298
3309
|
},
|
|
3299
3310
|
{ name: "Message", buttonType: 1, icon: Ji() },
|
|
3300
3311
|
// { name: "Support", buttonType: BUTTONS_TYPE.Support, icon: SupportIcon() },
|
|
@@ -3309,9 +3320,9 @@ const Xo = [
|
|
|
3309
3320
|
{
|
|
3310
3321
|
name: "FullScreen",
|
|
3311
3322
|
buttonType: 8,
|
|
3312
|
-
icon:
|
|
3323
|
+
icon: Zo()
|
|
3313
3324
|
}
|
|
3314
|
-
],
|
|
3325
|
+
], Jo = (e, t) => {
|
|
3315
3326
|
switch (e) {
|
|
3316
3327
|
case 6:
|
|
3317
3328
|
return {
|
|
@@ -3346,19 +3357,19 @@ const Xo = [
|
|
|
3346
3357
|
default:
|
|
3347
3358
|
return null;
|
|
3348
3359
|
}
|
|
3349
|
-
},
|
|
3360
|
+
}, $o = [
|
|
3350
3361
|
{ name: "Message", buttonType: D.Message, icon: Ji() },
|
|
3351
3362
|
// { name: "Support", buttonType: BUTTONS_TYPE.Support, icon: SupportIcon() },
|
|
3352
3363
|
{ name: "Send Tip", buttonType: D.Tip, icon: $i() }
|
|
3353
|
-
],
|
|
3364
|
+
], _o = [
|
|
3354
3365
|
{ name: "History", buttonType: D.History, icon: Xi() },
|
|
3355
3366
|
{ name: "Help", buttonType: D.Info, icon: Qi() },
|
|
3356
3367
|
{
|
|
3357
3368
|
name: "Limits & Payouts",
|
|
3358
3369
|
buttonType: D.Limit,
|
|
3359
|
-
icon:
|
|
3370
|
+
icon: qo()
|
|
3360
3371
|
}
|
|
3361
|
-
],
|
|
3372
|
+
], e1 = (e, t, n) => {
|
|
3362
3373
|
switch (e) {
|
|
3363
3374
|
case D.Message:
|
|
3364
3375
|
return {
|
|
@@ -3411,13 +3422,13 @@ const Xo = [
|
|
|
3411
3422
|
default:
|
|
3412
3423
|
return null;
|
|
3413
3424
|
}
|
|
3414
|
-
},
|
|
3425
|
+
}, t1 = (e, t) => {
|
|
3415
3426
|
t(e.touches[0].clientY);
|
|
3416
|
-
},
|
|
3427
|
+
}, a1 = (e, t, n) => {
|
|
3417
3428
|
if (!t) return;
|
|
3418
3429
|
const r = e.touches[0].clientY - t;
|
|
3419
3430
|
r > 0 && r < 300 && (e.currentTarget.style.transform = `translateY(${r}px)`), r > 120 && n(!1);
|
|
3420
|
-
},
|
|
3431
|
+
}, n1 = (e, t) => {
|
|
3421
3432
|
e.currentTarget.style.transform = "translateY(0px)", t(0);
|
|
3422
3433
|
}, L = (e) => typeof e == "string", ut = () => {
|
|
3423
3434
|
let e, t;
|
|
@@ -3425,11 +3436,11 @@ const Xo = [
|
|
|
3425
3436
|
e = i, t = r;
|
|
3426
3437
|
});
|
|
3427
3438
|
return n.resolve = e, n.reject = t, n;
|
|
3428
|
-
}, Gn = (e) => e == null ? "" : "" + e,
|
|
3439
|
+
}, Gn = (e) => e == null ? "" : "" + e, i1 = (e, t, n) => {
|
|
3429
3440
|
e.forEach((i) => {
|
|
3430
3441
|
t[i] && (n[i] = t[i]);
|
|
3431
3442
|
});
|
|
3432
|
-
},
|
|
3443
|
+
}, r1 = /###/g, Un = (e) => e && e.indexOf("###") > -1 ? e.replace(r1, ".") : e, Kn = (e) => !e || L(e), yt = (e, t, n) => {
|
|
3433
3444
|
const i = L(t) ? t.split(".") : t;
|
|
3434
3445
|
let r = 0;
|
|
3435
3446
|
for (; r < i.length - 1; ) {
|
|
@@ -3454,7 +3465,7 @@ const Xo = [
|
|
|
3454
3465
|
for (; l.obj === void 0 && o.length; )
|
|
3455
3466
|
s = `${o[o.length - 1]}.${s}`, o = o.slice(0, o.length - 1), l = yt(e, o, Object), l != null && l.obj && typeof l.obj[`${l.k}.${s}`] < "u" && (l.obj = void 0);
|
|
3456
3467
|
l.obj[`${l.k}.${s}`] = n;
|
|
3457
|
-
},
|
|
3468
|
+
}, s1 = (e, t, n, i) => {
|
|
3458
3469
|
const {
|
|
3459
3470
|
obj: r,
|
|
3460
3471
|
k: s
|
|
@@ -3467,7 +3478,7 @@ const Xo = [
|
|
|
3467
3478
|
} = yt(e, t);
|
|
3468
3479
|
if (n && Object.prototype.hasOwnProperty.call(n, i))
|
|
3469
3480
|
return n[i];
|
|
3470
|
-
},
|
|
3481
|
+
}, o1 = (e, t, n) => {
|
|
3471
3482
|
const i = Qt(e, n);
|
|
3472
3483
|
return i !== void 0 ? i : Qt(t, n);
|
|
3473
3484
|
}, er = (e, t, n) => {
|
|
@@ -3475,7 +3486,7 @@ const Xo = [
|
|
|
3475
3486
|
i !== "__proto__" && i !== "constructor" && (i in e ? L(e[i]) || e[i] instanceof String || L(t[i]) || t[i] instanceof String ? n && (e[i] = t[i]) : er(e[i], t[i], n) : e[i] = t[i]);
|
|
3476
3487
|
return e;
|
|
3477
3488
|
}, Je = (e) => e.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g, "\\$&");
|
|
3478
|
-
var
|
|
3489
|
+
var l1 = {
|
|
3479
3490
|
"&": "&",
|
|
3480
3491
|
"<": "<",
|
|
3481
3492
|
">": ">",
|
|
@@ -3483,8 +3494,8 @@ var o1 = {
|
|
|
3483
3494
|
"'": "'",
|
|
3484
3495
|
"/": "/"
|
|
3485
3496
|
};
|
|
3486
|
-
const
|
|
3487
|
-
class
|
|
3497
|
+
const c1 = (e) => L(e) ? e.replace(/[&<>"'\/]/g, (t) => l1[t]) : e;
|
|
3498
|
+
class d1 {
|
|
3488
3499
|
constructor(t) {
|
|
3489
3500
|
this.capacity = t, this.regExpMap = /* @__PURE__ */ new Map(), this.regExpQueue = [];
|
|
3490
3501
|
}
|
|
@@ -3496,11 +3507,11 @@ class c1 {
|
|
|
3496
3507
|
return this.regExpQueue.length === this.capacity && this.regExpMap.delete(this.regExpQueue.shift()), this.regExpMap.set(t, i), this.regExpQueue.push(t), i;
|
|
3497
3508
|
}
|
|
3498
3509
|
}
|
|
3499
|
-
const
|
|
3510
|
+
const h1 = [" ", ",", "?", "!", ";"], u1 = new d1(20), p1 = (e, t, n) => {
|
|
3500
3511
|
t = t || "", n = n || "";
|
|
3501
|
-
const i =
|
|
3512
|
+
const i = h1.filter((o) => t.indexOf(o) < 0 && n.indexOf(o) < 0);
|
|
3502
3513
|
if (i.length === 0) return !0;
|
|
3503
|
-
const r =
|
|
3514
|
+
const r = u1.getRegExp(`(${i.map((o) => o === "?" ? "\\?" : o).join("|")})`);
|
|
3504
3515
|
let s = !r.test(e);
|
|
3505
3516
|
if (!s) {
|
|
3506
3517
|
const o = e.indexOf(n);
|
|
@@ -3527,7 +3538,7 @@ const d1 = [" ", ",", "?", "!", ";"], h1 = new c1(20), u1 = (e, t, n) => {
|
|
|
3527
3538
|
r = o;
|
|
3528
3539
|
}
|
|
3529
3540
|
return r;
|
|
3530
|
-
}, xt = (e) => e == null ? void 0 : e.replace("_", "-"),
|
|
3541
|
+
}, xt = (e) => e == null ? void 0 : e.replace("_", "-"), f1 = {
|
|
3531
3542
|
type: "logger",
|
|
3532
3543
|
log(e) {
|
|
3533
3544
|
this.output("log", e);
|
|
@@ -3548,7 +3559,7 @@ class Jt {
|
|
|
3548
3559
|
this.init(t, n);
|
|
3549
3560
|
}
|
|
3550
3561
|
init(t, n = {}) {
|
|
3551
|
-
this.prefix = n.prefix || "i18next:", this.logger = t ||
|
|
3562
|
+
this.prefix = n.prefix || "i18next:", this.logger = t || f1, this.options = n, this.debug = n.debug;
|
|
3552
3563
|
}
|
|
3553
3564
|
log(...t) {
|
|
3554
3565
|
return this.forward(t, "log", "", !0);
|
|
@@ -3689,7 +3700,7 @@ var tr = {
|
|
|
3689
3700
|
}
|
|
3690
3701
|
};
|
|
3691
3702
|
const ar = Symbol("i18next/PATH_KEY");
|
|
3692
|
-
function
|
|
3703
|
+
function m1() {
|
|
3693
3704
|
const e = [], t = /* @__PURE__ */ Object.create(null);
|
|
3694
3705
|
let n;
|
|
3695
3706
|
return t.get = (i, r) => {
|
|
@@ -3697,16 +3708,16 @@ function f1() {
|
|
|
3697
3708
|
return (s = n == null ? void 0 : n.revoke) == null || s.call(n), r === ar ? e : (e.push(r), n = Proxy.revocable(i, t), n.proxy);
|
|
3698
3709
|
}, Proxy.revocable(/* @__PURE__ */ Object.create(null), t).proxy;
|
|
3699
3710
|
}
|
|
3700
|
-
function
|
|
3711
|
+
function g1(e, t) {
|
|
3701
3712
|
const {
|
|
3702
3713
|
[ar]: n
|
|
3703
|
-
} = e(
|
|
3714
|
+
} = e(m1());
|
|
3704
3715
|
return n.join((t == null ? void 0 : t.keySeparator) ?? ".");
|
|
3705
3716
|
}
|
|
3706
3717
|
const Zn = {}, Xn = (e) => !L(e) && typeof e != "boolean" && typeof e != "number";
|
|
3707
3718
|
class $t extends la {
|
|
3708
3719
|
constructor(t, n = {}) {
|
|
3709
|
-
super(),
|
|
3720
|
+
super(), i1(["resourceStore", "languageUtils", "pluralResolver", "interpolator", "backendConnector", "i18nFormat", "utils"], t, this), this.options = n, this.options.keySeparator === void 0 && (this.options.keySeparator = "."), this.logger = Le.create("translator");
|
|
3710
3721
|
}
|
|
3711
3722
|
changeLanguage(t) {
|
|
3712
3723
|
t && (this.language = t);
|
|
@@ -3726,7 +3737,7 @@ class $t extends la {
|
|
|
3726
3737
|
i === void 0 && (i = ":");
|
|
3727
3738
|
const r = n.keySeparator !== void 0 ? n.keySeparator : this.options.keySeparator;
|
|
3728
3739
|
let s = n.ns || this.options.defaultNS || [];
|
|
3729
|
-
const o = i && t.indexOf(i) > -1, l = !this.options.userDefinedKeySeparator && !n.keySeparator && !this.options.userDefinedNsSeparator && !n.nsSeparator && !
|
|
3740
|
+
const o = i && t.indexOf(i) > -1, l = !this.options.userDefinedKeySeparator && !n.keySeparator && !this.options.userDefinedNsSeparator && !n.nsSeparator && !p1(t, i, r);
|
|
3730
3741
|
if (o && !l) {
|
|
3731
3742
|
const c = t.match(this.interpolator.nestingRegexp);
|
|
3732
3743
|
if (c && c.length > 0)
|
|
@@ -3749,7 +3760,7 @@ class $t extends la {
|
|
|
3749
3760
|
if (typeof r != "object" && this.options.overloadTranslationOptionHandler && (r = this.options.overloadTranslationOptionHandler(arguments)), typeof options == "object" && (r = {
|
|
3750
3761
|
...r
|
|
3751
3762
|
}), r || (r = {}), t == null) return "";
|
|
3752
|
-
typeof t == "function" && (t =
|
|
3763
|
+
typeof t == "function" && (t = g1(t, r)), Array.isArray(t) || (t = [String(t)]);
|
|
3753
3764
|
const s = r.returnDetails !== void 0 ? r.returnDetails : this.options.returnDetails, o = r.keySeparator !== void 0 ? r.keySeparator : this.options.keySeparator, {
|
|
3754
3765
|
key: l,
|
|
3755
3766
|
namespaces: c
|
|
@@ -3791,10 +3802,10 @@ class $t extends la {
|
|
|
3791
3802
|
return s ? (f.res = X, f.usedParams = this.getUsedParamsDetails(r), f) : X;
|
|
3792
3803
|
}
|
|
3793
3804
|
if (o) {
|
|
3794
|
-
const X = Array.isArray(M), Y = X ? [] : {},
|
|
3805
|
+
const X = Array.isArray(M), Y = X ? [] : {}, ie = X ? x : y;
|
|
3795
3806
|
for (const ee in M)
|
|
3796
3807
|
if (Object.prototype.hasOwnProperty.call(M, ee)) {
|
|
3797
|
-
const Q = `${
|
|
3808
|
+
const Q = `${ie}${o}${ee}`;
|
|
3798
3809
|
I && !b ? Y[ee] = this.translate(Q, {
|
|
3799
3810
|
...r,
|
|
3800
3811
|
defaultValue: Xn(N) ? N[ee] : void 0,
|
|
@@ -4033,7 +4044,7 @@ const Jn = {
|
|
|
4033
4044
|
pluralCategories: ["one", "other"]
|
|
4034
4045
|
})
|
|
4035
4046
|
};
|
|
4036
|
-
class
|
|
4047
|
+
class b1 {
|
|
4037
4048
|
constructor(t, n = {}) {
|
|
4038
4049
|
this.languageUtils = t, this.options = n, this.logger = Le.create("pluralResolver"), this.pluralRulesCache = {};
|
|
4039
4050
|
}
|
|
@@ -4081,10 +4092,10 @@ class g1 {
|
|
|
4081
4092
|
}
|
|
4082
4093
|
}
|
|
4083
4094
|
const _n = (e, t, n, i = ".", r = !0) => {
|
|
4084
|
-
let s =
|
|
4095
|
+
let s = o1(e, t, n);
|
|
4085
4096
|
return !s && r && L(n) && (s = Va(e, n, i), s === void 0 && (s = Va(t, n, i))), s;
|
|
4086
4097
|
}, va = (e) => e.replace(/\$/g, "$$$$");
|
|
4087
|
-
class
|
|
4098
|
+
class y1 {
|
|
4088
4099
|
constructor(t = {}) {
|
|
4089
4100
|
var n;
|
|
4090
4101
|
this.logger = Le.create("interpolator"), this.options = t, this.format = ((n = t == null ? void 0 : t.interpolation) == null ? void 0 : n.format) || ((i) => i), this.init(t);
|
|
@@ -4112,7 +4123,7 @@ class b1 {
|
|
|
4112
4123
|
maxReplaces: v,
|
|
4113
4124
|
alwaysFormat: w
|
|
4114
4125
|
} = t.interpolation;
|
|
4115
|
-
this.escape = n !== void 0 ? n :
|
|
4126
|
+
this.escape = n !== void 0 ? n : c1, this.escapeValue = i !== void 0 ? i : !0, this.useRawValueToEscape = r !== void 0 ? r : !1, this.prefix = s ? Je(s) : o || "{{", this.suffix = l ? Je(l) : c || "}}", this.formatSeparator = d || ",", this.unescapePrefix = h ? "" : p || "-", this.unescapeSuffix = this.unescapePrefix ? "" : h || "", this.nestingPrefix = g ? Je(g) : f || Je("$t("), this.nestingSuffix = b ? Je(b) : y || Je(")"), this.nestingOptionsSeparator = x || ",", this.maxReplaces = v || 1e3, this.alwaysFormat = w !== void 0 ? w : !1, this.resetRegExp();
|
|
4116
4127
|
}
|
|
4117
4128
|
reset() {
|
|
4118
4129
|
this.options && this.init(this.options);
|
|
@@ -4204,7 +4215,7 @@ class b1 {
|
|
|
4204
4215
|
return t;
|
|
4205
4216
|
}
|
|
4206
4217
|
}
|
|
4207
|
-
const
|
|
4218
|
+
const x1 = (e) => {
|
|
4208
4219
|
let t = e.toLowerCase().trim();
|
|
4209
4220
|
const n = {};
|
|
4210
4221
|
if (e.indexOf("(") > -1) {
|
|
@@ -4234,8 +4245,8 @@ const y1 = (e) => {
|
|
|
4234
4245
|
let l = t[o];
|
|
4235
4246
|
return l || (l = e(xt(i), r), t[o] = l), l(n);
|
|
4236
4247
|
};
|
|
4237
|
-
},
|
|
4238
|
-
class
|
|
4248
|
+
}, w1 = (e) => (t, n, i) => e(xt(n), i)(t);
|
|
4249
|
+
class C1 {
|
|
4239
4250
|
constructor(t = {}) {
|
|
4240
4251
|
this.logger = Le.create("formatter"), this.options = t, this.init(t);
|
|
4241
4252
|
}
|
|
@@ -4243,7 +4254,7 @@ class w1 {
|
|
|
4243
4254
|
interpolation: {}
|
|
4244
4255
|
}) {
|
|
4245
4256
|
this.formatSeparator = n.interpolation.formatSeparator || ",";
|
|
4246
|
-
const i = n.cacheInBuiltFormats ? ei :
|
|
4257
|
+
const i = n.cacheInBuiltFormats ? ei : w1;
|
|
4247
4258
|
this.formats = {
|
|
4248
4259
|
number: i((r, s) => {
|
|
4249
4260
|
const o = new Intl.NumberFormat(r, {
|
|
@@ -4295,7 +4306,7 @@ class w1 {
|
|
|
4295
4306
|
const {
|
|
4296
4307
|
formatName: d,
|
|
4297
4308
|
formatOptions: h
|
|
4298
|
-
} =
|
|
4309
|
+
} = x1(c);
|
|
4299
4310
|
if (this.formats[d]) {
|
|
4300
4311
|
let g = l;
|
|
4301
4312
|
try {
|
|
@@ -4315,10 +4326,10 @@ class w1 {
|
|
|
4315
4326
|
}, t);
|
|
4316
4327
|
}
|
|
4317
4328
|
}
|
|
4318
|
-
const
|
|
4329
|
+
const v1 = (e, t) => {
|
|
4319
4330
|
e.pending[t] !== void 0 && (delete e.pending[t], e.pendingCount--);
|
|
4320
4331
|
};
|
|
4321
|
-
class
|
|
4332
|
+
class k1 extends la {
|
|
4322
4333
|
constructor(t, n, i, r = {}) {
|
|
4323
4334
|
var s, o;
|
|
4324
4335
|
super(), this.backend = t, this.store = n, this.services = i, this.languageUtils = i.languageUtils, this.options = r, this.logger = Le.create("backendConnector"), this.waitingReads = [], this.maxParallelReads = r.maxParallelReads || 10, this.readingCalls = 0, this.maxRetries = r.maxRetries >= 0 ? r.maxRetries : 5, this.retryTimeout = r.retryTimeout >= 1 ? r.retryTimeout : 350, this.state = {}, this.queue = [], (o = (s = this.backend) == null ? void 0 : s.init) == null || o.call(s, i, r.backend, r);
|
|
@@ -4351,7 +4362,7 @@ class v1 extends la {
|
|
|
4351
4362
|
}), this.state[t] = n ? -1 : 2, n && i && (this.state[t] = 0);
|
|
4352
4363
|
const l = {};
|
|
4353
4364
|
this.queue.forEach((c) => {
|
|
4354
|
-
|
|
4365
|
+
s1(c.loaded, [s], o), v1(c, t), n && c.errors.push(n), c.pendingCount === 0 && !c.done && (Object.keys(c.loaded).forEach((d) => {
|
|
4355
4366
|
l[d] || (l[d] = {});
|
|
4356
4367
|
const h = c.loaded[d];
|
|
4357
4368
|
h.length && h.forEach((p) => {
|
|
@@ -4511,7 +4522,7 @@ const ti = () => ({
|
|
|
4511
4522
|
var t, n;
|
|
4512
4523
|
return L(e.ns) && (e.ns = [e.ns]), L(e.fallbackLng) && (e.fallbackLng = [e.fallbackLng]), L(e.fallbackNS) && (e.fallbackNS = [e.fallbackNS]), ((n = (t = e.supportedLngs) == null ? void 0 : t.indexOf) == null ? void 0 : n.call(t, "cimode")) < 0 && (e.supportedLngs = e.supportedLngs.concat(["cimode"])), typeof e.initImmediate == "boolean" && (e.initAsync = e.initImmediate), e;
|
|
4513
4524
|
}, Lt = () => {
|
|
4514
|
-
},
|
|
4525
|
+
}, A1 = (e) => {
|
|
4515
4526
|
Object.getOwnPropertyNames(Object.getPrototypeOf(e)).forEach((n) => {
|
|
4516
4527
|
typeof e[n] == "function" && (e[n] = e[n].bind(e));
|
|
4517
4528
|
});
|
|
@@ -4520,7 +4531,7 @@ class wt extends la {
|
|
|
4520
4531
|
constructor(t = {}, n) {
|
|
4521
4532
|
if (super(), this.options = ai(t), this.services = {}, this.logger = Le, this.modules = {
|
|
4522
4533
|
external: []
|
|
4523
|
-
},
|
|
4534
|
+
}, A1(this), n && !this.isInitialized && !t.isClone) {
|
|
4524
4535
|
if (!this.options.initAsync)
|
|
4525
4536
|
return this.init(t, n), this;
|
|
4526
4537
|
setTimeout(() => {
|
|
@@ -4543,16 +4554,16 @@ class wt extends la {
|
|
|
4543
4554
|
if (!this.options.isClone) {
|
|
4544
4555
|
this.modules.logger ? Le.init(r(this.modules.logger), this.options) : Le.init(null, this.options);
|
|
4545
4556
|
let d;
|
|
4546
|
-
this.modules.formatter ? d = this.modules.formatter : d =
|
|
4557
|
+
this.modules.formatter ? d = this.modules.formatter : d = C1;
|
|
4547
4558
|
const h = new Qn(this.options);
|
|
4548
4559
|
this.store = new qn(this.options.resources, this.options);
|
|
4549
4560
|
const p = this.services;
|
|
4550
|
-
p.logger = Le, p.resourceStore = this.store, p.languageUtils = h, p.pluralResolver = new
|
|
4561
|
+
p.logger = Le, p.resourceStore = this.store, p.languageUtils = h, p.pluralResolver = new b1(h, {
|
|
4551
4562
|
prepend: this.options.pluralSeparator,
|
|
4552
4563
|
simplifyPluralSuffix: this.options.simplifyPluralSuffix
|
|
4553
|
-
}), this.options.interpolation.format && this.options.interpolation.format !== i.interpolation.format && this.logger.deprecate("init: you are still using the legacy format function, please use the new approach: https://www.i18next.com/translation-function/formatting"), d && (!this.options.interpolation.format || this.options.interpolation.format === i.interpolation.format) && (p.formatter = r(d), p.formatter.init && p.formatter.init(p, this.options), this.options.interpolation.format = p.formatter.format.bind(p.formatter)), p.interpolator = new
|
|
4564
|
+
}), this.options.interpolation.format && this.options.interpolation.format !== i.interpolation.format && this.logger.deprecate("init: you are still using the legacy format function, please use the new approach: https://www.i18next.com/translation-function/formatting"), d && (!this.options.interpolation.format || this.options.interpolation.format === i.interpolation.format) && (p.formatter = r(d), p.formatter.init && p.formatter.init(p, this.options), this.options.interpolation.format = p.formatter.format.bind(p.formatter)), p.interpolator = new y1(this.options), p.utils = {
|
|
4554
4565
|
hasLoadedNamespace: this.hasLoadedNamespace.bind(this)
|
|
4555
|
-
}, p.backendConnector = new
|
|
4566
|
+
}, p.backendConnector = new k1(r(this.modules.backend), p.resourceStore, p, this.options), p.backendConnector.on("*", (f, ...b) => {
|
|
4556
4567
|
this.emit(f, ...b);
|
|
4557
4568
|
}), this.modules.languageDetector && (p.languageDetector = r(this.modules.languageDetector), p.languageDetector.init && p.languageDetector.init(p, this.options.detection, this.options)), this.modules.i18nFormat && (p.i18nFormat = r(this.modules.i18nFormat), p.i18nFormat.init && p.i18nFormat.init(this)), this.translator = new $t(this.services, this.options), this.translator.on("*", (f, ...b) => {
|
|
4558
4569
|
this.emit(f, ...b);
|
|
@@ -4764,7 +4775,7 @@ pe.setDefaultNamespace;
|
|
|
4764
4775
|
pe.hasLoadedNamespace;
|
|
4765
4776
|
pe.loadNamespaces;
|
|
4766
4777
|
pe.loadLanguages;
|
|
4767
|
-
const
|
|
4778
|
+
const j1 = {
|
|
4768
4779
|
bottom: "270deg",
|
|
4769
4780
|
left: "0deg",
|
|
4770
4781
|
right: "180deg",
|
|
@@ -4782,7 +4793,7 @@ const A1 = {
|
|
|
4782
4793
|
width: String(t),
|
|
4783
4794
|
height: String(n),
|
|
4784
4795
|
style: {
|
|
4785
|
-
rotate:
|
|
4796
|
+
rotate: j1[e]
|
|
4786
4797
|
},
|
|
4787
4798
|
viewBox: "0 0 9 14",
|
|
4788
4799
|
fill: "none",
|
|
@@ -4798,7 +4809,7 @@ const A1 = {
|
|
|
4798
4809
|
}
|
|
4799
4810
|
),
|
|
4800
4811
|
e === "forLobby" && /* @__PURE__ */ a.jsx("span", { className: "text", children: ke("Lobby") })
|
|
4801
|
-
] }), nr = "data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2014%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9.45402%200.399902C9.87463%200.399915%2010.2805%200.554948%2010.594%200.835361C10.9075%201.11577%2011.1066%201.50189%2011.1534%201.9199H12.1171C12.4507%201.92011%2012.7721%202.04571%2013.0175%202.2718C13.2628%202.49788%2013.4143%202.80794%2013.4417%203.14046L13.4463%203.2499V5.5299C13.4463%206.16081%2013.205%206.76781%2012.7717%207.2264C12.3384%207.68498%2011.746%207.96038%2011.1161%207.9961L10.9565%208.00066C10.7032%208.79031%2010.2308%209.49174%209.59422%2010.0232C8.95765%2010.5547%208.18316%2010.8944%207.36098%2011.0027V12.1799H8.69326C9.32403%2012.1801%209.93085%2012.4215%2010.3893%2012.8548C10.8477%2013.2881%2011.123%2013.8803%2011.1587%2014.5101L11.1633%2014.6499V15.0299C11.1632%2015.1678%2011.1132%2015.3009%2011.0226%2015.4048C10.9319%2015.5086%2010.8066%2015.576%2010.67%2015.5946L10.5933%2015.5999H2.99174C2.85387%2015.6001%202.72061%2015.5503%202.61664%2015.4597C2.51267%2015.3692%202.44505%2015.244%202.4263%2015.1074L2.42174%2015.0299V14.6499C2.42169%2014.0191%202.66296%2013.4122%203.09609%2012.9537C3.52922%2012.4951%204.12138%2012.2196%204.75114%2012.1837L4.89174%2012.1799H6.22174V11.0027C5.39983%2010.8941%204.62567%2010.5543%203.98939%2010.0229C3.3531%209.49138%202.88088%208.7901%202.6277%208.00066L2.60794%207.9999C1.95285%207.9999%201.3246%207.73967%200.861386%207.27646C0.398171%206.81324%200.137939%206.18499%200.137939%205.5299V3.2499C0.137939%202.51574%200.733779%201.9199%201.46794%201.9199H2.43162C2.47837%201.50176%202.67763%201.11554%202.9913%200.835108C3.30496%200.554677%203.711%200.399728%204.13174%200.399902H9.45402ZM12.1171%203.0599H11.164V6.84698C11.4613%206.80474%2011.7355%206.66316%2011.9421%206.44527C12.1486%206.22739%2012.2754%205.94602%2012.3017%205.64694L12.3071%205.5299V3.2499C12.307%203.2071%2012.2925%203.16557%2012.2658%203.13205C12.2392%203.09853%2012.2021%203.07498%2012.1604%203.06522L12.1171%203.0599ZM2.42174%203.0599H1.46794C1.41755%203.0599%201.36922%203.07992%201.33359%203.11555C1.29796%203.15118%201.27794%203.19951%201.27794%203.2499V5.5299C1.2779%205.85041%201.3936%206.16016%201.60375%206.40215C1.81391%206.64415%202.10439%206.80211%202.42174%206.84698V3.0599Z'%20fill='url(%23paint0_linear_851_822)'/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_851_822'%20x1='-0.221746'%20y1='-2.13343'%20x2='19.2003'%20y2='7.59061'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23B97304'/%3e%3cstop%20offset='0.368995'%20stop-color='%23FFC15D'/%3e%3cstop%20offset='0.5'%20stop-color='%23FFD38B'/%3e%3cstop%20offset='0.611316'%20stop-color='%23FFC15D'/%3e%3cstop%20offset='1'%20stop-color='%23B97304'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e",
|
|
4812
|
+
] }), nr = "data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2014%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9.45402%200.399902C9.87463%200.399915%2010.2805%200.554948%2010.594%200.835361C10.9075%201.11577%2011.1066%201.50189%2011.1534%201.9199H12.1171C12.4507%201.92011%2012.7721%202.04571%2013.0175%202.2718C13.2628%202.49788%2013.4143%202.80794%2013.4417%203.14046L13.4463%203.2499V5.5299C13.4463%206.16081%2013.205%206.76781%2012.7717%207.2264C12.3384%207.68498%2011.746%207.96038%2011.1161%207.9961L10.9565%208.00066C10.7032%208.79031%2010.2308%209.49174%209.59422%2010.0232C8.95765%2010.5547%208.18316%2010.8944%207.36098%2011.0027V12.1799H8.69326C9.32403%2012.1801%209.93085%2012.4215%2010.3893%2012.8548C10.8477%2013.2881%2011.123%2013.8803%2011.1587%2014.5101L11.1633%2014.6499V15.0299C11.1632%2015.1678%2011.1132%2015.3009%2011.0226%2015.4048C10.9319%2015.5086%2010.8066%2015.576%2010.67%2015.5946L10.5933%2015.5999H2.99174C2.85387%2015.6001%202.72061%2015.5503%202.61664%2015.4597C2.51267%2015.3692%202.44505%2015.244%202.4263%2015.1074L2.42174%2015.0299V14.6499C2.42169%2014.0191%202.66296%2013.4122%203.09609%2012.9537C3.52922%2012.4951%204.12138%2012.2196%204.75114%2012.1837L4.89174%2012.1799H6.22174V11.0027C5.39983%2010.8941%204.62567%2010.5543%203.98939%2010.0229C3.3531%209.49138%202.88088%208.7901%202.6277%208.00066L2.60794%207.9999C1.95285%207.9999%201.3246%207.73967%200.861386%207.27646C0.398171%206.81324%200.137939%206.18499%200.137939%205.5299V3.2499C0.137939%202.51574%200.733779%201.9199%201.46794%201.9199H2.43162C2.47837%201.50176%202.67763%201.11554%202.9913%200.835108C3.30496%200.554677%203.711%200.399728%204.13174%200.399902H9.45402ZM12.1171%203.0599H11.164V6.84698C11.4613%206.80474%2011.7355%206.66316%2011.9421%206.44527C12.1486%206.22739%2012.2754%205.94602%2012.3017%205.64694L12.3071%205.5299V3.2499C12.307%203.2071%2012.2925%203.16557%2012.2658%203.13205C12.2392%203.09853%2012.2021%203.07498%2012.1604%203.06522L12.1171%203.0599ZM2.42174%203.0599H1.46794C1.41755%203.0599%201.36922%203.07992%201.33359%203.11555C1.29796%203.15118%201.27794%203.19951%201.27794%203.2499V5.5299C1.2779%205.85041%201.3936%206.16016%201.60375%206.40215C1.81391%206.64415%202.10439%206.80211%202.42174%206.84698V3.0599Z'%20fill='url(%23paint0_linear_851_822)'/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_851_822'%20x1='-0.221746'%20y1='-2.13343'%20x2='19.2003'%20y2='7.59061'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23B97304'/%3e%3cstop%20offset='0.368995'%20stop-color='%23FFC15D'/%3e%3cstop%20offset='0.5'%20stop-color='%23FFD38B'/%3e%3cstop%20offset='0.611316'%20stop-color='%23FFC15D'/%3e%3cstop%20offset='1'%20stop-color='%23B97304'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e", S1 = () => /* @__PURE__ */ a.jsx(
|
|
4802
4813
|
"svg",
|
|
4803
4814
|
{
|
|
4804
4815
|
width: "32",
|
|
@@ -4815,7 +4826,7 @@ const A1 = {
|
|
|
4815
4826
|
}
|
|
4816
4827
|
)
|
|
4817
4828
|
}
|
|
4818
|
-
),
|
|
4829
|
+
), I1 = m.div`
|
|
4819
4830
|
border-radius: 0px;
|
|
4820
4831
|
background-color: ${({ $active: e }) => e === 1 ? "rgba(17,17,17,0.8)" : "#111111fe"};
|
|
4821
4832
|
position: absolute;
|
|
@@ -4853,7 +4864,7 @@ const A1 = {
|
|
|
4853
4864
|
line-height: 14px;
|
|
4854
4865
|
}
|
|
4855
4866
|
}
|
|
4856
|
-
`,
|
|
4867
|
+
`, B1 = m.div`
|
|
4857
4868
|
max-width: 100%;
|
|
4858
4869
|
height: calc(100% - 55px);
|
|
4859
4870
|
`, ca = ({ isMobile: e = !0 }) => /* @__PURE__ */ a.jsx(
|
|
@@ -4874,7 +4885,7 @@ const A1 = {
|
|
|
4874
4885
|
}
|
|
4875
4886
|
)
|
|
4876
4887
|
}
|
|
4877
|
-
),
|
|
4888
|
+
), T1 = "data:audio/mpeg;base64,//uQBAAAAsFkQA0EQAJUTSgAoIwATNV9cbh1ABmJr22nCnADODMYxjcYxjG/voQjchCEJIT+Qn/Od/IQlCEIQ53oQgAAAYs587/85CVOc7zvIT/1OchCEbkOd/9CEJ9T5GUAJOc5znACEJ8hKEIQjZznO6EAwMfmHv4AAAMYx8C/9dz0RHd/RC0REREL////RET0RERC//iIVRC//d3c/0d/RETREL//9ERPiF13dERE3c/iIhf/ERMOAACfESgAhP/dE///9EQv0RO6AYs4AAIBAIBAIBAIRAIRBIBBmCuZhOfM6Mfml1Tsx7fnkZOe7O3zCAwWJQkUsZ/NEXG7VSi/yceKg3OUxTHRzP+PDFGgzQfioNGeb0Xv7YFlEPFsYi0WMMWvz3b//njQZohAazkhOYchW7IwwwwwwwwwzwzYTkwODoHMgop8iXUzzz2/zzz2dvnozShBSxn9hvJspqUX+TILEsKDDKjo5X/hIykB+THCBF2NpOXv/ApS54+NixjKi1RkPOb//nkB8mcOMzmHmUKocju2p6mIKaigAAAA//uSBAAAAvde1+8gQAJeC9sP5AgAC70vR0MwZEl8GmgUww1oqAQADAAMjj0pGUDwCwBkFdaVaVhLatN3MZxJUaxsxjFK1DGMZAxjBjP9uYzUequU3Z6OqSmZjG1mtMyG7qzrZ1KqFytdqrt/3UpeUpZnfTlYpUMra/oBP0a+Kb/5As0IACBABgADDY9tDMHQNgiGLkmwtVlKVmM/uZHElMV5sxjFLzGMaYxgxn/2Q2jsspf/7lLAilWGdiBioBP2opbsX7WdqszqyGdejqUvKxZn6crFZDK3/QCdYdiU7xcwQAlgBRJLtPTMDPAdPKMDGj4XCka1avtSwoxiapEzRtyZVjfSkuDVof7Nek3t+3lNmvpqpN+yqpcUv/yjcPlXPzyq/S6urZSAR5GuG8vsVi7nguMEqb/VhR39/eRUKgEAcdaoR0JSoAUVIk5jjEiRc0VuVJufrkzQMboKHGa5M6gxMUpt7OWS50odXjcAv8+GxsbN1UqrnOMoXaFdYTDx0DA0BRE8FRLKiUBEwVYoKHQm6JnuBV2S+ud+sRCJMQU1FP/7kgQAAALuWVDpBh2IXyvaKgwjEQvlSzFUkwAJYCplzpIwACmCXmUW2kVMjw59CqkvDIUxxIVuBbefSKdSVruB8UdkzMXe2+cOks3nWHAbV88/ympUsyy2bPIvRo2rST8+kf8+0mN48LKlqcVqh0rWm2KLJuq2qYZy/BBzfiLhpbjgLtCjkLmKiq2AtaQEgZjozroLB+mVVdfJyZvXzj5tDZozPIaTzEj0Wt29Oeom3YiI6Xr+TGdJWPJmg+amZys1clrS5bKMpa7ZVbY30vMo3mZNMGXSy5llDYNzwmw7LgkKACki3Q8oxNVZEog14s5WGzV9xV3jNDGyV27nVrJOZFIsVuPuVTb5rPv9YzbKzdZmt29fWbbL/7P+7N5bOzvPt8+Nj9t8S+VGR6aPD+Z3/K4mf0Eitf7L/GqkWd0FAJSToaGGLhJwoQUaDLk4S1DXBM5lOBqcBE9jM2oKRYCM+yHGLaMK1PbIScPGUSXTJScuQFTvJUQirudZc8lvDOq4k0jKwKq9GLIuqqxjQ+pYJO2cY1Y6PExBTUUDAAkIAAT/+5IEAAAC+GZNBhlAAFlKCbHEnAAL0VtRvDGACYknafOGMAE4kidmo6lYkr7/4dDDT0Yw9swbi9T2U45UFsQZMqdE8RAsNIPfmmZIhAYTl600uimbD8L9wQxXe3+jN8LhlPJHKg3p//tv5OVH49cu6FnX////8jIx+7qTkBjHnk48JJI6ESxlFVDtottT7PPqmNeajqrT0PeeiXHxqcQOW7JS57zm0mv0eYg4QOOO09szYRy6jcfG6Vf5m3VXAY0w8JzhpT/9t/JlRLGrkhwoQcf//5cBgd4jLh8EKQpZGwQUSAoLLiITiy00QoRP9d3N4VOpNPTZE+513MvL64c383cqZ7nwkqdb5Qws/tdiTjnEyKF/C8vKUyL3yPkYq79Pn00zd4R7ylm5uXi0MqJdbNHfI81cNXieAJHY7JLCVIFmiAhAQ3og0sQkEEaJX7vCdzRKQgk2e75oW7+EEC3eXiE0pV8npojUui/im5/a8UY2MkTw4v/83Qq/RxGaXouIzJXc1cwhTOvnQgiwdXo9edI8efdtb/kPQfmnDExBTUUA//uSBAAAAtAI2mghGAJeqcs9DCOCTA1bXaMMT8l8Jut0kYo5sAT0sBBSALoCB0U0iOEggwgoDAaT8kYCOGgdNtUhF6r0wc8LbRyPiBgYGf+Kzaw76aqqqiYz/gAf1Eq5VSPyDAmmjtMolYrTK7v7VCSsqqEJCf9voGJ1TT/9vAStrAJJADkcJ6KYhCdrBndUeIo8kNFemYh48WIlhd0t6hO5pLnvCPqOlR//NR1FuZOXy2WWUEqt//o/2WWoZGn8JlZTsm8qOg44kMSiLAxulgoGqDBwMDVfu/hj+VKgpxtIENBOc90TZhIs3ftzzgJIprs1JSZ1akuzgKqXCbjGqlidgwoYKSrqWUbLqlrfSWDcqOXrsYHRHDOiaggJDKhvqWpUmbR5nVUfobp3spf5QRx2R3+KyRJfyTfx+JQIAuOMgFoFSyVQ5aWkKGqkmrMsIm/VqkGZtNqsqrd1JasLJGNS2OrijWFDVqUbL1Kqvew1gU1hr80ZF5qt/DPL8omDGNMyb8qo6PMYwCJi+Vjfx8pJ53/8U3iJ9svBVUxBTUUAAP/7kgQAAAL5SVFQwxryXYjqOgTDJAmAovrDBMHBT5YfSGCYOCAqoDTJKvNIotQMAgESlVHQoDDY1X2asK9jVYVVVVViqAgK7Vfb9hTKqrqUZYx1fVmYUzMx/xj4fxm/7/9VdVLqoGJuqqxlJVVf6JN6KomO+F8X/gmxQUFhNiv7+Lse8hvqSkiJeFRMgYBAIigSY6Ao0ZtSjNnVUqqtV2Y+FVhxm+MdXZlVVL27GP277Nw6FY12PZi4zHqWpf9X1VjUBVv/UlZmoCJIRAqdEoKgssFeCuoGkEZY8dK7oKlQ0AG7QABl3xGzhUMPzmzNXLacFG53KAWsbGmxsz5wlxKF5YSUlUnLlv3OS2W3KNJIYIipkJdQFKjFFfUePPZDus6E3HfzpGzkpD+7/LLwAAMtM+SLnYTTC2z5fO/rZY60a+VJwoHQWEgx6lkjTE1JSVdSxebNFvlPF4SNLQ3KdEKiQ8FXYdOt4VYFXAJpFxI9U1AMkj3xXhJ/88VdT9AUfqTEFNRQMACQgABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/+5IEAA/wAABpAAAACAAADSAAAAEAAAGkAAAAIAAANIAAAARMQU1FAwAJCAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", Pe = ({ effectsVolume: e }) => {
|
|
4878
4889
|
const t = et(null), n = () => (t.current || (t.current = new AudioContext()), t.current), i = async (s) => {
|
|
4879
4890
|
const o = n();
|
|
4880
4891
|
if (!o) return;
|
|
@@ -4886,9 +4897,9 @@ const A1 = {
|
|
|
4886
4897
|
g.type = "highshelf", g.frequency.value = 500, h.connect(g), g.connect(p), p.connect(o.destination), h.start();
|
|
4887
4898
|
};
|
|
4888
4899
|
return {
|
|
4889
|
-
clickSound: () => i(
|
|
4900
|
+
clickSound: () => i(T1)
|
|
4890
4901
|
};
|
|
4891
|
-
},
|
|
4902
|
+
}, L1 = ({
|
|
4892
4903
|
header: e,
|
|
4893
4904
|
close: t,
|
|
4894
4905
|
width: n,
|
|
@@ -4900,7 +4911,7 @@ const A1 = {
|
|
|
4900
4911
|
active: c
|
|
4901
4912
|
}) => {
|
|
4902
4913
|
const { clickSound: d } = Pe({ effectsVolume: 50 });
|
|
4903
|
-
return /* @__PURE__ */ a.jsxs(
|
|
4914
|
+
return /* @__PURE__ */ a.jsxs(I1, { $height: i, $width: n, $isLandscape: s, $active: c, children: [
|
|
4904
4915
|
/* @__PURE__ */ a.jsxs("div", { className: "header", children: [
|
|
4905
4916
|
/* @__PURE__ */ a.jsxs(
|
|
4906
4917
|
"div",
|
|
@@ -4921,9 +4932,9 @@ const A1 = {
|
|
|
4921
4932
|
),
|
|
4922
4933
|
/* @__PURE__ */ a.jsx("div", { onClick: t, children: /* @__PURE__ */ a.jsx(ca, {}) })
|
|
4923
4934
|
] }),
|
|
4924
|
-
/* @__PURE__ */ a.jsx(
|
|
4935
|
+
/* @__PURE__ */ a.jsx(B1, { children: r })
|
|
4925
4936
|
] });
|
|
4926
|
-
},
|
|
4937
|
+
}, N1 = (e) => {
|
|
4927
4938
|
switch (e) {
|
|
4928
4939
|
case 57:
|
|
4929
4940
|
return "Speed BlackJack P";
|
|
@@ -4939,8 +4950,6 @@ const A1 = {
|
|
|
4939
4950
|
return "BlackJack";
|
|
4940
4951
|
case 10:
|
|
4941
4952
|
return "Texas";
|
|
4942
|
-
default:
|
|
4943
|
-
return "";
|
|
4944
4953
|
}
|
|
4945
4954
|
};
|
|
4946
4955
|
var O = /* @__PURE__ */ ((e) => (e[e.Ante = 0] = "Ante", e[e.Bonus = 1] = "Bonus", e[e.Call = 2] = "Call", e[e.Insurance = 3] = "Insurance", e[e.Tip = 9] = "Tip", e[e.Hit = 10] = "Hit", e[e.Double = 11] = "Double", e[e.Split = 12] = "Split", e[e.Stand = 13] = "Stand", e[e.Surrender = 14] = "Surrender", e[e.TwentyOnePlusThree = 15] = "TwentyOnePlusThree", e[e.PerfectPairs = 16] = "PerfectPairs", e[e.DraftAnte = 17] = "DraftAnte", e[e.DraftTwentyOnePlusThree = 18] = "DraftTwentyOnePlusThree", e[e.DraftPerfectPairs = 19] = "DraftPerfectPairs", e[e.Occupy = 20] = "Occupy", e[e.Leave = 21] = "Leave", e[e.DraftBetBehind = 22] = "DraftBetBehind", e[e.BetBehind = 23] = "BetBehind", e[e.Undo = 24] = "Undo", e[e.Repeat = 25] = "Repeat", e[e.Deal = 26] = "Deal", e[e.DoubleBets = 27] = "DoubleBets", e[e.StandAll = 49] = "StandAll", e))(O || {}), Ct = /* @__PURE__ */ ((e) => (e[e.Ante = 0] = "Ante", e[e.Bonus = 1] = "Bonus", e[e.Call = 2] = "Call", e[e.Fold = 3] = "Fold", e[e.Undo = 4] = "Undo", e[e.Repeat = 5] = "Repeat", e[e.DoubleBets = 6] = "DoubleBets", e[e.Tip = 7] = "Tip", e))(Ct || {});
|
|
@@ -4984,7 +4993,7 @@ const ir = {
|
|
|
4984
4993
|
26: "Deal",
|
|
4985
4994
|
27: "DoubleBets",
|
|
4986
4995
|
49: "StandAll"
|
|
4987
|
-
}, pt = (e) => e.toString().padStart(2, "0"),
|
|
4996
|
+
}, pt = (e) => e.toString().padStart(2, "0"), P1 = (e) => {
|
|
4988
4997
|
const t = new Date(e);
|
|
4989
4998
|
return `${pt(t.getDate())}.${pt(
|
|
4990
4999
|
t.getMonth() + 1
|
|
@@ -4999,7 +5008,7 @@ const ir = {
|
|
|
4999
5008
|
"135px, 20px",
|
|
5000
5009
|
"165px, 10px",
|
|
5001
5010
|
"195px, -5px"
|
|
5002
|
-
],
|
|
5011
|
+
], z1 = m.div`
|
|
5003
5012
|
display: flex;
|
|
5004
5013
|
max-width: 100%;
|
|
5005
5014
|
min-width: 100%;
|
|
@@ -5015,7 +5024,7 @@ const ir = {
|
|
|
5015
5024
|
gap: 6px;
|
|
5016
5025
|
padding-right: 12px;
|
|
5017
5026
|
}
|
|
5018
|
-
`,
|
|
5027
|
+
`, F1 = m.div`
|
|
5019
5028
|
.p {
|
|
5020
5029
|
font-family: Inter;
|
|
5021
5030
|
font-weight: 600;
|
|
@@ -5024,7 +5033,7 @@ const ir = {
|
|
|
5024
5033
|
letter-spacing: 0%;
|
|
5025
5034
|
color: ${({ $isActive: e }) => e ? "#111111" : "#ffffff"};
|
|
5026
5035
|
}
|
|
5027
|
-
`,
|
|
5036
|
+
`, D1 = ({ count: e, active: t, setActive: n }) => {
|
|
5028
5037
|
const [i, r] = E([]), [s, o] = E([]), [l, c] = E([]), { clickSound: d } = Pe({ effectsVolume: 50 }), h = Array.from({ length: e }, (y, x) => x + 1), p = () => {
|
|
5029
5038
|
t !== e && (d(), n(t + 1));
|
|
5030
5039
|
}, g = () => {
|
|
@@ -5061,7 +5070,7 @@ const ir = {
|
|
|
5061
5070
|
} else
|
|
5062
5071
|
n(y);
|
|
5063
5072
|
};
|
|
5064
|
-
return /* @__PURE__ */ a.jsx(
|
|
5073
|
+
return /* @__PURE__ */ a.jsx(z1, { children: /* @__PURE__ */ a.jsxs("div", { className: "wrapper", children: [
|
|
5065
5074
|
/* @__PURE__ */ a.jsx(
|
|
5066
5075
|
Kt,
|
|
5067
5076
|
{
|
|
@@ -5073,7 +5082,7 @@ const ir = {
|
|
|
5073
5082
|
}
|
|
5074
5083
|
),
|
|
5075
5084
|
[...i, ...l, ...s].map(
|
|
5076
|
-
(y, x) => /* @__PURE__ */ a.jsx(
|
|
5085
|
+
(y, x) => /* @__PURE__ */ a.jsx(F1, { $isActive: t === y, children: /* @__PURE__ */ a.jsx(
|
|
5077
5086
|
Kt,
|
|
5078
5087
|
{
|
|
5079
5088
|
height: 26,
|
|
@@ -5098,7 +5107,7 @@ const ir = {
|
|
|
5098
5107
|
}
|
|
5099
5108
|
)
|
|
5100
5109
|
] }) });
|
|
5101
|
-
},
|
|
5110
|
+
}, H1 = m.div`
|
|
5102
5111
|
max-width: 100%;
|
|
5103
5112
|
height: 100%;
|
|
5104
5113
|
overflow: auto;
|
|
@@ -5123,7 +5132,7 @@ const ir = {
|
|
|
5123
5132
|
border-radius: 10px;
|
|
5124
5133
|
height: 10px;
|
|
5125
5134
|
}
|
|
5126
|
-
`,
|
|
5135
|
+
`, O1 = m.div`
|
|
5127
5136
|
width: 100%;
|
|
5128
5137
|
height: 36px;
|
|
5129
5138
|
display: flex;
|
|
@@ -5154,7 +5163,7 @@ const ir = {
|
|
|
5154
5163
|
line-height: 16px;
|
|
5155
5164
|
color: #ffffff;
|
|
5156
5165
|
}
|
|
5157
|
-
`,
|
|
5166
|
+
`, M1 = m.div`
|
|
5158
5167
|
display: flex;
|
|
5159
5168
|
justify-content: space-between;
|
|
5160
5169
|
max-width: 100%;
|
|
@@ -5218,7 +5227,7 @@ const ir = {
|
|
|
5218
5227
|
rgba(255, 255, 255, 0.4) 50%,
|
|
5219
5228
|
rgba(255, 255, 255, 0) 100%
|
|
5220
5229
|
);
|
|
5221
|
-
`,
|
|
5230
|
+
`, R1 = m.div`
|
|
5222
5231
|
margin-top: 0.1%;
|
|
5223
5232
|
width: 100%;
|
|
5224
5233
|
height: 0.5px;
|
|
@@ -5229,7 +5238,7 @@ const ir = {
|
|
|
5229
5238
|
@media screen and (min-width: 768px) {
|
|
5230
5239
|
display: none;
|
|
5231
5240
|
}
|
|
5232
|
-
`,
|
|
5241
|
+
`, W1 = m.div`
|
|
5233
5242
|
width: 26px;
|
|
5234
5243
|
height: 26px;
|
|
5235
5244
|
display: flex;
|
|
@@ -5245,7 +5254,7 @@ const ir = {
|
|
|
5245
5254
|
font-weight: 700;
|
|
5246
5255
|
font-size: 10px;
|
|
5247
5256
|
line-height: 12px;
|
|
5248
|
-
`,
|
|
5257
|
+
`, V1 = m.div`
|
|
5249
5258
|
max-width: 100%;
|
|
5250
5259
|
max-height: 100%;
|
|
5251
5260
|
padding: 8px;
|
|
@@ -5405,7 +5414,7 @@ const ir = {
|
|
|
5405
5414
|
max-width: 100%;
|
|
5406
5415
|
height: calc(100% - 50px);
|
|
5407
5416
|
overflow: hidden;
|
|
5408
|
-
`,
|
|
5417
|
+
`, E1 = m.div`
|
|
5409
5418
|
padding: 8px;
|
|
5410
5419
|
overflow: auto;
|
|
5411
5420
|
|
|
@@ -5441,7 +5450,7 @@ const ir = {
|
|
|
5441
5450
|
color: #ffffff;
|
|
5442
5451
|
width: 20%;
|
|
5443
5452
|
}
|
|
5444
|
-
`,
|
|
5453
|
+
`, G1 = m.div`
|
|
5445
5454
|
display: flex;
|
|
5446
5455
|
justify-content: space-between;
|
|
5447
5456
|
align-items: center;
|
|
@@ -5483,54 +5492,57 @@ const ir = {
|
|
|
5483
5492
|
display: flex;
|
|
5484
5493
|
justify-content: start;
|
|
5485
5494
|
}
|
|
5486
|
-
`,
|
|
5495
|
+
`, U1 = ({
|
|
5487
5496
|
count: e,
|
|
5488
5497
|
active: t,
|
|
5489
5498
|
setActive: n,
|
|
5490
5499
|
handleClickRound: i,
|
|
5491
5500
|
historyData: r,
|
|
5492
|
-
isTexas: s
|
|
5501
|
+
isTexas: s,
|
|
5502
|
+
isRoulette: o
|
|
5493
5503
|
}) => {
|
|
5494
|
-
const { t:
|
|
5504
|
+
const { t: l } = W(), { clickSound: c } = Pe({ effectsVolume: 50 });
|
|
5495
5505
|
return /* @__PURE__ */ a.jsxs(sr, { children: [
|
|
5496
|
-
/* @__PURE__ */ a.jsxs(
|
|
5506
|
+
/* @__PURE__ */ a.jsxs(E1, { children: [
|
|
5497
5507
|
/* @__PURE__ */ a.jsxs("div", { className: "header", children: [
|
|
5498
|
-
/* @__PURE__ */ a.jsx("p", { className: "text", children:
|
|
5499
|
-
/* @__PURE__ */ a.jsx("p", { className: "text", children:
|
|
5500
|
-
/* @__PURE__ */ a.jsx("p", { className: "text", children:
|
|
5501
|
-
/* @__PURE__ */ a.jsx("p", { className: "text", children:
|
|
5502
|
-
/* @__PURE__ */ a.jsx("p", { className: "text", children:
|
|
5508
|
+
/* @__PURE__ */ a.jsx("p", { className: "text", children: l("Date") }),
|
|
5509
|
+
/* @__PURE__ */ a.jsx("p", { className: "text", children: l("Game") }),
|
|
5510
|
+
/* @__PURE__ */ a.jsx("p", { className: "text", children: l("Round") }),
|
|
5511
|
+
/* @__PURE__ */ a.jsx("p", { className: "text", children: l("Bet") }),
|
|
5512
|
+
/* @__PURE__ */ a.jsx("p", { className: "text", children: l("Win/Lose") })
|
|
5503
5513
|
] }),
|
|
5504
|
-
r == null ? void 0 : r.rounds.map((
|
|
5505
|
-
var
|
|
5514
|
+
r == null ? void 0 : r.rounds.map((d, h) => {
|
|
5515
|
+
var p;
|
|
5506
5516
|
return /* @__PURE__ */ a.jsxs(
|
|
5507
|
-
|
|
5517
|
+
G1,
|
|
5508
5518
|
{
|
|
5509
5519
|
onClick: () => {
|
|
5510
|
-
|
|
5520
|
+
c(), i(h);
|
|
5511
5521
|
},
|
|
5512
5522
|
children: [
|
|
5513
|
-
/* @__PURE__ */ a.jsx("p", { className: "p", children:
|
|
5514
|
-
/* @__PURE__ */ a.jsx("p", { className: "p", children:
|
|
5515
|
-
/* @__PURE__ */ a.jsx("p", { className: "p", children:
|
|
5523
|
+
/* @__PURE__ */ a.jsx("p", { className: "p", children: P1(d.roundEndTime) }),
|
|
5524
|
+
/* @__PURE__ */ a.jsx("p", { className: "p", children: d.tableName ?? N1(d.tableId) }),
|
|
5525
|
+
/* @__PURE__ */ a.jsx("p", { className: "p", children: d.currentRoundId }),
|
|
5516
5526
|
/* @__PURE__ */ a.jsxs("p", { className: "p", children: [
|
|
5517
|
-
le(
|
|
5518
|
-
(p
|
|
5519
|
-
|
|
5520
|
-
|
|
5521
|
-
|
|
5527
|
+
le(
|
|
5528
|
+
s || o ? d.player.betAmount ?? 0 : ((p = d.player.boxes) == null ? void 0 : p.reduce(
|
|
5529
|
+
(g, f) => g + f.totalBet,
|
|
5530
|
+
0
|
|
5531
|
+
)) ?? 0
|
|
5532
|
+
),
|
|
5533
|
+
d.player.gameCurrencyId
|
|
5522
5534
|
] }),
|
|
5523
|
-
/* @__PURE__ */ a.jsx("div", { className: "win", children: /* @__PURE__ */ a.jsx(Ea, { $isWin: !!
|
|
5524
|
-
le(
|
|
5525
|
-
|
|
5526
|
-
] }) : /* @__PURE__ */ a.jsx(a.Fragment, { children:
|
|
5535
|
+
/* @__PURE__ */ a.jsx("div", { className: "win", children: /* @__PURE__ */ a.jsx(Ea, { $isWin: !!d.player.winAmount, children: d.player.winAmount ? /* @__PURE__ */ a.jsxs(a.Fragment, { children: [
|
|
5536
|
+
le(d.player.winAmount),
|
|
5537
|
+
d.player.gameCurrencyId
|
|
5538
|
+
] }) : /* @__PURE__ */ a.jsx(a.Fragment, { children: l("Lost") }) }) })
|
|
5527
5539
|
]
|
|
5528
5540
|
},
|
|
5529
|
-
|
|
5541
|
+
h
|
|
5530
5542
|
);
|
|
5531
5543
|
})
|
|
5532
5544
|
] }),
|
|
5533
|
-
/* @__PURE__ */ a.jsx(
|
|
5545
|
+
/* @__PURE__ */ a.jsx(D1, { active: t, count: e, setActive: n })
|
|
5534
5546
|
] });
|
|
5535
5547
|
};
|
|
5536
5548
|
var or = /* @__PURE__ */ ((e) => (e.Reverse = "reverse", e.Green = "green", e.Gray = "gray", e.Black = "black", e))(or || {});
|
|
@@ -5548,17 +5560,17 @@ const vt = Array(4).fill([
|
|
|
5548
5560
|
{ value: "J", tSpanX: "-7" },
|
|
5549
5561
|
{ value: "Q", tSpanX: "-9" },
|
|
5550
5562
|
{ value: "K", tSpanX: "-9" }
|
|
5551
|
-
]).flat(),
|
|
5563
|
+
]).flat(), K1 = "#B50E05", Y1 = "#111111", q1 = (e) => e < 14 || e > 39 ? Y1 : K1, Z1 = [
|
|
5552
5564
|
"M72.4576 18.2454C69.854 15.3641 65.8549 17.0739 65.8549 17.0739C66.9692 15.8654 67.719 14.8997 67.5784 12.9156C67.5784 12.847 67.5784 12.7836 67.5784 12.715C67.5784 11.1993 66.9843 9.74567 65.9267 8.67389C64.8691 7.60211 63.4347 7 61.939 7C60.4434 7 59.009 7.60211 57.9514 8.67389C56.8938 9.74567 56.2996 11.1993 56.2996 12.715C56.2997 13.1052 56.3399 13.4943 56.4194 13.876C56.5444 15.248 57.2161 16.0765 58.1378 17.0739C58.1378 17.0739 54.1387 15.3641 51.5351 18.2454C50.6374 19.2449 50.1008 20.5234 50.0128 21.872C49.9249 23.2206 50.2908 24.5596 51.0508 25.6702C51.8735 26.7942 53.1024 28.6781 55.9924 28.4617C58.5544 28.2665 58.9293 27.8285 60.6789 26.4037C60.5172 28.8143 59.6262 31.1158 58.1274 32.9947L65.8757 32.9947C64.4593 31.4855 63.2044 28.0185 63.3658 26.4406C65.0894 27.8338 65.4799 28.2718 68.0211 28.4617C70.9111 28.6781 72.14 26.7942 72.9575 25.6702C73.7172 24.5585 74.0816 23.2182 73.9908 21.8691C73.8999 20.5199 73.3593 19.2422 72.4576 18.2454Z",
|
|
5553
5565
|
"M68.3011 10.0029C63.7813 9.88998 62.7366 13.4064 62.4978 15.0951C62.259 13.4064 61.2186 9.88564 56.6945 10.0029C50.7505 10.1461 49.9617 16.9489 52.0382 20.3611C54.1148 23.7733 55.1893 24.8804 57.2702 27.0684C59.2273 29.1305 61.564 31.4487 62.4253 32.8726C62.4253 32.8726 62.4722 33.0376 62.4978 32.9942C62.5234 33.0376 62.5703 32.8726 62.5703 32.8726C63.4231 31.4487 65.7726 29.1305 67.7297 27.0684C69.8063 24.8977 70.8808 23.7864 72.9574 20.3611C75.034 16.9358 74.2494 10.1461 68.3011 10.0029Z",
|
|
5554
5566
|
"M63.3638 7L53 19.8991L63.3638 33L74 20.0021L63.3638 7Z",
|
|
5555
5567
|
"M71.0529 16.8094C68.0882 13.8816 64.6248 11.0288 63.184 9.52738C61.7432 8.02594 61.3276 7.55047 61.0228 7.17511V7V7.17511C60.7181 7.55047 59.9423 8.4013 58.8617 9.52738C57.7811 10.6535 53.9575 13.8816 50.9928 16.8094C49.792 17.8598 48.9075 19.1693 48.4227 20.6142C47.9379 22.0591 47.8689 23.5917 48.222 25.0674C48.678 26.5413 49.7423 27.8013 51.1958 28.588C52.6492 29.3747 54.3813 29.6283 56.0355 29.2965C57.2498 29.1481 58.3628 28.6055 59.1664 27.77C58.9486 29.7124 58.0564 31.543 56.6174 33H65.1789C63.8541 31.509 63.0446 29.6988 62.8515 27.795C63.658 28.6231 64.7712 29.1569 65.9825 29.2965C67.6331 29.6275 69.3614 29.3732 70.8104 28.5861C72.2593 27.7991 73.3182 26.5394 73.7682 25.0674C74.1283 23.5959 74.068 22.0659 73.593 20.6213C73.118 19.1767 72.2439 17.8649 71.0529 16.8094Z"
|
|
5556
|
-
],
|
|
5568
|
+
], X1 = (e) => Z1[Math.floor((e - 1) % 52 / 13)], Q1 = [
|
|
5557
5569
|
"M22.4576 11.2454C19.854 8.36411 15.8549 10.0739 15.8549 10.0739C16.9692 8.86543 17.719 7.89973 17.5784 5.91556C17.5784 5.84696 17.5784 5.78364 17.5784 5.71504C17.5784 4.19931 16.9843 2.74567 15.9267 1.67389C14.8691 0.602113 13.4347 -2.349e-06 11.939 -2.08749e-06C10.4434 -1.82598e-06 9.00898 0.602114 7.95139 1.67389C6.8938 2.74567 6.29965 4.19932 6.29965 5.71504C6.29973 6.10518 6.33987 6.49426 6.41941 6.87599C6.54438 8.24802 7.21611 9.07651 8.13779 10.0739C8.13779 10.0739 4.13866 8.36411 1.53506 11.2454C0.637427 12.2449 0.100801 13.5234 0.0128424 14.872C-0.0751166 16.2206 0.29079 17.5596 1.05079 18.6702C1.87353 19.7942 3.10243 21.6781 5.99242 21.4617C8.55437 21.2665 8.92928 20.8285 10.6789 19.4037C10.5172 21.8143 9.62624 24.1158 8.12738 25.9947L15.8757 25.9947C14.4593 24.4855 13.2044 21.0185 13.3658 19.4406C15.0894 20.8338 15.4799 21.2718 18.0211 21.4617C20.9111 21.6781 22.14 19.7942 22.9575 18.6702C23.7172 17.5585 24.0816 16.2182 23.9908 14.8691C23.8999 13.5199 23.3593 12.2422 22.4576 11.2454Z",
|
|
5558
5570
|
"M17.3011 0.00285574C12.7813 -0.110017 11.7366 3.4064 11.4978 5.09515C11.259 3.4064 10.2186 -0.114358 5.69452 0.00285574C-0.249494 0.146117 -1.03833 6.94887 1.03823 10.3611C3.1148 13.7733 4.18933 14.8804 6.27016 17.0684C8.22733 19.1305 10.564 21.4487 11.4253 22.8726C11.4253 22.8726 11.4722 23.0376 11.4978 22.9942C11.5234 23.0376 11.5703 22.8726 11.5703 22.8726C12.4231 21.4487 14.7726 19.1305 16.7297 17.0684C18.8063 14.8977 19.8808 13.7864 21.9574 10.3611C24.034 6.93584 23.2494 0.146117 17.3011 0.00285574Z",
|
|
5559
5571
|
"M10.3638 0L0 12.8991L10.3638 26L21 13.0021L10.3638 0Z",
|
|
5560
5572
|
"M23.0529 9.8094C20.0882 6.88159 16.6248 4.02883 15.184 2.52738C13.7432 1.02594 13.3276 0.550472 13.0228 0.175111V0V0.175111C12.7181 0.550472 11.9423 1.4013 10.8617 2.52738C9.78108 3.65347 5.95746 6.88159 2.99278 9.8094C1.79203 10.8598 0.907508 12.1693 0.422715 13.6142C-0.0620774 15.0591 -0.131144 16.5917 0.222043 18.0674C0.678035 19.5413 1.74229 20.8013 3.19577 21.588C4.64924 22.3747 6.38132 22.6283 8.03551 22.2965C9.24985 22.1481 10.3628 21.6055 11.1664 20.77C10.9486 22.7124 10.0564 24.543 8.61737 26H17.1789C15.8541 24.509 15.0446 22.6988 14.8515 20.795C15.658 21.6231 16.7712 22.1569 17.9825 22.2965C19.6331 22.6275 21.3614 22.3732 22.8104 21.5861C24.2593 20.7991 25.3182 19.5394 25.7682 18.0674C26.1283 16.5959 26.068 15.0659 25.593 13.6213C25.118 12.1767 24.2439 10.8649 23.0529 9.8094Z"
|
|
5561
|
-
], _t = (e) => X1[Math.floor((e - 1) % 52 / 13)], Q1 = "#E34747", J1 = "#FFFFFF99", ea = (e) => e < 14 || e > 39 ? J1 : Q1, $1 = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='42'%20height='56'%3e%3cpath%20d='M2%200h38c1.1%200%202%20.9%202%202v52c0%201.1-.9%202-2%202H2c-1.1%200-2-.9-2-2V2C0%20.9.9%200%202%200z'%20fill='%23FFF'/%3e%3cpath%20d='M6%203h30c1.1%200%202%20.9%202%202v46c0%201.1-.9%202-2%202H6c-1.1%200-2-.9-2-2V5c0-1.1.9-2%202-2z'%20fill='%23414141'/%3e%3cpath%20d='M24.2%2051h-1.5l13.4-11.4.7.8L24.2%2051zm-4.3%200h-1.5l17.7-15.1.7.8L19.9%2051zm-4.3%200h-1.5l22-18.7.7.8L15.6%2051zM7%2051h-.6l-.4-.5%2030-25.6.7.8L7%2051zm29.4%200h-.9l.5-.5.4.5zm-3.7%200h-1.5l4.8-4.1.7.8-4%203.3zm-4.3%200h-1.5l9.1-7.8.7.8-8.3%207zM9.8%2051%2036%2028.6l.7.8L11.3%2051H9.8zm-3.1-3.4-.7-.8%2030-25.6.7.8-30%2025.6zm0-3.6-.7-.8%2030-25.6.7.8L6.7%2044zm0-3.6-.7-.8L36%2014l.7.8-30%2025.6zm0-3.7-.7-.8%2030-25.6.7.8-30%2025.6zm0-3.7-.7-.8L36%206.6l.7.8L6.7%2033zm0-3.6-.7-.8L33.7%205h1.5L6.7%2029.4zm0-3.7-.7-.8%2023.4-20h1.5L6.7%2025.7zm0-3.6-.7-.8L25.1%205h1.5L6.7%2022.1zm0-3.7-.7-.8L20.8%204.9h1.5L6.7%2018.4zm0-3.6L6%2014l10.6-9h1.5L6.7%2014.8zm0-3.7-.7-.8L12.3%205h1.5l-7.1%206.1zm0-3.6L6%206.7%208%205h1.5L6.7%207.5z'/%3e%3c/svg%3e", _1 = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='42'%20height='56'%3e%3cg%20transform='translate(-1099%20-196)'%3e%3cpath%20d='M1101%20196h38c1.1%200%202%20.9%202%202v52c0%201.1-.9%202-2%202h-38c-1.1%200-2-.9-2-2v-52c0-1.1.9-2%202-2z'%20fill='%23FFF'/%3e%3clinearGradient%20id='a'%20gradientUnits='userSpaceOnUse'%20x1='-1113.566'%20y1='-48.941'%20x2='-1114.546'%20y2='-47.961'%20gradientTransform='matrix(34%200%200%2050%2038997.59%202647)'%3e%3cstop%20offset='0'%20style='stop-color:%230a851a'/%3e%3cstop%20offset='1'%20style='stop-color:%230e2904'/%3e%3c/linearGradient%3e%3cpath%20fill='url(%23a)'%20d='M1105%20199h30c1.1%200%202%20.9%202%202v46c0%201.1-.9%202-2%202h-30c-1.1%200-2-.9-2-2v-46c0-1.1.9-2%202-2z'/%3e%3cpath%20d='m1125%20217.8-.3.3c-.1%200-.2-.2-.2-.3%200-.1.2-.2.3-.2.1%200%20.2.1.2.2m3.1-.5c0-.1-.1-.2-.3-.2-.1%200-.2.1-.2.3s.1.2.3.2h.1c.1-.1.1-.2.1-.3m-4.3.9c.1-.1.2-.2.1-.3-.1-.1-.2-.1-.3-.1s-.1.2-.1.3c0%20.1.1.1.3.1m3-1c-.1%200-.2.1-.2.3%200%20.1.1.2.3.2h.1c.1-.1.2-.2.1-.3-.1-.1-.2-.2-.3-.2m-14.4%207.2c-.1.1-.1.2%200%20.3.1.1.2.1.3%200%20.1-.1.1-.2%200-.3%200-.1-.2-.1-.3%200m1.1-.9c-.1-.1-.2-.1-.3%200-.1.1-.1.2%200%20.3.1.1.2.1.3%200%20.1%200%20.1-.2%200-.3m10.5%204.5c.1-.1.2-.2.1-.3%200%200%200-.1-.1-.1h-.1l-.3.3c.1.1.2.2.4.1%200%20.1%200%20.1%200%200m7.2-6.6c.1-.3.1-.5.1-.7%200-.3.1-.5.2-.8l-.8%201c-.1.1.5.5.5.5zm-9%207.8c.1-.1.2-.2.1-.3l-.1-.1c-.1%200-.2.1-.3.1-.1.1-.1.3.1.3h.2c-.1%200-.1%200%200%200m2.5-2c.1-.1.2-.2.1-.3%200%200%200-.1-.1-.1%200%200-.1%200-.1-.1-.1.1-.2.3-.2.4%200%20.1.2.2.3.1m-3.6%202.1c.1-.1.2-.2.1-.3h-.4c-.1.1-.1.3%200%20.3s.2.1.3%200m8.6-9%20.4.3c.1-.1.1-.3-.1-.3-.1-.1-.2-.1-.3%200m-17.9%204.9c-.1.1-.1.2%200%20.3l.4-.2s0-.1-.1-.1c-.1-.1-.2-.1-.3%200m-3.4%204c-.1.1-.1.2%200%20.3.1.1.2.1.3%200%200%200%20.1%200%20.1-.1%200%200%200-.1.1-.1v-.1l-.1-.1c-.1%200-.3%200-.4.1m20.5-12.3c-.1%200-.2.1-.2.3s.1.2.3.2c.1%200%20.2-.1.2-.3-.1-.1-.2-.2-.3-.2m-3.1.8.1.1c.1-.1.1-.2%200-.3-.1-.1-.2-.1-.3%200v.1c.1%200%20.2%200%20.2.1zm-2.6%2011.2c.1-.1.2-.2.1-.3-.1-.1-.2-.1-.3-.1-.1.1-.2.2-.1.3%200%200%200%20.1.1.1%200%200%20.1.1.2%200m-3.1.6c.1-.1.2-.2.1-.3-.1-.1-.2-.2-.3-.1-.1.1-.2.2-.1.3%200%20.1.1.1.3.1-.1%200%200%200%200%200m8.1-5.4-.5.6v.3c0%20.5-.5.8-1.1%201.1l-.2.1-2.2%202.8c-.4.5-1%20.8-1.6.9l-3.5.4c0%20.1-.1.1-.2.1l-1.2.7%204.9-.5c.8-.1%201.5-.5%202-1.1l4.7-6.1-.1-.1-1%20.8zm2.1-4.6c-.1.1-.1.2%200%20.3.1.1.2.1.3%200%20.1-.1.2-.2.1-.3v-.1c-.1%200-.3%200-.4.1m1.5.1c.1-.1.3-.1.4-.1h.5l.2-.3c-.3%200-.6.1-.9.1l-.2.3zm-6.7%206.4c-.1.1-.1.2%200%20.3.1.1.2.1.3%200%200%200-.1-.1-.1-.2-.1%200-.1%200-.2-.1m-13.3%205.9%201.8-.2-.4-.6-1.6.2.2.6zm-3.3-1.7.3.3c.1-.1%200-.3-.1-.3%200-.1-.2-.1-.2%200m3.4.1c0-.1-.1-.2-.2-.2v.5h.1c0-.1.1-.2.1-.3m.5-.1c0%20.1.1.2.3.2.1%200%20.1%200%20.2-.1l-.2-.4c-.2.1-.3.2-.3.3m-1.1%204.4c.1%200%20.2-.1.2-.2l-.6-7.5v-.1c-.1-.2-.5.1-.9.3-.4.2-.9.5-.8.7l.5%204-3.2-2.4c-.2-.1-.6.1-1%20.4-.4.2-.8.4-.7.6l.1.1%206.2%204.3c0-.1.1-.1.2-.2m3.5-2.1%204-2.3c.2-.1%200-.5-.2-.8-.2-.4-.4-.7-.6-.6l-2.6%201.5-.6-1%202.2-1.3c.2-.1%200-.4-.2-.8-.2-.3-.4-.6-.5-.5l-2.2%201.3-.5-.9%202.6-1.5c.2-.1%200-.5-.2-.8-.2-.4-.4-.7-.6-.6l-4%202.3c-.1%200-.1.1-.1.2l3.4%205.8h.1m8-4.6c1.9-1.1%202.2-3%201.1-4.8-.1-.2-.2-.4-.4-.3l-2.7%201.6c-.2.1%200%20.4.2.7.2.3.4.6.6.5l1.2-.7c.2.5-.1%201-.8%201.4-.9.5-2%20.2-2.5-.8-.5-.9-.2-2%20.6-2.5.5-.3%201-.4%201.6-.4h.1c.2-.1.2-.5.1-.9%200-.2-.1-.5-.2-.7%200-.1-.1-.1-.1-.1-.8-.1-1.7.1-2.4.6-1.7.9-2.4%203.1-1.5%204.8%200%20.1.1.1.1.2.9%201.7%203%202.4%204.8%201.4%200%20.1.1.1.2%200m3.7-2.2c.4-.2.8-.5.8-.7l-.1-1%202.3-1.3.8.6c.1.1.6-.1%201-.4.4-.2.8-.4.7-.6l-.1-.1-6.2-4.2c-.1-.1-.2%200-.3.1s-.2.1-.2.2l.6%207.5v.1c0%20.3.3.1.7-.2m.4-4.8%201.4%201-1.2.7-.2-1.7zm7.7.2c1.4-.8%202-2.2%201.4-3.3-.7-1.3-2.2-1.1-3.2-.9-.5.1-.9.1-1-.1-.1-.2%200-.5.5-.7.4-.2.9-.3%201.4-.3h.1c.2-.1.2-.5.2-.9%200-.2%200-.5-.1-.7l-.1-.1c-.8-.1-1.7.1-2.4.5-1.4.8-1.9%202.1-1.2%203.2.7%201.2%202.1%201%203%20.8.6-.1%201-.1%201.2.1.1.2%200%20.5-.6.9-.5.2-1.1.3-1.7.2h-.1c-.1.1-.2.4-.2.8-.1.2%200%20.5%200%20.7%200%200%200%20.1.1.1.9.4%201.9.2%202.7-.3m-4.8-5.7-.3.6c0%20.1%200%20.1-.1.1l-7%201%20.3.5c.2.3.1.7-.2.9l-7.9%204.5c-.3.2-.7.1-.9-.2l-.4-.7-3.6%204.5c-.2.1-.4.2-.6.4-.3.2-.4.4-.4.8v.2l-.8%201-.3.6-.6-.4.3-.6%205.6-7.1-.6-1.1c-.2-.3-.1-.7.2-.9l7.9-4.5c.3-.2.7-.1.9.2l.8%201.4%207.7-1.2zm-13.4%205.3c-.1-.1-.2-.3-.2-.2l-.9.5-.9-1.6c0-.1-.2%200-.3.1-.1.1-.3.2-.2.2l1.2%202h.1l1.4-.8-.2-.2m-.2-2.3c0-.1-.2%200-.3.1-.1.1-.3.2-.2.2l1.2%202c0%20.1.2%200%20.3-.1s.3-.2.2-.2l-1.2-2zm2.3-1.4c0-.1-.2%200-.3.1-.1.1-.3.2-.3.2l.2%201.4-1.1-.8s-.2.1-.4.1c-.1.1-.3.2-.2.2l2.2%201.5h.1s.1%200%20.1-.1l-.3-2.6m1.1.4-.2-.3.9-.5c.1%200%200-.2-.1-.3l-.2-.2-1.4.8v.1l1.2%202.1h.1l1.4-.8c.1%200%200-.2-.1-.3-.1-.1-.2-.3-.2-.2l-.9.5-.2-.4.8-.4c.1%200%200-.1-.1-.3-.1-.1-.1-.2-.2-.2l-.8.4z'%20fill='%23FFF'/%3e%3c/g%3e%3c/svg%3e", el = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='42'%20height='56'%3e%3cpath%20d='M2%200h38c1.1%200%202%20.9%202%202v52c0%201.1-.9%202-2%202H2c-1.1%200-2-.9-2-2V2C0%20.9.9%200%202%200z'%20fill='%23FFF'/%3e%3cpath%20d='M6%203h30c1.1%200%202%20.9%202%202v46c0%201.1-.9%202-2%202H6c-1.1%200-2-.9-2-2V5c0-1.1.9-2%202-2z'%20fill='%23414141'/%3e%3cpath%20d='m26%2021.8-.3.3c-.1%200-.2-.2-.2-.3%200-.1.2-.2.3-.2.1%200%20.2.1.2.2m3.1-.5c0-.1-.1-.2-.3-.2-.1%200-.2.1-.2.3s.1.2.3.2h.1c.1-.1.1-.2.1-.3m-4.3.9c.1-.1.2-.2.1-.3-.1-.1-.2-.1-.3-.1s-.1.2-.1.3c0%20.1.1.1.3.1m3-1c-.1%200-.2.1-.2.3%200%20.1.1.2.3.2h.1c.1-.1.2-.2.1-.3-.1-.1-.2-.2-.3-.2m-14.4%207.2c-.1.1-.1.2%200%20.3.1.1.2.1.3%200%20.1-.1.1-.2%200-.3%200-.1-.2-.1-.3%200m1.1-.9c-.1-.1-.2-.1-.3%200-.1.1-.1.2%200%20.3.1.1.2.1.3%200%20.1%200%20.1-.2%200-.3M25%2032c.1-.1.2-.2.1-.3%200%200%200-.1-.1-.1h-.1l-.3.3c.1.1.2.2.4.1%200%20.1%200%20.1%200%200m7.2-6.6c.1-.3.1-.5.1-.7%200-.3.1-.5.2-.8l-.8%201c-.1.1.5.5.5.5zm-9%207.8c.1-.1.2-.2.1-.3l-.1-.1c-.1%200-.2.1-.3.1-.1.1-.1.3.1.3h.2c-.1%200-.1%200%200%200m2.5-2c.1-.1.2-.2.1-.3%200%200%200-.1-.1-.1%200%200-.1%200-.1-.1-.1.1-.2.3-.2.4%200%20.1.2.2.3.1m-3.6%202.1c.1-.1.2-.2.1-.3h-.4c-.1.1-.1.3%200%20.3s.2.1.3%200m8.6-9%20.4.3c.1-.1.1-.3-.1-.3-.1-.1-.2-.1-.3%200m-17.9%204.9c-.1.1-.1.2%200%20.3l.4-.2s0-.1-.1-.1c-.1-.1-.2-.1-.3%200m-3.4%204c-.1.1-.1.2%200%20.3.1.1.2.1.3%200%200%200%20.1%200%20.1-.1%200%200%200-.1.1-.1v-.1l-.1-.1c-.1%200-.3%200-.4.1m20.5-12.3c-.1%200-.2.1-.2.3s.1.2.3.2c.1%200%20.2-.1.2-.3-.1-.1-.2-.2-.3-.2m-3.1.8.1.1c.1-.1.1-.2%200-.3-.1-.1-.2-.1-.3%200v.1c.1%200%20.2%200%20.2.1zm-2.6%2011.2c.1-.1.2-.2.1-.3-.1-.1-.2-.1-.3-.1-.1.1-.2.2-.1.3%200%200%200%20.1.1.1%200%200%20.1.1.2%200m-3.1.6c.1-.1.2-.2.1-.3-.1-.1-.2-.2-.3-.1-.1.1-.2.2-.1.3%200%20.1.1.1.3.1-.1%200%200%200%200%200m8.1-5.4-.5.6v.3c0%20.5-.5.8-1.1%201.1l-.2.1-2.2%202.8c-.4.5-1%20.8-1.6.9l-3.5.4c0%20.1-.1.1-.2.1l-1.2.7%204.9-.5c.8-.1%201.5-.5%202-1.1l4.7-6.1-.1-.1-1%20.8zm2.1-4.6c-.1.1-.1.2%200%20.3.1.1.2.1.3%200%20.1-.1.2-.2.1-.3v-.1c-.1%200-.3%200-.4.1m1.5.1c.1-.1.3-.1.4-.1h.5l.2-.3c-.3%200-.6.1-.9.1l-.2.3zM26.1%2030c-.1.1-.1.2%200%20.3.1.1.2.1.3%200%200%200-.1-.1-.1-.2-.1%200-.1%200-.2-.1m-13.3%205.9%201.8-.2-.4-.6-1.6.2.2.6zm-3.3-1.7.3.3c.1-.1%200-.3-.1-.3%200-.1-.2-.1-.2%200m3.4.1c0-.1-.1-.2-.2-.2v.5h.1c0-.1.1-.2.1-.3m.5-.1c0%20.1.1.2.3.2.1%200%20.1%200%20.2-.1l-.2-.4c-.2.1-.3.2-.3.3m-1.1%204.4c.1%200%20.2-.1.2-.2l-.6-7.5v-.1c-.1-.2-.5.1-.9.3-.4.2-.9.5-.8.7l.5%204-3.2-2.4c-.2-.1-.6.1-1%20.4-.4.2-.8.4-.7.6l.1.1%206.2%204.3c0-.1.1-.1.2-.2m3.5-2.1%204-2.3c.2-.1%200-.5-.2-.8-.2-.4-.4-.7-.6-.6l-2.6%201.5-.6-1L18%2032c.2-.1%200-.4-.2-.8-.2-.3-.4-.6-.5-.5L15.1%2032l-.5-.9%202.6-1.5c.2-.1%200-.5-.2-.8-.2-.4-.4-.7-.6-.6l-4%202.3c-.1%200-.1.1-.1.2l3.4%205.8h.1m8-4.6c1.9-1.1%202.2-3%201.1-4.8-.1-.2-.2-.4-.4-.3l-2.7%201.6c-.2.1%200%20.4.2.7.2.3.4.6.6.5l1.2-.7c.2.5-.1%201-.8%201.4-.9.5-2%20.2-2.5-.8-.5-.9-.2-2%20.6-2.5.5-.3%201-.4%201.6-.4h.1c.2-.1.2-.5.1-.9%200-.2-.1-.5-.2-.7%200-.1-.1-.1-.1-.1-.8-.1-1.7.1-2.4.6-1.7.9-2.4%203.1-1.5%204.8%200%20.1.1.1.1.2.9%201.7%203%202.4%204.8%201.4%200%20.1.1.1.2%200m3.7-2.2c.4-.2.8-.5.8-.7l-.1-1%202.3-1.3.8.6c.1.1.6-.1%201-.4.4-.2.8-.4.7-.6l-.1-.1-6.2-4.2c-.1-.1-.2%200-.3.1s-.2.1-.2.2l.6%207.5v.1c0%20.3.3.1.7-.2m.4-4.8%201.4%201-1.2.7-.2-1.7zm7.7.2c1.4-.8%202-2.2%201.4-3.3-.7-1.3-2.2-1.1-3.2-.9-.5.1-.9.1-1-.1-.1-.2%200-.5.5-.7.4-.2.9-.3%201.4-.3h.1c.2-.1.2-.5.2-.9%200-.2%200-.5-.1-.7l-.1-.1c-.8-.1-1.7.1-2.4.5-1.4.8-1.9%202.1-1.2%203.2.7%201.2%202.1%201%203%20.8.6-.1%201-.1%201.2.1.1.2%200%20.5-.6.9-.5.2-1.1.3-1.7.2H33c-.1.1-.2.4-.2.8-.1.2%200%20.5%200%20.7%200%200%200%20.1.1.1.9.4%201.9.2%202.7-.3m-4.8-5.7-.3.6c0%20.1%200%20.1-.1.1l-7%201%20.3.5c.2.3.1.7-.2.9L15.6%2027c-.3.2-.7.1-.9-.2l-.4-.7-3.6%204.5c-.2.1-.4.2-.6.4-.3.2-.4.4-.4.8v.2l-.8%201-.3.6-.6-.4.3-.6%205.6-7.1-.6-1.1c-.2-.3-.1-.7.2-.9l7.9-4.5c.3-.2.7-.1.9.2l.8%201.4%207.7-1.2zm-13.4%205.3c-.1-.1-.2-.3-.2-.2l-.9.5-.9-1.6c0-.1-.2%200-.3.1-.1.1-.3.2-.2.2l1.2%202h.1l1.4-.8-.2-.2m-.2-2.3c0-.1-.2%200-.3.1-.1.1-.3.2-.2.2l1.2%202c0%20.1.2%200%20.3-.1s.3-.2.2-.2l-1.2-2zm2.3-1.4c0-.1-.2%200-.3.1-.1.1-.3.2-.3.2l.2%201.4-1.1-.8s-.2.1-.4.1c-.1.1-.3.2-.2.2l2.2%201.5h.1s.1%200%20.1-.1l-.3-2.6m1.1.4-.2-.3.9-.5c.1%200%200-.2-.1-.3l-.2-.2-1.4.8v.1l1.2%202.1h.1l1.4-.8c.1%200%200-.2-.1-.3-.1-.1-.2-.3-.2-.2l-.9.5-.2-.4.8-.4c.1%200%200-.1-.1-.3-.1-.1-.1-.2-.2-.2l-.8.4z'%20fill='%23FFF'/%3e%3c/svg%3e", tl = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='42'%20height='56'%3e%3cpath%20d='M2%200h38c1.1%200%202%20.9%202%202v52c0%201.1-.9%202-2%202H2c-1.1%200-2-.9-2-2V2C0%20.9.9%200%202%200z'%20fill='%23FFF'/%3e%3clinearGradient%20id='a'%20gradientUnits='userSpaceOnUse'%20x1='-1141.192'%20y1='-52.863'%20x2='-1142.172'%20y2='-51.883'%20gradientTransform='matrix(34%200%200%2050%2038837.96%202647)'%3e%3cstop%20offset='0'%20style='stop-color:%235e5e5e'/%3e%3cstop%20offset='1'%20style='stop-color:%23000'/%3e%3c/linearGradient%3e%3cpath%20fill='url(%23a)'%20d='M6%203h30c1.1%200%202%20.9%202%202v46c0%201.1-.9%202-2%202H6c-1.1%200-2-.9-2-2V5c0-1.1.9-2%202-2z'/%3e%3clinearGradient%20id='b'%20gradientUnits='userSpaceOnUse'%20x1='-1177.395'%20y1='139.528'%20x2='-1177.395'%20y2='140.528'%20gradientTransform='matrix(28.7953%20-16.625%207.495%2012.9817%2032875.063%20-21364.348)'%3e%3cstop%20offset='0'%20style='stop-color:%23ffde0b'/%3e%3cstop%20offset='1'%20style='stop-color:%23ffa200'/%3e%3c/linearGradient%3e%3cpath%20fill='url(%23b)'%20d='m26%2021.8-.3.3c-.1%200-.2-.2-.2-.3%200-.1.2-.2.3-.2.1%200%20.2.1.2.2m3.1-.5c0-.1-.1-.2-.3-.2-.1%200-.2.1-.2.3s.1.2.3.2h.1c.1-.1.1-.2.1-.3m-4.3.9c.1-.1.1-.2.1-.3-.1-.1-.2-.1-.3-.1s-.1.2-.1.3c0%20.1.1.1.3.1m3-1c-.1%200-.2.1-.2.3%200%20.1.1.2.3.2h.1c.1-.1.2-.2.1-.3-.1-.1-.2-.2-.3-.2m-14.3%207.2c-.1.1-.1.2%200%20.3.1.1.2.1.3%200%20.1-.1.1-.2%200-.3-.1-.1-.3-.1-.3%200m1-.9c-.1-.1-.2-.1-.3%200-.1.1-.1.2%200%20.3.1.1.2.1.3%200%20.1%200%20.1-.2%200-.3M25%2032c.1-.1.1-.2.1-.3l-.1-.1h-.1l-.3.3c.1.1.3.2.4.1m7.2-6.7c.1-.3.1-.5.1-.6%200-.3.1-.5.2-.8l-.8%201c-.1.1.5.5.5.4zm-9%207.9c.1-.1.2-.2.1-.3l-.1-.1c-.1%200-.2.1-.3.1-.1.1-.1.3%200%20.3H23.2m2.5-2c.1-.1.1-.2.1-.3l-.1-.1h-.1c-.1.1-.1.3-.2.4.1.1.2.1.3%200m-3.6%202.1c.1-.1.1-.2.1-.3h-.4c-.1.1-.1.3%200%20.3h.3m8.6-9%20.4.3c.1-.1%200-.3-.1-.3-.1-.1-.2-.1-.3%200m-17.9%204.9c-.1.1-.1.2%200%20.3l.4-.2s0-.1-.1-.1c-.1-.1-.2-.1-.3%200m-3.3%204c-.1.1-.1.2%200%20.3.1.1.2.1.3%200h.1s0-.1.1-.1v-.1l-.1-.1c-.2-.1-.4-.1-.4%200m20.4-12.3c-.1%200-.2.1-.2.3s.1.2.3.2c.1%200%20.2-.1.2-.3-.1-.1-.2-.2-.3-.2m-3.1.8.1.1c.1-.1.1-.2%200-.3s-.2-.1-.3%200v.1c.1%200%20.2%200%20.2.1zm-2.6%2011.2c.1-.1.1-.2.1-.3-.1-.1-.2-.2-.3-.1-.1.1-.1.2-.1.3l.1.1s.1.1.2%200m-3.1.6c.1-.1.1-.2.1-.3-.1-.2-.2-.2-.4-.1-.1.1-.1.2-.1.3.1.1.2.1.4.1-.1%200%200%200%200%200m8.1-5.4-.5.6v.3c0%20.5-.5.8-1.1%201.1l-.2.1-2.2%202.8c-.4.5-1%20.8-1.6.9l-3.5.4c0%20.1-.1.1-.2.1l-1.2.7%204.9-.5c.8-.1%201.5-.5%202-1.1l4.7-6-.1-.1-1%20.7zm2.1-4.6c-.1.1-.1.2%200%20.3.1.1.2.1.3%200%20.1-.1.1-.2.1-.3v-.1c-.1%200-.3%200-.4.1m1.5.1c.1-.1.3-.1.4-.1h.5l.2-.3c-.3%200-.6.1-.9.1l-.2.3zM26.1%2030c-.1.1-.1.2%200%20.3.1.1.2.1.3%200%200%200-.1-.1-.1-.2-.1%200-.1%200-.2-.1m-13.3%205.9%201.9-.2-.4-.6-1.6.2.1.6zm-3.3-1.7.3.3c.1-.1.1-.3-.1-.3%200-.1-.2-.1-.2%200m3.4.1c0-.1-.1-.2-.2-.2v.5h.1c0-.1.1-.2.1-.3m.5-.1c0%20.1.1.2.3.2.1%200%20.1%200%20.2-.1l-.2-.3c-.2%200-.3.1-.3.2m-1.1%204.4c.1%200%20.2-.1.2-.2l-.6-7.5v-.1c-.1-.2-.5.1-.9.3-.4.2-.9.5-.9.7l.5%204-3.2-2.4c-.2-.1-.6.1-1%20.4-.4.2-.8.5-.7.6l.1.1%206.2%204.3c.1-.1.2-.1.3-.2m3.5-2.1%204-2.3c.2-.1%200-.5-.2-.8s-.4-.7-.6-.6l-2.6%201.5-.6-1L18%2032c.2-.1%200-.4-.2-.8s-.4-.6-.5-.5L15%2031.9l-.5-.9%202.6-1.5c.2-.1%200-.5-.2-.9s-.4-.7-.6-.6l-4%202.3c-.1%200-.1.1-.1.2l3.4%205.8c0%20.2.1.2.2.2m8-4.6c2-1.1%202.2-3%201.1-4.8-.1-.1-.2-.4-.4-.3l-2.7%201.6c-.2.1%200%20.4.2.7s.4.6.6.5l1.2-.7c.2.5-.1%201-.8%201.4-.9.5-2%20.1-2.5-.8s-.2-2%20.6-2.5c.5-.3%201-.4%201.6-.4h.1c.2-.1.2-.5.1-.9%200-.2-.1-.5-.2-.7%200-.1-.1-.1-.1-.1-.8-.1-1.7.1-2.4.6-1.7.9-2.4%203-1.5%204.8%200%20.1.1.1.1.2.9%201.7%203%202.3%204.8%201.4%200%20.1.1.1.2%200m3.7-2.2c.4-.2.9-.5.8-.7l-.1-1%202.3-1.3.8.6c.1.1.6-.1%201-.4.4-.2.8-.5.7-.6l-6.2-4.2c-.1-.1-.2%200-.3.1s-.2.1-.2.2l.6%207.5v.1c-.1.2.2%200%20.6-.3m.4-4.8%201.4%201-1.2.7-.2-1.7zm7.7.2c1.4-.8%202-2.2%201.4-3.3-.7-1.3-2.2-1.1-3.2-.9-.5.1-.9.1-1-.1-.1-.2%200-.5.5-.7.4-.2.9-.3%201.4-.3h.1c.2-.1.2-.5.2-.9%200-.2%200-.5-.1-.7%200%200%200-.1-.1-.1-.8-.1-1.7.1-2.4.5-1.4.8-1.9%202.1-1.2%203.2.7%201.2%202.1%201%203%20.8.5-.1%201-.1%201.2.1.1.2%200%20.5-.5.9-.5.2-1.1.3-1.7.2h-.1c-.1.1-.2.4-.2.8v.7s0%20.1.1.1c.8.4%201.8.2%202.6-.3m-4.8-5.7-.3.6v.1l-7%201%20.3.5c.2.3.1.7-.2.9L15.7%2027c-.3.2-.7.1-.9-.2l-.4-.7-3.6%204.5c-.2.1-.4.2-.6.4-.3.2-.4.4-.4.8v.2L9%2033l-.3.6-.7-.4.3-.6%205.6-7.1-.6-1.1c-.2-.3-.1-.7.2-.9l7.9-4.5c.3-.2.7-.1.9.2l.8%201.4%207.7-1.2zm-13.4%205.3c-.1-.1-.1-.3-.2-.2l-.9.5-.9-1.6c0-.1-.2%200-.3.1s-.3.2-.2.2l1.2%202h.1l1.4-.8-.2-.2m-.2-2.3c0-.1-.2%200-.3.1s-.3.2-.2.2l1.2%202c0%20.1.2%200%20.3-.1s.3-.1.2-.2l-1.2-2zm2.3-1.4c0-.1-.2%200-.3.1-.1.1-.3.2-.3.2l.2%201.4-1.1-.8s-.2%200-.4.1c-.1.1-.3.2-.2.2l2.2%201.5h.1s.1%200%20.1-.1l-.3-2.6m1.1.4-.2-.3.9-.5c.1%200%200-.2-.1-.3s-.1-.2-.2-.2l-1.4.8v.1l1.2%202h.1l1.4-.8c.1%200%200-.2-.1-.3s-.1-.3-.2-.2l-.9.5-.2-.4.8-.4c.1%200%200-.1-.1-.3s-.1-.2-.2-.2l-.8.5z'/%3e%3cg%20transform='translate(-1099%20-196)'%3e%3cpath%20d='M1101.1%20196h38c1.1%200%202%20.9%202%202v52c0%201.1-.9%202-2%202h-38c-1.1%200-2-.9-2-2v-52c0-1.1.9-2%202-2z'%20fill='%23FFF'/%3e%3clinearGradient%20id='c'%20gradientUnits='userSpaceOnUse'%20x1='-1108.866'%20y1='-48.943'%20x2='-1109.846'%20y2='-47.963'%20gradientTransform='matrix(34%200%200%2050%2038837.96%202647)'%3e%3cstop%20offset='0'%20style='stop-color:%235e5e5e'/%3e%3cstop%20offset='1'%20style='stop-color:%23000'/%3e%3c/linearGradient%3e%3cpath%20fill='url(%23c)'%20d='M1105.1%20199h30c1.1%200%202%20.9%202%202v46c0%201.1-.9%202-2%202h-30c-1.1%200-2-.9-2-2v-46c0-1.1.9-2%202-2z'/%3e%3clinearGradient%20id='d'%20gradientUnits='userSpaceOnUse'%20x1='-1151.716'%20y1='187.513'%20x2='-1151.716'%20y2='188.513'%20gradientTransform='matrix(28.7953%20-16.625%207.495%2012.9817%2032875.063%20-21364.348)'%3e%3cstop%20offset='0'%20style='stop-color:%23ffde0b'/%3e%3cstop%20offset='1'%20style='stop-color:%23ffa200'/%3e%3c/linearGradient%3e%3cpath%20fill='url(%23d)'%20d='m1125.1%20217.8-.3.3c-.1%200-.2-.2-.2-.3%200-.1.2-.2.3-.2.1%200%20.1.1.2.2m3.1-.5c0-.1-.1-.2-.3-.2-.1%200-.2.1-.2.3%200%20.1.1.2.3.2h.1c0-.1.1-.2.1-.3m-4.3.9c.1-.1.2-.2.1-.3-.1-.1-.2-.1-.3-.1s-.2.2-.1.3c0%20.1.1.2.3.1-.1%200%200%200%200%200m2.9-.9c-.1%200-.2.1-.2.3%200%20.1.1.2.3.2h.1c.1-.1.2-.2.1-.3%200-.2-.2-.3-.3-.2m-14.3%207.1c-.1.1-.1.2%200%20.3.1.1.2.1.3%200%20.1-.1.1-.2%200-.3%200-.1-.2-.1-.3%200m1-.8c-.1-.1-.2-.1-.3%200-.1.1-.1.2%200%20.3.1.1.2.1.3%200%20.2-.1.1-.3%200-.3m10.6%204.5c.1-.1.2-.2.1-.3%200%200%200-.1-.1-.1h-.1l-.3.3c.1%200%20.2.1.4.1m7.2-6.7c.1-.3.1-.5.1-.6%200-.3.1-.5.2-.8l-.8%201c-.1%200%20.5.4.5.4zm-9.1%207.8c.1-.1.2-.2.1-.3%200-.1-.1-.1-.1-.1-.1%200-.2.1-.3.1-.1.1-.1.3%200%20.3h.3m2.6-2c.1-.1.2-.2.1-.3%200%200%200-.1-.1-.1h-.1c-.1.1-.1.3-.2.4%200%20.1.2.1.3%200m-3.6%202.1c.1-.1.2-.2.1-.3h-.4c-.1.1-.1.3.1.3%200%20.1%200%20.1.2%200-.1.1%200%20.1%200%200m8.6-9%20.4.3c.1-.1%200-.3-.1-.3-.1-.1-.3-.1-.3%200m-17.9%204.9c-.1.1-.1.2%200%20.3l.4-.2s0-.1-.1-.1c-.1-.1-.2-.1-.3%200m-3.4%204.1c-.1.1-.1.2%200%20.3.1.1.2.1.3%200%200%200%20.1%200%20.1-.1v-.2s0-.1-.1-.1c0%200-.2%200-.3.1m20.4-12.4c-.1%200-.2.1-.2.3s.1.2.3.2c.1%200%20.2-.1.2-.3%200-.1-.1-.2-.3-.2m-3%20.8.1.1c.1-.1.1-.2%200-.3s-.2-.1-.3%200c0%200%200%20.1-.1.1.1%200%20.2.1.3.1zm-2.6%2011.2c.1-.1.1-.2.1-.3-.1-.1-.2-.2-.3-.1-.1.1-.1.2-.1.3l.1.1c0%20.1.1.1.2%200m-3.1.6c.1-.1.2-.2.1-.3-.1-.1-.2-.2-.3-.1-.1.1-.2.2-.1.3%200%20.1.1.1.3.1-.1%200-.1%200%200%200m8.1-5.4-.5.6v.3c.1.5-.5.8-1.1%201.1l-.2.1-2.2%202.8c-.4.5-.9.8-1.6.9l-3.5.4c-.1.1-.1.1-.2.1l-1.2.7%204.9-.5c.8-.1%201.5-.5%202-1.1l4.7-6.1-.1-.1-1%20.8zm2.1-4.6c-.1.1-.1.2%200%20.3.1.1.2.1.3%200%20.1-.1.2-.2.1-.3v-.1c-.1%200-.3%200-.4.1m1.4.1c.1-.1.3-.1.4-.1h.5l.2-.3c-.3%200-.6.1-.9.1l-.2.3zm-6.7%206.4c-.1.1-.1.2%200%20.3.1.1.2.1.3%200%200%200-.1-.1-.1-.2%200%20.1-.1%200-.2-.1.1%200%20.1%200%200%200m-13.2%205.9%201.8-.2-.4-.6-1.5.2.1.6zm-3.3-1.7.3.3c.1-.1.1-.3-.1-.3-.1-.1-.2-.1-.2%200m3.3.1c0-.1-.1-.2-.2-.2v.5h.1c.1-.1.2-.2.1-.3m.6%200c0%20.1.1.2.3.2.1%200%20.1%200%20.2-.1l-.2-.4c-.2%200-.3.1-.3.3m-1.1%204.3c.1-.1.2-.1.2-.2l-.6-7.5v-.1c-.1-.2-.5.1-.9.3-.4.2-.9.5-.8.7l.5%204-3.2-2.4c-.2-.1-.6.1-1%20.4-.4.2-.8.4-.7.6l.1.1%206.2%204.3c0-.1.1-.1.2-.2m3.5-2.1%204-2.3c.2-.1%200-.5-.2-.8-.2-.4-.4-.7-.6-.6l-2.6%201.5-.6-1%202.2-1.3c.2-.1%200-.4-.2-.8-.2-.3-.4-.6-.5-.5l-2.2%201.3-.5-.9%202.6-1.5c.2-.1%200-.5-.2-.8-.2-.4-.4-.7-.6-.6l-4%202.3c-.1%200-.1.1%200%20.2l3.4%205.8c-.2%200-.1%200%200%200m8-4.5c1.9-1.1%202.2-3%201.1-4.8-.1-.1-.2-.4-.4-.3l-2.7%201.6c-.2.1%200%20.4.2.7.2.3.4.6.6.5l1.2-.7c.2.5-.1%201-.8%201.4-.9.5-2%20.2-2.5-.8-.5-.9-.2-2%20.6-2.5.5-.3%201-.4%201.6-.4h.1c.2-.1.2-.5.1-.9%200-.2-.1-.5-.2-.7%200-.1-.1-.1-.1-.1-.8-.1-1.7.1-2.4.6-1.7.9-2.4%203.1-1.5%204.8%200%20.1.1.1.1.2.9%201.7%203%202.4%204.8%201.4%200%20.1.1%200%20.2%200m3.7-2.3c.4-.2.9-.5.8-.7l-.1-.9%202.3-1.3.8.6c.1.1.6-.1%201-.4.4-.2.8-.5.7-.6v-.1l-6.2-4.2c-.1-.1-.2%200-.3.1s-.2.1-.2.2l.6%207.5v.1c-.2.2.2%200%20.6-.3m.3-4.8%201.4%201-1.2.7-.2-1.7zm7.8.3c1.4-.8%202-2.2%201.4-3.3-.7-1.3-2.2-1.1-3.2-.9-.5.1-.9.1-1-.1-.1-.2%200-.5.5-.7.4-.2.9-.3%201.4-.3h.1c.2-.1.2-.5.2-.9%200-.2%200-.5-.1-.7l-.1-.1c-.8-.1-1.7.1-2.4.5-1.4.8-1.9%202.1-1.2%203.2.7%201.2%202.1%201%203%20.8.6-.1%201-.1%201.2.1.1.2%200%20.5-.6.9-.5.2-1.1.3-1.7.2h-.1c-.1.1-.2.4-.2.8v.7l.1.1c.9.3%201.8.1%202.7-.3m-4.8-5.7-.3.6v.1l-7%201%20.3.5c.2.3.1.7-.2.9l-7.9%204.5c-.3.2-.7.1-.9-.2l-.4-.7-3.6%204.5c-.2.1-.4.2-.6.4-.3.2-.4.4-.4.8v.2l-.8%201-.3.6-.6-.4.3-.6%205.6-7.1-.6-1.1c-.2-.3-.1-.7.2-.9l7.9-4.5c.3-.2.7-.1.9.2l.8%201.4%207.6-1.2zm-13.4%205.2c-.1-.1-.2-.3-.2-.2l-.9.5-.9-1.6c0-.1-.2%200-.3.1-.1.1-.3.2-.2.2l1.2%202h.1l1.4-.8c0%20.1-.1-.1-.2-.2m-.3-2.3c0-.1-.2%200-.3.1-.1.1-.3.2-.2.2l1.2%202c0%20.1.2%200%20.3-.1.1-.1.3-.2.2-.2l-1.2-2zm2.4-1.3c0-.1-.2%200-.3.1-.2.1-.3.2-.3.2l.2%201.4-1.1-.8s-.2.1-.4.1c-.1.1-.3.2-.2.2l2.2%201.5h.1s.1%200%20.1-.1l-.3-2.6m1.1.3-.2-.3.9-.5c.1%200%200-.2-.1-.3l-.2-.2-1.4.8v.1l1.2%202.1h.1l1.4-.8c.1%200%200-.2-.1-.3-.1-.1-.2-.3-.2-.2l-.9.5-.2-.4.8-.4c.1%200%200-.2-.1-.3-.1-.1-.1-.2-.2-.2l-.8.4z'/%3e%3c/g%3e%3c/svg%3e", al = m.div`
|
|
5573
|
+
], _t = (e) => Q1[Math.floor((e - 1) % 52 / 13)], J1 = "#E34747", $1 = "#FFFFFF99", ea = (e) => e < 14 || e > 39 ? $1 : J1, _1 = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='42'%20height='56'%3e%3cpath%20d='M2%200h38c1.1%200%202%20.9%202%202v52c0%201.1-.9%202-2%202H2c-1.1%200-2-.9-2-2V2C0%20.9.9%200%202%200z'%20fill='%23FFF'/%3e%3cpath%20d='M6%203h30c1.1%200%202%20.9%202%202v46c0%201.1-.9%202-2%202H6c-1.1%200-2-.9-2-2V5c0-1.1.9-2%202-2z'%20fill='%23414141'/%3e%3cpath%20d='M24.2%2051h-1.5l13.4-11.4.7.8L24.2%2051zm-4.3%200h-1.5l17.7-15.1.7.8L19.9%2051zm-4.3%200h-1.5l22-18.7.7.8L15.6%2051zM7%2051h-.6l-.4-.5%2030-25.6.7.8L7%2051zm29.4%200h-.9l.5-.5.4.5zm-3.7%200h-1.5l4.8-4.1.7.8-4%203.3zm-4.3%200h-1.5l9.1-7.8.7.8-8.3%207zM9.8%2051%2036%2028.6l.7.8L11.3%2051H9.8zm-3.1-3.4-.7-.8%2030-25.6.7.8-30%2025.6zm0-3.6-.7-.8%2030-25.6.7.8L6.7%2044zm0-3.6-.7-.8L36%2014l.7.8-30%2025.6zm0-3.7-.7-.8%2030-25.6.7.8-30%2025.6zm0-3.7-.7-.8L36%206.6l.7.8L6.7%2033zm0-3.6-.7-.8L33.7%205h1.5L6.7%2029.4zm0-3.7-.7-.8%2023.4-20h1.5L6.7%2025.7zm0-3.6-.7-.8L25.1%205h1.5L6.7%2022.1zm0-3.7-.7-.8L20.8%204.9h1.5L6.7%2018.4zm0-3.6L6%2014l10.6-9h1.5L6.7%2014.8zm0-3.7-.7-.8L12.3%205h1.5l-7.1%206.1zm0-3.6L6%206.7%208%205h1.5L6.7%207.5z'/%3e%3c/svg%3e", el = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='42'%20height='56'%3e%3cg%20transform='translate(-1099%20-196)'%3e%3cpath%20d='M1101%20196h38c1.1%200%202%20.9%202%202v52c0%201.1-.9%202-2%202h-38c-1.1%200-2-.9-2-2v-52c0-1.1.9-2%202-2z'%20fill='%23FFF'/%3e%3clinearGradient%20id='a'%20gradientUnits='userSpaceOnUse'%20x1='-1113.566'%20y1='-48.941'%20x2='-1114.546'%20y2='-47.961'%20gradientTransform='matrix(34%200%200%2050%2038997.59%202647)'%3e%3cstop%20offset='0'%20style='stop-color:%230a851a'/%3e%3cstop%20offset='1'%20style='stop-color:%230e2904'/%3e%3c/linearGradient%3e%3cpath%20fill='url(%23a)'%20d='M1105%20199h30c1.1%200%202%20.9%202%202v46c0%201.1-.9%202-2%202h-30c-1.1%200-2-.9-2-2v-46c0-1.1.9-2%202-2z'/%3e%3cpath%20d='m1125%20217.8-.3.3c-.1%200-.2-.2-.2-.3%200-.1.2-.2.3-.2.1%200%20.2.1.2.2m3.1-.5c0-.1-.1-.2-.3-.2-.1%200-.2.1-.2.3s.1.2.3.2h.1c.1-.1.1-.2.1-.3m-4.3.9c.1-.1.2-.2.1-.3-.1-.1-.2-.1-.3-.1s-.1.2-.1.3c0%20.1.1.1.3.1m3-1c-.1%200-.2.1-.2.3%200%20.1.1.2.3.2h.1c.1-.1.2-.2.1-.3-.1-.1-.2-.2-.3-.2m-14.4%207.2c-.1.1-.1.2%200%20.3.1.1.2.1.3%200%20.1-.1.1-.2%200-.3%200-.1-.2-.1-.3%200m1.1-.9c-.1-.1-.2-.1-.3%200-.1.1-.1.2%200%20.3.1.1.2.1.3%200%20.1%200%20.1-.2%200-.3m10.5%204.5c.1-.1.2-.2.1-.3%200%200%200-.1-.1-.1h-.1l-.3.3c.1.1.2.2.4.1%200%20.1%200%20.1%200%200m7.2-6.6c.1-.3.1-.5.1-.7%200-.3.1-.5.2-.8l-.8%201c-.1.1.5.5.5.5zm-9%207.8c.1-.1.2-.2.1-.3l-.1-.1c-.1%200-.2.1-.3.1-.1.1-.1.3.1.3h.2c-.1%200-.1%200%200%200m2.5-2c.1-.1.2-.2.1-.3%200%200%200-.1-.1-.1%200%200-.1%200-.1-.1-.1.1-.2.3-.2.4%200%20.1.2.2.3.1m-3.6%202.1c.1-.1.2-.2.1-.3h-.4c-.1.1-.1.3%200%20.3s.2.1.3%200m8.6-9%20.4.3c.1-.1.1-.3-.1-.3-.1-.1-.2-.1-.3%200m-17.9%204.9c-.1.1-.1.2%200%20.3l.4-.2s0-.1-.1-.1c-.1-.1-.2-.1-.3%200m-3.4%204c-.1.1-.1.2%200%20.3.1.1.2.1.3%200%200%200%20.1%200%20.1-.1%200%200%200-.1.1-.1v-.1l-.1-.1c-.1%200-.3%200-.4.1m20.5-12.3c-.1%200-.2.1-.2.3s.1.2.3.2c.1%200%20.2-.1.2-.3-.1-.1-.2-.2-.3-.2m-3.1.8.1.1c.1-.1.1-.2%200-.3-.1-.1-.2-.1-.3%200v.1c.1%200%20.2%200%20.2.1zm-2.6%2011.2c.1-.1.2-.2.1-.3-.1-.1-.2-.1-.3-.1-.1.1-.2.2-.1.3%200%200%200%20.1.1.1%200%200%20.1.1.2%200m-3.1.6c.1-.1.2-.2.1-.3-.1-.1-.2-.2-.3-.1-.1.1-.2.2-.1.3%200%20.1.1.1.3.1-.1%200%200%200%200%200m8.1-5.4-.5.6v.3c0%20.5-.5.8-1.1%201.1l-.2.1-2.2%202.8c-.4.5-1%20.8-1.6.9l-3.5.4c0%20.1-.1.1-.2.1l-1.2.7%204.9-.5c.8-.1%201.5-.5%202-1.1l4.7-6.1-.1-.1-1%20.8zm2.1-4.6c-.1.1-.1.2%200%20.3.1.1.2.1.3%200%20.1-.1.2-.2.1-.3v-.1c-.1%200-.3%200-.4.1m1.5.1c.1-.1.3-.1.4-.1h.5l.2-.3c-.3%200-.6.1-.9.1l-.2.3zm-6.7%206.4c-.1.1-.1.2%200%20.3.1.1.2.1.3%200%200%200-.1-.1-.1-.2-.1%200-.1%200-.2-.1m-13.3%205.9%201.8-.2-.4-.6-1.6.2.2.6zm-3.3-1.7.3.3c.1-.1%200-.3-.1-.3%200-.1-.2-.1-.2%200m3.4.1c0-.1-.1-.2-.2-.2v.5h.1c0-.1.1-.2.1-.3m.5-.1c0%20.1.1.2.3.2.1%200%20.1%200%20.2-.1l-.2-.4c-.2.1-.3.2-.3.3m-1.1%204.4c.1%200%20.2-.1.2-.2l-.6-7.5v-.1c-.1-.2-.5.1-.9.3-.4.2-.9.5-.8.7l.5%204-3.2-2.4c-.2-.1-.6.1-1%20.4-.4.2-.8.4-.7.6l.1.1%206.2%204.3c0-.1.1-.1.2-.2m3.5-2.1%204-2.3c.2-.1%200-.5-.2-.8-.2-.4-.4-.7-.6-.6l-2.6%201.5-.6-1%202.2-1.3c.2-.1%200-.4-.2-.8-.2-.3-.4-.6-.5-.5l-2.2%201.3-.5-.9%202.6-1.5c.2-.1%200-.5-.2-.8-.2-.4-.4-.7-.6-.6l-4%202.3c-.1%200-.1.1-.1.2l3.4%205.8h.1m8-4.6c1.9-1.1%202.2-3%201.1-4.8-.1-.2-.2-.4-.4-.3l-2.7%201.6c-.2.1%200%20.4.2.7.2.3.4.6.6.5l1.2-.7c.2.5-.1%201-.8%201.4-.9.5-2%20.2-2.5-.8-.5-.9-.2-2%20.6-2.5.5-.3%201-.4%201.6-.4h.1c.2-.1.2-.5.1-.9%200-.2-.1-.5-.2-.7%200-.1-.1-.1-.1-.1-.8-.1-1.7.1-2.4.6-1.7.9-2.4%203.1-1.5%204.8%200%20.1.1.1.1.2.9%201.7%203%202.4%204.8%201.4%200%20.1.1.1.2%200m3.7-2.2c.4-.2.8-.5.8-.7l-.1-1%202.3-1.3.8.6c.1.1.6-.1%201-.4.4-.2.8-.4.7-.6l-.1-.1-6.2-4.2c-.1-.1-.2%200-.3.1s-.2.1-.2.2l.6%207.5v.1c0%20.3.3.1.7-.2m.4-4.8%201.4%201-1.2.7-.2-1.7zm7.7.2c1.4-.8%202-2.2%201.4-3.3-.7-1.3-2.2-1.1-3.2-.9-.5.1-.9.1-1-.1-.1-.2%200-.5.5-.7.4-.2.9-.3%201.4-.3h.1c.2-.1.2-.5.2-.9%200-.2%200-.5-.1-.7l-.1-.1c-.8-.1-1.7.1-2.4.5-1.4.8-1.9%202.1-1.2%203.2.7%201.2%202.1%201%203%20.8.6-.1%201-.1%201.2.1.1.2%200%20.5-.6.9-.5.2-1.1.3-1.7.2h-.1c-.1.1-.2.4-.2.8-.1.2%200%20.5%200%20.7%200%200%200%20.1.1.1.9.4%201.9.2%202.7-.3m-4.8-5.7-.3.6c0%20.1%200%20.1-.1.1l-7%201%20.3.5c.2.3.1.7-.2.9l-7.9%204.5c-.3.2-.7.1-.9-.2l-.4-.7-3.6%204.5c-.2.1-.4.2-.6.4-.3.2-.4.4-.4.8v.2l-.8%201-.3.6-.6-.4.3-.6%205.6-7.1-.6-1.1c-.2-.3-.1-.7.2-.9l7.9-4.5c.3-.2.7-.1.9.2l.8%201.4%207.7-1.2zm-13.4%205.3c-.1-.1-.2-.3-.2-.2l-.9.5-.9-1.6c0-.1-.2%200-.3.1-.1.1-.3.2-.2.2l1.2%202h.1l1.4-.8-.2-.2m-.2-2.3c0-.1-.2%200-.3.1-.1.1-.3.2-.2.2l1.2%202c0%20.1.2%200%20.3-.1s.3-.2.2-.2l-1.2-2zm2.3-1.4c0-.1-.2%200-.3.1-.1.1-.3.2-.3.2l.2%201.4-1.1-.8s-.2.1-.4.1c-.1.1-.3.2-.2.2l2.2%201.5h.1s.1%200%20.1-.1l-.3-2.6m1.1.4-.2-.3.9-.5c.1%200%200-.2-.1-.3l-.2-.2-1.4.8v.1l1.2%202.1h.1l1.4-.8c.1%200%200-.2-.1-.3-.1-.1-.2-.3-.2-.2l-.9.5-.2-.4.8-.4c.1%200%200-.1-.1-.3-.1-.1-.1-.2-.2-.2l-.8.4z'%20fill='%23FFF'/%3e%3c/g%3e%3c/svg%3e", tl = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='42'%20height='56'%3e%3cpath%20d='M2%200h38c1.1%200%202%20.9%202%202v52c0%201.1-.9%202-2%202H2c-1.1%200-2-.9-2-2V2C0%20.9.9%200%202%200z'%20fill='%23FFF'/%3e%3cpath%20d='M6%203h30c1.1%200%202%20.9%202%202v46c0%201.1-.9%202-2%202H6c-1.1%200-2-.9-2-2V5c0-1.1.9-2%202-2z'%20fill='%23414141'/%3e%3cpath%20d='m26%2021.8-.3.3c-.1%200-.2-.2-.2-.3%200-.1.2-.2.3-.2.1%200%20.2.1.2.2m3.1-.5c0-.1-.1-.2-.3-.2-.1%200-.2.1-.2.3s.1.2.3.2h.1c.1-.1.1-.2.1-.3m-4.3.9c.1-.1.2-.2.1-.3-.1-.1-.2-.1-.3-.1s-.1.2-.1.3c0%20.1.1.1.3.1m3-1c-.1%200-.2.1-.2.3%200%20.1.1.2.3.2h.1c.1-.1.2-.2.1-.3-.1-.1-.2-.2-.3-.2m-14.4%207.2c-.1.1-.1.2%200%20.3.1.1.2.1.3%200%20.1-.1.1-.2%200-.3%200-.1-.2-.1-.3%200m1.1-.9c-.1-.1-.2-.1-.3%200-.1.1-.1.2%200%20.3.1.1.2.1.3%200%20.1%200%20.1-.2%200-.3M25%2032c.1-.1.2-.2.1-.3%200%200%200-.1-.1-.1h-.1l-.3.3c.1.1.2.2.4.1%200%20.1%200%20.1%200%200m7.2-6.6c.1-.3.1-.5.1-.7%200-.3.1-.5.2-.8l-.8%201c-.1.1.5.5.5.5zm-9%207.8c.1-.1.2-.2.1-.3l-.1-.1c-.1%200-.2.1-.3.1-.1.1-.1.3.1.3h.2c-.1%200-.1%200%200%200m2.5-2c.1-.1.2-.2.1-.3%200%200%200-.1-.1-.1%200%200-.1%200-.1-.1-.1.1-.2.3-.2.4%200%20.1.2.2.3.1m-3.6%202.1c.1-.1.2-.2.1-.3h-.4c-.1.1-.1.3%200%20.3s.2.1.3%200m8.6-9%20.4.3c.1-.1.1-.3-.1-.3-.1-.1-.2-.1-.3%200m-17.9%204.9c-.1.1-.1.2%200%20.3l.4-.2s0-.1-.1-.1c-.1-.1-.2-.1-.3%200m-3.4%204c-.1.1-.1.2%200%20.3.1.1.2.1.3%200%200%200%20.1%200%20.1-.1%200%200%200-.1.1-.1v-.1l-.1-.1c-.1%200-.3%200-.4.1m20.5-12.3c-.1%200-.2.1-.2.3s.1.2.3.2c.1%200%20.2-.1.2-.3-.1-.1-.2-.2-.3-.2m-3.1.8.1.1c.1-.1.1-.2%200-.3-.1-.1-.2-.1-.3%200v.1c.1%200%20.2%200%20.2.1zm-2.6%2011.2c.1-.1.2-.2.1-.3-.1-.1-.2-.1-.3-.1-.1.1-.2.2-.1.3%200%200%200%20.1.1.1%200%200%20.1.1.2%200m-3.1.6c.1-.1.2-.2.1-.3-.1-.1-.2-.2-.3-.1-.1.1-.2.2-.1.3%200%20.1.1.1.3.1-.1%200%200%200%200%200m8.1-5.4-.5.6v.3c0%20.5-.5.8-1.1%201.1l-.2.1-2.2%202.8c-.4.5-1%20.8-1.6.9l-3.5.4c0%20.1-.1.1-.2.1l-1.2.7%204.9-.5c.8-.1%201.5-.5%202-1.1l4.7-6.1-.1-.1-1%20.8zm2.1-4.6c-.1.1-.1.2%200%20.3.1.1.2.1.3%200%20.1-.1.2-.2.1-.3v-.1c-.1%200-.3%200-.4.1m1.5.1c.1-.1.3-.1.4-.1h.5l.2-.3c-.3%200-.6.1-.9.1l-.2.3zM26.1%2030c-.1.1-.1.2%200%20.3.1.1.2.1.3%200%200%200-.1-.1-.1-.2-.1%200-.1%200-.2-.1m-13.3%205.9%201.8-.2-.4-.6-1.6.2.2.6zm-3.3-1.7.3.3c.1-.1%200-.3-.1-.3%200-.1-.2-.1-.2%200m3.4.1c0-.1-.1-.2-.2-.2v.5h.1c0-.1.1-.2.1-.3m.5-.1c0%20.1.1.2.3.2.1%200%20.1%200%20.2-.1l-.2-.4c-.2.1-.3.2-.3.3m-1.1%204.4c.1%200%20.2-.1.2-.2l-.6-7.5v-.1c-.1-.2-.5.1-.9.3-.4.2-.9.5-.8.7l.5%204-3.2-2.4c-.2-.1-.6.1-1%20.4-.4.2-.8.4-.7.6l.1.1%206.2%204.3c0-.1.1-.1.2-.2m3.5-2.1%204-2.3c.2-.1%200-.5-.2-.8-.2-.4-.4-.7-.6-.6l-2.6%201.5-.6-1L18%2032c.2-.1%200-.4-.2-.8-.2-.3-.4-.6-.5-.5L15.1%2032l-.5-.9%202.6-1.5c.2-.1%200-.5-.2-.8-.2-.4-.4-.7-.6-.6l-4%202.3c-.1%200-.1.1-.1.2l3.4%205.8h.1m8-4.6c1.9-1.1%202.2-3%201.1-4.8-.1-.2-.2-.4-.4-.3l-2.7%201.6c-.2.1%200%20.4.2.7.2.3.4.6.6.5l1.2-.7c.2.5-.1%201-.8%201.4-.9.5-2%20.2-2.5-.8-.5-.9-.2-2%20.6-2.5.5-.3%201-.4%201.6-.4h.1c.2-.1.2-.5.1-.9%200-.2-.1-.5-.2-.7%200-.1-.1-.1-.1-.1-.8-.1-1.7.1-2.4.6-1.7.9-2.4%203.1-1.5%204.8%200%20.1.1.1.1.2.9%201.7%203%202.4%204.8%201.4%200%20.1.1.1.2%200m3.7-2.2c.4-.2.8-.5.8-.7l-.1-1%202.3-1.3.8.6c.1.1.6-.1%201-.4.4-.2.8-.4.7-.6l-.1-.1-6.2-4.2c-.1-.1-.2%200-.3.1s-.2.1-.2.2l.6%207.5v.1c0%20.3.3.1.7-.2m.4-4.8%201.4%201-1.2.7-.2-1.7zm7.7.2c1.4-.8%202-2.2%201.4-3.3-.7-1.3-2.2-1.1-3.2-.9-.5.1-.9.1-1-.1-.1-.2%200-.5.5-.7.4-.2.9-.3%201.4-.3h.1c.2-.1.2-.5.2-.9%200-.2%200-.5-.1-.7l-.1-.1c-.8-.1-1.7.1-2.4.5-1.4.8-1.9%202.1-1.2%203.2.7%201.2%202.1%201%203%20.8.6-.1%201-.1%201.2.1.1.2%200%20.5-.6.9-.5.2-1.1.3-1.7.2H33c-.1.1-.2.4-.2.8-.1.2%200%20.5%200%20.7%200%200%200%20.1.1.1.9.4%201.9.2%202.7-.3m-4.8-5.7-.3.6c0%20.1%200%20.1-.1.1l-7%201%20.3.5c.2.3.1.7-.2.9L15.6%2027c-.3.2-.7.1-.9-.2l-.4-.7-3.6%204.5c-.2.1-.4.2-.6.4-.3.2-.4.4-.4.8v.2l-.8%201-.3.6-.6-.4.3-.6%205.6-7.1-.6-1.1c-.2-.3-.1-.7.2-.9l7.9-4.5c.3-.2.7-.1.9.2l.8%201.4%207.7-1.2zm-13.4%205.3c-.1-.1-.2-.3-.2-.2l-.9.5-.9-1.6c0-.1-.2%200-.3.1-.1.1-.3.2-.2.2l1.2%202h.1l1.4-.8-.2-.2m-.2-2.3c0-.1-.2%200-.3.1-.1.1-.3.2-.2.2l1.2%202c0%20.1.2%200%20.3-.1s.3-.2.2-.2l-1.2-2zm2.3-1.4c0-.1-.2%200-.3.1-.1.1-.3.2-.3.2l.2%201.4-1.1-.8s-.2.1-.4.1c-.1.1-.3.2-.2.2l2.2%201.5h.1s.1%200%20.1-.1l-.3-2.6m1.1.4-.2-.3.9-.5c.1%200%200-.2-.1-.3l-.2-.2-1.4.8v.1l1.2%202.1h.1l1.4-.8c.1%200%200-.2-.1-.3-.1-.1-.2-.3-.2-.2l-.9.5-.2-.4.8-.4c.1%200%200-.1-.1-.3-.1-.1-.1-.2-.2-.2l-.8.4z'%20fill='%23FFF'/%3e%3c/svg%3e", al = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='42'%20height='56'%3e%3cpath%20d='M2%200h38c1.1%200%202%20.9%202%202v52c0%201.1-.9%202-2%202H2c-1.1%200-2-.9-2-2V2C0%20.9.9%200%202%200z'%20fill='%23FFF'/%3e%3clinearGradient%20id='a'%20gradientUnits='userSpaceOnUse'%20x1='-1141.192'%20y1='-52.863'%20x2='-1142.172'%20y2='-51.883'%20gradientTransform='matrix(34%200%200%2050%2038837.96%202647)'%3e%3cstop%20offset='0'%20style='stop-color:%235e5e5e'/%3e%3cstop%20offset='1'%20style='stop-color:%23000'/%3e%3c/linearGradient%3e%3cpath%20fill='url(%23a)'%20d='M6%203h30c1.1%200%202%20.9%202%202v46c0%201.1-.9%202-2%202H6c-1.1%200-2-.9-2-2V5c0-1.1.9-2%202-2z'/%3e%3clinearGradient%20id='b'%20gradientUnits='userSpaceOnUse'%20x1='-1177.395'%20y1='139.528'%20x2='-1177.395'%20y2='140.528'%20gradientTransform='matrix(28.7953%20-16.625%207.495%2012.9817%2032875.063%20-21364.348)'%3e%3cstop%20offset='0'%20style='stop-color:%23ffde0b'/%3e%3cstop%20offset='1'%20style='stop-color:%23ffa200'/%3e%3c/linearGradient%3e%3cpath%20fill='url(%23b)'%20d='m26%2021.8-.3.3c-.1%200-.2-.2-.2-.3%200-.1.2-.2.3-.2.1%200%20.2.1.2.2m3.1-.5c0-.1-.1-.2-.3-.2-.1%200-.2.1-.2.3s.1.2.3.2h.1c.1-.1.1-.2.1-.3m-4.3.9c.1-.1.1-.2.1-.3-.1-.1-.2-.1-.3-.1s-.1.2-.1.3c0%20.1.1.1.3.1m3-1c-.1%200-.2.1-.2.3%200%20.1.1.2.3.2h.1c.1-.1.2-.2.1-.3-.1-.1-.2-.2-.3-.2m-14.3%207.2c-.1.1-.1.2%200%20.3.1.1.2.1.3%200%20.1-.1.1-.2%200-.3-.1-.1-.3-.1-.3%200m1-.9c-.1-.1-.2-.1-.3%200-.1.1-.1.2%200%20.3.1.1.2.1.3%200%20.1%200%20.1-.2%200-.3M25%2032c.1-.1.1-.2.1-.3l-.1-.1h-.1l-.3.3c.1.1.3.2.4.1m7.2-6.7c.1-.3.1-.5.1-.6%200-.3.1-.5.2-.8l-.8%201c-.1.1.5.5.5.4zm-9%207.9c.1-.1.2-.2.1-.3l-.1-.1c-.1%200-.2.1-.3.1-.1.1-.1.3%200%20.3H23.2m2.5-2c.1-.1.1-.2.1-.3l-.1-.1h-.1c-.1.1-.1.3-.2.4.1.1.2.1.3%200m-3.6%202.1c.1-.1.1-.2.1-.3h-.4c-.1.1-.1.3%200%20.3h.3m8.6-9%20.4.3c.1-.1%200-.3-.1-.3-.1-.1-.2-.1-.3%200m-17.9%204.9c-.1.1-.1.2%200%20.3l.4-.2s0-.1-.1-.1c-.1-.1-.2-.1-.3%200m-3.3%204c-.1.1-.1.2%200%20.3.1.1.2.1.3%200h.1s0-.1.1-.1v-.1l-.1-.1c-.2-.1-.4-.1-.4%200m20.4-12.3c-.1%200-.2.1-.2.3s.1.2.3.2c.1%200%20.2-.1.2-.3-.1-.1-.2-.2-.3-.2m-3.1.8.1.1c.1-.1.1-.2%200-.3s-.2-.1-.3%200v.1c.1%200%20.2%200%20.2.1zm-2.6%2011.2c.1-.1.1-.2.1-.3-.1-.1-.2-.2-.3-.1-.1.1-.1.2-.1.3l.1.1s.1.1.2%200m-3.1.6c.1-.1.1-.2.1-.3-.1-.2-.2-.2-.4-.1-.1.1-.1.2-.1.3.1.1.2.1.4.1-.1%200%200%200%200%200m8.1-5.4-.5.6v.3c0%20.5-.5.8-1.1%201.1l-.2.1-2.2%202.8c-.4.5-1%20.8-1.6.9l-3.5.4c0%20.1-.1.1-.2.1l-1.2.7%204.9-.5c.8-.1%201.5-.5%202-1.1l4.7-6-.1-.1-1%20.7zm2.1-4.6c-.1.1-.1.2%200%20.3.1.1.2.1.3%200%20.1-.1.1-.2.1-.3v-.1c-.1%200-.3%200-.4.1m1.5.1c.1-.1.3-.1.4-.1h.5l.2-.3c-.3%200-.6.1-.9.1l-.2.3zM26.1%2030c-.1.1-.1.2%200%20.3.1.1.2.1.3%200%200%200-.1-.1-.1-.2-.1%200-.1%200-.2-.1m-13.3%205.9%201.9-.2-.4-.6-1.6.2.1.6zm-3.3-1.7.3.3c.1-.1.1-.3-.1-.3%200-.1-.2-.1-.2%200m3.4.1c0-.1-.1-.2-.2-.2v.5h.1c0-.1.1-.2.1-.3m.5-.1c0%20.1.1.2.3.2.1%200%20.1%200%20.2-.1l-.2-.3c-.2%200-.3.1-.3.2m-1.1%204.4c.1%200%20.2-.1.2-.2l-.6-7.5v-.1c-.1-.2-.5.1-.9.3-.4.2-.9.5-.9.7l.5%204-3.2-2.4c-.2-.1-.6.1-1%20.4-.4.2-.8.5-.7.6l.1.1%206.2%204.3c.1-.1.2-.1.3-.2m3.5-2.1%204-2.3c.2-.1%200-.5-.2-.8s-.4-.7-.6-.6l-2.6%201.5-.6-1L18%2032c.2-.1%200-.4-.2-.8s-.4-.6-.5-.5L15%2031.9l-.5-.9%202.6-1.5c.2-.1%200-.5-.2-.9s-.4-.7-.6-.6l-4%202.3c-.1%200-.1.1-.1.2l3.4%205.8c0%20.2.1.2.2.2m8-4.6c2-1.1%202.2-3%201.1-4.8-.1-.1-.2-.4-.4-.3l-2.7%201.6c-.2.1%200%20.4.2.7s.4.6.6.5l1.2-.7c.2.5-.1%201-.8%201.4-.9.5-2%20.1-2.5-.8s-.2-2%20.6-2.5c.5-.3%201-.4%201.6-.4h.1c.2-.1.2-.5.1-.9%200-.2-.1-.5-.2-.7%200-.1-.1-.1-.1-.1-.8-.1-1.7.1-2.4.6-1.7.9-2.4%203-1.5%204.8%200%20.1.1.1.1.2.9%201.7%203%202.3%204.8%201.4%200%20.1.1.1.2%200m3.7-2.2c.4-.2.9-.5.8-.7l-.1-1%202.3-1.3.8.6c.1.1.6-.1%201-.4.4-.2.8-.5.7-.6l-6.2-4.2c-.1-.1-.2%200-.3.1s-.2.1-.2.2l.6%207.5v.1c-.1.2.2%200%20.6-.3m.4-4.8%201.4%201-1.2.7-.2-1.7zm7.7.2c1.4-.8%202-2.2%201.4-3.3-.7-1.3-2.2-1.1-3.2-.9-.5.1-.9.1-1-.1-.1-.2%200-.5.5-.7.4-.2.9-.3%201.4-.3h.1c.2-.1.2-.5.2-.9%200-.2%200-.5-.1-.7%200%200%200-.1-.1-.1-.8-.1-1.7.1-2.4.5-1.4.8-1.9%202.1-1.2%203.2.7%201.2%202.1%201%203%20.8.5-.1%201-.1%201.2.1.1.2%200%20.5-.5.9-.5.2-1.1.3-1.7.2h-.1c-.1.1-.2.4-.2.8v.7s0%20.1.1.1c.8.4%201.8.2%202.6-.3m-4.8-5.7-.3.6v.1l-7%201%20.3.5c.2.3.1.7-.2.9L15.7%2027c-.3.2-.7.1-.9-.2l-.4-.7-3.6%204.5c-.2.1-.4.2-.6.4-.3.2-.4.4-.4.8v.2L9%2033l-.3.6-.7-.4.3-.6%205.6-7.1-.6-1.1c-.2-.3-.1-.7.2-.9l7.9-4.5c.3-.2.7-.1.9.2l.8%201.4%207.7-1.2zm-13.4%205.3c-.1-.1-.1-.3-.2-.2l-.9.5-.9-1.6c0-.1-.2%200-.3.1s-.3.2-.2.2l1.2%202h.1l1.4-.8-.2-.2m-.2-2.3c0-.1-.2%200-.3.1s-.3.2-.2.2l1.2%202c0%20.1.2%200%20.3-.1s.3-.1.2-.2l-1.2-2zm2.3-1.4c0-.1-.2%200-.3.1-.1.1-.3.2-.3.2l.2%201.4-1.1-.8s-.2%200-.4.1c-.1.1-.3.2-.2.2l2.2%201.5h.1s.1%200%20.1-.1l-.3-2.6m1.1.4-.2-.3.9-.5c.1%200%200-.2-.1-.3s-.1-.2-.2-.2l-1.4.8v.1l1.2%202h.1l1.4-.8c.1%200%200-.2-.1-.3s-.1-.3-.2-.2l-.9.5-.2-.4.8-.4c.1%200%200-.1-.1-.3s-.1-.2-.2-.2l-.8.5z'/%3e%3cg%20transform='translate(-1099%20-196)'%3e%3cpath%20d='M1101.1%20196h38c1.1%200%202%20.9%202%202v52c0%201.1-.9%202-2%202h-38c-1.1%200-2-.9-2-2v-52c0-1.1.9-2%202-2z'%20fill='%23FFF'/%3e%3clinearGradient%20id='c'%20gradientUnits='userSpaceOnUse'%20x1='-1108.866'%20y1='-48.943'%20x2='-1109.846'%20y2='-47.963'%20gradientTransform='matrix(34%200%200%2050%2038837.96%202647)'%3e%3cstop%20offset='0'%20style='stop-color:%235e5e5e'/%3e%3cstop%20offset='1'%20style='stop-color:%23000'/%3e%3c/linearGradient%3e%3cpath%20fill='url(%23c)'%20d='M1105.1%20199h30c1.1%200%202%20.9%202%202v46c0%201.1-.9%202-2%202h-30c-1.1%200-2-.9-2-2v-46c0-1.1.9-2%202-2z'/%3e%3clinearGradient%20id='d'%20gradientUnits='userSpaceOnUse'%20x1='-1151.716'%20y1='187.513'%20x2='-1151.716'%20y2='188.513'%20gradientTransform='matrix(28.7953%20-16.625%207.495%2012.9817%2032875.063%20-21364.348)'%3e%3cstop%20offset='0'%20style='stop-color:%23ffde0b'/%3e%3cstop%20offset='1'%20style='stop-color:%23ffa200'/%3e%3c/linearGradient%3e%3cpath%20fill='url(%23d)'%20d='m1125.1%20217.8-.3.3c-.1%200-.2-.2-.2-.3%200-.1.2-.2.3-.2.1%200%20.1.1.2.2m3.1-.5c0-.1-.1-.2-.3-.2-.1%200-.2.1-.2.3%200%20.1.1.2.3.2h.1c0-.1.1-.2.1-.3m-4.3.9c.1-.1.2-.2.1-.3-.1-.1-.2-.1-.3-.1s-.2.2-.1.3c0%20.1.1.2.3.1-.1%200%200%200%200%200m2.9-.9c-.1%200-.2.1-.2.3%200%20.1.1.2.3.2h.1c.1-.1.2-.2.1-.3%200-.2-.2-.3-.3-.2m-14.3%207.1c-.1.1-.1.2%200%20.3.1.1.2.1.3%200%20.1-.1.1-.2%200-.3%200-.1-.2-.1-.3%200m1-.8c-.1-.1-.2-.1-.3%200-.1.1-.1.2%200%20.3.1.1.2.1.3%200%20.2-.1.1-.3%200-.3m10.6%204.5c.1-.1.2-.2.1-.3%200%200%200-.1-.1-.1h-.1l-.3.3c.1%200%20.2.1.4.1m7.2-6.7c.1-.3.1-.5.1-.6%200-.3.1-.5.2-.8l-.8%201c-.1%200%20.5.4.5.4zm-9.1%207.8c.1-.1.2-.2.1-.3%200-.1-.1-.1-.1-.1-.1%200-.2.1-.3.1-.1.1-.1.3%200%20.3h.3m2.6-2c.1-.1.2-.2.1-.3%200%200%200-.1-.1-.1h-.1c-.1.1-.1.3-.2.4%200%20.1.2.1.3%200m-3.6%202.1c.1-.1.2-.2.1-.3h-.4c-.1.1-.1.3.1.3%200%20.1%200%20.1.2%200-.1.1%200%20.1%200%200m8.6-9%20.4.3c.1-.1%200-.3-.1-.3-.1-.1-.3-.1-.3%200m-17.9%204.9c-.1.1-.1.2%200%20.3l.4-.2s0-.1-.1-.1c-.1-.1-.2-.1-.3%200m-3.4%204.1c-.1.1-.1.2%200%20.3.1.1.2.1.3%200%200%200%20.1%200%20.1-.1v-.2s0-.1-.1-.1c0%200-.2%200-.3.1m20.4-12.4c-.1%200-.2.1-.2.3s.1.2.3.2c.1%200%20.2-.1.2-.3%200-.1-.1-.2-.3-.2m-3%20.8.1.1c.1-.1.1-.2%200-.3s-.2-.1-.3%200c0%200%200%20.1-.1.1.1%200%20.2.1.3.1zm-2.6%2011.2c.1-.1.1-.2.1-.3-.1-.1-.2-.2-.3-.1-.1.1-.1.2-.1.3l.1.1c0%20.1.1.1.2%200m-3.1.6c.1-.1.2-.2.1-.3-.1-.1-.2-.2-.3-.1-.1.1-.2.2-.1.3%200%20.1.1.1.3.1-.1%200-.1%200%200%200m8.1-5.4-.5.6v.3c.1.5-.5.8-1.1%201.1l-.2.1-2.2%202.8c-.4.5-.9.8-1.6.9l-3.5.4c-.1.1-.1.1-.2.1l-1.2.7%204.9-.5c.8-.1%201.5-.5%202-1.1l4.7-6.1-.1-.1-1%20.8zm2.1-4.6c-.1.1-.1.2%200%20.3.1.1.2.1.3%200%20.1-.1.2-.2.1-.3v-.1c-.1%200-.3%200-.4.1m1.4.1c.1-.1.3-.1.4-.1h.5l.2-.3c-.3%200-.6.1-.9.1l-.2.3zm-6.7%206.4c-.1.1-.1.2%200%20.3.1.1.2.1.3%200%200%200-.1-.1-.1-.2%200%20.1-.1%200-.2-.1.1%200%20.1%200%200%200m-13.2%205.9%201.8-.2-.4-.6-1.5.2.1.6zm-3.3-1.7.3.3c.1-.1.1-.3-.1-.3-.1-.1-.2-.1-.2%200m3.3.1c0-.1-.1-.2-.2-.2v.5h.1c.1-.1.2-.2.1-.3m.6%200c0%20.1.1.2.3.2.1%200%20.1%200%20.2-.1l-.2-.4c-.2%200-.3.1-.3.3m-1.1%204.3c.1-.1.2-.1.2-.2l-.6-7.5v-.1c-.1-.2-.5.1-.9.3-.4.2-.9.5-.8.7l.5%204-3.2-2.4c-.2-.1-.6.1-1%20.4-.4.2-.8.4-.7.6l.1.1%206.2%204.3c0-.1.1-.1.2-.2m3.5-2.1%204-2.3c.2-.1%200-.5-.2-.8-.2-.4-.4-.7-.6-.6l-2.6%201.5-.6-1%202.2-1.3c.2-.1%200-.4-.2-.8-.2-.3-.4-.6-.5-.5l-2.2%201.3-.5-.9%202.6-1.5c.2-.1%200-.5-.2-.8-.2-.4-.4-.7-.6-.6l-4%202.3c-.1%200-.1.1%200%20.2l3.4%205.8c-.2%200-.1%200%200%200m8-4.5c1.9-1.1%202.2-3%201.1-4.8-.1-.1-.2-.4-.4-.3l-2.7%201.6c-.2.1%200%20.4.2.7.2.3.4.6.6.5l1.2-.7c.2.5-.1%201-.8%201.4-.9.5-2%20.2-2.5-.8-.5-.9-.2-2%20.6-2.5.5-.3%201-.4%201.6-.4h.1c.2-.1.2-.5.1-.9%200-.2-.1-.5-.2-.7%200-.1-.1-.1-.1-.1-.8-.1-1.7.1-2.4.6-1.7.9-2.4%203.1-1.5%204.8%200%20.1.1.1.1.2.9%201.7%203%202.4%204.8%201.4%200%20.1.1%200%20.2%200m3.7-2.3c.4-.2.9-.5.8-.7l-.1-.9%202.3-1.3.8.6c.1.1.6-.1%201-.4.4-.2.8-.5.7-.6v-.1l-6.2-4.2c-.1-.1-.2%200-.3.1s-.2.1-.2.2l.6%207.5v.1c-.2.2.2%200%20.6-.3m.3-4.8%201.4%201-1.2.7-.2-1.7zm7.8.3c1.4-.8%202-2.2%201.4-3.3-.7-1.3-2.2-1.1-3.2-.9-.5.1-.9.1-1-.1-.1-.2%200-.5.5-.7.4-.2.9-.3%201.4-.3h.1c.2-.1.2-.5.2-.9%200-.2%200-.5-.1-.7l-.1-.1c-.8-.1-1.7.1-2.4.5-1.4.8-1.9%202.1-1.2%203.2.7%201.2%202.1%201%203%20.8.6-.1%201-.1%201.2.1.1.2%200%20.5-.6.9-.5.2-1.1.3-1.7.2h-.1c-.1.1-.2.4-.2.8v.7l.1.1c.9.3%201.8.1%202.7-.3m-4.8-5.7-.3.6v.1l-7%201%20.3.5c.2.3.1.7-.2.9l-7.9%204.5c-.3.2-.7.1-.9-.2l-.4-.7-3.6%204.5c-.2.1-.4.2-.6.4-.3.2-.4.4-.4.8v.2l-.8%201-.3.6-.6-.4.3-.6%205.6-7.1-.6-1.1c-.2-.3-.1-.7.2-.9l7.9-4.5c.3-.2.7-.1.9.2l.8%201.4%207.6-1.2zm-13.4%205.2c-.1-.1-.2-.3-.2-.2l-.9.5-.9-1.6c0-.1-.2%200-.3.1-.1.1-.3.2-.2.2l1.2%202h.1l1.4-.8c0%20.1-.1-.1-.2-.2m-.3-2.3c0-.1-.2%200-.3.1-.1.1-.3.2-.2.2l1.2%202c0%20.1.2%200%20.3-.1.1-.1.3-.2.2-.2l-1.2-2zm2.4-1.3c0-.1-.2%200-.3.1-.2.1-.3.2-.3.2l.2%201.4-1.1-.8s-.2.1-.4.1c-.1.1-.3.2-.2.2l2.2%201.5h.1s.1%200%20.1-.1l-.3-2.6m1.1.3-.2-.3.9-.5c.1%200%200-.2-.1-.3l-.2-.2-1.4.8v.1l1.2%202.1h.1l1.4-.8c.1%200%200-.2-.1-.3-.1-.1-.2-.3-.2-.2l-.9.5-.2-.4.8-.4c.1%200%200-.2-.1-.3-.1-.1-.1-.2-.2-.2l-.8.4z'/%3e%3c/g%3e%3c/svg%3e", nl = m.div`
|
|
5562
5574
|
width: ${({ $cardWidth: e }) => e}px;
|
|
5563
5575
|
max-width: ${({ $cardWidth: e }) => e}px;
|
|
5564
5576
|
max-height: ${({ $cardHeight: e }) => e}px;
|
|
@@ -5573,12 +5585,12 @@ const vt = Array(4).fill([
|
|
|
5573
5585
|
var lr = /* @__PURE__ */ ((e) => (e.Reverse = "reverse", e.Green = "green", e.Gray = "gray", e.Black = "black", e))(lr || {});
|
|
5574
5586
|
const cr = ({ type: e, cardWidth: t = 54, cardHeight: n = 72 }) => {
|
|
5575
5587
|
const r = {
|
|
5576
|
-
reverse:
|
|
5577
|
-
green:
|
|
5578
|
-
gray:
|
|
5579
|
-
black:
|
|
5588
|
+
reverse: _1,
|
|
5589
|
+
green: el,
|
|
5590
|
+
gray: tl,
|
|
5591
|
+
black: al
|
|
5580
5592
|
}[e];
|
|
5581
|
-
return /* @__PURE__ */ a.jsx(
|
|
5593
|
+
return /* @__PURE__ */ a.jsx(nl, { $cardHeight: n, $cardWidth: t, children: /* @__PURE__ */ a.jsx(
|
|
5582
5594
|
"img",
|
|
5583
5595
|
{
|
|
5584
5596
|
draggable: !1,
|
|
@@ -5587,7 +5599,7 @@ const cr = ({ type: e, cardWidth: t = 54, cardHeight: n = 72 }) => {
|
|
|
5587
5599
|
className: "card"
|
|
5588
5600
|
}
|
|
5589
5601
|
) });
|
|
5590
|
-
},
|
|
5602
|
+
}, il = m.div`
|
|
5591
5603
|
background: white;
|
|
5592
5604
|
border-radius: 2px;
|
|
5593
5605
|
box-shadow: -4px 0px 6px 0px #11111180;
|
|
@@ -5602,7 +5614,7 @@ const cr = ({ type: e, cardWidth: t = 54, cardHeight: n = 72 }) => {
|
|
|
5602
5614
|
font-weight: 800;
|
|
5603
5615
|
line-height: 16px;
|
|
5604
5616
|
}
|
|
5605
|
-
`,
|
|
5617
|
+
`, rl = m.div`
|
|
5606
5618
|
width: 0;
|
|
5607
5619
|
height: 0;
|
|
5608
5620
|
position: absolute;
|
|
@@ -5612,7 +5624,7 @@ const cr = ({ type: e, cardWidth: t = 54, cardHeight: n = 72 }) => {
|
|
|
5612
5624
|
border-right: 0 solid transparent;
|
|
5613
5625
|
border-bottom: 14px solid #ffae00;
|
|
5614
5626
|
opacity: 0.6;
|
|
5615
|
-
`, dr = ({ index: e, cardWidth: t = 54, cardHeight: n = 72, isFlop: i, isWinCombination: r, gameType: s =
|
|
5627
|
+
`, dr = ({ index: e, cardWidth: t = 54, cardHeight: n = 72, isFlop: i, isWinCombination: r, gameType: s = ne.BLACKJACK }) => {
|
|
5616
5628
|
if (!e)
|
|
5617
5629
|
return /* @__PURE__ */ a.jsx(
|
|
5618
5630
|
cr,
|
|
@@ -5622,7 +5634,7 @@ const cr = ({ type: e, cardWidth: t = 54, cardHeight: n = 72 }) => {
|
|
|
5622
5634
|
cardWidth: t
|
|
5623
5635
|
}
|
|
5624
5636
|
);
|
|
5625
|
-
const o = vt[e - 1].value, l =
|
|
5637
|
+
const o = vt[e - 1].value, l = X1(e), c = q1(e), d = t / 54, h = t / 2, p = +o == 10, g = {
|
|
5626
5638
|
textX: { top: p ? 30 : 25, bottom: p ? 18 : 20 },
|
|
5627
5639
|
textY: { top: 23, bottom: 23 },
|
|
5628
5640
|
iconX: { top: -2.5, bottom: 0.71 },
|
|
@@ -5648,7 +5660,7 @@ const cr = ({ type: e, cardWidth: t = 54, cardHeight: n = 72 }) => {
|
|
|
5648
5660
|
fill: c
|
|
5649
5661
|
}
|
|
5650
5662
|
);
|
|
5651
|
-
return /* @__PURE__ */ a.jsxs(
|
|
5663
|
+
return /* @__PURE__ */ a.jsxs(il, { $cardHeight: n, $cardWidth: t, $isWinCombination: r, children: [
|
|
5652
5664
|
/* @__PURE__ */ a.jsxs(
|
|
5653
5665
|
"svg",
|
|
5654
5666
|
{
|
|
@@ -5666,9 +5678,9 @@ const cr = ({ type: e, cardWidth: t = 54, cardHeight: n = 72 }) => {
|
|
|
5666
5678
|
]
|
|
5667
5679
|
}
|
|
5668
5680
|
),
|
|
5669
|
-
!i && s !==
|
|
5681
|
+
!i && s !== ne.BLACKJACK && /* @__PURE__ */ a.jsx(rl, {})
|
|
5670
5682
|
] });
|
|
5671
|
-
},
|
|
5683
|
+
}, sl = m.div`
|
|
5672
5684
|
display: flex;
|
|
5673
5685
|
position: absolute;
|
|
5674
5686
|
bottom: 8px;
|
|
@@ -5702,7 +5714,7 @@ const cr = ({ type: e, cardWidth: t = 54, cardHeight: n = 72 }) => {
|
|
|
5702
5714
|
@media screen and (min-width: 768px) {
|
|
5703
5715
|
padding: 5px 5px;
|
|
5704
5716
|
}
|
|
5705
|
-
`, tn = ({ handleClickRound: e, indexHistory: t }) => /* @__PURE__ */ a.jsxs(
|
|
5717
|
+
`, tn = ({ handleClickRound: e, indexHistory: t }) => /* @__PURE__ */ a.jsxs(sl, { children: [
|
|
5706
5718
|
/* @__PURE__ */ a.jsxs(ri, { onClick: () => e((t ?? 0) - 1), children: [
|
|
5707
5719
|
/* @__PURE__ */ a.jsx(Ne, { height: 8, width: 12, position: "left" }),
|
|
5708
5720
|
ke("Previous")
|
|
@@ -5727,7 +5739,7 @@ const cr = ({ type: e, cardWidth: t = 54, cardHeight: n = 72 }) => {
|
|
|
5727
5739
|
}
|
|
5728
5740
|
)
|
|
5729
5741
|
}
|
|
5730
|
-
),
|
|
5742
|
+
), ol = m.div`
|
|
5731
5743
|
display: inline-flex;
|
|
5732
5744
|
justify-content: center;
|
|
5733
5745
|
align-items: center;
|
|
@@ -5738,7 +5750,7 @@ const cr = ({ type: e, cardWidth: t = 54, cardHeight: n = 72 }) => {
|
|
|
5738
5750
|
line-height: 16px;
|
|
5739
5751
|
color: ${({ color: e }) => e};
|
|
5740
5752
|
}
|
|
5741
|
-
`, ta = ({ color: e, value: t, suit: n }) => /* @__PURE__ */ a.jsxs(
|
|
5753
|
+
`, ta = ({ color: e, value: t, suit: n }) => /* @__PURE__ */ a.jsxs(ol, { color: e, children: [
|
|
5742
5754
|
/* @__PURE__ */ a.jsx("p", { className: "p", children: t }),
|
|
5743
5755
|
/* @__PURE__ */ a.jsx("svg", { width: "12", height: "12", viewBox: "0 0 21 26", children: /* @__PURE__ */ a.jsx("g", { clipPath: "url(#clip0_647_1135)", children: /* @__PURE__ */ a.jsx("path", { d: n, fill: e }) }) })
|
|
5744
5756
|
] }), lt = ({ size: e = 18 }) => /* @__PURE__ */ a.jsx(
|
|
@@ -5757,7 +5769,7 @@ const cr = ({ type: e, cardWidth: t = 54, cardHeight: n = 72 }) => {
|
|
|
5757
5769
|
}
|
|
5758
5770
|
)
|
|
5759
5771
|
}
|
|
5760
|
-
),
|
|
5772
|
+
), ll = ({
|
|
5761
5773
|
roundData: e,
|
|
5762
5774
|
handleClickRound: t,
|
|
5763
5775
|
indexHistory: n,
|
|
@@ -5772,8 +5784,8 @@ const cr = ({ type: e, cardWidth: t = 54, cardHeight: n = 72 }) => {
|
|
|
5772
5784
|
O.Double,
|
|
5773
5785
|
O.Split
|
|
5774
5786
|
], o = i ? 32 : 48, l = i ? 26 : 38;
|
|
5775
|
-
return /* @__PURE__ */ a.jsxs(
|
|
5776
|
-
/* @__PURE__ */ a.jsxs(
|
|
5787
|
+
return /* @__PURE__ */ a.jsxs(H1, { children: [
|
|
5788
|
+
/* @__PURE__ */ a.jsxs(O1, { children: [
|
|
5777
5789
|
/* @__PURE__ */ a.jsxs("div", { className: "item", children: [
|
|
5778
5790
|
/* @__PURE__ */ a.jsx("p", { className: "title", children: r("Dealer") }),
|
|
5779
5791
|
/* @__PURE__ */ a.jsx("p", { className: "text", children: (c = e == null ? void 0 : e.dealer) == null ? void 0 : c.nickname })
|
|
@@ -5803,7 +5815,7 @@ const cr = ({ type: e, cardWidth: t = 54, cardHeight: n = 72 }) => {
|
|
|
5803
5815
|
] })
|
|
5804
5816
|
] }),
|
|
5805
5817
|
/* @__PURE__ */ a.jsx(ii, {}),
|
|
5806
|
-
/* @__PURE__ */ a.jsxs(
|
|
5818
|
+
/* @__PURE__ */ a.jsxs(M1, { children: [
|
|
5807
5819
|
/* @__PURE__ */ a.jsxs("div", { className: "dealerCards", children: [
|
|
5808
5820
|
/* @__PURE__ */ a.jsx("p", { className: "title", children: r("Dealer Cards") }),
|
|
5809
5821
|
/* @__PURE__ */ a.jsxs("div", { className: "cards", children: [
|
|
@@ -5820,11 +5832,11 @@ const cr = ({ type: e, cardWidth: t = 54, cardHeight: n = 72 }) => {
|
|
|
5820
5832
|
] }),
|
|
5821
5833
|
/* @__PURE__ */ a.jsxs("div", { className: "dealerCards", children: [
|
|
5822
5834
|
/* @__PURE__ */ a.jsx("p", { className: "title", children: r("Your Seats") }),
|
|
5823
|
-
/* @__PURE__ */ a.jsx("div", { className: "playerSeats", children: (g = e.player.boxes) == null ? void 0 : g.map((b, y) => /* @__PURE__ */ a.jsx(
|
|
5835
|
+
/* @__PURE__ */ a.jsx("div", { className: "playerSeats", children: (g = e.player.boxes) == null ? void 0 : g.map((b, y) => /* @__PURE__ */ a.jsx(W1, { $isActive: !!b.playerNick, $index: y, children: y + 1 }, y)) })
|
|
5824
5836
|
] })
|
|
5825
5837
|
] }),
|
|
5826
5838
|
/* @__PURE__ */ a.jsx(ii, {}),
|
|
5827
|
-
/* @__PURE__ */ a.jsx(
|
|
5839
|
+
/* @__PURE__ */ a.jsx(V1, { children: /* @__PURE__ */ a.jsxs("table", { className: "table", children: [
|
|
5828
5840
|
/* @__PURE__ */ a.jsx("thead", { children: /* @__PURE__ */ a.jsxs("tr", { className: "boxes", children: [
|
|
5829
5841
|
/* @__PURE__ */ a.jsx("th", { className: "title", children: r("Seat") }),
|
|
5830
5842
|
/* @__PURE__ */ a.jsx("th", { className: "title", children: r("Bet Type") }),
|
|
@@ -5910,7 +5922,7 @@ const cr = ({ type: e, cardWidth: t = 54, cardHeight: n = 72 }) => {
|
|
|
5910
5922
|
] }, y);
|
|
5911
5923
|
}) })
|
|
5912
5924
|
] }) }),
|
|
5913
|
-
/* @__PURE__ */ a.jsx(
|
|
5925
|
+
/* @__PURE__ */ a.jsx(R1, {}),
|
|
5914
5926
|
/* @__PURE__ */ a.jsx(
|
|
5915
5927
|
tn,
|
|
5916
5928
|
{
|
|
@@ -5919,7 +5931,7 @@ const cr = ({ type: e, cardWidth: t = 54, cardHeight: n = 72 }) => {
|
|
|
5919
5931
|
}
|
|
5920
5932
|
)
|
|
5921
5933
|
] });
|
|
5922
|
-
},
|
|
5934
|
+
}, cl = Array(4).fill([
|
|
5923
5935
|
{ value: "A", tSpanX: "-9" },
|
|
5924
5936
|
{ value: "2", tSpanX: "-7" },
|
|
5925
5937
|
{ value: "3", tSpanX: "-7" },
|
|
@@ -5933,12 +5945,12 @@ const cr = ({ type: e, cardWidth: t = 54, cardHeight: n = 72 }) => {
|
|
|
5933
5945
|
{ value: "J", tSpanX: "-7" },
|
|
5934
5946
|
{ value: "Q", tSpanX: "-9" },
|
|
5935
5947
|
{ value: "K", tSpanX: "-9" }
|
|
5936
|
-
]).flat(),
|
|
5948
|
+
]).flat(), dl = "#B50E05", hl = "#111111", ul = (e) => e < 14 || e > 39 ? hl : dl, pl = [
|
|
5937
5949
|
"M72.4576 18.2454C69.854 15.3641 65.8549 17.0739 65.8549 17.0739C66.9692 15.8654 67.719 14.8997 67.5784 12.9156C67.5784 12.847 67.5784 12.7836 67.5784 12.715C67.5784 11.1993 66.9843 9.74567 65.9267 8.67389C64.8691 7.60211 63.4347 7 61.939 7C60.4434 7 59.009 7.60211 57.9514 8.67389C56.8938 9.74567 56.2996 11.1993 56.2996 12.715C56.2997 13.1052 56.3399 13.4943 56.4194 13.876C56.5444 15.248 57.2161 16.0765 58.1378 17.0739C58.1378 17.0739 54.1387 15.3641 51.5351 18.2454C50.6374 19.2449 50.1008 20.5234 50.0128 21.872C49.9249 23.2206 50.2908 24.5596 51.0508 25.6702C51.8735 26.7942 53.1024 28.6781 55.9924 28.4617C58.5544 28.2665 58.9293 27.8285 60.6789 26.4037C60.5172 28.8143 59.6262 31.1158 58.1274 32.9947L65.8757 32.9947C64.4593 31.4855 63.2044 28.0185 63.3658 26.4406C65.0894 27.8338 65.4799 28.2718 68.0211 28.4617C70.9111 28.6781 72.14 26.7942 72.9575 25.6702C73.7172 24.5585 74.0816 23.2182 73.9908 21.8691C73.8999 20.5199 73.3593 19.2422 72.4576 18.2454Z",
|
|
5938
5950
|
"M68.3011 10.0029C63.7813 9.88998 62.7366 13.4064 62.4978 15.0951C62.259 13.4064 61.2186 9.88564 56.6945 10.0029C50.7505 10.1461 49.9617 16.9489 52.0382 20.3611C54.1148 23.7733 55.1893 24.8804 57.2702 27.0684C59.2273 29.1305 61.564 31.4487 62.4253 32.8726C62.4253 32.8726 62.4722 33.0376 62.4978 32.9942C62.5234 33.0376 62.5703 32.8726 62.5703 32.8726C63.4231 31.4487 65.7726 29.1305 67.7297 27.0684C69.8063 24.8977 70.8808 23.7864 72.9574 20.3611C75.034 16.9358 74.2494 10.1461 68.3011 10.0029Z",
|
|
5939
5951
|
"M63.3638 7L53 19.8991L63.3638 33L74 20.0021L63.3638 7Z",
|
|
5940
5952
|
"M71.0529 16.8094C68.0882 13.8816 64.6248 11.0288 63.184 9.52738C61.7432 8.02594 61.3276 7.55047 61.0228 7.17511V7V7.17511C60.7181 7.55047 59.9423 8.4013 58.8617 9.52738C57.7811 10.6535 53.9575 13.8816 50.9928 16.8094C49.792 17.8598 48.9075 19.1693 48.4227 20.6142C47.9379 22.0591 47.8689 23.5917 48.222 25.0674C48.678 26.5413 49.7423 27.8013 51.1958 28.588C52.6492 29.3747 54.3813 29.6283 56.0355 29.2965C57.2498 29.1481 58.3628 28.6055 59.1664 27.77C58.9486 29.7124 58.0564 31.543 56.6174 33H65.1789C63.8541 31.509 63.0446 29.6988 62.8515 27.795C63.658 28.6231 64.7712 29.1569 65.9825 29.2965C67.6331 29.6275 69.3614 29.3732 70.8104 28.5861C72.2593 27.7991 73.3182 26.5394 73.7682 25.0674C74.1283 23.5959 74.068 22.0659 73.593 20.6213C73.118 19.1767 72.2439 17.8649 71.0529 16.8094Z"
|
|
5941
|
-
],
|
|
5953
|
+
], fl = (e) => pl[Math.floor((e - 1) % 52 / 13)], ml = {
|
|
5942
5954
|
2: "M33.8333 31.7352L33.8333 40.5L1.45448 40.5L1.45448 33.1565L15.9185 20.5C17.0198 19.5073 17.9131 18.5372 18.5984 17.5897C19.3081 16.6196 19.8343 15.7397 20.1769 14.9501C20.5441 14.1605 20.7276 13.54 20.7276 13.0888C20.7276 11.8931 20.4217 10.9681 19.8098 10.3139C19.198 9.63705 18.2313 9.29864 16.9097 9.29864C16.0286 9.29864 15.2822 9.54681 14.6703 10.0431C14.0585 10.5395 13.5935 11.1825 13.2753 11.9721C12.9572 12.7391 12.7981 13.5626 12.7981 14.4425L0.5 14.4425C0.5 11.8931 1.14856 9.56937 2.44567 7.47123C3.74278 5.35054 5.57832 3.65849 7.95228 2.39509C10.3262 1.1317 13.1163 0.5 16.3223 0.5C19.8955 0.5 22.918 0.985053 25.3899 1.95516C27.8862 2.92527 29.7829 4.34659 31.08 6.21912C32.3771 8.09165 33.0257 10.3816 33.0257 13.0888C33.0257 14.6004 32.7932 15.9766 32.3282 17.2174C31.8877 18.4583 31.1779 19.654 30.199 20.8046C29.2445 21.9552 27.9963 23.1396 26.4545 24.3579C24.9126 25.5536 23.0771 26.8847 20.9479 28.3511L17.7173 31.7352L33.8333 31.7352Z",
|
|
5943
5955
|
3: "M11.4889 16.6269L15.6221 16.6269C16.5406 16.6269 17.2951 16.4599 17.8855 16.126C18.4979 15.7922 18.9462 15.3247 19.2305 14.7237C19.5148 14.1004 19.6569 13.3882 19.6569 12.5868C19.6569 12.0749 19.5476 11.5629 19.3289 11.0509C19.1102 10.5167 18.7165 10.0715 18.148 9.71536C17.5794 9.35921 16.7702 9.18114 15.7205 9.18114C15.0863 9.18114 14.4959 9.28131 13.9492 9.48164C13.4243 9.65971 12.9979 9.93795 12.6699 10.3164C12.3418 10.6725 12.1778 11.1288 12.1778 11.6853L1.1888 11.6853C1.1888 9.17001 1.86673 7.08876 3.22259 5.44157C4.57845 3.79438 6.32794 2.55899 8.47107 1.7354C10.6361 0.911799 12.9213 0.500002 15.3269 0.500002C17.5794 0.500003 19.635 0.744857 21.4939 1.23456C23.3746 1.70201 24.9929 2.41431 26.3487 3.37146C27.7046 4.30635 28.7433 5.47496 29.465 6.8773C30.2085 8.25738 30.5803 9.86005 30.5803 11.6853C30.5803 13.2657 30.2195 14.6458 29.4978 15.8255C28.798 17.0053 27.8249 17.9958 26.5783 18.7972C25.3537 19.5762 23.9432 20.1661 22.3467 20.5668C20.7503 20.9674 19.0883 21.1678 17.3607 21.1678L11.4889 21.1678L11.4889 16.6269ZM11.4889 23.6052L11.4889 19.1978L17.3607 19.1978C19.2195 19.1978 20.98 19.3536 22.642 19.6653C24.304 19.9546 25.7801 20.4666 27.0704 21.2012C28.3606 21.9135 29.3775 22.9151 30.1211 24.2062C30.8865 25.475 31.2692 27.0888 31.2692 29.0476C31.2692 30.8728 30.8646 32.4978 30.0555 33.9224C29.2463 35.3247 28.1201 36.5156 26.6767 37.495C25.2334 38.4744 23.5386 39.2201 21.5923 39.7321C19.646 40.244 17.5466 40.5 15.2941 40.5C13.6321 40.5 11.9263 40.2885 10.1768 39.8656C8.4492 39.4204 6.85278 38.7193 5.38758 37.7621C3.92238 36.7827 2.74147 35.5028 1.84485 33.9224C0.948241 32.342 0.499932 30.4054 0.499932 28.1127L11.5217 28.1127C11.5217 28.7359 11.6967 29.3369 12.0466 29.9157C12.4184 30.4722 12.9541 30.9396 13.6539 31.318C14.3537 31.6742 15.1738 31.8523 16.1142 31.8523C17.1639 31.8523 17.9949 31.663 18.6072 31.2846C19.2195 30.884 19.646 30.3831 19.8865 29.7821C20.1489 29.1589 20.2802 28.5134 20.2802 27.8456C20.2802 27.0665 20.1708 26.4099 19.9521 25.8756C19.7553 25.3414 19.4601 24.9073 19.0664 24.5735C18.6728 24.2396 18.1808 23.9947 17.5903 23.8389C17.0217 23.6831 16.3657 23.6052 15.6221 23.6052L11.4889 23.6052Z",
|
|
5944
5956
|
4: "M33 23.5386L33 32.5343L1.32053 32.5343L0.5 25.1867L17.4457 0.5L26.8996 0.5L16.7678 14.9893L11.595 23.5386L33 23.5386ZM29.2184 0.5L29.2184 40.5L17.303 40.5L17.303 0.5L29.2184 0.5Z",
|
|
@@ -5952,12 +5964,12 @@ const cr = ({ type: e, cardWidth: t = 54, cardHeight: n = 72 }) => {
|
|
|
5952
5964
|
Q: "M19.6232 27.9465L28.872 35.6213L23.3228 40.5L14.1828 32.7967L19.6232 27.9465ZM29.3889 17.0193V18.1605C29.3889 20.6902 29.0353 22.9727 28.328 25.0078C27.6207 27.043 26.6142 28.7834 25.3085 30.229C24.021 31.6555 22.4976 32.7492 20.7385 33.51C18.9795 34.2708 17.0481 34.6512 14.9444 34.6512C12.8227 34.6512 10.8822 34.2708 9.12314 33.51C7.36406 32.7492 5.83166 31.6555 4.52595 30.229C3.23837 28.7834 2.24095 27.043 1.53369 25.0078C0.844563 22.9727 0.5 20.6902 0.5 18.1605V17.0193C0.5 14.4705 0.844563 12.1881 1.53369 10.1719C2.24095 8.13671 3.23837 6.39634 4.52595 4.95078C5.81352 3.50523 7.32779 2.40204 9.06874 1.64123C10.8278 0.880409 12.7773 0.5 14.9172 0.5C17.0028 0.5 18.9251 0.880409 20.6841 1.64123C22.4432 2.40204 23.9756 3.50523 25.2813 4.95078C26.587 6.39634 27.5935 8.13671 28.3008 10.1719C29.0262 12.1881 29.3889 14.4705 29.3889 17.0193ZM20.3033 18.1605V16.9907C20.3033 15.5262 20.1764 14.2328 19.9225 13.1106C19.6867 11.9693 19.3331 11.0088 18.8616 10.229C18.4082 9.44912 17.846 8.85949 17.175 8.46006C16.5222 8.04161 15.7696 7.83238 14.9172 7.83238C14.0286 7.83238 13.2488 8.04161 12.5778 8.46006C11.9068 8.85949 11.3537 9.44912 10.9185 10.229C10.4833 11.0088 10.1478 11.9693 9.91201 13.1106C9.69439 14.2328 9.58558 15.5262 9.58558 16.9907V18.1605C9.58558 19.587 9.69439 20.8709 9.91201 22.0121C10.1296 23.1343 10.4651 24.0949 10.9185 24.8937C11.3719 25.6926 11.9341 26.3012 12.605 26.7197C13.276 27.1381 14.0558 27.3474 14.9444 27.3474C15.7968 27.3474 16.5494 27.1381 17.2022 26.7197C17.8732 26.3012 18.4354 25.6926 18.8888 24.8937C19.3422 24.0949 19.6867 23.1343 19.9225 22.0121C20.1764 20.8709 20.3033 19.587 20.3033 18.1605Z",
|
|
5953
5965
|
K: "M11.9279 0.5V40.5H0.5V0.5H11.9279ZM35.5 0.5L20.729 21.6159L11.75 31.75L9.02826 20.6888L14.4522 12.0021L21.1725 0.5H35.5ZM21.9912 40.5L13.3947 23.1609L22.5029 17.0837L35.3977 40.5H21.9912Z",
|
|
5954
5966
|
A: "M20.7545 13.1695L29.0666 40.5L40.5 40.5L26.081 0.5L18.2099 0.500004L20.7545 13.1695ZM11.8995 40.5L20.5509 13.2382L23.1293 0.5L15.1565 0.500004L0.5 40.5L11.8995 40.5ZM11.4924 25.5987L11.4924 33.4957L31.3397 33.4957L31.3397 25.5987L11.4924 25.5987Z"
|
|
5955
|
-
},
|
|
5967
|
+
}, gl = (e) => ml[e], bl = m.div`
|
|
5956
5968
|
max-width: ${({ $cardWidth: e }) => e}px;
|
|
5957
5969
|
max-width: ${({ $cardWidth: e }) => e}px;
|
|
5958
5970
|
max-height: ${({ $cardHeight: e }) => e}px;
|
|
5959
5971
|
max-height: ${({ $cardHeight: e }) => e}px;
|
|
5960
|
-
`,
|
|
5972
|
+
`, yl = m.div`
|
|
5961
5973
|
background-color: #ffffff;
|
|
5962
5974
|
position: relative;
|
|
5963
5975
|
opacity: ${({ $isWinCombination: e }) => e ? 0.2 : 1};
|
|
@@ -5970,7 +5982,7 @@ const cr = ({ type: e, cardWidth: t = 54, cardHeight: n = 72 }) => {
|
|
|
5970
5982
|
border-color: #facc15;
|
|
5971
5983
|
box-shadow: 0 0 10px #b91c1c;
|
|
5972
5984
|
}
|
|
5973
|
-
`,
|
|
5985
|
+
`, xl = m.div`
|
|
5974
5986
|
width: 0;
|
|
5975
5987
|
height: 0;
|
|
5976
5988
|
position: absolute;
|
|
@@ -5996,7 +6008,7 @@ const cr = ({ type: e, cardWidth: t = 54, cardHeight: n = 72 }) => {
|
|
|
5996
6008
|
cardWidth: t
|
|
5997
6009
|
}
|
|
5998
6010
|
);
|
|
5999
|
-
const o =
|
|
6011
|
+
const o = cl[e - 1].value, l = fl(e), c = ul(e), d = 1.2 * t / 54, h = (p, g, f = "") => /* @__PURE__ */ a.jsx(
|
|
6000
6012
|
"path",
|
|
6001
6013
|
{
|
|
6002
6014
|
transform: `translate(${t / p} ${n / g}) scale(${d}) ${f}`,
|
|
@@ -6004,8 +6016,8 @@ const cr = ({ type: e, cardWidth: t = 54, cardHeight: n = 72 }) => {
|
|
|
6004
6016
|
fill: c
|
|
6005
6017
|
}
|
|
6006
6018
|
);
|
|
6007
|
-
return /* @__PURE__ */ a.jsx(
|
|
6008
|
-
|
|
6019
|
+
return /* @__PURE__ */ a.jsx(bl, { $cardHeight: n, $cardWidth: t, children: /* @__PURE__ */ a.jsxs(
|
|
6020
|
+
yl,
|
|
6009
6021
|
{
|
|
6010
6022
|
$isWinCombination: s,
|
|
6011
6023
|
className: i,
|
|
@@ -6030,7 +6042,7 @@ const cr = ({ type: e, cardWidth: t = 54, cardHeight: n = 72 }) => {
|
|
|
6030
6042
|
"path",
|
|
6031
6043
|
{
|
|
6032
6044
|
transform: `translate(${t / 20} ${n / 24}) scale(${t / 80})`,
|
|
6033
|
-
d:
|
|
6045
|
+
d: gl(o),
|
|
6034
6046
|
fill: c
|
|
6035
6047
|
}
|
|
6036
6048
|
),
|
|
@@ -6038,11 +6050,11 @@ const cr = ({ type: e, cardWidth: t = 54, cardHeight: n = 72 }) => {
|
|
|
6038
6050
|
]
|
|
6039
6051
|
}
|
|
6040
6052
|
),
|
|
6041
|
-
!r && /* @__PURE__ */ a.jsx(
|
|
6053
|
+
!r && /* @__PURE__ */ a.jsx(xl, {})
|
|
6042
6054
|
]
|
|
6043
6055
|
}
|
|
6044
6056
|
) });
|
|
6045
|
-
},
|
|
6057
|
+
}, wl = m.div`
|
|
6046
6058
|
max-width: 100%;
|
|
6047
6059
|
height: 100%;
|
|
6048
6060
|
overflow: auto;
|
|
@@ -6067,7 +6079,7 @@ const cr = ({ type: e, cardWidth: t = 54, cardHeight: n = 72 }) => {
|
|
|
6067
6079
|
border-radius: 10px;
|
|
6068
6080
|
height: 10px;
|
|
6069
6081
|
}
|
|
6070
|
-
`,
|
|
6082
|
+
`, Cl = m.div`
|
|
6071
6083
|
width: 100%;
|
|
6072
6084
|
min-height: 36px;
|
|
6073
6085
|
display: flex;
|
|
@@ -6248,7 +6260,7 @@ const Se = m.div`
|
|
|
6248
6260
|
rgba(255, 255, 255, 0) 100%
|
|
6249
6261
|
);
|
|
6250
6262
|
display: ${({ $isVisible: e = !0 }) => e ? "block" : "none"};
|
|
6251
|
-
`,
|
|
6263
|
+
`, vl = m.div`
|
|
6252
6264
|
margin-top: 0.1%;
|
|
6253
6265
|
width: 100%;
|
|
6254
6266
|
height: 0.5px;
|
|
@@ -6277,7 +6289,7 @@ m.div`
|
|
|
6277
6289
|
font-size: 10px;
|
|
6278
6290
|
line-height: 12px;
|
|
6279
6291
|
`;
|
|
6280
|
-
const
|
|
6292
|
+
const kl = m.div`
|
|
6281
6293
|
max-width: 100%;
|
|
6282
6294
|
max-height: 100%;
|
|
6283
6295
|
padding: 8px;
|
|
@@ -6425,7 +6437,7 @@ const vl = m.div`
|
|
|
6425
6437
|
|
|
6426
6438
|
@media screen and (min-width: 768px) {
|
|
6427
6439
|
}
|
|
6428
|
-
`,
|
|
6440
|
+
`, Al = m.p`
|
|
6429
6441
|
font-family: Inter;
|
|
6430
6442
|
font-weight: 700;
|
|
6431
6443
|
font-size: 12px;
|
|
@@ -6446,7 +6458,7 @@ const vl = m.div`
|
|
|
6446
6458
|
transition: background-color 0.2s ease;
|
|
6447
6459
|
|
|
6448
6460
|
margin-top: ${({ $isMobile: e, isLandscape: t }) => e && !t ? "0px" : "8px"};
|
|
6449
|
-
`,
|
|
6461
|
+
`, jl = ({
|
|
6450
6462
|
roundData: e,
|
|
6451
6463
|
handleClickRound: t,
|
|
6452
6464
|
indexHistory: n,
|
|
@@ -6457,8 +6469,8 @@ const vl = m.div`
|
|
|
6457
6469
|
const { t: s } = W();
|
|
6458
6470
|
O.Ante, O.Insurance, O.PerfectPairs, O.TwentyOnePlusThree;
|
|
6459
6471
|
const o = 32, l = 26;
|
|
6460
|
-
return /* @__PURE__ */ a.jsxs(
|
|
6461
|
-
/* @__PURE__ */ a.jsxs(
|
|
6472
|
+
return /* @__PURE__ */ a.jsxs(wl, { children: [
|
|
6473
|
+
/* @__PURE__ */ a.jsxs(Cl, { children: [
|
|
6462
6474
|
/* @__PURE__ */ a.jsxs("div", { className: "item", children: [
|
|
6463
6475
|
/* @__PURE__ */ a.jsx("p", { className: "title", children: s("Dealer") }),
|
|
6464
6476
|
/* @__PURE__ */ a.jsx("p", { className: "text", children: (c = e.dealer) == null ? void 0 : c.nickname })
|
|
@@ -6581,7 +6593,7 @@ const vl = m.div`
|
|
|
6581
6593
|
] })
|
|
6582
6594
|
] }),
|
|
6583
6595
|
/* @__PURE__ */ a.jsx(Se, {}),
|
|
6584
|
-
/* @__PURE__ */ a.jsx(
|
|
6596
|
+
/* @__PURE__ */ a.jsx(kl, { children: /* @__PURE__ */ a.jsxs("table", { className: "table", children: [
|
|
6585
6597
|
/* @__PURE__ */ a.jsx("thead", { children: /* @__PURE__ */ a.jsxs("tr", { className: "boxes", children: [
|
|
6586
6598
|
/* @__PURE__ */ a.jsx("th", { className: "title", children: s("Bet Type") }),
|
|
6587
6599
|
/* @__PURE__ */ a.jsx("th", { className: "title AmountTitle", children: s("Amount") }),
|
|
@@ -6595,14 +6607,14 @@ const vl = m.div`
|
|
|
6595
6607
|
x.amount,
|
|
6596
6608
|
e.player.gameCurrencyId
|
|
6597
6609
|
] }, x.betType) }),
|
|
6598
|
-
/* @__PURE__ */ a.jsx("td", { children: /* @__PURE__ */ a.jsx(
|
|
6610
|
+
/* @__PURE__ */ a.jsx("td", { children: /* @__PURE__ */ a.jsx(Al, { $isWin: !!x.winAmount, children: x.winAmount ? /* @__PURE__ */ a.jsxs(a.Fragment, { children: [
|
|
6599
6611
|
le(x.winAmount),
|
|
6600
6612
|
e.player.gameCurrencyId
|
|
6601
6613
|
] }) : /* @__PURE__ */ a.jsx(a.Fragment, { children: s("Lost") }) }, x.betType) })
|
|
6602
6614
|
] }, v);
|
|
6603
6615
|
}) })
|
|
6604
6616
|
] }) }),
|
|
6605
|
-
/* @__PURE__ */ a.jsx(
|
|
6617
|
+
/* @__PURE__ */ a.jsx(vl, {}),
|
|
6606
6618
|
/* @__PURE__ */ a.jsx(
|
|
6607
6619
|
tn,
|
|
6608
6620
|
{
|
|
@@ -6611,7 +6623,7 @@ const vl = m.div`
|
|
|
6611
6623
|
}
|
|
6612
6624
|
)
|
|
6613
6625
|
] });
|
|
6614
|
-
}, ka = "Split",
|
|
6626
|
+
}, ka = "Split", Sl = "column", Il = "dozen", Bl = "Corner", li = "Street", Tl = "Line", hr = [
|
|
6615
6627
|
1,
|
|
6616
6628
|
3,
|
|
6617
6629
|
5,
|
|
@@ -6630,7 +6642,7 @@ const vl = m.div`
|
|
|
6630
6642
|
32,
|
|
6631
6643
|
34,
|
|
6632
6644
|
36
|
|
6633
|
-
],
|
|
6645
|
+
], Ll = (e) => e === 0 ? "Green" : hr.includes(e) ? "#610A0A" : "#000000", Nl = (e) => e === 0 ? "Green" : hr.includes(e) ? "Red" : "Black", Pl = (e) => `${["1st", "2nd", "3rd"][e - 1]} ${Sl}`, zl = (e) => `${Il} ${["1st", "2nd", "3rd"][e === 3 ? 0 : e === 15 ? 1 : 2]}`, Fl = (e) => e === 6 ? "Even" : "Odd", Dl = (e) => e === 3 ? "1-18" : "19-36", Hl = (e) => {
|
|
6634
6646
|
if (e === 0) return "0/1/2/3";
|
|
6635
6647
|
const t = (e + 2) / 3;
|
|
6636
6648
|
return (e % 3 || 3) === 1 ? t < 12 ? `${e}/${e + 1}/${e + 3}/${e + 4}` : `${e - 3}/${e - 2}/${e}/${e + 1}` : `${e - 1}/${e}/${e + 2}/${e + 3}`;
|
|
@@ -6650,7 +6662,7 @@ const vl = m.div`
|
|
|
6650
6662
|
}, Ol = (e, t) => {
|
|
6651
6663
|
switch (e) {
|
|
6652
6664
|
case 1: {
|
|
6653
|
-
const n =
|
|
6665
|
+
const n = Nl(t);
|
|
6654
6666
|
return `${t} ${n}`;
|
|
6655
6667
|
}
|
|
6656
6668
|
case 10:
|
|
@@ -6671,12 +6683,12 @@ const vl = m.div`
|
|
|
6671
6683
|
return Dl(t);
|
|
6672
6684
|
case 6: {
|
|
6673
6685
|
const n = Hl(t);
|
|
6674
|
-
return `${
|
|
6686
|
+
return `${Bl} ${n}`;
|
|
6675
6687
|
}
|
|
6676
6688
|
case 4:
|
|
6677
6689
|
return `${li} ${Aa(e, t)}`;
|
|
6678
6690
|
case 7:
|
|
6679
|
-
return `${
|
|
6691
|
+
return `${Tl} ${Aa(e, t)}`;
|
|
6680
6692
|
case 13:
|
|
6681
6693
|
return `${li} ${Aa(e, t)}`;
|
|
6682
6694
|
default:
|
|
@@ -6938,13 +6950,13 @@ const vl = m.div`
|
|
|
6938
6950
|
indexHistory: n,
|
|
6939
6951
|
isMobile: i = !0
|
|
6940
6952
|
}) => {
|
|
6941
|
-
var
|
|
6942
|
-
const { t: r } = W(), s =
|
|
6953
|
+
var o, l;
|
|
6954
|
+
const { t: r } = W(), s = Number(e == null ? void 0 : e.winNumber);
|
|
6943
6955
|
return /* @__PURE__ */ a.jsxs(Ml, { children: [
|
|
6944
6956
|
/* @__PURE__ */ a.jsxs(Rl, { children: [
|
|
6945
6957
|
/* @__PURE__ */ a.jsxs("div", { className: "item", children: [
|
|
6946
6958
|
/* @__PURE__ */ a.jsx("p", { className: "title", children: r("Dealer") }),
|
|
6947
|
-
/* @__PURE__ */ a.jsx("p", { className: "text", children: ((
|
|
6959
|
+
/* @__PURE__ */ a.jsx("p", { className: "text", children: ((o = e == null ? void 0 : e.dealer) == null ? void 0 : o.nickname) || r("Unknown") })
|
|
6948
6960
|
] }),
|
|
6949
6961
|
/* @__PURE__ */ a.jsxs("div", { className: "item", children: [
|
|
6950
6962
|
/* @__PURE__ */ a.jsx("p", { className: "title", children: r("Round") }),
|
|
@@ -6954,7 +6966,7 @@ const vl = m.div`
|
|
|
6954
6966
|
/* @__PURE__ */ a.jsx("p", { className: "title", children: r("Bet Amount") }),
|
|
6955
6967
|
/* @__PURE__ */ a.jsxs("p", { className: "text", children: [
|
|
6956
6968
|
e.player.gameCurrencyId,
|
|
6957
|
-
le(
|
|
6969
|
+
le(e.player.betAmount ?? 0)
|
|
6958
6970
|
] })
|
|
6959
6971
|
] }),
|
|
6960
6972
|
/* @__PURE__ */ a.jsxs("div", { className: "item", children: [
|
|
@@ -6971,7 +6983,7 @@ const vl = m.div`
|
|
|
6971
6983
|
r("Win number"),
|
|
6972
6984
|
":"
|
|
6973
6985
|
] }) }),
|
|
6974
|
-
/* @__PURE__ */ a.jsx("div", { className: "item", children: /* @__PURE__ */ a.jsx(Ul, { style: { backgroundColor:
|
|
6986
|
+
/* @__PURE__ */ a.jsx("div", { className: "item", children: /* @__PURE__ */ a.jsx(Ul, { style: { backgroundColor: Ll(s) }, children: e == null ? void 0 : e.winNumber }) })
|
|
6975
6987
|
] }),
|
|
6976
6988
|
/* @__PURE__ */ a.jsx(ci, {}),
|
|
6977
6989
|
/* @__PURE__ */ a.jsx(El, { children: /* @__PURE__ */ a.jsxs("table", { className: "table", children: [
|
|
@@ -6980,17 +6992,17 @@ const vl = m.div`
|
|
|
6980
6992
|
/* @__PURE__ */ a.jsx("th", { className: "title amountTitle", children: r("Amount") }),
|
|
6981
6993
|
/* @__PURE__ */ a.jsx("th", { className: "title", children: r("Win/Lose") })
|
|
6982
6994
|
] }) }),
|
|
6983
|
-
/* @__PURE__ */ a.jsx("tbody", { children: (
|
|
6984
|
-
/* @__PURE__ */ a.jsx("td", { children: /* @__PURE__ */ a.jsx("p", { className: "text", children: Ol(
|
|
6995
|
+
/* @__PURE__ */ a.jsx("tbody", { children: (l = e.player.bets) == null ? void 0 : l.map((c, d) => /* @__PURE__ */ a.jsxs("tr", { children: [
|
|
6996
|
+
/* @__PURE__ */ a.jsx("td", { children: /* @__PURE__ */ a.jsx("p", { className: "text", children: Ol(c.betType, c.boxIndex) }) }),
|
|
6985
6997
|
/* @__PURE__ */ a.jsx("td", { children: /* @__PURE__ */ a.jsxs("p", { className: "text amount-text", children: [
|
|
6986
|
-
le(
|
|
6998
|
+
le(c.amount ?? 0),
|
|
6987
6999
|
e.player.gameCurrencyId
|
|
6988
7000
|
] }) }),
|
|
6989
|
-
/* @__PURE__ */ a.jsx("td", { children: /* @__PURE__ */ a.jsx(Gl, { $isWin: !!
|
|
6990
|
-
le(
|
|
7001
|
+
/* @__PURE__ */ a.jsx("td", { children: /* @__PURE__ */ a.jsx(Gl, { $isWin: !!c.winAmount, children: c.winAmount ? /* @__PURE__ */ a.jsxs(a.Fragment, { children: [
|
|
7002
|
+
le(c.winAmount),
|
|
6991
7003
|
e.player.gameCurrencyId
|
|
6992
7004
|
] }) : r("Lost") }) })
|
|
6993
|
-
] }, `${
|
|
7005
|
+
] }, `${c.betType}-${c.boxIndex}-${d}`)) })
|
|
6994
7006
|
] }) }),
|
|
6995
7007
|
/* @__PURE__ */ a.jsx(Vl, {}),
|
|
6996
7008
|
/* @__PURE__ */ a.jsx(
|
|
@@ -7009,20 +7021,20 @@ const vl = m.div`
|
|
|
7009
7021
|
isMobile: r = !0,
|
|
7010
7022
|
isLandscape: s = !0
|
|
7011
7023
|
}) => {
|
|
7012
|
-
var b, y, x;
|
|
7024
|
+
var b, y, x, v;
|
|
7013
7025
|
const [o, l] = E(1), [c, d] = E(null), [h, p] = E(null), { clickSound: g } = Pe({ effectsVolume: 50 });
|
|
7014
7026
|
me(() => {
|
|
7015
7027
|
t(o);
|
|
7016
7028
|
}, [o]);
|
|
7017
|
-
const f = (
|
|
7018
|
-
g(), d(e.rounds[
|
|
7029
|
+
const f = (w) => {
|
|
7030
|
+
g(), d(e.rounds[w]), p(w), n(1);
|
|
7019
7031
|
};
|
|
7020
7032
|
return me(() => {
|
|
7021
7033
|
(h === null || h < 0) && n(0);
|
|
7022
7034
|
}, [h]), me(() => {
|
|
7023
7035
|
i === 2 && (n(0), d(null), p(null));
|
|
7024
|
-
}, [i]), /* @__PURE__ */ a.jsx(sr, { children: c ? ((
|
|
7025
|
-
|
|
7036
|
+
}, [i]), /* @__PURE__ */ a.jsx(sr, { children: c ? ((x = e == null ? void 0 : e.rounds[0]) == null ? void 0 : x.gameId) === ne.TEXAS ? /* @__PURE__ */ a.jsx(
|
|
7037
|
+
jl,
|
|
7026
7038
|
{
|
|
7027
7039
|
roundData: c,
|
|
7028
7040
|
handleClickRound: f,
|
|
@@ -7030,7 +7042,7 @@ const vl = m.div`
|
|
|
7030
7042
|
isMobile: r,
|
|
7031
7043
|
isLandscape: s
|
|
7032
7044
|
}
|
|
7033
|
-
) : ((
|
|
7045
|
+
) : ((v = e == null ? void 0 : e.rounds[0]) == null ? void 0 : v.gameId) === ne.ROULETTE ? /* @__PURE__ */ a.jsx(
|
|
7034
7046
|
Kl,
|
|
7035
7047
|
{
|
|
7036
7048
|
roundData: c,
|
|
@@ -7039,7 +7051,7 @@ const vl = m.div`
|
|
|
7039
7051
|
isMobile: r
|
|
7040
7052
|
}
|
|
7041
7053
|
) : /* @__PURE__ */ a.jsx(
|
|
7042
|
-
|
|
7054
|
+
ll,
|
|
7043
7055
|
{
|
|
7044
7056
|
roundData: c,
|
|
7045
7057
|
handleClickRound: f,
|
|
@@ -7047,14 +7059,15 @@ const vl = m.div`
|
|
|
7047
7059
|
isMobile: r
|
|
7048
7060
|
}
|
|
7049
7061
|
) : /* @__PURE__ */ a.jsx(
|
|
7050
|
-
|
|
7062
|
+
U1,
|
|
7051
7063
|
{
|
|
7052
7064
|
active: o,
|
|
7053
7065
|
count: Math.ceil((e == null ? void 0 : e.totalCount) / 10),
|
|
7054
7066
|
setActive: l,
|
|
7055
7067
|
handleClickRound: f,
|
|
7056
7068
|
historyData: e,
|
|
7057
|
-
isTexas: ((b = e == null ? void 0 : e.rounds[0]) == null ? void 0 : b.gameId) ===
|
|
7069
|
+
isTexas: ((b = e == null ? void 0 : e.rounds[0]) == null ? void 0 : b.gameId) === ne.TEXAS,
|
|
7070
|
+
isRoulette: ((y = e == null ? void 0 : e.rounds[0]) == null ? void 0 : y.gameId) === ne.ROULETTE
|
|
7058
7071
|
}
|
|
7059
7072
|
) });
|
|
7060
7073
|
}, ql = m.div`
|
|
@@ -7822,13 +7835,13 @@ const pr = ({
|
|
|
7822
7835
|
}, gc = ({ index: e, gameType: t }) => {
|
|
7823
7836
|
const { t: n } = W();
|
|
7824
7837
|
return /* @__PURE__ */ a.jsxs("div", { className: "table-wrapper", children: [
|
|
7825
|
-
/* @__PURE__ */ a.jsx("p", { className: "title", children: t ===
|
|
7838
|
+
/* @__PURE__ */ a.jsx("p", { className: "title", children: t === ne.TEXAS ? n("Bonus bet payout table") : n("Payments") }),
|
|
7826
7839
|
/* @__PURE__ */ a.jsxs("table", { className: "table", children: [
|
|
7827
7840
|
/* @__PURE__ */ a.jsx("thead", { children: /* @__PURE__ */ a.jsxs("tr", { className: "tr", children: [
|
|
7828
7841
|
/* @__PURE__ */ a.jsx("th", { className: "tibel-item", children: n("Hand") }),
|
|
7829
7842
|
/* @__PURE__ */ a.jsx("th", { className: "tibel-item", children: n("Payout") })
|
|
7830
7843
|
] }) }),
|
|
7831
|
-
t ===
|
|
7844
|
+
t === ne.TEXAS ? /* @__PURE__ */ a.jsxs("tbody", { children: [
|
|
7832
7845
|
/* @__PURE__ */ a.jsxs("tr", { className: "tr", children: [
|
|
7833
7846
|
/* @__PURE__ */ a.jsx("td", { className: "tibel-item", children: n("Royal Flush") }),
|
|
7834
7847
|
/* @__PURE__ */ a.jsx("td", { className: "tibel-item", children: "100:1" })
|
|
@@ -7880,13 +7893,13 @@ const pr = ({
|
|
|
7880
7893
|
] })
|
|
7881
7894
|
] })
|
|
7882
7895
|
] }),
|
|
7883
|
-
/* @__PURE__ */ a.jsx("p", { className: "title", children: t ===
|
|
7896
|
+
/* @__PURE__ */ a.jsx("p", { className: "title", children: t === ne.TEXAS ? n("Payments Table of game results") : n("21+3") }),
|
|
7884
7897
|
/* @__PURE__ */ a.jsxs("table", { className: "table", children: [
|
|
7885
7898
|
/* @__PURE__ */ a.jsx("thead", { children: /* @__PURE__ */ a.jsxs("tr", { className: "tr", children: [
|
|
7886
7899
|
/* @__PURE__ */ a.jsx("th", { className: "tibel-item", children: n("Hand") }),
|
|
7887
7900
|
/* @__PURE__ */ a.jsx("th", { className: "tibel-item", children: n("Payout") })
|
|
7888
7901
|
] }) }),
|
|
7889
|
-
t ===
|
|
7902
|
+
t === ne.TEXAS ? /* @__PURE__ */ a.jsxs("tbody", { children: [
|
|
7890
7903
|
/* @__PURE__ */ a.jsxs("tr", { className: "tr", children: [
|
|
7891
7904
|
/* @__PURE__ */ a.jsx("td", { className: "tibel-item", children: n("Royal Flush") }),
|
|
7892
7905
|
/* @__PURE__ */ a.jsx("td", { className: "tibel-item", children: "100:1" })
|
|
@@ -8100,7 +8113,7 @@ const pr = ({
|
|
|
8100
8113
|
"* All payouts are based on accepted bets. Failed bets due to technical issues are returned to balance."
|
|
8101
8114
|
]
|
|
8102
8115
|
}, wc = ({ gameType: e }) => {
|
|
8103
|
-
const [t, n] = E(""), i = et(null), r = et({}), { clickSound: s } = Pe({ effectsVolume: 50 }), { t: o } = W(), c = { ...e ===
|
|
8116
|
+
const [t, n] = E(""), i = et(null), r = et({}), { clickSound: s } = Pe({ effectsVolume: 50 }), { t: o } = W(), c = { ...e === ne.ROULETTE ? yc : e === ne.TEXAS ? fc : pc, ...xc }, d = (h) => {
|
|
8104
8117
|
n(h), s();
|
|
8105
8118
|
const p = r.current[h], g = i.current;
|
|
8106
8119
|
if (p && g) {
|
|
@@ -9027,7 +9040,7 @@ const Oc = ["Min", "Low", "Med", "High", "Auto"], Mc = ({
|
|
|
9027
9040
|
width: 35%;
|
|
9028
9041
|
}
|
|
9029
9042
|
`, yr = (e) => {
|
|
9030
|
-
const { t } = W(), i = e.gameType ===
|
|
9043
|
+
const { t } = W(), i = e.gameType === ne.TEXAS ? Vc : Rc;
|
|
9031
9044
|
return /* @__PURE__ */ a.jsxs(br, { children: [
|
|
9032
9045
|
/* @__PURE__ */ a.jsxs("div", { className: "main-title", children: [
|
|
9033
9046
|
/* @__PURE__ */ a.jsx("p", { children: t("Bet") }),
|
|
@@ -9425,15 +9438,15 @@ const Ec = m(br)`
|
|
|
9425
9438
|
gameType: X,
|
|
9426
9439
|
maxPayOut: Y
|
|
9427
9440
|
}) => {
|
|
9428
|
-
const [
|
|
9441
|
+
const [ie, ee] = E(0), [Q, oe] = E(null), [te, ce] = E(!1), { t: V } = W(), { clickSound: q } = Pe({ effectsVolume: 50 }), [he, ge] = E(0), [G, be] = E(0), Ce = () => {
|
|
9429
9442
|
q(), oe(null);
|
|
9430
|
-
}, ye =
|
|
9443
|
+
}, ye = e1(Q, f, ie === 1), ue = (P) => {
|
|
9431
9444
|
if (P === D.VolumeOn) {
|
|
9432
9445
|
j(b === 0 ? 100 : 0);
|
|
9433
9446
|
return;
|
|
9434
9447
|
} else P !== D.closeMenu && oe(P);
|
|
9435
9448
|
q(), ce(!1);
|
|
9436
|
-
}, Be =
|
|
9449
|
+
}, Be = ie === 1 ? { headerClick: () => ee(2) } : {}, De = (P) => [
|
|
9437
9450
|
{
|
|
9438
9451
|
name: "Settings",
|
|
9439
9452
|
buttonType: D.Settings,
|
|
@@ -9455,11 +9468,11 @@ const Ec = m(br)`
|
|
|
9455
9468
|
onClick: () => {
|
|
9456
9469
|
q(), ce(!0);
|
|
9457
9470
|
},
|
|
9458
|
-
children: /* @__PURE__ */ a.jsx(
|
|
9471
|
+
children: /* @__PURE__ */ a.jsx(S1, {})
|
|
9459
9472
|
}
|
|
9460
9473
|
),
|
|
9461
9474
|
Q && ye && /* @__PURE__ */ a.jsx(
|
|
9462
|
-
|
|
9475
|
+
L1,
|
|
9463
9476
|
{
|
|
9464
9477
|
isLandscape: f,
|
|
9465
9478
|
close: Ce,
|
|
@@ -9487,7 +9500,7 @@ const Ec = m(br)`
|
|
|
9487
9500
|
historyData: o,
|
|
9488
9501
|
isMobile: !0,
|
|
9489
9502
|
isLandscape: f,
|
|
9490
|
-
openRoundHistory:
|
|
9503
|
+
openRoundHistory: ie,
|
|
9491
9504
|
setOpenRoundHistory: ee,
|
|
9492
9505
|
limits: I,
|
|
9493
9506
|
sendTip: (P) => {
|
|
@@ -9507,9 +9520,9 @@ const Ec = m(br)`
|
|
|
9507
9520
|
te && /* @__PURE__ */ a.jsxs(
|
|
9508
9521
|
Gc,
|
|
9509
9522
|
{
|
|
9510
|
-
onTouchStart: (P) =>
|
|
9511
|
-
onTouchMove: (P) =>
|
|
9512
|
-
onTouchEnd: (P) =>
|
|
9523
|
+
onTouchStart: (P) => t1(P, ge),
|
|
9524
|
+
onTouchMove: (P) => a1(P, he, ce),
|
|
9525
|
+
onTouchEnd: (P) => n1(P, ge),
|
|
9513
9526
|
$isLandscape: f,
|
|
9514
9527
|
children: [
|
|
9515
9528
|
/* @__PURE__ */ a.jsxs(Uc, { children: [
|
|
@@ -9546,7 +9559,7 @@ const Ec = m(br)`
|
|
|
9546
9559
|
}
|
|
9547
9560
|
),
|
|
9548
9561
|
/* @__PURE__ */ a.jsxs(qc, { $isLandscape: f, children: [
|
|
9549
|
-
/* @__PURE__ */ a.jsx("div", { className: "menu-line", children:
|
|
9562
|
+
/* @__PURE__ */ a.jsx("div", { className: "menu-line", children: $o.map((P) => {
|
|
9550
9563
|
if (!(n === _a.Galabet && P.name === "Send Tip"))
|
|
9551
9564
|
return /* @__PURE__ */ a.jsxs(
|
|
9552
9565
|
hi,
|
|
@@ -9561,7 +9574,7 @@ const Ec = m(br)`
|
|
|
9561
9574
|
P.buttonType
|
|
9562
9575
|
);
|
|
9563
9576
|
}) }),
|
|
9564
|
-
/* @__PURE__ */ a.jsx("div", { className: "menu-line", children:
|
|
9577
|
+
/* @__PURE__ */ a.jsx("div", { className: "menu-line", children: _o.map((P) => /* @__PURE__ */ a.jsxs(
|
|
9565
9578
|
hi,
|
|
9566
9579
|
{
|
|
9567
9580
|
$isLandscape: f,
|
|
@@ -9926,20 +9939,20 @@ const Ec = m(br)`
|
|
|
9926
9939
|
setActivation: _,
|
|
9927
9940
|
gameType: X
|
|
9928
9941
|
}) => {
|
|
9929
|
-
const [Y,
|
|
9942
|
+
const [Y, ie] = E(null), [ee, Q] = E(0), oe = Jo(Y, ee === 1), { clickSound: te } = Pe({ effectsVolume: 100 }), ce = (G, be) => {
|
|
9930
9943
|
if (G.buttonType === D.FullScreen && d(), G.buttonType === D.VolumeOn) {
|
|
9931
9944
|
f(h === 0 ? 100 : 0);
|
|
9932
9945
|
return;
|
|
9933
9946
|
} else
|
|
9934
|
-
|
|
9947
|
+
ie(be ? null : G.buttonType), _ == null || _();
|
|
9935
9948
|
}, V = (G) => G.buttonType === D.FullScreen && c ? rd() : G.buttonType === D.VolumeOn ? h === 0 ? vr() : en() : G.icon;
|
|
9936
9949
|
me(() => {
|
|
9937
|
-
y && (
|
|
9950
|
+
y && (ie(D.Tournament), _ == null || _());
|
|
9938
9951
|
}, [y]), me(() => {
|
|
9939
|
-
$ &&
|
|
9952
|
+
$ && ie(null);
|
|
9940
9953
|
}, [$]);
|
|
9941
9954
|
const q = ee === 1 ? { headerClick: () => Q(2) } : {}, he = (G) => {
|
|
9942
|
-
|
|
9955
|
+
ie(null), _ == null || _(), v(G);
|
|
9943
9956
|
}, ge = /* @__PURE__ */ a.jsx(
|
|
9944
9957
|
Cr,
|
|
9945
9958
|
{
|
|
@@ -9972,7 +9985,7 @@ const Ec = m(br)`
|
|
|
9972
9985
|
}
|
|
9973
9986
|
);
|
|
9974
9987
|
return /* @__PURE__ */ a.jsxs(id, { children: [
|
|
9975
|
-
/* @__PURE__ */ a.jsx(nd, { children:
|
|
9988
|
+
/* @__PURE__ */ a.jsx(nd, { children: Qo.map((G, be) => {
|
|
9976
9989
|
const Ce = Y === G.buttonType;
|
|
9977
9990
|
if (!(G.buttonType === D.Tournament && !n || M === _a.Galabet && G.buttonType === D.Tip))
|
|
9978
9991
|
return /* @__PURE__ */ a.jsx(
|
|
@@ -9995,7 +10008,7 @@ const Ec = m(br)`
|
|
|
9995
10008
|
kr,
|
|
9996
10009
|
{
|
|
9997
10010
|
close: () => {
|
|
9998
|
-
|
|
10011
|
+
ie(null), _ == null || _(), te();
|
|
9999
10012
|
},
|
|
10000
10013
|
...oe,
|
|
10001
10014
|
...q,
|
|
@@ -10592,7 +10605,7 @@ const Ec = m(br)`
|
|
|
10592
10605
|
}
|
|
10593
10606
|
)
|
|
10594
10607
|
] }),
|
|
10595
|
-
f !==
|
|
10608
|
+
f !== ne.TEXAS && /* @__PURE__ */ a.jsxs(gd, { $isDisabled: p, onClick: o, children: [
|
|
10596
10609
|
/* @__PURE__ */ a.jsx("div", { className: "button-icon icon", children: /* @__PURE__ */ a.jsx(jr, {}) }),
|
|
10597
10610
|
/* @__PURE__ */ a.jsx("p", { className: "text-button", children: b("Deal Now") })
|
|
10598
10611
|
] })
|
|
@@ -11163,7 +11176,7 @@ const Ec = m(br)`
|
|
|
11163
11176
|
position: absolute;
|
|
11164
11177
|
top: -25px;
|
|
11165
11178
|
`, g6 = ({ code: e, type: t = "error" }) => {
|
|
11166
|
-
const { t: n } = W(), i = Po[e] || n("Unknown error");
|
|
11179
|
+
const { t: n } = W(), i = (t === "warning" ? zo[e] : Po[e]) || n("Unknown error");
|
|
11167
11180
|
return /* @__PURE__ */ a.jsxs(Rd, { type: t, children: [
|
|
11168
11181
|
/* @__PURE__ */ a.jsx(Vd, { type: t }),
|
|
11169
11182
|
/* @__PURE__ */ a.jsx(Wd, { children: n(i) })
|
|
@@ -11208,10 +11221,10 @@ const Gd = {
|
|
|
11208
11221
|
},
|
|
11209
11222
|
2: { buttonSize: 80, iconSize: 40, radius: 12 }
|
|
11210
11223
|
})[e], Kd = m.button`
|
|
11211
|
-
width: ${({ $size: e, $gameType: t }) => t ===
|
|
11212
|
-
height: ${({ $size: e, $gameType: t }) => t ===
|
|
11224
|
+
width: ${({ $size: e, $gameType: t }) => t === ne.TEXAS ? "60px" : `${e.buttonSize}px`};
|
|
11225
|
+
height: ${({ $size: e, $gameType: t }) => t === ne.TEXAS ? "60px" : `${e.buttonSize}px`};
|
|
11213
11226
|
border-radius: ${({ $size: e }) => e.radius}px;
|
|
11214
|
-
padding: ${({ $gameType: e }) => e ===
|
|
11227
|
+
padding: ${({ $gameType: e }) => e === ne.TEXAS ? "17px" : "10px"};
|
|
11215
11228
|
border: 1px solid #ffffff14;
|
|
11216
11229
|
background: ${({ $color: e }) => e};
|
|
11217
11230
|
display: flex;
|
|
@@ -11484,7 +11497,7 @@ const Gd = {
|
|
|
11484
11497
|
return /* @__PURE__ */ a.jsxs(Jd, { children: [
|
|
11485
11498
|
c && !i && /* @__PURE__ */ a.jsx($d, { $isBig: c, $isMobile: i, children: /* @__PURE__ */ a.jsx(nn, { time: e, timerType: Ue.WaitingForUserAction }) }, r),
|
|
11486
11499
|
/* @__PURE__ */ a.jsxs(_d, { $isBig: c, $isMobile: i, children: [
|
|
11487
|
-
s !==
|
|
11500
|
+
s !== ne.TEXAS ? /* @__PURE__ */ a.jsx("div", { className: "aciton", children: Xd[n].map((h, p) => {
|
|
11488
11501
|
const { isDisabled: g, onHandle: f } = t[h.betType];
|
|
11489
11502
|
return /* @__PURE__ */ a.jsxs(
|
|
11490
11503
|
"div",
|
|
@@ -11527,7 +11540,7 @@ const Gd = {
|
|
|
11527
11540
|
c && /* @__PURE__ */ a.jsx("p", { className: "name", children: d(h.name) })
|
|
11528
11541
|
] }, p);
|
|
11529
11542
|
}) }),
|
|
11530
|
-
s !==
|
|
11543
|
+
s !== ne.TEXAS && /* @__PURE__ */ a.jsx("div", { className: "last-boton", children: c && /* @__PURE__ */ a.jsxs(
|
|
11531
11544
|
e2,
|
|
11532
11545
|
{
|
|
11533
11546
|
className: `${!!o && (o === O.Surrender ? "animated-active" : "animated-unactive")}`,
|
|
@@ -12508,7 +12521,7 @@ const Gd = {
|
|
|
12508
12521
|
}
|
|
12509
12522
|
)
|
|
12510
12523
|
] }),
|
|
12511
|
-
f !==
|
|
12524
|
+
f !== ne.TEXAS && /* @__PURE__ */ a.jsxs(Z2, { $isDisabled: h, onClick: d, $isLandscape: g, children: [
|
|
12512
12525
|
/* @__PURE__ */ a.jsx("div", { className: "button-icon icon", children: /* @__PURE__ */ a.jsx(jr, {}) }),
|
|
12513
12526
|
/* @__PURE__ */ a.jsx("p", { className: "text-button", children: b("Deal Now") })
|
|
12514
12527
|
] })
|