Skip to content

Commit

Permalink
feat(data): Updated design tokens (#146)
Browse files Browse the repository at this point in the history
feat(data):
Adding Size tokens for 1300 and 1600
Also adding font size tokens 650, 750.
And adding profile initials typography tokens.
  • Loading branch information
github-actions[bot] authored Jan 10, 2022
1 parent 2da652d commit d7fa0bb
Show file tree
Hide file tree
Showing 2 changed files with 313 additions and 0 deletions.
111 changes: 111 additions & 0 deletions data/all.json
Original file line number Diff line number Diff line change
Expand Up @@ -684,6 +684,14 @@
"value": "80px",
"type": "sizing"
},
"1300": {
"value": "104px",
"type": "sizing"
},
"1600": {
"value": "128px",
"type": "sizing"
},
"025": {
"value": "2px",
"type": "sizing"
Expand Down Expand Up @@ -818,10 +826,18 @@
"value": "24px",
"type": "fontSizes"
},
"650": {
"value": "28px",
"type": "fontSizes"
},
"700": {
"value": "32px",
"type": "fontSizes"
},
"750": {
"value": "40px",
"type": "fontSizes"
},
"800": {
"value": "48px",
"type": "fontSizes"
Expand Down Expand Up @@ -1768,6 +1784,101 @@
}
}
},
"profile": {
"initials": {
"xs": {
"value": {
"fontFamily": "$fontFamilies.default",
"fontWeight": "$fontWeights.500",
"lineHeight": "$lineHeights.500",
"fontSize": "$fontSizes.010",
"letterSpacing": "0%",
"paragraphSpacing": "0",
"textDecoration": "none",
"textCase": "none"
},
"type": "typography"
},
"s": {
"value": {
"fontFamily": "$fontFamilies.default",
"fontWeight": "$fontWeights.500",
"lineHeight": "$lineHeights.500",
"fontSize": "$fontSizes.100",
"letterSpacing": "0%",
"paragraphSpacing": "0",
"textDecoration": "none",
"textCase": "none"
},
"type": "typography"
},
"m": {
"value": {
"fontFamily": "$fontFamilies.default",
"fontWeight": "$fontWeights.500",
"lineHeight": "$lineHeights.500",
"fontSize": "$fontSizes.300",
"letterSpacing": "0%",
"paragraphSpacing": "0",
"textDecoration": "none",
"textCase": "none"
},
"type": "typography"
},
"ml": {
"value": {
"fontFamily": "$fontFamilies.default",
"fontWeight": "$fontWeights.500",
"lineHeight": "$lineHeights.500",
"fontSize": "$fontSizes.600",
"letterSpacing": "0%",
"paragraphSpacing": "0",
"textDecoration": "none",
"textCase": "none"
},
"type": "typography"
},
"l": {
"value": {
"fontFamily": "$fontFamilies.default",
"fontWeight": "$fontWeights.500",
"lineHeight": "$lineHeights.500",
"fontSize": "$fontSizes.700",
"letterSpacing": "0%",
"paragraphSpacing": "0",
"textDecoration": "none",
"textCase": "none"
},
"type": "typography"
},
"xl": {
"value": {
"fontFamily": "$fontFamilies.default",
"fontWeight": "$fontWeights.500",
"lineHeight": "$lineHeights.500",
"fontSize": "$fontSizes.800",
"letterSpacing": "0%",
"paragraphSpacing": "0",
"textDecoration": "none",
"textCase": "none"
},
"type": "typography"
},
"xxl": {
"value": {
"fontFamily": "$fontFamilies.default",
"fontWeight": "$fontWeights.500",
"lineHeight": "$lineHeights.500",
"fontSize": "$fontSizes.900",
"letterSpacing": "0%",
"paragraphSpacing": "0",
"textDecoration": "none",
"textCase": "none"
},
"type": "typography"
}
}
},
"progressTracker": {
"valueLabel": {
"s": {
Expand Down
202 changes: 202 additions & 0 deletions data/base.json
Original file line number Diff line number Diff line change
Expand Up @@ -683,6 +683,14 @@
"value": "80px",
"type": "sizing"
},
"1300": {
"value": "104px",
"type": "sizing"
},
"1600": {
"value": "128px",
"type": "sizing"
},
"025": {
"value": "2px",
"type": "sizing"
Expand Down Expand Up @@ -817,10 +825,18 @@
"value": "24px",
"type": "fontSizes"
},
"650": {
"value": "28px",
"type": "fontSizes"
},
"700": {
"value": "32px",
"type": "fontSizes"
},
"750": {
"value": "40px",
"type": "fontSizes"
},
"800": {
"value": "48px",
"type": "fontSizes"
Expand Down Expand Up @@ -2357,6 +2373,192 @@
}
}
},
"profile": {
"initials": {
"xs": {
"fontFamily": {
"value": "Sage UI"
},
"fontWeight": {
"value": "Medium"
},
"lineHeight": {
"value": "150%"
},
"fontSize": {
"value": "10px"
},
"letterSpacing": {
"value": "0%"
},
"paragraphSpacing": {
"value": 0
},
"textDecoration": {
"value": "none"
},
"textCase": {
"value": "none"
}
},
"s": {
"fontFamily": {
"value": "Sage UI"
},
"fontWeight": {
"value": "Medium"
},
"lineHeight": {
"value": "150%"
},
"fontSize": {
"value": "14px"
},
"letterSpacing": {
"value": "0%"
},
"paragraphSpacing": {
"value": 0
},
"textDecoration": {
"value": "none"
},
"textCase": {
"value": "none"
}
},
"m": {
"fontFamily": {
"value": "Sage UI"
},
"fontWeight": {
"value": "Medium"
},
"lineHeight": {
"value": "150%"
},
"fontSize": {
"value": "18px"
},
"letterSpacing": {
"value": "0%"
},
"paragraphSpacing": {
"value": 0
},
"textDecoration": {
"value": "none"
},
"textCase": {
"value": "none"
}
},
"ml": {
"fontFamily": {
"value": "Sage UI"
},
"fontWeight": {
"value": "Medium"
},
"lineHeight": {
"value": "150%"
},
"fontSize": {
"value": "24px"
},
"letterSpacing": {
"value": "0%"
},
"paragraphSpacing": {
"value": 0
},
"textDecoration": {
"value": "none"
},
"textCase": {
"value": "none"
}
},
"l": {
"fontFamily": {
"value": "Sage UI"
},
"fontWeight": {
"value": "Medium"
},
"lineHeight": {
"value": "150%"
},
"fontSize": {
"value": "32px"
},
"letterSpacing": {
"value": "0%"
},
"paragraphSpacing": {
"value": 0
},
"textDecoration": {
"value": "none"
},
"textCase": {
"value": "none"
}
},
"xl": {
"fontFamily": {
"value": "Sage UI"
},
"fontWeight": {
"value": "Medium"
},
"lineHeight": {
"value": "150%"
},
"fontSize": {
"value": "48px"
},
"letterSpacing": {
"value": "0%"
},
"paragraphSpacing": {
"value": 0
},
"textDecoration": {
"value": "none"
},
"textCase": {
"value": "none"
}
},
"xxl": {
"fontFamily": {
"value": "Sage UI"
},
"fontWeight": {
"value": "Medium"
},
"lineHeight": {
"value": "150%"
},
"fontSize": {
"value": "56px"
},
"letterSpacing": {
"value": "0%"
},
"paragraphSpacing": {
"value": 0
},
"textDecoration": {
"value": "none"
},
"textCase": {
"value": "none"
}
}
}
},
"progressTracker": {
"valueLabel": {
"s": {
Expand Down

0 comments on commit d7fa0bb

Please sign in to comment.