From 3f6d60382195f0df6ec939fe8297ca18943e83b4 Mon Sep 17 00:00:00 2001 From: nurbek Date: Thu, 10 Feb 2022 22:07:13 +0600 Subject: [PATCH] Add lit-element,lit-html / js lib --- src/drivers/webextension/images/icons/Lit.svg | 13 ++++++++ src/technologies/l.json | 30 +++++++++++++++++++ 2 files changed, 43 insertions(+) create mode 100644 src/drivers/webextension/images/icons/Lit.svg diff --git a/src/drivers/webextension/images/icons/Lit.svg b/src/drivers/webextension/images/icons/Lit.svg new file mode 100644 index 000000000..912aa976f --- /dev/null +++ b/src/drivers/webextension/images/icons/Lit.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/src/technologies/l.json b/src/technologies/l.json index 7b2bf5041..a2362d890 100644 --- a/src/technologies/l.json +++ b/src/technologies/l.json @@ -606,6 +606,36 @@ ], "website": "https://www.listrak.com" }, + "lit-element": { + "cats": [ + 59 + ], + "description": "lit-element is a simple base class for creating web components that work in any web page with any framework. lit-element uses lit-html to render into shadow DOM, and adds API to manage properties and attributes.", + "icon": "Lit.svg", + "js": { + "litHtmlVersions": "" + }, + "oss": true, + "pricing": [ + "freemium" + ], + "website": "https://lit.dev" + }, + "lit-html": { + "cats": [ + 59 + ], + "description": "lit-html is a simple, modern, safe, small and fast HTML templating library for JavaScript.", + "icon": "Lit.svg", + "js": { + "litHtmlVersions": "" + }, + "oss": true, + "pricing": [ + "freemium" + ], + "website": "https://lit.dev" + }, "LiteSpeed": { "cats": [ 22