hof 23.0.0-frontend-v4-beta.14 → 24.0.0-vite-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +0 -14
- package/build/tasks/images/index.js +5 -20
- package/build/tasks/index.js +1 -1
- package/build/tasks/vite/index.js +40 -0
- package/build/tasks/vite/vite.config.js +53 -0
- package/build/tasks/watch/index.js +2 -9
- package/components/date/templates/date.html +1 -1
- package/components/emailer/emailer.js +3 -3
- package/config/builder-defaults.js +5 -17
- package/frontend/govuk-template/build/config.js +0 -1
- package/frontend/govuk-template/build/govuk_template.html +42 -58
- package/frontend/govuk-template/govuk_template_generated.html +42 -58
- package/frontend/template-mixins/mixins/template-mixins.js +4 -5
- package/frontend/template-mixins/partials/forms/checkbox.html +1 -5
- package/frontend/template-mixins/partials/forms/input-text-date.html +1 -2
- package/frontend/template-mixins/partials/forms/input-text-group.html +1 -1
- package/frontend/template-mixins/partials/forms/textarea-group.html +1 -1
- package/frontend/template-partials/views/layout.html +1 -1
- package/frontend/template-partials/views/partials/confirmation-alert.html +1 -3
- package/frontend/template-partials/views/partials/cookie-banner.html +32 -50
- package/frontend/template-partials/views/partials/navigation.html +2 -2
- package/frontend/themes/gov-uk/client-js/cookieSettings.js +23 -35
- package/frontend/themes/gov-uk/styles/govuk.scss +1 -1
- package/frontend/toolkit/index.js +6 -6
- package/index.js +4 -6
- package/package.json +7 -4
- package/sandbox/assets/{rebrand/js → js}/index.js +1 -1
- package/sandbox/assets/{rebrand/scss → scss}/app.scss +1 -1
- package/sandbox/package.json +2 -2
- package/sandbox/public/css/app.css +1373 -3045
- package/sandbox/yarn.lock +4 -4
- package/build/tasks/browserify/compress.js +0 -15
- package/build/tasks/browserify/index.js +0 -48
- package/frontend/toolkit/assets/rebrand/images/govuk-logo.svg +0 -25
- package/sandbox/public/images/govuk-logo.svg +0 -25
- package/sandbox/public/images/passports/new-window-link-blue.png +0 -0
- package/sandbox/public/images/passports/new-window-link.png +0 -0
- package/sandbox/public/images/spinner.gif +0 -0
- package/sandbox/public/js/bundle.js +0 -39258
- /package/frontend/toolkit/assets/{rebrand/images → images}/passports/new-window-link-blue.png +0 -0
- /package/frontend/toolkit/assets/{rebrand/images → images}/passports/new-window-link.png +0 -0
- /package/frontend/toolkit/assets/{rebrand/images → images}/spinner.gif +0 -0
- /package/frontend/toolkit/assets/{rebrand/javascript → javascript}/character-count.js +0 -0
- /package/frontend/toolkit/assets/{rebrand/javascript → javascript}/form-focus.js +0 -0
- /package/frontend/toolkit/assets/{rebrand/javascript → javascript}/helpers.js +0 -0
- /package/frontend/toolkit/assets/{rebrand/javascript → javascript}/progressive-reveal.js +0 -0
- /package/frontend/toolkit/assets/{rebrand/javascript → javascript}/validation.js +0 -0
- /package/frontend/toolkit/assets/{rebrand/javascript → javascript}/vendor/details.polyfill.js +0 -0
- /package/frontend/toolkit/assets/{rebrand/javascript → javascript}/vendor/indexof.polyfill.js +0 -0
- /package/frontend/toolkit/assets/{rebrand/javascript → javascript}/vendor/safari-cachebuster.js +0 -0
- /package/frontend/toolkit/assets/{rebrand/stylesheets → stylesheets}/_base.scss +0 -0
- /package/frontend/toolkit/assets/{rebrand/stylesheets → stylesheets}/_helpers.scss +0 -0
- /package/frontend/toolkit/assets/{rebrand/stylesheets → stylesheets}/_layout.scss +0 -0
- /package/frontend/toolkit/assets/{rebrand/stylesheets → stylesheets}/_typography.scss +0 -0
- /package/frontend/toolkit/assets/{rebrand/stylesheets → stylesheets}/_variables.scss +0 -0
- /package/frontend/toolkit/assets/{rebrand/stylesheets → stylesheets}/app.scss +0 -0
- /package/frontend/toolkit/assets/{rebrand/stylesheets → stylesheets}/govuk-elements/_buttons.scss +0 -0
- /package/frontend/toolkit/assets/{rebrand/stylesheets → stylesheets}/govuk-elements/_details.scss +0 -0
- /package/frontend/toolkit/assets/{rebrand/stylesheets → stylesheets}/govuk-elements/_elements-typography.scss +0 -0
- /package/frontend/toolkit/assets/{rebrand/stylesheets → stylesheets}/govuk-elements/_forms.scss +0 -0
- /package/frontend/toolkit/assets/{rebrand/stylesheets → stylesheets}/govuk-elements/_helpers.scss +0 -0
- /package/frontend/toolkit/assets/{rebrand/stylesheets → stylesheets}/govuk-elements/_layout.scss +0 -0
- /package/frontend/toolkit/assets/{rebrand/stylesheets → stylesheets}/govuk-elements/_lists.scss +0 -0
- /package/frontend/toolkit/assets/{rebrand/stylesheets → stylesheets}/govuk-elements/_panels.scss +0 -0
- /package/frontend/toolkit/assets/{rebrand/stylesheets → stylesheets}/govuk-elements/_reset.scss +0 -0
- /package/frontend/toolkit/assets/{rebrand/stylesheets → stylesheets}/govuk-elements/_tables.scss +0 -0
- /package/frontend/toolkit/assets/{rebrand/stylesheets → stylesheets}/govuk-elements/forms/_form-block-labels.scss +0 -0
- /package/frontend/toolkit/assets/{rebrand/stylesheets → stylesheets}/govuk-elements/forms/_form-date.scss +0 -0
- /package/frontend/toolkit/assets/{rebrand/stylesheets → stylesheets}/govuk-elements/forms/_form-validation.scss +0 -0
- /package/frontend/toolkit/assets/{rebrand/stylesheets → stylesheets}/mixins.scss +0 -0
- /package/frontend/toolkit/assets/{rebrand/stylesheets → stylesheets}/modules/_alerts.scss +0 -0
- /package/frontend/toolkit/assets/{rebrand/stylesheets → stylesheets}/modules/_buttons.scss +0 -0
- /package/frontend/toolkit/assets/{rebrand/stylesheets → stylesheets}/modules/_confirm-page.scss +0 -0
- /package/frontend/toolkit/assets/{rebrand/stylesheets → stylesheets}/modules/_lists.scss +0 -0
- /package/frontend/toolkit/assets/{rebrand/stylesheets → stylesheets}/modules/_progressive-reveal.scss +0 -0
- /package/frontend/toolkit/assets/{rebrand/stylesheets → stylesheets}/modules/_validation.scss +0 -0
- /package/sandbox/assets/{rebrand/images → images}/icons/icon-caret-left.png +0 -0
- /package/sandbox/assets/{rebrand/images → images}/icons/icon-complete.png +0 -0
- /package/sandbox/assets/{rebrand/images → images}/icons/icon-cross-remove-sign.png +0 -0
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.