@mjhls/mjh-framework 1.0.222 → 1.0.224

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 CHANGED
@@ -1,5 +1,5 @@
1
1
 
2
- # mjh-framework v. 1.0.222
2
+ # mjh-framework v. 1.0.224
3
3
 
4
4
 
5
5
 
@@ -2335,7 +2335,8 @@ var TemplateNormal = function TemplateNormal(props) {
2335
2335
  dataObject: config.navItems,
2336
2336
  mobileLogo: website.logo,
2337
2337
  subNav: config.leftItems,
2338
- website: website.siteSettingCache
2338
+ website: website.siteSettingCache,
2339
+ showLogin: website.showLogin
2339
2340
  });
2340
2341
  default:
2341
2342
  return React__default.createElement('noNav', null);
@@ -16,7 +16,7 @@ require('./get-126b1712.js');
16
16
  require('react-bootstrap');
17
17
  require('./index.esm-340d3792.js');
18
18
  require('react-bootstrap/Button');
19
- var TemplateNormal = require('./Normal-2886d08f.js');
19
+ var TemplateNormal = require('./Normal-11ae4373.js');
20
20
  require('react-bootstrap/ListGroup');
21
21
  require('next/head');
22
22
  require('react-bootstrap/Nav');
package/dist/cjs/index.js CHANGED
@@ -44,7 +44,7 @@ var PublicationDeck = require('./PublicationDeck.js');
44
44
  var IssueDeck = require('./IssueDeck.js');
45
45
  require('react-bootstrap/Badge');
46
46
  var IssueContentDeck = require('./IssueContentDeck.js');
47
- var TemplateNormal = require('./Normal-2886d08f.js');
47
+ var TemplateNormal = require('./Normal-11ae4373.js');
48
48
  require('react-bootstrap/ListGroup');
49
49
  var Head = _interopDefault(require('next/head'));
50
50
  var Accordion = _interopDefault(require('react-bootstrap/Accordion'));
@@ -12318,7 +12318,7 @@ var Article = function Article(props) {
12318
12318
  renderIsiContent(props.article)
12319
12319
  )
12320
12320
  ),
12321
- sMobileOnly && React__default.createElement('hr', { className: 'add-seperater' }),
12321
+ main.main_36 && React__default.createElement('hr', { className: 'add-seperater' }),
12322
12322
  main.main_36 && props.article.Ads.map(function (ad, index) {
12323
12323
  return React__default.createElement(
12324
12324
  'div',
@@ -12630,7 +12630,9 @@ var _initialiseProps = function _initialiseProps() {
12630
12630
  config.horizontalAD = horizontalAD;
12631
12631
  var metaDescription = description ? description : summary ? summary : _this4.getFirstLine(article);
12632
12632
  _this4.setState({ config: config, title: title, summary: metaDescription }, function () {
12633
- index.lib_3.refresh();
12633
+ if (!main.main_36) {
12634
+ index.lib_3.refresh();
12635
+ }
12634
12636
  });
12635
12637
  };
12636
12638
 
@@ -2330,7 +2330,8 @@ var TemplateNormal = function TemplateNormal(props) {
2330
2330
  dataObject: config.navItems,
2331
2331
  mobileLogo: website.logo,
2332
2332
  subNav: config.leftItems,
2333
- website: website.siteSettingCache
2333
+ website: website.siteSettingCache,
2334
+ showLogin: website.showLogin
2334
2335
  });
2335
2336
  default:
2336
2337
  return React__default.createElement('noNav', null);
@@ -14,7 +14,7 @@ import './get-b074314b.js';
14
14
  import 'react-bootstrap';
15
15
  import './index.esm-536609db.js';
16
16
  import 'react-bootstrap/Button';
17
- export { T as default } from './Normal-4f059950.js';
17
+ export { T as default } from './Normal-8e0aa5e8.js';
18
18
  import 'react-bootstrap/ListGroup';
19
19
  import 'next/head';
20
20
  import 'react-bootstrap/Nav';
package/dist/esm/index.js CHANGED
@@ -40,8 +40,8 @@ export { default as PublicationDeck } from './PublicationDeck.js';
40
40
  export { default as IssueDeck } from './IssueDeck.js';
41
41
  import 'react-bootstrap/Badge';
42
42
  export { default as IssueContentDeck } from './IssueContentDeck.js';
43
- import { M as MdPictureAsPdf, T as TemplateNormal } from './Normal-4f059950.js';
44
- export { A as AD728x90, C as Column1, a as Column2, b as Column3, f as HamMagazine, H as Header, L as LeftNav, e as NavDvm, c as NavMagazine, N as NavNative, d as NavNormal, P as PageFilter, S as Search, g as SideFooter, T as TemplateNormal } from './Normal-4f059950.js';
43
+ import { M as MdPictureAsPdf, T as TemplateNormal } from './Normal-8e0aa5e8.js';
44
+ export { A as AD728x90, C as Column1, a as Column2, b as Column3, f as HamMagazine, H as Header, L as LeftNav, e as NavDvm, c as NavMagazine, N as NavNative, d as NavNormal, P as PageFilter, S as Search, g as SideFooter, T as TemplateNormal } from './Normal-8e0aa5e8.js';
45
45
  import 'react-bootstrap/ListGroup';
46
46
  import Head from 'next/head';
47
47
  import Accordion from 'react-bootstrap/Accordion';
@@ -12316,7 +12316,7 @@ var Article = function Article(props) {
12316
12316
  renderIsiContent(props.article)
12317
12317
  )
12318
12318
  ),
12319
- sMobileOnly && React__default.createElement('hr', { className: 'add-seperater' }),
12319
+ main_36 && React__default.createElement('hr', { className: 'add-seperater' }),
12320
12320
  main_36 && props.article.Ads.map(function (ad, index) {
12321
12321
  return React__default.createElement(
12322
12322
  'div',
@@ -12628,7 +12628,9 @@ var _initialiseProps = function _initialiseProps() {
12628
12628
  config.horizontalAD = horizontalAD;
12629
12629
  var metaDescription = description ? description : summary ? summary : _this4.getFirstLine(article);
12630
12630
  _this4.setState({ config: config, title: title, summary: metaDescription }, function () {
12631
- lib_3.refresh();
12631
+ if (!main_36) {
12632
+ lib_3.refresh();
12633
+ }
12632
12634
  });
12633
12635
  };
12634
12636
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mjhls/mjh-framework",
3
- "version": "1.0.222",
3
+ "version": "1.0.224",
4
4
  "description": "Foundation Framework",
5
5
  "author": "mjh-framework",
6
6
  "license": "MIT",