@sinco/react 1.0.12-rc.2 → 1.0.12

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