govuk_publishing_components 64.1.2 → 64.2.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 (85) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/govuk_publishing_components/lib/govspeak/magna-charta.js +3 -3
  3. data/app/assets/stylesheets/govuk_publishing_components/components/_layout-super-navigation-header.scss +5 -1
  4. data/app/assets/stylesheets/govuk_publishing_components/components/govspeak/_charts.scss +0 -20
  5. data/app/controllers/govuk_publishing_components/applications_page_controller.rb +5 -2
  6. data/app/controllers/govuk_publishing_components/audit_controller.rb +3 -2
  7. data/app/models/govuk_publishing_components/applications_page.rb +39 -4
  8. data/app/views/govuk_publishing_components/applications_page/_table-content.html.erb +9 -0
  9. data/app/views/govuk_publishing_components/applications_page/show.html.erb +1 -0
  10. data/app/views/govuk_publishing_components/components/_service_navigation.html.erb +1 -1
  11. data/app/views/govuk_publishing_components/components/docs/attachment.yml +1 -2
  12. data/app/views/govuk_publishing_components/components/docs/details.yml +1 -8
  13. data/app/views/govuk_publishing_components/components/docs/error_alert.yml +2 -4
  14. data/app/views/govuk_publishing_components/components/docs/govspeak.yml +7 -7
  15. data/app/views/govuk_publishing_components/components/docs/modal_dialogue.yml +1 -1
  16. data/app/views/govuk_publishing_components/components/docs/table.yml +2 -2
  17. data/app/views/govuk_publishing_components/components/docs/tabs.yml +2 -6
  18. data/lib/govuk_publishing_components/presenters/contents_list_helper.rb +2 -3
  19. data/lib/govuk_publishing_components/presenters/pagination_helper.rb +1 -1
  20. data/lib/govuk_publishing_components/version.rb +1 -1
  21. data/node_modules/govuk-frontend/dist/govuk/all.bundle.js +31 -3
  22. data/node_modules/govuk-frontend/dist/govuk/all.bundle.js.map +1 -1
  23. data/node_modules/govuk-frontend/dist/govuk/all.bundle.mjs +31 -3
  24. data/node_modules/govuk-frontend/dist/govuk/all.bundle.mjs.map +1 -1
  25. data/node_modules/govuk-frontend/dist/govuk/common/govuk-frontend-version.mjs +1 -1
  26. data/node_modules/govuk-frontend/dist/govuk/components/date-input/_index.scss +5 -0
  27. data/node_modules/govuk-frontend/dist/govuk/components/date-input/_index.scss.map +1 -1
  28. data/node_modules/govuk-frontend/dist/govuk/components/footer/_index.scss +8 -0
  29. data/node_modules/govuk-frontend/dist/govuk/components/footer/_index.scss.map +1 -1
  30. data/node_modules/govuk-frontend/dist/govuk/components/footer/fixtures.json +95 -23
  31. data/node_modules/govuk-frontend/dist/govuk/components/footer/macro-options.json +1 -1
  32. data/node_modules/govuk-frontend/dist/govuk/components/footer/template-default.html +22 -22
  33. data/node_modules/govuk-frontend/dist/govuk/components/footer/template-full-gds-example.html +22 -22
  34. data/node_modules/govuk-frontend/dist/govuk/components/footer/template-three-equal-columns.html +22 -22
  35. data/node_modules/govuk-frontend/dist/govuk/components/footer/template-with-custom-html-content-licence-and-copyright-notice.html +17 -17
  36. data/node_modules/govuk-frontend/dist/govuk/components/footer/template-with-custom-meta.html +22 -22
  37. data/node_modules/govuk-frontend/dist/govuk/components/footer/template-with-custom-text-content-licence-and-copyright-notice.html +17 -17
  38. data/node_modules/govuk-frontend/dist/govuk/components/footer/template-with-default-width-navigation-one-column.html +22 -22
  39. data/node_modules/govuk-frontend/dist/govuk/components/footer/template-with-default-width-navigation-two-columns.html +22 -22
  40. data/node_modules/govuk-frontend/dist/govuk/components/footer/template-with-meta-links-and-meta-content.html +22 -22
  41. data/node_modules/govuk-frontend/dist/govuk/components/footer/template-with-navigation.html +22 -22
  42. data/node_modules/govuk-frontend/dist/govuk/components/footer/template-with-no-content-licence.html +16 -0
  43. data/node_modules/govuk-frontend/dist/govuk/components/footer/template-with-only-custom-meta.html +20 -0
  44. data/node_modules/govuk-frontend/dist/govuk/components/footer/template-with-only-meta-links.html +59 -0
  45. data/node_modules/govuk-frontend/dist/govuk/components/footer/template.njk +30 -28
  46. data/node_modules/govuk-frontend/dist/govuk/components/header/_index.scss +12 -0
  47. data/node_modules/govuk-frontend/dist/govuk/components/header/_index.scss.map +1 -1
  48. data/node_modules/govuk-frontend/dist/govuk/components/pagination/fixtures.json +31 -9
  49. data/node_modules/govuk-frontend/dist/govuk/components/pagination/template-default.html +3 -3
  50. data/node_modules/govuk-frontend/dist/govuk/components/pagination/template-first-page.html +3 -3
  51. data/node_modules/govuk-frontend/dist/govuk/components/pagination/template-last-page.html +3 -3
  52. data/node_modules/govuk-frontend/dist/govuk/components/pagination/template-with-custom-link-and-item-text.html +3 -3
  53. data/node_modules/govuk-frontend/dist/govuk/components/pagination/template-with-many-pages.html +9 -9
  54. data/node_modules/govuk-frontend/dist/govuk/components/pagination/template.njk +3 -1
  55. data/node_modules/govuk-frontend/dist/govuk/components/radios/_index.scss +1 -1
  56. data/node_modules/govuk-frontend/dist/govuk/components/radios/_index.scss.map +1 -1
  57. data/node_modules/govuk-frontend/dist/govuk/components/service-navigation/fixtures.json +18 -18
  58. data/node_modules/govuk-frontend/dist/govuk/components/service-navigation/service-navigation.bundle.js +30 -2
  59. data/node_modules/govuk-frontend/dist/govuk/components/service-navigation/service-navigation.bundle.js.map +1 -1
  60. data/node_modules/govuk-frontend/dist/govuk/components/service-navigation/service-navigation.bundle.mjs +30 -2
  61. data/node_modules/govuk-frontend/dist/govuk/components/service-navigation/service-navigation.bundle.mjs.map +1 -1
  62. data/node_modules/govuk-frontend/dist/govuk/components/service-navigation/service-navigation.mjs +30 -2
  63. data/node_modules/govuk-frontend/dist/govuk/components/service-navigation/service-navigation.mjs.map +1 -1
  64. data/node_modules/govuk-frontend/dist/govuk/components/service-navigation/template-default.html +1 -1
  65. data/node_modules/govuk-frontend/dist/govuk/components/service-navigation/template-inverse.html +1 -1
  66. data/node_modules/govuk-frontend/dist/govuk/components/service-navigation/template-with-a-single-navigation-item-and-collapsenavigationonmobile-set-to-true.html +1 -1
  67. data/node_modules/govuk-frontend/dist/govuk/components/service-navigation/template-with-html-navigation-items.html +1 -1
  68. data/node_modules/govuk-frontend/dist/govuk/components/service-navigation/template-with-large-navigation.html +1 -1
  69. data/node_modules/govuk-frontend/dist/govuk/components/service-navigation/template-with-navigation-with-a-current-item.html +1 -1
  70. data/node_modules/govuk-frontend/dist/govuk/components/service-navigation/template-with-non-link-navigation-items.html +1 -1
  71. data/node_modules/govuk-frontend/dist/govuk/components/service-navigation/template-with-service-name-and-navigation.html +1 -1
  72. data/node_modules/govuk-frontend/dist/govuk/components/service-navigation/template.njk +1 -1
  73. data/node_modules/govuk-frontend/dist/govuk/components/skip-link/_index.scss +4 -0
  74. data/node_modules/govuk-frontend/dist/govuk/components/skip-link/_index.scss.map +1 -1
  75. data/node_modules/govuk-frontend/dist/govuk/core/_govuk-frontend-properties.scss +1 -1
  76. data/node_modules/govuk-frontend/dist/govuk/govuk-frontend.min.css +2 -2
  77. data/node_modules/govuk-frontend/dist/govuk/govuk-frontend.min.css.map +1 -1
  78. data/node_modules/govuk-frontend/dist/govuk/govuk-frontend.min.js +1 -1
  79. data/node_modules/govuk-frontend/dist/govuk/govuk-frontend.min.js.map +1 -1
  80. data/node_modules/govuk-frontend/dist/govuk/macros/attributes.njk +30 -14
  81. data/node_modules/govuk-frontend/dist/govuk/settings/_colours-organisations.scss +1 -1
  82. data/node_modules/govuk-frontend/dist/govuk/settings/_colours-organisations.scss.map +1 -1
  83. data/node_modules/govuk-frontend/govuk-prototype-kit.config.json +1 -1
  84. data/node_modules/govuk-frontend/package.json +1 -1
  85. metadata +4 -1
@@ -107,7 +107,7 @@
107
107
  "name": "contentLicence",
108
108
  "type": "object",
109
109
  "required": false,
110
- "description": "The content licence information within the footer component. Defaults to Open Government Licence (OGL) v3 licence.",
110
+ "description": "The content licence information within the footer component. If your service provides its information under a different license than OGL, use `null` to hide both the OGL logo and licence text. Defaults to Open Government Licence (OGL) v3 licence.",
111
111
  "params": [
112
112
  {
113
113
  "name": "text",
@@ -2,28 +2,28 @@
2
2
  <div class="govuk-width-container">
3
3
  <div class="govuk-footer__meta">
4
4
  <div class="govuk-footer__meta-item govuk-footer__meta-item--grow">
5
- <svg
6
- aria-hidden="true"
7
- focusable="false"
8
- class="govuk-footer__licence-logo"
9
- xmlns="http://www.w3.org/2000/svg"
10
- viewBox="0 0 483.2 195.7"
11
- height="17"
12
- width="41"
13
- >
14
- <path
15
- fill="currentColor"
16
- d="M421.5 142.8V.1l-50.7 32.3v161.1h112.4v-50.7zm-122.3-9.6A47.12 47.12 0 0 1 221 97.8c0-26 21.1-47.1 47.1-47.1 16.7 0 31.4 8.7 39.7 21.8l42.7-27.2A97.63 97.63 0 0 0 268.1 0c-36.5 0-68.3 20.1-85.1 49.7A98 98 0 0 0 97.8 0C43.9 0 0 43.9 0 97.8s43.9 97.8 97.8 97.8c36.5 0 68.3-20.1 85.1-49.7a97.76 97.76 0 0 0 149.6 25.4l19.4 22.2h3v-87.8h-80l24.3 27.5zM97.8 145c-26 0-47.1-21.1-47.1-47.1s21.1-47.1 47.1-47.1 47.2 21 47.2 47S123.8 145 97.8 145"
17
- />
18
- </svg>
19
- <span class="govuk-footer__licence-description">
20
- All content is available under the
21
- <a
22
- class="govuk-footer__link"
23
- href="https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/"
24
- rel="license"
25
- >Open Government Licence v3.0</a>, except where otherwise stated
26
- </span>
5
+ <svg
6
+ aria-hidden="true"
7
+ focusable="false"
8
+ class="govuk-footer__licence-logo"
9
+ xmlns="http://www.w3.org/2000/svg"
10
+ viewBox="0 0 483.2 195.7"
11
+ height="17"
12
+ width="41"
13
+ >
14
+ <path
15
+ fill="currentColor"
16
+ d="M421.5 142.8V.1l-50.7 32.3v161.1h112.4v-50.7zm-122.3-9.6A47.12 47.12 0 0 1 221 97.8c0-26 21.1-47.1 47.1-47.1 16.7 0 31.4 8.7 39.7 21.8l42.7-27.2A97.63 97.63 0 0 0 268.1 0c-36.5 0-68.3 20.1-85.1 49.7A98 98 0 0 0 97.8 0C43.9 0 0 43.9 0 97.8s43.9 97.8 97.8 97.8c36.5 0 68.3-20.1 85.1-49.7a97.76 97.76 0 0 0 149.6 25.4l19.4 22.2h3v-87.8h-80l24.3 27.5zM97.8 145c-26 0-47.1-21.1-47.1-47.1s21.1-47.1 47.1-47.1 47.2 21 47.2 47S123.8 145 97.8 145"
17
+ />
18
+ </svg>
19
+ <span class="govuk-footer__licence-description">
20
+ All content is available under the
21
+ <a
22
+ class="govuk-footer__link"
23
+ href="https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/"
24
+ rel="license"
25
+ >Open Government Licence v3.0</a>, except where otherwise stated
26
+ </span>
27
27
  </div>
28
28
  <div class="govuk-footer__meta-item">
29
29
  <a
@@ -176,28 +176,28 @@
176
176
  <div class="govuk-footer__meta-custom">
177
177
  Built by the <a class="govuk-footer__link" href="#">Government Digital Service</a>
178
178
  </div>
179
- <svg
180
- aria-hidden="true"
181
- focusable="false"
182
- class="govuk-footer__licence-logo"
183
- xmlns="http://www.w3.org/2000/svg"
184
- viewBox="0 0 483.2 195.7"
185
- height="17"
186
- width="41"
187
- >
188
- <path
189
- fill="currentColor"
190
- d="M421.5 142.8V.1l-50.7 32.3v161.1h112.4v-50.7zm-122.3-9.6A47.12 47.12 0 0 1 221 97.8c0-26 21.1-47.1 47.1-47.1 16.7 0 31.4 8.7 39.7 21.8l42.7-27.2A97.63 97.63 0 0 0 268.1 0c-36.5 0-68.3 20.1-85.1 49.7A98 98 0 0 0 97.8 0C43.9 0 0 43.9 0 97.8s43.9 97.8 97.8 97.8c36.5 0 68.3-20.1 85.1-49.7a97.76 97.76 0 0 0 149.6 25.4l19.4 22.2h3v-87.8h-80l24.3 27.5zM97.8 145c-26 0-47.1-21.1-47.1-47.1s21.1-47.1 47.1-47.1 47.2 21 47.2 47S123.8 145 97.8 145"
191
- />
192
- </svg>
193
- <span class="govuk-footer__licence-description">
194
- All content is available under the
195
- <a
196
- class="govuk-footer__link"
197
- href="https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/"
198
- rel="license"
199
- >Open Government Licence v3.0</a>, except where otherwise stated
200
- </span>
179
+ <svg
180
+ aria-hidden="true"
181
+ focusable="false"
182
+ class="govuk-footer__licence-logo"
183
+ xmlns="http://www.w3.org/2000/svg"
184
+ viewBox="0 0 483.2 195.7"
185
+ height="17"
186
+ width="41"
187
+ >
188
+ <path
189
+ fill="currentColor"
190
+ d="M421.5 142.8V.1l-50.7 32.3v161.1h112.4v-50.7zm-122.3-9.6A47.12 47.12 0 0 1 221 97.8c0-26 21.1-47.1 47.1-47.1 16.7 0 31.4 8.7 39.7 21.8l42.7-27.2A97.63 97.63 0 0 0 268.1 0c-36.5 0-68.3 20.1-85.1 49.7A98 98 0 0 0 97.8 0C43.9 0 0 43.9 0 97.8s43.9 97.8 97.8 97.8c36.5 0 68.3-20.1 85.1-49.7a97.76 97.76 0 0 0 149.6 25.4l19.4 22.2h3v-87.8h-80l24.3 27.5zM97.8 145c-26 0-47.1-21.1-47.1-47.1s21.1-47.1 47.1-47.1 47.2 21 47.2 47S123.8 145 97.8 145"
191
+ />
192
+ </svg>
193
+ <span class="govuk-footer__licence-description">
194
+ All content is available under the
195
+ <a
196
+ class="govuk-footer__link"
197
+ href="https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/"
198
+ rel="license"
199
+ >Open Government Licence v3.0</a>, except where otherwise stated
200
+ </span>
201
201
  </div>
202
202
  <div class="govuk-footer__meta-item">
203
203
  <a
@@ -110,28 +110,28 @@
110
110
  <hr class="govuk-footer__section-break">
111
111
  <div class="govuk-footer__meta">
112
112
  <div class="govuk-footer__meta-item govuk-footer__meta-item--grow">
113
- <svg
114
- aria-hidden="true"
115
- focusable="false"
116
- class="govuk-footer__licence-logo"
117
- xmlns="http://www.w3.org/2000/svg"
118
- viewBox="0 0 483.2 195.7"
119
- height="17"
120
- width="41"
121
- >
122
- <path
123
- fill="currentColor"
124
- d="M421.5 142.8V.1l-50.7 32.3v161.1h112.4v-50.7zm-122.3-9.6A47.12 47.12 0 0 1 221 97.8c0-26 21.1-47.1 47.1-47.1 16.7 0 31.4 8.7 39.7 21.8l42.7-27.2A97.63 97.63 0 0 0 268.1 0c-36.5 0-68.3 20.1-85.1 49.7A98 98 0 0 0 97.8 0C43.9 0 0 43.9 0 97.8s43.9 97.8 97.8 97.8c36.5 0 68.3-20.1 85.1-49.7a97.76 97.76 0 0 0 149.6 25.4l19.4 22.2h3v-87.8h-80l24.3 27.5zM97.8 145c-26 0-47.1-21.1-47.1-47.1s21.1-47.1 47.1-47.1 47.2 21 47.2 47S123.8 145 97.8 145"
125
- />
126
- </svg>
127
- <span class="govuk-footer__licence-description">
128
- All content is available under the
129
- <a
130
- class="govuk-footer__link"
131
- href="https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/"
132
- rel="license"
133
- >Open Government Licence v3.0</a>, except where otherwise stated
134
- </span>
113
+ <svg
114
+ aria-hidden="true"
115
+ focusable="false"
116
+ class="govuk-footer__licence-logo"
117
+ xmlns="http://www.w3.org/2000/svg"
118
+ viewBox="0 0 483.2 195.7"
119
+ height="17"
120
+ width="41"
121
+ >
122
+ <path
123
+ fill="currentColor"
124
+ d="M421.5 142.8V.1l-50.7 32.3v161.1h112.4v-50.7zm-122.3-9.6A47.12 47.12 0 0 1 221 97.8c0-26 21.1-47.1 47.1-47.1 16.7 0 31.4 8.7 39.7 21.8l42.7-27.2A97.63 97.63 0 0 0 268.1 0c-36.5 0-68.3 20.1-85.1 49.7A98 98 0 0 0 97.8 0C43.9 0 0 43.9 0 97.8s43.9 97.8 97.8 97.8c36.5 0 68.3-20.1 85.1-49.7a97.76 97.76 0 0 0 149.6 25.4l19.4 22.2h3v-87.8h-80l24.3 27.5zM97.8 145c-26 0-47.1-21.1-47.1-47.1s21.1-47.1 47.1-47.1 47.2 21 47.2 47S123.8 145 97.8 145"
125
+ />
126
+ </svg>
127
+ <span class="govuk-footer__licence-description">
128
+ All content is available under the
129
+ <a
130
+ class="govuk-footer__link"
131
+ href="https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/"
132
+ rel="license"
133
+ >Open Government Licence v3.0</a>, except where otherwise stated
134
+ </span>
135
135
  </div>
136
136
  <div class="govuk-footer__meta-item">
137
137
  <a
@@ -2,23 +2,23 @@
2
2
  <div class="govuk-width-container">
3
3
  <div class="govuk-footer__meta">
4
4
  <div class="govuk-footer__meta-item govuk-footer__meta-item--grow">
5
- <svg
6
- aria-hidden="true"
7
- focusable="false"
8
- class="govuk-footer__licence-logo"
9
- xmlns="http://www.w3.org/2000/svg"
10
- viewBox="0 0 483.2 195.7"
11
- height="17"
12
- width="41"
13
- >
14
- <path
15
- fill="currentColor"
16
- d="M421.5 142.8V.1l-50.7 32.3v161.1h112.4v-50.7zm-122.3-9.6A47.12 47.12 0 0 1 221 97.8c0-26 21.1-47.1 47.1-47.1 16.7 0 31.4 8.7 39.7 21.8l42.7-27.2A97.63 97.63 0 0 0 268.1 0c-36.5 0-68.3 20.1-85.1 49.7A98 98 0 0 0 97.8 0C43.9 0 0 43.9 0 97.8s43.9 97.8 97.8 97.8c36.5 0 68.3-20.1 85.1-49.7a97.76 97.76 0 0 0 149.6 25.4l19.4 22.2h3v-87.8h-80l24.3 27.5zM97.8 145c-26 0-47.1-21.1-47.1-47.1s21.1-47.1 47.1-47.1 47.2 21 47.2 47S123.8 145 97.8 145"
17
- />
18
- </svg>
19
- <span class="govuk-footer__licence-description">
20
- Mae’r holl gynnwys ar gael dan <a class="govuk-footer__link" href="https://www.nationalarchives.gov.uk/doc/open-government-licence-cymraeg/version/3/" rel="license">Drwydded y Llywodraeth Agored v3.0</a>, ac eithrio lle nodir yn wahanol
21
- </span>
5
+ <svg
6
+ aria-hidden="true"
7
+ focusable="false"
8
+ class="govuk-footer__licence-logo"
9
+ xmlns="http://www.w3.org/2000/svg"
10
+ viewBox="0 0 483.2 195.7"
11
+ height="17"
12
+ width="41"
13
+ >
14
+ <path
15
+ fill="currentColor"
16
+ d="M421.5 142.8V.1l-50.7 32.3v161.1h112.4v-50.7zm-122.3-9.6A47.12 47.12 0 0 1 221 97.8c0-26 21.1-47.1 47.1-47.1 16.7 0 31.4 8.7 39.7 21.8l42.7-27.2A97.63 97.63 0 0 0 268.1 0c-36.5 0-68.3 20.1-85.1 49.7A98 98 0 0 0 97.8 0C43.9 0 0 43.9 0 97.8s43.9 97.8 97.8 97.8c36.5 0 68.3-20.1 85.1-49.7a97.76 97.76 0 0 0 149.6 25.4l19.4 22.2h3v-87.8h-80l24.3 27.5zM97.8 145c-26 0-47.1-21.1-47.1-47.1s21.1-47.1 47.1-47.1 47.2 21 47.2 47S123.8 145 97.8 145"
17
+ />
18
+ </svg>
19
+ <span class="govuk-footer__licence-description">
20
+ Mae’r holl gynnwys ar gael dan <a class="govuk-footer__link" href="https://www.nationalarchives.gov.uk/doc/open-government-licence-cymraeg/version/3/" rel="license">Drwydded y Llywodraeth Agored v3.0</a>, ac eithrio lle nodir yn wahanol
21
+ </span>
22
22
  </div>
23
23
  <div class="govuk-footer__meta-item">
24
24
  <a
@@ -6,28 +6,28 @@
6
6
  <div class="govuk-footer__meta-custom">
7
7
  GOV.UK Prototype Kit v7.0.1
8
8
  </div>
9
- <svg
10
- aria-hidden="true"
11
- focusable="false"
12
- class="govuk-footer__licence-logo"
13
- xmlns="http://www.w3.org/2000/svg"
14
- viewBox="0 0 483.2 195.7"
15
- height="17"
16
- width="41"
17
- >
18
- <path
19
- fill="currentColor"
20
- d="M421.5 142.8V.1l-50.7 32.3v161.1h112.4v-50.7zm-122.3-9.6A47.12 47.12 0 0 1 221 97.8c0-26 21.1-47.1 47.1-47.1 16.7 0 31.4 8.7 39.7 21.8l42.7-27.2A97.63 97.63 0 0 0 268.1 0c-36.5 0-68.3 20.1-85.1 49.7A98 98 0 0 0 97.8 0C43.9 0 0 43.9 0 97.8s43.9 97.8 97.8 97.8c36.5 0 68.3-20.1 85.1-49.7a97.76 97.76 0 0 0 149.6 25.4l19.4 22.2h3v-87.8h-80l24.3 27.5zM97.8 145c-26 0-47.1-21.1-47.1-47.1s21.1-47.1 47.1-47.1 47.2 21 47.2 47S123.8 145 97.8 145"
21
- />
22
- </svg>
23
- <span class="govuk-footer__licence-description">
24
- All content is available under the
25
- <a
26
- class="govuk-footer__link"
27
- href="https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/"
28
- rel="license"
29
- >Open Government Licence v3.0</a>, except where otherwise stated
30
- </span>
9
+ <svg
10
+ aria-hidden="true"
11
+ focusable="false"
12
+ class="govuk-footer__licence-logo"
13
+ xmlns="http://www.w3.org/2000/svg"
14
+ viewBox="0 0 483.2 195.7"
15
+ height="17"
16
+ width="41"
17
+ >
18
+ <path
19
+ fill="currentColor"
20
+ d="M421.5 142.8V.1l-50.7 32.3v161.1h112.4v-50.7zm-122.3-9.6A47.12 47.12 0 0 1 221 97.8c0-26 21.1-47.1 47.1-47.1 16.7 0 31.4 8.7 39.7 21.8l42.7-27.2A97.63 97.63 0 0 0 268.1 0c-36.5 0-68.3 20.1-85.1 49.7A98 98 0 0 0 97.8 0C43.9 0 0 43.9 0 97.8s43.9 97.8 97.8 97.8c36.5 0 68.3-20.1 85.1-49.7a97.76 97.76 0 0 0 149.6 25.4l19.4 22.2h3v-87.8h-80l24.3 27.5zM97.8 145c-26 0-47.1-21.1-47.1-47.1s21.1-47.1 47.1-47.1 47.2 21 47.2 47S123.8 145 97.8 145"
21
+ />
22
+ </svg>
23
+ <span class="govuk-footer__licence-description">
24
+ All content is available under the
25
+ <a
26
+ class="govuk-footer__link"
27
+ href="https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/"
28
+ rel="license"
29
+ >Open Government Licence v3.0</a>, except where otherwise stated
30
+ </span>
31
31
  </div>
32
32
  <div class="govuk-footer__meta-item">
33
33
  <a
@@ -2,23 +2,23 @@
2
2
  <div class="govuk-width-container">
3
3
  <div class="govuk-footer__meta">
4
4
  <div class="govuk-footer__meta-item govuk-footer__meta-item--grow">
5
- <svg
6
- aria-hidden="true"
7
- focusable="false"
8
- class="govuk-footer__licence-logo"
9
- xmlns="http://www.w3.org/2000/svg"
10
- viewBox="0 0 483.2 195.7"
11
- height="17"
12
- width="41"
13
- >
14
- <path
15
- fill="currentColor"
16
- d="M421.5 142.8V.1l-50.7 32.3v161.1h112.4v-50.7zm-122.3-9.6A47.12 47.12 0 0 1 221 97.8c0-26 21.1-47.1 47.1-47.1 16.7 0 31.4 8.7 39.7 21.8l42.7-27.2A97.63 97.63 0 0 0 268.1 0c-36.5 0-68.3 20.1-85.1 49.7A98 98 0 0 0 97.8 0C43.9 0 0 43.9 0 97.8s43.9 97.8 97.8 97.8c36.5 0 68.3-20.1 85.1-49.7a97.76 97.76 0 0 0 149.6 25.4l19.4 22.2h3v-87.8h-80l24.3 27.5zM97.8 145c-26 0-47.1-21.1-47.1-47.1s21.1-47.1 47.1-47.1 47.2 21 47.2 47S123.8 145 97.8 145"
17
- />
18
- </svg>
19
- <span class="govuk-footer__licence-description">
20
- Mae’r holl gynnwys ar gael dan Drwydded y Llywodraeth Agored v3.0, ac eithrio lle nodir yn wahanol
21
- </span>
5
+ <svg
6
+ aria-hidden="true"
7
+ focusable="false"
8
+ class="govuk-footer__licence-logo"
9
+ xmlns="http://www.w3.org/2000/svg"
10
+ viewBox="0 0 483.2 195.7"
11
+ height="17"
12
+ width="41"
13
+ >
14
+ <path
15
+ fill="currentColor"
16
+ d="M421.5 142.8V.1l-50.7 32.3v161.1h112.4v-50.7zm-122.3-9.6A47.12 47.12 0 0 1 221 97.8c0-26 21.1-47.1 47.1-47.1 16.7 0 31.4 8.7 39.7 21.8l42.7-27.2A97.63 97.63 0 0 0 268.1 0c-36.5 0-68.3 20.1-85.1 49.7A98 98 0 0 0 97.8 0C43.9 0 0 43.9 0 97.8s43.9 97.8 97.8 97.8c36.5 0 68.3-20.1 85.1-49.7a97.76 97.76 0 0 0 149.6 25.4l19.4 22.2h3v-87.8h-80l24.3 27.5zM97.8 145c-26 0-47.1-21.1-47.1-47.1s21.1-47.1 47.1-47.1 47.2 21 47.2 47S123.8 145 97.8 145"
17
+ />
18
+ </svg>
19
+ <span class="govuk-footer__licence-description">
20
+ Mae’r holl gynnwys ar gael dan Drwydded y Llywodraeth Agored v3.0, ac eithrio lle nodir yn wahanol
21
+ </span>
22
22
  </div>
23
23
  <div class="govuk-footer__meta-item">
24
24
  <a
@@ -40,28 +40,28 @@
40
40
  <hr class="govuk-footer__section-break">
41
41
  <div class="govuk-footer__meta">
42
42
  <div class="govuk-footer__meta-item govuk-footer__meta-item--grow">
43
- <svg
44
- aria-hidden="true"
45
- focusable="false"
46
- class="govuk-footer__licence-logo"
47
- xmlns="http://www.w3.org/2000/svg"
48
- viewBox="0 0 483.2 195.7"
49
- height="17"
50
- width="41"
51
- >
52
- <path
53
- fill="currentColor"
54
- d="M421.5 142.8V.1l-50.7 32.3v161.1h112.4v-50.7zm-122.3-9.6A47.12 47.12 0 0 1 221 97.8c0-26 21.1-47.1 47.1-47.1 16.7 0 31.4 8.7 39.7 21.8l42.7-27.2A97.63 97.63 0 0 0 268.1 0c-36.5 0-68.3 20.1-85.1 49.7A98 98 0 0 0 97.8 0C43.9 0 0 43.9 0 97.8s43.9 97.8 97.8 97.8c36.5 0 68.3-20.1 85.1-49.7a97.76 97.76 0 0 0 149.6 25.4l19.4 22.2h3v-87.8h-80l24.3 27.5zM97.8 145c-26 0-47.1-21.1-47.1-47.1s21.1-47.1 47.1-47.1 47.2 21 47.2 47S123.8 145 97.8 145"
55
- />
56
- </svg>
57
- <span class="govuk-footer__licence-description">
58
- All content is available under the
59
- <a
60
- class="govuk-footer__link"
61
- href="https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/"
62
- rel="license"
63
- >Open Government Licence v3.0</a>, except where otherwise stated
64
- </span>
43
+ <svg
44
+ aria-hidden="true"
45
+ focusable="false"
46
+ class="govuk-footer__licence-logo"
47
+ xmlns="http://www.w3.org/2000/svg"
48
+ viewBox="0 0 483.2 195.7"
49
+ height="17"
50
+ width="41"
51
+ >
52
+ <path
53
+ fill="currentColor"
54
+ d="M421.5 142.8V.1l-50.7 32.3v161.1h112.4v-50.7zm-122.3-9.6A47.12 47.12 0 0 1 221 97.8c0-26 21.1-47.1 47.1-47.1 16.7 0 31.4 8.7 39.7 21.8l42.7-27.2A97.63 97.63 0 0 0 268.1 0c-36.5 0-68.3 20.1-85.1 49.7A98 98 0 0 0 97.8 0C43.9 0 0 43.9 0 97.8s43.9 97.8 97.8 97.8c36.5 0 68.3-20.1 85.1-49.7a97.76 97.76 0 0 0 149.6 25.4l19.4 22.2h3v-87.8h-80l24.3 27.5zM97.8 145c-26 0-47.1-21.1-47.1-47.1s21.1-47.1 47.1-47.1 47.2 21 47.2 47S123.8 145 97.8 145"
55
+ />
56
+ </svg>
57
+ <span class="govuk-footer__licence-description">
58
+ All content is available under the
59
+ <a
60
+ class="govuk-footer__link"
61
+ href="https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/"
62
+ rel="license"
63
+ >Open Government Licence v3.0</a>, except where otherwise stated
64
+ </span>
65
65
  </div>
66
66
  <div class="govuk-footer__meta-item">
67
67
  <a
@@ -40,28 +40,28 @@
40
40
  <hr class="govuk-footer__section-break">
41
41
  <div class="govuk-footer__meta">
42
42
  <div class="govuk-footer__meta-item govuk-footer__meta-item--grow">
43
- <svg
44
- aria-hidden="true"
45
- focusable="false"
46
- class="govuk-footer__licence-logo"
47
- xmlns="http://www.w3.org/2000/svg"
48
- viewBox="0 0 483.2 195.7"
49
- height="17"
50
- width="41"
51
- >
52
- <path
53
- fill="currentColor"
54
- d="M421.5 142.8V.1l-50.7 32.3v161.1h112.4v-50.7zm-122.3-9.6A47.12 47.12 0 0 1 221 97.8c0-26 21.1-47.1 47.1-47.1 16.7 0 31.4 8.7 39.7 21.8l42.7-27.2A97.63 97.63 0 0 0 268.1 0c-36.5 0-68.3 20.1-85.1 49.7A98 98 0 0 0 97.8 0C43.9 0 0 43.9 0 97.8s43.9 97.8 97.8 97.8c36.5 0 68.3-20.1 85.1-49.7a97.76 97.76 0 0 0 149.6 25.4l19.4 22.2h3v-87.8h-80l24.3 27.5zM97.8 145c-26 0-47.1-21.1-47.1-47.1s21.1-47.1 47.1-47.1 47.2 21 47.2 47S123.8 145 97.8 145"
55
- />
56
- </svg>
57
- <span class="govuk-footer__licence-description">
58
- All content is available under the
59
- <a
60
- class="govuk-footer__link"
61
- href="https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/"
62
- rel="license"
63
- >Open Government Licence v3.0</a>, except where otherwise stated
64
- </span>
43
+ <svg
44
+ aria-hidden="true"
45
+ focusable="false"
46
+ class="govuk-footer__licence-logo"
47
+ xmlns="http://www.w3.org/2000/svg"
48
+ viewBox="0 0 483.2 195.7"
49
+ height="17"
50
+ width="41"
51
+ >
52
+ <path
53
+ fill="currentColor"
54
+ d="M421.5 142.8V.1l-50.7 32.3v161.1h112.4v-50.7zm-122.3-9.6A47.12 47.12 0 0 1 221 97.8c0-26 21.1-47.1 47.1-47.1 16.7 0 31.4 8.7 39.7 21.8l42.7-27.2A97.63 97.63 0 0 0 268.1 0c-36.5 0-68.3 20.1-85.1 49.7A98 98 0 0 0 97.8 0C43.9 0 0 43.9 0 97.8s43.9 97.8 97.8 97.8c36.5 0 68.3-20.1 85.1-49.7a97.76 97.76 0 0 0 149.6 25.4l19.4 22.2h3v-87.8h-80l24.3 27.5zM97.8 145c-26 0-47.1-21.1-47.1-47.1s21.1-47.1 47.1-47.1 47.2 21 47.2 47S123.8 145 97.8 145"
55
+ />
56
+ </svg>
57
+ <span class="govuk-footer__licence-description">
58
+ All content is available under the
59
+ <a
60
+ class="govuk-footer__link"
61
+ href="https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/"
62
+ rel="license"
63
+ >Open Government Licence v3.0</a>, except where otherwise stated
64
+ </span>
65
65
  </div>
66
66
  <div class="govuk-footer__meta-item">
67
67
  <a
@@ -48,28 +48,28 @@
48
48
  <div class="govuk-footer__meta-custom">
49
49
  Built by the <a href="#" class="govuk-footer__link">Department of Magical Law Enforcement</a>
50
50
  </div>
51
- <svg
52
- aria-hidden="true"
53
- focusable="false"
54
- class="govuk-footer__licence-logo"
55
- xmlns="http://www.w3.org/2000/svg"
56
- viewBox="0 0 483.2 195.7"
57
- height="17"
58
- width="41"
59
- >
60
- <path
61
- fill="currentColor"
62
- d="M421.5 142.8V.1l-50.7 32.3v161.1h112.4v-50.7zm-122.3-9.6A47.12 47.12 0 0 1 221 97.8c0-26 21.1-47.1 47.1-47.1 16.7 0 31.4 8.7 39.7 21.8l42.7-27.2A97.63 97.63 0 0 0 268.1 0c-36.5 0-68.3 20.1-85.1 49.7A98 98 0 0 0 97.8 0C43.9 0 0 43.9 0 97.8s43.9 97.8 97.8 97.8c36.5 0 68.3-20.1 85.1-49.7a97.76 97.76 0 0 0 149.6 25.4l19.4 22.2h3v-87.8h-80l24.3 27.5zM97.8 145c-26 0-47.1-21.1-47.1-47.1s21.1-47.1 47.1-47.1 47.2 21 47.2 47S123.8 145 97.8 145"
63
- />
64
- </svg>
65
- <span class="govuk-footer__licence-description">
66
- All content is available under the
67
- <a
68
- class="govuk-footer__link"
69
- href="https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/"
70
- rel="license"
71
- >Open Government Licence v3.0</a>, except where otherwise stated
72
- </span>
51
+ <svg
52
+ aria-hidden="true"
53
+ focusable="false"
54
+ class="govuk-footer__licence-logo"
55
+ xmlns="http://www.w3.org/2000/svg"
56
+ viewBox="0 0 483.2 195.7"
57
+ height="17"
58
+ width="41"
59
+ >
60
+ <path
61
+ fill="currentColor"
62
+ d="M421.5 142.8V.1l-50.7 32.3v161.1h112.4v-50.7zm-122.3-9.6A47.12 47.12 0 0 1 221 97.8c0-26 21.1-47.1 47.1-47.1 16.7 0 31.4 8.7 39.7 21.8l42.7-27.2A97.63 97.63 0 0 0 268.1 0c-36.5 0-68.3 20.1-85.1 49.7A98 98 0 0 0 97.8 0C43.9 0 0 43.9 0 97.8s43.9 97.8 97.8 97.8c36.5 0 68.3-20.1 85.1-49.7a97.76 97.76 0 0 0 149.6 25.4l19.4 22.2h3v-87.8h-80l24.3 27.5zM97.8 145c-26 0-47.1-21.1-47.1-47.1s21.1-47.1 47.1-47.1 47.2 21 47.2 47S123.8 145 97.8 145"
63
+ />
64
+ </svg>
65
+ <span class="govuk-footer__licence-description">
66
+ All content is available under the
67
+ <a
68
+ class="govuk-footer__link"
69
+ href="https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/"
70
+ rel="license"
71
+ >Open Government Licence v3.0</a>, except where otherwise stated
72
+ </span>
73
73
  </div>
74
74
  <div class="govuk-footer__meta-item">
75
75
  <a
@@ -60,28 +60,28 @@
60
60
  <hr class="govuk-footer__section-break">
61
61
  <div class="govuk-footer__meta">
62
62
  <div class="govuk-footer__meta-item govuk-footer__meta-item--grow">
63
- <svg
64
- aria-hidden="true"
65
- focusable="false"
66
- class="govuk-footer__licence-logo"
67
- xmlns="http://www.w3.org/2000/svg"
68
- viewBox="0 0 483.2 195.7"
69
- height="17"
70
- width="41"
71
- >
72
- <path
73
- fill="currentColor"
74
- d="M421.5 142.8V.1l-50.7 32.3v161.1h112.4v-50.7zm-122.3-9.6A47.12 47.12 0 0 1 221 97.8c0-26 21.1-47.1 47.1-47.1 16.7 0 31.4 8.7 39.7 21.8l42.7-27.2A97.63 97.63 0 0 0 268.1 0c-36.5 0-68.3 20.1-85.1 49.7A98 98 0 0 0 97.8 0C43.9 0 0 43.9 0 97.8s43.9 97.8 97.8 97.8c36.5 0 68.3-20.1 85.1-49.7a97.76 97.76 0 0 0 149.6 25.4l19.4 22.2h3v-87.8h-80l24.3 27.5zM97.8 145c-26 0-47.1-21.1-47.1-47.1s21.1-47.1 47.1-47.1 47.2 21 47.2 47S123.8 145 97.8 145"
75
- />
76
- </svg>
77
- <span class="govuk-footer__licence-description">
78
- All content is available under the
79
- <a
80
- class="govuk-footer__link"
81
- href="https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/"
82
- rel="license"
83
- >Open Government Licence v3.0</a>, except where otherwise stated
84
- </span>
63
+ <svg
64
+ aria-hidden="true"
65
+ focusable="false"
66
+ class="govuk-footer__licence-logo"
67
+ xmlns="http://www.w3.org/2000/svg"
68
+ viewBox="0 0 483.2 195.7"
69
+ height="17"
70
+ width="41"
71
+ >
72
+ <path
73
+ fill="currentColor"
74
+ d="M421.5 142.8V.1l-50.7 32.3v161.1h112.4v-50.7zm-122.3-9.6A47.12 47.12 0 0 1 221 97.8c0-26 21.1-47.1 47.1-47.1 16.7 0 31.4 8.7 39.7 21.8l42.7-27.2A97.63 97.63 0 0 0 268.1 0c-36.5 0-68.3 20.1-85.1 49.7A98 98 0 0 0 97.8 0C43.9 0 0 43.9 0 97.8s43.9 97.8 97.8 97.8c36.5 0 68.3-20.1 85.1-49.7a97.76 97.76 0 0 0 149.6 25.4l19.4 22.2h3v-87.8h-80l24.3 27.5zM97.8 145c-26 0-47.1-21.1-47.1-47.1s21.1-47.1 47.1-47.1 47.2 21 47.2 47S123.8 145 97.8 145"
75
+ />
76
+ </svg>
77
+ <span class="govuk-footer__licence-description">
78
+ All content is available under the
79
+ <a
80
+ class="govuk-footer__link"
81
+ href="https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/"
82
+ rel="license"
83
+ >Open Government Licence v3.0</a>, except where otherwise stated
84
+ </span>
85
85
  </div>
86
86
  <div class="govuk-footer__meta-item">
87
87
  <a
@@ -0,0 +1,16 @@
1
+ <footer class="govuk-footer">
2
+ <div class="govuk-width-container">
3
+ <div class="govuk-footer__meta">
4
+ <div class="govuk-footer__meta-item govuk-footer__meta-item--grow">
5
+ </div>
6
+ <div class="govuk-footer__meta-item">
7
+ <a
8
+ class="govuk-footer__link govuk-footer__copyright-logo"
9
+ href="https://www.nationalarchives.gov.uk/information-management/re-using-public-sector-information/uk-government-licensing-framework/crown-copyright/"
10
+ >
11
+ © Crown copyright
12
+ </a>
13
+ </div>
14
+ </div>
15
+ </div>
16
+ </footer>
@@ -0,0 +1,20 @@
1
+ <footer class="govuk-footer">
2
+ <div class="govuk-width-container">
3
+ <div class="govuk-footer__meta">
4
+ <div class="govuk-footer__meta-item govuk-footer__meta-item--grow">
5
+ <h2 class="govuk-visually-hidden">Support links</h2>
6
+ <div class="govuk-footer__meta-custom">
7
+ GOV.UK Prototype Kit v7.0.1
8
+ </div>
9
+ </div>
10
+ <div class="govuk-footer__meta-item">
11
+ <a
12
+ class="govuk-footer__link govuk-footer__copyright-logo"
13
+ href="https://www.nationalarchives.gov.uk/information-management/re-using-public-sector-information/uk-government-licensing-framework/crown-copyright/"
14
+ >
15
+ © Crown copyright
16
+ </a>
17
+ </div>
18
+ </div>
19
+ </div>
20
+ </footer>
@@ -0,0 +1,59 @@
1
+ <footer class="govuk-footer">
2
+ <div class="govuk-width-container">
3
+ <div class="govuk-footer__meta">
4
+ <div class="govuk-footer__meta-item govuk-footer__meta-item--grow">
5
+ <h2 class="govuk-visually-hidden">Support links</h2>
6
+ <ul class="govuk-footer__inline-list">
7
+ <li class="govuk-footer__inline-list-item">
8
+ <a class="govuk-footer__link" href="#1">
9
+ Bibendum Ornare
10
+ </a>
11
+ </li>
12
+ <li class="govuk-footer__inline-list-item">
13
+ <a class="govuk-footer__link" href="#2">
14
+ Nullam
15
+ </a>
16
+ </li>
17
+ <li class="govuk-footer__inline-list-item">
18
+ <a class="govuk-footer__link" href="#3">
19
+ Tortor Fringilla
20
+ </a>
21
+ </li>
22
+ <li class="govuk-footer__inline-list-item">
23
+ <a class="govuk-footer__link" href="#4">
24
+ Tellus
25
+ </a>
26
+ </li>
27
+ <li class="govuk-footer__inline-list-item">
28
+ <a class="govuk-footer__link" href="#5">
29
+ Egestas Nullam
30
+ </a>
31
+ </li>
32
+ <li class="govuk-footer__inline-list-item">
33
+ <a class="govuk-footer__link" href="#6">
34
+ Euismod Etiam
35
+ </a>
36
+ </li>
37
+ <li class="govuk-footer__inline-list-item">
38
+ <a class="govuk-footer__link" href="#7">
39
+ Fusce Sollicitudin
40
+ </a>
41
+ </li>
42
+ <li class="govuk-footer__inline-list-item">
43
+ <a class="govuk-footer__link" href="#8">
44
+ Ligula Nullam Ultricies
45
+ </a>
46
+ </li>
47
+ </ul>
48
+ </div>
49
+ <div class="govuk-footer__meta-item">
50
+ <a
51
+ class="govuk-footer__link govuk-footer__copyright-logo"
52
+ href="https://www.nationalarchives.gov.uk/information-management/re-using-public-sector-information/uk-government-licensing-framework/crown-copyright/"
53
+ >
54
+ © Crown copyright
55
+ </a>
56
+ </div>
57
+ </div>
58
+ </div>
59
+ </footer>