-
Notifications
You must be signed in to change notification settings - Fork 160
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: cwc stacking tearsheets #11586
feat: cwc stacking tearsheets #11586
Conversation
…panel.ts Co-authored-by: Ariella Gilmore <[email protected]>
…eet.scss Co-authored-by: Ariella Gilmore <[email protected]>
Deploy preview created for package Built with commit: 517d162870848613d62aa02bc56508491ff0e57a |
Deploy preview created for package Built with commit: 517d162870848613d62aa02bc56508491ff0e57a |
Deploy preview created for package Built with commit: 517d162870848613d62aa02bc56508491ff0e57a |
Deploy preview created for package Built with commit: 517d162870848613d62aa02bc56508491ff0e57a |
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 like need to update the yarn.lock
file. the ci-checks are throwing errors
packages/carbon-web-components/src/components/tearsheet/tearsheet-story.ts
Outdated
Show resolved
Hide resolved
@@ -315,7 +315,10 @@ const slugs = { | |||
const getSlug = (index) => { | |||
switch (index) { | |||
case 1: | |||
return html`<cds-slug slot="slug" className="slug-container" size="xs"> | |||
return html`<cds-slug | |||
className="slug-container" |
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.
small thing... should just be class
in web components, but i don't think this is being used anyways
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!
This PR currently has a merge conflict. Please resolve this and then re-add the |
7a1842e
into
carbon-design-system:main
Hey there! This issue/pull request was referenced in recently released v2.5.0. |
* chore: tearsheet wip * feat: add navigation * feat: add influencer * feat: update to ai v2 styling * fix: header actions location * Merge branch 'main' into cwc-tearsheet * Update packages/carbon-web-components/src/components/side-panel/side-panel.ts Co-authored-by: Ariella Gilmore <[email protected]> * Update packages/carbon-web-components/src/components/tearsheet/tearsheet.scss Co-authored-by: Ariella Gilmore <[email protected]> * fix: review updates * fix: cds usage in tearsheet styles * feat: add stacking ability to tearsheet * chore: review remove slot="slug" * fix: lock file * fix: remove slug-container classname --------- Co-authored-by: Ariella Gilmore <[email protected]> Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
* chore: tearsheet wip * feat: add navigation * feat: add influencer * feat: update to ai v2 styling * fix: header actions location * Merge branch 'main' into cwc-tearsheet * Update packages/carbon-web-components/src/components/side-panel/side-panel.ts Co-authored-by: Ariella Gilmore <[email protected]> * Update packages/carbon-web-components/src/components/tearsheet/tearsheet.scss Co-authored-by: Ariella Gilmore <[email protected]> * fix: review updates * fix: cds usage in tearsheet styles * feat: add stacking ability to tearsheet * chore: review remove slot="slug" * fix: lock file * fix: remove slug-container classname --------- Co-authored-by: Ariella Gilmore <[email protected]> Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
Related Ticket(s)
Builds on #11545
Description
Adds the stacking feature to tearsheets. It also updates the version of
@carbon/ibm-products-styles
Changelog
Changed