govuk_publishing_components 34.9.0 → 34.9.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: 3f8b043d1285aa3d0477957b2472686e584b62fc8dc89f0e74dde18c989f3c4a
|
|
4
|
+
data.tar.gz: 4bf6daf82bb9958e9d042b75f03d424be2f985ec02ffc3b18aef68f3b8a3b47c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 61de44ede7ebe2d0f79c642648edf6ec9e7894c05d5e36a0d8f4dbf15f82dc66d43c0320819459d4034a8c9dc8b42b6ae2c69f2946b200160cf6eebc7a6c3aae
|
|
7
|
+
data.tar.gz: 16ef6c35ed6ef86b4ad420baaa2ecac77b513065d68a7c9b7380d910d1318a5e4ee1ac314fa7d69e0474333761f3e615bad1ff817e84dbf132c6b74042f6d7bd
|
data/README.md
CHANGED
data/app/views/govuk_publishing_components/components/docs/single_page_notification_button.yml
CHANGED
|
@@ -58,7 +58,7 @@ examples:
|
|
|
58
58
|
subscribe: 'Subscribe to this page of things'
|
|
59
59
|
unsubscribe: 'Unsubscribe to this page of things'
|
|
60
60
|
with_skip_account:
|
|
61
|
-
description: If the skip_account flag is present, the button action will be set to the non GOV.UK
|
|
61
|
+
description: If the skip_account flag is present, the button action will be set to the non GOV.UK One Login signup endpoint of /email-signup.
|
|
62
62
|
data:
|
|
63
63
|
base_path: '/current-page-path'
|
|
64
64
|
js_enhancement: true
|
data/config/locales/en.yml
CHANGED
|
@@ -153,9 +153,9 @@ en:
|
|
|
153
153
|
navigation:
|
|
154
154
|
menu_bar:
|
|
155
155
|
account:
|
|
156
|
-
link_text: Your
|
|
156
|
+
link_text: Your GOV.UK One Login
|
|
157
157
|
manage:
|
|
158
|
-
link_text:
|
|
158
|
+
link_text: Settings
|
|
159
159
|
layout_header:
|
|
160
160
|
hide_button: Hide search
|
|
161
161
|
menu: Menu
|
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: 34.9.
|
|
4
|
+
version: 34.9.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: 2023-02-
|
|
11
|
+
date: 2023-02-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: govuk_app_config
|