katalyst-tables 3.5.2 → 3.5.3

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: 5402c4de7c04e40f7586c7ab01498e17a085b16c630a556eecbd5ddf7557fc08
4
- data.tar.gz: 52de56d41efe1dc78a47e43891db23bcca41feccb285f450e4fb45e5810d51f0
3
+ metadata.gz: 67d99ce2d2301f9752494026a850f959582c8526629c9958e6cc9a330097012a
4
+ data.tar.gz: 3a17c798586675a6ac31d737e0b15700217c37ce39d93d9bea4db1a88489ddf0
5
5
  SHA512:
6
- metadata.gz: 107ebb571430631da2083805322b3734d0a1ef5ca9f4bbf43433e0e32658ea3fec5ad8bb94e8cf768978e2b1d9224f755f81d0e32b69e59737425f23c5f9c68f
7
- data.tar.gz: c43331d1a1fc21587f0cd5a874a5adbf34813b94eae3007586418b3c440876ec00a8e810aa19eb2d15eb52b55f4c37280dee8992f8e86e95ae826094bfc5ad74
6
+ metadata.gz: 67282005deb832f18264557f4bb0334fabc53594325af5503e5a5839c8759f95f75fdabddef0c5d627ea38f281068540c78811f693f9319477d1aba74bb65882
7
+ data.tar.gz: b1158053505b7c836c96f7b1e0bb0e65578e45bc7d8f16c7fc1708059e69712e7809e3bd0a7bcfebd7091531ebbe1713140d0ed35b8ec70e1c0c490915dd1295
@@ -54,7 +54,6 @@
54
54
  box-shadow:
55
55
  0 3px 6px rgba(0, 0, 0, 0.16),
56
56
  0 3px 6px rgba(0, 0, 0, 0.23);
57
- margin-top: 0.5rem;
58
57
  background: white;
59
58
  border-radius: 4px;
60
59
  z-index: 1;
@@ -77,7 +76,7 @@
77
76
  .content {
78
77
  grid-area: content;
79
78
  padding-inline: 1rem;
80
- padding-block: 0.5rem 0;
79
+ padding-block: 0.5rem;
81
80
  }
82
81
 
83
82
  ul {
@@ -103,5 +102,6 @@
103
102
  padding-inline: 1rem;
104
103
  padding-block: 0.5rem;
105
104
  border-top: 1px solid #d3d3d3;
105
+ font-size: small;
106
106
  }
107
107
  }
@@ -16,9 +16,11 @@
16
16
  </ul>
17
17
  <% end %>
18
18
  </div>
19
- <% if footer? %>
20
- <footer>
19
+ <footer>
20
+ <% if footer? %>
21
21
  <%= footer %>
22
- </footer>
23
- <% end %>
22
+ <% else %>
23
+ <a href="https://katalyst.github.io/tables/users/queries" target="_blank">Search syntax</a>
24
+ <% end %>
25
+ </footer>
24
26
  <% end %>
@@ -22,12 +22,6 @@ module Katalyst
22
22
  collection.suggestions.each do |suggestion|
23
23
  with_suggestion(suggestion:)
24
24
  end
25
-
26
- unless footer?
27
- with_footer do
28
- link_to("Search syntax", "https://katalyst.github.io/tables/users/queries")
29
- end
30
- end
31
25
  end
32
26
 
33
27
  private
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: katalyst-tables
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.5.2
4
+ version: 3.5.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Katalyst Interactive