tailwindcss-rails 2.7.8-x86_64-linux → 2.7.9-x86_64-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: f1f9ef24215cf0049b3d817ea4818c47afed369f285968ba3d4e6007baf9d002
4
- data.tar.gz: 5252b4efaabc92763c10b2a66cbf3a486f8d2ecdde59f49f13cadb79b7bd24fa
3
+ metadata.gz: 31445c901375a3c835eed2920c127fd28f412cae06cb4e97d1c1930de89b3567
4
+ data.tar.gz: 375248e065d4d3b72a023f0b130bd4e6a156128d18e1e11c6911a2b5a8527ca1
5
5
  SHA512:
6
- metadata.gz: 97a13898f2091df7fc07c9cc4e8e2ca6d5ace8a1c00cf6583f1ba22b36eeea90837ef8d69ccb0528620b54e0648138c78a6b78a94bbd241bd5603d743fb98b2f
7
- data.tar.gz: 4cae9935009120d2598b5b72fe9829c147e40dd3ddb1fa59565c270aa2b6fdd29dc370695078645756157db2c2de003c9de660ba3f3382ee1bad6154eb510e10
6
+ metadata.gz: 602a0203160b6262e8cd868c427979cfcbf3715ee012f123e637d0a46d5ef69bfa46cec9041df3829eb5eef9c8312339d3dcdb9538583fde526f46aad7b4419b
7
+ data.tar.gz: f8c4d7dfdd11c0780cb1e6065d9a34d32e54592fc077e77aa9a471e80de8d5a9c02be92be10d39a4ed30b900d828606ba1052f3ed2f75065a189f04db8cc09ff
@@ -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: x86_64-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