clear old assets, new ci/cd flow
This commit is contained in:
41
design-tokens/spacing.json
Normal file
41
design-tokens/spacing.json
Normal file
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"meta": {
|
||||
"description": "Kordant spacing scale — 4px base grid",
|
||||
"version": "1.0.0",
|
||||
"lastUpdated": "2026-05-26"
|
||||
},
|
||||
"scale": {
|
||||
"0": {
|
||||
"value": "0px",
|
||||
"description": "No spacing"
|
||||
},
|
||||
"xs": {
|
||||
"value": "4px",
|
||||
"description": "Tightest spacing — within components"
|
||||
},
|
||||
"sm": {
|
||||
"value": "8px",
|
||||
"description": "Small gaps — icon to text, tight lists"
|
||||
},
|
||||
"md": {
|
||||
"value": "16px",
|
||||
"description": "Default spacing — card padding, form fields"
|
||||
},
|
||||
"lg": {
|
||||
"value": "24px",
|
||||
"description": "Section spacing — between cards"
|
||||
},
|
||||
"xl": {
|
||||
"value": "32px",
|
||||
"description": "Large spacing — between sections"
|
||||
},
|
||||
"xxl": {
|
||||
"value": "48px",
|
||||
"description": "Page-level spacing"
|
||||
},
|
||||
"xxxl": {
|
||||
"value": "64px",
|
||||
"description": "Hero spacing, full section gaps"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user