@sinco/react 1.0.14-rc.47 → 1.0.14-rc.49

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 +4 -2
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -10550,10 +10550,11 @@ 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
- backgroundColor: '#f0f0f099 !important',
10556
+ '.MuiDrawer-root > .MuiModal-backdrop .MuiBackdrop-root': {
10557
+ backgroundColor: "-webkit-backdrop-filter, f0f0f099",
10557
10558
  backdropFilter: 'blur(4px) !important'
10558
10559
  }
10559
10560
  }
@@ -16522,6 +16523,7 @@ const DrawerComponent = ({
16522
16523
  open: open,
16523
16524
  onClose: onClose,
16524
16525
  sx: {
16526
+ "-webkit-backdrop-filter": "f0f0f099",
16525
16527
  backgroundColor: "#F0f0f099 !important",
16526
16528
  backdropFilter: "blur(4px) !important"
16527
16529
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sinco/react",
3
- "version": "1.0.14-rc.47",
3
+ "version": "1.0.14-rc.49",
4
4
  "description": "package for the configuration of mui react sinco",
5
5
  "private": false,
6
6
  "license": "MIT",