bullet_train-themes-light 1.6.36 → 1.6.37
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d10fe18d52087097debcd17d16136648e8c35a8dacad048d3dcf1151417b6859
|
4
|
+
data.tar.gz: 7a058416eb46295a2229869ef36faf3da15a7c842896700baabaf8debdef2be0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2b3bb11947c5b11b6dad22b2dc8eedf2b3dbc7762215e279f80b9064b59ce6c5d310f0c2a5fa43be9b8df4f8df14e73c0e33298a045d6c78af516b77c0c174b3
|
7
|
+
data.tar.gz: 96a9c582c04cb972d1d23aa490026d5d34d27dbacafa2818c0c5a5725c0168e390dbd73f4a97edec8a0acc2ebde89dd950068dcf76b5694b438c2fcaea9a81a5
|
@@ -27,7 +27,7 @@ if other_options[:required]
|
|
27
27
|
options[:"aria-required"] = true
|
28
28
|
end
|
29
29
|
|
30
|
-
errors = [method, method.to_s.
|
30
|
+
errors = [method, method.to_s.delete_suffix("_id").to_sym].uniq.map { |attribute| form.object.errors.full_messages_for(attribute) }.flatten
|
31
31
|
has_errors = errors.any? || partial.error? || other_options[:error].present?
|
32
32
|
|
33
33
|
options[:class] = "#{options[:class]} block w-full rounded-md shadow-sm font-light dark:bg-slate-800 dark:text-slate-300"
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bullet_train-themes-light
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.6.
|
4
|
+
version: 1.6.37
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Andrew Culver
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-03-
|
11
|
+
date: 2024-03-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: standard
|