ustyle 1.12.0 → 1.12.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.
@@ -1,4 +1,4 @@
1
1
  module Ustyle
2
- version = "1.12.0"
2
+ version = "1.12.1"
3
3
  VERSION = version
4
4
  end
data/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ustyle",
3
- "version": "1.12.0",
3
+ "version": "1.12.1",
4
4
  "description": "A living styleguide and pattern library by uSwitch.",
5
5
  "keywords": [
6
6
  "css",
@@ -20,6 +20,7 @@ $icon-colors--svg: (
20
20
  $icon-colors--svg--custom: (
21
21
  ("uswitch", $c-blue),
22
22
  ("cross", $c-red),
23
+ ("tick", $c-green),
23
24
  ("facebook", #3c5a99),
24
25
  ("google", #dc4e41),
25
26
  ("renewable", $c-green),
@@ -181,7 +181,7 @@ svg.us-icon--after {
181
181
  $color-name: nth($icon-color, 1);
182
182
  $color-hex: nth($icon-color, 2);
183
183
 
184
- svg.us-icon--hover-#{$color-name}:hover {
184
+ svg.us-icon--hover--#{$color-name}:hover {
185
185
  fill: $color-hex;
186
186
  }
187
187
  }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ustyle
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.12.0
4
+ version: 1.12.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - uSwitch Limited