solid_litequeen 0.4.1 → 0.4.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: e01c50189f072e4218b7110121404d2390a4e32bb27e356e1e6469e2c677f102
4
- data.tar.gz: 9bcc809e2cc9ba85fc465ede0eda358f6b388526f93e9559612136562800911f
3
+ metadata.gz: 76ba9e2dc8bd46eb5a1c1451a2ec50997f4752be0b40e63d6327d29dbb371a42
4
+ data.tar.gz: 3fd62654db0ed40e63356ebe47f9e09ba6b06f4846b9d3624ca628b794b3a5de
5
5
  SHA512:
6
- metadata.gz: f627b89669d8e1716a1edb310f17e4d6ab62437e2f46aaae7169bbba32c1f2df26b8e95f76be3019398d796ad88d4c42ddf13029502be9b98c6a3dd5f5a72c19
7
- data.tar.gz: 16aa7a84df47be755818485e94c2d8f9429310e9099f9fa9e2309b9579174ab8132b7cba677e17fb469d83cb8d38388c94befb2e0558f3652005a8d0bfe36314
6
+ metadata.gz: fc01d4bd36e6dcd9b781f23ad688591a992d2f12648f938d3e6cf4f5cb2d8fdb0a5dbf8aa51d71c38e170e69c6d9a0f16d68834ac98a5dc825781c04f3002a17
7
+ data.tar.gz: f9c5f557e58e3184276fe1f0f06e0b68a0aea507164b47d23dbc7108871a6110bd8867b80565d48bf0ec5efce959c74ee5600469f9e2be52ccf666b18f26d2ac
@@ -5,24 +5,26 @@
5
5
  <p class="text-gray-600"><%= pluralize(@data.rows.count, "row") %> found</p>
6
6
  </div>
7
7
 
8
- <div class="bg-white rounded-lg shadow overflow-hidden">
9
- <table class="w-full">
10
- <thead>
11
- <tr class="bg-gray-100 border-b border-gray-200">
12
- <% @data.columns.each do |column| %>
13
- <th class="px-6 py-3 text-left text-sm font-medium text-gray-700"><%= column %></th>
14
- <% end %>
15
- </tr>
16
- </thead>
17
- <tbody class="divide-y divide-gray-200">
18
- <% @data.rows.each do |row| %>
19
- <tr class="hover:bg-gray-50">
20
- <% row.each do |item| %>
21
- <td class="px-6 py-4 text-sm text-gray-800"><%= item %></td>
8
+ <div class="bg-white rounded-lg shadow overflow-x-auto">
9
+ <div class="min-w-full inline-block align-middle">
10
+ <table class="min-w-full">
11
+ <thead>
12
+ <tr class="bg-gray-100 border-b border-gray-200">
13
+ <% @data.columns.each do |column| %>
14
+ <th class="px-6 py-3 text-left text-sm font-medium text-gray-700 whitespace-nowrap"><%= column %></th>
22
15
  <% end %>
23
16
  </tr>
24
- <% end %>
25
- </tbody>
26
- </table>
17
+ </thead>
18
+ <tbody class="divide-y divide-gray-200">
19
+ <% @data.rows.each do |row| %>
20
+ <tr class="hover:bg-gray-50">
21
+ <% row.each do |item| %>
22
+ <td class="px-6 py-4 text-sm text-gray-800 whitespace-nowrap"><%= item %></td>
23
+ <% end %>
24
+ </tr>
25
+ <% end %>
26
+ </tbody>
27
+ </table>
28
+ </div>
27
29
  </div>
28
30
  </div>
@@ -1,3 +1,3 @@
1
1
  module SolidLitequeen
2
- VERSION = "0.4.1"
2
+ VERSION = "0.4.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.4.1
4
+ version: 0.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vik Borges