tailwindcss-rails 2.7.7-x64-mingw-ucrt → 2.7.8-x64-mingw-ucrt

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: c6bfb6e286e10b74df2e5bc96a3838e16298aebbc907d5e6eace99f51d93fd77
4
- data.tar.gz: 06cacc9afd7f2aa4d291bb37ecc24a538f375eda0dbaca202cbca762b5812747
3
+ metadata.gz: 4d9c81e354396a40533254130b96ebf350b5f0525b221f5d84ff7a95eeeea20c
4
+ data.tar.gz: e8416f374b84165b588adcd87e774002e1d276c7ce729a1d31801a514d9e14ea
5
5
  SHA512:
6
- metadata.gz: 206ea2d6957e0969d50c767649494bc8d930ab139c3fdfd5b0be804b869944ea7d62c55fab86ac393fb7aabe299151f8e869a3cfc0c49ee29620f1c919931e6a
7
- data.tar.gz: 34f2c7ac25fffd889a92c5e14d1e4fc259618fb64ea8554910568c94999b6ccf98909567baa68eb33eb621f533d37ef4481f048fb3d610a6f657e1b4d450ae98
6
+ metadata.gz: 755ff659a86e1980080bc8b678c2cb6e8549f9f69069cef56c9b8cd0f108771f14bea5881f827ca1baef3d221dae6ed13e90e7d5949f975f1b1d6ce93ce26482
7
+ data.tar.gz: c6fcb2057d0632c8beba02d41be5b5cda57a3a3468d02d25efc10a277918014568f83d75b6cf432da3931f8c727d0deaa3b9f4ea54a6d56d4833105580e9b549
@@ -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-mingw-ucrt
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