@sinco/react 1.1.2-rc.2 → 1.1.2-rc.4

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 CHANGED
@@ -6746,7 +6746,7 @@ const palette = {
6746
6746
  focus: "#1018401f"
6747
6747
  },
6748
6748
  background: {
6749
- default: "#F1F0EE",
6749
+ default: "#f5f5f5",
6750
6750
  paper: "#fff"
6751
6751
  },
6752
6752
  common: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sinco/react",
3
- "version": "1.1.2-rc.2",
3
+ "version": "1.1.2-rc.4",
4
4
  "description": "package for the configuration of mui react sinco",
5
5
  "private": false,
6
6
  "license": "MIT",
@@ -1,12 +1,2 @@
1
1
  import { Components } from "@mui/material";
2
- declare module "@mui/material/Radio" {
3
- interface RadioPropsSizeOverrides {
4
- large: true;
5
- }
6
- }
7
- declare module "@mui/material/Checkbox" {
8
- interface CheckboxPropsSizeOverrides {
9
- large: true;
10
- }
11
- }
12
2
  export declare const components: Components;
@@ -1,14 +1,3 @@
1
1
  import { PaletteOptions } from "@mui/material";
2
- declare module "@mui/material/styles" {
3
- interface PaletteColor {
4
- 50?: string;
5
- 100?: string;
6
- 200?: string;
7
- 300?: string;
8
- 600?: string;
9
- 700?: string;
10
- 800?: string;
11
- }
12
- }
13
2
  export declare const palette: PaletteOptions;
14
3
  export declare const paletteAdpro: PaletteOptions;
@@ -8,9 +8,4 @@ declare module '@mui/material/styles' {
8
8
  body3?: React.CSSProperties;
9
9
  }
10
10
  }
11
- declare module "@mui/material/Typography" {
12
- interface TypographyPropsVariantOverrides {
13
- body3: true;
14
- }
15
- }
16
11
  export declare const typography: TypographyOptions;