v5.17.0
New theme radii
We reworked our radii theme:
export const getRadii = (theme: WuiTheme): ThemeRadii => {
return {
none: '0',
sm: theme.toRem(2),
md: theme.toRem(4),
lg: theme.toRem(8),
xl: theme.toRem(16),
}
}Soon we will update our components radii to be iso to our new guidelines.
- feat: add new border radii theme and reset all on components by @theo-mesnil in #2448
Other changes
Full Changelog: v5.16.2...v5.17.0