-
Notifications
You must be signed in to change notification settings - Fork 156
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(legal-nav): fix adjunct links not showing #12064
fix(legal-nav): fix adjunct links not showing #12064
Conversation
Deploy preview created for package Built with commit: 0f4ae8de291f3f3a6cdffd3be9eb3b4055424008 |
Deploy preview created for package Built with commit: 0f4ae8de291f3f3a6cdffd3be9eb3b4055424008 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Working for the Storybook test case. Noticed some code clean up potentially needed. I also added the CDN label to be able to test it with the Stackblitz example.
packages/web-components/src/components/footer/footer-composite.ts
Outdated
Show resolved
Hide resolved
Deploy preview created for package Built with commit: 0f4ae8de291f3f3a6cdffd3be9eb3b4055424008 |
…lojcs/carbon-for-ibm-dotcom into fix/legal-nav-hidden-adjunct-links
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One piece we forgot on our syncup
f017f01
into
carbon-design-system:main
Hey there! This issue/pull request was referenced in recently released v2.14.0. |
Related Ticket(s)
Closes #12037
Jira
Description
PR to solve the following:
The component defines an adjunctLinks property which allows users the ability to add adjunctLinks to the footer in Javascript, eg.
However, when done in this way, the adjunct links, although added to the DOM and slotted into the correct place, remain hidden.
Changelog
Changed
Testing instructions
To test the changes open the default footer
<storybook URL>?path=/story/components-footer--default
and run the snippet from the example above in the devtools console