hof 23.0.0-frontend-v4-beta.14 → 24.0.0-vite-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (79) hide show
  1. package/CHANGELOG.md +0 -14
  2. package/build/tasks/images/index.js +5 -20
  3. package/build/tasks/index.js +1 -1
  4. package/build/tasks/vite/index.js +40 -0
  5. package/build/tasks/vite/vite.config.js +53 -0
  6. package/build/tasks/watch/index.js +2 -9
  7. package/components/date/templates/date.html +1 -1
  8. package/components/emailer/emailer.js +3 -3
  9. package/config/builder-defaults.js +5 -17
  10. package/frontend/govuk-template/build/config.js +0 -1
  11. package/frontend/govuk-template/build/govuk_template.html +42 -58
  12. package/frontend/govuk-template/govuk_template_generated.html +42 -58
  13. package/frontend/template-mixins/mixins/template-mixins.js +4 -5
  14. package/frontend/template-mixins/partials/forms/checkbox.html +1 -5
  15. package/frontend/template-mixins/partials/forms/input-text-date.html +1 -2
  16. package/frontend/template-mixins/partials/forms/input-text-group.html +1 -1
  17. package/frontend/template-mixins/partials/forms/textarea-group.html +1 -1
  18. package/frontend/template-partials/views/layout.html +1 -1
  19. package/frontend/template-partials/views/partials/confirmation-alert.html +1 -3
  20. package/frontend/template-partials/views/partials/cookie-banner.html +32 -50
  21. package/frontend/template-partials/views/partials/navigation.html +2 -2
  22. package/frontend/themes/gov-uk/client-js/cookieSettings.js +23 -35
  23. package/frontend/themes/gov-uk/styles/govuk.scss +1 -1
  24. package/frontend/toolkit/index.js +6 -6
  25. package/index.js +4 -6
  26. package/package.json +7 -4
  27. package/sandbox/assets/{rebrand/js → js}/index.js +1 -1
  28. package/sandbox/assets/{rebrand/scss → scss}/app.scss +1 -1
  29. package/sandbox/package.json +2 -2
  30. package/sandbox/public/css/app.css +1373 -3045
  31. package/sandbox/yarn.lock +4 -4
  32. package/build/tasks/browserify/compress.js +0 -15
  33. package/build/tasks/browserify/index.js +0 -48
  34. package/frontend/toolkit/assets/rebrand/images/govuk-logo.svg +0 -25
  35. package/sandbox/public/images/govuk-logo.svg +0 -25
  36. package/sandbox/public/images/passports/new-window-link-blue.png +0 -0
  37. package/sandbox/public/images/passports/new-window-link.png +0 -0
  38. package/sandbox/public/images/spinner.gif +0 -0
  39. package/sandbox/public/js/bundle.js +0 -39258
  40. /package/frontend/toolkit/assets/{rebrand/images → images}/passports/new-window-link-blue.png +0 -0
  41. /package/frontend/toolkit/assets/{rebrand/images → images}/passports/new-window-link.png +0 -0
  42. /package/frontend/toolkit/assets/{rebrand/images → images}/spinner.gif +0 -0
  43. /package/frontend/toolkit/assets/{rebrand/javascript → javascript}/character-count.js +0 -0
  44. /package/frontend/toolkit/assets/{rebrand/javascript → javascript}/form-focus.js +0 -0
  45. /package/frontend/toolkit/assets/{rebrand/javascript → javascript}/helpers.js +0 -0
  46. /package/frontend/toolkit/assets/{rebrand/javascript → javascript}/progressive-reveal.js +0 -0
  47. /package/frontend/toolkit/assets/{rebrand/javascript → javascript}/validation.js +0 -0
  48. /package/frontend/toolkit/assets/{rebrand/javascript → javascript}/vendor/details.polyfill.js +0 -0
  49. /package/frontend/toolkit/assets/{rebrand/javascript → javascript}/vendor/indexof.polyfill.js +0 -0
  50. /package/frontend/toolkit/assets/{rebrand/javascript → javascript}/vendor/safari-cachebuster.js +0 -0
  51. /package/frontend/toolkit/assets/{rebrand/stylesheets → stylesheets}/_base.scss +0 -0
  52. /package/frontend/toolkit/assets/{rebrand/stylesheets → stylesheets}/_helpers.scss +0 -0
  53. /package/frontend/toolkit/assets/{rebrand/stylesheets → stylesheets}/_layout.scss +0 -0
  54. /package/frontend/toolkit/assets/{rebrand/stylesheets → stylesheets}/_typography.scss +0 -0
  55. /package/frontend/toolkit/assets/{rebrand/stylesheets → stylesheets}/_variables.scss +0 -0
  56. /package/frontend/toolkit/assets/{rebrand/stylesheets → stylesheets}/app.scss +0 -0
  57. /package/frontend/toolkit/assets/{rebrand/stylesheets → stylesheets}/govuk-elements/_buttons.scss +0 -0
  58. /package/frontend/toolkit/assets/{rebrand/stylesheets → stylesheets}/govuk-elements/_details.scss +0 -0
  59. /package/frontend/toolkit/assets/{rebrand/stylesheets → stylesheets}/govuk-elements/_elements-typography.scss +0 -0
  60. /package/frontend/toolkit/assets/{rebrand/stylesheets → stylesheets}/govuk-elements/_forms.scss +0 -0
  61. /package/frontend/toolkit/assets/{rebrand/stylesheets → stylesheets}/govuk-elements/_helpers.scss +0 -0
  62. /package/frontend/toolkit/assets/{rebrand/stylesheets → stylesheets}/govuk-elements/_layout.scss +0 -0
  63. /package/frontend/toolkit/assets/{rebrand/stylesheets → stylesheets}/govuk-elements/_lists.scss +0 -0
  64. /package/frontend/toolkit/assets/{rebrand/stylesheets → stylesheets}/govuk-elements/_panels.scss +0 -0
  65. /package/frontend/toolkit/assets/{rebrand/stylesheets → stylesheets}/govuk-elements/_reset.scss +0 -0
  66. /package/frontend/toolkit/assets/{rebrand/stylesheets → stylesheets}/govuk-elements/_tables.scss +0 -0
  67. /package/frontend/toolkit/assets/{rebrand/stylesheets → stylesheets}/govuk-elements/forms/_form-block-labels.scss +0 -0
  68. /package/frontend/toolkit/assets/{rebrand/stylesheets → stylesheets}/govuk-elements/forms/_form-date.scss +0 -0
  69. /package/frontend/toolkit/assets/{rebrand/stylesheets → stylesheets}/govuk-elements/forms/_form-validation.scss +0 -0
  70. /package/frontend/toolkit/assets/{rebrand/stylesheets → stylesheets}/mixins.scss +0 -0
  71. /package/frontend/toolkit/assets/{rebrand/stylesheets → stylesheets}/modules/_alerts.scss +0 -0
  72. /package/frontend/toolkit/assets/{rebrand/stylesheets → stylesheets}/modules/_buttons.scss +0 -0
  73. /package/frontend/toolkit/assets/{rebrand/stylesheets → stylesheets}/modules/_confirm-page.scss +0 -0
  74. /package/frontend/toolkit/assets/{rebrand/stylesheets → stylesheets}/modules/_lists.scss +0 -0
  75. /package/frontend/toolkit/assets/{rebrand/stylesheets → stylesheets}/modules/_progressive-reveal.scss +0 -0
  76. /package/frontend/toolkit/assets/{rebrand/stylesheets → stylesheets}/modules/_validation.scss +0 -0
  77. /package/sandbox/assets/{rebrand/images → images}/icons/icon-caret-left.png +0 -0
  78. /package/sandbox/assets/{rebrand/images → images}/icons/icon-complete.png +0 -0
  79. /package/sandbox/assets/{rebrand/images → images}/icons/icon-cross-remove-sign.png +0 -0