diff --git a/packages/canvas-tokens/tokens/web/brand.json b/packages/canvas-tokens/tokens/web/brand.json index 7d754f4..5e31ce7 100644 --- a/packages/canvas-tokens/tokens/web/brand.json +++ b/packages/canvas-tokens/tokens/web/brand.json @@ -130,6 +130,38 @@ "type": "color" } }, + "action": { + "lightest": { + "value": "{brand.primary.lightest}", + "type": "color", + "description": "Lightest action color" + }, + "light": { + "value": "{brand.primary.light}", + "type": "color", + "description": "Light action color" + }, + "base": { + "value": "{brand.primary.base}", + "type": "color", + "description": "Base action color" + }, + "dark": { + "value": "{brand.primary.dark}", + "type": "color", + "description": "Dark action color" + }, + "darkest": { + "value": "{brand.primary.darkest}", + "type": "color", + "description": "Darkest action color" + }, + "accent": { + "value": "{brand.primary.accent}", + "type": "color", + "description": "Foreground color in actions" + } + }, "common": { "focus-outline": { "value": "{palette.blueberry.400}",