v1.0.0-beta.42
preshonyee
released this
24 May 17:05
·
55 commits
to main
since this release
Badge
component:
- π: `backgroundColor`, `color` and `position` props are now handled by `system` props.
- β¨: `text` prop now supports `string` type.
Box
component:
- π: `height`, `width`, `color`, `border`, `position`, `minWidth`, `minHeight`, `maxWidth`, `maxHeight`, all padding and margin props are now handled by the `system` props.
- π: `role` prop allows setting the ARIA role for the `Box` component
- β BREAKING: `overflow` prop has been removed.
Text
component:
- β¨: `variant` prop is no longer required