@sinco/react 1.0.12-rc.3 → 1.0.12

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 +8 -8
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -9589,22 +9589,22 @@ const components = {
9589
9589
  width: 18
9590
9590
  },
9591
9591
  iconSizeLarge: {
9592
- height: 18,
9593
- width: 22
9592
+ height: 20,
9593
+ width: 20
9594
9594
  },
9595
9595
  sizeSmall: {
9596
9596
  height: 26,
9597
9597
  ".MuiButton-iconSizeSmall": {
9598
- height: 16,
9599
- width: 16,
9598
+ height: 14,
9599
+ width: 14,
9600
9600
  ".MuiSvgIcon-fontSizeMedium": {
9601
9601
  height: 18,
9602
9602
  width: 18
9603
9603
  }
9604
9604
  },
9605
9605
  ".MuiSvgIcon-fontSizeSmall": {
9606
- height: 14,
9607
- width: 14
9606
+ height: 16,
9607
+ width: 16
9608
9608
  },
9609
9609
  ".MuiSvgIcon-fontSizeLarge": {
9610
9610
  height: 20,
@@ -9616,8 +9616,8 @@ const components = {
9616
9616
  ".MuiButton-iconSizeMedium": {
9617
9617
  alignItems: "center",
9618
9618
  ".MuiSvgIcon-fontSizeSmall": {
9619
- height: 18,
9620
- width: 18
9619
+ height: 16,
9620
+ width: 16
9621
9621
  }
9622
9622
  },
9623
9623
  ".MuiSvgIcon-fontSizeMedium": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sinco/react",
3
- "version": "1.0.12-rc.3",
3
+ "version": "1.0.12",
4
4
  "description": "package for the configuration of mui react sinco",
5
5
  "private": false,
6
6
  "license": "MIT",