@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