@sinco/react 1.2.6-rc.2 → 1.2.7-rc.0

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.esm.js +2 -7
  2. package/package.json +1 -1
package/index.esm.js CHANGED
@@ -7995,12 +7995,7 @@ var components = {
7995
7995
  padding: 1.5
7996
7996
  }
7997
7997
  }
7998
- }],
7999
- styleOverrides: {
8000
- root: {
8001
- borderRadius: "4px !important"
8002
- }
8003
- }
7998
+ }]
8004
7999
  },
8005
8000
  MuiList: {
8006
8001
  defaultProps: {
@@ -25572,7 +25567,7 @@ var DynamicColor = /*#__PURE__*/function () {
25572
25567
  contrastText: "#ffffff"
25573
25568
  };
25574
25569
  backgroundColor = {
25575
- "default": alpha(primaryMain, 0.1),
25570
+ "default": 'rgba(25, 118, 210, 0.1)',
25576
25571
  paper: "#fff"
25577
25572
  };
25578
25573
  return _context.a(2, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sinco/react",
3
- "version": "1.2.6-rc.2",
3
+ "version": "1.2.7-rc.0",
4
4
  "description": "package for the configuration of mui react sinco",
5
5
  "private": false,
6
6
  "license": "MIT",