Separate Chromatic storybook (#762)
* Separate Chromatic storybook
Remove chromatic references from current storybook
Create new config for chromatic specific storybook
Add first story
* Cleanup some old commands
Cleanup gitignore
* Fix up lint for chromatic stories
add plop template
* working on the rest of buttons
* Fix layout
Add ButtonGroup
* fix lint
* Remove another unneeded story
* Add actiongroup
fix chromatic command
* fix lint
small update to yarn lock after a clean_all and install
* add layout
add provider
run one theme in RTL in addition to the LTR, don't need to do it in every theme because color is unlikely to change from LTR to RTL, so save some space that way
remove top level provider so it doesn't add conflicting LTR/RTL styles (originally i thought this was only an issue with RTL > LTR, but if you look at the ActionGroup in LTR > RTL with compact such that the button borders collapse, you end up with rounded corners that you shouldn't)
* Added checkbox, pared down provider
* Add divider, illustratedmessage, radio, statuslight, switch
* Add textfield/textarea/searchfield
* Disable animations
inline data url the fonts so there is no flash of a first font followed by a second one (the one we actually care about), others can be added, these are the first two I found
Add dialog initial tests
* fix lint and rename a couple files to the chromatic pattern
* fix last lint error
Co-authored-by: Devon Govett <devongovett@gmail.com>