@sinco/react 1.0.1-rc.1 → 1.0.1-rc.3
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 +12 -3
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -7514,6 +7514,16 @@ const components = {
|
|
|
7514
7514
|
density: "compact"
|
|
7515
7515
|
}
|
|
7516
7516
|
},
|
|
7517
|
+
MuiDrawer: {
|
|
7518
|
+
styleOverrides: {
|
|
7519
|
+
root: {
|
|
7520
|
+
"&.MuiBackdrop-root": {
|
|
7521
|
+
backgroundColor: "#f0f0f099",
|
|
7522
|
+
backdropFilter: "blur(2px) !important"
|
|
7523
|
+
}
|
|
7524
|
+
}
|
|
7525
|
+
}
|
|
7526
|
+
},
|
|
7517
7527
|
MuiDialog: {
|
|
7518
7528
|
styleOverrides: {
|
|
7519
7529
|
root: {
|
|
@@ -7562,7 +7572,7 @@ const components = {
|
|
|
7562
7572
|
},
|
|
7563
7573
|
MuiButton: {
|
|
7564
7574
|
defaultProps: {
|
|
7565
|
-
size:
|
|
7575
|
+
size: 'medium'
|
|
7566
7576
|
},
|
|
7567
7577
|
styleOverrides: {
|
|
7568
7578
|
fullWidth: {
|
|
@@ -7572,8 +7582,7 @@ const components = {
|
|
|
7572
7582
|
padding: '6px 10px'
|
|
7573
7583
|
},
|
|
7574
7584
|
sizeMedium: {
|
|
7575
|
-
padding: '7.5px 15px'
|
|
7576
|
-
fontSize: 13
|
|
7585
|
+
padding: '7.5px 15px'
|
|
7577
7586
|
},
|
|
7578
7587
|
sizeLarge: {
|
|
7579
7588
|
padding: '10.5px 22px',
|