Skip to content

Commit 2e8e568

Browse files
committed
Fix stories
1 parent 769cc5a commit 2e8e568

1 file changed

Lines changed: 0 additions & 52 deletions

File tree

dotcom-rendering/src/components/Card/components/CardFooter.stories.tsx

Lines changed: 0 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -72,58 +72,6 @@ export const WithSelfHostedVideo = {
7272
},
7373
} satisfies Story;
7474

75-
export const WithSelfHostedVideoOnGallery = {
76-
...WithGallery,
77-
args: {
78-
...WithGallery.args,
79-
format: {
80-
display: ArticleDisplay.Standard,
81-
design: ArticleDesign.Gallery,
82-
theme: Pillar.Opinion,
83-
},
84-
mainMedia: {
85-
type: 'SelfHostedVideo',
86-
videoStyle: 'Loop',
87-
atomId: 'atom-id-123',
88-
sources: [
89-
{
90-
src: 'https://uploads.guim.co.uk/2026/01/09/Front_loop__Iran_TiF_Latest--64220ebf-d63d-48dd-9317-16b3b150a4ac-1.1.m3u8',
91-
mimeType: 'application/vnd.apple.mpegurl',
92-
},
93-
],
94-
height: 720,
95-
width: 576,
96-
duration: 18,
97-
},
98-
},
99-
} satisfies Story;
100-
101-
export const WithSelfHostedVideoOnAudio = {
102-
...WithAudio,
103-
args: {
104-
...WithAudio.args,
105-
format: {
106-
display: ArticleDisplay.Standard,
107-
design: ArticleDesign.Audio,
108-
theme: Pillar.Opinion,
109-
},
110-
mainMedia: WithSelfHostedVideoOnGallery.args.mainMedia,
111-
},
112-
} satisfies Story;
113-
114-
export const WithSelfHostedVideoOnVideo = {
115-
...WithVideo,
116-
args: {
117-
...WithVideo.args,
118-
format: {
119-
display: ArticleDisplay.Standard,
120-
design: ArticleDesign.Video,
121-
theme: Pillar.Opinion,
122-
},
123-
mainMedia: WithSelfHostedVideoOnGallery.args.mainMedia,
124-
},
125-
} satisfies Story;
126-
12775
export const WithNewsletter = {
12876
...WithAge,
12977
args: {

0 commit comments

Comments
 (0)