@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.
Files changed (2) hide show
  1. package/index.js +6 -13
  2. 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.9
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
- ".MuiSvgIcon-root.MuiSvgIcon-fontSizeSmall": {
3481
- fontSize: 24,
3482
- height: "1.4rem",
3483
- width: "1.4rem"
3475
+ ".MuiIconButton-sizeSmall .MuiAutocomplete-popupIndicator": {
3476
+ padding: 5
3484
3477
  }
3485
3478
  }
3486
3479
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sinco/react",
3
- "version": "0.0.0-rc.3",
3
+ "version": "0.0.0-rc.4",
4
4
  "description": "package for the configuration of mui react sinco",
5
5
  "private": false,
6
6
  "license": "MIT",