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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 831296f6233744d3d669b023b5f8243ee118f51ce7b1ba3b8c5f510346b87b9c
4
- data.tar.gz: 7d01de1a9e86110a92c486394cf5a1ee509ca3421037cac5b6281b5ecb209690
3
+ metadata.gz: 3aa5e0fc0a38b75525aa2915acb8986988d4311a46a84aa9baaa5e3ca546ea21
4
+ data.tar.gz: 94a1d71770c10fc48dc306ebe1e9857680649bab32c5017ebf921a8b550617bd
5
5
  SHA512:
6
- metadata.gz: a0cf8c3cebef33691aab437ff16219573f6d7b0132b266cc28178ae8a06c8e3034ed04275611876cccff7e63418ab38bf7564e17cb1ba98bc2fa877b8743f32c
7
- data.tar.gz: 86bb5adec0ebb031efc467ec4bc566f790a1e466fdd454edf4fdca1e94946db467d660d9413943146a720271f34ef97e35d0fda6801d0de01559b832111b73bb
6
+ metadata.gz: 9ca1d951afe78053a1e8213c5a55cc90bf09c826a33d76703e5549bd9734a202c591d468b59b4205b3c3f7a128270c20db128bf6604f3ec91905b70f28ae9bcf
7
+ data.tar.gz: f37fb440c117ff86a76376a4aa2733be0defbda0157b6c0e1b38078f2cc100f93eb33f880d29e69d98a637c2d98aef51dbd2f2a4bf3a07375ac25d4d38809c78
@@ -139,7 +139,7 @@ $gem-guide-border-width: 1px;
139
139
  position: absolute;
140
140
  top: 0;
141
141
  left: 0;
142
- padding: .21053em .78947em;
142
+ padding: .2105em .7894em;
143
143
  background: $govuk-border-colour;
144
144
  color: govuk-colour("black");
145
145
  font-weight: bold;
@@ -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('light-grey', $legacy: 'grey-4');
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 ($update == true) {
12
+ @if $update == true {
13
13
  border-bottom-color: $colour;
14
14
  border-right-color: $colour;
15
15
  } @else {
@@ -103,7 +103,7 @@ $govuk-modal-wide-breakpoint: $govuk-page-width + $govuk-modal-margin * 2 + $gov
103
103
  }
104
104
 
105
105
  .gem-c-modal-dialogue__logotype-crown {
106
- fill: currentColor;
106
+ fill: currentcolor;
107
107
  vertical-align: middle;
108
108
  }
109
109
 
@@ -55,13 +55,13 @@
55
55
  .gem-c-organisation-logo__name {
56
56
  position: relative;
57
57
  top: 3px;
58
- font-family: "HelveticaNeue", "Helvetica Neue", "Arial", "Helvetica", sans-serif;
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: "HelveticaNeue", "Helvetica Neue", "Arial", "Helvetica", sans-serif;
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('light-grey');
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('white');
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 ($line-style: solid) {
6
+ @mixin step-nav-vertical-line($line-style: solid) {
7
7
  content: "";
8
8
  position: absolute;
9
9
  z-index: 2;
@@ -40,7 +40,7 @@
40
40
  }
41
41
 
42
42
  .gem-c-summary-list--wide-title {
43
- @include govuk-media-query($from: 'tablet') {
43
+ @include govuk-media-query($from: "tablet") {
44
44
  .govuk-summary-list__key {
45
45
  width: 60%;
46
46
  }
@@ -101,7 +101,7 @@
101
101
  }
102
102
 
103
103
  .gem-c-govspeak--inverse {
104
- color: govuk-colour('white');
104
+ color: govuk-colour("white");
105
105
 
106
106
  a {
107
107
  @include govuk-link-common;
@@ -3,10 +3,10 @@
3
3
  @import "components/helpers/govuk-frontend-settings";
4
4
  @import "govuk/base";
5
5
 
6
- @import 'components/mixins/margins';
6
+ @import "components/mixins/margins";
7
7
  // TODO: remove this focus override when govuk_template is no longer used
8
- @import 'components/mixins/govuk-template-link-focus-override';
9
- @import 'components/mixins/css3';
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 the HMRC are participating in the pilot.
8
- EMAILS_IN_ACCESSIBLE_FORMAT_REQUEST_PILOT = %w[govuk_publishing_components@example.com].freeze
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
 
@@ -1,3 +1,3 @@
1
1
  module GovukPublishingComponents
2
- VERSION = "29.4.0".freeze
2
+ VERSION = "29.5.0".freeze
3
3
  end
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.0
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-13 00:00:00.000000000 Z
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.11
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