@sinco/react 1.0.12 → 1.0.13-rc.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/index.js +12 -16
  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
@@ -9589,23 +9592,19 @@ const components = {
9589
9592
  width: 18
9590
9593
  },
9591
9594
  iconSizeLarge: {
9592
- height: 20,
9593
- width: 20
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
- ".MuiButton-iconSizeMedium": {
9617
- alignItems: "center",
9618
- ".MuiSvgIcon-fontSizeSmall": {
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,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sinco/react",
3
- "version": "1.0.12",
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",