From dfdc39bca433fc210e45fd2f4540bf7e19aa4b08 Mon Sep 17 00:00:00 2001 From: Anna Wen <54281166+annawen1@users.noreply.github.com> Date: Mon, 26 Aug 2024 12:13:22 -0400 Subject: [PATCH] fix(accordion): apply carbon element decorator for accordion skeleton (#11989) ### Related Ticket(s) Closes # {{Provide issue number link(s) to the related ticket(s) that this pull request addresses}} ### Description Adopter running into issues with accordion component when using the accordion in multiple libraries as the `accordion-skeleton` component is not using the `carbonElement` decorator. This PR also fixes a couple smaller issues with missing the `select` import in the `pagination/index.js` file and missing stylesheet import for the `dropdown` stackblitz example ### Changelog **Changed** - `accordion-skeleton` to use custom `carbonElement` decorator - add `select` import in the `pagination/index.js` file - include stylesheet import in the `dropdown` example --- .../examples/codesandbox/basic/components/dropdown/cdn.html | 2 +- .../codesandbox/basic/components/dropdown/index.html | 2 ++ .../src/components/accordion/accordion-skeleton.ts | 6 ++++-- .../src/components/pagination/index.ts | 3 ++- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/packages/carbon-web-components/examples/codesandbox/basic/components/dropdown/cdn.html b/packages/carbon-web-components/examples/codesandbox/basic/components/dropdown/cdn.html index f7d0ae8507d..2a8c8756733 100644 --- a/packages/carbon-web-components/examples/codesandbox/basic/components/dropdown/cdn.html +++ b/packages/carbon-web-components/examples/codesandbox/basic/components/dropdown/cdn.html @@ -14,7 +14,7 @@ - +