-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(NavigationHeader): implement NavigationHeader component (#885)
* feat(navigationbar): add new component - WIP, support API for modifying home image, links, and responsiveness re #728 * feat(header): implements desktop header * feat(header): mobile header implementation * refactor(navigationheader): renames to NavigationHeader * fix(navigationheader): fix lint error * refactor(navigationheader): rename story title * refactor(navigationheader): rename to isNarrow * fix(navigationheader): address styling issues * refactor(navigationheader): use object props instead of ReactNode * fix(navigationheader): remove unused import * fix(navigationheader): fix build error * refactor(navigationheader): inverted style prop * fix(navigationheader): remove unused imports * test(navigationheader): update snapshots * test(navigationheader): fix axe test * fix(navigationheader): address design feedback * fix(navigationheader): fixed colors and added new customTheme for Buttons and InputSearch * fix(navigationheader): fixed Chevron position in secondary nav items * feat(designtokens): added new inverse colors to design tokens * fix(navigationheader): fixed prop forwarding issues * fix(navigationheader): fixed Button and ButtonDropdown types Added tests and coverred all available controls in the storybook for the NavigationHeader component * fix(navigationheader): added tests and fixed bugs * fix(inputdropdown): fix styles * fix(inputdropdown): fixed button styles * fix(navigationheader): fixed design review bugs and finalized the component * feat(navigationheader): added auto switch between mobile and desktop if there is not enough space * fix(navigationheader): fixed style errors * fix(navigationheader): fixed primary nav items hover style --------- Co-authored-by: Andrew Holloway <booc0mtaco@users.noreply.github.com> Co-authored-by: Masoud Amjadi <mamjadi@contractor.chanzuckerberg.com>
- Loading branch information
1 parent
add779b
commit 97ba7f5
Showing
55 changed files
with
2,834 additions
and
491 deletions.
There are no files selected for viewing
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
528 changes: 396 additions & 132 deletions
528
packages/components/src/common/styles-dictionary/css/variables.css
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
Oops, something went wrong.