-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Decorator Modal
#18101
Decorator Modal
#18101
Conversation
✅ Deploy Preview for v11-carbon-web-components ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for v11-carbon-web-components ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for carbon-elements ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for v11-carbon-react ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for carbon-elements ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #18101 +/- ##
==========================================
+ Coverage 82.21% 82.22% +0.01%
==========================================
Files 404 404
Lines 14200 14210 +10
Branches 4509 4523 +14
==========================================
+ Hits 11674 11684 +10
Misses 2363 2363
Partials 163 163 ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
✅ Deploy Preview for v11-carbon-react ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site configuration. |
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.
Needs some style cleanup... lmk if you want to go over my comments! Double check that the slug property and decorator prop show the same results even though the slug is deprecated now
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 great! just need to remove the tooltip modal button and remove the revert on AILabel before merging
Co-authored-by: Ariella Gilmore <[email protected]>
* feat: added decorator * fix: fixed styles * fix: fixed ai style * test: fixed tests * fix: delete datepicker decorator example * fix: fixed styles * fix: fixed styles * fix: fixed styles * fix: yarn format * fix: merge style with composedmodal * fix: fixed revert icon * fix: removed revert from stories * fix: removed modal stories * Update packages/styles/scss/components/modal/_modal.scss Co-authored-by: Ariella Gilmore <[email protected]> --------- Co-authored-by: Ariella Gilmore <[email protected]>
d5bc886
Hey there! v11.71.0 was just released that references this issue/PR. |
Closes #17993
Added decorator to
Modal
Changelog
New
decorator
prop added toModal
componentChanged
slug
propblock-size
to the style to fix the alignmentTesting / Reviewing
Make sure the
Modal
still work as expected and the one withdecorator
also works fineDelete
Modal
withTooltip
Delete
Datepicker
withTooltip