bullet_train-themes-light 1.7.22 → 1.7.23

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2536ea4d8330771e977a4895f8d67c5db5ad3f59601f07f43b207bc83f0f5677
4
- data.tar.gz: 89c542fb6f8c6b75c545d087b140b40f238fe5391a8439e519e0edb6846f68e5
3
+ metadata.gz: a9050e218fdfbe9bbc6bfde58002c10af5bf6ad8659132c3b8c69befa4b0d066
4
+ data.tar.gz: e00cc5a61ec5e40caf5df39cab9f2bfee9482f39298961200dc06e87b0ed7dfa
5
5
  SHA512:
6
- metadata.gz: 13c30701605c0d6897eec0421aa42e0fb4fe9429dd3dc9797ab4a366d3b503f89bf805541524207420092354e54d1bfa161ca2c200821e760a602cb0427bc8a0
7
- data.tar.gz: 3dc7a64bb6c5d1da511231c4c3fc268a93560568f57a0b9e4d47cea28a076ee7432113eb4f8c661af312787297250105186e6425fe856b4cb7d948492c8ffa04
6
+ metadata.gz: 4ff1b47013e1df5832bb8942658d26c4ebd2eef757c6fc6420baf307d2aa4660b104568ea8d119b82de9bcbd4f83709cccb18b94ba3c5022e844be040970b974
7
+ data.tar.gz: 96acd1dde663fa7c02e90267623ed0fcc95ca90978e402e4b072563f6b797d7e812492dac8c5475f916a9265036e3b69c4923efa7d25b9692c50849e5ff216a5
@@ -28,3 +28,11 @@ ol.breadcrumb li:first-child svg { display: none; }
28
28
  height: 5px;
29
29
  @apply bg-primary-500;
30
30
  }
31
+
32
+ /*
33
+ When dragging a sortable table row, only show the first column, usually containing the element's label.
34
+ Can be customize on a per-table basis.
35
+ */
36
+ tr.gu-mirror > *:not(:first-child) {
37
+ display: none;
38
+ }
@@ -2,7 +2,7 @@
2
2
  <% memberships ||= [] %>
3
3
 
4
4
  <li class="bg-white shadow overflow-hidden sm:rounded-md dark:bg-slate-700">
5
- <%= link_to link_url, class: "group block hover:bg-slate-50 dark:hover:bg-slate-400 dark:text-slate-800" do %>
5
+ <%= link_to link_url, class: "group block hover:bg-slate-50 dark:hover:bg-slate-400 dark:text-slate-800", data: { turbo_prefetch: false } do %>
6
6
  <div class="px-4 py-4 flex items-center sm:pl-8 sm:pr-6">
7
7
  <div class="min-w-0 flex-1 sm:flex sm:items-center sm:justify-between">
8
8
  <div>
@@ -66,7 +66,7 @@ end
66
66
  <div class="<%= 'required' if other_options[:required] %>">
67
67
 
68
68
  <% # the label. %>
69
- <% unless other_options[:hide_label] == true %>
69
+ <div class="<%= "sr-only" if other_options[:hide_label] == true %>">
70
70
  <% if partial.label? %>
71
71
  <%= partial.label %>
72
72
  <% else %>
@@ -74,7 +74,7 @@ end
74
74
  <% label = (other_options[:label].presence || labels.label || legacy_label_for(form, method)) %>
75
75
  <%= form.label method, label&.html_safe, class: 'block', for: options[:id] %>
76
76
  <% end %>
77
- <% end %>
77
+ </div>
78
78
 
79
79
  <%# Here, we prioritize yielding the partial's field markup if it already exists. %>
80
80
  <%# `form.send` below calls the original Rails Form helpers, such as %>
@@ -1,7 +1,7 @@
1
1
  module BulletTrain
2
2
  module Themes
3
3
  module Light
4
- VERSION = "1.7.22"
4
+ VERSION = "1.7.23"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bullet_train-themes-light
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.22
4
+ version: 1.7.23
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Culver
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-09-14 00:00:00.000000000 Z
11
+ date: 2024-10-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: standard