livevegas-ui-kit 1.0.58 → 1.0.59

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.
@@ -8,5 +8,5 @@ export interface ICardsRightInfo {
8
8
  dealerPoints?: string | number;
9
9
  points?: string | number;
10
10
  }
11
- export declare const CardsRightInfo: ({ dealerCards, playerCards, playerText, dealerPoints, points, }: ICardsRightInfo) => import("react/jsx-runtime").JSX.Element;
11
+ export declare const CardsRightInfo: ({ dealerCards, playerCards, playerText, dealerPoints, points, }: ICardsRightInfo) => import("react/jsx-runtime").JSX.Element | undefined;
12
12
  export {};
@@ -7658,23 +7658,43 @@ const tt = {
7658
7658
  playerText: r,
7659
7659
  dealerPoints: i,
7660
7660
  points: o
7661
- }) => /* @__PURE__ */ t.jsxs(er, { children: [
7662
- /* @__PURE__ */ t.jsxs("div", { className: "info-item", children: [
7663
- /* @__PURE__ */ t.jsx("span", { className: "item-owner", children: "Dealer" }),
7664
- /* @__PURE__ */ t.jsxs("div", { className: "cards", children: [
7665
- /* @__PURE__ */ t.jsx("div", { className: "point-Wrapper", children: /* @__PURE__ */ t.jsx("span", { className: "point", children: i }) }),
7666
- e.map((s) => /* @__PURE__ */ t.jsx(r2, { index: s.scannerIndex, cardHeight: 48, cardWidth: 38 }))
7667
- ] })
7668
- ] }),
7669
- /* @__PURE__ */ t.jsx("div", { className: "line" }),
7670
- /* @__PURE__ */ t.jsxs("div", { className: "info-item", children: [
7671
- /* @__PURE__ */ t.jsx("span", { className: "item-owner", children: r }),
7672
- /* @__PURE__ */ t.jsxs("div", { className: "cards", children: [
7673
- /* @__PURE__ */ t.jsx("div", { className: "point-Wrapper-player", children: /* @__PURE__ */ t.jsx("span", { className: "point", children: o }) }),
7674
- n.map((s) => /* @__PURE__ */ t.jsx("div", { className: "card-style", children: /* @__PURE__ */ t.jsx(r2, { index: s.scannerIndex, cardHeight: 48, cardWidth: 38 }) }))
7675
- ] })
7676
- ] })
7677
- ] });
7661
+ }) => {
7662
+ if (!(!i && !i))
7663
+ return /* @__PURE__ */ t.jsxs(er, { children: [
7664
+ /* @__PURE__ */ t.jsxs("div", { className: "info-item", children: [
7665
+ /* @__PURE__ */ t.jsx("span", { className: "item-owner", children: "Dealer" }),
7666
+ /* @__PURE__ */ t.jsxs("div", { className: "cards", children: [
7667
+ /* @__PURE__ */ t.jsx("div", { className: "point-Wrapper", children: /* @__PURE__ */ t.jsx("span", { className: "point", children: i }) }),
7668
+ e.map((s, l) => /* @__PURE__ */ t.jsx(
7669
+ r2,
7670
+ {
7671
+ index: s.scannerIndex,
7672
+ cardHeight: 48,
7673
+ cardWidth: 38
7674
+ },
7675
+ l
7676
+ ))
7677
+ ] })
7678
+ ] }),
7679
+ !!i && /* @__PURE__ */ t.jsxs(t.Fragment, { children: [
7680
+ /* @__PURE__ */ t.jsx("div", { className: "line" }),
7681
+ /* @__PURE__ */ t.jsxs("div", { className: "info-item", children: [
7682
+ /* @__PURE__ */ t.jsx("span", { className: "item-owner", children: r }),
7683
+ /* @__PURE__ */ t.jsxs("div", { className: "cards", children: [
7684
+ /* @__PURE__ */ t.jsx("div", { className: "point-Wrapper-player", children: /* @__PURE__ */ t.jsx("span", { className: "point", children: o }) }),
7685
+ n.map((s, l) => /* @__PURE__ */ t.jsx("div", { className: "card-style", children: /* @__PURE__ */ t.jsx(
7686
+ r2,
7687
+ {
7688
+ index: s.scannerIndex,
7689
+ cardHeight: 48,
7690
+ cardWidth: 38
7691
+ }
7692
+ ) }, l))
7693
+ ] })
7694
+ ] })
7695
+ ] })
7696
+ ] });
7697
+ };
7678
7698
  export {
7679
7699
  nr as BalanceAndBet,
7680
7700
  fr as BlackJackAction,
@@ -2675,4 +2675,4 @@ See https://s-c.sh/2BAXzed for more info.`),window[ge]+=1);const $0=d.div`
2675
2675
  rgba(255, 255, 255, 0) 100%
2676
2676
  );
2677
2677
  }
2678
- `,z9=({dealerCards:e,playerCards:n,playerText:r,dealerPoints:i,points:o})=>t.jsxs(V9,{children:[t.jsxs("div",{className:"info-item",children:[t.jsx("span",{className:"item-owner",children:"Dealer"}),t.jsxs("div",{className:"cards",children:[t.jsx("div",{className:"point-Wrapper",children:t.jsx("span",{className:"point",children:i})}),e.map(s=>t.jsx(r2,{index:s.scannerIndex,cardHeight:48,cardWidth:38}))]})]}),t.jsx("div",{className:"line"}),t.jsxs("div",{className:"info-item",children:[t.jsx("span",{className:"item-owner",children:r}),t.jsxs("div",{className:"cards",children:[t.jsx("div",{className:"point-Wrapper-player",children:t.jsx("span",{className:"point",children:o})}),n.map(s=>t.jsx("div",{className:"card-style",children:t.jsx(r2,{index:s.scannerIndex,cardHeight:48,cardWidth:38})}))]})]})]});T.BalanceAndBet=e5,T.BlackJackAction=C9,T.BlackJackeWinPopup=t9,T.BlackjeckInsurance=O9,T.BonusModalContent=R9,T.Button=q1,T.CardsRightInfo=z9,T.Chip=e2,T.ChipBoard=F3,T.MobileBottomInfo=V3,T.MobileMenu=t3,T.NotPlaying=_3,T.PopupWrapper=s2,T.Reconnect=K3,T.Timer=Se,T.ToLobby=d3,T.ToastMessages=l9,T.TopIcons=u3,T.TournamentNotification=v3,T.Wager=k9,Object.defineProperty(T,Symbol.toStringTag,{value:"Module"})});
2678
+ `,z9=({dealerCards:e,playerCards:n,playerText:r,dealerPoints:i,points:o})=>{if(!(!i&&!i))return t.jsxs(V9,{children:[t.jsxs("div",{className:"info-item",children:[t.jsx("span",{className:"item-owner",children:"Dealer"}),t.jsxs("div",{className:"cards",children:[t.jsx("div",{className:"point-Wrapper",children:t.jsx("span",{className:"point",children:i})}),e.map((s,l)=>t.jsx(r2,{index:s.scannerIndex,cardHeight:48,cardWidth:38},l))]})]}),!!i&&t.jsxs(t.Fragment,{children:[t.jsx("div",{className:"line"}),t.jsxs("div",{className:"info-item",children:[t.jsx("span",{className:"item-owner",children:r}),t.jsxs("div",{className:"cards",children:[t.jsx("div",{className:"point-Wrapper-player",children:t.jsx("span",{className:"point",children:o})}),n.map((s,l)=>t.jsx("div",{className:"card-style",children:t.jsx(r2,{index:s.scannerIndex,cardHeight:48,cardWidth:38})},l))]})]})]})]})};T.BalanceAndBet=e5,T.BlackJackAction=C9,T.BlackJackeWinPopup=t9,T.BlackjeckInsurance=O9,T.BonusModalContent=R9,T.Button=q1,T.CardsRightInfo=z9,T.Chip=e2,T.ChipBoard=F3,T.MobileBottomInfo=V3,T.MobileMenu=t3,T.NotPlaying=_3,T.PopupWrapper=s2,T.Reconnect=K3,T.Timer=Se,T.ToLobby=d3,T.ToastMessages=l9,T.TopIcons=u3,T.TournamentNotification=v3,T.Wager=k9,Object.defineProperty(T,Symbol.toStringTag,{value:"Module"})});
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "livevegas-ui-kit",
3
- "version": "1.0.58",
3
+ "version": "1.0.59",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"