From 92c81630c515b8ad320161e7002dd551c2d6de45 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 8 May 2025 16:07:01 +0000 Subject: [PATCH 01/10] Version Packages --- .changeset/chilled-phones-give.md | 5 -- .changeset/empty-guests-eat.md | 5 -- .changeset/khaki-swans-type.md | 5 -- .changeset/little-sheep-shave.md | 9 --- .changeset/nasty-tools-fold.md | 5 -- .changeset/real-yaks-press.md | 5 -- .changeset/rude-plants-provide.md | 5 -- .changeset/rude-rice-hang.md | 6 -- .changeset/swift-icons-pay.md | 5 -- packages/components/CHANGELOG.md | 65 +++++++++++++++++ packages/components/package.json | 2 +- .../release-notes/partials/components.md | 73 +++++++++++++++++-- .../partials/figma-library-components.md | 23 +----- 13 files changed, 134 insertions(+), 79 deletions(-) delete mode 100644 .changeset/chilled-phones-give.md delete mode 100644 .changeset/empty-guests-eat.md delete mode 100644 .changeset/khaki-swans-type.md delete mode 100644 .changeset/little-sheep-shave.md delete mode 100644 .changeset/nasty-tools-fold.md delete mode 100644 .changeset/real-yaks-press.md delete mode 100644 .changeset/rude-plants-provide.md delete mode 100644 .changeset/rude-rice-hang.md delete mode 100644 .changeset/swift-icons-pay.md diff --git a/.changeset/chilled-phones-give.md b/.changeset/chilled-phones-give.md deleted file mode 100644 index dd0e242d63e..00000000000 --- a/.changeset/chilled-phones-give.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hashicorp/design-system-components": minor ---- - -Use luxon 3.x diff --git a/.changeset/empty-guests-eat.md b/.changeset/empty-guests-eat.md deleted file mode 100644 index 55a65f94204..00000000000 --- a/.changeset/empty-guests-eat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hashicorp/design-system-components": patch ---- - -`Tag` - Updated structure to prevent inheritance overrides for font styles \ No newline at end of file diff --git a/.changeset/khaki-swans-type.md b/.changeset/khaki-swans-type.md deleted file mode 100644 index 60b8d5250b5..00000000000 --- a/.changeset/khaki-swans-type.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hashicorp/design-system-components": patch ---- - -`Modal` - Fixed issue where conditionally disabling ability to dismiss the `Modal` breaks click outside to dismiss. diff --git a/.changeset/little-sheep-shave.md b/.changeset/little-sheep-shave.md deleted file mode 100644 index 9f274d18451..00000000000 --- a/.changeset/little-sheep-shave.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"@hashicorp/design-system-components": minor ---- - -`CodeBlock` - Updated focus ring colors in interactive elements to fix a11y color contrast issues - -`CodeEditor` - Updated focus ring colors in interactive elements to fix a11y color contrast issues - -`SideNav` - Updated focus ring colors in interactive elements to fix a11y color contrast issues diff --git a/.changeset/nasty-tools-fold.md b/.changeset/nasty-tools-fold.md deleted file mode 100644 index d0f0eeafd75..00000000000 --- a/.changeset/nasty-tools-fold.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hashicorp/design-system-components": minor ---- - -Update ember-stargate to 0.5.0 diff --git a/.changeset/real-yaks-press.md b/.changeset/real-yaks-press.md deleted file mode 100644 index 3b94607256d..00000000000 --- a/.changeset/real-yaks-press.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hashicorp/design-system-components": minor ---- - -`SideNav` - Deprecated the `SideNav` component. Use the `AppSideNav` component in combination with the `AppHeader` component as a replacement. diff --git a/.changeset/rude-plants-provide.md b/.changeset/rude-plants-provide.md deleted file mode 100644 index 7731342a06a..00000000000 --- a/.changeset/rude-plants-provide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hashicorp/design-system-components": minor ---- - -`Form::SuperSelect::Multiple` - Updated the design to improve the experience when many items are selected. diff --git a/.changeset/rude-rice-hang.md b/.changeset/rude-rice-hang.md deleted file mode 100644 index a52bb1246b2..00000000000 --- a/.changeset/rude-rice-hang.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@hashicorp/design-system-components": patch ---- - -`Dropdown` - Updated Radio and Checkbox list items font weight to match other -list items. diff --git a/.changeset/swift-icons-pay.md b/.changeset/swift-icons-pay.md deleted file mode 100644 index ea17a5c8be4..00000000000 --- a/.changeset/swift-icons-pay.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hashicorp/design-system-components": patch ---- - -`Modal` - Fixed issue with focus trap when modal is displayed inline. diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index 833dc23d2df..248e6f2ecbe 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -1,5 +1,70 @@ # @hashicorp/design-system-components +## 4.19.0 + +### Minor Changes + +Use luxon 3.x + +[#2839](https://github.com/hashicorp/design-system/pull/2839) - Thanks [@RobbieTheWagner](https://github.com/RobbieTheWagner) for the contribution! πŸ™ + +
+ +`CodeBlock` - Updated focus ring colors in interactive elements to fix a11y color contrast issues + +`CodeEditor` - Updated focus ring colors in interactive elements to fix a11y color contrast issues + +`SideNav` - Updated focus ring colors in interactive elements to fix a11y color contrast issues + +[#2819](https://github.com/hashicorp/design-system/pull/2819) + +
+ +Update ember-stargate to 0.5.0 + +[#2840](https://github.com/hashicorp/design-system/pull/2840) - Thanks [@RobbieTheWagner](https://github.com/RobbieTheWagner) for the contribution! πŸ™ + +
+ +`SideNav` - Deprecated the `SideNav` component. Use the `AppSideNav` component in combination with the `AppHeader` component as a replacement. + +[#2837](https://github.com/hashicorp/design-system/pull/2837) + +
+ +`Form::SuperSelect::Multiple` - Updated the design to improve the experience when many items are selected. + +[#2824](https://github.com/hashicorp/design-system/pull/2824) + +
+ +### Patch Changes + +`Tag` - Updated structure to prevent inheritance overrides for font styles + +[#2835](https://github.com/hashicorp/design-system/pull/2835) + +
+ +`Modal` - Fixed issue where conditionally disabling ability to dismiss the `Modal` breaks click outside to dismiss. + +[#2846](https://github.com/hashicorp/design-system/pull/2846) + +
+ +`Dropdown` - Updated Radio and Checkbox list items font weight to match other +list items. + +[#2854](https://github.com/hashicorp/design-system/pull/2854) + +
+ +`Modal` - Fixed issue with focus trap when modal is displayed inline. + +[#2834](https://github.com/hashicorp/design-system/pull/2834) + +
+ ## 4.18.2 [4.18.2 documentation](https://hds-website-4-18-2.vercel.app/) diff --git a/packages/components/package.json b/packages/components/package.json index 64226db5e10..47667a78c11 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@hashicorp/design-system-components", - "version": "4.18.2", + "version": "4.19.0", "description": "Helios Design System Components", "keywords": [ "hashicorp", diff --git a/website/docs/whats-new/release-notes/partials/components.md b/website/docs/whats-new/release-notes/partials/components.md index 387be28bf2d..110946ae7d8 100644 --- a/website/docs/whats-new/release-notes/partials/components.md +++ b/website/docs/whats-new/release-notes/partials/components.md @@ -12,6 +12,71 @@

+## 4.19.0 + +**Minor changes** + +Use luxon 3.x + +[#2839](https://github.com/hashicorp/design-system/pull/2839) - Thanks [@RobbieTheWagner](https://github.com/RobbieTheWagner) for the contribution! πŸ™ + +
+ +`CodeBlock` - Updated focus ring colors in interactive elements to fix a11y color contrast issues + +`CodeEditor` - Updated focus ring colors in interactive elements to fix a11y color contrast issues + +`SideNav` - Updated focus ring colors in interactive elements to fix a11y color contrast issues + +[#2819](https://github.com/hashicorp/design-system/pull/2819) + +
+ +Update ember-stargate to 0.5.0 + +[#2840](https://github.com/hashicorp/design-system/pull/2840) - Thanks [@RobbieTheWagner](https://github.com/RobbieTheWagner) for the contribution! πŸ™ + +
+ +`SideNav` - Deprecated the `SideNav` component. Use the `AppSideNav` component in combination with the `AppHeader` component as a replacement. + +[#2837](https://github.com/hashicorp/design-system/pull/2837) + +
+ +`Form::SuperSelect::Multiple` - Updated the design to improve the experience when many items are selected. + +[#2824](https://github.com/hashicorp/design-system/pull/2824) + +
+ +**Patch changes** + +`Tag` - Updated structure to prevent inheritance overrides for font styles + +[#2835](https://github.com/hashicorp/design-system/pull/2835) + +
+ +`Modal` - Fixed issue where conditionally disabling ability to dismiss the `Modal` breaks click outside to dismiss. + +[#2846](https://github.com/hashicorp/design-system/pull/2846) + +
+ +`Dropdown` - Updated Radio and Checkbox list items font weight to match other +list items. + +[#2854](https://github.com/hashicorp/design-system/pull/2854) + +
+ +`Modal` - Fixed issue with focus trap when modal is displayed inline. + +[#2834](https://github.com/hashicorp/design-system/pull/2834) + +
+ ## 4.18.2 [4.18.2 documentation](https://hds-website-4-18-2.vercel.app/) @@ -1372,14 +1437,6 @@ Fixed syncing of `` ids to the `aria-describedby` attribute - @hashicorp/ember-flight-icons@5.1.0 -## 4.4.1 - -**Patch changes** - -**πŸ”„ Updated dependencies:** - -- @hashicorp/ember-flight-icons@5.0.3 - --- diff --git a/website/docs/whats-new/release-notes/partials/figma-library-components.md b/website/docs/whats-new/release-notes/partials/figma-library-components.md index f31308705e8..bcfdba541b8 100644 --- a/website/docs/whats-new/release-notes/partials/figma-library-components.md +++ b/website/docs/whats-new/release-notes/partials/figma-library-components.md @@ -14,26 +14,9 @@ ### May 7th, 2025 -This changelog corresponds with the v4.19 release. +`AppHeader` and `AppSideNav` - Components added -`AppHeader` and `AppSideNav` - Components added. - -`AdvancedTable` Templates - Multi-select column added. - -`CodeBlock`, `CodeEditor`, `SideNav` - Updated styling for the focus ring. - -`SuperSelect::Multiple` - Multiple design improvements including: - -- Displaying a selected number in the trigger when not empty. -- Correcting truncation of tags to maintain the trigger height. - -`Select`, `TextInput`, `TextArea`, and `MaskedInput` - Fixed the overflow to not extend beyond the container or wrap, which mirrors the overflow behavior in the browser. - -`RadioCard` - Fixed a bug in the border setting. - -`Dropdown` - Radio and Checkbox list items updated to match font weight. - -`SideNav` - **Deprecated** the legacy component. Use the `AppHeader` and `AppSideNav` instead. +`AdvancedTable` Templates - Multi-select column added ### April 24th, 2025 @@ -156,4 +139,4 @@ _Adding support for a `Tooltip` and updates to the `Sort Button` result in a bre --- -_[Read the full changelog](https://github.com/hashicorp/design-system/blob/main/packages/components/CHANGELOG-FIGMA-COMPONENTS.md)_ +_[Read the full changelog](https://github.com/hashicorp/design-system/blob/main/packages/components/CHANGELOG-FIGMA-COMPONENTS.md)_ \ No newline at end of file From 50a71a607de6f571d4544ec8d4c4a4d7b00d031a Mon Sep 17 00:00:00 2001 From: shleewhite Date: Thu, 8 May 2025 11:13:28 -0400 Subject: [PATCH 02/10] chore: add link to 4-19 docs --- packages/components/CHANGELOG.md | 2 ++ website/docs/whats-new/release-notes/partials/components.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index 248e6f2ecbe..1277a73b1c0 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -4,6 +4,8 @@ ### Minor Changes +[4.19.0 documentation](https://hds-website-4-19-0.vercel.app/) + Use luxon 3.x diff --git a/website/docs/whats-new/release-notes/partials/components.md b/website/docs/whats-new/release-notes/partials/components.md index 110946ae7d8..25778225a2d 100644 --- a/website/docs/whats-new/release-notes/partials/components.md +++ b/website/docs/whats-new/release-notes/partials/components.md @@ -16,6 +16,8 @@ **Minor changes** +[4.19.0 documentation](https://hds-website-4-19-0.vercel.app/) + Use luxon 3.x From 39b9ffc062c2d28f7bc5f4bb8013a81cec870212 Mon Sep 17 00:00:00 2001 From: shleewhite Date: Thu, 8 May 2025 11:19:36 -0400 Subject: [PATCH 03/10] chore: update badges on docs site --- website/docs/components/badge-count/index.md | 2 -- website/docs/components/badge/index.md | 2 -- website/docs/components/card/index.md | 2 -- website/docs/components/code-block/index.md | 2 +- .../version-history/version-history.md | 4 ++++ website/docs/components/code-editor/index.md | 2 +- .../version-history/version-history.md | 4 ++++ website/docs/components/copy/button/index.md | 2 -- website/docs/components/copy/snippet/index.md | 2 -- website/docs/components/dropdown/index.md | 2 ++ .../version-history/version-history.md | 4 ++++ .../components/form/masked-input/index.md | 2 -- .../components/form/super-select/index.md | 2 -- .../docs/components/form/textarea/index.md | 2 -- website/docs/components/link/inline/index.md | 16 ++++++++++---- .../docs/components/link/standalone/index.md | 17 +++++++++++---- website/docs/components/modal/index.md | 2 ++ .../version-history/version-history.md | 6 ++++++ website/docs/components/rich-tooltip/index.md | 2 -- .../docs/components/segmented-group/index.md | 6 ++---- .../version-history/version-history.md | 6 ++++++ website/docs/components/stepper/list/index.md | 8 ++----- website/docs/components/stepper/nav/index.md | 8 +++---- .../components/table/advanced-table/index.md | 2 -- website/docs/components/table/table/index.md | 2 -- website/docs/components/tag/index.md | 2 +- .../version-history/version-history.md | 4 ++++ website/docs/components/time/index.md | 2 -- website/docs/components/tooltip/index.md | 2 -- website/docs/layouts/app-frame/index.md | 13 ++++++++++-- website/docs/layouts/flex/index.md | 20 +++++++++++------- website/docs/layouts/grid/index.md | 21 ++++++++++++------- website/docs/overrides/power-select/index.md | 7 +++++-- 33 files changed, 110 insertions(+), 70 deletions(-) diff --git a/website/docs/components/badge-count/index.md b/website/docs/components/badge-count/index.md index 8cb4c9debbf..221439cf51d 100644 --- a/website/docs/components/badge-count/index.md +++ b/website/docs/components/badge-count/index.md @@ -19,8 +19,6 @@ navigation: - pill - version number - counter -status: - updated: 4.17.1 ---
diff --git a/website/docs/components/badge/index.md b/website/docs/components/badge/index.md index 34ee26d1413..885c0a894fb 100644 --- a/website/docs/components/badge/index.md +++ b/website/docs/components/badge/index.md @@ -17,8 +17,6 @@ navigation: - pill - tag - label -status: - updated: 4.17.1 ---
diff --git a/website/docs/components/card/index.md b/website/docs/components/card/index.md index b1978b117be..6a0e6a6d483 100644 --- a/website/docs/components/card/index.md +++ b/website/docs/components/card/index.md @@ -13,8 +13,6 @@ navigation: - tile - container - box -status: - updated: 4.18.1 ---
diff --git a/website/docs/components/code-block/index.md b/website/docs/components/code-block/index.md index e85b8db015c..9784ed74f3e 100644 --- a/website/docs/components/code-block/index.md +++ b/website/docs/components/code-block/index.md @@ -25,7 +25,7 @@ navigation: - syntax - highlight status: - updated: 4.18.1 + updated: 4.19.0 ---
diff --git a/website/docs/components/code-block/partials/version-history/version-history.md b/website/docs/components/code-block/partials/version-history/version-history.md index fb5e2aa3ec0..9ad9e6af939 100644 --- a/website/docs/components/code-block/partials/version-history/version-history.md +++ b/website/docs/components/code-block/partials/version-history/version-history.md @@ -1,3 +1,7 @@ +## 4.19.0 + +Updated focus ring colors in interactive elements to fix a11y color contrast issues + ## 4.18.1 Added `onCopy` argument which accepts a callback function that will be invoked when the "copy" action succeeds. diff --git a/website/docs/components/code-editor/index.md b/website/docs/components/code-editor/index.md index 6d49dccb49f..85af51380d1 100644 --- a/website/docs/components/code-editor/index.md +++ b/website/docs/components/code-editor/index.md @@ -29,7 +29,7 @@ navigation: - highlight - block status: - updated: 4.18.2 + updated: 4.19.0 ---
diff --git a/website/docs/components/code-editor/partials/version-history/version-history.md b/website/docs/components/code-editor/partials/version-history/version-history.md index f4020f48725..e041cf502f1 100644 --- a/website/docs/components/code-editor/partials/version-history/version-history.md +++ b/website/docs/components/code-editor/partials/version-history/version-history.md @@ -1,3 +1,7 @@ +## 4.19.0 + +Updated focus ring colors in interactive elements to fix a11y color contrast issues + ## 4.18.2 Added the value and `EditorView` instance as arguments for the `onLint` callback. Added the `EditorView` instance as an argument to the `onInput` callback. diff --git a/website/docs/components/copy/button/index.md b/website/docs/components/copy/button/index.md index b4806cba9cc..8a712c5f2d8 100644 --- a/website/docs/components/copy/button/index.md +++ b/website/docs/components/copy/button/index.md @@ -14,8 +14,6 @@ navigation: keywords: - snippet - clipboard -status: - updated: 4.17.1 ---
diff --git a/website/docs/components/copy/snippet/index.md b/website/docs/components/copy/snippet/index.md index 60b14ef2fb7..3f5b14e1593 100644 --- a/website/docs/components/copy/snippet/index.md +++ b/website/docs/components/copy/snippet/index.md @@ -15,8 +15,6 @@ navigation: - button - clipboard - code -status: - updated: 4.17.1 ---
diff --git a/website/docs/components/dropdown/index.md b/website/docs/components/dropdown/index.md index 4e8bd808a41..e05821882d2 100644 --- a/website/docs/components/dropdown/index.md +++ b/website/docs/components/dropdown/index.md @@ -19,6 +19,8 @@ navigation: - menu - action menu - list +status: + updated: 4.19.0 ---
diff --git a/website/docs/components/dropdown/partials/version-history/version-history.md b/website/docs/components/dropdown/partials/version-history/version-history.md index 0ad53615d6c..902c5c033b9 100644 --- a/website/docs/components/dropdown/partials/version-history/version-history.md +++ b/website/docs/components/dropdown/partials/version-history/version-history.md @@ -1,3 +1,7 @@ +## 4.19.0 + +Updated Radio and Checkbox list items font weight to match other + ## 4.16.0 Implemented `aria-controls` in `Dropdown::Toggle::Button` for a11y improvements with toggled content from `PopoverPrimitive` diff --git a/website/docs/components/form/masked-input/index.md b/website/docs/components/form/masked-input/index.md index 77c39890a06..3ce8342a47a 100644 --- a/website/docs/components/form/masked-input/index.md +++ b/website/docs/components/form/masked-input/index.md @@ -23,8 +23,6 @@ navigation: - form - input - textarea -status: - updated: 4.17.1 ---
diff --git a/website/docs/components/form/super-select/index.md b/website/docs/components/form/super-select/index.md index 9cf1688427c..cd524312695 100644 --- a/website/docs/components/form/super-select/index.md +++ b/website/docs/components/form/super-select/index.md @@ -19,8 +19,6 @@ navigation: keywords: - dropdown - powerselect -status: - updated: 4.16.0 ---
diff --git a/website/docs/components/form/textarea/index.md b/website/docs/components/form/textarea/index.md index e00e4b055c6..d721bfa2ef3 100644 --- a/website/docs/components/form/textarea/index.md +++ b/website/docs/components/form/textarea/index.md @@ -17,8 +17,6 @@ navigation: - textbox - text box - form -status: - updated: 4.18.1 ---
diff --git a/website/docs/components/link/inline/index.md b/website/docs/components/link/inline/index.md index 479ed09e93c..b7df8021acf 100644 --- a/website/docs/components/link/inline/index.md +++ b/website/docs/components/link/inline/index.md @@ -3,12 +3,20 @@ title: Inline Link description: A link used within a body of text. caption: A link used within a body of text. links: - figma: https://www.figma.com/design/iweq3r2Pi8xiJfD9e6lOhF/HDS-Components-v2.0?node-id=67421-84416&t=w8xQlWxzH7bwXLe2-1 - github: https://github.com/hashicorp/design-system/tree/main/packages/components/src/components/hds/link -related: ['components/link/standalone','components/button'] + figma: >- + https://www.figma.com/design/iweq3r2Pi8xiJfD9e6lOhF/HDS-Components-v2.0?node-id=67421-84416&t=w8xQlWxzH7bwXLe2-1 + github: >- + https://github.com/hashicorp/design-system/tree/main/packages/components/src/components/hds/link +related: + - components/link/standalone + - components/button previewImage: assets/illustrations/components/link/inline.jpg navigation: - keywords: ['hyperlink', 'anchor', 'external link', 'text link'] + keywords: + - hyperlink + - anchor + - external link + - text link ---
diff --git a/website/docs/components/link/standalone/index.md b/website/docs/components/link/standalone/index.md index eeab0555186..787070f4d37 100644 --- a/website/docs/components/link/standalone/index.md +++ b/website/docs/components/link/standalone/index.md @@ -3,12 +3,21 @@ title: Standalone Link description: A link used in isolation and not as a part of surrounding body text. caption: A link used in isolation and not as a part of surrounding body text. links: - figma: https://www.figma.com/design/iweq3r2Pi8xiJfD9e6lOhF/HDS-Components-v2.0?node-id=67421-84416&t=w8xQlWxzH7bwXLe2-1 - github: https://github.com/hashicorp/design-system/tree/main/packages/components/src/components/hds/link -related: ['components/link/inline','components/button'] + figma: >- + https://www.figma.com/design/iweq3r2Pi8xiJfD9e6lOhF/HDS-Components-v2.0?node-id=67421-84416&t=w8xQlWxzH7bwXLe2-1 + github: >- + https://github.com/hashicorp/design-system/tree/main/packages/components/src/components/hds/link +related: + - components/link/inline + - components/button previewImage: assets/illustrations/components/link/standalone.jpg navigation: - keywords: ['hyperlink', 'anchor', 'external link', 'text link', 'cta'] + keywords: + - hyperlink + - anchor + - external link + - text link + - cta ---
diff --git a/website/docs/components/modal/index.md b/website/docs/components/modal/index.md index 3b727a5b18e..c9eeca09e83 100644 --- a/website/docs/components/modal/index.md +++ b/website/docs/components/modal/index.md @@ -24,6 +24,8 @@ navigation: - popover - popup - dialog +status: + updated: 4.19.0 ---
diff --git a/website/docs/components/modal/partials/version-history/version-history.md b/website/docs/components/modal/partials/version-history/version-history.md index 6c1539b4f57..62dfdfde86d 100644 --- a/website/docs/components/modal/partials/version-history/version-history.md +++ b/website/docs/components/modal/partials/version-history/version-history.md @@ -1,3 +1,9 @@ +## 4.19.0 + +Fixed issue where conditionally disabling ability to dismiss the `Modal` breaks click outside to dismiss. + +Fixed issue with focus trap when modal is displayed inline. + ## 4.15.0 Aligned private class properties to follow a standardized notation diff --git a/website/docs/components/rich-tooltip/index.md b/website/docs/components/rich-tooltip/index.md index 3ca63da1654..039db39fd57 100644 --- a/website/docs/components/rich-tooltip/index.md +++ b/website/docs/components/rich-tooltip/index.md @@ -20,8 +20,6 @@ navigation: - popover - popup - modal -status: - updated: 4.18.1 ---
diff --git a/website/docs/components/segmented-group/index.md b/website/docs/components/segmented-group/index.md index f59bc69a187..9cac482bae6 100644 --- a/website/docs/components/segmented-group/index.md +++ b/website/docs/components/segmented-group/index.md @@ -1,9 +1,7 @@ --- title: Segmented Group -description: >- - Combines one or more input fields and actions. -caption: >- - Combines one or more input fields and actions. +description: Combines one or more input fields and actions. +caption: Combines one or more input fields and actions. links: figma: >- https://www.figma.com/design/iweq3r2Pi8xiJfD9e6lOhF/HDS-Components-v2.0?node-id=67406-110590&t=w8xQlWxzH7bwXLe2-1 diff --git a/website/docs/components/side-nav/partials/version-history/version-history.md b/website/docs/components/side-nav/partials/version-history/version-history.md index 1c6644a11f5..d81968789cb 100644 --- a/website/docs/components/side-nav/partials/version-history/version-history.md +++ b/website/docs/components/side-nav/partials/version-history/version-history.md @@ -1,3 +1,9 @@ +## 4.19.0 + +Deprecated the `SideNav` component. Use the `AppSideNav` component in combination with the `AppHeader` component as a replacement. + +Updated focus ring colors in interactive elements to fix a11y color contrast issues + ## 4.18.1 Conditionally set `aria-labelledby` attribute for toggle button based on if `@ariaLabel` argument is provided. diff --git a/website/docs/components/stepper/list/index.md b/website/docs/components/stepper/list/index.md index 1da85aad802..871c74e35ec 100644 --- a/website/docs/components/stepper/list/index.md +++ b/website/docs/components/stepper/list/index.md @@ -1,9 +1,7 @@ --- title: Stepper List -description: >- - Lists sequential steps for a user to complete. -caption: >- - Lists sequential steps for a user to complete. +description: Lists sequential steps for a user to complete. +caption: Lists sequential steps for a user to complete. links: figma: >- https://www.figma.com/design/iweq3r2Pi8xiJfD9e6lOhF/HDS-Components-v2.0?m=auto&node-id=75145-47407&t=ezD7qfSafYAlTSGy-1 @@ -23,8 +21,6 @@ navigation: - tracker - nav - indicator -status: - added: 4.18.1 ---
diff --git a/website/docs/components/stepper/nav/index.md b/website/docs/components/stepper/nav/index.md index 2ffa0219e3f..d84e25e24ef 100644 --- a/website/docs/components/stepper/nav/index.md +++ b/website/docs/components/stepper/nav/index.md @@ -1,9 +1,9 @@ --- title: Stepper Nav description: >- - Navigates users through a sequential flow allowing them to visually track progress. -caption: >- - Navigates users through a sequential progress flow. + Navigates users through a sequential flow allowing them to visually track + progress. +caption: Navigates users through a sequential progress flow. links: figma: >- https://www.figma.com/design/iweq3r2Pi8xiJfD9e6lOhF/HDS-Components-v2.0?m=auto&node-id=72931-2356&t=ezD7qfSafYAlTSGy-1 @@ -22,8 +22,6 @@ navigation: - tracker - list - indicator -status: - added: 4.18.1 ---
diff --git a/website/docs/components/table/advanced-table/index.md b/website/docs/components/table/advanced-table/index.md index 6253fb6ce7d..06bfcf4b1da 100644 --- a/website/docs/components/table/advanced-table/index.md +++ b/website/docs/components/table/advanced-table/index.md @@ -21,8 +21,6 @@ navigation: - grid - list order: 101 -status: - updated: 4.18.2 ---
diff --git a/website/docs/components/table/table/index.md b/website/docs/components/table/table/index.md index a9a719746b8..80d6441a8df 100644 --- a/website/docs/components/table/table/index.md +++ b/website/docs/components/table/table/index.md @@ -21,8 +21,6 @@ navigation: - grid - list order: 100 -status: - updated: 4.17.1 ---
diff --git a/website/docs/components/tag/index.md b/website/docs/components/tag/index.md index 2c511222b4a..33522b68ad0 100644 --- a/website/docs/components/tag/index.md +++ b/website/docs/components/tag/index.md @@ -19,7 +19,7 @@ navigation: - label - filter status: - updated: 4.17.1 + updated: 4.19.0 ---
diff --git a/website/docs/components/tag/partials/version-history/version-history.md b/website/docs/components/tag/partials/version-history/version-history.md index ed40043c3fb..f96af1de5c6 100644 --- a/website/docs/components/tag/partials/version-history/version-history.md +++ b/website/docs/components/tag/partials/version-history/version-history.md @@ -1,3 +1,7 @@ +## 4.19.0 + +Updated structure to prevent inheritance overrides for font styles + ## 4.17.1 Truncated any text that is longer than about 20 characters, and added a tooltip with the full text when truncation occurs diff --git a/website/docs/components/time/index.md b/website/docs/components/time/index.md index fc5cd92a87f..40af668e2cc 100644 --- a/website/docs/components/time/index.md +++ b/website/docs/components/time/index.md @@ -11,8 +11,6 @@ previewImage: assets/illustrations/components/time.jpg navigation: keywords: - time -status: - updated: 4.18.1 ---
diff --git a/website/docs/components/tooltip/index.md b/website/docs/components/tooltip/index.md index 561e66aa696..7d09ce82152 100644 --- a/website/docs/components/tooltip/index.md +++ b/website/docs/components/tooltip/index.md @@ -21,8 +21,6 @@ navigation: - tip - popover - popup -status: - updated: 4.17.1 ---
diff --git a/website/docs/layouts/app-frame/index.md b/website/docs/layouts/app-frame/index.md index 37a33670bff..4ff74e28467 100644 --- a/website/docs/layouts/app-frame/index.md +++ b/website/docs/layouts/app-frame/index.md @@ -3,10 +3,19 @@ title: AppFrame description: A layout component used as top-level β€œframeβ€œ for the application. caption: A layout component used as top-level β€œframeβ€œ for the application. links: - github: https://github.com/hashicorp/design-system/tree/main/packages/components/src/components/hds/app-frame + github: >- + https://github.com/hashicorp/design-system/tree/main/packages/components/src/components/hds/app-frame previewImage: assets/illustrations/layouts/app-frame.jpg navigation: - keywords: ['layout', 'application', 'frame', 'header', 'sidebar', 'sidenav', 'footer', 'modal'] + keywords: + - layout + - application + - frame + - header + - sidebar + - sidenav + - footer + - modal ---
diff --git a/website/docs/layouts/flex/index.md b/website/docs/layouts/flex/index.md index 7923a7e3a86..011c0a1461a 100644 --- a/website/docs/layouts/flex/index.md +++ b/website/docs/layouts/flex/index.md @@ -1,15 +1,21 @@ --- -title: Layout::Flex +title: 'Layout::Flex' description: A component used to implement layouts based on CSS flex. -caption: A layout-only component for the organization of content based on the CSS Flexbox model. +caption: >- + A layout-only component for the organization of content based on the CSS + Flexbox model. links: - github: https://github.com/hashicorp/design-system/tree/main/packages/components/src/components/hds/layout/flex + github: >- + https://github.com/hashicorp/design-system/tree/main/packages/components/src/components/hds/layout/flex previewImage: assets/illustrations/layouts/flex.jpg navigation: - keywords: ['layout', 'flex', 'flexbox', 'spacing', 'grid'] - label: "Flex" -status: - added: 4.18.1 + keywords: + - layout + - flex + - flexbox + - spacing + - grid + label: Flex ---
diff --git a/website/docs/layouts/grid/index.md b/website/docs/layouts/grid/index.md index 774c5b677fc..653c3933787 100644 --- a/website/docs/layouts/grid/index.md +++ b/website/docs/layouts/grid/index.md @@ -1,15 +1,22 @@ --- -title: Layout::Grid +title: 'Layout::Grid' description: A component used to implement layouts based on CSS grid. -caption: A layout-only component for the organization of content based on the CSS grid model. +caption: >- + A layout-only component for the organization of content based on the CSS grid + model. links: - github: https://github.com/hashicorp/design-system/tree/main/packages/components/src/components/hds/layout/grid + github: >- + https://github.com/hashicorp/design-system/tree/main/packages/components/src/components/hds/layout/grid previewImage: assets/illustrations/layouts/grid.jpg navigation: - keywords: ['layout', 'grid', 'columns', 'rows', 'spacing', 'flex'] - label: "Grid" -status: - added: 4.18.1 + keywords: + - layout + - grid + - columns + - rows + - spacing + - flex + label: Grid ---
diff --git a/website/docs/overrides/power-select/index.md b/website/docs/overrides/power-select/index.md index ab9474244b7..560f726cce9 100644 --- a/website/docs/overrides/power-select/index.md +++ b/website/docs/overrides/power-select/index.md @@ -4,7 +4,10 @@ description: Style overrides for the ember-power-select addon. caption: Style overrides for the ember-power-select addon. previewImage: assets/illustrations/overrides/power-select.jpg navigation: - keywords: ['select', 'dropdown', 'menu'] + keywords: + - select + - dropdown + - menu status: deprecated: 4.3.0 --- @@ -19,4 +22,4 @@ status:
@include "partials/version-history/version-history.md" -
\ No newline at end of file +
From 2721dc85c4de7adaa89a707f044d8422c34b2631 Mon Sep 17 00:00:00 2001 From: shleewhite Date: Thu, 8 May 2025 11:21:05 -0400 Subject: [PATCH 04/10] chore: add "added" badges for enterprise nav --- website/docs/components/app-header/index.md | 2 ++ website/docs/components/app-side-nav/index.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/website/docs/components/app-header/index.md b/website/docs/components/app-header/index.md index e41291d82b5..c4728881494 100644 --- a/website/docs/components/app-header/index.md +++ b/website/docs/components/app-header/index.md @@ -21,6 +21,8 @@ navigation: - navbar - menubar - topbar +status: + added: 4.19.0 ---
diff --git a/website/docs/components/app-side-nav/index.md b/website/docs/components/app-side-nav/index.md index d4dd1ab9bca..5c54fb17dd9 100644 --- a/website/docs/components/app-side-nav/index.md +++ b/website/docs/components/app-side-nav/index.md @@ -22,6 +22,8 @@ navigation: - side navigation - sidenav - sidebar +status: + added: 4.19.0 ---
From 834dd37a88fb9d04353a08388b18eded44b48937 Mon Sep 17 00:00:00 2001 From: shleewhite Date: Thu, 8 May 2025 12:21:38 -0400 Subject: [PATCH 05/10] fix: typo in one changeset entry --- packages/components/CHANGELOG.md | 3 +-- .../dropdown/partials/version-history/version-history.md | 2 +- website/docs/whats-new/release-notes/partials/components.md | 5 ++--- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index 1277a73b1c0..53a2a3e8e91 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -54,8 +54,7 @@ Update ember-stargate to 0.5.0
-`Dropdown` - Updated Radio and Checkbox list items font weight to match other -list items. +`Dropdown` - Updated Radio and Checkbox list items font weight to match other list items. diff --git a/website/docs/components/dropdown/partials/version-history/version-history.md b/website/docs/components/dropdown/partials/version-history/version-history.md index 902c5c033b9..cf1ff578eaf 100644 --- a/website/docs/components/dropdown/partials/version-history/version-history.md +++ b/website/docs/components/dropdown/partials/version-history/version-history.md @@ -1,6 +1,6 @@ ## 4.19.0 -Updated Radio and Checkbox list items font weight to match other +Updated Radio and Checkbox list items font weight to match other list items. ## 4.16.0 diff --git a/website/docs/whats-new/release-notes/partials/components.md b/website/docs/whats-new/release-notes/partials/components.md index 25778225a2d..c8006b125dd 100644 --- a/website/docs/whats-new/release-notes/partials/components.md +++ b/website/docs/whats-new/release-notes/partials/components.md @@ -66,8 +66,7 @@ Update ember-stargate to 0.5.0
-`Dropdown` - Updated Radio and Checkbox list items font weight to match other -list items. +`Dropdown` - Updated Radio and Checkbox list items font weight to match other list items. @@ -1442,4 +1441,4 @@ Fixed syncing of `` ids to the `aria-describedby` attribute --- -_[Read the full changelog](https://github.com/hashicorp/design-system/blob/main/packages/components/CHANGELOG.md)_ \ No newline at end of file +_[Read the full changelog](https://github.com/hashicorp/design-system/blob/main/packages/components/CHANGELOG.md)_ From 717697bf2ee1fbf5b520554db159f078628e09f8 Mon Sep 17 00:00:00 2001 From: Lee White Date: Thu, 8 May 2025 12:32:41 -0400 Subject: [PATCH 06/10] Update packages/components/CHANGELOG.md Co-authored-by: Dylan Hyun --- packages/components/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index 53a2a3e8e91..9f26c39afb8 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -34,7 +34,7 @@ Update ember-stargate to 0.5.0
-`Form::SuperSelect::Multiple` - Updated the design to improve the experience when many items are selected. +`SuperSelect` - Updated the design to improve the experience when many items are selected. From 1edc890e34cccbb88563a16ff264fdfd77dbdceb Mon Sep 17 00:00:00 2001 From: shleewhite Date: Thu, 8 May 2025 12:34:10 -0400 Subject: [PATCH 07/10] fix: superselect version history --- website/docs/components/form/super-select/index.md | 2 ++ .../super-select/partials/version-history/version-history.md | 4 ++++ website/docs/whats-new/release-notes/partials/components.md | 4 ++-- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/website/docs/components/form/super-select/index.md b/website/docs/components/form/super-select/index.md index cd524312695..a8f38c4af6d 100644 --- a/website/docs/components/form/super-select/index.md +++ b/website/docs/components/form/super-select/index.md @@ -19,6 +19,8 @@ navigation: keywords: - dropdown - powerselect +status: + updated: 4.19.0 ---
diff --git a/website/docs/components/form/super-select/partials/version-history/version-history.md b/website/docs/components/form/super-select/partials/version-history/version-history.md index cfd06c278e0..eb3c2082bad 100644 --- a/website/docs/components/form/super-select/partials/version-history/version-history.md +++ b/website/docs/components/form/super-select/partials/version-history/version-history.md @@ -1,3 +1,7 @@ +## 4.19.0 + +Updated the design to improve the experience when many items are selected. + ## 4.16.0 ### Updated diff --git a/website/docs/whats-new/release-notes/partials/components.md b/website/docs/whats-new/release-notes/partials/components.md index c8006b125dd..46030c2ef2f 100644 --- a/website/docs/whats-new/release-notes/partials/components.md +++ b/website/docs/whats-new/release-notes/partials/components.md @@ -46,7 +46,7 @@ Update ember-stargate to 0.5.0
-`Form::SuperSelect::Multiple` - Updated the design to improve the experience when many items are selected. +`SuperSelect` - Updated the design to improve the experience when many items are selected. @@ -1441,4 +1441,4 @@ Fixed syncing of `` ids to the `aria-describedby` attribute --- -_[Read the full changelog](https://github.com/hashicorp/design-system/blob/main/packages/components/CHANGELOG.md)_ +_[Read the full changelog](https://github.com/hashicorp/design-system/blob/main/packages/components/CHANGELOG.md)_ \ No newline at end of file From d38468f07e9b2ed727c4ade55382b54ba2b802c0 Mon Sep 17 00:00:00 2001 From: shleewhite Date: Thu, 8 May 2025 13:53:44 -0400 Subject: [PATCH 08/10] fix: appsidenav and appheader version history --- packages/components/CHANGELOG.md | 12 ++++++++++++ .../partials/version-history/version-history.md | 6 +++++- .../partials/version-history/version-history.md | 8 ++++++++ .../whats-new/release-notes/partials/components.md | 12 ++++++++++++ 4 files changed, 37 insertions(+), 1 deletion(-) diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index 9f26c39afb8..4abe679c136 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -34,6 +34,18 @@ Update ember-stargate to 0.5.0
+`AppHeader` - Formally published the `AppHeader` component. + + + +
+ +`AppSideNav` - Formally published the `AppSideNav` component. + + + +
+ `SuperSelect` - Updated the design to improve the experience when many items are selected. diff --git a/website/docs/components/app-header/partials/version-history/version-history.md b/website/docs/components/app-header/partials/version-history/version-history.md index 87fd98fe4dc..dff09773187 100644 --- a/website/docs/components/app-header/partials/version-history/version-history.md +++ b/website/docs/components/app-header/partials/version-history/version-history.md @@ -1,3 +1,7 @@ +## 4.19.0 + +Formally published the `AppHeader` component. To be used in conjunction with the `AppFrame` and the `Sidenav` components. + ## 4.15.0 Aligned private class properties to follow a standardized notation @@ -18,7 +22,7 @@ Fixed issue with mobile menu to prevent tabbing to hidden content and hiding it ## 4.8.0 -Added the `AppHeader` component and its sub-components, to be used in conjunction with the `AppFrame` and the `Sidenav` components. +Added the `AppHeader` component and its sub-components, but did not publish them for public use. Also added the following design tokens: diff --git a/website/docs/components/app-side-nav/partials/version-history/version-history.md b/website/docs/components/app-side-nav/partials/version-history/version-history.md index 3bda29d19ca..51720546f8e 100644 --- a/website/docs/components/app-side-nav/partials/version-history/version-history.md +++ b/website/docs/components/app-side-nav/partials/version-history/version-history.md @@ -1,3 +1,11 @@ +## 4.19.0 + +Formally published the `AppSideNav` component. To be used in conjunction with the `AppFrame` and the `Sidenav` components. + ## 4.15.0 Aligned private class properties to follow a standardized notation + +## 4.8.0 + +Added the `AppSideNav` component and its sub-components, but did not publish them for public use. diff --git a/website/docs/whats-new/release-notes/partials/components.md b/website/docs/whats-new/release-notes/partials/components.md index 46030c2ef2f..8ecc128dea8 100644 --- a/website/docs/whats-new/release-notes/partials/components.md +++ b/website/docs/whats-new/release-notes/partials/components.md @@ -46,6 +46,18 @@ Update ember-stargate to 0.5.0
+`AppHeader` - Formally published the `AppHeader` component. + + + +
+ +`AppSideNav` - Formally published the `AppSideNav` component. + + + +
+ `SuperSelect` - Updated the design to improve the experience when many items are selected. From 85b336e75107bf1e92900146458f0c7d7a53d2f9 Mon Sep 17 00:00:00 2001 From: Lee White Date: Thu, 8 May 2025 15:21:06 -0400 Subject: [PATCH 09/10] Update website/docs/components/app-header/partials/version-history/version-history.md Co-authored-by: Dylan Hyun --- .../app-header/partials/version-history/version-history.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/components/app-header/partials/version-history/version-history.md b/website/docs/components/app-header/partials/version-history/version-history.md index dff09773187..b0bdea397b1 100644 --- a/website/docs/components/app-header/partials/version-history/version-history.md +++ b/website/docs/components/app-header/partials/version-history/version-history.md @@ -1,6 +1,6 @@ ## 4.19.0 -Formally published the `AppHeader` component. To be used in conjunction with the `AppFrame` and the `Sidenav` components. +Formally published the `AppHeader` component. To be used in conjunction with the `AppFrame` and the `AppSideNav` components. ## 4.15.0 From 613242510821a94a1175b3ffd63fae80f103f734 Mon Sep 17 00:00:00 2001 From: Lee White Date: Thu, 8 May 2025 15:21:12 -0400 Subject: [PATCH 10/10] Update website/docs/components/app-side-nav/partials/version-history/version-history.md Co-authored-by: Dylan Hyun --- .../app-side-nav/partials/version-history/version-history.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/components/app-side-nav/partials/version-history/version-history.md b/website/docs/components/app-side-nav/partials/version-history/version-history.md index 51720546f8e..2002ab529bf 100644 --- a/website/docs/components/app-side-nav/partials/version-history/version-history.md +++ b/website/docs/components/app-side-nav/partials/version-history/version-history.md @@ -1,6 +1,6 @@ ## 4.19.0 -Formally published the `AppSideNav` component. To be used in conjunction with the `AppFrame` and the `Sidenav` components. +Formally published the `AppSideNav` component. To be used in conjunction with the `AppFrame` and the `AppHeader` components. ## 4.15.0