diff --git a/.storybook/__snapshots__/Storyshots.test.js.snap b/.storybook/__snapshots__/Storyshots.test.js.snap
index 053659088f..c6b9056f48 100644
--- a/.storybook/__snapshots__/Storyshots.test.js.snap
+++ b/.storybook/__snapshots__/Storyshots.test.js.snap
@@ -881,6 +881,54 @@ exports[`Storyshots InputText focus test 1`] = `
`;
+exports[`Storyshots InputText label as element 1`] = `
+
+
+
+
+
+
+
+`;
+
exports[`Storyshots InputText minimal usage 1`] = `
`;
-exports[`Storyshots Modal modal with warning theme 1`] = `
+exports[`Storyshots Modal modal with warning variant 1`] = `
`;
+exports[`Storyshots Textarea label as element 1`] = `
+
+
+
+
+
+
+
+`;
+
exports[`Storyshots Textarea minimal usage 1`] = `
))
+ .add('label as element', () => (
+
Element}
+ value="Label is wrapped in language span"
+ />
+ ))
.add('focus test', () => (
));
diff --git a/src/Modal/Modal.stories.jsx b/src/Modal/Modal.stories.jsx
index c3c0727657..d81116a996 100644
--- a/src/Modal/Modal.stories.jsx
+++ b/src/Modal/Modal.stories.jsx
@@ -146,7 +146,7 @@ storiesOf('Modal', module)
onClose={() => {}}
/>
))
- .add('modal with warning theme', () => (
+ .add('modal with warning variant', () => (
+ ))
+ .add('label as element', () => (
+