clear old assets, new ci/cd flow
This commit is contained in:
41
design-tokens/shadows.json
Normal file
41
design-tokens/shadows.json
Normal file
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"meta": {
|
||||
"description": "Kordant shadow definitions",
|
||||
"version": "1.0.0",
|
||||
"lastUpdated": "2026-05-26"
|
||||
},
|
||||
"scale": {
|
||||
"sm": {
|
||||
"x": "0",
|
||||
"y": "1",
|
||||
"blur": "2",
|
||||
"spread": "0",
|
||||
"color": "rgba(0, 0, 0, 0.05)",
|
||||
"description": "Subtle elevation — inputs, chips"
|
||||
},
|
||||
"md": {
|
||||
"x": "0",
|
||||
"y": "4",
|
||||
"blur": "6",
|
||||
"spread": "-1",
|
||||
"color": "rgba(0, 0, 0, 0.1)",
|
||||
"description": "Card elevation — default cards"
|
||||
},
|
||||
"lg": {
|
||||
"x": "0",
|
||||
"y": "10",
|
||||
"blur": "15",
|
||||
"spread": "-3",
|
||||
"color": "rgba(0, 0, 0, 0.1)",
|
||||
"description": "Modal elevation — dropdowns, menus"
|
||||
},
|
||||
"xl": {
|
||||
"x": "0",
|
||||
"y": "20",
|
||||
"blur": "25",
|
||||
"spread": "-5",
|
||||
"color": "rgba(0, 0, 0, 0.15)",
|
||||
"description": "Dialog elevation — modals, tooltips"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user