playron 1.0.22 → 1.0.23

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.
@@ -3,10 +3,9 @@
3
3
  *
4
4
  * Transient visual feedback for mobile gestures:
5
5
  * - Seek forward / backward: animated ripple + text on left / right half
6
- * - Volume: centered badge
7
6
  */
8
7
  interface GestureHintOverlayProps {
9
- type: 'seek-forward' | 'seek-backward' | 'volume' | null;
8
+ type: 'seek-forward' | 'seek-backward' | null;
10
9
  value: string;
11
10
  }
12
11
  export default function GestureHintOverlay({ type, value }: GestureHintOverlayProps): import("react/jsx-runtime").JSX.Element | null;
@@ -1 +1 @@
1
- {"version":3,"file":"GestureHintOverlay.d.ts","sourceRoot":"","sources":["../../../src/ui/Overlay/GestureHintOverlay.tsx"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,UAAU,uBAAuB;IAC/B,IAAI,EAAE,cAAc,GAAG,eAAe,GAAG,QAAQ,GAAG,IAAI,CAAC;IACzD,KAAK,EAAE,MAAM,CAAC;CACf;AAED,MAAM,CAAC,OAAO,UAAU,kBAAkB,CAAC,EAAE,IAAI,EAAE,KAAK,EAAE,EAAE,uBAAuB,kDAsFlF"}
1
+ {"version":3,"file":"GestureHintOverlay.d.ts","sourceRoot":"","sources":["../../../src/ui/Overlay/GestureHintOverlay.tsx"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,UAAU,uBAAuB;IAC/B,IAAI,EAAE,cAAc,GAAG,eAAe,GAAG,IAAI,CAAC;IAC9C,KAAK,EAAE,MAAM,CAAC;CACf;AAED,MAAM,CAAC,OAAO,UAAU,kBAAkB,CAAC,EAAE,IAAI,EAAE,KAAK,EAAE,EAAE,uBAAuB,kDAgDlF"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "playron",
3
- "version": "1.0.22",
3
+ "version": "1.0.23",
4
4
  "description": "Modern OTT video player for React, Next.js, and vanilla JS",
5
5
  "type": "module",
6
6
  "main": "./dist/playron.cjs.js",