From 37d137b7396879b9257632d22366db624eff2979 Mon Sep 17 00:00:00 2001 From: Ivan Donchev Date: Fri, 22 Feb 2019 20:21:43 +0200 Subject: [PATCH 1/2] Add Clarity --- src/apps.json | 18 ++++++++++++++++++ src/icons/clarity.svg | 17 +++++++++++++++++ 2 files changed, 35 insertions(+) create mode 100644 src/icons/clarity.svg diff --git a/src/apps.json b/src/apps.json index 20d15edab..cc7761c68 100644 --- a/src/apps.json +++ b/src/apps.json @@ -1785,6 +1785,24 @@ }, "website": "http://ckan.org/" }, + "Clarity": { + "cats": [ + 18 + ], + "html": [ + "]*href=\"[^\"]*clr-angular(?:\\.umd)?(?:\\.min)?\\.js", + "]*href=\"[^\"]*clr-ui(?:\\.min)?\\.css" + ], + "js": { + "ClarityIcons": "" + }, + "icon": "clarity.svg", + "implies": [ + "Angular" + ], + "website": "https://clarity.design/" + }, "ClickHeat": { "cats": [ 10 diff --git a/src/icons/clarity.svg b/src/icons/clarity.svg new file mode 100644 index 000000000..29f217c2d --- /dev/null +++ b/src/icons/clarity.svg @@ -0,0 +1,17 @@ + + + + logo + Created with Sketch. + + + + + From 21cae171731410edcc45584bd0c35ce4225f58fa Mon Sep 17 00:00:00 2001 From: Ivan Donchev Date: Fri, 22 Feb 2019 21:07:24 +0200 Subject: [PATCH 2/2] [clarity] move line to script section --- src/apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps.json b/src/apps.json index cc7761c68..dc6b009c8 100644 --- a/src/apps.json +++ b/src/apps.json @@ -1791,12 +1791,12 @@ ], "html": [ "]*href=\"[^\"]*clr-angular(?:\\.umd)?(?:\\.min)?\\.js", "]*href=\"[^\"]*clr-ui(?:\\.min)?\\.css" ], "js": { "ClarityIcons": "" }, + "script": "clr-angular(?:\\.umd)?(?:\\.min)?\\.js", "icon": "clarity.svg", "implies": [ "Angular"