Skip to content

Commit

Permalink
Update tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
aweell committed Oct 10, 2024
1 parent 91a698b commit 54378e1
Show file tree
Hide file tree
Showing 7 changed files with 62 additions and 2 deletions.
10 changes: 10 additions & 0 deletions tokens/movistar.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -1003,6 +1008,11 @@
"type": "color",
"description": "darkModeGrey6"
},
"barTrackInverse": {
"value": "{palette.darkModeGrey6}",
"type": "color",
"description": "darkModeGrey6"
},
"loadingBar": {
"value": "{palette.movistarBlue}",
"type": "color",
Expand Down
4 changes: 2 additions & 2 deletions tokens/o2-new.json
Original file line number Diff line number Diff line change
Expand Up @@ -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}",
Expand Down
10 changes: 10 additions & 0 deletions tokens/o2.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -1003,6 +1008,11 @@
"type": "color",
"description": "darkModeGrey6"
},
"barTrackInverse": {
"value": "{palette.darkModeGrey6}",
"type": "color",
"description": "darkModeGrey6"
},
"loadingBar": {
"value": "{palette.darkModeO2BluePrimary}",
"type": "color",
Expand Down
10 changes: 10 additions & 0 deletions tokens/telefonica.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -1003,6 +1008,11 @@
"type": "color",
"description": "darkModeGrey6"
},
"barTrackInverse": {
"value": "{palette.darkModeGrey6}",
"type": "color",
"description": "darkModeGrey6"
},
"loadingBar": {
"value": "{palette.telefonicaBlue}",
"type": "color",
Expand Down
10 changes: 10 additions & 0 deletions tokens/tu.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -1003,6 +1008,11 @@
"type": "color",
"description": "darkModeGrey6"
},
"barTrackInverse": {
"value": "{palette.darkModeGrey6}",
"type": "color",
"description": "darkModeGrey6"
},
"loadingBar": {
"value": "{palette.green40}",
"type": "color",
Expand Down
10 changes: 10 additions & 0 deletions tokens/vivo-new.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -1003,6 +1008,11 @@
"type": "color",
"description": "darkModeGrey6"
},
"barTrackInverse": {
"value": "{palette.darkModeGrey6}",
"type": "color",
"description": "darkModeGrey6"
},
"loadingBar": {
"value": "{palette.vivoPurpleLight80}",
"type": "color",
Expand Down
10 changes: 10 additions & 0 deletions tokens/vivo.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -1003,6 +1008,11 @@
"type": "color",
"description": "darkModeGrey6"
},
"barTrackInverse": {
"value": "{palette.darkModeGrey6}",
"type": "color",
"description": "darkModeGrey6"
},
"loadingBar": {
"value": "{palette.vivoPurpleLight80}",
"type": "color",
Expand Down

0 comments on commit 54378e1

Please sign in to comment.