@karnstack/kino 0.1.2 → 0.1.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.
@@ -807,6 +807,7 @@ function Scrubber() {
807
807
  className: "kino-scrubber",
808
808
  onPointerMove,
809
809
  onPointerLeave: () => setHover(null),
810
+ onPointerDown,
810
811
  children: [hover && /* @__PURE__ */ jsxs("div", {
811
812
  ref: previewRef,
812
813
  className: "kino-preview kino-glass",
@@ -834,7 +835,6 @@ function Scrubber() {
834
835
  "aria-valuemax": Math.floor(duration) || 0,
835
836
  "aria-valuenow": Math.floor(currentTime),
836
837
  "aria-valuetext": formatTime(currentTime),
837
- onPointerDown,
838
838
  children: [
839
839
  buffered.map(([s, e], i) => /* @__PURE__ */ jsx("div", {
840
840
  className: "kino-buffered",
package/dist/index.js CHANGED
@@ -1,2 +1,2 @@
1
- import { _ as usePlayer, a as SkipBackButton, c as Captions, d as Player, f as useControlsVisible, g as useMediaSelector, h as PlayerContext, i as PlayPauseButton, l as IdleOverlay, m as useWrapperRef, n as FullscreenButton, o as SkipForwardButton, p as useIsCompact, r as PipButton, s as VolumeControl, t as ControlBar, u as Scrubber, v as usePlayerActions, y as formatTime } from "./control-bar-DrAeqaap.js";
1
+ import { _ as usePlayer, a as SkipBackButton, c as Captions, d as Player, f as useControlsVisible, g as useMediaSelector, h as PlayerContext, i as PlayPauseButton, l as IdleOverlay, m as useWrapperRef, n as FullscreenButton, o as SkipForwardButton, p as useIsCompact, r as PipButton, s as VolumeControl, t as ControlBar, u as Scrubber, v as usePlayerActions, y as formatTime } from "./control-bar-B-p1rMgm.js";
2
2
  export { Captions, ControlBar, FullscreenButton, IdleOverlay, PipButton, PlayPauseButton, Player, PlayerContext, Scrubber, SkipBackButton, SkipForwardButton, VolumeControl, formatTime, useControlsVisible, useIsCompact, useMediaSelector, usePlayer, usePlayerActions, useWrapperRef };
package/dist/mux.js CHANGED
@@ -1,4 +1,4 @@
1
- import { c as Captions, d as Player, l as IdleOverlay, t as ControlBar } from "./control-bar-DrAeqaap.js";
1
+ import { c as Captions, d as Player, l as IdleOverlay, t as ControlBar } from "./control-bar-B-p1rMgm.js";
2
2
  import { useEffect, useRef } from "react";
3
3
  import { jsx, jsxs } from "react/jsx-runtime";
4
4
  import "@mux/mux-video";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@karnstack/kino",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "Themeable React video player with pluggable providers.",
5
5
  "license": "MIT",
6
6
  "author": "Karn",