Перенесён tooltip

This commit is contained in:
2026-08-14 09:43:45 +04:00
parent d277820f92
commit b019ae2344
4 changed files with 742 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
{
"name": "@advdominion/tooltip",
"version": "7.0.1",
"type": "module",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://gitea.optiweb.ru/public/frontend.git"
},
"license": "MIT",
"publishConfig": {
"access": "public"
},
"peerDependencies": {
"@floating-ui/dom": "^1.0.0"
}
}