bullet_train-themes-light 1.2.13 → 1.2.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: '07480af387e0ccb15a06528f94b8def5854456a3a98995ddea73d7621b186f20'
|
|
4
|
+
data.tar.gz: 7c476b3d49bf6bf3e189f0114b41dbc10b6408e2d7bef589e16712a323942666
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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 %>
|
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.
|
|
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-
|
|
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
|