tailwindcss-rails 2.7.7-x64-mingw32 → 2.7.8-x64-mingw32

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: f4719b645c4c4c584ddd39518ff92ab30a271da4d9be2d02f9d778a0a266e757
4
- data.tar.gz: 5500b14e6746a23e112d95d14a4d8997ba0a602d982300127fceaa50a3654a7f
3
+ metadata.gz: 07161f469026572f5e4317349e0e56fe5fdac9d3ec9e20185b01193441325e94
4
+ data.tar.gz: 8f8f3aedbbcfe35952413f61608e1d7489ba6961aa7f052fd30323f01eddd730
5
5
  SHA512:
6
- metadata.gz: 3a57c6a81209c5342085d67b6cc6837d2fa8c079f28f6c07a3ed4291f7d68f35def6034a68f9dcb4735eed9804a6f9bd3e3f52369cf6793239ad502fde50c34a
7
- data.tar.gz: 9950b44a908df1803d458c2226de1a132c89232efeee32c848ddea5935f8f21da59f7704dc10b56fa0b52fbf6910f537eedf56f6e609d7f0a9d65b8d1a956660
6
+ metadata.gz: 2160e68180f5c031c70071bf695681236300f5410ad990c21f6ca670601d16903248192a3f7b20739461b622f5ad468e30ede918d52b86a81a9129687dbeb78b
7
+ data.tar.gz: fb92885ba01ab979182b001f50baab4ae996e0c7022a97bf23b9bae83d61a26df4ce96068613e689e0a6d8a248c7d66884cfdda9f9ffe451fbd3a97c1e9610e7
@@ -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: x64-mingw32
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