v3.3.0
💖 New
- Text component shorthand props
align
andcolor
added for setting text alignment and color. - Types added for all components for
fontColor
,textAlign
,width
,backgroundColor
andborderColor
. - Module augmentation to override utlity prop types added to library.
✨ Updates
- Styles only entry
_index.scss
added to ensure library styles can be imported as~componentry/styles
🛠 Fixes
- Misc className mismatches resulting from TS updates.