Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 11 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"homepage": "https://github.com/hmrc/design-system#readme",
"dependencies": {
"govuk-frontend": "^3.6.0",
"hmrc-frontend": "^1.13.0"
"hmrc-frontend": "^1.15.2"
},
"devDependencies": {
"autoprefixer": "^9.6.5",
Expand Down
9 changes: 5 additions & 4 deletions src/hmrc-design-patterns/service-timeout/index.njk
Original file line number Diff line number Diff line change
Expand Up @@ -46,19 +46,19 @@ layout: twoColumnPage.njk
height: 400
}) }}

{#{ example({
{{ example({
item: 'service-timeout',
example: 'saved',
description: 'Saved service timeout',
height: 400
}) }#}
}) }}

{#{ example({
{{ example({
item: 'service-timeout',
example: 'not-saved',
description: 'Not saved service timeout',
height: 400
}) }#}
}) }}

<p class="govuk-body">If they do nothing, take them to a ‘We signed you out’ page that uses similar content as the warning box.</p>

Expand Down Expand Up @@ -119,6 +119,7 @@ layout: twoColumnPage.njk
codeSnippet({
code: '<meta
name="hmrc-timeout-dialog"
content="hmrc-timeout-dialog"
data-timeout=""
data-countdown=""
data-keep-alive-url=""
Expand Down