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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0f1c3ba1359991385164637f855ced4bb2443087d59cca7466cabf43d91b0d27
|
4
|
+
data.tar.gz: e801baaafcc77bf43af19a85791f894ebdf52b9bc34a728fa587fa9932680986
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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"
|
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.
|
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
|
+
date: 2024-07-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: standard
|