@foris/avocado-suite 0.37.0 → 0.37.1-beta.0
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/dist/avocado-suite.es.js +3317 -3315
- package/dist/avocado-suite.umd.js +25 -25
- package/dist/store/useThemeStore.d.ts +1 -1
- package/package.json +1 -1
@@ -4,5 +4,5 @@ type State = {
|
|
4
4
|
};
|
5
5
|
export declare const useThemeStore: import("zustand").UseBoundStore<import("zustand").StoreApi<State>>;
|
6
6
|
export declare const toggleBodyTheme: (themeMode?: ThemeMode) => void;
|
7
|
-
export declare const setThemeMode: (themeMode: ThemeMode, useLocalStorage?: boolean) => void;
|
7
|
+
export declare const setThemeMode: (themeMode: ThemeMode, useLocalStorage?: boolean, emitEvent?: boolean) => void;
|
8
8
|
export {};
|