livevegas-ui-kit 1.0.42 → 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;
@@ -4641,7 +4641,7 @@ const N3 = d.div`
4641
4641
  padding-right: 12px;
4642
4642
  max-width: ${({ isMobile: e }) => e ? "calc(100% - 20px)" : "calc(100%)"};
4643
4643
  min-width: ${({ isMobile: e }) => e ? "calc(100% - 20px)" : "calc(100%)"};
4644
- height: 36px;
4644
+ height: 100%;
4645
4645
  border-radius: 8px;
4646
4646
  background: #111111cc;
4647
4647
  border: 1px solid;
@@ -4725,7 +4725,7 @@ const N3 = d.div`
4725
4725
  padding-right: 12px;
4726
4726
  max-width: ${({ $isMobile: e }) => "100%"};
4727
4727
  min-width: ${({ $isMobile: e }) => e ? "90%" : "100%"};
4728
- height: 36px;
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;
@@ -1035,7 +1035,7 @@ See https://s-c.sh/2BAXzed for more info.`),window[ue]+=1);const P0=d.div`
1035
1035
  padding-right: 12px;
1036
1036
  max-width: ${({isMobile:e})=>e?"calc(100% - 20px)":"calc(100%)"};
1037
1037
  min-width: ${({isMobile:e})=>e?"calc(100% - 20px)":"calc(100%)"};
1038
- height: 36px;
1038
+ height: 100%;
1039
1039
  border-radius: 8px;
1040
1040
  background: #111111cc;
1041
1041
  border: 1px solid;
@@ -1081,7 +1081,7 @@ See https://s-c.sh/2BAXzed for more info.`),window[ue]+=1);const P0=d.div`
1081
1081
  padding-right: 12px;
1082
1082
  max-width: ${({$isMobile:e})=>"100%"};
1083
1083
  min-width: ${({$isMobile:e})=>e?"90%":"100%"};
1084
- height: 36px;
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.42",
3
+ "version": "1.0.43",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"