sdr_view_components 0.8.0 → 0.8.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2a7f0502701fd4d8fa40f595c582e8d3639edd747efabae9a9453386b23c3bff
4
- data.tar.gz: 17b95f5d8d01a6af4af3dbb8a0d15b9a843a03e44ab8428793de0fae84dcaf79
3
+ metadata.gz: 1a89b7fb8bfdf855c3cd22ea788658b10738f042a3900b5475b7edaa9f54bac5
4
+ data.tar.gz: acd6997c3b3781ec16a49f3ee029d58211f1ed99e980f9502e06c7621b6e227f
5
5
  SHA512:
6
- metadata.gz: 6411da75700daee1d917a8bd7bdc47cdebe312af9d63b535a974d5114fee4697024532d7b31fa95150b5f4fa438897df0e97a7500dddfef7907e05a5b0fc1aa8
7
- data.tar.gz: 4a062e6024b31b4c83439615ecfd6533f293b8798d36327c3dca1280a56ac9e041b205a2e92f6509ba4d5deb78ff460cfc4593ded78feddd4f46395267459ee3
6
+ metadata.gz: 3d076c42c048b050edd2ed57655e9203a3a534fbaa57008eed50cbcf2572f78efc3c2edf61558f542446b9b6fb413682b40eec5e42ec5110bc20f012c254fc0c
7
+ data.tar.gz: b398eb960a67d533b2b7ca2676c71fff58a5dba641acc2d0c1a9ef56b4ed6d79952df88f1e18a6d0714ae38c0b0e2001297446ec0cdb76bd2d62e69331c299a4
@@ -3,11 +3,13 @@
3
3
  <div class="container">
4
4
  <div class="row row-gap-3">
5
5
  <div id="sul-footer-img" class="d-none d-md-flex d-lg-none d-xl-flex col-sm-12 col-lg-3 col-xl-3 d-flex align-items-start justify-content-lg-start justify-content-md-center">
6
- <a href="https://library.stanford.edu" class="prefooter-logo stacked-lg">Stanford University Libraries</a>
6
+ <a href="https://library.stanford.edu" class="prefooter-logo stacked-lg">
7
+ <span class="visually-hidden">Stanford University Libraries</span></a>
7
8
  </div>
8
9
  <section class="col-md-4 col-xl-3 primary-menu" aria-label="Main links">
9
10
  <div class="d-block d-md-none d-lg-block d-xl-none mb-3">
10
- <a href="https://library.stanford.edu" class="prefooter-logo">Stanford University Libraries</a>
11
+ <a href="https://library.stanford.edu" class="prefooter-logo">
12
+ <span class="visually-hidden">Stanford University Libraries</span></a>
11
13
  </div>
12
14
  <ul class="list-unstyled fw-semibold">
13
15
  <li>
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module SdrViewComponents
4
- VERSION = '0.8.0'
4
+ VERSION = '0.8.1'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sdr_view_components
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
4
+ version: 0.8.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aaron Collier
@@ -373,7 +373,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
373
373
  - !ruby/object:Gem::Version
374
374
  version: '0'
375
375
  requirements: []
376
- rubygems_version: 4.0.6
376
+ rubygems_version: 4.0.17
377
377
  specification_version: 4
378
378
  summary: Rails gem for providing SDR-specific ViewComponents.
379
379
  test_files: []