@max-ts/components 0.5.1 → 0.5.2

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/lib/index.mjs CHANGED
@@ -4860,7 +4860,7 @@ function If({
4860
4860
  open: r,
4861
4861
  defaultOpen: o,
4862
4862
  multiple: i,
4863
- isShowClearButton: a = !0
4863
+ isShowClearButton: a = !1
4864
4864
  }) {
4865
4865
  const [l, c] = ce(
4866
4866
  o || r || !1
@@ -1,7 +1,7 @@
1
1
  import { BreakpointsOptions, ThemeOptions } from '@mui/material';
2
2
  import { Theme } from '../types';
3
3
  export type CreateThemeParams = {
4
- options?: ThemeOptions;
4
+ options?: Partial<ThemeOptions>;
5
5
  breakpoints?: BreakpointsOptions;
6
6
  };
7
7
  export declare const createTheme: (params?: CreateThemeParams) => Theme;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@max-ts/components",
3
- "version": "0.5.1",
3
+ "version": "0.5.2",
4
4
  "browser": "./src/index.ts",
5
5
  "main": "./lib/index.mjs",
6
6
  "module": "./lib/index.mjs",