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
@@ -0,0 +1 @@
1
+ {"version":3,"file":"all.bundle.js","sources":["../../src/govuk/common/govuk-frontend-version.mjs","../../src/govuk/common/normalise-string.mjs","../../src/govuk/common/index.mjs","../../src/govuk/common/normalise-dataset.mjs","../../src/govuk/errors/index.mjs","../../src/govuk/govuk-frontend-component.mjs","../../src/govuk/i18n.mjs","../../src/govuk/components/accordion/accordion.mjs","../../src/govuk/components/button/button.mjs","../../src/govuk/common/closest-attribute-value.mjs","../../src/govuk/components/character-count/character-count.mjs","../../src/govuk/components/checkboxes/checkboxes.mjs","../../src/govuk/components/error-summary/error-summary.mjs","../../src/govuk/components/exit-this-page/exit-this-page.mjs","../../src/govuk/components/header/header.mjs","../../src/govuk/components/notification-banner/notification-banner.mjs","../../src/govuk/components/password-input/password-input.mjs","../../src/govuk/components/radios/radios.mjs","../../src/govuk/components/skip-link/skip-link.mjs","../../src/govuk/components/tabs/tabs.mjs","../../src/govuk/init.mjs"],"sourcesContent":["/*\n * This variable is automatically overwritten during builds and releases.\n * It doesn't need to be updated manually.\n */\n\n/**\n * GOV.UK Frontend release version\n *\n * {@link https://github.com/alphagov/govuk-frontend/releases}\n */\nexport const version = 'development'\n","/**\n * Normalise string\n *\n * 'If it looks like a duck, and it quacks like a duck…' 🦆\n *\n * If the passed value looks like a boolean or a number, convert it to a boolean\n * or number.\n *\n * Designed to be used to convert config passed via data attributes (which are\n * always strings) into something sensible.\n *\n * @internal\n * @param {DOMStringMap[string]} value - The value to normalise\n * @param {SchemaProperty} [property] - Component schema property\n * @returns {string | boolean | number | undefined} Normalised data\n */\nexport function normaliseString(value, property) {\n const trimmedValue = value ? value.trim() : ''\n\n let output\n let outputType = property?.type\n\n // No schema type set? Determine automatically\n if (!outputType) {\n if (['true', 'false'].includes(trimmedValue)) {\n outputType = 'boolean'\n }\n\n // Empty / whitespace-only strings are considered finite so we need to check\n // the length of the trimmed string as well\n if (trimmedValue.length > 0 && isFinite(Number(trimmedValue))) {\n outputType = 'number'\n }\n }\n\n switch (outputType) {\n case 'boolean':\n output = trimmedValue === 'true'\n break\n\n case 'number':\n output = Number(trimmedValue)\n break\n\n default:\n output = value\n }\n\n return output\n}\n\n/**\n * @typedef {import('./index.mjs').SchemaProperty} SchemaProperty\n */\n","import { normaliseString } from './normalise-string.mjs'\n\n/**\n * Common helpers which do not require polyfill.\n *\n * IMPORTANT: If a helper require a polyfill, please isolate it in its own module\n * so that the polyfill can be properly tree-shaken and does not burden\n * the components that do not need that helper\n */\n\n/**\n * Config merging function\n *\n * Takes any number of objects and combines them together, with\n * greatest priority on the LAST item passed in.\n *\n * @internal\n * @param {...{ [key: string]: unknown }} configObjects - Config objects to merge\n * @returns {{ [key: string]: unknown }} A merged config object\n */\nexport function mergeConfigs(...configObjects) {\n // Start with an empty object as our base\n /** @type {{ [key: string]: unknown }} */\n const formattedConfigObject = {}\n\n // Loop through each of the passed objects\n for (const configObject of configObjects) {\n for (const key of Object.keys(configObject)) {\n const option = formattedConfigObject[key]\n const override = configObject[key]\n\n // Push their keys one-by-one into formattedConfigObject. Any duplicate\n // keys with object values will be merged, otherwise the new value will\n // override the existing value.\n if (isObject(option) && isObject(override)) {\n // @ts-expect-error Index signature for type 'string' is missing\n formattedConfigObject[key] = mergeConfigs(option, override)\n } else {\n // Apply override\n formattedConfigObject[key] = override\n }\n }\n }\n\n return formattedConfigObject\n}\n\n/**\n * Extracts keys starting with a particular namespace from dataset ('data-*')\n * object, removing the namespace in the process, normalising all values\n *\n * @internal\n * @param {{ schema: Schema }} Component - Component class\n * @param {DOMStringMap} dataset - The object to extract key-value pairs from\n * @param {string} namespace - The namespace to filter keys with\n * @returns {ObjectNested | undefined} Nested object with dot-separated key namespace removed\n */\nexport function extractConfigByNamespace(Component, dataset, namespace) {\n const property = Component.schema.properties[namespace]\n\n // Only extract configs for object schema properties\n if (property?.type !== 'object') {\n return\n }\n\n // Add default empty config\n const newObject = {\n [namespace]: /** @type {ObjectNested} */ ({})\n }\n\n for (const [key, value] of Object.entries(dataset)) {\n /** @type {ObjectNested | ObjectNested[NestedKey]} */\n let current = newObject\n\n // Split the key into parts, using . as our namespace separator\n const keyParts = key.split('.')\n\n /**\n * Create new level per part\n *\n * e.g. 'i18n.textareaDescription.other' becomes\n * `{ i18n: { textareaDescription: { other } } }`\n */\n for (const [index, name] of keyParts.entries()) {\n if (typeof current === 'object') {\n // Drop down to nested object until the last part\n if (index < keyParts.length - 1) {\n // New nested object (optionally) replaces existing value\n if (!isObject(current[name])) {\n current[name] = {}\n }\n\n // Drop down into new or existing nested object\n current = current[name]\n } else if (key !== namespace) {\n // Normalised value (optionally) replaces existing value\n current[name] = normaliseString(value)\n }\n }\n }\n }\n\n return newObject[namespace]\n}\n\n/**\n * Get hash fragment from URL\n *\n * Extract the hash fragment (everything after the hash) from a URL,\n * but not including the hash symbol\n *\n * @private\n * @param {string} url - URL\n * @returns {string | undefined} Fragment from URL, without the hash\n */\nexport function getFragmentFromUrl(url) {\n if (!url.includes('#')) {\n return undefined\n }\n\n return url.split('#').pop()\n}\n\n/**\n * Get GOV.UK Frontend breakpoint value from CSS custom property\n *\n * @private\n * @param {string} name - Breakpoint name\n * @returns {{ property: string, value?: string }} Breakpoint object\n */\nexport function getBreakpoint(name) {\n const property = `--govuk-frontend-breakpoint-${name}`\n\n // Get value from `<html>` with breakpoints on CSS :root\n const value = window\n .getComputedStyle(document.documentElement)\n .getPropertyValue(property)\n\n return {\n property,\n value: value || undefined\n }\n}\n\n/**\n * Move focus to element\n *\n * Sets tabindex to -1 to make the element programmatically focusable,\n * but removes it on blur as the element doesn't need to be focused again.\n *\n * @private\n * @template {HTMLElement} FocusElement\n * @param {FocusElement} $element - HTML element\n * @param {object} [options] - Handler options\n * @param {function(this: FocusElement): void} [options.onBeforeFocus] - Callback before focus\n * @param {function(this: FocusElement): void} [options.onBlur] - Callback on blur\n */\nexport function setFocus($element, options = {}) {\n const isFocusable = $element.getAttribute('tabindex')\n\n if (!isFocusable) {\n $element.setAttribute('tabindex', '-1')\n }\n\n /**\n * Handle element focus\n */\n function onFocus() {\n $element.addEventListener('blur', onBlur, { once: true })\n }\n\n /**\n * Handle element blur\n */\n function onBlur() {\n options.onBlur?.call($element)\n\n if (!isFocusable) {\n $element.removeAttribute('tabindex')\n }\n }\n\n // Add listener to reset element on blur, after focus\n $element.addEventListener('focus', onFocus, { once: true })\n\n // Focus element\n options.onBeforeFocus?.call($element)\n $element.focus()\n}\n\n/**\n * Checks if GOV.UK Frontend is supported on this page\n *\n * Some browsers will load and run our JavaScript but GOV.UK Frontend\n * won't be supported.\n *\n * @internal\n * @param {HTMLElement | null} [$scope] - HTML element `<body>` checked for browser support\n * @returns {boolean} Whether GOV.UK Frontend is supported on this page\n */\nexport function isSupported($scope = document.body) {\n if (!$scope) {\n return false\n }\n\n return $scope.classList.contains('govuk-frontend-supported')\n}\n\n/**\n * Validate component config by schema\n *\n * Follows limited examples in JSON schema for wider support in future\n *\n * {@link https://ajv.js.org/json-schema.html#compound-keywords}\n * {@link https://ajv.js.org/packages/ajv-errors.html#single-message}\n *\n * @internal\n * @param {Schema} schema - Config schema\n * @param {{ [key: string]: unknown }} config - Component config\n * @returns {string[]} List of validation errors\n */\nexport function validateConfig(schema, config) {\n const validationErrors = []\n\n // Check errors for each schema\n for (const [name, conditions] of Object.entries(schema)) {\n const errors = []\n\n // Check errors for each schema condition\n if (Array.isArray(conditions)) {\n for (const { required, errorMessage } of conditions) {\n if (!required.every((key) => !!config[key])) {\n errors.push(errorMessage) // Missing config key value\n }\n }\n\n // Check one condition passes or add errors\n if (name === 'anyOf' && !(conditions.length - errors.length >= 1)) {\n validationErrors.push(...errors)\n }\n }\n }\n\n return validationErrors\n}\n\n/**\n * Check for an array\n *\n * @internal\n * @param {unknown} option - Option to check\n * @returns {boolean} Whether the option is an array\n */\nfunction isArray(option) {\n return Array.isArray(option)\n}\n\n/**\n * Check for an object\n *\n * @internal\n * @param {unknown} option - Option to check\n * @returns {boolean} Whether the option is an object\n */\nfunction isObject(option) {\n return !!option && typeof option === 'object' && !isArray(option)\n}\n\n/**\n * Schema for component config\n *\n * @typedef {object} Schema\n * @property {{ [field: string]: SchemaProperty | undefined }} properties - Schema properties\n * @property {SchemaCondition[]} [anyOf] - List of schema conditions\n */\n\n/**\n * Schema property for component config\n *\n * @typedef {object} SchemaProperty\n * @property {'string' | 'boolean' | 'number' | 'object'} type - Property type\n */\n\n/**\n * Schema condition for component config\n *\n * @typedef {object} SchemaCondition\n * @property {string[]} required - List of required config fields\n * @property {string} errorMessage - Error message when required config fields not provided\n */\n\n/**\n * @internal\n * @typedef {keyof ObjectNested} NestedKey\n * @typedef {{ [key: string]: string | boolean | number | ObjectNested | undefined }} ObjectNested\n */\n","import { extractConfigByNamespace } from './index.mjs'\nimport { normaliseString } from './normalise-string.mjs'\n\n/**\n * Normalise dataset\n *\n * Loop over an object and normalise each value using {@link normaliseString},\n * optionally expanding nested `i18n.field`\n *\n * @internal\n * @param {{ schema: Schema }} Component - Component class\n * @param {DOMStringMap} dataset - HTML element dataset\n * @returns {ObjectNested} Normalised dataset\n */\nexport function normaliseDataset(Component, dataset) {\n const out = /** @type {ReturnType<typeof normaliseDataset>} */ ({})\n\n // Normalise top-level dataset ('data-*') values using schema types\n for (const [field, property] of Object.entries(Component.schema.properties)) {\n if (field in dataset) {\n out[field] = normaliseString(dataset[field], property)\n }\n\n /**\n * Extract and normalise nested object values automatically using\n * {@link normaliseString} but only schema object types are allowed\n */\n if (property?.type === 'object') {\n out[field] = extractConfigByNamespace(Component, dataset, field)\n }\n }\n\n return out\n}\n\n/**\n * @internal\n * @typedef {import('./index.mjs').ObjectNested} ObjectNested\n * @typedef {import('./index.mjs').Schema} Schema\n */\n","/**\n * GOV.UK Frontend error\n *\n * A base class for `Error`s thrown by GOV.UK Frontend.\n *\n * It is meant to be extended into specific types of errors\n * to be thrown by our code.\n *\n * @example\n * ```js\n * class MissingRootError extends GOVUKFrontendError {\n * // Setting an explicit name is important as extending the class will not\n * // set a new `name` on the subclass. The `name` property is important\n * // to ensure intelligible error names even if the class name gets\n * // mangled by a minifier\n * name = \"MissingRootError\"\n * }\n * ```\n * @abstract\n */\nexport class GOVUKFrontendError extends Error {\n name = 'GOVUKFrontendError'\n}\n\n/**\n * Indicates that GOV.UK Frontend is not supported\n */\nexport class SupportError extends GOVUKFrontendError {\n name = 'SupportError'\n\n /**\n * Checks if GOV.UK Frontend is supported on this page\n *\n * @param {HTMLElement | null} [$scope] - HTML element `<body>` checked for browser support\n */\n constructor($scope = document.body) {\n const supportMessage =\n 'noModule' in HTMLScriptElement.prototype\n ? 'GOV.UK Frontend initialised without `<body class=\"govuk-frontend-supported\">` from template `<script>` snippet'\n : 'GOV.UK Frontend is not supported in this browser'\n\n super(\n $scope\n ? supportMessage\n : 'GOV.UK Frontend initialised without `<script type=\"module\">`'\n )\n }\n}\n\n/**\n * Indicates that a component has received an illegal configuration\n */\nexport class ConfigError extends GOVUKFrontendError {\n name = 'ConfigError'\n}\n\n/**\n * Indicates an issue with an element (possibly `null` or `undefined`)\n */\nexport class ElementError extends GOVUKFrontendError {\n name = 'ElementError'\n\n /**\n * @internal\n * @overload\n * @param {string} message - Element error message\n */\n\n /**\n * @internal\n * @overload\n * @param {ElementErrorOptions} options - Element error options\n */\n\n /**\n * @internal\n * @param {string | ElementErrorOptions} messageOrOptions - Element error message or options\n */\n constructor(messageOrOptions) {\n let message = typeof messageOrOptions === 'string' ? messageOrOptions : ''\n\n // Build message from options\n if (typeof messageOrOptions === 'object') {\n const { componentName, identifier, element, expectedType } =\n messageOrOptions\n\n // Add prefix and identifier\n message = `${componentName}: ${identifier}`\n\n // Append reason\n message += element\n ? ` is not of type ${expectedType ?? 'HTMLElement'}`\n : ' not found'\n }\n\n super(message)\n }\n}\n\n/**\n * Element error options\n *\n * @internal\n * @typedef {object} ElementErrorOptions\n * @property {string} componentName - The name of the component throwing the error\n * @property {string} identifier - An identifier that'll let the user understand which element has an error. This is whatever makes the most sense\n * @property {Element | null} [element] - The element in error\n * @property {string} [expectedType] - The type that was expected for the identifier\n */\n","import { isSupported } from './common/index.mjs'\nimport { SupportError } from './errors/index.mjs'\n\n/**\n * Base Component class\n *\n * Centralises the behaviours shared by our components\n *\n * @internal\n * @abstract\n */\nexport class GOVUKFrontendComponent {\n /**\n * Constructs a new component, validating that GOV.UK Frontend is supported\n *\n * @internal\n */\n constructor() {\n this.checkSupport()\n }\n\n /**\n * Validates whether GOV.UK Frontend is supported\n *\n * @private\n * @throws {SupportError} when GOV.UK Frontend is not supported\n */\n checkSupport() {\n if (!isSupported()) {\n throw new SupportError()\n }\n }\n}\n","/**\n * Internal support for selecting messages to render, with placeholder\n * interpolation and locale-aware number formatting and pluralisation\n *\n * @internal\n */\nexport class I18n {\n translations\n locale\n\n /**\n * @internal\n * @param {{ [key: string]: string | TranslationPluralForms }} translations - Key-value pairs of the translation strings to use.\n * @param {object} [config] - Configuration options for the function.\n * @param {string | null} [config.locale] - An overriding locale for the PluralRules functionality.\n */\n constructor(translations = {}, config = {}) {\n // Make list of translations available throughout function\n this.translations = translations\n\n // The locale to use for PluralRules and NumberFormat\n this.locale = config.locale ?? (document.documentElement.lang || 'en')\n }\n\n /**\n * The most used function - takes the key for a given piece of UI text and\n * returns the appropriate string.\n *\n * @internal\n * @param {string} lookupKey - The lookup key of the string to use.\n * @param {{ [key: string]: unknown }} [options] - Any options passed with the translation string, e.g: for string interpolation.\n * @returns {string} The appropriate translation string.\n * @throws {Error} Lookup key required\n * @throws {Error} Options required for `${}` placeholders\n */\n t(lookupKey, options) {\n if (!lookupKey) {\n // Print a console error if no lookup key has been provided\n throw new Error('i18n: lookup key missing')\n }\n\n // Fetch the translation for that lookup key\n let translation = this.translations[lookupKey]\n\n // If the `count` option is set, determine which plural suffix is needed and\n // change the lookupKey to match. We check to see if it's numeric instead of\n // falsy, as this could legitimately be 0.\n if (typeof options?.count === 'number' && typeof translation === 'object') {\n const translationPluralForm =\n translation[this.getPluralSuffix(lookupKey, options.count)]\n\n // Update translation with plural suffix\n if (translationPluralForm) {\n translation = translationPluralForm\n }\n }\n\n if (typeof translation === 'string') {\n // Check for ${} placeholders in the translation string\n if (translation.match(/%{(.\\S+)}/)) {\n if (!options) {\n throw new Error(\n 'i18n: cannot replace placeholders in string if no option data provided'\n )\n }\n\n return this.replacePlaceholders(translation, options)\n }\n\n return translation\n }\n\n // If the key wasn't found in our translations object,\n // return the lookup key itself as the fallback\n return lookupKey\n }\n\n /**\n * Takes a translation string with placeholders, and replaces the placeholders\n * with the provided data\n *\n * @internal\n * @param {string} translationString - The translation string\n * @param {{ [key: string]: unknown }} options - Any options passed with the translation string, e.g: for string interpolation.\n * @returns {string} The translation string to output, with $\\{\\} placeholders replaced\n */\n replacePlaceholders(translationString, options) {\n const formatter = Intl.NumberFormat.supportedLocalesOf(this.locale).length\n ? new Intl.NumberFormat(this.locale)\n : undefined\n\n return translationString.replace(\n /%{(.\\S+)}/g,\n\n /**\n * Replace translation string placeholders\n *\n * @internal\n * @param {string} placeholderWithBraces - Placeholder with braces\n * @param {string} placeholderKey - Placeholder key\n * @returns {string} Placeholder value\n */\n function (placeholderWithBraces, placeholderKey) {\n if (Object.prototype.hasOwnProperty.call(options, placeholderKey)) {\n const placeholderValue = options[placeholderKey]\n\n // If a user has passed `false` as the value for the placeholder\n // treat it as though the value should not be displayed\n if (\n placeholderValue === false ||\n (typeof placeholderValue !== 'number' &&\n typeof placeholderValue !== 'string')\n ) {\n return ''\n }\n\n // If the placeholder's value is a number, localise the number formatting\n if (typeof placeholderValue === 'number') {\n return formatter\n ? formatter.format(placeholderValue)\n : `${placeholderValue}`\n }\n\n return placeholderValue\n }\n\n throw new Error(\n `i18n: no data found to replace ${placeholderWithBraces} placeholder in string`\n )\n }\n )\n }\n\n /**\n * Check to see if the browser supports Intl.PluralRules\n *\n * It requires all conditions to be met in order to be supported:\n * - The implementation of Intl supports PluralRules (NOT true in Safari 10–12)\n * - The browser/OS has plural rules for the current locale (browser dependent)\n *\n * {@link https://browsersl.ist/#q=supports+es6-module+and+not+supports+intl-pluralrules}\n *\n * @internal\n * @returns {boolean} Returns true if all conditions are met. Returns false otherwise.\n */\n hasIntlPluralRulesSupport() {\n return Boolean(\n 'PluralRules' in window.Intl &&\n Intl.PluralRules.supportedLocalesOf(this.locale).length\n )\n }\n\n /**\n * Get the appropriate suffix for the plural form.\n *\n * Uses Intl.PluralRules (or our own fallback implementation) to get the\n * 'preferred' form to use for the given count.\n *\n * Checks that a translation has been provided for that plural form – if it\n * hasn't, it'll fall back to the 'other' plural form (unless that doesn't exist\n * either, in which case an error will be thrown)\n *\n * @internal\n * @param {string} lookupKey - The lookup key of the string to use.\n * @param {number} count - Number used to determine which pluralisation to use.\n * @returns {PluralRule} The suffix associated with the correct pluralisation for this locale.\n * @throws {Error} Plural form `.other` required when preferred plural form is missing\n */\n getPluralSuffix(lookupKey, count) {\n // Validate that the number is actually a number.\n //\n // Number(count) will turn anything that can't be converted to a Number type\n // into 'NaN'. isFinite filters out NaN, as it isn't a finite number.\n count = Number(count)\n if (!isFinite(count)) {\n return 'other'\n }\n\n // Fetch the translation for that lookup key\n const translation = this.translations[lookupKey]\n\n // Check to verify that all the requirements for Intl.PluralRules are met.\n // If so, we can use that instead of our custom implementation. Otherwise,\n // use the hardcoded fallback.\n const preferredForm = this.hasIntlPluralRulesSupport()\n ? new Intl.PluralRules(this.locale).select(count)\n : this.selectPluralFormUsingFallbackRules(count)\n\n // Use the correct plural form if provided\n if (typeof translation === 'object') {\n if (preferredForm in translation) {\n return preferredForm\n // Fall back to `other` if the plural form is missing, but log a warning\n // to the console\n } else if ('other' in translation) {\n console.warn(\n `i18n: Missing plural form \".${preferredForm}\" for \"${this.locale}\" locale. Falling back to \".other\".`\n )\n\n return 'other'\n }\n }\n\n // If the required `other` plural form is missing, all we can do is error\n throw new Error(\n `i18n: Plural form \".other\" is required for \"${this.locale}\" locale`\n )\n }\n\n /**\n * Get the plural form using our fallback implementation\n *\n * This is split out into a separate function to make it easier to test the\n * fallback behaviour in an environment where Intl.PluralRules exists.\n *\n * @internal\n * @param {number} count - Number used to determine which pluralisation to use.\n * @returns {PluralRule} The pluralisation form for count in this locale.\n */\n selectPluralFormUsingFallbackRules(count) {\n // Currently our custom code can only handle positive integers, so let's\n // make sure our number is one of those.\n count = Math.abs(Math.floor(count))\n\n const ruleset = this.getPluralRulesForLocale()\n\n if (ruleset) {\n return I18n.pluralRules[ruleset](count)\n }\n\n return 'other'\n }\n\n /**\n * Work out which pluralisation rules to use for the current locale\n *\n * The locale may include a regional indicator (such as en-GB), but we don't\n * usually care about this part, as pluralisation rules are usually the same\n * regardless of region. There are exceptions, however, (e.g. Portuguese) so\n * this searches by both the full and shortened locale codes, just to be sure.\n *\n * @internal\n * @returns {string | undefined} The name of the pluralisation rule to use (a key for one\n * of the functions in this.pluralRules)\n */\n getPluralRulesForLocale() {\n const localeShort = this.locale.split('-')[0]\n\n // Look through the plural rules map to find which `pluralRule` is\n // appropriate for our current `locale`.\n for (const pluralRule in I18n.pluralRulesMap) {\n const languages = I18n.pluralRulesMap[pluralRule]\n if (languages.includes(this.locale) || languages.includes(localeShort)) {\n return pluralRule\n }\n }\n }\n\n /**\n * Map of plural rules to languages where those rules apply.\n *\n * Note: These groups are named for the most dominant or recognisable language\n * that uses each system. The groupings do not imply that the languages are\n * related to one another. Many languages have evolved the same systems\n * independently of one another.\n *\n * Code to support more languages can be found in the i18n spike:\n * {@link https://github.com/alphagov/govuk-frontend/blob/spike-i18n-support/src/govuk/i18n.mjs}\n *\n * Languages currently supported:\n *\n * Arabic: Arabic (ar)\n * Chinese: Burmese (my), Chinese (zh), Indonesian (id), Japanese (ja),\n * Javanese (jv), Korean (ko), Malay (ms), Thai (th), Vietnamese (vi)\n * French: Armenian (hy), Bangla (bn), French (fr), Gujarati (gu), Hindi (hi),\n * Persian Farsi (fa), Punjabi (pa), Zulu (zu)\n * German: Afrikaans (af), Albanian (sq), Azerbaijani (az), Basque (eu),\n * Bulgarian (bg), Catalan (ca), Danish (da), Dutch (nl), English (en),\n * Estonian (et), Finnish (fi), Georgian (ka), German (de), Greek (el),\n * Hungarian (hu), Luxembourgish (lb), Norwegian (no), Somali (so),\n * Swahili (sw), Swedish (sv), Tamil (ta), Telugu (te), Turkish (tr),\n * Urdu (ur)\n * Irish: Irish Gaelic (ga)\n * Russian: Russian (ru), Ukrainian (uk)\n * Scottish: Scottish Gaelic (gd)\n * Spanish: European Portuguese (pt-PT), Italian (it), Spanish (es)\n * Welsh: Welsh (cy)\n *\n * @internal\n * @type {{ [key: string]: string[] }}\n */\n static pluralRulesMap = {\n arabic: ['ar'],\n chinese: ['my', 'zh', 'id', 'ja', 'jv', 'ko', 'ms', 'th', 'vi'],\n french: ['hy', 'bn', 'fr', 'gu', 'hi', 'fa', 'pa', 'zu'],\n german: [\n 'af',\n 'sq',\n 'az',\n 'eu',\n 'bg',\n 'ca',\n 'da',\n 'nl',\n 'en',\n 'et',\n 'fi',\n 'ka',\n 'de',\n 'el',\n 'hu',\n 'lb',\n 'no',\n 'so',\n 'sw',\n 'sv',\n 'ta',\n 'te',\n 'tr',\n 'ur'\n ],\n irish: ['ga'],\n russian: ['ru', 'uk'],\n scottish: ['gd'],\n spanish: ['pt-PT', 'it', 'es'],\n welsh: ['cy']\n }\n\n /**\n * Different pluralisation rule sets\n *\n * Returns the appropriate suffix for the plural form associated with `n`.\n * Possible suffixes: 'zero', 'one', 'two', 'few', 'many', 'other' (the actual\n * meaning of each differs per locale). 'other' should always exist, even in\n * languages without plurals, such as Chinese.\n * {@link https://cldr.unicode.org/index/cldr-spec/plural-rules}\n *\n * The count must be a positive integer. Negative numbers and decimals aren't accounted for\n *\n * @internal\n * @type {{ [key: string]: (count: number) => PluralRule }}\n */\n static pluralRules = {\n arabic(n) {\n if (n === 0) {\n return 'zero'\n }\n if (n === 1) {\n return 'one'\n }\n if (n === 2) {\n return 'two'\n }\n if (n % 100 >= 3 && n % 100 <= 10) {\n return 'few'\n }\n if (n % 100 >= 11 && n % 100 <= 99) {\n return 'many'\n }\n return 'other'\n },\n chinese() {\n return 'other'\n },\n french(n) {\n return n === 0 || n === 1 ? 'one' : 'other'\n },\n german(n) {\n return n === 1 ? 'one' : 'other'\n },\n irish(n) {\n if (n === 1) {\n return 'one'\n }\n if (n === 2) {\n return 'two'\n }\n if (n >= 3 && n <= 6) {\n return 'few'\n }\n if (n >= 7 && n <= 10) {\n return 'many'\n }\n return 'other'\n },\n russian(n) {\n const lastTwo = n % 100\n const last = lastTwo % 10\n if (last === 1 && lastTwo !== 11) {\n return 'one'\n }\n if (last >= 2 && last <= 4 && !(lastTwo >= 12 && lastTwo <= 14)) {\n return 'few'\n }\n if (\n last === 0 ||\n (last >= 5 && last <= 9) ||\n (lastTwo >= 11 && lastTwo <= 14)\n ) {\n return 'many'\n }\n // Note: The 'other' suffix is only used by decimal numbers in Russian.\n // We don't anticipate it being used, but it's here for consistency.\n return 'other'\n },\n scottish(n) {\n if (n === 1 || n === 11) {\n return 'one'\n }\n if (n === 2 || n === 12) {\n return 'two'\n }\n if ((n >= 3 && n <= 10) || (n >= 13 && n <= 19)) {\n return 'few'\n }\n return 'other'\n },\n spanish(n) {\n if (n === 1) {\n return 'one'\n }\n if (n % 1000000 === 0 && n !== 0) {\n return 'many'\n }\n return 'other'\n },\n welsh(n) {\n if (n === 0) {\n return 'zero'\n }\n if (n === 1) {\n return 'one'\n }\n if (n === 2) {\n return 'two'\n }\n if (n === 3) {\n return 'few'\n }\n if (n === 6) {\n return 'many'\n }\n return 'other'\n }\n }\n}\n\n/**\n * Plural rule category mnemonic tags\n *\n * @internal\n * @typedef {'zero' | 'one' | 'two' | 'few' | 'many' | 'other'} PluralRule\n */\n\n/**\n * Translated message by plural rule they correspond to.\n *\n * Allows to group pluralised messages under a single key when passing\n * translations to a component's constructor\n *\n * @internal\n * @typedef {object} TranslationPluralForms\n * @property {string} [other] - General plural form\n * @property {string} [zero] - Plural form used with 0\n * @property {string} [one] - Plural form used with 1\n * @property {string} [two] - Plural form used with 2\n * @property {string} [few] - Plural form used for a few\n * @property {string} [many] - Plural form used for many\n */\n","import { mergeConfigs } from '../../common/index.mjs'\nimport { normaliseDataset } from '../../common/normalise-dataset.mjs'\nimport { ElementError } from '../../errors/index.mjs'\nimport { GOVUKFrontendComponent } from '../../govuk-frontend-component.mjs'\nimport { I18n } from '../../i18n.mjs'\n\n/**\n * Accordion component\n *\n * This allows a collection of sections to be collapsed by default, showing only\n * their headers. Sections can be expanded or collapsed individually by clicking\n * their headers. A \"Show all sections\" button is also added to the top of the\n * accordion, which switches to \"Hide all sections\" when all the sections are\n * expanded.\n *\n * The state of each section is saved to the DOM via the `aria-expanded`\n * attribute, which also provides accessibility.\n *\n * @preserve\n */\nexport class Accordion extends GOVUKFrontendComponent {\n /** @private */\n $module\n\n /**\n * @private\n * @type {AccordionConfig}\n */\n config\n\n /** @private */\n i18n\n\n /** @private */\n controlsClass = 'govuk-accordion__controls'\n\n /** @private */\n showAllClass = 'govuk-accordion__show-all'\n\n /** @private */\n showAllTextClass = 'govuk-accordion__show-all-text'\n\n /** @private */\n sectionClass = 'govuk-accordion__section'\n\n /** @private */\n sectionExpandedClass = 'govuk-accordion__section--expanded'\n\n /** @private */\n sectionButtonClass = 'govuk-accordion__section-button'\n\n /** @private */\n sectionHeaderClass = 'govuk-accordion__section-header'\n\n /** @private */\n sectionHeadingClass = 'govuk-accordion__section-heading'\n\n /** @private */\n sectionHeadingDividerClass = 'govuk-accordion__section-heading-divider'\n\n /** @private */\n sectionHeadingTextClass = 'govuk-accordion__section-heading-text'\n\n /** @private */\n sectionHeadingTextFocusClass = 'govuk-accordion__section-heading-text-focus'\n\n /** @private */\n sectionShowHideToggleClass = 'govuk-accordion__section-toggle'\n\n /** @private */\n sectionShowHideToggleFocusClass = 'govuk-accordion__section-toggle-focus'\n\n /** @private */\n sectionShowHideTextClass = 'govuk-accordion__section-toggle-text'\n\n /** @private */\n upChevronIconClass = 'govuk-accordion-nav__chevron'\n\n /** @private */\n downChevronIconClass = 'govuk-accordion-nav__chevron--down'\n\n /** @private */\n sectionSummaryClass = 'govuk-accordion__section-summary'\n\n /** @private */\n sectionSummaryFocusClass = 'govuk-accordion__section-summary-focus'\n\n /** @private */\n sectionContentClass = 'govuk-accordion__section-content'\n\n /** @private */\n $sections\n\n /** @private */\n browserSupportsSessionStorage = false\n\n /**\n * @private\n * @type {HTMLButtonElement | null}\n */\n $showAllButton = null\n\n /**\n * @private\n * @type {HTMLElement | null}\n */\n $showAllIcon = null\n\n /**\n * @private\n * @type {HTMLElement | null}\n */\n $showAllText = null\n\n /**\n * @param {Element | null} $module - HTML element to use for accordion\n * @param {AccordionConfig} [config] - Accordion config\n */\n constructor($module, config = {}) {\n super()\n\n if (!($module instanceof HTMLElement)) {\n throw new ElementError({\n componentName: 'Accordion',\n element: $module,\n identifier: 'Root element (`$module`)'\n })\n }\n\n this.$module = $module\n\n this.config = mergeConfigs(\n Accordion.defaults,\n config,\n normaliseDataset(Accordion, $module.dataset)\n )\n\n this.i18n = new I18n(this.config.i18n)\n\n const $sections = this.$module.querySelectorAll(`.${this.sectionClass}`)\n if (!$sections.length) {\n throw new ElementError({\n componentName: 'Accordion',\n identifier: `Sections (\\`<div class=\"${this.sectionClass}\">\\`)`\n })\n }\n\n this.$sections = $sections\n this.browserSupportsSessionStorage = helper.checkForSessionStorage()\n\n this.initControls()\n this.initSectionHeaders()\n\n // See if \"Show all sections\" button text should be updated\n const areAllSectionsOpen = this.checkIfAllSectionsOpen()\n this.updateShowAllButton(areAllSectionsOpen)\n }\n\n /**\n * Initialise controls and set attributes\n *\n * @private\n */\n initControls() {\n // Create \"Show all\" button and set attributes\n this.$showAllButton = document.createElement('button')\n this.$showAllButton.setAttribute('type', 'button')\n this.$showAllButton.setAttribute('class', this.showAllClass)\n this.$showAllButton.setAttribute('aria-expanded', 'false')\n\n // Create icon, add to element\n this.$showAllIcon = document.createElement('span')\n this.$showAllIcon.classList.add(this.upChevronIconClass)\n this.$showAllButton.appendChild(this.$showAllIcon)\n\n // Create control wrapper and add controls to it\n const $accordionControls = document.createElement('div')\n $accordionControls.setAttribute('class', this.controlsClass)\n $accordionControls.appendChild(this.$showAllButton)\n this.$module.insertBefore($accordionControls, this.$module.firstChild)\n\n // Build additional wrapper for Show all toggle text and place after icon\n this.$showAllText = document.createElement('span')\n this.$showAllText.classList.add(this.showAllTextClass)\n this.$showAllButton.appendChild(this.$showAllText)\n\n // Handle click events on the show/hide all button\n this.$showAllButton.addEventListener('click', () =>\n this.onShowOrHideAllToggle()\n )\n\n // Handle 'beforematch' events, if the user agent supports them\n if ('onbeforematch' in document) {\n document.addEventListener('beforematch', (event) =>\n this.onBeforeMatch(event)\n )\n }\n }\n\n /**\n * Initialise section headers\n *\n * @private\n */\n initSectionHeaders() {\n this.$sections.forEach(($section, i) => {\n const $header = $section.querySelector(`.${this.sectionHeaderClass}`)\n if (!$header) {\n throw new ElementError({\n componentName: 'Accordion',\n identifier: `Section headers (\\`<div class=\"${this.sectionHeaderClass}\">\\`)`\n })\n }\n\n // Set header attributes\n this.constructHeaderMarkup($header, i)\n this.setExpanded(this.isExpanded($section), $section)\n\n // Handle events\n $header.addEventListener('click', () => this.onSectionToggle($section))\n\n // See if there is any state stored in sessionStorage and set the sections\n // to open or closed.\n this.setInitialState($section)\n })\n }\n\n /**\n * Construct section header\n *\n * @private\n * @param {Element} $header - Section header\n * @param {number} index - Section index\n */\n constructHeaderMarkup($header, index) {\n const $span = $header.querySelector(`.${this.sectionButtonClass}`)\n const $heading = $header.querySelector(`.${this.sectionHeadingClass}`)\n const $summary = $header.querySelector(`.${this.sectionSummaryClass}`)\n\n if (!$heading) {\n throw new ElementError({\n componentName: 'Accordion',\n identifier: `Section heading (\\`.${this.sectionHeadingClass}\\`)`\n })\n }\n\n if (!$span) {\n throw new ElementError({\n componentName: 'Accordion',\n identifier: `Section button placeholder (\\`<span class=\"${this.sectionButtonClass}\">\\`)`\n })\n }\n\n // Create a button element that will replace the\n // '.govuk-accordion__section-button' span\n const $button = document.createElement('button')\n $button.setAttribute('type', 'button')\n $button.setAttribute(\n 'aria-controls',\n `${this.$module.id}-content-${index + 1}`\n )\n\n // Copy all attributes from $span to $button (except `id`, which gets added\n // to the `$headingText` element)\n for (const attr of Array.from($span.attributes)) {\n if (attr.nodeName !== 'id') {\n $button.setAttribute(attr.nodeName, `${attr.nodeValue}`)\n }\n }\n\n // Create container for heading text so it can be styled\n const $headingText = document.createElement('span')\n $headingText.classList.add(this.sectionHeadingTextClass)\n // Copy the span ID to the heading text to allow it to be referenced by\n // `aria-labelledby` on the hidden content area without \"Show this section\"\n $headingText.id = $span.id\n\n // Create an inner heading text container to limit the width of the focus\n // state\n const $headingTextFocus = document.createElement('span')\n $headingTextFocus.classList.add(this.sectionHeadingTextFocusClass)\n $headingText.appendChild($headingTextFocus)\n // span could contain HTML elements\n // (see https://www.w3.org/TR/2011/WD-html5-20110525/content-models.html#phrasing-content)\n $headingTextFocus.innerHTML = $span.innerHTML\n\n // Create container for show / hide icons and text.\n const $showHideToggle = document.createElement('span')\n $showHideToggle.classList.add(this.sectionShowHideToggleClass)\n // Tell Google not to index the 'show' text as part of the heading. Must be\n // set on the element before it's added to the DOM.\n // See https://developers.google.com/search/docs/advanced/robots/robots_meta_tag#data-nosnippet-attr\n $showHideToggle.setAttribute('data-nosnippet', '')\n // Create an inner container to limit the width of the focus state\n const $showHideToggleFocus = document.createElement('span')\n $showHideToggleFocus.classList.add(this.sectionShowHideToggleFocusClass)\n $showHideToggle.appendChild($showHideToggleFocus)\n // Create wrapper for the show / hide text. Append text after the show/hide icon\n const $showHideText = document.createElement('span')\n const $showHideIcon = document.createElement('span')\n $showHideIcon.classList.add(this.upChevronIconClass)\n $showHideToggleFocus.appendChild($showHideIcon)\n $showHideText.classList.add(this.sectionShowHideTextClass)\n $showHideToggleFocus.appendChild($showHideText)\n\n // Append elements to the button:\n // 1. Heading text\n // 2. Punctuation\n // 3. (Optional: Summary line followed by punctuation)\n // 4. Show / hide toggle\n $button.appendChild($headingText)\n $button.appendChild(this.getButtonPunctuationEl())\n\n // If summary content exists add to DOM in correct order\n if ($summary?.parentNode) {\n // Create a new `span` element and copy the summary line content from the\n // original `div` to the new `span`. This is because the summary line text\n // is now inside a button element, which can only contain phrasing\n // content.\n const $summarySpan = document.createElement('span')\n // Create an inner summary container to limit the width of the summary\n // focus state\n const $summarySpanFocus = document.createElement('span')\n $summarySpanFocus.classList.add(this.sectionSummaryFocusClass)\n $summarySpan.appendChild($summarySpanFocus)\n\n // Get original attributes, and pass them to the replacement\n for (const attr of Array.from($summary.attributes)) {\n $summarySpan.setAttribute(attr.nodeName, `${attr.nodeValue}`)\n }\n\n // Copy original contents of summary to the new summary span\n $summarySpanFocus.innerHTML = $summary.innerHTML\n\n // Replace the original summary `div` with the new summary `span`\n $summary.parentNode.replaceChild($summarySpan, $summary)\n\n $button.appendChild($summarySpan)\n $button.appendChild(this.getButtonPunctuationEl())\n }\n\n $button.appendChild($showHideToggle)\n\n $heading.removeChild($span)\n $heading.appendChild($button)\n }\n\n /**\n * When a section is opened by the user agent via the 'beforematch' event\n *\n * @private\n * @param {Event} event - Generic event\n */\n onBeforeMatch(event) {\n const $fragment = event.target\n\n // Handle elements with `.closest()` support only\n if (!($fragment instanceof Element)) {\n return\n }\n\n // Handle when fragment is inside section\n const $section = $fragment.closest(`.${this.sectionClass}`)\n if ($section) {\n this.setExpanded(true, $section)\n }\n }\n\n /**\n * When section toggled, set and store state\n *\n * @private\n * @param {Element} $section - Section element\n */\n onSectionToggle($section) {\n const expanded = this.isExpanded($section)\n this.setExpanded(!expanded, $section)\n\n // Store the state in sessionStorage when a change is triggered\n this.storeState($section)\n }\n\n /**\n * When Open/Close All toggled, set and store state\n *\n * @private\n */\n onShowOrHideAllToggle() {\n const nowExpanded = !this.checkIfAllSectionsOpen()\n\n this.$sections.forEach(($section) => {\n this.setExpanded(nowExpanded, $section)\n this.storeState($section)\n })\n\n this.updateShowAllButton(nowExpanded)\n }\n\n /**\n * Set section attributes when opened/closed\n *\n * @private\n * @param {boolean} expanded - Section expanded\n * @param {Element} $section - Section element\n */\n setExpanded(expanded, $section) {\n const $showHideIcon = $section.querySelector(`.${this.upChevronIconClass}`)\n const $showHideText = $section.querySelector(\n `.${this.sectionShowHideTextClass}`\n )\n const $button = $section.querySelector(`.${this.sectionButtonClass}`)\n const $content = $section.querySelector(`.${this.sectionContentClass}`)\n\n if (!$content) {\n throw new ElementError({\n componentName: 'Accordion',\n identifier: `Section content (\\`<div class=\"${this.sectionContentClass}\">\\`)`\n })\n }\n\n if (!$showHideIcon || !$showHideText || !$button) {\n // Return early for elements we create\n return\n }\n\n const newButtonText = expanded\n ? this.i18n.t('hideSection')\n : this.i18n.t('showSection')\n\n $showHideText.textContent = newButtonText\n $button.setAttribute('aria-expanded', `${expanded}`)\n\n // Update aria-label combining\n const ariaLabelParts = []\n\n const $headingText = $section.querySelector(\n `.${this.sectionHeadingTextClass}`\n )\n if ($headingText) {\n ariaLabelParts.push(`${$headingText.textContent}`.trim())\n }\n\n const $summary = $section.querySelector(`.${this.sectionSummaryClass}`)\n if ($summary) {\n ariaLabelParts.push(`${$summary.textContent}`.trim())\n }\n\n const ariaLabelMessage = expanded\n ? this.i18n.t('hideSectionAriaLabel')\n : this.i18n.t('showSectionAriaLabel')\n ariaLabelParts.push(ariaLabelMessage)\n\n /*\n * Join with a comma to add pause for assistive technology.\n * Example: [heading]Section A ,[pause] Show this section.\n * https://accessibility.blog.gov.uk/2017/12/18/what-working-on-gov-uk-navigation-taught-us-about-accessibility/\n */\n $button.setAttribute('aria-label', ariaLabelParts.join(' , '))\n\n // Swap icon, change class\n if (expanded) {\n $content.removeAttribute('hidden')\n $section.classList.add(this.sectionExpandedClass)\n $showHideIcon.classList.remove(this.downChevronIconClass)\n } else {\n $content.setAttribute('hidden', 'until-found')\n $section.classList.remove(this.sectionExpandedClass)\n $showHideIcon.classList.add(this.downChevronIconClass)\n }\n\n // See if \"Show all sections\" button text should be updated\n const areAllSectionsOpen = this.checkIfAllSectionsOpen()\n this.updateShowAllButton(areAllSectionsOpen)\n }\n\n /**\n * Get state of section\n *\n * @private\n * @param {Element} $section - Section element\n * @returns {boolean} True if expanded\n */\n isExpanded($section) {\n return $section.classList.contains(this.sectionExpandedClass)\n }\n\n /**\n * Check if all sections are open\n *\n * @private\n * @returns {boolean} True if all sections are open\n */\n checkIfAllSectionsOpen() {\n const sectionsCount = this.$sections.length\n const expandedSectionCount = this.$module.querySelectorAll(\n `.${this.sectionExpandedClass}`\n ).length\n const areAllSectionsOpen = sectionsCount === expandedSectionCount\n\n return areAllSectionsOpen\n }\n\n /**\n * Update \"Show all sections\" button\n *\n * @private\n * @param {boolean} expanded - Section expanded\n */\n updateShowAllButton(expanded) {\n if (!this.$showAllButton || !this.$showAllText || !this.$showAllIcon) {\n return\n }\n\n this.$showAllButton.setAttribute('aria-expanded', expanded.toString())\n this.$showAllText.textContent = expanded\n ? this.i18n.t('hideAllSections')\n : this.i18n.t('showAllSections')\n this.$showAllIcon.classList.toggle(this.downChevronIconClass, !expanded)\n }\n\n /**\n * Set the state of the accordions in sessionStorage\n *\n * @private\n * @param {Element} $section - Section element\n */\n storeState($section) {\n if (this.browserSupportsSessionStorage && this.config.rememberExpanded) {\n // We need a unique way of identifying each content in the Accordion.\n // Since an `#id` should be unique and an `id` is required for `aria-`\n // attributes `id` can be safely used.\n const $button = $section.querySelector(`.${this.sectionButtonClass}`)\n\n if ($button) {\n const contentId = $button.getAttribute('aria-controls')\n const contentState = $button.getAttribute('aria-expanded')\n\n // Only set the state when both `contentId` and `contentState` are taken\n // from the DOM.\n if (contentId && contentState) {\n window.sessionStorage.setItem(contentId, contentState)\n }\n }\n }\n }\n\n /**\n * Read the state of the accordions from sessionStorage\n *\n * @private\n * @param {Element} $section - Section element\n */\n setInitialState($section) {\n if (this.browserSupportsSessionStorage && this.config.rememberExpanded) {\n const $button = $section.querySelector(`.${this.sectionButtonClass}`)\n\n if ($button) {\n const contentId = $button.getAttribute('aria-controls')\n const contentState = contentId\n ? window.sessionStorage.getItem(contentId)\n : null\n\n if (contentState !== null) {\n this.setExpanded(contentState === 'true', $section)\n }\n }\n }\n }\n\n /**\n * Create an element to improve semantics of the section button with\n * punctuation\n *\n * Adding punctuation to the button can also improve its general semantics by\n * dividing its contents into thematic chunks. See\n * https://github.com/alphagov/govuk-frontend/issues/2327#issuecomment-922957442\n *\n * @private\n * @returns {Element} DOM element\n */\n getButtonPunctuationEl() {\n const $punctuationEl = document.createElement('span')\n $punctuationEl.classList.add(\n 'govuk-visually-hidden',\n this.sectionHeadingDividerClass\n )\n $punctuationEl.innerHTML = ', '\n return $punctuationEl\n }\n\n /**\n * Name for the component used when initialising using data-module attributes.\n */\n static moduleName = 'govuk-accordion'\n\n /**\n * Accordion default config\n *\n * @see {@link AccordionConfig}\n * @constant\n * @type {AccordionConfig}\n */\n static defaults = Object.freeze({\n i18n: {\n hideAllSections: 'Hide all sections',\n hideSection: 'Hide',\n hideSectionAriaLabel: 'Hide this section',\n showAllSections: 'Show all sections',\n showSection: 'Show',\n showSectionAriaLabel: 'Show this section'\n },\n rememberExpanded: true\n })\n\n /**\n * Accordion config schema\n *\n * @constant\n * @satisfies {Schema}\n */\n static schema = Object.freeze({\n properties: {\n i18n: { type: 'object' },\n rememberExpanded: { type: 'boolean' }\n }\n })\n}\n\nconst helper = {\n /**\n * Check for `window.sessionStorage`, and that it actually works.\n *\n * @returns {boolean} True if session storage is available\n */\n checkForSessionStorage: function () {\n const testString = 'this is the test string'\n let result\n try {\n window.sessionStorage.setItem(testString, testString)\n result =\n window.sessionStorage.getItem(testString) === testString.toString()\n window.sessionStorage.removeItem(testString)\n return result\n } catch (exception) {\n return false\n }\n }\n}\n\n/**\n * Accordion config\n *\n * @see {@link Accordion.defaults}\n * @typedef {object} AccordionConfig\n * @property {AccordionTranslations} [i18n=Accordion.defaults.i18n] - Accordion translations\n * @property {boolean} [rememberExpanded] - Whether the expanded and collapsed\n * state of each section is remembered and restored when navigating.\n */\n\n/**\n * Accordion translations\n *\n * @see {@link Accordion.defaults.i18n}\n * @typedef {object} AccordionTranslations\n *\n * Messages used by the component for the labels of its buttons. This includes\n * the visible text shown on screen, and text to help assistive technology users\n * for the buttons toggling each section.\n * @property {string} [hideAllSections] - The text content for the 'Hide all\n * sections' button, used when at least one section is expanded.\n * @property {string} [hideSection] - The text content for the 'Hide'\n * button, used when a section is expanded.\n * @property {string} [hideSectionAriaLabel] - The text content appended to the\n * 'Hide' button's accessible name when a section is expanded.\n * @property {string} [showAllSections] - The text content for the 'Show all\n * sections' button, used when all sections are collapsed.\n * @property {string} [showSection] - The text content for the 'Show'\n * button, used when a section is collapsed.\n * @property {string} [showSectionAriaLabel] - The text content appended to the\n * 'Show' button's accessible name when a section is expanded.\n */\n\n/**\n * @typedef {import('../../common/index.mjs').Schema} Schema\n */\n","import { mergeConfigs } from '../../common/index.mjs'\nimport { normaliseDataset } from '../../common/normalise-dataset.mjs'\nimport { ElementError } from '../../errors/index.mjs'\nimport { GOVUKFrontendComponent } from '../../govuk-frontend-component.mjs'\n\nconst DEBOUNCE_TIMEOUT_IN_SECONDS = 1\n\n/**\n * JavaScript enhancements for the Button component\n *\n * @preserve\n */\nexport class Button extends GOVUKFrontendComponent {\n /** @private */\n $module\n\n /**\n * @private\n * @type {ButtonConfig}\n */\n config\n\n /**\n * @private\n * @type {number | null}\n */\n debounceFormSubmitTimer = null\n\n /**\n * @param {Element | null} $module - HTML element to use for button\n * @param {ButtonConfig} [config] - Button config\n */\n constructor($module, config = {}) {\n super()\n\n if (!($module instanceof HTMLElement)) {\n throw new ElementError({\n componentName: 'Button',\n element: $module,\n identifier: 'Root element (`$module`)'\n })\n }\n\n this.$module = $module\n\n this.config = mergeConfigs(\n Button.defaults,\n config,\n normaliseDataset(Button, $module.dataset)\n )\n\n this.$module.addEventListener('keydown', (event) =>\n this.handleKeyDown(event)\n )\n this.$module.addEventListener('click', (event) => this.debounce(event))\n }\n\n /**\n * Trigger a click event when the space key is pressed\n *\n * Some screen readers tell users they can use the space bar to activate\n * things with the 'button' role, so we need to match the functionality of\n * native HTML buttons.\n *\n * See https://github.com/alphagov/govuk_elements/pull/272#issuecomment-233028270\n *\n * @private\n * @param {KeyboardEvent} event - Keydown event\n */\n handleKeyDown(event) {\n const $target = event.target\n\n // Handle space bar only\n if (event.key !== ' ') {\n return\n }\n\n // Handle elements with [role=\"button\"] only\n if (\n $target instanceof HTMLElement &&\n $target.getAttribute('role') === 'button'\n ) {\n event.preventDefault() // prevent the page from scrolling\n $target.click()\n }\n }\n\n /**\n * Debounce double-clicks\n *\n * If the click quickly succeeds a previous click then nothing will happen.\n * This stops people accidentally causing multiple form submissions by double\n * clicking buttons.\n *\n * @private\n * @param {MouseEvent} event - Mouse click event\n * @returns {undefined | false} Returns undefined, or false when debounced\n */\n debounce(event) {\n // Check the button that was clicked has preventDoubleClick enabled\n if (!this.config.preventDoubleClick) {\n return\n }\n\n // If the timer is still running, prevent the click from submitting the form\n if (this.debounceFormSubmitTimer) {\n event.preventDefault()\n return false\n }\n\n this.debounceFormSubmitTimer = window.setTimeout(() => {\n this.debounceFormSubmitTimer = null\n }, DEBOUNCE_TIMEOUT_IN_SECONDS * 1000)\n }\n\n /**\n * Name for the component used when initialising using data-module attributes.\n */\n static moduleName = 'govuk-button'\n\n /**\n * Button default config\n *\n * @see {@link ButtonConfig}\n * @constant\n * @type {ButtonConfig}\n */\n static defaults = Object.freeze({\n preventDoubleClick: false\n })\n\n /**\n * Button config schema\n *\n * @constant\n * @satisfies {Schema}\n */\n static schema = Object.freeze({\n properties: {\n preventDoubleClick: { type: 'boolean' }\n }\n })\n}\n\n/**\n * Button config\n *\n * @typedef {object} ButtonConfig\n * @property {boolean} [preventDoubleClick=false] - Prevent accidental double\n * clicks on submit buttons from submitting forms multiple times.\n */\n\n/**\n * @typedef {import('../../common/index.mjs').Schema} Schema\n */\n","/**\n * Returns the value of the given attribute closest to the given element (including itself)\n *\n * @internal\n * @param {Element} $element - The element to start walking the DOM tree up\n * @param {string} attributeName - The name of the attribute\n * @returns {string | null} Attribute value\n */\nexport function closestAttributeValue($element, attributeName) {\n const $closestElementWithAttribute = $element.closest(`[${attributeName}]`)\n return $closestElementWithAttribute\n ? $closestElementWithAttribute.getAttribute(attributeName)\n : null\n}\n","import { closestAttributeValue } from '../../common/closest-attribute-value.mjs'\nimport { mergeConfigs, validateConfig } from '../../common/index.mjs'\nimport { normaliseDataset } from '../../common/normalise-dataset.mjs'\nimport { ConfigError, ElementError } from '../../errors/index.mjs'\nimport { GOVUKFrontendComponent } from '../../govuk-frontend-component.mjs'\nimport { I18n } from '../../i18n.mjs'\n\n/**\n * Character count component\n *\n * Tracks the number of characters or words in the `.govuk-js-character-count`\n * `<textarea>` inside the element. Displays a message with the remaining number\n * of characters/words available, or the number of characters/words in excess.\n *\n * You can configure the message to only appear after a certain percentage\n * of the available characters/words has been entered.\n *\n * @preserve\n */\nexport class CharacterCount extends GOVUKFrontendComponent {\n /** @private */\n $module\n\n /** @private */\n $textarea\n\n /** @private */\n $visibleCountMessage\n\n /** @private */\n $screenReaderCountMessage\n\n /**\n * @private\n * @type {number | null}\n */\n lastInputTimestamp = null\n\n /** @private */\n lastInputValue = ''\n\n /**\n * @private\n * @type {number | null}\n */\n valueChecker = null\n\n /**\n * @private\n * @type {CharacterCountConfig}\n */\n config\n\n /** @private */\n i18n\n\n /** @private */\n maxLength\n\n /**\n * @param {Element | null} $module - HTML element to use for character count\n * @param {CharacterCountConfig} [config] - Character count config\n */\n constructor($module, config = {}) {\n super()\n\n if (!($module instanceof HTMLElement)) {\n throw new ElementError({\n componentName: 'Character count',\n element: $module,\n identifier: 'Root element (`$module`)'\n })\n }\n\n const $textarea = $module.querySelector('.govuk-js-character-count')\n if (\n !(\n $textarea instanceof HTMLTextAreaElement ||\n $textarea instanceof HTMLInputElement\n )\n ) {\n throw new ElementError({\n componentName: 'Character count',\n element: $textarea,\n expectedType: 'HTMLTextareaElement or HTMLInputElement',\n identifier: 'Form field (`.govuk-js-character-count`)'\n })\n }\n\n // Read config set using dataset ('data-' values)\n const datasetConfig = normaliseDataset(CharacterCount, $module.dataset)\n\n // To ensure data-attributes take complete precedence, even if they change\n // the type of count, we need to reset the `maxlength` and `maxwords` from\n // the JavaScript config.\n //\n // We can't mutate `config`, though, as it may be shared across multiple\n // components inside `initAll`.\n /** @type {CharacterCountConfig} */\n let configOverrides = {}\n if ('maxwords' in datasetConfig || 'maxlength' in datasetConfig) {\n configOverrides = {\n maxlength: undefined,\n maxwords: undefined\n }\n }\n\n this.config = mergeConfigs(\n CharacterCount.defaults,\n config,\n configOverrides,\n datasetConfig\n )\n\n // Check for valid config\n const errors = validateConfig(CharacterCount.schema, this.config)\n if (errors[0]) {\n throw new ConfigError(`Character count: ${errors[0]}`)\n }\n\n this.i18n = new I18n(this.config.i18n, {\n // Read the fallback if necessary rather than have it set in the defaults\n locale: closestAttributeValue($module, 'lang')\n })\n\n // Determine the limit attribute (characters or words)\n this.maxLength = this.config.maxwords ?? this.config.maxlength ?? Infinity\n\n this.$module = $module\n this.$textarea = $textarea\n\n const textareaDescriptionId = `${this.$textarea.id}-info`\n const $textareaDescription = document.getElementById(textareaDescriptionId)\n if (!$textareaDescription) {\n throw new ElementError({\n componentName: 'Character count',\n element: $textareaDescription,\n identifier: `Count message (\\`id=\"${textareaDescriptionId}\"\\`)`\n })\n }\n\n // Inject a description for the textarea if none is present already\n // for when the component was rendered with no maxlength, maxwords\n // nor custom textareaDescriptionText\n if (`${$textareaDescription.textContent}`.match(/^\\s*$/)) {\n $textareaDescription.textContent = this.i18n.t('textareaDescription', {\n count: this.maxLength\n })\n }\n\n // Move the textarea description to be immediately after the textarea\n // Kept for backwards compatibility\n this.$textarea.insertAdjacentElement('afterend', $textareaDescription)\n\n // Create the *screen reader* specific live-updating counter\n // This doesn't need any styling classes, as it is never visible\n const $screenReaderCountMessage = document.createElement('div')\n $screenReaderCountMessage.className =\n 'govuk-character-count__sr-status govuk-visually-hidden'\n $screenReaderCountMessage.setAttribute('aria-live', 'polite')\n this.$screenReaderCountMessage = $screenReaderCountMessage\n $textareaDescription.insertAdjacentElement(\n 'afterend',\n $screenReaderCountMessage\n )\n\n // Create our live-updating counter element, copying the classes from the\n // textarea description for backwards compatibility as these may have been\n // configured\n const $visibleCountMessage = document.createElement('div')\n $visibleCountMessage.className = $textareaDescription.className\n $visibleCountMessage.classList.add('govuk-character-count__status')\n $visibleCountMessage.setAttribute('aria-hidden', 'true')\n this.$visibleCountMessage = $visibleCountMessage\n $textareaDescription.insertAdjacentElement('afterend', $visibleCountMessage)\n\n // Hide the textarea description\n $textareaDescription.classList.add('govuk-visually-hidden')\n\n // Remove hard limit if set\n this.$textarea.removeAttribute('maxlength')\n\n this.bindChangeEvents()\n\n // When the page is restored after navigating 'back' in some browsers the\n // state of form controls is not restored until *after* the DOMContentLoaded\n // event is fired, so we need to sync after the pageshow event.\n window.addEventListener('pageshow', () => this.updateCountMessage())\n\n // Although we've set up handlers to sync state on the pageshow event, init\n // could be called after those events have fired, for example if they are\n // added to the page dynamically, so update now too.\n this.updateCountMessage()\n }\n\n /**\n * Bind change events\n *\n * Set up event listeners on the $textarea so that the count messages update\n * when the user types.\n *\n * @private\n */\n bindChangeEvents() {\n this.$textarea.addEventListener('keyup', () => this.handleKeyUp())\n\n // Bind focus/blur events to start/stop polling\n this.$textarea.addEventListener('focus', () => this.handleFocus())\n this.$textarea.addEventListener('blur', () => this.handleBlur())\n }\n\n /**\n * Handle key up event\n *\n * Update the visible character counter and keep track of when the last update\n * happened for each keypress\n *\n * @private\n */\n handleKeyUp() {\n this.updateVisibleCountMessage()\n this.lastInputTimestamp = Date.now()\n }\n\n /**\n * Handle focus event\n *\n * Speech recognition software such as Dragon NaturallySpeaking will modify\n * the fields by directly changing its `value`. These changes don't trigger\n * events in JavaScript, so we need to poll to handle when and if they occur.\n *\n * Once the keyup event hasn't been detected for at least 1000 ms (1s), check\n * if the textarea value has changed and update the count message if it has.\n *\n * This is so that the update triggered by the manual comparison doesn't\n * conflict with debounced KeyboardEvent updates.\n *\n * @private\n */\n handleFocus() {\n this.valueChecker = window.setInterval(() => {\n if (\n !this.lastInputTimestamp ||\n Date.now() - 500 >= this.lastInputTimestamp\n ) {\n this.updateIfValueChanged()\n }\n }, 1000)\n }\n\n /**\n * Handle blur event\n *\n * Stop checking the textarea value once the textarea no longer has focus\n *\n * @private\n */\n handleBlur() {\n // Cancel value checking on blur\n if (this.valueChecker) {\n window.clearInterval(this.valueChecker)\n }\n }\n\n /**\n * Update count message if textarea value has changed\n *\n * @private\n */\n updateIfValueChanged() {\n if (this.$textarea.value !== this.lastInputValue) {\n this.lastInputValue = this.$textarea.value\n this.updateCountMessage()\n }\n }\n\n /**\n * Update count message\n *\n * Helper function to update both the visible and screen reader-specific\n * counters simultaneously (e.g. on init)\n *\n * @private\n */\n updateCountMessage() {\n this.updateVisibleCountMessage()\n this.updateScreenReaderCountMessage()\n }\n\n /**\n * Update visible count message\n *\n * @private\n */\n updateVisibleCountMessage() {\n const remainingNumber = this.maxLength - this.count(this.$textarea.value)\n const isError = remainingNumber < 0\n\n // If input is over the threshold, remove the disabled class which renders\n // the counter invisible.\n this.$visibleCountMessage.classList.toggle(\n 'govuk-character-count__message--disabled',\n !this.isOverThreshold()\n )\n\n // Update styles\n this.$textarea.classList.toggle('govuk-textarea--error', isError)\n this.$visibleCountMessage.classList.toggle('govuk-error-message', isError)\n this.$visibleCountMessage.classList.toggle('govuk-hint', !isError)\n\n // Update message\n this.$visibleCountMessage.textContent = this.getCountMessage()\n }\n\n /**\n * Update screen reader count message\n *\n * @private\n */\n updateScreenReaderCountMessage() {\n // If over the threshold, remove the aria-hidden attribute, allowing screen\n // readers to announce the content of the element.\n if (this.isOverThreshold()) {\n this.$screenReaderCountMessage.removeAttribute('aria-hidden')\n } else {\n this.$screenReaderCountMessage.setAttribute('aria-hidden', 'true')\n }\n\n // Update message\n this.$screenReaderCountMessage.textContent = this.getCountMessage()\n }\n\n /**\n * Count the number of characters (or words, if `config.maxwords` is set)\n * in the given text\n *\n * @private\n * @param {string} text - The text to count the characters of\n * @returns {number} the number of characters (or words) in the text\n */\n count(text) {\n if (this.config.maxwords) {\n const tokens = text.match(/\\S+/g) ?? [] // Matches consecutive non-whitespace chars\n return tokens.length\n }\n\n return text.length\n }\n\n /**\n * Get count message\n *\n * @private\n * @returns {string} Status message\n */\n getCountMessage() {\n const remainingNumber = this.maxLength - this.count(this.$textarea.value)\n const countType = this.config.maxwords ? 'words' : 'characters'\n return this.formatCountMessage(remainingNumber, countType)\n }\n\n /**\n * Formats the message shown to users according to what's counted\n * and how many remain\n *\n * @private\n * @param {number} remainingNumber - The number of words/characaters remaining\n * @param {string} countType - \"words\" or \"characters\"\n * @returns {string} Status message\n */\n formatCountMessage(remainingNumber, countType) {\n if (remainingNumber === 0) {\n return this.i18n.t(`${countType}AtLimit`)\n }\n\n const translationKeySuffix =\n remainingNumber < 0 ? 'OverLimit' : 'UnderLimit'\n\n return this.i18n.t(`${countType}${translationKeySuffix}`, {\n count: Math.abs(remainingNumber)\n })\n }\n\n /**\n * Check if count is over threshold\n *\n * Checks whether the value is over the configured threshold for the input.\n * If there is no configured threshold, it is set to 0 and this function will\n * always return true.\n *\n * @private\n * @returns {boolean} true if the current count is over the config.threshold\n * (or no threshold is set)\n */\n isOverThreshold() {\n // No threshold means we're always above threshold so save some computation\n if (!this.config.threshold) {\n return true\n }\n\n // Determine the remaining number of characters/words\n const currentLength = this.count(this.$textarea.value)\n const maxLength = this.maxLength\n\n const thresholdValue = (maxLength * this.config.threshold) / 100\n\n return thresholdValue <= currentLength\n }\n\n /**\n * Name for the component used when initialising using data-module attributes.\n */\n static moduleName = 'govuk-character-count'\n\n /**\n * Character count default config\n *\n * @see {@link CharacterCountConfig}\n * @constant\n * @type {CharacterCountConfig}\n */\n static defaults = Object.freeze({\n threshold: 0,\n i18n: {\n // Characters\n charactersUnderLimit: {\n one: 'You have %{count} character remaining',\n other: 'You have %{count} characters remaining'\n },\n charactersAtLimit: 'You have 0 characters remaining',\n charactersOverLimit: {\n one: 'You have %{count} character too many',\n other: 'You have %{count} characters too many'\n },\n // Words\n wordsUnderLimit: {\n one: 'You have %{count} word remaining',\n other: 'You have %{count} words remaining'\n },\n wordsAtLimit: 'You have 0 words remaining',\n wordsOverLimit: {\n one: 'You have %{count} word too many',\n other: 'You have %{count} words too many'\n },\n textareaDescription: {\n other: ''\n }\n }\n })\n\n /**\n * Character count config schema\n *\n * @constant\n * @satisfies {Schema}\n */\n static schema = Object.freeze({\n properties: {\n i18n: { type: 'object' },\n maxwords: { type: 'number' },\n maxlength: { type: 'number' },\n threshold: { type: 'number' }\n },\n anyOf: [\n {\n required: ['maxwords'],\n errorMessage: 'Either \"maxlength\" or \"maxwords\" must be provided'\n },\n {\n required: ['maxlength'],\n errorMessage: 'Either \"maxlength\" or \"maxwords\" must be provided'\n }\n ]\n })\n}\n\n/**\n * Character count config\n *\n * @see {@link CharacterCount.defaults}\n * @typedef {object} CharacterCountConfig\n * @property {number} [maxlength] - The maximum number of characters.\n * If maxwords is provided, the maxlength option will be ignored.\n * @property {number} [maxwords] - The maximum number of words. If maxwords is\n * provided, the maxlength option will be ignored.\n * @property {number} [threshold=0] - The percentage value of the limit at\n * which point the count message is displayed. If this attribute is set, the\n * count message will be hidden by default.\n * @property {CharacterCountTranslations} [i18n=CharacterCount.defaults.i18n] - Character count translations\n */\n\n/**\n * Character count translations\n *\n * @see {@link CharacterCount.defaults.i18n}\n * @typedef {object} CharacterCountTranslations\n *\n * Messages shown to users as they type. It provides feedback on how many words\n * or characters they have remaining or if they are over the limit. This also\n * includes a message used as an accessible description for the textarea.\n * @property {TranslationPluralForms} [charactersUnderLimit] - Message displayed\n * when the number of characters is under the configured maximum, `maxlength`.\n * This message is displayed visually and through assistive technologies. The\n * component will replace the `%{count}` placeholder with the number of\n * remaining characters. This is a [pluralised list of\n * messages](https://frontend.design-system.service.gov.uk/localise-govuk-frontend).\n * @property {string} [charactersAtLimit] - Message displayed when the number of\n * characters reaches the configured maximum, `maxlength`. This message is\n * displayed visually and through assistive technologies.\n * @property {TranslationPluralForms} [charactersOverLimit] - Message displayed\n * when the number of characters is over the configured maximum, `maxlength`.\n * This message is displayed visually and through assistive technologies. The\n * component will replace the `%{count}` placeholder with the number of\n * remaining characters. This is a [pluralised list of\n * messages](https://frontend.design-system.service.gov.uk/localise-govuk-frontend).\n * @property {TranslationPluralForms} [wordsUnderLimit] - Message displayed when\n * the number of words is under the configured maximum, `maxlength`. This\n * message is displayed visually and through assistive technologies. The\n * component will replace the `%{count}` placeholder with the number of\n * remaining words. This is a [pluralised list of\n * messages](https://frontend.design-system.service.gov.uk/localise-govuk-frontend).\n * @property {string} [wordsAtLimit] - Message displayed when the number of\n * words reaches the configured maximum, `maxlength`. This message is\n * displayed visually and through assistive technologies.\n * @property {TranslationPluralForms} [wordsOverLimit] - Message displayed when\n * the number of words is over the configured maximum, `maxlength`. This\n * message is displayed visually and through assistive technologies. The\n * component will replace the `%{count}` placeholder with the number of\n * remaining words. This is a [pluralised list of\n * messages](https://frontend.design-system.service.gov.uk/localise-govuk-frontend).\n * @property {TranslationPluralForms} [textareaDescription] - Message made\n * available to assistive technologies, if none is already present in the\n * HTML, to describe that the component accepts only a limited amount of\n * content. It is visible on the page when JavaScript is unavailable. The\n * component will replace the `%{count}` placeholder with the value of the\n * `maxlength` or `maxwords` parameter.\n */\n\n/**\n * @typedef {import('../../common/index.mjs').Schema} Schema\n * @typedef {import('../../i18n.mjs').TranslationPluralForms} TranslationPluralForms\n */\n","import { ElementError } from '../../errors/index.mjs'\nimport { GOVUKFrontendComponent } from '../../govuk-frontend-component.mjs'\n\n/**\n * Checkboxes component\n *\n * @preserve\n */\nexport class Checkboxes extends GOVUKFrontendComponent {\n /** @private */\n $module\n\n /** @private */\n $inputs\n\n /**\n * Checkboxes can be associated with a 'conditionally revealed' content block\n * – for example, a checkbox for 'Phone' could reveal an additional form field\n * for the user to enter their phone number.\n *\n * These associations are made using a `data-aria-controls` attribute, which\n * is promoted to an aria-controls attribute during initialisation.\n *\n * We also need to restore the state of any conditional reveals on the page\n * (for example if the user has navigated back), and set up event handlers to\n * keep the reveal in sync with the checkbox state.\n *\n * @param {Element | null} $module - HTML element to use for checkboxes\n */\n constructor($module) {\n super()\n\n if (!($module instanceof HTMLElement)) {\n throw new ElementError({\n componentName: 'Checkboxes',\n element: $module,\n identifier: 'Root element (`$module`)'\n })\n }\n\n const $inputs = $module.querySelectorAll('input[type=\"checkbox\"]')\n if (!$inputs.length) {\n throw new ElementError({\n componentName: 'Checkboxes',\n identifier: 'Form inputs (`<input type=\"checkbox\">`)'\n })\n }\n\n this.$module = $module\n this.$inputs = $inputs\n\n this.$inputs.forEach(($input) => {\n const targetId = $input.getAttribute('data-aria-controls')\n\n // Skip radios without data-aria-controls attributes\n if (!targetId) {\n return\n }\n\n // Throw if target conditional element does not exist.\n if (!document.getElementById(targetId)) {\n throw new ElementError({\n componentName: 'Checkboxes',\n identifier: `Conditional reveal (\\`id=\"${targetId}\"\\`)`\n })\n }\n\n // Promote the data-aria-controls attribute to a aria-controls attribute\n // so that the relationship is exposed in the AOM\n $input.setAttribute('aria-controls', targetId)\n $input.removeAttribute('data-aria-controls')\n })\n\n // When the page is restored after navigating 'back' in some browsers the\n // state of form controls is not restored until *after* the DOMContentLoaded\n // event is fired, so we need to sync after the pageshow event.\n window.addEventListener('pageshow', () => this.syncAllConditionalReveals())\n\n // Although we've set up handlers to sync state on the pageshow event, init\n // could be called after those events have fired, for example if they are\n // added to the page dynamically, so sync now too.\n this.syncAllConditionalReveals()\n\n // Handle events\n this.$module.addEventListener('click', (event) => this.handleClick(event))\n }\n\n /**\n * Sync the conditional reveal states for all checkboxes in this $module.\n *\n * @private\n */\n syncAllConditionalReveals() {\n this.$inputs.forEach(($input) =>\n this.syncConditionalRevealWithInputState($input)\n )\n }\n\n /**\n * Sync conditional reveal with the input state\n *\n * Synchronise the visibility of the conditional reveal, and its accessible\n * state, with the input's checked state.\n *\n * @private\n * @param {HTMLInputElement} $input - Checkbox input\n */\n syncConditionalRevealWithInputState($input) {\n const targetId = $input.getAttribute('aria-controls')\n if (!targetId) {\n return\n }\n\n const $target = document.getElementById(targetId)\n if ($target?.classList.contains('govuk-checkboxes__conditional')) {\n const inputIsChecked = $input.checked\n\n $input.setAttribute('aria-expanded', inputIsChecked.toString())\n $target.classList.toggle(\n 'govuk-checkboxes__conditional--hidden',\n !inputIsChecked\n )\n }\n }\n\n /**\n * Uncheck other checkboxes\n *\n * Find any other checkbox inputs with the same name value, and uncheck them.\n * This is useful for when a “None of these\" checkbox is checked.\n *\n * @private\n * @param {HTMLInputElement} $input - Checkbox input\n */\n unCheckAllInputsExcept($input) {\n const allInputsWithSameName = document.querySelectorAll(\n `input[type=\"checkbox\"][name=\"${$input.name}\"]`\n )\n\n allInputsWithSameName.forEach(($inputWithSameName) => {\n const hasSameFormOwner = $input.form === $inputWithSameName.form\n if (hasSameFormOwner && $inputWithSameName !== $input) {\n $inputWithSameName.checked = false\n this.syncConditionalRevealWithInputState($inputWithSameName)\n }\n })\n }\n\n /**\n * Uncheck exclusive checkboxes\n *\n * Find any checkbox inputs with the same name value and the 'exclusive'\n * behaviour, and uncheck them. This helps prevent someone checking both a\n * regular checkbox and a \"None of these\" checkbox in the same fieldset.\n *\n * @private\n * @param {HTMLInputElement} $input - Checkbox input\n */\n unCheckExclusiveInputs($input) {\n const allInputsWithSameNameAndExclusiveBehaviour =\n document.querySelectorAll(\n `input[data-behaviour=\"exclusive\"][type=\"checkbox\"][name=\"${$input.name}\"]`\n )\n\n allInputsWithSameNameAndExclusiveBehaviour.forEach(($exclusiveInput) => {\n const hasSameFormOwner = $input.form === $exclusiveInput.form\n if (hasSameFormOwner) {\n $exclusiveInput.checked = false\n this.syncConditionalRevealWithInputState($exclusiveInput)\n }\n })\n }\n\n /**\n * Click event handler\n *\n * Handle a click within the $module – if the click occurred on a checkbox,\n * sync the state of any associated conditional reveal with the checkbox\n * state.\n *\n * @private\n * @param {MouseEvent} event - Click event\n */\n handleClick(event) {\n const $clickedInput = event.target\n\n // Ignore clicks on things that aren't checkbox inputs\n if (\n !($clickedInput instanceof HTMLInputElement) ||\n $clickedInput.type !== 'checkbox'\n ) {\n return\n }\n\n // If the checkbox conditionally-reveals some content, sync the state\n const hasAriaControls = $clickedInput.getAttribute('aria-controls')\n if (hasAriaControls) {\n this.syncConditionalRevealWithInputState($clickedInput)\n }\n\n // No further behaviour needed for unchecking\n if (!$clickedInput.checked) {\n return\n }\n\n // Handle 'exclusive' checkbox behaviour (ie \"None of these\")\n const hasBehaviourExclusive =\n $clickedInput.getAttribute('data-behaviour') === 'exclusive'\n if (hasBehaviourExclusive) {\n this.unCheckAllInputsExcept($clickedInput)\n } else {\n this.unCheckExclusiveInputs($clickedInput)\n }\n }\n\n /**\n * Name for the component used when initialising using data-module attributes.\n */\n static moduleName = 'govuk-checkboxes'\n}\n","import {\n getFragmentFromUrl,\n mergeConfigs,\n setFocus\n} from '../../common/index.mjs'\nimport { normaliseDataset } from '../../common/normalise-dataset.mjs'\nimport { ElementError } from '../../errors/index.mjs'\nimport { GOVUKFrontendComponent } from '../../govuk-frontend-component.mjs'\n\n/**\n * Error summary component\n *\n * Takes focus on initialisation for accessible announcement, unless disabled in\n * configuration.\n *\n * @preserve\n */\nexport class ErrorSummary extends GOVUKFrontendComponent {\n /** @private */\n $module\n\n /**\n * @private\n * @type {ErrorSummaryConfig}\n */\n config\n\n /**\n * @param {Element | null} $module - HTML element to use for error summary\n * @param {ErrorSummaryConfig} [config] - Error summary config\n */\n constructor($module, config = {}) {\n super()\n\n if (!($module instanceof HTMLElement)) {\n throw new ElementError({\n componentName: 'Error summary',\n element: $module,\n identifier: 'Root element (`$module`)'\n })\n }\n\n this.$module = $module\n\n this.config = mergeConfigs(\n ErrorSummary.defaults,\n config,\n normaliseDataset(ErrorSummary, $module.dataset)\n )\n\n /**\n * Focus the error summary\n */\n if (!this.config.disableAutoFocus) {\n setFocus(this.$module)\n }\n\n this.$module.addEventListener('click', (event) => this.handleClick(event))\n }\n\n /**\n * Click event handler\n *\n * @private\n * @param {MouseEvent} event - Click event\n */\n handleClick(event) {\n const $target = event.target\n if ($target && this.focusTarget($target)) {\n event.preventDefault()\n }\n }\n\n /**\n * Focus the target element\n *\n * By default, the browser will scroll the target into view. Because our\n * labels or legends appear above the input, this means the user will be\n * presented with an input without any context, as the label or legend will be\n * off the top of the screen.\n *\n * Manually handling the click event, scrolling the question into view and\n * then focussing the element solves this.\n *\n * This also results in the label and/or legend being announced correctly in\n * NVDA (as tested in 2018.3.2) - without this only the field type is\n * announced (e.g. \"Edit, has autocomplete\").\n *\n * @private\n * @param {EventTarget} $target - Event target\n * @returns {boolean} True if the target was able to be focussed\n */\n focusTarget($target) {\n // If the element that was clicked was not a link, return early\n if (!($target instanceof HTMLAnchorElement)) {\n return false\n }\n\n const inputId = getFragmentFromUrl($target.href)\n if (!inputId) {\n return false\n }\n\n const $input = document.getElementById(inputId)\n if (!$input) {\n return false\n }\n\n const $legendOrLabel = this.getAssociatedLegendOrLabel($input)\n if (!$legendOrLabel) {\n return false\n }\n\n // Scroll the legend or label into view *before* calling focus on the input\n // to avoid extra scrolling in browsers that don't support `preventScroll`\n // (which at time of writing is most of them...)\n $legendOrLabel.scrollIntoView()\n $input.focus({ preventScroll: true })\n\n return true\n }\n\n /**\n * Get associated legend or label\n *\n * Returns the first element that exists from this list:\n *\n * - The `<legend>` associated with the closest `<fieldset>` ancestor, as long\n * as the top of it is no more than half a viewport height away from the\n * bottom of the input\n * - The first `<label>` that is associated with the input using for=\"inputId\"\n * - The closest parent `<label>`\n *\n * @private\n * @param {Element} $input - The input\n * @returns {Element | null} Associated legend or label, or null if no\n * associated legend or label can be found\n */\n getAssociatedLegendOrLabel($input) {\n const $fieldset = $input.closest('fieldset')\n\n if ($fieldset) {\n const $legends = $fieldset.getElementsByTagName('legend')\n\n if ($legends.length) {\n const $candidateLegend = $legends[0]\n\n // If the input type is radio or checkbox, always use the legend if\n // there is one.\n if (\n $input instanceof HTMLInputElement &&\n ($input.type === 'checkbox' || $input.type === 'radio')\n ) {\n return $candidateLegend\n }\n\n // For other input types, only scroll to the fieldset’s legend (instead\n // of the label associated with the input) if the input would end up in\n // the top half of the screen.\n //\n // This should avoid situations where the input either ends up off the\n // screen, or obscured by a software keyboard.\n const legendTop = $candidateLegend.getBoundingClientRect().top\n const inputRect = $input.getBoundingClientRect()\n\n // If the browser doesn't support Element.getBoundingClientRect().height\n // or window.innerHeight (like IE8), bail and just link to the label.\n if (inputRect.height && window.innerHeight) {\n const inputBottom = inputRect.top + inputRect.height\n\n if (inputBottom - legendTop < window.innerHeight / 2) {\n return $candidateLegend\n }\n }\n }\n }\n\n return (\n document.querySelector(`label[for='${$input.getAttribute('id')}']`) ??\n $input.closest('label')\n )\n }\n\n /**\n * Name for the component used when initialising using data-module attributes.\n */\n static moduleName = 'govuk-error-summary'\n\n /**\n * Error summary default config\n *\n * @see {@link ErrorSummaryConfig}\n * @constant\n * @type {ErrorSummaryConfig}\n */\n static defaults = Object.freeze({\n disableAutoFocus: false\n })\n\n /**\n * Error summary config schema\n *\n * @constant\n * @satisfies {Schema}\n */\n static schema = Object.freeze({\n properties: {\n disableAutoFocus: { type: 'boolean' }\n }\n })\n}\n\n/**\n * Error summary config\n *\n * @typedef {object} ErrorSummaryConfig\n * @property {boolean} [disableAutoFocus=false] - If set to `true` the error\n * summary will not be focussed when the page loads.\n */\n\n/**\n * @typedef {import('../../common/index.mjs').Schema} Schema\n */\n","import { mergeConfigs } from '../../common/index.mjs'\nimport { normaliseDataset } from '../../common/normalise-dataset.mjs'\nimport { ElementError } from '../../errors/index.mjs'\nimport { GOVUKFrontendComponent } from '../../govuk-frontend-component.mjs'\nimport { I18n } from '../../i18n.mjs'\n\n/**\n * Exit this page component\n *\n * @preserve\n */\nexport class ExitThisPage extends GOVUKFrontendComponent {\n /** @private */\n $module\n\n /**\n * @private\n * @type {ExitThisPageConfig}\n */\n config\n\n /** @private */\n i18n\n\n /** @private */\n $button\n\n /**\n * @private\n * @type {HTMLAnchorElement | null}\n */\n $skiplinkButton = null\n\n /**\n * @private\n * @type {HTMLElement | null}\n */\n $updateSpan = null\n\n /**\n * @private\n * @type {HTMLElement | null}\n */\n $indicatorContainer = null\n\n /**\n * @private\n * @type {HTMLElement | null}\n */\n $overlay = null\n\n /** @private */\n keypressCounter = 0\n\n /** @private */\n lastKeyWasModified = false\n\n /** @private */\n timeoutTime = 5000 // milliseconds\n\n // Store the timeout events so that we can clear them to avoid user keypresses overlapping\n // setTimeout returns an id that we can use to clear it with clearTimeout,\n // hence the 'Id' suffix\n\n /**\n * @private\n * @type {number | null}\n */\n keypressTimeoutId = null\n\n /**\n * @private\n * @type {number | null}\n */\n timeoutMessageId = null\n\n /**\n * @param {Element | null} $module - HTML element that wraps the Exit This Page button\n * @param {ExitThisPageConfig} [config] - Exit This Page config\n */\n constructor($module, config = {}) {\n super()\n\n if (!($module instanceof HTMLElement)) {\n throw new ElementError({\n componentName: 'Exit this page',\n element: $module,\n identifier: 'Root element (`$module`)'\n })\n }\n\n const $button = $module.querySelector('.govuk-exit-this-page__button')\n if (!($button instanceof HTMLAnchorElement)) {\n throw new ElementError({\n componentName: 'Exit this page',\n element: $button,\n expectedType: 'HTMLAnchorElement',\n identifier: 'Button (`.govuk-exit-this-page__button`)'\n })\n }\n\n this.config = mergeConfigs(\n ExitThisPage.defaults,\n config,\n normaliseDataset(ExitThisPage, $module.dataset)\n )\n\n this.i18n = new I18n(this.config.i18n)\n this.$module = $module\n this.$button = $button\n\n const $skiplinkButton = document.querySelector(\n '.govuk-js-exit-this-page-skiplink'\n )\n if ($skiplinkButton instanceof HTMLAnchorElement) {\n this.$skiplinkButton = $skiplinkButton\n }\n\n this.buildIndicator()\n this.initUpdateSpan()\n this.initButtonClickHandler()\n\n // Check to see if this has already been done by a previous initialisation of ExitThisPage\n if (!('govukFrontendExitThisPageKeypress' in document.body.dataset)) {\n document.addEventListener('keyup', this.handleKeypress.bind(this), true)\n document.body.dataset.govukFrontendExitThisPageKeypress = 'true'\n }\n\n // When the page is restored after navigating 'back' in some browsers the\n // blank overlay remains present, rendering the page unusable. Here, we check\n // to see if it's present on page (re)load, and remove it if so.\n window.addEventListener('pageshow', this.resetPage.bind(this))\n }\n\n /**\n * Create the <span> we use for screen reader announcements.\n *\n * @private\n */\n initUpdateSpan() {\n this.$updateSpan = document.createElement('span')\n this.$updateSpan.setAttribute('role', 'status')\n this.$updateSpan.className = 'govuk-visually-hidden'\n\n this.$module.appendChild(this.$updateSpan)\n }\n\n /**\n * Create button click handlers.\n *\n * @private\n */\n initButtonClickHandler() {\n // Main EtP button\n this.$button.addEventListener('click', this.handleClick.bind(this))\n\n // EtP secondary link\n if (this.$skiplinkButton) {\n this.$skiplinkButton.addEventListener(\n 'click',\n this.handleClick.bind(this)\n )\n }\n }\n\n /**\n * Create the HTML for the 'three lights' indicator on the button.\n *\n * @private\n */\n buildIndicator() {\n // Build container\n // Putting `aria-hidden` on it as it won't contain any readable information\n this.$indicatorContainer = document.createElement('div')\n this.$indicatorContainer.className = 'govuk-exit-this-page__indicator'\n this.$indicatorContainer.setAttribute('aria-hidden', 'true')\n\n // Create three 'lights' and place them within the container\n for (let i = 0; i < 3; i++) {\n const $indicator = document.createElement('div')\n $indicator.className = 'govuk-exit-this-page__indicator-light'\n this.$indicatorContainer.appendChild($indicator)\n }\n\n // Append it all to the module\n this.$button.appendChild(this.$indicatorContainer)\n }\n\n /**\n * Update whether the lights are visible and which ones are lit up depending on\n * the value of `keypressCounter`.\n *\n * @private\n */\n updateIndicator() {\n if (!this.$indicatorContainer) {\n return\n }\n\n // Show or hide the indicator container depending on keypressCounter value\n this.$indicatorContainer.classList.toggle(\n 'govuk-exit-this-page__indicator--visible',\n this.keypressCounter > 0\n )\n\n // Turn on only the indicators we want on\n const $indicators = this.$indicatorContainer.querySelectorAll(\n '.govuk-exit-this-page__indicator-light'\n )\n $indicators.forEach(($indicator, index) => {\n $indicator.classList.toggle(\n 'govuk-exit-this-page__indicator-light--on',\n index < this.keypressCounter\n )\n })\n }\n\n /**\n * Initiates the redirection away from the current page.\n * Includes the loading overlay functionality, which covers the current page with a\n * white overlay so that the contents are not visible during the loading\n * process. This is particularly important on slow network connections.\n *\n * @private\n */\n exitPage() {\n if (!this.$updateSpan) {\n return\n }\n\n this.$updateSpan.textContent = ''\n\n // Blank the page\n // As well as creating an overlay with text, we also set the body to hidden\n // to prevent screen reader and sequential navigation users potentially\n // navigating through the page behind the overlay during loading\n document.body.classList.add('govuk-exit-this-page-hide-content')\n this.$overlay = document.createElement('div')\n this.$overlay.className = 'govuk-exit-this-page-overlay'\n this.$overlay.setAttribute('role', 'alert')\n\n // we do these this way round, thus incurring a second paint, because changing\n // the element text after adding it means that screen readers pick up the\n // announcement more reliably.\n document.body.appendChild(this.$overlay)\n this.$overlay.textContent = this.i18n.t('activated')\n\n window.location.href = this.$button.href\n }\n\n /**\n * Pre-activation logic for when the button is clicked/activated via mouse or\n * pointer.\n *\n * We do this to differentiate it from the keyboard activation event because we\n * need to run `e.preventDefault` as the button or skiplink are both links and we\n * want to apply some additional logic in `exitPage` before navigating.\n *\n * @private\n * @param {MouseEvent} event - mouse click event\n */\n handleClick(event) {\n event.preventDefault()\n this.exitPage()\n }\n\n /**\n * Logic for the 'quick escape' keyboard sequence functionality (pressing the\n * Shift key three times without interruption, within a time limit).\n *\n * @private\n * @param {KeyboardEvent} event - keyup event\n */\n handleKeypress(event) {\n if (!this.$updateSpan) {\n return\n }\n\n // Detect if the 'Shift' key has been pressed. We want to only do things if it\n // was pressed by itself and not in a combination with another key—so we keep\n // track of whether the preceding keyup had shiftKey: true on it, and if it\n // did, we ignore the next Shift keyup event.\n //\n // This works because using Shift as a modifier key (e.g. pressing Shift + A)\n // will fire TWO keyup events, one for A (with e.shiftKey: true) and the other\n // for Shift (with e.shiftKey: false).\n if (event.key === 'Shift' && !this.lastKeyWasModified) {\n this.keypressCounter += 1\n\n // Update the indicator before the below if statement can reset it back to 0\n this.updateIndicator()\n\n // Clear the timeout for the keypress timeout message clearing itself\n if (this.timeoutMessageId) {\n window.clearTimeout(this.timeoutMessageId)\n this.timeoutMessageId = null\n }\n\n if (this.keypressCounter >= 3) {\n this.keypressCounter = 0\n\n if (this.keypressTimeoutId) {\n window.clearTimeout(this.keypressTimeoutId)\n this.keypressTimeoutId = null\n }\n\n this.exitPage()\n } else {\n if (this.keypressCounter === 1) {\n this.$updateSpan.textContent = this.i18n.t('pressTwoMoreTimes')\n } else {\n this.$updateSpan.textContent = this.i18n.t('pressOneMoreTime')\n }\n }\n\n this.setKeypressTimer()\n } else if (this.keypressTimeoutId) {\n // If the user pressed any key other than 'Shift', after having pressed\n // 'Shift' and activating the timer, stop and reset the timer.\n this.resetKeypressTimer()\n }\n\n // Keep track of whether the Shift modifier key was held during this keypress\n this.lastKeyWasModified = event.shiftKey\n }\n\n /**\n * Starts the 'quick escape' keyboard sequence timer.\n *\n * This can be invoked several times. We want this to be possible so that the\n * timer is restarted each time the shortcut key is pressed (e.g. the user has\n * up to n seconds between each keypress, rather than n seconds to invoke the\n * entire sequence.)\n *\n * @private\n */\n setKeypressTimer() {\n // Clear any existing timeout. This is so only one timer is running even if\n // there are multiple keypresses in quick succession.\n if (this.keypressTimeoutId) {\n window.clearTimeout(this.keypressTimeoutId)\n }\n\n // Set a fresh timeout\n this.keypressTimeoutId = window.setTimeout(\n this.resetKeypressTimer.bind(this),\n this.timeoutTime\n )\n }\n\n /**\n * Stops and resets the 'quick escape' keyboard sequence timer.\n *\n * @private\n */\n resetKeypressTimer() {\n if (!this.$updateSpan) {\n return\n }\n\n if (this.keypressTimeoutId) {\n window.clearTimeout(this.keypressTimeoutId)\n this.keypressTimeoutId = null\n }\n\n const $updateSpan = this.$updateSpan\n\n this.keypressCounter = 0\n $updateSpan.textContent = this.i18n.t('timedOut')\n\n this.timeoutMessageId = window.setTimeout(() => {\n $updateSpan.textContent = ''\n }, this.timeoutTime)\n\n this.updateIndicator()\n }\n\n /**\n * Reset the page using the EtP button\n *\n * We use this in situations where a user may re-enter a page using the browser\n * back button. In these cases, the browser can choose to restore the state of\n * the page as it was previously, including restoring the 'ghost page' overlay,\n * the announcement span having it's role set to \"alert\" and the keypress\n * indicator still active, leaving the page in an unusable state.\n *\n * By running this check when the page is shown, we can programatically restore\n * the page and the component to a \"default\" state\n *\n * @private\n */\n resetPage() {\n // If an overlay is set, remove it and reset the value\n document.body.classList.remove('govuk-exit-this-page-hide-content')\n\n if (this.$overlay) {\n this.$overlay.remove()\n this.$overlay = null\n }\n\n // Ensure the announcement span's role is status, not alert and clear any text\n if (this.$updateSpan) {\n this.$updateSpan.setAttribute('role', 'status')\n this.$updateSpan.textContent = ''\n }\n\n // Sync the keypress indicator lights\n this.updateIndicator()\n\n // If the timeouts are active, clear them\n if (this.keypressTimeoutId) {\n window.clearTimeout(this.keypressTimeoutId)\n }\n\n if (this.timeoutMessageId) {\n window.clearTimeout(this.timeoutMessageId)\n }\n }\n\n /**\n * Name for the component used when initialising using data-module attributes.\n */\n static moduleName = 'govuk-exit-this-page'\n\n /**\n * Exit this page default config\n *\n * @see {@link ExitThisPageConfig}\n * @constant\n * @type {ExitThisPageConfig}\n */\n static defaults = Object.freeze({\n i18n: {\n activated: 'Loading.',\n timedOut: 'Exit this page expired.',\n pressTwoMoreTimes: 'Shift, press 2 more times to exit.',\n pressOneMoreTime: 'Shift, press 1 more time to exit.'\n }\n })\n\n /**\n * Exit this page config schema\n *\n * @constant\n * @satisfies {Schema}\n */\n static schema = Object.freeze({\n properties: {\n i18n: { type: 'object' }\n }\n })\n}\n\n/**\n * Exit this Page config\n *\n * @see {@link ExitThisPage.defaults}\n * @typedef {object} ExitThisPageConfig\n * @property {ExitThisPageTranslations} [i18n=ExitThisPage.defaults.i18n] - Exit this page translations\n */\n\n/**\n * Exit this Page translations\n *\n * @see {@link ExitThisPage.defaults.i18n}\n * @typedef {object} ExitThisPageTranslations\n *\n * Messages used by the component programatically inserted text, including\n * overlay text and screen reader announcements.\n * @property {string} [activated] - Screen reader announcement for when EtP\n * keypress functionality has been successfully activated.\n * @property {string} [timedOut] - Screen reader announcement for when the EtP\n * keypress functionality has timed out.\n * @property {string} [pressTwoMoreTimes] - Screen reader announcement informing\n * the user they must press the activation key two more times.\n * @property {string} [pressOneMoreTime] - Screen reader announcement informing\n * the user they must press the activation key one more time.\n */\n\n/**\n * @typedef {import('../../common/index.mjs').Schema} Schema\n */\n","import { getBreakpoint } from '../../common/index.mjs'\nimport { ElementError } from '../../errors/index.mjs'\nimport { GOVUKFrontendComponent } from '../../govuk-frontend-component.mjs'\n\n/**\n * Header component\n *\n * @preserve\n */\nexport class Header extends GOVUKFrontendComponent {\n /** @private */\n $module\n\n /** @private */\n $menuButton\n\n /** @private */\n $menu\n\n /**\n * Save the opened/closed state for the nav in memory so that we can\n * accurately maintain state when the screen is changed from small to big and\n * back to small\n *\n * @private\n */\n menuIsOpen = false\n\n /**\n * A global const for storing a matchMedia instance which we'll use to detect\n * when a screen size change happens. We rely on it being null if the feature\n * isn't available to initially apply hidden attributes\n *\n * @private\n * @type {MediaQueryList | null}\n */\n mql = null\n\n /**\n * Apply a matchMedia for desktop which will trigger a state sync if the\n * browser viewport moves between states.\n *\n * @param {Element | null} $module - HTML element to use for header\n */\n constructor($module) {\n super()\n\n if (!$module) {\n throw new ElementError({\n componentName: 'Header',\n element: $module,\n identifier: 'Root element (`$module`)'\n })\n }\n\n this.$module = $module\n const $menuButton = $module.querySelector('.govuk-js-header-toggle')\n\n // Headers don't necessarily have a navigation. When they don't, the menu\n // toggle won't be rendered by our macro (or may be omitted when writing\n // plain HTML)\n if (!$menuButton) {\n return this\n }\n\n const menuId = $menuButton.getAttribute('aria-controls')\n if (!menuId) {\n throw new ElementError({\n componentName: 'Header',\n identifier:\n 'Navigation button (`<button class=\"govuk-js-header-toggle\">`) attribute (`aria-controls`)'\n })\n }\n\n const $menu = document.getElementById(menuId)\n if (!$menu) {\n throw new ElementError({\n componentName: 'Header',\n element: $menu,\n identifier: `Navigation (\\`<ul id=\"${menuId}\">\\`)`\n })\n }\n\n this.$menu = $menu\n this.$menuButton = $menuButton\n\n this.setupResponsiveChecks()\n\n this.$menuButton.addEventListener('click', () =>\n this.handleMenuButtonClick()\n )\n }\n\n /**\n * Setup viewport resize check\n *\n * @private\n */\n setupResponsiveChecks() {\n const breakpoint = getBreakpoint('desktop')\n\n if (!breakpoint.value) {\n throw new ElementError({\n componentName: 'Header',\n identifier: `CSS custom property (\\`${breakpoint.property}\\`) on pseudo-class \\`:root\\``\n })\n }\n\n // Media query list for GOV.UK Frontend desktop breakpoint\n this.mql = window.matchMedia(`(min-width: ${breakpoint.value})`)\n\n // MediaQueryList.addEventListener isn't supported by Safari < 14 so we need\n // to be able to fall back to the deprecated MediaQueryList.addListener\n if ('addEventListener' in this.mql) {\n this.mql.addEventListener('change', () => this.checkMode())\n } else {\n // @ts-expect-error Property 'addListener' does not exist\n // eslint-disable-next-line @typescript-eslint/no-unsafe-call\n this.mql.addListener(() => this.checkMode())\n }\n\n this.checkMode()\n }\n\n /**\n * Sync menu state\n *\n * Uses the global variable menuIsOpen to correctly set the accessible and\n * visual states of the menu and the menu button.\n * Additionally will force the menu to be visible and the menu button to be\n * hidden if the matchMedia is triggered to desktop.\n *\n * @private\n */\n checkMode() {\n if (!this.mql || !this.$menu || !this.$menuButton) {\n return\n }\n\n if (this.mql.matches) {\n this.$menu.removeAttribute('hidden')\n this.$menuButton.setAttribute('hidden', '')\n } else {\n this.$menuButton.removeAttribute('hidden')\n this.$menuButton.setAttribute('aria-expanded', this.menuIsOpen.toString())\n\n if (this.menuIsOpen) {\n this.$menu.removeAttribute('hidden')\n } else {\n this.$menu.setAttribute('hidden', '')\n }\n }\n }\n\n /**\n * Handle menu button click\n *\n * When the menu button is clicked, change the visibility of the menu and then\n * sync the accessibility state and menu button state\n *\n * @private\n */\n handleMenuButtonClick() {\n this.menuIsOpen = !this.menuIsOpen\n this.checkMode()\n }\n\n /**\n * Name for the component used when initialising using data-module attributes.\n */\n static moduleName = 'govuk-header'\n}\n","import { mergeConfigs, setFocus } from '../../common/index.mjs'\nimport { normaliseDataset } from '../../common/normalise-dataset.mjs'\nimport { ElementError } from '../../errors/index.mjs'\nimport { GOVUKFrontendComponent } from '../../govuk-frontend-component.mjs'\n\n/**\n * Notification Banner component\n *\n * @preserve\n */\nexport class NotificationBanner extends GOVUKFrontendComponent {\n /** @private */\n $module\n\n /**\n * @private\n * @type {NotificationBannerConfig}\n */\n config\n\n /**\n * @param {Element | null} $module - HTML element to use for notification banner\n * @param {NotificationBannerConfig} [config] - Notification banner config\n */\n constructor($module, config = {}) {\n super()\n\n if (!($module instanceof HTMLElement)) {\n throw new ElementError({\n componentName: 'Notification banner',\n element: $module,\n identifier: 'Root element (`$module`)'\n })\n }\n\n this.$module = $module\n\n this.config = mergeConfigs(\n NotificationBanner.defaults,\n config,\n normaliseDataset(NotificationBanner, $module.dataset)\n )\n\n /**\n * Focus the notification banner\n *\n * If `role=\"alert\"` is set, focus the element to help some assistive\n * technologies prioritise announcing it.\n *\n * You can turn off the auto-focus functionality by setting\n * `data-disable-auto-focus=\"true\"` in the component HTML. You might wish to\n * do this based on user research findings, or to avoid a clash with another\n * element which should be focused when the page loads.\n */\n if (\n this.$module.getAttribute('role') === 'alert' &&\n !this.config.disableAutoFocus\n ) {\n setFocus(this.$module)\n }\n }\n\n /**\n * Name for the component used when initialising using data-module attributes.\n */\n static moduleName = 'govuk-notification-banner'\n\n /**\n * Notification banner default config\n *\n * @see {@link NotificationBannerConfig}\n * @constant\n * @type {NotificationBannerConfig}\n */\n static defaults = Object.freeze({\n disableAutoFocus: false\n })\n\n /**\n * Notification banner config schema\n *\n * @constant\n * @satisfies {Schema}\n */\n static schema = Object.freeze({\n properties: {\n disableAutoFocus: { type: 'boolean' }\n }\n })\n}\n\n/**\n * Notification banner config\n *\n * @typedef {object} NotificationBannerConfig\n * @property {boolean} [disableAutoFocus=false] - If set to `true` the\n * notification banner will not be focussed when the page loads. This only\n * applies if the component has a `role` of `alert` – in other cases the\n * component will not be focused on page load, regardless of this option.\n */\n\n/**\n * @typedef {import('../../common/index.mjs').Schema} Schema\n */\n","import { closestAttributeValue } from '../../common/closest-attribute-value.mjs'\nimport { mergeConfigs } from '../../common/index.mjs'\nimport { normaliseDataset } from '../../common/normalise-dataset.mjs'\nimport { ElementError } from '../../errors/index.mjs'\nimport { GOVUKFrontendComponent } from '../../govuk-frontend-component.mjs'\nimport { I18n } from '../../i18n.mjs'\n\n/**\n * Password input component\n *\n * @preserve\n */\nexport class PasswordInput extends GOVUKFrontendComponent {\n /** @private */\n $module\n\n /**\n * @private\n * @type {PasswordInputConfig}\n */\n config\n\n /** @private */\n i18n\n\n /**\n * @private\n * @type {HTMLInputElement}\n */\n $input\n\n /**\n * @private\n * @type {HTMLButtonElement}\n */\n $showHideButton\n\n /** @private */\n $screenReaderStatusMessage\n\n /**\n * @param {Element | null} $module - HTML element to use for password input\n * @param {PasswordInputConfig} [config] - Password input config\n */\n constructor($module, config = {}) {\n super()\n\n if (!($module instanceof HTMLElement)) {\n throw new ElementError({\n componentName: 'Password input',\n element: $module,\n identifier: 'Root element (`$module`)'\n })\n }\n\n const $input = $module.querySelector('.govuk-js-password-input-input')\n if (!($input instanceof HTMLInputElement)) {\n throw new ElementError({\n componentName: 'Password input',\n element: $input,\n expectedType: 'HTMLInputElement',\n identifier: 'Form field (`.govuk-js-password-input-input`)'\n })\n }\n\n if ($input.type !== 'password') {\n throw new ElementError(\n 'Password input: Form field (`.govuk-js-password-input-input`) must be of type `password`.'\n )\n }\n\n const $showHideButton = $module.querySelector(\n '.govuk-js-password-input-toggle'\n )\n if (!($showHideButton instanceof HTMLButtonElement)) {\n throw new ElementError({\n componentName: 'Password input',\n element: $showHideButton,\n expectedType: 'HTMLButtonElement',\n identifier: 'Button (`.govuk-js-password-input-toggle`)'\n })\n }\n\n if ($showHideButton.type !== 'button') {\n throw new ElementError(\n 'Password input: Button (`.govuk-js-password-input-toggle`) must be of type `button`.'\n )\n }\n\n this.$module = $module\n this.$input = $input\n this.$showHideButton = $showHideButton\n\n this.config = mergeConfigs(\n PasswordInput.defaults,\n config,\n normaliseDataset(PasswordInput, $module.dataset)\n )\n\n this.i18n = new I18n(this.config.i18n, {\n // Read the fallback if necessary rather than have it set in the defaults\n locale: closestAttributeValue($module, 'lang')\n })\n\n // Show the toggle button element\n this.$showHideButton.removeAttribute('hidden')\n\n // Create and append the status text for screen readers.\n // This is injected between the input and button so that users get a sensible reading order if\n // moving through the page content linearly:\n // [password input] -> [your password is visible/hidden] -> [show/hide password]\n const $screenReaderStatusMessage = document.createElement('div')\n $screenReaderStatusMessage.className =\n 'govuk-password-input__sr-status govuk-visually-hidden'\n $screenReaderStatusMessage.setAttribute('aria-live', 'polite')\n this.$screenReaderStatusMessage = $screenReaderStatusMessage\n this.$input.insertAdjacentElement('afterend', $screenReaderStatusMessage)\n\n // Bind toggle button\n this.$showHideButton.addEventListener('click', this.toggle.bind(this))\n\n // Bind event to revert the password visibility to hidden\n if (this.$input.form) {\n this.$input.form.addEventListener('submit', () => this.hide())\n }\n\n // If the page is restored from bfcache and the password is visible, hide it again\n window.addEventListener('pageshow', (event) => {\n if (event.persisted && this.$input.type !== 'password') {\n this.hide()\n }\n })\n\n // Default the component to having the password hidden.\n this.hide()\n }\n\n /**\n * Toggle the visibility of the password input\n *\n * @private\n * @param {MouseEvent} event - Click event\n */\n toggle(event) {\n event.preventDefault()\n\n // If on this click, the field is type=\"password\", show the value\n if (this.$input.type === 'password') {\n this.show()\n return\n }\n\n // Otherwise, hide it\n // Being defensive - hiding should always be the default\n this.hide()\n }\n\n /**\n * Show the password input value in plain text.\n *\n * @private\n */\n show() {\n this.setType('text')\n }\n\n /**\n * Hide the password input value.\n *\n * @private\n */\n hide() {\n this.setType('password')\n }\n\n /**\n * Set the password input type\n *\n * @param {'text' | 'password'} type - Input type\n * @private\n */\n setType(type) {\n if (type === this.$input.type) {\n return\n }\n\n // Update input type\n this.$input.setAttribute('type', type)\n\n const isHidden = type === 'password'\n const prefixButton = isHidden ? 'show' : 'hide'\n const prefixStatus = isHidden ? 'passwordHidden' : 'passwordShown'\n\n // Update button text\n this.$showHideButton.innerText = this.i18n.t(`${prefixButton}Password`)\n\n // Update button aria-label\n this.$showHideButton.setAttribute(\n 'aria-label',\n this.i18n.t(`${prefixButton}PasswordAriaLabel`)\n )\n\n // Update status change text\n this.$screenReaderStatusMessage.innerText = this.i18n.t(\n `${prefixStatus}Announcement`\n )\n }\n\n /**\n * Name for the component used when initialising using data-module attributes.\n */\n static moduleName = 'govuk-password-input'\n\n /**\n * Password input default config\n *\n * @see {@link PasswordInputConfig}\n * @constant\n * @default\n * @type {PasswordInputConfig}\n */\n static defaults = Object.freeze({\n i18n: {\n showPassword: 'Show',\n hidePassword: 'Hide',\n showPasswordAriaLabel: 'Show password',\n hidePasswordAriaLabel: 'Hide password',\n passwordShownAnnouncement: 'Your password is visible',\n passwordHiddenAnnouncement: 'Your password is hidden'\n }\n })\n\n /**\n * Password input config schema\n *\n * @constant\n * @satisfies {Schema}\n */\n static schema = Object.freeze({\n properties: {\n i18n: { type: 'object' }\n }\n })\n}\n\n/**\n * Password input config\n *\n * @typedef {object} PasswordInputConfig\n * @property {PasswordInputTranslations} [i18n=PasswordInput.defaults.i18n] - Password input translations\n */\n\n/**\n * Password input translations\n *\n * @see {@link PasswordInput.defaults.i18n}\n * @typedef {object} PasswordInputTranslations\n *\n * Messages displayed to the user indicating the state of the show/hide toggle.\n * @property {string} [showPassword] - Visible text of the button when the\n * password is currently hidden. Plain text only.\n * @property {string} [hidePassword] - Visible text of the button when the\n * password is currently visible. Plain text only.\n * @property {string} [showPasswordAriaLabel] - aria-label of the button when\n * the password is currently hidden. Plain text only.\n * @property {string} [hidePasswordAriaLabel] - aria-label of the button when\n * the password is currently visible. Plain text only.\n * @property {string} [passwordShownAnnouncement] - Screen reader\n * announcement to make when the password has just become visible.\n * Plain text only.\n * @property {string} [passwordHiddenAnnouncement] - Screen reader\n * announcement to make when the password has just been hidden.\n * Plain text only.\n */\n\n/**\n * @typedef {import('../../common/index.mjs').Schema} Schema\n * @typedef {import('../../i18n.mjs').TranslationPluralForms} TranslationPluralForms\n */\n","import { ElementError } from '../../errors/index.mjs'\nimport { GOVUKFrontendComponent } from '../../govuk-frontend-component.mjs'\n\n/**\n * Radios component\n *\n * @preserve\n */\nexport class Radios extends GOVUKFrontendComponent {\n /** @private */\n $module\n\n /** @private */\n $inputs\n\n /**\n * Radios can be associated with a 'conditionally revealed' content block –\n * for example, a radio for 'Phone' could reveal an additional form field for\n * the user to enter their phone number.\n *\n * These associations are made using a `data-aria-controls` attribute, which\n * is promoted to an aria-controls attribute during initialisation.\n *\n * We also need to restore the state of any conditional reveals on the page\n * (for example if the user has navigated back), and set up event handlers to\n * keep the reveal in sync with the radio state.\n *\n * @param {Element | null} $module - HTML element to use for radios\n */\n constructor($module) {\n super()\n\n if (!($module instanceof HTMLElement)) {\n throw new ElementError({\n componentName: 'Radios',\n element: $module,\n identifier: 'Root element (`$module`)'\n })\n }\n\n const $inputs = $module.querySelectorAll('input[type=\"radio\"]')\n if (!$inputs.length) {\n throw new ElementError({\n componentName: 'Radios',\n identifier: 'Form inputs (`<input type=\"radio\">`)'\n })\n }\n\n this.$module = $module\n this.$inputs = $inputs\n\n this.$inputs.forEach(($input) => {\n const targetId = $input.getAttribute('data-aria-controls')\n\n // Skip radios without data-aria-controls attributes\n if (!targetId) {\n return\n }\n\n // Throw if target conditional element does not exist.\n if (!document.getElementById(targetId)) {\n throw new ElementError({\n componentName: 'Radios',\n identifier: `Conditional reveal (\\`id=\"${targetId}\"\\`)`\n })\n }\n\n // Promote the data-aria-controls attribute to a aria-controls attribute\n // so that the relationship is exposed in the AOM\n $input.setAttribute('aria-controls', targetId)\n $input.removeAttribute('data-aria-controls')\n })\n\n // When the page is restored after navigating 'back' in some browsers the\n // state of form controls is not restored until *after* the DOMContentLoaded\n // event is fired, so we need to sync after the pageshow event.\n window.addEventListener('pageshow', () => this.syncAllConditionalReveals())\n\n // Although we've set up handlers to sync state on the pageshow event, init\n // could be called after those events have fired, for example if they are\n // added to the page dynamically, so sync now too.\n this.syncAllConditionalReveals()\n\n // Handle events\n this.$module.addEventListener('click', (event) => this.handleClick(event))\n }\n\n /**\n * Sync the conditional reveal states for all radio buttons in this $module.\n *\n * @private\n */\n syncAllConditionalReveals() {\n this.$inputs.forEach(($input) =>\n this.syncConditionalRevealWithInputState($input)\n )\n }\n\n /**\n * Sync conditional reveal with the input state\n *\n * Synchronise the visibility of the conditional reveal, and its accessible\n * state, with the input's checked state.\n *\n * @private\n * @param {HTMLInputElement} $input - Radio input\n */\n syncConditionalRevealWithInputState($input) {\n const targetId = $input.getAttribute('aria-controls')\n if (!targetId) {\n return\n }\n\n const $target = document.getElementById(targetId)\n if ($target?.classList.contains('govuk-radios__conditional')) {\n const inputIsChecked = $input.checked\n\n $input.setAttribute('aria-expanded', inputIsChecked.toString())\n $target.classList.toggle(\n 'govuk-radios__conditional--hidden',\n !inputIsChecked\n )\n }\n }\n\n /**\n * Click event handler\n *\n * Handle a click within the $module – if the click occurred on a radio, sync\n * the state of the conditional reveal for all radio buttons in the same form\n * with the same name (because checking one radio could have un-checked a\n * radio in another $module)\n *\n * @private\n * @param {MouseEvent} event - Click event\n */\n handleClick(event) {\n const $clickedInput = event.target\n\n // Ignore clicks on things that aren't radio buttons\n if (\n !($clickedInput instanceof HTMLInputElement) ||\n $clickedInput.type !== 'radio'\n ) {\n return\n }\n\n // We only need to consider radios with conditional reveals, which will have\n // aria-controls attributes.\n const $allInputs = document.querySelectorAll(\n 'input[type=\"radio\"][aria-controls]'\n )\n\n const $clickedInputForm = $clickedInput.form\n const $clickedInputName = $clickedInput.name\n\n $allInputs.forEach(($input) => {\n const hasSameFormOwner = $input.form === $clickedInputForm\n const hasSameName = $input.name === $clickedInputName\n\n if (hasSameName && hasSameFormOwner) {\n this.syncConditionalRevealWithInputState($input)\n }\n })\n }\n\n /**\n * Name for the component used when initialising using data-module attributes.\n */\n static moduleName = 'govuk-radios'\n}\n","import { getFragmentFromUrl, setFocus } from '../../common/index.mjs'\nimport { ElementError } from '../../errors/index.mjs'\nimport { GOVUKFrontendComponent } from '../../govuk-frontend-component.mjs'\n\n/**\n * Skip link component\n *\n * @preserve\n */\nexport class SkipLink extends GOVUKFrontendComponent {\n /** @private */\n $module\n\n /**\n * @param {Element | null} $module - HTML element to use for skip link\n * @throws {ElementError} when $module is not set or the wrong type\n * @throws {ElementError} when $module.hash does not contain a hash\n * @throws {ElementError} when the linked element is missing or the wrong type\n */\n constructor($module) {\n super()\n\n if (!($module instanceof HTMLAnchorElement)) {\n throw new ElementError({\n componentName: 'Skip link',\n element: $module,\n expectedType: 'HTMLAnchorElement',\n identifier: 'Root element (`$module`)'\n })\n }\n\n this.$module = $module\n\n const hash = this.$module.hash\n const href = this.$module.getAttribute('href') ?? ''\n\n /** @type {URL | undefined} */\n let url\n\n /**\n * Check for valid link URL\n *\n * {@link https://caniuse.com/url}\n * {@link https://url.spec.whatwg.org}\n *\n */\n try {\n url = new window.URL(this.$module.href)\n } catch (error) {\n throw new ElementError(\n `Skip link: Target link (\\`href=\"${href}\"\\`) is invalid`\n )\n }\n\n // Return early for external URLs or links to other pages\n if (\n url.origin !== window.location.origin ||\n url.pathname !== window.location.pathname\n ) {\n return\n }\n\n const linkedElementId = getFragmentFromUrl(hash)\n\n // Check link path matching current page\n if (!linkedElementId) {\n throw new ElementError(\n `Skip link: Target link (\\`href=\"${href}\"\\`) has no hash fragment`\n )\n }\n\n const $linkedElement = document.getElementById(linkedElementId)\n\n // Check for link target element\n if (!$linkedElement) {\n throw new ElementError({\n componentName: 'Skip link',\n element: $linkedElement,\n identifier: `Target content (\\`id=\"${linkedElementId}\"\\`)`\n })\n }\n\n /**\n * Focus the linked element on click\n *\n * Adds a helper CSS class to hide native focus styles,\n * but removes it on blur to restore native focus styles\n */\n this.$module.addEventListener('click', () =>\n setFocus($linkedElement, {\n onBeforeFocus() {\n $linkedElement.classList.add('govuk-skip-link-focused-element')\n },\n onBlur() {\n $linkedElement.classList.remove('govuk-skip-link-focused-element')\n }\n })\n )\n }\n\n /**\n * Name for the component used when initialising using data-module attributes.\n */\n static moduleName = 'govuk-skip-link'\n}\n","import { getBreakpoint, getFragmentFromUrl } from '../../common/index.mjs'\nimport { ElementError } from '../../errors/index.mjs'\nimport { GOVUKFrontendComponent } from '../../govuk-frontend-component.mjs'\n\n/**\n * Tabs component\n *\n * @preserve\n */\nexport class Tabs extends GOVUKFrontendComponent {\n /** @private */\n $module\n\n /** @private */\n $tabs\n\n /** @private */\n $tabList\n\n /** @private */\n $tabListItems\n\n /** @private */\n jsHiddenClass = 'govuk-tabs__panel--hidden'\n\n /** @private */\n changingHash = false\n\n /** @private */\n boundTabClick\n\n /** @private */\n boundTabKeydown\n\n /** @private */\n boundOnHashChange\n\n /**\n * @private\n * @type {MediaQueryList | null}\n */\n mql = null\n\n /**\n * @param {Element | null} $module - HTML element to use for tabs\n */\n constructor($module) {\n super()\n\n if (!$module) {\n throw new ElementError({\n componentName: 'Tabs',\n element: $module,\n identifier: 'Root element (`$module`)'\n })\n }\n\n const $tabs = $module.querySelectorAll('a.govuk-tabs__tab')\n if (!$tabs.length) {\n throw new ElementError({\n componentName: 'Tabs',\n identifier: 'Links (`<a class=\"govuk-tabs__tab\">`)'\n })\n }\n\n this.$module = $module\n this.$tabs = $tabs\n\n // Save bound functions so we can remove event listeners during teardown\n this.boundTabClick = this.onTabClick.bind(this)\n this.boundTabKeydown = this.onTabKeydown.bind(this)\n this.boundOnHashChange = this.onHashChange.bind(this)\n\n const $tabList = this.$module.querySelector('.govuk-tabs__list')\n const $tabListItems = this.$module.querySelectorAll(\n 'li.govuk-tabs__list-item'\n )\n\n if (!$tabList) {\n throw new ElementError({\n componentName: 'Tabs',\n identifier: 'List (`<ul class=\"govuk-tabs__list\">`)'\n })\n }\n\n if (!$tabListItems.length) {\n throw new ElementError({\n componentName: 'Tabs',\n identifier: 'List items (`<li class=\"govuk-tabs__list-item\">`)'\n })\n }\n\n this.$tabList = $tabList\n this.$tabListItems = $tabListItems\n\n this.setupResponsiveChecks()\n }\n\n /**\n * Setup viewport resize check\n *\n * @private\n */\n setupResponsiveChecks() {\n const breakpoint = getBreakpoint('tablet')\n\n if (!breakpoint.value) {\n throw new ElementError({\n componentName: 'Tabs',\n identifier: `CSS custom property (\\`${breakpoint.property}\\`) on pseudo-class \\`:root\\``\n })\n }\n\n // Media query list for GOV.UK Frontend tablet breakpoint\n this.mql = window.matchMedia(`(min-width: ${breakpoint.value})`)\n\n // MediaQueryList.addEventListener isn't supported by Safari < 14 so we need\n // to be able to fall back to the deprecated MediaQueryList.addListener\n if ('addEventListener' in this.mql) {\n this.mql.addEventListener('change', () => this.checkMode())\n } else {\n // @ts-expect-error Property 'addListener' does not exist\n // eslint-disable-next-line @typescript-eslint/no-unsafe-call\n this.mql.addListener(() => this.checkMode())\n }\n\n this.checkMode()\n }\n\n /**\n * Setup or teardown handler for viewport resize check\n *\n * @private\n */\n checkMode() {\n if (this.mql?.matches) {\n this.setup()\n } else {\n this.teardown()\n }\n }\n\n /**\n * Setup tab component\n *\n * @private\n */\n setup() {\n this.$tabList.setAttribute('role', 'tablist')\n\n this.$tabListItems.forEach(($item) => {\n $item.setAttribute('role', 'presentation')\n })\n\n this.$tabs.forEach(($tab) => {\n // Set HTML attributes\n this.setAttributes($tab)\n\n // Handle events\n $tab.addEventListener('click', this.boundTabClick, true)\n $tab.addEventListener('keydown', this.boundTabKeydown, true)\n\n // Remove old active panels\n this.hideTab($tab)\n })\n\n // Show either the active tab according to the URL's hash or the first tab\n const $activeTab = this.getTab(window.location.hash) ?? this.$tabs[0]\n\n this.showTab($activeTab)\n\n // Handle hashchange events\n window.addEventListener('hashchange', this.boundOnHashChange, true)\n }\n\n /**\n * Teardown tab component\n *\n * @private\n */\n teardown() {\n this.$tabList.removeAttribute('role')\n\n this.$tabListItems.forEach(($item) => {\n $item.removeAttribute('role')\n })\n\n this.$tabs.forEach(($tab) => {\n // Remove events\n $tab.removeEventListener('click', this.boundTabClick, true)\n $tab.removeEventListener('keydown', this.boundTabKeydown, true)\n\n // Unset HTML attributes\n this.unsetAttributes($tab)\n })\n\n // Remove hashchange event handler\n window.removeEventListener('hashchange', this.boundOnHashChange, true)\n }\n\n /**\n * Handle hashchange event\n *\n * @private\n * @returns {void | undefined} Returns void, or undefined when prevented\n */\n onHashChange() {\n const hash = window.location.hash\n const $tabWithHash = this.getTab(hash)\n if (!$tabWithHash) {\n return\n }\n\n // Prevent changing the hash\n if (this.changingHash) {\n this.changingHash = false\n return\n }\n\n // Show either the active tab according to the URL's hash or the first tab\n const $previousTab = this.getCurrentTab()\n if (!$previousTab) {\n return\n }\n\n this.hideTab($previousTab)\n this.showTab($tabWithHash)\n $tabWithHash.focus()\n }\n\n /**\n * Hide panel for tab link\n *\n * @private\n * @param {HTMLAnchorElement} $tab - Tab link\n */\n hideTab($tab) {\n this.unhighlightTab($tab)\n this.hidePanel($tab)\n }\n\n /**\n * Show panel for tab link\n *\n * @private\n * @param {HTMLAnchorElement} $tab - Tab link\n */\n showTab($tab) {\n this.highlightTab($tab)\n this.showPanel($tab)\n }\n\n /**\n * Get tab link by hash\n *\n * @private\n * @param {string} hash - Hash fragment including #\n * @returns {HTMLAnchorElement | null} Tab link\n */\n getTab(hash) {\n return this.$module.querySelector(`a.govuk-tabs__tab[href=\"${hash}\"]`)\n }\n\n /**\n * Set tab link and panel attributes\n *\n * @private\n * @param {HTMLAnchorElement} $tab - Tab link\n */\n setAttributes($tab) {\n const panelId = getFragmentFromUrl($tab.href)\n if (!panelId) {\n return\n }\n\n // Set tab attributes\n $tab.setAttribute('id', `tab_${panelId}`)\n $tab.setAttribute('role', 'tab')\n $tab.setAttribute('aria-controls', panelId)\n $tab.setAttribute('aria-selected', 'false')\n $tab.setAttribute('tabindex', '-1')\n\n // Set panel attributes\n const $panel = this.getPanel($tab)\n if (!$panel) {\n return\n }\n\n $panel.setAttribute('role', 'tabpanel')\n $panel.setAttribute('aria-labelledby', $tab.id)\n $panel.classList.add(this.jsHiddenClass)\n }\n\n /**\n * Unset tab link and panel attributes\n *\n * @private\n * @param {HTMLAnchorElement} $tab - Tab link\n */\n unsetAttributes($tab) {\n // unset tab attributes\n $tab.removeAttribute('id')\n $tab.removeAttribute('role')\n $tab.removeAttribute('aria-controls')\n $tab.removeAttribute('aria-selected')\n $tab.removeAttribute('tabindex')\n\n // unset panel attributes\n const $panel = this.getPanel($tab)\n if (!$panel) {\n return\n }\n\n $panel.removeAttribute('role')\n $panel.removeAttribute('aria-labelledby')\n $panel.classList.remove(this.jsHiddenClass)\n }\n\n /**\n * Handle tab link clicks\n *\n * @private\n * @param {MouseEvent} event - Mouse click event\n * @returns {void} Returns void\n */\n onTabClick(event) {\n const $currentTab = this.getCurrentTab()\n const $nextTab = event.currentTarget\n\n if (!$currentTab || !($nextTab instanceof HTMLAnchorElement)) {\n return\n }\n\n event.preventDefault()\n\n this.hideTab($currentTab)\n this.showTab($nextTab)\n this.createHistoryEntry($nextTab)\n }\n\n /**\n * Update browser URL hash fragment for tab\n *\n * - Allows back/forward to navigate tabs\n * - Avoids page jump when hash changes\n *\n * @private\n * @param {HTMLAnchorElement} $tab - Tab link\n */\n createHistoryEntry($tab) {\n const $panel = this.getPanel($tab)\n if (!$panel) {\n return\n }\n\n // Save and restore the id so the page doesn't jump when a user clicks a tab\n // (which changes the hash)\n const panelId = $panel.id\n $panel.id = ''\n this.changingHash = true\n window.location.hash = panelId\n $panel.id = panelId\n }\n\n /**\n * Handle tab keydown event\n *\n * - Press right/down arrow for next tab\n * - Press left/up arrow for previous tab\n *\n * @private\n * @param {KeyboardEvent} event - Keydown event\n */\n onTabKeydown(event) {\n switch (event.key) {\n // 'Left', 'Right', 'Up' and 'Down' required for Edge 16 support.\n case 'ArrowLeft':\n case 'ArrowUp':\n case 'Left':\n case 'Up':\n this.activatePreviousTab()\n event.preventDefault()\n break\n case 'ArrowRight':\n case 'ArrowDown':\n case 'Right':\n case 'Down':\n this.activateNextTab()\n event.preventDefault()\n break\n }\n }\n\n /**\n * Activate next tab\n *\n * @private\n */\n activateNextTab() {\n const $currentTab = this.getCurrentTab()\n if (!$currentTab?.parentElement) {\n return\n }\n\n const $nextTabListItem = $currentTab.parentElement.nextElementSibling\n if (!$nextTabListItem) {\n return\n }\n\n const $nextTab = $nextTabListItem.querySelector('a.govuk-tabs__tab')\n if (!$nextTab) {\n return\n }\n\n this.hideTab($currentTab)\n this.showTab($nextTab)\n $nextTab.focus()\n this.createHistoryEntry($nextTab)\n }\n\n /**\n * Activate previous tab\n *\n * @private\n */\n activatePreviousTab() {\n const $currentTab = this.getCurrentTab()\n if (!$currentTab?.parentElement) {\n return\n }\n\n const $previousTabListItem =\n $currentTab.parentElement.previousElementSibling\n if (!$previousTabListItem) {\n return\n }\n\n const $previousTab = $previousTabListItem.querySelector('a.govuk-tabs__tab')\n if (!$previousTab) {\n return\n }\n\n this.hideTab($currentTab)\n this.showTab($previousTab)\n $previousTab.focus()\n this.createHistoryEntry($previousTab)\n }\n\n /**\n * Get tab panel for tab link\n *\n * @private\n * @param {HTMLAnchorElement} $tab - Tab link\n * @returns {Element | null} Tab panel\n */\n getPanel($tab) {\n const panelId = getFragmentFromUrl($tab.href)\n if (!panelId) {\n return null\n }\n\n return this.$module.querySelector(`#${panelId}`)\n }\n\n /**\n * Show tab panel for tab link\n *\n * @private\n * @param {HTMLAnchorElement} $tab - Tab link\n */\n showPanel($tab) {\n const $panel = this.getPanel($tab)\n if (!$panel) {\n return\n }\n\n $panel.classList.remove(this.jsHiddenClass)\n }\n\n /**\n * Hide tab panel for tab link\n *\n * @private\n * @param {HTMLAnchorElement} $tab - Tab link\n */\n hidePanel($tab) {\n const $panel = this.getPanel($tab)\n if (!$panel) {\n return\n }\n\n $panel.classList.add(this.jsHiddenClass)\n }\n\n /**\n * Unset 'selected' state for tab link\n *\n * @private\n * @param {HTMLAnchorElement} $tab - Tab link\n */\n unhighlightTab($tab) {\n if (!$tab.parentElement) {\n return\n }\n\n $tab.setAttribute('aria-selected', 'false')\n $tab.parentElement.classList.remove('govuk-tabs__list-item--selected')\n $tab.setAttribute('tabindex', '-1')\n }\n\n /**\n * Set 'selected' state for tab link\n *\n * @private\n * @param {HTMLAnchorElement} $tab - Tab link\n */\n highlightTab($tab) {\n if (!$tab.parentElement) {\n return\n }\n\n $tab.setAttribute('aria-selected', 'true')\n $tab.parentElement.classList.add('govuk-tabs__list-item--selected')\n $tab.setAttribute('tabindex', '0')\n }\n\n /**\n * Get current tab link\n *\n * @private\n * @returns {HTMLAnchorElement | null} Tab link\n */\n getCurrentTab() {\n return this.$module.querySelector(\n '.govuk-tabs__list-item--selected a.govuk-tabs__tab'\n )\n }\n\n /**\n * Name for the component used when initialising using data-module attributes.\n */\n static moduleName = 'govuk-tabs'\n}\n","import { isSupported } from './common/index.mjs'\nimport { Accordion } from './components/accordion/accordion.mjs'\nimport { Button } from './components/button/button.mjs'\nimport { CharacterCount } from './components/character-count/character-count.mjs'\nimport { Checkboxes } from './components/checkboxes/checkboxes.mjs'\nimport { ErrorSummary } from './components/error-summary/error-summary.mjs'\nimport { ExitThisPage } from './components/exit-this-page/exit-this-page.mjs'\nimport { Header } from './components/header/header.mjs'\nimport { NotificationBanner } from './components/notification-banner/notification-banner.mjs'\nimport { PasswordInput } from './components/password-input/password-input.mjs'\nimport { Radios } from './components/radios/radios.mjs'\nimport { SkipLink } from './components/skip-link/skip-link.mjs'\nimport { Tabs } from './components/tabs/tabs.mjs'\nimport { SupportError } from './errors/index.mjs'\n\n/**\n * Initialise all components\n *\n * Use the `data-module` attributes to find, instantiate and init all of the\n * components provided as part of GOV.UK Frontend.\n *\n * @param {Config & { scope?: Element }} [config] - Config for all components (with optional scope)\n */\nfunction initAll(config) {\n config = typeof config !== 'undefined' ? config : {}\n\n // Skip initialisation when GOV.UK Frontend is not supported\n if (!isSupported()) {\n console.log(new SupportError())\n return\n }\n\n const components = /** @type {const} */ ([\n [Accordion, config.accordion],\n [Button, config.button],\n [CharacterCount, config.characterCount],\n [Checkboxes],\n [ErrorSummary, config.errorSummary],\n [ExitThisPage, config.exitThisPage],\n [Header],\n [NotificationBanner, config.notificationBanner],\n [PasswordInput, config.passwordInput],\n [Radios],\n [SkipLink],\n [Tabs]\n ])\n\n // Allow the user to initialise GOV.UK Frontend in only certain sections of the page\n // Defaults to the entire document if nothing is set.\n const $scope = config.scope ?? document\n\n components.forEach(([Component, config]) => {\n createAll(Component, config, $scope)\n })\n}\n\n/**\n * Create all instances of a specific component on the page\n *\n * Uses the `data-module` attribute to find all elements matching the specified\n * component on the page, creating instances of the component object for each\n * of them.\n *\n * Any component errors will be caught and logged to the console.\n *\n * @template {CompatibleClass} T\n * @param {T} Component - class of the component to create\n * @param {T[\"defaults\"]} [config] - config for the component\n * @param {Element|Document} [$scope] - scope of the document to search within\n * @returns {Array<InstanceType<T>>} - array of instantiated components\n */\nfunction createAll(Component, config, $scope = document) {\n const $elements = $scope.querySelectorAll(\n `[data-module=\"${Component.moduleName}\"]`\n )\n\n /* eslint-disable-next-line @typescript-eslint/no-unsafe-return --\n * We can't define CompatibleClass as `{new(): CompatibleClass, moduleName: string}`,\n * as when doing `typeof Accordion` (or any component), TypeScript doesn't seem\n * to acknowledge the static `moduleName` that's set in our component classes.\n * This means we have to set the constructor of `CompatibleClass` as `{new(): any}`,\n * leading to ESLint frowning that we're returning `any[]`.\n */\n return Array.from($elements)\n .map(($element) => {\n try {\n // Only pass config to components that accept it\n // eslint-disable-next-line @typescript-eslint/no-unsafe-return\n return 'defaults' in Component && typeof config !== 'undefined'\n ? new Component($element, config)\n : new Component($element)\n } catch (error) {\n console.log(error)\n return null\n }\n })\n .filter(Boolean) // Exclude components that errored\n}\n\nexport { initAll, createAll }\n\n/* eslint-disable jsdoc/valid-types --\n * `{new(...args: any[] ): object}` is not recognised as valid\n * https://github.com/gajus/eslint-plugin-jsdoc/issues/145#issuecomment-1308722878\n * https://github.com/jsdoc-type-pratt-parser/jsdoc-type-pratt-parser/issues/131\n **/\n\n/**\n * @typedef {{new (...args: any[]): any, defaults?: object, moduleName: string}} CompatibleClass\n */\n\n/* eslint-enable jsdoc/valid-types */\n\n/**\n * Config for all components via `initAll()`\n *\n * @typedef {object} Config\n * @property {AccordionConfig} [accordion] - Accordion config\n * @property {ButtonConfig} [button] - Button config\n * @property {CharacterCountConfig} [characterCount] - Character Count config\n * @property {ErrorSummaryConfig} [errorSummary] - Error Summary config\n * @property {ExitThisPageConfig} [exitThisPage] - Exit This Page config\n * @property {NotificationBannerConfig} [notificationBanner] - Notification Banner config\n * @property {PasswordInputConfig} [passwordInput] - Password input config\n */\n\n/**\n * Config for individual components\n *\n * @typedef {import('./components/accordion/accordion.mjs').AccordionConfig} AccordionConfig\n * @typedef {import('./components/accordion/accordion.mjs').AccordionTranslations} AccordionTranslations\n * @typedef {import('./components/button/button.mjs').ButtonConfig} ButtonConfig\n * @typedef {import('./components/character-count/character-count.mjs').CharacterCountConfig} CharacterCountConfig\n * @typedef {import('./components/character-count/character-count.mjs').CharacterCountTranslations} CharacterCountTranslations\n * @typedef {import('./components/error-summary/error-summary.mjs').ErrorSummaryConfig} ErrorSummaryConfig\n * @typedef {import('./components/exit-this-page/exit-this-page.mjs').ExitThisPageConfig} ExitThisPageConfig\n * @typedef {import('./components/exit-this-page/exit-this-page.mjs').ExitThisPageTranslations} ExitThisPageTranslations\n * @typedef {import('./components/notification-banner/notification-banner.mjs').NotificationBannerConfig} NotificationBannerConfig\n * @typedef {import('./components/password-input/password-input.mjs').PasswordInputConfig} PasswordInputConfig\n */\n\n/**\n * Component config keys, e.g. `accordion` and `characterCount`\n *\n * @typedef {keyof Config} ConfigKey\n */\n"],"names":["version","normaliseString","value","property","trimmedValue","trim","output","outputType","type","includes","length","isFinite","Number","mergeConfigs","configObjects","formattedConfigObject","configObject","key","Object","keys","option","override","isObject","extractConfigByNamespace","Component","dataset","namespace","schema","properties","newObject","entries","current","keyParts","split","index","name","getFragmentFromUrl","url","undefined","pop","getBreakpoint","window","getComputedStyle","document","documentElement","getPropertyValue","setFocus","$element","options","_options$onBeforeFocu","isFocusable","getAttribute","setAttribute","onFocus","addEventListener","onBlur","once","_options$onBlur","call","removeAttribute","onBeforeFocus","focus","isSupported","$scope","body","classList","contains","validateConfig","config","validationErrors","conditions","errors","Array","isArray","required","errorMessage","every","push","normaliseDataset","out","field","GOVUKFrontendError","Error","constructor","args","SupportError","supportMessage","HTMLScriptElement","prototype","ConfigError","ElementError","messageOrOptions","message","componentName","identifier","element","expectedType","GOVUKFrontendComponent","checkSupport","I18n","translations","_config$locale","locale","lang","t","lookupKey","translation","count","translationPluralForm","getPluralSuffix","match","replacePlaceholders","translationString","formatter","Intl","NumberFormat","supportedLocalesOf","replace","placeholderWithBraces","placeholderKey","hasOwnProperty","placeholderValue","format","hasIntlPluralRulesSupport","Boolean","PluralRules","preferredForm","select","selectPluralFormUsingFallbackRules","console","warn","Math","abs","floor","ruleset","getPluralRulesForLocale","pluralRules","localeShort","pluralRule","pluralRulesMap","languages","arabic","chinese","french","german","irish","russian","scottish","spanish","welsh","n","lastTwo","last","Accordion","$module","i18n","controlsClass","showAllClass","showAllTextClass","sectionClass","sectionExpandedClass","sectionButtonClass","sectionHeaderClass","sectionHeadingClass","sectionHeadingDividerClass","sectionHeadingTextClass","sectionHeadingTextFocusClass","sectionShowHideToggleClass","sectionShowHideToggleFocusClass","sectionShowHideTextClass","upChevronIconClass","downChevronIconClass","sectionSummaryClass","sectionSummaryFocusClass","sectionContentClass","$sections","browserSupportsSessionStorage","$showAllButton","$showAllIcon","$showAllText","HTMLElement","defaults","querySelectorAll","helper","checkForSessionStorage","initControls","initSectionHeaders","areAllSectionsOpen","checkIfAllSectionsOpen","updateShowAllButton","createElement","add","appendChild","$accordionControls","insertBefore","firstChild","onShowOrHideAllToggle","event","onBeforeMatch","forEach","$section","i","$header","querySelector","constructHeaderMarkup","setExpanded","isExpanded","onSectionToggle","setInitialState","$span","$heading","$summary","$button","id","attr","from","attributes","nodeName","nodeValue","$headingText","$headingTextFocus","innerHTML","$showHideToggle","$showHideToggleFocus","$showHideText","$showHideIcon","getButtonPunctuationEl","parentNode","$summarySpan","$summarySpanFocus","replaceChild","removeChild","$fragment","target","Element","closest","expanded","storeState","nowExpanded","$content","newButtonText","textContent","ariaLabelParts","ariaLabelMessage","join","remove","sectionsCount","expandedSectionCount","toString","toggle","rememberExpanded","contentId","contentState","sessionStorage","setItem","getItem","$punctuationEl","moduleName","freeze","hideAllSections","hideSection","hideSectionAriaLabel","showAllSections","showSection","showSectionAriaLabel","testString","result","removeItem","exception","DEBOUNCE_TIMEOUT_IN_SECONDS","Button","debounceFormSubmitTimer","handleKeyDown","debounce","$target","preventDefault","click","preventDoubleClick","setTimeout","closestAttributeValue","attributeName","$closestElementWithAttribute","CharacterCount","_ref","_this$config$maxwords","$textarea","$visibleCountMessage","$screenReaderCountMessage","lastInputTimestamp","lastInputValue","valueChecker","maxLength","HTMLTextAreaElement","HTMLInputElement","datasetConfig","configOverrides","maxlength","maxwords","Infinity","textareaDescriptionId","$textareaDescription","getElementById","insertAdjacentElement","className","bindChangeEvents","updateCountMessage","handleKeyUp","handleFocus","handleBlur","updateVisibleCountMessage","Date","now","setInterval","updateIfValueChanged","clearInterval","updateScreenReaderCountMessage","remainingNumber","isError","isOverThreshold","getCountMessage","text","_text$match","tokens","countType","formatCountMessage","translationKeySuffix","threshold","currentLength","thresholdValue","charactersUnderLimit","one","other","charactersAtLimit","charactersOverLimit","wordsUnderLimit","wordsAtLimit","wordsOverLimit","textareaDescription","anyOf","Checkboxes","$inputs","$input","targetId","syncAllConditionalReveals","handleClick","syncConditionalRevealWithInputState","inputIsChecked","checked","unCheckAllInputsExcept","allInputsWithSameName","$inputWithSameName","hasSameFormOwner","form","unCheckExclusiveInputs","allInputsWithSameNameAndExclusiveBehaviour","$exclusiveInput","$clickedInput","hasAriaControls","hasBehaviourExclusive","ErrorSummary","disableAutoFocus","focusTarget","HTMLAnchorElement","inputId","href","$legendOrLabel","getAssociatedLegendOrLabel","scrollIntoView","preventScroll","_document$querySelect","$fieldset","$legends","getElementsByTagName","$candidateLegend","legendTop","getBoundingClientRect","top","inputRect","height","innerHeight","inputBottom","ExitThisPage","$skiplinkButton","$updateSpan","$indicatorContainer","$overlay","keypressCounter","lastKeyWasModified","timeoutTime","keypressTimeoutId","timeoutMessageId","buildIndicator","initUpdateSpan","initButtonClickHandler","handleKeypress","bind","govukFrontendExitThisPageKeypress","resetPage","$indicator","updateIndicator","$indicators","exitPage","location","clearTimeout","setKeypressTimer","resetKeypressTimer","shiftKey","activated","timedOut","pressTwoMoreTimes","pressOneMoreTime","Header","$menuButton","$menu","menuIsOpen","mql","menuId","setupResponsiveChecks","handleMenuButtonClick","breakpoint","matchMedia","checkMode","addListener","matches","NotificationBanner","PasswordInput","$showHideButton","$screenReaderStatusMessage","HTMLButtonElement","hide","persisted","show","setType","isHidden","prefixButton","prefixStatus","innerText","showPassword","hidePassword","showPasswordAriaLabel","hidePasswordAriaLabel","passwordShownAnnouncement","passwordHiddenAnnouncement","Radios","$allInputs","$clickedInputForm","$clickedInputName","hasSameName","SkipLink","_this$$module$getAttr","hash","URL","error","origin","pathname","linkedElementId","$linkedElement","Tabs","$tabs","$tabList","$tabListItems","jsHiddenClass","changingHash","boundTabClick","boundTabKeydown","boundOnHashChange","onTabClick","onTabKeydown","onHashChange","_this$mql","setup","teardown","_this$getTab","$item","$tab","setAttributes","hideTab","$activeTab","getTab","showTab","removeEventListener","unsetAttributes","$tabWithHash","$previousTab","getCurrentTab","unhighlightTab","hidePanel","highlightTab","showPanel","panelId","$panel","getPanel","$currentTab","$nextTab","currentTarget","createHistoryEntry","activatePreviousTab","activateNextTab","parentElement","$nextTabListItem","nextElementSibling","$previousTabListItem","previousElementSibling","initAll","_config$scope","log","components","accordion","button","characterCount","errorSummary","exitThisPage","notificationBanner","passwordInput","scope","createAll","$elements","map","filter"],"mappings":"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"}