@blocklet/theme 2.13.43 → 2.13.45

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.
@@ -60,46 +60,8 @@ export declare const DEFAULT_FONTS: string[];
60
60
  */
61
61
  export declare const BLOCKLET_THEME_LIGHT: ThemeOptions;
62
62
  export declare const BLOCKLET_THEME_DARK: ThemeOptions;
63
- export declare const DID_CONNECT_THEME_LIGHT: {
64
- mixins: import("@mui/material/styles/createMixins").MixinsOptions;
65
- components: import("@mui/material").Components<Omit<import("@mui/material/styles").Theme, "components">>;
66
- palette: import("@mui/material").PaletteOptions;
67
- shadows: import("@mui/material").Shadows;
68
- transitions: import("@mui/material").TransitionsOptions;
69
- typography: import("@mui/material").TypographyVariantsOptions | ((palette: import("@mui/material").Palette) => import("@mui/material").TypographyVariantsOptions);
70
- zIndex: import("@mui/material/styles/zIndex").ZIndexOptions;
71
- unstable_strictMode: boolean;
72
- unstable_sxConfig: import("@mui/system").SxConfig;
73
- mode: import("@mui/material").PaletteMode;
74
- themeName: string;
75
- pageWidth: string;
76
- colors: Record<string, string>;
77
- overrides: import("@mui/material").Components<Omit<import("@mui/material/styles").Theme, "components">>;
78
- shape: import("@mui/system").ShapeOptions;
79
- breakpoints: import("@mui/system").BreakpointsOptions;
80
- direction: import("@mui/system").Direction;
81
- spacing: import("@mui/system").SpacingOptions;
82
- };
83
- export declare const DID_CONNECT_THEME_DARK: {
84
- mixins: import("@mui/material/styles/createMixins").MixinsOptions;
85
- components: import("@mui/material").Components<Omit<import("@mui/material/styles").Theme, "components">>;
86
- palette: import("@mui/material").PaletteOptions;
87
- shadows: import("@mui/material").Shadows;
88
- transitions: import("@mui/material").TransitionsOptions;
89
- typography: import("@mui/material").TypographyVariantsOptions | ((palette: import("@mui/material").Palette) => import("@mui/material").TypographyVariantsOptions);
90
- zIndex: import("@mui/material/styles/zIndex").ZIndexOptions;
91
- unstable_strictMode: boolean;
92
- unstable_sxConfig: import("@mui/system").SxConfig;
93
- mode: import("@mui/material").PaletteMode;
94
- themeName: string;
95
- pageWidth: string;
96
- colors: Record<string, string>;
97
- overrides: import("@mui/material").Components<Omit<import("@mui/material/styles").Theme, "components">>;
98
- shape: import("@mui/system").ShapeOptions;
99
- breakpoints: import("@mui/system").BreakpointsOptions;
100
- direction: import("@mui/system").Direction;
101
- spacing: import("@mui/system").SpacingOptions;
102
- };
63
+ export declare const DID_CONNECT_THEME_LIGHT: import("@mui/material/styles").ThemeOptions;
64
+ export declare const DID_CONNECT_THEME_DARK: import("@mui/material/styles").ThemeOptions;
103
65
 
104
66
  export {
105
67
  Theme,
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "2.13.43",
6
+ "version": "2.13.45",
7
7
  "description": "A preset MUI-based theme configuration designed for use with Blocklet.",
8
8
  "main": "dist/cjs/index.js",
9
9
  "module": "dist/es/index.js",
@@ -38,6 +38,7 @@
38
38
  "@mui/material": ">=5.15.0"
39
39
  },
40
40
  "dependencies": {
41
+ "@mui/system": "^7.1.0",
41
42
  "deepmerge": "^4.3.1"
42
43
  },
43
44
  "devDependencies": {
@@ -54,5 +55,5 @@
54
55
  "ts-jest": "^29.1.2",
55
56
  "typescript": "~5.5.4"
56
57
  },
57
- "gitHead": "9b65dc9fcef38218cbf4852cb31a1b76afffab33"
58
+ "gitHead": "5cf352046f4ca17b469e97a54d0c48205454b37c"
58
59
  }