From 54378e18b3177f28985c146f63990419adc1d587 Mon Sep 17 00:00:00 2001 From: Alex Bueno <44420072+aweell@users.noreply.github.com> Date: Thu, 10 Oct 2024 11:58:02 +0200 Subject: [PATCH] Update tokens --- tokens/movistar.json | 10 ++++++++++ tokens/o2-new.json | 4 ++-- tokens/o2.json | 10 ++++++++++ tokens/telefonica.json | 10 ++++++++++ tokens/tu.json | 10 ++++++++++ tokens/vivo-new.json | 10 ++++++++++ tokens/vivo.json | 10 ++++++++++ 7 files changed, 62 insertions(+), 2 deletions(-) diff --git a/tokens/movistar.json b/tokens/movistar.json index 9595ff320c..794423585c 100644 --- a/tokens/movistar.json +++ b/tokens/movistar.json @@ -335,6 +335,11 @@ "type": "color", "description": "grey3" }, + "barTrackInverse": { + "value": "rgba({palette.black}, 0.14)", + "type": "color", + "description": "black" + }, "loadingBar": { "value": "{palette.movistarBlue}", "type": "color", @@ -1003,6 +1008,11 @@ "type": "color", "description": "darkModeGrey6" }, + "barTrackInverse": { + "value": "{palette.darkModeGrey6}", + "type": "color", + "description": "darkModeGrey6" + }, "loadingBar": { "value": "{palette.movistarBlue}", "type": "color", diff --git a/tokens/o2-new.json b/tokens/o2-new.json index ca49efe840..fea71f5d88 100644 --- a/tokens/o2-new.json +++ b/tokens/o2-new.json @@ -368,9 +368,9 @@ "description": "grey30" }, "barTrackInverse": { - "value": "rgba({palette.black}, 0.2)", + "value": "rgba({palette.white}, 0.3)", "type": "color", - "description": "black" + "description": "white" }, "loadingBar": { "value": "{palette.beyondBlue}", diff --git a/tokens/o2.json b/tokens/o2.json index fd100acc22..20e686135f 100644 --- a/tokens/o2.json +++ b/tokens/o2.json @@ -335,6 +335,11 @@ "type": "color", "description": "grey3" }, + "barTrackInverse": { + "value": "rgba({palette.white}, 0.3)", + "type": "color", + "description": "white" + }, "loadingBar": { "value": "{palette.o2BluePrimary}", "type": "color", @@ -1003,6 +1008,11 @@ "type": "color", "description": "darkModeGrey6" }, + "barTrackInverse": { + "value": "{palette.darkModeGrey6}", + "type": "color", + "description": "darkModeGrey6" + }, "loadingBar": { "value": "{palette.darkModeO2BluePrimary}", "type": "color", diff --git a/tokens/telefonica.json b/tokens/telefonica.json index 7c45258e9d..a4b1a8383b 100644 --- a/tokens/telefonica.json +++ b/tokens/telefonica.json @@ -335,6 +335,11 @@ "type": "color", "description": "grey3" }, + "barTrackInverse": { + "value": "rgba({palette.white}, 0.3)", + "type": "color", + "description": "white" + }, "loadingBar": { "value": "{palette.telefonicaBlue30}", "type": "color", @@ -1003,6 +1008,11 @@ "type": "color", "description": "darkModeGrey6" }, + "barTrackInverse": { + "value": "{palette.darkModeGrey6}", + "type": "color", + "description": "darkModeGrey6" + }, "loadingBar": { "value": "{palette.telefonicaBlue}", "type": "color", diff --git a/tokens/tu.json b/tokens/tu.json index 3eafc54f1d..868596c18d 100644 --- a/tokens/tu.json +++ b/tokens/tu.json @@ -335,6 +335,11 @@ "type": "color", "description": "grey2" }, + "barTrackInverse": { + "value": "rgba({palette.white}, 0.36)", + "type": "color", + "description": "white" + }, "loadingBar": { "value": "{palette.green40}", "type": "color", @@ -1003,6 +1008,11 @@ "type": "color", "description": "darkModeGrey6" }, + "barTrackInverse": { + "value": "{palette.darkModeGrey6}", + "type": "color", + "description": "darkModeGrey6" + }, "loadingBar": { "value": "{palette.green40}", "type": "color", diff --git a/tokens/vivo-new.json b/tokens/vivo-new.json index 31204ab00e..325fe4fa59 100644 --- a/tokens/vivo-new.json +++ b/tokens/vivo-new.json @@ -335,6 +335,11 @@ "type": "color", "description": "grey3" }, + "barTrackInverse": { + "value": "rgba({palette.white}, 0.5)", + "type": "color", + "description": "white" + }, "loadingBar": { "value": "{palette.vivoPurple}", "type": "color", @@ -1003,6 +1008,11 @@ "type": "color", "description": "darkModeGrey6" }, + "barTrackInverse": { + "value": "{palette.darkModeGrey6}", + "type": "color", + "description": "darkModeGrey6" + }, "loadingBar": { "value": "{palette.vivoPurpleLight80}", "type": "color", diff --git a/tokens/vivo.json b/tokens/vivo.json index e0e937f4e0..1d56783ccd 100644 --- a/tokens/vivo.json +++ b/tokens/vivo.json @@ -335,6 +335,11 @@ "type": "color", "description": "grey3" }, + "barTrackInverse": { + "value": "rgba({palette.white}, 0.5)", + "type": "color", + "description": "white" + }, "loadingBar": { "value": "{palette.pink}", "type": "color", @@ -1003,6 +1008,11 @@ "type": "color", "description": "darkModeGrey6" }, + "barTrackInverse": { + "value": "{palette.darkModeGrey6}", + "type": "color", + "description": "darkModeGrey6" + }, "loadingBar": { "value": "{palette.vivoPurpleLight80}", "type": "color",