solid_litequeen 0.19.1 → 0.19.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: 5b075b9f956c23d7f80e7778872d9a1b1f04eb7b7917bc2e1824bb62311eb018
4
- data.tar.gz: b6156fa03a6d00b5624171c540e9841c2cfd381c8049a0ca2915f8b1557ab4cf
3
+ metadata.gz: d5b06855636c3a37fdf29dd9b0d60b9e0acb799b8f117e126d7ce9b4c6944cb5
4
+ data.tar.gz: 56adffb815864f1d7e2d901a1176e1733784032ae34414b34b4d3308821717cc
5
5
  SHA512:
6
- metadata.gz: 97c1b9e99524020847a7a68be86cfe4d13dae4eb79002cd21cf4eaee2d4ff58bd9a67020b0ec9eb000aa68aa48f7353eaaa122677ce26f2ec6fd5a60130e6ba6
7
- data.tar.gz: fe803864a6775505c2dbd331d43107386d27ce0adfaecfadd5b5579559a26b2f8314b316c0f483b16143d5c4945174f20ebb4f5129c99cb3c4077f160cf74764
6
+ metadata.gz: 50f4b2b05c384e139cc73e440568bae0c2ea9ef5169680fa6e8917f52cbc84b7ef368dcf4d6339f41250a7d136dc42ff97dcd90da3ee3e6f18b29e7fd5a0a43d
7
+ data.tar.gz: 4036ddbbbbd90d09df71a838ab01381783216f473d60fb970df5a3c48dd278f0d0b14216c673876db683490a3d044d63d734c040a58cd9b300ec30e4ab5207b7
@@ -151,7 +151,7 @@ export default class extends Controller {
151
151
  : '';
152
152
 
153
153
  return `
154
- <div ${isSelected ? 'data-selected': ''} data-index="${index}" class="data-selected:outline-2 outline-[var(--color-primary)] data-selected:bg-[var(--color-base-100)] flex items-center gap-3 rounded-md px-3 py-2 text-sm cursor-pointer transition-colors">
154
+ <div ${isSelected ? 'data-selected': ''} data-index="${index}" class="data-selected:outline-2 outline-[var(--color-success)]/50 data-selected:bg-[var(--color-base-100)] flex items-center gap-3 rounded-md px-3 py-2 text-sm cursor-pointer transition-colors">
155
155
  ${icon}
156
156
  <div class="flex-1 min-w-0">
157
157
  <div class="flex items-center gap-2">
@@ -110,7 +110,7 @@ export default class extends Controller {
110
110
  },
111
111
  headerText: {
112
112
  text: tableName,
113
- fill: "var(--color-primary)",
113
+ fill: "var(--color-base-content)",
114
114
  fontWeight: "bold",
115
115
  fontSize: 16,
116
116
  },
@@ -36,7 +36,7 @@
36
36
  <% @tables.each do |table| %>
37
37
  <tr class="hover:bg-base-100 border-b last:border-none border-base-content/10">
38
38
  <td class="px-6 py-4">
39
- <%= link_to database_table_rows_path(@database_id, table[:name]), class: "link-primary font-medium" do %>
39
+ <%= link_to database_table_rows_path(@database_id, table[:name]), class: " font-medium" do %>
40
40
  <%= table.dig(:name) %>
41
41
  <% end %>
42
42
  </td>
@@ -48,5 +48,5 @@
48
48
  </tbody>
49
49
  </table>
50
50
  </div>
51
- <%= link_to "Download Database", database_download_path(@database_id), class: "link link-hover link-secondary text-xs mt-4" %>
51
+ <%= link_to "Download Database", database_download_path(@database_id), class: "link link-hover link-info text-xs mt-5" %>
52
52
  </div>
@@ -181,7 +181,7 @@
181
181
  data-fk_target_field_value="<%= truncated_item %>"
182
182
  class="size-4 mt-0.5 hover:cursor-pointer flex-grow outline-none"
183
183
  >
184
- <%= image_tag "solid_litequeen/icons/spline.svg", class: "size-4 filter-orange" %>
184
+ <%= image_tag "solid_litequeen/icons/spline.svg", class: "size-4 filter-cyan" %>
185
185
  </button>
186
186
 
187
187
  <% end %>
@@ -1,3 +1,3 @@
1
1
  module SolidLitequeen
2
- VERSION = "0.19.1"
2
+ VERSION = "0.19.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: solid_litequeen
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.19.1
4
+ version: 0.19.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vik Borges