tailwindcss-rails 2.7.7-arm-linux → 2.7.8-arm-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: 7e38fa4db61996b3dc637e35c52d5b14e94fcc42da61101ad53ce96c61263a12
4
- data.tar.gz: 686d3ce5d8c084abbbe90d32b2dfe86d63d306621d7592f54e2c06e34334dff5
3
+ metadata.gz: 75c9eabb40356ccdb6cdd14f01606fd49fbf2626543c05607fda01f9e2f9d8f9
4
+ data.tar.gz: 2ab608b5ac9420c82e29911565bab8a724189e709bc13c14aea43c0a0e7f440b
5
5
  SHA512:
6
- metadata.gz: e9faada5c864affa4c712d1506644daedec40517324ccaa68e855956cc2f44f5e6e5493b7a4a88d0cf1d5be56166f1a5a67697ffddd54652fb6add1563ee56a7
7
- data.tar.gz: d454f8ebb637fa14744e2bb3702255b31a7cb17e5ac577bb0154c82b4ad159de3fcfe2f1c4fab186f99181b31762d13e595f00c68fd270f8d8dede08a537e367
6
+ metadata.gz: 49d127ba1047b5bd13a60e5a28c8d61a58e1ff563d45f0020ddea4cd13f0e454c6bb3d7f7849409fd2b94a37f9f7828f4cff728cc01bfa23dd528ac34f1ad1af
7
+ data.tar.gz: 22b6bc1895042b7d91aeec5daaf80146741320db506c91f4811167aa56edf9918078ead659799cc1879b87d9ed2d9a3a8e6bacc4c3649818c7916ffa6eae2abe
@@ -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: arm-linux
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