@rabex-kit/rabex-ui 0.2.66 → 0.2.68

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
  },
@@ -4272,11 +4272,11 @@ var colorModeConfig = function colorModeConfig(theme) {
4272
4272
  "default": {
4273
4273
  normal: {
4274
4274
  color: theme.palette.textColor[50],
4275
- backgroundColor: theme.palette.backgroundColor[900]
4275
+ backgroundColor: theme.palette.base[900]
4276
4276
  },
4277
4277
  light: {
4278
- color: theme.palette.backgroundColor[900],
4279
- backgroundColor: theme.palette.backgroundColor[200]
4278
+ color: theme.palette.textColor[900],
4279
+ backgroundColor: theme.palette.secondary[500]
4280
4280
  }
4281
4281
  },
4282
4282
  warning: {
@@ -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[50], 0.5),
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: {
@@ -4297,8 +4296,7 @@ var colorModeConfig = function colorModeConfig(theme) {
4297
4296
  },
4298
4297
  light: {
4299
4298
  color: theme.palette.primary[500],
4300
- backgroundColor: theme.palette.mode === 'light' ? theme.palette.info[50] : colorManipulator_js.alpha(theme.palette.info[50], 0.5),
4301
- border: "1px solid " + theme.palette.info[200]
4299
+ backgroundColor: theme.palette.mode === 'light' ? theme.palette.info[50] : colorManipulator_js.alpha(theme.palette.info[400], 0.2)
4302
4300
  }
4303
4301
  },
4304
4302
  primary: {
@@ -4308,8 +4306,7 @@ var colorModeConfig = function colorModeConfig(theme) {
4308
4306
  },
4309
4307
  light: {
4310
4308
  color: theme.palette.primary[500],
4311
- backgroundColor: theme.palette.mode === 'light' ? theme.palette.info[50] : colorManipulator_js.alpha(theme.palette.info[50], 0.5),
4312
- border: "1px solid " + theme.palette.info[200]
4309
+ backgroundColor: theme.palette.mode === 'light' ? theme.palette.info[50] : colorManipulator_js.alpha(theme.palette.info[400], 0.2)
4313
4310
  }
4314
4311
  },
4315
4312
  error: {
@@ -4319,8 +4316,7 @@ var colorModeConfig = function colorModeConfig(theme) {
4319
4316
  },
4320
4317
  light: {
4321
4318
  color: theme.palette.error[400],
4322
- backgroundColor: theme.palette.mode === 'light' ? theme.palette.error[50] : colorManipulator_js.alpha(theme.palette.error[50], 0.5),
4323
- border: "1px solid " + theme.palette.error[200]
4319
+ backgroundColor: theme.palette.mode === 'light' ? theme.palette.error[50] : colorManipulator_js.alpha(theme.palette.error[400], 0.2)
4324
4320
  }
4325
4321
  },
4326
4322
  success: {
@@ -4330,8 +4326,7 @@ var colorModeConfig = function colorModeConfig(theme) {
4330
4326
  },
4331
4327
  light: {
4332
4328
  color: theme.palette.success[400],
4333
- backgroundColor: theme.palette.mode === 'light' ? theme.palette.success[50] : colorManipulator_js.alpha(theme.palette.success[50], 0.5),
4334
- border: "1px solid " + theme.palette.success[200]
4329
+ backgroundColor: theme.palette.mode === 'light' ? theme.palette.success[50] : colorManipulator_js.alpha(theme.palette.success[400], 0.2)
4335
4330
  }
4336
4331
  }
4337
4332
  };
@@ -5461,7 +5456,7 @@ var components$5 = {
5461
5456
  borderRadius: 8,
5462
5457
  padding: spacing(3),
5463
5458
  '& .MuiAlert-icon': ownerState !== null && ownerState !== void 0 && ownerState.color ? {
5464
- color: palette[ownerState.color].A100
5459
+ color: palette[ownerState.color][400]
5465
5460
  } : {},
5466
5461
  '& .MuiAlert-action': {
5467
5462
  paddingTop: 0,
@@ -5490,7 +5485,7 @@ var components$5 = {
5490
5485
  overflow: 'hidden',
5491
5486
  padding: 0,
5492
5487
  width: '100%',
5493
- color: palette.textColor.A80
5488
+ color: palette.textColor[900]
5494
5489
  }, _ref3[breakpoints.down('lg')] = {
5495
5490
  lineHeight: '20px'
5496
5491
  }, _ref3;
@@ -5507,7 +5502,7 @@ var components$5 = {
5507
5502
  var palette = _ref5.theme.palette,
5508
5503
  ownerState = _ref5.ownerState;
5509
5504
  return {
5510
- backgroundColor: palette.mode === 'light' ? palette[ownerState.color][50] : colorManipulator_js.alpha(palette[ownerState.color][50], 0.5)
5505
+ backgroundColor: palette.mode === 'light' ? palette[ownerState.color][50] : colorManipulator_js.alpha(palette[ownerState.color][400], 0.2)
5511
5506
  };
5512
5507
  },
5513
5508
  outlined: function outlined(_ref6) {