Skip to content

Commit a803fb2

Browse files
authored
Merge pull request #247 from opf/bump/primer-upstream
Bump/primer upstream
2 parents dc3ddc2 + bc72b83 commit a803fb2

File tree

61 files changed

+762
-294
lines changed

Some content is hidden

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

61 files changed

+762
-294
lines changed

.changeset/kind-shirts-shout.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@openproject/primer-view-components': patch
3+
---
4+
5+
Add preventScroll to focus call in Action Menu

.changeset/late-jobs-think.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@openproject/primer-view-components': patch
3+
---
4+
5+
Adds optional autofocus to ToggleSwitch
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@openproject/primer-view-components": patch
3+
---
4+
5+
fix(ToggleSwitch): add X-Requested-With header

.changeset/rich-mugs-float.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@openproject/primer-view-components': patch
3+
---
4+
5+
[ActionMenuForm] Add aria-describedby to the ActionMenuForm's button so that the label is describing the button
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@openproject/primer-view-components': minor
3+
---
4+
5+
Improve Details component accessibility by setting aria-label and aria-expanded attributes correctly on initial render and when toggled open/closed.

.changeset/sour-monkeys-behave.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@openproject/primer-view-components': patch
3+
---
4+
5+
Correct accessibility issues in FormControl examples and address missing aria attributes

.changeset/stale-fishes-begin.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@openproject/primer-view-components': patch
3+
---
4+
5+
Do not populate dynamic label with active item in multi-select mode

.github/workflows/accessibility-alt-text-bot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
if: ${{ github.event.issue || github.event.pull_request || github.event.discussion }}
2424
steps:
2525
- name: Get action 'github/accessibility-alt-text-bot'
26-
uses: github/accessibility-alt-text-bot@v1.6.0
26+
uses: github/accessibility-alt-text-bot@v1.7.1

.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/dropdown/default/aria-snapshot--after-interaction.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
- group:
2-
- button "Dropdown"
2+
- button "Close" [expanded]: Dropdown
33
- menu:
44
- menuitem "Item 1"
55
- menuitem "Item 2"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
- group:
2-
- button "Dropdown"
2+
- button "Open": Dropdown

0 commit comments

Comments
 (0)