@sinco/react 1.0.12-rc.3 → 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 +11 -15
- 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
|
|
@@ -9594,17 +9597,13 @@ const components = {
|
|
|
9594
9597
|
},
|
|
9595
9598
|
sizeSmall: {
|
|
9596
9599
|
height: 26,
|
|
9597
|
-
".
|
|
9600
|
+
".MuiSvgIcon-fontSizeSmall": {
|
|
9598
9601
|
height: 16,
|
|
9599
|
-
width: 16
|
|
9600
|
-
".MuiSvgIcon-fontSizeMedium": {
|
|
9601
|
-
height: 18,
|
|
9602
|
-
width: 18
|
|
9603
|
-
}
|
|
9602
|
+
width: 16
|
|
9604
9603
|
},
|
|
9605
|
-
".MuiSvgIcon-
|
|
9606
|
-
height:
|
|
9607
|
-
width:
|
|
9604
|
+
".MuiSvgIcon-fontSizeMedium": {
|
|
9605
|
+
height: 18,
|
|
9606
|
+
width: 18
|
|
9608
9607
|
},
|
|
9609
9608
|
".MuiSvgIcon-fontSizeLarge": {
|
|
9610
9609
|
height: 20,
|
|
@@ -9613,12 +9612,9 @@ const components = {
|
|
|
9613
9612
|
},
|
|
9614
9613
|
sizeMedium: {
|
|
9615
9614
|
height: 32,
|
|
9616
|
-
".
|
|
9617
|
-
|
|
9618
|
-
|
|
9619
|
-
height: 18,
|
|
9620
|
-
width: 18
|
|
9621
|
-
}
|
|
9615
|
+
".MuiSvgIcon-fontSizeSmall": {
|
|
9616
|
+
height: 18,
|
|
9617
|
+
width: 18
|
|
9622
9618
|
},
|
|
9623
9619
|
".MuiSvgIcon-fontSizeMedium": {
|
|
9624
9620
|
height: 18,
|