forked from carbon-design-system/carbon-for-ibm-dotcom
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(quote): make quote-link-with-icon available in quote cdn bundle (c…
…arbon-design-system#11020) ### Related Ticket(s) Relates to carbon-design-system#10636 ### Description The `<dds-quote-link-with-icon>` component was not included with the main `<dds-quote>` component, leading to a broken experience were a user to attempt to use it with the main quote CDN bundle like the Story example does, for example: https://codepen.io/m4olivei/pen/jOXdvjK It looks like there is just a missing import in the `quote/index.ts` file. We add that here and update docs and Sandbox example to use the `<dds-quote-link-with-icon>` component. ### Changelog **Changed** - Import `<dds-quote-link-with-icon>` from the main `<dds-quote>` index.ts
- Loading branch information
Showing
3 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters