From 28c387e8106bf7755255b8eb10fc8222cc3e174c Mon Sep 17 00:00:00 2001 From: Janek Date: Mon, 3 Oct 2022 13:56:57 +0200 Subject: [PATCH] chore(docs): added some missing modifiers to the tooltip package.json (#6971) Co-authored-by: Janek Winkler --- src/directives/tooltip/package.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/directives/tooltip/package.json b/src/directives/tooltip/package.json index 7cb9e1693a1..b74d90676d8 100644 --- a/src/directives/tooltip/package.json +++ b/src/directives/tooltip/package.json @@ -24,6 +24,10 @@ "name": "right", "description": "Positions the tooltip on the right of the trigger element" }, + { + "name": "left", + "description": "Positions the tooltip on the left of the trigger element" + }, { "name": "bottom", "description": "Positions the tooltip on the bottom of the trigger element" @@ -64,6 +68,18 @@ "name": "rightbottom", "description": "Positions the tooltip on the right-bottom of the trigger element" }, + { + "name": "hover", + "description": "Trigger the tooltip on hovering" + }, + { + "name": "click", + "description": "Trigger the tooltip on clicking" + }, + { + "name": "focus", + "description": "Trigger the tooltip on focusing" + }, { "name": "nofade", "description": "Disabled the fade animation of the tooltip"