From 1ed1cb734afb0e5023f771ca72c9aad7a68b1964 Mon Sep 17 00:00:00 2001 From: Georges KABBOUCHI Date: Mon, 23 Dec 2024 18:00:23 +0200 Subject: [PATCH] wip --- package.json | 2 +- src/index.ts | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index a726c46..ef2b62a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-tippy", - "version": "6.5.0", + "version": "6.6.0", "main": "index.js", "module": "dist/vue-tippy.mjs", "unpkg": "dist/vue-tippy.iife.js", diff --git a/src/index.ts b/src/index.ts index 0f97178..912822e 100644 --- a/src/index.ts +++ b/src/index.ts @@ -4,6 +4,7 @@ import tippy, { followCursor, animateFill, roundArrow, + hideAll, } from 'tippy.js' import Tippy from './components/Tippy' @@ -27,6 +28,7 @@ export { useTippyComponent, roundArrow, tippy, + hideAll, useSingleton, setDefaultProps, Tippy,