arclight 1.1.1 → 1.1.2

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: dcb3f419a2de7718525b07816f81a8f6d957cf6e4cd999bd3cd037d8c83252e1
4
- data.tar.gz: 8458d1d2031ffe66f4f6a562b808990c23a04f7d0863fa30d616fbf85e403a34
3
+ metadata.gz: 3bde9aafc125ea48ead373cf37dd8a0928c21e18ee33582ee67cc942f92a8bb7
4
+ data.tar.gz: bfcd7d32cd0338df72900909e9b7f97342f9cb2fabc2ac976e10aa652f7c85de
5
5
  SHA512:
6
- metadata.gz: 2304bd8ff0448478ceb17d021322993f8b69ab2d77a8f6148c17e223939fbc056ceca5999dd37b2af3a0f5b1a7cd658329141a48f461dd04761cd5f7ef721280
7
- data.tar.gz: 81f134a1d90866588ce97f0dc60ee1bebdf213fe5a467ec9ae032fdd2301ef236eefab02ad553040f270b483f788049c90eace3e320a6b1a0b8bcf071a5a0781
6
+ metadata.gz: fefcf5ac8d97af4cb54dbab7ce4de66a0bfc550ccc77211e7c54e0cf3d62e393ff0f2c2713bfeaaa362886d621c8080e13a91a617cd812f3b3226c3382d00360
7
+ data.tar.gz: 679402a84519e35f035e3a60646333ec4fbfb76c767a972badb1332784a630bdf6af24ec14e4c4637f4251ed37cc3e296ea4ddfbd0ba0819f472afb0375cd890
@@ -1,4 +1,5 @@
1
1
  .navbar-search {
2
+ z-index: 10;
2
3
  .search-query-form {
3
4
  max-width: 100% !important; // work around blacklight styles
4
5
  display: flex;
@@ -17,7 +17,7 @@ module Arclight
17
17
  end
18
18
 
19
19
  def search_within_collection_url
20
- search_catalog_path(helpers.search_without_group.merge(f: { collection: [document.collection_name] }))
20
+ search_catalog_path(helpers.search_without_group.deep_merge(f: { collection: [document.collection_name] }))
21
21
  end
22
22
  end
23
23
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Arclight
4
- VERSION = '1.1.1'
4
+ VERSION = '1.1.2'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: arclight
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Darren Hardy
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: exe
13
13
  cert_chain: []
14
- date: 2024-03-13 00:00:00.000000000 Z
14
+ date: 2024-03-15 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: blacklight