@mjhls/mjh-framework 1.0.160 → 1.0.161
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/index.es.js +7 -2
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +5 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -9488,6 +9488,11 @@ var SocialShare = function SocialShare(props) {
|
|
|
9488
9488
|
{ url: shareUrl, title: shareTitle, via: shareVia },
|
|
9489
9489
|
React__default.createElement(reactShare.TwitterIcon, { size: size, round: true })
|
|
9490
9490
|
),
|
|
9491
|
+
React__default.createElement(
|
|
9492
|
+
reactShare.LinkedinShareButton,
|
|
9493
|
+
{ url: shareUrl, title: shareTitle, via: shareVia },
|
|
9494
|
+
React__default.createElement(reactShare.LinkedinIcon, { size: size, round: true })
|
|
9495
|
+
),
|
|
9491
9496
|
React__default.createElement(
|
|
9492
9497
|
reactShare.PinterestShareButton,
|
|
9493
9498
|
{ url: shareUrl, media: shareImage, description: shareSummary },
|