-
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
[web-components]: deprecate side-panel
and tearsheet
components
#17772
[web-components]: deprecate side-panel
and tearsheet
components
#17772
Conversation
…ore/wc-deprecate-side-panel-tearsheet
✅ 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. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #17772 +/- ##
=======================================
Coverage 79.56% 79.56%
=======================================
Files 406 406
Lines 14019 14019
Branches 4388 4356 -32
=======================================
Hits 11154 11154
Misses 2699 2699
Partials 166 166 ☔ View full report in Codecov by Sentry. |
✅ Deploy Preview for v11-carbon-web-components 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.
woohoo
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 good to me!
@@ -67,7 +67,6 @@ | |||
"wca": "web-component-analyzer analyze src --outFile custom-elements.json" | |||
}, | |||
"dependencies": { | |||
"@carbon/ibm-products-styles": "^2.30.1", |
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.
🙌
f16158e
The
side-panel
andtearsheet
web components are in the process of being moved to the @carbon/ibm-products-web-components package where they will be maintained.ibm-products-web-components
): setup new web component package and storybook ibm-products#6148This deprecates them in
@carbon/web-components
and removes component-specific dependencies.Changelog
Changed
side-panel
andtearsheet
componentsside-panel
andtearsheet
toDeprecated
section in Storybook and update stories to direct users to new component locationRemoved
@carbon/ibm-product-styles
side-panel
/tearsheet
stories and docsTesting / Reviewing
Confirm component stories have been moved to
Deprecated
section in Storybook and that each component story has instructions to their new location (web components deploy preview newly added for this PR).