feat: Implement foundational UI components (Button, Card) and layout components (Section, Container), updating design tokens, styling, and documentation.
This commit is contained in:
@@ -91,5 +91,15 @@
|
||||
"modal": 400,
|
||||
"popover": 500,
|
||||
"tooltip": 600
|
||||
},
|
||||
"letterSpacing": {
|
||||
"tight": "-0.01em",
|
||||
"normal": "0em",
|
||||
"wide": "0.05em"
|
||||
},
|
||||
"layout": {
|
||||
"containerMaxWidth": "80rem",
|
||||
"containerPaddingX": "clamp(1rem, 5vw, 2rem)",
|
||||
"sectionSpacingY": "4rem"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user