Releases: primer/brand
@primer/[email protected]
See documentation for this release
Patch Changes
@primer/[email protected]
@primer/[email protected]
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
@primer/[email protected]
Minor Changes
- #798
af335d37
Thanks @joshfarrant! -⚠️ Breaking change: Removed all Card-icon-background/color tokens (eg--brand-Card-icon-background-blue
,--brand-Card-icon-color-orange
)
@primer/[email protected]
Minor Changes
-
#779
b5c291e2
Thanks @joshfarrant! - Accessibility improvements to theFormControl.Hint
component.FormControl.Hint
is now automatically associated with the form field usingaria-describedby
.- Improvements to the styling of
FormControl.Hint
when used alongside aCheckbox
.
Patch Changes
-
#791
8105b6a3
Thanks @joshfarrant! - Increased spacing betweenRiver
components on narrow viewports from28px
to36px
-
#776
06fd8476
Thanks @joshfarrant! - Addedaria-describedby
attribute to leading/trailing text and visuals inTextInput
component -
#781
ec6ffc36
Thanks @joshfarrant! - -Card
component no longer expands to full width whenfullWidth={false}
Card
component no longer renders duplicate borders in dark mode whenhasBorder={true}
-
#774
a6baf41d
Thanks @joshfarrant! - Fixed issue whereButton
component would reflow and break over multiple lines when its text content exceeded the viewport width.⚠️ Breaking changes to the following design tokens:- --brand-control-medium-paddingBlock + --brand-control-medium-paddingBlock-normal
- --brand-control-large-paddingBlock + --brand-control-large-paddingBlock-normal
Additional tokens added:
+ --brand-control-medium-paddingBlock-condensed + --brand-control-large-paddingBlock-condensed
-
#728
c6ee839e
Thanks @MelissaPastore! - Fixed a bug with theCheckbox
component where validation messages wouldn't be positioned correctly. -
#768
0270f06d
Thanks @danielguillan! - Improves spacing ofRiverBreakout
content -
#797
b3e34be5
Thanks @rezrah! - Fixed visual bug inRiverStoryScroll
layout on narrow viewports. Also adjusted positioning of the pagination to be closer to the scrolled items. -
#760
6be1118d
Thanks @joshfarrant! - Fixed a bug where passing a className toHero.Label
orHero.Eyebrow
would replace the default class. -
#766
d10dc535
Thanks @danielguillan! - Adds internal paddings to River content on larger viewports -
#767
299ad371
Thanks @danielguillan! - - Update the order of River children to ensure an accessible markup structure.-
On narrow viewports, the content and visuals are now flipped, with the visuals always placed first to enhance visual hierarchy.
⚠️ This may introduce a visual breaking change, whereby the visual is now displayed earlier in the page than originally intended. Please manually review content adjacent to theRiver
components for correctness.
-
-
#785
ec7d4023
Thanks @joshfarrant! - Fixed bug inCard
component which caused the focus outline to not display when in dark-mode
@primer/[email protected]
Minor Changes
-
#774
a6baf41d
Thanks @joshfarrant! - Fixed issue whereButton
component would reflow and break over multiple lines when its text content exceeded the viewport width.⚠️ Breaking changes to the following design tokens:- --brand-control-medium-paddingBlock + --brand-control-medium-paddingBlock-normal
- --brand-control-large-paddingBlock + --brand-control-large-paddingBlock-normal
Additional tokens added:
+ --brand-control-medium-paddingBlock-condensed + --brand-control-large-paddingBlock-condensed
Patch Changes
-
#791
8105b6a3
Thanks @joshfarrant! - Increased spacing betweenRiver
components on narrow viewports from28px
to36px
-
#769
41531950
Thanks @danielguillan! - Adjust text 800 line height
@primer/[email protected]
See documentation for this release
Patch Changes
-
#754
d061705c
Thanks @joshfarrant! - TheRiverStoryScroll
component now enforces that its children must beRiver
components through type checking, instead of relying on a run-time check. -
#739
24bd6338
Thanks @joshfarrant! - Fixed a bug in theSubNav
component where the submenu toggle was rendered as an empty button on mobile viewports. -
#736
73cf706e
Thanks @lukasoppermann! - Replaced the--brand-VideoPlayer-tooltip-padding
design token in theVideoPlayer
component with two new tokens that separately account for padding along each axis:--brand-VideoPlayer-tooltip-padding-inline
and--brand-VideoPlayer-tooltip-padding-block
.Note: This update does not introduce any visual changes. Please update any manual references to
--brand-VideoPlayer-tooltip-padding
to use the new tokens.- --brand-VideoPlayer-tooltip-padding + --brand-VideoPlayer-tooltip-padding-inline + --brand-VideoPlayer-tooltip-padding-block
-
#722
99328ce0
Thanks @danielguillan! - Added support for<b>
elements toBento
,RiverBreakout
,SectionIntro
,Timeline
, andTestimonial
components, as<em>
is semantically interpreted by screen readers for emphasis, while<b>
allows duo-tone text to function purely as a visual decoration.Usage example:
<SectionIntro> <SectionIntro.Heading> <b>Expressive headline</b> about an exclusive set of features. </SectionIntro.Heading> </SectionIntro>
Important
The updated components still support the use of<em>
elements for backward compatibility, but moving forward, the only recommended element for emphasized text is<b>
. -
#733
2dcb9bad
Thanks @danielguillan! - Fixes Label component multiline reflow -
#746
4af8db14
Thanks @joshfarrant! - Fixed a bug whereCard
components rendered within a dark colour mode would not take the full width of their container.
@primer/[email protected]
Patch Changes
-
#736
73cf706e
Thanks @lukasoppermann! - Replaced the--brand-VideoPlayer-tooltip-padding
design token in theVideoPlayer
component with two new tokens that separately account for padding along each axis:--brand-VideoPlayer-tooltip-padding-inline
and--brand-VideoPlayer-tooltip-padding-block
.Note: This update does not introduce any visual changes. Please update any manual references to
--brand-VideoPlayer-tooltip-padding
to use the new tokens.- --brand-VideoPlayer-tooltip-padding + --brand-VideoPlayer-tooltip-padding-inline + --brand-VideoPlayer-tooltip-padding-block
-
#738
f6bab573
Thanks @lukasoppermann! - Fixed line formatting infunctional/size/size-coarse.css
andfunctional/size/size-fine.css
E.g.
- @media (pointer: coarse) { :root { - --brand-controlStack-medium-gap-auto: var(--base-size-12); - --brand-controlStack-small-gap-auto: var(--base-size-16); - --brand-control-minTarget-auto: var(--base-size-44); -}} +@media (pointer: coarse) { + :root { + --brand-controlStack-medium-gap-auto: var(--base-size-12); + --brand-controlStack-small-gap-auto: var(--base-size-16); + --brand-control-minTarget-auto: var(--base-size-44); + } +}
@primer/[email protected]
See documentation for this release