From 93137229bf3b04e4589ae315a81ed2de7a171ded Mon Sep 17 00:00:00 2001 From: Dominik Guzei Date: Thu, 21 Mar 2019 16:35:38 +0100 Subject: fix merge conflicts with latest develop --- uidev/src/stories/button.stories.tsx | 5 +++++ uidev/src/stories/infobox.stories.tsx | 9 +++++++++ uidev/src/stories/input.stories.tsx | 8 ++++++++ 3 files changed, 22 insertions(+) (limited to 'uidev') diff --git a/uidev/src/stories/button.stories.tsx b/uidev/src/stories/button.stories.tsx index d81808530..c8e9bcbf3 100644 --- a/uidev/src/stories/button.stories.tsx +++ b/uidev/src/stories/button.stories.tsx @@ -76,6 +76,11 @@ storiesOf('Button') busy: true, })} /> )) + .add('With icon', () => ( + + )) .add('As link', () => ( { @@ -29,6 +30,7 @@ const WithStoreInfobox = observer(({ store, children }: { store: any, children: type={store.type} ctaOnClick={store.ctaOnClick} dismissable={store.dismissable} + className={store.className} > {children} @@ -123,4 +125,11 @@ storiesOf('Infobox') > Welcome to the world of tomorrow + )) + .add('With className', () => ( + + Welcome to the world of tomorrow + )); diff --git a/uidev/src/stories/input.stories.tsx b/uidev/src/stories/input.stories.tsx index c522a10c7..af5e791d0 100644 --- a/uidev/src/stories/input.stories.tsx +++ b/uidev/src/stories/input.stories.tsx @@ -66,6 +66,14 @@ storiesOf('Input') value="faulty input" error="This is a generic error message." /> + )) + .add('Type number with min & max', () => ( + )); storiesOf('Password') -- cgit v1.2.3-70-g09d2