* implemented basic tooltip
* add animation
* finish up tooltip, added instant option
* implemented basic tooltip
* add animation
* finish up tooltip, added instant option
* Uninstall v-tooltip
* Match folder structure of focus to tooltip
* Register new directives
* remove duplicate folder
* Export functions, cleanup animate
* Export update tooltip function
* Increase test covergae
* Added start and end options
* Structure positioning tests
* tooltip right end will now show on the right end
* Add tests for modifier states
* Update test coverage
* Fix stylelint issues
* made top as default position
* added inverted option
* fix lint
* Move tooltip style vars to theme
* Remove line clamp
* Update tests
Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
* Add file structure
* Add basics of private view
* Add composition api in every test
* Install nanoid
* Add request queue
* Register all global components
* Make bunny run on api queue
* Use private route for debug now
* Move request queue to store
* Remove unused sleep function in hover test
* Use new request queue in private view
* Remove jest pre-test config
* Finish logo + tests
* Add tests for private view
* Fix unhandled promise in api test
* Install stylelint
* Move stylelint config to root
* Setup auto-fixing of scss on commit
* Use single quoted strings
Plays nicely with prettier
* Autofix CSS problems
* Fix indentation of package.json