@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.
@@ -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: (_palette$ownerState$c = palette[ownerState.color]) === null || _palette$ownerState$c === void 0 ? void 0 : _palette$ownerState$c.A20
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) {