bullet_train-themes-light 1.0.34 → 1.0.35
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: 9ec64b1063017a7d9fa7d9394459aa93260d7886251d28dd3b92af9359ee3ce7
|
|
4
|
+
data.tar.gz: fab815d7cf3ab31525f9e390fbf9655e78c7e5abeab0ff7a0e1ad7f40563b034
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0ff4fe036e3931d865b1206d0439404bcf57b20efe6015f3f79ea0231cdd59e0a1d67bef45d4ea76719e67a8761336cb4b223512d5aac6a2b573b9d9bdb66196
|
|
7
|
+
data.tar.gz: b370ed2e01f65a3426c827417d726ac1b702dc996194f04048b38b6b51251e5bf48f3692c26bca90e16c1cd0c1dd1c0d6c212e9938486155ef9849392493c3fc
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
<% color ||= 'yellow' %>
|
|
2
2
|
|
|
3
|
-
<div class="rounded-md bg-<%= color %>-400 border border-<%= color %>-500 py-4 px-5 mb-3">
|
|
4
|
-
<h3 class="text-sm text-<%= color %>-
|
|
3
|
+
<div class="rounded-md bg-<%= color %>-400 border border-<%= color %>-500 dark:border-<%= color %>-200 py-4 px-5 mb-3">
|
|
4
|
+
<h3 class="text-sm text-<%= color %>-600 dark:text-<%= color %>-200 font-light">
|
|
5
5
|
<%= yield %>
|
|
6
6
|
</h3>
|
|
7
7
|
</div>
|
|
8
8
|
|
|
9
9
|
<% # we have to list out the evaluations we want possible above so purgecss includes them in production. %>
|
|
10
10
|
<% if false %>
|
|
11
|
-
<div class="bg-yellow-400 border-yellow-500 text-yellow-
|
|
12
|
-
<div class="bg-red-400 border-red-500 text-red-
|
|
11
|
+
<div class="bg-yellow-400 border-yellow-500 dark:border-yellow-200 text-yellow-600 dark:text-yellow-200"></div>
|
|
12
|
+
<div class="bg-red-400 border-red-500 dark:border-red-200 text-red-600 dark:text-red-200"></div>
|
|
13
13
|
<% end %>
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<% yield p = np %>
|
|
2
2
|
|
|
3
3
|
<div class="-m-0.5">
|
|
4
|
-
<div class="border
|
|
4
|
+
<div class="border border-dashed rounded-lg border-yellow-500 bg-yellow-400 dark:bg-opacity-10 dark:border-yellow-200 dark:border-opacity-70 -m-3 p-3 xl:py-4 xl:px-4 xl:-mx-4">
|
|
5
5
|
<%= p.content_for :content %>
|
|
6
6
|
|
|
7
7
|
<div class="py-3 px-3 space-y-2 pt-6">
|
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.0.
|
|
4
|
+
version: 1.0.35
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Andrew Culver
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-07-
|
|
11
|
+
date: 2022-07-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: standard
|