Skip to content

Commit

Permalink
Merge branch 'main' into add-keybinding-hint
Browse files Browse the repository at this point in the history
  • Loading branch information
iansan5653 committed Jul 22, 2024
2 parents daea8e6 + d4f23fb commit 41e1a66
Show file tree
Hide file tree
Showing 40 changed files with 430 additions and 129 deletions.
5 changes: 0 additions & 5 deletions .changeset/brave-shoes-search.md

This file was deleted.

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.
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 41e1a66

Please sign in to comment.