bullet_train-themes-light 1.2.13 → 1.2.14

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: f88fd347787443784ca700f8fdc7eab33a8d6ccd3590960169a1f6937a9d8e50
4
- data.tar.gz: 0b43e0e5b7467fa3e31b53a50b0c0850c72718063c9c615c88f9533da8af788b
3
+ metadata.gz: bf39e8a050a141bc1084efce8a6f37b672642c5ff52152ec047e4d88cf731ada
4
+ data.tar.gz: 403e3bb0ddd2b20f0805889f262612e9405d1267785c727ad0d0ccf995f81a5c
5
5
  SHA512:
6
- metadata.gz: 758cbf5a65c3d5223209c8920eb31fe01dc902edf59f735b9ed61daccbf792e1e49d2512f70100615fdbf32ad40980e1e77c3c0e157537651d6587d65922d7bc
7
- data.tar.gz: 6bf312db31bcd9089e3af5814908b09ca3aa9f5068d3894d7de8d1b291c8878cb1c14f901e94a0a524dd55e52af141dba7a5c06d5e4ff733d68dc5911074a1b2
6
+ metadata.gz: 07754dd672645a8cb8e353e7a1e4d1d84135b2b933381ed821b585d5c6bd0a3e955493509cbae61fdc92031d5e2f711bb81d00b38a2b12da8e876cd8f7ddcba4
7
+ data.tar.gz: 6c0d7d329e713643292f05d743f925a6edfea1b138c6f8e5d9b5d3a504b1e0c95f42b78b18a70a8b10db578d27b53c730a44073da883e03557381a019c41c322
@@ -0,0 +1,20 @@
1
+ <% yield p = np %>
2
+
3
+ <%= link_to path, class: "block group hover:no-underline" do %>
4
+ <div class="bg-white hover:bg-slate-50 rounded-md shadow dark:bg-slate-700 dark:group-hover:bg-slate-700 dark:bg-opacity-50 dark:group-hover:bg-opacity-25 overflow-hidden">
5
+ <div class="py-4 px-8 pr-5">
6
+ <div class="flex items-center">
7
+ <% if p.content_for? :body %>
8
+ <div class="flex-1 text-xl font-semibold text-slate-700 dark:text-white dark:group-hover:text-slate-100">
9
+ <%= p.content_for :body %>
10
+ </div>
11
+ <% end %>
12
+ <div class="ml-5 flex-shink-0">
13
+ <svg class="h-5 w-5 text-slate-400" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
14
+ <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd"></path>
15
+ </svg>
16
+ </div>
17
+ </div>
18
+ </div>
19
+ </div>
20
+ <% end %>
@@ -1,7 +1,7 @@
1
1
  module BulletTrain
2
2
  module Themes
3
3
  module Light
4
- VERSION = "1.2.13"
4
+ VERSION = "1.2.14"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bullet_train-themes-light
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.13
4
+ version: 1.2.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Culver
@@ -147,6 +147,7 @@ files:
147
147
  - app/views/themes/light/_cell.html.erb
148
148
  - app/views/themes/light/_decision_line.html.erb
149
149
  - app/views/themes/light/_line.html.erb
150
+ - app/views/themes/light/_link.html.erb
150
151
  - app/views/themes/light/_notices.html.erb
151
152
  - app/views/themes/light/_page.html.erb
152
153
  - app/views/themes/light/_team.html.erb