govuk_publishing_components 29.2.0 → 29.3.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 966bb67ed287fd8f755238732b57bacee7913faa29effa54f69a64c3f7dae03f
4
- data.tar.gz: 84876bd7eec64af2b9b514f4da5b075dd220bcd2566903eff1c1130ddb05f039
3
+ metadata.gz: 0fd7d68de807a05d01e46427e93dc8ed2bb444494f535b65dfdf981922ff030c
4
+ data.tar.gz: fdccf680599fd06ea9bea981bf5c12aea5b5c30d47a5597bdae4a43e3d5494e0
5
5
  SHA512:
6
- metadata.gz: 8e994cd04b7a498b550c83d276cb71fbdc4983180b3cdebe6bb92e04a5dc6adf5fa7f9b8043c451063f433d1e3d28517746374937158409631e6405d3d64a179
7
- data.tar.gz: 91905f09481b56158cef17108e3a3d86c0de65ad8e05e6d1c3af29925ce06fee38b6e0cbaad21db7f20fe867644dd91c7daca1db1a1fcfbe74aa56dc36ddec12
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,
@@ -1,3 +1,3 @@
1
1
  module GovukPublishingComponents
2
- VERSION = "29.2.0".freeze
2
+ VERSION = "29.3.0".freeze
3
3
  end
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.2.0
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-01 00:00:00.000000000 Z
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