Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [12.0.0](v11.8.1...v12.0.0) (2022-07-10) ### ⚠ BREAKING CHANGES * **css:** Changed all CSS color variable names to just be a single dash ### Features * **Box:** Added transparent to all color options ([0831ff0](0831ff0)) * **Button:** Added props to control border, backgroundColor and textColor on hover and active states ([2d3c4e0](2d3c4e0)) * **css:** Change all CSS color variables names to no longer require a double dash before the shade. ([a7eaeed](a7eaeed)) * **Form:** Added a useForm hook and other components that can be used for a form validation pattern ([f13da70](f13da70)) * **ModalManager:** Added ModalManager to manage multiple modal being visible at the same time ([ad1f81b](ad1f81b)) ### Fixes * **InputLabel:** Allow labels and descriptions to be JSX.Elements ([32d007b](32d007b))
- Loading branch information