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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f549979959a86cf945676068de299c2d00a19ce4c3e8ccdd8d8d85879057d239
|
4
|
+
data.tar.gz: baeb31f253180567c2810c48fbcac1c15cd720a6b85fa891926b8fc53d4a2a43
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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";
|
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.
|
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.
|
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: []
|