Rename Spaced story name

This commit is contained in:
domyen 2019-02-06 16:51:54 -05:00
parent 1c78ddf9e5
commit d6a3007614
2 changed files with 6 additions and 6 deletions

View File

@ -14,7 +14,7 @@ const PlaceholderInline = styled.span(({ color }) => ({
padding: 20,
}));
storiesOf('Basics|Grid', module)
storiesOf('Basics|Spaced', module)
.add('row', () => (
<Fragment>
<PlaceholderBlock color="silver" />

View File

@ -1,6 +1,6 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`Storyshots Basics|Grid col 1`] = `
exports[`Storyshots Basics|Spaced col 1`] = `
Array [
.emotion-0 {
background: silver;
@ -58,7 +58,7 @@ Array [
]
`;
exports[`Storyshots Basics|Grid col outer 1`] = `
exports[`Storyshots Basics|Spaced col outer 1`] = `
Array [
.emotion-0 {
background: silver;
@ -118,7 +118,7 @@ Array [
]
`;
exports[`Storyshots Basics|Grid row 1`] = `
exports[`Storyshots Basics|Spaced row 1`] = `
Array [
.emotion-0 {
background: silver;
@ -167,7 +167,7 @@ Array [
]
`;
exports[`Storyshots Basics|Grid row multiply 1`] = `
exports[`Storyshots Basics|Spaced row multiply 1`] = `
Array [
.emotion-0 {
background: silver;
@ -221,7 +221,7 @@ Array [
]
`;
exports[`Storyshots Basics|Grid row outer 1`] = `
exports[`Storyshots Basics|Spaced row outer 1`] = `
Array [
.emotion-0 {
background: silver;