diff --git a/.storybook/__snapshots__/Storyshots.test.js.snap b/.storybook/__snapshots__/Storyshots.test.js.snap index 995f8eb9b1..c71d2935d6 100644 --- a/.storybook/__snapshots__/Storyshots.test.js.snap +++ b/.storybook/__snapshots__/Storyshots.test.js.snap @@ -499,6 +499,7 @@ exports[`Storyshots InputText focus test 1`] = ` onChange={[Function]} placeholder={undefined} required={false} + themes={Array []} type="text" value="" /> @@ -527,6 +528,7 @@ exports[`Storyshots InputText minimal usage 1`] = ` onChange={[Function]} placeholder={undefined} required={false} + themes={Array []} type="text" value="Foo Bar" /> @@ -554,6 +556,7 @@ exports[`Storyshots InputText validation 1`] = ` onChange={[Function]} placeholder={undefined} required={false} + themes={Array []} type="text" value="" /> @@ -566,6 +569,44 @@ exports[`Storyshots InputText validation 1`] = ` `; +exports[`Storyshots InputText validation with danger theme 1`] = ` +