@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, shouldAnimate?: boolean): void;
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, shouldAnimate?: boolean): void;
202
+ setTheme(theme: Theme): void;
203
203
  getTheme(): Theme;
204
204
  }
205
205
  export type CardViewController = CardViewControllerImpl;
package/package.json CHANGED
@@ -13,7 +13,7 @@
13
13
  "sideEffects": false,
14
14
  "license": "MIT",
15
15
  "description": "All the power of Heartwood in one, convenient package.",
16
- "version": "122.0.6",
16
+ "version": "122.0.7",
17
17
  "skill": {
18
18
  "namespace": "HeartwoodViewControllers",
19
19
  "commandOverrides": {