livevegas-ui-kit 1.0.128 → 1.0.129

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.
@@ -10138,7 +10138,6 @@ const L0 = {
10138
10138
  }, ul = f.div`
10139
10139
  display: flex;
10140
10140
  gap: 16px;
10141
- height: 500px;
10142
10141
  align-items: center;
10143
10142
  justify-content: center;
10144
10143
  ${({ $isLandscape: e }) => e ? "transform: rotate(-90deg);" : ""};
@@ -10208,7 +10207,7 @@ const L0 = {
10208
10207
  }
10209
10208
  `, xl = f.button`
10210
10209
  position: relative;
10211
- top: ${({ $isLandscape: e }) => e ? -150 : -50}px;
10210
+ top: ${({ $isLandscape: e }) => e ? -150 : -65}px;
10212
10211
  right: ${({ $isLandscape: e }) => 0}px;
10213
10212
  cursor: pointer;
10214
10213
  display: flex;
@@ -3006,7 +3006,6 @@ See https://s-c.sh/2BAXzed for more info.`),window[Bt]+=1);const Ar=f.div`
3006
3006
  `,Z0=({chipAmounts:e,amount:t,width:a=50,height:i=42,isDisabled:r=!1,onClick:s})=>{if(!t)return;const o=D0(e,t),c=Ea(t),l=H0(c,a),d=[R0,P0,F0,W0,G0,V0,E0,U0,Y0];return n.jsxs(K0,{$height:i,$width:a,$isDisabled:r,onClick:()=>s&&s(t),$positionSize:l,children:[n.jsx("img",{draggable:!1,src:d[o],className:"chip"},o),n.jsx("div",{className:"chip-amount-size",children:n.jsx("p",{className:"amount",children:c})})]},o)},X0=f.div`
3007
3007
  display: flex;
3008
3008
  gap: 16px;
3009
- height: 500px;
3010
3009
  align-items: center;
3011
3010
  justify-content: center;
3012
3011
  ${({$isLandscape:e})=>e?"transform: rotate(-90deg);":""};
@@ -3069,7 +3068,7 @@ See https://s-c.sh/2BAXzed for more info.`),window[Bt]+=1);const Ar=f.div`
3069
3068
  }
3070
3069
  `,_0=f.button`
3071
3070
  position: relative;
3072
- top: ${({$isLandscape:e})=>e?-150:-50}px;
3071
+ top: ${({$isLandscape:e})=>e?-150:-65}px;
3073
3072
  right: ${({$isLandscape:e})=>0}px;
3074
3073
  cursor: pointer;
3075
3074
  display: flex;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "livevegas-ui-kit",
3
- "version": "1.0.128",
3
+ "version": "1.0.129",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"