Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Finish checkbox #636

Closed
wants to merge 11 commits into from
2 changes: 1 addition & 1 deletion packages/figma-design-tokens/input/tokens/$themes.json
Original file line number Diff line number Diff line change
Expand Up @@ -3239,4 +3239,4 @@
"🔷 ErrorMsg": "c53a483d2440f5df0047daa2e6da82e2c610b3a8"
}
}
]
]
54 changes: 24 additions & 30 deletions packages/figma-design-tokens/input/tokens/sizeVariants/CMP.json
Original file line number Diff line number Diff line change
Expand Up @@ -207,57 +207,51 @@
}
}
},
"Forms": {
"Checkbox": {
"SM": {
"Control": {
"Navigation": {
"TabBar": {
"Tab": {
"SM": {
"Icon": {
"value": "SM",
"value": "XS",
"type": "componentConfig",
"description": "Defines which size-variant of the Icon Component should be used. (The default dimensions might be overrridden with a sizing token.)"
}
}
},
"MD": {
"Control": {
},
"MD": {
"Icon": {
"value": "SM",
"type": "componentConfig",
"description": "Defines which size-variant of the Icon Component should be used. (The default dimensions might be overrridden with a sizing token.)"
}
}
},
"LG": {
"Control": {
},
"LG": {
"Icon": {
"value": "MD",
"value": "SM",
"type": "componentConfig",
"description": "Defines which size-variant of the Icon Component should be used. (The default dimensions might be overrridden with a sizing token.)"
}
}
}
}
},
"Navigation": {
"TabBar": {
"Tab": {
"SM": {
"Icon": {
"value": "XS",
}
},
"Forms": {
"Checkbox": {
"Control": {
"Icon": {
"SizeVariant": {
"SM": {
"value": "SM",
"type": "componentConfig",
"description": "Defines which size-variant of the Icon Component should be used. (The default dimensions might be overrridden with a sizing token.)"
}
},
"MD": {
"Icon": {
},
"MD": {
"value": "SM",
"type": "componentConfig",
"description": "Defines which size-variant of the Icon Component should be used. (The default dimensions might be overrridden with a sizing token.)"
}
},
"LG": {
"Icon": {
"value": "SM",
},
"LG": {
"value": "MD",
"type": "componentConfig",
"description": "Defines which size-variant of the Icon Component should be used. (The default dimensions might be overrridden with a sizing token.)"
}
Expand Down
Loading
Loading