@mjhls/mjh-framework 1.0.876 → 1.0.877-v1pageviewfix
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/AD300x250.js +1 -1
- package/dist/cjs/AD300x250x600.js +1 -1
- package/dist/cjs/AD728x90.js +1 -1
- package/dist/cjs/ADFloatingFooter.js +1 -1
- package/dist/cjs/ADGutter.js +1 -1
- package/dist/cjs/ADSkyscraper.js +1 -1
- package/dist/cjs/ADSponsoredResources.js +1 -1
- package/dist/cjs/ADWebcast.js +1 -1
- package/dist/cjs/ADWelcome.js +1 -1
- package/dist/cjs/AccordionPanel.js +2 -2
- package/dist/cjs/AdSlot.js +4 -4
- package/dist/cjs/AdSlotsProvider.js +1 -1
- package/dist/cjs/AlgoliaSearch.js +134 -68
- package/dist/cjs/ArticleCarousel.js +2 -2
- package/dist/cjs/ArticleProgramLandingPage.js +8 -8
- package/dist/cjs/ArticleSeriesLandingPage.js +4 -4
- package/dist/cjs/ArticleSeriesListing.js +4 -4
- package/dist/cjs/Auth.js +3 -3
- package/dist/cjs/AuthWrapper.js +1469 -293
- package/dist/cjs/Beam.js +2 -2
- package/dist/cjs/{BlockContent-36e54d77.js → BlockContent-9ebd251f.js} +1 -1
- package/dist/cjs/CMEDeck.js +1 -1
- package/dist/cjs/Column3.js +1 -1
- package/dist/cjs/ConferenceArticleCard.js +1 -1
- package/dist/cjs/DeckContent.js +4 -4
- package/dist/cjs/DeckQueue.js +3 -3
- package/dist/cjs/EventsDeck.js +1 -1
- package/dist/cjs/ExternalResources.js +8 -8
- package/dist/cjs/Feature.js +2 -2
- package/dist/cjs/ForbesHero.js +1 -1
- package/dist/cjs/GridContent.js +5 -5
- package/dist/cjs/GridHero.js +2 -2
- package/dist/cjs/GroupDeck.js +1 -1
- package/dist/cjs/HamMagazine.js +6 -6
- package/dist/cjs/Hero.js +2 -2
- package/dist/cjs/HorizontalArticleListing.js +8 -8
- package/dist/cjs/HorizontalHero.js +3 -3
- package/dist/cjs/IssueContentDeck.js +1 -1
- package/dist/cjs/IssueDeck.js +1 -1
- package/dist/cjs/IssueLanding.js +10 -10
- package/dist/cjs/LeftNav.js +1 -1
- package/dist/cjs/MasterDeck.js +4 -4
- package/dist/cjs/MediaSeriesLanding.js +128 -24
- package/dist/cjs/NavMagazine.js +6 -6
- package/dist/cjs/NavNative.js +3 -3
- package/dist/cjs/OncliveHero.js +2 -2
- package/dist/cjs/OncliveLargeHero.js +2 -2
- package/dist/cjs/PartnerDetailListing.js +2643 -17
- package/dist/cjs/PdfDownload.js +2 -2
- package/dist/cjs/PubSection.js +5 -5
- package/dist/cjs/PublicationDeck.js +1 -1
- package/dist/cjs/PublicationLanding.js +4 -0
- package/dist/cjs/QueueDeckExpanded.js +5 -5
- package/dist/cjs/RecentNews.js +2 -2
- package/dist/cjs/RelatedContent.js +1 -1
- package/dist/cjs/Segment.js +0 -1
- package/dist/cjs/SeriesListingDeck.js +3 -3
- package/dist/cjs/{SeriesSlider-ce3261cb.js → SeriesSlider-ba0c5d1a.js} +1 -1
- package/dist/cjs/{SocialSearchComponent-5ec44406.js → SocialSearchComponent-4942ddfc.js} +3 -3
- package/dist/cjs/TaxonomyCard.js +2 -2
- package/dist/cjs/TaxonomyDescription.js +8 -8
- package/dist/cjs/TemplateNormal.js +6 -6
- package/dist/cjs/ThumbnailCard.js +2 -2
- package/dist/cjs/Ustream.js +4 -4
- package/dist/cjs/VerticalHero.js +1 -1
- package/dist/cjs/VideoProgramLandingPage.js +8 -8
- package/dist/cjs/VideoSeriesCard.js +1 -1
- package/dist/cjs/VideoSeriesLandingPage.js +4 -4
- package/dist/cjs/VideoSeriesListing.js +4 -4
- package/dist/cjs/View.js +23 -19
- package/dist/cjs/YahooHero.js +2 -2
- package/dist/cjs/YoutubeGroup.js +2 -2
- package/dist/cjs/defineProperty-e0fb52c5.js +73 -0
- package/dist/cjs/{entities-3f9d0f2f.js → entities-df1aed86.js} +4 -0
- package/dist/cjs/getRelatedArticle.js +2 -2
- package/dist/cjs/getSerializers.js +8 -8
- package/dist/{esm/iconBase-602d52fe.js → cjs/iconBase-be4097c0.js} +33 -8
- package/dist/cjs/{index-8041a4eb.js → index-50be6759.js} +15 -9
- package/dist/cjs/{index-6a2a3e03.js → index-602af93b.js} +30 -30
- package/dist/cjs/{index-efca863c.js → index-d48b231c.js} +5 -5
- package/dist/cjs/{index.esm-974f47d9.js → index.esm-00a6aade.js} +1 -1
- package/dist/cjs/{index.esm-8123cf40.js → index.esm-2bb721c8.js} +1 -1
- package/dist/cjs/{index.esm-44f3e2d0.js → index.esm-c1e16606.js} +1 -1
- package/dist/cjs/{index.esm-05850a2f.js → index.esm-f27f80d9.js} +1 -1
- package/dist/cjs/index.js +18 -17
- package/dist/cjs/{main-025fdc78.js → main-f1c77adb.js} +3 -3
- package/dist/cjs/typeof-1358762e.js +33 -0
- package/dist/cjs/urlFor.js +1 -1
- package/dist/cjs/{util-6f784d85.js → util-93a37fd0.js} +11 -0
- package/dist/esm/AD.js +7 -7
- package/dist/esm/AD300x250.js +13 -13
- package/dist/esm/AD300x250x600.js +13 -13
- package/dist/esm/AD728x90.js +14 -14
- package/dist/esm/ADFloatingFooter.js +16 -16
- package/dist/esm/ADFooter.js +9 -9
- package/dist/esm/ADGutter.js +16 -16
- package/dist/esm/{ADInfeed-6c6093ae.js → ADInfeed-19675d06.js} +6 -6
- package/dist/esm/ADSkyscraper.js +16 -16
- package/dist/esm/ADSponsoredResources.js +16 -16
- package/dist/esm/ADWebcast.js +16 -16
- package/dist/esm/ADWelcome.js +20 -20
- package/dist/esm/{ADlgInfeed-5d7386e8.js → ADlgInfeed-970ed008.js} +5 -5
- package/dist/esm/AccordionPanel.js +21 -21
- package/dist/esm/AdSlot.js +15 -15
- package/dist/esm/AdSlotsProvider.js +9 -9
- package/dist/esm/AlgoliaSearch.js +354 -288
- package/dist/esm/AlphabeticList.js +19 -19
- package/dist/esm/ArticleCarousel.js +11 -11
- package/dist/esm/ArticleProgramLandingPage.js +34 -34
- package/dist/esm/ArticleSeriesLandingPage.js +26 -26
- package/dist/esm/ArticleSeriesListing.js +41 -41
- package/dist/esm/Auth.js +81 -81
- package/dist/esm/AuthWrapper.js +1488 -312
- package/dist/esm/{AuthorComponent-46a745ba.js → AuthorComponent-11adff02.js} +11 -11
- package/dist/esm/Beam.js +7 -7
- package/dist/esm/{BlockContent-52cf21c5.js → BlockContent-1e73bd2c.js} +4 -4
- package/dist/esm/Breadcrumbs.js +14 -14
- package/dist/esm/CMEDeck.js +68 -68
- package/dist/esm/Column1.js +5 -5
- package/dist/esm/Column2.js +18 -18
- package/dist/esm/Column3.js +32 -32
- package/dist/esm/ConferenceArticleCard.js +17 -17
- package/dist/esm/{ConferenceBanner-9162d0ca.js → ConferenceBanner-8792ebd2.js} +4 -4
- package/dist/esm/DeckContent.js +64 -64
- package/dist/esm/DeckQueue.js +55 -55
- package/dist/esm/{Dfp-4ca12f2e.js → Dfp-102f0beb.js} +13 -13
- package/dist/esm/EventsDeck.js +74 -74
- package/dist/esm/ExternalResources.js +52 -52
- package/dist/esm/Feature.js +19 -19
- package/dist/esm/ForbesHero.js +30 -30
- package/dist/esm/GridContent.js +139 -139
- package/dist/esm/GridHero.js +32 -32
- package/dist/esm/GroupDeck.js +40 -40
- package/dist/esm/HamMagazine.js +91 -91
- package/dist/esm/Header.js +8 -8
- package/dist/esm/Hero.js +11 -11
- package/dist/esm/HighlightenVideo.js +14 -14
- package/dist/esm/HorizontalArticleListing.js +48 -48
- package/dist/esm/HorizontalHero.js +24 -24
- package/dist/esm/IssueContentDeck.js +43 -43
- package/dist/esm/IssueDeck.js +40 -40
- package/dist/esm/IssueLanding.js +39 -39
- package/dist/esm/LeftNav.js +23 -23
- package/dist/esm/MasterDeck.js +52 -52
- package/dist/esm/MediaSeriesLanding.js +459 -355
- package/dist/esm/NavDvm.js +48 -48
- package/dist/esm/{NavFooter-c29526b7.js → NavFooter-e27bd93b.js} +12 -12
- package/dist/esm/NavMagazine.js +94 -94
- package/dist/esm/NavNative.js +82 -82
- package/dist/esm/OncliveHero.js +17 -17
- package/dist/esm/OncliveLargeHero.js +55 -55
- package/dist/esm/PageFilter.js +9 -9
- package/dist/esm/PartnerDetailListing.js +2713 -88
- package/dist/esm/PdfDownload.js +7 -7
- package/dist/esm/PopUpModal.js +11 -11
- package/dist/esm/PubSection.js +24 -24
- package/dist/esm/PubToc.js +10 -10
- package/dist/esm/PublicationDeck.js +37 -37
- package/dist/esm/PublicationLanding.js +61 -57
- package/dist/esm/QueueDeckExpanded.js +256 -256
- package/dist/esm/RecentNews.js +18 -18
- package/dist/esm/RelatedContent.js +19 -19
- package/dist/esm/RelatedTopicsDropdown.js +11 -11
- package/dist/esm/RolesDeck.js +13 -13
- package/dist/esm/Search.js +8 -8
- package/dist/esm/Segment.js +4 -5
- package/dist/esm/SeriesListingDeck.js +26 -26
- package/dist/esm/{SeriesSlider-485f514e.js → SeriesSlider-45adb8dc.js} +20 -20
- package/dist/esm/SideFooter.js +25 -25
- package/dist/esm/SocialIcons.js +7 -7
- package/dist/esm/{SocialSearchComponent-a5b11613.js → SocialSearchComponent-8e0fcf66.js} +23 -23
- package/dist/esm/SocialShare.js +25 -25
- package/dist/esm/TaxonomyCard.js +40 -40
- package/dist/esm/TaxonomyDescription.js +30 -30
- package/dist/esm/TemplateNormal.js +38 -38
- package/dist/esm/ThumbnailCard.js +14 -14
- package/dist/esm/Ustream.js +24 -24
- package/dist/esm/VerticalHero.js +15 -15
- package/dist/esm/VideoProgramLandingPage.js +41 -41
- package/dist/esm/VideoSeriesCard.js +20 -20
- package/dist/esm/VideoSeriesFilter.js +11 -11
- package/dist/esm/VideoSeriesLandingPage.js +26 -26
- package/dist/esm/VideoSeriesListing.js +57 -57
- package/dist/esm/View.js +203 -199
- package/dist/esm/YahooHero.js +28 -28
- package/dist/esm/YoutubeGroup.js +38 -38
- package/dist/esm/{_is-array-893ab020.js → _is-array-8d21b9e3.js} +1 -1
- package/dist/esm/{_iter-detect-f089461c.js → _iter-detect-98db3b07.js} +1 -1
- package/dist/esm/{_object-sap-169d6272.js → _object-sap-7cee6f84.js} +1 -1
- package/dist/esm/{_object-to-array-50a6b9a3.js → _object-to-array-2300e51b.js} +1 -1
- package/dist/esm/{asyncToGenerator-b4dfe691.js → asyncToGenerator-5ef104a7.js} +3 -3
- package/dist/esm/{brightcove-react-player-loader.es-b43c695a.js → brightcove-react-player-loader.es-57a70a56.js} +3 -3
- package/dist/esm/{core.get-iterator-method-e903ff31.js → core.get-iterator-method-ea258bb1.js} +1 -1
- package/dist/esm/{define-property-99e66838.js → define-property-5f1bda73.js} +1 -1
- package/dist/esm/defineProperty-23a8f8cd.js +68 -0
- package/dist/esm/{defineProperty-8fa0bc8d.js → defineProperty-8c30428f.js} +1 -1
- package/dist/esm/{entities-932b50cf.js → entities-6d9154b4.js} +4 -0
- package/dist/esm/{extends-dc6a71fd.js → extends-6d8e3924.js} +1 -1
- package/dist/esm/faundadb.js +4 -4
- package/dist/esm/getRelatedArticle.js +7 -7
- package/dist/esm/getRootDocGroup.js +4 -4
- package/dist/esm/getSerializers.js +25 -25
- package/dist/esm/{getTargeting-ff2c9409.js → getTargeting-4061f839.js} +2 -2
- package/dist/esm/getTargeting.js +5 -5
- package/dist/{cjs/iconBase-68959171.js → esm/iconBase-ccc56b97.js} +2 -5
- package/dist/esm/{index-0dbff1d1.js → index-3f5c03b2.js} +5 -5
- package/dist/esm/{index-5bbd1562.js → index-51694988.js} +453 -453
- package/dist/esm/{index-35bdcc81.js → index-755f2cc2.js} +4 -4
- package/dist/esm/{index-67e1773f.js → index-98ca9cec.js} +15 -9
- package/dist/esm/{index-2446af28.js → index-f0fc23eb.js} +3 -3
- package/dist/esm/{index.es-c6222053.js → index.es-a6137319.js} +5 -5
- package/dist/esm/{index.esm-8016b507.js → index.esm-37268dca.js} +16 -16
- package/dist/esm/{index.esm-c6715e80.js → index.esm-9b042655.js} +1 -1
- package/dist/esm/{index.esm-a8ff922c.js → index.esm-d4932dea.js} +1 -1
- package/dist/esm/{index.esm-3fdda599.js → index.esm-f6156a57.js} +1 -1
- package/dist/esm/index.js +60 -59
- package/dist/esm/{inherits-8a801a18.js → inherits-a6ba2ec4.js} +4 -4
- package/dist/esm/{keys-425c8ab0.js → keys-31dcdb31.js} +2 -2
- package/dist/esm/{main-b5c5aac1.js → main-1894c974.js} +20 -20
- package/dist/esm/{react-social-icons-91f9716f.js → react-social-icons-9be47857.js} +5 -5
- package/dist/esm/{slicedToArray-ca2c8b8d.js → slicedToArray-6ebcbfea.js} +2 -2
- package/dist/esm/{stringify-c21932b3.js → stringify-2b084bee.js} +1 -1
- package/dist/esm/{toConsumableArray-7b1c0e23.js → toConsumableArray-f7074d7c.js} +2 -2
- package/dist/esm/typeof-2f07d0e8.js +30 -0
- package/dist/esm/{typeof-83d9eb10.js → typeof-e9fc0c5d.js} +3 -3
- package/dist/esm/urlFor.js +4 -4
- package/dist/esm/{ustream-api-41166338.js → ustream-api-d3714624.js} +4 -4
- package/dist/esm/{util-3ab476bf.js → util-8ed16d48.js} +11 -0
- package/dist/esm/{visibility-sensor-f40c2564.js → visibility-sensor-72fd8f8b.js} +2 -2
- package/dist/esm/{web.dom.iterable-fdf034f5.js → web.dom.iterable-ab4dea5c.js} +1 -1
- package/package.json +1 -1
- /package/dist/cjs/{ADInfeed-b9e5ff3f.js → ADInfeed-b6b7b0ec.js} +0 -0
- /package/dist/cjs/{ADlgInfeed-3cdefebd.js → ADlgInfeed-8e290400.js} +0 -0
|
@@ -1,65 +1,65 @@
|
|
|
1
|
-
import { a as _asyncToGenerator, r as regenerator } from './asyncToGenerator-
|
|
2
|
-
import { _ as _extends } from './extends-
|
|
3
|
-
import
|
|
4
|
-
import { B as BlockContent } from './BlockContent-
|
|
1
|
+
import { a as _asyncToGenerator, r as regenerator } from './asyncToGenerator-5ef104a7.js';
|
|
2
|
+
import { _ as _extends } from './extends-6d8e3924.js';
|
|
3
|
+
import React__default from 'react';
|
|
4
|
+
import { B as BlockContent } from './BlockContent-1e73bd2c.js';
|
|
5
5
|
import Col from 'react-bootstrap/Col';
|
|
6
6
|
import Form from 'react-bootstrap/Form';
|
|
7
7
|
import Button from 'react-bootstrap/Button';
|
|
8
|
-
import { g as getSerializers } from './index-
|
|
8
|
+
import { g as getSerializers } from './index-51694988.js';
|
|
9
9
|
import VideoSeriesListing from './VideoSeriesListing.js';
|
|
10
10
|
import './_commonjsHelpers-0c4b6f40.js';
|
|
11
|
-
import './core.get-iterator-method-
|
|
12
|
-
import './web.dom.iterable-
|
|
11
|
+
import './core.get-iterator-method-ea258bb1.js';
|
|
12
|
+
import './web.dom.iterable-ab4dea5c.js';
|
|
13
13
|
import './_library-528f1934.js';
|
|
14
|
-
import './_iter-detect-
|
|
14
|
+
import './_iter-detect-98db3b07.js';
|
|
15
15
|
import './_object-pie-133f504a.js';
|
|
16
16
|
import 'prop-types';
|
|
17
|
-
import './index-
|
|
18
|
-
import './slicedToArray-
|
|
17
|
+
import './index-3f5c03b2.js';
|
|
18
|
+
import './slicedToArray-6ebcbfea.js';
|
|
19
19
|
import 'react-bootstrap';
|
|
20
20
|
import './urlFor.js';
|
|
21
|
-
import './index-
|
|
21
|
+
import './index-f0fc23eb.js';
|
|
22
22
|
import './events-6c3a7a63.js';
|
|
23
23
|
import 'next/router';
|
|
24
24
|
import './index-c7e2ac95.js';
|
|
25
|
-
import './util-
|
|
25
|
+
import './util-8ed16d48.js';
|
|
26
26
|
import './Beam.js';
|
|
27
|
-
import './stringify-
|
|
27
|
+
import './stringify-2b084bee.js';
|
|
28
28
|
import './Segment.js';
|
|
29
|
-
import './main-
|
|
30
|
-
import './index-
|
|
29
|
+
import './main-1894c974.js';
|
|
30
|
+
import './index-755f2cc2.js';
|
|
31
31
|
import 'react-dom';
|
|
32
|
-
import './typeof-
|
|
33
|
-
import './_is-array-
|
|
34
|
-
import './brightcove-react-player-loader.es-
|
|
32
|
+
import './typeof-e9fc0c5d.js';
|
|
33
|
+
import './_is-array-8d21b9e3.js';
|
|
34
|
+
import './brightcove-react-player-loader.es-57a70a56.js';
|
|
35
35
|
import './GroupDeck.js';
|
|
36
36
|
import './smoothscroll-fa4e3f8c.js';
|
|
37
37
|
import './moment-bc12cb97.js';
|
|
38
38
|
import './SocialShare.js';
|
|
39
39
|
import 'next/head';
|
|
40
40
|
import 'react-share';
|
|
41
|
-
import './_object-to-array-
|
|
42
|
-
import './toConsumableArray-
|
|
41
|
+
import './_object-to-array-2300e51b.js';
|
|
42
|
+
import './toConsumableArray-f7074d7c.js';
|
|
43
43
|
import 'react-bootstrap/Pagination';
|
|
44
|
-
import './entities-
|
|
44
|
+
import './entities-6d9154b4.js';
|
|
45
45
|
import './AdSlot.js';
|
|
46
46
|
import './debounce-533d9748.js';
|
|
47
47
|
import './isSymbol-a7e9aafe.js';
|
|
48
48
|
import './toNumber-5aeba6e7.js';
|
|
49
49
|
import 'react-bootstrap/Row';
|
|
50
|
-
import './inherits-
|
|
51
|
-
import './_object-sap-
|
|
52
|
-
import './define-property-
|
|
53
|
-
import './index.esm-
|
|
54
|
-
import './iconBase-
|
|
50
|
+
import './inherits-a6ba2ec4.js';
|
|
51
|
+
import './_object-sap-7cee6f84.js';
|
|
52
|
+
import './define-property-5f1bda73.js';
|
|
53
|
+
import './index.esm-f6156a57.js';
|
|
54
|
+
import './iconBase-ccc56b97.js';
|
|
55
55
|
import 'react-bootstrap/Figure';
|
|
56
56
|
import 'react-bootstrap/OverlayTrigger';
|
|
57
57
|
import 'react-bootstrap/Tooltip';
|
|
58
58
|
import 'react-bootstrap/Popover';
|
|
59
59
|
import 'react-bootstrap/Container';
|
|
60
|
-
import './visibility-sensor-
|
|
60
|
+
import './visibility-sensor-72fd8f8b.js';
|
|
61
61
|
import './YoutubeGroup.js';
|
|
62
|
-
import './index.es-
|
|
62
|
+
import './index.es-a6137319.js';
|
|
63
63
|
|
|
64
64
|
var _this = undefined;
|
|
65
65
|
|
|
@@ -86,29 +86,29 @@ var VideoProgramLandingPage = function VideoProgramLandingPage(props) {
|
|
|
86
86
|
defaultImage = props.defaultImage,
|
|
87
87
|
mapping = props.mapping;
|
|
88
88
|
|
|
89
|
-
return
|
|
89
|
+
return React__default.createElement(
|
|
90
90
|
'div',
|
|
91
91
|
null,
|
|
92
|
-
virtualBlock &&
|
|
93
|
-
|
|
92
|
+
virtualBlock && React__default.createElement(BlockContent, _extends({ serializers: getSerializers(client), blocks: virtualBlock.body, imageOptions: { w: 320, h: 240, fit: 'max' } }, client.config())),
|
|
93
|
+
React__default.createElement(
|
|
94
94
|
'div',
|
|
95
95
|
{ className: 'peer-exchange-filter-container' },
|
|
96
|
-
|
|
96
|
+
React__default.createElement(
|
|
97
97
|
Form,
|
|
98
98
|
{ className: 'ml-3', method: 'post' },
|
|
99
|
-
|
|
99
|
+
React__default.createElement(
|
|
100
100
|
Form.Row,
|
|
101
101
|
null,
|
|
102
|
-
|
|
102
|
+
React__default.createElement(
|
|
103
103
|
Col,
|
|
104
104
|
null,
|
|
105
|
-
|
|
105
|
+
React__default.createElement(
|
|
106
106
|
Form.Group,
|
|
107
107
|
{ controlId: 'topic' },
|
|
108
|
-
|
|
108
|
+
React__default.createElement(
|
|
109
109
|
Form.Control,
|
|
110
110
|
{ as: 'select', name: 'topic_id', placeholder: 'Filter by Topic' },
|
|
111
|
-
|
|
111
|
+
React__default.createElement(
|
|
112
112
|
'option',
|
|
113
113
|
{ value: '' },
|
|
114
114
|
'All Topics'
|
|
@@ -117,7 +117,7 @@ var VideoProgramLandingPage = function VideoProgramLandingPage(props) {
|
|
|
117
117
|
if (props.topic_id === topic._id || topic.name == 'Peer Exchange') {
|
|
118
118
|
return null;
|
|
119
119
|
} else {
|
|
120
|
-
return
|
|
120
|
+
return React__default.createElement(
|
|
121
121
|
'option',
|
|
122
122
|
{ value: topic._id },
|
|
123
123
|
topic.name
|
|
@@ -127,10 +127,10 @@ var VideoProgramLandingPage = function VideoProgramLandingPage(props) {
|
|
|
127
127
|
)
|
|
128
128
|
)
|
|
129
129
|
),
|
|
130
|
-
|
|
130
|
+
React__default.createElement(
|
|
131
131
|
Col,
|
|
132
132
|
null,
|
|
133
|
-
|
|
133
|
+
React__default.createElement(
|
|
134
134
|
Button,
|
|
135
135
|
{ type: 'submit', variant: 'secondary' },
|
|
136
136
|
'Apply'
|
|
@@ -139,7 +139,7 @@ var VideoProgramLandingPage = function VideoProgramLandingPage(props) {
|
|
|
139
139
|
)
|
|
140
140
|
)
|
|
141
141
|
),
|
|
142
|
-
posts &&
|
|
142
|
+
posts && React__default.createElement(VideoSeriesListing, {
|
|
143
143
|
client: client,
|
|
144
144
|
mapping: mapping,
|
|
145
145
|
dataRecord: posts,
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
import { _ as _typeof } from './typeof-
|
|
2
|
-
import
|
|
3
|
-
import { L as LazyLoad } from './index-
|
|
1
|
+
import { _ as _typeof } from './typeof-e9fc0c5d.js';
|
|
2
|
+
import React__default from 'react';
|
|
3
|
+
import { L as LazyLoad } from './index-755f2cc2.js';
|
|
4
4
|
import urlFor from './urlFor.js';
|
|
5
5
|
import { m as moment } from './moment-bc12cb97.js';
|
|
6
6
|
import { s as styleInject } from './style-inject.es-1f59c1d0.js';
|
|
7
7
|
import 'prop-types';
|
|
8
8
|
import './_commonjsHelpers-0c4b6f40.js';
|
|
9
|
-
import './core.get-iterator-method-
|
|
10
|
-
import './web.dom.iterable-
|
|
11
|
-
import './_is-array-
|
|
9
|
+
import './core.get-iterator-method-ea258bb1.js';
|
|
10
|
+
import './web.dom.iterable-ab4dea5c.js';
|
|
11
|
+
import './_is-array-8d21b9e3.js';
|
|
12
12
|
import './_object-pie-133f504a.js';
|
|
13
13
|
import './_library-528f1934.js';
|
|
14
14
|
import 'react-dom';
|
|
15
|
-
import './slicedToArray-
|
|
16
|
-
import './index-
|
|
15
|
+
import './slicedToArray-6ebcbfea.js';
|
|
16
|
+
import './index-3f5c03b2.js';
|
|
17
17
|
|
|
18
18
|
var css = ".VideoSeriesCard-module_article__Hlc3e {\n width: 100%;\n margin: 0 0 1rem 0;\n}\n.VideoSeriesCard-module_article__Hlc3e a {\n display: flex;\n width: 100%;\n color: #000000;\n}\n.VideoSeriesCard-module_thumb__3hGyJ {\n width: 25%;\n}\n.VideoSeriesCard-module_thumb__3hGyJ img {\n width: 100%;\n height: auto;\n}\n.VideoSeriesCard-module_info__2_i1N {\n width: 75%;\n font-size: 1rem;\n}\n.VideoSeriesCard-module_info__2_i1N h2 {\n font-weight: bold;\n font-size: 1.25rem;\n margin: 0;\n}\n.VideoSeriesCard-module_published__1fI0q {\n color: #6d6d6d;\n margin: 0;\n}\n.VideoSeriesCard-module_summary__3hWJT {\n margin: 0.5rem 0 0 0;\n}\n.VideoSeriesCard-module_author__aU35o {\n margin: 0;\n}\n.VideoSeriesCard-module_author__aU35o span {\n color: #6d6d6d;\n}\n@media only screen and (max-width: 568px) {\n .VideoSeriesCard-module_article__Hlc3e {\n margin: 1rem 0;\n box-shadow: 2px 4px 8px rgba(0,0,0,.2);\n }\n .VideoSeriesCard-module_article__Hlc3e a {\n flex-direction: column;\n align-items: center;\n }\n .VideoSeriesCard-module_thumb__3hGyJ {\n overflow: hidden;\n width: 100%;\n margin-bottom: 1rem;\n }\n .VideoSeriesCard-module_thumb__3hGyJ img{\n border-radius: 10px 10px 0 0; \n }\n .VideoSeriesCard-module_thumb__3hGyJ figure {\n margin: 0;\n }\n .VideoSeriesCard-module_info__2_i1N {\n width: 90%;\n padding: 1rem !important;\n }\n .VideoSeriesCard-module_info__2_i1N h2 {\n font-size: 1rem;\n }\n}\n";
|
|
19
19
|
var styles = { "article": "VideoSeriesCard-module_article__Hlc3e", "thumb": "VideoSeriesCard-module_thumb__3hGyJ", "info": "VideoSeriesCard-module_info__2_i1N", "published": "VideoSeriesCard-module_published__1fI0q", "summary": "VideoSeriesCard-module_summary__3hWJT", "author": "VideoSeriesCard-module_author__aU35o" };
|
|
@@ -28,52 +28,52 @@ var VideoSeriesCard = function VideoSeriesCard(props) {
|
|
|
28
28
|
|
|
29
29
|
var episode = parseInt(index) + 1;
|
|
30
30
|
|
|
31
|
-
return
|
|
31
|
+
return React__default.createElement(
|
|
32
32
|
'div',
|
|
33
33
|
{ className: styles.article },
|
|
34
|
-
|
|
34
|
+
React__default.createElement(
|
|
35
35
|
'a',
|
|
36
36
|
{ href: '/view/' + data.url.current, style: variant === 'right' ? { flexDirection: 'row-reverse' } : {} },
|
|
37
|
-
|
|
37
|
+
React__default.createElement(
|
|
38
38
|
'div',
|
|
39
39
|
{ className: styles.thumb },
|
|
40
|
-
|
|
40
|
+
React__default.createElement(
|
|
41
41
|
'figure',
|
|
42
42
|
null,
|
|
43
|
-
|
|
43
|
+
React__default.createElement(
|
|
44
44
|
LazyLoad,
|
|
45
45
|
null,
|
|
46
|
-
|
|
46
|
+
React__default.createElement('img', {
|
|
47
47
|
src: data.thumbnail && data.thumbnail.asset ? urlFor({ client: client, source: data.thumbnail }) : data.thumbnail && _typeof(data.thumbnail == 'string') ? data.thumbnail : defaultImage
|
|
48
48
|
})
|
|
49
49
|
)
|
|
50
50
|
)
|
|
51
51
|
),
|
|
52
|
-
|
|
52
|
+
React__default.createElement(
|
|
53
53
|
'div',
|
|
54
54
|
{ className: styles.info, style: variant === 'right' ? { padding: '0 1rem 0 0' } : { padding: ' 0 0 0 1rem' } },
|
|
55
|
-
|
|
55
|
+
React__default.createElement(
|
|
56
56
|
'div',
|
|
57
57
|
{ style: { fontSize: '1.3rem', fontWeight: 'bold' } },
|
|
58
58
|
episode && 'EP ' + episode + ': ',
|
|
59
59
|
data.title
|
|
60
60
|
),
|
|
61
|
-
data.published &&
|
|
61
|
+
data.published && React__default.createElement(
|
|
62
62
|
'p',
|
|
63
63
|
{ className: styles.published },
|
|
64
64
|
moment(data.published).format('MMMM Do YYYY')
|
|
65
65
|
),
|
|
66
|
-
data.authorMapping && data.authorMapping.displayName &&
|
|
66
|
+
data.authorMapping && data.authorMapping.displayName && React__default.createElement(
|
|
67
67
|
'p',
|
|
68
68
|
{ className: styles.author },
|
|
69
69
|
'By ',
|
|
70
|
-
|
|
70
|
+
React__default.createElement(
|
|
71
71
|
'span',
|
|
72
72
|
null,
|
|
73
73
|
data.authorMapping.displayName
|
|
74
74
|
)
|
|
75
75
|
),
|
|
76
|
-
data.intro &&
|
|
76
|
+
data.intro && React__default.createElement('p', { dangerouslySetInnerHTML: { __html: data.intro }, className: styles.summary })
|
|
77
77
|
)
|
|
78
78
|
)
|
|
79
79
|
);
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { a as _asyncToGenerator, r as regenerator } from './asyncToGenerator-
|
|
2
|
-
import { _ as _slicedToArray } from './slicedToArray-
|
|
3
|
-
import
|
|
1
|
+
import { a as _asyncToGenerator, r as regenerator } from './asyncToGenerator-5ef104a7.js';
|
|
2
|
+
import { _ as _slicedToArray } from './slicedToArray-6ebcbfea.js';
|
|
3
|
+
import React__default, { useState, useEffect } from 'react';
|
|
4
4
|
import { withRouter } from 'next/router';
|
|
5
5
|
import { DropdownButton, Dropdown } from 'react-bootstrap';
|
|
6
6
|
import './_commonjsHelpers-0c4b6f40.js';
|
|
7
|
-
import './core.get-iterator-method-
|
|
8
|
-
import './web.dom.iterable-
|
|
7
|
+
import './core.get-iterator-method-ea258bb1.js';
|
|
8
|
+
import './web.dom.iterable-ab4dea5c.js';
|
|
9
9
|
import './_library-528f1934.js';
|
|
10
|
-
import './_iter-detect-
|
|
10
|
+
import './_iter-detect-98db3b07.js';
|
|
11
11
|
|
|
12
12
|
var _this = undefined;
|
|
13
13
|
|
|
@@ -90,13 +90,13 @@ var VideoSeriesFilter = function VideoSeriesFilter(props) {
|
|
|
90
90
|
});
|
|
91
91
|
}
|
|
92
92
|
}, [filter]);
|
|
93
|
-
return
|
|
94
|
-
|
|
93
|
+
return React__default.createElement(
|
|
94
|
+
React__default.Fragment,
|
|
95
95
|
null,
|
|
96
|
-
|
|
96
|
+
React__default.createElement(
|
|
97
97
|
DropdownButton,
|
|
98
98
|
{ className: 'filter_dropdown', variant: 'primary', title: filter.name },
|
|
99
|
-
|
|
99
|
+
React__default.createElement(
|
|
100
100
|
Dropdown.Item,
|
|
101
101
|
{ key: 'all', onClick: function onClick() {
|
|
102
102
|
return setFilter({ name: 'All Topics', id: '' });
|
|
@@ -105,7 +105,7 @@ var VideoSeriesFilter = function VideoSeriesFilter(props) {
|
|
|
105
105
|
),
|
|
106
106
|
filterData && filterData.map(function (filterItem) {
|
|
107
107
|
if (filterItem.identifier !== exclude) {
|
|
108
|
-
return
|
|
108
|
+
return React__default.createElement(
|
|
109
109
|
Dropdown.Item,
|
|
110
110
|
{ key: filterItem._id, onClick: function onClick() {
|
|
111
111
|
return setFilter({ name: filterItem.name, id: filterItem._id });
|
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
import { a as _asyncToGenerator, r as regenerator } from './asyncToGenerator-
|
|
2
|
-
import { _ as _typeof } from './typeof-
|
|
3
|
-
import
|
|
1
|
+
import { a as _asyncToGenerator, r as regenerator } from './asyncToGenerator-5ef104a7.js';
|
|
2
|
+
import { _ as _typeof } from './typeof-e9fc0c5d.js';
|
|
3
|
+
import React__default from 'react';
|
|
4
4
|
import { m as moment } from './moment-bc12cb97.js';
|
|
5
5
|
import { g as getYoutubeId } from './index-c7e2ac95.js';
|
|
6
6
|
import Breadcrumbs from './Breadcrumbs.js';
|
|
7
7
|
import MasterDeck from './MasterDeck.js';
|
|
8
8
|
import VideoSeriesCard from './VideoSeriesCard.js';
|
|
9
9
|
import './_commonjsHelpers-0c4b6f40.js';
|
|
10
|
-
import './core.get-iterator-method-
|
|
11
|
-
import './web.dom.iterable-
|
|
10
|
+
import './core.get-iterator-method-ea258bb1.js';
|
|
11
|
+
import './web.dom.iterable-ab4dea5c.js';
|
|
12
12
|
import './_library-528f1934.js';
|
|
13
|
-
import './_iter-detect-
|
|
14
|
-
import './_is-array-
|
|
13
|
+
import './_iter-detect-98db3b07.js';
|
|
14
|
+
import './_is-array-8d21b9e3.js';
|
|
15
15
|
import './_object-pie-133f504a.js';
|
|
16
|
-
import './slicedToArray-
|
|
16
|
+
import './slicedToArray-6ebcbfea.js';
|
|
17
17
|
import 'react-bootstrap/Breadcrumb';
|
|
18
|
-
import './toConsumableArray-
|
|
19
|
-
import './extends-
|
|
20
|
-
import './inherits-
|
|
21
|
-
import './_object-sap-
|
|
22
|
-
import './define-property-
|
|
23
|
-
import './index-
|
|
18
|
+
import './toConsumableArray-f7074d7c.js';
|
|
19
|
+
import './extends-6d8e3924.js';
|
|
20
|
+
import './inherits-a6ba2ec4.js';
|
|
21
|
+
import './_object-sap-7cee6f84.js';
|
|
22
|
+
import './define-property-5f1bda73.js';
|
|
23
|
+
import './index-f0fc23eb.js';
|
|
24
24
|
import './events-6c3a7a63.js';
|
|
25
25
|
import 'prop-types';
|
|
26
26
|
import 'react-bootstrap/Container';
|
|
@@ -32,18 +32,18 @@ import './lodash-f97fd99a.js';
|
|
|
32
32
|
import './debounce-533d9748.js';
|
|
33
33
|
import './isSymbol-a7e9aafe.js';
|
|
34
34
|
import './toNumber-5aeba6e7.js';
|
|
35
|
-
import './index.es-
|
|
36
|
-
import './visibility-sensor-
|
|
35
|
+
import './index.es-a6137319.js';
|
|
36
|
+
import './visibility-sensor-72fd8f8b.js';
|
|
37
37
|
import 'react-dom';
|
|
38
|
-
import './index-
|
|
39
|
-
import './ADlgInfeed-
|
|
38
|
+
import './index-3f5c03b2.js';
|
|
39
|
+
import './ADlgInfeed-970ed008.js';
|
|
40
40
|
import './AdSlot.js';
|
|
41
41
|
import './Beam.js';
|
|
42
|
-
import './stringify-
|
|
42
|
+
import './stringify-2b084bee.js';
|
|
43
43
|
import './Segment.js';
|
|
44
|
-
import './main-
|
|
45
|
-
import './ADInfeed-
|
|
46
|
-
import './index-
|
|
44
|
+
import './main-1894c974.js';
|
|
45
|
+
import './ADInfeed-19675d06.js';
|
|
46
|
+
import './index-755f2cc2.js';
|
|
47
47
|
import './urlFor.js';
|
|
48
48
|
import './style-inject.es-1f59c1d0.js';
|
|
49
49
|
|
|
@@ -72,16 +72,16 @@ var VideoSeriesLandingPage = function VideoSeriesLandingPage(props) {
|
|
|
72
72
|
_props$lgInfeedAd = props.lgInfeedAd,
|
|
73
73
|
lgInfeedAd = _props$lgInfeedAd === undefined ? false : _props$lgInfeedAd;
|
|
74
74
|
|
|
75
|
-
return
|
|
75
|
+
return React__default.createElement(
|
|
76
76
|
'div',
|
|
77
77
|
null,
|
|
78
|
-
summary &&
|
|
78
|
+
summary && React__default.createElement(
|
|
79
79
|
'div',
|
|
80
80
|
{ style: { fontSize: '1rem' }, className: 'series-summary px-1 my-4' },
|
|
81
81
|
summary
|
|
82
82
|
),
|
|
83
|
-
|
|
84
|
-
posts &&
|
|
83
|
+
React__default.createElement(Breadcrumbs, null),
|
|
84
|
+
posts && React__default.createElement(MasterDeck, {
|
|
85
85
|
deck: VideoSeriesCard,
|
|
86
86
|
variant: variant,
|
|
87
87
|
client: client,
|