@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.
@@ -3446,7 +3446,7 @@ var components = {
3446
3446
  '&.Mui-disabled': {
3447
3447
  backgroundColor: 'transparent',
3448
3448
  borderColor: 'none',
3449
- color: palette.textColor[300] || palette.textColor.A40
3449
+ color: palette.textColor[100] || palette.textColor.A40
3450
3450
  }
3451
3451
  };
3452
3452
  }
@@ -4003,7 +4003,7 @@ var RabexDarkPalette = /*#__PURE__*/_extends({}, base, {
4003
4003
  400: '#A0A2A4',
4004
4004
  300: '#808A9D',
4005
4005
  200: '#A6B0C3',
4006
- 100: '#242E40',
4006
+ 100: '#808080',
4007
4007
  50: '#0D0D0D',
4008
4008
  main: '#CED1DD',
4009
4009
  A80: '#CED1DD',
@@ -4328,6 +4328,16 @@ var colorModeConfig = function colorModeConfig(theme) {
4328
4328
  color: theme.palette.success[400],
4329
4329
  backgroundColor: theme.palette.mode === 'light' ? theme.palette.success[50] : colorManipulator_js.alpha(theme.palette.success[400], 0.2)
4330
4330
  }
4331
+ },
4332
+ secondary: {
4333
+ normal: {
4334
+ color: theme.palette.textColor[50],
4335
+ backgroundColor: theme.palette.base[900]
4336
+ },
4337
+ light: {
4338
+ color: theme.palette.textColor[900],
4339
+ backgroundColor: theme.palette.secondary[500]
4340
+ }
4331
4341
  }
4332
4342
  };
4333
4343
  };