ogplayer 1.0.1 → 1.0.3
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/ogplayer.global.js +39 -37
- package/dist/ogplayer.js +38 -36
- package/dist/ui/og-player.d.ts +2 -0
- package/package.json +3 -3
package/dist/ui/og-player.d.ts
CHANGED
|
@@ -158,6 +158,8 @@ export declare class OGPlayerElement extends HTMLElement {
|
|
|
158
158
|
/** Storyboard preview above the scrubber (mobile trick-play parity). */
|
|
159
159
|
private thumbPreviewSeq;
|
|
160
160
|
private showThumbPreview;
|
|
161
|
+
/** Centre the preview on the pointer, clamped so it never leaves the scrub bar. */
|
|
162
|
+
private placeThumbPreview;
|
|
161
163
|
private hideThumbPreview;
|
|
162
164
|
private paintScrub;
|
|
163
165
|
private onState;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ogplayer",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"description": "OGPlayer web SDK
|
|
3
|
+
"version": "1.0.3",
|
|
4
|
+
"description": "OGPlayer web SDK — one video player API across Android, iOS and the web.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/ogplayer.js",
|
|
7
7
|
"module": "./dist/ogplayer.js",
|
|
@@ -49,4 +49,4 @@
|
|
|
49
49
|
"web-component"
|
|
50
50
|
],
|
|
51
51
|
"author": "OGPlayer (Inverse DOO) <hello@ogplayer.tv>"
|
|
52
|
-
}
|
|
52
|
+
}
|