Skip to content

Commit

Permalink
fix: renames checkbox config tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
larserbach committed Nov 21, 2023
1 parent e79dec2 commit 990b818
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 31 deletions.
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

0 comments on commit 990b818

Please sign in to comment.