tailwindcss-rails 2.7.7-arm64-darwin → 2.7.8-arm64-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: e250cd4f8afb8819a072a63ae552da60e23f4a34699b734ff1592af762e1a0a7
4
- data.tar.gz: 4c11726478bc60cd3d46ea101b3cfa12f813efbfb86040c4a4f7472aa8eec0d7
3
+ metadata.gz: f1d27f9d5bd31bb3ef5b2f142d5aab77bd50dae86afbddaf927ba3a00bfa31d8
4
+ data.tar.gz: d37488c2e22a37ac4dd5e956cceef3e6d988c5956b083d42b38e5358e824e93d
5
5
  SHA512:
6
- metadata.gz: 3fe87d4310023cd8b0009907676f2a93d08e53028e0322165ea3d046be98197fa20d734f1cdbc324f820848601efc218aa81ad3afc8648d6f25dbf065e55c38e
7
- data.tar.gz: 7306cc14750880466cd6942c3de3dc6d4a4c462d113ec11bee68a5795220e28a9f6a8fff3d53910f15937104041b703205429f9b800f16b50e312253e8c39218
6
+ metadata.gz: 1ad190c18aa32eaea1dec80644ddc6fa6d2326ff42f9abbb867c58e7f6829621bdad9581f223f0565c9dbc11db4afc192ea32248f7303d4508fdd800617aaeb6
7
+ data.tar.gz: 44bf4f711787bd9d19687dc8eafa129f5dcfa9bba95ff29b73c4d4a104ebbbbbd9b871d10e779cc229b62e9fba2bef9158b915f0a71fa304fc1bd9b910b2e1f6
@@ -28,7 +28,7 @@
28
28
  <%%= form.label :<%= attribute.column_name %> %>
29
29
  <% if 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 -%>
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.8"
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.8
5
5
  platform: arm64-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-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties