-
Notifications
You must be signed in to change notification settings - Fork 6
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
DSD-1642: Updating Page Layout components to Chakra 2.8 theme API #1490
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Your pull request is missing a changelog—was that intentional? |
3473baa
to
395c44d
Compare
export const HorizontalRule: ChakraComponent< | ||
React.ForwardRefExoticComponent< | ||
React.PropsWithChildren<HorizontalRuleProps> & | ||
React.RefAttributes<HTMLHRElement> |
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.
This should be HTMLDivElement & HTMLHRElement
@@ -33,6 +35,7 @@ import Link from "../Link/Link"; | |||
- {<Link href="#template-children-overview">Template Children Overview</Link>} | |||
- {<Link href="#template-children-component-props">Template Children Component Props</Link>} | |||
- {<Link href="#full-example-with-template-children-components">Full Example with Template Children Components</Link>} | |||
- {<Link href="#changelog" target="_self">Changelog</Link>} |
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.
Can you also update the latest version to "Prerelease"?
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.
This looks good. There's a merge conflict on strucutredContent.ts
and I think that will fix some styling issues I see now for the Headings. Can you merge that in, fix, and update?
Also, images don't always load but there's a PR for that. If you can review that, that'd be great #1489
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.
Headings look good in StructuredContent
, thanks!
0f1e1dd
to
9cc6b7c
Compare
Fixes JIRA ticket DSD-1642.
This PR does the following:
How has this been tested?
Locally, Storybook
Accessibility concerns or updates
Checklist:
Front End Review: