-
Notifications
You must be signed in to change notification settings - Fork 77
fix: make all heading elements customizable #497
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
Conversation
|
@greg-a-smith @bcullman Updated the pr to use |
greg-a-smith
left a comment
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.
Looks good. 🚢
|
@greg-a-smith Updated to include Tile and Product Tile components |
greg-a-smith
left a comment
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.
Looks good. 🚢
Description
<h1>headings were used in following components:* ActionBar
* MegaMenu (Deprecated - does not exist in FR)
* Menu
* Modal
* Panel
* SideNavigation
Tile
ProductTile
Default header is now
<h3>with the option to customize using<h2>-<h6><h1>is not allowed due to a11y reasons (except in ActionBar)updated unit tests for each component - I did not separate these into separate files as we have a story in the backlog to separate the testing files for each subcomponent
update snapshots for each component
chose not to add additional examples as it didn't seem necessary with the props table explaining the options. Open for other opinions!
fixes #249
Accompanied by changes in fundamental repo: SAP/fundamental#1367
No visual changes in examples