Add WHCM support for all the form elements (#2830)
* fix: merged checkbox fixes from spectrum-css for WHCM
* fix: WHCM for menu
* fix: WHCM fixes for textfield
* fix: WHCM for switch
* fix: WHCM checkbox - more fixes
* fix: WHCM radioGroup
* fix: WHCM slider
* fix: WHCM stepper
* fix: merged checkbox fixes from spectrum-css for WHCM
* fix: WHCM for menu
* fix: WHCM fixes for textfield
* fix: WHCM for switch
* fix: WHCM checkbox - more fixes
* fix: WHCM radioGroup
* fix: WHCM slider
* fix: WHCM stepper
* Add calendar WHCM
* Add InputGroup WHCM
* Add Color Controls WHCM
* fix linter
* fix: Picker WHCM
* fix: add WHCM checkbox story
* fix: update WHCM combo/menu/picker
* fix: add hover style for today
* fix: remove comment from radio
* fix: indents in inputgroup
* fix: textfield border on hover in WHCM
* fix: switch review comments WHCM
* fix: stepper fixes from review comments
* fix: inputgroup, picker, menu review comments
* remove focus colour for colorhandle
* add focus on cells within dateFields
* fix placeholder for dropdown
* add focus overrides for readonly & placeholder
* fix: unavailable today date was invisible
* fix slider down state
* Fix quiet combobox
* Add invalid colours
* ColorArea should have forced-color-adjust: none
In order to reproduce the overlapping gradients for a ColorArea, the container element .spectrum-ColorArea will have a background-image or background-color over which the .spectrum-ColorArea-gradient renders.
* fix: combobox/picker/date/textfield hover/active style
Co-authored-by: Robert Snow <rsnow@adobe.com>
Co-authored-by: Daniel Lu <dl1644@gmail.com>
Co-authored-by: Michael Jordan <mijordan@adobe.com>