defra_ruby_template 3.15.0 → 5.4.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1304) hide show
  1. checksums.yaml +4 -4
  2. data/.github/workflows/ci.yml +4 -0
  3. data/.rspec +1 -0
  4. data/Gemfile +1 -0
  5. data/Gemfile.lock +16 -1
  6. data/Rakefile +44 -24
  7. data/app/views/layouts/defra_ruby_template.html.erb +7 -11
  8. data/lib/defra_ruby_template/version.rb +1 -1
  9. data/node_modules/.package-lock.json +3 -3
  10. data/node_modules/govuk-frontend/README.md +14 -13
  11. data/node_modules/govuk-frontend/dist/govuk/_base.scss +5 -0
  12. data/node_modules/govuk-frontend/dist/govuk/_base.scss.map +1 -0
  13. data/node_modules/govuk-frontend/dist/govuk/all.bundle.js +2457 -0
  14. data/node_modules/govuk-frontend/dist/govuk/all.bundle.js.map +1 -0
  15. data/node_modules/govuk-frontend/dist/govuk/all.bundle.mjs +2435 -0
  16. data/node_modules/govuk-frontend/dist/govuk/all.bundle.mjs.map +1 -0
  17. data/node_modules/govuk-frontend/dist/govuk/all.mjs +15 -0
  18. data/node_modules/govuk-frontend/dist/govuk/all.mjs.map +1 -0
  19. data/node_modules/govuk-frontend/dist/govuk/all.scss +3 -0
  20. data/node_modules/govuk-frontend/dist/govuk/all.scss.map +1 -0
  21. data/node_modules/govuk-frontend/dist/govuk/assets/images/favicon.svg +1 -0
  22. data/node_modules/govuk-frontend/dist/govuk/assets/images/govuk-icon-192.png +0 -0
  23. data/node_modules/govuk-frontend/dist/govuk/assets/images/govuk-icon-512.png +0 -0
  24. data/node_modules/govuk-frontend/dist/govuk/assets/images/govuk-icon-mask.svg +1 -0
  25. data/node_modules/govuk-frontend/dist/govuk/assets/manifest.json +39 -0
  26. data/node_modules/govuk-frontend/dist/govuk/common/closest-attribute-value.mjs +7 -0
  27. data/node_modules/govuk-frontend/dist/govuk/common/closest-attribute-value.mjs.map +1 -0
  28. data/node_modules/govuk-frontend/dist/govuk/common/govuk-frontend-version.mjs +4 -0
  29. data/node_modules/govuk-frontend/dist/govuk/common/govuk-frontend-version.mjs.map +1 -0
  30. data/node_modules/govuk-frontend/dist/govuk/common/index.mjs +139 -0
  31. data/node_modules/govuk-frontend/dist/govuk/common/index.mjs.map +1 -0
  32. data/node_modules/govuk-frontend/dist/govuk/common/normalise-dataset.mjs +18 -0
  33. data/node_modules/govuk-frontend/dist/govuk/common/normalise-dataset.mjs.map +1 -0
  34. data/node_modules/govuk-frontend/dist/govuk/common/normalise-string.mjs +31 -0
  35. data/node_modules/govuk-frontend/dist/govuk/common/normalise-string.mjs.map +1 -0
  36. data/node_modules/govuk-frontend/dist/govuk/components/_all.scss +10 -0
  37. data/node_modules/govuk-frontend/dist/govuk/components/_all.scss.map +1 -0
  38. data/node_modules/govuk-frontend/dist/govuk/components/_index.scss +39 -0
  39. data/node_modules/govuk-frontend/dist/govuk/components/_index.scss.map +1 -0
  40. data/node_modules/govuk-frontend/dist/govuk/components/accordion/_accordion.scss +4 -0
  41. data/node_modules/govuk-frontend/dist/govuk/components/accordion/_accordion.scss.map +1 -0
  42. data/node_modules/govuk-frontend/dist/govuk/components/accordion/_index.scss +366 -0
  43. data/node_modules/govuk-frontend/dist/govuk/components/accordion/_index.scss.map +1 -0
  44. data/node_modules/govuk-frontend/dist/govuk/components/accordion/accordion.bundle.js +729 -0
  45. data/node_modules/govuk-frontend/dist/govuk/components/accordion/accordion.bundle.js.map +1 -0
  46. data/node_modules/govuk-frontend/dist/govuk/components/accordion/accordion.bundle.mjs +721 -0
  47. data/node_modules/govuk-frontend/dist/govuk/components/accordion/accordion.bundle.mjs.map +1 -0
  48. data/node_modules/govuk-frontend/dist/govuk/components/accordion/accordion.mjs +368 -0
  49. data/node_modules/govuk-frontend/dist/govuk/components/accordion/accordion.mjs.map +1 -0
  50. data/node_modules/govuk-frontend/dist/govuk/components/accordion/fixtures.json +359 -0
  51. data/node_modules/govuk-frontend/dist/govuk/components/accordion/macro-options.json +142 -0
  52. data/node_modules/govuk-frontend/dist/govuk/components/accordion/template-default.html +30 -0
  53. data/node_modules/govuk-frontend/dist/govuk/components/accordion/template-with-additional-descriptions.html +39 -0
  54. data/node_modules/govuk-frontend/dist/govuk/components/accordion/template-with-all-sections-already-open.html +30 -0
  55. data/node_modules/govuk-frontend/dist/govuk/components/accordion/template-with-focusable-elements-inside.html +26 -0
  56. data/node_modules/govuk-frontend/dist/govuk/components/accordion/template-with-long-content-and-description.html +36 -0
  57. data/node_modules/govuk-frontend/dist/govuk/components/accordion/template-with-one-section-open.html +30 -0
  58. data/node_modules/govuk-frontend/dist/govuk/components/accordion/template-with-translations.html +30 -0
  59. data/node_modules/govuk-frontend/dist/govuk/components/accordion/template.njk +67 -0
  60. data/node_modules/govuk-frontend/dist/govuk/components/back-link/_back-link.scss +4 -0
  61. data/node_modules/govuk-frontend/dist/govuk/components/back-link/_back-link.scss.map +1 -0
  62. data/node_modules/govuk-frontend/dist/govuk/components/back-link/_index.scss +83 -0
  63. data/node_modules/govuk-frontend/dist/govuk/components/back-link/_index.scss.map +1 -0
  64. data/node_modules/govuk-frontend/dist/govuk/components/back-link/fixtures.json +87 -0
  65. data/node_modules/govuk-frontend/dist/govuk/components/back-link/macro-options.json +32 -0
  66. data/node_modules/govuk-frontend/dist/govuk/components/back-link/template-default.html +1 -0
  67. data/node_modules/govuk-frontend/dist/govuk/components/back-link/template-inverse.html +1 -0
  68. data/node_modules/govuk-frontend/dist/govuk/components/back-link/template-with-custom-text.html +1 -0
  69. data/node_modules/govuk-frontend/dist/govuk/components/back-link/template.njk +6 -0
  70. data/node_modules/govuk-frontend/dist/govuk/components/breadcrumbs/_breadcrumbs.scss +4 -0
  71. data/node_modules/govuk-frontend/dist/govuk/components/breadcrumbs/_breadcrumbs.scss.map +1 -0
  72. data/node_modules/govuk-frontend/dist/govuk/components/breadcrumbs/_index.scss +134 -0
  73. data/node_modules/govuk-frontend/dist/govuk/components/breadcrumbs/_index.scss.map +1 -0
  74. data/node_modules/govuk-frontend/dist/govuk/components/breadcrumbs/fixtures.json +240 -0
  75. data/node_modules/govuk-frontend/dist/govuk/components/breadcrumbs/macro-options.json +52 -0
  76. data/node_modules/govuk-frontend/dist/govuk/components/breadcrumbs/template-default.html +10 -0
  77. data/node_modules/govuk-frontend/dist/govuk/components/breadcrumbs/template-inverse.html +11 -0
  78. data/node_modules/govuk-frontend/dist/govuk/components/breadcrumbs/template-with-collapse-on-mobile.html +13 -0
  79. data/node_modules/govuk-frontend/dist/govuk/components/breadcrumbs/template-with-last-breadcrumb-as-current-page.html +11 -0
  80. data/node_modules/govuk-frontend/dist/govuk/components/breadcrumbs/template-with-multiple-levels.html +16 -0
  81. data/node_modules/govuk-frontend/dist/govuk/components/breadcrumbs/template-with-one-level.html +7 -0
  82. data/node_modules/govuk-frontend/dist/govuk/components/breadcrumbs/template-without-the-home-section.html +10 -0
  83. data/node_modules/govuk-frontend/dist/govuk/components/breadcrumbs/template.njk +30 -0
  84. data/node_modules/govuk-frontend/dist/govuk/components/button/_button.scss +4 -0
  85. data/node_modules/govuk-frontend/dist/govuk/components/button/_button.scss.map +1 -0
  86. data/node_modules/govuk-frontend/dist/govuk/components/button/_index.scss +262 -0
  87. data/node_modules/govuk-frontend/dist/govuk/components/button/_index.scss.map +1 -0
  88. data/node_modules/govuk-frontend/dist/govuk/components/button/button.bundle.js +252 -0
  89. data/node_modules/govuk-frontend/dist/govuk/components/button/button.bundle.js.map +1 -0
  90. data/node_modules/govuk-frontend/dist/govuk/components/button/button.bundle.mjs +244 -0
  91. data/node_modules/govuk-frontend/dist/govuk/components/button/button.bundle.mjs.map +1 -0
  92. data/node_modules/govuk-frontend/dist/govuk/components/button/button.mjs +83 -0
  93. data/node_modules/govuk-frontend/dist/govuk/components/button/button.mjs.map +1 -0
  94. data/node_modules/govuk-frontend/dist/govuk/components/button/fixtures.json +474 -0
  95. data/node_modules/govuk-frontend/dist/govuk/components/button/macro-options.json +80 -0
  96. data/node_modules/govuk-frontend/dist/govuk/components/button/template-default.html +3 -0
  97. data/node_modules/govuk-frontend/dist/govuk/components/button/template-disabled.html +3 -0
  98. data/node_modules/govuk-frontend/dist/govuk/components/button/template-input-disabled.html +1 -0
  99. data/node_modules/govuk-frontend/dist/govuk/components/button/template-input.html +1 -0
  100. data/node_modules/govuk-frontend/dist/govuk/components/button/template-inverse-disabled.html +3 -0
  101. data/node_modules/govuk-frontend/dist/govuk/components/button/template-inverse-link.html +3 -0
  102. data/node_modules/govuk-frontend/dist/govuk/components/button/template-inverse-start.html +6 -0
  103. data/node_modules/govuk-frontend/dist/govuk/components/button/template-inverse.html +3 -0
  104. data/node_modules/govuk-frontend/dist/govuk/components/button/template-link.html +3 -0
  105. data/node_modules/govuk-frontend/dist/govuk/components/button/template-prevent-double-click.html +3 -0
  106. data/node_modules/govuk-frontend/dist/govuk/components/button/template-secondary-disabled.html +3 -0
  107. data/node_modules/govuk-frontend/dist/govuk/components/button/template-secondary-link.html +3 -0
  108. data/node_modules/govuk-frontend/dist/govuk/components/button/template-secondary.html +3 -0
  109. data/node_modules/govuk-frontend/dist/govuk/components/button/template-start-link.html +6 -0
  110. data/node_modules/govuk-frontend/dist/govuk/components/button/template-start.html +6 -0
  111. data/node_modules/govuk-frontend/dist/govuk/components/button/template-warning-disabled.html +3 -0
  112. data/node_modules/govuk-frontend/dist/govuk/components/button/template-warning-link.html +3 -0
  113. data/node_modules/govuk-frontend/dist/govuk/components/button/template-warning.html +3 -0
  114. data/node_modules/govuk-frontend/dist/govuk/components/button/template-with-active-state.html +3 -0
  115. data/node_modules/govuk-frontend/dist/govuk/components/button/template-with-focus-state.html +3 -0
  116. data/node_modules/govuk-frontend/dist/govuk/components/button/template-with-hover-state.html +3 -0
  117. data/node_modules/govuk-frontend/dist/govuk/components/button/template.njk +58 -0
  118. data/node_modules/govuk-frontend/dist/govuk/components/character-count/_character-count.scss +4 -0
  119. data/node_modules/govuk-frontend/dist/govuk/components/character-count/_character-count.scss.map +1 -0
  120. data/node_modules/govuk-frontend/dist/govuk/components/character-count/_index.scss +36 -0
  121. data/node_modules/govuk-frontend/dist/govuk/components/character-count/_index.scss.map +1 -0
  122. data/node_modules/govuk-frontend/dist/govuk/components/character-count/character-count.bundle.js +695 -0
  123. data/node_modules/govuk-frontend/dist/govuk/components/character-count/character-count.bundle.js.map +1 -0
  124. data/node_modules/govuk-frontend/dist/govuk/components/character-count/character-count.bundle.mjs +687 -0
  125. data/node_modules/govuk-frontend/dist/govuk/components/character-count/character-count.bundle.mjs.map +1 -0
  126. data/node_modules/govuk-frontend/dist/govuk/components/character-count/character-count.mjs +304 -0
  127. data/node_modules/govuk-frontend/dist/govuk/components/character-count/character-count.mjs.map +1 -0
  128. data/node_modules/govuk-frontend/dist/govuk/components/character-count/fixtures.json +398 -0
  129. data/node_modules/govuk-frontend/dist/govuk/components/character-count/macro-options.json +199 -0
  130. data/node_modules/govuk-frontend/dist/govuk/components/character-count/template-default.html +9 -0
  131. data/node_modules/govuk-frontend/dist/govuk/components/character-count/template-with-custom-rows.html +9 -0
  132. data/node_modules/govuk-frontend/dist/govuk/components/character-count/template-with-custom-textarea-description.html +9 -0
  133. data/node_modules/govuk-frontend/dist/govuk/components/character-count/template-with-default-value-exceeding-limit.html +15 -0
  134. data/node_modules/govuk-frontend/dist/govuk/components/character-count/template-with-default-value.html +12 -0
  135. data/node_modules/govuk-frontend/dist/govuk/components/character-count/template-with-hint.html +12 -0
  136. data/node_modules/govuk-frontend/dist/govuk/components/character-count/template-with-label-as-page-heading.html +11 -0
  137. data/node_modules/govuk-frontend/dist/govuk/components/character-count/template-with-threshold.html +9 -0
  138. data/node_modules/govuk-frontend/dist/govuk/components/character-count/template-with-translations.html +9 -0
  139. data/node_modules/govuk-frontend/dist/govuk/components/character-count/template-with-word-count.html +9 -0
  140. data/node_modules/govuk-frontend/dist/govuk/components/character-count/template.njk +120 -0
  141. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/_checkboxes.scss +4 -0
  142. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/_checkboxes.scss.map +1 -0
  143. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/_index.scss +306 -0
  144. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/_index.scss.map +1 -0
  145. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/checkboxes.bundle.js +202 -0
  146. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/checkboxes.bundle.js.map +1 -0
  147. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/checkboxes.bundle.mjs +194 -0
  148. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/checkboxes.bundle.mjs.map +1 -0
  149. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/checkboxes.mjs +120 -0
  150. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/checkboxes.mjs.map +1 -0
  151. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/fixtures.json +1411 -0
  152. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/macro-options.json +229 -0
  153. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-default.html +22 -0
  154. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-small-with-conditional-reveal.html +25 -0
  155. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-small-with-disabled.html +27 -0
  156. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-small-with-error.html +30 -0
  157. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-small-with-hint.html +30 -0
  158. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-small-with-long-text.html +27 -0
  159. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-small.html +27 -0
  160. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-a-medium-legend.html +33 -0
  161. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-conditional-item-checked.html +39 -0
  162. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-conditional-items-with-special-characters.html +39 -0
  163. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-conditional-items.html +39 -0
  164. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-disabled-item.html +29 -0
  165. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-divider-and-none.html +36 -0
  166. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-divider-none-and-conditional-items.html +46 -0
  167. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-error-message-and-hints-on-items.html +39 -0
  168. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-error-message.html +30 -0
  169. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-fieldset-and-error-message.html +30 -0
  170. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-hints-on-items.html +29 -0
  171. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-id-and-name.html +30 -0
  172. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-legend-as-a-page-heading.html +32 -0
  173. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-optional-form-group-classes-showing-group-error.html +40 -0
  174. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-pre-checked-values.html +30 -0
  175. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-single-option-and-hint-set-aria-describedby-on-input.html +16 -0
  176. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-single-option-set-aria-describedby-on-input.html +13 -0
  177. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-very-long-option-text.html +33 -0
  178. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-without-fieldset.html +22 -0
  179. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template.njk +122 -0
  180. data/node_modules/govuk-frontend/dist/govuk/components/cookie-banner/_cookie-banner.scss +4 -0
  181. data/node_modules/govuk-frontend/dist/govuk/components/cookie-banner/_cookie-banner.scss.map +1 -0
  182. data/node_modules/govuk-frontend/dist/govuk/components/cookie-banner/_index.scss +50 -0
  183. data/node_modules/govuk-frontend/dist/govuk/components/cookie-banner/_index.scss.map +1 -0
  184. data/node_modules/govuk-frontend/dist/govuk/components/cookie-banner/fixtures.json +520 -0
  185. data/node_modules/govuk-frontend/dist/govuk/components/cookie-banner/macro-options.json +132 -0
  186. data/node_modules/govuk-frontend/dist/govuk/components/cookie-banner/template-accepted-confirmation-banner.html +19 -0
  187. data/node_modules/govuk-frontend/dist/govuk/components/cookie-banner/template-client-side-implementation.html +60 -0
  188. data/node_modules/govuk-frontend/dist/govuk/components/cookie-banner/template-default.html +26 -0
  189. data/node_modules/govuk-frontend/dist/govuk/components/cookie-banner/template-rejected-confirmation-banner.html +19 -0
  190. data/node_modules/govuk-frontend/dist/govuk/components/cookie-banner/template-with-html.html +27 -0
  191. data/node_modules/govuk-frontend/dist/govuk/components/cookie-banner/template.njk +57 -0
  192. data/node_modules/govuk-frontend/dist/govuk/components/date-input/_date-input.scss +4 -0
  193. data/node_modules/govuk-frontend/dist/govuk/components/date-input/_date-input.scss.map +1 -0
  194. data/node_modules/govuk-frontend/dist/govuk/components/date-input/_index.scss +28 -0
  195. data/node_modules/govuk-frontend/dist/govuk/components/date-input/_index.scss.map +1 -0
  196. data/node_modules/govuk-frontend/dist/govuk/components/date-input/fixtures.json +657 -0
  197. data/node_modules/govuk-frontend/dist/govuk/components/date-input/macro-options.json +163 -0
  198. data/node_modules/govuk-frontend/dist/govuk/components/date-input/template-complete-question.html +36 -0
  199. data/node_modules/govuk-frontend/dist/govuk/components/date-input/template-day-and-month.html +28 -0
  200. data/node_modules/govuk-frontend/dist/govuk/components/date-input/template-default.html +28 -0
  201. data/node_modules/govuk-frontend/dist/govuk/components/date-input/template-month-and-year.html +28 -0
  202. data/node_modules/govuk-frontend/dist/govuk/components/date-input/template-with-autocomplete-values.html +36 -0
  203. data/node_modules/govuk-frontend/dist/govuk/components/date-input/template-with-default-items.html +36 -0
  204. data/node_modules/govuk-frontend/dist/govuk/components/date-input/template-with-error-on-day-input.html +39 -0
  205. data/node_modules/govuk-frontend/dist/govuk/components/date-input/template-with-error-on-month-input.html +39 -0
  206. data/node_modules/govuk-frontend/dist/govuk/components/date-input/template-with-error-on-year-input.html +39 -0
  207. data/node_modules/govuk-frontend/dist/govuk/components/date-input/template-with-errors-and-hint.html +39 -0
  208. data/node_modules/govuk-frontend/dist/govuk/components/date-input/template-with-errors-only.html +36 -0
  209. data/node_modules/govuk-frontend/dist/govuk/components/date-input/template-with-input-attributes.html +36 -0
  210. data/node_modules/govuk-frontend/dist/govuk/components/date-input/template-with-optional-form-group-classes.html +36 -0
  211. data/node_modules/govuk-frontend/dist/govuk/components/date-input/template.njk +106 -0
  212. data/node_modules/govuk-frontend/dist/govuk/components/details/_details.scss +4 -0
  213. data/node_modules/govuk-frontend/dist/govuk/components/details/_details.scss.map +1 -0
  214. data/node_modules/govuk-frontend/dist/govuk/components/details/_index.scss +134 -0
  215. data/node_modules/govuk-frontend/dist/govuk/components/details/_index.scss.map +1 -0
  216. data/node_modules/govuk-frontend/dist/govuk/components/details/fixtures.json +123 -0
  217. data/node_modules/govuk-frontend/dist/govuk/components/details/implementation.md +87 -0
  218. data/node_modules/govuk-frontend/dist/govuk/components/details/macro-options.json +56 -0
  219. data/node_modules/govuk-frontend/dist/govuk/components/details/template-default.html +10 -0
  220. data/node_modules/govuk-frontend/dist/govuk/components/details/template-expanded.html +10 -0
  221. data/node_modules/govuk-frontend/dist/govuk/components/details/template-with-html.html +18 -0
  222. data/node_modules/govuk-frontend/dist/govuk/components/details/template.njk +14 -0
  223. data/node_modules/govuk-frontend/dist/govuk/components/error-message/_error-message.scss +4 -0
  224. data/node_modules/govuk-frontend/dist/govuk/components/error-message/_error-message.scss.map +1 -0
  225. data/node_modules/govuk-frontend/dist/govuk/components/error-message/_index.scss +14 -0
  226. data/node_modules/govuk-frontend/dist/govuk/components/error-message/_index.scss.map +1 -0
  227. data/node_modules/govuk-frontend/dist/govuk/components/error-message/fixtures.json +104 -0
  228. data/node_modules/govuk-frontend/dist/govuk/components/error-message/macro-options.json +38 -0
  229. data/node_modules/govuk-frontend/dist/govuk/components/error-message/template-default.html +3 -0
  230. data/node_modules/govuk-frontend/dist/govuk/components/error-message/template-translated.html +3 -0
  231. data/node_modules/govuk-frontend/dist/govuk/components/error-message/template.njk +13 -0
  232. data/node_modules/govuk-frontend/dist/govuk/components/error-summary/_error-summary.scss +4 -0
  233. data/node_modules/govuk-frontend/dist/govuk/components/error-summary/_error-summary.scss.map +1 -0
  234. data/node_modules/govuk-frontend/dist/govuk/components/error-summary/_index.scss +52 -0
  235. data/node_modules/govuk-frontend/dist/govuk/components/error-summary/_index.scss.map +1 -0
  236. data/node_modules/govuk-frontend/dist/govuk/components/error-summary/error-summary.bundle.js +312 -0
  237. data/node_modules/govuk-frontend/dist/govuk/components/error-summary/error-summary.bundle.js.map +1 -0
  238. data/node_modules/govuk-frontend/dist/govuk/components/error-summary/error-summary.bundle.mjs +304 -0
  239. data/node_modules/govuk-frontend/dist/govuk/components/error-summary/error-summary.bundle.mjs.map +1 -0
  240. data/node_modules/govuk-frontend/dist/govuk/components/error-summary/error-summary.mjs +113 -0
  241. data/node_modules/govuk-frontend/dist/govuk/components/error-summary/error-summary.mjs.map +1 -0
  242. data/node_modules/govuk-frontend/dist/govuk/components/error-summary/fixtures.json +307 -0
  243. data/node_modules/govuk-frontend/dist/govuk/components/error-summary/macro-options.json +82 -0
  244. data/node_modules/govuk-frontend/dist/govuk/components/error-summary/template-default.html +17 -0
  245. data/node_modules/govuk-frontend/dist/govuk/components/error-summary/template-mixed-with-and-without-links.html +17 -0
  246. data/node_modules/govuk-frontend/dist/govuk/components/error-summary/template-with-description-only.html +12 -0
  247. data/node_modules/govuk-frontend/dist/govuk/components/error-summary/template-with-everything.html +20 -0
  248. data/node_modules/govuk-frontend/dist/govuk/components/error-summary/template-without-links.html +14 -0
  249. data/node_modules/govuk-frontend/dist/govuk/components/error-summary/template.njk +37 -0
  250. data/node_modules/govuk-frontend/dist/govuk/components/exit-this-page/README.md +15 -0
  251. data/node_modules/govuk-frontend/dist/govuk/components/exit-this-page/_exit-this-page.scss +4 -0
  252. data/node_modules/govuk-frontend/dist/govuk/components/exit-this-page/_exit-this-page.scss.map +1 -0
  253. data/node_modules/govuk-frontend/dist/govuk/components/exit-this-page/_index.scss +92 -0
  254. data/node_modules/govuk-frontend/dist/govuk/components/exit-this-page/_index.scss.map +1 -0
  255. data/node_modules/govuk-frontend/dist/govuk/components/exit-this-page/exit-this-page.bundle.js +596 -0
  256. data/node_modules/govuk-frontend/dist/govuk/components/exit-this-page/exit-this-page.bundle.js.map +1 -0
  257. data/node_modules/govuk-frontend/dist/govuk/components/exit-this-page/exit-this-page.bundle.mjs +588 -0
  258. data/node_modules/govuk-frontend/dist/govuk/components/exit-this-page/exit-this-page.bundle.mjs.map +1 -0
  259. data/node_modules/govuk-frontend/dist/govuk/components/exit-this-page/exit-this-page.mjs +235 -0
  260. data/node_modules/govuk-frontend/dist/govuk/components/exit-this-page/exit-this-page.mjs.map +1 -0
  261. data/node_modules/govuk-frontend/dist/govuk/components/exit-this-page/fixtures.json +58 -0
  262. data/node_modules/govuk-frontend/dist/govuk/components/exit-this-page/macro-options.json +62 -0
  263. data/node_modules/govuk-frontend/dist/govuk/components/exit-this-page/macro.njk +3 -0
  264. data/node_modules/govuk-frontend/dist/govuk/components/exit-this-page/template-default.html +5 -0
  265. data/node_modules/govuk-frontend/dist/govuk/components/exit-this-page/template-translated.html +5 -0
  266. data/node_modules/govuk-frontend/dist/govuk/components/exit-this-page/template.njk +25 -0
  267. data/node_modules/govuk-frontend/dist/govuk/components/fieldset/_fieldset.scss +4 -0
  268. data/node_modules/govuk-frontend/dist/govuk/components/fieldset/_fieldset.scss.map +1 -0
  269. data/node_modules/govuk-frontend/dist/govuk/components/fieldset/_index.scss +71 -0
  270. data/node_modules/govuk-frontend/dist/govuk/components/fieldset/_index.scss.map +1 -0
  271. data/node_modules/govuk-frontend/dist/govuk/components/fieldset/fixtures.json +242 -0
  272. data/node_modules/govuk-frontend/dist/govuk/components/fieldset/macro-options.json +70 -0
  273. data/node_modules/govuk-frontend/dist/govuk/components/fieldset/template-as-page-heading-l.html +7 -0
  274. data/node_modules/govuk-frontend/dist/govuk/components/fieldset/template-as-page-heading-m.html +7 -0
  275. data/node_modules/govuk-frontend/dist/govuk/components/fieldset/template-as-page-heading-s.html +7 -0
  276. data/node_modules/govuk-frontend/dist/govuk/components/fieldset/template-as-page-heading-without-class.html +7 -0
  277. data/node_modules/govuk-frontend/dist/govuk/components/fieldset/template-as-page-heading-xl.html +7 -0
  278. data/node_modules/govuk-frontend/dist/govuk/components/fieldset/template-default.html +5 -0
  279. data/node_modules/govuk-frontend/dist/govuk/components/fieldset/template-styled-as-large-text.html +5 -0
  280. data/node_modules/govuk-frontend/dist/govuk/components/fieldset/template-styled-as-medium-text.html +5 -0
  281. data/node_modules/govuk-frontend/dist/govuk/components/fieldset/template-styled-as-small-text.html +5 -0
  282. data/node_modules/govuk-frontend/dist/govuk/components/fieldset/template-styled-as-xl-text.html +5 -0
  283. data/node_modules/govuk-frontend/dist/govuk/components/fieldset/template.njk +24 -0
  284. data/node_modules/govuk-frontend/dist/govuk/components/file-upload/_file-upload.scss +4 -0
  285. data/node_modules/govuk-frontend/dist/govuk/components/file-upload/_file-upload.scss.map +1 -0
  286. data/node_modules/govuk-frontend/dist/govuk/components/file-upload/_index.scss +52 -0
  287. data/node_modules/govuk-frontend/dist/govuk/components/file-upload/_index.scss.map +1 -0
  288. data/node_modules/govuk-frontend/dist/govuk/components/file-upload/fixtures.json +225 -0
  289. data/node_modules/govuk-frontend/dist/govuk/components/file-upload/macro-options.json +125 -0
  290. data/node_modules/govuk-frontend/dist/govuk/components/file-upload/template-default.html +6 -0
  291. data/node_modules/govuk-frontend/dist/govuk/components/file-upload/template-with-error-message-and-hint.html +12 -0
  292. data/node_modules/govuk-frontend/dist/govuk/components/file-upload/template-with-hint-text.html +9 -0
  293. data/node_modules/govuk-frontend/dist/govuk/components/file-upload/template-with-label-as-page-heading.html +8 -0
  294. data/node_modules/govuk-frontend/dist/govuk/components/file-upload/template-with-optional-form-group-classes.html +6 -0
  295. data/node_modules/govuk-frontend/dist/govuk/components/file-upload/template-with-value.html +6 -0
  296. data/node_modules/govuk-frontend/dist/govuk/components/file-upload/template.njk +53 -0
  297. data/node_modules/govuk-frontend/dist/govuk/components/footer/_footer.scss +4 -0
  298. data/node_modules/govuk-frontend/dist/govuk/components/footer/_footer.scss.map +1 -0
  299. data/node_modules/govuk-frontend/dist/govuk/components/footer/_index.scss +152 -0
  300. data/node_modules/govuk-frontend/dist/govuk/components/footer/_index.scss.map +1 -0
  301. data/node_modules/govuk-frontend/dist/govuk/components/footer/fixtures.json +691 -0
  302. data/node_modules/govuk-frontend/dist/govuk/components/footer/macro-options.json +164 -0
  303. data/node_modules/govuk-frontend/dist/govuk/components/footer/template-default.html +38 -0
  304. data/node_modules/govuk-frontend/dist/govuk/components/footer/template-full-gds-example.html +212 -0
  305. data/node_modules/govuk-frontend/dist/govuk/components/footer/template-three-equal-columns.html +146 -0
  306. data/node_modules/govuk-frontend/dist/govuk/components/footer/template-with-custom-html-content-licence-and-copyright-notice.html +33 -0
  307. data/node_modules/govuk-frontend/dist/govuk/components/footer/template-with-custom-meta.html +42 -0
  308. data/node_modules/govuk-frontend/dist/govuk/components/footer/template-with-custom-text-content-licence-and-copyright-notice.html +33 -0
  309. data/node_modules/govuk-frontend/dist/govuk/components/footer/template-with-default-width-navigation-one-column.html +76 -0
  310. data/node_modules/govuk-frontend/dist/govuk/components/footer/template-with-default-width-navigation-two-columns.html +76 -0
  311. data/node_modules/govuk-frontend/dist/govuk/components/footer/template-with-meta-links-and-meta-content.html +84 -0
  312. data/node_modules/govuk-frontend/dist/govuk/components/footer/template-with-meta.html +56 -0
  313. data/node_modules/govuk-frontend/dist/govuk/components/footer/template-with-navigation.html +96 -0
  314. data/node_modules/govuk-frontend/dist/govuk/components/footer/template.njk +97 -0
  315. data/node_modules/govuk-frontend/dist/govuk/components/header/_header.scss +4 -0
  316. data/node_modules/govuk-frontend/dist/govuk/components/header/_header.scss.map +1 -0
  317. data/node_modules/govuk-frontend/dist/govuk/components/header/_index.scss +346 -0
  318. data/node_modules/govuk-frontend/dist/govuk/components/header/_index.scss.map +1 -0
  319. data/node_modules/govuk-frontend/dist/govuk/components/header/fixtures.json +504 -0
  320. data/node_modules/govuk-frontend/dist/govuk/components/header/header.bundle.js +186 -0
  321. data/node_modules/govuk-frontend/dist/govuk/components/header/header.bundle.js.map +1 -0
  322. data/node_modules/govuk-frontend/dist/govuk/components/header/header.bundle.mjs +178 -0
  323. data/node_modules/govuk-frontend/dist/govuk/components/header/header.bundle.mjs.map +1 -0
  324. data/node_modules/govuk-frontend/dist/govuk/components/header/header.mjs +97 -0
  325. data/node_modules/govuk-frontend/dist/govuk/components/header/header.mjs.map +1 -0
  326. data/node_modules/govuk-frontend/dist/govuk/components/header/macro-options.json +112 -0
  327. data/node_modules/govuk-frontend/dist/govuk/components/header/template-default.html +21 -0
  328. data/node_modules/govuk-frontend/dist/govuk/components/header/template-full-width-with-navigation.html +49 -0
  329. data/node_modules/govuk-frontend/dist/govuk/components/header/template-full-width.html +24 -0
  330. data/node_modules/govuk-frontend/dist/govuk/components/header/template-navigation-item-with-html.html +49 -0
  331. data/node_modules/govuk-frontend/dist/govuk/components/header/template-navigation-item-with-text-without-link.html +43 -0
  332. data/node_modules/govuk-frontend/dist/govuk/components/header/template-with-custom-menu-button-label.html +51 -0
  333. data/node_modules/govuk-frontend/dist/govuk/components/header/template-with-custom-menu-button-text.html +51 -0
  334. data/node_modules/govuk-frontend/dist/govuk/components/header/template-with-custom-navigation-label.html +51 -0
  335. data/node_modules/govuk-frontend/dist/govuk/components/header/template-with-large-navigation.html +111 -0
  336. data/node_modules/govuk-frontend/dist/govuk/components/header/template-with-navigation.html +51 -0
  337. data/node_modules/govuk-frontend/dist/govuk/components/header/template-with-product-name.html +24 -0
  338. data/node_modules/govuk-frontend/dist/govuk/components/header/template-with-service-name-and-navigation.html +54 -0
  339. data/node_modules/govuk-frontend/dist/govuk/components/header/template-with-service-name-but-no-service-url.html +26 -0
  340. data/node_modules/govuk-frontend/dist/govuk/components/header/template-with-service-name.html +26 -0
  341. data/node_modules/govuk-frontend/dist/govuk/components/header/template-with-st-edwards-crown.html +21 -0
  342. data/node_modules/govuk-frontend/dist/govuk/components/header/template.njk +96 -0
  343. data/node_modules/govuk-frontend/dist/govuk/components/hint/_hint.scss +4 -0
  344. data/node_modules/govuk-frontend/dist/govuk/components/hint/_hint.scss.map +1 -0
  345. data/node_modules/govuk-frontend/dist/govuk/components/hint/_index.scss +45 -0
  346. data/node_modules/govuk-frontend/dist/govuk/components/hint/_index.scss.map +1 -0
  347. data/node_modules/govuk-frontend/dist/govuk/components/hint/fixtures.json +71 -0
  348. data/node_modules/govuk-frontend/dist/govuk/components/hint/macro-options.json +32 -0
  349. data/node_modules/govuk-frontend/dist/govuk/components/hint/template-default.html +5 -0
  350. data/node_modules/govuk-frontend/dist/govuk/components/hint/template-with-html.html +4 -0
  351. data/node_modules/govuk-frontend/dist/govuk/components/hint/template.njk +6 -0
  352. data/node_modules/govuk-frontend/dist/govuk/components/input/_index.scss +165 -0
  353. data/node_modules/govuk-frontend/dist/govuk/components/input/_index.scss.map +1 -0
  354. data/node_modules/govuk-frontend/dist/govuk/components/input/_input.scss +4 -0
  355. data/node_modules/govuk-frontend/dist/govuk/components/input/_input.scss.map +1 -0
  356. data/node_modules/govuk-frontend/dist/govuk/components/input/fixtures.json +781 -0
  357. data/node_modules/govuk-frontend/dist/govuk/components/input/macro-options.json +245 -0
  358. data/node_modules/govuk-frontend/dist/govuk/components/input/template-default.html +6 -0
  359. data/node_modules/govuk-frontend/dist/govuk/components/input/template-with-autocapitalize-turned-off.html +6 -0
  360. data/node_modules/govuk-frontend/dist/govuk/components/input/template-with-autocomplete-attribute.html +6 -0
  361. data/node_modules/govuk-frontend/dist/govuk/components/input/template-with-error-message.html +12 -0
  362. data/node_modules/govuk-frontend/dist/govuk/components/input/template-with-extra-letter-spacing.html +6 -0
  363. data/node_modules/govuk-frontend/dist/govuk/components/input/template-with-hint-text.html +9 -0
  364. data/node_modules/govuk-frontend/dist/govuk/components/input/template-with-label-as-page-heading.html +8 -0
  365. data/node_modules/govuk-frontend/dist/govuk/components/input/template-with-optional-form-group-classes.html +6 -0
  366. data/node_modules/govuk-frontend/dist/govuk/components/input/template-with-pattern-attribute.html +6 -0
  367. data/node_modules/govuk-frontend/dist/govuk/components/input/template-with-prefix-and-long-suffix.html +10 -0
  368. data/node_modules/govuk-frontend/dist/govuk/components/input/template-with-prefix-and-suffix-and-error.html +13 -0
  369. data/node_modules/govuk-frontend/dist/govuk/components/input/template-with-prefix-and-suffix-and-width-modifier.html +10 -0
  370. data/node_modules/govuk-frontend/dist/govuk/components/input/template-with-prefix-and-suffix.html +10 -0
  371. data/node_modules/govuk-frontend/dist/govuk/components/input/template-with-prefix.html +9 -0
  372. data/node_modules/govuk-frontend/dist/govuk/components/input/template-with-spellcheck-disabled.html +6 -0
  373. data/node_modules/govuk-frontend/dist/govuk/components/input/template-with-spellcheck-enabled.html +6 -0
  374. data/node_modules/govuk-frontend/dist/govuk/components/input/template-with-suffix.html +9 -0
  375. data/node_modules/govuk-frontend/dist/govuk/components/input/template-with-width-10-class.html +9 -0
  376. data/node_modules/govuk-frontend/dist/govuk/components/input/template-with-width-2-class.html +9 -0
  377. data/node_modules/govuk-frontend/dist/govuk/components/input/template-with-width-20-class.html +9 -0
  378. data/node_modules/govuk-frontend/dist/govuk/components/input/template-with-width-3-class.html +9 -0
  379. data/node_modules/govuk-frontend/dist/govuk/components/input/template-with-width-30-class.html +9 -0
  380. data/node_modules/govuk-frontend/dist/govuk/components/input/template-with-width-4-class.html +9 -0
  381. data/node_modules/govuk-frontend/dist/govuk/components/input/template-with-width-5-class.html +9 -0
  382. data/node_modules/govuk-frontend/dist/govuk/components/input/template.njk +132 -0
  383. data/node_modules/govuk-frontend/dist/govuk/components/inset-text/_index.scss +26 -0
  384. data/node_modules/govuk-frontend/dist/govuk/components/inset-text/_index.scss.map +1 -0
  385. data/node_modules/govuk-frontend/dist/govuk/components/inset-text/_inset-text.scss +4 -0
  386. data/node_modules/govuk-frontend/dist/govuk/components/inset-text/_inset-text.scss.map +1 -0
  387. data/node_modules/govuk-frontend/dist/govuk/components/inset-text/fixtures.json +70 -0
  388. data/node_modules/govuk-frontend/dist/govuk/components/inset-text/macro-options.json +38 -0
  389. data/node_modules/govuk-frontend/dist/govuk/components/inset-text/template-default.html +3 -0
  390. data/node_modules/govuk-frontend/dist/govuk/components/inset-text/template-with-html.html +11 -0
  391. data/node_modules/govuk-frontend/dist/govuk/components/inset-text/template.njk +6 -0
  392. data/node_modules/govuk-frontend/dist/govuk/components/label/_index.scss +46 -0
  393. data/node_modules/govuk-frontend/dist/govuk/components/label/_index.scss.map +1 -0
  394. data/node_modules/govuk-frontend/dist/govuk/components/label/_label.scss +4 -0
  395. data/node_modules/govuk-frontend/dist/govuk/components/label/_label.scss.map +1 -0
  396. data/node_modules/govuk-frontend/dist/govuk/components/label/fixtures.json +193 -0
  397. data/node_modules/govuk-frontend/dist/govuk/components/label/macro-options.json +38 -0
  398. data/node_modules/govuk-frontend/dist/govuk/components/label/template-as-page-heading-l.html +5 -0
  399. data/node_modules/govuk-frontend/dist/govuk/components/label/template-as-page-heading-m.html +5 -0
  400. data/node_modules/govuk-frontend/dist/govuk/components/label/template-as-page-heading-s.html +5 -0
  401. data/node_modules/govuk-frontend/dist/govuk/components/label/template-as-page-heading-without-class.html +5 -0
  402. data/node_modules/govuk-frontend/dist/govuk/components/label/template-as-page-heading-xl.html +5 -0
  403. data/node_modules/govuk-frontend/dist/govuk/components/label/template-default.html +3 -0
  404. data/node_modules/govuk-frontend/dist/govuk/components/label/template-styled-as-large-text.html +3 -0
  405. data/node_modules/govuk-frontend/dist/govuk/components/label/template-styled-as-medium-text.html +3 -0
  406. data/node_modules/govuk-frontend/dist/govuk/components/label/template-styled-as-small-text.html +3 -0
  407. data/node_modules/govuk-frontend/dist/govuk/components/label/template-styled-as-xl-text.html +3 -0
  408. data/node_modules/govuk-frontend/dist/govuk/components/label/template-with-bold-text.html +3 -0
  409. data/node_modules/govuk-frontend/dist/govuk/components/label/template.njk +19 -0
  410. data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/_index.scss +92 -0
  411. data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/_index.scss.map +1 -0
  412. data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/_notification-banner.scss +4 -0
  413. data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/_notification-banner.scss.map +1 -0
  414. data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/fixtures.json +270 -0
  415. data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/macro-options.json +74 -0
  416. data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/notification-banner.bundle.js +254 -0
  417. data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/notification-banner.bundle.js.map +1 -0
  418. data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/notification-banner.bundle.mjs +246 -0
  419. data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/notification-banner.bundle.mjs.map +1 -0
  420. data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/notification-banner.mjs +61 -0
  421. data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/notification-banner.mjs.map +1 -0
  422. data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/template-auto-focus-disabled-with-type-as-success.html +12 -0
  423. data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/template-auto-focus-explicitly-enabled-with-type-as-success.html +12 -0
  424. data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/template-custom-tabindex.html +12 -0
  425. data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/template-default.html +12 -0
  426. data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/template-paragraph-as-html-heading.html +10 -0
  427. data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/template-rolealert-overridden-to-roleregion-with-type-as-success.html +12 -0
  428. data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/template-success-with-custom-html.html +16 -0
  429. data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/template-with-a-list.html +16 -0
  430. data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/template-with-long-heading.html +12 -0
  431. data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/template-with-lots-of-content.html +19 -0
  432. data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/template-with-text-as-html.html +15 -0
  433. data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/template-with-type-as-success.html +12 -0
  434. data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/template.njk +49 -0
  435. data/node_modules/govuk-frontend/dist/govuk/components/pagination/README.md +15 -0
  436. data/node_modules/govuk-frontend/dist/govuk/components/pagination/_index.scss +241 -0
  437. data/node_modules/govuk-frontend/dist/govuk/components/pagination/_index.scss.map +1 -0
  438. data/node_modules/govuk-frontend/dist/govuk/components/pagination/_pagination.scss +4 -0
  439. data/node_modules/govuk-frontend/dist/govuk/components/pagination/_pagination.scss.map +1 -0
  440. data/node_modules/govuk-frontend/dist/govuk/components/pagination/fixtures.json +396 -0
  441. data/node_modules/govuk-frontend/dist/govuk/components/pagination/macro-options.json +140 -0
  442. data/node_modules/govuk-frontend/dist/govuk/components/pagination/macro.njk +3 -0
  443. data/node_modules/govuk-frontend/dist/govuk/components/pagination/template-default.html +39 -0
  444. data/node_modules/govuk-frontend/dist/govuk/components/pagination/template-first-page.html +29 -0
  445. data/node_modules/govuk-frontend/dist/govuk/components/pagination/template-last-page.html +29 -0
  446. data/node_modules/govuk-frontend/dist/govuk/components/pagination/template-with-custom-accessible-labels-on-item-links.html +39 -0
  447. data/node_modules/govuk-frontend/dist/govuk/components/pagination/template-with-custom-link-and-item-text.html +39 -0
  448. data/node_modules/govuk-frontend/dist/govuk/components/pagination/template-with-custom-navigation-landmark.html +39 -0
  449. data/node_modules/govuk-frontend/dist/govuk/components/pagination/template-with-many-pages.html +65 -0
  450. data/node_modules/govuk-frontend/dist/govuk/components/pagination/template-with-next-only.html +12 -0
  451. data/node_modules/govuk-frontend/dist/govuk/components/pagination/template-with-prev-and-next-only-and-labels.html +26 -0
  452. data/node_modules/govuk-frontend/dist/govuk/components/pagination/template-with-prev-and-next-only-and-very-long-labels.html +26 -0
  453. data/node_modules/govuk-frontend/dist/govuk/components/pagination/template-with-prev-and-next-only-in-a-different-language.html +22 -0
  454. data/node_modules/govuk-frontend/dist/govuk/components/pagination/template-with-prev-and-next-only.html +22 -0
  455. data/node_modules/govuk-frontend/dist/govuk/components/pagination/template-with-previous-only.html +12 -0
  456. data/node_modules/govuk-frontend/dist/govuk/components/pagination/template.njk +85 -0
  457. data/node_modules/govuk-frontend/dist/govuk/components/panel/_index.scss +54 -0
  458. data/node_modules/govuk-frontend/dist/govuk/components/panel/_index.scss.map +1 -0
  459. data/node_modules/govuk-frontend/dist/govuk/components/panel/_panel.scss +4 -0
  460. data/node_modules/govuk-frontend/dist/govuk/components/panel/_panel.scss.map +1 -0
  461. data/node_modules/govuk-frontend/dist/govuk/components/panel/fixtures.json +109 -0
  462. data/node_modules/govuk-frontend/dist/govuk/components/panel/macro-options.json +50 -0
  463. data/node_modules/govuk-frontend/dist/govuk/components/panel/template-custom-heading-level.html +8 -0
  464. data/node_modules/govuk-frontend/dist/govuk/components/panel/template-default.html +8 -0
  465. data/node_modules/govuk-frontend/dist/govuk/components/panel/template.njk +16 -0
  466. data/node_modules/govuk-frontend/dist/govuk/components/password-input/_index.scss +54 -0
  467. data/node_modules/govuk-frontend/dist/govuk/components/password-input/_index.scss.map +1 -0
  468. data/node_modules/govuk-frontend/dist/govuk/components/password-input/_password-input.scss +4 -0
  469. data/node_modules/govuk-frontend/dist/govuk/components/password-input/_password-input.scss.map +1 -0
  470. data/node_modules/govuk-frontend/dist/govuk/components/password-input/fixtures.json +185 -0
  471. data/node_modules/govuk-frontend/dist/govuk/components/password-input/macro-options.json +181 -0
  472. data/node_modules/govuk-frontend/dist/govuk/components/password-input/macro.njk +3 -0
  473. data/node_modules/govuk-frontend/dist/govuk/components/password-input/password-input.bundle.js +528 -0
  474. data/node_modules/govuk-frontend/dist/govuk/components/password-input/password-input.bundle.js.map +1 -0
  475. data/node_modules/govuk-frontend/dist/govuk/components/password-input/password-input.bundle.mjs +520 -0
  476. data/node_modules/govuk-frontend/dist/govuk/components/password-input/password-input.bundle.mjs.map +1 -0
  477. data/node_modules/govuk-frontend/dist/govuk/components/password-input/password-input.mjs +163 -0
  478. data/node_modules/govuk-frontend/dist/govuk/components/password-input/password-input.mjs.map +1 -0
  479. data/node_modules/govuk-frontend/dist/govuk/components/password-input/template-default.html +11 -0
  480. data/node_modules/govuk-frontend/dist/govuk/components/password-input/template-with-error-message.html +17 -0
  481. data/node_modules/govuk-frontend/dist/govuk/components/password-input/template-with-hint-text.html +14 -0
  482. data/node_modules/govuk-frontend/dist/govuk/components/password-input/template-with-input-width-class.html +11 -0
  483. data/node_modules/govuk-frontend/dist/govuk/components/password-input/template-with-label-as-page-heading.html +13 -0
  484. data/node_modules/govuk-frontend/dist/govuk/components/password-input/template-with-new-password-autocomplete.html +11 -0
  485. data/node_modules/govuk-frontend/dist/govuk/components/password-input/template-with-translations.html +11 -0
  486. data/node_modules/govuk-frontend/dist/govuk/components/password-input/template.njk +91 -0
  487. data/node_modules/govuk-frontend/dist/govuk/components/phase-banner/_index.scss +44 -0
  488. data/node_modules/govuk-frontend/dist/govuk/components/phase-banner/_index.scss.map +1 -0
  489. data/node_modules/govuk-frontend/dist/govuk/components/phase-banner/_phase-banner.scss +4 -0
  490. data/node_modules/govuk-frontend/dist/govuk/components/phase-banner/_phase-banner.scss.map +1 -0
  491. data/node_modules/govuk-frontend/dist/govuk/components/phase-banner/fixtures.json +90 -0
  492. data/node_modules/govuk-frontend/dist/govuk/components/phase-banner/macro-options.json +33 -0
  493. data/node_modules/govuk-frontend/dist/govuk/components/phase-banner/template-default.html +10 -0
  494. data/node_modules/govuk-frontend/dist/govuk/components/phase-banner/template.njk +17 -0
  495. data/node_modules/govuk-frontend/dist/govuk/components/radios/_index.scss +326 -0
  496. data/node_modules/govuk-frontend/dist/govuk/components/radios/_index.scss.map +1 -0
  497. data/node_modules/govuk-frontend/dist/govuk/components/radios/_radios.scss +4 -0
  498. data/node_modules/govuk-frontend/dist/govuk/components/radios/_radios.scss.map +1 -0
  499. data/node_modules/govuk-frontend/dist/govuk/components/radios/fixtures.json +1403 -0
  500. data/node_modules/govuk-frontend/dist/govuk/components/radios/macro-options.json +211 -0
  501. data/node_modules/govuk-frontend/dist/govuk/components/radios/radios.bundle.js +179 -0
  502. data/node_modules/govuk-frontend/dist/govuk/components/radios/radios.bundle.js.map +1 -0
  503. data/node_modules/govuk-frontend/dist/govuk/components/radios/radios.bundle.mjs +171 -0
  504. data/node_modules/govuk-frontend/dist/govuk/components/radios/radios.bundle.mjs.map +1 -0
  505. data/node_modules/govuk-frontend/dist/govuk/components/radios/radios.mjs +97 -0
  506. data/node_modules/govuk-frontend/dist/govuk/components/radios/radios.mjs.map +1 -0
  507. data/node_modules/govuk-frontend/dist/govuk/components/radios/template-default.html +19 -0
  508. data/node_modules/govuk-frontend/dist/govuk/components/radios/template-inline.html +24 -0
  509. data/node_modules/govuk-frontend/dist/govuk/components/radios/template-prechecked-using-value.html +16 -0
  510. data/node_modules/govuk-frontend/dist/govuk/components/radios/template-prechecked.html +19 -0
  511. data/node_modules/govuk-frontend/dist/govuk/components/radios/template-small-inline-extreme.html +69 -0
  512. data/node_modules/govuk-frontend/dist/govuk/components/radios/template-small-inline.html +27 -0
  513. data/node_modules/govuk-frontend/dist/govuk/components/radios/template-small-with-a-divider.html +28 -0
  514. data/node_modules/govuk-frontend/dist/govuk/components/radios/template-small-with-conditional-reveal.html +31 -0
  515. data/node_modules/govuk-frontend/dist/govuk/components/radios/template-small-with-disabled.html +27 -0
  516. data/node_modules/govuk-frontend/dist/govuk/components/radios/template-small-with-error.html +30 -0
  517. data/node_modules/govuk-frontend/dist/govuk/components/radios/template-small-with-hint.html +30 -0
  518. data/node_modules/govuk-frontend/dist/govuk/components/radios/template-small-with-long-text.html +27 -0
  519. data/node_modules/govuk-frontend/dist/govuk/components/radios/template-small.html +27 -0
  520. data/node_modules/govuk-frontend/dist/govuk/components/radios/template-with-a-divider.html +28 -0
  521. data/node_modules/govuk-frontend/dist/govuk/components/radios/template-with-a-medium-legend.html +24 -0
  522. data/node_modules/govuk-frontend/dist/govuk/components/radios/template-with-conditional-item-checked.html +39 -0
  523. data/node_modules/govuk-frontend/dist/govuk/components/radios/template-with-conditional-items-and-pre-checked-value.html +39 -0
  524. data/node_modules/govuk-frontend/dist/govuk/components/radios/template-with-conditional-items-with-special-characters.html +39 -0
  525. data/node_modules/govuk-frontend/dist/govuk/components/radios/template-with-conditional-items.html +39 -0
  526. data/node_modules/govuk-frontend/dist/govuk/components/radios/template-with-disabled.html +29 -0
  527. data/node_modules/govuk-frontend/dist/govuk/components/radios/template-with-fieldset-and-error-message.html +24 -0
  528. data/node_modules/govuk-frontend/dist/govuk/components/radios/template-with-hints-on-items.html +29 -0
  529. data/node_modules/govuk-frontend/dist/govuk/components/radios/template-with-idprefix.html +16 -0
  530. data/node_modules/govuk-frontend/dist/govuk/components/radios/template-with-legend-as-page-heading.html +26 -0
  531. data/node_modules/govuk-frontend/dist/govuk/components/radios/template-with-optional-form-group-classes-showing-group-error.html +40 -0
  532. data/node_modules/govuk-frontend/dist/govuk/components/radios/template-with-very-long-option-text.html +33 -0
  533. data/node_modules/govuk-frontend/dist/govuk/components/radios/template-without-fieldset.html +22 -0
  534. data/node_modules/govuk-frontend/dist/govuk/components/radios/template.njk +115 -0
  535. data/node_modules/govuk-frontend/dist/govuk/components/select/_index.scss +59 -0
  536. data/node_modules/govuk-frontend/dist/govuk/components/select/_index.scss.map +1 -0
  537. data/node_modules/govuk-frontend/dist/govuk/components/select/_select.scss +4 -0
  538. data/node_modules/govuk-frontend/dist/govuk/components/select/_select.scss.map +1 -0
  539. data/node_modules/govuk-frontend/dist/govuk/components/select/fixtures.json +532 -0
  540. data/node_modules/govuk-frontend/dist/govuk/components/select/macro-options.json +163 -0
  541. data/node_modules/govuk-frontend/dist/govuk/components/select/template-default.html +10 -0
  542. data/node_modules/govuk-frontend/dist/govuk/components/select/template-with-full-width-override.html +10 -0
  543. data/node_modules/govuk-frontend/dist/govuk/components/select/template-with-hint-text-and-error-message.html +16 -0
  544. data/node_modules/govuk-frontend/dist/govuk/components/select/template-with-label-as-page-heading.html +12 -0
  545. data/node_modules/govuk-frontend/dist/govuk/components/select/template-with-no-items.html +7 -0
  546. data/node_modules/govuk-frontend/dist/govuk/components/select/template-with-optional-form-group-classes.html +10 -0
  547. data/node_modules/govuk-frontend/dist/govuk/components/select/template-with-selected-value.html +10 -0
  548. data/node_modules/govuk-frontend/dist/govuk/components/select/template.njk +66 -0
  549. data/node_modules/govuk-frontend/dist/govuk/components/skip-link/_index.scss +50 -0
  550. data/node_modules/govuk-frontend/dist/govuk/components/skip-link/_index.scss.map +1 -0
  551. data/node_modules/govuk-frontend/dist/govuk/components/skip-link/_skip-link.scss +4 -0
  552. data/node_modules/govuk-frontend/dist/govuk/components/skip-link/_skip-link.scss.map +1 -0
  553. data/node_modules/govuk-frontend/dist/govuk/components/skip-link/fixtures.json +104 -0
  554. data/node_modules/govuk-frontend/dist/govuk/components/skip-link/macro-options.json +32 -0
  555. data/node_modules/govuk-frontend/dist/govuk/components/skip-link/skip-link.bundle.js +177 -0
  556. data/node_modules/govuk-frontend/dist/govuk/components/skip-link/skip-link.bundle.js.map +1 -0
  557. data/node_modules/govuk-frontend/dist/govuk/components/skip-link/skip-link.bundle.mjs +169 -0
  558. data/node_modules/govuk-frontend/dist/govuk/components/skip-link/skip-link.bundle.mjs.map +1 -0
  559. data/node_modules/govuk-frontend/dist/govuk/components/skip-link/skip-link.mjs +66 -0
  560. data/node_modules/govuk-frontend/dist/govuk/components/skip-link/skip-link.mjs.map +1 -0
  561. data/node_modules/govuk-frontend/dist/govuk/components/skip-link/template-default.html +1 -0
  562. data/node_modules/govuk-frontend/dist/govuk/components/skip-link/template-with-focus.html +1 -0
  563. data/node_modules/govuk-frontend/dist/govuk/components/skip-link/template.njk +6 -0
  564. data/node_modules/govuk-frontend/dist/govuk/components/summary-list/_index.scss +277 -0
  565. data/node_modules/govuk-frontend/dist/govuk/components/summary-list/_index.scss.map +1 -0
  566. data/node_modules/govuk-frontend/dist/govuk/components/summary-list/_summary-list.scss +4 -0
  567. data/node_modules/govuk-frontend/dist/govuk/components/summary-list/_summary-list.scss.map +1 -0
  568. data/node_modules/govuk-frontend/dist/govuk/components/summary-list/fixtures.json +1591 -0
  569. data/node_modules/govuk-frontend/dist/govuk/components/summary-list/macro-options.json +248 -0
  570. data/node_modules/govuk-frontend/dist/govuk/components/summary-list/template-as-a-summary-card-with-a-custom-header-level.html +28 -0
  571. data/node_modules/govuk-frontend/dist/govuk/components/summary-list/template-as-a-summary-card-with-a-html-header.html +28 -0
  572. data/node_modules/govuk-frontend/dist/govuk/components/summary-list/template-as-a-summary-card-with-a-text-header.html +28 -0
  573. data/node_modules/govuk-frontend/dist/govuk/components/summary-list/template-as-a-summary-card-with-actions-plus-summary-list-actions.html +49 -0
  574. data/node_modules/govuk-frontend/dist/govuk/components/summary-list/template-as-a-summary-card-with-actions.html +36 -0
  575. data/node_modules/govuk-frontend/dist/govuk/components/summary-list/template-check-your-answers.html +98 -0
  576. data/node_modules/govuk-frontend/dist/govuk/components/summary-list/template-default.html +35 -0
  577. data/node_modules/govuk-frontend/dist/govuk/components/summary-list/template-extreme.html +261 -0
  578. data/node_modules/govuk-frontend/dist/govuk/components/summary-list/template-no-border-on-last-row.html +35 -0
  579. data/node_modules/govuk-frontend/dist/govuk/components/summary-list/template-no-border.html +35 -0
  580. data/node_modules/govuk-frontend/dist/govuk/components/summary-list/template-overridden-widths.html +58 -0
  581. data/node_modules/govuk-frontend/dist/govuk/components/summary-list/template-translated.html +51 -0
  582. data/node_modules/govuk-frontend/dist/govuk/components/summary-list/template-with-actions.html +58 -0
  583. data/node_modules/govuk-frontend/dist/govuk/components/summary-list/template-with-no-first-action.html +58 -0
  584. data/node_modules/govuk-frontend/dist/govuk/components/summary-list/template-with-some-actions.html +45 -0
  585. data/node_modules/govuk-frontend/dist/govuk/components/summary-list/template.njk +94 -0
  586. data/node_modules/govuk-frontend/dist/govuk/components/table/_index.scss +75 -0
  587. data/node_modules/govuk-frontend/dist/govuk/components/table/_index.scss.map +1 -0
  588. data/node_modules/govuk-frontend/dist/govuk/components/table/_table.scss +4 -0
  589. data/node_modules/govuk-frontend/dist/govuk/components/table/_table.scss.map +1 -0
  590. data/node_modules/govuk-frontend/dist/govuk/components/table/fixtures.json +630 -0
  591. data/node_modules/govuk-frontend/dist/govuk/components/table/macro-options.json +132 -0
  592. data/node_modules/govuk-frontend/dist/govuk/components/table/template-default.html +19 -0
  593. data/node_modules/govuk-frontend/dist/govuk/components/table/template-table-with-head-and-caption.html +27 -0
  594. data/node_modules/govuk-frontend/dist/govuk/components/table/template-table-with-head.html +26 -0
  595. data/node_modules/govuk-frontend/dist/govuk/components/table/template-with-small-text-modifier-for-tables-with-a-lot-of-data.html +19 -0
  596. data/node_modules/govuk-frontend/dist/govuk/components/table/template.njk +57 -0
  597. data/node_modules/govuk-frontend/dist/govuk/components/tabs/_index.scss +134 -0
  598. data/node_modules/govuk-frontend/dist/govuk/components/tabs/_index.scss.map +1 -0
  599. data/node_modules/govuk-frontend/dist/govuk/components/tabs/_tabs.scss +4 -0
  600. data/node_modules/govuk-frontend/dist/govuk/components/tabs/_tabs.scss.map +1 -0
  601. data/node_modules/govuk-frontend/dist/govuk/components/tabs/fixtures.json +314 -0
  602. data/node_modules/govuk-frontend/dist/govuk/components/tabs/macro-options.json +84 -0
  603. data/node_modules/govuk-frontend/dist/govuk/components/tabs/tabs.bundle.js +391 -0
  604. data/node_modules/govuk-frontend/dist/govuk/components/tabs/tabs.bundle.js.map +1 -0
  605. data/node_modules/govuk-frontend/dist/govuk/components/tabs/tabs.bundle.mjs +383 -0
  606. data/node_modules/govuk-frontend/dist/govuk/components/tabs/tabs.bundle.mjs.map +1 -0
  607. data/node_modules/govuk-frontend/dist/govuk/components/tabs/tabs.mjs +296 -0
  608. data/node_modules/govuk-frontend/dist/govuk/components/tabs/tabs.mjs.map +1 -0
  609. data/node_modules/govuk-frontend/dist/govuk/components/tabs/template-default.html +117 -0
  610. data/node_modules/govuk-frontend/dist/govuk/components/tabs/template-tabs-with-anchor-in-panel.html +26 -0
  611. data/node_modules/govuk-frontend/dist/govuk/components/tabs/template.njk +48 -0
  612. data/node_modules/govuk-frontend/dist/govuk/components/tag/_index.scss +94 -0
  613. data/node_modules/govuk-frontend/dist/govuk/components/tag/_index.scss.map +1 -0
  614. data/node_modules/govuk-frontend/dist/govuk/components/tag/_tag.scss +4 -0
  615. data/node_modules/govuk-frontend/dist/govuk/components/tag/_tag.scss.map +1 -0
  616. data/node_modules/govuk-frontend/dist/govuk/components/tag/fixtures.json +159 -0
  617. data/node_modules/govuk-frontend/dist/govuk/components/tag/macro-options.json +26 -0
  618. data/node_modules/govuk-frontend/dist/govuk/components/tag/template-blue.html +3 -0
  619. data/node_modules/govuk-frontend/dist/govuk/components/tag/template-default.html +3 -0
  620. data/node_modules/govuk-frontend/dist/govuk/components/tag/template-green.html +3 -0
  621. data/node_modules/govuk-frontend/dist/govuk/components/tag/template-grey.html +3 -0
  622. data/node_modules/govuk-frontend/dist/govuk/components/tag/template-light-blue.html +3 -0
  623. data/node_modules/govuk-frontend/dist/govuk/components/tag/template-orange.html +3 -0
  624. data/node_modules/govuk-frontend/dist/govuk/components/tag/template-pink.html +3 -0
  625. data/node_modules/govuk-frontend/dist/govuk/components/tag/template-purple.html +3 -0
  626. data/node_modules/govuk-frontend/dist/govuk/components/tag/template-red.html +3 -0
  627. data/node_modules/govuk-frontend/dist/govuk/components/tag/template-turquoise.html +3 -0
  628. data/node_modules/govuk-frontend/dist/govuk/components/tag/template-yellow.html +3 -0
  629. data/node_modules/govuk-frontend/dist/govuk/components/tag/template.njk +6 -0
  630. data/node_modules/govuk-frontend/dist/govuk/components/task-list/README.md +15 -0
  631. data/node_modules/govuk-frontend/dist/govuk/components/task-list/_index.scss +77 -0
  632. data/node_modules/govuk-frontend/dist/govuk/components/task-list/_index.scss.map +1 -0
  633. data/node_modules/govuk-frontend/dist/govuk/components/task-list/_task-list.scss +4 -0
  634. data/node_modules/govuk-frontend/dist/govuk/components/task-list/_task-list.scss.map +1 -0
  635. data/node_modules/govuk-frontend/dist/govuk/components/task-list/fixtures.json +542 -0
  636. data/node_modules/govuk-frontend/dist/govuk/components/task-list/macro-options.json +119 -0
  637. data/node_modules/govuk-frontend/dist/govuk/components/task-list/macro.njk +3 -0
  638. data/node_modules/govuk-frontend/dist/govuk/components/task-list/template-default.html +37 -0
  639. data/node_modules/govuk-frontend/dist/govuk/components/task-list/template-example-with-3-states.html +49 -0
  640. data/node_modules/govuk-frontend/dist/govuk/components/task-list/template-example-with-all-possible-colours.html +143 -0
  641. data/node_modules/govuk-frontend/dist/govuk/components/task-list/template-example-with-hint-text-and-additional-states.html +77 -0
  642. data/node_modules/govuk-frontend/dist/govuk/components/task-list/template-example-with-very-long-single-word-tags.html +37 -0
  643. data/node_modules/govuk-frontend/dist/govuk/components/task-list/template.njk +41 -0
  644. data/node_modules/govuk-frontend/dist/govuk/components/textarea/_index.scss +50 -0
  645. data/node_modules/govuk-frontend/dist/govuk/components/textarea/_index.scss.map +1 -0
  646. data/node_modules/govuk-frontend/dist/govuk/components/textarea/_textarea.scss +4 -0
  647. data/node_modules/govuk-frontend/dist/govuk/components/textarea/_textarea.scss.map +1 -0
  648. data/node_modules/govuk-frontend/dist/govuk/components/textarea/fixtures.json +285 -0
  649. data/node_modules/govuk-frontend/dist/govuk/components/textarea/macro-options.json +143 -0
  650. data/node_modules/govuk-frontend/dist/govuk/components/textarea/template-default.html +6 -0
  651. data/node_modules/govuk-frontend/dist/govuk/components/textarea/template-with-autocomplete-attribute.html +6 -0
  652. data/node_modules/govuk-frontend/dist/govuk/components/textarea/template-with-custom-rows.html +6 -0
  653. data/node_modules/govuk-frontend/dist/govuk/components/textarea/template-with-default-value.html +9 -0
  654. data/node_modules/govuk-frontend/dist/govuk/components/textarea/template-with-error-message.html +9 -0
  655. data/node_modules/govuk-frontend/dist/govuk/components/textarea/template-with-hint.html +9 -0
  656. data/node_modules/govuk-frontend/dist/govuk/components/textarea/template-with-label-as-page-heading.html +8 -0
  657. data/node_modules/govuk-frontend/dist/govuk/components/textarea/template-with-optional-form-group-classes.html +6 -0
  658. data/node_modules/govuk-frontend/dist/govuk/components/textarea/template-with-spellcheck-disabled.html +6 -0
  659. data/node_modules/govuk-frontend/dist/govuk/components/textarea/template-with-spellcheck-enabled.html +6 -0
  660. data/node_modules/govuk-frontend/dist/govuk/components/textarea/template.njk +54 -0
  661. data/node_modules/govuk-frontend/dist/govuk/components/warning-text/_index.scss +65 -0
  662. data/node_modules/govuk-frontend/dist/govuk/components/warning-text/_index.scss.map +1 -0
  663. data/node_modules/govuk-frontend/dist/govuk/components/warning-text/_warning-text.scss +4 -0
  664. data/node_modules/govuk-frontend/dist/govuk/components/warning-text/_warning-text.scss.map +1 -0
  665. data/node_modules/govuk-frontend/dist/govuk/components/warning-text/fixtures.json +93 -0
  666. data/node_modules/govuk-frontend/dist/govuk/components/warning-text/macro-options.json +32 -0
  667. data/node_modules/govuk-frontend/dist/govuk/components/warning-text/template-default.html +7 -0
  668. data/node_modules/govuk-frontend/dist/govuk/components/warning-text/template-multiple-lines.html +7 -0
  669. data/node_modules/govuk-frontend/dist/govuk/components/warning-text/template.njk +10 -0
  670. data/node_modules/govuk-frontend/dist/govuk/core/_all.scss +10 -0
  671. data/node_modules/govuk-frontend/dist/govuk/core/_all.scss.map +1 -0
  672. data/node_modules/govuk-frontend/dist/govuk/core/_global-styles.scss +20 -0
  673. data/node_modules/govuk-frontend/dist/govuk/core/_global-styles.scss.map +1 -0
  674. data/node_modules/govuk-frontend/dist/govuk/core/_govuk-frontend-properties.scss +12 -0
  675. data/node_modules/govuk-frontend/dist/govuk/core/_govuk-frontend-properties.scss.map +1 -0
  676. data/node_modules/govuk-frontend/dist/govuk/core/_index.scss +8 -0
  677. data/node_modules/govuk-frontend/dist/govuk/core/_index.scss.map +1 -0
  678. data/node_modules/govuk-frontend/dist/govuk/core/_links.scss +42 -0
  679. data/node_modules/govuk-frontend/dist/govuk/core/_links.scss.map +1 -0
  680. data/node_modules/govuk-frontend/dist/govuk/core/_lists.scss +67 -0
  681. data/node_modules/govuk-frontend/dist/govuk/core/_lists.scss.map +1 -0
  682. data/node_modules/govuk-frontend/dist/govuk/core/_section-break.scss +51 -0
  683. data/node_modules/govuk-frontend/dist/govuk/core/_section-break.scss.map +1 -0
  684. data/node_modules/govuk-frontend/dist/govuk/core/_typography.scss +189 -0
  685. data/node_modules/govuk-frontend/dist/govuk/core/_typography.scss.map +1 -0
  686. data/node_modules/govuk-frontend/dist/govuk/errors/index.mjs +44 -0
  687. data/node_modules/govuk-frontend/dist/govuk/errors/index.mjs.map +1 -0
  688. data/node_modules/govuk-frontend/dist/govuk/govuk-frontend-component.mjs +16 -0
  689. data/node_modules/govuk-frontend/dist/govuk/govuk-frontend-component.mjs.map +1 -0
  690. data/node_modules/govuk-frontend/dist/govuk/govuk-frontend.min.css +3 -0
  691. data/node_modules/govuk-frontend/dist/govuk/govuk-frontend.min.css.map +1 -0
  692. data/node_modules/govuk-frontend/dist/govuk/govuk-frontend.min.js +1 -0
  693. data/node_modules/govuk-frontend/dist/govuk/govuk-frontend.min.js.map +1 -0
  694. data/node_modules/govuk-frontend/dist/govuk/helpers/_all.scss +10 -0
  695. data/node_modules/govuk-frontend/dist/govuk/helpers/_all.scss.map +1 -0
  696. data/node_modules/govuk-frontend/dist/govuk/helpers/_clearfix.scss +17 -0
  697. data/node_modules/govuk-frontend/dist/govuk/helpers/_clearfix.scss.map +1 -0
  698. data/node_modules/govuk-frontend/dist/govuk/helpers/_colour.scss +91 -0
  699. data/node_modules/govuk-frontend/dist/govuk/helpers/_colour.scss.map +1 -0
  700. data/node_modules/govuk-frontend/dist/govuk/helpers/_device-pixels.scss +38 -0
  701. data/node_modules/govuk-frontend/dist/govuk/helpers/_device-pixels.scss.map +1 -0
  702. data/node_modules/govuk-frontend/dist/govuk/helpers/_focused.scss +49 -0
  703. data/node_modules/govuk-frontend/dist/govuk/helpers/_focused.scss.map +1 -0
  704. data/node_modules/govuk-frontend/dist/govuk/helpers/_font-faces.scss +41 -0
  705. data/node_modules/govuk-frontend/dist/govuk/helpers/_font-faces.scss.map +1 -0
  706. data/node_modules/govuk-frontend/dist/govuk/helpers/_grid.scss +63 -0
  707. data/node_modules/govuk-frontend/dist/govuk/helpers/_grid.scss.map +1 -0
  708. data/node_modules/govuk-frontend/dist/govuk/helpers/_index.scss +14 -0
  709. data/node_modules/govuk-frontend/dist/govuk/helpers/_index.scss.map +1 -0
  710. data/node_modules/govuk-frontend/dist/govuk/helpers/_links.scss +391 -0
  711. data/node_modules/govuk-frontend/dist/govuk/helpers/_links.scss.map +1 -0
  712. data/node_modules/govuk-frontend/dist/govuk/helpers/_media-queries.scss +82 -0
  713. data/node_modules/govuk-frontend/dist/govuk/helpers/_media-queries.scss.map +1 -0
  714. data/node_modules/govuk-frontend/dist/govuk/helpers/_shape-arrow.scss +82 -0
  715. data/node_modules/govuk-frontend/dist/govuk/helpers/_shape-arrow.scss.map +1 -0
  716. data/node_modules/govuk-frontend/dist/govuk/helpers/_spacing.scss +173 -0
  717. data/node_modules/govuk-frontend/dist/govuk/helpers/_spacing.scss.map +1 -0
  718. data/node_modules/govuk-frontend/dist/govuk/helpers/_typography.scss +271 -0
  719. data/node_modules/govuk-frontend/dist/govuk/helpers/_typography.scss.map +1 -0
  720. data/node_modules/govuk-frontend/dist/govuk/helpers/_visually-hidden.scss +117 -0
  721. data/node_modules/govuk-frontend/dist/govuk/helpers/_visually-hidden.scss.map +1 -0
  722. data/node_modules/govuk-frontend/dist/govuk/i18n.mjs +195 -0
  723. data/node_modules/govuk-frontend/dist/govuk/i18n.mjs.map +1 -0
  724. data/node_modules/govuk-frontend/dist/govuk/index.scss +11 -0
  725. data/node_modules/govuk-frontend/dist/govuk/index.scss.map +1 -0
  726. data/node_modules/govuk-frontend/dist/govuk/init.mjs +100 -0
  727. data/node_modules/govuk-frontend/dist/govuk/init.mjs.map +1 -0
  728. data/node_modules/govuk-frontend/dist/govuk/macros/attributes.njk +94 -0
  729. data/node_modules/govuk-frontend/dist/govuk/macros/i18n.njk +21 -0
  730. data/node_modules/govuk-frontend/dist/govuk/objects/_all.scss +10 -0
  731. data/node_modules/govuk-frontend/dist/govuk/objects/_all.scss.map +1 -0
  732. data/node_modules/govuk-frontend/dist/govuk/objects/_button-group.scss +80 -0
  733. data/node_modules/govuk-frontend/dist/govuk/objects/_button-group.scss.map +1 -0
  734. data/node_modules/govuk-frontend/dist/govuk/objects/_form-group.scss +25 -0
  735. data/node_modules/govuk-frontend/dist/govuk/objects/_form-group.scss.map +1 -0
  736. data/node_modules/govuk-frontend/dist/govuk/objects/_grid.scss +26 -0
  737. data/node_modules/govuk-frontend/dist/govuk/objects/_grid.scss.map +1 -0
  738. data/node_modules/govuk-frontend/dist/govuk/objects/_index.scss +8 -0
  739. data/node_modules/govuk-frontend/dist/govuk/objects/_index.scss.map +1 -0
  740. data/node_modules/govuk-frontend/dist/govuk/objects/_main-wrapper.scss +55 -0
  741. data/node_modules/govuk-frontend/dist/govuk/objects/_main-wrapper.scss.map +1 -0
  742. data/node_modules/govuk-frontend/dist/govuk/objects/_template.scss +53 -0
  743. data/node_modules/govuk-frontend/dist/govuk/objects/_template.scss.map +1 -0
  744. data/node_modules/govuk-frontend/dist/govuk/objects/_width-container.scss +77 -0
  745. data/node_modules/govuk-frontend/dist/govuk/objects/_width-container.scss.map +1 -0
  746. data/node_modules/govuk-frontend/dist/govuk/overrides/_all.scss +9 -0
  747. data/node_modules/govuk-frontend/dist/govuk/overrides/_all.scss.map +1 -0
  748. data/node_modules/govuk-frontend/dist/govuk/overrides/_display.scss +26 -0
  749. data/node_modules/govuk-frontend/dist/govuk/overrides/_display.scss.map +1 -0
  750. data/node_modules/govuk-frontend/dist/govuk/overrides/_index.scss +7 -0
  751. data/node_modules/govuk-frontend/dist/govuk/overrides/_index.scss.map +1 -0
  752. data/node_modules/govuk-frontend/dist/govuk/overrides/_spacing.scss +86 -0
  753. data/node_modules/govuk-frontend/dist/govuk/overrides/_spacing.scss.map +1 -0
  754. data/node_modules/govuk-frontend/dist/govuk/overrides/_text-align.scss +16 -0
  755. data/node_modules/govuk-frontend/dist/govuk/overrides/_text-align.scss.map +1 -0
  756. data/node_modules/govuk-frontend/dist/govuk/overrides/_typography.scss +38 -0
  757. data/node_modules/govuk-frontend/dist/govuk/overrides/_typography.scss.map +1 -0
  758. data/node_modules/govuk-frontend/dist/govuk/overrides/_width.scss +48 -0
  759. data/node_modules/govuk-frontend/dist/govuk/overrides/_width.scss.map +1 -0
  760. data/node_modules/govuk-frontend/dist/govuk/settings/_all.scss +10 -0
  761. data/node_modules/govuk-frontend/dist/govuk/settings/_all.scss.map +1 -0
  762. data/node_modules/govuk-frontend/dist/govuk/settings/_assets.scss +84 -0
  763. data/node_modules/govuk-frontend/dist/govuk/settings/_assets.scss.map +1 -0
  764. data/node_modules/govuk-frontend/dist/govuk/settings/_colours-applied.scss +157 -0
  765. data/node_modules/govuk-frontend/dist/govuk/settings/_colours-applied.scss.map +1 -0
  766. data/node_modules/govuk-frontend/dist/govuk/settings/_colours-organisations.scss +148 -0
  767. data/node_modules/govuk-frontend/dist/govuk/settings/_colours-organisations.scss.map +1 -0
  768. data/node_modules/govuk-frontend/dist/govuk/settings/_colours-palette.scss +37 -0
  769. data/node_modules/govuk-frontend/dist/govuk/settings/_colours-palette.scss.map +1 -0
  770. data/node_modules/govuk-frontend/dist/govuk/settings/_global-styles.scss +15 -0
  771. data/node_modules/govuk-frontend/dist/govuk/settings/_global-styles.scss.map +1 -0
  772. data/node_modules/govuk-frontend/dist/govuk/settings/_index.scss +23 -0
  773. data/node_modules/govuk-frontend/dist/govuk/settings/_index.scss.map +1 -0
  774. data/node_modules/govuk-frontend/dist/govuk/settings/_links.scss +49 -0
  775. data/node_modules/govuk-frontend/dist/govuk/settings/_links.scss.map +1 -0
  776. data/node_modules/govuk-frontend/dist/govuk/settings/_measurements.scss +107 -0
  777. data/node_modules/govuk-frontend/dist/govuk/settings/_measurements.scss.map +1 -0
  778. data/node_modules/govuk-frontend/dist/govuk/settings/_media-queries.scss +25 -0
  779. data/node_modules/govuk-frontend/dist/govuk/settings/_media-queries.scss.map +1 -0
  780. data/node_modules/govuk-frontend/dist/govuk/settings/_spacing.scss +78 -0
  781. data/node_modules/govuk-frontend/dist/govuk/settings/_spacing.scss.map +1 -0
  782. data/node_modules/govuk-frontend/dist/govuk/settings/_typography-font.scss +52 -0
  783. data/node_modules/govuk-frontend/dist/govuk/settings/_typography-font.scss.map +1 -0
  784. data/node_modules/govuk-frontend/dist/govuk/settings/_typography-responsive.scss +322 -0
  785. data/node_modules/govuk-frontend/dist/govuk/settings/_typography-responsive.scss.map +1 -0
  786. data/node_modules/govuk-frontend/dist/govuk/settings/_warnings.scss +78 -0
  787. data/node_modules/govuk-frontend/dist/govuk/settings/_warnings.scss.map +1 -0
  788. data/node_modules/govuk-frontend/dist/govuk/template.njk +58 -0
  789. data/node_modules/govuk-frontend/dist/govuk/tools/_all.scss +10 -0
  790. data/node_modules/govuk-frontend/dist/govuk/tools/_all.scss.map +1 -0
  791. data/node_modules/govuk-frontend/dist/govuk/tools/_exports.scss +35 -0
  792. data/node_modules/govuk-frontend/dist/govuk/tools/_exports.scss.map +1 -0
  793. data/node_modules/govuk-frontend/dist/govuk/tools/_font-url.scss +28 -0
  794. data/node_modules/govuk-frontend/dist/govuk/tools/_font-url.scss.map +1 -0
  795. data/node_modules/govuk-frontend/dist/govuk/tools/_image-url.scss +28 -0
  796. data/node_modules/govuk-frontend/dist/govuk/tools/_image-url.scss.map +1 -0
  797. data/node_modules/govuk-frontend/dist/govuk/tools/_index.scss +7 -0
  798. data/node_modules/govuk-frontend/dist/govuk/tools/_index.scss.map +1 -0
  799. data/node_modules/govuk-frontend/dist/govuk/tools/_px-to-em.scss +22 -0
  800. data/node_modules/govuk-frontend/dist/govuk/tools/_px-to-em.scss.map +1 -0
  801. data/node_modules/govuk-frontend/dist/govuk/tools/_px-to-rem.scss +22 -0
  802. data/node_modules/govuk-frontend/dist/govuk/tools/_px-to-rem.scss.map +1 -0
  803. data/node_modules/govuk-frontend/dist/govuk/utilities/_all.scss +10 -0
  804. data/node_modules/govuk-frontend/dist/govuk/utilities/_all.scss.map +1 -0
  805. data/node_modules/govuk-frontend/dist/govuk/utilities/_clearfix.scss +7 -0
  806. data/node_modules/govuk-frontend/dist/govuk/utilities/_clearfix.scss.map +1 -0
  807. data/node_modules/govuk-frontend/dist/govuk/utilities/_index.scss +4 -0
  808. data/node_modules/govuk-frontend/dist/govuk/utilities/_index.scss.map +1 -0
  809. data/node_modules/govuk-frontend/dist/govuk/utilities/_visually-hidden.scss +11 -0
  810. data/node_modules/govuk-frontend/dist/govuk/utilities/_visually-hidden.scss.map +1 -0
  811. data/node_modules/govuk-frontend/dist/govuk/vendor/_sass-mq.scss +349 -0
  812. data/node_modules/govuk-frontend/dist/govuk/vendor/_sass-mq.scss.map +1 -0
  813. data/node_modules/govuk-frontend/dist/govuk-prototype-kit/init.js +15 -0
  814. data/node_modules/govuk-frontend/dist/govuk-prototype-kit/init.scss +13 -0
  815. data/node_modules/govuk-frontend/dist/govuk-prototype-kit/init.scss.map +1 -0
  816. data/node_modules/govuk-frontend/govuk-prototype-kit.config.json +165 -7
  817. data/node_modules/govuk-frontend/package.json +67 -4
  818. data/package-lock.json +4 -4
  819. data/package.json +1 -1
  820. data/vendor/assets/images/favicon.ico +0 -0
  821. data/vendor/assets/images/favicon.svg +1 -0
  822. data/vendor/assets/images/govuk-icon-180.png +0 -0
  823. data/vendor/assets/images/govuk-icon-192.png +0 -0
  824. data/vendor/assets/images/govuk-icon-512.png +0 -0
  825. data/vendor/assets/images/govuk-icon-mask.svg +1 -0
  826. data/vendor/assets/images/govuk-opengraph-image.png +0 -0
  827. data/vendor/assets/javascripts/defra_ruby_template.js +2374 -2533
  828. data/vendor/assets/stylesheets/_base.scss +5 -3
  829. data/vendor/assets/stylesheets/all.scss +2 -8
  830. data/vendor/assets/stylesheets/components/_all.scss +9 -32
  831. data/vendor/assets/stylesheets/components/_index.scss +39 -0
  832. data/vendor/assets/stylesheets/components/accordion/_accordion.scss +2 -0
  833. data/vendor/assets/stylesheets/components/accordion/_index.scss +270 -101
  834. data/vendor/assets/stylesheets/components/back-link/_back-link.scss +2 -0
  835. data/vendor/assets/stylesheets/components/back-link/_index.scss +27 -43
  836. data/vendor/assets/stylesheets/components/breadcrumbs/_breadcrumbs.scss +2 -0
  837. data/vendor/assets/stylesheets/components/breadcrumbs/_index.scss +37 -41
  838. data/vendor/assets/stylesheets/components/button/_button.scss +2 -0
  839. data/vendor/assets/stylesheets/components/button/_index.scss +79 -105
  840. data/vendor/assets/stylesheets/components/character-count/_character-count.scss +2 -0
  841. data/vendor/assets/stylesheets/components/character-count/_index.scss +12 -1
  842. data/vendor/assets/stylesheets/components/checkboxes/_checkboxes.scss +2 -0
  843. data/vendor/assets/stylesheets/components/checkboxes/_index.scss +119 -133
  844. data/vendor/assets/stylesheets/components/cookie-banner/_cookie-banner.scss +2 -0
  845. data/vendor/assets/stylesheets/components/cookie-banner/_index.scss +3 -4
  846. data/vendor/assets/stylesheets/components/date-input/_date-input.scss +2 -0
  847. data/vendor/assets/stylesheets/components/date-input/_index.scss +2 -0
  848. data/vendor/assets/stylesheets/components/details/_details.scss +2 -0
  849. data/vendor/assets/stylesheets/components/details/_index.scss +97 -50
  850. data/vendor/assets/stylesheets/components/error-message/_error-message.scss +2 -0
  851. data/vendor/assets/stylesheets/components/error-message/_index.scss +3 -0
  852. data/vendor/assets/stylesheets/components/error-summary/_error-summary.scss +2 -0
  853. data/vendor/assets/stylesheets/components/error-summary/_index.scss +15 -6
  854. data/vendor/assets/stylesheets/components/exit-this-page/_exit-this-page.scss +4 -0
  855. data/vendor/assets/stylesheets/components/exit-this-page/_index.scss +92 -0
  856. data/vendor/assets/stylesheets/components/fieldset/_fieldset.scss +2 -0
  857. data/vendor/assets/stylesheets/components/fieldset/_index.scss +18 -11
  858. data/vendor/assets/stylesheets/components/file-upload/_file-upload.scss +2 -0
  859. data/vendor/assets/stylesheets/components/file-upload/_index.scss +8 -5
  860. data/vendor/assets/stylesheets/components/footer/_footer.scss +2 -0
  861. data/vendor/assets/stylesheets/components/footer/_index.scss +23 -112
  862. data/vendor/assets/stylesheets/components/header/_header.scss +2 -0
  863. data/vendor/assets/stylesheets/components/header/_index.scss +109 -94
  864. data/vendor/assets/stylesheets/components/hint/_hint.scss +2 -0
  865. data/vendor/assets/stylesheets/components/hint/_index.scss +4 -3
  866. data/vendor/assets/stylesheets/components/input/_index.scss +35 -61
  867. data/vendor/assets/stylesheets/components/input/_input.scss +2 -0
  868. data/vendor/assets/stylesheets/components/inset-text/_index.scss +2 -0
  869. data/vendor/assets/stylesheets/components/inset-text/_inset-text.scss +2 -0
  870. data/vendor/assets/stylesheets/components/label/_index.scss +12 -7
  871. data/vendor/assets/stylesheets/components/label/_label.scss +2 -0
  872. data/vendor/assets/stylesheets/components/notification-banner/_index.scss +8 -5
  873. data/vendor/assets/stylesheets/components/notification-banner/_notification-banner.scss +2 -0
  874. data/vendor/assets/stylesheets/components/pagination/_index.scss +241 -0
  875. data/vendor/assets/stylesheets/components/pagination/_pagination.scss +4 -0
  876. data/vendor/assets/stylesheets/components/panel/_index.scss +20 -10
  877. data/vendor/assets/stylesheets/components/panel/_panel.scss +2 -0
  878. data/vendor/assets/stylesheets/components/password-input/_index.scss +54 -0
  879. data/vendor/assets/stylesheets/components/password-input/_password-input.scss +4 -0
  880. data/vendor/assets/stylesheets/components/phase-banner/_index.scss +18 -1
  881. data/vendor/assets/stylesheets/components/phase-banner/_phase-banner.scss +2 -0
  882. data/vendor/assets/stylesheets/components/radios/_index.scss +104 -120
  883. data/vendor/assets/stylesheets/components/radios/_radios.scss +2 -0
  884. data/vendor/assets/stylesheets/components/select/_index.scss +20 -10
  885. data/vendor/assets/stylesheets/components/select/_select.scss +2 -0
  886. data/vendor/assets/stylesheets/components/skip-link/_index.scss +18 -4
  887. data/vendor/assets/stylesheets/components/skip-link/_skip-link.scss +2 -0
  888. data/vendor/assets/stylesheets/components/summary-list/_index.scss +167 -35
  889. data/vendor/assets/stylesheets/components/summary-list/_summary-list.scss +2 -0
  890. data/vendor/assets/stylesheets/components/table/_index.scss +21 -17
  891. data/vendor/assets/stylesheets/components/table/_table.scss +2 -0
  892. data/vendor/assets/stylesheets/components/tabs/_index.scss +15 -11
  893. data/vendor/assets/stylesheets/components/tabs/_tabs.scss +2 -0
  894. data/vendor/assets/stylesheets/components/tag/_index.scss +56 -48
  895. data/vendor/assets/stylesheets/components/tag/_tag.scss +2 -0
  896. data/vendor/assets/stylesheets/components/task-list/_index.scss +77 -0
  897. data/vendor/assets/stylesheets/components/task-list/_task-list.scss +4 -0
  898. data/vendor/assets/stylesheets/components/textarea/_index.scss +9 -6
  899. data/vendor/assets/stylesheets/components/textarea/_textarea.scss +2 -0
  900. data/vendor/assets/stylesheets/components/warning-text/_index.scss +10 -11
  901. data/vendor/assets/stylesheets/components/warning-text/_warning-text.scss +2 -0
  902. data/vendor/assets/stylesheets/core/_all.scss +10 -6
  903. data/vendor/assets/stylesheets/core/_global-styles.scss +2 -7
  904. data/vendor/assets/stylesheets/core/_govuk-frontend-properties.scss +12 -0
  905. data/vendor/assets/stylesheets/core/_index.scss +8 -0
  906. data/vendor/assets/stylesheets/core/_links.scss +8 -7
  907. data/vendor/assets/stylesheets/core/_lists.scss +2 -7
  908. data/vendor/assets/stylesheets/core/_section-break.scss +2 -13
  909. data/vendor/assets/stylesheets/core/_typography.scss +8 -11
  910. data/vendor/assets/stylesheets/defra_ruby_template.scss +2 -11
  911. data/vendor/assets/stylesheets/govuk-frontend.min.css +3 -0
  912. data/vendor/assets/stylesheets/helpers/_all.scss +10 -12
  913. data/vendor/assets/stylesheets/helpers/_clearfix.scss +3 -1
  914. data/vendor/assets/stylesheets/helpers/_colour.scss +20 -24
  915. data/vendor/assets/stylesheets/helpers/_device-pixels.scss +4 -3
  916. data/vendor/assets/stylesheets/helpers/_focused.scss +27 -6
  917. data/vendor/assets/stylesheets/helpers/_font-faces.scss +22 -22
  918. data/vendor/assets/stylesheets/helpers/_grid.scss +2 -0
  919. data/vendor/assets/stylesheets/helpers/_index.scss +14 -0
  920. data/vendor/assets/stylesheets/helpers/_links.scss +38 -74
  921. data/vendor/assets/stylesheets/helpers/_media-queries.scss +4 -13
  922. data/vendor/assets/stylesheets/helpers/_shape-arrow.scss +3 -1
  923. data/vendor/assets/stylesheets/helpers/_spacing.scss +36 -16
  924. data/vendor/assets/stylesheets/helpers/_typography.scss +117 -53
  925. data/vendor/assets/stylesheets/helpers/_visually-hidden.scss +33 -0
  926. data/vendor/assets/stylesheets/index.scss +11 -0
  927. data/vendor/assets/stylesheets/objects/_all.scss +10 -5
  928. data/vendor/assets/stylesheets/objects/_button-group.scss +7 -28
  929. data/vendor/assets/stylesheets/objects/_form-group.scss +2 -0
  930. data/vendor/assets/stylesheets/objects/_grid.scss +4 -2
  931. data/vendor/assets/stylesheets/objects/_index.scss +8 -0
  932. data/vendor/assets/stylesheets/objects/_main-wrapper.scss +17 -30
  933. data/vendor/assets/stylesheets/objects/_template.scss +53 -0
  934. data/vendor/assets/stylesheets/objects/_width-container.scss +2 -13
  935. data/vendor/assets/stylesheets/overrides/_all.scss +9 -4
  936. data/vendor/assets/stylesheets/overrides/_display.scss +2 -6
  937. data/vendor/assets/stylesheets/overrides/_index.scss +7 -0
  938. data/vendor/assets/stylesheets/overrides/_spacing.scss +49 -27
  939. data/vendor/assets/stylesheets/overrides/_text-align.scss +16 -0
  940. data/vendor/assets/stylesheets/overrides/_typography.scss +19 -8
  941. data/vendor/assets/stylesheets/overrides/_width.scss +2 -6
  942. data/vendor/assets/stylesheets/settings/_all.scss +8 -21
  943. data/vendor/assets/stylesheets/settings/_assets.scss +2 -0
  944. data/vendor/assets/stylesheets/settings/_colours-applied.scss +9 -7
  945. data/vendor/assets/stylesheets/settings/_colours-organisations.scss +10 -1
  946. data/vendor/assets/stylesheets/settings/_colours-palette.scss +8 -79
  947. data/vendor/assets/stylesheets/settings/_global-styles.scss +2 -0
  948. data/vendor/assets/stylesheets/settings/_index.scss +23 -0
  949. data/vendor/assets/stylesheets/settings/_links.scss +7 -20
  950. data/vendor/assets/stylesheets/settings/_measurements.scss +18 -16
  951. data/vendor/assets/stylesheets/settings/_media-queries.scss +5 -3
  952. data/vendor/assets/stylesheets/settings/_spacing.scss +6 -8
  953. data/vendor/assets/stylesheets/settings/_typography-font.scss +6 -43
  954. data/vendor/assets/stylesheets/settings/_typography-responsive.scss +179 -40
  955. data/vendor/assets/stylesheets/settings/_warnings.scss +78 -0
  956. data/vendor/assets/stylesheets/tools/_all.scss +10 -8
  957. data/vendor/assets/stylesheets/tools/_exports.scss +3 -1
  958. data/vendor/assets/stylesheets/tools/_font-url.scss +4 -1
  959. data/vendor/assets/stylesheets/tools/_image-url.scss +4 -1
  960. data/vendor/assets/stylesheets/tools/_index.scss +7 -0
  961. data/vendor/assets/stylesheets/tools/_px-to-em.scss +4 -2
  962. data/vendor/assets/stylesheets/tools/_px-to-rem.scss +3 -1
  963. data/vendor/assets/stylesheets/utilities/_all.scss +10 -2
  964. data/vendor/assets/stylesheets/utilities/_clearfix.scss +2 -0
  965. data/vendor/assets/stylesheets/utilities/_index.scss +4 -0
  966. data/vendor/assets/stylesheets/utilities/_visually-hidden.scss +2 -0
  967. data/vendor/assets/stylesheets/vendor/_sass-mq.scss +3 -1
  968. metadata +906 -338
  969. data/node_modules/govuk-frontend/govuk/_base.scss +0 -3
  970. data/node_modules/govuk-frontend/govuk/all-ie8.scss +0 -6
  971. data/node_modules/govuk-frontend/govuk/all.js +0 -2616
  972. data/node_modules/govuk-frontend/govuk/all.scss +0 -9
  973. data/node_modules/govuk-frontend/govuk/assets/images/govuk-apple-touch-icon-152x152.png +0 -0
  974. data/node_modules/govuk-frontend/govuk/assets/images/govuk-apple-touch-icon-167x167.png +0 -0
  975. data/node_modules/govuk-frontend/govuk/assets/images/govuk-apple-touch-icon.png +0 -0
  976. data/node_modules/govuk-frontend/govuk/assets/images/govuk-logotype-crown.png +0 -0
  977. data/node_modules/govuk-frontend/govuk/assets/images/govuk-logotype-tudor-crown.png +0 -0
  978. data/node_modules/govuk-frontend/govuk/assets/images/govuk-mask-icon.svg +0 -1
  979. data/node_modules/govuk-frontend/govuk/common.js +0 -39
  980. data/node_modules/govuk-frontend/govuk/components/_all.scss +0 -33
  981. data/node_modules/govuk-frontend/govuk/components/accordion/_accordion.scss +0 -2
  982. data/node_modules/govuk-frontend/govuk/components/accordion/_index.scss +0 -197
  983. data/node_modules/govuk-frontend/govuk/components/accordion/accordion.js +0 -1011
  984. data/node_modules/govuk-frontend/govuk/components/accordion/fixtures.json +0 -250
  985. data/node_modules/govuk-frontend/govuk/components/accordion/macro-options.json +0 -76
  986. data/node_modules/govuk-frontend/govuk/components/accordion/template.njk +0 -27
  987. data/node_modules/govuk-frontend/govuk/components/back-link/_back-link.scss +0 -2
  988. data/node_modules/govuk-frontend/govuk/components/back-link/_index.scss +0 -99
  989. data/node_modules/govuk-frontend/govuk/components/back-link/fixtures.json +0 -62
  990. data/node_modules/govuk-frontend/govuk/components/back-link/macro-options.json +0 -32
  991. data/node_modules/govuk-frontend/govuk/components/back-link/template.njk +0 -2
  992. data/node_modules/govuk-frontend/govuk/components/breadcrumbs/_breadcrumbs.scss +0 -2
  993. data/node_modules/govuk-frontend/govuk/components/breadcrumbs/_index.scss +0 -138
  994. data/node_modules/govuk-frontend/govuk/components/breadcrumbs/fixtures.json +0 -193
  995. data/node_modules/govuk-frontend/govuk/components/breadcrumbs/macro-options.json +0 -52
  996. data/node_modules/govuk-frontend/govuk/components/breadcrumbs/template.njk +0 -24
  997. data/node_modules/govuk-frontend/govuk/components/button/_button.scss +0 -2
  998. data/node_modules/govuk-frontend/govuk/components/button/_index.scss +0 -287
  999. data/node_modules/govuk-frontend/govuk/components/button/button.js +0 -724
  1000. data/node_modules/govuk-frontend/govuk/components/button/fixtures.json +0 -327
  1001. data/node_modules/govuk-frontend/govuk/components/button/macro-options.json +0 -74
  1002. data/node_modules/govuk-frontend/govuk/components/button/template.njk +0 -60
  1003. data/node_modules/govuk-frontend/govuk/components/character-count/_character-count.scss +0 -2
  1004. data/node_modules/govuk-frontend/govuk/components/character-count/_index.scss +0 -25
  1005. data/node_modules/govuk-frontend/govuk/components/character-count/character-count.js +0 -1194
  1006. data/node_modules/govuk-frontend/govuk/components/character-count/fixtures.json +0 -240
  1007. data/node_modules/govuk-frontend/govuk/components/character-count/macro-options.json +0 -111
  1008. data/node_modules/govuk-frontend/govuk/components/character-count/template.njk +0 -37
  1009. data/node_modules/govuk-frontend/govuk/components/checkboxes/_checkboxes.scss +0 -2
  1010. data/node_modules/govuk-frontend/govuk/components/checkboxes/_index.scss +0 -334
  1011. data/node_modules/govuk-frontend/govuk/components/checkboxes/checkboxes.js +0 -1192
  1012. data/node_modules/govuk-frontend/govuk/components/checkboxes/fixtures.json +0 -1189
  1013. data/node_modules/govuk-frontend/govuk/components/checkboxes/macro-options.json +0 -161
  1014. data/node_modules/govuk-frontend/govuk/components/checkboxes/template.njk +0 -119
  1015. data/node_modules/govuk-frontend/govuk/components/cookie-banner/_cookie-banner.scss +0 -2
  1016. data/node_modules/govuk-frontend/govuk/components/cookie-banner/_index.scss +0 -51
  1017. data/node_modules/govuk-frontend/govuk/components/cookie-banner/fixtures.json +0 -443
  1018. data/node_modules/govuk-frontend/govuk/components/cookie-banner/macro-options.json +0 -132
  1019. data/node_modules/govuk-frontend/govuk/components/cookie-banner/template.njk +0 -73
  1020. data/node_modules/govuk-frontend/govuk/components/date-input/_date-input.scss +0 -2
  1021. data/node_modules/govuk-frontend/govuk/components/date-input/_index.scss +0 -26
  1022. data/node_modules/govuk-frontend/govuk/components/date-input/fixtures.json +0 -549
  1023. data/node_modules/govuk-frontend/govuk/components/date-input/macro-options.json +0 -117
  1024. data/node_modules/govuk-frontend/govuk/components/date-input/template.njk +0 -97
  1025. data/node_modules/govuk-frontend/govuk/components/details/_details.scss +0 -2
  1026. data/node_modules/govuk-frontend/govuk/components/details/_index.scss +0 -88
  1027. data/node_modules/govuk-frontend/govuk/components/details/details.js +0 -828
  1028. data/node_modules/govuk-frontend/govuk/components/details/fixtures.json +0 -103
  1029. data/node_modules/govuk-frontend/govuk/components/details/implementation.md +0 -43
  1030. data/node_modules/govuk-frontend/govuk/components/details/macro-options.json +0 -50
  1031. data/node_modules/govuk-frontend/govuk/components/details/template.njk +0 -10
  1032. data/node_modules/govuk-frontend/govuk/components/error-message/_error-message.scss +0 -2
  1033. data/node_modules/govuk-frontend/govuk/components/error-message/_index.scss +0 -11
  1034. data/node_modules/govuk-frontend/govuk/components/error-message/fixtures.json +0 -77
  1035. data/node_modules/govuk-frontend/govuk/components/error-message/macro-options.json +0 -38
  1036. data/node_modules/govuk-frontend/govuk/components/error-message/template.njk +0 -6
  1037. data/node_modules/govuk-frontend/govuk/components/error-summary/_error-summary.scss +0 -2
  1038. data/node_modules/govuk-frontend/govuk/components/error-summary/_index.scss +0 -43
  1039. data/node_modules/govuk-frontend/govuk/components/error-summary/error-summary.js +0 -853
  1040. data/node_modules/govuk-frontend/govuk/components/error-summary/fixtures.json +0 -242
  1041. data/node_modules/govuk-frontend/govuk/components/error-summary/macro-options.json +0 -70
  1042. data/node_modules/govuk-frontend/govuk/components/error-summary/template.njk +0 -25
  1043. data/node_modules/govuk-frontend/govuk/components/fieldset/_fieldset.scss +0 -2
  1044. data/node_modules/govuk-frontend/govuk/components/fieldset/_index.scss +0 -64
  1045. data/node_modules/govuk-frontend/govuk/components/fieldset/fixtures.json +0 -103
  1046. data/node_modules/govuk-frontend/govuk/components/fieldset/macro-options.json +0 -70
  1047. data/node_modules/govuk-frontend/govuk/components/fieldset/template.njk +0 -22
  1048. data/node_modules/govuk-frontend/govuk/components/file-upload/_file-upload.scss +0 -2
  1049. data/node_modules/govuk-frontend/govuk/components/file-upload/_index.scss +0 -50
  1050. data/node_modules/govuk-frontend/govuk/components/file-upload/fixtures.json +0 -198
  1051. data/node_modules/govuk-frontend/govuk/components/file-upload/macro-options.json +0 -73
  1052. data/node_modules/govuk-frontend/govuk/components/file-upload/template.njk +0 -44
  1053. data/node_modules/govuk-frontend/govuk/components/footer/_footer.scss +0 -2
  1054. data/node_modules/govuk-frontend/govuk/components/footer/_index.scss +0 -244
  1055. data/node_modules/govuk-frontend/govuk/components/footer/fixtures.json +0 -501
  1056. data/node_modules/govuk-frontend/govuk/components/footer/macro-options.json +0 -118
  1057. data/node_modules/govuk-frontend/govuk/components/footer/template.njk +0 -87
  1058. data/node_modules/govuk-frontend/govuk/components/header/_header.scss +0 -2
  1059. data/node_modules/govuk-frontend/govuk/components/header/_index.scss +0 -347
  1060. data/node_modules/govuk-frontend/govuk/components/header/fixtures.json +0 -386
  1061. data/node_modules/govuk-frontend/govuk/components/header/header.js +0 -1066
  1062. data/node_modules/govuk-frontend/govuk/components/header/macro-options.json +0 -112
  1063. data/node_modules/govuk-frontend/govuk/components/header/template.njk +0 -104
  1064. data/node_modules/govuk-frontend/govuk/components/hint/_hint.scss +0 -2
  1065. data/node_modules/govuk-frontend/govuk/components/hint/_index.scss +0 -44
  1066. data/node_modules/govuk-frontend/govuk/components/hint/fixtures.json +0 -59
  1067. data/node_modules/govuk-frontend/govuk/components/hint/macro-options.json +0 -32
  1068. data/node_modules/govuk-frontend/govuk/components/hint/template.njk +0 -4
  1069. data/node_modules/govuk-frontend/govuk/components/input/_index.scss +0 -191
  1070. data/node_modules/govuk-frontend/govuk/components/input/_input.scss +0 -2
  1071. data/node_modules/govuk-frontend/govuk/components/input/fixtures.json +0 -628
  1072. data/node_modules/govuk-frontend/govuk/components/input/macro-options.json +0 -167
  1073. data/node_modules/govuk-frontend/govuk/components/input/template.njk +0 -65
  1074. data/node_modules/govuk-frontend/govuk/components/inset-text/_index.scss +0 -24
  1075. data/node_modules/govuk-frontend/govuk/components/inset-text/_inset-text.scss +0 -2
  1076. data/node_modules/govuk-frontend/govuk/components/inset-text/fixtures.json +0 -58
  1077. data/node_modules/govuk-frontend/govuk/components/inset-text/macro-options.json +0 -32
  1078. data/node_modules/govuk-frontend/govuk/components/inset-text/template.njk +0 -4
  1079. data/node_modules/govuk-frontend/govuk/components/label/_index.scss +0 -41
  1080. data/node_modules/govuk-frontend/govuk/components/label/_label.scss +0 -2
  1081. data/node_modules/govuk-frontend/govuk/components/label/fixtures.json +0 -84
  1082. data/node_modules/govuk-frontend/govuk/components/label/macro-options.json +0 -38
  1083. data/node_modules/govuk-frontend/govuk/components/label/template.njk +0 -15
  1084. data/node_modules/govuk-frontend/govuk/components/notification-banner/_index.scss +0 -89
  1085. data/node_modules/govuk-frontend/govuk/components/notification-banner/_notification-banner.scss +0 -2
  1086. data/node_modules/govuk-frontend/govuk/components/notification-banner/fixtures.json +0 -212
  1087. data/node_modules/govuk-frontend/govuk/components/notification-banner/macro-options.json +0 -68
  1088. data/node_modules/govuk-frontend/govuk/components/notification-banner/notification-banner.js +0 -61
  1089. data/node_modules/govuk-frontend/govuk/components/notification-banner/template.njk +0 -47
  1090. data/node_modules/govuk-frontend/govuk/components/panel/_index.scss +0 -56
  1091. data/node_modules/govuk-frontend/govuk/components/panel/_panel.scss +0 -2
  1092. data/node_modules/govuk-frontend/govuk/components/panel/fixtures.json +0 -91
  1093. data/node_modules/govuk-frontend/govuk/components/panel/macro-options.json +0 -44
  1094. data/node_modules/govuk-frontend/govuk/components/panel/template.njk +0 -13
  1095. data/node_modules/govuk-frontend/govuk/components/phase-banner/_index.scss +0 -27
  1096. data/node_modules/govuk-frontend/govuk/components/phase-banner/_phase-banner.scss +0 -2
  1097. data/node_modules/govuk-frontend/govuk/components/phase-banner/fixtures.json +0 -76
  1098. data/node_modules/govuk-frontend/govuk/components/phase-banner/macro-options.json +0 -33
  1099. data/node_modules/govuk-frontend/govuk/components/phase-banner/template.njk +0 -15
  1100. data/node_modules/govuk-frontend/govuk/components/radios/_index.scss +0 -356
  1101. data/node_modules/govuk-frontend/govuk/components/radios/_radios.scss +0 -2
  1102. data/node_modules/govuk-frontend/govuk/components/radios/fixtures.json +0 -1183
  1103. data/node_modules/govuk-frontend/govuk/components/radios/macro-options.json +0 -143
  1104. data/node_modules/govuk-frontend/govuk/components/radios/radios.js +0 -1148
  1105. data/node_modules/govuk-frontend/govuk/components/radios/template.njk +0 -116
  1106. data/node_modules/govuk-frontend/govuk/components/select/_index.scss +0 -49
  1107. data/node_modules/govuk-frontend/govuk/components/select/_select.scss +0 -2
  1108. data/node_modules/govuk-frontend/govuk/components/select/fixtures.json +0 -327
  1109. data/node_modules/govuk-frontend/govuk/components/select/macro-options.json +0 -105
  1110. data/node_modules/govuk-frontend/govuk/components/select/template.njk +0 -51
  1111. data/node_modules/govuk-frontend/govuk/components/skip-link/_index.scss +0 -36
  1112. data/node_modules/govuk-frontend/govuk/components/skip-link/_skip-link.scss +0 -2
  1113. data/node_modules/govuk-frontend/govuk/components/skip-link/fixtures.json +0 -84
  1114. data/node_modules/govuk-frontend/govuk/components/skip-link/macro-options.json +0 -32
  1115. data/node_modules/govuk-frontend/govuk/components/skip-link/template.njk +0 -3
  1116. data/node_modules/govuk-frontend/govuk/components/summary-list/_index.scss +0 -145
  1117. data/node_modules/govuk-frontend/govuk/components/summary-list/_summary-list.scss +0 -2
  1118. data/node_modules/govuk-frontend/govuk/components/summary-list/fixtures.json +0 -1084
  1119. data/node_modules/govuk-frontend/govuk/components/summary-list/macro-options.json +0 -113
  1120. data/node_modules/govuk-frontend/govuk/components/summary-list/template.njk +0 -47
  1121. data/node_modules/govuk-frontend/govuk/components/table/_index.scss +0 -71
  1122. data/node_modules/govuk-frontend/govuk/components/table/_table.scss +0 -2
  1123. data/node_modules/govuk-frontend/govuk/components/table/fixtures.json +0 -538
  1124. data/node_modules/govuk-frontend/govuk/components/table/macro-options.json +0 -132
  1125. data/node_modules/govuk-frontend/govuk/components/table/template.njk +0 -45
  1126. data/node_modules/govuk-frontend/govuk/components/tabs/_index.scss +0 -130
  1127. data/node_modules/govuk-frontend/govuk/components/tabs/_tabs.scss +0 -2
  1128. data/node_modules/govuk-frontend/govuk/components/tabs/fixtures.json +0 -286
  1129. data/node_modules/govuk-frontend/govuk/components/tabs/macro-options.json +0 -84
  1130. data/node_modules/govuk-frontend/govuk/components/tabs/tabs.js +0 -1347
  1131. data/node_modules/govuk-frontend/govuk/components/tabs/template.njk +0 -32
  1132. data/node_modules/govuk-frontend/govuk/components/tag/_index.scss +0 -86
  1133. data/node_modules/govuk-frontend/govuk/components/tag/_tag.scss +0 -2
  1134. data/node_modules/govuk-frontend/govuk/components/tag/fixtures.json +0 -131
  1135. data/node_modules/govuk-frontend/govuk/components/tag/macro-options.json +0 -26
  1136. data/node_modules/govuk-frontend/govuk/components/tag/template.njk +0 -3
  1137. data/node_modules/govuk-frontend/govuk/components/textarea/_index.scss +0 -47
  1138. data/node_modules/govuk-frontend/govuk/components/textarea/_textarea.scss +0 -2
  1139. data/node_modules/govuk-frontend/govuk/components/textarea/fixtures.json +0 -250
  1140. data/node_modules/govuk-frontend/govuk/components/textarea/macro-options.json +0 -91
  1141. data/node_modules/govuk-frontend/govuk/components/textarea/template.njk +0 -45
  1142. data/node_modules/govuk-frontend/govuk/components/warning-text/_index.scss +0 -66
  1143. data/node_modules/govuk-frontend/govuk/components/warning-text/_warning-text.scss +0 -2
  1144. data/node_modules/govuk-frontend/govuk/components/warning-text/fixtures.json +0 -73
  1145. data/node_modules/govuk-frontend/govuk/components/warning-text/macro-options.json +0 -32
  1146. data/node_modules/govuk-frontend/govuk/components/warning-text/template.njk +0 -9
  1147. data/node_modules/govuk-frontend/govuk/core/_all.scss +0 -6
  1148. data/node_modules/govuk-frontend/govuk/core/_global-styles.scss +0 -25
  1149. data/node_modules/govuk-frontend/govuk/core/_links.scss +0 -41
  1150. data/node_modules/govuk-frontend/govuk/core/_lists.scss +0 -72
  1151. data/node_modules/govuk-frontend/govuk/core/_section-break.scss +0 -62
  1152. data/node_modules/govuk-frontend/govuk/core/_template.scss +0 -36
  1153. data/node_modules/govuk-frontend/govuk/core/_typography.scss +0 -192
  1154. data/node_modules/govuk-frontend/govuk/helpers/_all.scss +0 -12
  1155. data/node_modules/govuk-frontend/govuk/helpers/_clearfix.scss +0 -15
  1156. data/node_modules/govuk-frontend/govuk/helpers/_colour.scss +0 -95
  1157. data/node_modules/govuk-frontend/govuk/helpers/_device-pixels.scss +0 -37
  1158. data/node_modules/govuk-frontend/govuk/helpers/_focused.scss +0 -28
  1159. data/node_modules/govuk-frontend/govuk/helpers/_font-faces.scss +0 -41
  1160. data/node_modules/govuk-frontend/govuk/helpers/_grid.scss +0 -61
  1161. data/node_modules/govuk-frontend/govuk/helpers/_links.scss +0 -427
  1162. data/node_modules/govuk-frontend/govuk/helpers/_media-queries.scss +0 -91
  1163. data/node_modules/govuk-frontend/govuk/helpers/_shape-arrow.scss +0 -80
  1164. data/node_modules/govuk-frontend/govuk/helpers/_spacing.scss +0 -171
  1165. data/node_modules/govuk-frontend/govuk/helpers/_typography.scss +0 -207
  1166. data/node_modules/govuk-frontend/govuk/helpers/_visually-hidden.scss +0 -84
  1167. data/node_modules/govuk-frontend/govuk/objects/_all.scss +0 -5
  1168. data/node_modules/govuk-frontend/govuk/objects/_button-group.scss +0 -101
  1169. data/node_modules/govuk-frontend/govuk/objects/_form-group.scss +0 -23
  1170. data/node_modules/govuk-frontend/govuk/objects/_grid.scss +0 -24
  1171. data/node_modules/govuk-frontend/govuk/objects/_main-wrapper.scss +0 -68
  1172. data/node_modules/govuk-frontend/govuk/objects/_width-container.scss +0 -88
  1173. data/node_modules/govuk-frontend/govuk/overrides/_all.scss +0 -5
  1174. data/node_modules/govuk-frontend/govuk/overrides/_display.scss +0 -30
  1175. data/node_modules/govuk-frontend/govuk/overrides/_spacing.scss +0 -64
  1176. data/node_modules/govuk-frontend/govuk/overrides/_text-align.scss +0 -20
  1177. data/node_modules/govuk-frontend/govuk/overrides/_typography.scss +0 -27
  1178. data/node_modules/govuk-frontend/govuk/overrides/_width.scss +0 -52
  1179. data/node_modules/govuk-frontend/govuk/settings/_all.scss +0 -23
  1180. data/node_modules/govuk-frontend/govuk/settings/_assets.scss +0 -82
  1181. data/node_modules/govuk-frontend/govuk/settings/_colours-applied.scss +0 -155
  1182. data/node_modules/govuk-frontend/govuk/settings/_colours-organisations.scss +0 -139
  1183. data/node_modules/govuk-frontend/govuk/settings/_colours-palette.scss +0 -108
  1184. data/node_modules/govuk-frontend/govuk/settings/_compatibility.scss +0 -74
  1185. data/node_modules/govuk-frontend/govuk/settings/_global-styles.scss +0 -13
  1186. data/node_modules/govuk-frontend/govuk/settings/_ie8.scss +0 -18
  1187. data/node_modules/govuk-frontend/govuk/settings/_links.scss +0 -62
  1188. data/node_modules/govuk-frontend/govuk/settings/_measurements.scss +0 -105
  1189. data/node_modules/govuk-frontend/govuk/settings/_media-queries.scss +0 -23
  1190. data/node_modules/govuk-frontend/govuk/settings/_spacing.scss +0 -80
  1191. data/node_modules/govuk-frontend/govuk/settings/_typography-font-families.scss +0 -32
  1192. data/node_modules/govuk-frontend/govuk/settings/_typography-font.scss +0 -89
  1193. data/node_modules/govuk-frontend/govuk/settings/_typography-responsive.scss +0 -183
  1194. data/node_modules/govuk-frontend/govuk/template.njk +0 -60
  1195. data/node_modules/govuk-frontend/govuk/tools/_all.scss +0 -8
  1196. data/node_modules/govuk-frontend/govuk/tools/_compatibility.scss +0 -36
  1197. data/node_modules/govuk-frontend/govuk/tools/_exports.scss +0 -33
  1198. data/node_modules/govuk-frontend/govuk/tools/_font-url.scss +0 -25
  1199. data/node_modules/govuk-frontend/govuk/tools/_ie8.scss +0 -51
  1200. data/node_modules/govuk-frontend/govuk/tools/_iff.scss +0 -17
  1201. data/node_modules/govuk-frontend/govuk/tools/_image-url.scss +0 -25
  1202. data/node_modules/govuk-frontend/govuk/tools/_px-to-em.scss +0 -20
  1203. data/node_modules/govuk-frontend/govuk/tools/_px-to-rem.scss +0 -20
  1204. data/node_modules/govuk-frontend/govuk/utilities/_all.scss +0 -2
  1205. data/node_modules/govuk-frontend/govuk/utilities/_clearfix.scss +0 -5
  1206. data/node_modules/govuk-frontend/govuk/utilities/_visually-hidden.scss +0 -9
  1207. data/node_modules/govuk-frontend/govuk/vendor/_sass-mq.scss +0 -347
  1208. data/node_modules/govuk-frontend/govuk/vendor/polyfills/DOMTokenList.js +0 -272
  1209. data/node_modules/govuk-frontend/govuk/vendor/polyfills/Document.js +0 -34
  1210. data/node_modules/govuk-frontend/govuk/vendor/polyfills/Element/prototype/classList.js +0 -589
  1211. data/node_modules/govuk-frontend/govuk/vendor/polyfills/Element/prototype/closest.js +0 -54
  1212. data/node_modules/govuk-frontend/govuk/vendor/polyfills/Element/prototype/matches.js +0 -31
  1213. data/node_modules/govuk-frontend/govuk/vendor/polyfills/Element/prototype/nextElementSibling.js +0 -254
  1214. data/node_modules/govuk-frontend/govuk/vendor/polyfills/Element/prototype/previousElementSibling.js +0 -254
  1215. data/node_modules/govuk-frontend/govuk/vendor/polyfills/Element.js +0 -147
  1216. data/node_modules/govuk-frontend/govuk/vendor/polyfills/Event.js +0 -504
  1217. data/node_modules/govuk-frontend/govuk/vendor/polyfills/Function/prototype/bind.js +0 -252
  1218. data/node_modules/govuk-frontend/govuk/vendor/polyfills/Object/defineProperty.js +0 -94
  1219. data/node_modules/govuk-frontend/govuk/vendor/polyfills/Window.js +0 -28
  1220. data/vendor/assets/images/govuk-apple-touch-icon-152x152.png +0 -0
  1221. data/vendor/assets/images/govuk-apple-touch-icon-167x167.png +0 -0
  1222. data/vendor/assets/images/govuk-apple-touch-icon-180x180.png +0 -0
  1223. data/vendor/assets/images/govuk-apple-touch-icon.png +0 -0
  1224. data/vendor/assets/images/govuk-logotype-crown.png +0 -0
  1225. data/vendor/assets/images/govuk-mask-icon.svg +0 -7
  1226. data/vendor/assets/stylesheets/all-ie8.scss +0 -6
  1227. data/vendor/assets/stylesheets/core/_template.scss +0 -36
  1228. data/vendor/assets/stylesheets/settings/_compatibility.scss +0 -74
  1229. data/vendor/assets/stylesheets/settings/_ie8.scss +0 -18
  1230. data/vendor/assets/stylesheets/settings/_typography-font-families.scss +0 -32
  1231. data/vendor/assets/stylesheets/tools/_compatibility.scss +0 -36
  1232. data/vendor/assets/stylesheets/tools/_ie8.scss +0 -51
  1233. data/vendor/assets/stylesheets/tools/_iff.scss +0 -17
  1234. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/assets/fonts/bold-affa96571d-v2.woff +0 -0
  1235. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/assets/fonts/bold-b542beb274-v2.woff2 +0 -0
  1236. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/assets/fonts/light-94a07e06a1-v2.woff2 +0 -0
  1237. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/assets/fonts/light-f591b13f7d-v2.woff +0 -0
  1238. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/assets/images/favicon.ico +0 -0
  1239. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/assets/images/govuk-crest-2x.png +0 -0
  1240. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/assets/images/govuk-crest.png +0 -0
  1241. /data/node_modules/govuk-frontend/{govuk/assets/images/govuk-apple-touch-icon-180x180.png → dist/govuk/assets/images/govuk-icon-180.png} +0 -0
  1242. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/assets/images/govuk-opengraph-image.png +0 -0
  1243. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/accordion/README.md +0 -0
  1244. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/accordion/macro.njk +0 -0
  1245. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/back-link/README.md +0 -0
  1246. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/back-link/macro.njk +0 -0
  1247. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/breadcrumbs/README.md +0 -0
  1248. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/breadcrumbs/macro.njk +0 -0
  1249. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/button/README.md +0 -0
  1250. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/button/macro.njk +0 -0
  1251. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/character-count/README.md +0 -0
  1252. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/character-count/macro.njk +0 -0
  1253. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/checkboxes/README.md +0 -0
  1254. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/checkboxes/macro.njk +0 -0
  1255. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/cookie-banner/README.md +0 -0
  1256. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/cookie-banner/macro.njk +0 -0
  1257. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/date-input/README.md +0 -0
  1258. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/date-input/macro.njk +0 -0
  1259. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/details/README.md +0 -0
  1260. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/details/macro.njk +0 -0
  1261. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/error-message/README.md +0 -0
  1262. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/error-message/macro.njk +0 -0
  1263. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/error-summary/README.md +0 -0
  1264. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/error-summary/macro.njk +0 -0
  1265. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/fieldset/README.md +0 -0
  1266. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/fieldset/macro.njk +0 -0
  1267. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/file-upload/README.md +0 -0
  1268. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/file-upload/macro.njk +0 -0
  1269. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/footer/README.md +0 -0
  1270. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/footer/macro.njk +0 -0
  1271. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/header/README.md +0 -0
  1272. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/header/macro.njk +0 -0
  1273. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/hint/README.md +0 -0
  1274. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/hint/macro.njk +0 -0
  1275. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/input/README.md +0 -0
  1276. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/input/macro.njk +0 -0
  1277. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/inset-text/README.md +0 -0
  1278. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/inset-text/macro.njk +0 -0
  1279. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/label/README.md +0 -0
  1280. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/label/macro.njk +0 -0
  1281. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/notification-banner/README.md +0 -0
  1282. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/notification-banner/macro.njk +0 -0
  1283. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/panel/README.md +0 -0
  1284. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/panel/macro.njk +0 -0
  1285. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/phase-banner/README.md +0 -0
  1286. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/phase-banner/macro.njk +0 -0
  1287. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/radios/README.md +0 -0
  1288. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/radios/macro.njk +0 -0
  1289. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/select/README.md +0 -0
  1290. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/select/macro.njk +0 -0
  1291. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/skip-link/README.md +0 -0
  1292. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/skip-link/macro.njk +0 -0
  1293. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/summary-list/README.md +0 -0
  1294. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/summary-list/macro.njk +0 -0
  1295. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/table/README.md +0 -0
  1296. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/table/macro.njk +0 -0
  1297. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/tabs/README.md +0 -0
  1298. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/tabs/macro.njk +0 -0
  1299. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/tag/README.md +0 -0
  1300. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/tag/macro.njk +0 -0
  1301. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/textarea/README.md +0 -0
  1302. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/textarea/macro.njk +0 -0
  1303. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/warning-text/README.md +0 -0
  1304. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/warning-text/macro.njk +0 -0
@@ -1,386 +0,0 @@
1
- {
2
- "component": "header",
3
- "fixtures": [
4
- {
5
- "name": "default",
6
- "options": {},
7
- "html": "<header class=\"govuk-header \" role=\"banner\" data-module=\"govuk-header\">\n <div class=\"govuk-header__container govuk-width-container\">\n <div class=\"govuk-header__logo\">\n <a href=\"/\" class=\"govuk-header__link govuk-header__link--homepage\">\n <span class=\"govuk-header__logotype\">\n \n<!--[if gt IE 8]><!-->\n<svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"govuk-header__logotype-crown\"\n xmlns=\"http://www.w3.org/2000/svg\"\n viewBox=\"0 0 132 97\"\n height=\"30\"\n width=\"36\"\n>\n <path\n fill=\"currentColor\" fill-rule=\"evenodd\"\n d=\"M25 30.2c3.5 1.5 7.7-.2 9.1-3.7 1.5-3.6-.2-7.8-3.9-9.2-3.6-1.4-7.6.3-9.1 3.9-1.4 3.5.3 7.5 3.9 9zM9 39.5c3.6 1.5 7.8-.2 9.2-3.7 1.5-3.6-.2-7.8-3.9-9.1-3.6-1.5-7.6.2-9.1 3.8-1.4 3.5.3 7.5 3.8 9zM4.4 57.2c3.5 1.5 7.7-.2 9.1-3.8 1.5-3.6-.2-7.7-3.9-9.1-3.5-1.5-7.6.3-9.1 3.8-1.4 3.5.3 7.6 3.9 9.1zm38.3-21.4c3.5 1.5 7.7-.2 9.1-3.8 1.5-3.6-.2-7.7-3.9-9.1-3.6-1.5-7.6.3-9.1 3.8-1.3 3.6.4 7.7 3.9 9.1zm64.4-5.6c-3.6 1.5-7.8-.2-9.1-3.7-1.5-3.6.2-7.8 3.8-9.2 3.6-1.4 7.7.3 9.2 3.9 1.3 3.5-.4 7.5-3.9 9zm15.9 9.3c-3.6 1.5-7.7-.2-9.1-3.7-1.5-3.6.2-7.8 3.7-9.1 3.6-1.5 7.7.2 9.2 3.8 1.5 3.5-.3 7.5-3.8 9zm4.7 17.7c-3.6 1.5-7.8-.2-9.2-3.8-1.5-3.6.2-7.7 3.9-9.1 3.6-1.5 7.7.3 9.2 3.8 1.3 3.5-.4 7.6-3.9 9.1zM89.3 35.8c-3.6 1.5-7.8-.2-9.2-3.8-1.4-3.6.2-7.7 3.9-9.1 3.6-1.5 7.7.3 9.2 3.8 1.4 3.6-.3 7.7-3.9 9.1zM69.7 17.7l8.9 4.7V9.3l-8.9 2.8c-.2-.3-.5-.6-.9-.9L72.4 0H59.6l3.5 11.2c-.3.3-.6.5-.9.9l-8.8-2.8v13.1l8.8-4.7c.3.3.6.7.9.9l-5 15.4v.1c-.2.8-.4 1.6-.4 2.4 0 4.1 3.1 7.5 7 8.1h.2c.3 0 .7.1 1 .1.4 0 .7 0 1-.1h.2c4-.6 7.1-4.1 7.1-8.1 0-.8-.1-1.7-.4-2.4V34l-5.1-15.4c.4-.2.7-.6 1-.9zM66 92.8c16.9 0 32.8 1.1 47.1 3.2 4-16.9 8.9-26.7 14-33.5l-9.6-3.4c1 4.9 1.1 7.2 0 10.2-1.5-1.4-3-4.3-4.2-8.7L108.6 76c2.8-2 5-3.2 7.5-3.3-4.4 9.4-10 11.9-13.6 11.2-4.3-.8-6.3-4.6-5.6-7.9 1-4.7 5.7-5.9 8-.5 4.3-8.7-3-11.4-7.6-8.8 7.1-7.2 7.9-13.5 2.1-21.1-8 6.1-8.1 12.3-4.5 20.8-4.7-5.4-12.1-2.5-9.5 6.2 3.4-5.2 7.9-2 7.2 3.1-.6 4.3-6.4 7.8-13.5 7.2-10.3-.9-10.9-8-11.2-13.8 2.5-.5 7.1 1.8 11 7.3L80.2 60c-4.1 4.4-8 5.3-12.3 5.4 1.4-4.4 8-11.6 8-11.6H55.5s6.4 7.2 7.9 11.6c-4.2-.1-8-1-12.3-5.4l1.4 16.4c3.9-5.5 8.5-7.7 10.9-7.3-.3 5.8-.9 12.8-11.1 13.8-7.2.6-12.9-2.9-13.5-7.2-.7-5 3.8-8.3 7.1-3.1 2.7-8.7-4.6-11.6-9.4-6.2 3.7-8.5 3.6-14.7-4.6-20.8-5.8 7.6-5 13.9 2.2 21.1-4.7-2.6-11.9.1-7.7 8.8 2.3-5.5 7.1-4.2 8.1.5.7 3.3-1.3 7.1-5.7 7.9-3.5.7-9-1.8-13.5-11.2 2.5.1 4.7 1.3 7.5 3.3l-4.7-15.4c-1.2 4.4-2.7 7.2-4.3 8.7-1.1-3-.9-5.3 0-10.2l-9.5 3.4c5 6.9 9.9 16.7 14 33.5 14.8-2.1 30.8-3.2 47.7-3.2z\"></path>\n</svg>\n<!--<![endif]-->\n<!--[if IE 8]>\n<img src=\"/assets/images/govuk-logotype-crown.png\" class=\"govuk-header__logotype-crown-fallback-image\" width=\"36\" height=\"32\" alt=\"\">\n<![endif]-->\n\n <span class=\"govuk-header__logotype-text\">\n GOV.UK\n </span>\n </span>\n \n </a>\n </div>\n \n </div>\n</header>",
8
- "hidden": false
9
- },
10
- {
11
- "name": "with Tudor crown",
12
- "options": {
13
- "useTudorCrown": true
14
- },
15
- "html": "<header class=\"govuk-header \" role=\"banner\" data-module=\"govuk-header\">\n <div class=\"govuk-header__container govuk-width-container\">\n <div class=\"govuk-header__logo\">\n <a href=\"/\" class=\"govuk-header__link govuk-header__link--homepage\">\n <span class=\"govuk-header__logotype\">\n \n<!--[if gt IE 8]><!-->\n<svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"govuk-header__logotype-crown\"\n xmlns=\"http://www.w3.org/2000/svg\"\n viewBox=\"0 0 32 30\"\n height=\"30\"\n width=\"32\"\n>\n <path\n fill=\"currentColor\" fill-rule=\"evenodd\"\n d=\"M22.6 10.4c-1 .4-2-.1-2.4-1-.4-.9.1-2 1-2.4.9-.4 2 .1 2.4 1s-.1 2-1 2.4m-5.9 6.7c-.9.4-2-.1-2.4-1-.4-.9.1-2 1-2.4.9-.4 2 .1 2.4 1s-.1 2-1 2.4m10.8-3.7c-1 .4-2-.1-2.4-1-.4-.9.1-2 1-2.4.9-.4 2 .1 2.4 1s0 2-1 2.4m3.3 4.8c-1 .4-2-.1-2.4-1-.4-.9.1-2 1-2.4.9-.4 2 .1 2.4 1s-.1 2-1 2.4M17 4.7l2.3 1.2V2.5l-2.3.7-.2-.2.9-3h-3.4l.9 3-.2.2c-.1.1-2.3-.7-2.3-.7v3.4L15 4.7c.1.1.1.2.2.2l-1.3 4c-.1.2-.1.4-.1.6 0 1.1.8 2 1.9 2.2h.7c1-.2 1.9-1.1 1.9-2.1 0-.2 0-.4-.1-.6l-1.3-4c-.1-.2 0-.2.1-.3m-7.6 5.7c.9.4 2-.1 2.4-1 .4-.9-.1-2-1-2.4-.9-.4-2 .1-2.4 1s0 2 1 2.4m-5 3c.9.4 2-.1 2.4-1 .4-.9-.1-2-1-2.4-.9-.4-2 .1-2.4 1s.1 2 1 2.4m-3.2 4.8c.9.4 2-.1 2.4-1 .4-.9-.1-2-1-2.4-.9-.4-2 .1-2.4 1s0 2 1 2.4m14.8 11c4.4 0 8.6.3 12.3.8 1.1-4.5 2.4-7 3.7-8.8l-2.5-.9c.2 1.3.3 1.9 0 2.7-.4-.4-.8-1.1-1.1-2.3l-1.2 4c.7-.5 1.3-.8 2-.9-1.1 2.5-2.6 3.1-3.5 3-1.1-.2-1.7-1.2-1.5-2.1.3-1.2 1.5-1.5 2.1-.1 1.1-2.3-.8-3-2-2.3 1.9-1.9 2.1-3.5.6-5.6-2.1 1.6-2.1 3.2-1.2 5.5-1.2-1.4-3.2-.6-2.5 1.6.9-1.4 2.1-.5 1.9.8-.2 1.1-1.7 2.1-3.5 1.9-2.7-.2-2.9-2.1-2.9-3.6.7-.1 1.9.5 2.9 1.9l.4-4.3c-1.1 1.1-2.1 1.4-3.2 1.4.4-1.2 2.1-3 2.1-3h-5.4s1.7 1.9 2.1 3c-1.1 0-2.1-.2-3.2-1.4l.4 4.3c1-1.4 2.2-2 2.9-1.9-.1 1.5-.2 3.4-2.9 3.6-1.9.2-3.4-.8-3.5-1.9-.2-1.3 1-2.2 1.9-.8.7-2.3-1.2-3-2.5-1.6.9-2.2.9-3.9-1.2-5.5-1.5 2-1.3 3.7.6 5.6-1.2-.7-3.1 0-2 2.3.6-1.4 1.8-1.1 2.1.1.2.9-.3 1.9-1.5 2.1-.9.2-2.4-.5-3.5-3 .6 0 1.2.3 2 .9l-1.2-4c-.3 1.1-.7 1.9-1.1 2.3-.3-.8-.2-1.4 0-2.7l-2.9.9C1.3 23 2.6 25.5 3.7 30c3.7-.5 7.9-.8 12.3-.8\"></path>\n</svg>\n<!--<![endif]-->\n<!--[if IE 8]>\n<img src=\"/assets/images/govuk-logotype-tudor-crown.png\" class=\"govuk-header__logotype-crown-fallback-image\" width=\"32\" height=\"30\" alt=\"\">\n<![endif]-->\n\n <span class=\"govuk-header__logotype-text\">\n GOV.UK\n </span>\n </span>\n \n </a>\n </div>\n \n </div>\n</header>",
16
- "hidden": false
17
- },
18
- {
19
- "name": "with service name",
20
- "options": {
21
- "serviceName": "Service Name",
22
- "serviceUrl": "/components/header"
23
- },
24
- "html": "<header class=\"govuk-header \" role=\"banner\" data-module=\"govuk-header\">\n <div class=\"govuk-header__container govuk-width-container\">\n <div class=\"govuk-header__logo\">\n <a href=\"/\" class=\"govuk-header__link govuk-header__link--homepage\">\n <span class=\"govuk-header__logotype\">\n \n<!--[if gt IE 8]><!-->\n<svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"govuk-header__logotype-crown\"\n xmlns=\"http://www.w3.org/2000/svg\"\n viewBox=\"0 0 132 97\"\n height=\"30\"\n width=\"36\"\n>\n <path\n fill=\"currentColor\" fill-rule=\"evenodd\"\n d=\"M25 30.2c3.5 1.5 7.7-.2 9.1-3.7 1.5-3.6-.2-7.8-3.9-9.2-3.6-1.4-7.6.3-9.1 3.9-1.4 3.5.3 7.5 3.9 9zM9 39.5c3.6 1.5 7.8-.2 9.2-3.7 1.5-3.6-.2-7.8-3.9-9.1-3.6-1.5-7.6.2-9.1 3.8-1.4 3.5.3 7.5 3.8 9zM4.4 57.2c3.5 1.5 7.7-.2 9.1-3.8 1.5-3.6-.2-7.7-3.9-9.1-3.5-1.5-7.6.3-9.1 3.8-1.4 3.5.3 7.6 3.9 9.1zm38.3-21.4c3.5 1.5 7.7-.2 9.1-3.8 1.5-3.6-.2-7.7-3.9-9.1-3.6-1.5-7.6.3-9.1 3.8-1.3 3.6.4 7.7 3.9 9.1zm64.4-5.6c-3.6 1.5-7.8-.2-9.1-3.7-1.5-3.6.2-7.8 3.8-9.2 3.6-1.4 7.7.3 9.2 3.9 1.3 3.5-.4 7.5-3.9 9zm15.9 9.3c-3.6 1.5-7.7-.2-9.1-3.7-1.5-3.6.2-7.8 3.7-9.1 3.6-1.5 7.7.2 9.2 3.8 1.5 3.5-.3 7.5-3.8 9zm4.7 17.7c-3.6 1.5-7.8-.2-9.2-3.8-1.5-3.6.2-7.7 3.9-9.1 3.6-1.5 7.7.3 9.2 3.8 1.3 3.5-.4 7.6-3.9 9.1zM89.3 35.8c-3.6 1.5-7.8-.2-9.2-3.8-1.4-3.6.2-7.7 3.9-9.1 3.6-1.5 7.7.3 9.2 3.8 1.4 3.6-.3 7.7-3.9 9.1zM69.7 17.7l8.9 4.7V9.3l-8.9 2.8c-.2-.3-.5-.6-.9-.9L72.4 0H59.6l3.5 11.2c-.3.3-.6.5-.9.9l-8.8-2.8v13.1l8.8-4.7c.3.3.6.7.9.9l-5 15.4v.1c-.2.8-.4 1.6-.4 2.4 0 4.1 3.1 7.5 7 8.1h.2c.3 0 .7.1 1 .1.4 0 .7 0 1-.1h.2c4-.6 7.1-4.1 7.1-8.1 0-.8-.1-1.7-.4-2.4V34l-5.1-15.4c.4-.2.7-.6 1-.9zM66 92.8c16.9 0 32.8 1.1 47.1 3.2 4-16.9 8.9-26.7 14-33.5l-9.6-3.4c1 4.9 1.1 7.2 0 10.2-1.5-1.4-3-4.3-4.2-8.7L108.6 76c2.8-2 5-3.2 7.5-3.3-4.4 9.4-10 11.9-13.6 11.2-4.3-.8-6.3-4.6-5.6-7.9 1-4.7 5.7-5.9 8-.5 4.3-8.7-3-11.4-7.6-8.8 7.1-7.2 7.9-13.5 2.1-21.1-8 6.1-8.1 12.3-4.5 20.8-4.7-5.4-12.1-2.5-9.5 6.2 3.4-5.2 7.9-2 7.2 3.1-.6 4.3-6.4 7.8-13.5 7.2-10.3-.9-10.9-8-11.2-13.8 2.5-.5 7.1 1.8 11 7.3L80.2 60c-4.1 4.4-8 5.3-12.3 5.4 1.4-4.4 8-11.6 8-11.6H55.5s6.4 7.2 7.9 11.6c-4.2-.1-8-1-12.3-5.4l1.4 16.4c3.9-5.5 8.5-7.7 10.9-7.3-.3 5.8-.9 12.8-11.1 13.8-7.2.6-12.9-2.9-13.5-7.2-.7-5 3.8-8.3 7.1-3.1 2.7-8.7-4.6-11.6-9.4-6.2 3.7-8.5 3.6-14.7-4.6-20.8-5.8 7.6-5 13.9 2.2 21.1-4.7-2.6-11.9.1-7.7 8.8 2.3-5.5 7.1-4.2 8.1.5.7 3.3-1.3 7.1-5.7 7.9-3.5.7-9-1.8-13.5-11.2 2.5.1 4.7 1.3 7.5 3.3l-4.7-15.4c-1.2 4.4-2.7 7.2-4.3 8.7-1.1-3-.9-5.3 0-10.2l-9.5 3.4c5 6.9 9.9 16.7 14 33.5 14.8-2.1 30.8-3.2 47.7-3.2z\"></path>\n</svg>\n<!--<![endif]-->\n<!--[if IE 8]>\n<img src=\"/assets/images/govuk-logotype-crown.png\" class=\"govuk-header__logotype-crown-fallback-image\" width=\"36\" height=\"32\" alt=\"\">\n<![endif]-->\n\n <span class=\"govuk-header__logotype-text\">\n GOV.UK\n </span>\n </span>\n \n </a>\n </div>\n \n <div class=\"govuk-header__content\">\n \n <a href=\"/components/header\" class=\"govuk-header__link govuk-header__link--service-name\">\n Service Name\n </a>\n \n \n </div>\n \n </div>\n</header>",
25
- "hidden": false
26
- },
27
- {
28
- "name": "with navigation",
29
- "options": {
30
- "navigation": [
31
- {
32
- "href": "#1",
33
- "text": "Navigation item 1",
34
- "active": true
35
- },
36
- {
37
- "href": "#2",
38
- "text": "Navigation item 2"
39
- },
40
- {
41
- "href": "#3",
42
- "text": "Navigation item 3"
43
- },
44
- {
45
- "href": "#4",
46
- "text": "Navigation item 4"
47
- }
48
- ]
49
- },
50
- "html": "<header class=\"govuk-header \" role=\"banner\" data-module=\"govuk-header\">\n <div class=\"govuk-header__container govuk-width-container\">\n <div class=\"govuk-header__logo\">\n <a href=\"/\" class=\"govuk-header__link govuk-header__link--homepage\">\n <span class=\"govuk-header__logotype\">\n \n<!--[if gt IE 8]><!-->\n<svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"govuk-header__logotype-crown\"\n xmlns=\"http://www.w3.org/2000/svg\"\n viewBox=\"0 0 132 97\"\n height=\"30\"\n width=\"36\"\n>\n <path\n fill=\"currentColor\" fill-rule=\"evenodd\"\n d=\"M25 30.2c3.5 1.5 7.7-.2 9.1-3.7 1.5-3.6-.2-7.8-3.9-9.2-3.6-1.4-7.6.3-9.1 3.9-1.4 3.5.3 7.5 3.9 9zM9 39.5c3.6 1.5 7.8-.2 9.2-3.7 1.5-3.6-.2-7.8-3.9-9.1-3.6-1.5-7.6.2-9.1 3.8-1.4 3.5.3 7.5 3.8 9zM4.4 57.2c3.5 1.5 7.7-.2 9.1-3.8 1.5-3.6-.2-7.7-3.9-9.1-3.5-1.5-7.6.3-9.1 3.8-1.4 3.5.3 7.6 3.9 9.1zm38.3-21.4c3.5 1.5 7.7-.2 9.1-3.8 1.5-3.6-.2-7.7-3.9-9.1-3.6-1.5-7.6.3-9.1 3.8-1.3 3.6.4 7.7 3.9 9.1zm64.4-5.6c-3.6 1.5-7.8-.2-9.1-3.7-1.5-3.6.2-7.8 3.8-9.2 3.6-1.4 7.7.3 9.2 3.9 1.3 3.5-.4 7.5-3.9 9zm15.9 9.3c-3.6 1.5-7.7-.2-9.1-3.7-1.5-3.6.2-7.8 3.7-9.1 3.6-1.5 7.7.2 9.2 3.8 1.5 3.5-.3 7.5-3.8 9zm4.7 17.7c-3.6 1.5-7.8-.2-9.2-3.8-1.5-3.6.2-7.7 3.9-9.1 3.6-1.5 7.7.3 9.2 3.8 1.3 3.5-.4 7.6-3.9 9.1zM89.3 35.8c-3.6 1.5-7.8-.2-9.2-3.8-1.4-3.6.2-7.7 3.9-9.1 3.6-1.5 7.7.3 9.2 3.8 1.4 3.6-.3 7.7-3.9 9.1zM69.7 17.7l8.9 4.7V9.3l-8.9 2.8c-.2-.3-.5-.6-.9-.9L72.4 0H59.6l3.5 11.2c-.3.3-.6.5-.9.9l-8.8-2.8v13.1l8.8-4.7c.3.3.6.7.9.9l-5 15.4v.1c-.2.8-.4 1.6-.4 2.4 0 4.1 3.1 7.5 7 8.1h.2c.3 0 .7.1 1 .1.4 0 .7 0 1-.1h.2c4-.6 7.1-4.1 7.1-8.1 0-.8-.1-1.7-.4-2.4V34l-5.1-15.4c.4-.2.7-.6 1-.9zM66 92.8c16.9 0 32.8 1.1 47.1 3.2 4-16.9 8.9-26.7 14-33.5l-9.6-3.4c1 4.9 1.1 7.2 0 10.2-1.5-1.4-3-4.3-4.2-8.7L108.6 76c2.8-2 5-3.2 7.5-3.3-4.4 9.4-10 11.9-13.6 11.2-4.3-.8-6.3-4.6-5.6-7.9 1-4.7 5.7-5.9 8-.5 4.3-8.7-3-11.4-7.6-8.8 7.1-7.2 7.9-13.5 2.1-21.1-8 6.1-8.1 12.3-4.5 20.8-4.7-5.4-12.1-2.5-9.5 6.2 3.4-5.2 7.9-2 7.2 3.1-.6 4.3-6.4 7.8-13.5 7.2-10.3-.9-10.9-8-11.2-13.8 2.5-.5 7.1 1.8 11 7.3L80.2 60c-4.1 4.4-8 5.3-12.3 5.4 1.4-4.4 8-11.6 8-11.6H55.5s6.4 7.2 7.9 11.6c-4.2-.1-8-1-12.3-5.4l1.4 16.4c3.9-5.5 8.5-7.7 10.9-7.3-.3 5.8-.9 12.8-11.1 13.8-7.2.6-12.9-2.9-13.5-7.2-.7-5 3.8-8.3 7.1-3.1 2.7-8.7-4.6-11.6-9.4-6.2 3.7-8.5 3.6-14.7-4.6-20.8-5.8 7.6-5 13.9 2.2 21.1-4.7-2.6-11.9.1-7.7 8.8 2.3-5.5 7.1-4.2 8.1.5.7 3.3-1.3 7.1-5.7 7.9-3.5.7-9-1.8-13.5-11.2 2.5.1 4.7 1.3 7.5 3.3l-4.7-15.4c-1.2 4.4-2.7 7.2-4.3 8.7-1.1-3-.9-5.3 0-10.2l-9.5 3.4c5 6.9 9.9 16.7 14 33.5 14.8-2.1 30.8-3.2 47.7-3.2z\"></path>\n</svg>\n<!--<![endif]-->\n<!--[if IE 8]>\n<img src=\"/assets/images/govuk-logotype-crown.png\" class=\"govuk-header__logotype-crown-fallback-image\" width=\"36\" height=\"32\" alt=\"\">\n<![endif]-->\n\n <span class=\"govuk-header__logotype-text\">\n GOV.UK\n </span>\n </span>\n \n </a>\n </div>\n \n <div class=\"govuk-header__content\">\n \n \n <button type=\"button\" class=\"govuk-header__menu-button govuk-js-header-toggle\" aria-controls=\"navigation\" aria-label=\"Show or hide navigation menu\">Menu</button>\n <nav>\n <ul id=\"navigation\" class=\"govuk-header__navigation \" aria-label=\"Navigation menu\">\n \n \n <li class=\"govuk-header__navigation-item govuk-header__navigation-item--active\">\n \n <a class=\"govuk-header__link\" href=\"#1\">\n \n Navigation item 1\n \n </a>\n \n </li>\n \n \n \n <li class=\"govuk-header__navigation-item\">\n \n <a class=\"govuk-header__link\" href=\"#2\">\n \n Navigation item 2\n \n </a>\n \n </li>\n \n \n \n <li class=\"govuk-header__navigation-item\">\n \n <a class=\"govuk-header__link\" href=\"#3\">\n \n Navigation item 3\n \n </a>\n \n </li>\n \n \n \n <li class=\"govuk-header__navigation-item\">\n \n <a class=\"govuk-header__link\" href=\"#4\">\n \n Navigation item 4\n \n </a>\n \n </li>\n \n \n </ul>\n </nav>\n \n </div>\n \n </div>\n</header>",
51
- "hidden": false
52
- },
53
- {
54
- "name": "with custom navigation label",
55
- "options": {
56
- "navigationLabel": "Custom navigation label",
57
- "navigation": [
58
- {
59
- "href": "#1",
60
- "text": "Navigation item 1",
61
- "active": true
62
- },
63
- {
64
- "href": "#2",
65
- "text": "Navigation item 2"
66
- },
67
- {
68
- "href": "#3",
69
- "text": "Navigation item 3"
70
- },
71
- {
72
- "href": "#4",
73
- "text": "Navigation item 4"
74
- }
75
- ]
76
- },
77
- "html": "<header class=\"govuk-header \" role=\"banner\" data-module=\"govuk-header\">\n <div class=\"govuk-header__container govuk-width-container\">\n <div class=\"govuk-header__logo\">\n <a href=\"/\" class=\"govuk-header__link govuk-header__link--homepage\">\n <span class=\"govuk-header__logotype\">\n \n<!--[if gt IE 8]><!-->\n<svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"govuk-header__logotype-crown\"\n xmlns=\"http://www.w3.org/2000/svg\"\n viewBox=\"0 0 132 97\"\n height=\"30\"\n width=\"36\"\n>\n <path\n fill=\"currentColor\" fill-rule=\"evenodd\"\n d=\"M25 30.2c3.5 1.5 7.7-.2 9.1-3.7 1.5-3.6-.2-7.8-3.9-9.2-3.6-1.4-7.6.3-9.1 3.9-1.4 3.5.3 7.5 3.9 9zM9 39.5c3.6 1.5 7.8-.2 9.2-3.7 1.5-3.6-.2-7.8-3.9-9.1-3.6-1.5-7.6.2-9.1 3.8-1.4 3.5.3 7.5 3.8 9zM4.4 57.2c3.5 1.5 7.7-.2 9.1-3.8 1.5-3.6-.2-7.7-3.9-9.1-3.5-1.5-7.6.3-9.1 3.8-1.4 3.5.3 7.6 3.9 9.1zm38.3-21.4c3.5 1.5 7.7-.2 9.1-3.8 1.5-3.6-.2-7.7-3.9-9.1-3.6-1.5-7.6.3-9.1 3.8-1.3 3.6.4 7.7 3.9 9.1zm64.4-5.6c-3.6 1.5-7.8-.2-9.1-3.7-1.5-3.6.2-7.8 3.8-9.2 3.6-1.4 7.7.3 9.2 3.9 1.3 3.5-.4 7.5-3.9 9zm15.9 9.3c-3.6 1.5-7.7-.2-9.1-3.7-1.5-3.6.2-7.8 3.7-9.1 3.6-1.5 7.7.2 9.2 3.8 1.5 3.5-.3 7.5-3.8 9zm4.7 17.7c-3.6 1.5-7.8-.2-9.2-3.8-1.5-3.6.2-7.7 3.9-9.1 3.6-1.5 7.7.3 9.2 3.8 1.3 3.5-.4 7.6-3.9 9.1zM89.3 35.8c-3.6 1.5-7.8-.2-9.2-3.8-1.4-3.6.2-7.7 3.9-9.1 3.6-1.5 7.7.3 9.2 3.8 1.4 3.6-.3 7.7-3.9 9.1zM69.7 17.7l8.9 4.7V9.3l-8.9 2.8c-.2-.3-.5-.6-.9-.9L72.4 0H59.6l3.5 11.2c-.3.3-.6.5-.9.9l-8.8-2.8v13.1l8.8-4.7c.3.3.6.7.9.9l-5 15.4v.1c-.2.8-.4 1.6-.4 2.4 0 4.1 3.1 7.5 7 8.1h.2c.3 0 .7.1 1 .1.4 0 .7 0 1-.1h.2c4-.6 7.1-4.1 7.1-8.1 0-.8-.1-1.7-.4-2.4V34l-5.1-15.4c.4-.2.7-.6 1-.9zM66 92.8c16.9 0 32.8 1.1 47.1 3.2 4-16.9 8.9-26.7 14-33.5l-9.6-3.4c1 4.9 1.1 7.2 0 10.2-1.5-1.4-3-4.3-4.2-8.7L108.6 76c2.8-2 5-3.2 7.5-3.3-4.4 9.4-10 11.9-13.6 11.2-4.3-.8-6.3-4.6-5.6-7.9 1-4.7 5.7-5.9 8-.5 4.3-8.7-3-11.4-7.6-8.8 7.1-7.2 7.9-13.5 2.1-21.1-8 6.1-8.1 12.3-4.5 20.8-4.7-5.4-12.1-2.5-9.5 6.2 3.4-5.2 7.9-2 7.2 3.1-.6 4.3-6.4 7.8-13.5 7.2-10.3-.9-10.9-8-11.2-13.8 2.5-.5 7.1 1.8 11 7.3L80.2 60c-4.1 4.4-8 5.3-12.3 5.4 1.4-4.4 8-11.6 8-11.6H55.5s6.4 7.2 7.9 11.6c-4.2-.1-8-1-12.3-5.4l1.4 16.4c3.9-5.5 8.5-7.7 10.9-7.3-.3 5.8-.9 12.8-11.1 13.8-7.2.6-12.9-2.9-13.5-7.2-.7-5 3.8-8.3 7.1-3.1 2.7-8.7-4.6-11.6-9.4-6.2 3.7-8.5 3.6-14.7-4.6-20.8-5.8 7.6-5 13.9 2.2 21.1-4.7-2.6-11.9.1-7.7 8.8 2.3-5.5 7.1-4.2 8.1.5.7 3.3-1.3 7.1-5.7 7.9-3.5.7-9-1.8-13.5-11.2 2.5.1 4.7 1.3 7.5 3.3l-4.7-15.4c-1.2 4.4-2.7 7.2-4.3 8.7-1.1-3-.9-5.3 0-10.2l-9.5 3.4c5 6.9 9.9 16.7 14 33.5 14.8-2.1 30.8-3.2 47.7-3.2z\"></path>\n</svg>\n<!--<![endif]-->\n<!--[if IE 8]>\n<img src=\"/assets/images/govuk-logotype-crown.png\" class=\"govuk-header__logotype-crown-fallback-image\" width=\"36\" height=\"32\" alt=\"\">\n<![endif]-->\n\n <span class=\"govuk-header__logotype-text\">\n GOV.UK\n </span>\n </span>\n \n </a>\n </div>\n \n <div class=\"govuk-header__content\">\n \n \n <button type=\"button\" class=\"govuk-header__menu-button govuk-js-header-toggle\" aria-controls=\"navigation\" aria-label=\"Show or hide navigation menu\">Menu</button>\n <nav>\n <ul id=\"navigation\" class=\"govuk-header__navigation \" aria-label=\"Custom navigation label\">\n \n \n <li class=\"govuk-header__navigation-item govuk-header__navigation-item--active\">\n \n <a class=\"govuk-header__link\" href=\"#1\">\n \n Navigation item 1\n \n </a>\n \n </li>\n \n \n \n <li class=\"govuk-header__navigation-item\">\n \n <a class=\"govuk-header__link\" href=\"#2\">\n \n Navigation item 2\n \n </a>\n \n </li>\n \n \n \n <li class=\"govuk-header__navigation-item\">\n \n <a class=\"govuk-header__link\" href=\"#3\">\n \n Navigation item 3\n \n </a>\n \n </li>\n \n \n \n <li class=\"govuk-header__navigation-item\">\n \n <a class=\"govuk-header__link\" href=\"#4\">\n \n Navigation item 4\n \n </a>\n \n </li>\n \n \n </ul>\n </nav>\n \n </div>\n \n </div>\n</header>",
78
- "hidden": false
79
- },
80
- {
81
- "name": "with custom menu button label",
82
- "options": {
83
- "menuButtonLabel": "Custom button label",
84
- "navigation": [
85
- {
86
- "href": "#1",
87
- "text": "Navigation item 1",
88
- "active": true
89
- },
90
- {
91
- "href": "#2",
92
- "text": "Navigation item 2"
93
- },
94
- {
95
- "href": "#3",
96
- "text": "Navigation item 3"
97
- },
98
- {
99
- "href": "#4",
100
- "text": "Navigation item 4"
101
- }
102
- ]
103
- },
104
- "html": "<header class=\"govuk-header \" role=\"banner\" data-module=\"govuk-header\">\n <div class=\"govuk-header__container govuk-width-container\">\n <div class=\"govuk-header__logo\">\n <a href=\"/\" class=\"govuk-header__link govuk-header__link--homepage\">\n <span class=\"govuk-header__logotype\">\n \n<!--[if gt IE 8]><!-->\n<svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"govuk-header__logotype-crown\"\n xmlns=\"http://www.w3.org/2000/svg\"\n viewBox=\"0 0 132 97\"\n height=\"30\"\n width=\"36\"\n>\n <path\n fill=\"currentColor\" fill-rule=\"evenodd\"\n d=\"M25 30.2c3.5 1.5 7.7-.2 9.1-3.7 1.5-3.6-.2-7.8-3.9-9.2-3.6-1.4-7.6.3-9.1 3.9-1.4 3.5.3 7.5 3.9 9zM9 39.5c3.6 1.5 7.8-.2 9.2-3.7 1.5-3.6-.2-7.8-3.9-9.1-3.6-1.5-7.6.2-9.1 3.8-1.4 3.5.3 7.5 3.8 9zM4.4 57.2c3.5 1.5 7.7-.2 9.1-3.8 1.5-3.6-.2-7.7-3.9-9.1-3.5-1.5-7.6.3-9.1 3.8-1.4 3.5.3 7.6 3.9 9.1zm38.3-21.4c3.5 1.5 7.7-.2 9.1-3.8 1.5-3.6-.2-7.7-3.9-9.1-3.6-1.5-7.6.3-9.1 3.8-1.3 3.6.4 7.7 3.9 9.1zm64.4-5.6c-3.6 1.5-7.8-.2-9.1-3.7-1.5-3.6.2-7.8 3.8-9.2 3.6-1.4 7.7.3 9.2 3.9 1.3 3.5-.4 7.5-3.9 9zm15.9 9.3c-3.6 1.5-7.7-.2-9.1-3.7-1.5-3.6.2-7.8 3.7-9.1 3.6-1.5 7.7.2 9.2 3.8 1.5 3.5-.3 7.5-3.8 9zm4.7 17.7c-3.6 1.5-7.8-.2-9.2-3.8-1.5-3.6.2-7.7 3.9-9.1 3.6-1.5 7.7.3 9.2 3.8 1.3 3.5-.4 7.6-3.9 9.1zM89.3 35.8c-3.6 1.5-7.8-.2-9.2-3.8-1.4-3.6.2-7.7 3.9-9.1 3.6-1.5 7.7.3 9.2 3.8 1.4 3.6-.3 7.7-3.9 9.1zM69.7 17.7l8.9 4.7V9.3l-8.9 2.8c-.2-.3-.5-.6-.9-.9L72.4 0H59.6l3.5 11.2c-.3.3-.6.5-.9.9l-8.8-2.8v13.1l8.8-4.7c.3.3.6.7.9.9l-5 15.4v.1c-.2.8-.4 1.6-.4 2.4 0 4.1 3.1 7.5 7 8.1h.2c.3 0 .7.1 1 .1.4 0 .7 0 1-.1h.2c4-.6 7.1-4.1 7.1-8.1 0-.8-.1-1.7-.4-2.4V34l-5.1-15.4c.4-.2.7-.6 1-.9zM66 92.8c16.9 0 32.8 1.1 47.1 3.2 4-16.9 8.9-26.7 14-33.5l-9.6-3.4c1 4.9 1.1 7.2 0 10.2-1.5-1.4-3-4.3-4.2-8.7L108.6 76c2.8-2 5-3.2 7.5-3.3-4.4 9.4-10 11.9-13.6 11.2-4.3-.8-6.3-4.6-5.6-7.9 1-4.7 5.7-5.9 8-.5 4.3-8.7-3-11.4-7.6-8.8 7.1-7.2 7.9-13.5 2.1-21.1-8 6.1-8.1 12.3-4.5 20.8-4.7-5.4-12.1-2.5-9.5 6.2 3.4-5.2 7.9-2 7.2 3.1-.6 4.3-6.4 7.8-13.5 7.2-10.3-.9-10.9-8-11.2-13.8 2.5-.5 7.1 1.8 11 7.3L80.2 60c-4.1 4.4-8 5.3-12.3 5.4 1.4-4.4 8-11.6 8-11.6H55.5s6.4 7.2 7.9 11.6c-4.2-.1-8-1-12.3-5.4l1.4 16.4c3.9-5.5 8.5-7.7 10.9-7.3-.3 5.8-.9 12.8-11.1 13.8-7.2.6-12.9-2.9-13.5-7.2-.7-5 3.8-8.3 7.1-3.1 2.7-8.7-4.6-11.6-9.4-6.2 3.7-8.5 3.6-14.7-4.6-20.8-5.8 7.6-5 13.9 2.2 21.1-4.7-2.6-11.9.1-7.7 8.8 2.3-5.5 7.1-4.2 8.1.5.7 3.3-1.3 7.1-5.7 7.9-3.5.7-9-1.8-13.5-11.2 2.5.1 4.7 1.3 7.5 3.3l-4.7-15.4c-1.2 4.4-2.7 7.2-4.3 8.7-1.1-3-.9-5.3 0-10.2l-9.5 3.4c5 6.9 9.9 16.7 14 33.5 14.8-2.1 30.8-3.2 47.7-3.2z\"></path>\n</svg>\n<!--<![endif]-->\n<!--[if IE 8]>\n<img src=\"/assets/images/govuk-logotype-crown.png\" class=\"govuk-header__logotype-crown-fallback-image\" width=\"36\" height=\"32\" alt=\"\">\n<![endif]-->\n\n <span class=\"govuk-header__logotype-text\">\n GOV.UK\n </span>\n </span>\n \n </a>\n </div>\n \n <div class=\"govuk-header__content\">\n \n \n <button type=\"button\" class=\"govuk-header__menu-button govuk-js-header-toggle\" aria-controls=\"navigation\" aria-label=\"Custom button label\">Menu</button>\n <nav>\n <ul id=\"navigation\" class=\"govuk-header__navigation \" aria-label=\"Navigation menu\">\n \n \n <li class=\"govuk-header__navigation-item govuk-header__navigation-item--active\">\n \n <a class=\"govuk-header__link\" href=\"#1\">\n \n Navigation item 1\n \n </a>\n \n </li>\n \n \n \n <li class=\"govuk-header__navigation-item\">\n \n <a class=\"govuk-header__link\" href=\"#2\">\n \n Navigation item 2\n \n </a>\n \n </li>\n \n \n \n <li class=\"govuk-header__navigation-item\">\n \n <a class=\"govuk-header__link\" href=\"#3\">\n \n Navigation item 3\n \n </a>\n \n </li>\n \n \n \n <li class=\"govuk-header__navigation-item\">\n \n <a class=\"govuk-header__link\" href=\"#4\">\n \n Navigation item 4\n \n </a>\n \n </li>\n \n \n </ul>\n </nav>\n \n </div>\n \n </div>\n</header>",
105
- "hidden": false
106
- },
107
- {
108
- "name": "with service name and navigation",
109
- "options": {
110
- "serviceName": "Service Name",
111
- "serviceUrl": "/components/header",
112
- "navigation": [
113
- {
114
- "href": "#1",
115
- "text": "Navigation item 1",
116
- "active": true
117
- },
118
- {
119
- "href": "#2",
120
- "text": "Navigation item 2"
121
- },
122
- {
123
- "href": "#3",
124
- "text": "Navigation item 3"
125
- },
126
- {
127
- "href": "#4",
128
- "text": "Navigation item 4"
129
- }
130
- ]
131
- },
132
- "html": "<header class=\"govuk-header \" role=\"banner\" data-module=\"govuk-header\">\n <div class=\"govuk-header__container govuk-width-container\">\n <div class=\"govuk-header__logo\">\n <a href=\"/\" class=\"govuk-header__link govuk-header__link--homepage\">\n <span class=\"govuk-header__logotype\">\n \n<!--[if gt IE 8]><!-->\n<svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"govuk-header__logotype-crown\"\n xmlns=\"http://www.w3.org/2000/svg\"\n viewBox=\"0 0 132 97\"\n height=\"30\"\n width=\"36\"\n>\n <path\n fill=\"currentColor\" fill-rule=\"evenodd\"\n d=\"M25 30.2c3.5 1.5 7.7-.2 9.1-3.7 1.5-3.6-.2-7.8-3.9-9.2-3.6-1.4-7.6.3-9.1 3.9-1.4 3.5.3 7.5 3.9 9zM9 39.5c3.6 1.5 7.8-.2 9.2-3.7 1.5-3.6-.2-7.8-3.9-9.1-3.6-1.5-7.6.2-9.1 3.8-1.4 3.5.3 7.5 3.8 9zM4.4 57.2c3.5 1.5 7.7-.2 9.1-3.8 1.5-3.6-.2-7.7-3.9-9.1-3.5-1.5-7.6.3-9.1 3.8-1.4 3.5.3 7.6 3.9 9.1zm38.3-21.4c3.5 1.5 7.7-.2 9.1-3.8 1.5-3.6-.2-7.7-3.9-9.1-3.6-1.5-7.6.3-9.1 3.8-1.3 3.6.4 7.7 3.9 9.1zm64.4-5.6c-3.6 1.5-7.8-.2-9.1-3.7-1.5-3.6.2-7.8 3.8-9.2 3.6-1.4 7.7.3 9.2 3.9 1.3 3.5-.4 7.5-3.9 9zm15.9 9.3c-3.6 1.5-7.7-.2-9.1-3.7-1.5-3.6.2-7.8 3.7-9.1 3.6-1.5 7.7.2 9.2 3.8 1.5 3.5-.3 7.5-3.8 9zm4.7 17.7c-3.6 1.5-7.8-.2-9.2-3.8-1.5-3.6.2-7.7 3.9-9.1 3.6-1.5 7.7.3 9.2 3.8 1.3 3.5-.4 7.6-3.9 9.1zM89.3 35.8c-3.6 1.5-7.8-.2-9.2-3.8-1.4-3.6.2-7.7 3.9-9.1 3.6-1.5 7.7.3 9.2 3.8 1.4 3.6-.3 7.7-3.9 9.1zM69.7 17.7l8.9 4.7V9.3l-8.9 2.8c-.2-.3-.5-.6-.9-.9L72.4 0H59.6l3.5 11.2c-.3.3-.6.5-.9.9l-8.8-2.8v13.1l8.8-4.7c.3.3.6.7.9.9l-5 15.4v.1c-.2.8-.4 1.6-.4 2.4 0 4.1 3.1 7.5 7 8.1h.2c.3 0 .7.1 1 .1.4 0 .7 0 1-.1h.2c4-.6 7.1-4.1 7.1-8.1 0-.8-.1-1.7-.4-2.4V34l-5.1-15.4c.4-.2.7-.6 1-.9zM66 92.8c16.9 0 32.8 1.1 47.1 3.2 4-16.9 8.9-26.7 14-33.5l-9.6-3.4c1 4.9 1.1 7.2 0 10.2-1.5-1.4-3-4.3-4.2-8.7L108.6 76c2.8-2 5-3.2 7.5-3.3-4.4 9.4-10 11.9-13.6 11.2-4.3-.8-6.3-4.6-5.6-7.9 1-4.7 5.7-5.9 8-.5 4.3-8.7-3-11.4-7.6-8.8 7.1-7.2 7.9-13.5 2.1-21.1-8 6.1-8.1 12.3-4.5 20.8-4.7-5.4-12.1-2.5-9.5 6.2 3.4-5.2 7.9-2 7.2 3.1-.6 4.3-6.4 7.8-13.5 7.2-10.3-.9-10.9-8-11.2-13.8 2.5-.5 7.1 1.8 11 7.3L80.2 60c-4.1 4.4-8 5.3-12.3 5.4 1.4-4.4 8-11.6 8-11.6H55.5s6.4 7.2 7.9 11.6c-4.2-.1-8-1-12.3-5.4l1.4 16.4c3.9-5.5 8.5-7.7 10.9-7.3-.3 5.8-.9 12.8-11.1 13.8-7.2.6-12.9-2.9-13.5-7.2-.7-5 3.8-8.3 7.1-3.1 2.7-8.7-4.6-11.6-9.4-6.2 3.7-8.5 3.6-14.7-4.6-20.8-5.8 7.6-5 13.9 2.2 21.1-4.7-2.6-11.9.1-7.7 8.8 2.3-5.5 7.1-4.2 8.1.5.7 3.3-1.3 7.1-5.7 7.9-3.5.7-9-1.8-13.5-11.2 2.5.1 4.7 1.3 7.5 3.3l-4.7-15.4c-1.2 4.4-2.7 7.2-4.3 8.7-1.1-3-.9-5.3 0-10.2l-9.5 3.4c5 6.9 9.9 16.7 14 33.5 14.8-2.1 30.8-3.2 47.7-3.2z\"></path>\n</svg>\n<!--<![endif]-->\n<!--[if IE 8]>\n<img src=\"/assets/images/govuk-logotype-crown.png\" class=\"govuk-header__logotype-crown-fallback-image\" width=\"36\" height=\"32\" alt=\"\">\n<![endif]-->\n\n <span class=\"govuk-header__logotype-text\">\n GOV.UK\n </span>\n </span>\n \n </a>\n </div>\n \n <div class=\"govuk-header__content\">\n \n <a href=\"/components/header\" class=\"govuk-header__link govuk-header__link--service-name\">\n Service Name\n </a>\n \n \n <button type=\"button\" class=\"govuk-header__menu-button govuk-js-header-toggle\" aria-controls=\"navigation\" aria-label=\"Show or hide navigation menu\">Menu</button>\n <nav>\n <ul id=\"navigation\" class=\"govuk-header__navigation \" aria-label=\"Navigation menu\">\n \n \n <li class=\"govuk-header__navigation-item govuk-header__navigation-item--active\">\n \n <a class=\"govuk-header__link\" href=\"#1\">\n \n Navigation item 1\n \n </a>\n \n </li>\n \n \n \n <li class=\"govuk-header__navigation-item\">\n \n <a class=\"govuk-header__link\" href=\"#2\">\n \n Navigation item 2\n \n </a>\n \n </li>\n \n \n \n <li class=\"govuk-header__navigation-item\">\n \n <a class=\"govuk-header__link\" href=\"#3\">\n \n Navigation item 3\n \n </a>\n \n </li>\n \n \n \n <li class=\"govuk-header__navigation-item\">\n \n <a class=\"govuk-header__link\" href=\"#4\">\n \n Navigation item 4\n \n </a>\n \n </li>\n \n \n </ul>\n </nav>\n \n </div>\n \n </div>\n</header>",
133
- "hidden": false
134
- },
135
- {
136
- "name": "with large navigation",
137
- "options": {
138
- "navigation": [
139
- {
140
- "href": "/browse/benefits",
141
- "text": "Benefits"
142
- },
143
- {
144
- "href": "/browse/births-deaths-marriages",
145
- "text": "Births, deaths, marriages and care"
146
- },
147
- {
148
- "href": "/browse/business",
149
- "text": "Business and self-employed"
150
- },
151
- {
152
- "href": "/browse/childcare-parenting",
153
- "text": "Childcare and parenting"
154
- },
155
- {
156
- "href": "/browse/citizenship",
157
- "text": "Citizenship and living in the UK"
158
- },
159
- {
160
- "href": "/browse/justice",
161
- "text": "Crime, justice and the law"
162
- },
163
- {
164
- "href": "/browse/disabilities",
165
- "text": "Disabled people"
166
- },
167
- {
168
- "href": "/browse/driving",
169
- "text": "Driving and transport"
170
- },
171
- {
172
- "href": "/browse/education",
173
- "text": "Education and learning"
174
- },
175
- {
176
- "href": "/browse/employing-people",
177
- "text": "Employing people"
178
- },
179
- {
180
- "href": "/browse/environment-countryside",
181
- "text": "Environment and countryside"
182
- },
183
- {
184
- "href": "/browse/housing-local-services",
185
- "text": "Housing and local services"
186
- },
187
- {
188
- "href": "/browse/tax",
189
- "text": "Money and tax"
190
- },
191
- {
192
- "href": "/browse/abroad",
193
- "text": "Passports, travel and living abroad"
194
- },
195
- {
196
- "href": "/browse/visas-immigration",
197
- "text": "Visas and immigration"
198
- },
199
- {
200
- "href": "/browse/working",
201
- "text": "Working, jobs and pensions"
202
- }
203
- ]
204
- },
205
- "html": "<header class=\"govuk-header \" role=\"banner\" data-module=\"govuk-header\">\n <div class=\"govuk-header__container govuk-width-container\">\n <div class=\"govuk-header__logo\">\n <a href=\"/\" class=\"govuk-header__link govuk-header__link--homepage\">\n <span class=\"govuk-header__logotype\">\n \n<!--[if gt IE 8]><!-->\n<svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"govuk-header__logotype-crown\"\n xmlns=\"http://www.w3.org/2000/svg\"\n viewBox=\"0 0 132 97\"\n height=\"30\"\n width=\"36\"\n>\n <path\n fill=\"currentColor\" fill-rule=\"evenodd\"\n d=\"M25 30.2c3.5 1.5 7.7-.2 9.1-3.7 1.5-3.6-.2-7.8-3.9-9.2-3.6-1.4-7.6.3-9.1 3.9-1.4 3.5.3 7.5 3.9 9zM9 39.5c3.6 1.5 7.8-.2 9.2-3.7 1.5-3.6-.2-7.8-3.9-9.1-3.6-1.5-7.6.2-9.1 3.8-1.4 3.5.3 7.5 3.8 9zM4.4 57.2c3.5 1.5 7.7-.2 9.1-3.8 1.5-3.6-.2-7.7-3.9-9.1-3.5-1.5-7.6.3-9.1 3.8-1.4 3.5.3 7.6 3.9 9.1zm38.3-21.4c3.5 1.5 7.7-.2 9.1-3.8 1.5-3.6-.2-7.7-3.9-9.1-3.6-1.5-7.6.3-9.1 3.8-1.3 3.6.4 7.7 3.9 9.1zm64.4-5.6c-3.6 1.5-7.8-.2-9.1-3.7-1.5-3.6.2-7.8 3.8-9.2 3.6-1.4 7.7.3 9.2 3.9 1.3 3.5-.4 7.5-3.9 9zm15.9 9.3c-3.6 1.5-7.7-.2-9.1-3.7-1.5-3.6.2-7.8 3.7-9.1 3.6-1.5 7.7.2 9.2 3.8 1.5 3.5-.3 7.5-3.8 9zm4.7 17.7c-3.6 1.5-7.8-.2-9.2-3.8-1.5-3.6.2-7.7 3.9-9.1 3.6-1.5 7.7.3 9.2 3.8 1.3 3.5-.4 7.6-3.9 9.1zM89.3 35.8c-3.6 1.5-7.8-.2-9.2-3.8-1.4-3.6.2-7.7 3.9-9.1 3.6-1.5 7.7.3 9.2 3.8 1.4 3.6-.3 7.7-3.9 9.1zM69.7 17.7l8.9 4.7V9.3l-8.9 2.8c-.2-.3-.5-.6-.9-.9L72.4 0H59.6l3.5 11.2c-.3.3-.6.5-.9.9l-8.8-2.8v13.1l8.8-4.7c.3.3.6.7.9.9l-5 15.4v.1c-.2.8-.4 1.6-.4 2.4 0 4.1 3.1 7.5 7 8.1h.2c.3 0 .7.1 1 .1.4 0 .7 0 1-.1h.2c4-.6 7.1-4.1 7.1-8.1 0-.8-.1-1.7-.4-2.4V34l-5.1-15.4c.4-.2.7-.6 1-.9zM66 92.8c16.9 0 32.8 1.1 47.1 3.2 4-16.9 8.9-26.7 14-33.5l-9.6-3.4c1 4.9 1.1 7.2 0 10.2-1.5-1.4-3-4.3-4.2-8.7L108.6 76c2.8-2 5-3.2 7.5-3.3-4.4 9.4-10 11.9-13.6 11.2-4.3-.8-6.3-4.6-5.6-7.9 1-4.7 5.7-5.9 8-.5 4.3-8.7-3-11.4-7.6-8.8 7.1-7.2 7.9-13.5 2.1-21.1-8 6.1-8.1 12.3-4.5 20.8-4.7-5.4-12.1-2.5-9.5 6.2 3.4-5.2 7.9-2 7.2 3.1-.6 4.3-6.4 7.8-13.5 7.2-10.3-.9-10.9-8-11.2-13.8 2.5-.5 7.1 1.8 11 7.3L80.2 60c-4.1 4.4-8 5.3-12.3 5.4 1.4-4.4 8-11.6 8-11.6H55.5s6.4 7.2 7.9 11.6c-4.2-.1-8-1-12.3-5.4l1.4 16.4c3.9-5.5 8.5-7.7 10.9-7.3-.3 5.8-.9 12.8-11.1 13.8-7.2.6-12.9-2.9-13.5-7.2-.7-5 3.8-8.3 7.1-3.1 2.7-8.7-4.6-11.6-9.4-6.2 3.7-8.5 3.6-14.7-4.6-20.8-5.8 7.6-5 13.9 2.2 21.1-4.7-2.6-11.9.1-7.7 8.8 2.3-5.5 7.1-4.2 8.1.5.7 3.3-1.3 7.1-5.7 7.9-3.5.7-9-1.8-13.5-11.2 2.5.1 4.7 1.3 7.5 3.3l-4.7-15.4c-1.2 4.4-2.7 7.2-4.3 8.7-1.1-3-.9-5.3 0-10.2l-9.5 3.4c5 6.9 9.9 16.7 14 33.5 14.8-2.1 30.8-3.2 47.7-3.2z\"></path>\n</svg>\n<!--<![endif]-->\n<!--[if IE 8]>\n<img src=\"/assets/images/govuk-logotype-crown.png\" class=\"govuk-header__logotype-crown-fallback-image\" width=\"36\" height=\"32\" alt=\"\">\n<![endif]-->\n\n <span class=\"govuk-header__logotype-text\">\n GOV.UK\n </span>\n </span>\n \n </a>\n </div>\n \n <div class=\"govuk-header__content\">\n \n \n <button type=\"button\" class=\"govuk-header__menu-button govuk-js-header-toggle\" aria-controls=\"navigation\" aria-label=\"Show or hide navigation menu\">Menu</button>\n <nav>\n <ul id=\"navigation\" class=\"govuk-header__navigation \" aria-label=\"Navigation menu\">\n \n \n <li class=\"govuk-header__navigation-item\">\n \n <a class=\"govuk-header__link\" href=\"/browse/benefits\">\n \n Benefits\n \n </a>\n \n </li>\n \n \n \n <li class=\"govuk-header__navigation-item\">\n \n <a class=\"govuk-header__link\" href=\"/browse/births-deaths-marriages\">\n \n Births, deaths, marriages and care\n \n </a>\n \n </li>\n \n \n \n <li class=\"govuk-header__navigation-item\">\n \n <a class=\"govuk-header__link\" href=\"/browse/business\">\n \n Business and self-employed\n \n </a>\n \n </li>\n \n \n \n <li class=\"govuk-header__navigation-item\">\n \n <a class=\"govuk-header__link\" href=\"/browse/childcare-parenting\">\n \n Childcare and parenting\n \n </a>\n \n </li>\n \n \n \n <li class=\"govuk-header__navigation-item\">\n \n <a class=\"govuk-header__link\" href=\"/browse/citizenship\">\n \n Citizenship and living in the UK\n \n </a>\n \n </li>\n \n \n \n <li class=\"govuk-header__navigation-item\">\n \n <a class=\"govuk-header__link\" href=\"/browse/justice\">\n \n Crime, justice and the law\n \n </a>\n \n </li>\n \n \n \n <li class=\"govuk-header__navigation-item\">\n \n <a class=\"govuk-header__link\" href=\"/browse/disabilities\">\n \n Disabled people\n \n </a>\n \n </li>\n \n \n \n <li class=\"govuk-header__navigation-item\">\n \n <a class=\"govuk-header__link\" href=\"/browse/driving\">\n \n Driving and transport\n \n </a>\n \n </li>\n \n \n \n <li class=\"govuk-header__navigation-item\">\n \n <a class=\"govuk-header__link\" href=\"/browse/education\">\n \n Education and learning\n \n </a>\n \n </li>\n \n \n \n <li class=\"govuk-header__navigation-item\">\n \n <a class=\"govuk-header__link\" href=\"/browse/employing-people\">\n \n Employing people\n \n </a>\n \n </li>\n \n \n \n <li class=\"govuk-header__navigation-item\">\n \n <a class=\"govuk-header__link\" href=\"/browse/environment-countryside\">\n \n Environment and countryside\n \n </a>\n \n </li>\n \n \n \n <li class=\"govuk-header__navigation-item\">\n \n <a class=\"govuk-header__link\" href=\"/browse/housing-local-services\">\n \n Housing and local services\n \n </a>\n \n </li>\n \n \n \n <li class=\"govuk-header__navigation-item\">\n \n <a class=\"govuk-header__link\" href=\"/browse/tax\">\n \n Money and tax\n \n </a>\n \n </li>\n \n \n \n <li class=\"govuk-header__navigation-item\">\n \n <a class=\"govuk-header__link\" href=\"/browse/abroad\">\n \n Passports, travel and living abroad\n \n </a>\n \n </li>\n \n \n \n <li class=\"govuk-header__navigation-item\">\n \n <a class=\"govuk-header__link\" href=\"/browse/visas-immigration\">\n \n Visas and immigration\n \n </a>\n \n </li>\n \n \n \n <li class=\"govuk-header__navigation-item\">\n \n <a class=\"govuk-header__link\" href=\"/browse/working\">\n \n Working, jobs and pensions\n \n </a>\n \n </li>\n \n \n </ul>\n </nav>\n \n </div>\n \n </div>\n</header>",
206
- "hidden": false
207
- },
208
- {
209
- "name": "with product name",
210
- "options": {
211
- "navigationClasses": "govuk-header__navigation--end",
212
- "productName": "Product Name"
213
- },
214
- "html": "<header class=\"govuk-header \" role=\"banner\" data-module=\"govuk-header\">\n <div class=\"govuk-header__container govuk-width-container\">\n <div class=\"govuk-header__logo\">\n <a href=\"/\" class=\"govuk-header__link govuk-header__link--homepage\">\n <span class=\"govuk-header__logotype\">\n \n<!--[if gt IE 8]><!-->\n<svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"govuk-header__logotype-crown\"\n xmlns=\"http://www.w3.org/2000/svg\"\n viewBox=\"0 0 132 97\"\n height=\"30\"\n width=\"36\"\n>\n <path\n fill=\"currentColor\" fill-rule=\"evenodd\"\n d=\"M25 30.2c3.5 1.5 7.7-.2 9.1-3.7 1.5-3.6-.2-7.8-3.9-9.2-3.6-1.4-7.6.3-9.1 3.9-1.4 3.5.3 7.5 3.9 9zM9 39.5c3.6 1.5 7.8-.2 9.2-3.7 1.5-3.6-.2-7.8-3.9-9.1-3.6-1.5-7.6.2-9.1 3.8-1.4 3.5.3 7.5 3.8 9zM4.4 57.2c3.5 1.5 7.7-.2 9.1-3.8 1.5-3.6-.2-7.7-3.9-9.1-3.5-1.5-7.6.3-9.1 3.8-1.4 3.5.3 7.6 3.9 9.1zm38.3-21.4c3.5 1.5 7.7-.2 9.1-3.8 1.5-3.6-.2-7.7-3.9-9.1-3.6-1.5-7.6.3-9.1 3.8-1.3 3.6.4 7.7 3.9 9.1zm64.4-5.6c-3.6 1.5-7.8-.2-9.1-3.7-1.5-3.6.2-7.8 3.8-9.2 3.6-1.4 7.7.3 9.2 3.9 1.3 3.5-.4 7.5-3.9 9zm15.9 9.3c-3.6 1.5-7.7-.2-9.1-3.7-1.5-3.6.2-7.8 3.7-9.1 3.6-1.5 7.7.2 9.2 3.8 1.5 3.5-.3 7.5-3.8 9zm4.7 17.7c-3.6 1.5-7.8-.2-9.2-3.8-1.5-3.6.2-7.7 3.9-9.1 3.6-1.5 7.7.3 9.2 3.8 1.3 3.5-.4 7.6-3.9 9.1zM89.3 35.8c-3.6 1.5-7.8-.2-9.2-3.8-1.4-3.6.2-7.7 3.9-9.1 3.6-1.5 7.7.3 9.2 3.8 1.4 3.6-.3 7.7-3.9 9.1zM69.7 17.7l8.9 4.7V9.3l-8.9 2.8c-.2-.3-.5-.6-.9-.9L72.4 0H59.6l3.5 11.2c-.3.3-.6.5-.9.9l-8.8-2.8v13.1l8.8-4.7c.3.3.6.7.9.9l-5 15.4v.1c-.2.8-.4 1.6-.4 2.4 0 4.1 3.1 7.5 7 8.1h.2c.3 0 .7.1 1 .1.4 0 .7 0 1-.1h.2c4-.6 7.1-4.1 7.1-8.1 0-.8-.1-1.7-.4-2.4V34l-5.1-15.4c.4-.2.7-.6 1-.9zM66 92.8c16.9 0 32.8 1.1 47.1 3.2 4-16.9 8.9-26.7 14-33.5l-9.6-3.4c1 4.9 1.1 7.2 0 10.2-1.5-1.4-3-4.3-4.2-8.7L108.6 76c2.8-2 5-3.2 7.5-3.3-4.4 9.4-10 11.9-13.6 11.2-4.3-.8-6.3-4.6-5.6-7.9 1-4.7 5.7-5.9 8-.5 4.3-8.7-3-11.4-7.6-8.8 7.1-7.2 7.9-13.5 2.1-21.1-8 6.1-8.1 12.3-4.5 20.8-4.7-5.4-12.1-2.5-9.5 6.2 3.4-5.2 7.9-2 7.2 3.1-.6 4.3-6.4 7.8-13.5 7.2-10.3-.9-10.9-8-11.2-13.8 2.5-.5 7.1 1.8 11 7.3L80.2 60c-4.1 4.4-8 5.3-12.3 5.4 1.4-4.4 8-11.6 8-11.6H55.5s6.4 7.2 7.9 11.6c-4.2-.1-8-1-12.3-5.4l1.4 16.4c3.9-5.5 8.5-7.7 10.9-7.3-.3 5.8-.9 12.8-11.1 13.8-7.2.6-12.9-2.9-13.5-7.2-.7-5 3.8-8.3 7.1-3.1 2.7-8.7-4.6-11.6-9.4-6.2 3.7-8.5 3.6-14.7-4.6-20.8-5.8 7.6-5 13.9 2.2 21.1-4.7-2.6-11.9.1-7.7 8.8 2.3-5.5 7.1-4.2 8.1.5.7 3.3-1.3 7.1-5.7 7.9-3.5.7-9-1.8-13.5-11.2 2.5.1 4.7 1.3 7.5 3.3l-4.7-15.4c-1.2 4.4-2.7 7.2-4.3 8.7-1.1-3-.9-5.3 0-10.2l-9.5 3.4c5 6.9 9.9 16.7 14 33.5 14.8-2.1 30.8-3.2 47.7-3.2z\"></path>\n</svg>\n<!--<![endif]-->\n<!--[if IE 8]>\n<img src=\"/assets/images/govuk-logotype-crown.png\" class=\"govuk-header__logotype-crown-fallback-image\" width=\"36\" height=\"32\" alt=\"\">\n<![endif]-->\n\n <span class=\"govuk-header__logotype-text\">\n GOV.UK\n </span>\n </span>\n \n <span class=\"govuk-header__product-name\">\n Product Name\n </span>\n \n </a>\n </div>\n \n </div>\n</header>",
215
- "hidden": false
216
- },
217
- {
218
- "name": "full width",
219
- "options": {
220
- "containerClasses": "govuk-header__container--full-width",
221
- "navigationClasses": "govuk-header__navigation--end",
222
- "productName": "Product Name"
223
- },
224
- "html": "<header class=\"govuk-header \" role=\"banner\" data-module=\"govuk-header\">\n <div class=\"govuk-header__container govuk-header__container--full-width\">\n <div class=\"govuk-header__logo\">\n <a href=\"/\" class=\"govuk-header__link govuk-header__link--homepage\">\n <span class=\"govuk-header__logotype\">\n \n<!--[if gt IE 8]><!-->\n<svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"govuk-header__logotype-crown\"\n xmlns=\"http://www.w3.org/2000/svg\"\n viewBox=\"0 0 132 97\"\n height=\"30\"\n width=\"36\"\n>\n <path\n fill=\"currentColor\" fill-rule=\"evenodd\"\n d=\"M25 30.2c3.5 1.5 7.7-.2 9.1-3.7 1.5-3.6-.2-7.8-3.9-9.2-3.6-1.4-7.6.3-9.1 3.9-1.4 3.5.3 7.5 3.9 9zM9 39.5c3.6 1.5 7.8-.2 9.2-3.7 1.5-3.6-.2-7.8-3.9-9.1-3.6-1.5-7.6.2-9.1 3.8-1.4 3.5.3 7.5 3.8 9zM4.4 57.2c3.5 1.5 7.7-.2 9.1-3.8 1.5-3.6-.2-7.7-3.9-9.1-3.5-1.5-7.6.3-9.1 3.8-1.4 3.5.3 7.6 3.9 9.1zm38.3-21.4c3.5 1.5 7.7-.2 9.1-3.8 1.5-3.6-.2-7.7-3.9-9.1-3.6-1.5-7.6.3-9.1 3.8-1.3 3.6.4 7.7 3.9 9.1zm64.4-5.6c-3.6 1.5-7.8-.2-9.1-3.7-1.5-3.6.2-7.8 3.8-9.2 3.6-1.4 7.7.3 9.2 3.9 1.3 3.5-.4 7.5-3.9 9zm15.9 9.3c-3.6 1.5-7.7-.2-9.1-3.7-1.5-3.6.2-7.8 3.7-9.1 3.6-1.5 7.7.2 9.2 3.8 1.5 3.5-.3 7.5-3.8 9zm4.7 17.7c-3.6 1.5-7.8-.2-9.2-3.8-1.5-3.6.2-7.7 3.9-9.1 3.6-1.5 7.7.3 9.2 3.8 1.3 3.5-.4 7.6-3.9 9.1zM89.3 35.8c-3.6 1.5-7.8-.2-9.2-3.8-1.4-3.6.2-7.7 3.9-9.1 3.6-1.5 7.7.3 9.2 3.8 1.4 3.6-.3 7.7-3.9 9.1zM69.7 17.7l8.9 4.7V9.3l-8.9 2.8c-.2-.3-.5-.6-.9-.9L72.4 0H59.6l3.5 11.2c-.3.3-.6.5-.9.9l-8.8-2.8v13.1l8.8-4.7c.3.3.6.7.9.9l-5 15.4v.1c-.2.8-.4 1.6-.4 2.4 0 4.1 3.1 7.5 7 8.1h.2c.3 0 .7.1 1 .1.4 0 .7 0 1-.1h.2c4-.6 7.1-4.1 7.1-8.1 0-.8-.1-1.7-.4-2.4V34l-5.1-15.4c.4-.2.7-.6 1-.9zM66 92.8c16.9 0 32.8 1.1 47.1 3.2 4-16.9 8.9-26.7 14-33.5l-9.6-3.4c1 4.9 1.1 7.2 0 10.2-1.5-1.4-3-4.3-4.2-8.7L108.6 76c2.8-2 5-3.2 7.5-3.3-4.4 9.4-10 11.9-13.6 11.2-4.3-.8-6.3-4.6-5.6-7.9 1-4.7 5.7-5.9 8-.5 4.3-8.7-3-11.4-7.6-8.8 7.1-7.2 7.9-13.5 2.1-21.1-8 6.1-8.1 12.3-4.5 20.8-4.7-5.4-12.1-2.5-9.5 6.2 3.4-5.2 7.9-2 7.2 3.1-.6 4.3-6.4 7.8-13.5 7.2-10.3-.9-10.9-8-11.2-13.8 2.5-.5 7.1 1.8 11 7.3L80.2 60c-4.1 4.4-8 5.3-12.3 5.4 1.4-4.4 8-11.6 8-11.6H55.5s6.4 7.2 7.9 11.6c-4.2-.1-8-1-12.3-5.4l1.4 16.4c3.9-5.5 8.5-7.7 10.9-7.3-.3 5.8-.9 12.8-11.1 13.8-7.2.6-12.9-2.9-13.5-7.2-.7-5 3.8-8.3 7.1-3.1 2.7-8.7-4.6-11.6-9.4-6.2 3.7-8.5 3.6-14.7-4.6-20.8-5.8 7.6-5 13.9 2.2 21.1-4.7-2.6-11.9.1-7.7 8.8 2.3-5.5 7.1-4.2 8.1.5.7 3.3-1.3 7.1-5.7 7.9-3.5.7-9-1.8-13.5-11.2 2.5.1 4.7 1.3 7.5 3.3l-4.7-15.4c-1.2 4.4-2.7 7.2-4.3 8.7-1.1-3-.9-5.3 0-10.2l-9.5 3.4c5 6.9 9.9 16.7 14 33.5 14.8-2.1 30.8-3.2 47.7-3.2z\"></path>\n</svg>\n<!--<![endif]-->\n<!--[if IE 8]>\n<img src=\"/assets/images/govuk-logotype-crown.png\" class=\"govuk-header__logotype-crown-fallback-image\" width=\"36\" height=\"32\" alt=\"\">\n<![endif]-->\n\n <span class=\"govuk-header__logotype-text\">\n GOV.UK\n </span>\n </span>\n \n <span class=\"govuk-header__product-name\">\n Product Name\n </span>\n \n </a>\n </div>\n \n </div>\n</header>",
225
- "hidden": false
226
- },
227
- {
228
- "name": "full width with navigation",
229
- "options": {
230
- "containerClasses": "govuk-header__container--full-width",
231
- "navigationClasses": "govuk-header__navigation--end",
232
- "productName": "Product Name",
233
- "navigation": [
234
- {
235
- "href": "#1",
236
- "text": "Navigation item 1",
237
- "active": true
238
- },
239
- {
240
- "href": "#2",
241
- "text": "Navigation item 2"
242
- },
243
- {
244
- "href": "#3",
245
- "text": "Navigation item 3"
246
- }
247
- ]
248
- },
249
- "html": "<header class=\"govuk-header \" role=\"banner\" data-module=\"govuk-header\">\n <div class=\"govuk-header__container govuk-header__container--full-width\">\n <div class=\"govuk-header__logo\">\n <a href=\"/\" class=\"govuk-header__link govuk-header__link--homepage\">\n <span class=\"govuk-header__logotype\">\n \n<!--[if gt IE 8]><!-->\n<svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"govuk-header__logotype-crown\"\n xmlns=\"http://www.w3.org/2000/svg\"\n viewBox=\"0 0 132 97\"\n height=\"30\"\n width=\"36\"\n>\n <path\n fill=\"currentColor\" fill-rule=\"evenodd\"\n d=\"M25 30.2c3.5 1.5 7.7-.2 9.1-3.7 1.5-3.6-.2-7.8-3.9-9.2-3.6-1.4-7.6.3-9.1 3.9-1.4 3.5.3 7.5 3.9 9zM9 39.5c3.6 1.5 7.8-.2 9.2-3.7 1.5-3.6-.2-7.8-3.9-9.1-3.6-1.5-7.6.2-9.1 3.8-1.4 3.5.3 7.5 3.8 9zM4.4 57.2c3.5 1.5 7.7-.2 9.1-3.8 1.5-3.6-.2-7.7-3.9-9.1-3.5-1.5-7.6.3-9.1 3.8-1.4 3.5.3 7.6 3.9 9.1zm38.3-21.4c3.5 1.5 7.7-.2 9.1-3.8 1.5-3.6-.2-7.7-3.9-9.1-3.6-1.5-7.6.3-9.1 3.8-1.3 3.6.4 7.7 3.9 9.1zm64.4-5.6c-3.6 1.5-7.8-.2-9.1-3.7-1.5-3.6.2-7.8 3.8-9.2 3.6-1.4 7.7.3 9.2 3.9 1.3 3.5-.4 7.5-3.9 9zm15.9 9.3c-3.6 1.5-7.7-.2-9.1-3.7-1.5-3.6.2-7.8 3.7-9.1 3.6-1.5 7.7.2 9.2 3.8 1.5 3.5-.3 7.5-3.8 9zm4.7 17.7c-3.6 1.5-7.8-.2-9.2-3.8-1.5-3.6.2-7.7 3.9-9.1 3.6-1.5 7.7.3 9.2 3.8 1.3 3.5-.4 7.6-3.9 9.1zM89.3 35.8c-3.6 1.5-7.8-.2-9.2-3.8-1.4-3.6.2-7.7 3.9-9.1 3.6-1.5 7.7.3 9.2 3.8 1.4 3.6-.3 7.7-3.9 9.1zM69.7 17.7l8.9 4.7V9.3l-8.9 2.8c-.2-.3-.5-.6-.9-.9L72.4 0H59.6l3.5 11.2c-.3.3-.6.5-.9.9l-8.8-2.8v13.1l8.8-4.7c.3.3.6.7.9.9l-5 15.4v.1c-.2.8-.4 1.6-.4 2.4 0 4.1 3.1 7.5 7 8.1h.2c.3 0 .7.1 1 .1.4 0 .7 0 1-.1h.2c4-.6 7.1-4.1 7.1-8.1 0-.8-.1-1.7-.4-2.4V34l-5.1-15.4c.4-.2.7-.6 1-.9zM66 92.8c16.9 0 32.8 1.1 47.1 3.2 4-16.9 8.9-26.7 14-33.5l-9.6-3.4c1 4.9 1.1 7.2 0 10.2-1.5-1.4-3-4.3-4.2-8.7L108.6 76c2.8-2 5-3.2 7.5-3.3-4.4 9.4-10 11.9-13.6 11.2-4.3-.8-6.3-4.6-5.6-7.9 1-4.7 5.7-5.9 8-.5 4.3-8.7-3-11.4-7.6-8.8 7.1-7.2 7.9-13.5 2.1-21.1-8 6.1-8.1 12.3-4.5 20.8-4.7-5.4-12.1-2.5-9.5 6.2 3.4-5.2 7.9-2 7.2 3.1-.6 4.3-6.4 7.8-13.5 7.2-10.3-.9-10.9-8-11.2-13.8 2.5-.5 7.1 1.8 11 7.3L80.2 60c-4.1 4.4-8 5.3-12.3 5.4 1.4-4.4 8-11.6 8-11.6H55.5s6.4 7.2 7.9 11.6c-4.2-.1-8-1-12.3-5.4l1.4 16.4c3.9-5.5 8.5-7.7 10.9-7.3-.3 5.8-.9 12.8-11.1 13.8-7.2.6-12.9-2.9-13.5-7.2-.7-5 3.8-8.3 7.1-3.1 2.7-8.7-4.6-11.6-9.4-6.2 3.7-8.5 3.6-14.7-4.6-20.8-5.8 7.6-5 13.9 2.2 21.1-4.7-2.6-11.9.1-7.7 8.8 2.3-5.5 7.1-4.2 8.1.5.7 3.3-1.3 7.1-5.7 7.9-3.5.7-9-1.8-13.5-11.2 2.5.1 4.7 1.3 7.5 3.3l-4.7-15.4c-1.2 4.4-2.7 7.2-4.3 8.7-1.1-3-.9-5.3 0-10.2l-9.5 3.4c5 6.9 9.9 16.7 14 33.5 14.8-2.1 30.8-3.2 47.7-3.2z\"></path>\n</svg>\n<!--<![endif]-->\n<!--[if IE 8]>\n<img src=\"/assets/images/govuk-logotype-crown.png\" class=\"govuk-header__logotype-crown-fallback-image\" width=\"36\" height=\"32\" alt=\"\">\n<![endif]-->\n\n <span class=\"govuk-header__logotype-text\">\n GOV.UK\n </span>\n </span>\n \n <span class=\"govuk-header__product-name\">\n Product Name\n </span>\n \n </a>\n </div>\n \n <div class=\"govuk-header__content\">\n \n \n <button type=\"button\" class=\"govuk-header__menu-button govuk-js-header-toggle\" aria-controls=\"navigation\" aria-label=\"Show or hide navigation menu\">Menu</button>\n <nav>\n <ul id=\"navigation\" class=\"govuk-header__navigation govuk-header__navigation--end\" aria-label=\"Navigation menu\">\n \n \n <li class=\"govuk-header__navigation-item govuk-header__navigation-item--active\">\n \n <a class=\"govuk-header__link\" href=\"#1\">\n \n Navigation item 1\n \n </a>\n \n </li>\n \n \n \n <li class=\"govuk-header__navigation-item\">\n \n <a class=\"govuk-header__link\" href=\"#2\">\n \n Navigation item 2\n \n </a>\n \n </li>\n \n \n \n <li class=\"govuk-header__navigation-item\">\n \n <a class=\"govuk-header__link\" href=\"#3\">\n \n Navigation item 3\n \n </a>\n \n </li>\n \n \n </ul>\n </nav>\n \n </div>\n \n </div>\n</header>",
250
- "hidden": false
251
- },
252
- {
253
- "name": "navigation item with html",
254
- "options": {
255
- "serviceName": "Service Name",
256
- "serviceUrl": "/components/header",
257
- "navigation": [
258
- {
259
- "href": "#1",
260
- "html": "<em>Navigation item 1</em>",
261
- "active": true
262
- },
263
- {
264
- "href": "#2",
265
- "html": "<em>Navigation item 2</em>"
266
- },
267
- {
268
- "href": "#3",
269
- "html": "<em>Navigation item 3</em>"
270
- }
271
- ]
272
- },
273
- "html": "<header class=\"govuk-header \" role=\"banner\" data-module=\"govuk-header\">\n <div class=\"govuk-header__container govuk-width-container\">\n <div class=\"govuk-header__logo\">\n <a href=\"/\" class=\"govuk-header__link govuk-header__link--homepage\">\n <span class=\"govuk-header__logotype\">\n \n<!--[if gt IE 8]><!-->\n<svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"govuk-header__logotype-crown\"\n xmlns=\"http://www.w3.org/2000/svg\"\n viewBox=\"0 0 132 97\"\n height=\"30\"\n width=\"36\"\n>\n <path\n fill=\"currentColor\" fill-rule=\"evenodd\"\n d=\"M25 30.2c3.5 1.5 7.7-.2 9.1-3.7 1.5-3.6-.2-7.8-3.9-9.2-3.6-1.4-7.6.3-9.1 3.9-1.4 3.5.3 7.5 3.9 9zM9 39.5c3.6 1.5 7.8-.2 9.2-3.7 1.5-3.6-.2-7.8-3.9-9.1-3.6-1.5-7.6.2-9.1 3.8-1.4 3.5.3 7.5 3.8 9zM4.4 57.2c3.5 1.5 7.7-.2 9.1-3.8 1.5-3.6-.2-7.7-3.9-9.1-3.5-1.5-7.6.3-9.1 3.8-1.4 3.5.3 7.6 3.9 9.1zm38.3-21.4c3.5 1.5 7.7-.2 9.1-3.8 1.5-3.6-.2-7.7-3.9-9.1-3.6-1.5-7.6.3-9.1 3.8-1.3 3.6.4 7.7 3.9 9.1zm64.4-5.6c-3.6 1.5-7.8-.2-9.1-3.7-1.5-3.6.2-7.8 3.8-9.2 3.6-1.4 7.7.3 9.2 3.9 1.3 3.5-.4 7.5-3.9 9zm15.9 9.3c-3.6 1.5-7.7-.2-9.1-3.7-1.5-3.6.2-7.8 3.7-9.1 3.6-1.5 7.7.2 9.2 3.8 1.5 3.5-.3 7.5-3.8 9zm4.7 17.7c-3.6 1.5-7.8-.2-9.2-3.8-1.5-3.6.2-7.7 3.9-9.1 3.6-1.5 7.7.3 9.2 3.8 1.3 3.5-.4 7.6-3.9 9.1zM89.3 35.8c-3.6 1.5-7.8-.2-9.2-3.8-1.4-3.6.2-7.7 3.9-9.1 3.6-1.5 7.7.3 9.2 3.8 1.4 3.6-.3 7.7-3.9 9.1zM69.7 17.7l8.9 4.7V9.3l-8.9 2.8c-.2-.3-.5-.6-.9-.9L72.4 0H59.6l3.5 11.2c-.3.3-.6.5-.9.9l-8.8-2.8v13.1l8.8-4.7c.3.3.6.7.9.9l-5 15.4v.1c-.2.8-.4 1.6-.4 2.4 0 4.1 3.1 7.5 7 8.1h.2c.3 0 .7.1 1 .1.4 0 .7 0 1-.1h.2c4-.6 7.1-4.1 7.1-8.1 0-.8-.1-1.7-.4-2.4V34l-5.1-15.4c.4-.2.7-.6 1-.9zM66 92.8c16.9 0 32.8 1.1 47.1 3.2 4-16.9 8.9-26.7 14-33.5l-9.6-3.4c1 4.9 1.1 7.2 0 10.2-1.5-1.4-3-4.3-4.2-8.7L108.6 76c2.8-2 5-3.2 7.5-3.3-4.4 9.4-10 11.9-13.6 11.2-4.3-.8-6.3-4.6-5.6-7.9 1-4.7 5.7-5.9 8-.5 4.3-8.7-3-11.4-7.6-8.8 7.1-7.2 7.9-13.5 2.1-21.1-8 6.1-8.1 12.3-4.5 20.8-4.7-5.4-12.1-2.5-9.5 6.2 3.4-5.2 7.9-2 7.2 3.1-.6 4.3-6.4 7.8-13.5 7.2-10.3-.9-10.9-8-11.2-13.8 2.5-.5 7.1 1.8 11 7.3L80.2 60c-4.1 4.4-8 5.3-12.3 5.4 1.4-4.4 8-11.6 8-11.6H55.5s6.4 7.2 7.9 11.6c-4.2-.1-8-1-12.3-5.4l1.4 16.4c3.9-5.5 8.5-7.7 10.9-7.3-.3 5.8-.9 12.8-11.1 13.8-7.2.6-12.9-2.9-13.5-7.2-.7-5 3.8-8.3 7.1-3.1 2.7-8.7-4.6-11.6-9.4-6.2 3.7-8.5 3.6-14.7-4.6-20.8-5.8 7.6-5 13.9 2.2 21.1-4.7-2.6-11.9.1-7.7 8.8 2.3-5.5 7.1-4.2 8.1.5.7 3.3-1.3 7.1-5.7 7.9-3.5.7-9-1.8-13.5-11.2 2.5.1 4.7 1.3 7.5 3.3l-4.7-15.4c-1.2 4.4-2.7 7.2-4.3 8.7-1.1-3-.9-5.3 0-10.2l-9.5 3.4c5 6.9 9.9 16.7 14 33.5 14.8-2.1 30.8-3.2 47.7-3.2z\"></path>\n</svg>\n<!--<![endif]-->\n<!--[if IE 8]>\n<img src=\"/assets/images/govuk-logotype-crown.png\" class=\"govuk-header__logotype-crown-fallback-image\" width=\"36\" height=\"32\" alt=\"\">\n<![endif]-->\n\n <span class=\"govuk-header__logotype-text\">\n GOV.UK\n </span>\n </span>\n \n </a>\n </div>\n \n <div class=\"govuk-header__content\">\n \n <a href=\"/components/header\" class=\"govuk-header__link govuk-header__link--service-name\">\n Service Name\n </a>\n \n \n <button type=\"button\" class=\"govuk-header__menu-button govuk-js-header-toggle\" aria-controls=\"navigation\" aria-label=\"Show or hide navigation menu\">Menu</button>\n <nav>\n <ul id=\"navigation\" class=\"govuk-header__navigation \" aria-label=\"Navigation menu\">\n \n \n <li class=\"govuk-header__navigation-item govuk-header__navigation-item--active\">\n \n <a class=\"govuk-header__link\" href=\"#1\">\n \n <em>Navigation item 1</em>\n \n </a>\n \n </li>\n \n \n \n <li class=\"govuk-header__navigation-item\">\n \n <a class=\"govuk-header__link\" href=\"#2\">\n \n <em>Navigation item 2</em>\n \n </a>\n \n </li>\n \n \n \n <li class=\"govuk-header__navigation-item\">\n \n <a class=\"govuk-header__link\" href=\"#3\">\n \n <em>Navigation item 3</em>\n \n </a>\n \n </li>\n \n \n </ul>\n </nav>\n \n </div>\n \n </div>\n</header>",
274
- "hidden": false
275
- },
276
- {
277
- "name": "navigation item with text without link",
278
- "options": {
279
- "serviceName": "Service Name",
280
- "serviceUrl": "/components/header",
281
- "navigation": [
282
- {
283
- "text": "Navigation item 1"
284
- },
285
- {
286
- "text": "Navigation item 2"
287
- },
288
- {
289
- "text": "Navigation item 3"
290
- }
291
- ]
292
- },
293
- "html": "<header class=\"govuk-header \" role=\"banner\" data-module=\"govuk-header\">\n <div class=\"govuk-header__container govuk-width-container\">\n <div class=\"govuk-header__logo\">\n <a href=\"/\" class=\"govuk-header__link govuk-header__link--homepage\">\n <span class=\"govuk-header__logotype\">\n \n<!--[if gt IE 8]><!-->\n<svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"govuk-header__logotype-crown\"\n xmlns=\"http://www.w3.org/2000/svg\"\n viewBox=\"0 0 132 97\"\n height=\"30\"\n width=\"36\"\n>\n <path\n fill=\"currentColor\" fill-rule=\"evenodd\"\n d=\"M25 30.2c3.5 1.5 7.7-.2 9.1-3.7 1.5-3.6-.2-7.8-3.9-9.2-3.6-1.4-7.6.3-9.1 3.9-1.4 3.5.3 7.5 3.9 9zM9 39.5c3.6 1.5 7.8-.2 9.2-3.7 1.5-3.6-.2-7.8-3.9-9.1-3.6-1.5-7.6.2-9.1 3.8-1.4 3.5.3 7.5 3.8 9zM4.4 57.2c3.5 1.5 7.7-.2 9.1-3.8 1.5-3.6-.2-7.7-3.9-9.1-3.5-1.5-7.6.3-9.1 3.8-1.4 3.5.3 7.6 3.9 9.1zm38.3-21.4c3.5 1.5 7.7-.2 9.1-3.8 1.5-3.6-.2-7.7-3.9-9.1-3.6-1.5-7.6.3-9.1 3.8-1.3 3.6.4 7.7 3.9 9.1zm64.4-5.6c-3.6 1.5-7.8-.2-9.1-3.7-1.5-3.6.2-7.8 3.8-9.2 3.6-1.4 7.7.3 9.2 3.9 1.3 3.5-.4 7.5-3.9 9zm15.9 9.3c-3.6 1.5-7.7-.2-9.1-3.7-1.5-3.6.2-7.8 3.7-9.1 3.6-1.5 7.7.2 9.2 3.8 1.5 3.5-.3 7.5-3.8 9zm4.7 17.7c-3.6 1.5-7.8-.2-9.2-3.8-1.5-3.6.2-7.7 3.9-9.1 3.6-1.5 7.7.3 9.2 3.8 1.3 3.5-.4 7.6-3.9 9.1zM89.3 35.8c-3.6 1.5-7.8-.2-9.2-3.8-1.4-3.6.2-7.7 3.9-9.1 3.6-1.5 7.7.3 9.2 3.8 1.4 3.6-.3 7.7-3.9 9.1zM69.7 17.7l8.9 4.7V9.3l-8.9 2.8c-.2-.3-.5-.6-.9-.9L72.4 0H59.6l3.5 11.2c-.3.3-.6.5-.9.9l-8.8-2.8v13.1l8.8-4.7c.3.3.6.7.9.9l-5 15.4v.1c-.2.8-.4 1.6-.4 2.4 0 4.1 3.1 7.5 7 8.1h.2c.3 0 .7.1 1 .1.4 0 .7 0 1-.1h.2c4-.6 7.1-4.1 7.1-8.1 0-.8-.1-1.7-.4-2.4V34l-5.1-15.4c.4-.2.7-.6 1-.9zM66 92.8c16.9 0 32.8 1.1 47.1 3.2 4-16.9 8.9-26.7 14-33.5l-9.6-3.4c1 4.9 1.1 7.2 0 10.2-1.5-1.4-3-4.3-4.2-8.7L108.6 76c2.8-2 5-3.2 7.5-3.3-4.4 9.4-10 11.9-13.6 11.2-4.3-.8-6.3-4.6-5.6-7.9 1-4.7 5.7-5.9 8-.5 4.3-8.7-3-11.4-7.6-8.8 7.1-7.2 7.9-13.5 2.1-21.1-8 6.1-8.1 12.3-4.5 20.8-4.7-5.4-12.1-2.5-9.5 6.2 3.4-5.2 7.9-2 7.2 3.1-.6 4.3-6.4 7.8-13.5 7.2-10.3-.9-10.9-8-11.2-13.8 2.5-.5 7.1 1.8 11 7.3L80.2 60c-4.1 4.4-8 5.3-12.3 5.4 1.4-4.4 8-11.6 8-11.6H55.5s6.4 7.2 7.9 11.6c-4.2-.1-8-1-12.3-5.4l1.4 16.4c3.9-5.5 8.5-7.7 10.9-7.3-.3 5.8-.9 12.8-11.1 13.8-7.2.6-12.9-2.9-13.5-7.2-.7-5 3.8-8.3 7.1-3.1 2.7-8.7-4.6-11.6-9.4-6.2 3.7-8.5 3.6-14.7-4.6-20.8-5.8 7.6-5 13.9 2.2 21.1-4.7-2.6-11.9.1-7.7 8.8 2.3-5.5 7.1-4.2 8.1.5.7 3.3-1.3 7.1-5.7 7.9-3.5.7-9-1.8-13.5-11.2 2.5.1 4.7 1.3 7.5 3.3l-4.7-15.4c-1.2 4.4-2.7 7.2-4.3 8.7-1.1-3-.9-5.3 0-10.2l-9.5 3.4c5 6.9 9.9 16.7 14 33.5 14.8-2.1 30.8-3.2 47.7-3.2z\"></path>\n</svg>\n<!--<![endif]-->\n<!--[if IE 8]>\n<img src=\"/assets/images/govuk-logotype-crown.png\" class=\"govuk-header__logotype-crown-fallback-image\" width=\"36\" height=\"32\" alt=\"\">\n<![endif]-->\n\n <span class=\"govuk-header__logotype-text\">\n GOV.UK\n </span>\n </span>\n \n </a>\n </div>\n \n <div class=\"govuk-header__content\">\n \n <a href=\"/components/header\" class=\"govuk-header__link govuk-header__link--service-name\">\n Service Name\n </a>\n \n \n <button type=\"button\" class=\"govuk-header__menu-button govuk-js-header-toggle\" aria-controls=\"navigation\" aria-label=\"Show or hide navigation menu\">Menu</button>\n <nav>\n <ul id=\"navigation\" class=\"govuk-header__navigation \" aria-label=\"Navigation menu\">\n \n \n <li class=\"govuk-header__navigation-item\">\n \n Navigation item 1\n \n </li>\n \n \n \n <li class=\"govuk-header__navigation-item\">\n \n Navigation item 2\n \n </li>\n \n \n \n <li class=\"govuk-header__navigation-item\">\n \n Navigation item 3\n \n </li>\n \n \n </ul>\n </nav>\n \n </div>\n \n </div>\n</header>",
294
- "hidden": false
295
- },
296
- {
297
- "name": "attributes",
298
- "options": {
299
- "attributes": {
300
- "data-test-attribute": "value",
301
- "data-test-attribute-2": "value-2"
302
- }
303
- },
304
- "html": "<header class=\"govuk-header \" role=\"banner\" data-module=\"govuk-header\" data-test-attribute=\"value\" data-test-attribute-2=\"value-2\">\n <div class=\"govuk-header__container govuk-width-container\">\n <div class=\"govuk-header__logo\">\n <a href=\"/\" class=\"govuk-header__link govuk-header__link--homepage\">\n <span class=\"govuk-header__logotype\">\n \n<!--[if gt IE 8]><!-->\n<svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"govuk-header__logotype-crown\"\n xmlns=\"http://www.w3.org/2000/svg\"\n viewBox=\"0 0 132 97\"\n height=\"30\"\n width=\"36\"\n>\n <path\n fill=\"currentColor\" fill-rule=\"evenodd\"\n d=\"M25 30.2c3.5 1.5 7.7-.2 9.1-3.7 1.5-3.6-.2-7.8-3.9-9.2-3.6-1.4-7.6.3-9.1 3.9-1.4 3.5.3 7.5 3.9 9zM9 39.5c3.6 1.5 7.8-.2 9.2-3.7 1.5-3.6-.2-7.8-3.9-9.1-3.6-1.5-7.6.2-9.1 3.8-1.4 3.5.3 7.5 3.8 9zM4.4 57.2c3.5 1.5 7.7-.2 9.1-3.8 1.5-3.6-.2-7.7-3.9-9.1-3.5-1.5-7.6.3-9.1 3.8-1.4 3.5.3 7.6 3.9 9.1zm38.3-21.4c3.5 1.5 7.7-.2 9.1-3.8 1.5-3.6-.2-7.7-3.9-9.1-3.6-1.5-7.6.3-9.1 3.8-1.3 3.6.4 7.7 3.9 9.1zm64.4-5.6c-3.6 1.5-7.8-.2-9.1-3.7-1.5-3.6.2-7.8 3.8-9.2 3.6-1.4 7.7.3 9.2 3.9 1.3 3.5-.4 7.5-3.9 9zm15.9 9.3c-3.6 1.5-7.7-.2-9.1-3.7-1.5-3.6.2-7.8 3.7-9.1 3.6-1.5 7.7.2 9.2 3.8 1.5 3.5-.3 7.5-3.8 9zm4.7 17.7c-3.6 1.5-7.8-.2-9.2-3.8-1.5-3.6.2-7.7 3.9-9.1 3.6-1.5 7.7.3 9.2 3.8 1.3 3.5-.4 7.6-3.9 9.1zM89.3 35.8c-3.6 1.5-7.8-.2-9.2-3.8-1.4-3.6.2-7.7 3.9-9.1 3.6-1.5 7.7.3 9.2 3.8 1.4 3.6-.3 7.7-3.9 9.1zM69.7 17.7l8.9 4.7V9.3l-8.9 2.8c-.2-.3-.5-.6-.9-.9L72.4 0H59.6l3.5 11.2c-.3.3-.6.5-.9.9l-8.8-2.8v13.1l8.8-4.7c.3.3.6.7.9.9l-5 15.4v.1c-.2.8-.4 1.6-.4 2.4 0 4.1 3.1 7.5 7 8.1h.2c.3 0 .7.1 1 .1.4 0 .7 0 1-.1h.2c4-.6 7.1-4.1 7.1-8.1 0-.8-.1-1.7-.4-2.4V34l-5.1-15.4c.4-.2.7-.6 1-.9zM66 92.8c16.9 0 32.8 1.1 47.1 3.2 4-16.9 8.9-26.7 14-33.5l-9.6-3.4c1 4.9 1.1 7.2 0 10.2-1.5-1.4-3-4.3-4.2-8.7L108.6 76c2.8-2 5-3.2 7.5-3.3-4.4 9.4-10 11.9-13.6 11.2-4.3-.8-6.3-4.6-5.6-7.9 1-4.7 5.7-5.9 8-.5 4.3-8.7-3-11.4-7.6-8.8 7.1-7.2 7.9-13.5 2.1-21.1-8 6.1-8.1 12.3-4.5 20.8-4.7-5.4-12.1-2.5-9.5 6.2 3.4-5.2 7.9-2 7.2 3.1-.6 4.3-6.4 7.8-13.5 7.2-10.3-.9-10.9-8-11.2-13.8 2.5-.5 7.1 1.8 11 7.3L80.2 60c-4.1 4.4-8 5.3-12.3 5.4 1.4-4.4 8-11.6 8-11.6H55.5s6.4 7.2 7.9 11.6c-4.2-.1-8-1-12.3-5.4l1.4 16.4c3.9-5.5 8.5-7.7 10.9-7.3-.3 5.8-.9 12.8-11.1 13.8-7.2.6-12.9-2.9-13.5-7.2-.7-5 3.8-8.3 7.1-3.1 2.7-8.7-4.6-11.6-9.4-6.2 3.7-8.5 3.6-14.7-4.6-20.8-5.8 7.6-5 13.9 2.2 21.1-4.7-2.6-11.9.1-7.7 8.8 2.3-5.5 7.1-4.2 8.1.5.7 3.3-1.3 7.1-5.7 7.9-3.5.7-9-1.8-13.5-11.2 2.5.1 4.7 1.3 7.5 3.3l-4.7-15.4c-1.2 4.4-2.7 7.2-4.3 8.7-1.1-3-.9-5.3 0-10.2l-9.5 3.4c5 6.9 9.9 16.7 14 33.5 14.8-2.1 30.8-3.2 47.7-3.2z\"></path>\n</svg>\n<!--<![endif]-->\n<!--[if IE 8]>\n<img src=\"/assets/images/govuk-logotype-crown.png\" class=\"govuk-header__logotype-crown-fallback-image\" width=\"36\" height=\"32\" alt=\"\">\n<![endif]-->\n\n <span class=\"govuk-header__logotype-text\">\n GOV.UK\n </span>\n </span>\n \n </a>\n </div>\n \n </div>\n</header>",
305
- "hidden": true
306
- },
307
- {
308
- "name": "classes",
309
- "options": {
310
- "classes": "app-header--custom-modifier"
311
- },
312
- "html": "<header class=\"govuk-header app-header--custom-modifier\" role=\"banner\" data-module=\"govuk-header\">\n <div class=\"govuk-header__container govuk-width-container\">\n <div class=\"govuk-header__logo\">\n <a href=\"/\" class=\"govuk-header__link govuk-header__link--homepage\">\n <span class=\"govuk-header__logotype\">\n \n<!--[if gt IE 8]><!-->\n<svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"govuk-header__logotype-crown\"\n xmlns=\"http://www.w3.org/2000/svg\"\n viewBox=\"0 0 132 97\"\n height=\"30\"\n width=\"36\"\n>\n <path\n fill=\"currentColor\" fill-rule=\"evenodd\"\n d=\"M25 30.2c3.5 1.5 7.7-.2 9.1-3.7 1.5-3.6-.2-7.8-3.9-9.2-3.6-1.4-7.6.3-9.1 3.9-1.4 3.5.3 7.5 3.9 9zM9 39.5c3.6 1.5 7.8-.2 9.2-3.7 1.5-3.6-.2-7.8-3.9-9.1-3.6-1.5-7.6.2-9.1 3.8-1.4 3.5.3 7.5 3.8 9zM4.4 57.2c3.5 1.5 7.7-.2 9.1-3.8 1.5-3.6-.2-7.7-3.9-9.1-3.5-1.5-7.6.3-9.1 3.8-1.4 3.5.3 7.6 3.9 9.1zm38.3-21.4c3.5 1.5 7.7-.2 9.1-3.8 1.5-3.6-.2-7.7-3.9-9.1-3.6-1.5-7.6.3-9.1 3.8-1.3 3.6.4 7.7 3.9 9.1zm64.4-5.6c-3.6 1.5-7.8-.2-9.1-3.7-1.5-3.6.2-7.8 3.8-9.2 3.6-1.4 7.7.3 9.2 3.9 1.3 3.5-.4 7.5-3.9 9zm15.9 9.3c-3.6 1.5-7.7-.2-9.1-3.7-1.5-3.6.2-7.8 3.7-9.1 3.6-1.5 7.7.2 9.2 3.8 1.5 3.5-.3 7.5-3.8 9zm4.7 17.7c-3.6 1.5-7.8-.2-9.2-3.8-1.5-3.6.2-7.7 3.9-9.1 3.6-1.5 7.7.3 9.2 3.8 1.3 3.5-.4 7.6-3.9 9.1zM89.3 35.8c-3.6 1.5-7.8-.2-9.2-3.8-1.4-3.6.2-7.7 3.9-9.1 3.6-1.5 7.7.3 9.2 3.8 1.4 3.6-.3 7.7-3.9 9.1zM69.7 17.7l8.9 4.7V9.3l-8.9 2.8c-.2-.3-.5-.6-.9-.9L72.4 0H59.6l3.5 11.2c-.3.3-.6.5-.9.9l-8.8-2.8v13.1l8.8-4.7c.3.3.6.7.9.9l-5 15.4v.1c-.2.8-.4 1.6-.4 2.4 0 4.1 3.1 7.5 7 8.1h.2c.3 0 .7.1 1 .1.4 0 .7 0 1-.1h.2c4-.6 7.1-4.1 7.1-8.1 0-.8-.1-1.7-.4-2.4V34l-5.1-15.4c.4-.2.7-.6 1-.9zM66 92.8c16.9 0 32.8 1.1 47.1 3.2 4-16.9 8.9-26.7 14-33.5l-9.6-3.4c1 4.9 1.1 7.2 0 10.2-1.5-1.4-3-4.3-4.2-8.7L108.6 76c2.8-2 5-3.2 7.5-3.3-4.4 9.4-10 11.9-13.6 11.2-4.3-.8-6.3-4.6-5.6-7.9 1-4.7 5.7-5.9 8-.5 4.3-8.7-3-11.4-7.6-8.8 7.1-7.2 7.9-13.5 2.1-21.1-8 6.1-8.1 12.3-4.5 20.8-4.7-5.4-12.1-2.5-9.5 6.2 3.4-5.2 7.9-2 7.2 3.1-.6 4.3-6.4 7.8-13.5 7.2-10.3-.9-10.9-8-11.2-13.8 2.5-.5 7.1 1.8 11 7.3L80.2 60c-4.1 4.4-8 5.3-12.3 5.4 1.4-4.4 8-11.6 8-11.6H55.5s6.4 7.2 7.9 11.6c-4.2-.1-8-1-12.3-5.4l1.4 16.4c3.9-5.5 8.5-7.7 10.9-7.3-.3 5.8-.9 12.8-11.1 13.8-7.2.6-12.9-2.9-13.5-7.2-.7-5 3.8-8.3 7.1-3.1 2.7-8.7-4.6-11.6-9.4-6.2 3.7-8.5 3.6-14.7-4.6-20.8-5.8 7.6-5 13.9 2.2 21.1-4.7-2.6-11.9.1-7.7 8.8 2.3-5.5 7.1-4.2 8.1.5.7 3.3-1.3 7.1-5.7 7.9-3.5.7-9-1.8-13.5-11.2 2.5.1 4.7 1.3 7.5 3.3l-4.7-15.4c-1.2 4.4-2.7 7.2-4.3 8.7-1.1-3-.9-5.3 0-10.2l-9.5 3.4c5 6.9 9.9 16.7 14 33.5 14.8-2.1 30.8-3.2 47.7-3.2z\"></path>\n</svg>\n<!--<![endif]-->\n<!--[if IE 8]>\n<img src=\"/assets/images/govuk-logotype-crown.png\" class=\"govuk-header__logotype-crown-fallback-image\" width=\"36\" height=\"32\" alt=\"\">\n<![endif]-->\n\n <span class=\"govuk-header__logotype-text\">\n GOV.UK\n </span>\n </span>\n \n </a>\n </div>\n \n </div>\n</header>",
313
- "hidden": true
314
- },
315
- {
316
- "name": "custom homepage url",
317
- "options": {
318
- "homepageUrl": "/"
319
- },
320
- "html": "<header class=\"govuk-header \" role=\"banner\" data-module=\"govuk-header\">\n <div class=\"govuk-header__container govuk-width-container\">\n <div class=\"govuk-header__logo\">\n <a href=\"/\" class=\"govuk-header__link govuk-header__link--homepage\">\n <span class=\"govuk-header__logotype\">\n \n<!--[if gt IE 8]><!-->\n<svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"govuk-header__logotype-crown\"\n xmlns=\"http://www.w3.org/2000/svg\"\n viewBox=\"0 0 132 97\"\n height=\"30\"\n width=\"36\"\n>\n <path\n fill=\"currentColor\" fill-rule=\"evenodd\"\n d=\"M25 30.2c3.5 1.5 7.7-.2 9.1-3.7 1.5-3.6-.2-7.8-3.9-9.2-3.6-1.4-7.6.3-9.1 3.9-1.4 3.5.3 7.5 3.9 9zM9 39.5c3.6 1.5 7.8-.2 9.2-3.7 1.5-3.6-.2-7.8-3.9-9.1-3.6-1.5-7.6.2-9.1 3.8-1.4 3.5.3 7.5 3.8 9zM4.4 57.2c3.5 1.5 7.7-.2 9.1-3.8 1.5-3.6-.2-7.7-3.9-9.1-3.5-1.5-7.6.3-9.1 3.8-1.4 3.5.3 7.6 3.9 9.1zm38.3-21.4c3.5 1.5 7.7-.2 9.1-3.8 1.5-3.6-.2-7.7-3.9-9.1-3.6-1.5-7.6.3-9.1 3.8-1.3 3.6.4 7.7 3.9 9.1zm64.4-5.6c-3.6 1.5-7.8-.2-9.1-3.7-1.5-3.6.2-7.8 3.8-9.2 3.6-1.4 7.7.3 9.2 3.9 1.3 3.5-.4 7.5-3.9 9zm15.9 9.3c-3.6 1.5-7.7-.2-9.1-3.7-1.5-3.6.2-7.8 3.7-9.1 3.6-1.5 7.7.2 9.2 3.8 1.5 3.5-.3 7.5-3.8 9zm4.7 17.7c-3.6 1.5-7.8-.2-9.2-3.8-1.5-3.6.2-7.7 3.9-9.1 3.6-1.5 7.7.3 9.2 3.8 1.3 3.5-.4 7.6-3.9 9.1zM89.3 35.8c-3.6 1.5-7.8-.2-9.2-3.8-1.4-3.6.2-7.7 3.9-9.1 3.6-1.5 7.7.3 9.2 3.8 1.4 3.6-.3 7.7-3.9 9.1zM69.7 17.7l8.9 4.7V9.3l-8.9 2.8c-.2-.3-.5-.6-.9-.9L72.4 0H59.6l3.5 11.2c-.3.3-.6.5-.9.9l-8.8-2.8v13.1l8.8-4.7c.3.3.6.7.9.9l-5 15.4v.1c-.2.8-.4 1.6-.4 2.4 0 4.1 3.1 7.5 7 8.1h.2c.3 0 .7.1 1 .1.4 0 .7 0 1-.1h.2c4-.6 7.1-4.1 7.1-8.1 0-.8-.1-1.7-.4-2.4V34l-5.1-15.4c.4-.2.7-.6 1-.9zM66 92.8c16.9 0 32.8 1.1 47.1 3.2 4-16.9 8.9-26.7 14-33.5l-9.6-3.4c1 4.9 1.1 7.2 0 10.2-1.5-1.4-3-4.3-4.2-8.7L108.6 76c2.8-2 5-3.2 7.5-3.3-4.4 9.4-10 11.9-13.6 11.2-4.3-.8-6.3-4.6-5.6-7.9 1-4.7 5.7-5.9 8-.5 4.3-8.7-3-11.4-7.6-8.8 7.1-7.2 7.9-13.5 2.1-21.1-8 6.1-8.1 12.3-4.5 20.8-4.7-5.4-12.1-2.5-9.5 6.2 3.4-5.2 7.9-2 7.2 3.1-.6 4.3-6.4 7.8-13.5 7.2-10.3-.9-10.9-8-11.2-13.8 2.5-.5 7.1 1.8 11 7.3L80.2 60c-4.1 4.4-8 5.3-12.3 5.4 1.4-4.4 8-11.6 8-11.6H55.5s6.4 7.2 7.9 11.6c-4.2-.1-8-1-12.3-5.4l1.4 16.4c3.9-5.5 8.5-7.7 10.9-7.3-.3 5.8-.9 12.8-11.1 13.8-7.2.6-12.9-2.9-13.5-7.2-.7-5 3.8-8.3 7.1-3.1 2.7-8.7-4.6-11.6-9.4-6.2 3.7-8.5 3.6-14.7-4.6-20.8-5.8 7.6-5 13.9 2.2 21.1-4.7-2.6-11.9.1-7.7 8.8 2.3-5.5 7.1-4.2 8.1.5.7 3.3-1.3 7.1-5.7 7.9-3.5.7-9-1.8-13.5-11.2 2.5.1 4.7 1.3 7.5 3.3l-4.7-15.4c-1.2 4.4-2.7 7.2-4.3 8.7-1.1-3-.9-5.3 0-10.2l-9.5 3.4c5 6.9 9.9 16.7 14 33.5 14.8-2.1 30.8-3.2 47.7-3.2z\"></path>\n</svg>\n<!--<![endif]-->\n<!--[if IE 8]>\n<img src=\"/assets/images/govuk-logotype-crown.png\" class=\"govuk-header__logotype-crown-fallback-image\" width=\"36\" height=\"32\" alt=\"\">\n<![endif]-->\n\n <span class=\"govuk-header__logotype-text\">\n GOV.UK\n </span>\n </span>\n \n </a>\n </div>\n \n </div>\n</header>",
321
- "hidden": true
322
- },
323
- {
324
- "name": "navigation item with attributes",
325
- "options": {
326
- "navigation": [
327
- {
328
- "href": "/link",
329
- "text": "Item",
330
- "attributes": {
331
- "data-attribute": "my-attribute",
332
- "data-attribute-2": "my-attribute-2"
333
- }
334
- }
335
- ]
336
- },
337
- "html": "<header class=\"govuk-header \" role=\"banner\" data-module=\"govuk-header\">\n <div class=\"govuk-header__container govuk-width-container\">\n <div class=\"govuk-header__logo\">\n <a href=\"/\" class=\"govuk-header__link govuk-header__link--homepage\">\n <span class=\"govuk-header__logotype\">\n \n<!--[if gt IE 8]><!-->\n<svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"govuk-header__logotype-crown\"\n xmlns=\"http://www.w3.org/2000/svg\"\n viewBox=\"0 0 132 97\"\n height=\"30\"\n width=\"36\"\n>\n <path\n fill=\"currentColor\" fill-rule=\"evenodd\"\n d=\"M25 30.2c3.5 1.5 7.7-.2 9.1-3.7 1.5-3.6-.2-7.8-3.9-9.2-3.6-1.4-7.6.3-9.1 3.9-1.4 3.5.3 7.5 3.9 9zM9 39.5c3.6 1.5 7.8-.2 9.2-3.7 1.5-3.6-.2-7.8-3.9-9.1-3.6-1.5-7.6.2-9.1 3.8-1.4 3.5.3 7.5 3.8 9zM4.4 57.2c3.5 1.5 7.7-.2 9.1-3.8 1.5-3.6-.2-7.7-3.9-9.1-3.5-1.5-7.6.3-9.1 3.8-1.4 3.5.3 7.6 3.9 9.1zm38.3-21.4c3.5 1.5 7.7-.2 9.1-3.8 1.5-3.6-.2-7.7-3.9-9.1-3.6-1.5-7.6.3-9.1 3.8-1.3 3.6.4 7.7 3.9 9.1zm64.4-5.6c-3.6 1.5-7.8-.2-9.1-3.7-1.5-3.6.2-7.8 3.8-9.2 3.6-1.4 7.7.3 9.2 3.9 1.3 3.5-.4 7.5-3.9 9zm15.9 9.3c-3.6 1.5-7.7-.2-9.1-3.7-1.5-3.6.2-7.8 3.7-9.1 3.6-1.5 7.7.2 9.2 3.8 1.5 3.5-.3 7.5-3.8 9zm4.7 17.7c-3.6 1.5-7.8-.2-9.2-3.8-1.5-3.6.2-7.7 3.9-9.1 3.6-1.5 7.7.3 9.2 3.8 1.3 3.5-.4 7.6-3.9 9.1zM89.3 35.8c-3.6 1.5-7.8-.2-9.2-3.8-1.4-3.6.2-7.7 3.9-9.1 3.6-1.5 7.7.3 9.2 3.8 1.4 3.6-.3 7.7-3.9 9.1zM69.7 17.7l8.9 4.7V9.3l-8.9 2.8c-.2-.3-.5-.6-.9-.9L72.4 0H59.6l3.5 11.2c-.3.3-.6.5-.9.9l-8.8-2.8v13.1l8.8-4.7c.3.3.6.7.9.9l-5 15.4v.1c-.2.8-.4 1.6-.4 2.4 0 4.1 3.1 7.5 7 8.1h.2c.3 0 .7.1 1 .1.4 0 .7 0 1-.1h.2c4-.6 7.1-4.1 7.1-8.1 0-.8-.1-1.7-.4-2.4V34l-5.1-15.4c.4-.2.7-.6 1-.9zM66 92.8c16.9 0 32.8 1.1 47.1 3.2 4-16.9 8.9-26.7 14-33.5l-9.6-3.4c1 4.9 1.1 7.2 0 10.2-1.5-1.4-3-4.3-4.2-8.7L108.6 76c2.8-2 5-3.2 7.5-3.3-4.4 9.4-10 11.9-13.6 11.2-4.3-.8-6.3-4.6-5.6-7.9 1-4.7 5.7-5.9 8-.5 4.3-8.7-3-11.4-7.6-8.8 7.1-7.2 7.9-13.5 2.1-21.1-8 6.1-8.1 12.3-4.5 20.8-4.7-5.4-12.1-2.5-9.5 6.2 3.4-5.2 7.9-2 7.2 3.1-.6 4.3-6.4 7.8-13.5 7.2-10.3-.9-10.9-8-11.2-13.8 2.5-.5 7.1 1.8 11 7.3L80.2 60c-4.1 4.4-8 5.3-12.3 5.4 1.4-4.4 8-11.6 8-11.6H55.5s6.4 7.2 7.9 11.6c-4.2-.1-8-1-12.3-5.4l1.4 16.4c3.9-5.5 8.5-7.7 10.9-7.3-.3 5.8-.9 12.8-11.1 13.8-7.2.6-12.9-2.9-13.5-7.2-.7-5 3.8-8.3 7.1-3.1 2.7-8.7-4.6-11.6-9.4-6.2 3.7-8.5 3.6-14.7-4.6-20.8-5.8 7.6-5 13.9 2.2 21.1-4.7-2.6-11.9.1-7.7 8.8 2.3-5.5 7.1-4.2 8.1.5.7 3.3-1.3 7.1-5.7 7.9-3.5.7-9-1.8-13.5-11.2 2.5.1 4.7 1.3 7.5 3.3l-4.7-15.4c-1.2 4.4-2.7 7.2-4.3 8.7-1.1-3-.9-5.3 0-10.2l-9.5 3.4c5 6.9 9.9 16.7 14 33.5 14.8-2.1 30.8-3.2 47.7-3.2z\"></path>\n</svg>\n<!--<![endif]-->\n<!--[if IE 8]>\n<img src=\"/assets/images/govuk-logotype-crown.png\" class=\"govuk-header__logotype-crown-fallback-image\" width=\"36\" height=\"32\" alt=\"\">\n<![endif]-->\n\n <span class=\"govuk-header__logotype-text\">\n GOV.UK\n </span>\n </span>\n \n </a>\n </div>\n \n <div class=\"govuk-header__content\">\n \n \n <button type=\"button\" class=\"govuk-header__menu-button govuk-js-header-toggle\" aria-controls=\"navigation\" aria-label=\"Show or hide navigation menu\">Menu</button>\n <nav>\n <ul id=\"navigation\" class=\"govuk-header__navigation \" aria-label=\"Navigation menu\">\n \n \n <li class=\"govuk-header__navigation-item\">\n \n <a class=\"govuk-header__link\" href=\"/link\" data-attribute=\"my-attribute\" data-attribute-2=\"my-attribute-2\">\n \n Item\n \n </a>\n \n </li>\n \n \n </ul>\n </nav>\n \n </div>\n \n </div>\n</header>",
338
- "hidden": true
339
- },
340
- {
341
- "name": "navigation item with html as text",
342
- "options": {
343
- "serviceName": "Service Name",
344
- "serviceUrl": "/components/header",
345
- "navigation": [
346
- {
347
- "href": "#1",
348
- "text": "<em>Navigation item 1</em>",
349
- "active": true
350
- },
351
- {
352
- "href": "#2",
353
- "text": "<em>Navigation item 2</em>"
354
- },
355
- {
356
- "href": "#3",
357
- "text": "<em>Navigation item 3</em>"
358
- }
359
- ]
360
- },
361
- "html": "<header class=\"govuk-header \" role=\"banner\" data-module=\"govuk-header\">\n <div class=\"govuk-header__container govuk-width-container\">\n <div class=\"govuk-header__logo\">\n <a href=\"/\" class=\"govuk-header__link govuk-header__link--homepage\">\n <span class=\"govuk-header__logotype\">\n \n<!--[if gt IE 8]><!-->\n<svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"govuk-header__logotype-crown\"\n xmlns=\"http://www.w3.org/2000/svg\"\n viewBox=\"0 0 132 97\"\n height=\"30\"\n width=\"36\"\n>\n <path\n fill=\"currentColor\" fill-rule=\"evenodd\"\n d=\"M25 30.2c3.5 1.5 7.7-.2 9.1-3.7 1.5-3.6-.2-7.8-3.9-9.2-3.6-1.4-7.6.3-9.1 3.9-1.4 3.5.3 7.5 3.9 9zM9 39.5c3.6 1.5 7.8-.2 9.2-3.7 1.5-3.6-.2-7.8-3.9-9.1-3.6-1.5-7.6.2-9.1 3.8-1.4 3.5.3 7.5 3.8 9zM4.4 57.2c3.5 1.5 7.7-.2 9.1-3.8 1.5-3.6-.2-7.7-3.9-9.1-3.5-1.5-7.6.3-9.1 3.8-1.4 3.5.3 7.6 3.9 9.1zm38.3-21.4c3.5 1.5 7.7-.2 9.1-3.8 1.5-3.6-.2-7.7-3.9-9.1-3.6-1.5-7.6.3-9.1 3.8-1.3 3.6.4 7.7 3.9 9.1zm64.4-5.6c-3.6 1.5-7.8-.2-9.1-3.7-1.5-3.6.2-7.8 3.8-9.2 3.6-1.4 7.7.3 9.2 3.9 1.3 3.5-.4 7.5-3.9 9zm15.9 9.3c-3.6 1.5-7.7-.2-9.1-3.7-1.5-3.6.2-7.8 3.7-9.1 3.6-1.5 7.7.2 9.2 3.8 1.5 3.5-.3 7.5-3.8 9zm4.7 17.7c-3.6 1.5-7.8-.2-9.2-3.8-1.5-3.6.2-7.7 3.9-9.1 3.6-1.5 7.7.3 9.2 3.8 1.3 3.5-.4 7.6-3.9 9.1zM89.3 35.8c-3.6 1.5-7.8-.2-9.2-3.8-1.4-3.6.2-7.7 3.9-9.1 3.6-1.5 7.7.3 9.2 3.8 1.4 3.6-.3 7.7-3.9 9.1zM69.7 17.7l8.9 4.7V9.3l-8.9 2.8c-.2-.3-.5-.6-.9-.9L72.4 0H59.6l3.5 11.2c-.3.3-.6.5-.9.9l-8.8-2.8v13.1l8.8-4.7c.3.3.6.7.9.9l-5 15.4v.1c-.2.8-.4 1.6-.4 2.4 0 4.1 3.1 7.5 7 8.1h.2c.3 0 .7.1 1 .1.4 0 .7 0 1-.1h.2c4-.6 7.1-4.1 7.1-8.1 0-.8-.1-1.7-.4-2.4V34l-5.1-15.4c.4-.2.7-.6 1-.9zM66 92.8c16.9 0 32.8 1.1 47.1 3.2 4-16.9 8.9-26.7 14-33.5l-9.6-3.4c1 4.9 1.1 7.2 0 10.2-1.5-1.4-3-4.3-4.2-8.7L108.6 76c2.8-2 5-3.2 7.5-3.3-4.4 9.4-10 11.9-13.6 11.2-4.3-.8-6.3-4.6-5.6-7.9 1-4.7 5.7-5.9 8-.5 4.3-8.7-3-11.4-7.6-8.8 7.1-7.2 7.9-13.5 2.1-21.1-8 6.1-8.1 12.3-4.5 20.8-4.7-5.4-12.1-2.5-9.5 6.2 3.4-5.2 7.9-2 7.2 3.1-.6 4.3-6.4 7.8-13.5 7.2-10.3-.9-10.9-8-11.2-13.8 2.5-.5 7.1 1.8 11 7.3L80.2 60c-4.1 4.4-8 5.3-12.3 5.4 1.4-4.4 8-11.6 8-11.6H55.5s6.4 7.2 7.9 11.6c-4.2-.1-8-1-12.3-5.4l1.4 16.4c3.9-5.5 8.5-7.7 10.9-7.3-.3 5.8-.9 12.8-11.1 13.8-7.2.6-12.9-2.9-13.5-7.2-.7-5 3.8-8.3 7.1-3.1 2.7-8.7-4.6-11.6-9.4-6.2 3.7-8.5 3.6-14.7-4.6-20.8-5.8 7.6-5 13.9 2.2 21.1-4.7-2.6-11.9.1-7.7 8.8 2.3-5.5 7.1-4.2 8.1.5.7 3.3-1.3 7.1-5.7 7.9-3.5.7-9-1.8-13.5-11.2 2.5.1 4.7 1.3 7.5 3.3l-4.7-15.4c-1.2 4.4-2.7 7.2-4.3 8.7-1.1-3-.9-5.3 0-10.2l-9.5 3.4c5 6.9 9.9 16.7 14 33.5 14.8-2.1 30.8-3.2 47.7-3.2z\"></path>\n</svg>\n<!--<![endif]-->\n<!--[if IE 8]>\n<img src=\"/assets/images/govuk-logotype-crown.png\" class=\"govuk-header__logotype-crown-fallback-image\" width=\"36\" height=\"32\" alt=\"\">\n<![endif]-->\n\n <span class=\"govuk-header__logotype-text\">\n GOV.UK\n </span>\n </span>\n \n </a>\n </div>\n \n <div class=\"govuk-header__content\">\n \n <a href=\"/components/header\" class=\"govuk-header__link govuk-header__link--service-name\">\n Service Name\n </a>\n \n \n <button type=\"button\" class=\"govuk-header__menu-button govuk-js-header-toggle\" aria-controls=\"navigation\" aria-label=\"Show or hide navigation menu\">Menu</button>\n <nav>\n <ul id=\"navigation\" class=\"govuk-header__navigation \" aria-label=\"Navigation menu\">\n \n \n <li class=\"govuk-header__navigation-item govuk-header__navigation-item--active\">\n \n <a class=\"govuk-header__link\" href=\"#1\">\n \n &lt;em&gt;Navigation item 1&lt;/em&gt;\n \n </a>\n \n </li>\n \n \n \n <li class=\"govuk-header__navigation-item\">\n \n <a class=\"govuk-header__link\" href=\"#2\">\n \n &lt;em&gt;Navigation item 2&lt;/em&gt;\n \n </a>\n \n </li>\n \n \n \n <li class=\"govuk-header__navigation-item\">\n \n <a class=\"govuk-header__link\" href=\"#3\">\n \n &lt;em&gt;Navigation item 3&lt;/em&gt;\n \n </a>\n \n </li>\n \n \n </ul>\n </nav>\n \n </div>\n \n </div>\n</header>",
362
- "hidden": true
363
- },
364
- {
365
- "name": "navigation item with html without link",
366
- "options": {
367
- "serviceName": "Service Name",
368
- "serviceUrl": "/components/header",
369
- "navigation": [
370
- {
371
- "html": "<em>Navigation item 1</em>",
372
- "active": true
373
- },
374
- {
375
- "html": "<em>Navigation item 2</em>"
376
- },
377
- {
378
- "html": "<em>Navigation item 3</em>"
379
- }
380
- ]
381
- },
382
- "html": "<header class=\"govuk-header \" role=\"banner\" data-module=\"govuk-header\">\n <div class=\"govuk-header__container govuk-width-container\">\n <div class=\"govuk-header__logo\">\n <a href=\"/\" class=\"govuk-header__link govuk-header__link--homepage\">\n <span class=\"govuk-header__logotype\">\n \n<!--[if gt IE 8]><!-->\n<svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"govuk-header__logotype-crown\"\n xmlns=\"http://www.w3.org/2000/svg\"\n viewBox=\"0 0 132 97\"\n height=\"30\"\n width=\"36\"\n>\n <path\n fill=\"currentColor\" fill-rule=\"evenodd\"\n d=\"M25 30.2c3.5 1.5 7.7-.2 9.1-3.7 1.5-3.6-.2-7.8-3.9-9.2-3.6-1.4-7.6.3-9.1 3.9-1.4 3.5.3 7.5 3.9 9zM9 39.5c3.6 1.5 7.8-.2 9.2-3.7 1.5-3.6-.2-7.8-3.9-9.1-3.6-1.5-7.6.2-9.1 3.8-1.4 3.5.3 7.5 3.8 9zM4.4 57.2c3.5 1.5 7.7-.2 9.1-3.8 1.5-3.6-.2-7.7-3.9-9.1-3.5-1.5-7.6.3-9.1 3.8-1.4 3.5.3 7.6 3.9 9.1zm38.3-21.4c3.5 1.5 7.7-.2 9.1-3.8 1.5-3.6-.2-7.7-3.9-9.1-3.6-1.5-7.6.3-9.1 3.8-1.3 3.6.4 7.7 3.9 9.1zm64.4-5.6c-3.6 1.5-7.8-.2-9.1-3.7-1.5-3.6.2-7.8 3.8-9.2 3.6-1.4 7.7.3 9.2 3.9 1.3 3.5-.4 7.5-3.9 9zm15.9 9.3c-3.6 1.5-7.7-.2-9.1-3.7-1.5-3.6.2-7.8 3.7-9.1 3.6-1.5 7.7.2 9.2 3.8 1.5 3.5-.3 7.5-3.8 9zm4.7 17.7c-3.6 1.5-7.8-.2-9.2-3.8-1.5-3.6.2-7.7 3.9-9.1 3.6-1.5 7.7.3 9.2 3.8 1.3 3.5-.4 7.6-3.9 9.1zM89.3 35.8c-3.6 1.5-7.8-.2-9.2-3.8-1.4-3.6.2-7.7 3.9-9.1 3.6-1.5 7.7.3 9.2 3.8 1.4 3.6-.3 7.7-3.9 9.1zM69.7 17.7l8.9 4.7V9.3l-8.9 2.8c-.2-.3-.5-.6-.9-.9L72.4 0H59.6l3.5 11.2c-.3.3-.6.5-.9.9l-8.8-2.8v13.1l8.8-4.7c.3.3.6.7.9.9l-5 15.4v.1c-.2.8-.4 1.6-.4 2.4 0 4.1 3.1 7.5 7 8.1h.2c.3 0 .7.1 1 .1.4 0 .7 0 1-.1h.2c4-.6 7.1-4.1 7.1-8.1 0-.8-.1-1.7-.4-2.4V34l-5.1-15.4c.4-.2.7-.6 1-.9zM66 92.8c16.9 0 32.8 1.1 47.1 3.2 4-16.9 8.9-26.7 14-33.5l-9.6-3.4c1 4.9 1.1 7.2 0 10.2-1.5-1.4-3-4.3-4.2-8.7L108.6 76c2.8-2 5-3.2 7.5-3.3-4.4 9.4-10 11.9-13.6 11.2-4.3-.8-6.3-4.6-5.6-7.9 1-4.7 5.7-5.9 8-.5 4.3-8.7-3-11.4-7.6-8.8 7.1-7.2 7.9-13.5 2.1-21.1-8 6.1-8.1 12.3-4.5 20.8-4.7-5.4-12.1-2.5-9.5 6.2 3.4-5.2 7.9-2 7.2 3.1-.6 4.3-6.4 7.8-13.5 7.2-10.3-.9-10.9-8-11.2-13.8 2.5-.5 7.1 1.8 11 7.3L80.2 60c-4.1 4.4-8 5.3-12.3 5.4 1.4-4.4 8-11.6 8-11.6H55.5s6.4 7.2 7.9 11.6c-4.2-.1-8-1-12.3-5.4l1.4 16.4c3.9-5.5 8.5-7.7 10.9-7.3-.3 5.8-.9 12.8-11.1 13.8-7.2.6-12.9-2.9-13.5-7.2-.7-5 3.8-8.3 7.1-3.1 2.7-8.7-4.6-11.6-9.4-6.2 3.7-8.5 3.6-14.7-4.6-20.8-5.8 7.6-5 13.9 2.2 21.1-4.7-2.6-11.9.1-7.7 8.8 2.3-5.5 7.1-4.2 8.1.5.7 3.3-1.3 7.1-5.7 7.9-3.5.7-9-1.8-13.5-11.2 2.5.1 4.7 1.3 7.5 3.3l-4.7-15.4c-1.2 4.4-2.7 7.2-4.3 8.7-1.1-3-.9-5.3 0-10.2l-9.5 3.4c5 6.9 9.9 16.7 14 33.5 14.8-2.1 30.8-3.2 47.7-3.2z\"></path>\n</svg>\n<!--<![endif]-->\n<!--[if IE 8]>\n<img src=\"/assets/images/govuk-logotype-crown.png\" class=\"govuk-header__logotype-crown-fallback-image\" width=\"36\" height=\"32\" alt=\"\">\n<![endif]-->\n\n <span class=\"govuk-header__logotype-text\">\n GOV.UK\n </span>\n </span>\n \n </a>\n </div>\n \n <div class=\"govuk-header__content\">\n \n <a href=\"/components/header\" class=\"govuk-header__link govuk-header__link--service-name\">\n Service Name\n </a>\n \n \n <button type=\"button\" class=\"govuk-header__menu-button govuk-js-header-toggle\" aria-controls=\"navigation\" aria-label=\"Show or hide navigation menu\">Menu</button>\n <nav>\n <ul id=\"navigation\" class=\"govuk-header__navigation \" aria-label=\"Navigation menu\">\n \n \n <li class=\"govuk-header__navigation-item govuk-header__navigation-item--active\">\n \n <em>Navigation item 1</em>\n \n </li>\n \n \n \n <li class=\"govuk-header__navigation-item\">\n \n <em>Navigation item 2</em>\n \n </li>\n \n \n \n <li class=\"govuk-header__navigation-item\">\n \n <em>Navigation item 3</em>\n \n </li>\n \n \n </ul>\n </nav>\n \n </div>\n \n </div>\n</header>",
383
- "hidden": true
384
- }
385
- ]
386
- }