@sinco/react 1.1.0-rc.2 → 1.1.0-rc.3
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 +5 -9
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -6787,7 +6787,7 @@ const paletteAdpro = {
|
|
|
6787
6787
|
divider: "#0000001f"
|
|
6788
6788
|
};
|
|
6789
6789
|
|
|
6790
|
-
var _palette$
|
|
6790
|
+
var _palette$action;
|
|
6791
6791
|
const components = {
|
|
6792
6792
|
MuiDataGrid: {
|
|
6793
6793
|
defaultProps: {
|
|
@@ -6972,20 +6972,16 @@ const components = {
|
|
|
6972
6972
|
sizeMedium: {
|
|
6973
6973
|
height: 22
|
|
6974
6974
|
},
|
|
6975
|
-
filled: {
|
|
6976
|
-
backgroundColor: (_palette$grey = palette.grey) == null ? void 0 : _palette$grey[100]
|
|
6977
|
-
},
|
|
6978
6975
|
icon: {
|
|
6979
6976
|
color: (_palette$action = palette.action) == null ? void 0 : _palette$action.active,
|
|
6980
6977
|
opacity: "26%"
|
|
6981
6978
|
},
|
|
6982
6979
|
root: {
|
|
6983
|
-
fontFamily:
|
|
6984
|
-
fontSize:
|
|
6985
|
-
fontStyle: "normal",
|
|
6980
|
+
fontFamily: 'Roboto',
|
|
6981
|
+
fontSize: '11px',
|
|
6986
6982
|
fontWeight: 400,
|
|
6987
|
-
lineHeight:
|
|
6988
|
-
letterSpacing:
|
|
6983
|
+
lineHeight: '14px',
|
|
6984
|
+
letterSpacing: '0.16px',
|
|
6989
6985
|
height: "inherit",
|
|
6990
6986
|
borderRadius: 4,
|
|
6991
6987
|
".MuiChip-deleteIconXsmall": {
|