@sinco/react 1.0.1-rc.1 → 1.0.1-rc.2
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 +11 -15
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -7486,6 +7486,16 @@ var WarningRounded = createSvgIcon( /*#__PURE__*/jsx("path", {
|
|
|
7486
7486
|
}), 'WarningRounded');
|
|
7487
7487
|
|
|
7488
7488
|
const components = {
|
|
7489
|
+
MuiBackdrop: {
|
|
7490
|
+
styleOverrides: {
|
|
7491
|
+
root: {
|
|
7492
|
+
"&.MuiBackdrop-root": {
|
|
7493
|
+
backgroundColor: "#f0f0f099",
|
|
7494
|
+
backdropFilter: "blur(2px) !important"
|
|
7495
|
+
}
|
|
7496
|
+
}
|
|
7497
|
+
}
|
|
7498
|
+
},
|
|
7489
7499
|
MuiRating: {
|
|
7490
7500
|
defaultProps: {
|
|
7491
7501
|
size: 'small'
|
|
@@ -7514,16 +7524,6 @@ const components = {
|
|
|
7514
7524
|
density: "compact"
|
|
7515
7525
|
}
|
|
7516
7526
|
},
|
|
7517
|
-
MuiDialog: {
|
|
7518
|
-
styleOverrides: {
|
|
7519
|
-
root: {
|
|
7520
|
-
".MuiBackdrop-root": {
|
|
7521
|
-
backgroundColor: "#f0f0f099",
|
|
7522
|
-
backdropFilter: "blur(2px) !important"
|
|
7523
|
-
}
|
|
7524
|
-
}
|
|
7525
|
-
}
|
|
7526
|
-
},
|
|
7527
7527
|
MuiDialogContent: {
|
|
7528
7528
|
styleOverrides: {
|
|
7529
7529
|
root: {
|
|
@@ -7561,9 +7561,6 @@ const components = {
|
|
|
7561
7561
|
}
|
|
7562
7562
|
},
|
|
7563
7563
|
MuiButton: {
|
|
7564
|
-
defaultProps: {
|
|
7565
|
-
size: "small"
|
|
7566
|
-
},
|
|
7567
7564
|
styleOverrides: {
|
|
7568
7565
|
fullWidth: {
|
|
7569
7566
|
width: '100%'
|
|
@@ -7572,8 +7569,7 @@ const components = {
|
|
|
7572
7569
|
padding: '6px 10px'
|
|
7573
7570
|
},
|
|
7574
7571
|
sizeMedium: {
|
|
7575
|
-
padding: '7.5px 15px'
|
|
7576
|
-
fontSize: 13
|
|
7572
|
+
padding: '7.5px 15px'
|
|
7577
7573
|
},
|
|
7578
7574
|
sizeLarge: {
|
|
7579
7575
|
padding: '10.5px 22px',
|