tailwindcss-rails 2.7.8-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: 8f8207698e355a4cf74bbdf94975b19c31612010295eda5b17b8d906fbe7c408
4
- data.tar.gz: 9e7f002ff049a01aa5a9ddfe781b804f0f6b170e59f3cf8243343efdb91b10fc
3
+ metadata.gz: 92aa2ad2f21d5761b04b4bdda03ec533c0c3700c1a929ff4e9e759620855ff94
4
+ data.tar.gz: '03860e527c9af24eee9c1f3d94e0f05318bdd8af6701ad8b7b360384e94b3438'
5
5
  SHA512:
6
- metadata.gz: d1ec871bd54a2d1369ce61a97cd33459d8f606a48c5d8297686c851c281caccf60ca15e47e05e1f4adf3d5171027179e45d2bd41686461f64b88f43dcb38a02b
7
- data.tar.gz: c6f379e9ab8ce1ef8c9a882fccd4005110fe5c2762340d5572ce494b932c7aac533c11ec75205362933a78238b4ee27bf26b17f04dcd79141fb9e91094d54f69
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 == :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-darwin
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