@sinco/react 1.0.12 → 1.0.13-rc.0
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 +12 -16
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -9580,6 +9580,9 @@ const components = {
|
|
|
9580
9580
|
root: {
|
|
9581
9581
|
alignItems: "center"
|
|
9582
9582
|
},
|
|
9583
|
+
endIcon: {
|
|
9584
|
+
marginLeft: 2
|
|
9585
|
+
},
|
|
9583
9586
|
iconSizeSmall: {
|
|
9584
9587
|
height: 14,
|
|
9585
9588
|
width: 14
|
|
@@ -9589,23 +9592,19 @@ const components = {
|
|
|
9589
9592
|
width: 18
|
|
9590
9593
|
},
|
|
9591
9594
|
iconSizeLarge: {
|
|
9592
|
-
height:
|
|
9593
|
-
width:
|
|
9595
|
+
height: 18,
|
|
9596
|
+
width: 22
|
|
9594
9597
|
},
|
|
9595
9598
|
sizeSmall: {
|
|
9596
9599
|
height: 26,
|
|
9597
|
-
".MuiButton-iconSizeSmall": {
|
|
9598
|
-
height: 14,
|
|
9599
|
-
width: 14,
|
|
9600
|
-
".MuiSvgIcon-fontSizeMedium": {
|
|
9601
|
-
height: 18,
|
|
9602
|
-
width: 18
|
|
9603
|
-
}
|
|
9604
|
-
},
|
|
9605
9600
|
".MuiSvgIcon-fontSizeSmall": {
|
|
9606
9601
|
height: 16,
|
|
9607
9602
|
width: 16
|
|
9608
9603
|
},
|
|
9604
|
+
".MuiSvgIcon-fontSizeMedium": {
|
|
9605
|
+
height: 18,
|
|
9606
|
+
width: 18
|
|
9607
|
+
},
|
|
9609
9608
|
".MuiSvgIcon-fontSizeLarge": {
|
|
9610
9609
|
height: 20,
|
|
9611
9610
|
width: 20
|
|
@@ -9613,12 +9612,9 @@ const components = {
|
|
|
9613
9612
|
},
|
|
9614
9613
|
sizeMedium: {
|
|
9615
9614
|
height: 32,
|
|
9616
|
-
".
|
|
9617
|
-
|
|
9618
|
-
|
|
9619
|
-
height: 16,
|
|
9620
|
-
width: 16
|
|
9621
|
-
}
|
|
9615
|
+
".MuiSvgIcon-fontSizeSmall": {
|
|
9616
|
+
height: 18,
|
|
9617
|
+
width: 18
|
|
9622
9618
|
},
|
|
9623
9619
|
".MuiSvgIcon-fontSizeMedium": {
|
|
9624
9620
|
height: 18,
|