tailwindcss-rails 2.7.7-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: 7e38fa4db61996b3dc637e35c52d5b14e94fcc42da61101ad53ce96c61263a12
4
- data.tar.gz: 686d3ce5d8c084abbbe90d32b2dfe86d63d306621d7592f54e2c06e34334dff5
3
+ metadata.gz: c35cf064dd91eddd002e0008107826da72ce97b2d574c69dbded39203c233ec6
4
+ data.tar.gz: 2c4067a6a5a4f1bb39dc587d485724420d96ace271066166ae29260b56dd500b
5
5
  SHA512:
6
- metadata.gz: e9faada5c864affa4c712d1506644daedec40517324ccaa68e855956cc2f44f5e6e5493b7a4a88d0cf1d5be56166f1a5a67697ffddd54652fb6add1563ee56a7
7
- data.tar.gz: d454f8ebb637fa14744e2bb3702255b31a7cb17e5ac577bb0154c82b4ad159de3fcfe2f1c4fab186f99181b31762d13e595f00c68fd270f8d8dede08a537e367
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 == :check_box -%>
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.7"
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.7
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-02 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