Releases: chakra-ui/pro-theme
Releases · chakra-ui/pro-theme
Release 0.10.0
Changed
- Set the default
variantforButtontoprimaryfromsolid. - Use a more subtle placeholder color for the
filled.accentvariant of theInputcomponent.
Release 0.9.0
Added
- Revise
Drawerto have a more consistent spacing with the rest of the components.
Fixed
- Fixed an issue with the
Buttoncomponent where thetextvariant had the wrong line height.
Release 0.8.0
Added
- Revise
IconButtonto have a more consistent look with the rest of the components.
Changed
- Tweak
CloseButtonto visually align with theIconButtoncomponent.
Release 0.7.1
Fixed
- Set
flexShrinkto0forButtonvariants to prevent it from shrinking when used in a flex container.
Release 0.7.0
Added
- Revise
CloseButtonto have a more consistent look with the rest of the components. - Added
border.activetoken to help with conveying the status of a component. - Added
underlinevariant forLinkcomponent.
Changed
- Tweaked
border.defaultandborder.emphasizedtoken to have a more subtle color in dark mode.
Release 0.6.0
Added
- Added semantic token
successanderrorto help with conveying the status of a component. - Added
filled.accentvariant forInputcomponent.
Changed
- Removed
boxShadowfromButtonvariantprimaryandsecondaryto make the component more consistent with the rest of the components. - Tone down the
boxShadowforTabsvariantinidcator.
Removed
- Removed
outline-on-accentvariant forInputcomponent as it was barely used. - Removed
filledstyles from theInputcomponent. The default variant from the Chakra UI theme will be used.
Fixed
- Fixed an issue with the
FormLabel,ProgressandTablecomponent not having the correctcolor.
Release 0.6.0-beta.0
Added
- Added semantic token
successanderrorto help with conveying the status of a component. - Added
filled.accentvariant forInputcomponent.
Changed
- Removed
boxShadowfromButtonvariantprimaryandsecondaryto make the component more consistent with the rest of the components. - Tone down the
boxShadowforTabsvariantinidcator. - Increase font weight for
Checkboxtosemibold.
Removed
- Removed
outline-on-accentvariant forInputcomponent as it was barely used. - Removed
filledstyles from theInputcomponent. The default variant from the Chakra UI theme will be used.
Fixed
- Fixed an issue with the
FormLabel,ProgressandTablecomponent not having the correctcolor.
Release 0.5.0
Added
- Added
selectedstyles for the secondaryButtonvariant.
Changed
- Switched the
bodyfont family toOpen Sans VariablefromInter Variableand updated theheadingfont family toSpline Sans VariablefromInter Variable. This modification was made to enhance readability and provide a more distinctive aesthetic appeal to our site.
Release 0.5.0-beta.0
Added
- Added
selectedstyles for the secondaryButtonvariant.
Changed
- Switched the
bodyfont family toOpen Sans VariablefromInter Variableand updated theheadingfont family toSpline Sans VariablefromInter Variable. This modification was made to enhance readability and provide a more distinctive aesthetic appeal to our site.
Release 0.4.0
Added
- Added new
Tabsvariantindicator.
Changed
- Renamed and re-designed
Tabsvariantwith-linetounderline. - Changed the default
colorSchemeforBadgefromgraytobrand.
Removed
- Removed
enclosedstyles from theTabscomponent. The default variant from the Chakra UI theme will be used. Tabsstyles no longer override the default Chakra UI theme styles.