@sinco/react 1.0.14-rc.13 → 1.0.14-rc.14

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 -10
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -10545,22 +10545,22 @@ 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
- ".MuiBackdrop-root": {
10550
- backgroundColor: "#f0f0f099",
10551
- backdropFilter: "blur(4px) !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)"
10549
+ }
10550
+ }
10551
+ },
10552
+ MuiBackdrop: {
10553
+ styleOverrides: {
10554
+ root: {
10555
+ backgroundColor: " #f0f0f099",
10556
+ backdropFilter: "blur(4px) !important"
10553
10557
  }
10554
10558
  }
10555
10559
  },
10556
10560
  MuiDialog: {
10557
10561
  styleOverrides: {
10558
10562
  root: {
10559
- boxShadow: " 0px 2px 1px -2px rgba(24, 39, 75, 0.20), 0px 1px 1px -1px rgba(24, 39, 75, 0.14), 0px 1px 3px 0px rgba(24, 39, 75, 0.12)",
10560
- ".MuiBackdrop-root": {
10561
- backgroundColor: "#f0f0f099",
10562
- backdropFilter: "blur(2px) !important"
10563
- }
10563
+ boxShadow: " 0px 2px 1px -2px rgba(24, 39, 75, 0.20), 0px 1px 1px -1px rgba(24, 39, 75, 0.14), 0px 1px 3px 0px rgba(24, 39, 75, 0.12)"
10564
10564
  }
10565
10565
  }
10566
10566
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sinco/react",
3
- "version": "1.0.14-rc.13",
3
+ "version": "1.0.14-rc.14",
4
4
  "description": "package for the configuration of mui react sinco",
5
5
  "private": false,
6
6
  "license": "MIT",