livevegas-ui-kit 1.0.41 → 1.0.43

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.
@@ -4628,7 +4628,7 @@ const N3 = d.div`
4628
4628
  `, Q3 = d.div`
4629
4629
  position: relative;
4630
4630
  max-width: ${({ isMobile: e }) => e ? "calc(100% - 20px)" : "100%"};
4631
- height: fit-content;
4631
+ height: 40px;
4632
4632
  ${({ isMobile: e }) => e && "left: 10px; bottom: 20px"};
4633
4633
  .send-massage {
4634
4634
  cursor: pointer;
@@ -4639,9 +4639,9 @@ const N3 = d.div`
4639
4639
  `, K3 = d.input`
4640
4640
  padding-left: 8px;
4641
4641
  padding-right: 12px;
4642
- max-width: ${({ isMobile: e }) => e ? "calc(100% - 20px)" : "calc(100% - 21px)"};
4643
- min-width: ${({ isMobile: e }) => e ? "calc(100% - 20px)" : "calc(100% - 21px)"};
4644
- height: 36px;
4642
+ max-width: ${({ isMobile: e }) => e ? "calc(100% - 20px)" : "calc(100%)"};
4643
+ min-width: ${({ isMobile: e }) => e ? "calc(100% - 20px)" : "calc(100%)"};
4644
+ height: 100%;
4645
4645
  border-radius: 8px;
4646
4646
  background: #111111cc;
4647
4647
  border: 1px solid;
@@ -4723,9 +4723,9 @@ const N3 = d.div`
4723
4723
  `, $3 = d.input`
4724
4724
  padding-left: 8px;
4725
4725
  padding-right: 12px;
4726
- max-width: ${({ $isMobile: e }) => e ? "100%" : "calc(100% - 20px)"};
4727
- min-width: ${({ $isMobile: e }) => e ? "90%" : "calc(100% - 20px)"};
4728
- height: 36px;
4726
+ max-width: ${({ $isMobile: e }) => "100%"};
4727
+ min-width: ${({ $isMobile: e }) => e ? "90%" : "100%"};
4728
+ height: 100%;
4729
4729
  border-radius: 8px;
4730
4730
  background: #111111cc;
4731
4731
  border: 1px solid;
@@ -1022,7 +1022,7 @@ See https://s-c.sh/2BAXzed for more info.`),window[ue]+=1);const P0=d.div`
1022
1022
  `,w3=d.div`
1023
1023
  position: relative;
1024
1024
  max-width: ${({isMobile:e})=>e?"calc(100% - 20px)":"100%"};
1025
- height: fit-content;
1025
+ height: 40px;
1026
1026
  ${({isMobile:e})=>e&&"left: 10px; bottom: 20px"};
1027
1027
  .send-massage {
1028
1028
  cursor: pointer;
@@ -1033,9 +1033,9 @@ See https://s-c.sh/2BAXzed for more info.`),window[ue]+=1);const P0=d.div`
1033
1033
  `,v3=d.input`
1034
1034
  padding-left: 8px;
1035
1035
  padding-right: 12px;
1036
- max-width: ${({isMobile:e})=>e?"calc(100% - 20px)":"calc(100% - 21px)"};
1037
- min-width: ${({isMobile:e})=>e?"calc(100% - 20px)":"calc(100% - 21px)"};
1038
- height: 36px;
1036
+ max-width: ${({isMobile:e})=>e?"calc(100% - 20px)":"calc(100%)"};
1037
+ min-width: ${({isMobile:e})=>e?"calc(100% - 20px)":"calc(100%)"};
1038
+ height: 100%;
1039
1039
  border-radius: 8px;
1040
1040
  background: #111111cc;
1041
1041
  border: 1px solid;
@@ -1079,9 +1079,9 @@ See https://s-c.sh/2BAXzed for more info.`),window[ue]+=1);const P0=d.div`
1079
1079
  `,k3=d.input`
1080
1080
  padding-left: 8px;
1081
1081
  padding-right: 12px;
1082
- max-width: ${({$isMobile:e})=>e?"100%":"calc(100% - 20px)"};
1083
- min-width: ${({$isMobile:e})=>e?"90%":"calc(100% - 20px)"};
1084
- height: 36px;
1082
+ max-width: ${({$isMobile:e})=>"100%"};
1083
+ min-width: ${({$isMobile:e})=>e?"90%":"100%"};
1084
+ height: 100%;
1085
1085
  border-radius: 8px;
1086
1086
  background: #111111cc;
1087
1087
  border: 1px solid;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "livevegas-ui-kit",
3
- "version": "1.0.41",
3
+ "version": "1.0.43",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"