tailwindcss-rails 2.7.7-x86_64-darwin → 2.7.8-x86_64-darwin

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: 25338acae8d4585436b186e60aefce8e540fc0a2ed0bc433fb0f74a2f2a75cda
4
- data.tar.gz: 6ec289a2ae4e7e33ed185bf233ca753065cce4fa0642b5f19c754534d4d06574
3
+ metadata.gz: 8f8207698e355a4cf74bbdf94975b19c31612010295eda5b17b8d906fbe7c408
4
+ data.tar.gz: 9e7f002ff049a01aa5a9ddfe781b804f0f6b170e59f3cf8243343efdb91b10fc
5
5
  SHA512:
6
- metadata.gz: dd6039c0d6a2015eef1ea4e4702bccf4612f6388915dfa253ff6deac954984957249ac5e6b645093ba7963288a811e1b0a463d828d510b5933d7ea713c33407a
7
- data.tar.gz: 23e612d4a489b8f51e4011ef5865d7fe4b6a309f32780da2d9ce89a1d9758588c3d3cd34775eaa912d56d649a8ac7dad57f59b93704a08f8772c0383730e4193
6
+ metadata.gz: d1ec871bd54a2d1369ce61a97cd33459d8f606a48c5d8297686c851c281caccf60ca15e47e05e1f4adf3d5171027179e45d2bd41686461f64b88f43dcb38a02b
7
+ data.tar.gz: c6f379e9ab8ce1ef8c9a882fccd4005110fe5c2762340d5572ce494b932c7aac533c11ec75205362933a78238b4ee27bf26b17f04dcd79141fb9e91094d54f69
@@ -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-darwin
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