mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 15:31:16 +08:00
update stories and snapshots
- The snapshot styles changed because the Button component was modified
This commit is contained in:
parent
3f1f574738
commit
6d1585abfa
@ -9,4 +9,4 @@ export default {
|
|||||||
component: Button,
|
component: Button,
|
||||||
};
|
};
|
||||||
|
|
||||||
export const Basic = () => <Button label="Click me" />;
|
export const Basic = () => <Button>Click me</Button>;
|
||||||
|
@ -8,4 +8,4 @@ export default {
|
|||||||
component: Button,
|
component: Button,
|
||||||
};
|
};
|
||||||
|
|
||||||
export const Basic = () => <Button label="Click me" />;
|
export const Basic = () => <Button>Click me</Button>;
|
||||||
|
@ -46,12 +46,12 @@ exports[`Storyshots Custom Prefix/AutoTitle Basic 1`] = `
|
|||||||
|
|
||||||
.emotion-0 svg {
|
.emotion-0 svg {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
height: 14px;
|
height: 12px;
|
||||||
width: 14px;
|
width: 12px;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
margin-right: 4px;
|
margin-right: 4px;
|
||||||
margin-top: -1px;
|
margin-top: 0;
|
||||||
margin-bottom: -1px;
|
margin-bottom: 0;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -81,8 +81,9 @@ exports[`Storyshots Custom Prefix/AutoTitle Basic 1`] = `
|
|||||||
|
|
||||||
<button
|
<button
|
||||||
className="emotion-0"
|
className="emotion-0"
|
||||||
label="Click me"
|
>
|
||||||
/>
|
Click me
|
||||||
|
</button>
|
||||||
`;
|
`;
|
||||||
|
|
||||||
exports[`Storyshots Custom Prefix/CustomTitle Basic 1`] = `
|
exports[`Storyshots Custom Prefix/CustomTitle Basic 1`] = `
|
||||||
@ -131,12 +132,12 @@ exports[`Storyshots Custom Prefix/CustomTitle Basic 1`] = `
|
|||||||
|
|
||||||
.emotion-0 svg {
|
.emotion-0 svg {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
height: 14px;
|
height: 12px;
|
||||||
width: 14px;
|
width: 12px;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
margin-right: 4px;
|
margin-right: 4px;
|
||||||
margin-top: -1px;
|
margin-top: 0;
|
||||||
margin-bottom: -1px;
|
margin-bottom: 0;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -166,8 +167,9 @@ exports[`Storyshots Custom Prefix/CustomTitle Basic 1`] = `
|
|||||||
|
|
||||||
<button
|
<button
|
||||||
className="emotion-0"
|
className="emotion-0"
|
||||||
label="Click me"
|
>
|
||||||
/>
|
Click me
|
||||||
|
</button>
|
||||||
`;
|
`;
|
||||||
|
|
||||||
exports[`Storyshots Demo/AccountForm Standard 1`] = `
|
exports[`Storyshots Demo/AccountForm Standard 1`] = `
|
||||||
|
@ -9,4 +9,4 @@ export default {
|
|||||||
component: Button,
|
component: Button,
|
||||||
};
|
};
|
||||||
|
|
||||||
export const Basic = () => <Button label="Click me" />;
|
export const Basic = () => <Button>Click me</Button>;
|
||||||
|
@ -8,4 +8,4 @@ export default {
|
|||||||
component: Button,
|
component: Button,
|
||||||
};
|
};
|
||||||
|
|
||||||
export const Basic = () => <Button label="Click me" />;
|
export const Basic = () => <Button>Click me</Button>;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user