feat(theme): centralize theme CSS tokens in theme defaults and add missing interactive color variables

This commit is contained in:
2026-04-04 09:23:11 +00:00
parent 167dcb2b0a
commit 231c57b596
3 changed files with 84 additions and 32 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2026-04-04 - 3.55.0 - feat(theme)
centralize theme CSS tokens in theme defaults and add missing interactive color variables
- Refactors theme CSS variables to derive light and dark values from the shared themeDefaults token map instead of hardcoded color literals.
- Adjusts dark background token values so secondary and tertiary surfaces align more consistently with the dark UI palette.
- Adds new theme variables for interactive states, focus ring, tooltip, link, code, selection, and scrollbar styling.
## 2026-04-04 - 3.54.0 - feat(media)
rename media tile components to thumbnail components and add shared thumbnail base exports