File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
dotcom-rendering/src/components
marketing/banners/designableBanner/styles Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- import type { Meta , StoryObj } from '@storybook/react/* ' ;
1+ import type { Meta , StoryObj } from '@storybook/react' ;
22import { leftColumnDecorator } from '../../.storybook/decorators/gridDecorators' ;
33import { defaultFormats } from '../../.storybook/decorators/splitThemeDecorator' ;
44import { allModes } from '../../.storybook/modes' ;
Original file line number Diff line number Diff line change 1- import type { Meta , StoryObj } from '@storybook/react/* ' ;
1+ import type { Meta , StoryObj } from '@storybook/react' ;
22import { allModes } from '../../.storybook/modes' ;
33import { FootballTable as FootballTableComponent } from './FootballTable' ;
44
Original file line number Diff line number Diff line change 1- import type { Meta , StoryObj } from '@storybook/react/* ' ;
1+ import type { Meta , StoryObj } from '@storybook/react' ;
22import { FootballTable as TableDefault } from './FootballTable.stories' ;
33import { FootballTableList as FootballTableListComponent } from './FootballTableList' ;
44
Original file line number Diff line number Diff line change 1- import type { Meta , StoryObj } from '@storybook/react/* ' ;
1+ import type { Meta , StoryObj } from '@storybook/react' ;
22import { regions } from '../../fixtures/manual/footballData' ;
33import { WomensEuro2025 } from './FootballCompetitionNav.stories' ;
44import { FootballTableList as TableListDefault } from './FootballTableList.stories' ;
Original file line number Diff line number Diff line change 1- import type { Meta } from '@storybook/react/* ' ;
1+ import type { Meta } from '@storybook/react' ;
22import { EditionDropdown } from './EditionDropdown' ;
33
44const meta = {
Original file line number Diff line number Diff line change 55 */
66import type { SerializedStyles } from '@emotion/react' ;
77import { css } from '@emotion/react' ;
8- import type { ThemeButton } from '@guardian/source/dist/react-components' ;
98import { from , until } from '@guardian/source/foundations' ;
9+ import type { ThemeButton } from '@guardian/source/react-components' ;
1010import type { CtaSettings } from '../settings' ;
1111
1212export function buttonThemes (
You can’t perform that action at this time.
0 commit comments