govuk_publishing_components 16.21.0 → 16.22.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: b0e66c510f47947195c29e3e559334f23976da49f7b0d88aa4decb9312448089
4
- data.tar.gz: 6f45aed161c2c129fc255648cb5718484a1043f0dd9234fd5bfa221b43606385
3
+ metadata.gz: 95b56a2aa6bd25868976fc3e5b291839d2c11cf5271bb9b3e6f8ac32a46d6f59
4
+ data.tar.gz: 7d38992eb4c6b0e2845f32d4daf8cc3338c64506e5d8e8323f131e0a0523a509
5
5
  SHA512:
6
- metadata.gz: 5bae4ba11805b6e66728e492e42bcab8b02192cd24680bebcc9793901a266d8ed211159791a164cedacc3f11ce2f5455c143eedd4b3b69e0a5452ea0fd1984c8
7
- data.tar.gz: 3cda7c4c005d472a7966c3842f93f4fb70cd1e0f262cf04390331b7c03b594839d0f41660219e2b3dd2b48added11bac93df4c84fa2c5a9903851a9dbb50ac9b
6
+ metadata.gz: 638f80387030561bd91619036672512c91aacb1b5e30ac21865835b5f0bc35db3f207f874ff4f15dec418fac7450b95e5856d9bc40f2f7606f517d0cb7683808
7
+ data.tar.gz: 22b64064ff1128e5563c562502e4742a08de5d78d37475f207a23779c3c0d01903cc374390c4b0254b154535284ce942570b006179b25173dffc04b50225eac0
@@ -23,12 +23,11 @@ $gem-quiet-button-hover-colour: darken($gem-quiet-button-colour, 5%);
23
23
  }
24
24
 
25
25
  .gem-c-button--inline {
26
- width: 100%;
26
+ width: auto;
27
27
  margin-bottom: govuk-spacing(1);
28
28
  margin-right: govuk-spacing(2);
29
29
 
30
30
  @include govuk-media-query($from: tablet) {
31
- width: auto;
32
31
  margin-bottom: 0;
33
32
  }
34
33
  }
@@ -93,7 +93,7 @@ examples:
93
93
  inline_layout:
94
94
  description: Buttons will display adjacent to each other until mobile view, when they will appear on top of each other.
95
95
  embed: |
96
- <button class="govuk-button">First button</button>
96
+ <button class="gem-c-button govuk-button gem-c-button--inline">First button</button>
97
97
  <%= component %>
98
98
  data:
99
99
  text: "Second button"
@@ -1,3 +1,3 @@
1
1
  module GovukPublishingComponents
2
- VERSION = '16.21.0'.freeze
2
+ VERSION = '16.22.0'.freeze
3
3
  end
@@ -49,7 +49,7 @@
49
49
  "/"
50
50
  ],
51
51
  "_resolved": "git://github.com/alphagov/accessible-autocomplete.git#0c518b4fa79b9a95b544410858486ed9e6403c84",
52
- "_shasum": "8ca719f4ef20cf30d77527b29470f727a8fbbeb9",
52
+ "_shasum": "6724fb3799bd5eaf745a4504a6514ccd224def3a",
53
53
  "_shrinkwrap": null,
54
54
  "_spec": "accessible-autocomplete@git://github.com/alphagov/accessible-autocomplete.git#add-multiselect-support",
55
55
  "_where": "/var/lib/jenkins/workspace/ublishing_components_master-N4FWJIUY4CIFHKGZOAAEVVXODRY3YBORQOPIBBXWX72VUPSGJRRQ",
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: 16.21.0
4
+ version: 16.22.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: 2019-05-20 00:00:00.000000000 Z
11
+ date: 2019-05-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gds-api-adapters