-
Notifications
You must be signed in to change notification settings - Fork 565
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1885 bug splitpagelayoutpane needs to be able to consume heading 1 (#…
…3143) * fix(PageLayoutPane): heading is consumable * doce(SplitPageLayout): updated to reflect Pane heading * docs(SplitPageLayout.Pane): demo Heading * chore: added changeset * fix(SplitPageLayout): ability to consume custom level header * docs(SplitPageLayout.Pane): updated with heading and headingLevel * Update generated/components.json * moved heading to around PageLayout.Pane * Utilize `useSlots` to render heading * Update `SplitPageLayout` * Update name * Adjust `SplitPageLayout` further * Add snapshot test * Adjust paneheading usage * Clean up further * Remove unused heading import --------- Co-authored-by: green6erry <green6erry@users.noreply.github.com> Co-authored-by: Tyler Jones <tylerjdev@github.com>
- Loading branch information
1 parent
8970272
commit cc0c16e
Showing
5 changed files
with
51 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@primer/react': minor | ||
--- | ||
|
||
Adjusts position of children within `PageLayout.Pane` to live above adjustable resize form. |
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
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