@mjhls/mjh-framework 1.0.1097-lead2 → 1.0.1097-lead3
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/dist/cjs/View.js +3 -3
- package/dist/esm/View.js +3 -3
- package/package.json +1 -1
package/dist/cjs/View.js
CHANGED
|
@@ -1000,9 +1000,9 @@ var Article = React__default["default"].memo(React.forwardRef(function (props, r
|
|
|
1000
1000
|
showSocialShare = _props$showSocialShar === undefined ? true : _props$showSocialShar;
|
|
1001
1001
|
var client = props.client,
|
|
1002
1002
|
pageview = props.pageview,
|
|
1003
|
-
videoAccountIDs = props.videoAccountIDs
|
|
1004
|
-
props.
|
|
1005
|
-
|
|
1003
|
+
videoAccountIDs = props.videoAccountIDs,
|
|
1004
|
+
drupalLeadSettings = props.drupalLeadSettings,
|
|
1005
|
+
currentPage = props.currentPage,
|
|
1006
1006
|
_props$showAuthorDeta = props.showAuthorDetails,
|
|
1007
1007
|
showAuthorDetails = _props$showAuthorDeta === undefined ? false : _props$showAuthorDeta,
|
|
1008
1008
|
audioAutoplay = props.audioAutoplay,
|
package/dist/esm/View.js
CHANGED
|
@@ -990,9 +990,9 @@ var Article = React__default.memo(forwardRef(function (props, ref) {
|
|
|
990
990
|
showSocialShare = _props$showSocialShar === undefined ? true : _props$showSocialShar;
|
|
991
991
|
var client = props.client,
|
|
992
992
|
pageview = props.pageview,
|
|
993
|
-
videoAccountIDs = props.videoAccountIDs
|
|
994
|
-
props.
|
|
995
|
-
|
|
993
|
+
videoAccountIDs = props.videoAccountIDs,
|
|
994
|
+
drupalLeadSettings = props.drupalLeadSettings,
|
|
995
|
+
currentPage = props.currentPage,
|
|
996
996
|
_props$showAuthorDeta = props.showAuthorDetails,
|
|
997
997
|
showAuthorDetails = _props$showAuthorDeta === undefined ? false : _props$showAuthorDeta,
|
|
998
998
|
audioAutoplay = props.audioAutoplay,
|