govuk_publishing_components 37.1.1 → 37.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/javascripts/govuk_publishing_components/analytics-ga4/ga4-core.js +6 -0
- data/app/assets/javascripts/govuk_publishing_components/analytics-ga4/ga4-schemas.js +2 -2
- data/app/assets/javascripts/govuk_publishing_components/lib/cookie-settings.js +109 -0
- data/app/assets/javascripts/govuk_publishing_components/load-analytics.js +83 -60
- data/app/assets/stylesheets/component_guide/application.scss +1 -1
- data/app/assets/stylesheets/govuk_publishing_components/components/_contents-list.scss +1 -1
- data/app/assets/stylesheets/govuk_publishing_components/components/_image-card.scss +3 -3
- data/app/assets/stylesheets/govuk_publishing_components/components/_modal-dialogue.scss +1 -1
- data/app/assets/stylesheets/govuk_publishing_components/components/_search.scss +2 -2
- data/app/assets/stylesheets/govuk_publishing_components/components/_share-links.scss +1 -1
- data/app/assets/stylesheets/govuk_publishing_components/components/_step-by-step-nav-related.scss +1 -1
- data/app/assets/stylesheets/govuk_publishing_components/components/_step-by-step-nav.scss +10 -10
- data/app/assets/stylesheets/govuk_publishing_components/components/_table.scss +1 -1
- data/app/assets/stylesheets/govuk_publishing_components/components/govspeak/_warning-callout.scss +2 -2
- data/app/assets/stylesheets/govuk_publishing_components/components/helpers/_markdown-typography.scss +1 -1
- data/app/assets/stylesheets/govuk_publishing_components/components/mixins/_grid-helper.scss +1 -1
- data/app/models/govuk_publishing_components/audit_applications.rb +1 -1
- data/app/models/govuk_publishing_components/component_docs.rb +1 -1
- data/app/views/govuk_publishing_components/components/_details.html.erb +18 -2
- data/app/views/govuk_publishing_components/components/_image_card.html.erb +11 -11
- data/app/views/govuk_publishing_components/components/docs/details.yml +21 -0
- data/app/views/govuk_publishing_components/components/docs/image_card.yml +18 -11
- data/lib/govuk_publishing_components/version.rb +1 -1
- data/node_modules/axe-core/axe.js +604 -440
- data/node_modules/axe-core/axe.min.js +2 -2
- data/node_modules/axe-core/package.json +1 -1
- data/node_modules/axe-core/sri-history.json +4 -0
- metadata +4 -3
@@ -362,5 +362,9 @@
|
|
362
362
|
"4.8.2": {
|
363
363
|
"axe.js": "sha256-VZuuruUDDRwfzCo4ZDDzXiVefuy4pSW6BlGx+D/ucC0=",
|
364
364
|
"axe.min.js": "sha256-O9U055OcfxyKV61g3Qn7N9mvpJNht0RCPcFw+QjWTG4="
|
365
|
+
},
|
366
|
+
"4.8.3": {
|
367
|
+
"axe.js": "sha256-YWpAAdIo7fwKmLq8nJx1f6pwt7HAXwWm15RSGJKbxhw=",
|
368
|
+
"axe.min.js": "sha256-/mct+I/4SJnZ30Ce+j9T7ll9zPwzbJVrjdKpbKIP+NA="
|
365
369
|
}
|
366
370
|
}
|
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: 37.
|
4
|
+
version: 37.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:
|
11
|
+
date: 2024-01-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: govuk_app_config
|
@@ -520,6 +520,7 @@ files:
|
|
520
520
|
- app/assets/javascripts/govuk_publishing_components/ie.js
|
521
521
|
- app/assets/javascripts/govuk_publishing_components/lib.js
|
522
522
|
- app/assets/javascripts/govuk_publishing_components/lib/cookie-functions.js
|
523
|
+
- app/assets/javascripts/govuk_publishing_components/lib/cookie-settings.js
|
523
524
|
- app/assets/javascripts/govuk_publishing_components/lib/current-location.js
|
524
525
|
- app/assets/javascripts/govuk_publishing_components/lib/extend-object.js
|
525
526
|
- app/assets/javascripts/govuk_publishing_components/lib/govspeak/all.js
|
@@ -1497,7 +1498,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
1497
1498
|
- !ruby/object:Gem::Version
|
1498
1499
|
version: '0'
|
1499
1500
|
requirements: []
|
1500
|
-
rubygems_version: 3.5.
|
1501
|
+
rubygems_version: 3.5.4
|
1501
1502
|
signing_key:
|
1502
1503
|
specification_version: 4
|
1503
1504
|
summary: A gem to document components in GOV.UK frontend applications
|