-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add hierarchical menus & universal bar menu support to Navigation
Navigation: - add support for hierarchical menus - add support for universal bar menu - the universal bar menu is shown on the top of the header at least when using a wide screen - remove deprecated variant property queries: - add parentId to menu query to fetch hierarchy of menus mocks: - make navigation mock menu hierarchical - this hierarchical menu can be seen in storybook's ArchiveSearchPage - add mock for universal bar menu packages: - add crypto-browserify as development dependency to fix running storybook - crypto is being used by hds-react since HDS v3 - set version to 1.0.0-alpha230 refs LIIKUNTA-582
- Loading branch information
1 parent
98a672e
commit aa71ea3
Showing
11 changed files
with
561 additions
and
41 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
export const CITY_OF_HELSINKI_WEBSITE_URL = 'https://www.hel.fi/'; | ||
export const MAIN_CONTENT_ID = 'main-content'; | ||
export const TOP_LEVEL_MENU_ITEM_PARENT_ID = 'null_parent_id' as const; |
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.