Skip to content

Commit e6e1a7c

Browse files
authored
Move front container stories into folders of front containers and deprecated containers (#14398)
1 parent e775bea commit e6e1a7c

25 files changed

+25
-25
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { FrontSection } from './FrontSection';
77

88
export default {
99
component: DynamicFast,
10-
title: 'Components/DynamicFast',
10+
title: 'Front Containers/Deprecated Containers/DynamicFast',
1111
parameters: {
1212
chromatic: {
1313
viewports: [

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const defaultGroupedTrails: DCRGroupedTrails = {
2222

2323
const meta = {
2424
component: DynamicPackage,
25-
title: 'Components/DynamicPackage',
25+
title: 'Front Containers/Deprecated Containers/DynamicPackage',
2626
parameters: {
2727
chromatic: {
2828
viewports: [

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const defaultGroupedTrails: DCRGroupedTrails = {
2323

2424
export default {
2525
component: DynamicSlow,
26-
title: 'Components/DynamicSlow',
26+
title: 'Front Containers/Deprecated Containers/DynamicSlow',
2727
parameters: {
2828
chromatic: {
2929
viewports: [

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { FrontSection } from './FrontSection';
77

88
export default {
99
component: DynamicSlowMPU,
10-
title: 'Components/DynamicSlowMPU',
10+
title: 'Front Containers/Deprecated Containers/DynamicSlowMPU',
1111
parameters: {
1212
chromatic: {
1313
viewports: [

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { FrontSection } from './FrontSection';
66

77
export default {
88
component: FixedLargeSlowXIV,
9-
title: 'Components/FixedLargeSlowXIV',
9+
title: 'Front Containers/Deprecated Containers/FixedLargeSlowXIV',
1010
parameters: {
1111
chromatic: {
1212
viewports: [

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { FrontSection } from './FrontSection';
66

77
export default {
88
component: FixedMediumFastXI,
9-
title: 'Components/FixedMediumFastXI',
9+
title: 'Front Containers/Deprecated Containers/FixedMediumFastXI',
1010
parameters: {
1111
chromatic: {
1212
viewports: [

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { FrontSection } from './FrontSection';
66

77
export default {
88
component: FixedMediumFastXII,
9-
title: 'Components/FixedMediumFastXII',
9+
title: 'Front Containers/Deprecated Containers/FixedMediumFastXII',
1010
parameters: {
1111
chromatic: {
1212
viewports: [

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { FrontSection } from './FrontSection';
66

77
export default {
88
component: FixedMediumSlowVI,
9-
title: 'Components/FixedMediumSlowVI',
9+
title: 'Front Containers/Deprecated Containers/FixedMediumSlowVI',
1010
parameters: {
1111
chromatic: {
1212
viewports: [

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { FrontSection } from './FrontSection';
66

77
export default {
88
component: FixedMediumSlowVII,
9-
title: 'Components/FixedMediumSlowVII',
9+
title: 'Front Containers/Deprecated Containers/FixedMediumSlowVII',
1010
parameters: {
1111
chromatic: {
1212
viewports: [

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { FrontSection } from './FrontSection';
66

77
export default {
88
component: FixedMediumSlowXIIMPU,
9-
title: 'Components/FixedMediumSlowXIIMPU',
9+
title: 'Front Containers/Deprecated Containers/FixedMediumSlowXIIMPU',
1010
parameters: {
1111
chromatic: {
1212
viewports: [

0 commit comments

Comments
 (0)