govuk_publishing_components 12.14.0 → 12.14.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: 22608ab505427d142c63713014ab1c755747b103b201209aa7618857cf4618bb
4
- data.tar.gz: 21dbf8c698d0c10ac3f31b6ef5410594884409f1644a4107bda7439f9cda06ce
3
+ metadata.gz: e9fcf3be1e77377ae06150a5ed773879b2200bb48923e5462595042085d062f0
4
+ data.tar.gz: ed01beb3c1f28d5adc138ac89893b2a3f7589b8d5926bfd67ae94bcf64ee73ff
5
5
  SHA512:
6
- metadata.gz: 3730afe02cad40f6bba07a5624b5aa7a7c38d4d4f03c89f19bf109adb5b22b38210915fa4099299135a76fbe1ef48f8be9d4fdf9933485ab8cb97ded4a4880c7
7
- data.tar.gz: c0b87858aa2c7bc43daf1426ad39ac9b5b4314b0f9b276c9b6aab7009345c68f781fb57f0dd799c9b80cde44e7ab8997708d0d8881fed54c8826eb243f06d224
6
+ metadata.gz: b597c5a648c550e5170bab1f06a0263e62ea10334b950355dc4573d822a51a6a3816171659b682e99c7202ba7d289c874de2b91e1d6dd0fb8c747754bfbec3de
7
+ data.tar.gz: 7f10b3ca59f2b6ced1b63fa097cce3fc539870556b6f5bcfbbcb12347587f9ac1745ab9143b22c55a59d6dbf238e4a257a40382457a3beb64ff465bdb70bd1b9
@@ -1,29 +1,2 @@
1
1
  @import "helpers/govuk-frontend-settings";
2
- @import "govuk-frontend/core/template";
3
- @import "govuk-frontend/objects/width-container";
4
-
5
- .gem-c-layout-for-admin {
6
- // .govuk-main-wrapper
7
- @import "govuk-frontend/objects/main-wrapper";
8
-
9
- // .govuk-link
10
- @import "govuk-frontend/core/links";
11
-
12
- // .govuk-list
13
- @import "govuk-frontend/core/lists";
14
-
15
- // .govuk-section-break
16
- @import "govuk-frontend/core/section-break";
17
-
18
- // .govuk-heading
19
- @import "govuk-frontend/core/typography";
20
-
21
- // .govuk-grid-column-two-thirds
22
- @import "govuk-frontend/objects/grid";
23
-
24
- // .govuk-visually-hidden
25
- @import "govuk-frontend/utilities/visually-hidden";
26
-
27
- // .govuk-!-margin-bottom-3, etc
28
- @import "govuk-frontend/overrides/spacing";
29
- }
2
+ @import "govuk-frontend/all";
@@ -14,10 +14,9 @@
14
14
  aria: {
15
15
  describedby: item[:hint].present? ? "#{id}-#{index}-item-hint" : nil,
16
16
  controls: item[:conditional].present? ? "#{id}-conditional-#{index}" : nil
17
- } do %>
18
- <%= tag.label item[:label], class: "govuk-label govuk-checkboxes__label", for: "#{id}-#{index}" %>
19
- <% if item[:hint].present? %>
20
- <%= tag.span item[:hint], id: "#{id}-#{index}-item-hint", class: "govuk-hint govuk-checkboxes__hint" %>
21
- <% end %>
17
+ } %>
18
+ <%= tag.label item[:label], class: "govuk-label govuk-checkboxes__label", for: "#{id}-#{index}" %>
19
+ <% if item[:hint].present? %>
20
+ <%= tag.span item[:hint], id: "#{id}-#{index}-item-hint", class: "govuk-hint govuk-checkboxes__hint" %>
22
21
  <% end %>
23
22
  <% end %>
@@ -1,3 +1,3 @@
1
1
  module GovukPublishingComponents
2
- VERSION = '12.14.0'.freeze
2
+ VERSION = '12.14.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: 12.14.0
4
+ version: 12.14.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - GOV.UK Dev