chore: release v0.20.30

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Ulas Kalayci
2026-04-20 10:53:56 +02:00
parent 24dca4ed19
commit 66f4cda41b
5 changed files with 19 additions and 6 deletions
+5 -2
View File
@@ -759,7 +759,8 @@
cursor: pointer;
transition:
transform var(--transition-fast),
box-shadow var(--transition-fast);
box-shadow var(--transition-fast),
background-color var(--transition-fast);
}
.card--interactive:hover {
@@ -768,7 +769,9 @@
}
.card--interactive:active {
transform: scale(0.99);
transform: scale(0.98);
background-color: var(--color-surface-3);
box-shadow: var(--shadow-sm);
}
.card--interactive:focus-visible {
+2 -1
View File
@@ -65,6 +65,7 @@
--color-bg: var(--neutral-100);
--_color-surface: #FFFFFF;
--color-surface: var(--_color-surface);
/* surface-2: recessed/vertieft (dunkler als bg in dark mode — kein Elevations-Token) */
--color-surface-2: var(--neutral-50);
--_color-surface-3: var(--_neutral-150);
--color-surface-3: var(--_color-surface-3);
@@ -243,7 +244,7 @@
/* Size-Skala */
--text-xs: 0.75rem; /* 12px - Minimum, Captions, Badges, Nav-Labels */
--text-sm: 0.8125rem; /* 13px - Small/Secondary */
--text-base: 0.875rem; /* 14px - Body (Desktop), kompakter */
--text-base: 0.9375rem; /* 15px - Body (Desktop) */
--text-md: 1rem; /* 16px - Body (Mobile), Inputs */
--text-lg: 1.125rem; /* 18px - Section-Title */
--text-xl: 1.25rem; /* 20px - Subtitle */