govuk_publishing_components 39.2.5 → 40.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1416) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/config/govuk_publishing_components_manifest.js +2 -2
  3. data/app/assets/config/govuk_publishing_components_sassc-rails_manifest.js +2 -2
  4. data/app/assets/javascripts/govuk_publishing_components/analytics/external-link-tracker.js +1 -1
  5. data/app/assets/javascripts/govuk_publishing_components/analytics-ga4/ga4-ecommerce-tracker.js +1 -1
  6. data/app/assets/javascripts/govuk_publishing_components/analytics-ga4/ga4-specialist-link-tracker.js +1 -1
  7. data/app/assets/javascripts/govuk_publishing_components/components/accordion.js +5 -7
  8. data/app/assets/javascripts/govuk_publishing_components/components/button.js +1 -1
  9. data/app/assets/javascripts/govuk_publishing_components/components/character-count.js +1 -1
  10. data/app/assets/javascripts/govuk_publishing_components/components/checkboxes.js +1 -2
  11. data/app/assets/javascripts/govuk_publishing_components/components/details.js +1 -3
  12. data/app/assets/javascripts/govuk_publishing_components/components/error-summary.js +1 -1
  13. data/app/assets/javascripts/govuk_publishing_components/components/layout-header.js +1 -1
  14. data/app/assets/javascripts/govuk_publishing_components/components/layout-super-navigation-header.js +1 -1
  15. data/app/assets/javascripts/govuk_publishing_components/components/option-select.js +1 -1
  16. data/app/assets/javascripts/govuk_publishing_components/components/radio.js +1 -1
  17. data/app/assets/javascripts/govuk_publishing_components/components/skip-link.js +1 -1
  18. data/app/assets/javascripts/govuk_publishing_components/components/step-by-step-nav.js +1 -1
  19. data/app/assets/javascripts/govuk_publishing_components/components/tabs.js +1 -1
  20. data/app/assets/javascripts/govuk_publishing_components/lib/govspeak/magna-charta.js +1 -1
  21. data/app/assets/javascripts/govuk_publishing_components/lib/toggle-input-class-on-focus.js +1 -1
  22. data/app/assets/javascripts/govuk_publishing_components/vendor/polyfills-govuk-frontend-v4/DOMTokenList.js +273 -0
  23. data/app/assets/javascripts/govuk_publishing_components/vendor/polyfills-govuk-frontend-v4/Date/now.js +21 -0
  24. data/app/assets/javascripts/govuk_publishing_components/vendor/polyfills-govuk-frontend-v4/Document.js +34 -0
  25. data/app/assets/javascripts/govuk_publishing_components/vendor/polyfills-govuk-frontend-v4/Element/prototype/classList.js +592 -0
  26. data/app/assets/javascripts/govuk_publishing_components/vendor/polyfills-govuk-frontend-v4/Element/prototype/closest.js +57 -0
  27. data/app/assets/javascripts/govuk_publishing_components/vendor/polyfills-govuk-frontend-v4/Element/prototype/dataset.js +303 -0
  28. data/app/assets/javascripts/govuk_publishing_components/vendor/polyfills-govuk-frontend-v4/Element/prototype/matches.js +32 -0
  29. data/app/assets/javascripts/govuk_publishing_components/vendor/polyfills-govuk-frontend-v4/Element/prototype/nextElementSibling.js +257 -0
  30. data/app/assets/javascripts/govuk_publishing_components/vendor/polyfills-govuk-frontend-v4/Element/prototype/previousElementSibling.js +257 -0
  31. data/app/assets/javascripts/govuk_publishing_components/vendor/polyfills-govuk-frontend-v4/Element.js +148 -0
  32. data/app/assets/javascripts/govuk_publishing_components/vendor/polyfills-govuk-frontend-v4/Event.js +506 -0
  33. data/app/assets/javascripts/govuk_publishing_components/vendor/polyfills-govuk-frontend-v4/Function/prototype/bind.js +253 -0
  34. data/app/assets/javascripts/govuk_publishing_components/vendor/polyfills-govuk-frontend-v4/Object/defineProperty.js +94 -0
  35. data/app/assets/javascripts/govuk_publishing_components/vendor/polyfills-govuk-frontend-v4/String/prototype/trim.js +22 -0
  36. data/app/assets/javascripts/govuk_publishing_components/vendor/polyfills-govuk-frontend-v4/Window.js +28 -0
  37. data/app/assets/stylesheets/component_guide/application.scss +1 -4
  38. data/app/assets/stylesheets/govuk_publishing_components/_all_components.scss +0 -3
  39. data/app/assets/stylesheets/govuk_publishing_components/_individual_component_support.scss +0 -2
  40. data/app/assets/stylesheets/govuk_publishing_components/components/_attachment.scss +1 -1
  41. data/app/assets/stylesheets/govuk_publishing_components/components/_checkboxes.scss +3 -2
  42. data/app/assets/stylesheets/govuk_publishing_components/components/_contextual-sidebar.scss +1 -1
  43. data/app/assets/stylesheets/govuk_publishing_components/components/_document-list.scss +2 -2
  44. data/app/assets/stylesheets/govuk_publishing_components/components/_govspeak-html-publication.scss +3 -3
  45. data/app/assets/stylesheets/govuk_publishing_components/components/_image-card.scss +2 -2
  46. data/app/assets/stylesheets/govuk_publishing_components/components/_intervention.scss +1 -1
  47. data/app/assets/stylesheets/govuk_publishing_components/components/_layout-header.scss +8 -8
  48. data/app/assets/stylesheets/govuk_publishing_components/components/_layout-super-navigation-header.scss +1 -0
  49. data/app/assets/stylesheets/govuk_publishing_components/components/_related-navigation.scss +1 -1
  50. data/app/assets/stylesheets/govuk_publishing_components/components/_step-by-step-nav-header.scss +1 -1
  51. data/app/assets/stylesheets/govuk_publishing_components/components/_step-by-step-nav.scss +5 -5
  52. data/app/assets/stylesheets/govuk_publishing_components/components/_subscription-links.scss +1 -1
  53. data/app/assets/stylesheets/govuk_publishing_components/components/_table.scss +3 -3
  54. data/app/assets/stylesheets/govuk_publishing_components/components/_warning-text.scss +5 -1
  55. data/app/assets/stylesheets/govuk_publishing_components/components/govspeak/_advisory.scss +1 -1
  56. data/app/assets/stylesheets/govuk_publishing_components/components/govspeak/_attachment.scss +2 -2
  57. data/app/assets/stylesheets/govuk_publishing_components/components/govspeak/_call-to-action.scss +1 -1
  58. data/app/assets/stylesheets/govuk_publishing_components/components/govspeak/_contact.scss +1 -1
  59. data/app/assets/stylesheets/govuk_publishing_components/components/govspeak/_example.scss +1 -1
  60. data/app/assets/stylesheets/govuk_publishing_components/components/govspeak/_footnotes.scss +1 -1
  61. data/app/assets/stylesheets/govuk_publishing_components/components/govspeak/_information-callout.scss +1 -1
  62. data/app/assets/stylesheets/govuk_publishing_components/components/govspeak/_place.scss +1 -1
  63. data/app/assets/stylesheets/govuk_publishing_components/components/govspeak/_tables.scss +1 -1
  64. data/app/assets/stylesheets/govuk_publishing_components/govuk_frontend_support.scss +2 -2
  65. data/app/views/govuk_publishing_components/components/_accordion.html.erb +0 -1
  66. data/app/views/govuk_publishing_components/components/_details.html.erb +2 -2
  67. data/app/views/govuk_publishing_components/components/_layout_for_admin.html.erb +4 -0
  68. data/app/views/govuk_publishing_components/components/_layout_for_public.html.erb +7 -6
  69. data/app/views/govuk_publishing_components/components/_layout_super_navigation_header.html.erb +5 -38
  70. data/app/views/govuk_publishing_components/components/_modal_dialogue.html.erb +0 -1
  71. data/app/views/govuk_publishing_components/components/_phase_banner.html.erb +1 -1
  72. data/app/views/govuk_publishing_components/components/_warning_text.html.erb +1 -1
  73. data/app/views/govuk_publishing_components/components/docs/accordion.yml +1 -2
  74. data/app/views/govuk_publishing_components/components/docs/layout_for_admin.yml +9 -0
  75. data/app/views/govuk_publishing_components/components/layout_for_public/_header_logo.html.erb +41 -0
  76. data/app/views/govuk_publishing_components/components/layout_header/_header_logo.html.erb +14 -16
  77. data/config/initializers/assets.rb +3 -3
  78. data/lib/govuk_publishing_components/config.rb +3 -0
  79. data/lib/govuk_publishing_components/version.rb +1 -1
  80. data/node_modules/govuk-frontend/README.md +11 -8
  81. data/node_modules/govuk-frontend/dist/govuk/_base.scss +5 -0
  82. data/node_modules/govuk-frontend/dist/govuk/_base.scss.map +1 -0
  83. data/node_modules/govuk-frontend/dist/govuk/all.bundle.js +2168 -0
  84. data/node_modules/govuk-frontend/dist/govuk/all.bundle.js.map +1 -0
  85. data/node_modules/govuk-frontend/dist/govuk/all.bundle.mjs +2148 -0
  86. data/node_modules/govuk-frontend/dist/govuk/all.bundle.mjs.map +1 -0
  87. data/node_modules/govuk-frontend/dist/govuk/all.mjs +78 -0
  88. data/node_modules/govuk-frontend/dist/govuk/all.mjs.map +1 -0
  89. data/node_modules/govuk-frontend/dist/govuk/all.scss +11 -0
  90. data/node_modules/govuk-frontend/dist/govuk/all.scss.map +1 -0
  91. data/node_modules/govuk-frontend/dist/govuk/assets/images/favicon.svg +1 -0
  92. data/node_modules/govuk-frontend/dist/govuk/assets/images/govuk-icon-192.png +0 -0
  93. data/node_modules/govuk-frontend/dist/govuk/assets/images/govuk-icon-512.png +0 -0
  94. data/node_modules/govuk-frontend/dist/govuk/assets/images/govuk-icon-mask.svg +1 -0
  95. data/node_modules/govuk-frontend/dist/govuk/assets/manifest.json +39 -0
  96. data/node_modules/govuk-frontend/dist/govuk/common/closest-attribute-value.mjs +7 -0
  97. data/node_modules/govuk-frontend/dist/govuk/common/closest-attribute-value.mjs.map +1 -0
  98. data/node_modules/govuk-frontend/dist/govuk/common/govuk-frontend-version.mjs +4 -0
  99. data/node_modules/govuk-frontend/dist/govuk/common/govuk-frontend-version.mjs.map +1 -0
  100. data/node_modules/govuk-frontend/dist/govuk/common/index.mjs +119 -0
  101. data/node_modules/govuk-frontend/dist/govuk/common/index.mjs.map +1 -0
  102. data/node_modules/govuk-frontend/dist/govuk/common/normalise-dataset.mjs +26 -0
  103. data/node_modules/govuk-frontend/dist/govuk/common/normalise-dataset.mjs.map +1 -0
  104. data/node_modules/govuk-frontend/dist/govuk/components/_all.scss +38 -0
  105. data/node_modules/govuk-frontend/dist/govuk/components/_all.scss.map +1 -0
  106. data/node_modules/govuk-frontend/dist/govuk/components/accordion/_accordion.scss +4 -0
  107. data/node_modules/govuk-frontend/dist/govuk/components/accordion/_accordion.scss.map +1 -0
  108. data/node_modules/govuk-frontend/dist/govuk/components/accordion/_index.scss +366 -0
  109. data/node_modules/govuk-frontend/dist/govuk/components/accordion/_index.scss.map +1 -0
  110. data/node_modules/govuk-frontend/dist/govuk/components/accordion/accordion.bundle.js +675 -0
  111. data/node_modules/govuk-frontend/dist/govuk/components/accordion/accordion.bundle.js.map +1 -0
  112. data/node_modules/govuk-frontend/dist/govuk/components/accordion/accordion.bundle.mjs +667 -0
  113. data/node_modules/govuk-frontend/dist/govuk/components/accordion/accordion.bundle.mjs.map +1 -0
  114. data/node_modules/govuk-frontend/dist/govuk/components/accordion/accordion.mjs +354 -0
  115. data/node_modules/govuk-frontend/dist/govuk/components/accordion/accordion.mjs.map +1 -0
  116. data/node_modules/govuk-frontend/dist/govuk/components/accordion/fixtures.json +359 -0
  117. data/node_modules/govuk-frontend/dist/govuk/components/accordion/macro-options.json +142 -0
  118. data/node_modules/govuk-frontend/dist/govuk/components/accordion/template-default.html +30 -0
  119. data/node_modules/govuk-frontend/dist/govuk/components/accordion/template-with-additional-descriptions.html +39 -0
  120. data/node_modules/govuk-frontend/dist/govuk/components/accordion/template-with-all-sections-already-open.html +30 -0
  121. data/node_modules/govuk-frontend/dist/govuk/components/accordion/template-with-focusable-elements-inside.html +26 -0
  122. data/node_modules/govuk-frontend/dist/govuk/components/accordion/template-with-long-content-and-description.html +36 -0
  123. data/node_modules/govuk-frontend/dist/govuk/components/accordion/template-with-one-section-open.html +30 -0
  124. data/node_modules/govuk-frontend/dist/govuk/components/accordion/template-with-translations.html +30 -0
  125. data/node_modules/govuk-frontend/dist/govuk/components/accordion/template.njk +66 -0
  126. data/node_modules/govuk-frontend/dist/govuk/components/back-link/_back-link.scss +4 -0
  127. data/node_modules/govuk-frontend/dist/govuk/components/back-link/_back-link.scss.map +1 -0
  128. data/node_modules/govuk-frontend/dist/govuk/components/back-link/_index.scss +83 -0
  129. data/node_modules/govuk-frontend/dist/govuk/components/back-link/_index.scss.map +1 -0
  130. data/node_modules/govuk-frontend/dist/govuk/components/back-link/fixtures.json +87 -0
  131. data/node_modules/govuk-frontend/dist/govuk/components/back-link/macro-options.json +32 -0
  132. data/node_modules/govuk-frontend/dist/govuk/components/back-link/template-default.html +1 -0
  133. data/node_modules/govuk-frontend/dist/govuk/components/back-link/template-inverse.html +1 -0
  134. data/node_modules/govuk-frontend/dist/govuk/components/back-link/template-with-custom-text.html +1 -0
  135. data/node_modules/govuk-frontend/dist/govuk/components/back-link/template.njk +2 -0
  136. data/node_modules/govuk-frontend/dist/govuk/components/breadcrumbs/_breadcrumbs.scss +4 -0
  137. data/node_modules/govuk-frontend/dist/govuk/components/breadcrumbs/_breadcrumbs.scss.map +1 -0
  138. data/node_modules/govuk-frontend/dist/govuk/components/breadcrumbs/_index.scss +134 -0
  139. data/node_modules/govuk-frontend/dist/govuk/components/breadcrumbs/_index.scss.map +1 -0
  140. data/node_modules/govuk-frontend/dist/govuk/components/breadcrumbs/fixtures.json +240 -0
  141. data/node_modules/govuk-frontend/dist/govuk/components/breadcrumbs/macro-options.json +52 -0
  142. data/node_modules/govuk-frontend/dist/govuk/components/breadcrumbs/template-default.html +10 -0
  143. data/node_modules/govuk-frontend/dist/govuk/components/breadcrumbs/template-inverse.html +11 -0
  144. data/node_modules/govuk-frontend/dist/govuk/components/breadcrumbs/template-with-collapse-on-mobile.html +13 -0
  145. data/node_modules/govuk-frontend/dist/govuk/components/breadcrumbs/template-with-last-breadcrumb-as-current-page.html +11 -0
  146. data/node_modules/govuk-frontend/dist/govuk/components/breadcrumbs/template-with-multiple-levels.html +16 -0
  147. data/node_modules/govuk-frontend/dist/govuk/components/breadcrumbs/template-with-one-level.html +7 -0
  148. data/node_modules/govuk-frontend/dist/govuk/components/breadcrumbs/template-without-the-home-section.html +10 -0
  149. data/node_modules/govuk-frontend/dist/govuk/components/breadcrumbs/template.njk +28 -0
  150. data/node_modules/govuk-frontend/dist/govuk/components/button/_button.scss +4 -0
  151. data/node_modules/govuk-frontend/dist/govuk/components/button/_button.scss.map +1 -0
  152. data/node_modules/govuk-frontend/dist/govuk/components/button/_index.scss +262 -0
  153. data/node_modules/govuk-frontend/dist/govuk/components/button/_index.scss.map +1 -0
  154. data/node_modules/govuk-frontend/dist/govuk/components/button/button.bundle.js +194 -0
  155. data/node_modules/govuk-frontend/dist/govuk/components/button/button.bundle.js.map +1 -0
  156. data/node_modules/govuk-frontend/dist/govuk/components/button/button.bundle.mjs +186 -0
  157. data/node_modules/govuk-frontend/dist/govuk/components/button/button.bundle.mjs.map +1 -0
  158. data/node_modules/govuk-frontend/dist/govuk/components/button/button.mjs +73 -0
  159. data/node_modules/govuk-frontend/dist/govuk/components/button/button.mjs.map +1 -0
  160. data/node_modules/govuk-frontend/dist/govuk/components/button/fixtures.json +474 -0
  161. data/node_modules/govuk-frontend/dist/govuk/components/button/macro-options.json +80 -0
  162. data/node_modules/govuk-frontend/dist/govuk/components/button/template-default.html +3 -0
  163. data/node_modules/govuk-frontend/dist/govuk/components/button/template-disabled.html +3 -0
  164. data/node_modules/govuk-frontend/dist/govuk/components/button/template-input-disabled.html +1 -0
  165. data/node_modules/govuk-frontend/dist/govuk/components/button/template-input.html +1 -0
  166. data/node_modules/govuk-frontend/dist/govuk/components/button/template-inverse-disabled.html +3 -0
  167. data/node_modules/govuk-frontend/dist/govuk/components/button/template-inverse-link.html +3 -0
  168. data/node_modules/govuk-frontend/dist/govuk/components/button/template-inverse-start.html +6 -0
  169. data/node_modules/govuk-frontend/dist/govuk/components/button/template-inverse.html +3 -0
  170. data/node_modules/govuk-frontend/dist/govuk/components/button/template-link.html +3 -0
  171. data/node_modules/govuk-frontend/dist/govuk/components/button/template-prevent-double-click.html +3 -0
  172. data/node_modules/govuk-frontend/dist/govuk/components/button/template-secondary-disabled.html +3 -0
  173. data/node_modules/govuk-frontend/dist/govuk/components/button/template-secondary-link.html +3 -0
  174. data/node_modules/govuk-frontend/dist/govuk/components/button/template-secondary.html +3 -0
  175. data/node_modules/govuk-frontend/dist/govuk/components/button/template-start-link.html +6 -0
  176. data/node_modules/govuk-frontend/dist/govuk/components/button/template-start.html +6 -0
  177. data/node_modules/govuk-frontend/dist/govuk/components/button/template-warning-disabled.html +3 -0
  178. data/node_modules/govuk-frontend/dist/govuk/components/button/template-warning-link.html +3 -0
  179. data/node_modules/govuk-frontend/dist/govuk/components/button/template-warning.html +3 -0
  180. data/node_modules/govuk-frontend/dist/govuk/components/button/template-with-active-state.html +3 -0
  181. data/node_modules/govuk-frontend/dist/govuk/components/button/template-with-focus-state.html +3 -0
  182. data/node_modules/govuk-frontend/dist/govuk/components/button/template-with-hover-state.html +3 -0
  183. data/node_modules/govuk-frontend/dist/govuk/components/button/template.njk +56 -0
  184. data/node_modules/govuk-frontend/dist/govuk/components/character-count/_character-count.scss +4 -0
  185. data/node_modules/govuk-frontend/dist/govuk/components/character-count/_character-count.scss.map +1 -0
  186. data/node_modules/govuk-frontend/dist/govuk/components/character-count/_index.scss +36 -0
  187. data/node_modules/govuk-frontend/dist/govuk/components/character-count/_index.scss.map +1 -0
  188. data/node_modules/govuk-frontend/dist/govuk/components/character-count/character-count.bundle.js +639 -0
  189. data/node_modules/govuk-frontend/dist/govuk/components/character-count/character-count.bundle.js.map +1 -0
  190. data/node_modules/govuk-frontend/dist/govuk/components/character-count/character-count.bundle.mjs +631 -0
  191. data/node_modules/govuk-frontend/dist/govuk/components/character-count/character-count.bundle.mjs.map +1 -0
  192. data/node_modules/govuk-frontend/dist/govuk/components/character-count/character-count.mjs +290 -0
  193. data/node_modules/govuk-frontend/dist/govuk/components/character-count/character-count.mjs.map +1 -0
  194. data/node_modules/govuk-frontend/dist/govuk/components/character-count/fixtures.json +398 -0
  195. data/node_modules/govuk-frontend/dist/govuk/components/character-count/macro-options.json +159 -0
  196. data/node_modules/govuk-frontend/dist/govuk/components/character-count/template-default.html +12 -0
  197. data/node_modules/govuk-frontend/dist/govuk/components/character-count/template-with-custom-rows.html +12 -0
  198. data/node_modules/govuk-frontend/dist/govuk/components/character-count/template-with-custom-textarea-description.html +12 -0
  199. data/node_modules/govuk-frontend/dist/govuk/components/character-count/template-with-default-value-exceeding-limit.html +18 -0
  200. data/node_modules/govuk-frontend/dist/govuk/components/character-count/template-with-default-value.html +15 -0
  201. data/node_modules/govuk-frontend/dist/govuk/components/character-count/template-with-hint.html +15 -0
  202. data/node_modules/govuk-frontend/dist/govuk/components/character-count/template-with-label-as-page-heading.html +14 -0
  203. data/node_modules/govuk-frontend/dist/govuk/components/character-count/template-with-threshold.html +12 -0
  204. data/node_modules/govuk-frontend/dist/govuk/components/character-count/template-with-translations.html +12 -0
  205. data/node_modules/govuk-frontend/dist/govuk/components/character-count/template-with-word-count.html +12 -0
  206. data/node_modules/govuk-frontend/dist/govuk/components/character-count/template.njk +87 -0
  207. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/_checkboxes.scss +4 -0
  208. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/_checkboxes.scss.map +1 -0
  209. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/_index.scss +303 -0
  210. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/_index.scss.map +1 -0
  211. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/checkboxes.bundle.js +194 -0
  212. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/checkboxes.bundle.js.map +1 -0
  213. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/checkboxes.bundle.mjs +186 -0
  214. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/checkboxes.bundle.mjs.map +1 -0
  215. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/checkboxes.mjs +120 -0
  216. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/checkboxes.mjs.map +1 -0
  217. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/fixtures.json +1392 -0
  218. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/macro-options.json +189 -0
  219. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-default.html +22 -0
  220. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-small-with-conditional-reveal.html +26 -0
  221. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-small-with-disabled.html +27 -0
  222. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-small-with-error.html +30 -0
  223. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-small-with-hint.html +30 -0
  224. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-small-with-long-text.html +27 -0
  225. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-small.html +27 -0
  226. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-a-medium-legend.html +33 -0
  227. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-conditional-item-checked.html +42 -0
  228. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-conditional-items-with-special-characters.html +42 -0
  229. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-conditional-items.html +42 -0
  230. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-disabled-item.html +29 -0
  231. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-divider-and-none.html +35 -0
  232. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-divider-none-and-conditional-items.html +46 -0
  233. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-error-message-and-hints-on-items.html +39 -0
  234. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-error-message.html +30 -0
  235. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-fieldset-and-error-message.html +30 -0
  236. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-hints-on-items.html +29 -0
  237. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-id-and-name.html +30 -0
  238. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-legend-as-a-page-heading.html +32 -0
  239. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-optional-form-group-classes-showing-group-error.html +43 -0
  240. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-pre-checked-values.html +31 -0
  241. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-single-option-and-hint-set-aria-describedby-on-input.html +16 -0
  242. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-single-option-set-aria-describedby-on-input.html +13 -0
  243. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-very-long-option-text.html +33 -0
  244. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-without-fieldset.html +22 -0
  245. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template.njk +118 -0
  246. data/node_modules/govuk-frontend/dist/govuk/components/cookie-banner/_cookie-banner.scss +4 -0
  247. data/node_modules/govuk-frontend/dist/govuk/components/cookie-banner/_cookie-banner.scss.map +1 -0
  248. data/node_modules/govuk-frontend/dist/govuk/components/cookie-banner/_index.scss +50 -0
  249. data/node_modules/govuk-frontend/dist/govuk/components/cookie-banner/_index.scss.map +1 -0
  250. data/node_modules/govuk-frontend/dist/govuk/components/cookie-banner/fixtures.json +520 -0
  251. data/node_modules/govuk-frontend/dist/govuk/components/cookie-banner/macro-options.json +132 -0
  252. data/node_modules/govuk-frontend/dist/govuk/components/cookie-banner/template-accepted-confirmation-banner.html +16 -0
  253. data/node_modules/govuk-frontend/dist/govuk/components/cookie-banner/template-client-side-implementation.html +51 -0
  254. data/node_modules/govuk-frontend/dist/govuk/components/cookie-banner/template-default.html +21 -0
  255. data/node_modules/govuk-frontend/dist/govuk/components/cookie-banner/template-rejected-confirmation-banner.html +16 -0
  256. data/node_modules/govuk-frontend/dist/govuk/components/cookie-banner/template-with-html.html +23 -0
  257. data/node_modules/govuk-frontend/dist/govuk/components/cookie-banner/template.njk +64 -0
  258. data/node_modules/govuk-frontend/dist/govuk/components/date-input/_date-input.scss +4 -0
  259. data/node_modules/govuk-frontend/dist/govuk/components/date-input/_date-input.scss.map +1 -0
  260. data/node_modules/govuk-frontend/dist/govuk/components/date-input/_index.scss +28 -0
  261. data/node_modules/govuk-frontend/dist/govuk/components/date-input/_index.scss.map +1 -0
  262. data/node_modules/govuk-frontend/dist/govuk/components/date-input/fixtures.json +657 -0
  263. data/node_modules/govuk-frontend/dist/govuk/components/date-input/macro-options.json +123 -0
  264. data/node_modules/govuk-frontend/dist/govuk/components/date-input/template-complete-question.html +36 -0
  265. data/node_modules/govuk-frontend/dist/govuk/components/date-input/template-day-and-month.html +28 -0
  266. data/node_modules/govuk-frontend/dist/govuk/components/date-input/template-default.html +28 -0
  267. data/node_modules/govuk-frontend/dist/govuk/components/date-input/template-month-and-year.html +28 -0
  268. data/node_modules/govuk-frontend/dist/govuk/components/date-input/template-with-autocomplete-values.html +36 -0
  269. data/node_modules/govuk-frontend/dist/govuk/components/date-input/template-with-default-items.html +36 -0
  270. data/node_modules/govuk-frontend/dist/govuk/components/date-input/template-with-error-on-day-input.html +39 -0
  271. data/node_modules/govuk-frontend/dist/govuk/components/date-input/template-with-error-on-month-input.html +39 -0
  272. data/node_modules/govuk-frontend/dist/govuk/components/date-input/template-with-error-on-year-input.html +39 -0
  273. data/node_modules/govuk-frontend/dist/govuk/components/date-input/template-with-errors-and-hint.html +39 -0
  274. data/node_modules/govuk-frontend/dist/govuk/components/date-input/template-with-errors-only.html +36 -0
  275. data/node_modules/govuk-frontend/dist/govuk/components/date-input/template-with-input-attributes.html +36 -0
  276. data/node_modules/govuk-frontend/dist/govuk/components/date-input/template-with-optional-form-group-classes.html +36 -0
  277. data/node_modules/govuk-frontend/dist/govuk/components/date-input/template.njk +99 -0
  278. data/node_modules/govuk-frontend/dist/govuk/components/details/_details.scss +4 -0
  279. data/node_modules/govuk-frontend/dist/govuk/components/details/_details.scss.map +1 -0
  280. data/node_modules/govuk-frontend/dist/govuk/components/details/_index.scss +134 -0
  281. data/node_modules/govuk-frontend/dist/govuk/components/details/_index.scss.map +1 -0
  282. data/node_modules/govuk-frontend/dist/govuk/components/details/fixtures.json +123 -0
  283. data/node_modules/govuk-frontend/dist/govuk/components/details/implementation.md +87 -0
  284. data/node_modules/govuk-frontend/dist/govuk/components/details/template-default.html +10 -0
  285. data/node_modules/govuk-frontend/dist/govuk/components/details/template-expanded.html +10 -0
  286. data/node_modules/govuk-frontend/dist/govuk/components/details/template-with-html.html +18 -0
  287. data/node_modules/govuk-frontend/dist/govuk/components/details/template.njk +10 -0
  288. data/node_modules/govuk-frontend/dist/govuk/components/error-message/_error-message.scss +4 -0
  289. data/node_modules/govuk-frontend/dist/govuk/components/error-message/_error-message.scss.map +1 -0
  290. data/node_modules/govuk-frontend/dist/govuk/components/error-message/_index.scss +14 -0
  291. data/node_modules/govuk-frontend/dist/govuk/components/error-message/_index.scss.map +1 -0
  292. data/node_modules/govuk-frontend/dist/govuk/components/error-message/fixtures.json +104 -0
  293. data/node_modules/govuk-frontend/dist/govuk/components/error-message/macro-options.json +38 -0
  294. data/node_modules/govuk-frontend/dist/govuk/components/error-message/template-default.html +3 -0
  295. data/node_modules/govuk-frontend/dist/govuk/components/error-message/template-translated.html +3 -0
  296. data/node_modules/govuk-frontend/dist/govuk/components/error-message/template.njk +10 -0
  297. data/node_modules/govuk-frontend/dist/govuk/components/error-summary/_error-summary.scss +4 -0
  298. data/node_modules/govuk-frontend/dist/govuk/components/error-summary/_error-summary.scss.map +1 -0
  299. data/node_modules/govuk-frontend/dist/govuk/components/error-summary/_index.scss +45 -0
  300. data/node_modules/govuk-frontend/dist/govuk/components/error-summary/_index.scss.map +1 -0
  301. data/node_modules/govuk-frontend/dist/govuk/components/error-summary/error-summary.bundle.js +253 -0
  302. data/node_modules/govuk-frontend/dist/govuk/components/error-summary/error-summary.bundle.js.map +1 -0
  303. data/node_modules/govuk-frontend/dist/govuk/components/error-summary/error-summary.bundle.mjs +245 -0
  304. data/node_modules/govuk-frontend/dist/govuk/components/error-summary/error-summary.bundle.mjs.map +1 -0
  305. data/node_modules/govuk-frontend/dist/govuk/components/error-summary/error-summary.mjs +102 -0
  306. data/node_modules/govuk-frontend/dist/govuk/components/error-summary/error-summary.mjs.map +1 -0
  307. data/node_modules/govuk-frontend/dist/govuk/components/error-summary/fixtures.json +296 -0
  308. data/node_modules/govuk-frontend/dist/govuk/components/error-summary/macro-options.json +82 -0
  309. data/node_modules/govuk-frontend/dist/govuk/components/error-summary/template-default.html +17 -0
  310. data/node_modules/govuk-frontend/dist/govuk/components/error-summary/template-mixed-with-and-without-links.html +17 -0
  311. data/node_modules/govuk-frontend/dist/govuk/components/error-summary/template-with-everything.html +20 -0
  312. data/node_modules/govuk-frontend/dist/govuk/components/error-summary/template-without-links.html +14 -0
  313. data/node_modules/govuk-frontend/dist/govuk/components/error-summary/template.njk +32 -0
  314. data/node_modules/govuk-frontend/dist/govuk/components/exit-this-page/_exit-this-page.scss +4 -0
  315. data/node_modules/govuk-frontend/dist/govuk/components/exit-this-page/_exit-this-page.scss.map +1 -0
  316. data/node_modules/govuk-frontend/dist/govuk/components/exit-this-page/_index.scss +92 -0
  317. data/node_modules/govuk-frontend/dist/govuk/components/exit-this-page/_index.scss.map +1 -0
  318. data/node_modules/govuk-frontend/dist/govuk/components/exit-this-page/exit-this-page.bundle.js +545 -0
  319. data/node_modules/govuk-frontend/dist/govuk/components/exit-this-page/exit-this-page.bundle.js.map +1 -0
  320. data/node_modules/govuk-frontend/dist/govuk/components/exit-this-page/exit-this-page.bundle.mjs +537 -0
  321. data/node_modules/govuk-frontend/dist/govuk/components/exit-this-page/exit-this-page.bundle.mjs.map +1 -0
  322. data/node_modules/govuk-frontend/dist/govuk/components/exit-this-page/exit-this-page.mjs +224 -0
  323. data/node_modules/govuk-frontend/dist/govuk/components/exit-this-page/exit-this-page.mjs.map +1 -0
  324. data/node_modules/govuk-frontend/dist/govuk/components/exit-this-page/fixtures.json +58 -0
  325. data/node_modules/govuk-frontend/dist/govuk/components/exit-this-page/macro-options.json +62 -0
  326. data/node_modules/govuk-frontend/dist/govuk/components/exit-this-page/template-default.html +5 -0
  327. data/node_modules/govuk-frontend/dist/govuk/components/exit-this-page/template-translated.html +5 -0
  328. data/node_modules/govuk-frontend/dist/govuk/components/exit-this-page/template.njk +23 -0
  329. data/node_modules/govuk-frontend/dist/govuk/components/fieldset/_fieldset.scss +4 -0
  330. data/node_modules/govuk-frontend/dist/govuk/components/fieldset/_fieldset.scss.map +1 -0
  331. data/node_modules/govuk-frontend/dist/govuk/components/fieldset/_index.scss +71 -0
  332. data/node_modules/govuk-frontend/dist/govuk/components/fieldset/_index.scss.map +1 -0
  333. data/node_modules/govuk-frontend/dist/govuk/components/fieldset/fixtures.json +242 -0
  334. data/node_modules/govuk-frontend/dist/govuk/components/fieldset/macro-options.json +70 -0
  335. data/node_modules/govuk-frontend/dist/govuk/components/fieldset/template-as-page-heading-l.html +7 -0
  336. data/node_modules/govuk-frontend/dist/govuk/components/fieldset/template-as-page-heading-m.html +7 -0
  337. data/node_modules/govuk-frontend/dist/govuk/components/fieldset/template-as-page-heading-s.html +7 -0
  338. data/node_modules/govuk-frontend/dist/govuk/components/fieldset/template-as-page-heading-without-class.html +7 -0
  339. data/node_modules/govuk-frontend/dist/govuk/components/fieldset/template-as-page-heading-xl.html +7 -0
  340. data/node_modules/govuk-frontend/dist/govuk/components/fieldset/template-default.html +5 -0
  341. data/node_modules/govuk-frontend/dist/govuk/components/fieldset/template-styled-as-large-text.html +5 -0
  342. data/node_modules/govuk-frontend/dist/govuk/components/fieldset/template-styled-as-medium-text.html +5 -0
  343. data/node_modules/govuk-frontend/dist/govuk/components/fieldset/template-styled-as-small-text.html +5 -0
  344. data/node_modules/govuk-frontend/dist/govuk/components/fieldset/template-styled-as-xl-text.html +5 -0
  345. data/node_modules/govuk-frontend/dist/govuk/components/fieldset/template.njk +22 -0
  346. data/node_modules/govuk-frontend/dist/govuk/components/file-upload/_file-upload.scss +4 -0
  347. data/node_modules/govuk-frontend/dist/govuk/components/file-upload/_file-upload.scss.map +1 -0
  348. data/node_modules/govuk-frontend/dist/govuk/components/file-upload/_index.scss +52 -0
  349. data/node_modules/govuk-frontend/dist/govuk/components/file-upload/_index.scss.map +1 -0
  350. data/node_modules/govuk-frontend/dist/govuk/components/file-upload/fixtures.json +225 -0
  351. data/node_modules/govuk-frontend/dist/govuk/components/file-upload/macro-options.json +85 -0
  352. data/node_modules/govuk-frontend/dist/govuk/components/file-upload/template-default.html +6 -0
  353. data/node_modules/govuk-frontend/dist/govuk/components/file-upload/template-with-error-message-and-hint.html +12 -0
  354. data/node_modules/govuk-frontend/dist/govuk/components/file-upload/template-with-hint-text.html +9 -0
  355. data/node_modules/govuk-frontend/dist/govuk/components/file-upload/template-with-label-as-page-heading.html +8 -0
  356. data/node_modules/govuk-frontend/dist/govuk/components/file-upload/template-with-optional-form-group-classes.html +6 -0
  357. data/node_modules/govuk-frontend/dist/govuk/components/file-upload/template-with-value.html +6 -0
  358. data/node_modules/govuk-frontend/dist/govuk/components/file-upload/template.njk +45 -0
  359. data/node_modules/govuk-frontend/dist/govuk/components/footer/_footer.scss +4 -0
  360. data/node_modules/govuk-frontend/dist/govuk/components/footer/_footer.scss.map +1 -0
  361. data/node_modules/govuk-frontend/dist/govuk/components/footer/_index.scss +152 -0
  362. data/node_modules/govuk-frontend/dist/govuk/components/footer/_index.scss.map +1 -0
  363. data/node_modules/govuk-frontend/dist/govuk/components/footer/fixtures.json +691 -0
  364. data/node_modules/govuk-frontend/dist/govuk/components/footer/macro-options.json +164 -0
  365. data/node_modules/govuk-frontend/dist/govuk/components/footer/template-default.html +37 -0
  366. data/node_modules/govuk-frontend/dist/govuk/components/footer/template-full-gds-example.html +211 -0
  367. data/node_modules/govuk-frontend/dist/govuk/components/footer/template-three-equal-columns.html +145 -0
  368. data/node_modules/govuk-frontend/dist/govuk/components/footer/template-with-custom-html-content-licence-and-copyright-notice.html +32 -0
  369. data/node_modules/govuk-frontend/dist/govuk/components/footer/template-with-custom-meta.html +41 -0
  370. data/node_modules/govuk-frontend/dist/govuk/components/footer/template-with-custom-text-content-licence-and-copyright-notice.html +32 -0
  371. data/node_modules/govuk-frontend/dist/govuk/components/footer/template-with-default-width-navigation-one-column.html +75 -0
  372. data/node_modules/govuk-frontend/dist/govuk/components/footer/template-with-default-width-navigation-two-columns.html +75 -0
  373. data/node_modules/govuk-frontend/dist/govuk/components/footer/template-with-meta-links-and-meta-content.html +83 -0
  374. data/node_modules/govuk-frontend/dist/govuk/components/footer/template-with-meta.html +55 -0
  375. data/node_modules/govuk-frontend/dist/govuk/components/footer/template-with-navigation.html +95 -0
  376. data/node_modules/govuk-frontend/dist/govuk/components/footer/template.njk +93 -0
  377. data/node_modules/govuk-frontend/dist/govuk/components/header/_header.scss +4 -0
  378. data/node_modules/govuk-frontend/dist/govuk/components/header/_header.scss.map +1 -0
  379. data/node_modules/govuk-frontend/dist/govuk/components/header/_index.scss +346 -0
  380. data/node_modules/govuk-frontend/dist/govuk/components/header/_index.scss.map +1 -0
  381. data/node_modules/govuk-frontend/dist/govuk/components/header/fixtures.json +504 -0
  382. data/node_modules/govuk-frontend/dist/govuk/components/header/header.bundle.js +178 -0
  383. data/node_modules/govuk-frontend/dist/govuk/components/header/header.bundle.js.map +1 -0
  384. data/node_modules/govuk-frontend/dist/govuk/components/header/header.bundle.mjs +170 -0
  385. data/node_modules/govuk-frontend/dist/govuk/components/header/header.bundle.mjs.map +1 -0
  386. data/node_modules/govuk-frontend/dist/govuk/components/header/header.mjs +97 -0
  387. data/node_modules/govuk-frontend/dist/govuk/components/header/header.mjs.map +1 -0
  388. data/node_modules/govuk-frontend/dist/govuk/components/header/macro-options.json +112 -0
  389. data/node_modules/govuk-frontend/dist/govuk/components/header/template-default.html +24 -0
  390. data/node_modules/govuk-frontend/dist/govuk/components/header/template-full-width-with-navigation.html +50 -0
  391. data/node_modules/govuk-frontend/dist/govuk/components/header/template-full-width.html +27 -0
  392. data/node_modules/govuk-frontend/dist/govuk/components/header/template-navigation-item-with-html.html +50 -0
  393. data/node_modules/govuk-frontend/dist/govuk/components/header/template-navigation-item-with-text-without-link.html +44 -0
  394. data/node_modules/govuk-frontend/dist/govuk/components/header/template-with-custom-menu-button-label.html +52 -0
  395. data/node_modules/govuk-frontend/dist/govuk/components/header/template-with-custom-menu-button-text.html +52 -0
  396. data/node_modules/govuk-frontend/dist/govuk/components/header/template-with-custom-navigation-label.html +52 -0
  397. data/node_modules/govuk-frontend/dist/govuk/components/header/template-with-large-navigation.html +112 -0
  398. data/node_modules/govuk-frontend/dist/govuk/components/header/template-with-navigation.html +52 -0
  399. data/node_modules/govuk-frontend/dist/govuk/components/header/template-with-product-name.html +27 -0
  400. data/node_modules/govuk-frontend/dist/govuk/components/header/template-with-service-name-and-navigation.html +55 -0
  401. data/node_modules/govuk-frontend/dist/govuk/components/header/template-with-service-name-but-no-service-url.html +29 -0
  402. data/node_modules/govuk-frontend/dist/govuk/components/header/template-with-service-name.html +29 -0
  403. data/node_modules/govuk-frontend/dist/govuk/components/header/template-with-tudor-crown.html +24 -0
  404. data/node_modules/govuk-frontend/dist/govuk/components/header/template.njk +91 -0
  405. data/node_modules/govuk-frontend/dist/govuk/components/hint/_hint.scss +4 -0
  406. data/node_modules/govuk-frontend/dist/govuk/components/hint/_hint.scss.map +1 -0
  407. data/node_modules/govuk-frontend/dist/govuk/components/hint/_index.scss +45 -0
  408. data/node_modules/govuk-frontend/dist/govuk/components/hint/_index.scss.map +1 -0
  409. data/node_modules/govuk-frontend/dist/govuk/components/hint/fixtures.json +71 -0
  410. data/node_modules/govuk-frontend/dist/govuk/components/hint/template-default.html +5 -0
  411. data/node_modules/govuk-frontend/dist/govuk/components/hint/template-with-html.html +4 -0
  412. data/node_modules/govuk-frontend/dist/govuk/components/hint/template.njk +4 -0
  413. data/node_modules/govuk-frontend/dist/govuk/components/input/_index.scss +165 -0
  414. data/node_modules/govuk-frontend/dist/govuk/components/input/_index.scss.map +1 -0
  415. data/node_modules/govuk-frontend/dist/govuk/components/input/_input.scss +4 -0
  416. data/node_modules/govuk-frontend/dist/govuk/components/input/_input.scss.map +1 -0
  417. data/node_modules/govuk-frontend/dist/govuk/components/input/fixtures.json +724 -0
  418. data/node_modules/govuk-frontend/dist/govuk/components/input/macro-options.json +179 -0
  419. data/node_modules/govuk-frontend/dist/govuk/components/input/template-default.html +6 -0
  420. data/node_modules/govuk-frontend/dist/govuk/components/input/template-with-autocomplete-attribute.html +6 -0
  421. data/node_modules/govuk-frontend/dist/govuk/components/input/template-with-error-message.html +12 -0
  422. data/node_modules/govuk-frontend/dist/govuk/components/input/template-with-extra-letter-spacing.html +6 -0
  423. data/node_modules/govuk-frontend/dist/govuk/components/input/template-with-hint-text.html +9 -0
  424. data/node_modules/govuk-frontend/dist/govuk/components/input/template-with-label-as-page-heading.html +8 -0
  425. data/node_modules/govuk-frontend/dist/govuk/components/input/template-with-optional-form-group-classes.html +6 -0
  426. data/node_modules/govuk-frontend/dist/govuk/components/input/template-with-pattern-attribute.html +6 -0
  427. data/node_modules/govuk-frontend/dist/govuk/components/input/template-with-prefix-and-long-suffix.html +10 -0
  428. data/node_modules/govuk-frontend/dist/govuk/components/input/template-with-prefix-and-suffix-and-error.html +13 -0
  429. data/node_modules/govuk-frontend/dist/govuk/components/input/template-with-prefix-and-suffix-and-width-modifier.html +10 -0
  430. data/node_modules/govuk-frontend/dist/govuk/components/input/template-with-prefix-and-suffix.html +10 -0
  431. data/node_modules/govuk-frontend/dist/govuk/components/input/template-with-prefix.html +9 -0
  432. data/node_modules/govuk-frontend/dist/govuk/components/input/template-with-spellcheck-disabled.html +6 -0
  433. data/node_modules/govuk-frontend/dist/govuk/components/input/template-with-spellcheck-enabled.html +6 -0
  434. data/node_modules/govuk-frontend/dist/govuk/components/input/template-with-suffix.html +9 -0
  435. data/node_modules/govuk-frontend/dist/govuk/components/input/template-with-width-10-class.html +9 -0
  436. data/node_modules/govuk-frontend/dist/govuk/components/input/template-with-width-2-class.html +9 -0
  437. data/node_modules/govuk-frontend/dist/govuk/components/input/template-with-width-20-class.html +9 -0
  438. data/node_modules/govuk-frontend/dist/govuk/components/input/template-with-width-3-class.html +9 -0
  439. data/node_modules/govuk-frontend/dist/govuk/components/input/template-with-width-30-class.html +9 -0
  440. data/node_modules/govuk-frontend/dist/govuk/components/input/template-with-width-4-class.html +9 -0
  441. data/node_modules/govuk-frontend/dist/govuk/components/input/template-with-width-5-class.html +9 -0
  442. data/node_modules/govuk-frontend/dist/govuk/components/input/template.njk +76 -0
  443. data/node_modules/govuk-frontend/dist/govuk/components/inset-text/_index.scss +26 -0
  444. data/node_modules/govuk-frontend/dist/govuk/components/inset-text/_index.scss.map +1 -0
  445. data/node_modules/govuk-frontend/dist/govuk/components/inset-text/_inset-text.scss +4 -0
  446. data/node_modules/govuk-frontend/dist/govuk/components/inset-text/_inset-text.scss.map +1 -0
  447. data/node_modules/govuk-frontend/dist/govuk/components/inset-text/fixtures.json +70 -0
  448. data/node_modules/govuk-frontend/dist/govuk/components/inset-text/macro-options.json +38 -0
  449. data/node_modules/govuk-frontend/dist/govuk/components/inset-text/template-default.html +3 -0
  450. data/node_modules/govuk-frontend/dist/govuk/components/inset-text/template-with-html.html +12 -0
  451. data/node_modules/govuk-frontend/dist/govuk/components/inset-text/template.njk +4 -0
  452. data/node_modules/govuk-frontend/dist/govuk/components/label/_index.scss +46 -0
  453. data/node_modules/govuk-frontend/dist/govuk/components/label/_index.scss.map +1 -0
  454. data/node_modules/govuk-frontend/dist/govuk/components/label/_label.scss +4 -0
  455. data/node_modules/govuk-frontend/dist/govuk/components/label/_label.scss.map +1 -0
  456. data/node_modules/govuk-frontend/dist/govuk/components/label/fixtures.json +193 -0
  457. data/node_modules/govuk-frontend/dist/govuk/components/label/template-as-page-heading-l.html +5 -0
  458. data/node_modules/govuk-frontend/dist/govuk/components/label/template-as-page-heading-m.html +5 -0
  459. data/node_modules/govuk-frontend/dist/govuk/components/label/template-as-page-heading-s.html +5 -0
  460. data/node_modules/govuk-frontend/dist/govuk/components/label/template-as-page-heading-without-class.html +5 -0
  461. data/node_modules/govuk-frontend/dist/govuk/components/label/template-as-page-heading-xl.html +5 -0
  462. data/node_modules/govuk-frontend/dist/govuk/components/label/template-default.html +3 -0
  463. data/node_modules/govuk-frontend/dist/govuk/components/label/template-styled-as-large-text.html +3 -0
  464. data/node_modules/govuk-frontend/dist/govuk/components/label/template-styled-as-medium-text.html +3 -0
  465. data/node_modules/govuk-frontend/dist/govuk/components/label/template-styled-as-small-text.html +3 -0
  466. data/node_modules/govuk-frontend/dist/govuk/components/label/template-styled-as-xl-text.html +3 -0
  467. data/node_modules/govuk-frontend/dist/govuk/components/label/template-with-bold-text.html +3 -0
  468. data/node_modules/govuk-frontend/dist/govuk/components/label/template.njk +17 -0
  469. data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/_index.scss +92 -0
  470. data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/_index.scss.map +1 -0
  471. data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/_notification-banner.scss +4 -0
  472. data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/_notification-banner.scss.map +1 -0
  473. data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/fixtures.json +270 -0
  474. data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/macro-options.json +74 -0
  475. data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/notification-banner.bundle.js +195 -0
  476. data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/notification-banner.bundle.js.map +1 -0
  477. data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/notification-banner.bundle.mjs +187 -0
  478. data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/notification-banner.bundle.mjs.map +1 -0
  479. data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/notification-banner.mjs +50 -0
  480. data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/notification-banner.mjs.map +1 -0
  481. data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/template-auto-focus-disabled-with-type-as-success.html +9 -0
  482. data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/template-auto-focus-explicitly-enabled-with-type-as-success.html +9 -0
  483. data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/template-custom-tabindex.html +9 -0
  484. data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/template-default.html +9 -0
  485. data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/template-paragraph-as-html-heading.html +9 -0
  486. data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/template-rolealert-overridden-to-roleregion-with-type-as-success.html +9 -0
  487. data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/template-success-with-custom-html.html +15 -0
  488. data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/template-with-a-list.html +15 -0
  489. data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/template-with-long-heading.html +9 -0
  490. data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/template-with-lots-of-content.html +16 -0
  491. data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/template-with-text-as-html.html +12 -0
  492. data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/template-with-type-as-success.html +9 -0
  493. data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/template.njk +45 -0
  494. data/node_modules/govuk-frontend/dist/govuk/components/pagination/_index.scss +241 -0
  495. data/node_modules/govuk-frontend/dist/govuk/components/pagination/_index.scss.map +1 -0
  496. data/node_modules/govuk-frontend/dist/govuk/components/pagination/_pagination.scss +4 -0
  497. data/node_modules/govuk-frontend/dist/govuk/components/pagination/_pagination.scss.map +1 -0
  498. data/node_modules/govuk-frontend/dist/govuk/components/pagination/fixtures.json +396 -0
  499. data/node_modules/govuk-frontend/dist/govuk/components/pagination/macro-options.json +140 -0
  500. data/node_modules/govuk-frontend/dist/govuk/components/pagination/template-default.html +24 -0
  501. data/node_modules/govuk-frontend/dist/govuk/components/pagination/template-first-page.html +17 -0
  502. data/node_modules/govuk-frontend/dist/govuk/components/pagination/template-last-page.html +20 -0
  503. data/node_modules/govuk-frontend/dist/govuk/components/pagination/template-with-custom-accessible-labels-on-item-links.html +24 -0
  504. data/node_modules/govuk-frontend/dist/govuk/components/pagination/template-with-custom-link-and-item-text.html +24 -0
  505. data/node_modules/govuk-frontend/dist/govuk/components/pagination/template-with-custom-navigation-landmark.html +24 -0
  506. data/node_modules/govuk-frontend/dist/govuk/components/pagination/template-with-many-pages.html +40 -0
  507. data/node_modules/govuk-frontend/dist/govuk/components/pagination/template-with-next-only.html +5 -0
  508. data/node_modules/govuk-frontend/dist/govuk/components/pagination/template-with-prev-and-next-only-and-labels.html +14 -0
  509. data/node_modules/govuk-frontend/dist/govuk/components/pagination/template-with-prev-and-next-only-and-very-long-labels.html +14 -0
  510. data/node_modules/govuk-frontend/dist/govuk/components/pagination/template-with-prev-and-next-only-in-a-different-language.html +12 -0
  511. data/node_modules/govuk-frontend/dist/govuk/components/pagination/template-with-prev-and-next-only.html +12 -0
  512. data/node_modules/govuk-frontend/dist/govuk/components/pagination/template-with-previous-only.html +8 -0
  513. data/node_modules/govuk-frontend/dist/govuk/components/pagination/template.njk +70 -0
  514. data/node_modules/govuk-frontend/dist/govuk/components/panel/_index.scss +54 -0
  515. data/node_modules/govuk-frontend/dist/govuk/components/panel/_index.scss.map +1 -0
  516. data/node_modules/govuk-frontend/dist/govuk/components/panel/_panel.scss +4 -0
  517. data/node_modules/govuk-frontend/dist/govuk/components/panel/_panel.scss.map +1 -0
  518. data/node_modules/govuk-frontend/dist/govuk/components/panel/fixtures.json +109 -0
  519. data/node_modules/govuk-frontend/dist/govuk/components/panel/template-custom-heading-level.html +8 -0
  520. data/node_modules/govuk-frontend/dist/govuk/components/panel/template-default.html +8 -0
  521. data/node_modules/govuk-frontend/dist/govuk/components/panel/template.njk +13 -0
  522. data/node_modules/govuk-frontend/dist/govuk/components/phase-banner/_index.scss +38 -0
  523. data/node_modules/govuk-frontend/dist/govuk/components/phase-banner/_index.scss.map +1 -0
  524. data/node_modules/govuk-frontend/dist/govuk/components/phase-banner/_phase-banner.scss +4 -0
  525. data/node_modules/govuk-frontend/dist/govuk/components/phase-banner/_phase-banner.scss.map +1 -0
  526. data/node_modules/govuk-frontend/dist/govuk/components/phase-banner/fixtures.json +90 -0
  527. data/node_modules/govuk-frontend/dist/govuk/components/phase-banner/macro-options.json +33 -0
  528. data/node_modules/govuk-frontend/dist/govuk/components/phase-banner/template-default.html +10 -0
  529. data/node_modules/govuk-frontend/dist/govuk/components/phase-banner/template.njk +15 -0
  530. data/node_modules/govuk-frontend/dist/govuk/components/radios/_index.scss +323 -0
  531. data/node_modules/govuk-frontend/dist/govuk/components/radios/_index.scss.map +1 -0
  532. data/node_modules/govuk-frontend/dist/govuk/components/radios/_radios.scss +4 -0
  533. data/node_modules/govuk-frontend/dist/govuk/components/radios/_radios.scss.map +1 -0
  534. data/node_modules/govuk-frontend/dist/govuk/components/radios/fixtures.json +1384 -0
  535. data/node_modules/govuk-frontend/dist/govuk/components/radios/macro-options.json +171 -0
  536. data/node_modules/govuk-frontend/dist/govuk/components/radios/radios.bundle.js +171 -0
  537. data/node_modules/govuk-frontend/dist/govuk/components/radios/radios.bundle.js.map +1 -0
  538. data/node_modules/govuk-frontend/dist/govuk/components/radios/radios.bundle.mjs +163 -0
  539. data/node_modules/govuk-frontend/dist/govuk/components/radios/radios.bundle.mjs.map +1 -0
  540. data/node_modules/govuk-frontend/dist/govuk/components/radios/radios.mjs +97 -0
  541. data/node_modules/govuk-frontend/dist/govuk/components/radios/radios.mjs.map +1 -0
  542. data/node_modules/govuk-frontend/dist/govuk/components/radios/template-default.html +19 -0
  543. data/node_modules/govuk-frontend/dist/govuk/components/radios/template-inline.html +24 -0
  544. data/node_modules/govuk-frontend/dist/govuk/components/radios/template-prechecked-using-value.html +16 -0
  545. data/node_modules/govuk-frontend/dist/govuk/components/radios/template-prechecked.html +19 -0
  546. data/node_modules/govuk-frontend/dist/govuk/components/radios/template-small-inline-extreme.html +69 -0
  547. data/node_modules/govuk-frontend/dist/govuk/components/radios/template-small-inline.html +27 -0
  548. data/node_modules/govuk-frontend/dist/govuk/components/radios/template-small-with-a-divider.html +27 -0
  549. data/node_modules/govuk-frontend/dist/govuk/components/radios/template-small-with-conditional-reveal.html +32 -0
  550. data/node_modules/govuk-frontend/dist/govuk/components/radios/template-small-with-disabled.html +27 -0
  551. data/node_modules/govuk-frontend/dist/govuk/components/radios/template-small-with-error.html +30 -0
  552. data/node_modules/govuk-frontend/dist/govuk/components/radios/template-small-with-hint.html +30 -0
  553. data/node_modules/govuk-frontend/dist/govuk/components/radios/template-small-with-long-text.html +27 -0
  554. data/node_modules/govuk-frontend/dist/govuk/components/radios/template-small.html +27 -0
  555. data/node_modules/govuk-frontend/dist/govuk/components/radios/template-with-a-divider.html +27 -0
  556. data/node_modules/govuk-frontend/dist/govuk/components/radios/template-with-a-medium-legend.html +24 -0
  557. data/node_modules/govuk-frontend/dist/govuk/components/radios/template-with-conditional-item-checked.html +42 -0
  558. data/node_modules/govuk-frontend/dist/govuk/components/radios/template-with-conditional-items-and-pre-checked-value.html +42 -0
  559. data/node_modules/govuk-frontend/dist/govuk/components/radios/template-with-conditional-items-with-special-characters.html +42 -0
  560. data/node_modules/govuk-frontend/dist/govuk/components/radios/template-with-conditional-items.html +42 -0
  561. data/node_modules/govuk-frontend/dist/govuk/components/radios/template-with-disabled.html +29 -0
  562. data/node_modules/govuk-frontend/dist/govuk/components/radios/template-with-fieldset-and-error-message.html +24 -0
  563. data/node_modules/govuk-frontend/dist/govuk/components/radios/template-with-hints-on-items.html +29 -0
  564. data/node_modules/govuk-frontend/dist/govuk/components/radios/template-with-idprefix.html +16 -0
  565. data/node_modules/govuk-frontend/dist/govuk/components/radios/template-with-legend-as-page-heading.html +26 -0
  566. data/node_modules/govuk-frontend/dist/govuk/components/radios/template-with-optional-form-group-classes-showing-group-error.html +43 -0
  567. data/node_modules/govuk-frontend/dist/govuk/components/radios/template-with-very-long-option-text.html +33 -0
  568. data/node_modules/govuk-frontend/dist/govuk/components/radios/template-without-fieldset.html +22 -0
  569. data/node_modules/govuk-frontend/dist/govuk/components/radios/template.njk +111 -0
  570. data/node_modules/govuk-frontend/dist/govuk/components/select/_index.scss +59 -0
  571. data/node_modules/govuk-frontend/dist/govuk/components/select/_index.scss.map +1 -0
  572. data/node_modules/govuk-frontend/dist/govuk/components/select/_select.scss +4 -0
  573. data/node_modules/govuk-frontend/dist/govuk/components/select/_select.scss.map +1 -0
  574. data/node_modules/govuk-frontend/dist/govuk/components/select/fixtures.json +532 -0
  575. data/node_modules/govuk-frontend/dist/govuk/components/select/macro-options.json +123 -0
  576. data/node_modules/govuk-frontend/dist/govuk/components/select/template-default.html +13 -0
  577. data/node_modules/govuk-frontend/dist/govuk/components/select/template-with-full-width-override.html +13 -0
  578. data/node_modules/govuk-frontend/dist/govuk/components/select/template-with-hint-text-and-error-message.html +19 -0
  579. data/node_modules/govuk-frontend/dist/govuk/components/select/template-with-label-as-page-heading.html +15 -0
  580. data/node_modules/govuk-frontend/dist/govuk/components/select/template-with-no-items.html +7 -0
  581. data/node_modules/govuk-frontend/dist/govuk/components/select/template-with-optional-form-group-classes.html +13 -0
  582. data/node_modules/govuk-frontend/dist/govuk/components/select/template-with-selected-value.html +13 -0
  583. data/node_modules/govuk-frontend/dist/govuk/components/select/template.njk +56 -0
  584. data/node_modules/govuk-frontend/dist/govuk/components/skip-link/_index.scss +49 -0
  585. data/node_modules/govuk-frontend/dist/govuk/components/skip-link/_index.scss.map +1 -0
  586. data/node_modules/govuk-frontend/dist/govuk/components/skip-link/_skip-link.scss +4 -0
  587. data/node_modules/govuk-frontend/dist/govuk/components/skip-link/_skip-link.scss.map +1 -0
  588. data/node_modules/govuk-frontend/dist/govuk/components/skip-link/fixtures.json +104 -0
  589. data/node_modules/govuk-frontend/dist/govuk/components/skip-link/macro-options.json +32 -0
  590. data/node_modules/govuk-frontend/dist/govuk/components/skip-link/skip-link.bundle.js +169 -0
  591. data/node_modules/govuk-frontend/dist/govuk/components/skip-link/skip-link.bundle.js.map +1 -0
  592. data/node_modules/govuk-frontend/dist/govuk/components/skip-link/skip-link.bundle.mjs +161 -0
  593. data/node_modules/govuk-frontend/dist/govuk/components/skip-link/skip-link.bundle.mjs.map +1 -0
  594. data/node_modules/govuk-frontend/dist/govuk/components/skip-link/skip-link.mjs +66 -0
  595. data/node_modules/govuk-frontend/dist/govuk/components/skip-link/skip-link.mjs.map +1 -0
  596. data/node_modules/govuk-frontend/dist/govuk/components/skip-link/template-default.html +1 -0
  597. data/node_modules/govuk-frontend/dist/govuk/components/skip-link/template-with-focus.html +1 -0
  598. data/node_modules/govuk-frontend/dist/govuk/components/skip-link/template.njk +3 -0
  599. data/node_modules/govuk-frontend/dist/govuk/components/summary-list/_index.scss +277 -0
  600. data/node_modules/govuk-frontend/dist/govuk/components/summary-list/_index.scss.map +1 -0
  601. data/node_modules/govuk-frontend/dist/govuk/components/summary-list/_summary-list.scss +4 -0
  602. data/node_modules/govuk-frontend/dist/govuk/components/summary-list/_summary-list.scss.map +1 -0
  603. data/node_modules/govuk-frontend/dist/govuk/components/summary-list/fixtures.json +1591 -0
  604. data/node_modules/govuk-frontend/dist/govuk/components/summary-list/macro-options.json +248 -0
  605. data/node_modules/govuk-frontend/dist/govuk/components/summary-list/template-as-a-summary-card-with-a-custom-header-level.html +23 -0
  606. data/node_modules/govuk-frontend/dist/govuk/components/summary-list/template-as-a-summary-card-with-a-html-header.html +23 -0
  607. data/node_modules/govuk-frontend/dist/govuk/components/summary-list/template-as-a-summary-card-with-a-text-header.html +23 -0
  608. data/node_modules/govuk-frontend/dist/govuk/components/summary-list/template-as-a-summary-card-with-actions-plus-summary-list-actions.html +32 -0
  609. data/node_modules/govuk-frontend/dist/govuk/components/summary-list/template-as-a-summary-card-with-actions.html +26 -0
  610. data/node_modules/govuk-frontend/dist/govuk/components/summary-list/template-check-your-answers.html +99 -0
  611. data/node_modules/govuk-frontend/dist/govuk/components/summary-list/template-default.html +36 -0
  612. data/node_modules/govuk-frontend/dist/govuk/components/summary-list/template-extreme.html +70 -0
  613. data/node_modules/govuk-frontend/dist/govuk/components/summary-list/template-no-border-on-last-row.html +36 -0
  614. data/node_modules/govuk-frontend/dist/govuk/components/summary-list/template-no-border.html +36 -0
  615. data/node_modules/govuk-frontend/dist/govuk/components/summary-list/template-overridden-widths.html +45 -0
  616. data/node_modules/govuk-frontend/dist/govuk/components/summary-list/template-translated.html +45 -0
  617. data/node_modules/govuk-frontend/dist/govuk/components/summary-list/template-with-actions.html +45 -0
  618. data/node_modules/govuk-frontend/dist/govuk/components/summary-list/template-with-no-first-action.html +59 -0
  619. data/node_modules/govuk-frontend/dist/govuk/components/summary-list/template-with-some-actions.html +39 -0
  620. data/node_modules/govuk-frontend/dist/govuk/components/summary-list/template.njk +91 -0
  621. data/node_modules/govuk-frontend/dist/govuk/components/table/_index.scss +65 -0
  622. data/node_modules/govuk-frontend/dist/govuk/components/table/_index.scss.map +1 -0
  623. data/node_modules/govuk-frontend/dist/govuk/components/table/_table.scss +4 -0
  624. data/node_modules/govuk-frontend/dist/govuk/components/table/_table.scss.map +1 -0
  625. data/node_modules/govuk-frontend/dist/govuk/components/table/fixtures.json +579 -0
  626. data/node_modules/govuk-frontend/dist/govuk/components/table/macro-options.json +132 -0
  627. data/node_modules/govuk-frontend/dist/govuk/components/table/template-default.html +19 -0
  628. data/node_modules/govuk-frontend/dist/govuk/components/table/template-table-with-head-and-caption.html +27 -0
  629. data/node_modules/govuk-frontend/dist/govuk/components/table/template-table-with-head.html +26 -0
  630. data/node_modules/govuk-frontend/dist/govuk/components/table/template.njk +45 -0
  631. data/node_modules/govuk-frontend/dist/govuk/components/tabs/_index.scss +134 -0
  632. data/node_modules/govuk-frontend/dist/govuk/components/tabs/_index.scss.map +1 -0
  633. data/node_modules/govuk-frontend/dist/govuk/components/tabs/_tabs.scss +4 -0
  634. data/node_modules/govuk-frontend/dist/govuk/components/tabs/_tabs.scss.map +1 -0
  635. data/node_modules/govuk-frontend/dist/govuk/components/tabs/fixtures.json +314 -0
  636. data/node_modules/govuk-frontend/dist/govuk/components/tabs/macro-options.json +84 -0
  637. data/node_modules/govuk-frontend/dist/govuk/components/tabs/tabs.bundle.js +385 -0
  638. data/node_modules/govuk-frontend/dist/govuk/components/tabs/tabs.bundle.js.map +1 -0
  639. data/node_modules/govuk-frontend/dist/govuk/components/tabs/tabs.bundle.mjs +377 -0
  640. data/node_modules/govuk-frontend/dist/govuk/components/tabs/tabs.bundle.mjs.map +1 -0
  641. data/node_modules/govuk-frontend/dist/govuk/components/tabs/tabs.mjs +298 -0
  642. data/node_modules/govuk-frontend/dist/govuk/components/tabs/tabs.mjs.map +1 -0
  643. data/node_modules/govuk-frontend/dist/govuk/components/tabs/template-default.html +120 -0
  644. data/node_modules/govuk-frontend/dist/govuk/components/tabs/template-tabs-with-anchor-in-panel.html +28 -0
  645. data/node_modules/govuk-frontend/dist/govuk/components/tabs/template.njk +36 -0
  646. data/node_modules/govuk-frontend/dist/govuk/components/tag/_index.scss +94 -0
  647. data/node_modules/govuk-frontend/dist/govuk/components/tag/_index.scss.map +1 -0
  648. data/node_modules/govuk-frontend/dist/govuk/components/tag/_tag.scss +4 -0
  649. data/node_modules/govuk-frontend/dist/govuk/components/tag/_tag.scss.map +1 -0
  650. data/node_modules/govuk-frontend/dist/govuk/components/tag/fixtures.json +159 -0
  651. data/node_modules/govuk-frontend/dist/govuk/components/tag/template-blue.html +3 -0
  652. data/node_modules/govuk-frontend/dist/govuk/components/tag/template-default.html +3 -0
  653. data/node_modules/govuk-frontend/dist/govuk/components/tag/template-green.html +3 -0
  654. data/node_modules/govuk-frontend/dist/govuk/components/tag/template-grey.html +3 -0
  655. data/node_modules/govuk-frontend/dist/govuk/components/tag/template-light-blue.html +3 -0
  656. data/node_modules/govuk-frontend/dist/govuk/components/tag/template-orange.html +3 -0
  657. data/node_modules/govuk-frontend/dist/govuk/components/tag/template-pink.html +3 -0
  658. data/node_modules/govuk-frontend/dist/govuk/components/tag/template-purple.html +3 -0
  659. data/node_modules/govuk-frontend/dist/govuk/components/tag/template-red.html +3 -0
  660. data/node_modules/govuk-frontend/dist/govuk/components/tag/template-turquoise.html +3 -0
  661. data/node_modules/govuk-frontend/dist/govuk/components/tag/template-yellow.html +3 -0
  662. data/node_modules/govuk-frontend/dist/govuk/components/tag/template.njk +3 -0
  663. data/node_modules/govuk-frontend/dist/govuk/components/task-list/README.md +15 -0
  664. data/node_modules/govuk-frontend/dist/govuk/components/task-list/_index.scss +77 -0
  665. data/node_modules/govuk-frontend/dist/govuk/components/task-list/_index.scss.map +1 -0
  666. data/node_modules/govuk-frontend/dist/govuk/components/task-list/_task-list.scss +4 -0
  667. data/node_modules/govuk-frontend/dist/govuk/components/task-list/_task-list.scss.map +1 -0
  668. data/node_modules/govuk-frontend/dist/govuk/components/task-list/fixtures.json +542 -0
  669. data/node_modules/govuk-frontend/dist/govuk/components/task-list/macro-options.json +119 -0
  670. data/node_modules/govuk-frontend/dist/govuk/components/task-list/macro.njk +3 -0
  671. data/node_modules/govuk-frontend/dist/govuk/components/task-list/template-default.html +30 -0
  672. data/node_modules/govuk-frontend/dist/govuk/components/task-list/template-example-with-3-states.html +40 -0
  673. data/node_modules/govuk-frontend/dist/govuk/components/task-list/template-example-with-all-possible-colours.html +118 -0
  674. data/node_modules/govuk-frontend/dist/govuk/components/task-list/template-example-with-hint-text-and-additional-states.html +64 -0
  675. data/node_modules/govuk-frontend/dist/govuk/components/task-list/template-example-with-very-long-single-word-tags.html +30 -0
  676. data/node_modules/govuk-frontend/dist/govuk/components/task-list/template.njk +31 -0
  677. data/node_modules/govuk-frontend/dist/govuk/components/textarea/_index.scss +50 -0
  678. data/node_modules/govuk-frontend/dist/govuk/components/textarea/_index.scss.map +1 -0
  679. data/node_modules/govuk-frontend/dist/govuk/components/textarea/_textarea.scss +4 -0
  680. data/node_modules/govuk-frontend/dist/govuk/components/textarea/_textarea.scss.map +1 -0
  681. data/node_modules/govuk-frontend/dist/govuk/components/textarea/fixtures.json +285 -0
  682. data/node_modules/govuk-frontend/dist/govuk/components/textarea/macro-options.json +103 -0
  683. data/node_modules/govuk-frontend/dist/govuk/components/textarea/template-default.html +6 -0
  684. data/node_modules/govuk-frontend/dist/govuk/components/textarea/template-with-autocomplete-attribute.html +6 -0
  685. data/node_modules/govuk-frontend/dist/govuk/components/textarea/template-with-custom-rows.html +6 -0
  686. data/node_modules/govuk-frontend/dist/govuk/components/textarea/template-with-default-value.html +9 -0
  687. data/node_modules/govuk-frontend/dist/govuk/components/textarea/template-with-error-message.html +9 -0
  688. data/node_modules/govuk-frontend/dist/govuk/components/textarea/template-with-hint.html +9 -0
  689. data/node_modules/govuk-frontend/dist/govuk/components/textarea/template-with-label-as-page-heading.html +8 -0
  690. data/node_modules/govuk-frontend/dist/govuk/components/textarea/template-with-optional-form-group-classes.html +6 -0
  691. data/node_modules/govuk-frontend/dist/govuk/components/textarea/template-with-spellcheck-disabled.html +6 -0
  692. data/node_modules/govuk-frontend/dist/govuk/components/textarea/template-with-spellcheck-enabled.html +6 -0
  693. data/node_modules/govuk-frontend/dist/govuk/components/textarea/template.njk +46 -0
  694. data/node_modules/govuk-frontend/dist/govuk/components/warning-text/_index.scss +65 -0
  695. data/node_modules/govuk-frontend/dist/govuk/components/warning-text/_index.scss.map +1 -0
  696. data/node_modules/govuk-frontend/dist/govuk/components/warning-text/_warning-text.scss +4 -0
  697. data/node_modules/govuk-frontend/dist/govuk/components/warning-text/_warning-text.scss.map +1 -0
  698. data/node_modules/govuk-frontend/dist/govuk/components/warning-text/fixtures.json +93 -0
  699. data/node_modules/govuk-frontend/dist/govuk/components/warning-text/macro-options.json +32 -0
  700. data/node_modules/govuk-frontend/dist/govuk/components/warning-text/template-default.html +7 -0
  701. data/node_modules/govuk-frontend/dist/govuk/components/warning-text/template-multiple-lines.html +7 -0
  702. data/node_modules/govuk-frontend/dist/govuk/components/warning-text/template.njk +9 -0
  703. data/node_modules/govuk-frontend/dist/govuk/core/_all.scss +8 -0
  704. data/node_modules/govuk-frontend/dist/govuk/core/_all.scss.map +1 -0
  705. data/node_modules/govuk-frontend/dist/govuk/core/_global-styles.scss +20 -0
  706. data/node_modules/govuk-frontend/dist/govuk/core/_global-styles.scss.map +1 -0
  707. data/node_modules/govuk-frontend/dist/govuk/core/_govuk-frontend-properties.scss +12 -0
  708. data/node_modules/govuk-frontend/dist/govuk/core/_govuk-frontend-properties.scss.map +1 -0
  709. data/node_modules/govuk-frontend/dist/govuk/core/_links.scss +42 -0
  710. data/node_modules/govuk-frontend/dist/govuk/core/_links.scss.map +1 -0
  711. data/node_modules/govuk-frontend/dist/govuk/core/_lists.scss +67 -0
  712. data/node_modules/govuk-frontend/dist/govuk/core/_lists.scss.map +1 -0
  713. data/node_modules/govuk-frontend/dist/govuk/core/_section-break.scss +51 -0
  714. data/node_modules/govuk-frontend/dist/govuk/core/_section-break.scss.map +1 -0
  715. data/node_modules/govuk-frontend/dist/govuk/core/_typography.scss +189 -0
  716. data/node_modules/govuk-frontend/dist/govuk/core/_typography.scss.map +1 -0
  717. data/node_modules/govuk-frontend/dist/govuk/errors/index.mjs +44 -0
  718. data/node_modules/govuk-frontend/dist/govuk/errors/index.mjs.map +1 -0
  719. data/node_modules/govuk-frontend/dist/govuk/govuk-frontend-component.mjs +16 -0
  720. data/node_modules/govuk-frontend/dist/govuk/govuk-frontend-component.mjs.map +1 -0
  721. data/node_modules/govuk-frontend/dist/govuk/govuk-frontend.min.css +3 -0
  722. data/node_modules/govuk-frontend/dist/govuk/govuk-frontend.min.css.map +1 -0
  723. data/node_modules/govuk-frontend/dist/govuk/govuk-frontend.min.js +1 -0
  724. data/node_modules/govuk-frontend/dist/govuk/govuk-frontend.min.js.map +1 -0
  725. data/node_modules/govuk-frontend/dist/govuk/helpers/_all.scss +14 -0
  726. data/node_modules/govuk-frontend/dist/govuk/helpers/_all.scss.map +1 -0
  727. data/node_modules/govuk-frontend/dist/govuk/helpers/_clearfix.scss +17 -0
  728. data/node_modules/govuk-frontend/dist/govuk/helpers/_clearfix.scss.map +1 -0
  729. data/node_modules/govuk-frontend/dist/govuk/helpers/_colour.scss +91 -0
  730. data/node_modules/govuk-frontend/dist/govuk/helpers/_colour.scss.map +1 -0
  731. data/node_modules/govuk-frontend/dist/govuk/helpers/_device-pixels.scss +38 -0
  732. data/node_modules/govuk-frontend/dist/govuk/helpers/_device-pixels.scss.map +1 -0
  733. data/node_modules/govuk-frontend/dist/govuk/helpers/_focused.scss +49 -0
  734. data/node_modules/govuk-frontend/dist/govuk/helpers/_focused.scss.map +1 -0
  735. data/node_modules/govuk-frontend/dist/govuk/helpers/_font-faces.scss +41 -0
  736. data/node_modules/govuk-frontend/dist/govuk/helpers/_font-faces.scss.map +1 -0
  737. data/node_modules/govuk-frontend/dist/govuk/helpers/_grid.scss +63 -0
  738. data/node_modules/govuk-frontend/dist/govuk/helpers/_grid.scss.map +1 -0
  739. data/node_modules/govuk-frontend/dist/govuk/helpers/_links.scss +391 -0
  740. data/node_modules/govuk-frontend/dist/govuk/helpers/_links.scss.map +1 -0
  741. data/node_modules/govuk-frontend/dist/govuk/helpers/_media-queries.scss +82 -0
  742. data/node_modules/govuk-frontend/dist/govuk/helpers/_media-queries.scss.map +1 -0
  743. data/node_modules/govuk-frontend/dist/govuk/helpers/_shape-arrow.scss +82 -0
  744. data/node_modules/govuk-frontend/dist/govuk/helpers/_shape-arrow.scss.map +1 -0
  745. data/node_modules/govuk-frontend/dist/govuk/helpers/_spacing.scss +173 -0
  746. data/node_modules/govuk-frontend/dist/govuk/helpers/_spacing.scss.map +1 -0
  747. data/node_modules/govuk-frontend/dist/govuk/helpers/_typography.scss +269 -0
  748. data/node_modules/govuk-frontend/dist/govuk/helpers/_typography.scss.map +1 -0
  749. data/node_modules/govuk-frontend/dist/govuk/helpers/_visually-hidden.scss +117 -0
  750. data/node_modules/govuk-frontend/dist/govuk/helpers/_visually-hidden.scss.map +1 -0
  751. data/node_modules/govuk-frontend/dist/govuk/i18n.mjs +189 -0
  752. data/node_modules/govuk-frontend/dist/govuk/i18n.mjs.map +1 -0
  753. data/node_modules/govuk-frontend/dist/govuk/macros/i18n.njk +21 -0
  754. data/node_modules/govuk-frontend/dist/govuk/objects/_all.scss +8 -0
  755. data/node_modules/govuk-frontend/dist/govuk/objects/_all.scss.map +1 -0
  756. data/node_modules/govuk-frontend/dist/govuk/objects/_button-group.scss +80 -0
  757. data/node_modules/govuk-frontend/dist/govuk/objects/_button-group.scss.map +1 -0
  758. data/node_modules/govuk-frontend/dist/govuk/objects/_form-group.scss +25 -0
  759. data/node_modules/govuk-frontend/dist/govuk/objects/_form-group.scss.map +1 -0
  760. data/node_modules/govuk-frontend/dist/govuk/objects/_grid.scss +26 -0
  761. data/node_modules/govuk-frontend/dist/govuk/objects/_grid.scss.map +1 -0
  762. data/node_modules/govuk-frontend/dist/govuk/objects/_main-wrapper.scss +55 -0
  763. data/node_modules/govuk-frontend/dist/govuk/objects/_main-wrapper.scss.map +1 -0
  764. data/node_modules/govuk-frontend/dist/govuk/objects/_template.scss +53 -0
  765. data/node_modules/govuk-frontend/dist/govuk/objects/_template.scss.map +1 -0
  766. data/node_modules/govuk-frontend/dist/govuk/objects/_width-container.scss +77 -0
  767. data/node_modules/govuk-frontend/dist/govuk/objects/_width-container.scss.map +1 -0
  768. data/node_modules/govuk-frontend/dist/govuk/overrides/_all.scss +7 -0
  769. data/node_modules/govuk-frontend/dist/govuk/overrides/_all.scss.map +1 -0
  770. data/node_modules/govuk-frontend/dist/govuk/overrides/_display.scss +26 -0
  771. data/node_modules/govuk-frontend/dist/govuk/overrides/_display.scss.map +1 -0
  772. data/node_modules/govuk-frontend/dist/govuk/overrides/_spacing.scss +86 -0
  773. data/node_modules/govuk-frontend/dist/govuk/overrides/_spacing.scss.map +1 -0
  774. data/node_modules/govuk-frontend/dist/govuk/overrides/_text-align.scss +16 -0
  775. data/node_modules/govuk-frontend/dist/govuk/overrides/_text-align.scss.map +1 -0
  776. data/node_modules/govuk-frontend/dist/govuk/overrides/_typography.scss +32 -0
  777. data/node_modules/govuk-frontend/dist/govuk/overrides/_typography.scss.map +1 -0
  778. data/node_modules/govuk-frontend/dist/govuk/overrides/_width.scss +48 -0
  779. data/node_modules/govuk-frontend/dist/govuk/overrides/_width.scss.map +1 -0
  780. data/node_modules/govuk-frontend/dist/govuk/settings/_all.scss +23 -0
  781. data/node_modules/govuk-frontend/dist/govuk/settings/_all.scss.map +1 -0
  782. data/node_modules/govuk-frontend/dist/govuk/settings/_assets.scss +84 -0
  783. data/node_modules/govuk-frontend/dist/govuk/settings/_assets.scss.map +1 -0
  784. data/node_modules/govuk-frontend/dist/govuk/settings/_colours-applied.scss +157 -0
  785. data/node_modules/govuk-frontend/dist/govuk/settings/_colours-applied.scss.map +1 -0
  786. data/node_modules/govuk-frontend/dist/govuk/settings/_colours-organisations.scss +148 -0
  787. data/node_modules/govuk-frontend/dist/govuk/settings/_colours-organisations.scss.map +1 -0
  788. data/node_modules/govuk-frontend/dist/govuk/settings/_colours-palette.scss +37 -0
  789. data/node_modules/govuk-frontend/dist/govuk/settings/_colours-palette.scss.map +1 -0
  790. data/node_modules/govuk-frontend/dist/govuk/settings/_global-styles.scss +15 -0
  791. data/node_modules/govuk-frontend/dist/govuk/settings/_global-styles.scss.map +1 -0
  792. data/node_modules/govuk-frontend/dist/govuk/settings/_links.scss +49 -0
  793. data/node_modules/govuk-frontend/dist/govuk/settings/_links.scss.map +1 -0
  794. data/node_modules/govuk-frontend/dist/govuk/settings/_measurements.scss +107 -0
  795. data/node_modules/govuk-frontend/dist/govuk/settings/_measurements.scss.map +1 -0
  796. data/node_modules/govuk-frontend/dist/govuk/settings/_media-queries.scss +25 -0
  797. data/node_modules/govuk-frontend/dist/govuk/settings/_media-queries.scss.map +1 -0
  798. data/node_modules/govuk-frontend/dist/govuk/settings/_spacing.scss +78 -0
  799. data/node_modules/govuk-frontend/dist/govuk/settings/_spacing.scss.map +1 -0
  800. data/node_modules/govuk-frontend/dist/govuk/settings/_typography-font.scss +52 -0
  801. data/node_modules/govuk-frontend/dist/govuk/settings/_typography-font.scss.map +1 -0
  802. data/node_modules/govuk-frontend/dist/govuk/settings/_typography-responsive.scss +163 -0
  803. data/node_modules/govuk-frontend/dist/govuk/settings/_typography-responsive.scss.map +1 -0
  804. data/node_modules/govuk-frontend/dist/govuk/settings/_warnings.scss +73 -0
  805. data/node_modules/govuk-frontend/dist/govuk/settings/_warnings.scss.map +1 -0
  806. data/node_modules/govuk-frontend/dist/govuk/template.njk +57 -0
  807. data/node_modules/govuk-frontend/dist/govuk/tools/_all.scss +7 -0
  808. data/node_modules/govuk-frontend/dist/govuk/tools/_all.scss.map +1 -0
  809. data/node_modules/govuk-frontend/dist/govuk/tools/_exports.scss +35 -0
  810. data/node_modules/govuk-frontend/dist/govuk/tools/_exports.scss.map +1 -0
  811. data/node_modules/govuk-frontend/dist/govuk/tools/_font-url.scss +28 -0
  812. data/node_modules/govuk-frontend/dist/govuk/tools/_font-url.scss.map +1 -0
  813. data/node_modules/govuk-frontend/dist/govuk/tools/_image-url.scss +28 -0
  814. data/node_modules/govuk-frontend/dist/govuk/tools/_image-url.scss.map +1 -0
  815. data/node_modules/govuk-frontend/dist/govuk/tools/_px-to-em.scss +22 -0
  816. data/node_modules/govuk-frontend/dist/govuk/tools/_px-to-em.scss.map +1 -0
  817. data/node_modules/govuk-frontend/dist/govuk/tools/_px-to-rem.scss +22 -0
  818. data/node_modules/govuk-frontend/dist/govuk/tools/_px-to-rem.scss.map +1 -0
  819. data/node_modules/govuk-frontend/dist/govuk/utilities/_all.scss +4 -0
  820. data/node_modules/govuk-frontend/dist/govuk/utilities/_all.scss.map +1 -0
  821. data/node_modules/govuk-frontend/dist/govuk/utilities/_clearfix.scss +7 -0
  822. data/node_modules/govuk-frontend/dist/govuk/utilities/_clearfix.scss.map +1 -0
  823. data/node_modules/govuk-frontend/dist/govuk/utilities/_visually-hidden.scss +11 -0
  824. data/node_modules/govuk-frontend/dist/govuk/utilities/_visually-hidden.scss.map +1 -0
  825. data/node_modules/govuk-frontend/dist/govuk/vendor/_sass-mq.scss +349 -0
  826. data/node_modules/govuk-frontend/dist/govuk/vendor/_sass-mq.scss.map +1 -0
  827. data/node_modules/govuk-frontend/dist/govuk-prototype-kit/init.js +15 -0
  828. data/node_modules/govuk-frontend/dist/govuk-prototype-kit/init.scss +13 -0
  829. data/node_modules/govuk-frontend/dist/govuk-prototype-kit/init.scss.map +1 -0
  830. data/node_modules/govuk-frontend/govuk-prototype-kit.config.json +24 -6
  831. data/node_modules/govuk-frontend/package.json +61 -15
  832. metadata +846 -585
  833. data/node_modules/govuk-frontend/govuk/_base.scss +0 -5
  834. data/node_modules/govuk-frontend/govuk/_base.scss.map +0 -1
  835. data/node_modules/govuk-frontend/govuk/all-ie8.scss +0 -16
  836. data/node_modules/govuk-frontend/govuk/all-ie8.scss.map +0 -1
  837. data/node_modules/govuk-frontend/govuk/all.js +0 -5172
  838. data/node_modules/govuk-frontend/govuk/all.js.map +0 -1
  839. data/node_modules/govuk-frontend/govuk/all.scss +0 -11
  840. data/node_modules/govuk-frontend/govuk/all.scss.map +0 -1
  841. data/node_modules/govuk-frontend/govuk/assets/images/govuk-apple-touch-icon-152x152.png +0 -0
  842. data/node_modules/govuk-frontend/govuk/assets/images/govuk-apple-touch-icon-167x167.png +0 -0
  843. data/node_modules/govuk-frontend/govuk/assets/images/govuk-apple-touch-icon.png +0 -0
  844. data/node_modules/govuk-frontend/govuk/assets/images/govuk-logotype-crown.png +0 -0
  845. data/node_modules/govuk-frontend/govuk/assets/images/govuk-logotype-tudor-crown.png +0 -0
  846. data/node_modules/govuk-frontend/govuk/assets/images/govuk-mask-icon.svg +0 -1
  847. data/node_modules/govuk-frontend/govuk/common/closest-attribute-value.js +0 -75
  848. data/node_modules/govuk-frontend/govuk/common/closest-attribute-value.js.map +0 -1
  849. data/node_modules/govuk-frontend/govuk/common/govuk-frontend-version.js +0 -17
  850. data/node_modules/govuk-frontend/govuk/common/govuk-frontend-version.js.map +0 -1
  851. data/node_modules/govuk-frontend/govuk/common/index.js +0 -192
  852. data/node_modules/govuk-frontend/govuk/common/index.js.map +0 -1
  853. data/node_modules/govuk-frontend/govuk/common/normalise-dataset.js +0 -386
  854. data/node_modules/govuk-frontend/govuk/common/normalise-dataset.js.map +0 -1
  855. data/node_modules/govuk-frontend/govuk/common.js +0 -194
  856. data/node_modules/govuk-frontend/govuk/common.js.map +0 -1
  857. data/node_modules/govuk-frontend/govuk/components/_all.scss +0 -37
  858. data/node_modules/govuk-frontend/govuk/components/_all.scss.map +0 -1
  859. data/node_modules/govuk-frontend/govuk/components/accordion/_accordion.scss +0 -4
  860. data/node_modules/govuk-frontend/govuk/components/accordion/_accordion.scss.map +0 -1
  861. data/node_modules/govuk-frontend/govuk/components/accordion/_index.scss +0 -390
  862. data/node_modules/govuk-frontend/govuk/components/accordion/_index.scss.map +0 -1
  863. data/node_modules/govuk-frontend/govuk/components/accordion/accordion.js +0 -2386
  864. data/node_modules/govuk-frontend/govuk/components/accordion/accordion.js.map +0 -1
  865. data/node_modules/govuk-frontend/govuk/components/accordion/fixtures.json +0 -333
  866. data/node_modules/govuk-frontend/govuk/components/accordion/macro-options.json +0 -118
  867. data/node_modules/govuk-frontend/govuk/components/accordion/template.njk +0 -38
  868. data/node_modules/govuk-frontend/govuk/components/back-link/_back-link.scss +0 -4
  869. data/node_modules/govuk-frontend/govuk/components/back-link/_back-link.scss.map +0 -1
  870. data/node_modules/govuk-frontend/govuk/components/back-link/_index.scss +0 -107
  871. data/node_modules/govuk-frontend/govuk/components/back-link/_index.scss.map +0 -1
  872. data/node_modules/govuk-frontend/govuk/components/back-link/fixtures.json +0 -71
  873. data/node_modules/govuk-frontend/govuk/components/back-link/macro-options.json +0 -32
  874. data/node_modules/govuk-frontend/govuk/components/back-link/template.njk +0 -2
  875. data/node_modules/govuk-frontend/govuk/components/breadcrumbs/_breadcrumbs.scss +0 -4
  876. data/node_modules/govuk-frontend/govuk/components/breadcrumbs/_breadcrumbs.scss.map +0 -1
  877. data/node_modules/govuk-frontend/govuk/components/breadcrumbs/_index.scss +0 -159
  878. data/node_modules/govuk-frontend/govuk/components/breadcrumbs/_index.scss.map +0 -1
  879. data/node_modules/govuk-frontend/govuk/components/breadcrumbs/fixtures.json +0 -214
  880. data/node_modules/govuk-frontend/govuk/components/breadcrumbs/macro-options.json +0 -52
  881. data/node_modules/govuk-frontend/govuk/components/breadcrumbs/template.njk +0 -24
  882. data/node_modules/govuk-frontend/govuk/components/button/_button.scss +0 -4
  883. data/node_modules/govuk-frontend/govuk/components/button/_button.scss.map +0 -1
  884. data/node_modules/govuk-frontend/govuk/components/button/_index.scss +0 -337
  885. data/node_modules/govuk-frontend/govuk/components/button/_index.scss.map +0 -1
  886. data/node_modules/govuk-frontend/govuk/components/button/button.js +0 -1027
  887. data/node_modules/govuk-frontend/govuk/components/button/button.js.map +0 -1
  888. data/node_modules/govuk-frontend/govuk/components/button/fixtures.json +0 -400
  889. data/node_modules/govuk-frontend/govuk/components/button/macro-options.json +0 -80
  890. data/node_modules/govuk-frontend/govuk/components/button/template.njk +0 -60
  891. data/node_modules/govuk-frontend/govuk/components/character-count/_character-count.scss +0 -4
  892. data/node_modules/govuk-frontend/govuk/components/character-count/_character-count.scss.map +0 -1
  893. data/node_modules/govuk-frontend/govuk/components/character-count/_index.scss +0 -36
  894. data/node_modules/govuk-frontend/govuk/components/character-count/_index.scss.map +0 -1
  895. data/node_modules/govuk-frontend/govuk/components/character-count/character-count.js +0 -2281
  896. data/node_modules/govuk-frontend/govuk/components/character-count/character-count.js.map +0 -1
  897. data/node_modules/govuk-frontend/govuk/components/character-count/fixtures.json +0 -352
  898. data/node_modules/govuk-frontend/govuk/components/character-count/macro-options.json +0 -153
  899. data/node_modules/govuk-frontend/govuk/components/character-count/template.njk +0 -58
  900. data/node_modules/govuk-frontend/govuk/components/checkboxes/_checkboxes.scss +0 -4
  901. data/node_modules/govuk-frontend/govuk/components/checkboxes/_checkboxes.scss.map +0 -1
  902. data/node_modules/govuk-frontend/govuk/components/checkboxes/_index.scss +0 -335
  903. data/node_modules/govuk-frontend/govuk/components/checkboxes/_index.scss.map +0 -1
  904. data/node_modules/govuk-frontend/govuk/components/checkboxes/checkboxes.js +0 -1277
  905. data/node_modules/govuk-frontend/govuk/components/checkboxes/checkboxes.js.map +0 -1
  906. data/node_modules/govuk-frontend/govuk/components/checkboxes/fixtures.json +0 -1300
  907. data/node_modules/govuk-frontend/govuk/components/checkboxes/macro-options.json +0 -168
  908. data/node_modules/govuk-frontend/govuk/components/checkboxes/template.njk +0 -120
  909. data/node_modules/govuk-frontend/govuk/components/cookie-banner/_cookie-banner.scss +0 -4
  910. data/node_modules/govuk-frontend/govuk/components/cookie-banner/_cookie-banner.scss.map +0 -1
  911. data/node_modules/govuk-frontend/govuk/components/cookie-banner/_index.scss +0 -51
  912. data/node_modules/govuk-frontend/govuk/components/cookie-banner/_index.scss.map +0 -1
  913. data/node_modules/govuk-frontend/govuk/components/cookie-banner/fixtures.json +0 -474
  914. data/node_modules/govuk-frontend/govuk/components/cookie-banner/macro-options.json +0 -132
  915. data/node_modules/govuk-frontend/govuk/components/cookie-banner/template.njk +0 -73
  916. data/node_modules/govuk-frontend/govuk/components/date-input/_date-input.scss +0 -4
  917. data/node_modules/govuk-frontend/govuk/components/date-input/_date-input.scss.map +0 -1
  918. data/node_modules/govuk-frontend/govuk/components/date-input/_index.scss +0 -28
  919. data/node_modules/govuk-frontend/govuk/components/date-input/_index.scss.map +0 -1
  920. data/node_modules/govuk-frontend/govuk/components/date-input/fixtures.json +0 -549
  921. data/node_modules/govuk-frontend/govuk/components/date-input/macro-options.json +0 -117
  922. data/node_modules/govuk-frontend/govuk/components/date-input/template.njk +0 -97
  923. data/node_modules/govuk-frontend/govuk/components/details/_details.scss +0 -4
  924. data/node_modules/govuk-frontend/govuk/components/details/_details.scss.map +0 -1
  925. data/node_modules/govuk-frontend/govuk/components/details/_index.scss +0 -90
  926. data/node_modules/govuk-frontend/govuk/components/details/_index.scss.map +0 -1
  927. data/node_modules/govuk-frontend/govuk/components/details/details.js +0 -873
  928. data/node_modules/govuk-frontend/govuk/components/details/details.js.map +0 -1
  929. data/node_modules/govuk-frontend/govuk/components/details/fixtures.json +0 -103
  930. data/node_modules/govuk-frontend/govuk/components/details/implementation.md +0 -43
  931. data/node_modules/govuk-frontend/govuk/components/details/template.njk +0 -10
  932. data/node_modules/govuk-frontend/govuk/components/error-message/_error-message.scss +0 -4
  933. data/node_modules/govuk-frontend/govuk/components/error-message/_error-message.scss.map +0 -1
  934. data/node_modules/govuk-frontend/govuk/components/error-message/_index.scss +0 -14
  935. data/node_modules/govuk-frontend/govuk/components/error-message/_index.scss.map +0 -1
  936. data/node_modules/govuk-frontend/govuk/components/error-message/fixtures.json +0 -86
  937. data/node_modules/govuk-frontend/govuk/components/error-message/macro-options.json +0 -38
  938. data/node_modules/govuk-frontend/govuk/components/error-message/template.njk +0 -6
  939. data/node_modules/govuk-frontend/govuk/components/error-summary/_error-summary.scss +0 -4
  940. data/node_modules/govuk-frontend/govuk/components/error-summary/_error-summary.scss.map +0 -1
  941. data/node_modules/govuk-frontend/govuk/components/error-summary/_index.scss +0 -45
  942. data/node_modules/govuk-frontend/govuk/components/error-summary/_index.scss.map +0 -1
  943. data/node_modules/govuk-frontend/govuk/components/error-summary/error-summary.js +0 -1189
  944. data/node_modules/govuk-frontend/govuk/components/error-summary/error-summary.js.map +0 -1
  945. data/node_modules/govuk-frontend/govuk/components/error-summary/fixtures.json +0 -260
  946. data/node_modules/govuk-frontend/govuk/components/error-summary/macro-options.json +0 -82
  947. data/node_modules/govuk-frontend/govuk/components/error-summary/template.njk +0 -30
  948. data/node_modules/govuk-frontend/govuk/components/exit-this-page/_exit-this-page.scss +0 -4
  949. data/node_modules/govuk-frontend/govuk/components/exit-this-page/_exit-this-page.scss.map +0 -1
  950. data/node_modules/govuk-frontend/govuk/components/exit-this-page/_index.scss +0 -99
  951. data/node_modules/govuk-frontend/govuk/components/exit-this-page/_index.scss.map +0 -1
  952. data/node_modules/govuk-frontend/govuk/components/exit-this-page/exit-this-page.js +0 -2120
  953. data/node_modules/govuk-frontend/govuk/components/exit-this-page/exit-this-page.js.map +0 -1
  954. data/node_modules/govuk-frontend/govuk/components/exit-this-page/fixtures.json +0 -50
  955. data/node_modules/govuk-frontend/govuk/components/exit-this-page/macro-options.json +0 -62
  956. data/node_modules/govuk-frontend/govuk/components/exit-this-page/template.njk +0 -16
  957. data/node_modules/govuk-frontend/govuk/components/fieldset/_fieldset.scss +0 -4
  958. data/node_modules/govuk-frontend/govuk/components/fieldset/_fieldset.scss.map +0 -1
  959. data/node_modules/govuk-frontend/govuk/components/fieldset/_index.scss +0 -66
  960. data/node_modules/govuk-frontend/govuk/components/fieldset/_index.scss.map +0 -1
  961. data/node_modules/govuk-frontend/govuk/components/fieldset/fixtures.json +0 -206
  962. data/node_modules/govuk-frontend/govuk/components/fieldset/macro-options.json +0 -70
  963. data/node_modules/govuk-frontend/govuk/components/fieldset/template.njk +0 -22
  964. data/node_modules/govuk-frontend/govuk/components/file-upload/_file-upload.scss +0 -4
  965. data/node_modules/govuk-frontend/govuk/components/file-upload/_file-upload.scss.map +0 -1
  966. data/node_modules/govuk-frontend/govuk/components/file-upload/_index.scss +0 -57
  967. data/node_modules/govuk-frontend/govuk/components/file-upload/_index.scss.map +0 -1
  968. data/node_modules/govuk-frontend/govuk/components/file-upload/fixtures.json +0 -199
  969. data/node_modules/govuk-frontend/govuk/components/file-upload/macro-options.json +0 -79
  970. data/node_modules/govuk-frontend/govuk/components/file-upload/template.njk +0 -45
  971. data/node_modules/govuk-frontend/govuk/components/footer/_footer.scss +0 -4
  972. data/node_modules/govuk-frontend/govuk/components/footer/_footer.scss.map +0 -1
  973. data/node_modules/govuk-frontend/govuk/components/footer/_index.scss +0 -195
  974. data/node_modules/govuk-frontend/govuk/components/footer/_index.scss.map +0 -1
  975. data/node_modules/govuk-frontend/govuk/components/footer/fixtures.json +0 -644
  976. data/node_modules/govuk-frontend/govuk/components/footer/macro-options.json +0 -164
  977. data/node_modules/govuk-frontend/govuk/components/footer/template.njk +0 -97
  978. data/node_modules/govuk-frontend/govuk/components/header/_header.scss +0 -4
  979. data/node_modules/govuk-frontend/govuk/components/header/_header.scss.map +0 -1
  980. data/node_modules/govuk-frontend/govuk/components/header/_index.scss +0 -367
  981. data/node_modules/govuk-frontend/govuk/components/header/_index.scss.map +0 -1
  982. data/node_modules/govuk-frontend/govuk/components/header/fixtures.json +0 -449
  983. data/node_modules/govuk-frontend/govuk/components/header/header.js +0 -794
  984. data/node_modules/govuk-frontend/govuk/components/header/header.js.map +0 -1
  985. data/node_modules/govuk-frontend/govuk/components/header/macro-options.json +0 -118
  986. data/node_modules/govuk-frontend/govuk/components/header/template.njk +0 -113
  987. data/node_modules/govuk-frontend/govuk/components/hint/_hint.scss +0 -4
  988. data/node_modules/govuk-frontend/govuk/components/hint/_hint.scss.map +0 -1
  989. data/node_modules/govuk-frontend/govuk/components/hint/_index.scss +0 -44
  990. data/node_modules/govuk-frontend/govuk/components/hint/_index.scss.map +0 -1
  991. data/node_modules/govuk-frontend/govuk/components/hint/fixtures.json +0 -59
  992. data/node_modules/govuk-frontend/govuk/components/hint/template.njk +0 -4
  993. data/node_modules/govuk-frontend/govuk/components/input/_index.scss +0 -195
  994. data/node_modules/govuk-frontend/govuk/components/input/_index.scss.map +0 -1
  995. data/node_modules/govuk-frontend/govuk/components/input/_input.scss +0 -4
  996. data/node_modules/govuk-frontend/govuk/components/input/_input.scss.map +0 -1
  997. data/node_modules/govuk-frontend/govuk/components/input/fixtures.json +0 -642
  998. data/node_modules/govuk-frontend/govuk/components/input/macro-options.json +0 -173
  999. data/node_modules/govuk-frontend/govuk/components/input/template.njk +0 -67
  1000. data/node_modules/govuk-frontend/govuk/components/inset-text/_index.scss +0 -26
  1001. data/node_modules/govuk-frontend/govuk/components/inset-text/_index.scss.map +0 -1
  1002. data/node_modules/govuk-frontend/govuk/components/inset-text/_inset-text.scss +0 -4
  1003. data/node_modules/govuk-frontend/govuk/components/inset-text/_inset-text.scss.map +0 -1
  1004. data/node_modules/govuk-frontend/govuk/components/inset-text/fixtures.json +0 -58
  1005. data/node_modules/govuk-frontend/govuk/components/inset-text/macro-options.json +0 -38
  1006. data/node_modules/govuk-frontend/govuk/components/inset-text/template.njk +0 -4
  1007. data/node_modules/govuk-frontend/govuk/components/label/_index.scss +0 -43
  1008. data/node_modules/govuk-frontend/govuk/components/label/_index.scss.map +0 -1
  1009. data/node_modules/govuk-frontend/govuk/components/label/_label.scss +0 -4
  1010. data/node_modules/govuk-frontend/govuk/components/label/_label.scss.map +0 -1
  1011. data/node_modules/govuk-frontend/govuk/components/label/fixtures.json +0 -159
  1012. data/node_modules/govuk-frontend/govuk/components/label/template.njk +0 -15
  1013. data/node_modules/govuk-frontend/govuk/components/notification-banner/_index.scss +0 -91
  1014. data/node_modules/govuk-frontend/govuk/components/notification-banner/_index.scss.map +0 -1
  1015. data/node_modules/govuk-frontend/govuk/components/notification-banner/_notification-banner.scss +0 -4
  1016. data/node_modules/govuk-frontend/govuk/components/notification-banner/_notification-banner.scss.map +0 -1
  1017. data/node_modules/govuk-frontend/govuk/components/notification-banner/fixtures.json +0 -222
  1018. data/node_modules/govuk-frontend/govuk/components/notification-banner/macro-options.json +0 -74
  1019. data/node_modules/govuk-frontend/govuk/components/notification-banner/notification-banner.js +0 -843
  1020. data/node_modules/govuk-frontend/govuk/components/notification-banner/notification-banner.js.map +0 -1
  1021. data/node_modules/govuk-frontend/govuk/components/notification-banner/template.njk +0 -47
  1022. data/node_modules/govuk-frontend/govuk/components/pagination/_index.scss +0 -249
  1023. data/node_modules/govuk-frontend/govuk/components/pagination/_index.scss.map +0 -1
  1024. data/node_modules/govuk-frontend/govuk/components/pagination/_pagination.scss +0 -4
  1025. data/node_modules/govuk-frontend/govuk/components/pagination/_pagination.scss.map +0 -1
  1026. data/node_modules/govuk-frontend/govuk/components/pagination/fixtures.json +0 -368
  1027. data/node_modules/govuk-frontend/govuk/components/pagination/macro-options.json +0 -128
  1028. data/node_modules/govuk-frontend/govuk/components/pagination/template.njk +0 -62
  1029. data/node_modules/govuk-frontend/govuk/components/panel/_index.scss +0 -58
  1030. data/node_modules/govuk-frontend/govuk/components/panel/_index.scss.map +0 -1
  1031. data/node_modules/govuk-frontend/govuk/components/panel/_panel.scss +0 -4
  1032. data/node_modules/govuk-frontend/govuk/components/panel/_panel.scss.map +0 -1
  1033. data/node_modules/govuk-frontend/govuk/components/panel/fixtures.json +0 -91
  1034. data/node_modules/govuk-frontend/govuk/components/panel/template.njk +0 -13
  1035. data/node_modules/govuk-frontend/govuk/components/phase-banner/_index.scss +0 -29
  1036. data/node_modules/govuk-frontend/govuk/components/phase-banner/_index.scss.map +0 -1
  1037. data/node_modules/govuk-frontend/govuk/components/phase-banner/_phase-banner.scss +0 -4
  1038. data/node_modules/govuk-frontend/govuk/components/phase-banner/_phase-banner.scss.map +0 -1
  1039. data/node_modules/govuk-frontend/govuk/components/phase-banner/fixtures.json +0 -76
  1040. data/node_modules/govuk-frontend/govuk/components/phase-banner/macro-options.json +0 -33
  1041. data/node_modules/govuk-frontend/govuk/components/phase-banner/template.njk +0 -15
  1042. data/node_modules/govuk-frontend/govuk/components/radios/_index.scss +0 -351
  1043. data/node_modules/govuk-frontend/govuk/components/radios/_index.scss.map +0 -1
  1044. data/node_modules/govuk-frontend/govuk/components/radios/_radios.scss +0 -4
  1045. data/node_modules/govuk-frontend/govuk/components/radios/_radios.scss.map +0 -1
  1046. data/node_modules/govuk-frontend/govuk/components/radios/fixtures.json +0 -1294
  1047. data/node_modules/govuk-frontend/govuk/components/radios/macro-options.json +0 -150
  1048. data/node_modules/govuk-frontend/govuk/components/radios/radios.js +0 -1222
  1049. data/node_modules/govuk-frontend/govuk/components/radios/radios.js.map +0 -1
  1050. data/node_modules/govuk-frontend/govuk/components/radios/template.njk +0 -110
  1051. data/node_modules/govuk-frontend/govuk/components/select/_index.scss +0 -68
  1052. data/node_modules/govuk-frontend/govuk/components/select/_index.scss.map +0 -1
  1053. data/node_modules/govuk-frontend/govuk/components/select/_select.scss +0 -4
  1054. data/node_modules/govuk-frontend/govuk/components/select/_select.scss.map +0 -1
  1055. data/node_modules/govuk-frontend/govuk/components/select/fixtures.json +0 -421
  1056. data/node_modules/govuk-frontend/govuk/components/select/macro-options.json +0 -117
  1057. data/node_modules/govuk-frontend/govuk/components/select/template.njk +0 -54
  1058. data/node_modules/govuk-frontend/govuk/components/skip-link/_index.scss +0 -49
  1059. data/node_modules/govuk-frontend/govuk/components/skip-link/_index.scss.map +0 -1
  1060. data/node_modules/govuk-frontend/govuk/components/skip-link/_skip-link.scss +0 -4
  1061. data/node_modules/govuk-frontend/govuk/components/skip-link/_skip-link.scss.map +0 -1
  1062. data/node_modules/govuk-frontend/govuk/components/skip-link/fixtures.json +0 -86
  1063. data/node_modules/govuk-frontend/govuk/components/skip-link/macro-options.json +0 -32
  1064. data/node_modules/govuk-frontend/govuk/components/skip-link/skip-link.js +0 -1145
  1065. data/node_modules/govuk-frontend/govuk/components/skip-link/skip-link.js.map +0 -1
  1066. data/node_modules/govuk-frontend/govuk/components/skip-link/template.njk +0 -3
  1067. data/node_modules/govuk-frontend/govuk/components/summary-list/_index.scss +0 -278
  1068. data/node_modules/govuk-frontend/govuk/components/summary-list/_index.scss.map +0 -1
  1069. data/node_modules/govuk-frontend/govuk/components/summary-list/_summary-list.scss +0 -4
  1070. data/node_modules/govuk-frontend/govuk/components/summary-list/_summary-list.scss.map +0 -1
  1071. data/node_modules/govuk-frontend/govuk/components/summary-list/fixtures.json +0 -1529
  1072. data/node_modules/govuk-frontend/govuk/components/summary-list/macro-options.json +0 -223
  1073. data/node_modules/govuk-frontend/govuk/components/summary-list/template.njk +0 -88
  1074. data/node_modules/govuk-frontend/govuk/components/table/_index.scss +0 -73
  1075. data/node_modules/govuk-frontend/govuk/components/table/_index.scss.map +0 -1
  1076. data/node_modules/govuk-frontend/govuk/components/table/_table.scss +0 -4
  1077. data/node_modules/govuk-frontend/govuk/components/table/_table.scss.map +0 -1
  1078. data/node_modules/govuk-frontend/govuk/components/table/fixtures.json +0 -539
  1079. data/node_modules/govuk-frontend/govuk/components/table/macro-options.json +0 -132
  1080. data/node_modules/govuk-frontend/govuk/components/table/template.njk +0 -45
  1081. data/node_modules/govuk-frontend/govuk/components/tabs/_index.scss +0 -132
  1082. data/node_modules/govuk-frontend/govuk/components/tabs/_index.scss.map +0 -1
  1083. data/node_modules/govuk-frontend/govuk/components/tabs/_tabs.scss +0 -4
  1084. data/node_modules/govuk-frontend/govuk/components/tabs/_tabs.scss.map +0 -1
  1085. data/node_modules/govuk-frontend/govuk/components/tabs/fixtures.json +0 -286
  1086. data/node_modules/govuk-frontend/govuk/components/tabs/macro-options.json +0 -84
  1087. data/node_modules/govuk-frontend/govuk/components/tabs/tabs.js +0 -1621
  1088. data/node_modules/govuk-frontend/govuk/components/tabs/tabs.js.map +0 -1
  1089. data/node_modules/govuk-frontend/govuk/components/tabs/template.njk +0 -36
  1090. data/node_modules/govuk-frontend/govuk/components/tag/_index.scss +0 -83
  1091. data/node_modules/govuk-frontend/govuk/components/tag/_index.scss.map +0 -1
  1092. data/node_modules/govuk-frontend/govuk/components/tag/_tag.scss +0 -4
  1093. data/node_modules/govuk-frontend/govuk/components/tag/_tag.scss.map +0 -1
  1094. data/node_modules/govuk-frontend/govuk/components/tag/fixtures.json +0 -131
  1095. data/node_modules/govuk-frontend/govuk/components/tag/template.njk +0 -3
  1096. data/node_modules/govuk-frontend/govuk/components/textarea/_index.scss +0 -56
  1097. data/node_modules/govuk-frontend/govuk/components/textarea/_index.scss.map +0 -1
  1098. data/node_modules/govuk-frontend/govuk/components/textarea/_textarea.scss +0 -4
  1099. data/node_modules/govuk-frontend/govuk/components/textarea/_textarea.scss.map +0 -1
  1100. data/node_modules/govuk-frontend/govuk/components/textarea/fixtures.json +0 -251
  1101. data/node_modules/govuk-frontend/govuk/components/textarea/macro-options.json +0 -97
  1102. data/node_modules/govuk-frontend/govuk/components/textarea/template.njk +0 -46
  1103. data/node_modules/govuk-frontend/govuk/components/warning-text/_index.scss +0 -68
  1104. data/node_modules/govuk-frontend/govuk/components/warning-text/_index.scss.map +0 -1
  1105. data/node_modules/govuk-frontend/govuk/components/warning-text/_warning-text.scss +0 -4
  1106. data/node_modules/govuk-frontend/govuk/components/warning-text/_warning-text.scss.map +0 -1
  1107. data/node_modules/govuk-frontend/govuk/components/warning-text/fixtures.json +0 -77
  1108. data/node_modules/govuk-frontend/govuk/components/warning-text/macro-options.json +0 -32
  1109. data/node_modules/govuk-frontend/govuk/components/warning-text/template.njk +0 -9
  1110. data/node_modules/govuk-frontend/govuk/core/_all.scss +0 -8
  1111. data/node_modules/govuk-frontend/govuk/core/_all.scss.map +0 -1
  1112. data/node_modules/govuk-frontend/govuk/core/_global-styles.scss +0 -21
  1113. data/node_modules/govuk-frontend/govuk/core/_global-styles.scss.map +0 -1
  1114. data/node_modules/govuk-frontend/govuk/core/_govuk-frontend-version.scss +0 -7
  1115. data/node_modules/govuk-frontend/govuk/core/_govuk-frontend-version.scss.map +0 -1
  1116. data/node_modules/govuk-frontend/govuk/core/_links.scss +0 -37
  1117. data/node_modules/govuk-frontend/govuk/core/_links.scss.map +0 -1
  1118. data/node_modules/govuk-frontend/govuk/core/_lists.scss +0 -68
  1119. data/node_modules/govuk-frontend/govuk/core/_lists.scss.map +0 -1
  1120. data/node_modules/govuk-frontend/govuk/core/_section-break.scss +0 -58
  1121. data/node_modules/govuk-frontend/govuk/core/_section-break.scss.map +0 -1
  1122. data/node_modules/govuk-frontend/govuk/core/_typography.scss +0 -188
  1123. data/node_modules/govuk-frontend/govuk/core/_typography.scss.map +0 -1
  1124. data/node_modules/govuk-frontend/govuk/helpers/_all.scss +0 -14
  1125. data/node_modules/govuk-frontend/govuk/helpers/_all.scss.map +0 -1
  1126. data/node_modules/govuk-frontend/govuk/helpers/_clearfix.scss +0 -17
  1127. data/node_modules/govuk-frontend/govuk/helpers/_clearfix.scss.map +0 -1
  1128. data/node_modules/govuk-frontend/govuk/helpers/_colour.scss +0 -100
  1129. data/node_modules/govuk-frontend/govuk/helpers/_colour.scss.map +0 -1
  1130. data/node_modules/govuk-frontend/govuk/helpers/_device-pixels.scss +0 -39
  1131. data/node_modules/govuk-frontend/govuk/helpers/_device-pixels.scss.map +0 -1
  1132. data/node_modules/govuk-frontend/govuk/helpers/_focused.scss +0 -35
  1133. data/node_modules/govuk-frontend/govuk/helpers/_focused.scss.map +0 -1
  1134. data/node_modules/govuk-frontend/govuk/helpers/_font-faces.scss +0 -43
  1135. data/node_modules/govuk-frontend/govuk/helpers/_font-faces.scss.map +0 -1
  1136. data/node_modules/govuk-frontend/govuk/helpers/_grid.scss +0 -63
  1137. data/node_modules/govuk-frontend/govuk/helpers/_grid.scss.map +0 -1
  1138. data/node_modules/govuk-frontend/govuk/helpers/_links.scss +0 -431
  1139. data/node_modules/govuk-frontend/govuk/helpers/_links.scss.map +0 -1
  1140. data/node_modules/govuk-frontend/govuk/helpers/_media-queries.scss +0 -93
  1141. data/node_modules/govuk-frontend/govuk/helpers/_media-queries.scss.map +0 -1
  1142. data/node_modules/govuk-frontend/govuk/helpers/_shape-arrow.scss +0 -82
  1143. data/node_modules/govuk-frontend/govuk/helpers/_shape-arrow.scss.map +0 -1
  1144. data/node_modules/govuk-frontend/govuk/helpers/_spacing.scss +0 -173
  1145. data/node_modules/govuk-frontend/govuk/helpers/_spacing.scss.map +0 -1
  1146. data/node_modules/govuk-frontend/govuk/helpers/_typography.scss +0 -216
  1147. data/node_modules/govuk-frontend/govuk/helpers/_typography.scss.map +0 -1
  1148. data/node_modules/govuk-frontend/govuk/helpers/_visually-hidden.scss +0 -98
  1149. data/node_modules/govuk-frontend/govuk/helpers/_visually-hidden.scss.map +0 -1
  1150. data/node_modules/govuk-frontend/govuk/i18n.js +0 -397
  1151. data/node_modules/govuk-frontend/govuk/i18n.js.map +0 -1
  1152. data/node_modules/govuk-frontend/govuk/macros/i18n.njk +0 -16
  1153. data/node_modules/govuk-frontend/govuk/objects/_all.scss +0 -8
  1154. data/node_modules/govuk-frontend/govuk/objects/_all.scss.map +0 -1
  1155. data/node_modules/govuk-frontend/govuk/objects/_button-group.scss +0 -87
  1156. data/node_modules/govuk-frontend/govuk/objects/_button-group.scss.map +0 -1
  1157. data/node_modules/govuk-frontend/govuk/objects/_form-group.scss +0 -25
  1158. data/node_modules/govuk-frontend/govuk/objects/_form-group.scss.map +0 -1
  1159. data/node_modules/govuk-frontend/govuk/objects/_grid.scss +0 -26
  1160. data/node_modules/govuk-frontend/govuk/objects/_grid.scss.map +0 -1
  1161. data/node_modules/govuk-frontend/govuk/objects/_main-wrapper.scss +0 -55
  1162. data/node_modules/govuk-frontend/govuk/objects/_main-wrapper.scss.map +0 -1
  1163. data/node_modules/govuk-frontend/govuk/objects/_template.scss +0 -54
  1164. data/node_modules/govuk-frontend/govuk/objects/_template.scss.map +0 -1
  1165. data/node_modules/govuk-frontend/govuk/objects/_width-container.scss +0 -86
  1166. data/node_modules/govuk-frontend/govuk/objects/_width-container.scss.map +0 -1
  1167. data/node_modules/govuk-frontend/govuk/overrides/_all.scss +0 -7
  1168. data/node_modules/govuk-frontend/govuk/overrides/_all.scss.map +0 -1
  1169. data/node_modules/govuk-frontend/govuk/overrides/_display.scss +0 -26
  1170. data/node_modules/govuk-frontend/govuk/overrides/_display.scss.map +0 -1
  1171. data/node_modules/govuk-frontend/govuk/overrides/_spacing.scss +0 -104
  1172. data/node_modules/govuk-frontend/govuk/overrides/_spacing.scss.map +0 -1
  1173. data/node_modules/govuk-frontend/govuk/overrides/_text-align.scss +0 -16
  1174. data/node_modules/govuk-frontend/govuk/overrides/_text-align.scss.map +0 -1
  1175. data/node_modules/govuk-frontend/govuk/overrides/_typography.scss +0 -23
  1176. data/node_modules/govuk-frontend/govuk/overrides/_typography.scss.map +0 -1
  1177. data/node_modules/govuk-frontend/govuk/overrides/_width.scss +0 -48
  1178. data/node_modules/govuk-frontend/govuk/overrides/_width.scss.map +0 -1
  1179. data/node_modules/govuk-frontend/govuk/settings/_all.scss +0 -26
  1180. data/node_modules/govuk-frontend/govuk/settings/_all.scss.map +0 -1
  1181. data/node_modules/govuk-frontend/govuk/settings/_assets.scss +0 -84
  1182. data/node_modules/govuk-frontend/govuk/settings/_assets.scss.map +0 -1
  1183. data/node_modules/govuk-frontend/govuk/settings/_colours-applied.scss +0 -157
  1184. data/node_modules/govuk-frontend/govuk/settings/_colours-applied.scss.map +0 -1
  1185. data/node_modules/govuk-frontend/govuk/settings/_colours-organisations.scss +0 -148
  1186. data/node_modules/govuk-frontend/govuk/settings/_colours-organisations.scss.map +0 -1
  1187. data/node_modules/govuk-frontend/govuk/settings/_colours-palette.scss +0 -122
  1188. data/node_modules/govuk-frontend/govuk/settings/_colours-palette.scss.map +0 -1
  1189. data/node_modules/govuk-frontend/govuk/settings/_compatibility.scss +0 -102
  1190. data/node_modules/govuk-frontend/govuk/settings/_compatibility.scss.map +0 -1
  1191. data/node_modules/govuk-frontend/govuk/settings/_global-styles.scss +0 -15
  1192. data/node_modules/govuk-frontend/govuk/settings/_global-styles.scss.map +0 -1
  1193. data/node_modules/govuk-frontend/govuk/settings/_ie8.scss +0 -36
  1194. data/node_modules/govuk-frontend/govuk/settings/_ie8.scss.map +0 -1
  1195. data/node_modules/govuk-frontend/govuk/settings/_links.scss +0 -68
  1196. data/node_modules/govuk-frontend/govuk/settings/_links.scss.map +0 -1
  1197. data/node_modules/govuk-frontend/govuk/settings/_measurements.scss +0 -97
  1198. data/node_modules/govuk-frontend/govuk/settings/_measurements.scss.map +0 -1
  1199. data/node_modules/govuk-frontend/govuk/settings/_media-queries.scss +0 -25
  1200. data/node_modules/govuk-frontend/govuk/settings/_media-queries.scss.map +0 -1
  1201. data/node_modules/govuk-frontend/govuk/settings/_spacing.scss +0 -78
  1202. data/node_modules/govuk-frontend/govuk/settings/_spacing.scss.map +0 -1
  1203. data/node_modules/govuk-frontend/govuk/settings/_typography-font-families.scss +0 -34
  1204. data/node_modules/govuk-frontend/govuk/settings/_typography-font-families.scss.map +0 -1
  1205. data/node_modules/govuk-frontend/govuk/settings/_typography-font.scss +0 -114
  1206. data/node_modules/govuk-frontend/govuk/settings/_typography-font.scss.map +0 -1
  1207. data/node_modules/govuk-frontend/govuk/settings/_typography-responsive.scss +0 -197
  1208. data/node_modules/govuk-frontend/govuk/settings/_typography-responsive.scss.map +0 -1
  1209. data/node_modules/govuk-frontend/govuk/settings/_warnings.scss +0 -55
  1210. data/node_modules/govuk-frontend/govuk/settings/_warnings.scss.map +0 -1
  1211. data/node_modules/govuk-frontend/govuk/template.njk +0 -60
  1212. data/node_modules/govuk-frontend/govuk/tools/_all.scss +0 -9
  1213. data/node_modules/govuk-frontend/govuk/tools/_all.scss.map +0 -1
  1214. data/node_modules/govuk-frontend/govuk/tools/_compatibility.scss +0 -52
  1215. data/node_modules/govuk-frontend/govuk/tools/_compatibility.scss.map +0 -1
  1216. data/node_modules/govuk-frontend/govuk/tools/_exports.scss +0 -35
  1217. data/node_modules/govuk-frontend/govuk/tools/_exports.scss.map +0 -1
  1218. data/node_modules/govuk-frontend/govuk/tools/_font-url.scss +0 -27
  1219. data/node_modules/govuk-frontend/govuk/tools/_font-url.scss.map +0 -1
  1220. data/node_modules/govuk-frontend/govuk/tools/_ie8.scss +0 -89
  1221. data/node_modules/govuk-frontend/govuk/tools/_ie8.scss.map +0 -1
  1222. data/node_modules/govuk-frontend/govuk/tools/_image-url.scss +0 -27
  1223. data/node_modules/govuk-frontend/govuk/tools/_image-url.scss.map +0 -1
  1224. data/node_modules/govuk-frontend/govuk/tools/_px-to-em.scss +0 -22
  1225. data/node_modules/govuk-frontend/govuk/tools/_px-to-em.scss.map +0 -1
  1226. data/node_modules/govuk-frontend/govuk/tools/_px-to-rem.scss +0 -22
  1227. data/node_modules/govuk-frontend/govuk/tools/_px-to-rem.scss.map +0 -1
  1228. data/node_modules/govuk-frontend/govuk/utilities/_all.scss +0 -4
  1229. data/node_modules/govuk-frontend/govuk/utilities/_all.scss.map +0 -1
  1230. data/node_modules/govuk-frontend/govuk/utilities/_clearfix.scss +0 -7
  1231. data/node_modules/govuk-frontend/govuk/utilities/_clearfix.scss.map +0 -1
  1232. data/node_modules/govuk-frontend/govuk/utilities/_visually-hidden.scss +0 -11
  1233. data/node_modules/govuk-frontend/govuk/utilities/_visually-hidden.scss.map +0 -1
  1234. data/node_modules/govuk-frontend/govuk/vendor/_sass-mq.scss +0 -349
  1235. data/node_modules/govuk-frontend/govuk/vendor/_sass-mq.scss.map +0 -1
  1236. data/node_modules/govuk-frontend/govuk/vendor/polyfills/DOMTokenList.js +0 -274
  1237. data/node_modules/govuk-frontend/govuk/vendor/polyfills/DOMTokenList.js.map +0 -1
  1238. data/node_modules/govuk-frontend/govuk/vendor/polyfills/Date/now.js +0 -23
  1239. data/node_modules/govuk-frontend/govuk/vendor/polyfills/Date/now.js.map +0 -1
  1240. data/node_modules/govuk-frontend/govuk/vendor/polyfills/Document.js +0 -36
  1241. data/node_modules/govuk-frontend/govuk/vendor/polyfills/Document.js.map +0 -1
  1242. data/node_modules/govuk-frontend/govuk/vendor/polyfills/Element/prototype/classList.js +0 -597
  1243. data/node_modules/govuk-frontend/govuk/vendor/polyfills/Element/prototype/classList.js.map +0 -1
  1244. data/node_modules/govuk-frontend/govuk/vendor/polyfills/Element/prototype/closest.js +0 -58
  1245. data/node_modules/govuk-frontend/govuk/vendor/polyfills/Element/prototype/closest.js.map +0 -1
  1246. data/node_modules/govuk-frontend/govuk/vendor/polyfills/Element/prototype/dataset.js +0 -307
  1247. data/node_modules/govuk-frontend/govuk/vendor/polyfills/Element/prototype/dataset.js.map +0 -1
  1248. data/node_modules/govuk-frontend/govuk/vendor/polyfills/Element/prototype/matches.js +0 -33
  1249. data/node_modules/govuk-frontend/govuk/vendor/polyfills/Element/prototype/matches.js.map +0 -1
  1250. data/node_modules/govuk-frontend/govuk/vendor/polyfills/Element/prototype/nextElementSibling.js +0 -261
  1251. data/node_modules/govuk-frontend/govuk/vendor/polyfills/Element/prototype/nextElementSibling.js.map +0 -1
  1252. data/node_modules/govuk-frontend/govuk/vendor/polyfills/Element/prototype/previousElementSibling.js +0 -261
  1253. data/node_modules/govuk-frontend/govuk/vendor/polyfills/Element/prototype/previousElementSibling.js.map +0 -1
  1254. data/node_modules/govuk-frontend/govuk/vendor/polyfills/Element.js +0 -151
  1255. data/node_modules/govuk-frontend/govuk/vendor/polyfills/Element.js.map +0 -1
  1256. data/node_modules/govuk-frontend/govuk/vendor/polyfills/Event.js +0 -512
  1257. data/node_modules/govuk-frontend/govuk/vendor/polyfills/Event.js.map +0 -1
  1258. data/node_modules/govuk-frontend/govuk/vendor/polyfills/Function/prototype/bind.js +0 -256
  1259. data/node_modules/govuk-frontend/govuk/vendor/polyfills/Function/prototype/bind.js.map +0 -1
  1260. data/node_modules/govuk-frontend/govuk/vendor/polyfills/Object/defineProperty.js +0 -96
  1261. data/node_modules/govuk-frontend/govuk/vendor/polyfills/Object/defineProperty.js.map +0 -1
  1262. data/node_modules/govuk-frontend/govuk/vendor/polyfills/String/prototype/trim.js +0 -23
  1263. data/node_modules/govuk-frontend/govuk/vendor/polyfills/String/prototype/trim.js.map +0 -1
  1264. data/node_modules/govuk-frontend/govuk/vendor/polyfills/Window.js +0 -30
  1265. data/node_modules/govuk-frontend/govuk/vendor/polyfills/Window.js.map +0 -1
  1266. data/node_modules/govuk-frontend/govuk-esm/all.mjs +0 -140
  1267. data/node_modules/govuk-frontend/govuk-esm/all.mjs.map +0 -1
  1268. data/node_modules/govuk-frontend/govuk-esm/common/closest-attribute-value.mjs +0 -19
  1269. data/node_modules/govuk-frontend/govuk-esm/common/closest-attribute-value.mjs.map +0 -1
  1270. data/node_modules/govuk-frontend/govuk-esm/common/govuk-frontend-version.mjs +0 -9
  1271. data/node_modules/govuk-frontend/govuk-esm/common/govuk-frontend-version.mjs.map +0 -1
  1272. data/node_modules/govuk-frontend/govuk-esm/common/index.mjs +0 -181
  1273. data/node_modules/govuk-frontend/govuk-esm/common/index.mjs.map +0 -1
  1274. data/node_modules/govuk-frontend/govuk-esm/common/normalise-dataset.mjs +0 -66
  1275. data/node_modules/govuk-frontend/govuk-esm/common/normalise-dataset.mjs.map +0 -1
  1276. data/node_modules/govuk-frontend/govuk-esm/common.mjs +0 -4
  1277. data/node_modules/govuk-frontend/govuk-esm/common.mjs.map +0 -1
  1278. data/node_modules/govuk-frontend/govuk-esm/components/accordion/accordion.mjs +0 -625
  1279. data/node_modules/govuk-frontend/govuk-esm/components/accordion/accordion.mjs.map +0 -1
  1280. data/node_modules/govuk-frontend/govuk-esm/components/button/button.mjs +0 -120
  1281. data/node_modules/govuk-frontend/govuk-esm/components/button/button.mjs.map +0 -1
  1282. data/node_modules/govuk-frontend/govuk-esm/components/character-count/character-count.mjs +0 -510
  1283. data/node_modules/govuk-frontend/govuk-esm/components/character-count/character-count.mjs.map +0 -1
  1284. data/node_modules/govuk-frontend/govuk-esm/components/checkboxes/checkboxes.mjs +0 -213
  1285. data/node_modules/govuk-frontend/govuk-esm/components/checkboxes/checkboxes.mjs.map +0 -1
  1286. data/node_modules/govuk-frontend/govuk-esm/components/details/details.mjs +0 -166
  1287. data/node_modules/govuk-frontend/govuk-esm/components/details/details.mjs.map +0 -1
  1288. data/node_modules/govuk-frontend/govuk-esm/components/error-summary/error-summary.mjs +0 -233
  1289. data/node_modules/govuk-frontend/govuk-esm/components/error-summary/error-summary.mjs.map +0 -1
  1290. data/node_modules/govuk-frontend/govuk-esm/components/exit-this-page/exit-this-page.mjs +0 -406
  1291. data/node_modules/govuk-frontend/govuk-esm/components/exit-this-page/exit-this-page.mjs.map +0 -1
  1292. data/node_modules/govuk-frontend/govuk-esm/components/header/header.mjs +0 -125
  1293. data/node_modules/govuk-frontend/govuk-esm/components/header/header.mjs.map +0 -1
  1294. data/node_modules/govuk-frontend/govuk-esm/components/notification-banner/notification-banner.mjs +0 -95
  1295. data/node_modules/govuk-frontend/govuk-esm/components/notification-banner/notification-banner.mjs.map +0 -1
  1296. data/node_modules/govuk-frontend/govuk-esm/components/radios/radios.mjs +0 -158
  1297. data/node_modules/govuk-frontend/govuk-esm/components/radios/radios.mjs.map +0 -1
  1298. data/node_modules/govuk-frontend/govuk-esm/components/skip-link/skip-link.mjs +0 -119
  1299. data/node_modules/govuk-frontend/govuk-esm/components/skip-link/skip-link.mjs.map +0 -1
  1300. data/node_modules/govuk-frontend/govuk-esm/components/tabs/tabs.mjs +0 -515
  1301. data/node_modules/govuk-frontend/govuk-esm/components/tabs/tabs.mjs.map +0 -1
  1302. data/node_modules/govuk-frontend/govuk-esm/i18n.mjs +0 -389
  1303. data/node_modules/govuk-frontend/govuk-esm/i18n.mjs.map +0 -1
  1304. data/node_modules/govuk-frontend/govuk-esm/vendor/polyfills/DOMTokenList.mjs +0 -266
  1305. data/node_modules/govuk-frontend/govuk-esm/vendor/polyfills/DOMTokenList.mjs.map +0 -1
  1306. data/node_modules/govuk-frontend/govuk-esm/vendor/polyfills/Date/now.mjs +0 -15
  1307. data/node_modules/govuk-frontend/govuk-esm/vendor/polyfills/Date/now.mjs.map +0 -1
  1308. data/node_modules/govuk-frontend/govuk-esm/vendor/polyfills/Document.mjs +0 -28
  1309. data/node_modules/govuk-frontend/govuk-esm/vendor/polyfills/Document.mjs.map +0 -1
  1310. data/node_modules/govuk-frontend/govuk-esm/vendor/polyfills/Element/prototype/classList.mjs +0 -96
  1311. data/node_modules/govuk-frontend/govuk-esm/vendor/polyfills/Element/prototype/classList.mjs.map +0 -1
  1312. data/node_modules/govuk-frontend/govuk-esm/vendor/polyfills/Element/prototype/closest.mjs +0 -27
  1313. data/node_modules/govuk-frontend/govuk-esm/vendor/polyfills/Element/prototype/closest.mjs.map +0 -1
  1314. data/node_modules/govuk-frontend/govuk-esm/vendor/polyfills/Element/prototype/dataset.mjs +0 -71
  1315. data/node_modules/govuk-frontend/govuk-esm/vendor/polyfills/Element/prototype/dataset.mjs.map +0 -1
  1316. data/node_modules/govuk-frontend/govuk-esm/vendor/polyfills/Element/prototype/matches.mjs +0 -25
  1317. data/node_modules/govuk-frontend/govuk-esm/vendor/polyfills/Element/prototype/matches.mjs.map +0 -1
  1318. data/node_modules/govuk-frontend/govuk-esm/vendor/polyfills/Element/prototype/nextElementSibling.mjs +0 -25
  1319. data/node_modules/govuk-frontend/govuk-esm/vendor/polyfills/Element/prototype/nextElementSibling.mjs.map +0 -1
  1320. data/node_modules/govuk-frontend/govuk-esm/vendor/polyfills/Element/prototype/previousElementSibling.mjs +0 -25
  1321. data/node_modules/govuk-frontend/govuk-esm/vendor/polyfills/Element/prototype/previousElementSibling.mjs.map +0 -1
  1322. data/node_modules/govuk-frontend/govuk-esm/vendor/polyfills/Element.mjs +0 -117
  1323. data/node_modules/govuk-frontend/govuk-esm/vendor/polyfills/Element.mjs.map +0 -1
  1324. data/node_modules/govuk-frontend/govuk-esm/vendor/polyfills/Event.mjs +0 -255
  1325. data/node_modules/govuk-frontend/govuk-esm/vendor/polyfills/Event.mjs.map +0 -1
  1326. data/node_modules/govuk-frontend/govuk-esm/vendor/polyfills/Function/prototype/bind.mjs +0 -162
  1327. data/node_modules/govuk-frontend/govuk-esm/vendor/polyfills/Function/prototype/bind.mjs.map +0 -1
  1328. data/node_modules/govuk-frontend/govuk-esm/vendor/polyfills/Object/defineProperty.mjs +0 -88
  1329. data/node_modules/govuk-frontend/govuk-esm/vendor/polyfills/Object/defineProperty.mjs.map +0 -1
  1330. data/node_modules/govuk-frontend/govuk-esm/vendor/polyfills/String/prototype/trim.mjs +0 -15
  1331. data/node_modules/govuk-frontend/govuk-esm/vendor/polyfills/String/prototype/trim.mjs.map +0 -1
  1332. data/node_modules/govuk-frontend/govuk-esm/vendor/polyfills/Window.mjs +0 -22
  1333. data/node_modules/govuk-frontend/govuk-esm/vendor/polyfills/Window.mjs.map +0 -1
  1334. data/node_modules/govuk-frontend/govuk-prototype-kit/init.js +0 -8
  1335. data/node_modules/govuk-frontend/govuk-prototype-kit/init.scss +0 -14
  1336. data/node_modules/govuk-frontend/govuk-prototype-kit/init.scss.map +0 -1
  1337. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/assets/fonts/bold-affa96571d-v2.woff +0 -0
  1338. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/assets/fonts/bold-b542beb274-v2.woff2 +0 -0
  1339. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/assets/fonts/light-94a07e06a1-v2.woff2 +0 -0
  1340. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/assets/fonts/light-f591b13f7d-v2.woff +0 -0
  1341. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/assets/images/favicon.ico +0 -0
  1342. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/assets/images/govuk-crest-2x.png +0 -0
  1343. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/assets/images/govuk-crest.png +0 -0
  1344. /data/node_modules/govuk-frontend/{govuk/assets/images/govuk-apple-touch-icon-180x180.png → dist/govuk/assets/images/govuk-icon-180.png} +0 -0
  1345. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/assets/images/govuk-opengraph-image.png +0 -0
  1346. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/accordion/README.md +0 -0
  1347. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/accordion/macro.njk +0 -0
  1348. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/back-link/README.md +0 -0
  1349. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/back-link/macro.njk +0 -0
  1350. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/breadcrumbs/README.md +0 -0
  1351. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/breadcrumbs/macro.njk +0 -0
  1352. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/button/README.md +0 -0
  1353. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/button/macro.njk +0 -0
  1354. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/character-count/README.md +0 -0
  1355. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/character-count/macro.njk +0 -0
  1356. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/checkboxes/README.md +0 -0
  1357. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/checkboxes/macro.njk +0 -0
  1358. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/cookie-banner/README.md +0 -0
  1359. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/cookie-banner/macro.njk +0 -0
  1360. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/date-input/README.md +0 -0
  1361. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/date-input/macro.njk +0 -0
  1362. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/details/README.md +0 -0
  1363. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/details/macro-options.json +0 -0
  1364. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/details/macro.njk +0 -0
  1365. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/error-message/README.md +0 -0
  1366. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/error-message/macro.njk +0 -0
  1367. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/error-summary/README.md +0 -0
  1368. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/error-summary/macro.njk +0 -0
  1369. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/exit-this-page/README.md +0 -0
  1370. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/exit-this-page/macro.njk +0 -0
  1371. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/fieldset/README.md +0 -0
  1372. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/fieldset/macro.njk +0 -0
  1373. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/file-upload/README.md +0 -0
  1374. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/file-upload/macro.njk +0 -0
  1375. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/footer/README.md +0 -0
  1376. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/footer/macro.njk +0 -0
  1377. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/header/README.md +0 -0
  1378. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/header/macro.njk +0 -0
  1379. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/hint/README.md +0 -0
  1380. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/hint/macro-options.json +0 -0
  1381. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/hint/macro.njk +0 -0
  1382. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/input/README.md +0 -0
  1383. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/input/macro.njk +0 -0
  1384. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/inset-text/README.md +0 -0
  1385. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/inset-text/macro.njk +0 -0
  1386. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/label/README.md +0 -0
  1387. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/label/macro-options.json +0 -0
  1388. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/label/macro.njk +0 -0
  1389. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/notification-banner/README.md +0 -0
  1390. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/notification-banner/macro.njk +0 -0
  1391. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/pagination/README.md +0 -0
  1392. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/pagination/macro.njk +0 -0
  1393. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/panel/README.md +0 -0
  1394. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/panel/macro-options.json +0 -0
  1395. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/panel/macro.njk +0 -0
  1396. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/phase-banner/README.md +0 -0
  1397. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/phase-banner/macro.njk +0 -0
  1398. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/radios/README.md +0 -0
  1399. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/radios/macro.njk +0 -0
  1400. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/select/README.md +0 -0
  1401. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/select/macro.njk +0 -0
  1402. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/skip-link/README.md +0 -0
  1403. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/skip-link/macro.njk +0 -0
  1404. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/summary-list/README.md +0 -0
  1405. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/summary-list/macro.njk +0 -0
  1406. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/table/README.md +0 -0
  1407. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/table/macro.njk +0 -0
  1408. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/tabs/README.md +0 -0
  1409. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/tabs/macro.njk +0 -0
  1410. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/tag/README.md +0 -0
  1411. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/tag/macro-options.json +0 -0
  1412. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/tag/macro.njk +0 -0
  1413. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/textarea/README.md +0 -0
  1414. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/textarea/macro.njk +0 -0
  1415. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/warning-text/README.md +0 -0
  1416. /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/warning-text/macro.njk +0 -0
@@ -0,0 +1,189 @@
1
+ class I18n {
2
+ constructor(translations = {}, config = {}) {
3
+ var _config$locale;
4
+ this.translations = void 0;
5
+ this.locale = void 0;
6
+ this.translations = translations;
7
+ this.locale = (_config$locale = config.locale) != null ? _config$locale : document.documentElement.lang || 'en';
8
+ }
9
+ t(lookupKey, options) {
10
+ if (!lookupKey) {
11
+ throw new Error('i18n: lookup key missing');
12
+ }
13
+ if (typeof (options == null ? void 0 : options.count) === 'number') {
14
+ lookupKey = `${lookupKey}.${this.getPluralSuffix(lookupKey, options.count)}`;
15
+ }
16
+ const translationString = this.translations[lookupKey];
17
+ if (typeof translationString === 'string') {
18
+ if (translationString.match(/%{(.\S+)}/)) {
19
+ if (!options) {
20
+ throw new Error('i18n: cannot replace placeholders in string if no option data provided');
21
+ }
22
+ return this.replacePlaceholders(translationString, options);
23
+ }
24
+ return translationString;
25
+ }
26
+ return lookupKey;
27
+ }
28
+ replacePlaceholders(translationString, options) {
29
+ const formatter = Intl.NumberFormat.supportedLocalesOf(this.locale).length ? new Intl.NumberFormat(this.locale) : undefined;
30
+ return translationString.replace(/%{(.\S+)}/g, function (placeholderWithBraces, placeholderKey) {
31
+ if (Object.prototype.hasOwnProperty.call(options, placeholderKey)) {
32
+ const placeholderValue = options[placeholderKey];
33
+ if (placeholderValue === false || typeof placeholderValue !== 'number' && typeof placeholderValue !== 'string') {
34
+ return '';
35
+ }
36
+ if (typeof placeholderValue === 'number') {
37
+ return formatter ? formatter.format(placeholderValue) : `${placeholderValue}`;
38
+ }
39
+ return placeholderValue;
40
+ }
41
+ throw new Error(`i18n: no data found to replace ${placeholderWithBraces} placeholder in string`);
42
+ });
43
+ }
44
+ hasIntlPluralRulesSupport() {
45
+ return Boolean('PluralRules' in window.Intl && Intl.PluralRules.supportedLocalesOf(this.locale).length);
46
+ }
47
+ getPluralSuffix(lookupKey, count) {
48
+ count = Number(count);
49
+ if (!isFinite(count)) {
50
+ return 'other';
51
+ }
52
+ const preferredForm = this.hasIntlPluralRulesSupport() ? new Intl.PluralRules(this.locale).select(count) : this.selectPluralFormUsingFallbackRules(count);
53
+ if (`${lookupKey}.${preferredForm}` in this.translations) {
54
+ return preferredForm;
55
+ } else if (`${lookupKey}.other` in this.translations) {
56
+ console.warn(`i18n: Missing plural form ".${preferredForm}" for "${this.locale}" locale. Falling back to ".other".`);
57
+ return 'other';
58
+ }
59
+ throw new Error(`i18n: Plural form ".other" is required for "${this.locale}" locale`);
60
+ }
61
+ selectPluralFormUsingFallbackRules(count) {
62
+ count = Math.abs(Math.floor(count));
63
+ const ruleset = this.getPluralRulesForLocale();
64
+ if (ruleset) {
65
+ return I18n.pluralRules[ruleset](count);
66
+ }
67
+ return 'other';
68
+ }
69
+ getPluralRulesForLocale() {
70
+ const localeShort = this.locale.split('-')[0];
71
+ for (const pluralRule in I18n.pluralRulesMap) {
72
+ const languages = I18n.pluralRulesMap[pluralRule];
73
+ if (languages.includes(this.locale) || languages.includes(localeShort)) {
74
+ return pluralRule;
75
+ }
76
+ }
77
+ }
78
+ }
79
+ I18n.pluralRulesMap = {
80
+ arabic: ['ar'],
81
+ chinese: ['my', 'zh', 'id', 'ja', 'jv', 'ko', 'ms', 'th', 'vi'],
82
+ french: ['hy', 'bn', 'fr', 'gu', 'hi', 'fa', 'pa', 'zu'],
83
+ german: ['af', 'sq', 'az', 'eu', 'bg', 'ca', 'da', 'nl', 'en', 'et', 'fi', 'ka', 'de', 'el', 'hu', 'lb', 'no', 'so', 'sw', 'sv', 'ta', 'te', 'tr', 'ur'],
84
+ irish: ['ga'],
85
+ russian: ['ru', 'uk'],
86
+ scottish: ['gd'],
87
+ spanish: ['pt-PT', 'it', 'es'],
88
+ welsh: ['cy']
89
+ };
90
+ I18n.pluralRules = {
91
+ arabic(n) {
92
+ if (n === 0) {
93
+ return 'zero';
94
+ }
95
+ if (n === 1) {
96
+ return 'one';
97
+ }
98
+ if (n === 2) {
99
+ return 'two';
100
+ }
101
+ if (n % 100 >= 3 && n % 100 <= 10) {
102
+ return 'few';
103
+ }
104
+ if (n % 100 >= 11 && n % 100 <= 99) {
105
+ return 'many';
106
+ }
107
+ return 'other';
108
+ },
109
+ chinese() {
110
+ return 'other';
111
+ },
112
+ french(n) {
113
+ return n === 0 || n === 1 ? 'one' : 'other';
114
+ },
115
+ german(n) {
116
+ return n === 1 ? 'one' : 'other';
117
+ },
118
+ irish(n) {
119
+ if (n === 1) {
120
+ return 'one';
121
+ }
122
+ if (n === 2) {
123
+ return 'two';
124
+ }
125
+ if (n >= 3 && n <= 6) {
126
+ return 'few';
127
+ }
128
+ if (n >= 7 && n <= 10) {
129
+ return 'many';
130
+ }
131
+ return 'other';
132
+ },
133
+ russian(n) {
134
+ const lastTwo = n % 100;
135
+ const last = lastTwo % 10;
136
+ if (last === 1 && lastTwo !== 11) {
137
+ return 'one';
138
+ }
139
+ if (last >= 2 && last <= 4 && !(lastTwo >= 12 && lastTwo <= 14)) {
140
+ return 'few';
141
+ }
142
+ if (last === 0 || last >= 5 && last <= 9 || lastTwo >= 11 && lastTwo <= 14) {
143
+ return 'many';
144
+ }
145
+ return 'other';
146
+ },
147
+ scottish(n) {
148
+ if (n === 1 || n === 11) {
149
+ return 'one';
150
+ }
151
+ if (n === 2 || n === 12) {
152
+ return 'two';
153
+ }
154
+ if (n >= 3 && n <= 10 || n >= 13 && n <= 19) {
155
+ return 'few';
156
+ }
157
+ return 'other';
158
+ },
159
+ spanish(n) {
160
+ if (n === 1) {
161
+ return 'one';
162
+ }
163
+ if (n % 1000000 === 0 && n !== 0) {
164
+ return 'many';
165
+ }
166
+ return 'other';
167
+ },
168
+ welsh(n) {
169
+ if (n === 0) {
170
+ return 'zero';
171
+ }
172
+ if (n === 1) {
173
+ return 'one';
174
+ }
175
+ if (n === 2) {
176
+ return 'two';
177
+ }
178
+ if (n === 3) {
179
+ return 'few';
180
+ }
181
+ if (n === 6) {
182
+ return 'many';
183
+ }
184
+ return 'other';
185
+ }
186
+ };
187
+
188
+ export { I18n };
189
+ //# sourceMappingURL=i18n.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"i18n.mjs","sources":["../../src/govuk/i18n.mjs"],"sourcesContent":["/**\n * Internal support for selecting messages to render, with placeholder\n * interpolation and locale-aware number formatting and pluralisation\n *\n * @internal\n */\nexport class I18n {\n translations\n locale\n\n /**\n * @internal\n * @param {{ [key: string]: unknown }} translations - Key-value pairs of the translation strings to use.\n * @param {object} [config] - Configuration options for the function.\n * @param {string | null} [config.locale] - An overriding locale for the PluralRules functionality.\n */\n constructor(translations = {}, config = {}) {\n // Make list of translations available throughout function\n this.translations = translations\n\n // The locale to use for PluralRules and NumberFormat\n this.locale = config.locale ?? (document.documentElement.lang || 'en')\n }\n\n /**\n * The most used function - takes the key for a given piece of UI text and\n * returns the appropriate string.\n *\n * @internal\n * @param {string} lookupKey - The lookup key of the string to use.\n * @param {{ [key: string]: unknown }} [options] - Any options passed with the translation string, e.g: for string interpolation.\n * @returns {string} The appropriate translation string.\n * @throws {Error} Lookup key required\n * @throws {Error} Options required for `${}` placeholders\n */\n t(lookupKey, options) {\n if (!lookupKey) {\n // Print a console error if no lookup key has been provided\n throw new Error('i18n: lookup key missing')\n }\n\n // If the `count` option is set, determine which plural suffix is needed and\n // change the lookupKey to match. We check to see if it's numeric instead of\n // falsy, as this could legitimately be 0.\n if (typeof options?.count === 'number') {\n // Get the plural suffix\n lookupKey = `${lookupKey}.${this.getPluralSuffix(\n lookupKey,\n options.count\n )}`\n }\n\n // Fetch the translation string for that lookup key\n const translationString = this.translations[lookupKey]\n\n if (typeof translationString === 'string') {\n // Check for ${} placeholders in the translation string\n if (translationString.match(/%{(.\\S+)}/)) {\n if (!options) {\n throw new Error(\n 'i18n: cannot replace placeholders in string if no option data provided'\n )\n }\n\n return this.replacePlaceholders(translationString, options)\n }\n\n return translationString\n }\n\n // If the key wasn't found in our translations object,\n // return the lookup key itself as the fallback\n return lookupKey\n }\n\n /**\n * Takes a translation string with placeholders, and replaces the placeholders\n * with the provided data\n *\n * @internal\n * @param {string} translationString - The translation string\n * @param {{ [key: string]: unknown }} options - Any options passed with the translation string, e.g: for string interpolation.\n * @returns {string} The translation string to output, with $\\{\\} placeholders replaced\n */\n replacePlaceholders(translationString, options) {\n const formatter = Intl.NumberFormat.supportedLocalesOf(this.locale).length\n ? new Intl.NumberFormat(this.locale)\n : undefined\n\n return translationString.replace(\n /%{(.\\S+)}/g,\n\n /**\n * Replace translation string placeholders\n *\n * @internal\n * @param {string} placeholderWithBraces - Placeholder with braces\n * @param {string} placeholderKey - Placeholder key\n * @returns {string} Placeholder value\n */\n function (placeholderWithBraces, placeholderKey) {\n if (Object.prototype.hasOwnProperty.call(options, placeholderKey)) {\n const placeholderValue = options[placeholderKey]\n\n // If a user has passed `false` as the value for the placeholder\n // treat it as though the value should not be displayed\n if (\n placeholderValue === false ||\n (typeof placeholderValue !== 'number' &&\n typeof placeholderValue !== 'string')\n ) {\n return ''\n }\n\n // If the placeholder's value is a number, localise the number formatting\n if (typeof placeholderValue === 'number') {\n return formatter\n ? formatter.format(placeholderValue)\n : `${placeholderValue}`\n }\n\n return placeholderValue\n }\n\n throw new Error(\n `i18n: no data found to replace ${placeholderWithBraces} placeholder in string`\n )\n }\n )\n }\n\n /**\n * Check to see if the browser supports Intl.PluralRules\n *\n * It requires all conditions to be met in order to be supported:\n * - The implementation of Intl supports PluralRules (NOT true in Safari 10–12)\n * - The browser/OS has plural rules for the current locale (browser dependent)\n *\n * {@link https://browsersl.ist/#q=supports+es6-module+and+not+supports+intl-pluralrules}\n *\n * @internal\n * @returns {boolean} Returns true if all conditions are met. Returns false otherwise.\n */\n hasIntlPluralRulesSupport() {\n return Boolean(\n 'PluralRules' in window.Intl &&\n Intl.PluralRules.supportedLocalesOf(this.locale).length\n )\n }\n\n /**\n * Get the appropriate suffix for the plural form.\n *\n * Uses Intl.PluralRules (or our own fallback implementation) to get the\n * 'preferred' form to use for the given count.\n *\n * Checks that a translation has been provided for that plural form – if it\n * hasn't, it'll fall back to the 'other' plural form (unless that doesn't exist\n * either, in which case an error will be thrown)\n *\n * @internal\n * @param {string} lookupKey - The lookup key of the string to use.\n * @param {number} count - Number used to determine which pluralisation to use.\n * @returns {PluralRule} The suffix associated with the correct pluralisation for this locale.\n * @throws {Error} Plural form `.other` required when preferred plural form is missing\n */\n getPluralSuffix(lookupKey, count) {\n // Validate that the number is actually a number.\n //\n // Number(count) will turn anything that can't be converted to a Number type\n // into 'NaN'. isFinite filters out NaN, as it isn't a finite number.\n count = Number(count)\n if (!isFinite(count)) {\n return 'other'\n }\n\n // Check to verify that all the requirements for Intl.PluralRules are met.\n // If so, we can use that instead of our custom implementation. Otherwise,\n // use the hardcoded fallback.\n const preferredForm = this.hasIntlPluralRulesSupport()\n ? new Intl.PluralRules(this.locale).select(count)\n : this.selectPluralFormUsingFallbackRules(count)\n\n // Use the correct plural form if provided\n if (`${lookupKey}.${preferredForm}` in this.translations) {\n return preferredForm\n // Fall back to `other` if the plural form is missing, but log a warning\n // to the console\n } else if (`${lookupKey}.other` in this.translations) {\n console.warn(\n `i18n: Missing plural form \".${preferredForm}\" for \"${this.locale}\" locale. Falling back to \".other\".`\n )\n\n return 'other'\n }\n\n // If the required `other` plural form is missing, all we can do is error\n throw new Error(\n `i18n: Plural form \".other\" is required for \"${this.locale}\" locale`\n )\n }\n\n /**\n * Get the plural form using our fallback implementation\n *\n * This is split out into a separate function to make it easier to test the\n * fallback behaviour in an environment where Intl.PluralRules exists.\n *\n * @internal\n * @param {number} count - Number used to determine which pluralisation to use.\n * @returns {PluralRule} The pluralisation form for count in this locale.\n */\n selectPluralFormUsingFallbackRules(count) {\n // Currently our custom code can only handle positive integers, so let's\n // make sure our number is one of those.\n count = Math.abs(Math.floor(count))\n\n const ruleset = this.getPluralRulesForLocale()\n\n if (ruleset) {\n return I18n.pluralRules[ruleset](count)\n }\n\n return 'other'\n }\n\n /**\n * Work out which pluralisation rules to use for the current locale\n *\n * The locale may include a regional indicator (such as en-GB), but we don't\n * usually care about this part, as pluralisation rules are usually the same\n * regardless of region. There are exceptions, however, (e.g. Portuguese) so\n * this searches by both the full and shortened locale codes, just to be sure.\n *\n * @internal\n * @returns {string | undefined} The name of the pluralisation rule to use (a key for one\n * of the functions in this.pluralRules)\n */\n getPluralRulesForLocale() {\n const localeShort = this.locale.split('-')[0]\n\n // Look through the plural rules map to find which `pluralRule` is\n // appropriate for our current `locale`.\n for (const pluralRule in I18n.pluralRulesMap) {\n const languages = I18n.pluralRulesMap[pluralRule]\n if (languages.includes(this.locale) || languages.includes(localeShort)) {\n return pluralRule\n }\n }\n }\n\n /**\n * Map of plural rules to languages where those rules apply.\n *\n * Note: These groups are named for the most dominant or recognisable language\n * that uses each system. The groupings do not imply that the languages are\n * related to one another. Many languages have evolved the same systems\n * independently of one another.\n *\n * Code to support more languages can be found in the i18n spike:\n * {@link https://github.com/alphagov/govuk-frontend/blob/spike-i18n-support/src/govuk/i18n.mjs}\n *\n * Languages currently supported:\n *\n * Arabic: Arabic (ar)\n * Chinese: Burmese (my), Chinese (zh), Indonesian (id), Japanese (ja),\n * Javanese (jv), Korean (ko), Malay (ms), Thai (th), Vietnamese (vi)\n * French: Armenian (hy), Bangla (bn), French (fr), Gujarati (gu), Hindi (hi),\n * Persian Farsi (fa), Punjabi (pa), Zulu (zu)\n * German: Afrikaans (af), Albanian (sq), Azerbaijani (az), Basque (eu),\n * Bulgarian (bg), Catalan (ca), Danish (da), Dutch (nl), English (en),\n * Estonian (et), Finnish (fi), Georgian (ka), German (de), Greek (el),\n * Hungarian (hu), Luxembourgish (lb), Norwegian (no), Somali (so),\n * Swahili (sw), Swedish (sv), Tamil (ta), Telugu (te), Turkish (tr),\n * Urdu (ur)\n * Irish: Irish Gaelic (ga)\n * Russian: Russian (ru), Ukrainian (uk)\n * Scottish: Scottish Gaelic (gd)\n * Spanish: European Portuguese (pt-PT), Italian (it), Spanish (es)\n * Welsh: Welsh (cy)\n *\n * @internal\n * @type {{ [key: string]: string[] }}\n */\n static pluralRulesMap = {\n arabic: ['ar'],\n chinese: ['my', 'zh', 'id', 'ja', 'jv', 'ko', 'ms', 'th', 'vi'],\n french: ['hy', 'bn', 'fr', 'gu', 'hi', 'fa', 'pa', 'zu'],\n german: [\n 'af',\n 'sq',\n 'az',\n 'eu',\n 'bg',\n 'ca',\n 'da',\n 'nl',\n 'en',\n 'et',\n 'fi',\n 'ka',\n 'de',\n 'el',\n 'hu',\n 'lb',\n 'no',\n 'so',\n 'sw',\n 'sv',\n 'ta',\n 'te',\n 'tr',\n 'ur'\n ],\n irish: ['ga'],\n russian: ['ru', 'uk'],\n scottish: ['gd'],\n spanish: ['pt-PT', 'it', 'es'],\n welsh: ['cy']\n }\n\n /**\n * Different pluralisation rule sets\n *\n * Returns the appropriate suffix for the plural form associated with `n`.\n * Possible suffixes: 'zero', 'one', 'two', 'few', 'many', 'other' (the actual\n * meaning of each differs per locale). 'other' should always exist, even in\n * languages without plurals, such as Chinese.\n * {@link https://cldr.unicode.org/index/cldr-spec/plural-rules}\n *\n * The count must be a positive integer. Negative numbers and decimals aren't accounted for\n *\n * @internal\n * @type {{ [key: string]: (count: number) => PluralRule }}\n */\n static pluralRules = {\n arabic(n) {\n if (n === 0) {\n return 'zero'\n }\n if (n === 1) {\n return 'one'\n }\n if (n === 2) {\n return 'two'\n }\n if (n % 100 >= 3 && n % 100 <= 10) {\n return 'few'\n }\n if (n % 100 >= 11 && n % 100 <= 99) {\n return 'many'\n }\n return 'other'\n },\n chinese() {\n return 'other'\n },\n french(n) {\n return n === 0 || n === 1 ? 'one' : 'other'\n },\n german(n) {\n return n === 1 ? 'one' : 'other'\n },\n irish(n) {\n if (n === 1) {\n return 'one'\n }\n if (n === 2) {\n return 'two'\n }\n if (n >= 3 && n <= 6) {\n return 'few'\n }\n if (n >= 7 && n <= 10) {\n return 'many'\n }\n return 'other'\n },\n russian(n) {\n const lastTwo = n % 100\n const last = lastTwo % 10\n if (last === 1 && lastTwo !== 11) {\n return 'one'\n }\n if (last >= 2 && last <= 4 && !(lastTwo >= 12 && lastTwo <= 14)) {\n return 'few'\n }\n if (\n last === 0 ||\n (last >= 5 && last <= 9) ||\n (lastTwo >= 11 && lastTwo <= 14)\n ) {\n return 'many'\n }\n // Note: The 'other' suffix is only used by decimal numbers in Russian.\n // We don't anticipate it being used, but it's here for consistency.\n return 'other'\n },\n scottish(n) {\n if (n === 1 || n === 11) {\n return 'one'\n }\n if (n === 2 || n === 12) {\n return 'two'\n }\n if ((n >= 3 && n <= 10) || (n >= 13 && n <= 19)) {\n return 'few'\n }\n return 'other'\n },\n spanish(n) {\n if (n === 1) {\n return 'one'\n }\n if (n % 1000000 === 0 && n !== 0) {\n return 'many'\n }\n return 'other'\n },\n welsh(n) {\n if (n === 0) {\n return 'zero'\n }\n if (n === 1) {\n return 'one'\n }\n if (n === 2) {\n return 'two'\n }\n if (n === 3) {\n return 'few'\n }\n if (n === 6) {\n return 'many'\n }\n return 'other'\n }\n }\n}\n\n/**\n * Plural rule category mnemonic tags\n *\n * @internal\n * @typedef {'zero' | 'one' | 'two' | 'few' | 'many' | 'other'} PluralRule\n */\n\n/**\n * Translated message by plural rule they correspond to.\n *\n * Allows to group pluralised messages under a single key when passing\n * translations to a component's constructor\n *\n * @internal\n * @typedef {object} TranslationPluralForms\n * @property {string} [other] - General plural form\n * @property {string} [zero] - Plural form used with 0\n * @property {string} [one] - Plural form used with 1\n * @property {string} [two] - Plural form used with 2\n * @property {string} [few] - Plural form used for a few\n * @property {string} [many] - Plural form used for many\n */\n"],"names":["I18n","constructor","translations","config","_config$locale","locale","document","documentElement","lang","t","lookupKey","options","Error","count","getPluralSuffix","translationString","match","replacePlaceholders","formatter","Intl","NumberFormat","supportedLocalesOf","length","undefined","replace","placeholderWithBraces","placeholderKey","Object","prototype","hasOwnProperty","call","placeholderValue","format","hasIntlPluralRulesSupport","Boolean","window","PluralRules","Number","isFinite","preferredForm","select","selectPluralFormUsingFallbackRules","console","warn","Math","abs","floor","ruleset","getPluralRulesForLocale","pluralRules","localeShort","split","pluralRule","pluralRulesMap","languages","includes","arabic","chinese","french","german","irish","russian","scottish","spanish","welsh","n","lastTwo","last"],"mappings":"AAMO,MAAMA,IAAI,CAAC;EAUhBC,WAAWA,CAACC,YAAY,GAAG,EAAE,EAAEC,MAAM,GAAG,EAAE,EAAE;AAAA,IAAA,IAAAC,cAAA,CAAA;AAAA,IAAA,IAAA,CAT5CF,YAAY,GAAA,KAAA,CAAA,CAAA;AAAA,IAAA,IAAA,CACZG,MAAM,GAAA,KAAA,CAAA,CAAA;IAUJ,IAAI,CAACH,YAAY,GAAGA,YAAY,CAAA;AAGhC,IAAA,IAAI,CAACG,MAAM,GAAA,CAAAD,cAAA,GAAGD,MAAM,CAACE,MAAM,KAAAD,IAAAA,GAAAA,cAAA,GAAKE,QAAQ,CAACC,eAAe,CAACC,IAAI,IAAI,IAAK,CAAA;AACxE,GAAA;AAaAC,EAAAA,CAACA,CAACC,SAAS,EAAEC,OAAO,EAAE;IACpB,IAAI,CAACD,SAAS,EAAE;AAEd,MAAA,MAAM,IAAIE,KAAK,CAAC,0BAA0B,CAAC,CAAA;AAC7C,KAAA;IAKA,IAAI,QAAOD,OAAO,IAAPA,IAAAA,GAAAA,KAAAA,CAAAA,GAAAA,OAAO,CAAEE,KAAK,CAAA,KAAK,QAAQ,EAAE;AAEtCH,MAAAA,SAAS,GAAI,CAAA,EAAEA,SAAU,CAAA,CAAA,EAAG,IAAI,CAACI,eAAe,CAC9CJ,SAAS,EACTC,OAAO,CAACE,KACV,CAAE,CAAC,CAAA,CAAA;AACL,KAAA;AAGA,IAAA,MAAME,iBAAiB,GAAG,IAAI,CAACb,YAAY,CAACQ,SAAS,CAAC,CAAA;AAEtD,IAAA,IAAI,OAAOK,iBAAiB,KAAK,QAAQ,EAAE;AAEzC,MAAA,IAAIA,iBAAiB,CAACC,KAAK,CAAC,WAAW,CAAC,EAAE;QACxC,IAAI,CAACL,OAAO,EAAE;AACZ,UAAA,MAAM,IAAIC,KAAK,CACb,wEACF,CAAC,CAAA;AACH,SAAA;AAEA,QAAA,OAAO,IAAI,CAACK,mBAAmB,CAACF,iBAAiB,EAAEJ,OAAO,CAAC,CAAA;AAC7D,OAAA;AAEA,MAAA,OAAOI,iBAAiB,CAAA;AAC1B,KAAA;AAIA,IAAA,OAAOL,SAAS,CAAA;AAClB,GAAA;AAWAO,EAAAA,mBAAmBA,CAACF,iBAAiB,EAAEJ,OAAO,EAAE;IAC9C,MAAMO,SAAS,GAAGC,IAAI,CAACC,YAAY,CAACC,kBAAkB,CAAC,IAAI,CAAChB,MAAM,CAAC,CAACiB,MAAM,GACtE,IAAIH,IAAI,CAACC,YAAY,CAAC,IAAI,CAACf,MAAM,CAAC,GAClCkB,SAAS,CAAA;IAEb,OAAOR,iBAAiB,CAACS,OAAO,CAC9B,YAAY,EAUZ,UAAUC,qBAAqB,EAAEC,cAAc,EAAE;AAC/C,MAAA,IAAIC,MAAM,CAACC,SAAS,CAACC,cAAc,CAACC,IAAI,CAACnB,OAAO,EAAEe,cAAc,CAAC,EAAE;AACjE,QAAA,MAAMK,gBAAgB,GAAGpB,OAAO,CAACe,cAAc,CAAC,CAAA;AAIhD,QAAA,IACEK,gBAAgB,KAAK,KAAK,IACzB,OAAOA,gBAAgB,KAAK,QAAQ,IACnC,OAAOA,gBAAgB,KAAK,QAAS,EACvC;AACA,UAAA,OAAO,EAAE,CAAA;AACX,SAAA;AAGA,QAAA,IAAI,OAAOA,gBAAgB,KAAK,QAAQ,EAAE;UACxC,OAAOb,SAAS,GACZA,SAAS,CAACc,MAAM,CAACD,gBAAgB,CAAC,GACjC,CAAEA,EAAAA,gBAAiB,CAAC,CAAA,CAAA;AAC3B,SAAA;AAEA,QAAA,OAAOA,gBAAgB,CAAA;AACzB,OAAA;AAEA,MAAA,MAAM,IAAInB,KAAK,CACZ,CAAiCa,+BAAAA,EAAAA,qBAAsB,wBAC1D,CAAC,CAAA;AACH,KACF,CAAC,CAAA;AACH,GAAA;AAcAQ,EAAAA,yBAAyBA,GAAG;IAC1B,OAAOC,OAAO,CACZ,aAAa,IAAIC,MAAM,CAAChB,IAAI,IAC1BA,IAAI,CAACiB,WAAW,CAACf,kBAAkB,CAAC,IAAI,CAAChB,MAAM,CAAC,CAACiB,MACrD,CAAC,CAAA;AACH,GAAA;AAkBAR,EAAAA,eAAeA,CAACJ,SAAS,EAAEG,KAAK,EAAE;AAKhCA,IAAAA,KAAK,GAAGwB,MAAM,CAACxB,KAAK,CAAC,CAAA;AACrB,IAAA,IAAI,CAACyB,QAAQ,CAACzB,KAAK,CAAC,EAAE;AACpB,MAAA,OAAO,OAAO,CAAA;AAChB,KAAA;AAKA,IAAA,MAAM0B,aAAa,GAAG,IAAI,CAACN,yBAAyB,EAAE,GAClD,IAAId,IAAI,CAACiB,WAAW,CAAC,IAAI,CAAC/B,MAAM,CAAC,CAACmC,MAAM,CAAC3B,KAAK,CAAC,GAC/C,IAAI,CAAC4B,kCAAkC,CAAC5B,KAAK,CAAC,CAAA;IAGlD,IAAK,CAAA,EAAEH,SAAU,CAAG6B,CAAAA,EAAAA,aAAc,EAAC,IAAI,IAAI,CAACrC,YAAY,EAAE;AACxD,MAAA,OAAOqC,aAAa,CAAA;KAGrB,MAAM,IAAK,CAAE7B,EAAAA,SAAU,QAAO,IAAI,IAAI,CAACR,YAAY,EAAE;MACpDwC,OAAO,CAACC,IAAI,CACT,CAA8BJ,4BAAAA,EAAAA,aAAc,UAAS,IAAI,CAAClC,MAAO,CAAA,mCAAA,CACpE,CAAC,CAAA;AAED,MAAA,OAAO,OAAO,CAAA;AAChB,KAAA;IAGA,MAAM,IAAIO,KAAK,CACZ,CAAA,4CAAA,EAA8C,IAAI,CAACP,MAAO,UAC7D,CAAC,CAAA;AACH,GAAA;EAYAoC,kCAAkCA,CAAC5B,KAAK,EAAE;IAGxCA,KAAK,GAAG+B,IAAI,CAACC,GAAG,CAACD,IAAI,CAACE,KAAK,CAACjC,KAAK,CAAC,CAAC,CAAA;AAEnC,IAAA,MAAMkC,OAAO,GAAG,IAAI,CAACC,uBAAuB,EAAE,CAAA;AAE9C,IAAA,IAAID,OAAO,EAAE;MACX,OAAO/C,IAAI,CAACiD,WAAW,CAACF,OAAO,CAAC,CAAClC,KAAK,CAAC,CAAA;AACzC,KAAA;AAEA,IAAA,OAAO,OAAO,CAAA;AAChB,GAAA;AAcAmC,EAAAA,uBAAuBA,GAAG;AACxB,IAAA,MAAME,WAAW,GAAG,IAAI,CAAC7C,MAAM,CAAC8C,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAA;AAI7C,IAAA,KAAK,MAAMC,UAAU,IAAIpD,IAAI,CAACqD,cAAc,EAAE;AAC5C,MAAA,MAAMC,SAAS,GAAGtD,IAAI,CAACqD,cAAc,CAACD,UAAU,CAAC,CAAA;AACjD,MAAA,IAAIE,SAAS,CAACC,QAAQ,CAAC,IAAI,CAAClD,MAAM,CAAC,IAAIiD,SAAS,CAACC,QAAQ,CAACL,WAAW,CAAC,EAAE;AACtE,QAAA,OAAOE,UAAU,CAAA;AACnB,OAAA;AACF,KAAA;AACF,GAAA;AA6LF,CAAA;AAhbapD,IAAI,CAsRRqD,cAAc,GAAG;EACtBG,MAAM,EAAE,CAAC,IAAI,CAAC;AACdC,EAAAA,OAAO,EAAE,CAAC,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,CAAC;AAC/DC,EAAAA,MAAM,EAAE,CAAC,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,CAAC;EACxDC,MAAM,EAAE,CACN,IAAI,EACJ,IAAI,EACJ,IAAI,EACJ,IAAI,EACJ,IAAI,EACJ,IAAI,EACJ,IAAI,EACJ,IAAI,EACJ,IAAI,EACJ,IAAI,EACJ,IAAI,EACJ,IAAI,EACJ,IAAI,EACJ,IAAI,EACJ,IAAI,EACJ,IAAI,EACJ,IAAI,EACJ,IAAI,EACJ,IAAI,EACJ,IAAI,EACJ,IAAI,EACJ,IAAI,EACJ,IAAI,EACJ,IAAI,CACL;EACDC,KAAK,EAAE,CAAC,IAAI,CAAC;AACbC,EAAAA,OAAO,EAAE,CAAC,IAAI,EAAE,IAAI,CAAC;EACrBC,QAAQ,EAAE,CAAC,IAAI,CAAC;AAChBC,EAAAA,OAAO,EAAE,CAAC,OAAO,EAAE,IAAI,EAAE,IAAI,CAAC;EAC9BC,KAAK,EAAE,CAAC,IAAI,CAAA;AACd,CAAC,CAAA;AAzTUhE,IAAI,CAyURiD,WAAW,GAAG;EACnBO,MAAMA,CAACS,CAAC,EAAE;IACR,IAAIA,CAAC,KAAK,CAAC,EAAE;AACX,MAAA,OAAO,MAAM,CAAA;AACf,KAAA;IACA,IAAIA,CAAC,KAAK,CAAC,EAAE;AACX,MAAA,OAAO,KAAK,CAAA;AACd,KAAA;IACA,IAAIA,CAAC,KAAK,CAAC,EAAE;AACX,MAAA,OAAO,KAAK,CAAA;AACd,KAAA;IACA,IAAIA,CAAC,GAAG,GAAG,IAAI,CAAC,IAAIA,CAAC,GAAG,GAAG,IAAI,EAAE,EAAE;AACjC,MAAA,OAAO,KAAK,CAAA;AACd,KAAA;IACA,IAAIA,CAAC,GAAG,GAAG,IAAI,EAAE,IAAIA,CAAC,GAAG,GAAG,IAAI,EAAE,EAAE;AAClC,MAAA,OAAO,MAAM,CAAA;AACf,KAAA;AACA,IAAA,OAAO,OAAO,CAAA;GACf;AACDR,EAAAA,OAAOA,GAAG;AACR,IAAA,OAAO,OAAO,CAAA;GACf;EACDC,MAAMA,CAACO,CAAC,EAAE;IACR,OAAOA,CAAC,KAAK,CAAC,IAAIA,CAAC,KAAK,CAAC,GAAG,KAAK,GAAG,OAAO,CAAA;GAC5C;EACDN,MAAMA,CAACM,CAAC,EAAE;AACR,IAAA,OAAOA,CAAC,KAAK,CAAC,GAAG,KAAK,GAAG,OAAO,CAAA;GACjC;EACDL,KAAKA,CAACK,CAAC,EAAE;IACP,IAAIA,CAAC,KAAK,CAAC,EAAE;AACX,MAAA,OAAO,KAAK,CAAA;AACd,KAAA;IACA,IAAIA,CAAC,KAAK,CAAC,EAAE;AACX,MAAA,OAAO,KAAK,CAAA;AACd,KAAA;AACA,IAAA,IAAIA,CAAC,IAAI,CAAC,IAAIA,CAAC,IAAI,CAAC,EAAE;AACpB,MAAA,OAAO,KAAK,CAAA;AACd,KAAA;AACA,IAAA,IAAIA,CAAC,IAAI,CAAC,IAAIA,CAAC,IAAI,EAAE,EAAE;AACrB,MAAA,OAAO,MAAM,CAAA;AACf,KAAA;AACA,IAAA,OAAO,OAAO,CAAA;GACf;EACDJ,OAAOA,CAACI,CAAC,EAAE;AACT,IAAA,MAAMC,OAAO,GAAGD,CAAC,GAAG,GAAG,CAAA;AACvB,IAAA,MAAME,IAAI,GAAGD,OAAO,GAAG,EAAE,CAAA;AACzB,IAAA,IAAIC,IAAI,KAAK,CAAC,IAAID,OAAO,KAAK,EAAE,EAAE;AAChC,MAAA,OAAO,KAAK,CAAA;AACd,KAAA;AACA,IAAA,IAAIC,IAAI,IAAI,CAAC,IAAIA,IAAI,IAAI,CAAC,IAAI,EAAED,OAAO,IAAI,EAAE,IAAIA,OAAO,IAAI,EAAE,CAAC,EAAE;AAC/D,MAAA,OAAO,KAAK,CAAA;AACd,KAAA;AACA,IAAA,IACEC,IAAI,KAAK,CAAC,IACTA,IAAI,IAAI,CAAC,IAAIA,IAAI,IAAI,CAAE,IACvBD,OAAO,IAAI,EAAE,IAAIA,OAAO,IAAI,EAAG,EAChC;AACA,MAAA,OAAO,MAAM,CAAA;AACf,KAAA;AAGA,IAAA,OAAO,OAAO,CAAA;GACf;EACDJ,QAAQA,CAACG,CAAC,EAAE;AACV,IAAA,IAAIA,CAAC,KAAK,CAAC,IAAIA,CAAC,KAAK,EAAE,EAAE;AACvB,MAAA,OAAO,KAAK,CAAA;AACd,KAAA;AACA,IAAA,IAAIA,CAAC,KAAK,CAAC,IAAIA,CAAC,KAAK,EAAE,EAAE;AACvB,MAAA,OAAO,KAAK,CAAA;AACd,KAAA;AACA,IAAA,IAAKA,CAAC,IAAI,CAAC,IAAIA,CAAC,IAAI,EAAE,IAAMA,CAAC,IAAI,EAAE,IAAIA,CAAC,IAAI,EAAG,EAAE;AAC/C,MAAA,OAAO,KAAK,CAAA;AACd,KAAA;AACA,IAAA,OAAO,OAAO,CAAA;GACf;EACDF,OAAOA,CAACE,CAAC,EAAE;IACT,IAAIA,CAAC,KAAK,CAAC,EAAE;AACX,MAAA,OAAO,KAAK,CAAA;AACd,KAAA;IACA,IAAIA,CAAC,GAAG,OAAO,KAAK,CAAC,IAAIA,CAAC,KAAK,CAAC,EAAE;AAChC,MAAA,OAAO,MAAM,CAAA;AACf,KAAA;AACA,IAAA,OAAO,OAAO,CAAA;GACf;EACDD,KAAKA,CAACC,CAAC,EAAE;IACP,IAAIA,CAAC,KAAK,CAAC,EAAE;AACX,MAAA,OAAO,MAAM,CAAA;AACf,KAAA;IACA,IAAIA,CAAC,KAAK,CAAC,EAAE;AACX,MAAA,OAAO,KAAK,CAAA;AACd,KAAA;IACA,IAAIA,CAAC,KAAK,CAAC,EAAE;AACX,MAAA,OAAO,KAAK,CAAA;AACd,KAAA;IACA,IAAIA,CAAC,KAAK,CAAC,EAAE;AACX,MAAA,OAAO,KAAK,CAAA;AACd,KAAA;IACA,IAAIA,CAAC,KAAK,CAAC,EAAE;AACX,MAAA,OAAO,MAAM,CAAA;AACf,KAAA;AACA,IAAA,OAAO,OAAO,CAAA;AAChB,GAAA;AACF,CAAC;;;;"}
@@ -0,0 +1,21 @@
1
+ {#
2
+ Renders translated text into data attributes by translation key
3
+
4
+ - Provide params.message for translation text, singular
5
+ - Provide params.messages for translation text by corresponding plural rule
6
+
7
+ {@link https://cldr.unicode.org/index/cldr-spec/plural-rules}
8
+
9
+ Helps reduce the boilerplate in component templates as they're quite verbose
10
+
11
+ @private
12
+ @param {object} params - i18n macro params
13
+ @param {string} params.key - Translation key (kebab-case)
14
+ @param {string} [params.message] - Translation text, singular
15
+ @param {{ [pluralRule: string]: string }} [params.messages] - Translation text by corresponding plural rule (optional, overrides params.message)
16
+ #}
17
+ {% macro govukI18nAttributes(params) %}
18
+ {%- if params.messages -%}
19
+ {% for pluralRule, message in params.messages %} data-i18n.{{ params.key }}.{{ pluralRule }}="{{ message | escape }}"{% endfor %}
20
+ {% elseif params.message %} data-i18n.{{ params.key }}="{{ params.message | escape }}"{% endif -%}
21
+ {% endmacro %}
@@ -0,0 +1,8 @@
1
+ @import "button-group";
2
+ @import "form-group";
3
+ @import "grid";
4
+ @import "main-wrapper";
5
+ @import "template";
6
+ @import "width-container";
7
+
8
+ /*# sourceMappingURL=_all.scss.map */
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../src/govuk/objects/_all.scss"],"names":[],"mappings":"AAAA,sBAAsB;AACtB,oBAAoB;AACpB,cAAc;AACd,sBAAsB;AACtB,kBAAkB;AAClB,yBAAyB","file":"_all.scss","sourcesContent":["@import \"button-group\";\n@import \"form-group\";\n@import \"grid\";\n@import \"main-wrapper\";\n@import \"template\";\n@import \"width-container\";\n"]}
@@ -0,0 +1,80 @@
1
+ @import "../base";
2
+
3
+ @include govuk-exports("govuk/objects/button-group") {
4
+ // Button groups can be used to group buttons and links together as a group.
5
+ //
6
+ // Within a button group:
7
+ //
8
+ // - links are styled to line up visually with the buttons, including being
9
+ // centre-aligned on mobile
10
+ // - spacing between the buttons and links is handled automatically, including
11
+ // when they wrap across multiple lines
12
+ .govuk-button-group {
13
+ $horizontal-gap: govuk-spacing(3);
14
+ $vertical-gap: govuk-spacing(3);
15
+
16
+ // These need to be kept in sync with the button component's styles
17
+ $button-padding: govuk-spacing(2);
18
+ $button-shadow-size: $govuk-border-width-form-element;
19
+
20
+ $link-spacing: govuk-spacing(1);
21
+
22
+ @include govuk-responsive-margin(6, "bottom", $adjustment: $vertical-gap * -1);
23
+
24
+ // Flexbox is used to center-align links on mobile, align everything along
25
+ // the baseline on tablet and above, and to removes extra whitespace that
26
+ // we'd get between the buttons and links because they're inline-blocks.
27
+ //
28
+ // Ideally we'd use `gap` with flexbox rather than having to do it all with
29
+ // margins, but unfortunately the support isn't there (yet) and @supports
30
+ // doesn't play nicely with it
31
+ // (https://github.com/w3c/csswg-drafts/issues/3559)
32
+ display: flex;
33
+ flex-direction: column;
34
+ align-items: center;
35
+
36
+ // Give links within the button group the same font-size and line-height
37
+ // as buttons.
38
+ //
39
+ // Because we want the focus state to be tight around the link text, we use
40
+ // margins where the buttons would use padding.
41
+ .govuk-link {
42
+ @include govuk-font($size: 19, $line-height: 19px);
43
+ display: inline-block;
44
+ // Prevent links overflowing their container in IE10/11 because of bug
45
+ // with align-items: center
46
+ max-width: 100%;
47
+ margin-top: $link-spacing;
48
+ margin-bottom: $link-spacing + $vertical-gap;
49
+ text-align: center;
50
+ }
51
+
52
+ // Reduce the bottom margin to the size of the vertical gap (accommodating
53
+ // the button shadow) – the 'lost' margin is moved to the button-group.
54
+ .govuk-button {
55
+ margin-bottom: $vertical-gap + $button-shadow-size;
56
+ }
57
+
58
+ // On tablet and above, we also introduce a 'column gap' between the
59
+ // buttons and links in each row and left align links
60
+ @include govuk-media-query($from: tablet) {
61
+ // Cancel out the column gap for the last item in each row
62
+ margin-right: ($horizontal-gap * -1);
63
+
64
+ flex-direction: row;
65
+ flex-wrap: wrap;
66
+ align-items: baseline;
67
+
68
+ .govuk-button,
69
+ .govuk-link {
70
+ margin-right: $horizontal-gap;
71
+ }
72
+
73
+ .govuk-link {
74
+ text-align: left;
75
+ }
76
+ }
77
+ }
78
+ }
79
+
80
+ /*# sourceMappingURL=_button-group.scss.map */
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../src/govuk/objects/_button-group.scss"],"names":[],"mappings":"AAAA,iBAAiB;;AAEjB;EACE,2EAA2E;EAC3E,CAAC;EACD,wBAAwB;EACxB,CAAC;EACD,0EAA0E;EAC1E,4BAA4B;EAC5B,6EAA6E;EAC7E,wCAAwC;EACxC;IACE,iCAAiC;IACjC,+BAA+B;;IAE/B,kEAAkE;IAClE,iCAAiC;IACjC,qDAAqD;;IAErD,+BAA+B;;IAE/B,8EAA8E;;IAE9E,yEAAyE;IACzE,wEAAwE;IACxE,uEAAuE;IACvE,CAAC;IACD,0EAA0E;IAC1E,wEAAwE;IACxE,6BAA6B;IAC7B,mDAAmD;IACnD,aAAa;IACb,sBAAsB;IACtB,mBAAmB;;IAEnB,uEAAuE;IACvE,aAAa;IACb,CAAC;IACD,0EAA0E;IAC1E,8CAA8C;IAC9C;MACE,kDAAkD;MAClD,qBAAqB;MACrB,qEAAqE;MACrE,0BAA0B;MAC1B,eAAe;MACf,yBAAyB;MACzB,4CAA4C;MAC5C,kBAAkB;IACpB;;IAEA,yEAAyE;IACzE,sEAAsE;IACtE;MACE,kDAAkD;IACpD;;IAEA,mEAAmE;IACnE,oDAAoD;IACpD;MACE,yDAAyD;MACzD,oCAAoC;;MAEpC,mBAAmB;MACnB,eAAe;MACf,qBAAqB;;MAErB;;QAEE,6BAA6B;MAC/B;;MAEA;QACE,gBAAgB;MAClB;IACF;EACF;AACF","file":"_button-group.scss","sourcesContent":["@import \"../base\";\n\n@include govuk-exports(\"govuk/objects/button-group\") {\n // Button groups can be used to group buttons and links together as a group.\n //\n // Within a button group:\n //\n // - links are styled to line up visually with the buttons, including being\n // centre-aligned on mobile\n // - spacing between the buttons and links is handled automatically, including\n // when they wrap across multiple lines\n .govuk-button-group {\n $horizontal-gap: govuk-spacing(3);\n $vertical-gap: govuk-spacing(3);\n\n // These need to be kept in sync with the button component's styles\n $button-padding: govuk-spacing(2);\n $button-shadow-size: $govuk-border-width-form-element;\n\n $link-spacing: govuk-spacing(1);\n\n @include govuk-responsive-margin(6, \"bottom\", $adjustment: $vertical-gap * -1);\n\n // Flexbox is used to center-align links on mobile, align everything along\n // the baseline on tablet and above, and to removes extra whitespace that\n // we'd get between the buttons and links because they're inline-blocks.\n //\n // Ideally we'd use `gap` with flexbox rather than having to do it all with\n // margins, but unfortunately the support isn't there (yet) and @supports\n // doesn't play nicely with it\n // (https://github.com/w3c/csswg-drafts/issues/3559)\n display: flex;\n flex-direction: column;\n align-items: center;\n\n // Give links within the button group the same font-size and line-height\n // as buttons.\n //\n // Because we want the focus state to be tight around the link text, we use\n // margins where the buttons would use padding.\n .govuk-link {\n @include govuk-font($size: 19, $line-height: 19px);\n display: inline-block;\n // Prevent links overflowing their container in IE10/11 because of bug\n // with align-items: center\n max-width: 100%;\n margin-top: $link-spacing;\n margin-bottom: $link-spacing + $vertical-gap;\n text-align: center;\n }\n\n // Reduce the bottom margin to the size of the vertical gap (accommodating\n // the button shadow) – the 'lost' margin is moved to the button-group.\n .govuk-button {\n margin-bottom: $vertical-gap + $button-shadow-size;\n }\n\n // On tablet and above, we also introduce a 'column gap' between the\n // buttons and links in each row and left align links\n @include govuk-media-query($from: tablet) {\n // Cancel out the column gap for the last item in each row\n margin-right: ($horizontal-gap * -1);\n\n flex-direction: row;\n flex-wrap: wrap;\n align-items: baseline;\n\n .govuk-button,\n .govuk-link {\n margin-right: $horizontal-gap;\n }\n\n .govuk-link {\n text-align: left;\n }\n }\n }\n}\n"]}
@@ -0,0 +1,25 @@
1
+ @import "../base";
2
+
3
+ @include govuk-exports("govuk/objects/form-group") {
4
+ .govuk-form-group {
5
+ @include govuk-clearfix;
6
+ @include govuk-responsive-margin(6, "bottom");
7
+
8
+ .govuk-form-group:last-of-type {
9
+ margin-bottom: 0; // Remove margin from last item in nested groups
10
+ }
11
+ }
12
+
13
+ .govuk-form-group--error {
14
+ padding-left: govuk-spacing(3);
15
+ border-left: $govuk-border-width-form-group-error solid $govuk-error-colour;
16
+
17
+ .govuk-form-group {
18
+ // Reset error styles in nested form groups that might have error class
19
+ padding: 0;
20
+ border: 0;
21
+ }
22
+ }
23
+ }
24
+
25
+ /*# sourceMappingURL=_form-group.scss.map */
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../src/govuk/objects/_form-group.scss"],"names":[],"mappings":"AAAA,iBAAiB;;AAEjB;EACE;IACE,uBAAuB;IACvB,6CAA6C;;IAE7C;MACE,gBAAgB,EAAE,+CAA+C;IACnE;EACF;;EAEA;IACE,8BAA8B;IAC9B,2EAA2E;;IAE3E;MACE,sEAAsE;MACtE,UAAU;MACV,SAAS;IACX;EACF;AACF","file":"_form-group.scss","sourcesContent":["@import \"../base\";\n\n@include govuk-exports(\"govuk/objects/form-group\") {\n .govuk-form-group {\n @include govuk-clearfix;\n @include govuk-responsive-margin(6, \"bottom\");\n\n .govuk-form-group:last-of-type {\n margin-bottom: 0; // Remove margin from last item in nested groups\n }\n }\n\n .govuk-form-group--error {\n padding-left: govuk-spacing(3);\n border-left: $govuk-border-width-form-group-error solid $govuk-error-colour;\n\n .govuk-form-group {\n // Reset error styles in nested form groups that might have error class\n padding: 0;\n border: 0;\n }\n }\n}\n"]}
@@ -0,0 +1,26 @@
1
+ @import "../base";
2
+
3
+ @include govuk-exports("govuk/objects/grid") {
4
+ .govuk-grid-row {
5
+ @include govuk-clearfix;
6
+ margin-right: -($govuk-gutter-half);
7
+ margin-left: -($govuk-gutter-half);
8
+ }
9
+
10
+ @each $width in map-keys($govuk-grid-widths) {
11
+ .govuk-grid-column-#{$width} {
12
+ @include govuk-grid-column($width);
13
+ }
14
+ }
15
+
16
+ // These *must* be defined in a separate loop as they have the same
17
+ // specificity as the non-breakpoint specific classes, so need to appear after
18
+ // them in the outputted CSS
19
+ @each $width in map-keys($govuk-grid-widths) {
20
+ .govuk-grid-column-#{$width}-from-desktop {
21
+ @include govuk-grid-column($width, $at: desktop);
22
+ }
23
+ }
24
+ }
25
+
26
+ /*# sourceMappingURL=_grid.scss.map */
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../src/govuk/objects/_grid.scss"],"names":[],"mappings":"AAAA,iBAAiB;;AAEjB;EACE;IACE,uBAAuB;IACvB,mCAAmC;IACnC,kCAAkC;EACpC;;EAEA;IACE;MACE,kCAAkC;IACpC;EACF;;EAEA,kEAAkE;EAClE,6EAA6E;EAC7E,2BAA2B;EAC3B;IACE;MACE,gDAAgD;IAClD;EACF;AACF","file":"_grid.scss","sourcesContent":["@import \"../base\";\n\n@include govuk-exports(\"govuk/objects/grid\") {\n .govuk-grid-row {\n @include govuk-clearfix;\n margin-right: -($govuk-gutter-half);\n margin-left: -($govuk-gutter-half);\n }\n\n @each $width in map-keys($govuk-grid-widths) {\n .govuk-grid-column-#{$width} {\n @include govuk-grid-column($width);\n }\n }\n\n // These *must* be defined in a separate loop as they have the same\n // specificity as the non-breakpoint specific classes, so need to appear after\n // them in the outputted CSS\n @each $width in map-keys($govuk-grid-widths) {\n .govuk-grid-column-#{$width}-from-desktop {\n @include govuk-grid-column($width, $at: desktop);\n }\n }\n}\n"]}
@@ -0,0 +1,55 @@
1
+ @import "../base";
2
+
3
+ ////
4
+ /// @group objects/layout
5
+ ////
6
+
7
+ // Example usage with Breadcrumbs, phase banners, back links:
8
+ // <div class="govuk-width-container">
9
+ // <!-- Breadcrumbs, phase banners, back links are placed in here. -->
10
+ // <div class="govuk-main-wrapper">
11
+ // <!-- Wrapper for the main content of your page which applies padding
12
+ // to the top / bottom -->
13
+ // </div>
14
+ // </div>
15
+ //
16
+ // Example usage without Breadcrumbs, phase banners, back links:
17
+ // <div class="govuk-width-container">
18
+ // <div class="govuk-main-wrapper govuk-main-wrapper--l">
19
+ // <!-- Wrapper for the main content of your page which applies padding
20
+ // to the top / bottom -->
21
+ // </div>
22
+ // </div>
23
+
24
+ @include govuk-exports("govuk/objects/main-wrapper") {
25
+ .govuk-main-wrapper {
26
+ // In IE11 the `main` element can be used, but is not recognized –
27
+ // meaning it's not defined in IE's default style sheet,
28
+ // so it uses CSS initial value, which is inline.
29
+ display: block;
30
+ padding-top: govuk-spacing(4);
31
+ padding-bottom: govuk-spacing(4);
32
+
33
+ @include govuk-media-query($from: tablet) {
34
+ // This spacing is manually adjusted to replicate the margin of
35
+ // govuk-heading-xl (50px) minus the spacing of back link and
36
+ // breadcrumbs (10px)
37
+ padding-top: govuk-spacing(7);
38
+ padding-bottom: govuk-spacing(7);
39
+ }
40
+ }
41
+
42
+ // Using the `.govuk-main-wrapper--auto-spacing` modifier should apply the
43
+ // correct spacing depending on whether there are any elements
44
+ // (such the back link, breadcrumbs or phase banner components) before the
45
+ // `.govuk-main-wrapper` in the `govuk-width-container`.
46
+ //
47
+ // If you need to control the spacing manually, use the
48
+ // `govuk-main-wrapper--l` modifier instead.
49
+ .govuk-main-wrapper--auto-spacing:first-child,
50
+ .govuk-main-wrapper--l {
51
+ @include govuk-responsive-padding(8, "top");
52
+ }
53
+ }
54
+
55
+ /*# sourceMappingURL=_main-wrapper.scss.map */
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../src/govuk/objects/_main-wrapper.scss"],"names":[],"mappings":"AAAA,iBAAiB;;AAEjB,GAAG;AACH,wBAAwB;AACxB,GAAG;;AAEH,4DAA4D;AAC5D,qCAAqC;AACrC,uEAAuE;AACvE,oCAAoC;AACpC,4EAA4E;AAC5E,oCAAoC;AACpC,UAAU;AACV,QAAQ;AACR,CAAC;AACD,+DAA+D;AAC/D,qCAAqC;AACrC,0DAA0D;AAC1D,4EAA4E;AAC5E,oCAAoC;AACpC,UAAU;AACV,QAAQ;;AAER;EACE;IACE,kEAAkE;IAClE,uDAAuD;IACvD,gDAAgD;IAChD,cAAc;IACd,6BAA6B;IAC7B,gCAAgC;;IAEhC;MACE,8DAA8D;MAC9D,4DAA4D;MAC5D,oBAAoB;MACpB,6BAA6B;MAC7B,gCAAgC;IAClC;EACF;;EAEA,yEAAyE;EACzE,6DAA6D;EAC7D,yEAAyE;EACzE,uDAAuD;EACvD,CAAC;EACD,sDAAsD;EACtD,2CAA2C;EAC3C;;IAEE,2CAA2C;EAC7C;AACF","file":"_main-wrapper.scss","sourcesContent":["@import \"../base\";\n\n////\n/// @group objects/layout\n////\n\n// Example usage with Breadcrumbs, phase banners, back links:\n// <div class=\"govuk-width-container\">\n// <!-- Breadcrumbs, phase banners, back links are placed in here. -->\n// <div class=\"govuk-main-wrapper\">\n// <!-- Wrapper for the main content of your page which applies padding\n// to the top / bottom -->\n// </div>\n// </div>\n//\n// Example usage without Breadcrumbs, phase banners, back links:\n// <div class=\"govuk-width-container\">\n// <div class=\"govuk-main-wrapper govuk-main-wrapper--l\">\n// <!-- Wrapper for the main content of your page which applies padding\n// to the top / bottom -->\n// </div>\n// </div>\n\n@include govuk-exports(\"govuk/objects/main-wrapper\") {\n .govuk-main-wrapper {\n // In IE11 the `main` element can be used, but is not recognized –\n // meaning it's not defined in IE's default style sheet,\n // so it uses CSS initial value, which is inline.\n display: block;\n padding-top: govuk-spacing(4);\n padding-bottom: govuk-spacing(4);\n\n @include govuk-media-query($from: tablet) {\n // This spacing is manually adjusted to replicate the margin of\n // govuk-heading-xl (50px) minus the spacing of back link and\n // breadcrumbs (10px)\n padding-top: govuk-spacing(7);\n padding-bottom: govuk-spacing(7);\n }\n }\n\n // Using the `.govuk-main-wrapper--auto-spacing` modifier should apply the\n // correct spacing depending on whether there are any elements\n // (such the back link, breadcrumbs or phase banner components) before the\n // `.govuk-main-wrapper` in the `govuk-width-container`.\n //\n // If you need to control the spacing manually, use the\n // `govuk-main-wrapper--l` modifier instead.\n .govuk-main-wrapper--auto-spacing:first-child,\n .govuk-main-wrapper--l {\n @include govuk-responsive-padding(8, \"top\");\n }\n}\n"]}
@@ -0,0 +1,53 @@
1
+ @import "../base";
2
+
3
+ @include govuk-exports("govuk/objects/template") {
4
+ // Applied to the <html> element
5
+ .govuk-template {
6
+ // Set the overall page background colour to the same colour as used by the
7
+ // footer to give the illusion of a long footer.
8
+ background-color: $govuk-canvas-background-colour;
9
+
10
+ // Prevent automatic text sizing, as we already cater for small devices and
11
+ // would like the browser to stay on 100% text zoom by default.
12
+ -webkit-text-size-adjust: 100%;
13
+ -moz-text-size-adjust: 100%;
14
+ text-size-adjust: 100%;
15
+
16
+ // Add scroll padding to the top of govuk-template but remove it if the
17
+ // exit this page component is present.
18
+ //
19
+ // This is a solution to exit this page potentially failing WCAG SC 2.4.12:
20
+ // Focus Not Obscured (https://www.w3.org/WAI/WCAG22/Understanding/focus-not-obscured-minimum.html)
21
+ // due to it's sticky positioning.
22
+ //
23
+ // This will apply scroll-padding-top in any browsers that don't support :has
24
+ // (https://caniuse.com/css-has). This is part of the reason we do this in
25
+ // a "wrong way round" way as we hypothesise that the risks of having
26
+ // scroll-padding unnecessarily is better than risking not having scroll-padding
27
+ // and needing it to account for exit this page.
28
+ @supports ((position: -webkit-sticky) or (position: sticky)) {
29
+ scroll-padding-top: govuk-spacing(9);
30
+
31
+ &:not(:has(.govuk-exit-this-page)) {
32
+ scroll-padding-top: 0;
33
+ }
34
+ }
35
+
36
+ // Force the scrollbar to always display in IE, to prevent horizontal page
37
+ // jumps as content height changes (e.g. autocomplete results open).
38
+ @include govuk-media-query($media-type: screen) {
39
+ overflow-y: scroll;
40
+ }
41
+ }
42
+
43
+ // Applied to the <body> element
44
+ .govuk-template__body {
45
+ // The default margins set by user-agents are not required since we have our
46
+ // own containers.
47
+ margin: 0;
48
+ // Set the overall body of the page back to the typical background colour.
49
+ background-color: $govuk-body-background-colour;
50
+ }
51
+ }
52
+
53
+ /*# sourceMappingURL=_template.scss.map */
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../src/govuk/objects/_template.scss"],"names":[],"mappings":"AAAA,iBAAiB;;AAEjB;EACE,+BAA+B;EAC/B;IACE,0EAA0E;IAC1E,+CAA+C;IAC/C,iDAAiD;;IAEjD,0EAA0E;IAC1E,8DAA8D;IAC9D,8BAAsB;OAAtB,2BAAsB;YAAtB,sBAAsB;;IAEtB,sEAAsE;IACtE,sCAAsC;IACtC,CAAC;IACD,0EAA0E;IAC1E,kGAAkG;IAClG,iCAAiC;IACjC,CAAC;IACD,4EAA4E;IAC5E,yEAAyE;IACzE,oEAAoE;IACpE,+EAA+E;IAC/E,+CAA+C;IAC/C;MACE,oCAAoC;;MAEpC;QACE,qBAAqB;MACvB;IACF;;IAEA,yEAAyE;IACzE,mEAAmE;IACnE;MACE,kBAAkB;IACpB;EACF;;EAEA,+BAA+B;EAC/B;IACE,2EAA2E;IAC3E,iBAAiB;IACjB,SAAS;IACT,yEAAyE;IACzE,+CAA+C;EACjD;AACF","file":"_template.scss","sourcesContent":["@import \"../base\";\n\n@include govuk-exports(\"govuk/objects/template\") {\n // Applied to the <html> element\n .govuk-template {\n // Set the overall page background colour to the same colour as used by the\n // footer to give the illusion of a long footer.\n background-color: $govuk-canvas-background-colour;\n\n // Prevent automatic text sizing, as we already cater for small devices and\n // would like the browser to stay on 100% text zoom by default.\n text-size-adjust: 100%;\n\n // Add scroll padding to the top of govuk-template but remove it if the\n // exit this page component is present.\n //\n // This is a solution to exit this page potentially failing WCAG SC 2.4.12:\n // Focus Not Obscured (https://www.w3.org/WAI/WCAG22/Understanding/focus-not-obscured-minimum.html)\n // due to it's sticky positioning.\n //\n // This will apply scroll-padding-top in any browsers that don't support :has\n // (https://caniuse.com/css-has). This is part of the reason we do this in\n // a \"wrong way round\" way as we hypothesise that the risks of having\n // scroll-padding unnecessarily is better than risking not having scroll-padding\n // and needing it to account for exit this page.\n @supports (position: sticky) {\n scroll-padding-top: govuk-spacing(9);\n\n &:not(:has(.govuk-exit-this-page)) {\n scroll-padding-top: 0;\n }\n }\n\n // Force the scrollbar to always display in IE, to prevent horizontal page\n // jumps as content height changes (e.g. autocomplete results open).\n @include govuk-media-query($media-type: screen) {\n overflow-y: scroll;\n }\n }\n\n // Applied to the <body> element\n .govuk-template__body {\n // The default margins set by user-agents are not required since we have our\n // own containers.\n margin: 0;\n // Set the overall body of the page back to the typical background colour.\n background-color: $govuk-body-background-colour;\n }\n}\n"]}
@@ -0,0 +1,77 @@
1
+ @import "../base";
2
+
3
+ ////
4
+ /// @group objects/layout
5
+ ////
6
+
7
+ /// Width container mixin
8
+ ///
9
+ /// Used to create page width and custom width container classes.
10
+ ///
11
+ /// @param {String} $width [$govuk-page-width] - Width in pixels
12
+ ///
13
+ /// @example scss - Creating a 1200px wide container class
14
+ /// .app-width-container--wide {
15
+ /// @include govuk-width-container(1200px);
16
+ /// }
17
+ ///
18
+ /// @access public
19
+
20
+ @mixin govuk-width-container($width: $govuk-page-width) {
21
+ // By default, limit the width of the container to the page width
22
+ max-width: $width;
23
+
24
+ // On mobile, add half width gutters
25
+ margin-right: $govuk-gutter-half;
26
+ margin-left: $govuk-gutter-half;
27
+
28
+ // Respect 'display cutout' safe area (avoids notches and rounded corners)
29
+ @supports (margin: unquote("max(calc(0px))")) {
30
+ $gutter-safe-area-right: calc(#{$govuk-gutter-half} + env(safe-area-inset-right));
31
+ $gutter-safe-area-left: calc(#{$govuk-gutter-half} + env(safe-area-inset-left));
32
+
33
+ // Use max() to pick largest margin, default or with safe area
34
+ // Escaped due to Sass max() vs. CSS native max()
35
+ margin-right: unquote("max(#{$govuk-gutter-half}, #{$gutter-safe-area-right})");
36
+ margin-left: unquote("max(#{$govuk-gutter-half}, #{$gutter-safe-area-left})");
37
+ }
38
+
39
+ // On tablet, add full width gutters
40
+ @include govuk-media-query($from: tablet) {
41
+ margin-right: $govuk-gutter;
42
+ margin-left: $govuk-gutter;
43
+
44
+ // Respect 'display cutout' safe area (avoids notches and rounded corners)
45
+ @supports (margin: unquote("max(calc(0px))")) {
46
+ $gutter-safe-area-right: calc(#{$govuk-gutter-half} + env(safe-area-inset-right));
47
+ $gutter-safe-area-left: calc(#{$govuk-gutter-half} + env(safe-area-inset-left));
48
+
49
+ // Use max() to pick largest margin, default or with safe area
50
+ // Escaped due to Sass max() vs. CSS native max()
51
+ margin-right: unquote("max(#{$govuk-gutter}, #{$gutter-safe-area-right})");
52
+ margin-left: unquote("max(#{$govuk-gutter}, #{$gutter-safe-area-left})");
53
+ }
54
+ }
55
+
56
+ // As soon as the viewport is greater than the width of the page plus the
57
+ // gutters, just centre the content instead of adding gutters.
58
+ @include govuk-media-query($and: "(min-width: #{($width + $govuk-gutter * 2)})") {
59
+ margin-right: auto;
60
+ margin-left: auto;
61
+
62
+ // Since a safe area may have previously been set above,
63
+ // we need to duplicate this margin that centers the page.
64
+ @supports (margin: unquote("max(calc(0px))")) {
65
+ margin-right: auto;
66
+ margin-left: auto;
67
+ }
68
+ }
69
+ }
70
+
71
+ @include govuk-exports("govuk/objects/width-container") {
72
+ .govuk-width-container {
73
+ @include govuk-width-container;
74
+ }
75
+ }
76
+
77
+ /*# sourceMappingURL=_width-container.scss.map */
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../src/govuk/objects/_width-container.scss"],"names":[],"mappings":"AAAA,iBAAiB;;AAEjB,GAAG;AACH,wBAAwB;AACxB,GAAG;;AAEH,wBAAwB;AACxB,EAAE;AACF,gEAAgE;AAChE,EAAE;AACF,+DAA+D;AAC/D,EAAE;AACF,yDAAyD;AACzD,gCAAgC;AAChC,6CAA6C;AAC7C,KAAK;AACL,EAAE;AACF,iBAAiB;;AAEjB;EACE,gEAAgE;EAChE,iBAAiB;;EAEjB,mCAAmC;EACnC,gCAAgC;EAChC,+BAA+B;;EAE/B,yEAAyE;EACzE;IACE,iFAAiF;IACjF,+EAA+E;;IAE/E,6DAA6D;IAC7D,gDAAgD;IAChD,+EAA+E;IAC/E,6EAA6E;EAC/E;;EAEA,mCAAmC;EACnC;IACE,2BAA2B;IAC3B,0BAA0B;;IAE1B,yEAAyE;IACzE;MACE,iFAAiF;MACjF,+EAA+E;;MAE/E,6DAA6D;MAC7D,gDAAgD;MAChD,0EAA0E;MAC1E,wEAAwE;IAC1E;EACF;;EAEA,wEAAwE;EACxE,6DAA6D;EAC7D;IACE,kBAAkB;IAClB,iBAAiB;;IAEjB,uDAAuD;IACvD,yDAAyD;IACzD;MACE,kBAAkB;MAClB,iBAAiB;IACnB;EACF;AACF;;AAEA;EACE;IACE,8BAA8B;EAChC;AACF","file":"_width-container.scss","sourcesContent":["@import \"../base\";\n\n////\n/// @group objects/layout\n////\n\n/// Width container mixin\n///\n/// Used to create page width and custom width container classes.\n///\n/// @param {String} $width [$govuk-page-width] - Width in pixels\n///\n/// @example scss - Creating a 1200px wide container class\n/// .app-width-container--wide {\n/// @include govuk-width-container(1200px);\n/// }\n///\n/// @access public\n\n@mixin govuk-width-container($width: $govuk-page-width) {\n // By default, limit the width of the container to the page width\n max-width: $width;\n\n // On mobile, add half width gutters\n margin-right: $govuk-gutter-half;\n margin-left: $govuk-gutter-half;\n\n // Respect 'display cutout' safe area (avoids notches and rounded corners)\n @supports (margin: unquote(\"max(calc(0px))\")) {\n $gutter-safe-area-right: calc(#{$govuk-gutter-half} + env(safe-area-inset-right));\n $gutter-safe-area-left: calc(#{$govuk-gutter-half} + env(safe-area-inset-left));\n\n // Use max() to pick largest margin, default or with safe area\n // Escaped due to Sass max() vs. CSS native max()\n margin-right: unquote(\"max(#{$govuk-gutter-half}, #{$gutter-safe-area-right})\");\n margin-left: unquote(\"max(#{$govuk-gutter-half}, #{$gutter-safe-area-left})\");\n }\n\n // On tablet, add full width gutters\n @include govuk-media-query($from: tablet) {\n margin-right: $govuk-gutter;\n margin-left: $govuk-gutter;\n\n // Respect 'display cutout' safe area (avoids notches and rounded corners)\n @supports (margin: unquote(\"max(calc(0px))\")) {\n $gutter-safe-area-right: calc(#{$govuk-gutter-half} + env(safe-area-inset-right));\n $gutter-safe-area-left: calc(#{$govuk-gutter-half} + env(safe-area-inset-left));\n\n // Use max() to pick largest margin, default or with safe area\n // Escaped due to Sass max() vs. CSS native max()\n margin-right: unquote(\"max(#{$govuk-gutter}, #{$gutter-safe-area-right})\");\n margin-left: unquote(\"max(#{$govuk-gutter}, #{$gutter-safe-area-left})\");\n }\n }\n\n // As soon as the viewport is greater than the width of the page plus the\n // gutters, just centre the content instead of adding gutters.\n @include govuk-media-query($and: \"(min-width: #{($width + $govuk-gutter * 2)})\") {\n margin-right: auto;\n margin-left: auto;\n\n // Since a safe area may have previously been set above,\n // we need to duplicate this margin that centers the page.\n @supports (margin: unquote(\"max(calc(0px))\")) {\n margin-right: auto;\n margin-left: auto;\n }\n }\n}\n\n@include govuk-exports(\"govuk/objects/width-container\") {\n .govuk-width-container {\n @include govuk-width-container;\n }\n}\n"]}