Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .changeset/pretty-flies-cheer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@primer/styled-react': major
'@primer/react': major
---

CircleBadge: Remove component `CircleBadge`
Copy link
Preview

Copilot AI Aug 28, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The changelog entry has an inconsistent description. It should be 'Remove CircleBadge component' to match standard changelog format and avoid redundancy.

Suggested change
CircleBadge: Remove component `CircleBadge`
Remove `CircleBadge` component

Copilot uses AI. Check for mistakes.

36 changes: 0 additions & 36 deletions e2e/components/CircleBadge.test.ts

This file was deleted.

58 changes: 0 additions & 58 deletions packages/react/src/CircleBadge/CircleBadge.docs.json

This file was deleted.

51 changes: 0 additions & 51 deletions packages/react/src/CircleBadge/CircleBadge.stories.tsx

This file was deleted.

48 changes: 0 additions & 48 deletions packages/react/src/CircleBadge/CircleBadge.test.tsx

This file was deleted.

50 changes: 0 additions & 50 deletions packages/react/src/CircleBadge/CircleBadge.tsx

This file was deleted.

10 changes: 0 additions & 10 deletions packages/react/src/CircleBadge/CircleBadge.types.test.tsx

This file was deleted.

This file was deleted.

2 changes: 0 additions & 2 deletions packages/react/src/CircleBadge/index.ts

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,6 @@ exports[`@primer/react > should not update exports without a semver change 1`] =
"Checkbox",
"CheckboxGroup",
"type CheckboxProps",
"CircleBadge",
"type CircleBadgeIconProps",
"type CircleBadgeProps",
"CircleOcticon",
"type CircleOcticonProps",
"ConfirmationDialog",
Expand Down
2 changes: 0 additions & 2 deletions packages/react/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,9 @@ export {default as Breadcrumbs, Breadcrumb} from './Breadcrumbs'
export type {BreadcrumbsProps, BreadcrumbsItemProps, BreadcrumbProps, BreadcrumbItemProps} from './Breadcrumbs'
export {default as ButtonGroup} from './ButtonGroup'
export type {ButtonGroupProps} from './ButtonGroup'
export type {CircleBadgeProps, CircleBadgeIconProps} from './CircleBadge'
export {default as CircleOcticon} from './CircleOcticon'
export type {CircleOcticonProps} from './CircleOcticon'
export {default as CheckboxGroup} from './CheckboxGroup'
export {default as CircleBadge} from './CircleBadge'
export {default as CounterLabel} from './CounterLabel'
export type {CounterLabelProps} from './CounterLabel'
export {default as Details} from './Details'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ exports[`@primer/styled-react exports 1`] = `
"Button",
"Checkbox",
"CheckboxGroup",
"CircleBadge",
"CircleOcticon",
"CounterLabel",
"Details",
Expand Down
1 change: 0 additions & 1 deletion packages/styled-react/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ export {
Button,
Checkbox,
CheckboxGroup,
CircleBadge,
CircleOcticon,
CounterLabel,
Details,
Expand Down
15 changes: 0 additions & 15 deletions script/generate-e2e-tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -354,21 +354,6 @@ const components = new Map([
],
},
],
[
'CircleBadge',
{
stories: [
{
id: 'components-circlebadge--default',
name: 'Default',
},
{
id: 'components-circlebadge--playground',
name: 'Playground',
},
],
},
],
[
'CounterLabel',
{
Expand Down
Loading