govuk_publishing_components 23.0.0 → 23.4.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/init.js +56 -0
- data/app/assets/javascripts/govuk_publishing_components/lib/govspeak/magna-charta.js +9 -8
- data/app/assets/stylesheets/govuk_publishing_components/components/_image-card.scss +1 -0
- data/app/assets/stylesheets/govuk_publishing_components/components/_input.scss +0 -46
- data/app/assets/stylesheets/govuk_publishing_components/components/_layout-header.scss +5 -0
- data/app/assets/stylesheets/govuk_publishing_components/components/_print-link.scss +0 -2
- data/app/assets/stylesheets/govuk_publishing_components/components/_search.scss +7 -1
- data/app/assets/stylesheets/govuk_publishing_components/components/print/_govspeak.scss +4 -0
- data/app/views/govuk_publishing_components/components/_input.html.erb +6 -6
- data/app/views/govuk_publishing_components/components/_print_link.html.erb +18 -11
- data/app/views/govuk_publishing_components/components/docs/govspeak.yml +14 -0
- data/app/views/govuk_publishing_components/components/docs/print_link.yml +5 -0
- data/lib/govuk_publishing_components/version.rb +1 -1
- data/node_modules/govuk-frontend/govuk/all.js +31 -37
- data/node_modules/govuk-frontend/govuk/components/accordion/README.md +1 -1
- data/node_modules/govuk-frontend/govuk/components/accordion/_index.scss +0 -1
- data/node_modules/govuk-frontend/govuk/components/accordion/fixtures.json +235 -0
- data/node_modules/govuk-frontend/govuk/components/back-link/_index.scss +0 -2
- data/node_modules/govuk-frontend/govuk/components/back-link/fixtures.json +56 -0
- data/node_modules/govuk-frontend/govuk/components/breadcrumbs/_index.scss +0 -1
- data/node_modules/govuk-frontend/govuk/components/breadcrumbs/fixtures.json +172 -0
- data/node_modules/govuk-frontend/govuk/components/button/_index.scss +3 -3
- data/node_modules/govuk-frontend/govuk/components/button/fixtures.json +275 -0
- data/node_modules/govuk-frontend/govuk/components/character-count/fixtures.json +170 -0
- data/node_modules/govuk-frontend/govuk/components/checkboxes/_index.scss +13 -13
- data/node_modules/govuk-frontend/govuk/components/checkboxes/fixtures.json +1015 -0
- data/node_modules/govuk-frontend/govuk/components/date-input/fixtures.json +499 -0
- data/node_modules/govuk-frontend/govuk/components/details/_index.scss +0 -1
- data/node_modules/govuk-frontend/govuk/components/details/fixtures.json +83 -0
- data/node_modules/govuk-frontend/govuk/components/error-message/fixtures.json +66 -0
- data/node_modules/govuk-frontend/govuk/components/error-summary/_index.scss +0 -2
- data/node_modules/govuk-frontend/govuk/components/error-summary/fixtures.json +181 -0
- data/node_modules/govuk-frontend/govuk/components/fieldset/_index.scss +1 -1
- data/node_modules/govuk-frontend/govuk/components/fieldset/fixtures.json +93 -0
- data/node_modules/govuk-frontend/govuk/components/fieldset/macro-options.json +6 -0
- data/node_modules/govuk-frontend/govuk/components/fieldset/template.njk +5 -1
- data/node_modules/govuk-frontend/govuk/components/file-upload/fixtures.json +151 -0
- data/node_modules/govuk-frontend/govuk/components/footer/_index.scss +0 -1
- data/node_modules/govuk-frontend/govuk/components/footer/fixtures.json +482 -0
- data/node_modules/govuk-frontend/govuk/components/header/_index.scss +2 -5
- data/node_modules/govuk-frontend/govuk/components/header/fixtures.json +360 -0
- data/node_modules/govuk-frontend/govuk/components/header/header.js +665 -316
- data/node_modules/govuk-frontend/govuk/components/header/macro-options.json +13 -1
- data/node_modules/govuk-frontend/govuk/components/header/template.njk +9 -5
- data/node_modules/govuk-frontend/govuk/components/hint/_index.scss +0 -2
- data/node_modules/govuk-frontend/govuk/components/hint/fixtures.json +50 -0
- data/node_modules/govuk-frontend/govuk/components/hint/macro-options.json +1 -1
- data/node_modules/govuk-frontend/govuk/components/input/_index.scss +91 -0
- data/node_modules/govuk-frontend/govuk/components/input/fixtures.json +538 -0
- data/node_modules/govuk-frontend/govuk/components/input/macro-options.json +64 -0
- data/node_modules/govuk-frontend/govuk/components/input/template.njk +17 -0
- data/node_modules/govuk-frontend/govuk/components/inset-text/fixtures.json +49 -0
- data/node_modules/govuk-frontend/govuk/components/label/fixtures.json +75 -0
- data/node_modules/govuk-frontend/govuk/components/panel/_index.scss +6 -2
- data/node_modules/govuk-frontend/govuk/components/panel/fixtures.json +74 -0
- data/node_modules/govuk-frontend/govuk/components/phase-banner/fixtures.json +65 -0
- data/node_modules/govuk-frontend/govuk/components/radios/_index.scss +13 -13
- data/node_modules/govuk-frontend/govuk/components/radios/fixtures.json +1066 -0
- data/node_modules/govuk-frontend/govuk/components/radios/macro-options.json +2 -2
- data/node_modules/govuk-frontend/govuk/components/select/_index.scss +0 -1
- data/node_modules/govuk-frontend/govuk/components/select/fixtures.json +248 -0
- data/node_modules/govuk-frontend/govuk/components/skip-link/fixtures.json +72 -0
- data/node_modules/govuk-frontend/govuk/components/summary-list/README.md +1 -1
- data/node_modules/govuk-frontend/govuk/components/summary-list/_index.scss +2 -10
- data/node_modules/govuk-frontend/govuk/components/summary-list/fixtures.json +991 -0
- data/node_modules/govuk-frontend/govuk/components/table/fixtures.json +468 -0
- data/node_modules/govuk-frontend/govuk/components/tabs/_index.scss +3 -6
- data/node_modules/govuk-frontend/govuk/components/tabs/fixtures.json +229 -0
- data/node_modules/govuk-frontend/govuk/components/tag/_index.scss +0 -1
- data/node_modules/govuk-frontend/govuk/components/tag/fixtures.json +117 -0
- data/node_modules/govuk-frontend/govuk/components/textarea/_index.scss +0 -1
- data/node_modules/govuk-frontend/govuk/components/textarea/fixtures.json +199 -0
- data/node_modules/govuk-frontend/govuk/components/warning-text/_index.scss +0 -1
- data/node_modules/govuk-frontend/govuk/components/warning-text/fixtures.json +68 -0
- data/node_modules/govuk-frontend/govuk/helpers/_device-pixels.scss +3 -3
- data/node_modules/govuk-frontend/govuk/helpers/_font-faces.scss +9 -11
- data/node_modules/govuk-frontend/govuk/helpers/_links.scss +1 -3
- data/node_modules/govuk-frontend/govuk/helpers/_media-queries.scss +1 -5
- data/node_modules/govuk-frontend/govuk/helpers/_spacing.scss +2 -1
- data/node_modules/govuk-frontend/govuk/helpers/_typography.scss +7 -6
- data/node_modules/govuk-frontend/govuk/objects/_form-group.scss +0 -1
- data/node_modules/govuk-frontend/govuk/objects/_grid.scss +2 -3
- data/node_modules/govuk-frontend/govuk/objects/_main-wrapper.scss +0 -1
- data/node_modules/govuk-frontend/govuk/overrides/_display.scss +1 -1
- data/node_modules/govuk-frontend/govuk/overrides/_width.scss +1 -0
- data/node_modules/govuk-frontend/govuk/settings/_colours-applied.scss +0 -3
- data/node_modules/govuk-frontend/govuk/settings/_colours-organisations.scss +3 -0
- data/node_modules/govuk-frontend/govuk/settings/_colours-palette.scss +9 -2
- data/node_modules/govuk-frontend/govuk/settings/_compatibility.scss +0 -1
- data/node_modules/govuk-frontend/govuk/settings/_measurements.scss +0 -4
- data/node_modules/govuk-frontend/govuk/settings/_typography-font-families.scss +2 -2
- data/node_modules/govuk-frontend/govuk/settings/_typography-font.scss +11 -5
- data/node_modules/govuk-frontend/govuk/settings/_typography-responsive.scss +6 -2
- data/node_modules/govuk-frontend/govuk/tools/_font-url.scss +0 -3
- data/node_modules/govuk-frontend/govuk/tools/_image-url.scss +0 -3
- data/node_modules/govuk-frontend/govuk/utilities/_visually-hidden.scss +0 -1
- data/node_modules/govuk-frontend/govuk/vendor/_sass-mq.scss +0 -4
- data/node_modules/govuk-frontend/package.json +1 -1
- metadata +32 -3
- data/app/assets/javascripts/govuk_publishing_components/analytics/init.js.erb +0 -50
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c709998b8885c2971dd9a8748371d99a0153037f2d39e7776eadcad3dfc9870b
|
4
|
+
data.tar.gz: 6e71541e40cc1c636639c8b09650a526d29745161db15b1f99a821375395f07b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 865a9b6d06c7bb7cbae057bb37e289e784a3ffec53352e491e1492a0d71bd774d2f5596d78379b6c4da1ffab046a01b7de597669e9606c5410caffe5c2a2df6b
|
7
|
+
data.tar.gz: e91cd02916c1bb0c8f25687c481b7ce61890f51c404ea5625b64411ef38e2347c978c833916103465acfea5e31560dfa81209e619576bbb507538e85649342f8
|
@@ -0,0 +1,56 @@
|
|
1
|
+
var analyticsInit = function () {
|
2
|
+
'use strict'
|
3
|
+
|
4
|
+
var analyticsVars = window.GOVUK.analyticsVars || false
|
5
|
+
if (analyticsVars) {
|
6
|
+
var gaProperty = window.GOVUK.analyticsVars.gaProperty || false
|
7
|
+
var gaPropertyCrossDomain = window.GOVUK.analyticsVars.gaPropertyCrossDomain || false
|
8
|
+
var linkedDomains = window.GOVUK.analyticsVars.linkedDomains || false
|
9
|
+
}
|
10
|
+
|
11
|
+
var consentCookie = window.GOVUK.getConsentCookie()
|
12
|
+
var dummyAnalytics = {
|
13
|
+
addLinkedTrackerDomain: function () {},
|
14
|
+
setDimension: function () {},
|
15
|
+
setOptionsForNextPageView: function () {},
|
16
|
+
trackEvent: function () {},
|
17
|
+
trackPageview: function () {},
|
18
|
+
trackShare: function () {}
|
19
|
+
}
|
20
|
+
|
21
|
+
// Disable analytics by default
|
22
|
+
// This will be reversed below, if the consent cookie says usage cookies are allowed
|
23
|
+
var disabler = 'ga-disable-' + gaProperty
|
24
|
+
window[disabler] = true
|
25
|
+
|
26
|
+
if (consentCookie && consentCookie.usage) {
|
27
|
+
window[disabler] = false
|
28
|
+
|
29
|
+
// Load Google Analytics libraries
|
30
|
+
window.GOVUK.StaticAnalytics.load()
|
31
|
+
|
32
|
+
if (gaProperty) {
|
33
|
+
// Use document.domain in dev, preview and staging so that tracking works
|
34
|
+
// Otherwise explicitly set the domain as www.gov.uk (and not gov.uk).
|
35
|
+
var cookieDomain = (document.domain === 'www.gov.uk') ? '.www.gov.uk' : document.domain
|
36
|
+
|
37
|
+
// Configure profiles, setup custom vars, track initial pageview
|
38
|
+
var analytics = new window.GOVUK.StaticAnalytics({
|
39
|
+
universalId: gaProperty,
|
40
|
+
cookieDomain: cookieDomain,
|
41
|
+
allowLinker: true
|
42
|
+
})
|
43
|
+
|
44
|
+
// Make interface public for virtual pageviews and events
|
45
|
+
window.GOVUK.analytics = analytics
|
46
|
+
|
47
|
+
if (linkedDomains && linkedDomains.length > 0) {
|
48
|
+
window.GOVUK.analytics.addLinkedTrackerDomain(gaPropertyCrossDomain, 'govuk', linkedDomains)
|
49
|
+
}
|
50
|
+
}
|
51
|
+
} else {
|
52
|
+
window.GOVUK.analytics = dummyAnalytics
|
53
|
+
}
|
54
|
+
}
|
55
|
+
|
56
|
+
window.GOVUK.analyticsInit = analyticsInit
|
@@ -49,8 +49,9 @@ window.GOVUK.Modules = window.GOVUK.Modules || {};
|
|
49
49
|
|
50
50
|
// true if it's a 'multiple' table
|
51
51
|
// this means multiple bars per rows, but not stacked.
|
52
|
-
var
|
53
|
-
|
52
|
+
var moreThanTwoCells = this.$table.querySelectorAll('tbody tr')[0].querySelectorAll('th, td').length > 2
|
53
|
+
|
54
|
+
this.options.multiple = !this.options.stacked && (this.$table.classList.contains('mc-multiple') || moreThanTwoCells)
|
54
55
|
|
55
56
|
// set the outdent options
|
56
57
|
// which can be set via classes or overriden by setting the value to true
|
@@ -118,11 +119,11 @@ window.GOVUK.Modules = window.GOVUK.Modules || {};
|
|
118
119
|
tr.classList.add('mc-tr')
|
119
120
|
|
120
121
|
var output = ''
|
121
|
-
var
|
122
|
+
var allTheTHsInTableHead = this.$table.querySelectorAll('thead th')
|
122
123
|
|
123
|
-
for (var i = 0; i <
|
124
|
+
for (var i = 0; i < allTheTHsInTableHead.length; i++) {
|
124
125
|
output += '<div class="mc-th">'
|
125
|
-
output +=
|
126
|
+
output += allTheTHsInTableHead[i].innerHTML
|
126
127
|
output += '</div>'
|
127
128
|
}
|
128
129
|
|
@@ -143,11 +144,11 @@ window.GOVUK.Modules = window.GOVUK.Modules || {};
|
|
143
144
|
tr.classList.add('mc-tr')
|
144
145
|
|
145
146
|
var cellsOutput = ''
|
146
|
-
var
|
147
|
+
var allTheTableBodyCells = allTheTbodyTrs[i].querySelectorAll('th, td')
|
147
148
|
|
148
|
-
for (var j = 0; j <
|
149
|
+
for (var j = 0; j < allTheTableBodyCells.length; j++) {
|
149
150
|
cellsOutput += '<div class="mc-td">'
|
150
|
-
cellsOutput +=
|
151
|
+
cellsOutput += allTheTableBodyCells[j].innerHTML
|
151
152
|
cellsOutput += '</div>'
|
152
153
|
}
|
153
154
|
tr.innerHTML = cellsOutput
|
@@ -18,49 +18,3 @@
|
|
18
18
|
padding-left: govuk-spacing(6);
|
19
19
|
}
|
20
20
|
}
|
21
|
-
|
22
|
-
.gem-c-input__wrapper {
|
23
|
-
display: flex;
|
24
|
-
display: -ms-flexbox;
|
25
|
-
|
26
|
-
.gem-c-input {
|
27
|
-
display: inline-block;
|
28
|
-
flex: 0 1 auto;
|
29
|
-
}
|
30
|
-
|
31
|
-
.gem-c-input:focus {
|
32
|
-
z-index: 1; // increase z-index on focus so it appears over the suffix
|
33
|
-
}
|
34
|
-
}
|
35
|
-
|
36
|
-
.gem-c-input__prefix,
|
37
|
-
.gem-c-input__suffix {
|
38
|
-
@include govuk-font($size: 19);
|
39
|
-
|
40
|
-
background-color: govuk-colour("light-grey", $legacy: "grey-3");
|
41
|
-
border: $govuk-border-width-form-element solid $govuk-input-border-colour;
|
42
|
-
box-sizing: border-box;
|
43
|
-
cursor: default; // emphasise non-editable status of prefixes and suffixes
|
44
|
-
display: inline-block;
|
45
|
-
flex: 0 0 auto;
|
46
|
-
height: 40px;
|
47
|
-
margin-top: 0;
|
48
|
-
min-width: 40px;
|
49
|
-
padding: govuk-spacing(1);
|
50
|
-
text-align: center;
|
51
|
-
white-space: nowrap;
|
52
|
-
width: auto;
|
53
|
-
|
54
|
-
@if $govuk-typography-use-rem {
|
55
|
-
height: govuk-px-to-rem(40px);
|
56
|
-
min-width: govuk-px-to-rem(40px);
|
57
|
-
}
|
58
|
-
}
|
59
|
-
|
60
|
-
.gem-c-input__prefix {
|
61
|
-
border-right: 0;
|
62
|
-
}
|
63
|
-
|
64
|
-
.gem-c-input__suffix {
|
65
|
-
border-left: 0;
|
66
|
-
}
|
@@ -104,11 +104,16 @@
|
|
104
104
|
}
|
105
105
|
}
|
106
106
|
|
107
|
+
.govuk-header__logotype {
|
108
|
+
vertical-align: middle;
|
109
|
+
}
|
110
|
+
|
107
111
|
.gem-c-header__product-name {
|
108
112
|
display: none;
|
109
113
|
|
110
114
|
@include govuk-media-query($from: tablet) {
|
111
115
|
display: inline-block;
|
116
|
+
vertical-align: middle;
|
112
117
|
}
|
113
118
|
}
|
114
119
|
|
@@ -36,7 +36,6 @@ $large-input-size: 50px;
|
|
36
36
|
|
37
37
|
.gem-c-search__input[type="search"] { // overly specific to prevent some overrides from outside
|
38
38
|
@include govuk-font($size: 19, $line-height: (28 / 19));
|
39
|
-
|
40
39
|
padding: 6px;
|
41
40
|
margin: 0;
|
42
41
|
width: 100%;
|
@@ -71,6 +70,13 @@ $large-input-size: 50px;
|
|
71
70
|
}
|
72
71
|
}
|
73
72
|
|
73
|
+
@include govuk-compatibility(govuk_template) {
|
74
|
+
// ultra specific rule overrides focus styling from govuk_template
|
75
|
+
#global-header .gem-c-search__input[type="search"]:focus { // stylelint-disable selector-max-id
|
76
|
+
@extend .gem-c-search__input[type="search"]:focus; // stylelint-disable scss/at-extend-no-missing-placeholder
|
77
|
+
}
|
78
|
+
}
|
79
|
+
|
74
80
|
.gem-c-search__submit {
|
75
81
|
border: 0;
|
76
82
|
cursor: pointer;
|
@@ -107,17 +107,17 @@
|
|
107
107
|
%>
|
108
108
|
|
109
109
|
<% if prefix && suffix %>
|
110
|
-
<%= tag.div class: "
|
110
|
+
<%= tag.div class: "govuk-input__wrapper" do %>
|
111
111
|
<% # The line below relies on in-line styling for legacy browsers and it's whitespace-sensitive %>
|
112
|
-
<%= tag.span prefix, class: "
|
112
|
+
<%= tag.span prefix, class: "govuk-input__prefix", aria: { hidden: true } %><%= input_tag %><%= tag.span suffix, class: "govuk-input__suffix", aria: { hidden: true } %>
|
113
113
|
<% end %>
|
114
114
|
<% elsif prefix %>
|
115
|
-
<%= tag.div class: "
|
116
|
-
<%= tag.span prefix, class: "
|
115
|
+
<%= tag.div class: "govuk-input__wrapper" do %>
|
116
|
+
<%= tag.span prefix, class: "govuk-input__prefix", aria: { hidden: true } %><%= input_tag %>
|
117
117
|
<% end %>
|
118
118
|
<% elsif suffix %>
|
119
|
-
<%= tag.div class: "
|
120
|
-
<%= input_tag %><%= tag.span suffix, class: "
|
119
|
+
<%= tag.div class: "govuk-input__wrapper" do %>
|
120
|
+
<%= input_tag %><%= tag.span suffix, class: "govuk-input__suffix", aria: { hidden: true } %>
|
121
121
|
<% end %>
|
122
122
|
<% else %>
|
123
123
|
<%= input_tag %>
|
@@ -3,33 +3,40 @@
|
|
3
3
|
href ||= nil
|
4
4
|
data_attributes ||= {}
|
5
5
|
require_js ||= href.nil?
|
6
|
+
margin_top ||= 3
|
7
|
+
margin_bottom ||= 3
|
6
8
|
|
7
|
-
data_attributes[:module] =
|
9
|
+
data_attributes[:module] = require_js ? "print-link" : "button"
|
10
|
+
|
11
|
+
shared_helper = GovukPublishingComponents::Presenters::SharedHelper.new({
|
12
|
+
margin_top: margin_top,
|
13
|
+
margin_bottom: margin_bottom
|
14
|
+
})
|
15
|
+
|
16
|
+
wrapper_classes = %w(gem-c-print-link)
|
17
|
+
wrapper_classes << "gem-c-print-link--show-without-js" unless require_js
|
18
|
+
wrapper_classes << (shared_helper.get_margin_top)
|
19
|
+
wrapper_classes << (shared_helper.get_margin_bottom)
|
8
20
|
|
9
21
|
classes = %w(govuk-link)
|
10
22
|
classes << "gem-c-print-link__button" if href.nil?
|
11
23
|
classes << "gem-c-print-link__link govuk-link--no-visited-state" if href.present?
|
12
24
|
%>
|
13
25
|
|
14
|
-
|
15
|
-
|
26
|
+
<%= tag.div class: wrapper_classes do %>
|
27
|
+
<% if require_js %>
|
16
28
|
<%= content_tag(:button, text, {
|
17
29
|
class: classes,
|
18
30
|
data: data_attributes
|
19
31
|
}) %>
|
20
|
-
|
21
|
-
<% else %>
|
22
|
-
<div class="gem-c-print-link gem-c-print-link--show-without-js">
|
32
|
+
<% else %>
|
23
33
|
<%= link_to(
|
24
34
|
text,
|
25
35
|
href,
|
26
36
|
class: classes,
|
27
37
|
rel: "alternate",
|
28
38
|
data: data_attributes,
|
29
|
-
role: "button"
|
30
|
-
data: {
|
31
|
-
module: "button",
|
32
|
-
},
|
39
|
+
role: "button"
|
33
40
|
) %>
|
34
|
-
|
41
|
+
<% end %>
|
35
42
|
<% end %>
|
@@ -236,6 +236,20 @@ examples:
|
|
236
236
|
</tr>
|
237
237
|
</tbody>
|
238
238
|
</table>
|
239
|
+
chart_with_multiple_headings:
|
240
|
+
data:
|
241
|
+
block: |
|
242
|
+
<table id="multiple-table-chart" class="js-barchart-table mc-multiple">
|
243
|
+
<caption>Multiple Table</caption>
|
244
|
+
<thead>
|
245
|
+
<tr><th>Some Data</th><th>YES</th><th>NO</th><th>MAYBE</th></tr>
|
246
|
+
</thead>
|
247
|
+
<tbody>
|
248
|
+
<tr><th>Testing One</th><td>5</td><td>6</td><td>11</td></tr>
|
249
|
+
<tr><th>Testing Two</th><td>6</td><td>2</td><td>8</td></tr>
|
250
|
+
<tr><th>Testing Three</th><td>3</td><td>9</td><td>12</td></tr>
|
251
|
+
</tbody>
|
252
|
+
</table>
|
239
253
|
address:
|
240
254
|
data:
|
241
255
|
block: |
|
@@ -22,3 +22,8 @@ examples:
|
|
22
22
|
track-category: "printButton"
|
23
23
|
track-action: "clicked"
|
24
24
|
track-label: "Print this page"
|
25
|
+
with_custom_margins:
|
26
|
+
description: The component accepts a number for margin bottom from 0 to 9 (0px to 60px) using the [GOV.UK Frontend spacing scale](https://design-system.service.gov.uk/styles/spacing/#the-responsive-spacing-scale). It defaults to having margin level 3 on top and bottom.
|
27
|
+
data:
|
28
|
+
margin_top: 0
|
29
|
+
margin_bottom: 4
|
@@ -1961,55 +1961,49 @@ ErrorSummary.prototype.getAssociatedLegendOrLabel = function ($input) {
|
|
1961
1961
|
|
1962
1962
|
function Header ($module) {
|
1963
1963
|
this.$module = $module;
|
1964
|
+
this.$menuButton = $module && $module.querySelector('.govuk-js-header-toggle');
|
1965
|
+
this.$menu = this.$menuButton && $module.querySelector(
|
1966
|
+
'#' + this.$menuButton.getAttribute('aria-controls')
|
1967
|
+
);
|
1964
1968
|
}
|
1965
1969
|
|
1970
|
+
/**
|
1971
|
+
* Initialise header
|
1972
|
+
*
|
1973
|
+
* Check for the presence of the header, menu and menu button – if any are
|
1974
|
+
* missing then there's nothing to do so return early.
|
1975
|
+
*/
|
1966
1976
|
Header.prototype.init = function () {
|
1967
|
-
|
1968
|
-
var $module = this.$module;
|
1969
|
-
if (!$module) {
|
1977
|
+
if (!this.$module || !this.$menuButton || !this.$menu) {
|
1970
1978
|
return
|
1971
1979
|
}
|
1972
1980
|
|
1973
|
-
|
1974
|
-
|
1975
|
-
if (!$toggleButton) {
|
1976
|
-
return
|
1977
|
-
}
|
1978
|
-
|
1979
|
-
// Handle $toggleButton click events
|
1980
|
-
$toggleButton.addEventListener('click', this.handleClick.bind(this));
|
1981
|
+
this.syncState(this.$menu.classList.contains('govuk-header__navigation--open'));
|
1982
|
+
this.$menuButton.addEventListener('click', this.handleMenuButtonClick.bind(this));
|
1981
1983
|
};
|
1982
1984
|
|
1983
1985
|
/**
|
1984
|
-
*
|
1985
|
-
*
|
1986
|
-
*
|
1987
|
-
|
1988
|
-
|
1989
|
-
|
1990
|
-
|
1991
|
-
|
1992
|
-
|
1993
|
-
|
1986
|
+
* Sync menu state
|
1987
|
+
*
|
1988
|
+
* Sync the menu button class and the accessible state of the menu and the menu
|
1989
|
+
* button with the visible state of the menu
|
1990
|
+
*
|
1991
|
+
* @param {boolean} isVisible Whether the menu is currently visible
|
1992
|
+
*/
|
1993
|
+
Header.prototype.syncState = function (isVisible) {
|
1994
|
+
this.$menuButton.classList.toggle('govuk-header__menu-button--open', isVisible);
|
1995
|
+
this.$menuButton.setAttribute('aria-expanded', isVisible);
|
1994
1996
|
};
|
1995
1997
|
|
1996
1998
|
/**
|
1997
|
-
*
|
1998
|
-
*
|
1999
|
-
|
2000
|
-
|
2001
|
-
|
2002
|
-
|
2003
|
-
var
|
2004
|
-
|
2005
|
-
// If a button with aria-controls, handle click
|
2006
|
-
if ($toggleButton && $target) {
|
2007
|
-
this.toggleClass($target, 'govuk-header__navigation--open');
|
2008
|
-
this.toggleClass($toggleButton, 'govuk-header__menu-button--open');
|
2009
|
-
|
2010
|
-
$toggleButton.setAttribute('aria-expanded', $toggleButton.getAttribute('aria-expanded') !== 'true');
|
2011
|
-
$target.setAttribute('aria-hidden', $target.getAttribute('aria-hidden') === 'false');
|
2012
|
-
}
|
1999
|
+
* Handle menu button click
|
2000
|
+
*
|
2001
|
+
* When the menu button is clicked, change the visibility of the menu and then
|
2002
|
+
* sync the accessibility state and menu button state
|
2003
|
+
*/
|
2004
|
+
Header.prototype.handleMenuButtonClick = function () {
|
2005
|
+
var isVisible = this.$menu.classList.toggle('govuk-header__navigation--open');
|
2006
|
+
this.syncState(isVisible);
|
2013
2007
|
};
|
2014
2008
|
|
2015
2009
|
function Radios ($module) {
|
@@ -6,7 +6,7 @@ See the [main README quick start guide](https://github.com/alphagov/govuk-fronte
|
|
6
6
|
|
7
7
|
## Guidance and Examples
|
8
8
|
|
9
|
-
Find out when to use the
|
9
|
+
Find out when to use the accordion component in your service in the [GOV.UK Design System](https://design-system.service.gov.uk/components/accordion).
|
10
10
|
|
11
11
|
## Component options
|
12
12
|
|