@ons/design-system 70.0.16 → 72.0.0
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/README.md +10 -1
- package/components/access-code/_macro.njk +4 -4
- package/components/access-code/_macro.spec.js +10 -10
- package/components/access-code/example-access-code-error.njk +2 -2
- package/components/access-code/example-access-code.njk +2 -2
- package/components/accordion/_macro.njk +1 -1
- package/components/accordion/_macro.spec.js +162 -91
- package/components/accordion/_test_examples.js +13 -0
- package/components/address-input/_macro.njk +7 -7
- package/components/address-input/_macro.spec.js +16 -15
- package/components/address-input/autosuggest.address.error.js +1 -1
- package/components/address-input/autosuggest.address.js +25 -25
- package/components/address-input/autosuggest.address.spec.js +6 -5
- package/components/address-input/example-address-input-editable.njk +5 -4
- package/components/address-input/example-address-input.njk +4 -5
- package/components/autosuggest/_autosuggest.scss +8 -8
- package/components/autosuggest/_macro.njk +5 -5
- package/components/autosuggest/autosuggest.spec.js +1 -1
- package/components/back-to-top/_back-to-top.scss +2 -2
- package/components/back-to-top/_macro.spec.js +1 -1
- package/components/back-to-top/example-full-page-back-to-top.njk +6 -6
- package/components/breadcrumbs/_breadcrumbs.scss +1 -1
- package/components/breadcrumbs/_macro.spec.js +121 -115
- package/components/breadcrumbs/_test_examples.js +36 -0
- package/components/browser-banner/_macro.spec.js +1 -1
- package/components/button/_button.scss +24 -16
- package/components/button/_macro.njk +5 -5
- package/components/button/_macro.spec.js +2 -2
- package/components/button/example-button-custom.njk +1 -1
- package/components/card/_card.scss +0 -6
- package/components/card/_macro.njk +9 -9
- package/components/card/_macro.spec.js +57 -24
- package/components/card/example-card-set-with-images.njk +30 -18
- package/components/card/example-card-set-with-lists.njk +57 -45
- package/components/card/example-card-set.njk +27 -15
- package/components/card/example-card.njk +9 -5
- package/components/char-check-limit/_macro.njk +1 -1
- package/components/checkboxes/_checkbox.scss +4 -4
- package/components/checkboxes/_checkboxes.scss +1 -1
- package/components/checkboxes/example-checkboxes-with-hidden-label.njk +4 -4
- package/components/cookies-banner/_cookies-banner.scss +5 -5
- package/components/cookies-banner/_macro.njk +15 -13
- package/components/cookies-banner/_macro.spec.js +1 -1
- package/components/details/_details.scss +5 -6
- package/components/details/_macro.njk +4 -4
- package/components/details/_macro.spec.js +1 -1
- package/components/document-list/_document-list.scss +0 -2
- package/components/document-list/_macro.njk +18 -18
- package/components/document-list/_macro.spec.js +16 -14
- package/components/document-list/example-document-list-article-featured.njk +5 -3
- package/components/document-list/example-document-list-articles.njk +15 -9
- package/components/document-list/example-document-list-downloads.njk +15 -9
- package/components/document-list/example-document-list-search-result-featured.njk +5 -3
- package/components/document-list/example-document-list-search-results.njk +20 -12
- package/components/download-resources/_download-resources.scss +1 -2
- package/components/download-resources/download-resources.spec.js +12 -6
- package/components/external-link/_macro.njk +1 -1
- package/components/external-link/_macro.spec.js +1 -1
- package/components/external-link/example-external-link.njk +1 -1
- package/components/feedback/_macro.njk +1 -1
- package/components/feedback/_macro.spec.js +3 -3
- package/components/feedback/example-feedback-call-to-action.njk +1 -1
- package/components/field/_field-group.scss +0 -2
- package/components/field/_field.scss +1 -2
- package/components/fieldset/_fieldset.scss +2 -2
- package/components/fieldset/_macro.njk +1 -1
- package/components/fieldset/_macro.spec.js +1 -1
- package/components/footer/_footer.scss +12 -7
- package/components/footer/_macro.njk +54 -34
- package/components/footer/_macro.spec.js +90 -28
- package/components/footer/example-footer-cymraeg.njk +1 -1
- package/components/footer/example-footer-transactional.njk +1 -1
- package/components/footer/example-footer-warning.njk +1 -1
- package/components/footer/example-footer-with-alternative-organisation.njk +99 -94
- package/components/footer/example-footer-with-coat-of-arms.njk +1 -1
- package/components/footer/example-footer-with-copyright.njk +1 -1
- package/components/footer/example-footer-with-multiple-logos-and-split-display.njk +173 -0
- package/components/footer/example-footer-with-multiple-logos.njk +172 -0
- package/components/footer/example-footer.njk +1 -1
- package/components/header/_header.scss +7 -14
- package/components/header/_macro.njk +19 -19
- package/components/header/_macro.spec.js +18 -18
- package/components/header/example-header-external-for-surveys.njk +2 -2
- package/components/header/example-header-external-welsh.njk +2 -2
- package/components/header/example-header-external-with-sub-navigation-removed.njk +1 -1
- package/components/header/example-header-external-with-sub-navigation.njk +1 -1
- package/components/header/example-header-multiple-logos.njk +4 -4
- package/components/hero/_hero.scss +6 -8
- package/components/hero/_macro.njk +1 -1
- package/components/icon/_icon.scss +4 -4
- package/components/icon/_macro.njk +4 -4
- package/components/icon/_macro.spec.js +2 -2
- package/components/image/_image.scss +1 -1
- package/components/image/_macro.njk +1 -1
- package/components/image/_macro.spec.js +10 -10
- package/components/image/example-image-for-regular-screens.njk +1 -1
- package/components/input/_input-type.scss +0 -2
- package/components/input/_input.scss +10 -10
- package/components/input/_macro.njk +4 -2
- package/components/input/example-input-search-with-character-check.njk +1 -1
- package/components/input/example-input-search.njk +1 -1
- package/components/label/_label.scss +1 -3
- package/components/language-selector/_macro.njk +3 -3
- package/components/language-selector/_macro.spec.js +7 -7
- package/components/list/_list.scss +1 -5
- package/components/list/_macro.njk +9 -10
- package/components/list/_macro.spec.js +50 -9
- package/components/list/example-inline-list-with-social-icon-prefix.njk +1 -1
- package/components/message/_macro.njk +3 -3
- package/components/message/_macro.spec.js +3 -3
- package/components/message-list/_macro.njk +2 -2
- package/components/message-list/_macro.spec.js +8 -4
- package/components/message-list/_message-list.scss +2 -2
- package/components/navigation/_macro.njk +9 -9
- package/components/navigation/_macro.spec.js +2 -2
- package/components/navigation/_navigation.scss +2 -6
- package/components/navigation/navigation.dom.js +1 -1
- package/components/navigation/navigation.spec.js +4 -4
- package/components/pagination/_macro.njk +2 -2
- package/components/pagination/_pagination.scss +1 -7
- package/components/panel/_macro.njk +5 -4
- package/components/panel/_macro.spec.js +2 -2
- package/components/panel/_panel.scss +12 -8
- package/components/password/_macro.njk +1 -1
- package/components/password/_macro.spec.js +2 -2
- package/components/phase-banner/_macro.njk +1 -1
- package/components/phase-banner/_phase-banner.scss +3 -4
- package/components/phase-banner/example-phase-banner-alpha.njk +1 -1
- package/components/phase-banner/example-phase-banner-beta.njk +1 -1
- package/components/question/_macro.njk +8 -8
- package/components/question/_macro.spec.js +3 -3
- package/components/question/_question.scss +3 -3
- package/components/radios/_macro.njk +1 -1
- package/components/radios/_macro.spec.js +1 -1
- package/components/radios/_radios.scss +1 -1
- package/components/radios/example-radios-with-clear-button-expanded.njk +1 -1
- package/components/radios/example-radios-with-clear-button.njk +1 -1
- package/components/related-content/_macro.spec.js +2 -2
- package/components/related-content/_related-content.scss +1 -1
- package/components/related-content/example-related-content-general.njk +2 -2
- package/components/related-content/example-related-content-social-media.njk +1 -1
- package/components/reply/_macro.njk +3 -1
- package/components/reply/_macro.spec.js +1 -1
- package/components/reply/reply.spec.js +1 -1
- package/components/section-navigation/_macro.njk +10 -10
- package/components/section-navigation/_macro.spec.js +15 -15
- package/components/section-navigation/_section-navigation.scss +3 -8
- package/components/section-navigation/example-section-navigation-single-vertical-with-title.njk +3 -3
- package/components/section-navigation/example-section-navigation-vertical.njk +14 -14
- package/components/section-navigation/example-section-navigation.njk +3 -3
- package/components/select/example-select-with-inline-label.njk +1 -1
- package/components/share-page/_macro.njk +7 -7
- package/components/share-page/_macro.spec.js +2 -2
- package/components/share-page/example-share-page.njk +1 -1
- package/components/status/_status.scss +1 -1
- package/components/summary/_macro.njk +33 -33
- package/components/summary/_macro.spec.js +34 -34
- package/components/summary/_summary.scss +2 -4
- package/components/summary/example-summary-card-grouped.njk +34 -34
- package/components/summary/example-summary-grouped-total.njk +7 -7
- package/components/summary/example-summary-grouped-with-errors.njk +9 -9
- package/components/summary/example-summary-grouped.njk +34 -34
- package/components/summary/example-summary-household.njk +7 -7
- package/components/summary/example-summary-hub-minimal.njk +8 -8
- package/components/summary/example-summary-hub.njk +16 -16
- package/components/summary/example-summary-multiple.njk +7 -7
- package/components/summary/example-summary-no-action.njk +5 -5
- package/components/summary/example-summary.njk +9 -9
- package/components/table/_table.scss +2 -3
- package/components/table-of-contents/_macro.njk +3 -3
- package/components/table-of-contents/_macro.spec.js +3 -3
- package/components/table-of-contents/example-table-of-contents-sticky-full-page.njk +1 -1
- package/components/tabs/_macro.njk +3 -3
- package/components/tabs/_macro.spec.js +3 -3
- package/components/tabs/_tabs.scss +3 -4
- package/components/tabs/example-tabs-details.njk +1 -1
- package/components/text-indent/_text-indent.scss +1 -1
- package/components/text-indent/example-text-indent.njk +1 -1
- package/components/timeline/_macro.njk +4 -4
- package/components/timeline/_macro.spec.js +3 -3
- package/components/timeline/_timeline.scss +4 -3
- package/components/timeline/example-timeline.njk +1 -1
- package/components/upload/_upload.scss +2 -2
- package/components/video/_macro.njk +4 -4
- package/components/video/_macro.spec.js +2 -2
- package/components/video/_video.scss +1 -1
- package/components/video/example-video.njk +2 -2
- package/components/video/video.spec.js +2 -2
- package/css/main.css +1 -1
- package/layout/_dsTemplate.njk +1 -1
- package/layout/_template.njk +31 -31
- package/package.json +3 -2
- package/scripts/main.es5.js +1 -1
- package/scripts/main.js +1 -1
- package/scss/base/_global.scss +2 -0
- package/scss/base/_typography.scss +0 -2
- package/scss/main.scss +0 -1
- package/scss/objects/_container.scss +1 -1
- package/scss/objects/_page.scss +2 -3
- package/scss/overrides/rtl.scss +1 -1
- package/scss/utilities/_grid.scss +103 -96
- package/scss/utilities/_margin.scss +11 -5
- package/scss/utilities/_padding.scss +12 -5
- package/scss/utilities/_typography.scss +2 -1
- package/scss/vars/_forms.scss +8 -10
- package/scss/vars/_grid.scss +4 -4
- package/scss/vars/_typography.scss +26 -19
- package/components/call-to-action/_call-to-action.scss +0 -8
- package/components/call-to-action/_macro.njk +0 -24
- package/components/call-to-action/_macro.spec.js +0 -48
- package/components/call-to-action/example-call-to-action-default.njk +0 -15
- package/components/metadata/_macro.njk +0 -14
|
@@ -5,14 +5,14 @@
|
|
|
5
5
|
"variant": "card",
|
|
6
6
|
"summaries": [
|
|
7
7
|
{
|
|
8
|
-
"
|
|
8
|
+
"title": "John Doe",
|
|
9
9
|
"groups": [
|
|
10
10
|
{
|
|
11
|
-
"
|
|
11
|
+
"title": "Personal details",
|
|
12
12
|
"rows": [
|
|
13
13
|
{
|
|
14
|
-
"
|
|
15
|
-
"
|
|
14
|
+
"title": "Are you John Doe?",
|
|
15
|
+
"itemsList": [
|
|
16
16
|
{
|
|
17
17
|
"valueList": [
|
|
18
18
|
{
|
|
@@ -30,8 +30,8 @@
|
|
|
30
30
|
]
|
|
31
31
|
},
|
|
32
32
|
{
|
|
33
|
-
"
|
|
34
|
-
"
|
|
33
|
+
"title": "What's your date of birth?",
|
|
34
|
+
"itemsList": [
|
|
35
35
|
{
|
|
36
36
|
"valueList": [
|
|
37
37
|
{
|
|
@@ -49,8 +49,8 @@
|
|
|
49
49
|
]
|
|
50
50
|
},
|
|
51
51
|
{
|
|
52
|
-
"
|
|
53
|
-
"
|
|
52
|
+
"title": "What is your sex?",
|
|
53
|
+
"itemsList": [
|
|
54
54
|
{
|
|
55
55
|
"valueList": [
|
|
56
56
|
{
|
|
@@ -70,11 +70,11 @@
|
|
|
70
70
|
]
|
|
71
71
|
},
|
|
72
72
|
{
|
|
73
|
-
"
|
|
73
|
+
"title": "Identity and health",
|
|
74
74
|
"rows": [
|
|
75
75
|
{
|
|
76
|
-
"
|
|
77
|
-
"
|
|
76
|
+
"title": "What is your country of birth?",
|
|
77
|
+
"itemsList": [
|
|
78
78
|
{
|
|
79
79
|
"valueList": [
|
|
80
80
|
{
|
|
@@ -92,8 +92,8 @@
|
|
|
92
92
|
]
|
|
93
93
|
},
|
|
94
94
|
{
|
|
95
|
-
"
|
|
96
|
-
"
|
|
95
|
+
"title": "What passports do you hold?",
|
|
96
|
+
"itemsList": [
|
|
97
97
|
{
|
|
98
98
|
"valueList": [
|
|
99
99
|
{
|
|
@@ -113,11 +113,11 @@
|
|
|
113
113
|
]
|
|
114
114
|
},
|
|
115
115
|
{
|
|
116
|
-
"
|
|
116
|
+
"title": "Qualifications",
|
|
117
117
|
"rows": [
|
|
118
118
|
{
|
|
119
|
-
"
|
|
120
|
-
"
|
|
119
|
+
"title": "Have you completed an apprenticeship?",
|
|
120
|
+
"itemsList": [
|
|
121
121
|
{
|
|
122
122
|
"valueList": [
|
|
123
123
|
{
|
|
@@ -135,8 +135,8 @@
|
|
|
135
135
|
]
|
|
136
136
|
},
|
|
137
137
|
{
|
|
138
|
-
"
|
|
139
|
-
"
|
|
138
|
+
"title": "Have you achieved a GCSE or equivalent qualification?",
|
|
139
|
+
"itemsList": [
|
|
140
140
|
{
|
|
141
141
|
"valueList": [
|
|
142
142
|
{
|
|
@@ -156,12 +156,12 @@
|
|
|
156
156
|
]
|
|
157
157
|
},
|
|
158
158
|
{
|
|
159
|
-
"
|
|
159
|
+
"title": "Employment history",
|
|
160
160
|
"rows": [
|
|
161
161
|
{
|
|
162
|
-
"
|
|
162
|
+
"itemsList": [
|
|
163
163
|
{
|
|
164
|
-
"
|
|
164
|
+
"title": "Name of UK company",
|
|
165
165
|
"valueList": [
|
|
166
166
|
{
|
|
167
167
|
"text": "Company A"
|
|
@@ -181,7 +181,7 @@
|
|
|
181
181
|
]
|
|
182
182
|
},
|
|
183
183
|
{
|
|
184
|
-
"
|
|
184
|
+
"title": "Head office location",
|
|
185
185
|
"valueList": [
|
|
186
186
|
{
|
|
187
187
|
"text": "Cardiff"
|
|
@@ -196,7 +196,7 @@
|
|
|
196
196
|
]
|
|
197
197
|
},
|
|
198
198
|
{
|
|
199
|
-
"
|
|
199
|
+
"title": "Is this UK company your current employer?",
|
|
200
200
|
"valueList": [
|
|
201
201
|
{
|
|
202
202
|
"text": "No"
|
|
@@ -213,9 +213,9 @@
|
|
|
213
213
|
]
|
|
214
214
|
},
|
|
215
215
|
{
|
|
216
|
-
"
|
|
216
|
+
"itemsList": [
|
|
217
217
|
{
|
|
218
|
-
"
|
|
218
|
+
"title": "Name of UK company",
|
|
219
219
|
"valueList": [
|
|
220
220
|
{
|
|
221
221
|
"text": "Company A"
|
|
@@ -235,7 +235,7 @@
|
|
|
235
235
|
]
|
|
236
236
|
},
|
|
237
237
|
{
|
|
238
|
-
"
|
|
238
|
+
"title": "Head office location",
|
|
239
239
|
"valueList": [
|
|
240
240
|
{
|
|
241
241
|
"text": "Newport"
|
|
@@ -250,7 +250,7 @@
|
|
|
250
250
|
]
|
|
251
251
|
},
|
|
252
252
|
{
|
|
253
|
-
"
|
|
253
|
+
"title": "Is this UK company your current employer?",
|
|
254
254
|
"valueList": [
|
|
255
255
|
{
|
|
256
256
|
"text": "Yes"
|
|
@@ -276,13 +276,13 @@
|
|
|
276
276
|
}
|
|
277
277
|
},
|
|
278
278
|
{
|
|
279
|
-
"
|
|
279
|
+
"title": "Spending",
|
|
280
280
|
"rows": [
|
|
281
281
|
{
|
|
282
|
-
"
|
|
283
|
-
"
|
|
282
|
+
"title": "What are your monthly household expenses?",
|
|
283
|
+
"itemsList": [
|
|
284
284
|
{
|
|
285
|
-
"
|
|
285
|
+
"title": "Food",
|
|
286
286
|
"valueList": [
|
|
287
287
|
{
|
|
288
288
|
"text": "£50.00"
|
|
@@ -297,7 +297,7 @@
|
|
|
297
297
|
]
|
|
298
298
|
},
|
|
299
299
|
{
|
|
300
|
-
"
|
|
300
|
+
"title": "Utilities",
|
|
301
301
|
"valueList": [
|
|
302
302
|
{
|
|
303
303
|
"text": "£65.00"
|
|
@@ -312,7 +312,7 @@
|
|
|
312
312
|
]
|
|
313
313
|
},
|
|
314
314
|
{
|
|
315
|
-
"
|
|
315
|
+
"title": "Transport",
|
|
316
316
|
"valueList": [
|
|
317
317
|
{
|
|
318
318
|
"text": "£70.00"
|
|
@@ -327,7 +327,7 @@
|
|
|
327
327
|
]
|
|
328
328
|
},
|
|
329
329
|
{
|
|
330
|
-
"
|
|
330
|
+
"title": "Other",
|
|
331
331
|
"valueList": [
|
|
332
332
|
{
|
|
333
333
|
"text": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat."
|
|
@@ -5,12 +5,12 @@
|
|
|
5
5
|
{
|
|
6
6
|
"groups": [
|
|
7
7
|
{
|
|
8
|
-
"
|
|
8
|
+
"title": "Summary - Section Title",
|
|
9
9
|
"rows": [
|
|
10
10
|
{
|
|
11
|
-
"
|
|
11
|
+
"itemsList": [
|
|
12
12
|
{
|
|
13
|
-
"
|
|
13
|
+
"title": "Total value of acquisitions for transport assets and equipment",
|
|
14
14
|
"valueList": [
|
|
15
15
|
{
|
|
16
16
|
"text": "£9,000.00"
|
|
@@ -27,9 +27,9 @@
|
|
|
27
27
|
]
|
|
28
28
|
},
|
|
29
29
|
{
|
|
30
|
-
"
|
|
30
|
+
"itemsList": [
|
|
31
31
|
{
|
|
32
|
-
"
|
|
32
|
+
"title": "Total value of acquisitions for computers and peripheral devices (hardware)",
|
|
33
33
|
"valueList": [
|
|
34
34
|
{
|
|
35
35
|
"text": "£225,000.00"
|
|
@@ -47,9 +47,9 @@
|
|
|
47
47
|
},
|
|
48
48
|
{
|
|
49
49
|
"total": true,
|
|
50
|
-
"
|
|
50
|
+
"itemsList": [
|
|
51
51
|
{
|
|
52
|
-
"
|
|
52
|
+
"title": "Grand total for value of acquisitions",
|
|
53
53
|
"valueList": [
|
|
54
54
|
{
|
|
55
55
|
"text": "£234,000.00"
|
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
{
|
|
6
6
|
"groups": [
|
|
7
7
|
{
|
|
8
|
-
"
|
|
8
|
+
"title": "Summary - Section Title",
|
|
9
9
|
"rows": [
|
|
10
10
|
{
|
|
11
|
-
"
|
|
12
|
-
"
|
|
11
|
+
"title": "For the period 1 May 2017 to 31 May 2017, what was the total turnover of Essential Enterprise Ltd?",
|
|
12
|
+
"itemsList": [
|
|
13
13
|
{
|
|
14
14
|
"valueList": [
|
|
15
15
|
{
|
|
@@ -27,10 +27,10 @@
|
|
|
27
27
|
]
|
|
28
28
|
},
|
|
29
29
|
{
|
|
30
|
-
"
|
|
30
|
+
"title": "What was the value of the business's total sales of food?",
|
|
31
31
|
"errorMessage": "Change one or more of the figures so they sum to £600",
|
|
32
32
|
"error": true,
|
|
33
|
-
"
|
|
33
|
+
"itemsList": [
|
|
34
34
|
{
|
|
35
35
|
"valueList": [
|
|
36
36
|
{
|
|
@@ -48,9 +48,9 @@
|
|
|
48
48
|
]
|
|
49
49
|
},
|
|
50
50
|
{
|
|
51
|
-
"
|
|
51
|
+
"title": "What was the value of the business's total sales of alcohol, confectionery and tobacco?",
|
|
52
52
|
"error": true,
|
|
53
|
-
"
|
|
53
|
+
"itemsList": [
|
|
54
54
|
{
|
|
55
55
|
"valueList": [
|
|
56
56
|
{
|
|
@@ -68,9 +68,9 @@
|
|
|
68
68
|
]
|
|
69
69
|
},
|
|
70
70
|
{
|
|
71
|
-
"
|
|
71
|
+
"title": "What was the value of the business's total sales of clothing and footwear?",
|
|
72
72
|
"error": true,
|
|
73
|
-
"
|
|
73
|
+
"itemsList": [
|
|
74
74
|
{
|
|
75
75
|
"valueList": [
|
|
76
76
|
{
|
|
@@ -6,14 +6,14 @@
|
|
|
6
6
|
onsSummary({
|
|
7
7
|
"summaries": [
|
|
8
8
|
{
|
|
9
|
-
"
|
|
9
|
+
"title": "John Doe",
|
|
10
10
|
"groups": [
|
|
11
11
|
{
|
|
12
|
-
"
|
|
12
|
+
"title": "Personal details",
|
|
13
13
|
"rows": [
|
|
14
14
|
{
|
|
15
|
-
"
|
|
16
|
-
"
|
|
15
|
+
"title": "Are you John Doe?",
|
|
16
|
+
"itemsList": [
|
|
17
17
|
{
|
|
18
18
|
"valueList": [
|
|
19
19
|
{
|
|
@@ -31,8 +31,8 @@
|
|
|
31
31
|
]
|
|
32
32
|
},
|
|
33
33
|
{
|
|
34
|
-
"
|
|
35
|
-
"
|
|
34
|
+
"title": "What's your date of birth?",
|
|
35
|
+
"itemsList": [
|
|
36
36
|
{
|
|
37
37
|
"valueList": [
|
|
38
38
|
{
|
|
@@ -50,8 +50,8 @@
|
|
|
50
50
|
]
|
|
51
51
|
},
|
|
52
52
|
{
|
|
53
|
-
"
|
|
54
|
-
"
|
|
53
|
+
"title": "What is your sex?",
|
|
54
|
+
"itemsList": [
|
|
55
55
|
{
|
|
56
56
|
"valueList": [
|
|
57
57
|
{
|
|
@@ -71,11 +71,11 @@
|
|
|
71
71
|
]
|
|
72
72
|
},
|
|
73
73
|
{
|
|
74
|
-
"
|
|
74
|
+
"title": "Identity and health",
|
|
75
75
|
"rows": [
|
|
76
76
|
{
|
|
77
|
-
"
|
|
78
|
-
"
|
|
77
|
+
"title": "What is your country of birth?",
|
|
78
|
+
"itemsList": [
|
|
79
79
|
{
|
|
80
80
|
"valueList": [
|
|
81
81
|
{
|
|
@@ -93,8 +93,8 @@
|
|
|
93
93
|
]
|
|
94
94
|
},
|
|
95
95
|
{
|
|
96
|
-
"
|
|
97
|
-
"
|
|
96
|
+
"title": "What passports do you hold?",
|
|
97
|
+
"itemsList": [
|
|
98
98
|
{
|
|
99
99
|
"valueList": [
|
|
100
100
|
{
|
|
@@ -114,11 +114,11 @@
|
|
|
114
114
|
]
|
|
115
115
|
},
|
|
116
116
|
{
|
|
117
|
-
"
|
|
117
|
+
"title": "Qualifications",
|
|
118
118
|
"rows": [
|
|
119
119
|
{
|
|
120
|
-
"
|
|
121
|
-
"
|
|
120
|
+
"title": "Have you completed an apprenticeship?",
|
|
121
|
+
"itemsList": [
|
|
122
122
|
{
|
|
123
123
|
"valueList": [
|
|
124
124
|
{
|
|
@@ -136,8 +136,8 @@
|
|
|
136
136
|
]
|
|
137
137
|
},
|
|
138
138
|
{
|
|
139
|
-
"
|
|
140
|
-
"
|
|
139
|
+
"title": "Have you achieved a GCSE or equivalent qualification?",
|
|
140
|
+
"itemsList": [
|
|
141
141
|
{
|
|
142
142
|
"valueList": [
|
|
143
143
|
{
|
|
@@ -157,12 +157,12 @@
|
|
|
157
157
|
]
|
|
158
158
|
},
|
|
159
159
|
{
|
|
160
|
-
"
|
|
160
|
+
"title": "Employment history",
|
|
161
161
|
"rows": [
|
|
162
162
|
{
|
|
163
|
-
"
|
|
163
|
+
"itemsList": [
|
|
164
164
|
{
|
|
165
|
-
"
|
|
165
|
+
"title": "Name of UK company",
|
|
166
166
|
"valueList": [
|
|
167
167
|
{
|
|
168
168
|
"text": "Company A"
|
|
@@ -182,7 +182,7 @@
|
|
|
182
182
|
]
|
|
183
183
|
},
|
|
184
184
|
{
|
|
185
|
-
"
|
|
185
|
+
"title": "Head office location",
|
|
186
186
|
"valueList": [
|
|
187
187
|
{
|
|
188
188
|
"text": "Cardiff"
|
|
@@ -197,7 +197,7 @@
|
|
|
197
197
|
]
|
|
198
198
|
},
|
|
199
199
|
{
|
|
200
|
-
"
|
|
200
|
+
"title": "Is this UK company your current employer?",
|
|
201
201
|
"valueList": [
|
|
202
202
|
{
|
|
203
203
|
"text": "No"
|
|
@@ -214,9 +214,9 @@
|
|
|
214
214
|
]
|
|
215
215
|
},
|
|
216
216
|
{
|
|
217
|
-
"
|
|
217
|
+
"itemsList": [
|
|
218
218
|
{
|
|
219
|
-
"
|
|
219
|
+
"title": "Name of UK company",
|
|
220
220
|
"valueList": [
|
|
221
221
|
{
|
|
222
222
|
"text": "Company A"
|
|
@@ -236,7 +236,7 @@
|
|
|
236
236
|
]
|
|
237
237
|
},
|
|
238
238
|
{
|
|
239
|
-
"
|
|
239
|
+
"title": "Head office location",
|
|
240
240
|
"valueList": [
|
|
241
241
|
{
|
|
242
242
|
"text": "Newport"
|
|
@@ -251,7 +251,7 @@
|
|
|
251
251
|
]
|
|
252
252
|
},
|
|
253
253
|
{
|
|
254
|
-
"
|
|
254
|
+
"title": "Is this UK company your current employer?",
|
|
255
255
|
"valueList": [
|
|
256
256
|
{
|
|
257
257
|
"text": "Yes"
|
|
@@ -277,13 +277,13 @@
|
|
|
277
277
|
}
|
|
278
278
|
},
|
|
279
279
|
{
|
|
280
|
-
"
|
|
280
|
+
"title": "Spending",
|
|
281
281
|
"rows": [
|
|
282
282
|
{
|
|
283
|
-
"
|
|
284
|
-
"
|
|
283
|
+
"title": "What are your monthly household expenses?",
|
|
284
|
+
"itemsList": [
|
|
285
285
|
{
|
|
286
|
-
"
|
|
286
|
+
"title": "Food",
|
|
287
287
|
"valueList": [
|
|
288
288
|
{
|
|
289
289
|
"text": "£50.00"
|
|
@@ -298,7 +298,7 @@
|
|
|
298
298
|
]
|
|
299
299
|
},
|
|
300
300
|
{
|
|
301
|
-
"
|
|
301
|
+
"title": "Utilities",
|
|
302
302
|
"valueList": [
|
|
303
303
|
{
|
|
304
304
|
"text": "£65.00"
|
|
@@ -313,7 +313,7 @@
|
|
|
313
313
|
]
|
|
314
314
|
},
|
|
315
315
|
{
|
|
316
|
-
"
|
|
316
|
+
"title": "Transport",
|
|
317
317
|
"valueList": [
|
|
318
318
|
{
|
|
319
319
|
"text": "£70.00"
|
|
@@ -328,7 +328,7 @@
|
|
|
328
328
|
]
|
|
329
329
|
},
|
|
330
330
|
{
|
|
331
|
-
"
|
|
331
|
+
"title": "Other",
|
|
332
332
|
"valueList": [
|
|
333
333
|
{
|
|
334
334
|
"text": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat."
|
|
@@ -2,15 +2,15 @@
|
|
|
2
2
|
|
|
3
3
|
{{
|
|
4
4
|
onsSummary({
|
|
5
|
-
"classes": "ons-u-mb-
|
|
5
|
+
"classes": "ons-u-mb-xl",
|
|
6
6
|
"summaries": [
|
|
7
7
|
{
|
|
8
8
|
"groups": [
|
|
9
9
|
{
|
|
10
10
|
"rows": [
|
|
11
11
|
{
|
|
12
|
-
"
|
|
13
|
-
"
|
|
12
|
+
"title": "Joe Bloggs (You)",
|
|
13
|
+
"itemsList": [
|
|
14
14
|
{
|
|
15
15
|
"iconType": "person",
|
|
16
16
|
"actions": [
|
|
@@ -24,8 +24,8 @@
|
|
|
24
24
|
]
|
|
25
25
|
},
|
|
26
26
|
{
|
|
27
|
-
"
|
|
28
|
-
"
|
|
27
|
+
"title": "Barry Scott",
|
|
28
|
+
"itemsList": [
|
|
29
29
|
{
|
|
30
30
|
"iconType": "person",
|
|
31
31
|
"actions": [
|
|
@@ -44,8 +44,8 @@
|
|
|
44
44
|
]
|
|
45
45
|
},
|
|
46
46
|
{
|
|
47
|
-
"
|
|
48
|
-
"
|
|
47
|
+
"title": "Wilhelmina Susannah Clementine-Smith",
|
|
48
|
+
"itemsList": [
|
|
49
49
|
{
|
|
50
50
|
"iconType": "person",
|
|
51
51
|
"actions": [
|
|
@@ -9,8 +9,8 @@
|
|
|
9
9
|
{
|
|
10
10
|
"rows": [
|
|
11
11
|
{
|
|
12
|
-
"
|
|
13
|
-
"
|
|
12
|
+
"title": "People who live here",
|
|
13
|
+
"itemsList": [
|
|
14
14
|
{
|
|
15
15
|
"iconType": "check",
|
|
16
16
|
"iconVisuallyHiddenText": "Section complete",
|
|
@@ -25,8 +25,8 @@
|
|
|
25
25
|
]
|
|
26
26
|
},
|
|
27
27
|
{
|
|
28
|
-
"
|
|
29
|
-
"
|
|
28
|
+
"title": "Mary Smith (You)",
|
|
29
|
+
"itemsList": [
|
|
30
30
|
{
|
|
31
31
|
"iconType": "check",
|
|
32
32
|
"iconVisuallyHiddenText": "Section complete",
|
|
@@ -41,8 +41,8 @@
|
|
|
41
41
|
]
|
|
42
42
|
},
|
|
43
43
|
{
|
|
44
|
-
"
|
|
45
|
-
"
|
|
44
|
+
"title": "John Smith",
|
|
45
|
+
"itemsList": [
|
|
46
46
|
{
|
|
47
47
|
"actions": [
|
|
48
48
|
{
|
|
@@ -55,8 +55,8 @@
|
|
|
55
55
|
]
|
|
56
56
|
},
|
|
57
57
|
{
|
|
58
|
-
"
|
|
59
|
-
"
|
|
58
|
+
"title": "Billy Smith",
|
|
59
|
+
"itemsList": [
|
|
60
60
|
{
|
|
61
61
|
"actions": [
|
|
62
62
|
{
|