livevegas-ui-kit 1.0.47 → 1.0.48

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.
@@ -14,6 +14,7 @@ interface IActions {
14
14
  export interface IBlackJackAction {
15
15
  time: number;
16
16
  actionsHandler: IActions;
17
+ onStandAll: () => void;
17
18
  }
18
- export declare const BlackJackAction: ({ time, actionsHandler }: IBlackJackAction) => import("react/jsx-runtime").JSX.Element;
19
+ export declare const BlackJackAction: ({ time, actionsHandler, onStandAll, }: IBlackJackAction) => import("react/jsx-runtime").JSX.Element;
19
20
  export {};
@@ -6952,6 +6952,7 @@ const B5 = d.div`
6952
6952
  justify-content: center;
6953
6953
  align-items: center;
6954
6954
  box-shadow: 0px 0px 30px 0px #00000080;
6955
+ border: 1px solid transparent;
6955
6956
  cursor: pointer;
6956
6957
  ${({ $isDisabled: e }) => e && `
6957
6958
  opacity: 0.4;
@@ -7028,24 +7029,28 @@ const B5 = d.div`
7028
7029
  transform: scale(1.3);
7029
7030
  }
7030
7031
  }
7031
- `, On = ({ time: e, actionsHandler: n }) => /* @__PURE__ */ t.jsxs(vn, { children: [
7032
+ `, On = ({
7033
+ time: e,
7034
+ actionsHandler: n,
7035
+ onStandAll: r
7036
+ }) => /* @__PURE__ */ t.jsxs(vn, { children: [
7032
7037
  /* @__PURE__ */ t.jsx(T0, { time: e }),
7033
- /* @__PURE__ */ t.jsx("div", { className: "aciton", children: yn.map((r, i) => {
7034
- const { isDisabled: o, onHandle: a } = n[r.betType];
7038
+ /* @__PURE__ */ t.jsx("div", { className: "aciton", children: yn.map((i, o) => {
7039
+ const { isDisabled: a, onHandle: l } = n[i.betType];
7035
7040
  return /* @__PURE__ */ t.jsxs("div", { className: "button", children: [
7036
7041
  /* @__PURE__ */ t.jsx(
7037
7042
  wn,
7038
7043
  {
7039
- buttonType: r.betType,
7040
- icon: r.icon,
7041
- onClick: a,
7042
- isDisabled: o
7044
+ buttonType: i.betType,
7045
+ icon: i.icon,
7046
+ onClick: l,
7047
+ isDisabled: a
7043
7048
  }
7044
7049
  ),
7045
- /* @__PURE__ */ t.jsx("p", { className: "name", children: r.name })
7046
- ] }, i);
7050
+ /* @__PURE__ */ t.jsx("p", { className: "name", children: i.name })
7051
+ ] }, o);
7047
7052
  }) }),
7048
- /* @__PURE__ */ t.jsxs(jn, { children: [
7053
+ /* @__PURE__ */ t.jsxs(jn, { onClick: r, children: [
7049
7054
  /* @__PURE__ */ t.jsx("div", { className: "icon", children: /* @__PURE__ */ t.jsx(V0, {}) }),
7050
7055
  /* @__PURE__ */ t.jsx("p", { className: "name", children: "Stand All" })
7051
7056
  ] })
@@ -2261,6 +2261,7 @@ See https://s-c.sh/2BAXzed for more info.`),window[ue]+=1);const Et=d.div`
2261
2261
  justify-content: center;
2262
2262
  align-items: center;
2263
2263
  box-shadow: 0px 0px 30px 0px #00000080;
2264
+ border: 1px solid transparent;
2264
2265
  cursor: pointer;
2265
2266
  ${({$isDisabled:e})=>e&&`
2266
2267
  opacity: 0.4;
@@ -2331,4 +2332,4 @@ See https://s-c.sh/2BAXzed for more info.`),window[ue]+=1);const Et=d.div`
2331
2332
  transform: scale(1.3);
2332
2333
  }
2333
2334
  }
2334
- `,on=({time:e,actionsHandler:n})=>t.jsxs(rn,{children:[t.jsx(e2,{time:e}),t.jsx("div",{className:"aciton",children:en.map((r,i)=>{const{isDisabled:s,onHandle:a}=n[r.betType];return t.jsxs("div",{className:"button",children:[t.jsx(nn,{buttonType:r.betType,icon:r.icon,onClick:a,isDisabled:s}),t.jsx("p",{className:"name",children:r.name})]},i)})}),t.jsxs(sn,{children:[t.jsx("div",{className:"icon",children:t.jsx(w0,{})}),t.jsx("p",{className:"name",children:"Stand All"})]})]});P.BalanceAndBet=Zt,P.BlackJackAction=on,P.BlackJackeWinPopup=Z9,P.Button=X1,P.Chip=qe,P.ChipBoard=w9,P.MobileBottomInfo=S9,P.MobileMenu=U5,P.NotPlaying=P9,P.PopupWrapper=$e,P.Reconnect=R9,P.Timer=e2,P.ToLobby=e9,P.ToastMessages=Q9,P.TopIcons=i9,P.TournamentNotification=h9,Object.defineProperty(P,Symbol.toStringTag,{value:"Module"})});
2335
+ `,on=({time:e,actionsHandler:n,onStandAll:r})=>t.jsxs(rn,{children:[t.jsx(e2,{time:e}),t.jsx("div",{className:"aciton",children:en.map((i,s)=>{const{isDisabled:a,onHandle:l}=n[i.betType];return t.jsxs("div",{className:"button",children:[t.jsx(nn,{buttonType:i.betType,icon:i.icon,onClick:l,isDisabled:a}),t.jsx("p",{className:"name",children:i.name})]},s)})}),t.jsxs(sn,{onClick:r,children:[t.jsx("div",{className:"icon",children:t.jsx(w0,{})}),t.jsx("p",{className:"name",children:"Stand All"})]})]});P.BalanceAndBet=Zt,P.BlackJackAction=on,P.BlackJackeWinPopup=Z9,P.Button=X1,P.Chip=qe,P.ChipBoard=w9,P.MobileBottomInfo=S9,P.MobileMenu=U5,P.NotPlaying=P9,P.PopupWrapper=$e,P.Reconnect=R9,P.Timer=e2,P.ToLobby=e9,P.ToastMessages=Q9,P.TopIcons=i9,P.TournamentNotification=h9,Object.defineProperty(P,Symbol.toStringTag,{value:"Module"})});
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "livevegas-ui-kit",
3
- "version": "1.0.47",
3
+ "version": "1.0.48",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"