-
Notifications
You must be signed in to change notification settings - Fork 159
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(card-link): fix to heading style in react #7056
fix(card-link): fix to heading style in react #7056
Conversation
Deploy preview created for package Built with commit: 598ccd766d16d0fcdb2934a094f04a5a007c2f5e |
Deploy preview created for package Built with commit: 598ccd766d16d0fcdb2934a094f04a5a007c2f5e |
Deploy preview created for package Built with commit: 598ccd766d16d0fcdb2934a094f04a5a007c2f5e |
Deploy preview created for package Built with commit: 598ccd766d16d0fcdb2934a094f04a5a007c2f5e |
Not seeing the React and WC deploy preview links. A lot of the Card links in Test applications are still wrong but I'm guessing they are a implementation issue of those example pages, and not with our component? |
Yes, we'd have to go to those components and switch to use the |
…into fix/card-link-react-expressive
Deploy preview created for package Built with commit: 598ccd766d16d0fcdb2934a094f04a5a007c2f5e |
Deploy preview created for package Built with commit: 598ccd766d16d0fcdb2934a094f04a5a007c2f5e |
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.
LGTM!
Otherwise, all positive changes. @jeffchew I'm okay with us fixing these as issues later. Whatever you think is best. |
@shixiedesign let me do some quick fixes for these then can merge in, thank you @shixiedesign ! |
@shixiedesign for the |
With Locale modal's PR merged, this seems to be the last one to merge before we can review-approve the expressive sunset branch! Pretty optimistic we can merge it soon. |
@shixiedesign I'm going to actually merge now and we can capture the feature section in a followup PR. |
Related Ticket(s)
No related issue
Description
This addresses an incorrect heading set for
<CardLink>
in React. It was being set ascopy
, where it seems that it should be set asheading
instead.This addresses the issue identified in PR #7012:
<p>
styling. Should beexpressive-heading-02
which is 16px semiboldIn addition, web components was using
<dds-card-cta>
, where it should be using<dds-card-link-cta>
instead. Muliple adjustments were made, in addition to documentation and storybook stories.Changelog
Changed
CardLink
story setting heading asheading
instead ofcopy
.<dds-card-link-cta>
for the Card link CTA