@mjhls/mjh-framework 1.0.1097-lead → 1.0.1097-lead1
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 +6 -3
- package/dist/esm/View.js +6 -3
- package/package.json +1 -1
package/dist/cjs/View.js
CHANGED
|
@@ -1001,7 +1001,7 @@ var Article = React__default["default"].memo(React.forwardRef(function (props, r
|
|
|
1001
1001
|
var client = props.client,
|
|
1002
1002
|
pageview = props.pageview,
|
|
1003
1003
|
videoAccountIDs = props.videoAccountIDs,
|
|
1004
|
-
|
|
1004
|
+
Settings = props.Settings,
|
|
1005
1005
|
currentPage = props.currentPage,
|
|
1006
1006
|
_props$showAuthorDeta = props.showAuthorDetails,
|
|
1007
1007
|
showAuthorDetails = _props$showAuthorDeta === undefined ? false : _props$showAuthorDeta,
|
|
@@ -1058,7 +1058,9 @@ var Article = React__default["default"].memo(React.forwardRef(function (props, r
|
|
|
1058
1058
|
emailList = props.emailList,
|
|
1059
1059
|
articleRecs = props.articleRecs;
|
|
1060
1060
|
|
|
1061
|
+
console.log("SETTINGS++++++", Settings);
|
|
1061
1062
|
|
|
1063
|
+
// console.log("drupal Lead ++++++",drupalLeadSettings)
|
|
1062
1064
|
var parentRisToggle = issueGroup && issueGroup.parent && issueGroup.parent.risMapping ? issueGroup.parent.risMapping.show_download_ris_button : null;
|
|
1063
1065
|
var issueGroupRisToggle = issueGroup && issueGroup.risMapping ? issueGroup.risMapping.show_download_ris_button : null;
|
|
1064
1066
|
|
|
@@ -2431,8 +2433,9 @@ var View = function View(props) {
|
|
|
2431
2433
|
gtagSetCustomDimensions = props.gtagSetCustomDimensions,
|
|
2432
2434
|
statusCode = props.statusCode,
|
|
2433
2435
|
prevUrl = props.prevUrl,
|
|
2434
|
-
pageview = props.pageview
|
|
2435
|
-
|
|
2436
|
+
pageview = props.pageview;
|
|
2437
|
+
props.Settings;
|
|
2438
|
+
var _props$showRelatedArt = props.showRelatedArticles,
|
|
2436
2439
|
showRelatedArticles = _props$showRelatedArt === undefined ? false : _props$showRelatedArt,
|
|
2437
2440
|
_props$canonicalTag = props.canonicalTag,
|
|
2438
2441
|
canonicalTag = _props$canonicalTag === undefined ? true : _props$canonicalTag,
|
package/dist/esm/View.js
CHANGED
|
@@ -991,7 +991,7 @@ var Article = React__default.memo(forwardRef(function (props, ref) {
|
|
|
991
991
|
var client = props.client,
|
|
992
992
|
pageview = props.pageview,
|
|
993
993
|
videoAccountIDs = props.videoAccountIDs,
|
|
994
|
-
|
|
994
|
+
Settings = props.Settings,
|
|
995
995
|
currentPage = props.currentPage,
|
|
996
996
|
_props$showAuthorDeta = props.showAuthorDetails,
|
|
997
997
|
showAuthorDetails = _props$showAuthorDeta === undefined ? false : _props$showAuthorDeta,
|
|
@@ -1048,7 +1048,9 @@ var Article = React__default.memo(forwardRef(function (props, ref) {
|
|
|
1048
1048
|
emailList = props.emailList,
|
|
1049
1049
|
articleRecs = props.articleRecs;
|
|
1050
1050
|
|
|
1051
|
+
console.log("SETTINGS++++++", Settings);
|
|
1051
1052
|
|
|
1053
|
+
// console.log("drupal Lead ++++++",drupalLeadSettings)
|
|
1052
1054
|
var parentRisToggle = issueGroup && issueGroup.parent && issueGroup.parent.risMapping ? issueGroup.parent.risMapping.show_download_ris_button : null;
|
|
1053
1055
|
var issueGroupRisToggle = issueGroup && issueGroup.risMapping ? issueGroup.risMapping.show_download_ris_button : null;
|
|
1054
1056
|
|
|
@@ -2421,8 +2423,9 @@ var View = function View(props) {
|
|
|
2421
2423
|
gtagSetCustomDimensions = props.gtagSetCustomDimensions,
|
|
2422
2424
|
statusCode = props.statusCode,
|
|
2423
2425
|
prevUrl = props.prevUrl,
|
|
2424
|
-
pageview = props.pageview
|
|
2425
|
-
|
|
2426
|
+
pageview = props.pageview;
|
|
2427
|
+
props.Settings;
|
|
2428
|
+
var _props$showRelatedArt = props.showRelatedArticles,
|
|
2426
2429
|
showRelatedArticles = _props$showRelatedArt === undefined ? false : _props$showRelatedArt,
|
|
2427
2430
|
_props$canonicalTag = props.canonicalTag,
|
|
2428
2431
|
canonicalTag = _props$canonicalTag === undefined ? true : _props$canonicalTag,
|