Skip to content

Commit

Permalink
Merge pull request #334 from Sage/230921-DS-loaderTypography1051
Browse files Browse the repository at this point in the history
feat(data): typography for loader
  • Loading branch information
ljemmo authored Sep 21, 2023
2 parents cfbbb73 + b61ced5 commit 6339796
Showing 1 changed file with 56 additions and 0 deletions.
56 changes: 56 additions & 0 deletions data/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -3423,6 +3423,62 @@
}
}
},
"loader": {
"message": {
"s": {
"value": {
"fontFamily": "$fontFamilies.default",
"fontWeight": "$fontWeights.400",
"lineHeight": "$lineHeights.500",
"fontSize": "$fontSizes.100",
"letterSpacing": "0%",
"paragraphSpacing": "0",
"textDecoration": "none",
"textCase": "none"
},
"type": "typography"
},
"m": {
"value": {
"fontFamily": "$fontFamilies.default",
"fontWeight": "$fontWeights.400",
"lineHeight": "$lineHeights.500",
"fontSize": "$fontSizes.100",
"letterSpacing": "0%",
"paragraphSpacing": "0",
"textDecoration": "none",
"textCase": "none"
},
"type": "typography"
},
"l": {
"value": {
"fontFamily": "$fontFamilies.default",
"fontWeight": "$fontWeights.400",
"lineHeight": "$lineHeights.500",
"fontSize": "$fontSizes.100",
"letterSpacing": "0%",
"paragraphSpacing": "0",
"textDecoration": "none",
"textCase": "none"
},
"type": "typography"
},
"xl": {
"value": {
"fontFamily": "$fontFamilies.default",
"fontWeight": "$fontWeights.400",
"lineHeight": "$lineHeights.500",
"fontSize": "$fontSizes.100",
"letterSpacing": "0%",
"paragraphSpacing": "0",
"textDecoration": "none",
"textCase": "none"
},
"type": "typography"
}
}
},
"menu": {
"label": {
"m": {
Expand Down

0 comments on commit 6339796

Please sign in to comment.