Skip to content

Commit

Permalink
Merge branch 'main' into tooltip-button-group-styling-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
broccolinisoup committed Jul 23, 2024
2 parents 89aca5c + d4f23fb commit 08df44e
Show file tree
Hide file tree
Showing 44 changed files with 804 additions and 177 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/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 08df44e

Please sign in to comment.