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(web-components): migrate web components to the monorepo #17349

Merged
merged 708 commits into from
Sep 20, 2024
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jan 10, 2024

  1. feat(storybook): updated 2 component stories to v7 (#11362)

    * chore(search): update search stories to sb v7
    
    * chore(select): update select stories to sb v7
    
    * chore(select): trim back select imports
    
    * fix(select): use optional chaining on a @query property inside getter
    
    * chore(select): fix case on readOnly
    
    ---------
    
    Co-authored-by: kennylam <909118+kennylam@users.noreply.github.com>
    m4olivei and kennylam authored Jan 10, 2024
    Configuration menu
    Copy the full SHA
    46de741 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f4c66d View commit details
    Browse the repository at this point in the history
  3. feat(storybook): updated 7 component stories to v7 (#11344)

    * fix(loading): update story to v7
    
    * fix(modal): update to v7
    
    * fix(checkbox): update to v7
    
    * fix(list): update to v7
    
    * fix(inline-loading): updated to v7
    
    * fix(data-table): update to v7
    
    * chore(prettier): ran formatter
    
    * fix(list): remove double mdxs
    
    * fix(markdown): replaced description
    
    * Update packages/carbon-web-components/src/components/list/ordered-list.stories.ts
    
    * Update packages/carbon-web-components/src/components/list/ordered-list.stories.ts
    
    ---------
    
    Co-authored-by: kennylam <909118+kennylam@users.noreply.github.com>
    IgnacioBecerra and kennylam authored Jan 10, 2024
    Configuration menu
    Copy the full SHA
    5cb7e5c View commit details
    Browse the repository at this point in the history
  4. feat(layer/dropdown/combo-box): update stories to Storybook v7 (#11318)

    * feat(layer): updated to v7
    
    * feat(dropdown): update story
    
    * feat(combo-box): update to v7
    
    * fix(stories): addressed feedback
    
    * fix(markdown): replaced description
    
    ---------
    
    Co-authored-by: kennylam <909118+kennylam@users.noreply.github.com>
    IgnacioBecerra and kennylam authored Jan 10, 2024
    Configuration menu
    Copy the full SHA
    4170f3d View commit details
    Browse the repository at this point in the history
  5. feat(notification): update story to Storybook v7 (#11331)

    * chore(notification): rename story files for sb v7
    
    * chore(notification): update notification stories to sb v7
    
    * chore(storybook): update spacing on CDN JS markdown docs
    
    ---------
    
    Co-authored-by: kennylam <909118+kennylam@users.noreply.github.com>
    m4olivei and kennylam authored Jan 10, 2024
    Configuration menu
    Copy the full SHA
    31830d8 View commit details
    Browse the repository at this point in the history
  6. feat(multi-select): update story to Storybook v7 (#11327)

    * chore(multi-select): rename story files for sb v7
    
    * chore(multi-select): update file-uploader to sb v7
    
    * chore(multi-select): include sb layer components, remove unused import
    
    * fix(multi-select): controls for disabled, readOnly and invalid
    
    ---------
    
    Co-authored-by: kennylam <909118+kennylam@users.noreply.github.com>
    m4olivei and kennylam authored Jan 10, 2024
    Configuration menu
    Copy the full SHA
    d913d8a View commit details
    Browse the repository at this point in the history
  7. feat(content-switcher): update story to Storybook v7 (#11315)

    * chore(content-switcher): update content-switcher to sb v7
    
    * fix(content-switcher): add imports for content-switcher dependencies
    
    * fix(content-switcher): fix css selector for icon only styles
    
    * fix(content-switcher): restore the size options
    
    * chore(content-switcher): include storybook layers components
    
    ---------
    
    Co-authored-by: kennylam <909118+kennylam@users.noreply.github.com>
    m4olivei and kennylam authored Jan 10, 2024
    Configuration menu
    Copy the full SHA
    b30dc04 View commit details
    Browse the repository at this point in the history
  8. chore(breadcrumb): finish updating breadcrumb to sb v7 (#11310)

    Co-authored-by: kennylam <909118+kennylam@users.noreply.github.com>
    m4olivei and kennylam authored Jan 10, 2024
    Configuration menu
    Copy the full SHA
    ad77587 View commit details
    Browse the repository at this point in the history
  9. feat(accordion): update story to Storybook v7 (#11306)

    * chore(accordion): first pass at updating accordion for sb v7
    
    * chore(accordion): finish updating accordion to sb v7
    
    * chore(accordion): tidy up excess import
    
    ---------
    
    Co-authored-by: Ignacio Becerra <i1becerr@ucsd.edu>
    m4olivei and IgnacioBecerra authored Jan 10, 2024
    Configuration menu
    Copy the full SHA
    d4f65b3 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. feat(date-picker): update story to Storybook v7 (#11276)

    * chore(date-picker): rename for sb v7
    
    * chore(date-picker): convert from knobs to controls
    
    * chore(date-picker): remove storyDocs parameter, causing local failures
    
    * chore(date-picker): add date picker descriptions from React storybook
    
    * chore(date-picker): include storybook layers components
    
    * chore(date-picker): add back actions in sb v7 format
    
    ---------
    
    Co-authored-by: Ignacio Becerra <i1becerr@ucsd.edu>
    m4olivei and IgnacioBecerra authored Jan 11, 2024
    Configuration menu
    Copy the full SHA
    c8082a2 View commit details
    Browse the repository at this point in the history
  2. feat(code-snippet): update story to Storybook v7 (#11312)

    * chore(code-snippet): update code-snippet to sb v7
    
    * chore(code-snippet): include storybook layers components
    
    * chore(code-snippet): include storybook layers components
    
    ---------
    
    Co-authored-by: kennylam <909118+kennylam@users.noreply.github.com>
    Co-authored-by: Ignacio Becerra <i1becerr@ucsd.edu>
    3 people authored Jan 11, 2024
    Configuration menu
    Copy the full SHA
    07ada74 View commit details
    Browse the repository at this point in the history
  3. feat(number-input): update story to Storybook v7 (#11336)

    * chore(number-input): update number-input stories to sb v7
    
    * chore(number-input): fix case on readOnly
    
    ---------
    
    Co-authored-by: kennylam <909118+kennylam@users.noreply.github.com>
    m4olivei and kennylam authored Jan 11, 2024
    Configuration menu
    Copy the full SHA
    3c219cb View commit details
    Browse the repository at this point in the history
  4. fix(tooltip): tooltip persists issue (#11324)

    * fix(tooltip): tooltip persists issue
    
    * chore(prettier): format code
    
    ---------
    
    Co-authored-by: kennylam <909118+kennylam@users.noreply.github.com>
    sangeethababu9223 and kennylam authored Jan 11, 2024
    Configuration menu
    Copy the full SHA
    5a735ae View commit details
    Browse the repository at this point in the history
  5. chore(icon-button): update form-group stories to sb v7 (#11388)

    Co-authored-by: kennylam <909118+kennylam@users.noreply.github.com>
    m4olivei and kennylam authored Jan 11, 2024
    Configuration menu
    Copy the full SHA
    af8452b View commit details
    Browse the repository at this point in the history
  6. feat(icon-button): update story to Storybook v7 (#11387)

    * chore(icon-button): update icon-button stories to sb v7
    
    * fix(icon-button): missing default label
    
    Co-authored-by: kennylam <909118+kennylam@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: kennylam <909118+kennylam@users.noreply.github.com>
    m4olivei and kennylam authored Jan 11, 2024
    Configuration menu
    Copy the full SHA
    e4a049f View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. fix(date-picker): range plugin on import (#11410)

    ### Related Ticket(s)
    
    Closes #none
    
    ### Description
    
    fixes old `on` import and changes it local import
    
    
    <!-- React and Web Component deploy previews are enabled by default. -->
    <!-- To enable additional available deploy previews, apply the following -->
    <!-- labels for the corresponding package: -->
    <!-- *** "test: e2e": Codesandbox examples and e2e integration tests -->
    <!-- *** "package: services": Services -->
    <!-- *** "package: utilities": Utilities -->
    <!-- *** "RTL": React / Web Components (RTL) -->
    <!-- *** "feature flag": React / Web Components (experimental) -->
    ariellalgilmore authored Jan 17, 2024
    Configuration menu
    Copy the full SHA
    bf28ab2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7371fec View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. Merge remote-tracking branch 'upstream/release-cwc/v2.1.2' into fix/d…

    …ate-picker-mixin-import
    kennylam committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    307b5c6 View commit details
    Browse the repository at this point in the history
  2. Update packages/carbon-web-components/src/components/slider/slider.scss

    Co-authored-by: Ariella Gilmore <ariellalgilmore@gmail.com>
    kennylam and ariellalgilmore authored Jan 18, 2024
    Configuration menu
    Copy the full SHA
    ed04752 View commit details
    Browse the repository at this point in the history
  3. feat(slug): update story to Storybook v7 (#11384)

    * chore(slug): update slug stories to sb v7
    
    * chore(slug): update slug example stories to sb v7
    
    * chore(slug): update slug data table stories to sb v7
    
    * chore(slug): update slug form stories to sb v7
    m4olivei authored Jan 18, 2024
    Configuration menu
    Copy the full SHA
    63b1cfe View commit details
    Browse the repository at this point in the history
  4. Merge pull request #11415 from kennylam/chore/merge-cwc-v2.1.2

    chore(merge): merge `release-cwc/v2.1.2` into `main`
    kennylam authored Jan 18, 2024
    Configuration menu
    Copy the full SHA
    5f4b090 View commit details
    Browse the repository at this point in the history
  5. feat(toggle/toggletip): cwc controls (#11395)

    * feat(toggle/toggletip): cwc controls
    
    * fix(toggletip): open prop
    
    * fix(toggletip): body text font
    
    ---------
    
    Co-authored-by: kennylam <909118+kennylam@users.noreply.github.com>
    ariellalgilmore and kennylam authored Jan 18, 2024
    Configuration menu
    Copy the full SHA
    39df66d View commit details
    Browse the repository at this point in the history
  6. feat(storybook): updated 5 components to v7 (#11397)

    * feat(structured-list): update to v7
    
    * feat(tabs): update to v7
    
    * feat(ui-shell): update to v7
    
    * feat(text-input): update to v7
    
    * feat(textarea): update to v7
    
    * fix(prettier): ran prettier
    
    ---------
    
    Co-authored-by: kennylam <909118+kennylam@users.noreply.github.com>
    IgnacioBecerra and kennylam authored Jan 18, 2024
    Configuration menu
    Copy the full SHA
    f857143 View commit details
    Browse the repository at this point in the history
  7. feat(pagination): update story to Storybook v7 (#11401)

    * chore(pagination): update pagination stories to sb v7
    
    * fix(pagination): fix backward-text control
    
    * fix(pagination): specify page-input-disabled property as boolean
    
    ---------
    
    Co-authored-by: kennylam <909118+kennylam@users.noreply.github.com>
    m4olivei and kennylam authored Jan 18, 2024
    Configuration menu
    Copy the full SHA
    1de2e1f View commit details
    Browse the repository at this point in the history
  8. chore(radio-button): update radio-button stories to sb v7 (#11361)

    Co-authored-by: kennylam <909118+kennylam@users.noreply.github.com>
    m4olivei and kennylam authored Jan 18, 2024
    Configuration menu
    Copy the full SHA
    e9128f9 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. fix(number-input): fix incorrect controls border for readonly mode (#…

    …11402)
    
    ### Related Ticket(s)
    
    Closes #11390 
    
    ### Description
    
    Fixed incorrect controls styles for readonly number input
    
    ### Changelog
    
    **New**
    
    - added some styles
    ko1ebayev authored Jan 19, 2024
    Configuration menu
    Copy the full SHA
    fea0b67 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency @carbon/icons to v11.33.0 (#11406)

    [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [@carbon/icons](https://github.com/carbon-design-system/carbon) ([source](https://github.com/carbon-design-system/carbon/tree/HEAD/packages/icons)) | [`11.31.0` -> `11.33.0`](https://renovatebot.com/diffs/npm/@carbon%2ficons/11.31.0/11.33.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@carbon%2ficons/11.33.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@carbon%2ficons/11.33.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@carbon%2ficons/11.31.0/11.33.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@carbon%2ficons/11.31.0/11.33.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>carbon-design-system/carbon (@&#8203;carbon/icons)</summary>
    
    ### [`v11.33.0`](https://github.com/carbon-design-system/carbon/releases/tag/v11.33.0)
    
    [Compare Source](https://github.com/carbon-design-system/carbon/compare/v11.32.0...v11.33.0)
    
    ##### `carbon-components@11.33.0`
    
    ##### Housekeeping 🏠
    
    -   chore(release): v11.33.0 ([#&#8203;14141](https://github.com/carbon-design-system/carbon/issues/14141)) ([`3a58934ee`](https://github.com/carbon-design-system/carbon/commit/3a58934ee))
    -   chore(release): v11.33.0-rc.0 ([#&#8203;14133](https://github.com/carbon-design-system/carbon/issues/14133)) ([`b9e28c4e3`](https://github.com/carbon-design-system/carbon/commit/b9e28c4e3))
    
    ##### `carbon-components-react@8.33.0`
    
    ##### Housekeeping 🏠
    
    -   chore(release): v11.33.0 ([#&#8203;14141](https://github.com/carbon-design-system/carbon/issues/14141)) ([`3a58934ee`](https://github.com/carbon-design-system/carbon/commit/3a58934ee))
    -   chore(release): v11.33.0-rc.0 ([#&#8203;14133](https://github.com/carbon-design-system/carbon/issues/14133)) ([`b9e28c4e3`](https://github.com/carbon-design-system/carbon/commit/b9e28c4e3))
    
    ##### `@carbon/cli@11.12.0`
    
    ##### Housekeeping 🏠
    
    -   chore(release): v11.33.0 ([#&#8203;14141](https://github.com/carbon-design-system/carbon/issues/14141)) ([`3a58934ee`](https://github.com/carbon-design-system/carbon/commit/3a58934ee))
    -   chore(release): v11.33.0-rc.0 ([#&#8203;14133](https://github.com/carbon-design-system/carbon/issues/14133)) ([`b9e28c4e3`](https://github.com/carbon-design-system/carbon/commit/b9e28c4e3))
    
    ##### `@carbon/cli-reporter@10.7.0`
    
    ##### Bug fixes 🐛
    
    -   fix(cli-reporter): fix undefined \_style ([#&#8203;14018](https://github.com/carbon-design-system/carbon/issues/14018)) ([`86eb04892`](https://github.com/carbon-design-system/carbon/commit/86eb04892))
    
    ##### Housekeeping 🏠
    
    -   chore(release): v11.33.0 ([#&#8203;14141](https://github.com/carbon-design-system/carbon/issues/14141)) ([`3a58934ee`](https://github.com/carbon-design-system/carbon/commit/3a58934ee))
    -   chore(release): v11.33.0-rc.0 ([#&#8203;14133](https://github.com/carbon-design-system/carbon/issues/14133)) ([`b9e28c4e3`](https://github.com/carbon-design-system/carbon/commit/b9e28c4e3))
    
    ##### `@carbon/colors@11.17.0`
    
    ##### Housekeeping 🏠
    
    -   chore(release): v11.33.0 ([#&#8203;14141](https://github.com/carbon-design-system/carbon/issues/14141)) ([`3a58934ee`](https://github.com/carbon-design-system/carbon/commit/3a58934ee))
    -   chore(release): v11.33.0-rc.0 ([#&#8203;14133](https://github.com/carbon-design-system/carbon/issues/14133)) ([`b9e28c4e3`](https://github.com/carbon-design-system/carbon/commit/b9e28c4e3))
    
    ##### `@carbon/elements@11.25.0`
    
    ##### Housekeeping 🏠
    
    -   chore(release): v11.33.0 ([#&#8203;14141](https://github.com/carbon-design-system/carbon/issues/14141)) ([`3a58934ee`](https://github.com/carbon-design-system/carbon/commit/3a58934ee))
    -   chore(release): v11.33.0-rc.0 ([#&#8203;14133](https://github.com/carbon-design-system/carbon/issues/14133)) ([`b9e28c4e3`](https://github.com/carbon-design-system/carbon/commit/b9e28c4e3))
    
    ##### `@carbon/grid@11.16.0`
    
    ##### Housekeeping 🏠
    
    -   chore(release): v11.33.0 ([#&#8203;14141](https://github.com/carbon-design-system/carbon/issues/14141)) ([`3a58934ee`](https://github.com/carbon-design-system/carbon/commit/3a58934ee))
    -   chore(deps): bump semver in /packages/grid/examples/css-grid ([#&#8203;14142](https://github.com/carbon-design-system/carbon/issues/14142)) ([`e416444cf`](https://github.com/carbon-design-system/carbon/commit/e416444cf))
    -   chore(release): v11.33.0-rc.0 ([#&#8203;14133](https://github.com/carbon-design-system/carbon/issues/14133)) ([`b9e28c4e3`](https://github.com/carbon-design-system/carbon/commit/b9e28c4e3))
    
    ##### `@carbon/icon-helpers@10.42.0`
    
    ##### Housekeeping 🏠
    
    -   chore(release): v11.33.0 ([#&#8203;14141](https://github.com/carbon-design-system/carbon/issues/14141)) ([`3a58934ee`](https://github.com/carbon-design-system/carbon/commit/3a58934ee))
    -   chore(release): v11.33.0-rc.0 ([#&#8203;14133](https://github.com/carbon-design-system/carbon/issues/14133)) ([`b9e28c4e3`](https://github.com/carbon-design-system/carbon/commit/b9e28c4e3))
    
    ##### `@carbon/icons@11.22.0`
    
    ##### Housekeeping 🏠
    
    -   chore(release): v11.33.0 ([#&#8203;14141](https://github.com/carbon-design-system/carbon/issues/14141)) ([`3a58934ee`](https://github.com/carbon-design-system/carbon/commit/3a58934ee))
    -   chore(release): v11.33.0-rc.0 ([#&#8203;14133](https://github.com/carbon-design-system/carbon/issues/14133)) ([`b9e28c4e3`](https://github.com/carbon-design-system/carbon/commit/b9e28c4e3))
    -   chore(deps): bump semver in /packages/icons/examples/preview ([#&#8203;14079](https://github.com/carbon-design-system/carbon/issues/14079)) ([`395522939`](https://github.com/carbon-design-system/carbon/commit/395522939))
    
    ##### `@carbon/icons-react@11.22.0`
    
    ##### Housekeeping 🏠
    
    -   chore(release): v11.33.0 ([#&#8203;14141](https://github.com/carbon-design-system/carbon/issues/14141)) ([`3a58934ee`](https://github.com/carbon-design-system/carbon/commit/3a58934ee))
    -   chore(release): v11.33.0-rc.0 ([#&#8203;14133](https://github.com/carbon-design-system/carbon/issues/14133)) ([`b9e28c4e3`](https://github.com/carbon-design-system/carbon/commit/b9e28c4e3))
    
    ##### `@carbon/icons-vue@10.71.0`
    
    ##### Housekeeping 🏠
    
    -   chore(release): v11.33.0 ([#&#8203;14141](https://github.com/carbon-design-system/carbon/issues/14141)) ([`3a58934ee`](https://github.com/carbon-design-system/carbon/commit/3a58934ee))
    -   chore(release): v11.33.0-rc.0 ([#&#8203;14133](https://github.com/carbon-design-system/carbon/issues/14133)) ([`b9e28c4e3`](https://github.com/carbon-design-system/carbon/commit/b9e28c4e3))
    
    ##### `@carbon/layout@11.16.0`
    
    ##### Housekeeping 🏠
    
    -   chore(release): v11.33.0 ([#&#8203;14141](https://github.com/carbon-design-system/carbon/issues/14141)) ([`3a58934ee`](https://github.com/carbon-design-system/carbon/commit/3a58934ee))
    -   chore(deps): bump semver in /packages/layout/examples/preview ([#&#8203;14074](https://github.com/carbon-design-system/carbon/issues/14074)) ([`e11af98b5`](https://github.com/carbon-design-system/carbon/commit/e11af98b5))
    -   chore(release): v11.33.0-rc.0 ([#&#8203;14133](https://github.com/carbon-design-system/carbon/issues/14133)) ([`b9e28c4e3`](https://github.com/carbon-design-system/carbon/commit/b9e28c4e3))
    
    ##### `@carbon/motion@11.13.0`
    
    ##### Housekeeping 🏠
    
    -   chore(release): v11.33.0 ([#&#8203;14141](https://github.com/carbon-design-system/carbon/issues/14141)) ([`3a58934ee`](https://github.com/carbon-design-system/carbon/commit/3a58934ee))
    -   chore(release): v11.33.0-rc.0 ([#&#8203;14133](https://github.com/carbon-design-system/carbon/issues/14133)) ([`b9e28c4e3`](https://github.com/carbon-design-system/carbon/commit/b9e28c4e3))
    
    ##### `@carbon/pictograms@12.19.0`
    
    ##### New features 🚀
    
    -   feat(Pictograms): pictogram-master-file-june ([#&#8203;14094](https://github.com/carbon-design-system/carbon/issues/14094)) ([`c1ffb84fd`](https://github.com/carbon-design-system/carbon/commit/c1ffb84fd))
    -   feat(Pictograms): june pictogram additions ([#&#8203;14067](https://github.com/carbon-design-system/carbon/issues/14067)) ([`2ee33d79a`](https://github.com/carbon-design-system/carbon/commit/2ee33d79a))
    
    ##### Bug fixes 🐛
    
    -   fix(pictograms): remove extra category for app--modernization ([#&#8203;14113](https://github.com/carbon-design-system/carbon/issues/14113)) ([`34c358495`](https://github.com/carbon-design-system/carbon/commit/34c358495))
    
    ##### Housekeeping 🏠
    
    -   chore(release): v11.33.0 ([#&#8203;14141](https://github.com/carbon-design-system/carbon/issues/14141)) ([`3a58934ee`](https://github.com/carbon-design-system/carbon/commit/3a58934ee))
    -   chore(release): v11.33.0-rc.0 ([#&#8203;14133](https://github.com/carbon-design-system/carbon/issues/14133)) ([`b9e28c4e3`](https://github.com/carbon-design-system/carbon/commit/b9e28c4e3))
    -   chore(deps): bump semver in /packages/pictograms/examples/preview ([#&#8203;14071](https://github.com/carbon-design-system/carbon/issues/14071)) ([`524aba517`](https://github.com/carbon-design-system/carbon/commit/524aba517))
    
    ##### `@carbon/pictograms-react@11.45.0`
    
    ##### Housekeeping 🏠
    
    -   chore(release): v11.33.0 ([#&#8203;14141](https://github.com/carbon-design-system/carbon/issues/14141)) ([`3a58934ee`](https://github.com/carbon-design-system/carbon/commit/3a58934ee))
    -   chore(release): v11.33.0-rc.0 ([#&#8203;14133](https://github.com/carbon-design-system/carbon/issues/14133)) ([`b9e28c4e3`](https://github.com/carbon-design-system/carbon/commit/b9e28c4e3))
    
    ##### `@carbon/react@1.33.0`
    
    ##### New features 🚀
    
    -   feat(Tag): add as prop to Tag to specify wrapping element ([#&#8203;13959](https://github.com/carbon-design-system/carbon/issues/13959)) ([#&#8203;14112](https://github.com/carbon-design-system/carbon/issues/14112)) ([`fcdecdb53`](https://github.com/carbon-design-system/carbon/commit/fcdecdb53))
    -   feat(Toggle): adds typescript typings to Toggle ([#&#8203;14128](https://github.com/carbon-design-system/carbon/issues/14128)) ([`90a6610e0`](https://github.com/carbon-design-system/carbon/commit/90a6610e0))
    -   feat: convert HeaderName to tsx and update snapshot ([#&#8203;14087](https://github.com/carbon-design-system/carbon/issues/14087)) ([`82d837b83`](https://github.com/carbon-design-system/carbon/commit/82d837b83))
    -   feat: added new react useid hook and tests ([#&#8203;14044](https://github.com/carbon-design-system/carbon/issues/14044)) ([`af94b4fbc`](https://github.com/carbon-design-system/carbon/commit/af94b4fbc))
    
    ##### Bug fixes 🐛
    
    -   fix(DataTableSkeleton): adjust TypeScript types to match behavior ([#&#8203;14114](https://github.com/carbon-design-system/carbon/issues/14114)) ([`84cdca4e9`](https://github.com/carbon-design-system/carbon/commit/84cdca4e9))
    -   fix(UIShell): various fixes to avoid null pointer assertions ([#&#8203;14144](https://github.com/carbon-design-system/carbon/issues/14144)) ([`330b4bf21`](https://github.com/carbon-design-system/carbon/commit/330b4bf21))
    -   fix: update contained list search placeholder ([#&#8203;14105](https://github.com/carbon-design-system/carbon/issues/14105)) ([`f7b7b4d97`](https://github.com/carbon-design-system/carbon/commit/f7b7b4d97))
    -   fix: storybook sort function ([#&#8203;14125](https://github.com/carbon-design-system/carbon/issues/14125)) ([`4b88b7f9c`](https://github.com/carbon-design-system/carbon/commit/4b88b7f9c))
    -   fix(DataTable): check for undefined document obj ([#&#8203;14115](https://github.com/carbon-design-system/carbon/issues/14115)) ([`04add82e0`](https://github.com/carbon-design-system/carbon/commit/04add82e0))
    -   fix: dropdown contrast focus styles ([#&#8203;14017](https://github.com/carbon-design-system/carbon/issues/14017)) ([`a460b2878`](https://github.com/carbon-design-system/carbon/commit/a460b2878))
    -   fix(UIShell): refactor displayName check ([#&#8203;14097](https://github.com/carbon-design-system/carbon/issues/14097)) ([`0a317bfa2`](https://github.com/carbon-design-system/carbon/commit/0a317bfa2))
    -   fix(InlineCheckbox): guard from setting indeterminate on null ref ([#&#8203;14070](https://github.com/carbon-design-system/carbon/issues/14070)) ([`9ed61f7e3`](https://github.com/carbon-design-system/carbon/commit/9ed61f7e3))
    -   fix(Datepicker): fix types ([#&#8203;14080](https://github.com/carbon-design-system/carbon/issues/14080)) ([`e921ee1d2`](https://github.com/carbon-design-system/carbon/commit/e921ee1d2))
    -   fix: make ActionableNotification `subtitle` proptypes node to allow objects ([#&#8203;13821](https://github.com/carbon-design-system/carbon/issues/13821)) ([`c3ea7c86a`](https://github.com/carbon-design-system/carbon/commit/c3ea7c86a))
    
    ##### Documentation 📝
    
    -   docs(readme): include link to sass FAQ ([#&#8203;14123](https://github.com/carbon-design-system/carbon/issues/14123)) ([`d94e75359`](https://github.com/carbon-design-system/carbon/commit/d94e75359))
    -   docs(notification): clarify ActionableNotification usage ([#&#8203;14077](https://github.com/carbon-design-system/carbon/issues/14077)) ([`4ec58e7b2`](https://github.com/carbon-design-system/carbon/commit/4ec58e7b2))
    
    ##### Housekeeping 🏠
    
    -   chore(release): v11.33.0 ([#&#8203;14141](https://github.com/carbon-design-system/carbon/issues/14141)) ([`3a58934ee`](https://github.com/carbon-design-system/carbon/commit/3a58934ee))
    -   chore(release): v11.33.0-rc.0 ([#&#8203;14133](https://github.com/carbon-design-system/carbon/issues/14133)) ([`b9e28c4e3`](https://github.com/carbon-design-system/carbon/commit/b9e28c4e3))
    -   chore: Types for FileUploader, FileUploaderButton, FileUploaderDropContainer, FileUploaderItem, FileUploaderSkeleton, Filename, Upload and ButtonSkeleton ([#&#8203;13992](https://github.com/carbon-design-system/carbon/issues/13992)) ([`033ecc706`](https://github.com/carbon-design-system/carbon/commit/033ecc706))
    
    ##### `@carbon/styles@1.33.0`
    
    ##### Bug fixes 🐛
    
    -   fix(peerDependencies): make sass optional for styles - Solves [@&#8203;carbon/charts](https://github.com/carbon/charts) example issue ([#&#8203;14131](https://github.com/carbon-design-system/carbon/issues/14131)) ([`7330045c6`](https://github.com/carbon-design-system/carbon/commit/7330045c6))
    -   fix: dropdown contrast focus styles ([#&#8203;14017](https://github.com/carbon-design-system/carbon/issues/14017)) ([`a460b2878`](https://github.com/carbon-design-system/carbon/commit/a460b2878))
    
    ##### Housekeeping 🏠
    
    -   chore(release): v11.33.0 ([#&#8203;14141](https://github.com/carbon-design-system/carbon/issues/14141)) ([`3a58934ee`](https://github.com/carbon-design-system/carbon/commit/3a58934ee))
    -   chore(release): v11.33.0-rc.0 ([#&#8203;14133](https://github.com/carbon-design-system/carbon/issues/14133)) ([`b9e28c4e3`](https://github.com/carbon-design-system/carbon/commit/b9e28c4e3))
    
    ##### `@carbon/themes@11.21.0`
    
    ##### Housekeeping 🏠
    
    -   chore(release): v11.33.0 ([#&#8203;14141](https://github.com/carbon-design-system/carbon/issues/14141)) ([`3a58934ee`](https://github.com/carbon-design-system/carbon/commit/3a58934ee))
    -   chore(release): v11.33.0-rc.0 ([#&#8203;14133](https://github.com/carbon-design-system/carbon/issues/14133)) ([`b9e28c4e3`](https://github.com/carbon-design-system/carbon/commit/b9e28c4e3))
    -   chore(deps): bump semver in /packages/themes/examples/preview-v10 ([#&#8203;14073](https://github.com/carbon-design-system/carbon/issues/14073)) ([`eb689371e`](https://github.com/carbon-design-system/carbon/commit/eb689371e))
    -   chore(deps): bump semver in /packages/themes/examples/preview ([#&#8203;14068](https://github.com/carbon-design-system/carbon/issues/14068)) ([`1c25d282f`](https://github.com/carbon-design-system/carbon/commit/1c25d282f))
    
    ##### `@carbon/type@11.20.0`
    
    ##### Housekeeping 🏠
    
    -   chore(release): v11.33.0 ([#&#8203;14141](https://github.com/carbon-design-system/carbon/issues/14141)) ([`3a58934ee`](https://github.com/carbon-design-system/carbon/commit/3a58934ee))
    -   chore(release): v11.33.0-rc.0 ([#&#8203;14133](https://github.com/carbon-design-system/carbon/issues/14133)) ([`b9e28c4e3`](https://github.com/carbon-design-system/carbon/commit/b9e28c4e3))
    -   chore(deps): bump semver in /packages/type/examples/preview ([#&#8203;14072](https://github.com/carbon-design-system/carbon/issues/14072)) ([`c950ddfba`](https://github.com/carbon-design-system/carbon/commit/c950ddfba))
    
    ##### `@carbon/upgrade@11.9.0`
    
    ##### Bug fixes 🐛
    
    -   fix(upgrade): add size prop codemods to upgrade package ([#&#8203;14089](https://github.com/carbon-design-system/carbon/issues/14089)) ([`90da4b9da`](https://github.com/carbon-design-system/carbon/commit/90da4b9da))
    
    ##### Housekeeping 🏠
    
    -   chore(release): v11.33.0 ([#&#8203;14141](https://github.com/carbon-design-system/carbon/issues/14141)) ([`3a58934ee`](https://github.com/carbon-design-system/carbon/commit/3a58934ee))
    -   chore(release): v11.33.0-rc.0 ([#&#8203;14133](https://github.com/carbon-design-system/carbon/issues/14133)) ([`b9e28c4e3`](https://github.com/carbon-design-system/carbon/commit/b9e28c4e3))
    
    ### [`v11.32.0`](https://github.com/carbon-design-system/carbon/releases/tag/v11.32.0)
    
    [Compare Source](https://github.com/carbon-design-system/carbon/compare/v11.31.0...v11.32.0)
    
    ##### `eslint-config-carbon@3.6.0`
    
    ##### Housekeeping 🏠
    
    -   chore(release): v11.32.0 ([#&#8203;14066](https://github.com/carbon-design-system/carbon/issues/14066)) ([`507ddae30`](https://github.com/carbon-design-system/carbon/commit/507ddae30))
    -   chore(release): v11.32.0-rc.0 ([#&#8203;14038](https://github.com/carbon-design-system/carbon/issues/14038)) ([`fe40fbf42`](https://github.com/carbon-design-system/carbon/commit/fe40fbf42))
    
    ##### `stylelint-config-carbon@1.14.0`
    
    ##### Housekeeping 🏠
    
    -   chore(deps): update dependency stylelint to v15 ([#&#8203;13966](https://github.com/carbon-design-system/carbon/issues/13966)) ([`b28d9b792`](https://github.com/carbon-design-system/carbon/commit/b28d9b792))
    
    ##### `carbon-components@11.32.0`
    
    ##### Bug fixes 🐛
    
    -   fix(contextual-layout-tokens): support individual component style imports ([#&#8203;13984](https://github.com/carbon-design-system/carbon/issues/13984)) ([`009bb31a5`](https://github.com/carbon-design-system/carbon/commit/009bb31a5))
    
    ##### Housekeeping 🏠
    
    -   chore(release): v11.32.0 ([#&#8203;14066](https://github.com/carbon-design-system/carbon/issues/14066)) ([`507ddae30`](https://github.com/carbon-design-system/carbon/commit/507ddae30))
    -   chore(release): v11.32.0-rc.0 ([#&#8203;14038](https://github.com/carbon-design-system/carbon/issues/14038)) ([`fe40fbf42`](https://github.com/carbon-design-system/carbon/commit/fe40fbf42))
    
    ##### `carbon-components-react@8.32.0`
    
    ##### Bug fixes 🐛
    
    -   fix(contextual-layout-tokens): support individual component style imports ([#&#8203;13984](https://github.com/carbon-design-system/carbon/issues/13984)) ([`009bb31a5`](https://github.com/carbon-design-system/carbon/commit/009bb31a5))
    
    ##### Housekeeping 🏠
    
    -   chore(release): v11.32.0 ([#&#8203;14066](https://github.com/carbon-design-system/carbon/issues/14066)) ([`507ddae30`](https://github.com/carbon-design-system/carbon/commit/507ddae30))
    -   chore(release): v11.32.0-rc.0 ([#&#8203;14038](https://github.com/carbon-design-system/carbon/issues/14038)) ([`fe40fbf42`](https://github.com/carbon-design-system/carbon/commit/fe40fbf42))
    
    ##### `@carbon/cli@11.11.0`
    
    ##### Housekeeping 🏠
    
    -   chore(package): remove sketch ([#&#8203;14010](https://github.com/carbon-design-system/carbon/issues/14010)) ([`fd00277f8`](https://github.com/carbon-design-system/carbon/commit/fd00277f8))
    
    ##### `@carbon/react@1.32.0`
    
    ##### New features 🚀
    
    -   feat(Tabs): Contained tabs on the grid ([#&#8203;13927](https://github.com/carbon-design-system/carbon/issues/13927)) ([`11c70f3dc`](https://github.com/carbon-design-system/carbon/commit/11c70f3dc))
    -   feat(toggle): fixes disabled issue and adds test ([#&#8203;13958](https://github.com/carbon-design-system/carbon/issues/13958)) ([`5a76564f1`](https://github.com/carbon-design-system/carbon/commit/5a76564f1))
    -   feat: added types for Accordion, AccordionItem, AccordionSkeleton, SkeletonText ([#&#8203;13875](https://github.com/carbon-design-system/carbon/issues/13875)) ([`8bc7bfce4`](https://github.com/carbon-design-system/carbon/commit/8bc7bfce4))
    
    ##### Bug fixes 🐛
    
    -   fix(Link): ensure target is passed down to anchor element ([#&#8203;14041](https://github.com/carbon-design-system/carbon/issues/14041)) ([`f40998c0b`](https://github.com/carbon-design-system/carbon/commit/f40998c0b))
    -   fix(Datepicker): fix calendar cannot close issue ([#&#8203;14028](https://github.com/carbon-design-system/carbon/issues/14028)) ([`5f04156d5`](https://github.com/carbon-design-system/carbon/commit/5f04156d5))
    -   fix(ToggleSkeleton): fix issue with ToggleSkeleton style ([#&#8203;13963](https://github.com/carbon-design-system/carbon/issues/13963)) ([`7de2ef39f`](https://github.com/carbon-design-system/carbon/commit/7de2ef39f))
    -   fix(sass): remove colons from classnames ([#&#8203;14022](https://github.com/carbon-design-system/carbon/issues/14022)) ([`b8422a1d4`](https://github.com/carbon-design-system/carbon/commit/b8422a1d4))
    -   fix(contained-list): explicitly set "list" role ([#&#8203;14019](https://github.com/carbon-design-system/carbon/issues/14019)) ([`b440e5fb9`](https://github.com/carbon-design-system/carbon/commit/b440e5fb9))
    -   fix(UIShell): fix hover issue, reasonable default for enter/exit delay ([#&#8203;13961](https://github.com/carbon-design-system/carbon/issues/13961)) ([`7efc2f3c4`](https://github.com/carbon-design-system/carbon/commit/7efc2f3c4))
    -   fix: dropdown-firefox-voice-over ([#&#8203;13994](https://github.com/carbon-design-system/carbon/issues/13994)) ([`d6701c0b4`](https://github.com/carbon-design-system/carbon/commit/d6701c0b4))
    -   fix(contextual-layout-tokens): support individual component style imports ([#&#8203;13984](https://github.com/carbon-design-system/carbon/issues/13984)) ([`009bb31a5`](https://github.com/carbon-design-system/carbon/commit/009bb31a5))
    -   fix(DataTable): mock Canvas and remove dependency ([#&#8203;13972](https://github.com/carbon-design-system/carbon/issues/13972)) ([`67c7aa7b6`](https://github.com/carbon-design-system/carbon/commit/67c7aa7b6))
    
    ##### Housekeeping 🏠
    
    -   chore(release): v11.32.0 ([#&#8203;14066](https://github.com/carbon-design-system/carbon/issues/14066)) ([`507ddae30`](https://github.com/carbon-design-system/carbon/commit/507ddae30))
    -   chore(release): v11.32.0-rc.0 ([#&#8203;14038](https://github.com/carbon-design-system/carbon/issues/14038)) ([`fe40fbf42`](https://github.com/carbon-design-system/carbon/commit/fe40fbf42))
    -   chore: added types to ControlledPasswordInput ([#&#8203;13995](https://github.com/carbon-design-system/carbon/issues/13995)) ([`8f283a42f`](https://github.com/carbon-design-system/carbon/commit/8f283a42f))
    -   refactor(Button): convert Button component family to TypeScript ([#&#8203;13811](https://github.com/carbon-design-system/carbon/issues/13811)) ([`04644a9ca`](https://github.com/carbon-design-system/carbon/commit/04644a9ca))
    -   chore: typescript type for TableContainer props ([#&#8203;13983](https://github.com/carbon-design-system/carbon/issues/13983)) ([`47fc5c8c0`](https://github.com/carbon-design-system/carbon/commit/47fc5c8c0))
    -   chore: added types for formgroup component ([#&#8203;13988](https://github.com/carbon-design-system/carbon/issues/13988)) ([`99189c69d`](https://github.com/carbon-design-system/carbon/commit/99189c69d))
    -   chore: typescript types for props in TableBody ([#&#8203;13982](https://github.com/carbon-design-system/carbon/issues/13982)) ([`e7800e71a`](https://github.com/carbon-design-system/carbon/commit/e7800e71a))
    -   chore: types for TableExpandHeader props ([#&#8203;13985](https://github.com/carbon-design-system/carbon/issues/13985)) ([`81e2fb9d6`](https://github.com/carbon-design-system/carbon/commit/81e2fb9d6))
    
    ##### `@carbon/styles@1.32.0`
    
    ##### New features 🚀
    
    -   feat(Tabs): Contained tabs on the grid ([#&#8203;13927](https://github.com/carbon-design-system/carbon/issues/13927)) ([`11c70f3dc`](https://github.com/carbon-design-system/carbon/commit/11c70f3dc))
    -   feat(toggle): fixes disabled issue and adds test ([#&#8203;13958](https://github.com/carbon-design-system/carbon/issues/13958)) ([`5a76564f1`](https://github.com/carbon-design-system/carbon/commit/5a76564f1))
    -   feat(tile): support contextual layout tokens (density) ([#&#8203;13937](https://github.com/carbon-design-system/carbon/issues/13937)) ([`b6f1a88a8`](https://github.com/carbon-design-system/carbon/commit/b6f1a88a8))
    
    ##### Bug fixes 🐛
    
    -   fix(ListBoxMenuItem): ensure border-subtle renders correct value ([#&#8203;13879](https://github.com/carbon-design-system/carbon/issues/13879)) ([`99ffdd1e1`](https://github.com/carbon-design-system/carbon/commit/99ffdd1e1))
    -   fix(ToggleSkeleton): fix issue with ToggleSkeleton style ([#&#8203;13963](https://github.com/carbon-design-system/carbon/issues/13963)) ([`7de2ef39f`](https://github.com/carbon-design-system/carbon/commit/7de2ef39f))
    -   fix(sass): remove colons from classnames ([#&#8203;14022](https://github.com/carbon-design-system/carbon/issues/14022)) ([`b8422a1d4`](https://github.com/carbon-design-system/carbon/commit/b8422a1d4))
    -   fix(DataTable): fix padding issue with batch actions ([#&#8203;14024](https://github.com/carbon-design-system/carbon/issues/14024)) ([`1234cfd10`](https://github.com/carbon-design-system/carbon/commit/1234cfd10))
    -   fix(UIShell): fix hover issue, reasonable default for enter/exit delay ([#&#8203;13961](https://github.com/carbon-design-system/carbon/issues/13961)) ([`7efc2f3c4`](https://github.com/carbon-design-system/carbon/commit/7efc2f3c4))
    -   fix(contextual-layout-tokens): support individual component style imports ([#&#8203;13984](https://github.com/carbon-design-system/carbon/issues/13984)) ([`009bb31a5`](https://github.com/carbon-design-system/carbon/commit/009bb31a5))
    -   fix(ActionableNotification): fix padding issue with button ([#&#8203;13971](https://github.com/carbon-design-system/carbon/issues/13971)) ([`dab66af98`](https://github.com/carbon-design-system/carbon/commit/dab66af98))
    
    ##### Housekeeping 🏠
    
    -   chore(release): v11.32.0 ([#&#8203;14066](https://github.com/carbon-design-system/carbon/issues/14066)) ([`507ddae30`](https://github.com/carbon-design-system/carbon/commit/507ddae30))
    -   chore(release): v11.32.0-rc.0 ([#&#8203;14038](https://github.com/carbon-design-system/carbon/issues/14038)) ([`fe40fbf42`](https://github.com/carbon-design-system/carbon/commit/fe40fbf42))
    -   chore(deps): update dependency stylelint to v15 ([#&#8203;13966](https://github.com/carbon-design-system/carbon/issues/13966)) ([`b28d9b792`](https://github.com/carbon-design-system/carbon/commit/b28d9b792))
    
    ##### `@carbon/upgrade@11.8.0`
    
    ##### Housekeeping 🏠
    
    -   chore(release): v11.32.0 ([#&#8203;14066](https://github.com/carbon-design-system/carbon/issues/14066)) ([`507ddae30`](https://github.com/carbon-design-system/carbon/commit/507ddae30))
    -   chore(release): v11.32.0-rc.0 ([#&#8203;14038](https://github.com/carbon-design-system/carbon/issues/14038)) ([`fe40fbf42`](https://github.com/carbon-design-system/carbon/commit/fe40fbf42))
    -   chore(deps): update dependency esbuild to ^0.18.0 ([#&#8203;14029](https://github.com/carbon-design-system/carbon/issues/14029)) ([`40b964809`](https://github.com/carbon-design-system/carbon/commit/40b964809))
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Never, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/carbon-design-system/carbon-for-ibm-dotcom).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMjcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEyNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
    renovate[bot] authored Jan 19, 2024
    Configuration menu
    Copy the full SHA
    7e3319b View commit details
    Browse the repository at this point in the history
  3. fix(select): selected item is not showing for ios/ipados (#11214)

    ### Related Ticket(s)
    
    Closes carbon-design-system/carbon-for-ibm-dotcom#10052
    [Jira ticket](https://jsw.ibm.com/browse/ADCMS-4083)
    
    ### Description
    
    Fix for Labeles not appearing on Safari / IOS
    
    ### Changelog
    
    **Changed**
    
     - How labels on the select component are handled
    
    ---
    Opened to replace carbon-design-system/carbon-for-ibm-dotcom#11080
    marcelojcs authored Jan 19, 2024
    Configuration menu
    Copy the full SHA
    0655982 View commit details
    Browse the repository at this point in the history
  4. chore(package): remove openssl-legacy flag from package.json (#11417)

    ### Description
    
    Removes `openssl-legacy-provider` flag from `package.json` commands. Since `yarn.lock` has been cleaned this is no longer necessary.
    
    ### Changelog
    
    **New**
    
    - {{new thing}}
    
    **Changed**
    
    - {{changed thing}}
    
    **Removed**
    
    - `openssl-legacy-provider` flag from `package.json` commands
    
    <!-- React and Web Component deploy previews are enabled by default. -->
    <!-- To enable additional available deploy previews, apply the following -->
    <!-- labels for the corresponding package: -->
    <!-- *** "test: e2e": Codesandbox examples and e2e integration tests -->
    <!-- *** "package: services": Services -->
    <!-- *** "package: utilities": Utilities -->
    <!-- *** "RTL": React / Web Components (RTL) -->
    <!-- *** "feature flag": React / Web Components (experimental) -->
    kennylam authored Jan 19, 2024
    Configuration menu
    Copy the full SHA
    42384ff View commit details
    Browse the repository at this point in the history
  5. deps(babel): update @babel-traverse to latest (#11419)

    ### Description
    
    This updates `@babel/traverse` to resolve a critical vulnerability: https://github.com/carbon-design-system/carbon-for-ibm-dotcom/security/dependabot/224.
    
    ### Changelog
    
    **Changed**
    
    - update `@babel/traverse` to latest version
    
    <!-- React and Web Component deploy previews are enabled by default. -->
    <!-- To enable additional available deploy previews, apply the following -->
    <!-- labels for the corresponding package: -->
    <!-- *** "test: e2e": Codesandbox examples and e2e integration tests -->
    <!-- *** "package: services": Services -->
    <!-- *** "package: utilities": Utilities -->
    <!-- *** "RTL": React / Web Components (RTL) -->
    <!-- *** "feature flag": React / Web Components (experimental) -->
    kennylam authored Jan 19, 2024
    Configuration menu
    Copy the full SHA
    c1e1ab3 View commit details
    Browse the repository at this point in the history
  6. chore(release): publish

     - @carbon/web-components@2.2.0-rc.0
     - @carbon/ibmdotcom-services@2.2.0-rc.0
     - @carbon/ibmdotcom-styles@2.2.0-rc.0
     - @carbon/ibmdotcom-utilities@2.2.0-rc.0
     - @carbon/ibmdotcom-web-components@2.2.0-rc.0
    ibmdotcom-bot committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    36dd836 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2024

  1. chore(deps): update dependency @carbon/icons to v11.34.0 (#11422)

    [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [@carbon/icons](https://github.com/carbon-design-system/carbon) ([source](https://github.com/carbon-design-system/carbon/tree/HEAD/packages/icons)) | [`11.33.0` -> `11.34.0`](https://renovatebot.com/diffs/npm/@carbon%2ficons/11.33.0/11.34.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@carbon%2ficons/11.34.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@carbon%2ficons/11.34.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@carbon%2ficons/11.33.0/11.34.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@carbon%2ficons/11.33.0/11.34.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>carbon-design-system/carbon (@&#8203;carbon/icons)</summary>
    
    ### [`v11.34.0`](https://github.com/carbon-design-system/carbon/releases/tag/v11.34.0)
    
    [Compare Source](https://github.com/carbon-design-system/carbon/compare/v11.33.0...v11.34.0)
    
    ##### `eslint-config-carbon@3.7.0`
    
    ##### Bug fixes 🐛
    
    -   fix(deps): update dependency eslint-plugin-jsdoc to v46 ([#&#8203;14228](https://github.com/carbon-design-system/carbon/issues/14228)) ([`f1fa642bd`](https://github.com/carbon-design-system/carbon/commit/f1fa642bd))
    -   fix(deps): update dependency eslint-plugin-jest to v27 ([#&#8203;14167](https://github.com/carbon-design-system/carbon/issues/14167)) ([`d5209d1c2`](https://github.com/carbon-design-system/carbon/commit/d5209d1c2))
    -   fix(deps): update dependency eslint-plugin-jest-dom to v5 ([#&#8203;14227](https://github.com/carbon-design-system/carbon/issues/14227)) ([`410931a62`](https://github.com/carbon-design-system/carbon/commit/410931a62))
    
    ##### Housekeeping 🏠
    
    -   chore(release): v11.34.0 ([#&#8203;14282](https://github.com/carbon-design-system/carbon/issues/14282)) ([`42cf1b925`](https://github.com/carbon-design-system/carbon/commit/42cf1b925))
    -   chore(release): v11.34.0 ([#&#8203;14272](https://github.com/carbon-design-system/carbon/issues/14272)) ([`61c4ecb46`](https://github.com/carbon-design-system/carbon/commit/61c4ecb46))
    -   chore(release): v11.34.0-rc.0 ([#&#8203;14243](https://github.com/carbon-design-system/carbon/issues/14243)) ([`52fd3db75`](https://github.com/carbon-design-system/carbon/commit/52fd3db75))
    
    ##### `carbon-components@11.34.0`
    
    ##### Housekeeping 🏠
    
    -   chore(release): v11.34.0 ([#&#8203;14282](https://github.com/carbon-design-system/carbon/issues/14282)) ([`42cf1b925`](https://github.com/carbon-design-system/carbon/commit/42cf1b925))
    -   chore(release): v11.34.0 ([#&#8203;14272](https://github.com/carbon-design-system/carbon/issues/14272)) ([`61c4ecb46`](https://github.com/carbon-design-system/carbon/commit/61c4ecb46))
    -   chore(release): v11.34.0-rc.0 ([#&#8203;14243](https://github.com/carbon-design-system/carbon/issues/14243)) ([`52fd3db75`](https://github.com/carbon-design-system/carbon/commit/52fd3db75))
    
    ##### `carbon-components-react@8.34.0`
    
    ##### Housekeeping 🏠
    
    -   chore(release): v11.34.0 ([#&#8203;14282](https://github.com/carbon-design-system/carbon/issues/14282)) ([`42cf1b925`](https://github.com/carbon-design-system/carbon/commit/42cf1b925))
    -   chore(release): v11.34.0 ([#&#8203;14272](https://github.com/carbon-design-system/carbon/issues/14272)) ([`61c4ecb46`](https://github.com/carbon-design-system/carbon/commit/61c4ecb46))
    -   chore(release): v11.34.0-rc.0 ([#&#8203;14243](https://github.com/carbon-design-system/carbon/issues/14243)) ([`52fd3db75`](https://github.com/carbon-design-system/carbon/commit/52fd3db75))
    
    ##### `@carbon/cli@11.13.0`
    
    ##### Housekeeping 🏠
    
    -   chore(release): v11.34.0 ([#&#8203;14282](https://github.com/carbon-design-system/carbon/issues/14282)) ([`42cf1b925`](https://github.com/carbon-design-system/carbon/commit/42cf1b925))
    -   chore(release): v11.34.0 ([#&#8203;14272](https://github.com/carbon-design-system/carbon/issues/14272)) ([`61c4ecb46`](https://github.com/carbon-design-system/carbon/commit/61c4ecb46))
    -   chore(release): v11.34.0-rc.0 ([#&#8203;14243](https://github.com/carbon-design-system/carbon/issues/14243)) ([`52fd3db75`](https://github.com/carbon-design-system/carbon/commit/52fd3db75))
    -   chore(deps-dev): bump stylelint from 15.7.0 to 15.10.1 ([#&#8203;14162](https://github.com/carbon-design-system/carbon/issues/14162)) ([`f8a0c3450`](https://github.com/carbon-design-system/carbon/commit/f8a0c3450))
    -   chore(deps): update dependency replace-in-file to v7 ([#&#8203;13922](https://github.com/carbon-design-system/carbon/issues/13922)) ([`1bf2d4f6c`](https://github.com/carbon-design-system/carbon/commit/1bf2d4f6c))
    
    ##### `@carbon/colors@11.18.0`
    
    ##### Housekeeping 🏠
    
    -   chore(release): v11.34.0 ([#&#8203;14282](https://github.com/carbon-design-system/carbon/issues/14282)) ([`42cf1b925`](https://github.com/carbon-design-system/carbon/commit/42cf1b925))
    -   chore(release): v11.34.0 ([#&#8203;14272](https://github.com/carbon-design-system/carbon/issues/14272)) ([`61c4ecb46`](https://github.com/carbon-design-system/carbon/commit/61c4ecb46))
    -   chore(release): v11.34.0-rc.0 ([#&#8203;14243](https://github.com/carbon-design-system/carbon/issues/14243)) ([`52fd3db75`](https://github.com/carbon-design-system/carbon/commit/52fd3db75))
    -   chore(deps): bump semver in /packages/colors/examples/sass-modules ([#&#8203;14180](https://github.com/carbon-design-system/carbon/issues/14180)) ([`3ab83bbb9`](https://github.com/carbon-design-system/carbon/commit/3ab83bbb9))
    -   chore(deps): bump semver in /packages/colors/examples/preview ([#&#8203;14182](https://github.com/carbon-design-system/carbon/issues/14182)) ([`443900bfe`](https://github.com/carbon-design-system/carbon/commit/443900bfe))
    
    ##### `@carbon/elements@11.26.0`
    
    ##### Housekeeping 🏠
    
    -   chore(release): v11.34.0 ([#&#8203;14282](https://github.com/carbon-design-system/carbon/issues/14282)) ([`42cf1b925`](https://github.com/carbon-design-system/carbon/commit/42cf1b925))
    -   chore(release): v11.34.0 ([#&#8203;14272](https://github.com/carbon-design-system/carbon/issues/14272)) ([`61c4ecb46`](https://github.com/carbon-design-system/carbon/commit/61c4ecb46))
    -   chore(release): v11.34.0-rc.0 ([#&#8203;14243](https://github.com/carbon-design-system/carbon/issues/14243)) ([`52fd3db75`](https://github.com/carbon-design-system/carbon/commit/52fd3db75))
    -   chore(deps): update dependency replace-in-file to v7 ([#&#8203;13922](https://github.com/carbon-design-system/carbon/issues/13922)) ([`1bf2d4f6c`](https://github.com/carbon-design-system/carbon/commit/1bf2d4f6c))
    
    ##### `@carbon/grid@11.17.0`
    
    ##### Housekeeping 🏠
    
    -   chore(release): v11.34.0 ([#&#8203;14282](https://github.com/carbon-design-system/carbon/issues/14282)) ([`42cf1b925`](https://github.com/carbon-design-system/carbon/commit/42cf1b925))
    -   chore(release): v11.34.0 ([#&#8203;14272](https://github.com/carbon-design-system/carbon/issues/14272)) ([`61c4ecb46`](https://github.com/carbon-design-system/carbon/commit/61c4ecb46))
    -   chore(release): v11.34.0-rc.0 ([#&#8203;14243](https://github.com/carbon-design-system/carbon/issues/14243)) ([`52fd3db75`](https://github.com/carbon-design-system/carbon/commit/52fd3db75))
    
    ##### `@carbon/icon-helpers@10.43.0`
    
    ##### Housekeeping 🏠
    
    -   chore(release): v11.34.0 ([#&#8203;14282](https://github.com/carbon-design-system/carbon/issues/14282)) ([`42cf1b925`](https://github.com/carbon-design-system/carbon/commit/42cf1b925))
    -   chore(release): v11.34.0 ([#&#8203;14272](https://github.com/carbon-design-system/carbon/issues/14272)) ([`61c4ecb46`](https://github.com/carbon-design-system/carbon/commit/61c4ecb46))
    -   chore(release): v11.34.0-rc.0 ([#&#8203;14243](https://github.com/carbon-design-system/carbon/issues/14243)) ([`52fd3db75`](https://github.com/carbon-design-system/carbon/commit/52fd3db75))
    
    ##### `@carbon/icons@11.23.0`
    
    ##### Housekeeping 🏠
    
    -   chore(release): v11.34.0 ([#&#8203;14282](https://github.com/carbon-design-system/carbon/issues/14282)) ([`42cf1b925`](https://github.com/carbon-design-system/carbon/commit/42cf1b925))
    -   chore(release): v11.34.0 ([#&#8203;14272](https://github.com/carbon-design-system/carbon/issues/14272)) ([`61c4ecb46`](https://github.com/carbon-design-system/carbon/commit/61c4ecb46))
    -   chore(release): v11.34.0-rc.0 ([#&#8203;14243](https://github.com/carbon-design-system/carbon/issues/14243)) ([`52fd3db75`](https://github.com/carbon-design-system/carbon/commit/52fd3db75))
    
    ##### `@carbon/icons-react@11.23.0`
    
    ##### Housekeeping 🏠
    
    -   chore(release): v11.34.0 ([#&#8203;14282](https://github.com/carbon-design-system/carbon/issues/14282)) ([`42cf1b925`](https://github.com/carbon-design-system/carbon/commit/42cf1b925))
    -   chore(release): v11.34.0 ([#&#8203;14272](https://github.com/carbon-design-system/carbon/issues/14272)) ([`61c4ecb46`](https://github.com/carbon-design-system/carbon/commit/61c4ecb46))
    -   chore(release): v11.34.0-rc.0 ([#&#8203;14243](https://github.com/carbon-design-system/carbon/issues/14243)) ([`52fd3db75`](https://github.com/carbon-design-system/carbon/commit/52fd3db75))
    -   chore(deps): bump semver in /packages/icons-react/examples/storybook ([#&#8203;14177](https://github.com/carbon-design-system/carbon/issues/14177)) ([`59f997f28`](https://github.com/carbon-design-system/carbon/commit/59f997f28))
    
    ##### `@carbon/icons-vue@10.72.0`
    
    ##### Housekeeping 🏠
    
    -   chore(release): v11.34.0 ([#&#8203;14282](https://github.com/carbon-design-system/carbon/issues/14282)) ([`42cf1b925`](https://github.com/carbon-design-system/carbon/commit/42cf1b925))
    -   chore(release): v11.34.0 ([#&#8203;14272](https://github.com/carbon-design-system/carbon/issues/14272)) ([`61c4ecb46`](https://github.com/carbon-design-system/carbon/commit/61c4ecb46))
    -   chore(release): v11.34.0-rc.0 ([#&#8203;14243](https://github.com/carbon-design-system/carbon/issues/14243)) ([`52fd3db75`](https://github.com/carbon-design-system/carbon/commit/52fd3db75))
    -   chore(deps): bump semver in /packages/icons-vue/examples/storybook ([#&#8203;14189](https://github.com/carbon-design-system/carbon/issues/14189)) ([`fdcf2da32`](https://github.com/carbon-design-system/carbon/commit/fdcf2da32))
    -   chore(deps): bump semver in /packages/icons-vue/examples/vue-cli ([#&#8203;14187](https://github.com/carbon-design-system/carbon/issues/14187)) ([`0dbc85413`](https://github.com/carbon-design-system/carbon/commit/0dbc85413))
    
    ##### `@carbon/layout@11.17.0`
    
    ##### Housekeeping 🏠
    
    -   chore(release): v11.34.0 ([#&#8203;14282](https://github.com/carbon-design-system/carbon/issues/14282)) ([`42cf1b925`](https://github.com/carbon-design-system/carbon/commit/42cf1b925))
    -   chore(release): v11.34.0 ([#&#8203;14272](https://github.com/carbon-design-system/carbon/issues/14272)) ([`61c4ecb46`](https://github.com/carbon-design-system/carbon/commit/61c4ecb46))
    -   chore(release): v11.34.0-rc.0 ([#&#8203;14243](https://github.com/carbon-design-system/carbon/issues/14243)) ([`52fd3db75`](https://github.com/carbon-design-system/carbon/commit/52fd3db75))
    
    ##### `@carbon/motion@11.14.0`
    
    ##### Housekeeping 🏠
    
    -   chore(release): v11.34.0 ([#&#8203;14282](https://github.com/carbon-design-system/carbon/issues/14282)) ([`42cf1b925`](https://github.com/carbon-design-system/carbon/commit/42cf1b925))
    -   chore(release): v11.34.0 ([#&#8203;14272](https://github.com/carbon-design-system/carbon/issues/14272)) ([`61c4ecb46`](https://github.com/carbon-design-system/carbon/commit/61c4ecb46))
    -   chore(release): v11.34.0-rc.0 ([#&#8203;14243](https://github.com/carbon-design-system/carbon/issues/14243)) ([`52fd3db75`](https://github.com/carbon-design-system/carbon/commit/52fd3db75))
    
    ##### `@carbon/pictograms@12.20.0`
    
    ##### New features 🚀
    
    -   feat(Pictograms): new pictograms and new category ([#&#8203;14246](https://github.com/carbon-design-system/carbon/issues/14246)) ([`9e8605ac3`](https://github.com/carbon-design-system/carbon/commit/9e8605ac3))
    -   feat(Pictograms): updated yaml for watsonx ([#&#8203;14204](https://github.com/carbon-design-system/carbon/issues/14204)) ([`3a350eb58`](https://github.com/carbon-design-system/carbon/commit/3a350eb58))
    
    ##### Housekeeping 🏠
    
    -   chore(release): v11.34.0 ([#&#8203;14282](https://github.com/carbon-design-system/carbon/issues/14282)) ([`42cf1b925`](https://github.com/carbon-design-system/carbon/commit/42cf1b925))
    -   chore(release): v11.34.0 ([#&#8203;14272](https://github.com/carbon-design-system/carbon/issues/14272)) ([`61c4ecb46`](https://github.com/carbon-design-system/carbon/commit/61c4ecb46))
    -   chore(release): v11.34.0-rc.0 ([#&#8203;14243](https://github.com/carbon-design-system/carbon/issues/14243)) ([`52fd3db75`](https://github.com/carbon-design-system/carbon/commit/52fd3db75))
    
    ##### `@carbon/pictograms-react@11.46.0`
    
    ##### Housekeeping 🏠
    
    -   chore(release): v11.34.0 ([#&#8203;14282](https://github.com/carbon-design-system/carbon/issues/14282)) ([`42cf1b925`](https://github.com/carbon-design-system/carbon/commit/42cf1b925))
    -   chore(release): v11.34.0 ([#&#8203;14272](https://github.com/carbon-design-system/carbon/issues/14272)) ([`61c4ecb46`](https://github.com/carbon-design-system/carbon/commit/61c4ecb46))
    -   chore(release): v11.34.0-rc.0 ([#&#8203;14243](https://github.com/carbon-design-system/carbon/issues/14243)) ([`52fd3db75`](https://github.com/carbon-design-system/carbon/commit/52fd3db75))
    -   chore(deps): bump semver ([#&#8203;14178](https://github.com/carbon-design-system/carbon/issues/14178)) ([`5beb2b95b`](https://github.com/carbon-design-system/carbon/commit/5beb2b95b))
    
    ##### `@carbon/react@1.34.0`
    
    ##### New features 🚀
    
    -   feat(tabs): support contextual layout tokens (size & density) ([#&#8203;13951](https://github.com/carbon-design-system/carbon/issues/13951)) ([`149d34df3`](https://github.com/carbon-design-system/carbon/commit/149d34df3))
    
    ##### Bug fixes 🐛
    
    -   fix(textarea): persist onChange for React 16 ([#&#8203;14249](https://github.com/carbon-design-system/carbon/issues/14249)) ([`eac9de1b1`](https://github.com/carbon-design-system/carbon/commit/eac9de1b1))
    -   fix(deps): update dependency eslint-plugin-jsdoc to v46 ([#&#8203;14228](https://github.com/carbon-design-system/carbon/issues/14228)) ([`f1fa642bd`](https://github.com/carbon-design-system/carbon/commit/f1fa642bd))
    -   fix(Toggle): make onClick optional in TypeScript interface ([#&#8203;14226](https://github.com/carbon-design-system/carbon/issues/14226)) ([`77157e24a`](https://github.com/carbon-design-system/carbon/commit/77157e24a))
    -   fix(storybook): fix issue with text rendering in storybook props table ([#&#8203;14207](https://github.com/carbon-design-system/carbon/issues/14207)) ([`f2aa20811`](https://github.com/carbon-design-system/carbon/commit/f2aa20811))
    -   fix(DataTable): fix a11y issues with selection variant ([#&#8203;14206](https://github.com/carbon-design-system/carbon/issues/14206)) ([`a41006915`](https://github.com/carbon-design-system/carbon/commit/a41006915))
    -   fix(button): add min-height and bottom padding for wrapping ([#&#8203;14193](https://github.com/carbon-design-system/carbon/issues/14193)) ([`5391d96f2`](https://github.com/carbon-design-system/carbon/commit/5391d96f2))
    -   fix(ContainedList): fix a11y error in story ([#&#8203;14192](https://github.com/carbon-design-system/carbon/issues/14192)) ([`a6962034f`](https://github.com/carbon-design-system/carbon/commit/a6962034f))
    -   fix: fixed VO and JAWS problem in FF and Safari ([#&#8203;14156](https://github.com/carbon-design-system/carbon/issues/14156)) ([`ef1336aba`](https://github.com/carbon-design-system/carbon/commit/ef1336aba))
    -   fix(Search): close expandable search on escape key ([#&#8203;14076](https://github.com/carbon-design-system/carbon/issues/14076)) ([`dd3698c00`](https://github.com/carbon-design-system/carbon/commit/dd3698c00))
    -   fix(docs): use name export for Button ([#&#8203;14194](https://github.com/carbon-design-system/carbon/issues/14194)) ([`bd8136dbe`](https://github.com/carbon-design-system/carbon/commit/bd8136dbe))
    -   fix(storybook): update devtools toolbar for storybook 7 ([#&#8203;14179](https://github.com/carbon-design-system/carbon/issues/14179)) ([`a72388eb8`](https://github.com/carbon-design-system/carbon/commit/a72388eb8))
    -   fix(ComboButton): import IconButton before Button ([#&#8203;14155](https://github.com/carbon-design-system/carbon/issues/14155)) ([`f63a688df`](https://github.com/carbon-design-system/carbon/commit/f63a688df))
    -   fix(useid): guard against useId not being exported ([#&#8203;14153](https://github.com/carbon-design-system/carbon/issues/14153)) ([`d594e9bf3`](https://github.com/carbon-design-system/carbon/commit/d594e9bf3))
    
    ##### Documentation 📝
    
    -   docs(datatable): add a disabled button to the batch action example story ([#&#8203;14218](https://github.com/carbon-design-system/carbon/issues/14218)) ([`3be26a735`](https://github.com/carbon-design-system/carbon/commit/3be26a735))
    
    ##### Housekeeping 🏠
    
    -   chore(release): v11.34.0 ([#&#8203;14282](https://github.com/carbon-design-system/carbon/issues/14282)) ([`42cf1b925`](https://github.com/carbon-design-system/carbon/commit/42cf1b925))
    -   chore(release): v11.34.0 ([#&#8203;14272](https://github.com/carbon-design-system/carbon/issues/14272)) ([`61c4ecb46`](https://github.com/carbon-design-system/carbon/commit/61c4ecb46))
    -   chore(deps): bump word-wrap ([#&#8203;14247](https://github.com/carbon-design-system/carbon/issues/14247)) ([`ca2098e55`](https://github.com/carbon-design-system/carbon/commit/ca2098e55))
    -   chore(release): v11.34.0-rc.0 ([#&#8203;14243](https://github.com/carbon-design-system/carbon/issues/14243)) ([`52fd3db75`](https://github.com/carbon-design-system/carbon/commit/52fd3db75))
    -   chore(a11y): update to latest ruleset ([#&#8203;14171](https://github.com/carbon-design-system/carbon/issues/14171)) ([`1ccdb5c88`](https://github.com/carbon-design-system/carbon/commit/1ccdb5c88))
    -   chore(deps): bump semver in /packages/react/examples/codesandbox ([#&#8203;14175](https://github.com/carbon-design-system/carbon/issues/14175)) ([`c0aa65a61`](https://github.com/carbon-design-system/carbon/commit/c0aa65a61))
    -   chore(deps): bump semver in /packages/react/examples/custom-css-prefix ([#&#8203;14188](https://github.com/carbon-design-system/carbon/issues/14188)) ([`84be67264`](https://github.com/carbon-design-system/carbon/commit/84be67264))
    -   chore(deps): bump semver ([#&#8203;14176](https://github.com/carbon-design-system/carbon/issues/14176)) ([`35ebd7ca9`](https://github.com/carbon-design-system/carbon/commit/35ebd7ca9))
    
    ##### `@carbon/styles@1.34.0`
    
    ##### New features 🚀
    
    -   feat(tabs): support contextual layout tokens (size & density) ([#&#8203;13951](https://github.com/carbon-design-system/carbon/issues/13951)) ([`149d34df3`](https://github.com/carbon-design-system/carbon/commit/149d34df3))
    
    ##### Bug fixes 🐛
    
    -   fix(Popover): fix safari styling bug with Popover ([#&#8203;14221](https://github.com/carbon-design-system/carbon/issues/14221)) ([`cdff026ee`](https://github.com/carbon-design-system/carbon/commit/cdff026ee))
    -   fix(Toggletip): update type token ([#&#8203;14202](https://github.com/carbon-design-system/carbon/issues/14202)) ([`2e55184cf`](https://github.com/carbon-design-system/carbon/commit/2e55184cf))
    -   fix(button): add min-height and bottom padding for wrapping ([#&#8203;14193](https://github.com/carbon-design-system/carbon/issues/14193)) ([`5391d96f2`](https://github.com/carbon-design-system/carbon/commit/5391d96f2))
    -   fix(tile): prevent padding change on hover when disabled ([#&#8203;14196](https://github.com/carbon-design-system/carbon/issues/14196)) ([`f20a3a4cc`](https://github.com/carbon-design-system/carbon/commit/f20a3a4cc))
    -   fix(Search): close expandable search on escape key ([#&#8203;14076](https://github.com/carbon-design-system/carbon/issues/14076)) ([`dd3698c00`](https://github.com/carbon-design-system/carbon/commit/dd3698c00))
    -   fix(treeview): xs size variant ([#&#8203;14157](https://github.com/carbon-design-system/carbon/issues/14157)) ([`d6b9b7c3b`](https://github.com/carbon-design-system/carbon/commit/d6b9b7c3b))
    
    ##### Housekeeping 🏠
    
    -   chore(release): v11.34.0 ([#&#8203;14282](https://github.com/carbon-design-system/carbon/issues/14282)) ([`42cf1b925`](https://github.com/carbon-design-system/carbon/commit/42cf1b925))
    -   chore(release): v11.34.0 ([#&#8203;14272](https://github.com/carbon-design-system/carbon/issues/14272)) ([`61c4ecb46`](https://github.com/carbon-design-system/carbon/commit/61c4ecb46))
    -   chore(release): v11.34.0-rc.0 ([#&#8203;14243](https://github.com/carbon-design-system/carbon/issues/14243)) ([`52fd3db75`](https://github.com/carbon-design-system/carbon/commit/52fd3db75))
    
    ##### `@carbon/themes@11.22.0`
    
    ##### Housekeeping 🏠
    
    -   chore(release): v11.34.0 ([#&#8203;14282](https://github.com/carbon-design-system/carbon/issues/14282)) ([`42cf1b925`](https://github.com/carbon-design-system/carbon/commit/42cf1b925))
    -   chore(release): v11.34.0 ([#&#8203;14272](https://github.com/carbon-design-system/carbon/issues/14272)) ([`61c4ecb46`](https://github.com/carbon-design-system/carbon/commit/61c4ecb46))
    -   chore(release): v11.34.0-rc.0 ([#&#8203;14243](https://github.com/carbon-design-system/carbon/issues/14243)) ([`52fd3db75`](https://github.com/carbon-design-system/carbon/commit/52fd3db75))
    -   chore(deps): bump semver in /packages/themes/examples/sass-modules ([#&#8203;14181](https://github.com/carbon-design-system/carbon/issues/14181)) ([`bc03553f8`](https://github.com/carbon-design-system/carbon/commit/bc03553f8))
    
    ##### `@carbon/type@11.21.0`
    
    ##### Housekeeping 🏠
    
    -   chore(release): v11.34.0 ([#&#8203;14282](https://github.com/carbon-design-system/carbon/issues/14282)) ([`42cf1b925`](https://github.com/carbon-design-system/carbon/commit/42cf1b925))
    -   chore(release): v11.34.0 ([#&#8203;14272](https://github.com/carbon-design-system/carbon/issues/14272)) ([`61c4ecb46`](https://github.com/carbon-design-system/carbon/commit/61c4ecb46))
    -   chore(release): v11.34.0-rc.0 ([#&#8203;14243](https://github.com/carbon-design-system/carbon/issues/14243)) ([`52fd3db75`](https://github.com/carbon-design-system/carbon/commit/52fd3db75))
    
    ##### `@carbon/upgrade@11.10.0`
    
    ##### New features 🚀
    
    -   feat(upgrade): `update-carbon-icons-react-import-to-carbon-react` codemod ([#&#8203;14217](https://github.com/carbon-design-system/carbon/issues/14217)) ([`e0382e6d0`](https://github.com/carbon-design-system/carbon/commit/e0382e6d0))
    
    ##### Bug fixes 🐛
    
    -   fix(deps): update dependency eslint-plugin-jsdoc to v46 ([#&#8203;14228](https://github.com/carbon-design-system/carbon/issues/14228)) ([`f1fa642bd`](https://github.com/carbon-design-system/carbon/commit/f1fa642bd))
    
    ##### Housekeeping 🏠
    
    -   chore(release): v11.34.0 ([#&#8203;14282](https://github.com/carbon-design-system/carbon/issues/14282)) ([`42cf1b925`](https://github.com/carbon-design-system/carbon/commit/42cf1b925))
    -   chore(release): v11.34.0 ([#&#8203;14272](https://github.com/carbon-design-system/carbon/issues/14272)) ([`61c4ecb46`](https://github.com/carbon-design-system/carbon/commit/61c4ecb46))
    -   chore(release): v11.34.0-rc.0 ([#&#8203;14243](https://github.com/carbon-design-system/carbon/issues/14243)) ([`52fd3db75`](https://github.com/carbon-design-system/carbon/commit/52fd3db75))
    -   chore(deps): update dependency memfs to v4 ([#&#8203;14129](https://github.com/carbon-design-system/carbon/issues/14129)) ([`221277016`](https://github.com/carbon-design-system/carbon/commit/221277016))
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Never, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/carbon-design-system/carbon-for-ibm-dotcom).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMzUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEzNS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
    renovate[bot] authored Jan 20, 2024
    Configuration menu
    Copy the full SHA
    ffa16bc View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency sass to ~1.70.0 (#11427)

    [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [sass](https://github.com/sass/dart-sass) | [`~1.69.5` -> `~1.70.0`](https://renovatebot.com/diffs/npm/sass/1.69.5/1.70.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/sass/1.70.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/sass/1.70.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/sass/1.69.5/1.70.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/sass/1.69.5/1.70.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>sass/dart-sass (sass)</summary>
    
    ### [`v1.70.0`](https://github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1700)
    
    [Compare Source](https://github.com/sass/dart-sass/compare/1.69.7...1.70.0)
    
    ##### JavaScript API
    
    -   Add a `sass.initCompiler()` function that returns a `sass.Compiler` object
        which supports `compile()` and `compileString()` methods with the same API as
        the global Sass object. On the Node.js embedded host, each `sass.Compiler`
        object uses a single long-lived subprocess, making compiling multiple
        stylesheets much more efficient.
    
    -   Add a `sass.initAsyncCompiler()` function that returns a `sass.AsyncCompiler`
        object which supports `compileAsync()` and `compileStringAsync()` methods with
        the same API as the global Sass object. On the Node.js embedded host, each
        `sass.AsynCompiler` object uses a single long-lived subprocess, making
        compiling multiple stylesheets much more efficient.
    
    ##### Embedded Sass
    
    -   Support the `CompileRequest.silent` field. This allows compilations with no
        logging to avoid unnecessary request/response cycles.
    
    -   The Dart Sass embedded compiler now reports its name as "dart-sass" rather
        than "Dart Sass", to match the JS API's `info` field.
    
    ### [`v1.69.7`](https://github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1697)
    
    [Compare Source](https://github.com/sass/dart-sass/compare/1.69.6...1.69.7)
    
    ##### Embedded Sass
    
    -   In the JS Embedded Host, properly install the x64 Dart Sass executable on
        ARM64 Windows.
    
    ### [`v1.69.6`](https://github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1696)
    
    [Compare Source](https://github.com/sass/dart-sass/compare/1.69.5...1.69.6)
    
    -   Produce better output for numbers with complex units in `meta.inspect()` and
        debugging messages.
    
    -   Escape U+007F DELETE when serializing strings.
    
    -   When generating CSS error messages to display in-browser, escape all code
        points that aren't in the US-ASCII region. Previously only code points U+0100
        LATIN CAPITAL LETTER A WITH MACRON were escaped.
    
    -   Provide official releases for musl LibC and for Android.
    
    -   Don't crash when running `meta.apply()` in asynchronous mode.
    
    ##### JS API
    
    -   Fix a bug where certain exceptions could produce `SourceSpan`s that didn't
        follow the documented `SourceSpan` API.
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Never, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/carbon-design-system/carbon-for-ibm-dotcom).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMzUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEzNS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
    renovate[bot] authored Jan 20, 2024
    Configuration menu
    Copy the full SHA
    df55b63 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. fix(progress-indicator): label attribute not showing when there is wh…

    …en there is white space before closing tag (#11430)
    
    …ite space before closing
    
    ### Related Ticket(s)
    
    Closes #11167
    
    ### Description
    
    The label text of the web component does not show when there are spaces or line breaks before the closing tag.
    There is an unnamed slot in the component, which replaces the `<p>` tag with the white space inside the component.
    
    ### Changelog
    
    **Changed**
    
    - Named the slot the to `label-text`.
    
    <!-- React and Web Component deploy previews are enabled by default. -->
    <!-- To enable additional available deploy previews, apply the following -->
    <!-- labels for the corresponding package: -->
    <!-- *** "test: e2e": Codesandbox examples and e2e integration tests -->
    <!-- *** "package: services": Services -->
    <!-- *** "package: utilities": Utilities -->
    <!-- *** "RTL": React / Web Components (RTL) -->
    <!-- *** "feature flag": React / Web Components (experimental) -->
    sangeethababu9223 authored Jan 22, 2024
    Configuration menu
    Copy the full SHA
    4259dcf View commit details
    Browse the repository at this point in the history
  2. chore(deps): remove duplicate build storybook from percy command (#11433

    )
    
    ### Description
    
    The `build-storybook` is running twice since it is included in the `visual-snapshot` command. This removes the extra build command.
    
    ### Changelog
    
    **New**
    
    - {{new thing}}
    
    **Changed**
    
    - {{changed thing}}
    
    **Removed**
    
    - remove `build-storybook` from `visual-snapshot`
    
    <!-- React and Web Component deploy previews are enabled by default. -->
    <!-- To enable additional available deploy previews, apply the following -->
    <!-- labels for the corresponding package: -->
    <!-- *** "test: e2e": Codesandbox examples and e2e integration tests -->
    <!-- *** "package: services": Services -->
    <!-- *** "package: utilities": Utilities -->
    <!-- *** "RTL": React / Web Components (RTL) -->
    <!-- *** "feature flag": React / Web Components (experimental) -->
    kennylam authored Jan 22, 2024
    Configuration menu
    Copy the full SHA
    32505ee View commit details
    Browse the repository at this point in the history
  3. feat(skeleton-icon): new cwc component (#11434)

    ### Related Ticket(s)
    
    Closes #11380 
    ### Description
    
    Adds new skeleton icon component
    ### Changelog
    
    **New**
    
    - skeleton icon readme, story, codesandbox examples
    
    <!-- React and Web Component deploy previews are enabled by default. -->
    <!-- To enable additional available deploy previews, apply the following -->
    <!-- labels for the corresponding package: -->
    <!-- *** "test: e2e": Codesandbox examples and e2e integration tests -->
    <!-- *** "package: services": Services -->
    <!-- *** "package: utilities": Utilities -->
    <!-- *** "RTL": React / Web Components (RTL) -->
    <!-- *** "feature flag": React / Web Components (experimental) -->
    ariellalgilmore authored Jan 22, 2024
    Configuration menu
    Copy the full SHA
    9087c20 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. chore(deps): update dependency @carbon/pictograms-react to v11.56.0 (…

    …#11423)
    
    [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [@carbon/pictograms-react](https://github.com/carbon-design-system/carbon) ([source](https://github.com/carbon-design-system/carbon/tree/HEAD/packages/pictograms-react)) | [`11.55.0` -> `11.56.0`](https://renovatebot.com/diffs/npm/@carbon%2fpictograms-react/11.55.0/11.56.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@carbon%2fpictograms-react/11.56.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@carbon%2fpictograms-react/11.56.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@carbon%2fpictograms-react/11.55.0/11.56.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@carbon%2fpictograms-react/11.55.0/11.56.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>carbon-design-system/carbon (@&#8203;carbon/pictograms-react)</summary>
    
    ### [`v11.56.0`](https://github.com/carbon-design-system/carbon/compare/5dfe589ff6ce498c8f8040a55f05a15624e84df5...6d133d4f920b7c01f6ea2221938a339c14a85b42)
    
    [Compare Source](https://github.com/carbon-design-system/carbon/compare/5dfe589ff6ce498c8f8040a55f05a15624e84df5...6d133d4f920b7c01f6ea2221938a339c14a85b42)
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Never, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/carbon-design-system/carbon-for-ibm-dotcom).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMzUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEzNS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
    renovate[bot] authored Jan 23, 2024
    Configuration menu
    Copy the full SHA
    ade9ac8 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. feat(tile): update to storybook v7 (#11437)

    * feat(tile): update to storybook v7
    
    * fix(tile): addressed comments
    
    * Update packages/carbon-web-components/src/components/tile/tile.stories.ts
    
    * Update packages/carbon-web-components/src/components/tile/tile.stories.ts
    
    ---------
    
    Co-authored-by: kennylam <909118+kennylam@users.noreply.github.com>
    IgnacioBecerra and kennylam authored Jan 24, 2024
    Configuration menu
    Copy the full SHA
    8dd8fb3 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. chore(deps): replace dependency read-pkg-up with read-package-up ^11.…

    …0.0 (#11460)
    
    [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [read-pkg-up](https://github.com/sindresorhus/read-pkg-up) | devDependencies | replacement | [`^7.0.0` -> `^11.0.0`](https://renovatebot.com/diffs/npm/read-pkg-up/7.0.1/) |
    
    This is a special PR that replaces `read-pkg-up` with the community suggested minimal stable replacement version.
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Never, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/carbon-design-system/carbon-for-ibm-dotcom).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
    renovate[bot] authored Jan 29, 2024
    Configuration menu
    Copy the full SHA
    39b77c5 View commit details
    Browse the repository at this point in the history
  2. chore(release): 2.2.0 merge fixes (#11463)

    ### Related Ticket(s)
    
    Closes # {{Provide issue number link(s) to the related ticket(s) that this pull request addresses}}
    
    ### Description
    
    {{Add a human-readable description / detail summary of what the PR is changing and any details around how and why}}
    
    {{If applicable, include a screenshot indicating an example or examples of what the PR is changing in the application}}
    
    ### Changelog
    
    **New**
    
    - {{new thing}}
    
    **Changed**
    
    - {{changed thing}}
    
    **Removed**
    
    - {{removed thing}}
    
    <!-- React and Web Component deploy previews are enabled by default. -->
    <!-- To enable additional available deploy previews, apply the following -->
    <!-- labels for the corresponding package: -->
    <!-- *** "test: e2e": Codesandbox examples and e2e integration tests -->
    <!-- *** "package: services": Services -->
    <!-- *** "package: utilities": Utilities -->
    <!-- *** "RTL": React / Web Components (RTL) -->
    <!-- *** "feature flag": React / Web Components (experimental) -->
    ariellalgilmore authored Jan 29, 2024
    Configuration menu
    Copy the full SHA
    0407feb View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. [carbon-web-components]: popover Storybook 7 update (#11407)

    * feat(popover): convert to storybook 7: rename files
    
    * feat(popover): convert to storybook 7
    
    * feat(popover): Change Storybook main file
    
    * feat(popover): Small code adjustments
    
    * feat(popover): Small code adjustment
    
    ---------
    
    Co-authored-by: Ignacio Becerra <i1becerr@ucsd.edu>
    marcelojcs and IgnacioBecerra authored Jan 30, 2024
    Configuration menu
    Copy the full SHA
    b7cf497 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. chore(deps): update dependency @carbon/icons to v11.34.1 (#11454)

    [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [@carbon/icons](https://github.com/carbon-design-system/carbon) ([source](https://github.com/carbon-design-system/carbon/tree/HEAD/packages/icons)) | [`11.34.0` -> `11.34.1`](https://renovatebot.com/diffs/npm/@carbon%2ficons/11.34.0/11.34.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@carbon%2ficons/11.34.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@carbon%2ficons/11.34.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@carbon%2ficons/11.34.0/11.34.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@carbon%2ficons/11.34.0/11.34.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>carbon-design-system/carbon (@&#8203;carbon/icons)</summary>
    
    ### [`v11.34.1`](https://github.com/carbon-design-system/carbon/releases/tag/v11.34.1)
    
    [Compare Source](https://github.com/carbon-design-system/carbon/compare/v11.34.0...v11.34.1)
    
    ##### `eslint-config-carbon@3.7.1`
    
    ##### Housekeeping 🏠
    
    -   chore(release): v11.34.1 ([`22b28f5d0`](https://github.com/carbon-design-system/carbon/commit/22b28f5d0))
    -   chore(release): v11.34.0 ([#&#8203;14282](https://github.com/carbon-design-system/carbon/issues/14282)) ([`42cf1b925`](https://github.com/carbon-design-system/carbon/commit/42cf1b925))
    -   chore(release): v11.34.0 ([`92d86277f`](https://github.com/carbon-design-system/carbon/commit/92d86277f))
    
    ##### `carbon-components@11.34.1`
    
    ##### Housekeeping 🏠
    
    -   chore(release): v11.34.1 ([`22b28f5d0`](https://github.com/carbon-design-system/carbon/commit/22b28f5d0))
    -   chore(release): v11.34.0 ([#&#8203;14282](https://github.com/carbon-design-system/carbon/issues/14282)) ([`42cf1b925`](https://github.com/carbon-design-system/carbon/commit/42cf1b925))
    -   chore(release): v11.34.0 ([`92d86277f`](https://github.com/carbon-design-system/carbon/commit/92d86277f))
    
    ##### `carbon-components-react@8.34.1`
    
    ##### Housekeeping 🏠
    
    -   chore(release): v11.34.1 ([`22b28f5d0`](https://github.com/carbon-design-system/carbon/commit/22b28f5d0))
    -   chore(release): v11.34.0 ([#&#8203;14282](https://github.com/carbon-design-system/carbon/issues/14282)) ([`42cf1b925`](https://github.com/carbon-design-system/carbon/commit/42cf1b925))
    -   chore(release): v11.34.0 ([`92d86277f`](https://github.com/carbon-design-system/carbon/commit/92d86277f))
    
    ##### `@carbon/cli@11.13.1`
    
    ##### Housekeeping 🏠
    
    -   chore(release): v11.34.1 ([`22b28f5d0`](https://github.com/carbon-design-system/carbon/commit/22b28f5d0))
    -   chore(release): v11.34.0 ([#&#8203;14282](https://github.com/carbon-design-system/carbon/issues/14282)) ([`42cf1b925`](https://github.com/carbon-design-system/carbon/commit/42cf1b925))
    -   chore(release): v11.34.0 ([`92d86277f`](https://github.com/carbon-design-system/carbon/commit/92d86277f))
    
    ##### `@carbon/colors@11.18.1`
    
    ##### Housekeeping 🏠
    
    -   chore(release): v11.34.1 ([`22b28f5d0`](https://github.com/carbon-design-system/carbon/commit/22b28f5d0))
    -   chore(release): v11.34.0 ([#&#8203;14282](https://github.com/carbon-design-system/carbon/issues/14282)) ([`42cf1b925`](https://github.com/carbon-design-system/carbon/commit/42cf1b925))
    -   chore(release): v11.34.0 ([`92d86277f`](https://github.com/carbon-design-system/carbon/commit/92d86277f))
    
    ##### `@carbon/elements@11.26.1`
    
    ##### Housekeeping 🏠
    
    -   chore(release): v11.34.1 ([`22b28f5d0`](https://github.com/carbon-design-system/carbon/commit/22b28f5d0))
    -   chore(release): v11.34.0 ([#&#8203;14282](https://github.com/carbon-design-system/carbon/issues/14282)) ([`42cf1b925`](https://github.com/carbon-design-system/carbon/commit/42cf1b925))
    -   chore(release): v11.34.0 ([`92d86277f`](https://github.com/carbon-design-system/carbon/commit/92d86277f))
    
    ##### `@carbon/grid@11.17.1`
    
    ##### Housekeeping 🏠
    
    -   chore(release): v11.34.1 ([`22b28f5d0`](https://github.com/carbon-design-system/carbon/commit/22b28f5d0))
    -   chore(release): v11.34.0 ([#&#8203;14282](https://github.com/carbon-design-system/carbon/issues/14282)) ([`42cf1b925`](https://github.com/carbon-design-system/carbon/commit/42cf1b925))
    -   chore(release): v11.34.0 ([`92d86277f`](https://github.com/carbon-design-system/carbon/commit/92d86277f))
    
    ##### `@carbon/icon-helpers@10.43.1`
    
    ##### Housekeeping 🏠
    
    -   chore(release): v11.34.1 ([`22b28f5d0`](https://github.com/carbon-design-system/carbon/commit/22b28f5d0))
    -   chore(release): v11.34.0 ([#&#8203;14282](https://github.com/carbon-design-system/carbon/issues/14282)) ([`42cf1b925`](https://github.com/carbon-design-system/carbon/commit/42cf1b925))
    -   chore(release): v11.34.0 ([`92d86277f`](https://github.com/carbon-design-system/carbon/commit/92d86277f))
    
    ##### `@carbon/icons@11.23.1`
    
    ##### Housekeeping 🏠
    
    -   chore(release): v11.34.1 ([`22b28f5d0`](https://github.com/carbon-design-system/carbon/commit/22b28f5d0))
    -   chore(release): v11.34.0 ([#&#8203;14282](https://github.com/carbon-design-system/carbon/issues/14282)) ([`42cf1b925`](https://github.com/carbon-design-system/carbon/commit/42cf1b925))
    -   chore(release): v11.34.0 ([`92d86277f`](https://github.com/carbon-design-system/carbon/commit/92d86277f))
    
    ##### `@carbon/icons-react@11.23.1`
    
    ##### Housekeeping 🏠
    
    -   chore(release): v11.34.1 ([`22b28f5d0`](https://github.com/carbon-design-system/carbon/commit/22b28f5d0))
    -   chore(release): v11.34.0 ([#&#8203;14282](https://github.com/carbon-design-system/carbon/issues/14282)) ([`42cf1b925`](https://github.com/carbon-design-system/carbon/commit/42cf1b925))
    -   chore(release): v11.34.0 ([`92d86277f`](https://github.com/carbon-design-system/carbon/commit/92d86277f))
    
    ##### `@carbon/icons-vue@10.72.1`
    
    ##### Housekeeping 🏠
    
    -   chore(release): v11.34.1 ([`22b28f5d0`](https://github.com/carbon-design-system/carbon/commit/22b28f5d0))
    -   chore(release): v11.34.0 ([#&#8203;14282](https://github.com/carbon-design-system/carbon/issues/14282)) ([`42cf1b925`](https://github.com/carbon-design-system/carbon/commit/42cf1b925))
    -   chore(release): v11.34.0 ([`92d86277f`](https://github.com/carbon-design-system/carbon/commit/92d86277f))
    
    ##### `@carbon/layout@11.17.1`
    
    ##### Housekeeping 🏠
    
    -   chore(release): v11.34.1 ([`22b28f5d0`](https://github.com/carbon-design-system/carbon/commit/22b28f5d0))
    -   chore(release): v11.34.0 ([#&#8203;14282](https://github.com/carbon-design-system/carbon/issues/14282)) ([`42cf1b925`](https://github.com/carbon-design-system/carbon/commit/42cf1b925))
    -   chore(release): v11.34.0 ([`92d86277f`](https://github.com/carbon-design-system/carbon/commit/92d86277f))
    
    ##### `@carbon/motion@11.14.1`
    
    ##### Housekeeping 🏠
    
    -   chore(release): v11.34.1 ([`22b28f5d0`](https://github.com/carbon-design-system/carbon/commit/22b28f5d0))
    -   chore(release): v11.34.0 ([#&#8203;14282](https://github.com/carbon-design-system/carbon/issues/14282)) ([`42cf1b925`](https://github.com/carbon-design-system/carbon/commit/42cf1b925))
    -   chore(release): v11.34.0 ([`92d86277f`](https://github.com/carbon-design-system/carbon/commit/92d86277f))
    
    ##### `@carbon/pictograms@12.20.1`
    
    ##### Housekeeping 🏠
    
    -   chore(release): v11.34.1 ([`22b28f5d0`](https://github.com/carbon-design-system/carbon/commit/22b28f5d0))
    -   chore(release): v11.34.0 ([#&#8203;14282](https://github.com/carbon-design-system/carbon/issues/14282)) ([`42cf1b925`](https://github.com/carbon-design-system/carbon/commit/42cf1b925))
    -   chore(release): v11.34.0 ([`92d86277f`](https://github.com/carbon-design-system/carbon/commit/92d86277f))
    
    ##### `@carbon/pictograms-react@11.46.1`
    
    ##### Housekeeping 🏠
    
    -   chore(release): v11.34.1 ([`22b28f5d0`](https://github.com/carbon-design-system/carbon/commit/22b28f5d0))
    -   chore(release): v11.34.0 ([#&#8203;14282](https://github.com/carbon-design-system/carbon/issues/14282)) ([`42cf1b925`](https://github.com/carbon-design-system/carbon/commit/42cf1b925))
    -   chore(release): v11.34.0 ([`92d86277f`](https://github.com/carbon-design-system/carbon/commit/92d86277f))
    
    ##### `@carbon/react@1.34.1`
    
    ##### Bug fixes 🐛
    
    -   fix(button): update imports to use the default export instead of named ([#&#8203;14301](https://github.com/carbon-design-system/carbon/issues/14301)) ([`4226f7a9c`](https://github.com/carbon-design-system/carbon/commit/4226f7a9c))
    
    ##### Housekeeping 🏠
    
    -   chore(release): v11.34.1 ([`22b28f5d0`](https://github.com/carbon-design-system/carbon/commit/22b28f5d0))
    -   chore(release): v11.34.0 ([#&#8203;14282](https://github.com/carbon-design-system/carbon/issues/14282)) ([`42cf1b925`](https://github.com/carbon-design-system/carbon/commit/42cf1b925))
    -   chore(release): v11.34.0 ([`92d86277f`](https://github.com/carbon-design-system/carbon/commit/92d86277f))
    
    ##### `@carbon/styles@1.34.1`
    
    ##### Housekeeping 🏠
    
    -   chore(release): v11.34.1 ([`22b28f5d0`](https://github.com/carbon-design-system/carbon/commit/22b28f5d0))
    -   chore(release): v11.34.0 ([#&#8203;14282](https://github.com/carbon-design-system/carbon/issues/14282)) ([`42cf1b925`](https://github.com/carbon-design-system/carbon/commit/42cf1b925))
    -   chore(release): v11.34.0 ([`92d86277f`](https://github.com/carbon-design-system/carbon/commit/92d86277f))
    
    ##### `@carbon/themes@11.22.1`
    
    ##### Housekeeping 🏠
    
    -   chore(release): v11.34.1 ([`22b28f5d0`](https://github.com/carbon-design-system/carbon/commit/22b28f5d0))
    -   chore(release): v11.34.0 ([#&#8203;14282](https://github.com/carbon-design-system/carbon/issues/14282)) ([`42cf1b925`](https://github.com/carbon-design-system/carbon/commit/42cf1b925))
    -   chore(release): v11.34.0 ([`92d86277f`](https://github.com/carbon-design-system/carbon/commit/92d86277f))
    
    ##### `@carbon/type@11.21.1`
    
    ##### Housekeeping 🏠
    
    -   chore(release): v11.34.1 ([`22b28f5d0`](https://github.com/carbon-design-system/carbon/commit/22b28f5d0))
    -   chore(release): v11.34.0 ([#&#8203;14282](https://github.com/carbon-design-system/carbon/issues/14282)) ([`42cf1b925`](https://github.com/carbon-design-system/carbon/commit/42cf1b925))
    -   chore(release): v11.34.0 ([`92d86277f`](https://github.com/carbon-design-system/carbon/commit/92d86277f))
    
    ##### `@carbon/upgrade@11.10.1`
    
    ##### Housekeeping 🏠
    
    -   chore(release): v11.34.1 ([`22b28f5d0`](https://github.com/carbon-design-system/carbon/commit/22b28f5d0))
    -   chore(release): v11.34.0 ([#&#8203;14282](https://github.com/carbon-design-system/carbon/issues/14282)) ([`42cf1b925`](https://github.com/carbon-design-system/carbon/commit/42cf1b925))
    -   chore(release): v11.34.0 ([`92d86277f`](https://github.com/carbon-design-system/carbon/commit/92d86277f))
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Never, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/carbon-design-system/carbon-for-ibm-dotcom).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMzUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEzNS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
    renovate[bot] authored Jan 31, 2024
    Configuration menu
    Copy the full SHA
    15314d5 View commit details
    Browse the repository at this point in the history
  2. fix(datatable): selection function not working as expected (#11449)

    ### Related Ticket(s)
    
    Closes #11349
    
    ### Description
    
    To use Selection on DataTable, the documentation states that just need to add the `is-selectable` property in the cds-table tag and setting the prop will automatically set a numerical `selection-name` attribute to every row. This does not happen.
    
    ### Changelog
    
    **Changed**
    
    - Updated the selection functionality to check if `is-selectable` property set to the DataTable, and if so to add `selection-name` property to the rows.
    
    <!-- React and Web Component deploy previews are enabled by default. -->
    <!-- To enable additional available deploy previews, apply the following -->
    <!-- labels for the corresponding package: -->
    <!-- *** "test: e2e": Codesandbox examples and e2e integration tests -->
    <!-- *** "package: services": Services -->
    <!-- *** "package: utilities": Utilities -->
    <!-- *** "RTL": React / Web Components (RTL) -->
    <!-- *** "feature flag": React / Web Components (experimental) -->
    sangeethababu9223 authored Jan 31, 2024
    Configuration menu
    Copy the full SHA
    cb1d603 View commit details
    Browse the repository at this point in the history
  3. fix(stackblitz): fix and standardize masthead examples for v2 (#11199)

    ### Related Ticket(s)
    
    ### Description
    
    Updates the masthead component's ~~CodeSandbox~~ Stackblitz examples with up-to-date demonstrations for v2.
    
    ### Changelog
    
    **Changed**
    
    - Updates masthead Stackblitz examples for v2.
    
    <!-- React and Web Component deploy previews are enabled by default. -->
    <!-- To enable additional available deploy previews, apply the following -->
    <!-- labels for the corresponding package: -->
    <!-- *** "test: e2e": Codesandbox examples and e2e integration tests -->
    <!-- *** "package: services": Services -->
    <!-- *** "package: utilities": Utilities -->
    <!-- *** "RTL": React / Web Components (RTL) -->
    <!-- *** "feature flag": React / Web Components (experimental) -->
    jkaeser authored Jan 31, 2024
    Configuration menu
    Copy the full SHA
    411f319 View commit details
    Browse the repository at this point in the history
  4. feat(icon skeleton): storybook update (#11442)

    * feat(skeleton-icon): new cwc component (#11434)
    
    ### Related Ticket(s)
    
    Closes #11380 
    ### Description
    
    Adds new skeleton icon component
    ### Changelog
    
    **New**
    
    - skeleton icon readme, story, codesandbox examples
    
    <!-- React and Web Component deploy previews are enabled by default. -->
    <!-- To enable additional available deploy previews, apply the following -->
    <!-- labels for the corresponding package: -->
    <!-- *** "test: e2e": Codesandbox examples and e2e integration tests -->
    <!-- *** "package: services": Services -->
    <!-- *** "package: utilities": Utilities -->
    <!-- *** "RTL": React / Web Components (RTL) -->
    <!-- *** "feature flag": React / Web Components (experimental) -->
    
    * feat(skeleton-icon): storybook v7
    
    ---------
    
    Co-authored-by: kennylam <909118+kennylam@users.noreply.github.com>
    ariellalgilmore and kennylam authored Jan 31, 2024
    Configuration menu
    Copy the full SHA
    81b2381 View commit details
    Browse the repository at this point in the history
  5. fix(data table): filter issue in expansion table (#11438)

    ### Related Ticket(s)
    
    Closes #11179
    
    ### Description
    
    For expansion table, filtering doesn't include the content in the expanded row.
    
    
    ### Changelog
    
    **Changed**
    
    - Updated the filter function to check the expanded row.
    
    <!-- React and Web Component deploy previews are enabled by default. -->
    <!-- To enable additional available deploy previews, apply the following -->
    <!-- labels for the corresponding package: -->
    <!-- *** "test: e2e": Codesandbox examples and e2e integration tests -->
    <!-- *** "package: services": Services -->
    <!-- *** "package: utilities": Utilities -->
    <!-- *** "RTL": React / Web Components (RTL) -->
    <!-- *** "feature flag": React / Web Components (experimental) -->
    sangeethababu9223 authored Jan 31, 2024
    Configuration menu
    Copy the full SHA
    5ec4121 View commit details
    Browse the repository at this point in the history
  6. fix(overflow-menu): position jumping (#11448)

    ### Related Ticket(s)
    
    Closes #9827 
    
    ### Description
    
    the `refBottom` needs to be compared to the `containerTop`, so that the menu sticks to the bottom of button
    
    Example (using local `yarn pack`:
    https://codesandbox.io/p/devbox/test-overflowmenu-t4slfp?file=%2F.codesandbox%2Ftasks.json%3A1%2C241
    live demo: https://t4slfp-9000.csb.app/
    ### Changelog
    
    **New**
    
    - {{new thing}}
    
    **Changed**
    
    - changed `refBottom` to a let and then equal `refBottom = refBottom - containerTop;`
    - ^ wondering if this can be cleaned up code wise, but testing locally with overflow-menu it seems successful
    
    **Removed**
    
    - {{removed thing}}
    
    <!-- React and Web Component deploy previews are enabled by default. -->
    <!-- To enable additional available deploy previews, apply the following -->
    <!-- labels for the corresponding package: -->
    <!-- *** "test: e2e": Codesandbox examples and e2e integration tests -->
    <!-- *** "package: services": Services -->
    <!-- *** "package: utilities": Utilities -->
    <!-- *** "RTL": React / Web Components (RTL) -->
    <!-- *** "feature flag": React / Web Components (experimental) -->
    ariellalgilmore authored Jan 31, 2024
    Configuration menu
    Copy the full SHA
    31e8c0b View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. Fix(datatable): setting default sort column doesn't work (#11468)

    ### Related Ticket(s)
    
    Closes #11451
    
    ### Description
    
    Setting default sort column for data table using `sort-direction` property doesn't work.
    
    ### Changelog
    
    **New**
    
    - Added a condition to check if during initial load `sort-direction` is set for any of the table header cells, and if so sort that column by default.
    
    **Changed**
    
    - Moved sorting into separate function so that it can be called during initial load as well as on click event on sort icons. 
    
    
    <!-- React and Web Component deploy previews are enabled by default. -->
    <!-- To enable additional available deploy previews, apply the following -->
    <!-- labels for the corresponding package: -->
    <!-- *** "test: e2e": Codesandbox examples and e2e integration tests -->
    <!-- *** "package: services": Services -->
    <!-- *** "package: utilities": Utilities -->
    <!-- *** "RTL": React / Web Components (RTL) -->
    <!-- *** "feature flag": React / Web Components (experimental) -->
    sangeethababu9223 authored Feb 1, 2024
    Configuration menu
    Copy the full SHA
    9ca959e View commit details
    Browse the repository at this point in the history
  2. fix(tabs): Restore the highlight style when tab is selected (#11181)

    ### Related Ticket(s)
    
    Closes #11147
    
    ### Description
    
    The current tab is not correctly highlighted, the border-bottom color doesn't have the correct color:
    The Storybook is correctly showing the color but I cannot reproduce it in my project. I created a reproduction of the bug in stackblitz.
    
    Storybook:
    ![image](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/assets/24749324/114df562-bd03-416d-ad09-d060db4dbd41)
    
    Stackblitz
    ![image](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/assets/24749324/f6f11445-9b38-46fb-b394-8c95e5da90b5)
    
    Looking at the code in [this line](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/blob/91e50fa5cfcd5a5b4950ad09bc76cc89b1dc09e0/packages/carbon-web-components/src/components/tabs/tabs.scss#L104) of the scss, the [selected] is appended to the tabs so the built selector is:
    
    :host(cds-tabs)[selected].
    
    This is not a valid selector and it should be:
    
    :host(cds-tabs[selected]).
    
    I confirmed the compilation with the compiled source in the navigator.
    
    ### Changelog
    
    **New**
    
    - Set the style when the tab is selected with the correct selector.
    
    **Changed**
    
    **Removed**
    
    - Deleted the scss code that used the wrong selector.
    
    <!-- React and Web Component deploy previews are enabled by default. -->
    <!-- To enable additional available deploy previews, apply the following -->
    <!-- labels for the corresponding package: -->
    <!-- *** "test: e2e": Codesandbox examples and e2e integration tests -->
    <!-- *** "package: services": Services -->
    <!-- *** "package: utilities": Utilities -->
    <!-- *** "RTL": React / Web Components (RTL) -->
    <!-- *** "feature flag": React / Web Components (experimental) -->
    siaikin authored Feb 1, 2024
    Configuration menu
    Copy the full SHA
    9e9c172 View commit details
    Browse the repository at this point in the history
  3. chore(docs): fix CDN URLs in Storybook docs (#11477)

    ### Description
    
    This updates the URLs for CDN artifacts in Storybook component documentation.
    
    ### Changelog
    
    **New**
    
    - {{new thing}}
    
    **Changed**
    
    - CDN URLs
    - update docs
    
    **Removed**
    
    - {{removed thing}}
    
    <!-- React and Web Component deploy previews are enabled by default. -->
    <!-- To enable additional available deploy previews, apply the following -->
    <!-- labels for the corresponding package: -->
    <!-- *** "test: e2e": Codesandbox examples and e2e integration tests -->
    <!-- *** "package: services": Services -->
    <!-- *** "package: utilities": Utilities -->
    <!-- *** "RTL": React / Web Components (RTL) -->
    <!-- *** "feature flag": React / Web Components (experimental) -->
    kennylam authored Feb 1, 2024
    Configuration menu
    Copy the full SHA
    0542090 View commit details
    Browse the repository at this point in the history
  4. deps(yarn): upgrade Yarn to v4.1.0 (#11469)

    ### Description
    
    Upgrade Yarn to v4.1.0
    
    ### Changelog
    
    **New**
    
    - {{new thing}}
    
    **Changed**
    
    - upgrade Yarn to v4.1.0
    
    **Removed**
    
    - {{removed thing}}
    
    <!-- React and Web Component deploy previews are enabled by default. -->
    <!-- To enable additional available deploy previews, apply the following -->
    <!-- labels for the corresponding package: -->
    <!-- *** "test: e2e": Codesandbox examples and e2e integration tests -->
    <!-- *** "package: services": Services -->
    <!-- *** "package: utilities": Utilities -->
    <!-- *** "RTL": React / Web Components (RTL) -->
    <!-- *** "feature flag": React / Web Components (experimental) -->
    kennylam authored Feb 1, 2024
    Configuration menu
    Copy the full SHA
    659b5c8 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. fix(dropdown): remove excess border of first dropdown element (#11400)

    ### Related Ticket(s)
    
    #11271 
    
    Closes #11271 
    
    ### Description
    
    Just querying first element of dropdown and removing its `border-block-start-width`
    
    ### Changelog
    
    **Changed**
    
    - updated `dropdown.scss` with 5 new lines
    ko1ebayev authored Feb 2, 2024
    Configuration menu
    Copy the full SHA
    5b04354 View commit details
    Browse the repository at this point in the history
  2. docs(events): added missing events to docs (#11479)

    ### Related Ticket(s)
    #11350 
    
    ### Description
    Our current docs lack some of the events our components dispatch, this includes them in the JSDoc description using `@fires`.
    
    ### Changelog
    
    **New**
    
    - added missing events from component docs in CWC
    
    <!-- React and Web Component deploy previews are enabled by default. -->
    <!-- To enable additional available deploy previews, apply the following -->
    <!-- labels for the corresponding package: -->
    <!-- *** "test: e2e": Codesandbox examples and e2e integration tests -->
    <!-- *** "package: services": Services -->
    <!-- *** "package: utilities": Utilities -->
    <!-- *** "RTL": React / Web Components (RTL) -->
    <!-- *** "feature flag": React / Web Components (experimental) -->
    IgnacioBecerra authored Feb 2, 2024
    Configuration menu
    Copy the full SHA
    fa0ab81 View commit details
    Browse the repository at this point in the history
  3. feat(sidepanel): introduce side panel component (#11201)

    Contributes to: carbon-design-system/carbon-labs#16
    
    ### Description
    
    Very much a draft version of the SidePanel. 
    
    It is currently based on the branch `clean_main`.
    
    It has a number of missing features 
    
    Questions:
    - Button set does not re-order when stacked. I am uncertain if the behavior is possible with Web components
    - Story knobs not working as expected even when changing stories. Not found a declaration form that is either succinct or correctly updates even between stories. Ideally it should be possible to declare many stories with a single template and different default knobs.
    
    Review:
    - Feedback on the component produced so far would be useful, as it is the fist Web Component I have produced.
    
    For feature parity with the React SidePanel the following are required
     - [ ] button set to re-order when stacked
     - [ ] Selector-initial-focus not functional
     - [ ] Add 2nd step story
     - [ ] Fix action bar refresh bug - this is a circular resize/scroll issue in reality the HTML needs a refactor to correctly use sticky
       but that involves changing the IBM Products code carbon-design-system/ibm-products#4065
    
    
    NOTES: 
    - Storybooks feels a bit unwieldy for WebComponents, but that may just be use of V6 storybook.
    lee-chase authored Feb 2, 2024
    Configuration menu
    Copy the full SHA
    7ee2e7e View commit details
    Browse the repository at this point in the history
  4. fix(data-table): Sorting and expansion doesn't work together (#11416)

    ### Related Ticket(s)
    
    Closes #11178 #11481
    
    ### Description
    
    Sorting and Expansion option works individually, but sorting is not working when used along with expansion option in Data Table. 
    Checking for `is-sortable` attribute during initial load seems to fix this issue.
    
    Selection option is enabled for Data table by default without adding the is-selectable attribute to the table element.
    
    ### Changelog
    
    **New**
    
    - A function to handle the sorting action is added.
    
    **Changed**
    
    - `is-sortable` attribute was being checked only for changeAttribute cases, this is updated to check on initial load too. 
    - Added a condition to check if is-selectable attribute is added to the Data table component
    
    <!-- React and Web Component deploy previews are enabled by default. -->
    <!-- To enable additional available deploy previews, apply the following -->
    <!-- labels for the corresponding package: -->
    <!-- *** "test: e2e": Codesandbox examples and e2e integration tests -->
    <!-- *** "package: services": Services -->
    <!-- *** "package: utilities": Utilities -->
    <!-- *** "RTL": React / Web Components (RTL) -->
    <!-- *** "feature flag": React / Web Components (experimental) -->
    sangeethababu9223 authored Feb 2, 2024
    Configuration menu
    Copy the full SHA
    91b2782 View commit details
    Browse the repository at this point in the history
  5. feat(tile): slug ai updates (#11484)

    ### Related Ticket(s)
    
    Follows: #15596 & #15591
    ### Description
    
    Updates Tile with carbon gradient
    ### Changelog
    
    **Changed**
    
    - new carbon upgrade (using RC atm -> will need to update to full release)
    - updated tile slug styles like core
    - the new core styles fix an error with number-input slug revert styles
    
    
    <!-- React and Web Component deploy previews are enabled by default. -->
    <!-- To enable additional available deploy previews, apply the following -->
    <!-- labels for the corresponding package: -->
    <!-- *** "test: e2e": Codesandbox examples and e2e integration tests -->
    <!-- *** "package: services": Services -->
    <!-- *** "package: utilities": Utilities -->
    <!-- *** "RTL": React / Web Components (RTL) -->
    <!-- *** "feature flag": React / Web Components (experimental) -->
    ariellalgilmore authored Feb 2, 2024
    Configuration menu
    Copy the full SHA
    e4ae1a1 View commit details
    Browse the repository at this point in the history
  6. chore(release): publish

     - @carbon/web-components@2.3.0-rc.0
     - @carbon/ibmdotcom-services@2.3.0-rc.0
     - @carbon/ibmdotcom-styles@2.3.0-rc.0
     - @carbon/ibmdotcom-utilities@2.3.0-rc.0
     - @carbon/ibmdotcom-web-components@2.3.0-rc.0
    ibmdotcom-bot committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    ec9818e View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. chore(deps): update dependency mini-css-extract-plugin to ~2.8.0 (#11488

    )
    
    [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) | [`~2.7.0` -> `~2.8.0`](https://renovatebot.com/diffs/npm/mini-css-extract-plugin/2.7.7/2.8.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/mini-css-extract-plugin/2.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/mini-css-extract-plugin/2.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/mini-css-extract-plugin/2.7.7/2.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/mini-css-extract-plugin/2.7.7/2.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>webpack-contrib/mini-css-extract-plugin (mini-css-extract-plugin)</summary>
    
    ### [`v2.8.0`](https://github.com/webpack-contrib/mini-css-extract-plugin/blob/HEAD/CHANGELOG.md#280-2024-02-01)
    
    [Compare Source](https://github.com/webpack-contrib/mini-css-extract-plugin/compare/v2.7.7...v2.8.0)
    
    ##### Features
    
    -   added the `beforeTagInsert` hook ([#&#8203;1054](https://github.com/webpack-contrib/mini-css-extract-plugin/issues/1054)) ([6313bf6](https://github.com/webpack-contrib/mini-css-extract-plugin/commit/6313bf629c1c76ec7b07dc60fef06e39702a63d9))
    -   support named exports with any characters ([b656c5c](https://github.com/webpack-contrib/mini-css-extract-plugin/commit/b656c5c98dcffcae51f5208e961ce089be6607a8))
    
    ##### [2.7.7](https://github.com/webpack-contrib/mini-css-extract-plugin/compare/v2.7.6...v2.7.7) (2024-01-10)
    
    ##### Bug Fixes
    
    -   add ';' to import media queries ([#&#8203;1051](https://github.com/webpack-contrib/mini-css-extract-plugin/issues/1051)) ([98acf2b](https://github.com/webpack-contrib/mini-css-extract-plugin/commit/98acf2bbd08ba0988318c6d364b9aa14f84ed79a))
    -   add `ChunkLoadError` name to chunk loading error ([#&#8203;1073](https://github.com/webpack-contrib/mini-css-extract-plugin/issues/1073)) ([e3f8375](https://github.com/webpack-contrib/mini-css-extract-plugin/commit/e3f837574bdad9dc583028c6f9a9a2f3082d9ecb))
    -   adding media, supports and layer for external import ([#&#8203;1072](https://github.com/webpack-contrib/mini-css-extract-plugin/issues/1072)) ([60c5331](https://github.com/webpack-contrib/mini-css-extract-plugin/commit/60c53311c125425d2e742414ed6dbd59cea8cbe4))
    -   css experiment detection ([#&#8203;1067](https://github.com/webpack-contrib/mini-css-extract-plugin/issues/1067)) ([82f4a47](https://github.com/webpack-contrib/mini-css-extract-plugin/commit/82f4a47f3ddc7cdbba311bee50d85dd4b3e6bfb1))
    
    ##### [2.7.6](https://github.com/webpack-contrib/mini-css-extract-plugin/compare/v2.7.5...v2.7.6) (2023-05-19)
    
    ##### Bug Fixes
    
    -   compatibility with built-in CSS support ([#&#8203;1035](https://github.com/webpack-contrib/mini-css-extract-plugin/issues/1035)) ([f576ed6](https://github.com/webpack-contrib/mini-css-extract-plugin/commit/f576ed6a530db555d7442ebab1f9a09f3acff13f))
    
    ##### [2.7.5](https://github.com/webpack-contrib/mini-css-extract-plugin/compare/v2.7.4...v2.7.5) (2023-03-16)
    
    ##### Bug Fixes
    
    -   don't invalidate cache after timeout refresh ([#&#8203;1023](https://github.com/webpack-contrib/mini-css-extract-plugin/issues/1023)) ([38d8513](https://github.com/webpack-contrib/mini-css-extract-plugin/commit/38d8513f97983698b3b4417abb8bacaee0ea68fb))
    -   readable identifier ([#&#8203;1024](https://github.com/webpack-contrib/mini-css-extract-plugin/issues/1024)) ([721bbf1](https://github.com/webpack-contrib/mini-css-extract-plugin/commit/721bbf104030c96acff14ad2b7a23edc4f1e277d))
    
    ##### [2.7.4](https://github.com/webpack-contrib/mini-css-extract-plugin/compare/v2.7.3...v2.7.4) (2023-03-16)
    
    ##### Bug Fixes
    
    -   module identifier, don't merge modules with different media/suppors/layer ([#&#8203;1021](https://github.com/webpack-contrib/mini-css-extract-plugin/issues/1021)) ([ad3729b](https://github.com/webpack-contrib/mini-css-extract-plugin/commit/ad3729ba9d3fed328a170340eafb66e8c2a13bdc))
    
    ##### [2.7.3](https://github.com/webpack-contrib/mini-css-extract-plugin/compare/v2.7.2...v2.7.3) (2023-03-07)
    
    ##### Bug Fixes
    
    -   avoid to throw error when link doesn't have parentNode ([#&#8203;1016](https://github.com/webpack-contrib/mini-css-extract-plugin/issues/1016)) ([6292440](https://github.com/webpack-contrib/mini-css-extract-plugin/commit/62924409895ff6e0e4e599f6734c109ec40e6eff))
    
    ##### [2.7.2](https://github.com/webpack-contrib/mini-css-extract-plugin/compare/v2.7.1...v2.7.2) (2022-12-06)
    
    ##### Bug Fixes
    
    -   don't crash in web workers ([#&#8203;1004](https://github.com/webpack-contrib/mini-css-extract-plugin/issues/1004)) ([4d98d4b](https://github.com/webpack-contrib/mini-css-extract-plugin/commit/4d98d4b973be27910b84194e6f7acb1d09f1e8ae))
    
    ##### [2.7.1](https://github.com/webpack-contrib/mini-css-extract-plugin/compare/v2.7.0...v2.7.1) (2022-11-29)
    
    ##### Bug Fixes
    
    -   preserve order of link tags on HMR ([#&#8203;982](https://github.com/webpack-contrib/mini-css-extract-plugin/issues/982)) ([6ea0922](https://github.com/webpack-contrib/mini-css-extract-plugin/commit/6ea092258944fd0330b84dd3455bff9a15320837))
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Never, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/carbon-design-system/carbon-for-ibm-dotcom).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
    renovate[bot] authored Feb 5, 2024
    Configuration menu
    Copy the full SHA
    d269811 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency @carbon/icon-helpers to v10.46.0 (#11487)

    [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [@carbon/icon-helpers](https://github.com/carbon-design-system/carbon) ([source](https://github.com/carbon-design-system/carbon/tree/HEAD/packages/icon-helpers)) | [`10.45.1` -> `10.46.0`](https://renovatebot.com/diffs/npm/@carbon%2ficon-helpers/10.45.1/10.46.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@carbon%2ficon-helpers/10.46.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@carbon%2ficon-helpers/10.46.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@carbon%2ficon-helpers/10.45.1/10.46.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@carbon%2ficon-helpers/10.45.1/10.46.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>carbon-design-system/carbon (@&#8203;carbon/icon-helpers)</summary>
    
    ### [`v10.46.0`](https://github.com/carbon-design-system/carbon/releases/tag/v10.46.0)
    
    [Compare Source](https://github.com/carbon-design-system/carbon/compare/d6904c019acc9b8cb8f5a01732bc963a71fa93bf...v10.46.0)
    
    ##### `@carbon/react@0.7.0`
    
    ##### New features 🚀
    
    -   feat(tag): add outline variant ([#&#8203;9792](https://github.com/carbon-design-system/carbon/issues/9792)) ([`d02a8e55c`](https://github.com/carbon-design-system/carbon/commit/d02a8e55c))
    
    ##### Bug fixes 🐛
    
    -   fix(grid): make subgrid work with grid offset ([#&#8203;9803](https://github.com/carbon-design-system/carbon/issues/9803)) ([`9f558cf7e`](https://github.com/carbon-design-system/carbon/commit/9f558cf7e))
    
    ##### Housekeeping 🏠
    
    -   chore(release): v10.46.0 ([#&#8203;9868](https://github.com/carbon-design-system/carbon/issues/9868)) ([`3c9fdbcc1`](https://github.com/carbon-design-system/carbon/commit/3c9fdbcc1))
    -   chore(release): v10.46.0-rc.0 ([#&#8203;9849](https://github.com/carbon-design-system/carbon/issues/9849)) ([`1730d730f`](https://github.com/carbon-design-system/carbon/commit/1730d730f))
    
    ##### `carbon-components@10.46.0`
    
    ##### New features 🚀
    
    -   feat(tag): add outline variant ([#&#8203;9792](https://github.com/carbon-design-system/carbon/issues/9792)) ([`d02a8e55c`](https://github.com/carbon-design-system/carbon/commit/d02a8e55c))
    
    ##### Bug fixes 🐛
    
    -   fix(slider): correct input width ([#&#8203;9829](https://github.com/carbon-design-system/carbon/issues/9829)) ([`1a6eaf254`](https://github.com/carbon-design-system/carbon/commit/1a6eaf254))
    -   fix: add shadow token, update overlay token ([#&#8203;9812](https://github.com/carbon-design-system/carbon/issues/9812)) ([`113bcf54c`](https://github.com/carbon-design-system/carbon/commit/113bcf54c))
    -   fix(accordion): update arrow spacing for start variant ([#&#8203;9777](https://github.com/carbon-design-system/carbon/issues/9777)) ([`ec433dc5a`](https://github.com/carbon-design-system/carbon/commit/ec433dc5a))
    -   fix(Modal): updates content spacing ([#&#8203;9700](https://github.com/carbon-design-system/carbon/issues/9700)) ([`2da12d0d9`](https://github.com/carbon-design-system/carbon/commit/2da12d0d9))
    -   fix(Select): fix background issues with inline variant optgroups ([#&#8203;9636](https://github.com/carbon-design-system/carbon/issues/9636)) ([`be4e7704a`](https://github.com/carbon-design-system/carbon/commit/be4e7704a))
    
    ##### Housekeeping 🏠
    
    -   chore(release): v10.46.0 ([#&#8203;9868](https://github.com/carbon-design-system/carbon/issues/9868)) ([`3c9fdbcc1`](https://github.com/carbon-design-system/carbon/commit/3c9fdbcc1))
    -   chore(release): v10.46.0-rc.0 ([#&#8203;9849](https://github.com/carbon-design-system/carbon/issues/9849)) ([`1730d730f`](https://github.com/carbon-design-system/carbon/commit/1730d730f))
    
    ##### `@carbon/elements@10.45.0`
    
    ##### Bug fixes 🐛
    
    -   fix: add shadow token, update overlay token ([#&#8203;9812](https://github.com/carbon-design-system/carbon/issues/9812)) ([`113bcf54c`](https://github.com/carbon-design-system/carbon/commit/113bcf54c))
    
    ##### Housekeeping 🏠
    
    -   chore(release): v10.46.0 ([#&#8203;9868](https://github.com/carbon-design-system/carbon/issues/9868)) ([`3c9fdbcc1`](https://github.com/carbon-design-system/carbon/commit/3c9fdbcc1))
    -   chore(release): v10.46.0-rc.0 ([#&#8203;9849](https://github.com/carbon-design-system/carbon/issues/9849)) ([`1730d730f`](https://github.com/carbon-design-system/carbon/commit/1730d730f))
    
    ##### `@carbon/grid@10.38.0`
    
    ##### Bug fixes 🐛
    
    -   fix(grid): make subgrid work with grid offset ([#&#8203;9803](https://github.com/carbon-design-system/carbon/issues/9803)) ([`9f558cf7e`](https://github.com/carbon-design-system/carbon/commit/9f558cf7e))
    
    ##### Housekeeping 🏠
    
    -   chore(release): v10.46.0 ([#&#8203;9868](https://github.com/carbon-design-system/carbon/issues/9868)) ([`3c9fdbcc1`](https://github.com/carbon-design-system/carbon/commit/3c9fdbcc1))
    
    ##### `@carbon/icons-handlebars@10.41.0`
    
    ##### Housekeeping 🏠
    
    -   chore(release): v10.46.0 ([#&#8203;9868](https://github.com/carbon-design-system/carbon/issues/9868)) ([`3c9fdbcc1`](https://github.com/carbon-design-system/carbon/commit/3c9fdbcc1))
    -   chore(release): v10.46.0-rc.0 ([#&#8203;9849](https://github.com/carbon-design-system/carbon/issues/9849)) ([`1730d730f`](https://github.com/carbon-design-system/carbon/commit/1730d730f))
    
    ##### `@carbon/icons-react@10.41.0`
    
    ##### Housekeeping 🏠
    
    -   chore(release): v10.46.0 ([#&#8203;9868](https://github.com/carbon-design-system/carbon/issues/9868)) ([`3c9fdbcc1`](https://github.com/carbon-design-system/carbon/commit/3c9fdbcc1))
    -   chore(release): v10.46.0-rc.0 ([#&#8203;9849](https://github.com/carbon-design-system/carbon/issues/9849)) ([`1730d730f`](https://github.com/carbon-design-system/carbon/commit/1730d730f))
    
    ##### `@carbon/icons-vue@10.41.0`
    
    ##### Housekeeping 🏠
    
    -   chore(release): v10.46.0 ([#&#8203;9868](https://github.com/carbon-design-system/carbon/issues/9868)) ([`3c9fdbcc1`](https://github.com/carbon-design-system/carbon/commit/3c9fdbcc1))
    -   chore(release): v10.46.0-rc.0 ([#&#8203;9849](https://github.com/carbon-design-system/carbon/issues/9849)) ([`1730d730f`](https://github.com/carbon-design-system/carbon/commit/1730d730f))
    
    ##### `@carbon/icons@10.41.0`
    
    ##### New features 🚀
    
    -   feat(icons): Update icons.yml 0916 ([#&#8203;9595](https://github.com/carbon-design-system/carbon/issues/9595)) ([`61b5aaa8e`](https://github.com/carbon-design-system/carbon/commit/61b5aaa8e))
    
    ##### Housekeeping 🏠
    
    -   chore(release): v10.46.0 ([#&#8203;9868](https://github.com/carbon-design-system/carbon/issues/9868)) ([`3c9fdbcc1`](https://github.com/carbon-design-system/carbon/commit/3c9fdbcc1))
    -   chore(release): v10.46.0-rc.0 ([#&#8203;9849](https://github.com/carbon-design-system/carbon/issues/9849)) ([`1730d730f`](https://github.com/carbon-design-system/carbon/commit/1730d730f))
    
    ##### `carbon-components-react@7.46.0`
    
    ##### New features 🚀
    
    -   feat(MultiSelect): new hideLabel prop ([#&#8203;9840](https://github.com/carbon-design-system/carbon/issues/9840)) ([`2fe7fbe6d`](https://github.com/carbon-design-system/carbon/commit/2fe7fbe6d))
    -   feat(checkbox): add onClick prop ([#&#8203;9827](https://github.com/carbon-design-system/carbon/issues/9827)) ([`dd1d03734`](https://github.com/carbon-design-system/carbon/commit/dd1d03734))
    -   feat(tooltip): Add optional prop to auto orientate within parent bounds ([#&#8203;9556](https://github.com/carbon-design-system/carbon/issues/9556)) ([`a82d3f4c9`](https://github.com/carbon-design-system/carbon/commit/a82d3f4c9))
    -   feat(search): add onClear callback prop to Search/DataTableSearch ([#&#8203;9737](https://github.com/carbon-design-system/carbon/issues/9737)) ([`3e0231dd7`](https://github.com/carbon-design-system/carbon/commit/3e0231dd7))
    -   feat(props): update table expand header props ([#&#8203;9659](https://github.com/carbon-design-system/carbon/issues/9659)) ([`75646c07a`](https://github.com/carbon-design-system/carbon/commit/75646c07a))
    -   feat(tag): add outline variant ([#&#8203;9792](https://github.com/carbon-design-system/carbon/issues/9792)) ([`d02a8e55c`](https://github.com/carbon-design-system/carbon/commit/d02a8e55c))
    
    ##### Bug fixes 🐛
    
    -   fix(grid): make subgrid work with grid offset ([#&#8203;9803](https://github.com/carbon-design-system/carbon/issues/9803)) ([`9f558cf7e`](https://github.com/carbon-design-system/carbon/commit/9f558cf7e))
    -   fix(OverflowMenu): add stopPropagation call to handleClick method ([#&#8203;9816](https://github.com/carbon-design-system/carbon/issues/9816)) ([`c53e70818`](https://github.com/carbon-design-system/carbon/commit/c53e70818))
    -   fix(Modal): fix Formik bug in Modal ([#&#8203;9797](https://github.com/carbon-design-system/carbon/issues/9797)) ([`2612bbdad`](https://github.com/carbon-design-system/carbon/commit/2612bbdad))
    -   fix(MultiSelect): fix phantom selection on MenuKeyDownEnter 👻 ([#&#8203;9765](https://github.com/carbon-design-system/carbon/issues/9765)) ([`6e523982a`](https://github.com/carbon-design-system/carbon/commit/6e523982a))
    -   fix(tooltip): Fix tooltip alignment aligned on right hand side of container ([#&#8203;9606](https://github.com/carbon-design-system/carbon/issues/9606)) ([`3af8a9422`](https://github.com/carbon-design-system/carbon/commit/3af8a9422))
    -   fix(Modal): updates content spacing ([#&#8203;9700](https://github.com/carbon-design-system/carbon/issues/9700)) ([`2da12d0d9`](https://github.com/carbon-design-system/carbon/commit/2da12d0d9))
    
    ##### Housekeeping 🏠
    
    -   chore(release): v10.46.0 ([#&#8203;9868](https://github.com/carbon-design-system/carbon/issues/9868)) ([`3c9fdbcc1`](https://github.com/carbon-design-system/carbon/commit/3c9fdbcc1))
    -   chore(tile): refactor to functional component ([#&#8203;9721](https://github.com/carbon-design-system/carbon/issues/9721)) ([`83f265892`](https://github.com/carbon-design-system/carbon/commit/83f265892))
    -   chore(release): v10.46.0-rc.0 ([#&#8203;9849](https://github.com/carbon-design-system/carbon/issues/9849)) ([`1730d730f`](https://github.com/carbon-design-system/carbon/commit/1730d730f))
    -   chore(deps): bump url-parse ([#&#8203;9806](https://github.com/carbon-design-system/carbon/issues/9806)) ([`0152e7416`](https://github.com/carbon-design-system/carbon/commit/0152e7416))
    
    ##### `@carbon/styles@0.7.0`
    
    ##### New features 🚀
    
    -   feat(tag): add outline variant ([#&#8203;9792](https://github.com/carbon-design-system/carbon/issues/9792)) ([`d02a8e55c`](https://github.com/carbon-design-system/carbon/commit/d02a8e55c))
    
    ##### Bug fixes 🐛
    
    -   fix(slider): correct input width ([#&#8203;9829](https://github.com/carbon-design-system/carbon/issues/9829)) ([`1a6eaf254`](https://github.com/carbon-design-system/carbon/commit/1a6eaf254))
    -   fix: add shadow token, update overlay token ([#&#8203;9812](https://github.com/carbon-design-system/carbon/issues/9812)) ([`113bcf54c`](https://github.com/carbon-design-system/carbon/commit/113bcf54c))
    -   fix(notification): actionable non-inline layout close button layout bug ([#&#8203;9773](https://github.com/carbon-design-system/carbon/issues/9773)) ([`cd6fc390f`](https://github.com/carbon-design-system/carbon/commit/cd6fc390f))
    -   fix(accordion): update arrow spacing for start variant ([#&#8203;9777](https://github.com/carbon-design-system/carbon/issues/9777)) ([`ec433dc5a`](https://github.com/carbon-design-system/carbon/commit/ec433dc5a))
    
    ##### Housekeeping 🏠
    
    -   chore(release): v10.46.0 ([#&#8203;9868](https://github.com/carbon-design-system/carbon/issues/9868)) ([`3c9fdbcc1`](https://github.com/carbon-design-system/carbon/commit/3c9fdbcc1))
    -   chore(release): v10.46.0-rc.0 ([#&#8203;9849](https://github.com/carbon-design-system/carbon/issues/9849)) ([`1730d730f`](https://github.com/carbon-design-system/carbon/commit/1730d730f))
    
    ##### `@carbon/themes@10.45.0`
    
    ##### Bug fixes 🐛
    
    -   fix: add shadow token, update overlay token ([#&#8203;9812](https://github.com/carbon-design-system/carbon/issues/9812)) ([`113bcf54c`](https://github.com/carbon-design-system/carbon/commit/113bcf54c))
    
    ##### Housekeeping 🏠
    
    -   chore(release): v10.46.0 ([#&#8203;9868](https://github.com/carbon-design-system/carbon/issues/9868)) ([`3c9fdbcc1`](https://github.com/carbon-design-system/carbon/commit/3c9fdbcc1))
    -   chore(release): v10.46.0-rc.0 ([#&#8203;9849](https://github.com/carbon-design-system/carbon/issues/9849)) ([`1730d730f`](https://github.com/carbon-design-system/carbon/commit/1730d730f))
    
    ##### `@carbon/type@10.37.0`
    
    ##### Housekeeping 🏠
    
    -   chore(deps): bump url-parse in /packages/type/examples/styled-components ([#&#8203;9810](https://github.com/carbon-design-system/carbon/issues/9810)) ([`269867cdf`](https://github.com/carbon-design-system/carbon/commit/269867cdf))
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Never, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/carbon-design-system/carbon-for-ibm-dotcom).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
    renovate[bot] authored Feb 5, 2024
    Configuration menu
    Copy the full SHA
    f98fe95 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. fix(datatable):toolbar bar not displayed with title (#11491)

    ### Related Ticket(s)
    
    Closes #11473
    
    ### Description
    
    For data table, `cds-table-toolbar` and `cds-table-header-title` doesn't work together in firefox browser.  Toolbar doesn't show.
    
    ### Changelog
    
    **Changed**
    
    - Updated the toolbar slot position.
    - Updated the style for toolbar and the container.
    
    
    <!-- React and Web Component deploy previews are enabled by default. -->
    <!-- To enable additional available deploy previews, apply the following -->
    <!-- labels for the corresponding package: -->
    <!-- *** "test: e2e": Codesandbox examples and e2e integration tests -->
    <!-- *** "package: services": Services -->
    <!-- *** "package: utilities": Utilities -->
    <!-- *** "RTL": React / Web Components (RTL) -->
    <!-- *** "feature flag": React / Web Components (experimental) -->
    sangeethababu9223 authored Feb 6, 2024
    Configuration menu
    Copy the full SHA
    7939d12 View commit details
    Browse the repository at this point in the history
  2. fix(datatable): search not working with uppercase characters in query (

    …#11493)
    
    ### Related Ticket(s)
    
    Closes #11483
    
    ### Description
    
    Search is not working as expected with uppercase characters in query string.
    
    ### Changelog
    
    **Changed**
    
    - Updated the search logic to convert the query string as well as the main string to lowercase and then compare.
    
    <!-- React and Web Component deploy previews are enabled by default. -->
    <!-- To enable additional available deploy previews, apply the following -->
    <!-- labels for the corresponding package: -->
    <!-- *** "test: e2e": Codesandbox examples and e2e integration tests -->
    <!-- *** "package: services": Services -->
    <!-- *** "package: utilities": Utilities -->
    <!-- *** "RTL": React / Web Components (RTL) -->
    <!-- *** "feature flag": React / Web Components (experimental) -->
    sangeethababu9223 authored Feb 6, 2024
    Configuration menu
    Copy the full SHA
    2b0274c View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. chore(css): remove rtl artifact builds (#11486)

    ### Description
    
    Now that CSS logical properties are used throughout the project, there is no need for `rtl` artifacts to be built. This PR removes those builds. 
    
    ### Changelog
    
    **New**
    
    - {{new thing}}
    
    **Changed**
    
    - {{changed thing}}
    
    **Removed**
    
    - remove `rtl` builds and artifacts
    - remove Storybook `rtl` documentation
    
    <!-- React and Web Component deploy previews are enabled by default. -->
    <!-- To enable additional available deploy previews, apply the following -->
    <!-- labels for the corresponding package: -->
    <!-- *** "test: e2e": Codesandbox examples and e2e integration tests -->
    <!-- *** "package: services": Services -->
    <!-- *** "package: utilities": Utilities -->
    <!-- *** "RTL": React / Web Components (RTL) -->
    <!-- *** "feature flag": React / Web Components (experimental) -->
    kennylam authored Feb 7, 2024
    Configuration menu
    Copy the full SHA
    558fd8b View commit details
    Browse the repository at this point in the history
  2. chore(storybook): cwc remove stackblitz iframes from storybook (#11495)

    ### Related Ticket(s)
    
    #15634
    
    ### Description
    
    Removes Stackblitz iframes from Carbon web components Storybook to remove unapproved cookies.
    
    ### Changelog
    
    **New**
    
    - {{new thing}}
    
    **Changed**
    
    - {{changed thing}}
    
    **Removed**
    
    - Stackblitz iframes from cwc Storybook
    
    <!-- React and Web Component deploy previews are enabled by default. -->
    <!-- To enable additional available deploy previews, apply the following -->
    <!-- labels for the corresponding package: -->
    <!-- *** "test: e2e": Codesandbox examples and e2e integration tests -->
    <!-- *** "package: services": Services -->
    <!-- *** "package: utilities": Utilities -->
    <!-- *** "RTL": React / Web Components (RTL) -->
    <!-- *** "feature flag": React / Web Components (experimental) -->
    kennylam authored Feb 7, 2024
    Configuration menu
    Copy the full SHA
    9eb2cee View commit details
    Browse the repository at this point in the history
  3. fix(code-snippet): multi copy button (#11492)

    ### Related Ticket(s)
    
    Closes #11475
    
    ### Description
    
    copy button is getting hidden in code-snippet multi. 
    ### Changelog
    
    **Changed**
    
    - added z-index: 10 to follow react styles
    
    <!-- React and Web Component deploy previews are enabled by default. -->
    <!-- To enable additional available deploy previews, apply the following -->
    <!-- labels for the corresponding package: -->
    <!-- *** "test: e2e": Codesandbox examples and e2e integration tests -->
    <!-- *** "package: services": Services -->
    <!-- *** "package: utilities": Utilities -->
    <!-- *** "RTL": React / Web Components (RTL) -->
    <!-- *** "feature flag": React / Web Components (experimental) -->
    ariellalgilmore authored Feb 7, 2024
    Configuration menu
    Copy the full SHA
    80762e2 View commit details
    Browse the repository at this point in the history
  4. feat(storybook): finalize storybook 7 upgrade (#11480)

    * feat(stack): update to v7
    
    * chore(main): adjust configs and added story-source
    
    * docs(vite): replace webpack mentions to vite
    
    * docs(storybook): using non-deprecated import path
    
    * fix(skeleton-icon): moved to stackblitz folder
    
    * fix(docs): using markdown & remove doc parameter
    
    * fix(storybook): hide unattached mdx
    
    * fix(docs): remove variable
    
    * chore(prettier): format code
    
    ---------
    
    Co-authored-by: Kenny Lam <909118+kennylam@users.noreply.github.com>
    IgnacioBecerra and kennylam authored Feb 7, 2024
    Configuration menu
    Copy the full SHA
    fcf6a38 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6e881e4 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. Configuration menu
    Copy the full SHA
    c9f3697 View commit details
    Browse the repository at this point in the history
  2. Merge c9f3697 into main

    ibmdotcom-bot authored Feb 9, 2024
    Configuration menu
    Copy the full SHA
    8047f0c View commit details
    Browse the repository at this point in the history
  3. chore(release): publish

     - @carbon/web-components@2.3.0-rc.1
     - @carbon/ibmdotcom-services@2.3.0-rc.1
     - @carbon/ibmdotcom-styles@2.3.0-rc.1
     - @carbon/ibmdotcom-utilities@2.3.0-rc.1
     - @carbon/ibmdotcom-web-components@2.3.0-rc.1
    ibmdotcom-bot committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    2983aea View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2024

  1. chore(deps): update dependency @carbon/icons to v11.36.0 (#11519)

    [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [@carbon/icons](https://github.com/carbon-design-system/carbon) ([source](https://github.com/carbon-design-system/carbon/tree/HEAD/packages/icons)) | [`11.34.1` -> `11.36.0`](https://renovatebot.com/diffs/npm/@carbon%2ficons/11.34.1/11.36.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@carbon%2ficons/11.36.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@carbon%2ficons/11.36.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@carbon%2ficons/11.34.1/11.36.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@carbon%2ficons/11.34.1/11.36.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>carbon-design-system/carbon (@&#8203;carbon/icons)</summary>
    
    ### [`v11.36.0`](https://github.com/carbon-design-system/carbon/releases/tag/v11.36.0)
    
    [Compare Source](https://github.com/carbon-design-system/carbon/compare/v11.35.0...v11.36.0)
    
    ##### `carbon-components@11.36.0`
    
    ##### Housekeeping 🏠
    
    -   chore(release): v11.36.0 ([#&#8203;14453](https://github.com/carbon-design-system/carbon/issues/14453)) ([`34d9b328b`](https://github.com/carbon-design-system/carbon/commit/34d9b328b))
    -   chore(release): v11.36.0-rc.0 ([#&#8203;14439](https://github.com/carbon-design-system/carbon/issues/14439)) ([`d51dfbb8d`](https://github.com/carbon-design-system/carbon/commit/d51dfbb8d))
    
    ##### `carbon-components-react@8.36.0`
    
    ##### Housekeeping 🏠
    
    -   chore(release): v11.36.0 ([#&#8203;14453](https://github.com/carbon-design-system/carbon/issues/14453)) ([`34d9b328b`](https://github.com/carbon-design-system/carbon/commit/34d9b328b))
    -   chore(release): v11.36.0-rc.0 ([#&#8203;14439](https://github.com/carbon-design-system/carbon/issues/14439)) ([`d51dfbb8d`](https://github.com/carbon-design-system/carbon/commit/d51dfbb8d))
    
    ##### `@carbon/cra-template@0.2.0`
    
    ##### Bug fixes 🐛
    
    -   fix([@&#8203;carbon/styles](https://github.com/carbon/styles)): change `rem` function to `to-rem` ([#&#8203;14420](https://github.com/carbon-design-system/carbon/issues/14420)) ([`8e788402b`](https://github.com/carbon-design-system/carbon/commit/8e788402b))
    
    ##### Housekeeping 🏠
    
    -   chore(release): v11.36.0 ([#&#8203;14453](https://github.com/carbon-design-system/carbon/issues/14453)) ([`34d9b328b`](https://github.com/carbon-design-system/carbon/commit/34d9b328b))
    -   chore(release): v11.36.0-rc.0 ([#&#8203;14439](https://github.com/carbon-design-system/carbon/issues/14439)) ([`d51dfbb8d`](https://github.com/carbon-design-system/carbon/commit/d51dfbb8d))
    
    ##### `@carbon/elements@11.28.0`
    
    ##### Housekeeping 🏠
    
    -   chore(release): v11.36.0 ([#&#8203;14453](https://github.com/carbon-design-system/carbon/issues/14453)) ([`34d9b328b`](https://github.com/carbon-design-system/carbon/commit/34d9b328b))
    -   chore(release): v11.36.0-rc.0 ([#&#8203;14439](https://github.com/carbon-design-system/carbon/issues/14439)) ([`d51dfbb8d`](https://github.com/carbon-design-system/carbon/commit/d51dfbb8d))
    
    ##### `@carbon/grid@11.19.0`
    
    ##### Bug fixes 🐛
    
    -   fix([@&#8203;carbon/styles](https://github.com/carbon/styles)): change `rem` function to `to-rem` ([#&#8203;14420](https://github.com/carbon-design-system/carbon/issues/14420)) ([`8e788402b`](https://github.com/carbon-design-system/carbon/commit/8e788402b))
    
    ##### Housekeeping 🏠
    
    -   chore(release): v11.36.0 ([#&#8203;14453](https://github.com/carbon-design-system/carbon/issues/14453)) ([`34d9b328b`](https://github.com/carbon-design-system/carbon/commit/34d9b328b))
    -   chore(release): v11.36.0-rc.0 ([#&#8203;14439](https://github.com/carbon-design-system/carbon/issues/14439)) ([`d51dfbb8d`](https://github.com/carbon-design-system/carbon/commit/d51dfbb8d))
    
    ##### `@carbon/icons@11.25.0`
    
    ##### New features 🚀
    
    -   feat(icons): new delete and return icons ([#&#8203;14419](https://github.com/carbon-design-system/carbon/issues/14419)) ([`e28dfdde8`](https://github.com/carbon-design-system/carbon/commit/e28dfdde8))
    
    ##### Housekeeping 🏠
    
    -   chore(release): v11.36.0 ([#&#8203;14453](https://github.com/carbon-design-system/carbon/issues/14453)) ([`34d9b328b`](https://github.com/carbon-design-system/carbon/commit/34d9b328b))
    -   chore(release): v11.36.0-rc.0 ([#&#8203;14439](https://github.com/carbon-design-system/carbon/issues/14439)) ([`d51dfbb8d`](https://github.com/carbon-design-system/carbon/commit/d51dfbb8d))
    
    ##### `@carbon/icons-react@11.25.0`
    
    ##### Housekeeping 🏠
    
    -   chore(release): v11.36.0 ([#&#8203;14453](https://github.com/carbon-design-system/carbon/issues/14453)) ([`34d9b328b`](https://github.com/carbon-design-system/carbon/commit/34d9b328b))
    -   chore(release): v11.36.0-rc.0 ([#&#8203;14439](https://github.com/carbon-design-system/carbon/issues/14439)) ([`d51dfbb8d`](https://github.com/carbon-design-system/carbon/commit/d51dfbb8d))
    
    ##### `@carbon/icons-vue@10.74.0`
    
    ##### Housekeeping 🏠
    
    -   chore(release): v11.36.0 ([#&#8203;14453](https://github.com/carbon-design-system/carbon/issues/14453)) ([`34d9b328b`](https://github.com/carbon-design-system/carbon/commit/34d9b328b))
    -   chore(release): v11.36.0-rc.0 ([#&#8203;14439](https://github.com/carbon-design-system/carbon/issues/14439)) ([`d51dfbb8d`](https://github.com/carbon-design-system/carbon/commit/d51dfbb8d))
    
    ##### `@carbon/layout@11.19.0`
    
    ##### Bug fixes 🐛
    
    -   fix(rem): add rem function back ([#&#8203;14423](https://github.com/carbon-design-system/carbon/issues/14423)) ([`bb4db4c5f`](https://github.com/carbon-design-system/carbon/commit/bb4db4c5f))
    -   fix([@&#8203;carbon/styles](https://github.com/carbon/styles)): change `rem` function to `to-rem` ([#&#8203;14420](https://github.com/carbon-design-system/carbon/issues/14420)) ([`8e788402b`](https://github.com/carbon-design-system/carbon/commit/8e788402b))
    
    ##### Housekeeping 🏠
    
    -   chore(release): v11.36.0 ([#&#8203;14453](https://github.com/carbon-design-system/carbon/issues/14453)) ([`34d9b328b`](https://github.com/carbon-design-system/carbon/commit/34d9b328b))
    -   chore(release): v11.36.0-rc.0 ([#&#8203;14439](https://github.com/carbon-design-system/carbon/issues/14439)) ([`d51dfbb8d`](https://github.com/carbon-design-system/carbon/commit/d51dfbb8d))
    
    ##### `@carbon/pictograms@12.22.0`
    
    ##### New features 🚀
    
    -   feat(Pictograms): new cloud pictograms ([#&#8203;14374](https://github.com/carbon-design-system/carbon/issues/14374)) ([`d7b95783a`](https://github.com/carbon-design-system/carbon/commit/d7b95783a))
    
    ##### Housekeeping 🏠
    
    -   chore(release): v11.36.0 ([#&#8203;14453](https://github.com/carbon-design-system/carbon/issues/14453)) ([`34d9b328b`](https://github.com/carbon-design-system/carbon/commit/34d9b328b))
    -   chore(release): v11.36.0-rc.0 ([#&#8203;14439](https://github.com/carbon-design-system/carbon/issues/14439)) ([`d51dfbb8d`](https://github.com/carbon-design-system/carbon/commit/d51dfbb8d))
    
    ##### `@carbon/pictograms-react@11.48.0`
    
    ##### Housekeeping 🏠
    
    -   chore(release): v11.36.0 ([#&#8203;14453](https://github.com/carbon-design-system/carbon/issues/14453)) ([`34d9b328b`](https://github.com/carbon-design-system/carbon/commit/34d9b328b))
    -   chore(release): v11.36.0-rc.0 ([#&#8203;14439](https://github.com/carbon-design-system/carbon/issues/14439)) ([`d51dfbb8d`](https://github.com/carbon-design-system/carbon/commit/d51dfbb8d))
    
    ##### `@carbon/react@1.36.0`
    
    ##### Bug fixes 🐛
    
    -   fix: added useMatchMedia validation ([#&#8203;14444](https://github.com/carbon-design-system/carbon/issues/14444)) ([`5cf417c08`](https://github.com/carbon-design-system/carbon/commit/5cf417c08))
    -   fix(typescript): breadcrumbs export file .js to .ts ([#&#8203;14398](https://github.com/carbon-design-system/carbon/issues/14398)) ([`3f80deed9`](https://github.com/carbon-design-system/carbon/commit/3f80deed9))
    -   fix(DataTableSkeleton): fix TypeScript interface classname ([#&#8203;14372](https://github.com/carbon-design-system/carbon/issues/14372)) ([`ffc9ab13f`](https://github.com/carbon-design-system/carbon/commit/ffc9ab13f))
    -   fix(datatable): remove toolbar search and menu from tab order ([#&#8203;14397](https://github.com/carbon-design-system/carbon/issues/14397)) ([`b7abe20ab`](https://github.com/carbon-design-system/carbon/commit/b7abe20ab))
    -   fix(typescript): rename index.js to index.ts to expose some components ([#&#8203;14358](https://github.com/carbon-design-system/carbon/issues/14358)) ([`f389dfaa8`](https://github.com/carbon-design-system/carbon/commit/f389dfaa8))
    -   fix(HeaderPanel): Initialize `onHeaderPanelFocus` with default value ([#&#8203;14351](https://github.com/carbon-design-system/carbon/issues/14351)) ([`ab551c213`](https://github.com/carbon-design-system/carbon/commit/ab551c213))
    
    ##### Documentation 📝
    
    -   docs: fix typo in PolymorphicProps ([#&#8203;14391](https://github.com/carbon-design-system/carbon/issues/14391)) ([`e5c6a0dd5`](https://github.com/carbon-design-system/carbon/commit/e5c6a0dd5))
    
    ##### Housekeeping 🏠
    
    -   chore(release): v11.36.0 ([#&#8203;14453](https://github.com/carbon-design-system/carbon/issues/14453)) ([`34d9b328b`](https://github.com/carbon-design-system/carbon/commit/34d9b328b))
    -   chore(release): v11.36.0-rc.0 ([#&#8203;14439](https://github.com/carbon-design-system/carbon/issues/14439)) ([`d51dfbb8d`](https://github.com/carbon-design-system/carbon/commit/d51dfbb8d))
    -   test(Select): add [@&#8203;avt](https://github.com/avt) tests ([#&#8203;14380](https://github.com/carbon-design-system/carbon/issues/14380)) ([`55bb7f3de`](https://github.com/carbon-design-system/carbon/commit/55bb7f3de))
    -   test(datatable): add [@&#8203;avt](https://github.com/avt) tests ([#&#8203;14357](https://github.com/carbon-design-system/carbon/issues/14357)) ([`6bc6d4c45`](https://github.com/carbon-design-system/carbon/commit/6bc6d4c45))
    
    ##### `@carbon/styles@1.36.0`
    
    ##### Bug fixes 🐛
    
    -   fix(tile): support rtl direction ([#&#8203;14441](https://github.com/carbon-design-system/carbon/issues/14441)) ([`8f2ab5f01`](https://github.com/carbon-design-system/carbon/commit/8f2ab5f01))
    -   fix(rem): add rem function back ([#&#8203;14423](https://github.com/carbon-design-system/carbon/issues/14423)) ([`bb4db4c5f`](https://github.com/carbon-design-system/carbon/commit/bb4db4c5f))
    -   fix([@&#8203;carbon/styles](https://github.com/carbon/styles)): change `rem` function to `to-rem` ([#&#8203;14420](https://github.com/carbon-design-system/carbon/issues/14420)) ([`8e788402b`](https://github.com/carbon-design-system/carbon/commit/8e788402b))
    -   fix(Button): ghost hover/active styles ([#&#8203;14394](https://github.com/carbon-design-system/carbon/issues/14394)) ([`f7622412f`](https://github.com/carbon-design-system/carbon/commit/f7622412f))
    -   fix(Modal): ensure dropdown menu layer is correct ([#&#8203;14303](https://github.com/carbon-design-system/carbon/issues/14303)) ([`379ea2393`](https://github.com/carbon-design-system/carbon/commit/379ea2393))
    -   fix(DataTable-BatchAction): resolve batch action button alignment ([#&#8203;14384](https://github.com/carbon-design-system/carbon/issues/14384)) ([`449b1bf5a`](https://github.com/carbon-design-system/carbon/commit/449b1bf5a))
    
    ##### Housekeeping 🏠
    
    -   chore(release): v11.36.0 ([#&#8203;14453](https://github.com/carbon-design-system/carbon/issues/14453)) ([`34d9b328b`](https://github.com/carbon-design-system/carbon/commit/34d9b328b))
    -   chore(release): v11.36.0-rc.0 ([#&#8203;14439](https://github.com/carbon-design-system/carbon/issues/14439)) ([`d51dfbb8d`](https://github.com/carbon-design-system/carbon/commit/d51dfbb8d))
    
    ##### `@carbon/themes@11.24.0`
    
    ##### Housekeeping 🏠
    
    -   chore(release): v11.36.0 ([#&#8203;14453](https://github.com/carbon-design-system/carbon/issues/14453)) ([`34d9b328b`](https://github.com/carbon-design-system/carbon/commit/34d9b328b))
    -   chore(release): v11.36.0-rc.0 ([#&#8203;14439](https://github.com/carbon-design-system/carbon/issues/14439)) ([`d51dfbb8d`](https://github.com/carbon-design-system/carbon/commit/d51dfbb8d))
    
    ##### `@carbon/type@11.23.0`
    
    ##### Bug fixes 🐛
    
    -   fix([@&#8203;carbon/styles](https://github.com/carbon/styles)): change `rem` function to `to-rem` ([#&#8203;14420](https://github.com/carbon-design-system/carbon/issues/14420)) ([`8e788402b`](https://github.com/carbon-design-system/carbon/commit/8e788402b))
    
    ##### Housekeeping 🏠
    
    -   chore(release): v11.36.0 ([#&#8203;14453](https://github.com/carbon-design-system/carbon/issues/14453)) ([`34d9b328b`](https://github.com/carbon-design-system/carbon/commit/34d9b328b))
    -   chore(release): v11.36.0-rc.0 ([#&#8203;14439](https://github.com/carbon-design-system/carbon/issues/14439)) ([`d51dfbb8d`](https://github.com/carbon-design-system/carbon/commit/d51dfbb8d))
    
    ##### `@carbon/upgrade@11.11.0`
    
    ##### Housekeeping 🏠
    
    -   chore(deps): update dependency esbuild to ^0.19.0 ([#&#8203;14429](https://github.com/carbon-design-system/carbon/issues/14429)) ([`edad40705`](https://github.com/carbon-design-system/carbon/commit/edad40705))
    
    ### [`v11.35.0`](https://github.com/carbon-design-system/carbon/releases/tag/v11.35.0)
    
    [Compare Source](https://github.com/carbon-design-system/carbon/compare/v11.34.1...v11.35.0)
    
    ##### `browserslist-config-carbon@11.2.0`
    
    ##### Housekeeping 🏠
    
    -   chore(npm): publish packages with provenance ([#&#8203;14344](https://github.com/carbon-design-system/carbon/issues/14344)) ([`ab43bbc64`](https://github.com/carbon-design-system/carbon/commit/ab43bbc64))
    
    ##### `eslint-config-carbon@3.8.0`
    
    ##### Bug fixes 🐛
    
    -   fix(deps): update dependency eslint-plugin-prettier to v5 ([#&#8203;14291](https://github.com/carbon-design-system/carbon/issues/14291)) ([`5e4d244c1`](https://github.com/carbon-design-system/carbon/commit/5e4d244c1))
    
    ##### Housekeeping 🏠
    
    -   chore(release): v11.35.0 ([#&#8203;14385](https://github.com/carbon-design-system/carbon/issues/14385)) ([`f9ac32a70`](https://github.com/carbon-design-system/carbon/commit/f9ac32a70))
    -   chore(release): v11.35.0-rc.0 ([#&#8203;14359](https://github.com/carbon-design-system/carbon/issues/14359)) ([`39f36c63d`](https://github.com/carbon-design-system/carbon/commit/39f36c63d))
    -   chore(npm): publish packages with provenance ([#&#8203;14344](https://github.com/carbon-design-system/carbon/issues/14344)) ([`ab43bbc64`](https://github.com/carbon-design-system/carbon/commit/ab43bbc64))
    
    ##### `prettier-config-carbon@0.11.0`
    
    ##### Housekeeping 🏠
    
    -   chore(npm): publish packages with provenance ([#&#8203;14344](https://github.com/carbon-design-system/carbon/issues/14344)) ([`ab43bbc64`](https://github.com/carbon-design-system/carbon/commit/ab43bbc64))
    
    ##### `stylelint-config-carbon@1.14.0`
    
    ##### Housekeeping 🏠
    
    -   chore(npm): publish packages with provenance ([#&#8203;14344](https://github.com/carbon-design-system/carbon/issues/14344)) ([`ab43bbc64`](https://github.com/carbon-design-system/carbon/commit/ab43bbc64))
    
    ##### `carbon-components@11.35.0`
    
    ##### Bug fixes 🐛
    
    -   fix(deps): update dependency fs-extra to v11 ([#&#8203;14345](https://github.com/carbon-design-system/carbon/issues/14345)) ([`a6ae38bdb`](https://github.com/carbon-design-system/carbon/commit/a6ae38bdb))
    
    ##### Housekeeping 🏠
    
    -   chore(release): v11.35.0 ([#&#8203;14385](https://github.com/carbon-design-system/carbon/issues/14385)) ([`f9ac32a70`](https://github.com/carbon-design-system/carbon/commit/f9ac32a70))
    -   chore(release): v11.35.0-rc.0 ([#&#8203;14359](https://github.com/carbon-design-system/carbon/issues/14359)) ([`39f36c63d`](https://github.com/carbon-design-system/carbon/commit/39f36c63d))
    -   chore(npm): publish packages with provenance ([#&#8203;14344](https://github.com/carbon-design-system/carbon/issues/14344)) ([`ab43bbc64`](https://github.com/carbon-design-system/carbon/commit/ab43bbc64))
    
    ##### `carbon-components-react@8.35.0`
    
    ##### Bug fixes 🐛
    
    -   fix(deps): update dependency fs-extra to v11 ([#&#8203;14345](https://github.com/carbon-design-system/carbon/issues/14345)) ([`a6ae38bdb`](https://github.com/carbon-design-system/carbon/commit/a6ae38bdb))
    
    ##### Housekeeping 🏠
    
    -   chore(release): v11.35.0 ([#&#8203;14385](https://github.com/carbon-design-system/carbon/issues/14385)) ([`f9ac32a70`](https://github.com/carbon-design-system/carbon/commit/f9ac32a70))
    -   chore(release): v11.35.0-rc.0 ([#&#8203;14359](https://github.com/carbon-design-system/carbon/issues/14359)) ([`39f36c63d`](https://github.com/carbon-design-system/carbon/commit/39f36c63d))
    -   chore(npm): publish packages with provenance ([#&#8203;14344](https://github.com/carbon-design-system/carbon/issues/14344)) ([`ab43bbc64`](https://github.com/carbon-design-system/carbon/commit/ab43bbc64))
    
    ##### `@carbon/cli@11.14.0`
    
    ##### Bug fixes 🐛
    
    -   fix(deps): update dependency fs-extra to v11 ([#&#8203;14345](https://github.com/carbon-design-system/carbon/issues/14345)) ([`a6ae38bdb`](https://github.com/carbon-design-system/carbon/commit/a6ae38bdb))
    
    ##### Documentation 📝
    
    -   docs(button): specify danger is not supported for icon only buttons ([#&#8203;14307](https://github.com/carbon-design-system/carbon/issues/14307)) ([`2ccf23b74`](https://github.com/carbon-design-system/carbon/commit/2ccf23b74))
    
    ##### Housekeeping 🏠
    
    -   chore(release): v11.35.0 ([#&#8203;14385](https://github.com/carbon-design-system/carbon/issues/14385)) ([`f9ac32a70`](https://github.com/carbon-design-system/carbon/commit/f9ac32a70))
    -   chore(release): v11.35.0-rc.0 ([#&#8203;14359](https://github.com/carbon-design-system/carbon/issues/14359)) ([`39f36c63d`](https://github.com/carbon-design-system/carbon/commit/39f36c63d))
    -   chore(npm): publish packages with provenance ([#&#8203;14344](https://github.com/carbon-design-system/carbon/issues/14344)) ([`ab43bbc64`](https://github.com/carbon-design-system/carbon/commit/ab43bbc64))
    
    ##### `@carbon/cli-reporter@10.7.0`
    
    ##### Housekeeping 🏠
    
    -   chore(npm): publish packages with provenance ([#&#8203;14344](https://github.com/carbon-design-system/carbon/issues/14344)) ([`ab43bbc64`](https://github.com/carbon-design-system/carbon/commit/ab43bbc64))
    
    ##### `@carbon/colors@11.19.0`
    
    ##### Bug fixes 🐛
    
    -   fix(deps): update dependency fs-extra to v11 ([#&#8203;14345](https://github.com/carbon-design-system/carbon/issues/14345)) ([`a6ae38bdb`](https://github.com/carbon-design-system/carbon/commit/a6ae38bdb))
    
    ##### Housekeeping 🏠
    
    -   chore(release): v11.35.0 ([#&#8203;14385](https://github.com/carbon-design-system/carbon/issues/14385)) ([`f9ac32a70`](https://github.com/carbon-design-system/carbon/commit/f9ac32a70))
    -   chore: updated next and react version in example ([#&#8203;14219](https://github.com/carbon-design-system/carbon/issues/14219)) ([`909f48daa`](https://github.com/carbon-design-system/carbon/commit/909f48daa))
    -   chore(release): v11.35.0-rc.0 ([#&#8203;14359](https://github.com/carbon-design-system/carbon/issues/14359)) ([`39f36c63d`](https://github.com/carbon-design-system/carbon/commit/39f36c63d))
    -   chore(npm): publish packages with provenance ([#&#8203;14344](https://github.com/carbon-design-system/carbon/issues/14344)) ([`ab43bbc64`](https://github.com/carbon-design-system/carbon/commit/ab43bbc64))
    
    ##### `@carbon/elements@11.27.0`
    
    ##### Bug fixes 🐛
    
    -   fix(deps): update dependency fs-extra to v11 ([#&#8203;14345](https://github.com/carbon-design-system/carbon/issues/14345)) ([`a6ae38bdb`](https://github.com/carbon-design-system/carbon/commit/a6ae38bdb))
    
    ##### Housekeeping 🏠
    
    -   chore(release): v11.35.0 ([#&#8203;14385](https://github.com/carbon-design-system/carbon/issues/14385)) ([`f9ac32a70`](https://github.com/carbon-design-system/carbon/commit/f9ac32a70))
    -   chore(release): v11.35.0-rc.0 ([#&#8203;14359](https://github.com/carbon-design-system/carbon/issues/14359)) ([`39f36c63d`](https://github.com/carbon-design-system/carbon/commit/39f36c63d))
    -   chore(npm): publish packages with provenance ([#&#8203;14344](https://github.com/carbon-design-system/carbon/issues/14344)) ([`ab43bbc64`](https://github.com/carbon-design-system/carbon/commit/ab43bbc64))
    
    ##### `@carbon/feature-flags@0.16.0`
    
    ##### Bug fixes 🐛
    
    -   fix(deps): update dependency fs-extra to v11 ([#&#8203;14345](https://github.com/carbon-design-system/carbon/issues/14345)) ([`a6ae38bdb`](https://github.com/carbon-design-system/carbon/commit/a6ae38bdb))
    
    ##### Housekeeping 🏠
    
    -   chore(release): v11.35.0 ([#&#8203;14385](https://github.com/carbon-design-system/carbon/issues/14385)) ([`f9ac32a70`](https://github.com/carbon-design-system/carbon/commit/f9ac32a70))
    -   chore(release): v11.35.0-rc.0 ([#&#8203;14359](https://github.com/carbon-design-system/carbon/issues/14359)) ([`39f36c63d`](https://github.com/carbon-design-system/carbon/commit/39f36c63d))
    -   chore(npm): publish packages with provenance ([#&#8203;14344](https://github.com/carbon-design-system/carbon/issues/14344)) ([`ab43bbc64`](https://github.com/carbon-design-system/carbon/commit/ab43bbc64))
    
    ##### `@carbon/grid@11.18.0`
    
    ##### Housekeeping 🏠
    
    -   chore(release): v11.35.0 ([#&#8203;14385](https://github.com/carbon-design-system/carbon/issues/14385)) ([`f9ac32a70`](https://github.com/carbon-design-system/carbon/commit/f9ac32a70))
    -   chore: updated next and react version in example ([#&#8203;14219](https://github.com/carbon-design-system/carbon/issues/14219)) ([`909f48daa`](https://github.com/carbon-design-system/carbon/commit/909f48daa))
    -   chore(release): v11.35.0-rc.0 ([#&#8203;14359](https://github.com/carbon-design-system/carbon/issues/14359)) ([`39f36c63d`](https://github.com/carbon-design-system/carbon/commit/39f36c63d))
    -   chore(npm): publish packages with provenance ([#&#8203;14344](https://github.com/carbon-design-system/carbon/issues/14344)) ([`ab43bbc64`](https://github.com/carbon-design-system/carbon/commit/ab43bbc64))
    
    ##### `@carbon/icon-helpers@10.44.0`
    
    ##### Housekeeping 🏠
    
    -   chore(release): v11.35.0 ([#&#8203;14385](https://github.com/carbon-design-system/carbon/issues/14385)) ([`f9ac32a70`](https://github.com/carbon-design-system/carbon/commit/f9ac32a70))
    -   chore(release): v11.35.0-rc.0 ([#&#8203;14359](https://github.com/carbon-design-system/carbon/issues/14359)) ([`39f36c63d`](https://github.com/carbon-design-system/carbon/commit/39f36c63d))
    -   chore(npm): publish packages with provenance ([#&#8203;14344](https://github.com/carbon-design-system/carbon/issues/14344)) ([`ab43bbc64`](https://github.com/carbon-design-system/carbon/commit/ab43bbc64))
    
    ##### `@carbon/icons@11.24.0`
    
    ##### Housekeeping 🏠
    
    -   chore(release): v11.35.0 ([#&#8203;14385](https://github.com/carbon-design-system/carbon/issues/14385)) ([`f9ac32a70`](https://github.com/carbon-design-system/carbon/commit/f9ac32a70))
    -   chore: updated next and react version in example ([#&#8203;14219](https://github.com/carbon-design-system/carbon/issues/14219)) ([`909f48daa`](https://github.com/carbon-design-system/carbon/commit/909f48daa))
    -   chore(release): v11.35.0-rc.0 ([#&#8203;14359](https://github.com/carbon-design-system/carbon/issues/14359)) ([`39f36c63d`](https://github.com/carbon-design-system/carbon/commit/39f36c63d))
    -   chore(npm): publish packages with provenance ([#&#8203;14344](https://github.com/carbon-design-system/carbon/issues/14344)) ([`ab43bbc64`](https://github.com/carbon-design-system/carbon/commit/ab43bbc64))
    
    ##### `@carbon/icons-react@11.24.0`
    
    ##### Housekeeping 🏠
    
    -   chore(release): v11.35.0 ([#&#8203;14385](https://github.com/carbon-design-system/carbon/issues/14385)) ([`f9ac32a70`](https://github.com/carbon-design-system/carbon/commit/f9ac32a70))
    -   chore(release): v11.35.0-rc.0 ([#&#8203;14359](https://github.com/carbon-design-system/carbon/issues/14359)) ([`39f36c63d`](https://github.com/carbon-design-system/carbon/commit/39f36c63d))
    -   chore(npm): publish packages with provenance ([#&#8203;14344](https://github.com/carbon-design-system/carbon/issues/14344)) ([`ab43bbc64`](https://github.com/carbon-design-system/carbon/commit/ab43bbc64))
    
    ##### `@carbon/icons-vue@10.73.0`
    
    ##### Bug fixes 🐛
    
    -   fix(deps): update dependency fs-extra to v11 ([#&#8203;14345](https://github.com/carbon-design-system/carbon/issues/14345)) ([`a6ae38bdb`](https://github.com/carbon-design-system/carbon/commit/a6ae38bdb))
    
    ##### Housekeeping 🏠
    
    -   chore(release): v11.35.0 ([#&#8203;14385](https://github.com/carbon-design-system/carbon/issues/14385)) ([`f9ac32a70`](https://github.com/carbon-design-system/carbon/commit/f9ac32a70))
    -   chore(release): v11.35.0-rc.0 ([#&#8203;14359](https://github.com/carbon-design-system/carbon/issues/14359)) ([`39f36c63d`](https://github.com/carbon-design-system/carbon/commit/39f36c63d))
    -   chore(npm): publish packages with provenance ([#&#8203;14344](https://github.com/carbon-design-system/carbon/issues/14344)) ([`ab43bbc64`](https://github.com/carbon-design-system/carbon/commit/ab43bbc64))
    
    ##### `@carbon/layout@11.18.0`
    
    ##### Housekeeping 🏠
    
    -   chore(release): v11.35.0 ([#&#8203;14385](https://github.com/carbon-design-system/carbon/issues/14385)) ([`f9ac32a70`](https://github.com/carbon-design-system/carbon/commit/f9ac32a70))
    -   chore: updated next and react version in example ([#&#8203;14219](https://github.com/carbon-design-system/carbon/issues/14219)) ([`909f48daa`](https://github.com/carbon-design-system/carbon/commit/909f48daa))
    -   chore(release): v11.35.0-rc.0 ([#&#8203;14359](https://github.com/carbon-design-system/carbon/issues/14359)) ([`39f36c63d`](https://github.com/carbon-design-system/carbon/commit/39f36c63d))
    -   chore(npm): publish packages with provenance ([#&#8203;14344](https://github.com/carbon-design-system/carbon/issues/14344)) ([`ab43bbc64`](https://github.com/carbon-design-system/carbon/commit/ab43bbc64))
    
    ##### `@carbon/motion@11.15.0`
    
    ##### Housekeeping 🏠
    
    -   chore(release): v11.35.0 ([#&#8203;14385](https://github.com/carbon-design-system/carbon/issues/14385)) ([`f9ac32a70`](https://github.com/carbon-design-system/carbon/commit/f9ac32a70))
    -   chore(release): v11.35.0-rc.0 ([#&#8203;14359](https://github.com/carbon-design-system/carbon/issues/14359)) ([`39f36c63d`](https://github.com/carbon-design-system/carbon/commit/39f36c63d))
    -   chore(npm): publish packages with provenance ([#&#8203;14344](https://github.com/carbon-design-system/carbon/issues/14344)) ([`ab43bbc64`](https://github.com/carbon-design-system/carbon/commit/ab43bbc64))
    
    ##### `@carbon/pictograms@12.21.0`
    
    ##### New features 🚀
    
    -   feat(Pictograms): new productive master 230720 ([#&#8203;14278](https://github.com/carbon-design-system/carbon/issues/14278)) ([`2397151d5`](https://github.com/carbon-design-system/carbon/commit/2397151d5))
    
    ##### Housekeeping 🏠
    
    -   chore(release): v11.35.0 ([#&#8203;14385](https://github.com/carbon-design-system/carbon/issues/14385)) ([`f9ac32a70`](https://github.com/carbon-design-system/carbon/commit/f9ac32a70))
    -   chore: updated next and react version in example ([#&#8203;14219](https://github.com/carbon-design-system/carbon/issues/14219)) ([`909f48daa`](https://github.com/carbon-design-system/carbon/commit/909f48daa))
    -   chore(release): v11.35.0-rc.0 ([#&#8203;14359](https://github.com/carbon-design-system/carbon/issues/14359)) ([`39f36c63d`](https://github.com/carbon-design-system/carbon/commit/39f36c63d))
    -   chore(npm): publish packages with provenance ([#&#8203;14344](https://github.com/carbon-design-system/carbon/issues/14344)) ([`ab43bbc64`](https://github.com/carbon-design-system/carbon/commit/ab43bbc64))
    
    ##### `@carbon/pictograms-react@11.47.0`
    
    ##### Housekeeping 🏠
    
    -   chore(release): v11.35.0 ([#&#8203;14385](https://github.com/carbon-design-system/carbon/issues/14385)) ([`f9ac32a70`](https://github.com/carbon-design-system/carbon/commit/f9ac32a70))
    -   chore(release): v11.35.0-rc.0 ([#&#8203;14359](https://github.com/carbon-design-system/carbon/issues/14359)) ([`39f36c63d`](https://github.com/carbon-design-system/carbon/commit/39f36c63d))
    -   chore(npm): publish packages with provenance ([#&#8203;14344](https://github.com/carbon-design-system/carbon/issues/14344)) ([`ab43bbc64`](https://github.com/carbon-design-system/carbon/commit/ab43bbc64))
    
    ##### `@carbon/react@1.35.0`
    
    ##### New features 🚀
    
    -   feat(Modal): add launcherButtonRef prop to handle focus on close ([#&#8203;14355](https://github.com/carbon-design-system/carbon/issues/14355)) ([`35fc72f0f`](https://github.com/carbon-design-system/carbon/commit/35fc72f0f))
    -   feat: slider keyboard avt testing  ([#&#8203;14160](https://github.com/carbon-design-system/carbon/issues/14160)) ([`7fd3cb7bb`](https://github.com/carbon-design-system/carbon/commit/7fd3cb7bb))
    -   feat: tooltip keyboard testing ([#&#8203;14159](https://github.com/carbon-design-system/carbon/issues/14159)) ([`0f1dbce99`](https://github.com/carbon-design-system/carbon/commit/0f1dbce99))
    
    ##### Bug fixes 🐛
    
    -   fix(Select): ensure `Select` properly truncates long strings ([#&#8203;14356](https://github.com/carbon-design-system/carbon/issues/14356)) ([`d533d50f7`](https://github.com/carbon-design-system/carbon/commit/d533d50f7))
    -   fix(HeaderMenu): use composeEventHandlers in HeaderMenu ([#&#8203;14353](https://github.com/carbon-design-system/carbon/issues/14353)) ([`a679daed7`](https://github.com/carbon-design-system/carbon/commit/a679daed7))
    -   fix(deps): update dependency fs-extra to v11 ([#&#8203;14345](https://github.com/carbon-design-system/carbon/issues/14345)) ([`a6ae38bdb`](https://github.com/carbon-design-system/carbon/commit/a6ae38bdb))
    -   fix(tooltip): toggle aria-hidden so iphone voiceover works correctly ([#&#8203;14313](https://github.com/carbon-design-system/carbon/issues/14313)) ([`75bdc607a`](https://github.com/carbon-design-system/carbon/commit/75bdc607a))
    -   fix(DataTableSkeleton): fix TypeScript interface ([#&#8203;14287](https://github.com/carbon-design-system/carbon/issues/14287)) ([`e66b84035`](https://github.com/carbon-design-system/carbon/commit/e66b84035))
    -   fix(DataTable): react event in getHeaderProps onClick and onInputChange ([#&#8203;14286](https://github.com/carbon-design-system/carbon/issues/14286)) ([`3e133e741`](https://github.com/carbon-design-system/carbon/commit/3e133e741))
    -   fix(Popover): scope popover styles to only influence direct children ([#&#8203;14200](https://github.com/carbon-design-system/carbon/issues/14200)) ([`734a3bea2`](https://github.com/carbon-design-system/carbon/commit/734a3bea2))
    -   fix(tile): improve interactive element detection to include aria-role ([#&#8203;14239](https://github.com/carbon-design-system/carbon/issues/14239)) ([`82beae917`](https://github.com/carbon-design-system/carbon/commit/82beae917))
    -   fix(button): update imports to use the default export instead of named ([#&#8203;14301](https://github.com/carbon-design-system/carbon/issues/14301)) ([`9f26e645b`](https://github.com/carbon-design-system/carbon/commit/9f26e645b))
    -   fix(Tabs): allow props to be optional and do not return element array ([#&#8203;14241](https://github.com/carbon-design-system/carbon/issues/14241)) ([`0770e5134`](https://github.com/carbon-design-system/carbon/commit/0770e5134))
    -   fix(DataTable): add Row and Column types ([#&#8203;14285](https://github.com/carbon-design-system/carbon/issues/14285)) ([`334028787`](https://github.com/carbon-design-system/carbon/commit/334028787))
    
    ##### Documentation 📝
    
    -   docs(contained-list): update placeholder text ([#&#8203;14314](https://github.com/carbon-design-system/carbon/issues/14314)) ([`5c26f2f35`](https://github.com/carbon-design-system/carbon/commit/5c26f2f35))
    -   docs(button): specify danger is not supported for icon only buttons ([#&#8203;14307](https://github.com/carbon-design-system/carbon/issues/14307)) ([`2ccf23b74`](https://github.com/carbon-design-system/carbon/commit/2ccf23b74))
    
    ##### Housekeeping 🏠
    
    -   chore(release): v11.35.0 ([#&#8203;14385](https://github.com/carbon-design-system/carbon/issues/14385)) ([`f9ac32a70`](https://github.com/carbon-design-system/carbon/commit/f9ac32a70))
    -   chore: updated next and react version in example ([#&#8203;14219](https://github.com/carbon-design-system/carbon/issues/14219)) ([`909f48daa`](https://github.com/carbon-design-system/carbon/commit/909f48daa))
    -   chore(release): v11.35.0-rc.0 ([#&#8203;14359](https://github.com/carbon-design-system/carbon/issues/14359)) ([`39f36c63d`](https://github.com/carbon-design-system/carbon/commit/39f36c63d))
    -   chore(npm): publish packages with provenance ([#&#8203;14344](https://github.com/carbon-design-system/carbon/issues/14344)) ([`ab43bbc64`](https://github.com/carbon-design-system/carbon/commit/ab43bbc64))
    -   test(Multiselect): add AVT for multiselect ([#&#8203;14305](https://github.com/carbon-design-system/carbon/issues/14305)) ([`96b874c50`](https://github.com/carbon-design-system/carbon/commit/96b874c50))
    -   chore(deps): update to storybook 7.1 ([#&#8203;14284](https://github.com/carbon-design-system/carbon/issues/14284)) ([`d82a09a78`](https://github.com/carbon-design-system/carbon/commit/d82a09a78))
    -   chore(deps): bump word-wrap in /packages/react/examples/react-router ([#&#8203;14248](https://github.com/carbon-design-system/carbon/issues/14248)) ([`ecf4b1425`](https://github.com/carbon-design-system/carbon/commit/ecf4b1425))
    
    ##### `@carbon/styles@1.35.0`
    
    ##### Bug fixes 🐛
    
    -   fix(Select): ensure `Select` properly truncates long strings ([#&#8203;14356](https://github.com/carbon-design-system/carbon/issues/14356)) ([`d533d50f7`](https://github.com/carbon-design-system/carbon/commit/d533d50f7))
    -   fix(styles): add display property for custom HTML elements ([#&#8203;14342](https://github.com/carbon-design-system/carbon/issues/14342)) ([`350b358f0`](https://github.com/carbon-design-system/carbon/commit/350b358f0))
    -   fix(Popover): scope popover styles to only influence direct children ([#&#8203;14200](https://github.com/carbon-design-system/carbon/issues/14200)) ([`734a3bea2`](https://github.com/carbon-design-system/carbon/commit/734a3bea2))
    -   fix(layout): create mixin ([#&#8203;14336](https://github.com/carbon-design-system/carbon/issues/14336)) ([`1b83b44f1`](https://github.com/carbon-design-system/carbon/commit/1b83b44f1))
    -   fix(DataTable): correct padding with expandable content ([#&#8203;14302](https://github.com/carbon-design-system/carbon/issues/14302)) ([`a49b4b283`](https://github.com/carbon-design-system/carbon/commit/a49b4b283))
    -   fix(DataTable): fix stacking issues with table toolbar + batch actions ([#&#8203;14275](https://github.com/carbon-design-system/carbon/issues/14275)) ([`a157f0ac3`](https://github.com/carbon-design-system/carbon/commit/a157f0ac3))
    
    ##### Housekeeping 🏠
    
    -   chore(release): v11.35.0 ([#&#8203;14385](https://github.com/carbon-design-system/carbon/issues/14385)) ([`f9ac32a70`](https://github.com/carbon-design-system/carbon/commit/f9ac32a70))
    -   chore(release): v11.35.0-rc.0 ([#&#8203;14359](https://github.com/carbon-design-system/carbon/issues/14359)) ([`39f36c63d`](https://github.com/carbon-design-system/carbon/commit/39f36c63d))
    -   chore(npm): publish packages with provenance ([#&#8203;14344](https://github.com/carbon-design-system/carbon/issues/14344)) ([`ab43bbc64`](https://github.com/carbon-design-system/carbon/commit/ab43bbc64))
    
    ##### `@carbon/themes@11.23.0`
    
    ##### Bug fixes 🐛
    
    -   fix(deps): update dependency fs-extra to v11 ([#&#8203;14345](https://github.com/carbon-design-system/carbon/issues/14345)) ([`a6ae38bdb`](https://github.com/carbon-design-system/carbon/commit/a6ae38bdb))
    
    ##### Housekeeping 🏠
    
    -   chore(release): v11.35.0 ([#&#8203;14385](https://github.com/carbon-design-system/carbon/issues/14385)) ([`f9ac32a70`](https://github.com/carbon-design-system/carbon/commit/f9ac32a70))
    -   chore: updated next and react version in example ([#&#8203;14219](https://github.com/carbon-design-system/carbon/issues/14219)) ([`909f48daa`](https://github.com/carbon-design-system/carbon/commit/909f48daa))
    -   chore(release): v11.35.0-rc.0 ([#&#8203;14359](https://github.com/carbon-design-system/carbon/issues/14359)) ([`39f36c63d`](https://github.com/carbon-design-system/carbon/commit/39f36c63d))
    -   chore(npm): publish packages with provenance ([#&#8203;14344](https://github.com/carbon-design-system/carbon/issues/14344)) ([`ab43bbc64`](https://github.com/carbon-design-system/carbon/commit/ab43bbc64))
    
    ##### `@carbon/type@11.22.0`
    
    ##### Housekeeping 🏠
    
    -   chore(release): v11.35.0 ([#&#8203;14385](https://github.com/carbon-design-system/carbon/issues/14385)) ([`f9ac32a70`](https://github.com/carbon-design-system/carbon/commit/f9ac32a70))
    -   chore: updated next and react version in example ([#&#8203;14219](https://github.com/carbon-design-system/carbon/issues/14219)) ([`909f48daa`](https://github.com/carbon-design-system/carbon/commit/909f48daa))
    -   chore(release): v11.35.0-rc.0 ([#&#8203;14359](https://github.com/carbon-design-system/carbon/issues/14359)) ([`39f36c63d`](https://github.com/carbon-design-system/carbon/commit/39f36c63d))
    -   chore(npm): publish packages with provenance ([#&#8203;14344](https://github.com/carbon-design-system/carbon/issues/14344)) ([`ab43bbc64`](https://github.com/carbon-design-system/carbon/commit/ab43bbc64))
    
    ##### `@carbon/upgrade@11.11.0`
    
    ##### Bug fixes 🐛
    
    -   fix(deps): update dependency fs-extra to v11 ([#&#8203;14345](https://github.com/carbon-design-system/carbon/issues/14345)) ([`a6ae38bdb`](https://github.com/carbon-design-system/carbon/commit/a6ae38bdb))
    
    ##### Housekeeping 🏠
    
    -   chore(release): v11.35.0 ([#&#8203;14385](https://github.com/carbon-design-system/carbon/issues/14385)) ([`f9ac32a70`](https://github.com/carbon-design-system/carbon/commit/f9ac32a70))
    -   chore(release): v11.35.0-rc.0 ([#&#8203;14359](https://github.com/carbon-design-system/carbon/issues/14359)) ([`39f36c63d`](https://github.com/carbon-design-system/carbon/commit/39f36c63d))
    -   chore(npm): publish packages with provenance ([#&#8203;14344](https://github.com/carbon-design-system/carbon/issues/14344)) ([`ab43bbc64`](https://github.com/carbon-design-system/carbon/commit/ab43bbc64))
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Never, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/carbon-design-system/carbon-for-ibm-dotcom).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE3My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
    renovate[bot] authored Feb 10, 2024
    Configuration menu
    Copy the full SHA
    e30451a View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. feat(chat-button): experimental wc (#11510)

    ### Related Ticket(s)
    
    Closes #11498 
    ### Description
    
    create cwc chat button
    
    ### Changelog
    
    **New**
    
    - chat button, chat button skeleton, examples, stories, readme
    
    <!-- React and Web Component deploy previews are enabled by default. -->
    <!-- To enable additional available deploy previews, apply the following -->
    <!-- labels for the corresponding package: -->
    <!-- *** "test: e2e": Codesandbox examples and e2e integration tests -->
    <!-- *** "package: services": Services -->
    <!-- *** "package: utilities": Utilities -->
    <!-- *** "RTL": React / Web Components (RTL) -->
    <!-- *** "feature flag": React / Web Components (experimental) -->
    ariellalgilmore authored Feb 12, 2024
    Configuration menu
    Copy the full SHA
    0d7ef9e View commit details
    Browse the repository at this point in the history
  2. chore(release): publish

     - @carbon/web-components@2.3.0
     - @carbon/ibmdotcom-services@2.3.0
     - @carbon/ibmdotcom-styles@2.3.0
     - @carbon/ibmdotcom-utilities@2.3.0
     - @carbon/ibmdotcom-web-components@2.3.0
    ibmdotcom-bot committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    8bacee9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    33af4c0 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. feat(data-table): ai updates (#11530)

    ### Related Ticket(s)
    
    Closes #11499 
    ### Description
    
    Update data table to new gradient updates with AI slug
    
    ### Changelog
    
    **New**
    
    - updated styles to align with gradient updates
    
    **Changed**
    
    - now `table.ts` checks if the headers have a slug and if so applies appropriate attributes to the cells in that column
    
    **Removed**
    
    - there was a border that seemed unnessary causing visual differences from wc and react
    
    <!-- React and Web Component deploy previews are enabled by default. -->
    <!-- To enable additional available deploy previews, apply the following -->
    <!-- labels for the corresponding package: -->
    <!-- *** "test: e2e": Codesandbox examples and e2e integration tests -->
    <!-- *** "package: services": Services -->
    <!-- *** "package: utilities": Utilities -->
    <!-- *** "RTL": React / Web Components (RTL) -->
    <!-- *** "feature flag": React / Web Components (experimental) -->
    ariellalgilmore authored Feb 13, 2024
    Configuration menu
    Copy the full SHA
    3875248 View commit details
    Browse the repository at this point in the history
  2. chore(react): remove react wrappers (#11502)

    * chore(react): remove react wrapper
    
    * chore(deps): remove uneeded deps
    
    * fix(react): remove more react stuff
    IgnacioBecerra authored Feb 13, 2024
    Configuration menu
    Copy the full SHA
    4adde22 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. fix(side-panel): refactor to match latest ibm-products (#11511)

    ### Related Ticket(s)
    
    carbon-design-system/ibm-products#4141
    
    ### Description
    
    Updates structure of SidePanel following restructure of @carbon/ibm-products SidePanel. This simplifies the HTML structure and title scroll animation.
    
    ### Changelog
    
    **Changed**
    
    - packages/carbon-web-components/src/components/side-panel/side-panel.scss
    - packages/carbon-web-components/src/components/side-panel/side-panel.ts
    lee-chase authored Feb 16, 2024
    Configuration menu
    Copy the full SHA
    804b6c3 View commit details
    Browse the repository at this point in the history
  2. feat(ai-skeleton): new cwc experminetal (#11544)

    ### Related Ticket(s)
    
    Closes #11505 
    
    ### Description
    
    new AI skeleton for text, popover, and icon
    
    ### Changelog
    
    **New**
    
    - added `optionalClasses` property so I could use the regular skeleton classes and add the AI ones as well
    - create new stories, readme, and examples
    - skeleton-text with paragraph option wasn't working in main, so reworked the code to get it working again
    
    **Changed**
    
    - updated carbon to 1.51
    
    **Removed**
    
    - {{removed thing}}
    
    <!-- React and Web Component deploy previews are enabled by default. -->
    <!-- To enable additional available deploy previews, apply the following -->
    <!-- labels for the corresponding package: -->
    <!-- *** "test: e2e": Codesandbox examples and e2e integration tests -->
    <!-- *** "package: services": Services -->
    <!-- *** "package: utilities": Utilities -->
    <!-- *** "RTL": React / Web Components (RTL) -->
    <!-- *** "feature flag": React / Web Components (experimental) -->
    ariellalgilmore authored Feb 16, 2024
    Configuration menu
    Copy the full SHA
    ad31dd0 View commit details
    Browse the repository at this point in the history
  3. feat(modal): ai updates (#11533)

    ### Related Ticket(s)
    
    Closes #11500 
    
    ### Description
    
    updates modal to latest AI gradient updates
    ### Changelog
    
    **New**
    
    - modal now checks if footer slotted for styles
    
    **Changed**
    
    - modal-footer reverted code back to only checking if there are three buttons
    - updated styles
    
    **Removed**
    
    - {{removed thing}}
    
    <!-- React and Web Component deploy previews are enabled by default. -->
    <!-- To enable additional available deploy previews, apply the following -->
    <!-- labels for the corresponding package: -->
    <!-- *** "test: e2e": Codesandbox examples and e2e integration tests -->
    <!-- *** "package: services": Services -->
    <!-- *** "package: utilities": Utilities -->
    <!-- *** "RTL": React / Web Components (RTL) -->
    <!-- *** "feature flag": React / Web Components (experimental) -->
    ariellalgilmore authored Feb 16, 2024
    Configuration menu
    Copy the full SHA
    887ef40 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. fix(file uploader): drag and drop not working (#11536)

    Co-authored-by: Ariella Gilmore <ariellalgilmore@gmail.com>
    sangeethababu9223 and ariellalgilmore authored Feb 19, 2024
    Configuration menu
    Copy the full SHA
    9d33dfb View commit details
    Browse the repository at this point in the history
  2. docs(data-table): update data-table docs (#11541)

    Co-authored-by: Anna Wen <54281166+annawen1@users.noreply.github.com>
    Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
    Co-authored-by: Ariella Gilmore <ariellalgilmore@gmail.com>
    4 people authored Feb 19, 2024
    Configuration menu
    Copy the full SHA
    2f2ba16 View commit details
    Browse the repository at this point in the history
  3. chore(release): publish

     - @carbon/web-components@2.4.0-rc.0
     - @carbon/ibmdotcom-services@2.4.0-rc.0
     - @carbon/ibmdotcom-styles@2.4.0-rc.0
     - @carbon/ibmdotcom-utilities@2.4.0-rc.0
     - @carbon/ibmdotcom-web-components@2.4.0-rc.0
    ibmdotcom-bot committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    c7efc7c View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. chore(storybook): add dotcom footer (#11555)

    * chore(storybook): add dotcom footer
    
    * fix(footer): md bkpt micro ibm logo not visible disable-locale-button
    
    ---------
    
    Co-authored-by: ariellalgilmore <ariellalgilmore@gmail.com>
    kennylam and ariellalgilmore authored Feb 20, 2024
    Configuration menu
    Copy the full SHA
    8df0894 View commit details
    Browse the repository at this point in the history
  2. fix(tabs): container size wrong (#11556)

    * fix(tabs): container size wrong
    
    * fix(tabs-extended-media): spacing
    
    ---------
    
    Co-authored-by: kennylam <909118+kennylam@users.noreply.github.com>
    ariellalgilmore and kennylam authored Feb 20, 2024
    Configuration menu
    Copy the full SHA
    1f7c6a1 View commit details
    Browse the repository at this point in the history
  3. feat(autoalign): @floating-ui/dom implementation (#11549)

    * feat(popover): bring floating-ui in popover
    
    * feat(toggletip): toggletip with floating-ui
    
    * chore(toggletip): update toggletip story and add CSB
    
    * feat(tooltip): autoalign functionality with tooltip
    
    * feat(autoalign): slug styles
    
    * docs(autoalign): update storybook docs
    
    * docs(codesandbox): add CSB for autoalign
    
    * chore(docs): adjust spacing
    
    * feat(slug): optimize slug styles
    
    * feat(toggletip): adjust styles
    
    * feat(slug): separate the styles out
    
    * feat(slug): add after psuedo elem back
    
    * feat(slug): break out from parent selector
    
    * feat(slug): separate from parent selector
    
    * feat(slug): slug caret styles
    
    ---------
    
    Co-authored-by: Carbon for IBM.com Bot <53266321+ibmdotcom-bot@users.noreply.github.com>
    annawen1 and ibmdotcom-bot authored Feb 20, 2024
    Configuration menu
    Copy the full SHA
    3db5ed5 View commit details
    Browse the repository at this point in the history
  4. chore(release): publish

     - @carbon/web-components@2.4.0-rc.1
     - @carbon/ibmdotcom-services@2.4.0-rc.1
     - @carbon/ibmdotcom-styles@2.4.0-rc.1
     - @carbon/ibmdotcom-utilities@2.4.0-rc.1
     - @carbon/ibmdotcom-web-components@2.4.0-rc.1
    ibmdotcom-bot committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    9e92829 View commit details
    Browse the repository at this point in the history
  5. chore(deps): update dependency sass to ~1.71.0 (#11548)

    [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [sass](https://github.com/sass/dart-sass) | [`~1.70.0` -> `~1.71.0`](https://renovatebot.com/diffs/npm/sass/1.70.0/1.71.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/sass/1.71.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/sass/1.71.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/sass/1.70.0/1.71.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/sass/1.70.0/1.71.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>sass/dart-sass (sass)</summary>
    
    ### [`v1.71.0`](https://github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1710)
    
    [Compare Source](https://github.com/sass/dart-sass/compare/1.70.0...1.71.0)
    
    For more information about `pkg:` importers, see [the
    announcement][pkg-importers] on the Sass blog.
    
    [pkg-importers]: https://sass-lang.com/blog/announcing-pkg-importers
    
    ##### Command-Line Interface
    
    -   Add a `--pkg-importer` flag to enable built-in `pkg:` importers. Currently
        this only supports the Node.js package resolution algorithm, via
        `--pkg-importer=node`. For example, `@use "pkg:bootstrap"` will load
        `node_modules/bootstrap/scss/bootstrap.scss`.
    
    ##### JavaScript API
    
    -   Add a `NodePackageImporter` importer that can be passed to the `importers`
        option. This loads files using the `pkg:` URL scheme according to the Node.js
        package resolution algorithm. For example, `@use "pkg:bootstrap"` will load
        `node_modules/bootstrap/scss/bootstrap.scss`. The constructor takes a single
        optional argument, which indicates the base directory to use when locating
        `node_modules` directories. It defaults to
        `path.dirname(require.main.filename)`.
    
    ##### Dart API
    
    -   Add a `NodePackageImporter` importer that can be passed to the `importers`
        option. This loads files using the `pkg:` URL scheme according to the Node.js
        package resolution algorithm. For example, `@use "pkg:bootstrap"` will load
        `node_modules/bootstrap/scss/bootstrap.scss`. The constructor takes a single
        argument, which indicates the base directory to use when locating
        `node_modules` directories.
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Never, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/carbon-design-system/carbon-for-ibm-dotcom).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE3My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
    renovate[bot] authored Feb 20, 2024
    Configuration menu
    Copy the full SHA
    56d872c View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. chore: onboard @carbon/web-components to IBM Telemetry 🚀 (#11563)

    ### Description
    
    Adds config file and dependency necessary to start tracking telemetry data via [IBM Telemetry](https://github.com/ibm-telemetry/telemetry-js) for `@carbon/web-components`
    
    
    ### Changelog
    
    **New**
    
    - Adds @ibm/telemetry-js dependency
    - Adds [telemetry.yml](packages/carbon-web-components/telemetry.yml) config file
       - Please note telemetry config file has been configured to collect basic jsx and npm scope metrics. This means telemetry data will be collected for npm depedencies and component name (only) usage. Additional JSX configurations (`allowedAttributeNames `, `allowedAttributeStringValues`) are required to get prop name/value usage, for more information please see [telemetry config schema](https://github.com/ibm-telemetry/telemetry-config-schema?tab=readme-ov-file#jsx-scope). 
    - Adds readme telemetry disclosure
    - Adds postinstall script to use IBM telemetry command
    
    **Changed**
    
    - Include `telemetry.yml` in package.json files config 
    
    
    ### Review
    Please look through package.json config file and ensure all necessary modifications have been made so that the "telemetry.yml" config file is included in the release version of this package.
    
    **PLEASE NOTE:** In order for IBM Telemetry to start collecting data for these projects, a new build must be published including these changes.
    francinelucca authored Feb 21, 2024
    Configuration menu
    Copy the full SHA
    913fda0 View commit details
    Browse the repository at this point in the history
  2. feat(autoalign): utilize autoUpdate from @floating-ui/dom (#11565)

    * feat(autoalign): add autoUpdate functionality
    
    * feat(autoalign): setting autoUpdate in toggletip
    
    * chore(toggletip): add desc of controller instance
    
    * feat(autoalign): update to controller
    
    * chore(toggletip): remove the unnecessary async
    
    * feat(slug): add rotate for caret back
    
    * feat(slug): slug hollow caret styles adjust
    annawen1 authored Feb 21, 2024
    Configuration menu
    Copy the full SHA
    5e15105 View commit details
    Browse the repository at this point in the history
  3. Merge 5e15105 into main

    ibmdotcom-bot authored Feb 21, 2024
    Configuration menu
    Copy the full SHA
    faa9fb6 View commit details
    Browse the repository at this point in the history
  4. chore(release): publish

     - @carbon/web-components@2.4.0-rc.2
     - @carbon/ibmdotcom-services@2.4.0-rc.2
     - @carbon/ibmdotcom-styles@2.4.0-rc.2
     - @carbon/ibmdotcom-utilities@2.4.0-rc.2
     - @carbon/ibmdotcom-web-components@2.4.0-rc.2
    ibmdotcom-bot committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    059428f View commit details
    Browse the repository at this point in the history
  5. Merge 059428f into main

    ibmdotcom-bot authored Feb 21, 2024
    Configuration menu
    Copy the full SHA
    f736123 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Configuration menu
    Copy the full SHA
    edc4d1f View commit details
    Browse the repository at this point in the history
  2. Merge edc4d1f into main

    ibmdotcom-bot authored Feb 22, 2024
    Configuration menu
    Copy the full SHA
    50406f0 View commit details
    Browse the repository at this point in the history
  3. chore(release): publish

     - @carbon/web-components@2.4.0-rc.3
     - @carbon/ibmdotcom-services@2.4.0-rc.3
     - @carbon/ibmdotcom-styles@2.4.0-rc.3
     - @carbon/ibmdotcom-utilities@2.4.0-rc.3
     - @carbon/ibmdotcom-web-components@2.4.0-rc.3
    ibmdotcom-bot committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    1e1201d View commit details
    Browse the repository at this point in the history
  4. Merge 1e1201d into main

    ibmdotcom-bot authored Feb 22, 2024
    Configuration menu
    Copy the full SHA
    0d19403 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ca07c2a View commit details
    Browse the repository at this point in the history
  6. Merge ca07c2a into main

    ibmdotcom-bot authored Feb 22, 2024
    Configuration menu
    Copy the full SHA
    e00c4cd View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. fix(side-nav): update max-block-size; closes #10936 (#11571)

    Co-authored-by: Ariella Gilmore <ariellalgilmore@gmail.com>
    kennylam and ariellalgilmore authored Feb 23, 2024
    Configuration menu
    Copy the full SHA
    40d5cec View commit details
    Browse the repository at this point in the history
  2. Merge 40d5cec into main

    ibmdotcom-bot authored Feb 23, 2024
    Configuration menu
    Copy the full SHA
    7f5d1de View commit details
    Browse the repository at this point in the history
  3. chore(release): publish

     - @carbon/web-components@2.4.0-rc.4
     - @carbon/ibmdotcom-services@2.4.0-rc.4
     - @carbon/ibmdotcom-styles@2.4.0-rc.4
     - @carbon/ibmdotcom-utilities@2.4.0-rc.4
     - @carbon/ibmdotcom-web-components@2.4.0-rc.4
    ibmdotcom-bot committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    999e1a7 View commit details
    Browse the repository at this point in the history
  4. Merge 999e1a7 into main

    ibmdotcom-bot authored Feb 23, 2024
    Configuration menu
    Copy the full SHA
    2ec966a View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. chore(release): publish

     - @carbon/web-components@2.4.0
     - @carbon/ibmdotcom-services@2.4.0
     - @carbon/ibmdotcom-styles@2.4.0
     - @carbon/ibmdotcom-utilities@2.4.0
     - @carbon/ibmdotcom-web-components@2.4.0
    ibmdotcom-bot committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    712530e View commit details
    Browse the repository at this point in the history
  2. Merge 712530e into main

    ibmdotcom-bot authored Feb 26, 2024
    Configuration menu
    Copy the full SHA
    1a15e84 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. feat: Add CWC Tearsheet (#11545)

    * 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 <ariellalgilmore@gmail.com>
    
    * Update packages/carbon-web-components/src/components/tearsheet/tearsheet.scss
    
    Co-authored-by: Ariella Gilmore <ariellalgilmore@gmail.com>
    
    * fix: review updates
    
    * fix: cds usage in tearsheet styles
    
    ---------
    
    Co-authored-by: Ariella Gilmore <ariellalgilmore@gmail.com>
    lee-chase and ariellalgilmore authored Feb 27, 2024
    Configuration menu
    Copy the full SHA
    1a3d85e View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. fix(dropdown): visibility of warn-text and invalid-text (#11573)

    * Fixing display of invalid-text and warn-text
    
    * chore(prettier): format code
    
    ---------
    
    Co-authored-by: Kenny Lam <909118+kennylam@users.noreply.github.com>
    gyalogmixi and kennylam authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    087b4ed View commit details
    Browse the repository at this point in the history
  2. fix(date picker): detect change range interval console error (#11532)

    ### Related Ticket(s)
    
    Closes #11490
    
    ### Description
    
    In Date picker element, dev tool console shows error `Uncaught TypeError: fp.getDateStr is not a function`.
    
    ### Changelog
    
    **Removed**
    
    - Removed custom event handling function.
    
    <!-- React and Web Component deploy previews are enabled by default. -->
    <!-- To enable additional available deploy previews, apply the following -->
    <!-- labels for the corresponding package: -->
    <!-- *** "test: e2e": Codesandbox examples and e2e integration tests -->
    <!-- *** "package: services": Services -->
    <!-- *** "package: utilities": Utilities -->
    <!-- *** "RTL": React / Web Components (RTL) -->
    <!-- *** "feature flag": React / Web Components (experimental) -->
    sangeethababu9223 authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    1ff5520 View commit details
    Browse the repository at this point in the history
  3. feat(web-components): upgrade Storybook to v7 (#11598)

    * feat(storybook): upgrade dotcom-wc to sb7
    
    ---------
    
    Co-authored-by: IgnacioBecerra <i1becerr@ucsd.edu>
    kennylam and IgnacioBecerra authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    224fe7b View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. [combo-box / dropdown] Improve accessibility (#11421)

    ### Related Ticket(s)
    
    Closes #11268
    [Jira ticket](https://jsw.ibm.com/browse/ADCMS-4401)
    
    ### Description
    
    Fixes accessibility issues with Combo-box, and by extension Dropdown.
    
    Used both React package (which uses [Downshift](https://www.downshift-js.com/)), and [ARIA APG](https://www.w3.org/WAI/ARIA/apg/patterns/combobox/) as references. Tested with VoiceOver on Mac OS.
    
    ### Testing
    
    * Use both dropdown and combo-box components. Ensure there are no regressions for sighted users
    * Using a screenreader, test both dropdown and combo-box components. Should work well. See [Select-Only Combobox Example](https://www.w3.org/WAI/ARIA/apg/patterns/combobox/examples/combobox-select-only/) and [Editable Combobox With List Autocomplete Example](https://www.w3.org/WAI/ARIA/apg/patterns/combobox/examples/combobox-autocomplete-list/) are great reference examples.
    * Regression test the Multi select component (it extends the Dropdown component)
    
    ### Changelog
    
    **Changed**
    
    - Improved dropdown and combo-box accessibility.
    
    <!-- React and Web Component deploy previews are enabled by default. -->
    <!-- To enable additional available deploy previews, apply the following -->
    <!-- labels for the corresponding package: -->
    <!-- *** "test: e2e": Codesandbox examples and e2e integration tests -->
    <!-- *** "package: services": Services -->
    <!-- *** "package: utilities": Utilities -->
    <!-- *** "RTL": React / Web Components (RTL) -->
    <!-- *** "feature flag": React / Web Components (experimental) -->
    m4olivei authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    24b6f2e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3bd7c83 View commit details
    Browse the repository at this point in the history
  3. fix(chat-button): update to latest with no icon option (#11577)

    Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
    ariellalgilmore and kodiakhq[bot] authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    1a68cb8 View commit details
    Browse the repository at this point in the history
  4. fix: side panel story slug alignment (#11594)

    * fix: side panel story slug
    
    * fix: remove slug slot in story
    
    * fix: remove slug-container classname
    
    ---------
    
    Co-authored-by: Ariella Gilmore <ariellalgilmore@gmail.com>
    Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
    3 people authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    93d5866 View commit details
    Browse the repository at this point in the history
  5. feat: cwc stacking tearsheets (#11586)

    * 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 <ariellalgilmore@gmail.com>
    
    * Update packages/carbon-web-components/src/components/tearsheet/tearsheet.scss
    
    Co-authored-by: Ariella Gilmore <ariellalgilmore@gmail.com>
    
    * 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 <ariellalgilmore@gmail.com>
    Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
    3 people authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    fdb9af4 View commit details
    Browse the repository at this point in the history
  6. chore(docs): udpate cwc readme (#11604)

    ### Changelog
    
    **Changed**
    
    - update README for `@carbon/web-components`
    
    <!-- React and Web Component deploy previews are enabled by default. -->
    <!-- To enable additional available deploy previews, apply the following -->
    <!-- labels for the corresponding package: -->
    <!-- *** "test: e2e": Codesandbox examples and e2e integration tests -->
    <!-- *** "package: services": Services -->
    <!-- *** "package: utilities": Utilities -->
    <!-- *** "RTL": React / Web Components (RTL) -->
    <!-- *** "feature flag": React / Web Components (experimental) -->
    kennylam authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    f616715 View commit details
    Browse the repository at this point in the history
  7. chore(rtl): remove unused docs and deps (#11592)

    ### Description
    
    This removes unneeded `rtl` documentation and dependencies.
    
    ### Changelog
    
    **New**
    
    **Removed**
    
    - `rtl` deps and docs
    
    <!-- React and Web Component deploy previews are enabled by default. -->
    <!-- To enable additional available deploy previews, apply the following -->
    <!-- labels for the corresponding package: -->
    <!-- *** "test: e2e": Codesandbox examples and e2e integration tests -->
    <!-- *** "package: services": Services -->
    <!-- *** "package: utilities": Utilities -->
    <!-- *** "RTL": React / Web Components (RTL) -->
    <!-- *** "feature flag": React / Web Components (experimental) -->
    kennylam authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    4f0b33b View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. fix(content-switcher): get current content-switcher-item on icon click (

    #11602)
    
    ### Related Ticket(s)
    
    Closes #10963
    
    ### Description
    
    This PR updates the content switcher to fetch the current content switcher item even when an icon within the item is clicked
    
    ### Changelog
    
    **New**
    
    - `_getCurrentItem` method
    
    **Changed**
    
    - content-switcher click handler
    
    <!-- React and Web Component deploy previews are enabled by default. -->
    <!-- To enable additional available deploy previews, apply the following -->
    <!-- labels for the corresponding package: -->
    <!-- *** "test: e2e": Codesandbox examples and e2e integration tests -->
    <!-- *** "package: services": Services -->
    <!-- *** "package: utilities": Utilities -->
    <!-- *** "RTL": React / Web Components (RTL) -->
    <!-- *** "feature flag": React / Web Components (experimental) -->
    emyarod authored Mar 1, 2024
    Configuration menu
    Copy the full SHA
    341b038 View commit details
    Browse the repository at this point in the history
  2. chore(upgrade): upgrade to Carbon 1.52.0 (#11607)

    This updates the repository to Carbon v1.52.0.
    ibmdotcom-bot authored Mar 1, 2024
    Configuration menu
    Copy the full SHA
    679f041 View commit details
    Browse the repository at this point in the history
  3. chore(release): publish

     - @carbon/web-components@2.5.0-rc.0
     - @carbon/ibmdotcom-services@2.5.0-rc.0
     - @carbon/ibmdotcom-styles@2.5.0-rc.0
     - @carbon/ibmdotcom-utilities@2.5.0-rc.0
     - @carbon/ibmdotcom-web-components@2.5.0-rc.0
    ibmdotcom-bot committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    ddd1277 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. fix: reduced motion side panel close (#11608)

    Co-authored-by: Anna Wen <54281166+annawen1@users.noreply.github.com>
    lee-chase and annawen1 authored Mar 5, 2024
    Configuration menu
    Copy the full SHA
    14ced40 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Configuration menu
    Copy the full SHA
    ce09643 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. chore(release): publish

     - @carbon/web-components@2.5.0-rc.1
     - @carbon/ibmdotcom-web-components@2.5.0-rc.1
    ibmdotcom-bot committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    f0d1264 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. chore(release): publish

     - @carbon/web-components@2.5.0
     - @carbon/ibmdotcom-services@2.5.0
     - @carbon/ibmdotcom-styles@2.5.0
     - @carbon/ibmdotcom-utilities@2.5.0
     - @carbon/ibmdotcom-web-components@2.5.0
    ibmdotcom-bot committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    cd8bf1b View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Configuration menu
    Copy the full SHA
    7f8d5e4 View commit details
    Browse the repository at this point in the history
  2. fix(cdn): emit the CSS grid classes in a new artifact cssgrid.css (#1…

    …1626)
    
    * fix(cdn): emit the CSS grid classes in a new artifact cssgrid.css
    
    * fix(grid-cdn): add path to root node_modules
    
    ---------
    
    Co-authored-by: kennylam <909118+kennylam@users.noreply.github.com>
    Co-authored-by: Anna Wen <54281166+annawen1@users.noreply.github.com>
    Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
    4 people authored Mar 15, 2024
    Configuration menu
    Copy the full SHA
    9ccaee3 View commit details
    Browse the repository at this point in the history
  3. chore(cdn): add CSS grid CDN urls (#11640)

    Co-authored-by: Anna Wen <54281166+annawen1@users.noreply.github.com>
    jeffchew and annawen1 authored Mar 15, 2024
    Configuration menu
    Copy the full SHA
    055d823 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. chore(deps): update dependency sass to ~1.72.0 (#11646)

    [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [sass](https://github.com/sass/dart-sass) | [`~1.71.0` -> `~1.72.0`](https://renovatebot.com/diffs/npm/sass/1.71.0/1.72.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/sass/1.72.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/sass/1.72.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/sass/1.71.0/1.72.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/sass/1.71.0/1.72.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>sass/dart-sass (sass)</summary>
    
    ### [`v1.72.0`](https://github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1720)
    
    [Compare Source](https://github.com/sass/dart-sass/compare/1.71.1...1.72.0)
    
    -   Support adjacent `/`s without whitespace in between when parsing plain CSS
        expressions.
    
    -   Allow the Node.js `pkg:` importer to load Sass stylesheets for `package.json`
        `exports` field entries without extensions.
    
    -   When printing suggestions for variables, use underscores in variable names
        when the original usage used underscores.
    
    ##### JavaScript API
    
    -   Properly resolve `pkg:` imports with the Node.js package importer when
        arguments are passed to the JavaScript process.
    
    ### [`v1.71.1`](https://github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1711)
    
    [Compare Source](https://github.com/sass/dart-sass/compare/1.71.0...1.71.1)
    
    ##### Command-Line Interface
    
    -   Ship the musl Linux release with the proper Dart executable.
    
    ##### JavaScript API
    
    -   Export the `NodePackageImporter` class in ESM mode.
    
    -   Allow `NodePackageImporter` to locate a default directory even when the
        entrypoint is an ESM module.
    
    ##### Dart API
    
    -   Make passing a null argument to `NodePackageImporter()` a static error rather
        than just a runtime error.
    
    ##### Embedded Sass
    
    -   In the JS Embedded Host, properly install the musl Linux embedded compiler
        when running on musl Linux.
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Never, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/carbon-design-system/carbon-for-ibm-dotcom).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNDUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI0NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
    renovate[bot] authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    d4ec527 View commit details
    Browse the repository at this point in the history
  2. fix(combobox): fix import path for some bundlers (#11639)

    ### Related Ticket(s)
    
    Closes #11635
    
    ### Description
    
    Adds the file extension to the import path for `lit/directives/if-defined.js` to fix issues with some bundlers.
    
    ### Changelog
    
    **Changed**
    
    - Adds the file extension to the import path for `lit/directives/if-defined.js` to fix issues with some bundlers.
    
    <!-- React and Web Component deploy previews are enabled by default. -->
    <!-- To enable additional available deploy previews, apply the following -->
    <!-- labels for the corresponding package: -->
    <!-- *** "test: e2e": Codesandbox examples and e2e integration tests -->
    <!-- *** "package: services": Services -->
    <!-- *** "package: utilities": Utilities -->
    <!-- *** "RTL": React / Web Components (RTL) -->
    <!-- *** "feature flag": React / Web Components (experimental) -->
    m4olivei authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    3af6e37 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. chore(deps): update dependency @carbon/icon-helpers to v10.47.0 (#11643)

    [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [@carbon/icon-helpers](https://github.com/carbon-design-system/carbon) ([source](https://github.com/carbon-design-system/carbon/tree/HEAD/packages/icon-helpers)) | [`10.46.0` -> `10.47.0`](https://renovatebot.com/diffs/npm/@carbon%2ficon-helpers/10.46.0/10.47.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@carbon%2ficon-helpers/10.47.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@carbon%2ficon-helpers/10.47.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@carbon%2ficon-helpers/10.46.0/10.47.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@carbon%2ficon-helpers/10.46.0/10.47.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>carbon-design-system/carbon (@&#8203;carbon/icon-helpers)</summary>
    
    ### [`v10.47.0`](https://github.com/carbon-design-system/carbon/releases/tag/v10.47.0)
    
    [Compare Source](https://github.com/carbon-design-system/carbon/compare/v10.46.0...v10.47.0)
    
    ##### `@carbon/react@0.8.0`
    
    ##### New features 🚀
    
    -   feat(styles): add default feature flag config ([#&#8203;9939](https://github.com/carbon-design-system/carbon/issues/9939)) ([`4b34a8b18`](https://github.com/carbon-design-system/carbon/commit/4b34a8b18))
    -   feat(react): add unstable_Stack component ([#&#8203;9876](https://github.com/carbon-design-system/carbon/issues/9876)) ([`18ce43cf2`](https://github.com/carbon-design-system/carbon/commit/18ce43cf2))
    -   feat(listbox): support disabled items in combobox, dropdown, filterablemultiselect ([#&#8203;9913](https://github.com/carbon-design-system/carbon/issues/9913)) ([`7a1e88363`](https://github.com/carbon-design-system/carbon/commit/7a1e88363))
    -   feat(react,carbon-react): add layer stories ([#&#8203;9838](https://github.com/carbon-design-system/carbon/issues/9838)) ([`22cdc872c`](https://github.com/carbon-design-system/carbon/commit/22cdc872c))
    -   feat(multiselect): allow disabled listbox items ([#&#8203;9859](https://github.com/carbon-design-system/carbon/issues/9859)) ([`84de2dc35`](https://github.com/carbon-design-system/carbon/commit/84de2dc35))
    -   feat(Tab): make tab functional component ([#&#8203;9722](https://github.com/carbon-design-system/carbon/issues/9722)) ([`727691155`](https://github.com/carbon-design-system/carbon/commit/727691155))
    -   feat(carbon-react): add layer stories ([#&#8203;9861](https://github.com/carbon-design-system/carbon/issues/9861)) ([`b677f5425`](https://github.com/carbon-design-system/carbon/commit/b677f5425))
    
    ##### Bug fixes 🐛
    
    -   fix(ToggleSkeleton): fixes skeleton styles and add size prop for small skeleton ([#&#8203;9918](https://github.com/carbon-design-system/carbon/issues/9918)) ([`49933c30c`](https://github.com/carbon-design-system/carbon/commit/49933c30c))
    
    ##### Housekeeping 🏠
    
    -   chore(release): v10.47.0 ([#&#8203;9981](https://github.com/carbon-design-system/carbon/issues/9981)) ([`f6352a101`](https://github.com/carbon-design-system/carbon/commit/f6352a101))
    -   chore(release): v10.47.0-rc.0 ([#&#8203;9950](https://github.com/carbon-design-system/carbon/issues/9950)) ([`8a02789e7`](https://github.com/carbon-design-system/carbon/commit/8a02789e7))
    -   chore(react): update to exclude stories from folders labeled next ([#&#8203;9920](https://github.com/carbon-design-system/carbon/issues/9920)) ([`39091b07a`](https://github.com/carbon-design-system/carbon/commit/39091b07a))
    
    ##### `@carbon/cli@10.31.0`
    
    ##### New features 🚀
    
    -   feat(styles): add default feature flag config ([#&#8203;9939](https://github.com/carbon-design-system/carbon/issues/9939)) ([`4b34a8b18`](https://github.com/carbon-design-system/carbon/commit/4b34a8b18))
    
    ##### Housekeeping 🏠
    
    -   chore(release): v10.47.0 ([#&#8203;9981](https://github.com/carbon-design-system/carbon/issues/9981)) ([`f6352a101`](https://github.com/carbon-design-system/carbon/commit/f6352a101))
    
    ##### `@carbon/colors@10.34.0`
    
    ##### Housekeeping 🏠
    
    -   chore(release): v10.47.0 ([#&#8203;9981](https://github.com/carbon-design-system/carbon/issues/9981)) ([`f6352a101`](https://github.com/carbon-design-system/carbon/commit/f6352a101))
    
    ##### `carbon-components@10.47.0`
    
    ##### New features 🚀
    
    -   feat(styles): add default feature flag config ([#&#8203;9939](https://github.com/carbon-design-system/carbon/issues/9939)) ([`4b34a8b18`](https://github.com/carbon-design-system/carbon/commit/4b34a8b18))
    -   feat(listbox): support disabled items in combobox, dropdown, filterablemultiselect ([#&#8203;9913](https://github.com/carbon-design-system/carbon/issues/9913)) ([`7a1e88363`](https://github.com/carbon-design-system/carbon/commit/7a1e88363))
    -   feat(HeaderMenu):  include isCurrentPage props to HeaderMenu component ([#&#8203;9785](https://github.com/carbon-design-system/carbon/issues/9785)) ([`559412c9a`](https://github.com/carbon-design-system/carbon/commit/559412c9a))
    -   feat(multiselect): allow disabled listbox items ([#&#8203;9859](https://github.com/carbon-design-system/carbon/issues/9859)) ([`84de2dc35`](https://github.com/carbon-design-system/carbon/commit/84de2dc35))
    
    ##### Bug fixes 🐛
    
    -   fix(ToggleSkeleton): fixes skeleton styles and add size prop for small skeleton ([#&#8203;9918](https://github.com/carbon-design-system/carbon/issues/9918)) ([`49933c30c`](https://github.com/carbon-design-system/carbon/commit/49933c30c))
    -   fix(checkbox): added relative position to wrapper ([#&#8203;9892](https://github.com/carbon-design-system/carbon/issues/9892)) ([`7fe81b520`](https://github.com/carbon-design-system/carbon/commit/7fe81b520))
    -   fix(button): hcm for ghost icon color contrast ([#&#8203;9904](https://github.com/carbon-design-system/carbon/issues/9904)) ([`3f7fbdf5b`](https://github.com/carbon-design-system/carbon/commit/3f7fbdf5b))
    -   fix(progress-indicator): fix active state ([#&#8203;9740](https://github.com/carbon-design-system/carbon/issues/9740)) ([`021df4c09`](https://github.com/carbon-design-system/carbon/commit/021df4c09))
    -   fix(repo): add check around math.div usage ([#&#8203;9850](https://github.com/carbon-design-system/carbon/issues/9850)) ([`1af03df10`](https://github.com/carbon-design-system/carbon/commit/1af03df10))
    
    ##### Housekeeping 🏠
    
    -   chore(release): v10.47.0 ([#&#8203;9981](https://github.com/carbon-design-system/carbon/issues/9981)) ([`f6352a101`](https://github.com/carbon-design-system/carbon/commit/f6352a101))
    -   chore(release): v10.47.0-rc.0 ([#&#8203;9950](https://github.com/carbon-design-system/carbon/issues/9950)) ([`8a02789e7`](https://github.com/carbon-design-system/carbon/commit/8a02789e7))
    
    ##### `@carbon/elements@10.46.0`
    
    ##### Housekeeping 🏠
    
    -   chore(release): v10.47.0 ([#&#8203;9981](https://github.com/carbon-design-system/carbon/issues/9981)) ([`f6352a101`](https://github.com/carbon-design-system/carbon/commit/f6352a101))
    -   chore(release): v10.47.0-rc.0 ([#&#8203;9950](https://github.com/carbon-design-system/carbon/issues/9950)) ([`8a02789e7`](https://github.com/carbon-design-system/carbon/commit/8a02789e7))
    
    ##### `@carbon/grid@10.39.0`
    
    ##### Bug fixes 🐛
    
    -   fix(repo): add check around math.div usage ([#&#8203;9850](https://github.com/carbon-design-system/carbon/issues/9850)) ([`1af03df10`](https://github.com/carbon-design-system/carbon/commit/1af03df10))
    
    ##### Housekeeping 🏠
    
    -   chore(release): v10.47.0 ([#&#8203;9981](https://github.com/carbon-design-system/carbon/issues/9981)) ([`f6352a101`](https://github.com/carbon-design-system/carbon/commit/f6352a101))
    -   chore(release): v10.47.0-rc.0 ([#&#8203;9950](https://github.com/carbon-design-system/carbon/issues/9950)) ([`8a02789e7`](https://github.com/carbon-design-system/carbon/commit/8a02789e7))
    
    ##### `@carbon/icon-helpers@10.25.0`
    
    ##### Housekeeping 🏠
    
    -   chore(release): v10.47.0 ([#&#8203;9981](https://github.com/carbon-design-system/carbon/issues/9981)) ([`f6352a101`](https://github.com/carbon-design-system/carbon/commit/f6352a101))
    
    ##### `@carbon/icons-handlebars@10.42.0`
    
    ##### Housekeeping 🏠
    
    -   chore(release): v10.47.0 ([#&#8203;9981](https://github.com/carbon-design-system/carbon/issues/9981)) ([`f6352a101`](https://github.com/carbon-design-system/carbon/commit/f6352a101))
    
    ##### `@carbon/icons-react@10.42.0`
    
    ##### Housekeeping 🏠
    
    -   chore(release): v10.47.0 ([#&#8203;9981](https://github.com/carbon-design-system/carbon/issues/9981)) ([`f6352a101`](https://github.com/carbon-design-system/carbon/commit/f6352a101))
    
    ##### `@carbon/icons-vue@10.42.0`
    
    ##### Housekeeping 🏠
    
    -   chore(release): v10.47.0 ([#&#8203;9981](https://github.com/carbon-design-system/carbon/issues/9981)) ([`f6352a101`](https://github.com/carbon-design-system/carbon/commit/f6352a101))
    
    ##### `@carbon/icons@10.42.0`
    
    ##### Housekeeping 🏠
    
    -   chore(release): v10.47.0 ([#&#8203;9981](https://github.com/carbon-design-system/carbon/issues/9981)) ([`f6352a101`](https://github.com/carbon-design-system/carbon/commit/f6352a101))
    
    ##### `@carbon/layout@10.34.0`
    
    ##### Bug fixes 🐛
    
    -   fix(repo): add check around math.div usage ([#&#8203;9850](https://github.com/carbon-design-system/carbon/issues/9850)) ([`1af03df10`](https://github.com/carbon-design-system/carbon/commit/1af03df10))
    
    ##### Housekeeping 🏠
    
    -   chore(release): v10.47.0 ([#&#8203;9981](https://github.com/carbon-design-system/carbon/issues/9981)) ([`f6352a101`](https://github.com/carbon-design-system/carbon/commit/f6352a101))
    -   chore(release): v10.47.0-rc.0 ([#&#8203;9950](https://github.com/carbon-design-system/carbon/issues/9950)) ([`8a02789e7`](https://github.com/carbon-design-system/carbon/commit/8a02789e7))
    
    ##### `@carbon/motion@10.26.0`
    
    ##### Housekeeping 🏠
    
    -   chore(release): v10.47.0 ([#&#8203;9981](https://github.com/carbon-design-system/carbon/issues/9981)) ([`f6352a101`](https://github.com/carbon-design-system/carbon/commit/f6352a101))
    
    ##### `@carbon/pictograms-react@11.20.0`
    
    ##### Housekeeping 🏠
    
    -   chore(release): v10.47.0 ([#&#8203;9981](https://github.com/carbon-design-system/carbon/issues/9981)) ([`f6352a101`](https://github.com/carbon-design-system/carbon/commit/f6352a101))
    
    ##### `@carbon/pictograms@11.20.0`
    
    ##### Housekeeping 🏠
    
    -   chore(release): v10.47.0 ([#&#8203;9981](https://github.com/carbon-design-system/carbon/issues/9981)) ([`f6352a101`](https://github.com/carbon-design-system/carbon/commit/f6352a101))
    
    ##### `carbon-components-react@7.47.0`
    
    ##### New features 🚀
    
    -   feat(TimePickerSelect): updated props for v11 ([#&#8203;9914](https://github.com/carbon-design-system/carbon/issues/9914)) ([`580df55e1`](https://github.com/carbon-design-system/carbon/commit/580df55e1))
    -   feat(RadioButton): refactor radio btn and btn group to functional components ([#&#8203;9940](https://github.com/carbon-design-system/carbon/issues/9940)) ([`711a35f75`](https://github.com/carbon-design-system/carbon/commit/711a35f75))
    -   feat(styles): add default feature flag config ([#&#8203;9939](https://github.com/carbon-design-system/carbon/issues/9939)) ([`4b34a8b18`](https://github.com/carbon-design-system/carbon/commit/4b34a8b18))
    -   feat(react): add unstable_Stack component ([#&#8203;9876](https://github.com/carbon-design-system/carbon/issues/9876)) ([`18ce43cf2`](https://github.com/carbon-design-system/carbon/commit/18ce43cf2))
    -   feat(listbox): support disabled items in combobox, dropdown, filterablemultiselect ([#&#8203;9913](https://github.com/carbon-design-system/carbon/issues/9913)) ([`7a1e88363`](https://github.com/carbon-design-system/carbon/commit/7a1e88363))
    -   feat(react,carbon-react): add layer stories ([#&#8203;9838](https://github.com/carbon-design-system/carbon/issues/9838)) ([`22cdc872c`](https://github.com/carbon-design-system/carbon/commit/22cdc872c))
    -   feat(modal): deprecate iconDescription ([#&#8203;9828](https://github.com/carbon-design-system/carbon/issues/9828)) ([`a9c13fffe`](https://github.com/carbon-design-system/carbon/commit/a9c13fffe))
    -   feat(HeaderMenu):  include isCurrentPage props to HeaderMenu component ([#&#8203;9785](https://github.com/carbon-design-system/carbon/issues/9785)) ([`559412c9a`](https://github.com/carbon-design-system/carbon/commit/559412c9a))
    -   feat(multiselect): allow disabled listbox items ([#&#8203;9859](https://github.com/carbon-design-system/carbon/issues/9859)) ([`84de2dc35`](https://github.com/carbon-design-system/carbon/commit/84de2dc35))
    -   feat(Tab): make tab functional component ([#&#8203;9722](https://github.com/carbon-design-system/carbon/issues/9722)) ([`727691155`](https://github.com/carbon-design-system/carbon/commit/727691155))
    
    ##### Bug fixes 🐛
    
    -   fix(ToggleSkeleton): fixes skeleton styles and add size prop for small skeleton ([#&#8203;9918](https://github.com/carbon-design-system/carbon/issues/9918)) ([`49933c30c`](https://github.com/carbon-design-system/carbon/commit/49933c30c))
    -   fix(button): remove tooltip on click on button in and tooltip icon ([#&#8203;9882](https://github.com/carbon-design-system/carbon/issues/9882)) ([`4a95fb77b`](https://github.com/carbon-design-system/carbon/commit/4a95fb77b))
    -   fix(tooltip): prevent escape keydown from bubbling ([#&#8203;9875](https://github.com/carbon-design-system/carbon/issues/9875)) ([`4165cc4b1`](https://github.com/carbon-design-system/carbon/commit/4165cc4b1))
    
    ##### Documentation 📝
    
    -   docs(text): add component examples to storybook, update switch text prop ([#&#8203;9817](https://github.com/carbon-design-system/carbon/issues/9817)) ([`877e478c4`](https://github.com/carbon-design-system/carbon/commit/877e478c4))
    
    ##### Housekeeping 🏠
    
    -   chore(release): v10.47.0 ([#&#8203;9981](https://github.com/carbon-design-system/carbon/issues/9981)) ([`f6352a101`](https://github.com/carbon-design-system/carbon/commit/f6352a101))
    -   refactor(react): update SideNavMenu to functional component ([#&#8203;9910](https://github.com/carbon-design-system/carbon/issues/9910)) ([`be4fa07c4`](https://github.com/carbon-design-system/carbon/commit/be4fa07c4))
    -   chore(release): v10.47.0-rc.0 ([#&#8203;9950](https://github.com/carbon-design-system/carbon/issues/9950)) ([`8a02789e7`](https://github.com/carbon-design-system/carbon/commit/8a02789e7))
    -   chore(react): use babel runtime on es builds ([#&#8203;9833](https://github.com/carbon-design-system/carbon/issues/9833)) ([`4c044bed4`](https://github.com/carbon-design-system/carbon/commit/4c044bed4))
    -   chore(react): update to exclude stories from folders labeled next ([#&#8203;9920](https://github.com/carbon-design-system/carbon/issues/9920)) ([`39091b07a`](https://github.com/carbon-design-system/carbon/commit/39091b07a))
    -   chore(fileuploaderbutton): remove unused `listFiles` prop ([#&#8203;9915](https://github.com/carbon-design-system/carbon/issues/9915)) ([`f012e36f1`](https://github.com/carbon-design-system/carbon/commit/f012e36f1))
    
    ##### `@carbon/styles@0.8.0`
    
    ##### New features 🚀
    
    -   feat(styles): add default feature flag config ([#&#8203;9939](https://github.com/carbon-design-system/carbon/issues/9939)) ([`4b34a8b18`](https://github.com/carbon-design-system/carbon/commit/4b34a8b18))
    -   feat(react): add unstable_Stack component ([#&#8203;9876](https://github.com/carbon-design-system/carbon/issues/9876)) ([`18ce43cf2`](https://github.com/carbon-design-system/carbon/commit/18ce43cf2))
    -   feat(listbox): support disabled items in combobox, dropdown, filterablemultiselect ([#&#8203;9913](https://github.com/carbon-design-system/carbon/issues/9913)) ([`7a1e88363`](https://github.com/carbon-design-system/carbon/commit/7a1e88363))
    -   feat(HeaderMenu):  include isCurrentPage props to HeaderMenu component ([#&#8203;9785](https://github.com/carbon-design-system/carbon/issues/9785)) ([`559412c9a`](https://github.com/carbon-design-system/carbon/commit/559412c9a))
    -   feat(multiselect): allow disabled listbox items ([#&#8203;9859](https://github.com/carbon-design-system/carbon/issues/9859)) ([`84de2dc35`](https://github.com/carbon-design-system/carbon/commit/84de2dc35))
    -   feat(styles): add default-type export to \_type.scss entrypoint ([#&#8203;9891](https://github.com/carbon-design-system/carbon/issues/9891)) ([`b5487bc40`](https://github.com/carbon-design-system/carbon/commit/b5487bc40))
    
    ##### Bug fixes 🐛
    
    -   fix(ToggleSkeleton): fixes skeleton styles and add size prop for small skeleton ([#&#8203;9918](https://github.com/carbon-design-system/carbon/issues/9918)) ([`49933c30c`](https://github.com/carbon-design-system/carbon/commit/49933c30c))
    -   fix(checkbox): added relative position to wrapper ([#&#8203;9892](https://github.com/carbon-design-system/carbon/issues/9892)) ([`7fe81b520`](https://github.com/carbon-design-system/carbon/commit/7fe81b520))
    -   fix(button): hcm for ghost icon color contrast ([#&#8203;9904](https://github.com/carbon-design-system/carbon/issues/9904)) ([`3f7fbdf5b`](https://github.com/carbon-design-system/carbon/commit/3f7fbdf5b))
    -   fix(progress-indicator): fix active state ([#&#8203;9740](https://github.com/carbon-design-system/carbon/issues/9740)) ([`021df4c09`](https://github.com/carbon-design-system/carbon/commit/021df4c09))
    -   fix(repo): add check around math.div usage ([#&#8203;9850](https://github.com/carbon-design-system/carbon/issues/9850)) ([`1af03df10`](https://github.com/carbon-design-system/carbon/commit/1af03df10))
    
    ##### Housekeeping 🏠
    
    -   chore(release): v10.47.0 ([#&#8203;9981](https://github.com/carbon-design-system/carbon/issues/9981)) ([`f6352a101`](https://github.com/carbon-design-system/carbon/commit/f6352a101))
    -   chore(release): v10.47.0-rc.0 ([#&#8203;9950](https://github.com/carbon-design-system/carbon/issues/9950)) ([`8a02789e7`](https://github.com/carbon-design-system/carbon/commit/8a02789e7))
    
    ##### `@carbon/themes@10.46.0`
    
    ##### Housekeeping 🏠
    
    -   chore(release): v10.47.0 ([#&#8203;9981](https://github.com/carbon-design-system/carbon/issues/9981)) ([`f6352a101`](https://github.com/carbon-design-system/carbon/commit/f6352a101))
    -   chore(release): v10.47.0-rc.0 ([#&#8203;9950](https://github.com/carbon-design-system/carbon/issues/9950)) ([`8a02789e7`](https://github.com/carbon-design-system/carbon/commit/8a02789e7))
    -   chore(themes): fix v11 token preview g100 color names ([#&#8203;9890](https://github.com/carbon-design-system/carbon/issues/9890)) ([`ac2c448e9`](https://github.com/carbon-design-system/carbon/commit/ac2c448e9))
    
    ##### `@carbon/type@10.38.0`
    
    ##### Bug fixes 🐛
    
    -   fix(repo): add check around math.div usage ([#&#8203;9850](https://github.com/carbon-design-system/carbon/issues/9850)) ([`1af03df10`](https://github.com/carbon-design-system/carbon/commit/1af03df10))
    
    ##### Housekeeping 🏠
    
    -   chore(release): v10.47.0 ([#&#8203;9981](https://github.com/carbon-design-system/carbon/issues/9981)) ([`f6352a101`](https://github.com/carbon-design-system/carbon/commit/f6352a101))
    -   chore(release): v10.47.0-rc.0 ([#&#8203;9950](https://github.com/carbon-design-system/carbon/issues/9950)) ([`8a02789e7`](https://github.com/carbon-design-system/carbon/commit/8a02789e7))
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Never, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/carbon-design-system/carbon-for-ibm-dotcom).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNDUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI0NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
    renovate[bot] authored Mar 20, 2024
    Configuration menu
    Copy the full SHA
    2912f76 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency @carbon/icons to v10.48.4 (#11642)

    [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [@carbon/icons](https://github.com/carbon-design-system/carbon) ([source](https://github.com/carbon-design-system/carbon/tree/HEAD/packages/icons)) | [`10.48.3` -> `10.48.4`](https://renovatebot.com/diffs/npm/@carbon%2ficons/10.48.3/10.48.4) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@carbon%2ficons/10.48.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@carbon%2ficons/10.48.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@carbon%2ficons/10.48.3/10.48.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@carbon%2ficons/10.48.3/10.48.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>carbon-design-system/carbon (@&#8203;carbon/icons)</summary>
    
    ### [`v10.48.4`](https://github.com/carbon-design-system/carbon/compare/3b6545bc316a6bd2a0fd1d8182e6d0d3afe7e7ba...4e41819f51f1294d467e12995c217ed83f695249)
    
    [Compare Source](https://github.com/carbon-design-system/carbon/compare/3b6545bc316a6bd2a0fd1d8182e6d0d3afe7e7ba...4e41819f51f1294d467e12995c217ed83f695249)
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Never, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/carbon-design-system/carbon-for-ibm-dotcom).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNDUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI0NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
    renovate[bot] authored Mar 20, 2024
    Configuration menu
    Copy the full SHA
    eb07896 View commit details
    Browse the repository at this point in the history
  3. chore(deps): replace dependency rollup-plugin-terser with @rollup/plu…

    …gin-terser ^0.1.0 (#11641)
    
    [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [rollup-plugin-terser](https://github.com/TrySound/rollup-plugin-terser) | devDependencies | replacement | [`^7.0.2` -> `^0.1.0`](https://renovatebot.com/diffs/npm/rollup-plugin-terser/7.0.2/) |
    
    This is a special PR that replaces `rollup-plugin-terser` with the community suggested minimal stable replacement version.
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Never, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/carbon-design-system/carbon-for-ibm-dotcom).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNDUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI0NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
    renovate[bot] authored Mar 20, 2024
    Configuration menu
    Copy the full SHA
    f1ae99a View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. chore(release): publish

     - @carbon/web-components@2.6.0-rc.0
     - @carbon/ibmdotcom-services@2.6.0-rc.0
     - @carbon/ibmdotcom-styles@2.6.0-rc.0
     - @carbon/ibmdotcom-utilities@2.6.0-rc.0
     - @carbon/ibmdotcom-web-components@2.6.0-rc.0
    ibmdotcom-bot committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    b208526 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. chore(release): resolve merge conflicts from release/v2.6.0 branch (#…

    …11675)
    
    ### Related Ticket(s)
    
    Closes # {{Provide issue number link(s) to the related ticket(s) that this pull request addresses}}
    
    ### Description
    
    Resolving merge conflicts from the `release/v2.6.0` branch
    annawen1 authored Mar 28, 2024
    Configuration menu
    Copy the full SHA
    8c30ab3 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. chore(release): publish

     - @carbon/web-components@2.7.0-rc.0
     - @carbon/ibmdotcom-services@2.7.0-rc.0
     - @carbon/ibmdotcom-styles@2.7.0-rc.0
     - @carbon/ibmdotcom-utilities@2.7.0-rc.0
     - @carbon/ibmdotcom-web-components@2.7.0-rc.0
    ibmdotcom-bot committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    5640f3e View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Configuration menu
    Copy the full SHA
    b3b9b34 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. chore(deps): update dependency sass to ~1.74.0 (#11703)

    [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [sass](https://github.com/sass/dart-sass) | [`~1.72.0` -> `~1.74.0`](https://renovatebot.com/diffs/npm/sass/1.72.0/1.74.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/sass/1.74.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/sass/1.74.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/sass/1.72.0/1.74.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/sass/1.72.0/1.74.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>sass/dart-sass (sass)</summary>
    
    ### [`v1.74.1`](https://github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1741)
    
    [Compare Source](https://github.com/sass/dart-sass/compare/1.72.0...1.74.1)
    
    -   No user-visible changes.
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Never, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/carbon-design-system/carbon-for-ibm-dotcom).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMiIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
    renovate[bot] authored Apr 8, 2024
    Configuration menu
    Copy the full SHA
    2054842 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e7cd987 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    77a6a70 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    56ff331 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. chore(release): publish

     - @carbon/web-components@2.7.0
     - @carbon/ibmdotcom-services@2.7.0
     - @carbon/ibmdotcom-styles@2.7.0
     - @carbon/ibmdotcom-utilities@2.7.0
     - @carbon/ibmdotcom-web-components@2.7.0
    ibmdotcom-bot committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    74dcfe1 View commit details
    Browse the repository at this point in the history
  2. Merge 74dcfe1 into main

    ibmdotcom-bot authored Apr 9, 2024
    Configuration menu
    Copy the full SHA
    9997b99 View commit details
    Browse the repository at this point in the history
  3. feat(sb8): bump cwc to sb8

    kennylam committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    f6470c3 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'main' of github.com:carbon-design-system/carbon-for-ibm…

    …-dotcom into feat/dotcom-wc-sb8
    kennylam committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    3d72db4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    65428b8 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #3 from kennylam/chore/cwc-upgrade-sb8-main-merge

    chore(cwc): sb8 upgrade and main merge
    annawen1 authored Apr 9, 2024
    Configuration menu
    Copy the full SHA
    2e19f77 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Configuration menu
    Copy the full SHA
    3e4548d View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. feat(slug): ai slug updates (#11716)

    ### Related Ticket(s)
    
    Closes #[11674](carbon-design-system/carbon-for-ibm-dotcom#11674)
    
    ### Description
    
    Following changes from Carbon core (#15943) to update the AI slug. This sets the `hollow` variation to default.
    
    <img width="716" alt="Screenshot 2024-04-11 at 4 24 29 PM" src="https://github.com/carbon-design-system/carbon-for-ibm-dotcom/assets/54281166/11b971cf-70dd-406e-87f2-8bc824c92d28">
    
    
    ### Changelog
    
    **Changed**
    
    - set `hollow` variation styles to be the default slug styles
    - adjust box-shadow values to match changes from Carbon
    
    **Removed**
    
    - remove references to the `hollow` slug variation
    - removed the dot-type property from slug
    
    <!-- React and Web Component deploy previews are enabled by default. -->
    <!-- To enable additional available deploy previews, apply the following -->
    <!-- labels for the corresponding package: -->
    <!-- *** "test: e2e": Codesandbox examples and e2e integration tests -->
    <!-- *** "package: services": Services -->
    <!-- *** "package: utilities": Utilities -->
    <!-- *** "RTL": React / Web Components (RTL) -->
    <!-- *** "feature flag": React / Web Components (experimental) -->
    annawen1 authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    b8526a3 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Configuration menu
    Copy the full SHA
    0c92a09 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. feat(slug): remove no longer needed dot-type prop (#11726)

    ### Related Ticket(s)
    
    Closes # {{Provide issue number link(s) to the related ticket(s) that this pull request addresses}}
    
    ### Description
    
    The `dot-type` prop was removed with the slug updates, so removing from storybook as well
    
    ### Changelog
    
    **Removed**
    
    - `dot-type` prop references in storybook
    
    <!-- React and Web Component deploy previews are enabled by default. -->
    <!-- To enable additional available deploy previews, apply the following -->
    <!-- labels for the corresponding package: -->
    <!-- *** "test: e2e": Codesandbox examples and e2e integration tests -->
    <!-- *** "package: services": Services -->
    <!-- *** "package: utilities": Utilities -->
    <!-- *** "RTL": React / Web Components (RTL) -->
    <!-- *** "feature flag": React / Web Components (experimental) -->
    annawen1 authored Apr 17, 2024
    Configuration menu
    Copy the full SHA
    7859fe7 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency sass to ~1.75.0 (#11723)

    [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [sass](https://github.com/sass/dart-sass) | [`~1.74.0` -> `~1.75.0`](https://renovatebot.com/diffs/npm/sass/1.74.1/1.75.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/sass/1.75.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/sass/1.75.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/sass/1.74.1/1.75.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/sass/1.74.1/1.75.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>sass/dart-sass (sass)</summary>
    
    ### [`v1.75.0`](https://github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1750)
    
    [Compare Source](https://github.com/sass/dart-sass/compare/1.74.1...1.75.0)
    
    -   Fix a bug in which stylesheet canonicalization could be cached incorrectly
        when custom importers or the Node.js package importer made decisions based on
        the URL of the containing stylesheet.
    
    ##### JS API
    
    -   Allow `importer` to be passed without `url` in `StringOptionsWithImporter`.
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Never, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/carbon-design-system/carbon-for-ibm-dotcom).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMiIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
    renovate[bot] authored Apr 17, 2024
    Configuration menu
    Copy the full SHA
    4030b20 View commit details
    Browse the repository at this point in the history
  3. chore(carbon-element): use carbon element decorator (#11719)

    ### Related Ticket(s)
    
    Closes # {{Provide issue number link(s) to the related ticket(s) that this pull request addresses}}
    
    ### Description
    
    Making sure we're consistent with using the `carbon-element` decorator for all our components in CWC
    
    ### Changelog
    
    **New**
    
    - {{new thing}}
    
    **Changed**
    
    - {{changed thing}}
    
    **Removed**
    
    - {{removed thing}}
    
    <!-- React and Web Component deploy previews are enabled by default. -->
    <!-- To enable additional available deploy previews, apply the following -->
    <!-- labels for the corresponding package: -->
    <!-- *** "test: e2e": Codesandbox examples and e2e integration tests -->
    <!-- *** "package: services": Services -->
    <!-- *** "package: utilities": Utilities -->
    <!-- *** "RTL": React / Web Components (RTL) -->
    <!-- *** "feature flag": React / Web Components (experimental) -->
    annawen1 authored Apr 17, 2024
    Configuration menu
    Copy the full SHA
    3d0c3fe View commit details
    Browse the repository at this point in the history
  4. chore(release): publish

     - @carbon/web-components@2.8.0-rc.0
     - @carbon/ibmdotcom-services@2.8.0-rc.0
     - @carbon/ibmdotcom-styles@2.8.0-rc.0
     - @carbon/ibmdotcom-utilities@2.8.0-rc.0
     - @carbon/ibmdotcom-web-components@2.8.0-rc.0
    ibmdotcom-bot committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    a250a14 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Configuration menu
    Copy the full SHA
    715e48c View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. chore(release): publish

     - @carbon/web-components@2.8.0
     - @carbon/ibmdotcom-services@2.8.0
     - @carbon/ibmdotcom-styles@2.8.0
     - @carbon/ibmdotcom-utilities@2.8.0
     - @carbon/ibmdotcom-web-components@2.8.0
    ibmdotcom-bot committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    fda00bc View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Configuration menu
    Copy the full SHA
    59e8903 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. feat: instrument with telemetry JS scope (#11747)

    ### Related Ticket(s)
    
    N/A
    
    ### Description
    
    Updates `@ibm/telemetry-js` dependency to latest version in all instrumented packages and adds [JS Scope](https://github.com/ibm-telemetry/telemetry-config-schema?tab=readme-ov-file#js-scope) config to applicable packages.
    
    ### Changelog
    
    **Changed**
    
    ***@carbon/web-components***
    - Update `@ibm/telemetry-js` version to 1.5.0
    
    ***@carbon/ibmdotcom-services***
    - Update `@ibm/telemetry-js` version to 1.5.0
    - Add [JS Scope](https://github.com/ibm-telemetry/telemetry-config-schema?tab=readme-ov-file#js-scope) - functions only - config to `telemetry.yml`
    
    ***@carbon/ibmdotcom-styles***
    - Update `@ibm/telemetry-js` version to 1.5.0
    
    ***@carbon/ibmdotcom-utilities***
    - Update `@ibm/telemetry-js` version to 1.5.0
    - Add [JS Scope](https://github.com/ibm-telemetry/telemetry-config-schema?tab=readme-ov-file#js-scope) - functions only - config to `telemetry.yml`
    
    ***@carbon/ibmdotcom-web-components***
    - Update `@ibm/telemetry-js` version to 1.5.0
    - Add [JS Scope](https://github.com/ibm-telemetry/telemetry-config-schema?tab=readme-ov-file#js-scope) - tokens only - config to `telemetry.yml`
    
    <!-- React and Web Component deploy previews are enabled by default. -->
    <!-- To enable additional available deploy previews, apply the following -->
    <!-- labels for the corresponding package: -->
    <!-- *** "test: e2e": Codesandbox examples and e2e integration tests -->
    <!-- *** "package: services": Services -->
    <!-- *** "package: utilities": Utilities -->
    <!-- *** "RTL": React / Web Components (RTL) -->
    <!-- *** "feature flag": React / Web Components (experimental) -->
    francinelucca authored Apr 26, 2024
    Configuration menu
    Copy the full SHA
    c49916d View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Configuration menu
    Copy the full SHA
    bc69ecc View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. fix(data-table): center align checkboxes (#11743)

    ### Related Ticket(s)
    
    Closes #11742
    
    ### Description
    
    This PR center aligns data table checkboxes within their flexbox divs in order to avoid reliance on inconsistent `vertical-align` implementations across various browsers
    
    ### Changelog
    
    **New**
    
    - data table checkbox flexbox alignment rule
    
    <!-- React and Web Component deploy previews are enabled by default. -->
    <!-- To enable additional available deploy previews, apply the following -->
    <!-- labels for the corresponding package: -->
    <!-- *** "test: e2e": Codesandbox examples and e2e integration tests -->
    <!-- *** "package: services": Services -->
    <!-- *** "package: utilities": Utilities -->
    <!-- *** "RTL": React / Web Components (RTL) -->
    <!-- *** "feature flag": React / Web Components (experimental) -->
    emyarod authored May 2, 2024
    Configuration menu
    Copy the full SHA
    7459aa6 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. chore(upgrade): upgrade to Carbon 1.56.0 (#11744)

    This updates the repository to Carbon v1.56.0.
    ibmdotcom-bot authored May 3, 2024
    Configuration menu
    Copy the full SHA
    bd823ec View commit details
    Browse the repository at this point in the history

Commits on May 4, 2024

  1. chore(deps): update dependency sass to ~1.76.0 (#11767)

    [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [sass](https://github.com/sass/dart-sass) | [`~1.75.0` -> `~1.76.0`](https://renovatebot.com/diffs/npm/sass/1.75.0/1.76.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/sass/1.76.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/sass/1.76.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/sass/1.75.0/1.76.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/sass/1.75.0/1.76.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>sass/dart-sass (sass)</summary>
    
    ### [`v1.76.0`](https://github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1760)
    
    [Compare Source](https://github.com/sass/dart-sass/compare/1.75.0...1.76.0)
    
    -   Throw errors for misplaced statements in keyframe blocks.
    
    -   Mixins and functions whose names begin with `--` are now deprecated for
        forwards-compatibility with the in-progress CSS functions and mixins spec.
        This deprecation is named `css-function-mixin`.
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Never, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/carbon-design-system/carbon-for-ibm-dotcom).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMzEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjMzMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
    renovate[bot] authored May 4, 2024
    Configuration menu
    Copy the full SHA
    3d05797 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. chore(release): publish

     - @carbon/web-components@2.9.0-rc.0
     - @carbon/ibmdotcom-services@2.9.0-rc.0
     - @carbon/ibmdotcom-styles@2.9.0-rc.0
     - @carbon/ibmdotcom-utilities@2.9.0-rc.0
     - @carbon/ibmdotcom-web-components@2.9.0-rc.0
    ibmdotcom-bot committed May 6, 2024
    Configuration menu
    Copy the full SHA
    9b356bc View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. chore(deps): update dependency @carbon/icon-helpers to v10.48.0 (#11783)

    [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [@carbon/icon-helpers](https://github.com/carbon-design-system/carbon) ([source](https://github.com/carbon-design-system/carbon/tree/HEAD/packages/icon-helpers)) | [`10.47.0` -> `10.48.0`](https://renovatebot.com/diffs/npm/@carbon%2ficon-helpers/10.47.0/10.48.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@carbon%2ficon-helpers/10.48.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@carbon%2ficon-helpers/10.48.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@carbon%2ficon-helpers/10.47.0/10.48.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@carbon%2ficon-helpers/10.47.0/10.48.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>carbon-design-system/carbon (@&#8203;carbon/icon-helpers)</summary>
    
    ### [`v10.48.0`](https://github.com/carbon-design-system/carbon/releases/tag/v10.48.0)
    
    [Compare Source](https://github.com/carbon-design-system/carbon/compare/v10.47.0...v10.48.0)
    
    ##### `@carbon/react@0.9.0`
    
    ##### New features 🚀
    
    -   feat(react): add ContainedTab and ContainedTabs ([#&#8203;9974](https://github.com/carbon-design-system/carbon/issues/9974)) ([`6967b7c12`](https://github.com/carbon-design-system/carbon/commit/6967b7c12))
    
    ##### Housekeeping 🏠
    
    -   chore(release): v10.48.0 ([#&#8203;10096](https://github.com/carbon-design-system/carbon/issues/10096)) ([`1836ce1ca`](https://github.com/carbon-design-system/carbon/commit/1836ce1ca))
    -   chore(release): v10.48.0-rc.0 ([#&#8203;10085](https://github.com/carbon-design-system/carbon/issues/10085)) ([`0fb0fe04f`](https://github.com/carbon-design-system/carbon/commit/0fb0fe04f))
    -   refactor(react): update Tooltip to latest ([#&#8203;9997](https://github.com/carbon-design-system/carbon/issues/9997)) ([`62e521082`](https://github.com/carbon-design-system/carbon/commit/62e521082))
    -   chore(project): update internal react deps to v17 ([#&#8203;10029](https://github.com/carbon-design-system/carbon/issues/10029)) ([`e7b27cf0b`](https://github.com/carbon-design-system/carbon/commit/e7b27cf0b))
    -   chore(release): v10.47.2 ([`fd8ec5eb6`](https://github.com/carbon-design-system/carbon/commit/fd8ec5eb6))
    -   refactor(popover): update styles and add new story ([#&#8203;9965](https://github.com/carbon-design-system/carbon/issues/9965)) ([`99baef61e`](https://github.com/carbon-design-system/carbon/commit/99baef61e))
    -   chore(release): v10.47.1 ([`de5d85c53`](https://github.com/carbon-design-system/carbon/commit/de5d85c53))
    
    ##### `carbon-components@10.48.0`
    
    ##### New features 🚀
    
    -   feat(tabs): make auto-width the default behind v11 flag ([#&#8203;10035](https://github.com/carbon-design-system/carbon/issues/10035)) ([`b9fe18c2f`](https://github.com/carbon-design-system/carbon/commit/b9fe18c2f))
    
    ##### Bug fixes 🐛
    
    -   fix: disabled toggle color tokens ([#&#8203;10059](https://github.com/carbon-design-system/carbon/issues/10059)) ([`902eefa8a`](https://github.com/carbon-design-system/carbon/commit/902eefa8a))
    -   fix(styles): assign relative position to expandable tile ([#&#8203;10064](https://github.com/carbon-design-system/carbon/issues/10064)) ([`80ee23cc8`](https://github.com/carbon-design-system/carbon/commit/80ee23cc8))
    -   fix(components): update number input styles for focus and hover ([#&#8203;10043](https://github.com/carbon-design-system/carbon/issues/10043)) ([`b0a79ab56`](https://github.com/carbon-design-system/carbon/commit/b0a79ab56))
    -   fix(tooltip): align tooltip text to the left ([#&#8203;9985](https://github.com/carbon-design-system/carbon/issues/9985)) ([`0dcc92287`](https://github.com/carbon-design-system/carbon/commit/0dcc92287))
    -   fix(components): add outline-offset to radio button focus styles  ([#&#8203;10048](https://github.com/carbon-design-system/carbon/issues/10048)) ([`d9445e1b6`](https://github.com/carbon-design-system/carbon/commit/d9445e1b6))
    -   fix(react): adjust bx--actions-list in data table to use display grid instead of position absolute ([#&#8203;9994](https://github.com/carbon-design-system/carbon/issues/9994)) ([`963eb58b2`](https://github.com/carbon-design-system/carbon/commit/963eb58b2))
    -   fix(form): restore label margin, remove margin from FormLabel only ([#&#8203;10028](https://github.com/carbon-design-system/carbon/issues/10028)) ([`5b9c35a32`](https://github.com/carbon-design-system/carbon/commit/5b9c35a32))
    -   fix(DataTable): fixes overflowing sort button and select column spacing ([#&#8203;9956](https://github.com/carbon-design-system/carbon/issues/9956)) ([`6ce1b54ee`](https://github.com/carbon-design-system/carbon/commit/6ce1b54ee))
    
    ##### Housekeeping 🏠
    
    -   chore(release): v10.48.0 ([#&#8203;10096](https://github.com/carbon-design-system/carbon/issues/10096)) ([`1836ce1ca`](https://github.com/carbon-design-system/carbon/commit/1836ce1ca))
    -   chore(release): v10.48.0-rc.0 ([#&#8203;10085](https://github.com/carbon-design-system/carbon/issues/10085)) ([`0fb0fe04f`](https://github.com/carbon-design-system/carbon/commit/0fb0fe04f))
    -   refactor(react): update Tooltip to latest ([#&#8203;9997](https://github.com/carbon-design-system/carbon/issues/9997)) ([`62e521082`](https://github.com/carbon-design-system/carbon/commit/62e521082))
    -   chore(project): update internal react deps to v17 ([#&#8203;10029](https://github.com/carbon-design-system/carbon/issues/10029)) ([`e7b27cf0b`](https://github.com/carbon-design-system/carbon/commit/e7b27cf0b))
    -   chore(release): v10.47.2 ([`fd8ec5eb6`](https://github.com/carbon-design-system/carbon/commit/fd8ec5eb6))
    -   refactor(popover): update styles and add new story ([#&#8203;9965](https://github.com/carbon-design-system/carbon/issues/9965)) ([`99baef61e`](https://github.com/carbon-design-system/carbon/commit/99baef61e))
    
    ##### `@carbon/elements@10.47.0`
    
    ##### Housekeeping 🏠
    
    -   chore(release): v10.48.0 ([#&#8203;10096](https://github.com/carbon-design-system/carbon/issues/10096)) ([`1836ce1ca`](https://github.com/carbon-design-system/carbon/commit/1836ce1ca))
    -   chore(release): v10.48.0-rc.0 ([#&#8203;10085](https://github.com/carbon-design-system/carbon/issues/10085)) ([`0fb0fe04f`](https://github.com/carbon-design-system/carbon/commit/0fb0fe04f))
    
    ##### `@carbon/icons-handlebars@10.43.0`
    
    ##### Housekeeping 🏠
    
    -   chore(release): v10.48.0 ([#&#8203;10096](https://github.com/carbon-design-system/carbon/issues/10096)) ([`1836ce1ca`](https://github.com/carbon-design-system/carbon/commit/1836ce1ca))
    -   chore(release): v10.48.0-rc.0 ([#&#8203;10085](https://github.com/carbon-design-system/carbon/issues/10085)) ([`0fb0fe04f`](https://github.com/carbon-design-system/carbon/commit/0fb0fe04f))
    
    ##### `@carbon/icons-react@10.43.0`
    
    ##### Housekeeping 🏠
    
    -   chore(release): v10.48.0 ([#&#8203;10096](https://github.com/carbon-design-system/carbon/issues/10096)) ([`1836ce1ca`](https://github.com/carbon-design-system/carbon/commit/1836ce1ca))
    -   chore(release): v10.48.0-rc.0 ([#&#8203;10085](https://github.com/carbon-design-system/carbon/issues/10085)) ([`0fb0fe04f`](https://github.com/carbon-design-system/carbon/commit/0fb0fe04f))
    
    ##### `@carbon/icons-vue@10.43.0`
    
    ##### Housekeeping 🏠
    
    -   chore(release): v10.48.0 ([#&#8203;10096](https://github.com/carbon-design-system/carbon/issues/10096)) ([`1836ce1ca`](https://github.com/carbon-design-system/carbon/commit/1836ce1ca))
    -   chore(release): v10.48.0-rc.0 ([#&#8203;10085](https://github.com/carbon-design-system/carbon/issues/10085)) ([`0fb0fe04f`](https://github.com/carbon-design-system/carbon/commit/0fb0fe04f))
    
    ##### `@carbon/icons@10.43.0`
    
    ##### Housekeeping 🏠
    
    -   chore(release): v10.48.0 ([#&#8203;10096](https://github.com/carbon-design-system/carbon/issues/10096)) ([`1836ce1ca`](https://github.com/carbon-design-system/carbon/commit/1836ce1ca))
    -   chore(release): v10.48.0-rc.0 ([#&#8203;10085](https://github.com/carbon-design-system/carbon/issues/10085)) ([`0fb0fe04f`](https://github.com/carbon-design-system/carbon/commit/0fb0fe04f))
    
    ##### `carbon-components-react@7.48.0`
    
    ##### New features 🚀
    
    -   feat(react): refactor composed modal to functional component ([#&#8203;10060](https://github.com/carbon-design-system/carbon/issues/10060)) ([`40f376892`](https://github.com/carbon-design-system/carbon/commit/40f376892))
    -   feat(carbon-react): remove label from default props ([#&#8203;9731](https://github.com/carbon-design-system/carbon/issues/9731)) ([`c06edfa68`](https://github.com/carbon-design-system/carbon/commit/c06edfa68))
    -   feat(react): add ContainedTab and ContainedTabs ([#&#8203;9974](https://github.com/carbon-design-system/carbon/issues/9974)) ([`6967b7c12`](https://github.com/carbon-design-system/carbon/commit/6967b7c12))
    -   feat(react): upgrade ExpandableTile from class to function ([#&#8203;9885](https://github.com/carbon-design-system/carbon/issues/9885)) ([`d913a6ba7`](https://github.com/carbon-design-system/carbon/commit/d913a6ba7))
    -   feat(TimePickerSelect): class -> functional ([#&#8203;9923](https://github.com/carbon-design-system/carbon/issues/9923)) ([`780f6df09`](https://github.com/carbon-design-system/carbon/commit/780f6df09))
    -   feat(TimePicker): class -> functional component ([#&#8203;9921](https://github.com/carbon-design-system/carbon/issues/9921)) ([`37a053677`](https://github.com/carbon-design-system/carbon/commit/37a053677))
    -   feat(fileuploaderdropcontainer): added pattern for accepted file ext ([#&#8203;9929](https://github.com/carbon-design-system/carbon/issues/9929)) ([`90ffba0bd`](https://github.com/carbon-design-system/carbon/commit/90ffba0bd))
    
    ##### Bug fixes 🐛
    
    -   fix(ComposedModal): Address several problems with selectorsFloatingMenus prop on ComposedModal ([#&#8203;10003](https://github.com/carbon-design-system/carbon/issues/10003)) ([`a8a128cc8`](https://github.com/carbon-design-system/carbon/commit/a8a128cc8))
    -   fix(TextInput): link helper text to input in default state ([#&#8203;9873](https://github.com/carbon-design-system/carbon/issues/9873)) ([`6656a63e8`](https://github.com/carbon-design-system/carbon/commit/6656a63e8))
    -   fix(UIShell): expand check so side nav items close properly ([#&#8203;9976](https://github.com/carbon-design-system/carbon/issues/9976)) ([`f0308ee14`](https://github.com/carbon-design-system/carbon/commit/f0308ee14))
    -   fix(react): adjust bx--actions-list in data table to use display grid instead of position absolute ([#&#8203;9994](https://github.com/carbon-design-system/carbon/issues/9994)) ([`963eb58b2`](https://github.com/carbon-design-system/carbon/commit/963eb58b2))
    -   fix(Tooltip): remove click stopPropagation ([#&#8203;9959](https://github.com/carbon-design-system/carbon/issues/9959)) ([`4f39c2c87`](https://github.com/carbon-design-system/carbon/commit/4f39c2c87))
    -   fix(tabs): move onScroll to proper container ([#&#8203;10034](https://github.com/carbon-design-system/carbon/issues/10034)) ([`d842ff82b`](https://github.com/carbon-design-system/carbon/commit/d842ff82b))
    -   fix(OverflowMenu): remove handlers from icon props ([#&#8203;9963](https://github.com/carbon-design-system/carbon/issues/9963)) ([`f24e5f94f`](https://github.com/carbon-design-system/carbon/commit/f24e5f94f))
    -   fix(menu): add support for target prop; accept className; spread rest ([#&#8203;9995](https://github.com/carbon-design-system/carbon/issues/9995)) ([`26c053f9a`](https://github.com/carbon-design-system/carbon/commit/26c053f9a))
    -   fix(form): restore label margin, remove margin from FormLabel only ([#&#8203;10028](https://github.com/carbon-design-system/carbon/issues/10028)) ([`5b9c35a32`](https://github.com/carbon-design-system/carbon/commit/5b9c35a32))
    -   fix(Modal): add closeButtonLabel prop, add default value ([#&#8203;9998](https://github.com/carbon-design-system/carbon/issues/9998)) ([`ee6ee203a`](https://github.com/carbon-design-system/carbon/commit/ee6ee203a))
    -   fix(MultiSelect): remove aria hidden on ListBoxSelection button ([#&#8203;9924](https://github.com/carbon-design-system/carbon/issues/9924)) ([`5757544ee`](https://github.com/carbon-design-system/carbon/commit/5757544ee))
    -   fix(carbon-react): removes default props for accessible placeholders ([#&#8203;9741](https://github.com/carbon-design-system/carbon/issues/9741)) ([`51ccb359e`](https://github.com/carbon-design-system/carbon/commit/51ccb359e))
    -   fix(DataTable): fixes overflowing sort button and select column spacing ([#&#8203;9956](https://github.com/carbon-design-system/carbon/issues/9956)) ([`6ce1b54ee`](https://github.com/carbon-design-system/carbon/commit/6ce1b54ee))
    
    ##### Housekeeping 🏠
    
    -   chore(release): v10.48.0 ([#&#8203;10096](https://github.com/carbon-design-system/carbon/issues/10096)) ([`1836ce1ca`](https://github.com/carbon-design-system/carbon/commit/1836ce1ca))
    -   chore(release): v10.48.0-rc.0 ([#&#8203;10085](https://github.com/carbon-design-system/carbon/issues/10085)) ([`0fb0fe04f`](https://github.com/carbon-design-system/carbon/commit/0fb0fe04f))
    -   refactor(react): update Tooltip to latest ([#&#8203;9997](https://github.com/carbon-design-system/carbon/issues/9997)) ([`62e521082`](https://github.com/carbon-design-system/carbon/commit/62e521082))
    -   chore(project): update internal react deps to v17 ([#&#8203;10029](https://github.com/carbon-design-system/carbon/issues/10029)) ([`e7b27cf0b`](https://github.com/carbon-design-system/carbon/commit/e7b27cf0b))
    -   chore(release): v10.47.2 ([`fd8ec5eb6`](https://github.com/carbon-design-system/carbon/commit/fd8ec5eb6))
    -   refactor(popover): update styles and add new story ([#&#8203;9965](https://github.com/carbon-design-system/carbon/issues/9965)) ([`99baef61e`](https://github.com/carbon-design-system/carbon/commit/99baef61e))
    -   chore(release): v10.47.1 ([`de5d85c53`](https://github.com/carbon-design-system/carbon/commit/de5d85c53))
    -   refactor(react): update ModalHeader to functional component ([#&#8203;9943](https://github.com/carbon-design-system/carbon/issues/9943)) ([`487c5b186`](https://github.com/carbon-design-system/carbon/commit/487c5b186))
    -   refactor(react): update HeaderNavigation to functional component ([#&#8203;9911](https://github.com/carbon-design-system/carbon/issues/9911)) ([`96f45eebd`](https://github.com/carbon-design-system/carbon/commit/96f45eebd))
    
    ##### `@carbon/styles@0.9.0`
    
    ##### New features 🚀
    
    -   feat(tabs): make auto-width the default behind v11 flag ([#&#8203;10035](https://github.com/carbon-design-system/carbon/issues/10035)) ([`b9fe18c2f`](https://github.com/carbon-design-system/carbon/commit/b9fe18c2f))
    
    ##### Bug fixes 🐛
    
    -   fix(styles): update popover styles to exclude pointer events ([#&#8203;10067](https://github.com/carbon-design-system/carbon/issues/10067)) ([`3bd046206`](https://github.com/carbon-design-system/carbon/commit/3bd046206))
    -   fix(styles): assign relative position to expandable tile ([#&#8203;10064](https://github.com/carbon-design-system/carbon/issues/10064)) ([`80ee23cc8`](https://github.com/carbon-design-system/carbon/commit/80ee23cc8))
    -   fix(components): add outline-offset to radio button focus styles  ([#&#8203;10048](https://github.com/carbon-design-system/carbon/issues/10048)) ([`d9445e1b6`](https://github.com/carbon-design-system/carbon/commit/d9445e1b6))
    -   fix(RadioButton): updated tokens ([#&#8203;9990](https://github.com/carbon-design-system/carbon/issues/9990)) ([`fedc22ba7`](https://github.com/carbon-design-system/carbon/commit/fedc22ba7))
    -   fix(DataTable): fixes overflowing sort button and select column spacing ([#&#8203;9956](https://github.com/carbon-design-system/carbon/issues/9956)) ([`6ce1b54ee`](https://github.com/carbon-design-system/carbon/commit/6ce1b54ee))
    
    ##### Housekeeping 🏠
    
    -   chore(release): v10.48.0 ([#&#8203;10096](https://github.com/carbon-design-system/carbon/issues/10096)) ([`1836ce1ca`](https://github.com/carbon-design-system/carbon/commit/1836ce1ca))
    -   chore(release): v10.48.0-rc.0 ([#&#8203;10085](https://github.com/carbon-design-system/carbon/issues/10085)) ([`0fb0fe04f`](https://github.com/carbon-design-system/carbon/commit/0fb0fe04f))
    -   refactor(react): update Tooltip to latest ([#&#8203;9997](https://github.com/carbon-design-system/carbon/issues/9997)) ([`62e521082`](https://github.com/carbon-design-system/carbon/commit/62e521082))
    -   refactor(popover): update styles and add new story ([#&#8203;9965](https://github.com/carbon-design-system/carbon/issues/9965)) ([`99baef61e`](https://github.com/carbon-design-system/carbon/commit/99baef61e))
    
    ##### `@carbon/themes@10.47.0`
    
    ##### New features 🚀
    
    -   feat(themes): change placeholder and helper text colors dark themes ([#&#8203;9987](https://github.com/carbon-design-system/carbon/issues/9987)) ([`adebf8071`](https://github.com/carbon-design-system/carbon/commit/adebf8071))
    
    ##### Housekeeping 🏠
    
    -   chore(release): v10.48.0 ([#&#8203;10096](https://github.com/carbon-design-system/carbon/issues/10096)) ([`1836ce1ca`](https://github.com/carbon-design-system/carbon/commit/1836ce1ca))
    -   chore(release): v10.48.0-rc.0 ([#&#8203;10085](https://github.com/carbon-design-system/carbon/issues/10085)) ([`0fb0fe04f`](https://github.com/carbon-design-system/carbon/commit/0fb0fe04f))
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Never, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/carbon-design-system/carbon-for-ibm-dotcom).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNTEuMiIsInVwZGF0ZWRJblZlciI6IjM3LjM1MS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
    renovate[bot] authored May 13, 2024
    Configuration menu
    Copy the full SHA
    19c859d View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. chore(deps): update dependency @carbon/icons to v10.48.5 (#11780)

    [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [@carbon/icons](https://github.com/carbon-design-system/carbon) ([source](https://github.com/carbon-design-system/carbon/tree/HEAD/packages/icons)) | [`10.48.4` -> `10.48.5`](https://renovatebot.com/diffs/npm/@carbon%2ficons/10.48.4/10.48.5) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@carbon%2ficons/10.48.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@carbon%2ficons/10.48.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@carbon%2ficons/10.48.4/10.48.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@carbon%2ficons/10.48.4/10.48.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>carbon-design-system/carbon (@&#8203;carbon/icons)</summary>
    
    ### [`v10.48.5`](https://github.com/carbon-design-system/carbon/compare/4e41819f51f1294d467e12995c217ed83f695249...37eae9c2cd0cf3522e56f8456e99901245ebda85)
    
    [Compare Source](https://github.com/carbon-design-system/carbon/compare/4e41819f51f1294d467e12995c217ed83f695249...37eae9c2cd0cf3522e56f8456e99901245ebda85)
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Never, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/carbon-design-system/carbon-for-ibm-dotcom).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNTEuMiIsInVwZGF0ZWRJblZlciI6IjM3LjM1MS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
    renovate[bot] authored May 14, 2024
    Configuration menu
    Copy the full SHA
    2ac866d View commit details
    Browse the repository at this point in the history
  2. chore(upgrade): upgrade to Carbon 1.57.0 (#11778)

    This updates the repository to Carbon v1.57.0.
    ibmdotcom-bot authored May 14, 2024
    Configuration menu
    Copy the full SHA
    44b6a55 View commit details
    Browse the repository at this point in the history
  3. chore(deps): upgrade percy cli to v1.28.5 (#11763)

    ### Description
    
    Upgrade `@percy/cli` to v1.28.5 which supports the [shadowrootmode](https://developer.chrome.com/blog/chrome-119-beta#remove_non-standard_shadowroot_attribute_for_declarative_shadow_dom) attribute.
    
    ### Changelog
    
    **Changed**
    
    - upgrade `@percy/cli` to v1.28.5
    
    <!-- React and Web Component deploy previews are enabled by default. -->
    <!-- To enable additional available deploy previews, apply the following -->
    <!-- labels for the corresponding package: -->
    <!-- *** "test: e2e": Codesandbox examples and e2e integration tests -->
    <!-- *** "package: services": Services -->
    <!-- *** "package: utilities": Utilities -->
    <!-- *** "RTL": React / Web Components (RTL) -->
    <!-- *** "feature flag": React / Web Components (experimental) -->
    kennylam authored May 14, 2024
    Configuration menu
    Copy the full SHA
    c648dc1 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. chore(deps): update dependency mini-css-extract-plugin to ~2.9.0 (#11732

    )
    
    [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) | [`~2.8.0` -> `~2.9.0`](https://renovatebot.com/diffs/npm/mini-css-extract-plugin/2.8.1/2.9.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/mini-css-extract-plugin/2.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/mini-css-extract-plugin/2.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/mini-css-extract-plugin/2.8.1/2.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/mini-css-extract-plugin/2.8.1/2.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>webpack-contrib/mini-css-extract-plugin (mini-css-extract-plugin)</summary>
    
    ### [`v2.9.0`](https://github.com/webpack-contrib/mini-css-extract-plugin/blob/HEAD/CHANGELOG.md#290-2024-04-16)
    
    [Compare Source](https://github.com/webpack-contrib/mini-css-extract-plugin/compare/v2.8.1...v2.9.0)
    
    ##### Features
    
    -   add support for link preload/prefetch ([#&#8203;1043](https://github.com/webpack-contrib/mini-css-extract-plugin/issues/1043)) ([ee25e51](https://github.com/webpack-contrib/mini-css-extract-plugin/commit/ee25e51a8d06292dd8643f5bf1d6c4faa51c4f4c))
    -   added the `defaultExport` option to generate default and named export together ([#&#8203;1084](https://github.com/webpack-contrib/mini-css-extract-plugin/issues/1084)) ([74ae781](https://github.com/webpack-contrib/mini-css-extract-plugin/commit/74ae78184fb5bfeec23b9d254ff8304c6fc854d6))
    
    ##### Bug Fixes
    
    -   avoid reloading all csses when hot load ([#&#8203;1090](https://github.com/webpack-contrib/mini-css-extract-plugin/issues/1090)) ([1a56673](https://github.com/webpack-contrib/mini-css-extract-plugin/commit/1a56673d01c441967134beb5d9500a7d6d62e4de))
    
    ##### [2.8.1](https://github.com/webpack-contrib/mini-css-extract-plugin/compare/v2.8.0...v2.8.1) (2024-02-27)
    
    ##### Bug Fixes
    
    -   add `nonce` if `__webpack_nonce__` has been defined ([c7f0aee](https://github.com/webpack-contrib/mini-css-extract-plugin/commit/c7f0aee5feaa1b8d047f575e94a91662eb8c314c))
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Never, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/carbon-design-system/carbon-for-ibm-dotcom).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMDEuNCIsInVwZGF0ZWRJblZlciI6IjM3LjMwMS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
    renovate[bot] authored May 15, 2024
    Configuration menu
    Copy the full SHA
    3b4668b View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Configuration menu
    Copy the full SHA
    12c54b8 View commit details
    Browse the repository at this point in the history
  2. fix(tearsheet): tearsheet styles and codesandbox example (#11792)

    * fix(tearsheet): import modal and separate nested selectors
    
    * fix(tearsheet): codesandbox example
    
    * Update packages/carbon-web-components/examples/codesandbox/basic/components/tearsheet/index.html
    annawen1 authored May 16, 2024
    Configuration menu
    Copy the full SHA
    a501577 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. chore(deps): update dependency sass to ~1.77.0 (#11799)

    [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [sass](https://github.com/sass/dart-sass) | [`~1.76.0` -> `~1.77.0`](https://renovatebot.com/diffs/npm/sass/1.76.0/1.77.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/sass/1.77.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/sass/1.77.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/sass/1.76.0/1.77.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/sass/1.76.0/1.77.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>sass/dart-sass (sass)</summary>
    
    ### [`v1.77.2`](https://github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1772)
    
    [Compare Source](https://github.com/sass/dart-sass/compare/1.77.1...1.77.2)
    
    -   Don't emit deprecation warnings for functions and mixins beginning with `__`.
    
    -   Allow user-defined functions whose names begin with `_` and otherwise look
        like vendor-prefixed functions with special CSS syntax.
    
    ##### Command-Line Interface
    
    -   Properly handle the `--silence-deprecation` flag.
    
    -   Handle the `--fatal-deprecation` and `--future-deprecation` flags for
        `--interactive` mode.
    
    ### [`v1.77.1`](https://github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1771)
    
    [Compare Source](https://github.com/sass/dart-sass/compare/1.77.0...1.77.1)
    
    -   Fix a crash that could come up with importers in certain contexts.
    
    ### [`v1.77.0`](https://github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1770)
    
    [Compare Source](https://github.com/sass/dart-sass/compare/1.76.0...1.77.0)
    
    -   *Don't* throw errors for at-rules in keyframe blocks.
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Never, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/carbon-design-system/carbon-for-ibm-dotcom).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjMuNSIsInVwZGF0ZWRJblZlciI6IjM3LjM2My41IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
    renovate[bot] authored May 20, 2024
    Configuration menu
    Copy the full SHA
    cf3b963 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Merge branch 'main' of github.com:carbon-design-system/carbon-for-ibm…

    …-dotcom into feat/cwc-sb8-merge-main
    kennylam committed May 24, 2024
    Configuration menu
    Copy the full SHA
    efe1118 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c155cd8 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #5 from annawen1/chore/kenny-merge-main

    chore(merge): merge latest `main` into feature branch
    annawen1 authored May 24, 2024
    Configuration menu
    Copy the full SHA
    fee2cab View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Configuration menu
    Copy the full SHA
    64aab73 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa7988b View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Configuration menu
    Copy the full SHA
    e3588b7 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Configuration menu
    Copy the full SHA
    ccc3631 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Configuration menu
    Copy the full SHA
    4ab2fac View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Configuration menu
    Copy the full SHA
    6ba4437 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. Configuration menu
    Copy the full SHA
    ae8eaab View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. chore(rollup): icon folder

    annawen1 committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    d91d79d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    901ef79 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0581e18 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Configuration menu
    Copy the full SHA
    1812c7e View commit details
    Browse the repository at this point in the history
  2. chore(rollup): icons

    annawen1 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    f8f2545 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Configuration menu
    Copy the full SHA
    09b9b1e View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. Configuration menu
    Copy the full SHA
    189d600 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d610eac View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. Configuration menu
    Copy the full SHA
    047bb45 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. fix(side-panel): import missing icon-button and codesandbox example (…

    …#11821)
    
    ### Related Ticket(s)
    
    Closes # {{Provide issue number link(s) to the related ticket(s) that this pull request addresses}}
    
    ### Description
    
    Adds missing icon-button import to side-panel
    
    Also improves the codesandbox example
    
    ### Changelog
    
    **Changed**
    
    - working codesandbox example
    - added icon-button import to side-panel
    
    <!-- React and Web Component deploy previews are enabled by default. -->
    <!-- To enable additional available deploy previews, apply the following -->
    <!-- labels for the corresponding package: -->
    <!-- *** "test: e2e": Codesandbox examples and e2e integration tests -->
    <!-- *** "package: services": Services -->
    <!-- *** "package: utilities": Utilities -->
    <!-- *** "RTL": React / Web Components (RTL) -->
    <!-- *** "feature flag": React / Web Components (experimental) -->
    annawen1 committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    1cad1ca View commit details
    Browse the repository at this point in the history
  2. chore(release): publish

     - @carbon/web-components@2.10.0-rc.0
     - @carbon/ibmdotcom-services@2.10.0-rc.0
     - @carbon/ibmdotcom-styles@2.10.0-rc.0
     - @carbon/ibmdotcom-utilities@2.10.0-rc.0
     - @carbon/ibmdotcom-web-components@2.10.0-rc.0
    ibmdotcom-bot authored and annawen1 committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    1598b55 View commit details
    Browse the repository at this point in the history
  3. chore(upgrade): upgrade to Carbon 1.58.0 (#11815)

    This updates the repository to Carbon v1.58.0.
    ibmdotcom-bot authored and annawen1 committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    a8660d2 View commit details
    Browse the repository at this point in the history
  4. fix(left-nav): fix focus trapping (#11842)

    https://jsw.ibm.com/browse/ADCMS-5191
    
    Fixes the focus trapping on the left-nav component
    
    **Changed**
    
    - Fixes the focus trapping on the left-nav component
    
    - Open the masthead story
    - Reduce viewport width to get the mobile version of the nav
    - Open the left-nav with the keyboard
    - Ensure focus moves to the first item in the left-nav on open
    - Ensure focus is trapped in the left-nav, cycling between the close button & last link/button element in both directions.
    andy-blum authored and annawen1 committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    517a8c1 View commit details
    Browse the repository at this point in the history
  5. chore(release): publish

     - @carbon/web-components@2.11.0-rc.0
     - @carbon/ibmdotcom-services@2.11.0-rc.0
     - @carbon/ibmdotcom-styles@2.11.0-rc.0
     - @carbon/ibmdotcom-utilities@2.11.0-rc.0
     - @carbon/ibmdotcom-web-components@2.11.0-rc.0
    ibmdotcom-bot authored and annawen1 committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    cd38d1e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e9eee32 View commit details
    Browse the repository at this point in the history
  7. chore(release): publish

     - @carbon/web-components@2.11.0
     - @carbon/ibmdotcom-services@2.11.0
     - @carbon/ibmdotcom-styles@2.11.0
     - @carbon/ibmdotcom-utilities@2.11.0
     - @carbon/ibmdotcom-web-components@2.11.0
    ibmdotcom-bot authored and annawen1 committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    46c9970 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Configuration menu
    Copy the full SHA
    474370d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7fb290d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cab5145 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Configuration menu
    Copy the full SHA
    aad031a View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Configuration menu
    Copy the full SHA
    591a33b View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Configuration menu
    Copy the full SHA
    f5454c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f6e7d2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    594b4f2 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Configuration menu
    Copy the full SHA
    0998c7a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    26d2553 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Configuration menu
    Copy the full SHA
    61d6117 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. fix(accordion): apply carbon element decorator for accordion skeleton (

    …#11989)
    
    ### Related Ticket(s)
    
    Closes # {{Provide issue number link(s) to the related ticket(s) that this pull request addresses}}
    
    ### Description
    
    Adopter running into issues with accordion component when using the accordion in multiple libraries as the `accordion-skeleton` component is not using the `carbonElement` decorator.
    
    This PR also fixes a couple smaller issues with missing the `select` import in the `pagination/index.js` file and missing stylesheet import for the `dropdown` stackblitz example
    
    ### Changelog
    
    **Changed**
    
    - `accordion-skeleton` to use custom `carbonElement` decorator
    - add `select` import in the `pagination/index.js` file
    - include stylesheet import in the `dropdown` example
    
    <!-- React and Web Component deploy previews are enabled by default. -->
    <!-- To enable additional available deploy previews, apply the following -->
    <!-- labels for the corresponding package: -->
    <!-- *** "test: e2e": Codesandbox examples and e2e integration tests -->
    <!-- *** "package: services": Services -->
    <!-- *** "package: utilities": Utilities -->
    <!-- *** "RTL": React / Web Components (RTL) -->
    <!-- *** "feature flag": React / Web Components (experimental) -->
    annawen1 committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    74d1c02 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae21aa4 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Configuration menu
    Copy the full SHA
    2206ec8 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'feat/carbon-web-components' of github.com:kennylam/carb…

    …on into feat/carbon-web-components
    kennylam committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    02860ab View commit details
    Browse the repository at this point in the history
  3. Merge branch 'feat/carbon-web-components' of github.com:kennylam/carb…

    …on into feat/carbon-web-components
    kennylam committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    6c516cc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a0ebb7e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f58f313 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Configuration menu
    Copy the full SHA
    e2a2761 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'feat/carbon-web-components' of github.com:kennylam/carb…

    …on into feat/carbon-web-components
    kennylam committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    2475a0b View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Configuration menu
    Copy the full SHA
    7888d71 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8897aad View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Configuration menu
    Copy the full SHA
    aa18adb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f99e95c View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Configuration menu
    Copy the full SHA
    82afe8a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d4ceb83 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b89657b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bcb8921 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    23e78f5 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Configuration menu
    Copy the full SHA
    c22a7ed View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Configuration menu
    Copy the full SHA
    190b6a1 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Configuration menu
    Copy the full SHA
    8687332 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e672925 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c1ab75c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5d75077 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bff9730 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Configuration menu
    Copy the full SHA
    e53bf7e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4163e32 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Configuration menu
    Copy the full SHA
    a378514 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'feat/carbon-web-components' of github.com:carbon-design…

    …-system/carbon into feat/carbon-web-components
    kennylam committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    c9662d8 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' of github.com:carbon-design-system/carbon into fe…

    …at/carbon-web-components
    kennylam committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    03f148f View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Configuration menu
    Copy the full SHA
    ead4455 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9682039 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Configuration menu
    Copy the full SHA
    6d12b94 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    910816b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f0afaa1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6892897 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    df9c2d9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    23bfe4d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3f17586 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0a9c030 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    58af78a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    22f275c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7f7113d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f595475 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d7656dc View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    2fbf2d2 View commit details
    Browse the repository at this point in the history