handoff-app
Version:
Automated documentation toolchain for building client side documentation from figma
34 lines (33 loc) • 706 B
JSON
{
"views": {
"overview": {
"condition": {
"State": ["default", "error", "disabled"],
"Theme": "light",
"Size": ""
},
"sort": ["State", "Size"]
},
"tokens": {
"condition": {
"State": {
"default": {
"State": ["default", "hover", "active"],
"Theme": "light"
},
"error": {
"State": ["error", "hover", "active"],
"Theme": "light"
},
"disabled": {
"State": ["disabled", "hover"],
"Theme": "light"
}
},
"Theme": "light",
"Size": [""]
},
"sort": ["State", "Size"]
}
}
}