govuk_publishing_components 29.2.0 → 29.3.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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0fd7d68de807a05d01e46427e93dc8ed2bb444494f535b65dfdf981922ff030c
|
|
4
|
+
data.tar.gz: fdccf680599fd06ea9bea981bf5c12aea5b5c30d47a5597bdae4a43e3d5494e0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 336dc812fed04cbf9a394af91162f43aecac81e8104e47c81a0affb0b8b9a8d284114704fec01a0ad9d259d717d3697d90efcfa9e3abce9cc7fb4576ef84ef41
|
|
7
|
+
data.tar.gz: 654f0eea37003f7315ed72668de4ca540cd7c365bb85566791075f3d54e0fc10b042fbf5bd4cbbdba49eadf70a8c9240809c322cffd9aa09f81148ae13cacb62
|
|
@@ -2,40 +2,6 @@ module GovukPublishingComponents
|
|
|
2
2
|
module Presenters
|
|
3
3
|
class PublicLayoutHelper
|
|
4
4
|
FOOTER_NAV = [
|
|
5
|
-
{
|
|
6
|
-
title: "Coronavirus (COVID-19)",
|
|
7
|
-
columns: 2,
|
|
8
|
-
items: [
|
|
9
|
-
{
|
|
10
|
-
href: "/coronavirus",
|
|
11
|
-
text: "Coronavirus (COVID-19): guidance and support",
|
|
12
|
-
attributes: {
|
|
13
|
-
data: {
|
|
14
|
-
track_category: "footerClicked",
|
|
15
|
-
track_action: "coronavirusLinks",
|
|
16
|
-
track_label: "Coronavirus (COVID-19): guidance and support",
|
|
17
|
-
},
|
|
18
|
-
},
|
|
19
|
-
},
|
|
20
|
-
],
|
|
21
|
-
},
|
|
22
|
-
{
|
|
23
|
-
title: "Brexit",
|
|
24
|
-
columns: 1,
|
|
25
|
-
items: [
|
|
26
|
-
{
|
|
27
|
-
href: "/brexit",
|
|
28
|
-
text: "Check what you need to do",
|
|
29
|
-
attributes: {
|
|
30
|
-
data: {
|
|
31
|
-
track_category: "footerClicked",
|
|
32
|
-
track_action: "transitionLinks",
|
|
33
|
-
track_label: "Check what you need to do",
|
|
34
|
-
},
|
|
35
|
-
},
|
|
36
|
-
},
|
|
37
|
-
],
|
|
38
|
-
},
|
|
39
5
|
{
|
|
40
6
|
title: "Services and information",
|
|
41
7
|
columns: 2,
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: govuk_publishing_components
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 29.
|
|
4
|
+
version: 29.3.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- GOV.UK Dev
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-04-
|
|
11
|
+
date: 2022-04-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: govuk_app_config
|