add web haptic

This commit is contained in:
2026-05-09 23:47:33 +02:00
parent e909095495
commit b4ececbbb4
3 changed files with 10 additions and 2 deletions
+3 -2
View File
@@ -1,7 +1,7 @@
{
"name": "@avocadi/ui",
"type": "module",
"version": "0.3.0",
"version": "0.3.1",
"description": "ui elements for avocadi",
"private": false,
"files": [
@@ -67,7 +67,8 @@
"dependencies": {
"@tsdown/css": "^0.21.10",
"clsx": "^2.1.1",
"tailwind-merge": "^3.5.0"
"tailwind-merge": "^3.5.0",
"web-haptics": "^0.0.6"
},
"inlinedDependencies": {
"@radix-ui/primitive": "1.1.3",