@rabex-kit/rabex-ui 0.2.67 → 0.2.69

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.
@@ -3394,7 +3394,7 @@ var components = {
3394
3394
  },
3395
3395
  '&.Mui-disabled': {
3396
3396
  color: palette.textColor[100] || palette.textColor.A40,
3397
- backgroundColor: palette.secondary[400]
3397
+ backgroundColor: palette.secondary[500]
3398
3398
  }
3399
3399
  };
3400
3400
  },
@@ -4286,8 +4286,7 @@ var colorModeConfig = function colorModeConfig(theme) {
4286
4286
  },
4287
4287
  light: {
4288
4288
  color: theme.palette.textColor[900],
4289
- backgroundColor: theme.palette.mode === 'light' ? theme.palette.warning[50] : colorManipulator_js.alpha(theme.palette.warning[400], 0.2),
4290
- border: "1px solid " + theme.palette.warning[200]
4289
+ backgroundColor: theme.palette.mode === 'light' ? theme.palette.warning[50] : colorManipulator_js.alpha(theme.palette.warning[400], 0.2)
4291
4290
  }
4292
4291
  },
4293
4292
  info: {
@@ -4913,6 +4912,9 @@ var components$3 = {
4913
4912
  WebkitBoxShadow: '0 0 0 1000px rgba(0, 0, 0, 0) inset !important',
4914
4913
  boxShadow: '0 0 0 1000px rgba(0, 0, 0, 0) inset !important',
4915
4914
  WebkitTextFillColor: palette.textColor[900] + " !important"
4915
+ },
4916
+ '&::placeholder': {
4917
+ color: palette.textColor[200]
4916
4918
  }
4917
4919
  };
4918
4920
  },
@@ -5641,7 +5643,6 @@ var components$6 = {
5641
5643
  WebkitTextFillColor: palette.textColor[200]
5642
5644
  },
5643
5645
  '&::placeholder': {
5644
- opacity: 1,
5645
5646
  color: palette.textColor[200]
5646
5647
  },
5647
5648
  WebkitTextFillColor: palette.textColor[900] + " !important",