42 lines
898 B
JSON
42 lines
898 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|
|
}
|