Skip to content

Commit

Permalink
feat(data): Updated design tokens (#137)
Browse files Browse the repository at this point in the history
feat(data): reordered colors.action.major.025 to sit in the right place in the UI. Added typography tokens for progressTracker.valueLabel
  • Loading branch information
github-actions[bot] authored Dec 9, 2021
1 parent df772be commit 70bff54
Show file tree
Hide file tree
Showing 2 changed files with 96 additions and 10 deletions.
53 changes: 48 additions & 5 deletions data/all.json
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,11 @@
"value": "#004D2A",
"type": "color"
},
"025": {
"value": "#F2F9F6",
"description": "Currently only used on Tile Select",
"type": "color"
},
"transparent": {
"value": "$colors.transparent",
"type": "color"
Expand Down Expand Up @@ -284,11 +289,6 @@
"value": "$colors.yang.100",
"type": "color"
}
},
"025": {
"value": "#F2F9F6",
"description": "Currently only used on Tile Select",
"type": "color"
}
},
"minor": {
Expand Down Expand Up @@ -1736,6 +1736,49 @@
}
}
},
"progressTracker": {
"valueLabel": {
"m": {
"value": {
"fontFamily": "$fontFamilies.default",
"fontWeight": "$fontWeights.500",
"lineHeight": "$lineHeights.500",
"fontSize": "$fontSizes.100",
"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"
},
"l": {
"value": {
"fontFamily": "$fontFamilies.default",
"fontWeight": "$fontWeights.500",
"lineHeight": "$lineHeights.500",
"fontSize": "$fontSizes.100",
"letterSpacing": "0%",
"paragraphSpacing": "0",
"textDecoration": "none",
"textCase": "none"
},
"type": "typography"
}
}
},
"switch": {
"optionLabel": {
"m": {
Expand Down
53 changes: 48 additions & 5 deletions data/base.json
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,11 @@
"value": "#004D2A",
"type": "color"
},
"025": {
"value": "#F2F9F6",
"description": "Currently only used on Tile Select",
"type": "color"
},
"transparent": {
"value": "$colors.transparent",
"type": "color"
Expand Down Expand Up @@ -283,11 +288,6 @@
"value": "$colors.yang.100",
"type": "color"
}
},
"025": {
"value": "#F2F9F6",
"description": "Currently only used on Tile Select",
"type": "color"
}
},
"minor": {
Expand Down Expand Up @@ -1735,6 +1735,49 @@
}
}
},
"progressTracker": {
"valueLabel": {
"m": {
"value": {
"fontFamily": "$fontFamilies.default",
"fontWeight": "$fontWeights.500",
"lineHeight": "$lineHeights.500",
"fontSize": "$fontSizes.100",
"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"
},
"l": {
"value": {
"fontFamily": "$fontFamilies.default",
"fontWeight": "$fontWeights.500",
"lineHeight": "$lineHeights.500",
"fontSize": "$fontSizes.100",
"letterSpacing": "0%",
"paragraphSpacing": "0",
"textDecoration": "none",
"textCase": "none"
},
"type": "typography"
}
}
},
"switch": {
"optionLabel": {
"m": {
Expand Down

0 comments on commit 70bff54

Please sign in to comment.