govuk_publishing_components 42.0.0 → 43.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/stylesheets/govuk_publishing_components/_all_components.scss +2 -1
- data/app/assets/stylesheets/govuk_publishing_components/component_support.scss +4 -4
- data/app/assets/stylesheets/govuk_publishing_components/components/_accordion.scss +18 -3
- data/app/assets/stylesheets/govuk_publishing_components/components/_attachment-link.scss +15 -0
- data/app/assets/stylesheets/govuk_publishing_components/components/_attachment.scss +20 -0
- data/app/assets/stylesheets/govuk_publishing_components/components/_breadcrumbs.scss +21 -1
- data/app/assets/stylesheets/govuk_publishing_components/components/_cards.scss +27 -6
- data/app/assets/stylesheets/govuk_publishing_components/components/_chat-entry.scss +36 -0
- data/app/assets/stylesheets/govuk_publishing_components/components/_contents-list.scss +6 -6
- data/app/assets/stylesheets/govuk_publishing_components/components/_cross-service-header.scss +29 -0
- data/app/assets/stylesheets/govuk_publishing_components/components/_devolved-nations.scss +23 -0
- data/app/assets/stylesheets/govuk_publishing_components/components/_document-list.scss +19 -0
- data/app/assets/stylesheets/govuk_publishing_components/components/_govspeak-html-publication.scss +5 -3
- data/app/assets/stylesheets/govuk_publishing_components/components/_heading.scss +16 -0
- data/app/assets/stylesheets/govuk_publishing_components/components/_image-card.scss +19 -0
- data/app/assets/stylesheets/govuk_publishing_components/components/_inset-text.scss +23 -0
- data/app/assets/stylesheets/govuk_publishing_components/components/_intervention.scss +29 -0
- data/app/assets/stylesheets/govuk_publishing_components/components/_layout-for-admin.scss +1 -1
- data/app/assets/stylesheets/govuk_publishing_components/components/_lead-paragraph.scss +6 -0
- data/app/assets/stylesheets/govuk_publishing_components/components/_metadata.scss +16 -0
- data/app/assets/stylesheets/govuk_publishing_components/components/_organisation-logo.scss +7 -0
- data/app/assets/stylesheets/govuk_publishing_components/components/_phase-banner.scss +21 -0
- data/app/assets/stylesheets/govuk_publishing_components/components/_previous-and-next-navigation.scss +8 -0
- data/app/assets/stylesheets/govuk_publishing_components/components/_search.scss +8 -7
- data/app/assets/stylesheets/govuk_publishing_components/components/_success-alert.scss +22 -0
- data/app/assets/stylesheets/govuk_publishing_components/components/_title.scss +8 -0
- data/app/assets/stylesheets/govuk_publishing_components/components/_warning-text.scss +11 -0
- data/app/assets/stylesheets/govuk_publishing_components/components/helpers/_brand-colours.scss +24 -2
- data/app/assets/stylesheets/govuk_publishing_components/components/helpers/_govuk-frontend-settings.scss +2 -0
- data/app/views/govuk_publishing_components/components/_action_link.html.erb +1 -1
- data/app/views/govuk_publishing_components/components/_attachment.html.erb +2 -2
- data/app/views/govuk_publishing_components/components/_breadcrumbs.html.erb +2 -1
- data/app/views/govuk_publishing_components/components/_chat_entry.html.erb +46 -0
- data/app/views/govuk_publishing_components/components/_contextual_breadcrumbs.html.erb +6 -4
- data/app/views/govuk_publishing_components/components/_contextual_footer.html.erb +1 -1
- data/app/views/govuk_publishing_components/components/_contextual_sidebar.html.erb +1 -1
- data/app/views/govuk_publishing_components/components/_error_alert.html.erb +1 -1
- data/app/views/govuk_publishing_components/components/_intervention.html.erb +1 -1
- data/app/views/govuk_publishing_components/components/_layout_header.html.erb +2 -2
- data/app/views/govuk_publishing_components/components/_modal_dialogue.html.erb +3 -5
- data/app/views/govuk_publishing_components/components/_related_navigation.html.erb +1 -1
- data/app/views/govuk_publishing_components/components/cross_service_header/_one_login_header.html.erb +1 -1
- data/app/views/govuk_publishing_components/components/cross_service_header/_service_header.html.erb +2 -2
- data/app/views/govuk_publishing_components/components/docs/chat_entry.yml +36 -0
- data/app/views/govuk_publishing_components/components/docs/contents_list.yml +3 -3
- data/app/views/govuk_publishing_components/components/docs/organisation_logo.yml +1 -1
- data/{node_modules/govuk-frontend/dist/govuk/components/header/template-with-tudor-crown.html → app/views/govuk_publishing_components/components/govuk_logo/_govuk_logo.html.erb} +5 -12
- data/app/views/govuk_publishing_components/components/govuk_logo/_govuk_logo_crown_only.html.erb +15 -0
- data/app/views/govuk_publishing_components/components/layout_for_public/_header_logo.html.erb +6 -27
- data/app/views/govuk_publishing_components/components/layout_header/_header_logo.html.erb +1 -13
- data/config/locales/ar.yml +4 -1
- data/config/locales/az.yml +4 -1
- data/config/locales/be.yml +4 -1
- data/config/locales/bg.yml +4 -1
- data/config/locales/bn.yml +4 -1
- data/config/locales/cs.yml +4 -1
- data/config/locales/cy.yml +4 -1
- data/config/locales/da.yml +4 -1
- data/config/locales/de.yml +4 -1
- data/config/locales/dr.yml +4 -1
- data/config/locales/el.yml +4 -1
- data/config/locales/en.yml +3 -0
- data/config/locales/es-419.yml +4 -1
- data/config/locales/es.yml +4 -1
- data/config/locales/et.yml +4 -1
- data/config/locales/fa.yml +4 -1
- data/config/locales/fi.yml +4 -1
- data/config/locales/fr.yml +4 -1
- data/config/locales/gd.yml +4 -1
- data/config/locales/gu.yml +4 -1
- data/config/locales/he.yml +4 -1
- data/config/locales/hi.yml +4 -1
- data/config/locales/hr.yml +4 -1
- data/config/locales/hu.yml +4 -1
- data/config/locales/hy.yml +4 -1
- data/config/locales/id.yml +4 -1
- data/config/locales/is.yml +4 -1
- data/config/locales/it.yml +4 -1
- data/config/locales/ja.yml +4 -1
- data/config/locales/ka.yml +4 -1
- data/config/locales/kk.yml +4 -1
- data/config/locales/ko.yml +4 -1
- data/config/locales/lt.yml +4 -1
- data/config/locales/lv.yml +4 -1
- data/config/locales/ms.yml +4 -1
- data/config/locales/mt.yml +4 -1
- data/config/locales/nl.yml +4 -1
- data/config/locales/no.yml +4 -1
- data/config/locales/pa-pk.yml +4 -1
- data/config/locales/pa.yml +4 -1
- data/config/locales/pl.yml +4 -1
- data/config/locales/ps.yml +4 -1
- data/config/locales/pt.yml +4 -1
- data/config/locales/ro.yml +4 -1
- data/config/locales/ru.yml +4 -1
- data/config/locales/si.yml +4 -1
- data/config/locales/sk.yml +4 -1
- data/config/locales/sl.yml +4 -1
- data/config/locales/so.yml +4 -1
- data/config/locales/sq.yml +4 -1
- data/config/locales/sr.yml +4 -1
- data/config/locales/sv.yml +4 -1
- data/config/locales/sw.yml +4 -1
- data/config/locales/ta.yml +4 -1
- data/config/locales/th.yml +4 -1
- data/config/locales/tk.yml +4 -1
- data/config/locales/tr.yml +4 -1
- data/config/locales/uk.yml +4 -1
- data/config/locales/ur.yml +4 -1
- data/config/locales/uz.yml +4 -1
- data/config/locales/vi.yml +4 -1
- data/config/locales/zh-hk.yml +4 -1
- data/config/locales/zh-tw.yml +4 -1
- data/config/locales/zh.yml +4 -1
- data/lib/govuk_publishing_components/presenters/contents_list_helper.rb +2 -1
- data/lib/govuk_publishing_components/version.rb +1 -1
- data/node_modules/govuk-frontend/dist/govuk/_base.scss +3 -3
- data/node_modules/govuk-frontend/dist/govuk/_base.scss.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/all.bundle.js +451 -176
- data/node_modules/govuk-frontend/dist/govuk/all.bundle.js.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/all.bundle.mjs +450 -177
- data/node_modules/govuk-frontend/dist/govuk/all.bundle.mjs.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/all.mjs +13 -76
- data/node_modules/govuk-frontend/dist/govuk/all.mjs.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/all.scss +1 -9
- data/node_modules/govuk-frontend/dist/govuk/all.scss.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/common/closest-attribute-value.mjs.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/common/govuk-frontend-version.mjs +1 -1
- data/node_modules/govuk-frontend/dist/govuk/common/index.mjs +56 -36
- data/node_modules/govuk-frontend/dist/govuk/common/index.mjs.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/common/normalise-dataset.mjs +12 -20
- data/node_modules/govuk-frontend/dist/govuk/common/normalise-dataset.mjs.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/common/normalise-string.mjs +31 -0
- data/node_modules/govuk-frontend/dist/govuk/common/normalise-string.mjs.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/components/_all.scss +7 -35
- data/node_modules/govuk-frontend/dist/govuk/components/_all.scss.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/components/_index.scss +39 -0
- data/node_modules/govuk-frontend/dist/govuk/components/_index.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/components/accordion/_index.scss +35 -31
- data/node_modules/govuk-frontend/dist/govuk/components/accordion/_index.scss.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/components/accordion/accordion.bundle.js +177 -133
- data/node_modules/govuk-frontend/dist/govuk/components/accordion/accordion.bundle.js.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/components/accordion/accordion.bundle.mjs +177 -133
- data/node_modules/govuk-frontend/dist/govuk/components/accordion/accordion.bundle.mjs.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/components/accordion/accordion.mjs +80 -76
- data/node_modules/govuk-frontend/dist/govuk/components/accordion/accordion.mjs.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/components/accordion/fixtures.json +16 -3
- data/node_modules/govuk-frontend/dist/govuk/components/accordion/template.njk +2 -1
- data/node_modules/govuk-frontend/dist/govuk/components/back-link/fixtures.json +25 -15
- data/node_modules/govuk-frontend/dist/govuk/components/back-link/template-with-custom-link.html +1 -0
- data/node_modules/govuk-frontend/dist/govuk/components/back-link/template.njk +6 -2
- data/node_modules/govuk-frontend/dist/govuk/components/breadcrumbs/fixtures.json +53 -15
- data/node_modules/govuk-frontend/dist/govuk/components/breadcrumbs/macro-options.json +6 -0
- data/node_modules/govuk-frontend/dist/govuk/components/breadcrumbs/template-default.html +2 -2
- data/node_modules/govuk-frontend/dist/govuk/components/breadcrumbs/template-inverse.html +2 -2
- data/node_modules/govuk-frontend/dist/govuk/components/breadcrumbs/template-with-collapse-on-mobile.html +2 -2
- data/node_modules/govuk-frontend/dist/govuk/components/breadcrumbs/template-with-last-breadcrumb-as-current-page.html +2 -2
- data/node_modules/govuk-frontend/dist/govuk/components/breadcrumbs/template-with-multiple-levels.html +2 -2
- data/node_modules/govuk-frontend/dist/govuk/components/breadcrumbs/template-with-one-level.html +2 -2
- data/node_modules/govuk-frontend/dist/govuk/components/breadcrumbs/template-without-the-home-section.html +2 -2
- data/node_modules/govuk-frontend/dist/govuk/components/breadcrumbs/template.njk +6 -4
- data/node_modules/govuk-frontend/dist/govuk/components/button/button.bundle.js +97 -39
- data/node_modules/govuk-frontend/dist/govuk/components/button/button.bundle.js.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/components/button/button.bundle.mjs +97 -39
- data/node_modules/govuk-frontend/dist/govuk/components/button/button.bundle.mjs.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/components/button/button.mjs +13 -3
- data/node_modules/govuk-frontend/dist/govuk/components/button/button.mjs.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/components/button/fixtures.json +38 -0
- data/node_modules/govuk-frontend/dist/govuk/components/button/template.njk +4 -2
- data/node_modules/govuk-frontend/dist/govuk/components/character-count/_index.scss +4 -4
- data/node_modules/govuk-frontend/dist/govuk/components/character-count/_index.scss.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/components/character-count/character-count.bundle.js +125 -69
- data/node_modules/govuk-frontend/dist/govuk/components/character-count/character-count.bundle.js.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/components/character-count/character-count.bundle.mjs +125 -69
- data/node_modules/govuk-frontend/dist/govuk/components/character-count/character-count.bundle.mjs.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/components/character-count/character-count.mjs +17 -3
- data/node_modules/govuk-frontend/dist/govuk/components/character-count/character-count.mjs.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/components/character-count/fixtures.json +46 -23
- data/node_modules/govuk-frontend/dist/govuk/components/character-count/macro-options.json +40 -0
- data/node_modules/govuk-frontend/dist/govuk/components/character-count/template-default.html +1 -4
- data/node_modules/govuk-frontend/dist/govuk/components/character-count/template-with-custom-rows.html +1 -4
- data/node_modules/govuk-frontend/dist/govuk/components/character-count/template-with-custom-textarea-description.html +1 -4
- data/node_modules/govuk-frontend/dist/govuk/components/character-count/template-with-default-value-exceeding-limit.html +1 -4
- data/node_modules/govuk-frontend/dist/govuk/components/character-count/template-with-default-value.html +1 -4
- data/node_modules/govuk-frontend/dist/govuk/components/character-count/template-with-hint.html +1 -4
- data/node_modules/govuk-frontend/dist/govuk/components/character-count/template-with-label-as-page-heading.html +1 -4
- data/node_modules/govuk-frontend/dist/govuk/components/character-count/template-with-threshold.html +1 -4
- data/node_modules/govuk-frontend/dist/govuk/components/character-count/template-with-translations.html +1 -4
- data/node_modules/govuk-frontend/dist/govuk/components/character-count/template-with-word-count.html +1 -4
- data/node_modules/govuk-frontend/dist/govuk/components/character-count/template.njk +72 -39
- data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/_index.scss +10 -2
- data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/_index.scss.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/checkboxes.bundle.js +9 -1
- data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/checkboxes.bundle.js.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/checkboxes.bundle.mjs +9 -1
- data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/checkboxes.bundle.mjs.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/checkboxes.mjs +1 -1
- data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/checkboxes.mjs.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/fixtures.json +153 -47
- data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/macro-options.json +40 -0
- data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-default.html +12 -12
- data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-small-with-conditional-reveal.html +11 -12
- data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-small-with-disabled.html +12 -12
- data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-small-with-divider-and-none.html +34 -0
- data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-small-with-error.html +12 -12
- data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-small-with-hint.html +13 -13
- data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-small-with-long-text.html +12 -12
- data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-small.html +12 -12
- data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-a-medium-legend.html +12 -12
- data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-conditional-item-checked.html +21 -24
- data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-conditional-items-with-special-characters.html +21 -24
- data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-conditional-items.html +21 -24
- data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-disabled-item.html +10 -10
- data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-divider-and-none.html +17 -16
- data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-divider-none-and-conditional-items.html +24 -24
- data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-error-message-and-hints-on-items.html +15 -15
- data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-error-message.html +12 -12
- data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-fieldset-and-error-message.html +12 -12
- data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-hints-on-items.html +10 -10
- data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-id-and-name.html +12 -12
- data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-legend-as-a-page-heading.html +12 -12
- data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-optional-form-group-classes-showing-group-error.html +21 -24
- data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-pre-checked-values.html +15 -16
- data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-single-option-and-hint-set-aria-describedby-on-input.html +5 -5
- data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-single-option-set-aria-describedby-on-input.html +4 -4
- data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-very-long-option-text.html +12 -12
- data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-without-fieldset.html +12 -12
- data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template.njk +58 -54
- data/node_modules/govuk-frontend/dist/govuk/components/cookie-banner/_index.scss +17 -14
- data/node_modules/govuk-frontend/dist/govuk/components/cookie-banner/_index.scss.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/components/cookie-banner/fixtures.json +46 -23
- data/node_modules/govuk-frontend/dist/govuk/components/cookie-banner/template-accepted-confirmation-banner.html +11 -8
- data/node_modules/govuk-frontend/dist/govuk/components/cookie-banner/template-client-side-implementation.html +38 -29
- data/node_modules/govuk-frontend/dist/govuk/components/cookie-banner/template-default.html +18 -13
- data/node_modules/govuk-frontend/dist/govuk/components/cookie-banner/template-rejected-confirmation-banner.html +11 -8
- data/node_modules/govuk-frontend/dist/govuk/components/cookie-banner/template-with-html.html +19 -15
- data/node_modules/govuk-frontend/dist/govuk/components/cookie-banner/template.njk +37 -44
- data/node_modules/govuk-frontend/dist/govuk/components/date-input/_index.scss +1 -2
- data/node_modules/govuk-frontend/dist/govuk/components/date-input/_index.scss.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/components/date-input/fixtures.json +27 -0
- data/node_modules/govuk-frontend/dist/govuk/components/date-input/macro-options.json +40 -0
- data/node_modules/govuk-frontend/dist/govuk/components/date-input/template.njk +10 -3
- data/node_modules/govuk-frontend/dist/govuk/components/details/fixtures.json +10 -0
- data/node_modules/govuk-frontend/dist/govuk/components/details/template.njk +6 -2
- data/node_modules/govuk-frontend/dist/govuk/components/error-message/fixtures.json +9 -0
- data/node_modules/govuk-frontend/dist/govuk/components/error-message/template.njk +4 -1
- data/node_modules/govuk-frontend/dist/govuk/components/error-summary/_index.scss +14 -3
- data/node_modules/govuk-frontend/dist/govuk/components/error-summary/_index.scss.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/components/error-summary/error-summary.bundle.js +96 -37
- data/node_modules/govuk-frontend/dist/govuk/components/error-summary/error-summary.bundle.js.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/components/error-summary/error-summary.bundle.mjs +96 -37
- data/node_modules/govuk-frontend/dist/govuk/components/error-summary/error-summary.bundle.mjs.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/components/error-summary/error-summary.mjs +12 -1
- data/node_modules/govuk-frontend/dist/govuk/components/error-summary/error-summary.mjs.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/components/error-summary/fixtures.json +48 -18
- data/node_modules/govuk-frontend/dist/govuk/components/error-summary/macro-options.json +2 -2
- data/node_modules/govuk-frontend/dist/govuk/components/error-summary/template-default.html +8 -8
- data/node_modules/govuk-frontend/dist/govuk/components/error-summary/template-mixed-with-and-without-links.html +8 -8
- data/node_modules/govuk-frontend/dist/govuk/components/error-summary/template-with-description-only.html +12 -0
- data/node_modules/govuk-frontend/dist/govuk/components/error-summary/template-with-everything.html +8 -8
- data/node_modules/govuk-frontend/dist/govuk/components/error-summary/template-without-links.html +5 -5
- data/node_modules/govuk-frontend/dist/govuk/components/error-summary/template.njk +19 -14
- data/node_modules/govuk-frontend/dist/govuk/components/exit-this-page/exit-this-page.bundle.js +112 -61
- data/node_modules/govuk-frontend/dist/govuk/components/exit-this-page/exit-this-page.bundle.js.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/components/exit-this-page/exit-this-page.bundle.mjs +112 -61
- data/node_modules/govuk-frontend/dist/govuk/components/exit-this-page/exit-this-page.bundle.mjs.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/components/exit-this-page/exit-this-page.mjs +15 -4
- data/node_modules/govuk-frontend/dist/govuk/components/exit-this-page/exit-this-page.mjs.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/components/exit-this-page/fixtures.json +4 -0
- data/node_modules/govuk-frontend/dist/govuk/components/exit-this-page/template.njk +3 -1
- data/node_modules/govuk-frontend/dist/govuk/components/fieldset/_index.scss +3 -5
- data/node_modules/govuk-frontend/dist/govuk/components/fieldset/_index.scss.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/components/fieldset/fixtures.json +18 -0
- data/node_modules/govuk-frontend/dist/govuk/components/fieldset/template.njk +3 -1
- data/node_modules/govuk-frontend/dist/govuk/components/file-upload/_index.scss +8 -9
- data/node_modules/govuk-frontend/dist/govuk/components/file-upload/_index.scss.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/components/file-upload/fixtures.json +13 -0
- data/node_modules/govuk-frontend/dist/govuk/components/file-upload/macro-options.json +40 -0
- data/node_modules/govuk-frontend/dist/govuk/components/file-upload/template.njk +10 -2
- data/node_modules/govuk-frontend/dist/govuk/components/footer/_index.scss +1 -1
- data/node_modules/govuk-frontend/dist/govuk/components/footer/_index.scss.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/components/footer/fixtures.json +46 -23
- data/node_modules/govuk-frontend/dist/govuk/components/footer/template-default.html +10 -9
- data/node_modules/govuk-frontend/dist/govuk/components/footer/template-full-gds-example.html +41 -40
- data/node_modules/govuk-frontend/dist/govuk/components/footer/template-three-equal-columns.html +10 -9
- data/node_modules/govuk-frontend/dist/govuk/components/footer/template-with-custom-html-content-licence-and-copyright-notice.html +5 -4
- data/node_modules/govuk-frontend/dist/govuk/components/footer/template-with-custom-meta.html +14 -13
- data/node_modules/govuk-frontend/dist/govuk/components/footer/template-with-custom-text-content-licence-and-copyright-notice.html +5 -4
- data/node_modules/govuk-frontend/dist/govuk/components/footer/template-with-default-width-navigation-one-column.html +10 -9
- data/node_modules/govuk-frontend/dist/govuk/components/footer/template-with-default-width-navigation-two-columns.html +10 -9
- data/node_modules/govuk-frontend/dist/govuk/components/footer/template-with-meta-links-and-meta-content.html +56 -55
- data/node_modules/govuk-frontend/dist/govuk/components/footer/template-with-meta.html +28 -27
- data/node_modules/govuk-frontend/dist/govuk/components/footer/template-with-navigation.html +10 -9
- data/node_modules/govuk-frontend/dist/govuk/components/footer/template.njk +42 -38
- data/node_modules/govuk-frontend/dist/govuk/components/header/_index.scss +1 -1
- data/node_modules/govuk-frontend/dist/govuk/components/header/_index.scss.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/components/header/fixtures.json +49 -26
- data/node_modules/govuk-frontend/dist/govuk/components/header/header.bundle.js +8 -0
- data/node_modules/govuk-frontend/dist/govuk/components/header/header.bundle.js.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/components/header/header.bundle.mjs +8 -0
- data/node_modules/govuk-frontend/dist/govuk/components/header/header.bundle.mjs.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/components/header/header.mjs.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/components/header/macro-options.json +1 -1
- data/node_modules/govuk-frontend/dist/govuk/components/header/template-default.html +13 -16
- data/node_modules/govuk-frontend/dist/govuk/components/header/template-full-width-with-navigation.html +35 -36
- data/node_modules/govuk-frontend/dist/govuk/components/header/template-full-width.html +13 -16
- data/node_modules/govuk-frontend/dist/govuk/components/header/template-navigation-item-with-html.html +35 -36
- data/node_modules/govuk-frontend/dist/govuk/components/header/template-navigation-item-with-text-without-link.html +29 -30
- data/node_modules/govuk-frontend/dist/govuk/components/header/template-with-custom-menu-button-label.html +40 -41
- data/node_modules/govuk-frontend/dist/govuk/components/header/template-with-custom-menu-button-text.html +40 -41
- data/node_modules/govuk-frontend/dist/govuk/components/header/template-with-custom-navigation-label.html +40 -41
- data/node_modules/govuk-frontend/dist/govuk/components/header/template-with-large-navigation.html +100 -101
- data/node_modules/govuk-frontend/dist/govuk/components/header/template-with-navigation.html +40 -41
- data/node_modules/govuk-frontend/dist/govuk/components/header/template-with-product-name.html +13 -16
- data/node_modules/govuk-frontend/dist/govuk/components/header/template-with-service-name-and-navigation.html +40 -41
- data/node_modules/govuk-frontend/dist/govuk/components/header/template-with-service-name-but-no-service-url.html +13 -16
- data/node_modules/govuk-frontend/dist/govuk/components/header/template-with-service-name.html +13 -16
- data/node_modules/govuk-frontend/dist/govuk/components/header/template-with-st-edwards-crown.html +21 -0
- data/node_modules/govuk-frontend/dist/govuk/components/header/template.njk +31 -26
- data/node_modules/govuk-frontend/dist/govuk/components/hint/fixtures.json +6 -0
- data/node_modules/govuk-frontend/dist/govuk/components/hint/template.njk +3 -1
- data/node_modules/govuk-frontend/dist/govuk/components/input/_index.scss +7 -4
- data/node_modules/govuk-frontend/dist/govuk/components/input/_index.scss.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/components/input/fixtures.json +138 -25
- data/node_modules/govuk-frontend/dist/govuk/components/input/macro-options.json +67 -1
- data/node_modules/govuk-frontend/dist/govuk/components/input/template-disabled.html +6 -0
- data/node_modules/govuk-frontend/dist/govuk/components/input/template-with-autocapitalize-turned-off.html +6 -0
- data/node_modules/govuk-frontend/dist/govuk/components/input/template-with-error-and-hint.html +12 -0
- data/node_modules/govuk-frontend/dist/govuk/components/input/template-with-error-message.html +2 -5
- data/node_modules/govuk-frontend/dist/govuk/components/input/template.njk +70 -14
- data/node_modules/govuk-frontend/dist/govuk/components/inset-text/fixtures.json +7 -1
- data/node_modules/govuk-frontend/dist/govuk/components/inset-text/template-with-html.html +8 -9
- data/node_modules/govuk-frontend/dist/govuk/components/inset-text/template.njk +4 -2
- data/node_modules/govuk-frontend/dist/govuk/components/label/fixtures.json +17 -0
- data/node_modules/govuk-frontend/dist/govuk/components/label/template.njk +3 -1
- data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/_index.scss +3 -2
- data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/_index.scss.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/fixtures.json +50 -26
- data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/notification-banner.bundle.js +96 -37
- data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/notification-banner.bundle.js.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/notification-banner.bundle.mjs +96 -37
- data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/notification-banner.bundle.mjs.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/notification-banner.mjs +12 -1
- data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/notification-banner.mjs.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/template-auto-focus-disabled-with-type-as-success.html +4 -1
- data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/template-auto-focus-explicitly-enabled-with-type-as-success.html +4 -1
- data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/template-custom-tabindex.html +4 -1
- data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/template-default.html +4 -1
- data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/template-paragraph-as-html-heading.html +3 -2
- data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/template-rolealert-overridden-to-roleregion-with-type-as-success.html +4 -1
- data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/template-success-with-custom-html.html +9 -8
- data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/template-with-a-list.html +9 -8
- data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/template-with-long-heading.html +4 -1
- data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/template-with-lots-of-content.html +12 -9
- data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/template-with-text-as-html.html +8 -5
- data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/template-with-type-as-success.html +4 -1
- data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/template.njk +11 -7
- data/node_modules/govuk-frontend/dist/govuk/components/pagination/_index.scss +24 -37
- data/node_modules/govuk-frontend/dist/govuk/components/pagination/_index.scss.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/components/pagination/fixtures.json +30 -15
- data/node_modules/govuk-frontend/dist/govuk/components/pagination/template-default.html +38 -23
- data/node_modules/govuk-frontend/dist/govuk/components/pagination/template-first-page.html +28 -16
- data/node_modules/govuk-frontend/dist/govuk/components/pagination/template-last-page.html +29 -20
- data/node_modules/govuk-frontend/dist/govuk/components/pagination/template-with-custom-accessible-labels-on-item-links.html +38 -23
- data/node_modules/govuk-frontend/dist/govuk/components/pagination/template-with-custom-link-and-item-text.html +38 -23
- data/node_modules/govuk-frontend/dist/govuk/components/pagination/template-with-custom-navigation-landmark.html +38 -23
- data/node_modules/govuk-frontend/dist/govuk/components/pagination/template-with-many-pages.html +64 -39
- data/node_modules/govuk-frontend/dist/govuk/components/pagination/template-with-next-only.html +11 -4
- data/node_modules/govuk-frontend/dist/govuk/components/pagination/template-with-prev-and-next-only-and-labels.html +25 -13
- data/node_modules/govuk-frontend/dist/govuk/components/pagination/template-with-prev-and-next-only-and-very-long-labels.html +25 -13
- data/node_modules/govuk-frontend/dist/govuk/components/pagination/template-with-prev-and-next-only-in-a-different-language.html +21 -11
- data/node_modules/govuk-frontend/dist/govuk/components/pagination/template-with-prev-and-next-only.html +21 -11
- data/node_modules/govuk-frontend/dist/govuk/components/pagination/template-with-previous-only.html +11 -7
- data/node_modules/govuk-frontend/dist/govuk/components/pagination/template.njk +78 -63
- data/node_modules/govuk-frontend/dist/govuk/components/panel/_index.scss +14 -10
- data/node_modules/govuk-frontend/dist/govuk/components/panel/_index.scss.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/components/panel/fixtures.json +9 -0
- data/node_modules/govuk-frontend/dist/govuk/components/panel/template.njk +6 -3
- data/node_modules/govuk-frontend/dist/govuk/components/password-input/_index.scss +57 -0
- data/node_modules/govuk-frontend/dist/govuk/components/password-input/_index.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/components/password-input/_password-input.scss +4 -0
- data/node_modules/govuk-frontend/dist/govuk/components/password-input/_password-input.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/components/password-input/fixtures.json +196 -0
- data/node_modules/govuk-frontend/dist/govuk/components/password-input/macro-options.json +181 -0
- data/node_modules/govuk-frontend/dist/govuk/components/password-input/macro.njk +3 -0
- data/node_modules/govuk-frontend/dist/govuk/components/password-input/password-input.bundle.js +528 -0
- data/node_modules/govuk-frontend/dist/govuk/components/password-input/password-input.bundle.js.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/components/password-input/password-input.bundle.mjs +520 -0
- data/node_modules/govuk-frontend/dist/govuk/components/password-input/password-input.bundle.mjs.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/components/password-input/password-input.mjs +163 -0
- data/node_modules/govuk-frontend/dist/govuk/components/password-input/password-input.mjs.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/components/password-input/template-default.html +11 -0
- data/node_modules/govuk-frontend/dist/govuk/components/password-input/template-with-error-message.html +17 -0
- data/node_modules/govuk-frontend/dist/govuk/components/password-input/template-with-hint-text.html +14 -0
- data/node_modules/govuk-frontend/dist/govuk/components/password-input/template-with-input-width-class.html +11 -0
- data/node_modules/govuk-frontend/dist/govuk/components/password-input/template-with-label-as-page-heading.html +13 -0
- data/node_modules/govuk-frontend/dist/govuk/components/password-input/template-with-new-password-autocomplete.html +11 -0
- data/node_modules/govuk-frontend/dist/govuk/components/password-input/template-with-translations.html +11 -0
- data/node_modules/govuk-frontend/dist/govuk/components/password-input/template.njk +91 -0
- data/node_modules/govuk-frontend/dist/govuk/components/phase-banner/_index.scss +6 -8
- data/node_modules/govuk-frontend/dist/govuk/components/phase-banner/_index.scss.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/components/phase-banner/fixtures.json +7 -0
- data/node_modules/govuk-frontend/dist/govuk/components/phase-banner/template.njk +4 -2
- data/node_modules/govuk-frontend/dist/govuk/components/radios/_index.scss +11 -6
- data/node_modules/govuk-frontend/dist/govuk/components/radios/_index.scss.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/components/radios/fixtures.json +113 -48
- data/node_modules/govuk-frontend/dist/govuk/components/radios/macro-options.json +41 -1
- data/node_modules/govuk-frontend/dist/govuk/components/radios/radios.bundle.js +8 -0
- data/node_modules/govuk-frontend/dist/govuk/components/radios/radios.bundle.js.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/components/radios/radios.bundle.mjs +8 -0
- data/node_modules/govuk-frontend/dist/govuk/components/radios/radios.bundle.mjs.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/components/radios/radios.mjs.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/components/radios/template-default.html +8 -8
- data/node_modules/govuk-frontend/dist/govuk/components/radios/template-inline.html +8 -8
- data/node_modules/govuk-frontend/dist/govuk/components/radios/template-prechecked-using-value.html +8 -8
- data/node_modules/govuk-frontend/dist/govuk/components/radios/template-prechecked.html +8 -8
- data/node_modules/govuk-frontend/dist/govuk/components/radios/template-small-inline-extreme.html +40 -40
- data/node_modules/govuk-frontend/dist/govuk/components/radios/template-small-inline.html +12 -12
- data/node_modules/govuk-frontend/dist/govuk/components/radios/template-small-with-a-divider.html +13 -12
- data/node_modules/govuk-frontend/dist/govuk/components/radios/template-small-with-conditional-reveal.html +15 -16
- data/node_modules/govuk-frontend/dist/govuk/components/radios/template-small-with-disabled.html +12 -12
- data/node_modules/govuk-frontend/dist/govuk/components/radios/template-small-with-error.html +12 -12
- data/node_modules/govuk-frontend/dist/govuk/components/radios/template-small-with-hint.html +13 -13
- data/node_modules/govuk-frontend/dist/govuk/components/radios/template-small-with-long-text.html +12 -12
- data/node_modules/govuk-frontend/dist/govuk/components/radios/template-small.html +12 -12
- data/node_modules/govuk-frontend/dist/govuk/components/radios/template-with-a-divider.html +13 -12
- data/node_modules/govuk-frontend/dist/govuk/components/radios/template-with-a-medium-legend.html +8 -8
- data/node_modules/govuk-frontend/dist/govuk/components/radios/template-with-conditional-item-checked.html +21 -24
- data/node_modules/govuk-frontend/dist/govuk/components/radios/template-with-conditional-items-and-pre-checked-value.html +21 -24
- data/node_modules/govuk-frontend/dist/govuk/components/radios/template-with-conditional-items-with-special-characters.html +21 -24
- data/node_modules/govuk-frontend/dist/govuk/components/radios/template-with-conditional-items.html +21 -24
- data/node_modules/govuk-frontend/dist/govuk/components/radios/template-with-disabled.html +10 -10
- data/node_modules/govuk-frontend/dist/govuk/components/radios/template-with-fieldset-and-error-message.html +8 -8
- data/node_modules/govuk-frontend/dist/govuk/components/radios/template-with-hints-on-items.html +10 -10
- data/node_modules/govuk-frontend/dist/govuk/components/radios/template-with-idprefix.html +8 -8
- data/node_modules/govuk-frontend/dist/govuk/components/radios/template-with-legend-as-page-heading.html +8 -8
- data/node_modules/govuk-frontend/dist/govuk/components/radios/template-with-optional-form-group-classes-showing-group-error.html +21 -24
- data/node_modules/govuk-frontend/dist/govuk/components/radios/template-with-very-long-option-text.html +12 -12
- data/node_modules/govuk-frontend/dist/govuk/components/radios/template-without-fieldset.html +12 -12
- data/node_modules/govuk-frontend/dist/govuk/components/radios/template.njk +54 -50
- data/node_modules/govuk-frontend/dist/govuk/components/select/_index.scss +5 -5
- data/node_modules/govuk-frontend/dist/govuk/components/select/_index.scss.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/components/select/fixtures.json +42 -23
- data/node_modules/govuk-frontend/dist/govuk/components/select/macro-options.json +40 -0
- data/node_modules/govuk-frontend/dist/govuk/components/select/template-default.html +3 -6
- data/node_modules/govuk-frontend/dist/govuk/components/select/template-with-full-width-override.html +3 -6
- data/node_modules/govuk-frontend/dist/govuk/components/select/template-with-hint-text-and-error-message.html +3 -6
- data/node_modules/govuk-frontend/dist/govuk/components/select/template-with-label-as-page-heading.html +3 -6
- data/node_modules/govuk-frontend/dist/govuk/components/select/template-with-optional-form-group-classes.html +3 -6
- data/node_modules/govuk-frontend/dist/govuk/components/select/template-with-selected-value.html +3 -6
- data/node_modules/govuk-frontend/dist/govuk/components/select/template.njk +18 -8
- data/node_modules/govuk-frontend/dist/govuk/components/skip-link/_index.scss +7 -4
- data/node_modules/govuk-frontend/dist/govuk/components/skip-link/_index.scss.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/components/skip-link/fixtures.json +9 -0
- data/node_modules/govuk-frontend/dist/govuk/components/skip-link/skip-link.bundle.js +8 -0
- data/node_modules/govuk-frontend/dist/govuk/components/skip-link/skip-link.bundle.js.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/components/skip-link/skip-link.bundle.mjs +8 -0
- data/node_modules/govuk-frontend/dist/govuk/components/skip-link/skip-link.bundle.mjs.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/components/skip-link/skip-link.mjs.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/components/skip-link/template.njk +4 -1
- data/node_modules/govuk-frontend/dist/govuk/components/summary-list/_index.scss +2 -1
- data/node_modules/govuk-frontend/dist/govuk/components/summary-list/_index.scss.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/components/summary-list/fixtures.json +63 -32
- data/node_modules/govuk-frontend/dist/govuk/components/summary-list/template-as-a-summary-card-with-a-custom-header-level.html +25 -20
- data/node_modules/govuk-frontend/dist/govuk/components/summary-list/template-as-a-summary-card-with-a-html-header.html +25 -20
- data/node_modules/govuk-frontend/dist/govuk/components/summary-list/template-as-a-summary-card-with-a-text-header.html +25 -20
- data/node_modules/govuk-frontend/dist/govuk/components/summary-list/template-as-a-summary-card-with-actions-plus-summary-list-actions.html +46 -29
- data/node_modules/govuk-frontend/dist/govuk/components/summary-list/template-as-a-summary-card-with-actions.html +33 -23
- data/node_modules/govuk-frontend/dist/govuk/components/summary-list/template-check-your-answers.html +96 -97
- data/node_modules/govuk-frontend/dist/govuk/components/summary-list/template-default.html +35 -36
- data/node_modules/govuk-frontend/dist/govuk/components/summary-list/template-extreme.html +261 -70
- data/node_modules/govuk-frontend/dist/govuk/components/summary-list/template-no-border-on-last-row.html +35 -36
- data/node_modules/govuk-frontend/dist/govuk/components/summary-list/template-no-border.html +35 -36
- data/node_modules/govuk-frontend/dist/govuk/components/summary-list/template-overridden-widths.html +58 -45
- data/node_modules/govuk-frontend/dist/govuk/components/summary-list/template-translated.html +51 -45
- data/node_modules/govuk-frontend/dist/govuk/components/summary-list/template-with-actions.html +58 -45
- data/node_modules/govuk-frontend/dist/govuk/components/summary-list/template-with-no-first-action.html +58 -59
- data/node_modules/govuk-frontend/dist/govuk/components/summary-list/template-with-some-actions.html +45 -39
- data/node_modules/govuk-frontend/dist/govuk/components/summary-list/template.njk +68 -65
- data/node_modules/govuk-frontend/dist/govuk/components/table/_index.scss +10 -0
- data/node_modules/govuk-frontend/dist/govuk/components/table/_index.scss.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/components/table/fixtures.json +93 -21
- data/node_modules/govuk-frontend/dist/govuk/components/table/template-default.html +15 -15
- data/node_modules/govuk-frontend/dist/govuk/components/table/template-table-with-head-and-caption.html +15 -15
- data/node_modules/govuk-frontend/dist/govuk/components/table/template-table-with-head.html +15 -15
- data/node_modules/govuk-frontend/dist/govuk/components/table/template-with-small-text-modifier-for-tables-with-a-lot-of-data.html +19 -0
- data/node_modules/govuk-frontend/dist/govuk/components/table/template.njk +43 -31
- data/node_modules/govuk-frontend/dist/govuk/components/tabs/fixtures.json +27 -13
- data/node_modules/govuk-frontend/dist/govuk/components/tabs/tabs.bundle.js +13 -11
- data/node_modules/govuk-frontend/dist/govuk/components/tabs/tabs.bundle.js.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/components/tabs/tabs.bundle.mjs +13 -11
- data/node_modules/govuk-frontend/dist/govuk/components/tabs/tabs.bundle.mjs.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/components/tabs/tabs.mjs +5 -11
- data/node_modules/govuk-frontend/dist/govuk/components/tabs/tabs.mjs.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/components/tabs/template-default.html +110 -113
- data/node_modules/govuk-frontend/dist/govuk/components/tabs/template-tabs-with-anchor-in-panel.html +19 -21
- data/node_modules/govuk-frontend/dist/govuk/components/tabs/template.njk +30 -18
- data/node_modules/govuk-frontend/dist/govuk/components/tag/_index.scss +11 -8
- data/node_modules/govuk-frontend/dist/govuk/components/tag/_index.scss.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/components/tag/fixtures.json +14 -0
- data/node_modules/govuk-frontend/dist/govuk/components/tag/template.njk +5 -2
- data/node_modules/govuk-frontend/dist/govuk/components/task-list/_index.scss +12 -10
- data/node_modules/govuk-frontend/dist/govuk/components/task-list/_index.scss.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/components/task-list/fixtures.json +54 -10
- data/node_modules/govuk-frontend/dist/govuk/components/task-list/template-default.html +35 -28
- data/node_modules/govuk-frontend/dist/govuk/components/task-list/template-example-with-3-states.html +47 -38
- data/node_modules/govuk-frontend/dist/govuk/components/task-list/template-example-with-all-possible-colours.html +141 -116
- data/node_modules/govuk-frontend/dist/govuk/components/task-list/template-example-with-hint-text-and-additional-states.html +72 -59
- data/node_modules/govuk-frontend/dist/govuk/components/task-list/template-example-with-very-long-single-word-tags.html +35 -28
- data/node_modules/govuk-frontend/dist/govuk/components/task-list/template-with-empty-values.html +27 -0
- data/node_modules/govuk-frontend/dist/govuk/components/task-list/template.njk +33 -23
- data/node_modules/govuk-frontend/dist/govuk/components/textarea/_index.scss +3 -3
- data/node_modules/govuk-frontend/dist/govuk/components/textarea/_index.scss.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/components/textarea/fixtures.json +17 -0
- data/node_modules/govuk-frontend/dist/govuk/components/textarea/macro-options.json +40 -0
- data/node_modules/govuk-frontend/dist/govuk/components/textarea/template.njk +10 -2
- data/node_modules/govuk-frontend/dist/govuk/components/warning-text/_index.scss +5 -5
- data/node_modules/govuk-frontend/dist/govuk/components/warning-text/_index.scss.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/components/warning-text/fixtures.json +8 -0
- data/node_modules/govuk-frontend/dist/govuk/components/warning-text/template.njk +3 -2
- data/node_modules/govuk-frontend/dist/govuk/core/_all.scss +8 -6
- data/node_modules/govuk-frontend/dist/govuk/core/_all.scss.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/core/_govuk-frontend-properties.scss +1 -1
- data/node_modules/govuk-frontend/dist/govuk/core/_index.scss +8 -0
- data/node_modules/govuk-frontend/dist/govuk/core/_index.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/errors/index.mjs.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/govuk-frontend-component.mjs.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/govuk-frontend.min.css +2 -2
- data/node_modules/govuk-frontend/dist/govuk/govuk-frontend.min.css.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/govuk-frontend.min.js +1 -1
- data/node_modules/govuk-frontend/dist/govuk/govuk-frontend.min.js.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/helpers/_all.scss +8 -12
- data/node_modules/govuk-frontend/dist/govuk/helpers/_all.scss.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/helpers/_colour.scss +44 -8
- data/node_modules/govuk-frontend/dist/govuk/helpers/_colour.scss.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/helpers/_grid.scss +1 -1
- data/node_modules/govuk-frontend/dist/govuk/helpers/_grid.scss.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/helpers/_index.scss +14 -0
- data/node_modules/govuk-frontend/dist/govuk/helpers/_index.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/helpers/_links.scss +2 -2
- data/node_modules/govuk-frontend/dist/govuk/helpers/_links.scss.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/helpers/_shape-arrow.scss +1 -1
- data/node_modules/govuk-frontend/dist/govuk/helpers/_shape-arrow.scss.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/helpers/_typography.scss +19 -0
- data/node_modules/govuk-frontend/dist/govuk/helpers/_typography.scss.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/helpers/_visually-hidden.scss +30 -62
- data/node_modules/govuk-frontend/dist/govuk/helpers/_visually-hidden.scss.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/i18n.mjs +18 -12
- data/node_modules/govuk-frontend/dist/govuk/i18n.mjs.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/index.scss +11 -0
- data/node_modules/govuk-frontend/dist/govuk/index.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/init.mjs +100 -0
- data/node_modules/govuk-frontend/dist/govuk/init.mjs.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/macros/attributes.njk +94 -0
- data/node_modules/govuk-frontend/dist/govuk/objects/_all.scss +8 -6
- data/node_modules/govuk-frontend/dist/govuk/objects/_all.scss.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/objects/_index.scss +8 -0
- data/node_modules/govuk-frontend/dist/govuk/objects/_index.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/overrides/_all.scss +7 -5
- data/node_modules/govuk-frontend/dist/govuk/overrides/_all.scss.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/overrides/_index.scss +7 -0
- data/node_modules/govuk-frontend/dist/govuk/overrides/_index.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/overrides/_typography.scss +10 -0
- data/node_modules/govuk-frontend/dist/govuk/overrides/_typography.scss.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/settings/_all.scss +8 -21
- data/node_modules/govuk-frontend/dist/govuk/settings/_all.scss.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/settings/_colours-organisations.scss +235 -9
- data/node_modules/govuk-frontend/dist/govuk/settings/_colours-organisations.scss.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/settings/_index.scss +23 -0
- data/node_modules/govuk-frontend/dist/govuk/settings/_index.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/settings/_measurements.scss +1 -1
- data/node_modules/govuk-frontend/dist/govuk/settings/_measurements.scss.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/settings/_media-queries.scss +1 -1
- data/node_modules/govuk-frontend/dist/govuk/settings/_media-queries.scss.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/settings/_typography-responsive.scss +172 -13
- data/node_modules/govuk-frontend/dist/govuk/settings/_typography-responsive.scss.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/settings/_warnings.scss +8 -3
- data/node_modules/govuk-frontend/dist/govuk/settings/_warnings.scss.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/template.njk +3 -2
- data/node_modules/govuk-frontend/dist/govuk/tools/_all.scss +8 -5
- data/node_modules/govuk-frontend/dist/govuk/tools/_all.scss.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/tools/_index.scss +7 -0
- data/node_modules/govuk-frontend/dist/govuk/tools/_index.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/utilities/_all.scss +8 -2
- data/node_modules/govuk-frontend/dist/govuk/utilities/_all.scss.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/utilities/_index.scss +4 -0
- data/node_modules/govuk-frontend/dist/govuk/utilities/_index.scss.map +1 -0
- data/node_modules/govuk-frontend/govuk-prototype-kit.config.json +5 -1
- data/node_modules/govuk-frontend/package.json +16 -15
- metadata +60 -3
@@ -37,17 +37,22 @@ $govuk-suppressed-warnings: () !default;
|
|
37
37
|
/// - To format the passed warning `$message` with the warning key at the end
|
38
38
|
/// - To prevent duplicate warnings by adding the passed `$key` to
|
39
39
|
/// `$govuk-suppressed-warnings` after `@warn` is called to ensure it only runs
|
40
|
-
/// once per sass compilation
|
40
|
+
/// once per sass compilation (unless $silence-further-warnings is false)
|
41
41
|
///
|
42
42
|
/// @param {String} $key - The key to be checked against `$govuk-suppressed-warnings`
|
43
43
|
/// and then passed to it to prevent multiple of the same warning.
|
44
44
|
/// @param {String} $message - The message to use when calling `@warn`
|
45
|
+
/// @param {Boolean} $silence-further-warnings - Whether to silence future
|
46
|
+
/// warnings that use the same $key
|
45
47
|
/// @access private
|
46
48
|
|
47
|
-
@mixin _warning($key, $message) {
|
49
|
+
@mixin _warning($key, $message, $silence-further-warnings: true) {
|
48
50
|
@if _should-warn($key) {
|
49
51
|
@warn _warning-text($key, $message);
|
50
|
-
|
52
|
+
|
53
|
+
@if $silence-further-warnings {
|
54
|
+
$govuk-suppressed-warnings: append($govuk-suppressed-warnings, $key) !global;
|
55
|
+
}
|
51
56
|
}
|
52
57
|
}
|
53
58
|
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["../../../src/govuk/settings/_warnings.scss"],"names":[],"mappings":"AAAA,GAAG;AACH,2BAA2B;AAC3B,GAAG;;AAEH,0BAA0B;AAC1B,EAAE;AACF,2EAA2E;AAC3E,2EAA2E;AAC3E,qEAAqE;AACrE,8EAA8E;AAC9E,4EAA4E;AAC5E,EAAE;AACF,gFAAgF;AAChF,uEAAuE;AACvE,EAAE;AACF,iBAAiB;AACjB,wBAAwB;AACxB,wEAAwE;AACxE,sDAAsD;AACtD,kCAAkC;AAClC,aAAa;AACb,OAAO;AACP,EAAE;AACF,aAAa;AACb,iBAAiB;;AAEjB,uCAAuC;;AAEvC,WAAW;AACX,EAAE;AACF,2DAA2D;AAC3D,EAAE;AACF,sDAAsD;AACtD,EAAE;AACF,oFAAoF;AACpF,2EAA2E;AAC3E,4EAA4E;AAC5E,iEAAiE;AACjE,8EAA8E;AAC9E,
|
1
|
+
{"version":3,"sources":["../../../src/govuk/settings/_warnings.scss"],"names":[],"mappings":"AAAA,GAAG;AACH,2BAA2B;AAC3B,GAAG;;AAEH,0BAA0B;AAC1B,EAAE;AACF,2EAA2E;AAC3E,2EAA2E;AAC3E,qEAAqE;AACrE,8EAA8E;AAC9E,4EAA4E;AAC5E,EAAE;AACF,gFAAgF;AAChF,uEAAuE;AACvE,EAAE;AACF,iBAAiB;AACjB,wBAAwB;AACxB,wEAAwE;AACxE,sDAAsD;AACtD,kCAAkC;AAClC,aAAa;AACb,OAAO;AACP,EAAE;AACF,aAAa;AACb,iBAAiB;;AAEjB,uCAAuC;;AAEvC,WAAW;AACX,EAAE;AACF,2DAA2D;AAC3D,EAAE;AACF,sDAAsD;AACtD,EAAE;AACF,oFAAoF;AACpF,2EAA2E;AAC3E,4EAA4E;AAC5E,iEAAiE;AACjE,8EAA8E;AAC9E,wEAAwE;AACxE,EAAE;AACF,oFAAoF;AACpF,iEAAiE;AACjE,qEAAqE;AACrE,yEAAyE;AACzE,kCAAkC;AAClC,kBAAkB;;AAElB;EACE;IACE,mCAAmC;;IAEnC;MACE,4EAA4E;IAC9E;EACF;AACF;;AAEA,kEAAkE;AAClE,EAAE;AACF,qFAAqF;AACrF,kBAAkB;;AAElB;EACE,uDAAuD;AACzD;;AAEA,mEAAmE;AACnE,EAAE;AACF,iEAAiE;AACjE,+CAA+C;AAC/C,kBAAkB;;AAElB;EACE,yGAAyG;AAC3G","file":"_warnings.scss","sourcesContent":["////\n/// @group settings/warnings\n////\n\n/// Suppressed warnings map\n///\n/// This map is used to determine which deprecation warnings to **not** show\n/// to users when compiling sass. This is in place for codebases that do not\n/// have the necessary capacity to upgrade and remove the deprecation,\n/// particularly if the deprecation is significant. For example, the removal of\n/// mixins and functions that were previously available to users of Frontend.\n///\n/// You can add to this map and define which warnings to suppress by appending to\n/// it using the warning key, found in the warning message. For example:\n///\n/// @example scss:\n/// // warning message:\n/// // $foobar is no longer supported. To silence this warning, update\n/// // $govuk-suppressed-warnings with key: \"foobar\"\n/// $govuk-suppressed-warnings: (\n/// foobar\n/// );\n///\n/// @type List\n/// @access public\n\n$govuk-suppressed-warnings: () !default;\n\n/// Warnings\n///\n/// Acts as a wrapper for the built in `@warn` sass function\n///\n/// We use this instead of using `@warn` for 3 reasons:\n///\n/// - To check if a warning is being suppressed through `$govuk-suppressed-warnings`,\n/// in which case we don't call `@warn` and printing the warning to the user\n/// - To format the passed warning `$message` with the warning key at the end\n/// - To prevent duplicate warnings by adding the passed `$key` to\n/// `$govuk-suppressed-warnings` after `@warn` is called to ensure it only runs\n/// once per sass compilation (unless $silence-further-warnings is false)\n///\n/// @param {String} $key - The key to be checked against `$govuk-suppressed-warnings`\n/// and then passed to it to prevent multiple of the same warning.\n/// @param {String} $message - The message to use when calling `@warn`\n/// @param {Boolean} $silence-further-warnings - Whether to silence future\n/// warnings that use the same $key\n/// @access private\n\n@mixin _warning($key, $message, $silence-further-warnings: true) {\n @if _should-warn($key) {\n @warn _warning-text($key, $message);\n\n @if $silence-further-warnings {\n $govuk-suppressed-warnings: append($govuk-suppressed-warnings, $key) !global;\n }\n }\n}\n\n/// Check whether a key is present in the suppressed warnings list.\n///\n/// @param {String} $key - The key to be checked against `$govuk-suppressed-warnings`.\n/// @access private\n\n@function _should-warn($key) {\n @return index($govuk-suppressed-warnings, $key) == null;\n}\n\n/// Format a warning by appending information on how to suppress it.\n///\n/// @param {String} $key - The key needed to suppress the warning.\n/// @param {String} $message - The warning text.\n/// @access private\n\n@function _warning-text($key, $message) {\n @return $message + \" To silence this warning, update $govuk-suppressed-warnings \" + 'with key: \"#{$key}\"';\n}\n"]}
|
@@ -1,3 +1,4 @@
|
|
1
|
+
{% from "./macros/attributes.njk" import govukAttributes -%}
|
1
2
|
{% from "./components/skip-link/macro.njk" import govukSkipLink -%}
|
2
3
|
{% from "./components/header/macro.njk" import govukHeader -%}
|
3
4
|
{% from "./components/footer/macro.njk" import govukFooter -%}
|
@@ -24,7 +25,7 @@
|
|
24
25
|
<meta property="og:image" content="{{ opengraphImageUrl | default(assetUrl + "/images/govuk-opengraph-image.png", true) }}">
|
25
26
|
{% endif %}
|
26
27
|
</head>
|
27
|
-
<body class="govuk-template__body {%- if bodyClasses %} {{ bodyClasses }}{% endif %}" {
|
28
|
+
<body class="govuk-template__body {%- if bodyClasses %} {{ bodyClasses }}{% endif %}" {{- govukAttributes(bodyAttributes) }}>
|
28
29
|
<script {%- if cspNonce %} nonce="{{ cspNonce }}"{% endif %}>document.body.className += ' js-enabled' + ('noModule' in HTMLScriptElement.prototype ? ' govuk-frontend-supported' : '');</script>
|
29
30
|
{% block bodyStart %}{% endblock %}
|
30
31
|
|
@@ -42,7 +43,7 @@
|
|
42
43
|
{% block main %}
|
43
44
|
<div class="govuk-width-container {%- if containerClasses %} {{ containerClasses }}{% endif %}">
|
44
45
|
{% block beforeContent %}{% endblock %}
|
45
|
-
<main class="govuk-main-wrapper {%- if mainClasses %} {{ mainClasses }}{% endif %}" id="main-content"
|
46
|
+
<main class="govuk-main-wrapper {%- if mainClasses %} {{ mainClasses }}{% endif %}" id="main-content" {%- if mainLang %} lang="{{ mainLang }}"{% endif %}>
|
46
47
|
{% block content %}{% endblock %}
|
47
48
|
</main>
|
48
49
|
</div>
|
@@ -1,7 +1,10 @@
|
|
1
|
-
@import "
|
2
|
-
@import "
|
3
|
-
|
4
|
-
@
|
5
|
-
|
1
|
+
@import "../settings/warnings";
|
2
|
+
@import "index";
|
3
|
+
|
4
|
+
@include _warning(
|
5
|
+
"import-using-all",
|
6
|
+
"Importing using 'govuk/tools/all' is deprecated. Update your import statement to import 'govuk/tools/index'.",
|
7
|
+
$silence-further-warnings: false
|
8
|
+
);
|
6
9
|
|
7
10
|
/*# sourceMappingURL=_all.scss.map */
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["../../../src/govuk/tools/_all.scss"],"names":[],"mappings":"AAAA,
|
1
|
+
{"version":3,"sources":["../../../src/govuk/tools/_all.scss"],"names":[],"mappings":"AAAA,8BAA8B;AAC9B,eAAe;;AAEf;;;;CAIC","file":"_all.scss","sourcesContent":["@import \"../settings/warnings\";\n@import \"index\";\n\n@include _warning(\n \"import-using-all\",\n \"Importing using 'govuk/tools/all' is deprecated. Update your import statement to import 'govuk/tools/index'.\",\n $silence-further-warnings: false\n);\n"]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"sources":["../../../src/govuk/tools/_index.scss"],"names":[],"mappings":"AAAA,iBAAiB;AACjB,kBAAkB;AAClB,mBAAmB;AACnB,kBAAkB;AAClB,mBAAmB","file":"_index.scss","sourcesContent":["@import \"exports\";\n@import \"font-url\";\n@import \"image-url\";\n@import \"px-to-em\";\n@import \"px-to-rem\";\n"]}
|
@@ -1,4 +1,10 @@
|
|
1
|
-
@import "
|
2
|
-
@import "
|
1
|
+
@import "../settings/warnings";
|
2
|
+
@import "index";
|
3
|
+
|
4
|
+
@include _warning(
|
5
|
+
"import-using-all",
|
6
|
+
"Importing using 'govuk/utilities/all' is deprecated. Update your import statement to import 'govuk/utilities/index'.",
|
7
|
+
$silence-further-warnings: false
|
8
|
+
);
|
3
9
|
|
4
10
|
/*# sourceMappingURL=_all.scss.map */
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["../../../src/govuk/utilities/_all.scss"],"names":[],"mappings":"AAAA,
|
1
|
+
{"version":3,"sources":["../../../src/govuk/utilities/_all.scss"],"names":[],"mappings":"AAAA,8BAA8B;AAC9B,eAAe;;AAEf;;;;CAIC","file":"_all.scss","sourcesContent":["@import \"../settings/warnings\";\n@import \"index\";\n\n@include _warning(\n \"import-using-all\",\n \"Importing using 'govuk/utilities/all' is deprecated. Update your import statement to import 'govuk/utilities/index'.\",\n $silence-further-warnings: false\n);\n"]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"sources":["../../../src/govuk/utilities/_index.scss"],"names":[],"mappings":"AAAA,kBAAkB;AAClB,yBAAyB","file":"_index.scss","sourcesContent":["@import \"clearfix\";\n@import \"visually-hidden\";\n"]}
|
@@ -3,7 +3,7 @@
|
|
3
3
|
"description": "GOV.UK Frontend contains the code you need to start building a user interface for government platforms and services.",
|
4
4
|
"urls": {
|
5
5
|
"documentation": "https://design-system.service.gov.uk/",
|
6
|
-
"releaseNotes": "https://github.com/alphagov/govuk-frontend/releases/tag/v5.
|
6
|
+
"releaseNotes": "https://github.com/alphagov/govuk-frontend/releases/tag/v5.5.0",
|
7
7
|
"versionHistory": "https://github.com/alphagov/govuk-frontend/releases"
|
8
8
|
}
|
9
9
|
},
|
@@ -117,6 +117,10 @@
|
|
117
117
|
"importFrom": "govuk/components/panel/macro.njk",
|
118
118
|
"macroName": "govukPanel"
|
119
119
|
},
|
120
|
+
{
|
121
|
+
"importFrom": "govuk/components/password-input/macro.njk",
|
122
|
+
"macroName": "govukPasswordInput"
|
123
|
+
},
|
120
124
|
{
|
121
125
|
"importFrom": "govuk/components/phase-banner/macro.njk",
|
122
126
|
"macroName": "govukPhaseBanner"
|
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "govuk-frontend",
|
3
3
|
"description": "GOV.UK Frontend contains the code you need to start building a user interface for government platforms and services.",
|
4
|
-
"version": "5.
|
4
|
+
"version": "5.5.0",
|
5
5
|
"main": "dist/govuk/all.bundle.js",
|
6
6
|
"module": "dist/govuk/all.mjs",
|
7
7
|
"sass": "dist/govuk/all.scss",
|
@@ -23,6 +23,7 @@
|
|
23
23
|
"./govuk-prototype-kit.config.json": "./govuk-prototype-kit.config.json",
|
24
24
|
"./package.json": "./package.json"
|
25
25
|
},
|
26
|
+
"sideEffects": false,
|
26
27
|
"engines": {
|
27
28
|
"node": ">= 4.2.0"
|
28
29
|
},
|
@@ -61,30 +62,30 @@
|
|
61
62
|
"version": "echo $npm_package_version"
|
62
63
|
},
|
63
64
|
"devDependencies": {
|
64
|
-
"@babel/core": "^7.
|
65
|
-
"@babel/preset-env": "^7.
|
65
|
+
"@babel/core": "^7.25.2",
|
66
|
+
"@babel/preset-env": "^7.25.3",
|
66
67
|
"@govuk-frontend/config": "*",
|
67
68
|
"@govuk-frontend/helpers": "*",
|
68
69
|
"@govuk-frontend/lib": "*",
|
69
70
|
"@govuk-frontend/tasks": "*",
|
70
71
|
"@rollup/plugin-babel": "^6.0.4",
|
71
|
-
"@rollup/plugin-replace": "^5.0.
|
72
|
+
"@rollup/plugin-replace": "^5.0.7",
|
72
73
|
"@rollup/plugin-terser": "^0.4.4",
|
73
|
-
"autoprefixer": "^10.4.
|
74
|
-
"cssnano": "^
|
75
|
-
"cssnano-preset-default": "^
|
76
|
-
"govuk-prototype-kit": "^13.16.
|
77
|
-
"gulp": "^
|
78
|
-
"gulp-cli": "^
|
79
|
-
"html-validate": "8.
|
74
|
+
"autoprefixer": "^10.4.20",
|
75
|
+
"cssnano": "^7.0.4",
|
76
|
+
"cssnano-preset-default": "^7.0.1",
|
77
|
+
"govuk-prototype-kit": "^13.16.2",
|
78
|
+
"gulp": "^5.0.0",
|
79
|
+
"gulp-cli": "^3.0.0",
|
80
|
+
"html-validate": "8.21.0",
|
80
81
|
"nunjucks": "^3.2.4",
|
81
82
|
"outdent": "^0.8.0",
|
82
|
-
"postcss": "^8.4.
|
83
|
+
"postcss": "^8.4.40",
|
83
84
|
"postcss-scss": "^4.0.9",
|
84
|
-
"puppeteer": "^
|
85
|
-
"rollup": "^4.
|
85
|
+
"puppeteer": "^22.15.0",
|
86
|
+
"rollup": "^4.19.1",
|
86
87
|
"sass-color-helpers": "^2.1.1",
|
87
|
-
"sass-embedded": "^1.
|
88
|
+
"sass-embedded": "^1.77.8",
|
88
89
|
"sassdoc": "^2.7.4",
|
89
90
|
"slash": "^5.1.0"
|
90
91
|
}
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: govuk_publishing_components
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 43.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- GOV.UK Dev
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-08-
|
11
|
+
date: 2024-08-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: govuk_app_config
|
@@ -492,6 +492,7 @@ files:
|
|
492
492
|
- app/assets/stylesheets/govuk_publishing_components/components/_button.scss
|
493
493
|
- app/assets/stylesheets/govuk_publishing_components/components/_cards.scss
|
494
494
|
- app/assets/stylesheets/govuk_publishing_components/components/_character-count.scss
|
495
|
+
- app/assets/stylesheets/govuk_publishing_components/components/_chat-entry.scss
|
495
496
|
- app/assets/stylesheets/govuk_publishing_components/components/_checkboxes.scss
|
496
497
|
- app/assets/stylesheets/govuk_publishing_components/components/_contents-list.scss
|
497
498
|
- app/assets/stylesheets/govuk_publishing_components/components/_contextual-guidance.scss
|
@@ -625,6 +626,7 @@ files:
|
|
625
626
|
- app/views/govuk_publishing_components/components/_button.html.erb
|
626
627
|
- app/views/govuk_publishing_components/components/_cards.html.erb
|
627
628
|
- app/views/govuk_publishing_components/components/_character_count.html.erb
|
629
|
+
- app/views/govuk_publishing_components/components/_chat_entry.html.erb
|
628
630
|
- app/views/govuk_publishing_components/components/_checkboxes.html.erb
|
629
631
|
- app/views/govuk_publishing_components/components/_contents_list.html.erb
|
630
632
|
- app/views/govuk_publishing_components/components/_contextual_breadcrumbs.html.erb
|
@@ -714,6 +716,7 @@ files:
|
|
714
716
|
- app/views/govuk_publishing_components/components/docs/button.yml
|
715
717
|
- app/views/govuk_publishing_components/components/docs/cards.yml
|
716
718
|
- app/views/govuk_publishing_components/components/docs/character_count.yml
|
719
|
+
- app/views/govuk_publishing_components/components/docs/chat_entry.yml
|
717
720
|
- app/views/govuk_publishing_components/components/docs/checkboxes.yml
|
718
721
|
- app/views/govuk_publishing_components/components/docs/contents_list.yml
|
719
722
|
- app/views/govuk_publishing_components/components/docs/contextual_breadcrumbs.yml
|
@@ -787,6 +790,8 @@ files:
|
|
787
790
|
- app/views/govuk_publishing_components/components/feedback/_problem_form.html.erb
|
788
791
|
- app/views/govuk_publishing_components/components/feedback/_survey_signup_form.html.erb
|
789
792
|
- app/views/govuk_publishing_components/components/feedback/_yes_no_banner.html.erb
|
793
|
+
- app/views/govuk_publishing_components/components/govuk_logo/_govuk_logo.html.erb
|
794
|
+
- app/views/govuk_publishing_components/components/govuk_logo/_govuk_logo_crown_only.html.erb
|
790
795
|
- app/views/govuk_publishing_components/components/layout_for_public/_account-layout.html.erb
|
791
796
|
- app/views/govuk_publishing_components/components/layout_for_public/_account-navigation.html.erb
|
792
797
|
- app/views/govuk_publishing_components/components/layout_for_public/_header_logo.html.erb
|
@@ -989,8 +994,12 @@ files:
|
|
989
994
|
- node_modules/govuk-frontend/dist/govuk/common/index.mjs.map
|
990
995
|
- node_modules/govuk-frontend/dist/govuk/common/normalise-dataset.mjs
|
991
996
|
- node_modules/govuk-frontend/dist/govuk/common/normalise-dataset.mjs.map
|
997
|
+
- node_modules/govuk-frontend/dist/govuk/common/normalise-string.mjs
|
998
|
+
- node_modules/govuk-frontend/dist/govuk/common/normalise-string.mjs.map
|
992
999
|
- node_modules/govuk-frontend/dist/govuk/components/_all.scss
|
993
1000
|
- node_modules/govuk-frontend/dist/govuk/components/_all.scss.map
|
1001
|
+
- node_modules/govuk-frontend/dist/govuk/components/_index.scss
|
1002
|
+
- node_modules/govuk-frontend/dist/govuk/components/_index.scss.map
|
994
1003
|
- node_modules/govuk-frontend/dist/govuk/components/accordion/README.md
|
995
1004
|
- node_modules/govuk-frontend/dist/govuk/components/accordion/_accordion.scss
|
996
1005
|
- node_modules/govuk-frontend/dist/govuk/components/accordion/_accordion.scss.map
|
@@ -1023,6 +1032,7 @@ files:
|
|
1023
1032
|
- node_modules/govuk-frontend/dist/govuk/components/back-link/macro.njk
|
1024
1033
|
- node_modules/govuk-frontend/dist/govuk/components/back-link/template-default.html
|
1025
1034
|
- node_modules/govuk-frontend/dist/govuk/components/back-link/template-inverse.html
|
1035
|
+
- node_modules/govuk-frontend/dist/govuk/components/back-link/template-with-custom-link.html
|
1026
1036
|
- node_modules/govuk-frontend/dist/govuk/components/back-link/template-with-custom-text.html
|
1027
1037
|
- node_modules/govuk-frontend/dist/govuk/components/back-link/template.njk
|
1028
1038
|
- node_modules/govuk-frontend/dist/govuk/components/breadcrumbs/README.md
|
@@ -1119,6 +1129,7 @@ files:
|
|
1119
1129
|
- node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-default.html
|
1120
1130
|
- node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-small-with-conditional-reveal.html
|
1121
1131
|
- node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-small-with-disabled.html
|
1132
|
+
- node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-small-with-divider-and-none.html
|
1122
1133
|
- node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-small-with-error.html
|
1123
1134
|
- node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-small-with-hint.html
|
1124
1135
|
- node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-small-with-long-text.html
|
@@ -1219,6 +1230,7 @@ files:
|
|
1219
1230
|
- node_modules/govuk-frontend/dist/govuk/components/error-summary/macro.njk
|
1220
1231
|
- node_modules/govuk-frontend/dist/govuk/components/error-summary/template-default.html
|
1221
1232
|
- node_modules/govuk-frontend/dist/govuk/components/error-summary/template-mixed-with-and-without-links.html
|
1233
|
+
- node_modules/govuk-frontend/dist/govuk/components/error-summary/template-with-description-only.html
|
1222
1234
|
- node_modules/govuk-frontend/dist/govuk/components/error-summary/template-with-everything.html
|
1223
1235
|
- node_modules/govuk-frontend/dist/govuk/components/error-summary/template-without-links.html
|
1224
1236
|
- node_modules/govuk-frontend/dist/govuk/components/error-summary/template.njk
|
@@ -1321,7 +1333,7 @@ files:
|
|
1321
1333
|
- node_modules/govuk-frontend/dist/govuk/components/header/template-with-service-name-and-navigation.html
|
1322
1334
|
- node_modules/govuk-frontend/dist/govuk/components/header/template-with-service-name-but-no-service-url.html
|
1323
1335
|
- node_modules/govuk-frontend/dist/govuk/components/header/template-with-service-name.html
|
1324
|
-
- node_modules/govuk-frontend/dist/govuk/components/header/template-with-
|
1336
|
+
- node_modules/govuk-frontend/dist/govuk/components/header/template-with-st-edwards-crown.html
|
1325
1337
|
- node_modules/govuk-frontend/dist/govuk/components/header/template.njk
|
1326
1338
|
- node_modules/govuk-frontend/dist/govuk/components/hint/README.md
|
1327
1339
|
- node_modules/govuk-frontend/dist/govuk/components/hint/_hint.scss
|
@@ -1343,7 +1355,10 @@ files:
|
|
1343
1355
|
- node_modules/govuk-frontend/dist/govuk/components/input/macro-options.json
|
1344
1356
|
- node_modules/govuk-frontend/dist/govuk/components/input/macro.njk
|
1345
1357
|
- node_modules/govuk-frontend/dist/govuk/components/input/template-default.html
|
1358
|
+
- node_modules/govuk-frontend/dist/govuk/components/input/template-disabled.html
|
1359
|
+
- node_modules/govuk-frontend/dist/govuk/components/input/template-with-autocapitalize-turned-off.html
|
1346
1360
|
- node_modules/govuk-frontend/dist/govuk/components/input/template-with-autocomplete-attribute.html
|
1361
|
+
- node_modules/govuk-frontend/dist/govuk/components/input/template-with-error-and-hint.html
|
1347
1362
|
- node_modules/govuk-frontend/dist/govuk/components/input/template-with-error-message.html
|
1348
1363
|
- node_modules/govuk-frontend/dist/govuk/components/input/template-with-extra-letter-spacing.html
|
1349
1364
|
- node_modules/govuk-frontend/dist/govuk/components/input/template-with-hint-text.html
|
@@ -1457,6 +1472,27 @@ files:
|
|
1457
1472
|
- node_modules/govuk-frontend/dist/govuk/components/panel/template-custom-heading-level.html
|
1458
1473
|
- node_modules/govuk-frontend/dist/govuk/components/panel/template-default.html
|
1459
1474
|
- node_modules/govuk-frontend/dist/govuk/components/panel/template.njk
|
1475
|
+
- node_modules/govuk-frontend/dist/govuk/components/password-input/_index.scss
|
1476
|
+
- node_modules/govuk-frontend/dist/govuk/components/password-input/_index.scss.map
|
1477
|
+
- node_modules/govuk-frontend/dist/govuk/components/password-input/_password-input.scss
|
1478
|
+
- node_modules/govuk-frontend/dist/govuk/components/password-input/_password-input.scss.map
|
1479
|
+
- node_modules/govuk-frontend/dist/govuk/components/password-input/fixtures.json
|
1480
|
+
- node_modules/govuk-frontend/dist/govuk/components/password-input/macro-options.json
|
1481
|
+
- node_modules/govuk-frontend/dist/govuk/components/password-input/macro.njk
|
1482
|
+
- node_modules/govuk-frontend/dist/govuk/components/password-input/password-input.bundle.js
|
1483
|
+
- node_modules/govuk-frontend/dist/govuk/components/password-input/password-input.bundle.js.map
|
1484
|
+
- node_modules/govuk-frontend/dist/govuk/components/password-input/password-input.bundle.mjs
|
1485
|
+
- node_modules/govuk-frontend/dist/govuk/components/password-input/password-input.bundle.mjs.map
|
1486
|
+
- node_modules/govuk-frontend/dist/govuk/components/password-input/password-input.mjs
|
1487
|
+
- node_modules/govuk-frontend/dist/govuk/components/password-input/password-input.mjs.map
|
1488
|
+
- node_modules/govuk-frontend/dist/govuk/components/password-input/template-default.html
|
1489
|
+
- node_modules/govuk-frontend/dist/govuk/components/password-input/template-with-error-message.html
|
1490
|
+
- node_modules/govuk-frontend/dist/govuk/components/password-input/template-with-hint-text.html
|
1491
|
+
- node_modules/govuk-frontend/dist/govuk/components/password-input/template-with-input-width-class.html
|
1492
|
+
- node_modules/govuk-frontend/dist/govuk/components/password-input/template-with-label-as-page-heading.html
|
1493
|
+
- node_modules/govuk-frontend/dist/govuk/components/password-input/template-with-new-password-autocomplete.html
|
1494
|
+
- node_modules/govuk-frontend/dist/govuk/components/password-input/template-with-translations.html
|
1495
|
+
- node_modules/govuk-frontend/dist/govuk/components/password-input/template.njk
|
1460
1496
|
- node_modules/govuk-frontend/dist/govuk/components/phase-banner/README.md
|
1461
1497
|
- node_modules/govuk-frontend/dist/govuk/components/phase-banner/_index.scss
|
1462
1498
|
- node_modules/govuk-frontend/dist/govuk/components/phase-banner/_index.scss.map
|
@@ -1577,6 +1613,7 @@ files:
|
|
1577
1613
|
- node_modules/govuk-frontend/dist/govuk/components/table/template-default.html
|
1578
1614
|
- node_modules/govuk-frontend/dist/govuk/components/table/template-table-with-head-and-caption.html
|
1579
1615
|
- node_modules/govuk-frontend/dist/govuk/components/table/template-table-with-head.html
|
1616
|
+
- node_modules/govuk-frontend/dist/govuk/components/table/template-with-small-text-modifier-for-tables-with-a-lot-of-data.html
|
1580
1617
|
- node_modules/govuk-frontend/dist/govuk/components/table/template.njk
|
1581
1618
|
- node_modules/govuk-frontend/dist/govuk/components/tabs/README.md
|
1582
1619
|
- node_modules/govuk-frontend/dist/govuk/components/tabs/_index.scss
|
@@ -1628,6 +1665,7 @@ files:
|
|
1628
1665
|
- node_modules/govuk-frontend/dist/govuk/components/task-list/template-example-with-all-possible-colours.html
|
1629
1666
|
- node_modules/govuk-frontend/dist/govuk/components/task-list/template-example-with-hint-text-and-additional-states.html
|
1630
1667
|
- node_modules/govuk-frontend/dist/govuk/components/task-list/template-example-with-very-long-single-word-tags.html
|
1668
|
+
- node_modules/govuk-frontend/dist/govuk/components/task-list/template-with-empty-values.html
|
1631
1669
|
- node_modules/govuk-frontend/dist/govuk/components/task-list/template.njk
|
1632
1670
|
- node_modules/govuk-frontend/dist/govuk/components/textarea/README.md
|
1633
1671
|
- node_modules/govuk-frontend/dist/govuk/components/textarea/_index.scss
|
@@ -1665,6 +1703,8 @@ files:
|
|
1665
1703
|
- node_modules/govuk-frontend/dist/govuk/core/_global-styles.scss.map
|
1666
1704
|
- node_modules/govuk-frontend/dist/govuk/core/_govuk-frontend-properties.scss
|
1667
1705
|
- node_modules/govuk-frontend/dist/govuk/core/_govuk-frontend-properties.scss.map
|
1706
|
+
- node_modules/govuk-frontend/dist/govuk/core/_index.scss
|
1707
|
+
- node_modules/govuk-frontend/dist/govuk/core/_index.scss.map
|
1668
1708
|
- node_modules/govuk-frontend/dist/govuk/core/_links.scss
|
1669
1709
|
- node_modules/govuk-frontend/dist/govuk/core/_links.scss.map
|
1670
1710
|
- node_modules/govuk-frontend/dist/govuk/core/_lists.scss
|
@@ -1695,6 +1735,8 @@ files:
|
|
1695
1735
|
- node_modules/govuk-frontend/dist/govuk/helpers/_font-faces.scss.map
|
1696
1736
|
- node_modules/govuk-frontend/dist/govuk/helpers/_grid.scss
|
1697
1737
|
- node_modules/govuk-frontend/dist/govuk/helpers/_grid.scss.map
|
1738
|
+
- node_modules/govuk-frontend/dist/govuk/helpers/_index.scss
|
1739
|
+
- node_modules/govuk-frontend/dist/govuk/helpers/_index.scss.map
|
1698
1740
|
- node_modules/govuk-frontend/dist/govuk/helpers/_links.scss
|
1699
1741
|
- node_modules/govuk-frontend/dist/govuk/helpers/_links.scss.map
|
1700
1742
|
- node_modules/govuk-frontend/dist/govuk/helpers/_media-queries.scss
|
@@ -1709,6 +1751,11 @@ files:
|
|
1709
1751
|
- node_modules/govuk-frontend/dist/govuk/helpers/_visually-hidden.scss.map
|
1710
1752
|
- node_modules/govuk-frontend/dist/govuk/i18n.mjs
|
1711
1753
|
- node_modules/govuk-frontend/dist/govuk/i18n.mjs.map
|
1754
|
+
- node_modules/govuk-frontend/dist/govuk/index.scss
|
1755
|
+
- node_modules/govuk-frontend/dist/govuk/index.scss.map
|
1756
|
+
- node_modules/govuk-frontend/dist/govuk/init.mjs
|
1757
|
+
- node_modules/govuk-frontend/dist/govuk/init.mjs.map
|
1758
|
+
- node_modules/govuk-frontend/dist/govuk/macros/attributes.njk
|
1712
1759
|
- node_modules/govuk-frontend/dist/govuk/macros/i18n.njk
|
1713
1760
|
- node_modules/govuk-frontend/dist/govuk/objects/_all.scss
|
1714
1761
|
- node_modules/govuk-frontend/dist/govuk/objects/_all.scss.map
|
@@ -1718,6 +1765,8 @@ files:
|
|
1718
1765
|
- node_modules/govuk-frontend/dist/govuk/objects/_form-group.scss.map
|
1719
1766
|
- node_modules/govuk-frontend/dist/govuk/objects/_grid.scss
|
1720
1767
|
- node_modules/govuk-frontend/dist/govuk/objects/_grid.scss.map
|
1768
|
+
- node_modules/govuk-frontend/dist/govuk/objects/_index.scss
|
1769
|
+
- node_modules/govuk-frontend/dist/govuk/objects/_index.scss.map
|
1721
1770
|
- node_modules/govuk-frontend/dist/govuk/objects/_main-wrapper.scss
|
1722
1771
|
- node_modules/govuk-frontend/dist/govuk/objects/_main-wrapper.scss.map
|
1723
1772
|
- node_modules/govuk-frontend/dist/govuk/objects/_template.scss
|
@@ -1728,6 +1777,8 @@ files:
|
|
1728
1777
|
- node_modules/govuk-frontend/dist/govuk/overrides/_all.scss.map
|
1729
1778
|
- node_modules/govuk-frontend/dist/govuk/overrides/_display.scss
|
1730
1779
|
- node_modules/govuk-frontend/dist/govuk/overrides/_display.scss.map
|
1780
|
+
- node_modules/govuk-frontend/dist/govuk/overrides/_index.scss
|
1781
|
+
- node_modules/govuk-frontend/dist/govuk/overrides/_index.scss.map
|
1731
1782
|
- node_modules/govuk-frontend/dist/govuk/overrides/_spacing.scss
|
1732
1783
|
- node_modules/govuk-frontend/dist/govuk/overrides/_spacing.scss.map
|
1733
1784
|
- node_modules/govuk-frontend/dist/govuk/overrides/_text-align.scss
|
@@ -1748,6 +1799,8 @@ files:
|
|
1748
1799
|
- node_modules/govuk-frontend/dist/govuk/settings/_colours-palette.scss.map
|
1749
1800
|
- node_modules/govuk-frontend/dist/govuk/settings/_global-styles.scss
|
1750
1801
|
- node_modules/govuk-frontend/dist/govuk/settings/_global-styles.scss.map
|
1802
|
+
- node_modules/govuk-frontend/dist/govuk/settings/_index.scss
|
1803
|
+
- node_modules/govuk-frontend/dist/govuk/settings/_index.scss.map
|
1751
1804
|
- node_modules/govuk-frontend/dist/govuk/settings/_links.scss
|
1752
1805
|
- node_modules/govuk-frontend/dist/govuk/settings/_links.scss.map
|
1753
1806
|
- node_modules/govuk-frontend/dist/govuk/settings/_measurements.scss
|
@@ -1771,6 +1824,8 @@ files:
|
|
1771
1824
|
- node_modules/govuk-frontend/dist/govuk/tools/_font-url.scss.map
|
1772
1825
|
- node_modules/govuk-frontend/dist/govuk/tools/_image-url.scss
|
1773
1826
|
- node_modules/govuk-frontend/dist/govuk/tools/_image-url.scss.map
|
1827
|
+
- node_modules/govuk-frontend/dist/govuk/tools/_index.scss
|
1828
|
+
- node_modules/govuk-frontend/dist/govuk/tools/_index.scss.map
|
1774
1829
|
- node_modules/govuk-frontend/dist/govuk/tools/_px-to-em.scss
|
1775
1830
|
- node_modules/govuk-frontend/dist/govuk/tools/_px-to-em.scss.map
|
1776
1831
|
- node_modules/govuk-frontend/dist/govuk/tools/_px-to-rem.scss
|
@@ -1779,6 +1834,8 @@ files:
|
|
1779
1834
|
- node_modules/govuk-frontend/dist/govuk/utilities/_all.scss.map
|
1780
1835
|
- node_modules/govuk-frontend/dist/govuk/utilities/_clearfix.scss
|
1781
1836
|
- node_modules/govuk-frontend/dist/govuk/utilities/_clearfix.scss.map
|
1837
|
+
- node_modules/govuk-frontend/dist/govuk/utilities/_index.scss
|
1838
|
+
- node_modules/govuk-frontend/dist/govuk/utilities/_index.scss.map
|
1782
1839
|
- node_modules/govuk-frontend/dist/govuk/utilities/_visually-hidden.scss
|
1783
1840
|
- node_modules/govuk-frontend/dist/govuk/utilities/_visually-hidden.scss.map
|
1784
1841
|
- node_modules/govuk-frontend/dist/govuk/vendor/_sass-mq.scss
|