Update dependency @primer/primitives to v11.7.0#1046
Merged
renovate[bot] merged 1 commit intomainfrom Apr 15, 2026
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
11.6.0→11.7.0Release Notes
primer/primitives (@primer/primitives)
v11.7.0Compare Source
Minor Changes
#1349
4bedeb1Thanks @lukasoppermann! - Remove redundantlineBoxHeighttokensThe following tokens have been removed:
text-display-lineBoxHeight- Duplicatedtext-display-lineHeightvaluecontrol-xsmall-lineBoxHeightcontrol-small-lineBoxHeightcontrol-medium-lineBoxHeightcontrol-large-lineBoxHeightcontrol-xlarge-lineBoxHeightThese tokens were inconsistently defined (typography used unitless multipliers while controls used absolute dimensions) and were not providing clear value. The control sizing formula (
size = lineBoxHeight + 2 × paddingBlock) can be derived from existingsizeandpaddingBlocktokens. Breaking changes have been mitigated on the platform.Patch Changes
#1344
cb7c706Thanks @lukasoppermann! - Consolidate focus outline tokens intosrc/tokens/component/focus.json5with consistent kebab-case naming (focus-outline-color,focus-outline-width,focus-outline-offset). Deprecated aliases for the old names are included for backward compatibility.Route focus dimension tokens (
--focus-outline-width,--focus-outline-offset,--outline-focus-offset,--outline-focus-width) tocss/functional/size/border.cssinstead of theme CSS files, since these values are static and don't vary by theme.#1345
35d9a90Thanks @lukasoppermann! - Removeshadow.floating.legacy. Reduceshadow.floating.smalllight mode border alpha from 0.5 to 0.25.#1346
7728903Thanks @copilot-swe-agent! - Update light-high-contrast fgColor tokens to custom hex values between scale levels 5 and 6Improves visual differentiation between status colors (open/closed/done) in the light high-contrast theme. The three affected tokens (fgColor.success, fgColor.danger, fgColor.done) previously resolved to base color scale level 6, making them too dark and visually indistinct. No single scale step satisfies both the 7:1 contrast minimum and chromatic distinction, so custom hex values interpolated between levels 5 and 6 are used instead, following the precedent set by dark high-contrast theme overrides.
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.