Merge pull request #6858 from nurbek91/autocomplete.js

Add autoComplete.js / js-lib
main
Elbert Alias 2 years ago committed by GitHub
commit a72e172495
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,3 @@
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M30.8271 25.1892L22.8202 17.1625C23.5682 15.5973 24 13.8508 24 11.9998C23.9979 8.81764 22.7328 5.76643 20.4826 3.51644C18.2325 1.26645 15.1812 0.00170099 11.9992 0C5.37276 0 0 5.37303 0 11.9998C0.0017009 15.182 1.26639 18.2334 3.51627 20.4837C5.76614 22.7339 8.8172 23.9991 11.9992 24.0012C13.8517 24.0012 15.595 23.5678 17.1633 22.8213L25.1735 30.8287C25.9234 31.5787 26.9405 32 28.0011 32C29.0617 32 30.0788 31.5787 30.8288 30.8287C31.5787 30.0787 32 29.0615 32 28.0009C32 26.9403 31.5787 25.9231 30.8288 25.1731L30.8271 25.1892ZM2.66631 12.0159C2.66631 6.85956 6.84477 2.6825 11.9992 2.6825C17.1537 2.6825 21.3321 6.85956 21.3321 12.0159C21.3321 17.1722 17.1553 21.3492 11.9992 21.3492C6.84316 21.3492 2.66631 17.1706 2.66631 12.0159ZM28.9442 28.9601C28.6938 29.2089 28.3551 29.3502 28.0003 29.3502C27.6455 29.3502 27.3101 29.2089 27.058 28.9601L19.4861 21.3862C20.1819 20.8283 20.8145 20.1958 21.3722 19.4999L28.9442 27.0738C29.193 27.3243 29.3343 27.663 29.3343 28.0162C29.3343 28.3693 29.193 28.7097 28.9442 28.9601Z" fill="#FF7A7A"/>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

@ -4028,6 +4028,16 @@
"scriptSrc": "/lock/([\\d.]+)/lock(?:.min)?\\.js\\;version:\\1", "scriptSrc": "/lock/([\\d.]+)/lock(?:.min)?\\.js\\;version:\\1",
"website": "https://auth0.com/docs/libraries/lock" "website": "https://auth0.com/docs/libraries/lock"
}, },
"autoComplete.js": {
"cats": [
59
],
"description": "autoComplete.js is a simple, pure vanilla Javascript library.",
"icon": "autoComplete.js.svg",
"scriptSrc": "@tarekraafat/autocomplete\\.js@([\\d\\.]+)/\\;version:\\1",
"oss": true,
"website": "https://tarekraafat.github.io/autoComplete.js"
},
"Autoketing": { "Autoketing": {
"cats": [ "cats": [
32 32

Loading…
Cancel
Save