Skip to content

Commit

Permalink
Add telefonica tag tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
aweell committed Mar 11, 2024
1 parent 66abf61 commit e4a6886
Show file tree
Hide file tree
Showing 2 changed files with 122 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tokens/movistar.json
Original file line number Diff line number Diff line change
Expand Up @@ -596,9 +596,9 @@
"description": "movistarBlue10"
},
"tagBackgroundInactive": {
"value": "{palette.grey1}",
"value": "{palette.grey2}",
"type": "color",
"description": "grey1"
"description": "grey2"
},
"tagBackgroundSuccess": {
"value": "{palette.movistarGreen10}",
Expand Down
120 changes: 120 additions & 0 deletions tokens/telefonica.json
Original file line number Diff line number Diff line change
Expand Up @@ -555,6 +555,66 @@
"type": "color",
"description": "telefonicaBlue"
},
"tagTextPromo": {
"value": "{palette.orchid70}",
"type": "color",
"description": "orchid70"
},
"tagTextActive": {
"value": "{palette.telefonicaBlue}",
"type": "color",
"description": "telefonicaBlue"
},
"tagTextInactive": {
"value": "{palette.grey5}",
"type": "color",
"description": "grey5"
},
"tagTextSuccess": {
"value": "{palette.turquoise70}",
"type": "color",
"description": "turquoise70"
},
"tagTextWarning": {
"value": "{palette.ambar70}",
"type": "color",
"description": "ambar70"
},
"tagTextError": {
"value": "{palette.coral70}",
"type": "color",
"description": "coral70"
},
"tagBackgroundPromo": {
"value": "{palette.orchid10}",
"type": "color",
"description": "orchid10"
},
"tagBackgroundActive": {
"value": "{palette.telefonicaBlue}",
"type": "color",
"description": "telefonicaBlue"
},
"tagBackgroundInactive": {
"value": "{palette.grey2}",
"type": "color",
"description": "grey2"
},
"tagBackgroundSuccess": {
"value": "{palette.turquoise10}",
"type": "color",
"description": "turquoise10"
},
"tagBackgroundWarning": {
"value": "{palette.ambar10}",
"type": "color",
"description": "ambar10"
},
"tagBackgroundError": {
"value": "{palette.coral10}",
"type": "color",
"description": "coral10"
},
"overscroll": {
"value": "{palette.telefonicaBlue}",
"type": "color",
Expand Down Expand Up @@ -1117,6 +1177,66 @@
"type": "color",
"description": "darkModeBlack"
},
"tagTextPromo": {
"value": "{palette.orchid40}",
"type": "color",
"description": "orchid40"
},
"tagTextActive": {
"value": "{palette.telefonicaBlue}",
"type": "color",
"description": "telefonicaBlue"
},
"tagTextInactive": {
"value": "{palette.grey5}",
"type": "color",
"description": "grey5"
},
"tagTextSuccess": {
"value": "{palette.turquoise40}",
"type": "color",
"description": "turquoise40"
},
"tagTextWarning": {
"value": "{palette.ambar40}",
"type": "color",
"description": "ambar40"
},
"tagTextError": {
"value": "{palette.coral40}",
"type": "color",
"description": "coral40"
},
"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 e4a6886

Please sign in to comment.