Merge master to v3 6.10.19 (#362)
* Upgrade spectrum-css to 2.11 (#296)
* Add support for icon in sidenav item (#242)
* Add ability to not close modal on escape keypress (#261)
* Add ability to not close modal on escape keypress
* #246 Refactor ability to not close modal on escape keypress
1. rename `keyboard` prop to `disableEscKey` boolean for clarity
2. `disableEscKey={true}` will set `keyboard={false}` on BaseModal
3. when `disableEscKey={true}` esc key should not call onCancel in Dialog
4. allow lifecycle events supported by react-overlays to be passed through to BaseModel
5. update tests to improve code coverage
* #246 refactor assigning of Modal props from content props
1. Refactor assigning of Modal props from content
2. Fix link in Storybook story
3. Correct typo in unit test description
* @trivial remove console.log in unit test
* Chain onClick & onFocus of a tag iside taglist (#304)
* Upgrade collection-view to v4.1.5 (#306)
* chore(release): publish
* Patch fix for core-js accidentally being added as a dependency in the distribution
* add a change to our packages (update a comment) so that lerna notices it should produce a patch... but it won't change behavior
* Remove deprecated button variant (#309)
* no conflicts! yay :) (#321)
generated yarn.lock based on master + this branch
* Adding wrapping container to centered Wait stories (#317)
* Fix #319 [Accessibility] TreeView: down arrow should navigate from header row to table body (#320)
* RSP-699 [Accessibility][Documentation] Menu (#292)
* RSP-701 [Accessibility][Documentation] NumberInput (#324)
* RSP-701 [Accessibility][Documentation] NumberInput
* @trivial [Documentation] fix build operation
Rename src/CoachMark/style/styles.styl to src/CoachMark/style/index.styl, so that css file gets copied correctly.
* Fix #342 Tour unit test fail under React 15 (#343)
* Storybook actions stop working with babel/polyfill which we just changed to (#345)
#344 setup a new environment for running storybook
* [#350] Add indeterminate prop to Progress (#348)
* Add indeterminate prop to Progress
* add babel preset for storybook env
* keep jsx a11y