@sinco/react 1.0.1-rc.2 → 1.0.1-rc.3

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 +23 -10
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -7486,16 +7486,6 @@ 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
- },
7499
7489
  MuiRating: {
7500
7490
  defaultProps: {
7501
7491
  size: 'small'
@@ -7524,6 +7514,26 @@ const components = {
7524
7514
  density: "compact"
7525
7515
  }
7526
7516
  },
7517
+ MuiDrawer: {
7518
+ styleOverrides: {
7519
+ root: {
7520
+ "&.MuiBackdrop-root": {
7521
+ backgroundColor: "#f0f0f099",
7522
+ backdropFilter: "blur(2px) !important"
7523
+ }
7524
+ }
7525
+ }
7526
+ },
7527
+ MuiDialog: {
7528
+ styleOverrides: {
7529
+ root: {
7530
+ ".MuiBackdrop-root": {
7531
+ backgroundColor: "#f0f0f099",
7532
+ backdropFilter: "blur(2px) !important"
7533
+ }
7534
+ }
7535
+ }
7536
+ },
7527
7537
  MuiDialogContent: {
7528
7538
  styleOverrides: {
7529
7539
  root: {
@@ -7561,6 +7571,9 @@ const components = {
7561
7571
  }
7562
7572
  },
7563
7573
  MuiButton: {
7574
+ defaultProps: {
7575
+ size: 'medium'
7576
+ },
7564
7577
  styleOverrides: {
7565
7578
  fullWidth: {
7566
7579
  width: '100%'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sinco/react",
3
- "version": "1.0.1-rc.2",
3
+ "version": "1.0.1-rc.3",
4
4
  "description": "package for the configuration of mui react sinco",
5
5
  "private": false,
6
6
  "license": "MIT",