-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updates breadcrumbs ellipsis logic and updates documentation surround…
…ing the feature updates
- Loading branch information
Showing
21 changed files
with
97 additions
and
39 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,14 +1,24 @@ | ||
--- | ||
title: Breadcrumbs | ||
width: narrow | ||
model: json/breadcrumbs-2.json | ||
model: | ||
breadcrumbs-1: json/breadcrumbs-1.json | ||
breadcrumbs-2: json/breadcrumbs-2.json | ||
page: true | ||
--- | ||
|
||
{{#>_layout-container}} | ||
{{>_breadcrumbs model}} | ||
{{>_breadcrumbs model.breadcrumbs-1}} | ||
{{/_layout-container}} | ||
|
||
{{#>_layout-container brand-dark="true" invert="true"}} | ||
{{>_breadcrumbs model}} | ||
{{>_breadcrumbs model.breadcrumbs-1}} | ||
{{/_layout-container}} | ||
|
||
{{#>_layout-container}} | ||
{{>_breadcrumbs model.breadcrumbs-2}} | ||
{{/_layout-container}} | ||
|
||
{{#>_layout-container brand-dark="true" invert="true"}} | ||
{{>_breadcrumbs model.breadcrumbs-2}} | ||
{{/_layout-container}} |
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 |
---|---|---|
|
@@ -12,10 +12,6 @@ | |
{ | ||
"text": "NSW Digital Design System", | ||
"url": "#" | ||
}, | ||
{ | ||
"text": "Content design", | ||
"url": "#" | ||
} | ||
] | ||
} |
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,16 +1,26 @@ | ||
--- | ||
title: Breadcrumbs | ||
width: narrow | ||
model: json/breadcrumbs.json | ||
model: | ||
breadcrumbs-1: json/breadcrumbs-1.json | ||
breadcrumbs-2: json/breadcrumbs-2.json | ||
page: true | ||
--- | ||
|
||
{{#>_theme}} | ||
{{#>_layout-container}} | ||
{{>_breadcrumbs model}} | ||
{{>_breadcrumbs model.breadcrumbs-1}} | ||
{{/_layout-container}} | ||
|
||
{{#>_layout-container brand-dark="true" invert="true"}} | ||
{{>_breadcrumbs model}} | ||
{{>_breadcrumbs model.breadcrumbs-1}} | ||
{{/_layout-container}} | ||
|
||
{{#>_layout-container}} | ||
{{>_breadcrumbs model.breadcrumbs-2}} | ||
{{/_layout-container}} | ||
|
||
{{#>_layout-container brand-dark="true" invert="true"}} | ||
{{>_breadcrumbs model.breadcrumbs-2}} | ||
{{/_layout-container}} | ||
{{/_theme}} |
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
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