-
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
feat(notification): rename StaticNotification to Callout #17376
feat(notification): rename StaticNotification to Callout #17376
Conversation
✅ 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!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #17376 +/- ##
==========================================
+ Coverage 76.98% 77.08% +0.09%
==========================================
Files 409 409
Lines 14001 14014 +13
Branches 4353 4305 -48
==========================================
+ Hits 10779 10803 +24
+ Misses 3049 3041 -8
+ Partials 173 170 -3 ☔ View full report in Codecov by Sentry. |
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.
LGTM, nice one @tay1orjones! 👏
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.
LGTM!
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.
🔥
packages/upgrade/transforms/__testfixtures__/refactor-to-callout.output.js
Show resolved
Hide resolved
…name-static-notification-callout
c0d2b32
…gn-system#17376) * feat(notification): rename StaticNotification to Callout * chore: update test fixtures * docs(notification): update StaticNotification stories * chore: update snaps * refactor(callout): reworked import portion of codemod * fix(callout): codemod improvements * fix(callout): update codemod test fixture output formatting
Closes #17375
Related carbon-design-system/carbon-website#4218, carbon-design-system/carbon-website#4243
Changelog
New
Changed
Testing / Reviewing