-
Notifications
You must be signed in to change notification settings - Fork 160
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(accordion): apply carbon element decorator for accordion skeleton #11989
fix(accordion): apply carbon element decorator for accordion skeleton #11989
Conversation
Deploy preview created for package Built with commit: 6efeecf5407254be6f0f1616765cd4f6111c9059 |
Deploy preview created for package Built with commit: 6efeecf5407254be6f0f1616765cd4f6111c9059 |
Deploy preview created for package Built with commit: 6efeecf5407254be6f0f1616765cd4f6111c9059 |
Deploy preview created for package Built with commit: 6efeecf5407254be6f0f1616765cd4f6111c9059 |
dfdc39b
into
carbon-design-system:main
Hey there! This issue/pull request was referenced in recently released v2.12.0. |
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 thecarbonElement
decorator.This PR also fixes a couple smaller issues with missing the
select
import in thepagination/index.js
file and missing stylesheet import for thedropdown
stackblitz exampleChangelog
Changed
accordion-skeleton
to use customcarbonElement
decoratorselect
import in thepagination/index.js
filedropdown
example