-
Notifications
You must be signed in to change notification settings - Fork 335
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #437 from alphagov/frontend-release-0.0.22
Frontend release 0.0.22
- Loading branch information
Showing
65 changed files
with
276 additions
and
448 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,31 +1,30 @@ | ||
{ | ||
"name": "@govuk-frontend/all", | ||
"version": "0.0.21-alpha", | ||
"version": "0.0.22-alpha", | ||
"dependencies": { | ||
"@govuk-frontend/back-link": "^0.0.21-alpha", | ||
"@govuk-frontend/breadcrumbs": "^0.0.21-alpha", | ||
"@govuk-frontend/button": "^0.0.21-alpha", | ||
"@govuk-frontend/checkboxes": "^0.0.21-alpha", | ||
"@govuk-frontend/cookie-banner": "^0.0.21-alpha", | ||
"@govuk-frontend/date-input": "^0.0.21-alpha", | ||
"@govuk-frontend/details": "^0.0.21-alpha", | ||
"@govuk-frontend/error-message": "^0.0.21-alpha", | ||
"@govuk-frontend/error-summary": "^0.0.21-alpha", | ||
"@govuk-frontend/fieldset": "^0.0.21-alpha", | ||
"@govuk-frontend/file-upload": "^0.0.21-alpha", | ||
"@govuk-frontend/icons": "^0.0.21-alpha", | ||
"@govuk-frontend/input": "^0.0.21-alpha", | ||
"@govuk-frontend/label": "^0.0.21-alpha", | ||
"@govuk-frontend/legal-text": "^0.0.21-alpha", | ||
"@govuk-frontend/link": "^0.0.21-alpha", | ||
"@govuk-frontend/panel": "^0.0.21-alpha", | ||
"@govuk-frontend/phase-banner": "^0.0.21-alpha", | ||
"@govuk-frontend/previous-next": "^0.0.21-alpha", | ||
"@govuk-frontend/radios": "^0.0.21-alpha", | ||
"@govuk-frontend/select": "^0.0.21-alpha", | ||
"@govuk-frontend/skip-link": "^0.0.21-alpha", | ||
"@govuk-frontend/table": "^0.0.21-alpha", | ||
"@govuk-frontend/tag": "^0.0.21-alpha", | ||
"@govuk-frontend/textarea": "^0.0.21-alpha" | ||
"@govuk-frontend/back-link": "^0.0.22-alpha", | ||
"@govuk-frontend/breadcrumbs": "^0.0.22-alpha", | ||
"@govuk-frontend/button": "^0.0.22-alpha", | ||
"@govuk-frontend/checkboxes": "^0.0.22-alpha", | ||
"@govuk-frontend/cookie-banner": "^0.0.22-alpha", | ||
"@govuk-frontend/date-input": "^0.0.22-alpha", | ||
"@govuk-frontend/details": "^0.0.22-alpha", | ||
"@govuk-frontend/error-message": "^0.0.22-alpha", | ||
"@govuk-frontend/error-summary": "^0.0.22-alpha", | ||
"@govuk-frontend/fieldset": "^0.0.22-alpha", | ||
"@govuk-frontend/file-upload": "^0.0.22-alpha", | ||
"@govuk-frontend/icons": "^0.0.22-alpha", | ||
"@govuk-frontend/input": "^0.0.22-alpha", | ||
"@govuk-frontend/label": "^0.0.22-alpha", | ||
"@govuk-frontend/panel": "^0.0.22-alpha", | ||
"@govuk-frontend/phase-banner": "^0.0.22-alpha", | ||
"@govuk-frontend/previous-next": "^0.0.22-alpha", | ||
"@govuk-frontend/radios": "^0.0.22-alpha", | ||
"@govuk-frontend/select": "^0.0.22-alpha", | ||
"@govuk-frontend/skip-link": "^0.0.22-alpha", | ||
"@govuk-frontend/table": "^0.0.22-alpha", | ||
"@govuk-frontend/tag": "^0.0.22-alpha", | ||
"@govuk-frontend/textarea": "^0.0.22-alpha", | ||
"@govuk-frontend/warning-text": "^0.0.22-alpha" | ||
} | ||
} |
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,7 +1,7 @@ | ||
{ | ||
"name": "@govuk-frontend/back-link", | ||
"version": "0.0.21-alpha", | ||
"version": "0.0.22-alpha", | ||
"dependencies": { | ||
"@govuk-frontend/globals": "^0.0.21-alpha" | ||
"@govuk-frontend/globals": "^0.0.22-alpha" | ||
} | ||
} |
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,8 +1,8 @@ | ||
{ | ||
"name": "@govuk-frontend/breadcrumbs", | ||
"version": "0.0.21-alpha", | ||
"version": "0.0.22-alpha", | ||
"dependencies": { | ||
"@govuk-frontend/globals": "^0.0.21-alpha", | ||
"@govuk-frontend/icons": "^0.0.21-alpha" | ||
"@govuk-frontend/globals": "^0.0.22-alpha", | ||
"@govuk-frontend/icons": "^0.0.22-alpha" | ||
} | ||
} |
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,8 +1,8 @@ | ||
{ | ||
"name": "@govuk-frontend/button", | ||
"version": "0.0.21-alpha", | ||
"version": "0.0.22-alpha", | ||
"dependencies": { | ||
"@govuk-frontend/globals": "^0.0.21-alpha", | ||
"@govuk-frontend/icons": "^0.0.21-alpha" | ||
"@govuk-frontend/globals": "^0.0.22-alpha", | ||
"@govuk-frontend/icons": "^0.0.22-alpha" | ||
} | ||
} |
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,8 +1,8 @@ | ||
{ | ||
"name": "@govuk-frontend/checkboxes", | ||
"version": "0.0.21-alpha", | ||
"version": "0.0.22-alpha", | ||
"dependencies": { | ||
"@govuk-frontend/globals": "^0.0.21-alpha", | ||
"@govuk-frontend/label": "^0.0.21-alpha" | ||
"@govuk-frontend/globals": "^0.0.22-alpha", | ||
"@govuk-frontend/label": "^0.0.22-alpha" | ||
} | ||
} |
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,5 @@ | ||
|
||
<div class="govuk-c-cookie-banner js-cookie-banner"> | ||
<p class="govuk-c-cookie-banner__message">GOV.UK uses cookies to make the site simpler. <a href="https://www.gov.uk/help/cookies">Find out more about cookies</a></p> | ||
<p class="govuk-c-cookie-banner__message">GOV.UK uses cookies to make the site simpler. <a href="https://www.gov.uk/help/cookies" class="govuk-link">Find out more about cookies</a></p> | ||
</div> | ||
|
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 @@ | ||
{% from "cookie-banner/macro.njk" import govukCookieBanner %} | ||
|
||
{{ govukCookieBanner({ | ||
'html': 'GOV.UK uses cookies to make the site simpler. <a href="https://www.gov.uk/help/cookies">Find out more about cookies</a>' | ||
'html': 'GOV.UK uses cookies to make the site simpler. <a href="https://www.gov.uk/help/cookies" class="govuk-link">Find out more about cookies</a>' | ||
}) }} |
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,7 +1,7 @@ | ||
{ | ||
"name": "@govuk-frontend/cookie-banner", | ||
"version": "0.0.21-alpha", | ||
"version": "0.0.22-alpha", | ||
"dependencies": { | ||
"@govuk-frontend/globals": "^0.0.21-alpha" | ||
"@govuk-frontend/globals": "^0.0.22-alpha" | ||
} | ||
} |
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,9 +1,9 @@ | ||
{ | ||
"name": "@govuk-frontend/date-input", | ||
"version": "0.0.21-alpha", | ||
"version": "0.0.22-alpha", | ||
"dependencies": { | ||
"@govuk-frontend/error-message": "^0.0.21-alpha", | ||
"@govuk-frontend/globals": "^0.0.21-alpha", | ||
"@govuk-frontend/label": "^0.0.21-alpha" | ||
"@govuk-frontend/error-message": "^0.0.22-alpha", | ||
"@govuk-frontend/globals": "^0.0.22-alpha", | ||
"@govuk-frontend/label": "^0.0.22-alpha" | ||
} | ||
} |
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,7 +1,7 @@ | ||
{ | ||
"name": "@govuk-frontend/details", | ||
"version": "0.0.21-alpha", | ||
"version": "0.0.22-alpha", | ||
"dependencies": { | ||
"@govuk-frontend/globals": "^0.0.21-alpha" | ||
"@govuk-frontend/globals": "^0.0.22-alpha" | ||
} | ||
} |
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,7 +1,7 @@ | ||
{ | ||
"name": "@govuk-frontend/error-message", | ||
"version": "0.0.21-alpha", | ||
"version": "0.0.22-alpha", | ||
"dependencies": { | ||
"@govuk-frontend/globals": "^0.0.21-alpha" | ||
"@govuk-frontend/globals": "^0.0.22-alpha" | ||
} | ||
} |
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,7 +1,7 @@ | ||
{ | ||
"name": "@govuk-frontend/error-summary", | ||
"version": "0.0.21-alpha", | ||
"version": "0.0.22-alpha", | ||
"dependencies": { | ||
"@govuk-frontend/globals": "^0.0.21-alpha" | ||
"@govuk-frontend/globals": "^0.0.22-alpha" | ||
} | ||
} |
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,7 +1,7 @@ | ||
{ | ||
"name": "@govuk-frontend/fieldset", | ||
"version": "0.0.21-alpha", | ||
"version": "0.0.22-alpha", | ||
"dependencies": { | ||
"@govuk-frontend/globals": "^0.0.21-alpha" | ||
"@govuk-frontend/globals": "^0.0.22-alpha" | ||
} | ||
} |
Oops, something went wrong.