react-iiif-vault 1.5.2 → 1.5.4
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 +2 -2
- package/dist/bundle.global.js +17 -17
- package/dist/canvas-panel.cjs +5 -5
- package/dist/canvas-panel.js +1 -1
- package/dist/chunk-YF4SEMKW.js +48 -0
- 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 +1 -1
- package/dist/chunk-IWRMLB3G.js +0 -48
package/dist/bundle.d.ts
CHANGED
|
@@ -479,14 +479,14 @@ declare function RenderAnnotationStrategy({ children }: AnnotationStrategyProps)
|
|
|
479
479
|
interface RenderAudioStrategyProps {
|
|
480
480
|
as?: React.ComponentType<AudioComponentProps>;
|
|
481
481
|
}
|
|
482
|
-
declare function RenderAudioStrategy({ as: CustomAudio }: RenderAudioStrategyProps): react_jsx_runtime.JSX.Element | null;
|
|
482
|
+
declare function RenderAudioStrategy({ as: CustomAudio, }: RenderAudioStrategyProps): react_jsx_runtime.JSX.Element | null;
|
|
483
483
|
|
|
484
484
|
declare function RenderAccompanyingCanvas(): react_jsx_runtime.JSX.Element;
|
|
485
485
|
|
|
486
486
|
interface RenderVideoStrategyProps {
|
|
487
487
|
as?: React__default.ComponentType<VideoComponentProps>;
|
|
488
488
|
}
|
|
489
|
-
declare function RenderVideoStrategy({ as: CustomVideo }: RenderVideoStrategyProps): react_jsx_runtime.JSX.Element | null;
|
|
489
|
+
declare function RenderVideoStrategy({ as: CustomVideo, }: RenderVideoStrategyProps): react_jsx_runtime.JSX.Element | null;
|
|
490
490
|
|
|
491
491
|
declare function RenderYouTubeStrategy(): react_jsx_runtime.JSX.Element | null;
|
|
492
492
|
|