govuk_publishing_components 60.0.2 → 60.1.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 (229) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/stylesheets/govuk_publishing_components/components/govspeak/_footnotes.scss +5 -0
  3. data/app/views/govuk_publishing_components/components/docs/govspeak.yml +7 -3
  4. data/lib/govuk_publishing_components/version.rb +1 -1
  5. data/node_modules/govuk-frontend/dist/govuk/all.bundle.js +3 -2
  6. data/node_modules/govuk-frontend/dist/govuk/all.bundle.js.map +1 -1
  7. data/node_modules/govuk-frontend/dist/govuk/all.bundle.mjs +3 -2
  8. data/node_modules/govuk-frontend/dist/govuk/all.bundle.mjs.map +1 -1
  9. data/node_modules/govuk-frontend/dist/govuk/common/govuk-frontend-version.mjs +1 -1
  10. data/node_modules/govuk-frontend/dist/govuk/common/index.mjs +1 -1
  11. data/node_modules/govuk-frontend/dist/govuk/common/index.mjs.map +1 -1
  12. data/node_modules/govuk-frontend/dist/govuk/components/accordion/accordion.bundle.js.map +1 -1
  13. data/node_modules/govuk-frontend/dist/govuk/components/accordion/accordion.bundle.mjs.map +1 -1
  14. data/node_modules/govuk-frontend/dist/govuk/components/accordion/fixtures.json +102 -97
  15. data/node_modules/govuk-frontend/dist/govuk/components/back-link/fixtures.json +21 -32
  16. data/node_modules/govuk-frontend/dist/govuk/components/breadcrumbs/fixtures.json +25 -45
  17. data/node_modules/govuk-frontend/dist/govuk/components/breadcrumbs/template-default.html +6 -0
  18. data/node_modules/govuk-frontend/dist/govuk/components/button/button.bundle.js.map +1 -1
  19. data/node_modules/govuk-frontend/dist/govuk/components/button/button.bundle.mjs.map +1 -1
  20. data/node_modules/govuk-frontend/dist/govuk/components/button/fixtures.json +66 -210
  21. data/node_modules/govuk-frontend/dist/govuk/components/character-count/character-count.bundle.js.map +1 -1
  22. data/node_modules/govuk-frontend/dist/govuk/components/character-count/character-count.bundle.mjs.map +1 -1
  23. data/node_modules/govuk-frontend/dist/govuk/components/character-count/fixtures.json +72 -86
  24. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/checkboxes.bundle.js.map +1 -1
  25. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/checkboxes.bundle.mjs.map +1 -1
  26. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/fixtures.json +305 -464
  27. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-default.html +24 -19
  28. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-divider-and-none.html +2 -4
  29. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-divider-none-and-conditional-items.html +2 -4
  30. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-error-message.html +12 -3
  31. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/{template-with-fieldset-and-error-message.html → template-with-hint.html} +5 -5
  32. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-hints-on-items.html +2 -4
  33. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-pre-checked-values.html +36 -27
  34. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-very-long-option-text.html +2 -5
  35. data/node_modules/govuk-frontend/dist/govuk/components/cookie-banner/fixtures.json +79 -79
  36. data/node_modules/govuk-frontend/dist/govuk/components/date-input/fixtures.json +147 -159
  37. data/node_modules/govuk-frontend/dist/govuk/components/date-input/template-default.html +30 -22
  38. data/node_modules/govuk-frontend/dist/govuk/components/details/fixtures.json +22 -22
  39. data/node_modules/govuk-frontend/dist/govuk/components/error-message/fixtures.json +10 -10
  40. data/node_modules/govuk-frontend/dist/govuk/components/error-summary/error-summary.bundle.js.map +1 -1
  41. data/node_modules/govuk-frontend/dist/govuk/components/error-summary/error-summary.bundle.mjs.map +1 -1
  42. data/node_modules/govuk-frontend/dist/govuk/components/error-summary/fixtures.json +21 -21
  43. data/node_modules/govuk-frontend/dist/govuk/components/exit-this-page/exit-this-page.bundle.js.map +1 -1
  44. data/node_modules/govuk-frontend/dist/govuk/components/exit-this-page/exit-this-page.bundle.mjs.map +1 -1
  45. data/node_modules/govuk-frontend/dist/govuk/components/exit-this-page/fixtures.json +19 -19
  46. data/node_modules/govuk-frontend/dist/govuk/components/fieldset/fixtures.json +19 -19
  47. data/node_modules/govuk-frontend/dist/govuk/components/file-upload/file-upload.bundle.js.map +1 -1
  48. data/node_modules/govuk-frontend/dist/govuk/components/file-upload/file-upload.bundle.mjs.map +1 -1
  49. data/node_modules/govuk-frontend/dist/govuk/components/file-upload/fixtures.json +99 -150
  50. data/node_modules/govuk-frontend/dist/govuk/components/footer/fixtures.json +50 -63
  51. data/node_modules/govuk-frontend/dist/govuk/components/header/_index.scss +10 -4
  52. data/node_modules/govuk-frontend/dist/govuk/components/header/_index.scss.map +1 -1
  53. data/node_modules/govuk-frontend/dist/govuk/components/header/fixtures.json +155 -103
  54. data/node_modules/govuk-frontend/dist/govuk/components/header/header.bundle.js +2 -1
  55. data/node_modules/govuk-frontend/dist/govuk/components/header/header.bundle.js.map +1 -1
  56. data/node_modules/govuk-frontend/dist/govuk/components/header/header.bundle.mjs +2 -1
  57. data/node_modules/govuk-frontend/dist/govuk/components/header/header.bundle.mjs.map +1 -1
  58. data/node_modules/govuk-frontend/dist/govuk/components/header/header.mjs +1 -0
  59. data/node_modules/govuk-frontend/dist/govuk/components/header/header.mjs.map +1 -1
  60. data/node_modules/govuk-frontend/dist/govuk/components/header/template-full-width-with-navigation.html +0 -1
  61. data/node_modules/govuk-frontend/dist/govuk/components/header/template-full-width.html +0 -1
  62. data/node_modules/govuk-frontend/dist/govuk/components/header/template-navigation-item-with-html.html +0 -3
  63. data/node_modules/govuk-frontend/dist/govuk/components/header/template-navigation-item-with-text-without-link.html +0 -3
  64. data/node_modules/govuk-frontend/dist/govuk/components/header/template-with-full-width-border.html +0 -1
  65. data/node_modules/govuk-frontend/dist/govuk/components/hint/fixtures.json +7 -7
  66. data/node_modules/govuk-frontend/dist/govuk/components/input/fixtures.json +158 -179
  67. data/node_modules/govuk-frontend/dist/govuk/components/inset-text/fixtures.json +7 -7
  68. data/node_modules/govuk-frontend/dist/govuk/components/label/fixtures.json +18 -18
  69. data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/fixtures.json +74 -108
  70. data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/notification-banner.bundle.js.map +1 -1
  71. data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/notification-banner.bundle.mjs.map +1 -1
  72. data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/template-with-text-as-html.html +7 -1
  73. data/node_modules/govuk-frontend/dist/govuk/components/pagination/fixtures.json +80 -98
  74. data/node_modules/govuk-frontend/dist/govuk/components/pagination/macro-options.json +4 -4
  75. data/node_modules/govuk-frontend/dist/govuk/components/panel/fixtures.json +22 -22
  76. data/node_modules/govuk-frontend/dist/govuk/components/password-input/fixtures.json +53 -48
  77. data/node_modules/govuk-frontend/dist/govuk/components/password-input/password-input.bundle.js.map +1 -1
  78. data/node_modules/govuk-frontend/dist/govuk/components/password-input/password-input.bundle.mjs.map +1 -1
  79. data/node_modules/govuk-frontend/dist/govuk/components/phase-banner/fixtures.json +8 -8
  80. data/node_modules/govuk-frontend/dist/govuk/components/radios/fixtures.json +213 -328
  81. data/node_modules/govuk-frontend/dist/govuk/components/radios/radios.bundle.js.map +1 -1
  82. data/node_modules/govuk-frontend/dist/govuk/components/radios/radios.bundle.mjs.map +1 -1
  83. data/node_modules/govuk-frontend/dist/govuk/components/radios/template-default.html +18 -16
  84. data/node_modules/govuk-frontend/dist/govuk/components/radios/template-with-hint.html +24 -0
  85. data/node_modules/govuk-frontend/dist/govuk/components/select/fixtures.json +99 -115
  86. data/node_modules/govuk-frontend/dist/govuk/components/service-navigation/_index.scss +72 -5
  87. data/node_modules/govuk-frontend/dist/govuk/components/service-navigation/_index.scss.map +1 -1
  88. data/node_modules/govuk-frontend/dist/govuk/components/service-navigation/fixtures.json +198 -62
  89. data/node_modules/govuk-frontend/dist/govuk/components/service-navigation/macro-options.json +6 -0
  90. data/node_modules/govuk-frontend/dist/govuk/components/service-navigation/service-navigation.bundle.js +1 -1
  91. data/node_modules/govuk-frontend/dist/govuk/components/service-navigation/service-navigation.bundle.js.map +1 -1
  92. data/node_modules/govuk-frontend/dist/govuk/components/service-navigation/service-navigation.bundle.mjs +1 -1
  93. data/node_modules/govuk-frontend/dist/govuk/components/service-navigation/service-navigation.bundle.mjs.map +1 -1
  94. data/node_modules/govuk-frontend/dist/govuk/components/service-navigation/{template-with-navigation-with-an-active-item.html → template-inverse.html} +7 -2
  95. data/node_modules/govuk-frontend/dist/govuk/components/service-navigation/template-with-a-single-navigation-item-and-collapsenavigationonmobile-set-to-true.html +38 -0
  96. data/node_modules/govuk-frontend/dist/govuk/components/service-navigation/template-with-a-single-navigation-item.html +35 -0
  97. data/node_modules/govuk-frontend/dist/govuk/components/service-navigation/template-with-collapsenavigationonmobile-set-to-false.html +60 -0
  98. data/node_modules/govuk-frontend/dist/govuk/components/service-navigation/template.njk +3 -0
  99. data/node_modules/govuk-frontend/dist/govuk/components/skip-link/fixtures.json +10 -10
  100. data/node_modules/govuk-frontend/dist/govuk/components/skip-link/skip-link.bundle.js.map +1 -1
  101. data/node_modules/govuk-frontend/dist/govuk/components/skip-link/skip-link.bundle.mjs.map +1 -1
  102. data/node_modules/govuk-frontend/dist/govuk/components/summary-list/fixtures.json +282 -518
  103. data/node_modules/govuk-frontend/dist/govuk/components/table/fixtures.json +75 -75
  104. data/node_modules/govuk-frontend/dist/govuk/components/tabs/fixtures.json +44 -39
  105. data/node_modules/govuk-frontend/dist/govuk/components/tabs/tabs.bundle.js +1 -1
  106. data/node_modules/govuk-frontend/dist/govuk/components/tabs/tabs.bundle.js.map +1 -1
  107. data/node_modules/govuk-frontend/dist/govuk/components/tabs/tabs.bundle.mjs +1 -1
  108. data/node_modules/govuk-frontend/dist/govuk/components/tabs/tabs.bundle.mjs.map +1 -1
  109. data/node_modules/govuk-frontend/dist/govuk/components/tag/fixtures.json +14 -26
  110. data/node_modules/govuk-frontend/dist/govuk/components/task-list/fixtures.json +14 -71
  111. data/node_modules/govuk-frontend/dist/govuk/components/textarea/fixtures.json +81 -81
  112. data/node_modules/govuk-frontend/dist/govuk/components/warning-text/fixtures.json +9 -9
  113. data/node_modules/govuk-frontend/dist/govuk/core/_govuk-frontend-properties.scss +5 -2
  114. data/node_modules/govuk-frontend/dist/govuk/core/_govuk-frontend-properties.scss.map +1 -1
  115. data/node_modules/govuk-frontend/dist/govuk/govuk-frontend.min.css +2 -2
  116. data/node_modules/govuk-frontend/dist/govuk/govuk-frontend.min.css.map +1 -1
  117. data/node_modules/govuk-frontend/dist/govuk/govuk-frontend.min.js +1 -1
  118. data/node_modules/govuk-frontend/dist/govuk/govuk-frontend.min.js.map +1 -1
  119. data/node_modules/govuk-frontend/dist/govuk/helpers/_colour.scss +31 -2
  120. data/node_modules/govuk-frontend/dist/govuk/helpers/_colour.scss.map +1 -1
  121. data/node_modules/govuk-frontend/dist/govuk/helpers/_visually-hidden.scss +4 -1
  122. data/node_modules/govuk-frontend/dist/govuk/helpers/_visually-hidden.scss.map +1 -1
  123. data/node_modules/govuk-frontend/dist/govuk/macros/logo.njk +2 -2
  124. data/node_modules/govuk-frontend/dist/govuk/settings/_colours-applied.scss +2 -2
  125. data/node_modules/govuk-frontend/dist/govuk/settings/_colours-applied.scss.map +1 -1
  126. data/node_modules/govuk-frontend/dist/govuk/settings/_index.scss +13 -0
  127. data/node_modules/govuk-frontend/dist/govuk/settings/_index.scss.map +1 -1
  128. data/node_modules/govuk-frontend/govuk-prototype-kit.config.json +1 -1
  129. data/node_modules/govuk-frontend/package.json +7 -7
  130. metadata +13 -102
  131. data/node_modules/govuk-frontend/dist/govuk/components/accordion/template-with-focusable-elements-inside.html +0 -26
  132. data/node_modules/govuk-frontend/dist/govuk/components/accordion/template-with-one-section-open.html +0 -30
  133. data/node_modules/govuk-frontend/dist/govuk/components/accordion/template-with-translations.html +0 -30
  134. data/node_modules/govuk-frontend/dist/govuk/components/back-link/template-with-custom-link.html +0 -1
  135. data/node_modules/govuk-frontend/dist/govuk/components/back-link/template-with-custom-text.html +0 -1
  136. data/node_modules/govuk-frontend/dist/govuk/components/breadcrumbs/template-with-multiple-levels.html +0 -16
  137. data/node_modules/govuk-frontend/dist/govuk/components/button/template-input-disabled.html +0 -1
  138. data/node_modules/govuk-frontend/dist/govuk/components/button/template-inverse-disabled.html +0 -3
  139. data/node_modules/govuk-frontend/dist/govuk/components/button/template-inverse-link.html +0 -3
  140. data/node_modules/govuk-frontend/dist/govuk/components/button/template-inverse-start.html +0 -6
  141. data/node_modules/govuk-frontend/dist/govuk/components/button/template-prevent-double-click.html +0 -3
  142. data/node_modules/govuk-frontend/dist/govuk/components/button/template-secondary-disabled.html +0 -3
  143. data/node_modules/govuk-frontend/dist/govuk/components/button/template-secondary-link.html +0 -3
  144. data/node_modules/govuk-frontend/dist/govuk/components/button/template-start-link.html +0 -6
  145. data/node_modules/govuk-frontend/dist/govuk/components/button/template-warning-disabled.html +0 -3
  146. data/node_modules/govuk-frontend/dist/govuk/components/button/template-warning-link.html +0 -3
  147. data/node_modules/govuk-frontend/dist/govuk/components/button/template-with-active-state.html +0 -3
  148. data/node_modules/govuk-frontend/dist/govuk/components/button/template-with-focus-state.html +0 -3
  149. data/node_modules/govuk-frontend/dist/govuk/components/button/template-with-hover-state.html +0 -3
  150. data/node_modules/govuk-frontend/dist/govuk/components/character-count/template-with-custom-textarea-description.html +0 -9
  151. data/node_modules/govuk-frontend/dist/govuk/components/character-count/template-with-error.html +0 -12
  152. data/node_modules/govuk-frontend/dist/govuk/components/character-count/template-with-translations.html +0 -9
  153. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-small-with-disabled.html +0 -27
  154. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-a-medium-legend.html +0 -33
  155. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-conditional-item-checked.html +0 -39
  156. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-conditional-items-with-special-characters.html +0 -39
  157. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-disabled-item.html +0 -29
  158. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-error-message-and-hints-on-items.html +0 -39
  159. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-id-and-name.html +0 -30
  160. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-single-option-and-hint-set-aria-describedby-on-input.html +0 -16
  161. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-single-option-set-aria-describedby-on-input.html +0 -13
  162. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-without-fieldset.html +0 -22
  163. data/node_modules/govuk-frontend/dist/govuk/components/cookie-banner/template-client-side-implementation.html +0 -60
  164. data/node_modules/govuk-frontend/dist/govuk/components/date-input/template-with-autocomplete-values.html +0 -36
  165. data/node_modules/govuk-frontend/dist/govuk/components/date-input/template-with-default-items.html +0 -36
  166. data/node_modules/govuk-frontend/dist/govuk/components/date-input/template-with-input-attributes.html +0 -36
  167. data/node_modules/govuk-frontend/dist/govuk/components/date-input/template-with-optional-form-group-classes.html +0 -36
  168. data/node_modules/govuk-frontend/dist/govuk/components/exit-this-page/template-translated.html +0 -5
  169. data/node_modules/govuk-frontend/dist/govuk/components/file-upload/template-allows-direct-media-capture.html +0 -6
  170. data/node_modules/govuk-frontend/dist/govuk/components/file-upload/template-allows-image-files-only.html +0 -6
  171. data/node_modules/govuk-frontend/dist/govuk/components/file-upload/template-allows-multiple-files.html +0 -6
  172. data/node_modules/govuk-frontend/dist/govuk/components/file-upload/template-disabled.html +0 -6
  173. data/node_modules/govuk-frontend/dist/govuk/components/file-upload/template-enhanced-disabled.html +0 -13
  174. data/node_modules/govuk-frontend/dist/govuk/components/file-upload/template-with-optional-form-group-classes.html +0 -6
  175. data/node_modules/govuk-frontend/dist/govuk/components/footer/template-with-meta.html +0 -56
  176. data/node_modules/govuk-frontend/dist/govuk/components/header/template-with-custom-menu-button-label.html +0 -59
  177. data/node_modules/govuk-frontend/dist/govuk/components/header/template-with-custom-navigation-label.html +0 -59
  178. data/node_modules/govuk-frontend/dist/govuk/components/input/template-disabled.html +0 -6
  179. data/node_modules/govuk-frontend/dist/govuk/components/input/template-with-autocapitalize-turned-off.html +0 -6
  180. data/node_modules/govuk-frontend/dist/govuk/components/input/template-with-autocomplete-attribute.html +0 -6
  181. data/node_modules/govuk-frontend/dist/govuk/components/input/template-with-optional-form-group-classes.html +0 -6
  182. data/node_modules/govuk-frontend/dist/govuk/components/input/template-with-pattern-attribute.html +0 -6
  183. data/node_modules/govuk-frontend/dist/govuk/components/input/template-with-prefix-and-long-suffix.html +0 -10
  184. data/node_modules/govuk-frontend/dist/govuk/components/input/template-with-spellcheck-disabled.html +0 -6
  185. data/node_modules/govuk-frontend/dist/govuk/components/input/template-with-spellcheck-enabled.html +0 -6
  186. data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/template-auto-focus-disabled-with-type-as-success.html +0 -12
  187. data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/template-auto-focus-explicitly-enabled-with-type-as-success.html +0 -12
  188. data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/template-custom-tabindex.html +0 -12
  189. data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/template-paragraph-as-html-heading.html +0 -10
  190. data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/template-rolealert-overridden-to-roleregion-with-type-as-success.html +0 -12
  191. data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/template-success-with-custom-html.html +0 -16
  192. data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/template-with-a-list.html +0 -16
  193. data/node_modules/govuk-frontend/dist/govuk/components/pagination/template-with-custom-accessible-labels-on-item-links.html +0 -39
  194. data/node_modules/govuk-frontend/dist/govuk/components/pagination/template-with-custom-navigation-landmark.html +0 -39
  195. data/node_modules/govuk-frontend/dist/govuk/components/pagination/template-with-prev-and-next-only-in-a-different-language.html +0 -22
  196. data/node_modules/govuk-frontend/dist/govuk/components/panel/template-custom-heading-level.html +0 -8
  197. data/node_modules/govuk-frontend/dist/govuk/components/password-input/template-with-new-password-autocomplete.html +0 -11
  198. data/node_modules/govuk-frontend/dist/govuk/components/password-input/template-with-translations.html +0 -11
  199. data/node_modules/govuk-frontend/dist/govuk/components/radios/template-prechecked-using-value.html +0 -16
  200. data/node_modules/govuk-frontend/dist/govuk/components/radios/template-prechecked.html +0 -19
  201. data/node_modules/govuk-frontend/dist/govuk/components/radios/template-small-inline-extreme.html +0 -69
  202. data/node_modules/govuk-frontend/dist/govuk/components/radios/template-small-with-disabled.html +0 -27
  203. data/node_modules/govuk-frontend/dist/govuk/components/radios/template-with-a-medium-legend.html +0 -24
  204. data/node_modules/govuk-frontend/dist/govuk/components/radios/template-with-conditional-items-with-special-characters.html +0 -39
  205. data/node_modules/govuk-frontend/dist/govuk/components/radios/template-with-disabled.html +0 -29
  206. data/node_modules/govuk-frontend/dist/govuk/components/radios/template-with-idprefix.html +0 -16
  207. data/node_modules/govuk-frontend/dist/govuk/components/select/template-id.html +0 -7
  208. data/node_modules/govuk-frontend/dist/govuk/components/select/template-with-no-items.html +0 -7
  209. data/node_modules/govuk-frontend/dist/govuk/components/select/template-with-optional-form-group-classes.html +0 -10
  210. data/node_modules/govuk-frontend/dist/govuk/components/select/template-with-selected-value.html +0 -10
  211. data/node_modules/govuk-frontend/dist/govuk/components/summary-list/template-as-a-summary-card-with-a-custom-header-level.html +0 -28
  212. data/node_modules/govuk-frontend/dist/govuk/components/summary-list/template-check-your-answers.html +0 -98
  213. data/node_modules/govuk-frontend/dist/govuk/components/summary-list/template-overridden-widths.html +0 -58
  214. data/node_modules/govuk-frontend/dist/govuk/components/summary-list/template-translated.html +0 -51
  215. data/node_modules/govuk-frontend/dist/govuk/components/summary-list/template-with-no-first-action.html +0 -58
  216. data/node_modules/govuk-frontend/dist/govuk/components/summary-list/template-with-some-actions.html +0 -45
  217. data/node_modules/govuk-frontend/dist/govuk/components/table/template-with-small-text-modifier-for-tables-with-a-lot-of-data.html +0 -19
  218. data/node_modules/govuk-frontend/dist/govuk/components/tag/template-blue.html +0 -3
  219. data/node_modules/govuk-frontend/dist/govuk/components/task-list/template-example-with-3-states.html +0 -49
  220. data/node_modules/govuk-frontend/dist/govuk/components/textarea/template-with-autocomplete-attribute.html +0 -6
  221. data/node_modules/govuk-frontend/dist/govuk/components/textarea/template-with-optional-form-group-classes.html +0 -6
  222. data/node_modules/govuk-frontend/dist/govuk/components/textarea/template-with-spellcheck-disabled.html +0 -6
  223. data/node_modules/govuk-frontend/dist/govuk/components/textarea/template-with-spellcheck-enabled.html +0 -6
  224. /data/node_modules/govuk-frontend/dist/govuk/components/date-input/{template-complete-question.html → template-with-items.html} +0 -0
  225. /data/node_modules/govuk-frontend/dist/govuk/components/table/{template-table-with-head-and-caption.html → template-with-head-and-caption.html} +0 -0
  226. /data/node_modules/govuk-frontend/dist/govuk/components/table/{template-table-with-head.html → template-with-head.html} +0 -0
  227. /data/node_modules/govuk-frontend/dist/govuk/components/task-list/{template-example-with-all-possible-colours.html → template-with-all-possible-colours.html} +0 -0
  228. /data/node_modules/govuk-frontend/dist/govuk/components/task-list/{template-example-with-hint-text-and-additional-states.html → template-with-hint-text-and-additional-states.html} +0 -0
  229. /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
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 912c6faaf7a85ad5135fa59593901a10ac2a67b7af46f4d6dd7984a9437484f8
4
- data.tar.gz: ba6aa16e51af611001f5b06d5f3aece0ccca3f3039178efc9b9fec41f0584051
3
+ metadata.gz: 8068a70f722e7c8beb993682973c5444eae07e136a31110cd9676eb5e61197bc
4
+ data.tar.gz: 9c605e991bb3ff2c064d708e2bf38d825a833be83e40c648e21c3ee08717d72b
5
5
  SHA512:
6
- metadata.gz: bbbbff143d71a357b4925b4a23f3fbd694b878f7f1e005c95d7e82de4424ac5477fca893c0bf6d7af4134e2d817cd6d71967298186d45da09667ecff8d54a89e
7
- data.tar.gz: 464ffccbe45249d0348f4d7be68386a6be5b51fc3f5716f6287cbbb5e605308d6d74e623ab8f87c04a7118ee8d6c1d34c38f5554f3e8a39e2006b71d3ca404df
6
+ metadata.gz: d74f9b1a8920eefdd59878c0f73baf3f899ca4ec078018dc78c5072cd037cc8cd9c597e1c2ebbac4520a55ec6efb658b5d411dfa93a017f262e62324ed88f8b9
7
+ data.tar.gz: 3ec0edd42d2be381b36bfe88e39a761042a0ce83e1c85814e0c2b4ef7eb602694d9ec2bab5915c3ac418aa343888a410c4d2e3a5545203cf3d68045b9b18abfc
@@ -30,6 +30,11 @@
30
30
  margin-left: 22px;
31
31
  }
32
32
 
33
+ li:target {
34
+ background: govuk-colour("light-grey");
35
+ border-bottom: solid 3px $govuk-border-colour;
36
+ }
37
+
33
38
  @include govuk-media-query($media-type: print) {
34
39
  border-top: 1px solid $govuk-text-colour;
35
40
 
@@ -679,16 +679,20 @@ examples:
679
679
  footnotes:
680
680
  data:
681
681
  block: |
682
- <p>This is a text with a footnote<sup id="fnref:1a"><a href="#fn:1a" class="footnote">1</a></sup>.</p>
682
+ <p>This is a text with a footnote<sup id="fnref:1a"><a href="#fn:1a" class="footnote">1</a></sup>. This is some more text with another footnote<sup id="fnref:2a"><a href="#fn:2a" class="footnote">2</a></sup>.</p>
683
+ <p>This is a whole new paragraph with yet another footnote<sup id="fnref:3a"><a href="#fn:3a" class="footnote">3</a></sup>.</p>
683
684
 
684
685
  <div class="footnotes">
685
686
  <ol>
686
687
  <li id="fn:1a">
687
688
  <p>And here is the definition. <a href="#fnref:1a" class="reversefootnote">&#8617;</a></p>
688
689
  </li>
689
- <li id="fn:2">
690
+ <li id="fn:2a">
690
691
  <a href="https://www.ons.gov.uk/peoplepopulationandcommunity/birthsdeathsandmarriages/deaths/datasets/weeklyprovisionalfiguresondeathsregisteredinenglandandwales" class="govuk-link">https://www.ons.gov.uk/peoplepopulationandcommunity/birthsdeathsandmarriages/deaths/datasets/weeklyprovisionalfiguresondeathsregisteredinenglandandwales</a>
691
- <a href="#fnref:2" class="govuk-link">↩</a>
692
+ <a href="#fnref:2a" class="govuk-link">↩</a>
693
+ </li>
694
+ <li id="fn:3a">
695
+ <p>And here is another definition. <a href="#fnref:3a" class="reversefootnote">&#8617;</a></p>
692
696
  </li>
693
697
  </ol>
694
698
  </div>
@@ -1,3 +1,3 @@
1
1
  module GovukPublishingComponents
2
- VERSION = "60.0.2".freeze
2
+ VERSION = "60.1.0".freeze
3
3
  end
@@ -4,7 +4,7 @@
4
4
  (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.GOVUKFrontend = global.GOVUKFrontend || {}));
5
5
  })(this, (function (exports) { 'use strict';
6
6
 
7
- const version = '5.10.1';
7
+ const version = '5.11.1';
8
8
 
9
9
  function getFragmentFromUrl(url) {
10
10
  if (!url.includes('#')) {
@@ -13,7 +13,7 @@
13
13
  return url.split('#').pop();
14
14
  }
15
15
  function getBreakpoint(name) {
16
- const property = `--govuk-frontend-breakpoint-${name}`;
16
+ const property = `--govuk-breakpoint-${name}`;
17
17
  const value = window.getComputedStyle(document.documentElement).getPropertyValue(property);
18
18
  return {
19
19
  property,
@@ -1936,6 +1936,7 @@
1936
1936
  if (!$menuButton) {
1937
1937
  return this;
1938
1938
  }
1939
+ this.$root.classList.add('govuk-header--with-js-navigation');
1939
1940
  const menuId = $menuButton.getAttribute('aria-controls');
1940
1941
  if (!menuId) {
1941
1942
  throw new ElementError({