Skip to content
Merged
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
5 changes: 5 additions & 0 deletions .changeset/cruel-papers-film.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@primer/react': major
---

CircleOcticon: Remove component `CircleOcticon`
36 changes: 0 additions & 36 deletions e2e/components/CircleOcticon.test.ts

This file was deleted.

26 changes: 0 additions & 26 deletions packages/react/src/CircleOcticon/CircleOcticon.docs.json

This file was deleted.

55 changes: 0 additions & 55 deletions packages/react/src/CircleOcticon/CircleOcticon.stories.tsx

This file was deleted.

22 changes: 0 additions & 22 deletions packages/react/src/CircleOcticon/CircleOcticon.test.tsx

This file was deleted.

35 changes: 0 additions & 35 deletions packages/react/src/CircleOcticon/CircleOcticon.tsx

This file was deleted.

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

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ exports[`@primer/react > should not update exports without a semver change 1`] =
"CircleBadge",
"type CircleBadgeIconProps",
"type CircleBadgeProps",
"CircleOcticon",
"type CircleOcticonProps",
"ConfirmationDialog",
"type ConfirmationDialogProps",
"CounterLabel",
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 @@ -82,8 +82,6 @@ export type {BreadcrumbsProps, BreadcrumbsItemProps, BreadcrumbProps, Breadcrumb
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'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ exports[`@primer/styled-react exports 1`] = `
"Checkbox",
"CheckboxGroup",
"CircleBadge",
"CircleOcticon",
"CounterLabel",
"Details",
"Dialog",
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 @@ -15,7 +15,6 @@ export {
Checkbox,
CheckboxGroup,
CircleBadge,
CircleOcticon,
CounterLabel,
Details,
Dialog,
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 @@ -339,21 +339,6 @@ const components = new Map([
],
},
],
[
'CircleOcticon',
{
stories: [
{
id: 'components-circleocticon--default',
name: 'Default',
},
{
id: 'components-circleocticon--playground',
name: 'Playground',
},
],
},
],
[
'CircleBadge',
{
Expand Down
Loading