-
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 component name to Support list and updates documentation
- Loading branch information
Showing
19 changed files
with
141 additions
and
128 deletions.
There are no files selected for viewing
Binary file not shown.
File renamed without changes
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
21 changes: 0 additions & 21 deletions
21
src/components/acknowledgement-list/json/acknowledgement-list-3.json
This file was deleted.
Oops, something went wrong.
This file was deleted.
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
2 changes: 1 addition & 1 deletion
2
...ledgement-list/_acknowledgement-list.scss → ...omponents/support-list/_support-list.scss
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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- | ||
title: Support list | ||
width: wide | ||
model: | ||
list-1: ../../components/support-list/json/support-list-1.json | ||
list-2: ../../components/support-list/json/support-list-2.json | ||
list-3: ../../components/support-list/json/support-list-3.json | ||
page: true | ||
--- | ||
|
||
{{#>_layout-container}} | ||
{{>_support-list model.list-1 includeWaratah="true" }} | ||
{{>_support-list model.list-2 }} | ||
{{>_support-list model.list-3 includeWaratah="true" }} | ||
{{/_layout-container}} | ||
|
||
{{#>_layout-container brand-dark="true" invert="true"}} | ||
{{>_support-list model.list-1 includeWaratah="true" }} | ||
{{>_support-list model.list-2 }} | ||
{{>_support-list model.list-3 includeWaratah="true" }} | ||
{{/_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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
--- | ||
title: Support list | ||
width: wide | ||
tabs: true | ||
directory: support-list | ||
intro: Recognising sponsorship and partnership support from the NSW Government and external organisations. | ||
theme: true | ||
figma: https://www.figma.com/design/PVrERKnckLTlJSPk12gbtS/NSW-Digital-Design-System?node-id=18830-13455 | ||
meta-description: Highlights NSW Government and external organisations that have provided support including sponsorship, partnership, or funding. | ||
meta-index: true | ||
model: | ||
list-1: ../../components/support-list/json/support-list-1.json | ||
list-2: ../../components/support-list/json/support-list-2.json | ||
list-3: ../../components/support-list/json/support-list-3.json | ||
--- | ||
|
||
<h3>Masterbrand descriptors</h3> | ||
{{#>_docs-example}} | ||
{{>_support-list model.list-1 includeWaratah="true"}} | ||
{{/_docs-example}} | ||
|
||
<h3>Masterbrand descriptors with label</h3> | ||
{{#>_docs-example}} | ||
{{>_support-list model.list-2 }} | ||
{{/_docs-example}} | ||
|
||
<h3>Support logos</h3> | ||
{{#>_docs-example}} | ||
{{>_support-list model.list-3 includeWaratah="true" }} | ||
{{/_docs-example}} |
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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"title": "Major sponsors", | ||
"logos": [ | ||
{ | ||
"url": "/assets/images/support-list-logo.png", | ||
"alt": "Logo 1" | ||
}, | ||
{ | ||
"url": "/assets/images/support-list-logo.png", | ||
"alt": "Logo 2" | ||
}, | ||
{ | ||
"url": "/assets/images/support-list-logo.png", | ||
"alt": "Logo 3" | ||
}, | ||
{ | ||
"url": "/assets/images/support-list-logo.png", | ||
"alt": "Logo 4" | ||
} | ||
] | ||
} |
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,23 @@ | ||
--- | ||
title: Support list | ||
width: wide | ||
model: | ||
list-1: ../../components/support-list/json/support-list-1.json | ||
list-2: ../../components/support-list/json/support-list-2.json | ||
list-3: ../../components/support-list/json/support-list-3.json | ||
page: true | ||
--- | ||
|
||
{{#>_theme}} | ||
{{#>_layout-container}} | ||
{{>_support-list model.list-1 includeWaratah="true" }} | ||
{{>_support-list model.list-2 }} | ||
{{>_support-list model.list-3 includeWaratah="true" }} | ||
{{/_layout-container}} | ||
|
||
{{#>_layout-container brand-dark="true" invert="true"}} | ||
{{>_support-list model.list-1 includeWaratah="true" }} | ||
{{>_support-list model.list-2 }} | ||
{{>_support-list model.list-3 includeWaratah="true" }} | ||
{{/_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