tailwindcss-rails 2.7.8-aarch64-linux → 2.7.9-aarch64-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: 1d5de6a7829c7167c09c48f84e479b74f93d88f8f71f3bf1e0508bac2d82a0b1
4
- data.tar.gz: 43fd23c4e0a0d0edc81553f17ae12d941563c027ab45e474272700a272b0dd64
3
+ metadata.gz: 66e870b9cb7cdb8dbafee532d71b9ac55609712d9b1f228eadd33b43345e4452
4
+ data.tar.gz: 4494264d23dcf83b54a70c3d0c151f50d852d2f5d1a339a98b4295fc774eb326
5
5
  SHA512:
6
- metadata.gz: 356f4b4b0a40f1166acb27a2b1fdf23f8cb4683832b092c42d3bb3681f9467f4104083592e87c7c9074b555f0c5053c765b5acebc06ad2c70a404b998f9e96f9
7
- data.tar.gz: 3a93b0debb5d731d8de57b040485d93f2ab584531753ac0a1373e615a4f129d4ec7dc3f4869bca55ac9f1fcfcfe6ec12a866d9873b22933ffe52b9dffb033a44
6
+ metadata.gz: 99a339406b96da781c3cd58c0b40822c7b4e48b18453183662a38e6e98b6a8c4056274933ec51e6c1acff17d98dd2ee230432cbbcff51d2f6b5a0ad2b2867b88
7
+ data.tar.gz: 30a0e1ea90396a924101334677c4e7a984bb9e4b5e1a71c44821eacbd527adfb16eda01b5e6f1a758803fd9ec66adaa86a73762dc5e3a3254bc088db546380a6
@@ -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: aarch64-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