hof 20.1.0 → 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();
@@ -3,8 +3,10 @@
3
3
  module.exports = {
4
4
  addressLookup: require('./address-lookup'),
5
5
  clearSession: require('./clear-session'),
6
+ combineAndLoopFields: require('./combine-and-loop-fields'),
6
7
  date: require('./date'),
7
8
  emailer: require('./emailer'),
8
- summary: require('./summary'),
9
- notify: require('./notify')
9
+ homeOfficeCountries: require('./homeoffice-countries'),
10
+ notify: require('./notify'),
11
+ summary: require('./summary')
10
12
  };
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.0",
4
+ "version": "20.1.2",
5
5
  "license": "MIT",
6
6
  "main": "index.js",
7
7
  "author": "HomeOffice",