@rabex-kit/rabex-ui 0.1.2 → 0.1.4

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.
@@ -3860,7 +3860,7 @@ var components$3 = {
3860
3860
  var theme = _ref3.theme;
3861
3861
  return {
3862
3862
  fontSize: '14px',
3863
- padding: theme.spacing(1, 2)
3863
+ padding: theme.spacing(1, 3)
3864
3864
  };
3865
3865
  }
3866
3866
  }, {
@@ -3871,7 +3871,7 @@ var components$3 = {
3871
3871
  var theme = _ref4.theme;
3872
3872
  return {
3873
3873
  fontSize: '14px',
3874
- padding: theme.spacing(2)
3874
+ padding: theme.spacing(2, 3)
3875
3875
  };
3876
3876
  }
3877
3877
  }, {
@@ -3882,7 +3882,7 @@ var components$3 = {
3882
3882
  var theme = _ref5.theme;
3883
3883
  return {
3884
3884
  fontSize: '14px',
3885
- padding: theme.spacing(3, 2)
3885
+ padding: theme.spacing(3)
3886
3886
  };
3887
3887
  }
3888
3888
  }, {
@@ -3893,7 +3893,7 @@ var components$3 = {
3893
3893
  var theme = _ref6.theme;
3894
3894
  return {
3895
3895
  fontSize: '16px',
3896
- padding: theme.spacing(3, 2)
3896
+ padding: theme.spacing(3)
3897
3897
  };
3898
3898
  }
3899
3899
  }, {
@@ -4113,8 +4113,8 @@ var RabexMenuItem = {
4113
4113
  return {
4114
4114
  width: '97%',
4115
4115
  margin: 'auto',
4116
- borderRadius: '6px',
4117
- backgroundColor: theme.palette.secondary.main,
4116
+ // borderRadius: '6px',
4117
+ // backgroundColor: theme.palette.secondary.main,
4118
4118
  '&.Mui-selected': {
4119
4119
  backgroundColor: theme.palette.secondary.main
4120
4120
  },
@@ -4512,7 +4512,7 @@ var components$6 = {
4512
4512
  border: 0
4513
4513
  },
4514
4514
  '& > div.MuiInputBase-root': {
4515
- borderRadius: '6px',
4515
+ borderRadius: '8px',
4516
4516
  gap: spacing(1),
4517
4517
  transition: 'all 0.2s',
4518
4518
  padding: spacing(2.5, 3),
@@ -4523,7 +4523,7 @@ var components$6 = {
4523
4523
  backgroundColor: isLight ? palette.base.A0 : palette.base.A60
4524
4524
  },
4525
4525
  '&.Mui-focused': {
4526
- border: isLight ? "1px dashed " + palette.primary.A100 : "1px solid " + palette.primary.A80,
4526
+ border: isLight ? "1px solid " + palette.primary.A100 : "1px solid " + palette.primary.A80,
4527
4527
  backgroundColor: isLight ? palette.base.A0 : palette.base.A60
4528
4528
  },
4529
4529
  '&.Mui-error': {