-
Notifications
You must be signed in to change notification settings - Fork 142
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(tearsheet): change icondescription prop to optional #6662
feat(tearsheet): change icondescription prop to optional #6662
Conversation
✅ Deploy Preview for ibm-products-web-components ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for carbon-for-ibm-products ready!
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.
changes are breaking tests. please review.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6662 +/- ##
==========================================
+ Coverage 80.69% 80.71% +0.02%
==========================================
Files 397 397
Lines 12940 12938 -2
Branches 4291 4292 +1
==========================================
+ Hits 10442 10443 +1
+ Misses 2498 2495 -3
|
Thanks @davidmenendez. |
This is already fixed.
5ba3e04
Closes #6276
closeIconDescription
on the Tearsheet component has been made optional to align with core Carbon Modal.What did you change?
How did you test and verify your work?