Modal
Switch
- updated Switch component new styles ( shout out to @nikk15 )
- the ability to programmatically switch components off and on
Badge => Pill
- deprecated Badge component and Pill component are now taking their place.
- Pill component has a new brand background gradient colors "rainbow" | "cool" | "warm"
Input
- input component updated with an optional top label (aria-label is applied so html label will be ok to remove)
- "readonly" option
Button
- Bug fix: button was wrapping when "squished" when having more than one word in the Button
Radio
- new react node option to the radio so you can place a custom image/icon after the radio circle and before its label.
- optional label
Modal component
- the modal component was used in multiple projects and has now been added to Lilypad, TODO - add fade animation.