@mjhls/mjh-framework 1.0.634 → 1.0.636-queueDeck-article-fix
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 +3 -3
- package/dist/cjs/AD300x250x600.js +3 -3
- package/dist/cjs/AD728x90.js +4 -4
- package/dist/cjs/ADFloatingFooter.js +2 -2
- package/dist/cjs/ADGutter.js +2 -2
- package/dist/cjs/ADSkyscraper.js +2 -2
- package/dist/cjs/ADSponsoredResources.js +2 -2
- package/dist/cjs/ADWebcast.js +2 -2
- package/dist/cjs/ADWelcome.js +6 -2
- package/dist/cjs/AdSlot.js +2 -2
- package/dist/cjs/AdSlotsProvider.js +1 -1
- package/dist/cjs/ArticleQueue.js +12 -12
- package/dist/cjs/ArticleSeriesListing.js +5 -5
- package/dist/cjs/Auth.js +255 -506
- package/dist/cjs/{BlockContent-88f69acd.js → BlockContent-80b15fac.js} +1 -1
- package/dist/cjs/CMEDeck.js +5 -5
- package/dist/cjs/Column3.js +4 -4
- package/dist/cjs/ConferenceArticleCard.js +2 -2
- package/dist/cjs/DeckContent.js +8 -8
- package/dist/cjs/DeckQueue.js +7 -7
- package/dist/cjs/{Dfp-ffaf5981.js → Dfp-7a66946e.js} +1 -1
- package/dist/cjs/EventsDeck.js +5 -5
- package/dist/cjs/ExternalResources.js +8 -8
- package/dist/cjs/Feature.js +3 -3
- package/dist/cjs/ForbesHero.js +2 -2
- package/dist/cjs/GridContent.js +12 -12
- 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 +8 -8
- package/dist/cjs/LeftNav.js +2 -2
- package/dist/cjs/MasterDeck.js +10 -10
- package/dist/cjs/NavMagazine.js +4 -4
- 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 +1212 -15
- package/dist/cjs/PublicationDeck.js +2 -2
- package/dist/cjs/QueueDeckExpanded.js +18 -16
- package/dist/cjs/RecentNews.js +2 -2
- package/dist/cjs/RelatedContent.js +2 -2
- package/dist/cjs/SocialIcons.js +6 -0
- package/dist/cjs/{SocialSearchComponent-4ff2b586.js → SocialSearchComponent-960124d6.js} +4 -4
- package/dist/cjs/TaxonomyCard.js +2 -2
- package/dist/cjs/TemplateNormal.js +3 -3
- 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 +4 -4
- package/dist/cjs/VideoSeriesListing.js +4 -4
- package/dist/cjs/View.js +16 -16
- package/dist/cjs/YahooHero.js +2 -2
- package/dist/cjs/YoutubeGroup.js +1 -1
- package/dist/cjs/getRelatedArticle.js +354 -5
- package/dist/cjs/getSerializers.js +7 -7
- package/dist/cjs/{index-2d0a4911.js → index-099d45ae.js} +6 -4
- package/dist/cjs/{index-5be2866f.js → index-3294d3bc.js} +1 -1
- package/dist/cjs/{index-b5eb3ff8.js → index-39beccb3.js} +18 -18
- package/dist/cjs/{index-87fd5322.js → index-7834848a.js} +11 -11
- package/dist/cjs/index-bd6c9f56.js +211 -0
- package/dist/cjs/{index.es-ab3f2690.js → index.es-9110add6.js} +1 -3
- package/dist/cjs/index.js +16 -17
- package/dist/cjs/{inherits-c9f99d47.js → inherits-513d81cd.js} +4 -4
- package/dist/cjs/{lodash-fc2922d0.js → lodash-7fd85bcf.js} +71 -22
- package/dist/cjs/{main-b6c96c8d.js → main-a4cb15bb.js} +36 -67
- package/dist/cjs/{moment-66a6a284.js → moment-575fe24c.js} +1 -1
- package/dist/cjs/urlFor.js +1 -1
- 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 +4 -4
- package/dist/esm/ADFloatingFooter.js +2 -2
- package/dist/esm/ADGutter.js +2 -2
- package/dist/esm/ADSkyscraper.js +2 -2
- package/dist/esm/ADSponsoredResources.js +2 -2
- package/dist/esm/ADWebcast.js +2 -2
- package/dist/esm/ADWelcome.js +6 -2
- package/dist/esm/AdSlot.js +2 -2
- package/dist/esm/AdSlotsProvider.js +1 -1
- package/dist/esm/ArticleQueue.js +11 -11
- package/dist/esm/ArticleSeriesListing.js +4 -4
- package/dist/esm/Auth.js +250 -501
- package/dist/esm/{BlockContent-a614acdf.js → BlockContent-c409aca5.js} +1 -1
- package/dist/esm/CMEDeck.js +5 -5
- package/dist/esm/Column3.js +4 -4
- package/dist/esm/ConferenceArticleCard.js +2 -2
- package/dist/esm/DeckContent.js +7 -7
- package/dist/esm/DeckQueue.js +6 -6
- package/dist/esm/{Dfp-4f966af0.js → Dfp-64ed29cf.js} +1 -1
- package/dist/esm/EventsDeck.js +5 -5
- package/dist/esm/ExternalResources.js +7 -7
- package/dist/esm/Feature.js +3 -3
- package/dist/esm/ForbesHero.js +2 -2
- package/dist/esm/GridContent.js +11 -11
- 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 +8 -8
- package/dist/esm/LeftNav.js +2 -2
- package/dist/esm/MasterDeck.js +9 -9
- package/dist/esm/NavMagazine.js +4 -4
- 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 +1210 -14
- package/dist/esm/PublicationDeck.js +2 -2
- package/dist/esm/QueueDeckExpanded.js +18 -16
- package/dist/esm/RecentNews.js +2 -2
- package/dist/esm/RelatedContent.js +2 -2
- package/dist/esm/SocialIcons.js +6 -0
- package/dist/esm/{SocialSearchComponent-dc416eb2.js → SocialSearchComponent-d444a478.js} +4 -4
- package/dist/esm/TaxonomyCard.js +2 -2
- package/dist/esm/TemplateNormal.js +3 -3
- 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 +3 -3
- package/dist/esm/View.js +15 -15
- package/dist/esm/YahooHero.js +2 -2
- package/dist/esm/YoutubeGroup.js +1 -1
- package/dist/esm/getRelatedArticle.js +354 -5
- package/dist/esm/getSerializers.js +6 -6
- package/dist/esm/{index-51a80699.js → index-3849e3fe.js} +18 -18
- package/dist/esm/{index-93ec3c59.js → index-3f4dd6f2.js} +6 -4
- package/dist/esm/{index-539e2942.js → index-d1ae806f.js} +10 -10
- package/dist/esm/index-db3bb315.js +207 -0
- package/dist/esm/{index-d2f90501.js → index-ef6d5dcf.js} +1 -1
- package/dist/esm/{index.es-938a3a58.js → index.es-29c1cef5.js} +1 -3
- package/dist/esm/index.js +14 -15
- package/dist/esm/{lodash-17fdfebb.js → lodash-ec8c6b48.js} +71 -22
- package/dist/esm/{main-0465b2a0.js → main-5d1e4bd3.js} +34 -65
- package/dist/esm/{moment-12415288.js → moment-e2f9b20c.js} +1 -1
- package/dist/esm/urlFor.js +1 -1
- package/package.json +3 -3
- /package/dist/cjs/{ADInfeed-350decaa.js → ADInfeed-bdb4dc62.js} +0 -0
- /package/dist/cjs/{ADlgInfeed-7d61609b.js → ADlgInfeed-56376f48.js} +0 -0
- /package/dist/esm/{ADInfeed-fd7a62b1.js → ADInfeed-34a87706.js} +0 -0
- /package/dist/esm/{ADlgInfeed-79c771d6.js → ADlgInfeed-2a864f1d.js} +0 -0
|
@@ -5,9 +5,9 @@ import Row from 'react-bootstrap/Row';
|
|
|
5
5
|
import Col from 'react-bootstrap/Col';
|
|
6
6
|
import Card from 'react-bootstrap/Card';
|
|
7
7
|
import 'react-dom';
|
|
8
|
-
import { i as imageUrlBuilder } from './index-
|
|
8
|
+
import { i as imageUrlBuilder } from './index-3849e3fe.js';
|
|
9
9
|
import { L as LazyLoad } from './index-5f9f807a.js';
|
|
10
|
-
import { l as lodash } from './lodash-
|
|
10
|
+
import { l as lodash } from './lodash-ec8c6b48.js';
|
|
11
11
|
import Button from 'react-bootstrap/Button';
|
|
12
12
|
|
|
13
13
|
var PublicationDeck = function PublicationDeck(props) {
|
|
@@ -9,19 +9,19 @@ import './_object-pie-33c40e79.js';
|
|
|
9
9
|
import { _ as _extends } from './extends-229166d5.js';
|
|
10
10
|
import './web.dom.iterable-03c5ba1c.js';
|
|
11
11
|
import React__default, { useEffect, useState, useRef } from 'react';
|
|
12
|
-
import { l as lib_3 } from './index-
|
|
12
|
+
import { l as lib_3 } from './index-3f4dd6f2.js';
|
|
13
13
|
import 'prop-types';
|
|
14
14
|
import 'react-bootstrap/Card';
|
|
15
|
-
import { m as moment } from './moment-
|
|
15
|
+
import { m as moment } from './moment-e2f9b20c.js';
|
|
16
16
|
import { useRouter } from 'next/router';
|
|
17
17
|
import './isSymbol-47f5ff3b.js';
|
|
18
18
|
import './debounce-a0d9abca.js';
|
|
19
|
-
import { I as InfiniteScroll } from './index.es-
|
|
19
|
+
import { I as InfiniteScroll } from './index.es-29c1cef5.js';
|
|
20
20
|
import 'react-dom';
|
|
21
21
|
import { V as VisibilitySensor } from './visibility-sensor-0baa4eea.js';
|
|
22
|
-
import { i as imageUrlBuilder } from './index-
|
|
22
|
+
import { i as imageUrlBuilder } from './index-3849e3fe.js';
|
|
23
23
|
import { L as LazyLoad } from './index-5f9f807a.js';
|
|
24
|
-
import { m as
|
|
24
|
+
import { m as main_36 } from './main-5d1e4bd3.js';
|
|
25
25
|
import { c as clean_html_1 } from './entities-7cc3bf45.js';
|
|
26
26
|
import './stringify-feadff37.js';
|
|
27
27
|
import { _ as _slicedToArray } from './slicedToArray-5fb01661.js';
|
|
@@ -29,9 +29,9 @@ import './asyncToGenerator-271a52f3.js';
|
|
|
29
29
|
import './_set-species-41cbf140.js';
|
|
30
30
|
import './beam-c4d8f8f6.js';
|
|
31
31
|
import './AdSlot.js';
|
|
32
|
-
import { A as ADInfeed } from './ADInfeed-
|
|
33
|
-
import { l as lodash } from './lodash-
|
|
34
|
-
import { A as ADlgInfeed } from './ADlgInfeed-
|
|
32
|
+
import { A as ADInfeed } from './ADInfeed-34a87706.js';
|
|
33
|
+
import { l as lodash } from './lodash-ec8c6b48.js';
|
|
34
|
+
import { A as ADlgInfeed } from './ADlgInfeed-2a864f1d.js';
|
|
35
35
|
import { A as AuthorComponent } from './AuthorComponent-1ea27faa.js';
|
|
36
36
|
import { Container, Media } from 'react-bootstrap';
|
|
37
37
|
|
|
@@ -505,10 +505,6 @@ var cardLoader = function cardLoader(data, builder, mapping, values, seoPaginate
|
|
|
505
505
|
} else if (article._type === 'brandInsightAd' && article.adUnit) {
|
|
506
506
|
return React__default.createElement(ADInfeed, { index: index, infeedAd: article });
|
|
507
507
|
}
|
|
508
|
-
if (main_39 && rightItems && (index + 1) % numberOfItemsBeforeAd === 0) {
|
|
509
|
-
return renderMobileAd(index, numberOfItemsBeforeAd, rightItems);
|
|
510
|
-
}
|
|
511
|
-
|
|
512
508
|
if ((brandInsightAd ? index > heroContent + featureCount : index + 1 > heroContent + featureCount) && (!article._type || !['lg-infeed', 'brandInsightAd'].includes(article._type))) {
|
|
513
509
|
return React__default.createElement(
|
|
514
510
|
VisibilitySensor,
|
|
@@ -632,6 +628,11 @@ var cardLoader = function cardLoader(data, builder, mapping, values, seoPaginate
|
|
|
632
628
|
clean_html_1(article.summary)
|
|
633
629
|
)
|
|
634
630
|
)
|
|
631
|
+
),
|
|
632
|
+
React__default.createElement(
|
|
633
|
+
'div',
|
|
634
|
+
null,
|
|
635
|
+
main_36 && rightItems && (index + 1) % numberOfItemsBeforeAd === 0 && renderMobileAd(index, numberOfItemsBeforeAd, rightItems)
|
|
635
636
|
)
|
|
636
637
|
)
|
|
637
638
|
);
|
|
@@ -899,10 +900,6 @@ var cardLoader = function cardLoader(data, builder, mapping, values, seoPaginate
|
|
|
899
900
|
} else if (article._type === 'brandInsightAd' && article.adUnit) {
|
|
900
901
|
return React__default.createElement(ADInfeed, { index: index, infeedAd: article });
|
|
901
902
|
}
|
|
902
|
-
if (main_39 && rightItems && (index + 1) % numberOfItemsBeforeAd === 0) {
|
|
903
|
-
return renderMobileAd(index, numberOfItemsBeforeAd, rightItems);
|
|
904
|
-
}
|
|
905
|
-
|
|
906
903
|
if ((brandInsightAd ? index > heroContent + featureCount : index + 1 > heroContent + featureCount) && (!article._type || !['lg-infeed', 'brandInsightAd'].includes(article._type))) {
|
|
907
904
|
return React__default.createElement(
|
|
908
905
|
VisibilitySensor,
|
|
@@ -1026,6 +1023,11 @@ var cardLoader = function cardLoader(data, builder, mapping, values, seoPaginate
|
|
|
1026
1023
|
clean_html_1(article.summary)
|
|
1027
1024
|
)
|
|
1028
1025
|
)
|
|
1026
|
+
),
|
|
1027
|
+
React__default.createElement(
|
|
1028
|
+
'div',
|
|
1029
|
+
null,
|
|
1030
|
+
main_36 && rightItems && (index + 1) % numberOfItemsBeforeAd === 0 && renderMobileAd(index, numberOfItemsBeforeAd, rightItems)
|
|
1029
1031
|
)
|
|
1030
1032
|
)
|
|
1031
1033
|
);
|
package/dist/esm/RecentNews.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import './_commonjsHelpers-0c4b6f40.js';
|
|
2
2
|
import React__default from 'react';
|
|
3
|
-
import './moment-
|
|
4
|
-
import { i as imageUrlBuilder } from './index-
|
|
3
|
+
import './moment-e2f9b20c.js';
|
|
4
|
+
import { i as imageUrlBuilder } from './index-3849e3fe.js';
|
|
5
5
|
import './iconBase-602d52fe.js';
|
|
6
6
|
import { a as FaLongArrowAltRight } from './index.esm-9a4c8813.js';
|
|
7
7
|
|
|
@@ -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-e2f9b20c.js';
|
|
4
|
+
import { i as imageUrlBuilder } from './index-3849e3fe.js';
|
|
5
5
|
import 'react-bootstrap/Media';
|
|
6
6
|
|
|
7
7
|
/*
|
package/dist/esm/SocialIcons.js
CHANGED
|
@@ -16,6 +16,9 @@ var lightIcons = [{
|
|
|
16
16
|
}, {
|
|
17
17
|
title: ['youtube', 'yt'],
|
|
18
18
|
icon: '\n <svg width=\'25px\' height=\'25px\' viewBox=\'0 0 512 512\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\'>\n <g id=\'Page-1\' stroke=\'none\' strokeWidth=\'1\' fill=\'none\' fillRule=\'evenodd\'>\n <g id=\'youtube\' fill=\'#FFFFFF\' fillRule=\'nonzero\'>\n <polygon id=\'Path\' points=\'224.113281 303.960938 307.386719 256 224.113281 208.039062\' />\n <path\n d=\'M256,0 C114.636719,0 0,114.636719 0,256 C0,397.363281 114.636719,512 256,512 C397.363281,512 512,397.363281 512,256 C512,114.636719 397.363281,0 256,0 Z M415.962313,256.261719 C415.962313,256.261719 415.962313,308.179688 409.375,333.214844 C405.683594,346.917969 394.878906,357.722656 381.175781,361.410156 C356.140625,368 256,368 256,368 C256,368 156.121094,368 130.824219,361.148438 C117.121094,357.460938 106.316406,346.652344 102.625,332.949219 C96.035156,308.179688 96.035156,256 96.035156,256 C96.035156,256 96.035156,204.085938 102.625,179.050781 C106.3125,165.347656 117.382812,154.277344 130.824219,150.589844 C155.859375,144 256,144 256,144 C256,144 356.140625,144 381.175781,150.851562 C394.878906,154.539062 405.683594,165.347656 409.375,179.050781 C416.226562,204.085938 415.962313,256.261719 415.962313,256.261719 L415.962313,256.261719 Z\'\n id=\'Shape\'\n />\n </g>\n </g>\n </svg>\n '
|
|
19
|
+
}, {
|
|
20
|
+
title: ['soundcloud'],
|
|
21
|
+
icon: '\n <svg version="1.0" xmlns="http://www.w3.org/2000/svg" width="25px" height="25px" viewBox="0 0 512.000000 512.000000">\n <g transform="translate(0.000000,512.000000) scale(0.100000,-0.100000)" strokeWidth=\'1\' fill=\'#ffffff\' fillRule=\'evenodd\'>\n <path d="M2240 5105 c-389 -48 -766 -188 -1091 -404 -504 -335 -871 -825\n -1043 -1395 -41 -132 -81 -333 -96 -468 -13 -125 -13 -431 0 -556 108 -1014\n 825 -1880 1804 -2176 132 -41 333 -81 468 -96 125 -13 431 -13 556 0 592 63\n 1141 332 1563 766 289 299 494 645 613 1038 74 243 106 468 106 746 0 209 -10\n 324 -46 505 -181 920 -867 1676 -1768 1949 -132 41 -333 81 -468 96 -131 14\n -469 11 -598 -5z m999 -1640 c276 -58 511 -243 637 -500 41 -84 84 -221 84\n -269 0 -43 13 -49 70 -32 70 21 210 21 281 0 191 -56 334 -209 374 -401 18\n -86 18 -121 0 -208 -41 -196 -199 -360 -390 -406 -37 -9 -252 -11 -825 -10\n -689 2 -777 4 -792 18 -17 15 -18 70 -18 874 0 745 2 860 15 872 18 19 120 53\n 200 66 33 6 71 13 85 15 44 8 203 -3 279 -19z m-645 -127 c21 -34 43 -1173 27\n -1415 -6 -94 -11 -187 -11 -207 0 -66 -72 -103 -104 -53 -30 47 -40 414 -27\n 1058 14 650 13 639 71 639 20 0 34 -7 44 -22z m-183 -94 c21 -26 40 -1051 24\n -1346 -8 -153 -16 -233 -25 -243 -16 -20 -64 -19 -81 1 -24 29 -33 427 -23\n 1021 7 438 12 554 23 567 17 21 65 21 82 0z m-547 -126 c11 -18 17 -128 28\n -508 13 -416 13 -516 1 -705 -8 -121 -18 -230 -23 -242 -11 -26 -51 -31 -68\n -10 -6 7 -17 118 -25 247 -12 200 -12 299 -1 670 7 239 13 458 13 487 1 75 44\n 110 75 61z m176 -18 c17 -17 20 -34 21 -117 0 -54 6 -267 12 -473 10 -300 10\n -420 -1 -600 -7 -124 -17 -235 -22 -247 -11 -26 -51 -31 -73 -9 -26 26 -40\n 468 -28 866 6 190 11 393 11 453 0 94 2 109 20 127 11 11 25 20 30 20 6 0 19\n -9 30 -20z m-350 -22 c5 -13 16 -233 24 -490 14 -422 14 -487 0 -685 -8 -120\n -19 -228 -24 -240 -11 -26 -42 -30 -59 -9 -8 9 -18 104 -28 244 -13 205 -13\n 279 0 701 11 335 19 476 27 486 18 22 49 18 60 -7z m529 -5 c20 -18 21 -31 34\n -483 10 -378 10 -507 0 -685 -7 -121 -17 -230 -23 -242 -11 -26 -60 -32 -78\n -10 -25 30 -36 458 -24 939 11 453 12 463 33 481 12 9 25 17 29 17 4 0 17 -8\n 29 -17z m-716 -57 c15 -16 18 -62 38 -586 11 -282 10 -339 -5 -540 -10 -124\n -23 -231 -29 -238 -16 -20 -50 -10 -57 18 -4 14 -13 123 -20 244 -12 185 -11\n 283 1 651 11 327 18 437 28 449 17 20 26 20 44 2z m-168 -165 c3 -5 14 -171\n 25 -368 l20 -358 -20 -234 c-12 -129 -23 -238 -26 -243 -8 -12 -42 -10 -50 3\n -3 6 -14 115 -24 243 -16 217 -16 253 0 587 9 195 20 361 24 367 9 14 42 16\n 51 3z m-342 -284 c3 -23 13 -132 23 -242 18 -198 18 -203 -4 -429 -12 -126\n -26 -234 -31 -239 -17 -17 -41 1 -41 30 -1 15 -9 120 -19 233 -17 199 -17 212\n 2 440 10 129 23 240 29 247 17 21 35 3 41 -40z m-180 26 c3 -5 15 -112 28\n -240 l22 -231 -22 -219 c-13 -120 -25 -221 -28 -225 -8 -14 -32 -8 -37 10 -2\n 9 -12 112 -22 228 -17 199 -17 221 0 420 9 115 19 221 22 237 5 25 27 37 37\n 20z m344 -15 c4 -7 17 -112 28 -233 l21 -220 -21 -230 c-19 -215 -26 -255 -43\n -255 -28 1 -33 27 -51 252 -18 228 -18 241 0 458 18 212 23 239 51 240 4 0 10\n -6 15 -12z m-487 -262 l24 -195 -23 -183 c-22 -172 -34 -220 -52 -201 -4 4\n -17 94 -29 200 l-21 192 21 188 c24 215 25 220 44 204 8 -7 21 -80 36 -205z\n m-168 -42 c21 -125 21 -176 0 -294 -12 -70 -21 -95 -32 -95 -11 0 -19 28 -32\n 115 -15 105 -15 125 -1 235 18 142 19 148 36 143 7 -3 19 -46 29 -104z"/>\n </g>\n </svg>'
|
|
19
22
|
}];
|
|
20
23
|
|
|
21
24
|
// SVGs for dark icons
|
|
@@ -34,6 +37,9 @@ var darkIcons = [{
|
|
|
34
37
|
}, {
|
|
35
38
|
title: ['youtube', 'yt'],
|
|
36
39
|
icon: '\n <svg height=\'25px\' viewBox=\'0 0 512 512\' width=\'25px\' xmlns=\'http://www.w3.org/2000/svg\'>\n <path d=\'m224.113281 303.960938 83.273438-47.960938-83.273438-47.960938zm0 0\' />\n <path d=\'m256 0c-141.363281 0-256 114.636719-256 256s114.636719 256 256 256 256-114.636719 256-256-114.636719-256-256-256zm159.960938 256.261719s0 51.917969-6.585938 76.953125c-3.691406 13.703125-14.496094 24.507812-28.199219 28.195312-25.035156 6.589844-125.175781 6.589844-125.175781 6.589844s-99.878906 0-125.175781-6.851562c-13.703125-3.6875-24.507813-14.496094-28.199219-28.199219-6.589844-24.769531-6.589844-76.949219-6.589844-76.949219s0-51.914062 6.589844-76.949219c3.6875-13.703125 14.757812-24.773437 28.199219-28.460937 25.035156-6.589844 125.175781-6.589844 125.175781-6.589844s100.140625 0 125.175781 6.851562c13.703125 3.6875 24.507813 14.496094 28.199219 28.199219 6.851562 25.035157 6.585938 77.210938 6.585938 77.210938zm0 0\' />\n </svg>'
|
|
40
|
+
}, {
|
|
41
|
+
title: ['soundcloud'],
|
|
42
|
+
icon: '\n <svg version="1.0" xmlns="http://www.w3.org/2000/svg" width="25px" height="25px" viewBox="0 0 512.000000 512.000000">\n <g transform="translate(0.000000,512.000000) scale(0.100000,-0.100000)" strokeWidth=\'1\' fill=\'#000000\' fillRule=\'evenodd\'>\n <path d="M2240 5105 c-389 -48 -766 -188 -1091 -404 -504 -335 -871 -825\n -1043 -1395 -41 -132 -81 -333 -96 -468 -13 -125 -13 -431 0 -556 108 -1014\n 825 -1880 1804 -2176 132 -41 333 -81 468 -96 125 -13 431 -13 556 0 592 63\n 1141 332 1563 766 289 299 494 645 613 1038 74 243 106 468 106 746 0 209 -10\n 324 -46 505 -181 920 -867 1676 -1768 1949 -132 41 -333 81 -468 96 -131 14\n -469 11 -598 -5z m999 -1640 c276 -58 511 -243 637 -500 41 -84 84 -221 84\n -269 0 -43 13 -49 70 -32 70 21 210 21 281 0 191 -56 334 -209 374 -401 18\n -86 18 -121 0 -208 -41 -196 -199 -360 -390 -406 -37 -9 -252 -11 -825 -10\n -689 2 -777 4 -792 18 -17 15 -18 70 -18 874 0 745 2 860 15 872 18 19 120 53\n 200 66 33 6 71 13 85 15 44 8 203 -3 279 -19z m-645 -127 c21 -34 43 -1173 27\n -1415 -6 -94 -11 -187 -11 -207 0 -66 -72 -103 -104 -53 -30 47 -40 414 -27\n 1058 14 650 13 639 71 639 20 0 34 -7 44 -22z m-183 -94 c21 -26 40 -1051 24\n -1346 -8 -153 -16 -233 -25 -243 -16 -20 -64 -19 -81 1 -24 29 -33 427 -23\n 1021 7 438 12 554 23 567 17 21 65 21 82 0z m-547 -126 c11 -18 17 -128 28\n -508 13 -416 13 -516 1 -705 -8 -121 -18 -230 -23 -242 -11 -26 -51 -31 -68\n -10 -6 7 -17 118 -25 247 -12 200 -12 299 -1 670 7 239 13 458 13 487 1 75 44\n 110 75 61z m176 -18 c17 -17 20 -34 21 -117 0 -54 6 -267 12 -473 10 -300 10\n -420 -1 -600 -7 -124 -17 -235 -22 -247 -11 -26 -51 -31 -73 -9 -26 26 -40\n 468 -28 866 6 190 11 393 11 453 0 94 2 109 20 127 11 11 25 20 30 20 6 0 19\n -9 30 -20z m-350 -22 c5 -13 16 -233 24 -490 14 -422 14 -487 0 -685 -8 -120\n -19 -228 -24 -240 -11 -26 -42 -30 -59 -9 -8 9 -18 104 -28 244 -13 205 -13\n 279 0 701 11 335 19 476 27 486 18 22 49 18 60 -7z m529 -5 c20 -18 21 -31 34\n -483 10 -378 10 -507 0 -685 -7 -121 -17 -230 -23 -242 -11 -26 -60 -32 -78\n -10 -25 30 -36 458 -24 939 11 453 12 463 33 481 12 9 25 17 29 17 4 0 17 -8\n 29 -17z m-716 -57 c15 -16 18 -62 38 -586 11 -282 10 -339 -5 -540 -10 -124\n -23 -231 -29 -238 -16 -20 -50 -10 -57 18 -4 14 -13 123 -20 244 -12 185 -11\n 283 1 651 11 327 18 437 28 449 17 20 26 20 44 2z m-168 -165 c3 -5 14 -171\n 25 -368 l20 -358 -20 -234 c-12 -129 -23 -238 -26 -243 -8 -12 -42 -10 -50 3\n -3 6 -14 115 -24 243 -16 217 -16 253 0 587 9 195 20 361 24 367 9 14 42 16\n 51 3z m-342 -284 c3 -23 13 -132 23 -242 18 -198 18 -203 -4 -429 -12 -126\n -26 -234 -31 -239 -17 -17 -41 1 -41 30 -1 15 -9 120 -19 233 -17 199 -17 212\n 2 440 10 129 23 240 29 247 17 21 35 3 41 -40z m-180 26 c3 -5 15 -112 28\n -240 l22 -231 -22 -219 c-13 -120 -25 -221 -28 -225 -8 -14 -32 -8 -37 10 -2\n 9 -12 112 -22 228 -17 199 -17 221 0 420 9 115 19 221 22 237 5 25 27 37 37\n 20z m344 -15 c4 -7 17 -112 28 -233 l21 -220 -21 -230 c-19 -215 -26 -255 -43\n -255 -28 1 -33 27 -51 252 -18 228 -18 241 0 458 18 212 23 239 51 240 4 0 10\n -6 15 -12z m-487 -262 l24 -195 -23 -183 c-22 -172 -34 -220 -52 -201 -4 4\n -17 94 -29 200 l-21 192 21 188 c24 215 25 220 44 204 8 -7 21 -80 36 -205z\n m-168 -42 c21 -125 21 -176 0 -294 -12 -70 -21 -95 -32 -95 -11 0 -19 28 -32\n 115 -15 105 -15 125 -1 235 18 142 19 148 36 143 7 -3 19 -46 29 -104z"/>\n </g>\n </svg>'
|
|
37
43
|
}];
|
|
38
44
|
|
|
39
45
|
var SocialIcons = function SocialIcons(props) {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React__default, { useState, useRef, useEffect } from 'react';
|
|
2
|
-
import { d as
|
|
2
|
+
import { d as main_30, a as main_37 } from './main-5d1e4bd3.js';
|
|
3
3
|
import { _ as _slicedToArray } from './slicedToArray-5fb01661.js';
|
|
4
4
|
import { I as IconContext } from './iconBase-602d52fe.js';
|
|
5
5
|
import Button from 'react-bootstrap/Button';
|
|
@@ -67,14 +67,14 @@ var SocialSearchComponent = function SocialSearchComponent(_ref) {
|
|
|
67
67
|
var searchBtn = document.getElementsByClassName(selector)[0];
|
|
68
68
|
if (searchBtn && searchBtn.classList && searchBtn.classList.contains(addOn)) {
|
|
69
69
|
// Set overflow fix for iPhones safari browsers
|
|
70
|
-
if (
|
|
70
|
+
if (main_37 || window.innerWidth < 1200 && main_30) {
|
|
71
71
|
var mainNav = document.querySelector('#navbar-ham');
|
|
72
72
|
if (mainNav && mainNav.style) mainNav.style.overflow = 'auto';
|
|
73
73
|
}
|
|
74
74
|
searchBtn.classList.remove(addOn);
|
|
75
75
|
} else if (searchBtn && searchBtn.classList) {
|
|
76
76
|
// Set overflow fix for iPhones safari browsers
|
|
77
|
-
if (
|
|
77
|
+
if (main_37 || window.innerWidth < 1200 && main_30) {
|
|
78
78
|
var _mainNav = document.querySelector('#navbar-ham');
|
|
79
79
|
if (_mainNav && _mainNav.style) _mainNav.style.overflow = 'visible';
|
|
80
80
|
}
|
|
@@ -176,7 +176,7 @@ var SocialSearchComponent = function SocialSearchComponent(_ref) {
|
|
|
176
176
|
React__default.createElement(
|
|
177
177
|
'style',
|
|
178
178
|
{ jsx: 'true' },
|
|
179
|
-
'\n #search-content-mobile {\n display: flex;\n z-index: 999;\n }\n @media screen and (min-width: 1200px) {\n #search-content-mobile {\n display: none;\n }\n }\n #search-content-mobile .search-btn-mobile {\n padding: 5px;\n right: 4%;\n height: 35px;\n width: 35px;\n margin-top: 4px;\n cursor: pointer;\n }\n #search-content-mobile #search-bar-mobile {\n position: ' + (
|
|
179
|
+
'\n #search-content-mobile {\n display: flex;\n z-index: 999;\n }\n @media screen and (min-width: 1200px) {\n #search-content-mobile {\n display: none;\n }\n }\n #search-content-mobile .search-btn-mobile {\n padding: 5px;\n right: 4%;\n height: 35px;\n width: 35px;\n margin-top: 4px;\n cursor: pointer;\n }\n #search-content-mobile #search-bar-mobile {\n position: ' + (main_30 ? 'absolute' : 'fixed') + ';\n display: none;\n left: 0px;\n width: 100%;\n border-radius: 5px;\n padding: 10px;\n background-color: var(--primary);\n }\n #search-content-mobile #search-bar-mobile .form-inline {\n margin-top: 0px;\n width: 100% !important;\n }\n #search-content-mobile #search-bar-mobile .form-inline .form-control {\n width: 78%;\n border-radius: 5px;\n height: 45px;\n }\n #search-content-mobile #search-bar-mobile .form-inline .btn {\n width: 20%;\n border-radius: 5px;\n background-color: #040c5a;\n height: 45px;\n margin-left: 5px;\n padding: 1px;\n }\n #search-content-mobile .search-btn-mobile.active-search {\n border-radius: 5px;\n border: 1px solid var(--secondary);\n }\n #search-content-mobile #search-bar-mobile.show {\n display: block !important;\n }\n '
|
|
180
180
|
)
|
|
181
181
|
);
|
|
182
182
|
};
|
package/dist/esm/TaxonomyCard.js
CHANGED
|
@@ -9,9 +9,9 @@ import Row from 'react-bootstrap/Row';
|
|
|
9
9
|
import Col from 'react-bootstrap/Col';
|
|
10
10
|
import Card from 'react-bootstrap/Card';
|
|
11
11
|
import 'react-dom';
|
|
12
|
-
import { i as imageUrlBuilder } from './index-
|
|
12
|
+
import { i as imageUrlBuilder } from './index-3849e3fe.js';
|
|
13
13
|
import { L as LazyLoad } from './index-5f9f807a.js';
|
|
14
|
-
import { B as BlockContent } from './BlockContent-
|
|
14
|
+
import { B as BlockContent } from './BlockContent-c409aca5.js';
|
|
15
15
|
import { r as reactSocialIcons_1 } from './react-social-icons-a7d5c5c7.js';
|
|
16
16
|
|
|
17
17
|
var TaxonomyCard = function TaxonomyCard(props) {
|
|
@@ -7,7 +7,7 @@ import './core.get-iterator-method-e41daf74.js';
|
|
|
7
7
|
import './define-property-99e9c0ad.js';
|
|
8
8
|
import './web.dom.iterable-03c5ba1c.js';
|
|
9
9
|
import React__default, { useState, useEffect } from 'react';
|
|
10
|
-
import './index-
|
|
10
|
+
import './index-3f4dd6f2.js';
|
|
11
11
|
import 'prop-types';
|
|
12
12
|
import Container from 'react-bootstrap/Container';
|
|
13
13
|
import 'react-bootstrap/Row';
|
|
@@ -15,7 +15,7 @@ import 'react-bootstrap/Col';
|
|
|
15
15
|
import { useRouter } from 'next/router';
|
|
16
16
|
import './isSymbol-47f5ff3b.js';
|
|
17
17
|
import './debounce-a0d9abca.js';
|
|
18
|
-
import './main-
|
|
18
|
+
import './main-5d1e4bd3.js';
|
|
19
19
|
import './stringify-feadff37.js';
|
|
20
20
|
import { _ as _slicedToArray } from './slicedToArray-5fb01661.js';
|
|
21
21
|
import './asyncToGenerator-271a52f3.js';
|
|
@@ -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-d444a478.js';
|
|
55
55
|
import MagazineNav from './NavMagazine.js';
|
|
56
56
|
import { NavNative } from './NavNative.js';
|
|
57
57
|
import './Search.js';
|
|
@@ -2,7 +2,7 @@ import './_commonjsHelpers-0c4b6f40.js';
|
|
|
2
2
|
import React__default from 'react';
|
|
3
3
|
import 'prop-types';
|
|
4
4
|
import 'react-dom';
|
|
5
|
-
import { i as imageUrlBuilder } from './index-
|
|
5
|
+
import { i as imageUrlBuilder } from './index-3849e3fe.js';
|
|
6
6
|
import { L as LazyLoad } from './index-5f9f807a.js';
|
|
7
7
|
import { c as clean_html_1 } from './entities-7cc3bf45.js';
|
|
8
8
|
import Media from 'react-bootstrap/Media';
|
package/dist/esm/Ustream.js
CHANGED
|
@@ -4,7 +4,7 @@ import './es6.string.iterator-c199c9ba.js';
|
|
|
4
4
|
import './core.get-iterator-method-e41daf74.js';
|
|
5
5
|
import './web.dom.iterable-03c5ba1c.js';
|
|
6
6
|
import React__default, { useState, useRef, useEffect } from 'react';
|
|
7
|
-
import { m as
|
|
7
|
+
import { m as main_36 } from './main-5d1e4bd3.js';
|
|
8
8
|
import { _ as _slicedToArray } from './slicedToArray-5fb01661.js';
|
|
9
9
|
import './iconBase-602d52fe.js';
|
|
10
10
|
import { c as IoIosOpen } from './index.esm-85cb09e6.js';
|
|
@@ -65,7 +65,7 @@ var Ustream = function Ustream(_ref) {
|
|
|
65
65
|
} catch (err) {}
|
|
66
66
|
}, []);
|
|
67
67
|
//return nothing if mobile
|
|
68
|
-
if (
|
|
68
|
+
if (main_36) {
|
|
69
69
|
return null;
|
|
70
70
|
}
|
|
71
71
|
return React__default.createElement(
|
package/dist/esm/VerticalHero.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import './_commonjsHelpers-0c4b6f40.js';
|
|
2
2
|
import React__default from 'react';
|
|
3
|
-
import './moment-
|
|
4
|
-
import { i as imageUrlBuilder } from './index-
|
|
3
|
+
import './moment-e2f9b20c.js';
|
|
4
|
+
import { i as imageUrlBuilder } from './index-3849e3fe.js';
|
|
5
5
|
|
|
6
6
|
var VerticalHero = function VerticalHero(props) {
|
|
7
7
|
var client = props.client;
|
|
@@ -8,9 +8,9 @@ import { _ as _typeof } from './typeof-fea75829.js';
|
|
|
8
8
|
import './_is-array-ced12663.js';
|
|
9
9
|
import React__default from 'react';
|
|
10
10
|
import 'prop-types';
|
|
11
|
-
import { m as moment } from './moment-
|
|
11
|
+
import { m as moment } from './moment-e2f9b20c.js';
|
|
12
12
|
import 'react-dom';
|
|
13
|
-
import { i as imageUrlBuilder } from './index-
|
|
13
|
+
import { i as imageUrlBuilder } from './index-3849e3fe.js';
|
|
14
14
|
import { L as LazyLoad } from './index-5f9f807a.js';
|
|
15
15
|
import { s as styleInject } from './style-inject.es-1f59c1d0.js';
|
|
16
16
|
|
|
@@ -12,16 +12,16 @@ import './web.dom.iterable-03c5ba1c.js';
|
|
|
12
12
|
import './typeof-fea75829.js';
|
|
13
13
|
import './_is-array-ced12663.js';
|
|
14
14
|
import React__default from 'react';
|
|
15
|
-
import { l as lib_3 } from './index-
|
|
15
|
+
import { l as lib_3 } from './index-3f4dd6f2.js';
|
|
16
16
|
import 'prop-types';
|
|
17
17
|
import Container from 'react-bootstrap/Container';
|
|
18
18
|
import { withRouter } from 'next/router';
|
|
19
19
|
import './isSymbol-47f5ff3b.js';
|
|
20
20
|
import { d as debounce_1 } from './debounce-a0d9abca.js';
|
|
21
|
-
import { I as InfiniteScroll } from './index.es-
|
|
21
|
+
import { I as InfiniteScroll } from './index.es-29c1cef5.js';
|
|
22
22
|
import 'react-dom';
|
|
23
23
|
import { V as VisibilitySensor } from './visibility-sensor-0baa4eea.js';
|
|
24
|
-
import './index-
|
|
24
|
+
import './index-3849e3fe.js';
|
|
25
25
|
import './index-5f9f807a.js';
|
|
26
26
|
import './slicedToArray-5fb01661.js';
|
|
27
27
|
import './smoothscroll-4b699764.js';
|
package/dist/esm/View.js
CHANGED
|
@@ -14,19 +14,19 @@ import './web.dom.iterable-03c5ba1c.js';
|
|
|
14
14
|
import { _ as _typeof } from './typeof-fea75829.js';
|
|
15
15
|
import './_is-array-ced12663.js';
|
|
16
16
|
import React__default, { useState, useEffect } from 'react';
|
|
17
|
-
import { l as lib_3 } from './index-
|
|
17
|
+
import { l as lib_3 } from './index-3f4dd6f2.js';
|
|
18
18
|
import 'prop-types';
|
|
19
19
|
import 'react-bootstrap/Row';
|
|
20
20
|
import 'react-bootstrap/Col';
|
|
21
|
-
import { m as moment } from './moment-
|
|
21
|
+
import { m as moment } from './moment-e2f9b20c.js';
|
|
22
22
|
import { useRouter } from 'next/router';
|
|
23
23
|
import './isSymbol-47f5ff3b.js';
|
|
24
24
|
import './debounce-a0d9abca.js';
|
|
25
|
-
import { I as InfiniteScroll } from './index.es-
|
|
25
|
+
import { I as InfiniteScroll } from './index.es-29c1cef5.js';
|
|
26
26
|
import 'react-dom';
|
|
27
|
-
import './index-
|
|
27
|
+
import './index-3849e3fe.js';
|
|
28
28
|
import './index-5f9f807a.js';
|
|
29
|
-
import { m as
|
|
29
|
+
import { m as main_36 } from './main-5d1e4bd3.js';
|
|
30
30
|
import './entities-7cc3bf45.js';
|
|
31
31
|
import { _ as _JSON$stringify } from './stringify-feadff37.js';
|
|
32
32
|
import { a as _getIterator, _ as _slicedToArray } from './slicedToArray-5fb01661.js';
|
|
@@ -34,12 +34,12 @@ import { a as _asyncToGenerator, r as regenerator } from './asyncToGenerator-271
|
|
|
34
34
|
import './_set-species-41cbf140.js';
|
|
35
35
|
import './beam-c4d8f8f6.js';
|
|
36
36
|
import DFPAdSlot from './AdSlot.js';
|
|
37
|
-
import { B as BlockContent } from './BlockContent-
|
|
37
|
+
import { B as BlockContent } from './BlockContent-c409aca5.js';
|
|
38
38
|
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-d1ae806f.js';
|
|
43
43
|
import './util-7700fc59.js';
|
|
44
44
|
import './brightcove-react-player-loader.es-83f53e4e.js';
|
|
45
45
|
import 'react-bootstrap/Pagination';
|
|
@@ -53,9 +53,9 @@ import { _ as _Object$keys } from './keys-941eccc4.js';
|
|
|
53
53
|
import 'react-bootstrap/Dropdown';
|
|
54
54
|
import getKeywords from './getKeywords.js';
|
|
55
55
|
import getSeriesDetail from './getSeriesDetail.js';
|
|
56
|
-
import '
|
|
57
|
-
import getQuery from './getQuery.js';
|
|
56
|
+
import './index-db3bb315.js';
|
|
58
57
|
import getRelatedArticle from './getRelatedArticle.js';
|
|
58
|
+
import getQuery from './getQuery.js';
|
|
59
59
|
import { g as getTargeting, a as getContentPlacementUrl } from './getTargeting-3cc3f97d.js';
|
|
60
60
|
import urlFor from './urlFor.js';
|
|
61
61
|
import { s as styleInject } from './style-inject.es-1f59c1d0.js';
|
|
@@ -134,9 +134,9 @@ var DocumentGroup = function DocumentGroup(_ref) {
|
|
|
134
134
|
style: { display: 'flex', flexDirection: 'column', padding: '0 1rem', justifyContent: thumbnailUrl ? 'center' : 'flex-start', alignItems: 'center' } },
|
|
135
135
|
thumbnailUrl && React__default.createElement('img', { style: { maxWidth: '220px', maxHeight: '100px', marginTop: '1rem' }, src: thumbnailUrl, alt: name }),
|
|
136
136
|
!thumbnailUrl && React__default.createElement('p', {
|
|
137
|
-
style: { maxWidth: '315px', margin: '0', color: 'var(--primary)', textAlign: thumbnailUrl ? 'center' :
|
|
137
|
+
style: { maxWidth: '315px', margin: '0', color: 'var(--primary)', textAlign: thumbnailUrl ? 'center' : main_36 ? 'left' : 'right', marginTop: '.25rem' },
|
|
138
138
|
dangerouslySetInnerHTML: { __html: name } }),
|
|
139
|
-
|
|
139
|
+
main_36 && !thumbnailUrl && React__default.createElement(
|
|
140
140
|
'style',
|
|
141
141
|
{ jsx: 'true' },
|
|
142
142
|
'\n a.doc-group {\n display: block !important;\n padding: 0!important;\n }\n '
|
|
@@ -855,7 +855,7 @@ var Article = function Article(props) {
|
|
|
855
855
|
React__default.createElement(
|
|
856
856
|
'div',
|
|
857
857
|
{ className: 'ad-box', style: { textAlign: 'center' } },
|
|
858
|
-
|
|
858
|
+
main_36 && !sponsoredFlag && props.article.Ads && props.article.Ads.length > 0 && props.article.Ads.map(function (ad, index) {
|
|
859
859
|
if (index === 0) {
|
|
860
860
|
return React__default.createElement(
|
|
861
861
|
'div',
|
|
@@ -922,7 +922,7 @@ var Article = function Article(props) {
|
|
|
922
922
|
renderIsiContent(props.article)
|
|
923
923
|
)
|
|
924
924
|
),
|
|
925
|
-
|
|
925
|
+
main_36 && !sponsoredFlag && props.article.Ads && props.article.Ads.length > 0 && props.article.Ads.map(function (ad, index) {
|
|
926
926
|
if (index > 0) {
|
|
927
927
|
return React__default.createElement(
|
|
928
928
|
'div',
|
|
@@ -995,7 +995,7 @@ var ArticleQueue = function ArticleQueue(props) {
|
|
|
995
995
|
});
|
|
996
996
|
var targeting = getTargeting({ article: activeArticle, cpModificationRequired: cpModificationRequired, position: props.position, prevUrl: prevUrl });
|
|
997
997
|
|
|
998
|
-
if (!
|
|
998
|
+
if (!main_36) {
|
|
999
999
|
lib_3.getGoogletag().then(function (googletag) {
|
|
1000
1000
|
if (window.googletag && googletag.pubadsReady) {
|
|
1001
1001
|
var slots = googletag.pubads().getSlots();
|
|
@@ -1013,7 +1013,7 @@ var ArticleQueue = function ArticleQueue(props) {
|
|
|
1013
1013
|
});
|
|
1014
1014
|
}
|
|
1015
1015
|
//Refresh leaderboard ad on mobile
|
|
1016
|
-
if (
|
|
1016
|
+
if (main_36) {
|
|
1017
1017
|
var leaderboardSlotId = '';
|
|
1018
1018
|
lib_3.getGoogletag().then(function (googletag) {
|
|
1019
1019
|
if (window.googletag && googletag.pubadsReady) {
|
package/dist/esm/YahooHero.js
CHANGED
|
@@ -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-e2f9b20c.js';
|
|
9
9
|
import 'react-dom';
|
|
10
|
-
import { i as imageUrlBuilder } from './index-
|
|
10
|
+
import { i as imageUrlBuilder } from './index-3849e3fe.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';
|
package/dist/esm/YoutubeGroup.js
CHANGED
|
@@ -10,7 +10,7 @@ import './_is-array-ced12663.js';
|
|
|
10
10
|
import React__default, { useRef, useState, useEffect } from 'react';
|
|
11
11
|
import 'prop-types';
|
|
12
12
|
import 'react-dom';
|
|
13
|
-
import { i as imageUrlBuilder } from './index-
|
|
13
|
+
import { i as imageUrlBuilder } from './index-3849e3fe.js';
|
|
14
14
|
import { L as LazyLoad } from './index-5f9f807a.js';
|
|
15
15
|
import { _ as _slicedToArray } from './slicedToArray-5fb01661.js';
|
|
16
16
|
import { s as smoothscroll, g as getYoutubeId } from './smoothscroll-4b699764.js';
|