Upgrade shareon and add email share support

This commit is contained in:
Jake Howard 2023-12-28 21:28:30 +00:00
parent 83f5c3234b
commit 4b9ec96bc4
Signed by: jake
GPG key ID: 57AFB45680EDD477
3 changed files with 10 additions and 9 deletions

16
package-lock.json generated
View file

@ -22,11 +22,11 @@
"lodash.throttle": "4.1.1", "lodash.throttle": "4.1.1",
"npm-run-all": "4.1.5", "npm-run-all": "4.1.5",
"sass": "1.67.0", "sass": "1.67.0",
"shareon": "2.3.0" "shareon": "2.4.0"
}, },
"devDependencies": { "devDependencies": {
"eslint": "8.55.0", "eslint": "8.55.0",
"eslint-plugin-unicorn": "^49.0.0", "eslint-plugin-unicorn": "49.0.0",
"prettier": "2.7.1", "prettier": "2.7.1",
"stylelint": "14.16.1", "stylelint": "14.16.1",
"stylelint-config-prettier-scss": "0.0.1", "stylelint-config-prettier-scss": "0.0.1",
@ -3327,9 +3327,9 @@
} }
}, },
"node_modules/shareon": { "node_modules/shareon": {
"version": "2.3.0", "version": "2.4.0",
"resolved": "https://registry.npmjs.org/shareon/-/shareon-2.3.0.tgz", "resolved": "https://registry.npmjs.org/shareon/-/shareon-2.4.0.tgz",
"integrity": "sha512-TawY2uXaVe635B3+/WfhFf/yS3UVoS7juW4zOP55qU22uYCwCcKyY9g07TAtwwfZUwM4BmxUEBOZF2rjfB/P6w==", "integrity": "sha512-241BnM+LziD4xYixXjpzN+jdNKjSR/tQp3DO2jD7zzDoi+a07G+lz00gyqZNn7WJrzczhrKkzC+7ZCc5AbzZrA==",
"funding": [ "funding": [
"https://github.com/sponsors/kytta/", "https://github.com/sponsors/kytta/",
"https://liberapay.com/kytta", "https://liberapay.com/kytta",
@ -6277,9 +6277,9 @@
"integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==" "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ=="
}, },
"shareon": { "shareon": {
"version": "2.3.0", "version": "2.4.0",
"resolved": "https://registry.npmjs.org/shareon/-/shareon-2.3.0.tgz", "resolved": "https://registry.npmjs.org/shareon/-/shareon-2.4.0.tgz",
"integrity": "sha512-TawY2uXaVe635B3+/WfhFf/yS3UVoS7juW4zOP55qU22uYCwCcKyY9g07TAtwwfZUwM4BmxUEBOZF2rjfB/P6w==" "integrity": "sha512-241BnM+LziD4xYixXjpzN+jdNKjSR/tQp3DO2jD7zzDoi+a07G+lz00gyqZNn7WJrzczhrKkzC+7ZCc5AbzZrA=="
}, },
"shebang-command": { "shebang-command": {
"version": "1.2.0", "version": "1.2.0",

View file

@ -42,6 +42,6 @@
"lodash.throttle": "4.1.1", "lodash.throttle": "4.1.1",
"npm-run-all": "4.1.5", "npm-run-all": "4.1.5",
"sass": "1.67.0", "sass": "1.67.0",
"shareon": "2.3.0" "shareon": "2.4.0"
} }
} }

View file

@ -13,6 +13,7 @@
<a class="telegram" title="Share on Telegram"></a> <a class="telegram" title="Share on Telegram"></a>
<a class="twitter" title="Twitter"></a> <a class="twitter" title="Twitter"></a>
<a class="whatsapp" title="Share on WhatsApp"></a> <a class="whatsapp" title="Share on WhatsApp"></a>
<a class="email" title="Share by email"></a>
<a role="button" class="copy-url" title="Copy URL"></a> <a role="button" class="copy-url" title="Copy URL"></a>
<a role="button" class="web-share" title="Share"></a> <a role="button" class="web-share" title="Share"></a>
</div> </div>