-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
93 additions
and
52 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
...e/templates/patterns/navigation/components/includes/subnav-child-menu-mobile.md
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,5 +1,5 @@ | ||
# Subnav child menu at mobile | ||
|
||
- Grandchildren of the primary nav. | ||
- Grandchildren of the secondary nav. | ||
- Styles depend on parent elements, and may be hidden by default, so will not display correctly in the pattern library/ | ||
- To view the navigation in the pattern library go to `organisms/header.html`. |
22 changes: 18 additions & 4 deletions
22
...tyleguide/templates/patterns/navigation/components/includes/subnav-child-menu-mobile.yaml
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,5 +1,19 @@ | ||
context: | ||
pages: | ||
- nav_text: One | ||
- nav_text: Two | ||
- nav_text: Three | ||
child: | ||
block_type: 'menu' | ||
value: | ||
section_heading: '1' | ||
section_link: | ||
url: '#' | ||
section_link_text: 'See all in section 1' | ||
child_links: | ||
- block_type: 'link' | ||
value: | ||
text: '1A' | ||
url: '#' | ||
description: '1A description' | ||
- block_type: 'link' | ||
value: | ||
text: '1B' | ||
url: '#' | ||
description: '1B description' |
2 changes: 1 addition & 1 deletion
2
...yleguide/templates/patterns/navigation/components/includes/subnav-child-menu.md
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,5 +1,5 @@ | ||
# Subnav children menu | ||
|
||
- Grandchildren of the primary nav. | ||
- Grandchildren of the secondary nav. | ||
- Styles depend on parent elements, and may be hidden by default, so will not display correctly in the pattern library/ | ||
- To view the navigation in the pattern library go to `organisms/header.html`. |
22 changes: 18 additions & 4 deletions
22
...oject_styleguide/templates/patterns/navigation/components/includes/subnav-child-menu.yaml
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,5 +1,19 @@ | ||
context: | ||
pages: | ||
- nav_text: One | ||
- nav_text: Two | ||
- nav_text: Three | ||
child: | ||
block_type: 'menu' | ||
value: | ||
section_heading: '1' | ||
section_link: | ||
url: '#' | ||
section_link_text: 'See all in section 1' | ||
child_links: | ||
- block_type: 'link' | ||
value: | ||
text: '1A' | ||
url: '#' | ||
description: '1A description' | ||
- block_type: 'link' | ||
value: | ||
text: '1B' | ||
url: '#' | ||
description: '1B description' |
4 changes: 2 additions & 2 deletions
4
...leguide/templates/patterns/navigation/components/includes/subnav-menu-mobile.md
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,5 +1,5 @@ | ||
# Subnav menu at mobile | ||
|
||
- Children of the primary nav. | ||
- Children of the secondary nav. | ||
- Styles depend on parent elements, and may be hidden by default, so will not display correctly in the pattern library/ | ||
- To view the navigation in the pattern library go to `organims/header.html`. | ||
- To view the navigation in the pattern library go to `organisms/header.html`. |
65 changes: 34 additions & 31 deletions
65
...ject_styleguide/templates/patterns/navigation/components/includes/subnav-menu-mobile.yaml
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,34 +1,37 @@ | ||
context: | ||
links: | ||
- title: One | ||
get_children: | ||
live: | ||
public: | ||
in_menu: | ||
specific: | ||
- nav_text: 1 A | ||
- nav_text: 1 B | ||
- nav_text: 1 C | ||
- title: Two | ||
get_children: | ||
live: | ||
public: | ||
in_menu: | ||
specific: | ||
- nav_text: 2 A | ||
- nav_text: 2 B | ||
- nav_text: 2 C | ||
- title: Three | ||
get_children: | ||
live: | ||
public: | ||
in_menu: | ||
specific: | ||
- nav_text: 3 A | ||
- nav_text: 3 B | ||
- nav_text: 3 C | ||
- block_type: 'menu' | ||
value: | ||
section_heading: '1' | ||
section_link: | ||
url: '#' | ||
section_link_text: 'See all in section 1' | ||
child_links: | ||
- block_type: 'link' | ||
value: | ||
text: '1A' | ||
url: '#' | ||
description: '1A description' | ||
- block_type: 'link' | ||
value: | ||
text: '1B' | ||
url: '#' | ||
description: '1B description' | ||
|
||
tags: | ||
pageurl: | ||
link: | ||
raw: '#' | ||
- block_type: 'menu' | ||
value: | ||
section_heading: '2' | ||
section_link: | ||
url: '#' | ||
section_link_text: 'See all in section 2' | ||
child_links: | ||
- block_type: 'link' | ||
value: | ||
text: '2A' | ||
url: '#' | ||
description: '2A description' | ||
- block_type: 'link' | ||
value: | ||
text: '2B' | ||
url: '#' | ||
description: '2B description' |
2 changes: 1 addition & 1 deletion
2
...ect_styleguide/templates/patterns/navigation/components/includes/subnav-menu.md
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,5 +1,5 @@ | ||
# Subnav menu | ||
|
||
- Children of the primary nav. | ||
- Children of the secondary nav. | ||
- Styles depend on parent elements, and may be hidden by default, so will not display correctly in the pattern library/ | ||
- To view the navigation in the pattern library go to `organisms/header.html`. |
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
5 changes: 5 additions & 0 deletions
5
...ect_styleguide/templates/patterns/navigation/components/secondary-nav-mobile.md
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Secondary navigation menu mobile | ||
|
||
- The top level of the secondary navigation at mobile | ||
- Styles depend on parent elements, and may be hidden by default, so will not display correctly in the pattern library/ | ||
- To view the navigation in the pattern library go to `organisms/header.html`. |
5 changes: 5 additions & 0 deletions
5
tbx/project_styleguide/templates/patterns/navigation/components/secondary-nav.md
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Secondary navigation menu | ||
|
||
- The top level of the secondary navigation | ||
- Styles depend on parent elements, and may be hidden by default, so will not display correctly in the pattern library/ | ||
- To view the navigation in the pattern library go to `organisms/header.html`. |