Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/chilled-phones-give.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/empty-guests-eat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/khaki-swans-type.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/little-sheep-shave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nasty-tools-fold.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/real-yaks-press.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rude-plants-provide.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/rude-rice-hang.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/swift-icons-pay.md

This file was deleted.

78 changes: 78 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,83 @@
# @hashicorp/design-system-components

## 4.19.0

### Minor Changes

[4.19.0 documentation](https://hds-website-4-19-0.vercel.app/)

Use luxon 3.x

<small class="doc-whats-new-changelog-metadata">[#2839](https://github.com/hashicorp/design-system/pull/2839) - Thanks [@RobbieTheWagner](https://github.com/RobbieTheWagner) for the contribution! 🙏</small>

<div class="doc-whats-new-changelog-separator"></div>

`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

<small class="doc-whats-new-changelog-metadata">[#2819](https://github.com/hashicorp/design-system/pull/2819)</small>

<div class="doc-whats-new-changelog-separator"></div>

Update ember-stargate to 0.5.0

<small class="doc-whats-new-changelog-metadata">[#2840](https://github.com/hashicorp/design-system/pull/2840) - Thanks [@RobbieTheWagner](https://github.com/RobbieTheWagner) for the contribution! 🙏</small>

<div class="doc-whats-new-changelog-separator"></div>

`SideNav` - Deprecated the `SideNav` component. Use the `AppSideNav` component in combination with the `AppHeader` component as a replacement.

<small class="doc-whats-new-changelog-metadata">[#2837](https://github.com/hashicorp/design-system/pull/2837)</small>

<div class="doc-whats-new-changelog-separator"></div>

`AppHeader` - Formally published the `AppHeader` component.

<small class="doc-whats-new-changelog-metadata">[#2837](https://github.com/hashicorp/design-system/pull/2837)</small>

<div class="doc-whats-new-changelog-separator"></div>

`AppSideNav` - Formally published the `AppSideNav` component.

<small class="doc-whats-new-changelog-metadata">[#2837](https://github.com/hashicorp/design-system/pull/2837)</small>

<div class="doc-whats-new-changelog-separator"></div>

`SuperSelect` - Updated the design to improve the experience when many items are selected.

<small class="doc-whats-new-changelog-metadata">[#2824](https://github.com/hashicorp/design-system/pull/2824)</small>

<div class="doc-whats-new-changelog-separator"></div>

### Patch Changes

`Tag` - Updated structure to prevent inheritance overrides for font styles

<small class="doc-whats-new-changelog-metadata">[#2835](https://github.com/hashicorp/design-system/pull/2835)</small>

<div class="doc-whats-new-changelog-separator"></div>

`Modal` - Fixed issue where conditionally disabling ability to dismiss the `Modal` breaks click outside to dismiss.

<small class="doc-whats-new-changelog-metadata">[#2846](https://github.com/hashicorp/design-system/pull/2846)</small>

<div class="doc-whats-new-changelog-separator"></div>

`Dropdown` - Updated Radio and Checkbox list items font weight to match other list items.

<small class="doc-whats-new-changelog-metadata">[#2854](https://github.com/hashicorp/design-system/pull/2854)</small>

<div class="doc-whats-new-changelog-separator"></div>

`Modal` - Fixed issue with focus trap when modal is displayed inline.

<small class="doc-whats-new-changelog-metadata">[#2834](https://github.com/hashicorp/design-system/pull/2834)</small>

<div class="doc-whats-new-changelog-separator"></div>

## 4.18.2

[4.18.2 documentation](https://hds-website-4-18-2.vercel.app/)
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hashicorp/design-system-components",
"version": "4.18.2",
"version": "4.19.0",
"description": "Helios Design System Components",
"keywords": [
"hashicorp",
Expand Down
2 changes: 2 additions & 0 deletions website/docs/components/app-header/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ navigation:
- navbar
- menubar
- topbar
status:
added: 4.19.0
---

<section data-tab="Guidelines">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 4.19.0

Formally published the `AppHeader` component. To be used in conjunction with the `AppFrame` and the `AppSideNav` components.

## 4.15.0

Aligned private class properties to follow a standardized notation
Expand All @@ -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:

Expand Down
2 changes: 2 additions & 0 deletions website/docs/components/app-side-nav/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ navigation:
- side navigation
- sidenav
- sidebar
status:
added: 4.19.0
---

<section data-tab="Guidelines">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 4.19.0

Formally published the `AppSideNav` component. To be used in conjunction with the `AppFrame` and the `AppHeader` 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.
2 changes: 0 additions & 2 deletions website/docs/components/badge-count/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ navigation:
- pill
- version number
- counter
status:
updated: 4.17.1
---

<section data-tab="Guidelines">
Expand Down
2 changes: 0 additions & 2 deletions website/docs/components/badge/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ navigation:
- pill
- tag
- label
status:
updated: 4.17.1
---

<section data-tab="Guidelines">
Expand Down
2 changes: 0 additions & 2 deletions website/docs/components/card/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ navigation:
- tile
- container
- box
status:
updated: 4.18.1
---

<section data-tab="Guidelines">
Expand Down
2 changes: 1 addition & 1 deletion website/docs/components/code-block/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ navigation:
- syntax
- highlight
status:
updated: 4.18.1
updated: 4.19.0
---

<section data-tab="Guidelines">
Expand Down
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion website/docs/components/code-editor/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ navigation:
- highlight
- block
status:
updated: 4.18.2
updated: 4.19.0
---

<section data-tab="Guidelines">
Expand Down
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 0 additions & 2 deletions website/docs/components/copy/button/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ navigation:
keywords:
- snippet
- clipboard
status:
updated: 4.17.1
---

<section data-tab="Guidelines">
Expand Down
2 changes: 0 additions & 2 deletions website/docs/components/copy/snippet/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ navigation:
- button
- clipboard
- code
status:
updated: 4.17.1
---

<section data-tab="Guidelines">
Expand Down
2 changes: 2 additions & 0 deletions website/docs/components/dropdown/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ navigation:
- menu
- action menu
- list
status:
updated: 4.19.0
---

<section data-tab="Guidelines">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 4.19.0

Updated Radio and Checkbox list items font weight to match other list items.

## 4.16.0

Implemented `aria-controls` in `Dropdown::Toggle::Button` for a11y improvements with toggled content from `PopoverPrimitive`
Expand Down
2 changes: 0 additions & 2 deletions website/docs/components/form/masked-input/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ navigation:
- form
- input
- textarea
status:
updated: 4.17.1
---

<section data-tab="Guidelines">
Expand Down
2 changes: 1 addition & 1 deletion website/docs/components/form/super-select/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ navigation:
- dropdown
- powerselect
status:
updated: 4.16.0
updated: 4.19.0
---

<section data-tab="Guidelines">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 4.19.0

Updated the design to improve the experience when many items are selected.

## 4.16.0

### Updated
Expand Down
2 changes: 0 additions & 2 deletions website/docs/components/form/textarea/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ navigation:
- textbox
- text box
- form
status:
updated: 4.18.1
---

<section data-tab="Guidelines">
Expand Down
16 changes: 12 additions & 4 deletions website/docs/components/link/inline/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
---

<section data-tab="Guidelines">
Expand Down
17 changes: 13 additions & 4 deletions website/docs/components/link/standalone/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
---

<section data-tab="Guidelines">
Expand Down
2 changes: 2 additions & 0 deletions website/docs/components/modal/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ navigation:
- popover
- popup
- dialog
status:
updated: 4.19.0
---

<section data-tab="Guidelines">
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Loading