@mjhls/mjh-framework 1.0.642 → 1.0.644
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 +1 -1
- package/dist/cjs/ArticleQueue.js +1 -1
- package/dist/cjs/ExternalResources.js +1 -1
- package/dist/cjs/HamMagazine.js +1 -1
- package/dist/cjs/NavMagazine.js +2 -2
- package/dist/cjs/PartnerDetailListing.js +1 -1
- package/dist/cjs/{SocialSearchComponent-bf750093.js → SocialSearchComponent-c1cf0d88.js} +2 -1
- package/dist/cjs/TemplateNormal.js +1 -1
- package/dist/cjs/View.js +1 -1
- package/dist/cjs/getSerializers.js +1 -1
- package/dist/cjs/{index-46694c1c.js → index-1620daac.js} +11 -19
- package/dist/cjs/index.js +2 -2
- package/dist/esm/ArticleQueue.js +1 -1
- package/dist/esm/ExternalResources.js +1 -1
- package/dist/esm/HamMagazine.js +1 -1
- package/dist/esm/NavMagazine.js +2 -2
- package/dist/esm/PartnerDetailListing.js +1 -1
- package/dist/esm/{SocialSearchComponent-6d144699.js → SocialSearchComponent-9c8358c4.js} +2 -1
- package/dist/esm/TemplateNormal.js +1 -1
- package/dist/esm/View.js +1 -1
- package/dist/esm/getSerializers.js +1 -1
- package/dist/esm/{index-c3a534d6.js → index-fe4d6d6e.js} +11 -19
- package/dist/esm/index.js +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
package/dist/cjs/ArticleQueue.js
CHANGED
|
@@ -45,7 +45,7 @@ require('./smoothscroll-95231a70.js');
|
|
|
45
45
|
require('./GroupDeck.js');
|
|
46
46
|
require('react-bootstrap');
|
|
47
47
|
require('react-bootstrap/Button');
|
|
48
|
-
var getSerializers = require('./index-
|
|
48
|
+
var getSerializers = require('./index-1620daac.js');
|
|
49
49
|
require('./util-f2c1b65b.js');
|
|
50
50
|
require('./brightcove-react-player-loader.es-156bd4d6.js');
|
|
51
51
|
require('react-bootstrap/Pagination');
|
|
@@ -45,7 +45,7 @@ require('./GroupDeck.js');
|
|
|
45
45
|
require('react-bootstrap');
|
|
46
46
|
var Button = _interopDefault(require('react-bootstrap/Button'));
|
|
47
47
|
var index$3 = require('./index-5be2866f.js');
|
|
48
|
-
var getSerializers = require('./index-
|
|
48
|
+
var getSerializers = require('./index-1620daac.js');
|
|
49
49
|
require('./util-f2c1b65b.js');
|
|
50
50
|
require('./brightcove-react-player-loader.es-156bd4d6.js');
|
|
51
51
|
require('react-bootstrap/Pagination');
|
package/dist/cjs/HamMagazine.js
CHANGED
|
@@ -34,7 +34,7 @@ var index_esm$2 = require('./index.esm-fe549f9c.js');
|
|
|
34
34
|
require('./SocialIcons.js');
|
|
35
35
|
require('react-bootstrap/Form');
|
|
36
36
|
require('react-bootstrap/FormControl');
|
|
37
|
-
var SocialSearchComponent = require('./SocialSearchComponent-
|
|
37
|
+
var SocialSearchComponent = require('./SocialSearchComponent-c1cf0d88.js');
|
|
38
38
|
|
|
39
39
|
var HamMagazine = function HamMagazine(props) {
|
|
40
40
|
/*
|
package/dist/cjs/NavMagazine.js
CHANGED
|
@@ -34,7 +34,7 @@ var index_esm$2 = require('./index.esm-fe549f9c.js');
|
|
|
34
34
|
require('./SocialIcons.js');
|
|
35
35
|
require('react-bootstrap/Form');
|
|
36
36
|
require('react-bootstrap/FormControl');
|
|
37
|
-
var SocialSearchComponent = require('./SocialSearchComponent-
|
|
37
|
+
var SocialSearchComponent = require('./SocialSearchComponent-c1cf0d88.js');
|
|
38
38
|
|
|
39
39
|
var NavMagazine = function NavMagazine(props) {
|
|
40
40
|
/*
|
|
@@ -312,7 +312,7 @@ var NavMagazine = function NavMagazine(props) {
|
|
|
312
312
|
Navbar,
|
|
313
313
|
{
|
|
314
314
|
id: 'navbar-ham',
|
|
315
|
-
style: { width: '100%', display: 'flex', top: topOffset, overflow: 'auto' },
|
|
315
|
+
style: { width: '100%', display: 'flex', top: topOffset, overflow: 'auto', zIndex: '999999' },
|
|
316
316
|
className: main.main_40 ? 'bottom-nav ios-nav' : 'bottom-nav ',
|
|
317
317
|
variant: 'dark',
|
|
318
318
|
expand: 'xl',
|
|
@@ -51,7 +51,7 @@ require('./GroupDeck.js');
|
|
|
51
51
|
require('react-bootstrap');
|
|
52
52
|
var QueueDeckExpanded = require('./QueueDeckExpanded.js');
|
|
53
53
|
require('react-bootstrap/Button');
|
|
54
|
-
var getSerializers = require('./index-
|
|
54
|
+
var getSerializers = require('./index-1620daac.js');
|
|
55
55
|
require('./util-f2c1b65b.js');
|
|
56
56
|
require('./brightcove-react-player-loader.es-156bd4d6.js');
|
|
57
57
|
require('react-bootstrap/Pagination');
|
|
@@ -44,7 +44,8 @@ var SocialSearchComponent = function SocialSearchComponent(_ref) {
|
|
|
44
44
|
var navWrapper = document.getElementById(navID);
|
|
45
45
|
var mastNav = document.querySelector('.nav-brands');
|
|
46
46
|
var topOffset = 0;
|
|
47
|
-
|
|
47
|
+
// Checking for non-IOS devices before setting the offset position.
|
|
48
|
+
if (window && window.innerWidth < 1200 && mastNav && mastNav.offsetHeight && !main.main_31) topOffset = topOffset + mastNav.offsetHeight;
|
|
48
49
|
if (navWrapper && navWrapper.offsetHeight) topOffset = topOffset + navWrapper.offsetHeight;
|
|
49
50
|
setTopOffset(topOffset + 2);
|
|
50
51
|
|
|
@@ -57,7 +57,7 @@ require('./index.esm-fe549f9c.js');
|
|
|
57
57
|
require('./SocialIcons.js');
|
|
58
58
|
require('react-bootstrap/Form');
|
|
59
59
|
require('react-bootstrap/FormControl');
|
|
60
|
-
require('./SocialSearchComponent-
|
|
60
|
+
require('./SocialSearchComponent-c1cf0d88.js');
|
|
61
61
|
var NavMagazine = require('./NavMagazine.js');
|
|
62
62
|
var NavNative = require('./NavNative.js');
|
|
63
63
|
require('./Search.js');
|
package/dist/cjs/View.js
CHANGED
|
@@ -45,7 +45,7 @@ require('./smoothscroll-95231a70.js');
|
|
|
45
45
|
require('./GroupDeck.js');
|
|
46
46
|
require('react-bootstrap');
|
|
47
47
|
var Button = _interopDefault(require('react-bootstrap/Button'));
|
|
48
|
-
var getSerializers = require('./index-
|
|
48
|
+
var getSerializers = require('./index-1620daac.js');
|
|
49
49
|
require('./util-f2c1b65b.js');
|
|
50
50
|
require('./brightcove-react-player-loader.es-156bd4d6.js');
|
|
51
51
|
require('react-bootstrap/Pagination');
|
|
@@ -40,7 +40,7 @@ require('./smoothscroll-95231a70.js');
|
|
|
40
40
|
require('./GroupDeck.js');
|
|
41
41
|
require('react-bootstrap');
|
|
42
42
|
require('react-bootstrap/Button');
|
|
43
|
-
var getSerializers = require('./index-
|
|
43
|
+
var getSerializers = require('./index-1620daac.js');
|
|
44
44
|
require('./util-f2c1b65b.js');
|
|
45
45
|
require('./brightcove-react-player-loader.es-156bd4d6.js');
|
|
46
46
|
require('react-bootstrap/Pagination');
|
|
@@ -8506,29 +8506,21 @@ var FigureComponent = function FigureComponent(props) {
|
|
|
8506
8506
|
link ? React__default.createElement(
|
|
8507
8507
|
'a',
|
|
8508
8508
|
{ target: blank ? '_blank' : '_self', href: link },
|
|
8509
|
-
React__default.createElement(
|
|
8510
|
-
index$2.LazyLoad,
|
|
8511
|
-
{ once: true },
|
|
8512
|
-
React__default.createElement(reactBootstrap.Figure.Image, { style: { maxWidth: '100%' }, className: 'figure-image', src: urlFor$3(node, client).url(), alt: alt && alt })
|
|
8513
|
-
),
|
|
8509
|
+
React__default.createElement(reactBootstrap.Figure.Image, { style: { maxWidth: '100%' }, className: 'figure-image', src: urlFor$3(node, client).url(), alt: alt && alt }),
|
|
8514
8510
|
caption && React__default.createElement('div', { dangerouslySetInnerHTML: { __html: '<span class=\'figure-caption\'>' + caption + '</span>' } })
|
|
8515
8511
|
) : React__default.createElement(
|
|
8516
8512
|
React__default.Fragment,
|
|
8517
8513
|
null,
|
|
8518
|
-
React__default.createElement(
|
|
8519
|
-
|
|
8520
|
-
|
|
8521
|
-
|
|
8522
|
-
|
|
8523
|
-
|
|
8524
|
-
|
|
8525
|
-
|
|
8526
|
-
|
|
8527
|
-
|
|
8528
|
-
setOpenImg(true);
|
|
8529
|
-
}
|
|
8530
|
-
})
|
|
8531
|
-
),
|
|
8514
|
+
React__default.createElement(reactBootstrap.Figure.Image, {
|
|
8515
|
+
style: { maxWidth: '100%', cursor: 'pointer', width: 'auto' },
|
|
8516
|
+
className: 'figure-image',
|
|
8517
|
+
src: urlFor$3(node, client).url(),
|
|
8518
|
+
alt: alt && alt,
|
|
8519
|
+
onClick: function onClick() {
|
|
8520
|
+
setOpenImgSrc(urlFor$3(node, client).url());
|
|
8521
|
+
setOpenImg(true);
|
|
8522
|
+
}
|
|
8523
|
+
}),
|
|
8532
8524
|
caption && React__default.createElement('div', { dangerouslySetInnerHTML: { __html: '<span class=\'figure-caption\'>' + caption + '</span>' } })
|
|
8533
8525
|
)
|
|
8534
8526
|
),
|
package/dist/cjs/index.js
CHANGED
|
@@ -77,7 +77,7 @@ require('./index-5be2866f.js');
|
|
|
77
77
|
require('./js.cookie-a511c430.js');
|
|
78
78
|
var EventsDeck = require('./EventsDeck.js');
|
|
79
79
|
var CMEDeck = require('./CMEDeck.js');
|
|
80
|
-
var getSerializers = require('./index-
|
|
80
|
+
var getSerializers = require('./index-1620daac.js');
|
|
81
81
|
require('./util-f2c1b65b.js');
|
|
82
82
|
require('./brightcove-react-player-loader.es-156bd4d6.js');
|
|
83
83
|
require('react-bootstrap/Pagination');
|
|
@@ -110,7 +110,7 @@ require('./index.esm-fe549f9c.js');
|
|
|
110
110
|
var SocialIcons = require('./SocialIcons.js');
|
|
111
111
|
require('react-bootstrap/Form');
|
|
112
112
|
require('react-bootstrap/FormControl');
|
|
113
|
-
require('./SocialSearchComponent-
|
|
113
|
+
require('./SocialSearchComponent-c1cf0d88.js');
|
|
114
114
|
var NavMagazine = require('./NavMagazine.js');
|
|
115
115
|
var NavNative = require('./NavNative.js');
|
|
116
116
|
var Search = require('./Search.js');
|
package/dist/esm/ArticleQueue.js
CHANGED
|
@@ -40,7 +40,7 @@ import './smoothscroll-4b699764.js';
|
|
|
40
40
|
import './GroupDeck.js';
|
|
41
41
|
import 'react-bootstrap';
|
|
42
42
|
import 'react-bootstrap/Button';
|
|
43
|
-
import { I as InscreenSensor, g as getSerializers } from './index-
|
|
43
|
+
import { I as InscreenSensor, g as getSerializers } from './index-fe4d6d6e.js';
|
|
44
44
|
import './util-7700fc59.js';
|
|
45
45
|
import './brightcove-react-player-loader.es-83f53e4e.js';
|
|
46
46
|
import 'react-bootstrap/Pagination';
|
|
@@ -39,7 +39,7 @@ import './GroupDeck.js';
|
|
|
39
39
|
import 'react-bootstrap';
|
|
40
40
|
import Button from 'react-bootstrap/Button';
|
|
41
41
|
import { m as momentTimezone } from './index-d2f90501.js';
|
|
42
|
-
import { g as getSerializers } from './index-
|
|
42
|
+
import { g as getSerializers } from './index-fe4d6d6e.js';
|
|
43
43
|
import './util-7700fc59.js';
|
|
44
44
|
import './brightcove-react-player-loader.es-83f53e4e.js';
|
|
45
45
|
import 'react-bootstrap/Pagination';
|
package/dist/esm/HamMagazine.js
CHANGED
|
@@ -27,7 +27,7 @@ import { S as SocialNavFooter } from './index.esm-73e847d2.js';
|
|
|
27
27
|
import './SocialIcons.js';
|
|
28
28
|
import 'react-bootstrap/Form';
|
|
29
29
|
import 'react-bootstrap/FormControl';
|
|
30
|
-
import { S as SocialSearchComponent } from './SocialSearchComponent-
|
|
30
|
+
import { S as SocialSearchComponent } from './SocialSearchComponent-9c8358c4.js';
|
|
31
31
|
|
|
32
32
|
var HamMagazine = function HamMagazine(props) {
|
|
33
33
|
/*
|
package/dist/esm/NavMagazine.js
CHANGED
|
@@ -27,7 +27,7 @@ import { S as SocialNavFooter } from './index.esm-73e847d2.js';
|
|
|
27
27
|
import './SocialIcons.js';
|
|
28
28
|
import 'react-bootstrap/Form';
|
|
29
29
|
import 'react-bootstrap/FormControl';
|
|
30
|
-
import { S as SocialSearchComponent } from './SocialSearchComponent-
|
|
30
|
+
import { S as SocialSearchComponent } from './SocialSearchComponent-9c8358c4.js';
|
|
31
31
|
|
|
32
32
|
var NavMagazine = function NavMagazine(props) {
|
|
33
33
|
/*
|
|
@@ -305,7 +305,7 @@ var NavMagazine = function NavMagazine(props) {
|
|
|
305
305
|
Navbar,
|
|
306
306
|
{
|
|
307
307
|
id: 'navbar-ham',
|
|
308
|
-
style: { width: '100%', display: 'flex', top: topOffset, overflow: 'auto' },
|
|
308
|
+
style: { width: '100%', display: 'flex', top: topOffset, overflow: 'auto', zIndex: '999999' },
|
|
309
309
|
className: main_40 ? 'bottom-nav ios-nav' : 'bottom-nav ',
|
|
310
310
|
variant: 'dark',
|
|
311
311
|
expand: 'xl',
|
|
@@ -46,7 +46,7 @@ import './GroupDeck.js';
|
|
|
46
46
|
import 'react-bootstrap';
|
|
47
47
|
import QueueDeckExpanded from './QueueDeckExpanded.js';
|
|
48
48
|
import 'react-bootstrap/Button';
|
|
49
|
-
import { g as getSerializers } from './index-
|
|
49
|
+
import { g as getSerializers } from './index-fe4d6d6e.js';
|
|
50
50
|
import './util-7700fc59.js';
|
|
51
51
|
import './brightcove-react-player-loader.es-83f53e4e.js';
|
|
52
52
|
import 'react-bootstrap/Pagination';
|
|
@@ -39,7 +39,8 @@ var SocialSearchComponent = function SocialSearchComponent(_ref) {
|
|
|
39
39
|
var navWrapper = document.getElementById(navID);
|
|
40
40
|
var mastNav = document.querySelector('.nav-brands');
|
|
41
41
|
var topOffset = 0;
|
|
42
|
-
|
|
42
|
+
// Checking for non-IOS devices before setting the offset position.
|
|
43
|
+
if (window && window.innerWidth < 1200 && mastNav && mastNav.offsetHeight && !main_31) topOffset = topOffset + mastNav.offsetHeight;
|
|
43
44
|
if (navWrapper && navWrapper.offsetHeight) topOffset = topOffset + navWrapper.offsetHeight;
|
|
44
45
|
setTopOffset(topOffset + 2);
|
|
45
46
|
|
|
@@ -51,7 +51,7 @@ import './index.esm-73e847d2.js';
|
|
|
51
51
|
import './SocialIcons.js';
|
|
52
52
|
import 'react-bootstrap/Form';
|
|
53
53
|
import 'react-bootstrap/FormControl';
|
|
54
|
-
import './SocialSearchComponent-
|
|
54
|
+
import './SocialSearchComponent-9c8358c4.js';
|
|
55
55
|
import MagazineNav from './NavMagazine.js';
|
|
56
56
|
import { NavNative } from './NavNative.js';
|
|
57
57
|
import './Search.js';
|
package/dist/esm/View.js
CHANGED
|
@@ -39,7 +39,7 @@ import './smoothscroll-4b699764.js';
|
|
|
39
39
|
import './GroupDeck.js';
|
|
40
40
|
import 'react-bootstrap';
|
|
41
41
|
import Button from 'react-bootstrap/Button';
|
|
42
|
-
import { I as InscreenSensor, r as renderAuthor, g as getSerializers } from './index-
|
|
42
|
+
import { I as InscreenSensor, r as renderAuthor, g as getSerializers } from './index-fe4d6d6e.js';
|
|
43
43
|
import './util-7700fc59.js';
|
|
44
44
|
import './brightcove-react-player-loader.es-83f53e4e.js';
|
|
45
45
|
import 'react-bootstrap/Pagination';
|
|
@@ -38,7 +38,7 @@ import './smoothscroll-4b699764.js';
|
|
|
38
38
|
import './GroupDeck.js';
|
|
39
39
|
import 'react-bootstrap';
|
|
40
40
|
import 'react-bootstrap/Button';
|
|
41
|
-
export { g as default } from './index-
|
|
41
|
+
export { g as default } from './index-fe4d6d6e.js';
|
|
42
42
|
import './util-7700fc59.js';
|
|
43
43
|
import './brightcove-react-player-loader.es-83f53e4e.js';
|
|
44
44
|
import 'react-bootstrap/Pagination';
|
|
@@ -8499,29 +8499,21 @@ var FigureComponent = function FigureComponent(props) {
|
|
|
8499
8499
|
link ? React__default.createElement(
|
|
8500
8500
|
'a',
|
|
8501
8501
|
{ target: blank ? '_blank' : '_self', href: link },
|
|
8502
|
-
React__default.createElement(
|
|
8503
|
-
LazyLoad,
|
|
8504
|
-
{ once: true },
|
|
8505
|
-
React__default.createElement(Figure$1.Image, { style: { maxWidth: '100%' }, className: 'figure-image', src: urlFor$3(node, client).url(), alt: alt && alt })
|
|
8506
|
-
),
|
|
8502
|
+
React__default.createElement(Figure$1.Image, { style: { maxWidth: '100%' }, className: 'figure-image', src: urlFor$3(node, client).url(), alt: alt && alt }),
|
|
8507
8503
|
caption && React__default.createElement('div', { dangerouslySetInnerHTML: { __html: '<span class=\'figure-caption\'>' + caption + '</span>' } })
|
|
8508
8504
|
) : React__default.createElement(
|
|
8509
8505
|
React__default.Fragment,
|
|
8510
8506
|
null,
|
|
8511
|
-
React__default.createElement(
|
|
8512
|
-
|
|
8513
|
-
|
|
8514
|
-
|
|
8515
|
-
|
|
8516
|
-
|
|
8517
|
-
|
|
8518
|
-
|
|
8519
|
-
|
|
8520
|
-
|
|
8521
|
-
setOpenImg(true);
|
|
8522
|
-
}
|
|
8523
|
-
})
|
|
8524
|
-
),
|
|
8507
|
+
React__default.createElement(Figure$1.Image, {
|
|
8508
|
+
style: { maxWidth: '100%', cursor: 'pointer', width: 'auto' },
|
|
8509
|
+
className: 'figure-image',
|
|
8510
|
+
src: urlFor$3(node, client).url(),
|
|
8511
|
+
alt: alt && alt,
|
|
8512
|
+
onClick: function onClick() {
|
|
8513
|
+
setOpenImgSrc(urlFor$3(node, client).url());
|
|
8514
|
+
setOpenImg(true);
|
|
8515
|
+
}
|
|
8516
|
+
}),
|
|
8525
8517
|
caption && React__default.createElement('div', { dangerouslySetInnerHTML: { __html: '<span class=\'figure-caption\'>' + caption + '</span>' } })
|
|
8526
8518
|
)
|
|
8527
8519
|
),
|
package/dist/esm/index.js
CHANGED
|
@@ -73,7 +73,7 @@ import './index-d2f90501.js';
|
|
|
73
73
|
import './js.cookie-6874175c.js';
|
|
74
74
|
export { default as EventsDeck } from './EventsDeck.js';
|
|
75
75
|
export { default as CMEDeck } from './CMEDeck.js';
|
|
76
|
-
export { g as getSerializers } from './index-
|
|
76
|
+
export { g as getSerializers } from './index-fe4d6d6e.js';
|
|
77
77
|
import './util-7700fc59.js';
|
|
78
78
|
import './brightcove-react-player-loader.es-83f53e4e.js';
|
|
79
79
|
import 'react-bootstrap/Pagination';
|
|
@@ -106,7 +106,7 @@ import './index.esm-73e847d2.js';
|
|
|
106
106
|
export { default as SocialIcons } from './SocialIcons.js';
|
|
107
107
|
import 'react-bootstrap/Form';
|
|
108
108
|
import 'react-bootstrap/FormControl';
|
|
109
|
-
import './SocialSearchComponent-
|
|
109
|
+
import './SocialSearchComponent-9c8358c4.js';
|
|
110
110
|
export { default as NavMagazine } from './NavMagazine.js';
|
|
111
111
|
export { NavNative } from './NavNative.js';
|
|
112
112
|
export { default as Search } from './Search.js';
|