@mjhls/mjh-framework 1.0.854-adblocker-fix-v1 → 1.0.854-beta.0
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/dist/cjs/AD.js +9 -10
- package/dist/cjs/AD300x250.js +9 -10
- package/dist/cjs/AD300x250x600.js +9 -10
- package/dist/cjs/AD728x90.js +10 -11
- package/dist/cjs/ADFloatingFooter.js +11 -12
- package/dist/cjs/ADFooter.js +8 -9
- package/dist/cjs/ADGutter.js +11 -12
- package/dist/cjs/{ADInfeed-25d48cc2.js → ADInfeed-98c71bcd.js} +9 -11
- package/dist/cjs/ADSkyscraper.js +11 -12
- package/dist/cjs/ADSponsoredResources.js +11 -12
- package/dist/cjs/ADWebcast.js +11 -12
- package/dist/cjs/ADWelcome.js +16 -26
- package/dist/cjs/{ADlgInfeed-a535a768.js → ADlgInfeed-9de32585.js} +6 -7
- package/dist/cjs/AccordionPanel.js +22 -24
- package/dist/cjs/AdSlot.js +13 -14
- package/dist/cjs/AdSlotsProvider.js +902 -11
- package/dist/cjs/AlgoliaSearch.js +842 -952
- package/dist/cjs/AlphabeticList.js +15 -16
- package/dist/cjs/ArticleCarousel.js +10 -11
- package/dist/cjs/ArticleProgramLandingPage.js +27 -28
- package/dist/cjs/ArticleSeriesLandingPage.js +22 -23
- package/dist/cjs/ArticleSeriesListing.js +39 -40
- package/dist/cjs/Auth.js +1197 -237
- package/dist/cjs/AuthWrapper.js +38 -119
- package/dist/cjs/{AuthorComponent-ac8972ce.js → AuthorComponent-bb831b74.js} +12 -13
- package/dist/cjs/{BlockContent-8b494587.js → BlockContent-091a991f.js} +24 -25
- package/dist/cjs/Breadcrumbs.js +21 -23
- package/dist/cjs/CMEDeck.js +64 -64
- package/dist/cjs/Column1.js +11 -14
- package/dist/cjs/Column2.js +19 -22
- package/dist/cjs/Column3.js +32 -35
- package/dist/cjs/ConferenceArticleCard.js +17 -18
- package/dist/cjs/ConferenceBanner-4a16fddc.js +23 -0
- package/dist/cjs/DeckContent.js +72 -76
- package/dist/cjs/DeckQueue.js +68 -72
- package/dist/cjs/{Dfp-391fd124.js → Dfp-26baccf1.js} +22 -23
- package/dist/cjs/EventsDeck.js +116 -123
- package/dist/cjs/ExternalResources.js +46 -47
- package/dist/cjs/Feature.js +23 -25
- package/dist/cjs/ForbesHero.js +34 -35
- package/dist/cjs/GridContent.js +203 -208
- package/dist/cjs/GridHero.js +35 -36
- package/dist/cjs/GroupDeck.js +48 -49
- package/dist/cjs/HamMagazine.js +116 -121
- package/dist/cjs/Header.js +12 -14
- package/dist/cjs/Hero.js +9 -10
- package/dist/cjs/HighlightenVideo.js +16 -17
- package/dist/cjs/HorizontalArticleListing.js +36 -37
- package/dist/cjs/HorizontalHero.js +23 -24
- package/dist/cjs/IssueContentDeck.js +65 -70
- package/dist/cjs/IssueDeck.js +60 -65
- package/dist/cjs/IssueLanding.js +28 -29
- package/dist/cjs/LeftNav.js +20 -22
- package/dist/cjs/MasterDeck.js +49 -50
- package/dist/cjs/MediaSeriesLanding.js +786 -733
- package/dist/cjs/NavDvm.js +63 -68
- package/dist/cjs/{NavFooter-3dcd99a8.js → NavFooter-76c913e3.js} +14 -15
- package/dist/cjs/NavMagazine.js +116 -121
- package/dist/cjs/NavNative.js +108 -116
- package/dist/cjs/OncliveHero.js +17 -17
- package/dist/cjs/OncliveLargeHero.js +63 -64
- package/dist/cjs/PageFilter.js +8 -9
- package/dist/cjs/PartnerDetailListing.js +3907 -78
- package/dist/cjs/PdfDownload.js +8 -9
- package/dist/cjs/PopUpModal.js +13 -15
- package/dist/cjs/PubSection.js +19 -20
- package/dist/cjs/PubToc.js +7 -8
- package/dist/cjs/PublicationDeck.js +59 -64
- package/dist/cjs/PublicationLanding.js +83 -87
- package/dist/cjs/QueueDeckExpanded.js +285 -285
- package/dist/cjs/RecentNews.js +19 -20
- package/dist/cjs/RelatedContent.js +22 -23
- package/dist/cjs/RelatedTopicsDropdown.js +19 -22
- package/dist/cjs/RolesDeck.js +27 -32
- package/dist/cjs/Search.js +12 -16
- package/dist/cjs/SeriesListingDeck.js +26 -26
- package/dist/cjs/{SeriesSlider-0d3bf265.js → SeriesSlider-8bbc989f.js} +33 -34
- package/dist/cjs/SideFooter.js +23 -24
- package/dist/cjs/SocialIcons.js +9 -10
- package/dist/cjs/{SocialSearchComponent-19548e2a.js → SocialSearchComponent-cea213aa.js} +34 -38
- package/dist/cjs/SocialShare.js +29 -31
- package/dist/cjs/TaxonomyCard.js +54 -59
- package/dist/cjs/TaxonomyDescription.js +21 -22
- package/dist/cjs/TemplateNormal.js +34 -35
- package/dist/cjs/ThumbnailCard.js +17 -19
- package/dist/cjs/Ustream.js +21 -22
- package/dist/cjs/VerticalHero.js +15 -16
- package/dist/cjs/VideoProgramLandingPage.js +43 -47
- package/dist/cjs/VideoSeriesCard.js +22 -23
- package/dist/cjs/VideoSeriesFilter.js +9 -9
- package/dist/cjs/VideoSeriesLandingPage.js +27 -28
- package/dist/cjs/VideoSeriesListing.js +56 -57
- package/dist/cjs/View.js +199 -203
- package/dist/cjs/YahooHero.js +30 -31
- package/dist/cjs/YoutubeGroup.js +50 -51
- package/dist/cjs/{brightcove-react-player-loader.es-5c98aec7.js → brightcove-react-player-loader.es-156bd4d6.js} +8 -10
- package/dist/cjs/faundadb.js +16 -16
- package/dist/cjs/getRelatedArticle.js +131 -67
- package/dist/cjs/getRootDocGroup.js +3 -3
- package/dist/cjs/getSerializers.js +11 -11
- package/dist/cjs/{getTargeting-a9a871f0.js → getTargeting-f1821260.js} +2 -2
- package/dist/cjs/getTargeting.js +1 -1
- package/dist/cjs/iconBase-68959171.js +3 -0
- package/dist/cjs/{index-00a7ead6.js → index-276bab5c.js} +928 -954
- package/dist/cjs/{index-6367b7bf.js → index-3294d3bc.js} +17 -16
- package/dist/cjs/{index-9d365128.js → index-96b3db50.js} +10 -12
- package/dist/cjs/{index-2cf30c83.js → index-98e01cb9.js} +8 -9
- package/dist/cjs/{index-b5eb3ff8.js → index-be0c82be.js} +19 -20
- package/dist/cjs/{index.es-f3e47207.js → index.es-9110add6.js} +12 -31
- package/dist/cjs/{index.esm-3ffa049c.js → index.esm-4d410430.js} +20 -20
- package/dist/cjs/{index.esm-974f47d9.js → index.esm-90433435.js} +15 -6
- package/dist/cjs/{index.esm-44f3e2d0.js → index.esm-e32d3e8e.js} +6 -3
- package/dist/cjs/{index.esm-05850a2f.js → index.esm-ff47db6f.js} +12 -5
- package/dist/cjs/index.js +58 -63
- package/dist/cjs/{inherits-0c7830c5.js → inherits-1f5a1c72.js} +3 -3
- package/dist/cjs/inherits-8d29278d.js +110 -0
- package/dist/cjs/{lodash-7fd85bcf.js → lodash-fc2922d0.js} +22 -71
- package/dist/cjs/{main-7b5e57b0.js → main-02daeefe.js} +54 -90
- package/dist/cjs/{md5-e1ca5797.js → md5-5039b1a6.js} +1 -1
- package/dist/cjs/{moment-ca3bd9fb.js → moment-575fe24c.js} +8 -10
- package/dist/cjs/{react-social-icons-07939b41.js → react-social-icons-f7f48f71.js} +11 -12
- package/dist/cjs/timeDifferenceCalc.js +1 -1
- package/dist/cjs/{typeof-9d7f610f.js → typeof-725500bc.js} +1 -1
- package/dist/cjs/urlFor.js +3 -3
- package/dist/cjs/{visibility-sensor-eb2c5b69.js → visibility-sensor-ad5e3116.js} +5 -7
- package/dist/esm/AD.js +7 -7
- package/dist/esm/AD300x250.js +7 -7
- package/dist/esm/AD300x250x600.js +7 -7
- package/dist/esm/AD728x90.js +8 -8
- package/dist/esm/ADFloatingFooter.js +9 -9
- package/dist/esm/ADFooter.js +6 -6
- package/dist/esm/ADGutter.js +9 -9
- package/dist/esm/{ADInfeed-56a3db8b.js → ADInfeed-1cc9d817.js} +7 -7
- package/dist/esm/ADSkyscraper.js +9 -9
- package/dist/esm/ADSponsoredResources.js +9 -9
- package/dist/esm/ADWebcast.js +9 -9
- package/dist/esm/ADWelcome.js +14 -23
- package/dist/esm/{ADlgInfeed-53edb995.js → ADlgInfeed-8c4f129e.js} +4 -4
- package/dist/esm/AccordionPanel.js +17 -17
- package/dist/esm/AdSlot.js +5 -5
- package/dist/esm/AdSlotsProvider.js +902 -10
- package/dist/esm/AlgoliaSearch.js +238 -347
- package/dist/esm/AlphabeticList.js +13 -13
- package/dist/esm/ArticleCarousel.js +8 -8
- package/dist/esm/ArticleProgramLandingPage.js +20 -20
- package/dist/esm/ArticleSeriesLandingPage.js +17 -17
- package/dist/esm/ArticleSeriesListing.js +36 -36
- package/dist/esm/Auth.js +1180 -216
- package/dist/esm/AuthWrapper.js +36 -116
- package/dist/esm/{AuthorComponent-8ffd4679.js → AuthorComponent-34b16174.js} +10 -10
- package/dist/esm/{BlockContent-d05b5b23.js → BlockContent-e9b4ddcf.js} +4 -4
- package/dist/esm/Breadcrumbs.js +11 -11
- package/dist/esm/CMEDeck.js +61 -61
- package/dist/esm/Column1.js +9 -9
- package/dist/esm/Column2.js +17 -17
- package/dist/esm/Column3.js +30 -30
- package/dist/esm/ConferenceArticleCard.js +15 -15
- package/dist/esm/{ConferenceBanner-9162d0ca.js → ConferenceBanner-8792ebd2.js} +4 -4
- package/dist/esm/DeckContent.js +68 -68
- package/dist/esm/DeckQueue.js +64 -64
- package/dist/esm/{Dfp-2f9796e1.js → Dfp-b7236041.js} +10 -10
- package/dist/esm/EventsDeck.js +92 -92
- package/dist/esm/ExternalResources.js +41 -41
- package/dist/esm/Feature.js +17 -17
- package/dist/esm/ForbesHero.js +28 -28
- package/dist/esm/GridContent.js +172 -172
- package/dist/esm/GridHero.js +29 -29
- package/dist/esm/GroupDeck.js +36 -36
- package/dist/esm/HamMagazine.js +91 -91
- package/dist/esm/Header.js +8 -8
- package/dist/esm/Hero.js +7 -7
- package/dist/esm/HighlightenVideo.js +14 -14
- package/dist/esm/HorizontalArticleListing.js +34 -34
- package/dist/esm/HorizontalHero.js +21 -21
- package/dist/esm/IssueContentDeck.js +53 -53
- package/dist/esm/IssueDeck.js +54 -54
- package/dist/esm/IssueLanding.js +26 -26
- package/dist/esm/LeftNav.js +16 -16
- package/dist/esm/MasterDeck.js +46 -46
- package/dist/esm/MediaSeriesLanding.js +506 -450
- package/dist/esm/NavDvm.js +46 -46
- package/dist/esm/{NavFooter-c29526b7.js → NavFooter-e27bd93b.js} +12 -12
- package/dist/esm/NavMagazine.js +93 -93
- package/dist/esm/NavNative.js +83 -83
- package/dist/esm/OncliveHero.js +15 -14
- package/dist/esm/OncliveLargeHero.js +52 -52
- package/dist/esm/PageFilter.js +6 -6
- package/dist/esm/PartnerDetailListing.js +3903 -74
- package/dist/esm/PdfDownload.js +6 -6
- package/dist/esm/PopUpModal.js +8 -8
- package/dist/esm/PubSection.js +17 -17
- package/dist/esm/PubToc.js +5 -5
- package/dist/esm/PublicationDeck.js +51 -51
- package/dist/esm/PublicationLanding.js +69 -69
- package/dist/esm/QueueDeckExpanded.js +251 -251
- package/dist/esm/RecentNews.js +17 -17
- package/dist/esm/RelatedContent.js +17 -17
- package/dist/esm/RelatedTopicsDropdown.js +11 -11
- package/dist/esm/RolesDeck.js +25 -25
- package/dist/esm/Search.js +7 -7
- package/dist/esm/SeriesListingDeck.js +20 -20
- package/dist/esm/{SeriesSlider-7d89f4d9.js → SeriesSlider-a866bb21.js} +24 -24
- package/dist/esm/SideFooter.js +19 -19
- package/dist/esm/SocialIcons.js +7 -7
- package/dist/esm/{SocialSearchComponent-47815365.js → SocialSearchComponent-03c3e869.js} +28 -28
- package/dist/esm/SocialShare.js +25 -25
- package/dist/esm/TaxonomyCard.js +50 -50
- package/dist/esm/TaxonomyDescription.js +16 -16
- package/dist/esm/TemplateNormal.js +31 -31
- package/dist/esm/ThumbnailCard.js +10 -10
- package/dist/esm/Ustream.js +18 -18
- package/dist/esm/VerticalHero.js +13 -13
- package/dist/esm/VideoProgramLandingPage.js +32 -32
- package/dist/esm/VideoSeriesCard.js +17 -17
- package/dist/esm/VideoSeriesFilter.js +6 -6
- package/dist/esm/VideoSeriesLandingPage.js +17 -17
- package/dist/esm/VideoSeriesListing.js +53 -53
- package/dist/esm/View.js +180 -180
- package/dist/esm/YahooHero.js +25 -25
- package/dist/esm/YoutubeGroup.js +35 -35
- package/dist/esm/{brightcove-react-player-loader.es-4abff0b1.js → brightcove-react-player-loader.es-83f53e4e.js} +6 -7
- package/dist/esm/faundadb.js +1 -1
- package/dist/esm/getRelatedArticle.js +126 -62
- package/dist/esm/getSerializers.js +11 -11
- package/dist/esm/{index-0500ae55.js → index-0f6867b9.js} +882 -898
- package/dist/esm/{index-f7fb1e25.js → index-41a678ea.js} +3 -3
- package/dist/esm/{index-6c12bdd5.js → index-5f7e79e7.js} +4 -4
- package/dist/esm/{index-51a80699.js → index-73819142.js} +19 -20
- package/dist/esm/{index-c00b0bbb.js → index-ef6d5dcf.js} +17 -16
- package/dist/esm/{index.es-c6222053.js → index.es-29c1cef5.js} +10 -28
- package/dist/esm/{index.esm-3fdda599.js → index.esm-29e48d38.js} +15 -6
- package/dist/esm/{index.esm-a8ff922c.js → index.esm-cf08bf18.js} +12 -5
- package/dist/esm/{index.esm-c6715e80.js → index.esm-f8aaeeeb.js} +6 -3
- package/dist/esm/{index.esm-8ee5ff72.js → index.esm-fd746768.js} +18 -17
- package/dist/esm/index.js +49 -51
- package/dist/esm/inherits-77d5e4fc.js +101 -0
- package/dist/esm/{inherits-75d45541.js → inherits-cf8dde54.js} +1 -1
- package/dist/esm/{lodash-ec8c6b48.js → lodash-17fdfebb.js} +22 -71
- package/dist/esm/{main-747e7d25.js → main-e4a934b2.js} +52 -87
- package/dist/esm/{md5-4e42248e.js → md5-9be0e905.js} +1 -1
- package/dist/esm/{moment-b6f49411.js → moment-e2f9b20c.js} +8 -10
- package/dist/esm/{react-social-icons-3822f1ce.js → react-social-icons-a7d5c5c7.js} +5 -5
- package/dist/esm/timeDifferenceCalc.js +1 -1
- package/dist/esm/{typeof-af9c50d8.js → typeof-6435ba1c.js} +1 -1
- package/dist/esm/urlFor.js +1 -1
- package/dist/esm/{visibility-sensor-f40c2564.js → visibility-sensor-72fd8f8b.js} +2 -2
- package/package.json +2 -1
- package/dist/cjs/ConferenceBanner-6c9e718a.js +0 -24
package/dist/esm/IssueDeck.js
CHANGED
|
@@ -7,18 +7,18 @@ import './core.get-iterator-method-e1de7503.js';
|
|
|
7
7
|
import './_object-pie-33c40e79.js';
|
|
8
8
|
import { _ as _extends } from './extends-6f2fcc99.js';
|
|
9
9
|
import './web.dom.iterable-4439f05a.js';
|
|
10
|
-
import
|
|
10
|
+
import React__default, { useState, useEffect, useRef } from 'react';
|
|
11
11
|
import 'prop-types';
|
|
12
|
-
import Row from 'react-bootstrap/Row';
|
|
13
|
-
import Col from 'react-bootstrap/Col';
|
|
14
|
-
import Card from 'react-bootstrap/Card';
|
|
15
|
-
import { I as InfiniteScroll } from './index.es-
|
|
12
|
+
import Row$1 from 'react-bootstrap/Row';
|
|
13
|
+
import Col$1 from 'react-bootstrap/Col';
|
|
14
|
+
import Card$1 from 'react-bootstrap/Card';
|
|
15
|
+
import { I as InfiniteScroll } from './index.es-29c1cef5.js';
|
|
16
16
|
import 'react-dom';
|
|
17
|
-
import './index-
|
|
17
|
+
import './index-73819142.js';
|
|
18
18
|
import urlFor from './urlFor.js';
|
|
19
|
-
import { L as LazyLoad } from './index-
|
|
19
|
+
import { L as LazyLoad } from './index-5f7e79e7.js';
|
|
20
20
|
import { _ as _slicedToArray } from './slicedToArray-641f241f.js';
|
|
21
|
-
import Button from 'react-bootstrap/Button';
|
|
21
|
+
import Button$1 from 'react-bootstrap/Button';
|
|
22
22
|
|
|
23
23
|
var usePrevious = function usePrevious(value) {
|
|
24
24
|
var ref = useRef();
|
|
@@ -131,71 +131,71 @@ var IssueDeck = function IssueDeck(props) {
|
|
|
131
131
|
}
|
|
132
132
|
}, [issuesData, setScrolling, count]);
|
|
133
133
|
|
|
134
|
-
return
|
|
134
|
+
return React__default.createElement(
|
|
135
135
|
InfiniteScroll,
|
|
136
136
|
{ dataLength: issuesData && issuesData.length, next: function next() {
|
|
137
137
|
return loadMore();
|
|
138
138
|
}, hasMore: scrolling, scrollThreshold: 0.9 },
|
|
139
|
-
|
|
140
|
-
Row,
|
|
139
|
+
React__default.createElement(
|
|
140
|
+
Row$1,
|
|
141
141
|
null,
|
|
142
142
|
issuesData && issuesData.length ? issuesData.map(function (row, index) {
|
|
143
|
-
return publication && row.identifier && row.identifier.current &&
|
|
144
|
-
Col,
|
|
143
|
+
return publication && row.identifier && row.identifier.current && React__default.createElement(
|
|
144
|
+
Col$1,
|
|
145
145
|
{ md: 12, lg: 12, key: index },
|
|
146
|
-
|
|
147
|
-
Card,
|
|
146
|
+
React__default.createElement(
|
|
147
|
+
Card$1,
|
|
148
148
|
{ className: 'queue-card journal-queue', style: { borderTop: '1px solid #EEE' } },
|
|
149
|
-
|
|
150
|
-
Row,
|
|
149
|
+
React__default.createElement(
|
|
150
|
+
Row$1,
|
|
151
151
|
{ style: { flexDirection: 'left' } },
|
|
152
|
-
|
|
153
|
-
Col,
|
|
152
|
+
React__default.createElement(
|
|
153
|
+
Col$1,
|
|
154
154
|
{ md: 12, lg: 4, className: 'body-image', style: { textAlign: 'center' } },
|
|
155
|
-
row.issues.length > 0 ?
|
|
155
|
+
row.issues.length > 0 ? React__default.createElement(
|
|
156
156
|
'a',
|
|
157
157
|
{ href: href + '/' + publication + '/' + row.identifier.current, style: { width: '100%' } },
|
|
158
|
-
row.thumbnail &&
|
|
158
|
+
row.thumbnail && React__default.createElement(
|
|
159
159
|
LazyLoad,
|
|
160
160
|
{ height: imageHeight },
|
|
161
|
-
|
|
161
|
+
React__default.createElement(Card$1.Img, { variant: 'top', src: renderCardImage(row.thumbnail), alt: row.name, style: { objectFit: 'contain' } })
|
|
162
162
|
)
|
|
163
|
-
) :
|
|
163
|
+
) : React__default.createElement(
|
|
164
164
|
'a',
|
|
165
165
|
null,
|
|
166
|
-
row.thumbnail &&
|
|
166
|
+
row.thumbnail && React__default.createElement(
|
|
167
167
|
LazyLoad,
|
|
168
168
|
{ height: imageHeight },
|
|
169
|
-
|
|
169
|
+
React__default.createElement(Card$1.Img, { variant: 'top', src: renderCardImage(row.thumbnail), alt: row.name, style: { objectFit: 'contain' } })
|
|
170
170
|
)
|
|
171
171
|
)
|
|
172
172
|
),
|
|
173
|
-
|
|
174
|
-
Col,
|
|
173
|
+
React__default.createElement(
|
|
174
|
+
Col$1,
|
|
175
175
|
{ md: 12, lg: 8 },
|
|
176
|
-
|
|
177
|
-
Card.Body,
|
|
176
|
+
React__default.createElement(
|
|
177
|
+
Card$1.Body,
|
|
178
178
|
{ style: { padding: '20px' }, className: 'body-text' },
|
|
179
|
-
|
|
180
|
-
Row,
|
|
179
|
+
React__default.createElement(
|
|
180
|
+
Row$1,
|
|
181
181
|
null,
|
|
182
|
-
|
|
183
|
-
Col,
|
|
182
|
+
React__default.createElement(
|
|
183
|
+
Col$1,
|
|
184
184
|
null,
|
|
185
|
-
|
|
186
|
-
Card.Title,
|
|
185
|
+
React__default.createElement(
|
|
186
|
+
Card$1.Title,
|
|
187
187
|
null,
|
|
188
188
|
row.name
|
|
189
189
|
)
|
|
190
190
|
)
|
|
191
191
|
),
|
|
192
|
-
|
|
193
|
-
Row,
|
|
192
|
+
React__default.createElement(
|
|
193
|
+
Row$1,
|
|
194
194
|
null,
|
|
195
|
-
|
|
196
|
-
Col,
|
|
195
|
+
React__default.createElement(
|
|
196
|
+
Col$1,
|
|
197
197
|
null,
|
|
198
|
-
|
|
198
|
+
React__default.createElement(
|
|
199
199
|
'div',
|
|
200
200
|
null,
|
|
201
201
|
'Volume: ',
|
|
@@ -203,13 +203,13 @@ var IssueDeck = function IssueDeck(props) {
|
|
|
203
203
|
)
|
|
204
204
|
)
|
|
205
205
|
),
|
|
206
|
-
|
|
207
|
-
Row,
|
|
206
|
+
React__default.createElement(
|
|
207
|
+
Row$1,
|
|
208
208
|
null,
|
|
209
|
-
|
|
210
|
-
Col,
|
|
209
|
+
React__default.createElement(
|
|
210
|
+
Col$1,
|
|
211
211
|
null,
|
|
212
|
-
|
|
212
|
+
React__default.createElement(
|
|
213
213
|
'div',
|
|
214
214
|
null,
|
|
215
215
|
'Number: ',
|
|
@@ -217,19 +217,19 @@ var IssueDeck = function IssueDeck(props) {
|
|
|
217
217
|
)
|
|
218
218
|
)
|
|
219
219
|
),
|
|
220
|
-
|
|
221
|
-
Row,
|
|
220
|
+
React__default.createElement(
|
|
221
|
+
Row$1,
|
|
222
222
|
null,
|
|
223
|
-
row.issues.length > 0 &&
|
|
223
|
+
row.issues.length > 0 && React__default.createElement(
|
|
224
224
|
'a',
|
|
225
225
|
{ style: { paddingRight: '15px', paddingLeft: '15px' }, href: href + '/' + publication + '/' + row.identifier.current },
|
|
226
|
-
|
|
227
|
-
Button,
|
|
226
|
+
React__default.createElement(
|
|
227
|
+
Button$1,
|
|
228
228
|
{ style: { marginTop: '20px', marginRight: '1rem' }, variant: 'secondary' },
|
|
229
229
|
'View Issue'
|
|
230
230
|
)
|
|
231
231
|
),
|
|
232
|
-
row.pdf && row.pdf.asset &&
|
|
232
|
+
row.pdf && row.pdf.asset && React__default.createElement(
|
|
233
233
|
'a',
|
|
234
234
|
{ rel: 'noopener', href: row.pdf.asset.url, target: '_blank', className: 'btn btn-primary', style: { marginTop: '20px' } },
|
|
235
235
|
'Download Issue'
|
|
@@ -240,13 +240,13 @@ var IssueDeck = function IssueDeck(props) {
|
|
|
240
240
|
)
|
|
241
241
|
)
|
|
242
242
|
);
|
|
243
|
-
}) :
|
|
243
|
+
}) : React__default.createElement(
|
|
244
244
|
'div',
|
|
245
245
|
null,
|
|
246
|
-
|
|
246
|
+
React__default.createElement(
|
|
247
247
|
'h5',
|
|
248
248
|
null,
|
|
249
|
-
|
|
249
|
+
React__default.createElement(
|
|
250
250
|
'em',
|
|
251
251
|
{ className: 'pl-3' },
|
|
252
252
|
'New content coming soon, please check back later.'
|
package/dist/esm/IssueLanding.js
CHANGED
|
@@ -8,30 +8,30 @@ import './core.get-iterator-method-e1de7503.js';
|
|
|
8
8
|
import './_object-pie-33c40e79.js';
|
|
9
9
|
import { _ as _extends } from './extends-6f2fcc99.js';
|
|
10
10
|
import './_object-sap-964b6feb.js';
|
|
11
|
-
import './inherits-
|
|
11
|
+
import './inherits-cf8dde54.js';
|
|
12
12
|
import './define-property-8af5f002.js';
|
|
13
13
|
import './web.dom.iterable-4439f05a.js';
|
|
14
|
-
import './typeof-
|
|
14
|
+
import './typeof-6435ba1c.js';
|
|
15
15
|
import './_is-array-58e95429.js';
|
|
16
|
-
import
|
|
16
|
+
import React__default from 'react';
|
|
17
17
|
import './events-6c3a7a63.js';
|
|
18
|
-
import './index-
|
|
18
|
+
import './index-41a678ea.js';
|
|
19
19
|
import 'prop-types';
|
|
20
20
|
import 'react-bootstrap/Row';
|
|
21
21
|
import 'react-bootstrap/Col';
|
|
22
22
|
import 'react-bootstrap/Card';
|
|
23
|
-
import './moment-
|
|
23
|
+
import './moment-e2f9b20c.js';
|
|
24
24
|
import 'next/router';
|
|
25
25
|
import './isSymbol-1981418f.js';
|
|
26
26
|
import './debounce-9207d8ee.js';
|
|
27
27
|
import './toNumber-2f7a84cd.js';
|
|
28
|
-
import './index.es-
|
|
28
|
+
import './index.es-29c1cef5.js';
|
|
29
29
|
import 'react-dom';
|
|
30
|
-
import './visibility-sensor-
|
|
31
|
-
import './index-
|
|
30
|
+
import './visibility-sensor-72fd8f8b.js';
|
|
31
|
+
import './index-73819142.js';
|
|
32
32
|
import './urlFor.js';
|
|
33
|
-
import './index-
|
|
34
|
-
import './main-
|
|
33
|
+
import './index-5f7e79e7.js';
|
|
34
|
+
import './main-e4a934b2.js';
|
|
35
35
|
import './entities-7cc3bf45.js';
|
|
36
36
|
import './slicedToArray-641f241f.js';
|
|
37
37
|
import './stringify-4330ccdc.js';
|
|
@@ -39,13 +39,13 @@ import './asyncToGenerator-fc1c2e29.js';
|
|
|
39
39
|
import './Segment.js';
|
|
40
40
|
import './Beam.js';
|
|
41
41
|
import './AdSlot.js';
|
|
42
|
-
import './ADInfeed-
|
|
43
|
-
import './lodash-
|
|
44
|
-
import './ADlgInfeed-
|
|
42
|
+
import './ADInfeed-1cc9d817.js';
|
|
43
|
+
import './lodash-17fdfebb.js';
|
|
44
|
+
import './ADlgInfeed-8c4f129e.js';
|
|
45
45
|
import './getContentCategory-15dcc413.js';
|
|
46
|
-
import './AuthorComponent-
|
|
46
|
+
import './AuthorComponent-34b16174.js';
|
|
47
47
|
import 'react-bootstrap/Button';
|
|
48
|
-
import { B as BlockContent } from './BlockContent-
|
|
48
|
+
import { B as BlockContent } from './BlockContent-e9b4ddcf.js';
|
|
49
49
|
import './index-c7e2ac95.js';
|
|
50
50
|
import './smoothscroll-0cd4c7a6.js';
|
|
51
51
|
import './GroupDeck.js';
|
|
@@ -53,10 +53,10 @@ import 'react-bootstrap';
|
|
|
53
53
|
import './timeDifferenceCalc.js';
|
|
54
54
|
import QueueDeckExpanded from './QueueDeckExpanded.js';
|
|
55
55
|
import './iconBase-602d52fe.js';
|
|
56
|
-
import './index.esm-
|
|
57
|
-
import { g as getSerializers } from './index-
|
|
56
|
+
import './index.esm-29e48d38.js';
|
|
57
|
+
import { g as getSerializers } from './index-0f6867b9.js';
|
|
58
58
|
import './util-7700fc59.js';
|
|
59
|
-
import './brightcove-react-player-loader.es-
|
|
59
|
+
import './brightcove-react-player-loader.es-83f53e4e.js';
|
|
60
60
|
import 'next/head';
|
|
61
61
|
import 'react-share';
|
|
62
62
|
import './SocialShare.js';
|
|
@@ -123,22 +123,22 @@ var IssueLanding = function IssueLanding(props) {
|
|
|
123
123
|
_props$imageWidth = props.imageWidth,
|
|
124
124
|
imageWidth = _props$imageWidth === undefined ? 480 : _props$imageWidth;
|
|
125
125
|
|
|
126
|
-
return
|
|
126
|
+
return React__default.createElement(
|
|
127
127
|
'div',
|
|
128
128
|
{ id: 'issueLanding' },
|
|
129
|
-
|
|
130
|
-
pubIssue.issue.source &&
|
|
129
|
+
React__default.createElement(Breadcrumbs, null),
|
|
130
|
+
pubIssue.issue.source && React__default.createElement(
|
|
131
131
|
'p',
|
|
132
132
|
{ className: 'badge badge-primary' },
|
|
133
133
|
pubIssue.issue.source
|
|
134
134
|
),
|
|
135
|
-
pubIssue.issue.description &&
|
|
136
|
-
|
|
135
|
+
pubIssue.issue.description && React__default.createElement(
|
|
136
|
+
React__default.Fragment,
|
|
137
137
|
null,
|
|
138
|
-
|
|
139
|
-
|
|
138
|
+
React__default.createElement(BlockContent, _extends({ serializers: getSerializers(client), blocks: pubIssue.issue.description, imageOptions: { w: 320, h: 240, fit: 'max' } }, client.config())),
|
|
139
|
+
React__default.createElement('div', { style: { clear: 'both' } })
|
|
140
140
|
),
|
|
141
|
-
|
|
141
|
+
React__default.createElement(QueueDeckExpanded, {
|
|
142
142
|
client: client,
|
|
143
143
|
mapping: settings.mapping,
|
|
144
144
|
dataRecord: pubIssue.issue.articles,
|
package/dist/esm/LeftNav.js
CHANGED
|
@@ -7,14 +7,14 @@ import './core.get-iterator-method-e1de7503.js';
|
|
|
7
7
|
import './_object-pie-33c40e79.js';
|
|
8
8
|
import './extends-6f2fcc99.js';
|
|
9
9
|
import './web.dom.iterable-4439f05a.js';
|
|
10
|
-
import
|
|
10
|
+
import React__default, { useRef, useEffect } from 'react';
|
|
11
11
|
import './events-6c3a7a63.js';
|
|
12
|
-
import './index-
|
|
12
|
+
import './index-41a678ea.js';
|
|
13
13
|
import 'prop-types';
|
|
14
14
|
import './isSymbol-1981418f.js';
|
|
15
15
|
import './debounce-9207d8ee.js';
|
|
16
16
|
import './toNumber-2f7a84cd.js';
|
|
17
|
-
import './main-
|
|
17
|
+
import './main-e4a934b2.js';
|
|
18
18
|
import './slicedToArray-641f241f.js';
|
|
19
19
|
import './stringify-4330ccdc.js';
|
|
20
20
|
import './asyncToGenerator-fc1c2e29.js';
|
|
@@ -66,21 +66,21 @@ var LeftNav = function LeftNav(props) {
|
|
|
66
66
|
|
|
67
67
|
var renderListGroupItem = function renderListGroupItem(subRow) {
|
|
68
68
|
if (checkUrlIsExternal(subRow.url)) {
|
|
69
|
-
return
|
|
69
|
+
return React__default.createElement(
|
|
70
70
|
'a',
|
|
71
71
|
{ target: subRow.blank ? '_blank' : '_self', needsegmentsupport: subRow.needSegmentSupport ? 'true' : '', href: subRow.url },
|
|
72
72
|
subRow.name
|
|
73
73
|
);
|
|
74
74
|
}
|
|
75
75
|
|
|
76
|
-
return
|
|
76
|
+
return React__default.createElement(
|
|
77
77
|
'a',
|
|
78
78
|
{ href: subRow.url || '#', target: subRow.blank ? '_blank' : '_self', needsegmentsupport: subRow.needSegmentSupport ? 'true' : '' },
|
|
79
79
|
subRow.name
|
|
80
80
|
);
|
|
81
81
|
};
|
|
82
82
|
|
|
83
|
-
return
|
|
83
|
+
return React__default.createElement(
|
|
84
84
|
'section',
|
|
85
85
|
{ ref: leftNavRef },
|
|
86
86
|
leftItems && leftItems.map(function (row, index) {
|
|
@@ -88,27 +88,27 @@ var LeftNav = function LeftNav(props) {
|
|
|
88
88
|
// Since Webcast Ad should be between spotlight and sub navigation it should be passed as the second element of leftItems array from site level.
|
|
89
89
|
// Webcast AD should have atleast adUnit , networkID, and "_type" as "webcastAD"
|
|
90
90
|
if (row._type && row._type === 'webcastAD' && row.adUnit) {
|
|
91
|
-
return
|
|
91
|
+
return React__default.createElement(
|
|
92
92
|
'div',
|
|
93
93
|
{ key: index },
|
|
94
|
-
|
|
94
|
+
React__default.createElement(ADWebcast, { webcastAd: row, refreshFlag: row.refreshFlag ? row.refreshFlag : false })
|
|
95
95
|
);
|
|
96
96
|
} else {
|
|
97
|
-
return
|
|
97
|
+
return React__default.createElement(
|
|
98
98
|
'nav',
|
|
99
99
|
{ key: index, 'aria-label': 'Secondary' },
|
|
100
|
-
|
|
100
|
+
React__default.createElement(
|
|
101
101
|
'div',
|
|
102
102
|
{ style: { display: 'flex', justifyContent: 'space-between', flexWrap: 'wrap' }, className: 'secondary-nav-title list-group-item active' },
|
|
103
|
-
|
|
103
|
+
React__default.createElement(
|
|
104
104
|
'span',
|
|
105
105
|
{ className: 'mr-1', style: { display: 'inline-block', fontWeight: 'bold', fontSize: '1rem' } },
|
|
106
106
|
row.name
|
|
107
107
|
),
|
|
108
|
-
row.url && SeeAll &&
|
|
108
|
+
row.url && SeeAll && React__default.createElement(
|
|
109
109
|
'span',
|
|
110
110
|
{ style: { marginLeft: 'auto', display: 'inline-block' } },
|
|
111
|
-
|
|
111
|
+
React__default.createElement(
|
|
112
112
|
'a',
|
|
113
113
|
{ style: { color: 'white', fontSize: '.6rem' }, href: row.url },
|
|
114
114
|
'See All ',
|
|
@@ -116,11 +116,11 @@ var LeftNav = function LeftNav(props) {
|
|
|
116
116
|
)
|
|
117
117
|
)
|
|
118
118
|
),
|
|
119
|
-
|
|
119
|
+
React__default.createElement(
|
|
120
120
|
'ul',
|
|
121
121
|
{ style: sideNavStyles },
|
|
122
122
|
row.subQuery && row.subQuery.map(function (subRow, subIndex) {
|
|
123
|
-
return
|
|
123
|
+
return React__default.createElement(
|
|
124
124
|
ListGroup.Item,
|
|
125
125
|
{ as: 'li', key: subIndex + '_2' },
|
|
126
126
|
renderListGroupItem(subRow)
|
|
@@ -133,7 +133,7 @@ var LeftNav = function LeftNav(props) {
|
|
|
133
133
|
);
|
|
134
134
|
};
|
|
135
135
|
|
|
136
|
-
var LeftNav$1 =
|
|
136
|
+
var LeftNav$1 = React__default.memo(LeftNav);
|
|
137
137
|
|
|
138
138
|
export default LeftNav$1;
|
|
139
139
|
export { LeftNav };
|
package/dist/esm/MasterDeck.js
CHANGED
|
@@ -8,38 +8,38 @@ import './core.get-iterator-method-e1de7503.js';
|
|
|
8
8
|
import './_object-pie-33c40e79.js';
|
|
9
9
|
import { _ as _extends } from './extends-6f2fcc99.js';
|
|
10
10
|
import './_object-sap-964b6feb.js';
|
|
11
|
-
import { _ as _inherits, a as _classCallCheck, b as _possibleConstructorReturn, c as _Object$getPrototypeOf, d as _createClass } from './inherits-
|
|
11
|
+
import { _ as _inherits, a as _classCallCheck, b as _possibleConstructorReturn, c as _Object$getPrototypeOf, d as _createClass } from './inherits-cf8dde54.js';
|
|
12
12
|
import './define-property-8af5f002.js';
|
|
13
13
|
import './web.dom.iterable-4439f05a.js';
|
|
14
|
-
import './typeof-
|
|
14
|
+
import './typeof-6435ba1c.js';
|
|
15
15
|
import './_is-array-58e95429.js';
|
|
16
|
-
import
|
|
16
|
+
import React__default from 'react';
|
|
17
17
|
import './events-6c3a7a63.js';
|
|
18
|
-
import { l as lib_3 } from './index-
|
|
18
|
+
import { l as lib_3 } from './index-41a678ea.js';
|
|
19
19
|
import 'prop-types';
|
|
20
|
-
import Container from 'react-bootstrap/Container';
|
|
20
|
+
import Container$1 from 'react-bootstrap/Container';
|
|
21
21
|
import 'react-bootstrap/Row';
|
|
22
22
|
import 'react-bootstrap/Col';
|
|
23
23
|
import 'react-bootstrap/Card';
|
|
24
|
-
import './moment-
|
|
24
|
+
import './moment-e2f9b20c.js';
|
|
25
25
|
import { withRouter } from 'next/router';
|
|
26
26
|
import './isSymbol-1981418f.js';
|
|
27
27
|
import { d as debounce_1 } from './debounce-9207d8ee.js';
|
|
28
28
|
import './toNumber-2f7a84cd.js';
|
|
29
|
-
import { I as InfiniteScroll } from './index.es-
|
|
29
|
+
import { I as InfiniteScroll } from './index.es-29c1cef5.js';
|
|
30
30
|
import 'react-dom';
|
|
31
|
-
import { V as VisibilitySensor } from './visibility-sensor-
|
|
32
|
-
import './index-
|
|
33
|
-
import './main-
|
|
31
|
+
import { V as VisibilitySensor } from './visibility-sensor-72fd8f8b.js';
|
|
32
|
+
import './index-73819142.js';
|
|
33
|
+
import './main-e4a934b2.js';
|
|
34
34
|
import './slicedToArray-641f241f.js';
|
|
35
35
|
import './stringify-4330ccdc.js';
|
|
36
36
|
import { _ as _Promise } from './asyncToGenerator-fc1c2e29.js';
|
|
37
37
|
import './Segment.js';
|
|
38
38
|
import './Beam.js';
|
|
39
39
|
import './AdSlot.js';
|
|
40
|
-
import { A as ADInfeed } from './ADInfeed-
|
|
41
|
-
import { l as lodash } from './lodash-
|
|
42
|
-
import { A as ADlgInfeed } from './ADlgInfeed-
|
|
40
|
+
import { A as ADInfeed } from './ADInfeed-1cc9d817.js';
|
|
41
|
+
import { l as lodash } from './lodash-17fdfebb.js';
|
|
42
|
+
import { A as ADlgInfeed } from './ADlgInfeed-8c4f129e.js';
|
|
43
43
|
|
|
44
44
|
var MasterDeck = function (_React$Component) {
|
|
45
45
|
_inherits(MasterDeck, _React$Component);
|
|
@@ -327,7 +327,7 @@ var MasterDeck = function (_React$Component) {
|
|
|
327
327
|
}
|
|
328
328
|
});
|
|
329
329
|
|
|
330
|
-
return
|
|
330
|
+
return React__default.createElement(
|
|
331
331
|
'div',
|
|
332
332
|
null,
|
|
333
333
|
data && _this.state.dataRemapped && data.length > 0 ? // If JS enabled and Data remapped with ads
|
|
@@ -335,24 +335,24 @@ var MasterDeck = function (_React$Component) {
|
|
|
335
335
|
var pageNumber = row.pageNumber || _this.state.page;
|
|
336
336
|
|
|
337
337
|
if (row._type === 'lg-infeed' && row.adUnit) {
|
|
338
|
-
return
|
|
338
|
+
return React__default.createElement(ADlgInfeed, _extends({ index: index }, row));
|
|
339
339
|
// Returning view for infeed Ad
|
|
340
340
|
} else if (row._type === 'brandInsightAd' && row.adUnit) {
|
|
341
|
-
return
|
|
341
|
+
return React__default.createElement(ADInfeed, { index: index, infeedAd: row });
|
|
342
342
|
} else if (!row._type || !['lg-infeed', 'brandInsightAd'].includes(row._type)) {
|
|
343
343
|
// Returning view for articles
|
|
344
|
-
return
|
|
344
|
+
return React__default.createElement(
|
|
345
345
|
VisibilitySensor,
|
|
346
346
|
{
|
|
347
347
|
key: row._id ? row._id : index,
|
|
348
348
|
onChange: function onChange(isVisible) {
|
|
349
349
|
isVisible && _this.changePageNumber(pageNumber);
|
|
350
350
|
} },
|
|
351
|
-
|
|
352
|
-
|
|
351
|
+
React__default.createElement(
|
|
352
|
+
React__default.Fragment,
|
|
353
353
|
{ key: index },
|
|
354
|
-
|
|
355
|
-
_this.state.mobileView && _this.rightItems && (index + 1) % numberOfItemsBeforeAd === 0 &&
|
|
354
|
+
React__default.createElement(_this2.Deck, { data: row, variant: variant, index: index, client: _this.props.client, defaultImage: _this.defaultImage, isSeriesLanding: _this.isSeriesLanding }),
|
|
355
|
+
_this.state.mobileView && _this.rightItems && (index + 1) % numberOfItemsBeforeAd === 0 && React__default.createElement(
|
|
356
356
|
'div',
|
|
357
357
|
{ className: 'ad-container', style: { margin: '0 auto' } },
|
|
358
358
|
_this.renderMobileAd(index, numberOfItemsBeforeAd, _this.rightItems)
|
|
@@ -366,24 +366,24 @@ var MasterDeck = function (_React$Component) {
|
|
|
366
366
|
data.map(function (row, index) {
|
|
367
367
|
var pageNumber = row.pageNumber || _this.state.page;
|
|
368
368
|
if (!row._type || !['lg-infeed', 'brandInsightAd'].includes(row._type)) {
|
|
369
|
-
return
|
|
369
|
+
return React__default.createElement(
|
|
370
370
|
VisibilitySensor,
|
|
371
371
|
{
|
|
372
372
|
key: row._id ? row._id : index,
|
|
373
373
|
onChange: function onChange(isVisible) {
|
|
374
374
|
isVisible && _this.changePageNumber(pageNumber);
|
|
375
375
|
} },
|
|
376
|
-
|
|
377
|
-
|
|
376
|
+
React__default.createElement(
|
|
377
|
+
React__default.Fragment,
|
|
378
378
|
{ key: index },
|
|
379
|
-
|
|
379
|
+
React__default.createElement(_this2.Deck, { data: row, variant: variant, index: index, client: _this.props.client, defaultImage: _this.defaultImage, isSeriesLanding: _this.isSeriesLanding })
|
|
380
380
|
)
|
|
381
381
|
);
|
|
382
382
|
}
|
|
383
|
-
}) :
|
|
383
|
+
}) : React__default.createElement(
|
|
384
384
|
'div',
|
|
385
385
|
null,
|
|
386
|
-
|
|
386
|
+
React__default.createElement(
|
|
387
387
|
'em',
|
|
388
388
|
null,
|
|
389
389
|
'New content coming soon, please check back later.'
|
|
@@ -392,7 +392,7 @@ var MasterDeck = function (_React$Component) {
|
|
|
392
392
|
);
|
|
393
393
|
}, _this.renderMobileAd = function (index, numberOfItemsBeforeAd, rightItems) {
|
|
394
394
|
var i = ((index + 1) / numberOfItemsBeforeAd - 1) % rightItems.length;
|
|
395
|
-
return
|
|
395
|
+
return React__default.createElement(
|
|
396
396
|
'div',
|
|
397
397
|
{ className: 'ad-container', style: { display: 'flex', flex: '1 0 auto', width: '100%', textAlign: 'center', marginBottom: '2rem' } },
|
|
398
398
|
rightItems[i].component
|
|
@@ -409,15 +409,15 @@ var MasterDeck = function (_React$Component) {
|
|
|
409
409
|
return null;
|
|
410
410
|
}
|
|
411
411
|
|
|
412
|
-
return
|
|
412
|
+
return React__default.createElement(
|
|
413
413
|
'div',
|
|
414
414
|
{ className: 'd-flex justify-content-between' },
|
|
415
|
-
currentPage && currentPage > 1 &&
|
|
415
|
+
currentPage && currentPage > 1 && React__default.createElement(
|
|
416
416
|
'a',
|
|
417
417
|
{ href: '?page=' + (currentPage - 1) },
|
|
418
418
|
'<< Previous'
|
|
419
419
|
),
|
|
420
|
-
|
|
420
|
+
React__default.createElement(
|
|
421
421
|
'a',
|
|
422
422
|
{ href: '?page=' + (currentPage + 1) },
|
|
423
423
|
'Next >>'
|
|
@@ -481,38 +481,38 @@ var MasterDeck = function (_React$Component) {
|
|
|
481
481
|
_props$lgInfeedAd = _props.lgInfeedAd,
|
|
482
482
|
lgInfeedAd = _props$lgInfeedAd === undefined ? false : _props$lgInfeedAd;
|
|
483
483
|
|
|
484
|
-
return
|
|
484
|
+
return React__default.createElement(
|
|
485
485
|
'div',
|
|
486
486
|
{ className: 'contentDeck' },
|
|
487
|
-
autoScroll ?
|
|
488
|
-
|
|
487
|
+
autoScroll ? React__default.createElement(
|
|
488
|
+
React__default.Fragment,
|
|
489
489
|
null,
|
|
490
|
-
|
|
490
|
+
React__default.createElement(
|
|
491
491
|
InfiniteScroll,
|
|
492
492
|
{ dataLength: this.state.data.length, next: this.loadMore, hasMore: this.state.scrolling, scrollThreshold: 0.9 },
|
|
493
|
-
|
|
494
|
-
Container,
|
|
493
|
+
React__default.createElement(
|
|
494
|
+
Container$1,
|
|
495
495
|
null,
|
|
496
496
|
this.cardLoader(page, columns, variant, brandInsightAd, showBI, lgInfeedAd)
|
|
497
497
|
)
|
|
498
498
|
),
|
|
499
|
-
|
|
499
|
+
React__default.createElement(
|
|
500
500
|
'noscript',
|
|
501
501
|
null,
|
|
502
502
|
this.renderManualPagination()
|
|
503
503
|
)
|
|
504
|
-
) :
|
|
505
|
-
|
|
504
|
+
) : React__default.createElement(
|
|
505
|
+
React__default.Fragment,
|
|
506
506
|
null,
|
|
507
|
-
|
|
508
|
-
Container,
|
|
507
|
+
React__default.createElement(
|
|
508
|
+
Container$1,
|
|
509
509
|
null,
|
|
510
510
|
this.cardLoader(page, columns, variant, brandInsightAd, showBI, lgInfeedAd)
|
|
511
511
|
),
|
|
512
|
-
|
|
512
|
+
React__default.createElement(
|
|
513
513
|
'div',
|
|
514
514
|
{ style: { padding: '0px 10px' } },
|
|
515
|
-
this.state.scrolling &&
|
|
515
|
+
this.state.scrolling && React__default.createElement(
|
|
516
516
|
'button',
|
|
517
517
|
{
|
|
518
518
|
className: 'btn',
|
|
@@ -532,7 +532,7 @@ var MasterDeck = function (_React$Component) {
|
|
|
532
532
|
'Load More'
|
|
533
533
|
)
|
|
534
534
|
),
|
|
535
|
-
|
|
535
|
+
React__default.createElement(
|
|
536
536
|
'noscript',
|
|
537
537
|
null,
|
|
538
538
|
this.renderManualPagination()
|
|
@@ -543,7 +543,7 @@ var MasterDeck = function (_React$Component) {
|
|
|
543
543
|
}]);
|
|
544
544
|
|
|
545
545
|
return MasterDeck;
|
|
546
|
-
}(
|
|
546
|
+
}(React__default.Component);
|
|
547
547
|
|
|
548
548
|
var MasterDeck$1 = withRouter(MasterDeck);
|
|
549
549
|
|