Skip to content

Commit

Permalink
feat(close-button): remove close button (#931)
Browse files Browse the repository at this point in the history
* chore(toast): use plain button instead of CloseButton

* feat(close-button): remove close button
  • Loading branch information
dierat authored Apr 8, 2022
1 parent f1fee2f commit c3c2151
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 268 deletions.
30 changes: 0 additions & 30 deletions packages/components/src/CloseButton/CloseButton.module.css

This file was deleted.

20 changes: 0 additions & 20 deletions packages/components/src/CloseButton/CloseButton.spec.tsx

This file was deleted.

42 changes: 0 additions & 42 deletions packages/components/src/CloseButton/CloseButton.stories.tsx

This file was deleted.

73 changes: 0 additions & 73 deletions packages/components/src/CloseButton/CloseButton.tsx

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion packages/components/src/CloseButton/index.ts

This file was deleted.

1 change: 0 additions & 1 deletion packages/components/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ export { default as Banner } from "./Banner";
export { default as Button } from "./Button";
export { default as ButtonGroup } from "./ButtonGroup";
export { default as Checkbox } from "./Checkbox";
export { default as CloseButton } from "./CloseButton";
export { default as ClickableStyle } from "./ClickableStyle";
export { default as Dropdown } from "./Dropdown";
export { default as DropdownButton } from "./DropdownButton";
Expand Down

0 comments on commit c3c2151

Please sign in to comment.