defra_ruby_template 5.11.0 → 6.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1308) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +133 -9
  3. data/Rakefile +146 -22
  4. data/app/views/layouts/defra_ruby_template.html.erb +107 -63
  5. data/lib/defra_ruby_template/version.rb +1 -1
  6. data/lib/defra_ruby_template.rb +12 -8
  7. data/node_modules/govuk-frontend/README.md +1 -1
  8. data/node_modules/govuk-frontend/dist/govuk/_base.import.scss +6 -0
  9. data/node_modules/govuk-frontend/dist/govuk/_base.scss +4 -4
  10. data/node_modules/govuk-frontend/dist/govuk/all.bundle.js +214 -325
  11. data/node_modules/govuk-frontend/dist/govuk/all.bundle.js.map +1 -1
  12. data/node_modules/govuk-frontend/dist/govuk/all.bundle.mjs +215 -325
  13. data/node_modules/govuk-frontend/dist/govuk/all.bundle.mjs.map +1 -1
  14. data/node_modules/govuk-frontend/dist/govuk/all.mjs +0 -1
  15. data/node_modules/govuk-frontend/dist/govuk/all.mjs.map +1 -1
  16. data/node_modules/govuk-frontend/dist/govuk/assets/images/favicon.ico +0 -0
  17. data/node_modules/govuk-frontend/dist/govuk/assets/images/favicon.svg +1 -1
  18. data/node_modules/govuk-frontend/dist/govuk/assets/images/govuk-icon-180.png +0 -0
  19. data/node_modules/govuk-frontend/dist/govuk/assets/images/govuk-icon-192.png +0 -0
  20. data/node_modules/govuk-frontend/dist/govuk/assets/images/govuk-icon-512.png +0 -0
  21. data/node_modules/govuk-frontend/dist/govuk/assets/images/govuk-opengraph-image.png +0 -0
  22. data/node_modules/govuk-frontend/dist/govuk/common/configuration.mjs +29 -2
  23. data/node_modules/govuk-frontend/dist/govuk/common/configuration.mjs.map +1 -1
  24. data/node_modules/govuk-frontend/dist/govuk/common/govuk-frontend-version.mjs +1 -1
  25. data/node_modules/govuk-frontend/dist/govuk/common/index.mjs +5 -11
  26. data/node_modules/govuk-frontend/dist/govuk/common/index.mjs.map +1 -1
  27. data/node_modules/govuk-frontend/dist/govuk/component.mjs.map +1 -1
  28. data/node_modules/govuk-frontend/dist/govuk/components/_index.import.scss +38 -0
  29. data/node_modules/govuk-frontend/dist/govuk/components/_index.scss +37 -39
  30. data/node_modules/govuk-frontend/dist/govuk/components/accordion/_accordion.import.scss +6 -0
  31. data/node_modules/govuk-frontend/dist/govuk/components/accordion/_index.import.scss +8 -0
  32. data/node_modules/govuk-frontend/dist/govuk/components/accordion/_index.scss +3 -368
  33. data/node_modules/govuk-frontend/dist/govuk/components/accordion/_mixin.scss +375 -0
  34. data/node_modules/govuk-frontend/dist/govuk/components/accordion/accordion.bundle.js +14 -137
  35. data/node_modules/govuk-frontend/dist/govuk/components/accordion/accordion.bundle.js.map +1 -1
  36. data/node_modules/govuk-frontend/dist/govuk/components/accordion/accordion.bundle.mjs +14 -137
  37. data/node_modules/govuk-frontend/dist/govuk/components/accordion/accordion.bundle.mjs.map +1 -1
  38. data/node_modules/govuk-frontend/dist/govuk/components/accordion/accordion.mjs +4 -4
  39. data/node_modules/govuk-frontend/dist/govuk/components/accordion/accordion.mjs.map +1 -1
  40. data/node_modules/govuk-frontend/dist/govuk/components/accordion/fixtures.json +102 -97
  41. data/node_modules/govuk-frontend/dist/govuk/components/back-link/_back-link.import.scss +6 -0
  42. data/node_modules/govuk-frontend/dist/govuk/components/back-link/_index.import.scss +8 -0
  43. data/node_modules/govuk-frontend/dist/govuk/components/back-link/_index.scss +3 -81
  44. data/node_modules/govuk-frontend/dist/govuk/components/back-link/_mixin.scss +87 -0
  45. data/node_modules/govuk-frontend/dist/govuk/components/back-link/fixtures.json +21 -32
  46. data/node_modules/govuk-frontend/dist/govuk/components/breadcrumbs/_breadcrumbs.import.scss +6 -0
  47. data/node_modules/govuk-frontend/dist/govuk/components/breadcrumbs/_index.import.scss +8 -0
  48. data/node_modules/govuk-frontend/dist/govuk/components/breadcrumbs/_index.scss +3 -132
  49. data/node_modules/govuk-frontend/dist/govuk/components/breadcrumbs/_mixin.scss +134 -0
  50. data/node_modules/govuk-frontend/dist/govuk/components/breadcrumbs/fixtures.json +25 -45
  51. data/node_modules/govuk-frontend/dist/govuk/components/breadcrumbs/template-default.html +6 -0
  52. data/node_modules/govuk-frontend/dist/govuk/components/button/_button.import.scss +6 -0
  53. data/node_modules/govuk-frontend/dist/govuk/components/button/_index.import.scss +13 -0
  54. data/node_modules/govuk-frontend/dist/govuk/components/button/_index.scss +9 -260
  55. data/node_modules/govuk-frontend/dist/govuk/components/button/_mixin.scss +233 -0
  56. data/node_modules/govuk-frontend/dist/govuk/components/button/_settings.import.scss +32 -0
  57. data/node_modules/govuk-frontend/dist/govuk/components/button/_settings.scss +34 -0
  58. data/node_modules/govuk-frontend/dist/govuk/components/button/button.bundle.js +7 -5
  59. data/node_modules/govuk-frontend/dist/govuk/components/button/button.bundle.js.map +1 -1
  60. data/node_modules/govuk-frontend/dist/govuk/components/button/button.bundle.mjs +7 -5
  61. data/node_modules/govuk-frontend/dist/govuk/components/button/button.bundle.mjs.map +1 -1
  62. data/node_modules/govuk-frontend/dist/govuk/components/button/button.mjs.map +1 -1
  63. data/node_modules/govuk-frontend/dist/govuk/components/button/fixtures.json +193 -209
  64. data/node_modules/govuk-frontend/dist/govuk/components/button/macro-options.json +12 -19
  65. data/node_modules/govuk-frontend/dist/govuk/components/button/template-default-active-state.html +3 -0
  66. data/node_modules/govuk-frontend/dist/govuk/components/button/template-default-focus-state.html +3 -0
  67. data/node_modules/govuk-frontend/dist/govuk/components/button/template-default-hover-state.html +3 -0
  68. data/node_modules/govuk-frontend/dist/govuk/components/button/template-inverse-active-state.html +3 -0
  69. data/node_modules/govuk-frontend/dist/govuk/components/button/template-inverse-disabled.html +1 -1
  70. data/node_modules/govuk-frontend/dist/govuk/components/button/template-inverse-focus-state.html +3 -0
  71. data/node_modules/govuk-frontend/dist/govuk/components/button/template-inverse-hover-state.html +3 -0
  72. data/node_modules/govuk-frontend/dist/govuk/components/button/template-secondary-active-state.html +3 -0
  73. data/node_modules/govuk-frontend/dist/govuk/components/button/template-secondary-focus-state.html +3 -0
  74. data/node_modules/govuk-frontend/dist/govuk/components/button/template-secondary-hover-state.html +3 -0
  75. data/node_modules/govuk-frontend/dist/govuk/components/button/template-warning-active-state.html +3 -0
  76. data/node_modules/govuk-frontend/dist/govuk/components/button/template-warning-focus-state.html +3 -0
  77. data/node_modules/govuk-frontend/dist/govuk/components/button/template-warning-hover-state.html +3 -0
  78. data/node_modules/govuk-frontend/dist/govuk/components/button/template.njk +20 -20
  79. data/node_modules/govuk-frontend/dist/govuk/components/character-count/_character-count.import.scss +6 -0
  80. data/node_modules/govuk-frontend/dist/govuk/components/character-count/_index.import.scss +12 -0
  81. data/node_modules/govuk-frontend/dist/govuk/components/character-count/_index.scss +7 -42
  82. data/node_modules/govuk-frontend/dist/govuk/components/character-count/_mixin.scss +41 -0
  83. data/node_modules/govuk-frontend/dist/govuk/components/character-count/character-count.bundle.js +30 -143
  84. data/node_modules/govuk-frontend/dist/govuk/components/character-count/character-count.bundle.js.map +1 -1
  85. data/node_modules/govuk-frontend/dist/govuk/components/character-count/character-count.bundle.mjs +30 -143
  86. data/node_modules/govuk-frontend/dist/govuk/components/character-count/character-count.bundle.mjs.map +1 -1
  87. data/node_modules/govuk-frontend/dist/govuk/components/character-count/character-count.mjs +20 -10
  88. data/node_modules/govuk-frontend/dist/govuk/components/character-count/character-count.mjs.map +1 -1
  89. data/node_modules/govuk-frontend/dist/govuk/components/character-count/fixtures.json +72 -86
  90. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/_checkboxes.import.scss +6 -0
  91. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/_index.import.scss +12 -0
  92. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/_index.scss +7 -309
  93. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/_mixin.scss +317 -0
  94. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/checkboxes.bundle.js +10 -5
  95. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/checkboxes.bundle.js.map +1 -1
  96. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/checkboxes.bundle.mjs +10 -5
  97. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/checkboxes.bundle.mjs.map +1 -1
  98. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/checkboxes.mjs.map +1 -1
  99. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/fixtures.json +326 -480
  100. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/macro-options.json +1 -1
  101. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-default.html +5 -0
  102. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-small-with-conditional-reveal.html +21 -21
  103. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-small-with-divider-and-none.html +30 -30
  104. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-small-with-error.html +26 -26
  105. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-small-with-hint.html +25 -25
  106. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-small-with-long-text.html +23 -23
  107. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-small.html +23 -23
  108. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-conditional-items.html +35 -35
  109. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-divider-and-none.html +30 -32
  110. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-divider-none-and-conditional-items.html +40 -42
  111. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-error-message.html +32 -23
  112. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-hint.html +30 -0
  113. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-hints-on-items.html +21 -23
  114. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-legend-as-a-page-heading.html +27 -27
  115. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-optional-form-group-classes-showing-group-error.html +36 -36
  116. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-pre-checked-values.html +25 -16
  117. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-very-long-option-text.html +27 -30
  118. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template.njk +1 -1
  119. data/node_modules/govuk-frontend/dist/govuk/components/cookie-banner/_cookie-banner.import.scss +6 -0
  120. data/node_modules/govuk-frontend/dist/govuk/components/cookie-banner/_index.import.scss +9 -0
  121. data/node_modules/govuk-frontend/dist/govuk/components/cookie-banner/_index.scss +4 -56
  122. data/node_modules/govuk-frontend/dist/govuk/components/cookie-banner/_mixin.scss +56 -0
  123. data/node_modules/govuk-frontend/dist/govuk/components/cookie-banner/fixtures.json +82 -82
  124. data/node_modules/govuk-frontend/dist/govuk/components/cookie-banner/template-default.html +2 -2
  125. data/node_modules/govuk-frontend/dist/govuk/components/cookie-banner/template-with-html.html +2 -2
  126. data/node_modules/govuk-frontend/dist/govuk/components/date-input/_date-input.import.scss +6 -0
  127. data/node_modules/govuk-frontend/dist/govuk/components/date-input/_index.import.scss +13 -0
  128. data/node_modules/govuk-frontend/dist/govuk/components/date-input/_index.scss +8 -26
  129. data/node_modules/govuk-frontend/dist/govuk/components/date-input/_mixin.scss +29 -0
  130. data/node_modules/govuk-frontend/dist/govuk/components/date-input/fixtures.json +780 -150
  131. data/node_modules/govuk-frontend/dist/govuk/components/date-input/macro-options.json +50 -0
  132. data/node_modules/govuk-frontend/dist/govuk/components/date-input/template-day-and-month-using-items.html +28 -0
  133. data/node_modules/govuk-frontend/dist/govuk/components/date-input/template-default.html +30 -22
  134. data/node_modules/govuk-frontend/dist/govuk/components/date-input/template-month-and-year-using-items.html +28 -0
  135. data/node_modules/govuk-frontend/dist/govuk/components/date-input/template-with-error-message-and-hint-using-items.html +39 -0
  136. data/node_modules/govuk-frontend/dist/govuk/components/date-input/template-with-error-message-and-hint.html +39 -0
  137. data/node_modules/govuk-frontend/dist/govuk/components/date-input/template-with-error-on-day-input-using-items.html +39 -0
  138. data/node_modules/govuk-frontend/dist/govuk/components/date-input/template-with-error-on-day-input.html +3 -3
  139. data/node_modules/govuk-frontend/dist/govuk/components/date-input/template-with-error-on-month-input-using-items.html +39 -0
  140. data/node_modules/govuk-frontend/dist/govuk/components/date-input/template-with-error-on-month-input.html +3 -3
  141. data/node_modules/govuk-frontend/dist/govuk/components/date-input/template-with-error-on-year-input-using-items.html +39 -0
  142. data/node_modules/govuk-frontend/dist/govuk/components/date-input/template-with-error-on-year-input.html +3 -3
  143. data/node_modules/govuk-frontend/dist/govuk/components/date-input/template-with-errors-only-using-classes.html +33 -0
  144. data/node_modules/govuk-frontend/dist/govuk/components/date-input/template-with-errors-only-using-items-and-classes.html +33 -0
  145. data/node_modules/govuk-frontend/dist/govuk/components/date-input/template-with-errors-only-using-items.html +33 -0
  146. data/node_modules/govuk-frontend/dist/govuk/components/date-input/template-with-errors-only.html +5 -8
  147. data/node_modules/govuk-frontend/dist/govuk/components/date-input/template-with-translations.html +36 -0
  148. data/node_modules/govuk-frontend/dist/govuk/components/date-input/template-with-values-and-name-prefix.html +36 -0
  149. data/node_modules/govuk-frontend/dist/govuk/components/date-input/template-with-values-name-prefix-and-custom-names.html +36 -0
  150. data/node_modules/govuk-frontend/dist/govuk/components/date-input/template-with-values.html +36 -0
  151. data/node_modules/govuk-frontend/dist/govuk/components/date-input/template.njk +84 -29
  152. data/node_modules/govuk-frontend/dist/govuk/components/details/_details.import.scss +6 -0
  153. data/node_modules/govuk-frontend/dist/govuk/components/details/_index.import.scss +8 -0
  154. data/node_modules/govuk-frontend/dist/govuk/components/details/_index.scss +3 -137
  155. data/node_modules/govuk-frontend/dist/govuk/components/details/_mixin.scss +143 -0
  156. data/node_modules/govuk-frontend/dist/govuk/components/details/fixtures.json +22 -22
  157. data/node_modules/govuk-frontend/dist/govuk/components/error-message/_error-message.import.scss +6 -0
  158. data/node_modules/govuk-frontend/dist/govuk/components/error-message/_index.import.scss +8 -0
  159. data/node_modules/govuk-frontend/dist/govuk/components/error-message/_index.scss +3 -12
  160. data/node_modules/govuk-frontend/dist/govuk/components/error-message/_mixin.scss +16 -0
  161. data/node_modules/govuk-frontend/dist/govuk/components/error-message/fixtures.json +10 -10
  162. data/node_modules/govuk-frontend/dist/govuk/components/error-summary/_error-summary.import.scss +6 -0
  163. data/node_modules/govuk-frontend/dist/govuk/components/error-summary/_index.import.scss +8 -0
  164. data/node_modules/govuk-frontend/dist/govuk/components/error-summary/_index.scss +3 -53
  165. data/node_modules/govuk-frontend/dist/govuk/components/error-summary/_mixin.scss +58 -0
  166. data/node_modules/govuk-frontend/dist/govuk/components/error-summary/error-summary.bundle.js +8 -12
  167. data/node_modules/govuk-frontend/dist/govuk/components/error-summary/error-summary.bundle.js.map +1 -1
  168. data/node_modules/govuk-frontend/dist/govuk/components/error-summary/error-summary.bundle.mjs +8 -12
  169. data/node_modules/govuk-frontend/dist/govuk/components/error-summary/error-summary.bundle.mjs.map +1 -1
  170. data/node_modules/govuk-frontend/dist/govuk/components/error-summary/error-summary.mjs +2 -2
  171. data/node_modules/govuk-frontend/dist/govuk/components/error-summary/error-summary.mjs.map +1 -1
  172. data/node_modules/govuk-frontend/dist/govuk/components/error-summary/fixtures.json +21 -21
  173. data/node_modules/govuk-frontend/dist/govuk/components/exit-this-page/_exit-this-page.import.scss +6 -0
  174. data/node_modules/govuk-frontend/dist/govuk/components/exit-this-page/_index.import.scss +9 -0
  175. data/node_modules/govuk-frontend/dist/govuk/components/exit-this-page/_index.scss +4 -89
  176. data/node_modules/govuk-frontend/dist/govuk/components/exit-this-page/_mixin.scss +96 -0
  177. data/node_modules/govuk-frontend/dist/govuk/components/exit-this-page/exit-this-page.bundle.js +10 -133
  178. data/node_modules/govuk-frontend/dist/govuk/components/exit-this-page/exit-this-page.bundle.js.map +1 -1
  179. data/node_modules/govuk-frontend/dist/govuk/components/exit-this-page/exit-this-page.bundle.mjs +10 -133
  180. data/node_modules/govuk-frontend/dist/govuk/components/exit-this-page/exit-this-page.bundle.mjs.map +1 -1
  181. data/node_modules/govuk-frontend/dist/govuk/components/exit-this-page/exit-this-page.mjs.map +1 -1
  182. data/node_modules/govuk-frontend/dist/govuk/components/exit-this-page/fixtures.json +19 -19
  183. data/node_modules/govuk-frontend/dist/govuk/components/fieldset/_fieldset.import.scss +6 -0
  184. data/node_modules/govuk-frontend/dist/govuk/components/fieldset/_index.import.scss +8 -0
  185. data/node_modules/govuk-frontend/dist/govuk/components/fieldset/_index.scss +3 -67
  186. data/node_modules/govuk-frontend/dist/govuk/components/fieldset/_mixin.scss +71 -0
  187. data/node_modules/govuk-frontend/dist/govuk/components/fieldset/fixtures.json +19 -19
  188. data/node_modules/govuk-frontend/dist/govuk/components/file-upload/_file-upload.import.scss +6 -0
  189. data/node_modules/govuk-frontend/dist/govuk/components/file-upload/_index.import.scss +11 -0
  190. data/node_modules/govuk-frontend/dist/govuk/components/file-upload/_index.scss +6 -216
  191. data/node_modules/govuk-frontend/dist/govuk/components/file-upload/_mixin.scss +217 -0
  192. data/node_modules/govuk-frontend/dist/govuk/components/file-upload/file-upload.bundle.js +76 -164
  193. data/node_modules/govuk-frontend/dist/govuk/components/file-upload/file-upload.bundle.js.map +1 -1
  194. data/node_modules/govuk-frontend/dist/govuk/components/file-upload/file-upload.bundle.mjs +76 -164
  195. data/node_modules/govuk-frontend/dist/govuk/components/file-upload/file-upload.bundle.mjs.map +1 -1
  196. data/node_modules/govuk-frontend/dist/govuk/components/file-upload/file-upload.mjs +66 -32
  197. data/node_modules/govuk-frontend/dist/govuk/components/file-upload/file-upload.mjs.map +1 -1
  198. data/node_modules/govuk-frontend/dist/govuk/components/file-upload/fixtures.json +125 -138
  199. data/node_modules/govuk-frontend/dist/govuk/components/file-upload/macro-options.json +15 -10
  200. data/node_modules/govuk-frontend/dist/govuk/components/file-upload/template-enhanced-custom-wrapper-classes-and-attributes.html +11 -0
  201. data/node_modules/govuk-frontend/dist/govuk/components/file-upload/template-enhanced-multiple-files.html +11 -0
  202. data/node_modules/govuk-frontend/dist/govuk/components/file-upload/template-enhanced-with-error-message-and-hint.html +3 -2
  203. data/node_modules/govuk-frontend/dist/govuk/components/file-upload/template-enhanced.html +3 -2
  204. data/node_modules/govuk-frontend/dist/govuk/components/file-upload/template-translated.html +3 -2
  205. data/node_modules/govuk-frontend/dist/govuk/components/file-upload/template.njk +2 -2
  206. data/node_modules/govuk-frontend/dist/govuk/components/footer/_footer.import.scss +6 -0
  207. data/node_modules/govuk-frontend/dist/govuk/components/footer/_index.import.scss +8 -0
  208. data/node_modules/govuk-frontend/dist/govuk/components/footer/_index.scss +3 -192
  209. data/node_modules/govuk-frontend/dist/govuk/components/footer/_mixin.scss +199 -0
  210. data/node_modules/govuk-frontend/dist/govuk/components/footer/fixtures.json +129 -81
  211. data/node_modules/govuk-frontend/dist/govuk/components/footer/macro-options.json +1 -7
  212. data/node_modules/govuk-frontend/dist/govuk/components/footer/template-default.html +45 -24
  213. data/node_modules/govuk-frontend/dist/govuk/components/footer/template-full-gds-example.html +45 -24
  214. data/node_modules/govuk-frontend/dist/govuk/components/footer/template-three-equal-columns.html +45 -24
  215. data/node_modules/govuk-frontend/dist/govuk/components/footer/template-with-custom-html-content-licence-and-copyright-notice.html +40 -19
  216. data/node_modules/govuk-frontend/dist/govuk/components/footer/template-with-custom-meta.html +45 -24
  217. data/node_modules/govuk-frontend/dist/govuk/components/footer/template-with-custom-text-content-licence-and-copyright-notice.html +40 -19
  218. data/node_modules/govuk-frontend/dist/govuk/components/footer/template-with-default-width-navigation-one-column.html +45 -24
  219. data/node_modules/govuk-frontend/dist/govuk/components/footer/template-with-default-width-navigation-two-columns.html +45 -24
  220. data/node_modules/govuk-frontend/dist/govuk/components/footer/template-with-meta-links-and-meta-content.html +45 -24
  221. data/node_modules/govuk-frontend/dist/govuk/components/footer/template-with-navigation.html +45 -24
  222. data/node_modules/govuk-frontend/dist/govuk/components/footer/template-with-no-content-licence.html +37 -0
  223. data/node_modules/govuk-frontend/dist/govuk/components/footer/template-with-only-custom-meta.html +41 -0
  224. data/node_modules/govuk-frontend/dist/govuk/components/footer/template-with-only-meta-links.html +80 -0
  225. data/node_modules/govuk-frontend/dist/govuk/components/footer/template.njk +36 -39
  226. data/node_modules/govuk-frontend/dist/govuk/components/generic-header/README.md +15 -0
  227. data/node_modules/govuk-frontend/dist/govuk/components/generic-header/_generic-header.import.scss +6 -0
  228. data/node_modules/govuk-frontend/dist/govuk/components/generic-header/_index.import.scss +8 -0
  229. data/node_modules/govuk-frontend/dist/govuk/components/generic-header/_index.scss +5 -0
  230. data/node_modules/govuk-frontend/dist/govuk/components/generic-header/_mixin.scss +140 -0
  231. data/node_modules/govuk-frontend/dist/govuk/components/generic-header/fixtures.json +90 -0
  232. data/node_modules/govuk-frontend/dist/govuk/components/generic-header/macro-options.json +38 -0
  233. data/node_modules/govuk-frontend/dist/govuk/components/generic-header/macro.njk +3 -0
  234. data/node_modules/govuk-frontend/dist/govuk/components/generic-header/template-default.html +11 -0
  235. data/node_modules/govuk-frontend/dist/govuk/components/generic-header/template-full-width.html +20 -0
  236. data/node_modules/govuk-frontend/dist/govuk/components/generic-header/template-with-image-logo.html +20 -0
  237. data/node_modules/govuk-frontend/dist/govuk/components/generic-header/template-with-text-and-image-logo.html +20 -0
  238. data/node_modules/govuk-frontend/dist/govuk/components/generic-header/template.njk +14 -0
  239. data/node_modules/govuk-frontend/dist/govuk/components/header/README.md +1 -1
  240. data/node_modules/govuk-frontend/dist/govuk/components/header/_header.import.scss +6 -0
  241. data/node_modules/govuk-frontend/dist/govuk/components/header/_index.import.scss +8 -0
  242. data/node_modules/govuk-frontend/dist/govuk/components/header/_index.scss +3 -546
  243. data/node_modules/govuk-frontend/dist/govuk/components/header/_mixin.scss +119 -0
  244. data/node_modules/govuk-frontend/dist/govuk/components/header/fixtures.json +15 -492
  245. data/node_modules/govuk-frontend/dist/govuk/components/header/macro-options.json +2 -101
  246. data/node_modules/govuk-frontend/dist/govuk/components/header/template-default.html +12 -7
  247. data/node_modules/govuk-frontend/dist/govuk/components/header/template-full-width.html +12 -8
  248. data/node_modules/govuk-frontend/dist/govuk/components/header/template-with-product-name.html +11 -7
  249. data/node_modules/govuk-frontend/dist/govuk/components/header/template.njk +20 -63
  250. data/node_modules/govuk-frontend/dist/govuk/components/hint/_hint.import.scss +6 -0
  251. data/node_modules/govuk-frontend/dist/govuk/components/hint/_index.import.scss +8 -0
  252. data/node_modules/govuk-frontend/dist/govuk/components/hint/_index.scss +3 -43
  253. data/node_modules/govuk-frontend/dist/govuk/components/hint/_mixin.scss +47 -0
  254. data/node_modules/govuk-frontend/dist/govuk/components/hint/fixtures.json +7 -7
  255. data/node_modules/govuk-frontend/dist/govuk/components/input/_index.import.scss +11 -0
  256. data/node_modules/govuk-frontend/dist/govuk/components/input/_index.scss +6 -166
  257. data/node_modules/govuk-frontend/dist/govuk/components/input/_input.import.scss +6 -0
  258. data/node_modules/govuk-frontend/dist/govuk/components/input/_mixin.scss +161 -0
  259. data/node_modules/govuk-frontend/dist/govuk/components/input/fixtures.json +161 -180
  260. data/node_modules/govuk-frontend/dist/govuk/components/input/template-with-extra-letter-spacing.html +1 -1
  261. data/node_modules/govuk-frontend/dist/govuk/components/inset-text/_index.import.scss +8 -0
  262. data/node_modules/govuk-frontend/dist/govuk/components/inset-text/_index.scss +3 -24
  263. data/node_modules/govuk-frontend/dist/govuk/components/inset-text/_inset-text.import.scss +6 -0
  264. data/node_modules/govuk-frontend/dist/govuk/components/inset-text/_mixin.scss +31 -0
  265. data/node_modules/govuk-frontend/dist/govuk/components/inset-text/fixtures.json +7 -7
  266. data/node_modules/govuk-frontend/dist/govuk/components/label/_index.import.scss +8 -0
  267. data/node_modules/govuk-frontend/dist/govuk/components/label/_index.scss +3 -44
  268. data/node_modules/govuk-frontend/dist/govuk/components/label/_label.import.scss +6 -0
  269. data/node_modules/govuk-frontend/dist/govuk/components/label/_mixin.scss +48 -0
  270. data/node_modules/govuk-frontend/dist/govuk/components/label/fixtures.json +20 -20
  271. data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/_index.import.scss +8 -0
  272. data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/_index.scss +3 -91
  273. data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/_mixin.scss +100 -0
  274. data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/_notification-banner.import.scss +6 -0
  275. data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/fixtures.json +74 -108
  276. data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/notification-banner.bundle.js +7 -5
  277. data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/notification-banner.bundle.js.map +1 -1
  278. data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/notification-banner.bundle.mjs +7 -5
  279. data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/notification-banner.bundle.mjs.map +1 -1
  280. data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/notification-banner.mjs.map +1 -1
  281. data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/template-with-text-as-html.html +7 -1
  282. data/node_modules/govuk-frontend/dist/govuk/components/pagination/_index.import.scss +8 -0
  283. data/node_modules/govuk-frontend/dist/govuk/components/pagination/_index.scss +3 -226
  284. data/node_modules/govuk-frontend/dist/govuk/components/pagination/_mixin.scss +235 -0
  285. data/node_modules/govuk-frontend/dist/govuk/components/pagination/_pagination.import.scss +6 -0
  286. data/node_modules/govuk-frontend/dist/govuk/components/pagination/fixtures.json +109 -105
  287. data/node_modules/govuk-frontend/dist/govuk/components/pagination/template-default.html +3 -3
  288. data/node_modules/govuk-frontend/dist/govuk/components/pagination/template-first-page.html +3 -3
  289. data/node_modules/govuk-frontend/dist/govuk/components/pagination/template-last-page.html +3 -3
  290. data/node_modules/govuk-frontend/dist/govuk/components/pagination/template-with-custom-link-and-item-text.html +3 -3
  291. data/node_modules/govuk-frontend/dist/govuk/components/pagination/template-with-many-pages.html +9 -9
  292. data/node_modules/govuk-frontend/dist/govuk/components/pagination/template.njk +4 -2
  293. data/node_modules/govuk-frontend/dist/govuk/components/panel/_index.import.scss +8 -0
  294. data/node_modules/govuk-frontend/dist/govuk/components/panel/_index.scss +3 -56
  295. data/node_modules/govuk-frontend/dist/govuk/components/panel/_mixin.scss +94 -0
  296. data/node_modules/govuk-frontend/dist/govuk/components/panel/_panel.import.scss +6 -0
  297. data/node_modules/govuk-frontend/dist/govuk/components/panel/fixtures.json +249 -16
  298. data/node_modules/govuk-frontend/dist/govuk/components/panel/macro-options.json +58 -0
  299. data/node_modules/govuk-frontend/dist/govuk/components/panel/template-default.html +1 -1
  300. data/node_modules/govuk-frontend/dist/govuk/components/panel/template-interruption-with-content-with-long-line-length.html +17 -0
  301. data/node_modules/govuk-frontend/dist/govuk/components/panel/template-interruption-with-headings-content-and-lists.html +18 -0
  302. data/node_modules/govuk-frontend/dist/govuk/components/panel/template-interruption.html +14 -0
  303. data/node_modules/govuk-frontend/dist/govuk/components/panel/template.njk +42 -2
  304. data/node_modules/govuk-frontend/dist/govuk/components/password-input/_index.import.scss +10 -0
  305. data/node_modules/govuk-frontend/dist/govuk/components/password-input/_index.scss +5 -54
  306. data/node_modules/govuk-frontend/dist/govuk/components/password-input/_mixin.scss +56 -0
  307. data/node_modules/govuk-frontend/dist/govuk/components/password-input/_password-input.import.scss +6 -0
  308. data/node_modules/govuk-frontend/dist/govuk/components/password-input/fixtures.json +53 -48
  309. data/node_modules/govuk-frontend/dist/govuk/components/password-input/password-input.bundle.js +10 -133
  310. data/node_modules/govuk-frontend/dist/govuk/components/password-input/password-input.bundle.js.map +1 -1
  311. data/node_modules/govuk-frontend/dist/govuk/components/password-input/password-input.bundle.mjs +10 -133
  312. data/node_modules/govuk-frontend/dist/govuk/components/password-input/password-input.bundle.mjs.map +1 -1
  313. data/node_modules/govuk-frontend/dist/govuk/components/password-input/password-input.mjs.map +1 -1
  314. data/node_modules/govuk-frontend/dist/govuk/components/phase-banner/_index.import.scss +9 -0
  315. data/node_modules/govuk-frontend/dist/govuk/components/phase-banner/_index.scss +4 -33
  316. data/node_modules/govuk-frontend/dist/govuk/components/phase-banner/_mixin.scss +42 -0
  317. data/node_modules/govuk-frontend/dist/govuk/components/phase-banner/_phase-banner.import.scss +6 -0
  318. data/node_modules/govuk-frontend/dist/govuk/components/phase-banner/fixtures.json +15 -15
  319. data/node_modules/govuk-frontend/dist/govuk/components/phase-banner/template-default.html +1 -1
  320. data/node_modules/govuk-frontend/dist/govuk/components/phase-banner/template.njk +1 -1
  321. data/node_modules/govuk-frontend/dist/govuk/components/radios/_index.import.scss +12 -0
  322. data/node_modules/govuk-frontend/dist/govuk/components/radios/_index.scss +7 -325
  323. data/node_modules/govuk-frontend/dist/govuk/components/radios/_mixin.scss +336 -0
  324. data/node_modules/govuk-frontend/dist/govuk/components/radios/_radios.import.scss +6 -0
  325. data/node_modules/govuk-frontend/dist/govuk/components/radios/fixtures.json +244 -354
  326. data/node_modules/govuk-frontend/dist/govuk/components/radios/macro-options.json +3 -3
  327. data/node_modules/govuk-frontend/dist/govuk/components/radios/radios.bundle.js +10 -5
  328. data/node_modules/govuk-frontend/dist/govuk/components/radios/radios.bundle.js.map +1 -1
  329. data/node_modules/govuk-frontend/dist/govuk/components/radios/radios.bundle.mjs +10 -5
  330. data/node_modules/govuk-frontend/dist/govuk/components/radios/radios.bundle.mjs.map +1 -1
  331. data/node_modules/govuk-frontend/dist/govuk/components/radios/radios.mjs.map +1 -1
  332. data/node_modules/govuk-frontend/dist/govuk/components/radios/template-default.html +5 -3
  333. data/node_modules/govuk-frontend/dist/govuk/components/radios/template-inline.html +19 -19
  334. data/node_modules/govuk-frontend/dist/govuk/components/radios/template-small-inline.html +23 -23
  335. data/node_modules/govuk-frontend/dist/govuk/components/radios/template-small-with-a-divider.html +24 -24
  336. data/node_modules/govuk-frontend/dist/govuk/components/radios/template-small-with-conditional-reveal.html +27 -27
  337. data/node_modules/govuk-frontend/dist/govuk/components/radios/template-small-with-error.html +26 -26
  338. data/node_modules/govuk-frontend/dist/govuk/components/radios/template-small-with-hint.html +25 -25
  339. data/node_modules/govuk-frontend/dist/govuk/components/radios/template-small-with-long-text.html +23 -23
  340. data/node_modules/govuk-frontend/dist/govuk/components/radios/template-small.html +23 -23
  341. data/node_modules/govuk-frontend/dist/govuk/components/radios/template-with-a-divider.html +24 -24
  342. data/node_modules/govuk-frontend/dist/govuk/components/radios/template-with-conditional-item-checked.html +35 -35
  343. data/node_modules/govuk-frontend/dist/govuk/components/radios/template-with-conditional-items-and-pre-checked-value.html +35 -35
  344. data/node_modules/govuk-frontend/dist/govuk/components/radios/template-with-conditional-items.html +35 -35
  345. data/node_modules/govuk-frontend/dist/govuk/components/radios/template-with-fieldset-and-error-message.html +20 -20
  346. data/node_modules/govuk-frontend/dist/govuk/components/radios/template-with-hint.html +24 -0
  347. data/node_modules/govuk-frontend/dist/govuk/components/radios/template-with-hints-on-items.html +23 -23
  348. data/node_modules/govuk-frontend/dist/govuk/components/radios/template-with-legend-as-page-heading.html +21 -21
  349. data/node_modules/govuk-frontend/dist/govuk/components/radios/template-with-optional-form-group-classes-showing-group-error.html +36 -36
  350. data/node_modules/govuk-frontend/dist/govuk/components/radios/template-with-very-long-option-text.html +28 -28
  351. data/node_modules/govuk-frontend/dist/govuk/components/radios/template.njk +1 -1
  352. data/node_modules/govuk-frontend/dist/govuk/components/select/_index.import.scss +11 -0
  353. data/node_modules/govuk-frontend/dist/govuk/components/select/_index.scss +6 -56
  354. data/node_modules/govuk-frontend/dist/govuk/components/select/_mixin.scss +45 -0
  355. data/node_modules/govuk-frontend/dist/govuk/components/select/_select.import.scss +6 -0
  356. data/node_modules/govuk-frontend/dist/govuk/components/select/fixtures.json +99 -115
  357. data/node_modules/govuk-frontend/dist/govuk/components/service-navigation/_index.import.scss +8 -0
  358. data/node_modules/govuk-frontend/dist/govuk/components/service-navigation/_index.scss +3 -185
  359. data/node_modules/govuk-frontend/dist/govuk/components/service-navigation/_mixin.scss +238 -0
  360. data/node_modules/govuk-frontend/dist/govuk/components/service-navigation/_service-navigation.import.scss +6 -0
  361. data/node_modules/govuk-frontend/dist/govuk/components/service-navigation/fixtures.json +210 -69
  362. data/node_modules/govuk-frontend/dist/govuk/components/service-navigation/macro-options.json +6 -0
  363. data/node_modules/govuk-frontend/dist/govuk/components/service-navigation/service-navigation.bundle.js +41 -8
  364. data/node_modules/govuk-frontend/dist/govuk/components/service-navigation/service-navigation.bundle.js.map +1 -1
  365. data/node_modules/govuk-frontend/dist/govuk/components/service-navigation/service-navigation.bundle.mjs +41 -8
  366. data/node_modules/govuk-frontend/dist/govuk/components/service-navigation/service-navigation.bundle.mjs.map +1 -1
  367. data/node_modules/govuk-frontend/dist/govuk/components/service-navigation/service-navigation.mjs +30 -2
  368. data/node_modules/govuk-frontend/dist/govuk/components/service-navigation/service-navigation.mjs.map +1 -1
  369. data/node_modules/govuk-frontend/dist/govuk/components/service-navigation/template-default.html +1 -1
  370. data/node_modules/govuk-frontend/dist/govuk/components/service-navigation/template-inverse.html +63 -0
  371. data/node_modules/govuk-frontend/dist/govuk/components/service-navigation/template-with-a-single-navigation-item-and-collapsenavigationonmobile-set-to-true.html +38 -0
  372. data/node_modules/govuk-frontend/dist/govuk/components/service-navigation/template-with-a-single-navigation-item.html +35 -0
  373. data/node_modules/govuk-frontend/dist/govuk/components/service-navigation/template-with-collapsenavigationonmobile-set-to-false.html +60 -0
  374. data/node_modules/govuk-frontend/dist/govuk/components/service-navigation/template-with-html-navigation-items.html +1 -1
  375. data/node_modules/govuk-frontend/dist/govuk/components/service-navigation/template-with-large-navigation.html +1 -1
  376. data/node_modules/govuk-frontend/dist/govuk/components/service-navigation/template-with-navigation-with-a-current-item.html +1 -1
  377. data/node_modules/govuk-frontend/dist/govuk/components/service-navigation/template-with-non-link-navigation-items.html +1 -1
  378. data/node_modules/govuk-frontend/dist/govuk/components/service-navigation/template-with-service-name-and-navigation.html +1 -1
  379. data/node_modules/govuk-frontend/dist/govuk/components/service-navigation/template.njk +4 -1
  380. data/node_modules/govuk-frontend/dist/govuk/components/skip-link/_index.import.scss +8 -0
  381. data/node_modules/govuk-frontend/dist/govuk/components/skip-link/_index.scss +3 -50
  382. data/node_modules/govuk-frontend/dist/govuk/components/skip-link/_mixin.scss +60 -0
  383. data/node_modules/govuk-frontend/dist/govuk/components/skip-link/_skip-link.import.scss +6 -0
  384. data/node_modules/govuk-frontend/dist/govuk/components/skip-link/fixtures.json +10 -10
  385. data/node_modules/govuk-frontend/dist/govuk/components/skip-link/skip-link.bundle.js +12 -19
  386. data/node_modules/govuk-frontend/dist/govuk/components/skip-link/skip-link.bundle.js.map +1 -1
  387. data/node_modules/govuk-frontend/dist/govuk/components/skip-link/skip-link.bundle.mjs +12 -19
  388. data/node_modules/govuk-frontend/dist/govuk/components/skip-link/skip-link.bundle.mjs.map +1 -1
  389. data/node_modules/govuk-frontend/dist/govuk/components/skip-link/skip-link.mjs +3 -9
  390. data/node_modules/govuk-frontend/dist/govuk/components/skip-link/skip-link.mjs.map +1 -1
  391. data/node_modules/govuk-frontend/dist/govuk/components/summary-list/_index.import.scss +8 -0
  392. data/node_modules/govuk-frontend/dist/govuk/components/summary-list/_index.scss +3 -267
  393. data/node_modules/govuk-frontend/dist/govuk/components/summary-list/_mixin.scss +286 -0
  394. data/node_modules/govuk-frontend/dist/govuk/components/summary-list/_summary-list.import.scss +6 -0
  395. data/node_modules/govuk-frontend/dist/govuk/components/summary-list/fixtures.json +282 -518
  396. data/node_modules/govuk-frontend/dist/govuk/components/table/_index.import.scss +8 -0
  397. data/node_modules/govuk-frontend/dist/govuk/components/table/_index.scss +3 -73
  398. data/node_modules/govuk-frontend/dist/govuk/components/table/_mixin.scss +77 -0
  399. data/node_modules/govuk-frontend/dist/govuk/components/table/_table.import.scss +6 -0
  400. data/node_modules/govuk-frontend/dist/govuk/components/table/fixtures.json +75 -75
  401. data/node_modules/govuk-frontend/dist/govuk/components/tabs/_index.import.scss +8 -0
  402. data/node_modules/govuk-frontend/dist/govuk/components/tabs/_index.scss +3 -132
  403. data/node_modules/govuk-frontend/dist/govuk/components/tabs/_mixin.scss +140 -0
  404. data/node_modules/govuk-frontend/dist/govuk/components/tabs/_tabs.import.scss +6 -0
  405. data/node_modules/govuk-frontend/dist/govuk/components/tabs/fixtures.json +44 -39
  406. data/node_modules/govuk-frontend/dist/govuk/components/tabs/tabs.bundle.js +13 -14
  407. data/node_modules/govuk-frontend/dist/govuk/components/tabs/tabs.bundle.js.map +1 -1
  408. data/node_modules/govuk-frontend/dist/govuk/components/tabs/tabs.bundle.mjs +13 -14
  409. data/node_modules/govuk-frontend/dist/govuk/components/tabs/tabs.bundle.mjs.map +1 -1
  410. data/node_modules/govuk-frontend/dist/govuk/components/tabs/tabs.mjs +3 -3
  411. data/node_modules/govuk-frontend/dist/govuk/components/tabs/tabs.mjs.map +1 -1
  412. data/node_modules/govuk-frontend/dist/govuk/components/tag/_index.import.scss +8 -0
  413. data/node_modules/govuk-frontend/dist/govuk/components/tag/_index.scss +3 -94
  414. data/node_modules/govuk-frontend/dist/govuk/components/tag/_mixin.scss +135 -0
  415. data/node_modules/govuk-frontend/dist/govuk/components/tag/_tag.import.scss +6 -0
  416. data/node_modules/govuk-frontend/dist/govuk/components/tag/fixtures.json +19 -43
  417. data/node_modules/govuk-frontend/dist/govuk/components/tag/template-pink.html +2 -2
  418. data/node_modules/govuk-frontend/dist/govuk/components/tag/template-turquoise.html +2 -2
  419. data/node_modules/govuk-frontend/dist/govuk/components/task-list/_index.import.scss +9 -0
  420. data/node_modules/govuk-frontend/dist/govuk/components/task-list/_index.scss +4 -76
  421. data/node_modules/govuk-frontend/dist/govuk/components/task-list/_mixin.scss +83 -0
  422. data/node_modules/govuk-frontend/dist/govuk/components/task-list/_task-list.import.scss +6 -0
  423. data/node_modules/govuk-frontend/dist/govuk/components/task-list/fixtures.json +35 -58
  424. data/node_modules/govuk-frontend/dist/govuk/components/task-list/template-forced-hover-state.html +37 -0
  425. data/node_modules/govuk-frontend/dist/govuk/components/task-list/template-with-all-possible-colours.html +131 -0
  426. data/node_modules/govuk-frontend/dist/govuk/components/task-list/template-with-hint-text-and-additional-states.html +77 -0
  427. data/node_modules/govuk-frontend/dist/govuk/components/textarea/_index.import.scss +11 -0
  428. data/node_modules/govuk-frontend/dist/govuk/components/textarea/_index.scss +6 -47
  429. data/node_modules/govuk-frontend/dist/govuk/components/textarea/_mixin.scss +43 -0
  430. data/node_modules/govuk-frontend/dist/govuk/components/textarea/_textarea.import.scss +6 -0
  431. data/node_modules/govuk-frontend/dist/govuk/components/textarea/fixtures.json +81 -81
  432. data/node_modules/govuk-frontend/dist/govuk/components/warning-text/_index.import.scss +8 -0
  433. data/node_modules/govuk-frontend/dist/govuk/components/warning-text/_index.scss +3 -64
  434. data/node_modules/govuk-frontend/dist/govuk/components/warning-text/_mixin.scss +69 -0
  435. data/node_modules/govuk-frontend/dist/govuk/components/warning-text/_warning-text.import.scss +6 -0
  436. data/node_modules/govuk-frontend/dist/govuk/components/warning-text/fixtures.json +9 -9
  437. data/node_modules/govuk-frontend/dist/govuk/core/_global-styles.import.scss +10 -0
  438. data/node_modules/govuk-frontend/dist/govuk/core/_global-styles.mixin.scss +19 -0
  439. data/node_modules/govuk-frontend/dist/govuk/core/_global-styles.scss +5 -18
  440. data/node_modules/govuk-frontend/dist/govuk/core/_index.import.scss +6 -0
  441. data/node_modules/govuk-frontend/dist/govuk/core/_index.scss +6 -7
  442. data/node_modules/govuk-frontend/dist/govuk/core/_links.import.scss +10 -0
  443. data/node_modules/govuk-frontend/dist/govuk/core/_links.mixin.scss +44 -0
  444. data/node_modules/govuk-frontend/dist/govuk/core/_links.scss +3 -40
  445. data/node_modules/govuk-frontend/dist/govuk/core/_lists.import.scss +14 -0
  446. data/node_modules/govuk-frontend/dist/govuk/core/_lists.mixin.scss +74 -0
  447. data/node_modules/govuk-frontend/dist/govuk/core/_lists.scss +6 -64
  448. data/node_modules/govuk-frontend/dist/govuk/core/_section-break.import.scss +8 -0
  449. data/node_modules/govuk-frontend/dist/govuk/core/_section-break.mixin.scss +54 -0
  450. data/node_modules/govuk-frontend/dist/govuk/core/_section-break.scss +3 -49
  451. data/node_modules/govuk-frontend/dist/govuk/core/_typography.import.scss +8 -0
  452. data/node_modules/govuk-frontend/dist/govuk/core/_typography.mixin.scss +173 -0
  453. data/node_modules/govuk-frontend/dist/govuk/core/_typography.scss +3 -187
  454. data/node_modules/govuk-frontend/dist/govuk/custom-properties/_breakpoints.import.scss +8 -0
  455. data/node_modules/govuk-frontend/dist/govuk/custom-properties/_breakpoints.mixin.scss +15 -0
  456. data/node_modules/govuk-frontend/dist/govuk/custom-properties/_breakpoints.scss +4 -0
  457. data/node_modules/govuk-frontend/dist/govuk/custom-properties/_frontend-version.import.scss +8 -0
  458. data/node_modules/govuk-frontend/dist/govuk/custom-properties/_frontend-version.mixin.scss +13 -0
  459. data/node_modules/govuk-frontend/dist/govuk/custom-properties/_frontend-version.scss +4 -0
  460. data/node_modules/govuk-frontend/dist/govuk/custom-properties/_functional-colours.import.scss +8 -0
  461. data/node_modules/govuk-frontend/dist/govuk/custom-properties/_functional-colours.mixin.scss +21 -0
  462. data/node_modules/govuk-frontend/dist/govuk/custom-properties/_functional-colours.scss +4 -0
  463. data/node_modules/govuk-frontend/dist/govuk/custom-properties/_index.import.scss +4 -0
  464. data/node_modules/govuk-frontend/dist/govuk/custom-properties/_index.scss +4 -0
  465. data/node_modules/govuk-frontend/dist/govuk/errors/index.mjs +5 -3
  466. data/node_modules/govuk-frontend/dist/govuk/errors/index.mjs.map +1 -1
  467. data/node_modules/govuk-frontend/dist/govuk/govuk-frontend.min.css +2 -2
  468. data/node_modules/govuk-frontend/dist/govuk/govuk-frontend.min.css.map +1 -1
  469. data/node_modules/govuk-frontend/dist/govuk/govuk-frontend.min.js +1 -1
  470. data/node_modules/govuk-frontend/dist/govuk/govuk-frontend.min.js.map +1 -1
  471. data/node_modules/govuk-frontend/dist/govuk/helpers/_clearfix.import.scss +2 -0
  472. data/node_modules/govuk-frontend/dist/govuk/helpers/_clearfix.scss +0 -1
  473. data/node_modules/govuk-frontend/dist/govuk/helpers/_colour.import.scss +2 -0
  474. data/node_modules/govuk-frontend/dist/govuk/helpers/_colour.scss +190 -89
  475. data/node_modules/govuk-frontend/dist/govuk/helpers/_device-pixels.import.scss +2 -0
  476. data/node_modules/govuk-frontend/dist/govuk/helpers/_device-pixels.scss +2 -1
  477. data/node_modules/govuk-frontend/dist/govuk/helpers/_focused.import.scss +2 -0
  478. data/node_modules/govuk-frontend/dist/govuk/helpers/_focused.scss +44 -7
  479. data/node_modules/govuk-frontend/dist/govuk/helpers/_font-faces--internal.scss +41 -0
  480. data/node_modules/govuk-frontend/dist/govuk/helpers/_grid.import.scss +2 -0
  481. data/node_modules/govuk-frontend/dist/govuk/helpers/_grid.scss +7 -4
  482. data/node_modules/govuk-frontend/dist/govuk/helpers/_index.import.scss +2 -0
  483. data/node_modules/govuk-frontend/dist/govuk/helpers/_index.scss +12 -13
  484. data/node_modules/govuk-frontend/dist/govuk/helpers/_links.import.scss +2 -0
  485. data/node_modules/govuk-frontend/dist/govuk/helpers/_links.scss +35 -46
  486. data/node_modules/govuk-frontend/dist/govuk/helpers/_media-queries.import.scss +2 -0
  487. data/node_modules/govuk-frontend/dist/govuk/helpers/_media-queries.scss +174 -34
  488. data/node_modules/govuk-frontend/dist/govuk/helpers/_shape-arrow.import.scss +2 -0
  489. data/node_modules/govuk-frontend/dist/govuk/helpers/_shape-arrow.scss +2 -3
  490. data/node_modules/govuk-frontend/dist/govuk/helpers/_spacing--internal.scss +80 -0
  491. data/node_modules/govuk-frontend/dist/govuk/helpers/_spacing.import.scss +2 -0
  492. data/node_modules/govuk-frontend/dist/govuk/helpers/_spacing.scss +27 -82
  493. data/node_modules/govuk-frontend/dist/govuk/helpers/_typography--internal.scss +24 -0
  494. data/node_modules/govuk-frontend/dist/govuk/helpers/_typography.import.scss +2 -0
  495. data/node_modules/govuk-frontend/dist/govuk/helpers/_typography.scss +55 -74
  496. data/node_modules/govuk-frontend/dist/govuk/helpers/_visually-hidden.import.scss +2 -0
  497. data/node_modules/govuk-frontend/dist/govuk/helpers/_visually-hidden.scss +17 -13
  498. data/node_modules/govuk-frontend/dist/govuk/helpers/_width-container.import.scss +2 -0
  499. data/node_modules/govuk-frontend/dist/govuk/helpers/_width-container.scss +73 -0
  500. data/node_modules/govuk-frontend/dist/govuk/i18n.mjs +5 -128
  501. data/node_modules/govuk-frontend/dist/govuk/i18n.mjs.map +1 -1
  502. data/node_modules/govuk-frontend/dist/govuk/index.import.scss +10 -0
  503. data/node_modules/govuk-frontend/dist/govuk/index.scss +6 -7
  504. data/node_modules/govuk-frontend/dist/govuk/init.mjs +53 -45
  505. data/node_modules/govuk-frontend/dist/govuk/init.mjs.map +1 -1
  506. data/node_modules/govuk-frontend/dist/govuk/macros/attributes.njk +30 -14
  507. data/node_modules/govuk-frontend/dist/govuk/macros/logo.njk +7 -29
  508. data/node_modules/govuk-frontend/dist/govuk/objects/_button-group.import.scss +8 -0
  509. data/node_modules/govuk-frontend/dist/govuk/objects/_button-group.mixin.scss +80 -0
  510. data/node_modules/govuk-frontend/dist/govuk/objects/_button-group.scss +3 -78
  511. data/node_modules/govuk-frontend/dist/govuk/objects/_form-group.import.scss +8 -0
  512. data/node_modules/govuk-frontend/dist/govuk/objects/_form-group.mixin.scss +26 -0
  513. data/node_modules/govuk-frontend/dist/govuk/objects/_form-group.scss +3 -23
  514. data/node_modules/govuk-frontend/dist/govuk/objects/_grid.import.scss +8 -0
  515. data/node_modules/govuk-frontend/dist/govuk/objects/_grid.mixin.scss +28 -0
  516. data/node_modules/govuk-frontend/dist/govuk/objects/_grid.scss +3 -24
  517. data/node_modules/govuk-frontend/dist/govuk/objects/_index.import.scss +7 -0
  518. data/node_modules/govuk-frontend/dist/govuk/objects/_index.scss +6 -7
  519. data/node_modules/govuk-frontend/dist/govuk/objects/_main-wrapper.import.scss +8 -0
  520. data/node_modules/govuk-frontend/dist/govuk/objects/_main-wrapper.mixin.scss +55 -0
  521. data/node_modules/govuk-frontend/dist/govuk/objects/_main-wrapper.scss +3 -53
  522. data/node_modules/govuk-frontend/dist/govuk/objects/_template.import.scss +8 -0
  523. data/node_modules/govuk-frontend/dist/govuk/objects/_template.mixin.scss +53 -0
  524. data/node_modules/govuk-frontend/dist/govuk/objects/_template.scss +3 -55
  525. data/node_modules/govuk-frontend/dist/govuk/objects/_width-container.import.scss +8 -0
  526. data/node_modules/govuk-frontend/dist/govuk/objects/_width-container.mixin.scss +9 -0
  527. data/node_modules/govuk-frontend/dist/govuk/objects/_width-container.scss +3 -75
  528. data/node_modules/govuk-frontend/dist/govuk/overrides/_display.import.scss +8 -0
  529. data/node_modules/govuk-frontend/dist/govuk/overrides/_display.mixin.scss +26 -0
  530. data/node_modules/govuk-frontend/dist/govuk/overrides/_display.scss +2 -24
  531. data/node_modules/govuk-frontend/dist/govuk/overrides/_index.import.scss +6 -0
  532. data/node_modules/govuk-frontend/dist/govuk/overrides/_index.scss +5 -6
  533. data/node_modules/govuk-frontend/dist/govuk/overrides/_spacing.import.scss +8 -0
  534. data/node_modules/govuk-frontend/dist/govuk/overrides/_spacing.mixin.scss +89 -0
  535. data/node_modules/govuk-frontend/dist/govuk/overrides/_spacing.scss +2 -84
  536. data/node_modules/govuk-frontend/dist/govuk/overrides/_text-align.import.scss +8 -0
  537. data/node_modules/govuk-frontend/dist/govuk/overrides/_text-align.mixin.scss +16 -0
  538. data/node_modules/govuk-frontend/dist/govuk/overrides/_text-align.scss +2 -14
  539. data/node_modules/govuk-frontend/dist/govuk/overrides/_typography.import.scss +8 -0
  540. data/node_modules/govuk-frontend/dist/govuk/overrides/_typography.mixin.scss +43 -0
  541. data/node_modules/govuk-frontend/dist/govuk/overrides/_typography.scss +2 -40
  542. data/node_modules/govuk-frontend/dist/govuk/overrides/_width.import.scss +8 -0
  543. data/node_modules/govuk-frontend/dist/govuk/overrides/_width.mixin.scss +50 -0
  544. data/node_modules/govuk-frontend/dist/govuk/overrides/_width.scss +2 -46
  545. data/node_modules/govuk-frontend/dist/govuk/settings/_assets.import.scss +13 -0
  546. data/node_modules/govuk-frontend/dist/govuk/settings/_assets.scss +50 -21
  547. data/node_modules/govuk-frontend/dist/govuk/settings/_colours-applied.import.scss +13 -0
  548. data/node_modules/govuk-frontend/dist/govuk/settings/_colours-functional.import.scss +2 -0
  549. data/node_modules/govuk-frontend/dist/govuk/settings/_colours-functional.scss +168 -0
  550. data/node_modules/govuk-frontend/dist/govuk/settings/_colours-legacy-functional.import.scss +2 -0
  551. data/node_modules/govuk-frontend/dist/govuk/settings/_colours-legacy-functional.scss +188 -0
  552. data/node_modules/govuk-frontend/dist/govuk/settings/_colours-organisations.import.scss +2 -0
  553. data/node_modules/govuk-frontend/dist/govuk/settings/_colours-organisations.scss +9 -274
  554. data/node_modules/govuk-frontend/dist/govuk/settings/_colours-palette--internal.scss +128 -0
  555. data/node_modules/govuk-frontend/dist/govuk/settings/_custom-properties.import.scss +2 -0
  556. data/node_modules/govuk-frontend/dist/govuk/settings/_custom-properties.scss +17 -0
  557. data/node_modules/govuk-frontend/dist/govuk/settings/_global-styles.import.scss +2 -0
  558. data/node_modules/govuk-frontend/dist/govuk/settings/_global-styles.scss +0 -1
  559. data/node_modules/govuk-frontend/dist/govuk/settings/_index.import.scss +24 -0
  560. data/node_modules/govuk-frontend/dist/govuk/settings/_index.scss +14 -13
  561. data/node_modules/govuk-frontend/dist/govuk/settings/_links.import.scss +2 -0
  562. data/node_modules/govuk-frontend/dist/govuk/settings/_links.scss +3 -3
  563. data/node_modules/govuk-frontend/dist/govuk/settings/_measurements.import.scss +2 -0
  564. data/node_modules/govuk-frontend/dist/govuk/settings/_measurements.scss +8 -17
  565. data/node_modules/govuk-frontend/dist/govuk/settings/_media-queries.import.scss +2 -0
  566. data/node_modules/govuk-frontend/dist/govuk/settings/_media-queries.scss +0 -10
  567. data/node_modules/govuk-frontend/dist/govuk/settings/_spacing.import.scss +2 -0
  568. data/node_modules/govuk-frontend/dist/govuk/settings/_spacing.scss +0 -1
  569. data/node_modules/govuk-frontend/dist/govuk/settings/_typography-font.import.scss +2 -0
  570. data/node_modules/govuk-frontend/dist/govuk/settings/_typography-font.scss +3 -2
  571. data/node_modules/govuk-frontend/dist/govuk/settings/_typography-responsive.import.scss +2 -0
  572. data/node_modules/govuk-frontend/dist/govuk/settings/_typography-responsive.scss +12 -190
  573. data/node_modules/govuk-frontend/dist/govuk/settings/_warnings--internal.scss +69 -0
  574. data/node_modules/govuk-frontend/dist/govuk/settings/_warnings.import.scss +2 -0
  575. data/node_modules/govuk-frontend/dist/govuk/settings/_warnings.scss +9 -56
  576. data/node_modules/govuk-frontend/dist/govuk/template.njk +61 -23
  577. data/node_modules/govuk-frontend/dist/govuk/tools/_exports.import.scss +2 -0
  578. data/node_modules/govuk-frontend/dist/govuk/tools/_exports.scss +12 -6
  579. data/node_modules/govuk-frontend/dist/govuk/tools/_font-url.import.scss +31 -0
  580. data/node_modules/govuk-frontend/dist/govuk/tools/_font-url.scss +22 -6
  581. data/node_modules/govuk-frontend/dist/govuk/tools/_if.import.scss +2 -0
  582. data/node_modules/govuk-frontend/dist/govuk/tools/_if.scss +23 -0
  583. data/node_modules/govuk-frontend/dist/govuk/tools/_image-url.import.scss +31 -0
  584. data/node_modules/govuk-frontend/dist/govuk/tools/_image-url.scss +22 -6
  585. data/node_modules/govuk-frontend/dist/govuk/tools/_index.import.scss +2 -0
  586. data/node_modules/govuk-frontend/dist/govuk/tools/_index.scss +6 -7
  587. data/node_modules/govuk-frontend/dist/govuk/tools/_px-to-em.import.scss +2 -0
  588. data/node_modules/govuk-frontend/dist/govuk/tools/_px-to-em.scss +9 -6
  589. data/node_modules/govuk-frontend/dist/govuk/tools/_px-to-rem.import.scss +2 -0
  590. data/node_modules/govuk-frontend/dist/govuk/tools/_px-to-rem.scss +6 -3
  591. data/node_modules/govuk-frontend/dist/govuk/utilities/_clearfix.import.scss +8 -0
  592. data/node_modules/govuk-frontend/dist/govuk/utilities/_clearfix.mixin.scss +10 -0
  593. data/node_modules/govuk-frontend/dist/govuk/utilities/_clearfix.scss +3 -6
  594. data/node_modules/govuk-frontend/dist/govuk/utilities/_index.import.scss +3 -0
  595. data/node_modules/govuk-frontend/dist/govuk/utilities/_index.scss +2 -3
  596. data/node_modules/govuk-frontend/dist/govuk/utilities/_visually-hidden.import.scss +8 -0
  597. data/node_modules/govuk-frontend/dist/govuk/utilities/_visually-hidden.mixin.scss +14 -0
  598. data/node_modules/govuk-frontend/dist/govuk/utilities/_visually-hidden.scss +2 -9
  599. data/node_modules/govuk-frontend/dist/govuk-prototype-kit/init.scss +4 -3
  600. data/node_modules/govuk-frontend/govuk-prototype-kit.config.json +5 -4
  601. data/node_modules/govuk-frontend/package.json +27 -22
  602. data/vendor/assets/assets/images/favicon.ico +0 -0
  603. data/vendor/assets/assets/images/favicon.svg +1 -1
  604. data/vendor/assets/assets/images/govuk-icon-180.png +0 -0
  605. data/vendor/assets/assets/images/govuk-icon-192.png +0 -0
  606. data/vendor/assets/assets/images/govuk-icon-512.png +0 -0
  607. data/vendor/assets/assets/images/govuk-opengraph-image.png +0 -0
  608. data/vendor/assets/assets/manifest.json.erb +39 -0
  609. data/vendor/assets/images/favicon.ico +0 -0
  610. data/vendor/assets/images/favicon.svg +1 -1
  611. data/vendor/assets/images/govuk-icon-180.png +0 -0
  612. data/vendor/assets/images/govuk-icon-192.png +0 -0
  613. data/vendor/assets/images/govuk-icon-512.png +0 -0
  614. data/vendor/assets/images/govuk-opengraph-image.png +0 -0
  615. data/vendor/assets/javascripts/defra_ruby_template.js +214 -325
  616. data/vendor/assets/javascripts/defra_ruby_template_supported.js +4 -0
  617. data/vendor/assets/stylesheets/_base.import.scss +6 -0
  618. data/vendor/assets/stylesheets/_base.scss +4 -4
  619. data/vendor/assets/stylesheets/components/_index.import.scss +38 -0
  620. data/vendor/assets/stylesheets/components/_index.scss +37 -39
  621. data/vendor/assets/stylesheets/components/accordion/_accordion.import.scss +6 -0
  622. data/vendor/assets/stylesheets/components/accordion/_index.import.scss +8 -0
  623. data/vendor/assets/stylesheets/components/accordion/_index.scss +3 -368
  624. data/vendor/assets/stylesheets/components/accordion/_mixin.scss +375 -0
  625. data/vendor/assets/stylesheets/components/back-link/_back-link.import.scss +6 -0
  626. data/vendor/assets/stylesheets/components/back-link/_index.import.scss +8 -0
  627. data/vendor/assets/stylesheets/components/back-link/_index.scss +3 -81
  628. data/vendor/assets/stylesheets/components/back-link/_mixin.scss +87 -0
  629. data/vendor/assets/stylesheets/components/breadcrumbs/_breadcrumbs.import.scss +6 -0
  630. data/vendor/assets/stylesheets/components/breadcrumbs/_index.import.scss +8 -0
  631. data/vendor/assets/stylesheets/components/breadcrumbs/_index.scss +3 -132
  632. data/vendor/assets/stylesheets/components/breadcrumbs/_mixin.scss +134 -0
  633. data/vendor/assets/stylesheets/components/button/_button.import.scss +6 -0
  634. data/vendor/assets/stylesheets/components/button/_index.import.scss +13 -0
  635. data/vendor/assets/stylesheets/components/button/_index.scss +9 -260
  636. data/vendor/assets/stylesheets/components/button/_mixin.scss +233 -0
  637. data/vendor/assets/stylesheets/components/button/_settings.import.scss +32 -0
  638. data/vendor/assets/stylesheets/components/button/_settings.scss +34 -0
  639. data/vendor/assets/stylesheets/components/character-count/_character-count.import.scss +6 -0
  640. data/vendor/assets/stylesheets/components/character-count/_index.import.scss +12 -0
  641. data/vendor/assets/stylesheets/components/character-count/_index.scss +7 -42
  642. data/vendor/assets/stylesheets/components/character-count/_mixin.scss +41 -0
  643. data/vendor/assets/stylesheets/components/checkboxes/_checkboxes.import.scss +6 -0
  644. data/vendor/assets/stylesheets/components/checkboxes/_index.import.scss +12 -0
  645. data/vendor/assets/stylesheets/components/checkboxes/_index.scss +7 -309
  646. data/vendor/assets/stylesheets/components/checkboxes/_mixin.scss +317 -0
  647. data/vendor/assets/stylesheets/components/cookie-banner/_cookie-banner.import.scss +6 -0
  648. data/vendor/assets/stylesheets/components/cookie-banner/_index.import.scss +9 -0
  649. data/vendor/assets/stylesheets/components/cookie-banner/_index.scss +4 -56
  650. data/vendor/assets/stylesheets/components/cookie-banner/_mixin.scss +56 -0
  651. data/vendor/assets/stylesheets/components/date-input/_date-input.import.scss +6 -0
  652. data/vendor/assets/stylesheets/components/date-input/_index.import.scss +13 -0
  653. data/vendor/assets/stylesheets/components/date-input/_index.scss +8 -26
  654. data/vendor/assets/stylesheets/components/date-input/_mixin.scss +29 -0
  655. data/vendor/assets/stylesheets/components/details/_details.import.scss +6 -0
  656. data/vendor/assets/stylesheets/components/details/_index.import.scss +8 -0
  657. data/vendor/assets/stylesheets/components/details/_index.scss +3 -137
  658. data/vendor/assets/stylesheets/components/details/_mixin.scss +143 -0
  659. data/vendor/assets/stylesheets/components/error-message/_error-message.import.scss +6 -0
  660. data/vendor/assets/stylesheets/components/error-message/_index.import.scss +8 -0
  661. data/vendor/assets/stylesheets/components/error-message/_index.scss +3 -12
  662. data/vendor/assets/stylesheets/components/error-message/_mixin.scss +16 -0
  663. data/vendor/assets/stylesheets/components/error-summary/_error-summary.import.scss +6 -0
  664. data/vendor/assets/stylesheets/components/error-summary/_index.import.scss +8 -0
  665. data/vendor/assets/stylesheets/components/error-summary/_index.scss +3 -53
  666. data/vendor/assets/stylesheets/components/error-summary/_mixin.scss +58 -0
  667. data/vendor/assets/stylesheets/components/exit-this-page/_exit-this-page.import.scss +6 -0
  668. data/vendor/assets/stylesheets/components/exit-this-page/_index.import.scss +9 -0
  669. data/vendor/assets/stylesheets/components/exit-this-page/_index.scss +4 -89
  670. data/vendor/assets/stylesheets/components/exit-this-page/_mixin.scss +96 -0
  671. data/vendor/assets/stylesheets/components/fieldset/_fieldset.import.scss +6 -0
  672. data/vendor/assets/stylesheets/components/fieldset/_index.import.scss +8 -0
  673. data/vendor/assets/stylesheets/components/fieldset/_index.scss +3 -67
  674. data/vendor/assets/stylesheets/components/fieldset/_mixin.scss +71 -0
  675. data/vendor/assets/stylesheets/components/file-upload/_file-upload.import.scss +6 -0
  676. data/vendor/assets/stylesheets/components/file-upload/_index.import.scss +11 -0
  677. data/vendor/assets/stylesheets/components/file-upload/_index.scss +6 -216
  678. data/vendor/assets/stylesheets/components/file-upload/_mixin.scss +217 -0
  679. data/vendor/assets/stylesheets/components/footer/_footer.import.scss +6 -0
  680. data/vendor/assets/stylesheets/components/footer/_index.import.scss +8 -0
  681. data/vendor/assets/stylesheets/components/footer/_index.scss +3 -192
  682. data/vendor/assets/stylesheets/components/footer/_mixin.scss +199 -0
  683. data/vendor/assets/stylesheets/components/generic-header/_generic-header.import.scss +6 -0
  684. data/vendor/assets/stylesheets/components/generic-header/_index.import.scss +8 -0
  685. data/vendor/assets/stylesheets/components/generic-header/_index.scss +5 -0
  686. data/vendor/assets/stylesheets/components/generic-header/_mixin.scss +140 -0
  687. data/vendor/assets/stylesheets/components/header/_header.import.scss +6 -0
  688. data/vendor/assets/stylesheets/components/header/_index.import.scss +8 -0
  689. data/vendor/assets/stylesheets/components/header/_index.scss +3 -546
  690. data/vendor/assets/stylesheets/components/header/_mixin.scss +119 -0
  691. data/vendor/assets/stylesheets/components/hint/_hint.import.scss +6 -0
  692. data/vendor/assets/stylesheets/components/hint/_index.import.scss +8 -0
  693. data/vendor/assets/stylesheets/components/hint/_index.scss +3 -43
  694. data/vendor/assets/stylesheets/components/hint/_mixin.scss +47 -0
  695. data/vendor/assets/stylesheets/components/input/_index.import.scss +11 -0
  696. data/vendor/assets/stylesheets/components/input/_index.scss +6 -166
  697. data/vendor/assets/stylesheets/components/input/_input.import.scss +6 -0
  698. data/vendor/assets/stylesheets/components/input/_mixin.scss +161 -0
  699. data/vendor/assets/stylesheets/components/inset-text/_index.import.scss +8 -0
  700. data/vendor/assets/stylesheets/components/inset-text/_index.scss +3 -24
  701. data/vendor/assets/stylesheets/components/inset-text/_inset-text.import.scss +6 -0
  702. data/vendor/assets/stylesheets/components/inset-text/_mixin.scss +31 -0
  703. data/vendor/assets/stylesheets/components/label/_index.import.scss +8 -0
  704. data/vendor/assets/stylesheets/components/label/_index.scss +3 -44
  705. data/vendor/assets/stylesheets/components/label/_label.import.scss +6 -0
  706. data/vendor/assets/stylesheets/components/label/_mixin.scss +48 -0
  707. data/vendor/assets/stylesheets/components/notification-banner/_index.import.scss +8 -0
  708. data/vendor/assets/stylesheets/components/notification-banner/_index.scss +3 -91
  709. data/vendor/assets/stylesheets/components/notification-banner/_mixin.scss +100 -0
  710. data/vendor/assets/stylesheets/components/notification-banner/_notification-banner.import.scss +6 -0
  711. data/vendor/assets/stylesheets/components/pagination/_index.import.scss +8 -0
  712. data/vendor/assets/stylesheets/components/pagination/_index.scss +3 -226
  713. data/vendor/assets/stylesheets/components/pagination/_mixin.scss +235 -0
  714. data/vendor/assets/stylesheets/components/pagination/_pagination.import.scss +6 -0
  715. data/vendor/assets/stylesheets/components/panel/_index.import.scss +8 -0
  716. data/vendor/assets/stylesheets/components/panel/_index.scss +3 -56
  717. data/vendor/assets/stylesheets/components/panel/_mixin.scss +94 -0
  718. data/vendor/assets/stylesheets/components/panel/_panel.import.scss +6 -0
  719. data/vendor/assets/stylesheets/components/password-input/_index.import.scss +10 -0
  720. data/vendor/assets/stylesheets/components/password-input/_index.scss +5 -54
  721. data/vendor/assets/stylesheets/components/password-input/_mixin.scss +56 -0
  722. data/vendor/assets/stylesheets/components/password-input/_password-input.import.scss +6 -0
  723. data/vendor/assets/stylesheets/components/phase-banner/_index.import.scss +9 -0
  724. data/vendor/assets/stylesheets/components/phase-banner/_index.scss +4 -33
  725. data/vendor/assets/stylesheets/components/phase-banner/_mixin.scss +42 -0
  726. data/vendor/assets/stylesheets/components/phase-banner/_phase-banner.import.scss +6 -0
  727. data/vendor/assets/stylesheets/components/radios/_index.import.scss +12 -0
  728. data/vendor/assets/stylesheets/components/radios/_index.scss +7 -325
  729. data/vendor/assets/stylesheets/components/radios/_mixin.scss +336 -0
  730. data/vendor/assets/stylesheets/components/radios/_radios.import.scss +6 -0
  731. data/vendor/assets/stylesheets/components/select/_index.import.scss +11 -0
  732. data/vendor/assets/stylesheets/components/select/_index.scss +6 -56
  733. data/vendor/assets/stylesheets/components/select/_mixin.scss +45 -0
  734. data/vendor/assets/stylesheets/components/select/_select.import.scss +6 -0
  735. data/vendor/assets/stylesheets/components/service-navigation/_index.import.scss +8 -0
  736. data/vendor/assets/stylesheets/components/service-navigation/_index.scss +3 -185
  737. data/vendor/assets/stylesheets/components/service-navigation/_mixin.scss +238 -0
  738. data/vendor/assets/stylesheets/components/service-navigation/_service-navigation.import.scss +6 -0
  739. data/vendor/assets/stylesheets/components/skip-link/_index.import.scss +8 -0
  740. data/vendor/assets/stylesheets/components/skip-link/_index.scss +3 -50
  741. data/vendor/assets/stylesheets/components/skip-link/_mixin.scss +60 -0
  742. data/vendor/assets/stylesheets/components/skip-link/_skip-link.import.scss +6 -0
  743. data/vendor/assets/stylesheets/components/summary-list/_index.import.scss +8 -0
  744. data/vendor/assets/stylesheets/components/summary-list/_index.scss +3 -267
  745. data/vendor/assets/stylesheets/components/summary-list/_mixin.scss +286 -0
  746. data/vendor/assets/stylesheets/components/summary-list/_summary-list.import.scss +6 -0
  747. data/vendor/assets/stylesheets/components/table/_index.import.scss +8 -0
  748. data/vendor/assets/stylesheets/components/table/_index.scss +3 -73
  749. data/vendor/assets/stylesheets/components/table/_mixin.scss +77 -0
  750. data/vendor/assets/stylesheets/components/table/_table.import.scss +6 -0
  751. data/vendor/assets/stylesheets/components/tabs/_index.import.scss +8 -0
  752. data/vendor/assets/stylesheets/components/tabs/_index.scss +3 -132
  753. data/vendor/assets/stylesheets/components/tabs/_mixin.scss +140 -0
  754. data/vendor/assets/stylesheets/components/tabs/_tabs.import.scss +6 -0
  755. data/vendor/assets/stylesheets/components/tag/_index.import.scss +8 -0
  756. data/vendor/assets/stylesheets/components/tag/_index.scss +3 -94
  757. data/vendor/assets/stylesheets/components/tag/_mixin.scss +135 -0
  758. data/vendor/assets/stylesheets/components/tag/_tag.import.scss +6 -0
  759. data/vendor/assets/stylesheets/components/task-list/_index.import.scss +9 -0
  760. data/vendor/assets/stylesheets/components/task-list/_index.scss +4 -76
  761. data/vendor/assets/stylesheets/components/task-list/_mixin.scss +83 -0
  762. data/vendor/assets/stylesheets/components/task-list/_task-list.import.scss +6 -0
  763. data/vendor/assets/stylesheets/components/textarea/_index.import.scss +11 -0
  764. data/vendor/assets/stylesheets/components/textarea/_index.scss +6 -47
  765. data/vendor/assets/stylesheets/components/textarea/_mixin.scss +43 -0
  766. data/vendor/assets/stylesheets/components/textarea/_textarea.import.scss +6 -0
  767. data/vendor/assets/stylesheets/components/warning-text/_index.import.scss +8 -0
  768. data/vendor/assets/stylesheets/components/warning-text/_index.scss +3 -64
  769. data/vendor/assets/stylesheets/components/warning-text/_mixin.scss +69 -0
  770. data/vendor/assets/stylesheets/components/warning-text/_warning-text.import.scss +6 -0
  771. data/vendor/assets/stylesheets/core/_global-styles.import.scss +10 -0
  772. data/vendor/assets/stylesheets/core/_global-styles.mixin.scss +19 -0
  773. data/vendor/assets/stylesheets/core/_global-styles.scss +5 -18
  774. data/vendor/assets/stylesheets/core/_index.import.scss +6 -0
  775. data/vendor/assets/stylesheets/core/_index.scss +6 -7
  776. data/vendor/assets/stylesheets/core/_links.import.scss +10 -0
  777. data/vendor/assets/stylesheets/core/_links.mixin.scss +44 -0
  778. data/vendor/assets/stylesheets/core/_links.scss +3 -40
  779. data/vendor/assets/stylesheets/core/_lists.import.scss +14 -0
  780. data/vendor/assets/stylesheets/core/_lists.mixin.scss +74 -0
  781. data/vendor/assets/stylesheets/core/_lists.scss +6 -64
  782. data/vendor/assets/stylesheets/core/_section-break.import.scss +8 -0
  783. data/vendor/assets/stylesheets/core/_section-break.mixin.scss +54 -0
  784. data/vendor/assets/stylesheets/core/_section-break.scss +3 -49
  785. data/vendor/assets/stylesheets/core/_typography.import.scss +8 -0
  786. data/vendor/assets/stylesheets/core/_typography.mixin.scss +173 -0
  787. data/vendor/assets/stylesheets/core/_typography.scss +3 -187
  788. data/vendor/assets/stylesheets/custom-properties/_breakpoints.import.scss +8 -0
  789. data/vendor/assets/stylesheets/custom-properties/_breakpoints.mixin.scss +15 -0
  790. data/vendor/assets/stylesheets/custom-properties/_breakpoints.scss +4 -0
  791. data/vendor/assets/stylesheets/custom-properties/_frontend-version.import.scss +8 -0
  792. data/vendor/assets/stylesheets/custom-properties/_frontend-version.mixin.scss +13 -0
  793. data/vendor/assets/stylesheets/custom-properties/_frontend-version.scss +4 -0
  794. data/vendor/assets/stylesheets/custom-properties/_functional-colours.import.scss +8 -0
  795. data/vendor/assets/stylesheets/custom-properties/_functional-colours.mixin.scss +21 -0
  796. data/vendor/assets/stylesheets/custom-properties/_functional-colours.scss +4 -0
  797. data/vendor/assets/stylesheets/custom-properties/_index.import.scss +4 -0
  798. data/vendor/assets/stylesheets/custom-properties/_index.scss +4 -0
  799. data/vendor/assets/stylesheets/defra_ruby_template.scss +29 -10
  800. data/vendor/assets/stylesheets/govuk-frontend.min.css +2 -2
  801. data/vendor/assets/stylesheets/helpers/_clearfix.import.scss +2 -0
  802. data/vendor/assets/stylesheets/helpers/_clearfix.scss +0 -1
  803. data/vendor/assets/stylesheets/helpers/_colour.import.scss +2 -0
  804. data/vendor/assets/stylesheets/helpers/_colour.scss +190 -89
  805. data/vendor/assets/stylesheets/helpers/_device-pixels.import.scss +2 -0
  806. data/vendor/assets/stylesheets/helpers/_device-pixels.scss +2 -1
  807. data/vendor/assets/stylesheets/helpers/_focused.import.scss +2 -0
  808. data/vendor/assets/stylesheets/helpers/_focused.scss +44 -7
  809. data/vendor/assets/stylesheets/helpers/_font-faces--internal.scss +41 -0
  810. data/vendor/assets/stylesheets/helpers/_grid.import.scss +2 -0
  811. data/vendor/assets/stylesheets/helpers/_grid.scss +7 -4
  812. data/vendor/assets/stylesheets/helpers/_index.import.scss +2 -0
  813. data/vendor/assets/stylesheets/helpers/_index.scss +12 -13
  814. data/vendor/assets/stylesheets/helpers/_links.import.scss +2 -0
  815. data/vendor/assets/stylesheets/helpers/_links.scss +35 -46
  816. data/vendor/assets/stylesheets/helpers/_media-queries.import.scss +2 -0
  817. data/vendor/assets/stylesheets/helpers/_media-queries.scss +174 -34
  818. data/vendor/assets/stylesheets/helpers/_shape-arrow.import.scss +2 -0
  819. data/vendor/assets/stylesheets/helpers/_shape-arrow.scss +2 -3
  820. data/vendor/assets/stylesheets/helpers/_spacing--internal.scss +80 -0
  821. data/vendor/assets/stylesheets/helpers/_spacing.import.scss +2 -0
  822. data/vendor/assets/stylesheets/helpers/_spacing.scss +27 -82
  823. data/vendor/assets/stylesheets/helpers/_typography--internal.scss +24 -0
  824. data/vendor/assets/stylesheets/helpers/_typography.import.scss +2 -0
  825. data/vendor/assets/stylesheets/helpers/_typography.scss +55 -74
  826. data/vendor/assets/stylesheets/helpers/_visually-hidden.import.scss +2 -0
  827. data/vendor/assets/stylesheets/helpers/_visually-hidden.scss +17 -13
  828. data/vendor/assets/stylesheets/helpers/_width-container.import.scss +2 -0
  829. data/vendor/assets/stylesheets/helpers/_width-container.scss +73 -0
  830. data/vendor/assets/stylesheets/index.import.scss +10 -0
  831. data/vendor/assets/stylesheets/index.scss +6 -7
  832. data/vendor/assets/stylesheets/objects/_button-group.import.scss +8 -0
  833. data/vendor/assets/stylesheets/objects/_button-group.mixin.scss +80 -0
  834. data/vendor/assets/stylesheets/objects/_button-group.scss +3 -78
  835. data/vendor/assets/stylesheets/objects/_form-group.import.scss +8 -0
  836. data/vendor/assets/stylesheets/objects/_form-group.mixin.scss +26 -0
  837. data/vendor/assets/stylesheets/objects/_form-group.scss +3 -23
  838. data/vendor/assets/stylesheets/objects/_grid.import.scss +8 -0
  839. data/vendor/assets/stylesheets/objects/_grid.mixin.scss +28 -0
  840. data/vendor/assets/stylesheets/objects/_grid.scss +3 -24
  841. data/vendor/assets/stylesheets/objects/_index.import.scss +7 -0
  842. data/vendor/assets/stylesheets/objects/_index.scss +6 -7
  843. data/vendor/assets/stylesheets/objects/_main-wrapper.import.scss +8 -0
  844. data/vendor/assets/stylesheets/objects/_main-wrapper.mixin.scss +55 -0
  845. data/vendor/assets/stylesheets/objects/_main-wrapper.scss +3 -53
  846. data/vendor/assets/stylesheets/objects/_template.import.scss +8 -0
  847. data/vendor/assets/stylesheets/objects/_template.mixin.scss +53 -0
  848. data/vendor/assets/stylesheets/objects/_template.scss +3 -55
  849. data/vendor/assets/stylesheets/objects/_width-container.import.scss +8 -0
  850. data/vendor/assets/stylesheets/objects/_width-container.mixin.scss +9 -0
  851. data/vendor/assets/stylesheets/objects/_width-container.scss +3 -75
  852. data/vendor/assets/stylesheets/overrides/_display.import.scss +8 -0
  853. data/vendor/assets/stylesheets/overrides/_display.mixin.scss +26 -0
  854. data/vendor/assets/stylesheets/overrides/_display.scss +2 -24
  855. data/vendor/assets/stylesheets/overrides/_index.import.scss +6 -0
  856. data/vendor/assets/stylesheets/overrides/_index.scss +5 -6
  857. data/vendor/assets/stylesheets/overrides/_spacing.import.scss +8 -0
  858. data/vendor/assets/stylesheets/overrides/_spacing.mixin.scss +89 -0
  859. data/vendor/assets/stylesheets/overrides/_spacing.scss +2 -84
  860. data/vendor/assets/stylesheets/overrides/_text-align.import.scss +8 -0
  861. data/vendor/assets/stylesheets/overrides/_text-align.mixin.scss +16 -0
  862. data/vendor/assets/stylesheets/overrides/_text-align.scss +2 -14
  863. data/vendor/assets/stylesheets/overrides/_typography.import.scss +8 -0
  864. data/vendor/assets/stylesheets/overrides/_typography.mixin.scss +43 -0
  865. data/vendor/assets/stylesheets/overrides/_typography.scss +2 -40
  866. data/vendor/assets/stylesheets/overrides/_width.import.scss +8 -0
  867. data/vendor/assets/stylesheets/overrides/_width.mixin.scss +50 -0
  868. data/vendor/assets/stylesheets/overrides/_width.scss +2 -46
  869. data/vendor/assets/stylesheets/settings/_assets.import.scss +13 -0
  870. data/vendor/assets/stylesheets/settings/_assets.scss +50 -21
  871. data/vendor/assets/stylesheets/settings/_colours-applied.import.scss +13 -0
  872. data/vendor/assets/stylesheets/settings/_colours-functional.import.scss +2 -0
  873. data/vendor/assets/stylesheets/settings/_colours-functional.scss +168 -0
  874. data/vendor/assets/stylesheets/settings/_colours-legacy-functional.import.scss +2 -0
  875. data/vendor/assets/stylesheets/settings/_colours-legacy-functional.scss +188 -0
  876. data/vendor/assets/stylesheets/settings/_colours-organisations.import.scss +2 -0
  877. data/vendor/assets/stylesheets/settings/_colours-organisations.scss +9 -274
  878. data/vendor/assets/stylesheets/settings/_colours-palette--internal.scss +128 -0
  879. data/vendor/assets/stylesheets/settings/_custom-properties.import.scss +2 -0
  880. data/vendor/assets/stylesheets/settings/_custom-properties.scss +17 -0
  881. data/vendor/assets/stylesheets/settings/_global-styles.import.scss +2 -0
  882. data/vendor/assets/stylesheets/settings/_global-styles.scss +0 -1
  883. data/vendor/assets/stylesheets/settings/_index.import.scss +24 -0
  884. data/vendor/assets/stylesheets/settings/_index.scss +14 -13
  885. data/vendor/assets/stylesheets/settings/_links.import.scss +2 -0
  886. data/vendor/assets/stylesheets/settings/_links.scss +3 -3
  887. data/vendor/assets/stylesheets/settings/_measurements.import.scss +2 -0
  888. data/vendor/assets/stylesheets/settings/_measurements.scss +8 -17
  889. data/vendor/assets/stylesheets/settings/_media-queries.import.scss +2 -0
  890. data/vendor/assets/stylesheets/settings/_media-queries.scss +0 -10
  891. data/vendor/assets/stylesheets/settings/_spacing.import.scss +2 -0
  892. data/vendor/assets/stylesheets/settings/_spacing.scss +0 -1
  893. data/vendor/assets/stylesheets/settings/_typography-font.import.scss +2 -0
  894. data/vendor/assets/stylesheets/settings/_typography-font.scss +3 -2
  895. data/vendor/assets/stylesheets/settings/_typography-responsive.import.scss +2 -0
  896. data/vendor/assets/stylesheets/settings/_typography-responsive.scss +12 -190
  897. data/vendor/assets/stylesheets/settings/_warnings--internal.scss +69 -0
  898. data/vendor/assets/stylesheets/settings/_warnings.import.scss +2 -0
  899. data/vendor/assets/stylesheets/settings/_warnings.scss +9 -56
  900. data/vendor/assets/stylesheets/tools/_exports.import.scss +2 -0
  901. data/vendor/assets/stylesheets/tools/_exports.scss +12 -6
  902. data/vendor/assets/stylesheets/tools/_font-url.import.scss +31 -0
  903. data/vendor/assets/stylesheets/tools/_font-url.scss +22 -6
  904. data/vendor/assets/stylesheets/tools/_if.import.scss +2 -0
  905. data/vendor/assets/stylesheets/tools/_if.scss +23 -0
  906. data/vendor/assets/stylesheets/tools/_image-url.import.scss +31 -0
  907. data/vendor/assets/stylesheets/tools/_image-url.scss +22 -6
  908. data/vendor/assets/stylesheets/tools/_index.import.scss +2 -0
  909. data/vendor/assets/stylesheets/tools/_index.scss +6 -7
  910. data/vendor/assets/stylesheets/tools/_px-to-em.import.scss +2 -0
  911. data/vendor/assets/stylesheets/tools/_px-to-em.scss +9 -6
  912. data/vendor/assets/stylesheets/tools/_px-to-rem.import.scss +2 -0
  913. data/vendor/assets/stylesheets/tools/_px-to-rem.scss +6 -3
  914. data/vendor/assets/stylesheets/utilities/_clearfix.import.scss +8 -0
  915. data/vendor/assets/stylesheets/utilities/_clearfix.mixin.scss +10 -0
  916. data/vendor/assets/stylesheets/utilities/_clearfix.scss +3 -6
  917. data/vendor/assets/stylesheets/utilities/_index.import.scss +3 -0
  918. data/vendor/assets/stylesheets/utilities/_index.scss +2 -3
  919. data/vendor/assets/stylesheets/utilities/_visually-hidden.import.scss +8 -0
  920. data/vendor/assets/stylesheets/utilities/_visually-hidden.mixin.scss +14 -0
  921. data/vendor/assets/stylesheets/utilities/_visually-hidden.scss +2 -9
  922. metadata +490 -408
  923. data/node_modules/govuk-frontend/dist/govuk/_base.scss.map +0 -1
  924. data/node_modules/govuk-frontend/dist/govuk/all.scss +0 -9
  925. data/node_modules/govuk-frontend/dist/govuk/all.scss.map +0 -1
  926. data/node_modules/govuk-frontend/dist/govuk/assets/rebrand/images/favicon.ico +0 -0
  927. data/node_modules/govuk-frontend/dist/govuk/assets/rebrand/images/favicon.svg +0 -1
  928. data/node_modules/govuk-frontend/dist/govuk/assets/rebrand/images/govuk-crest.svg +0 -1
  929. data/node_modules/govuk-frontend/dist/govuk/assets/rebrand/images/govuk-icon-180.png +0 -0
  930. data/node_modules/govuk-frontend/dist/govuk/assets/rebrand/images/govuk-icon-192.png +0 -0
  931. data/node_modules/govuk-frontend/dist/govuk/assets/rebrand/images/govuk-icon-512.png +0 -0
  932. data/node_modules/govuk-frontend/dist/govuk/assets/rebrand/images/govuk-icon-mask.svg +0 -1
  933. data/node_modules/govuk-frontend/dist/govuk/assets/rebrand/images/govuk-opengraph-image.png +0 -0
  934. data/node_modules/govuk-frontend/dist/govuk/assets/rebrand/manifest.json +0 -39
  935. data/node_modules/govuk-frontend/dist/govuk/components/_all.scss +0 -10
  936. data/node_modules/govuk-frontend/dist/govuk/components/_all.scss.map +0 -1
  937. data/node_modules/govuk-frontend/dist/govuk/components/_index.scss.map +0 -1
  938. data/node_modules/govuk-frontend/dist/govuk/components/accordion/_accordion.scss +0 -4
  939. data/node_modules/govuk-frontend/dist/govuk/components/accordion/_accordion.scss.map +0 -1
  940. data/node_modules/govuk-frontend/dist/govuk/components/accordion/_index.scss.map +0 -1
  941. data/node_modules/govuk-frontend/dist/govuk/components/accordion/template-with-focusable-elements-inside.html +0 -26
  942. data/node_modules/govuk-frontend/dist/govuk/components/accordion/template-with-one-section-open.html +0 -30
  943. data/node_modules/govuk-frontend/dist/govuk/components/accordion/template-with-translations.html +0 -30
  944. data/node_modules/govuk-frontend/dist/govuk/components/back-link/_back-link.scss +0 -4
  945. data/node_modules/govuk-frontend/dist/govuk/components/back-link/_back-link.scss.map +0 -1
  946. data/node_modules/govuk-frontend/dist/govuk/components/back-link/_index.scss.map +0 -1
  947. data/node_modules/govuk-frontend/dist/govuk/components/back-link/template-with-custom-link.html +0 -1
  948. data/node_modules/govuk-frontend/dist/govuk/components/back-link/template-with-custom-text.html +0 -1
  949. data/node_modules/govuk-frontend/dist/govuk/components/breadcrumbs/_breadcrumbs.scss +0 -4
  950. data/node_modules/govuk-frontend/dist/govuk/components/breadcrumbs/_breadcrumbs.scss.map +0 -1
  951. data/node_modules/govuk-frontend/dist/govuk/components/breadcrumbs/_index.scss.map +0 -1
  952. data/node_modules/govuk-frontend/dist/govuk/components/breadcrumbs/template-with-multiple-levels.html +0 -16
  953. data/node_modules/govuk-frontend/dist/govuk/components/button/_button.scss +0 -4
  954. data/node_modules/govuk-frontend/dist/govuk/components/button/_button.scss.map +0 -1
  955. data/node_modules/govuk-frontend/dist/govuk/components/button/_index.scss.map +0 -1
  956. data/node_modules/govuk-frontend/dist/govuk/components/button/template-input-disabled.html +0 -1
  957. data/node_modules/govuk-frontend/dist/govuk/components/button/template-input.html +0 -1
  958. data/node_modules/govuk-frontend/dist/govuk/components/button/template-inverse-link.html +0 -3
  959. data/node_modules/govuk-frontend/dist/govuk/components/button/template-inverse-start.html +0 -6
  960. data/node_modules/govuk-frontend/dist/govuk/components/button/template-prevent-double-click.html +0 -3
  961. data/node_modules/govuk-frontend/dist/govuk/components/button/template-secondary-link.html +0 -3
  962. data/node_modules/govuk-frontend/dist/govuk/components/button/template-start-link.html +0 -6
  963. data/node_modules/govuk-frontend/dist/govuk/components/button/template-warning-link.html +0 -3
  964. data/node_modules/govuk-frontend/dist/govuk/components/button/template-with-active-state.html +0 -3
  965. data/node_modules/govuk-frontend/dist/govuk/components/button/template-with-focus-state.html +0 -3
  966. data/node_modules/govuk-frontend/dist/govuk/components/button/template-with-hover-state.html +0 -3
  967. data/node_modules/govuk-frontend/dist/govuk/components/character-count/_character-count.scss +0 -4
  968. data/node_modules/govuk-frontend/dist/govuk/components/character-count/_character-count.scss.map +0 -1
  969. data/node_modules/govuk-frontend/dist/govuk/components/character-count/_index.scss.map +0 -1
  970. data/node_modules/govuk-frontend/dist/govuk/components/character-count/template-with-custom-textarea-description.html +0 -9
  971. data/node_modules/govuk-frontend/dist/govuk/components/character-count/template-with-error.html +0 -12
  972. data/node_modules/govuk-frontend/dist/govuk/components/character-count/template-with-translations.html +0 -9
  973. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/_checkboxes.scss +0 -4
  974. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/_checkboxes.scss.map +0 -1
  975. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/_index.scss.map +0 -1
  976. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-small-with-disabled.html +0 -27
  977. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-a-medium-legend.html +0 -33
  978. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-conditional-item-checked.html +0 -39
  979. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-conditional-items-with-special-characters.html +0 -39
  980. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-disabled-item.html +0 -29
  981. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-error-message-and-hints-on-items.html +0 -39
  982. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-fieldset-and-error-message.html +0 -30
  983. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-id-and-name.html +0 -30
  984. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-single-option-and-hint-set-aria-describedby-on-input.html +0 -16
  985. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-single-option-set-aria-describedby-on-input.html +0 -13
  986. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-without-fieldset.html +0 -22
  987. data/node_modules/govuk-frontend/dist/govuk/components/cookie-banner/_cookie-banner.scss +0 -4
  988. data/node_modules/govuk-frontend/dist/govuk/components/cookie-banner/_cookie-banner.scss.map +0 -1
  989. data/node_modules/govuk-frontend/dist/govuk/components/cookie-banner/_index.scss.map +0 -1
  990. data/node_modules/govuk-frontend/dist/govuk/components/cookie-banner/template-client-side-implementation.html +0 -60
  991. data/node_modules/govuk-frontend/dist/govuk/components/date-input/_date-input.scss +0 -4
  992. data/node_modules/govuk-frontend/dist/govuk/components/date-input/_date-input.scss.map +0 -1
  993. data/node_modules/govuk-frontend/dist/govuk/components/date-input/_index.scss.map +0 -1
  994. data/node_modules/govuk-frontend/dist/govuk/components/date-input/template-with-autocomplete-values.html +0 -36
  995. data/node_modules/govuk-frontend/dist/govuk/components/date-input/template-with-default-items.html +0 -36
  996. data/node_modules/govuk-frontend/dist/govuk/components/date-input/template-with-errors-and-hint.html +0 -39
  997. data/node_modules/govuk-frontend/dist/govuk/components/date-input/template-with-input-attributes.html +0 -36
  998. data/node_modules/govuk-frontend/dist/govuk/components/date-input/template-with-optional-form-group-classes.html +0 -36
  999. data/node_modules/govuk-frontend/dist/govuk/components/details/_details.scss +0 -4
  1000. data/node_modules/govuk-frontend/dist/govuk/components/details/_details.scss.map +0 -1
  1001. data/node_modules/govuk-frontend/dist/govuk/components/details/_index.scss.map +0 -1
  1002. data/node_modules/govuk-frontend/dist/govuk/components/error-message/_error-message.scss +0 -4
  1003. data/node_modules/govuk-frontend/dist/govuk/components/error-message/_error-message.scss.map +0 -1
  1004. data/node_modules/govuk-frontend/dist/govuk/components/error-message/_index.scss.map +0 -1
  1005. data/node_modules/govuk-frontend/dist/govuk/components/error-summary/_error-summary.scss +0 -4
  1006. data/node_modules/govuk-frontend/dist/govuk/components/error-summary/_error-summary.scss.map +0 -1
  1007. data/node_modules/govuk-frontend/dist/govuk/components/error-summary/_index.scss.map +0 -1
  1008. data/node_modules/govuk-frontend/dist/govuk/components/exit-this-page/_exit-this-page.scss +0 -4
  1009. data/node_modules/govuk-frontend/dist/govuk/components/exit-this-page/_exit-this-page.scss.map +0 -1
  1010. data/node_modules/govuk-frontend/dist/govuk/components/exit-this-page/_index.scss.map +0 -1
  1011. data/node_modules/govuk-frontend/dist/govuk/components/exit-this-page/template-translated.html +0 -5
  1012. data/node_modules/govuk-frontend/dist/govuk/components/fieldset/_fieldset.scss +0 -4
  1013. data/node_modules/govuk-frontend/dist/govuk/components/fieldset/_fieldset.scss.map +0 -1
  1014. data/node_modules/govuk-frontend/dist/govuk/components/fieldset/_index.scss.map +0 -1
  1015. data/node_modules/govuk-frontend/dist/govuk/components/file-upload/_file-upload.scss +0 -4
  1016. data/node_modules/govuk-frontend/dist/govuk/components/file-upload/_file-upload.scss.map +0 -1
  1017. data/node_modules/govuk-frontend/dist/govuk/components/file-upload/_index.scss.map +0 -1
  1018. data/node_modules/govuk-frontend/dist/govuk/components/file-upload/template-allows-direct-media-capture.html +0 -6
  1019. data/node_modules/govuk-frontend/dist/govuk/components/file-upload/template-allows-image-files-only.html +0 -6
  1020. data/node_modules/govuk-frontend/dist/govuk/components/file-upload/template-allows-multiple-files.html +0 -6
  1021. data/node_modules/govuk-frontend/dist/govuk/components/file-upload/template-disabled.html +0 -6
  1022. data/node_modules/govuk-frontend/dist/govuk/components/file-upload/template-enhanced-disabled.html +0 -13
  1023. data/node_modules/govuk-frontend/dist/govuk/components/file-upload/template-with-optional-form-group-classes.html +0 -6
  1024. data/node_modules/govuk-frontend/dist/govuk/components/footer/_footer.scss +0 -4
  1025. data/node_modules/govuk-frontend/dist/govuk/components/footer/_footer.scss.map +0 -1
  1026. data/node_modules/govuk-frontend/dist/govuk/components/footer/_index.scss.map +0 -1
  1027. data/node_modules/govuk-frontend/dist/govuk/components/footer/template-with-meta.html +0 -56
  1028. data/node_modules/govuk-frontend/dist/govuk/components/header/_header.scss +0 -4
  1029. data/node_modules/govuk-frontend/dist/govuk/components/header/_header.scss.map +0 -1
  1030. data/node_modules/govuk-frontend/dist/govuk/components/header/_index.scss.map +0 -1
  1031. data/node_modules/govuk-frontend/dist/govuk/components/header/header.bundle.js +0 -233
  1032. data/node_modules/govuk-frontend/dist/govuk/components/header/header.bundle.js.map +0 -1
  1033. data/node_modules/govuk-frontend/dist/govuk/components/header/header.bundle.mjs +0 -225
  1034. data/node_modules/govuk-frontend/dist/govuk/components/header/header.bundle.mjs.map +0 -1
  1035. data/node_modules/govuk-frontend/dist/govuk/components/header/header.mjs +0 -89
  1036. data/node_modules/govuk-frontend/dist/govuk/components/header/header.mjs.map +0 -1
  1037. data/node_modules/govuk-frontend/dist/govuk/components/header/template-full-width-with-navigation.html +0 -55
  1038. data/node_modules/govuk-frontend/dist/govuk/components/header/template-navigation-item-with-html.html +0 -57
  1039. data/node_modules/govuk-frontend/dist/govuk/components/header/template-navigation-item-with-text-without-link.html +0 -51
  1040. data/node_modules/govuk-frontend/dist/govuk/components/header/template-with-custom-menu-button-label.html +0 -59
  1041. data/node_modules/govuk-frontend/dist/govuk/components/header/template-with-custom-menu-button-text.html +0 -59
  1042. data/node_modules/govuk-frontend/dist/govuk/components/header/template-with-custom-navigation-label.html +0 -59
  1043. data/node_modules/govuk-frontend/dist/govuk/components/header/template-with-full-width-border.html +0 -30
  1044. data/node_modules/govuk-frontend/dist/govuk/components/header/template-with-large-navigation.html +0 -119
  1045. data/node_modules/govuk-frontend/dist/govuk/components/header/template-with-navigation.html +0 -59
  1046. data/node_modules/govuk-frontend/dist/govuk/components/header/template-with-service-name-and-navigation.html +0 -62
  1047. data/node_modules/govuk-frontend/dist/govuk/components/header/template-with-service-name-but-no-service-url.html +0 -34
  1048. data/node_modules/govuk-frontend/dist/govuk/components/header/template-with-service-name.html +0 -34
  1049. data/node_modules/govuk-frontend/dist/govuk/components/header/template-with-st-edwards-crown.html +0 -19
  1050. data/node_modules/govuk-frontend/dist/govuk/components/hint/_hint.scss +0 -4
  1051. data/node_modules/govuk-frontend/dist/govuk/components/hint/_hint.scss.map +0 -1
  1052. data/node_modules/govuk-frontend/dist/govuk/components/hint/_index.scss.map +0 -1
  1053. data/node_modules/govuk-frontend/dist/govuk/components/input/_index.scss.map +0 -1
  1054. data/node_modules/govuk-frontend/dist/govuk/components/input/_input.scss +0 -4
  1055. data/node_modules/govuk-frontend/dist/govuk/components/input/_input.scss.map +0 -1
  1056. data/node_modules/govuk-frontend/dist/govuk/components/input/template-disabled.html +0 -6
  1057. data/node_modules/govuk-frontend/dist/govuk/components/input/template-with-autocapitalize-turned-off.html +0 -6
  1058. data/node_modules/govuk-frontend/dist/govuk/components/input/template-with-autocomplete-attribute.html +0 -6
  1059. data/node_modules/govuk-frontend/dist/govuk/components/input/template-with-optional-form-group-classes.html +0 -6
  1060. data/node_modules/govuk-frontend/dist/govuk/components/input/template-with-pattern-attribute.html +0 -6
  1061. data/node_modules/govuk-frontend/dist/govuk/components/input/template-with-prefix-and-long-suffix.html +0 -10
  1062. data/node_modules/govuk-frontend/dist/govuk/components/input/template-with-spellcheck-disabled.html +0 -6
  1063. data/node_modules/govuk-frontend/dist/govuk/components/input/template-with-spellcheck-enabled.html +0 -6
  1064. data/node_modules/govuk-frontend/dist/govuk/components/inset-text/_index.scss.map +0 -1
  1065. data/node_modules/govuk-frontend/dist/govuk/components/inset-text/_inset-text.scss +0 -4
  1066. data/node_modules/govuk-frontend/dist/govuk/components/inset-text/_inset-text.scss.map +0 -1
  1067. data/node_modules/govuk-frontend/dist/govuk/components/label/_index.scss.map +0 -1
  1068. data/node_modules/govuk-frontend/dist/govuk/components/label/_label.scss +0 -4
  1069. data/node_modules/govuk-frontend/dist/govuk/components/label/_label.scss.map +0 -1
  1070. data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/_index.scss.map +0 -1
  1071. data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/_notification-banner.scss +0 -4
  1072. data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/_notification-banner.scss.map +0 -1
  1073. data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/template-auto-focus-disabled-with-type-as-success.html +0 -12
  1074. data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/template-auto-focus-explicitly-enabled-with-type-as-success.html +0 -12
  1075. data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/template-custom-tabindex.html +0 -12
  1076. data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/template-paragraph-as-html-heading.html +0 -10
  1077. data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/template-rolealert-overridden-to-roleregion-with-type-as-success.html +0 -12
  1078. data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/template-success-with-custom-html.html +0 -16
  1079. data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/template-with-a-list.html +0 -16
  1080. data/node_modules/govuk-frontend/dist/govuk/components/pagination/_index.scss.map +0 -1
  1081. data/node_modules/govuk-frontend/dist/govuk/components/pagination/_pagination.scss +0 -4
  1082. data/node_modules/govuk-frontend/dist/govuk/components/pagination/_pagination.scss.map +0 -1
  1083. data/node_modules/govuk-frontend/dist/govuk/components/pagination/template-with-custom-accessible-labels-on-item-links.html +0 -39
  1084. data/node_modules/govuk-frontend/dist/govuk/components/pagination/template-with-custom-navigation-landmark.html +0 -39
  1085. data/node_modules/govuk-frontend/dist/govuk/components/pagination/template-with-prev-and-next-only-in-a-different-language.html +0 -22
  1086. data/node_modules/govuk-frontend/dist/govuk/components/panel/_index.scss.map +0 -1
  1087. data/node_modules/govuk-frontend/dist/govuk/components/panel/_panel.scss +0 -4
  1088. data/node_modules/govuk-frontend/dist/govuk/components/panel/_panel.scss.map +0 -1
  1089. data/node_modules/govuk-frontend/dist/govuk/components/panel/template-custom-heading-level.html +0 -8
  1090. data/node_modules/govuk-frontend/dist/govuk/components/password-input/_index.scss.map +0 -1
  1091. data/node_modules/govuk-frontend/dist/govuk/components/password-input/_password-input.scss +0 -4
  1092. data/node_modules/govuk-frontend/dist/govuk/components/password-input/_password-input.scss.map +0 -1
  1093. data/node_modules/govuk-frontend/dist/govuk/components/password-input/template-with-new-password-autocomplete.html +0 -11
  1094. data/node_modules/govuk-frontend/dist/govuk/components/password-input/template-with-translations.html +0 -11
  1095. data/node_modules/govuk-frontend/dist/govuk/components/phase-banner/_index.scss.map +0 -1
  1096. data/node_modules/govuk-frontend/dist/govuk/components/phase-banner/_phase-banner.scss +0 -4
  1097. data/node_modules/govuk-frontend/dist/govuk/components/phase-banner/_phase-banner.scss.map +0 -1
  1098. data/node_modules/govuk-frontend/dist/govuk/components/radios/_index.scss.map +0 -1
  1099. data/node_modules/govuk-frontend/dist/govuk/components/radios/_radios.scss +0 -4
  1100. data/node_modules/govuk-frontend/dist/govuk/components/radios/_radios.scss.map +0 -1
  1101. data/node_modules/govuk-frontend/dist/govuk/components/radios/template-prechecked-using-value.html +0 -16
  1102. data/node_modules/govuk-frontend/dist/govuk/components/radios/template-prechecked.html +0 -19
  1103. data/node_modules/govuk-frontend/dist/govuk/components/radios/template-small-inline-extreme.html +0 -69
  1104. data/node_modules/govuk-frontend/dist/govuk/components/radios/template-small-with-disabled.html +0 -27
  1105. data/node_modules/govuk-frontend/dist/govuk/components/radios/template-with-a-medium-legend.html +0 -24
  1106. data/node_modules/govuk-frontend/dist/govuk/components/radios/template-with-conditional-items-with-special-characters.html +0 -39
  1107. data/node_modules/govuk-frontend/dist/govuk/components/radios/template-with-disabled.html +0 -29
  1108. data/node_modules/govuk-frontend/dist/govuk/components/radios/template-with-idprefix.html +0 -16
  1109. data/node_modules/govuk-frontend/dist/govuk/components/select/_index.scss.map +0 -1
  1110. data/node_modules/govuk-frontend/dist/govuk/components/select/_select.scss +0 -4
  1111. data/node_modules/govuk-frontend/dist/govuk/components/select/_select.scss.map +0 -1
  1112. data/node_modules/govuk-frontend/dist/govuk/components/select/template-id.html +0 -7
  1113. data/node_modules/govuk-frontend/dist/govuk/components/select/template-with-no-items.html +0 -7
  1114. data/node_modules/govuk-frontend/dist/govuk/components/select/template-with-optional-form-group-classes.html +0 -10
  1115. data/node_modules/govuk-frontend/dist/govuk/components/select/template-with-selected-value.html +0 -10
  1116. data/node_modules/govuk-frontend/dist/govuk/components/service-navigation/_index.scss.map +0 -1
  1117. data/node_modules/govuk-frontend/dist/govuk/components/service-navigation/_service-navigation.scss +0 -4
  1118. data/node_modules/govuk-frontend/dist/govuk/components/service-navigation/_service-navigation.scss.map +0 -1
  1119. data/node_modules/govuk-frontend/dist/govuk/components/service-navigation/template-with-navigation-with-an-active-item.html +0 -58
  1120. data/node_modules/govuk-frontend/dist/govuk/components/skip-link/_index.scss.map +0 -1
  1121. data/node_modules/govuk-frontend/dist/govuk/components/skip-link/_skip-link.scss +0 -4
  1122. data/node_modules/govuk-frontend/dist/govuk/components/skip-link/_skip-link.scss.map +0 -1
  1123. data/node_modules/govuk-frontend/dist/govuk/components/summary-list/_index.scss.map +0 -1
  1124. data/node_modules/govuk-frontend/dist/govuk/components/summary-list/_summary-list.scss +0 -4
  1125. data/node_modules/govuk-frontend/dist/govuk/components/summary-list/_summary-list.scss.map +0 -1
  1126. data/node_modules/govuk-frontend/dist/govuk/components/summary-list/template-as-a-summary-card-with-a-custom-header-level.html +0 -28
  1127. data/node_modules/govuk-frontend/dist/govuk/components/summary-list/template-check-your-answers.html +0 -98
  1128. data/node_modules/govuk-frontend/dist/govuk/components/summary-list/template-overridden-widths.html +0 -58
  1129. data/node_modules/govuk-frontend/dist/govuk/components/summary-list/template-translated.html +0 -51
  1130. data/node_modules/govuk-frontend/dist/govuk/components/summary-list/template-with-no-first-action.html +0 -58
  1131. data/node_modules/govuk-frontend/dist/govuk/components/summary-list/template-with-some-actions.html +0 -45
  1132. data/node_modules/govuk-frontend/dist/govuk/components/table/_index.scss.map +0 -1
  1133. data/node_modules/govuk-frontend/dist/govuk/components/table/_table.scss +0 -4
  1134. data/node_modules/govuk-frontend/dist/govuk/components/table/_table.scss.map +0 -1
  1135. data/node_modules/govuk-frontend/dist/govuk/components/table/template-with-small-text-modifier-for-tables-with-a-lot-of-data.html +0 -19
  1136. data/node_modules/govuk-frontend/dist/govuk/components/tabs/_index.scss.map +0 -1
  1137. data/node_modules/govuk-frontend/dist/govuk/components/tabs/_tabs.scss +0 -4
  1138. data/node_modules/govuk-frontend/dist/govuk/components/tabs/_tabs.scss.map +0 -1
  1139. data/node_modules/govuk-frontend/dist/govuk/components/tag/_index.scss.map +0 -1
  1140. data/node_modules/govuk-frontend/dist/govuk/components/tag/_tag.scss +0 -4
  1141. data/node_modules/govuk-frontend/dist/govuk/components/tag/_tag.scss.map +0 -1
  1142. data/node_modules/govuk-frontend/dist/govuk/components/tag/template-blue.html +0 -3
  1143. data/node_modules/govuk-frontend/dist/govuk/components/tag/template-light-blue.html +0 -3
  1144. data/node_modules/govuk-frontend/dist/govuk/components/task-list/_index.scss.map +0 -1
  1145. data/node_modules/govuk-frontend/dist/govuk/components/task-list/_task-list.scss +0 -4
  1146. data/node_modules/govuk-frontend/dist/govuk/components/task-list/_task-list.scss.map +0 -1
  1147. data/node_modules/govuk-frontend/dist/govuk/components/task-list/template-example-with-3-states.html +0 -49
  1148. data/node_modules/govuk-frontend/dist/govuk/components/task-list/template-example-with-all-possible-colours.html +0 -143
  1149. data/node_modules/govuk-frontend/dist/govuk/components/task-list/template-example-with-hint-text-and-additional-states.html +0 -77
  1150. data/node_modules/govuk-frontend/dist/govuk/components/textarea/_index.scss.map +0 -1
  1151. data/node_modules/govuk-frontend/dist/govuk/components/textarea/_textarea.scss +0 -4
  1152. data/node_modules/govuk-frontend/dist/govuk/components/textarea/_textarea.scss.map +0 -1
  1153. data/node_modules/govuk-frontend/dist/govuk/components/textarea/template-with-autocomplete-attribute.html +0 -6
  1154. data/node_modules/govuk-frontend/dist/govuk/components/textarea/template-with-optional-form-group-classes.html +0 -6
  1155. data/node_modules/govuk-frontend/dist/govuk/components/textarea/template-with-spellcheck-disabled.html +0 -6
  1156. data/node_modules/govuk-frontend/dist/govuk/components/textarea/template-with-spellcheck-enabled.html +0 -6
  1157. data/node_modules/govuk-frontend/dist/govuk/components/warning-text/_index.scss.map +0 -1
  1158. data/node_modules/govuk-frontend/dist/govuk/components/warning-text/_warning-text.scss +0 -4
  1159. data/node_modules/govuk-frontend/dist/govuk/components/warning-text/_warning-text.scss.map +0 -1
  1160. data/node_modules/govuk-frontend/dist/govuk/core/_all.scss +0 -10
  1161. data/node_modules/govuk-frontend/dist/govuk/core/_all.scss.map +0 -1
  1162. data/node_modules/govuk-frontend/dist/govuk/core/_global-styles.scss.map +0 -1
  1163. data/node_modules/govuk-frontend/dist/govuk/core/_govuk-frontend-properties.scss +0 -12
  1164. data/node_modules/govuk-frontend/dist/govuk/core/_govuk-frontend-properties.scss.map +0 -1
  1165. data/node_modules/govuk-frontend/dist/govuk/core/_index.scss.map +0 -1
  1166. data/node_modules/govuk-frontend/dist/govuk/core/_links.scss.map +0 -1
  1167. data/node_modules/govuk-frontend/dist/govuk/core/_lists.scss.map +0 -1
  1168. data/node_modules/govuk-frontend/dist/govuk/core/_section-break.scss.map +0 -1
  1169. data/node_modules/govuk-frontend/dist/govuk/core/_typography.scss.map +0 -1
  1170. data/node_modules/govuk-frontend/dist/govuk/helpers/_all.scss +0 -10
  1171. data/node_modules/govuk-frontend/dist/govuk/helpers/_all.scss.map +0 -1
  1172. data/node_modules/govuk-frontend/dist/govuk/helpers/_clearfix.scss.map +0 -1
  1173. data/node_modules/govuk-frontend/dist/govuk/helpers/_colour.scss.map +0 -1
  1174. data/node_modules/govuk-frontend/dist/govuk/helpers/_device-pixels.scss.map +0 -1
  1175. data/node_modules/govuk-frontend/dist/govuk/helpers/_focused.scss.map +0 -1
  1176. data/node_modules/govuk-frontend/dist/govuk/helpers/_font-faces.scss +0 -41
  1177. data/node_modules/govuk-frontend/dist/govuk/helpers/_font-faces.scss.map +0 -1
  1178. data/node_modules/govuk-frontend/dist/govuk/helpers/_grid.scss.map +0 -1
  1179. data/node_modules/govuk-frontend/dist/govuk/helpers/_index.scss.map +0 -1
  1180. data/node_modules/govuk-frontend/dist/govuk/helpers/_links.scss.map +0 -1
  1181. data/node_modules/govuk-frontend/dist/govuk/helpers/_media-queries.scss.map +0 -1
  1182. data/node_modules/govuk-frontend/dist/govuk/helpers/_shape-arrow.scss.map +0 -1
  1183. data/node_modules/govuk-frontend/dist/govuk/helpers/_spacing.scss.map +0 -1
  1184. data/node_modules/govuk-frontend/dist/govuk/helpers/_typography.scss.map +0 -1
  1185. data/node_modules/govuk-frontend/dist/govuk/helpers/_visually-hidden.scss.map +0 -1
  1186. data/node_modules/govuk-frontend/dist/govuk/index.scss.map +0 -1
  1187. data/node_modules/govuk-frontend/dist/govuk/objects/_all.scss +0 -10
  1188. data/node_modules/govuk-frontend/dist/govuk/objects/_all.scss.map +0 -1
  1189. data/node_modules/govuk-frontend/dist/govuk/objects/_button-group.scss.map +0 -1
  1190. data/node_modules/govuk-frontend/dist/govuk/objects/_form-group.scss.map +0 -1
  1191. data/node_modules/govuk-frontend/dist/govuk/objects/_grid.scss.map +0 -1
  1192. data/node_modules/govuk-frontend/dist/govuk/objects/_index.scss.map +0 -1
  1193. data/node_modules/govuk-frontend/dist/govuk/objects/_main-wrapper.scss.map +0 -1
  1194. data/node_modules/govuk-frontend/dist/govuk/objects/_template.scss.map +0 -1
  1195. data/node_modules/govuk-frontend/dist/govuk/objects/_width-container.scss.map +0 -1
  1196. data/node_modules/govuk-frontend/dist/govuk/overrides/_all.scss +0 -9
  1197. data/node_modules/govuk-frontend/dist/govuk/overrides/_all.scss.map +0 -1
  1198. data/node_modules/govuk-frontend/dist/govuk/overrides/_display.scss.map +0 -1
  1199. data/node_modules/govuk-frontend/dist/govuk/overrides/_index.scss.map +0 -1
  1200. data/node_modules/govuk-frontend/dist/govuk/overrides/_spacing.scss.map +0 -1
  1201. data/node_modules/govuk-frontend/dist/govuk/overrides/_text-align.scss.map +0 -1
  1202. data/node_modules/govuk-frontend/dist/govuk/overrides/_typography.scss.map +0 -1
  1203. data/node_modules/govuk-frontend/dist/govuk/overrides/_width.scss.map +0 -1
  1204. data/node_modules/govuk-frontend/dist/govuk/settings/_all.scss +0 -10
  1205. data/node_modules/govuk-frontend/dist/govuk/settings/_all.scss.map +0 -1
  1206. data/node_modules/govuk-frontend/dist/govuk/settings/_assets.scss.map +0 -1
  1207. data/node_modules/govuk-frontend/dist/govuk/settings/_colours-applied.scss +0 -195
  1208. data/node_modules/govuk-frontend/dist/govuk/settings/_colours-applied.scss.map +0 -1
  1209. data/node_modules/govuk-frontend/dist/govuk/settings/_colours-organisations.scss.map +0 -1
  1210. data/node_modules/govuk-frontend/dist/govuk/settings/_colours-palette.scss +0 -37
  1211. data/node_modules/govuk-frontend/dist/govuk/settings/_colours-palette.scss.map +0 -1
  1212. data/node_modules/govuk-frontend/dist/govuk/settings/_global-styles.scss.map +0 -1
  1213. data/node_modules/govuk-frontend/dist/govuk/settings/_index.scss.map +0 -1
  1214. data/node_modules/govuk-frontend/dist/govuk/settings/_links.scss.map +0 -1
  1215. data/node_modules/govuk-frontend/dist/govuk/settings/_measurements.scss.map +0 -1
  1216. data/node_modules/govuk-frontend/dist/govuk/settings/_media-queries.scss.map +0 -1
  1217. data/node_modules/govuk-frontend/dist/govuk/settings/_spacing.scss.map +0 -1
  1218. data/node_modules/govuk-frontend/dist/govuk/settings/_typography-font.scss.map +0 -1
  1219. data/node_modules/govuk-frontend/dist/govuk/settings/_typography-responsive.scss.map +0 -1
  1220. data/node_modules/govuk-frontend/dist/govuk/settings/_warnings.scss.map +0 -1
  1221. data/node_modules/govuk-frontend/dist/govuk/tools/_all.scss +0 -10
  1222. data/node_modules/govuk-frontend/dist/govuk/tools/_all.scss.map +0 -1
  1223. data/node_modules/govuk-frontend/dist/govuk/tools/_exports.scss.map +0 -1
  1224. data/node_modules/govuk-frontend/dist/govuk/tools/_font-url.scss.map +0 -1
  1225. data/node_modules/govuk-frontend/dist/govuk/tools/_image-url.scss.map +0 -1
  1226. data/node_modules/govuk-frontend/dist/govuk/tools/_index.scss.map +0 -1
  1227. data/node_modules/govuk-frontend/dist/govuk/tools/_px-to-em.scss.map +0 -1
  1228. data/node_modules/govuk-frontend/dist/govuk/tools/_px-to-rem.scss.map +0 -1
  1229. data/node_modules/govuk-frontend/dist/govuk/tools/_rebrand.scss +0 -65
  1230. data/node_modules/govuk-frontend/dist/govuk/tools/_rebrand.scss.map +0 -1
  1231. data/node_modules/govuk-frontend/dist/govuk/utilities/_all.scss +0 -10
  1232. data/node_modules/govuk-frontend/dist/govuk/utilities/_all.scss.map +0 -1
  1233. data/node_modules/govuk-frontend/dist/govuk/utilities/_clearfix.scss.map +0 -1
  1234. data/node_modules/govuk-frontend/dist/govuk/utilities/_index.scss.map +0 -1
  1235. data/node_modules/govuk-frontend/dist/govuk/utilities/_visually-hidden.scss.map +0 -1
  1236. data/node_modules/govuk-frontend/dist/govuk/vendor/_sass-mq.scss +0 -349
  1237. data/node_modules/govuk-frontend/dist/govuk/vendor/_sass-mq.scss.map +0 -1
  1238. data/node_modules/govuk-frontend/dist/govuk-prototype-kit/functions.js +0 -25
  1239. data/node_modules/govuk-frontend/dist/govuk-prototype-kit/init.scss.map +0 -1
  1240. data/spec/spec_helper.rb +0 -98
  1241. data/spec/tasks/assets_spec.rb +0 -53
  1242. data/vendor/assets/assets/manifest.json +0 -39
  1243. data/vendor/assets/assets/rebrand/images/favicon.ico +0 -0
  1244. data/vendor/assets/assets/rebrand/images/favicon.svg +0 -1
  1245. data/vendor/assets/assets/rebrand/images/govuk-crest.svg +0 -1
  1246. data/vendor/assets/assets/rebrand/images/govuk-icon-180.png +0 -0
  1247. data/vendor/assets/assets/rebrand/images/govuk-icon-192.png +0 -0
  1248. data/vendor/assets/assets/rebrand/images/govuk-icon-512.png +0 -0
  1249. data/vendor/assets/assets/rebrand/images/govuk-icon-mask.svg +0 -1
  1250. data/vendor/assets/assets/rebrand/images/govuk-opengraph-image.png +0 -0
  1251. data/vendor/assets/assets/rebrand/manifest.json +0 -39
  1252. data/vendor/assets/images/govuk-crest-2x.png +0 -0
  1253. data/vendor/assets/images/govuk-crest.png +0 -0
  1254. data/vendor/assets/stylesheets/all.scss +0 -9
  1255. data/vendor/assets/stylesheets/components/_all.scss +0 -10
  1256. data/vendor/assets/stylesheets/components/accordion/_accordion.scss +0 -4
  1257. data/vendor/assets/stylesheets/components/back-link/_back-link.scss +0 -4
  1258. data/vendor/assets/stylesheets/components/breadcrumbs/_breadcrumbs.scss +0 -4
  1259. data/vendor/assets/stylesheets/components/button/_button.scss +0 -4
  1260. data/vendor/assets/stylesheets/components/character-count/_character-count.scss +0 -4
  1261. data/vendor/assets/stylesheets/components/checkboxes/_checkboxes.scss +0 -4
  1262. data/vendor/assets/stylesheets/components/cookie-banner/_cookie-banner.scss +0 -4
  1263. data/vendor/assets/stylesheets/components/date-input/_date-input.scss +0 -4
  1264. data/vendor/assets/stylesheets/components/details/_details.scss +0 -4
  1265. data/vendor/assets/stylesheets/components/error-message/_error-message.scss +0 -4
  1266. data/vendor/assets/stylesheets/components/error-summary/_error-summary.scss +0 -4
  1267. data/vendor/assets/stylesheets/components/exit-this-page/_exit-this-page.scss +0 -4
  1268. data/vendor/assets/stylesheets/components/fieldset/_fieldset.scss +0 -4
  1269. data/vendor/assets/stylesheets/components/file-upload/_file-upload.scss +0 -4
  1270. data/vendor/assets/stylesheets/components/footer/_footer.scss +0 -4
  1271. data/vendor/assets/stylesheets/components/header/_header.scss +0 -4
  1272. data/vendor/assets/stylesheets/components/hint/_hint.scss +0 -4
  1273. data/vendor/assets/stylesheets/components/input/_input.scss +0 -4
  1274. data/vendor/assets/stylesheets/components/inset-text/_inset-text.scss +0 -4
  1275. data/vendor/assets/stylesheets/components/label/_label.scss +0 -4
  1276. data/vendor/assets/stylesheets/components/notification-banner/_notification-banner.scss +0 -4
  1277. data/vendor/assets/stylesheets/components/pagination/_pagination.scss +0 -4
  1278. data/vendor/assets/stylesheets/components/panel/_panel.scss +0 -4
  1279. data/vendor/assets/stylesheets/components/password-input/_password-input.scss +0 -4
  1280. data/vendor/assets/stylesheets/components/phase-banner/_phase-banner.scss +0 -4
  1281. data/vendor/assets/stylesheets/components/radios/_radios.scss +0 -4
  1282. data/vendor/assets/stylesheets/components/select/_select.scss +0 -4
  1283. data/vendor/assets/stylesheets/components/service-navigation/_service-navigation.scss +0 -4
  1284. data/vendor/assets/stylesheets/components/skip-link/_skip-link.scss +0 -4
  1285. data/vendor/assets/stylesheets/components/summary-list/_summary-list.scss +0 -4
  1286. data/vendor/assets/stylesheets/components/table/_table.scss +0 -4
  1287. data/vendor/assets/stylesheets/components/tabs/_tabs.scss +0 -4
  1288. data/vendor/assets/stylesheets/components/tag/_tag.scss +0 -4
  1289. data/vendor/assets/stylesheets/components/task-list/_task-list.scss +0 -4
  1290. data/vendor/assets/stylesheets/components/textarea/_textarea.scss +0 -4
  1291. data/vendor/assets/stylesheets/components/warning-text/_warning-text.scss +0 -4
  1292. data/vendor/assets/stylesheets/core/_all.scss +0 -10
  1293. data/vendor/assets/stylesheets/core/_govuk-frontend-properties.scss +0 -12
  1294. data/vendor/assets/stylesheets/helpers/_all.scss +0 -10
  1295. data/vendor/assets/stylesheets/helpers/_font-faces.scss +0 -41
  1296. data/vendor/assets/stylesheets/objects/_all.scss +0 -10
  1297. data/vendor/assets/stylesheets/overrides/_all.scss +0 -9
  1298. data/vendor/assets/stylesheets/settings/_all.scss +0 -10
  1299. data/vendor/assets/stylesheets/settings/_colours-applied.scss +0 -195
  1300. data/vendor/assets/stylesheets/settings/_colours-palette.scss +0 -37
  1301. data/vendor/assets/stylesheets/tools/_all.scss +0 -10
  1302. data/vendor/assets/stylesheets/tools/_rebrand.scss +0 -65
  1303. data/vendor/assets/stylesheets/utilities/_all.scss +0 -10
  1304. data/vendor/assets/stylesheets/vendor/_sass-mq.scss +0 -349
  1305. /data/node_modules/govuk-frontend/dist/govuk/components/date-input/{template-complete-question.html → template-with-items.html} +0 -0
  1306. /data/node_modules/govuk-frontend/dist/govuk/components/table/{template-table-with-head-and-caption.html → template-with-head-and-caption.html} +0 -0
  1307. /data/node_modules/govuk-frontend/dist/govuk/components/table/{template-table-with-head.html → template-with-head.html} +0 -0
  1308. /data/node_modules/govuk-frontend/dist/govuk/components/task-list/{template-example-with-very-long-single-word-tags.html → template-with-very-long-single-word-tags.html} +0 -0
@@ -1,349 +0,0 @@
1
- // mq() v4.0.2
2
- // sass-mq/sass-mq
3
-
4
- @charset "UTF-8"; // Fixes an issue where Ruby locale is not set properly
5
- // See https://github.com/sass-mq/sass-mq/pull/10
6
-
7
- /// Base font size on the `<body>` element
8
- /// @type Number (unit)
9
- $mq-base-font-size: 16px !default;
10
-
11
- /// Responsive mode
12
- ///
13
- /// Set to `false` to enable support for browsers that do not support @media queries,
14
- /// (IE <= 8, Firefox <= 3, Opera <= 9)
15
- ///
16
- /// You could create a stylesheet served exclusively to older browsers,
17
- /// where @media queries are rasterized
18
- ///
19
- /// @example scss
20
- /// // old-ie.scss
21
- /// $mq-responsive: false;
22
- /// @import 'main'; // @media queries in this file will be rasterized up to $mq-static-breakpoint
23
- /// // larger breakpoints will be ignored
24
- ///
25
- /// @type Boolean
26
- /// @link https://github.com/sass-mq/sass-mq#responsive-mode-off Disabled responsive mode documentation
27
- $mq-responsive: true !default;
28
-
29
- /// Breakpoint list
30
- ///
31
- /// Name your breakpoints in a way that creates a ubiquitous language
32
- /// across team members. It will improve communication between
33
- /// stakeholders, designers, developers, and testers.
34
- ///
35
- /// @type Map
36
- /// @link https://github.com/sass-mq/sass-mq#seeing-the-currently-active-breakpoint Full documentation and examples
37
- $mq-breakpoints: (
38
- mobile: 320px,
39
- tablet: 740px,
40
- desktop: 980px,
41
- wide: 1300px
42
- ) !default;
43
-
44
- /// Static breakpoint (for fixed-width layouts)
45
- ///
46
- /// Define the breakpoint from $mq-breakpoints that should
47
- /// be used as the target width for the fixed-width layout
48
- /// (i.e. when $mq-responsive is set to 'false') in a old-ie.scss
49
- ///
50
- /// @example scss
51
- /// // tablet-only.scss
52
- /// //
53
- /// // Ignore all styles above tablet breakpoint,
54
- /// // and fix the styles (e.g. layout) at tablet width
55
- /// $mq-responsive: false;
56
- /// $mq-static-breakpoint: tablet;
57
- /// @import 'main'; // @media queries in this file will be rasterized up to tablet
58
- /// // larger breakpoints will be ignored
59
- ///
60
- /// @type String
61
- /// @link https://github.com/sass-mq/sass-mq#adding-custom-breakpoints Full documentation and examples
62
- $mq-static-breakpoint: desktop !default;
63
-
64
- /// Show breakpoints in the top right corner
65
- ///
66
- /// If you want to display the currently active breakpoint in the top
67
- /// right corner of your site during development, add the breakpoints
68
- /// to this list, ordered by width, e.g. (mobile, tablet, desktop).
69
- ///
70
- /// @type map
71
- $mq-show-breakpoints: () !default;
72
-
73
- /// Customize the media type (e.g. `@media screen` or `@media print`)
74
- /// By default sass-mq uses an "all" media type (`@media all and …`)
75
- ///
76
- /// @type String
77
- /// @link https://github.com/sass-mq/sass-mq#changing-media-type Full documentation and examples
78
- $mq-media-type: all !default;
79
-
80
- /// Convert pixels to ems
81
- ///
82
- /// @param {Number} $px - value to convert
83
- /// @param {Number} $base-font-size ($mq-base-font-size) - `<body>` font size
84
- ///
85
- /// @example scss
86
- /// $font-size-in-ems: mq-px2em(16px);
87
- /// p { font-size: mq-px2em(16px); }
88
- ///
89
- /// @requires $mq-base-font-size
90
- /// @returns {Number}
91
- @function mq-px2em($px, $base-font-size: $mq-base-font-size) {
92
- @if unitless($px) {
93
- @warn "Assuming #{$px} to be in pixels, attempting to convert it into pixels.";
94
- @return mq-px2em($px * 1px, $base-font-size);
95
- } @else if unit($px) == em {
96
- @return $px;
97
- }
98
- @return ($px / $base-font-size) * 1em;
99
- }
100
-
101
- /// Get a breakpoint's width
102
- ///
103
- /// @param {String} $name - Name of the breakpoint. One of $mq-breakpoints
104
- ///
105
- /// @example scss
106
- /// $tablet-width: mq-get-breakpoint-width(tablet);
107
- /// @media (min-width: mq-get-breakpoint-width(desktop)) {}
108
- ///
109
- /// @requires {Variable} $mq-breakpoints
110
- ///
111
- /// @returns {Number} Value in pixels
112
- @function mq-get-breakpoint-width($name, $breakpoints: $mq-breakpoints) {
113
- @if map-has-key($breakpoints, $name) {
114
- @return map-get($breakpoints, $name);
115
- } @else {
116
- @warn "Breakpoint #{$name} wasn't found in $breakpoints.";
117
- }
118
- }
119
-
120
- /// Media Query mixin
121
- ///
122
- /// @param {String | Boolean} $from (false) - One of $mq-breakpoints
123
- /// @param {String | Boolean} $until (false) - One of $mq-breakpoints
124
- /// @param {String | Boolean} $and (false) - Additional media query parameters
125
- /// @param {String} $media-type ($mq-media-type) - Media type: screen, print…
126
- ///
127
- /// @ignore Undocumented API, for advanced use only:
128
- /// @ignore @param {Map} $breakpoints ($mq-breakpoints)
129
- /// @ignore @param {String} $static-breakpoint ($mq-static-breakpoint)
130
- ///
131
- /// @content styling rules, wrapped into a @media query when $responsive is true
132
- ///
133
- /// @requires {Variable} $mq-media-type
134
- /// @requires {Variable} $mq-breakpoints
135
- /// @requires {Variable} $mq-static-breakpoint
136
- /// @requires {function} mq-px2em
137
- /// @requires {function} mq-get-breakpoint-width
138
- ///
139
- /// @link https://github.com/sass-mq/sass-mq#responsive-mode-on-default Full documentation and examples
140
- ///
141
- /// @example scss
142
- /// .element {
143
- /// @include mq($from: mobile) {
144
- /// color: red;
145
- /// }
146
- /// @include mq($until: tablet) {
147
- /// color: blue;
148
- /// }
149
- /// @include mq(mobile, tablet) {
150
- /// color: green;
151
- /// }
152
- /// @include mq($from: tablet, $and: '(orientation: landscape)') {
153
- /// color: teal;
154
- /// }
155
- /// @include mq(950px) {
156
- /// color: hotpink;
157
- /// }
158
- /// @include mq(tablet, $media-type: screen) {
159
- /// color: hotpink;
160
- /// }
161
- /// // Advanced use:
162
- /// $my-breakpoints: (L: 900px, XL: 1200px);
163
- /// @include mq(L, $breakpoints: $my-breakpoints, $static-breakpoint: L) {
164
- /// color: hotpink;
165
- /// }
166
- /// }
167
- @mixin mq(
168
- $from: false,
169
- $until: false,
170
- $and: false,
171
- $media-type: $mq-media-type,
172
- $breakpoints: $mq-breakpoints,
173
- $responsive: $mq-responsive,
174
- $static-breakpoint: $mq-static-breakpoint
175
- ) {
176
- $min-width: 0;
177
- $max-width: 0;
178
- $media-query: '';
179
-
180
- // From: this breakpoint (inclusive)
181
- @if $from {
182
- @if type-of($from) == number {
183
- $min-width: mq-px2em($from);
184
- } @else {
185
- $min-width: mq-px2em(mq-get-breakpoint-width($from, $breakpoints));
186
- }
187
- }
188
-
189
- // Until: that breakpoint (exclusive)
190
- @if $until {
191
- @if type-of($until) == number {
192
- $max-width: mq-px2em($until);
193
- } @else {
194
- $max-width: mq-px2em(mq-get-breakpoint-width($until, $breakpoints)) - .01em;
195
- }
196
- }
197
-
198
- // Responsive support is disabled, rasterize the output outside @media blocks
199
- // The browser will rely on the cascade itself.
200
- @if $responsive == false {
201
- $static-breakpoint-width: mq-get-breakpoint-width($static-breakpoint, $breakpoints);
202
- $target-width: mq-px2em($static-breakpoint-width);
203
-
204
- // Output only rules that start at or span our target width
205
- @if (
206
- $and == false
207
- and $min-width <= $target-width
208
- and (
209
- $until == false or $max-width >= $target-width
210
- )
211
- and $media-type != 'print'
212
- ) {
213
- @content;
214
- }
215
- }
216
-
217
- // Responsive support is enabled, output rules inside @media queries
218
- @else {
219
- @if $min-width != 0 { $media-query: '#{$media-query} and (min-width: #{$min-width})'; }
220
- @if $max-width != 0 { $media-query: '#{$media-query} and (max-width: #{$max-width})'; }
221
- @if $and { $media-query: '#{$media-query} and #{$and}'; }
222
-
223
- // Remove unnecessary media query prefix 'all and '
224
- @if ($media-type == 'all' and $media-query != '') {
225
- $media-type: '';
226
- $media-query: str-slice(unquote($media-query), 6);
227
- }
228
-
229
- @media #{$media-type + $media-query} {
230
- @content;
231
- }
232
- }
233
- }
234
-
235
- /// Quick sort
236
- ///
237
- /// @author Sam Richards
238
- /// @access private
239
- /// @param {List} $list - List to sort
240
- /// @returns {List} Sorted List
241
- @function _mq-quick-sort($list) {
242
- $less: ();
243
- $equal: ();
244
- $large: ();
245
-
246
- @if length($list) > 1 {
247
- $seed: nth($list, ceil(length($list) / 2));
248
-
249
- @each $item in $list {
250
- @if ($item == $seed) {
251
- $equal: append($equal, $item);
252
- } @else if ($item < $seed) {
253
- $less: append($less, $item);
254
- } @else if ($item > $seed) {
255
- $large: append($large, $item);
256
- }
257
- }
258
-
259
- @return join(join(_mq-quick-sort($less), $equal), _mq-quick-sort($large));
260
- }
261
-
262
- @return $list;
263
- }
264
-
265
- /// Sort a map by values (works with numbers only)
266
- ///
267
- /// @access private
268
- /// @param {Map} $map - Map to sort
269
- /// @returns {Map} Map sorted by value
270
- @function _mq-map-sort-by-value($map) {
271
- $map-sorted: ();
272
- $map-keys: map-keys($map);
273
- $map-values: map-values($map);
274
- $map-values-sorted: _mq-quick-sort($map-values);
275
-
276
- // Reorder key/value pairs based on key values
277
- @each $value in $map-values-sorted {
278
- $index: index($map-values, $value);
279
- $key: nth($map-keys, $index);
280
- $map-sorted: map-merge($map-sorted, ($key: $value));
281
-
282
- // Unset the value in $map-values to prevent the loop
283
- // from finding the same index twice
284
- $map-values: set-nth($map-values, $index, 0);
285
- }
286
-
287
- @return $map-sorted;
288
- }
289
-
290
- /// Add a breakpoint
291
- ///
292
- /// @param {String} $name - Name of the breakpoint
293
- /// @param {Number} $width - Width of the breakpoint
294
- ///
295
- /// @requires {Variable} $mq-breakpoints
296
- ///
297
- /// @example scss
298
- /// @include mq-add-breakpoint(tvscreen, 1920px);
299
- /// @include mq(tvscreen) {}
300
- @mixin mq-add-breakpoint($name, $width) {
301
- $new-breakpoint: ($name: $width);
302
- $mq-breakpoints: map-merge($mq-breakpoints, $new-breakpoint) !global;
303
- $mq-breakpoints: _mq-map-sort-by-value($mq-breakpoints) !global;
304
- }
305
-
306
- /// Show the active breakpoint in the top right corner of the viewport
307
- /// @link https://github.com/sass-mq/sass-mq#seeing-the-currently-active-breakpoint
308
- ///
309
- /// @param {List} $show-breakpoints ($mq-show-breakpoints) - List of breakpoints to show in the top right corner
310
- /// @param {Map} $breakpoints ($mq-breakpoints) - Breakpoint names and sizes
311
- ///
312
- /// @requires {Variable} $mq-breakpoints
313
- /// @requires {Variable} $mq-show-breakpoints
314
- ///
315
- /// @example scss
316
- /// // Show breakpoints using global settings
317
- /// @include mq-show-breakpoints;
318
- ///
319
- /// // Show breakpoints using custom settings
320
- /// @include mq-show-breakpoints((L, XL), (S: 300px, L: 800px, XL: 1200px));
321
- @mixin mq-show-breakpoints($show-breakpoints: $mq-show-breakpoints, $breakpoints: $mq-breakpoints) {
322
- body::before {
323
- background-color: #FCF8E3;
324
- border-bottom: 1px solid #FBEED5;
325
- border-left: 1px solid #FBEED5;
326
- color: #C09853;
327
- font: small-caption;
328
- padding: 3px 6px;
329
- pointer-events: none;
330
- position: fixed;
331
- right: 0;
332
- top: 0;
333
- z-index: 100;
334
-
335
- // Loop through the breakpoints that should be shown
336
- @each $show-breakpoint in $show-breakpoints {
337
- $width: mq-get-breakpoint-width($show-breakpoint, $breakpoints);
338
- @include mq($show-breakpoint, $breakpoints: $breakpoints) {
339
- content: "#{$show-breakpoint} ≥ #{$width} (#{mq-px2em($width)})";
340
- }
341
- }
342
- }
343
- }
344
-
345
- @if length($mq-show-breakpoints) > 0 {
346
- @include mq-show-breakpoints;
347
- }
348
-
349
- /*# sourceMappingURL=_sass-mq.scss.map */
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../src/govuk/vendor/_sass-mq.scss"],"names":[],"mappings":"AAAA,aAAa;AACb,iBAAiB;;AAEjB,gBAAgB,EAAE,sDAAsD;kBACtD,gDAAgD;;AAElE,yCAAyC;AACzC,sBAAsB;AACtB,iCAAiC;;AAEjC,kBAAkB;AAClB,EAAE;AACF,oFAAoF;AACpF,sCAAsC;AACtC,EAAE;AACF,sEAAsE;AACtE,sCAAsC;AACtC,EAAE;AACF,gBAAgB;AAChB,kBAAkB;AAClB,0BAA0B;AAC1B,iGAAiG;AACjG,0DAA0D;AAC1D,EAAE;AACF,gBAAgB;AAChB,sGAAsG;AACtG,6BAA6B;;AAE7B,kBAAkB;AAClB,EAAE;AACF,oEAAoE;AACpE,6DAA6D;AAC7D,oDAAoD;AACpD,EAAE;AACF,YAAY;AACZ,kHAAkH;AAClH;;;;;UAKU;;AAEV,8CAA8C;AAC9C,EAAE;AACF,yDAAyD;AACzD,yDAAyD;AACzD,gEAAgE;AAChE,EAAE;AACF,gBAAgB;AAChB,uBAAuB;AACvB,MAAM;AACN,iDAAiD;AACjD,uDAAuD;AACvD,0BAA0B;AAC1B,kCAAkC;AAClC,kFAAkF;AAClF,0DAA0D;AAC1D,EAAE;AACF,eAAe;AACf,qGAAqG;AACrG,uCAAuC;;AAEvC,2CAA2C;AAC3C,EAAE;AACF,oEAAoE;AACpE,oEAAoE;AACpE,kEAAkE;AAClE,EAAE;AACF,YAAY;AACZ,iCAAiC;;AAEjC,oEAAoE;AACpE,mEAAmE;AACnE,EAAE;AACF,eAAe;AACf,+FAA+F;AAC/F,4BAA4B;;AAE5B,wBAAwB;AACxB,EAAE;AACF,yCAAyC;AACzC,4EAA4E;AAC5E,EAAE;AACF,gBAAgB;AAChB,sCAAsC;AACtC,oCAAoC;AACpC,EAAE;AACF,+BAA+B;AAC/B,oBAAoB;AACpB;IACI;QACI,8EAA8E;QAC9E,4CAA4C;IAChD,EAAE;QACE,WAAW;IACf;IACA,qCAAqC;AACzC;;AAEA,2BAA2B;AAC3B,EAAE;AACF,yEAAyE;AACzE,EAAE;AACF,gBAAgB;AAChB,mDAAmD;AACnD,2DAA2D;AAC3D,EAAE;AACF,uCAAuC;AACvC,EAAE;AACF,oCAAoC;AACpC;IACI;QACI,oCAAoC;IACxC,EAAE;QACE,yDAAyD;IAC7D;AACJ;;AAEA,oBAAoB;AACpB,EAAE;AACF,mEAAmE;AACnE,oEAAoE;AACpE,6EAA6E;AAC7E,4EAA4E;AAC5E,EAAE;AACF,mDAAmD;AACnD,sDAAsD;AACtD,qEAAqE;AACrE,EAAE;AACF,+EAA+E;AAC/E,EAAE;AACF,sCAAsC;AACtC,uCAAuC;AACvC,6CAA6C;AAC7C,gCAAgC;AAChC,+CAA+C;AAC/C,EAAE;AACF,sGAAsG;AACtG,EAAE;AACF,gBAAgB;AAChB,cAAc;AACd,kCAAkC;AAClC,mBAAmB;AACnB,OAAO;AACP,mCAAmC;AACnC,oBAAoB;AACpB,OAAO;AACP,mCAAmC;AACnC,qBAAqB;AACrB,OAAO;AACP,oEAAoE;AACpE,oBAAoB;AACpB,OAAO;AACP,0BAA0B;AAC1B,uBAAuB;AACvB,OAAO;AACP,gDAAgD;AAChD,uBAAuB;AACvB,OAAO;AACP,sBAAsB;AACtB,8CAA8C;AAC9C,4EAA4E;AAC5E,uBAAuB;AACvB,OAAO;AACP,KAAK;AACL;;;;;;;;;IASI,aAAa;IACb,aAAa;IACb,gBAAgB;;IAEhB,mCAAmC;IACnC;QACI;YACI,2BAA2B;QAC/B,EAAE;YACE,kEAAkE;QACtE;IACJ;;IAEA,oCAAoC;IACpC;QACI;YACI,4BAA4B;QAChC,EAAE;YACE,2EAA2E;QAC/E;IACJ;;IAEA,4EAA4E;IAC5E,8CAA8C;IAC9C;QACI,mFAAmF;QACnF,iDAAiD;;QAEjD,0DAA0D;QAC1D;;;;;;;;YAQI,QAAQ;QACZ;IACJ;;IAEA,mEAAmE;IACnE;QACI,sBAAsB,8DAA8D,EAAE;QACtF,sBAAsB,8DAA8D,EAAE;QACtF,sBAAsB,2CAA2C,EAAE;;QAEnE,kDAAkD;QAClD;YACI,eAAe;YACf,iDAAiD;QACrD;;QAEA;YACI,QAAQ;QACZ;IACJ;AACJ;;AAEA,aAAa;AACb,EAAE;AACF,uBAAuB;AACvB,kBAAkB;AAClB,qCAAqC;AACrC,8BAA8B;AAC9B;IACI,UAAU;IACV,UAAU;IACV,UAAU;;IAEV;QACI,0CAA0C;;QAE1C;YACI;gBACI,6BAA6B;YACjC,EAAE;gBACE,2BAA2B;YAC/B,EAAE;gBACE,6BAA6B;YACjC;QACJ;;QAEA,yEAAyE;IAC7E;;IAEA,aAAa;AACjB;;AAEA,iDAAiD;AACjD,EAAE;AACF,kBAAkB;AAClB,kCAAkC;AAClC,qCAAqC;AACrC;IACI,eAAe;IACf,yBAAyB;IACzB,6BAA6B;IAC7B,+CAA+C;;IAE/C,6CAA6C;IAC7C;QACI,kCAAkC;QAClC,4BAA4B;QAC5B,mDAAmD;;QAEnD,oDAAoD;QACpD,mCAAmC;QACnC,4CAA4C;IAChD;;IAEA,mBAAmB;AACvB;;AAEA,mBAAmB;AACnB,EAAE;AACF,iDAAiD;AACjD,mDAAmD;AACnD,EAAE;AACF,uCAAuC;AACvC,EAAE;AACF,gBAAgB;AAChB,iDAAiD;AACjD,4BAA4B;AAC5B;IACI,gCAAgC;IAChC,oEAAoE;IACpE,+DAA+D;AACnE;;AAEA,qEAAqE;AACrE,kFAAkF;AAClF,EAAE;AACF,+GAA+G;AAC/G,2EAA2E;AAC3E,EAAE;AACF,uCAAuC;AACvC,4CAA4C;AAC5C,EAAE;AACF,gBAAgB;AAChB,6CAA6C;AAC7C,iCAAiC;AACjC,EAAE;AACF,6CAA6C;AAC7C,4EAA4E;AAC5E;IACI;QACI,yBAAyB;QACzB,gCAAgC;QAChC,8BAA8B;QAC9B,cAAc;QACd,mBAAmB;QACnB,gBAAgB;QAChB,oBAAoB;QACpB,eAAe;QACf,QAAQ;QACR,MAAM;QACN,YAAY;;QAEZ,mDAAmD;QACnD;YACI,+DAA+D;YAC/D;gBACI,gEAAgE;YACpE;QACJ;IACJ;AACJ;;AAEA;IACI,4BAA4B;AAChC","file":"_sass-mq.scss","sourcesContent":["// mq() v4.0.2\n// sass-mq/sass-mq\n\n@charset \"UTF-8\"; // Fixes an issue where Ruby locale is not set properly\n // See https://github.com/sass-mq/sass-mq/pull/10\n\n/// Base font size on the `<body>` element\n/// @type Number (unit)\n$mq-base-font-size: 16px !default;\n\n/// Responsive mode\n///\n/// Set to `false` to enable support for browsers that do not support @media queries,\n/// (IE <= 8, Firefox <= 3, Opera <= 9)\n///\n/// You could create a stylesheet served exclusively to older browsers,\n/// where @media queries are rasterized\n///\n/// @example scss\n/// // old-ie.scss\n/// $mq-responsive: false;\n/// @import 'main'; // @media queries in this file will be rasterized up to $mq-static-breakpoint\n/// // larger breakpoints will be ignored\n///\n/// @type Boolean\n/// @link https://github.com/sass-mq/sass-mq#responsive-mode-off Disabled responsive mode documentation\n$mq-responsive: true !default;\n\n/// Breakpoint list\n///\n/// Name your breakpoints in a way that creates a ubiquitous language\n/// across team members. It will improve communication between\n/// stakeholders, designers, developers, and testers.\n///\n/// @type Map\n/// @link https://github.com/sass-mq/sass-mq#seeing-the-currently-active-breakpoint Full documentation and examples\n$mq-breakpoints: (\n mobile: 320px,\n tablet: 740px,\n desktop: 980px,\n wide: 1300px\n) !default;\n\n/// Static breakpoint (for fixed-width layouts)\n///\n/// Define the breakpoint from $mq-breakpoints that should\n/// be used as the target width for the fixed-width layout\n/// (i.e. when $mq-responsive is set to 'false') in a old-ie.scss\n///\n/// @example scss\n/// // tablet-only.scss\n/// //\n/// // Ignore all styles above tablet breakpoint,\n/// // and fix the styles (e.g. layout) at tablet width\n/// $mq-responsive: false;\n/// $mq-static-breakpoint: tablet;\n/// @import 'main'; // @media queries in this file will be rasterized up to tablet\n/// // larger breakpoints will be ignored\n///\n/// @type String\n/// @link https://github.com/sass-mq/sass-mq#adding-custom-breakpoints Full documentation and examples\n$mq-static-breakpoint: desktop !default;\n\n/// Show breakpoints in the top right corner\n///\n/// If you want to display the currently active breakpoint in the top\n/// right corner of your site during development, add the breakpoints\n/// to this list, ordered by width, e.g. (mobile, tablet, desktop).\n///\n/// @type map\n$mq-show-breakpoints: () !default;\n\n/// Customize the media type (e.g. `@media screen` or `@media print`)\n/// By default sass-mq uses an \"all\" media type (`@media all and …`)\n///\n/// @type String\n/// @link https://github.com/sass-mq/sass-mq#changing-media-type Full documentation and examples\n$mq-media-type: all !default;\n\n/// Convert pixels to ems\n///\n/// @param {Number} $px - value to convert\n/// @param {Number} $base-font-size ($mq-base-font-size) - `<body>` font size\n///\n/// @example scss\n/// $font-size-in-ems: mq-px2em(16px);\n/// p { font-size: mq-px2em(16px); }\n///\n/// @requires $mq-base-font-size\n/// @returns {Number}\n@function mq-px2em($px, $base-font-size: $mq-base-font-size) {\n @if unitless($px) {\n @warn \"Assuming #{$px} to be in pixels, attempting to convert it into pixels.\";\n @return mq-px2em($px * 1px, $base-font-size);\n } @else if unit($px) == em {\n @return $px;\n }\n @return ($px / $base-font-size) * 1em;\n}\n\n/// Get a breakpoint's width\n///\n/// @param {String} $name - Name of the breakpoint. One of $mq-breakpoints\n///\n/// @example scss\n/// $tablet-width: mq-get-breakpoint-width(tablet);\n/// @media (min-width: mq-get-breakpoint-width(desktop)) {}\n///\n/// @requires {Variable} $mq-breakpoints\n///\n/// @returns {Number} Value in pixels\n@function mq-get-breakpoint-width($name, $breakpoints: $mq-breakpoints) {\n @if map-has-key($breakpoints, $name) {\n @return map-get($breakpoints, $name);\n } @else {\n @warn \"Breakpoint #{$name} wasn't found in $breakpoints.\";\n }\n}\n\n/// Media Query mixin\n///\n/// @param {String | Boolean} $from (false) - One of $mq-breakpoints\n/// @param {String | Boolean} $until (false) - One of $mq-breakpoints\n/// @param {String | Boolean} $and (false) - Additional media query parameters\n/// @param {String} $media-type ($mq-media-type) - Media type: screen, print…\n///\n/// @ignore Undocumented API, for advanced use only:\n/// @ignore @param {Map} $breakpoints ($mq-breakpoints)\n/// @ignore @param {String} $static-breakpoint ($mq-static-breakpoint)\n///\n/// @content styling rules, wrapped into a @media query when $responsive is true\n///\n/// @requires {Variable} $mq-media-type\n/// @requires {Variable} $mq-breakpoints\n/// @requires {Variable} $mq-static-breakpoint\n/// @requires {function} mq-px2em\n/// @requires {function} mq-get-breakpoint-width\n///\n/// @link https://github.com/sass-mq/sass-mq#responsive-mode-on-default Full documentation and examples\n///\n/// @example scss\n/// .element {\n/// @include mq($from: mobile) {\n/// color: red;\n/// }\n/// @include mq($until: tablet) {\n/// color: blue;\n/// }\n/// @include mq(mobile, tablet) {\n/// color: green;\n/// }\n/// @include mq($from: tablet, $and: '(orientation: landscape)') {\n/// color: teal;\n/// }\n/// @include mq(950px) {\n/// color: hotpink;\n/// }\n/// @include mq(tablet, $media-type: screen) {\n/// color: hotpink;\n/// }\n/// // Advanced use:\n/// $my-breakpoints: (L: 900px, XL: 1200px);\n/// @include mq(L, $breakpoints: $my-breakpoints, $static-breakpoint: L) {\n/// color: hotpink;\n/// }\n/// }\n@mixin mq(\n $from: false,\n $until: false,\n $and: false,\n $media-type: $mq-media-type,\n $breakpoints: $mq-breakpoints,\n $responsive: $mq-responsive,\n $static-breakpoint: $mq-static-breakpoint\n) {\n $min-width: 0;\n $max-width: 0;\n $media-query: '';\n\n // From: this breakpoint (inclusive)\n @if $from {\n @if type-of($from) == number {\n $min-width: mq-px2em($from);\n } @else {\n $min-width: mq-px2em(mq-get-breakpoint-width($from, $breakpoints));\n }\n }\n\n // Until: that breakpoint (exclusive)\n @if $until {\n @if type-of($until) == number {\n $max-width: mq-px2em($until);\n } @else {\n $max-width: mq-px2em(mq-get-breakpoint-width($until, $breakpoints)) - .01em;\n }\n }\n\n // Responsive support is disabled, rasterize the output outside @media blocks\n // The browser will rely on the cascade itself.\n @if $responsive == false {\n $static-breakpoint-width: mq-get-breakpoint-width($static-breakpoint, $breakpoints);\n $target-width: mq-px2em($static-breakpoint-width);\n\n // Output only rules that start at or span our target width\n @if (\n $and == false\n and $min-width <= $target-width\n and (\n $until == false or $max-width >= $target-width\n )\n and $media-type != 'print'\n ) {\n @content;\n }\n }\n\n // Responsive support is enabled, output rules inside @media queries\n @else {\n @if $min-width != 0 { $media-query: '#{$media-query} and (min-width: #{$min-width})'; }\n @if $max-width != 0 { $media-query: '#{$media-query} and (max-width: #{$max-width})'; }\n @if $and { $media-query: '#{$media-query} and #{$and}'; }\n\n // Remove unnecessary media query prefix 'all and '\n @if ($media-type == 'all' and $media-query != '') {\n $media-type: '';\n $media-query: str-slice(unquote($media-query), 6);\n }\n\n @media #{$media-type + $media-query} {\n @content;\n }\n }\n}\n\n/// Quick sort\n///\n/// @author Sam Richards\n/// @access private\n/// @param {List} $list - List to sort\n/// @returns {List} Sorted List\n@function _mq-quick-sort($list) {\n $less: ();\n $equal: ();\n $large: ();\n\n @if length($list) > 1 {\n $seed: nth($list, ceil(length($list) / 2));\n\n @each $item in $list {\n @if ($item == $seed) {\n $equal: append($equal, $item);\n } @else if ($item < $seed) {\n $less: append($less, $item);\n } @else if ($item > $seed) {\n $large: append($large, $item);\n }\n }\n\n @return join(join(_mq-quick-sort($less), $equal), _mq-quick-sort($large));\n }\n\n @return $list;\n}\n\n/// Sort a map by values (works with numbers only)\n///\n/// @access private\n/// @param {Map} $map - Map to sort\n/// @returns {Map} Map sorted by value\n@function _mq-map-sort-by-value($map) {\n $map-sorted: ();\n $map-keys: map-keys($map);\n $map-values: map-values($map);\n $map-values-sorted: _mq-quick-sort($map-values);\n\n // Reorder key/value pairs based on key values\n @each $value in $map-values-sorted {\n $index: index($map-values, $value);\n $key: nth($map-keys, $index);\n $map-sorted: map-merge($map-sorted, ($key: $value));\n\n // Unset the value in $map-values to prevent the loop\n // from finding the same index twice\n $map-values: set-nth($map-values, $index, 0);\n }\n\n @return $map-sorted;\n}\n\n/// Add a breakpoint\n///\n/// @param {String} $name - Name of the breakpoint\n/// @param {Number} $width - Width of the breakpoint\n///\n/// @requires {Variable} $mq-breakpoints\n///\n/// @example scss\n/// @include mq-add-breakpoint(tvscreen, 1920px);\n/// @include mq(tvscreen) {}\n@mixin mq-add-breakpoint($name, $width) {\n $new-breakpoint: ($name: $width);\n $mq-breakpoints: map-merge($mq-breakpoints, $new-breakpoint) !global;\n $mq-breakpoints: _mq-map-sort-by-value($mq-breakpoints) !global;\n}\n\n/// Show the active breakpoint in the top right corner of the viewport\n/// @link https://github.com/sass-mq/sass-mq#seeing-the-currently-active-breakpoint\n///\n/// @param {List} $show-breakpoints ($mq-show-breakpoints) - List of breakpoints to show in the top right corner\n/// @param {Map} $breakpoints ($mq-breakpoints) - Breakpoint names and sizes\n///\n/// @requires {Variable} $mq-breakpoints\n/// @requires {Variable} $mq-show-breakpoints\n///\n/// @example scss\n/// // Show breakpoints using global settings\n/// @include mq-show-breakpoints;\n///\n/// // Show breakpoints using custom settings\n/// @include mq-show-breakpoints((L, XL), (S: 300px, L: 800px, XL: 1200px));\n@mixin mq-show-breakpoints($show-breakpoints: $mq-show-breakpoints, $breakpoints: $mq-breakpoints) {\n body::before {\n background-color: #FCF8E3;\n border-bottom: 1px solid #FBEED5;\n border-left: 1px solid #FBEED5;\n color: #C09853;\n font: small-caption;\n padding: 3px 6px;\n pointer-events: none;\n position: fixed;\n right: 0;\n top: 0;\n z-index: 100;\n\n // Loop through the breakpoints that should be shown\n @each $show-breakpoint in $show-breakpoints {\n $width: mq-get-breakpoint-width($show-breakpoint, $breakpoints);\n @include mq($show-breakpoint, $breakpoints: $breakpoints) {\n content: \"#{$show-breakpoint} ≥ #{$width} (#{mq-px2em($width)})\";\n }\n }\n }\n}\n\n@if length($mq-show-breakpoints) > 0 {\n @include mq-show-breakpoints;\n}\n"]}
@@ -1,25 +0,0 @@
1
- const { addFunction } = require('govuk-prototype-kit').views
2
- const config = require('govuk-prototype-kit/lib/config.js').getConfig()
3
-
4
- /**
5
- * Adds a global function to the nunjucks env of prototypes to define the state
6
- * of `govukRebrand`.
7
- *
8
- * Only applies the rebrand if the following is present in a user's prototype config:
9
- *
10
- * "plugins": {
11
- * "govuk-frontend": {
12
- * "rebrand": true
13
- * }
14
- * }
15
- *
16
- * Steps through each required param to check that they're present, then returns
17
- * the state of `rebrand`. If any of the params aren't present or `rebrand` is
18
- * falsey, return a falsey value.
19
- *
20
- * We're finicky about checking each param because, besides the fact that we don't
21
- * know if each param might be present, `getConfig` by default swallows the error
22
- * if ./app/config.json isn't present so this makes sure that a user's prototype
23
- * still runs even if their config doesn't exist for some reason.
24
- */
25
- addFunction('govukRebrand', () => config?.plugins?.['govuk-frontend']?.rebrand)
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../src/govuk-prototype-kit/init.scss"],"names":[],"mappings":"AAAA,8CAA8C;;AAE9C;;;;UAIU;;AAEV,mCAAmC;;AAEnC,wBAAwB","file":"init.scss","sourcesContent":["$govuk-prototype-kit-major-version: 0 !default;\n\n$govuk-assets-path: if(\n $govuk-prototype-kit-major-version > 12,\n $govuk-extensions-url-context + \"/govuk-frontend/dist/govuk/assets/\",\n \"/govuk/assets/\"\n) !default;\n\n$govuk-global-styles: true !default;\n\n@import \"../govuk/index\";\n"]}
data/spec/spec_helper.rb DELETED
@@ -1,98 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- # This file was generated by the `rspec --init` command. Conventionally, all
4
- # specs live under a `spec` directory, which RSpec adds to the `$LOAD_PATH`.
5
- # The generated `.rspec` file contains `--require spec_helper` which will cause
6
- # this file to always be loaded, without a need to explicitly require it in any
7
- # files.
8
- #
9
- # Given that it is always loaded, you are encouraged to keep this file as
10
- # light-weight as possible. Requiring heavyweight dependencies from this file
11
- # will add to the boot time of your test suite on EVERY test run, even for an
12
- # individual file that may not need all of that loaded. Instead, consider making
13
- # a separate helper file that requires the additional dependencies and performs
14
- # the additional setup, and require it from the spec files that actually need
15
- # it.
16
- #
17
- # See https://rubydoc.info/gems/rspec-core/RSpec/Core/Configuration
18
- RSpec.configure do |config|
19
- # rspec-expectations config goes here. You can use an alternate
20
- # assertion/expectation library such as wrong or the stdlib/minitest
21
- # assertions if you prefer.
22
- config.expect_with :rspec do |expectations|
23
- # This option will default to `true` in RSpec 4. It makes the `description`
24
- # and `failure_message` of custom matchers include text for helper methods
25
- # defined using `chain`, e.g.:
26
- # be_bigger_than(2).and_smaller_than(4).description
27
- # # => "be bigger than 2 and smaller than 4"
28
- # ...rather than:
29
- # # => "be bigger than 2"
30
- expectations.include_chain_clauses_in_custom_matcher_descriptions = true
31
- end
32
-
33
- # rspec-mocks config goes here. You can use an alternate test double
34
- # library (such as bogus or mocha) by changing the `mock_with` option here.
35
- config.mock_with :rspec do |mocks|
36
- # Prevents you from mocking or stubbing a method that does not exist on
37
- # a real object. This is generally recommended, and will default to
38
- # `true` in RSpec 4.
39
- mocks.verify_partial_doubles = true
40
- end
41
-
42
- # This option will default to `:apply_to_host_groups` in RSpec 4 (and will
43
- # have no way to turn it off -- the option exists only for backwards
44
- # compatibility in RSpec 3). It causes shared context metadata to be
45
- # inherited by the metadata hash of host groups and examples, rather than
46
- # triggering implicit auto-inclusion in groups with matching metadata.
47
- config.shared_context_metadata_behavior = :apply_to_host_groups
48
-
49
- # The settings below are suggested to provide a good initial experience
50
- # with RSpec, but feel free to customize to your heart's content.
51
- # # This allows you to limit a spec run to individual examples or groups
52
- # # you care about by tagging them with `:focus` metadata. When nothing
53
- # # is tagged with `:focus`, all examples get run. RSpec also provides
54
- # # aliases for `it`, `describe`, and `context` that include `:focus`
55
- # # metadata: `fit`, `fdescribe` and `fcontext`, respectively.
56
- # config.filter_run_when_matching :focus
57
- #
58
- # # Allows RSpec to persist some state between runs in order to support
59
- # # the `--only-failures` and `--next-failure` CLI options. We recommend
60
- # # you configure your source control system to ignore this file.
61
- # config.example_status_persistence_file_path = "spec/examples.txt"
62
- #
63
- # # Limits the available syntax to the non-monkey patched syntax that is
64
- # # recommended. For more details, see:
65
- # # https://rspec.info/features/3-12/rspec-core/configuration/zero-monkey-patching-mode/
66
- # config.disable_monkey_patching!
67
- #
68
- # # This setting enables warnings. It's recommended, but in some cases may
69
- # # be too noisy due to issues in dependencies.
70
- # config.warnings = true
71
- #
72
- # # Many RSpec users commonly either run the entire suite or an individual
73
- # # file, and it's useful to allow more verbose output when running an
74
- # # individual spec file.
75
- # if config.files_to_run.one?
76
- # # Use the documentation formatter for detailed output,
77
- # # unless a formatter has already been configured
78
- # # (e.g. via a command-line flag).
79
- # config.default_formatter = "doc"
80
- # end
81
- #
82
- # # Print the 10 slowest examples and example groups at the
83
- # # end of the spec run, to help surface which specs are running
84
- # # particularly slow.
85
- # config.profile_examples = 10
86
- #
87
- # # Run specs in random order to surface order dependencies. If you find an
88
- # # order dependency and want to debug it, you can fix the order by providing
89
- # # the seed, which is printed after each run.
90
- # # --seed 1234
91
- # config.order = :random
92
- #
93
- # # Seed global randomization in this process using the `--seed` CLI option.
94
- # # Setting this allows you to use `--seed` to deterministically reproduce
95
- # # test failures related to randomization by passing the same `--seed` value
96
- # # as the one that triggered the failure.
97
- # Kernel.srand config.seed
98
- end
@@ -1,53 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- require "rake"
4
- require "rspec"
5
-
6
- # Load the Rakefile
7
- load File.expand_path("../../Rakefile", __dir__)
8
-
9
- RSpec.describe "Rake tasks" do
10
- before(:each) do
11
- Rake::Task["minified_css"].reenable
12
- Rake::Task["fonts"].reenable
13
- Rake::Task["images"].reenable
14
- Rake::Task["stylesheets"].reenable
15
- Rake::Task["javascripts"].reenable
16
- end
17
-
18
- describe "assets:minified_css" do
19
- it "runs without error" do
20
- expect { Rake::Task["minified_css"].invoke }.not_to raise_error
21
- end
22
- end
23
-
24
- describe "assets:fonts" do
25
- it "runs without error" do
26
- expect { Rake::Task["fonts"].invoke }.not_to raise_error
27
- end
28
- end
29
-
30
- describe "assets:images" do
31
- it "runs without error" do
32
- expect { Rake::Task["images"].invoke }.not_to raise_error
33
- end
34
- end
35
-
36
- describe "assets:stylesheets" do
37
- it "runs without error" do
38
- expect { Rake::Task["stylesheets"].invoke }.not_to raise_error
39
- end
40
- end
41
-
42
- describe "assets:javascripts" do
43
- it "runs without error" do
44
- expect { Rake::Task["javascripts"].invoke }.not_to raise_error
45
- end
46
- end
47
-
48
- describe "assets" do
49
- it "runs without error" do
50
- expect { Rake::Task["assets"].invoke }.not_to raise_error
51
- end
52
- end
53
- end
@@ -1,39 +0,0 @@
1
- {
2
- "icons": [
3
- {
4
- "src": "images/favicon.ico",
5
- "type": "image/x-icon",
6
- "sizes": "48x48"
7
- },
8
- {
9
- "src": "images/favicon.svg",
10
- "type": "image/svg+xml",
11
- "sizes": "150x150",
12
- "purpose": "any"
13
- },
14
- {
15
- "src": "images/govuk-icon-180.png",
16
- "type": "image/png",
17
- "sizes": "180x180",
18
- "purpose": "maskable"
19
- },
20
- {
21
- "src": "images/govuk-icon-192.png",
22
- "type": "image/png",
23
- "sizes": "192x192",
24
- "purpose": "maskable"
25
- },
26
- {
27
- "src": "images/govuk-icon-512.png",
28
- "type": "image/png",
29
- "sizes": "512x512",
30
- "purpose": "maskable"
31
- },
32
- {
33
- "src": "images/govuk-icon-mask.svg",
34
- "type": "image/svg+xml",
35
- "sizes": "150x150",
36
- "purpose": "monochrome"
37
- }
38
- ]
39
- }
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#1D70B8" d="M0 0h32v32H0z"/><path fill="#fff" d="m16.88 7.87 2.11 1.1V5.86l-2.11.67c-.06-.08-.13-.15-.2-.21s.85-2.68.85-2.68h-3.04l.85 2.67c-.08.07-.15.14-.2.21s-2.11-.66-2.11-.66v3.11l2.11-1.11c.06.09.14.16.22.22l-1.21 3.66v.01c0 .01 0 0 0 0-.06.18-.09.38-.09.58 0 .99.73 1.81 1.68 1.95h.04c.08.01.16.02.25.02.08 0 .17 0 .25-.02h.04c.95-.14 1.68-.96 1.68-1.95 0-.2-.03-.39-.09-.58s0 0 0-.01L16.7 8.08c.08-.06.16-.13.22-.22M9.16 12.3a1.75 1.75 0 1 0 1.52-3.15c-.86-.41-1.91-.04-2.33.83s-.05 1.91.81 2.32M4.82 15.87c.9.37 1.92-.05 2.29-.94s-.05-1.92-.95-2.29c-.88-.36-1.91.07-2.28.96s.06 1.91.94 2.27M22.86 12.3a1.75 1.75 0 1 1-1.52-3.15c.86-.41 1.91-.04 2.33.83s.05 1.91-.81 2.32M27.18 15.84c-.9.37-1.92-.05-2.29-.94s.05-1.92.95-2.29c.88-.36 1.91.07 2.28.96s-.06 1.91-.94 2.27M16 25.68c3.59 0 6.99.24 10.02.68.86-3.61 1.91-5.68 2.99-7.16l-2.03-.72c.2 1.03.23 1.51 0 2.18-.34-.33-.65-.93-.9-1.85l-.99 3.28c.6-.41 1.06-.68 1.59-.69-.94 2.02-2.11 2.54-2.87 2.4-.93-.17-1.35-1-1.21-1.7.21-.99 1.23-1.25 1.71-.1.91-1.86-.63-2.44-1.63-1.89 1.53-1.52 1.7-2.88.47-4.52-1.72 1.31-1.74 2.61-.97 4.44-1-1.15-2.56-.53-2 1.32.72-1.12 1.68-.42 1.53.65-.13.93-1.35 1.68-2.87 1.54-2.18-.2-2.31-1.71-2.37-2.95.54-.1 1.5.4 2.33 1.56l.3-3.48c-.9.93-1.71 1.11-2.62 1.14.3-.94 1.69-2.48 1.69-2.48h-4.34s1.38 1.54 1.69 2.48c-.91-.03-1.72-.21-2.62-1.14l.3 3.48c.82-1.16 1.79-1.66 2.33-1.56-.05 1.25-.18 2.75-2.37 2.95-1.52.13-2.75-.62-2.87-1.54-.15-1.06.81-1.77 1.53-.65.56-1.85-1-2.47-2-1.32.77-1.83.75-3.13-.97-4.44-1.23 1.64-1.06 2.99.47 4.52-.99-.55-2.54.03-1.63 1.89.48-1.16 1.5-.9 1.71.1.14.7-.28 1.53-1.21 1.7-.76.14-1.93-.38-2.87-2.4.53.01.99.28 1.59.69l-.99-3.28c-.25.92-.57 1.52-.9 1.85-.23-.66-.19-1.14 0-2.18l-2.03.72c1.08 1.47 2.13 3.54 2.99 7.16 3.03-.43 6.42-.68 10.01-.68"/></svg>