bullet_train-themes-tailwind_css 1.6.28 → 1.6.30

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: 498fd9b66fef5d45f9331a2c91c33b30477e4e954eefc0db1ca8514ae2c7035e
4
+ data.tar.gz: 78721defb1242abdd5eae1a9d5dbd07b5de0d1250b1775522548264b258fdf83
5
5
  SHA512:
6
- metadata.gz: 85b4ed2431e139f99b042767b30bb3655c861283d73ce580066ce02ffa5ad6d9231bb22b52a5dce17f34dc22941e891333d6523b1ff3423abb02f8d8796dee64
7
- data.tar.gz: c03a121a9caa282216f949e17cf30b65c394899c9660c5f51dfff1c35ca743592e5ba84c4b6b5f6ee6024106d345840d93d0c4a02aa1458c6e67b71e8a6fe2f6
6
+ metadata.gz: 4227a086026f322af86887e507d2e4b80d011237488a092b75493728f27f42536fd08a7255daa8872f36e779f1e7c519bf1dd474400be71ca6002c0bb77d3a77
7
+ data.tar.gz: da384024a18ae54f4e619668449396b9a1d02c9e59b4435444651844948aac5004e9b37fb73d0259ed050d78e044d5f62f5be9ebce73c69f4e4aabeb1c36085c
@@ -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.30"
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.30
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