feat(dialog): add border#21947
Conversation
✅ Deploy Preview for v11-carbon-web-components ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for v11-carbon-react ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #21947 +/- ##
==========================================
- Coverage 94.89% 94.89% -0.01%
==========================================
Files 539 539
Lines 45015 45015
Branches 6352 6407 +55
==========================================
- Hits 42716 42715 -1
- Misses 2167 2168 +1
Partials 132 132
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Reviewed React version and that is good to go! 🚀 |
alina-jacob
left a comment
There was a problem hiding this comment.
Hi @heloiselui, thanks for working on this so quickly!
Upon checking the WC version, except for the Passive dialog, all the other ones have the right hand side border missing. Pasting screenshots for refrenece.
|
@alina-jacob just fixed, thanks!! |
alina-jacob
left a comment
There was a problem hiding this comment.
LGTM! 🚀
Thanks for working on this!
b43ddc5
* feat(dialog): add border * fix(Dialog): prevent WC overflow --------- Co-authored-by: Riddhi Bansal <41935566+riddhybansal@users.noreply.github.com> Co-authored-by: Mahmoud <132728978+maradwan26@users.noreply.github.com>
Closes #21923
Added a border to
Dialogin bothReactandWeb Components(as soon as PR #21853 is merged, it will show up correctly in Web Components).Changelog
New
Dialogwith value$border-subtle-01Changed
None.Removed
NoneTesting / Reviewing
React Deploy Preview>Preview>Preview DialogPR Checklist
As the author of this PR, before marking ready for review, confirm you:
[ ] Updated documentation and storybook examples[ ] Wrote passing tests that cover this changeMore details can be found in the pull request guide