@spash/frontlib 0.0.15-beta.1 → 0.0.15-beta.2

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.
Files changed (3) hide show
  1. package/dist/main.d.ts +3 -1
  2. package/dist/main.js +2440 -2430
  3. package/package.json +1 -1
package/dist/main.d.ts CHANGED
@@ -275,7 +275,9 @@ export declare type SIZES = 'md' | 'lg' | 'xl';
275
275
  export declare enum SpashVideoControls {
276
276
  'fullscreen' = "fullscreen",
277
277
  'readingSpeed' = "reading-speed",
278
- 'timecode' = "timecode"
278
+ 'videoTimecode' = "video-timecode",
279
+ 'playPause' = "play-pause",
280
+ 'changeTimecode' = "change-timecode"
279
281
  }
280
282
 
281
283
  export declare enum SpashVideoOptions {