@livetiles/reach-plugin-types 0.5.0-preview.550 → 0.5.0-preview.551

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.
Files changed (2) hide show
  1. package/lib/index.d.ts +3 -0
  2. package/package.json +1 -1
package/lib/index.d.ts CHANGED
@@ -6689,6 +6689,7 @@ declare module "libs/reach/feature/content/src/forms/videos/VideoView" {
6689
6689
  videoInfo: VideoInfo;
6690
6690
  autoplay?: boolean;
6691
6691
  width?: string;
6692
+ parentId?: string;
6692
6693
  className?: string;
6693
6694
  }>;
6694
6695
  }
@@ -6714,6 +6715,7 @@ declare module "libs/reach/feature/content/src/forms/videos/VideoWithThumbnailVi
6714
6715
  export const VideoWithThumbnailView: FC<{
6715
6716
  videoInfo: VideoInfo;
6716
6717
  videoThumbnailUrl: string;
6718
+ parentId: string;
6717
6719
  className?: string;
6718
6720
  }>;
6719
6721
  }
@@ -6722,6 +6724,7 @@ declare module "libs/reach/feature/content/src/posts/VideoList" {
6722
6724
  import { Attachment } from "libs/reach/util/common/src/index";
6723
6725
  export const VideoList: FC<{
6724
6726
  attachments: Attachment[];
6727
+ parentId?: string;
6725
6728
  onDeleteClick?: (video: Attachment) => void;
6726
6729
  className?: string;
6727
6730
  }>;
package/package.json CHANGED
@@ -4,6 +4,6 @@
4
4
  "main": "",
5
5
  "types": "./index.d.ts",
6
6
  "license": "ISC",
7
- "version": "0.5.0-preview.550",
7
+ "version": "0.5.0-preview.551",
8
8
  "dependencies": {}
9
9
  }