Skip to content

Commit 47ffede

Browse files
committed
feat: Remove CircleButton component
BREAKING CHANGE: CircleButton has been removed with no replacement
1 parent 40dca3f commit 47ffede

File tree

6 files changed

+0
-303
lines changed

6 files changed

+0
-303
lines changed

docs/styleguide.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ module.exports = {
2222
'../react/Buttons',
2323
'../react/Checkbox',
2424
'../react/Chips',
25-
'../react/CircleButton',
2625
'../react/CircularChart',
2726
'../react/Counter',
2827
'../react/Dialog',

react/CircleButton/Readme.md

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

react/CircleButton/helpers.js

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

react/CircleButton/helpers.spec.js

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

react/CircleButton/index.jsx

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

react/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ export {
9292
export { default as Chips } from './Chips'
9393
export { default as PieChart } from './PieChart'
9494
export { default as DropdownText } from './DropdownText'
95-
export { default as CircleButton } from './CircleButton'
9695
export { default as Alert } from './Alert'
9796
export { default as AlertTitle } from './AlertTitle'
9897
export { default as PointerAlert } from './PointerAlert'

0 commit comments

Comments
 (0)