primer-css
released this
21 Aug 07:15
·
84 commits
to main
since this release
See documentation for this release
Minor Changes
-
#691
34e7aa8b
Thanks @joshfarrant! - > WarningThis update contains a breaking visual change to the
LogoSuite
component.LogoSuite
components without a specifiedvariant
prop will now automatically apply eitheremphasis
ormuted
styles depending on the number of logos in theLogoBar
.- Added new default behaviour to the
variant
prop of theLogoSuite
component. Ifvariant
isundefined
then eitheremphasis
ormuted
styles are automatically applied depending on the number of logos in theLogoBar
. Five or fewer logos apply theemphasis
style, while six or more use themuted
style. - Reduced
LogoSuite
size on mobile viewports.
- Added new default behaviour to the
Patch Changes
- #694
5f1181be
Thanks @joshfarrant! - Improved screen reader accuracy of column indexes inComparisonTable
.