@sinco/react 1.0.14-rc.51 → 1.0.14-rc.53

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/index.js +7 -2
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -10546,7 +10546,7 @@ const components = {
10546
10546
  styleOverrides: {
10547
10547
  root: {
10548
10548
  boxShadow: "0px 3px 1px -2px rgba(24, 39, 75, 0.20), 0px 2px 2px 0px rgba(24, 39, 75, 0.14), 0px 1px 5px 0px rgba(24, 39, 75, 0.12)",
10549
- WebkitBackdropFilter: "#f0f0f099",
10549
+ WebkitBackdropFilter: "#f0f0f099 !important",
10550
10550
  backdropFilter: "blur(4px) !important"
10551
10551
  }
10552
10552
  }
@@ -16512,7 +16512,12 @@ const DrawerComponent = ({
16512
16512
  return /*#__PURE__*/React__default.createElement(Drawer$1, {
16513
16513
  anchor: position,
16514
16514
  open: open,
16515
- onClose: onClose
16515
+ onClose: onClose,
16516
+ sx: {
16517
+ "-webkit-backdrop-filter": "f0f0f099 !important",
16518
+ backgroundColor: "#F0f0f099 !important",
16519
+ backdropFilter: "blur(4px) !important"
16520
+ }
16516
16521
  }, /*#__PURE__*/React__default.createElement(Box$2, {
16517
16522
  sx: DrawerContainer,
16518
16523
  width: width
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sinco/react",
3
- "version": "1.0.14-rc.51",
3
+ "version": "1.0.14-rc.53",
4
4
  "description": "package for the configuration of mui react sinco",
5
5
  "private": false,
6
6
  "license": "MIT",