@spash/frontlib 0.0.13-beta.2 → 0.0.14-beta.1

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 +6 -0
  2. package/dist/main.js +4278 -4264
  3. package/package.json +1 -1
package/dist/main.d.ts CHANGED
@@ -225,6 +225,12 @@ export declare interface SessionType {
225
225
 
226
226
  export declare type SIZES = 'md' | 'lg' | 'xl';
227
227
 
228
+ export declare enum SpashVideoControls {
229
+ 'fullscreen' = "fullscreen",
230
+ 'readingSpeed' = "reading-speed",
231
+ 'timecode' = "timecode"
232
+ }
233
+
228
234
  export declare enum SpashVideoOptions {
229
235
  'buzz' = "buzz",
230
236
  'layer' = "layer",