@sinco/react 1.0.14-rc.40 → 1.0.14-rc.41
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.
- package/index.js +6 -8
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -10545,7 +10545,11 @@ 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)"
|
|
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
|
+
'.MuiModal-backdrop': {
|
|
10550
|
+
backgroundColor: '#f0f0f099 !important',
|
|
10551
|
+
backdropFilter: 'blur(4px) !important'
|
|
10552
|
+
}
|
|
10549
10553
|
}
|
|
10550
10554
|
}
|
|
10551
10555
|
},
|
|
@@ -16514,13 +16518,7 @@ const DrawerComponent = ({
|
|
|
16514
16518
|
return /*#__PURE__*/React__default.createElement(Drawer$1, {
|
|
16515
16519
|
anchor: position,
|
|
16516
16520
|
open: open,
|
|
16517
|
-
onClose: onClose
|
|
16518
|
-
sx: {
|
|
16519
|
-
'&.MuiDrawer-root.MuiBackdrop-root .MuiModal-backdrop': {
|
|
16520
|
-
backgroundColor: '#f0f0f099 !important',
|
|
16521
|
-
backdropFilter: 'blur(4px) !important'
|
|
16522
|
-
}
|
|
16523
|
-
}
|
|
16521
|
+
onClose: onClose
|
|
16524
16522
|
}, /*#__PURE__*/React__default.createElement(Box$2, {
|
|
16525
16523
|
sx: DrawerContainer,
|
|
16526
16524
|
width: width
|