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
@@ -0,0 +1,194 @@
|
|
1
|
+
(function (global, factory) {
|
2
|
+
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
|
3
|
+
typeof define === 'function' && define.amd ? define(['exports'], factory) :
|
4
|
+
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.GOVUKFrontend = {}));
|
5
|
+
})(this, (function (exports) { 'use strict';
|
6
|
+
|
7
|
+
class GOVUKFrontendError extends Error {
|
8
|
+
constructor(...args) {
|
9
|
+
super(...args);
|
10
|
+
this.name = 'GOVUKFrontendError';
|
11
|
+
}
|
12
|
+
}
|
13
|
+
class SupportError extends GOVUKFrontendError {
|
14
|
+
/**
|
15
|
+
* Checks if GOV.UK Frontend is supported on this page
|
16
|
+
*
|
17
|
+
* @param {HTMLElement | null} [$scope] - HTML element `<body>` checked for browser support
|
18
|
+
*/
|
19
|
+
constructor($scope = document.body) {
|
20
|
+
const supportMessage = 'noModule' in HTMLScriptElement.prototype ? 'GOV.UK Frontend initialised without `<body class="govuk-frontend-supported">` from template `<script>` snippet' : 'GOV.UK Frontend is not supported in this browser';
|
21
|
+
super($scope ? supportMessage : 'GOV.UK Frontend initialised without `<script type="module">`');
|
22
|
+
this.name = 'SupportError';
|
23
|
+
}
|
24
|
+
}
|
25
|
+
class ElementError extends GOVUKFrontendError {
|
26
|
+
constructor(messageOrOptions) {
|
27
|
+
let message = typeof messageOrOptions === 'string' ? messageOrOptions : '';
|
28
|
+
if (typeof messageOrOptions === 'object') {
|
29
|
+
const {
|
30
|
+
componentName,
|
31
|
+
identifier,
|
32
|
+
element,
|
33
|
+
expectedType
|
34
|
+
} = messageOrOptions;
|
35
|
+
message = `${componentName}: ${identifier}`;
|
36
|
+
message += element ? ` is not of type ${expectedType != null ? expectedType : 'HTMLElement'}` : ' not found';
|
37
|
+
}
|
38
|
+
super(message);
|
39
|
+
this.name = 'ElementError';
|
40
|
+
}
|
41
|
+
}
|
42
|
+
|
43
|
+
function isSupported($scope = document.body) {
|
44
|
+
if (!$scope) {
|
45
|
+
return false;
|
46
|
+
}
|
47
|
+
return $scope.classList.contains('govuk-frontend-supported');
|
48
|
+
}
|
49
|
+
|
50
|
+
/**
|
51
|
+
* Schema for component config
|
52
|
+
*
|
53
|
+
* @typedef {object} Schema
|
54
|
+
* @property {SchemaCondition[]} [anyOf] - List of schema conditions
|
55
|
+
*/
|
56
|
+
|
57
|
+
/**
|
58
|
+
* Schema condition for component config
|
59
|
+
*
|
60
|
+
* @typedef {object} SchemaCondition
|
61
|
+
* @property {string[]} required - List of required config fields
|
62
|
+
* @property {string} errorMessage - Error message when required config fields not provided
|
63
|
+
*/
|
64
|
+
|
65
|
+
class GOVUKFrontendComponent {
|
66
|
+
constructor() {
|
67
|
+
this.checkSupport();
|
68
|
+
}
|
69
|
+
checkSupport() {
|
70
|
+
if (!isSupported()) {
|
71
|
+
throw new SupportError();
|
72
|
+
}
|
73
|
+
}
|
74
|
+
}
|
75
|
+
|
76
|
+
/**
|
77
|
+
* Checkboxes component
|
78
|
+
*
|
79
|
+
* @preserve
|
80
|
+
*/
|
81
|
+
class Checkboxes extends GOVUKFrontendComponent {
|
82
|
+
/**
|
83
|
+
* Checkboxes can be associated with a 'conditionally revealed' content block
|
84
|
+
* – for example, a checkbox for 'Phone' could reveal an additional form field
|
85
|
+
* for the user to enter their phone number.
|
86
|
+
*
|
87
|
+
* These associations are made using a `data-aria-controls` attribute, which
|
88
|
+
* is promoted to an aria-controls attribute during initialisation.
|
89
|
+
*
|
90
|
+
* We also need to restore the state of any conditional reveals on the page
|
91
|
+
* (for example if the user has navigated back), and set up event handlers to
|
92
|
+
* keep the reveal in sync with the checkbox state.
|
93
|
+
*
|
94
|
+
* @param {Element | null} $module - HTML element to use for checkboxes
|
95
|
+
*/
|
96
|
+
constructor($module) {
|
97
|
+
super();
|
98
|
+
this.$module = void 0;
|
99
|
+
this.$inputs = void 0;
|
100
|
+
if (!($module instanceof HTMLElement)) {
|
101
|
+
throw new ElementError({
|
102
|
+
componentName: 'Checkboxes',
|
103
|
+
element: $module,
|
104
|
+
identifier: 'Root element (`$module`)'
|
105
|
+
});
|
106
|
+
}
|
107
|
+
const $inputs = $module.querySelectorAll('input[type="checkbox"]');
|
108
|
+
if (!$inputs.length) {
|
109
|
+
throw new ElementError({
|
110
|
+
componentName: 'Checkboxes',
|
111
|
+
identifier: 'Form inputs (`<input type="checkbox">`)'
|
112
|
+
});
|
113
|
+
}
|
114
|
+
this.$module = $module;
|
115
|
+
this.$inputs = $inputs;
|
116
|
+
this.$inputs.forEach($input => {
|
117
|
+
const targetId = $input.getAttribute('data-aria-controls');
|
118
|
+
if (!targetId) {
|
119
|
+
return;
|
120
|
+
}
|
121
|
+
if (!document.getElementById(targetId)) {
|
122
|
+
throw new ElementError({
|
123
|
+
componentName: 'Checkboxes',
|
124
|
+
identifier: `Conditional reveal (\`id="${targetId}"\`)`
|
125
|
+
});
|
126
|
+
}
|
127
|
+
$input.setAttribute('aria-controls', targetId);
|
128
|
+
$input.removeAttribute('data-aria-controls');
|
129
|
+
});
|
130
|
+
window.addEventListener('pageshow', () => this.syncAllConditionalReveals());
|
131
|
+
this.syncAllConditionalReveals();
|
132
|
+
this.$module.addEventListener('click', event => this.handleClick(event));
|
133
|
+
}
|
134
|
+
syncAllConditionalReveals() {
|
135
|
+
this.$inputs.forEach($input => this.syncConditionalRevealWithInputState($input));
|
136
|
+
}
|
137
|
+
syncConditionalRevealWithInputState($input) {
|
138
|
+
const targetId = $input.getAttribute('aria-controls');
|
139
|
+
if (!targetId) {
|
140
|
+
return;
|
141
|
+
}
|
142
|
+
const $target = document.getElementById(targetId);
|
143
|
+
if ($target && $target.classList.contains('govuk-checkboxes__conditional')) {
|
144
|
+
const inputIsChecked = $input.checked;
|
145
|
+
$input.setAttribute('aria-expanded', inputIsChecked.toString());
|
146
|
+
$target.classList.toggle('govuk-checkboxes__conditional--hidden', !inputIsChecked);
|
147
|
+
}
|
148
|
+
}
|
149
|
+
unCheckAllInputsExcept($input) {
|
150
|
+
const allInputsWithSameName = document.querySelectorAll(`input[type="checkbox"][name="${$input.name}"]`);
|
151
|
+
allInputsWithSameName.forEach($inputWithSameName => {
|
152
|
+
const hasSameFormOwner = $input.form === $inputWithSameName.form;
|
153
|
+
if (hasSameFormOwner && $inputWithSameName !== $input) {
|
154
|
+
$inputWithSameName.checked = false;
|
155
|
+
this.syncConditionalRevealWithInputState($inputWithSameName);
|
156
|
+
}
|
157
|
+
});
|
158
|
+
}
|
159
|
+
unCheckExclusiveInputs($input) {
|
160
|
+
const allInputsWithSameNameAndExclusiveBehaviour = document.querySelectorAll(`input[data-behaviour="exclusive"][type="checkbox"][name="${$input.name}"]`);
|
161
|
+
allInputsWithSameNameAndExclusiveBehaviour.forEach($exclusiveInput => {
|
162
|
+
const hasSameFormOwner = $input.form === $exclusiveInput.form;
|
163
|
+
if (hasSameFormOwner) {
|
164
|
+
$exclusiveInput.checked = false;
|
165
|
+
this.syncConditionalRevealWithInputState($exclusiveInput);
|
166
|
+
}
|
167
|
+
});
|
168
|
+
}
|
169
|
+
handleClick(event) {
|
170
|
+
const $clickedInput = event.target;
|
171
|
+
if (!($clickedInput instanceof HTMLInputElement) || $clickedInput.type !== 'checkbox') {
|
172
|
+
return;
|
173
|
+
}
|
174
|
+
const hasAriaControls = $clickedInput.getAttribute('aria-controls');
|
175
|
+
if (hasAriaControls) {
|
176
|
+
this.syncConditionalRevealWithInputState($clickedInput);
|
177
|
+
}
|
178
|
+
if (!$clickedInput.checked) {
|
179
|
+
return;
|
180
|
+
}
|
181
|
+
const hasBehaviourExclusive = $clickedInput.getAttribute('data-behaviour') === 'exclusive';
|
182
|
+
if (hasBehaviourExclusive) {
|
183
|
+
this.unCheckAllInputsExcept($clickedInput);
|
184
|
+
} else {
|
185
|
+
this.unCheckExclusiveInputs($clickedInput);
|
186
|
+
}
|
187
|
+
}
|
188
|
+
}
|
189
|
+
Checkboxes.moduleName = 'govuk-checkboxes';
|
190
|
+
|
191
|
+
exports.Checkboxes = Checkboxes;
|
192
|
+
|
193
|
+
}));
|
194
|
+
//# sourceMappingURL=checkboxes.bundle.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"checkboxes.bundle.js","sources":["../../../../src/govuk/errors/index.mjs","../../../../src/govuk/common/index.mjs","../../../../src/govuk/govuk-frontend-component.mjs","../../../../src/govuk/components/checkboxes/checkboxes.mjs"],"sourcesContent":["/**\n * GOV.UK Frontend error\n *\n * A base class for `Error`s thrown by GOV.UK Frontend.\n *\n * It is meant to be extended into specific types of errors\n * to be thrown by our code.\n *\n * @example\n * ```js\n * class MissingRootError extends GOVUKFrontendError {\n * // Setting an explicit name is important as extending the class will not\n * // set a new `name` on the subclass. The `name` property is important\n * // to ensure intelligible error names even if the class name gets\n * // mangled by a minifier\n * name = \"MissingRootError\"\n * }\n * ```\n * @abstract\n */\nexport class GOVUKFrontendError extends Error {\n name = 'GOVUKFrontendError'\n}\n\n/**\n * Indicates that GOV.UK Frontend is not supported\n */\nexport class SupportError extends GOVUKFrontendError {\n name = 'SupportError'\n\n /**\n * Checks if GOV.UK Frontend is supported on this page\n *\n * @param {HTMLElement | null} [$scope] - HTML element `<body>` checked for browser support\n */\n constructor($scope = document.body) {\n const supportMessage =\n 'noModule' in HTMLScriptElement.prototype\n ? 'GOV.UK Frontend initialised without `<body class=\"govuk-frontend-supported\">` from template `<script>` snippet'\n : 'GOV.UK Frontend is not supported in this browser'\n\n super(\n $scope\n ? supportMessage\n : 'GOV.UK Frontend initialised without `<script type=\"module\">`'\n )\n }\n}\n\n/**\n * Indicates that a component has received an illegal configuration\n */\nexport class ConfigError extends GOVUKFrontendError {\n name = 'ConfigError'\n}\n\n/**\n * Indicates an issue with an element (possibly `null` or `undefined`)\n */\nexport class ElementError extends GOVUKFrontendError {\n name = 'ElementError'\n\n /**\n * @internal\n * @overload\n * @param {string} message - Element error message\n */\n\n /**\n * @internal\n * @overload\n * @param {ElementErrorOptions} options - Element error options\n */\n\n /**\n * @internal\n * @param {string | ElementErrorOptions} messageOrOptions - Element error message or options\n */\n constructor(messageOrOptions) {\n let message = typeof messageOrOptions === 'string' ? messageOrOptions : ''\n\n // Build message from options\n if (typeof messageOrOptions === 'object') {\n const { componentName, identifier, element, expectedType } =\n messageOrOptions\n\n // Add prefix and identifier\n message = `${componentName}: ${identifier}`\n\n // Append reason\n message += element\n ? ` is not of type ${expectedType ?? 'HTMLElement'}`\n : ' not found'\n }\n\n super(message)\n }\n}\n\n/**\n * Element error options\n *\n * @internal\n * @typedef {object} ElementErrorOptions\n * @property {string} componentName - The name of the component throwing the error\n * @property {string} identifier - An identifier that'll let the user understand which element has an error. This is whatever makes the most sense\n * @property {Element | null} [element] - The element in error\n * @property {string} [expectedType] - The type that was expected for the identifier\n */\n","/**\n * Common helpers which do not require polyfill.\n *\n * IMPORTANT: If a helper require a polyfill, please isolate it in its own module\n * so that the polyfill can be properly tree-shaken and does not burden\n * the components that do not need that helper\n */\n\n/**\n * Config flattening function\n *\n * Takes any number of objects, flattens them into namespaced key-value pairs,\n * (e.g. \\{'i18n.showSection': 'Show section'\\}) and combines them together, with\n * greatest priority on the LAST item passed in.\n *\n * @internal\n * @param {...{ [key: string]: unknown }} configObjects - Config object to merge\n * @returns {{ [key: string]: unknown }} A flattened object of key-value pairs.\n */\nexport function mergeConfigs(...configObjects) {\n /**\n * Function to take nested objects and flatten them to a dot-separated keyed\n * object. Doing this means we don't need to do any deep/recursive merging of\n * each of our objects, nor transform our dataset from a flat list into a\n * nested object.\n *\n * @internal\n * @param {{ [key: string]: unknown }} configObject - Deeply nested object\n * @returns {{ [key: string]: unknown }} Flattened object with dot-separated keys\n */\n function flattenObject(configObject) {\n // Prepare an empty return object\n /** @type {{ [key: string]: unknown }} */\n const flattenedObject = {}\n\n /**\n * Our flattening function, this is called recursively for each level of\n * depth in the object. At each level we prepend the previous level names to\n * the key using `prefix`.\n *\n * @internal\n * @param {Partial<{ [key: string]: unknown }>} obj - Object to flatten\n * @param {string} [prefix] - Optional dot-separated prefix\n */\n function flattenLoop(obj, prefix) {\n for (const [key, value] of Object.entries(obj)) {\n const prefixedKey = prefix ? `${prefix}.${key}` : key\n\n // If the value is a nested object, recurse over that too\n if (value && typeof value === 'object') {\n flattenLoop(value, prefixedKey)\n } else {\n // Otherwise, add this value to our return object\n flattenedObject[prefixedKey] = value\n }\n }\n }\n\n // Kick off the recursive loop\n flattenLoop(configObject)\n return flattenedObject\n }\n\n // Start with an empty object as our base\n /** @type {{ [key: string]: unknown }} */\n const formattedConfigObject = {}\n\n // Loop through each of the passed objects\n for (const configObject of configObjects) {\n const obj = flattenObject(configObject)\n\n // Push their keys one-by-one into formattedConfigObject. Any duplicate\n // keys will override the existing key with the new value.\n for (const [key, value] of Object.entries(obj)) {\n formattedConfigObject[key] = value\n }\n }\n\n return formattedConfigObject\n}\n\n/**\n * Extracts keys starting with a particular namespace from a flattened config\n * object, removing the namespace in the process.\n *\n * @internal\n * @param {{ [key: string]: unknown }} configObject - The object to extract key-value pairs from.\n * @param {string} namespace - The namespace to filter keys with.\n * @returns {{ [key: string]: unknown }} Flattened object with dot-separated key namespace removed\n */\nexport function extractConfigByNamespace(configObject, namespace) {\n /** @type {{ [key: string]: unknown }} */\n const newObject = {}\n\n for (const [key, value] of Object.entries(configObject)) {\n // Split the key into parts, using . as our namespace separator\n const keyParts = key.split('.')\n\n // Check if the first namespace matches the configured namespace\n if (keyParts[0] === namespace) {\n // Remove the first item (the namespace) from the parts array,\n // but only if there is more than one part (we don't want blank keys!)\n if (keyParts.length > 1) {\n keyParts.shift()\n }\n\n // Join the remaining parts back together\n const newKey = keyParts.join('.')\n\n // Add them to our new object\n newObject[newKey] = value\n }\n }\n\n return newObject\n}\n\n/**\n * Get hash fragment from URL\n *\n * Extract the hash fragment (everything after the hash) from a URL,\n * but not including the hash symbol\n *\n * @private\n * @param {string} url - URL\n * @returns {string | undefined} Fragment from URL, without the hash\n */\nexport function getFragmentFromUrl(url) {\n if (!url.includes('#')) {\n return undefined\n }\n\n return url.split('#').pop()\n}\n\n/**\n * Get GOV.UK Frontend breakpoint value from CSS custom property\n *\n * @private\n * @param {string} name - Breakpoint name\n * @returns {{ property: string, value?: string }} Breakpoint object\n */\nexport function getBreakpoint(name) {\n const property = `--govuk-frontend-breakpoint-${name}`\n\n // Get value from `<html>` with breakpoints on CSS :root\n const value = window\n .getComputedStyle(document.documentElement)\n .getPropertyValue(property)\n\n return {\n property,\n value: value || undefined\n }\n}\n\n/**\n * Move focus to element\n *\n * Sets tabindex to -1 to make the element programmatically focusable,\n * but removes it on blur as the element doesn't need to be focused again.\n *\n * @private\n * @template {HTMLElement} FocusElement\n * @param {FocusElement} $element - HTML element\n * @param {object} [options] - Handler options\n * @param {function(this: FocusElement): void} [options.onBeforeFocus] - Callback before focus\n * @param {function(this: FocusElement): void} [options.onBlur] - Callback on blur\n */\nexport function setFocus($element, options = {}) {\n const isFocusable = $element.getAttribute('tabindex')\n\n if (!isFocusable) {\n $element.setAttribute('tabindex', '-1')\n }\n\n /**\n * Handle element focus\n */\n function onFocus() {\n $element.addEventListener('blur', onBlur, { once: true })\n }\n\n /**\n * Handle element blur\n */\n function onBlur() {\n options.onBlur?.call($element)\n\n if (!isFocusable) {\n $element.removeAttribute('tabindex')\n }\n }\n\n // Add listener to reset element on blur, after focus\n $element.addEventListener('focus', onFocus, { once: true })\n\n // Focus element\n options.onBeforeFocus?.call($element)\n $element.focus()\n}\n\n/**\n * Checks if GOV.UK Frontend is supported on this page\n *\n * Some browsers will load and run our JavaScript but GOV.UK Frontend\n * won't be supported.\n *\n * @internal\n * @param {HTMLElement | null} [$scope] - HTML element `<body>` checked for browser support\n * @returns {boolean} Whether GOV.UK Frontend is supported on this page\n */\nexport function isSupported($scope = document.body) {\n if (!$scope) {\n return false\n }\n\n return $scope.classList.contains('govuk-frontend-supported')\n}\n\n/**\n * Validate component config by schema\n *\n * @internal\n * @param {Schema} schema - Config schema\n * @param {{ [key: string]: unknown }} config - Component config\n * @returns {string[]} List of validation errors\n */\nexport function validateConfig(schema, config) {\n const validationErrors = []\n\n // Check errors for each schema\n for (const [name, conditions] of Object.entries(schema)) {\n const errors = []\n\n // Check errors for each schema condition\n for (const { required, errorMessage } of conditions) {\n if (!required.every((key) => !!config[key])) {\n errors.push(errorMessage) // Missing config key value\n }\n }\n\n // Check one condition passes or add errors\n if (name === 'anyOf' && !(conditions.length - errors.length >= 1)) {\n validationErrors.push(...errors)\n }\n }\n\n return validationErrors\n}\n\n/**\n * Schema for component config\n *\n * @typedef {object} Schema\n * @property {SchemaCondition[]} [anyOf] - List of schema conditions\n */\n\n/**\n * Schema condition for component config\n *\n * @typedef {object} SchemaCondition\n * @property {string[]} required - List of required config fields\n * @property {string} errorMessage - Error message when required config fields not provided\n */\n","import { isSupported } from './common/index.mjs'\nimport { SupportError } from './errors/index.mjs'\n\n/**\n * Base Component class\n *\n * Centralises the behaviours shared by our components\n *\n * @internal\n * @abstract\n */\nexport class GOVUKFrontendComponent {\n /**\n * Constructs a new component, validating that GOV.UK Frontend is supported\n *\n * @internal\n */\n constructor() {\n this.checkSupport()\n }\n\n /**\n * Validates whether GOV.UK Frontend is supported\n *\n * @private\n */\n checkSupport() {\n if (!isSupported()) {\n throw new SupportError()\n }\n }\n}\n","import { ElementError } from '../../errors/index.mjs'\nimport { GOVUKFrontendComponent } from '../../govuk-frontend-component.mjs'\n\n/**\n * Checkboxes component\n *\n * @preserve\n */\nexport class Checkboxes extends GOVUKFrontendComponent {\n /** @private */\n $module\n\n /** @private */\n $inputs\n\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\n * for the user to enter their phone number.\n *\n * These associations are made using a `data-aria-controls` attribute, which\n * is promoted to an aria-controls attribute during initialisation.\n *\n * We also need to restore the state of any conditional reveals on the page\n * (for example if the user has navigated back), and set up event handlers to\n * keep the reveal in sync with the checkbox state.\n *\n * @param {Element | null} $module - HTML element to use for checkboxes\n */\n constructor($module) {\n super()\n\n if (!($module instanceof HTMLElement)) {\n throw new ElementError({\n componentName: 'Checkboxes',\n element: $module,\n identifier: 'Root element (`$module`)'\n })\n }\n\n const $inputs = $module.querySelectorAll('input[type=\"checkbox\"]')\n if (!$inputs.length) {\n throw new ElementError({\n componentName: 'Checkboxes',\n identifier: 'Form inputs (`<input type=\"checkbox\">`)'\n })\n }\n\n this.$module = $module\n this.$inputs = $inputs\n\n this.$inputs.forEach(($input) => {\n const targetId = $input.getAttribute('data-aria-controls')\n\n // Skip radios without data-aria-controls attributes\n if (!targetId) {\n return\n }\n\n // Throw if target conditional element does not exist.\n if (!document.getElementById(targetId)) {\n throw new ElementError({\n componentName: 'Checkboxes',\n identifier: `Conditional reveal (\\`id=\"${targetId}\"\\`)`\n })\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.\n window.addEventListener('pageshow', () => this.syncAllConditionalReveals())\n\n // Although we've set up handlers to sync state on the pageshow event, init\n // could be called after those events have fired, for example if they are\n // added to the page dynamically, so sync now too.\n this.syncAllConditionalReveals()\n\n // Handle events\n this.$module.addEventListener('click', (event) => this.handleClick(event))\n }\n\n /**\n * Sync the conditional reveal states for all checkboxes in this $module.\n *\n * @private\n */\n syncAllConditionalReveals() {\n this.$inputs.forEach(($input) =>\n this.syncConditionalRevealWithInputState($input)\n )\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 * @private\n * @param {HTMLInputElement} $input - Checkbox input\n */\n syncConditionalRevealWithInputState($input) {\n const targetId = $input.getAttribute('aria-controls')\n if (!targetId) {\n return\n }\n\n const $target = document.getElementById(targetId)\n if (\n $target &&\n $target.classList.contains('govuk-checkboxes__conditional')\n ) {\n const inputIsChecked = $input.checked\n\n $input.setAttribute('aria-expanded', inputIsChecked.toString())\n $target.classList.toggle(\n 'govuk-checkboxes__conditional--hidden',\n !inputIsChecked\n )\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 * @private\n * @param {HTMLInputElement} $input - Checkbox input\n */\n unCheckAllInputsExcept($input) {\n const allInputsWithSameName = document.querySelectorAll(\n `input[type=\"checkbox\"][name=\"${$input.name}\"]`\n )\n\n allInputsWithSameName.forEach(($inputWithSameName) => {\n const hasSameFormOwner = $input.form === $inputWithSameName.form\n if (hasSameFormOwner && $inputWithSameName !== $input) {\n $inputWithSameName.checked = false\n this.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'\n * behaviour, and uncheck them. This helps prevent someone checking both a\n * regular checkbox and a \"None of these\" checkbox in the same fieldset.\n *\n * @private\n * @param {HTMLInputElement} $input - Checkbox input\n */\n unCheckExclusiveInputs($input) {\n const allInputsWithSameNameAndExclusiveBehaviour =\n document.querySelectorAll(\n `input[data-behaviour=\"exclusive\"][type=\"checkbox\"][name=\"${$input.name}\"]`\n )\n\n allInputsWithSameNameAndExclusiveBehaviour.forEach(($exclusiveInput) => {\n const hasSameFormOwner = $input.form === $exclusiveInput.form\n if (hasSameFormOwner) {\n $exclusiveInput.checked = false\n this.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,\n * sync the state of any associated conditional reveal with the checkbox\n * state.\n *\n * @private\n * @param {MouseEvent} event - Click event\n */\n handleClick(event) {\n const $clickedInput = event.target\n\n // Ignore clicks on things that aren't checkbox inputs\n if (\n !($clickedInput instanceof HTMLInputElement) ||\n $clickedInput.type !== 'checkbox'\n ) {\n return\n }\n\n // If the checkbox conditionally-reveals some content, sync the state\n const 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 const hasBehaviourExclusive =\n $clickedInput.getAttribute('data-behaviour') === 'exclusive'\n if (hasBehaviourExclusive) {\n this.unCheckAllInputsExcept($clickedInput)\n } else {\n this.unCheckExclusiveInputs($clickedInput)\n }\n }\n\n /**\n * Name for the component used when initialising using data-module attributes.\n */\n static moduleName = 'govuk-checkboxes'\n}\n"],"names":["GOVUKFrontendError","Error","constructor","args","name","SupportError","$scope","document","body","supportMessage","HTMLScriptElement","prototype","ElementError","messageOrOptions","message","componentName","identifier","element","expectedType","isSupported","classList","contains","GOVUKFrontendComponent","checkSupport","Checkboxes","$module","$inputs","HTMLElement","querySelectorAll","length","forEach","$input","targetId","getAttribute","getElementById","setAttribute","removeAttribute","window","addEventListener","syncAllConditionalReveals","event","handleClick","syncConditionalRevealWithInputState","$target","inputIsChecked","checked","toString","toggle","unCheckAllInputsExcept","allInputsWithSameName","$inputWithSameName","hasSameFormOwner","form","unCheckExclusiveInputs","allInputsWithSameNameAndExclusiveBehaviour","$exclusiveInput","$clickedInput","target","HTMLInputElement","type","hasAriaControls","hasBehaviourExclusive","moduleName"],"mappings":"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"}
|
@@ -0,0 +1,186 @@
|
|
1
|
+
class GOVUKFrontendError extends Error {
|
2
|
+
constructor(...args) {
|
3
|
+
super(...args);
|
4
|
+
this.name = 'GOVUKFrontendError';
|
5
|
+
}
|
6
|
+
}
|
7
|
+
class SupportError extends GOVUKFrontendError {
|
8
|
+
/**
|
9
|
+
* Checks if GOV.UK Frontend is supported on this page
|
10
|
+
*
|
11
|
+
* @param {HTMLElement | null} [$scope] - HTML element `<body>` checked for browser support
|
12
|
+
*/
|
13
|
+
constructor($scope = document.body) {
|
14
|
+
const supportMessage = 'noModule' in HTMLScriptElement.prototype ? 'GOV.UK Frontend initialised without `<body class="govuk-frontend-supported">` from template `<script>` snippet' : 'GOV.UK Frontend is not supported in this browser';
|
15
|
+
super($scope ? supportMessage : 'GOV.UK Frontend initialised without `<script type="module">`');
|
16
|
+
this.name = 'SupportError';
|
17
|
+
}
|
18
|
+
}
|
19
|
+
class ElementError extends GOVUKFrontendError {
|
20
|
+
constructor(messageOrOptions) {
|
21
|
+
let message = typeof messageOrOptions === 'string' ? messageOrOptions : '';
|
22
|
+
if (typeof messageOrOptions === 'object') {
|
23
|
+
const {
|
24
|
+
componentName,
|
25
|
+
identifier,
|
26
|
+
element,
|
27
|
+
expectedType
|
28
|
+
} = messageOrOptions;
|
29
|
+
message = `${componentName}: ${identifier}`;
|
30
|
+
message += element ? ` is not of type ${expectedType != null ? expectedType : 'HTMLElement'}` : ' not found';
|
31
|
+
}
|
32
|
+
super(message);
|
33
|
+
this.name = 'ElementError';
|
34
|
+
}
|
35
|
+
}
|
36
|
+
|
37
|
+
function isSupported($scope = document.body) {
|
38
|
+
if (!$scope) {
|
39
|
+
return false;
|
40
|
+
}
|
41
|
+
return $scope.classList.contains('govuk-frontend-supported');
|
42
|
+
}
|
43
|
+
|
44
|
+
/**
|
45
|
+
* Schema for component config
|
46
|
+
*
|
47
|
+
* @typedef {object} Schema
|
48
|
+
* @property {SchemaCondition[]} [anyOf] - List of schema conditions
|
49
|
+
*/
|
50
|
+
|
51
|
+
/**
|
52
|
+
* Schema condition for component config
|
53
|
+
*
|
54
|
+
* @typedef {object} SchemaCondition
|
55
|
+
* @property {string[]} required - List of required config fields
|
56
|
+
* @property {string} errorMessage - Error message when required config fields not provided
|
57
|
+
*/
|
58
|
+
|
59
|
+
class GOVUKFrontendComponent {
|
60
|
+
constructor() {
|
61
|
+
this.checkSupport();
|
62
|
+
}
|
63
|
+
checkSupport() {
|
64
|
+
if (!isSupported()) {
|
65
|
+
throw new SupportError();
|
66
|
+
}
|
67
|
+
}
|
68
|
+
}
|
69
|
+
|
70
|
+
/**
|
71
|
+
* Checkboxes component
|
72
|
+
*
|
73
|
+
* @preserve
|
74
|
+
*/
|
75
|
+
class Checkboxes extends GOVUKFrontendComponent {
|
76
|
+
/**
|
77
|
+
* Checkboxes can be associated with a 'conditionally revealed' content block
|
78
|
+
* – for example, a checkbox for 'Phone' could reveal an additional form field
|
79
|
+
* for the user to enter their phone number.
|
80
|
+
*
|
81
|
+
* These associations are made using a `data-aria-controls` attribute, which
|
82
|
+
* is promoted to an aria-controls attribute during initialisation.
|
83
|
+
*
|
84
|
+
* We also need to restore the state of any conditional reveals on the page
|
85
|
+
* (for example if the user has navigated back), and set up event handlers to
|
86
|
+
* keep the reveal in sync with the checkbox state.
|
87
|
+
*
|
88
|
+
* @param {Element | null} $module - HTML element to use for checkboxes
|
89
|
+
*/
|
90
|
+
constructor($module) {
|
91
|
+
super();
|
92
|
+
this.$module = void 0;
|
93
|
+
this.$inputs = void 0;
|
94
|
+
if (!($module instanceof HTMLElement)) {
|
95
|
+
throw new ElementError({
|
96
|
+
componentName: 'Checkboxes',
|
97
|
+
element: $module,
|
98
|
+
identifier: 'Root element (`$module`)'
|
99
|
+
});
|
100
|
+
}
|
101
|
+
const $inputs = $module.querySelectorAll('input[type="checkbox"]');
|
102
|
+
if (!$inputs.length) {
|
103
|
+
throw new ElementError({
|
104
|
+
componentName: 'Checkboxes',
|
105
|
+
identifier: 'Form inputs (`<input type="checkbox">`)'
|
106
|
+
});
|
107
|
+
}
|
108
|
+
this.$module = $module;
|
109
|
+
this.$inputs = $inputs;
|
110
|
+
this.$inputs.forEach($input => {
|
111
|
+
const targetId = $input.getAttribute('data-aria-controls');
|
112
|
+
if (!targetId) {
|
113
|
+
return;
|
114
|
+
}
|
115
|
+
if (!document.getElementById(targetId)) {
|
116
|
+
throw new ElementError({
|
117
|
+
componentName: 'Checkboxes',
|
118
|
+
identifier: `Conditional reveal (\`id="${targetId}"\`)`
|
119
|
+
});
|
120
|
+
}
|
121
|
+
$input.setAttribute('aria-controls', targetId);
|
122
|
+
$input.removeAttribute('data-aria-controls');
|
123
|
+
});
|
124
|
+
window.addEventListener('pageshow', () => this.syncAllConditionalReveals());
|
125
|
+
this.syncAllConditionalReveals();
|
126
|
+
this.$module.addEventListener('click', event => this.handleClick(event));
|
127
|
+
}
|
128
|
+
syncAllConditionalReveals() {
|
129
|
+
this.$inputs.forEach($input => this.syncConditionalRevealWithInputState($input));
|
130
|
+
}
|
131
|
+
syncConditionalRevealWithInputState($input) {
|
132
|
+
const targetId = $input.getAttribute('aria-controls');
|
133
|
+
if (!targetId) {
|
134
|
+
return;
|
135
|
+
}
|
136
|
+
const $target = document.getElementById(targetId);
|
137
|
+
if ($target && $target.classList.contains('govuk-checkboxes__conditional')) {
|
138
|
+
const inputIsChecked = $input.checked;
|
139
|
+
$input.setAttribute('aria-expanded', inputIsChecked.toString());
|
140
|
+
$target.classList.toggle('govuk-checkboxes__conditional--hidden', !inputIsChecked);
|
141
|
+
}
|
142
|
+
}
|
143
|
+
unCheckAllInputsExcept($input) {
|
144
|
+
const allInputsWithSameName = document.querySelectorAll(`input[type="checkbox"][name="${$input.name}"]`);
|
145
|
+
allInputsWithSameName.forEach($inputWithSameName => {
|
146
|
+
const hasSameFormOwner = $input.form === $inputWithSameName.form;
|
147
|
+
if (hasSameFormOwner && $inputWithSameName !== $input) {
|
148
|
+
$inputWithSameName.checked = false;
|
149
|
+
this.syncConditionalRevealWithInputState($inputWithSameName);
|
150
|
+
}
|
151
|
+
});
|
152
|
+
}
|
153
|
+
unCheckExclusiveInputs($input) {
|
154
|
+
const allInputsWithSameNameAndExclusiveBehaviour = document.querySelectorAll(`input[data-behaviour="exclusive"][type="checkbox"][name="${$input.name}"]`);
|
155
|
+
allInputsWithSameNameAndExclusiveBehaviour.forEach($exclusiveInput => {
|
156
|
+
const hasSameFormOwner = $input.form === $exclusiveInput.form;
|
157
|
+
if (hasSameFormOwner) {
|
158
|
+
$exclusiveInput.checked = false;
|
159
|
+
this.syncConditionalRevealWithInputState($exclusiveInput);
|
160
|
+
}
|
161
|
+
});
|
162
|
+
}
|
163
|
+
handleClick(event) {
|
164
|
+
const $clickedInput = event.target;
|
165
|
+
if (!($clickedInput instanceof HTMLInputElement) || $clickedInput.type !== 'checkbox') {
|
166
|
+
return;
|
167
|
+
}
|
168
|
+
const hasAriaControls = $clickedInput.getAttribute('aria-controls');
|
169
|
+
if (hasAriaControls) {
|
170
|
+
this.syncConditionalRevealWithInputState($clickedInput);
|
171
|
+
}
|
172
|
+
if (!$clickedInput.checked) {
|
173
|
+
return;
|
174
|
+
}
|
175
|
+
const hasBehaviourExclusive = $clickedInput.getAttribute('data-behaviour') === 'exclusive';
|
176
|
+
if (hasBehaviourExclusive) {
|
177
|
+
this.unCheckAllInputsExcept($clickedInput);
|
178
|
+
} else {
|
179
|
+
this.unCheckExclusiveInputs($clickedInput);
|
180
|
+
}
|
181
|
+
}
|
182
|
+
}
|
183
|
+
Checkboxes.moduleName = 'govuk-checkboxes';
|
184
|
+
|
185
|
+
export { Checkboxes };
|
186
|
+
//# sourceMappingURL=checkboxes.bundle.mjs.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"checkboxes.bundle.mjs","sources":["../../../../src/govuk/errors/index.mjs","../../../../src/govuk/common/index.mjs","../../../../src/govuk/govuk-frontend-component.mjs","../../../../src/govuk/components/checkboxes/checkboxes.mjs"],"sourcesContent":["/**\n * GOV.UK Frontend error\n *\n * A base class for `Error`s thrown by GOV.UK Frontend.\n *\n * It is meant to be extended into specific types of errors\n * to be thrown by our code.\n *\n * @example\n * ```js\n * class MissingRootError extends GOVUKFrontendError {\n * // Setting an explicit name is important as extending the class will not\n * // set a new `name` on the subclass. The `name` property is important\n * // to ensure intelligible error names even if the class name gets\n * // mangled by a minifier\n * name = \"MissingRootError\"\n * }\n * ```\n * @abstract\n */\nexport class GOVUKFrontendError extends Error {\n name = 'GOVUKFrontendError'\n}\n\n/**\n * Indicates that GOV.UK Frontend is not supported\n */\nexport class SupportError extends GOVUKFrontendError {\n name = 'SupportError'\n\n /**\n * Checks if GOV.UK Frontend is supported on this page\n *\n * @param {HTMLElement | null} [$scope] - HTML element `<body>` checked for browser support\n */\n constructor($scope = document.body) {\n const supportMessage =\n 'noModule' in HTMLScriptElement.prototype\n ? 'GOV.UK Frontend initialised without `<body class=\"govuk-frontend-supported\">` from template `<script>` snippet'\n : 'GOV.UK Frontend is not supported in this browser'\n\n super(\n $scope\n ? supportMessage\n : 'GOV.UK Frontend initialised without `<script type=\"module\">`'\n )\n }\n}\n\n/**\n * Indicates that a component has received an illegal configuration\n */\nexport class ConfigError extends GOVUKFrontendError {\n name = 'ConfigError'\n}\n\n/**\n * Indicates an issue with an element (possibly `null` or `undefined`)\n */\nexport class ElementError extends GOVUKFrontendError {\n name = 'ElementError'\n\n /**\n * @internal\n * @overload\n * @param {string} message - Element error message\n */\n\n /**\n * @internal\n * @overload\n * @param {ElementErrorOptions} options - Element error options\n */\n\n /**\n * @internal\n * @param {string | ElementErrorOptions} messageOrOptions - Element error message or options\n */\n constructor(messageOrOptions) {\n let message = typeof messageOrOptions === 'string' ? messageOrOptions : ''\n\n // Build message from options\n if (typeof messageOrOptions === 'object') {\n const { componentName, identifier, element, expectedType } =\n messageOrOptions\n\n // Add prefix and identifier\n message = `${componentName}: ${identifier}`\n\n // Append reason\n message += element\n ? ` is not of type ${expectedType ?? 'HTMLElement'}`\n : ' not found'\n }\n\n super(message)\n }\n}\n\n/**\n * Element error options\n *\n * @internal\n * @typedef {object} ElementErrorOptions\n * @property {string} componentName - The name of the component throwing the error\n * @property {string} identifier - An identifier that'll let the user understand which element has an error. This is whatever makes the most sense\n * @property {Element | null} [element] - The element in error\n * @property {string} [expectedType] - The type that was expected for the identifier\n */\n","/**\n * Common helpers which do not require polyfill.\n *\n * IMPORTANT: If a helper require a polyfill, please isolate it in its own module\n * so that the polyfill can be properly tree-shaken and does not burden\n * the components that do not need that helper\n */\n\n/**\n * Config flattening function\n *\n * Takes any number of objects, flattens them into namespaced key-value pairs,\n * (e.g. \\{'i18n.showSection': 'Show section'\\}) and combines them together, with\n * greatest priority on the LAST item passed in.\n *\n * @internal\n * @param {...{ [key: string]: unknown }} configObjects - Config object to merge\n * @returns {{ [key: string]: unknown }} A flattened object of key-value pairs.\n */\nexport function mergeConfigs(...configObjects) {\n /**\n * Function to take nested objects and flatten them to a dot-separated keyed\n * object. Doing this means we don't need to do any deep/recursive merging of\n * each of our objects, nor transform our dataset from a flat list into a\n * nested object.\n *\n * @internal\n * @param {{ [key: string]: unknown }} configObject - Deeply nested object\n * @returns {{ [key: string]: unknown }} Flattened object with dot-separated keys\n */\n function flattenObject(configObject) {\n // Prepare an empty return object\n /** @type {{ [key: string]: unknown }} */\n const flattenedObject = {}\n\n /**\n * Our flattening function, this is called recursively for each level of\n * depth in the object. At each level we prepend the previous level names to\n * the key using `prefix`.\n *\n * @internal\n * @param {Partial<{ [key: string]: unknown }>} obj - Object to flatten\n * @param {string} [prefix] - Optional dot-separated prefix\n */\n function flattenLoop(obj, prefix) {\n for (const [key, value] of Object.entries(obj)) {\n const prefixedKey = prefix ? `${prefix}.${key}` : key\n\n // If the value is a nested object, recurse over that too\n if (value && typeof value === 'object') {\n flattenLoop(value, prefixedKey)\n } else {\n // Otherwise, add this value to our return object\n flattenedObject[prefixedKey] = value\n }\n }\n }\n\n // Kick off the recursive loop\n flattenLoop(configObject)\n return flattenedObject\n }\n\n // Start with an empty object as our base\n /** @type {{ [key: string]: unknown }} */\n const formattedConfigObject = {}\n\n // Loop through each of the passed objects\n for (const configObject of configObjects) {\n const obj = flattenObject(configObject)\n\n // Push their keys one-by-one into formattedConfigObject. Any duplicate\n // keys will override the existing key with the new value.\n for (const [key, value] of Object.entries(obj)) {\n formattedConfigObject[key] = value\n }\n }\n\n return formattedConfigObject\n}\n\n/**\n * Extracts keys starting with a particular namespace from a flattened config\n * object, removing the namespace in the process.\n *\n * @internal\n * @param {{ [key: string]: unknown }} configObject - The object to extract key-value pairs from.\n * @param {string} namespace - The namespace to filter keys with.\n * @returns {{ [key: string]: unknown }} Flattened object with dot-separated key namespace removed\n */\nexport function extractConfigByNamespace(configObject, namespace) {\n /** @type {{ [key: string]: unknown }} */\n const newObject = {}\n\n for (const [key, value] of Object.entries(configObject)) {\n // Split the key into parts, using . as our namespace separator\n const keyParts = key.split('.')\n\n // Check if the first namespace matches the configured namespace\n if (keyParts[0] === namespace) {\n // Remove the first item (the namespace) from the parts array,\n // but only if there is more than one part (we don't want blank keys!)\n if (keyParts.length > 1) {\n keyParts.shift()\n }\n\n // Join the remaining parts back together\n const newKey = keyParts.join('.')\n\n // Add them to our new object\n newObject[newKey] = value\n }\n }\n\n return newObject\n}\n\n/**\n * Get hash fragment from URL\n *\n * Extract the hash fragment (everything after the hash) from a URL,\n * but not including the hash symbol\n *\n * @private\n * @param {string} url - URL\n * @returns {string | undefined} Fragment from URL, without the hash\n */\nexport function getFragmentFromUrl(url) {\n if (!url.includes('#')) {\n return undefined\n }\n\n return url.split('#').pop()\n}\n\n/**\n * Get GOV.UK Frontend breakpoint value from CSS custom property\n *\n * @private\n * @param {string} name - Breakpoint name\n * @returns {{ property: string, value?: string }} Breakpoint object\n */\nexport function getBreakpoint(name) {\n const property = `--govuk-frontend-breakpoint-${name}`\n\n // Get value from `<html>` with breakpoints on CSS :root\n const value = window\n .getComputedStyle(document.documentElement)\n .getPropertyValue(property)\n\n return {\n property,\n value: value || undefined\n }\n}\n\n/**\n * Move focus to element\n *\n * Sets tabindex to -1 to make the element programmatically focusable,\n * but removes it on blur as the element doesn't need to be focused again.\n *\n * @private\n * @template {HTMLElement} FocusElement\n * @param {FocusElement} $element - HTML element\n * @param {object} [options] - Handler options\n * @param {function(this: FocusElement): void} [options.onBeforeFocus] - Callback before focus\n * @param {function(this: FocusElement): void} [options.onBlur] - Callback on blur\n */\nexport function setFocus($element, options = {}) {\n const isFocusable = $element.getAttribute('tabindex')\n\n if (!isFocusable) {\n $element.setAttribute('tabindex', '-1')\n }\n\n /**\n * Handle element focus\n */\n function onFocus() {\n $element.addEventListener('blur', onBlur, { once: true })\n }\n\n /**\n * Handle element blur\n */\n function onBlur() {\n options.onBlur?.call($element)\n\n if (!isFocusable) {\n $element.removeAttribute('tabindex')\n }\n }\n\n // Add listener to reset element on blur, after focus\n $element.addEventListener('focus', onFocus, { once: true })\n\n // Focus element\n options.onBeforeFocus?.call($element)\n $element.focus()\n}\n\n/**\n * Checks if GOV.UK Frontend is supported on this page\n *\n * Some browsers will load and run our JavaScript but GOV.UK Frontend\n * won't be supported.\n *\n * @internal\n * @param {HTMLElement | null} [$scope] - HTML element `<body>` checked for browser support\n * @returns {boolean} Whether GOV.UK Frontend is supported on this page\n */\nexport function isSupported($scope = document.body) {\n if (!$scope) {\n return false\n }\n\n return $scope.classList.contains('govuk-frontend-supported')\n}\n\n/**\n * Validate component config by schema\n *\n * @internal\n * @param {Schema} schema - Config schema\n * @param {{ [key: string]: unknown }} config - Component config\n * @returns {string[]} List of validation errors\n */\nexport function validateConfig(schema, config) {\n const validationErrors = []\n\n // Check errors for each schema\n for (const [name, conditions] of Object.entries(schema)) {\n const errors = []\n\n // Check errors for each schema condition\n for (const { required, errorMessage } of conditions) {\n if (!required.every((key) => !!config[key])) {\n errors.push(errorMessage) // Missing config key value\n }\n }\n\n // Check one condition passes or add errors\n if (name === 'anyOf' && !(conditions.length - errors.length >= 1)) {\n validationErrors.push(...errors)\n }\n }\n\n return validationErrors\n}\n\n/**\n * Schema for component config\n *\n * @typedef {object} Schema\n * @property {SchemaCondition[]} [anyOf] - List of schema conditions\n */\n\n/**\n * Schema condition for component config\n *\n * @typedef {object} SchemaCondition\n * @property {string[]} required - List of required config fields\n * @property {string} errorMessage - Error message when required config fields not provided\n */\n","import { isSupported } from './common/index.mjs'\nimport { SupportError } from './errors/index.mjs'\n\n/**\n * Base Component class\n *\n * Centralises the behaviours shared by our components\n *\n * @internal\n * @abstract\n */\nexport class GOVUKFrontendComponent {\n /**\n * Constructs a new component, validating that GOV.UK Frontend is supported\n *\n * @internal\n */\n constructor() {\n this.checkSupport()\n }\n\n /**\n * Validates whether GOV.UK Frontend is supported\n *\n * @private\n */\n checkSupport() {\n if (!isSupported()) {\n throw new SupportError()\n }\n }\n}\n","import { ElementError } from '../../errors/index.mjs'\nimport { GOVUKFrontendComponent } from '../../govuk-frontend-component.mjs'\n\n/**\n * Checkboxes component\n *\n * @preserve\n */\nexport class Checkboxes extends GOVUKFrontendComponent {\n /** @private */\n $module\n\n /** @private */\n $inputs\n\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\n * for the user to enter their phone number.\n *\n * These associations are made using a `data-aria-controls` attribute, which\n * is promoted to an aria-controls attribute during initialisation.\n *\n * We also need to restore the state of any conditional reveals on the page\n * (for example if the user has navigated back), and set up event handlers to\n * keep the reveal in sync with the checkbox state.\n *\n * @param {Element | null} $module - HTML element to use for checkboxes\n */\n constructor($module) {\n super()\n\n if (!($module instanceof HTMLElement)) {\n throw new ElementError({\n componentName: 'Checkboxes',\n element: $module,\n identifier: 'Root element (`$module`)'\n })\n }\n\n const $inputs = $module.querySelectorAll('input[type=\"checkbox\"]')\n if (!$inputs.length) {\n throw new ElementError({\n componentName: 'Checkboxes',\n identifier: 'Form inputs (`<input type=\"checkbox\">`)'\n })\n }\n\n this.$module = $module\n this.$inputs = $inputs\n\n this.$inputs.forEach(($input) => {\n const targetId = $input.getAttribute('data-aria-controls')\n\n // Skip radios without data-aria-controls attributes\n if (!targetId) {\n return\n }\n\n // Throw if target conditional element does not exist.\n if (!document.getElementById(targetId)) {\n throw new ElementError({\n componentName: 'Checkboxes',\n identifier: `Conditional reveal (\\`id=\"${targetId}\"\\`)`\n })\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.\n window.addEventListener('pageshow', () => this.syncAllConditionalReveals())\n\n // Although we've set up handlers to sync state on the pageshow event, init\n // could be called after those events have fired, for example if they are\n // added to the page dynamically, so sync now too.\n this.syncAllConditionalReveals()\n\n // Handle events\n this.$module.addEventListener('click', (event) => this.handleClick(event))\n }\n\n /**\n * Sync the conditional reveal states for all checkboxes in this $module.\n *\n * @private\n */\n syncAllConditionalReveals() {\n this.$inputs.forEach(($input) =>\n this.syncConditionalRevealWithInputState($input)\n )\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 * @private\n * @param {HTMLInputElement} $input - Checkbox input\n */\n syncConditionalRevealWithInputState($input) {\n const targetId = $input.getAttribute('aria-controls')\n if (!targetId) {\n return\n }\n\n const $target = document.getElementById(targetId)\n if (\n $target &&\n $target.classList.contains('govuk-checkboxes__conditional')\n ) {\n const inputIsChecked = $input.checked\n\n $input.setAttribute('aria-expanded', inputIsChecked.toString())\n $target.classList.toggle(\n 'govuk-checkboxes__conditional--hidden',\n !inputIsChecked\n )\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 * @private\n * @param {HTMLInputElement} $input - Checkbox input\n */\n unCheckAllInputsExcept($input) {\n const allInputsWithSameName = document.querySelectorAll(\n `input[type=\"checkbox\"][name=\"${$input.name}\"]`\n )\n\n allInputsWithSameName.forEach(($inputWithSameName) => {\n const hasSameFormOwner = $input.form === $inputWithSameName.form\n if (hasSameFormOwner && $inputWithSameName !== $input) {\n $inputWithSameName.checked = false\n this.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'\n * behaviour, and uncheck them. This helps prevent someone checking both a\n * regular checkbox and a \"None of these\" checkbox in the same fieldset.\n *\n * @private\n * @param {HTMLInputElement} $input - Checkbox input\n */\n unCheckExclusiveInputs($input) {\n const allInputsWithSameNameAndExclusiveBehaviour =\n document.querySelectorAll(\n `input[data-behaviour=\"exclusive\"][type=\"checkbox\"][name=\"${$input.name}\"]`\n )\n\n allInputsWithSameNameAndExclusiveBehaviour.forEach(($exclusiveInput) => {\n const hasSameFormOwner = $input.form === $exclusiveInput.form\n if (hasSameFormOwner) {\n $exclusiveInput.checked = false\n this.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,\n * sync the state of any associated conditional reveal with the checkbox\n * state.\n *\n * @private\n * @param {MouseEvent} event - Click event\n */\n handleClick(event) {\n const $clickedInput = event.target\n\n // Ignore clicks on things that aren't checkbox inputs\n if (\n !($clickedInput instanceof HTMLInputElement) ||\n $clickedInput.type !== 'checkbox'\n ) {\n return\n }\n\n // If the checkbox conditionally-reveals some content, sync the state\n const 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 const hasBehaviourExclusive =\n $clickedInput.getAttribute('data-behaviour') === 'exclusive'\n if (hasBehaviourExclusive) {\n this.unCheckAllInputsExcept($clickedInput)\n } else {\n this.unCheckExclusiveInputs($clickedInput)\n }\n }\n\n /**\n * Name for the component used when initialising using data-module attributes.\n */\n static moduleName = 'govuk-checkboxes'\n}\n"],"names":["GOVUKFrontendError","Error","constructor","args","name","SupportError","$scope","document","body","supportMessage","HTMLScriptElement","prototype","ElementError","messageOrOptions","message","componentName","identifier","element","expectedType","isSupported","classList","contains","GOVUKFrontendComponent","checkSupport","Checkboxes","$module","$inputs","HTMLElement","querySelectorAll","length","forEach","$input","targetId","getAttribute","getElementById","setAttribute","removeAttribute","window","addEventListener","syncAllConditionalReveals","event","handleClick","syncConditionalRevealWithInputState","$target","inputIsChecked","checked","toString","toggle","unCheckAllInputsExcept","allInputsWithSameName","$inputWithSameName","hasSameFormOwner","form","unCheckExclusiveInputs","allInputsWithSameNameAndExclusiveBehaviour","$exclusiveInput","$clickedInput","target","HTMLInputElement","type","hasAriaControls","hasBehaviourExclusive","moduleName"],"mappings":"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"}
|
@@ -0,0 +1,120 @@
|
|
1
|
+
import { ElementError } from '../../errors/index.mjs';
|
2
|
+
import { GOVUKFrontendComponent } from '../../govuk-frontend-component.mjs';
|
3
|
+
|
4
|
+
/**
|
5
|
+
* Checkboxes component
|
6
|
+
*
|
7
|
+
* @preserve
|
8
|
+
*/
|
9
|
+
class Checkboxes extends GOVUKFrontendComponent {
|
10
|
+
/**
|
11
|
+
* Checkboxes can be associated with a 'conditionally revealed' content block
|
12
|
+
* – for example, a checkbox for 'Phone' could reveal an additional form field
|
13
|
+
* for the user to enter their phone number.
|
14
|
+
*
|
15
|
+
* These associations are made using a `data-aria-controls` attribute, which
|
16
|
+
* is promoted to an aria-controls attribute during initialisation.
|
17
|
+
*
|
18
|
+
* We also need to restore the state of any conditional reveals on the page
|
19
|
+
* (for example if the user has navigated back), and set up event handlers to
|
20
|
+
* keep the reveal in sync with the checkbox state.
|
21
|
+
*
|
22
|
+
* @param {Element | null} $module - HTML element to use for checkboxes
|
23
|
+
*/
|
24
|
+
constructor($module) {
|
25
|
+
super();
|
26
|
+
this.$module = void 0;
|
27
|
+
this.$inputs = void 0;
|
28
|
+
if (!($module instanceof HTMLElement)) {
|
29
|
+
throw new ElementError({
|
30
|
+
componentName: 'Checkboxes',
|
31
|
+
element: $module,
|
32
|
+
identifier: 'Root element (`$module`)'
|
33
|
+
});
|
34
|
+
}
|
35
|
+
const $inputs = $module.querySelectorAll('input[type="checkbox"]');
|
36
|
+
if (!$inputs.length) {
|
37
|
+
throw new ElementError({
|
38
|
+
componentName: 'Checkboxes',
|
39
|
+
identifier: 'Form inputs (`<input type="checkbox">`)'
|
40
|
+
});
|
41
|
+
}
|
42
|
+
this.$module = $module;
|
43
|
+
this.$inputs = $inputs;
|
44
|
+
this.$inputs.forEach($input => {
|
45
|
+
const targetId = $input.getAttribute('data-aria-controls');
|
46
|
+
if (!targetId) {
|
47
|
+
return;
|
48
|
+
}
|
49
|
+
if (!document.getElementById(targetId)) {
|
50
|
+
throw new ElementError({
|
51
|
+
componentName: 'Checkboxes',
|
52
|
+
identifier: `Conditional reveal (\`id="${targetId}"\`)`
|
53
|
+
});
|
54
|
+
}
|
55
|
+
$input.setAttribute('aria-controls', targetId);
|
56
|
+
$input.removeAttribute('data-aria-controls');
|
57
|
+
});
|
58
|
+
window.addEventListener('pageshow', () => this.syncAllConditionalReveals());
|
59
|
+
this.syncAllConditionalReveals();
|
60
|
+
this.$module.addEventListener('click', event => this.handleClick(event));
|
61
|
+
}
|
62
|
+
syncAllConditionalReveals() {
|
63
|
+
this.$inputs.forEach($input => this.syncConditionalRevealWithInputState($input));
|
64
|
+
}
|
65
|
+
syncConditionalRevealWithInputState($input) {
|
66
|
+
const targetId = $input.getAttribute('aria-controls');
|
67
|
+
if (!targetId) {
|
68
|
+
return;
|
69
|
+
}
|
70
|
+
const $target = document.getElementById(targetId);
|
71
|
+
if ($target && $target.classList.contains('govuk-checkboxes__conditional')) {
|
72
|
+
const inputIsChecked = $input.checked;
|
73
|
+
$input.setAttribute('aria-expanded', inputIsChecked.toString());
|
74
|
+
$target.classList.toggle('govuk-checkboxes__conditional--hidden', !inputIsChecked);
|
75
|
+
}
|
76
|
+
}
|
77
|
+
unCheckAllInputsExcept($input) {
|
78
|
+
const allInputsWithSameName = document.querySelectorAll(`input[type="checkbox"][name="${$input.name}"]`);
|
79
|
+
allInputsWithSameName.forEach($inputWithSameName => {
|
80
|
+
const hasSameFormOwner = $input.form === $inputWithSameName.form;
|
81
|
+
if (hasSameFormOwner && $inputWithSameName !== $input) {
|
82
|
+
$inputWithSameName.checked = false;
|
83
|
+
this.syncConditionalRevealWithInputState($inputWithSameName);
|
84
|
+
}
|
85
|
+
});
|
86
|
+
}
|
87
|
+
unCheckExclusiveInputs($input) {
|
88
|
+
const allInputsWithSameNameAndExclusiveBehaviour = document.querySelectorAll(`input[data-behaviour="exclusive"][type="checkbox"][name="${$input.name}"]`);
|
89
|
+
allInputsWithSameNameAndExclusiveBehaviour.forEach($exclusiveInput => {
|
90
|
+
const hasSameFormOwner = $input.form === $exclusiveInput.form;
|
91
|
+
if (hasSameFormOwner) {
|
92
|
+
$exclusiveInput.checked = false;
|
93
|
+
this.syncConditionalRevealWithInputState($exclusiveInput);
|
94
|
+
}
|
95
|
+
});
|
96
|
+
}
|
97
|
+
handleClick(event) {
|
98
|
+
const $clickedInput = event.target;
|
99
|
+
if (!($clickedInput instanceof HTMLInputElement) || $clickedInput.type !== 'checkbox') {
|
100
|
+
return;
|
101
|
+
}
|
102
|
+
const hasAriaControls = $clickedInput.getAttribute('aria-controls');
|
103
|
+
if (hasAriaControls) {
|
104
|
+
this.syncConditionalRevealWithInputState($clickedInput);
|
105
|
+
}
|
106
|
+
if (!$clickedInput.checked) {
|
107
|
+
return;
|
108
|
+
}
|
109
|
+
const hasBehaviourExclusive = $clickedInput.getAttribute('data-behaviour') === 'exclusive';
|
110
|
+
if (hasBehaviourExclusive) {
|
111
|
+
this.unCheckAllInputsExcept($clickedInput);
|
112
|
+
} else {
|
113
|
+
this.unCheckExclusiveInputs($clickedInput);
|
114
|
+
}
|
115
|
+
}
|
116
|
+
}
|
117
|
+
Checkboxes.moduleName = 'govuk-checkboxes';
|
118
|
+
|
119
|
+
export { Checkboxes };
|
120
|
+
//# sourceMappingURL=checkboxes.mjs.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"checkboxes.mjs","sources":["../../../../src/govuk/components/checkboxes/checkboxes.mjs"],"sourcesContent":["import { ElementError } from '../../errors/index.mjs'\nimport { GOVUKFrontendComponent } from '../../govuk-frontend-component.mjs'\n\n/**\n * Checkboxes component\n *\n * @preserve\n */\nexport class Checkboxes extends GOVUKFrontendComponent {\n /** @private */\n $module\n\n /** @private */\n $inputs\n\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\n * for the user to enter their phone number.\n *\n * These associations are made using a `data-aria-controls` attribute, which\n * is promoted to an aria-controls attribute during initialisation.\n *\n * We also need to restore the state of any conditional reveals on the page\n * (for example if the user has navigated back), and set up event handlers to\n * keep the reveal in sync with the checkbox state.\n *\n * @param {Element | null} $module - HTML element to use for checkboxes\n */\n constructor($module) {\n super()\n\n if (!($module instanceof HTMLElement)) {\n throw new ElementError({\n componentName: 'Checkboxes',\n element: $module,\n identifier: 'Root element (`$module`)'\n })\n }\n\n const $inputs = $module.querySelectorAll('input[type=\"checkbox\"]')\n if (!$inputs.length) {\n throw new ElementError({\n componentName: 'Checkboxes',\n identifier: 'Form inputs (`<input type=\"checkbox\">`)'\n })\n }\n\n this.$module = $module\n this.$inputs = $inputs\n\n this.$inputs.forEach(($input) => {\n const targetId = $input.getAttribute('data-aria-controls')\n\n // Skip radios without data-aria-controls attributes\n if (!targetId) {\n return\n }\n\n // Throw if target conditional element does not exist.\n if (!document.getElementById(targetId)) {\n throw new ElementError({\n componentName: 'Checkboxes',\n identifier: `Conditional reveal (\\`id=\"${targetId}\"\\`)`\n })\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.\n window.addEventListener('pageshow', () => this.syncAllConditionalReveals())\n\n // Although we've set up handlers to sync state on the pageshow event, init\n // could be called after those events have fired, for example if they are\n // added to the page dynamically, so sync now too.\n this.syncAllConditionalReveals()\n\n // Handle events\n this.$module.addEventListener('click', (event) => this.handleClick(event))\n }\n\n /**\n * Sync the conditional reveal states for all checkboxes in this $module.\n *\n * @private\n */\n syncAllConditionalReveals() {\n this.$inputs.forEach(($input) =>\n this.syncConditionalRevealWithInputState($input)\n )\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 * @private\n * @param {HTMLInputElement} $input - Checkbox input\n */\n syncConditionalRevealWithInputState($input) {\n const targetId = $input.getAttribute('aria-controls')\n if (!targetId) {\n return\n }\n\n const $target = document.getElementById(targetId)\n if (\n $target &&\n $target.classList.contains('govuk-checkboxes__conditional')\n ) {\n const inputIsChecked = $input.checked\n\n $input.setAttribute('aria-expanded', inputIsChecked.toString())\n $target.classList.toggle(\n 'govuk-checkboxes__conditional--hidden',\n !inputIsChecked\n )\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 * @private\n * @param {HTMLInputElement} $input - Checkbox input\n */\n unCheckAllInputsExcept($input) {\n const allInputsWithSameName = document.querySelectorAll(\n `input[type=\"checkbox\"][name=\"${$input.name}\"]`\n )\n\n allInputsWithSameName.forEach(($inputWithSameName) => {\n const hasSameFormOwner = $input.form === $inputWithSameName.form\n if (hasSameFormOwner && $inputWithSameName !== $input) {\n $inputWithSameName.checked = false\n this.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'\n * behaviour, and uncheck them. This helps prevent someone checking both a\n * regular checkbox and a \"None of these\" checkbox in the same fieldset.\n *\n * @private\n * @param {HTMLInputElement} $input - Checkbox input\n */\n unCheckExclusiveInputs($input) {\n const allInputsWithSameNameAndExclusiveBehaviour =\n document.querySelectorAll(\n `input[data-behaviour=\"exclusive\"][type=\"checkbox\"][name=\"${$input.name}\"]`\n )\n\n allInputsWithSameNameAndExclusiveBehaviour.forEach(($exclusiveInput) => {\n const hasSameFormOwner = $input.form === $exclusiveInput.form\n if (hasSameFormOwner) {\n $exclusiveInput.checked = false\n this.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,\n * sync the state of any associated conditional reveal with the checkbox\n * state.\n *\n * @private\n * @param {MouseEvent} event - Click event\n */\n handleClick(event) {\n const $clickedInput = event.target\n\n // Ignore clicks on things that aren't checkbox inputs\n if (\n !($clickedInput instanceof HTMLInputElement) ||\n $clickedInput.type !== 'checkbox'\n ) {\n return\n }\n\n // If the checkbox conditionally-reveals some content, sync the state\n const 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 const hasBehaviourExclusive =\n $clickedInput.getAttribute('data-behaviour') === 'exclusive'\n if (hasBehaviourExclusive) {\n this.unCheckAllInputsExcept($clickedInput)\n } else {\n this.unCheckExclusiveInputs($clickedInput)\n }\n }\n\n /**\n * Name for the component used when initialising using data-module attributes.\n */\n static moduleName = 'govuk-checkboxes'\n}\n"],"names":["Checkboxes","GOVUKFrontendComponent","constructor","$module","$inputs","HTMLElement","ElementError","componentName","element","identifier","querySelectorAll","length","forEach","$input","targetId","getAttribute","document","getElementById","setAttribute","removeAttribute","window","addEventListener","syncAllConditionalReveals","event","handleClick","syncConditionalRevealWithInputState","$target","classList","contains","inputIsChecked","checked","toString","toggle","unCheckAllInputsExcept","allInputsWithSameName","name","$inputWithSameName","hasSameFormOwner","form","unCheckExclusiveInputs","allInputsWithSameNameAndExclusiveBehaviour","$exclusiveInput","$clickedInput","target","HTMLInputElement","type","hasAriaControls","hasBehaviourExclusive","moduleName"],"mappings":"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"}
|