@sprucelabs/heartwood-view-controllers 122.0.6 → 122.0.7
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.
|
@@ -199,7 +199,7 @@ export interface SkillViewControllerLoadOptions<Args extends Record<string, any>
|
|
|
199
199
|
export type Theme = SpruceSchemas.HeartwoodViewControllers.v2021_02_11.Theme;
|
|
200
200
|
export type InputButton = SpruceSchemas.HeartwoodViewControllers.v2021_02_11.InputButton;
|
|
201
201
|
export interface ThemeManager {
|
|
202
|
-
setTheme(theme: Theme
|
|
202
|
+
setTheme(theme: Theme): void;
|
|
203
203
|
getTheme(): Theme;
|
|
204
204
|
}
|
|
205
205
|
export type CardViewController = CardViewControllerImpl;
|
|
@@ -199,7 +199,7 @@ export interface SkillViewControllerLoadOptions<Args extends Record<string, any>
|
|
|
199
199
|
export type Theme = SpruceSchemas.HeartwoodViewControllers.v2021_02_11.Theme;
|
|
200
200
|
export type InputButton = SpruceSchemas.HeartwoodViewControllers.v2021_02_11.InputButton;
|
|
201
201
|
export interface ThemeManager {
|
|
202
|
-
setTheme(theme: Theme
|
|
202
|
+
setTheme(theme: Theme): void;
|
|
203
203
|
getTheme(): Theme;
|
|
204
204
|
}
|
|
205
205
|
export type CardViewController = CardViewControllerImpl;
|
package/package.json
CHANGED