From 4df8d9387c46eb1c64b7c00e753479f303eef56a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20H=C3=B8egh?= Date: Mon, 9 Jan 2023 09:19:34 +0100 Subject: [PATCH] docs: add info about the tertiary button "visual" breaking change --- .../src/docs/uilib/about-the-lib/releases/eufemia/v10-info.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/dnb-design-system-portal/src/docs/uilib/about-the-lib/releases/eufemia/v10-info.md b/packages/dnb-design-system-portal/src/docs/uilib/about-the-lib/releases/eufemia/v10-info.md index da8ebcffc4a..1f419633582 100644 --- a/packages/dnb-design-system-portal/src/docs/uilib/about-the-lib/releases/eufemia/v10-info.md +++ b/packages/dnb-design-system-portal/src/docs/uilib/about-the-lib/releases/eufemia/v10-info.md @@ -51,6 +51,10 @@ v10 of @dnb/eufemia contains _breaking changes_. As a migration process, you can 1. Find the `target_blank_title` property and replace it with `targetBlankTitle`. +### [Button](/uilib/components/button) + +1. The padding of the `teriary` button is removed. Please, check your application and add back the padding of `0.5rem` if needed. + ### [Tooltip](/uilib/components/tooltip) 1. Find the `target_element` property and replace it with `targetElement`.