fix(SW-3693): Refactor Input stories to use FormInput component and showcase all controls
* Refactor Input stories to use FormInput component and showcase all controls
* Updated stories and added autocomplete prop to PasswordInput
* Merge branch 'master' into fix/3693-group-inputs-storybook
* Use FormTextArea in stories for TextArea to show description and error texts
* Merged master into fix/3693-group-inputs-storybook
* Merge branch 'master' into fix/3693-group-inputs-storybook
* Removed redundant font name and fixed broken icons in stories
* Merge branch 'fix/3693-group-inputs-storybook' of bitbucket.org:scandic-swap/web into fix/3693-group-inputs-storybook
* Merged master into fix/3693-group-inputs-storybook
* Merge branch 'master' into fix/3693-group-inputs-storybook
Approved-by: Bianca Widstam
fix(SW-3691): Setup one prettier config for whole repo
* Setup prettierrc in root and remove other configs
Approved-by: Joakim Jäderberg
Approved-by: Linus Flood
feat(SW-3672): Update PasswordInput component
* Update PasswordInput component
* Removed some tests not working as expected
* Remove IconButton from PasswordInput
* Remove IconButton from Input
* Merge branch 'master' into feat/new-passwordinput-component
Approved-by: Linus Flood