Minor Changes
-
#811
6331ae61
Thanks @rezrah! -River
andSectionIntro
link colors now default to blue (accent) for consistency withCard
,Pillar
and similar components that feature blue links.⚠️ This is a visual breaking change. Please manually review all usages ofRiver
andSectionIntro
to ensure there is sufficient contrast with the background color.
Patch Changes
-
#805
2928995b
Thanks @rezrah! - Disabled all transitions and auto-staggering whenreduced-motion
user preference is enabled -
#809
bbb14ce9
Thanks @rezrah! - UpdatedLink
underline to fill entire width -
#798
af335d37
Thanks @joshfarrant! - - Fixed a bug where theBento
leadingVisual
prop wouldn't honour the providedsize
.- Updated the
Card.Icon
internal implementation to use the newIcon
component.
- Updated the
-
#810
774b91b0
Thanks @rezrah! - Added new background customization options toCTABanner
New props:
backgroundColor
backgroundImageSrc
backgroundImageSize
backgroundImagePosition
Also added
variant
prop toCTABanner.Description
, to achieve higher contrast when using background images.🔗 See the documentation for more details and usage examples.
-
#805
2928995b
Thanks @rezrah! - Removed negative margin fromRiverStoryScroll
whenreduced-motion
user preference is enabled