Skip to content

Commit

Permalink
feat(data): correct token referencing for typography.drawer.paragraph…
Browse files Browse the repository at this point in the history
….m, typography.link.text.l, typography.sidebar.paragraph. (all sizes)
  • Loading branch information
clairedenning committed May 26, 2022
1 parent 0bcfbec commit 8020a62
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions data/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -2034,7 +2034,7 @@
"fontFamily": "$fontFamilies.default",
"fontWeight": "$fontWeights.400",
"lineHeight": "$lineHeights.400",
"fontSize": "$fontSize.100",
"fontSize": "$fontSizes.100",
"letterSpacing": "0%",
"paragraphSpacing": "0",
"textDecoration": "none",
Expand Down Expand Up @@ -2473,7 +2473,7 @@
"l": {
"value": {
"fontFamily": "$fontFamilies.default",
"fontWeight": "$fontWeight.400",
"fontWeight": "$fontWeights.400",
"lineHeight": "$lineHeights.500",
"fontSize": "$fontSizes.200",
"letterSpacing": "0%",
Expand Down Expand Up @@ -3178,7 +3178,7 @@
"fontFamily": "$fontFamilies.default",
"fontWeight": "$fontWeights.400",
"lineHeight": "$lineHeights.400",
"fontSize": "$fontSize.100",
"fontSize": "$fontSizes.100",
"letterSpacing": "0%",
"paragraphSpacing": "0",
"textDecoration": "none",
Expand All @@ -3191,7 +3191,7 @@
"fontFamily": "$fontFamilies.default",
"fontWeight": "$fontWeights.400",
"lineHeight": "$lineHeights.400",
"fontSize": "$fontSize.100",
"fontSize": "$fontSizes.100",
"letterSpacing": "0%",
"paragraphSpacing": "0",
"textDecoration": "none",
Expand All @@ -3204,7 +3204,7 @@
"fontFamily": "$fontFamilies.default",
"fontWeight": "$fontWeights.400",
"lineHeight": "$lineHeights.400",
"fontSize": "$fontSize.100",
"fontSize": "$fontSizes.100",
"letterSpacing": "0%",
"paragraphSpacing": "0",
"textDecoration": "none",
Expand All @@ -3217,7 +3217,7 @@
"fontFamily": "$fontFamilies.default",
"fontWeight": "$fontWeights.400",
"lineHeight": "$lineHeights.400",
"fontSize": "$fontSize.100",
"fontSize": "$fontSizes.100",
"letterSpacing": "0%",
"paragraphSpacing": "0",
"textDecoration": "none",
Expand All @@ -3230,7 +3230,7 @@
"fontFamily": "$fontFamilies.default",
"fontWeight": "$fontWeights.400",
"lineHeight": "$lineHeights.400",
"fontSize": "$fontSize.100",
"fontSize": "$fontSizes.100",
"letterSpacing": "0%",
"paragraphSpacing": "0",
"textDecoration": "none",
Expand All @@ -3243,7 +3243,7 @@
"fontFamily": "$fontFamilies.default",
"fontWeight": "$fontWeights.400",
"lineHeight": "$lineHeights.400",
"fontSize": "$fontSize.100",
"fontSize": "$fontSizes.100",
"letterSpacing": "0%",
"paragraphSpacing": "0",
"textDecoration": "none",
Expand All @@ -3256,7 +3256,7 @@
"fontFamily": "$fontFamilies.default",
"fontWeight": "$fontWeights.400",
"lineHeight": "$lineHeights.400",
"fontSize": "$fontSize.100",
"fontSize": "$fontSizes.100",
"letterSpacing": "0%",
"paragraphSpacing": "0",
"textDecoration": "none",
Expand Down Expand Up @@ -5204,5 +5204,6 @@
"description": "Used in figma to give validation bars negative spacing. Not for developers."
}
}
}
},
"$themes": []
}

0 comments on commit 8020a62

Please sign in to comment.