@sinco/react 1.2.2-rc.0 → 1.2.2-rc.2
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.esm.css +9 -9
- package/index.esm.js +22 -7
- package/package.json +1 -1
package/index.esm.css
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
#react-
|
|
2
|
-
animation: react-
|
|
1
|
+
#react-module_path1__Aym94 {
|
|
2
|
+
animation: react-module_spin__r5eLZ 3s linear infinite;
|
|
3
3
|
}
|
|
4
4
|
|
|
5
|
-
#react-
|
|
6
|
-
animation: react-
|
|
5
|
+
#react-module_path2__3IZeX {
|
|
6
|
+
animation: react-module_spin__r5eLZ 3s linear infinite 0.2s;
|
|
7
7
|
}
|
|
8
8
|
|
|
9
|
-
#react-
|
|
10
|
-
animation: react-
|
|
9
|
+
#react-module_path3__VghnM {
|
|
10
|
+
animation: react-module_spin__r5eLZ 3s linear infinite 0.7s;
|
|
11
11
|
}
|
|
12
12
|
|
|
13
|
-
#react-
|
|
14
|
-
animation: react-
|
|
13
|
+
#react-module_path4__Nydjg {
|
|
14
|
+
animation: react-module_spin__r5eLZ 3s linear infinite 1.2s;
|
|
15
15
|
}
|
|
16
16
|
|
|
17
|
-
@keyframes react-
|
|
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:
|
|
6734
|
+
dense: false
|
|
6734
6735
|
},
|
|
6735
6736
|
styleOverrides: {
|
|
6736
|
-
|
|
6737
|
-
".
|
|
6738
|
-
|
|
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
|
-
|
|
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
|
}
|