@quilltap/theme-storybook 1.0.41 → 1.0.43

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.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,12 @@
2
2
 
3
3
  All notable changes to `@quilltap/theme-storybook` will be documented in this file.
4
4
 
5
+ ## [1.0.43] - 2026-06-11
6
+
7
+ ### Added
8
+ - `.qt-hover-accent` utility class: a hoverable accent surface for list rows, menu items, and option cards. On hover it paints the accent background and forces the accent foreground onto the row **and every descendant** (via `:hover :where(*)`), so composite rows stay legible even when a theme maps `accent` to a bold colour and the children carry their own colour. Mirrors the app-side definition.
9
+ - `Surfaces` story: documents the accent-surface contract for theme authors — filled accent surfaces paired with `qt-text-on-accent`, hover rows via `qt-hover-accent`, and quiet selected/panel surfaces (`qt-bg-primary/10` / `qt-bg-muted`) that deliberately avoid the bold accent. Exported from `@quilltap/theme-storybook/stories`.
10
+
5
11
  ## [1.0.41] - 2026-06-10
6
12
 
7
13
  ### Changed