tailwindcss-rails 2.7.7 → 2.7.8

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: 97a6c7541fcbe193c5b1fab37390fe93db90fcd6d73f22ee15d346e1ef01da3e
4
+ data.tar.gz: 121d474efa25548139d90ea00559b24750f26006dedefef0c087fec793bf5f92
5
5
  SHA512:
6
- metadata.gz: 0f846fcaf057728daf5ac5bdce7f278d3e394201b48fe3e0b80af1599296a7cfccab75480dd6076d6862fe284d04480e596ddceecea1db3bc4ff0ef93ce9339a
7
- data.tar.gz: 4f1278bdd0b96bb91d2c1c650d1054f261588aaf60d2c6f75d260a9159539204cb76522756b88b69bff8e4141fc0f92baef534fce261832f2019acdfc8e57c86
6
+ metadata.gz: 0ed928eb7c7e616031b2a03fc3b0df0174e7290b57944e2a274d207acb5101746d063c3e7430a1071b7fc50cf9265a4d2c54bdec4ca29b3503572906fd216671
7
+ data.tar.gz: a308f4403f27e94388666d428aa9943d728c1d280eeaeb54ce8a4d3db6689f3c3bc17736ddde914a58ba707acfae52dfa3651bced2578effbf1d9598064b009b
@@ -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 == :check_box -%>
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" %>
@@ -1,3 +1,3 @@
1
1
  module Tailwindcss
2
- VERSION = "2.7.7"
2
+ VERSION = "2.7.8"
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.8
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-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties