From 66abf6118161456c13c271911191b14fa887103a Mon Sep 17 00:00:00 2001 From: Alex Bueno <44420072+aweell@users.noreply.github.com> Date: Mon, 11 Mar 2024 15:25:48 +0100 Subject: [PATCH] Add o2 tag tokens --- tokens/o2.json | 120 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 120 insertions(+) diff --git a/tokens/o2.json b/tokens/o2.json index 4f106a03b5..f474285411 100644 --- a/tokens/o2.json +++ b/tokens/o2.json @@ -555,6 +555,66 @@ "type": "color", "description": "o2BluePrimary" }, + "tagTextPromo": { + "value": "{palette.o2Purple}", + "type": "color", + "description": "o2Purple" + }, + "tagTextActive": { + "value": "{palette.o2BluePrimary}", + "type": "color", + "description": "o2BluePrimary" + }, + "tagTextInactive": { + "value": "{palette.grey5}", + "type": "color", + "description": "grey5" + }, + "tagTextSuccess": { + "value": "{palette.o2Green80}", + "type": "color", + "description": "o2Green80" + }, + "tagTextWarning": { + "value": "{palette.o2Orange75}", + "type": "color", + "description": "o2Orange75" + }, + "tagTextError": { + "value": "{palette.pepper60}", + "type": "color", + "description": "pepper60" + }, + "tagBackgroundPromo": { + "value": "{palette.o2Purple10}", + "type": "color", + "description": "o2Purple10" + }, + "tagBackgroundActive": { + "value": "{palette.o2BluePrimary10}", + "type": "color", + "description": "o2BluePrimary10" + }, + "tagBackgroundInactive": { + "value": "{palette.grey1}", + "type": "color", + "description": "grey1" + }, + "tagBackgroundSuccess": { + "value": "{palette.o2Green10}", + "type": "color", + "description": "o2Green10" + }, + "tagBackgroundWarning": { + "value": "{palette.o2Orange10}", + "type": "color", + "description": "o2Orange10" + }, + "tagBackgroundError": { + "value": "{palette.pepper10}", + "type": "color", + "description": "pepper10" + }, "overscroll": { "value": "{palette.o2BluePrimary}", "type": "color", @@ -1117,6 +1177,66 @@ "type": "color", "description": "darkModeBlack" }, + "tagTextPromo": { + "value": "{palette.o2Purple}", + "type": "color", + "description": "o2Purple" + }, + "tagTextActive": { + "value": "{palette.o2BluePrimary30}", + "type": "color", + "description": "o2BluePrimary30" + }, + "tagTextInactive": { + "value": "{palette.grey4}", + "type": "color", + "description": "grey4" + }, + "tagTextSuccess": { + "value": "{palette.o2Green40}", + "type": "color", + "description": "o2Green40" + }, + "tagTextWarning": { + "value": "{palette.o2Orange40}", + "type": "color", + "description": "o2Orange40" + }, + "tagTextError": { + "value": "{palette.pepper40}", + "type": "color", + "description": "pepper40" + }, + "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",