Skip to content

Commit 16c6122

Browse files
authored
Merge pull request #620 from wellcometrust/task/9662-remov-Video
9662 task(chore): removes Video
2 parents 0770811 + 73c725c commit 16c6122

File tree

8 files changed

+1
-189
lines changed

8 files changed

+1
-189
lines changed

src/assets/styles/30-components/__manifest.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,3 @@
3434
@import './src/components/SectionTitle/section-title';
3535
@import './src/components/TextArea/text-area';
3636
@import './src/components/TextInput/text-input';
37-
@import './src/components/Video/video';

src/components/Video/Video.md

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

src/components/Video/Video.stories.tsx

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

src/components/Video/Video.test.tsx

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

src/components/Video/Video.tsx

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

src/components/Video/_video.scss

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

src/components/Video/index.ts

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ export { Image, ImageElement } from 'Image/Image';
2020
export { default as Label } from 'Label';
2121
export { default as Link } from 'Link';
2222
export { Logo } from 'Logo/Logo';
23+
export { default as Media } from 'Media';
2324
export { default as NumberInput } from 'NumberInput';
2425
export { default as Pagination } from 'Pagination';
2526
export { default as RadioInput } from 'RadioInput';
@@ -31,7 +32,6 @@ export { SectionTitle } from 'SectionTitle/SectionTitle';
3132
export { Text } from 'Text/Text';
3233
export { default as TextArea } from 'TextArea';
3334
export { default as TextInput } from 'TextInput';
34-
export { Video } from 'Video/Video';
3535
export { default as VisuallyHidden } from 'VisuallyHidden';
3636

3737
export { sanitizeHtml } from 'utils/sanitize-html';

0 commit comments

Comments
 (0)