@sinco/react 1.2.0-rc.1 → 1.2.0-rc.2

Sign up to get free protection for your applications and to get access to all the features.
package/index.esm.js CHANGED
@@ -8500,6 +8500,9 @@ var components = {
8500
8500
  }
8501
8501
  },
8502
8502
  MuiChip: {
8503
+ defaultProps: {
8504
+ color: "primary"
8505
+ },
8503
8506
  styleOverrides: {
8504
8507
  sizeSmall: {
8505
8508
  height: 16
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sinco/react",
3
- "version": "1.2.0-rc.1",
3
+ "version": "1.2.0-rc.2",
4
4
  "description": "package for the configuration of mui react sinco",
5
5
  "private": false,
6
6
  "license": "MIT",
@@ -1,3 +1,4 @@
1
1
  import { PaletteOptions } from "@mui/material";
2
2
  export declare const palette: PaletteOptions;
3
3
  export declare const paletteAdpro: PaletteOptions;
4
+ export declare const paletteADC: PaletteOptions;
@@ -1,3 +1,4 @@
1
1
  import { ThemeOptions } from "@mui/material/styles";
2
2
  export declare const themeOptions: ThemeOptions;
3
3
  export declare const themeAdproOptions: ThemeOptions;
4
+ export declare const themeAdcOptions: ThemeOptions;