diff --git a/.changeset/famous-emus-appear.md b/.changeset/famous-emus-appear.md new file mode 100644 index 0000000000..b6908b5b94 --- /dev/null +++ b/.changeset/famous-emus-appear.md @@ -0,0 +1,5 @@ +--- +'@swisspost/design-system-documentation': patch +--- + +Deprecated accent colors. diff --git a/packages/documentation/src/stories/components/button/button.docs.mdx b/packages/documentation/src/stories/components/button/button.docs.mdx index 71f21d6f3a..be5b9cdbcd 100644 --- a/packages/documentation/src/stories/components/button/button.docs.mdx +++ b/packages/documentation/src/stories/components/button/button.docs.mdx @@ -36,6 +36,11 @@ Inverted buttons don't need special classes anymore, just use any of the [backgr ### Accent colors +
+

The accent colors are deprecated

+

The CSS classes to apply to the buttons will be removed in the future.

+
+ There are a number of accent colors that you can apply to buttons instead of the usual colors. diff --git a/packages/documentation/src/stories/foundation/color/color.docs.mdx b/packages/documentation/src/stories/foundation/color/color.docs.mdx index 703efbecb1..b0da9534b4 100644 --- a/packages/documentation/src/stories/foundation/color/color.docs.mdx +++ b/packages/documentation/src/stories/foundation/color/color.docs.mdx @@ -60,6 +60,12 @@ These colors are also available via the **Sass map** `$signal-background-colors` ## Accent colors + +
+

The accent colors are deprecated

+

Its CSS and SASS variables will be removed in the future.

+
+ These colors are also available via the **Sass map** `$accent-colors`.