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

Commit

Permalink
fix naming
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettbear committed Oct 3, 2022
1 parent 6aed6aa commit af80428
Showing 1 changed file with 90 additions and 86 deletions.
176 changes: 90 additions & 86 deletions src/figma/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -733,93 +733,97 @@
},
"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"
"spacing": {
"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"
}
},
"pill": {
"value": "999",
"type": "borderRadius"
"borderRadius": {
"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

0 comments on commit af80428

Please sign in to comment.