@mjhls/mjh-framework 1.0.1097-lead1 → 1.0.1097-lead2

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 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
- Settings = props.Settings,
1005
- currentPage = props.currentPage,
1003
+ videoAccountIDs = props.videoAccountIDs;
1004
+ props.Settings;
1005
+ var currentPage = props.currentPage,
1006
1006
  _props$showAuthorDeta = props.showAuthorDetails,
1007
1007
  showAuthorDetails = _props$showAuthorDeta === undefined ? false : _props$showAuthorDeta,
1008
1008
  audioAutoplay = props.audioAutoplay,
@@ -1057,10 +1057,9 @@ var Article = React__default["default"].memo(React.forwardRef(function (props, r
1057
1057
  showPageNumber = props.showPageNumber,
1058
1058
  emailList = props.emailList,
1059
1059
  articleRecs = props.articleRecs;
1060
+ // console.log("SETTINGS++++++",Settings)
1060
1061
 
1061
- console.log("SETTINGS++++++", Settings);
1062
-
1063
- // console.log("drupal Lead ++++++",drupalLeadSettings)
1062
+ console.log("drupal Lead ++++++", drupalLeadSettings);
1064
1063
  var parentRisToggle = issueGroup && issueGroup.parent && issueGroup.parent.risMapping ? issueGroup.parent.risMapping.show_download_ris_button : null;
1065
1064
  var issueGroupRisToggle = issueGroup && issueGroup.risMapping ? issueGroup.risMapping.show_download_ris_button : null;
1066
1065
 
@@ -2433,9 +2432,9 @@ var View = function View(props) {
2433
2432
  gtagSetCustomDimensions = props.gtagSetCustomDimensions,
2434
2433
  statusCode = props.statusCode,
2435
2434
  prevUrl = props.prevUrl,
2436
- pageview = props.pageview;
2437
- props.Settings;
2438
- var _props$showRelatedArt = props.showRelatedArticles,
2435
+ pageview = props.pageview,
2436
+ drupalLeadSettings = props.drupalLeadSettings,
2437
+ _props$showRelatedArt = props.showRelatedArticles,
2439
2438
  showRelatedArticles = _props$showRelatedArt === undefined ? false : _props$showRelatedArt,
2440
2439
  _props$canonicalTag = props.canonicalTag,
2441
2440
  canonicalTag = _props$canonicalTag === undefined ? true : _props$canonicalTag,
@@ -2443,6 +2442,8 @@ var View = function View(props) {
2443
2442
  infiniteScrollFlag = _props$infiniteScroll === undefined ? true : _props$infiniteScroll,
2444
2443
  emailList = props.emailList,
2445
2444
  articleRecs = props.articleRecs;
2445
+
2446
+ console.log("DRUPAL======", drupalLeadSettings);
2446
2447
  var _props$article2 = props.article,
2447
2448
  _props$article2$passw = _props$article2.passwordLock,
2448
2449
  passwordLock = _props$article2$passw === undefined ? false : _props$article2$passw;
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
- Settings = props.Settings,
995
- currentPage = props.currentPage,
993
+ videoAccountIDs = props.videoAccountIDs;
994
+ props.Settings;
995
+ var currentPage = props.currentPage,
996
996
  _props$showAuthorDeta = props.showAuthorDetails,
997
997
  showAuthorDetails = _props$showAuthorDeta === undefined ? false : _props$showAuthorDeta,
998
998
  audioAutoplay = props.audioAutoplay,
@@ -1047,10 +1047,9 @@ var Article = React__default.memo(forwardRef(function (props, ref) {
1047
1047
  showPageNumber = props.showPageNumber,
1048
1048
  emailList = props.emailList,
1049
1049
  articleRecs = props.articleRecs;
1050
+ // console.log("SETTINGS++++++",Settings)
1050
1051
 
1051
- console.log("SETTINGS++++++", Settings);
1052
-
1053
- // console.log("drupal Lead ++++++",drupalLeadSettings)
1052
+ console.log("drupal Lead ++++++", drupalLeadSettings);
1054
1053
  var parentRisToggle = issueGroup && issueGroup.parent && issueGroup.parent.risMapping ? issueGroup.parent.risMapping.show_download_ris_button : null;
1055
1054
  var issueGroupRisToggle = issueGroup && issueGroup.risMapping ? issueGroup.risMapping.show_download_ris_button : null;
1056
1055
 
@@ -2423,9 +2422,9 @@ var View = function View(props) {
2423
2422
  gtagSetCustomDimensions = props.gtagSetCustomDimensions,
2424
2423
  statusCode = props.statusCode,
2425
2424
  prevUrl = props.prevUrl,
2426
- pageview = props.pageview;
2427
- props.Settings;
2428
- var _props$showRelatedArt = props.showRelatedArticles,
2425
+ pageview = props.pageview,
2426
+ drupalLeadSettings = props.drupalLeadSettings,
2427
+ _props$showRelatedArt = props.showRelatedArticles,
2429
2428
  showRelatedArticles = _props$showRelatedArt === undefined ? false : _props$showRelatedArt,
2430
2429
  _props$canonicalTag = props.canonicalTag,
2431
2430
  canonicalTag = _props$canonicalTag === undefined ? true : _props$canonicalTag,
@@ -2433,6 +2432,8 @@ var View = function View(props) {
2433
2432
  infiniteScrollFlag = _props$infiniteScroll === undefined ? true : _props$infiniteScroll,
2434
2433
  emailList = props.emailList,
2435
2434
  articleRecs = props.articleRecs;
2435
+
2436
+ console.log("DRUPAL======", drupalLeadSettings);
2436
2437
  var _props$article2 = props.article,
2437
2438
  _props$article2$passw = _props$article2.passwordLock,
2438
2439
  passwordLock = _props$article2$passw === undefined ? false : _props$article2$passw;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mjhls/mjh-framework",
3
- "version": "1.0.1097-lead1",
3
+ "version": "1.0.1097-lead2",
4
4
  "description": "Foundation Framework",
5
5
  "author": "mjh-framework",
6
6
  "license": "MIT",