Skip to content

Commit

Permalink
Token update due to the changes made on the availability pill
Browse files Browse the repository at this point in the history
  • Loading branch information
LuisaGibertoni committed May 21, 2024
1 parent 54b2ea1 commit b7af061
Showing 1 changed file with 16 additions and 5 deletions.
21 changes: 16 additions & 5 deletions tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -656,12 +656,12 @@
},
"availability": {
"active": {
"value": "{color.blueberry700}",
"value": "{color.mint400}",
"type": "color",
"description": "Colour for elements that communicate the state AvailabilityState.ACTIVE"
},
"passive": {
"value": "{color.mint300}",
"value": "{color.skyblue300}",
"type": "color",
"description": "Colour for elements that communicate the state AvailabilityState.PASSIVE"
},
Expand All @@ -672,19 +672,23 @@
},
"background": {
"active": {
"value": "{color.blueberry100}",
"value": "{color.mint100}",
"type": "color",
"description": "Colour for background elements that communicate the state AvailabilityState.ACTIVE"
},
"passive": {
"value": "{color.mint100}",
"value": "{color.skyblue100}",
"type": "color",
"description": "Colour for background elements that communicate the state AvailabilityState.PASSIVE"
}
},
"text": {
"passive": {
"active": {
"value": "{color.mint700}",
"type": "color"
},
"passive": {
"value": "{color.skyblue700}",
"type": "color",
"description": "Colour for text that communicates the state AvailabilityState.PASSIVE"
}
Expand Down Expand Up @@ -850,6 +854,13 @@
"description": "Decor tokens do not convey a meaning, they are purely decorative. Use only when a more appropriate token does not exist"
}
}
},
"mint": {
"50": {
"value": "{color.mint50}",
"type": "color",
"description": "Decor tokens do not convey a meaning, they are purely decorative. Use only when a more appropriate token does not exist"
}
}
},
"achievement": {
Expand Down

0 comments on commit b7af061

Please sign in to comment.