You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
New RiverAccordion prop: variant. This prop controls the layout and appearance of the RiverAccordion component. Two variants are available: default and gridline.
The default variant is the pre-existing RiverAccordion configuration and remains the default value.
The gridline variant adds lateral padding and borders for use within bordered grid layouts, using a 50/50 column split.
<RiverAccordionvariant="gridline"/>
Changes
Updated accordion icons: Replaced PlusIcon with ChevronDownIcon/ChevronUpIcon for better visual clarity of expand/collapse state.
Updated default text size: Text size in RiverAccordion.Content now defaults to 300 (previously 200) for improved readability.
Updated all 13 base color scale palettes (gray, blue, green, yellow, orange, red, purple, pink, coral, lemon, lime, teal, indigo) in both light and dark modes
Updated black-0 from #1f2328 to #000000 in both light and dark modes
⚠️ Deprecated --brand-color-error-* and --brand-color-text-error tokens, which are now aliased to the new --brand-color-danger-* and --brand-color-text-danger equivalents and will be removed in the future
⚠️ Deprecated --brand-color-text-subtle, which is now remapped to the same value as --brand-color-text-muted and will be removed in the future
Updated --brand-InlineLink-color-rest and --brand-InlineLink-color-pressed to reference the new --brand-color-text-link-rest and --brand-color-text-link-pressed functional tokens
Updated --brand-Link-color-accent to reference the new --brand-color-text-link-rest functional token
Patch Changes
#1299ea8a60f Thanks @rezrah! - Upgraded dependencies to latest minor, patch, and select major versions.
New RiverAccordion prop: variant. This prop controls the layout and appearance of the RiverAccordion component. Two variants are available: default and gridline.
The default variant is the pre-existing RiverAccordion configuration and remains the default value.
The gridline variant adds lateral padding and borders for use within bordered grid layouts, using a 50/50 column split.
<RiverAccordionvariant="gridline"/>
Changes
Updated accordion icons: Replaced PlusIcon with ChevronDownIcon/ChevronUpIcon for better visual clarity of expand/collapse state.
Updated default text size: Text size in RiverAccordion.Content now defaults to 300 (previously 200) for improved readability.
#1291b989693 Thanks @danielguillan! - Added new subcomponents and variant prop to the SectionIntroStacked component:
SectionIntroStacked.Description
SectionIntroStacked.ItemIcon
SectionIntroStacked.ItemHeading
SectionIntroStacked.ItemDescription
Heading and link sizes have also been updated. New variant prop supports default and gridline options.
<SectionIntroStackedvariant="gridline"><SectionIntroStacked.Heading>Section heading</SectionIntroStacked.Heading><SectionIntroStacked.Description>A short description.</SectionIntroStacked.Description><SectionIntroStacked.Linkhref="#">Learn more</SectionIntroStacked.Link><SectionIntroStacked.Items><SectionIntroStacked.Item><SectionIntroStacked.ItemIconicon={CpuIcon}/><SectionIntroStacked.ItemHeading>Feature one</SectionIntroStacked.ItemHeading><SectionIntroStacked.ItemDescription>Description of this feature.</SectionIntroStacked.ItemDescription></SectionIntroStacked.Item></SectionIntroStacked.Items></SectionIntroStacked>
#12938519668 Thanks @danielguillan! - Add expressive variant to Testimonial which provides a two-column layout, a new Testimonial.Link subcomponent, and updated typographic styles.
<Testimonialvariant="expressive"><Testimonial.Quote>
GitHub helps us ensure that we have our security controls baked into our pipelines all the way from the first line
of code we're writing.
</Testimonial.Quote><Testimonial.Linkhref="/case-study">Read the full story</Testimonial.Link><Testimonial.Nameposition="Staff Security Engineer">David Ross</Testimonial.Name><Testimonial.Avatarsrc="/avatars/david-ross.png"alt="David Ross avatar"/></Testimonial>
Updated all 13 base color scale palettes (gray, blue, green, yellow, orange, red, purple, pink, coral, lemon, lime, teal, indigo) in both light and dark modes
Updated black-0 from #1f2328 to #000000 in both light and dark modes
⚠️ Deprecated --brand-color-error-* and --brand-color-text-error tokens, which are now aliased to the new --brand-color-danger-* and --brand-color-text-danger equivalents and will be removed in the future
⚠️ Deprecated --brand-color-text-subtle, which is now remapped to the same value as --brand-color-text-muted and will be removed in the future
Updated --brand-InlineLink-color-rest and --brand-InlineLink-color-pressed to reference the new --brand-color-text-link-rest and --brand-color-text-link-pressed functional tokens
Updated --brand-Link-color-accent to reference the new --brand-color-text-link-rest functional token
Patch Changes
#1299ea8a60f Thanks @rezrah! - Upgraded dependencies to latest minor, patch, and select major versions.
@primer/react-brand:
autoprefixer: 10.4.20 → 10.4.27
css-loader: 7.1.2 → 7.1.4
mini-css-extract-plugin: 2.9.2 → 2.10.2
postcss: 8.5.1 → 8.5.8
postcss-loader: 8.1.1 → 8.2.1
postcss-preset-env: 10.1.3 → 11.2.0
webpack: 5.101.3 → 5.105.4
webpack-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.27
postcss: 8.5.1 → 8.5.8
@primer/brand-css@0.66.0
Patch Changes
#1299ea8a60f Thanks @rezrah! - Upgraded dependencies to latest minor, patch, and select major versions.
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
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 was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@primer/brand-primitives@0.66.0
Minor Changes
#1286
d948c46Thanks @danielguillan! - Updates toRiverAccordioncomponentNew Features
New
RiverAccordionprop:variant. This prop controls the layout and appearance of the RiverAccordion component. Two variants are available:defaultandgridline.The
defaultvariant is the pre-existingRiverAccordionconfiguration and remains the default value.The
gridlinevariant adds lateral padding and borders for use within bordered grid layouts, using a 50/50 column split.Changes
PlusIconwithChevronDownIcon/ChevronUpIconfor better visual clarity of expand/collapse state.RiverAccordion.Contentnow defaults to300(previously200) for improved readability.#1272
a386ed4Thanks @danielguillan! - Updated all base color scales and functional tokens.Design token updates
gray,blue,green,yellow,orange,red,purple,pink,coral,lemon,lime,teal,indigo) in both light and dark modesblack-0from#1f2328to#000000in both light and dark modes--brand-color-text-default,--brand-color-text-muted,--brand-color-border-default,--brand-color-border-subtle,--brand-color-border-muted,--brand-color-success-fg,--brand-color-success-emphasis,--brand-color-accent-primary, and all hardcoded alpha tokens (--brand-color-success-muted,--brand-color-error-muted,--brand-color-neutral-muted,--brand-color-neutral-subtle)--brand-color-text-emphasized,--brand-color-text-link-rest,--brand-color-text-link-pressed,--brand-color-text-danger,--brand-color-danger-fg,--brand-color-danger-emphasis,--brand-color-danger-muted,--brand-color-danger-subtle,--brand-color-canvas-muted--brand-color-error-*and--brand-color-text-errortokens, which are now aliased to the new--brand-color-danger-*and--brand-color-text-dangerequivalents and will be removed in the future--brand-color-text-subtle, which is now remapped to the same value as--brand-color-text-mutedand will be removed in the future--brand-InlineLink-color-restand--brand-InlineLink-color-pressedto reference the new--brand-color-text-link-restand--brand-color-text-link-pressedfunctional tokens--brand-Link-color-accentto reference the new--brand-color-text-link-restfunctional tokenPatch Changes
#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@primer/react-brand@0.66.0
Minor Changes
#1286
d948c46Thanks @danielguillan! - Updates toRiverAccordioncomponentNew Features
New
RiverAccordionprop:variant. This prop controls the layout and appearance of the RiverAccordion component. Two variants are available:defaultandgridline.The
defaultvariant is the pre-existingRiverAccordionconfiguration and remains the default value.The
gridlinevariant adds lateral padding and borders for use within bordered grid layouts, using a 50/50 column split.Changes
PlusIconwithChevronDownIcon/ChevronUpIconfor better visual clarity of expand/collapse state.RiverAccordion.Contentnow defaults to300(previously200) for improved readability.#1291
b989693Thanks @danielguillan! - Added new subcomponents andvariantprop to theSectionIntroStackedcomponent:SectionIntroStacked.DescriptionSectionIntroStacked.ItemIconSectionIntroStacked.ItemHeadingSectionIntroStacked.ItemDescriptionHeading and link sizes have also been updated. New
variantprop supportsdefaultandgridlineoptions.#1293
8519668Thanks @danielguillan! - Addexpressivevariant toTestimonialwhich provides a two-column layout, a newTestimonial.Linksubcomponent, and updated typographic styles.#1272
a386ed4Thanks @danielguillan! - Updated all base color scales and functional tokens.Design token updates
gray,blue,green,yellow,orange,red,purple,pink,coral,lemon,lime,teal,indigo) in both light and dark modesblack-0from#1f2328to#000000in both light and dark modes--brand-color-text-default,--brand-color-text-muted,--brand-color-border-default,--brand-color-border-subtle,--brand-color-border-muted,--brand-color-success-fg,--brand-color-success-emphasis,--brand-color-accent-primary, and all hardcoded alpha tokens (--brand-color-success-muted,--brand-color-error-muted,--brand-color-neutral-muted,--brand-color-neutral-subtle)--brand-color-text-emphasized,--brand-color-text-link-rest,--brand-color-text-link-pressed,--brand-color-text-danger,--brand-color-danger-fg,--brand-color-danger-emphasis,--brand-color-danger-muted,--brand-color-danger-subtle,--brand-color-canvas-muted--brand-color-error-*and--brand-color-text-errortokens, which are now aliased to the new--brand-color-danger-*and--brand-color-text-dangerequivalents and will be removed in the future--brand-color-text-subtle, which is now remapped to the same value as--brand-color-text-mutedand will be removed in the future--brand-InlineLink-color-restand--brand-InlineLink-color-pressedto reference the new--brand-color-text-link-restand--brand-color-text-link-pressedfunctional tokens--brand-Link-color-accentto reference the new--brand-color-text-link-restfunctional tokenPatch Changes
#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@primer/brand-css@0.66.0
Patch Changes
#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@primer/brand-docs@0.66.0
@primer/brand-storybook@0.66.0
@primer/brand-e2e@0.66.0
@primer/brand-fonts@0.66.0
@primer/brand-config@0.66.0