* feat: wip select on multi tap
* refactor: wip use select from listbox
* refactor: wip, select on onTouchEnd
* fix: remove select ref
* fix: only range select if range is > 7
* test: add test
* fix: prevent gesture events in listbox
* refactor: compensate for checkboxes in item width
* test: useTempKeyboard
refactor: skip useState for active state
* refactor: revert to old useState and fix unit test
* Update apis/nucleus/src/components/listbox/components/useTempKeyboard.js
---------
Co-authored-by: Tobias Linsefors <T-Wizard@users.noreply.github.com>
* refactor: compensate for checkboxes in item width
* refactor: announce selected and count
* refactor: value and frequency
* refactor: shift tab for confirm select
* refactor: focus search or confirm button
* refactor: fix and update tests
* refactor: translations
* refactor: break out keyboard and improve nav
* refactor: avoid confusion by predefining tab stop
action
* fix: ensure search focus cycle
* fix: do not prevent keydown in search
* refactor: improvements and fixes
* fix: modularise
* fix: make esc go to parent cell
* fix: ensure we remove last focused on blur
* test: fix keyboard test
* fix: ensure loop
* fix: don't stop propagation for F
* refactor: fix translations to our use-case
* fix: revert prevent default
* refactor: fix loop
* test: fix
* fix: always prevent event for space
* fix: use target when checking where focus is
* refactor: prevent keyboard nav when not enabled
* refactor: add arrow navigation for action toolbar
* fix: always handle keys for scrolling
* fix: f and F should slip through
* fix: use-correct selector
* fix: show correct bg color from theme
* feat: show title styles in Nebula mashup
* chore: require theme
* chore: show titles in rendering test
* chore: set props in test correctly
* chore: set some font families
* chore: add font style support
* chore: fix tests
* chore: update image
* chore: use themed in sheet test
* chore: set separate bg color for sheet
* chore: proper prop
* chore: set sheet baseline
* test: adding some more rendering tests for list
* test: changed fixture and include histogram
* test: add grid rendering tests
* test: addition to gitignore
* test: add baselines
* fix: simplyfy html structure for text highlight
move text highlight to a separate level of spans inside the labelText
remove the need check the text for direction (dir="auto" works)
makes it easier to style and less affected by other styling
* fix: hide correct end of text for text overflow
* fix: generic load function should work for existing charts
* chore: fix test flag
* fix: show version error on failed load
* chore: get rid of warning