handoff-app
Version:
Automated documentation toolchain for building client side documentation from figma
51 lines (50 loc) • 1.01 kB
JSON
{
"id": "switch",
"group": "Forms",
"options": {
"exporter": {
"search": "Switch",
"supportedVariantProps": {
"design": ["Theme", "State", "Activity"],
"layout": ["Size"]
}
}
},
"parts": [
{
"id": "$",
"tokens": [
{
"from": "$",
"export": ["SPACING"]
},
{
"from": "GROUP[name=':: switch']",
"export": ["OPACITY"]
},
{
"from": "GROUP[name=':: switch'] > RECTANGLE[name='body']",
"export": ["BACKGROUND", "SIZE", "BORDER", "EFFECT"]
}
]
},
{
"id": "thumb",
"tokens": [
{
"from": "GROUP[name=':: switch'] > ELLIPSE[name='${Activity}']",
"export": ["FILL", "BORDER", "SIZE"]
}
]
},
{
"id": "label",
"tokens": [
{
"from": "TEXT[name='Switch Label']",
"export": ["TYPOGRAPHY", "COLOR", "OPACITY"]
}
]
}
]
}