Skip to content

Commit

Permalink
Merge branch 'main' into feat/#4739-Add-support-for-className-to-Anch…
Browse files Browse the repository at this point in the history
…oredOverlay-
  • Loading branch information
broccolinisoup authored Jul 23, 2024
2 parents ddbec08 + 1c131f8 commit c1e0161
Show file tree
Hide file tree
Showing 46 changed files with 839 additions and 183 deletions.
5 changes: 0 additions & 5 deletions .changeset/bright-islands-kick.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/clean-fireants-type.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/metal-cycles-appear.md

This file was deleted.

5 changes: 5 additions & 0 deletions .changeset/modern-carrots-check.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@primer/react": patch
---

TextInput: Refactor TextInputInnerAction to use the default icon button tooltip (No changes in the behaviour or DOM is expected)
5 changes: 5 additions & 0 deletions .changeset/nice-forks-joke.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@primer/react": minor
---

PageHeader: Promote the component to Beta status and now it is available to import from "@primer/react"
5 changes: 5 additions & 0 deletions .changeset/real-bees-vanish.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@primer/react": patch
---

experimental/SelectPanel v2: Fix heading color for dark themes
5 changes: 0 additions & 5 deletions .changeset/seven-phones-talk.md

This file was deleted.

5 changes: 5 additions & 0 deletions .changeset/slow-rivers-know.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@primer/react": patch
---

PageHeader: Fix shrinking Actions sub component in Safari
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/content/drafts/DataTable.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: DataTable
componentId: data_table
status: Draft
a11yReviewed: true
---

import data from '../../../packages/react/src/DataTable/DataTable.docs.json'
Expand Down
8 changes: 4 additions & 4 deletions e2e/components/FilterList.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ test.describe('FilterList', () => {
test.describe(theme, () => {
test('default @vrt', async ({page}) => {
await visit(page, {
id: 'components-filterlist--default',
id: 'deprecated-components-filterlist--default',
globals: {
colorScheme: theme,
},
Expand All @@ -20,7 +20,7 @@ test.describe('FilterList', () => {

test('axe @aat', async ({page}) => {
await visit(page, {
id: 'components-filterlist--default',
id: 'deprecated-components-filterlist--default',
globals: {
colorScheme: theme,
},
Expand All @@ -36,7 +36,7 @@ test.describe('FilterList', () => {
test.describe(theme, () => {
test('default @vrt', async ({page}) => {
await visit(page, {
id: 'components-filterlist--playground',
id: 'deprecated-components-filterlist--playground',
globals: {
colorScheme: theme,
},
Expand All @@ -48,7 +48,7 @@ test.describe('FilterList', () => {

test('axe @aat', async ({page}) => {
await visit(page, {
id: 'components-filterlist--playground',
id: 'deprecated-components-filterlist--playground',
globals: {
colorScheme: theme,
},
Expand Down
8 changes: 4 additions & 4 deletions e2e/components/FilteredSearch.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ test.describe('FilteredSearch', () => {
test.describe(theme, () => {
test('default @vrt', async ({page}) => {
await visit(page, {
id: 'components-filteredsearch--default',
id: 'deprecated-components-filteredsearch--default',
globals: {
colorScheme: theme,
},
Expand All @@ -20,7 +20,7 @@ test.describe('FilteredSearch', () => {

test('axe @aat', async ({page}) => {
await visit(page, {
id: 'components-filteredsearch--default',
id: 'deprecated-components-filteredsearch--default',
globals: {
colorScheme: theme,
},
Expand All @@ -36,7 +36,7 @@ test.describe('FilteredSearch', () => {
test.describe(theme, () => {
test('default @vrt', async ({page}) => {
await visit(page, {
id: 'components-filteredsearch--playground',
id: 'deprecated-components-filteredsearch--playground',
globals: {
colorScheme: theme,
},
Expand All @@ -48,7 +48,7 @@ test.describe('FilteredSearch', () => {

test('axe @aat', async ({page}) => {
await visit(page, {
id: 'components-filteredsearch--playground',
id: 'deprecated-components-filteredsearch--playground',
globals: {
colorScheme: theme,
},
Expand Down
Loading

0 comments on commit c1e0161

Please sign in to comment.