@sinco/react 1.1.1-rc.0 → 1.1.1-rc.2

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sinco/react",
3
- "version": "1.1.1-rc.0",
3
+ "version": "1.1.1-rc.2",
4
4
  "description": "package for the configuration of mui react sinco",
5
5
  "private": false,
6
6
  "license": "MIT",
@@ -1,13 +1,13 @@
1
1
  import { PaletteOptions } from "@mui/material";
2
2
  declare module "@mui/material/styles" {
3
3
  interface PaletteColor {
4
- 50: string;
5
- 100: string;
6
- 200: string;
7
- 300: string;
8
- 600: string;
9
- 700: string;
10
- 800: string;
4
+ 50?: string;
5
+ 100?: string;
6
+ 200?: string;
7
+ 300?: string;
8
+ 600?: string;
9
+ 700?: string;
10
+ 800?: string;
11
11
  }
12
12
  }
13
13
  export declare const palette: PaletteOptions;