-
#1363
f3a70edThanks @rezrah! - Added the--base-size-60and--base-size-88base size tokens.Also exposed
60and88through React components that use the base size scale, such asBoxandStack.<Box padding={60} /> <Box padding={88} /> <Stack gap={60} /> <Stack gap={88} />
-
#1363
f3a70edThanks @rezrah! - - Updated theAccordiontoggle indicator to use theTriangleDownIconocticon, which rotates anti-clockwise between its open and closed states.-
Improved
Accordioncontent open and close animation so items transition using measured content height. -
Added a
disableAnimationprop toAccordionnow that it includes a default animation, which may not be applicable in all use-cases. -
Updated
Accordionto close immediately when reduced motion is preferred.
-
-
#1363
f3a70edThanks @rezrah! - Adjusted theCard.Headingbottom spacing from20pxto12px. -
#1363
f3a70edThanks @rezrah! - Adjusted theHeroaction group top spacing from32pxto28pxand the expressive trailing content top spacing from32pxto20pxon wider viewports. -
#1363
f3a70edThanks @rezrah! - Updated theLogoSuitecontrol hover color in light mode fromgray-2togray-1. -
#1363
f3a70edThanks @rezrah! - UpdatedTabsitem typography from text size100to200. -
#1363
f3a70edThanks @rezrah! - AddedTextCursorAnimationcursor color tokens. The light mode cursor color now uses--base-color-scale-green-6, while dark mode preserves the existing accent color.
-
#1344
e54a442Thanks @rezrah! - Updated Button appearance and API ergonomics:⚠️ Breaking change: Removed theaccentButton variant. Useprimaryinstead, which now applies the previousaccentappearance.- Updated
secondary, andsubtlevariant colors and state styles. - Updated Button hover background colors to use transitionable color values and standardized hover transitions with a 0.2s background color transition. Previously, they would not animate at all.
- Updated Button border radius, medium Button sizing, and medium ActionMenu item height to better match the new Figma treatment.
- Updated the shared medium control size token from
48pxto43px, so medium Button, ActionMenu, TextInput, and Select controls stay aligned. - Updated medium Button label typography to better match the new Figma treatment.
- Fixed vertical alignment issues in the
Buttoncomponent so labels are centered consistently in browsers like Firefox. - Deprecated the
hasArrowprop and hid Button arrows by default.- Note:
hasArrowwill be removed entirely in a future release.
- Note:
-
#1359
9c900e9Thanks @rezrah! - Adjusted theHero.Labelbottom spacing from16pxto14px. -
#1359
9c900e9Thanks @rezrah! - UpdatedIconwithhasBackgroundto use a 12px border radius. -
#1359
9c900e9Thanks @rezrah! - UpdatedCheckboxandRadiochecked, indeterminate, disabled, and hover state styling to match the latest design treatment.Form controls now use a dedicated focus color token, with blue-6 in light mode and blue-2 in dark mode.
Updated form validation icon alignment and success color treatment.
The checkmark animation now uses the checked foreground color from the start instead of flashing the focus color first.
-
#1359
9c900e9Thanks @rezrah! - Updated theLogoSuitegridline expressive layout to use slightly larger tablet logobar spacing, improving alignment with the overview template design.Set
LogoSuitemobile logo sizing to 32px, matching the tablet presentation and improving consistency across smaller viewports.Updated the
LogoSuiteexpressive gridline variant on tablet layouts to use fixed 91px inline edge spacing instead of a max-width cap.
-
#1299
ea8a60fThanks @rezrah! - Upgraded dependencies to latest minor, patch, and select major versions.@primer/react-brand:autoprefixer: 10.4.20 → 10.4.27css-loader: 7.1.2 → 7.1.4mini-css-extract-plugin: 2.9.2 → 2.10.2postcss: 8.5.1 → 8.5.8postcss-loader: 8.1.1 → 8.2.1postcss-preset-env: 10.1.3 → 11.2.0webpack: 5.101.3 → 5.105.4webpack-cli: 6.0.1 → 7.0.2
@primer/brand-primitives:@primer/primitives: 9.1.1 → 9.1.2
@primer/brand-css:autoprefixer: 10.4.20 → 10.4.27postcss: 8.5.1 → 8.5.8