diff --git a/.env.production b/.env.production index 877f80d1..2235b30d 100644 --- a/.env.production +++ b/.env.production @@ -1,5 +1,5 @@ -DOCS_BRANCH='main' +DOCS_BRANCH='release-5.0.0' DOCS_BRANCH_TYPE='branch' # Check if the branch is a pull request DOCS_PR_NUMBER='' -BRAND_VERSION=1.0.0 \ No newline at end of file +BRAND_VERSION=1.0.0 diff --git a/docs/components/modal/guide.md b/docs/components/modal/guide.md index 9a118e6b..ca30888c 100644 --- a/docs/components/modal/guide.md +++ b/docs/components/modal/guide.md @@ -25,6 +25,7 @@ Use custom models when a task requires immediate attention and the user returns - **Full screen:** Since the modal container covers the whole [application](../application) (including [menu](../application-menu) and [header](../application-header)), use for immersive experiences or multi-step workflows. Note that users have no visual connection to the app which is why we recommend establishing it in the title or content. - **Backdrop**: Use a backdrop to focus attention and prevent background interaction. - **Animation**: By default, modals fade in. Disable for performance-sensitive contexts. +- **Is non-blocking**: Hides the backdrop. Use to allow interaction with the background content while the modal is open, e.g. to copy data from the page into the modal. - **Close on backdrop click**: Enable clicking on the backdrop to close modals for informational messages. Disable for critical decisions that require confirmation. - **Before dismiss**: Add follow-up actions when users try to close modals, e.g. add a confirmation prompt to avoid unintentional discarding of inputs when closing. - **Modal header:**