dxw_govuk_frontend_rails 2.12.0 → 2.13.0

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: 87c9216113c232587dea2fd05557d57c11c2ae426286aa3bd015a413b23faaf5
4
- data.tar.gz: 785b2ed1cf2f31c420651361738cc95b4744ab4635b3bb208195f50db1402f84
3
+ metadata.gz: 7544ab1d9351e78171f987e7e1965fee46e117ed1b3aabdd80d2d75afa5f9979
4
+ data.tar.gz: 8f5f1fa82a10dec722b2ff803971319c3f1a8f2629d3753055a2461da14ca7fe
5
5
  SHA512:
6
- metadata.gz: 2b3bce3bb6e369842aad3465f5de72e26f608bf36c360155c99abc680c1187c0dbd2678427709a1a9abbee4ef904a0de85c32467b507a84e2a3dcb56154bc064
7
- data.tar.gz: 876c30eb2531b7f4b17382371e7037fe855baefd91f944e05976be94c7d7c885660609573d3b472d227aa83824a89673493dd52d681a9f577705b2b1899d504f
6
+ metadata.gz: f4fd3e6c7da6b30f9e0a52bf0cd2f288cf3cea3fb27ef0b63b2ce12a8dd4c9fe94523b5a3fa3ad754260895a626cd3fb63d46e2767b5724a1d87968b454f72e0
7
+ data.tar.gz: 73cb2d307f04cc5763410be064e049edc8270f01c8caa001f39be5be24c08ca5e06d2c5e172b82765a82d255023168168335aa9af1c0baae388ab4ba8a900466
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- dxw_govuk_frontend_rails (2.12.0)
4
+ dxw_govuk_frontend_rails (2.13.0)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -1,3 +1,3 @@
1
1
  module DxwGovukFrontendRails
2
- VERSION = "2.12.0"
2
+ VERSION = "2.13.0"
3
3
  end
data/package-lock.json CHANGED
@@ -5,9 +5,9 @@
5
5
  "requires": true,
6
6
  "dependencies": {
7
7
  "govuk-frontend": {
8
- "version": "2.12.0",
9
- "resolved": "https://registry.npmjs.org/govuk-frontend/-/govuk-frontend-2.12.0.tgz",
10
- "integrity": "sha512-RiEKwbM24xCK/Be/NcWQUUkGXlqxk6r15aRIMCzSttDLcZcXgs9As0qfXUCEfIei5X/GuL23lpBGGYmoVNwuJw=="
8
+ "version": "2.13.0",
9
+ "resolved": "https://registry.npmjs.org/govuk-frontend/-/govuk-frontend-2.13.0.tgz",
10
+ "integrity": "sha512-6XDtTt5plSrPQvPgLFN4LCtb9ULuqoXCgkHy5c7XE/70/sVm47RPbLR11tYGPcmV8cOApBhW0wL8y8ryspHfpw=="
11
11
  }
12
12
  }
13
13
  }
data/package.json CHANGED
@@ -21,6 +21,6 @@
21
21
  },
22
22
  "homepage": "https://github.com/mec/dxw_govuk_frontend_rails#readme",
23
23
  "dependencies": {
24
- "govuk-frontend": "2.12.0"
24
+ "govuk-frontend": "2.13.0"
25
25
  }
26
26
  }
@@ -133,7 +133,6 @@
133
133
  .govuk-button[disabled="disabled"],
134
134
  .govuk-button[disabled] {
135
135
  opacity: (.5);
136
- background: $govuk-button-colour;
137
136
 
138
137
  &:hover {
139
138
  background-color: $govuk-button-colour;
@@ -179,6 +178,10 @@
179
178
  &:hover,
180
179
  &:focus {
181
180
  background-color: $govuk-secondary-button-hover-colour;
181
+
182
+ &[disabled] {
183
+ background-color: $govuk-secondary-button-colour;
184
+ }
182
185
  }
183
186
  }
184
187
 
@@ -208,6 +211,10 @@
208
211
  &:hover,
209
212
  &:focus {
210
213
  background-color: $govuk-warning-button-hover-colour;
214
+
215
+ &[disabled] {
216
+ background-color: $govuk-warning-button-colour;
217
+ }
211
218
  }
212
219
  }
213
220
 
@@ -289,8 +289,7 @@
289
289
 
290
290
  // Begin adjustments for font baseline offset
291
291
  // These should be removed when the font is updated with the correct baseline
292
- .govuk-header__logotype-crown,
293
- .govuk-header__logotype-crown-fallback-image {
292
+ .govuk-header__logotype-crown {
294
293
  position: relative;
295
294
  top: -4px;
296
295
  }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dxw_govuk_frontend_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.12.0
4
+ version: 2.13.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - mec