Skip to content

Commit 2206468

Browse files
authored
Merge branch 'main' into banner-allows-critical-ondismiss
2 parents 9a3da42 + ccc3c99 commit 2206468

File tree

50 files changed

+1248
-574
lines changed

Some content is hidden

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

50 files changed

+1248
-574
lines changed

.changeset/afraid-pianos-invent.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+
bug: ensure Announce components work without pre-existing text node
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+
Update FormControl to use CSS Modules behind feature flag

.changeset/selfish-taxis-notice.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+
Promote ActionList to staff

.changeset/shy-carpets-relax.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@primer/react": minor
3+
---
4+
5+
- Convert ActionBar to CSS Modules
6+
- Add new padding prop for container padding

.changeset/slow-nails-reflect.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+
Update specificity for ButtonBase to be at least 0,1,0
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+
Hide NavList sub items if collapsed

.changeset/tasty-experts-fix.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+
Add an onSelect callback for UnderlinePanels.Tab

.changeset/tricky-ducks-pretend.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+
fix(SelectPanel): pass anchorId to AnchoredOverlay

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ jobs:
415415
run: npx tsx script/components-json/build.ts --storybook-data 'storybook-static/index.json'
416416
working-directory: packages/react
417417
- name: Build hooks.json
418-
run: npx tsx script/hooks-json/build.ts'
418+
run: npx tsx script/hooks-json/build.ts
419419
working-directory: packages/react
420420

421421
sizes:
-7 Bytes
Loading

0 commit comments

Comments
 (0)