mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 08:01:20 +08:00
FIX snaphots
This commit is contained in:
parent
ed60fbe860
commit
ab2b73f0c2
@ -3987,6 +3987,59 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`Storyshots Core|Events Force re-render 1`] = `
|
||||
.emotion-0 {
|
||||
border: 0;
|
||||
border-radius: 3em;
|
||||
cursor: pointer;
|
||||
display: inline-block;
|
||||
overflow: hidden;
|
||||
padding: 13px 20px;
|
||||
position: relative;
|
||||
text-align: center;
|
||||
-webkit-text-decoration: none;
|
||||
text-decoration: none;
|
||||
-webkit-transition: all 150ms ease-out;
|
||||
transition: all 150ms ease-out;
|
||||
-webkit-transform: translate3d(0,0,0);
|
||||
-ms-transform: translate3d(0,0,0);
|
||||
transform: translate3d(0,0,0);
|
||||
vertical-align: top;
|
||||
white-space: nowrap;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
opacity: 1;
|
||||
margin: 0;
|
||||
background: transparent;
|
||||
font-size: 13px;
|
||||
font-weight: 700;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
.emotion-0 svg {
|
||||
display: inline-block;
|
||||
height: 16px;
|
||||
width: 16px;
|
||||
vertical-align: top;
|
||||
margin-right: 6px;
|
||||
margin-top: -2px;
|
||||
margin-bottom: -2px;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.emotion-0 svg path {
|
||||
fill: currentColor;
|
||||
}
|
||||
|
||||
<button
|
||||
class="emotion-0"
|
||||
>
|
||||
Clicked: 0
|
||||
</button>
|
||||
`;
|
||||
|
||||
exports[`Storyshots Core|Parameters passed to story 1`] = `
|
||||
<pre>
|
||||
Parameters are {
|
||||
|
Loading…
x
Reference in New Issue
Block a user