hof 22.3.1 → 22.3.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 CHANGED
@@ -1,3 +1,9 @@
1
+ ## 2025-03-17, Version 22.3.2 (Stable), @Rhodine-orleans-lindsay
2
+ ### Fixed
3
+ - Error message now shows above textarea field if label is hidden
4
+ ### Security
5
+ - Updates patch and minor dependencies
6
+
1
7
  ## 2025-03-07, Version 22.3.0 (Stable), @robertdeniszczyc2 @sulthan-ahmed
2
8
  ### Fixed
3
9
  - the validator `ukmobilephone` now accepts `+447 and 07`
@@ -6,14 +6,14 @@
6
6
  <label for="{{id}}"
7
7
  class="{{labelClassName}} {{#isPageHeading}}govuk-label--l{{/isPageHeading}}">
8
8
  {{{label}}}
9
- {{#error}}
10
- <p id="{{id}}-error" class="govuk-error-message">
11
- <span id="{{id}}-error" class="govuk-visually-hidden">Error:</span>{{error.message}}
12
- </p>
13
- {{/error}}
14
9
  </label>
15
10
  {{#isPageHeading}}</h1>{{/isPageHeading}}
16
11
  {{#hint}}<div {{$hintId}}id="{{hintId}}" {{/hintId}}class="govuk-hint">{{hint}}</div>{{/hint}}
12
+ {{#error}}
13
+ <p id="{{id}}-error" class="govuk-error-message">
14
+ <span id="{{id}}-error" class="govuk-visually-hidden">Error:</span>{{error.message}}
15
+ </p>
16
+ {{/error}}
17
17
  {{#renderChild}}{{/renderChild}}
18
18
  <textarea name="{{id}}" id="{{id}}"
19
19
  class="govuk-textarea {{#isMaxlengthOrMaxword}}govuk-js-character-count{{/isMaxlengthOrMaxword}} {{#className}}{{className}}{{/className}} {{#error}}govuk-input--error{{/error}}"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "hof",
3
3
  "description": "A bootstrap for HOF projects",
4
- "version": "22.3.1",
4
+ "version": "22.3.3",
5
5
  "license": "MIT",
6
6
  "main": "index.js",
7
7
  "author": "HomeOffice",