csedl-stimulus-dropdown 1.1.1 → 1.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/csedl_stimulus_dropdown/view_helpers.rb +0 -3
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0d0e72a77ad749e7cf4f75d69a7de4d5cddd2575072b2acc913d1151184137ce
|
4
|
+
data.tar.gz: bdbcba27b4b21cff1b4ab48582ef35ef95d3a47aefd67df742d69b971596aeaf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 233245d5fe70bc70fcb981288ecc1c9dde1aa03ef41760524c01d670459427cf8b0526c0e2198e03f6bc0e168ca058ec544cf6422da6fed62d17f64e385c358f
|
7
|
+
data.tar.gz: fade2082e9683cb1e162f3e9827e72a3969ec54a28c21ee65b7ff8269d16c12e0301556c8da10cce45bfec9925ea319e8e2e2c869220e5eff84f656bfcbcbf8b
|
@@ -108,9 +108,6 @@ module CsedlStimulusDropdown
|
|
108
108
|
|
109
109
|
panel_element = if block_given? && cont.present?
|
110
110
|
content_tag(:div, panel_options) do
|
111
|
-
r2 = content_tag :div, id: "arrow-#{id}" do
|
112
|
-
; nil;
|
113
|
-
end
|
114
111
|
r2 << content_tag(:div, class: 'content') do
|
115
112
|
cont
|
116
113
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: csedl-stimulus-dropdown
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Christian Sedlmair
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-09-
|
11
|
+
date: 2025-09-19 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description:
|
14
14
|
email: christian@sedlmair.ch
|