@mjhls/mjh-framework 1.0.926 → 1.0.927
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/cjs/AD.js +9 -10
- package/dist/cjs/AD300x250.js +26 -28
- package/dist/cjs/AD300x250x600.js +26 -28
- package/dist/cjs/AD728x90.js +29 -31
- package/dist/cjs/ADFloatingFooter.js +29 -31
- package/dist/cjs/ADFooter.js +12 -13
- package/dist/cjs/ADGutter.js +29 -31
- package/dist/cjs/{ADInfeed-44d43b8a.js → ADInfeed-a3fa4967.js} +13 -15
- package/dist/cjs/ADSkyscraper.js +29 -31
- package/dist/cjs/ADSponsoredResources.js +29 -31
- package/dist/cjs/ADWebcast.js +29 -31
- package/dist/cjs/ADWelcome.js +30 -32
- package/dist/cjs/{ADlgInfeed-24d739f6.js → ADlgInfeed-79ce7a02.js} +10 -11
- package/dist/cjs/AccordionPanel.js +27 -29
- package/dist/cjs/AdSlot.js +30 -32
- package/dist/cjs/AdSlotsProvider.js +15 -18
- package/dist/cjs/AlgoliaSearch.js +67 -14215
- package/dist/cjs/AlphabeticList.js +23 -24
- package/dist/cjs/ArticleCarousel.js +19 -20
- package/dist/cjs/ArticleProgramLandingPage.js +57 -59
- package/dist/cjs/ArticleSeriesLandingPage.js +38 -40
- package/dist/cjs/ArticleSeriesListing.js +59 -61
- package/dist/cjs/Auth.js +283 -287
- package/dist/cjs/AuthWrapper.js +148 -59
- package/dist/cjs/{AuthorComponent-39b37d84.js → AuthorComponent-421d5ec1.js} +13 -14
- package/dist/cjs/Beam.js +6 -6
- package/dist/cjs/{BlockContent-9ebd251f.js → BlockContent-bac780ac.js} +55 -56
- package/dist/cjs/Breadcrumbs.js +25 -27
- package/dist/cjs/CMEDeck.js +81 -82
- package/dist/cjs/Column1.js +11 -14
- package/dist/cjs/Column2.js +31 -34
- package/dist/cjs/Column3.js +55 -59
- package/dist/cjs/ConferenceArticleCard.js +25 -26
- package/dist/cjs/ConferenceBanner-4a16fddc.js +23 -0
- package/dist/cjs/ContentCardPaginated.js +87 -93
- package/dist/cjs/DeckContent.js +92 -97
- package/dist/cjs/DeckQueue.js +86 -91
- package/dist/cjs/DeckQueuePaginated.js +81 -87
- package/dist/cjs/{Dfp-9be904d5.js → Dfp-52a869e5.js} +32 -34
- package/dist/cjs/EventsDeck.js +133 -140
- package/dist/cjs/ExternalResources.js +78 -80
- package/dist/cjs/Feature.js +26 -28
- package/dist/cjs/ForbesHero.js +40 -41
- package/dist/cjs/GridContent.js +182 -187
- package/dist/cjs/GridContentPaginated.js +172 -178
- package/dist/cjs/GridHero.js +42 -43
- package/dist/cjs/GroupDeck.js +57 -58
- package/dist/cjs/HamMagazine.js +128 -133
- package/dist/cjs/Header.js +12 -14
- package/dist/cjs/Hero.js +15 -16
- package/dist/cjs/HighlightenVideo.js +17 -18
- package/dist/cjs/HorizontalArticleListing.js +71 -73
- package/dist/cjs/HorizontalHero.js +28 -29
- package/dist/cjs/{ImageSlider-6c00b878.js → ImageSlider-5d7082b9.js} +283 -182
- package/dist/cjs/IssueContentDeck.js +71 -76
- package/dist/cjs/IssueDeck.js +70 -75
- package/dist/cjs/IssueLanding.js +65 -67
- package/dist/cjs/LeftNav.js +36 -39
- package/dist/cjs/MasterDeck.js +69 -71
- package/dist/cjs/MasterDeckPaginated.js +60 -63
- package/dist/cjs/{MediaSeriesCard-ca36cda9.js → MediaSeriesCard-b1ba6145.js} +996 -902
- package/dist/cjs/MediaSeriesLanding.js +79 -83
- package/dist/cjs/MediaSeriesLandingPaginated.js +94 -98
- package/dist/cjs/NavDvm.js +72 -77
- package/dist/cjs/{NavFooter-3dcd99a8.js → NavFooter-76c913e3.js} +14 -15
- package/dist/cjs/NavMagazine.js +134 -139
- package/dist/cjs/NavNative.js +126 -134
- package/dist/cjs/OncliveHero.js +21 -22
- package/dist/cjs/OncliveLargeHero.js +70 -71
- package/dist/cjs/PageFilter.js +12 -13
- package/dist/cjs/{Pagination-885dcfbd.js → Pagination-df492888.js} +18 -21
- package/dist/cjs/PartnerDetailListing.js +95 -98
- package/dist/cjs/PartnerDetailListingPaginated.js +95 -98
- package/dist/cjs/PdfDownload.js +9 -10
- package/dist/cjs/PopUpModal.js +17 -19
- package/dist/cjs/PubSection.js +40 -42
- package/dist/cjs/PubToc.js +13 -14
- package/dist/cjs/PublicationDeck.js +65 -70
- package/dist/cjs/{PublicationFeature-5ccf9b13.js → PublicationFeature-a54b1d9d.js} +36 -40
- package/dist/cjs/PublicationLanding.js +107 -115
- package/dist/cjs/QueueDeckExpanded.js +308 -309
- package/dist/cjs/QueueDeckExpandedPaginated.js +270 -271
- package/dist/cjs/RecentNews.js +22 -23
- package/dist/cjs/RelatedContent.js +29 -30
- package/dist/cjs/RelatedTopicsDropdown.js +19 -22
- package/dist/cjs/RolesDeck.js +27 -32
- package/dist/cjs/Schema.js +14 -15
- package/dist/cjs/Search.js +16 -20
- package/dist/cjs/Segment.js +4 -4
- package/dist/cjs/SeriesListingDeck.js +34 -35
- package/dist/cjs/{SeriesSlider-ba0c5d1a.js → SeriesSlider-372e418f.js} +30 -31
- package/dist/cjs/SetCookie.js +1 -1
- package/dist/cjs/SideFooter.js +34 -35
- package/dist/cjs/SocialIcons.js +9 -10
- package/dist/cjs/{SocialSearchComponent-b7faaedc.js → SocialSearchComponent-e5196fc1.js} +36 -40
- package/dist/cjs/SocialShare.js +29 -31
- package/dist/cjs/TaxonomyCard.js +61 -66
- package/dist/cjs/TaxonomyDescription.js +53 -55
- package/dist/cjs/TemplateNormal.js +71 -73
- package/dist/cjs/ThumbnailCard.js +24 -26
- package/dist/cjs/Ustream.js +29 -30
- package/dist/cjs/VerticalHero.js +19 -20
- package/dist/cjs/VideoProgramLandingPage.js +72 -77
- package/dist/cjs/VideoSeriesCard.js +32 -33
- package/dist/cjs/VideoSeriesFilter.js +16 -16
- package/dist/cjs/VideoSeriesLandingPage.js +48 -50
- package/dist/cjs/VideoSeriesListing.js +76 -78
- package/dist/cjs/View.js +254 -259
- package/dist/cjs/YahooHero.js +39 -40
- package/dist/cjs/YoutubeGroup.js +58 -59
- package/dist/cjs/{_is-array-54228b29.js → _is-array-bd978497.js} +6 -6
- package/dist/cjs/{_iter-detect-b1df62f0.js → _iter-detect-ee3d4802.js} +7 -7
- package/dist/cjs/{_object-pie-083f2dd6.js → _object-pie-68c5bcbc.js} +4 -4
- package/dist/cjs/{_object-sap-d1978572.js → _object-sap-fee50a62.js} +1 -1
- package/dist/cjs/{_object-to-array-ce86cae7.js → _object-to-array-18379aba.js} +2 -2
- package/dist/cjs/{asyncToGenerator-77821af0.js → asyncToGenerator-15014394.js} +30 -30
- package/dist/cjs/{brightcove-react-player-loader.es-a195642e.js → brightcove-react-player-loader.es-05029198.js} +6 -7
- package/dist/cjs/{core.get-iterator-method-5643aa10.js → core.get-iterator-method-5cb3af28.js} +33 -33
- package/dist/cjs/{debounce-d4a2369b.js → debounce-6191c8ee.js} +2 -2
- package/dist/cjs/{define-property-e8404b64.js → define-property-530a5e9e.js} +6 -6
- package/dist/cjs/{defineProperty-9673846a.js → defineProperty-5ca424cd.js} +1 -1
- package/dist/cjs/{entities-df1aed86.js → entities-fb0c6568.js} +1 -1
- package/dist/cjs/{eq-5fc26c07.js → eq-bb2843ed.js} +1 -1
- package/dist/cjs/{extends-7c86182f.js → extends-1d905ddb.js} +7 -7
- package/dist/cjs/faundadb.js +5 -5
- package/dist/cjs/{get-5839e5b5.js → get-adbb11e3.js} +21 -21
- package/dist/cjs/getRelatedArticle.js +16 -16
- package/dist/cjs/getRootDocGroup.js +4 -4
- package/dist/cjs/getSerializers.js +44 -45
- package/dist/cjs/{getTargeting-3c5754ac.js → getTargeting-091ec6c8.js} +2 -2
- package/dist/cjs/getTargeting.js +6 -6
- package/dist/{esm/iconBase-ccc56b97.js → cjs/iconBase-68959171.js} +8 -2
- package/dist/cjs/{index-d0404e0f.js → index-3aea0f98.js} +567 -577
- package/dist/cjs/{index-f86bb269.js → index-79eed652.js} +6 -6
- package/dist/cjs/{index-fc2f1ca2.js → index-8bf6c863.js} +476 -12
- package/dist/cjs/{index-eadd5035.js → index-96b3db50.js} +15 -17
- package/dist/cjs/{index-d48b231c.js → index-ff69979f.js} +3 -3
- package/dist/cjs/{index.es-f3e47207.js → index.es-e9d84959.js} +7 -8
- package/dist/cjs/{index.esm-c1e16606.js → index.esm-44f3e2d0.js} +1 -1
- package/dist/cjs/{index.esm-d81454e7.js → index.esm-48e0f0d8.js} +1 -1
- package/dist/cjs/{index.esm-2bb721c8.js → index.esm-bf016399.js} +18 -19
- package/dist/cjs/{index.esm-d51c9ac6.js → index.esm-f93506ac.js} +1 -1
- package/dist/cjs/index.js +427 -174
- package/dist/cjs/{inherits-de66ea16.js → inherits-07da6623.js} +21 -21
- package/dist/cjs/{isSymbol-03abbdf0.js → isSymbol-04666465.js} +15 -15
- package/dist/cjs/{keys-e982b3fa.js → keys-91f31941.js} +6 -6
- package/dist/cjs/{lodash-f0783643.js → lodash-b5e0d5f6.js} +1 -1
- package/dist/cjs/{main-f1c77adb.js → main-bc7d4bf8.js} +69 -70
- package/dist/cjs/{moment-aca40de1.js → moment-ca3bd9fb.js} +1 -1
- package/dist/cjs/{react-social-icons-af932527.js → react-social-icons-f7f48f71.js} +27 -28
- package/dist/cjs/{slicedToArray-067dd3bc.js → slicedToArray-0a78cdf3.js} +12 -12
- package/dist/cjs/{smoothscroll-99df7f93.js → smoothscroll-5054361f.js} +1 -1
- package/dist/cjs/{stringify-f7a37a8d.js → stringify-13405ce2.js} +5 -5
- package/dist/cjs/timeDifferenceCalc.js +1 -1
- package/dist/cjs/{toConsumableArray-d7797c2b.js → toConsumableArray-39fd0757.js} +7 -7
- package/dist/cjs/{toNumber-5e1fac58.js → toNumber-f2f8744b.js} +1 -1
- package/dist/cjs/{typeof-567e31ff.js → typeof-3dd6d3df.js} +35 -35
- package/dist/cjs/urlFor.js +6 -6
- package/dist/cjs/{urlForFile-29d3815a.js → urlForFile-0e7175d9.js} +1 -1
- package/dist/cjs/{ustream-api-3819e4aa.js → ustream-api-5619c1fa.js} +4 -4
- package/dist/cjs/{util-93a37fd0.js → util-f2c1b65b.js} +1 -12
- package/dist/cjs/{visibility-sensor-eb2c5b69.js → visibility-sensor-ad5e3116.js} +5 -7
- package/dist/cjs/{web.dom.iterable-d98303e0.js → web.dom.iterable-a9359910.js} +2 -2
- package/dist/esm/AD.js +1 -1
- package/dist/esm/AD300x250.js +20 -21
- package/dist/esm/AD300x250x600.js +20 -21
- package/dist/esm/AD728x90.js +22 -23
- package/dist/esm/ADFloatingFooter.js +20 -21
- package/dist/esm/ADFooter.js +4 -4
- package/dist/esm/ADGutter.js +20 -21
- package/dist/esm/{ADInfeed-36171412.js → ADInfeed-8153cd02.js} +4 -4
- package/dist/esm/ADSkyscraper.js +20 -21
- package/dist/esm/ADSponsoredResources.js +20 -21
- package/dist/esm/ADWebcast.js +20 -21
- package/dist/esm/ADWelcome.js +17 -18
- package/dist/esm/{ADlgInfeed-a1e9682e.js → ADlgInfeed-72aadf98.js} +4 -4
- package/dist/esm/AccordionPanel.js +6 -6
- package/dist/esm/AdSlot.js +19 -20
- package/dist/esm/AdSlotsProvider.js +9 -10
- package/dist/esm/AlgoliaSearch.js +24 -14171
- package/dist/esm/AlphabeticList.js +8 -8
- package/dist/esm/ArticleCarousel.js +13 -13
- package/dist/esm/ArticleProgramLandingPage.js +48 -49
- package/dist/esm/ArticleSeriesLandingPage.js +29 -30
- package/dist/esm/ArticleSeriesListing.js +30 -31
- package/dist/esm/Auth.js +199 -199
- package/dist/esm/AuthWrapper.js +118 -28
- package/dist/esm/{AuthorComponent-11adff02.js → AuthorComponent-2277b67c.js} +1 -1
- package/dist/esm/Beam.js +6 -6
- package/dist/esm/{BlockContent-1e73bd2c.js → BlockContent-ea93e8f7.js} +34 -34
- package/dist/esm/Breadcrumbs.js +5 -5
- package/dist/esm/CMEDeck.js +21 -22
- package/dist/esm/Column2.js +14 -14
- package/dist/esm/Column3.js +28 -29
- package/dist/esm/ConferenceArticleCard.js +10 -10
- package/dist/esm/ContentCardPaginated.js +35 -36
- package/dist/esm/DeckContent.js +30 -31
- package/dist/esm/DeckQueue.js +28 -29
- package/dist/esm/DeckQueuePaginated.js +31 -32
- package/dist/esm/{Dfp-102f0beb.js → Dfp-8ff435f8.js} +12 -13
- package/dist/esm/EventsDeck.js +24 -24
- package/dist/esm/ExternalResources.js +45 -46
- package/dist/esm/Feature.js +6 -6
- package/dist/esm/ForbesHero.js +10 -10
- package/dist/esm/GridContent.js +42 -43
- package/dist/esm/GridContentPaginated.js +42 -43
- package/dist/esm/GridHero.js +11 -11
- package/dist/esm/GroupDeck.js +12 -12
- package/dist/esm/HamMagazine.js +23 -23
- package/dist/esm/Hero.js +7 -7
- package/dist/esm/HighlightenVideo.js +2 -2
- package/dist/esm/HorizontalArticleListing.js +46 -47
- package/dist/esm/HorizontalHero.js +8 -8
- package/dist/esm/{ImageSlider-f84174cb.js → ImageSlider-f34519d8.js} +134 -32
- package/dist/esm/IssueContentDeck.js +11 -11
- package/dist/esm/IssueDeck.js +13 -13
- package/dist/esm/IssueLanding.js +54 -55
- package/dist/esm/LeftNav.js +19 -20
- package/dist/esm/MasterDeck.js +30 -31
- package/dist/esm/MasterDeckPaginated.js +32 -33
- package/dist/esm/{MediaSeriesCard-4f82982b.js → MediaSeriesCard-91ab398c.js} +373 -277
- package/dist/esm/MediaSeriesLanding.js +49 -51
- package/dist/esm/MediaSeriesLandingPaginated.js +55 -57
- package/dist/esm/NavDvm.js +11 -11
- package/dist/esm/NavMagazine.js +27 -27
- package/dist/esm/NavNative.js +26 -26
- package/dist/esm/OncliveHero.js +7 -7
- package/dist/esm/OncliveLargeHero.js +11 -11
- package/dist/esm/PageFilter.js +4 -4
- package/dist/esm/{Pagination-59436882.js → Pagination-4c847101.js} +2 -2
- package/dist/esm/PartnerDetailListing.js +57 -59
- package/dist/esm/PartnerDetailListingPaginated.js +57 -59
- package/dist/esm/PdfDownload.js +2 -2
- package/dist/esm/PopUpModal.js +4 -4
- package/dist/esm/PubSection.js +32 -33
- package/dist/esm/PubToc.js +6 -6
- package/dist/esm/PublicationDeck.js +10 -10
- package/dist/esm/{PublicationFeature-d88e76b9.js → PublicationFeature-99f26b5e.js} +2 -2
- package/dist/esm/PublicationLanding.js +26 -30
- package/dist/esm/QueueDeckExpanded.js +33 -34
- package/dist/esm/QueueDeckExpandedPaginated.js +35 -36
- package/dist/esm/RecentNews.js +4 -4
- package/dist/esm/RelatedContent.js +10 -10
- package/dist/esm/Schema.js +10 -10
- package/dist/esm/Search.js +5 -5
- package/dist/esm/Segment.js +4 -4
- package/dist/esm/SeriesListingDeck.js +17 -18
- package/dist/esm/{SeriesSlider-45adb8dc.js → SeriesSlider-88c4133d.js} +5 -5
- package/dist/esm/SetCookie.js +1 -1
- package/dist/esm/SideFooter.js +13 -13
- package/dist/esm/{SocialSearchComponent-4b56cd8c.js → SocialSearchComponent-1a2b7ff8.js} +6 -6
- package/dist/esm/TaxonomyCard.js +12 -12
- package/dist/esm/TaxonomyDescription.js +44 -45
- package/dist/esm/TemplateNormal.js +45 -46
- package/dist/esm/ThumbnailCard.js +10 -10
- package/dist/esm/Ustream.js +18 -18
- package/dist/esm/VerticalHero.js +6 -6
- package/dist/esm/VideoProgramLandingPage.js +49 -50
- package/dist/esm/VideoSeriesCard.js +13 -13
- package/dist/esm/VideoSeriesFilter.js +7 -7
- package/dist/esm/VideoSeriesLandingPage.js +35 -36
- package/dist/esm/VideoSeriesListing.js +30 -31
- package/dist/esm/View.js +84 -84
- package/dist/esm/YahooHero.js +13 -13
- package/dist/esm/YoutubeGroup.js +12 -12
- package/dist/esm/{_is-array-8d21b9e3.js → _is-array-8914b83f.js} +6 -6
- package/dist/esm/{_iter-detect-98db3b07.js → _iter-detect-13e31915.js} +7 -7
- package/dist/esm/{_object-pie-133f504a.js → _object-pie-33c40e79.js} +4 -4
- package/dist/esm/{_object-sap-7cee6f84.js → _object-sap-fc9da7e8.js} +1 -1
- package/dist/esm/{_object-to-array-2300e51b.js → _object-to-array-ee8f6d98.js} +2 -2
- package/dist/esm/{asyncToGenerator-5ef104a7.js → asyncToGenerator-ff459dfa.js} +31 -31
- package/dist/esm/{core.get-iterator-method-ea258bb1.js → core.get-iterator-method-0fb60d94.js} +34 -34
- package/dist/esm/{debounce-533d9748.js → debounce-89969f66.js} +2 -2
- package/dist/esm/define-property-73034847.js +18 -0
- package/dist/esm/{defineProperty-8c30428f.js → defineProperty-e66a2c7c.js} +1 -1
- package/dist/esm/{entities-6d9154b4.js → entities-731f3fdb.js} +1 -1
- package/dist/esm/{eq-bdcbf886.js → eq-b470f743.js} +1 -1
- package/dist/esm/{extends-6d8e3924.js → extends-9a61581c.js} +7 -7
- package/dist/esm/faundadb.js +5 -5
- package/dist/esm/{get-3c308da4.js → get-1e515072.js} +21 -21
- package/dist/esm/getRelatedArticle.js +11 -11
- package/dist/esm/getRootDocGroup.js +4 -4
- package/dist/esm/getSerializers.js +44 -45
- package/dist/esm/{getTargeting-42f9b439.js → getTargeting-c43ad0eb.js} +2 -2
- package/dist/esm/getTargeting.js +6 -6
- package/dist/{cjs/iconBase-be4097c0.js → esm/iconBase-602d52fe.js} +8 -33
- package/dist/esm/{index-79cfd25c.js → index-511bdaa5.js} +6 -6
- package/dist/esm/{index-755f2cc2.js → index-5f7e79e7.js} +6 -6
- package/dist/esm/{index-3f653f73.js → index-74c8ee86.js} +116 -116
- package/dist/esm/{index-f0fc23eb.js → index-a9e53f80.js} +469 -4
- package/dist/esm/{index-3f5c03b2.js → index-f7fdcc91.js} +3 -3
- package/dist/esm/{index.esm-eb1e8e80.js → index.esm-55f22b35.js} +1 -1
- package/dist/esm/{index.esm-9b042655.js → index.esm-c6715e80.js} +1 -1
- package/dist/esm/{index.esm-1bd8a0a8.js → index.esm-d1125763.js} +1 -1
- package/dist/esm/{index.esm-37268dca.js → index.esm-ed50151c.js} +2 -2
- package/dist/esm/index.js +380 -126
- package/dist/esm/{inherits-a6ba2ec4.js → inherits-eeaf6740.js} +18 -18
- package/dist/esm/{isSymbol-a7e9aafe.js → isSymbol-1981418f.js} +15 -15
- package/dist/esm/{keys-31dcdb31.js → keys-a5ffafe7.js} +6 -6
- package/dist/esm/{lodash-f97fd99a.js → lodash-a818d390.js} +1 -1
- package/dist/esm/{main-1894c974.js → main-ede573ee.js} +53 -53
- package/dist/esm/{moment-bc12cb97.js → moment-b6f49411.js} +1 -1
- package/dist/esm/{react-social-icons-9be47857.js → react-social-icons-a7d5c5c7.js} +16 -16
- package/dist/esm/{slicedToArray-6ebcbfea.js → slicedToArray-9c3bb613.js} +12 -12
- package/dist/esm/{smoothscroll-fa4e3f8c.js → smoothscroll-0cd4c7a6.js} +1 -1
- package/dist/esm/stringify-ebc16384.js +15 -0
- package/dist/esm/timeDifferenceCalc.js +1 -1
- package/dist/esm/{toConsumableArray-f7074d7c.js → toConsumableArray-e333293f.js} +7 -7
- package/dist/esm/{toNumber-5aeba6e7.js → toNumber-e3dcad26.js} +1 -1
- package/dist/esm/{typeof-e9fc0c5d.js → typeof-938ae770.js} +35 -35
- package/dist/esm/urlFor.js +4 -4
- package/dist/esm/{urlForFile-b69adffc.js → urlForFile-f1fe0b74.js} +1 -1
- package/dist/esm/{ustream-api-d3714624.js → ustream-api-d325d196.js} +4 -4
- package/dist/esm/{util-8ed16d48.js → util-7700fc59.js} +1 -12
- package/dist/esm/{web.dom.iterable-ab4dea5c.js → web.dom.iterable-6b037ff9.js} +2 -2
- package/package.json +1 -1
- package/dist/cjs/ConferenceBanner-6c9e718a.js +0 -24
- package/dist/cjs/defineProperty-e0fb52c5.js +0 -73
- package/dist/cjs/events-1b438fe7.js +0 -469
- package/dist/cjs/index-50be6759.js +0 -105
- package/dist/cjs/typeof-1358762e.js +0 -33
- package/dist/esm/define-property-5f1bda73.js +0 -18
- package/dist/esm/defineProperty-23a8f8cd.js +0 -68
- package/dist/esm/events-6c3a7a63.js +0 -467
- package/dist/esm/index-98ca9cec.js +0 -100
- package/dist/esm/stringify-2b084bee.js +0 -15
- package/dist/esm/typeof-2f07d0e8.js +0 -30
- package/dist/esm/{brightcove-react-player-loader.es-57a70a56.js → brightcove-react-player-loader.es-e761d404.js} +1 -1
package/dist/esm/VerticalHero.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
+
import './_commonjsHelpers-0c4b6f40.js';
|
|
2
|
+
import './core.get-iterator-method-0fb60d94.js';
|
|
3
|
+
import './web.dom.iterable-6b037ff9.js';
|
|
1
4
|
import React__default from 'react';
|
|
2
|
-
import './moment-
|
|
5
|
+
import './moment-b6f49411.js';
|
|
6
|
+
import './slicedToArray-9c3bb613.js';
|
|
7
|
+
import './index-f7fdcc91.js';
|
|
3
8
|
import urlFor from './urlFor.js';
|
|
4
|
-
import './_commonjsHelpers-0c4b6f40.js';
|
|
5
|
-
import './slicedToArray-6ebcbfea.js';
|
|
6
|
-
import './web.dom.iterable-ab4dea5c.js';
|
|
7
|
-
import './core.get-iterator-method-ea258bb1.js';
|
|
8
|
-
import './index-3f5c03b2.js';
|
|
9
9
|
|
|
10
10
|
var VerticalHero = function VerticalHero(props) {
|
|
11
11
|
var client = props.client;
|
|
@@ -1,66 +1,65 @@
|
|
|
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
|
-
import Col from 'react-bootstrap/Col';
|
|
6
|
-
import Form from 'react-bootstrap/Form';
|
|
7
|
-
import Button from 'react-bootstrap/Button';
|
|
8
|
-
import { g as getSerializers } from './index-3f653f73.js';
|
|
9
|
-
import VideoSeriesListing from './VideoSeriesListing.js';
|
|
10
1
|
import './_commonjsHelpers-0c4b6f40.js';
|
|
11
|
-
import './core.get-iterator-method-
|
|
12
|
-
import './web.dom.iterable-ab4dea5c.js';
|
|
2
|
+
import './core.get-iterator-method-0fb60d94.js';
|
|
13
3
|
import './_library-528f1934.js';
|
|
14
|
-
import './_iter-detect-
|
|
15
|
-
import './
|
|
4
|
+
import './_iter-detect-13e31915.js';
|
|
5
|
+
import './toConsumableArray-e333293f.js';
|
|
6
|
+
import './_object-pie-33c40e79.js';
|
|
7
|
+
import { _ as _extends } from './extends-9a61581c.js';
|
|
8
|
+
import './_object-sap-fc9da7e8.js';
|
|
9
|
+
import './inherits-eeaf6740.js';
|
|
10
|
+
import './define-property-73034847.js';
|
|
11
|
+
import './web.dom.iterable-6b037ff9.js';
|
|
12
|
+
import './typeof-938ae770.js';
|
|
13
|
+
import './_is-array-8914b83f.js';
|
|
14
|
+
import React__default from 'react';
|
|
15
|
+
import './index-a9e53f80.js';
|
|
16
16
|
import 'prop-types';
|
|
17
|
-
import '
|
|
18
|
-
import '
|
|
19
|
-
import 'react-bootstrap';
|
|
20
|
-
import './
|
|
21
|
-
import './index-f0fc23eb.js';
|
|
22
|
-
import './events-6c3a7a63.js';
|
|
17
|
+
import 'react-bootstrap/Container';
|
|
18
|
+
import 'react-bootstrap/Row';
|
|
19
|
+
import Col from 'react-bootstrap/Col';
|
|
20
|
+
import './moment-b6f49411.js';
|
|
23
21
|
import 'next/router';
|
|
24
|
-
import './
|
|
25
|
-
import './
|
|
26
|
-
import './
|
|
27
|
-
import './
|
|
28
|
-
import './Segment.js';
|
|
29
|
-
import './main-1894c974.js';
|
|
30
|
-
import './urlForFile-b69adffc.js';
|
|
31
|
-
import './index-755f2cc2.js';
|
|
22
|
+
import './isSymbol-1981418f.js';
|
|
23
|
+
import './debounce-89969f66.js';
|
|
24
|
+
import './toNumber-e3dcad26.js';
|
|
25
|
+
import './index.es-a6137319.js';
|
|
32
26
|
import 'react-dom';
|
|
33
|
-
import './
|
|
34
|
-
import './
|
|
35
|
-
import './
|
|
27
|
+
import './visibility-sensor-72fd8f8b.js';
|
|
28
|
+
import './slicedToArray-9c3bb613.js';
|
|
29
|
+
import './index-f7fdcc91.js';
|
|
30
|
+
import './urlFor.js';
|
|
31
|
+
import './index-5f7e79e7.js';
|
|
32
|
+
import './main-ede573ee.js';
|
|
33
|
+
import './entities-731f3fdb.js';
|
|
34
|
+
import './stringify-ebc16384.js';
|
|
35
|
+
import { _ as _asyncToGenerator, r as regenerator } from './asyncToGenerator-ff459dfa.js';
|
|
36
|
+
import './Segment.js';
|
|
37
|
+
import './Beam.js';
|
|
38
|
+
import './AdSlot.js';
|
|
39
|
+
import Button from 'react-bootstrap/Button';
|
|
40
|
+
import { B as BlockContent } from './BlockContent-ea93e8f7.js';
|
|
41
|
+
import './index-c7e2ac95.js';
|
|
42
|
+
import './smoothscroll-0cd4c7a6.js';
|
|
36
43
|
import './GroupDeck.js';
|
|
37
|
-
import './
|
|
38
|
-
import '
|
|
39
|
-
import './
|
|
44
|
+
import './YoutubeGroup.js';
|
|
45
|
+
import 'react-bootstrap';
|
|
46
|
+
import './iconBase-602d52fe.js';
|
|
47
|
+
import './index.esm-55f22b35.js';
|
|
48
|
+
import VideoSeriesListing from './VideoSeriesListing.js';
|
|
49
|
+
import { g as getSerializers } from './index-74c8ee86.js';
|
|
50
|
+
import './util-7700fc59.js';
|
|
51
|
+
import './urlForFile-f1fe0b74.js';
|
|
52
|
+
import './brightcove-react-player-loader.es-e761d404.js';
|
|
40
53
|
import 'next/head';
|
|
41
54
|
import 'react-share';
|
|
42
|
-
import './
|
|
43
|
-
import './
|
|
55
|
+
import './SocialShare.js';
|
|
56
|
+
import './_object-to-array-ee8f6d98.js';
|
|
44
57
|
import 'react-bootstrap/Pagination';
|
|
45
|
-
import './entities-6d9154b4.js';
|
|
46
|
-
import './AdSlot.js';
|
|
47
|
-
import './debounce-533d9748.js';
|
|
48
|
-
import './isSymbol-a7e9aafe.js';
|
|
49
|
-
import './toNumber-5aeba6e7.js';
|
|
50
|
-
import 'react-bootstrap/Row';
|
|
51
|
-
import './inherits-a6ba2ec4.js';
|
|
52
|
-
import './_object-sap-7cee6f84.js';
|
|
53
|
-
import './define-property-5f1bda73.js';
|
|
54
|
-
import './index.esm-eb1e8e80.js';
|
|
55
|
-
import './iconBase-ccc56b97.js';
|
|
56
58
|
import 'react-bootstrap/Figure';
|
|
57
59
|
import 'react-bootstrap/OverlayTrigger';
|
|
58
60
|
import 'react-bootstrap/Tooltip';
|
|
59
61
|
import 'react-bootstrap/Popover';
|
|
60
|
-
import 'react-bootstrap/
|
|
61
|
-
import './visibility-sensor-72fd8f8b.js';
|
|
62
|
-
import './YoutubeGroup.js';
|
|
63
|
-
import './index.es-a6137319.js';
|
|
62
|
+
import Form from 'react-bootstrap/Form';
|
|
64
63
|
|
|
65
64
|
var _this = undefined;
|
|
66
65
|
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
import { _ as _typeof } from './typeof-e9fc0c5d.js';
|
|
2
|
-
import React__default from 'react';
|
|
3
|
-
import { L as LazyLoad } from './index-755f2cc2.js';
|
|
4
|
-
import urlFor from './urlFor.js';
|
|
5
|
-
import { m as moment } from './moment-bc12cb97.js';
|
|
6
|
-
import { s as styleInject } from './style-inject.es-1f59c1d0.js';
|
|
7
|
-
import 'prop-types';
|
|
8
1
|
import './_commonjsHelpers-0c4b6f40.js';
|
|
9
|
-
import './core.get-iterator-method-
|
|
10
|
-
import './web.dom.iterable-ab4dea5c.js';
|
|
11
|
-
import './_is-array-8d21b9e3.js';
|
|
12
|
-
import './_object-pie-133f504a.js';
|
|
2
|
+
import './core.get-iterator-method-0fb60d94.js';
|
|
13
3
|
import './_library-528f1934.js';
|
|
4
|
+
import './_object-pie-33c40e79.js';
|
|
5
|
+
import './web.dom.iterable-6b037ff9.js';
|
|
6
|
+
import { _ as _typeof } from './typeof-938ae770.js';
|
|
7
|
+
import './_is-array-8914b83f.js';
|
|
8
|
+
import React__default from 'react';
|
|
9
|
+
import 'prop-types';
|
|
10
|
+
import { m as moment } from './moment-b6f49411.js';
|
|
14
11
|
import 'react-dom';
|
|
15
|
-
import './slicedToArray-
|
|
16
|
-
import './index-
|
|
12
|
+
import './slicedToArray-9c3bb613.js';
|
|
13
|
+
import './index-f7fdcc91.js';
|
|
14
|
+
import urlFor from './urlFor.js';
|
|
15
|
+
import { L as LazyLoad } from './index-5f7e79e7.js';
|
|
16
|
+
import { s as styleInject } from './style-inject.es-1f59c1d0.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" };
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
1
|
+
import './_commonjsHelpers-0c4b6f40.js';
|
|
2
|
+
import './core.get-iterator-method-0fb60d94.js';
|
|
3
|
+
import './_library-528f1934.js';
|
|
4
|
+
import './_iter-detect-13e31915.js';
|
|
5
|
+
import './web.dom.iterable-6b037ff9.js';
|
|
3
6
|
import React__default, { useState, useEffect } from 'react';
|
|
4
7
|
import { withRouter } from 'next/router';
|
|
8
|
+
import { _ as _slicedToArray } from './slicedToArray-9c3bb613.js';
|
|
9
|
+
import { _ as _asyncToGenerator, r as regenerator } from './asyncToGenerator-ff459dfa.js';
|
|
5
10
|
import { DropdownButton, Dropdown } from 'react-bootstrap';
|
|
6
|
-
import './_commonjsHelpers-0c4b6f40.js';
|
|
7
|
-
import './core.get-iterator-method-ea258bb1.js';
|
|
8
|
-
import './web.dom.iterable-ab4dea5c.js';
|
|
9
|
-
import './_library-528f1934.js';
|
|
10
|
-
import './_iter-detect-98db3b07.js';
|
|
11
11
|
|
|
12
12
|
var _this = undefined;
|
|
13
13
|
|
|
@@ -1,51 +1,50 @@
|
|
|
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
|
-
import { m as moment } from './moment-bc12cb97.js';
|
|
5
|
-
import { g as getYoutubeId } from './index-c7e2ac95.js';
|
|
6
|
-
import Breadcrumbs from './Breadcrumbs.js';
|
|
7
|
-
import MasterDeck from './MasterDeck.js';
|
|
8
|
-
import VideoSeriesCard from './VideoSeriesCard.js';
|
|
9
1
|
import './_commonjsHelpers-0c4b6f40.js';
|
|
10
|
-
import './core.get-iterator-method-
|
|
11
|
-
import './web.dom.iterable-ab4dea5c.js';
|
|
2
|
+
import './core.get-iterator-method-0fb60d94.js';
|
|
12
3
|
import './_library-528f1934.js';
|
|
13
|
-
import './_iter-detect-
|
|
14
|
-
import './
|
|
15
|
-
import './_object-pie-
|
|
16
|
-
import './
|
|
17
|
-
import '
|
|
18
|
-
import './
|
|
19
|
-
import './
|
|
20
|
-
import './
|
|
21
|
-
import './
|
|
22
|
-
import './
|
|
23
|
-
import '
|
|
24
|
-
import './
|
|
4
|
+
import './_iter-detect-13e31915.js';
|
|
5
|
+
import './toConsumableArray-e333293f.js';
|
|
6
|
+
import './_object-pie-33c40e79.js';
|
|
7
|
+
import './extends-9a61581c.js';
|
|
8
|
+
import './_object-sap-fc9da7e8.js';
|
|
9
|
+
import './inherits-eeaf6740.js';
|
|
10
|
+
import './define-property-73034847.js';
|
|
11
|
+
import './web.dom.iterable-6b037ff9.js';
|
|
12
|
+
import { _ as _typeof } from './typeof-938ae770.js';
|
|
13
|
+
import './_is-array-8914b83f.js';
|
|
14
|
+
import React__default from 'react';
|
|
15
|
+
import './index-a9e53f80.js';
|
|
25
16
|
import 'prop-types';
|
|
26
17
|
import 'react-bootstrap/Container';
|
|
27
18
|
import 'react-bootstrap/Row';
|
|
28
19
|
import 'react-bootstrap/Col';
|
|
29
20
|
import 'react-bootstrap/Card';
|
|
21
|
+
import { m as moment } from './moment-b6f49411.js';
|
|
30
22
|
import 'next/router';
|
|
31
|
-
import './
|
|
32
|
-
import './debounce-
|
|
33
|
-
import './
|
|
34
|
-
import './toNumber-5aeba6e7.js';
|
|
23
|
+
import './isSymbol-1981418f.js';
|
|
24
|
+
import './debounce-89969f66.js';
|
|
25
|
+
import './toNumber-e3dcad26.js';
|
|
35
26
|
import './index.es-a6137319.js';
|
|
36
|
-
import './visibility-sensor-72fd8f8b.js';
|
|
37
27
|
import 'react-dom';
|
|
38
|
-
import './
|
|
39
|
-
import './
|
|
40
|
-
import './
|
|
41
|
-
import './Beam.js';
|
|
42
|
-
import './stringify-2b084bee.js';
|
|
43
|
-
import './Segment.js';
|
|
44
|
-
import './main-1894c974.js';
|
|
45
|
-
import './ADInfeed-36171412.js';
|
|
46
|
-
import './index-755f2cc2.js';
|
|
28
|
+
import './visibility-sensor-72fd8f8b.js';
|
|
29
|
+
import './slicedToArray-9c3bb613.js';
|
|
30
|
+
import './index-f7fdcc91.js';
|
|
47
31
|
import './urlFor.js';
|
|
32
|
+
import './index-5f7e79e7.js';
|
|
33
|
+
import './main-ede573ee.js';
|
|
34
|
+
import './stringify-ebc16384.js';
|
|
35
|
+
import { _ as _asyncToGenerator, r as regenerator } from './asyncToGenerator-ff459dfa.js';
|
|
36
|
+
import './Segment.js';
|
|
37
|
+
import './Beam.js';
|
|
38
|
+
import './AdSlot.js';
|
|
39
|
+
import './ADInfeed-8153cd02.js';
|
|
40
|
+
import './lodash-a818d390.js';
|
|
41
|
+
import './ADlgInfeed-72aadf98.js';
|
|
42
|
+
import { g as getYoutubeId } from './index-c7e2ac95.js';
|
|
43
|
+
import MasterDeck from './MasterDeck.js';
|
|
44
|
+
import 'react-bootstrap/Breadcrumb';
|
|
45
|
+
import Breadcrumbs from './Breadcrumbs.js';
|
|
48
46
|
import './style-inject.es-1f59c1d0.js';
|
|
47
|
+
import VideoSeriesCard from './VideoSeriesCard.js';
|
|
49
48
|
|
|
50
49
|
var _this = undefined;
|
|
51
50
|
|
|
@@ -1,37 +1,36 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
1
|
+
import './_commonjsHelpers-0c4b6f40.js';
|
|
2
|
+
import './core.get-iterator-method-0fb60d94.js';
|
|
3
|
+
import './_library-528f1934.js';
|
|
4
|
+
import './_object-pie-33c40e79.js';
|
|
5
|
+
import { _ as _extends } from './extends-9a61581c.js';
|
|
6
|
+
import './_object-sap-fc9da7e8.js';
|
|
7
|
+
import { _ as _inherits, a as _classCallCheck, b as _possibleConstructorReturn, c as _Object$getPrototypeOf, d as _createClass } from './inherits-eeaf6740.js';
|
|
8
|
+
import './define-property-73034847.js';
|
|
9
|
+
import './web.dom.iterable-6b037ff9.js';
|
|
10
|
+
import './typeof-938ae770.js';
|
|
11
|
+
import './_is-array-8914b83f.js';
|
|
3
12
|
import React__default from 'react';
|
|
4
|
-
import { l as lib_3 } from './index-
|
|
13
|
+
import { l as lib_3 } from './index-a9e53f80.js';
|
|
14
|
+
import 'prop-types';
|
|
5
15
|
import Container from 'react-bootstrap/Container';
|
|
6
|
-
import {
|
|
7
|
-
import { I as IoIosArrowForward } from './index.esm-eb1e8e80.js';
|
|
8
|
-
import { m as moment } from './moment-bc12cb97.js';
|
|
16
|
+
import { m as moment } from './moment-b6f49411.js';
|
|
9
17
|
import { withRouter } from 'next/router';
|
|
10
|
-
import
|
|
11
|
-
import { d as debounce_1 } from './debounce-
|
|
18
|
+
import './isSymbol-1981418f.js';
|
|
19
|
+
import { d as debounce_1 } from './debounce-89969f66.js';
|
|
20
|
+
import './toNumber-e3dcad26.js';
|
|
12
21
|
import { I as InfiniteScroll } from './index.es-a6137319.js';
|
|
13
|
-
import './_commonjsHelpers-0c4b6f40.js';
|
|
14
|
-
import './core.get-iterator-method-ea258bb1.js';
|
|
15
|
-
import './_object-pie-133f504a.js';
|
|
16
|
-
import './_object-sap-7cee6f84.js';
|
|
17
|
-
import './define-property-5f1bda73.js';
|
|
18
|
-
import './typeof-e9fc0c5d.js';
|
|
19
|
-
import './web.dom.iterable-ab4dea5c.js';
|
|
20
|
-
import './_is-array-8d21b9e3.js';
|
|
21
|
-
import './_library-528f1934.js';
|
|
22
|
-
import './events-6c3a7a63.js';
|
|
23
|
-
import 'prop-types';
|
|
24
22
|
import 'react-dom';
|
|
25
|
-
import './
|
|
26
|
-
import './slicedToArray-
|
|
27
|
-
import './index-
|
|
28
|
-
import './index-755f2cc2.js';
|
|
29
|
-
import './smoothscroll-fa4e3f8c.js';
|
|
23
|
+
import { V as VisibilitySensor } from './visibility-sensor-72fd8f8b.js';
|
|
24
|
+
import './slicedToArray-9c3bb613.js';
|
|
25
|
+
import './index-f7fdcc91.js';
|
|
30
26
|
import './urlFor.js';
|
|
31
|
-
import './index-
|
|
32
|
-
import './main-
|
|
33
|
-
import './
|
|
34
|
-
import './
|
|
27
|
+
import './index-5f7e79e7.js';
|
|
28
|
+
import './main-ede573ee.js';
|
|
29
|
+
import './index-c7e2ac95.js';
|
|
30
|
+
import './smoothscroll-0cd4c7a6.js';
|
|
31
|
+
import YoutubeGroup from './YoutubeGroup.js';
|
|
32
|
+
import './iconBase-602d52fe.js';
|
|
33
|
+
import { I as IoIosArrowForward } from './index.esm-55f22b35.js';
|
|
35
34
|
|
|
36
35
|
var VideoSeriesListing = function (_React$Component) {
|
|
37
36
|
_inherits(VideoSeriesListing, _React$Component);
|
|
@@ -96,9 +95,9 @@ var VideoSeriesListing = function (_React$Component) {
|
|
|
96
95
|
}, 0), _this.loadData = function () {
|
|
97
96
|
var _this$state = _this.state,
|
|
98
97
|
from = _this$state.from,
|
|
99
|
-
to = _this$state.to
|
|
100
|
-
_this$state.data
|
|
101
|
-
|
|
98
|
+
to = _this$state.to,
|
|
99
|
+
data = _this$state.data,
|
|
100
|
+
query = _this$state.query,
|
|
102
101
|
page = _this$state.page;
|
|
103
102
|
var client = _this.props.client;
|
|
104
103
|
//this.changePageNumber(page)
|
package/dist/esm/View.js
CHANGED
|
@@ -1,78 +1,77 @@
|
|
|
1
|
-
import { a as _asyncToGenerator, r as regenerator } from './asyncToGenerator-5ef104a7.js';
|
|
2
|
-
import { _ as _extends, a as _Object$assign } from './extends-6d8e3924.js';
|
|
3
|
-
import { a as _getIterator, _ as _slicedToArray } from './slicedToArray-6ebcbfea.js';
|
|
4
|
-
import React__default, { useState, useRef, useEffect, forwardRef } from 'react';
|
|
5
|
-
import Head from 'next/head';
|
|
6
|
-
import { useRouter } from 'next/router';
|
|
7
|
-
import { _ as _JSON$stringify } from './stringify-2b084bee.js';
|
|
8
|
-
import { _ as _toConsumableArray } from './toConsumableArray-f7074d7c.js';
|
|
9
|
-
import { m as moment } from './moment-bc12cb97.js';
|
|
10
|
-
import { B as BlockContent } from './BlockContent-1e73bd2c.js';
|
|
11
|
-
import { m as main_43 } from './main-1894c974.js';
|
|
12
|
-
import 'react-bootstrap/Dropdown';
|
|
13
|
-
import Form from 'react-bootstrap/Form';
|
|
14
|
-
import FormControl from 'react-bootstrap/FormControl';
|
|
15
|
-
import Button from 'react-bootstrap/Button';
|
|
16
|
-
import { V as VisibilitySensor } from './visibility-sensor-72fd8f8b.js';
|
|
17
|
-
import SocialShare from './SocialShare.js';
|
|
18
|
-
import { r as renderAuthor, g as getSerializers } from './index-3f653f73.js';
|
|
19
|
-
import DFPAdSlot from './AdSlot.js';
|
|
20
|
-
import { S as SeriesSlider } from './SeriesSlider-45adb8dc.js';
|
|
21
|
-
import { g as getTargeting, a as getContentPlacementUrl } from './getTargeting-42f9b439.js';
|
|
22
|
-
import getKeywords from './getKeywords.js';
|
|
23
|
-
import urlFor from './urlFor.js';
|
|
24
|
-
import { u as urlForFile } from './urlForFile-b69adffc.js';
|
|
25
|
-
import { _ as _typeof } from './typeof-e9fc0c5d.js';
|
|
26
|
-
import { b as FaMinus, c as FaPlus } from './index.esm-1bd8a0a8.js';
|
|
27
|
-
import { s as styleInject } from './style-inject.es-1f59c1d0.js';
|
|
28
|
-
import './index-755f2cc2.js';
|
|
29
|
-
import { DiscussionEmbed } from 'disqus-react';
|
|
30
|
-
import Schema from './Schema.js';
|
|
31
|
-
import FileSaver from 'file-saver';
|
|
32
|
-
import { _ as _Object$keys } from './keys-31dcdb31.js';
|
|
33
|
-
import { I as InfiniteScroll } from './index.es-a6137319.js';
|
|
34
|
-
import { l as lib_3 } from './index-f0fc23eb.js';
|
|
35
|
-
import getRelatedArticle from './getRelatedArticle.js';
|
|
36
|
-
import getQuery from './getQuery.js';
|
|
37
|
-
import getSeriesDetail from './getSeriesDetail.js';
|
|
38
1
|
import './_commonjsHelpers-0c4b6f40.js';
|
|
39
|
-
import './core.get-iterator-method-
|
|
40
|
-
import './web.dom.iterable-ab4dea5c.js';
|
|
2
|
+
import './core.get-iterator-method-0fb60d94.js';
|
|
41
3
|
import './_library-528f1934.js';
|
|
42
|
-
import './_iter-detect-
|
|
43
|
-
import './
|
|
4
|
+
import './_iter-detect-13e31915.js';
|
|
5
|
+
import { _ as _toConsumableArray } from './toConsumableArray-e333293f.js';
|
|
6
|
+
import './_object-pie-33c40e79.js';
|
|
7
|
+
import { _ as _extends, a as _Object$assign } from './extends-9a61581c.js';
|
|
8
|
+
import './_object-sap-fc9da7e8.js';
|
|
9
|
+
import './inherits-eeaf6740.js';
|
|
10
|
+
import './define-property-73034847.js';
|
|
11
|
+
import './web.dom.iterable-6b037ff9.js';
|
|
12
|
+
import { _ as _typeof } from './typeof-938ae770.js';
|
|
13
|
+
import './_is-array-8914b83f.js';
|
|
14
|
+
import React__default, { useState, useRef, useEffect, forwardRef } from 'react';
|
|
15
|
+
import { l as lib_3 } from './index-a9e53f80.js';
|
|
44
16
|
import 'prop-types';
|
|
45
|
-
import '
|
|
17
|
+
import 'react-bootstrap/Row';
|
|
18
|
+
import 'react-bootstrap/Col';
|
|
19
|
+
import { m as moment } from './moment-b6f49411.js';
|
|
20
|
+
import { useRouter } from 'next/router';
|
|
21
|
+
import './isSymbol-1981418f.js';
|
|
22
|
+
import './debounce-89969f66.js';
|
|
23
|
+
import './toNumber-e3dcad26.js';
|
|
24
|
+
import { I as InfiniteScroll } from './index.es-a6137319.js';
|
|
46
25
|
import 'react-dom';
|
|
47
|
-
import '
|
|
48
|
-
import '
|
|
49
|
-
import './index-
|
|
50
|
-
import './
|
|
51
|
-
import './
|
|
26
|
+
import { V as VisibilitySensor } from './visibility-sensor-72fd8f8b.js';
|
|
27
|
+
import { a as _getIterator, _ as _slicedToArray } from './slicedToArray-9c3bb613.js';
|
|
28
|
+
import './index-f7fdcc91.js';
|
|
29
|
+
import urlFor from './urlFor.js';
|
|
30
|
+
import './index-5f7e79e7.js';
|
|
31
|
+
import { m as main_43 } from './main-ede573ee.js';
|
|
32
|
+
import './entities-731f3fdb.js';
|
|
33
|
+
import { _ as _JSON$stringify } from './stringify-ebc16384.js';
|
|
34
|
+
import { _ as _asyncToGenerator, r as regenerator } from './asyncToGenerator-ff459dfa.js';
|
|
52
35
|
import './Segment.js';
|
|
53
|
-
import './
|
|
36
|
+
import './Beam.js';
|
|
37
|
+
import DFPAdSlot from './AdSlot.js';
|
|
38
|
+
import Button from 'react-bootstrap/Button';
|
|
39
|
+
import { B as BlockContent } from './BlockContent-ea93e8f7.js';
|
|
40
|
+
import './index-c7e2ac95.js';
|
|
41
|
+
import './smoothscroll-0cd4c7a6.js';
|
|
54
42
|
import './GroupDeck.js';
|
|
55
|
-
import '
|
|
56
|
-
import './
|
|
57
|
-
import './
|
|
43
|
+
import 'react-bootstrap';
|
|
44
|
+
import './iconBase-602d52fe.js';
|
|
45
|
+
import './index.esm-55f22b35.js';
|
|
46
|
+
import { r as renderAuthor, g as getSerializers } from './index-74c8ee86.js';
|
|
47
|
+
import './util-7700fc59.js';
|
|
48
|
+
import { u as urlForFile } from './urlForFile-f1fe0b74.js';
|
|
49
|
+
import './brightcove-react-player-loader.es-e761d404.js';
|
|
50
|
+
import Head from 'next/head';
|
|
51
|
+
import 'react-share';
|
|
52
|
+
import SocialShare from './SocialShare.js';
|
|
53
|
+
import './_object-to-array-ee8f6d98.js';
|
|
58
54
|
import 'react-bootstrap/Pagination';
|
|
59
|
-
import './entities-6d9154b4.js';
|
|
60
|
-
import 'react-bootstrap/Row';
|
|
61
|
-
import 'react-bootstrap/Col';
|
|
62
|
-
import './inherits-a6ba2ec4.js';
|
|
63
|
-
import './_object-sap-7cee6f84.js';
|
|
64
|
-
import './define-property-5f1bda73.js';
|
|
65
|
-
import './index.esm-eb1e8e80.js';
|
|
66
|
-
import './iconBase-ccc56b97.js';
|
|
67
55
|
import 'react-bootstrap/Figure';
|
|
68
56
|
import 'react-bootstrap/OverlayTrigger';
|
|
69
57
|
import 'react-bootstrap/Tooltip';
|
|
70
58
|
import 'react-bootstrap/Popover';
|
|
71
|
-
import '
|
|
72
|
-
import '
|
|
73
|
-
import './
|
|
74
|
-
import '
|
|
59
|
+
import Form from 'react-bootstrap/Form';
|
|
60
|
+
import FormControl from 'react-bootstrap/FormControl';
|
|
61
|
+
import { _ as _Object$keys } from './keys-a5ffafe7.js';
|
|
62
|
+
import 'react-bootstrap/Dropdown';
|
|
63
|
+
import { b as FaMinus, c as FaPlus } from './index.esm-d1125763.js';
|
|
64
|
+
import getSeriesDetail from './getSeriesDetail.js';
|
|
75
65
|
import './index-db3bb315.js';
|
|
66
|
+
import getRelatedArticle from './getRelatedArticle.js';
|
|
67
|
+
import getQuery from './getQuery.js';
|
|
68
|
+
import { S as SeriesSlider } from './SeriesSlider-88c4133d.js';
|
|
69
|
+
import { g as getTargeting, a as getContentPlacementUrl } from './getTargeting-c43ad0eb.js';
|
|
70
|
+
import getKeywords from './getKeywords.js';
|
|
71
|
+
import { s as styleInject } from './style-inject.es-1f59c1d0.js';
|
|
72
|
+
import { DiscussionEmbed } from 'disqus-react';
|
|
73
|
+
import Schema from './Schema.js';
|
|
74
|
+
import FileSaver from 'file-saver';
|
|
76
75
|
|
|
77
76
|
var getArticleSummary = function getArticleSummary(article) {
|
|
78
77
|
if (article.summary && article.summary.length > 0) {
|
|
@@ -543,9 +542,9 @@ var Article = forwardRef(function (props, ref) {
|
|
|
543
542
|
_props$sponsoredFlag = props.sponsoredFlag,
|
|
544
543
|
sponsoredFlag = _props$sponsoredFlag === undefined ? false : _props$sponsoredFlag,
|
|
545
544
|
_props$authorImgHeigh = props.authorImgHeight,
|
|
546
|
-
authorImgHeight = _props$authorImgHeigh === undefined ? 270 : _props$authorImgHeigh
|
|
547
|
-
props.active
|
|
548
|
-
|
|
545
|
+
authorImgHeight = _props$authorImgHeigh === undefined ? 270 : _props$authorImgHeigh,
|
|
546
|
+
active = props.active,
|
|
547
|
+
containerHeight = props.containerHeight,
|
|
549
548
|
_props$refreshFlag = props.refreshFlag,
|
|
550
549
|
refreshFlag = _props$refreshFlag === undefined ? false : _props$refreshFlag,
|
|
551
550
|
disqusConfig = props.disqusConfig,
|
|
@@ -621,9 +620,9 @@ var Article = forwardRef(function (props, ref) {
|
|
|
621
620
|
setArticleBody = _useState10[1];
|
|
622
621
|
|
|
623
622
|
var _useState11 = useState(true),
|
|
624
|
-
_useState12 = _slicedToArray(_useState11, 2)
|
|
625
|
-
_useState12[0]
|
|
626
|
-
|
|
623
|
+
_useState12 = _slicedToArray(_useState11, 2),
|
|
624
|
+
previewAd = _useState12[0],
|
|
625
|
+
setPreviewAd = _useState12[1];
|
|
627
626
|
|
|
628
627
|
useEffect(function () {
|
|
629
628
|
var path = window && window.location && window.location.search;
|
|
@@ -1068,8 +1067,8 @@ var Article = forwardRef(function (props, ref) {
|
|
|
1068
1067
|
shareSubject = shareOptions.shareSubject,
|
|
1069
1068
|
twitterSiteName = shareOptions.twitterSiteName,
|
|
1070
1069
|
shareImageDefault = shareOptions.shareImageDefault,
|
|
1071
|
-
shareBaseUrl = shareOptions.shareBaseUrl
|
|
1072
|
-
shareOptions.shareSiteTitle;
|
|
1070
|
+
shareBaseUrl = shareOptions.shareBaseUrl,
|
|
1071
|
+
shareSiteTitle = shareOptions.shareSiteTitle;
|
|
1073
1072
|
|
|
1074
1073
|
var shareUrl = shareBaseUrl + props.article.url.current;
|
|
1075
1074
|
var shareTitle = article.title;
|
|
@@ -1412,7 +1411,7 @@ var Article = forwardRef(function (props, ref) {
|
|
|
1412
1411
|
}
|
|
1413
1412
|
});
|
|
1414
1413
|
|
|
1415
|
-
var _this
|
|
1414
|
+
var _this = undefined;
|
|
1416
1415
|
|
|
1417
1416
|
var ArticleQueue = function ArticleQueue(props) {
|
|
1418
1417
|
var router = useRouter();
|
|
@@ -1421,9 +1420,9 @@ var ArticleQueue = function ArticleQueue(props) {
|
|
|
1421
1420
|
prevUrl = _props$prevUrl === undefined ? '/' : _props$prevUrl,
|
|
1422
1421
|
Ads = props.Ads,
|
|
1423
1422
|
_props$maxListLength = props.maxListLength,
|
|
1424
|
-
maxListLength = _props$maxListLength === undefined ? 10 : _props$maxListLength
|
|
1425
|
-
props.sponsoredTaxonomies
|
|
1426
|
-
|
|
1423
|
+
maxListLength = _props$maxListLength === undefined ? 10 : _props$maxListLength,
|
|
1424
|
+
_props$sponsoredTaxon = props.sponsoredTaxonomies,
|
|
1425
|
+
_props$cpModification = props.cpModificationRequired,
|
|
1427
1426
|
cpModificationRequired = _props$cpModification === undefined ? false : _props$cpModification,
|
|
1428
1427
|
_props$authorPrefix = props.authorPrefix,
|
|
1429
1428
|
authorPrefix = _props$authorPrefix === undefined ? 'authors' : _props$authorPrefix,
|
|
@@ -1593,7 +1592,7 @@ var ArticleQueue = function ArticleQueue(props) {
|
|
|
1593
1592
|
return _context.stop();
|
|
1594
1593
|
}
|
|
1595
1594
|
}
|
|
1596
|
-
}, _callee, _this
|
|
1595
|
+
}, _callee, _this, [[3, 9], [15, 21]]);
|
|
1597
1596
|
}));
|
|
1598
1597
|
|
|
1599
1598
|
return function loadmore() {
|
|
@@ -1694,7 +1693,7 @@ var ArticleQueue = function ArticleQueue(props) {
|
|
|
1694
1693
|
);
|
|
1695
1694
|
};
|
|
1696
1695
|
|
|
1697
|
-
var _this = undefined;
|
|
1696
|
+
var _this$1 = undefined;
|
|
1698
1697
|
|
|
1699
1698
|
var View = function View(props) {
|
|
1700
1699
|
var router = useRouter();
|
|
@@ -1704,9 +1703,9 @@ var View = function View(props) {
|
|
|
1704
1703
|
hideComments = _props$article.hideComments,
|
|
1705
1704
|
content_placement = _props$article.content_placement,
|
|
1706
1705
|
_props$sponsoredFlag = props.sponsoredFlag,
|
|
1707
|
-
sponsoredFlag = _props$sponsoredFlag === undefined ? false : _props$sponsoredFlag
|
|
1708
|
-
props.sponsoredTaxonomies
|
|
1709
|
-
|
|
1706
|
+
sponsoredFlag = _props$sponsoredFlag === undefined ? false : _props$sponsoredFlag,
|
|
1707
|
+
_props$sponsoredTaxon = props.sponsoredTaxonomies,
|
|
1708
|
+
Ads = props.Ads,
|
|
1710
1709
|
setCustomDimensions = props.setCustomDimensions,
|
|
1711
1710
|
statusCode = props.statusCode,
|
|
1712
1711
|
prevUrl = props.prevUrl,
|
|
@@ -1719,9 +1718,9 @@ var View = function View(props) {
|
|
|
1719
1718
|
infiniteScrollFlag = _props$infiniteScroll === undefined ? true : _props$infiniteScroll;
|
|
1720
1719
|
var _props$article2 = props.article,
|
|
1721
1720
|
_props$article2$passw = _props$article2.passwordLock,
|
|
1722
|
-
passwordLock = _props$article2$passw === undefined ? false : _props$article2$passw
|
|
1723
|
-
_props$article2.description
|
|
1724
|
-
|
|
1721
|
+
passwordLock = _props$article2$passw === undefined ? false : _props$article2$passw,
|
|
1722
|
+
description = _props$article2.description,
|
|
1723
|
+
title = _props$article2.title,
|
|
1725
1724
|
seriesShareOptions = _props$article2.seriesShareOptions;
|
|
1726
1725
|
|
|
1727
1726
|
var _useState = useState(0),
|
|
@@ -1777,6 +1776,7 @@ var View = function View(props) {
|
|
|
1777
1776
|
var needInfiniteScroll = ['Articles', 'Videos', 'Podcasts'].includes(article.category.name) && article.taxonomyMapping && article.passwordLock !== true && !disableInfiniteScroll && !article.ExcludeFromInfiniteScroll && !sponsoredFlag && infiniteScrollFlag && !article.showIsi && (!article.documentGroup || !article.documentGroup.isSeries) && !showDisqus;
|
|
1778
1777
|
|
|
1779
1778
|
if (['Articles', 'Videos', 'Podcasts'].includes(article.category.name)) {
|
|
1779
|
+
description = null;
|
|
1780
1780
|
title = null;
|
|
1781
1781
|
}
|
|
1782
1782
|
|
|
@@ -2013,7 +2013,7 @@ View.returnGetInitialProps = function () {
|
|
|
2013
2013
|
return _context.stop();
|
|
2014
2014
|
}
|
|
2015
2015
|
}
|
|
2016
|
-
}, _callee, _this);
|
|
2016
|
+
}, _callee, _this$1);
|
|
2017
2017
|
}));
|
|
2018
2018
|
|
|
2019
2019
|
return function (_x, _x2, _x3, _x4, _x5) {
|