feat(#248): add TagDeleteGuard component and brand-warning CSS token

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Marcel
2026-04-16 23:34:29 +02:00
parent 4d670de156
commit f1889ff20c
3 changed files with 158 additions and 0 deletions

View File

@@ -70,6 +70,10 @@
--color-danger: var(--c-danger);
--color-danger-fg: var(--c-danger-fg);
/* Warning — amber, WCAG AA on white */
--color-warning: #b45309;
--color-warning-fg: #ffffff;
/* Static brand tokens (not themed) */
--color-brand-navy: var(--palette-navy);
--color-brand-mint: var(--palette-mint);