bullet_train-themes-light 1.7.17 → 1.7.19

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: 1bcb9ed09918f2b6ea4ec761d72b811d939ffe25472be944caf7550a78d1886b
4
- data.tar.gz: fc0637ecfa5e6d6d5d41d49c1f203050684e64c12071cd7acbb25cffb60841d0
3
+ metadata.gz: 0f1c3ba1359991385164637f855ced4bb2443087d59cca7466cabf43d91b0d27
4
+ data.tar.gz: e801baaafcc77bf43af19a85791f894ebdf52b9bc34a728fa587fa9932680986
5
5
  SHA512:
6
- metadata.gz: 515a6611cb2cb44d80def1671ea14eaaefcd1372cdf51308b79b0cb0fc8a214790d6a9a32b28d9bf83018d1a41ae37daccc632d1e67ab6b18bd10f42984f9c37
7
- data.tar.gz: 15e3da1bd0e1e6ba8ecf846a71bca29baa1c2ca08e88b329689ca5954af85738f3d32760d586601ede1b93786f69070f9ea23402eb5fdb0cec725c73f762bed6
6
+ metadata.gz: 88fc7d6b093cfe2e5cf7f19be6f6c52f5f7c4ec7d42da2ed6be1d248fe8afd6cce6e4e1ec6b2dd3c5768aec12550f919aa0cf4b6df43c6632f250e97e56c1a23
7
+ data.tar.gz: cb87a0a6508563b1846f6ec678d11a75fe726eee7926d2c33cb6fcb650c0259f3fd81b739891571e6ab0a63539bdad3bf14d4098cdc05a7c286d3ce3030a5981
@@ -54,6 +54,7 @@ has_errors = errors.any? || partial.error? || other_options[:error].present?
54
54
  # these classes, although we have the `has_errors` conditional with some style below.
55
55
  options[:class] = "#{options[:class]} block w-full rounded-md shadow-sm font-light dark:bg-slate-800 dark:text-slate-300"
56
56
  options[:class] += " text-base md:text-sm" # default to 16px on mobile to prevent zooming
57
+ options[:class] += " disabled:bg-slate-200 disabled:dark:bg-slate-700" # classes to give a visual indicator when a field is disabled
57
58
 
58
59
  options[:class] += if has_errors
59
60
  " pr-10 border-red-500 text-red-900 placeholder-red-500 outline-none focus:ring-red-500 focus:border-red-500 dark:text-slate-300"
@@ -1,7 +1,7 @@
1
1
  module BulletTrain
2
2
  module Themes
3
3
  module Light
4
- VERSION = "1.7.17"
4
+ VERSION = "1.7.19"
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.7.17
4
+ version: 1.7.19
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Culver
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-07-11 00:00:00.000000000 Z
11
+ date: 2024-07-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: standard