bullet_train-themes-light 1.7.18 → 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: 1325a13e9afefc7c3f58406bcb7dd2fa656bdcefb9d6bda1ee4a235076bf3651
4
- data.tar.gz: a70d811d1d1baf938fc5bf647dd8d4f6f644483dd3c36d4e3fdad6e72c038ef5
3
+ metadata.gz: 0f1c3ba1359991385164637f855ced4bb2443087d59cca7466cabf43d91b0d27
4
+ data.tar.gz: e801baaafcc77bf43af19a85791f894ebdf52b9bc34a728fa587fa9932680986
5
5
  SHA512:
6
- metadata.gz: f61d626d8d804df76a3cc686e1b5dfcea67ad8c2b78921b6b6c9cf96ec6a7cc14f9dc003899337b0e58d7135ad8ba738a236cf4af7bbcc4889076d6bb41ccbfb
7
- data.tar.gz: ef27d03bbd119c7c86aa21c78c1a3a4dd57ffcc158e0842fa32a80fd02f996fe02e6c5ed00f438e94d19bb7c1e9c64fb70dfa6f8c686aacf90c347bf950d3e2e
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.18"
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.18
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-15 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