Skip to content

Commit

Permalink
feat(tokens): adds checkbox stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
m-nti committed May 11, 2023
1 parent abc575f commit 69c50c0
Showing 1 changed file with 72 additions and 62 deletions.
134 changes: 72 additions & 62 deletions packages/figma-design-tokens/input/tokens/semantics/BLR_CMP.json
Original file line number Diff line number Diff line change
Expand Up @@ -512,73 +512,77 @@
"ItemSpacing": {
"value": "{core.dimensionPX.4}",
"type": "spacing"
}
},
"Background": {
"Unselected": {
"Rest": {
"value": "{core.dimensionPX.16}",
"type": "sizing"
}
},
"Background": {
"Unselected": {
"Rest": {
"value": "{core.dimensionPX.16}",
"type": "sizing"
}
"Selected": {
"Rest": {
"value": "{core.dimensionPX.16}",
"type": "sizing"
},
"Hover": {
"value": "{core.dimensionPX.16}",
"type": "sizing"
},
"Pressed": {
"value": "{core.dimensionPX.16}",
"type": "sizing"
},
"Selected": {
"Rest": {
"value": "{core.dimensionPX.16}",
"type": "sizing"
},
"Hover": {
"value": "{core.dimensionPX.16}",
"type": "sizing"
},
"Pressed": {
"value": "{core.dimensionPX.16}",
"type": "sizing"
},
"Focus": {
"value": "{core.dimensionPX.16}",
"type": "sizing"
},
"Disabled": {
"value": "{core.dimensionPX.16}",
"type": "sizing"
},
"ReadOnly": {
"value": "{core.dimensionPX.16}",
"type": "sizing"
}
"Focus": {
"value": "{core.dimensionPX.16}",
"type": "sizing"
},
"Disabled": {
"value": "{core.dimensionPX.16}",
"type": "sizing"
},
"ReadOnly": {
"value": "{core.dimensionPX.16}",
"type": "sizing"
}
}
},
"Foreground": {
"Unselected": {
"Rest": {
"value": "{core.dimensionPX.14}",
"type": "sizing"
},
"Hover": {
"value": "{core.dimensionPX.14}",
"type": "sizing"
}
},
"Foreground": {
"Unselected": {
"Rest": {
"value": "{core.dimensionPX.14}",
"type": "sizing"
}
"Selected": {
"Rest": {
"value": "{core.dimensionPX.6}",
"type": "sizing"
},
"Hover": {
"value": "{core.dimensionPX.8}",
"type": "sizing"
},
"Pressed": {
"value": "{core.dimensionPX.10}",
"type": "sizing"
},
"Focus": {
"value": "{core.dimensionPX.6}",
"type": "sizing"
},
"Selected": {
"Rest": {
"value": "{core.dimensionPX.6}",
"type": "sizing"
},
"Hover": {
"value": "{core.dimensionPX.8}",
"type": "sizing"
},
"Pressed": {
"value": "{core.dimensionPX.10}",
"type": "sizing"
},
"Focus": {
"value": "{core.dimensionPX.6}",
"type": "sizing"
},
"Disabled": {
"value": "{core.dimensionPX.6}",
"type": "sizing"
},
"ReadOnly": {
"value": "{core.dimensionPX.6}",
"type": "sizing"
}
"Disabled": {
"value": "{core.dimensionPX.6}",
"type": "sizing"
},
"ReadOnly": {
"value": "{core.dimensionPX.6}",
"type": "sizing"
}
}
},
Expand All @@ -599,6 +603,12 @@
"value": "{core.borderRadius.Round}",
"type": "borderRadius"
}
},
"Checkbox": {
"ControlBorderRadius": {
"value": "{core.borderRadius.MD}",
"type": "borderRadius"
}
}
}
}

0 comments on commit 69c50c0

Please sign in to comment.