govuk_publishing_components 39.1.0 → 39.2.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: 895fb77bee020611a867bfa196666dd75c23450c1a6a56b38e46512e8a2d135b
|
|
4
|
+
data.tar.gz: 8bfd4714cce990a40d4f486471ffcb52ff62ad2ed76f91c7ffcf4c640098c83e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 90f85a5fee2cc7c16a97772ad5d5b0f89800170a0d9c87084cb04d2e1ddc51919eda015b66d5437f564bb478d2efba9fc95e627b99aa7e7e8f871d52e5dd5f03
|
|
7
|
+
data.tar.gz: ab3c4e2d0ebfc6a9a1fc771644683bbda76dc90ecdd54da166dc062de264bd9ab419c50c6123fe3fa9250312a182f7d2275a728f465c65ea3e55e5adfc12e4be
|
|
@@ -95,9 +95,6 @@ window.GOVUK.Modules = window.GOVUK.Modules || {};
|
|
|
95
95
|
this.$module.showConfirmationMessage()
|
|
96
96
|
this.$module.cookieBannerConfirmationMessage.focus()
|
|
97
97
|
|
|
98
|
-
if (window.GOVUK.analyticsInit) {
|
|
99
|
-
window.GOVUK.analyticsInit()
|
|
100
|
-
}
|
|
101
98
|
if (window.GOVUK.globalBarInit) {
|
|
102
99
|
window.GOVUK.globalBarInit.init()
|
|
103
100
|
}
|
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: 39.
|
|
4
|
+
version: 39.2.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: 2024-
|
|
11
|
+
date: 2024-07-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: govuk_app_config
|