[0.26.0]: new card variants, interactive icon
π¨ Breaking Changes
Card component
className
andstyle
props have been removed- The Card component has a new internal padding applied, which may affect your layouts
π Features
Components
- StandaloneIcon can be made into an interactive element by giving it an
onClick
handler. The presence of this prop will render a fully accessible button. - Card component has two new variants:
grey
andlavender
π§ Fixes
- Button component is now 100% of its parent's width on mobile viewports