docs: CLAUDE.md Theme-Referenz forest → skylight
Some checks are pending
CI / validate (push) Waiting to run

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Till JS 2026-05-25 18:13:55 +02:00
parent a2bf419a4f
commit 23127d1532

View file

@ -111,9 +111,10 @@ Cards zieht alle Shared-Pakete aus Verdaccio (`pkg.mana.how`):
- `@mana/shared-icons`, `@mana/shared-i18n`, `@mana/shared-theme`,
`@mana/shared-tailwind` — UI-Building-Blocks (kein Code-Duplikat
aus mana-monorepo)
- `@mana/themes` (`^0.1.0`) — `forest`-Variant aus 12-Token-System
(siehe `mana/docs/THEMING.md`); aktiviert via `data-theme="forest"`
in `app.html` + `@import` in `app.css`
- `@mana/themes``skylight`-Variant (Sky-Blue, seit 2026-05-25,
passend zum blauen Doppel-W-Logo; vorher `forest`/grün) aus dem
12-Token-System (siehe `mana/docs/THEMING.md`); aktiviert via
`data-theme="skylight"` (FOUC-Snippet in `app.html`) + `@import` in `app.css`
- `@mana/shared-ui-2` (`^0.1.0` seit 2026-05-09) — Greenfield-
Komponenten mit strikter 12-Token-Disziplin. Cards konsumiert
heute `PillTabGroup` (im Header für Routen-Nav + DE/EN-Switcher).