@rabex-kit/rabex-ui 0.2.71 → 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 +10 -0
- 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 +10 -0
- package/dist/rabex-ui.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/rabex-ui.esm.js
CHANGED
|
@@ -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
|
};
|