RubyGems
npm
Organizations
Log in
Sign up
npm
hof
Versions diffs
20.1.1 → 20.1.2
hof 20.1.1 → 20.1.2
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (2)
hide
show
package/components/combine-and-loop-fields/index.js
+3
-0
package/package.json
+1
-1
package/components/combine-and-loop-fields/index.js
CHANGED
Viewed
@@ -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
Viewed
@@ -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",