bullet_train-themes-tailwind_css 1.6.28 → 1.6.29
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5779590388f76269da8176e53b532e0f72da24126dad6e7a790a3e33e4164cd4
|
|
4
|
+
data.tar.gz: 2170289ada1fb0a554e1ee9a9937b4032c7c9bbf4a1100f9b65cb863b9a6b4d1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 56846cda4bf617a209aa133579b14093a7f129a433f3d6bf43735715b7058083189a2bf206be01e2e3312685f0539ea6af1f156ea1834829cb2b3dbcc237a1a7
|
|
7
|
+
data.tar.gz: 3defd176e75e8f6f67214359d90b5611bbbbb9889e7a73c2bb3c63e19199611a45ba14af32f9c5782a98753ab3ef55c58f67412b9f1d25c910917bed731871ac
|
|
@@ -21,7 +21,8 @@ other_options[:help] = [other_options[:help], labels.help].compact.join(" ")
|
|
|
21
21
|
errors = [method, method.to_s.gsub(/_id$/, '').to_sym].uniq.map { |attribute| form.object.errors.full_messages_for(attribute) }.flatten
|
|
22
22
|
has_errors = errors.any? || partial.error? || other_options[:error].present?
|
|
23
23
|
|
|
24
|
-
options[:class] = "#{options[:class]} block w-full rounded-md shadow-sm font-light
|
|
24
|
+
options[:class] = "#{options[:class]} block w-full rounded-md shadow-sm font-light"
|
|
25
|
+
options[:class] += " text-base md:text-sm" # default to 16px on mobile to prevent zooming
|
|
25
26
|
|
|
26
27
|
options[:class] += if has_errors
|
|
27
28
|
" pr-10 border-red text-red-700 placeholder-red focus:outline-none focus:ring-red focus:border-red"
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bullet_train-themes-tailwind_css
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.6.
|
|
4
|
+
version: 1.6.29
|
|
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-
|
|
11
|
+
date: 2024-02-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: standard
|