@sinco/react 1.1.2-rc.8 → 1.1.2

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 +7 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -6927,7 +6927,8 @@ const components = {
6927
6927
  styleOverrides: {
6928
6928
  root: {
6929
6929
  ".MuiButtonBase-root.MuiAccordionSummary-root": {
6930
- minHeight: 44
6930
+ minHeight: 44,
6931
+ height: 44
6931
6932
  }
6932
6933
  }
6933
6934
  }
@@ -6956,6 +6957,11 @@ const components = {
6956
6957
  density: "compact"
6957
6958
  },
6958
6959
  styleOverrides: {
6960
+ columnHeader: {
6961
+ minHeight: 22,
6962
+ maxHeight: 22,
6963
+ lineHeight: 22
6964
+ },
6959
6965
  iconButtonContainer: {
6960
6966
  fontSize: 16
6961
6967
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sinco/react",
3
- "version": "1.1.2-rc.8",
3
+ "version": "1.1.2",
4
4
  "description": "package for the configuration of mui react sinco",
5
5
  "private": false,
6
6
  "license": "MIT",