@mjhls/mjh-framework 1.0.313 → 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.313
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'));
@@ -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';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mjhls/mjh-framework",
3
- "version": "1.0.313",
3
+ "version": "1.0.314",
4
4
  "description": "Foundation Framework",
5
5
  "author": "mjh-framework",
6
6
  "license": "MIT",