hof 19.14.9 → 20.0.0-beta.11

Sign up to get free protection for your applications and to get access to all the features.
Files changed (75) hide show
  1. package/.nyc_output/e2fdc3eb-4fd2-47e0-a392-fe5f665776a4.json +1 -0
  2. package/.nyc_output/processinfo/e2fdc3eb-4fd2-47e0-a392-fe5f665776a4.json +1 -0
  3. package/.nyc_output/processinfo/index.json +1 -0
  4. package/.vscode/settings.json +6 -0
  5. package/components/date/index.js +3 -1
  6. package/components/date/templates/date.html +15 -12
  7. package/controller/controller.js +39 -0
  8. package/frontend/govuk-template/build/config.js +2 -2
  9. package/frontend/govuk-template/build/govuk_template.html +104 -0
  10. package/frontend/govuk-template/build/index.js +2 -2
  11. package/frontend/govuk-template/govuk_template_generated.html +104 -0
  12. package/frontend/govuk-template/index.js +4 -4
  13. package/frontend/template-mixins/mixins/template-mixins.js +20 -9
  14. package/frontend/template-mixins/partials/forms/checkbox-group.html +38 -0
  15. package/frontend/template-mixins/partials/forms/checkbox.html +4 -4
  16. package/frontend/template-mixins/partials/forms/input-submit.html +1 -1
  17. package/frontend/template-mixins/partials/forms/input-text-date.html +37 -0
  18. package/frontend/template-mixins/partials/forms/input-text-group.html +12 -9
  19. package/frontend/template-mixins/partials/forms/option-group.html +33 -26
  20. package/frontend/template-mixins/partials/forms/select.html +10 -5
  21. package/frontend/template-mixins/partials/forms/textarea-group.html +15 -6
  22. package/frontend/template-mixins/partials/mixins/panel.html +3 -4
  23. package/frontend/template-partials/views/accessibility.html +4 -4
  24. package/frontend/template-partials/views/cookies.html +1 -1
  25. package/frontend/template-partials/views/layout.html +22 -22
  26. package/frontend/template-partials/views/partials/back.html +1 -1
  27. package/frontend/template-partials/views/partials/bullet-list.html +1 -1
  28. package/frontend/template-partials/views/partials/confirmation-alert.html +4 -3
  29. package/frontend/template-partials/views/partials/continue.html +1 -1
  30. package/frontend/template-partials/views/partials/cookie-banner.html +27 -24
  31. package/frontend/template-partials/views/partials/cookie-settings-radio.html +6 -6
  32. package/frontend/template-partials/views/partials/external-link.html +1 -1
  33. package/frontend/template-partials/views/partials/form.html +1 -1
  34. package/frontend/template-partials/views/partials/maincontent-left.html +4 -4
  35. package/frontend/template-partials/views/partials/navigation.html +7 -6
  36. package/frontend/template-partials/views/partials/session-cookies-table.html +6 -6
  37. package/frontend/template-partials/views/partials/table.html +7 -7
  38. package/frontend/template-partials/views/partials/validation-list.html +2 -2
  39. package/frontend/template-partials/views/partials/validation-summary.html +14 -13
  40. package/frontend/template-partials/views/session-timeout.html +1 -1
  41. package/frontend/themes/gov-uk/client-js/cookieSettings.js +1 -1
  42. package/frontend/themes/gov-uk/client-js/govuk-cookies.js +121 -0
  43. package/frontend/themes/gov-uk/client-js/index.js +6 -1
  44. package/frontend/themes/gov-uk/client-js/skip-to-main.js +19 -0
  45. package/frontend/themes/gov-uk/styles/_cookie-banner.scss +51 -1
  46. package/frontend/themes/gov-uk/styles/govuk.scss +4 -0
  47. package/frontend/themes/gov-uk/styles/modules/_validation.scss +3 -3
  48. package/frontend/toolkit/assets/javascript/character-count.js +4 -4
  49. package/frontend/toolkit/assets/stylesheets/modules/_validation.scss +3 -3
  50. package/index.js +5 -0
  51. package/lib/settings.js +18 -2
  52. package/middleware/rate-limiter.js +1 -0
  53. package/package.json +3 -2
  54. package/sandbox/.env +1 -0
  55. package/sandbox/apps/sandbox/fields.js +23 -11
  56. package/sandbox/apps/sandbox/translations/en/default.json +203 -0
  57. package/sandbox/apps/sandbox/translations/src/en/fields.json +9 -6
  58. package/sandbox/apps/sandbox/translations/src/en/journey.json +4 -1
  59. package/sandbox/apps/sandbox/translations/src/en/pages.json +2 -29
  60. package/sandbox/apps/sandbox/translations/src/en/validation.json +1 -1
  61. package/sandbox/assets/js/index.js +1 -1
  62. package/sandbox/assets/scss/app.scss +17 -16
  63. package/sandbox/package.json +4 -1
  64. package/sandbox/public/css/app.css +9389 -0
  65. package/sandbox/public/images/icons/icon-caret-left.png +0 -0
  66. package/sandbox/public/images/icons/icon-complete.png +0 -0
  67. package/sandbox/public/images/icons/icon-cross-remove-sign.png +0 -0
  68. package/sandbox/public/js/bundle.js +35658 -0
  69. package/sandbox/yarn.lock +767 -0
  70. package/frontend/govuk-template/govuk_template.html +0 -109
  71. package/frontend/themes/gov-uk/views/partials/form.html +0 -9
  72. package/frontend/themes/gov-uk/views/partials/forms/option-group.html +0 -28
  73. package/frontend/themes/gov-uk/views/partials/mixins/panel.html +0 -3
  74. package/frontend/themes/gov-uk/views/partials/validation-summary.html +0 -24
  75. package/sandbox/apps/sandbox/views/confirmation.html +0 -15

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.