@rabex-kit/rabex-ui 0.2.70 → 0.2.73

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.
@@ -3442,7 +3442,7 @@ var components = {
3442
3442
  '&.Mui-disabled': {
3443
3443
  backgroundColor: 'transparent',
3444
3444
  borderColor: 'none',
3445
- color: palette.textColor[300] || palette.textColor.A40
3445
+ color: palette.textColor[100] || palette.textColor.A40
3446
3446
  }
3447
3447
  };
3448
3448
  }
@@ -3999,7 +3999,7 @@ var RabexDarkPalette = /*#__PURE__*/_extends({}, base, {
3999
3999
  400: '#A0A2A4',
4000
4000
  300: '#808A9D',
4001
4001
  200: '#A6B0C3',
4002
- 100: '#242E40',
4002
+ 100: '#808080',
4003
4003
  50: '#0D0D0D',
4004
4004
  main: '#CED1DD',
4005
4005
  A80: '#CED1DD',
@@ -4324,6 +4324,16 @@ var colorModeConfig = function colorModeConfig(theme) {
4324
4324
  color: theme.palette.success[400],
4325
4325
  backgroundColor: theme.palette.mode === 'light' ? theme.palette.success[50] : alpha(theme.palette.success[400], 0.2)
4326
4326
  }
4327
+ },
4328
+ secondary: {
4329
+ normal: {
4330
+ color: theme.palette.textColor[50],
4331
+ backgroundColor: theme.palette.base[900]
4332
+ },
4333
+ light: {
4334
+ color: theme.palette.textColor[900],
4335
+ backgroundColor: theme.palette.secondary[500]
4336
+ }
4327
4337
  }
4328
4338
  };
4329
4339
  };