livevegas-ui-kit 1.0.110 → 1.0.111
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/livevegas-ui-kit.es.js +55 -16
- package/dist/livevegas-ui-kit.umd.js +69 -36
- package/package.json +1 -1
|
@@ -4994,10 +4994,13 @@ const to = {
|
|
|
4994
4994
|
justify-content: space-between;
|
|
4995
4995
|
.cards {
|
|
4996
4996
|
display: flex;
|
|
4997
|
+
justify-content: center;
|
|
4998
|
+
align-items: center;
|
|
4999
|
+
gap: 8px;
|
|
4997
5000
|
width: fit-content;
|
|
4998
5001
|
margin-left: 18px;
|
|
4999
5002
|
}
|
|
5000
|
-
|
|
5003
|
+
|
|
5001
5004
|
.card-style {
|
|
5002
5005
|
margin-left: -18px;
|
|
5003
5006
|
}
|
|
@@ -5017,6 +5020,21 @@ const to = {
|
|
|
5017
5020
|
line-height: 16px;
|
|
5018
5021
|
color: #ffffff99;
|
|
5019
5022
|
}
|
|
5023
|
+
|
|
5024
|
+
.final-value {
|
|
5025
|
+
font-family: Inter;
|
|
5026
|
+
font-weight: 700;
|
|
5027
|
+
font-size: 12px;
|
|
5028
|
+
line-height: 16px;
|
|
5029
|
+
color: #111111;
|
|
5030
|
+
min-width: 26px;
|
|
5031
|
+
background-color: #ffffff;
|
|
5032
|
+
padding: 1px 6px 1px 6px;
|
|
5033
|
+
border-radius: 99px;
|
|
5034
|
+
display: flex;
|
|
5035
|
+
justify-content: center;
|
|
5036
|
+
align-items: center;
|
|
5037
|
+
}
|
|
5020
5038
|
`, Vn = f.div`
|
|
5021
5039
|
width: 100%;
|
|
5022
5040
|
height: 1px;
|
|
@@ -5098,6 +5116,21 @@ const to = {
|
|
|
5098
5116
|
display: flex;
|
|
5099
5117
|
justify-content: center;
|
|
5100
5118
|
}
|
|
5119
|
+
|
|
5120
|
+
.final-value {
|
|
5121
|
+
font-family: Inter;
|
|
5122
|
+
font-weight: 700;
|
|
5123
|
+
font-size: 12px;
|
|
5124
|
+
line-height: 16px;
|
|
5125
|
+
color: #111111;
|
|
5126
|
+
min-width: 26px;
|
|
5127
|
+
background-color: #ffffff;
|
|
5128
|
+
padding: 1px 6px 1px 6px;
|
|
5129
|
+
border-radius: 99px;
|
|
5130
|
+
display: flex;
|
|
5131
|
+
justify-content: center;
|
|
5132
|
+
align-items: center;
|
|
5133
|
+
}
|
|
5101
5134
|
`, Wa = f.p`
|
|
5102
5135
|
font-family: Inter;
|
|
5103
5136
|
font-weight: 700;
|
|
@@ -5422,14 +5455,17 @@ const F1 = Array(4).fill([
|
|
|
5422
5455
|
/* @__PURE__ */ n.jsxs(co, { children: [
|
|
5423
5456
|
/* @__PURE__ */ n.jsxs("div", { className: "dealerCards", children: [
|
|
5424
5457
|
/* @__PURE__ */ n.jsx("p", { className: "title", children: i("Dealer Cards") }),
|
|
5425
|
-
/* @__PURE__ */ n.
|
|
5426
|
-
|
|
5427
|
-
|
|
5428
|
-
|
|
5429
|
-
|
|
5430
|
-
|
|
5431
|
-
|
|
5432
|
-
|
|
5458
|
+
/* @__PURE__ */ n.jsxs("div", { className: "cards", children: [
|
|
5459
|
+
e.player.dealerBox.hand.cards.map((s, o) => /* @__PURE__ */ n.jsx("div", { className: "card-style", children: /* @__PURE__ */ n.jsx(
|
|
5460
|
+
I1,
|
|
5461
|
+
{
|
|
5462
|
+
index: s.scannerIndex,
|
|
5463
|
+
cardHeight: 48,
|
|
5464
|
+
cardWidth: 38
|
|
5465
|
+
}
|
|
5466
|
+
) }, o)),
|
|
5467
|
+
/* @__PURE__ */ n.jsx("span", { className: "final-value", children: e.player.dealerBox.hand.finalValue })
|
|
5468
|
+
] })
|
|
5433
5469
|
] }),
|
|
5434
5470
|
/* @__PURE__ */ n.jsxs("div", { className: "dealerCards", children: [
|
|
5435
5471
|
/* @__PURE__ */ n.jsx("p", { className: "title", children: i("Your Seats") }),
|
|
@@ -5453,13 +5489,16 @@ const F1 = Array(4).fill([
|
|
|
5453
5489
|
if (r.includes(l.betType))
|
|
5454
5490
|
return /* @__PURE__ */ n.jsx("p", { className: "text", children: i(to[l.betType]) }, l.betType);
|
|
5455
5491
|
}) }),
|
|
5456
|
-
/* @__PURE__ */ n.
|
|
5457
|
-
|
|
5458
|
-
|
|
5459
|
-
/* @__PURE__ */ n.
|
|
5460
|
-
|
|
5461
|
-
|
|
5462
|
-
|
|
5492
|
+
/* @__PURE__ */ n.jsxs("td", { className: "cards", children: [
|
|
5493
|
+
s.hand.cards.map(({ scannerIndex: l }, c) => {
|
|
5494
|
+
const d = F1[l - 1].value, u = Ea(l), p = Ua(l);
|
|
5495
|
+
return /* @__PURE__ */ n.jsxs(Ya, { color: p, children: [
|
|
5496
|
+
/* @__PURE__ */ n.jsx("p", { className: "p", children: d }),
|
|
5497
|
+
/* @__PURE__ */ n.jsx("svg", { width: "12", height: "12", viewBox: "0 0 21 26", children: /* @__PURE__ */ n.jsx("g", { clipPath: "url(#clip0_647_1135)", children: /* @__PURE__ */ n.jsx("path", { d: u, fill: p }) }) })
|
|
5498
|
+
] }, c);
|
|
5499
|
+
}),
|
|
5500
|
+
/* @__PURE__ */ n.jsx("span", { className: "final-value", children: s.hand.finalValue })
|
|
5501
|
+
] }),
|
|
5463
5502
|
/* @__PURE__ */ n.jsx("td", { children: s.bets.map((l) => {
|
|
5464
5503
|
if (r.includes(l.betType))
|
|
5465
5504
|
return /* @__PURE__ */ n.jsxs("p", { className: "text", children: [
|