hof 22.1.0-timeout-warning-sign-in-beta.2 → 22.1.0-timeout-warning-sign-in-beta.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +1 -2
- package/package.json +1 -1
- package/sandbox/public/js/bundle.js +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
## 2024, Version 22.1.0, @Rhodine-orleans-lindsay
|
|
2
2
|
* Adds session timeout warning content for save and exit forms
|
|
3
3
|
- user can stay signed in page or save and exit form
|
|
4
|
-
- adds save-and-exit html
|
|
5
|
-
- allows for customisation of save-and-exit page content
|
|
4
|
+
- adds default save-and-exit html
|
|
6
5
|
* Fixes accessibility issues
|
|
7
6
|
* Sandbox area for testing hof changes
|
|
8
7
|
* Updates patch and minor dependency versions
|
package/package.json
CHANGED
|
@@ -313,7 +313,7 @@ window.GOVUK.sessionDialog = {
|
|
|
313
313
|
$fallBackElement: $('.govuk-timeout-warning-fallback'),
|
|
314
314
|
dialogIsOpenClass: 'dialog-is-open',
|
|
315
315
|
timers: [],
|
|
316
|
-
warningTextPrefix: '
|
|
316
|
+
warningTextPrefix: $('.dialog-text-prefix').text(),
|
|
317
317
|
warningTextSuffix: '.',
|
|
318
318
|
warningText: $('.dialog-text').text(),
|
|
319
319
|
warningTextExtra: '',
|