tailwindcss-rails 2.7.7-x86_64-darwin → 2.7.9-x86_64-darwin

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: 25338acae8d4585436b186e60aefce8e540fc0a2ed0bc433fb0f74a2f2a75cda
4
- data.tar.gz: 6ec289a2ae4e7e33ed185bf233ca753065cce4fa0642b5f19c754534d4d06574
3
+ metadata.gz: 92aa2ad2f21d5761b04b4bdda03ec533c0c3700c1a929ff4e9e759620855ff94
4
+ data.tar.gz: '03860e527c9af24eee9c1f3d94e0f05318bdd8af6701ad8b7b360384e94b3438'
5
5
  SHA512:
6
- metadata.gz: dd6039c0d6a2015eef1ea4e4702bccf4612f6388915dfa253ff6deac954984957249ac5e6b645093ba7963288a811e1b0a463d828d510b5933d7ea713c33407a
7
- data.tar.gz: 23e612d4a489b8f51e4011ef5865d7fe4b6a309f32780da2d9ce89a1d9758588c3d3cd34775eaa912d56d649a8ac7dad57f59b93704a08f8772c0383730e4193
6
+ metadata.gz: 805b529d31c964ce2bb2be2691647fc790e8c816d1ca3f2b46a3b7335d5820a41b7bb7f5a43f3ea52732aca1ebdf6206185309a7d862e8aedba3f0ffb8df26b3
7
+ data.tar.gz: ec9edd64b5efe4b66d997b0e43b7a2345ed4535917d94d10654887be3884434286fe6031c1c5f735764d5c6cd1e0061a0ec006c92c0b03d25c391479f57fc81c
@@ -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: x86_64-darwin
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