Skip to content

Commit c1e0161

Browse files
Merge branch 'main' into feat/#4739-Add-support-for-className-to-AnchoredOverlay-
2 parents ddbec08 + 1c131f8 commit c1e0161

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+839
-183
lines changed

.changeset/bright-islands-kick.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/clean-fireants-type.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changeset/metal-cycles-appear.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/modern-carrots-check.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+
TextInput: Refactor TextInputInnerAction to use the default icon button tooltip (No changes in the behaviour or DOM is expected)

.changeset/nice-forks-joke.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+
PageHeader: Promote the component to Beta status and now it is available to import from "@primer/react"

.changeset/real-bees-vanish.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+
experimental/SelectPanel v2: Fix heading color for dark themes

.changeset/seven-phones-talk.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/slow-rivers-know.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+
PageHeader: Fix shrinking Actions sub component in Safari

docs/content/drafts/DataTable.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: DataTable
33
componentId: data_table
44
status: Draft
5+
a11yReviewed: true
56
---
67

78
import data from '../../../packages/react/src/DataTable/DataTable.docs.json'

e2e/components/FilterList.test.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ test.describe('FilterList', () => {
88
test.describe(theme, () => {
99
test('default @vrt', async ({page}) => {
1010
await visit(page, {
11-
id: 'components-filterlist--default',
11+
id: 'deprecated-components-filterlist--default',
1212
globals: {
1313
colorScheme: theme,
1414
},
@@ -20,7 +20,7 @@ test.describe('FilterList', () => {
2020

2121
test('axe @aat', async ({page}) => {
2222
await visit(page, {
23-
id: 'components-filterlist--default',
23+
id: 'deprecated-components-filterlist--default',
2424
globals: {
2525
colorScheme: theme,
2626
},
@@ -36,7 +36,7 @@ test.describe('FilterList', () => {
3636
test.describe(theme, () => {
3737
test('default @vrt', async ({page}) => {
3838
await visit(page, {
39-
id: 'components-filterlist--playground',
39+
id: 'deprecated-components-filterlist--playground',
4040
globals: {
4141
colorScheme: theme,
4242
},
@@ -48,7 +48,7 @@ test.describe('FilterList', () => {
4848

4949
test('axe @aat', async ({page}) => {
5050
await visit(page, {
51-
id: 'components-filterlist--playground',
51+
id: 'deprecated-components-filterlist--playground',
5252
globals: {
5353
colorScheme: theme,
5454
},

e2e/components/FilteredSearch.test.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ test.describe('FilteredSearch', () => {
88
test.describe(theme, () => {
99
test('default @vrt', async ({page}) => {
1010
await visit(page, {
11-
id: 'components-filteredsearch--default',
11+
id: 'deprecated-components-filteredsearch--default',
1212
globals: {
1313
colorScheme: theme,
1414
},
@@ -20,7 +20,7 @@ test.describe('FilteredSearch', () => {
2020

2121
test('axe @aat', async ({page}) => {
2222
await visit(page, {
23-
id: 'components-filteredsearch--default',
23+
id: 'deprecated-components-filteredsearch--default',
2424
globals: {
2525
colorScheme: theme,
2626
},
@@ -36,7 +36,7 @@ test.describe('FilteredSearch', () => {
3636
test.describe(theme, () => {
3737
test('default @vrt', async ({page}) => {
3838
await visit(page, {
39-
id: 'components-filteredsearch--playground',
39+
id: 'deprecated-components-filteredsearch--playground',
4040
globals: {
4141
colorScheme: theme,
4242
},
@@ -48,7 +48,7 @@ test.describe('FilteredSearch', () => {
4848

4949
test('axe @aat', async ({page}) => {
5050
await visit(page, {
51-
id: 'components-filteredsearch--playground',
51+
id: 'deprecated-components-filteredsearch--playground',
5252
globals: {
5353
colorScheme: theme,
5454
},

0 commit comments

Comments
 (0)