Add nova 4 support, it is a breaking change, so if you want to use this package with nova 3 use ^1.0 version.
To upgrade installed package just change version in your composer.json from ^1.0 to ^2.0
What's Changed
- [breaking, upgrade] Add support for nova 4 by @AlexAzartsev in #10
- Change styles for support light and dark theme
- Fix few heroicons
- Add
fill='currentColor'
for font awesome icons
Full Changelog: v1.0.3...v2.0.0