@mjhls/mjh-framework 1.0.251 → 1.0.253

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.251
2
+ # mjh-framework v. 1.0.253
3
3
 
4
4
  > Foundation Framework
5
5
 
@@ -16,7 +16,7 @@ var React__default = _interopDefault(React);
16
16
  var index = require('./index-fa3cec70.js');
17
17
  require('prop-types');
18
18
  var Container = _interopDefault(require('react-bootstrap/Container'));
19
- var Row = _interopDefault(require('react-bootstrap/Row'));
19
+ require('react-bootstrap/Row');
20
20
  require('react-bootstrap/Col');
21
21
  require('react-bootstrap/Card');
22
22
  var visibilitySensor = require('./visibility-sensor-b72d9527.js');
@@ -193,7 +193,7 @@ var MasterDeck = function (_React$Component) {
193
193
  }, _this.cardLoader = function (page, columns, variant) {
194
194
  var numberOfItemsBeforeAd = 6;
195
195
  return React__default.createElement(
196
- Row,
196
+ 'div',
197
197
  null,
198
198
  _this.state.data && _this.state.data.map(function (row, index) {
199
199
  var pageNumber = row.pageNumber || _this.state.page;
@@ -675,7 +675,7 @@ var renderLink = function renderLink(row) {
675
675
 
676
676
  var SideFooter = function SideFooter(props) {
677
677
  /*
678
- useage example: <SideFooter cache={props.cache} logo='/an_mjhls_brand_logo.png' />
678
+ useage example: <SideFooter cache={props.cache} logo='https://mjh-web.s3.amazonaws.com/_media/an_mjhls_brand_logo.png' />
679
679
  */
680
680
  var _get = get$1.get_1(props, 'cache.siteSettingCache', {}),
681
681
  socialLinks = _get.socialLinks,
@@ -1156,7 +1156,7 @@ var NavFooter = function NavFooter(props) {
1156
1156
  React__default.createElement(
1157
1157
  'a',
1158
1158
  { href: 'https://www.mjhlifesciences.com' },
1159
- React__default.createElement('img', { style: { maxWidth: '100%', height: '50px', margin: ' 10px 0', objectFit: 'contain' }, alt: 'MJHLS Brand Logo', src: '/mjhls_brand.png' })
1159
+ React__default.createElement('img', { style: { maxWidth: '100%', height: '50px', margin: ' 10px 0', objectFit: 'contain' }, alt: 'MJHLS Brand Logo', src: 'https://mjh-web.s3.amazonaws.com/_media/an_mjhls_brand_logo.png' })
1160
1160
  )
1161
1161
  )
1162
1162
  ),
@@ -1231,7 +1231,7 @@ var SocialNavFooter = function SocialNavFooter(props) {
1231
1231
  React__default.createElement(
1232
1232
  'a',
1233
1233
  { href: 'https://www.mjhlifesciences.com' },
1234
- React__default.createElement('img', { style: { maxWidth: '100%', height: '50px', margin: ' 10px 0', objectFit: 'contain' }, alt: 'MJHLS Brand Logo', src: '/mjhls_brand.png' })
1234
+ React__default.createElement('img', { style: { maxWidth: '100%', height: '50px', margin: ' 10px 0', objectFit: 'contain' }, alt: 'MJHLS Brand Logo', src: 'https://mjh-web.s3.amazonaws.com/_media/an_mjhls_brand_logo.png' })
1235
1235
  )
1236
1236
  )
1237
1237
  ),
@@ -20,7 +20,7 @@ require('./get-1f91592f.js');
20
20
  require('react-bootstrap');
21
21
  require('./index.esm-340d3792.js');
22
22
  require('react-bootstrap/Button');
23
- var TemplateNormal = require('./Normal-503df349.js');
23
+ var TemplateNormal = require('./Normal-2ef3e500.js');
24
24
  require('react-bootstrap/ListGroup');
25
25
  require('next/head');
26
26
  require('react-bootstrap/Nav');
package/dist/cjs/index.js CHANGED
@@ -52,7 +52,7 @@ var IssueDeck = require('./IssueDeck.js');
52
52
  require('react-bootstrap/Badge');
53
53
  var IssueContentDeck = require('./IssueContentDeck.js');
54
54
  var Spinner = _interopDefault(require('react-bootstrap/Spinner'));
55
- var TemplateNormal = require('./Normal-503df349.js');
55
+ var TemplateNormal = require('./Normal-2ef3e500.js');
56
56
  require('react-bootstrap/ListGroup');
57
57
  var Head = _interopDefault(require('next/head'));
58
58
  var Accordion = _interopDefault(require('react-bootstrap/Accordion'));
@@ -11,7 +11,7 @@ import React__default from 'react';
11
11
  import { l as lib_3 } from './index-fa84ea96.js';
12
12
  import 'prop-types';
13
13
  import Container from 'react-bootstrap/Container';
14
- import Row from 'react-bootstrap/Row';
14
+ import 'react-bootstrap/Row';
15
15
  import 'react-bootstrap/Col';
16
16
  import 'react-bootstrap/Card';
17
17
  import { V as VisibilitySensor, I as InfiniteScroll } from './visibility-sensor-336093e1.js';
@@ -187,7 +187,7 @@ var MasterDeck = function (_React$Component) {
187
187
  }, _this.cardLoader = function (page, columns, variant) {
188
188
  var numberOfItemsBeforeAd = 6;
189
189
  return React__default.createElement(
190
- Row,
190
+ 'div',
191
191
  null,
192
192
  _this.state.data && _this.state.data.map(function (row, index) {
193
193
  var pageNumber = row.pageNumber || _this.state.page;
@@ -670,7 +670,7 @@ var renderLink = function renderLink(row) {
670
670
 
671
671
  var SideFooter = function SideFooter(props) {
672
672
  /*
673
- useage example: <SideFooter cache={props.cache} logo='/an_mjhls_brand_logo.png' />
673
+ useage example: <SideFooter cache={props.cache} logo='https://mjh-web.s3.amazonaws.com/_media/an_mjhls_brand_logo.png' />
674
674
  */
675
675
  var _get = get_1(props, 'cache.siteSettingCache', {}),
676
676
  socialLinks = _get.socialLinks,
@@ -1151,7 +1151,7 @@ var NavFooter = function NavFooter(props) {
1151
1151
  React__default.createElement(
1152
1152
  'a',
1153
1153
  { href: 'https://www.mjhlifesciences.com' },
1154
- React__default.createElement('img', { style: { maxWidth: '100%', height: '50px', margin: ' 10px 0', objectFit: 'contain' }, alt: 'MJHLS Brand Logo', src: '/mjhls_brand.png' })
1154
+ React__default.createElement('img', { style: { maxWidth: '100%', height: '50px', margin: ' 10px 0', objectFit: 'contain' }, alt: 'MJHLS Brand Logo', src: 'https://mjh-web.s3.amazonaws.com/_media/an_mjhls_brand_logo.png' })
1155
1155
  )
1156
1156
  )
1157
1157
  ),
@@ -1226,7 +1226,7 @@ var SocialNavFooter = function SocialNavFooter(props) {
1226
1226
  React__default.createElement(
1227
1227
  'a',
1228
1228
  { href: 'https://www.mjhlifesciences.com' },
1229
- React__default.createElement('img', { style: { maxWidth: '100%', height: '50px', margin: ' 10px 0', objectFit: 'contain' }, alt: 'MJHLS Brand Logo', src: '/mjhls_brand.png' })
1229
+ React__default.createElement('img', { style: { maxWidth: '100%', height: '50px', margin: ' 10px 0', objectFit: 'contain' }, alt: 'MJHLS Brand Logo', src: 'https://mjh-web.s3.amazonaws.com/_media/an_mjhls_brand_logo.png' })
1230
1230
  )
1231
1231
  )
1232
1232
  ),
@@ -18,7 +18,7 @@ import './get-b2201dc8.js';
18
18
  import 'react-bootstrap';
19
19
  import './index.esm-536609db.js';
20
20
  import 'react-bootstrap/Button';
21
- export { T as default } from './Normal-dfda02dc.js';
21
+ export { T as default } from './Normal-e37f2efa.js';
22
22
  import 'react-bootstrap/ListGroup';
23
23
  import 'next/head';
24
24
  import 'react-bootstrap/Nav';
package/dist/esm/index.js CHANGED
@@ -48,8 +48,8 @@ export { default as IssueDeck } from './IssueDeck.js';
48
48
  import 'react-bootstrap/Badge';
49
49
  export { default as IssueContentDeck } from './IssueContentDeck.js';
50
50
  import Spinner from 'react-bootstrap/Spinner';
51
- import { M as MdPictureAsPdf, T as TemplateNormal } from './Normal-dfda02dc.js';
52
- 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-dfda02dc.js';
51
+ import { M as MdPictureAsPdf, T as TemplateNormal } from './Normal-e37f2efa.js';
52
+ 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-e37f2efa.js';
53
53
  import 'react-bootstrap/ListGroup';
54
54
  import Head from 'next/head';
55
55
  import Accordion from 'react-bootstrap/Accordion';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mjhls/mjh-framework",
3
- "version": "1.0.251",
3
+ "version": "1.0.253",
4
4
  "description": "Foundation Framework",
5
5
  "author": "mjh-framework",
6
6
  "license": "MIT",