diff --git a/.changeset/scrubber-seek-hit-area.md b/.changeset/scrubber-seek-hit-area.md deleted file mode 100644 index 410ac64..0000000 --- a/.changeset/scrubber-seek-hit-area.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@karnstack/kino": patch ---- - -Fix scrubber seek hit area. The hover preview rendered across the full scrubber height (its `8px` vertical padding), but `pointerdown`/seek was bound only to the thin `.kino-track` line (4–6px). Clicking anywhere the preview showed — but off the line — did nothing. Seek now binds to the whole scrubber, so clicking anywhere the preview appears seeks. Time mapping still derives from the track rect (padding is vertical only, so the horizontal extent is unchanged). diff --git a/CHANGELOG.md b/CHANGELOG.md index f1ee0fc..db59980 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @karnstack/kino +## 0.1.3 + +### Patch Changes + +- 34aa813: Fix scrubber seek hit area. The hover preview rendered across the full scrubber height (its `8px` vertical padding), but `pointerdown`/seek was bound only to the thin `.kino-track` line (4–6px). Clicking anywhere the preview showed — but off the line — did nothing. Seek now binds to the whole scrubber, so clicking anywhere the preview appears seeks. Time mapping still derives from the track rect (padding is vertical only, so the horizontal extent is unchanged). + ## 0.1.2 ### Patch Changes diff --git a/package.json b/package.json index ef0b8d7..32da87f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@karnstack/kino", - "version": "0.1.2", + "version": "0.1.3", "description": "Themeable React video player with pluggable providers.", "license": "MIT", "author": "Karn",