@sinco/react 1.2.2-rc.0 → 1.2.2-rc.2

Sign up to get free protection for your applications and to get access to all the features.
package/index.esm.css CHANGED
@@ -1,20 +1,20 @@
1
- #react-module_path1__lkcOa {
2
- animation: react-module_spin__OwXny 3s linear infinite;
1
+ #react-module_path1__Aym94 {
2
+ animation: react-module_spin__r5eLZ 3s linear infinite;
3
3
  }
4
4
 
5
- #react-module_path2__2EGp6 {
6
- animation: react-module_spin__OwXny 3s linear infinite 0.2s;
5
+ #react-module_path2__3IZeX {
6
+ animation: react-module_spin__r5eLZ 3s linear infinite 0.2s;
7
7
  }
8
8
 
9
- #react-module_path3__ten1m {
10
- animation: react-module_spin__OwXny 3s linear infinite 0.7s;
9
+ #react-module_path3__VghnM {
10
+ animation: react-module_spin__r5eLZ 3s linear infinite 0.7s;
11
11
  }
12
12
 
13
- #react-module_path4__Hbv4b {
14
- animation: react-module_spin__OwXny 3s linear infinite 1.2s;
13
+ #react-module_path4__Nydjg {
14
+ animation: react-module_spin__r5eLZ 3s linear infinite 1.2s;
15
15
  }
16
16
 
17
- @keyframes react-module_spin__OwXny {
17
+ @keyframes react-module_spin__r5eLZ {
18
18
  0% {
19
19
  opacity: 1;
20
20
  }
package/index.esm.js CHANGED
@@ -6039,7 +6039,8 @@ var components = {
6039
6039
  paddingBlock: 10
6040
6040
  },
6041
6041
  root: {
6042
- minHeight: 40
6042
+ minHeight: 40,
6043
+ textTransform: "none"
6043
6044
  }
6044
6045
  }
6045
6046
  },
@@ -6730,17 +6731,31 @@ var components = {
6730
6731
  },
6731
6732
  MuiList: {
6732
6733
  defaultProps: {
6733
- dense: true
6734
+ dense: false
6734
6735
  },
6735
6736
  styleOverrides: {
6736
- padding: {
6737
- ".MuiListItem-padding": {
6738
- paddingBlock: 1
6737
+ root: {
6738
+ "& .MuiButtonBase-root ": {
6739
+ marginBlock: 0,
6740
+ padding: 0
6741
+ },
6742
+ "& .MuiListItem-root": {
6743
+ padding: "8px 16px 8px 16px"
6744
+ },
6745
+ "& .MuiListItemText-root": {
6746
+ marginBlock: " 4.4px !important"
6739
6747
  }
6740
6748
  },
6741
6749
  dense: {
6742
- ".MuiListItem-dense": {
6743
- // padding: "0.25px 12px 0.25px 16px",
6750
+ "& .MuiListItem-dense": {
6751
+ padding: "4px 16px 4px 16px",
6752
+ "& .MuiListItemIcon-root": {
6753
+ minWidth: "30px"
6754
+ },
6755
+ "& .MuiButtonBase-root": {
6756
+ marginBlock: 0,
6757
+ padding: 0
6758
+ }
6744
6759
  }
6745
6760
  }
6746
6761
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sinco/react",
3
- "version": "1.2.2-rc.0",
3
+ "version": "1.2.2-rc.2",
4
4
  "description": "package for the configuration of mui react sinco",
5
5
  "private": false,
6
6
  "license": "MIT",