ogplayer 1.0.1 → 1.0.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.
@@ -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.1",
4
- "description": "OGPlayer web SDK \u2014 one video player API across Android, iOS and the web.",
3
+ "version": "1.0.2",
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
+ }