v3 TreeView (#6020)
* scaffolding
* more style progress
* add box shadow border styles
* add disabled styles and behavior
* get rid of psudo element in favor of real element in prep for macros conversion
* get macro styles to work for tree
* remove old version in favor of macros
* add dynamic support
* add icons support, types, ref support and misc cleanup
* fix lint and rename Tree file
* add resizing story and fix text truncation/border cut off/addition prop considerations
* fix wiggle
* add more stories, fix chevron grid sizing, add empty state centering
* progress in fixing build issue
* fix bugs from testing
default pointer styling, focus styling when focus is withing the row, clicking on the chevron should move focus into tree, checkbox now appears when single selection
* fix pointer
conditions to macros must have "is" as a prefix?
* tentative announcement for grid list rows with links/actions
* updating HCM, RTL and increasing row width for action button focus ring
* weirdness with styles bleeding into the action menu, may need fix from rainbow for macros
* brainstorming some way to fix tree icon styles from making it to action menu icon
* adding temp test setup and babel config update for macros, tests dont run still
* Tentative approach to get rid of ActionButton icon styles from being erronously overwritten
icon slot propogated styles from TreeView row were making it to the ActionMenu button. Preventing this from happening by making ActionButton clearSlots and only accept text slot props. To preserve ActionGroup classname for icon, moved it to ActionButton directly
* chevron rotate animation
* bump babel so tests with macros can run
* update treeview tests to match spectrum implementation
* wrap up tests and clean up package json
* test skipping the tree tests to see if the 16 and 17 tests pass
* unskip tree tests, doesnt look like those are the problem
* update types and fixes for removal of "all" support for expandable key set
* bring back docs transformer for fork point
* increasing timeout time to see if it helps the test failures
* try running in band
* Fix fork point
Until we move to babel 8, we need to use assert instead of with, see https://babeljs.io/docs/v8-migration#babelplugin-syntax-import-assertions
* revert to "with" and pin parser
* fix build?
* revert runInBand
* adding increased timeout back
* try skipping TreeView test
* lower timeout for RTL async utils so they finish before jest kills workers
* set disabled/HCM color on grid cell and have children inherit this
this allows us make the icon the proper greyText color and avoid some UNSAFE styles
* make it so talkback cant focus the chevron if the row is completely disabled
* fix lint
* add chromatic and add timeout back in
* test limiting jest workers
* get rid of things added to pass the build now that we are using SWC
* still need importAttributes for docs transformer?
* Address review comments
* typo
* fix import