@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.
Files changed (2) hide show
  1. package/index.js +19 -24
  2. 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: "#E4ECF4",
6651
- 100: "#BCD0E3",
6652
- 200: "#8FB1D0",
6653
- 300: "#6392BD",
6654
- light: "#417AAE",
6655
- main: "#2063A0",
6656
- 600: "#1C5B98",
6657
- 700: "#18518E",
6658
- 800: "#134784",
6659
- dark: "#0B3573",
6660
- A100: "#A5C5FF",
6661
- A200: "#72A4FF",
6662
- A400: "#3F83FF",
6663
- A700: "#2572FF",
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$grey, _palette$action;
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: "Roboto",
6985
- fontSize: "10px",
6986
- fontStyle: "normal",
6980
+ fontFamily: 'Roboto',
6981
+ fontSize: '11px',
6987
6982
  fontWeight: 400,
6988
- lineHeight: "10px",
6989
- letterSpacing: "0.15px",
6983
+ lineHeight: '14px',
6984
+ letterSpacing: '0.16px',
6990
6985
  height: "inherit",
6991
6986
  borderRadius: 4,
6992
6987
  ".MuiChip-deleteIconXsmall": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sinco/react",
3
- "version": "1.1.0-rc.1",
3
+ "version": "1.1.0-rc.3",
4
4
  "description": "package for the configuration of mui react sinco",
5
5
  "private": false,
6
6
  "license": "MIT",