UNPKG

handoff-app

Version:

Automated documentation toolchain for building client side documentation from figma

47 lines (46 loc) 853 B
{ "id": "radio", "group": "Forms", "options": { "exporter": { "search": "Radio", "supportedVariantProps": { "design": ["Theme", "State", "Activity"], "layout": ["Size"] } } }, "parts": [ { "id": "$", "tokens": [] }, { "id": "check", "tokens": [ { "from": "GROUP[name':: radio'] > RECTANGLE[name='body']", "export": ["SIZE", "SPACING"] } ] }, { "id": "thumb", "tokens": [ { "from": "GROUP[name=':: radio'] > ELLIPSE[name='on']", "export": ["SIZE", "FILL", "BORDER"] } ] }, { "id": "label", "tokens": [ { "from": "TEXT[name='Radio Label']", "export": ["TYPOGRAPHY", "FILL", "OPACITY"] } ] } ] }