Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

Commit

Permalink
Add borer radii options and spacing tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettbear committed Oct 3, 2022
1 parent 11efc60 commit 6aed6aa
Showing 1 changed file with 94 additions and 2 deletions.
96 changes: 94 additions & 2 deletions src/figma/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -732,6 +732,94 @@
"textDecoration": "$textDecoration.none"
},
"type": "typography"
},
"spacing-0": {
"value": "0",
"type": "spacing"
},
"spacing-0_25": {
"value": "2",
"type": "spacing"
},
"spacing-0_5": {
"value": "4",
"type": "spacing"
},
"spacing-1": {
"value": "8",
"type": "spacing"
},
"spacing-1_5": {
"value": "12",
"type": "spacing"
},
"spacing-2": {
"value": "16",
"type": "spacing"
},
"spacing-3": {
"value": "24",
"type": "spacing"
},
"spacing-4": {
"value": "32",
"type": "spacing"
},
"spacing-5": {
"value": "40",
"type": "spacing"
},
"spacing-6": {
"value": "48",
"type": "spacing"
},
"spacing-7": {
"value": "56",
"type": "spacing"
},
"spacing-8": {
"value": "64",
"type": "spacing"
},
"spacing-9": {
"value": "72",
"type": "spacing"
},
"spacing-10": {
"value": "80",
"type": "spacing"
},
"none": {
"value": "0",
"type": "borderRadius"
},
"xs": {
"value": "2",
"type": "borderRadius"
},
"sm": {
"value": "4",
"type": "borderRadius"
},
"md": {
"value": "6",
"type": "borderRadius"
},
"lg": {
"value": "8",
"type": "borderRadius"
},
"xl": {
"value": "12",
"type": "borderRadius"
},
"circle": {
"value": "50%",
"type": "borderRadius"
},
"pill": {
"value": "999",
"type": "borderRadius"
}
},
"light": {
Expand Down Expand Up @@ -1476,6 +1564,10 @@
},
"$themes": [],
"$metadata": {
"tokenSetOrder": ["global", "light", "dark"]
"tokenSetOrder": [
"global",
"light",
"dark"
]
}
}
}

0 comments on commit 6aed6aa

Please sign in to comment.