react-iiif-vault 1.5.4 → 1.5.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/dist/bundle.d.ts CHANGED
@@ -259,7 +259,7 @@ interface VideoComponentProps {
259
259
  startTime?: number;
260
260
  captions?: MediaStrategy['captions'];
261
261
  }
262
- declare function VideoHTML({ element, media, startTime, playPause, poster }: VideoComponentProps): react_jsx_runtime.JSX.Element;
262
+ declare function VideoHTML({ element, media, startTime, playPause, poster, }: VideoComponentProps): react_jsx_runtime.JSX.Element;
263
263
  declare function Video({ media, mediaControlsDeps, children, videoComponent, captions, }: {
264
264
  media: SingleVideo;
265
265
  mediaControlsDeps?: any[];