@sinco/react 0.0.0-rc.3 → 0.0.0-rc.4
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 +6 -13
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -3408,15 +3408,7 @@ const Componentes = {
|
|
|
3408
3408
|
margin: "dense"
|
|
3409
3409
|
}
|
|
3410
3410
|
},
|
|
3411
|
-
MuiSvgIcon: {
|
|
3412
|
-
defaultProps: {
|
|
3413
|
-
fontSize: "small"
|
|
3414
|
-
}
|
|
3415
|
-
},
|
|
3416
3411
|
MuiIconButton: {
|
|
3417
|
-
defaultProps: {
|
|
3418
|
-
size: "small"
|
|
3419
|
-
},
|
|
3420
3412
|
styleOverrides: {
|
|
3421
3413
|
sizeSmall: {
|
|
3422
3414
|
fontSize: 14,
|
|
@@ -3446,7 +3438,7 @@ const Componentes = {
|
|
|
3446
3438
|
styleOverrides: {
|
|
3447
3439
|
root: {
|
|
3448
3440
|
".MuiOutlinedInput-input.MuiInputBase-inputSizeSmall": {
|
|
3449
|
-
paddingBlock: 5.
|
|
3441
|
+
paddingBlock: 5.95
|
|
3450
3442
|
},
|
|
3451
3443
|
".MuiOutlinedInput-input": {
|
|
3452
3444
|
paddingBlock: 14
|
|
@@ -3474,13 +3466,14 @@ const Componentes = {
|
|
|
3474
3466
|
},
|
|
3475
3467
|
styleOverrides: {
|
|
3476
3468
|
root: {
|
|
3469
|
+
"&.MuiAutocomplete-root .MuiOutlinedInput-root": {
|
|
3470
|
+
padding: "6px 14px 6px 10px"
|
|
3471
|
+
},
|
|
3477
3472
|
"&.MuiAutocomplete-root .MuiOutlinedInput-root.MuiInputBase-sizeSmall": {
|
|
3478
3473
|
paddingBlock: 3.5,
|
|
3479
3474
|
paddingRight: 14,
|
|
3480
|
-
".
|
|
3481
|
-
|
|
3482
|
-
height: "1.4rem",
|
|
3483
|
-
width: "1.4rem"
|
|
3475
|
+
".MuiIconButton-sizeSmall .MuiAutocomplete-popupIndicator": {
|
|
3476
|
+
padding: 5
|
|
3484
3477
|
}
|
|
3485
3478
|
}
|
|
3486
3479
|
}
|