File tree Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -69,8 +69,4 @@ export const allModes = {
69
69
globalColourScheme : 'light' ,
70
70
viewport : breakpoints . leftCol ,
71
71
} ,
72
- 'light wide' : {
73
- globalColourScheme : 'light' ,
74
- viewport : breakpoints . wide ,
75
- } ,
76
72
} ;
Original file line number Diff line number Diff line change 1
1
import type { Meta , StoryObj } from '@storybook/react' ;
2
- import { allModes } from '../../.storybook/modes' ;
3
2
import { Gallery as GalleryFixture } from '../../fixtures/generated/fe-articles/Gallery' ;
4
3
import { WithBranding } from '../components/ArticleMeta.web.stories' ;
5
4
import { ArticleDesign } from '../lib/articleFormat' ;
@@ -11,13 +10,6 @@ import { GalleryLayout } from './GalleryLayout';
11
10
const meta = {
12
11
title : 'Layouts/Gallery' ,
13
12
component : GalleryLayout ,
14
- parameters : {
15
- chromatic : {
16
- modes : {
17
- 'light wide' : allModes [ 'light wide' ] ,
18
- } ,
19
- } ,
20
- } ,
21
13
} satisfies Meta < typeof GalleryLayout > ;
22
14
23
15
export default meta ;
You can’t perform that action at this time.
0 commit comments