ogplayer 1.0.4 → 1.1.0

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.
@@ -119,6 +119,8 @@ export declare class OGPlayerElement extends HTMLElement {
119
119
  private root;
120
120
  private controlsVisible;
121
121
  private hideTimer;
122
+ /** Where the last deliberate click-to-hide happened; gates hover-raise. */
123
+ private hidePoint;
122
124
  private bufferingTimer;
123
125
  private scrubbing;
124
126
  private openMenu;
@@ -165,7 +167,7 @@ export declare class OGPlayerElement extends HTMLElement {
165
167
  private onState;
166
168
  /** Title + content ratings: once per load, at content start, timed fade. */
167
169
  private maybeShowOnceOverlays;
168
- private ratingHtml;
170
+ private ratingNode;
169
171
  /** While the rating row is shown, the top-end button row drops below it
170
172
  * and top-row overlays clear both — the Android/iOS choreography. */
171
173
  private setRatingRow;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ogplayer",
3
- "version": "1.0.4",
3
+ "version": "1.1.0",
4
4
  "description": "OGPlayer web SDK — one video player API across Android, iOS, web and React Native.",
5
5
  "type": "module",
6
6
  "main": "./dist/ogplayer.js",