bullet_train-themes-light 1.2.13 → 1.2.15

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: '07480af387e0ccb15a06528f94b8def5854456a3a98995ddea73d7621b186f20'
4
+ data.tar.gz: 7c476b3d49bf6bf3e189f0114b41dbc10b6408e2d7bef589e16712a323942666
5
5
  SHA512:
6
- metadata.gz: 758cbf5a65c3d5223209c8920eb31fe01dc902edf59f735b9ed61daccbf792e1e49d2512f70100615fdbf32ad40980e1e77c3c0e157537651d6587d65922d7bc
7
- data.tar.gz: 6bf312db31bcd9089e3af5814908b09ca3aa9f5068d3894d7de8d1b291c8878cb1c14f901e94a0a524dd55e52af141dba7a5c06d5e4ff733d68dc5911074a1b2
6
+ metadata.gz: f383548e9cb736df0b86224ec41cf988aa5ed68f283196a0d0cae04ebb3b775d29c135bfd8f29dbf007f4dacd625f416edf144d44259c5a75cb374568bd6d67e
7
+ data.tar.gz: d2a1421ecdc73f0248061c73c9eb2043bae421e19aa071d96b14ca5a7a32ed835e66d36c236b88236d8090faa3b941d5199b829804c63ff597bca75070d72c3d
@@ -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.15"
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.2.13
4
+ version: 1.2.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Culver
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-03-02 00:00:00.000000000 Z
11
+ date: 2023-03-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: standard
@@ -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_row.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