anchor_view_components 0.42.0 → 0.42.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: 9207c6ecfa4e87ba072c74c032a28f64dd98eb30f993f219b842c6ab51022cb6
4
- data.tar.gz: 8698e0d21a991d0db3f0ef4f7e61675a91fca055ff44e28b35bcce4355eb65df
3
+ metadata.gz: 7885ed7b46200108d61ff50ce1aa5438b39b8ddd26cb8663448ca64813be9bd5
4
+ data.tar.gz: 56587dba2792955e8c125ab8a62980fbeec842266430a6b0429ac1860c60c65f
5
5
  SHA512:
6
- metadata.gz: d0f5886f21cc39ca0be093956d1784d5ffea742a434320acec0edd5a556bda9e3fbe3387bb7e1219c93b5e43dd57a4e6b70df74ff3a87a7e301c0b0476860967
7
- data.tar.gz: 9d42add9fc890a19f07e8eccfd46895e924d78993a6a91905a63ba49978a24c11421971ed57679801b28d5acb3c3d89418b5edb8c9d476c0ce9857f286a8e8ce
6
+ metadata.gz: e68940bcedea40093a238b976f115368e029ed67a4799dadb92709a2d5ca49a198c243df0d1ccfd99759d93f4c37036f4b1e45de9a9be0b4188cb35490e966f5
7
+ data.tar.gz: 0ef035e0d4d17ea01bb1aaf9ba1e5e55fa309ff172aed3377df6236bee242945e5c54ef3042a1314e4d8a389fd4d71b94c9a49e3a8fb1b1f4dbab71317b1d1b7
data/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.42.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 4696662: Fixed the border color of Table rows.
8
+
3
9
  ## 0.42.0
4
10
 
5
11
  ### Minor Changes
@@ -5,7 +5,7 @@
5
5
  <% end %>
6
6
 
7
7
  <thead>
8
- <tr class="border-b">
8
+ <tr class="border-b border-subdued">
9
9
  <% columns.each do |column| %>
10
10
  <%= tag.th(
11
11
  header_for(column),
@@ -44,7 +44,7 @@ module Anchor
44
44
 
45
45
  def system_row_classes
46
46
  class_names(
47
- "border-b focus-within:bg-neutral",
47
+ "border-b border-subdued focus-within:bg-neutral",
48
48
  "hover:bg-neutral hover:cursor-pointer": rows_link_to.present?,
49
49
  "hover:cursor-pointer": sortable?
50
50
  )
@@ -1,5 +1,5 @@
1
1
  module Anchor
2
2
  module ViewComponents
3
- VERSION = "0.42.0".freeze
3
+ VERSION = "0.42.1".freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: anchor_view_components
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.42.0
4
+ version: 0.42.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Buoy Software