@mjhls/mjh-framework 1.0.312 → 1.0.314

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.312
2
+ # mjh-framework v. 1.0.314
3
3
 
4
4
  > Foundation Framework
5
5
 
@@ -1778,7 +1778,10 @@ var AD728x90 = function AD728x90(_ref) {
1778
1778
  _ref$targeting = _ref.targeting,
1779
1779
  targeting = _ref$targeting === undefined ? {} : _ref$targeting,
1780
1780
  _ref$pos = _ref.pos,
1781
- pos = _ref$pos === undefined ? 'top' : _ref$pos;
1781
+ pos = _ref$pos === undefined ? 'top' : _ref$pos,
1782
+ _ref$fixedPos = _ref.fixedPos,
1783
+ fixedPos = _ref$fixedPos === undefined ? '60px' : _ref$fixedPos;
1784
+
1782
1785
 
1783
1786
  var mobileView = false;
1784
1787
  if (main.main_36) {
@@ -1805,7 +1808,7 @@ var AD728x90 = function AD728x90(_ref) {
1805
1808
  if (window.pageYOffset + (AdOffsetTop - navbar.offsetHeight) > AdOffsetTop) {
1806
1809
  if (adRef.current && adRef.current.style) {
1807
1810
  adRef.current.style.position = 'fixed';
1808
- adRef.current.style.top = '60px';
1811
+ adRef.current.style.top = fixedPos;
1809
1812
  adRef.current.style.left = '0px';
1810
1813
  adRef.current.style.zIndex = '9999';
1811
1814
  adRef.current.style.width = '100%';
@@ -20,7 +20,7 @@ require('./react-social-icons-cd0d9d3b.js');
20
20
  require('react-bootstrap');
21
21
  require('./index.esm-340d3792.js');
22
22
  require('react-bootstrap/Button');
23
- var TemplateNormal = require('./Normal-1db1458a.js');
23
+ var TemplateNormal = require('./Normal-7cd7e351.js');
24
24
  require('react-bootstrap/ListGroup');
25
25
  require('next/head');
26
26
  require('react-bootstrap/Nav');
package/dist/cjs/index.js CHANGED
@@ -53,7 +53,7 @@ var IssueDeck = require('./IssueDeck.js');
53
53
  require('react-bootstrap/Badge');
54
54
  var IssueContentDeck = require('./IssueContentDeck.js');
55
55
  var Spinner = _interopDefault(require('react-bootstrap/Spinner'));
56
- var TemplateNormal = require('./Normal-1db1458a.js');
56
+ var TemplateNormal = require('./Normal-7cd7e351.js');
57
57
  require('react-bootstrap/ListGroup');
58
58
  var Head = _interopDefault(require('next/head'));
59
59
  var Accordion = _interopDefault(require('react-bootstrap/Accordion'));
@@ -16177,7 +16177,6 @@ var get_content_placement_url = function get_content_placement_url(cp) {
16177
16177
  }
16178
16178
 
16179
16179
  if (!cp.ancestor && cp.parent && typeof cp.parent === 'string') {
16180
- console.log('cp.parent:', cp.parent);
16181
16180
  cp_url += (cp_url === '' ? '' : '/') + cp.parent;
16182
16181
  }
16183
16182
 
@@ -16341,8 +16340,6 @@ var Article = function Article(props) {
16341
16340
  content_placement.length > 0 ? content_placement.map(function (cp, index) {
16342
16341
  var cp_url = cpModificationRequired ? get_content_placement_url(cp) : cp.path;
16343
16342
  var href = '/' + cp_url;
16344
- console.log('cp:', cp);
16345
- console.log('href:', href);
16346
16343
  return React__default.createElement(
16347
16344
  Dropdown.Item,
16348
16345
  { key: index, href: href },
@@ -16437,7 +16434,6 @@ var ArticleQueue = function ArticleQueue(props) {
16437
16434
  body.some(function (children) {
16438
16435
  children.children && children.children.some(function (item) {
16439
16436
  if (item.text && String(item.text).trim().length > 0 && desc == '') {
16440
- console.log(String(item.text));
16441
16437
  desc = String(item.text);
16442
16438
  return true;
16443
16439
  }
@@ -1773,7 +1773,10 @@ var AD728x90 = function AD728x90(_ref) {
1773
1773
  _ref$targeting = _ref.targeting,
1774
1774
  targeting = _ref$targeting === undefined ? {} : _ref$targeting,
1775
1775
  _ref$pos = _ref.pos,
1776
- pos = _ref$pos === undefined ? 'top' : _ref$pos;
1776
+ pos = _ref$pos === undefined ? 'top' : _ref$pos,
1777
+ _ref$fixedPos = _ref.fixedPos,
1778
+ fixedPos = _ref$fixedPos === undefined ? '60px' : _ref$fixedPos;
1779
+
1777
1780
 
1778
1781
  var mobileView = false;
1779
1782
  if (main_36) {
@@ -1800,7 +1803,7 @@ var AD728x90 = function AD728x90(_ref) {
1800
1803
  if (window.pageYOffset + (AdOffsetTop - navbar.offsetHeight) > AdOffsetTop) {
1801
1804
  if (adRef.current && adRef.current.style) {
1802
1805
  adRef.current.style.position = 'fixed';
1803
- adRef.current.style.top = '60px';
1806
+ adRef.current.style.top = fixedPos;
1804
1807
  adRef.current.style.left = '0px';
1805
1808
  adRef.current.style.zIndex = '9999';
1806
1809
  adRef.current.style.width = '100%';
@@ -18,7 +18,7 @@ import './react-social-icons-a7d5c5c7.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-a78e40f8.js';
21
+ export { T as default } from './Normal-19f6db83.js';
22
22
  import 'react-bootstrap/ListGroup';
23
23
  import 'next/head';
24
24
  import 'react-bootstrap/Nav';
package/dist/esm/index.js CHANGED
@@ -49,8 +49,8 @@ export { default as IssueDeck } from './IssueDeck.js';
49
49
  import 'react-bootstrap/Badge';
50
50
  export { default as IssueContentDeck } from './IssueContentDeck.js';
51
51
  import Spinner from 'react-bootstrap/Spinner';
52
- import { M as MdPictureAsPdf } from './Normal-a78e40f8.js';
53
- 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-a78e40f8.js';
52
+ import { M as MdPictureAsPdf } from './Normal-19f6db83.js';
53
+ 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-19f6db83.js';
54
54
  import 'react-bootstrap/ListGroup';
55
55
  import Head from 'next/head';
56
56
  import Accordion from 'react-bootstrap/Accordion';
@@ -16175,7 +16175,6 @@ var get_content_placement_url = function get_content_placement_url(cp) {
16175
16175
  }
16176
16176
 
16177
16177
  if (!cp.ancestor && cp.parent && typeof cp.parent === 'string') {
16178
- console.log('cp.parent:', cp.parent);
16179
16178
  cp_url += (cp_url === '' ? '' : '/') + cp.parent;
16180
16179
  }
16181
16180
 
@@ -16339,8 +16338,6 @@ var Article = function Article(props) {
16339
16338
  content_placement.length > 0 ? content_placement.map(function (cp, index) {
16340
16339
  var cp_url = cpModificationRequired ? get_content_placement_url(cp) : cp.path;
16341
16340
  var href = '/' + cp_url;
16342
- console.log('cp:', cp);
16343
- console.log('href:', href);
16344
16341
  return React__default.createElement(
16345
16342
  Dropdown.Item,
16346
16343
  { key: index, href: href },
@@ -16435,7 +16432,6 @@ var ArticleQueue = function ArticleQueue(props) {
16435
16432
  body.some(function (children) {
16436
16433
  children.children && children.children.some(function (item) {
16437
16434
  if (item.text && String(item.text).trim().length > 0 && desc == '') {
16438
- console.log(String(item.text));
16439
16435
  desc = String(item.text);
16440
16436
  return true;
16441
16437
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mjhls/mjh-framework",
3
- "version": "1.0.312",
3
+ "version": "1.0.314",
4
4
  "description": "Foundation Framework",
5
5
  "author": "mjh-framework",
6
6
  "license": "MIT",