govuk_publishing_components 39.2.5 → 40.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/config/govuk_publishing_components_manifest.js +2 -2
- data/app/assets/config/govuk_publishing_components_sassc-rails_manifest.js +2 -2
- data/app/assets/javascripts/govuk_publishing_components/analytics/external-link-tracker.js +1 -1
- data/app/assets/javascripts/govuk_publishing_components/analytics-ga4/ga4-ecommerce-tracker.js +1 -1
- data/app/assets/javascripts/govuk_publishing_components/analytics-ga4/ga4-specialist-link-tracker.js +1 -1
- data/app/assets/javascripts/govuk_publishing_components/components/accordion.js +5 -7
- data/app/assets/javascripts/govuk_publishing_components/components/button.js +1 -1
- data/app/assets/javascripts/govuk_publishing_components/components/character-count.js +1 -1
- data/app/assets/javascripts/govuk_publishing_components/components/checkboxes.js +1 -2
- data/app/assets/javascripts/govuk_publishing_components/components/details.js +1 -3
- data/app/assets/javascripts/govuk_publishing_components/components/error-summary.js +1 -1
- data/app/assets/javascripts/govuk_publishing_components/components/layout-header.js +1 -1
- data/app/assets/javascripts/govuk_publishing_components/components/layout-super-navigation-header.js +1 -1
- data/app/assets/javascripts/govuk_publishing_components/components/option-select.js +1 -1
- data/app/assets/javascripts/govuk_publishing_components/components/radio.js +1 -1
- data/app/assets/javascripts/govuk_publishing_components/components/skip-link.js +1 -1
- data/app/assets/javascripts/govuk_publishing_components/components/step-by-step-nav.js +1 -1
- data/app/assets/javascripts/govuk_publishing_components/components/tabs.js +1 -1
- data/app/assets/javascripts/govuk_publishing_components/lib/govspeak/magna-charta.js +1 -1
- data/app/assets/javascripts/govuk_publishing_components/lib/toggle-input-class-on-focus.js +1 -1
- data/app/assets/javascripts/govuk_publishing_components/vendor/polyfills-govuk-frontend-v4/DOMTokenList.js +273 -0
- data/app/assets/javascripts/govuk_publishing_components/vendor/polyfills-govuk-frontend-v4/Date/now.js +21 -0
- data/app/assets/javascripts/govuk_publishing_components/vendor/polyfills-govuk-frontend-v4/Document.js +34 -0
- data/app/assets/javascripts/govuk_publishing_components/vendor/polyfills-govuk-frontend-v4/Element/prototype/classList.js +592 -0
- data/app/assets/javascripts/govuk_publishing_components/vendor/polyfills-govuk-frontend-v4/Element/prototype/closest.js +57 -0
- data/app/assets/javascripts/govuk_publishing_components/vendor/polyfills-govuk-frontend-v4/Element/prototype/dataset.js +303 -0
- data/app/assets/javascripts/govuk_publishing_components/vendor/polyfills-govuk-frontend-v4/Element/prototype/matches.js +32 -0
- data/app/assets/javascripts/govuk_publishing_components/vendor/polyfills-govuk-frontend-v4/Element/prototype/nextElementSibling.js +257 -0
- data/app/assets/javascripts/govuk_publishing_components/vendor/polyfills-govuk-frontend-v4/Element/prototype/previousElementSibling.js +257 -0
- data/app/assets/javascripts/govuk_publishing_components/vendor/polyfills-govuk-frontend-v4/Element.js +148 -0
- data/app/assets/javascripts/govuk_publishing_components/vendor/polyfills-govuk-frontend-v4/Event.js +506 -0
- data/app/assets/javascripts/govuk_publishing_components/vendor/polyfills-govuk-frontend-v4/Function/prototype/bind.js +253 -0
- data/app/assets/javascripts/govuk_publishing_components/vendor/polyfills-govuk-frontend-v4/Object/defineProperty.js +94 -0
- data/app/assets/javascripts/govuk_publishing_components/vendor/polyfills-govuk-frontend-v4/String/prototype/trim.js +22 -0
- data/app/assets/javascripts/govuk_publishing_components/vendor/polyfills-govuk-frontend-v4/Window.js +28 -0
- data/app/assets/stylesheets/component_guide/application.scss +1 -4
- data/app/assets/stylesheets/govuk_publishing_components/_all_components.scss +0 -3
- data/app/assets/stylesheets/govuk_publishing_components/_individual_component_support.scss +0 -2
- data/app/assets/stylesheets/govuk_publishing_components/components/_attachment.scss +1 -1
- data/app/assets/stylesheets/govuk_publishing_components/components/_checkboxes.scss +3 -2
- data/app/assets/stylesheets/govuk_publishing_components/components/_contextual-sidebar.scss +1 -1
- data/app/assets/stylesheets/govuk_publishing_components/components/_document-list.scss +2 -2
- data/app/assets/stylesheets/govuk_publishing_components/components/_govspeak-html-publication.scss +3 -3
- data/app/assets/stylesheets/govuk_publishing_components/components/_image-card.scss +2 -2
- data/app/assets/stylesheets/govuk_publishing_components/components/_intervention.scss +1 -1
- data/app/assets/stylesheets/govuk_publishing_components/components/_layout-header.scss +8 -8
- data/app/assets/stylesheets/govuk_publishing_components/components/_layout-super-navigation-header.scss +1 -0
- data/app/assets/stylesheets/govuk_publishing_components/components/_related-navigation.scss +1 -1
- data/app/assets/stylesheets/govuk_publishing_components/components/_step-by-step-nav-header.scss +1 -1
- data/app/assets/stylesheets/govuk_publishing_components/components/_step-by-step-nav.scss +5 -5
- data/app/assets/stylesheets/govuk_publishing_components/components/_subscription-links.scss +1 -1
- data/app/assets/stylesheets/govuk_publishing_components/components/_table.scss +3 -3
- data/app/assets/stylesheets/govuk_publishing_components/components/_warning-text.scss +5 -1
- data/app/assets/stylesheets/govuk_publishing_components/components/govspeak/_advisory.scss +1 -1
- data/app/assets/stylesheets/govuk_publishing_components/components/govspeak/_attachment.scss +2 -2
- data/app/assets/stylesheets/govuk_publishing_components/components/govspeak/_call-to-action.scss +1 -1
- data/app/assets/stylesheets/govuk_publishing_components/components/govspeak/_contact.scss +1 -1
- data/app/assets/stylesheets/govuk_publishing_components/components/govspeak/_example.scss +1 -1
- data/app/assets/stylesheets/govuk_publishing_components/components/govspeak/_footnotes.scss +1 -1
- data/app/assets/stylesheets/govuk_publishing_components/components/govspeak/_information-callout.scss +1 -1
- data/app/assets/stylesheets/govuk_publishing_components/components/govspeak/_place.scss +1 -1
- data/app/assets/stylesheets/govuk_publishing_components/components/govspeak/_tables.scss +1 -1
- data/app/assets/stylesheets/govuk_publishing_components/govuk_frontend_support.scss +2 -2
- data/app/views/govuk_publishing_components/components/_accordion.html.erb +0 -1
- data/app/views/govuk_publishing_components/components/_details.html.erb +2 -2
- data/app/views/govuk_publishing_components/components/_layout_for_admin.html.erb +4 -0
- data/app/views/govuk_publishing_components/components/_layout_for_public.html.erb +7 -6
- data/app/views/govuk_publishing_components/components/_layout_super_navigation_header.html.erb +5 -38
- data/app/views/govuk_publishing_components/components/_modal_dialogue.html.erb +0 -1
- data/app/views/govuk_publishing_components/components/_phase_banner.html.erb +1 -1
- data/app/views/govuk_publishing_components/components/_warning_text.html.erb +1 -1
- data/app/views/govuk_publishing_components/components/docs/accordion.yml +1 -2
- data/app/views/govuk_publishing_components/components/docs/layout_for_admin.yml +9 -0
- data/app/views/govuk_publishing_components/components/layout_for_public/_header_logo.html.erb +41 -0
- data/app/views/govuk_publishing_components/components/layout_header/_header_logo.html.erb +14 -16
- data/config/initializers/assets.rb +3 -3
- data/lib/govuk_publishing_components/config.rb +3 -0
- data/lib/govuk_publishing_components/version.rb +1 -1
- data/node_modules/govuk-frontend/README.md +11 -8
- data/node_modules/govuk-frontend/dist/govuk/_base.scss +5 -0
- data/node_modules/govuk-frontend/dist/govuk/_base.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/all.bundle.js +2168 -0
- data/node_modules/govuk-frontend/dist/govuk/all.bundle.js.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/all.bundle.mjs +2148 -0
- data/node_modules/govuk-frontend/dist/govuk/all.bundle.mjs.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/all.mjs +78 -0
- data/node_modules/govuk-frontend/dist/govuk/all.mjs.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/all.scss +11 -0
- data/node_modules/govuk-frontend/dist/govuk/all.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/assets/images/favicon.svg +1 -0
- data/node_modules/govuk-frontend/dist/govuk/assets/images/govuk-icon-192.png +0 -0
- data/node_modules/govuk-frontend/dist/govuk/assets/images/govuk-icon-512.png +0 -0
- data/node_modules/govuk-frontend/dist/govuk/assets/images/govuk-icon-mask.svg +1 -0
- data/node_modules/govuk-frontend/dist/govuk/assets/manifest.json +39 -0
- data/node_modules/govuk-frontend/dist/govuk/common/closest-attribute-value.mjs +7 -0
- data/node_modules/govuk-frontend/dist/govuk/common/closest-attribute-value.mjs.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/common/govuk-frontend-version.mjs +4 -0
- data/node_modules/govuk-frontend/dist/govuk/common/govuk-frontend-version.mjs.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/common/index.mjs +119 -0
- data/node_modules/govuk-frontend/dist/govuk/common/index.mjs.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/common/normalise-dataset.mjs +26 -0
- data/node_modules/govuk-frontend/dist/govuk/common/normalise-dataset.mjs.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/components/_all.scss +38 -0
- data/node_modules/govuk-frontend/dist/govuk/components/_all.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/components/accordion/_accordion.scss +4 -0
- data/node_modules/govuk-frontend/dist/govuk/components/accordion/_accordion.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/components/accordion/_index.scss +366 -0
- data/node_modules/govuk-frontend/dist/govuk/components/accordion/_index.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/components/accordion/accordion.bundle.js +675 -0
- data/node_modules/govuk-frontend/dist/govuk/components/accordion/accordion.bundle.js.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/components/accordion/accordion.bundle.mjs +667 -0
- data/node_modules/govuk-frontend/dist/govuk/components/accordion/accordion.bundle.mjs.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/components/accordion/accordion.mjs +354 -0
- data/node_modules/govuk-frontend/dist/govuk/components/accordion/accordion.mjs.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/components/accordion/fixtures.json +359 -0
- data/node_modules/govuk-frontend/dist/govuk/components/accordion/macro-options.json +142 -0
- data/node_modules/govuk-frontend/dist/govuk/components/accordion/template-default.html +30 -0
- data/node_modules/govuk-frontend/dist/govuk/components/accordion/template-with-additional-descriptions.html +39 -0
- data/node_modules/govuk-frontend/dist/govuk/components/accordion/template-with-all-sections-already-open.html +30 -0
- data/node_modules/govuk-frontend/dist/govuk/components/accordion/template-with-focusable-elements-inside.html +26 -0
- data/node_modules/govuk-frontend/dist/govuk/components/accordion/template-with-long-content-and-description.html +36 -0
- data/node_modules/govuk-frontend/dist/govuk/components/accordion/template-with-one-section-open.html +30 -0
- data/node_modules/govuk-frontend/dist/govuk/components/accordion/template-with-translations.html +30 -0
- data/node_modules/govuk-frontend/dist/govuk/components/accordion/template.njk +66 -0
- data/node_modules/govuk-frontend/dist/govuk/components/back-link/_back-link.scss +4 -0
- data/node_modules/govuk-frontend/dist/govuk/components/back-link/_back-link.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/components/back-link/_index.scss +83 -0
- data/node_modules/govuk-frontend/dist/govuk/components/back-link/_index.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/components/back-link/fixtures.json +87 -0
- data/node_modules/govuk-frontend/dist/govuk/components/back-link/macro-options.json +32 -0
- data/node_modules/govuk-frontend/dist/govuk/components/back-link/template-default.html +1 -0
- data/node_modules/govuk-frontend/dist/govuk/components/back-link/template-inverse.html +1 -0
- data/node_modules/govuk-frontend/dist/govuk/components/back-link/template-with-custom-text.html +1 -0
- data/node_modules/govuk-frontend/dist/govuk/components/back-link/template.njk +2 -0
- data/node_modules/govuk-frontend/dist/govuk/components/breadcrumbs/_breadcrumbs.scss +4 -0
- data/node_modules/govuk-frontend/dist/govuk/components/breadcrumbs/_breadcrumbs.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/components/breadcrumbs/_index.scss +134 -0
- data/node_modules/govuk-frontend/dist/govuk/components/breadcrumbs/_index.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/components/breadcrumbs/fixtures.json +240 -0
- data/node_modules/govuk-frontend/dist/govuk/components/breadcrumbs/macro-options.json +52 -0
- data/node_modules/govuk-frontend/dist/govuk/components/breadcrumbs/template-default.html +10 -0
- data/node_modules/govuk-frontend/dist/govuk/components/breadcrumbs/template-inverse.html +11 -0
- data/node_modules/govuk-frontend/dist/govuk/components/breadcrumbs/template-with-collapse-on-mobile.html +13 -0
- data/node_modules/govuk-frontend/dist/govuk/components/breadcrumbs/template-with-last-breadcrumb-as-current-page.html +11 -0
- data/node_modules/govuk-frontend/dist/govuk/components/breadcrumbs/template-with-multiple-levels.html +16 -0
- data/node_modules/govuk-frontend/dist/govuk/components/breadcrumbs/template-with-one-level.html +7 -0
- data/node_modules/govuk-frontend/dist/govuk/components/breadcrumbs/template-without-the-home-section.html +10 -0
- data/node_modules/govuk-frontend/dist/govuk/components/breadcrumbs/template.njk +28 -0
- data/node_modules/govuk-frontend/dist/govuk/components/button/_button.scss +4 -0
- data/node_modules/govuk-frontend/dist/govuk/components/button/_button.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/components/button/_index.scss +262 -0
- data/node_modules/govuk-frontend/dist/govuk/components/button/_index.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/components/button/button.bundle.js +194 -0
- data/node_modules/govuk-frontend/dist/govuk/components/button/button.bundle.js.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/components/button/button.bundle.mjs +186 -0
- data/node_modules/govuk-frontend/dist/govuk/components/button/button.bundle.mjs.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/components/button/button.mjs +73 -0
- data/node_modules/govuk-frontend/dist/govuk/components/button/button.mjs.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/components/button/fixtures.json +474 -0
- data/node_modules/govuk-frontend/dist/govuk/components/button/macro-options.json +80 -0
- data/node_modules/govuk-frontend/dist/govuk/components/button/template-default.html +3 -0
- data/node_modules/govuk-frontend/dist/govuk/components/button/template-disabled.html +3 -0
- data/node_modules/govuk-frontend/dist/govuk/components/button/template-input-disabled.html +1 -0
- data/node_modules/govuk-frontend/dist/govuk/components/button/template-input.html +1 -0
- data/node_modules/govuk-frontend/dist/govuk/components/button/template-inverse-disabled.html +3 -0
- data/node_modules/govuk-frontend/dist/govuk/components/button/template-inverse-link.html +3 -0
- data/node_modules/govuk-frontend/dist/govuk/components/button/template-inverse-start.html +6 -0
- data/node_modules/govuk-frontend/dist/govuk/components/button/template-inverse.html +3 -0
- data/node_modules/govuk-frontend/dist/govuk/components/button/template-link.html +3 -0
- data/node_modules/govuk-frontend/dist/govuk/components/button/template-prevent-double-click.html +3 -0
- data/node_modules/govuk-frontend/dist/govuk/components/button/template-secondary-disabled.html +3 -0
- data/node_modules/govuk-frontend/dist/govuk/components/button/template-secondary-link.html +3 -0
- data/node_modules/govuk-frontend/dist/govuk/components/button/template-secondary.html +3 -0
- data/node_modules/govuk-frontend/dist/govuk/components/button/template-start-link.html +6 -0
- data/node_modules/govuk-frontend/dist/govuk/components/button/template-start.html +6 -0
- data/node_modules/govuk-frontend/dist/govuk/components/button/template-warning-disabled.html +3 -0
- data/node_modules/govuk-frontend/dist/govuk/components/button/template-warning-link.html +3 -0
- data/node_modules/govuk-frontend/dist/govuk/components/button/template-warning.html +3 -0
- data/node_modules/govuk-frontend/dist/govuk/components/button/template-with-active-state.html +3 -0
- data/node_modules/govuk-frontend/dist/govuk/components/button/template-with-focus-state.html +3 -0
- data/node_modules/govuk-frontend/dist/govuk/components/button/template-with-hover-state.html +3 -0
- data/node_modules/govuk-frontend/dist/govuk/components/button/template.njk +56 -0
- data/node_modules/govuk-frontend/dist/govuk/components/character-count/_character-count.scss +4 -0
- data/node_modules/govuk-frontend/dist/govuk/components/character-count/_character-count.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/components/character-count/_index.scss +36 -0
- data/node_modules/govuk-frontend/dist/govuk/components/character-count/_index.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/components/character-count/character-count.bundle.js +639 -0
- data/node_modules/govuk-frontend/dist/govuk/components/character-count/character-count.bundle.js.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/components/character-count/character-count.bundle.mjs +631 -0
- data/node_modules/govuk-frontend/dist/govuk/components/character-count/character-count.bundle.mjs.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/components/character-count/character-count.mjs +290 -0
- data/node_modules/govuk-frontend/dist/govuk/components/character-count/character-count.mjs.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/components/character-count/fixtures.json +398 -0
- data/node_modules/govuk-frontend/dist/govuk/components/character-count/macro-options.json +159 -0
- data/node_modules/govuk-frontend/dist/govuk/components/character-count/template-default.html +12 -0
- data/node_modules/govuk-frontend/dist/govuk/components/character-count/template-with-custom-rows.html +12 -0
- data/node_modules/govuk-frontend/dist/govuk/components/character-count/template-with-custom-textarea-description.html +12 -0
- data/node_modules/govuk-frontend/dist/govuk/components/character-count/template-with-default-value-exceeding-limit.html +18 -0
- data/node_modules/govuk-frontend/dist/govuk/components/character-count/template-with-default-value.html +15 -0
- data/node_modules/govuk-frontend/dist/govuk/components/character-count/template-with-hint.html +15 -0
- data/node_modules/govuk-frontend/dist/govuk/components/character-count/template-with-label-as-page-heading.html +14 -0
- data/node_modules/govuk-frontend/dist/govuk/components/character-count/template-with-threshold.html +12 -0
- data/node_modules/govuk-frontend/dist/govuk/components/character-count/template-with-translations.html +12 -0
- data/node_modules/govuk-frontend/dist/govuk/components/character-count/template-with-word-count.html +12 -0
- data/node_modules/govuk-frontend/dist/govuk/components/character-count/template.njk +87 -0
- data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/_checkboxes.scss +4 -0
- data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/_checkboxes.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/_index.scss +303 -0
- data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/_index.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/checkboxes.bundle.js +194 -0
- data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/checkboxes.bundle.js.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/checkboxes.bundle.mjs +186 -0
- data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/checkboxes.bundle.mjs.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/checkboxes.mjs +120 -0
- data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/checkboxes.mjs.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/fixtures.json +1392 -0
- data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/macro-options.json +189 -0
- data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-default.html +22 -0
- data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-small-with-conditional-reveal.html +26 -0
- data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-small-with-disabled.html +27 -0
- data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-small-with-error.html +30 -0
- data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-small-with-hint.html +30 -0
- data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-small-with-long-text.html +27 -0
- data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-small.html +27 -0
- data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-a-medium-legend.html +33 -0
- data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-conditional-item-checked.html +42 -0
- data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-conditional-items-with-special-characters.html +42 -0
- data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-conditional-items.html +42 -0
- data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-disabled-item.html +29 -0
- data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-divider-and-none.html +35 -0
- data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-divider-none-and-conditional-items.html +46 -0
- data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-error-message-and-hints-on-items.html +39 -0
- data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-error-message.html +30 -0
- data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-fieldset-and-error-message.html +30 -0
- data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-hints-on-items.html +29 -0
- data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-id-and-name.html +30 -0
- data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-legend-as-a-page-heading.html +32 -0
- data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-optional-form-group-classes-showing-group-error.html +43 -0
- data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-pre-checked-values.html +31 -0
- data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-single-option-and-hint-set-aria-describedby-on-input.html +16 -0
- data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-single-option-set-aria-describedby-on-input.html +13 -0
- data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-very-long-option-text.html +33 -0
- data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-without-fieldset.html +22 -0
- data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template.njk +118 -0
- data/node_modules/govuk-frontend/dist/govuk/components/cookie-banner/_cookie-banner.scss +4 -0
- data/node_modules/govuk-frontend/dist/govuk/components/cookie-banner/_cookie-banner.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/components/cookie-banner/_index.scss +50 -0
- data/node_modules/govuk-frontend/dist/govuk/components/cookie-banner/_index.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/components/cookie-banner/fixtures.json +520 -0
- data/node_modules/govuk-frontend/dist/govuk/components/cookie-banner/macro-options.json +132 -0
- data/node_modules/govuk-frontend/dist/govuk/components/cookie-banner/template-accepted-confirmation-banner.html +16 -0
- data/node_modules/govuk-frontend/dist/govuk/components/cookie-banner/template-client-side-implementation.html +51 -0
- data/node_modules/govuk-frontend/dist/govuk/components/cookie-banner/template-default.html +21 -0
- data/node_modules/govuk-frontend/dist/govuk/components/cookie-banner/template-rejected-confirmation-banner.html +16 -0
- data/node_modules/govuk-frontend/dist/govuk/components/cookie-banner/template-with-html.html +23 -0
- data/node_modules/govuk-frontend/dist/govuk/components/cookie-banner/template.njk +64 -0
- data/node_modules/govuk-frontend/dist/govuk/components/date-input/_date-input.scss +4 -0
- data/node_modules/govuk-frontend/dist/govuk/components/date-input/_date-input.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/components/date-input/_index.scss +28 -0
- data/node_modules/govuk-frontend/dist/govuk/components/date-input/_index.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/components/date-input/fixtures.json +657 -0
- data/node_modules/govuk-frontend/dist/govuk/components/date-input/macro-options.json +123 -0
- data/node_modules/govuk-frontend/dist/govuk/components/date-input/template-complete-question.html +36 -0
- data/node_modules/govuk-frontend/dist/govuk/components/date-input/template-day-and-month.html +28 -0
- data/node_modules/govuk-frontend/dist/govuk/components/date-input/template-default.html +28 -0
- data/node_modules/govuk-frontend/dist/govuk/components/date-input/template-month-and-year.html +28 -0
- data/node_modules/govuk-frontend/dist/govuk/components/date-input/template-with-autocomplete-values.html +36 -0
- data/node_modules/govuk-frontend/dist/govuk/components/date-input/template-with-default-items.html +36 -0
- data/node_modules/govuk-frontend/dist/govuk/components/date-input/template-with-error-on-day-input.html +39 -0
- data/node_modules/govuk-frontend/dist/govuk/components/date-input/template-with-error-on-month-input.html +39 -0
- data/node_modules/govuk-frontend/dist/govuk/components/date-input/template-with-error-on-year-input.html +39 -0
- data/node_modules/govuk-frontend/dist/govuk/components/date-input/template-with-errors-and-hint.html +39 -0
- data/node_modules/govuk-frontend/dist/govuk/components/date-input/template-with-errors-only.html +36 -0
- data/node_modules/govuk-frontend/dist/govuk/components/date-input/template-with-input-attributes.html +36 -0
- data/node_modules/govuk-frontend/dist/govuk/components/date-input/template-with-optional-form-group-classes.html +36 -0
- data/node_modules/govuk-frontend/dist/govuk/components/date-input/template.njk +99 -0
- data/node_modules/govuk-frontend/dist/govuk/components/details/_details.scss +4 -0
- data/node_modules/govuk-frontend/dist/govuk/components/details/_details.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/components/details/_index.scss +134 -0
- data/node_modules/govuk-frontend/dist/govuk/components/details/_index.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/components/details/fixtures.json +123 -0
- data/node_modules/govuk-frontend/dist/govuk/components/details/implementation.md +87 -0
- data/node_modules/govuk-frontend/dist/govuk/components/details/template-default.html +10 -0
- data/node_modules/govuk-frontend/dist/govuk/components/details/template-expanded.html +10 -0
- data/node_modules/govuk-frontend/dist/govuk/components/details/template-with-html.html +18 -0
- data/node_modules/govuk-frontend/dist/govuk/components/details/template.njk +10 -0
- data/node_modules/govuk-frontend/dist/govuk/components/error-message/_error-message.scss +4 -0
- data/node_modules/govuk-frontend/dist/govuk/components/error-message/_error-message.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/components/error-message/_index.scss +14 -0
- data/node_modules/govuk-frontend/dist/govuk/components/error-message/_index.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/components/error-message/fixtures.json +104 -0
- data/node_modules/govuk-frontend/dist/govuk/components/error-message/macro-options.json +38 -0
- data/node_modules/govuk-frontend/dist/govuk/components/error-message/template-default.html +3 -0
- data/node_modules/govuk-frontend/dist/govuk/components/error-message/template-translated.html +3 -0
- data/node_modules/govuk-frontend/dist/govuk/components/error-message/template.njk +10 -0
- data/node_modules/govuk-frontend/dist/govuk/components/error-summary/_error-summary.scss +4 -0
- data/node_modules/govuk-frontend/dist/govuk/components/error-summary/_error-summary.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/components/error-summary/_index.scss +45 -0
- data/node_modules/govuk-frontend/dist/govuk/components/error-summary/_index.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/components/error-summary/error-summary.bundle.js +253 -0
- data/node_modules/govuk-frontend/dist/govuk/components/error-summary/error-summary.bundle.js.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/components/error-summary/error-summary.bundle.mjs +245 -0
- data/node_modules/govuk-frontend/dist/govuk/components/error-summary/error-summary.bundle.mjs.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/components/error-summary/error-summary.mjs +102 -0
- data/node_modules/govuk-frontend/dist/govuk/components/error-summary/error-summary.mjs.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/components/error-summary/fixtures.json +296 -0
- data/node_modules/govuk-frontend/dist/govuk/components/error-summary/macro-options.json +82 -0
- data/node_modules/govuk-frontend/dist/govuk/components/error-summary/template-default.html +17 -0
- data/node_modules/govuk-frontend/dist/govuk/components/error-summary/template-mixed-with-and-without-links.html +17 -0
- data/node_modules/govuk-frontend/dist/govuk/components/error-summary/template-with-everything.html +20 -0
- data/node_modules/govuk-frontend/dist/govuk/components/error-summary/template-without-links.html +14 -0
- data/node_modules/govuk-frontend/dist/govuk/components/error-summary/template.njk +32 -0
- data/node_modules/govuk-frontend/dist/govuk/components/exit-this-page/_exit-this-page.scss +4 -0
- data/node_modules/govuk-frontend/dist/govuk/components/exit-this-page/_exit-this-page.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/components/exit-this-page/_index.scss +92 -0
- data/node_modules/govuk-frontend/dist/govuk/components/exit-this-page/_index.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/components/exit-this-page/exit-this-page.bundle.js +545 -0
- data/node_modules/govuk-frontend/dist/govuk/components/exit-this-page/exit-this-page.bundle.js.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/components/exit-this-page/exit-this-page.bundle.mjs +537 -0
- data/node_modules/govuk-frontend/dist/govuk/components/exit-this-page/exit-this-page.bundle.mjs.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/components/exit-this-page/exit-this-page.mjs +224 -0
- data/node_modules/govuk-frontend/dist/govuk/components/exit-this-page/exit-this-page.mjs.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/components/exit-this-page/fixtures.json +58 -0
- data/node_modules/govuk-frontend/dist/govuk/components/exit-this-page/macro-options.json +62 -0
- data/node_modules/govuk-frontend/dist/govuk/components/exit-this-page/template-default.html +5 -0
- data/node_modules/govuk-frontend/dist/govuk/components/exit-this-page/template-translated.html +5 -0
- data/node_modules/govuk-frontend/dist/govuk/components/exit-this-page/template.njk +23 -0
- data/node_modules/govuk-frontend/dist/govuk/components/fieldset/_fieldset.scss +4 -0
- data/node_modules/govuk-frontend/dist/govuk/components/fieldset/_fieldset.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/components/fieldset/_index.scss +71 -0
- data/node_modules/govuk-frontend/dist/govuk/components/fieldset/_index.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/components/fieldset/fixtures.json +242 -0
- data/node_modules/govuk-frontend/dist/govuk/components/fieldset/macro-options.json +70 -0
- data/node_modules/govuk-frontend/dist/govuk/components/fieldset/template-as-page-heading-l.html +7 -0
- data/node_modules/govuk-frontend/dist/govuk/components/fieldset/template-as-page-heading-m.html +7 -0
- data/node_modules/govuk-frontend/dist/govuk/components/fieldset/template-as-page-heading-s.html +7 -0
- data/node_modules/govuk-frontend/dist/govuk/components/fieldset/template-as-page-heading-without-class.html +7 -0
- data/node_modules/govuk-frontend/dist/govuk/components/fieldset/template-as-page-heading-xl.html +7 -0
- data/node_modules/govuk-frontend/dist/govuk/components/fieldset/template-default.html +5 -0
- data/node_modules/govuk-frontend/dist/govuk/components/fieldset/template-styled-as-large-text.html +5 -0
- data/node_modules/govuk-frontend/dist/govuk/components/fieldset/template-styled-as-medium-text.html +5 -0
- data/node_modules/govuk-frontend/dist/govuk/components/fieldset/template-styled-as-small-text.html +5 -0
- data/node_modules/govuk-frontend/dist/govuk/components/fieldset/template-styled-as-xl-text.html +5 -0
- data/node_modules/govuk-frontend/dist/govuk/components/fieldset/template.njk +22 -0
- data/node_modules/govuk-frontend/dist/govuk/components/file-upload/_file-upload.scss +4 -0
- data/node_modules/govuk-frontend/dist/govuk/components/file-upload/_file-upload.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/components/file-upload/_index.scss +52 -0
- data/node_modules/govuk-frontend/dist/govuk/components/file-upload/_index.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/components/file-upload/fixtures.json +225 -0
- data/node_modules/govuk-frontend/dist/govuk/components/file-upload/macro-options.json +85 -0
- data/node_modules/govuk-frontend/dist/govuk/components/file-upload/template-default.html +6 -0
- data/node_modules/govuk-frontend/dist/govuk/components/file-upload/template-with-error-message-and-hint.html +12 -0
- data/node_modules/govuk-frontend/dist/govuk/components/file-upload/template-with-hint-text.html +9 -0
- data/node_modules/govuk-frontend/dist/govuk/components/file-upload/template-with-label-as-page-heading.html +8 -0
- data/node_modules/govuk-frontend/dist/govuk/components/file-upload/template-with-optional-form-group-classes.html +6 -0
- data/node_modules/govuk-frontend/dist/govuk/components/file-upload/template-with-value.html +6 -0
- data/node_modules/govuk-frontend/dist/govuk/components/file-upload/template.njk +45 -0
- data/node_modules/govuk-frontend/dist/govuk/components/footer/_footer.scss +4 -0
- data/node_modules/govuk-frontend/dist/govuk/components/footer/_footer.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/components/footer/_index.scss +152 -0
- data/node_modules/govuk-frontend/dist/govuk/components/footer/_index.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/components/footer/fixtures.json +691 -0
- data/node_modules/govuk-frontend/dist/govuk/components/footer/macro-options.json +164 -0
- data/node_modules/govuk-frontend/dist/govuk/components/footer/template-default.html +37 -0
- data/node_modules/govuk-frontend/dist/govuk/components/footer/template-full-gds-example.html +211 -0
- data/node_modules/govuk-frontend/dist/govuk/components/footer/template-three-equal-columns.html +145 -0
- data/node_modules/govuk-frontend/dist/govuk/components/footer/template-with-custom-html-content-licence-and-copyright-notice.html +32 -0
- data/node_modules/govuk-frontend/dist/govuk/components/footer/template-with-custom-meta.html +41 -0
- data/node_modules/govuk-frontend/dist/govuk/components/footer/template-with-custom-text-content-licence-and-copyright-notice.html +32 -0
- data/node_modules/govuk-frontend/dist/govuk/components/footer/template-with-default-width-navigation-one-column.html +75 -0
- data/node_modules/govuk-frontend/dist/govuk/components/footer/template-with-default-width-navigation-two-columns.html +75 -0
- data/node_modules/govuk-frontend/dist/govuk/components/footer/template-with-meta-links-and-meta-content.html +83 -0
- data/node_modules/govuk-frontend/dist/govuk/components/footer/template-with-meta.html +55 -0
- data/node_modules/govuk-frontend/dist/govuk/components/footer/template-with-navigation.html +95 -0
- data/node_modules/govuk-frontend/dist/govuk/components/footer/template.njk +93 -0
- data/node_modules/govuk-frontend/dist/govuk/components/header/_header.scss +4 -0
- data/node_modules/govuk-frontend/dist/govuk/components/header/_header.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/components/header/_index.scss +346 -0
- data/node_modules/govuk-frontend/dist/govuk/components/header/_index.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/components/header/fixtures.json +504 -0
- data/node_modules/govuk-frontend/dist/govuk/components/header/header.bundle.js +178 -0
- data/node_modules/govuk-frontend/dist/govuk/components/header/header.bundle.js.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/components/header/header.bundle.mjs +170 -0
- data/node_modules/govuk-frontend/dist/govuk/components/header/header.bundle.mjs.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/components/header/header.mjs +97 -0
- data/node_modules/govuk-frontend/dist/govuk/components/header/header.mjs.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/components/header/macro-options.json +112 -0
- data/node_modules/govuk-frontend/dist/govuk/components/header/template-default.html +24 -0
- data/node_modules/govuk-frontend/dist/govuk/components/header/template-full-width-with-navigation.html +50 -0
- data/node_modules/govuk-frontend/dist/govuk/components/header/template-full-width.html +27 -0
- data/node_modules/govuk-frontend/dist/govuk/components/header/template-navigation-item-with-html.html +50 -0
- data/node_modules/govuk-frontend/dist/govuk/components/header/template-navigation-item-with-text-without-link.html +44 -0
- data/node_modules/govuk-frontend/dist/govuk/components/header/template-with-custom-menu-button-label.html +52 -0
- data/node_modules/govuk-frontend/dist/govuk/components/header/template-with-custom-menu-button-text.html +52 -0
- data/node_modules/govuk-frontend/dist/govuk/components/header/template-with-custom-navigation-label.html +52 -0
- data/node_modules/govuk-frontend/dist/govuk/components/header/template-with-large-navigation.html +112 -0
- data/node_modules/govuk-frontend/dist/govuk/components/header/template-with-navigation.html +52 -0
- data/node_modules/govuk-frontend/dist/govuk/components/header/template-with-product-name.html +27 -0
- data/node_modules/govuk-frontend/dist/govuk/components/header/template-with-service-name-and-navigation.html +55 -0
- data/node_modules/govuk-frontend/dist/govuk/components/header/template-with-service-name-but-no-service-url.html +29 -0
- data/node_modules/govuk-frontend/dist/govuk/components/header/template-with-service-name.html +29 -0
- data/node_modules/govuk-frontend/dist/govuk/components/header/template-with-tudor-crown.html +24 -0
- data/node_modules/govuk-frontend/dist/govuk/components/header/template.njk +91 -0
- data/node_modules/govuk-frontend/dist/govuk/components/hint/_hint.scss +4 -0
- data/node_modules/govuk-frontend/dist/govuk/components/hint/_hint.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/components/hint/_index.scss +45 -0
- data/node_modules/govuk-frontend/dist/govuk/components/hint/_index.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/components/hint/fixtures.json +71 -0
- data/node_modules/govuk-frontend/dist/govuk/components/hint/template-default.html +5 -0
- data/node_modules/govuk-frontend/dist/govuk/components/hint/template-with-html.html +4 -0
- data/node_modules/govuk-frontend/dist/govuk/components/hint/template.njk +4 -0
- data/node_modules/govuk-frontend/dist/govuk/components/input/_index.scss +165 -0
- data/node_modules/govuk-frontend/dist/govuk/components/input/_index.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/components/input/_input.scss +4 -0
- data/node_modules/govuk-frontend/dist/govuk/components/input/_input.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/components/input/fixtures.json +724 -0
- data/node_modules/govuk-frontend/dist/govuk/components/input/macro-options.json +179 -0
- data/node_modules/govuk-frontend/dist/govuk/components/input/template-default.html +6 -0
- data/node_modules/govuk-frontend/dist/govuk/components/input/template-with-autocomplete-attribute.html +6 -0
- data/node_modules/govuk-frontend/dist/govuk/components/input/template-with-error-message.html +12 -0
- data/node_modules/govuk-frontend/dist/govuk/components/input/template-with-extra-letter-spacing.html +6 -0
- data/node_modules/govuk-frontend/dist/govuk/components/input/template-with-hint-text.html +9 -0
- data/node_modules/govuk-frontend/dist/govuk/components/input/template-with-label-as-page-heading.html +8 -0
- data/node_modules/govuk-frontend/dist/govuk/components/input/template-with-optional-form-group-classes.html +6 -0
- data/node_modules/govuk-frontend/dist/govuk/components/input/template-with-pattern-attribute.html +6 -0
- data/node_modules/govuk-frontend/dist/govuk/components/input/template-with-prefix-and-long-suffix.html +10 -0
- data/node_modules/govuk-frontend/dist/govuk/components/input/template-with-prefix-and-suffix-and-error.html +13 -0
- data/node_modules/govuk-frontend/dist/govuk/components/input/template-with-prefix-and-suffix-and-width-modifier.html +10 -0
- data/node_modules/govuk-frontend/dist/govuk/components/input/template-with-prefix-and-suffix.html +10 -0
- data/node_modules/govuk-frontend/dist/govuk/components/input/template-with-prefix.html +9 -0
- data/node_modules/govuk-frontend/dist/govuk/components/input/template-with-spellcheck-disabled.html +6 -0
- data/node_modules/govuk-frontend/dist/govuk/components/input/template-with-spellcheck-enabled.html +6 -0
- data/node_modules/govuk-frontend/dist/govuk/components/input/template-with-suffix.html +9 -0
- data/node_modules/govuk-frontend/dist/govuk/components/input/template-with-width-10-class.html +9 -0
- data/node_modules/govuk-frontend/dist/govuk/components/input/template-with-width-2-class.html +9 -0
- data/node_modules/govuk-frontend/dist/govuk/components/input/template-with-width-20-class.html +9 -0
- data/node_modules/govuk-frontend/dist/govuk/components/input/template-with-width-3-class.html +9 -0
- data/node_modules/govuk-frontend/dist/govuk/components/input/template-with-width-30-class.html +9 -0
- data/node_modules/govuk-frontend/dist/govuk/components/input/template-with-width-4-class.html +9 -0
- data/node_modules/govuk-frontend/dist/govuk/components/input/template-with-width-5-class.html +9 -0
- data/node_modules/govuk-frontend/dist/govuk/components/input/template.njk +76 -0
- data/node_modules/govuk-frontend/dist/govuk/components/inset-text/_index.scss +26 -0
- data/node_modules/govuk-frontend/dist/govuk/components/inset-text/_index.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/components/inset-text/_inset-text.scss +4 -0
- data/node_modules/govuk-frontend/dist/govuk/components/inset-text/_inset-text.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/components/inset-text/fixtures.json +70 -0
- data/node_modules/govuk-frontend/dist/govuk/components/inset-text/macro-options.json +38 -0
- data/node_modules/govuk-frontend/dist/govuk/components/inset-text/template-default.html +3 -0
- data/node_modules/govuk-frontend/dist/govuk/components/inset-text/template-with-html.html +12 -0
- data/node_modules/govuk-frontend/dist/govuk/components/inset-text/template.njk +4 -0
- data/node_modules/govuk-frontend/dist/govuk/components/label/_index.scss +46 -0
- data/node_modules/govuk-frontend/dist/govuk/components/label/_index.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/components/label/_label.scss +4 -0
- data/node_modules/govuk-frontend/dist/govuk/components/label/_label.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/components/label/fixtures.json +193 -0
- data/node_modules/govuk-frontend/dist/govuk/components/label/template-as-page-heading-l.html +5 -0
- data/node_modules/govuk-frontend/dist/govuk/components/label/template-as-page-heading-m.html +5 -0
- data/node_modules/govuk-frontend/dist/govuk/components/label/template-as-page-heading-s.html +5 -0
- data/node_modules/govuk-frontend/dist/govuk/components/label/template-as-page-heading-without-class.html +5 -0
- data/node_modules/govuk-frontend/dist/govuk/components/label/template-as-page-heading-xl.html +5 -0
- data/node_modules/govuk-frontend/dist/govuk/components/label/template-default.html +3 -0
- data/node_modules/govuk-frontend/dist/govuk/components/label/template-styled-as-large-text.html +3 -0
- data/node_modules/govuk-frontend/dist/govuk/components/label/template-styled-as-medium-text.html +3 -0
- data/node_modules/govuk-frontend/dist/govuk/components/label/template-styled-as-small-text.html +3 -0
- data/node_modules/govuk-frontend/dist/govuk/components/label/template-styled-as-xl-text.html +3 -0
- data/node_modules/govuk-frontend/dist/govuk/components/label/template-with-bold-text.html +3 -0
- data/node_modules/govuk-frontend/dist/govuk/components/label/template.njk +17 -0
- data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/_index.scss +92 -0
- data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/_index.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/_notification-banner.scss +4 -0
- data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/_notification-banner.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/fixtures.json +270 -0
- data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/macro-options.json +74 -0
- data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/notification-banner.bundle.js +195 -0
- data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/notification-banner.bundle.js.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/notification-banner.bundle.mjs +187 -0
- data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/notification-banner.bundle.mjs.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/notification-banner.mjs +50 -0
- data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/notification-banner.mjs.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/template-auto-focus-disabled-with-type-as-success.html +9 -0
- data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/template-auto-focus-explicitly-enabled-with-type-as-success.html +9 -0
- data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/template-custom-tabindex.html +9 -0
- data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/template-default.html +9 -0
- data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/template-paragraph-as-html-heading.html +9 -0
- data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/template-rolealert-overridden-to-roleregion-with-type-as-success.html +9 -0
- data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/template-success-with-custom-html.html +15 -0
- data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/template-with-a-list.html +15 -0
- data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/template-with-long-heading.html +9 -0
- data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/template-with-lots-of-content.html +16 -0
- data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/template-with-text-as-html.html +12 -0
- data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/template-with-type-as-success.html +9 -0
- data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/template.njk +45 -0
- data/node_modules/govuk-frontend/dist/govuk/components/pagination/_index.scss +241 -0
- data/node_modules/govuk-frontend/dist/govuk/components/pagination/_index.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/components/pagination/_pagination.scss +4 -0
- data/node_modules/govuk-frontend/dist/govuk/components/pagination/_pagination.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/components/pagination/fixtures.json +396 -0
- data/node_modules/govuk-frontend/dist/govuk/components/pagination/macro-options.json +140 -0
- data/node_modules/govuk-frontend/dist/govuk/components/pagination/template-default.html +24 -0
- data/node_modules/govuk-frontend/dist/govuk/components/pagination/template-first-page.html +17 -0
- data/node_modules/govuk-frontend/dist/govuk/components/pagination/template-last-page.html +20 -0
- data/node_modules/govuk-frontend/dist/govuk/components/pagination/template-with-custom-accessible-labels-on-item-links.html +24 -0
- data/node_modules/govuk-frontend/dist/govuk/components/pagination/template-with-custom-link-and-item-text.html +24 -0
- data/node_modules/govuk-frontend/dist/govuk/components/pagination/template-with-custom-navigation-landmark.html +24 -0
- data/node_modules/govuk-frontend/dist/govuk/components/pagination/template-with-many-pages.html +40 -0
- data/node_modules/govuk-frontend/dist/govuk/components/pagination/template-with-next-only.html +5 -0
- data/node_modules/govuk-frontend/dist/govuk/components/pagination/template-with-prev-and-next-only-and-labels.html +14 -0
- data/node_modules/govuk-frontend/dist/govuk/components/pagination/template-with-prev-and-next-only-and-very-long-labels.html +14 -0
- data/node_modules/govuk-frontend/dist/govuk/components/pagination/template-with-prev-and-next-only-in-a-different-language.html +12 -0
- data/node_modules/govuk-frontend/dist/govuk/components/pagination/template-with-prev-and-next-only.html +12 -0
- data/node_modules/govuk-frontend/dist/govuk/components/pagination/template-with-previous-only.html +8 -0
- data/node_modules/govuk-frontend/dist/govuk/components/pagination/template.njk +70 -0
- data/node_modules/govuk-frontend/dist/govuk/components/panel/_index.scss +54 -0
- data/node_modules/govuk-frontend/dist/govuk/components/panel/_index.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/components/panel/_panel.scss +4 -0
- data/node_modules/govuk-frontend/dist/govuk/components/panel/_panel.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/components/panel/fixtures.json +109 -0
- data/node_modules/govuk-frontend/dist/govuk/components/panel/template-custom-heading-level.html +8 -0
- data/node_modules/govuk-frontend/dist/govuk/components/panel/template-default.html +8 -0
- data/node_modules/govuk-frontend/dist/govuk/components/panel/template.njk +13 -0
- data/node_modules/govuk-frontend/dist/govuk/components/phase-banner/_index.scss +38 -0
- data/node_modules/govuk-frontend/dist/govuk/components/phase-banner/_index.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/components/phase-banner/_phase-banner.scss +4 -0
- data/node_modules/govuk-frontend/dist/govuk/components/phase-banner/_phase-banner.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/components/phase-banner/fixtures.json +90 -0
- data/node_modules/govuk-frontend/dist/govuk/components/phase-banner/macro-options.json +33 -0
- data/node_modules/govuk-frontend/dist/govuk/components/phase-banner/template-default.html +10 -0
- data/node_modules/govuk-frontend/dist/govuk/components/phase-banner/template.njk +15 -0
- data/node_modules/govuk-frontend/dist/govuk/components/radios/_index.scss +323 -0
- data/node_modules/govuk-frontend/dist/govuk/components/radios/_index.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/components/radios/_radios.scss +4 -0
- data/node_modules/govuk-frontend/dist/govuk/components/radios/_radios.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/components/radios/fixtures.json +1384 -0
- data/node_modules/govuk-frontend/dist/govuk/components/radios/macro-options.json +171 -0
- data/node_modules/govuk-frontend/dist/govuk/components/radios/radios.bundle.js +171 -0
- data/node_modules/govuk-frontend/dist/govuk/components/radios/radios.bundle.js.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/components/radios/radios.bundle.mjs +163 -0
- data/node_modules/govuk-frontend/dist/govuk/components/radios/radios.bundle.mjs.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/components/radios/radios.mjs +97 -0
- data/node_modules/govuk-frontend/dist/govuk/components/radios/radios.mjs.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/components/radios/template-default.html +19 -0
- data/node_modules/govuk-frontend/dist/govuk/components/radios/template-inline.html +24 -0
- data/node_modules/govuk-frontend/dist/govuk/components/radios/template-prechecked-using-value.html +16 -0
- data/node_modules/govuk-frontend/dist/govuk/components/radios/template-prechecked.html +19 -0
- data/node_modules/govuk-frontend/dist/govuk/components/radios/template-small-inline-extreme.html +69 -0
- data/node_modules/govuk-frontend/dist/govuk/components/radios/template-small-inline.html +27 -0
- data/node_modules/govuk-frontend/dist/govuk/components/radios/template-small-with-a-divider.html +27 -0
- data/node_modules/govuk-frontend/dist/govuk/components/radios/template-small-with-conditional-reveal.html +32 -0
- data/node_modules/govuk-frontend/dist/govuk/components/radios/template-small-with-disabled.html +27 -0
- data/node_modules/govuk-frontend/dist/govuk/components/radios/template-small-with-error.html +30 -0
- data/node_modules/govuk-frontend/dist/govuk/components/radios/template-small-with-hint.html +30 -0
- data/node_modules/govuk-frontend/dist/govuk/components/radios/template-small-with-long-text.html +27 -0
- data/node_modules/govuk-frontend/dist/govuk/components/radios/template-small.html +27 -0
- data/node_modules/govuk-frontend/dist/govuk/components/radios/template-with-a-divider.html +27 -0
- data/node_modules/govuk-frontend/dist/govuk/components/radios/template-with-a-medium-legend.html +24 -0
- data/node_modules/govuk-frontend/dist/govuk/components/radios/template-with-conditional-item-checked.html +42 -0
- data/node_modules/govuk-frontend/dist/govuk/components/radios/template-with-conditional-items-and-pre-checked-value.html +42 -0
- data/node_modules/govuk-frontend/dist/govuk/components/radios/template-with-conditional-items-with-special-characters.html +42 -0
- data/node_modules/govuk-frontend/dist/govuk/components/radios/template-with-conditional-items.html +42 -0
- data/node_modules/govuk-frontend/dist/govuk/components/radios/template-with-disabled.html +29 -0
- data/node_modules/govuk-frontend/dist/govuk/components/radios/template-with-fieldset-and-error-message.html +24 -0
- data/node_modules/govuk-frontend/dist/govuk/components/radios/template-with-hints-on-items.html +29 -0
- data/node_modules/govuk-frontend/dist/govuk/components/radios/template-with-idprefix.html +16 -0
- data/node_modules/govuk-frontend/dist/govuk/components/radios/template-with-legend-as-page-heading.html +26 -0
- data/node_modules/govuk-frontend/dist/govuk/components/radios/template-with-optional-form-group-classes-showing-group-error.html +43 -0
- data/node_modules/govuk-frontend/dist/govuk/components/radios/template-with-very-long-option-text.html +33 -0
- data/node_modules/govuk-frontend/dist/govuk/components/radios/template-without-fieldset.html +22 -0
- data/node_modules/govuk-frontend/dist/govuk/components/radios/template.njk +111 -0
- data/node_modules/govuk-frontend/dist/govuk/components/select/_index.scss +59 -0
- data/node_modules/govuk-frontend/dist/govuk/components/select/_index.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/components/select/_select.scss +4 -0
- data/node_modules/govuk-frontend/dist/govuk/components/select/_select.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/components/select/fixtures.json +532 -0
- data/node_modules/govuk-frontend/dist/govuk/components/select/macro-options.json +123 -0
- data/node_modules/govuk-frontend/dist/govuk/components/select/template-default.html +13 -0
- data/node_modules/govuk-frontend/dist/govuk/components/select/template-with-full-width-override.html +13 -0
- data/node_modules/govuk-frontend/dist/govuk/components/select/template-with-hint-text-and-error-message.html +19 -0
- data/node_modules/govuk-frontend/dist/govuk/components/select/template-with-label-as-page-heading.html +15 -0
- data/node_modules/govuk-frontend/dist/govuk/components/select/template-with-no-items.html +7 -0
- data/node_modules/govuk-frontend/dist/govuk/components/select/template-with-optional-form-group-classes.html +13 -0
- data/node_modules/govuk-frontend/dist/govuk/components/select/template-with-selected-value.html +13 -0
- data/node_modules/govuk-frontend/dist/govuk/components/select/template.njk +56 -0
- data/node_modules/govuk-frontend/dist/govuk/components/skip-link/_index.scss +49 -0
- data/node_modules/govuk-frontend/dist/govuk/components/skip-link/_index.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/components/skip-link/_skip-link.scss +4 -0
- data/node_modules/govuk-frontend/dist/govuk/components/skip-link/_skip-link.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/components/skip-link/fixtures.json +104 -0
- data/node_modules/govuk-frontend/dist/govuk/components/skip-link/macro-options.json +32 -0
- data/node_modules/govuk-frontend/dist/govuk/components/skip-link/skip-link.bundle.js +169 -0
- data/node_modules/govuk-frontend/dist/govuk/components/skip-link/skip-link.bundle.js.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/components/skip-link/skip-link.bundle.mjs +161 -0
- data/node_modules/govuk-frontend/dist/govuk/components/skip-link/skip-link.bundle.mjs.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/components/skip-link/skip-link.mjs +66 -0
- data/node_modules/govuk-frontend/dist/govuk/components/skip-link/skip-link.mjs.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/components/skip-link/template-default.html +1 -0
- data/node_modules/govuk-frontend/dist/govuk/components/skip-link/template-with-focus.html +1 -0
- data/node_modules/govuk-frontend/dist/govuk/components/skip-link/template.njk +3 -0
- data/node_modules/govuk-frontend/dist/govuk/components/summary-list/_index.scss +277 -0
- data/node_modules/govuk-frontend/dist/govuk/components/summary-list/_index.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/components/summary-list/_summary-list.scss +4 -0
- data/node_modules/govuk-frontend/dist/govuk/components/summary-list/_summary-list.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/components/summary-list/fixtures.json +1591 -0
- data/node_modules/govuk-frontend/dist/govuk/components/summary-list/macro-options.json +248 -0
- data/node_modules/govuk-frontend/dist/govuk/components/summary-list/template-as-a-summary-card-with-a-custom-header-level.html +23 -0
- data/node_modules/govuk-frontend/dist/govuk/components/summary-list/template-as-a-summary-card-with-a-html-header.html +23 -0
- data/node_modules/govuk-frontend/dist/govuk/components/summary-list/template-as-a-summary-card-with-a-text-header.html +23 -0
- data/node_modules/govuk-frontend/dist/govuk/components/summary-list/template-as-a-summary-card-with-actions-plus-summary-list-actions.html +32 -0
- data/node_modules/govuk-frontend/dist/govuk/components/summary-list/template-as-a-summary-card-with-actions.html +26 -0
- data/node_modules/govuk-frontend/dist/govuk/components/summary-list/template-check-your-answers.html +99 -0
- data/node_modules/govuk-frontend/dist/govuk/components/summary-list/template-default.html +36 -0
- data/node_modules/govuk-frontend/dist/govuk/components/summary-list/template-extreme.html +70 -0
- data/node_modules/govuk-frontend/dist/govuk/components/summary-list/template-no-border-on-last-row.html +36 -0
- data/node_modules/govuk-frontend/dist/govuk/components/summary-list/template-no-border.html +36 -0
- data/node_modules/govuk-frontend/dist/govuk/components/summary-list/template-overridden-widths.html +45 -0
- data/node_modules/govuk-frontend/dist/govuk/components/summary-list/template-translated.html +45 -0
- data/node_modules/govuk-frontend/dist/govuk/components/summary-list/template-with-actions.html +45 -0
- data/node_modules/govuk-frontend/dist/govuk/components/summary-list/template-with-no-first-action.html +59 -0
- data/node_modules/govuk-frontend/dist/govuk/components/summary-list/template-with-some-actions.html +39 -0
- data/node_modules/govuk-frontend/dist/govuk/components/summary-list/template.njk +91 -0
- data/node_modules/govuk-frontend/dist/govuk/components/table/_index.scss +65 -0
- data/node_modules/govuk-frontend/dist/govuk/components/table/_index.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/components/table/_table.scss +4 -0
- data/node_modules/govuk-frontend/dist/govuk/components/table/_table.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/components/table/fixtures.json +579 -0
- data/node_modules/govuk-frontend/dist/govuk/components/table/macro-options.json +132 -0
- data/node_modules/govuk-frontend/dist/govuk/components/table/template-default.html +19 -0
- data/node_modules/govuk-frontend/dist/govuk/components/table/template-table-with-head-and-caption.html +27 -0
- data/node_modules/govuk-frontend/dist/govuk/components/table/template-table-with-head.html +26 -0
- data/node_modules/govuk-frontend/dist/govuk/components/table/template.njk +45 -0
- data/node_modules/govuk-frontend/dist/govuk/components/tabs/_index.scss +134 -0
- data/node_modules/govuk-frontend/dist/govuk/components/tabs/_index.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/components/tabs/_tabs.scss +4 -0
- data/node_modules/govuk-frontend/dist/govuk/components/tabs/_tabs.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/components/tabs/fixtures.json +314 -0
- data/node_modules/govuk-frontend/dist/govuk/components/tabs/macro-options.json +84 -0
- data/node_modules/govuk-frontend/dist/govuk/components/tabs/tabs.bundle.js +385 -0
- data/node_modules/govuk-frontend/dist/govuk/components/tabs/tabs.bundle.js.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/components/tabs/tabs.bundle.mjs +377 -0
- data/node_modules/govuk-frontend/dist/govuk/components/tabs/tabs.bundle.mjs.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/components/tabs/tabs.mjs +298 -0
- data/node_modules/govuk-frontend/dist/govuk/components/tabs/tabs.mjs.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/components/tabs/template-default.html +120 -0
- data/node_modules/govuk-frontend/dist/govuk/components/tabs/template-tabs-with-anchor-in-panel.html +28 -0
- data/node_modules/govuk-frontend/dist/govuk/components/tabs/template.njk +36 -0
- data/node_modules/govuk-frontend/dist/govuk/components/tag/_index.scss +94 -0
- data/node_modules/govuk-frontend/dist/govuk/components/tag/_index.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/components/tag/_tag.scss +4 -0
- data/node_modules/govuk-frontend/dist/govuk/components/tag/_tag.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/components/tag/fixtures.json +159 -0
- data/node_modules/govuk-frontend/dist/govuk/components/tag/template-blue.html +3 -0
- data/node_modules/govuk-frontend/dist/govuk/components/tag/template-default.html +3 -0
- data/node_modules/govuk-frontend/dist/govuk/components/tag/template-green.html +3 -0
- data/node_modules/govuk-frontend/dist/govuk/components/tag/template-grey.html +3 -0
- data/node_modules/govuk-frontend/dist/govuk/components/tag/template-light-blue.html +3 -0
- data/node_modules/govuk-frontend/dist/govuk/components/tag/template-orange.html +3 -0
- data/node_modules/govuk-frontend/dist/govuk/components/tag/template-pink.html +3 -0
- data/node_modules/govuk-frontend/dist/govuk/components/tag/template-purple.html +3 -0
- data/node_modules/govuk-frontend/dist/govuk/components/tag/template-red.html +3 -0
- data/node_modules/govuk-frontend/dist/govuk/components/tag/template-turquoise.html +3 -0
- data/node_modules/govuk-frontend/dist/govuk/components/tag/template-yellow.html +3 -0
- data/node_modules/govuk-frontend/dist/govuk/components/tag/template.njk +3 -0
- data/node_modules/govuk-frontend/dist/govuk/components/task-list/README.md +15 -0
- data/node_modules/govuk-frontend/dist/govuk/components/task-list/_index.scss +77 -0
- data/node_modules/govuk-frontend/dist/govuk/components/task-list/_index.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/components/task-list/_task-list.scss +4 -0
- data/node_modules/govuk-frontend/dist/govuk/components/task-list/_task-list.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/components/task-list/fixtures.json +542 -0
- data/node_modules/govuk-frontend/dist/govuk/components/task-list/macro-options.json +119 -0
- data/node_modules/govuk-frontend/dist/govuk/components/task-list/macro.njk +3 -0
- data/node_modules/govuk-frontend/dist/govuk/components/task-list/template-default.html +30 -0
- data/node_modules/govuk-frontend/dist/govuk/components/task-list/template-example-with-3-states.html +40 -0
- data/node_modules/govuk-frontend/dist/govuk/components/task-list/template-example-with-all-possible-colours.html +118 -0
- data/node_modules/govuk-frontend/dist/govuk/components/task-list/template-example-with-hint-text-and-additional-states.html +64 -0
- data/node_modules/govuk-frontend/dist/govuk/components/task-list/template-example-with-very-long-single-word-tags.html +30 -0
- data/node_modules/govuk-frontend/dist/govuk/components/task-list/template.njk +31 -0
- data/node_modules/govuk-frontend/dist/govuk/components/textarea/_index.scss +50 -0
- data/node_modules/govuk-frontend/dist/govuk/components/textarea/_index.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/components/textarea/_textarea.scss +4 -0
- data/node_modules/govuk-frontend/dist/govuk/components/textarea/_textarea.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/components/textarea/fixtures.json +285 -0
- data/node_modules/govuk-frontend/dist/govuk/components/textarea/macro-options.json +103 -0
- data/node_modules/govuk-frontend/dist/govuk/components/textarea/template-default.html +6 -0
- data/node_modules/govuk-frontend/dist/govuk/components/textarea/template-with-autocomplete-attribute.html +6 -0
- data/node_modules/govuk-frontend/dist/govuk/components/textarea/template-with-custom-rows.html +6 -0
- data/node_modules/govuk-frontend/dist/govuk/components/textarea/template-with-default-value.html +9 -0
- data/node_modules/govuk-frontend/dist/govuk/components/textarea/template-with-error-message.html +9 -0
- data/node_modules/govuk-frontend/dist/govuk/components/textarea/template-with-hint.html +9 -0
- data/node_modules/govuk-frontend/dist/govuk/components/textarea/template-with-label-as-page-heading.html +8 -0
- data/node_modules/govuk-frontend/dist/govuk/components/textarea/template-with-optional-form-group-classes.html +6 -0
- data/node_modules/govuk-frontend/dist/govuk/components/textarea/template-with-spellcheck-disabled.html +6 -0
- data/node_modules/govuk-frontend/dist/govuk/components/textarea/template-with-spellcheck-enabled.html +6 -0
- data/node_modules/govuk-frontend/dist/govuk/components/textarea/template.njk +46 -0
- data/node_modules/govuk-frontend/dist/govuk/components/warning-text/_index.scss +65 -0
- data/node_modules/govuk-frontend/dist/govuk/components/warning-text/_index.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/components/warning-text/_warning-text.scss +4 -0
- data/node_modules/govuk-frontend/dist/govuk/components/warning-text/_warning-text.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/components/warning-text/fixtures.json +93 -0
- data/node_modules/govuk-frontend/dist/govuk/components/warning-text/macro-options.json +32 -0
- data/node_modules/govuk-frontend/dist/govuk/components/warning-text/template-default.html +7 -0
- data/node_modules/govuk-frontend/dist/govuk/components/warning-text/template-multiple-lines.html +7 -0
- data/node_modules/govuk-frontend/dist/govuk/components/warning-text/template.njk +9 -0
- data/node_modules/govuk-frontend/dist/govuk/core/_all.scss +8 -0
- data/node_modules/govuk-frontend/dist/govuk/core/_all.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/core/_global-styles.scss +20 -0
- data/node_modules/govuk-frontend/dist/govuk/core/_global-styles.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/core/_govuk-frontend-properties.scss +12 -0
- data/node_modules/govuk-frontend/dist/govuk/core/_govuk-frontend-properties.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/core/_links.scss +42 -0
- data/node_modules/govuk-frontend/dist/govuk/core/_links.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/core/_lists.scss +67 -0
- data/node_modules/govuk-frontend/dist/govuk/core/_lists.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/core/_section-break.scss +51 -0
- data/node_modules/govuk-frontend/dist/govuk/core/_section-break.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/core/_typography.scss +189 -0
- data/node_modules/govuk-frontend/dist/govuk/core/_typography.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/errors/index.mjs +44 -0
- data/node_modules/govuk-frontend/dist/govuk/errors/index.mjs.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/govuk-frontend-component.mjs +16 -0
- data/node_modules/govuk-frontend/dist/govuk/govuk-frontend-component.mjs.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/govuk-frontend.min.css +3 -0
- data/node_modules/govuk-frontend/dist/govuk/govuk-frontend.min.css.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/govuk-frontend.min.js +1 -0
- data/node_modules/govuk-frontend/dist/govuk/govuk-frontend.min.js.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/helpers/_all.scss +14 -0
- data/node_modules/govuk-frontend/dist/govuk/helpers/_all.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/helpers/_clearfix.scss +17 -0
- data/node_modules/govuk-frontend/dist/govuk/helpers/_clearfix.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/helpers/_colour.scss +91 -0
- data/node_modules/govuk-frontend/dist/govuk/helpers/_colour.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/helpers/_device-pixels.scss +38 -0
- data/node_modules/govuk-frontend/dist/govuk/helpers/_device-pixels.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/helpers/_focused.scss +49 -0
- data/node_modules/govuk-frontend/dist/govuk/helpers/_focused.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/helpers/_font-faces.scss +41 -0
- data/node_modules/govuk-frontend/dist/govuk/helpers/_font-faces.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/helpers/_grid.scss +63 -0
- data/node_modules/govuk-frontend/dist/govuk/helpers/_grid.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/helpers/_links.scss +391 -0
- data/node_modules/govuk-frontend/dist/govuk/helpers/_links.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/helpers/_media-queries.scss +82 -0
- data/node_modules/govuk-frontend/dist/govuk/helpers/_media-queries.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/helpers/_shape-arrow.scss +82 -0
- data/node_modules/govuk-frontend/dist/govuk/helpers/_shape-arrow.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/helpers/_spacing.scss +173 -0
- data/node_modules/govuk-frontend/dist/govuk/helpers/_spacing.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/helpers/_typography.scss +269 -0
- data/node_modules/govuk-frontend/dist/govuk/helpers/_typography.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/helpers/_visually-hidden.scss +117 -0
- data/node_modules/govuk-frontend/dist/govuk/helpers/_visually-hidden.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/i18n.mjs +189 -0
- data/node_modules/govuk-frontend/dist/govuk/i18n.mjs.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/macros/i18n.njk +21 -0
- data/node_modules/govuk-frontend/dist/govuk/objects/_all.scss +8 -0
- data/node_modules/govuk-frontend/dist/govuk/objects/_all.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/objects/_button-group.scss +80 -0
- data/node_modules/govuk-frontend/dist/govuk/objects/_button-group.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/objects/_form-group.scss +25 -0
- data/node_modules/govuk-frontend/dist/govuk/objects/_form-group.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/objects/_grid.scss +26 -0
- data/node_modules/govuk-frontend/dist/govuk/objects/_grid.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/objects/_main-wrapper.scss +55 -0
- data/node_modules/govuk-frontend/dist/govuk/objects/_main-wrapper.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/objects/_template.scss +53 -0
- data/node_modules/govuk-frontend/dist/govuk/objects/_template.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/objects/_width-container.scss +77 -0
- data/node_modules/govuk-frontend/dist/govuk/objects/_width-container.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/overrides/_all.scss +7 -0
- data/node_modules/govuk-frontend/dist/govuk/overrides/_all.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/overrides/_display.scss +26 -0
- data/node_modules/govuk-frontend/dist/govuk/overrides/_display.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/overrides/_spacing.scss +86 -0
- data/node_modules/govuk-frontend/dist/govuk/overrides/_spacing.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/overrides/_text-align.scss +16 -0
- data/node_modules/govuk-frontend/dist/govuk/overrides/_text-align.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/overrides/_typography.scss +32 -0
- data/node_modules/govuk-frontend/dist/govuk/overrides/_typography.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/overrides/_width.scss +48 -0
- data/node_modules/govuk-frontend/dist/govuk/overrides/_width.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/settings/_all.scss +23 -0
- data/node_modules/govuk-frontend/dist/govuk/settings/_all.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/settings/_assets.scss +84 -0
- data/node_modules/govuk-frontend/dist/govuk/settings/_assets.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/settings/_colours-applied.scss +157 -0
- data/node_modules/govuk-frontend/dist/govuk/settings/_colours-applied.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/settings/_colours-organisations.scss +148 -0
- data/node_modules/govuk-frontend/dist/govuk/settings/_colours-organisations.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/settings/_colours-palette.scss +37 -0
- data/node_modules/govuk-frontend/dist/govuk/settings/_colours-palette.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/settings/_global-styles.scss +15 -0
- data/node_modules/govuk-frontend/dist/govuk/settings/_global-styles.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/settings/_links.scss +49 -0
- data/node_modules/govuk-frontend/dist/govuk/settings/_links.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/settings/_measurements.scss +107 -0
- data/node_modules/govuk-frontend/dist/govuk/settings/_measurements.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/settings/_media-queries.scss +25 -0
- data/node_modules/govuk-frontend/dist/govuk/settings/_media-queries.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/settings/_spacing.scss +78 -0
- data/node_modules/govuk-frontend/dist/govuk/settings/_spacing.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/settings/_typography-font.scss +52 -0
- data/node_modules/govuk-frontend/dist/govuk/settings/_typography-font.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/settings/_typography-responsive.scss +163 -0
- data/node_modules/govuk-frontend/dist/govuk/settings/_typography-responsive.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/settings/_warnings.scss +73 -0
- data/node_modules/govuk-frontend/dist/govuk/settings/_warnings.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/template.njk +57 -0
- data/node_modules/govuk-frontend/dist/govuk/tools/_all.scss +7 -0
- data/node_modules/govuk-frontend/dist/govuk/tools/_all.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/tools/_exports.scss +35 -0
- data/node_modules/govuk-frontend/dist/govuk/tools/_exports.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/tools/_font-url.scss +28 -0
- data/node_modules/govuk-frontend/dist/govuk/tools/_font-url.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/tools/_image-url.scss +28 -0
- data/node_modules/govuk-frontend/dist/govuk/tools/_image-url.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/tools/_px-to-em.scss +22 -0
- data/node_modules/govuk-frontend/dist/govuk/tools/_px-to-em.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/tools/_px-to-rem.scss +22 -0
- data/node_modules/govuk-frontend/dist/govuk/tools/_px-to-rem.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/utilities/_all.scss +4 -0
- data/node_modules/govuk-frontend/dist/govuk/utilities/_all.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/utilities/_clearfix.scss +7 -0
- data/node_modules/govuk-frontend/dist/govuk/utilities/_clearfix.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/utilities/_visually-hidden.scss +11 -0
- data/node_modules/govuk-frontend/dist/govuk/utilities/_visually-hidden.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk/vendor/_sass-mq.scss +349 -0
- data/node_modules/govuk-frontend/dist/govuk/vendor/_sass-mq.scss.map +1 -0
- data/node_modules/govuk-frontend/dist/govuk-prototype-kit/init.js +15 -0
- data/node_modules/govuk-frontend/dist/govuk-prototype-kit/init.scss +13 -0
- data/node_modules/govuk-frontend/dist/govuk-prototype-kit/init.scss.map +1 -0
- data/node_modules/govuk-frontend/govuk-prototype-kit.config.json +24 -6
- data/node_modules/govuk-frontend/package.json +61 -15
- metadata +846 -585
- data/node_modules/govuk-frontend/govuk/_base.scss +0 -5
- data/node_modules/govuk-frontend/govuk/_base.scss.map +0 -1
- data/node_modules/govuk-frontend/govuk/all-ie8.scss +0 -16
- data/node_modules/govuk-frontend/govuk/all-ie8.scss.map +0 -1
- data/node_modules/govuk-frontend/govuk/all.js +0 -5172
- data/node_modules/govuk-frontend/govuk/all.js.map +0 -1
- data/node_modules/govuk-frontend/govuk/all.scss +0 -11
- data/node_modules/govuk-frontend/govuk/all.scss.map +0 -1
- data/node_modules/govuk-frontend/govuk/assets/images/govuk-apple-touch-icon-152x152.png +0 -0
- data/node_modules/govuk-frontend/govuk/assets/images/govuk-apple-touch-icon-167x167.png +0 -0
- data/node_modules/govuk-frontend/govuk/assets/images/govuk-apple-touch-icon.png +0 -0
- data/node_modules/govuk-frontend/govuk/assets/images/govuk-logotype-crown.png +0 -0
- data/node_modules/govuk-frontend/govuk/assets/images/govuk-logotype-tudor-crown.png +0 -0
- data/node_modules/govuk-frontend/govuk/assets/images/govuk-mask-icon.svg +0 -1
- data/node_modules/govuk-frontend/govuk/common/closest-attribute-value.js +0 -75
- data/node_modules/govuk-frontend/govuk/common/closest-attribute-value.js.map +0 -1
- data/node_modules/govuk-frontend/govuk/common/govuk-frontend-version.js +0 -17
- data/node_modules/govuk-frontend/govuk/common/govuk-frontend-version.js.map +0 -1
- data/node_modules/govuk-frontend/govuk/common/index.js +0 -192
- data/node_modules/govuk-frontend/govuk/common/index.js.map +0 -1
- data/node_modules/govuk-frontend/govuk/common/normalise-dataset.js +0 -386
- data/node_modules/govuk-frontend/govuk/common/normalise-dataset.js.map +0 -1
- data/node_modules/govuk-frontend/govuk/common.js +0 -194
- data/node_modules/govuk-frontend/govuk/common.js.map +0 -1
- data/node_modules/govuk-frontend/govuk/components/_all.scss +0 -37
- data/node_modules/govuk-frontend/govuk/components/_all.scss.map +0 -1
- data/node_modules/govuk-frontend/govuk/components/accordion/_accordion.scss +0 -4
- data/node_modules/govuk-frontend/govuk/components/accordion/_accordion.scss.map +0 -1
- data/node_modules/govuk-frontend/govuk/components/accordion/_index.scss +0 -390
- data/node_modules/govuk-frontend/govuk/components/accordion/_index.scss.map +0 -1
- data/node_modules/govuk-frontend/govuk/components/accordion/accordion.js +0 -2386
- data/node_modules/govuk-frontend/govuk/components/accordion/accordion.js.map +0 -1
- data/node_modules/govuk-frontend/govuk/components/accordion/fixtures.json +0 -333
- data/node_modules/govuk-frontend/govuk/components/accordion/macro-options.json +0 -118
- data/node_modules/govuk-frontend/govuk/components/accordion/template.njk +0 -38
- data/node_modules/govuk-frontend/govuk/components/back-link/_back-link.scss +0 -4
- data/node_modules/govuk-frontend/govuk/components/back-link/_back-link.scss.map +0 -1
- data/node_modules/govuk-frontend/govuk/components/back-link/_index.scss +0 -107
- data/node_modules/govuk-frontend/govuk/components/back-link/_index.scss.map +0 -1
- data/node_modules/govuk-frontend/govuk/components/back-link/fixtures.json +0 -71
- data/node_modules/govuk-frontend/govuk/components/back-link/macro-options.json +0 -32
- data/node_modules/govuk-frontend/govuk/components/back-link/template.njk +0 -2
- data/node_modules/govuk-frontend/govuk/components/breadcrumbs/_breadcrumbs.scss +0 -4
- data/node_modules/govuk-frontend/govuk/components/breadcrumbs/_breadcrumbs.scss.map +0 -1
- data/node_modules/govuk-frontend/govuk/components/breadcrumbs/_index.scss +0 -159
- data/node_modules/govuk-frontend/govuk/components/breadcrumbs/_index.scss.map +0 -1
- data/node_modules/govuk-frontend/govuk/components/breadcrumbs/fixtures.json +0 -214
- data/node_modules/govuk-frontend/govuk/components/breadcrumbs/macro-options.json +0 -52
- data/node_modules/govuk-frontend/govuk/components/breadcrumbs/template.njk +0 -24
- data/node_modules/govuk-frontend/govuk/components/button/_button.scss +0 -4
- data/node_modules/govuk-frontend/govuk/components/button/_button.scss.map +0 -1
- data/node_modules/govuk-frontend/govuk/components/button/_index.scss +0 -337
- data/node_modules/govuk-frontend/govuk/components/button/_index.scss.map +0 -1
- data/node_modules/govuk-frontend/govuk/components/button/button.js +0 -1027
- data/node_modules/govuk-frontend/govuk/components/button/button.js.map +0 -1
- data/node_modules/govuk-frontend/govuk/components/button/fixtures.json +0 -400
- data/node_modules/govuk-frontend/govuk/components/button/macro-options.json +0 -80
- data/node_modules/govuk-frontend/govuk/components/button/template.njk +0 -60
- data/node_modules/govuk-frontend/govuk/components/character-count/_character-count.scss +0 -4
- data/node_modules/govuk-frontend/govuk/components/character-count/_character-count.scss.map +0 -1
- data/node_modules/govuk-frontend/govuk/components/character-count/_index.scss +0 -36
- data/node_modules/govuk-frontend/govuk/components/character-count/_index.scss.map +0 -1
- data/node_modules/govuk-frontend/govuk/components/character-count/character-count.js +0 -2281
- data/node_modules/govuk-frontend/govuk/components/character-count/character-count.js.map +0 -1
- data/node_modules/govuk-frontend/govuk/components/character-count/fixtures.json +0 -352
- data/node_modules/govuk-frontend/govuk/components/character-count/macro-options.json +0 -153
- data/node_modules/govuk-frontend/govuk/components/character-count/template.njk +0 -58
- data/node_modules/govuk-frontend/govuk/components/checkboxes/_checkboxes.scss +0 -4
- data/node_modules/govuk-frontend/govuk/components/checkboxes/_checkboxes.scss.map +0 -1
- data/node_modules/govuk-frontend/govuk/components/checkboxes/_index.scss +0 -335
- data/node_modules/govuk-frontend/govuk/components/checkboxes/_index.scss.map +0 -1
- data/node_modules/govuk-frontend/govuk/components/checkboxes/checkboxes.js +0 -1277
- data/node_modules/govuk-frontend/govuk/components/checkboxes/checkboxes.js.map +0 -1
- data/node_modules/govuk-frontend/govuk/components/checkboxes/fixtures.json +0 -1300
- data/node_modules/govuk-frontend/govuk/components/checkboxes/macro-options.json +0 -168
- data/node_modules/govuk-frontend/govuk/components/checkboxes/template.njk +0 -120
- data/node_modules/govuk-frontend/govuk/components/cookie-banner/_cookie-banner.scss +0 -4
- data/node_modules/govuk-frontend/govuk/components/cookie-banner/_cookie-banner.scss.map +0 -1
- data/node_modules/govuk-frontend/govuk/components/cookie-banner/_index.scss +0 -51
- data/node_modules/govuk-frontend/govuk/components/cookie-banner/_index.scss.map +0 -1
- data/node_modules/govuk-frontend/govuk/components/cookie-banner/fixtures.json +0 -474
- data/node_modules/govuk-frontend/govuk/components/cookie-banner/macro-options.json +0 -132
- data/node_modules/govuk-frontend/govuk/components/cookie-banner/template.njk +0 -73
- data/node_modules/govuk-frontend/govuk/components/date-input/_date-input.scss +0 -4
- data/node_modules/govuk-frontend/govuk/components/date-input/_date-input.scss.map +0 -1
- data/node_modules/govuk-frontend/govuk/components/date-input/_index.scss +0 -28
- data/node_modules/govuk-frontend/govuk/components/date-input/_index.scss.map +0 -1
- data/node_modules/govuk-frontend/govuk/components/date-input/fixtures.json +0 -549
- data/node_modules/govuk-frontend/govuk/components/date-input/macro-options.json +0 -117
- data/node_modules/govuk-frontend/govuk/components/date-input/template.njk +0 -97
- data/node_modules/govuk-frontend/govuk/components/details/_details.scss +0 -4
- data/node_modules/govuk-frontend/govuk/components/details/_details.scss.map +0 -1
- data/node_modules/govuk-frontend/govuk/components/details/_index.scss +0 -90
- data/node_modules/govuk-frontend/govuk/components/details/_index.scss.map +0 -1
- data/node_modules/govuk-frontend/govuk/components/details/details.js +0 -873
- data/node_modules/govuk-frontend/govuk/components/details/details.js.map +0 -1
- data/node_modules/govuk-frontend/govuk/components/details/fixtures.json +0 -103
- data/node_modules/govuk-frontend/govuk/components/details/implementation.md +0 -43
- data/node_modules/govuk-frontend/govuk/components/details/template.njk +0 -10
- data/node_modules/govuk-frontend/govuk/components/error-message/_error-message.scss +0 -4
- data/node_modules/govuk-frontend/govuk/components/error-message/_error-message.scss.map +0 -1
- data/node_modules/govuk-frontend/govuk/components/error-message/_index.scss +0 -14
- data/node_modules/govuk-frontend/govuk/components/error-message/_index.scss.map +0 -1
- data/node_modules/govuk-frontend/govuk/components/error-message/fixtures.json +0 -86
- data/node_modules/govuk-frontend/govuk/components/error-message/macro-options.json +0 -38
- data/node_modules/govuk-frontend/govuk/components/error-message/template.njk +0 -6
- data/node_modules/govuk-frontend/govuk/components/error-summary/_error-summary.scss +0 -4
- data/node_modules/govuk-frontend/govuk/components/error-summary/_error-summary.scss.map +0 -1
- data/node_modules/govuk-frontend/govuk/components/error-summary/_index.scss +0 -45
- data/node_modules/govuk-frontend/govuk/components/error-summary/_index.scss.map +0 -1
- data/node_modules/govuk-frontend/govuk/components/error-summary/error-summary.js +0 -1189
- data/node_modules/govuk-frontend/govuk/components/error-summary/error-summary.js.map +0 -1
- data/node_modules/govuk-frontend/govuk/components/error-summary/fixtures.json +0 -260
- data/node_modules/govuk-frontend/govuk/components/error-summary/macro-options.json +0 -82
- data/node_modules/govuk-frontend/govuk/components/error-summary/template.njk +0 -30
- data/node_modules/govuk-frontend/govuk/components/exit-this-page/_exit-this-page.scss +0 -4
- data/node_modules/govuk-frontend/govuk/components/exit-this-page/_exit-this-page.scss.map +0 -1
- data/node_modules/govuk-frontend/govuk/components/exit-this-page/_index.scss +0 -99
- data/node_modules/govuk-frontend/govuk/components/exit-this-page/_index.scss.map +0 -1
- data/node_modules/govuk-frontend/govuk/components/exit-this-page/exit-this-page.js +0 -2120
- data/node_modules/govuk-frontend/govuk/components/exit-this-page/exit-this-page.js.map +0 -1
- data/node_modules/govuk-frontend/govuk/components/exit-this-page/fixtures.json +0 -50
- data/node_modules/govuk-frontend/govuk/components/exit-this-page/macro-options.json +0 -62
- data/node_modules/govuk-frontend/govuk/components/exit-this-page/template.njk +0 -16
- data/node_modules/govuk-frontend/govuk/components/fieldset/_fieldset.scss +0 -4
- data/node_modules/govuk-frontend/govuk/components/fieldset/_fieldset.scss.map +0 -1
- data/node_modules/govuk-frontend/govuk/components/fieldset/_index.scss +0 -66
- data/node_modules/govuk-frontend/govuk/components/fieldset/_index.scss.map +0 -1
- data/node_modules/govuk-frontend/govuk/components/fieldset/fixtures.json +0 -206
- data/node_modules/govuk-frontend/govuk/components/fieldset/macro-options.json +0 -70
- data/node_modules/govuk-frontend/govuk/components/fieldset/template.njk +0 -22
- data/node_modules/govuk-frontend/govuk/components/file-upload/_file-upload.scss +0 -4
- data/node_modules/govuk-frontend/govuk/components/file-upload/_file-upload.scss.map +0 -1
- data/node_modules/govuk-frontend/govuk/components/file-upload/_index.scss +0 -57
- data/node_modules/govuk-frontend/govuk/components/file-upload/_index.scss.map +0 -1
- data/node_modules/govuk-frontend/govuk/components/file-upload/fixtures.json +0 -199
- data/node_modules/govuk-frontend/govuk/components/file-upload/macro-options.json +0 -79
- data/node_modules/govuk-frontend/govuk/components/file-upload/template.njk +0 -45
- data/node_modules/govuk-frontend/govuk/components/footer/_footer.scss +0 -4
- data/node_modules/govuk-frontend/govuk/components/footer/_footer.scss.map +0 -1
- data/node_modules/govuk-frontend/govuk/components/footer/_index.scss +0 -195
- data/node_modules/govuk-frontend/govuk/components/footer/_index.scss.map +0 -1
- data/node_modules/govuk-frontend/govuk/components/footer/fixtures.json +0 -644
- data/node_modules/govuk-frontend/govuk/components/footer/macro-options.json +0 -164
- data/node_modules/govuk-frontend/govuk/components/footer/template.njk +0 -97
- data/node_modules/govuk-frontend/govuk/components/header/_header.scss +0 -4
- data/node_modules/govuk-frontend/govuk/components/header/_header.scss.map +0 -1
- data/node_modules/govuk-frontend/govuk/components/header/_index.scss +0 -367
- data/node_modules/govuk-frontend/govuk/components/header/_index.scss.map +0 -1
- data/node_modules/govuk-frontend/govuk/components/header/fixtures.json +0 -449
- data/node_modules/govuk-frontend/govuk/components/header/header.js +0 -794
- data/node_modules/govuk-frontend/govuk/components/header/header.js.map +0 -1
- data/node_modules/govuk-frontend/govuk/components/header/macro-options.json +0 -118
- data/node_modules/govuk-frontend/govuk/components/header/template.njk +0 -113
- data/node_modules/govuk-frontend/govuk/components/hint/_hint.scss +0 -4
- data/node_modules/govuk-frontend/govuk/components/hint/_hint.scss.map +0 -1
- data/node_modules/govuk-frontend/govuk/components/hint/_index.scss +0 -44
- data/node_modules/govuk-frontend/govuk/components/hint/_index.scss.map +0 -1
- data/node_modules/govuk-frontend/govuk/components/hint/fixtures.json +0 -59
- data/node_modules/govuk-frontend/govuk/components/hint/template.njk +0 -4
- data/node_modules/govuk-frontend/govuk/components/input/_index.scss +0 -195
- data/node_modules/govuk-frontend/govuk/components/input/_index.scss.map +0 -1
- data/node_modules/govuk-frontend/govuk/components/input/_input.scss +0 -4
- data/node_modules/govuk-frontend/govuk/components/input/_input.scss.map +0 -1
- data/node_modules/govuk-frontend/govuk/components/input/fixtures.json +0 -642
- data/node_modules/govuk-frontend/govuk/components/input/macro-options.json +0 -173
- data/node_modules/govuk-frontend/govuk/components/input/template.njk +0 -67
- data/node_modules/govuk-frontend/govuk/components/inset-text/_index.scss +0 -26
- data/node_modules/govuk-frontend/govuk/components/inset-text/_index.scss.map +0 -1
- data/node_modules/govuk-frontend/govuk/components/inset-text/_inset-text.scss +0 -4
- data/node_modules/govuk-frontend/govuk/components/inset-text/_inset-text.scss.map +0 -1
- data/node_modules/govuk-frontend/govuk/components/inset-text/fixtures.json +0 -58
- data/node_modules/govuk-frontend/govuk/components/inset-text/macro-options.json +0 -38
- data/node_modules/govuk-frontend/govuk/components/inset-text/template.njk +0 -4
- data/node_modules/govuk-frontend/govuk/components/label/_index.scss +0 -43
- data/node_modules/govuk-frontend/govuk/components/label/_index.scss.map +0 -1
- data/node_modules/govuk-frontend/govuk/components/label/_label.scss +0 -4
- data/node_modules/govuk-frontend/govuk/components/label/_label.scss.map +0 -1
- data/node_modules/govuk-frontend/govuk/components/label/fixtures.json +0 -159
- data/node_modules/govuk-frontend/govuk/components/label/template.njk +0 -15
- data/node_modules/govuk-frontend/govuk/components/notification-banner/_index.scss +0 -91
- data/node_modules/govuk-frontend/govuk/components/notification-banner/_index.scss.map +0 -1
- data/node_modules/govuk-frontend/govuk/components/notification-banner/_notification-banner.scss +0 -4
- data/node_modules/govuk-frontend/govuk/components/notification-banner/_notification-banner.scss.map +0 -1
- data/node_modules/govuk-frontend/govuk/components/notification-banner/fixtures.json +0 -222
- data/node_modules/govuk-frontend/govuk/components/notification-banner/macro-options.json +0 -74
- data/node_modules/govuk-frontend/govuk/components/notification-banner/notification-banner.js +0 -843
- data/node_modules/govuk-frontend/govuk/components/notification-banner/notification-banner.js.map +0 -1
- data/node_modules/govuk-frontend/govuk/components/notification-banner/template.njk +0 -47
- data/node_modules/govuk-frontend/govuk/components/pagination/_index.scss +0 -249
- data/node_modules/govuk-frontend/govuk/components/pagination/_index.scss.map +0 -1
- data/node_modules/govuk-frontend/govuk/components/pagination/_pagination.scss +0 -4
- data/node_modules/govuk-frontend/govuk/components/pagination/_pagination.scss.map +0 -1
- data/node_modules/govuk-frontend/govuk/components/pagination/fixtures.json +0 -368
- data/node_modules/govuk-frontend/govuk/components/pagination/macro-options.json +0 -128
- data/node_modules/govuk-frontend/govuk/components/pagination/template.njk +0 -62
- data/node_modules/govuk-frontend/govuk/components/panel/_index.scss +0 -58
- data/node_modules/govuk-frontend/govuk/components/panel/_index.scss.map +0 -1
- data/node_modules/govuk-frontend/govuk/components/panel/_panel.scss +0 -4
- data/node_modules/govuk-frontend/govuk/components/panel/_panel.scss.map +0 -1
- data/node_modules/govuk-frontend/govuk/components/panel/fixtures.json +0 -91
- data/node_modules/govuk-frontend/govuk/components/panel/template.njk +0 -13
- data/node_modules/govuk-frontend/govuk/components/phase-banner/_index.scss +0 -29
- data/node_modules/govuk-frontend/govuk/components/phase-banner/_index.scss.map +0 -1
- data/node_modules/govuk-frontend/govuk/components/phase-banner/_phase-banner.scss +0 -4
- data/node_modules/govuk-frontend/govuk/components/phase-banner/_phase-banner.scss.map +0 -1
- data/node_modules/govuk-frontend/govuk/components/phase-banner/fixtures.json +0 -76
- data/node_modules/govuk-frontend/govuk/components/phase-banner/macro-options.json +0 -33
- data/node_modules/govuk-frontend/govuk/components/phase-banner/template.njk +0 -15
- data/node_modules/govuk-frontend/govuk/components/radios/_index.scss +0 -351
- data/node_modules/govuk-frontend/govuk/components/radios/_index.scss.map +0 -1
- data/node_modules/govuk-frontend/govuk/components/radios/_radios.scss +0 -4
- data/node_modules/govuk-frontend/govuk/components/radios/_radios.scss.map +0 -1
- data/node_modules/govuk-frontend/govuk/components/radios/fixtures.json +0 -1294
- data/node_modules/govuk-frontend/govuk/components/radios/macro-options.json +0 -150
- data/node_modules/govuk-frontend/govuk/components/radios/radios.js +0 -1222
- data/node_modules/govuk-frontend/govuk/components/radios/radios.js.map +0 -1
- data/node_modules/govuk-frontend/govuk/components/radios/template.njk +0 -110
- data/node_modules/govuk-frontend/govuk/components/select/_index.scss +0 -68
- data/node_modules/govuk-frontend/govuk/components/select/_index.scss.map +0 -1
- data/node_modules/govuk-frontend/govuk/components/select/_select.scss +0 -4
- data/node_modules/govuk-frontend/govuk/components/select/_select.scss.map +0 -1
- data/node_modules/govuk-frontend/govuk/components/select/fixtures.json +0 -421
- data/node_modules/govuk-frontend/govuk/components/select/macro-options.json +0 -117
- data/node_modules/govuk-frontend/govuk/components/select/template.njk +0 -54
- data/node_modules/govuk-frontend/govuk/components/skip-link/_index.scss +0 -49
- data/node_modules/govuk-frontend/govuk/components/skip-link/_index.scss.map +0 -1
- data/node_modules/govuk-frontend/govuk/components/skip-link/_skip-link.scss +0 -4
- data/node_modules/govuk-frontend/govuk/components/skip-link/_skip-link.scss.map +0 -1
- data/node_modules/govuk-frontend/govuk/components/skip-link/fixtures.json +0 -86
- data/node_modules/govuk-frontend/govuk/components/skip-link/macro-options.json +0 -32
- data/node_modules/govuk-frontend/govuk/components/skip-link/skip-link.js +0 -1145
- data/node_modules/govuk-frontend/govuk/components/skip-link/skip-link.js.map +0 -1
- data/node_modules/govuk-frontend/govuk/components/skip-link/template.njk +0 -3
- data/node_modules/govuk-frontend/govuk/components/summary-list/_index.scss +0 -278
- data/node_modules/govuk-frontend/govuk/components/summary-list/_index.scss.map +0 -1
- data/node_modules/govuk-frontend/govuk/components/summary-list/_summary-list.scss +0 -4
- data/node_modules/govuk-frontend/govuk/components/summary-list/_summary-list.scss.map +0 -1
- data/node_modules/govuk-frontend/govuk/components/summary-list/fixtures.json +0 -1529
- data/node_modules/govuk-frontend/govuk/components/summary-list/macro-options.json +0 -223
- data/node_modules/govuk-frontend/govuk/components/summary-list/template.njk +0 -88
- data/node_modules/govuk-frontend/govuk/components/table/_index.scss +0 -73
- data/node_modules/govuk-frontend/govuk/components/table/_index.scss.map +0 -1
- data/node_modules/govuk-frontend/govuk/components/table/_table.scss +0 -4
- data/node_modules/govuk-frontend/govuk/components/table/_table.scss.map +0 -1
- data/node_modules/govuk-frontend/govuk/components/table/fixtures.json +0 -539
- data/node_modules/govuk-frontend/govuk/components/table/macro-options.json +0 -132
- data/node_modules/govuk-frontend/govuk/components/table/template.njk +0 -45
- data/node_modules/govuk-frontend/govuk/components/tabs/_index.scss +0 -132
- data/node_modules/govuk-frontend/govuk/components/tabs/_index.scss.map +0 -1
- data/node_modules/govuk-frontend/govuk/components/tabs/_tabs.scss +0 -4
- data/node_modules/govuk-frontend/govuk/components/tabs/_tabs.scss.map +0 -1
- data/node_modules/govuk-frontend/govuk/components/tabs/fixtures.json +0 -286
- data/node_modules/govuk-frontend/govuk/components/tabs/macro-options.json +0 -84
- data/node_modules/govuk-frontend/govuk/components/tabs/tabs.js +0 -1621
- data/node_modules/govuk-frontend/govuk/components/tabs/tabs.js.map +0 -1
- data/node_modules/govuk-frontend/govuk/components/tabs/template.njk +0 -36
- data/node_modules/govuk-frontend/govuk/components/tag/_index.scss +0 -83
- data/node_modules/govuk-frontend/govuk/components/tag/_index.scss.map +0 -1
- data/node_modules/govuk-frontend/govuk/components/tag/_tag.scss +0 -4
- data/node_modules/govuk-frontend/govuk/components/tag/_tag.scss.map +0 -1
- data/node_modules/govuk-frontend/govuk/components/tag/fixtures.json +0 -131
- data/node_modules/govuk-frontend/govuk/components/tag/template.njk +0 -3
- data/node_modules/govuk-frontend/govuk/components/textarea/_index.scss +0 -56
- data/node_modules/govuk-frontend/govuk/components/textarea/_index.scss.map +0 -1
- data/node_modules/govuk-frontend/govuk/components/textarea/_textarea.scss +0 -4
- data/node_modules/govuk-frontend/govuk/components/textarea/_textarea.scss.map +0 -1
- data/node_modules/govuk-frontend/govuk/components/textarea/fixtures.json +0 -251
- data/node_modules/govuk-frontend/govuk/components/textarea/macro-options.json +0 -97
- data/node_modules/govuk-frontend/govuk/components/textarea/template.njk +0 -46
- data/node_modules/govuk-frontend/govuk/components/warning-text/_index.scss +0 -68
- data/node_modules/govuk-frontend/govuk/components/warning-text/_index.scss.map +0 -1
- data/node_modules/govuk-frontend/govuk/components/warning-text/_warning-text.scss +0 -4
- data/node_modules/govuk-frontend/govuk/components/warning-text/_warning-text.scss.map +0 -1
- data/node_modules/govuk-frontend/govuk/components/warning-text/fixtures.json +0 -77
- data/node_modules/govuk-frontend/govuk/components/warning-text/macro-options.json +0 -32
- data/node_modules/govuk-frontend/govuk/components/warning-text/template.njk +0 -9
- data/node_modules/govuk-frontend/govuk/core/_all.scss +0 -8
- data/node_modules/govuk-frontend/govuk/core/_all.scss.map +0 -1
- data/node_modules/govuk-frontend/govuk/core/_global-styles.scss +0 -21
- data/node_modules/govuk-frontend/govuk/core/_global-styles.scss.map +0 -1
- data/node_modules/govuk-frontend/govuk/core/_govuk-frontend-version.scss +0 -7
- data/node_modules/govuk-frontend/govuk/core/_govuk-frontend-version.scss.map +0 -1
- data/node_modules/govuk-frontend/govuk/core/_links.scss +0 -37
- data/node_modules/govuk-frontend/govuk/core/_links.scss.map +0 -1
- data/node_modules/govuk-frontend/govuk/core/_lists.scss +0 -68
- data/node_modules/govuk-frontend/govuk/core/_lists.scss.map +0 -1
- data/node_modules/govuk-frontend/govuk/core/_section-break.scss +0 -58
- data/node_modules/govuk-frontend/govuk/core/_section-break.scss.map +0 -1
- data/node_modules/govuk-frontend/govuk/core/_typography.scss +0 -188
- data/node_modules/govuk-frontend/govuk/core/_typography.scss.map +0 -1
- data/node_modules/govuk-frontend/govuk/helpers/_all.scss +0 -14
- data/node_modules/govuk-frontend/govuk/helpers/_all.scss.map +0 -1
- data/node_modules/govuk-frontend/govuk/helpers/_clearfix.scss +0 -17
- data/node_modules/govuk-frontend/govuk/helpers/_clearfix.scss.map +0 -1
- data/node_modules/govuk-frontend/govuk/helpers/_colour.scss +0 -100
- data/node_modules/govuk-frontend/govuk/helpers/_colour.scss.map +0 -1
- data/node_modules/govuk-frontend/govuk/helpers/_device-pixels.scss +0 -39
- data/node_modules/govuk-frontend/govuk/helpers/_device-pixels.scss.map +0 -1
- data/node_modules/govuk-frontend/govuk/helpers/_focused.scss +0 -35
- data/node_modules/govuk-frontend/govuk/helpers/_focused.scss.map +0 -1
- data/node_modules/govuk-frontend/govuk/helpers/_font-faces.scss +0 -43
- data/node_modules/govuk-frontend/govuk/helpers/_font-faces.scss.map +0 -1
- data/node_modules/govuk-frontend/govuk/helpers/_grid.scss +0 -63
- data/node_modules/govuk-frontend/govuk/helpers/_grid.scss.map +0 -1
- data/node_modules/govuk-frontend/govuk/helpers/_links.scss +0 -431
- data/node_modules/govuk-frontend/govuk/helpers/_links.scss.map +0 -1
- data/node_modules/govuk-frontend/govuk/helpers/_media-queries.scss +0 -93
- data/node_modules/govuk-frontend/govuk/helpers/_media-queries.scss.map +0 -1
- data/node_modules/govuk-frontend/govuk/helpers/_shape-arrow.scss +0 -82
- data/node_modules/govuk-frontend/govuk/helpers/_shape-arrow.scss.map +0 -1
- data/node_modules/govuk-frontend/govuk/helpers/_spacing.scss +0 -173
- data/node_modules/govuk-frontend/govuk/helpers/_spacing.scss.map +0 -1
- data/node_modules/govuk-frontend/govuk/helpers/_typography.scss +0 -216
- data/node_modules/govuk-frontend/govuk/helpers/_typography.scss.map +0 -1
- data/node_modules/govuk-frontend/govuk/helpers/_visually-hidden.scss +0 -98
- data/node_modules/govuk-frontend/govuk/helpers/_visually-hidden.scss.map +0 -1
- data/node_modules/govuk-frontend/govuk/i18n.js +0 -397
- data/node_modules/govuk-frontend/govuk/i18n.js.map +0 -1
- data/node_modules/govuk-frontend/govuk/macros/i18n.njk +0 -16
- data/node_modules/govuk-frontend/govuk/objects/_all.scss +0 -8
- data/node_modules/govuk-frontend/govuk/objects/_all.scss.map +0 -1
- data/node_modules/govuk-frontend/govuk/objects/_button-group.scss +0 -87
- data/node_modules/govuk-frontend/govuk/objects/_button-group.scss.map +0 -1
- data/node_modules/govuk-frontend/govuk/objects/_form-group.scss +0 -25
- data/node_modules/govuk-frontend/govuk/objects/_form-group.scss.map +0 -1
- data/node_modules/govuk-frontend/govuk/objects/_grid.scss +0 -26
- data/node_modules/govuk-frontend/govuk/objects/_grid.scss.map +0 -1
- data/node_modules/govuk-frontend/govuk/objects/_main-wrapper.scss +0 -55
- data/node_modules/govuk-frontend/govuk/objects/_main-wrapper.scss.map +0 -1
- data/node_modules/govuk-frontend/govuk/objects/_template.scss +0 -54
- data/node_modules/govuk-frontend/govuk/objects/_template.scss.map +0 -1
- data/node_modules/govuk-frontend/govuk/objects/_width-container.scss +0 -86
- data/node_modules/govuk-frontend/govuk/objects/_width-container.scss.map +0 -1
- data/node_modules/govuk-frontend/govuk/overrides/_all.scss +0 -7
- data/node_modules/govuk-frontend/govuk/overrides/_all.scss.map +0 -1
- data/node_modules/govuk-frontend/govuk/overrides/_display.scss +0 -26
- data/node_modules/govuk-frontend/govuk/overrides/_display.scss.map +0 -1
- data/node_modules/govuk-frontend/govuk/overrides/_spacing.scss +0 -104
- data/node_modules/govuk-frontend/govuk/overrides/_spacing.scss.map +0 -1
- data/node_modules/govuk-frontend/govuk/overrides/_text-align.scss +0 -16
- data/node_modules/govuk-frontend/govuk/overrides/_text-align.scss.map +0 -1
- data/node_modules/govuk-frontend/govuk/overrides/_typography.scss +0 -23
- data/node_modules/govuk-frontend/govuk/overrides/_typography.scss.map +0 -1
- data/node_modules/govuk-frontend/govuk/overrides/_width.scss +0 -48
- data/node_modules/govuk-frontend/govuk/overrides/_width.scss.map +0 -1
- data/node_modules/govuk-frontend/govuk/settings/_all.scss +0 -26
- data/node_modules/govuk-frontend/govuk/settings/_all.scss.map +0 -1
- data/node_modules/govuk-frontend/govuk/settings/_assets.scss +0 -84
- data/node_modules/govuk-frontend/govuk/settings/_assets.scss.map +0 -1
- data/node_modules/govuk-frontend/govuk/settings/_colours-applied.scss +0 -157
- data/node_modules/govuk-frontend/govuk/settings/_colours-applied.scss.map +0 -1
- data/node_modules/govuk-frontend/govuk/settings/_colours-organisations.scss +0 -148
- data/node_modules/govuk-frontend/govuk/settings/_colours-organisations.scss.map +0 -1
- data/node_modules/govuk-frontend/govuk/settings/_colours-palette.scss +0 -122
- data/node_modules/govuk-frontend/govuk/settings/_colours-palette.scss.map +0 -1
- data/node_modules/govuk-frontend/govuk/settings/_compatibility.scss +0 -102
- data/node_modules/govuk-frontend/govuk/settings/_compatibility.scss.map +0 -1
- data/node_modules/govuk-frontend/govuk/settings/_global-styles.scss +0 -15
- data/node_modules/govuk-frontend/govuk/settings/_global-styles.scss.map +0 -1
- data/node_modules/govuk-frontend/govuk/settings/_ie8.scss +0 -36
- data/node_modules/govuk-frontend/govuk/settings/_ie8.scss.map +0 -1
- data/node_modules/govuk-frontend/govuk/settings/_links.scss +0 -68
- data/node_modules/govuk-frontend/govuk/settings/_links.scss.map +0 -1
- data/node_modules/govuk-frontend/govuk/settings/_measurements.scss +0 -97
- data/node_modules/govuk-frontend/govuk/settings/_measurements.scss.map +0 -1
- data/node_modules/govuk-frontend/govuk/settings/_media-queries.scss +0 -25
- data/node_modules/govuk-frontend/govuk/settings/_media-queries.scss.map +0 -1
- data/node_modules/govuk-frontend/govuk/settings/_spacing.scss +0 -78
- data/node_modules/govuk-frontend/govuk/settings/_spacing.scss.map +0 -1
- data/node_modules/govuk-frontend/govuk/settings/_typography-font-families.scss +0 -34
- data/node_modules/govuk-frontend/govuk/settings/_typography-font-families.scss.map +0 -1
- data/node_modules/govuk-frontend/govuk/settings/_typography-font.scss +0 -114
- data/node_modules/govuk-frontend/govuk/settings/_typography-font.scss.map +0 -1
- data/node_modules/govuk-frontend/govuk/settings/_typography-responsive.scss +0 -197
- data/node_modules/govuk-frontend/govuk/settings/_typography-responsive.scss.map +0 -1
- data/node_modules/govuk-frontend/govuk/settings/_warnings.scss +0 -55
- data/node_modules/govuk-frontend/govuk/settings/_warnings.scss.map +0 -1
- data/node_modules/govuk-frontend/govuk/template.njk +0 -60
- data/node_modules/govuk-frontend/govuk/tools/_all.scss +0 -9
- data/node_modules/govuk-frontend/govuk/tools/_all.scss.map +0 -1
- data/node_modules/govuk-frontend/govuk/tools/_compatibility.scss +0 -52
- data/node_modules/govuk-frontend/govuk/tools/_compatibility.scss.map +0 -1
- data/node_modules/govuk-frontend/govuk/tools/_exports.scss +0 -35
- data/node_modules/govuk-frontend/govuk/tools/_exports.scss.map +0 -1
- data/node_modules/govuk-frontend/govuk/tools/_font-url.scss +0 -27
- data/node_modules/govuk-frontend/govuk/tools/_font-url.scss.map +0 -1
- data/node_modules/govuk-frontend/govuk/tools/_ie8.scss +0 -89
- data/node_modules/govuk-frontend/govuk/tools/_ie8.scss.map +0 -1
- data/node_modules/govuk-frontend/govuk/tools/_image-url.scss +0 -27
- data/node_modules/govuk-frontend/govuk/tools/_image-url.scss.map +0 -1
- data/node_modules/govuk-frontend/govuk/tools/_px-to-em.scss +0 -22
- data/node_modules/govuk-frontend/govuk/tools/_px-to-em.scss.map +0 -1
- data/node_modules/govuk-frontend/govuk/tools/_px-to-rem.scss +0 -22
- data/node_modules/govuk-frontend/govuk/tools/_px-to-rem.scss.map +0 -1
- data/node_modules/govuk-frontend/govuk/utilities/_all.scss +0 -4
- data/node_modules/govuk-frontend/govuk/utilities/_all.scss.map +0 -1
- data/node_modules/govuk-frontend/govuk/utilities/_clearfix.scss +0 -7
- data/node_modules/govuk-frontend/govuk/utilities/_clearfix.scss.map +0 -1
- data/node_modules/govuk-frontend/govuk/utilities/_visually-hidden.scss +0 -11
- data/node_modules/govuk-frontend/govuk/utilities/_visually-hidden.scss.map +0 -1
- data/node_modules/govuk-frontend/govuk/vendor/_sass-mq.scss +0 -349
- data/node_modules/govuk-frontend/govuk/vendor/_sass-mq.scss.map +0 -1
- data/node_modules/govuk-frontend/govuk/vendor/polyfills/DOMTokenList.js +0 -274
- data/node_modules/govuk-frontend/govuk/vendor/polyfills/DOMTokenList.js.map +0 -1
- data/node_modules/govuk-frontend/govuk/vendor/polyfills/Date/now.js +0 -23
- data/node_modules/govuk-frontend/govuk/vendor/polyfills/Date/now.js.map +0 -1
- data/node_modules/govuk-frontend/govuk/vendor/polyfills/Document.js +0 -36
- data/node_modules/govuk-frontend/govuk/vendor/polyfills/Document.js.map +0 -1
- data/node_modules/govuk-frontend/govuk/vendor/polyfills/Element/prototype/classList.js +0 -597
- data/node_modules/govuk-frontend/govuk/vendor/polyfills/Element/prototype/classList.js.map +0 -1
- data/node_modules/govuk-frontend/govuk/vendor/polyfills/Element/prototype/closest.js +0 -58
- data/node_modules/govuk-frontend/govuk/vendor/polyfills/Element/prototype/closest.js.map +0 -1
- data/node_modules/govuk-frontend/govuk/vendor/polyfills/Element/prototype/dataset.js +0 -307
- data/node_modules/govuk-frontend/govuk/vendor/polyfills/Element/prototype/dataset.js.map +0 -1
- data/node_modules/govuk-frontend/govuk/vendor/polyfills/Element/prototype/matches.js +0 -33
- data/node_modules/govuk-frontend/govuk/vendor/polyfills/Element/prototype/matches.js.map +0 -1
- data/node_modules/govuk-frontend/govuk/vendor/polyfills/Element/prototype/nextElementSibling.js +0 -261
- data/node_modules/govuk-frontend/govuk/vendor/polyfills/Element/prototype/nextElementSibling.js.map +0 -1
- data/node_modules/govuk-frontend/govuk/vendor/polyfills/Element/prototype/previousElementSibling.js +0 -261
- data/node_modules/govuk-frontend/govuk/vendor/polyfills/Element/prototype/previousElementSibling.js.map +0 -1
- data/node_modules/govuk-frontend/govuk/vendor/polyfills/Element.js +0 -151
- data/node_modules/govuk-frontend/govuk/vendor/polyfills/Element.js.map +0 -1
- data/node_modules/govuk-frontend/govuk/vendor/polyfills/Event.js +0 -512
- data/node_modules/govuk-frontend/govuk/vendor/polyfills/Event.js.map +0 -1
- data/node_modules/govuk-frontend/govuk/vendor/polyfills/Function/prototype/bind.js +0 -256
- data/node_modules/govuk-frontend/govuk/vendor/polyfills/Function/prototype/bind.js.map +0 -1
- data/node_modules/govuk-frontend/govuk/vendor/polyfills/Object/defineProperty.js +0 -96
- data/node_modules/govuk-frontend/govuk/vendor/polyfills/Object/defineProperty.js.map +0 -1
- data/node_modules/govuk-frontend/govuk/vendor/polyfills/String/prototype/trim.js +0 -23
- data/node_modules/govuk-frontend/govuk/vendor/polyfills/String/prototype/trim.js.map +0 -1
- data/node_modules/govuk-frontend/govuk/vendor/polyfills/Window.js +0 -30
- data/node_modules/govuk-frontend/govuk/vendor/polyfills/Window.js.map +0 -1
- data/node_modules/govuk-frontend/govuk-esm/all.mjs +0 -140
- data/node_modules/govuk-frontend/govuk-esm/all.mjs.map +0 -1
- data/node_modules/govuk-frontend/govuk-esm/common/closest-attribute-value.mjs +0 -19
- data/node_modules/govuk-frontend/govuk-esm/common/closest-attribute-value.mjs.map +0 -1
- data/node_modules/govuk-frontend/govuk-esm/common/govuk-frontend-version.mjs +0 -9
- data/node_modules/govuk-frontend/govuk-esm/common/govuk-frontend-version.mjs.map +0 -1
- data/node_modules/govuk-frontend/govuk-esm/common/index.mjs +0 -181
- data/node_modules/govuk-frontend/govuk-esm/common/index.mjs.map +0 -1
- data/node_modules/govuk-frontend/govuk-esm/common/normalise-dataset.mjs +0 -66
- data/node_modules/govuk-frontend/govuk-esm/common/normalise-dataset.mjs.map +0 -1
- data/node_modules/govuk-frontend/govuk-esm/common.mjs +0 -4
- data/node_modules/govuk-frontend/govuk-esm/common.mjs.map +0 -1
- data/node_modules/govuk-frontend/govuk-esm/components/accordion/accordion.mjs +0 -625
- data/node_modules/govuk-frontend/govuk-esm/components/accordion/accordion.mjs.map +0 -1
- data/node_modules/govuk-frontend/govuk-esm/components/button/button.mjs +0 -120
- data/node_modules/govuk-frontend/govuk-esm/components/button/button.mjs.map +0 -1
- data/node_modules/govuk-frontend/govuk-esm/components/character-count/character-count.mjs +0 -510
- data/node_modules/govuk-frontend/govuk-esm/components/character-count/character-count.mjs.map +0 -1
- data/node_modules/govuk-frontend/govuk-esm/components/checkboxes/checkboxes.mjs +0 -213
- data/node_modules/govuk-frontend/govuk-esm/components/checkboxes/checkboxes.mjs.map +0 -1
- data/node_modules/govuk-frontend/govuk-esm/components/details/details.mjs +0 -166
- data/node_modules/govuk-frontend/govuk-esm/components/details/details.mjs.map +0 -1
- data/node_modules/govuk-frontend/govuk-esm/components/error-summary/error-summary.mjs +0 -233
- data/node_modules/govuk-frontend/govuk-esm/components/error-summary/error-summary.mjs.map +0 -1
- data/node_modules/govuk-frontend/govuk-esm/components/exit-this-page/exit-this-page.mjs +0 -406
- data/node_modules/govuk-frontend/govuk-esm/components/exit-this-page/exit-this-page.mjs.map +0 -1
- data/node_modules/govuk-frontend/govuk-esm/components/header/header.mjs +0 -125
- data/node_modules/govuk-frontend/govuk-esm/components/header/header.mjs.map +0 -1
- data/node_modules/govuk-frontend/govuk-esm/components/notification-banner/notification-banner.mjs +0 -95
- data/node_modules/govuk-frontend/govuk-esm/components/notification-banner/notification-banner.mjs.map +0 -1
- data/node_modules/govuk-frontend/govuk-esm/components/radios/radios.mjs +0 -158
- data/node_modules/govuk-frontend/govuk-esm/components/radios/radios.mjs.map +0 -1
- data/node_modules/govuk-frontend/govuk-esm/components/skip-link/skip-link.mjs +0 -119
- data/node_modules/govuk-frontend/govuk-esm/components/skip-link/skip-link.mjs.map +0 -1
- data/node_modules/govuk-frontend/govuk-esm/components/tabs/tabs.mjs +0 -515
- data/node_modules/govuk-frontend/govuk-esm/components/tabs/tabs.mjs.map +0 -1
- data/node_modules/govuk-frontend/govuk-esm/i18n.mjs +0 -389
- data/node_modules/govuk-frontend/govuk-esm/i18n.mjs.map +0 -1
- data/node_modules/govuk-frontend/govuk-esm/vendor/polyfills/DOMTokenList.mjs +0 -266
- data/node_modules/govuk-frontend/govuk-esm/vendor/polyfills/DOMTokenList.mjs.map +0 -1
- data/node_modules/govuk-frontend/govuk-esm/vendor/polyfills/Date/now.mjs +0 -15
- data/node_modules/govuk-frontend/govuk-esm/vendor/polyfills/Date/now.mjs.map +0 -1
- data/node_modules/govuk-frontend/govuk-esm/vendor/polyfills/Document.mjs +0 -28
- data/node_modules/govuk-frontend/govuk-esm/vendor/polyfills/Document.mjs.map +0 -1
- data/node_modules/govuk-frontend/govuk-esm/vendor/polyfills/Element/prototype/classList.mjs +0 -96
- data/node_modules/govuk-frontend/govuk-esm/vendor/polyfills/Element/prototype/classList.mjs.map +0 -1
- data/node_modules/govuk-frontend/govuk-esm/vendor/polyfills/Element/prototype/closest.mjs +0 -27
- data/node_modules/govuk-frontend/govuk-esm/vendor/polyfills/Element/prototype/closest.mjs.map +0 -1
- data/node_modules/govuk-frontend/govuk-esm/vendor/polyfills/Element/prototype/dataset.mjs +0 -71
- data/node_modules/govuk-frontend/govuk-esm/vendor/polyfills/Element/prototype/dataset.mjs.map +0 -1
- data/node_modules/govuk-frontend/govuk-esm/vendor/polyfills/Element/prototype/matches.mjs +0 -25
- data/node_modules/govuk-frontend/govuk-esm/vendor/polyfills/Element/prototype/matches.mjs.map +0 -1
- data/node_modules/govuk-frontend/govuk-esm/vendor/polyfills/Element/prototype/nextElementSibling.mjs +0 -25
- data/node_modules/govuk-frontend/govuk-esm/vendor/polyfills/Element/prototype/nextElementSibling.mjs.map +0 -1
- data/node_modules/govuk-frontend/govuk-esm/vendor/polyfills/Element/prototype/previousElementSibling.mjs +0 -25
- data/node_modules/govuk-frontend/govuk-esm/vendor/polyfills/Element/prototype/previousElementSibling.mjs.map +0 -1
- data/node_modules/govuk-frontend/govuk-esm/vendor/polyfills/Element.mjs +0 -117
- data/node_modules/govuk-frontend/govuk-esm/vendor/polyfills/Element.mjs.map +0 -1
- data/node_modules/govuk-frontend/govuk-esm/vendor/polyfills/Event.mjs +0 -255
- data/node_modules/govuk-frontend/govuk-esm/vendor/polyfills/Event.mjs.map +0 -1
- data/node_modules/govuk-frontend/govuk-esm/vendor/polyfills/Function/prototype/bind.mjs +0 -162
- data/node_modules/govuk-frontend/govuk-esm/vendor/polyfills/Function/prototype/bind.mjs.map +0 -1
- data/node_modules/govuk-frontend/govuk-esm/vendor/polyfills/Object/defineProperty.mjs +0 -88
- data/node_modules/govuk-frontend/govuk-esm/vendor/polyfills/Object/defineProperty.mjs.map +0 -1
- data/node_modules/govuk-frontend/govuk-esm/vendor/polyfills/String/prototype/trim.mjs +0 -15
- data/node_modules/govuk-frontend/govuk-esm/vendor/polyfills/String/prototype/trim.mjs.map +0 -1
- data/node_modules/govuk-frontend/govuk-esm/vendor/polyfills/Window.mjs +0 -22
- data/node_modules/govuk-frontend/govuk-esm/vendor/polyfills/Window.mjs.map +0 -1
- data/node_modules/govuk-frontend/govuk-prototype-kit/init.js +0 -8
- data/node_modules/govuk-frontend/govuk-prototype-kit/init.scss +0 -14
- data/node_modules/govuk-frontend/govuk-prototype-kit/init.scss.map +0 -1
- /data/node_modules/govuk-frontend/{govuk → dist/govuk}/assets/fonts/bold-affa96571d-v2.woff +0 -0
- /data/node_modules/govuk-frontend/{govuk → dist/govuk}/assets/fonts/bold-b542beb274-v2.woff2 +0 -0
- /data/node_modules/govuk-frontend/{govuk → dist/govuk}/assets/fonts/light-94a07e06a1-v2.woff2 +0 -0
- /data/node_modules/govuk-frontend/{govuk → dist/govuk}/assets/fonts/light-f591b13f7d-v2.woff +0 -0
- /data/node_modules/govuk-frontend/{govuk → dist/govuk}/assets/images/favicon.ico +0 -0
- /data/node_modules/govuk-frontend/{govuk → dist/govuk}/assets/images/govuk-crest-2x.png +0 -0
- /data/node_modules/govuk-frontend/{govuk → dist/govuk}/assets/images/govuk-crest.png +0 -0
- /data/node_modules/govuk-frontend/{govuk/assets/images/govuk-apple-touch-icon-180x180.png → dist/govuk/assets/images/govuk-icon-180.png} +0 -0
- /data/node_modules/govuk-frontend/{govuk → dist/govuk}/assets/images/govuk-opengraph-image.png +0 -0
- /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/accordion/README.md +0 -0
- /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/accordion/macro.njk +0 -0
- /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/back-link/README.md +0 -0
- /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/back-link/macro.njk +0 -0
- /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/breadcrumbs/README.md +0 -0
- /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/breadcrumbs/macro.njk +0 -0
- /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/button/README.md +0 -0
- /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/button/macro.njk +0 -0
- /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/character-count/README.md +0 -0
- /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/character-count/macro.njk +0 -0
- /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/checkboxes/README.md +0 -0
- /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/checkboxes/macro.njk +0 -0
- /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/cookie-banner/README.md +0 -0
- /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/cookie-banner/macro.njk +0 -0
- /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/date-input/README.md +0 -0
- /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/date-input/macro.njk +0 -0
- /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/details/README.md +0 -0
- /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/details/macro-options.json +0 -0
- /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/details/macro.njk +0 -0
- /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/error-message/README.md +0 -0
- /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/error-message/macro.njk +0 -0
- /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/error-summary/README.md +0 -0
- /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/error-summary/macro.njk +0 -0
- /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/exit-this-page/README.md +0 -0
- /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/exit-this-page/macro.njk +0 -0
- /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/fieldset/README.md +0 -0
- /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/fieldset/macro.njk +0 -0
- /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/file-upload/README.md +0 -0
- /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/file-upload/macro.njk +0 -0
- /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/footer/README.md +0 -0
- /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/footer/macro.njk +0 -0
- /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/header/README.md +0 -0
- /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/header/macro.njk +0 -0
- /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/hint/README.md +0 -0
- /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/hint/macro-options.json +0 -0
- /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/hint/macro.njk +0 -0
- /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/input/README.md +0 -0
- /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/input/macro.njk +0 -0
- /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/inset-text/README.md +0 -0
- /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/inset-text/macro.njk +0 -0
- /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/label/README.md +0 -0
- /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/label/macro-options.json +0 -0
- /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/label/macro.njk +0 -0
- /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/notification-banner/README.md +0 -0
- /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/notification-banner/macro.njk +0 -0
- /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/pagination/README.md +0 -0
- /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/pagination/macro.njk +0 -0
- /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/panel/README.md +0 -0
- /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/panel/macro-options.json +0 -0
- /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/panel/macro.njk +0 -0
- /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/phase-banner/README.md +0 -0
- /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/phase-banner/macro.njk +0 -0
- /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/radios/README.md +0 -0
- /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/radios/macro.njk +0 -0
- /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/select/README.md +0 -0
- /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/select/macro.njk +0 -0
- /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/skip-link/README.md +0 -0
- /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/skip-link/macro.njk +0 -0
- /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/summary-list/README.md +0 -0
- /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/summary-list/macro.njk +0 -0
- /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/table/README.md +0 -0
- /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/table/macro.njk +0 -0
- /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/tabs/README.md +0 -0
- /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/tabs/macro.njk +0 -0
- /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/tag/README.md +0 -0
- /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/tag/macro-options.json +0 -0
- /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/tag/macro.njk +0 -0
- /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/textarea/README.md +0 -0
- /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/textarea/macro.njk +0 -0
- /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/warning-text/README.md +0 -0
- /data/node_modules/govuk-frontend/{govuk → dist/govuk}/components/warning-text/macro.njk +0 -0
@@ -1,213 +0,0 @@
|
|
1
|
-
import { nodeListForEach } from '../../common/index.mjs';
|
2
|
-
import '../../vendor/polyfills/Element/prototype/classList.mjs';
|
3
|
-
import '../../vendor/polyfills/Event.mjs';
|
4
|
-
import '../../vendor/polyfills/Function/prototype/bind.mjs';
|
5
|
-
|
6
|
-
/* eslint-disable es-x/no-function-prototype-bind -- Polyfill imported */
|
7
|
-
|
8
|
-
/**
|
9
|
-
* Checkboxes component
|
10
|
-
*
|
11
|
-
* @class
|
12
|
-
* @param {Element} $module - HTML element to use for checkboxes
|
13
|
-
*/
|
14
|
-
function Checkboxes ($module) {
|
15
|
-
if (!($module instanceof HTMLElement)) {
|
16
|
-
return this
|
17
|
-
}
|
18
|
-
|
19
|
-
var $inputs = $module.querySelectorAll('input[type="checkbox"]');
|
20
|
-
if (!$inputs.length) {
|
21
|
-
return this
|
22
|
-
}
|
23
|
-
|
24
|
-
/** @deprecated Will be made private in v5.0 */
|
25
|
-
this.$module = $module;
|
26
|
-
|
27
|
-
/** @deprecated Will be made private in v5.0 */
|
28
|
-
this.$inputs = $inputs;
|
29
|
-
}
|
30
|
-
|
31
|
-
/**
|
32
|
-
* Initialise component
|
33
|
-
*
|
34
|
-
* Checkboxes can be associated with a 'conditionally revealed' content block –
|
35
|
-
* for example, a checkbox for 'Phone' could reveal an additional form field for
|
36
|
-
* the user to enter their phone number.
|
37
|
-
*
|
38
|
-
* These associations are made using a `data-aria-controls` attribute, which is
|
39
|
-
* promoted to an aria-controls attribute during initialisation.
|
40
|
-
*
|
41
|
-
* We also need to restore the state of any conditional reveals on the page (for
|
42
|
-
* example if the user has navigated back), and set up event handlers to keep
|
43
|
-
* the reveal in sync with the checkbox state.
|
44
|
-
*/
|
45
|
-
Checkboxes.prototype.init = function () {
|
46
|
-
// Check that required elements are present
|
47
|
-
if (!this.$module || !this.$inputs) {
|
48
|
-
return
|
49
|
-
}
|
50
|
-
|
51
|
-
var $module = this.$module;
|
52
|
-
var $inputs = this.$inputs;
|
53
|
-
|
54
|
-
nodeListForEach($inputs, function ($input) {
|
55
|
-
var targetId = $input.getAttribute('data-aria-controls');
|
56
|
-
|
57
|
-
// Skip checkboxes without data-aria-controls attributes, or where the
|
58
|
-
// target element does not exist.
|
59
|
-
if (!targetId || !document.getElementById(targetId)) {
|
60
|
-
return
|
61
|
-
}
|
62
|
-
|
63
|
-
// Promote the data-aria-controls attribute to a aria-controls attribute
|
64
|
-
// so that the relationship is exposed in the AOM
|
65
|
-
$input.setAttribute('aria-controls', targetId);
|
66
|
-
$input.removeAttribute('data-aria-controls');
|
67
|
-
});
|
68
|
-
|
69
|
-
// When the page is restored after navigating 'back' in some browsers the
|
70
|
-
// state of form controls is not restored until *after* the DOMContentLoaded
|
71
|
-
// event is fired, so we need to sync after the pageshow event in browsers
|
72
|
-
// that support it.
|
73
|
-
window.addEventListener(
|
74
|
-
'onpageshow' in window ? 'pageshow' : 'DOMContentLoaded',
|
75
|
-
this.syncAllConditionalReveals.bind(this)
|
76
|
-
);
|
77
|
-
|
78
|
-
// Although we've set up handlers to sync state on the pageshow or
|
79
|
-
// DOMContentLoaded event, init could be called after those events have fired,
|
80
|
-
// for example if they are added to the page dynamically, so sync now too.
|
81
|
-
this.syncAllConditionalReveals();
|
82
|
-
|
83
|
-
// Handle events
|
84
|
-
$module.addEventListener('click', this.handleClick.bind(this));
|
85
|
-
};
|
86
|
-
|
87
|
-
/**
|
88
|
-
* Sync the conditional reveal states for all checkboxes in this $module.
|
89
|
-
*
|
90
|
-
* @deprecated Will be made private in v5.0
|
91
|
-
*/
|
92
|
-
Checkboxes.prototype.syncAllConditionalReveals = function () {
|
93
|
-
nodeListForEach(this.$inputs, this.syncConditionalRevealWithInputState.bind(this));
|
94
|
-
};
|
95
|
-
|
96
|
-
/**
|
97
|
-
* Sync conditional reveal with the input state
|
98
|
-
*
|
99
|
-
* Synchronise the visibility of the conditional reveal, and its accessible
|
100
|
-
* state, with the input's checked state.
|
101
|
-
*
|
102
|
-
* @deprecated Will be made private in v5.0
|
103
|
-
* @param {HTMLInputElement} $input - Checkbox input
|
104
|
-
*/
|
105
|
-
Checkboxes.prototype.syncConditionalRevealWithInputState = function ($input) {
|
106
|
-
var targetId = $input.getAttribute('aria-controls');
|
107
|
-
if (!targetId) {
|
108
|
-
return
|
109
|
-
}
|
110
|
-
|
111
|
-
var $target = document.getElementById(targetId);
|
112
|
-
if ($target && $target.classList.contains('govuk-checkboxes__conditional')) {
|
113
|
-
var inputIsChecked = $input.checked;
|
114
|
-
|
115
|
-
$input.setAttribute('aria-expanded', inputIsChecked.toString());
|
116
|
-
$target.classList.toggle('govuk-checkboxes__conditional--hidden', !inputIsChecked);
|
117
|
-
}
|
118
|
-
};
|
119
|
-
|
120
|
-
/**
|
121
|
-
* Uncheck other checkboxes
|
122
|
-
*
|
123
|
-
* Find any other checkbox inputs with the same name value, and uncheck them.
|
124
|
-
* This is useful for when a “None of these" checkbox is checked.
|
125
|
-
*
|
126
|
-
* @deprecated Will be made private in v5.0
|
127
|
-
* @param {HTMLInputElement} $input - Checkbox input
|
128
|
-
*/
|
129
|
-
Checkboxes.prototype.unCheckAllInputsExcept = function ($input) {
|
130
|
-
var $component = this;
|
131
|
-
|
132
|
-
/** @type {NodeListOf<HTMLInputElement>} */
|
133
|
-
// @ts-expect-error `NodeListOf<HTMLInputElement>` type expected
|
134
|
-
var allInputsWithSameName = document.querySelectorAll(
|
135
|
-
'input[type="checkbox"][name="' + $input.name + '"]'
|
136
|
-
);
|
137
|
-
|
138
|
-
nodeListForEach(allInputsWithSameName, function ($inputWithSameName) {
|
139
|
-
var hasSameFormOwner = ($input.form === $inputWithSameName.form);
|
140
|
-
if (hasSameFormOwner && $inputWithSameName !== $input) {
|
141
|
-
$inputWithSameName.checked = false;
|
142
|
-
$component.syncConditionalRevealWithInputState($inputWithSameName);
|
143
|
-
}
|
144
|
-
});
|
145
|
-
};
|
146
|
-
|
147
|
-
/**
|
148
|
-
* Uncheck exclusive checkboxes
|
149
|
-
*
|
150
|
-
* Find any checkbox inputs with the same name value and the 'exclusive' behaviour,
|
151
|
-
* and uncheck them. This helps prevent someone checking both a regular checkbox and a
|
152
|
-
* "None of these" checkbox in the same fieldset.
|
153
|
-
*
|
154
|
-
* @deprecated Will be made private in v5.0
|
155
|
-
* @param {HTMLInputElement} $input - Checkbox input
|
156
|
-
*/
|
157
|
-
Checkboxes.prototype.unCheckExclusiveInputs = function ($input) {
|
158
|
-
var $component = this;
|
159
|
-
|
160
|
-
/** @type {NodeListOf<HTMLInputElement>} */
|
161
|
-
// @ts-expect-error `NodeListOf<HTMLInputElement>` type expected
|
162
|
-
var allInputsWithSameNameAndExclusiveBehaviour = document.querySelectorAll(
|
163
|
-
'input[data-behaviour="exclusive"][type="checkbox"][name="' + $input.name + '"]'
|
164
|
-
);
|
165
|
-
|
166
|
-
nodeListForEach(allInputsWithSameNameAndExclusiveBehaviour, function ($exclusiveInput) {
|
167
|
-
var hasSameFormOwner = ($input.form === $exclusiveInput.form);
|
168
|
-
if (hasSameFormOwner) {
|
169
|
-
$exclusiveInput.checked = false;
|
170
|
-
$component.syncConditionalRevealWithInputState($exclusiveInput);
|
171
|
-
}
|
172
|
-
});
|
173
|
-
};
|
174
|
-
|
175
|
-
/**
|
176
|
-
* Click event handler
|
177
|
-
*
|
178
|
-
* Handle a click within the $module – if the click occurred on a checkbox, sync
|
179
|
-
* the state of any associated conditional reveal with the checkbox state.
|
180
|
-
*
|
181
|
-
* @deprecated Will be made private in v5.0
|
182
|
-
* @param {MouseEvent} event - Click event
|
183
|
-
*/
|
184
|
-
Checkboxes.prototype.handleClick = function (event) {
|
185
|
-
var $clickedInput = event.target;
|
186
|
-
|
187
|
-
// Ignore clicks on things that aren't checkbox inputs
|
188
|
-
if (!($clickedInput instanceof HTMLInputElement) || $clickedInput.type !== 'checkbox') {
|
189
|
-
return
|
190
|
-
}
|
191
|
-
|
192
|
-
// If the checkbox conditionally-reveals some content, sync the state
|
193
|
-
var hasAriaControls = $clickedInput.getAttribute('aria-controls');
|
194
|
-
if (hasAriaControls) {
|
195
|
-
this.syncConditionalRevealWithInputState($clickedInput);
|
196
|
-
}
|
197
|
-
|
198
|
-
// No further behaviour needed for unchecking
|
199
|
-
if (!$clickedInput.checked) {
|
200
|
-
return
|
201
|
-
}
|
202
|
-
|
203
|
-
// Handle 'exclusive' checkbox behaviour (ie "None of these")
|
204
|
-
var hasBehaviourExclusive = ($clickedInput.getAttribute('data-behaviour') === 'exclusive');
|
205
|
-
if (hasBehaviourExclusive) {
|
206
|
-
this.unCheckAllInputsExcept($clickedInput);
|
207
|
-
} else {
|
208
|
-
this.unCheckExclusiveInputs($clickedInput);
|
209
|
-
}
|
210
|
-
};
|
211
|
-
|
212
|
-
export default Checkboxes;
|
213
|
-
//# sourceMappingURL=components/checkboxes/checkboxes.mjs.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"checkboxes.mjs","sources":["../../../../src/govuk/components/checkboxes/checkboxes.mjs"],"sourcesContent":["/* eslint-disable es-x/no-function-prototype-bind -- Polyfill imported */\n\nimport { nodeListForEach } from '../../common/index.mjs'\nimport '../../vendor/polyfills/Element/prototype/classList.mjs'\nimport '../../vendor/polyfills/Event.mjs' // addEventListener, event.target normalization and DOMContentLoaded\nimport '../../vendor/polyfills/Function/prototype/bind.mjs'\n\n/**\n * Checkboxes component\n *\n * @class\n * @param {Element} $module - HTML element to use for checkboxes\n */\nfunction Checkboxes ($module) {\n if (!($module instanceof HTMLElement)) {\n return this\n }\n\n var $inputs = $module.querySelectorAll('input[type=\"checkbox\"]')\n if (!$inputs.length) {\n return this\n }\n\n /** @deprecated Will be made private in v5.0 */\n this.$module = $module\n\n /** @deprecated Will be made private in v5.0 */\n this.$inputs = $inputs\n}\n\n/**\n * Initialise component\n *\n * Checkboxes can be associated with a 'conditionally revealed' content block –\n * for example, a checkbox for 'Phone' could reveal an additional form field for\n * the user to enter their phone number.\n *\n * These associations are made using a `data-aria-controls` attribute, which is\n * promoted to an aria-controls attribute during initialisation.\n *\n * We also need to restore the state of any conditional reveals on the page (for\n * example if the user has navigated back), and set up event handlers to keep\n * the reveal in sync with the checkbox state.\n */\nCheckboxes.prototype.init = function () {\n // Check that required elements are present\n if (!this.$module || !this.$inputs) {\n return\n }\n\n var $module = this.$module\n var $inputs = this.$inputs\n\n nodeListForEach($inputs, function ($input) {\n var targetId = $input.getAttribute('data-aria-controls')\n\n // Skip checkboxes without data-aria-controls attributes, or where the\n // target element does not exist.\n if (!targetId || !document.getElementById(targetId)) {\n return\n }\n\n // Promote the data-aria-controls attribute to a aria-controls attribute\n // so that the relationship is exposed in the AOM\n $input.setAttribute('aria-controls', targetId)\n $input.removeAttribute('data-aria-controls')\n })\n\n // When the page is restored after navigating 'back' in some browsers the\n // state of form controls is not restored until *after* the DOMContentLoaded\n // event is fired, so we need to sync after the pageshow event in browsers\n // that support it.\n window.addEventListener(\n 'onpageshow' in window ? 'pageshow' : 'DOMContentLoaded',\n this.syncAllConditionalReveals.bind(this)\n )\n\n // Although we've set up handlers to sync state on the pageshow or\n // DOMContentLoaded event, init could be called after those events have fired,\n // for example if they are added to the page dynamically, so sync now too.\n this.syncAllConditionalReveals()\n\n // Handle events\n $module.addEventListener('click', this.handleClick.bind(this))\n}\n\n/**\n * Sync the conditional reveal states for all checkboxes in this $module.\n *\n * @deprecated Will be made private in v5.0\n */\nCheckboxes.prototype.syncAllConditionalReveals = function () {\n nodeListForEach(this.$inputs, this.syncConditionalRevealWithInputState.bind(this))\n}\n\n/**\n * Sync conditional reveal with the input state\n *\n * Synchronise the visibility of the conditional reveal, and its accessible\n * state, with the input's checked state.\n *\n * @deprecated Will be made private in v5.0\n * @param {HTMLInputElement} $input - Checkbox input\n */\nCheckboxes.prototype.syncConditionalRevealWithInputState = function ($input) {\n var targetId = $input.getAttribute('aria-controls')\n if (!targetId) {\n return\n }\n\n var $target = document.getElementById(targetId)\n if ($target && $target.classList.contains('govuk-checkboxes__conditional')) {\n var inputIsChecked = $input.checked\n\n $input.setAttribute('aria-expanded', inputIsChecked.toString())\n $target.classList.toggle('govuk-checkboxes__conditional--hidden', !inputIsChecked)\n }\n}\n\n/**\n * Uncheck other checkboxes\n *\n * Find any other checkbox inputs with the same name value, and uncheck them.\n * This is useful for when a “None of these\" checkbox is checked.\n *\n * @deprecated Will be made private in v5.0\n * @param {HTMLInputElement} $input - Checkbox input\n */\nCheckboxes.prototype.unCheckAllInputsExcept = function ($input) {\n var $component = this\n\n /** @type {NodeListOf<HTMLInputElement>} */\n // @ts-expect-error `NodeListOf<HTMLInputElement>` type expected\n var allInputsWithSameName = document.querySelectorAll(\n 'input[type=\"checkbox\"][name=\"' + $input.name + '\"]'\n )\n\n nodeListForEach(allInputsWithSameName, function ($inputWithSameName) {\n var hasSameFormOwner = ($input.form === $inputWithSameName.form)\n if (hasSameFormOwner && $inputWithSameName !== $input) {\n $inputWithSameName.checked = false\n $component.syncConditionalRevealWithInputState($inputWithSameName)\n }\n })\n}\n\n/**\n * Uncheck exclusive checkboxes\n *\n * Find any checkbox inputs with the same name value and the 'exclusive' behaviour,\n * and uncheck them. This helps prevent someone checking both a regular checkbox and a\n * \"None of these\" checkbox in the same fieldset.\n *\n * @deprecated Will be made private in v5.0\n * @param {HTMLInputElement} $input - Checkbox input\n */\nCheckboxes.prototype.unCheckExclusiveInputs = function ($input) {\n var $component = this\n\n /** @type {NodeListOf<HTMLInputElement>} */\n // @ts-expect-error `NodeListOf<HTMLInputElement>` type expected\n var allInputsWithSameNameAndExclusiveBehaviour = document.querySelectorAll(\n 'input[data-behaviour=\"exclusive\"][type=\"checkbox\"][name=\"' + $input.name + '\"]'\n )\n\n nodeListForEach(allInputsWithSameNameAndExclusiveBehaviour, function ($exclusiveInput) {\n var hasSameFormOwner = ($input.form === $exclusiveInput.form)\n if (hasSameFormOwner) {\n $exclusiveInput.checked = false\n $component.syncConditionalRevealWithInputState($exclusiveInput)\n }\n })\n}\n\n/**\n * Click event handler\n *\n * Handle a click within the $module – if the click occurred on a checkbox, sync\n * the state of any associated conditional reveal with the checkbox state.\n *\n * @deprecated Will be made private in v5.0\n * @param {MouseEvent} event - Click event\n */\nCheckboxes.prototype.handleClick = function (event) {\n var $clickedInput = event.target\n\n // Ignore clicks on things that aren't checkbox inputs\n if (!($clickedInput instanceof HTMLInputElement) || $clickedInput.type !== 'checkbox') {\n return\n }\n\n // If the checkbox conditionally-reveals some content, sync the state\n var hasAriaControls = $clickedInput.getAttribute('aria-controls')\n if (hasAriaControls) {\n this.syncConditionalRevealWithInputState($clickedInput)\n }\n\n // No further behaviour needed for unchecking\n if (!$clickedInput.checked) {\n return\n }\n\n // Handle 'exclusive' checkbox behaviour (ie \"None of these\")\n var hasBehaviourExclusive = ($clickedInput.getAttribute('data-behaviour') === 'exclusive')\n if (hasBehaviourExclusive) {\n this.unCheckAllInputsExcept($clickedInput)\n } else {\n this.unCheckExclusiveInputs($clickedInput)\n }\n}\n\nexport default Checkboxes\n"],"names":[],"mappings":"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"}
|
@@ -1,166 +0,0 @@
|
|
1
|
-
import { generateUniqueID } from '../../common/index.mjs';
|
2
|
-
import '../../vendor/polyfills/Event.mjs';
|
3
|
-
import '../../vendor/polyfills/Function/prototype/bind.mjs';
|
4
|
-
|
5
|
-
/* eslint-disable es-x/no-function-prototype-bind -- Polyfill imported */
|
6
|
-
|
7
|
-
var KEY_ENTER = 13;
|
8
|
-
var KEY_SPACE = 32;
|
9
|
-
|
10
|
-
/**
|
11
|
-
* Details component
|
12
|
-
*
|
13
|
-
* @class
|
14
|
-
* @param {Element} $module - HTML element to use for details
|
15
|
-
*/
|
16
|
-
function Details ($module) {
|
17
|
-
if (!($module instanceof HTMLElement)) {
|
18
|
-
return this
|
19
|
-
}
|
20
|
-
|
21
|
-
/** @deprecated Will be made private in v5.0 */
|
22
|
-
this.$module = $module;
|
23
|
-
|
24
|
-
/** @deprecated Will be made private in v5.0 */
|
25
|
-
this.$summary = null;
|
26
|
-
|
27
|
-
/** @deprecated Will be made private in v5.0 */
|
28
|
-
this.$content = null;
|
29
|
-
}
|
30
|
-
|
31
|
-
/**
|
32
|
-
* Initialise component
|
33
|
-
*/
|
34
|
-
Details.prototype.init = function () {
|
35
|
-
// Check that required elements are present
|
36
|
-
if (!this.$module) {
|
37
|
-
return
|
38
|
-
}
|
39
|
-
|
40
|
-
// If there is native details support, we want to avoid running code to polyfill native behaviour.
|
41
|
-
var hasNativeDetails = 'HTMLDetailsElement' in window &&
|
42
|
-
this.$module instanceof HTMLDetailsElement;
|
43
|
-
|
44
|
-
if (!hasNativeDetails) {
|
45
|
-
this.polyfillDetails();
|
46
|
-
}
|
47
|
-
};
|
48
|
-
|
49
|
-
/**
|
50
|
-
* Polyfill component in older browsers
|
51
|
-
*
|
52
|
-
* @deprecated Will be made private in v5.0
|
53
|
-
*/
|
54
|
-
Details.prototype.polyfillDetails = function () {
|
55
|
-
var $module = this.$module;
|
56
|
-
|
57
|
-
// Save shortcuts to the inner summary and content elements
|
58
|
-
var $summary = this.$summary = $module.getElementsByTagName('summary').item(0);
|
59
|
-
var $content = this.$content = $module.getElementsByTagName('div').item(0);
|
60
|
-
|
61
|
-
// If <details> doesn't have a <summary> and a <div> representing the content
|
62
|
-
// it means the required HTML structure is not met so the script will stop
|
63
|
-
if (!$summary || !$content) {
|
64
|
-
return
|
65
|
-
}
|
66
|
-
|
67
|
-
// If the content doesn't have an ID, assign it one now
|
68
|
-
// which we'll need for the summary's aria-controls assignment
|
69
|
-
if (!$content.id) {
|
70
|
-
$content.id = 'details-content-' + generateUniqueID();
|
71
|
-
}
|
72
|
-
|
73
|
-
// Add ARIA role="group" to details
|
74
|
-
$module.setAttribute('role', 'group');
|
75
|
-
|
76
|
-
// Add role=button to summary
|
77
|
-
$summary.setAttribute('role', 'button');
|
78
|
-
|
79
|
-
// Add aria-controls
|
80
|
-
$summary.setAttribute('aria-controls', $content.id);
|
81
|
-
|
82
|
-
// Set tabIndex so the summary is keyboard accessible for non-native elements
|
83
|
-
//
|
84
|
-
// We have to use the camelcase `tabIndex` property as there is a bug in IE6/IE7 when we set the correct attribute lowercase:
|
85
|
-
// See http://web.archive.org/web/20170120194036/http://www.saliences.com/browserBugs/tabIndex.html for more information.
|
86
|
-
$summary.tabIndex = 0;
|
87
|
-
|
88
|
-
// Detect initial open state
|
89
|
-
if (this.$module.hasAttribute('open')) {
|
90
|
-
$summary.setAttribute('aria-expanded', 'true');
|
91
|
-
} else {
|
92
|
-
$summary.setAttribute('aria-expanded', 'false');
|
93
|
-
$content.style.display = 'none';
|
94
|
-
}
|
95
|
-
|
96
|
-
// Bind an event to handle summary elements
|
97
|
-
this.polyfillHandleInputs(this.polyfillSetAttributes.bind(this));
|
98
|
-
};
|
99
|
-
|
100
|
-
/**
|
101
|
-
* Define a statechange function that updates aria-expanded and style.display
|
102
|
-
*
|
103
|
-
* @deprecated Will be made private in v5.0
|
104
|
-
* @returns {boolean} Returns true
|
105
|
-
*/
|
106
|
-
Details.prototype.polyfillSetAttributes = function () {
|
107
|
-
if (this.$module.hasAttribute('open')) {
|
108
|
-
this.$module.removeAttribute('open');
|
109
|
-
this.$summary.setAttribute('aria-expanded', 'false');
|
110
|
-
this.$content.style.display = 'none';
|
111
|
-
} else {
|
112
|
-
this.$module.setAttribute('open', 'open');
|
113
|
-
this.$summary.setAttribute('aria-expanded', 'true');
|
114
|
-
this.$content.style.display = '';
|
115
|
-
}
|
116
|
-
|
117
|
-
return true
|
118
|
-
};
|
119
|
-
|
120
|
-
/**
|
121
|
-
* Handle cross-modal click events
|
122
|
-
*
|
123
|
-
* @deprecated Will be made private in v5.0
|
124
|
-
* @param {polyfillHandleInputsCallback} callback - function
|
125
|
-
*/
|
126
|
-
Details.prototype.polyfillHandleInputs = function (callback) {
|
127
|
-
this.$summary.addEventListener('keypress', function (event) {
|
128
|
-
var $target = event.target;
|
129
|
-
// When the key gets pressed - check if it is enter or space
|
130
|
-
if (event.keyCode === KEY_ENTER || event.keyCode === KEY_SPACE) {
|
131
|
-
if ($target instanceof HTMLElement && $target.nodeName.toLowerCase() === 'summary') {
|
132
|
-
// Prevent space from scrolling the page
|
133
|
-
// and enter from submitting a form
|
134
|
-
event.preventDefault();
|
135
|
-
// Click to let the click event do all the necessary action
|
136
|
-
if ($target.click) {
|
137
|
-
$target.click();
|
138
|
-
} else {
|
139
|
-
// except Safari 5.1 and under don't support .click() here
|
140
|
-
callback(event);
|
141
|
-
}
|
142
|
-
}
|
143
|
-
}
|
144
|
-
});
|
145
|
-
|
146
|
-
// Prevent keyup to prevent clicking twice in Firefox when using space key
|
147
|
-
this.$summary.addEventListener('keyup', function (event) {
|
148
|
-
var $target = event.target;
|
149
|
-
if (event.keyCode === KEY_SPACE) {
|
150
|
-
if ($target instanceof HTMLElement && $target.nodeName.toLowerCase() === 'summary') {
|
151
|
-
event.preventDefault();
|
152
|
-
}
|
153
|
-
}
|
154
|
-
});
|
155
|
-
|
156
|
-
this.$summary.addEventListener('click', callback);
|
157
|
-
};
|
158
|
-
|
159
|
-
/**
|
160
|
-
* @callback polyfillHandleInputsCallback
|
161
|
-
* @param {UIEvent} event - Keyboard or mouse event
|
162
|
-
* @returns {void}
|
163
|
-
*/
|
164
|
-
|
165
|
-
export default Details;
|
166
|
-
//# sourceMappingURL=components/details/details.mjs.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"details.mjs","sources":["../../../../src/govuk/components/details/details.mjs"],"sourcesContent":["/* eslint-disable es-x/no-function-prototype-bind -- Polyfill imported */\n\n/**\n * JavaScript 'polyfill' for HTML5's <details> and <summary> elements\n * and 'shim' to add accessiblity enhancements for all browsers\n *\n * http://caniuse.com/#feat=details\n */\nimport { generateUniqueID } from '../../common/index.mjs'\nimport '../../vendor/polyfills/Event.mjs' // addEventListener, event.target normalization and DOMContentLoaded\nimport '../../vendor/polyfills/Function/prototype/bind.mjs'\n\nvar KEY_ENTER = 13\nvar KEY_SPACE = 32\n\n/**\n * Details component\n *\n * @class\n * @param {Element} $module - HTML element to use for details\n */\nfunction Details ($module) {\n if (!($module instanceof HTMLElement)) {\n return this\n }\n\n /** @deprecated Will be made private in v5.0 */\n this.$module = $module\n\n /** @deprecated Will be made private in v5.0 */\n this.$summary = null\n\n /** @deprecated Will be made private in v5.0 */\n this.$content = null\n}\n\n/**\n * Initialise component\n */\nDetails.prototype.init = function () {\n // Check that required elements are present\n if (!this.$module) {\n return\n }\n\n // If there is native details support, we want to avoid running code to polyfill native behaviour.\n var hasNativeDetails = 'HTMLDetailsElement' in window &&\n this.$module instanceof HTMLDetailsElement\n\n if (!hasNativeDetails) {\n this.polyfillDetails()\n }\n}\n\n/**\n * Polyfill component in older browsers\n *\n * @deprecated Will be made private in v5.0\n */\nDetails.prototype.polyfillDetails = function () {\n var $module = this.$module\n\n // Save shortcuts to the inner summary and content elements\n var $summary = this.$summary = $module.getElementsByTagName('summary').item(0)\n var $content = this.$content = $module.getElementsByTagName('div').item(0)\n\n // If <details> doesn't have a <summary> and a <div> representing the content\n // it means the required HTML structure is not met so the script will stop\n if (!$summary || !$content) {\n return\n }\n\n // If the content doesn't have an ID, assign it one now\n // which we'll need for the summary's aria-controls assignment\n if (!$content.id) {\n $content.id = 'details-content-' + generateUniqueID()\n }\n\n // Add ARIA role=\"group\" to details\n $module.setAttribute('role', 'group')\n\n // Add role=button to summary\n $summary.setAttribute('role', 'button')\n\n // Add aria-controls\n $summary.setAttribute('aria-controls', $content.id)\n\n // Set tabIndex so the summary is keyboard accessible for non-native elements\n //\n // We have to use the camelcase `tabIndex` property as there is a bug in IE6/IE7 when we set the correct attribute lowercase:\n // See http://web.archive.org/web/20170120194036/http://www.saliences.com/browserBugs/tabIndex.html for more information.\n $summary.tabIndex = 0\n\n // Detect initial open state\n if (this.$module.hasAttribute('open')) {\n $summary.setAttribute('aria-expanded', 'true')\n } else {\n $summary.setAttribute('aria-expanded', 'false')\n $content.style.display = 'none'\n }\n\n // Bind an event to handle summary elements\n this.polyfillHandleInputs(this.polyfillSetAttributes.bind(this))\n}\n\n/**\n * Define a statechange function that updates aria-expanded and style.display\n *\n * @deprecated Will be made private in v5.0\n * @returns {boolean} Returns true\n */\nDetails.prototype.polyfillSetAttributes = function () {\n if (this.$module.hasAttribute('open')) {\n this.$module.removeAttribute('open')\n this.$summary.setAttribute('aria-expanded', 'false')\n this.$content.style.display = 'none'\n } else {\n this.$module.setAttribute('open', 'open')\n this.$summary.setAttribute('aria-expanded', 'true')\n this.$content.style.display = ''\n }\n\n return true\n}\n\n/**\n * Handle cross-modal click events\n *\n * @deprecated Will be made private in v5.0\n * @param {polyfillHandleInputsCallback} callback - function\n */\nDetails.prototype.polyfillHandleInputs = function (callback) {\n this.$summary.addEventListener('keypress', function (event) {\n var $target = event.target\n // When the key gets pressed - check if it is enter or space\n if (event.keyCode === KEY_ENTER || event.keyCode === KEY_SPACE) {\n if ($target instanceof HTMLElement && $target.nodeName.toLowerCase() === 'summary') {\n // Prevent space from scrolling the page\n // and enter from submitting a form\n event.preventDefault()\n // Click to let the click event do all the necessary action\n if ($target.click) {\n $target.click()\n } else {\n // except Safari 5.1 and under don't support .click() here\n callback(event)\n }\n }\n }\n })\n\n // Prevent keyup to prevent clicking twice in Firefox when using space key\n this.$summary.addEventListener('keyup', function (event) {\n var $target = event.target\n if (event.keyCode === KEY_SPACE) {\n if ($target instanceof HTMLElement && $target.nodeName.toLowerCase() === 'summary') {\n event.preventDefault()\n }\n }\n })\n\n this.$summary.addEventListener('click', callback)\n}\n\nexport default Details\n\n/**\n * @callback polyfillHandleInputsCallback\n * @param {UIEvent} event - Keyboard or mouse event\n * @returns {void}\n */\n"],"names":[],"mappings":"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"}
|
@@ -1,233 +0,0 @@
|
|
1
|
-
import { mergeConfigs } from '../../common/index.mjs';
|
2
|
-
import { normaliseDataset } from '../../common/normalise-dataset.mjs';
|
3
|
-
import '../../vendor/polyfills/Element/prototype/closest.mjs';
|
4
|
-
import '../../vendor/polyfills/Event.mjs';
|
5
|
-
import '../../vendor/polyfills/Function/prototype/bind.mjs';
|
6
|
-
|
7
|
-
/* eslint-disable es-x/no-function-prototype-bind -- Polyfill imported */
|
8
|
-
|
9
|
-
/**
|
10
|
-
* JavaScript enhancements for the ErrorSummary
|
11
|
-
*
|
12
|
-
* Takes focus on initialisation for accessible announcement, unless disabled in configuration.
|
13
|
-
*
|
14
|
-
* @class
|
15
|
-
* @param {Element} $module - HTML element to use for error summary
|
16
|
-
* @param {ErrorSummaryConfig} [config] - Error summary config
|
17
|
-
*/
|
18
|
-
function ErrorSummary ($module, config) {
|
19
|
-
// Some consuming code may not be passing a module,
|
20
|
-
// for example if they initialise the component
|
21
|
-
// on their own by directly passing the result
|
22
|
-
// of `document.querySelector`.
|
23
|
-
// To avoid breaking further JavaScript initialisation
|
24
|
-
// we need to safeguard against this so things keep
|
25
|
-
// working the same now we read the elements data attributes
|
26
|
-
if (!($module instanceof HTMLElement)) {
|
27
|
-
// Little safety in case code gets ported as-is
|
28
|
-
// into and ES6 class constructor, where the return value matters
|
29
|
-
return this
|
30
|
-
}
|
31
|
-
|
32
|
-
/** @deprecated Will be made private in v5.0 */
|
33
|
-
this.$module = $module;
|
34
|
-
|
35
|
-
var defaultConfig = {
|
36
|
-
disableAutoFocus: false
|
37
|
-
};
|
38
|
-
|
39
|
-
/**
|
40
|
-
* @deprecated Will be made private in v5.0
|
41
|
-
* @type {ErrorSummaryConfig}
|
42
|
-
*/
|
43
|
-
this.config = mergeConfigs(
|
44
|
-
defaultConfig,
|
45
|
-
config || {},
|
46
|
-
normaliseDataset($module.dataset)
|
47
|
-
);
|
48
|
-
}
|
49
|
-
|
50
|
-
/**
|
51
|
-
* Initialise component
|
52
|
-
*/
|
53
|
-
ErrorSummary.prototype.init = function () {
|
54
|
-
// Check that required elements are present
|
55
|
-
if (!this.$module) {
|
56
|
-
return
|
57
|
-
}
|
58
|
-
|
59
|
-
var $module = this.$module;
|
60
|
-
|
61
|
-
this.setFocus();
|
62
|
-
$module.addEventListener('click', this.handleClick.bind(this));
|
63
|
-
};
|
64
|
-
|
65
|
-
/**
|
66
|
-
* Focus the error summary
|
67
|
-
*
|
68
|
-
* @deprecated Will be made private in v5.0
|
69
|
-
*/
|
70
|
-
ErrorSummary.prototype.setFocus = function () {
|
71
|
-
var $module = this.$module;
|
72
|
-
|
73
|
-
if (this.config.disableAutoFocus) {
|
74
|
-
return
|
75
|
-
}
|
76
|
-
|
77
|
-
// Set tabindex to -1 to make the element programmatically focusable, but
|
78
|
-
// remove it on blur as the error summary doesn't need to be focused again.
|
79
|
-
$module.setAttribute('tabindex', '-1');
|
80
|
-
|
81
|
-
$module.addEventListener('blur', function () {
|
82
|
-
$module.removeAttribute('tabindex');
|
83
|
-
});
|
84
|
-
|
85
|
-
$module.focus();
|
86
|
-
};
|
87
|
-
|
88
|
-
/**
|
89
|
-
* Click event handler
|
90
|
-
*
|
91
|
-
* @deprecated Will be made private in v5.0
|
92
|
-
* @param {MouseEvent} event - Click event
|
93
|
-
*/
|
94
|
-
ErrorSummary.prototype.handleClick = function (event) {
|
95
|
-
var $target = event.target;
|
96
|
-
if (this.focusTarget($target)) {
|
97
|
-
event.preventDefault();
|
98
|
-
}
|
99
|
-
};
|
100
|
-
|
101
|
-
/**
|
102
|
-
* Focus the target element
|
103
|
-
*
|
104
|
-
* By default, the browser will scroll the target into view. Because our labels
|
105
|
-
* or legends appear above the input, this means the user will be presented with
|
106
|
-
* an input without any context, as the label or legend will be off the top of
|
107
|
-
* the screen.
|
108
|
-
*
|
109
|
-
* Manually handling the click event, scrolling the question into view and then
|
110
|
-
* focussing the element solves this.
|
111
|
-
*
|
112
|
-
* This also results in the label and/or legend being announced correctly in
|
113
|
-
* NVDA (as tested in 2018.3.2) - without this only the field type is announced
|
114
|
-
* (e.g. "Edit, has autocomplete").
|
115
|
-
*
|
116
|
-
* @deprecated Will be made private in v5.0
|
117
|
-
* @param {EventTarget} $target - Event target
|
118
|
-
* @returns {boolean} True if the target was able to be focussed
|
119
|
-
*/
|
120
|
-
ErrorSummary.prototype.focusTarget = function ($target) {
|
121
|
-
// If the element that was clicked was not a link, return early
|
122
|
-
if (!($target instanceof HTMLAnchorElement)) {
|
123
|
-
return false
|
124
|
-
}
|
125
|
-
|
126
|
-
var inputId = this.getFragmentFromUrl($target.href);
|
127
|
-
if (!inputId) {
|
128
|
-
return false
|
129
|
-
}
|
130
|
-
|
131
|
-
var $input = document.getElementById(inputId);
|
132
|
-
if (!$input) {
|
133
|
-
return false
|
134
|
-
}
|
135
|
-
|
136
|
-
var $legendOrLabel = this.getAssociatedLegendOrLabel($input);
|
137
|
-
if (!$legendOrLabel) {
|
138
|
-
return false
|
139
|
-
}
|
140
|
-
|
141
|
-
// Scroll the legend or label into view *before* calling focus on the input to
|
142
|
-
// avoid extra scrolling in browsers that don't support `preventScroll` (which
|
143
|
-
// at time of writing is most of them...)
|
144
|
-
$legendOrLabel.scrollIntoView();
|
145
|
-
$input.focus({ preventScroll: true });
|
146
|
-
|
147
|
-
return true
|
148
|
-
};
|
149
|
-
|
150
|
-
/**
|
151
|
-
* Get fragment from URL
|
152
|
-
*
|
153
|
-
* Extract the fragment (everything after the hash) from a URL, but not including
|
154
|
-
* the hash.
|
155
|
-
*
|
156
|
-
* @deprecated Will be made private in v5.0
|
157
|
-
* @param {string} url - URL
|
158
|
-
* @returns {string | undefined} Fragment from URL, without the hash
|
159
|
-
*/
|
160
|
-
ErrorSummary.prototype.getFragmentFromUrl = function (url) {
|
161
|
-
if (url.indexOf('#') === -1) {
|
162
|
-
return undefined
|
163
|
-
}
|
164
|
-
|
165
|
-
return url.split('#').pop()
|
166
|
-
};
|
167
|
-
|
168
|
-
/**
|
169
|
-
* Get associated legend or label
|
170
|
-
*
|
171
|
-
* Returns the first element that exists from this list:
|
172
|
-
*
|
173
|
-
* - The `<legend>` associated with the closest `<fieldset>` ancestor, as long
|
174
|
-
* as the top of it is no more than half a viewport height away from the
|
175
|
-
* bottom of the input
|
176
|
-
* - The first `<label>` that is associated with the input using for="inputId"
|
177
|
-
* - The closest parent `<label>`
|
178
|
-
*
|
179
|
-
* @deprecated Will be made private in v5.0
|
180
|
-
* @param {Element} $input - The input
|
181
|
-
* @returns {Element | null} Associated legend or label, or null if no associated
|
182
|
-
* legend or label can be found
|
183
|
-
*/
|
184
|
-
ErrorSummary.prototype.getAssociatedLegendOrLabel = function ($input) {
|
185
|
-
var $fieldset = $input.closest('fieldset');
|
186
|
-
|
187
|
-
if ($fieldset) {
|
188
|
-
var $legends = $fieldset.getElementsByTagName('legend');
|
189
|
-
|
190
|
-
if ($legends.length) {
|
191
|
-
var $candidateLegend = $legends[0];
|
192
|
-
|
193
|
-
// If the input type is radio or checkbox, always use the legend if there
|
194
|
-
// is one.
|
195
|
-
if ($input instanceof HTMLInputElement && ($input.type === 'checkbox' || $input.type === 'radio')) {
|
196
|
-
return $candidateLegend
|
197
|
-
}
|
198
|
-
|
199
|
-
// For other input types, only scroll to the fieldset’s legend (instead of
|
200
|
-
// the label associated with the input) if the input would end up in the
|
201
|
-
// top half of the screen.
|
202
|
-
//
|
203
|
-
// This should avoid situations where the input either ends up off the
|
204
|
-
// screen, or obscured by a software keyboard.
|
205
|
-
var legendTop = $candidateLegend.getBoundingClientRect().top;
|
206
|
-
var inputRect = $input.getBoundingClientRect();
|
207
|
-
|
208
|
-
// If the browser doesn't support Element.getBoundingClientRect().height
|
209
|
-
// or window.innerHeight (like IE8), bail and just link to the label.
|
210
|
-
if (inputRect.height && window.innerHeight) {
|
211
|
-
var inputBottom = inputRect.top + inputRect.height;
|
212
|
-
|
213
|
-
if (inputBottom - legendTop < window.innerHeight / 2) {
|
214
|
-
return $candidateLegend
|
215
|
-
}
|
216
|
-
}
|
217
|
-
}
|
218
|
-
}
|
219
|
-
|
220
|
-
return document.querySelector("label[for='" + $input.getAttribute('id') + "']") ||
|
221
|
-
$input.closest('label')
|
222
|
-
};
|
223
|
-
|
224
|
-
/**
|
225
|
-
* Error summary config
|
226
|
-
*
|
227
|
-
* @typedef {object} ErrorSummaryConfig
|
228
|
-
* @property {boolean} [disableAutoFocus = false] - If set to `true` the error
|
229
|
-
* summary will not be focussed when the page loads.
|
230
|
-
*/
|
231
|
-
|
232
|
-
export default ErrorSummary;
|
233
|
-
//# sourceMappingURL=components/error-summary/error-summary.mjs.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"error-summary.mjs","sources":["../../../../src/govuk/components/error-summary/error-summary.mjs"],"sourcesContent":["/* eslint-disable es-x/no-function-prototype-bind -- Polyfill imported */\n\nimport { mergeConfigs } from '../../common/index.mjs'\nimport { normaliseDataset } from '../../common/normalise-dataset.mjs'\nimport '../../vendor/polyfills/Element/prototype/closest.mjs'\nimport '../../vendor/polyfills/Event.mjs' // addEventListener, event.target normalization and DOMContentLoaded\nimport '../../vendor/polyfills/Function/prototype/bind.mjs'\n\n/**\n * JavaScript enhancements for the ErrorSummary\n *\n * Takes focus on initialisation for accessible announcement, unless disabled in configuration.\n *\n * @class\n * @param {Element} $module - HTML element to use for error summary\n * @param {ErrorSummaryConfig} [config] - Error summary config\n */\nfunction ErrorSummary ($module, config) {\n // Some consuming code may not be passing a module,\n // for example if they initialise the component\n // on their own by directly passing the result\n // of `document.querySelector`.\n // To avoid breaking further JavaScript initialisation\n // we need to safeguard against this so things keep\n // working the same now we read the elements data attributes\n if (!($module instanceof HTMLElement)) {\n // Little safety in case code gets ported as-is\n // into and ES6 class constructor, where the return value matters\n return this\n }\n\n /** @deprecated Will be made private in v5.0 */\n this.$module = $module\n\n var defaultConfig = {\n disableAutoFocus: false\n }\n\n /**\n * @deprecated Will be made private in v5.0\n * @type {ErrorSummaryConfig}\n */\n this.config = mergeConfigs(\n defaultConfig,\n config || {},\n normaliseDataset($module.dataset)\n )\n}\n\n/**\n * Initialise component\n */\nErrorSummary.prototype.init = function () {\n // Check that required elements are present\n if (!this.$module) {\n return\n }\n\n var $module = this.$module\n\n this.setFocus()\n $module.addEventListener('click', this.handleClick.bind(this))\n}\n\n/**\n * Focus the error summary\n *\n * @deprecated Will be made private in v5.0\n */\nErrorSummary.prototype.setFocus = function () {\n var $module = this.$module\n\n if (this.config.disableAutoFocus) {\n return\n }\n\n // Set tabindex to -1 to make the element programmatically focusable, but\n // remove it on blur as the error summary doesn't need to be focused again.\n $module.setAttribute('tabindex', '-1')\n\n $module.addEventListener('blur', function () {\n $module.removeAttribute('tabindex')\n })\n\n $module.focus()\n}\n\n/**\n * Click event handler\n *\n * @deprecated Will be made private in v5.0\n * @param {MouseEvent} event - Click event\n */\nErrorSummary.prototype.handleClick = function (event) {\n var $target = event.target\n if (this.focusTarget($target)) {\n event.preventDefault()\n }\n}\n\n/**\n * Focus the target element\n *\n * By default, the browser will scroll the target into view. Because our labels\n * or legends appear above the input, this means the user will be presented with\n * an input without any context, as the label or legend will be off the top of\n * the screen.\n *\n * Manually handling the click event, scrolling the question into view and then\n * focussing the element solves this.\n *\n * This also results in the label and/or legend being announced correctly in\n * NVDA (as tested in 2018.3.2) - without this only the field type is announced\n * (e.g. \"Edit, has autocomplete\").\n *\n * @deprecated Will be made private in v5.0\n * @param {EventTarget} $target - Event target\n * @returns {boolean} True if the target was able to be focussed\n */\nErrorSummary.prototype.focusTarget = function ($target) {\n // If the element that was clicked was not a link, return early\n if (!($target instanceof HTMLAnchorElement)) {\n return false\n }\n\n var inputId = this.getFragmentFromUrl($target.href)\n if (!inputId) {\n return false\n }\n\n var $input = document.getElementById(inputId)\n if (!$input) {\n return false\n }\n\n var $legendOrLabel = this.getAssociatedLegendOrLabel($input)\n if (!$legendOrLabel) {\n return false\n }\n\n // Scroll the legend or label into view *before* calling focus on the input to\n // avoid extra scrolling in browsers that don't support `preventScroll` (which\n // at time of writing is most of them...)\n $legendOrLabel.scrollIntoView()\n $input.focus({ preventScroll: true })\n\n return true\n}\n\n/**\n * Get fragment from URL\n *\n * Extract the fragment (everything after the hash) from a URL, but not including\n * the hash.\n *\n * @deprecated Will be made private in v5.0\n * @param {string} url - URL\n * @returns {string | undefined} Fragment from URL, without the hash\n */\nErrorSummary.prototype.getFragmentFromUrl = function (url) {\n if (url.indexOf('#') === -1) {\n return undefined\n }\n\n return url.split('#').pop()\n}\n\n/**\n * Get associated legend or label\n *\n * Returns the first element that exists from this list:\n *\n * - The `<legend>` associated with the closest `<fieldset>` ancestor, as long\n * as the top of it is no more than half a viewport height away from the\n * bottom of the input\n * - The first `<label>` that is associated with the input using for=\"inputId\"\n * - The closest parent `<label>`\n *\n * @deprecated Will be made private in v5.0\n * @param {Element} $input - The input\n * @returns {Element | null} Associated legend or label, or null if no associated\n * legend or label can be found\n */\nErrorSummary.prototype.getAssociatedLegendOrLabel = function ($input) {\n var $fieldset = $input.closest('fieldset')\n\n if ($fieldset) {\n var $legends = $fieldset.getElementsByTagName('legend')\n\n if ($legends.length) {\n var $candidateLegend = $legends[0]\n\n // If the input type is radio or checkbox, always use the legend if there\n // is one.\n if ($input instanceof HTMLInputElement && ($input.type === 'checkbox' || $input.type === 'radio')) {\n return $candidateLegend\n }\n\n // For other input types, only scroll to the fieldset’s legend (instead of\n // the label associated with the input) if the input would end up in the\n // top half of the screen.\n //\n // This should avoid situations where the input either ends up off the\n // screen, or obscured by a software keyboard.\n var legendTop = $candidateLegend.getBoundingClientRect().top\n var inputRect = $input.getBoundingClientRect()\n\n // If the browser doesn't support Element.getBoundingClientRect().height\n // or window.innerHeight (like IE8), bail and just link to the label.\n if (inputRect.height && window.innerHeight) {\n var inputBottom = inputRect.top + inputRect.height\n\n if (inputBottom - legendTop < window.innerHeight / 2) {\n return $candidateLegend\n }\n }\n }\n }\n\n return document.querySelector(\"label[for='\" + $input.getAttribute('id') + \"']\") ||\n $input.closest('label')\n}\n\nexport default ErrorSummary\n\n/**\n * Error summary config\n *\n * @typedef {object} ErrorSummaryConfig\n * @property {boolean} [disableAutoFocus = false] - If set to `true` the error\n * summary will not be focussed when the page loads.\n */\n"],"names":[],"mappings":"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"}
|