@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.
@@ -7,8 +7,6 @@ declare const _default: {
7
7
  }) => {
8
8
  width: string;
9
9
  margin: string;
10
- borderRadius: string;
11
- backgroundColor: string;
12
10
  '&.Mui-selected': {
13
11
  backgroundColor: string;
14
12
  };
@@ -3865,7 +3865,7 @@ var components$3 = {
3865
3865
  var theme = _ref3.theme;
3866
3866
  return {
3867
3867
  fontSize: '14px',
3868
- padding: theme.spacing(1, 2)
3868
+ padding: theme.spacing(1, 3)
3869
3869
  };
3870
3870
  }
3871
3871
  }, {
@@ -3876,7 +3876,7 @@ var components$3 = {
3876
3876
  var theme = _ref4.theme;
3877
3877
  return {
3878
3878
  fontSize: '14px',
3879
- padding: theme.spacing(2)
3879
+ padding: theme.spacing(2, 3)
3880
3880
  };
3881
3881
  }
3882
3882
  }, {
@@ -3887,7 +3887,7 @@ var components$3 = {
3887
3887
  var theme = _ref5.theme;
3888
3888
  return {
3889
3889
  fontSize: '14px',
3890
- padding: theme.spacing(3, 2)
3890
+ padding: theme.spacing(3)
3891
3891
  };
3892
3892
  }
3893
3893
  }, {
@@ -3898,7 +3898,7 @@ var components$3 = {
3898
3898
  var theme = _ref6.theme;
3899
3899
  return {
3900
3900
  fontSize: '16px',
3901
- padding: theme.spacing(3, 2)
3901
+ padding: theme.spacing(3)
3902
3902
  };
3903
3903
  }
3904
3904
  }, {
@@ -4118,8 +4118,8 @@ var RabexMenuItem = {
4118
4118
  return {
4119
4119
  width: '97%',
4120
4120
  margin: 'auto',
4121
- borderRadius: '6px',
4122
- backgroundColor: theme.palette.secondary.main,
4121
+ // borderRadius: '6px',
4122
+ // backgroundColor: theme.palette.secondary.main,
4123
4123
  '&.Mui-selected': {
4124
4124
  backgroundColor: theme.palette.secondary.main
4125
4125
  },
@@ -4517,7 +4517,7 @@ var components$6 = {
4517
4517
  border: 0
4518
4518
  },
4519
4519
  '& > div.MuiInputBase-root': {
4520
- borderRadius: '6px',
4520
+ borderRadius: '8px',
4521
4521
  gap: spacing(1),
4522
4522
  transition: 'all 0.2s',
4523
4523
  padding: spacing(2.5, 3),
@@ -4528,7 +4528,7 @@ var components$6 = {
4528
4528
  backgroundColor: isLight ? palette.base.A0 : palette.base.A60
4529
4529
  },
4530
4530
  '&.Mui-focused': {
4531
- border: isLight ? "1px dashed " + palette.primary.A100 : "1px solid " + palette.primary.A80,
4531
+ border: isLight ? "1px solid " + palette.primary.A100 : "1px solid " + palette.primary.A80,
4532
4532
  backgroundColor: isLight ? palette.base.A0 : palette.base.A60
4533
4533
  },
4534
4534
  '&.Mui-error': {