-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SS-116] Renames vic-gov-au example to reference to use reference bac…
…kend (#1117) * Rename vic-gov to reference * use demo site * Added theming changes. * Adds reference site .env file Co-authored-by: MdNadimHossain <[email protected]>
- Loading branch information
1 parent
3de15c4
commit 33746de
Showing
55 changed files
with
90 additions
and
87 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
.env | ||
|
||
# Editor directories and files | ||
.idea | ||
.vscode | ||
|
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 @@ | ||
# Tide API | ||
CONTENT_API_SERVER=https://develop.content.reference.sdp.vic.gov.au/ | ||
# oAuth client key is needed for Preview to work | ||
CONTENT_API_OAUTH_CLIENT_ID=dc881486-c14a-4b92-a0d0-e5dcd706f5ad | ||
|
||
# If using, Google Tag Manager ID goes here see - https://github.com/nuxt-community/gtm-module | ||
# GTM_ID= | ||
|
||
# This will enable Nuxt debug and display error details. | ||
DISPLAY_ERROR=1 | ||
|
||
# Search settings - NONPROD | ||
SEARCH_SERVICE=elasticsearch | ||
SEARCH_LOG=trace | ||
|
||
# Credentials to be provided by SDP team during onboarding | ||
# SEARCH_URL= | ||
# SEARCH_HASH= | ||
# SEARCH_INDEX= | ||
# SEARCH_AUTH_USERNAME= | ||
# SEARCH_AUTH_PASSWORD= |
File renamed without changes.
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,46 @@ | ||
// Vic.gov.au site theming variables | ||
// Overwrites values in Ripple | ||
@import '~@dpc-sdp/ripple-global/scss/settings/functions'; | ||
|
||
$rpl-colors: ( | ||
'primary': #7040CA, | ||
'dark_primary': #6728A7, | ||
'secondary': #BD10E0, | ||
'extra_dark_neutral': #011A3C, | ||
'dark_neutral': #465870, | ||
'mid_neutral_1': #D7DBE0, | ||
'mid_neutral_2': #E8EBEE, | ||
'light_neutral': #F6F6F9, | ||
'danger': #AF272F, | ||
'warning': #CA4C21, | ||
'success': #027A83, | ||
'success-2-text': #027a83, | ||
'white': #fff, | ||
'black': #000, | ||
'maximum-blue-purple': #9D9DEF, | ||
'violets-are-blue': #825DFF, | ||
'french-rose': #EF4A81, | ||
'naples-yellow': #F9E062, | ||
); | ||
|
||
// Local Custom UI colours | ||
$ref-ui-color-maximum-blue-purple: rpl_color('maximum-blue-purple'); | ||
$ref-ui-color-violets-are-blue: rpl_color('violets-are-blue'); | ||
$ref-ui-color-french-rose: rpl_color('french-rose'); | ||
$ref-ui-color-naples-yellow: rpl_color('naples-yellow'); | ||
|
||
$rpl-gradients: ( | ||
'primary_gradient': linear-gradient(90deg, rpl_color('secondary') 0%, $ref-ui-color-maximum-blue-purple 100%), | ||
'primary_gradient_90': linear-gradient(180deg, rpl_color('secondary') 0%, $ref-ui-color-maximum-blue-purple 100%), | ||
'primary_gradient_0': linear-gradient(0deg, rpl_color('secondary') 0%, $ref-ui-color-maximum-blue-purple 100%), | ||
'decorative_gradient': linear-gradient(-90deg, $ref-ui-color-maximum-blue-purple 0%, $ref-ui-color-violets-are-blue 34.38%, $ref-ui-color-french-rose 60.94%, $ref-ui-color-naples-yellow 98.96%), | ||
'decorative_gradient_0': linear-gradient(0deg, $ref-ui-color-maximum-blue-purple 0%, $ref-ui-color-violets-are-blue 34.38%, $ref-ui-color-french-rose 60.94%, $ref-ui-color-naples-yellow 98.96%), | ||
'decorative_gradient_90': linear-gradient(-180deg, $ref-ui-color-maximum-blue-purple 0%, $ref-ui-color-violets-are-blue 34.38%, $ref-ui-color-french-rose 60.94%, $ref-ui-color-naples-yellow 98.96%), | ||
'decorative_gradient_180': linear-gradient(90deg, $ref-ui-color-maximum-blue-purple 0%, $ref-ui-color-violets-are-blue 34.38%, $ref-ui-color-french-rose 60.94%, $ref-ui-color-naples-yellow 98.96%), | ||
); | ||
|
||
// Accordion | ||
$rpl-accordion-border-image: linear-gradient(-90deg, rpl_color('secondary') 0%, $ref-ui-color-maximum-blue-purple 100%); | ||
|
||
// Buttons | ||
$rpl-button-active-background-image: rpl_gradient('primary_gradient_0'); |
File renamed without changes.
File renamed without changes.
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
examples/vic-gov-au/package.json → examples/reference/package.json
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
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.
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
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Diff not rendered.
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