tailwindcss-rails 2.7.7-x86_64-linux → 2.7.8-x86_64-linux

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: e52c10047a87b41bda1ddd0a1deb4d53cd70c5f560d240d3036232a0947ade6e
4
- data.tar.gz: 394faa789ef6062caae95675da9fe0aae708d2e534ffb36904d730f1b51ae51a
3
+ metadata.gz: f1f9ef24215cf0049b3d817ea4818c47afed369f285968ba3d4e6007baf9d002
4
+ data.tar.gz: 5252b4efaabc92763c10b2a66cbf3a486f8d2ecdde59f49f13cadb79b7bd24fa
5
5
  SHA512:
6
- metadata.gz: 98d97fdbbcfb1af7d02e80465bcfa6e9d1d394fcd1555e5c76d830c5dcc455ed6a9a1e2d0f1ecd98e7e505e20c23e3d9815b6e2c74dc3caf94a89e3595e9dc41
7
- data.tar.gz: c3a50047651c293839e33e17c59502c6287a1b91b0aad8cb4c764dbf4e4aab028424ffdecd38697fc14bee5ee72734bf1183e534f9e782561ecee0d874f79f5e
6
+ metadata.gz: 97a13898f2091df7fc07c9cc4e8e2ca6d5ace8a1c00cf6583f1ba22b36eeea90837ef8d69ccb0528620b54e0648138c78a6b78a94bbd241bd5603d743fb98b2f
7
+ data.tar.gz: 4cae9935009120d2598b5b72fe9829c147e40dd3ddb1fa59565c270aa2b6fdd29dc370695078645756157db2c2de003c9de660ba3f3382ee1bad6154eb510e10
@@ -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: x86_64-linux
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