Skip to content

Commit

Permalink
Merge pull request #770 from WestpacGEL/pattern-navigation-kate
Browse files Browse the repository at this point in the history
Pattern navigation kate
  • Loading branch information
tomjackking authored Apr 11, 2024
2 parents c70d775 + fdced37 commit d230183
Show file tree
Hide file tree
Showing 43 changed files with 10 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: >-
they are in.
namedExport:
discriminant: false
excludeFromNavbar: true
excludeFromNavbar: false
design:
- title:
name: Header
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
In a scenario where you have a list of accounts of different types, they can be grouped into categories to help users easily scan.

THIS DEMO NEEDS TO BE ADJUSTED TO SHOW THE CORRECT ACCOUN TYPE LAYOUTS.

```
() => {
const MOCK_ACCOUNTS = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: >-
characters allowed in a field.
namedExport:
discriminant: false
excludeFromNavbar: true
excludeFromNavbar: false
design:
- title:
name: Character count
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ description: >-
recalled and entered without the need for select elements.
namedExport:
discriminant: false
excludeFromNavbar: false
design:
- title:
name: Date of birth
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ description: >-
primary way we communicate with customers, it’s important to get this right.
namedExport:
discriminant: false
excludeFromNavbar: false
design:
- title:
name: Email
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ description: >-
is often dictated by systems outside of the bank.
namedExport:
discriminant: false
excludeFromNavbar: false
design:
- title:
name: Employment
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ description: >-
and is most commonly used for expiry dates.
namedExport:
discriminant: false
excludeFromNavbar: false
design:
- title:
name: Expiry date
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: >-
financial services.
namedExport:
discriminant: false
excludeFromNavbar: true
excludeFromNavbar: false
design:
- title:
name: When do we need help text?
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ description: >-
and inclusive.
namedExport:
discriminant: false
excludeFromNavbar: false
design:
- title:
name: Full name
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ description: >-
you need for your application.
namedExport:
discriminant: false
excludeFromNavbar: false
design:
- title:
name: Phone number
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: >-
for our users. Validation and errors are essential for data quality.
namedExport:
discriminant: false
excludeFromNavbar: true
excludeFromNavbar: false
design:
- title:
name: 'Anatomy of an error '
Expand Down

0 comments on commit d230183

Please sign in to comment.