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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 75c9eabb40356ccdb6cdd14f01606fd49fbf2626543c05607fda01f9e2f9d8f9
|
4
|
+
data.tar.gz: 2ab608b5ac9420c82e29911565bab8a724189e709bc13c14aea43c0a0e7f440b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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 == :
|
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: 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-
|
11
|
+
date: 2024-10-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: railties
|