diff --git a/src/description/__snapshots__/conditional-description.stories.storyshot b/src/description/__snapshots__/conditional-description.stories.storyshot index 8ad980a5..18a24f63 100644 --- a/src/description/__snapshots__/conditional-description.stories.storyshot +++ b/src/description/__snapshots__/conditional-description.stories.storyshot @@ -1,6 +1,6 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP -exports[`Storyshots Description/ConditionalDescription Conditional Description 1`] = ` +exports[`Storyshots Description/Conditional Description Conditional Description 1`] = `
@@ -19,7 +19,7 @@ exports[`Storyshots Description/ConditionalDescription Conditional Description 1
`; -exports[`Storyshots Description/ConditionalDescription With A Date 1`] = ` +exports[`Storyshots Description/Conditional Description With A Date 1`] = `
@@ -41,21 +41,21 @@ exports[`Storyshots Description/ConditionalDescription With A Date 1`] = `
`; -exports[`Storyshots Description/ConditionalDescription With False Condition 1`] = `null`; +exports[`Storyshots Description/Conditional Description With False Condition 1`] = `null`; -exports[`Storyshots Description/ConditionalDescription With Falsy Condition 1`] = `null`; +exports[`Storyshots Description/Conditional Description With Falsy Condition 1`] = `null`; -exports[`Storyshots Description/ConditionalDescription With Falsy Nested Value 1`] = `null`; +exports[`Storyshots Description/Conditional Description With Falsy Nested Value 1`] = `null`; -exports[`Storyshots Description/ConditionalDescription With Falsy Nested Value And Condition 1`] = `null`; +exports[`Storyshots Description/Conditional Description With Falsy Nested Value And Condition 1`] = `null`; -exports[`Storyshots Description/ConditionalDescription With Falsy Value 1`] = `null`; +exports[`Storyshots Description/Conditional Description With Falsy Value 1`] = `null`; -exports[`Storyshots Description/ConditionalDescription With Not A Date 1`] = `null`; +exports[`Storyshots Description/Conditional Description With Not A Date 1`] = `null`; -exports[`Storyshots Description/ConditionalDescription With Not A Time 1`] = `null`; +exports[`Storyshots Description/Conditional Description With Not A Time 1`] = `null`; -exports[`Storyshots Description/ConditionalDescription With True Condition 1`] = ` +exports[`Storyshots Description/Conditional Description With True Condition 1`] = `
@@ -74,4 +74,4 @@ exports[`Storyshots Description/ConditionalDescription With True Condition 1`] =
`; -exports[`Storyshots Description/ConditionalDescription Without Value 1`] = `null`; +exports[`Storyshots Description/Conditional Description Without Value 1`] = `null`; diff --git a/src/description/__snapshots__/description-list.stories.storyshot b/src/description/__snapshots__/description-list.stories.storyshot index 9290942f..ff681f57 100644 --- a/src/description/__snapshots__/description-list.stories.storyshot +++ b/src/description/__snapshots__/description-list.stories.storyshot @@ -1,6 +1,6 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP -exports[`Storyshots Description/DescriptionList Description List 1`] = ` +exports[`Storyshots Description/Description List Description List 1`] = `
@@ -19,7 +19,7 @@ exports[`Storyshots Description/DescriptionList Description List 1`] = `
`; -exports[`Storyshots Description/DescriptionList List 1`] = ` +exports[`Storyshots Description/Description List List 1`] = `
@@ -74,7 +74,7 @@ exports[`Storyshots Description/DescriptionList List 1`] = `
`; -exports[`Storyshots Description/DescriptionList List With Multiple Descriptions 1`] = ` +exports[`Storyshots Description/Description List List With Multiple Descriptions 1`] = `
diff --git a/src/description/conditional-description.stories.tsx b/src/description/conditional-description.stories.tsx index d9e9504c..3c1a1665 100644 --- a/src/description/conditional-description.stories.tsx +++ b/src/description/conditional-description.stories.tsx @@ -6,7 +6,7 @@ import {ConditionalDescription} from './conditional-description'; export default { component: ConditionalDescription, - title: 'Description/ConditionalDescription', + title: 'Description/Conditional Description', }; export const conditionalDescription = () => ( diff --git a/src/description/description-list.stories.tsx b/src/description/description-list.stories.tsx index 6ea0d36b..525e8d44 100644 --- a/src/description/description-list.stories.tsx +++ b/src/description/description-list.stories.tsx @@ -5,7 +5,7 @@ import {Description} from './description'; export default { component: DescriptionList, - title: 'Description/DescriptionList', + title: 'Description/Description List', }; export const descriptionList = () => ( diff --git a/src/outline/__snapshots__/section-heading.stories.storyshot b/src/outline/__snapshots__/section-heading.stories.storyshot index d4fd3557..95e88add 100644 --- a/src/outline/__snapshots__/section-heading.stories.storyshot +++ b/src/outline/__snapshots__/section-heading.stories.storyshot @@ -1,6 +1,6 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP -exports[`Storyshots Outline/SectionHeading With A Heading 1`] = ` +exports[`Storyshots Outline/Section Heading With A Heading 1`] = `

`; -exports[`Storyshots Outline/SectionHeading With Style Roots 1`] = ` +exports[`Storyshots Outline/Section Heading With Style Roots 1`] = ` Array [

( diff --git a/src/renderers/any-renderer/__snapshots__/any-renderer.stories.storyshot b/src/renderers/any-renderer/__snapshots__/any-renderer.stories.storyshot index ba891793..87d2f2a8 100644 --- a/src/renderers/any-renderer/__snapshots__/any-renderer.stories.storyshot +++ b/src/renderers/any-renderer/__snapshots__/any-renderer.stories.storyshot @@ -1,12 +1,12 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP -exports[`Storyshots Renderers/AnyRenderer Any Renderer 1`] = ` +exports[`Storyshots Renderers/Any Renderer Any Renderer 1`] = ` - `; -exports[`Storyshots Renderers/AnyRenderer Array 1`] = ` +exports[`Storyshots Renderers/Any Renderer Array 1`] = `
@@ -23,7 +23,7 @@ exports[`Storyshots Renderers/AnyRenderer Array 1`] = `
 
`; -exports[`Storyshots Renderers/AnyRenderer Boolean False 1`] = ` +exports[`Storyshots Renderers/Any Renderer Boolean False 1`] = ` @@ -31,7 +31,7 @@ exports[`Storyshots Renderers/AnyRenderer Boolean False 1`] = ` `; -exports[`Storyshots Renderers/AnyRenderer Boolean True 1`] = ` +exports[`Storyshots Renderers/Any Renderer Boolean True 1`] = ` @@ -39,7 +39,7 @@ exports[`Storyshots Renderers/AnyRenderer Boolean True 1`] = ` `; -exports[`Storyshots Renderers/AnyRenderer Date 1`] = ` +exports[`Storyshots Renderers/Any Renderer Date 1`] = `