@mjhls/mjh-framework 1.0.642-iOS-mobile-fix → 1.0.642-multi-doc-group
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/AD.js +1 -1
- package/dist/cjs/AD300x250.js +5 -5
- package/dist/cjs/AD300x250x600.js +5 -5
- package/dist/cjs/AD728x90.js +6 -6
- package/dist/cjs/ADFloatingFooter.js +4 -4
- package/dist/cjs/ADGutter.js +4 -4
- package/dist/cjs/ADSkyscraper.js +4 -4
- package/dist/cjs/ADSponsoredResources.js +4 -4
- package/dist/cjs/ADWebcast.js +4 -4
- package/dist/cjs/ADWelcome.js +4 -4
- package/dist/cjs/AdSlot.js +4 -4
- package/dist/cjs/AdSlotsProvider.js +1 -1
- package/dist/cjs/ArticleSeriesListing.js +6 -6
- package/dist/cjs/Auth.js +506 -255
- package/dist/cjs/{BlockContent-80b15fac.js → BlockContent-88f69acd.js} +1 -1
- package/dist/cjs/CMEDeck.js +7 -7
- package/dist/cjs/Column2.js +2 -3
- package/dist/cjs/Column3.js +7 -8
- package/dist/cjs/ConferenceArticleCard.js +13 -29
- package/dist/cjs/DeckContent.js +9 -9
- package/dist/cjs/DeckQueue.js +9 -10
- package/dist/cjs/{Dfp-7a66946e.js → Dfp-b2bc3b97.js} +3 -3
- package/dist/cjs/EventsDeck.js +5 -5
- package/dist/cjs/ExternalResources.js +9 -9
- package/dist/cjs/Feature.js +3 -3
- package/dist/cjs/ForbesHero.js +2 -2
- package/dist/cjs/GridContent.js +14 -15
- package/dist/cjs/GridHero.js +2 -2
- package/dist/cjs/GroupDeck.js +1 -1
- package/dist/cjs/HamMagazine.js +4 -4
- package/dist/cjs/Hero.js +1 -1
- package/dist/cjs/HorizontalHero.js +2 -2
- package/dist/cjs/IssueContentDeck.js +2 -2
- package/dist/cjs/IssueDeck.js +2 -2
- package/dist/cjs/IssueLanding.js +10 -10
- package/dist/cjs/LeftNav.js +4 -4
- package/dist/cjs/MasterDeck.js +11 -11
- package/dist/cjs/NavMagazine.js +5 -5
- package/dist/cjs/NavNative.js +2 -2
- package/dist/cjs/OncliveHero.js +2 -2
- package/dist/cjs/OncliveLargeHero.js +2 -2
- package/dist/cjs/PartnerDetailListing.js +16 -1213
- package/dist/cjs/PublicationDeck.js +2 -2
- package/dist/cjs/QueueDeckExpanded.js +12 -12
- package/dist/cjs/RecentNews.js +2 -2
- package/dist/cjs/RelatedContent.js +2 -32
- package/dist/cjs/SideFooter.js +2 -3
- package/dist/cjs/{SocialSearchComponent-b52e39a7.js → SocialSearchComponent-bf750093.js} +5 -5
- package/dist/cjs/TaxonomyCard.js +2 -2
- package/dist/cjs/TemplateNormal.js +6 -7
- package/dist/cjs/ThumbnailCard.js +1 -1
- package/dist/cjs/Ustream.js +2 -2
- package/dist/cjs/VerticalHero.js +2 -2
- package/dist/cjs/VideoSeriesCard.js +2 -2
- package/dist/cjs/VideoSeriesListing.js +5 -5
- package/dist/cjs/View.js +48 -40
- package/dist/cjs/YahooHero.js +2 -2
- package/dist/cjs/YoutubeGroup.js +1 -1
- package/dist/cjs/{debounce-32e57002.js → debounce-eb287781.js} +1 -2
- package/dist/cjs/{get-5dfcdc33.js → get-68c52cb1.js} +90 -7
- package/dist/cjs/getQuery.js +2 -2
- package/dist/cjs/getRelatedArticle.js +5 -354
- package/dist/cjs/getSerializers.js +8 -8
- package/dist/cjs/{index-40bd0e4f.js → index-04c709c4.js} +14 -14
- package/dist/cjs/{index-099d45ae.js → index-2d0a4911.js} +4 -6
- package/dist/cjs/{index-3294d3bc.js → index-5be2866f.js} +1 -1
- package/dist/cjs/{index-39beccb3.js → index-b5eb3ff8.js} +18 -18
- package/dist/cjs/{index.es-9110add6.js → index.es-ab3f2690.js} +3 -1
- package/dist/cjs/index.js +21 -23
- package/dist/cjs/{isSymbol-488934a7.js → isSymbol-04666465.js} +0 -2
- package/dist/cjs/{lodash-7fd85bcf.js → lodash-fc2922d0.js} +22 -71
- package/dist/cjs/{main-a4cb15bb.js → main-b6c96c8d.js} +67 -36
- package/dist/cjs/{moment-575fe24c.js → moment-66a6a284.js} +1 -1
- package/dist/cjs/urlFor.js +1 -1
- package/dist/esm/AD.js +1 -1
- package/dist/esm/AD300x250.js +5 -5
- package/dist/esm/AD300x250x600.js +5 -5
- package/dist/esm/AD728x90.js +6 -6
- package/dist/esm/ADFloatingFooter.js +4 -4
- package/dist/esm/ADGutter.js +4 -4
- package/dist/esm/ADSkyscraper.js +4 -4
- package/dist/esm/ADSponsoredResources.js +4 -4
- package/dist/esm/ADWebcast.js +4 -4
- package/dist/esm/ADWelcome.js +4 -4
- package/dist/esm/AdSlot.js +4 -4
- package/dist/esm/AdSlotsProvider.js +1 -1
- package/dist/esm/ArticleSeriesListing.js +6 -6
- package/dist/esm/Auth.js +501 -250
- package/dist/esm/{BlockContent-c409aca5.js → BlockContent-a614acdf.js} +1 -1
- package/dist/esm/CMEDeck.js +7 -7
- package/dist/esm/Column2.js +2 -3
- package/dist/esm/Column3.js +7 -8
- package/dist/esm/ConferenceArticleCard.js +13 -29
- package/dist/esm/DeckContent.js +9 -9
- package/dist/esm/DeckQueue.js +9 -10
- package/dist/esm/{Dfp-64ed29cf.js → Dfp-43d61e01.js} +3 -3
- package/dist/esm/EventsDeck.js +5 -5
- package/dist/esm/ExternalResources.js +9 -9
- package/dist/esm/Feature.js +3 -3
- package/dist/esm/ForbesHero.js +2 -2
- package/dist/esm/GridContent.js +14 -15
- package/dist/esm/GridHero.js +2 -2
- package/dist/esm/GroupDeck.js +1 -1
- package/dist/esm/HamMagazine.js +4 -4
- package/dist/esm/Hero.js +1 -1
- package/dist/esm/HorizontalHero.js +2 -2
- package/dist/esm/IssueContentDeck.js +2 -2
- package/dist/esm/IssueDeck.js +2 -2
- package/dist/esm/IssueLanding.js +10 -10
- package/dist/esm/LeftNav.js +4 -4
- package/dist/esm/MasterDeck.js +11 -11
- package/dist/esm/NavMagazine.js +5 -5
- package/dist/esm/NavNative.js +2 -2
- package/dist/esm/OncliveHero.js +2 -2
- package/dist/esm/OncliveLargeHero.js +2 -2
- package/dist/esm/PartnerDetailListing.js +16 -1212
- package/dist/esm/PublicationDeck.js +2 -2
- package/dist/esm/QueueDeckExpanded.js +12 -12
- package/dist/esm/RecentNews.js +2 -2
- package/dist/esm/RelatedContent.js +2 -32
- package/dist/esm/SideFooter.js +2 -3
- package/dist/esm/{SocialSearchComponent-a45b3379.js → SocialSearchComponent-6d144699.js} +5 -5
- package/dist/esm/TaxonomyCard.js +2 -2
- package/dist/esm/TemplateNormal.js +6 -7
- package/dist/esm/ThumbnailCard.js +1 -1
- package/dist/esm/Ustream.js +2 -2
- package/dist/esm/VerticalHero.js +2 -2
- package/dist/esm/VideoSeriesCard.js +2 -2
- package/dist/esm/VideoSeriesListing.js +5 -5
- package/dist/esm/View.js +45 -37
- package/dist/esm/YahooHero.js +2 -2
- package/dist/esm/YoutubeGroup.js +1 -1
- package/dist/esm/{debounce-a0d9abca.js → debounce-1a993acf.js} +2 -2
- package/dist/esm/{get-58d2f7cc.js → get-5ee14cda.js} +85 -2
- package/dist/esm/getQuery.js +2 -2
- package/dist/esm/getRelatedArticle.js +5 -354
- package/dist/esm/getSerializers.js +8 -8
- package/dist/esm/{index-3849e3fe.js → index-51a80699.js} +18 -18
- package/dist/esm/{index-3f4dd6f2.js → index-93ec3c59.js} +4 -6
- package/dist/esm/{index-c017d31a.js → index-c3ffdcd7.js} +14 -14
- package/dist/esm/{index-ef6d5dcf.js → index-d2f90501.js} +1 -1
- package/dist/esm/{index.es-29c1cef5.js → index.es-938a3a58.js} +3 -1
- package/dist/esm/index.js +19 -20
- package/dist/esm/{isSymbol-47f5ff3b.js → isSymbol-807e927e.js} +1 -1
- package/dist/esm/{lodash-ec8c6b48.js → lodash-17fdfebb.js} +22 -71
- package/dist/esm/{main-5d1e4bd3.js → main-0465b2a0.js} +65 -34
- package/dist/esm/{moment-e2f9b20c.js → moment-12415288.js} +1 -1
- package/dist/esm/urlFor.js +1 -1
- package/package.json +3 -3
- package/dist/cjs/ArticleQueue.js +0 -1689
- package/dist/cjs/_arrayMap-3b4a0f75.js +0 -91
- package/dist/cjs/index-bd6c9f56.js +0 -211
- package/dist/esm/ArticleQueue.js +0 -1684
- package/dist/esm/_arrayMap-818441dd.js +0 -87
- package/dist/esm/index-db3bb315.js +0 -207
- /package/dist/cjs/{ADInfeed-bdb4dc62.js → ADInfeed-eaa6c661.js} +0 -0
- /package/dist/cjs/{ADlgInfeed-56376f48.js → ADlgInfeed-f25eb4f7.js} +0 -0
- /package/dist/esm/{ADInfeed-34a87706.js → ADInfeed-3c4773f8.js} +0 -0
- /package/dist/esm/{ADlgInfeed-2a864f1d.js → ADlgInfeed-5a52301f.js} +0 -0
package/dist/esm/MasterDeck.js
CHANGED
|
@@ -14,30 +14,30 @@ import './web.dom.iterable-03c5ba1c.js';
|
|
|
14
14
|
import './typeof-fea75829.js';
|
|
15
15
|
import './_is-array-ced12663.js';
|
|
16
16
|
import React__default from 'react';
|
|
17
|
-
import { l as lib_3 } from './index-
|
|
17
|
+
import { l as lib_3 } from './index-93ec3c59.js';
|
|
18
18
|
import 'prop-types';
|
|
19
19
|
import Container from 'react-bootstrap/Container';
|
|
20
20
|
import 'react-bootstrap/Row';
|
|
21
21
|
import 'react-bootstrap/Col';
|
|
22
22
|
import 'react-bootstrap/Card';
|
|
23
|
-
import './moment-
|
|
23
|
+
import './moment-12415288.js';
|
|
24
24
|
import { withRouter } from 'next/router';
|
|
25
|
-
import './isSymbol-
|
|
26
|
-
import { d as debounce_1 } from './debounce-
|
|
27
|
-
import { I as InfiniteScroll } from './index.es-
|
|
25
|
+
import './isSymbol-807e927e.js';
|
|
26
|
+
import { d as debounce_1 } from './debounce-1a993acf.js';
|
|
27
|
+
import { I as InfiniteScroll } from './index.es-938a3a58.js';
|
|
28
28
|
import 'react-dom';
|
|
29
29
|
import { V as VisibilitySensor } from './visibility-sensor-0baa4eea.js';
|
|
30
|
-
import './index-
|
|
31
|
-
import { m as
|
|
30
|
+
import './index-51a80699.js';
|
|
31
|
+
import { m as main_39 } from './main-0465b2a0.js';
|
|
32
32
|
import './stringify-feadff37.js';
|
|
33
33
|
import './slicedToArray-5fb01661.js';
|
|
34
34
|
import { _ as _Promise } from './asyncToGenerator-271a52f3.js';
|
|
35
35
|
import './_set-species-41cbf140.js';
|
|
36
36
|
import './beam-c4d8f8f6.js';
|
|
37
37
|
import './AdSlot.js';
|
|
38
|
-
import { A as ADInfeed } from './ADInfeed-
|
|
39
|
-
import { l as lodash } from './lodash-
|
|
40
|
-
import { A as ADlgInfeed } from './ADlgInfeed-
|
|
38
|
+
import { A as ADInfeed } from './ADInfeed-3c4773f8.js';
|
|
39
|
+
import { l as lodash } from './lodash-17fdfebb.js';
|
|
40
|
+
import { A as ADlgInfeed } from './ADlgInfeed-5a52301f.js';
|
|
41
41
|
|
|
42
42
|
var MasterDeck = function (_React$Component) {
|
|
43
43
|
_inherits(MasterDeck, _React$Component);
|
|
@@ -316,7 +316,7 @@ var MasterDeck = function (_React$Component) {
|
|
|
316
316
|
React__default.Fragment,
|
|
317
317
|
{ key: index },
|
|
318
318
|
React__default.createElement(_this2.Deck, { data: row, variant: variant, index: index, client: _this.props.client, defaultImage: _this.defaultImage }),
|
|
319
|
-
|
|
319
|
+
main_39 && _this.rightItems && (index + 1) % numberOfItemsBeforeAd === 0 && React__default.createElement(
|
|
320
320
|
'div',
|
|
321
321
|
{ className: 'ad-container', style: { margin: '0 auto' } },
|
|
322
322
|
_this.renderMobileAd(index, numberOfItemsBeforeAd, _this.rightItems)
|
package/dist/esm/NavMagazine.js
CHANGED
|
@@ -8,7 +8,7 @@ import './web.dom.iterable-03c5ba1c.js';
|
|
|
8
8
|
import React__default, { useRef, useState, useEffect } from 'react';
|
|
9
9
|
import 'prop-types';
|
|
10
10
|
import Container from 'react-bootstrap/Container';
|
|
11
|
-
import { a as
|
|
11
|
+
import { a as main_40 } from './main-0465b2a0.js';
|
|
12
12
|
import './stringify-feadff37.js';
|
|
13
13
|
import { _ as _slicedToArray } from './slicedToArray-5fb01661.js';
|
|
14
14
|
import './asyncToGenerator-271a52f3.js';
|
|
@@ -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-6d144699.js';
|
|
31
31
|
|
|
32
32
|
var NavMagazine = function NavMagazine(props) {
|
|
33
33
|
/*
|
|
@@ -305,8 +305,8 @@ 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'
|
|
309
|
-
className:
|
|
308
|
+
style: { width: '100%', display: 'flex', top: topOffset, overflow: 'auto' },
|
|
309
|
+
className: main_40 ? 'bottom-nav ios-nav' : 'bottom-nav ',
|
|
310
310
|
variant: 'dark',
|
|
311
311
|
expand: 'xl',
|
|
312
312
|
bg: 'primary',
|
|
@@ -322,7 +322,7 @@ var NavMagazine = function NavMagazine(props) {
|
|
|
322
322
|
'aria-controls': 'basic-navbar-nav',
|
|
323
323
|
onClick: function onClick() {
|
|
324
324
|
// Set overflow fix for iPhones safari browsers
|
|
325
|
-
if (
|
|
325
|
+
if (main_40) {
|
|
326
326
|
var mainNav = document.querySelector('#navbar-ham');
|
|
327
327
|
if (mainNav && mainNav.style) mainNav.style.overflow = 'auto';
|
|
328
328
|
}
|
package/dist/esm/NavNative.js
CHANGED
|
@@ -8,7 +8,7 @@ import './web.dom.iterable-03c5ba1c.js';
|
|
|
8
8
|
import React__default, { useRef, useState, useEffect } from 'react';
|
|
9
9
|
import 'prop-types';
|
|
10
10
|
import Container from 'react-bootstrap/Container';
|
|
11
|
-
import { a as
|
|
11
|
+
import { a as main_40 } from './main-0465b2a0.js';
|
|
12
12
|
import './stringify-feadff37.js';
|
|
13
13
|
import { _ as _slicedToArray } from './slicedToArray-5fb01661.js';
|
|
14
14
|
import './asyncToGenerator-271a52f3.js';
|
|
@@ -251,7 +251,7 @@ var NavNative = function NavNative(props) {
|
|
|
251
251
|
React__default.createElement(
|
|
252
252
|
Navbar,
|
|
253
253
|
{
|
|
254
|
-
className:
|
|
254
|
+
className: main_40 ? 'bottom-nav ios-nav' : 'bottom-nav android-nav',
|
|
255
255
|
variant: 'dark',
|
|
256
256
|
expand: 'lg',
|
|
257
257
|
bg: 'primary',
|
package/dist/esm/OncliveHero.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import './_commonjsHelpers-0c4b6f40.js';
|
|
2
2
|
import React__default from 'react';
|
|
3
|
-
import { m as moment } from './moment-
|
|
4
|
-
import { i as imageUrlBuilder } from './index-
|
|
3
|
+
import { m as moment } from './moment-12415288.js';
|
|
4
|
+
import { i as imageUrlBuilder } from './index-51a80699.js';
|
|
5
5
|
import './iconBase-602d52fe.js';
|
|
6
6
|
import 'react-bootstrap/Badge';
|
|
7
7
|
import './index.esm-9a4c8813.js';
|
|
@@ -5,9 +5,9 @@ import './core.get-iterator-method-e41daf74.js';
|
|
|
5
5
|
import './web.dom.iterable-03c5ba1c.js';
|
|
6
6
|
import React__default from 'react';
|
|
7
7
|
import 'prop-types';
|
|
8
|
-
import { m as moment } from './moment-
|
|
8
|
+
import { m as moment } from './moment-12415288.js';
|
|
9
9
|
import 'react-dom';
|
|
10
|
-
import { i as imageUrlBuilder } from './index-
|
|
10
|
+
import { i as imageUrlBuilder } from './index-51a80699.js';
|
|
11
11
|
import { L as LazyLoad } from './index-5f9f807a.js';
|
|
12
12
|
import { c as clean_html_1 } from './entities-7cc3bf45.js';
|
|
13
13
|
import './slicedToArray-5fb01661.js';
|