@abhivarde/svelte-drawer 0.0.11 → 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.
Files changed (2) hide show
  1. package/README.md +5 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,10 +1,14 @@
1
1
  # Svelte Drawer
2
2
 
3
+ [![npm version](https://img.shields.io/npm/v/@abhivarde/svelte-drawer)](https://www.npmjs.com/package/@abhivarde/svelte-drawer)
4
+ ![GitHub Repo Views](https://gitviews.com/repo/AbhiVarde/svelte-drawer.svg)
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 using Svelte 5's Tween motion
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.11",
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",