@mjhls/mjh-framework 1.0.742 → 1.0.743

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,4 +1,4 @@
1
- # mjh-framework v. 1.0.742
1
+ # mjh-framework v. 1.0.743
2
2
  [![NPM](https://img.shields.io/npm/v/mjh-framework.svg)](https://www.npmjs.com/package/mjh-framework) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
3
3
 
4
4
  ## Install
package/dist/cjs/View.js CHANGED
@@ -470,6 +470,8 @@ var Article = function Article(props) {
470
470
  issueGroup = _props$article.issueGroup,
471
471
  showIsi = _props$article.showIsi,
472
472
  isi = _props$article.isi,
473
+ _props$article$displa = _props$article.display_summary,
474
+ display_summary = _props$article$displa === undefined ? true : _props$article$displa,
473
475
  regionalPages = props.regionalPages,
474
476
  nationalPage = props.nationalPage,
475
477
  ISIContent = props.ISIContent,
@@ -1026,7 +1028,7 @@ var Article = function Article(props) {
1026
1028
  React__default['default'].createElement(DocumentGroup, { article: props.article, client: props.client })
1027
1029
  )
1028
1030
  ),
1029
- !isVideoSeries && summary && React__default['default'].createElement(
1031
+ !isVideoSeries && summary && display_summary && React__default['default'].createElement(
1030
1032
  'p',
1031
1033
  null,
1032
1034
  React__default['default'].createElement(
package/dist/esm/View.js CHANGED
@@ -460,6 +460,8 @@ var Article = function Article(props) {
460
460
  issueGroup = _props$article.issueGroup,
461
461
  showIsi = _props$article.showIsi,
462
462
  isi = _props$article.isi,
463
+ _props$article$displa = _props$article.display_summary,
464
+ display_summary = _props$article$displa === undefined ? true : _props$article$displa,
463
465
  regionalPages = props.regionalPages,
464
466
  nationalPage = props.nationalPage,
465
467
  ISIContent = props.ISIContent,
@@ -1016,7 +1018,7 @@ var Article = function Article(props) {
1016
1018
  React.createElement(DocumentGroup, { article: props.article, client: props.client })
1017
1019
  )
1018
1020
  ),
1019
- !isVideoSeries && summary && React.createElement(
1021
+ !isVideoSeries && summary && display_summary && React.createElement(
1020
1022
  'p',
1021
1023
  null,
1022
1024
  React.createElement(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mjhls/mjh-framework",
3
- "version": "1.0.742",
3
+ "version": "1.0.743",
4
4
  "description": "Foundation Framework",
5
5
  "author": "mjh-framework",
6
6
  "license": "MIT",