@sinco/react 1.1.0-rc.1 → 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 +19 -24
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -6647,21 +6647,20 @@ const palette = {
|
|
|
6647
6647
|
};
|
|
6648
6648
|
const paletteAdpro = {
|
|
6649
6649
|
primary: {
|
|
6650
|
-
50: "#
|
|
6651
|
-
100: "#
|
|
6652
|
-
200: "#
|
|
6653
|
-
300: "#
|
|
6654
|
-
|
|
6655
|
-
|
|
6656
|
-
600: "#
|
|
6657
|
-
700: "#
|
|
6658
|
-
800: "#
|
|
6659
|
-
|
|
6660
|
-
A100: "#
|
|
6661
|
-
A200: "#
|
|
6662
|
-
A400: "#
|
|
6663
|
-
A700: "#
|
|
6664
|
-
contrastText: "#ffffff"
|
|
6650
|
+
50: "#F8FAFB",
|
|
6651
|
+
100: "#E6EFF0",
|
|
6652
|
+
200: "#D2E3E4",
|
|
6653
|
+
300: "#82C6CB",
|
|
6654
|
+
400: "#2B9DA7",
|
|
6655
|
+
500: "#058C97",
|
|
6656
|
+
600: "#04848F",
|
|
6657
|
+
700: "#047984",
|
|
6658
|
+
800: "#036F7A",
|
|
6659
|
+
900: "#015C69",
|
|
6660
|
+
A100: "#98F0FF",
|
|
6661
|
+
A200: "#65E9FF",
|
|
6662
|
+
A400: "#32E1FF",
|
|
6663
|
+
A700: "#32E1FF"
|
|
6665
6664
|
},
|
|
6666
6665
|
secondary: {
|
|
6667
6666
|
50: "#E0F7FA",
|
|
@@ -6788,7 +6787,7 @@ const paletteAdpro = {
|
|
|
6788
6787
|
divider: "#0000001f"
|
|
6789
6788
|
};
|
|
6790
6789
|
|
|
6791
|
-
var _palette$
|
|
6790
|
+
var _palette$action;
|
|
6792
6791
|
const components = {
|
|
6793
6792
|
MuiDataGrid: {
|
|
6794
6793
|
defaultProps: {
|
|
@@ -6973,20 +6972,16 @@ const components = {
|
|
|
6973
6972
|
sizeMedium: {
|
|
6974
6973
|
height: 22
|
|
6975
6974
|
},
|
|
6976
|
-
filled: {
|
|
6977
|
-
backgroundColor: (_palette$grey = palette.grey) == null ? void 0 : _palette$grey[100]
|
|
6978
|
-
},
|
|
6979
6975
|
icon: {
|
|
6980
6976
|
color: (_palette$action = palette.action) == null ? void 0 : _palette$action.active,
|
|
6981
6977
|
opacity: "26%"
|
|
6982
6978
|
},
|
|
6983
6979
|
root: {
|
|
6984
|
-
fontFamily:
|
|
6985
|
-
fontSize:
|
|
6986
|
-
fontStyle: "normal",
|
|
6980
|
+
fontFamily: 'Roboto',
|
|
6981
|
+
fontSize: '11px',
|
|
6987
6982
|
fontWeight: 400,
|
|
6988
|
-
lineHeight:
|
|
6989
|
-
letterSpacing:
|
|
6983
|
+
lineHeight: '14px',
|
|
6984
|
+
letterSpacing: '0.16px',
|
|
6990
6985
|
height: "inherit",
|
|
6991
6986
|
borderRadius: 4,
|
|
6992
6987
|
".MuiChip-deleteIconXsmall": {
|