bullet_train-themes-light 1.0.38 → 1.0.40

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: 2d72e4e2c01bc3e1270c578560c9a082c81d8560befb1b34ccc9df20ed12c70f
4
- data.tar.gz: ca2512cc87ddf31ef1b8c8a277c48d4525b5544a31aae40bed07b0ab61b96ac5
3
+ metadata.gz: cbd2f901e69dc62f92c7c5bc6aa649169ce0f131ce0ab905b5a01fbd061e4418
4
+ data.tar.gz: c0ac391167822a7eae670071c2516404908d3d144ebba94a86bd0aa7805a2353
5
5
  SHA512:
6
- metadata.gz: 232e5635bc1dab3e6a6722b20d71aeddd213583d22e4e7064b7bba149efb6c6a95681fe394a4085c55971bda4f6b2a6b2c545565fc7fb2343fc8bd20990fdb6a
7
- data.tar.gz: 92dfd6ae374004bd477a71321e7e0a76653b67931e3bebe39e98e702535b089a0b47d92333332d97dd944322d247e52c7af206f93b15fd8222789f192323479e
6
+ metadata.gz: 4b8af6edac8e084e21182f61eda8be33ba6d26d75bef60aedd699cf8d435d796db7c7ba630e7be2cf8d2b876cc27e3ae8d9f7c5fc7de33a27f62c2fe72e2daeb
7
+ data.tar.gz: 7dd0a6d4cb5ccbe827799bb06a416259846bf01ede5c9072e722ffb635e511068328f58a4376a301c4b1a46c6580a42086134c54ffe2bc7a5791af926e4f36e9
@@ -1,13 +1,13 @@
1
1
  <% color ||= 'yellow' %>
2
2
 
3
- <div class="rounded-md bg-<%= color %>-300 border border-<%= color %>-500 py-4 px-5 mb-3">
4
- <h3 class="text-sm text-<%= color %>-600 font-light">
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 %>-600 text-<%= color %>-600 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-300 border-yellow-500 dark:border-yellow-200 text-yellow-600 dark:text-yellow-200"></div>
12
- <div class="bg-red-300 border-red-500 dark:border-red-200 text-red-600 dark:text-red-200"></div>
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 %>
@@ -17,7 +17,7 @@ has_errors = errors.any? || content_for(:error).present? || other_options[:error
17
17
  options[:class] = "#{options[:class]} block w-full rounded-md shadow-sm font-light text-sm"
18
18
 
19
19
  options[:class] += if has_errors
20
- " pr-10 border-red-600 text-red-600 placeholder-red-600 focus:outline-none focus:ring-red-500 focus:border-red-500 dark:bg-darkPrimary-800 dark:text-darkPrimary-300"
20
+ " pr-10 border-red-500 text-red-900 placeholder-red-500 focus:outline-none focus:ring-red-500 focus:border-red-500 dark:bg-darkPrimary-800 dark:text-darkPrimary-300"
21
21
  else
22
22
  " focus:ring-primary-500 focus:border-primary-500 border-gray-300 dark:bg-darkPrimary-800 dark:border-darkPrimary-900 dark:text-darkPrimary-300"
23
23
  end
@@ -1,7 +1,7 @@
1
1
  module BulletTrain
2
2
  module Themes
3
3
  module Light
4
- VERSION = "1.0.38"
4
+ VERSION = "1.0.40"
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.0.38
4
+ version: 1.0.40
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-03 00:00:00.000000000 Z
11
+ date: 2022-07-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: standard