mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 05:11:08 +08:00
FIX snapshots
This commit is contained in:
parent
991adb372a
commit
dfad77b33c
@ -2123,6 +2123,21 @@ exports[`Storyshots Core|Parameters passed to story 1`] = `
|
||||
"type": "tablet"
|
||||
}
|
||||
},
|
||||
"backgrounds": [
|
||||
{
|
||||
"name": "storybook app",
|
||||
"value": "#F6F9FC",
|
||||
"default": true
|
||||
},
|
||||
{
|
||||
"name": "light",
|
||||
"value": "#eeeeee"
|
||||
},
|
||||
{
|
||||
"name": "dark",
|
||||
"value": "#222222"
|
||||
}
|
||||
],
|
||||
"globalParameter": "globalParameter",
|
||||
"chapterParameter": "chapterParameter",
|
||||
"storyParameter": "storyParameter",
|
||||
|
@ -207,9 +207,6 @@ exports[`Storyshots UI|Panel default 1`] = `
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
<div
|
||||
style="position:relative;width:800px;height:300px;margin:1rem auto;padding:20px;background:papayawhip"
|
||||
>
|
||||
<div
|
||||
class="emotion-13"
|
||||
id="storybook-panel-root"
|
||||
@ -283,7 +280,6 @@ exports[`Storyshots UI|Panel default 1`] = `
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`Storyshots UI|Panel no panels 1`] = `
|
||||
@ -298,9 +294,6 @@ exports[`Storyshots UI|Panel no panels 1`] = `
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
<div
|
||||
style="position:relative;width:800px;height:300px;margin:1rem auto;padding:20px;background:papayawhip"
|
||||
>
|
||||
<div
|
||||
class="emotion-1"
|
||||
>
|
||||
@ -310,5 +303,4 @@ exports[`Storyshots UI|Panel no panels 1`] = `
|
||||
Nothing found
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
`;
|
||||
|
Loading…
x
Reference in New Issue
Block a user