@csedl/hotwire-svelte-helpers 4.0.1 → 4.0.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.
Files changed (2) hide show
  1. package/README.md +5 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,10 @@
1
1
  # Hotwire Svelte Helpers
2
2
 
3
- Dropdown with stimulus, based on floating-UI.
3
+ Helpers for building overlays — such as dropdowns, tooltips, and modals — with Floating UI, Stimulus, and Svelte in a Hotwire/Turbo environment.
4
+
5
+ Also includes Svelte form helpers designed to work with the `svelte-on-rails` gem.
6
+
7
+ A small toolkit for building more interactive Rails apps with Hotwire and Svelte.
4
8
 
5
9
  **Links:**
6
10
  - [Online Demo App](https://hotwire-svelte-helpers.sedlmair.ch/)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@csedl/hotwire-svelte-helpers",
3
- "version": "4.0.1",
3
+ "version": "4.0.2",
4
4
  "description": "Hotwire + Svelte helpers for Rails: Stimulus floating dropdowns/toolips + Svelte global panels/modals + RTurbo-friendly utilities. Build together with the rubygem svelte-on-rails and its npm-package.",
5
5
  "main": "index.js",
6
6
  "scripts": {