govuk_tech_docs 5.2.1 → 5.2.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.
Files changed (59) hide show
  1. checksums.yaml +4 -4
  2. data/.github/dependabot.yml +59 -0
  3. data/.npmrc +1 -0
  4. data/CHANGELOG.md +4 -0
  5. data/README.md +2 -1
  6. data/govuk_tech_docs.gemspec +1 -1
  7. data/lib/govuk_tech_docs/version.rb +1 -1
  8. data/node_modules/govuk-frontend/dist/govuk/all.bundle.js +97 -72
  9. data/node_modules/govuk-frontend/dist/govuk/all.bundle.mjs +97 -72
  10. data/node_modules/govuk-frontend/dist/govuk/common/configuration.mjs +29 -2
  11. data/node_modules/govuk-frontend/dist/govuk/common/govuk-frontend-version.mjs +1 -1
  12. data/node_modules/govuk-frontend/dist/govuk/common/index.mjs +4 -10
  13. data/node_modules/govuk-frontend/dist/govuk/components/accordion/accordion.bundle.js +13 -11
  14. data/node_modules/govuk-frontend/dist/govuk/components/accordion/accordion.bundle.mjs +13 -11
  15. data/node_modules/govuk-frontend/dist/govuk/components/accordion/accordion.mjs +4 -4
  16. data/node_modules/govuk-frontend/dist/govuk/components/button/button.bundle.js +7 -5
  17. data/node_modules/govuk-frontend/dist/govuk/components/button/button.bundle.mjs +7 -5
  18. data/node_modules/govuk-frontend/dist/govuk/components/character-count/character-count.bundle.js +10 -8
  19. data/node_modules/govuk-frontend/dist/govuk/components/character-count/character-count.bundle.mjs +10 -8
  20. data/node_modules/govuk-frontend/dist/govuk/components/character-count/character-count.mjs +1 -1
  21. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/checkboxes.bundle.js +10 -5
  22. data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/checkboxes.bundle.mjs +10 -5
  23. data/node_modules/govuk-frontend/dist/govuk/components/error-summary/error-summary.bundle.js +8 -12
  24. data/node_modules/govuk-frontend/dist/govuk/components/error-summary/error-summary.bundle.mjs +8 -12
  25. data/node_modules/govuk-frontend/dist/govuk/components/error-summary/error-summary.mjs +2 -2
  26. data/node_modules/govuk-frontend/dist/govuk/components/exit-this-page/exit-this-page.bundle.js +9 -7
  27. data/node_modules/govuk-frontend/dist/govuk/components/exit-this-page/exit-this-page.bundle.mjs +9 -7
  28. data/node_modules/govuk-frontend/dist/govuk/components/file-upload/file-upload.bundle.js +10 -8
  29. data/node_modules/govuk-frontend/dist/govuk/components/file-upload/file-upload.bundle.mjs +10 -8
  30. data/node_modules/govuk-frontend/dist/govuk/components/file-upload/file-upload.mjs +1 -1
  31. data/node_modules/govuk-frontend/dist/govuk/components/header/header.bundle.js +10 -5
  32. data/node_modules/govuk-frontend/dist/govuk/components/header/header.bundle.mjs +10 -5
  33. data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/notification-banner.bundle.js +7 -5
  34. data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/notification-banner.bundle.mjs +7 -5
  35. data/node_modules/govuk-frontend/dist/govuk/components/pagination/_index.scss +4 -0
  36. data/node_modules/govuk-frontend/dist/govuk/components/password-input/password-input.bundle.js +9 -7
  37. data/node_modules/govuk-frontend/dist/govuk/components/password-input/password-input.bundle.mjs +9 -7
  38. data/node_modules/govuk-frontend/dist/govuk/components/radios/radios.bundle.js +10 -5
  39. data/node_modules/govuk-frontend/dist/govuk/components/radios/radios.bundle.mjs +10 -5
  40. data/node_modules/govuk-frontend/dist/govuk/components/service-navigation/_index.scss +6 -1
  41. data/node_modules/govuk-frontend/dist/govuk/components/service-navigation/service-navigation.bundle.js +10 -5
  42. data/node_modules/govuk-frontend/dist/govuk/components/service-navigation/service-navigation.bundle.mjs +10 -5
  43. data/node_modules/govuk-frontend/dist/govuk/components/skip-link/_index.scss +1 -2
  44. data/node_modules/govuk-frontend/dist/govuk/components/skip-link/skip-link.bundle.js +12 -19
  45. data/node_modules/govuk-frontend/dist/govuk/components/skip-link/skip-link.bundle.mjs +12 -19
  46. data/node_modules/govuk-frontend/dist/govuk/components/skip-link/skip-link.mjs +3 -9
  47. data/node_modules/govuk-frontend/dist/govuk/components/tabs/tabs.bundle.js +12 -13
  48. data/node_modules/govuk-frontend/dist/govuk/components/tabs/tabs.bundle.mjs +12 -13
  49. data/node_modules/govuk-frontend/dist/govuk/components/tabs/tabs.mjs +3 -3
  50. data/node_modules/govuk-frontend/dist/govuk/core/_govuk-frontend-properties.scss +1 -1
  51. data/node_modules/govuk-frontend/dist/govuk/errors/index.mjs +5 -3
  52. data/node_modules/govuk-frontend/dist/govuk/govuk-frontend.min.js +1 -1
  53. data/node_modules/govuk-frontend/dist/govuk/helpers/_colour.scss +31 -2
  54. data/node_modules/govuk-frontend/dist/govuk/helpers/_visually-hidden.scss +4 -1
  55. data/node_modules/govuk-frontend/dist/govuk/i18n.mjs +4 -2
  56. data/node_modules/govuk-frontend/dist/govuk/init.mjs +52 -43
  57. data/package-lock.json +2496 -4409
  58. data/package.json +2 -2
  59. metadata +7 -5

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 gem file manually.