@rabex-kit/rabex-ui 0.1.29 → 0.1.31

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.
@@ -2493,7 +2493,7 @@ var components = {
2493
2493
  ownerState = _ref2.ownerState;
2494
2494
  var color = (ownerState === null || ownerState === void 0 ? void 0 : ownerState.color) || 'primary';
2495
2495
  // const primaryColor = palette.primary[500] || palette[color].A100;
2496
- var primaryColor = palette[color][400] || palette.primary[500];
2496
+ var primaryColor = color !== 'primary' ? palette[color][400] : palette.primary[500];
2497
2497
  var textColor = palette.textColor[50] || palette[color].A0;
2498
2498
  var disableBackgroundColor = palette.primary[400] || palette[color].A60;
2499
2499
  return {
@@ -3897,6 +3897,7 @@ var components$3 = {
3897
3897
  style: function style(_ref3) {
3898
3898
  var theme = _ref3.theme;
3899
3899
  return {
3900
+ height: '32px',
3900
3901
  fontSize: '14px',
3901
3902
  lineHeight: '24px',
3902
3903
  padding: theme.spacing(1, 3)
@@ -3909,6 +3910,7 @@ var components$3 = {
3909
3910
  style: function style(_ref4) {
3910
3911
  var theme = _ref4.theme;
3911
3912
  return {
3913
+ height: '40px',
3912
3914
  fontSize: '14px',
3913
3915
  lineHeight: '24px',
3914
3916
  padding: theme.spacing(2, 3)
@@ -3921,6 +3923,7 @@ var components$3 = {
3921
3923
  style: function style(_ref5) {
3922
3924
  var theme = _ref5.theme;
3923
3925
  return {
3926
+ height: '48px',
3924
3927
  fontSize: '14px',
3925
3928
  lineHeight: '24px',
3926
3929
  padding: theme.spacing(3)
@@ -3933,6 +3936,7 @@ var components$3 = {
3933
3936
  style: function style(_ref6) {
3934
3937
  var theme = _ref6.theme;
3935
3938
  return {
3939
+ height: '48px',
3936
3940
  fontSize: '16px',
3937
3941
  lineHeight: '24px',
3938
3942
  padding: theme.spacing(3)