govuk_publishing_components 16.14.0 → 16.14.1

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: 4e1561e655072e39b952b72b04117d705aca387289c84754e6260996186c1cdb
4
- data.tar.gz: 49ea1ba1d5d37ccbbb2c7f87be315ce9945d74a8795eedd4440ac2f0e4ab9ee2
3
+ metadata.gz: afb9690ae77b1a781e35e07019f88b6f1cfbc20bf810308ffab99e008c0c8d39
4
+ data.tar.gz: e4be8f7dbdc7143b21317469bc2ce64f6985d46d869982f699f112e06ef08b54
5
5
  SHA512:
6
- metadata.gz: ea203317b7d1c8abcabc8011a19bce5eff879f2d3ba3fd132780a22334427dd42ca85af6cc60f5942f9a143339a29bf9db5c0c40575940a52d66a73c4e5202de
7
- data.tar.gz: d4c8f0249e8642554b686ac50e7a6b1185be6b4a0a5d6b804b689d412d64a4d6d49330cb6d4c70ec5a19e2facd9d7bcdc2898166515b45f1c5aa28c56aa4881e
6
+ metadata.gz: f406fb50c100403850be14d6f7d9f53d9fa1e160204739b848a69df08fdb07db593837b15c77c6bcb525f32827472b379f1deebb9f58ec7f8bcd80eda6c9bb36
7
+ data.tar.gz: a065c5e8319d5a69906a0767b30398c520d20f3b2e446e748ceb908d9d5814490a575cb791ba31679db8d1934a50b726d3ed62723fa43e5bd35edcb8a410b261
@@ -20,12 +20,6 @@ window.GOVUK.Modules = window.GOVUK.Modules || {};
20
20
  var hasCookieMessage = (this.$module && window.GOVUK.cookie('seen_cookie_message') !== 'true')
21
21
  if (hasCookieMessage) {
22
22
  this.$module.style.display = 'block'
23
- } else {
24
- if (window.GOVUK.analytics && typeof window.GOVUK.analytics.trackEvent === 'function') {
25
- window.GOVUK.analytics.trackEvent('cookieBanner', 'Cookie banner not shown', {
26
- nonInteraction: true
27
- })
28
- }
29
23
  }
30
24
  }
31
25
 
@@ -22,6 +22,7 @@ examples:
22
22
  attachment:
23
23
  title: "Temporary snow ploughs: guidance note"
24
24
  url: https://assets.publishing.service.gov.uk/government/uploads/system/uploads/attachment_data/file/259634/temporary-snow-ploughs.pdf
25
+ filename: temporary-snow-ploughs.pdf
25
26
  content_type: application/pdf
26
27
  file_size: 20000
27
28
  number_of_pages: 1
@@ -34,6 +35,7 @@ examples:
34
35
  attachment:
35
36
  title: "Temporary snow ploughs: guidance note"
36
37
  url: https://assets.publishing.service.gov.uk/government/uploads/system/uploads/attachment_data/file/259634/temporary-snow-ploughs.pdf
38
+ filename: temporary-snow-ploughs.pdf
37
39
  content_type: application/pdf
38
40
  file_size: 20000
39
41
  number_of_pages: 1
@@ -1,3 +1,3 @@
1
1
  module GovukPublishingComponents
2
- VERSION = '16.14.0'.freeze
2
+ VERSION = '16.14.1'.freeze
3
3
  end
@@ -49,7 +49,7 @@
49
49
  "/"
50
50
  ],
51
51
  "_resolved": "git://github.com/alphagov/accessible-autocomplete.git#0c518b4fa79b9a95b544410858486ed9e6403c84",
52
- "_shasum": "a6d2bc517641fa0b894674f7cfd965493cd1a094",
52
+ "_shasum": "a7cb738c4faa12397af9042dd546bfb56b20a48e",
53
53
  "_shrinkwrap": null,
54
54
  "_spec": "accessible-autocomplete@git://github.com/alphagov/accessible-autocomplete.git#add-multiselect-support",
55
55
  "_where": "/var/lib/jenkins/workspace/ublishing_components_master-N4FWJIUY4CIFHKGZOAAEVVXODRY3YBORQOPIBBXWX72VUPSGJRRQ",
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: 16.14.0
4
+ version: 16.14.1
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: 2019-05-02 00:00:00.000000000 Z
11
+ date: 2019-05-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gds-api-adapters