diff --git a/.changeset/breezy-spoons-flash.md b/.changeset/breezy-spoons-flash.md index dcd6411c46a..b70b58c9a7b 100644 --- a/.changeset/breezy-spoons-flash.md +++ b/.changeset/breezy-spoons-flash.md @@ -3,4 +3,5 @@ --- `AppHeader` - Fixed import path for `hds-breakpoints` + `AppSideNav` - Fixed import path for `hds-breakpoints` diff --git a/.changeset/fresh-kangaroos-sing.md b/.changeset/fresh-kangaroos-sing.md index 19eec772132..ad669444c7b 100644 --- a/.changeset/fresh-kangaroos-sing.md +++ b/.changeset/fresh-kangaroos-sing.md @@ -2,4 +2,4 @@ "@hashicorp/design-system-components": minor --- -`CodeBlock` - Added height toggle control which is present when a `maxHeight` is set and code content height exceeds the `maxHeight` value +`CodeBlock` - Added height toggle control, which is present when a `maxHeight` is set and code content height exceeds the `maxHeight` value diff --git a/.changeset/itchy-ravens-shout.md b/.changeset/itchy-ravens-shout.md index eb689bd2e38..958b7864729 100644 --- a/.changeset/itchy-ravens-shout.md +++ b/.changeset/itchy-ravens-shout.md @@ -2,4 +2,4 @@ "@hashicorp/design-system-components": patch --- -`Time` - fixed type error where the TooltipButton text could be undefined. +`Time` - Fixed type error where the `TooltipButton` text could be undefined. diff --git a/.changeset/red-rice-refuse.md b/.changeset/red-rice-refuse.md index c33ea258945..0681433a6bb 100644 --- a/.changeset/red-rice-refuse.md +++ b/.changeset/red-rice-refuse.md @@ -6,6 +6,6 @@ `Stepper::Nav` - Replaced custom breakpoint (`550px`) with standard `sm` (`480px`) breakpoint -`AppHeader` - Removed usage of `--hds-app-desktop-breakpoint` CSS variable and relied on the `@breakpoint` argument for override of mobile behaviour +`AppHeader` - Removed usage of `--hds-app-desktop-breakpoint` CSS variable and relied on the `@breakpoint` argument for override of mobile behavior -`AppSideNav` - Removed usage of `--hds-app-desktop-breakpoint` CSS variable, added `@breakpoint` argument, and relied on it for override of mobile behaviour \ No newline at end of file +`AppSideNav` - Removed usage of `--hds-app-desktop-breakpoint` CSS variable, added `@breakpoint` argument, and relied on it for override of mobile behavior \ No newline at end of file diff --git a/.changeset/rotten-geese-swim.md b/.changeset/rotten-geese-swim.md index 7ceab661400..3bebcf809b1 100644 --- a/.changeset/rotten-geese-swim.md +++ b/.changeset/rotten-geese-swim.md @@ -2,4 +2,4 @@ "@hashicorp/design-system-components": patch --- -`AdvancedTable` - Added `@maxHeight` argument which automatically adds a sticky header when set and sets the max height of the AdvancedTable. Also updated the container styles to constrain the Advanced Table width to the parent's width. +`AdvancedTable` - Added `@maxHeight` argument, which sets the max height of the Advanced Table and automatically adds a sticky header to it. Also updated the container styles to constrain the Advanced Table width to the parent's width.