@mottosports/motto-video-player 1.0.0 → 1.0.1-rc.10
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/index.d.mts +0 -10
- package/dist/index.d.ts +0 -10
- package/dist/index.js +85 -272
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +80 -265
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -225,17 +225,7 @@ interface PlayerProps extends Omit<HTMLAttributes<HTMLVideoElement>, 'src' | 'on
|
|
|
225
225
|
* Event callbacks
|
|
226
226
|
*/
|
|
227
227
|
events?: PlayerEvents;
|
|
228
|
-
/**
|
|
229
|
-
* CSS class name for the container element
|
|
230
|
-
*/
|
|
231
228
|
containerClassName?: string;
|
|
232
|
-
/**
|
|
233
|
-
* Optional manual override for stream start time
|
|
234
|
-
* If not provided, the player will attempt to auto-detect the stream start time
|
|
235
|
-
* from the manifest for live streams. When provided, shows elapsed time since
|
|
236
|
-
* stream started instead of the current playback position.
|
|
237
|
-
*/
|
|
238
|
-
streamStartDate?: Date;
|
|
239
229
|
}
|
|
240
230
|
/**
|
|
241
231
|
* Mux Analytics type definitions
|
package/dist/index.d.ts
CHANGED
|
@@ -225,17 +225,7 @@ interface PlayerProps extends Omit<HTMLAttributes<HTMLVideoElement>, 'src' | 'on
|
|
|
225
225
|
* Event callbacks
|
|
226
226
|
*/
|
|
227
227
|
events?: PlayerEvents;
|
|
228
|
-
/**
|
|
229
|
-
* CSS class name for the container element
|
|
230
|
-
*/
|
|
231
228
|
containerClassName?: string;
|
|
232
|
-
/**
|
|
233
|
-
* Optional manual override for stream start time
|
|
234
|
-
* If not provided, the player will attempt to auto-detect the stream start time
|
|
235
|
-
* from the manifest for live streams. When provided, shows elapsed time since
|
|
236
|
-
* stream started instead of the current playback position.
|
|
237
|
-
*/
|
|
238
|
-
streamStartDate?: Date;
|
|
239
229
|
}
|
|
240
230
|
/**
|
|
241
231
|
* Mux Analytics type definitions
|