bloom-player 2.19.5 → 2.19.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.
@@ -18,7 +18,7 @@
18
18
 
19
19
  <!-- At build time, we replace the target of this script tag to point at the
20
20
  the bloom player bundle with the cache-busting hash in its name. -->
21
- <script src="bloomPlayer.ChhMHDsd.js"></script>
21
+ <script src="bloomPlayer.Ds4dC-C9.js"></script>
22
22
  </body>
23
23
 
24
24
 
@@ -45,6 +45,8 @@ export declare function playNarration(): void;
45
45
  export declare function pauseNarration(): void;
46
46
  export declare function computeDuration(page: HTMLElement): number;
47
47
  export declare function hidingPage(): void;
48
+ export declare function stopPlayAllVideoPlayback(): void;
49
+ export declare function showVideoFirstFrameWhenReady(video: HTMLVideoElement, shouldPauseAfterPlaying?: () => boolean): void;
48
50
  export declare function playAllVideo(elements: HTMLVideoElement[], then: () => void): void;
49
51
  export declare function showVideoError(video: HTMLVideoElement): void;
50
52
  export declare function hideVideoError(video: HTMLVideoElement): void;