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
@@ -1,27 +0,0 @@
1
- <div class="govuk-form-group govuk-radios--small">
2
- <fieldset class="govuk-fieldset">
3
- <legend class="govuk-fieldset__legend">
4
- How do you want to be contacted?
5
- </legend>
6
- <div class="govuk-radios" data-module="govuk-radios">
7
- <div class="govuk-radios__item">
8
- <input class="govuk-radios__input" id="how-contacted-2" name="how-contacted-2" type="radio" value="email">
9
- <label class="govuk-label govuk-radios__label" for="how-contacted-2">
10
- Email
11
- </label>
12
- </div>
13
- <div class="govuk-radios__item">
14
- <input class="govuk-radios__input" id="how-contacted-2-2" name="how-contacted-2" type="radio" value="phone">
15
- <label class="govuk-label govuk-radios__label" for="how-contacted-2-2">
16
- Phone
17
- </label>
18
- </div>
19
- <div class="govuk-radios__item">
20
- <input class="govuk-radios__input" id="how-contacted-2-3" name="how-contacted-2" type="radio" value="text" disabled>
21
- <label class="govuk-label govuk-radios__label" for="how-contacted-2-3">
22
- Text message
23
- </label>
24
- </div>
25
- </div>
26
- </fieldset>
27
- </div>
@@ -1,24 +0,0 @@
1
- <div class="govuk-form-group">
2
- <fieldset class="govuk-fieldset" aria-describedby="housing-act-hint">
3
- <legend class="govuk-fieldset__legend govuk-fieldset__legend--m">
4
- Which part of the Housing Act was your licence issued under?
5
- </legend>
6
- <div id="housing-act-hint" class="govuk-hint">
7
- Select one of the options below.
8
- </div>
9
- <div class="govuk-radios" data-module="govuk-radios">
10
- <div class="govuk-radios__item">
11
- <input class="govuk-radios__input" id="housing-act" name="housing-act" type="radio" value="part-2">
12
- <label class="govuk-label govuk-radios__label" for="housing-act">
13
- <span class="govuk-heading-s govuk-!-margin-bottom-1">Part 2 of the Housing Act 2004</span> For properties that are 3 or more stories high and occupied by 5 or more people
14
- </label>
15
- </div>
16
- <div class="govuk-radios__item">
17
- <input class="govuk-radios__input" id="housing-act-2" name="housing-act" type="radio" value="part-3">
18
- <label class="govuk-label govuk-radios__label" for="housing-act-2">
19
- <span class="govuk-heading-s govuk-!-margin-bottom-1">Part 3 of the Housing Act 2004</span> For properties that are within a geographical area defined by a local council
20
- </label>
21
- </div>
22
- </div>
23
- </fieldset>
24
- </div>
@@ -1,39 +0,0 @@
1
- <div class="govuk-form-group">
2
- <fieldset class="govuk-fieldset">
3
- <legend class="govuk-fieldset__legend">
4
- How do you want to be contacted?
5
- </legend>
6
- <div class="govuk-radios" data-module="govuk-radios">
7
- <div class="govuk-radios__item">
8
- <input class="govuk-radios__input" id="user.profile[contact-prefs]" name="contact-prefs" type="radio" value="email" data-aria-controls="conditional-user.profile[contact-prefs]">
9
- <label class="govuk-label govuk-radios__label" for="user.profile[contact-prefs]">
10
- Email
11
- </label>
12
- </div>
13
- <div class="govuk-radios__conditional govuk-radios__conditional--hidden" id="conditional-user.profile[contact-prefs]">
14
- <label class="govuk-label" for="context-email">Email address</label>
15
- <input class="govuk-input govuk-!-width-one-third" name="context-email" type="text" id="context-email">
16
- </div>
17
- <div class="govuk-radios__item">
18
- <input class="govuk-radios__input" id="user.profile[contact-prefs]-2" name="contact-prefs" type="radio" value="phone" data-aria-controls="conditional-user.profile[contact-prefs]-2">
19
- <label class="govuk-label govuk-radios__label" for="user.profile[contact-prefs]-2">
20
- Phone
21
- </label>
22
- </div>
23
- <div class="govuk-radios__conditional govuk-radios__conditional--hidden" id="conditional-user.profile[contact-prefs]-2">
24
- <label class="govuk-label" for="contact-phone">Phone number</label>
25
- <input class="govuk-input govuk-!-width-one-third" name="contact-phone" type="text" id="contact-phone">
26
- </div>
27
- <div class="govuk-radios__item">
28
- <input class="govuk-radios__input" id="user.profile[contact-prefs]-3" name="contact-prefs" type="radio" value="text" data-aria-controls="conditional-user.profile[contact-prefs]-3">
29
- <label class="govuk-label govuk-radios__label" for="user.profile[contact-prefs]-3">
30
- Text message
31
- </label>
32
- </div>
33
- <div class="govuk-radios__conditional govuk-radios__conditional--hidden" id="conditional-user.profile[contact-prefs]-3">
34
- <label class="govuk-label" for="contact-text-message">Mobile phone number</label>
35
- <input class="govuk-input govuk-!-width-one-third" name="contact-text-message" type="text" id="contact-text-message">
36
- </div>
37
- </div>
38
- </fieldset>
39
- </div>
@@ -1,29 +0,0 @@
1
- <div class="govuk-form-group">
2
- <fieldset class="govuk-fieldset">
3
- <legend class="govuk-fieldset__legend govuk-fieldset__legend--l">
4
- <h1 class="govuk-fieldset__heading">
5
- How do you want to sign in?
6
- </h1>
7
- </legend>
8
- <div class="govuk-radios" data-module="govuk-radios">
9
- <div class="govuk-radios__item">
10
- <input class="govuk-radios__input" id="gateway" name="gov" type="radio" value="gateway" aria-describedby="gateway-item-hint">
11
- <label class="govuk-label govuk-radios__label" for="gateway">
12
- Sign in with Government Gateway
13
- </label>
14
- <div id="gateway-item-hint" class="govuk-hint govuk-radios__hint">
15
- You’ll have a user ID if you’ve registered for Self Assessment or filed a tax return online before.
16
- </div>
17
- </div>
18
- <div class="govuk-radios__item">
19
- <input class="govuk-radios__input" id="verify" name="gov" type="radio" value="verify" disabled aria-describedby="verify-item-hint">
20
- <label class="govuk-label govuk-radios__label" for="verify">
21
- Sign in with GOV.UK Verify
22
- </label>
23
- <div id="verify-item-hint" class="govuk-hint govuk-radios__hint">
24
- You’ll have an account if you’ve already proved your identity with either Barclays, CitizenSafe, Digidentity, Experian, Post Office, Royal Mail or SecureIdentity.
25
- </div>
26
- </div>
27
- </div>
28
- </fieldset>
29
- </div>
@@ -1,16 +0,0 @@
1
- <div class="govuk-form-group">
2
- <div class="govuk-radios" data-module="govuk-radios">
3
- <div class="govuk-radios__item">
4
- <input class="govuk-radios__input" id="example-id-prefix" name="example-radio" type="radio" value="yes">
5
- <label class="govuk-label govuk-radios__label" for="example-id-prefix">
6
- Yes
7
- </label>
8
- </div>
9
- <div class="govuk-radios__item">
10
- <input class="govuk-radios__input" id="example-id-prefix-2" name="example-radio" type="radio" value="no">
11
- <label class="govuk-label govuk-radios__label" for="example-id-prefix-2">
12
- No
13
- </label>
14
- </div>
15
- </div>
16
- </div>
@@ -1,7 +0,0 @@
1
- <div class="govuk-form-group">
2
- <label class="govuk-label" for="select-id">
3
- Horse with no name
4
- </label>
5
- <select class="govuk-select" id="select-id" name="test-name">
6
- </select>
7
- </div>
@@ -1,7 +0,0 @@
1
- <div class="govuk-form-group">
2
- <label class="govuk-label" for="select-1">
3
- Horse with no name
4
- </label>
5
- <select class="govuk-select" id="select-1" name="select-1">
6
- </select>
7
- </div>
@@ -1,10 +0,0 @@
1
- <div class="govuk-form-group extra-class">
2
- <label class="govuk-label" for="select-1">
3
- Label text goes here
4
- </label>
5
- <select class="govuk-select govuk-!-width-full" id="select-1" name="select-1">
6
- <option value="1">GOV.UK frontend option 1</option>
7
- <option value="2" selected>GOV.UK frontend option 2</option>
8
- <option value="3" disabled>GOV.UK frontend option 3</option>
9
- </select>
10
- </div>
@@ -1,10 +0,0 @@
1
- <div class="govuk-form-group">
2
- <label class="govuk-label" for="select-1">
3
- Label text goes here
4
- </label>
5
- <select class="govuk-select" id="select-1" name="select-1">
6
- <option value="1">GOV.UK frontend option 1</option>
7
- <option value="2" selected>GOV.UK frontend option 2</option>
8
- <option value="3" disabled>GOV.UK frontend option 3</option>
9
- </select>
10
- </div>
@@ -1,28 +0,0 @@
1
- <div class="govuk-summary-card">
2
- <div class="govuk-summary-card__title-wrapper">
3
- <h3 class="govuk-summary-card__title">
4
- Undergraduate teaching assistant
5
- </h3>
6
- </div>
7
-
8
- <div class="govuk-summary-card__content">
9
- <dl class="govuk-summary-list">
10
- <div class="govuk-summary-list__row">
11
- <dt class="govuk-summary-list__key">
12
- Name
13
- </dt>
14
- <dd class="govuk-summary-list__value">
15
- Firstname Lastname
16
- </dd>
17
- </div>
18
- <div class="govuk-summary-list__row">
19
- <dt class="govuk-summary-list__key">
20
- Date of birth
21
- </dt>
22
- <dd class="govuk-summary-list__value">
23
- 13/08/1980
24
- </dd>
25
- </div>
26
- </dl>
27
- </div>
28
- </div>
@@ -1,98 +0,0 @@
1
- <dl class="govuk-summary-list">
2
- <div class="govuk-summary-list__row">
3
- <dt class="govuk-summary-list__key">
4
- Name
5
- </dt>
6
- <dd class="govuk-summary-list__value">
7
- Sarah Philips
8
- </dd>
9
- <dd class="govuk-summary-list__actions">
10
- <a class="govuk-link" href="#">Change<span class="govuk-visually-hidden"> name</span></a>
11
- </dd>
12
- </div>
13
- <div class="govuk-summary-list__row">
14
- <dt class="govuk-summary-list__key">
15
- Date of birth
16
- </dt>
17
- <dd class="govuk-summary-list__value">
18
- 5 January 1978
19
- </dd>
20
- <dd class="govuk-summary-list__actions">
21
- <a class="govuk-link" href="#">Change<span class="govuk-visually-hidden"> date of birth</span></a>
22
- </dd>
23
- </div>
24
- <div class="govuk-summary-list__row">
25
- <dt class="govuk-summary-list__key">
26
- Address
27
- </dt>
28
- <dd class="govuk-summary-list__value">
29
- 72 Guild Street<br>
30
- London<br>
31
- SE23 6FH
32
- </dd>
33
- <dd class="govuk-summary-list__actions">
34
- <a class="govuk-link" href="#">Change<span class="govuk-visually-hidden"> address</span></a>
35
- </dd>
36
- </div>
37
- <div class="govuk-summary-list__row">
38
- <dt class="govuk-summary-list__key">
39
- Contact details
40
- </dt>
41
- <dd class="govuk-summary-list__value">
42
- 07700 900457<br>
43
- sarah.phillips@example.com
44
- </dd>
45
- <dd class="govuk-summary-list__actions">
46
- <a class="govuk-link" href="#">Change<span class="govuk-visually-hidden"> contact details</span></a>
47
- </dd>
48
- </div>
49
- <div class="govuk-summary-list__row">
50
- <dt class="govuk-summary-list__key">
51
- Previous application number
52
- </dt>
53
- <dd class="govuk-summary-list__value">
54
- 502135326
55
- </dd>
56
- <dd class="govuk-summary-list__actions">
57
- <a class="govuk-link" href="#">Change<span class="govuk-visually-hidden"> previous application number</span></a>
58
- </dd>
59
- </div>
60
- <div class="govuk-summary-list__row">
61
- <dt class="govuk-summary-list__key">
62
- Licence type
63
- </dt>
64
- <dd class="govuk-summary-list__value">
65
- For personal use
66
- </dd>
67
- <dd class="govuk-summary-list__actions">
68
- <a class="govuk-link" href="#">Change<span class="govuk-visually-hidden"> licence type</span></a>
69
- </dd>
70
- </div>
71
- <div class="govuk-summary-list__row">
72
- <dt class="govuk-summary-list__key">
73
- Home address
74
- </dt>
75
- <dd class="govuk-summary-list__value">
76
- <p class="govuk-body">
77
- 72 Guild Street<br>
78
- London<br>
79
- SE23 6FH
80
- </p>
81
- </dd>
82
- <dd class="govuk-summary-list__actions">
83
- <a class="govuk-link" href="#">Change<span class="govuk-visually-hidden"> home address</span></a>
84
- </dd>
85
- </div>
86
- <div class="govuk-summary-list__row">
87
- <dt class="govuk-summary-list__key">
88
- Licence period
89
- </dt>
90
- <dd class="govuk-summary-list__value">
91
- <p class="govuk-body">This is a longer paragraph of text provided by the user to provide additional information.</p>
92
- <p class="govuk-body">This is a second paragraph of text provided by the user.</p>
93
- </dd>
94
- <dd class="govuk-summary-list__actions">
95
- <a class="govuk-link" href="#">Change<span class="govuk-visually-hidden"> licence period</span></a>
96
- </dd>
97
- </div>
98
- </dl>
@@ -1,58 +0,0 @@
1
- <dl class="govuk-summary-list">
2
- <div class="govuk-summary-list__row">
3
- <dt class="govuk-summary-list__key govuk-!-width-one-half">
4
- Name
5
- </dt>
6
- <dd class="govuk-summary-list__value govuk-!-width-one-quarter">
7
- Firstname Lastname
8
- </dd>
9
- <dd class="govuk-summary-list__actions govuk-!-width-one-half">
10
- <ul class="govuk-summary-list__actions-list">
11
- <li class="govuk-summary-list__actions-list-item">
12
- <a class="govuk-link" href="#">Edit<span class="govuk-visually-hidden"> name</span></a>
13
- </li>
14
- <li class="govuk-summary-list__actions-list-item">
15
- <a class="govuk-link" href="#">Delete<span class="govuk-visually-hidden"> name</span></a>
16
- </li>
17
- </ul>
18
- </dd>
19
- </div>
20
- <div class="govuk-summary-list__row">
21
- <dt class="govuk-summary-list__key">
22
- Date of birth
23
- </dt>
24
- <dd class="govuk-summary-list__value">
25
- 13/08/1980
26
- </dd>
27
- <dd class="govuk-summary-list__actions">
28
- <a class="govuk-link" href="#">Change<span class="govuk-visually-hidden"> date of birth</span></a>
29
- </dd>
30
- </div>
31
- <div class="govuk-summary-list__row">
32
- <dt class="govuk-summary-list__key">
33
- Contact information
34
- </dt>
35
- <dd class="govuk-summary-list__value">
36
- <p class="govuk-body">
37
- email@email.com
38
- </p>
39
- <p class="govuk-body">
40
- Address line 1<br>
41
- Address line 2<br>
42
- Address line 3<br>
43
- Address line 4<br>
44
- Address line 5
45
- </p>
46
- </dd>
47
- <dd class="govuk-summary-list__actions">
48
- <ul class="govuk-summary-list__actions-list">
49
- <li class="govuk-summary-list__actions-list-item">
50
- <a class="govuk-link" href="#">Edit<span class="govuk-visually-hidden"> contact information</span></a>
51
- </li>
52
- <li class="govuk-summary-list__actions-list-item">
53
- <a class="govuk-link" href="#">Change<span class="govuk-visually-hidden"> contact information</span></a>
54
- </li>
55
- </ul>
56
- </dd>
57
- </div>
58
- </dl>
@@ -1,51 +0,0 @@
1
- <dl class="govuk-summary-list">
2
- <div class="govuk-summary-list__row">
3
- <dt class="govuk-summary-list__key">
4
- Enw
5
- </dt>
6
- <dd class="govuk-summary-list__value">
7
- Firstname Lastname
8
- </dd>
9
- <dd class="govuk-summary-list__actions">
10
- <ul class="govuk-summary-list__actions-list">
11
- <li class="govuk-summary-list__actions-list-item">
12
- <a class="govuk-link" href="#">Golygu<span class="govuk-visually-hidden"> enw</span></a>
13
- </li>
14
- <li class="govuk-summary-list__actions-list-item">
15
- <a class="govuk-link" href="#">Dileu<span class="govuk-visually-hidden"> enw</span></a>
16
- </li>
17
- </ul>
18
- </dd>
19
- </div>
20
- <div class="govuk-summary-list__row">
21
- <dt class="govuk-summary-list__key">
22
- Dyddiad geni
23
- </dt>
24
- <dd class="govuk-summary-list__value">
25
- 13/08/1980
26
- </dd>
27
- <dd class="govuk-summary-list__actions">
28
- <a class="govuk-link" href="#">Golygu<span class="govuk-visually-hidden"> dyddiad geni</span></a>
29
- </dd>
30
- </div>
31
- <div class="govuk-summary-list__row">
32
- <dt class="govuk-summary-list__key">
33
- Gwybodaeth cyswllt
34
- </dt>
35
- <dd class="govuk-summary-list__value">
36
- <p class="govuk-body">
37
- email@email.com
38
- </p>
39
- <p class="govuk-body">
40
- Address line 1<br>
41
- Address line 2<br>
42
- Address line 3<br>
43
- Address line 4<br>
44
- Address line 5
45
- </p>
46
- </dd>
47
- <dd class="govuk-summary-list__actions">
48
- <a class="govuk-link" href="#">Golygu<span class="govuk-visually-hidden"> gwybodaeth cyswllt</span></a>
49
- </dd>
50
- </div>
51
- </dl>
@@ -1,58 +0,0 @@
1
- <dl class="govuk-summary-list">
2
- <div class="govuk-summary-list__row govuk-summary-list__row--no-actions">
3
- <dt class="govuk-summary-list__key">
4
- Name
5
- </dt>
6
- <dd class="govuk-summary-list__value">
7
- Sarah Philips
8
- </dd>
9
- </div>
10
- <div class="govuk-summary-list__row">
11
- <dt class="govuk-summary-list__key">
12
- Date of birth
13
- </dt>
14
- <dd class="govuk-summary-list__value">
15
- 5 January 1978
16
- </dd>
17
- <dd class="govuk-summary-list__actions">
18
- <a class="govuk-link" href="#">Change<span class="govuk-visually-hidden"> date of birth</span></a>
19
- </dd>
20
- </div>
21
- <div class="govuk-summary-list__row">
22
- <dt class="govuk-summary-list__key">
23
- Address
24
- </dt>
25
- <dd class="govuk-summary-list__value">
26
- 72 Guild Street<br>
27
- London<br>
28
- SE23 6FH
29
- </dd>
30
- <dd class="govuk-summary-list__actions">
31
- <a class="govuk-link" href="#">Change<span class="govuk-visually-hidden"> address</span></a>
32
- </dd>
33
- </div>
34
- <div class="govuk-summary-list__row">
35
- <dt class="govuk-summary-list__key">
36
- Contact details
37
- </dt>
38
- <dd class="govuk-summary-list__value">
39
- 07700 900457<br>
40
- sarah.phillips@example.com
41
- </dd>
42
- <dd class="govuk-summary-list__actions">
43
- <a class="govuk-link" href="#">Change<span class="govuk-visually-hidden"> contact details</span></a>
44
- </dd>
45
- </div>
46
- <div class="govuk-summary-list__row">
47
- <dt class="govuk-summary-list__key">
48
- Licence period
49
- </dt>
50
- <dd class="govuk-summary-list__value">
51
- <p class="govuk-body">This is a longer paragraph of text provided by the user to provide additional information.</p>
52
- <p class="govuk-body">This is a second paragraph of text provided by the user.</p>
53
- </dd>
54
- <dd class="govuk-summary-list__actions">
55
- <a class="govuk-link" href="#">Change<span class="govuk-visually-hidden"> licence period</span></a>
56
- </dd>
57
- </div>
58
- </dl>
@@ -1,45 +0,0 @@
1
- <dl class="govuk-summary-list">
2
- <div class="govuk-summary-list__row">
3
- <dt class="govuk-summary-list__key">
4
- Name
5
- </dt>
6
- <dd class="govuk-summary-list__value">
7
- Firstname Lastname
8
- </dd>
9
- <dd class="govuk-summary-list__actions">
10
- <ul class="govuk-summary-list__actions-list">
11
- <li class="govuk-summary-list__actions-list-item">
12
- <a class="govuk-link" href="#">Edit<span class="govuk-visually-hidden"> name</span></a>
13
- </li>
14
- <li class="govuk-summary-list__actions-list-item">
15
- <a class="govuk-link" href="#">Delete<span class="govuk-visually-hidden"> name</span></a>
16
- </li>
17
- </ul>
18
- </dd>
19
- </div>
20
- <div class="govuk-summary-list__row govuk-summary-list__row--no-actions">
21
- <dt class="govuk-summary-list__key">
22
- Date of birth
23
- </dt>
24
- <dd class="govuk-summary-list__value">
25
- 13/08/1980
26
- </dd>
27
- </div>
28
- <div class="govuk-summary-list__row govuk-summary-list__row--no-actions">
29
- <dt class="govuk-summary-list__key">
30
- Contact information
31
- </dt>
32
- <dd class="govuk-summary-list__value">
33
- <p class="govuk-body">
34
- email@email.com
35
- </p>
36
- <p class="govuk-body">
37
- Address line 1<br>
38
- Address line 2<br>
39
- Address line 3<br>
40
- Address line 4<br>
41
- Address line 5
42
- </p>
43
- </dd>
44
- </div>
45
- </dl>
@@ -1,19 +0,0 @@
1
- <table class="govuk-table govuk-table--small-text-until-tablet">
2
- <tbody class="govuk-table__body">
3
- <tr class="govuk-table__row">
4
- <td class="govuk-table__cell">January</td>
5
- <td class="govuk-table__cell govuk-table__cell--numeric">£85</td>
6
- <td class="govuk-table__cell govuk-table__cell--numeric">£95</td>
7
- </tr>
8
- <tr class="govuk-table__row">
9
- <td class="govuk-table__cell">February</td>
10
- <td class="govuk-table__cell govuk-table__cell--numeric">£75</td>
11
- <td class="govuk-table__cell govuk-table__cell--numeric">£55</td>
12
- </tr>
13
- <tr class="govuk-table__row">
14
- <td class="govuk-table__cell">March</td>
15
- <td class="govuk-table__cell govuk-table__cell--numeric">£165</td>
16
- <td class="govuk-table__cell govuk-table__cell--numeric">£125</td>
17
- </tr>
18
- </tbody>
19
- </table>
@@ -1,3 +0,0 @@
1
- <strong class="govuk-tag govuk-tag--blue">
2
- Blue
3
- </strong>
@@ -1,49 +0,0 @@
1
-
2
- <ul class="govuk-task-list">
3
- <li class="govuk-task-list__item govuk-task-list__item--with-link">
4
- <div class="govuk-task-list__name-and-hint">
5
- <a class="govuk-link govuk-task-list__link" href="#" aria-describedby="task-list-1-status">
6
- Company Directors
7
- </a>
8
- </div>
9
- <div class="govuk-task-list__status" id="task-list-1-status">
10
- Completed
11
- </div>
12
- </li>
13
- <li class="govuk-task-list__item govuk-task-list__item--with-link">
14
- <div class="govuk-task-list__name-and-hint">
15
- <a class="govuk-link govuk-task-list__link" href="#" aria-describedby="task-list-2-status">
16
- Registered company details
17
- </a>
18
- </div>
19
- <div class="govuk-task-list__status" id="task-list-2-status">
20
- <strong class="govuk-tag govuk-tag--light-blue">
21
- Not started
22
- </strong>
23
- </div>
24
- </li>
25
- <li class="govuk-task-list__item govuk-task-list__item--with-link">
26
- <div class="govuk-task-list__name-and-hint">
27
- <a class="govuk-link govuk-task-list__link" href="#" aria-describedby="task-list-3-status">
28
- Business plan
29
- </a>
30
- </div>
31
- <div class="govuk-task-list__status" id="task-list-3-status">
32
- <strong class="govuk-tag govuk-tag--blue">
33
- In progress
34
- </strong>
35
- </div>
36
- </li>
37
- <li class="govuk-task-list__item govuk-task-list__item--with-link">
38
- <div class="govuk-task-list__name-and-hint">
39
- <a class="govuk-link govuk-task-list__link" href="#" aria-describedby="task-list-4-status">
40
- Documentation
41
- </a>
42
- </div>
43
- <div class="govuk-task-list__status" id="task-list-4-status">
44
- <strong class="govuk-tag govuk-tag--light-blue">
45
- Not started
46
- </strong>
47
- </div>
48
- </li>
49
- </ul>
@@ -1,6 +0,0 @@
1
- <div class="govuk-form-group">
2
- <label class="govuk-label" for="textarea-with-autocomplete-attribute">
3
- Full address
4
- </label>
5
- <textarea class="govuk-textarea" id="textarea-with-autocomplete-attribute" name="address" rows="5" autocomplete="street-address"></textarea>
6
- </div>
@@ -1,6 +0,0 @@
1
- <div class="govuk-form-group extra-class">
2
- <label class="govuk-label" for="textarea-with-page-heading">
3
- Full address
4
- </label>
5
- <textarea class="govuk-textarea" id="textarea-with-page-heading" name="address" rows="5"></textarea>
6
- </div>
@@ -1,6 +0,0 @@
1
- <div class="govuk-form-group">
2
- <label class="govuk-label" for="textarea-with-spellcheck-disabled">
3
- Spellcheck is disabled
4
- </label>
5
- <textarea class="govuk-textarea" id="textarea-with-spellcheck-disabled" name="spellcheck" rows="5" spellcheck="false"></textarea>
6
- </div>
@@ -1,6 +0,0 @@
1
- <div class="govuk-form-group">
2
- <label class="govuk-label" for="textarea-with-spellcheck-enabled">
3
- Spellcheck is enabled
4
- </label>
5
- <textarea class="govuk-textarea" id="textarea-with-spellcheck-enabled" name="spellcheck" rows="5" spellcheck="true"></textarea>
6
- </div>