Skip to content

Commit

Permalink
fix changeset and update prop docs
Browse files Browse the repository at this point in the history
  • Loading branch information
broccolinisoup committed Jul 27, 2023
1 parent 817716e commit d20aa6e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .changeset/hungry-spies-remember.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"@primer/react": patch
---

Deprecates `position`` prop for PageLayout.Pane and SplitPageLayout.Pane.
Deprecates `position` prop for PageLayout.Pane and SplitPageLayout.Pane.

```diff
-<PageLayout>
Expand Down
2 changes: 1 addition & 1 deletion src/PageLayout/PageLayout.docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
"name": "position",
"type": "| 'start' | 'end' | { narrow?: | 'start' | 'end' regular?: | 'start' | 'end' wide?: | 'start' | 'end' }",
"defaultValue": "'end'",
"description": "",
"description": "Use source order instead of relying on the `position` prop",
"deprecated": true
},
{
Expand Down
2 changes: 1 addition & 1 deletion src/SplitPageLayout/SplitPageLayout.docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"name": "position",
"type": "| 'start' | 'end' | { narrow?: | 'start' | 'end' regular?: | 'start' | 'end' wide?: | 'start' | 'end' }",
"defaultValue": "start'",
"description": "",
"description": "Use source order instead of relying on the `position` prop",
"deprecated": true
},
{
Expand Down

0 comments on commit d20aa6e

Please sign in to comment.