@mjhls/mjh-framework 1.0.854-adblocker-fix-v1 → 1.0.854-beta.1
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
|
@@ -8,27 +8,27 @@ import './core.get-iterator-method-e1de7503.js';
|
|
|
8
8
|
import './_object-pie-33c40e79.js';
|
|
9
9
|
import { _ as _extends, a as _Object$assign } 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
|
-
import './moment-
|
|
22
|
+
import './moment-e2f9b20c.js';
|
|
23
23
|
import { useRouter } from 'next/router';
|
|
24
24
|
import './isSymbol-1981418f.js';
|
|
25
25
|
import './debounce-9207d8ee.js';
|
|
26
26
|
import './toNumber-2f7a84cd.js';
|
|
27
27
|
import 'react-dom';
|
|
28
|
-
import './index-
|
|
28
|
+
import './index-73819142.js';
|
|
29
29
|
import './urlFor.js';
|
|
30
|
-
import './index-
|
|
31
|
-
import './main-
|
|
30
|
+
import './index-5f7e79e7.js';
|
|
31
|
+
import './main-e4a934b2.js';
|
|
32
32
|
import './entities-7cc3bf45.js';
|
|
33
33
|
import './slicedToArray-641f241f.js';
|
|
34
34
|
import './stringify-4330ccdc.js';
|
|
@@ -37,16 +37,16 @@ import './Segment.js';
|
|
|
37
37
|
import './Beam.js';
|
|
38
38
|
import './AdSlot.js';
|
|
39
39
|
import 'react-bootstrap/Button';
|
|
40
|
-
import { B as BlockContent } from './BlockContent-
|
|
40
|
+
import { B as BlockContent } from './BlockContent-e9b4ddcf.js';
|
|
41
41
|
import './index-c7e2ac95.js';
|
|
42
42
|
import './smoothscroll-0cd4c7a6.js';
|
|
43
43
|
import './GroupDeck.js';
|
|
44
44
|
import 'react-bootstrap';
|
|
45
45
|
import './iconBase-602d52fe.js';
|
|
46
|
-
import './index.esm-
|
|
47
|
-
import { g as getSerializers } from './index-
|
|
46
|
+
import './index.esm-29e48d38.js';
|
|
47
|
+
import { g as getSerializers } from './index-0f6867b9.js';
|
|
48
48
|
import './util-7700fc59.js';
|
|
49
|
-
import './brightcove-react-player-loader.es-
|
|
49
|
+
import './brightcove-react-player-loader.es-83f53e4e.js';
|
|
50
50
|
import Head from 'next/head';
|
|
51
51
|
import 'react-share';
|
|
52
52
|
import './SocialShare.js';
|
|
@@ -94,10 +94,10 @@ var setMetaDescription = function setMetaDescription(data, router) {
|
|
|
94
94
|
}
|
|
95
95
|
}
|
|
96
96
|
}
|
|
97
|
-
return
|
|
97
|
+
return React__default.createElement(
|
|
98
98
|
Head,
|
|
99
99
|
null,
|
|
100
|
-
|
|
100
|
+
React__default.createElement('meta', { name: 'description', content: metaDescription, key: 'description' })
|
|
101
101
|
);
|
|
102
102
|
};
|
|
103
103
|
|
|
@@ -106,11 +106,11 @@ var TaxonomyDescription = function TaxonomyDescription(_ref) {
|
|
|
106
106
|
client = _ref.client;
|
|
107
107
|
|
|
108
108
|
var router = useRouter();
|
|
109
|
-
return data && data.length > 0 &&
|
|
109
|
+
return data && data.length > 0 && React__default.createElement(
|
|
110
110
|
'section',
|
|
111
111
|
{ className: 'taxonomy-description' },
|
|
112
112
|
setMetaDescription(data, router),
|
|
113
|
-
|
|
113
|
+
React__default.createElement(BlockContent, _extends({ serializers: getSerializers(client), blocks: data, imageOptions: { w: 320, h: 240, fit: 'max' } }, client.config()))
|
|
114
114
|
);
|
|
115
115
|
};
|
|
116
116
|
|
|
@@ -8,18 +8,18 @@ import './_object-pie-33c40e79.js';
|
|
|
8
8
|
import './extends-6f2fcc99.js';
|
|
9
9
|
import './define-property-8af5f002.js';
|
|
10
10
|
import './web.dom.iterable-4439f05a.js';
|
|
11
|
-
import
|
|
11
|
+
import React__default, { useState, useEffect } from 'react';
|
|
12
12
|
import './events-6c3a7a63.js';
|
|
13
|
-
import './index-
|
|
13
|
+
import './index-41a678ea.js';
|
|
14
14
|
import 'prop-types';
|
|
15
|
-
import Container from 'react-bootstrap/Container';
|
|
15
|
+
import Container$1 from 'react-bootstrap/Container';
|
|
16
16
|
import 'react-bootstrap/Row';
|
|
17
17
|
import 'react-bootstrap/Col';
|
|
18
18
|
import { useRouter } from 'next/router';
|
|
19
19
|
import './isSymbol-1981418f.js';
|
|
20
20
|
import './debounce-9207d8ee.js';
|
|
21
21
|
import './toNumber-2f7a84cd.js';
|
|
22
|
-
import './main-
|
|
22
|
+
import './main-e4a934b2.js';
|
|
23
23
|
import { _ as _slicedToArray } from './slicedToArray-641f241f.js';
|
|
24
24
|
import './stringify-4330ccdc.js';
|
|
25
25
|
import './asyncToGenerator-fc1c2e29.js';
|
|
@@ -29,16 +29,16 @@ import './AdSlot.js';
|
|
|
29
29
|
import './get-1e515072.js';
|
|
30
30
|
import './eq-b470f743.js';
|
|
31
31
|
import 'react-bootstrap/Button';
|
|
32
|
-
import './react-social-icons-
|
|
32
|
+
import './react-social-icons-a7d5c5c7.js';
|
|
33
33
|
import 'react-bootstrap';
|
|
34
34
|
import './iconBase-602d52fe.js';
|
|
35
|
-
import './index.esm-
|
|
35
|
+
import './index.esm-29e48d38.js';
|
|
36
36
|
import 'next/head';
|
|
37
37
|
import './defineProperty-94fd8bfc.js';
|
|
38
38
|
import 'react-bootstrap/Form';
|
|
39
39
|
import { Column1 } from './Column1.js';
|
|
40
40
|
import './SideFooter.js';
|
|
41
|
-
import './ConferenceBanner-
|
|
41
|
+
import './ConferenceBanner-8792ebd2.js';
|
|
42
42
|
import { Column2 } from './Column2.js';
|
|
43
43
|
import './ADSponsoredResources.js';
|
|
44
44
|
import 'react-bootstrap/ListGroup';
|
|
@@ -50,12 +50,12 @@ import Header from './Header.js';
|
|
|
50
50
|
import 'react-bootstrap/Nav';
|
|
51
51
|
import 'react-bootstrap/Navbar';
|
|
52
52
|
import 'react-bootstrap/NavDropdown';
|
|
53
|
-
import './index.esm-
|
|
54
|
-
import './NavFooter-
|
|
55
|
-
import './index.esm-
|
|
53
|
+
import './index.esm-f8aaeeeb.js';
|
|
54
|
+
import './NavFooter-e27bd93b.js';
|
|
55
|
+
import './index.esm-fd746768.js';
|
|
56
56
|
import './SocialIcons.js';
|
|
57
57
|
import 'react-bootstrap/FormControl';
|
|
58
|
-
import './SocialSearchComponent-
|
|
58
|
+
import './SocialSearchComponent-03c3e869.js';
|
|
59
59
|
import MagazineNav from './NavMagazine.js';
|
|
60
60
|
import { NavNative } from './NavNative.js';
|
|
61
61
|
import './Search.js';
|
|
@@ -100,13 +100,13 @@ var TemplateNormal = function TemplateNormal(props) {
|
|
|
100
100
|
var navigation = function navigation() {
|
|
101
101
|
switch (config.navComponent) {
|
|
102
102
|
case 'magazine':
|
|
103
|
-
return
|
|
103
|
+
return React__default.createElement(MagazineNav, { logo: website.logo, mobileLogo: website.mobileLogo, dataObject: config.navItems, subNav: config.leftItems, website: website });
|
|
104
104
|
case 'native':
|
|
105
|
-
return
|
|
105
|
+
return React__default.createElement(NavNative, { logo: website.logo, dataObject: config.navItems, subNav: config.leftItems, website: website });
|
|
106
106
|
case 'dvm':
|
|
107
|
-
return
|
|
107
|
+
return React__default.createElement(NavDvm, { logo: website.logo, dataObject: config.navItems, mobileLogo: website.logo, subNav: config.leftItems, website: website });
|
|
108
108
|
case 'hamburgerNav':
|
|
109
|
-
return
|
|
109
|
+
return React__default.createElement(HamMagazine, {
|
|
110
110
|
socialFooterNav: true,
|
|
111
111
|
logo: website.logo,
|
|
112
112
|
dataObject: config.navItems,
|
|
@@ -116,7 +116,7 @@ var TemplateNormal = function TemplateNormal(props) {
|
|
|
116
116
|
showLogin: website.showLogin
|
|
117
117
|
});
|
|
118
118
|
default:
|
|
119
|
-
return
|
|
119
|
+
return React__default.createElement('noNav', null);
|
|
120
120
|
}
|
|
121
121
|
};
|
|
122
122
|
|
|
@@ -133,19 +133,19 @@ var TemplateNormal = function TemplateNormal(props) {
|
|
|
133
133
|
function layout() {
|
|
134
134
|
switch (config.columns) {
|
|
135
135
|
case '1':
|
|
136
|
-
return
|
|
136
|
+
return React__default.createElement(
|
|
137
137
|
Column1,
|
|
138
138
|
{ title: title },
|
|
139
139
|
props.children
|
|
140
140
|
);
|
|
141
141
|
case '2':
|
|
142
|
-
return
|
|
142
|
+
return React__default.createElement(
|
|
143
143
|
Column2,
|
|
144
144
|
{ title: title, rightItems: config.rightItems, website: website },
|
|
145
145
|
props.children
|
|
146
146
|
);
|
|
147
147
|
case '3':
|
|
148
|
-
return
|
|
148
|
+
return React__default.createElement(
|
|
149
149
|
Column3,
|
|
150
150
|
{
|
|
151
151
|
title: title,
|
|
@@ -161,36 +161,36 @@ var TemplateNormal = function TemplateNormal(props) {
|
|
|
161
161
|
props.children
|
|
162
162
|
);
|
|
163
163
|
default:
|
|
164
|
-
return
|
|
164
|
+
return React__default.createElement('noLayout', null);
|
|
165
165
|
}
|
|
166
166
|
}
|
|
167
167
|
|
|
168
|
-
return
|
|
168
|
+
return React__default.createElement(
|
|
169
169
|
'section',
|
|
170
170
|
null,
|
|
171
|
-
noTitle ?
|
|
171
|
+
noTitle ? React__default.createElement(Header, {
|
|
172
172
|
isLiveSite: config.isLiveSite,
|
|
173
173
|
keyword: keywords,
|
|
174
174
|
description: description + ('' + (router && router.query && router.query.page ? '| Page ' + router.query.page : ''))
|
|
175
|
-
}) :
|
|
175
|
+
}) : React__default.createElement(Header, {
|
|
176
176
|
title: title ? title + ' ' + (currentPage !== 0 ? '| Page ' + currentPage + ' ' : router && router.query && router.query.page ? '| Page ' + router.query.page + ' ' : '') + '| ' + website.title : website.title + ' ' + (currentPage !== 0 ? '| Page ' + currentPage + ' ' : router && router.query && router.query.page ? '| Page ' + router.query.page + ' ' : ''),
|
|
177
177
|
isLiveSite: config.isLiveSite,
|
|
178
178
|
keyword: keywords,
|
|
179
179
|
description: description + ('' + (router && router.query && router.query.page ? '| Page ' + router.query.page : ''))
|
|
180
180
|
}),
|
|
181
181
|
navigation(),
|
|
182
|
-
sponsoredFlag ?
|
|
183
|
-
|
|
182
|
+
sponsoredFlag ? React__default.createElement('div', { style: { height: '50px' } }) : React__default.createElement(
|
|
183
|
+
React__default.Fragment,
|
|
184
184
|
null,
|
|
185
|
-
horizontalAD && horizontalAD.networkID && horizontalAD.adUnit &&
|
|
186
|
-
Container,
|
|
185
|
+
horizontalAD && horizontalAD.networkID && horizontalAD.adUnit && React__default.createElement(
|
|
186
|
+
Container$1,
|
|
187
187
|
null,
|
|
188
|
-
|
|
188
|
+
React__default.createElement(AD728x90, { networkID: horizontalAD.networkID, adUnit: horizontalAD.adUnit, targeting: adTargeting })
|
|
189
189
|
)
|
|
190
190
|
),
|
|
191
|
-
website.gutterAd && !sponsoredFlag &&
|
|
192
|
-
|
|
193
|
-
Container,
|
|
191
|
+
website.gutterAd && !sponsoredFlag && React__default.createElement(ADGutter, { title: 'gutter-ad', gutterAd: website.gutterAd }),
|
|
192
|
+
React__default.createElement(
|
|
193
|
+
Container$1,
|
|
194
194
|
null,
|
|
195
195
|
layout()
|
|
196
196
|
)
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import './_commonjsHelpers-0c4b6f40.js';
|
|
2
|
-
import
|
|
2
|
+
import React__default from 'react';
|
|
3
3
|
import 'prop-types';
|
|
4
4
|
import 'react-dom';
|
|
5
|
-
import './index-
|
|
5
|
+
import './index-73819142.js';
|
|
6
6
|
import urlFor from './urlFor.js';
|
|
7
|
-
import { L as LazyLoad } from './index-
|
|
7
|
+
import { L as LazyLoad } from './index-5f7e79e7.js';
|
|
8
8
|
import { c as clean_html_1 } from './entities-7cc3bf45.js';
|
|
9
9
|
import Media from 'react-bootstrap/Media';
|
|
10
10
|
|
|
@@ -15,27 +15,27 @@ var ThumbnailCard = function ThumbnailCard(_ref) {
|
|
|
15
15
|
defaultImage = _ref.defaultImage;
|
|
16
16
|
|
|
17
17
|
|
|
18
|
-
return
|
|
18
|
+
return React__default.createElement(
|
|
19
19
|
'div',
|
|
20
20
|
null,
|
|
21
21
|
mediaData && mediaData.map(function (item, index) {
|
|
22
|
-
return
|
|
22
|
+
return React__default.createElement(
|
|
23
23
|
Media,
|
|
24
24
|
{ className: 'mb-3 thumbnail-card' },
|
|
25
|
-
|
|
25
|
+
React__default.createElement(
|
|
26
26
|
LazyLoad,
|
|
27
27
|
{ height: size },
|
|
28
|
-
|
|
28
|
+
React__default.createElement('img', { width: size, height: size, className: 'mr-3', src: item.thumbnail ? urlFor({ client: client, source: item.thumbnail }) : defaultImage, alt: 'Generic placeholder' })
|
|
29
29
|
),
|
|
30
|
-
|
|
30
|
+
React__default.createElement(
|
|
31
31
|
Media.Body,
|
|
32
32
|
null,
|
|
33
|
-
|
|
33
|
+
React__default.createElement(
|
|
34
34
|
'h5',
|
|
35
35
|
null,
|
|
36
36
|
item.title
|
|
37
37
|
),
|
|
38
|
-
|
|
38
|
+
React__default.createElement(
|
|
39
39
|
'p',
|
|
40
40
|
null,
|
|
41
41
|
clean_html_1(item.summary)
|
package/dist/esm/Ustream.js
CHANGED
|
@@ -5,13 +5,13 @@ import './_library-528f1934.js';
|
|
|
5
5
|
import './_iter-detect-5d49a330.js';
|
|
6
6
|
import './core.get-iterator-method-e1de7503.js';
|
|
7
7
|
import './web.dom.iterable-4439f05a.js';
|
|
8
|
-
import
|
|
9
|
-
import { m as
|
|
8
|
+
import React__default, { useState, useRef, useEffect } from 'react';
|
|
9
|
+
import { m as main_36 } from './main-e4a934b2.js';
|
|
10
10
|
import { _ as _slicedToArray } from './slicedToArray-641f241f.js';
|
|
11
11
|
import { a as _asyncToGenerator, r as regenerator } from './asyncToGenerator-fc1c2e29.js';
|
|
12
12
|
import './iconBase-602d52fe.js';
|
|
13
|
-
import { c as IoIosOpen } from './index.esm-
|
|
14
|
-
import { F as FaRegWindowClose } from './index.esm-
|
|
13
|
+
import { c as IoIosOpen } from './index.esm-29e48d38.js';
|
|
14
|
+
import { F as FaRegWindowClose } from './index.esm-cf08bf18.js';
|
|
15
15
|
|
|
16
16
|
var _this = undefined;
|
|
17
17
|
|
|
@@ -119,36 +119,36 @@ var Ustream = function Ustream(_ref) {
|
|
|
119
119
|
}
|
|
120
120
|
}, [isMuted]);
|
|
121
121
|
//return nothing if mobile
|
|
122
|
-
if (
|
|
122
|
+
if (main_36) {
|
|
123
123
|
return null;
|
|
124
124
|
}
|
|
125
|
-
return
|
|
125
|
+
return React__default.createElement(
|
|
126
126
|
'div',
|
|
127
127
|
{ id: 'ustream-container', ref: ustreamContainer, style: { width: '' + currentWidth, marginBottom: '1rem' } },
|
|
128
|
-
|
|
128
|
+
React__default.createElement(
|
|
129
129
|
'div',
|
|
130
130
|
{ style: { position: 'relative' } },
|
|
131
|
-
close ?
|
|
131
|
+
close ? React__default.createElement(
|
|
132
132
|
'div',
|
|
133
133
|
{ className: 'ustream-close' },
|
|
134
|
-
|
|
135
|
-
) :
|
|
136
|
-
|
|
134
|
+
React__default.createElement(FaRegWindowClose, { style: { color: '#fff', fontSize: '1.3rem' } })
|
|
135
|
+
) : React__default.createElement(
|
|
136
|
+
React__default.Fragment,
|
|
137
137
|
null,
|
|
138
|
-
|
|
138
|
+
React__default.createElement(
|
|
139
139
|
'div',
|
|
140
140
|
{ className: 'ustream-minimize' },
|
|
141
|
-
|
|
141
|
+
React__default.createElement(IoIosOpen, { style: right ? { color: '#fff', fontSize: '1.3rem', transform: 'rotateZ(-90deg)' } : { color: '#fff', fontSize: '1.3rem' } })
|
|
142
142
|
),
|
|
143
|
-
|
|
143
|
+
React__default.createElement(
|
|
144
144
|
'div',
|
|
145
145
|
{ className: 'ustream-close' },
|
|
146
|
-
|
|
146
|
+
React__default.createElement(FaRegWindowClose, { style: { color: '#fff', fontSize: '1rem' } })
|
|
147
147
|
)
|
|
148
148
|
),
|
|
149
|
-
|
|
149
|
+
React__default.createElement('iframe', { id: 'ustream-iframe', webkitallowfullscreen: 'true', allowFullScreen: true, frameBorder: 'no', style: { maxWidth: '100%', height: currentHeight, width: currentWidth } })
|
|
150
150
|
),
|
|
151
|
-
|
|
151
|
+
React__default.createElement(
|
|
152
152
|
'style',
|
|
153
153
|
{ jsx: 'true' },
|
|
154
154
|
'\n #ustream-container {\n position: fixed;\n bottom: 0;\n ' + (right ? 'right: 1rem;' : 'left: 1.5rem;') + '\n /* Updating z-index to fix gutter ad over ustream */\n z-index: 999999;\n max-width: 100%;\n }\n .ustream-minimize,\n .ustream-close {\n position: absolute;\n color: white;\n right: 0.5rem;\n top: 0.25rem;\n cursor: pointer;\n font-weight: bold;\n }\n .ustream-close {\n ' + (close ? 'display: block; right: .75rem; top: .5rem; ' : 'display: none; right: .5rem; top: .75rem;') + '\n }\n @media screen and (max-width: 768px) {\n #ustream-container:not(.closed) {\n width: 231px !important;\n height: 130px !important;\n }\n #ustream-container:not(.closed) iframe {\n height: 130px !important;\n }\n }\n '
|
|
@@ -156,6 +156,6 @@ var Ustream = function Ustream(_ref) {
|
|
|
156
156
|
);
|
|
157
157
|
};
|
|
158
158
|
|
|
159
|
-
var Ustream$1 =
|
|
159
|
+
var Ustream$1 = React__default.memo(Ustream);
|
|
160
160
|
|
|
161
161
|
export default Ustream$1;
|
package/dist/esm/VerticalHero.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import './_commonjsHelpers-0c4b6f40.js';
|
|
2
|
-
import
|
|
3
|
-
import './moment-
|
|
4
|
-
import './index-
|
|
2
|
+
import React__default from 'react';
|
|
3
|
+
import './moment-e2f9b20c.js';
|
|
4
|
+
import './index-73819142.js';
|
|
5
5
|
import urlFor from './urlFor.js';
|
|
6
6
|
|
|
7
7
|
var VerticalHero = function VerticalHero(props) {
|
|
@@ -10,16 +10,16 @@ var VerticalHero = function VerticalHero(props) {
|
|
|
10
10
|
heroTitle = _props$heroTitle === undefined ? '' : _props$heroTitle;
|
|
11
11
|
|
|
12
12
|
|
|
13
|
-
return
|
|
13
|
+
return React__default.createElement(
|
|
14
14
|
'div',
|
|
15
15
|
{ className: 'vertical-hero-container' },
|
|
16
|
-
|
|
16
|
+
React__default.createElement(
|
|
17
17
|
'div',
|
|
18
18
|
{ className: 'vertical-hero-inner' },
|
|
19
|
-
|
|
19
|
+
React__default.createElement(
|
|
20
20
|
'div',
|
|
21
21
|
{ className: 'hero-title' },
|
|
22
|
-
|
|
22
|
+
React__default.createElement(
|
|
23
23
|
'h2',
|
|
24
24
|
null,
|
|
25
25
|
heroTitle
|
|
@@ -34,19 +34,19 @@ var VerticalHero = function VerticalHero(props) {
|
|
|
34
34
|
} else if (props.thumbnail) {
|
|
35
35
|
articleThumbnail = props.thumbnail;
|
|
36
36
|
}
|
|
37
|
-
return index === 0 ?
|
|
37
|
+
return index === 0 ? React__default.createElement(
|
|
38
38
|
'a',
|
|
39
39
|
{ href: '/view/' + article.url.current, key: index, className: 'vertical-article' },
|
|
40
|
-
|
|
41
|
-
|
|
40
|
+
React__default.createElement('img', { src: articleThumbnail, alt: articleAltText }),
|
|
41
|
+
React__default.createElement(
|
|
42
42
|
'h2',
|
|
43
43
|
null,
|
|
44
44
|
article.title
|
|
45
45
|
)
|
|
46
|
-
) :
|
|
46
|
+
) : React__default.createElement(
|
|
47
47
|
'a',
|
|
48
48
|
{ href: '/view/' + article.url.current, className: 'vertical-article' },
|
|
49
|
-
|
|
49
|
+
React__default.createElement(
|
|
50
50
|
'h2',
|
|
51
51
|
null,
|
|
52
52
|
article.title
|
|
@@ -54,7 +54,7 @@ var VerticalHero = function VerticalHero(props) {
|
|
|
54
54
|
);
|
|
55
55
|
})
|
|
56
56
|
),
|
|
57
|
-
|
|
57
|
+
React__default.createElement(
|
|
58
58
|
'style',
|
|
59
59
|
{ jsx: 'true' },
|
|
60
60
|
'\n .vertical-hero-container {\n display: flex;\n flex-direction: row;\n padding: 0.25rem;\n justify-content: space-between;\n width: 100%;\n flex: 1 1 auto;\n }\n .hero-title h2 {\n font-size: 1.2rem;\n font-weight: bold;\n }\n .vertical-article {\n display: block;\n }\n .vertical-article img {\n width: 100%;\n height: auto;\n min-width: 200px;\n }\n .vertical-article h2 {\n font-size: 0.9rem;\n color: #252525;\n font-weight: bold;\n padding: 0.5rem 0.5rem 1rem;\n margin: 0.5rem;\n border-bottom: 1px solid #ccc;\n }\n '
|
|
@@ -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/Container';
|
|
21
21
|
import 'react-bootstrap/Row';
|
|
22
|
-
import Col from 'react-bootstrap/Col';
|
|
23
|
-
import './moment-
|
|
22
|
+
import Col$1 from 'react-bootstrap/Col';
|
|
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,19 +39,19 @@ import { a as _asyncToGenerator, r as regenerator } from './asyncToGenerator-fc1
|
|
|
39
39
|
import './Segment.js';
|
|
40
40
|
import './Beam.js';
|
|
41
41
|
import './AdSlot.js';
|
|
42
|
-
import Button from 'react-bootstrap/Button';
|
|
43
|
-
import { B as BlockContent } from './BlockContent-
|
|
42
|
+
import Button$1 from 'react-bootstrap/Button';
|
|
43
|
+
import { B as BlockContent } from './BlockContent-e9b4ddcf.js';
|
|
44
44
|
import './index-c7e2ac95.js';
|
|
45
45
|
import './smoothscroll-0cd4c7a6.js';
|
|
46
46
|
import './GroupDeck.js';
|
|
47
47
|
import './YoutubeGroup.js';
|
|
48
48
|
import 'react-bootstrap';
|
|
49
49
|
import './iconBase-602d52fe.js';
|
|
50
|
-
import './index.esm-
|
|
50
|
+
import './index.esm-29e48d38.js';
|
|
51
51
|
import VideoSeriesListing from './VideoSeriesListing.js';
|
|
52
|
-
import { g as getSerializers } from './index-
|
|
52
|
+
import { g as getSerializers } from './index-0f6867b9.js';
|
|
53
53
|
import './util-7700fc59.js';
|
|
54
|
-
import './brightcove-react-player-loader.es-
|
|
54
|
+
import './brightcove-react-player-loader.es-83f53e4e.js';
|
|
55
55
|
import 'next/head';
|
|
56
56
|
import 'react-share';
|
|
57
57
|
import './SocialShare.js';
|
|
@@ -88,29 +88,29 @@ var VideoProgramLandingPage = function VideoProgramLandingPage(props) {
|
|
|
88
88
|
defaultImage = props.defaultImage,
|
|
89
89
|
mapping = props.mapping;
|
|
90
90
|
|
|
91
|
-
return
|
|
91
|
+
return React__default.createElement(
|
|
92
92
|
'div',
|
|
93
93
|
null,
|
|
94
|
-
virtualBlock &&
|
|
95
|
-
|
|
94
|
+
virtualBlock && React__default.createElement(BlockContent, _extends({ serializers: getSerializers(client), blocks: virtualBlock.body, imageOptions: { w: 320, h: 240, fit: 'max' } }, client.config())),
|
|
95
|
+
React__default.createElement(
|
|
96
96
|
'div',
|
|
97
97
|
{ className: 'peer-exchange-filter-container' },
|
|
98
|
-
|
|
98
|
+
React__default.createElement(
|
|
99
99
|
Form,
|
|
100
100
|
{ className: 'ml-3', method: 'post' },
|
|
101
|
-
|
|
101
|
+
React__default.createElement(
|
|
102
102
|
Form.Row,
|
|
103
103
|
null,
|
|
104
|
-
|
|
105
|
-
Col,
|
|
104
|
+
React__default.createElement(
|
|
105
|
+
Col$1,
|
|
106
106
|
null,
|
|
107
|
-
|
|
107
|
+
React__default.createElement(
|
|
108
108
|
Form.Group,
|
|
109
109
|
{ controlId: 'topic' },
|
|
110
|
-
|
|
110
|
+
React__default.createElement(
|
|
111
111
|
Form.Control,
|
|
112
112
|
{ as: 'select', name: 'topic_id', placeholder: 'Filter by Topic' },
|
|
113
|
-
|
|
113
|
+
React__default.createElement(
|
|
114
114
|
'option',
|
|
115
115
|
{ value: '' },
|
|
116
116
|
'All Topics'
|
|
@@ -119,7 +119,7 @@ var VideoProgramLandingPage = function VideoProgramLandingPage(props) {
|
|
|
119
119
|
if (props.topic_id === topic._id || topic.name == 'Peer Exchange') {
|
|
120
120
|
return null;
|
|
121
121
|
} else {
|
|
122
|
-
return
|
|
122
|
+
return React__default.createElement(
|
|
123
123
|
'option',
|
|
124
124
|
{ value: topic._id },
|
|
125
125
|
topic.name
|
|
@@ -129,11 +129,11 @@ var VideoProgramLandingPage = function VideoProgramLandingPage(props) {
|
|
|
129
129
|
)
|
|
130
130
|
)
|
|
131
131
|
),
|
|
132
|
-
|
|
133
|
-
Col,
|
|
132
|
+
React__default.createElement(
|
|
133
|
+
Col$1,
|
|
134
134
|
null,
|
|
135
|
-
|
|
136
|
-
Button,
|
|
135
|
+
React__default.createElement(
|
|
136
|
+
Button$1,
|
|
137
137
|
{ type: 'submit', variant: 'secondary' },
|
|
138
138
|
'Apply'
|
|
139
139
|
)
|
|
@@ -141,7 +141,7 @@ var VideoProgramLandingPage = function VideoProgramLandingPage(props) {
|
|
|
141
141
|
)
|
|
142
142
|
)
|
|
143
143
|
),
|
|
144
|
-
posts &&
|
|
144
|
+
posts && React__default.createElement(VideoSeriesListing, {
|
|
145
145
|
client: client,
|
|
146
146
|
mapping: mapping,
|
|
147
147
|
dataRecord: posts,
|