-
Notifications
You must be signed in to change notification settings - Fork 139
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
chore(createtearsheet): rename slug to decorator #6602
base: main
Are you sure you want to change the base?
chore(createtearsheet): rename slug to decorator #6602
Conversation
✅ Deploy Preview for carbon-for-ibm-products ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for ibm-products-web-components 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 #6602 +/- ##
==========================================
- Coverage 80.76% 80.63% -0.14%
==========================================
Files 396 397 +1
Lines 12885 12910 +25
Branches 4267 4277 +10
==========================================
+ Hits 10407 10410 +3
- Misses 2478 2500 +22
|
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
Closes #6456
Rename slug prop to decorator in CreateTearsheet
What did you change?
Updated the prop name
slug
in CreateTearsheet file and stories todecorator
.Added an extra option in controls to show non AILabel components being passed as
decorator
How did you test and verify your work?
Storybook