+ `;
+ }
+
+ static styles = styles;
+}
+
+export default CDSLayer;
diff --git a/packages/web-components/.storybook/theme.js b/packages/web-components/.storybook/theme.js
new file mode 100644
index 000000000000..bcfed88fd61d
--- /dev/null
+++ b/packages/web-components/.storybook/theme.js
@@ -0,0 +1,21 @@
+/**
+ * @license
+ *
+ * Copyright IBM Corp. 2019, 2023
+ *
+ * This source code is licensed under the Apache-2.0 license found in the
+ * LICENSE file in the root directory of this source tree.
+ */
+
+import { create } from '@storybook/theming/create';
+import { version } from '../package.json';
+
+export default create({
+ // Typography
+ fontBase: "'IBM Plex Sans', 'Helvetica Neue', Arial, sans-serif",
+ fontCode:
+ "'IBM Plex Mono', Menlo, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', Courier, monospace",
+ brandTitle: `@carbon/web-components ${version}`,
+ brandUrl:
+ 'https://github.com/carbon-design-system/carbon-for-ibm-dotcom/tree/main/packages/carbon-web-components',
+});
diff --git a/packages/web-components/CHANGELOG.md b/packages/web-components/CHANGELOG.md
new file mode 100644
index 000000000000..2a48b87aa50d
--- /dev/null
+++ b/packages/web-components/CHANGELOG.md
@@ -0,0 +1,483 @@
+# Change Log
+
+All notable changes to this project will be documented in this file.
+See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+## [2.13.1](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/web-components@2.13.1-rc.0...@carbon/web-components@2.13.1) (2024-09-18)
+**Note:** Version bump only for package @carbon/web-components
+
+
+
+# [2.13.0](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/web-components@2.13.0-rc.0...@carbon/web-components@2.13.0) (2024-09-16)
+**Note:** Version bump only for package @carbon/web-components
+
+
+
+# [2.12.0](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/web-components@2.12.0-rc.0...@carbon/web-components@2.12.0) (2024-09-03)
+
+**Note:** Version bump only for package @carbon/web-components
+
+
+
+
+
+# [2.12.0-rc.0](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/web-components@2.11.1...@carbon/web-components@2.12.0-rc.0) (2024-08-26)
+
+
+### Bug Fixes
+
+* **accordion:** apply carbon element decorator for accordion skeleton ([#11989](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/11989)) ([dfdc39b](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/commit/dfdc39bca433fc210e45fd2f4540bf7e19aa4b08))
+
+### Features
+
+* **dotcom-components:** add shadowparts ([#11812](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/11812)) ([b8983f2](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/commit/b8983f2c98b8339cc5e678db5b9ac0d4e5508278)), closes [#11673](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/11673)
+
+
+## [2.11.1](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/web-components@2.11.1-rc.0...@carbon/web-components@2.11.1) (2024-07-30)
+
+**Note:** Version bump only for package @carbon/web-components
+
+# [2.11.0](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/web-components@2.11.0-rc.1...@carbon/web-components@2.11.0) (2024-07-23)
+
+**Note:** Version bump only for package @carbon/web-components
+
+# [2.11.0-rc.1](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/web-components@2.11.0-rc.0...@carbon/web-components@2.11.0-rc.1) (2024-07-23)
+
+### Bug Fixes
+
+- **custom-element:** ensure all cwc components use carbonElement ([#11937](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/11937)) ([f727bae](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/commit/f727bae4e80fce59991dc8ad7bf5ea9e68c01cbc))
+
+# [2.11.0-rc.0](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/web-components@2.10.0-rc.0...@carbon/web-components@2.11.0-rc.0) (2024-07-12)
+
+### Bug Fixes
+
+- **left-nav:** fix focus trapping ([#11842](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/11842)) ([5f824ec](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/commit/5f824ecee9f2bb086bdebee41e2271faa7972cbe))
+
+# [2.10.0-rc.0](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/web-components@2.9.0-rc.0...@carbon/web-components@2.10.0-rc.0) (2024-05-28)
+
+### Bug Fixes
+
+- **side-panel:** import missing icon-button and codesandbox example ([#11821](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/11821)) ([3c51597](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/commit/3c51597f48ffd6a18201f56fe740322b9e15127c))
+- **tearsheet:** tearsheet styles and codesandbox example ([#11792](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/11792)) ([f0ddd6e](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/commit/f0ddd6e22c5298e8c612ae113301dc4e2b5292f2))
+
+# [2.9.0](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/web-components@2.9.0-rc.0...@carbon/web-components@2.9.0) (2024-05-16)
+
+**Note:** Version bump only for package @carbon/web-components
+
+# [2.9.0-rc.0](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/web-components@2.8.0...@carbon/web-components@2.9.0-rc.0) (2024-05-06)
+
+### Bug Fixes
+
+- **data-table:** center align checkboxes ([#11743](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/11743)) ([3c045f5](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/commit/3c045f51578f10c9fc0f03bd71441fa098c1d52c)), closes [#11742](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/11742)
+
+### Features
+
+- instrument with telemetry JS scope ([#11747](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/11747)) ([650739e](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/commit/650739e4d23677dd4891c781be20d76060170533))
+
+# [2.8.0](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/web-components@2.8.0-rc.0...@carbon/web-components@2.8.0) (2024-04-23)
+
+**Note:** Version bump only for package @carbon/web-components
+
+# [2.8.0-rc.0](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/web-components@2.7.0...@carbon/web-components@2.8.0-rc.0) (2024-04-17)
+
+### Features
+
+- **slug:** ai slug updates ([#11716](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/11716)) ([e9fa12f](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/commit/e9fa12fd8cd3973aa7279a9d69582139937934d9))
+- **slug:** remove no longer needed dot-type prop ([#11726](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/11726)) ([2cca4b3](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/commit/2cca4b38955d738104c60739ee09052ae4625c7d))
+
+# [2.7.0](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/web-components@2.7.0-rc.0...@carbon/web-components@2.7.0) (2024-04-09)
+
+**Note:** Version bump only for package @carbon/web-components
+
+# [2.7.0-rc.0](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/web-components@2.6.0-rc.0...@carbon/web-components@2.7.0-rc.0) (2024-04-02)
+
+**Note:** Version bump only for package @carbon/web-components
+
+# [2.6.0](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/web-components@2.6.0-rc.0...@carbon/web-components@2.6.0) (2024-03-27)
+
+**Note:** Version bump only for package @carbon/web-components
+
+# [2.6.0-rc.0](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/web-components@2.5.0...@carbon/web-components@2.6.0-rc.0) (2024-03-21)
+
+### Bug Fixes
+
+- **cdn:** emit the CSS grid classes in a new artifact cssgrid.css ([#11626](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/11626)) ([98afd6a](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/commit/98afd6a25015763508cca5fec6625db5acd38808))
+- **combobox:** fix import path for some bundlers ([#11639](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/11639)) ([5c491a0](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/commit/5c491a02a56dc07b69091d2f4e09e6778cf6ad00)), closes [#11635](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/11635)
+
+# [2.5.0](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/web-components@2.5.0-rc.1...@carbon/web-components@2.5.0) (2024-03-11)
+
+**Note:** Version bump only for package @carbon/web-components
+
+# [2.5.0-rc.1](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/web-components@2.5.0-rc.0...@carbon/web-components@2.5.0-rc.1) (2024-03-07)
+
+### Bug Fixes
+
+- reduced motion side panel close ([#11608](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/11608)) ([dbddbb0](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/commit/dbddbb03b2da53993b6323f99ca95bbb8520c2e2))
+
+# [2.5.0-rc.0](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/web-components@2.4.0...@carbon/web-components@2.5.0-rc.0) (2024-03-01)
+
+### Bug Fixes
+
+- **chat-button:** update to latest with no icon option ([#11577](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/11577)) ([4106d3d](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/commit/4106d3d490a611ef99844fb6812b6790e5b678c3))
+- **content-switcher:** get current content-switcher-item on icon click ([#11602](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/11602)) ([271295a](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/commit/271295a242e04fb185b042b73f11bc03e1657953)), closes [#10963](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/10963)
+- **date picker:** detect change range interval console error ([#11532](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/11532)) ([eee2c73](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/commit/eee2c73e434f4afed7eccde69017734d0deae0c9)), closes [#11490](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/11490)
+- **dropdown:** visibility of warn-text and invalid-text ([#11573](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/11573)) ([92225bb](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/commit/92225bb4842bc9cefdf9d302836da8291483dd24))
+- side panel story slug alignment ([#11594](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/11594)) ([b0ee3b7](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/commit/b0ee3b759b91749137d69bd8f5f019c52edb867a))
+
+### Features
+
+- Add CWC Tearsheet ([#11545](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/11545)) ([fd18753](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/commit/fd18753e21dcd9f11f537da50ce113e2811d131f))
+- cwc stacking tearsheets ([#11586](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/11586)) ([7a1842e](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/commit/7a1842ef204f4196aaf62d67f45740ef41921933))
+
+# [2.4.0](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/web-components@2.4.0-rc.3...@carbon/web-components@2.4.0) (2024-02-26)
+
+# 2.4.0-rc.4 (2024-02-23)
+
+### Bug Fixes
+
+- **autoalign:** fix autoalign CSB example ([#11572](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/11572)) ([bf6ccfb](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/commit/bf6ccfbb259a3bd884d037048c522c6729813e6c))
+- **side-nav:** update max-block-size; closes [#10936](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/10936) ([#11571](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/11571)) ([0fe6fef](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/commit/0fe6fef5c1713cfe4e155a5c4f3b8376b5d4e246))
+
+# [2.4.0-rc.4](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/web-components@2.4.0-rc.3...@carbon/web-components@2.4.0-rc.4) (2024-02-23)
+
+### Bug Fixes
+
+- **autoalign:** fix autoalign CSB example ([#11572](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/11572)) ([bf6ccfb](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/commit/bf6ccfbb259a3bd884d037048c522c6729813e6c))
+- **side-nav:** update max-block-size; closes [#10936](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/10936) ([#11571](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/11571)) ([0fe6fef](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/commit/0fe6fef5c1713cfe4e155a5c4f3b8376b5d4e246))
+
+# [2.4.0-rc.3](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/web-components@2.4.0-rc.2...@carbon/web-components@2.4.0-rc.3) (2024-02-22)
+
+### Bug Fixes
+
+- **datatable:** is sortable console error ([#11568](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/11568)) ([d827360](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/commit/d827360733c98ea138ad0eb92ca98ea78fb33624))
+
+# [2.4.0-rc.2](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/web-components@2.4.0-rc.1...@carbon/web-components@2.4.0-rc.2) (2024-02-21)
+
+### Features
+
+- **autoalign:** utilize autoUpdate from @floating-ui/dom ([#11565](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/11565)) ([918089c](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/commit/918089cfee729db0d642788f973416dfc0fcca3a))
+
+# [2.4.0-rc.1](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/web-components@2.4.0-rc.0...@carbon/web-components@2.4.0-rc.1) (2024-02-20)
+
+### Bug Fixes
+
+- **tabs:** container size wrong ([#11556](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/11556)) ([b520fc4](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/commit/b520fc4a7b8d55b7bf622cbcebebdfa528cb43f1))
+
+### Features
+
+- **autoalign:** @floating-ui/dom implementation ([#11549](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/11549)) ([85db5f4](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/commit/85db5f47ca3303e14410f73b9ac3bc2c08bb6d3e))
+
+# [2.4.0-rc.0](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/web-components@2.3.0...@carbon/web-components@2.4.0-rc.0) (2024-02-19)
+
+### Bug Fixes
+
+- **code-snippet:** multi copy button ([#11492](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/11492)) ([c65ed61](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/commit/c65ed617e3e57745b2f94c82dc655c08e45b8839)), closes [#11475](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/11475)
+- **datatable:** search not working with uppercase characters in query ([#11493](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/11493)) ([7c92bfe](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/commit/7c92bfe8940d995ddd9e4fea50e07c93854676c5)), closes [#11483](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/11483)
+- **file uploader:** drag and drop not working ([#11536](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/11536)) ([0e75f3b](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/commit/0e75f3bc3117037aaa9b0f5938f0f0d1936e68cd))
+- **side-panel:** refactor to match latest ibm-products ([#11511](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/11511)) ([51e021a](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/commit/51e021a34f9cb72b97c81dc04e7a35925c275df8))
+
+### Features
+
+- **ai-skeleton:** new cwc experminetal ([#11544](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/11544)) ([acb7535](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/commit/acb7535b31ebef944c2988bd1af2b0e9b21e6d66)), closes [#11505](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/11505)
+- **chat-button:** experimental wc ([#11510](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/11510)) ([a1560a5](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/commit/a1560a5bda222e4931da16780d91b6005c05e4db)), closes [#11498](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/11498)
+- **data-table:** ai updates ([#11530](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/11530)) ([627dc5a](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/commit/627dc5a98a9bb5d6b2f9a86d278cceb40d2f16a9)), closes [#11499](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/11499)
+- **modal:** ai updates ([#11533](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/11533)) ([d60f94a](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/commit/d60f94a90cc0283b53beeb4941f168fdd06d10d4)), closes [#11500](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/11500)
+
+# [2.3.0](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/web-components@2.3.0-rc.1...@carbon/web-components@2.3.0) (2024-02-12)
+
+**Note:** Version bump only for package @carbon/web-components
+
+# [2.3.0-rc.1](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/web-components@2.3.0-rc.0...@carbon/web-components@2.3.0-rc.1) (2024-02-09)
+
+### Bug Fixes
+
+- **datatable:** is sortable not working in table header cell ([#11516](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/11516)) ([8da0be7](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/commit/8da0be77b80cdd5faecfd273e5bf41e8e0da5a80))
+
+# [2.3.0-rc.0](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/web-components@2.2.0-rc.0...@carbon/web-components@2.3.0-rc.0) (2024-02-02)
+
+### Bug Fixes
+
+- **data table:** filter issue in expansion table ([#11438](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/11438)) ([944a69a](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/commit/944a69a84f0c746728dbf7ef4ca7a059d146e2fe)), closes [#11179](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/11179)
+- **data-table:** Sorting and expansion doesn't work together ([#11416](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/11416)) ([2259364](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/commit/22593642d9c5adc80caea484e618ea0df97ee954)), closes [#11178](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/11178) [#11481](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/11481)
+- **datatable:** selection function not working as expected ([#11449](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/11449)) ([d20ec1f](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/commit/d20ec1fad2ce28fdf9d1c7e51b9c43c4756600eb)), closes [#11349](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/11349)
+- **dropdown:** remove excess border of first dropdown element ([#11400](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/11400)) ([a0830b0](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/commit/a0830b0d4e41e28f57af1579db7be088e3ca8026)), closes [#11271](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/11271) [#11271](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/11271)
+- **overflow-menu:** position jumping ([#11448](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/11448)) ([1adb618](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/commit/1adb61873b9c37aa9e541cf469f701f8092271ff)), closes [#9827](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/9827)
+- **progress-indicator:** label attribute not showing when there is when there is white space before closing tag ([#11430](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/11430)) ([954ecf4](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/commit/954ecf408889d896121872adac3ebca721fe21d3)), closes [#11167](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/11167)
+- **stackblitz:** fix and standardize masthead examples for v2 ([#11199](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/11199)) ([c3ddeb8](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/commit/c3ddeb8016b0259ce4f202cb2d99c16b6b5c2545))
+- **tabs:** Restore the highlight style when tab is selected ([#11181](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/11181)) ([929ca6f](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/commit/929ca6fe1609c7dc374ac06d790bab9b16284f9a)), closes [#11147](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/11147) [/github.com/carbon-design-system/carbon-for-ibm-dotcom/blob/91e50fa5cfcd5a5b4950ad09bc76cc89b1dc09e0/packages/carbon-web-components/src/components/tabs/tabs.scss#L104](https://github.com//github.com/carbon-design-system/carbon-for-ibm-dotcom/blob/91e50fa5cfcd5a5b4950ad09bc76cc89b1dc09e0/packages/carbon-web-components/src/components/tabs/tabs.scss/issues/L104)
+
+### Features
+
+- **sidepanel:** introduce side panel component ([#11201](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/11201)) ([c2c5bca](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/commit/c2c5bcae45745193dca47bbab8799e8a22d181f8))
+- **skeleton-icon:** new cwc component ([#11434](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/11434)) ([30be3c1](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/commit/30be3c1b04e4e5d7ed0ab6945b91242e9150d1cf)), closes [#11380](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/11380)
+- **tile:** slug ai updates ([#11484](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/11484)) ([a4cc518](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/commit/a4cc518bf85cac970d22a01e72bd332b2ec5a179))
+
+# [2.2.0](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/web-components@2.2.0-rc.1...@carbon/web-components@2.2.0) (2024-01-29)
+
+**Note:** Version bump only for package @carbon/web-components
+
+# [2.2.0-rc.1](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/web-components@2.2.0-rc.0...@carbon/web-components@2.2.0-rc.1) (2024-01-26)
+
+### Features
+
+- **slug:** ai callout updates for 2.2.0 ([#11453](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/11453)) ([8f0b9f6](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/commit/8f0b9f609b4d98a148071937db7bcdb689bea514))
+
+# [2.2.0-rc.0](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/web-components@2.1.2...@carbon/web-components@2.2.0-rc.0) (2024-01-19)
+
+### Bug Fixes
+
+- **number-input:** fix incorrect controls border for readonly mode ([#11402](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/11402)) ([3b2149b](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/commit/3b2149bb71c2b8cf4325972f728032d13b0b6ce1)), closes [#11390](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/11390)
+- **radio-button:** add missing slot optioin ([#11307](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/11307)) ([95e9eb5](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/commit/95e9eb56d5ef3926f361de5c2e9b854a722631e7)), closes [#11288](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/11288)
+- **select:** selected item is not showing for ios/ipados ([#11214](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/11214)) ([2186384](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/commit/218638476e26c72e67376b1b8fa430219f63b4ad))
+- **tooltip:** tooltip persists issue ([#11324](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/11324)) ([d355535](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/commit/d35553594e84406878f3b8a21489bb6b66faaa7e))
+
+### Features
+
+- **modal:** with slug ([#11247](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/11247)) ([209142a](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/commit/209142a44187788965dd5b193f31491de8b12c0b)), closes [#11142](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/11142)
+
+# [1.34.0](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/web-components@1.34.0-rc.2...@carbon/web-components@1.34.0) (2023-11-15)
+
+**Note:** Version bump only for package @carbon/web-components
+
+# [1.34.0-rc.2](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/web-components@1.34.0-rc.1...@carbon/web-components@1.34.0-rc.2) (2023-11-06)
+
+**Note:** Version bump only for package @carbon/web-components
+
+# [1.34.0-rc.1](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/web-components@1.33.0-rc.1...@carbon/web-components@1.34.0-rc.1) (2023-11-02)
+
+### Bug Fixes
+
+- **language-selector:** remove internal decorator ([#11069](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/11069)) ([d61199d](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/commit/d61199d5c9e03671aa08f9a0b774f470900dfd0c)), closes [#10885](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/10885)
+- **link-with-icon:** refactor LINK_SIZE enum ([#11071](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/11071)) ([cf570e1](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/commit/cf570e15079f8fc58c8b2600848d0c1a87e9b065))
+- **ui-shell:** a11y issue with side nav item ([#11044](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/11044)) ([9eb94ea](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/commit/9eb94ea097dcf9610a72900468008373cfec3bbe)), closes [#10918](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/10918)
+
+# [1.34.0-rc.0](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/web-components@1.33.0-rc.1...@carbon/web-components@1.34.0-rc.0) (2023-10-30)
+
+### Bug Fixes
+
+- **language-selector:** remove internal decorator ([#11069](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/11069)) ([d61199d](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/commit/d61199d5c9e03671aa08f9a0b774f470900dfd0c)), closes [#10885](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/10885)
+- **ui-shell:** a11y issue with side nav item ([#11044](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/11044)) ([9eb94ea](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/commit/9eb94ea097dcf9610a72900468008373cfec3bbe)), closes [#10918](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/10918)
+
+# [1.33.0-rc.1](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/web-components@1.33.0-rc.0...@carbon/web-components@1.33.0-rc.1) (2023-10-12)
+
+**Note:** Version bump only for package @carbon/web-components
+
+# [1.33.0-rc.0](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/web-components@1.32.1-rc.0...@carbon/web-components@1.33.0-rc.0) (2023-10-03)
+
+**Note:** Version bump only for package @carbon/web-components
+
+## [1.32.1-rc.0](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/web-components@1.32.0...@carbon/web-components@1.32.1-rc.0) (2023-09-25)
+
+**Note:** Version bump only for package @carbon/web-components
+
+# [1.32.0](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/web-components@1.32.0-rc.0...@carbon/web-components@1.32.0) (2023-09-19)
+
+**Note:** Version bump only for package @carbon/web-components
+
+# [1.32.0-rc.0](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/web-components@1.31.0...@carbon/web-components@1.32.0-rc.0) (2023-09-06)
+
+### Bug Fixes
+
+- **lerna:** build packages & codesandbox updates ([#10876](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/10876)) ([fa5bee0](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/commit/fa5bee07eb65a0f730c7cb1094a5eb8d122ab593))
+- **pagination:** mark selected option in page-sizes-select component ([#10884](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/10884)) ([ec3e4cf](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/commit/ec3e4cfaa4f50282c037c789898b7d6a61d6d54c))
+
+# [1.31.0](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/web-components@1.31.0-rc.2...@carbon/web-components@1.31.0) (2023-08-22)
+
+**Note:** Version bump only for package @carbon/web-components
+
+# [1.31.0-rc.2](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/web-components@1.31.0-rc.1...@carbon/web-components@1.31.0-rc.2) (2023-08-18)
+
+**Note:** Version bump only for package @carbon/web-components
+
+# [1.31.0-rc.1](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/web-components@1.31.0-rc.0...@carbon/web-components@1.31.0-rc.1) (2023-08-18)
+
+**Note:** Version bump only for package @carbon/web-components
+
+# [1.31.0-rc.0](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/web-components@1.30.0...@carbon/web-components@1.31.0-rc.0) (2023-08-14)
+
+### Bug Fixes
+
+- **breadcrumb:** update aria role to now have the value of navigation ([#10780](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/10780)) ([e964047](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/commit/e96404775f1bb14e8954f29f5b519d88f79e7b79)), closes [#10730](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/10730)
+
+# [1.30.0](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/web-components@1.30.0-rc.0...@carbon/web-components@1.30.0) (2023-07-26)
+
+**Note:** Version bump only for package @carbon/web-components
+
+# [1.30.0-rc.0](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/web-components@1.29.0...@carbon/web-components@1.30.0-rc.0) (2023-07-11)
+
+### Bug Fixes
+
+- **date-picker:** prevent range inputs from clearing prematurely ([#10603](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/10603)) ([77306c8](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/commit/77306c89d2b5d374efdafba99b77e50cf65f61b7))
+- **masthead:** Esc to close Cloud Masthead ([#10555](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/10555)) ([de67bf8](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/commit/de67bf8242ff47f2c26f285fc878f932bc822397)), closes [#10174](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/10174)
+
+# [1.29.0](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/web-components@1.29.0-rc.3...@carbon/web-components@1.29.0) (2023-06-27)
+
+**Note:** Version bump only for package @carbon/web-components
+
+# [1.29.0-rc.3](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/web-components@1.29.0-rc.2...@carbon/web-components@1.29.0-rc.3) (2023-06-27)
+
+### Bug Fixes
+
+- **multi-select:** move filterable attribute out of scope for styles ([#10608](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/10608)) ([1c1cf35](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/commit/1c1cf35ced1d73c9b0558ce474edd124ce773da8))
+
+# [1.29.0-rc.2](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/web-components@1.29.0-rc.1...@carbon/web-components@1.29.0-rc.2) (2023-06-23)
+
+**Note:** Version bump only for package @carbon/web-components
+
+# [1.29.0-rc.1](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/web-components@1.29.0-rc.0...@carbon/web-components@1.29.0-rc.1) (2023-06-22)
+
+### Bug Fixes
+
+- **masthead:** Esc to close Cloud Masthead ([#10555](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/10555)) ([#10588](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/10588)) ([06cd69d](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/commit/06cd69dec6d91cafb358e078d8d083ae62edfc13)), closes [#10174](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/10174)
+
+# [1.29.0-rc.0](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/web-components@1.28.0...@carbon/web-components@1.29.0-rc.0) (2023-06-09)
+
+### Bug Fixes
+
+- **bx-header-menu:** add button role ([#10440](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/10440)) ([c5d8c5d](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/commit/c5d8c5db8c42e129a901cda81aba7eeadb5f8c79)), closes [#10392](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/10392)
+- **input:** autocomplete property ([#10540](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/10540)) ([6096958](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/commit/60969585cc3792409e967784437fefd2bf096c71)), closes [#10498](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/10498)
+- **modal:** small screen view ([#10511](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/10511)) ([7f4aaef](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/commit/7f4aaef392fa7b3482b3544a4b0b7833034ccf33))
+
+# [1.28.0](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/web-components@1.28.0-rc.2...@carbon/web-components@1.28.0) (2023-05-23)
+
+**Note:** Version bump only for package @carbon/web-components
+
+# [1.28.0-rc.2](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/web-components@1.28.0-rc.1...@carbon/web-components@1.28.0-rc.2) (2023-05-18)
+
+**Note:** Version bump only for package @carbon/web-components
+
+# [1.28.0-rc.1](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/web-components@1.28.0-rc.0...@carbon/web-components@1.28.0-rc.1) (2023-05-11)
+
+**Note:** Version bump only for package @carbon/web-components
+
+# [1.28.0-rc.0](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/web-components@1.27.0-rc.0...@carbon/web-components@1.28.0-rc.0) (2023-05-08)
+
+### Bug Fixes
+
+- **checkbox:** set relative `position` ([#10333](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/10333)) ([8f10b78](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/commit/8f10b78cc1543ca6f2e69339be96a0974bc79631))
+
+# [1.27.0](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/web-components@1.27.0-rc.1...@carbon/web-components@1.27.0) (2023-04-25)
+
+**Note:** Version bump only for package @carbon/web-components
+
+# [1.27.0-rc.1](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/web-components@1.27.0-rc.0...@carbon/web-components@1.27.0-rc.1) (2023-04-18)
+
+### Bug Fixes
+
+- **checkbox:** set relative `position` ([#10333](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/10333)) ([8f10b78](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/commit/8f10b78cc1543ca6f2e69339be96a0974bc79631))
+
+# [1.27.0-rc.0](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/web-components@1.26.0...@carbon/web-components@1.27.0-rc.0) (2023-04-11)
+
+**Note:** Version bump only for package @carbon/web-components
+
+# [1.26.0](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/web-components@1.26.0-rc.3...@carbon/web-components@1.26.0) (2023-03-28)
+
+**Note:** Version bump only for package @carbon/web-components
+
+# [1.26.0-rc.3](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/web-components@1.26.0-rc.2...@carbon/web-components@1.26.0-rc.3) (2023-03-27)
+
+**Note:** Version bump only for package @carbon/web-components
+
+# [1.26.0-rc.2](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/web-components@1.26.0-rc.1...@carbon/web-components@1.26.0-rc.2) (2023-03-23)
+
+### Bug Fixes
+
+- **modal:** styles with sass upgrade ([#10237](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/10237)) ([46993a9](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/commit/46993a90bcb072ae77d07ea63e672821e9bdf628))
+
+# [1.26.0-rc.1](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/web-components@1.26.0-rc.0...@carbon/web-components@1.26.0-rc.1) (2023-03-16)
+
+### Bug Fixes
+
+- **notificaiton/breadcrumb:** update styles/remove [@extend](https://github.com/extend) ([#10231](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/10231)) ([96affe7](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/commit/96affe7426a988e00f75e2313651a76ff095b162))
+
+# [1.26.0-rc.0](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/web-components@1.25.0...@carbon/web-components@1.26.0-rc.0) (2023-03-13)
+
+### Bug Fixes
+
+- **cwc:** storybook link ([#10194](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/10194)) ([ea4d0a6](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/commit/ea4d0a6c11859effef23b6aa073918dad41ce3de))
+- **date-picker:** range mode clearing first value ([#10168](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/10168)) ([fe4d6da](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/commit/fe4d6dabc2ee15953de62c7d12d72d1329756b39)), closes [#10088](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/10088)
+- **lightbox-carousel:** accessibility & QA improvements to lightbox carousels ([#9149](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/9149)) ([fa408af](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/commit/fa408afb43e47d3c0c1259a33a47c637bedb0fac)), closes [#8911](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/8911) [#8913](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/8913) [#8915](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/8915) [#8912](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/8912) [#8914](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/8914) [#8911](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/8911) [#8912](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/8912) [/github.com/carbon-design-system/carbon-for-ibm-dotcom/blob/main/packages/web-components/src/components/expressive-modal/expressive-modal.ts#L358](https://github.com//github.com/carbon-design-system/carbon-for-ibm-dotcom/blob/main/packages/web-components/src/components/expressive-modal/expressive-modal.ts/issues/L358) [#8913](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/8913) [#8914](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/8914) [#8915](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/8915)
+- **storybook:** fix cwc cdn link docs ([#10189](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/10189)) ([8656e2e](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/commit/8656e2e84bcb48a7fe6d00d6ae66e4830650a10d))
+- **tile:** fix expanable content visibility ([#10203](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/10203)) ([a71b9f9](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/commit/a71b9f9c74b854851511cad3de98f47aea46cc36)), closes [#10202](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/10202)
+- **tooltip:** adjust focus to div within tooltip-body ([#10217](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/10217)) ([9d4a326](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/commit/9d4a326257c869ecf7d4d1288af99a9ef8373144))
+
+# [1.25.0](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/web-components@1.25.0-rc.0...@carbon/web-components@1.25.0) (2023-02-28)
+
+**Note:** Version bump only for package @carbon/web-components
+
+# [1.25.0-rc.0](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/web-components@1.24.0...@carbon/web-components@1.25.0-rc.0) (2023-02-10)
+
+**Note:** Version bump only for package @carbon/web-components
+
+# [1.24.0](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/web-components@1.24.0-rc.1...@carbon/web-components@1.24.0) (2023-01-31)
+
+**Note:** Version bump only for package @carbon/web-components
+
+# [1.24.0-rc.1](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/web-components@1.24.0-rc.0...@carbon/web-components@1.24.0-rc.1) (2023-01-31)
+
+### Bug Fixes
+
+- **styles:** downgrade sass version as there is an issue with [@extend](https://github.com/extend) ([#9973](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/9973)) ([8cff8a9](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/commit/8cff8a9fb8b926dff5089497ea41a423c97d7e73))
+
+# [1.24.0-rc.0](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/web-components@1.23.0...@carbon/web-components@1.24.0-rc.0) (2023-01-25)
+
+### Bug Fixes
+
+- **bx-dropdown:** prevent interactivity while disabled ([#9881](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/9881)) ([5fe8471](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/commit/5fe84714b109b2cebb1cde06cf88eeb22da6baf5)), closes [#9754](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/9754)
+- **masthead:** update logo url protocol ([#9914](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/9914)) ([ece8c04](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/commit/ece8c0426bb222341b2ddd423498fcb9b899e7dc)), closes [#9567](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/9567)
+- **styles:** add missing styles for breadcrumb and modal ([#9942](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/9942)) ([9a90ea1](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/commit/9a90ea15de00b182dd3795f820ef525cd1809a4e)), closes [#9936](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/9936) [#9923](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/9923)
+- **tooltip:** close tooltip on escape or focusout ([#9871](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/9871)) ([3fdd70e](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/commit/3fdd70e85627fcf1d704b1dbb316771050ca6047)), closes [#8996](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/8996)
+
+### Features
+
+- **tile:** add custom event to `selected-tile` ([#9898](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/9898)) ([11fe5bf](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/commit/11fe5bfb03ded3c766e10245b03406c846bb03bd)), closes [#9740](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/9740)
+
+# [1.23.0](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/web-components@1.23.0-rc.0...@carbon/web-components@1.23.0) (2023-01-17)
+
+**Note:** Version bump only for package @carbon/web-components
+
+# [1.23.0-rc.0](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/web-components@1.22.0...@carbon/web-components@1.23.0-rc.0) (2023-01-04)
+
+### Bug Fixes
+
+- **deps:** update dependency carbon-components to v10.58.3 ([#9849](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/9849)) ([152eb57](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/commit/152eb5739ef811336ffecc14faa8fda695d72ca6))
+- **deps:** update dependency flatpickr to v4.6.13 ([#9666](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/9666)) ([7995814](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/commit/79958142bd036972906dd1ba18458e4e4c192f56))
+- **notification/tag:** token documentation ([#9809](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/9809)) ([f9e1b1c](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/commit/f9e1b1c2d21a1f47bb068c98cb7fe5a09c3cee07)), closes [carbon-design-system/carbon-for-ibm-dotcom#9757](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/9757)
+- **progress-indicator:** add missing import for progress indicator skeleton ([#9853](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/9853)) ([7b28a85](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/commit/7b28a85d6ad7799c80b0865e3dd66b95da266bb7)), closes [#9825](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/9825)
+- **rollup:** update cwc rollup config ([#9854](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/9854)) ([ca282b3](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/commit/ca282b35c83f8d0efaef0d2a534fe7b8843a2728))
+- **tabs:** basic keyboard navigation ([#9811](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/9811)) ([b785e61](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/commit/b785e617602d27a11927398a495fb473d8efb43e))
+- **tooltip:** interpolate sass var ([#9880](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/9880)) ([20cd1dc](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/commit/20cd1dca7bb5fff5b9edc9eaa0e4d0ef1bd31e72))
+
+# [1.22.0](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/web-components@1.22.0-rc.3...@carbon/web-components@1.22.0) (2022-12-06)
+
+**Note:** Version bump only for package @carbon/web-components
+
+# 1.22.0-rc.3 (2022-12-06)
+
+# 1.41.0-rc.2 (2022-12-05)
+
+# 1.41.0-rc.1 (2022-11-23)
+
+# 1.41.0-rc.0 (2022-11-22)
+
+### Bug Fixes
+
+- **cwc:** percy update ([5ac2674](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/commit/5ac2674bdac3d7d033335c693e36a1ae33042242))
+- **cwc:** update package.json & karma test ([a52ab2f](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/commit/a52ab2f5937d9576c79c63748065a1dcf03ee2b0))
+- **packages:** update versions to get working storybooks ([42d8eee](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/commit/42d8eeee12c732c56599de24861252159e91905b))
+
+# [1.22.0-rc.2](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/web-components@1.22.0-rc.1...@carbon/web-components@1.22.0-rc.2) (2022-12-05)
+
+**Note:** Version bump only for package @carbon/web-components
+
+# [1.22.0-rc.1](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/web-components@1.22.0-rc.0...@carbon/web-components@1.22.0-rc.1) (2022-11-23)
+
+**Note:** Version bump only for package @carbon/web-components
+
+# 1.22.0-rc.0 (2022-11-22)
+
+### Bug Fixes
+
+- **cwc:** percy update ([5ac2674](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/commit/5ac2674bdac3d7d033335c693e36a1ae33042242))
+- **cwc:** update package.json & karma test ([a52ab2f](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/commit/a52ab2f5937d9576c79c63748065a1dcf03ee2b0))
+- **packages:** update versions to get working storybooks ([42d8eee](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/commit/42d8eeee12c732c56599de24861252159e91905b))
diff --git a/packages/web-components/LICENSE b/packages/web-components/LICENSE
new file mode 100644
index 000000000000..261eeb9e9f8b
--- /dev/null
+++ b/packages/web-components/LICENSE
@@ -0,0 +1,201 @@
+ Apache License
+ Version 2.0, January 2004
+ http://www.apache.org/licenses/
+
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+ 1. Definitions.
+
+ "License" shall mean the terms and conditions for use, reproduction,
+ and distribution as defined by Sections 1 through 9 of this document.
+
+ "Licensor" shall mean the copyright owner or entity authorized by
+ the copyright owner that is granting the License.
+
+ "Legal Entity" shall mean the union of the acting entity and all
+ other entities that control, are controlled by, or are under common
+ control with that entity. For the purposes of this definition,
+ "control" means (i) the power, direct or indirect, to cause the
+ direction or management of such entity, whether by contract or
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
+ outstanding shares, or (iii) beneficial ownership of such entity.
+
+ "You" (or "Your") shall mean an individual or Legal Entity
+ exercising permissions granted by this License.
+
+ "Source" form shall mean the preferred form for making modifications,
+ including but not limited to software source code, documentation
+ source, and configuration files.
+
+ "Object" form shall mean any form resulting from mechanical
+ transformation or translation of a Source form, including but
+ not limited to compiled object code, generated documentation,
+ and conversions to other media types.
+
+ "Work" shall mean the work of authorship, whether in Source or
+ Object form, made available under the License, as indicated by a
+ copyright notice that is included in or attached to the work
+ (an example is provided in the Appendix below).
+
+ "Derivative Works" shall mean any work, whether in Source or Object
+ form, that is based on (or derived from) the Work and for which the
+ editorial revisions, annotations, elaborations, or other modifications
+ represent, as a whole, an original work of authorship. For the purposes
+ of this License, Derivative Works shall not include works that remain
+ separable from, or merely link (or bind by name) to the interfaces of,
+ the Work and Derivative Works thereof.
+
+ "Contribution" shall mean any work of authorship, including
+ the original version of the Work and any modifications or additions
+ to that Work or Derivative Works thereof, that is intentionally
+ submitted to Licensor for inclusion in the Work by the copyright owner
+ or by an individual or Legal Entity authorized to submit on behalf of
+ the copyright owner. For the purposes of this definition, "submitted"
+ means any form of electronic, verbal, or written communication sent
+ to the Licensor or its representatives, including but not limited to
+ communication on electronic mailing lists, source code control systems,
+ and issue tracking systems that are managed by, or on behalf of, the
+ Licensor for the purpose of discussing and improving the Work, but
+ excluding communication that is conspicuously marked or otherwise
+ designated in writing by the copyright owner as "Not a Contribution."
+
+ "Contributor" shall mean Licensor and any individual or Legal Entity
+ on behalf of whom a Contribution has been received by Licensor and
+ subsequently incorporated within the Work.
+
+ 2. Grant of Copyright License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ copyright license to reproduce, prepare Derivative Works of,
+ publicly display, publicly perform, sublicense, and distribute the
+ Work and such Derivative Works in Source or Object form.
+
+ 3. Grant of Patent License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ (except as stated in this section) patent license to make, have made,
+ use, offer to sell, sell, import, and otherwise transfer the Work,
+ where such license applies only to those patent claims licensable
+ by such Contributor that are necessarily infringed by their
+ Contribution(s) alone or by combination of their Contribution(s)
+ with the Work to which such Contribution(s) was submitted. If You
+ institute patent litigation against any entity (including a
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
+ or a Contribution incorporated within the Work constitutes direct
+ or contributory patent infringement, then any patent licenses
+ granted to You under this License for that Work shall terminate
+ as of the date such litigation is filed.
+
+ 4. Redistribution. You may reproduce and distribute copies of the
+ Work or Derivative Works thereof in any medium, with or without
+ modifications, and in Source or Object form, provided that You
+ meet the following conditions:
+
+ (a) You must give any other recipients of the Work or
+ Derivative Works a copy of this License; and
+
+ (b) You must cause any modified files to carry prominent notices
+ stating that You changed the files; and
+
+ (c) You must retain, in the Source form of any Derivative Works
+ that You distribute, all copyright, patent, trademark, and
+ attribution notices from the Source form of the Work,
+ excluding those notices that do not pertain to any part of
+ the Derivative Works; and
+
+ (d) If the Work includes a "NOTICE" text file as part of its
+ distribution, then any Derivative Works that You distribute must
+ include a readable copy of the attribution notices contained
+ within such NOTICE file, excluding those notices that do not
+ pertain to any part of the Derivative Works, in at least one
+ of the following places: within a NOTICE text file distributed
+ as part of the Derivative Works; within the Source form or
+ documentation, if provided along with the Derivative Works; or,
+ within a display generated by the Derivative Works, if and
+ wherever such third-party notices normally appear. The contents
+ of the NOTICE file are for informational purposes only and
+ do not modify the License. You may add Your own attribution
+ notices within Derivative Works that You distribute, alongside
+ or as an addendum to the NOTICE text from the Work, provided
+ that such additional attribution notices cannot be construed
+ as modifying the License.
+
+ You may add Your own copyright statement to Your modifications and
+ may provide additional or different license terms and conditions
+ for use, reproduction, or distribution of Your modifications, or
+ for any such Derivative Works as a whole, provided Your use,
+ reproduction, and distribution of the Work otherwise complies with
+ the conditions stated in this License.
+
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
+ any Contribution intentionally submitted for inclusion in the Work
+ by You to the Licensor shall be under the terms and conditions of
+ this License, without any additional terms or conditions.
+ Notwithstanding the above, nothing herein shall supersede or modify
+ the terms of any separate license agreement you may have executed
+ with Licensor regarding such Contributions.
+
+ 6. Trademarks. This License does not grant permission to use the trade
+ names, trademarks, service marks, or product names of the Licensor,
+ except as required for reasonable and customary use in describing the
+ origin of the Work and reproducing the content of the NOTICE file.
+
+ 7. Disclaimer of Warranty. Unless required by applicable law or
+ agreed to in writing, Licensor provides the Work (and each
+ Contributor provides its Contributions) on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+ implied, including, without limitation, any warranties or conditions
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+ PARTICULAR PURPOSE. You are solely responsible for determining the
+ appropriateness of using or redistributing the Work and assume any
+ risks associated with Your exercise of permissions under this License.
+
+ 8. Limitation of Liability. In no event and under no legal theory,
+ whether in tort (including negligence), contract, or otherwise,
+ unless required by applicable law (such as deliberate and grossly
+ negligent acts) or agreed to in writing, shall any Contributor be
+ liable to You for damages, including any direct, indirect, special,
+ incidental, or consequential damages of any character arising as a
+ result of this License or out of the use or inability to use the
+ Work (including but not limited to damages for loss of goodwill,
+ work stoppage, computer failure or malfunction, or any and all
+ other commercial damages or losses), even if such Contributor
+ has been advised of the possibility of such damages.
+
+ 9. Accepting Warranty or Additional Liability. While redistributing
+ the Work or Derivative Works thereof, You may choose to offer,
+ and charge a fee for, acceptance of support, warranty, indemnity,
+ or other liability obligations and/or rights consistent with this
+ License. However, in accepting such obligations, You may act only
+ on Your own behalf and on Your sole responsibility, not on behalf
+ of any other Contributor, and only if You agree to indemnify,
+ defend, and hold each Contributor harmless for any liability
+ incurred by, or claims asserted against, such Contributor by reason
+ of your accepting any such warranty or additional liability.
+
+ END OF TERMS AND CONDITIONS
+
+ APPENDIX: How to apply the Apache License to your work.
+
+ To apply the Apache License to your work, attach the following
+ boilerplate notice, with the fields enclosed by brackets "[]"
+ replaced with your own identifying information. (Don't include
+ the brackets!) The text should be enclosed in the appropriate
+ comment syntax for the file format. We also recommend that a
+ file or class name and description of purpose be included on the
+ same "printed page" as the copyright notice for easier
+ identification within third-party archives.
+
+ Copyright [yyyy] [name of copyright owner]
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
diff --git a/packages/web-components/README.md b/packages/web-components/README.md
new file mode 100644
index 000000000000..46cdb63eaa6b
--- /dev/null
+++ b/packages/web-components/README.md
@@ -0,0 +1,319 @@
+A Carbon Design System variant that's as easy to use as native HTML elements,
+with no framework tax, no framework silo.
+
+
+
+> Carbon is an open-source design system built by IBM. With the IBM Design
+> Language as its foundation, the system consists of working code, design tools
+> and resources, human interface guidelines, and a vibrant community of
+> contributors.
+
+
+
+# `@carbon/web-components`
+
+`@carbon/web-components` is a variant of Carbon Design System with Custom
+Elements v1 and Shadow DOM v1 specs.
+
+
+
+
+- [Getting started](#getting-started)
+ - [Using CDN](#using-cdn)
+ - [How to install](#how-to-install)
+ - [Basic usage](#basic-usage)
+ - [Using ES imports](#using-es-imports)
+ - [How to install](#how-to-install-1)
+ - [Basic usage](#basic-usage-1)
+ - [Other usage guides](#other-usage-guides)
+- [JavaScript framework support](#javascript-framework-support)
+ - [Angular](#angular)
+ - [React](#react)
+ - [Vue](#vue)
+- [Getting started with development](#getting-started-with-development)
+- [Running React/Angular/Vue Storybook demo](#running-reactangularvue-storybook-demo)
+- [List of available components](#list-of-available-components)
+- [Browser support](#browser-support)
+- [Coding conventions](#coding-conventions)
+- [Creating build](#creating-build)
+- [Running unit test](#running-unit-test)
+- [Running build integration test](#running-build-integration-test)
+- [Running UI integration test](#running-ui-integration-test)
+
+
+
+## Getting started
+
+### Using CDN
+
+#### How to install
+
+All components are available via CDN. This means that they can be added to your
+application without the need of any bundler configuration. Each component is
+available by the `latest` tag, or referencing a specific version (starting at
+version `v1.16.0`):
+
+```html
+
+
+
+
+
+```
+
+
+ See full list of available components via CDN
+
+- accordion.min.js
+- breadcrumb.min.js
+- button.min.js
+- checkbox.min.js
+- code-snippet.min.js
+- combo-box.min.js
+- content-switcher.min.js
+- copy-button.min.js
+- data-table.min.js
+- date-picker.min.js
+- dropdown.min.js
+- file-uploader.min.js
+- floating-menu.min.js
+- form.min.js
+- inline-loading.min.js
+- input.min.js
+- link.min.js
+- list.min.js
+- loading.min.js
+- modal.min.js
+- multi-select.min.js
+- notification.min.js
+- number-input.min.js
+- overflow-menu.min.js
+- pagination.min.js
+- progress-indicator.min.js
+- radio-button.min.js
+- search.min.js
+- select.min.js
+- skeleton-icon.min.js
+- skeleton-placeholder.min.js
+- skeleton-text.min.js
+- skip-to-content.min.js
+- slider.min.js
+- structured-list.min.js
+- tabs.min.js
+- tag.min.js
+- textarea.min.js
+- tile.min.js
+- toggle.min.js
+- tooltip.min.js
+- ui-shell.min.js
+
+
+#### Basic usage
+
+The CDN artifacts define the custom elements for the browser, so they can be
+directly used once the script tag has been added to the page. For example:
+
+```html
+
+
+
+
+
+
+
+
+
+
+```
+
+Our example at [CodeSandbox](https://codesandbox.io) shows usage with only CDN
+artifacts:
+
+[![Edit carbon-web-components](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/github/carbon-design-system/carbon-for-ibm-dotcom/tree/main/packages/carbon-web-components/examples/codesandbox/cdn)
+
+### Using ES imports
+
+#### How to install
+
+To install `@carbon/web-components` in your project, you will need to run the
+following command using [npm](https://www.npmjs.com/):
+
+```bash
+npm install --save @carbon/web-components
+```
+
+If you prefer [Yarn](https://yarnpkg.com/en/), use the following command
+instead:
+
+```bash
+yarn add @carbon/web-components
+```
+
+#### Basic usage
+
+Our example at [CodeSandbox](https://codesandbox.io) shows the most basic usage:
+
+[![Edit carbon-web-components](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/github/carbon-design-system/carbon-for-ibm-dotcom/tree/main/packages/carbon-web-components/examples/codesandbox/basic)
+
+The first thing you need is **setting up a module bundler** to resolve
+ECMAScript `import`s. The above example uses [Webpack](https://webpack.js.org),
+but you can use other bundlers like [Rollup](https://rollupjs.org/) too.
+
+Once you set up a module bundler, you can start importing our component modules,
+for example:
+
+```javascript
+import '@carbon/web-components/es/components/dropdown/dropdown.js';
+import '@carbon/web-components/es/components/dropdown/dropdown-item.js';
+```
+
+Once you've imported the component modules, you can use our components in the
+same manner as native HTML tags, for example:
+
+```html
+
+ Option 1
+ Option 2
+ Option 3
+ Option 4
+ Option 5
+
+```
+
+### Other usage guides
+
+- [Having components participate in form](./docs/form.md)
+- [Using custom styles in components](./docs/styling.md)
+- [Using `carbon-web-components` with old build toolchain](./docs/old-build-toolchain.md)
+
+## JavaScript framework support
+
+This package also supports integration with other JavaScript frameworks like
+Angular and Vue. This is achievable since Web Components is the modern browser
+standard, and works well with other front-end frameworks that exist in the
+application. In turn, this also comes with the benefits of encapsulation within
+the Shadow DOM:
+
+### Angular
+
+Angular users can use our components in the same manner as native HTML tags,
+too, once you add
+[`CUSTOM_ELEMENTS_SCHEMA`](https://angular.io/api/core/CUSTOM_ELEMENTS_SCHEMA)
+schema to your Angular module, for example:
+
+```javascript
+import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';
+import { BrowserModule } from '@angular/platform-browser';
+
+import { AppComponent } from './app.component';
+
+@NgModule({
+ schemas: [CUSTOM_ELEMENTS_SCHEMA],
+ declarations: [AppComponent],
+ imports: [BrowserModule],
+ bootstrap: [AppComponent],
+})
+export class AppModule {}
+```
+
+The `.d.ts` files in `@carbon/web-components` package are compiled with
+TypeScript 3.7. You can use TypeScript 3.7 in your Angular application with
+upcoming Angular `9.0` release, or with the following instructions, so your
+application can use those `.d.ts` files:
+
+- Set `true` to
+ [`angularCompilerOptions.disableTypeScriptVersionCheck`](https://angular.io/guide/angular-compiler-options#disabletypescriptversioncheck)
+ in `tsconfig.json`
+- In `polyfills.ts`, change
+ [`__importDefault` TypeScript helper](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-2-7.html#example-8)
+ as follows:
+ `window.__importDefault = mod => (mod?.__esModule ? mod : { default: mod })`
+
+### Vue
+
+[![Edit carbon-web-components with Vue](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/github/carbon-design-system/carbon-for-ibm-dotcom/tree/main/packages/carbon-web-components/examples/codesandbox/vue)
+
+Vue users can use our components in the same manner as native HTML tags, without
+any additional steps!
+
+## Getting started with development
+
+1. Fork this repository and clone it
+2. `yarn install`
+3. `cd packages/carbon-web-components`
+4. `yarn wca && yarn storybook`
+
+## List of available components
+
+View available web components at:
+https://www.ibm.com/standards/carbon/carbon-web-components. You can see usage
+information in several ways:
+
+1. Going to Docs tab, where it shows the usage and available attributes,
+ properties and custom events.
+2. Clicking the **KNOBS** tab at the bottom and changing values there. Most
+ knobs are shown as something like `Button kind (kind)`, where `kind` is the
+ attribute name
+3. Clicking the **ACTION LOGGER** tab at the bottom and interacting with the
+ selected component. You may see something like `cds-modal-closed` which
+ typically indicates that an event with such event type is fired. You can also
+ expand the twistie to see the details of the event
+
+## Browser support
+
+- Latest Chrome/Safari/FF
+
+## Coding conventions
+
+Can be found at [here](./src/coding-conventions.md).
+
+## Creating build
+
+```
+> yarn clean
+> yarn build
+```
+
+You'll see the build artifacts in `/path/to/carbon-web-components/es` directory.
+
+## IBM Telemetry
+
+This package uses IBM Telemetry to collect metrics data. By installing this
+package as a dependency you are agreeing to telemetry collection. To opt out,
+see
+[Opting out of IBM Telemetry data collection](https://github.com/ibm-telemetry/telemetry-js/tree/main#opting-out-of-ibm-telemetry-data-collection).
+For more information on the data being collected, please see the
+[IBM Telemetry documentation](https://github.com/ibm-telemetry/telemetry-js/tree/main#ibm-telemetry-collection-basics).
diff --git a/packages/web-components/Staticfile b/packages/web-components/Staticfile
new file mode 100644
index 000000000000..50d8902c17bc
--- /dev/null
+++ b/packages/web-components/Staticfile
@@ -0,0 +1,2 @@
+root: storybook-static
+force_https: true
diff --git a/packages/web-components/carbon.yml b/packages/web-components/carbon.yml
new file mode 100644
index 000000000000..a8df1597a2e0
--- /dev/null
+++ b/packages/web-components/carbon.yml
@@ -0,0 +1,581 @@
+# yaml-language-server: $schema=https://unpkg.com/@carbon-platform/schemas@v1/carbon-resources.schema.json
+library:
+ id: carbon-web-components
+ name: Carbon Web Components
+ description: Build user interfaces with web components based on Carbon's React library.
+ externalDocsUrl: https://www.ibm.com/standards/web/carbon-for-ibm-dotcom
+ inherits: carbon-styles
+ demoLinks:
+ - type: storybook
+ name: Storybook
+ action: link
+ url: https://www.ibm.com/standards/carbon/carbon-web-components
+ navData:
+ - title: Get started
+ path: 'https://github.com/carbon-design-system/carbon-website/blob/carbon-platform/src/pages/developing/frameworks/web-components.mdx'
+assets:
+ accordion:
+ status: stable
+ externalDocsUrl: https://www.carbondesignsystem.com/components/accordion/usage
+ framework: web-component
+ demoLinks:
+ - type: storybook
+ name: Storybook
+ action: link
+ url: https://www.ibm.com/standards/carbon/carbon-web-components/?path=/docs/components-accordion
+ docs:
+ usagePath: https://github.com/carbon-design-system/carbon-website/blob/carbon-platform/src/pages/components/accordion/usage.mdx
+ stylePath: https://github.com/carbon-design-system/carbon-website/blob/carbon-platform/src/pages/components/accordion/style.mdx
+ accessibilityPath: https://github.com/carbon-design-system/carbon-website/blob/carbon-platform/src/pages/components/accordion/accessibility.mdx
+ overviewPath: ./src/components/accordion/docs/overview.mdx
+ breadcrumb:
+ status: stable
+ externalDocsUrl: https://www.carbondesignsystem.com/components/breadcrumb/usage
+ framework: web-component
+ demoLinks:
+ - type: storybook
+ name: Storybook
+ action: link
+ url: https://www.ibm.com/standards/carbon/carbon-web-components/?path=/docs/components-breadcrumb
+ docs:
+ usagePath: https://github.com/carbon-design-system/carbon-website/blob/carbon-platform/src/pages/components/breadcrumb/usage.mdx
+ stylePath: https://github.com/carbon-design-system/carbon-website/blob/carbon-platform/src/pages/components/breadcrumb/style.mdx
+ accessibilityPath: https://github.com/carbon-design-system/carbon-website/blob/carbon-platform/src/pages/components/breadcrumb/accessibility.mdx
+ overviewPath: ./src/components/breadcrumb/docs/overview.mdx
+ button:
+ status: stable
+ externalDocsUrl: https://www.carbondesignsystem.com/components/button/usage
+ framework: web-component
+ demoLinks:
+ - type: storybook
+ name: Storybook
+ action: link
+ url: https://www.ibm.com/standards/carbon/carbon-web-components/?path=/docs/components-button
+ docs:
+ usagePath: https://github.com/carbon-design-system/carbon-website/blob/carbon-platform/src/pages/components/button/usage.mdx
+ stylePath: https://github.com/carbon-design-system/carbon-website/blob/carbon-platform/src/pages/components/button/style.mdx
+ accessibilityPath: https://github.com/carbon-design-system/carbon-website/blob/carbon-platform/src/pages/components/button/accessibility.mdx
+ overviewPath: ./src/components/button/docs/overview.mdx
+ checkbox:
+ status: stable
+ externalDocsUrl: https://www.carbondesignsystem.com/components/checkbox/usage
+ framework: web-component
+ demoLinks:
+ - type: storybook
+ name: Storybook
+ action: link
+ url: https://www.ibm.com/standards/carbon/carbon-web-components/?path=/docs/components-checkbox
+ docs:
+ usagePath: https://github.com/carbon-design-system/carbon-website/blob/carbon-platform/src/pages/components/checkbox/usage.mdx
+ stylePath: https://github.com/carbon-design-system/carbon-website/blob/carbon-platform/src/pages/components/checkbox/style.mdx
+ accessibilityPath: https://github.com/carbon-design-system/carbon-website/blob/carbon-platform/src/pages/components/checkbox/accessibility.mdx
+ overviewPath: ./src/components/checkbox/docs/overview.mdx
+ code-snippet:
+ status: stable
+ externalDocsUrl: https://www.carbondesignsystem.com/components/code-snippet/usage
+ framework: web-component
+ demoLinks:
+ - type: storybook
+ name: Storybook
+ action: link
+ url: https://www.ibm.com/standards/carbon/carbon-web-components/?path=/docs/components-code-snippet
+ docs:
+ usagePath: https://github.com/carbon-design-system/carbon-website/blob/carbon-platform/src/pages/components/code-snippet/usage.mdx
+ stylePath: https://github.com/carbon-design-system/carbon-website/blob/carbon-platform/src/pages/components/code-snippet/style.mdx
+ accessibilityPath: https://github.com/carbon-design-system/carbon-website/blob/carbon-platform/src/pages/components/code-snippet/accessibility.mdx
+ overviewPath: ./src/components/code-snippet/docs/overview.mdx
+ combo-box:
+ status: stable
+ framework: web-component
+ demoLinks:
+ - type: storybook
+ name: Storybook
+ action: link
+ url: https://www.ibm.com/standards/carbon/carbon-web-components/?path=/docs/components-combo-box
+ docs:
+ overviewPath: ./src/components/combo-box/docs/overview.mdx
+ content-switcher:
+ status: stable
+ externalDocsUrl: https://www.carbondesignsystem.com/components/content-switcher/usage
+ framework: web-component
+ demoLinks:
+ - type: storybook
+ name: Storybook
+ action: link
+ url: https://www.ibm.com/standards/carbon/carbon-web-components/?path=/docs/components-content-switcher
+ docs:
+ usagePath: https://github.com/carbon-design-system/carbon-website/blob/carbon-platform/src/pages/components/content-switcher/usage.mdx
+ stylePath: https://github.com/carbon-design-system/carbon-website/blob/carbon-platform/src/pages/components/content-switcher/style.mdx
+ accessibilityPath: https://github.com/carbon-design-system/carbon-website/blob/carbon-platform/src/pages/components/content-switcher/accessibility.mdx
+ overviewPath: ./src/components/content-switcher/docs/overview.mdx
+ copy-button:
+ status: stable
+ framework: web-component
+ demoLinks:
+ - type: storybook
+ name: Storybook
+ action: link
+ url: https://www.ibm.com/standards/carbon/carbon-web-components/?path=/docs/components-copy-button
+ docs:
+ overviewPath: ./src/components/copy-button/docs/overview.mdx
+ data-table:
+ status: stable
+ externalDocsUrl: https://www.carbondesignsystem.com/components/data-table/usage
+ framework: web-component
+ demoLinks:
+ - type: storybook
+ name: Storybook
+ action: link
+ url: https://www.ibm.com/standards/carbon/carbon-web-components/?path=/docs/components-data-table
+ docs:
+ usagePath: https://github.com/carbon-design-system/carbon-website/blob/carbon-platform/src/pages/components/data-table/usage.mdx
+ stylePath: https://github.com/carbon-design-system/carbon-website/blob/carbon-platform/src/pages/components/data-table/style.mdx
+ accessibilityPath: https://github.com/carbon-design-system/carbon-website/blob/carbon-platform/src/pages/components/data-table/accessibility.mdx
+ overviewPath: ./src/components/data-table/docs/overview.mdx
+ date-picker:
+ status: stable
+ externalDocsUrl: https://www.carbondesignsystem.com/components/date-picker/usage
+ framework: web-component
+ demoLinks:
+ - type: storybook
+ name: Storybook
+ action: link
+ url: https://www.ibm.com/standards/carbon/carbon-web-components/?path=/docs/components-date-picker
+ docs:
+ usagePath: https://github.com/carbon-design-system/carbon-website/blob/carbon-platform/src/pages/components/date-picker/usage.mdx
+ stylePath: https://github.com/carbon-design-system/carbon-website/blob/carbon-platform/src/pages/components/date-picker/style.mdx
+ accessibilityPath: https://github.com/carbon-design-system/carbon-website/blob/carbon-platform/src/pages/components/date-picker/accessibility.mdx
+ overviewPath: ./src/components/date-picker/docs/overview.mdx
+ dropdown:
+ status: stable
+ externalDocsUrl: https://www.carbondesignsystem.com/components/dropdown/usage
+ framework: web-component
+ demoLinks:
+ - type: storybook
+ name: Storybook
+ action: link
+ url: https://www.ibm.com/standards/carbon/carbon-web-components/?path=/docs/components-dropdown
+ docs:
+ usagePath: https://github.com/carbon-design-system/carbon-website/blob/carbon-platform/src/pages/components/dropdown/usage.mdx
+ stylePath: https://github.com/carbon-design-system/carbon-website/blob/carbon-platform/src/pages/components/dropdown/style.mdx
+ accessibilityPath: https://github.com/carbon-design-system/carbon-website/blob/carbon-platform/src/pages/components/dropdown/accessibility.mdx
+ overviewPath: ./src/components/dropdown/docs/overview.mdx
+ file-uploader:
+ status: stable
+ externalDocsUrl: https://www.carbondesignsystem.com/components/file-uploader/usage
+ framework: web-component
+ demoLinks:
+ - type: storybook
+ name: Storybook
+ action: link
+ url: https://www.ibm.com/standards/carbon/carbon-web-components/?path=/docs/components-file-uploader
+ docs:
+ usagePath: https://github.com/carbon-design-system/carbon-website/blob/carbon-platform/src/pages/components/file-uploader/usage.mdx
+ stylePath: https://github.com/carbon-design-system/carbon-website/blob/carbon-platform/src/pages/components/file-uploader/style.mdx
+ accessibilityPath: https://github.com/carbon-design-system/carbon-website/blob/carbon-platform/src/pages/components/file-uploader/accessibility.mdx
+ overviewPath: ./src/components/file-uploader/docs/overview.mdx
+ icon:
+ name: Icon
+ framework: web-component
+ status: stable
+ type: component
+ platform: web
+ demoLinks:
+ - type: storybook
+ name: Storybook
+ action: link
+ url: https://www.ibm.com/standards/carbon/carbon-web-components/?path=/docs/components-icon
+ thumbnailPath: "./thumbnails/icon.svg"
+ tags:
+ - media
+ - content-element
+ docs:
+ overviewPath: ./src/components/icon/docs/overview.mdx
+ inline-loading:
+ status: stable
+ externalDocsUrl: https://www.carbondesignsystem.com/components/inline-loading/usage
+ framework: web-component
+ demoLinks:
+ - type: storybook
+ name: Storybook
+ action: link
+ url: https://www.ibm.com/standards/carbon/carbon-web-components/?path=/docs/components-inline-loading
+ docs:
+ usagePath: https://github.com/carbon-design-system/carbon-website/blob/carbon-platform/src/pages/components/inline-loading/usage.mdx
+ stylePath: https://github.com/carbon-design-system/carbon-website/blob/carbon-platform/src/pages/components/inline-loading/style.mdx
+ accessibilityPath: https://github.com/carbon-design-system/carbon-website/blob/carbon-platform/src/pages/components/inline-loading/accessibility.mdx
+ overviewPath: ./src/components/inline-loading/docs/overview.mdx
+ input:
+ name: Input
+ status: stable
+ type: component
+ framework: web-component
+ platform: web
+ thumbnailPath: "./thumbnails/input.svg"
+ demoLinks:
+ - type: storybook
+ name: Storybook
+ action: link
+ url: https://www.ibm.com/standards/carbon/carbon-web-components/?path=/docs/components-input
+ tags:
+ - input-control
+ docs:
+ overviewPath: ./src/components/input/docs/overview.mdx
+ link:
+ status: stable
+ externalDocsUrl: https://www.carbondesignsystem.com/components/link/usage
+ framework: web-component
+ demoLinks:
+ - type: storybook
+ name: Storybook
+ action: link
+ url: https://www.ibm.com/standards/carbon/carbon-web-components/?path=/docs/components-link
+ docs:
+ usagePath: https://github.com/carbon-design-system/carbon-website/blob/carbon-platform/src/pages/components/link/usage.mdx
+ stylePath: https://github.com/carbon-design-system/carbon-website/blob/carbon-platform/src/pages/components/link/style.mdx
+ accessibilityPath: https://github.com/carbon-design-system/carbon-website/blob/carbon-platform/src/pages/components/link/accessibility.mdx
+ overviewPath: ./src/components/link/docs/overview.mdx
+ list:
+ status: stable
+ externalDocsUrl: https://carbondesignsystem.com/components/list/usage
+ framework: web-component
+ demoLinks:
+ - type: storybook
+ name: Storybook
+ action: link
+ url: https://www.ibm.com/standards/carbon/carbon-web-components/?path=/docs/components-list
+ docs:
+ usagePath: https://github.com/carbon-design-system/carbon-website/blob/carbon-platform/src/pages/components/list/usage.mdx
+ stylePath: https://github.com/carbon-design-system/carbon-website/blob/carbon-platform/src/pages/components/list/style.mdx
+ accessibilityPath: https://github.com/carbon-design-system/carbon-website/blob/carbon-platform/src/pages/components/list/accessibility.mdx
+ overviewPath: ./src/components/list/docs/overview.mdx
+ loading:
+ status: stable
+ externalDocsUrl: https://www.carbondesignsystem.com/components/loading/usage
+ framework: web-component
+ demoLinks:
+ - type: storybook
+ name: Storybook
+ action: link
+ url: https://www.ibm.com/standards/carbon/carbon-web-components/?path=/docs/components-loading
+ docs:
+ usagePath: https://github.com/carbon-design-system/carbon-website/blob/carbon-platform/src/pages/components/loading/usage.mdx
+ stylePath: https://github.com/carbon-design-system/carbon-website/blob/carbon-platform/src/pages/components/loading/style.mdx
+ accessibilityPath: https://github.com/carbon-design-system/carbon-website/blob/carbon-platform/src/pages/components/loading/accessibility.mdx
+ overviewPath: ./src/components/loading/docs/overview.mdx
+ modal:
+ status: stable
+ externalDocsUrl: https://www.carbondesignsystem.com/components/modal/usage
+ framework: web-component
+ demoLinks:
+ - type: storybook
+ name: Storybook
+ action: link
+ url: https://www.ibm.com/standards/carbon/carbon-web-components/?path=/docs/components-modal
+ docs:
+ usagePath: https://github.com/carbon-design-system/carbon-website/blob/carbon-platform/src/pages/components/modal/usage.mdx
+ stylePath: https://github.com/carbon-design-system/carbon-website/blob/carbon-platform/src/pages/components/modal/style.mdx
+ accessibilityPath: https://github.com/carbon-design-system/carbon-website/blob/carbon-platform/src/pages/components/modal/accessibility.mdx
+ overviewPath: ./src/components/modal/docs/overview.mdx
+ multiselect:
+ status: stable
+ externalDocsUrl: https://www.carbondesignsystem.com/components/dropdown/usage/#multiselect
+ framework: web-component
+ demoLinks:
+ - type: storybook
+ name: Storybook
+ action: link
+ url: https://www.ibm.com/standards/carbon/carbon-web-components/?path=/docs/components-multi-select
+ docs:
+ overviewPath: ./src/components/multi-select/docs/overview.mdx
+ notification:
+ status: stable
+ externalDocsUrl: https://www.carbondesignsystem.com/components/notification/usage
+ framework: web-component
+ demoLinks:
+ - type: storybook
+ name: Storybook
+ action: link
+ url: https://www.ibm.com/standards/carbon/carbon-web-components/?path=/docs/components-notifications
+ docs:
+ usagePath: https://github.com/carbon-design-system/carbon-website/blob/carbon-platform/src/pages/components/notification/usage.mdx
+ stylePath: https://github.com/carbon-design-system/carbon-website/blob/carbon-platform/src/pages/components/notification/style.mdx
+ accessibilityPath: https://github.com/carbon-design-system/carbon-website/blob/carbon-platform/src/pages/components/notification/accessibility.mdx
+ overviewPath: ./src/components/notification/docs/overview.mdx
+ number-input:
+ status: stable
+ externalDocsUrl: https://www.carbondesignsystem.com/components/number-input/usage
+ framework: web-component
+ demoLinks:
+ - type: storybook
+ name: Storybook
+ action: link
+ url: https://www.ibm.com/standards/carbon/carbon-web-components/?path=/docs/components-number-input
+ docs:
+ usagePath: https://github.com/carbon-design-system/carbon-website/blob/carbon-platform/src/pages/components/number-input/usage.mdx
+ stylePath: https://github.com/carbon-design-system/carbon-website/blob/carbon-platform/src/pages/components/number-input/style.mdx
+ accessibilityPath: https://github.com/carbon-design-system/carbon-website/blob/carbon-platform/src/pages/components/number-input/accessibility.mdx
+ overviewPath: ./src/components/number-input/docs/overview.mdx
+ overflow-menu:
+ status: stable
+ externalDocsUrl: https://www.carbondesignsystem.com/components/overflow-menu/usage
+ framework: web-component
+ demoLinks:
+ - type: storybook
+ name: Storybook
+ action: link
+ url: https://www.ibm.com/standards/carbon/carbon-web-components/?path=/docs/components-overflow-menu
+ docs:
+ usagePath: https://github.com/carbon-design-system/carbon-website/blob/carbon-platform/src/pages/components/overflow-menu/usage.mdx
+ stylePath: https://github.com/carbon-design-system/carbon-website/blob/carbon-platform/src/pages/components/overflow-menu/style.mdx
+ accessibilityPath: https://github.com/carbon-design-system/carbon-website/blob/carbon-platform/src/pages/components/overflow-menu/accessibility.mdx
+ overviewPath: ./src/components/overflow-menu/docs/overview.mdx
+ pagination:
+ status: stable
+ externalDocsUrl: https://www.carbondesignsystem.com/components/pagination/usage
+ framework: web-component
+ demoLinks:
+ - type: storybook
+ name: Storybook
+ action: link
+ url: https://www.ibm.com/standards/carbon/carbon-web-components/?path=/docs/components-pagination
+ docs:
+ usagePath: https://github.com/carbon-design-system/carbon-website/blob/carbon-platform/src/pages/components/pagination/usage.mdx
+ stylePath: https://github.com/carbon-design-system/carbon-website/blob/carbon-platform/src/pages/components/pagination/style.mdx
+ accessibilityPath: https://github.com/carbon-design-system/carbon-website/blob/carbon-platform/src/pages/components/pagination/accessibility.mdx
+ overviewPath: ./src/components/pagination/docs/overview.mdx
+ progress-indicator:
+ status: stable
+ externalDocsUrl: https://www.carbondesignsystem.com/components/progress-indicator/usage
+ framework: web-component
+ demoLinks:
+ - type: storybook
+ name: Storybook
+ action: link
+ url: https://www.ibm.com/standards/carbon/carbon-web-components/?path=/docs/components-progress-indicator
+ docs:
+ usagePath: https://github.com/carbon-design-system/carbon-website/blob/carbon-platform/src/pages/components/progress-indicator/usage.mdx
+ stylePath: https://github.com/carbon-design-system/carbon-website/blob/carbon-platform/src/pages/components/progress-indicator/style.mdx
+ accessibilityPath: https://github.com/carbon-design-system/carbon-website/blob/carbon-platform/src/pages/components/progress-indicator/accessibility.mdx
+ overviewPath: ./src/components/progress-indicator/docs/overview.mdx
+ radio-button:
+ status: stable
+ externalDocsUrl: https://www.carbondesignsystem.com/components/radio-button/usage
+ framework: web-component
+ demoLinks:
+ - type: storybook
+ name: Storybook
+ action: link
+ url: https://www.ibm.com/standards/carbon/carbon-web-components/?path=/docs/components-radio-button
+ docs:
+ usagePath: https://github.com/carbon-design-system/carbon-website/blob/carbon-platform/src/pages/components/radio-button/usage.mdx
+ stylePath: https://github.com/carbon-design-system/carbon-website/blob/carbon-platform/src/pages/components/radio-button/style.mdx
+ accessibilityPath: https://github.com/carbon-design-system/carbon-website/blob/carbon-platform/src/pages/components/radio-button/accessibility.mdx
+ overviewPath: ./src/components/radio-button/docs/overview.mdx
+ search:
+ status: stable
+ externalDocsUrl: https://www.carbondesignsystem.com/components/search/usage
+ framework: web-component
+ demoLinks:
+ - type: storybook
+ name: Storybook
+ action: link
+ url: https://www.ibm.com/standards/carbon/carbon-web-components/?path=/docs/components-search
+ docs:
+ usagePath: https://github.com/carbon-design-system/carbon-website/blob/carbon-platform/src/pages/components/search/usage.mdx
+ stylePath: https://github.com/carbon-design-system/carbon-website/blob/carbon-platform/src/pages/components/search/style.mdx
+ accessibilityPath: https://github.com/carbon-design-system/carbon-website/blob/carbon-platform/src/pages/components/search/accessibility.mdx
+ overviewPath: ./src/components/search/docs/overview.mdx
+ select:
+ status: stable
+ externalDocsUrl: https://www.carbondesignsystem.com/components/select/usage
+ framework: web-component
+ demoLinks:
+ - type: storybook
+ name: Storybook
+ action: link
+ url: https://www.ibm.com/standards/carbon/carbon-web-components/?path=/docs/components-select
+ tags:
+ - shell
+ docs:
+ usagePath: https://github.com/carbon-design-system/carbon-website/blob/carbon-platform/src/pages/components/select/usage.mdx
+ stylePath: https://github.com/carbon-design-system/carbon-website/blob/carbon-platform/src/pages/components/select/style.mdx
+ accessibilityPath: https://github.com/carbon-design-system/carbon-website/blob/carbon-platform/src/pages/components/select/accessibility.mdx
+ overviewPath: ./src/components/select/docs/overview.mdx
+ skeleton-placeholder:
+ name: Skeleton placeholder
+ status: stable
+ type: component
+ platform: web
+ framework: web-component
+ thumbnailPath: './thumbnails/skeleton-placeholder.svg'
+ demoLinks:
+ - type: storybook
+ name: Storybook
+ action: link
+ url: https://www.ibm.com/standards/carbon/carbon-web-components/?path=/docs/components-skeleton-placeholder
+ tags:
+ - system-feedback
+ docs:
+ overviewPath: ./src/components/skeleton-placeholder/docs/overview.mdx
+ skeleton-text:
+ name: Skeleton text
+ status: stable
+ type: component
+ platform: web
+ framework: web-component
+ thumbnailPath: './thumbnails/skeleton-text.svg'
+ demoLinks:
+ - type: storybook
+ name: Storybook
+ action: link
+ url: https://www.ibm.com/standards/carbon/carbon-web-components/?path=/docs/components-skeleton-text
+ tags:
+ - shell
+ docs:
+ overviewPath: ./src/components/skeleton-text/docs/overview.mdx
+ skip-to-content:
+ name: Skip to content
+ type: component
+ platform: web
+ status: stable
+ framework: web-component
+ thumbnailPath: './thumbnails/skip-to-content.svg'
+ demoLinks:
+ - type: storybook
+ name: Storybook
+ action: link
+ url: https://www.ibm.com/standards/carbon/carbon-web-components/?path=/docs/components-skip-to-content
+ tags:
+ - contextual-navigation
+ docs:
+ overviewPath: ./src/components/skip-to-content/docs/overview.mdx
+ slider:
+ status: stable
+ externalDocsUrl: https://www.carbondesignsystem.com/components/slider/usage
+ framework: web-component
+ demoLinks:
+ - type: storybook
+ name: Storybook
+ action: link
+ url: https://www.ibm.com/standards/carbon/carbon-web-components/?path=/docs/components-slider
+ docs:
+ usagePath: https://github.com/carbon-design-system/carbon-website/blob/carbon-platform/src/pages/components/slider/usage.mdx
+ stylePath: https://github.com/carbon-design-system/carbon-website/blob/carbon-platform/src/pages/components/slider/style.mdx
+ accessibilityPath: https://github.com/carbon-design-system/carbon-website/blob/carbon-platform/src/pages/components/slider/accessibility.mdx
+ overviewPath: ./src/components/slider/docs/overview.mdx
+ structured-list:
+ status: stable
+ externalDocsUrl: https://www.carbondesignsystem.com/components/structured-list/usage
+ framework: web-component
+ demoLinks:
+ - type: storybook
+ name: Storybook
+ action: link
+ url: https://www.ibm.com/standards/carbon/carbon-web-components/?path=/docs/components-structured-list
+ docs:
+ usagePath: https://github.com/carbon-design-system/carbon-website/blob/carbon-platform/src/pages/components/structured-list/usage.mdx
+ stylePath: https://github.com/carbon-design-system/carbon-website/blob/carbon-platform/src/pages/components/structured-list/style.mdx
+ accessibilityPath: https://github.com/carbon-design-system/carbon-website/blob/carbon-platform/src/pages/components/structured-list/accessibility.mdx
+ overviewPath: ./src/components/structured-list/docs/overview.mdx
+ tabs:
+ status: stable
+ externalDocsUrl: https://www.carbondesignsystem.com/components/tabs/usage
+ framework: web-component
+ demoLinks:
+ - type: storybook
+ name: Storybook
+ action: link
+ url: https://www.ibm.com/standards/carbon/carbon-web-components/?path=/docs/components-tabs
+ docs:
+ usagePath: https://github.com/carbon-design-system/carbon-website/blob/carbon-platform/src/pages/components/tabs/usage.mdx
+ stylePath: https://github.com/carbon-design-system/carbon-website/blob/carbon-platform/src/pages/components/tabs/style.mdx
+ accessibilityPath: https://github.com/carbon-design-system/carbon-website/blob/carbon-platform/src/pages/components/tabs/accessibility.mdx
+ overviewPath: ./src/components/tabs/docs/overview.mdx
+ tag:
+ status: stable
+ externalDocsUrl: https://www.carbondesignsystem.com/components/tag/usage
+ framework: web-component
+ demoLinks:
+ - type: storybook
+ name: Storybook
+ action: link
+ url: https://www.ibm.com/standards/carbon/carbon-web-components/?path=/docs/components-tag
+ docs:
+ usagePath: https://github.com/carbon-design-system/carbon-website/blob/carbon-platform/src/pages/components/tag/usage.mdx
+ stylePath: https://github.com/carbon-design-system/carbon-website/blob/carbon-platform/src/pages/components/tag/style.mdx
+ accessibilityPath: https://github.com/carbon-design-system/carbon-website/blob/carbon-platform/src/pages/components/tag/accessibility.mdx
+ overviewPath: ./src/components/tag/docs/overview.mdx
+ text-area:
+ status: stable
+ framework: web-component
+ demoLinks:
+ - type: storybook
+ name: Storybook
+ action: link
+ url: https://www.ibm.com/standards/carbon/carbon-web-components/?path=/docs/components-textarea
+ docs:
+ overviewPath: ./src/components/textarea/docs/overview.mdx
+ tile:
+ status: stable
+ externalDocsUrl: https://www.carbondesignsystem.com/components/tile/usage
+ framework: web-component
+ demoLinks:
+ - type: storybook
+ name: Storybook
+ action: link
+ url: https://www.ibm.com/standards/carbon/carbon-web-components/?path=/docs/components-tile
+ docs:
+ usagePath: https://github.com/carbon-design-system/carbon-website/blob/carbon-platform/src/pages/components/tile/usage.mdx
+ stylePath: https://github.com/carbon-design-system/carbon-website/blob/carbon-platform/src/pages/components/tile/style.mdx
+ accessibilityPath: https://github.com/carbon-design-system/carbon-website/blob/carbon-platform/src/pages/components/tile/accessibility.mdx
+ overviewPath: ./src/components/tile/docs/overview.mdx
+ toggle:
+ status: stable
+ externalDocsUrl: https://www.carbondesignsystem.com/components/toggle/usage
+ framework: web-component
+ demoLinks:
+ - type: storybook
+ name: Storybook
+ action: link
+ url: https://www.ibm.com/standards/carbon/carbon-web-components/?path=/docs/components-toggle
+ docs:
+ usagePath: https://github.com/carbon-design-system/carbon-website/blob/carbon-platform/src/pages/components/toggle/usage.mdx
+ stylePath: https://github.com/carbon-design-system/carbon-website/blob/carbon-platform/src/pages/components/toggle/style.mdx
+ accessibilityPath: https://github.com/carbon-design-system/carbon-website/blob/carbon-platform/src/pages/components/toggle/accessibility.mdx
+ overviewPath: ./src/components/toggle/docs/overview.mdx
+ tooltip:
+ status: stable
+ externalDocsUrl: https://www.carbondesignsystem.com/components/tooltip/usage
+ framework: web-component
+ demoLinks:
+ - type: storybook
+ name: Storybook
+ action: link
+ url: https://www.ibm.com/standards/carbon/carbon-web-components/?path=/docs/components-tooltip
+ docs:
+ usagePath: https://github.com/carbon-design-system/carbon-website/blob/carbon-platform/src/pages/components/tooltip/usage.mdx
+ stylePath: https://github.com/carbon-design-system/carbon-website/blob/carbon-platform/src/pages/components/tooltip/style.mdx
+ accessibilityPath: https://github.com/carbon-design-system/carbon-website/blob/carbon-platform/src/pages/components/tooltip/accessibility.mdx
+ overviewPath: ./src/components/tooltip/docs/overview.mdx
+ ui-shell:
+ name: UI shell
+ type: component
+ platform: web
+ framework: web-component
+ thumbnailPath: './thumbnails/ui-shell.svg'
+ externalDocsUrl: https://www.carbondesignsystem.com/components/UI-shell-header/usage
+ status: stable
+ demoLinks:
+ - type: storybook
+ name: Storybook
+ action: link
+ url: https://www.ibm.com/standards/carbon/carbon-web-components/?path=/docs/components-ui-shell
+ tags:
+ - contextual-navigation
+ docs:
+ usagePath: https://github.com/carbon-design-system/carbon-website/blob/carbon-platform/src/pages/components/UI-shell-header/usage.mdx
+ stylePath: https://github.com/carbon-design-system/carbon-website/blob/carbon-platform/src/pages/components/UI-shell-header/style.mdx
+ accessibilityPath: https://github.com/carbon-design-system/carbon-website/blob/carbon-platform/src/pages/components/UI-shell-header/accessibility.mdx
+ codePath: https://github.com/carbon-design-system/carbon-website/blob/carbon-platform/src/pages/components/UI-shell-header/code.mdx
+ overviewPath: ./src/components/ui-shell/docs/overview.mdx
diff --git a/packages/web-components/docs/carbon-cdn-style-helpers.mdx b/packages/web-components/docs/carbon-cdn-style-helpers.mdx
new file mode 100644
index 000000000000..16089c8c520d
--- /dev/null
+++ b/packages/web-components/docs/carbon-cdn-style-helpers.mdx
@@ -0,0 +1,342 @@
+import { Description, Meta } from '@storybook/blocks';
+
+
+
+# Carbon CDN Style Helpers
+
+## Table of contents
+
+- [Overview](#overview)
+- [Plex fonts and Carbon reset](#plex-fonts-and-carbon-reset)
+- [Carbon grid](#carbon-grid)
+- [Carbon theme zoning classes](#carbon-theme-zoning-classes)
+ - [Available classes](#available-classes)
+ - [Example usage](#example-usage)
+
+
+## Overview
+
+In order to minimize the necessity of using front-end bundlers with the Carbon Web Components CDN artifacts, page level styles artifacts are also
+available to use.
+
+If your application is not already compiling its own version of the below
+artifacts, these can be included as part of your project.
+
+> NOTE: The latest/next tags are moving versions. While beneficial to
+> always stay on the most recent version, it is recommended to choose a specific
+> version and properly test your application when upgrading to a newer version.
+> Check for latest version number on [npm](https://www.npmjs.com/package/@carbon/ibmdotcom-web-components).
+
+## Plex fonts and Carbon reset
+
+The following includes Carbon reset, as well as imports Plex fonts necessary for
+the page. Note, this will import `IBM Plex Sans`, `IBM Plex Serif`, and `IBM Plex Mono`.
+
+```html
+// SPECIFIC VERSION
+
+
+// LATEST tag
+
+
+// NEXT tag
+
+```
+
+### Alternative: individual Plex family loading
+
+Plex fonts are also available as CSS artifacts, where the Plex font families can be loaded in individually.
+
+Available CSS files:
+
+| IBM Plex Mono (all) | https://1.www.s81c.com/common/carbon/plex/mono.css |
+|---------------------------------|----------------------------------------------------------------------|
+| IBM Plex Mono Bold | https://1.www.s81c.com/common/carbon/plex/mono-bold.css |
+| IBM Plex Mono Bold Italic | https://1.www.s81c.com/common/carbon/plex/mono-bold-italic.css |
+| IBM Plex Mono ExtraLight | https://1.www.s81c.com/common/carbon/plex/mono-extralight.css |
+| IBM Plex Mono ExtraLight Italic | https://1.www.s81c.com/common/carbon/plex/mono-extralight-italic.css |
+| IBM Plex Mono Italic | https://1.www.s81c.com/common/carbon/plex/mono-italic.css |
+| IBM Plex Mono Light | https://1.www.s81c.com/common/carbon/plex/mono-light.css |
+| IBM Plex Mono Light Italic | https://1.www.s81c.com/common/carbon/plex/mono-light-italic.css |
+| IBM Plex Mono Medium | https://1.www.s81c.com/common/carbon/plex/mono-medium.css |
+| IBM Plex Mono Medium Italic | https://1.www.s81c.com/common/carbon/plex/mono-medium-italic.css |
+| IBM Plex Mono | https://1.www.s81c.com/common/carbon/plex/mono-regular.css |
+| IBM Plex Mono SemiBold | https://1.www.s81c.com/common/carbon/plex/mono-semibold.css |
+| IBM Plex Mono SemiBold Italic | https://1.www.s81c.com/common/carbon/plex/mono-semibold-italic.css |
+| IBM Plex Mono Text | https://1.www.s81c.com/common/carbon/plex/mono-text.css |
+| IBM Plex Mono Text Italic | https://1.www.s81c.com/common/carbon/plex/mono-text-italic.css |
+| IBM Plex Mono Thin | https://1.www.s81c.com/common/carbon/plex/mono-thin.css |
+| IBM Plex Mono Thin Italic | https://1.www.s81c.com/common/carbon/plex/mono-thin-italic.css |
+
+| IBM Plex Sans (all) | https://1.www.s81c.com/common/carbon/plex/sans.css |
+|---------------------------------|----------------------------------------------------------------------|
+| IBM Plex Sans Bold | https://1.www.s81c.com/common/carbon/plex/sans-bold.css |
+| IBM Plex Sans Bold Italic | https://1.www.s81c.com/common/carbon/plex/sans-bold-italic.css |
+| IBM Plex Sans ExtraLight | https://1.www.s81c.com/common/carbon/plex/sans-extralight.css |
+| IBM Plex Sans ExtraLight Italic | https://1.www.s81c.com/common/carbon/plex/sans-extralight-italic.css |
+| IBM Plex Sans Italic | https://1.www.s81c.com/common/carbon/plex/sans-italic.css |
+| IBM Plex Sans Light | https://1.www.s81c.com/common/carbon/plex/sans-light.css |
+| IBM Plex Sans Light Italic | https://1.www.s81c.com/common/carbon/plex/sans-light-italic.css |
+| IBM Plex Sans Medium | https://1.www.s81c.com/common/carbon/plex/sans-medium.css |
+| IBM Plex Sans Medium Italic | https://1.www.s81c.com/common/carbon/plex/sans-medium-italic.css |
+| IBM Plex Sans | https://1.www.s81c.com/common/carbon/plex/sans-regular.css |
+| IBM Plex Sans SemiBold | https://1.www.s81c.com/common/carbon/plex/sans-semibold.css |
+| IBM Plex Sans SemiBold Italic | https://1.www.s81c.com/common/carbon/plex/sans-semibold-italic.css |
+| IBM Plex Sans Text | https://1.www.s81c.com/common/carbon/plex/sans-text.css |
+| IBM Plex Sans Text Italic | https://1.www.s81c.com/common/carbon/plex/sans-text-italic.css |
+| IBM Plex Sans Thin | https://1.www.s81c.com/common/carbon/plex/sans-thin.css |
+| IBM Plex Sans Thin Italic | https://1.www.s81c.com/common/carbon/plex/sans-thin-italic.css |
+
+| IBM Plex Sans Arabic (all) | https://1.www.s81c.com/common/carbon/plex/sans-arabic.css |
+|---------------------------------|----------------------------------------------------------------------|
+| IBM Plex Sans Arabic Bold | https://1.www.s81c.com/common/carbon/plex/sans-arabic-bold.css |
+| IBM Plex Sans Arabic ExtraLight | https://1.www.s81c.com/common/carbon/plex/sans-arabic-extralight.css |
+| IBM Plex Sans Arabic Light | https://1.www.s81c.com/common/carbon/plex/sans-arabic-light.css |
+| IBM Plex Sans Arabic Medium | https://1.www.s81c.com/common/carbon/plex/sans-arabic-medium.css |
+| IBM Plex Sans Arabic | https://1.www.s81c.com/common/carbon/plex/sans-arabic-regular.css |
+| IBM Plex Sans Arabic SemiBold | https://1.www.s81c.com/common/carbon/plex/sans-arabic-semibold.css |
+| IBM Plex Sans Arabic Text | https://1.www.s81c.com/common/carbon/plex/sans-arabic-text.css |
+| IBM Plex Sans Arabic Thin | https://1.www.s81c.com/common/carbon/plex/sans-arabic-thin.css |
+
+| IBM Plex Sans Cond (all) | https://1.www.s81c.com/common/carbon/plex/sans-condensed.css |
+|---------------------------------|--------------------------------------------------------------------------------|
+| IBM Plex Sans Cond Bold | https://1.www.s81c.com/common/carbon/plex/sans-condensed-bold.css |
+| IBM Plex Sans Cond Bold Italic | https://1.www.s81c.com/common/carbon/plex/sans-condensed-bold-italic.css |
+| IBM Plex Sans Cond ExtLt | https://1.www.s81c.com/common/carbon/plex/sans-condensed-extralight.css |
+| IBM Plex Sans Cond ExtLt Italic | https://1.www.s81c.com/common/carbon/plex/sans-condensed-extralight-italic.css |
+| IBM Plex Sans Cond Italic | https://1.www.s81c.com/common/carbon/plex/sans-condensed-italic.css |
+| IBM Plex Sans Cond Light | https://1.www.s81c.com/common/carbon/plex/sans-condensed-light.css |
+| IBM Plex Sans Cond Light Italic | https://1.www.s81c.com/common/carbon/plex/sans-condensed-light-italic.css |
+| IBM Plex Sans Cond Medm | https://1.www.s81c.com/common/carbon/plex/sans-condensed-medium.css |
+| IBM Plex Sans Cond Medm Italic | https://1.www.s81c.com/common/carbon/plex/sans-condensed-medium-italic.css |
+| IBM Plex Sans Cond | https://1.www.s81c.com/common/carbon/plex/sans-condensed-regular.css |
+| IBM Plex Sans Cond SmBld | https://1.www.s81c.com/common/carbon/plex/sans-condensed-semibold.css |
+| IBM Plex Sans Cond SmBld Italic | https://1.www.s81c.com/common/carbon/plex/sans-condensed-semibold-italic.css |
+| IBM Plex Sans Cond Text | https://1.www.s81c.com/common/carbon/plex/sans-condensed-text.css |
+| IBM Plex Sans Cond Text Italic | https://1.www.s81c.com/common/carbon/plex/sans-condensed-text-italic.css |
+| IBM Plex Sans Cond Thin | https://1.www.s81c.com/common/carbon/plex/sans-condensed-thin.css |
+| IBM Plex Sans Cond Thin Italic | https://1.www.s81c.com/common/carbon/plex/sans-condensed-thin-italic.css |
+
+| IBM Plex Sans Devanagari (all) | https://1.www.s81c.com/common/carbon/plex/sans-devanagari.css |
+|-------------------------------------|--------------------------------------------------------------------------|
+| IBM Plex Sans Devanagari Bold | https://1.www.s81c.com/common/carbon/plex/sans-devanagari-bold.css |
+| IBM Plex Sans Devanagari ExtraLight | https://1.www.s81c.com/common/carbon/plex/sans-devanagari-extralight.css |
+| IBM Plex Sans Devanagari Light | https://1.www.s81c.com/common/carbon/plex/sans-devanagari-light.css |
+| IBM Plex Sans Devanagari Medium | https://1.www.s81c.com/common/carbon/plex/sans-devanagari-medium.css |
+| IBM Plex Sans Devanagari | https://1.www.s81c.com/common/carbon/plex/sans-devanagari-regular.css |
+| IBM Plex Sans Devanagari SemiBold | https://1.www.s81c.com/common/carbon/plex/sans-devanagari-semibold.css |
+| IBM Plex Sans Devanagari Text | https://1.www.s81c.com/common/carbon/plex/sans-devanagari-text.css |
+| IBM Plex Sans Devanagari Thin | https://1.www.s81c.com/common/carbon/plex/sans-devanagari-thin.css |
+
+| IBM Plex Sans Hebrew (all) | https://1.www.s81c.com/common/carbon/plex/sans-hebrew.css |
+|---------------------------------|----------------------------------------------------------------------|
+| IBM Plex Sans Hebrew Bold | https://1.www.s81c.com/common/carbon/plex/sans-hebrew-bold.css |
+| IBM Plex Sans Hebrew ExtraLight | https://1.www.s81c.com/common/carbon/plex/sans-hebrew-extralight.css |
+| IBM Plex Sans Hebrew Light | https://1.www.s81c.com/common/carbon/plex/sans-hebrew-light.css |
+| IBM Plex Sans Hebrew Medium | https://1.www.s81c.com/common/carbon/plex/sans-hebrew-medium.css |
+| IBM Plex Sans Hebrew | https://1.www.s81c.com/common/carbon/plex/sans-hebrew-regular.css |
+| IBM Plex Sans Hebrew SemiBold | https://1.www.s81c.com/common/carbon/plex/sans-hebrew-semibold.css |
+| IBM Plex Sans Hebrew Text | https://1.www.s81c.com/common/carbon/plex/sans-hebrew-text.css |
+| IBM Plex Sans Hebrew Thin | https://1.www.s81c.com/common/carbon/plex/sans-hebrew-thin.css |
+
+| IBM Plex Sans JP (all) | https://1.www.s81c.com/common/carbon/plex/sans-jp.css |
+|-----------------------------|------------------------------------------------------------------|
+| IBM Plex Sans JP Bold | https://1.www.s81c.com/common/carbon/plex/sans-jp-bold.css |
+| IBM Plex Sans JP ExtraLight | https://1.www.s81c.com/common/carbon/plex/sans-jp-extralight.css |
+| IBM Plex Sans JP Light | https://1.www.s81c.com/common/carbon/plex/sans-jp-light.css |
+| IBM Plex Sans JP Medium | https://1.www.s81c.com/common/carbon/plex/sans-jp-medium.css |
+| IBM Plex Sans JP | https://1.www.s81c.com/common/carbon/plex/sans-jp-regular.css |
+| IBM Plex Sans JP SemiBold | https://1.www.s81c.com/common/carbon/plex/sans-jp-semibold.css |
+| IBM Plex Sans JP Text | https://1.www.s81c.com/common/carbon/plex/sans-jp-text.css |
+| IBM Plex Sans JP Thin | https://1.www.s81c.com/common/carbon/plex/sans-jp-thin.css |
+
+| IBM Plex Sans KR (all) | https://1.www.s81c.com/common/carbon/plex/sans-kr.css |
+|-----------------------------|------------------------------------------------------------------|
+| IBM Plex Sans KR Bold | https://1.www.s81c.com/common/carbon/plex/sans-kr-bold.css |
+| IBM Plex Sans KR ExtraLight | https://1.www.s81c.com/common/carbon/plex/sans-kr-extralight.css |
+| IBM Plex Sans KR Light | https://1.www.s81c.com/common/carbon/plex/sans-kr-light.css |
+| IBM Plex Sans KR Medium | https://1.www.s81c.com/common/carbon/plex/sans-kr-medium.css |
+| IBM Plex Sans KR | https://1.www.s81c.com/common/carbon/plex/sans-kr-regular.css |
+| IBM Plex Sans KR SemiBold | https://1.www.s81c.com/common/carbon/plex/sans-kr-semibold.css |
+| IBM Plex Sans KR Text | https://1.www.s81c.com/common/carbon/plex/sans-kr-text.css |
+| IBM Plex Sans KR Thin | https://1.www.s81c.com/common/carbon/plex/sans-kr-thin.css |
+
+| IBM Plex Sans Thai (all) | https://1.www.s81c.com/common/carbon/plex/sans-thai.css |
+|-------------------------------|--------------------------------------------------------------------|
+| IBM Plex Sans Thai Bold | https://1.www.s81c.com/common/carbon/plex/sans-thai-bold.css |
+| IBM Plex Sans Thai ExtraLight | https://1.www.s81c.com/common/carbon/plex/sans-thai-extralight.css |
+| IBM Plex Sans Thai Light | https://1.www.s81c.com/common/carbon/plex/sans-thai-light.css |
+| IBM Plex Sans Thai Medium | https://1.www.s81c.com/common/carbon/plex/sans-thai-medium.css |
+| IBM Plex Sans Thai | https://1.www.s81c.com/common/carbon/plex/sans-thai-regular.css |
+| IBM Plex Sans Thai SemiBold | https://1.www.s81c.com/common/carbon/plex/sans-thai-semibold.css |
+| IBM Plex Sans Thai Text | https://1.www.s81c.com/common/carbon/plex/sans-thai-text.css |
+| IBM Plex Sans Thai Thin | https://1.www.s81c.com/common/carbon/plex/sans-thai-thin.css |
+
+| IBM Plex Sans Thai Looped (all) | https://1.www.s81c.com/common/carbon/plex/sans-thai-looped.css |
+|--------------------------------------|---------------------------------------------------------------------------|
+| IBM Plex Sans Thai Looped Bold | https://1.www.s81c.com/common/carbon/plex/sans-thai-looped-bold.css |
+| IBM Plex Sans Thai Looped ExtraLight | https://1.www.s81c.com/common/carbon/plex/sans-thai-looped-extralight.css |
+| IBM Plex Sans Thai Looped Light | https://1.www.s81c.com/common/carbon/plex/sans-thai-looped-light.css |
+| IBM Plex Sans Thai Looped Medium | https://1.www.s81c.com/common/carbon/plex/sans-thai-looped-medium.css |
+| IBM Plex Sans Thai Looped | https://1.www.s81c.com/common/carbon/plex/sans-thai-looped-regular.css |
+| IBM Plex Sans Thai Looped SemiBold | https://1.www.s81c.com/common/carbon/plex/sans-thai-looped-semibold.css |
+| IBM Plex Sans Thai Looped Text | https://1.www.s81c.com/common/carbon/plex/sans-thai-looped-text.css |
+| IBM Plex Sans Thai Looped Thin | https://1.www.s81c.com/common/carbon/plex/sans-thai-looped-thin.css |
+
+| IBM Plex Serif (all) | https://1.www.s81c.com/common/carbon/plex/serif.css |
+|-----------------------------|-----------------------------------------------------------------------|
+| IBM Plex Serif Bold | https://1.www.s81c.com/common/carbon/plex/serif-bold.css |
+| IBM Plex Serif Bold Italic | https://1.www.s81c.com/common/carbon/plex/serif-bold-italic.css |
+| IBM Plex Serif ExtLt | https://1.www.s81c.com/common/carbon/plex/serif-extralight.css |
+| IBM Plex Serif ExtLt Italic | https://1.www.s81c.com/common/carbon/plex/serif-extralight-italic.css |
+| IBM Plex Serif Italic | https://1.www.s81c.com/common/carbon/plex/serif-italic.css |
+| IBM Plex Serif Light | https://1.www.s81c.com/common/carbon/plex/serif-light.css |
+| IBM Plex Serif Light Italic | https://1.www.s81c.com/common/carbon/plex/serif-light-italic.css |
+| IBM Plex Serif Medm | https://1.www.s81c.com/common/carbon/plex/serif-medium.css |
+| IBM Plex Serif Medm Italic | https://1.www.s81c.com/common/carbon/plex/serif-medium-italic.css |
+| IBM Plex Serif | https://1.www.s81c.com/common/carbon/plex/serif-regular.css |
+| IBM Plex Serif SmBld | https://1.www.s81c.com/common/carbon/plex/serif-semibold.css |
+| IBM Plex Serif SmBld Italic | https://1.www.s81c.com/common/carbon/plex/serif-semibold-italic.css |
+| IBM Plex Serif Text | https://1.www.s81c.com/common/carbon/plex/serif-text.css |
+| IBM Plex Serif Text Italic | https://1.www.s81c.com/common/carbon/plex/serif-text-italic.css |
+| IBM Plex Serif Thin | https://1.www.s81c.com/common/carbon/plex/serif-thin.css |
+| IBM Plex Serif Thin Italic | https://1.www.s81c.com/common/carbon/plex/serif-thin-italic.css |
+
+And the full plex package (excluding `jp` and `kr`):
+
+- https://1.www.s81c.com/common/carbon/plex/plex-full.css
+
+Example usage:
+
+```html
+
+
+
+
+ ...
+
+
+...
+
+
+```
+
+### Non-latin dynamic font loader
+
+A dynamic font loader for non-Latin fonts is available, called `load-non-latin-plex`. This utility is
+available at the following CDN url:
+
+- https://1.www.s81c.com/common/carbon/plex/load-non-latin-plex.js
+
+Usage:
+
+```html
+
+```
+
+Note, this script loads in the font based on the detected 2-character language code in the `window.digitalData` object.
+
+For more details, visit: https://www.ibm.com/standards/carbon/developing/building-for-ibm-dotcom/#page-language
+
+
+## Carbon grid
+
+The following includes Carbon grid (using flex grid) and all corresponding grid classes.
+
+```html
+// SPECIFIC VERSION
+
+
+// LATEST tag
+
+
+// NEXT tag
+
+```
+
+The following includes Carbon grid (using CSS grid) and all corresponding grid classes.
+
+```html
+// SPECIFIC VERSION
+
+
+// LATEST tag
+
+
+// NEXT tag
+
+```
+
+[Learn more about the Carbon 2x Grid](https://carbondesignsystem.com/guidelines/2x-grid/overview)
+
+## Carbon theme zoning classes
+
+The following includes classes for creating Carbon theme zones (white, g10, g90,
+g100). Note that these classes take advantage of using CSS Custom Properties enabled
+in Carbon.
+
+```html
+// SPECIFIC VERSION
+
+
+// LATEST tag
+
+
+// NEXT tag
+
+```
+
+### Available classes
+
+| Theme | Class name |
+| ------ | ----------------------- |
+| white | `.cds-theme-zone-white` |
+| g10 | `.cds-theme-zone-g10` |
+| g90 | `.cds-theme-zone-g90` |
+| g100 | `.cds-theme-zone-g100` |
+
+### Example usage
+
+```html
+
+
+
+
+
+
+
+ ...
+
+
+
+ Foo
+ Bar
+ Baz
+
+
+ button
+
+ This is a tag
+
+
+
+
+
+```
+
diff --git a/packages/web-components/docs/form.md b/packages/web-components/docs/form.md
new file mode 100644
index 000000000000..87abe2a7a009
--- /dev/null
+++ b/packages/web-components/docs/form.md
@@ -0,0 +1,34 @@
+# Having components participate in form
+
+Though form elements in `@carbon/web-components` (e.g. ``) are
+not native form elements like ``, they have some extra APIs that align
+well with web/framework standards.
+
+## `formdata` event
+
+Browsers supporting
+[`formdata` event](https://www.chromestatus.com/feature/5662230242656256) fire
+that event when the user clicks on `