Skip to content

Commit

Permalink
Add TU tag tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
aweell committed Mar 11, 2024
1 parent e4a6886 commit 50fe56a
Showing 1 changed file with 120 additions and 0 deletions.
120 changes: 120 additions & 0 deletions tokens/tu.json
Original file line number Diff line number Diff line change
Expand Up @@ -555,6 +555,66 @@
"type": "color",
"description": "white"
},
"tagTextPromo": {
"value": "{palette.blue}",
"type": "color",
"description": "blue"
},
"tagTextActive": {
"value": "{palette.blue}",
"type": "color",
"description": "blue"
},
"tagTextInactive": {
"value": "{palette.grey4}",
"type": "color",
"description": "grey4"
},
"tagTextSuccess": {
"value": "{palette.green75}",
"type": "color",
"description": "green75"
},
"tagTextWarning": {
"value": "{palette.orange70}",
"type": "color",
"description": "orange70"
},
"tagTextError": {
"value": "{palette.red70}",
"type": "color",
"description": "red70"
},
"tagBackgroundPromo": {
"value": "{palette.blue10}",
"type": "color",
"description": "blue10"
},
"tagBackgroundActive": {
"value": "{palette.blue10}",
"type": "color",
"description": "blue10"
},
"tagBackgroundInactive": {
"value": "{palette.grey2}",
"type": "color",
"description": "grey2"
},
"tagBackgroundSuccess": {
"value": "{palette.green10}",
"type": "color",
"description": "green10"
},
"tagBackgroundWarning": {
"value": "{palette.orange20}",
"type": "color",
"description": "orange20"
},
"tagBackgroundError": {
"value": "{palette.red10}",
"type": "color",
"description": "red10"
},
"overscroll": {
"value": "{palette.primary}",
"type": "color",
Expand Down Expand Up @@ -1117,6 +1177,66 @@
"type": "color",
"description": "darkModeBlack"
},
"tagTextPromo": {
"value": "{palette.blue30}",
"type": "color",
"description": "blue30"
},
"tagTextActive": {
"value": "{palette.blue30}",
"type": "color",
"description": "blue30"
},
"tagTextInactive": {
"value": "{palette.grey5}",
"type": "color",
"description": "grey5"
},
"tagTextSuccess": {
"value": "{palette.green40}",
"type": "color",
"description": "green40"
},
"tagTextWarning": {
"value": "{palette.orange55}",
"type": "color",
"description": "orange55"
},
"tagTextError": {
"value": "{palette.red40}",
"type": "color",
"description": "red40"
},
"tagBackgroundPromo": {
"value": "{palette.darkModeGrey6}",
"type": "color",
"description": "darkModeGrey6"
},
"tagBackgroundActive": {
"value": "{palette.darkModeGrey6}",
"type": "color",
"description": "darkModeGrey6"
},
"tagBackgroundInactive": {
"value": "{palette.darkModeGrey6}",
"type": "color",
"description": "darkModeGrey6"
},
"tagBackgroundSuccess": {
"value": "{palette.darkModeGrey6}",
"type": "color",
"description": "darkModeGrey6"
},
"tagBackgroundWarning": {
"value": "{palette.darkModeGrey6}",
"type": "color",
"description": "darkModeGrey6"
},
"tagBackgroundError": {
"value": "{palette.darkModeGrey6}",
"type": "color",
"description": "darkModeGrey6"
},
"overscroll": {
"value": "{palette.darkModeBlack}",
"type": "color",
Expand Down

0 comments on commit 50fe56a

Please sign in to comment.