refactor: animate dialog

This commit is contained in:
zhom
2025-12-21 13:23:33 +04:00
parent 68d0741f38
commit c736eb9195
4 changed files with 211 additions and 40 deletions
+4 -1
View File
@@ -10,6 +10,7 @@
"cssVariables": true,
"prefix": ""
},
"iconLibrary": "react-icons",
"aliases": {
"components": "@/components",
"utils": "@/lib/utils",
@@ -17,5 +18,7 @@
"lib": "@/lib",
"hooks": "@/hooks"
},
"iconLibrary": "lucide"
"registries": {
"@animate-ui": "https://animate-ui.com/r/{name}.json"
}
}