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
@@ -1,213 +0,0 @@
1
- import { nodeListForEach } from '../../common/index.mjs';
2
- import '../../vendor/polyfills/Element/prototype/classList.mjs';
3
- import '../../vendor/polyfills/Event.mjs';
4
- import '../../vendor/polyfills/Function/prototype/bind.mjs';
5
-
6
- /* eslint-disable es-x/no-function-prototype-bind -- Polyfill imported */
7
-
8
- /**
9
- * Checkboxes component
10
- *
11
- * @class
12
- * @param {Element} $module - HTML element to use for checkboxes
13
- */
14
- function Checkboxes ($module) {
15
- if (!($module instanceof HTMLElement)) {
16
- return this
17
- }
18
-
19
- var $inputs = $module.querySelectorAll('input[type="checkbox"]');
20
- if (!$inputs.length) {
21
- return this
22
- }
23
-
24
- /** @deprecated Will be made private in v5.0 */
25
- this.$module = $module;
26
-
27
- /** @deprecated Will be made private in v5.0 */
28
- this.$inputs = $inputs;
29
- }
30
-
31
- /**
32
- * Initialise component
33
- *
34
- * Checkboxes can be associated with a 'conditionally revealed' content block –
35
- * for example, a checkbox for 'Phone' could reveal an additional form field for
36
- * the user to enter their phone number.
37
- *
38
- * These associations are made using a `data-aria-controls` attribute, which is
39
- * promoted to an aria-controls attribute during initialisation.
40
- *
41
- * We also need to restore the state of any conditional reveals on the page (for
42
- * example if the user has navigated back), and set up event handlers to keep
43
- * the reveal in sync with the checkbox state.
44
- */
45
- Checkboxes.prototype.init = function () {
46
- // Check that required elements are present
47
- if (!this.$module || !this.$inputs) {
48
- return
49
- }
50
-
51
- var $module = this.$module;
52
- var $inputs = this.$inputs;
53
-
54
- nodeListForEach($inputs, function ($input) {
55
- var targetId = $input.getAttribute('data-aria-controls');
56
-
57
- // Skip checkboxes without data-aria-controls attributes, or where the
58
- // target element does not exist.
59
- if (!targetId || !document.getElementById(targetId)) {
60
- return
61
- }
62
-
63
- // Promote the data-aria-controls attribute to a aria-controls attribute
64
- // so that the relationship is exposed in the AOM
65
- $input.setAttribute('aria-controls', targetId);
66
- $input.removeAttribute('data-aria-controls');
67
- });
68
-
69
- // When the page is restored after navigating 'back' in some browsers the
70
- // state of form controls is not restored until *after* the DOMContentLoaded
71
- // event is fired, so we need to sync after the pageshow event in browsers
72
- // that support it.
73
- window.addEventListener(
74
- 'onpageshow' in window ? 'pageshow' : 'DOMContentLoaded',
75
- this.syncAllConditionalReveals.bind(this)
76
- );
77
-
78
- // Although we've set up handlers to sync state on the pageshow or
79
- // DOMContentLoaded event, init could be called after those events have fired,
80
- // for example if they are added to the page dynamically, so sync now too.
81
- this.syncAllConditionalReveals();
82
-
83
- // Handle events
84
- $module.addEventListener('click', this.handleClick.bind(this));
85
- };
86
-
87
- /**
88
- * Sync the conditional reveal states for all checkboxes in this $module.
89
- *
90
- * @deprecated Will be made private in v5.0
91
- */
92
- Checkboxes.prototype.syncAllConditionalReveals = function () {
93
- nodeListForEach(this.$inputs, this.syncConditionalRevealWithInputState.bind(this));
94
- };
95
-
96
- /**
97
- * Sync conditional reveal with the input state
98
- *
99
- * Synchronise the visibility of the conditional reveal, and its accessible
100
- * state, with the input's checked state.
101
- *
102
- * @deprecated Will be made private in v5.0
103
- * @param {HTMLInputElement} $input - Checkbox input
104
- */
105
- Checkboxes.prototype.syncConditionalRevealWithInputState = function ($input) {
106
- var targetId = $input.getAttribute('aria-controls');
107
- if (!targetId) {
108
- return
109
- }
110
-
111
- var $target = document.getElementById(targetId);
112
- if ($target && $target.classList.contains('govuk-checkboxes__conditional')) {
113
- var inputIsChecked = $input.checked;
114
-
115
- $input.setAttribute('aria-expanded', inputIsChecked.toString());
116
- $target.classList.toggle('govuk-checkboxes__conditional--hidden', !inputIsChecked);
117
- }
118
- };
119
-
120
- /**
121
- * Uncheck other checkboxes
122
- *
123
- * Find any other checkbox inputs with the same name value, and uncheck them.
124
- * This is useful for when a “None of these" checkbox is checked.
125
- *
126
- * @deprecated Will be made private in v5.0
127
- * @param {HTMLInputElement} $input - Checkbox input
128
- */
129
- Checkboxes.prototype.unCheckAllInputsExcept = function ($input) {
130
- var $component = this;
131
-
132
- /** @type {NodeListOf<HTMLInputElement>} */
133
- // @ts-expect-error `NodeListOf<HTMLInputElement>` type expected
134
- var allInputsWithSameName = document.querySelectorAll(
135
- 'input[type="checkbox"][name="' + $input.name + '"]'
136
- );
137
-
138
- nodeListForEach(allInputsWithSameName, function ($inputWithSameName) {
139
- var hasSameFormOwner = ($input.form === $inputWithSameName.form);
140
- if (hasSameFormOwner && $inputWithSameName !== $input) {
141
- $inputWithSameName.checked = false;
142
- $component.syncConditionalRevealWithInputState($inputWithSameName);
143
- }
144
- });
145
- };
146
-
147
- /**
148
- * Uncheck exclusive checkboxes
149
- *
150
- * Find any checkbox inputs with the same name value and the 'exclusive' behaviour,
151
- * and uncheck them. This helps prevent someone checking both a regular checkbox and a
152
- * "None of these" checkbox in the same fieldset.
153
- *
154
- * @deprecated Will be made private in v5.0
155
- * @param {HTMLInputElement} $input - Checkbox input
156
- */
157
- Checkboxes.prototype.unCheckExclusiveInputs = function ($input) {
158
- var $component = this;
159
-
160
- /** @type {NodeListOf<HTMLInputElement>} */
161
- // @ts-expect-error `NodeListOf<HTMLInputElement>` type expected
162
- var allInputsWithSameNameAndExclusiveBehaviour = document.querySelectorAll(
163
- 'input[data-behaviour="exclusive"][type="checkbox"][name="' + $input.name + '"]'
164
- );
165
-
166
- nodeListForEach(allInputsWithSameNameAndExclusiveBehaviour, function ($exclusiveInput) {
167
- var hasSameFormOwner = ($input.form === $exclusiveInput.form);
168
- if (hasSameFormOwner) {
169
- $exclusiveInput.checked = false;
170
- $component.syncConditionalRevealWithInputState($exclusiveInput);
171
- }
172
- });
173
- };
174
-
175
- /**
176
- * Click event handler
177
- *
178
- * Handle a click within the $module – if the click occurred on a checkbox, sync
179
- * the state of any associated conditional reveal with the checkbox state.
180
- *
181
- * @deprecated Will be made private in v5.0
182
- * @param {MouseEvent} event - Click event
183
- */
184
- Checkboxes.prototype.handleClick = function (event) {
185
- var $clickedInput = event.target;
186
-
187
- // Ignore clicks on things that aren't checkbox inputs
188
- if (!($clickedInput instanceof HTMLInputElement) || $clickedInput.type !== 'checkbox') {
189
- return
190
- }
191
-
192
- // If the checkbox conditionally-reveals some content, sync the state
193
- var hasAriaControls = $clickedInput.getAttribute('aria-controls');
194
- if (hasAriaControls) {
195
- this.syncConditionalRevealWithInputState($clickedInput);
196
- }
197
-
198
- // No further behaviour needed for unchecking
199
- if (!$clickedInput.checked) {
200
- return
201
- }
202
-
203
- // Handle 'exclusive' checkbox behaviour (ie "None of these")
204
- var hasBehaviourExclusive = ($clickedInput.getAttribute('data-behaviour') === 'exclusive');
205
- if (hasBehaviourExclusive) {
206
- this.unCheckAllInputsExcept($clickedInput);
207
- } else {
208
- this.unCheckExclusiveInputs($clickedInput);
209
- }
210
- };
211
-
212
- export default Checkboxes;
213
- //# sourceMappingURL=components/checkboxes/checkboxes.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"checkboxes.mjs","sources":["../../../../src/govuk/components/checkboxes/checkboxes.mjs"],"sourcesContent":["/* eslint-disable es-x/no-function-prototype-bind -- Polyfill imported */\n\nimport { nodeListForEach } from '../../common/index.mjs'\nimport '../../vendor/polyfills/Element/prototype/classList.mjs'\nimport '../../vendor/polyfills/Event.mjs' // addEventListener, event.target normalization and DOMContentLoaded\nimport '../../vendor/polyfills/Function/prototype/bind.mjs'\n\n/**\n * Checkboxes component\n *\n * @class\n * @param {Element} $module - HTML element to use for checkboxes\n */\nfunction Checkboxes ($module) {\n if (!($module instanceof HTMLElement)) {\n return this\n }\n\n var $inputs = $module.querySelectorAll('input[type=\"checkbox\"]')\n if (!$inputs.length) {\n return this\n }\n\n /** @deprecated Will be made private in v5.0 */\n this.$module = $module\n\n /** @deprecated Will be made private in v5.0 */\n this.$inputs = $inputs\n}\n\n/**\n * Initialise component\n *\n * Checkboxes can be associated with a 'conditionally revealed' content block –\n * for example, a checkbox for 'Phone' could reveal an additional form field for\n * the user to enter their phone number.\n *\n * These associations are made using a `data-aria-controls` attribute, which is\n * promoted to an aria-controls attribute during initialisation.\n *\n * We also need to restore the state of any conditional reveals on the page (for\n * example if the user has navigated back), and set up event handlers to keep\n * the reveal in sync with the checkbox state.\n */\nCheckboxes.prototype.init = function () {\n // Check that required elements are present\n if (!this.$module || !this.$inputs) {\n return\n }\n\n var $module = this.$module\n var $inputs = this.$inputs\n\n nodeListForEach($inputs, function ($input) {\n var targetId = $input.getAttribute('data-aria-controls')\n\n // Skip checkboxes without data-aria-controls attributes, or where the\n // target element does not exist.\n if (!targetId || !document.getElementById(targetId)) {\n return\n }\n\n // Promote the data-aria-controls attribute to a aria-controls attribute\n // so that the relationship is exposed in the AOM\n $input.setAttribute('aria-controls', targetId)\n $input.removeAttribute('data-aria-controls')\n })\n\n // When the page is restored after navigating 'back' in some browsers the\n // state of form controls is not restored until *after* the DOMContentLoaded\n // event is fired, so we need to sync after the pageshow event in browsers\n // that support it.\n window.addEventListener(\n 'onpageshow' in window ? 'pageshow' : 'DOMContentLoaded',\n this.syncAllConditionalReveals.bind(this)\n )\n\n // Although we've set up handlers to sync state on the pageshow or\n // DOMContentLoaded event, init could be called after those events have fired,\n // for example if they are added to the page dynamically, so sync now too.\n this.syncAllConditionalReveals()\n\n // Handle events\n $module.addEventListener('click', this.handleClick.bind(this))\n}\n\n/**\n * Sync the conditional reveal states for all checkboxes in this $module.\n *\n * @deprecated Will be made private in v5.0\n */\nCheckboxes.prototype.syncAllConditionalReveals = function () {\n nodeListForEach(this.$inputs, this.syncConditionalRevealWithInputState.bind(this))\n}\n\n/**\n * Sync conditional reveal with the input state\n *\n * Synchronise the visibility of the conditional reveal, and its accessible\n * state, with the input's checked state.\n *\n * @deprecated Will be made private in v5.0\n * @param {HTMLInputElement} $input - Checkbox input\n */\nCheckboxes.prototype.syncConditionalRevealWithInputState = function ($input) {\n var targetId = $input.getAttribute('aria-controls')\n if (!targetId) {\n return\n }\n\n var $target = document.getElementById(targetId)\n if ($target && $target.classList.contains('govuk-checkboxes__conditional')) {\n var inputIsChecked = $input.checked\n\n $input.setAttribute('aria-expanded', inputIsChecked.toString())\n $target.classList.toggle('govuk-checkboxes__conditional--hidden', !inputIsChecked)\n }\n}\n\n/**\n * Uncheck other checkboxes\n *\n * Find any other checkbox inputs with the same name value, and uncheck them.\n * This is useful for when a “None of these\" checkbox is checked.\n *\n * @deprecated Will be made private in v5.0\n * @param {HTMLInputElement} $input - Checkbox input\n */\nCheckboxes.prototype.unCheckAllInputsExcept = function ($input) {\n var $component = this\n\n /** @type {NodeListOf<HTMLInputElement>} */\n // @ts-expect-error `NodeListOf<HTMLInputElement>` type expected\n var allInputsWithSameName = document.querySelectorAll(\n 'input[type=\"checkbox\"][name=\"' + $input.name + '\"]'\n )\n\n nodeListForEach(allInputsWithSameName, function ($inputWithSameName) {\n var hasSameFormOwner = ($input.form === $inputWithSameName.form)\n if (hasSameFormOwner && $inputWithSameName !== $input) {\n $inputWithSameName.checked = false\n $component.syncConditionalRevealWithInputState($inputWithSameName)\n }\n })\n}\n\n/**\n * Uncheck exclusive checkboxes\n *\n * Find any checkbox inputs with the same name value and the 'exclusive' behaviour,\n * and uncheck them. This helps prevent someone checking both a regular checkbox and a\n * \"None of these\" checkbox in the same fieldset.\n *\n * @deprecated Will be made private in v5.0\n * @param {HTMLInputElement} $input - Checkbox input\n */\nCheckboxes.prototype.unCheckExclusiveInputs = function ($input) {\n var $component = this\n\n /** @type {NodeListOf<HTMLInputElement>} */\n // @ts-expect-error `NodeListOf<HTMLInputElement>` type expected\n var allInputsWithSameNameAndExclusiveBehaviour = document.querySelectorAll(\n 'input[data-behaviour=\"exclusive\"][type=\"checkbox\"][name=\"' + $input.name + '\"]'\n )\n\n nodeListForEach(allInputsWithSameNameAndExclusiveBehaviour, function ($exclusiveInput) {\n var hasSameFormOwner = ($input.form === $exclusiveInput.form)\n if (hasSameFormOwner) {\n $exclusiveInput.checked = false\n $component.syncConditionalRevealWithInputState($exclusiveInput)\n }\n })\n}\n\n/**\n * Click event handler\n *\n * Handle a click within the $module – if the click occurred on a checkbox, sync\n * the state of any associated conditional reveal with the checkbox state.\n *\n * @deprecated Will be made private in v5.0\n * @param {MouseEvent} event - Click event\n */\nCheckboxes.prototype.handleClick = function (event) {\n var $clickedInput = event.target\n\n // Ignore clicks on things that aren't checkbox inputs\n if (!($clickedInput instanceof HTMLInputElement) || $clickedInput.type !== 'checkbox') {\n return\n }\n\n // If the checkbox conditionally-reveals some content, sync the state\n var hasAriaControls = $clickedInput.getAttribute('aria-controls')\n if (hasAriaControls) {\n this.syncConditionalRevealWithInputState($clickedInput)\n }\n\n // No further behaviour needed for unchecking\n if (!$clickedInput.checked) {\n return\n }\n\n // Handle 'exclusive' checkbox behaviour (ie \"None of these\")\n var hasBehaviourExclusive = ($clickedInput.getAttribute('data-behaviour') === 'exclusive')\n if (hasBehaviourExclusive) {\n this.unCheckAllInputsExcept($clickedInput)\n } else {\n this.unCheckExclusiveInputs($clickedInput)\n }\n}\n\nexport default Checkboxes\n"],"names":[],"mappings":"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"}
@@ -1,166 +0,0 @@
1
- import { generateUniqueID } from '../../common/index.mjs';
2
- import '../../vendor/polyfills/Event.mjs';
3
- import '../../vendor/polyfills/Function/prototype/bind.mjs';
4
-
5
- /* eslint-disable es-x/no-function-prototype-bind -- Polyfill imported */
6
-
7
- var KEY_ENTER = 13;
8
- var KEY_SPACE = 32;
9
-
10
- /**
11
- * Details component
12
- *
13
- * @class
14
- * @param {Element} $module - HTML element to use for details
15
- */
16
- function Details ($module) {
17
- if (!($module instanceof HTMLElement)) {
18
- return this
19
- }
20
-
21
- /** @deprecated Will be made private in v5.0 */
22
- this.$module = $module;
23
-
24
- /** @deprecated Will be made private in v5.0 */
25
- this.$summary = null;
26
-
27
- /** @deprecated Will be made private in v5.0 */
28
- this.$content = null;
29
- }
30
-
31
- /**
32
- * Initialise component
33
- */
34
- Details.prototype.init = function () {
35
- // Check that required elements are present
36
- if (!this.$module) {
37
- return
38
- }
39
-
40
- // If there is native details support, we want to avoid running code to polyfill native behaviour.
41
- var hasNativeDetails = 'HTMLDetailsElement' in window &&
42
- this.$module instanceof HTMLDetailsElement;
43
-
44
- if (!hasNativeDetails) {
45
- this.polyfillDetails();
46
- }
47
- };
48
-
49
- /**
50
- * Polyfill component in older browsers
51
- *
52
- * @deprecated Will be made private in v5.0
53
- */
54
- Details.prototype.polyfillDetails = function () {
55
- var $module = this.$module;
56
-
57
- // Save shortcuts to the inner summary and content elements
58
- var $summary = this.$summary = $module.getElementsByTagName('summary').item(0);
59
- var $content = this.$content = $module.getElementsByTagName('div').item(0);
60
-
61
- // If <details> doesn't have a <summary> and a <div> representing the content
62
- // it means the required HTML structure is not met so the script will stop
63
- if (!$summary || !$content) {
64
- return
65
- }
66
-
67
- // If the content doesn't have an ID, assign it one now
68
- // which we'll need for the summary's aria-controls assignment
69
- if (!$content.id) {
70
- $content.id = 'details-content-' + generateUniqueID();
71
- }
72
-
73
- // Add ARIA role="group" to details
74
- $module.setAttribute('role', 'group');
75
-
76
- // Add role=button to summary
77
- $summary.setAttribute('role', 'button');
78
-
79
- // Add aria-controls
80
- $summary.setAttribute('aria-controls', $content.id);
81
-
82
- // Set tabIndex so the summary is keyboard accessible for non-native elements
83
- //
84
- // We have to use the camelcase `tabIndex` property as there is a bug in IE6/IE7 when we set the correct attribute lowercase:
85
- // See http://web.archive.org/web/20170120194036/http://www.saliences.com/browserBugs/tabIndex.html for more information.
86
- $summary.tabIndex = 0;
87
-
88
- // Detect initial open state
89
- if (this.$module.hasAttribute('open')) {
90
- $summary.setAttribute('aria-expanded', 'true');
91
- } else {
92
- $summary.setAttribute('aria-expanded', 'false');
93
- $content.style.display = 'none';
94
- }
95
-
96
- // Bind an event to handle summary elements
97
- this.polyfillHandleInputs(this.polyfillSetAttributes.bind(this));
98
- };
99
-
100
- /**
101
- * Define a statechange function that updates aria-expanded and style.display
102
- *
103
- * @deprecated Will be made private in v5.0
104
- * @returns {boolean} Returns true
105
- */
106
- Details.prototype.polyfillSetAttributes = function () {
107
- if (this.$module.hasAttribute('open')) {
108
- this.$module.removeAttribute('open');
109
- this.$summary.setAttribute('aria-expanded', 'false');
110
- this.$content.style.display = 'none';
111
- } else {
112
- this.$module.setAttribute('open', 'open');
113
- this.$summary.setAttribute('aria-expanded', 'true');
114
- this.$content.style.display = '';
115
- }
116
-
117
- return true
118
- };
119
-
120
- /**
121
- * Handle cross-modal click events
122
- *
123
- * @deprecated Will be made private in v5.0
124
- * @param {polyfillHandleInputsCallback} callback - function
125
- */
126
- Details.prototype.polyfillHandleInputs = function (callback) {
127
- this.$summary.addEventListener('keypress', function (event) {
128
- var $target = event.target;
129
- // When the key gets pressed - check if it is enter or space
130
- if (event.keyCode === KEY_ENTER || event.keyCode === KEY_SPACE) {
131
- if ($target instanceof HTMLElement && $target.nodeName.toLowerCase() === 'summary') {
132
- // Prevent space from scrolling the page
133
- // and enter from submitting a form
134
- event.preventDefault();
135
- // Click to let the click event do all the necessary action
136
- if ($target.click) {
137
- $target.click();
138
- } else {
139
- // except Safari 5.1 and under don't support .click() here
140
- callback(event);
141
- }
142
- }
143
- }
144
- });
145
-
146
- // Prevent keyup to prevent clicking twice in Firefox when using space key
147
- this.$summary.addEventListener('keyup', function (event) {
148
- var $target = event.target;
149
- if (event.keyCode === KEY_SPACE) {
150
- if ($target instanceof HTMLElement && $target.nodeName.toLowerCase() === 'summary') {
151
- event.preventDefault();
152
- }
153
- }
154
- });
155
-
156
- this.$summary.addEventListener('click', callback);
157
- };
158
-
159
- /**
160
- * @callback polyfillHandleInputsCallback
161
- * @param {UIEvent} event - Keyboard or mouse event
162
- * @returns {void}
163
- */
164
-
165
- export default Details;
166
- //# sourceMappingURL=components/details/details.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"details.mjs","sources":["../../../../src/govuk/components/details/details.mjs"],"sourcesContent":["/* eslint-disable es-x/no-function-prototype-bind -- Polyfill imported */\n\n/**\n * JavaScript 'polyfill' for HTML5's <details> and <summary> elements\n * and 'shim' to add accessiblity enhancements for all browsers\n *\n * http://caniuse.com/#feat=details\n */\nimport { generateUniqueID } from '../../common/index.mjs'\nimport '../../vendor/polyfills/Event.mjs' // addEventListener, event.target normalization and DOMContentLoaded\nimport '../../vendor/polyfills/Function/prototype/bind.mjs'\n\nvar KEY_ENTER = 13\nvar KEY_SPACE = 32\n\n/**\n * Details component\n *\n * @class\n * @param {Element} $module - HTML element to use for details\n */\nfunction Details ($module) {\n if (!($module instanceof HTMLElement)) {\n return this\n }\n\n /** @deprecated Will be made private in v5.0 */\n this.$module = $module\n\n /** @deprecated Will be made private in v5.0 */\n this.$summary = null\n\n /** @deprecated Will be made private in v5.0 */\n this.$content = null\n}\n\n/**\n * Initialise component\n */\nDetails.prototype.init = function () {\n // Check that required elements are present\n if (!this.$module) {\n return\n }\n\n // If there is native details support, we want to avoid running code to polyfill native behaviour.\n var hasNativeDetails = 'HTMLDetailsElement' in window &&\n this.$module instanceof HTMLDetailsElement\n\n if (!hasNativeDetails) {\n this.polyfillDetails()\n }\n}\n\n/**\n * Polyfill component in older browsers\n *\n * @deprecated Will be made private in v5.0\n */\nDetails.prototype.polyfillDetails = function () {\n var $module = this.$module\n\n // Save shortcuts to the inner summary and content elements\n var $summary = this.$summary = $module.getElementsByTagName('summary').item(0)\n var $content = this.$content = $module.getElementsByTagName('div').item(0)\n\n // If <details> doesn't have a <summary> and a <div> representing the content\n // it means the required HTML structure is not met so the script will stop\n if (!$summary || !$content) {\n return\n }\n\n // If the content doesn't have an ID, assign it one now\n // which we'll need for the summary's aria-controls assignment\n if (!$content.id) {\n $content.id = 'details-content-' + generateUniqueID()\n }\n\n // Add ARIA role=\"group\" to details\n $module.setAttribute('role', 'group')\n\n // Add role=button to summary\n $summary.setAttribute('role', 'button')\n\n // Add aria-controls\n $summary.setAttribute('aria-controls', $content.id)\n\n // Set tabIndex so the summary is keyboard accessible for non-native elements\n //\n // We have to use the camelcase `tabIndex` property as there is a bug in IE6/IE7 when we set the correct attribute lowercase:\n // See http://web.archive.org/web/20170120194036/http://www.saliences.com/browserBugs/tabIndex.html for more information.\n $summary.tabIndex = 0\n\n // Detect initial open state\n if (this.$module.hasAttribute('open')) {\n $summary.setAttribute('aria-expanded', 'true')\n } else {\n $summary.setAttribute('aria-expanded', 'false')\n $content.style.display = 'none'\n }\n\n // Bind an event to handle summary elements\n this.polyfillHandleInputs(this.polyfillSetAttributes.bind(this))\n}\n\n/**\n * Define a statechange function that updates aria-expanded and style.display\n *\n * @deprecated Will be made private in v5.0\n * @returns {boolean} Returns true\n */\nDetails.prototype.polyfillSetAttributes = function () {\n if (this.$module.hasAttribute('open')) {\n this.$module.removeAttribute('open')\n this.$summary.setAttribute('aria-expanded', 'false')\n this.$content.style.display = 'none'\n } else {\n this.$module.setAttribute('open', 'open')\n this.$summary.setAttribute('aria-expanded', 'true')\n this.$content.style.display = ''\n }\n\n return true\n}\n\n/**\n * Handle cross-modal click events\n *\n * @deprecated Will be made private in v5.0\n * @param {polyfillHandleInputsCallback} callback - function\n */\nDetails.prototype.polyfillHandleInputs = function (callback) {\n this.$summary.addEventListener('keypress', function (event) {\n var $target = event.target\n // When the key gets pressed - check if it is enter or space\n if (event.keyCode === KEY_ENTER || event.keyCode === KEY_SPACE) {\n if ($target instanceof HTMLElement && $target.nodeName.toLowerCase() === 'summary') {\n // Prevent space from scrolling the page\n // and enter from submitting a form\n event.preventDefault()\n // Click to let the click event do all the necessary action\n if ($target.click) {\n $target.click()\n } else {\n // except Safari 5.1 and under don't support .click() here\n callback(event)\n }\n }\n }\n })\n\n // Prevent keyup to prevent clicking twice in Firefox when using space key\n this.$summary.addEventListener('keyup', function (event) {\n var $target = event.target\n if (event.keyCode === KEY_SPACE) {\n if ($target instanceof HTMLElement && $target.nodeName.toLowerCase() === 'summary') {\n event.preventDefault()\n }\n }\n })\n\n this.$summary.addEventListener('click', callback)\n}\n\nexport default Details\n\n/**\n * @callback polyfillHandleInputsCallback\n * @param {UIEvent} event - Keyboard or mouse event\n * @returns {void}\n */\n"],"names":[],"mappings":"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"}
@@ -1,233 +0,0 @@
1
- import { mergeConfigs } from '../../common/index.mjs';
2
- import { normaliseDataset } from '../../common/normalise-dataset.mjs';
3
- import '../../vendor/polyfills/Element/prototype/closest.mjs';
4
- import '../../vendor/polyfills/Event.mjs';
5
- import '../../vendor/polyfills/Function/prototype/bind.mjs';
6
-
7
- /* eslint-disable es-x/no-function-prototype-bind -- Polyfill imported */
8
-
9
- /**
10
- * JavaScript enhancements for the ErrorSummary
11
- *
12
- * Takes focus on initialisation for accessible announcement, unless disabled in configuration.
13
- *
14
- * @class
15
- * @param {Element} $module - HTML element to use for error summary
16
- * @param {ErrorSummaryConfig} [config] - Error summary config
17
- */
18
- function ErrorSummary ($module, config) {
19
- // Some consuming code may not be passing a module,
20
- // for example if they initialise the component
21
- // on their own by directly passing the result
22
- // of `document.querySelector`.
23
- // To avoid breaking further JavaScript initialisation
24
- // we need to safeguard against this so things keep
25
- // working the same now we read the elements data attributes
26
- if (!($module instanceof HTMLElement)) {
27
- // Little safety in case code gets ported as-is
28
- // into and ES6 class constructor, where the return value matters
29
- return this
30
- }
31
-
32
- /** @deprecated Will be made private in v5.0 */
33
- this.$module = $module;
34
-
35
- var defaultConfig = {
36
- disableAutoFocus: false
37
- };
38
-
39
- /**
40
- * @deprecated Will be made private in v5.0
41
- * @type {ErrorSummaryConfig}
42
- */
43
- this.config = mergeConfigs(
44
- defaultConfig,
45
- config || {},
46
- normaliseDataset($module.dataset)
47
- );
48
- }
49
-
50
- /**
51
- * Initialise component
52
- */
53
- ErrorSummary.prototype.init = function () {
54
- // Check that required elements are present
55
- if (!this.$module) {
56
- return
57
- }
58
-
59
- var $module = this.$module;
60
-
61
- this.setFocus();
62
- $module.addEventListener('click', this.handleClick.bind(this));
63
- };
64
-
65
- /**
66
- * Focus the error summary
67
- *
68
- * @deprecated Will be made private in v5.0
69
- */
70
- ErrorSummary.prototype.setFocus = function () {
71
- var $module = this.$module;
72
-
73
- if (this.config.disableAutoFocus) {
74
- return
75
- }
76
-
77
- // Set tabindex to -1 to make the element programmatically focusable, but
78
- // remove it on blur as the error summary doesn't need to be focused again.
79
- $module.setAttribute('tabindex', '-1');
80
-
81
- $module.addEventListener('blur', function () {
82
- $module.removeAttribute('tabindex');
83
- });
84
-
85
- $module.focus();
86
- };
87
-
88
- /**
89
- * Click event handler
90
- *
91
- * @deprecated Will be made private in v5.0
92
- * @param {MouseEvent} event - Click event
93
- */
94
- ErrorSummary.prototype.handleClick = function (event) {
95
- var $target = event.target;
96
- if (this.focusTarget($target)) {
97
- event.preventDefault();
98
- }
99
- };
100
-
101
- /**
102
- * Focus the target element
103
- *
104
- * By default, the browser will scroll the target into view. Because our labels
105
- * or legends appear above the input, this means the user will be presented with
106
- * an input without any context, as the label or legend will be off the top of
107
- * the screen.
108
- *
109
- * Manually handling the click event, scrolling the question into view and then
110
- * focussing the element solves this.
111
- *
112
- * This also results in the label and/or legend being announced correctly in
113
- * NVDA (as tested in 2018.3.2) - without this only the field type is announced
114
- * (e.g. "Edit, has autocomplete").
115
- *
116
- * @deprecated Will be made private in v5.0
117
- * @param {EventTarget} $target - Event target
118
- * @returns {boolean} True if the target was able to be focussed
119
- */
120
- ErrorSummary.prototype.focusTarget = function ($target) {
121
- // If the element that was clicked was not a link, return early
122
- if (!($target instanceof HTMLAnchorElement)) {
123
- return false
124
- }
125
-
126
- var inputId = this.getFragmentFromUrl($target.href);
127
- if (!inputId) {
128
- return false
129
- }
130
-
131
- var $input = document.getElementById(inputId);
132
- if (!$input) {
133
- return false
134
- }
135
-
136
- var $legendOrLabel = this.getAssociatedLegendOrLabel($input);
137
- if (!$legendOrLabel) {
138
- return false
139
- }
140
-
141
- // Scroll the legend or label into view *before* calling focus on the input to
142
- // avoid extra scrolling in browsers that don't support `preventScroll` (which
143
- // at time of writing is most of them...)
144
- $legendOrLabel.scrollIntoView();
145
- $input.focus({ preventScroll: true });
146
-
147
- return true
148
- };
149
-
150
- /**
151
- * Get fragment from URL
152
- *
153
- * Extract the fragment (everything after the hash) from a URL, but not including
154
- * the hash.
155
- *
156
- * @deprecated Will be made private in v5.0
157
- * @param {string} url - URL
158
- * @returns {string | undefined} Fragment from URL, without the hash
159
- */
160
- ErrorSummary.prototype.getFragmentFromUrl = function (url) {
161
- if (url.indexOf('#') === -1) {
162
- return undefined
163
- }
164
-
165
- return url.split('#').pop()
166
- };
167
-
168
- /**
169
- * Get associated legend or label
170
- *
171
- * Returns the first element that exists from this list:
172
- *
173
- * - The `<legend>` associated with the closest `<fieldset>` ancestor, as long
174
- * as the top of it is no more than half a viewport height away from the
175
- * bottom of the input
176
- * - The first `<label>` that is associated with the input using for="inputId"
177
- * - The closest parent `<label>`
178
- *
179
- * @deprecated Will be made private in v5.0
180
- * @param {Element} $input - The input
181
- * @returns {Element | null} Associated legend or label, or null if no associated
182
- * legend or label can be found
183
- */
184
- ErrorSummary.prototype.getAssociatedLegendOrLabel = function ($input) {
185
- var $fieldset = $input.closest('fieldset');
186
-
187
- if ($fieldset) {
188
- var $legends = $fieldset.getElementsByTagName('legend');
189
-
190
- if ($legends.length) {
191
- var $candidateLegend = $legends[0];
192
-
193
- // If the input type is radio or checkbox, always use the legend if there
194
- // is one.
195
- if ($input instanceof HTMLInputElement && ($input.type === 'checkbox' || $input.type === 'radio')) {
196
- return $candidateLegend
197
- }
198
-
199
- // For other input types, only scroll to the fieldset’s legend (instead of
200
- // the label associated with the input) if the input would end up in the
201
- // top half of the screen.
202
- //
203
- // This should avoid situations where the input either ends up off the
204
- // screen, or obscured by a software keyboard.
205
- var legendTop = $candidateLegend.getBoundingClientRect().top;
206
- var inputRect = $input.getBoundingClientRect();
207
-
208
- // If the browser doesn't support Element.getBoundingClientRect().height
209
- // or window.innerHeight (like IE8), bail and just link to the label.
210
- if (inputRect.height && window.innerHeight) {
211
- var inputBottom = inputRect.top + inputRect.height;
212
-
213
- if (inputBottom - legendTop < window.innerHeight / 2) {
214
- return $candidateLegend
215
- }
216
- }
217
- }
218
- }
219
-
220
- return document.querySelector("label[for='" + $input.getAttribute('id') + "']") ||
221
- $input.closest('label')
222
- };
223
-
224
- /**
225
- * Error summary config
226
- *
227
- * @typedef {object} ErrorSummaryConfig
228
- * @property {boolean} [disableAutoFocus = false] - If set to `true` the error
229
- * summary will not be focussed when the page loads.
230
- */
231
-
232
- export default ErrorSummary;
233
- //# sourceMappingURL=components/error-summary/error-summary.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"error-summary.mjs","sources":["../../../../src/govuk/components/error-summary/error-summary.mjs"],"sourcesContent":["/* eslint-disable es-x/no-function-prototype-bind -- Polyfill imported */\n\nimport { mergeConfigs } from '../../common/index.mjs'\nimport { normaliseDataset } from '../../common/normalise-dataset.mjs'\nimport '../../vendor/polyfills/Element/prototype/closest.mjs'\nimport '../../vendor/polyfills/Event.mjs' // addEventListener, event.target normalization and DOMContentLoaded\nimport '../../vendor/polyfills/Function/prototype/bind.mjs'\n\n/**\n * JavaScript enhancements for the ErrorSummary\n *\n * Takes focus on initialisation for accessible announcement, unless disabled in configuration.\n *\n * @class\n * @param {Element} $module - HTML element to use for error summary\n * @param {ErrorSummaryConfig} [config] - Error summary config\n */\nfunction ErrorSummary ($module, config) {\n // Some consuming code may not be passing a module,\n // for example if they initialise the component\n // on their own by directly passing the result\n // of `document.querySelector`.\n // To avoid breaking further JavaScript initialisation\n // we need to safeguard against this so things keep\n // working the same now we read the elements data attributes\n if (!($module instanceof HTMLElement)) {\n // Little safety in case code gets ported as-is\n // into and ES6 class constructor, where the return value matters\n return this\n }\n\n /** @deprecated Will be made private in v5.0 */\n this.$module = $module\n\n var defaultConfig = {\n disableAutoFocus: false\n }\n\n /**\n * @deprecated Will be made private in v5.0\n * @type {ErrorSummaryConfig}\n */\n this.config = mergeConfigs(\n defaultConfig,\n config || {},\n normaliseDataset($module.dataset)\n )\n}\n\n/**\n * Initialise component\n */\nErrorSummary.prototype.init = function () {\n // Check that required elements are present\n if (!this.$module) {\n return\n }\n\n var $module = this.$module\n\n this.setFocus()\n $module.addEventListener('click', this.handleClick.bind(this))\n}\n\n/**\n * Focus the error summary\n *\n * @deprecated Will be made private in v5.0\n */\nErrorSummary.prototype.setFocus = function () {\n var $module = this.$module\n\n if (this.config.disableAutoFocus) {\n return\n }\n\n // Set tabindex to -1 to make the element programmatically focusable, but\n // remove it on blur as the error summary doesn't need to be focused again.\n $module.setAttribute('tabindex', '-1')\n\n $module.addEventListener('blur', function () {\n $module.removeAttribute('tabindex')\n })\n\n $module.focus()\n}\n\n/**\n * Click event handler\n *\n * @deprecated Will be made private in v5.0\n * @param {MouseEvent} event - Click event\n */\nErrorSummary.prototype.handleClick = function (event) {\n var $target = event.target\n if (this.focusTarget($target)) {\n event.preventDefault()\n }\n}\n\n/**\n * Focus the target element\n *\n * By default, the browser will scroll the target into view. Because our labels\n * or legends appear above the input, this means the user will be presented with\n * an input without any context, as the label or legend will be off the top of\n * the screen.\n *\n * Manually handling the click event, scrolling the question into view and then\n * focussing the element solves this.\n *\n * This also results in the label and/or legend being announced correctly in\n * NVDA (as tested in 2018.3.2) - without this only the field type is announced\n * (e.g. \"Edit, has autocomplete\").\n *\n * @deprecated Will be made private in v5.0\n * @param {EventTarget} $target - Event target\n * @returns {boolean} True if the target was able to be focussed\n */\nErrorSummary.prototype.focusTarget = function ($target) {\n // If the element that was clicked was not a link, return early\n if (!($target instanceof HTMLAnchorElement)) {\n return false\n }\n\n var inputId = this.getFragmentFromUrl($target.href)\n if (!inputId) {\n return false\n }\n\n var $input = document.getElementById(inputId)\n if (!$input) {\n return false\n }\n\n var $legendOrLabel = this.getAssociatedLegendOrLabel($input)\n if (!$legendOrLabel) {\n return false\n }\n\n // Scroll the legend or label into view *before* calling focus on the input to\n // avoid extra scrolling in browsers that don't support `preventScroll` (which\n // at time of writing is most of them...)\n $legendOrLabel.scrollIntoView()\n $input.focus({ preventScroll: true })\n\n return true\n}\n\n/**\n * Get fragment from URL\n *\n * Extract the fragment (everything after the hash) from a URL, but not including\n * the hash.\n *\n * @deprecated Will be made private in v5.0\n * @param {string} url - URL\n * @returns {string | undefined} Fragment from URL, without the hash\n */\nErrorSummary.prototype.getFragmentFromUrl = function (url) {\n if (url.indexOf('#') === -1) {\n return undefined\n }\n\n return url.split('#').pop()\n}\n\n/**\n * Get associated legend or label\n *\n * Returns the first element that exists from this list:\n *\n * - The `<legend>` associated with the closest `<fieldset>` ancestor, as long\n * as the top of it is no more than half a viewport height away from the\n * bottom of the input\n * - The first `<label>` that is associated with the input using for=\"inputId\"\n * - The closest parent `<label>`\n *\n * @deprecated Will be made private in v5.0\n * @param {Element} $input - The input\n * @returns {Element | null} Associated legend or label, or null if no associated\n * legend or label can be found\n */\nErrorSummary.prototype.getAssociatedLegendOrLabel = function ($input) {\n var $fieldset = $input.closest('fieldset')\n\n if ($fieldset) {\n var $legends = $fieldset.getElementsByTagName('legend')\n\n if ($legends.length) {\n var $candidateLegend = $legends[0]\n\n // If the input type is radio or checkbox, always use the legend if there\n // is one.\n if ($input instanceof HTMLInputElement && ($input.type === 'checkbox' || $input.type === 'radio')) {\n return $candidateLegend\n }\n\n // For other input types, only scroll to the fieldset’s legend (instead of\n // the label associated with the input) if the input would end up in the\n // top half of the screen.\n //\n // This should avoid situations where the input either ends up off the\n // screen, or obscured by a software keyboard.\n var legendTop = $candidateLegend.getBoundingClientRect().top\n var inputRect = $input.getBoundingClientRect()\n\n // If the browser doesn't support Element.getBoundingClientRect().height\n // or window.innerHeight (like IE8), bail and just link to the label.\n if (inputRect.height && window.innerHeight) {\n var inputBottom = inputRect.top + inputRect.height\n\n if (inputBottom - legendTop < window.innerHeight / 2) {\n return $candidateLegend\n }\n }\n }\n }\n\n return document.querySelector(\"label[for='\" + $input.getAttribute('id') + \"']\") ||\n $input.closest('label')\n}\n\nexport default ErrorSummary\n\n/**\n * Error summary config\n *\n * @typedef {object} ErrorSummaryConfig\n * @property {boolean} [disableAutoFocus = false] - If set to `true` the error\n * summary will not be focussed when the page loads.\n */\n"],"names":[],"mappings":"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"}