Skip to content

Commit 0c136d0

Browse files
authored
Merge branch 'main' into liuliu/remove-sx-from-sidenav
2 parents f09e90b + e0cca0b commit 0c136d0

File tree

79 files changed

+1686
-1000
lines changed

Some content is hidden

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

79 files changed

+1686
-1000
lines changed

.changeset/big-lizards-study.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/chubby-colts-nail.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@primer/styled-react': patch
3+
---
4+
5+
Refactor ToggleSwitch export type to match original type from @primer/react

.changeset/fast-countries-remain.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/great-hats-serve.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 ProgressBarItemProps and ProgressBarItemProps type exports to @primer/react

.changeset/metal-cups-peel.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@primer/styled-react': patch
3+
---
4+
5+
Remove several components that have no sx usage

.changeset/nine-cobras-talk.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 ToggleSwitchProps type to package exports

.changeset/pretty-women-sing.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@
22
'@primer/react': major
33
---
44

5-
Removes styled-system and related utilities from Caret.tsx, IssueLabelToken.tsx, ProgressBar.tsx, StateLabel.tsx, ToggleSwitch.tsx, and deprecated/ActionList/List.tsx
5+
Removes styled-system and related utilities from Caret.tsx, IssueLabelToken.tsx, StateLabel.tsx, ToggleSwitch.tsx, and deprecated/ActionList/List.tsx
6+
7+
Removes WidthProps from ProgressBar.tsx

.changeset/strange-knives-study.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@primer/react': major
3+
---
4+
5+
Update Details component to no longer support sx

.changeset/strange-peas-kiss.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@primer/react": major
3+
---
4+
5+
Update BranchName component to no longer support sx

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Primer React",
3-
"image": "mcr.microsoft.com/vscode/devcontainers/typescript-node:22",
3+
"image": "mcr.microsoft.com/vscode/devcontainers/typescript-node:24",
44
"customizations": {
55
"vscode": {
66
"extensions": [

0 commit comments

Comments
 (0)