Skip to content
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

Merged

Conversation

lee-chase
Copy link
Member

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

  • packages/carbon-web-components/package.json
  • packages/carbon-web-components/src/components/tearsheet/story-styles.scss
  • packages/carbon-web-components/src/components/tearsheet/tearsheet-story.ts
  • packages/carbon-web-components/src/components/tearsheet/tearsheet.scss
  • packages/carbon-web-components/src/components/tearsheet/tearsheet.ts
  • yarn.lock

@ibmdotcom-bot
Copy link
Contributor

ibmdotcom-bot commented Feb 27, 2024

@ibmdotcom-bot
Copy link
Contributor

ibmdotcom-bot commented Feb 27, 2024

@ibmdotcom-bot
Copy link
Contributor

ibmdotcom-bot commented Feb 27, 2024

@ibmdotcom-bot
Copy link
Contributor

ibmdotcom-bot commented Feb 27, 2024

@lee-chase lee-chase marked this pull request as ready for review February 28, 2024 10:00
@lee-chase lee-chase requested a review from a team as a code owner February 28, 2024 10:00
@lee-chase lee-chase requested review from IgnacioBecerra and sangeethababu9223 and removed request for a team February 28, 2024 10:00
Copy link
Member

@ariellalgilmore ariellalgilmore left a 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

@@ -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"
Copy link
Member

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

Copy link
Member

@ariellalgilmore ariellalgilmore left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@ariellalgilmore ariellalgilmore added the Ready to merge Label for the pull requests that are ready to merge label Feb 29, 2024
@kodiakhq kodiakhq bot removed the Ready to merge Label for the pull requests that are ready to merge label Feb 29, 2024
Copy link
Contributor

kodiakhq bot commented Feb 29, 2024

This PR currently has a merge conflict. Please resolve this and then re-add the Ready to merge label.

@annawen1 annawen1 added the Ready to merge Label for the pull requests that are ready to merge label Feb 29, 2024
@ariellalgilmore ariellalgilmore merged commit 7a1842e into carbon-design-system:main Feb 29, 2024
4 of 8 checks passed
@annawen1
Copy link
Member

Hey there! This issue/pull request was referenced in recently released v2.5.0.

kennylam pushed a commit to kennylam/carbon-for-ibm-dotcom that referenced this pull request Mar 20, 2024
* 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>
kennylam pushed a commit to kennylam/carbon-for-ibm-dotcom that referenced this pull request Jun 11, 2024
* 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Ready to merge Label for the pull requests that are ready to merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants