@datocms/astro 0.1.5 → 0.1.6
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.
package/package.json
CHANGED
package/src/VideoPlayer/types.ts
CHANGED
|
@@ -8,9 +8,9 @@ export type Video = {
|
|
|
8
8
|
height?: Possibly<number>;
|
|
9
9
|
/** The width of the video */
|
|
10
10
|
width?: Possibly<number>;
|
|
11
|
-
/** The MUX
|
|
11
|
+
/** The MUX playback ID */
|
|
12
12
|
muxPlaybackId?: Possibly<string>;
|
|
13
|
-
/** The MUX
|
|
13
|
+
/** The MUX playback ID */
|
|
14
14
|
playbackId?: Possibly<string>;
|
|
15
15
|
/** A data: URI containing a blurhash for the video */
|
|
16
16
|
blurUpThumb?: Possibly<string>;
|