hof 22.4.0 → 22.4.2-beta-patch-fixes
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/components/date/templates/date.html +1 -1
- package/frontend/template-mixins/partials/forms/checkbox-group.html +1 -1
- package/frontend/template-mixins/partials/forms/checkbox.html +1 -1
- package/frontend/template-mixins/partials/forms/input-text-date.html +1 -1
- package/frontend/template-mixins/partials/forms/input-text-group.html +1 -1
- package/frontend/template-mixins/partials/forms/option-group.html +1 -1
- package/frontend/template-mixins/partials/forms/select.html +2 -2
- package/frontend/template-mixins/partials/forms/textarea-group.html +1 -1
- package/package.json +1 -1
@@ -6,7 +6,7 @@
|
|
6
6
|
{{#isPageHeading}}</h1>{{/isPageHeading}}
|
7
7
|
</legend>
|
8
8
|
{{#hint}}
|
9
|
-
<span id="{{key}}-hint" class="govuk-hint">{{hint}}</span>
|
9
|
+
<span id="{{key}}-hint" class="govuk-hint">{{{hint}}}</span>
|
10
10
|
{{/hint}}
|
11
11
|
{{#error}}
|
12
12
|
<p id="{{key}}-error" class="govuk-error-message">
|
@@ -14,7 +14,7 @@
|
|
14
14
|
</strong>
|
15
15
|
</div>
|
16
16
|
{{/isWarning}}
|
17
|
-
{{#hint}}<div id="{{key}}-hint" class="govuk-hint">{{hint}}</div>{{/hint}}
|
17
|
+
{{#hint}}<div id="{{key}}-hint" class="govuk-hint">{{{hint}}}</div>{{/hint}}
|
18
18
|
{{#error}}
|
19
19
|
<p id="{{key}}-error" class="govuk-error-message">
|
20
20
|
<span class="govuk-visually-hidden">Error:</span> {{error.message}}
|
@@ -3,7 +3,7 @@
|
|
3
3
|
<label for="{{id}}" class="{{labelClassName}}">
|
4
4
|
<span class="label-text">{{{label}}}</span>
|
5
5
|
</label>
|
6
|
-
{{#hint}}<span {{$hintId}}id="{{hintId}}" {{/hintId}}class="govuk-hint">{{hint}}</span>{{/hint}}
|
6
|
+
{{#hint}}<span {{$hintId}}id="{{hintId}}" {{/hintId}}class="govuk-hint">{{{hint}}}</span>{{/hint}}
|
7
7
|
{{#renderChild}}{{/renderChild}}
|
8
8
|
{{#attributes}}
|
9
9
|
{{#prefix}}
|
@@ -3,7 +3,7 @@
|
|
3
3
|
{{{label}}}
|
4
4
|
</label>
|
5
5
|
{{#isPageHeading}}</h1>{{/isPageHeading}}
|
6
|
-
{{#hint}}<span {{$hintId}}id="{{hintId}}" {{/hintId}}class="govuk-hint">{{hint}}</span>{{/hint}}
|
6
|
+
{{#hint}}<span {{$hintId}}id="{{hintId}}" {{/hintId}}class="govuk-hint">{{{hint}}}</span>{{/hint}}
|
7
7
|
{{#error}}
|
8
8
|
<p class="govuk-error-message">
|
9
9
|
<span class="govuk-visually-hidden">Error:</span> {{error.message}}
|
@@ -14,7 +14,7 @@
|
|
14
14
|
</strong>
|
15
15
|
</div>
|
16
16
|
{{/isWarning}}
|
17
|
-
{{#hint}}<div id="{{key}}-hint" class="govuk-hint">{{hint}}</div>{{/hint}}
|
17
|
+
{{#hint}}<div id="{{key}}-hint" class="govuk-hint">{{{hint}}}</div>{{/hint}}
|
18
18
|
{{#error}}<p id="{{key}}-error" class="govuk-error-message"><span class="govuk-visually-hidden">Error:</span> {{error.message}}</p>{{/error}}
|
19
19
|
{{{detail}}}
|
20
20
|
<div class="govuk-radios" data-module="govuk-radios">
|
@@ -1,9 +1,9 @@
|
|
1
1
|
<div id="{{id}}-group" class="{{#compound}} form-group-compound{{/compound}}{{#formGroupClassName}} {{formGroupClassName}}{{/formGroupClassName}}{{#error}} govuk-form-group--error{{/error}}">
|
2
|
-
{{#isPageHeading}}<h1 class="govuk-label-wrapper">{{/isPageHeading}}<label for="{{id}}" class="{{labelClassName}}{{#isPageHeading}}govuk-label--l{{/isPageHeading}}">
|
2
|
+
{{#isPageHeading}}<h1 class="govuk-label-wrapper">{{/isPageHeading}}<label for="{{id}}" class="{{labelClassName}} {{#isPageHeading}}govuk-label--l{{/isPageHeading}}">
|
3
3
|
{{{label}}}
|
4
4
|
</label>
|
5
5
|
{{#isPageHeading}}</h1>{{/isPageHeading}}
|
6
|
-
{{#hint}}<div {{$hintId}}id="{{hintId}}" {{/hintId}}class="govuk-hint">{{hint}}</div>{{/hint}}
|
6
|
+
{{#hint}}<div {{$hintId}}id="{{hintId}}" {{/hintId}}class="govuk-hint">{{{hint}}}</div>{{/hint}}
|
7
7
|
{{#error}}
|
8
8
|
<p class="govuk-error-message">
|
9
9
|
<span class="govuk-visually-hidden">Error:</span> {{error.message}}
|
@@ -8,7 +8,7 @@
|
|
8
8
|
{{{label}}}
|
9
9
|
</label>
|
10
10
|
{{#isPageHeading}}</h1>{{/isPageHeading}}
|
11
|
-
{{#hint}}<div {{$hintId}}id="{{hintId}}" {{/hintId}}class="govuk-hint">{{hint}}</div>{{/hint}}
|
11
|
+
{{#hint}}<div {{$hintId}}id="{{hintId}}" {{/hintId}}class="govuk-hint">{{{hint}}}</div>{{/hint}}
|
12
12
|
{{#error}}
|
13
13
|
<p id="{{id}}-error" class="govuk-error-message">
|
14
14
|
<span id="{{id}}-error" class="govuk-visually-hidden">Error:</span>{{error.message}}
|