govuk_tech_docs 4.3.1 → 5.0.0
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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +33 -0
- data/example/config/tech-docs.yml +3 -0
- data/lib/govuk_tech_docs/version.rb +1 -1
- data/lib/source/layouts/_footer.erb +15 -0
- data/lib/source/layouts/_header.erb +15 -13
- data/lib/source/layouts/core.erb +21 -8
- data/node_modules/govuk-frontend/dist/govuk/all.bundle.js +8 -14
- data/node_modules/govuk-frontend/dist/govuk/all.bundle.mjs +8 -14
- data/node_modules/govuk-frontend/dist/govuk/assets/images/govuk-crest.svg +1 -1
- data/node_modules/govuk-frontend/dist/govuk/assets/rebrand/images/favicon.ico +0 -0
- data/node_modules/govuk-frontend/dist/govuk/assets/rebrand/images/favicon.svg +1 -0
- data/node_modules/govuk-frontend/dist/govuk/assets/rebrand/images/govuk-crest.svg +1 -0
- data/node_modules/govuk-frontend/dist/govuk/assets/rebrand/images/govuk-icon-180.png +0 -0
- data/node_modules/govuk-frontend/dist/govuk/assets/rebrand/images/govuk-icon-192.png +0 -0
- data/node_modules/govuk-frontend/dist/govuk/assets/rebrand/images/govuk-icon-512.png +0 -0
- data/node_modules/govuk-frontend/dist/govuk/assets/rebrand/images/govuk-icon-mask.svg +1 -0
- data/node_modules/govuk-frontend/dist/govuk/assets/rebrand/images/govuk-opengraph-image.png +0 -0
- data/node_modules/govuk-frontend/dist/govuk/common/govuk-frontend-version.mjs +1 -1
- data/node_modules/govuk-frontend/dist/govuk/components/character-count/character-count.bundle.js +4 -1
- data/node_modules/govuk-frontend/dist/govuk/components/character-count/character-count.bundle.mjs +4 -1
- data/node_modules/govuk-frontend/dist/govuk/components/character-count/character-count.mjs +4 -1
- data/node_modules/govuk-frontend/dist/govuk/components/cookie-banner/_index.scss +7 -1
- data/node_modules/govuk-frontend/dist/govuk/components/date-input/_index.scss +1 -0
- data/node_modules/govuk-frontend/dist/govuk/components/file-upload/file-upload.bundle.js +2 -12
- data/node_modules/govuk-frontend/dist/govuk/components/file-upload/file-upload.bundle.mjs +2 -12
- data/node_modules/govuk-frontend/dist/govuk/components/file-upload/file-upload.mjs +2 -12
- data/node_modules/govuk-frontend/dist/govuk/components/footer/_index.scss +53 -9
- data/node_modules/govuk-frontend/dist/govuk/components/header/_index.scss +201 -11
- data/node_modules/govuk-frontend/dist/govuk/components/header/header.bundle.js +1 -0
- data/node_modules/govuk-frontend/dist/govuk/components/header/header.bundle.mjs +1 -0
- data/node_modules/govuk-frontend/dist/govuk/components/header/header.mjs +1 -0
- data/node_modules/govuk-frontend/dist/govuk/components/service-navigation/_index.scss +23 -4
- data/node_modules/govuk-frontend/dist/govuk/core/_govuk-frontend-properties.scss +1 -1
- data/node_modules/govuk-frontend/dist/govuk/govuk-frontend.min.js +1 -1
- data/node_modules/govuk-frontend/dist/govuk/helpers/_colour.scss +11 -0
- data/node_modules/govuk-frontend/dist/govuk/helpers/_focused.scss +14 -4
- data/node_modules/govuk-frontend/dist/govuk/helpers/_typography.scss +1 -1
- data/node_modules/govuk-frontend/dist/govuk/objects/_template.scss +5 -1
- data/node_modules/govuk-frontend/dist/govuk/settings/_colours-applied.scss +39 -1
- data/node_modules/govuk-frontend/dist/govuk/settings/_colours-organisations.scss +0 -9
- data/node_modules/govuk-frontend/dist/govuk/tools/_index.scss +1 -0
- data/node_modules/govuk-frontend/dist/govuk/tools/_rebrand.scss +65 -0
- data/node_modules/govuk-frontend/dist/govuk-prototype-kit/functions.js +25 -0
- data/package-lock.json +7 -7
- data/package.json +1 -1
- metadata +11 -1
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: govuk_tech_docs
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 5.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Government Digital Service
|
@@ -489,6 +489,7 @@ files:
|
|
489
489
|
- lib/source/layouts/layout.erb
|
490
490
|
- lib/source/search/index.html.erb
|
491
491
|
- lib/source/stylesheets/manifest.css
|
492
|
+
- node_modules/govuk-frontend/dist/govuk-prototype-kit/functions.js
|
492
493
|
- node_modules/govuk-frontend/dist/govuk-prototype-kit/init.js
|
493
494
|
- node_modules/govuk-frontend/dist/govuk-prototype-kit/init.scss
|
494
495
|
- node_modules/govuk-frontend/dist/govuk/_base.scss
|
@@ -509,6 +510,14 @@ files:
|
|
509
510
|
- node_modules/govuk-frontend/dist/govuk/assets/images/govuk-icon-mask.svg
|
510
511
|
- node_modules/govuk-frontend/dist/govuk/assets/images/govuk-opengraph-image.png
|
511
512
|
- node_modules/govuk-frontend/dist/govuk/assets/manifest.json
|
513
|
+
- node_modules/govuk-frontend/dist/govuk/assets/rebrand/images/favicon.ico
|
514
|
+
- node_modules/govuk-frontend/dist/govuk/assets/rebrand/images/favicon.svg
|
515
|
+
- node_modules/govuk-frontend/dist/govuk/assets/rebrand/images/govuk-crest.svg
|
516
|
+
- node_modules/govuk-frontend/dist/govuk/assets/rebrand/images/govuk-icon-180.png
|
517
|
+
- node_modules/govuk-frontend/dist/govuk/assets/rebrand/images/govuk-icon-192.png
|
518
|
+
- node_modules/govuk-frontend/dist/govuk/assets/rebrand/images/govuk-icon-512.png
|
519
|
+
- node_modules/govuk-frontend/dist/govuk/assets/rebrand/images/govuk-icon-mask.svg
|
520
|
+
- node_modules/govuk-frontend/dist/govuk/assets/rebrand/images/govuk-opengraph-image.png
|
512
521
|
- node_modules/govuk-frontend/dist/govuk/common/closest-attribute-value.mjs
|
513
522
|
- node_modules/govuk-frontend/dist/govuk/common/configuration.mjs
|
514
523
|
- node_modules/govuk-frontend/dist/govuk/common/govuk-frontend-version.mjs
|
@@ -693,6 +702,7 @@ files:
|
|
693
702
|
- node_modules/govuk-frontend/dist/govuk/tools/_index.scss
|
694
703
|
- node_modules/govuk-frontend/dist/govuk/tools/_px-to-em.scss
|
695
704
|
- node_modules/govuk-frontend/dist/govuk/tools/_px-to-rem.scss
|
705
|
+
- node_modules/govuk-frontend/dist/govuk/tools/_rebrand.scss
|
696
706
|
- node_modules/govuk-frontend/dist/govuk/utilities/_all.scss
|
697
707
|
- node_modules/govuk-frontend/dist/govuk/utilities/_clearfix.scss
|
698
708
|
- node_modules/govuk-frontend/dist/govuk/utilities/_index.scss
|