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: 97a6c7541fcbe193c5b1fab37390fe93db90fcd6d73f22ee15d346e1ef01da3e
4
- data.tar.gz: 121d474efa25548139d90ea00559b24750f26006dedefef0c087fec793bf5f92
3
+ metadata.gz: 1138ae8051c203780a97dbf88107229cb4de6688418c5983c85477d7e6c2474d
4
+ data.tar.gz: bc4e21dfaa2156bcbb3b7df35a47c13e5e365d919bd6afa2c35763095028c267
5
5
  SHA512:
6
- metadata.gz: 0ed928eb7c7e616031b2a03fc3b0df0174e7290b57944e2a274d207acb5101746d063c3e7430a1071b7fc50cf9265a4d2c54bdec4ca29b3503572906fd216671
7
- data.tar.gz: a308f4403f27e94388666d428aa9943d728c1d280eeaeb54ce8a4d3db6689f3c3bc17736ddde914a58ba707acfae52dfa3651bced2578effbf1d9598064b009b
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" %>
@@ -1,3 +1,3 @@
1
1
  module Tailwindcss
2
- VERSION = "2.7.8"
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.8
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-08 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