tailwindcss-rails 2.7.8-x64-mingw-ucrt → 2.7.9-x64-mingw-ucrt

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: 4d9c81e354396a40533254130b96ebf350b5f0525b221f5d84ff7a95eeeea20c
4
- data.tar.gz: e8416f374b84165b588adcd87e774002e1d276c7ce729a1d31801a514d9e14ea
3
+ metadata.gz: 82da863350fc0c7ba45f8ed074288027f2a935124817b44a6ce6a56a938fb8ec
4
+ data.tar.gz: 4691833fe81d0102795bc8521f688e66916fa8b0c65412389ce01f19b2672b6e
5
5
  SHA512:
6
- metadata.gz: 755ff659a86e1980080bc8b678c2cb6e8549f9f69069cef56c9b8cd0f108771f14bea5881f827ca1baef3d221dae6ed13e90e7d5949f975f1b1d6ce93ce26482
7
- data.tar.gz: c6fcb2057d0632c8beba02d41be5b5cda57a3a3468d02d25efc10a277918014568f83d75b6cf432da3931f8c727d0deaa3b9f4ea54a6d56d4833105580e9b549
6
+ metadata.gz: d0796e7f05c73913602fd8271c6fe0171e9d4f6b6e6915b52a836348c3aa51d532e228479e5ad5e78f9f61535c841d702cb6511b68c09436c2b1da49f5589086
7
+ data.tar.gz: 6076b8a5faa8bf625c86d322646bd2c92d406250f3d2da27d56df90984beb1bbcf496c040b395580197f24c442f0705ca097d6750cdc1ef026cad63044ab6a1a
@@ -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: x64-mingw-ucrt
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