@quilltap/theme-storybook 1.0.39 → 1.0.41

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,16 @@
2
2
 
3
3
  All notable changes to `@quilltap/theme-storybook` will be documented in this file.
4
4
 
5
+ ## [1.0.41] - 2026-06-10
6
+
7
+ ### Changed
8
+ - `Icons` story: the catalogue now lists the new `tag` icon (80 names), and the `brand` note reflects the app-side rule change — an `.svg` brand override is tinted like any other icon; ship `.webp` to keep its own colors.
9
+
10
+ ## [1.0.40] - 2026-06-09
11
+
12
+ ### Added
13
+ - `Icons` story: a reference for theme authors listing every override-able Quilltap icon name (grouped by category) plus the override recipe — the `theme.json` `icons` map and the `.svg` (theme-tinted) vs `.webp` (full-color) modes. Exported from `@quilltap/theme-storybook/stories`.
14
+
5
15
  ## [1.0.38] - 2026-06-04
6
16
 
7
17
  ### Added