@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.
Files changed (2) hide show
  1. package/index.js +11 -15
  2. 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
- ".MuiButton-iconSizeSmall": {
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-fontSizeSmall": {
9606
- height: 14,
9607
- width: 14
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
- ".MuiButton-iconSizeMedium": {
9617
- alignItems: "center",
9618
- ".MuiSvgIcon-fontSizeSmall": {
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,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sinco/react",
3
- "version": "1.0.12-rc.3",
3
+ "version": "1.0.13-rc.0",
4
4
  "description": "package for the configuration of mui react sinco",
5
5
  "private": false,
6
6
  "license": "MIT",