basecoat 1.0.0 → 1.0.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: 7f0e95f47da5d59b6f37459c13aa840918f77d977be37d999b0d69601914a925
4
- data.tar.gz: e7e669105ff2d246223535996c94c7c103417462af0aeb59ae31ca993090f705
3
+ metadata.gz: 17085310ec6fbb84cd7e779e04cf55362947f1cf440c7d92d5762d2e5759bf6c
4
+ data.tar.gz: 8370e2d4f4237d2f8d59ca917ca21edcacbec77cf45a4ee9acbfdc841a4bdff1
5
5
  SHA512:
6
- metadata.gz: 696dda706000f74e18239770381dc9899940f5713d84d5040306a4adccd1e89cdf47f6de18425826ce76934babc259af87769f4bac266f16c9eb7348304a3e48
7
- data.tar.gz: e8d9137fabcb2fcaf3d12809190ca5bb7c1e8f65ddd1144e1cbdff23adf06dce14d702fbc8a55ba6a5c931fa63e87c66a69c2c431da9f09f3d11c3464cf5c944
6
+ metadata.gz: 5e8baf2623834233d0dfeb1dc08939ca7ab3f0e0994ff2a0401b7b40f0e05ec948c072d8eb840c1afd20b3b1073b55240106bebf663dadb17e31e98733c56165
7
+ data.tar.gz: bd091f59684a2d9e5370b46e2f7bce65c0cc8e3d658c9153adc2d671ce6380c786577fb46fd1e83711d4b68afd840ae5668b194b37e09b6d9d9487d150033295
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Basecoat
4
- VERSION = "1.0.0"
4
+ VERSION = "1.0.1"
5
5
  end
@@ -8,20 +8,20 @@
8
8
  <div class="overflow-x-auto" id="<%= plural_table_name %>">
9
9
  <table class="table">
10
10
  <thead>
11
- <tr class="bg-background hover:bg-muted">
11
+ <tr class="hover:bg-background">
12
12
  <% attributes.reject(&:password_digest?).each do |attribute| -%>
13
13
  <th>
14
14
  <%= attribute.human_name %>
15
15
  </th>
16
16
  <% end -%>
17
- <th class="sticky right-0">
17
+ <th class="bg-background sticky right-0">
18
18
  Actions
19
19
  </th>
20
20
  </tr>
21
21
  </thead>
22
22
  <tbody>
23
23
  <%% @<%= plural_table_name %>.each do |<%= singular_table_name %>| %>
24
- <tr>
24
+ <tr class="hover:bg-background">
25
25
  <% attributes.reject(&:password_digest?).each do |attribute| -%>
26
26
  <td>
27
27
  <% if attribute.attachment? -%>
@@ -35,7 +35,7 @@
35
35
  <% end -%>
36
36
  </td>
37
37
  <% end -%>
38
- <td class="sticky right-0">
38
+ <td class="bg-background sticky right-0">
39
39
  <%%= link_to "Show", <%= model_resource_name(singular_table_name) %>, class: "btn-outline", data: { turbo_action: "advance" } %>
40
40
  </td>
41
41
  </tr>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: basecoat
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Martijn Lafeber