* fix: add withDeprecatedProps HOC and deprecate className array in button
* fix: create component api guidelines adr
* fix: update selectors in pagination test
Selectors now find button even when it wrapped in withDeprecatedProps HOC.
* fix: change classname prop format to string in Icon
* fix: change classname format to string for StatusAlert
* fix: change classname prop format to string in Table
* fix: change classname to expect string in Inputs
This reverts commit 0274806f8e.
* fix: make default className undefined
* fix: update assignment of transformed props
* Update src/StatusAlert/StatusAlert.test.jsx
Co-Authored-By: abutterworth <adamjbutterworth@gmail.com>
* fix: update ADR to accepted
* fix: pass through children if provided