You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The theme switcher dropdown currently is just a blank round icon. This appears to be a default from storybook. I think this is something we should be able to customize.
Ideally the icon button used to invoke the dropdown would be our color palette icon
The text was updated successfully, but these errors were encountered:
…eleton (carbon-design-system#9853)
### Related Ticket(s)
[BX Progress Indicator Skeleton]: Vue: Unknown custom element: <bx-progress-indicator-skeleton> carbon-design-system#9825
### Description
For adopter using `import "@carbon/web-components/es/components/progress-indicator/index.js"` and `bx-progress-indicator-skeleton` there is an error. Seems adding the missing import to the `index.js` file should resolve the issue.
### Changelog
**New**
- add import for `progress-indicator-skeleton` in the index.js file
<!-- React and Web Component deploy previews are enabled by default. -->
<!-- To enable additional available deploy previews, apply the following -->
<!-- labels for the corresponding package: -->
<!-- *** "test: e2e": Codesandbox examples and e2e integration tests -->
<!-- *** "package: services": Services -->
<!-- *** "package: utilities": Utilities -->
<!-- *** "RTL": React / Web Components (RTL) -->
<!-- *** "feature flag": React / Web Components (experimental) -->
The theme switcher dropdown currently is just a blank round icon. This appears to be a default from storybook. I think this is something we should be able to customize.
Ideally the icon button used to invoke the dropdown would be our
color palette
iconThe text was updated successfully, but these errors were encountered: