@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.
- package/index.js +8 -8
- 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:
|
|
9593
|
-
width:
|
|
9592
|
+
height: 20,
|
|
9593
|
+
width: 20
|
|
9594
9594
|
},
|
|
9595
9595
|
sizeSmall: {
|
|
9596
9596
|
height: 26,
|
|
9597
9597
|
".MuiButton-iconSizeSmall": {
|
|
9598
|
-
height:
|
|
9599
|
-
width:
|
|
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:
|
|
9607
|
-
width:
|
|
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:
|
|
9620
|
-
width:
|
|
9619
|
+
height: 16,
|
|
9620
|
+
width: 16
|
|
9621
9621
|
}
|
|
9622
9622
|
},
|
|
9623
9623
|
".MuiSvgIcon-fontSizeMedium": {
|