tailwindcss-rails 2.7.8 → 2.7.9
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: 1138ae8051c203780a97dbf88107229cb4de6688418c5983c85477d7e6c2474d
|
4
|
+
data.tar.gz: bc4e21dfaa2156bcbb3b7df35a47c13e5e365d919bd6afa2c35763095028c267
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9eed9b2e5baeec56ebaafa401b7e6490aea02b4855d3ee6a48d5a5c5e8d0616f9bcd4934059ffcbc5dad55557f8d3fbb49d9e30fc32b41e43af8e984dcb9b551
|
7
|
+
data.tar.gz: 89c2383066f8e60c0fa40944c9082b58b171b04c7e0644b1232bf520b7687855ef28fc65eca28ed98b7032b7b139877477183af7efaa4256cc68ea2364f7fdf1
|
@@ -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: ruby
|
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
|