Skip to content

Commit

Permalink
Added spacing primitive tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
theadamparker committed Nov 13, 2024
1 parent b128df8 commit 34d8814
Showing 1 changed file with 55 additions and 5 deletions.
60 changes: 55 additions & 5 deletions figma-tokens/input/tokens.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"global": {
"primitive-tokens": {
"black": {
"value": "#000000",
"type": "color"
Expand All @@ -8,9 +8,59 @@
"value": "#ffffff",
"type": "color"
},
"01": {
"value": "1",
"type": "spacing"
"spacing": {
"10": {
"value": "64",
"type": "spacing"
},
"11": {
"value": "80",
"type": "spacing"
},
"12": {
"value": "96",
"type": "spacing"
},
"13": {
"value": "160",
"type": "spacing"
},
"01": {
"value": "2",
"type": "spacing"
},
"02": {
"value": "4",
"type": "spacing"
},
"03": {
"value": "8",
"type": "spacing"
},
"04": {
"value": "12",
"type": "spacing"
},
"05": {
"value": "16",
"type": "spacing"
},
"06": {
"value": "24",
"type": "spacing"
},
"07": {
"value": "32",
"type": "spacing"
},
"08": {
"value": "40",
"type": "spacing"
},
"09": {
"value": "48",
"type": "spacing"
}
}
},
"Functional Tokens": {
Expand All @@ -22,7 +72,7 @@
"$themes": [],
"$metadata": {
"tokenSetOrder": [
"global",
"primitive-tokens",
"Functional Tokens"
]
}
Expand Down

0 comments on commit 34d8814

Please sign in to comment.