Pulled out react-scripts from package.json
Replaced WebPack5 with Vite, so as to remove the dependency on react-scripts. This then required the update to storybook.
Forgot to export the Help type
Added a Help type as well as improving some of the documentation
Removed Roboto as a font as it has some Accessibility limitations.
Added in the basics for Accessibility checking Improved code coverage
Updated tests
Upgraded rollup to latest version
Dependencies update including node to v18 for the Cypress CI/CD jobs
Update to the Status onHover content
Version update as a number of teams are using this Small tweak to 1 foreground colour
aria-description removed as it's now deprecated. Added imagery to the Read The Docs
Better implementation of vulnerability resolution
Resolved vulnerabilities in the library
Storybook update
Update tag number
Branch seems to be needed for main
Some issues with the previous tag.
Update Storybook to v7 Replaced defaultProps
RTD Tweaks