diff --git a/tokens.json b/tokens.json index 3ec60e7..742baee 100644 --- a/tokens.json +++ b/tokens.json @@ -454,11 +454,6 @@ }, "semantic": { "color": { - "operating-structure": { - "value": "{color.blueberry800}", - "type": "color", - "description": "Temporary - used for E2E testing of figma tokens workflow" - }, "action": { "primary": { "default": { @@ -680,6 +675,10 @@ "value": "{color.skyblue100}", "type": "color", "description": "Colour for background elements that communicate the state AvailabilityState.PASSIVE" + }, + "inactive": { + "value": "{color.terracotta100}", + "type": "color" } }, "text": { @@ -691,6 +690,10 @@ "value": "{color.skyblue700}", "type": "color", "description": "Colour for text that communicates the state AvailabilityState.PASSIVE" + }, + "inactive": { + "value": "{color.terracotta600}", + "type": "color" } } }, @@ -850,7 +853,8 @@ }, "100": { "value": "{color.skyblue100}", - "type": "color" + "type": "color", + "description": "Decor tokens do not convey a meaning, they are purely decorative. Use only when a more appropriate token does not exist" }, "200": { "value": "{color.skyblue200}",