@sinco/react 0.0.0-rc.7 → 0.0.0-rc.9

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
@@ -4809,6 +4809,6 @@ const themeOptions = {
4809
4809
  spacing: 8
4810
4810
  };
4811
4811
 
4812
- const SincoTheme = override => createTheme(Object.assign({}, themeOptions, override));
4812
+ const SincoTheme = createTheme(Object.assign({}, themeOptions));
4813
4813
 
4814
4814
  export { SincoTheme };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sinco/react",
3
- "version": "0.0.0-rc.7",
3
+ "version": "0.0.0-rc.9",
4
4
  "description": "package for the configuration of mui react sinco",
5
5
  "private": false,
6
6
  "license": "MIT",
@@ -1,2 +1 @@
1
- import { ThemeOptions } from '@mui/material/styles';
2
- export declare const SincoTheme: (override: ThemeOptions) => import("@mui/material/styles").Theme;
1
+ export declare const SincoTheme: import("@mui/material/styles").Theme;