Commit Graph

1 Commits

Author SHA1 Message Date
Adam Butterworth 1443429cd2
fix: ADR for Prop Naming and change classNames to strings (#405)
* 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
2019-03-26 17:12:15 -07:00