@sinco/react 1.0.14-rc.46 → 1.0.14-rc.48

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.
Files changed (2) hide show
  1. package/index.js +10 -3
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -10550,11 +10550,13 @@ const components = {
10550
10550
  }
10551
10551
  },
10552
10552
  MuiBackdrop: {
10553
+ defaultProps: {},
10553
10554
  styleOverrides: {
10554
10555
  root: {
10555
- '.MuiDrawer-root > .MuiModal-backdrop > .MuiBackdrop-root': {
10556
+ '.MuiDrawer-root > .MuiModal-backdrop .MuiBackdrop-root': {
10556
10557
  backgroundColor: '#f0f0f099 !important',
10557
- backdropFilter: 'blur(4px) !important'
10558
+ backdropFilter: 'blur(4px) !important',
10559
+ "-webkit-backdrop-filter": "f0f0f099"
10558
10560
  }
10559
10561
  }
10560
10562
  }
@@ -16520,7 +16522,12 @@ const DrawerComponent = ({
16520
16522
  return /*#__PURE__*/React__default.createElement(Drawer$1, {
16521
16523
  anchor: position,
16522
16524
  open: open,
16523
- onClose: onClose
16525
+ onClose: onClose,
16526
+ sx: {
16527
+ "-webkit-backdrop-filter": "f0f0f099",
16528
+ backgroundColor: "#F0f0f099 !important",
16529
+ backdropFilter: "blur(4px) !important"
16530
+ }
16524
16531
  }, /*#__PURE__*/React__default.createElement(Box$2, {
16525
16532
  sx: DrawerContainer,
16526
16533
  width: width
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sinco/react",
3
- "version": "1.0.14-rc.46",
3
+ "version": "1.0.14-rc.48",
4
4
  "description": "package for the configuration of mui react sinco",
5
5
  "private": false,
6
6
  "license": "MIT",