@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.
Files changed (2) hide show
  1. package/index.js +12 -3
  2. 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: "small"
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',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sinco/react",
3
- "version": "1.0.1-rc.1",
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",