mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 05:11:08 +08:00
Updating snapshots
This commit is contained in:
parent
7fc81d966d
commit
b5bd22bc25
@ -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 />
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -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 />
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -3,23 +3,41 @@
|
||||
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;"
|
||||
>
|
||||
<div
|
||||
class="svelte-centered-container"
|
||||
style="margin: auto; max-height: 100%;"
|
||||
>
|
||||
<button
|
||||
class="button rounded svelte-1hvsa5s"
|
||||
class="button rounded svelte-n2tx93"
|
||||
>
|
||||
<strong>
|
||||
Round
|
||||
corners
|
||||
</strong>
|
||||
<br />
|
||||
|
||||
|
||||
Look, I'm centered!
|
||||
|
||||
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</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>
|
||||
`;
|
||||
|
@ -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>
|
||||
|
@ -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 />
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -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 />
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user