@blocklet/theme 3.3.7 → 3.3.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.
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const DID_CONNECT_THEME_LIGHT: import('@mui/material/styles').ThemeOptions;
|
|
2
|
-
export declare const DID_CONNECT_THEME_DARK: import('@mui/material/styles').ThemeOptions;
|
|
1
|
+
export declare const DID_CONNECT_THEME_LIGHT: import('@mui/material/styles/createThemeNoVars').ThemeOptions;
|
|
2
|
+
export declare const DID_CONNECT_THEME_DARK: import('@mui/material/styles/createThemeNoVars').ThemeOptions;
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "3.3.
|
|
6
|
+
"version": "3.3.9",
|
|
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",
|
|
@@ -42,5 +42,5 @@
|
|
|
42
42
|
"ts-jest": "^29.4.0",
|
|
43
43
|
"typescript": "~5.5.4"
|
|
44
44
|
},
|
|
45
|
-
"gitHead": "
|
|
45
|
+
"gitHead": "c7a122040ee66c92cb979d185ad4a30cb80ef3fa"
|
|
46
46
|
}
|