csedl-stimulus-dropdown 1.1.2 → 1.1.4

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0d0e72a77ad749e7cf4f75d69a7de4d5cddd2575072b2acc913d1151184137ce
4
- data.tar.gz: bdbcba27b4b21cff1b4ab48582ef35ef95d3a47aefd67df742d69b971596aeaf
3
+ metadata.gz: 34375f621bba3c3e81ee90ef41dc4ced271858d9c81505dd339e996a38603dfe
4
+ data.tar.gz: ac4002fa78e5f3bb1d0b247226f0ae12917686d113ceee2817a1259a14688fce
5
5
  SHA512:
6
- metadata.gz: 233245d5fe70bc70fcb981288ecc1c9dde1aa03ef41760524c01d670459427cf8b0526c0e2198e03f6bc0e168ca058ec544cf6422da6fed62d17f64e385c358f
7
- data.tar.gz: fade2082e9683cb1e162f3e9827e72a3969ec54a28c21ee65b7ff8269d16c12e0301556c8da10cce45bfec9925ea319e8e2e2c869220e5eff84f656bfcbcbf8b
6
+ metadata.gz: a26302f52f56b00bcd2a57e9264a4916987544beabaf33caad672ca86d46db0e9a6df900dcbb94fd5b65a3d97cbb71e7fbaaf34c619e6ff703251308694f9af9
7
+ data.tar.gz: 6671b720697dfdb157d6d40cc88d7d0adae651a8c9c4b1340c18683a7d11cbdd0be8c6cfbe9fc37b76bbd64547546d12665e8277724cd4de560a567f4f6f5bf2
data/README.md CHANGED
@@ -1,9 +1,9 @@
1
1
  # Stimulus Dropdown
2
2
 
3
3
  This gem adds two view helpers corresponding to the npm package
4
- [@csedl/stimulus-dropdown](https://www.npmjs.com/package/@csedl/stimulus-dropdown), to a rails app.
4
+ [@csedl/hotwire-svelte-helpers](https://www.npmjs.com/package/@csedl/hotwire-svelte-helpers), to a rails app.
5
5
 
6
- There is a [online example](https://stimulus-dropdown.sedlmair.ch/).
6
+ There is a [online example](https://hotwire-svelte-helpers.sedlmair.ch).
7
7
 
8
8
  **Links**
9
9
  * [How we are building a Rails App](https://dev.to/chmich/setup-vite-svelte-inertia-stimulus-bootstrap-foundation-on-rails-7-overview-1bk1)
@@ -108,7 +108,7 @@ 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, class: 'content') do
111
+ content_tag(:div, class: 'content') do
112
112
  cont
113
113
  end
114
114
  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.2
4
+ version: 1.1.4
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-19 00:00:00.000000000 Z
11
+ date: 2026-04-13 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description:
14
14
  email: christian@sedlmair.ch
@@ -45,5 +45,5 @@ requirements: []
45
45
  rubygems_version: 3.1.6
46
46
  signing_key:
47
47
  specification_version: 4
48
- summary: View helpers for the npm package @csedl/stimulus-dropdown
48
+ summary: View helpers for the npm package @csedl/hotwire-svelte-helpers
49
49
  test_files: []