Skip to content

Commit 389702e

Browse files
chore: version packages
1 parent 34aa813 commit 389702e

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

.changeset/scrubber-seek-hit-area.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @karnstack/kino
22

3+
## 0.1.3
4+
5+
### Patch Changes
6+
7+
- 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).
8+
39
## 0.1.2
410

511
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@karnstack/kino",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "Themeable React video player with pluggable providers.",
55
"license": "MIT",
66
"author": "Karn",

0 commit comments

Comments
 (0)