@govuk-one-login/frontend-ui 4.0.0 → 4.0.1
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.
|
@@ -3,7 +3,9 @@
|
|
|
3
3
|
{% set assetPath = "/public/rebrand"%}
|
|
4
4
|
{% endif %}
|
|
5
5
|
|
|
6
|
-
{%
|
|
6
|
+
{% if isPageDataSensitive is not defined %}
|
|
7
|
+
{% set isPageDataSensitive = true %}
|
|
8
|
+
{% endif %}
|
|
7
9
|
{% set taxLevel1 = 'web cri' %}
|
|
8
10
|
|
|
9
11
|
{% extends "form-template.njk" %}
|
|
@@ -3,7 +3,9 @@
|
|
|
3
3
|
{% set assetPath = "/public/rebrand"%}
|
|
4
4
|
{% endif %}
|
|
5
5
|
|
|
6
|
-
{%
|
|
6
|
+
{% if isPageDataSensitive is not defined %}
|
|
7
|
+
{% set isPageDataSensitive = true %}
|
|
8
|
+
{% endif %}
|
|
7
9
|
{% set taxLevel1 = 'web cri' %}
|
|
8
10
|
|
|
9
11
|
{% extends "hmpo-template.njk" %}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@govuk-one-login/frontend-ui",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.1",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "build/cjs/backend/index.cjs",
|
|
6
6
|
"module": "build/esm/backend/index.js",
|
|
@@ -59,6 +59,6 @@
|
|
|
59
59
|
"types": "./build/esm/backend/index.d.ts",
|
|
60
60
|
"optionalDependencies": {
|
|
61
61
|
"hmpo-components": "^7.1.0",
|
|
62
|
-
"@govuk-one-login/frontend-analytics": "^4.0.
|
|
62
|
+
"@govuk-one-login/frontend-analytics": "^4.0.5"
|
|
63
63
|
}
|
|
64
64
|
}
|