diff --git a/tokens/tu.json b/tokens/tu.json index dafb7d5eb6..9a1100547d 100644 --- a/tokens/tu.json +++ b/tokens/tu.json @@ -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", @@ -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",