govuk_publishing_components 29.4.0 → 29.5.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/stylesheets/component_guide/application.scss +1 -1
- data/app/assets/stylesheets/govuk_publishing_components/components/_checkboxes.scss +2 -2
- data/app/assets/stylesheets/govuk_publishing_components/components/_contextual-sidebar.scss +1 -1
- data/app/assets/stylesheets/govuk_publishing_components/components/_layout-super-navigation-header.scss +1 -1
- data/app/assets/stylesheets/govuk_publishing_components/components/_modal-dialogue.scss +1 -1
- data/app/assets/stylesheets/govuk_publishing_components/components/_organisation-logo.scss +2 -2
- data/app/assets/stylesheets/govuk_publishing_components/components/_reorderable-list.scss +2 -2
- data/app/assets/stylesheets/govuk_publishing_components/components/_search.scss +2 -2
- data/app/assets/stylesheets/govuk_publishing_components/components/_step-by-step-nav.scss +1 -1
- data/app/assets/stylesheets/govuk_publishing_components/components/_summary-list.scss +1 -1
- data/app/assets/stylesheets/govuk_publishing_components/components/govspeak/_typography.scss +1 -1
- data/app/assets/stylesheets/govuk_publishing_components/govuk_frontend_support.scss +3 -3
- data/lib/govuk_publishing_components/presenters/attachment.rb +5 -2
- data/lib/govuk_publishing_components/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3aa5e0fc0a38b75525aa2915acb8986988d4311a46a84aa9baaa5e3ca546ea21
|
4
|
+
data.tar.gz: 94a1d71770c10fc48dc306ebe1e9857680649bab32c5017ebf921a8b550617bd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9ca1d951afe78053a1e8213c5a55cc90bf09c826a33d76703e5549bd9734a202c591d468b59b4205b3c3f7a128270c20db128bf6604f3ec91905b70f28ae9bcf
|
7
|
+
data.tar.gz: f37fb440c117ff86a76376a4aa2733be0defbda0157b6c0e1b38078f2cc100f93eb33f880d29e69d98a637c2d98aef51dbd2f2a4bf3a07375ac25d4d38809c78
|
@@ -1,7 +1,7 @@
|
|
1
1
|
@import "govuk/components/checkboxes/checkboxes";
|
2
2
|
|
3
3
|
.govuk-checkboxes--nested {
|
4
|
-
margin-left: -(govuk-spacing(4) + 2px); //22px
|
4
|
+
margin-left: -(govuk-spacing(4) + 2px); // 22px
|
5
5
|
box-sizing: border-box;
|
6
6
|
border-left-style: solid;
|
7
7
|
border-left-width: 4px;
|
@@ -17,7 +17,7 @@
|
|
17
17
|
|
18
18
|
.govuk-checkboxes__conditional {
|
19
19
|
margin-top: govuk-spacing(2);
|
20
|
-
margin-left: -(govuk-spacing(4) + 2px); //22px
|
20
|
+
margin-left: -(govuk-spacing(4) + 2px); // 22px
|
21
21
|
}
|
22
22
|
|
23
23
|
.gem-c-checkboxes__list {
|
@@ -19,7 +19,7 @@
|
|
19
19
|
.gem-c-contextual-sidebar__cta {
|
20
20
|
border-top: 2px solid $govuk-brand-colour;
|
21
21
|
margin-bottom: govuk-spacing(6);
|
22
|
-
background-color: govuk-colour(
|
22
|
+
background-color: govuk-colour("light-grey", $legacy: "grey-4");
|
23
23
|
display: block;
|
24
24
|
padding: 0 govuk-spacing(3) govuk-spacing(3);
|
25
25
|
text-decoration: none;
|
@@ -9,7 +9,7 @@ $pseudo-underline-height: 3px;
|
|
9
9
|
$button-pipe-colour: darken(govuk-colour("mid-grey"), 20%);
|
10
10
|
|
11
11
|
@mixin chevron($colour, $update: false) {
|
12
|
-
@if
|
12
|
+
@if $update == true {
|
13
13
|
border-bottom-color: $colour;
|
14
14
|
border-right-color: $colour;
|
15
15
|
} @else {
|
@@ -55,13 +55,13 @@
|
|
55
55
|
.gem-c-organisation-logo__name {
|
56
56
|
position: relative;
|
57
57
|
top: 3px;
|
58
|
-
font-family:
|
58
|
+
font-family: HelveticaNeue, "Helvetica Neue", Arial, Helvetica, sans-serif;
|
59
59
|
}
|
60
60
|
|
61
61
|
.gem-c-organisation-logo__link {
|
62
62
|
@include govuk-link-common;
|
63
63
|
@include govuk-link-style-text;
|
64
|
-
font-family:
|
64
|
+
font-family: HelveticaNeue, "Helvetica Neue", Arial, Helvetica, sans-serif;
|
65
65
|
|
66
66
|
&:hover {
|
67
67
|
color: $govuk-link-hover-colour;
|
@@ -19,12 +19,12 @@
|
|
19
19
|
}
|
20
20
|
|
21
21
|
.gem-c-reorderable-list__item--chosen {
|
22
|
-
background-color: govuk-colour(
|
22
|
+
background-color: govuk-colour("light-grey");
|
23
23
|
outline: 2px dotted $govuk-border-colour;
|
24
24
|
}
|
25
25
|
|
26
26
|
.gem-c-reorderable-list__item--drag {
|
27
|
-
background-color: govuk-colour(
|
27
|
+
background-color: govuk-colour("white");
|
28
28
|
list-style-type: none;
|
29
29
|
|
30
30
|
.gem-c-reorderable-list__actions {
|
@@ -76,7 +76,7 @@ $large-input-size: 50px;
|
|
76
76
|
padding: govuk-em(6, 16);
|
77
77
|
border: $govuk-border-width-form-element solid $govuk-input-border-colour;
|
78
78
|
background: govuk-colour("white");
|
79
|
-
border-radius: 0; //otherwise iphones apply an automatic border radius
|
79
|
+
border-radius: 0; // otherwise iphones apply an automatic border radius
|
80
80
|
box-sizing: border-box;
|
81
81
|
-webkit-appearance: none;
|
82
82
|
-moz-appearance: none;
|
@@ -160,7 +160,7 @@ $large-input-size: 50px;
|
|
160
160
|
background: govuk-colour("white");
|
161
161
|
}
|
162
162
|
|
163
|
-
//general class applied to search input and button wrapper
|
163
|
+
// general class applied to search input and button wrapper
|
164
164
|
.gem-c-search__item {
|
165
165
|
position: relative;
|
166
166
|
display: table-cell;
|
@@ -3,7 +3,7 @@ $number-circle-size: 30px;
|
|
3
3
|
$number-circle-size-large: 35px;
|
4
4
|
$top-border: solid 1px govuk-colour("mid-grey", $legacy: "grey-3");
|
5
5
|
|
6
|
-
@mixin step-nav-vertical-line
|
6
|
+
@mixin step-nav-vertical-line($line-style: solid) {
|
7
7
|
content: "";
|
8
8
|
position: absolute;
|
9
9
|
z-index: 2;
|
@@ -3,10 +3,10 @@
|
|
3
3
|
@import "components/helpers/govuk-frontend-settings";
|
4
4
|
@import "govuk/base";
|
5
5
|
|
6
|
-
@import
|
6
|
+
@import "components/mixins/margins";
|
7
7
|
// TODO: remove this focus override when govuk_template is no longer used
|
8
|
-
@import
|
9
|
-
@import
|
8
|
+
@import "components/mixins/govuk-template-link-focus-override";
|
9
|
+
@import "components/mixins/css3";
|
10
10
|
|
11
11
|
$gem-secondary-button-colour: #00823b;
|
12
12
|
$gem-secondary-button-hover-colour: darken($gem-secondary-button-colour, 5%);
|
@@ -4,8 +4,11 @@ module GovukPublishingComponents
|
|
4
4
|
# Various departments are taking part in a pilot to use a form
|
5
5
|
# rather than direct email for users to request accessible formats. When the pilot
|
6
6
|
# scheme is rolled out further this can be removed.
|
7
|
-
# Currently
|
8
|
-
EMAILS_IN_ACCESSIBLE_FORMAT_REQUEST_PILOT = %w[govuk_publishing_components@example.com
|
7
|
+
# Currently DfE, DWP and DVSA are participating in the pilot.
|
8
|
+
EMAILS_IN_ACCESSIBLE_FORMAT_REQUEST_PILOT = %w[govuk_publishing_components@example.com
|
9
|
+
alternative.formats@education.gov.uk
|
10
|
+
accessible.formats@dwp.gov.uk
|
11
|
+
gov.uk.publishing@dvsa.gov.uk].freeze
|
9
12
|
|
10
13
|
delegate :opendocument?, :document?, :spreadsheet?, to: :content_type
|
11
14
|
|
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: 29.
|
4
|
+
version: 29.5.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: 2022-04-
|
11
|
+
date: 2022-04-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: govuk_app_config
|
@@ -1890,7 +1890,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
1890
1890
|
- !ruby/object:Gem::Version
|
1891
1891
|
version: '0'
|
1892
1892
|
requirements: []
|
1893
|
-
rubygems_version: 3.3.
|
1893
|
+
rubygems_version: 3.3.12
|
1894
1894
|
signing_key:
|
1895
1895
|
specification_version: 4
|
1896
1896
|
summary: A gem to document components in GOV.UK frontend applications
|