tailwindcss-rails 2.7.8-arm64-darwin → 2.7.9-arm64-darwin
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: 172b670a4d1764400226aa0b818c78b7d6c6a3e8f568fd38cb86a23099576864
|
4
|
+
data.tar.gz: 102a5aca2960adb707d32ad1fb0889b6b8e825535eb349a7e588c289cfdf2b5d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4b3cef1799bcfb8761ed20ce9a22eecc8da867b18977a25651294e66cb9303b3ac75ebfb455ea82ed88a9fc44a2c00f2ac277d7f1746c9ecb46a66fe75b27ae1
|
7
|
+
data.tar.gz: 3a54f33742f3ad4d964f5a9c18ec76a6b877a31813bc62684fc7dad98fa2e9c9173cfbe17832062743e826c59137cc82c1f3c000a1834e7b576f4454ee5060b0
|
@@ -26,9 +26,9 @@
|
|
26
26
|
<%%= form.<%= attribute.field_type %> :<%= attribute.column_name %>, multiple: true, class: "block shadow rounded-md border border-gray-400 outline-none px-3 py-2 mt-2 w-full" %>
|
27
27
|
<% else -%>
|
28
28
|
<%%= form.label :<%= attribute.column_name %> %>
|
29
|
-
<% if attribute.field_type == :text_area -%>
|
29
|
+
<% if attribute.field_type == :textarea || 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 == :checkbox -%>
|
31
|
+
<% elsif attribute.field_type == :checkbox || attribute.field_type == :check_box -%>
|
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.9
|
5
5
|
platform: arm64-darwin
|
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-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: railties
|