blacklight-gallery 1.2.1 → 1.3.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: 34f5ed3bb26c50de93c1c00243b6f407f849b01dfda173f632532249db5cc6f7
4
- data.tar.gz: d7c4f492479494b1eee20e8903776c98c9b34fde95ddbf3f700ba1afc934aa7b
3
+ metadata.gz: 3af8f3b7c360b39fec4afb07bc8239742e472448f11e20497bd2633c99bcb9d2
4
+ data.tar.gz: c17ef1bcd646a5a99f8c88742515ab105f9c51c933fd7ea66d0e7fdf5735d89b
5
5
  SHA512:
6
- metadata.gz: 166ea5971d89c94793b2079b54c772959ffd3615a46fb13025d487d7278a69ece2b442d71395f0381fad18da07a2aaac7877f360abbe4c17679a43c3786da034
7
- data.tar.gz: 7aab8432dba86c9b55816a4704da55240a1afa3d2295f99c1d7efb1bf7d2481530435b07376eeb1d7a42e4026a00e74c919f6394a8d59d5fe38810f864aa94b5
6
+ metadata.gz: bfb8a930b69bdeefbe705a2c3e8972ff878f1ba7879d062661281294565d06a9b13de728d8ee0466790b7fc404934190e99a2c095539eba41cd908092984c74a
7
+ data.tar.gz: ebcaf2fba416ba7ed3f85b1b0bf412216de60ad3cf878fae4c7f14ebd9bc69afb2dfb3cb0d9eea88289c137967eb77053b638e1663237367a4289cf6c9c3b5e4
@@ -27,16 +27,16 @@
27
27
  <% osd_config = osd_config_referencestrip.merge(osd_config) %>
28
28
 
29
29
  <div class="col-md-6 pagination">
30
- <a id="osd-previous"><%= Blacklight::Icon.new('chevron_left').file_source %></a>'
30
+ <a id="osd-previous"><%= blacklight_icon('chevron_left') %></a>
31
31
  <span id="osd-page">1</span> of <%= count %>
32
- <a id="osd-next"><%= Blacklight::Icon.new('chevron_right').file_source %></a>'
32
+ <a id="osd-next"><%= blacklight_icon('chevron_right') %></a>
33
33
  </div>
34
34
  <% end %>
35
35
  <div class="col-md-6 controls">
36
- <a id="osd-zoom-in"><%= Blacklight::Icon.new('add_circle').file_source %></a>'
37
- <a id="osd-zoom-out"><%= Blacklight::Icon.new('remove_circle').file_source %></a>'
38
- <a id="osd-home"><%= Blacklight::Icon.new('resize_small').file_source %></a>'
39
- <a id="osd-full-page"><%= Blacklight::Icon.new('custom_fullscreen').file_source %></a>'
36
+ <a id="osd-zoom-in"><%= blacklight_icon('add_circle') %></a>
37
+ <a id="osd-zoom-out"><%= blacklight_icon('remove_circle') %></a>
38
+ <a id="osd-home"><%= blacklight_icon('resize_small') %></a>
39
+ <a id="osd-full-page"><%= blacklight_icon('custom_fullscreen') %></a>
40
40
  </div>
41
41
  </div>
42
42
  <%= openseadragon_picture_tag image, class: 'osd-image row', data: { openseadragon: osd_config } %>
@@ -1,6 +1,6 @@
1
1
  <!-- Modal -->
2
2
  <div class="slideshow-modal modal fade" id="slideshow-modal" tabindex="-1" role="dialog" aria-labelledby="slideshow-modal-label" aria-hidden="true">
3
- <div class="modal-dialog col-md-10">
3
+ <div class="modal-dialog modal-xl">
4
4
  <div class="modal-content">
5
5
  <div class="modal-header">
6
6
  <button type="button" class="close" data-dismiss="modal" aria-hidden="true">
@@ -1,5 +1,5 @@
1
1
  module Blacklight
2
2
  module Gallery
3
- VERSION = "1.2.1"
3
+ VERSION = "1.3.0"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: blacklight-gallery
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.1
4
+ version: 1.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Beer
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-11-20 00:00:00.000000000 Z
11
+ date: 2020-01-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -328,7 +328,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
328
328
  - !ruby/object:Gem::Version
329
329
  version: '0'
330
330
  requirements: []
331
- rubygems_version: 3.0.3
331
+ rubygems_version: 3.1.1
332
332
  signing_key:
333
333
  specification_version: 4
334
334
  summary: Gallery display for Blacklight