bullet_train-themes-tailwind_css 1.6.27 → 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: fc789cad2da68cce5fb2c7d514e4b98e9cd7b2eac825fb25aa8d7f2ce2bb1fbe
4
- data.tar.gz: c64695958545db60fdb16e0b93055ef665331aa73861a8d97f60182ee1187d3f
3
+ metadata.gz: 5779590388f76269da8176e53b532e0f72da24126dad6e7a790a3e33e4164cd4
4
+ data.tar.gz: 2170289ada1fb0a554e1ee9a9937b4032c7c9bbf4a1100f9b65cb863b9a6b4d1
5
5
  SHA512:
6
- metadata.gz: 9e85f09b3bf2f7f245200d89e9256e43c0a2252a02cb232e8f3c8754e74a955a95274c4f808690d0de885b1452416163d92f7d96805ee372442a62c8b85dd45d
7
- data.tar.gz: c1bc2a417d2dc8efb1367f524111939ec1cfc34a9164e24102c6c72d0f5401ebd8809b6a99b2f73d03869fa1cf19bc5efab47839577bb0daefba2bdcaedd23c0
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.27"
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.27
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-19 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