@mjhls/mjh-framework 1.0.537 → 1.0.540
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 +172 -172
- package/dist/cjs/AD.js +1 -1
- package/dist/cjs/AD300x250.js +3 -3
- package/dist/cjs/AD300x250x600.js +3 -3
- package/dist/cjs/AD728x90.js +5 -5
- package/dist/cjs/ADFloatingFooter.js +5 -5
- package/dist/cjs/ADGutter.js +2 -2
- package/dist/cjs/ADSponsoredResources.js +2 -2
- package/dist/cjs/ADWebcast.js +2 -2
- package/dist/cjs/ADWelcome.js +2 -2
- package/dist/cjs/AccordionPanel.js +2 -2
- package/dist/cjs/AdSlot.js +2 -2
- package/dist/cjs/AdSlotsProvider.js +1 -1
- package/dist/cjs/ArticleQueue.js +10 -10
- package/dist/cjs/Auth.js +507 -256
- package/dist/cjs/{BlockContent-77f81ffc.js → BlockContent-f942392e.js} +1 -1
- package/dist/cjs/CMEDeck.js +5 -5
- package/dist/cjs/Column3.js +4 -4
- package/dist/cjs/ConferenceArticleCard.js +17 -17
- package/dist/cjs/DeckContent.js +15 -15
- package/dist/cjs/DeckQueue.js +6 -6
- package/dist/cjs/{Dfp-fcdeabc4.js → Dfp-fbe32b96.js} +1 -1
- package/dist/cjs/EventsDeck.js +22 -22
- package/dist/cjs/ExternalResources.js +6 -6
- package/dist/cjs/Feature.js +3 -3
- package/dist/cjs/ForbesHero.js +2 -2
- package/dist/cjs/GridContent.js +10 -10
- package/dist/cjs/GridHero.js +2 -2
- package/dist/cjs/GroupDeck.js +5 -5
- package/dist/cjs/HamMagazine.js +218 -39
- package/dist/cjs/Hero.js +1 -1
- package/dist/cjs/HorizontalHero.js +5 -5
- package/dist/cjs/IssueContentDeck.js +2 -2
- package/dist/cjs/IssueDeck.js +2 -2
- package/dist/cjs/IssueLanding.js +36 -36
- package/dist/cjs/KMTracker.js +15 -15
- package/dist/cjs/LeftNav.js +2 -2
- package/dist/cjs/MasterDeck.js +20 -23
- package/dist/cjs/NavDvm.js +214 -14
- package/dist/cjs/NavMagazine.js +212 -25
- package/dist/cjs/NavNative.js +201 -24
- package/dist/cjs/NavNormal.js +229 -10
- package/dist/cjs/OncliveHero.js +4 -4
- package/dist/cjs/OncliveLargeHero.js +2 -2
- package/dist/cjs/PartnerDetailListing.js +14 -1210
- package/dist/cjs/PdfDownload.js +2 -2
- package/dist/cjs/PublicationDeck.js +1 -1
- package/dist/cjs/PublicationLanding.js +41 -34
- package/dist/cjs/QueueDeckExpanded.js +9 -9
- package/dist/cjs/RelatedContent.js +30 -30
- package/dist/cjs/RelatedTopicsDropdown.js +10 -10
- package/dist/cjs/SideFooter.js +2 -2
- package/dist/cjs/TaxonomyCard.js +2 -2
- package/dist/cjs/TemplateNormal.js +9 -9
- package/dist/cjs/ThumbnailCard.js +1 -1
- package/dist/cjs/Ustream.js +7 -7
- package/dist/cjs/VerticalHero.js +2 -2
- package/dist/cjs/VideoSeriesFilter.js +1 -1
- package/dist/cjs/VideoSeriesListing.js +6 -6
- package/dist/cjs/View.js +38 -38
- package/dist/cjs/YahooHero.js +2 -2
- package/dist/cjs/YoutubeGroup.js +5 -5
- package/dist/cjs/getQuery.js +1 -1
- package/dist/cjs/getRelatedArticle.js +6 -355
- package/dist/cjs/getSerializers.js +449 -437
- package/dist/cjs/{getTargeting-3d208b98.js → getTargeting-b15993cb.js} +11 -11
- package/dist/cjs/getTargeting.js +1 -1
- package/dist/cjs/{iconBase-637d3f1e.js → iconBase-68959171.js} +1 -0
- package/dist/cjs/{index-3294d3bc.js → index-5be2866f.js} +1 -1
- package/dist/cjs/{index-be0c82be.js → index-b5eb3ff8.js} +20 -19
- package/dist/cjs/{index-fa3cec70.js → index-f7ee1612.js} +4 -6
- package/dist/cjs/{index.es-9110add6.js → index.es-ab3f2690.js} +3 -1
- package/dist/cjs/index.esm-0e5c6a9e.js +11 -0
- package/dist/cjs/{index.esm-c0d8b44b.js → index.esm-66ffa47a.js} +1 -1
- package/dist/cjs/{index.esm-25423c2f.js → index.esm-89fabc47.js} +1 -1
- package/dist/cjs/{index.esm-fcdbd2c6.js → index.esm-fbd1f7e9.js} +1 -1
- package/dist/cjs/index.js +23 -21
- package/dist/cjs/{main-88348b15.js → main-bc4db521.js} +66 -35
- package/dist/cjs/{moment-575fe24c.js → moment-66a6a284.js} +1 -1
- package/dist/cjs/urlFor.js +2 -2
- package/dist/esm/AD.js +1 -1
- package/dist/esm/AD300x250.js +3 -3
- package/dist/esm/AD300x250x600.js +3 -3
- package/dist/esm/AD728x90.js +5 -5
- package/dist/esm/ADFloatingFooter.js +5 -5
- package/dist/esm/ADGutter.js +2 -2
- package/dist/esm/ADSponsoredResources.js +2 -2
- package/dist/esm/ADWebcast.js +2 -2
- package/dist/esm/ADWelcome.js +2 -2
- package/dist/esm/AccordionPanel.js +2 -2
- package/dist/esm/AdSlot.js +2 -2
- package/dist/esm/AdSlotsProvider.js +1 -1
- package/dist/esm/ArticleQueue.js +10 -10
- package/dist/esm/Auth.js +499 -248
- package/dist/esm/{BlockContent-e9b4ddcf.js → BlockContent-a614acdf.js} +1 -1
- package/dist/esm/CMEDeck.js +5 -5
- package/dist/esm/Column3.js +4 -4
- package/dist/esm/ConferenceArticleCard.js +17 -17
- package/dist/esm/DeckContent.js +15 -15
- package/dist/esm/DeckQueue.js +6 -6
- package/dist/esm/{Dfp-81a052c2.js → Dfp-ae9336e2.js} +1 -1
- package/dist/esm/EventsDeck.js +22 -22
- package/dist/esm/ExternalResources.js +6 -6
- package/dist/esm/Feature.js +3 -3
- package/dist/esm/ForbesHero.js +2 -2
- package/dist/esm/GridContent.js +10 -10
- package/dist/esm/GridHero.js +2 -2
- package/dist/esm/GroupDeck.js +5 -5
- package/dist/esm/HamMagazine.js +218 -39
- package/dist/esm/Hero.js +1 -1
- package/dist/esm/HorizontalHero.js +4 -4
- package/dist/esm/IssueContentDeck.js +2 -2
- package/dist/esm/IssueDeck.js +2 -2
- package/dist/esm/IssueLanding.js +36 -36
- package/dist/esm/KMTracker.js +15 -15
- package/dist/esm/LeftNav.js +2 -2
- package/dist/esm/MasterDeck.js +20 -23
- package/dist/esm/NavDvm.js +215 -15
- package/dist/esm/NavMagazine.js +212 -25
- package/dist/esm/NavNative.js +201 -24
- package/dist/esm/NavNormal.js +230 -11
- package/dist/esm/OncliveHero.js +4 -4
- package/dist/esm/OncliveLargeHero.js +2 -2
- package/dist/esm/PartnerDetailListing.js +12 -1208
- package/dist/esm/PdfDownload.js +2 -2
- package/dist/esm/PublicationDeck.js +1 -1
- package/dist/esm/PublicationLanding.js +41 -34
- package/dist/esm/QueueDeckExpanded.js +9 -9
- package/dist/esm/RelatedContent.js +30 -30
- package/dist/esm/RelatedTopicsDropdown.js +10 -10
- package/dist/esm/SideFooter.js +2 -2
- package/dist/esm/TaxonomyCard.js +2 -2
- package/dist/esm/TemplateNormal.js +9 -9
- package/dist/esm/ThumbnailCard.js +1 -1
- package/dist/esm/Ustream.js +5 -5
- package/dist/esm/VerticalHero.js +2 -2
- package/dist/esm/VideoSeriesFilter.js +1 -1
- package/dist/esm/VideoSeriesListing.js +6 -6
- package/dist/esm/View.js +13 -13
- package/dist/esm/YahooHero.js +2 -2
- package/dist/esm/YoutubeGroup.js +5 -5
- package/dist/esm/getQuery.js +1 -1
- package/dist/esm/getRelatedArticle.js +6 -355
- package/dist/esm/getSerializers.js +449 -437
- package/dist/esm/{getTargeting-1f2c61e3.js → getTargeting-1a0bd08d.js} +9 -9
- package/dist/esm/getTargeting.js +1 -1
- package/dist/esm/{iconBase-6ee2f2fb.js → iconBase-602d52fe.js} +1 -1
- package/dist/esm/{index-73819142.js → index-51a80699.js} +20 -19
- package/dist/esm/{index-3f4dd6f2.js → index-93ec3c59.js} +4 -6
- 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.esm-16536e81.js +9 -0
- package/dist/esm/{index.esm-b97cf389.js → index.esm-4b1d94b7.js} +1 -1
- package/dist/esm/{index.esm-a7ad65ba.js → index.esm-9a4c8813.js} +1 -1
- package/dist/esm/{index.esm-9d6faf80.js → index.esm-b08f4b04.js} +1 -1
- package/dist/esm/index.js +21 -19
- package/dist/esm/{main-d7ee6151.js → main-7255814e.js} +65 -34
- package/dist/esm/{moment-e2f9b20c.js → moment-12415288.js} +1 -1
- package/dist/esm/urlFor.js +2 -2
- package/package.json +107 -107
- package/dist/cjs/index-bd6c9f56.js +0 -211
- package/dist/esm/index-db3bb315.js +0 -207
- /package/dist/cjs/{ADInfeed-d8e47444.js → ADInfeed-3404200f.js} +0 -0
- /package/dist/cjs/{ADlgInfeed-947c3a47.js → ADlgInfeed-2611e1a9.js} +0 -0
- /package/dist/esm/{ADInfeed-2eb234ae.js → ADInfeed-27674dc6.js} +0 -0
- /package/dist/esm/{ADlgInfeed-17c13711.js → ADlgInfeed-43060a77.js} +0 -0
package/dist/esm/AD300x250.js
CHANGED
|
@@ -5,11 +5,11 @@ import './_library-528f1934.js';
|
|
|
5
5
|
import './_iter-detect-6e099a34.js';
|
|
6
6
|
import './web.dom.iterable-46c95e52.js';
|
|
7
7
|
import React__default from 'react';
|
|
8
|
-
import './index-
|
|
8
|
+
import './index-93ec3c59.js';
|
|
9
9
|
import 'prop-types';
|
|
10
10
|
import './isSymbol-b7b7434f.js';
|
|
11
11
|
import './debounce-048d9cb6.js';
|
|
12
|
-
import { m as
|
|
12
|
+
import { m as main_39 } from './main-7255814e.js';
|
|
13
13
|
import './slicedToArray-f1e40361.js';
|
|
14
14
|
import './stringify-e30bc114.js';
|
|
15
15
|
import './asyncToGenerator-0379e924.js';
|
|
@@ -27,7 +27,7 @@ var AD300x250 = function AD300x250(_ref) {
|
|
|
27
27
|
pos = _ref$pos === undefined ? 'rec1' : _ref$pos;
|
|
28
28
|
|
|
29
29
|
var mobileView = false;
|
|
30
|
-
if (
|
|
30
|
+
if (main_39) {
|
|
31
31
|
pos = 'rec1-mobile';
|
|
32
32
|
mobileView = true;
|
|
33
33
|
}
|
|
@@ -5,11 +5,11 @@ import './_library-528f1934.js';
|
|
|
5
5
|
import './_iter-detect-6e099a34.js';
|
|
6
6
|
import './web.dom.iterable-46c95e52.js';
|
|
7
7
|
import React__default from 'react';
|
|
8
|
-
import './index-
|
|
8
|
+
import './index-93ec3c59.js';
|
|
9
9
|
import 'prop-types';
|
|
10
10
|
import './isSymbol-b7b7434f.js';
|
|
11
11
|
import './debounce-048d9cb6.js';
|
|
12
|
-
import { m as
|
|
12
|
+
import { m as main_39 } from './main-7255814e.js';
|
|
13
13
|
import './slicedToArray-f1e40361.js';
|
|
14
14
|
import './stringify-e30bc114.js';
|
|
15
15
|
import './asyncToGenerator-0379e924.js';
|
|
@@ -28,7 +28,7 @@ var AD300x250x600 = function AD300x250x600(_ref) {
|
|
|
28
28
|
_ref$sizeMapFlag = _ref.sizeMapFlag,
|
|
29
29
|
sizeMapFlag = _ref$sizeMapFlag === undefined ? true : _ref$sizeMapFlag;
|
|
30
30
|
|
|
31
|
-
if (
|
|
31
|
+
if (main_39) {
|
|
32
32
|
pos = 'rec2-mobile';
|
|
33
33
|
}
|
|
34
34
|
|
package/dist/esm/AD728x90.js
CHANGED
|
@@ -5,11 +5,11 @@ import './_library-528f1934.js';
|
|
|
5
5
|
import './_iter-detect-6e099a34.js';
|
|
6
6
|
import './web.dom.iterable-46c95e52.js';
|
|
7
7
|
import React__default from 'react';
|
|
8
|
-
import './index-
|
|
8
|
+
import './index-93ec3c59.js';
|
|
9
9
|
import 'prop-types';
|
|
10
10
|
import './isSymbol-b7b7434f.js';
|
|
11
11
|
import './debounce-048d9cb6.js';
|
|
12
|
-
import { m as
|
|
12
|
+
import { m as main_39 } from './main-7255814e.js';
|
|
13
13
|
import './slicedToArray-f1e40361.js';
|
|
14
14
|
import './stringify-e30bc114.js';
|
|
15
15
|
import './asyncToGenerator-0379e924.js';
|
|
@@ -28,7 +28,7 @@ var AD728x90 = function AD728x90(_ref) {
|
|
|
28
28
|
_ref$fixedPos = _ref.fixedPos;
|
|
29
29
|
|
|
30
30
|
var mobileView = false;
|
|
31
|
-
if (
|
|
31
|
+
if (main_39) {
|
|
32
32
|
pos = 'top-mobile';
|
|
33
33
|
mobileView = true;
|
|
34
34
|
}
|
|
@@ -70,10 +70,10 @@ var AD728x90 = function AD728x90(_ref) {
|
|
|
70
70
|
{ jsx: 'true' },
|
|
71
71
|
'\n .leaderboard-ad-wrapper {\n min-height: 90px;\n background: #fff;\n }\n '
|
|
72
72
|
),
|
|
73
|
-
|
|
73
|
+
main_39 && React__default.createElement(
|
|
74
74
|
'style',
|
|
75
75
|
{ jsx: 'true' },
|
|
76
|
-
'\n @media screen and (max-width: 768px) {\n .leaderboard-ad-wrapper {\n min-height: 0px;\n position: fixed;\n background: transparent;\n background-color: transparent;\n bottom: 0px;\n left: 50%;\n transform: translateX(-50%);\n z-index:
|
|
76
|
+
'\n @media screen and (max-width: 768px) {\n .leaderboard-ad-wrapper {\n min-height: 0px;\n position: fixed;\n background: transparent;\n background-color: transparent;\n bottom: 0px;\n left: 50%;\n transform: translateX(-50%);\n z-index: 999;\n }\n .leaderboard-ad-wrapper .AD728x90 div[id*=\'google_ads_iframe\']:empty {\n height: 0 !important;\n }\n }\n '
|
|
77
77
|
)
|
|
78
78
|
);
|
|
79
79
|
};
|
|
@@ -5,11 +5,11 @@ import './_library-528f1934.js';
|
|
|
5
5
|
import './_iter-detect-6e099a34.js';
|
|
6
6
|
import './web.dom.iterable-46c95e52.js';
|
|
7
7
|
import React__default, { useState, useEffect } from 'react';
|
|
8
|
-
import './index-
|
|
8
|
+
import './index-93ec3c59.js';
|
|
9
9
|
import 'prop-types';
|
|
10
10
|
import './isSymbol-b7b7434f.js';
|
|
11
11
|
import './debounce-048d9cb6.js';
|
|
12
|
-
import './main-
|
|
12
|
+
import './main-7255814e.js';
|
|
13
13
|
import { _ as _slicedToArray } from './slicedToArray-f1e40361.js';
|
|
14
14
|
import { _ as _JSON$stringify } from './stringify-e30bc114.js';
|
|
15
15
|
import './asyncToGenerator-0379e924.js';
|
|
@@ -89,9 +89,9 @@ var ADFloatingFooter = function ADFloatingFooter(_ref) {
|
|
|
89
89
|
}
|
|
90
90
|
// Removed else part so that the container won't be restricted and will be responsive based on the size of the ad.
|
|
91
91
|
// Need to add this CSS in site level magazine.css to make the close button visible for the expanded ad.
|
|
92
|
-
/* .w7e-platform-58 {
|
|
93
|
-
z-index: 9999999 !important;
|
|
94
|
-
}
|
|
92
|
+
/* .w7e-platform-58 {
|
|
93
|
+
z-index: 9999999 !important;
|
|
94
|
+
}
|
|
95
95
|
*/
|
|
96
96
|
}
|
|
97
97
|
} else {
|
package/dist/esm/ADGutter.js
CHANGED
|
@@ -5,11 +5,11 @@ import './_library-528f1934.js';
|
|
|
5
5
|
import './_iter-detect-6e099a34.js';
|
|
6
6
|
import './web.dom.iterable-46c95e52.js';
|
|
7
7
|
import React__default, { useState, useEffect } from 'react';
|
|
8
|
-
import './index-
|
|
8
|
+
import './index-93ec3c59.js';
|
|
9
9
|
import 'prop-types';
|
|
10
10
|
import './isSymbol-b7b7434f.js';
|
|
11
11
|
import './debounce-048d9cb6.js';
|
|
12
|
-
import './main-
|
|
12
|
+
import './main-7255814e.js';
|
|
13
13
|
import { _ as _slicedToArray } from './slicedToArray-f1e40361.js';
|
|
14
14
|
import './stringify-e30bc114.js';
|
|
15
15
|
import './asyncToGenerator-0379e924.js';
|
|
@@ -5,11 +5,11 @@ import './_library-528f1934.js';
|
|
|
5
5
|
import './_iter-detect-6e099a34.js';
|
|
6
6
|
import './web.dom.iterable-46c95e52.js';
|
|
7
7
|
import React__default, { useState, useEffect } from 'react';
|
|
8
|
-
import './index-
|
|
8
|
+
import './index-93ec3c59.js';
|
|
9
9
|
import 'prop-types';
|
|
10
10
|
import './isSymbol-b7b7434f.js';
|
|
11
11
|
import './debounce-048d9cb6.js';
|
|
12
|
-
import './main-
|
|
12
|
+
import './main-7255814e.js';
|
|
13
13
|
import { _ as _slicedToArray } from './slicedToArray-f1e40361.js';
|
|
14
14
|
import './stringify-e30bc114.js';
|
|
15
15
|
import './asyncToGenerator-0379e924.js';
|
package/dist/esm/ADWebcast.js
CHANGED
|
@@ -5,11 +5,11 @@ import './_library-528f1934.js';
|
|
|
5
5
|
import './_iter-detect-6e099a34.js';
|
|
6
6
|
import './web.dom.iterable-46c95e52.js';
|
|
7
7
|
import React__default, { useState, useEffect } from 'react';
|
|
8
|
-
import './index-
|
|
8
|
+
import './index-93ec3c59.js';
|
|
9
9
|
import 'prop-types';
|
|
10
10
|
import './isSymbol-b7b7434f.js';
|
|
11
11
|
import './debounce-048d9cb6.js';
|
|
12
|
-
import './main-
|
|
12
|
+
import './main-7255814e.js';
|
|
13
13
|
import { _ as _slicedToArray } from './slicedToArray-f1e40361.js';
|
|
14
14
|
import './stringify-e30bc114.js';
|
|
15
15
|
import './asyncToGenerator-0379e924.js';
|
package/dist/esm/ADWelcome.js
CHANGED
|
@@ -5,11 +5,11 @@ import './_library-528f1934.js';
|
|
|
5
5
|
import './_iter-detect-6e099a34.js';
|
|
6
6
|
import './web.dom.iterable-46c95e52.js';
|
|
7
7
|
import React__default, { useState, useEffect } from 'react';
|
|
8
|
-
import './index-
|
|
8
|
+
import './index-93ec3c59.js';
|
|
9
9
|
import 'prop-types';
|
|
10
10
|
import './isSymbol-b7b7434f.js';
|
|
11
11
|
import './debounce-048d9cb6.js';
|
|
12
|
-
import './main-
|
|
12
|
+
import './main-7255814e.js';
|
|
13
13
|
import { _ as _slicedToArray } from './slicedToArray-f1e40361.js';
|
|
14
14
|
import './stringify-e30bc114.js';
|
|
15
15
|
import './asyncToGenerator-0379e924.js';
|
|
@@ -4,8 +4,8 @@ import './core.get-iterator-method-f5c0d66a.js';
|
|
|
4
4
|
import './web.dom.iterable-46c95e52.js';
|
|
5
5
|
import React__default, { useState } from 'react';
|
|
6
6
|
import { _ as _slicedToArray } from './slicedToArray-f1e40361.js';
|
|
7
|
-
import './iconBase-
|
|
8
|
-
import { a as IoMdArrowDropdown } from './index.esm-
|
|
7
|
+
import './iconBase-602d52fe.js';
|
|
8
|
+
import { a as IoMdArrowDropdown } from './index.esm-4b1d94b7.js';
|
|
9
9
|
import Accordion from 'react-bootstrap/Accordion';
|
|
10
10
|
import { useAccordionToggle } from 'react-bootstrap/AccordionToggle';
|
|
11
11
|
|
package/dist/esm/AdSlot.js
CHANGED
|
@@ -5,11 +5,11 @@ import './_library-528f1934.js';
|
|
|
5
5
|
import './_iter-detect-6e099a34.js';
|
|
6
6
|
import './web.dom.iterable-46c95e52.js';
|
|
7
7
|
import React__default, { useState } from 'react';
|
|
8
|
-
import { a as lib_2 } from './index-
|
|
8
|
+
import { a as lib_2 } from './index-93ec3c59.js';
|
|
9
9
|
import PropTypes from 'prop-types';
|
|
10
10
|
import './isSymbol-b7b7434f.js';
|
|
11
11
|
import { d as debounce_1 } from './debounce-048d9cb6.js';
|
|
12
|
-
import { b as main_16 } from './main-
|
|
12
|
+
import { b as main_16 } from './main-7255814e.js';
|
|
13
13
|
import { _ as _slicedToArray } from './slicedToArray-f1e40361.js';
|
|
14
14
|
import './stringify-e30bc114.js';
|
|
15
15
|
import './asyncToGenerator-0379e924.js';
|
package/dist/esm/ArticleQueue.js
CHANGED
|
@@ -13,17 +13,17 @@ import './web.dom.iterable-46c95e52.js';
|
|
|
13
13
|
import { _ as _typeof } from './typeof-5f046efd.js';
|
|
14
14
|
import './_is-array-dd5523d6.js';
|
|
15
15
|
import React__default, { useState, useEffect } from 'react';
|
|
16
|
-
import { l as lib_3 } from './index-
|
|
16
|
+
import { l as lib_3 } from './index-93ec3c59.js';
|
|
17
17
|
import 'prop-types';
|
|
18
|
-
import { m as moment } from './moment-
|
|
18
|
+
import { m as moment } from './moment-12415288.js';
|
|
19
19
|
import 'next/router';
|
|
20
20
|
import { i as isObjectLike_1, _ as _baseGetTag } from './isSymbol-b7b7434f.js';
|
|
21
21
|
import { t as toNumber_1 } from './debounce-048d9cb6.js';
|
|
22
|
-
import { I as InfiniteScroll } from './index.es-
|
|
22
|
+
import { I as InfiniteScroll } from './index.es-938a3a58.js';
|
|
23
23
|
import 'react-dom';
|
|
24
|
-
import { i as imageUrlBuilder } from './index-
|
|
24
|
+
import { i as imageUrlBuilder } from './index-51a80699.js';
|
|
25
25
|
import './index-5f9f807a.js';
|
|
26
|
-
import { m as
|
|
26
|
+
import { m as main_39 } from './main-7255814e.js';
|
|
27
27
|
import './entities-7cc3bf45.js';
|
|
28
28
|
import { _ as _slicedToArray, a as _getIterator } from './slicedToArray-f1e40361.js';
|
|
29
29
|
import { _ as _JSON$stringify } from './stringify-e30bc114.js';
|
|
@@ -32,7 +32,7 @@ import './_set-species-6f64f1c1.js';
|
|
|
32
32
|
import './beam-a25bd8fd.js';
|
|
33
33
|
import DFPAdSlot from './AdSlot.js';
|
|
34
34
|
import { i as isFunction_1, a as isArray_1, _ as _arrayMap } from './_arrayMap-64cbe0e4.js';
|
|
35
|
-
import { B as BlockContent } from './BlockContent-
|
|
35
|
+
import { B as BlockContent } from './BlockContent-a614acdf.js';
|
|
36
36
|
import './smoothscroll-4b699764.js';
|
|
37
37
|
import './GroupDeck.js';
|
|
38
38
|
import 'react-bootstrap';
|
|
@@ -1066,7 +1066,7 @@ var Article = function Article(props) {
|
|
|
1066
1066
|
summary
|
|
1067
1067
|
)
|
|
1068
1068
|
),
|
|
1069
|
-
|
|
1069
|
+
main_39 && props.article.Ads.map(function (ad, index) {
|
|
1070
1070
|
if (index === 0) {
|
|
1071
1071
|
return React__default.createElement(
|
|
1072
1072
|
'div',
|
|
@@ -1091,7 +1091,7 @@ var Article = function Article(props) {
|
|
|
1091
1091
|
renderIsiContent(props.article)
|
|
1092
1092
|
)
|
|
1093
1093
|
),
|
|
1094
|
-
|
|
1094
|
+
main_39 && props.article.Ads.map(function (ad, index) {
|
|
1095
1095
|
if (index > 0) {
|
|
1096
1096
|
return React__default.createElement(
|
|
1097
1097
|
'div',
|
|
@@ -1231,7 +1231,7 @@ var ArticleQueue = function ArticleQueue(props) {
|
|
|
1231
1231
|
});
|
|
1232
1232
|
var targeting = getTargeting(activeArticle);
|
|
1233
1233
|
|
|
1234
|
-
if (!
|
|
1234
|
+
if (!main_39) {
|
|
1235
1235
|
lib_3.getGoogletag().then(function (googletag) {
|
|
1236
1236
|
if (window.googletag && googletag.pubadsReady) {
|
|
1237
1237
|
var slots = googletag.pubads().getSlots();
|
|
@@ -1248,7 +1248,7 @@ var ArticleQueue = function ArticleQueue(props) {
|
|
|
1248
1248
|
});
|
|
1249
1249
|
}
|
|
1250
1250
|
//Refresh leaderboard ad on mobile
|
|
1251
|
-
if (
|
|
1251
|
+
if (main_39) {
|
|
1252
1252
|
var leaderboardSlotId = '';
|
|
1253
1253
|
lib_3.getGoogletag().then(function (googletag) {
|
|
1254
1254
|
if (window.googletag && googletag.pubadsReady) {
|