bullet_train-themes-light 1.2.12 → 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: 5ee9deedd4b91b59a33ad8dd0d051260325e49fd0fd534d08483b17aed7b1a12
4
- data.tar.gz: b274faf6e13e74663bf00100bbe9d55572977ba04c2b63bf359068e04d886881
3
+ metadata.gz: bf39e8a050a141bc1084efce8a6f37b672642c5ff52152ec047e4d88cf731ada
4
+ data.tar.gz: 403e3bb0ddd2b20f0805889f262612e9405d1267785c727ad0d0ccf995f81a5c
5
5
  SHA512:
6
- metadata.gz: 2e5771f3a43c549860bd980035b85258ddc638ef8580309e130d4d6b47089f006339d76f6bb2c86f86130db12e8f704f9f83372c429df409d9832c971d2907aa
7
- data.tar.gz: eed11f62beedb2e86e68377d10d11a2be6606e07e5f1f9111a03627205b20da2c8a065daefcb190fe72bc29afb24ff178d90a15e65c76b816d3828276875dcfc
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.12"
4
+ VERSION = "1.2.14"
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.12
4
+ version: 1.2.14
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-01 00:00:00.000000000 Z
11
+ date: 2023-03-02 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.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