@sinco/react 1.0.15-rc.18 → 1.0.15-rc.19

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 +5 -5
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -10545,11 +10545,7 @@ const components = {
10545
10545
  MuiDrawer: {
10546
10546
  styleOverrides: {
10547
10547
  root: {
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
- '-webkit-backdrop-filter': '#f0f0f099 !important',
10550
- '.MuiBackdrop-root': {
10551
- backgroundColor: '#F0f0f099 !important'
10552
- }
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)"
10553
10549
  }
10554
10550
  }
10555
10551
  },
@@ -16633,6 +16629,10 @@ const DrawerComponent = ({
16633
16629
  open: open,
16634
16630
  onClose: onClose,
16635
16631
  sx: {
16632
+ '& .MuiBackdrop-root': {
16633
+ backgroundColor: '#F0f0f099 !important',
16634
+ backdropFilter: 'blur(4px)'
16635
+ },
16636
16636
  '& .MuiDrawer-paper': Object.assign({
16637
16637
  width: width
16638
16638
  }, borderStyles)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sinco/react",
3
- "version": "1.0.15-rc.18",
3
+ "version": "1.0.15-rc.19",
4
4
  "description": "package for the configuration of mui react sinco",
5
5
  "private": false,
6
6
  "license": "MIT",