diff --git a/build/_generated_variables.css b/build/_generated_variables.css index fe1d1f5..4ab0122 100644 --- a/build/_generated_variables.css +++ b/build/_generated_variables.css @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Thu, 11 Jan 2024 15:31:03 GMT + * Generated on Thu, 11 Jan 2024 17:54:42 GMT */ :root { @@ -68,6 +68,7 @@ --color-decor-background-grey-900: #3a3a3a; --color-decor-background-terracotta-50: #fff6f3; --color-decor-background-terracotta-100: #ffeae1; + --color-decor-background-terracotta-200: #fed7c4; --color-decor-background-terracotta-400: #e98d56; --color-decor-background-skyblue-50: #f1fafc; --color-achievement-primary: #e8c04e; diff --git a/build/_generated_variables.scss b/build/_generated_variables.scss index 12327dd..8530553 100644 --- a/build/_generated_variables.scss +++ b/build/_generated_variables.scss @@ -1,6 +1,6 @@ // Do not edit directly -// Generated on Thu, 11 Jan 2024 15:31:03 GMT +// Generated on Thu, 11 Jan 2024 17:54:42 GMT $color-operating-structure: #3a3daa; $color-action-primary-default: #4d51c9; @@ -66,6 +66,7 @@ $color-decor-background-grey-100: #eeeeee; $color-decor-background-grey-900: #3a3a3a; $color-decor-background-terracotta-50: #fff6f3; $color-decor-background-terracotta-100: #ffeae1; +$color-decor-background-terracotta-200: #fed7c4; $color-decor-background-terracotta-400: #e98d56; $color-decor-background-skyblue-50: #f1fafc; $color-achievement-primary: #e8c04e; diff --git a/tokens/all.json b/tokens/all.json index ba8e7bb..8d6900e 100644 --- a/tokens/all.json +++ b/tokens/all.json @@ -370,7 +370,13 @@ }, "100": { "value": "#ffeae1", - "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": "#fed7c4", + "type": "color", + "description": "Decor tokens do not convey a meaning, they are purely decorative. Use only when a more appropriate token does not exist" }, "400": { "value": "#e98d56",