diff --git a/packages/dnb-design-system-portal/src/docs/uilib/about-the-lib/releases/eufemia/v10-info.mdx b/packages/dnb-design-system-portal/src/docs/uilib/about-the-lib/releases/eufemia/v10-info.mdx index 77d5301fdfd..5392b449cbc 100644 --- a/packages/dnb-design-system-portal/src/docs/uilib/about-the-lib/releases/eufemia/v10-info.mdx +++ b/packages/dnb-design-system-portal/src/docs/uilib/about-the-lib/releases/eufemia/v10-info.mdx @@ -35,6 +35,7 @@ import { Accordion } from '@dnb/eufemia/src' - [FormRow](#formrow) - [FormStatus](#formstatus) - [Switch](#switch) + - [HelpButton](#helpbutton) - [Element changes](#element-changes) - [Paragraph](#paragraph) - [Img](#img) @@ -344,6 +345,10 @@ The Anchor was moved form `/elements` to `/components`. 1. type `SwitchChecked` was removed. Use `boolean` instead. +### [HelpButton](/uilib/components/help-button) + +1. property `modal_props` does not longer support the `mode` property. From a UX perspective it's only desirable to display a `Dialog` when using `HelpButton`, and not a `Drawer`. + ## Element changes ### [Paragraph](/uilib/elements/paragraph/)