bullet_train-themes-light 1.0.37 → 1.0.38

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: 3a9edbd6f9361ea3e63f1c1af36e74f8176c4a97a93e932b03e3a7860f748c52
4
- data.tar.gz: 952d211adc95c5cb6651b26c855ee0c8a3b1d35257076f48892e5724580def99
3
+ metadata.gz: 2d72e4e2c01bc3e1270c578560c9a082c81d8560befb1b34ccc9df20ed12c70f
4
+ data.tar.gz: ca2512cc87ddf31ef1b8c8a277c48d4525b5544a31aae40bed07b0ab61b96ac5
5
5
  SHA512:
6
- metadata.gz: f246a927856ce8e7a685c43b2f48e3f1f65fa4ed2b998d002815c9164eb39d46572af9e61abcc5b7fb3f83c5aa94c7527cad006e40fec79ea0faae942d3cf3e5
7
- data.tar.gz: 28d74dea8a0cb56ae750688eb26102e36cb327efb76ce545f0f407fff1ed2b56c0a2c9f7e27413cd1795a1eb56ab652291d975ab03f7b816e4e5a005547e8d14
6
+ metadata.gz: 232e5635bc1dab3e6a6722b20d71aeddd213583d22e4e7064b7bba149efb6c6a95681fe394a4085c55971bda4f6b2a6b2c545565fc7fb2343fc8bd20990fdb6a
7
+ data.tar.gz: 92dfd6ae374004bd477a71321e7e0a76653b67931e3bebe39e98e702535b089a0b47d92333332d97dd944322d247e52c7af206f93b15fd8222789f192323479e
@@ -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 %>-600 text-<%= color %>-600 font-light">
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">
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 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>
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>
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-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"
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"
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
@@ -53,7 +53,7 @@ end
53
53
 
54
54
  <% # any error messages. %>
55
55
  <% if has_errors %>
56
- <p class="mt-1.5 text-xs text-red">
56
+ <p class="mt-1.5 text-xs text-red-600">
57
57
  <%= errors.map { |error| error + ". " }.join %>
58
58
  <%= yield :error %>
59
59
  <% flush_content_for :error %>
@@ -1,7 +1,7 @@
1
1
  module BulletTrain
2
2
  module Themes
3
3
  module Light
4
- VERSION = "1.0.37"
4
+ VERSION = "1.0.38"
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.37
4
+ version: 1.0.38
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-02 00:00:00.000000000 Z
11
+ date: 2022-07-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: standard