govuk_publishing_components 21.1.0 → 21.1.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 01da7159d562d1b66d4f94c80a50d9f5d462b7b4192814ba4fc3c975c32fa869
|
|
4
|
+
data.tar.gz: 4009c99e6c045a81754b8c7cff08d83a2112b764d74ad02bbb30487d4c36ceb0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0ad62fa732c32891f9c929e0f887c163217446a0d69489e2df822cfdaf46ad6a4ae23ce96caf91fb14ea6060874240e314269e2bc049686c2e0af6e9b23ff4bd
|
|
7
|
+
data.tar.gz: 47798f9171a5f6f5218c347b28e65caa5f466b3a0e4a52a7fd69576541311769628a2e449ba21c0f2d3c77b72d7632072f47e2fcf027632c4971e487d82c8cca
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<%
|
|
2
2
|
id ||= 'global-cookie-message'
|
|
3
|
-
message ||= "GOV.UK uses cookies
|
|
3
|
+
message ||= "GOV.UK uses cookies which are essential for the site to work. We also use non-essential cookies to help us improve government digital services. Any data collected is anonymised. By continuing to use this site, you agree to our use of cookies."
|
|
4
4
|
%>
|
|
5
5
|
|
|
6
6
|
<div id="<%= id %>" class="gem-c-cookie-banner" data-module="cookie-banner" role="region" aria-label="cookie banner">
|
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: 21.1.
|
|
4
|
+
version: 21.1.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-09-
|
|
11
|
+
date: 2019-09-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gds-api-adapters
|