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
1 change: 1 addition & 0 deletions .changeset/breezy-spoons-flash.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
---

`AppHeader` - Fixed import path for `hds-breakpoints`

`AppSideNav` - Fixed import path for `hds-breakpoints`
2 changes: 1 addition & 1 deletion .changeset/fresh-kangaroos-sing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .changeset/itchy-ravens-shout.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
4 changes: 2 additions & 2 deletions .changeset/red-rice-refuse.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
`AppSideNav` - Removed usage of `--hds-app-desktop-breakpoint` CSS variable, added `@breakpoint` argument, and relied on it for override of mobile behavior
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🇺🇸 🇺🇸 🇺🇸

2 changes: 1 addition & 1 deletion .changeset/rotten-geese-swim.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.