@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.
- package/dist/rabex-ui.cjs.development.js +12 -2
- package/dist/rabex-ui.cjs.development.js.map +1 -1
- package/dist/rabex-ui.cjs.production.min.js +1 -1
- package/dist/rabex-ui.cjs.production.min.js.map +1 -1
- package/dist/rabex-ui.esm.js +12 -2
- package/dist/rabex-ui.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/rabex-ui.esm.js
CHANGED
|
@@ -3442,7 +3442,7 @@ var components = {
|
|
|
3442
3442
|
'&.Mui-disabled': {
|
|
3443
3443
|
backgroundColor: 'transparent',
|
|
3444
3444
|
borderColor: 'none',
|
|
3445
|
-
color: palette.textColor[
|
|
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: '#
|
|
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
|
};
|