handoff-app
Version:
Automated documentation toolchain for building client side documentation from figma
73 lines (72 loc) • 1.37 kB
JSON
{
"id": "select",
"group": "Forms",
"options": {
"exporter": {
"search": "Select",
"supportedVariantProps": {
"design": ["Theme", "State"],
"layout": ["Size"]
}
}
},
"parts": [
{
"id": "$",
"tokens": [
{
"from": "FRAME[name=':: select']",
"export": ["BACKGROUND", "SPACING", "BORDER", "EFFECT"]
}
]
},
{
"id": "label",
"tokens": [
{
"from": "$",
"export": ["SPACING"]
},
{
"from": "TEXT[name='Select Label']",
"export": ["TYPOGRAPHY", "FILL"]
}
]
},
{
"id": "option",
"tokens": [
{
"from": "TEXT[name='Select Option']",
"export": ["TYPOGRAPHY", "FILL"]
}
]
},
{
"id": "icon",
"tokens": [
{
"from": "INSTANCE[name='Caret']",
"export": ["SIZE"]
},
{
"from": "FRAME[name=':: select'] > RECTANGLE[name='color']",
"export": ["FILL"]
}
]
},
{
"id": "additionalInfo",
"tokens": [
{
"from": "$",
"export": ["SPACING"]
},
{
"from": "TEXT[name='Additional Info']",
"export": ["TYPOGRAPHY", "FILL"]
}
]
}
]
}