@rabex-kit/rabex-ui 0.2.57 → 0.2.58
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 +1 -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 +1 -2
- package/dist/rabex-ui.esm.js.map +1 -1
- package/package.json +1 -1
|
@@ -5500,11 +5500,10 @@ var components$5 = {
|
|
|
5500
5500
|
};
|
|
5501
5501
|
},
|
|
5502
5502
|
filled: function filled(_ref5) {
|
|
5503
|
-
var _palette$ownerState$c;
|
|
5504
5503
|
var palette = _ref5.theme.palette,
|
|
5505
5504
|
ownerState = _ref5.ownerState;
|
|
5506
5505
|
return {
|
|
5507
|
-
backgroundColor:
|
|
5506
|
+
backgroundColor: palette.mode === 'light' ? palette[ownerState.color][50] : colorManipulator_js.alpha(palette[ownerState.color][50], 0.5)
|
|
5508
5507
|
};
|
|
5509
5508
|
},
|
|
5510
5509
|
outlined: function outlined(_ref6) {
|