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

Commit

Permalink
Fixing wrong token mappings & Naming Typo for Typography (#144)
Browse files Browse the repository at this point in the history
* fixing wrong mappings & Naming Typo

* Moving additional tests to another branch fixing lint issues

Co-authored-by: georgewrmarshall <[email protected]>
  • Loading branch information
Akatori-Design and georgewrmarshall authored May 20, 2022
1 parent 7636e88 commit 9ec29a1
Showing 1 changed file with 15 additions and 14 deletions.
29 changes: 15 additions & 14 deletions src/figma/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@
},
"type": "typography"
},
"L-Heading-LG-": {
"L-Heading-LG": {
"value": {
"fontFamily": "$fontFamilies.euclid-circular-b",
"fontWeight": "$fontWeights.euclid-circular-b-1",
Expand Down Expand Up @@ -569,7 +569,7 @@
"value": {
"fontFamily": "$fontFamilies.euclid-circular-b",
"fontWeight": "$fontWeights.euclid-circular-b-1",
"lineHeight": "$lineHeights.0",
"lineHeight": "$lineHeights.1",
"fontSize": "$fontSize.6",
"letterSpacing": "$letterSpacing.0",
"paragraphSpacing": "$paragraphSpacing.0",
Expand All @@ -578,11 +578,11 @@
},
"type": "typography"
},
"S-Heading-LG-": {
"S-Heading-LG": {
"value": {
"fontFamily": "$fontFamilies.euclid-circular-b",
"fontWeight": "$fontWeights.euclid-circular-b-1",
"lineHeight": "$lineHeights.1",
"lineHeight": "$lineHeights.2",
"fontSize": "$fontSize.5",
"letterSpacing": "$letterSpacing.0",
"paragraphSpacing": "$paragraphSpacing.0",
Expand All @@ -595,7 +595,7 @@
"value": {
"fontFamily": "$fontFamilies.euclid-circular-b",
"fontWeight": "$fontWeights.euclid-circular-b-1",
"lineHeight": "$lineHeights.2",
"lineHeight": "$lineHeights.3",
"fontSize": "$fontSize.4",
"letterSpacing": "$letterSpacing.0",
"paragraphSpacing": "$paragraphSpacing.0",
Expand All @@ -608,7 +608,7 @@
"value": {
"fontFamily": "$fontFamilies.euclid-circular-b",
"fontWeight": "$fontWeights.euclid-circular-b-1",
"lineHeight": "$lineHeights.2",
"lineHeight": "$lineHeights.3",
"fontSize": "$fontSize.3",
"letterSpacing": "$letterSpacing.0",
"paragraphSpacing": "$paragraphSpacing.0",
Expand All @@ -621,7 +621,7 @@
"value": {
"fontFamily": "$fontFamilies.euclid-circular-b",
"fontWeight": "$fontWeights.euclid-circular-b-2",
"lineHeight": "$lineHeights.2",
"lineHeight": "$lineHeights.3",
"fontSize": "$fontSize.3",
"letterSpacing": "$letterSpacing.0",
"paragraphSpacing": "$paragraphSpacing.0",
Expand All @@ -633,8 +633,8 @@
"S-Body-MD-Bold": {
"value": {
"fontFamily": "$fontFamilies.euclid-circular-b",
"fontWeight": "$fontWeights.euclid-circular-b-2",
"lineHeight": "$lineHeights.3",
"fontWeight": "$fontWeights.euclid-circular-b-1",
"lineHeight": "$lineHeights.4",
"fontSize": "$fontSize.2",
"letterSpacing": "$letterSpacing.0",
"paragraphSpacing": "$paragraphSpacing.0",
Expand All @@ -647,7 +647,7 @@
"value": {
"fontFamily": "$fontFamilies.euclid-circular-b",
"fontWeight": "$fontWeights.euclid-circular-b-2",
"lineHeight": "$lineHeights.3",
"lineHeight": "$lineHeights.4",
"fontSize": "$fontSize.2",
"letterSpacing": "$letterSpacing.0",
"paragraphSpacing": "$paragraphSpacing.0",
Expand All @@ -660,7 +660,7 @@
"value": {
"fontFamily": "$fontFamilies.euclid-circular-b",
"fontWeight": "$fontWeights.euclid-circular-b-1",
"lineHeight": "$lineHeights.4",
"lineHeight": "$lineHeights.5",
"fontSize": "$fontSize.1",
"letterSpacing": "$letterSpacing.1",
"paragraphSpacing": "$paragraphSpacing.0",
Expand All @@ -673,7 +673,7 @@
"value": {
"fontFamily": "$fontFamilies.euclid-circular-b",
"fontWeight": "$fontWeights.euclid-circular-b-2",
"lineHeight": "$lineHeights.4",
"lineHeight": "$lineHeights.5",
"fontSize": "$fontSize.1",
"letterSpacing": "$letterSpacing.1",
"paragraphSpacing": "$paragraphSpacing.0",
Expand All @@ -686,7 +686,7 @@
"value": {
"fontFamily": "$fontFamilies.euclid-circular-b",
"fontWeight": "$fontWeights.euclid-circular-b-2",
"lineHeight": "$lineHeights.5",
"lineHeight": "$lineHeights.6",
"fontSize": "$fontSize.0",
"letterSpacing": "$letterSpacing.1",
"paragraphSpacing": "$paragraphSpacing.0",
Expand Down Expand Up @@ -1177,5 +1177,6 @@
}
}
}
}
},
"$themes": []
}

0 comments on commit 9ec29a1

Please sign in to comment.