tailwindcss-rails 2.7.8-arm-linux → 2.7.9-arm-linux

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: 75c9eabb40356ccdb6cdd14f01606fd49fbf2626543c05607fda01f9e2f9d8f9
4
- data.tar.gz: 2ab608b5ac9420c82e29911565bab8a724189e709bc13c14aea43c0a0e7f440b
3
+ metadata.gz: c35cf064dd91eddd002e0008107826da72ce97b2d574c69dbded39203c233ec6
4
+ data.tar.gz: 2c4067a6a5a4f1bb39dc587d485724420d96ace271066166ae29260b56dd500b
5
5
  SHA512:
6
- metadata.gz: 49d127ba1047b5bd13a60e5a28c8d61a58e1ff563d45f0020ddea4cd13f0e454c6bb3d7f7849409fd2b94a37f9f7828f4cff728cc01bfa23dd528ac34f1ad1af
7
- data.tar.gz: 22b6bc1895042b7d91aeec5daaf80146741320db506c91f4811167aa56edf9918078ead659799cc1879b87d9ed2d9a3a8e6bacc4c3649818c7916ffa6eae2abe
6
+ metadata.gz: d25879de62ea0eb5c66d14f6b845a66456e99a500619059c027fee775a350ddafab56e4612dfbb28f83fe622088b804f83fe6035b2e14c224554097a7e2daa04
7
+ data.tar.gz: 0c2ec2ea5ca418d0b62ed37cbe2b746ee9740370388069b6cb3c76f1716c2ecddd4be95e927eebb4e5107c441fe7f29f686425962f70ddab2f833ac6f9df642a
@@ -26,9 +26,9 @@
26
26
  <%%= form.<%= attribute.field_type %> :<%= attribute.column_name %>, multiple: true, class: "block shadow rounded-md border border-gray-400 outline-none px-3 py-2 mt-2 w-full" %>
27
27
  <% else -%>
28
28
  <%%= form.label :<%= attribute.column_name %> %>
29
- <% if attribute.field_type == :text_area -%>
29
+ <% if attribute.field_type == :textarea || attribute.field_type == :text_area -%>
30
30
  <%%= form.<%= attribute.field_type %> :<%= attribute.column_name %>, rows: 4, class: "block shadow rounded-md border border-gray-400 outline-none px-3 py-2 mt-2 w-full" %>
31
- <% elsif attribute.field_type == :checkbox -%>
31
+ <% elsif attribute.field_type == :checkbox || attribute.field_type == :check_box -%>
32
32
  <%%= form.<%= attribute.field_type %> :<%= attribute.column_name %>, class: "block mt-2 h-5 w-5" %>
33
33
  <% else -%>
34
34
  <%%= form.<%= attribute.field_type %> :<%= attribute.column_name %>, class: "block shadow rounded-md border border-gray-400 outline-none px-3 py-2 mt-2 w-full" %>
@@ -1,3 +1,3 @@
1
1
  module Tailwindcss
2
- VERSION = "2.7.8"
2
+ VERSION = "2.7.9"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tailwindcss-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.7.8
4
+ version: 2.7.9
5
5
  platform: arm-linux
6
6
  authors:
7
7
  - David Heinemeier Hansson
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-10-08 00:00:00.000000000 Z
11
+ date: 2024-10-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties