-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(Dialog): add new variant confirm #1302
Conversation
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit b6e1a03:
|
Gatsby Cloud Build ReportDNB Eufemia Portal 🎉 Your build was successful! See the Deploy preview here. Build Details🕐 Build time: 9m PerformanceLighthouse report
|
0fce1d7
to
91a2d27
Compare
91a2d27
to
4575c97
Compare
4575c97
to
4debf44
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me now. Just a last question, should we provide the Dialog with description
or not?
Think we should do that. There were also a few other things I will add, that we talked about, before I merge :) |
packages/dnb-design-system-portal/src/docs/uilib/components/dialog/prop-table.md
Outdated
Show resolved
Hide resolved
a287c58
to
38891ca
Compare
packages/dnb-eufemia/src/components/dialog/parts/DialogAction.tsx
Outdated
Show resolved
Hide resolved
921293d
to
93b6aae
Compare
- added a generic demo
Co-authored-by: Tobias Høegh <[email protected]>
93b6aae
to
b6e1a03
Compare
# [9.24.0](v9.23.1...v9.24.0) (2022-03-02) ### Bug Fixes * **Dialog:** set role alertdialog for confirmation variant ([8ec99af](8ec99af)) * **Dropdown:** fix empty data entry handling ([4e4762b](4e4762b)) ### Features * **Avatar:** add hasLabel to omit group warning ([#1318](#1318)) ([ed43481](ed43481)) * **Dialog:** add new variant confirmation ([#1302](#1302)) ([bdb7bb4](bdb7bb4)) * **FormStatus:** add new marketing state/status ([#1317](#1317)) ([f5e63a9](f5e63a9)) * **NumberFormat:** add "compact" property – format a number compact with an abbreviation ([0e26449](0e26449)) * **Tag:** omit non-existing group warning with new prop: hasLabel ([079cdcd](079cdcd))
🎉 This PR is included in version 9.24.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Added variant
confirm
to Dialog.See the Figma file for the different variant design.