govuk_publishing_components 59.0.0 → 59.0.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0a7deb8c0427383f676b2db0de3d2ec37c210ce6715e88288a4560379c1b26b0
4
- data.tar.gz: 3a5f6ab35ca230632d632f724644aaabdea9b32f2c5018c650574d4a7b92e0fb
3
+ metadata.gz: f549979959a86cf945676068de299c2d00a19ce4c3e8ccdd8d8d85879057d239
4
+ data.tar.gz: baeb31f253180567c2810c48fbcac1c15cd720a6b85fa891926b8fc53d4a2a43
5
5
  SHA512:
6
- metadata.gz: 309714e09e0634fa9204c6f73a20fbe6182b636282d2abb83f74d031a602448f9702b99f17d5cf3a34fd5ccd716c3cc034c273e8e1650def579b0d0d89aae1d2
7
- data.tar.gz: 036cf76ecc9826028954ac1baaf9b200766da065ea1905c2a87018e03b1d5a530b502f5b161c767ba9c6e4c3fddc22f4a91eeeb1a271986836b6f3e91e10168b
6
+ metadata.gz: 7266e69e402b5f8ce042a4b76b37afbd846241912f8fe19fe09b333d6c618ba10a4b961fdf0b692d58c179afcbf7acfa2e235345361d55776e93460922084b02
7
+ data.tar.gz: eb1054ccb1591b786297f2fe4e478b11df0a16ba14a7f403118556456aba5294a16a6fb0795cd73a9cbac2eaa62505c2e18a52626f0434777f52720e63aeba7c
@@ -1,5 +1,7 @@
1
1
  // overload the choices.js variables
2
2
 
3
+ @import "govuk_publishing_components/individual_component_support";
4
+
3
5
  $font-size: 19px;
4
6
 
5
7
  $choices-bg-color: govuk-colour("white") !default;
@@ -14,7 +16,6 @@ $choices-border-radius-item: 0 !default;
14
16
  $choices-z-index: 2 !default;
15
17
  $choices-button-dimension: 12px !default;
16
18
 
17
- @import "govuk_publishing_components/individual_component_support";
18
19
  @import "mixins/prefixed-transform";
19
20
  @import "govuk/components/label/label";
20
21
  @import "choices.js/src/styles/choices";
@@ -1,3 +1,3 @@
1
1
  module GovukPublishingComponents
2
- VERSION = "59.0.0".freeze
2
+ VERSION = "59.0.1".freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: govuk_publishing_components
3
3
  version: !ruby/object:Gem::Version
4
- version: 59.0.0
4
+ version: 59.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - GOV.UK Dev
@@ -2186,7 +2186,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
2186
2186
  - !ruby/object:Gem::Version
2187
2187
  version: '0'
2188
2188
  requirements: []
2189
- rubygems_version: 3.6.9
2189
+ rubygems_version: 3.7.0
2190
2190
  specification_version: 4
2191
2191
  summary: A gem to document components in GOV.UK frontend applications
2192
2192
  test_files: []