hof 22.5.0 → 22.5.2
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 +6 -0
- package/frontend/template-mixins/partials/forms/option-group.html +1 -1
- package/package.json +1 -1
- package/.nyc_output/78671554-16e5-423c-952b-a3a7dbe123f7.json +0 -1
- package/.nyc_output/processinfo/78671554-16e5-423c-952b-a3a7dbe123f7.json +0 -1
- package/.nyc_output/processinfo/index.json +0 -1
- package/frontend/govuk-template/govuk_template_generated.html +0 -102
- package/sandbox/apps/sandbox/translations/en/default.json +0 -239
- package/sandbox/public/css/app.css +0 -9552
- package/sandbox/public/images/icons/icon-caret-left.png +0 -0
- package/sandbox/public/images/icons/icon-complete.png +0 -0
- package/sandbox/public/images/icons/icon-cross-remove-sign.png +0 -0
- package/sandbox/public/js/bundle.js +0 -47603
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,9 @@
|
|
1
|
+
## 2025-05-06, Version 22.5.2 (Stable), @Rhodine-orleans-lindsay
|
2
|
+
### Fixed
|
3
|
+
- Hints for radio button options are now aligned correctly
|
4
|
+
### Security
|
5
|
+
- Updates patch and minor dependencies
|
6
|
+
|
1
7
|
## 2025-04-15, Version 22.5.0 (Stable), @shamiluwais
|
2
8
|
### Changed
|
3
9
|
- Refactors notify component to enable email attachments
|
@@ -33,8 +33,8 @@
|
|
33
33
|
>
|
34
34
|
<label class="govuk-label govuk-radios__label" for="{{key}}-{{value}}">
|
35
35
|
{{{label}}}
|
36
|
-
{{#optionHint}}<div id="{{key}}-{{value}}-item-hint" class="govuk-hint govuk-radios__hint">{{optionHint}}</div>{{/optionHint}}
|
37
36
|
</label>
|
37
|
+
{{#optionHint}}<div id="{{key}}-{{value}}-item-hint" class="govuk-hint govuk-radios__hint">{{optionHint}}</div>{{/optionHint}}
|
38
38
|
</div>
|
39
39
|
{{#renderChild}}{{/renderChild}}
|
40
40
|
{{/options}}
|