mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-23 00:26:41 +02:00
Follow-up to the shared-packages migration. Covers 61 more files across the mana web app (lib/components, lib/modules, routes) and the same handful of packages, including surface / error / success / warning tokens that were missed in the first pass. Two patterns migrated: 1. hsl(var(--X[, raw-channels])) → hsl(var(--color-X[, raw-channels])) 2. var(--X, #hex) → hsl(var(--color-X)) (the hex fallback was only doing work because the CSS var was undefined; now that the theme resolves cleanly, the fallback is unnecessary and actively wrong — it never tracked the active theme) Module-literal accents (news-research's #0891b2 / #10b981) left untouched per the themes.css convention for brand-semantic colors. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| [id] | ||
| archive | ||
| templates | ||
| +layout.svelte | ||
| +page.svelte | ||