@sinco/react 1.0.12-rc.2 → 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.
- package/index.js +8 -11
- 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:
|
|
9596
|
-
width:
|
|
9592
|
+
height: 20,
|
|
9593
|
+
width: 20
|
|
9597
9594
|
},
|
|
9598
9595
|
sizeSmall: {
|
|
9599
9596
|
height: 26,
|
|
9600
9597
|
".MuiButton-iconSizeSmall": {
|
|
9601
|
-
height:
|
|
9602
|
-
width:
|
|
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:
|
|
9610
|
-
width:
|
|
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:
|
|
9623
|
-
width:
|
|
9619
|
+
height: 16,
|
|
9620
|
+
width: 16
|
|
9624
9621
|
}
|
|
9625
9622
|
},
|
|
9626
9623
|
".MuiSvgIcon-fontSizeMedium": {
|