tailwindcss-rails 2.7.7 → 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: 0aebc426b060bf8a0807111fc1d90c5d39c3fd929cfb52b93e47944163a7580c
4
- data.tar.gz: 31cd8bea1d993546befc080eb07e3972edf15a4c5462bda4208eff65f987eee6
3
+ metadata.gz: 1138ae8051c203780a97dbf88107229cb4de6688418c5983c85477d7e6c2474d
4
+ data.tar.gz: bc4e21dfaa2156bcbb3b7df35a47c13e5e365d919bd6afa2c35763095028c267
5
5
  SHA512:
6
- metadata.gz: 0f846fcaf057728daf5ac5bdce7f278d3e394201b48fe3e0b80af1599296a7cfccab75480dd6076d6862fe284d04480e596ddceecea1db3bc4ff0ef93ce9339a
7
- data.tar.gz: 4f1278bdd0b96bb91d2c1c650d1054f261588aaf60d2c6f75d260a9159539204cb76522756b88b69bff8e4141fc0f92baef534fce261832f2019acdfc8e57c86
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 == :check_box -%>
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" %>
@@ -1,3 +1,3 @@
1
1
  module Tailwindcss
2
- VERSION = "2.7.7"
2
+ VERSION = "2.7.9"
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.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-02 00:00:00.000000000 Z
11
+ date: 2024-10-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties