bullet_train-themes-light 1.7.5 → 1.7.7

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: f610f80c5e909614e5f434ba18b51b0175ce72a9fdc9350f56a3b9c4fcb0dfd2
4
- data.tar.gz: 599c8934e789f5bc190c27b43cb8ae6e517a01ab6ab811dca44528a909b93af3
3
+ metadata.gz: 6e3d823e30b40d40e1dfad471dbb591fe8f65d3ba040d1d2a3f5217b9ac9260e
4
+ data.tar.gz: 1fd04aaadeee9628d4d38ab5ee87286083a3350146d56ed51ca289f672e3f41e
5
5
  SHA512:
6
- metadata.gz: cdb8f8bc433a8fc75eae7b7b4092c833acb28f52ae9ad824e791ae4bce49ae6ea247ca3a01f83d887062c1a00026ca7b37dd1a84e78a3213939cff0c4eb5a522
7
- data.tar.gz: 616372e60e44bf5c22e8e5682b8004c744bee3509f672186028388c675714d19e7f53f3af80133f332642bfb7df1be2dd3c7bbf5226c76d8d03f3d1816ea14dd
6
+ metadata.gz: eb15b0db4836ec2cb870dfa3b871d56bf2e6279f2f14fece060f1569a3d9ff50836d53f106ba36e54a31085a150e516693f6aec5863c20a59ec2808b3fea9a17
7
+ data.tar.gz: 56f7dd945c21a6e285d6c7fe316a1db91a7acb58c34ad9c152edd10f230a130649e6a91422377dc0c196446794ccb3e7fddf5b8f8cd48b5de86898196ae82415
@@ -7,19 +7,21 @@
7
7
  <% pagy ||= nil %>
8
8
 
9
9
  <div class="<%= "bg-white rounded-md shadow dark:bg-slate-700 dark:bg-opacity-50" unless no_background %> overflow-hidden <%= border_top ? "border-t dark:border-slate-500" : "" %>">
10
- <div class="py-6 px-8 <%= title_padding %> space-y-2 <%= 'border-b shadow-sm dark:border-slate-600' if divider %>">
11
- <% if partial.title? %>
12
- <h2 class="text-xl font-semibold dark:text-white <%= title_size %>">
13
- <%= partial.title %>
14
- </h2>
15
- <% end %>
10
+ <% if partial.title? || partial.description? %>
11
+ <div class="py-6 px-8 <%= title_padding %> space-y-2 <%= 'border-b shadow-sm dark:border-slate-600' if divider %>">
12
+ <% if partial.title? %>
13
+ <h2 class="text-xl font-semibold dark:text-white <%= title_size %>">
14
+ <%= partial.title %>
15
+ </h2>
16
+ <% end %>
16
17
 
17
- <% if partial.description? %>
18
- <p class="text-slate-400 font-light leading-normal">
19
- <%= partial.description %>
20
- </p>
21
- <% end %>
22
- </div>
18
+ <% if partial.description? %>
19
+ <p class="text-slate-400 font-light leading-normal">
20
+ <%= partial.description %>
21
+ </p>
22
+ <% end %>
23
+ </div>
24
+ <% end %>
23
25
 
24
26
  <div class="space-y-4">
25
27
  <% if partial.table? %>
@@ -1,7 +1,7 @@
1
1
  module BulletTrain
2
2
  module Themes
3
3
  module Light
4
- VERSION = "1.7.5"
4
+ VERSION = "1.7.7"
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.5
4
+ version: 1.7.7
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-05-14 00:00:00.000000000 Z
11
+ date: 2024-05-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: standard