govuk_publishing_components 21.65.0 → 21.65.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 +4 -4
- data/app/assets/stylesheets/govuk_publishing_components/components/_input.scss +1 -0
- data/app/assets/stylesheets/govuk_publishing_components/components/_search.scss +1 -4
- data/app/views/govuk_publishing_components/components/_breadcrumbs.html.erb +1 -4
- data/lib/govuk_publishing_components/presenters/breadcrumbs.rb +0 -4
- data/lib/govuk_publishing_components/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 00cb9ed2b1890ec679368a5b6565f425ab630a8c7576e36ec05572f7b82def5e
|
|
4
|
+
data.tar.gz: c252f946b8c435ff7dcfc4a4f68453cbf653b1e3cc71d1fe85c1060c2e6a0df9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 88c4f14857cdab94770e04b4ca84f9733f10855b43bc6706f87960d6ff552c8de581071c1aa80da8460e34de43ded3534cbed2c76a371f4c50d62edff361f994
|
|
7
|
+
data.tar.gz: ffad88268390f0a57eeb6eb31b77c8f88b53d21eb0cff4fa6ed399899ff32ca8519f4c1f7bccc2e2fc5e161ee95d91ff749e7356c9bc9ff25288aef71b66a85f
|
|
@@ -10,6 +10,7 @@ $large-input-size: 50px;
|
|
|
10
10
|
@include govuk-font($size: 19, $line-height: $input-size);
|
|
11
11
|
display: block;
|
|
12
12
|
background: govuk-colour("white");
|
|
13
|
+
color: $govuk-text-colour;
|
|
13
14
|
|
|
14
15
|
h1 {
|
|
15
16
|
@include govuk-font($size: 19, $line-height: $input-size);
|
|
@@ -129,10 +130,6 @@ $large-input-size: 50px;
|
|
|
129
130
|
}
|
|
130
131
|
|
|
131
132
|
.gem-c-search--on-govuk-blue {
|
|
132
|
-
.gem-c-search__label {
|
|
133
|
-
color: govuk-colour("white");
|
|
134
|
-
}
|
|
135
|
-
|
|
136
133
|
.gem-c-search__input {
|
|
137
134
|
border-width: 0;
|
|
138
135
|
|
|
@@ -17,16 +17,13 @@
|
|
|
17
17
|
<ol class="govuk-breadcrumbs__list">
|
|
18
18
|
<% breadcrumbs.each_with_index do |crumb, index| %>
|
|
19
19
|
<% breadcrumb = GovukPublishingComponents::Presenters::Breadcrumb.new(crumb, index) %>
|
|
20
|
-
<li class="govuk-breadcrumbs__list-item"
|
|
20
|
+
<li class="govuk-breadcrumbs__list-item">
|
|
21
21
|
<% if breadcrumb.is_link? %>
|
|
22
22
|
<%= link_to(
|
|
23
23
|
breadcrumb[:title],
|
|
24
24
|
breadcrumb.path,
|
|
25
25
|
data: breadcrumb.tracking_data(breadcrumbs.length),
|
|
26
26
|
class: "govuk-breadcrumbs__link",
|
|
27
|
-
aria: {
|
|
28
|
-
current: breadcrumb.aria_current,
|
|
29
|
-
}
|
|
30
27
|
) %>
|
|
31
28
|
<% else %>
|
|
32
29
|
<%= breadcrumb[:title] %>
|
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.65.
|
|
4
|
+
version: 21.65.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: 2020-09-
|
|
11
|
+
date: 2020-09-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: govuk_app_config
|