clear old assets, new ci/cd flow

This commit is contained in:
2026-05-26 11:54:41 -04:00
parent 82815009c9
commit 72609755f8
87 changed files with 4132 additions and 7158 deletions

View 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"
}
}
}