tailwindcss-rails 2.7.7-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: c6bfb6e286e10b74df2e5bc96a3838e16298aebbc907d5e6eace99f51d93fd77
4
- data.tar.gz: 06cacc9afd7f2aa4d291bb37ecc24a538f375eda0dbaca202cbca762b5812747
3
+ metadata.gz: 82da863350fc0c7ba45f8ed074288027f2a935124817b44a6ce6a56a938fb8ec
4
+ data.tar.gz: 4691833fe81d0102795bc8521f688e66916fa8b0c65412389ce01f19b2672b6e
5
5
  SHA512:
6
- metadata.gz: 206ea2d6957e0969d50c767649494bc8d930ab139c3fdfd5b0be804b869944ea7d62c55fab86ac393fb7aabe299151f8e869a3cfc0c49ee29620f1c919931e6a
7
- data.tar.gz: 34f2c7ac25fffd889a92c5e14d1e4fc259618fb64ea8554910568c94999b6ccf98909567baa68eb33eb621f533d37ef4481f048fb3d610a6f657e1b4d450ae98
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 == :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: 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-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