Skip to content

Commit 3d36741

Browse files
committed
Merge remote-tracking branch 'origin/main' into jlk/beta-ab-testing-client
2 parents e320be0 + 1130a10 commit 3d36741

20 files changed

+11
-270
lines changed

dotcom-rendering/fixtures/manual/frontCollections.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,6 @@ export const testCollectionsUs = [
221221
{
222222
...defaultValues,
223223
collectionType: 'fixed/medium/slow-VII',
224-
containerPalette: 'PodcastPalette',
225224
displayName: 'Podcasts',
226225
},
227226
{

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1228,10 +1228,7 @@ const containerPalettes = [
12281228
'SombreAltPalette',
12291229
'SpecialReportAltPalette',
12301230
'Branded',
1231-
] as const satisfies readonly Omit<
1232-
DCRContainerPalette,
1233-
'MediaPalette' | 'PodcastPalette'
1234-
>[];
1231+
] as const satisfies readonly Omit<DCRContainerPalette, 'MediaPalette'>[];
12351232

12361233
export const WithBranding = () => {
12371234
const branding = {

dotcom-rendering/src/components/CardHeadline.stories.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,6 @@ const containerPalettes = [
446446
'SpecialReportAltPalette',
447447
'Branded',
448448
'MediaPalette',
449-
'PodcastPalette',
450449
] as const satisfies readonly DCRContainerPalette[];
451450
export const WithContainerOverrides: StoryObj = ({ format }: StoryProps) => (
452451
<>

dotcom-rendering/src/components/Carousel.stories.tsx

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -653,26 +653,3 @@ AllCards.storyName = 'Carousel with all card types';
653653
AllCards.decorators = [
654654
splitTheme([defaultFormat], { orientation: 'vertical' }),
655655
];
656-
657-
export const FrontCarousel = () => (
658-
<>
659-
The front carousel was not included in an onwards content redesign, so
660-
looks a bit different to the others.
661-
<Section fullWidth={true}>
662-
<Carousel
663-
isOnwardContent={false}
664-
heading="More on this story"
665-
trails={trails}
666-
onwardsSource="more-on-this-story"
667-
leftColSize="compact"
668-
url={'https://www.theguardian.com'}
669-
discussionApiUrl={discussionApiUrl}
670-
palette="PodcastPalette"
671-
absoluteServerTimes={true}
672-
renderingTarget="Web"
673-
/>
674-
</Section>
675-
</>
676-
);
677-
678-
FrontCarousel.storyName = 'Front carousel';

0 commit comments

Comments
 (0)