Added forceSelection to AutoComplete component - you can now enforce a user
to select an item (under the hood we replaced react-autosuggest with DownShift
aswell)
Added verticalAlign to Logo and Image component
Added position prop to DatePicker
Added es & cjs outputs to a new /dist folder
Added package.json 'module' will now target './dist/es/index.js'
Changed package.json 'main' will now target './dist/cjs/index.js'