Updating snapshots

This commit is contained in:
Gavin King 2018-07-25 12:12:13 +02:00
parent 7fc81d966d
commit b5bd22bc25
6 changed files with 92 additions and 25 deletions

View File

@ -5,8 +5,15 @@ exports[`Storyshots Addon|Actions Action on component method 1`] = `
class="storybook-snapshot-container"
>
<button
class="button rounded svelte-1hvsa5s"
class="button rounded svelte-n2tx93"
>
<strong>
Round
corners
</strong>
<br />
Custom text
@ -24,8 +31,15 @@ exports[`Storyshots Addon|Actions Action on view method 1`] = `
<button
class="button svelte-1hvsa5s"
class="button svelte-n2tx93"
>
<strong>
Square
corners
</strong>
<br />

View File

@ -10,8 +10,15 @@ exports[`Storyshots Addon|Backgrounds story 1 1`] = `
<button
class="button svelte-1hvsa5s"
class="button svelte-n2tx93"
>
<strong>
Square
corners
</strong>
<br />

View File

@ -4,22 +4,40 @@ exports[`Storyshots Addon|Centered rounded 1`] = `
<section
class="storybook-snapshot-container"
>
<div
class="svelte-centered-wrapper"
style="position: fixed; top: 0px; left: 0px; bottom: 0px; right: 0px; display: flex; overflow: auto;"
<button
class="button rounded svelte-n2tx93"
>
<div
class="svelte-centered-container"
style="margin: auto; max-height: 100%;"
>
<button
class="button rounded svelte-1hvsa5s"
>
Look, I'm centered!
<strong>
Round
corners
</strong>
<br />
</button>
</div>
</div>
Look, I'm centered!
</button>
</section>
`;
exports[`Storyshots Addon|Centered with action 1`] = `
<section
class="storybook-snapshot-container"
>
<button
class="button rounded svelte-n2tx93"
>
<strong>
Round
corners
</strong>
<br />
</button>
</section>
`;

View File

@ -15,13 +15,13 @@ exports[`Storyshots Addon|Links Go to welcome view 1`] = `
<button
class="link"
>
See the sample stories for the
Return to the
<code
class="code"
>
Button
Welcome
</code>
component.
view story.
</button>
</div>
</section>

View File

@ -10,8 +10,15 @@ exports[`Storyshots Addon|Notes Note with HTML 1`] = `
<button
class="button svelte-1hvsa5s"
class="button svelte-n2tx93"
>
<strong>
Square
corners
</strong>
<br />
@ -53,8 +60,15 @@ exports[`Storyshots Addon|Notes Simple note 1`] = `
<button
class="button svelte-1hvsa5s"
class="button svelte-n2tx93"
>
<strong>
Square
corners
</strong>
<br />

View File

@ -10,8 +10,15 @@ exports[`Storyshots Button rounded 1`] = `
<button
class="button rounded svelte-1hvsa5s"
class="button rounded svelte-n2tx93"
>
<strong>
Round
corners
</strong>
<br />
@ -53,8 +60,15 @@ exports[`Storyshots Button square 1`] = `
<button
class="button svelte-1hvsa5s"
class="button svelte-n2tx93"
>
<strong>
Square
corners
</strong>
<br />