From b18d390752652ab7136f26ae4ce4441c926247df Mon Sep 17 00:00:00 2001 From: GitHub Design Systems Bot <30705008+primer-css@users.noreply.github.com> Date: Thu, 19 Dec 2024 07:03:05 -0800 Subject: [PATCH] Version Packages (#861) Co-authored-by: github-actions[bot] --- .changeset/big-beans-appear.md | 5 --- .changeset/brown-meals-walk.md | 8 ----- .changeset/long-nails-rest.md | 5 --- .changeset/loud-swans-repeat.md | 7 ---- .changeset/old-roses-brush.md | 9 ----- .changeset/perfect-needles-guess.md | 5 --- .changeset/slimy-snakes-turn.md | 5 --- .changeset/smart-starfishes-lick.md | 18 ---------- .changeset/smooth-ways-retire.md | 26 --------------- apps/storybook/CHANGELOG.md | 2 ++ apps/storybook/package.json | 2 +- packages/design-tokens/CHANGELOG.md | 19 +++++++++++ packages/design-tokens/package.json | 2 +- packages/e2e/CHANGELOG.md | 2 ++ packages/e2e/package.json | 2 +- packages/fonts/CHANGELOG.md | 2 ++ packages/fonts/package.json | 2 +- packages/react/CHANGELOG.md | 52 +++++++++++++++++++++++++++++ packages/react/package.json | 2 +- packages/repo-configs/CHANGELOG.md | 2 ++ packages/repo-configs/package.json | 2 +- 21 files changed, 85 insertions(+), 94 deletions(-) delete mode 100644 .changeset/big-beans-appear.md delete mode 100644 .changeset/brown-meals-walk.md delete mode 100644 .changeset/long-nails-rest.md delete mode 100644 .changeset/loud-swans-repeat.md delete mode 100644 .changeset/old-roses-brush.md delete mode 100644 .changeset/perfect-needles-guess.md delete mode 100644 .changeset/slimy-snakes-turn.md delete mode 100644 .changeset/smart-starfishes-lick.md delete mode 100644 .changeset/smooth-ways-retire.md diff --git a/.changeset/big-beans-appear.md b/.changeset/big-beans-appear.md deleted file mode 100644 index 28dc68376..000000000 --- a/.changeset/big-beans-appear.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react-brand': minor ---- - -Decreased the default heading size in `River` component. Use `size="4"` to restore the previous text size, if needed. diff --git a/.changeset/brown-meals-walk.md b/.changeset/brown-meals-walk.md deleted file mode 100644 index d49c5c020..000000000 --- a/.changeset/brown-meals-walk.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'@primer/react-brand': patch ---- - -`AnchorNav` component updates: - -- `AnchorNav.Action` and `AnchorNav.SecondaryAction` now appear visually smaller by default. Use `size="medium"` if the previous, larger buttons are needed. -- `AnchorNav.Action` and `AnchorNav.SecondaryAction` each support a `variant` prop, allowing primary `Button` visuals to be optionally applied. diff --git a/.changeset/long-nails-rest.md b/.changeset/long-nails-rest.md deleted file mode 100644 index 4adc035d7..000000000 --- a/.changeset/long-nails-rest.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react-brand': patch ---- - -Fixed delayed appearance of heading separator in `SubNav`. diff --git a/.changeset/loud-swans-repeat.md b/.changeset/loud-swans-repeat.md deleted file mode 100644 index a6938e8e4..000000000 --- a/.changeset/loud-swans-repeat.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@primer/react-brand': patch ---- - -Style improvements to the `SubNav` component. - -- Fixed a bug in `SubNav.Link` elements with `aria-current`, which caused inconsistent appearance across viewports. diff --git a/.changeset/old-roses-brush.md b/.changeset/old-roses-brush.md deleted file mode 100644 index 6ab5d2d9c..000000000 --- a/.changeset/old-roses-brush.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -'@primer/react-brand': patch ---- - -Added new `Testimonial` variants. - -Use `variant="default"` or `variant="subtle"` for an alternative visual appearance. The current design will be referred to as `minimal` going forward. - -🔗 [See the documentation for usage examples](https://primer.style/brand/components/Testimonial/react#variants) diff --git a/.changeset/perfect-needles-guess.md b/.changeset/perfect-needles-guess.md deleted file mode 100644 index 8da7ac3d7..000000000 --- a/.changeset/perfect-needles-guess.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react-brand': patch ---- - -`Hero.Description` updated to support `variant="muted"` diff --git a/.changeset/slimy-snakes-turn.md b/.changeset/slimy-snakes-turn.md deleted file mode 100644 index 52cca733c..000000000 --- a/.changeset/slimy-snakes-turn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react-brand': patch ---- - -`SubNav.Link` now supports `variant="default"` to help increase contrast and legibility on non-standard backgrounds. diff --git a/.changeset/smart-starfishes-lick.md b/.changeset/smart-starfishes-lick.md deleted file mode 100644 index 7c386d3eb..000000000 --- a/.changeset/smart-starfishes-lick.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -'@primer/brand-primitives': patch ---- - -Added new design tokens for `Testimonial` and `FrostedGlassVFX` components - -``` -:root { - --brand-Testimonial-borderMask-default - --brand-Testimonial-borderMask-subtle - --brand-FrostedGlassVFX-bgColor - --brand-FrostedGlassVFX-boxShadow - --brand-FrostedGlassVFX-borderMask - --brand-FrostedGlassVFX-blurIntensity-high - --brand-FrostedGlassVFX-blurIntensity-medium - --brand-FrostedGlassVFX-blurIntensity-low -} -``` diff --git a/.changeset/smooth-ways-retire.md b/.changeset/smooth-ways-retire.md deleted file mode 100644 index 5f8f44620..000000000 --- a/.changeset/smooth-ways-retire.md +++ /dev/null @@ -1,26 +0,0 @@ ---- -'@primer/react-brand': minor ---- - -Added a new `FrostedGlassVFX` component for applying a frosted glass-effect texture to nested components. - -⚠️ This is an experimental component, and not tested for compatibility with other Primer Brand components. - -When using this component, ensure there is sufficient contrast between the foreground text and the background imagery, as the frosted glass effect can significantly reduce legibility. - -Usage example: - -```jsx - - - - 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. - - - - - -``` - -🔗 (See Storybook for an example)[https://primer.style/brand/storybook/?path=/story/components-testimonial-examples--with-frosted-glass] diff --git a/apps/storybook/CHANGELOG.md b/apps/storybook/CHANGELOG.md index 13bf953eb..34130e060 100644 --- a/apps/storybook/CHANGELOG.md +++ b/apps/storybook/CHANGELOG.md @@ -1,5 +1,7 @@ # @primer/brand-storybook +## 0.45.0 + ## 0.44.1 ## 0.44.0 diff --git a/apps/storybook/package.json b/apps/storybook/package.json index 6f8c364c9..e42b4bb9f 100644 --- a/apps/storybook/package.json +++ b/apps/storybook/package.json @@ -1,6 +1,6 @@ { "name": "@primer/brand-storybook", - "version": "0.44.1", + "version": "0.45.0", "private": true, "description": "Primer Brand Storybook", "keywords": [ diff --git a/packages/design-tokens/CHANGELOG.md b/packages/design-tokens/CHANGELOG.md index e3074a059..9abb5f639 100644 --- a/packages/design-tokens/CHANGELOG.md +++ b/packages/design-tokens/CHANGELOG.md @@ -1,5 +1,24 @@ # @primer/brand-primitives +## 0.45.0 + +### Patch Changes + +- [#863](https://github.com/primer/brand/pull/863) [`00ef0694`](https://github.com/primer/brand/commit/00ef06945e2f856335d7b6d613c69e376f28ee0c) Thanks [@rezrah](https://github.com/rezrah)! - Added new design tokens for `Testimonial` and `FrostedGlassVFX` components + + ``` + :root { + --brand-Testimonial-borderMask-default + --brand-Testimonial-borderMask-subtle + --brand-FrostedGlassVFX-bgColor + --brand-FrostedGlassVFX-boxShadow + --brand-FrostedGlassVFX-borderMask + --brand-FrostedGlassVFX-blurIntensity-high + --brand-FrostedGlassVFX-blurIntensity-medium + --brand-FrostedGlassVFX-blurIntensity-low + } + ``` + ## 0.44.1 ## 0.44.0 diff --git a/packages/design-tokens/package.json b/packages/design-tokens/package.json index c8d473c2f..cf21c6b56 100644 --- a/packages/design-tokens/package.json +++ b/packages/design-tokens/package.json @@ -1,6 +1,6 @@ { "name": "@primer/brand-primitives", - "version": "0.44.1", + "version": "0.45.0", "description": "Color, spacing, and typography primitives for the Primer Brand Design System ", "keywords": [ "primer", diff --git a/packages/e2e/CHANGELOG.md b/packages/e2e/CHANGELOG.md index b16d912a1..cba816945 100644 --- a/packages/e2e/CHANGELOG.md +++ b/packages/e2e/CHANGELOG.md @@ -1,5 +1,7 @@ # @primer/brand-e2e +## 0.45.0 + ## 0.44.1 ## 0.44.0 diff --git a/packages/e2e/package.json b/packages/e2e/package.json index 7b8456ccd..48a1e89d2 100644 --- a/packages/e2e/package.json +++ b/packages/e2e/package.json @@ -1,6 +1,6 @@ { "name": "@primer/brand-e2e", - "version": "0.44.1", + "version": "0.45.0", "private": true, "description": "Primer Brand is a GitHub's design system for creating React-based marketing websites and digital experiences.", "keywords": [ diff --git a/packages/fonts/CHANGELOG.md b/packages/fonts/CHANGELOG.md index ad654f5a2..266beb76f 100644 --- a/packages/fonts/CHANGELOG.md +++ b/packages/fonts/CHANGELOG.md @@ -1,5 +1,7 @@ # @primer/brand-fonts +## 0.45.0 + ## 0.44.1 ## 0.44.0 diff --git a/packages/fonts/package.json b/packages/fonts/package.json index ab08e4553..7ecea8eb5 100644 --- a/packages/fonts/package.json +++ b/packages/fonts/package.json @@ -1,6 +1,6 @@ { "name": "@primer/brand-fonts", - "version": "0.44.1", + "version": "0.45.0", "private": true, "description": "Primer Brand is a GitHub's design system for creating React-based marketing websites and digital experiences.", "keywords": [ diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index a61007c04..64db04fcb 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,57 @@ # @primer/react-brand +## 0.45.0 + +### Minor Changes + +- [#860](https://github.com/primer/brand/pull/860) [`2502f658`](https://github.com/primer/brand/commit/2502f6581686a23c0ce642e864a89c131ae31ae6) Thanks [@rezrah](https://github.com/rezrah)! - Decreased the default heading size in `River` component. Use `size="4"` to restore the previous text size, if needed. + +- [#863](https://github.com/primer/brand/pull/863) [`00ef0694`](https://github.com/primer/brand/commit/00ef06945e2f856335d7b6d613c69e376f28ee0c) Thanks [@rezrah](https://github.com/rezrah)! - Added a new `FrostedGlassVFX` component for applying a frosted glass-effect texture to nested components. + + ⚠️ This is an experimental component, and not tested for compatibility with other Primer Brand components. + + When using this component, ensure there is sufficient contrast between the foreground text and the background imagery, as the frosted glass effect can significantly reduce legibility. + + Usage example: + + ```jsx + + + + 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. + + + + + + ``` + + 🔗 (See Storybook for an example)[https://primer.style/brand/storybook/?path=/story/components-testimonial-examples--with-frosted-glass] + +### Patch Changes + +- [#859](https://github.com/primer/brand/pull/859) [`cd18615f`](https://github.com/primer/brand/commit/cd18615f0ea9d4d904166a5a5ba426d650304ce1) Thanks [@rezrah](https://github.com/rezrah)! - `AnchorNav` component updates: + + - `AnchorNav.Action` and `AnchorNav.SecondaryAction` now appear visually smaller by default. Use `size="medium"` if the previous, larger buttons are needed. + - `AnchorNav.Action` and `AnchorNav.SecondaryAction` each support a `variant` prop, allowing primary `Button` visuals to be optionally applied. + +- [#866](https://github.com/primer/brand/pull/866) [`8223135d`](https://github.com/primer/brand/commit/8223135d47ec05832f702c6d9e5bfbe92fef5d21) Thanks [@rezrah](https://github.com/rezrah)! - Fixed delayed appearance of heading separator in `SubNav`. + +- [#865](https://github.com/primer/brand/pull/865) [`0401cc5c`](https://github.com/primer/brand/commit/0401cc5c9e0390392b74722cbb97f67ef055e8f9) Thanks [@joshfarrant](https://github.com/joshfarrant)! - Style improvements to the `SubNav` component. + + - Fixed a bug in `SubNav.Link` elements with `aria-current`, which caused inconsistent appearance across viewports. + +- [#863](https://github.com/primer/brand/pull/863) [`00ef0694`](https://github.com/primer/brand/commit/00ef06945e2f856335d7b6d613c69e376f28ee0c) Thanks [@rezrah](https://github.com/rezrah)! - Added new `Testimonial` variants. + + Use `variant="default"` or `variant="subtle"` for an alternative visual appearance. The current design will be referred to as `minimal` going forward. + + 🔗 [See the documentation for usage examples](https://primer.style/brand/components/Testimonial/react#variants) + +- [#867](https://github.com/primer/brand/pull/867) [`4bac3868`](https://github.com/primer/brand/commit/4bac386849bcf7fca5cb2c21661af4a312224471) Thanks [@rezrah](https://github.com/rezrah)! - `Hero.Description` updated to support `variant="muted"` + +- [#868](https://github.com/primer/brand/pull/868) [`c0aa598d`](https://github.com/primer/brand/commit/c0aa598d4a403f61662d3eb1b5bc718f5fe3a232) Thanks [@rezrah](https://github.com/rezrah)! - `SubNav.Link` now supports `variant="default"` to help increase contrast and legibility on non-standard backgrounds. + ## 0.44.1 ### Patch Changes diff --git a/packages/react/package.json b/packages/react/package.json index 8d73083fe..ade10ff4a 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@primer/react-brand", - "version": "0.44.1", + "version": "0.45.0", "description": "Primer Brand is a GitHub's design system for creating React-based marketing websites and digital experiences.", "keywords": [ "primer", diff --git a/packages/repo-configs/CHANGELOG.md b/packages/repo-configs/CHANGELOG.md index f3d9b37f0..21d6361b9 100644 --- a/packages/repo-configs/CHANGELOG.md +++ b/packages/repo-configs/CHANGELOG.md @@ -1,5 +1,7 @@ # @primer/brand-config +## 0.45.0 + ## 0.44.1 ## 0.44.0 diff --git a/packages/repo-configs/package.json b/packages/repo-configs/package.json index 5ae3c87cf..4d432f77a 100644 --- a/packages/repo-configs/package.json +++ b/packages/repo-configs/package.json @@ -1,6 +1,6 @@ { "name": "@primer/brand-config", - "version": "0.44.1", + "version": "0.45.0", "private": true, "description": "General-purpose configurations for maintaining Primer Brand", "homepage": "https://primer.style/brand",