pugin 1.6.21 → 1.6.22

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
  SHA1:
3
- metadata.gz: e20942be0dccf87cc8517d80549f4ee1759116e1
4
- data.tar.gz: 9f6baa4c1c5c634067cbf869787a64f244bc27ba
3
+ metadata.gz: 9e6c6ee8c4e18b5a182ef6e9717be764c02e5a98
4
+ data.tar.gz: fdf37548cb0660e3a39e8ec6d5a47fc9b3e9bedf
5
5
  SHA512:
6
- metadata.gz: 457eebf0214112d42a5c3fdc55889273acbc880f95378a2dab01f5040a930f9e10dc1b313b8e6374d9ed7439d24e748518d9c7da3255e5c424279999b4175f37
7
- data.tar.gz: c9fc0e5b1aed389c7755135fdbd188a850d5df569a9d3e4e1006443d86385dde6cb39f7c467347b22c77780b87a9c4ee5f58344a48f8ecc28c4cf44579ac6e8e
6
+ metadata.gz: 0cabeee73e34bcc419e316e412400cefa5221363f26c880054c0af3234092afb805ab3e169f6883ea97332a49de86cc1a9a71e26a153e2f35a259b50fc9f8a99
7
+ data.tar.gz: 2d4076f349f0fef7dfa545322bab831ab12236369ed6203357cb85cdc8a975ac8fddd152bb99e036d93a8ff36abc7f6bf57938d4bac2eb53b60ac22226432cb0
@@ -1,5 +1,5 @@
1
- %svg{ width: '38', height: '50', viewbox: '0 0 38 50', xmlns: 'http://www.w3.org/2000/svg', aria: { hidden: 'true' } }
1
+ %svg{ width: '20', height: '20', viewbox: '0 0 20 20', xmlns: 'http://www.w3.org/2000/svg', aria: { hidden: 'true' } }
2
2
  %title Download icon
3
- %g{ data: { icon: 'download' } }
4
- %polygon{ points: '37 44 1 44 1 50 37 50' }
5
- %path{ d: 'M16,0 L16,29.7 L4.4,18.8 L0.3,23.2 L17,38.8 C17.6,39.3 18.3,39.6 19,39.6 C19.7,39.6 20.5,39.3 21,38.8 L37.6,23.3 L33.5,18.9 L22,29.7 L22,0 L16,0 Z' }
3
+ %g{ data: { icon: 'download' }, fill: '#373150' }
4
+ %path{ d: 'M1,18L19,18L19,20L1,20Z' }
5
+ %path{ d: 'M8.973,0V12.743L5.349,9,4,10.448l5.3,5.289A1.045,1.045,0,0,0,9.96,16a0.978,0.978,0,0,0,.658-0.263L16,10.448,14.651,9l-3.7,3.743V0H8.973Z' }
@@ -0,0 +1,6 @@
1
+ %svg{ width: '20', height: '20', viewbox: '0 0 20 20', xmlns: 'http://www.w3.org/2000/svg', aria: { hidden: 'true' } }
2
+ %title Print icon
3
+ %g{ fill: '#373150' }
4
+ %path{ d: 'M15,1H5A2.006,2.006,0,0,0,3,3V5H17V3A2.006,2.006,0,0,0,15,1Z' }
5
+ %polygon{ points: '0 6 0 17 2.58 17 3.02 14.804 3.18 14 4 14 16 14 16.82 14 16.98 14.804 17.42 17 20 17 20 6 0 6' }
6
+ %polyline{ points: '16 15 17 20 3 20 4 15 16 15' }
@@ -0,0 +1,8 @@
1
+ %svg{ width: '20', height: '20', viewbox: '0 0 20 20', xmlns: 'http://www.w3.org/2000/svg', aria: { hidden: 'true' } }
2
+ %title Share icon
3
+ %g{ fill: '#373150' }
4
+ %circle{ cx: '3.5', cy: '10', r: '3.5' }
5
+ %circle{ cx: '16.5', cy: '3.5', r: '3.5' }
6
+ %circle{ cx: '16.5', cy: '16.5', r: '3.5' }
7
+ %rect{ x: '4.432', y: '5.453', width: '12', height: '2', transform: 'translate(-1.753 5.039) rotate(-25.122)' }
8
+ %rect{ x: '9.398', y: '7.62', width: '2', height: '12', transform: 'translate(-6.395 17.027) rotate(-64.11)' }
@@ -1,7 +1,7 @@
1
1
  require 'pugin/version'
2
2
 
3
3
  module Pugin
4
- ASSET_VERSION = '1.8.0'.freeze
4
+ ASSET_VERSION = '1.8.1'.freeze
5
5
  ASSET_LOCATION_URL = ENV.fetch('ASSET_LOCATION_URL', 'https://s3-eu-west-1.amazonaws.com/web1live.pugin-website')
6
6
  STATIC_ASSET_LOCATION_URL = ENV.fetch('STATIC_ASSET_LOCATION_URL', 'https://s3-eu-west-1.amazonaws.com/web1live.static-assets')
7
7
  STATIC_ASSET_PUBLIC_LOCATION_URL = ENV.fetch('STATIC_ASSET_PUBLIC_LOCATION_URL', 'https://s3-eu-west-1.amazonaws.com/web1live.static-assets-public')
@@ -1,3 +1,3 @@
1
1
  module Pugin
2
- VERSION = '1.6.21'.freeze
2
+ VERSION = '1.6.22'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pugin
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.21
4
+ version: 1.6.22
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Rayner
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-04-06 00:00:00.000000000 Z
11
+ date: 2018-04-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -207,7 +207,9 @@ files:
207
207
  - app/views/pugin/icons/_close.html.haml
208
208
  - app/views/pugin/icons/_download.html.haml
209
209
  - app/views/pugin/icons/_file.html.haml
210
+ - app/views/pugin/icons/_print.html.haml
210
211
  - app/views/pugin/icons/_search.html.haml
212
+ - app/views/pugin/icons/_share.html.haml
211
213
  - app/views/pugin/icons/_uk-parliament.html.haml
212
214
  - app/views/pugin/javascript/_google_tag_manager.haml
213
215
  - app/views/pugin/javascript/_google_tag_manager_noscript.haml