feat: Implement foundational UI components (Button, Card) and layout components (Section, Container), updating design tokens, styling, and documentation.

This commit is contained in:
1elle1
2026-02-01 14:13:39 +01:00
parent f7ac3d6a99
commit 643231b7b0
12 changed files with 357 additions and 55 deletions

View File

@@ -43,6 +43,11 @@
--line-height-normal: 1.5;
--line-height-relaxed: 1.75;
/* Letter Spacing - Placeholders */
--letter-spacing-tight: -0.01em;
--letter-spacing-normal: 0em;
--letter-spacing-wide: 0.05em;
/* Spacing - Placeholders */
--spacing-xs: 0.25rem;
--spacing-sm: 0.5rem;
@@ -79,6 +84,11 @@
--z-modal: 400;
--z-popover: 500;
--z-tooltip: 600;
/* Layout - Placeholders */
--container-max-width: 80rem;
--container-padding-x: clamp(1rem, 5vw, 2rem);
--section-spacing-y: var(--spacing-3xl);
}
/*