Skip to content

Commit

Permalink
Merge pull request #598 from wellcometrust/task/9533-removes-TextCard
Browse files Browse the repository at this point in the history
9533 task: removes TextCard
  • Loading branch information
skibinska authored Feb 16, 2022
2 parents b60f40b + 309ae32 commit bd6cb44
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 325 deletions.
2 changes: 0 additions & 2 deletions src/assets/styles/30-components/__manifest.scss
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@
@import './src/components/TableauChart/tableau';
@import './src/components/TagList/tag-list';
@import './src/components/TextArea/text-area';
@import './src/components/TextCard/results-list';
@import './src/components/TextCard/text-card';
@import './src/components/TextInput/text-input';
@import './src/components/Timeline/timeline';
@import './src/components/Video/video';
55 changes: 0 additions & 55 deletions src/components/TextCard/TextCard.stories.tsx

This file was deleted.

13 changes: 0 additions & 13 deletions src/components/TextCard/TextCard.test.tsx

This file was deleted.

158 changes: 0 additions & 158 deletions src/components/TextCard/TextCard.tsx

This file was deleted.

8 changes: 0 additions & 8 deletions src/components/TextCard/_results-list.scss

This file was deleted.

87 changes: 0 additions & 87 deletions src/components/TextCard/_text-card.scss

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ export { TableauChart } from 'TableauChart/TableauChart';
export { default as TagList } from 'TagList';
export { Text } from 'Text/Text';
export { default as TextArea } from 'TextArea';
export { default as TextCard } from 'TextCard';
export { default as TextInput } from 'TextInput';
export { default as Timeline } from 'Timeline';
export { Video } from 'Video/Video';
Expand Down

0 comments on commit bd6cb44

Please sign in to comment.