hof 20.1.1 → 20.1.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -95,6 +95,9 @@ module.exports = config => {
95
95
  condition: {
96
96
  field: field,
97
97
  value: 'yes'
98
+ },
99
+ legend: {
100
+ className: 'visuallyhidden'
98
101
  }
99
102
  });
100
103
  next();
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "hof",
3
3
  "description": "A bootstrap for HOF projects",
4
- "version": "20.1.1",
4
+ "version": "20.1.2",
5
5
  "license": "MIT",
6
6
  "main": "index.js",
7
7
  "author": "HomeOffice",