@sprucelabs/heartwood-view-controllers 125.0.27 → 125.0.28

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.
@@ -267,6 +267,7 @@ export type StatusIndicatorStatus = NonNullable<StatusIndicator['status']>;
267
267
  export type TalkingSprucebot = SpruceSchemas.HeartwoodViewControllers.v2021_02_11.TalkingSprucebot;
268
268
  export type NavigationRoute = SpruceSchemas.HeartwoodViewControllers.v2021_02_11.NavigationRoute;
269
269
  export type LayoutStyle = NonNullable<SpruceSchemas.HeartwoodViewControllers.v2021_02_11.SkillViewLayout['style']>;
270
+ export type Video = SpruceSchemas.HeartwoodViewControllers.v2021_02_11.Video;
270
271
  export type LayoutColumn = Card[];
271
272
  export type ListColumnWidth = NonNullable<List['columnWidths']>[number];
272
273
  export type DragAndDropListSortHandler = NonNullable<List['onDragAndDropSort']>;
@@ -267,6 +267,7 @@ export type StatusIndicatorStatus = NonNullable<StatusIndicator['status']>;
267
267
  export type TalkingSprucebot = SpruceSchemas.HeartwoodViewControllers.v2021_02_11.TalkingSprucebot;
268
268
  export type NavigationRoute = SpruceSchemas.HeartwoodViewControllers.v2021_02_11.NavigationRoute;
269
269
  export type LayoutStyle = NonNullable<SpruceSchemas.HeartwoodViewControllers.v2021_02_11.SkillViewLayout['style']>;
270
+ export type Video = SpruceSchemas.HeartwoodViewControllers.v2021_02_11.Video;
270
271
  export type LayoutColumn = Card[];
271
272
  export type ListColumnWidth = NonNullable<List['columnWidths']>[number];
272
273
  export type DragAndDropListSortHandler = NonNullable<List['onDragAndDropSort']>;
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": "125.0.27",
16
+ "version": "125.0.28",
17
17
  "skill": {
18
18
  "namespace": "HeartwoodViewControllers",
19
19
  "commandOverrides": {