@sinco/react 1.1.0-rc.2 → 1.1.0-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 +5 -9
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -6787,7 +6787,7 @@ const paletteAdpro = {
6787
6787
  divider: "#0000001f"
6788
6788
  };
6789
6789
 
6790
- var _palette$grey, _palette$action;
6790
+ var _palette$action;
6791
6791
  const components = {
6792
6792
  MuiDataGrid: {
6793
6793
  defaultProps: {
@@ -6972,20 +6972,16 @@ const components = {
6972
6972
  sizeMedium: {
6973
6973
  height: 22
6974
6974
  },
6975
- filled: {
6976
- backgroundColor: (_palette$grey = palette.grey) == null ? void 0 : _palette$grey[100]
6977
- },
6978
6975
  icon: {
6979
6976
  color: (_palette$action = palette.action) == null ? void 0 : _palette$action.active,
6980
6977
  opacity: "26%"
6981
6978
  },
6982
6979
  root: {
6983
- fontFamily: "Roboto",
6984
- fontSize: "10px",
6985
- fontStyle: "normal",
6980
+ fontFamily: 'Roboto',
6981
+ fontSize: '11px',
6986
6982
  fontWeight: 400,
6987
- lineHeight: "10px",
6988
- letterSpacing: "0.15px",
6983
+ lineHeight: '14px',
6984
+ letterSpacing: '0.16px',
6989
6985
  height: "inherit",
6990
6986
  borderRadius: 4,
6991
6987
  ".MuiChip-deleteIconXsmall": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sinco/react",
3
- "version": "1.1.0-rc.2",
3
+ "version": "1.1.0-rc.3",
4
4
  "description": "package for the configuration of mui react sinco",
5
5
  "private": false,
6
6
  "license": "MIT",