-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: Use shared dropdown panel in nav (#2553)
* chore: Install react-components * refactor: Get the shared dropdown in the nav Soon to come: Placing the shared dropdown panel in NavigationHeaderDropdownMenu's modal * refactor: Fit the panel inside the dropdown - Restore original dropdown usage with new props - Add support for the product panel as a separate dropdown - Adjust types/type imports * chore: Spacing formatting for package-lock.json * chore: CSS fixes - Replace mobile menu with panel - Hack in fixes for mobile - Fix width on tablet/desktop * chore: Update canary * chore: CSS tweaks * chore: Pass in the data * chore: Update canary * chore: Add to desktop * feat: Add side panel content via updated canary * chore: Update to latest stable * upgrade package and breakpoints * remove home page tutorials link * add web-mktg-logos dependency * chore: Update padding to only target the auth menu on generic pages * chore: Address feedback link padding * update breakpoints * refactor: Update canary/reorder items * chore: Use latest stable panel * chore: Revert override change * feat: Support className in MobileAuthenticationControls * chore: Tweak bottom margin of auth controls * update MobileAuthControls type * package upgrade and small padding change * chore: Use latest @hashicorp/react-components * update react-components package and adjust product data * chore: Update package to latest canary * feat: Close dropdown with Esc * chore: Change navbarlist child root to NavigationMenu.List * fix: onEscKeyDown behavior * chore: Revert mobile menu breakpoint changes/update canary Move panel to the left to avoid issues with cutoff instead of changing the breakpoint * chore: Update canary * chore: Update panel to latest stable * fix: absolute positioning with hardcoded `left` * chore: Explicit padding on mobileMenuAuthContainer Co-authored-by: Heat Hamilton <[email protected]> * chore: Remove web-mktg-logos dep * chore: fix package-lock and specific next version for @hashicorp/react-components (#2566) Update package-lock and include specific next version for react-components --------- Co-authored-by: Leah Bush <[email protected]> Co-authored-by: Leah Bush <[email protected]> Co-authored-by: Heat Hamilton <[email protected]>
- Loading branch information
1 parent
b7223fe
commit 24199bc
Showing
14 changed files
with
654 additions
and
174 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.