bullet_train-themes-tailwind_css 1.6.28 → 1.6.29

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: a167e6abaca260f2fb19c1e8a5eefdb60f513badecf71ba2943fec8253d827ca
4
- data.tar.gz: 79c200bd735a97c32ab46f869764204e70af95b786ae0fcc6f728af2bc23e544
3
+ metadata.gz: 5779590388f76269da8176e53b532e0f72da24126dad6e7a790a3e33e4164cd4
4
+ data.tar.gz: 2170289ada1fb0a554e1ee9a9937b4032c7c9bbf4a1100f9b65cb863b9a6b4d1
5
5
  SHA512:
6
- metadata.gz: 85b4ed2431e139f99b042767b30bb3655c861283d73ce580066ce02ffa5ad6d9231bb22b52a5dce17f34dc22941e891333d6523b1ff3423abb02f8d8796dee64
7
- data.tar.gz: c03a121a9caa282216f949e17cf30b65c394899c9660c5f51dfff1c35ca743592e5ba84c4b6b5f6ee6024106d345840d93d0c4a02aa1458c6e67b71e8a6fe2f6
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 text-base md:text-sm"
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"
@@ -1,7 +1,7 @@
1
1
  module BulletTrain
2
2
  module Themes
3
3
  module TailwindCss
4
- VERSION = "1.6.28"
4
+ VERSION = "1.6.29"
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-tailwind_css
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.28
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-01-22 00:00:00.000000000 Z
11
+ date: 2024-02-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: standard