react-iiif-vault 1.5.5 → 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 +1 -1
- package/dist/bundle.global.js +18 -18
- package/dist/canvas-panel.cjs +5 -5
- package/dist/canvas-panel.d.cts +1 -1
- package/dist/canvas-panel.d.ts +1 -1
- package/dist/canvas-panel.js +1 -1
- package/dist/chunk-H3DSFUR2.js +48 -0
- package/dist/{index-CMSk5Jbz.d.cts → index-BJveLrlu.d.cts} +1 -1
- package/dist/{index-CWeYvmxZ.d.ts → index-CrfymD6m.d.ts} +1 -1
- package/dist/index.cjs +7 -7
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +1 -1
- package/package.json +2 -2
- package/dist/chunk-XMMNKWGN.js +0 -48
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[];
|