Skip to content

Commit cfb54c1

Browse files
authored
Merge branch 'main' into fix/update-exports
2 parents 657eaef + cad2bc0 commit cfb54c1

36 files changed

+1318
-501
lines changed

.changeset/brown-bees-tap.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@primer/react": patch
3+
---
4+
5+
TreeView: Fix focus styles in styled-components v5.2+

.changeset/calm-clouds-impress.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@primer/react': patch
3+
---
4+
5+
Add new accessible frontmatter variable

.changeset/loud-toys-explode.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@primer/react": patch
3+
---
4+
5+
Add support for typeahead search of items in a TreeView

.changeset/orange-beds-rhyme.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@primer/react": patch
3+
---
4+
5+
TreeView: Increase touch target size for coarse pointers

.changeset/sweet-eggs-complain.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@primer/react': minor
3+
---
4+
5+
UnderlineNav2: Introducing overflow behavior for fine and coarse pointer devices

.changeset/weak-ears-search.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@primer/react": minor
3+
---
4+
5+
Remove non-tab elements from `TabNav` focus zone

.changeset/weak-peaches-teach.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@primer/react": minor
3+
---
4+
5+
Add `pasteUrlsAsPlainText` prop to control URL pasting behavior in `MarkdownEditor`

.github/workflows/deploy_preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
# see https://github.com/primer/react/pull/2207 for details
1515
if: ${{ github.event.pull_request.head.repo.full_name == 'primer/react' }} # source repository for pull_request
1616
name: Preview
17-
uses: primer/.github/.github/workflows/deploy_preview.yml@main
17+
uses: primer/.github/.github/workflows/deploy_preview.yml@0cec9b9914f358846163f2428663b58da41028c9
1818
permissions:
1919
contents: read
2020
pages: write

.github/workflows/deploy_preview_forks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
# target repository for pull_request is primer/react but source repository isn't primer/react
1313
if: ${{ github.repository == 'primer/react' && github.event.pull_request.head.repo.full_name != 'primer/react' }}
1414
name: Preview
15-
uses: primer/.github/.github/workflows/deploy_preview.yml@main
15+
uses: primer/.github/.github/workflows/deploy_preview.yml@0cec9b9914f358846163f2428663b58da41028c9
1616
permissions:
1717
contents: read
1818
pages: write

.github/workflows/deploy_production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
name: Production
3737
needs: [guard]
3838
if: ${{ needs.guard.outputs.should_deploy == 'true' }}
39-
uses: primer/.github/.github/workflows/deploy.yml@main
39+
uses: primer/.github/.github/workflows/deploy.yml@0cec9b9914f358846163f2428663b58da41028c9
4040
secrets:
4141
gh_token: ${{ secrets.GITHUB_TOKEN }}
4242
with:

0 commit comments

Comments
 (0)