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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4d9c81e354396a40533254130b96ebf350b5f0525b221f5d84ff7a95eeeea20c
|
4
|
+
data.tar.gz: e8416f374b84165b588adcd87e774002e1d276c7ce729a1d31801a514d9e14ea
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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 == :
|
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" %>
|
data/lib/tailwindcss/version.rb
CHANGED
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.
|
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-
|
11
|
+
date: 2024-10-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: railties
|