Skip to content

Commit d89b92e

Browse files
authored
Remove media palette as this is no longer used by production (#14355)
1 parent 1130a10 commit d89b92e

15 files changed

+24
-143
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1228,7 +1228,7 @@ const containerPalettes = [
12281228
'SombreAltPalette',
12291229
'SpecialReportAltPalette',
12301230
'Branded',
1231-
] as const satisfies readonly Omit<DCRContainerPalette, 'MediaPalette'>[];
1231+
] as const satisfies readonly DCRContainerPalette[];
12321232

12331233
export const WithBranding = () => {
12341234
const branding = {

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

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

0 commit comments

Comments
 (0)