@abhivarde/svelte-drawer 0.0.10 → 0.0.12
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.
- package/README.md +5 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,10 +1,14 @@
|
|
|
1
1
|
# Svelte Drawer
|
|
2
2
|
|
|
3
|
+
[](https://www.npmjs.com/package/@abhivarde/svelte-drawer)
|
|
4
|
+

|
|
5
|
+
|
|
3
6
|
A drawer component for Svelte 5, inspired by [Vaul](https://github.com/emilkowalski/vaul).
|
|
4
7
|
|
|
5
8
|
## Features
|
|
6
9
|
|
|
7
|
-
- ✅ Smooth animations
|
|
10
|
+
- ✅ Smooth animations and **gesture-driven dragging** (mouse & touch)
|
|
11
|
+
- ✅ Mobile-optimized drag handling with **scroll prevention**
|
|
8
12
|
- ✅ Multiple directions (bottom, top, left, right)
|
|
9
13
|
- ✅ Prebuilt variants (default, sheet, dialog, minimal, sidebar)
|
|
10
14
|
- ✅ Nested drawers support
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abhivarde/svelte-drawer",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.12",
|
|
4
4
|
"description": "A drawer component for Svelte 5, inspired by Vaul",
|
|
5
5
|
"author": "Abhi Varde",
|
|
6
6
|
"license": "MIT",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
],
|
|
57
57
|
"repository": {
|
|
58
58
|
"type": "git",
|
|
59
|
-
"url": "https://github.com/AbhiVarde/svelte-drawer"
|
|
59
|
+
"url": "git+https://github.com/AbhiVarde/svelte-drawer.git"
|
|
60
60
|
},
|
|
61
61
|
"bugs": {
|
|
62
62
|
"url": "https://github.com/AbhiVarde/svelte-drawer/issues"
|