govuk_publishing_components 39.2.5 → 40.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1416) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/config/govuk_publishing_components_manifest.js +2 -2
  3. data/app/assets/config/govuk_publishing_components_sassc-rails_manifest.js +2 -2
  4. data/app/assets/javascripts/govuk_publishing_components/analytics/external-link-tracker.js +1 -1
  5. data/app/assets/javascripts/govuk_publishing_components/analytics-ga4/ga4-ecommerce-tracker.js +1 -1
  6. data/app/assets/javascripts/govuk_publishing_components/analytics-ga4/ga4-specialist-link-tracker.js +1 -1
  7. data/app/assets/javascripts/govuk_publishing_components/components/accordion.js +5 -7
  8. data/app/assets/javascripts/govuk_publishing_components/components/button.js +1 -1
  9. data/app/assets/javascripts/govuk_publishing_components/components/character-count.js +1 -1
  10. data/app/assets/javascripts/govuk_publishing_components/components/checkboxes.js +1 -2
  11. data/app/assets/javascripts/govuk_publishing_components/components/details.js +1 -3
  12. data/app/assets/javascripts/govuk_publishing_components/components/error-summary.js +1 -1
  13. data/app/assets/javascripts/govuk_publishing_components/components/layout-header.js +1 -1
  14. data/app/assets/javascripts/govuk_publishing_components/components/layout-super-navigation-header.js +1 -1
  15. data/app/assets/javascripts/govuk_publishing_components/components/option-select.js +1 -1
  16. data/app/assets/javascripts/govuk_publishing_components/components/radio.js +1 -1
  17. data/app/assets/javascripts/govuk_publishing_components/components/skip-link.js +1 -1
  18. data/app/assets/javascripts/govuk_publishing_components/components/step-by-step-nav.js +1 -1
  19. data/app/assets/javascripts/govuk_publishing_components/components/tabs.js +1 -1
  20. data/app/assets/javascripts/govuk_publishing_components/lib/govspeak/magna-charta.js +1 -1
  21. data/app/assets/javascripts/govuk_publishing_components/lib/toggle-input-class-on-focus.js +1 -1
  22. data/app/assets/javascripts/govuk_publishing_components/vendor/polyfills-govuk-frontend-v4/DOMTokenList.js +273 -0
  23. data/app/assets/javascripts/govuk_publishing_components/vendor/polyfills-govuk-frontend-v4/Date/now.js +21 -0
  24. data/app/assets/javascripts/govuk_publishing_components/vendor/polyfills-govuk-frontend-v4/Document.js +34 -0
  25. data/app/assets/javascripts/govuk_publishing_components/vendor/polyfills-govuk-frontend-v4/Element/prototype/classList.js +592 -0
  26. data/app/assets/javascripts/govuk_publishing_components/vendor/polyfills-govuk-frontend-v4/Element/prototype/closest.js +57 -0
  27. data/app/assets/javascripts/govuk_publishing_components/vendor/polyfills-govuk-frontend-v4/Element/prototype/dataset.js +303 -0
  28. data/app/assets/javascripts/govuk_publishing_components/vendor/polyfills-govuk-frontend-v4/Element/prototype/matches.js +32 -0
  29. data/app/assets/javascripts/govuk_publishing_components/vendor/polyfills-govuk-frontend-v4/Element/prototype/nextElementSibling.js +257 -0
  30. data/app/assets/javascripts/govuk_publishing_components/vendor/polyfills-govuk-frontend-v4/Element/prototype/previousElementSibling.js +257 -0
  31. data/app/assets/javascripts/govuk_publishing_components/vendor/polyfills-govuk-frontend-v4/Element.js +148 -0
  32. data/app/assets/javascripts/govuk_publishing_components/vendor/polyfills-govuk-frontend-v4/Event.js +506 -0
  33. data/app/assets/javascripts/govuk_publishing_components/vendor/polyfills-govuk-frontend-v4/Function/prototype/bind.js +253 -0
  34. data/app/assets/javascripts/govuk_publishing_components/vendor/polyfills-govuk-frontend-v4/Object/defineProperty.js +94 -0
  35. data/app/assets/javascripts/govuk_publishing_components/vendor/polyfills-govuk-frontend-v4/String/prototype/trim.js +22 -0
  36. data/app/assets/javascripts/govuk_publishing_components/vendor/polyfills-govuk-frontend-v4/Window.js +28 -0
  37. data/app/assets/stylesheets/component_guide/application.scss +1 -4
  38. data/app/assets/stylesheets/govuk_publishing_components/_all_components.scss +0 -3
  39. data/app/assets/stylesheets/govuk_publishing_components/_individual_component_support.scss +0 -2
  40. data/app/assets/stylesheets/govuk_publishing_components/components/_attachment.scss +1 -1
  41. data/app/assets/stylesheets/govuk_publishing_components/components/_checkboxes.scss +3 -2
  42. data/app/assets/stylesheets/govuk_publishing_components/components/_contextual-sidebar.scss +1 -1
  43. data/app/assets/stylesheets/govuk_publishing_components/components/_document-list.scss +2 -2
  44. data/app/assets/stylesheets/govuk_publishing_components/components/_govspeak-html-publication.scss +3 -3
  45. data/app/assets/stylesheets/govuk_publishing_components/components/_image-card.scss +2 -2
  46. data/app/assets/stylesheets/govuk_publishing_components/components/_intervention.scss +1 -1
  47. data/app/assets/stylesheets/govuk_publishing_components/components/_layout-header.scss +8 -8
  48. data/app/assets/stylesheets/govuk_publishing_components/components/_layout-super-navigation-header.scss +1 -0
  49. data/app/assets/stylesheets/govuk_publishing_components/components/_related-navigation.scss +1 -1
  50. data/app/assets/stylesheets/govuk_publishing_components/components/_step-by-step-nav-header.scss +1 -1
  51. data/app/assets/stylesheets/govuk_publishing_components/components/_step-by-step-nav.scss +5 -5
  52. data/app/assets/stylesheets/govuk_publishing_components/components/_subscription-links.scss +1 -1
  53. data/app/assets/stylesheets/govuk_publishing_components/components/_table.scss +3 -3
  54. data/app/assets/stylesheets/govuk_publishing_components/components/_warning-text.scss +5 -1
  55. data/app/assets/stylesheets/govuk_publishing_components/components/govspeak/_advisory.scss +1 -1
  56. data/app/assets/stylesheets/govuk_publishing_components/components/govspeak/_attachment.scss +2 -2
  57. data/app/assets/stylesheets/govuk_publishing_components/components/govspeak/_call-to-action.scss +1 -1
  58. data/app/assets/stylesheets/govuk_publishing_components/components/govspeak/_contact.scss +1 -1
  59. data/app/assets/stylesheets/govuk_publishing_components/components/govspeak/_example.scss +1 -1
  60. data/app/assets/stylesheets/govuk_publishing_components/components/govspeak/_footnotes.scss +1 -1
  61. data/app/assets/stylesheets/govuk_publishing_components/components/govspeak/_information-callout.scss +1 -1
  62. data/app/assets/stylesheets/govuk_publishing_components/components/govspeak/_place.scss +1 -1
  63. data/app/assets/stylesheets/govuk_publishing_components/components/govspeak/_tables.scss +1 -1
  64. data/app/assets/stylesheets/govuk_publishing_components/govuk_frontend_support.scss +2 -2
  65. data/app/views/govuk_publishing_components/components/_accordion.html.erb +0 -1
  66. data/app/views/govuk_publishing_components/components/_details.html.erb +2 -2
  67. data/app/views/govuk_publishing_components/components/_layout_for_admin.html.erb +4 -0
  68. data/app/views/govuk_publishing_components/components/_layout_for_public.html.erb +7 -6
  69. data/app/views/govuk_publishing_components/components/_layout_super_navigation_header.html.erb +5 -38
  70. data/app/views/govuk_publishing_components/components/_modal_dialogue.html.erb +0 -1
  71. data/app/views/govuk_publishing_components/components/_phase_banner.html.erb +1 -1
  72. data/app/views/govuk_publishing_components/components/_warning_text.html.erb +1 -1
  73. data/app/views/govuk_publishing_components/components/docs/accordion.yml +1 -2
  74. data/app/views/govuk_publishing_components/components/docs/layout_for_admin.yml +9 -0
  75. data/app/views/govuk_publishing_components/components/layout_for_public/_header_logo.html.erb +41 -0
  76. data/app/views/govuk_publishing_components/components/layout_header/_header_logo.html.erb +14 -16
  77. data/config/initializers/assets.rb +3 -3
  78. data/lib/govuk_publishing_components/config.rb +3 -0
  79. data/lib/govuk_publishing_components/version.rb +1 -1
  80. data/node_modules/govuk-frontend/README.md +11 -8
  81. data/node_modules/govuk-frontend/dist/govuk/_base.scss +5 -0
  82. data/node_modules/govuk-frontend/dist/govuk/_base.scss.map +1 -0
  83. data/node_modules/govuk-frontend/dist/govuk/all.bundle.js +2168 -0
  84. data/node_modules/govuk-frontend/dist/govuk/all.bundle.js.map +1 -0
  85. data/node_modules/govuk-frontend/dist/govuk/all.bundle.mjs +2148 -0
  86. data/node_modules/govuk-frontend/dist/govuk/all.bundle.mjs.map +1 -0
  87. data/node_modules/govuk-frontend/dist/govuk/all.mjs +78 -0
  88. data/node_modules/govuk-frontend/dist/govuk/all.mjs.map +1 -0
  89. data/node_modules/govuk-frontend/dist/govuk/all.scss +11 -0
  90. data/node_modules/govuk-frontend/dist/govuk/all.scss.map +1 -0
  91. data/node_modules/govuk-frontend/dist/govuk/assets/images/favicon.svg +1 -0
  92. data/node_modules/govuk-frontend/dist/govuk/assets/images/govuk-icon-192.png +0 -0
  93. data/node_modules/govuk-frontend/dist/govuk/assets/images/govuk-icon-512.png +0 -0
  94. data/node_modules/govuk-frontend/dist/govuk/assets/images/govuk-icon-mask.svg +1 -0
  95. data/node_modules/govuk-frontend/dist/govuk/assets/manifest.json +39 -0
  96. data/node_modules/govuk-frontend/dist/govuk/common/closest-attribute-value.mjs +7 -0
  97. data/node_modules/govuk-frontend/dist/govuk/common/closest-attribute-value.mjs.map +1 -0
  98. data/node_modules/govuk-frontend/dist/govuk/common/govuk-frontend-version.mjs +4 -0
  99. data/node_modules/govuk-frontend/dist/govuk/common/govuk-frontend-version.mjs.map +1 -0
  100. data/node_modules/govuk-frontend/dist/govuk/common/index.mjs +119 -0
  101. data/node_modules/govuk-frontend/dist/govuk/common/index.mjs.map +1 -0
  102. data/node_modules/govuk-frontend/dist/govuk/common/normalise-dataset.mjs +26 -0
  103. data/node_modules/govuk-frontend/dist/govuk/common/normalise-dataset.mjs.map +1 -0
  104. data/node_modules/govuk-frontend/dist/govuk/components/_all.scss +38 -0
  105. data/node_modules/govuk-frontend/dist/govuk/components/_all.scss.map +1 -0
  106. data/node_modules/govuk-frontend/dist/govuk/components/accordion/_accordion.scss +4 -0
  107. data/node_modules/govuk-frontend/dist/govuk/components/accordion/_accordion.scss.map +1 -0
  108. data/node_modules/govuk-frontend/dist/govuk/components/accordion/_index.scss +366 -0
  109. data/node_modules/govuk-frontend/dist/govuk/components/accordion/_index.scss.map +1 -0
  110. data/node_modules/govuk-frontend/dist/govuk/components/accordion/accordion.bundle.js +675 -0
  111. data/node_modules/govuk-frontend/dist/govuk/components/accordion/accordion.bundle.js.map +1 -0
  112. data/node_modules/govuk-frontend/dist/govuk/components/accordion/accordion.bundle.mjs +667 -0
  113. data/node_modules/govuk-frontend/dist/govuk/components/accordion/accordion.bundle.mjs.map +1 -0
  114. data/node_modules/govuk-frontend/dist/govuk/components/accordion/accordion.mjs +354 -0
  115. data/node_modules/govuk-frontend/dist/govuk/components/accordion/accordion.mjs.map +1 -0
  116. data/node_modules/govuk-frontend/dist/govuk/components/accordion/fixtures.json +359 -0
  117. data/node_modules/govuk-frontend/dist/govuk/components/accordion/macro-options.json +142 -0
  118. data/node_modules/govuk-frontend/dist/govuk/components/accordion/template-default.html +30 -0
  119. data/node_modules/govuk-frontend/dist/govuk/components/accordion/template-with-additional-descriptions.html +39 -0
  120. data/node_modules/govuk-frontend/dist/govuk/components/accordion/template-with-all-sections-already-open.html +30 -0
  121. data/node_modules/govuk-frontend/dist/govuk/components/accordion/template-with-focusable-elements-inside.html +26 -0
  122. data/node_modules/govuk-frontend/dist/govuk/components/accordion/template-with-long-content-and-description.html +36 -0
  123. data/node_modules/govuk-frontend/dist/govuk/components/accordion/template-with-one-section-open.html +30 -0
  124. data/node_modules/govuk-frontend/dist/govuk/components/accordion/template-with-translations.html +30 -0
  125. data/node_modules/govuk-frontend/dist/govuk/components/accordion/template.njk +66 -0
  126. data/node_modules/govuk-frontend/dist/govuk/components/back-link/_back-link.scss +4 -0
  127. data/node_modules/govuk-frontend/dist/govuk/components/back-link/_back-link.scss.map +1 -0
  128. data/node_modules/govuk-frontend/dist/govuk/components/back-link/_index.scss +83 -0
  129. data/node_modules/govuk-frontend/dist/govuk/components/back-link/_index.scss.map +1 -0
  130. data/node_modules/govuk-frontend/dist/govuk/components/back-link/fixtures.json +87 -0
  131. data/node_modules/govuk-frontend/dist/govuk/components/back-link/macro-options.json +32 -0
  132. data/node_modules/govuk-frontend/dist/govuk/components/back-link/template-default.html +1 -0
  133. data/node_modules/govuk-frontend/dist/govuk/components/back-link/template-inverse.html +1 -0
  134. data/node_modules/govuk-frontend/dist/govuk/components/back-link/template-with-custom-text.html +1 -0
  135. data/node_modules/govuk-frontend/dist/govuk/components/back-link/template.njk +2 -0
  136. data/node_modules/govuk-frontend/dist/govuk/components/breadcrumbs/_breadcrumbs.scss +4 -0
  137. data/node_modules/govuk-frontend/dist/govuk/components/breadcrumbs/_breadcrumbs.scss.map +1 -0
  138. data/node_modules/govuk-frontend/dist/govuk/components/breadcrumbs/_index.scss +134 -0
  139. data/node_modules/govuk-frontend/dist/govuk/components/breadcrumbs/_index.scss.map +1 -0
  140. data/node_modules/govuk-frontend/dist/govuk/components/breadcrumbs/fixtures.json +240 -0
  141. data/node_modules/govuk-frontend/dist/govuk/components/breadcrumbs/macro-options.json +52 -0
  142. data/node_modules/govuk-frontend/dist/govuk/components/breadcrumbs/template-default.html +10 -0
  143. data/node_modules/govuk-frontend/dist/govuk/components/breadcrumbs/template-inverse.html +11 -0
  144. data/node_modules/govuk-frontend/dist/govuk/components/breadcrumbs/template-with-collapse-on-mobile.html +13 -0
  145. data/node_modules/govuk-frontend/dist/govuk/components/breadcrumbs/template-with-last-breadcrumb-as-current-page.html +11 -0
  146. data/node_modules/govuk-frontend/dist/govuk/components/breadcrumbs/template-with-multiple-levels.html +16 -0
  147. data/node_modules/govuk-frontend/dist/govuk/components/breadcrumbs/template-with-one-level.html +7 -0
  148. data/node_modules/govuk-frontend/dist/govuk/components/breadcrumbs/template-without-the-home-section.html +10 -0
  149. data/node_modules/govuk-frontend/dist/govuk/components/breadcrumbs/template.njk +28 -0
  150. data/node_modules/govuk-frontend/dist/govuk/components/button/_button.scss +4 -0
  151. data/node_modules/govuk-frontend/dist/govuk/components/button/_button.scss.map +1 -0
  152. data/node_modules/govuk-frontend/dist/govuk/components/button/_index.scss +262 -0
  153. data/node_modules/govuk-frontend/dist/govuk/components/button/_index.scss.map +1 -0
  154. data/node_modules/govuk-frontend/dist/govuk/components/button/button.bundle.js +194 -0
  155. data/node_modules/govuk-frontend/dist/govuk/components/button/button.bundle.js.map +1 -0
  156. data/node_modules/govuk-frontend/dist/govuk/components/button/button.bundle.mjs +186 -0
  157. data/node_modules/govuk-frontend/dist/govuk/components/button/button.bundle.mjs.map +1 -0
  158. data/node_modules/govuk-frontend/dist/govuk/components/button/button.mjs +73 -0
  159. data/node_modules/govuk-frontend/dist/govuk/components/button/button.mjs.map +1 -0
  160. data/node_modules/govuk-frontend/dist/govuk/components/button/fixtures.json +474 -0
  161. data/node_modules/govuk-frontend/dist/govuk/components/button/macro-options.json +80 -0
  162. data/node_modules/govuk-frontend/dist/govuk/components/button/template-default.html +3 -0
  163. data/node_modules/govuk-frontend/dist/govuk/components/button/template-disabled.html +3 -0
  164. data/node_modules/govuk-frontend/dist/govuk/components/button/template-input-disabled.html +1 -0
  165. data/node_modules/govuk-frontend/dist/govuk/components/button/template-input.html +1 -0
  166. data/node_modules/govuk-frontend/dist/govuk/components/button/template-inverse-disabled.html +3 -0
  167. data/node_modules/govuk-frontend/dist/govuk/components/button/template-inverse-link.html +3 -0
  168. data/node_modules/govuk-frontend/dist/govuk/components/button/template-inverse-start.html +6 -0
  169. data/node_modules/govuk-frontend/dist/govuk/components/button/template-inverse.html +3 -0
  170. data/node_modules/govuk-frontend/dist/govuk/components/button/template-link.html +3 -0
  171. data/node_modules/govuk-frontend/dist/govuk/components/button/template-prevent-double-click.html +3 -0
  172. data/node_modules/govuk-frontend/dist/govuk/components/button/template-secondary-disabled.html +3 -0
  173. data/node_modules/govuk-frontend/dist/govuk/components/button/template-secondary-link.html +3 -0
  174. data/node_modules/govuk-frontend/dist/govuk/components/button/template-secondary.html +3 -0
  175. data/node_modules/govuk-frontend/dist/govuk/components/button/template-start-link.html +6 -0
  176. data/node_modules/govuk-frontend/dist/govuk/components/button/template-start.html +6 -0
  177. data/node_modules/govuk-frontend/dist/govuk/components/button/template-warning-disabled.html +3 -0
  178. data/node_modules/govuk-frontend/dist/govuk/components/button/template-warning-link.html +3 -0
  179. data/node_modules/govuk-frontend/dist/govuk/components/button/template-warning.html +3 -0
  180. data/node_modules/govuk-frontend/dist/govuk/components/button/template-with-active-state.html +3 -0
  181. data/node_modules/govuk-frontend/dist/govuk/components/button/template-with-focus-state.html +3 -0
  182. data/node_modules/govuk-frontend/dist/govuk/components/button/template-with-hover-state.html +3 -0
  183. data/node_modules/govuk-frontend/dist/govuk/components/button/template.njk +56 -0
  184. data/node_modules/govuk-frontend/dist/govuk/components/character-count/_character-count.scss +4 -0
  185. data/node_modules/govuk-frontend/dist/govuk/components/character-count/_character-count.scss.map +1 -0
  186. data/node_modules/govuk-frontend/dist/govuk/components/character-count/_index.scss +36 -0
  187. data/node_modules/govuk-frontend/dist/govuk/components/character-count/_index.scss.map +1 -0
  188. data/node_modules/govuk-frontend/dist/govuk/components/character-count/character-count.bundle.js +639 -0
  189. data/node_modules/govuk-frontend/dist/govuk/components/character-count/character-count.bundle.js.map +1 -0
  190. data/node_modules/govuk-frontend/dist/govuk/components/character-count/character-count.bundle.mjs +631 -0
  191. data/node_modules/govuk-frontend/dist/govuk/components/character-count/character-count.bundle.mjs.map +1 -0
  192. data/node_modules/govuk-frontend/dist/govuk/components/character-count/character-count.mjs +290 -0
  193. data/node_modules/govuk-frontend/dist/govuk/components/character-count/character-count.mjs.map +1 -0
  194. data/node_modules/govuk-frontend/dist/govuk/components/character-count/fixtures.json +398 -0
  195. data/node_modules/govuk-frontend/dist/govuk/components/character-count/macro-options.json +159 -0
  196. data/node_modules/govuk-frontend/dist/govuk/components/character-count/template-default.html +12 -0
  197. data/node_modules/govuk-frontend/dist/govuk/components/character-count/template-with-custom-rows.html +12 -0
  198. data/node_modules/govuk-frontend/dist/govuk/components/character-count/template-with-custom-textarea-description.html +12 -0
  199. data/node_modules/govuk-frontend/dist/govuk/components/character-count/template-with-default-value-exceeding-limit.html +18 -0
  200. data/node_modules/govuk-frontend/dist/govuk/components/character-count/template-with-default-value.html +15 -0
  201. data/node_modules/govuk-frontend/dist/govuk/components/character-count/template-with-hint.html +15 -0
  202. data/node_modules/govuk-frontend/dist/govuk/components/character-count/template-with-label-as-page-heading.html +14 -0
  203. data/node_modules/govuk-frontend/dist/govuk/components/character-count/template-with-threshold.html +12 -0
  204. data/node_modules/govuk-frontend/dist/govuk/components/character-count/template-with-translations.html +12 -0
  205. data/node_modules/govuk-frontend/dist/govuk/components/character-count/template-with-word-count.html +12 -0
  206. data/node_modules/govuk-frontend/dist/govuk/components/character-count/template.njk +87 -0
  207. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/_checkboxes.scss +4 -0
  208. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/_checkboxes.scss.map +1 -0
  209. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/_index.scss +303 -0
  210. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/_index.scss.map +1 -0
  211. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/checkboxes.bundle.js +194 -0
  212. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/checkboxes.bundle.js.map +1 -0
  213. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/checkboxes.bundle.mjs +186 -0
  214. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/checkboxes.bundle.mjs.map +1 -0
  215. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/checkboxes.mjs +120 -0
  216. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/checkboxes.mjs.map +1 -0
  217. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/fixtures.json +1392 -0
  218. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/macro-options.json +189 -0
  219. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-default.html +22 -0
  220. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-small-with-conditional-reveal.html +26 -0
  221. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-small-with-disabled.html +27 -0
  222. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-small-with-error.html +30 -0
  223. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-small-with-hint.html +30 -0
  224. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-small-with-long-text.html +27 -0
  225. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-small.html +27 -0
  226. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-a-medium-legend.html +33 -0
  227. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-conditional-item-checked.html +42 -0
  228. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-conditional-items-with-special-characters.html +42 -0
  229. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-conditional-items.html +42 -0
  230. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-disabled-item.html +29 -0
  231. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-divider-and-none.html +35 -0
  232. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-divider-none-and-conditional-items.html +46 -0
  233. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-error-message-and-hints-on-items.html +39 -0
  234. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-error-message.html +30 -0
  235. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-fieldset-and-error-message.html +30 -0
  236. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-hints-on-items.html +29 -0
  237. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-id-and-name.html +30 -0
  238. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-legend-as-a-page-heading.html +32 -0
  239. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-optional-form-group-classes-showing-group-error.html +43 -0
  240. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-pre-checked-values.html +31 -0
  241. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-single-option-and-hint-set-aria-describedby-on-input.html +16 -0
  242. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-single-option-set-aria-describedby-on-input.html +13 -0
  243. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-very-long-option-text.html +33 -0
  244. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-without-fieldset.html +22 -0
  245. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template.njk +118 -0
  246. data/node_modules/govuk-frontend/dist/govuk/components/cookie-banner/_cookie-banner.scss +4 -0
  247. data/node_modules/govuk-frontend/dist/govuk/components/cookie-banner/_cookie-banner.scss.map +1 -0
  248. data/node_modules/govuk-frontend/dist/govuk/components/cookie-banner/_index.scss +50 -0
  249. data/node_modules/govuk-frontend/dist/govuk/components/cookie-banner/_index.scss.map +1 -0
  250. data/node_modules/govuk-frontend/dist/govuk/components/cookie-banner/fixtures.json +520 -0
  251. data/node_modules/govuk-frontend/dist/govuk/components/cookie-banner/macro-options.json +132 -0
  252. data/node_modules/govuk-frontend/dist/govuk/components/cookie-banner/template-accepted-confirmation-banner.html +16 -0
  253. data/node_modules/govuk-frontend/dist/govuk/components/cookie-banner/template-client-side-implementation.html +51 -0
  254. data/node_modules/govuk-frontend/dist/govuk/components/cookie-banner/template-default.html +21 -0
  255. data/node_modules/govuk-frontend/dist/govuk/components/cookie-banner/template-rejected-confirmation-banner.html +16 -0
  256. data/node_modules/govuk-frontend/dist/govuk/components/cookie-banner/template-with-html.html +23 -0
  257. data/node_modules/govuk-frontend/dist/govuk/components/cookie-banner/template.njk +64 -0
  258. data/node_modules/govuk-frontend/dist/govuk/components/date-input/_date-input.scss +4 -0
  259. data/node_modules/govuk-frontend/dist/govuk/components/date-input/_date-input.scss.map +1 -0
  260. data/node_modules/govuk-frontend/dist/govuk/components/date-input/_index.scss +28 -0
  261. data/node_modules/govuk-frontend/dist/govuk/components/date-input/_index.scss.map +1 -0
  262. data/node_modules/govuk-frontend/dist/govuk/components/date-input/fixtures.json +657 -0
  263. data/node_modules/govuk-frontend/dist/govuk/components/date-input/macro-options.json +123 -0
  264. data/node_modules/govuk-frontend/dist/govuk/components/date-input/template-complete-question.html +36 -0
  265. data/node_modules/govuk-frontend/dist/govuk/components/date-input/template-day-and-month.html +28 -0
  266. data/node_modules/govuk-frontend/dist/govuk/components/date-input/template-default.html +28 -0
  267. data/node_modules/govuk-frontend/dist/govuk/components/date-input/template-month-and-year.html +28 -0
  268. data/node_modules/govuk-frontend/dist/govuk/components/date-input/template-with-autocomplete-values.html +36 -0
  269. data/node_modules/govuk-frontend/dist/govuk/components/date-input/template-with-default-items.html +36 -0
  270. data/node_modules/govuk-frontend/dist/govuk/components/date-input/template-with-error-on-day-input.html +39 -0
  271. data/node_modules/govuk-frontend/dist/govuk/components/date-input/template-with-error-on-month-input.html +39 -0
  272. data/node_modules/govuk-frontend/dist/govuk/components/date-input/template-with-error-on-year-input.html +39 -0
  273. data/node_modules/govuk-frontend/dist/govuk/components/date-input/template-with-errors-and-hint.html +39 -0
  274. data/node_modules/govuk-frontend/dist/govuk/components/date-input/template-with-errors-only.html +36 -0
  275. data/node_modules/govuk-frontend/dist/govuk/components/date-input/template-with-input-attributes.html +36 -0
  276. data/node_modules/govuk-frontend/dist/govuk/components/date-input/template-with-optional-form-group-classes.html +36 -0
  277. data/node_modules/govuk-frontend/dist/govuk/components/date-input/template.njk +99 -0
  278. data/node_modules/govuk-frontend/dist/govuk/components/details/_details.scss +4 -0
  279. data/node_modules/govuk-frontend/dist/govuk/components/details/_details.scss.map +1 -0
  280. data/node_modules/govuk-frontend/dist/govuk/components/details/_index.scss +134 -0
  281. data/node_modules/govuk-frontend/dist/govuk/components/details/_index.scss.map +1 -0
  282. data/node_modules/govuk-frontend/dist/govuk/components/details/fixtures.json +123 -0
  283. data/node_modules/govuk-frontend/dist/govuk/components/details/implementation.md +87 -0
  284. data/node_modules/govuk-frontend/dist/govuk/components/details/template-default.html +10 -0
  285. data/node_modules/govuk-frontend/dist/govuk/components/details/template-expanded.html +10 -0
  286. data/node_modules/govuk-frontend/dist/govuk/components/details/template-with-html.html +18 -0
  287. data/node_modules/govuk-frontend/dist/govuk/components/details/template.njk +10 -0
  288. data/node_modules/govuk-frontend/dist/govuk/components/error-message/_error-message.scss +4 -0
  289. data/node_modules/govuk-frontend/dist/govuk/components/error-message/_error-message.scss.map +1 -0
  290. data/node_modules/govuk-frontend/dist/govuk/components/error-message/_index.scss +14 -0
  291. data/node_modules/govuk-frontend/dist/govuk/components/error-message/_index.scss.map +1 -0
  292. data/node_modules/govuk-frontend/dist/govuk/components/error-message/fixtures.json +104 -0
  293. data/node_modules/govuk-frontend/dist/govuk/components/error-message/macro-options.json +38 -0
  294. data/node_modules/govuk-frontend/dist/govuk/components/error-message/template-default.html +3 -0
  295. data/node_modules/govuk-frontend/dist/govuk/components/error-message/template-translated.html +3 -0
  296. data/node_modules/govuk-frontend/dist/govuk/components/error-message/template.njk +10 -0
  297. data/node_modules/govuk-frontend/dist/govuk/components/error-summary/_error-summary.scss +4 -0
  298. data/node_modules/govuk-frontend/dist/govuk/components/error-summary/_error-summary.scss.map +1 -0
  299. data/node_modules/govuk-frontend/dist/govuk/components/error-summary/_index.scss +45 -0
  300. data/node_modules/govuk-frontend/dist/govuk/components/error-summary/_index.scss.map +1 -0
  301. data/node_modules/govuk-frontend/dist/govuk/components/error-summary/error-summary.bundle.js +253 -0
  302. data/node_modules/govuk-frontend/dist/govuk/components/error-summary/error-summary.bundle.js.map +1 -0
  303. data/node_modules/govuk-frontend/dist/govuk/components/error-summary/error-summary.bundle.mjs +245 -0
  304. data/node_modules/govuk-frontend/dist/govuk/components/error-summary/error-summary.bundle.mjs.map +1 -0
  305. data/node_modules/govuk-frontend/dist/govuk/components/error-summary/error-summary.mjs +102 -0
  306. data/node_modules/govuk-frontend/dist/govuk/components/error-summary/error-summary.mjs.map +1 -0
  307. data/node_modules/govuk-frontend/dist/govuk/components/error-summary/fixtures.json +296 -0
  308. data/node_modules/govuk-frontend/dist/govuk/components/error-summary/macro-options.json +82 -0
  309. data/node_modules/govuk-frontend/dist/govuk/components/error-summary/template-default.html +17 -0
  310. data/node_modules/govuk-frontend/dist/govuk/components/error-summary/template-mixed-with-and-without-links.html +17 -0
  311. data/node_modules/govuk-frontend/dist/govuk/components/error-summary/template-with-everything.html +20 -0
  312. data/node_modules/govuk-frontend/dist/govuk/components/error-summary/template-without-links.html +14 -0
  313. data/node_modules/govuk-frontend/dist/govuk/components/error-summary/template.njk +32 -0
  314. data/node_modules/govuk-frontend/dist/govuk/components/exit-this-page/_exit-this-page.scss +4 -0
  315. data/node_modules/govuk-frontend/dist/govuk/components/exit-this-page/_exit-this-page.scss.map +1 -0
  316. data/node_modules/govuk-frontend/dist/govuk/components/exit-this-page/_index.scss +92 -0
  317. data/node_modules/govuk-frontend/dist/govuk/components/exit-this-page/_index.scss.map +1 -0
  318. data/node_modules/govuk-frontend/dist/govuk/components/exit-this-page/exit-this-page.bundle.js +545 -0
  319. data/node_modules/govuk-frontend/dist/govuk/components/exit-this-page/exit-this-page.bundle.js.map +1 -0
  320. data/node_modules/govuk-frontend/dist/govuk/components/exit-this-page/exit-this-page.bundle.mjs +537 -0
  321. data/node_modules/govuk-frontend/dist/govuk/components/exit-this-page/exit-this-page.bundle.mjs.map +1 -0
  322. data/node_modules/govuk-frontend/dist/govuk/components/exit-this-page/exit-this-page.mjs +224 -0
  323. data/node_modules/govuk-frontend/dist/govuk/components/exit-this-page/exit-this-page.mjs.map +1 -0
  324. data/node_modules/govuk-frontend/dist/govuk/components/exit-this-page/fixtures.json +58 -0
  325. data/node_modules/govuk-frontend/dist/govuk/components/exit-this-page/macro-options.json +62 -0
  326. data/node_modules/govuk-frontend/dist/govuk/components/exit-this-page/template-default.html +5 -0
  327. data/node_modules/govuk-frontend/dist/govuk/components/exit-this-page/template-translated.html +5 -0
  328. data/node_modules/govuk-frontend/dist/govuk/components/exit-this-page/template.njk +23 -0
  329. data/node_modules/govuk-frontend/dist/govuk/components/fieldset/_fieldset.scss +4 -0
  330. data/node_modules/govuk-frontend/dist/govuk/components/fieldset/_fieldset.scss.map +1 -0
  331. data/node_modules/govuk-frontend/dist/govuk/components/fieldset/_index.scss +71 -0
  332. data/node_modules/govuk-frontend/dist/govuk/components/fieldset/_index.scss.map +1 -0
  333. data/node_modules/govuk-frontend/dist/govuk/components/fieldset/fixtures.json +242 -0
  334. data/node_modules/govuk-frontend/dist/govuk/components/fieldset/macro-options.json +70 -0
  335. data/node_modules/govuk-frontend/dist/govuk/components/fieldset/template-as-page-heading-l.html +7 -0
  336. data/node_modules/govuk-frontend/dist/govuk/components/fieldset/template-as-page-heading-m.html +7 -0
  337. data/node_modules/govuk-frontend/dist/govuk/components/fieldset/template-as-page-heading-s.html +7 -0
  338. data/node_modules/govuk-frontend/dist/govuk/components/fieldset/template-as-page-heading-without-class.html +7 -0
  339. data/node_modules/govuk-frontend/dist/govuk/components/fieldset/template-as-page-heading-xl.html +7 -0
  340. data/node_modules/govuk-frontend/dist/govuk/components/fieldset/template-default.html +5 -0
  341. data/node_modules/govuk-frontend/dist/govuk/components/fieldset/template-styled-as-large-text.html +5 -0
  342. data/node_modules/govuk-frontend/dist/govuk/components/fieldset/template-styled-as-medium-text.html +5 -0
  343. data/node_modules/govuk-frontend/dist/govuk/components/fieldset/template-styled-as-small-text.html +5 -0
  344. data/node_modules/govuk-frontend/dist/govuk/components/fieldset/template-styled-as-xl-text.html +5 -0
  345. data/node_modules/govuk-frontend/dist/govuk/components/fieldset/template.njk +22 -0
  346. data/node_modules/govuk-frontend/dist/govuk/components/file-upload/_file-upload.scss +4 -0
  347. data/node_modules/govuk-frontend/dist/govuk/components/file-upload/_file-upload.scss.map +1 -0
  348. data/node_modules/govuk-frontend/dist/govuk/components/file-upload/_index.scss +52 -0
  349. data/node_modules/govuk-frontend/dist/govuk/components/file-upload/_index.scss.map +1 -0
  350. data/node_modules/govuk-frontend/dist/govuk/components/file-upload/fixtures.json +225 -0
  351. data/node_modules/govuk-frontend/dist/govuk/components/file-upload/macro-options.json +85 -0
  352. data/node_modules/govuk-frontend/dist/govuk/components/file-upload/template-default.html +6 -0
  353. data/node_modules/govuk-frontend/dist/govuk/components/file-upload/template-with-error-message-and-hint.html +12 -0
  354. data/node_modules/govuk-frontend/dist/govuk/components/file-upload/template-with-hint-text.html +9 -0
  355. data/node_modules/govuk-frontend/dist/govuk/components/file-upload/template-with-label-as-page-heading.html +8 -0
  356. data/node_modules/govuk-frontend/dist/govuk/components/file-upload/template-with-optional-form-group-classes.html +6 -0
  357. data/node_modules/govuk-frontend/dist/govuk/components/file-upload/template-with-value.html +6 -0
  358. data/node_modules/govuk-frontend/dist/govuk/components/file-upload/template.njk +45 -0
  359. data/node_modules/govuk-frontend/dist/govuk/components/footer/_footer.scss +4 -0
  360. data/node_modules/govuk-frontend/dist/govuk/components/footer/_footer.scss.map +1 -0
  361. data/node_modules/govuk-frontend/dist/govuk/components/footer/_index.scss +152 -0
  362. data/node_modules/govuk-frontend/dist/govuk/components/footer/_index.scss.map +1 -0
  363. data/node_modules/govuk-frontend/dist/govuk/components/footer/fixtures.json +691 -0
  364. data/node_modules/govuk-frontend/dist/govuk/components/footer/macro-options.json +164 -0
  365. data/node_modules/govuk-frontend/dist/govuk/components/footer/template-default.html +37 -0
  366. data/node_modules/govuk-frontend/dist/govuk/components/footer/template-full-gds-example.html +211 -0
  367. data/node_modules/govuk-frontend/dist/govuk/components/footer/template-three-equal-columns.html +145 -0
  368. data/node_modules/govuk-frontend/dist/govuk/components/footer/template-with-custom-html-content-licence-and-copyright-notice.html +32 -0
  369. data/node_modules/govuk-frontend/dist/govuk/components/footer/template-with-custom-meta.html +41 -0
  370. data/node_modules/govuk-frontend/dist/govuk/components/footer/template-with-custom-text-content-licence-and-copyright-notice.html +32 -0
  371. data/node_modules/govuk-frontend/dist/govuk/components/footer/template-with-default-width-navigation-one-column.html +75 -0
  372. data/node_modules/govuk-frontend/dist/govuk/components/footer/template-with-default-width-navigation-two-columns.html +75 -0
  373. data/node_modules/govuk-frontend/dist/govuk/components/footer/template-with-meta-links-and-meta-content.html +83 -0
  374. data/node_modules/govuk-frontend/dist/govuk/components/footer/template-with-meta.html +55 -0
  375. data/node_modules/govuk-frontend/dist/govuk/components/footer/template-with-navigation.html +95 -0
  376. data/node_modules/govuk-frontend/dist/govuk/components/footer/template.njk +93 -0
  377. data/node_modules/govuk-frontend/dist/govuk/components/header/_header.scss +4 -0
  378. data/node_modules/govuk-frontend/dist/govuk/components/header/_header.scss.map +1 -0
  379. data/node_modules/govuk-frontend/dist/govuk/components/header/_index.scss +346 -0
  380. data/node_modules/govuk-frontend/dist/govuk/components/header/_index.scss.map +1 -0
  381. data/node_modules/govuk-frontend/dist/govuk/components/header/fixtures.json +504 -0
  382. data/node_modules/govuk-frontend/dist/govuk/components/header/header.bundle.js +178 -0
  383. data/node_modules/govuk-frontend/dist/govuk/components/header/header.bundle.js.map +1 -0
  384. data/node_modules/govuk-frontend/dist/govuk/components/header/header.bundle.mjs +170 -0
  385. data/node_modules/govuk-frontend/dist/govuk/components/header/header.bundle.mjs.map +1 -0
  386. data/node_modules/govuk-frontend/dist/govuk/components/header/header.mjs +97 -0
  387. data/node_modules/govuk-frontend/dist/govuk/components/header/header.mjs.map +1 -0
  388. data/node_modules/govuk-frontend/dist/govuk/components/header/macro-options.json +112 -0
  389. data/node_modules/govuk-frontend/dist/govuk/components/header/template-default.html +24 -0
  390. data/node_modules/govuk-frontend/dist/govuk/components/header/template-full-width-with-navigation.html +50 -0
  391. data/node_modules/govuk-frontend/dist/govuk/components/header/template-full-width.html +27 -0
  392. data/node_modules/govuk-frontend/dist/govuk/components/header/template-navigation-item-with-html.html +50 -0
  393. data/node_modules/govuk-frontend/dist/govuk/components/header/template-navigation-item-with-text-without-link.html +44 -0
  394. data/node_modules/govuk-frontend/dist/govuk/components/header/template-with-custom-menu-button-label.html +52 -0
  395. data/node_modules/govuk-frontend/dist/govuk/components/header/template-with-custom-menu-button-text.html +52 -0
  396. data/node_modules/govuk-frontend/dist/govuk/components/header/template-with-custom-navigation-label.html +52 -0
  397. data/node_modules/govuk-frontend/dist/govuk/components/header/template-with-large-navigation.html +112 -0
  398. data/node_modules/govuk-frontend/dist/govuk/components/header/template-with-navigation.html +52 -0
  399. data/node_modules/govuk-frontend/dist/govuk/components/header/template-with-product-name.html +27 -0
  400. data/node_modules/govuk-frontend/dist/govuk/components/header/template-with-service-name-and-navigation.html +55 -0
  401. data/node_modules/govuk-frontend/dist/govuk/components/header/template-with-service-name-but-no-service-url.html +29 -0
  402. data/node_modules/govuk-frontend/dist/govuk/components/header/template-with-service-name.html +29 -0
  403. data/node_modules/govuk-frontend/dist/govuk/components/header/template-with-tudor-crown.html +24 -0
  404. data/node_modules/govuk-frontend/dist/govuk/components/header/template.njk +91 -0
  405. data/node_modules/govuk-frontend/dist/govuk/components/hint/_hint.scss +4 -0
  406. data/node_modules/govuk-frontend/dist/govuk/components/hint/_hint.scss.map +1 -0
  407. data/node_modules/govuk-frontend/dist/govuk/components/hint/_index.scss +45 -0
  408. data/node_modules/govuk-frontend/dist/govuk/components/hint/_index.scss.map +1 -0
  409. data/node_modules/govuk-frontend/dist/govuk/components/hint/fixtures.json +71 -0
  410. data/node_modules/govuk-frontend/dist/govuk/components/hint/template-default.html +5 -0
  411. data/node_modules/govuk-frontend/dist/govuk/components/hint/template-with-html.html +4 -0
  412. data/node_modules/govuk-frontend/dist/govuk/components/hint/template.njk +4 -0
  413. data/node_modules/govuk-frontend/dist/govuk/components/input/_index.scss +165 -0
  414. data/node_modules/govuk-frontend/dist/govuk/components/input/_index.scss.map +1 -0
  415. data/node_modules/govuk-frontend/dist/govuk/components/input/_input.scss +4 -0
  416. data/node_modules/govuk-frontend/dist/govuk/components/input/_input.scss.map +1 -0
  417. data/node_modules/govuk-frontend/dist/govuk/components/input/fixtures.json +724 -0
  418. data/node_modules/govuk-frontend/dist/govuk/components/input/macro-options.json +179 -0
  419. data/node_modules/govuk-frontend/dist/govuk/components/input/template-default.html +6 -0
  420. data/node_modules/govuk-frontend/dist/govuk/components/input/template-with-autocomplete-attribute.html +6 -0
  421. data/node_modules/govuk-frontend/dist/govuk/components/input/template-with-error-message.html +12 -0
  422. data/node_modules/govuk-frontend/dist/govuk/components/input/template-with-extra-letter-spacing.html +6 -0
  423. data/node_modules/govuk-frontend/dist/govuk/components/input/template-with-hint-text.html +9 -0
  424. data/node_modules/govuk-frontend/dist/govuk/components/input/template-with-label-as-page-heading.html +8 -0
  425. data/node_modules/govuk-frontend/dist/govuk/components/input/template-with-optional-form-group-classes.html +6 -0
  426. data/node_modules/govuk-frontend/dist/govuk/components/input/template-with-pattern-attribute.html +6 -0
  427. data/node_modules/govuk-frontend/dist/govuk/components/input/template-with-prefix-and-long-suffix.html +10 -0
  428. data/node_modules/govuk-frontend/dist/govuk/components/input/template-with-prefix-and-suffix-and-error.html +13 -0
  429. data/node_modules/govuk-frontend/dist/govuk/components/input/template-with-prefix-and-suffix-and-width-modifier.html +10 -0
  430. data/node_modules/govuk-frontend/dist/govuk/components/input/template-with-prefix-and-suffix.html +10 -0
  431. data/node_modules/govuk-frontend/dist/govuk/components/input/template-with-prefix.html +9 -0
  432. data/node_modules/govuk-frontend/dist/govuk/components/input/template-with-spellcheck-disabled.html +6 -0
  433. data/node_modules/govuk-frontend/dist/govuk/components/input/template-with-spellcheck-enabled.html +6 -0
  434. data/node_modules/govuk-frontend/dist/govuk/components/input/template-with-suffix.html +9 -0
  435. data/node_modules/govuk-frontend/dist/govuk/components/input/template-with-width-10-class.html +9 -0
  436. data/node_modules/govuk-frontend/dist/govuk/components/input/template-with-width-2-class.html +9 -0
  437. data/node_modules/govuk-frontend/dist/govuk/components/input/template-with-width-20-class.html +9 -0
  438. data/node_modules/govuk-frontend/dist/govuk/components/input/template-with-width-3-class.html +9 -0
  439. data/node_modules/govuk-frontend/dist/govuk/components/input/template-with-width-30-class.html +9 -0
  440. data/node_modules/govuk-frontend/dist/govuk/components/input/template-with-width-4-class.html +9 -0
  441. data/node_modules/govuk-frontend/dist/govuk/components/input/template-with-width-5-class.html +9 -0
  442. data/node_modules/govuk-frontend/dist/govuk/components/input/template.njk +76 -0
  443. data/node_modules/govuk-frontend/dist/govuk/components/inset-text/_index.scss +26 -0
  444. data/node_modules/govuk-frontend/dist/govuk/components/inset-text/_index.scss.map +1 -0
  445. data/node_modules/govuk-frontend/dist/govuk/components/inset-text/_inset-text.scss +4 -0
  446. data/node_modules/govuk-frontend/dist/govuk/components/inset-text/_inset-text.scss.map +1 -0
  447. data/node_modules/govuk-frontend/dist/govuk/components/inset-text/fixtures.json +70 -0
  448. data/node_modules/govuk-frontend/dist/govuk/components/inset-text/macro-options.json +38 -0
  449. data/node_modules/govuk-frontend/dist/govuk/components/inset-text/template-default.html +3 -0
  450. data/node_modules/govuk-frontend/dist/govuk/components/inset-text/template-with-html.html +12 -0
  451. data/node_modules/govuk-frontend/dist/govuk/components/inset-text/template.njk +4 -0
  452. data/node_modules/govuk-frontend/dist/govuk/components/label/_index.scss +46 -0
  453. data/node_modules/govuk-frontend/dist/govuk/components/label/_index.scss.map +1 -0
  454. data/node_modules/govuk-frontend/dist/govuk/components/label/_label.scss +4 -0
  455. data/node_modules/govuk-frontend/dist/govuk/components/label/_label.scss.map +1 -0
  456. data/node_modules/govuk-frontend/dist/govuk/components/label/fixtures.json +193 -0
  457. data/node_modules/govuk-frontend/dist/govuk/components/label/template-as-page-heading-l.html +5 -0
  458. data/node_modules/govuk-frontend/dist/govuk/components/label/template-as-page-heading-m.html +5 -0
  459. data/node_modules/govuk-frontend/dist/govuk/components/label/template-as-page-heading-s.html +5 -0
  460. data/node_modules/govuk-frontend/dist/govuk/components/label/template-as-page-heading-without-class.html +5 -0
  461. data/node_modules/govuk-frontend/dist/govuk/components/label/template-as-page-heading-xl.html +5 -0
  462. data/node_modules/govuk-frontend/dist/govuk/components/label/template-default.html +3 -0
  463. data/node_modules/govuk-frontend/dist/govuk/components/label/template-styled-as-large-text.html +3 -0
  464. data/node_modules/govuk-frontend/dist/govuk/components/label/template-styled-as-medium-text.html +3 -0
  465. data/node_modules/govuk-frontend/dist/govuk/components/label/template-styled-as-small-text.html +3 -0
  466. data/node_modules/govuk-frontend/dist/govuk/components/label/template-styled-as-xl-text.html +3 -0
  467. data/node_modules/govuk-frontend/dist/govuk/components/label/template-with-bold-text.html +3 -0
  468. data/node_modules/govuk-frontend/dist/govuk/components/label/template.njk +17 -0
  469. data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/_index.scss +92 -0
  470. data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/_index.scss.map +1 -0
  471. data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/_notification-banner.scss +4 -0
  472. data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/_notification-banner.scss.map +1 -0
  473. data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/fixtures.json +270 -0
  474. data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/macro-options.json +74 -0
  475. data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/notification-banner.bundle.js +195 -0
  476. data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/notification-banner.bundle.js.map +1 -0
  477. data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/notification-banner.bundle.mjs +187 -0
  478. data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/notification-banner.bundle.mjs.map +1 -0
  479. data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/notification-banner.mjs +50 -0
  480. data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/notification-banner.mjs.map +1 -0
  481. data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/template-auto-focus-disabled-with-type-as-success.html +9 -0
  482. data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/template-auto-focus-explicitly-enabled-with-type-as-success.html +9 -0
  483. data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/template-custom-tabindex.html +9 -0
  484. data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/template-default.html +9 -0
  485. data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/template-paragraph-as-html-heading.html +9 -0
  486. data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/template-rolealert-overridden-to-roleregion-with-type-as-success.html +9 -0
  487. data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/template-success-with-custom-html.html +15 -0
  488. data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/template-with-a-list.html +15 -0
  489. data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/template-with-long-heading.html +9 -0
  490. data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/template-with-lots-of-content.html +16 -0
  491. data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/template-with-text-as-html.html +12 -0
  492. data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/template-with-type-as-success.html +9 -0
  493. data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/template.njk +45 -0
  494. data/node_modules/govuk-frontend/dist/govuk/components/pagination/_index.scss +241 -0
  495. data/node_modules/govuk-frontend/dist/govuk/components/pagination/_index.scss.map +1 -0
  496. data/node_modules/govuk-frontend/dist/govuk/components/pagination/_pagination.scss +4 -0
  497. data/node_modules/govuk-frontend/dist/govuk/components/pagination/_pagination.scss.map +1 -0
  498. data/node_modules/govuk-frontend/dist/govuk/components/pagination/fixtures.json +396 -0
  499. data/node_modules/govuk-frontend/dist/govuk/components/pagination/macro-options.json +140 -0
  500. data/node_modules/govuk-frontend/dist/govuk/components/pagination/template-default.html +24 -0
  501. data/node_modules/govuk-frontend/dist/govuk/components/pagination/template-first-page.html +17 -0
  502. data/node_modules/govuk-frontend/dist/govuk/components/pagination/template-last-page.html +20 -0
  503. data/node_modules/govuk-frontend/dist/govuk/components/pagination/template-with-custom-accessible-labels-on-item-links.html +24 -0
  504. data/node_modules/govuk-frontend/dist/govuk/components/pagination/template-with-custom-link-and-item-text.html +24 -0
  505. data/node_modules/govuk-frontend/dist/govuk/components/pagination/template-with-custom-navigation-landmark.html +24 -0
  506. data/node_modules/govuk-frontend/dist/govuk/components/pagination/template-with-many-pages.html +40 -0
  507. data/node_modules/govuk-frontend/dist/govuk/components/pagination/template-with-next-only.html +5 -0
  508. data/node_modules/govuk-frontend/dist/govuk/components/pagination/template-with-prev-and-next-only-and-labels.html +14 -0
  509. data/node_modules/govuk-frontend/dist/govuk/components/pagination/template-with-prev-and-next-only-and-very-long-labels.html +14 -0
  510. data/node_modules/govuk-frontend/dist/govuk/components/pagination/template-with-prev-and-next-only-in-a-different-language.html +12 -0
  511. data/node_modules/govuk-frontend/dist/govuk/components/pagination/template-with-prev-and-next-only.html +12 -0
  512. data/node_modules/govuk-frontend/dist/govuk/components/pagination/template-with-previous-only.html +8 -0
  513. data/node_modules/govuk-frontend/dist/govuk/components/pagination/template.njk +70 -0
  514. data/node_modules/govuk-frontend/dist/govuk/components/panel/_index.scss +54 -0
  515. data/node_modules/govuk-frontend/dist/govuk/components/panel/_index.scss.map +1 -0
  516. data/node_modules/govuk-frontend/dist/govuk/components/panel/_panel.scss +4 -0
  517. data/node_modules/govuk-frontend/dist/govuk/components/panel/_panel.scss.map +1 -0
  518. data/node_modules/govuk-frontend/dist/govuk/components/panel/fixtures.json +109 -0
  519. data/node_modules/govuk-frontend/dist/govuk/components/panel/template-custom-heading-level.html +8 -0
  520. data/node_modules/govuk-frontend/dist/govuk/components/panel/template-default.html +8 -0
  521. data/node_modules/govuk-frontend/dist/govuk/components/panel/template.njk +13 -0
  522. data/node_modules/govuk-frontend/dist/govuk/components/phase-banner/_index.scss +38 -0
  523. data/node_modules/govuk-frontend/dist/govuk/components/phase-banner/_index.scss.map +1 -0
  524. data/node_modules/govuk-frontend/dist/govuk/components/phase-banner/_phase-banner.scss +4 -0
  525. data/node_modules/govuk-frontend/dist/govuk/components/phase-banner/_phase-banner.scss.map +1 -0
  526. data/node_modules/govuk-frontend/dist/govuk/components/phase-banner/fixtures.json +90 -0
  527. data/node_modules/govuk-frontend/dist/govuk/components/phase-banner/macro-options.json +33 -0
  528. data/node_modules/govuk-frontend/dist/govuk/components/phase-banner/template-default.html +10 -0
  529. data/node_modules/govuk-frontend/dist/govuk/components/phase-banner/template.njk +15 -0
  530. data/node_modules/govuk-frontend/dist/govuk/components/radios/_index.scss +323 -0
  531. data/node_modules/govuk-frontend/dist/govuk/components/radios/_index.scss.map +1 -0
  532. data/node_modules/govuk-frontend/dist/govuk/components/radios/_radios.scss +4 -0
  533. data/node_modules/govuk-frontend/dist/govuk/components/radios/_radios.scss.map +1 -0
  534. data/node_modules/govuk-frontend/dist/govuk/components/radios/fixtures.json +1384 -0
  535. data/node_modules/govuk-frontend/dist/govuk/components/radios/macro-options.json +171 -0
  536. data/node_modules/govuk-frontend/dist/govuk/components/radios/radios.bundle.js +171 -0
  537. data/node_modules/govuk-frontend/dist/govuk/components/radios/radios.bundle.js.map +1 -0
  538. data/node_modules/govuk-frontend/dist/govuk/components/radios/radios.bundle.mjs +163 -0
  539. data/node_modules/govuk-frontend/dist/govuk/components/radios/radios.bundle.mjs.map +1 -0
  540. data/node_modules/govuk-frontend/dist/govuk/components/radios/radios.mjs +97 -0
  541. data/node_modules/govuk-frontend/dist/govuk/components/radios/radios.mjs.map +1 -0
  542. data/node_modules/govuk-frontend/dist/govuk/components/radios/template-default.html +19 -0
  543. data/node_modules/govuk-frontend/dist/govuk/components/radios/template-inline.html +24 -0
  544. data/node_modules/govuk-frontend/dist/govuk/components/radios/template-prechecked-using-value.html +16 -0
  545. data/node_modules/govuk-frontend/dist/govuk/components/radios/template-prechecked.html +19 -0
  546. data/node_modules/govuk-frontend/dist/govuk/components/radios/template-small-inline-extreme.html +69 -0
  547. data/node_modules/govuk-frontend/dist/govuk/components/radios/template-small-inline.html +27 -0
  548. data/node_modules/govuk-frontend/dist/govuk/components/radios/template-small-with-a-divider.html +27 -0
  549. data/node_modules/govuk-frontend/dist/govuk/components/radios/template-small-with-conditional-reveal.html +32 -0
  550. data/node_modules/govuk-frontend/dist/govuk/components/radios/template-small-with-disabled.html +27 -0
  551. data/node_modules/govuk-frontend/dist/govuk/components/radios/template-small-with-error.html +30 -0
  552. data/node_modules/govuk-frontend/dist/govuk/components/radios/template-small-with-hint.html +30 -0
  553. data/node_modules/govuk-frontend/dist/govuk/components/radios/template-small-with-long-text.html +27 -0
  554. data/node_modules/govuk-frontend/dist/govuk/components/radios/template-small.html +27 -0
  555. data/node_modules/govuk-frontend/dist/govuk/components/radios/template-with-a-divider.html +27 -0
  556. data/node_modules/govuk-frontend/dist/govuk/components/radios/template-with-a-medium-legend.html +24 -0
  557. data/node_modules/govuk-frontend/dist/govuk/components/radios/template-with-conditional-item-checked.html +42 -0
  558. data/node_modules/govuk-frontend/dist/govuk/components/radios/template-with-conditional-items-and-pre-checked-value.html +42 -0
  559. data/node_modules/govuk-frontend/dist/govuk/components/radios/template-with-conditional-items-with-special-characters.html +42 -0
  560. data/node_modules/govuk-frontend/dist/govuk/components/radios/template-with-conditional-items.html +42 -0
  561. data/node_modules/govuk-frontend/dist/govuk/components/radios/template-with-disabled.html +29 -0
  562. data/node_modules/govuk-frontend/dist/govuk/components/radios/template-with-fieldset-and-error-message.html +24 -0
  563. data/node_modules/govuk-frontend/dist/govuk/components/radios/template-with-hints-on-items.html +29 -0
  564. data/node_modules/govuk-frontend/dist/govuk/components/radios/template-with-idprefix.html +16 -0
  565. data/node_modules/govuk-frontend/dist/govuk/components/radios/template-with-legend-as-page-heading.html +26 -0
  566. data/node_modules/govuk-frontend/dist/govuk/components/radios/template-with-optional-form-group-classes-showing-group-error.html +43 -0
  567. data/node_modules/govuk-frontend/dist/govuk/components/radios/template-with-very-long-option-text.html +33 -0
  568. data/node_modules/govuk-frontend/dist/govuk/components/radios/template-without-fieldset.html +22 -0
  569. data/node_modules/govuk-frontend/dist/govuk/components/radios/template.njk +111 -0
  570. data/node_modules/govuk-frontend/dist/govuk/components/select/_index.scss +59 -0
  571. data/node_modules/govuk-frontend/dist/govuk/components/select/_index.scss.map +1 -0
  572. data/node_modules/govuk-frontend/dist/govuk/components/select/_select.scss +4 -0
  573. data/node_modules/govuk-frontend/dist/govuk/components/select/_select.scss.map +1 -0
  574. data/node_modules/govuk-frontend/dist/govuk/components/select/fixtures.json +532 -0
  575. data/node_modules/govuk-frontend/dist/govuk/components/select/macro-options.json +123 -0
  576. data/node_modules/govuk-frontend/dist/govuk/components/select/template-default.html +13 -0
  577. data/node_modules/govuk-frontend/dist/govuk/components/select/template-with-full-width-override.html +13 -0
  578. data/node_modules/govuk-frontend/dist/govuk/components/select/template-with-hint-text-and-error-message.html +19 -0
  579. data/node_modules/govuk-frontend/dist/govuk/components/select/template-with-label-as-page-heading.html +15 -0
  580. data/node_modules/govuk-frontend/dist/govuk/components/select/template-with-no-items.html +7 -0
  581. data/node_modules/govuk-frontend/dist/govuk/components/select/template-with-optional-form-group-classes.html +13 -0
  582. data/node_modules/govuk-frontend/dist/govuk/components/select/template-with-selected-value.html +13 -0
  583. data/node_modules/govuk-frontend/dist/govuk/components/select/template.njk +56 -0
  584. data/node_modules/govuk-frontend/dist/govuk/components/skip-link/_index.scss +49 -0
  585. data/node_modules/govuk-frontend/dist/govuk/components/skip-link/_index.scss.map +1 -0
  586. data/node_modules/govuk-frontend/dist/govuk/components/skip-link/_skip-link.scss +4 -0
  587. data/node_modules/govuk-frontend/dist/govuk/components/skip-link/_skip-link.scss.map +1 -0
  588. data/node_modules/govuk-frontend/dist/govuk/components/skip-link/fixtures.json +104 -0
  589. data/node_modules/govuk-frontend/dist/govuk/components/skip-link/macro-options.json +32 -0
  590. data/node_modules/govuk-frontend/dist/govuk/components/skip-link/skip-link.bundle.js +169 -0
  591. data/node_modules/govuk-frontend/dist/govuk/components/skip-link/skip-link.bundle.js.map +1 -0
  592. data/node_modules/govuk-frontend/dist/govuk/components/skip-link/skip-link.bundle.mjs +161 -0
  593. data/node_modules/govuk-frontend/dist/govuk/components/skip-link/skip-link.bundle.mjs.map +1 -0
  594. data/node_modules/govuk-frontend/dist/govuk/components/skip-link/skip-link.mjs +66 -0
  595. data/node_modules/govuk-frontend/dist/govuk/components/skip-link/skip-link.mjs.map +1 -0
  596. data/node_modules/govuk-frontend/dist/govuk/components/skip-link/template-default.html +1 -0
  597. data/node_modules/govuk-frontend/dist/govuk/components/skip-link/template-with-focus.html +1 -0
  598. data/node_modules/govuk-frontend/dist/govuk/components/skip-link/template.njk +3 -0
  599. data/node_modules/govuk-frontend/dist/govuk/components/summary-list/_index.scss +277 -0
  600. data/node_modules/govuk-frontend/dist/govuk/components/summary-list/_index.scss.map +1 -0
  601. data/node_modules/govuk-frontend/dist/govuk/components/summary-list/_summary-list.scss +4 -0
  602. data/node_modules/govuk-frontend/dist/govuk/components/summary-list/_summary-list.scss.map +1 -0
  603. data/node_modules/govuk-frontend/dist/govuk/components/summary-list/fixtures.json +1591 -0
  604. data/node_modules/govuk-frontend/dist/govuk/components/summary-list/macro-options.json +248 -0
  605. data/node_modules/govuk-frontend/dist/govuk/components/summary-list/template-as-a-summary-card-with-a-custom-header-level.html +23 -0
  606. data/node_modules/govuk-frontend/dist/govuk/components/summary-list/template-as-a-summary-card-with-a-html-header.html +23 -0
  607. data/node_modules/govuk-frontend/dist/govuk/components/summary-list/template-as-a-summary-card-with-a-text-header.html +23 -0
  608. data/node_modules/govuk-frontend/dist/govuk/components/summary-list/template-as-a-summary-card-with-actions-plus-summary-list-actions.html +32 -0
  609. data/node_modules/govuk-frontend/dist/govuk/components/summary-list/template-as-a-summary-card-with-actions.html +26 -0
  610. data/node_modules/govuk-frontend/dist/govuk/components/summary-list/template-check-your-answers.html +99 -0
  611. data/node_modules/govuk-frontend/dist/govuk/components/summary-list/template-default.html +36 -0
  612. data/node_modules/govuk-frontend/dist/govuk/components/summary-list/template-extreme.html +70 -0
  613. data/node_modules/govuk-frontend/dist/govuk/components/summary-list/template-no-border-on-last-row.html +36 -0
  614. data/node_modules/govuk-frontend/dist/govuk/components/summary-list/template-no-border.html +36 -0
  615. data/node_modules/govuk-frontend/dist/govuk/components/summary-list/template-overridden-widths.html +45 -0
  616. data/node_modules/govuk-frontend/dist/govuk/components/summary-list/template-translated.html +45 -0
  617. data/node_modules/govuk-frontend/dist/govuk/components/summary-list/template-with-actions.html +45 -0
  618. data/node_modules/govuk-frontend/dist/govuk/components/summary-list/template-with-no-first-action.html +59 -0
  619. data/node_modules/govuk-frontend/dist/govuk/components/summary-list/template-with-some-actions.html +39 -0
  620. data/node_modules/govuk-frontend/dist/govuk/components/summary-list/template.njk +91 -0
  621. data/node_modules/govuk-frontend/dist/govuk/components/table/_index.scss +65 -0
  622. data/node_modules/govuk-frontend/dist/govuk/components/table/_index.scss.map +1 -0
  623. data/node_modules/govuk-frontend/dist/govuk/components/table/_table.scss +4 -0
  624. data/node_modules/govuk-frontend/dist/govuk/components/table/_table.scss.map +1 -0
  625. data/node_modules/govuk-frontend/dist/govuk/components/table/fixtures.json +579 -0
  626. data/node_modules/govuk-frontend/dist/govuk/components/table/macro-options.json +132 -0
  627. data/node_modules/govuk-frontend/dist/govuk/components/table/template-default.html +19 -0
  628. data/node_modules/govuk-frontend/dist/govuk/components/table/template-table-with-head-and-caption.html +27 -0
  629. data/node_modules/govuk-frontend/dist/govuk/components/table/template-table-with-head.html +26 -0
  630. data/node_modules/govuk-frontend/dist/govuk/components/table/template.njk +45 -0
  631. data/node_modules/govuk-frontend/dist/govuk/components/tabs/_index.scss +134 -0
  632. data/node_modules/govuk-frontend/dist/govuk/components/tabs/_index.scss.map +1 -0
  633. data/node_modules/govuk-frontend/dist/govuk/components/tabs/_tabs.scss +4 -0
  634. data/node_modules/govuk-frontend/dist/govuk/components/tabs/_tabs.scss.map +1 -0
  635. data/node_modules/govuk-frontend/dist/govuk/components/tabs/fixtures.json +314 -0
  636. data/node_modules/govuk-frontend/dist/govuk/components/tabs/macro-options.json +84 -0
  637. data/node_modules/govuk-frontend/dist/govuk/components/tabs/tabs.bundle.js +385 -0
  638. data/node_modules/govuk-frontend/dist/govuk/components/tabs/tabs.bundle.js.map +1 -0
  639. data/node_modules/govuk-frontend/dist/govuk/components/tabs/tabs.bundle.mjs +377 -0
  640. data/node_modules/govuk-frontend/dist/govuk/components/tabs/tabs.bundle.mjs.map +1 -0
  641. data/node_modules/govuk-frontend/dist/govuk/components/tabs/tabs.mjs +298 -0
  642. data/node_modules/govuk-frontend/dist/govuk/components/tabs/tabs.mjs.map +1 -0
  643. data/node_modules/govuk-frontend/dist/govuk/components/tabs/template-default.html +120 -0
  644. data/node_modules/govuk-frontend/dist/govuk/components/tabs/template-tabs-with-anchor-in-panel.html +28 -0
  645. data/node_modules/govuk-frontend/dist/govuk/components/tabs/template.njk +36 -0
  646. data/node_modules/govuk-frontend/dist/govuk/components/tag/_index.scss +94 -0
  647. data/node_modules/govuk-frontend/dist/govuk/components/tag/_index.scss.map +1 -0
  648. data/node_modules/govuk-frontend/dist/govuk/components/tag/_tag.scss +4 -0
  649. data/node_modules/govuk-frontend/dist/govuk/components/tag/_tag.scss.map +1 -0
  650. data/node_modules/govuk-frontend/dist/govuk/components/tag/fixtures.json +159 -0
  651. data/node_modules/govuk-frontend/dist/govuk/components/tag/template-blue.html +3 -0
  652. data/node_modules/govuk-frontend/dist/govuk/components/tag/template-default.html +3 -0
  653. data/node_modules/govuk-frontend/dist/govuk/components/tag/template-green.html +3 -0
  654. data/node_modules/govuk-frontend/dist/govuk/components/tag/template-grey.html +3 -0
  655. data/node_modules/govuk-frontend/dist/govuk/components/tag/template-light-blue.html +3 -0
  656. data/node_modules/govuk-frontend/dist/govuk/components/tag/template-orange.html +3 -0
  657. data/node_modules/govuk-frontend/dist/govuk/components/tag/template-pink.html +3 -0
  658. data/node_modules/govuk-frontend/dist/govuk/components/tag/template-purple.html +3 -0
  659. data/node_modules/govuk-frontend/dist/govuk/components/tag/template-red.html +3 -0
  660. data/node_modules/govuk-frontend/dist/govuk/components/tag/template-turquoise.html +3 -0
  661. data/node_modules/govuk-frontend/dist/govuk/components/tag/template-yellow.html +3 -0
  662. data/node_modules/govuk-frontend/dist/govuk/components/tag/template.njk +3 -0
  663. data/node_modules/govuk-frontend/dist/govuk/components/task-list/README.md +15 -0
  664. data/node_modules/govuk-frontend/dist/govuk/components/task-list/_index.scss +77 -0
  665. data/node_modules/govuk-frontend/dist/govuk/components/task-list/_index.scss.map +1 -0
  666. data/node_modules/govuk-frontend/dist/govuk/components/task-list/_task-list.scss +4 -0
  667. data/node_modules/govuk-frontend/dist/govuk/components/task-list/_task-list.scss.map +1 -0
  668. data/node_modules/govuk-frontend/dist/govuk/components/task-list/fixtures.json +542 -0
  669. data/node_modules/govuk-frontend/dist/govuk/components/task-list/macro-options.json +119 -0
  670. data/node_modules/govuk-frontend/dist/govuk/components/task-list/macro.njk +3 -0
  671. data/node_modules/govuk-frontend/dist/govuk/components/task-list/template-default.html +30 -0
  672. data/node_modules/govuk-frontend/dist/govuk/components/task-list/template-example-with-3-states.html +40 -0
  673. data/node_modules/govuk-frontend/dist/govuk/components/task-list/template-example-with-all-possible-colours.html +118 -0
  674. data/node_modules/govuk-frontend/dist/govuk/components/task-list/template-example-with-hint-text-and-additional-states.html +64 -0
  675. data/node_modules/govuk-frontend/dist/govuk/components/task-list/template-example-with-very-long-single-word-tags.html +30 -0
  676. data/node_modules/govuk-frontend/dist/govuk/components/task-list/template.njk +31 -0
  677. data/node_modules/govuk-frontend/dist/govuk/components/textarea/_index.scss +50 -0
  678. data/node_modules/govuk-frontend/dist/govuk/components/textarea/_index.scss.map +1 -0
  679. data/node_modules/govuk-frontend/dist/govuk/components/textarea/_textarea.scss +4 -0
  680. data/node_modules/govuk-frontend/dist/govuk/components/textarea/_textarea.scss.map +1 -0
  681. data/node_modules/govuk-frontend/dist/govuk/components/textarea/fixtures.json +285 -0
  682. data/node_modules/govuk-frontend/dist/govuk/components/textarea/macro-options.json +103 -0
  683. data/node_modules/govuk-frontend/dist/govuk/components/textarea/template-default.html +6 -0
  684. data/node_modules/govuk-frontend/dist/govuk/components/textarea/template-with-autocomplete-attribute.html +6 -0
  685. data/node_modules/govuk-frontend/dist/govuk/components/textarea/template-with-custom-rows.html +6 -0
  686. data/node_modules/govuk-frontend/dist/govuk/components/textarea/template-with-default-value.html +9 -0
  687. data/node_modules/govuk-frontend/dist/govuk/components/textarea/template-with-error-message.html +9 -0
  688. data/node_modules/govuk-frontend/dist/govuk/components/textarea/template-with-hint.html +9 -0
  689. data/node_modules/govuk-frontend/dist/govuk/components/textarea/template-with-label-as-page-heading.html +8 -0
  690. data/node_modules/govuk-frontend/dist/govuk/components/textarea/template-with-optional-form-group-classes.html +6 -0
  691. data/node_modules/govuk-frontend/dist/govuk/components/textarea/template-with-spellcheck-disabled.html +6 -0
  692. data/node_modules/govuk-frontend/dist/govuk/components/textarea/template-with-spellcheck-enabled.html +6 -0
  693. data/node_modules/govuk-frontend/dist/govuk/components/textarea/template.njk +46 -0
  694. data/node_modules/govuk-frontend/dist/govuk/components/warning-text/_index.scss +65 -0
  695. data/node_modules/govuk-frontend/dist/govuk/components/warning-text/_index.scss.map +1 -0
  696. data/node_modules/govuk-frontend/dist/govuk/components/warning-text/_warning-text.scss +4 -0
  697. data/node_modules/govuk-frontend/dist/govuk/components/warning-text/_warning-text.scss.map +1 -0
  698. data/node_modules/govuk-frontend/dist/govuk/components/warning-text/fixtures.json +93 -0
  699. data/node_modules/govuk-frontend/dist/govuk/components/warning-text/macro-options.json +32 -0
  700. data/node_modules/govuk-frontend/dist/govuk/components/warning-text/template-default.html +7 -0
  701. data/node_modules/govuk-frontend/dist/govuk/components/warning-text/template-multiple-lines.html +7 -0
  702. data/node_modules/govuk-frontend/dist/govuk/components/warning-text/template.njk +9 -0
  703. data/node_modules/govuk-frontend/dist/govuk/core/_all.scss +8 -0
  704. data/node_modules/govuk-frontend/dist/govuk/core/_all.scss.map +1 -0
  705. data/node_modules/govuk-frontend/dist/govuk/core/_global-styles.scss +20 -0
  706. data/node_modules/govuk-frontend/dist/govuk/core/_global-styles.scss.map +1 -0
  707. data/node_modules/govuk-frontend/dist/govuk/core/_govuk-frontend-properties.scss +12 -0
  708. data/node_modules/govuk-frontend/dist/govuk/core/_govuk-frontend-properties.scss.map +1 -0
  709. data/node_modules/govuk-frontend/dist/govuk/core/_links.scss +42 -0
  710. data/node_modules/govuk-frontend/dist/govuk/core/_links.scss.map +1 -0
  711. data/node_modules/govuk-frontend/dist/govuk/core/_lists.scss +67 -0
  712. data/node_modules/govuk-frontend/dist/govuk/core/_lists.scss.map +1 -0
  713. data/node_modules/govuk-frontend/dist/govuk/core/_section-break.scss +51 -0
  714. data/node_modules/govuk-frontend/dist/govuk/core/_section-break.scss.map +1 -0
  715. data/node_modules/govuk-frontend/dist/govuk/core/_typography.scss +189 -0
  716. data/node_modules/govuk-frontend/dist/govuk/core/_typography.scss.map +1 -0
  717. data/node_modules/govuk-frontend/dist/govuk/errors/index.mjs +44 -0
  718. data/node_modules/govuk-frontend/dist/govuk/errors/index.mjs.map +1 -0
  719. data/node_modules/govuk-frontend/dist/govuk/govuk-frontend-component.mjs +16 -0
  720. data/node_modules/govuk-frontend/dist/govuk/govuk-frontend-component.mjs.map +1 -0
  721. data/node_modules/govuk-frontend/dist/govuk/govuk-frontend.min.css +3 -0
  722. data/node_modules/govuk-frontend/dist/govuk/govuk-frontend.min.css.map +1 -0
  723. data/node_modules/govuk-frontend/dist/govuk/govuk-frontend.min.js +1 -0
  724. data/node_modules/govuk-frontend/dist/govuk/govuk-frontend.min.js.map +1 -0
  725. data/node_modules/govuk-frontend/dist/govuk/helpers/_all.scss +14 -0
  726. data/node_modules/govuk-frontend/dist/govuk/helpers/_all.scss.map +1 -0
  727. data/node_modules/govuk-frontend/dist/govuk/helpers/_clearfix.scss +17 -0
  728. data/node_modules/govuk-frontend/dist/govuk/helpers/_clearfix.scss.map +1 -0
  729. data/node_modules/govuk-frontend/dist/govuk/helpers/_colour.scss +91 -0
  730. data/node_modules/govuk-frontend/dist/govuk/helpers/_colour.scss.map +1 -0
  731. data/node_modules/govuk-frontend/dist/govuk/helpers/_device-pixels.scss +38 -0
  732. data/node_modules/govuk-frontend/dist/govuk/helpers/_device-pixels.scss.map +1 -0
  733. data/node_modules/govuk-frontend/dist/govuk/helpers/_focused.scss +49 -0
  734. data/node_modules/govuk-frontend/dist/govuk/helpers/_focused.scss.map +1 -0
  735. data/node_modules/govuk-frontend/dist/govuk/helpers/_font-faces.scss +41 -0
  736. data/node_modules/govuk-frontend/dist/govuk/helpers/_font-faces.scss.map +1 -0
  737. data/node_modules/govuk-frontend/dist/govuk/helpers/_grid.scss +63 -0
  738. data/node_modules/govuk-frontend/dist/govuk/helpers/_grid.scss.map +1 -0
  739. data/node_modules/govuk-frontend/dist/govuk/helpers/_links.scss +391 -0
  740. data/node_modules/govuk-frontend/dist/govuk/helpers/_links.scss.map +1 -0
  741. data/node_modules/govuk-frontend/dist/govuk/helpers/_media-queries.scss +82 -0
  742. data/node_modules/govuk-frontend/dist/govuk/helpers/_media-queries.scss.map +1 -0
  743. data/node_modules/govuk-frontend/dist/govuk/helpers/_shape-arrow.scss +82 -0
  744. data/node_modules/govuk-frontend/dist/govuk/helpers/_shape-arrow.scss.map +1 -0
  745. data/node_modules/govuk-frontend/dist/govuk/helpers/_spacing.scss +173 -0
  746. data/node_modules/govuk-frontend/dist/govuk/helpers/_spacing.scss.map +1 -0
  747. data/node_modules/govuk-frontend/dist/govuk/helpers/_typography.scss +269 -0
  748. data/node_modules/govuk-frontend/dist/govuk/helpers/_typography.scss.map +1 -0
  749. data/node_modules/govuk-frontend/dist/govuk/helpers/_visually-hidden.scss +117 -0
  750. data/node_modules/govuk-frontend/dist/govuk/helpers/_visually-hidden.scss.map +1 -0
  751. data/node_modules/govuk-frontend/dist/govuk/i18n.mjs +189 -0
  752. data/node_modules/govuk-frontend/dist/govuk/i18n.mjs.map +1 -0
  753. data/node_modules/govuk-frontend/dist/govuk/macros/i18n.njk +21 -0
  754. data/node_modules/govuk-frontend/dist/govuk/objects/_all.scss +8 -0
  755. data/node_modules/govuk-frontend/dist/govuk/objects/_all.scss.map +1 -0
  756. data/node_modules/govuk-frontend/dist/govuk/objects/_button-group.scss +80 -0
  757. data/node_modules/govuk-frontend/dist/govuk/objects/_button-group.scss.map +1 -0
  758. data/node_modules/govuk-frontend/dist/govuk/objects/_form-group.scss +25 -0
  759. data/node_modules/govuk-frontend/dist/govuk/objects/_form-group.scss.map +1 -0
  760. data/node_modules/govuk-frontend/dist/govuk/objects/_grid.scss +26 -0
  761. data/node_modules/govuk-frontend/dist/govuk/objects/_grid.scss.map +1 -0
  762. data/node_modules/govuk-frontend/dist/govuk/objects/_main-wrapper.scss +55 -0
  763. data/node_modules/govuk-frontend/dist/govuk/objects/_main-wrapper.scss.map +1 -0
  764. data/node_modules/govuk-frontend/dist/govuk/objects/_template.scss +53 -0
  765. data/node_modules/govuk-frontend/dist/govuk/objects/_template.scss.map +1 -0
  766. data/node_modules/govuk-frontend/dist/govuk/objects/_width-container.scss +77 -0
  767. data/node_modules/govuk-frontend/dist/govuk/objects/_width-container.scss.map +1 -0
  768. data/node_modules/govuk-frontend/dist/govuk/overrides/_all.scss +7 -0
  769. data/node_modules/govuk-frontend/dist/govuk/overrides/_all.scss.map +1 -0
  770. data/node_modules/govuk-frontend/dist/govuk/overrides/_display.scss +26 -0
  771. data/node_modules/govuk-frontend/dist/govuk/overrides/_display.scss.map +1 -0
  772. data/node_modules/govuk-frontend/dist/govuk/overrides/_spacing.scss +86 -0
  773. data/node_modules/govuk-frontend/dist/govuk/overrides/_spacing.scss.map +1 -0
  774. data/node_modules/govuk-frontend/dist/govuk/overrides/_text-align.scss +16 -0
  775. data/node_modules/govuk-frontend/dist/govuk/overrides/_text-align.scss.map +1 -0
  776. data/node_modules/govuk-frontend/dist/govuk/overrides/_typography.scss +32 -0
  777. data/node_modules/govuk-frontend/dist/govuk/overrides/_typography.scss.map +1 -0
  778. data/node_modules/govuk-frontend/dist/govuk/overrides/_width.scss +48 -0
  779. data/node_modules/govuk-frontend/dist/govuk/overrides/_width.scss.map +1 -0
  780. data/node_modules/govuk-frontend/dist/govuk/settings/_all.scss +23 -0
  781. data/node_modules/govuk-frontend/dist/govuk/settings/_all.scss.map +1 -0
  782. data/node_modules/govuk-frontend/dist/govuk/settings/_assets.scss +84 -0
  783. data/node_modules/govuk-frontend/dist/govuk/settings/_assets.scss.map +1 -0
  784. data/node_modules/govuk-frontend/dist/govuk/settings/_colours-applied.scss +157 -0
  785. data/node_modules/govuk-frontend/dist/govuk/settings/_colours-applied.scss.map +1 -0
  786. data/node_modules/govuk-frontend/dist/govuk/settings/_colours-organisations.scss +148 -0
  787. data/node_modules/govuk-frontend/dist/govuk/settings/_colours-organisations.scss.map +1 -0
  788. data/node_modules/govuk-frontend/dist/govuk/settings/_colours-palette.scss +37 -0
  789. data/node_modules/govuk-frontend/dist/govuk/settings/_colours-palette.scss.map +1 -0
  790. data/node_modules/govuk-frontend/dist/govuk/settings/_global-styles.scss +15 -0
  791. data/node_modules/govuk-frontend/dist/govuk/settings/_global-styles.scss.map +1 -0
  792. data/node_modules/govuk-frontend/dist/govuk/settings/_links.scss +49 -0
  793. data/node_modules/govuk-frontend/dist/govuk/settings/_links.scss.map +1 -0
  794. data/node_modules/govuk-frontend/dist/govuk/settings/_measurements.scss +107 -0
  795. data/node_modules/govuk-frontend/dist/govuk/settings/_measurements.scss.map +1 -0
  796. data/node_modules/govuk-frontend/dist/govuk/settings/_media-queries.scss +25 -0
  797. data/node_modules/govuk-frontend/dist/govuk/settings/_media-queries.scss.map +1 -0
  798. data/node_modules/govuk-frontend/dist/govuk/settings/_spacing.scss +78 -0
  799. data/node_modules/govuk-frontend/dist/govuk/settings/_spacing.scss.map +1 -0
  800. data/node_modules/govuk-frontend/dist/govuk/settings/_typography-font.scss +52 -0
  801. data/node_modules/govuk-frontend/dist/govuk/settings/_typography-font.scss.map +1 -0
  802. data/node_modules/govuk-frontend/dist/govuk/settings/_typography-responsive.scss +163 -0
  803. data/node_modules/govuk-frontend/dist/govuk/settings/_typography-responsive.scss.map +1 -0
  804. data/node_modules/govuk-frontend/dist/govuk/settings/_warnings.scss +73 -0
  805. data/node_modules/govuk-frontend/dist/govuk/settings/_warnings.scss.map +1 -0
  806. data/node_modules/govuk-frontend/dist/govuk/template.njk +57 -0
  807. data/node_modules/govuk-frontend/dist/govuk/tools/_all.scss +7 -0
  808. data/node_modules/govuk-frontend/dist/govuk/tools/_all.scss.map +1 -0
  809. data/node_modules/govuk-frontend/dist/govuk/tools/_exports.scss +35 -0
  810. data/node_modules/govuk-frontend/dist/govuk/tools/_exports.scss.map +1 -0
  811. data/node_modules/govuk-frontend/dist/govuk/tools/_font-url.scss +28 -0
  812. data/node_modules/govuk-frontend/dist/govuk/tools/_font-url.scss.map +1 -0
  813. data/node_modules/govuk-frontend/dist/govuk/tools/_image-url.scss +28 -0
  814. data/node_modules/govuk-frontend/dist/govuk/tools/_image-url.scss.map +1 -0
  815. data/node_modules/govuk-frontend/dist/govuk/tools/_px-to-em.scss +22 -0
  816. data/node_modules/govuk-frontend/dist/govuk/tools/_px-to-em.scss.map +1 -0
  817. data/node_modules/govuk-frontend/dist/govuk/tools/_px-to-rem.scss +22 -0
  818. data/node_modules/govuk-frontend/dist/govuk/tools/_px-to-rem.scss.map +1 -0
  819. data/node_modules/govuk-frontend/dist/govuk/utilities/_all.scss +4 -0
  820. data/node_modules/govuk-frontend/dist/govuk/utilities/_all.scss.map +1 -0
  821. data/node_modules/govuk-frontend/dist/govuk/utilities/_clearfix.scss +7 -0
  822. data/node_modules/govuk-frontend/dist/govuk/utilities/_clearfix.scss.map +1 -0
  823. data/node_modules/govuk-frontend/dist/govuk/utilities/_visually-hidden.scss +11 -0
  824. data/node_modules/govuk-frontend/dist/govuk/utilities/_visually-hidden.scss.map +1 -0
  825. data/node_modules/govuk-frontend/dist/govuk/vendor/_sass-mq.scss +349 -0
  826. data/node_modules/govuk-frontend/dist/govuk/vendor/_sass-mq.scss.map +1 -0
  827. data/node_modules/govuk-frontend/dist/govuk-prototype-kit/init.js +15 -0
  828. data/node_modules/govuk-frontend/dist/govuk-prototype-kit/init.scss +13 -0
  829. data/node_modules/govuk-frontend/dist/govuk-prototype-kit/init.scss.map +1 -0
  830. data/node_modules/govuk-frontend/govuk-prototype-kit.config.json +24 -6
  831. data/node_modules/govuk-frontend/package.json +61 -15
  832. metadata +846 -585
  833. data/node_modules/govuk-frontend/govuk/_base.scss +0 -5
  834. data/node_modules/govuk-frontend/govuk/_base.scss.map +0 -1
  835. data/node_modules/govuk-frontend/govuk/all-ie8.scss +0 -16
  836. data/node_modules/govuk-frontend/govuk/all-ie8.scss.map +0 -1
  837. data/node_modules/govuk-frontend/govuk/all.js +0 -5172
  838. data/node_modules/govuk-frontend/govuk/all.js.map +0 -1
  839. data/node_modules/govuk-frontend/govuk/all.scss +0 -11
  840. data/node_modules/govuk-frontend/govuk/all.scss.map +0 -1
  841. data/node_modules/govuk-frontend/govuk/assets/images/govuk-apple-touch-icon-152x152.png +0 -0
  842. data/node_modules/govuk-frontend/govuk/assets/images/govuk-apple-touch-icon-167x167.png +0 -0
  843. data/node_modules/govuk-frontend/govuk/assets/images/govuk-apple-touch-icon.png +0 -0
  844. data/node_modules/govuk-frontend/govuk/assets/images/govuk-logotype-crown.png +0 -0
  845. data/node_modules/govuk-frontend/govuk/assets/images/govuk-logotype-tudor-crown.png +0 -0
  846. data/node_modules/govuk-frontend/govuk/assets/images/govuk-mask-icon.svg +0 -1
  847. data/node_modules/govuk-frontend/govuk/common/closest-attribute-value.js +0 -75
  848. data/node_modules/govuk-frontend/govuk/common/closest-attribute-value.js.map +0 -1
  849. data/node_modules/govuk-frontend/govuk/common/govuk-frontend-version.js +0 -17
  850. data/node_modules/govuk-frontend/govuk/common/govuk-frontend-version.js.map +0 -1
  851. data/node_modules/govuk-frontend/govuk/common/index.js +0 -192
  852. data/node_modules/govuk-frontend/govuk/common/index.js.map +0 -1
  853. data/node_modules/govuk-frontend/govuk/common/normalise-dataset.js +0 -386
  854. data/node_modules/govuk-frontend/govuk/common/normalise-dataset.js.map +0 -1
  855. data/node_modules/govuk-frontend/govuk/common.js +0 -194
  856. data/node_modules/govuk-frontend/govuk/common.js.map +0 -1
  857. data/node_modules/govuk-frontend/govuk/components/_all.scss +0 -37
  858. data/node_modules/govuk-frontend/govuk/components/_all.scss.map +0 -1
  859. data/node_modules/govuk-frontend/govuk/components/accordion/_accordion.scss +0 -4
  860. data/node_modules/govuk-frontend/govuk/components/accordion/_accordion.scss.map +0 -1
  861. data/node_modules/govuk-frontend/govuk/components/accordion/_index.scss +0 -390
  862. data/node_modules/govuk-frontend/govuk/components/accordion/_index.scss.map +0 -1
  863. data/node_modules/govuk-frontend/govuk/components/accordion/accordion.js +0 -2386
  864. data/node_modules/govuk-frontend/govuk/components/accordion/accordion.js.map +0 -1
  865. data/node_modules/govuk-frontend/govuk/components/accordion/fixtures.json +0 -333
  866. data/node_modules/govuk-frontend/govuk/components/accordion/macro-options.json +0 -118
  867. data/node_modules/govuk-frontend/govuk/components/accordion/template.njk +0 -38
  868. data/node_modules/govuk-frontend/govuk/components/back-link/_back-link.scss +0 -4
  869. data/node_modules/govuk-frontend/govuk/components/back-link/_back-link.scss.map +0 -1
  870. data/node_modules/govuk-frontend/govuk/components/back-link/_index.scss +0 -107
  871. data/node_modules/govuk-frontend/govuk/components/back-link/_index.scss.map +0 -1
  872. data/node_modules/govuk-frontend/govuk/components/back-link/fixtures.json +0 -71
  873. data/node_modules/govuk-frontend/govuk/components/back-link/macro-options.json +0 -32
  874. data/node_modules/govuk-frontend/govuk/components/back-link/template.njk +0 -2
  875. data/node_modules/govuk-frontend/govuk/components/breadcrumbs/_breadcrumbs.scss +0 -4
  876. data/node_modules/govuk-frontend/govuk/components/breadcrumbs/_breadcrumbs.scss.map +0 -1
  877. data/node_modules/govuk-frontend/govuk/components/breadcrumbs/_index.scss +0 -159
  878. data/node_modules/govuk-frontend/govuk/components/breadcrumbs/_index.scss.map +0 -1
  879. data/node_modules/govuk-frontend/govuk/components/breadcrumbs/fixtures.json +0 -214
  880. data/node_modules/govuk-frontend/govuk/components/breadcrumbs/macro-options.json +0 -52
  881. data/node_modules/govuk-frontend/govuk/components/breadcrumbs/template.njk +0 -24
  882. data/node_modules/govuk-frontend/govuk/components/button/_button.scss +0 -4
  883. data/node_modules/govuk-frontend/govuk/components/button/_button.scss.map +0 -1
  884. data/node_modules/govuk-frontend/govuk/components/button/_index.scss +0 -337
  885. data/node_modules/govuk-frontend/govuk/components/button/_index.scss.map +0 -1
  886. data/node_modules/govuk-frontend/govuk/components/button/button.js +0 -1027
  887. data/node_modules/govuk-frontend/govuk/components/button/button.js.map +0 -1
  888. data/node_modules/govuk-frontend/govuk/components/button/fixtures.json +0 -400
  889. data/node_modules/govuk-frontend/govuk/components/button/macro-options.json +0 -80
  890. data/node_modules/govuk-frontend/govuk/components/button/template.njk +0 -60
  891. data/node_modules/govuk-frontend/govuk/components/character-count/_character-count.scss +0 -4
  892. data/node_modules/govuk-frontend/govuk/components/character-count/_character-count.scss.map +0 -1
  893. data/node_modules/govuk-frontend/govuk/components/character-count/_index.scss +0 -36
  894. data/node_modules/govuk-frontend/govuk/components/character-count/_index.scss.map +0 -1
  895. data/node_modules/govuk-frontend/govuk/components/character-count/character-count.js +0 -2281
  896. data/node_modules/govuk-frontend/govuk/components/character-count/character-count.js.map +0 -1
  897. data/node_modules/govuk-frontend/govuk/components/character-count/fixtures.json +0 -352
  898. data/node_modules/govuk-frontend/govuk/components/character-count/macro-options.json +0 -153
  899. data/node_modules/govuk-frontend/govuk/components/character-count/template.njk +0 -58
  900. data/node_modules/govuk-frontend/govuk/components/checkboxes/_checkboxes.scss +0 -4
  901. data/node_modules/govuk-frontend/govuk/components/checkboxes/_checkboxes.scss.map +0 -1
  902. data/node_modules/govuk-frontend/govuk/components/checkboxes/_index.scss +0 -335
  903. data/node_modules/govuk-frontend/govuk/components/checkboxes/_index.scss.map +0 -1
  904. data/node_modules/govuk-frontend/govuk/components/checkboxes/checkboxes.js +0 -1277
  905. data/node_modules/govuk-frontend/govuk/components/checkboxes/checkboxes.js.map +0 -1
  906. data/node_modules/govuk-frontend/govuk/components/checkboxes/fixtures.json +0 -1300
  907. data/node_modules/govuk-frontend/govuk/components/checkboxes/macro-options.json +0 -168
  908. data/node_modules/govuk-frontend/govuk/components/checkboxes/template.njk +0 -120
  909. data/node_modules/govuk-frontend/govuk/components/cookie-banner/_cookie-banner.scss +0 -4
  910. data/node_modules/govuk-frontend/govuk/components/cookie-banner/_cookie-banner.scss.map +0 -1
  911. data/node_modules/govuk-frontend/govuk/components/cookie-banner/_index.scss +0 -51
  912. data/node_modules/govuk-frontend/govuk/components/cookie-banner/_index.scss.map +0 -1
  913. data/node_modules/govuk-frontend/govuk/components/cookie-banner/fixtures.json +0 -474
  914. data/node_modules/govuk-frontend/govuk/components/cookie-banner/macro-options.json +0 -132
  915. data/node_modules/govuk-frontend/govuk/components/cookie-banner/template.njk +0 -73
  916. data/node_modules/govuk-frontend/govuk/components/date-input/_date-input.scss +0 -4
  917. data/node_modules/govuk-frontend/govuk/components/date-input/_date-input.scss.map +0 -1
  918. data/node_modules/govuk-frontend/govuk/components/date-input/_index.scss +0 -28
  919. data/node_modules/govuk-frontend/govuk/components/date-input/_index.scss.map +0 -1
  920. data/node_modules/govuk-frontend/govuk/components/date-input/fixtures.json +0 -549
  921. data/node_modules/govuk-frontend/govuk/components/date-input/macro-options.json +0 -117
  922. data/node_modules/govuk-frontend/govuk/components/date-input/template.njk +0 -97
  923. data/node_modules/govuk-frontend/govuk/components/details/_details.scss +0 -4
  924. data/node_modules/govuk-frontend/govuk/components/details/_details.scss.map +0 -1
  925. data/node_modules/govuk-frontend/govuk/components/details/_index.scss +0 -90
  926. data/node_modules/govuk-frontend/govuk/components/details/_index.scss.map +0 -1
  927. data/node_modules/govuk-frontend/govuk/components/details/details.js +0 -873
  928. data/node_modules/govuk-frontend/govuk/components/details/details.js.map +0 -1
  929. data/node_modules/govuk-frontend/govuk/components/details/fixtures.json +0 -103
  930. data/node_modules/govuk-frontend/govuk/components/details/implementation.md +0 -43
  931. data/node_modules/govuk-frontend/govuk/components/details/template.njk +0 -10
  932. data/node_modules/govuk-frontend/govuk/components/error-message/_error-message.scss +0 -4
  933. data/node_modules/govuk-frontend/govuk/components/error-message/_error-message.scss.map +0 -1
  934. data/node_modules/govuk-frontend/govuk/components/error-message/_index.scss +0 -14
  935. data/node_modules/govuk-frontend/govuk/components/error-message/_index.scss.map +0 -1
  936. data/node_modules/govuk-frontend/govuk/components/error-message/fixtures.json +0 -86
  937. data/node_modules/govuk-frontend/govuk/components/error-message/macro-options.json +0 -38
  938. data/node_modules/govuk-frontend/govuk/components/error-message/template.njk +0 -6
  939. data/node_modules/govuk-frontend/govuk/components/error-summary/_error-summary.scss +0 -4
  940. data/node_modules/govuk-frontend/govuk/components/error-summary/_error-summary.scss.map +0 -1
  941. data/node_modules/govuk-frontend/govuk/components/error-summary/_index.scss +0 -45
  942. data/node_modules/govuk-frontend/govuk/components/error-summary/_index.scss.map +0 -1
  943. data/node_modules/govuk-frontend/govuk/components/error-summary/error-summary.js +0 -1189
  944. data/node_modules/govuk-frontend/govuk/components/error-summary/error-summary.js.map +0 -1
  945. data/node_modules/govuk-frontend/govuk/components/error-summary/fixtures.json +0 -260
  946. data/node_modules/govuk-frontend/govuk/components/error-summary/macro-options.json +0 -82
  947. data/node_modules/govuk-frontend/govuk/components/error-summary/template.njk +0 -30
  948. data/node_modules/govuk-frontend/govuk/components/exit-this-page/_exit-this-page.scss +0 -4
  949. data/node_modules/govuk-frontend/govuk/components/exit-this-page/_exit-this-page.scss.map +0 -1
  950. data/node_modules/govuk-frontend/govuk/components/exit-this-page/_index.scss +0 -99
  951. data/node_modules/govuk-frontend/govuk/components/exit-this-page/_index.scss.map +0 -1
  952. data/node_modules/govuk-frontend/govuk/components/exit-this-page/exit-this-page.js +0 -2120
  953. data/node_modules/govuk-frontend/govuk/components/exit-this-page/exit-this-page.js.map +0 -1
  954. data/node_modules/govuk-frontend/govuk/components/exit-this-page/fixtures.json +0 -50
  955. data/node_modules/govuk-frontend/govuk/components/exit-this-page/macro-options.json +0 -62
  956. data/node_modules/govuk-frontend/govuk/components/exit-this-page/template.njk +0 -16
  957. data/node_modules/govuk-frontend/govuk/components/fieldset/_fieldset.scss +0 -4
  958. data/node_modules/govuk-frontend/govuk/components/fieldset/_fieldset.scss.map +0 -1
  959. data/node_modules/govuk-frontend/govuk/components/fieldset/_index.scss +0 -66
  960. data/node_modules/govuk-frontend/govuk/components/fieldset/_index.scss.map +0 -1
  961. data/node_modules/govuk-frontend/govuk/components/fieldset/fixtures.json +0 -206
  962. data/node_modules/govuk-frontend/govuk/components/fieldset/macro-options.json +0 -70
  963. data/node_modules/govuk-frontend/govuk/components/fieldset/template.njk +0 -22
  964. data/node_modules/govuk-frontend/govuk/components/file-upload/_file-upload.scss +0 -4
  965. data/node_modules/govuk-frontend/govuk/components/file-upload/_file-upload.scss.map +0 -1
  966. data/node_modules/govuk-frontend/govuk/components/file-upload/_index.scss +0 -57
  967. data/node_modules/govuk-frontend/govuk/components/file-upload/_index.scss.map +0 -1
  968. data/node_modules/govuk-frontend/govuk/components/file-upload/fixtures.json +0 -199
  969. data/node_modules/govuk-frontend/govuk/components/file-upload/macro-options.json +0 -79
  970. data/node_modules/govuk-frontend/govuk/components/file-upload/template.njk +0 -45
  971. data/node_modules/govuk-frontend/govuk/components/footer/_footer.scss +0 -4
  972. data/node_modules/govuk-frontend/govuk/components/footer/_footer.scss.map +0 -1
  973. data/node_modules/govuk-frontend/govuk/components/footer/_index.scss +0 -195
  974. data/node_modules/govuk-frontend/govuk/components/footer/_index.scss.map +0 -1
  975. data/node_modules/govuk-frontend/govuk/components/footer/fixtures.json +0 -644
  976. data/node_modules/govuk-frontend/govuk/components/footer/macro-options.json +0 -164
  977. data/node_modules/govuk-frontend/govuk/components/footer/template.njk +0 -97
  978. data/node_modules/govuk-frontend/govuk/components/header/_header.scss +0 -4
  979. data/node_modules/govuk-frontend/govuk/components/header/_header.scss.map +0 -1
  980. data/node_modules/govuk-frontend/govuk/components/header/_index.scss +0 -367
  981. data/node_modules/govuk-frontend/govuk/components/header/_index.scss.map +0 -1
  982. data/node_modules/govuk-frontend/govuk/components/header/fixtures.json +0 -449
  983. data/node_modules/govuk-frontend/govuk/components/header/header.js +0 -794
  984. data/node_modules/govuk-frontend/govuk/components/header/header.js.map +0 -1
  985. data/node_modules/govuk-frontend/govuk/components/header/macro-options.json +0 -118
  986. data/node_modules/govuk-frontend/govuk/components/header/template.njk +0 -113
  987. data/node_modules/govuk-frontend/govuk/components/hint/_hint.scss +0 -4
  988. data/node_modules/govuk-frontend/govuk/components/hint/_hint.scss.map +0 -1
  989. data/node_modules/govuk-frontend/govuk/components/hint/_index.scss +0 -44
  990. data/node_modules/govuk-frontend/govuk/components/hint/_index.scss.map +0 -1
  991. data/node_modules/govuk-frontend/govuk/components/hint/fixtures.json +0 -59
  992. data/node_modules/govuk-frontend/govuk/components/hint/template.njk +0 -4
  993. data/node_modules/govuk-frontend/govuk/components/input/_index.scss +0 -195
  994. data/node_modules/govuk-frontend/govuk/components/input/_index.scss.map +0 -1
  995. data/node_modules/govuk-frontend/govuk/components/input/_input.scss +0 -4
  996. data/node_modules/govuk-frontend/govuk/components/input/_input.scss.map +0 -1
  997. data/node_modules/govuk-frontend/govuk/components/input/fixtures.json +0 -642
  998. data/node_modules/govuk-frontend/govuk/components/input/macro-options.json +0 -173
  999. data/node_modules/govuk-frontend/govuk/components/input/template.njk +0 -67
  1000. data/node_modules/govuk-frontend/govuk/components/inset-text/_index.scss +0 -26
  1001. data/node_modules/govuk-frontend/govuk/components/inset-text/_index.scss.map +0 -1
  1002. data/node_modules/govuk-frontend/govuk/components/inset-text/_inset-text.scss +0 -4
  1003. data/node_modules/govuk-frontend/govuk/components/inset-text/_inset-text.scss.map +0 -1
  1004. data/node_modules/govuk-frontend/govuk/components/inset-text/fixtures.json +0 -58
  1005. data/node_modules/govuk-frontend/govuk/components/inset-text/macro-options.json +0 -38
  1006. data/node_modules/govuk-frontend/govuk/components/inset-text/template.njk +0 -4
  1007. data/node_modules/govuk-frontend/govuk/components/label/_index.scss +0 -43
  1008. data/node_modules/govuk-frontend/govuk/components/label/_index.scss.map +0 -1
  1009. data/node_modules/govuk-frontend/govuk/components/label/_label.scss +0 -4
  1010. data/node_modules/govuk-frontend/govuk/components/label/_label.scss.map +0 -1
  1011. data/node_modules/govuk-frontend/govuk/components/label/fixtures.json +0 -159
  1012. data/node_modules/govuk-frontend/govuk/components/label/template.njk +0 -15
  1013. data/node_modules/govuk-frontend/govuk/components/notification-banner/_index.scss +0 -91
  1014. data/node_modules/govuk-frontend/govuk/components/notification-banner/_index.scss.map +0 -1
  1015. data/node_modules/govuk-frontend/govuk/components/notification-banner/_notification-banner.scss +0 -4
  1016. data/node_modules/govuk-frontend/govuk/components/notification-banner/_notification-banner.scss.map +0 -1
  1017. data/node_modules/govuk-frontend/govuk/components/notification-banner/fixtures.json +0 -222
  1018. data/node_modules/govuk-frontend/govuk/components/notification-banner/macro-options.json +0 -74
  1019. data/node_modules/govuk-frontend/govuk/components/notification-banner/notification-banner.js +0 -843
  1020. data/node_modules/govuk-frontend/govuk/components/notification-banner/notification-banner.js.map +0 -1
  1021. data/node_modules/govuk-frontend/govuk/components/notification-banner/template.njk +0 -47
  1022. data/node_modules/govuk-frontend/govuk/components/pagination/_index.scss +0 -249
  1023. data/node_modules/govuk-frontend/govuk/components/pagination/_index.scss.map +0 -1
  1024. data/node_modules/govuk-frontend/govuk/components/pagination/_pagination.scss +0 -4
  1025. data/node_modules/govuk-frontend/govuk/components/pagination/_pagination.scss.map +0 -1
  1026. data/node_modules/govuk-frontend/govuk/components/pagination/fixtures.json +0 -368
  1027. data/node_modules/govuk-frontend/govuk/components/pagination/macro-options.json +0 -128
  1028. data/node_modules/govuk-frontend/govuk/components/pagination/template.njk +0 -62
  1029. data/node_modules/govuk-frontend/govuk/components/panel/_index.scss +0 -58
  1030. data/node_modules/govuk-frontend/govuk/components/panel/_index.scss.map +0 -1
  1031. data/node_modules/govuk-frontend/govuk/components/panel/_panel.scss +0 -4
  1032. data/node_modules/govuk-frontend/govuk/components/panel/_panel.scss.map +0 -1
  1033. data/node_modules/govuk-frontend/govuk/components/panel/fixtures.json +0 -91
  1034. data/node_modules/govuk-frontend/govuk/components/panel/template.njk +0 -13
  1035. data/node_modules/govuk-frontend/govuk/components/phase-banner/_index.scss +0 -29
  1036. data/node_modules/govuk-frontend/govuk/components/phase-banner/_index.scss.map +0 -1
  1037. data/node_modules/govuk-frontend/govuk/components/phase-banner/_phase-banner.scss +0 -4
  1038. data/node_modules/govuk-frontend/govuk/components/phase-banner/_phase-banner.scss.map +0 -1
  1039. data/node_modules/govuk-frontend/govuk/components/phase-banner/fixtures.json +0 -76
  1040. data/node_modules/govuk-frontend/govuk/components/phase-banner/macro-options.json +0 -33
  1041. data/node_modules/govuk-frontend/govuk/components/phase-banner/template.njk +0 -15
  1042. data/node_modules/govuk-frontend/govuk/components/radios/_index.scss +0 -351
  1043. data/node_modules/govuk-frontend/govuk/components/radios/_index.scss.map +0 -1
  1044. data/node_modules/govuk-frontend/govuk/components/radios/_radios.scss +0 -4
  1045. data/node_modules/govuk-frontend/govuk/components/radios/_radios.scss.map +0 -1
  1046. data/node_modules/govuk-frontend/govuk/components/radios/fixtures.json +0 -1294
  1047. data/node_modules/govuk-frontend/govuk/components/radios/macro-options.json +0 -150
  1048. data/node_modules/govuk-frontend/govuk/components/radios/radios.js +0 -1222
  1049. data/node_modules/govuk-frontend/govuk/components/radios/radios.js.map +0 -1
  1050. data/node_modules/govuk-frontend/govuk/components/radios/template.njk +0 -110
  1051. data/node_modules/govuk-frontend/govuk/components/select/_index.scss +0 -68
  1052. data/node_modules/govuk-frontend/govuk/components/select/_index.scss.map +0 -1
  1053. data/node_modules/govuk-frontend/govuk/components/select/_select.scss +0 -4
  1054. data/node_modules/govuk-frontend/govuk/components/select/_select.scss.map +0 -1
  1055. data/node_modules/govuk-frontend/govuk/components/select/fixtures.json +0 -421
  1056. data/node_modules/govuk-frontend/govuk/components/select/macro-options.json +0 -117
  1057. data/node_modules/govuk-frontend/govuk/components/select/template.njk +0 -54
  1058. data/node_modules/govuk-frontend/govuk/components/skip-link/_index.scss +0 -49
  1059. data/node_modules/govuk-frontend/govuk/components/skip-link/_index.scss.map +0 -1
  1060. data/node_modules/govuk-frontend/govuk/components/skip-link/_skip-link.scss +0 -4
  1061. data/node_modules/govuk-frontend/govuk/components/skip-link/_skip-link.scss.map +0 -1
  1062. data/node_modules/govuk-frontend/govuk/components/skip-link/fixtures.json +0 -86
  1063. data/node_modules/govuk-frontend/govuk/components/skip-link/macro-options.json +0 -32
  1064. data/node_modules/govuk-frontend/govuk/components/skip-link/skip-link.js +0 -1145
  1065. data/node_modules/govuk-frontend/govuk/components/skip-link/skip-link.js.map +0 -1
  1066. data/node_modules/govuk-frontend/govuk/components/skip-link/template.njk +0 -3
  1067. data/node_modules/govuk-frontend/govuk/components/summary-list/_index.scss +0 -278
  1068. data/node_modules/govuk-frontend/govuk/components/summary-list/_index.scss.map +0 -1
  1069. data/node_modules/govuk-frontend/govuk/components/summary-list/_summary-list.scss +0 -4
  1070. data/node_modules/govuk-frontend/govuk/components/summary-list/_summary-list.scss.map +0 -1
  1071. data/node_modules/govuk-frontend/govuk/components/summary-list/fixtures.json +0 -1529
  1072. data/node_modules/govuk-frontend/govuk/components/summary-list/macro-options.json +0 -223
  1073. data/node_modules/govuk-frontend/govuk/components/summary-list/template.njk +0 -88
  1074. data/node_modules/govuk-frontend/govuk/components/table/_index.scss +0 -73
  1075. data/node_modules/govuk-frontend/govuk/components/table/_index.scss.map +0 -1
  1076. data/node_modules/govuk-frontend/govuk/components/table/_table.scss +0 -4
  1077. data/node_modules/govuk-frontend/govuk/components/table/_table.scss.map +0 -1
  1078. data/node_modules/govuk-frontend/govuk/components/table/fixtures.json +0 -539
  1079. data/node_modules/govuk-frontend/govuk/components/table/macro-options.json +0 -132
  1080. data/node_modules/govuk-frontend/govuk/components/table/template.njk +0 -45
  1081. data/node_modules/govuk-frontend/govuk/components/tabs/_index.scss +0 -132
  1082. data/node_modules/govuk-frontend/govuk/components/tabs/_index.scss.map +0 -1
  1083. data/node_modules/govuk-frontend/govuk/components/tabs/_tabs.scss +0 -4
  1084. data/node_modules/govuk-frontend/govuk/components/tabs/_tabs.scss.map +0 -1
  1085. data/node_modules/govuk-frontend/govuk/components/tabs/fixtures.json +0 -286
  1086. data/node_modules/govuk-frontend/govuk/components/tabs/macro-options.json +0 -84
  1087. data/node_modules/govuk-frontend/govuk/components/tabs/tabs.js +0 -1621
  1088. data/node_modules/govuk-frontend/govuk/components/tabs/tabs.js.map +0 -1
  1089. data/node_modules/govuk-frontend/govuk/components/tabs/template.njk +0 -36
  1090. data/node_modules/govuk-frontend/govuk/components/tag/_index.scss +0 -83
  1091. data/node_modules/govuk-frontend/govuk/components/tag/_index.scss.map +0 -1
  1092. data/node_modules/govuk-frontend/govuk/components/tag/_tag.scss +0 -4
  1093. data/node_modules/govuk-frontend/govuk/components/tag/_tag.scss.map +0 -1
  1094. data/node_modules/govuk-frontend/govuk/components/tag/fixtures.json +0 -131
  1095. data/node_modules/govuk-frontend/govuk/components/tag/template.njk +0 -3
  1096. data/node_modules/govuk-frontend/govuk/components/textarea/_index.scss +0 -56
  1097. data/node_modules/govuk-frontend/govuk/components/textarea/_index.scss.map +0 -1
  1098. data/node_modules/govuk-frontend/govuk/components/textarea/_textarea.scss +0 -4
  1099. data/node_modules/govuk-frontend/govuk/components/textarea/_textarea.scss.map +0 -1
  1100. data/node_modules/govuk-frontend/govuk/components/textarea/fixtures.json +0 -251
  1101. data/node_modules/govuk-frontend/govuk/components/textarea/macro-options.json +0 -97
  1102. data/node_modules/govuk-frontend/govuk/components/textarea/template.njk +0 -46
  1103. data/node_modules/govuk-frontend/govuk/components/warning-text/_index.scss +0 -68
  1104. data/node_modules/govuk-frontend/govuk/components/warning-text/_index.scss.map +0 -1
  1105. data/node_modules/govuk-frontend/govuk/components/warning-text/_warning-text.scss +0 -4
  1106. data/node_modules/govuk-frontend/govuk/components/warning-text/_warning-text.scss.map +0 -1
  1107. data/node_modules/govuk-frontend/govuk/components/warning-text/fixtures.json +0 -77
  1108. data/node_modules/govuk-frontend/govuk/components/warning-text/macro-options.json +0 -32
  1109. data/node_modules/govuk-frontend/govuk/components/warning-text/template.njk +0 -9
  1110. data/node_modules/govuk-frontend/govuk/core/_all.scss +0 -8
  1111. data/node_modules/govuk-frontend/govuk/core/_all.scss.map +0 -1
  1112. data/node_modules/govuk-frontend/govuk/core/_global-styles.scss +0 -21
  1113. data/node_modules/govuk-frontend/govuk/core/_global-styles.scss.map +0 -1
  1114. data/node_modules/govuk-frontend/govuk/core/_govuk-frontend-version.scss +0 -7
  1115. data/node_modules/govuk-frontend/govuk/core/_govuk-frontend-version.scss.map +0 -1
  1116. data/node_modules/govuk-frontend/govuk/core/_links.scss +0 -37
  1117. data/node_modules/govuk-frontend/govuk/core/_links.scss.map +0 -1
  1118. data/node_modules/govuk-frontend/govuk/core/_lists.scss +0 -68
  1119. data/node_modules/govuk-frontend/govuk/core/_lists.scss.map +0 -1
  1120. data/node_modules/govuk-frontend/govuk/core/_section-break.scss +0 -58
  1121. data/node_modules/govuk-frontend/govuk/core/_section-break.scss.map +0 -1
  1122. data/node_modules/govuk-frontend/govuk/core/_typography.scss +0 -188
  1123. data/node_modules/govuk-frontend/govuk/core/_typography.scss.map +0 -1
  1124. data/node_modules/govuk-frontend/govuk/helpers/_all.scss +0 -14
  1125. data/node_modules/govuk-frontend/govuk/helpers/_all.scss.map +0 -1
  1126. data/node_modules/govuk-frontend/govuk/helpers/_clearfix.scss +0 -17
  1127. data/node_modules/govuk-frontend/govuk/helpers/_clearfix.scss.map +0 -1
  1128. data/node_modules/govuk-frontend/govuk/helpers/_colour.scss +0 -100
  1129. data/node_modules/govuk-frontend/govuk/helpers/_colour.scss.map +0 -1
  1130. data/node_modules/govuk-frontend/govuk/helpers/_device-pixels.scss +0 -39
  1131. data/node_modules/govuk-frontend/govuk/helpers/_device-pixels.scss.map +0 -1
  1132. data/node_modules/govuk-frontend/govuk/helpers/_focused.scss +0 -35
  1133. data/node_modules/govuk-frontend/govuk/helpers/_focused.scss.map +0 -1
  1134. data/node_modules/govuk-frontend/govuk/helpers/_font-faces.scss +0 -43
  1135. data/node_modules/govuk-frontend/govuk/helpers/_font-faces.scss.map +0 -1
  1136. data/node_modules/govuk-frontend/govuk/helpers/_grid.scss +0 -63
  1137. data/node_modules/govuk-frontend/govuk/helpers/_grid.scss.map +0 -1
  1138. data/node_modules/govuk-frontend/govuk/helpers/_links.scss +0 -431
  1139. data/node_modules/govuk-frontend/govuk/helpers/_links.scss.map +0 -1
  1140. data/node_modules/govuk-frontend/govuk/helpers/_media-queries.scss +0 -93
  1141. data/node_modules/govuk-frontend/govuk/helpers/_media-queries.scss.map +0 -1
  1142. data/node_modules/govuk-frontend/govuk/helpers/_shape-arrow.scss +0 -82
  1143. data/node_modules/govuk-frontend/govuk/helpers/_shape-arrow.scss.map +0 -1
  1144. data/node_modules/govuk-frontend/govuk/helpers/_spacing.scss +0 -173
  1145. data/node_modules/govuk-frontend/govuk/helpers/_spacing.scss.map +0 -1
  1146. data/node_modules/govuk-frontend/govuk/helpers/_typography.scss +0 -216
  1147. data/node_modules/govuk-frontend/govuk/helpers/_typography.scss.map +0 -1
  1148. data/node_modules/govuk-frontend/govuk/helpers/_visually-hidden.scss +0 -98
  1149. data/node_modules/govuk-frontend/govuk/helpers/_visually-hidden.scss.map +0 -1
  1150. data/node_modules/govuk-frontend/govuk/i18n.js +0 -397
  1151. data/node_modules/govuk-frontend/govuk/i18n.js.map +0 -1
  1152. data/node_modules/govuk-frontend/govuk/macros/i18n.njk +0 -16
  1153. data/node_modules/govuk-frontend/govuk/objects/_all.scss +0 -8
  1154. data/node_modules/govuk-frontend/govuk/objects/_all.scss.map +0 -1
  1155. data/node_modules/govuk-frontend/govuk/objects/_button-group.scss +0 -87
  1156. data/node_modules/govuk-frontend/govuk/objects/_button-group.scss.map +0 -1
  1157. data/node_modules/govuk-frontend/govuk/objects/_form-group.scss +0 -25
  1158. data/node_modules/govuk-frontend/govuk/objects/_form-group.scss.map +0 -1
  1159. data/node_modules/govuk-frontend/govuk/objects/_grid.scss +0 -26
  1160. data/node_modules/govuk-frontend/govuk/objects/_grid.scss.map +0 -1
  1161. data/node_modules/govuk-frontend/govuk/objects/_main-wrapper.scss +0 -55
  1162. data/node_modules/govuk-frontend/govuk/objects/_main-wrapper.scss.map +0 -1
  1163. data/node_modules/govuk-frontend/govuk/objects/_template.scss +0 -54
  1164. data/node_modules/govuk-frontend/govuk/objects/_template.scss.map +0 -1
  1165. data/node_modules/govuk-frontend/govuk/objects/_width-container.scss +0 -86
  1166. data/node_modules/govuk-frontend/govuk/objects/_width-container.scss.map +0 -1
  1167. data/node_modules/govuk-frontend/govuk/overrides/_all.scss +0 -7
  1168. data/node_modules/govuk-frontend/govuk/overrides/_all.scss.map +0 -1
  1169. data/node_modules/govuk-frontend/govuk/overrides/_display.scss +0 -26
  1170. data/node_modules/govuk-frontend/govuk/overrides/_display.scss.map +0 -1
  1171. data/node_modules/govuk-frontend/govuk/overrides/_spacing.scss +0 -104
  1172. data/node_modules/govuk-frontend/govuk/overrides/_spacing.scss.map +0 -1
  1173. data/node_modules/govuk-frontend/govuk/overrides/_text-align.scss +0 -16
  1174. data/node_modules/govuk-frontend/govuk/overrides/_text-align.scss.map +0 -1
  1175. data/node_modules/govuk-frontend/govuk/overrides/_typography.scss +0 -23
  1176. data/node_modules/govuk-frontend/govuk/overrides/_typography.scss.map +0 -1
  1177. data/node_modules/govuk-frontend/govuk/overrides/_width.scss +0 -48
  1178. data/node_modules/govuk-frontend/govuk/overrides/_width.scss.map +0 -1
  1179. data/node_modules/govuk-frontend/govuk/settings/_all.scss +0 -26
  1180. data/node_modules/govuk-frontend/govuk/settings/_all.scss.map +0 -1
  1181. data/node_modules/govuk-frontend/govuk/settings/_assets.scss +0 -84
  1182. data/node_modules/govuk-frontend/govuk/settings/_assets.scss.map +0 -1
  1183. data/node_modules/govuk-frontend/govuk/settings/_colours-applied.scss +0 -157
  1184. data/node_modules/govuk-frontend/govuk/settings/_colours-applied.scss.map +0 -1
  1185. data/node_modules/govuk-frontend/govuk/settings/_colours-organisations.scss +0 -148
  1186. data/node_modules/govuk-frontend/govuk/settings/_colours-organisations.scss.map +0 -1
  1187. data/node_modules/govuk-frontend/govuk/settings/_colours-palette.scss +0 -122
  1188. data/node_modules/govuk-frontend/govuk/settings/_colours-palette.scss.map +0 -1
  1189. data/node_modules/govuk-frontend/govuk/settings/_compatibility.scss +0 -102
  1190. data/node_modules/govuk-frontend/govuk/settings/_compatibility.scss.map +0 -1
  1191. data/node_modules/govuk-frontend/govuk/settings/_global-styles.scss +0 -15
  1192. data/node_modules/govuk-frontend/govuk/settings/_global-styles.scss.map +0 -1
  1193. data/node_modules/govuk-frontend/govuk/settings/_ie8.scss +0 -36
  1194. data/node_modules/govuk-frontend/govuk/settings/_ie8.scss.map +0 -1
  1195. data/node_modules/govuk-frontend/govuk/settings/_links.scss +0 -68
  1196. data/node_modules/govuk-frontend/govuk/settings/_links.scss.map +0 -1
  1197. data/node_modules/govuk-frontend/govuk/settings/_measurements.scss +0 -97
  1198. data/node_modules/govuk-frontend/govuk/settings/_measurements.scss.map +0 -1
  1199. data/node_modules/govuk-frontend/govuk/settings/_media-queries.scss +0 -25
  1200. data/node_modules/govuk-frontend/govuk/settings/_media-queries.scss.map +0 -1
  1201. data/node_modules/govuk-frontend/govuk/settings/_spacing.scss +0 -78
  1202. data/node_modules/govuk-frontend/govuk/settings/_spacing.scss.map +0 -1
  1203. data/node_modules/govuk-frontend/govuk/settings/_typography-font-families.scss +0 -34
  1204. data/node_modules/govuk-frontend/govuk/settings/_typography-font-families.scss.map +0 -1
  1205. data/node_modules/govuk-frontend/govuk/settings/_typography-font.scss +0 -114
  1206. data/node_modules/govuk-frontend/govuk/settings/_typography-font.scss.map +0 -1
  1207. data/node_modules/govuk-frontend/govuk/settings/_typography-responsive.scss +0 -197
  1208. data/node_modules/govuk-frontend/govuk/settings/_typography-responsive.scss.map +0 -1
  1209. data/node_modules/govuk-frontend/govuk/settings/_warnings.scss +0 -55
  1210. data/node_modules/govuk-frontend/govuk/settings/_warnings.scss.map +0 -1
  1211. data/node_modules/govuk-frontend/govuk/template.njk +0 -60
  1212. data/node_modules/govuk-frontend/govuk/tools/_all.scss +0 -9
  1213. data/node_modules/govuk-frontend/govuk/tools/_all.scss.map +0 -1
  1214. data/node_modules/govuk-frontend/govuk/tools/_compatibility.scss +0 -52
  1215. data/node_modules/govuk-frontend/govuk/tools/_compatibility.scss.map +0 -1
  1216. data/node_modules/govuk-frontend/govuk/tools/_exports.scss +0 -35
  1217. data/node_modules/govuk-frontend/govuk/tools/_exports.scss.map +0 -1
  1218. data/node_modules/govuk-frontend/govuk/tools/_font-url.scss +0 -27
  1219. data/node_modules/govuk-frontend/govuk/tools/_font-url.scss.map +0 -1
  1220. data/node_modules/govuk-frontend/govuk/tools/_ie8.scss +0 -89
  1221. data/node_modules/govuk-frontend/govuk/tools/_ie8.scss.map +0 -1
  1222. data/node_modules/govuk-frontend/govuk/tools/_image-url.scss +0 -27
  1223. data/node_modules/govuk-frontend/govuk/tools/_image-url.scss.map +0 -1
  1224. data/node_modules/govuk-frontend/govuk/tools/_px-to-em.scss +0 -22
  1225. data/node_modules/govuk-frontend/govuk/tools/_px-to-em.scss.map +0 -1
  1226. data/node_modules/govuk-frontend/govuk/tools/_px-to-rem.scss +0 -22
  1227. data/node_modules/govuk-frontend/govuk/tools/_px-to-rem.scss.map +0 -1
  1228. data/node_modules/govuk-frontend/govuk/utilities/_all.scss +0 -4
  1229. data/node_modules/govuk-frontend/govuk/utilities/_all.scss.map +0 -1
  1230. data/node_modules/govuk-frontend/govuk/utilities/_clearfix.scss +0 -7
  1231. data/node_modules/govuk-frontend/govuk/utilities/_clearfix.scss.map +0 -1
  1232. data/node_modules/govuk-frontend/govuk/utilities/_visually-hidden.scss +0 -11
  1233. data/node_modules/govuk-frontend/govuk/utilities/_visually-hidden.scss.map +0 -1
  1234. data/node_modules/govuk-frontend/govuk/vendor/_sass-mq.scss +0 -349
  1235. data/node_modules/govuk-frontend/govuk/vendor/_sass-mq.scss.map +0 -1
  1236. data/node_modules/govuk-frontend/govuk/vendor/polyfills/DOMTokenList.js +0 -274
  1237. data/node_modules/govuk-frontend/govuk/vendor/polyfills/DOMTokenList.js.map +0 -1
  1238. data/node_modules/govuk-frontend/govuk/vendor/polyfills/Date/now.js +0 -23
  1239. data/node_modules/govuk-frontend/govuk/vendor/polyfills/Date/now.js.map +0 -1
  1240. data/node_modules/govuk-frontend/govuk/vendor/polyfills/Document.js +0 -36
  1241. data/node_modules/govuk-frontend/govuk/vendor/polyfills/Document.js.map +0 -1
  1242. data/node_modules/govuk-frontend/govuk/vendor/polyfills/Element/prototype/classList.js +0 -597
  1243. data/node_modules/govuk-frontend/govuk/vendor/polyfills/Element/prototype/classList.js.map +0 -1
  1244. data/node_modules/govuk-frontend/govuk/vendor/polyfills/Element/prototype/closest.js +0 -58
  1245. data/node_modules/govuk-frontend/govuk/vendor/polyfills/Element/prototype/closest.js.map +0 -1
  1246. data/node_modules/govuk-frontend/govuk/vendor/polyfills/Element/prototype/dataset.js +0 -307
  1247. data/node_modules/govuk-frontend/govuk/vendor/polyfills/Element/prototype/dataset.js.map +0 -1
  1248. data/node_modules/govuk-frontend/govuk/vendor/polyfills/Element/prototype/matches.js +0 -33
  1249. data/node_modules/govuk-frontend/govuk/vendor/polyfills/Element/prototype/matches.js.map +0 -1
  1250. data/node_modules/govuk-frontend/govuk/vendor/polyfills/Element/prototype/nextElementSibling.js +0 -261
  1251. data/node_modules/govuk-frontend/govuk/vendor/polyfills/Element/prototype/nextElementSibling.js.map +0 -1
  1252. data/node_modules/govuk-frontend/govuk/vendor/polyfills/Element/prototype/previousElementSibling.js +0 -261
  1253. data/node_modules/govuk-frontend/govuk/vendor/polyfills/Element/prototype/previousElementSibling.js.map +0 -1
  1254. data/node_modules/govuk-frontend/govuk/vendor/polyfills/Element.js +0 -151
  1255. data/node_modules/govuk-frontend/govuk/vendor/polyfills/Element.js.map +0 -1
  1256. data/node_modules/govuk-frontend/govuk/vendor/polyfills/Event.js +0 -512
  1257. data/node_modules/govuk-frontend/govuk/vendor/polyfills/Event.js.map +0 -1
  1258. data/node_modules/govuk-frontend/govuk/vendor/polyfills/Function/prototype/bind.js +0 -256
  1259. data/node_modules/govuk-frontend/govuk/vendor/polyfills/Function/prototype/bind.js.map +0 -1
  1260. data/node_modules/govuk-frontend/govuk/vendor/polyfills/Object/defineProperty.js +0 -96
  1261. data/node_modules/govuk-frontend/govuk/vendor/polyfills/Object/defineProperty.js.map +0 -1
  1262. data/node_modules/govuk-frontend/govuk/vendor/polyfills/String/prototype/trim.js +0 -23
  1263. data/node_modules/govuk-frontend/govuk/vendor/polyfills/String/prototype/trim.js.map +0 -1
  1264. data/node_modules/govuk-frontend/govuk/vendor/polyfills/Window.js +0 -30
  1265. data/node_modules/govuk-frontend/govuk/vendor/polyfills/Window.js.map +0 -1
  1266. data/node_modules/govuk-frontend/govuk-esm/all.mjs +0 -140
  1267. data/node_modules/govuk-frontend/govuk-esm/all.mjs.map +0 -1
  1268. data/node_modules/govuk-frontend/govuk-esm/common/closest-attribute-value.mjs +0 -19
  1269. data/node_modules/govuk-frontend/govuk-esm/common/closest-attribute-value.mjs.map +0 -1
  1270. data/node_modules/govuk-frontend/govuk-esm/common/govuk-frontend-version.mjs +0 -9
  1271. data/node_modules/govuk-frontend/govuk-esm/common/govuk-frontend-version.mjs.map +0 -1
  1272. data/node_modules/govuk-frontend/govuk-esm/common/index.mjs +0 -181
  1273. data/node_modules/govuk-frontend/govuk-esm/common/index.mjs.map +0 -1
  1274. data/node_modules/govuk-frontend/govuk-esm/common/normalise-dataset.mjs +0 -66
  1275. data/node_modules/govuk-frontend/govuk-esm/common/normalise-dataset.mjs.map +0 -1
  1276. data/node_modules/govuk-frontend/govuk-esm/common.mjs +0 -4
  1277. data/node_modules/govuk-frontend/govuk-esm/common.mjs.map +0 -1
  1278. data/node_modules/govuk-frontend/govuk-esm/components/accordion/accordion.mjs +0 -625
  1279. data/node_modules/govuk-frontend/govuk-esm/components/accordion/accordion.mjs.map +0 -1
  1280. data/node_modules/govuk-frontend/govuk-esm/components/button/button.mjs +0 -120
  1281. data/node_modules/govuk-frontend/govuk-esm/components/button/button.mjs.map +0 -1
  1282. data/node_modules/govuk-frontend/govuk-esm/components/character-count/character-count.mjs +0 -510
  1283. data/node_modules/govuk-frontend/govuk-esm/components/character-count/character-count.mjs.map +0 -1
  1284. data/node_modules/govuk-frontend/govuk-esm/components/checkboxes/checkboxes.mjs +0 -213
  1285. data/node_modules/govuk-frontend/govuk-esm/components/checkboxes/checkboxes.mjs.map +0 -1
  1286. data/node_modules/govuk-frontend/govuk-esm/components/details/details.mjs +0 -166
  1287. data/node_modules/govuk-frontend/govuk-esm/components/details/details.mjs.map +0 -1
  1288. data/node_modules/govuk-frontend/govuk-esm/components/error-summary/error-summary.mjs +0 -233
  1289. data/node_modules/govuk-frontend/govuk-esm/components/error-summary/error-summary.mjs.map +0 -1
  1290. data/node_modules/govuk-frontend/govuk-esm/components/exit-this-page/exit-this-page.mjs +0 -406
  1291. data/node_modules/govuk-frontend/govuk-esm/components/exit-this-page/exit-this-page.mjs.map +0 -1
  1292. data/node_modules/govuk-frontend/govuk-esm/components/header/header.mjs +0 -125
  1293. data/node_modules/govuk-frontend/govuk-esm/components/header/header.mjs.map +0 -1
  1294. data/node_modules/govuk-frontend/govuk-esm/components/notification-banner/notification-banner.mjs +0 -95
  1295. data/node_modules/govuk-frontend/govuk-esm/components/notification-banner/notification-banner.mjs.map +0 -1
  1296. data/node_modules/govuk-frontend/govuk-esm/components/radios/radios.mjs +0 -158
  1297. data/node_modules/govuk-frontend/govuk-esm/components/radios/radios.mjs.map +0 -1
  1298. data/node_modules/govuk-frontend/govuk-esm/components/skip-link/skip-link.mjs +0 -119
  1299. data/node_modules/govuk-frontend/govuk-esm/components/skip-link/skip-link.mjs.map +0 -1
  1300. data/node_modules/govuk-frontend/govuk-esm/components/tabs/tabs.mjs +0 -515
  1301. data/node_modules/govuk-frontend/govuk-esm/components/tabs/tabs.mjs.map +0 -1
  1302. data/node_modules/govuk-frontend/govuk-esm/i18n.mjs +0 -389
  1303. data/node_modules/govuk-frontend/govuk-esm/i18n.mjs.map +0 -1
  1304. data/node_modules/govuk-frontend/govuk-esm/vendor/polyfills/DOMTokenList.mjs +0 -266
  1305. data/node_modules/govuk-frontend/govuk-esm/vendor/polyfills/DOMTokenList.mjs.map +0 -1
  1306. data/node_modules/govuk-frontend/govuk-esm/vendor/polyfills/Date/now.mjs +0 -15
  1307. data/node_modules/govuk-frontend/govuk-esm/vendor/polyfills/Date/now.mjs.map +0 -1
  1308. data/node_modules/govuk-frontend/govuk-esm/vendor/polyfills/Document.mjs +0 -28
  1309. data/node_modules/govuk-frontend/govuk-esm/vendor/polyfills/Document.mjs.map +0 -1
  1310. data/node_modules/govuk-frontend/govuk-esm/vendor/polyfills/Element/prototype/classList.mjs +0 -96
  1311. data/node_modules/govuk-frontend/govuk-esm/vendor/polyfills/Element/prototype/classList.mjs.map +0 -1
  1312. data/node_modules/govuk-frontend/govuk-esm/vendor/polyfills/Element/prototype/closest.mjs +0 -27
  1313. data/node_modules/govuk-frontend/govuk-esm/vendor/polyfills/Element/prototype/closest.mjs.map +0 -1
  1314. data/node_modules/govuk-frontend/govuk-esm/vendor/polyfills/Element/prototype/dataset.mjs +0 -71
  1315. data/node_modules/govuk-frontend/govuk-esm/vendor/polyfills/Element/prototype/dataset.mjs.map +0 -1
  1316. data/node_modules/govuk-frontend/govuk-esm/vendor/polyfills/Element/prototype/matches.mjs +0 -25
  1317. data/node_modules/govuk-frontend/govuk-esm/vendor/polyfills/Element/prototype/matches.mjs.map +0 -1
  1318. data/node_modules/govuk-frontend/govuk-esm/vendor/polyfills/Element/prototype/nextElementSibling.mjs +0 -25
  1319. data/node_modules/govuk-frontend/govuk-esm/vendor/polyfills/Element/prototype/nextElementSibling.mjs.map +0 -1
  1320. data/node_modules/govuk-frontend/govuk-esm/vendor/polyfills/Element/prototype/previousElementSibling.mjs +0 -25
  1321. data/node_modules/govuk-frontend/govuk-esm/vendor/polyfills/Element/prototype/previousElementSibling.mjs.map +0 -1
  1322. data/node_modules/govuk-frontend/govuk-esm/vendor/polyfills/Element.mjs +0 -117
  1323. data/node_modules/govuk-frontend/govuk-esm/vendor/polyfills/Element.mjs.map +0 -1
  1324. data/node_modules/govuk-frontend/govuk-esm/vendor/polyfills/Event.mjs +0 -255
  1325. data/node_modules/govuk-frontend/govuk-esm/vendor/polyfills/Event.mjs.map +0 -1
  1326. data/node_modules/govuk-frontend/govuk-esm/vendor/polyfills/Function/prototype/bind.mjs +0 -162
  1327. data/node_modules/govuk-frontend/govuk-esm/vendor/polyfills/Function/prototype/bind.mjs.map +0 -1
  1328. data/node_modules/govuk-frontend/govuk-esm/vendor/polyfills/Object/defineProperty.mjs +0 -88
  1329. data/node_modules/govuk-frontend/govuk-esm/vendor/polyfills/Object/defineProperty.mjs.map +0 -1
  1330. data/node_modules/govuk-frontend/govuk-esm/vendor/polyfills/String/prototype/trim.mjs +0 -15
  1331. data/node_modules/govuk-frontend/govuk-esm/vendor/polyfills/String/prototype/trim.mjs.map +0 -1
  1332. data/node_modules/govuk-frontend/govuk-esm/vendor/polyfills/Window.mjs +0 -22
  1333. data/node_modules/govuk-frontend/govuk-esm/vendor/polyfills/Window.mjs.map +0 -1
  1334. data/node_modules/govuk-frontend/govuk-prototype-kit/init.js +0 -8
  1335. data/node_modules/govuk-frontend/govuk-prototype-kit/init.scss +0 -14
  1336. data/node_modules/govuk-frontend/govuk-prototype-kit/init.scss.map +0 -1
  1337. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/assets/fonts/bold-affa96571d-v2.woff +0 -0
  1338. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/assets/fonts/bold-b542beb274-v2.woff2 +0 -0
  1339. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/assets/fonts/light-94a07e06a1-v2.woff2 +0 -0
  1340. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/assets/fonts/light-f591b13f7d-v2.woff +0 -0
  1341. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/assets/images/favicon.ico +0 -0
  1342. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/assets/images/govuk-crest-2x.png +0 -0
  1343. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/assets/images/govuk-crest.png +0 -0
  1344. /data/node_modules/govuk-frontend/{govuk/assets/images/govuk-apple-touch-icon-180x180.png → dist/govuk/assets/images/govuk-icon-180.png} +0 -0
  1345. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/assets/images/govuk-opengraph-image.png +0 -0
  1346. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/accordion/README.md +0 -0
  1347. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/accordion/macro.njk +0 -0
  1348. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/back-link/README.md +0 -0
  1349. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/back-link/macro.njk +0 -0
  1350. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/breadcrumbs/README.md +0 -0
  1351. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/breadcrumbs/macro.njk +0 -0
  1352. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/button/README.md +0 -0
  1353. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/button/macro.njk +0 -0
  1354. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/character-count/README.md +0 -0
  1355. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/character-count/macro.njk +0 -0
  1356. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/checkboxes/README.md +0 -0
  1357. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/checkboxes/macro.njk +0 -0
  1358. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/cookie-banner/README.md +0 -0
  1359. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/cookie-banner/macro.njk +0 -0
  1360. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/date-input/README.md +0 -0
  1361. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/date-input/macro.njk +0 -0
  1362. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/details/README.md +0 -0
  1363. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/details/macro-options.json +0 -0
  1364. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/details/macro.njk +0 -0
  1365. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/error-message/README.md +0 -0
  1366. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/error-message/macro.njk +0 -0
  1367. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/error-summary/README.md +0 -0
  1368. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/error-summary/macro.njk +0 -0
  1369. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/exit-this-page/README.md +0 -0
  1370. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/exit-this-page/macro.njk +0 -0
  1371. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/fieldset/README.md +0 -0
  1372. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/fieldset/macro.njk +0 -0
  1373. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/file-upload/README.md +0 -0
  1374. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/file-upload/macro.njk +0 -0
  1375. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/footer/README.md +0 -0
  1376. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/footer/macro.njk +0 -0
  1377. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/header/README.md +0 -0
  1378. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/header/macro.njk +0 -0
  1379. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/hint/README.md +0 -0
  1380. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/hint/macro-options.json +0 -0
  1381. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/hint/macro.njk +0 -0
  1382. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/input/README.md +0 -0
  1383. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/input/macro.njk +0 -0
  1384. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/inset-text/README.md +0 -0
  1385. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/inset-text/macro.njk +0 -0
  1386. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/label/README.md +0 -0
  1387. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/label/macro-options.json +0 -0
  1388. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/label/macro.njk +0 -0
  1389. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/notification-banner/README.md +0 -0
  1390. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/notification-banner/macro.njk +0 -0
  1391. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/pagination/README.md +0 -0
  1392. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/pagination/macro.njk +0 -0
  1393. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/panel/README.md +0 -0
  1394. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/panel/macro-options.json +0 -0
  1395. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/panel/macro.njk +0 -0
  1396. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/phase-banner/README.md +0 -0
  1397. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/phase-banner/macro.njk +0 -0
  1398. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/radios/README.md +0 -0
  1399. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/radios/macro.njk +0 -0
  1400. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/select/README.md +0 -0
  1401. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/select/macro.njk +0 -0
  1402. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/skip-link/README.md +0 -0
  1403. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/skip-link/macro.njk +0 -0
  1404. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/summary-list/README.md +0 -0
  1405. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/summary-list/macro.njk +0 -0
  1406. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/table/README.md +0 -0
  1407. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/table/macro.njk +0 -0
  1408. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/tabs/README.md +0 -0
  1409. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/tabs/macro.njk +0 -0
  1410. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/tag/README.md +0 -0
  1411. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/tag/macro-options.json +0 -0
  1412. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/tag/macro.njk +0 -0
  1413. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/textarea/README.md +0 -0
  1414. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/textarea/macro.njk +0 -0
  1415. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/warning-text/README.md +0 -0
  1416. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/warning-text/macro.njk +0 -0
@@ -0,0 +1,545 @@
1
+ (function (global, factory) {
2
+ typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
3
+ typeof define === 'function' && define.amd ? define(['exports'], factory) :
4
+ (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.GOVUKFrontend = {}));
5
+ })(this, (function (exports) { 'use strict';
6
+
7
+ function mergeConfigs(...configObjects) {
8
+ function flattenObject(configObject) {
9
+ const flattenedObject = {};
10
+ function flattenLoop(obj, prefix) {
11
+ for (const [key, value] of Object.entries(obj)) {
12
+ const prefixedKey = prefix ? `${prefix}.${key}` : key;
13
+ if (value && typeof value === 'object') {
14
+ flattenLoop(value, prefixedKey);
15
+ } else {
16
+ flattenedObject[prefixedKey] = value;
17
+ }
18
+ }
19
+ }
20
+ flattenLoop(configObject);
21
+ return flattenedObject;
22
+ }
23
+ const formattedConfigObject = {};
24
+ for (const configObject of configObjects) {
25
+ const obj = flattenObject(configObject);
26
+ for (const [key, value] of Object.entries(obj)) {
27
+ formattedConfigObject[key] = value;
28
+ }
29
+ }
30
+ return formattedConfigObject;
31
+ }
32
+ function extractConfigByNamespace(configObject, namespace) {
33
+ const newObject = {};
34
+ for (const [key, value] of Object.entries(configObject)) {
35
+ const keyParts = key.split('.');
36
+ if (keyParts[0] === namespace) {
37
+ if (keyParts.length > 1) {
38
+ keyParts.shift();
39
+ }
40
+ const newKey = keyParts.join('.');
41
+ newObject[newKey] = value;
42
+ }
43
+ }
44
+ return newObject;
45
+ }
46
+ function isSupported($scope = document.body) {
47
+ if (!$scope) {
48
+ return false;
49
+ }
50
+ return $scope.classList.contains('govuk-frontend-supported');
51
+ }
52
+
53
+ /**
54
+ * Schema for component config
55
+ *
56
+ * @typedef {object} Schema
57
+ * @property {SchemaCondition[]} [anyOf] - List of schema conditions
58
+ */
59
+
60
+ /**
61
+ * Schema condition for component config
62
+ *
63
+ * @typedef {object} SchemaCondition
64
+ * @property {string[]} required - List of required config fields
65
+ * @property {string} errorMessage - Error message when required config fields not provided
66
+ */
67
+
68
+ function normaliseString(value) {
69
+ if (typeof value !== 'string') {
70
+ return value;
71
+ }
72
+ const trimmedValue = value.trim();
73
+ if (trimmedValue === 'true') {
74
+ return true;
75
+ }
76
+ if (trimmedValue === 'false') {
77
+ return false;
78
+ }
79
+ if (trimmedValue.length > 0 && isFinite(Number(trimmedValue))) {
80
+ return Number(trimmedValue);
81
+ }
82
+ return value;
83
+ }
84
+ function normaliseDataset(dataset) {
85
+ const out = {};
86
+ for (const [key, value] of Object.entries(dataset)) {
87
+ out[key] = normaliseString(value);
88
+ }
89
+ return out;
90
+ }
91
+
92
+ class GOVUKFrontendError extends Error {
93
+ constructor(...args) {
94
+ super(...args);
95
+ this.name = 'GOVUKFrontendError';
96
+ }
97
+ }
98
+ class SupportError extends GOVUKFrontendError {
99
+ /**
100
+ * Checks if GOV.UK Frontend is supported on this page
101
+ *
102
+ * @param {HTMLElement | null} [$scope] - HTML element `<body>` checked for browser support
103
+ */
104
+ constructor($scope = document.body) {
105
+ const supportMessage = 'noModule' in HTMLScriptElement.prototype ? 'GOV.UK Frontend initialised without `<body class="govuk-frontend-supported">` from template `<script>` snippet' : 'GOV.UK Frontend is not supported in this browser';
106
+ super($scope ? supportMessage : 'GOV.UK Frontend initialised without `<script type="module">`');
107
+ this.name = 'SupportError';
108
+ }
109
+ }
110
+ class ElementError extends GOVUKFrontendError {
111
+ constructor(messageOrOptions) {
112
+ let message = typeof messageOrOptions === 'string' ? messageOrOptions : '';
113
+ if (typeof messageOrOptions === 'object') {
114
+ const {
115
+ componentName,
116
+ identifier,
117
+ element,
118
+ expectedType
119
+ } = messageOrOptions;
120
+ message = `${componentName}: ${identifier}`;
121
+ message += element ? ` is not of type ${expectedType != null ? expectedType : 'HTMLElement'}` : ' not found';
122
+ }
123
+ super(message);
124
+ this.name = 'ElementError';
125
+ }
126
+ }
127
+
128
+ class GOVUKFrontendComponent {
129
+ constructor() {
130
+ this.checkSupport();
131
+ }
132
+ checkSupport() {
133
+ if (!isSupported()) {
134
+ throw new SupportError();
135
+ }
136
+ }
137
+ }
138
+
139
+ class I18n {
140
+ constructor(translations = {}, config = {}) {
141
+ var _config$locale;
142
+ this.translations = void 0;
143
+ this.locale = void 0;
144
+ this.translations = translations;
145
+ this.locale = (_config$locale = config.locale) != null ? _config$locale : document.documentElement.lang || 'en';
146
+ }
147
+ t(lookupKey, options) {
148
+ if (!lookupKey) {
149
+ throw new Error('i18n: lookup key missing');
150
+ }
151
+ if (typeof (options == null ? void 0 : options.count) === 'number') {
152
+ lookupKey = `${lookupKey}.${this.getPluralSuffix(lookupKey, options.count)}`;
153
+ }
154
+ const translationString = this.translations[lookupKey];
155
+ if (typeof translationString === 'string') {
156
+ if (translationString.match(/%{(.\S+)}/)) {
157
+ if (!options) {
158
+ throw new Error('i18n: cannot replace placeholders in string if no option data provided');
159
+ }
160
+ return this.replacePlaceholders(translationString, options);
161
+ }
162
+ return translationString;
163
+ }
164
+ return lookupKey;
165
+ }
166
+ replacePlaceholders(translationString, options) {
167
+ const formatter = Intl.NumberFormat.supportedLocalesOf(this.locale).length ? new Intl.NumberFormat(this.locale) : undefined;
168
+ return translationString.replace(/%{(.\S+)}/g, function (placeholderWithBraces, placeholderKey) {
169
+ if (Object.prototype.hasOwnProperty.call(options, placeholderKey)) {
170
+ const placeholderValue = options[placeholderKey];
171
+ if (placeholderValue === false || typeof placeholderValue !== 'number' && typeof placeholderValue !== 'string') {
172
+ return '';
173
+ }
174
+ if (typeof placeholderValue === 'number') {
175
+ return formatter ? formatter.format(placeholderValue) : `${placeholderValue}`;
176
+ }
177
+ return placeholderValue;
178
+ }
179
+ throw new Error(`i18n: no data found to replace ${placeholderWithBraces} placeholder in string`);
180
+ });
181
+ }
182
+ hasIntlPluralRulesSupport() {
183
+ return Boolean('PluralRules' in window.Intl && Intl.PluralRules.supportedLocalesOf(this.locale).length);
184
+ }
185
+ getPluralSuffix(lookupKey, count) {
186
+ count = Number(count);
187
+ if (!isFinite(count)) {
188
+ return 'other';
189
+ }
190
+ const preferredForm = this.hasIntlPluralRulesSupport() ? new Intl.PluralRules(this.locale).select(count) : this.selectPluralFormUsingFallbackRules(count);
191
+ if (`${lookupKey}.${preferredForm}` in this.translations) {
192
+ return preferredForm;
193
+ } else if (`${lookupKey}.other` in this.translations) {
194
+ console.warn(`i18n: Missing plural form ".${preferredForm}" for "${this.locale}" locale. Falling back to ".other".`);
195
+ return 'other';
196
+ }
197
+ throw new Error(`i18n: Plural form ".other" is required for "${this.locale}" locale`);
198
+ }
199
+ selectPluralFormUsingFallbackRules(count) {
200
+ count = Math.abs(Math.floor(count));
201
+ const ruleset = this.getPluralRulesForLocale();
202
+ if (ruleset) {
203
+ return I18n.pluralRules[ruleset](count);
204
+ }
205
+ return 'other';
206
+ }
207
+ getPluralRulesForLocale() {
208
+ const localeShort = this.locale.split('-')[0];
209
+ for (const pluralRule in I18n.pluralRulesMap) {
210
+ const languages = I18n.pluralRulesMap[pluralRule];
211
+ if (languages.includes(this.locale) || languages.includes(localeShort)) {
212
+ return pluralRule;
213
+ }
214
+ }
215
+ }
216
+ }
217
+ I18n.pluralRulesMap = {
218
+ arabic: ['ar'],
219
+ chinese: ['my', 'zh', 'id', 'ja', 'jv', 'ko', 'ms', 'th', 'vi'],
220
+ french: ['hy', 'bn', 'fr', 'gu', 'hi', 'fa', 'pa', 'zu'],
221
+ german: ['af', 'sq', 'az', 'eu', 'bg', 'ca', 'da', 'nl', 'en', 'et', 'fi', 'ka', 'de', 'el', 'hu', 'lb', 'no', 'so', 'sw', 'sv', 'ta', 'te', 'tr', 'ur'],
222
+ irish: ['ga'],
223
+ russian: ['ru', 'uk'],
224
+ scottish: ['gd'],
225
+ spanish: ['pt-PT', 'it', 'es'],
226
+ welsh: ['cy']
227
+ };
228
+ I18n.pluralRules = {
229
+ arabic(n) {
230
+ if (n === 0) {
231
+ return 'zero';
232
+ }
233
+ if (n === 1) {
234
+ return 'one';
235
+ }
236
+ if (n === 2) {
237
+ return 'two';
238
+ }
239
+ if (n % 100 >= 3 && n % 100 <= 10) {
240
+ return 'few';
241
+ }
242
+ if (n % 100 >= 11 && n % 100 <= 99) {
243
+ return 'many';
244
+ }
245
+ return 'other';
246
+ },
247
+ chinese() {
248
+ return 'other';
249
+ },
250
+ french(n) {
251
+ return n === 0 || n === 1 ? 'one' : 'other';
252
+ },
253
+ german(n) {
254
+ return n === 1 ? 'one' : 'other';
255
+ },
256
+ irish(n) {
257
+ if (n === 1) {
258
+ return 'one';
259
+ }
260
+ if (n === 2) {
261
+ return 'two';
262
+ }
263
+ if (n >= 3 && n <= 6) {
264
+ return 'few';
265
+ }
266
+ if (n >= 7 && n <= 10) {
267
+ return 'many';
268
+ }
269
+ return 'other';
270
+ },
271
+ russian(n) {
272
+ const lastTwo = n % 100;
273
+ const last = lastTwo % 10;
274
+ if (last === 1 && lastTwo !== 11) {
275
+ return 'one';
276
+ }
277
+ if (last >= 2 && last <= 4 && !(lastTwo >= 12 && lastTwo <= 14)) {
278
+ return 'few';
279
+ }
280
+ if (last === 0 || last >= 5 && last <= 9 || lastTwo >= 11 && lastTwo <= 14) {
281
+ return 'many';
282
+ }
283
+ return 'other';
284
+ },
285
+ scottish(n) {
286
+ if (n === 1 || n === 11) {
287
+ return 'one';
288
+ }
289
+ if (n === 2 || n === 12) {
290
+ return 'two';
291
+ }
292
+ if (n >= 3 && n <= 10 || n >= 13 && n <= 19) {
293
+ return 'few';
294
+ }
295
+ return 'other';
296
+ },
297
+ spanish(n) {
298
+ if (n === 1) {
299
+ return 'one';
300
+ }
301
+ if (n % 1000000 === 0 && n !== 0) {
302
+ return 'many';
303
+ }
304
+ return 'other';
305
+ },
306
+ welsh(n) {
307
+ if (n === 0) {
308
+ return 'zero';
309
+ }
310
+ if (n === 1) {
311
+ return 'one';
312
+ }
313
+ if (n === 2) {
314
+ return 'two';
315
+ }
316
+ if (n === 3) {
317
+ return 'few';
318
+ }
319
+ if (n === 6) {
320
+ return 'many';
321
+ }
322
+ return 'other';
323
+ }
324
+ };
325
+
326
+ /**
327
+ * Exit this page component
328
+ *
329
+ * @preserve
330
+ */
331
+ class ExitThisPage extends GOVUKFrontendComponent {
332
+ /**
333
+ * @param {Element | null} $module - HTML element that wraps the Exit This Page button
334
+ * @param {ExitThisPageConfig} [config] - Exit This Page config
335
+ */
336
+ constructor($module, config = {}) {
337
+ super();
338
+ this.$module = void 0;
339
+ this.config = void 0;
340
+ this.i18n = void 0;
341
+ this.$button = void 0;
342
+ this.$skiplinkButton = null;
343
+ this.$updateSpan = null;
344
+ this.$indicatorContainer = null;
345
+ this.$overlay = null;
346
+ this.keypressCounter = 0;
347
+ this.lastKeyWasModified = false;
348
+ this.timeoutTime = 5000;
349
+ this.keypressTimeoutId = null;
350
+ this.timeoutMessageId = null;
351
+ if (!($module instanceof HTMLElement)) {
352
+ throw new ElementError({
353
+ componentName: 'Exit this page',
354
+ element: $module,
355
+ identifier: 'Root element (`$module`)'
356
+ });
357
+ }
358
+ const $button = $module.querySelector('.govuk-exit-this-page__button');
359
+ if (!($button instanceof HTMLAnchorElement)) {
360
+ throw new ElementError({
361
+ componentName: 'Exit this page',
362
+ element: $button,
363
+ expectedType: 'HTMLAnchorElement',
364
+ identifier: 'Button (`.govuk-exit-this-page__button`)'
365
+ });
366
+ }
367
+ this.config = mergeConfigs(ExitThisPage.defaults, config, normaliseDataset($module.dataset));
368
+ this.i18n = new I18n(extractConfigByNamespace(this.config, 'i18n'));
369
+ this.$module = $module;
370
+ this.$button = $button;
371
+ const $skiplinkButton = document.querySelector('.govuk-js-exit-this-page-skiplink');
372
+ if ($skiplinkButton instanceof HTMLAnchorElement) {
373
+ this.$skiplinkButton = $skiplinkButton;
374
+ }
375
+ this.buildIndicator();
376
+ this.initUpdateSpan();
377
+ this.initButtonClickHandler();
378
+ if (!('govukFrontendExitThisPageKeypress' in document.body.dataset)) {
379
+ document.addEventListener('keyup', this.handleKeypress.bind(this), true);
380
+ document.body.dataset.govukFrontendExitThisPageKeypress = 'true';
381
+ }
382
+ window.addEventListener('pageshow', this.resetPage.bind(this));
383
+ }
384
+ initUpdateSpan() {
385
+ this.$updateSpan = document.createElement('span');
386
+ this.$updateSpan.setAttribute('role', 'status');
387
+ this.$updateSpan.className = 'govuk-visually-hidden';
388
+ this.$module.appendChild(this.$updateSpan);
389
+ }
390
+ initButtonClickHandler() {
391
+ this.$button.addEventListener('click', this.handleClick.bind(this));
392
+ if (this.$skiplinkButton) {
393
+ this.$skiplinkButton.addEventListener('click', this.handleClick.bind(this));
394
+ }
395
+ }
396
+ buildIndicator() {
397
+ this.$indicatorContainer = document.createElement('div');
398
+ this.$indicatorContainer.className = 'govuk-exit-this-page__indicator';
399
+ this.$indicatorContainer.setAttribute('aria-hidden', 'true');
400
+ for (let i = 0; i < 3; i++) {
401
+ const $indicator = document.createElement('div');
402
+ $indicator.className = 'govuk-exit-this-page__indicator-light';
403
+ this.$indicatorContainer.appendChild($indicator);
404
+ }
405
+ this.$button.appendChild(this.$indicatorContainer);
406
+ }
407
+ updateIndicator() {
408
+ if (!this.$indicatorContainer) {
409
+ return;
410
+ }
411
+ this.$indicatorContainer.classList.toggle('govuk-exit-this-page__indicator--visible', this.keypressCounter > 0);
412
+ const $indicators = this.$indicatorContainer.querySelectorAll('.govuk-exit-this-page__indicator-light');
413
+ $indicators.forEach(($indicator, index) => {
414
+ $indicator.classList.toggle('govuk-exit-this-page__indicator-light--on', index < this.keypressCounter);
415
+ });
416
+ }
417
+ exitPage() {
418
+ if (!this.$updateSpan) {
419
+ return;
420
+ }
421
+ this.$updateSpan.textContent = '';
422
+ document.body.classList.add('govuk-exit-this-page-hide-content');
423
+ this.$overlay = document.createElement('div');
424
+ this.$overlay.className = 'govuk-exit-this-page-overlay';
425
+ this.$overlay.setAttribute('role', 'alert');
426
+ document.body.appendChild(this.$overlay);
427
+ this.$overlay.textContent = this.i18n.t('activated');
428
+ window.location.href = this.$button.href;
429
+ }
430
+ handleClick(event) {
431
+ event.preventDefault();
432
+ this.exitPage();
433
+ }
434
+ handleKeypress(event) {
435
+ if (!this.$updateSpan) {
436
+ return;
437
+ }
438
+ if ((event.key === 'Shift' || event.keyCode === 16 || event.which === 16) && !this.lastKeyWasModified) {
439
+ this.keypressCounter += 1;
440
+ this.updateIndicator();
441
+ if (this.timeoutMessageId) {
442
+ window.clearTimeout(this.timeoutMessageId);
443
+ this.timeoutMessageId = null;
444
+ }
445
+ if (this.keypressCounter >= 3) {
446
+ this.keypressCounter = 0;
447
+ if (this.keypressTimeoutId) {
448
+ window.clearTimeout(this.keypressTimeoutId);
449
+ this.keypressTimeoutId = null;
450
+ }
451
+ this.exitPage();
452
+ } else {
453
+ if (this.keypressCounter === 1) {
454
+ this.$updateSpan.textContent = this.i18n.t('pressTwoMoreTimes');
455
+ } else {
456
+ this.$updateSpan.textContent = this.i18n.t('pressOneMoreTime');
457
+ }
458
+ }
459
+ this.setKeypressTimer();
460
+ } else if (this.keypressTimeoutId) {
461
+ this.resetKeypressTimer();
462
+ }
463
+ this.lastKeyWasModified = event.shiftKey;
464
+ }
465
+ setKeypressTimer() {
466
+ if (this.keypressTimeoutId) {
467
+ window.clearTimeout(this.keypressTimeoutId);
468
+ }
469
+ this.keypressTimeoutId = window.setTimeout(this.resetKeypressTimer.bind(this), this.timeoutTime);
470
+ }
471
+ resetKeypressTimer() {
472
+ if (!this.$updateSpan) {
473
+ return;
474
+ }
475
+ if (this.keypressTimeoutId) {
476
+ window.clearTimeout(this.keypressTimeoutId);
477
+ this.keypressTimeoutId = null;
478
+ }
479
+ const $updateSpan = this.$updateSpan;
480
+ this.keypressCounter = 0;
481
+ $updateSpan.textContent = this.i18n.t('timedOut');
482
+ this.timeoutMessageId = window.setTimeout(() => {
483
+ $updateSpan.textContent = '';
484
+ }, this.timeoutTime);
485
+ this.updateIndicator();
486
+ }
487
+ resetPage() {
488
+ document.body.classList.remove('govuk-exit-this-page-hide-content');
489
+ if (this.$overlay) {
490
+ this.$overlay.remove();
491
+ this.$overlay = null;
492
+ }
493
+ if (this.$updateSpan) {
494
+ this.$updateSpan.setAttribute('role', 'status');
495
+ this.$updateSpan.textContent = '';
496
+ }
497
+ this.updateIndicator();
498
+ if (this.keypressTimeoutId) {
499
+ window.clearTimeout(this.keypressTimeoutId);
500
+ }
501
+ if (this.timeoutMessageId) {
502
+ window.clearTimeout(this.timeoutMessageId);
503
+ }
504
+ }
505
+ }
506
+
507
+ /**
508
+ * Exit this Page config
509
+ *
510
+ * @see {@link ExitThisPage.defaults}
511
+ * @typedef {object} ExitThisPageConfig
512
+ * @property {ExitThisPageTranslations} [i18n=ExitThisPage.defaults.i18n] - Exit this page translations
513
+ */
514
+
515
+ /**
516
+ * Exit this Page translations
517
+ *
518
+ * @see {@link ExitThisPage.defaults.i18n}
519
+ * @typedef {object} ExitThisPageTranslations
520
+ *
521
+ * Messages used by the component programatically inserted text, including
522
+ * overlay text and screen reader announcements.
523
+ * @property {string} [activated] - Screen reader announcement for when EtP
524
+ * keypress functionality has been successfully activated.
525
+ * @property {string} [timedOut] - Screen reader announcement for when the EtP
526
+ * keypress functionality has timed out.
527
+ * @property {string} [pressTwoMoreTimes] - Screen reader announcement informing
528
+ * the user they must press the activation key two more times.
529
+ * @property {string} [pressOneMoreTime] - Screen reader announcement informing
530
+ * the user they must press the activation key one more time.
531
+ */
532
+ ExitThisPage.moduleName = 'govuk-exit-this-page';
533
+ ExitThisPage.defaults = Object.freeze({
534
+ i18n: {
535
+ activated: 'Loading.',
536
+ timedOut: 'Exit this page expired.',
537
+ pressTwoMoreTimes: 'Shift, press 2 more times to exit.',
538
+ pressOneMoreTime: 'Shift, press 1 more time to exit.'
539
+ }
540
+ });
541
+
542
+ exports.ExitThisPage = ExitThisPage;
543
+
544
+ }));
545
+ //# sourceMappingURL=exit-this-page.bundle.js.map