design system token v0.5

This commit is contained in:
Juan
2026-04-16 10:58:11 -05:00
parent c4cc5a78b9
commit b8168261a1
7 changed files with 12 additions and 12 deletions

View File

@@ -405,7 +405,7 @@ export const COMPONENT_CATALOG: ComponentSpec[] = [
file: 'components/ui/section.tsx',
category: 'composition',
exports: ['Section', 'sectionVariants'],
description: 'Titled content section with spacing. py-16 between sections.',
description: 'Titled content section with spacing. py-10 internal padding. Colored variants (highlighted, accent) get my-8 vertical margin so they visually detach from adjacent sections; default has no margin so same-bg siblings flow seamlessly.',
props: 'variant?: "default" | "highlighted" | "accent"; width?: "narrow" | "default" | "wide" | "full"; title?: string; description?: string',
example: '<Section title="Features" description="What we offer" width="wide">Content</Section>',
},