Skip to content

Commit

Permalink
update storyshots snapshots in vue-kitchen-sink
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbf committed Jan 18, 2022
1 parent b8065ef commit a6bffe8
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 37 deletions.
Expand Up @@ -5,8 +5,7 @@ exports[`Storyshots Addon/Actions Action and method 1`] = `
class="button"
style="color: rgb(66, 185, 131); border-color: #42b983;"
>
Click me to log the action!

Click me to log the action
</button>
`;

Expand All @@ -15,8 +14,7 @@ exports[`Storyshots Addon/Actions Action only 1`] = `
class="button"
style="color: rgb(66, 185, 131); border-color: #42b983;"
>
Click me to log the action!

Click me to log the action
</button>
`;

Expand All @@ -25,8 +23,7 @@ exports[`Storyshots Addon/Actions Multiple actions 1`] = `
class="button"
style="color: rgb(66, 185, 131); border-color: #42b983;"
>
(Double) click me to log the action!

(Double) click me to log the action
</button>
`;

Expand All @@ -35,7 +32,6 @@ exports[`Storyshots Addon/Actions Multiple actions, object 1`] = `
class="button"
style="color: rgb(66, 185, 131); border-color: #42b983;"
>
(Double) click me to log the action!

(Double) click me to log the action
</button>
`;
Expand Up @@ -8,8 +8,7 @@ exports[`Storyshots Addon/Controls Rounded 1`] = `
class="button rounded"
style="color: rgb(255, 0, 0); border-color: #f00;"
>
A Button with rounded edges!

A Button with rounded edges
</button>
</div>
`;
Expand All @@ -22,8 +21,7 @@ exports[`Storyshots Addon/Controls Square 1`] = `
class="button"
style="color: rgb(0, 0, 255); border-color: #00f;"
>
A Button with square edges!

A Button with square edges
</button>
</div>
`;
Expand Up @@ -5,7 +5,6 @@ exports[`Storyshots Addon/Links Go to welcome 1`] = `
class="button rounded"
style="color: rgb(66, 185, 131); border-color: #42b983;"
>
This buttons links to Welcome!

This buttons links to Welcome
</button>
`;
Expand Up @@ -5,7 +5,6 @@ exports[`Storyshots Core/Template string only 1`] = `
class="button"
style="color: rgb(66, 185, 131); border-color: #42b983;"
>
A Button with square edges!

A Button with square edges
</button>
`;
Expand Up @@ -11,8 +11,7 @@ exports[`Storyshots Custom/Decorator for Vue Render 1`] = `
class="button"
style="color: pink; border-color: pink;"
>
renders component: MyButton!

renders component: MyButton
</button>
</div>
</div>
Expand All @@ -29,8 +28,7 @@ exports[`Storyshots Custom/Decorator for Vue Template 1`] = `
class="button"
style="color: rgb(66, 185, 131); border-color: #42b983;"
>
MyButton with template!

MyButton with template
</button>
</div>
</div>
Expand Down
Expand Up @@ -5,8 +5,7 @@ exports[`Storyshots Custom/Method for rendering Vue JSX 1`] = `
class="button"
style="color: rgb(66, 185, 131); border-color: #42b983;"
>
MyButton rendered with JSX!

MyButton rendered with JSX
</button>
`;

Expand Down Expand Up @@ -39,8 +38,7 @@ exports[`Storyshots Custom/Method for rendering Vue pre-registered component 1`]
class="button"
style="color: rgb(66, 185, 131); border-color: #42b983;"
>
MyButton rendered in a template!

MyButton rendered in a template
</button>
</p>
`;
Expand All @@ -50,8 +48,7 @@ exports[`Storyshots Custom/Method for rendering Vue render + component 1`] = `
class="button"
style="color: pink; border-color: pink;"
>
renders component: MyButton!

renders component: MyButton
</button>
`;

Expand All @@ -60,8 +57,7 @@ exports[`Storyshots Custom/Method for rendering Vue template + component 1`] = `
class="button"
style="color: rgb(66, 185, 131); border-color: #42b983;"
>
MyButton rendered in a template!

MyButton rendered in a template
</button>
`;

Expand All @@ -76,8 +72,7 @@ exports[`Storyshots Custom/Method for rendering Vue template + methods 1`] = `
class="button rounded"
style="color: rgb(66, 185, 131); border-color: #42b983;"
>
MyButton rendered in a template + props & methods!

MyButton rendered in a template + props & methods
</button>
</p>
`;
Expand All @@ -87,8 +82,7 @@ exports[`Storyshots Custom/Method for rendering Vue vuex + actions 1`] = `
class="button"
style="color: rgb(66, 185, 131); border-color: #42b983;"
>
with vuex: 0!

with vuex: 0
</button>
`;

Expand All @@ -97,7 +91,6 @@ exports[`Storyshots Custom/Method for rendering Vue whatever you want 1`] = `
class="button"
style="color: rgb(66, 185, 131); border-color: #42b983;"
>
with awesomeness: 0!

with awesomeness: 0
</button>
`;
Expand Up @@ -5,8 +5,7 @@ exports[`Storyshots Button Rounded 1`] = `
class="button rounded"
style="color: rgb(255, 0, 0); border-color: #f00;"
>
A Button with rounded edges!

A Button with rounded edges
</button>
`;

Expand All @@ -15,7 +14,17 @@ exports[`Storyshots Button Square 1`] = `
class="button"
style="color: rgb(0, 0, 255); border-color: #00f;"
>
A Button with square edges!
A Button with square edges
</button>
`;

exports[`Storyshots Button With Default Render 1`] = `
<button
class="button rounded"
style="color: rgb(255, 187, 170); border-color: #fba;"
>

Button with default render!

</button>
`;

0 comments on commit a6bffe8

Please sign in to comment.