From fc89daba42ada69c14806d2d2ba28a687eb352c7 Mon Sep 17 00:00:00 2001 From: nurbek Date: Sat, 4 Jun 2022 03:30:05 +0600 Subject: [PATCH] Add Tippy.js / js lib --- .../webextension/images/icons/Tippy.js.svg | 18 ++++++++++++++++++ src/technologies/t.json | 14 ++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 src/drivers/webextension/images/icons/Tippy.js.svg diff --git a/src/drivers/webextension/images/icons/Tippy.js.svg b/src/drivers/webextension/images/icons/Tippy.js.svg new file mode 100644 index 000000000..011fb2283 --- /dev/null +++ b/src/drivers/webextension/images/icons/Tippy.js.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/src/technologies/t.json b/src/technologies/t.json index a198c8217..8ef70564d 100644 --- a/src/technologies/t.json +++ b/src/technologies/t.json @@ -1599,6 +1599,20 @@ "scriptSrc": "/tiny_?mce(?:\\.min)?\\.js", "website": "http://tinymce.com" }, + "Tippy.js": { + "cats": [ + 59 + ], + "description": "Tippy.js is the complete tooltip, popover, dropdown, and menu solution for the web, powered by Popper.", + "icon": "Tippy.js.svg", + "dom": "style[data-tippy-stylesheet]", + "js": { + "tippy.defaultProps": "" + }, + "scriptSrc": "/tippy\\.js(?:@|/)?([\\d\\.]+)?\\;version:\\1", + "oss": true, + "website": "https://atomiks.github.io/tippyjs" + }, "Tipsa": { "cats": [ 99