@mjhls/mjh-framework 1.0.990-next-12-03 → 1.0.991
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 +168 -168
- package/dist/cjs/AD.js +1 -1
- package/dist/cjs/AD300x250.js +2 -1
- package/dist/cjs/AD300x250x600.js +2 -1
- package/dist/cjs/AD728x90.js +2 -1
- package/dist/cjs/ADFloatingFooter.js +2 -1
- package/dist/cjs/ADGutter.js +2 -1
- package/dist/cjs/ADSkyscraper.js +2 -1
- package/dist/cjs/ADSponsoredResources.js +2 -1
- package/dist/cjs/ADWebcast.js +2 -1
- package/dist/cjs/ADWelcome.js +2 -1
- package/dist/cjs/AdSlot.js +2 -1
- package/dist/cjs/AdSlotsProvider.js +2 -1
- package/dist/cjs/AlgoliaSearch.js +14165 -18
- package/dist/cjs/ArticleCarousel.js +1 -1
- package/dist/cjs/ArticleProgramLandingPage.js +7 -5
- package/dist/cjs/ArticleSeriesLandingPage.js +5 -4
- package/dist/cjs/ArticleSeriesListing.js +3 -2
- package/dist/cjs/Auth.js +3650 -0
- package/dist/cjs/AuthWrapper.js +1470 -294
- package/dist/cjs/{BlockContent-36e54d77.js → BlockContent-9ebd251f.js} +1 -1
- package/dist/cjs/CMEDeck.js +2 -1
- package/dist/cjs/Column3.js +2 -1
- package/dist/cjs/ConferenceArticleCard.js +16 -16
- package/dist/cjs/ContentCardPaginated.js +5 -4
- package/dist/cjs/DeckContent.js +13 -12
- package/dist/cjs/DeckQueue.js +4 -3
- package/dist/cjs/DeckQueuePaginated.js +4 -3
- package/dist/cjs/{Dfp-94f8ccdf.js → Dfp-9be904d5.js} +2 -1
- package/dist/cjs/EventsDeck.js +17 -17
- package/dist/cjs/ExternalResources.js +7 -5
- package/dist/cjs/Feature.js +1 -1
- package/dist/cjs/ForbesHero.js +1 -1
- package/dist/cjs/GridContent.js +7 -6
- package/dist/cjs/GridContentPaginated.js +7 -6
- package/dist/cjs/GridHero.js +2 -2
- package/dist/cjs/GroupDeck.js +1 -1
- package/dist/cjs/HamMagazine.js +9 -9
- package/dist/cjs/HealthCareProfessionalModal.js +1 -1
- package/dist/cjs/Hero.js +2 -2
- package/dist/cjs/HorizontalArticleListing.js +7 -5
- package/dist/cjs/HorizontalHero.js +1 -1
- package/dist/cjs/ImageSlider-6c00b878.js +2813 -0
- package/dist/cjs/IssueContentDeck.js +1 -1
- package/dist/cjs/IssueDeck.js +1 -1
- package/dist/cjs/IssueLanding.js +38 -36
- package/dist/cjs/KMTracker.js +15 -15
- package/dist/cjs/LeftNav.js +2 -1
- package/dist/cjs/MasterDeck.js +13 -12
- package/dist/cjs/MasterDeckPaginated.js +12 -11
- package/dist/cjs/{MediaSeriesCard-36eab8b7.js → MediaSeriesCard-c48c73c3.js} +394 -391
- package/dist/cjs/MediaSeriesLanding.js +17 -14
- package/dist/cjs/MediaSeriesLandingPaginated.js +17 -14
- package/dist/cjs/NavMagazine.js +10 -10
- package/dist/cjs/NavNative.js +9 -9
- package/dist/cjs/OncliveHero.js +1 -1
- package/dist/cjs/OncliveLargeHero.js +2 -2
- package/dist/cjs/PartnerDetailListing.js +13 -11
- package/dist/cjs/PartnerDetailListingPaginated.js +13 -11
- package/dist/cjs/PubSection.js +6 -5
- package/dist/cjs/PublicationDeck.js +1 -1
- package/dist/cjs/PublicationLanding.js +30 -26
- package/dist/cjs/QueueDeckExpanded.js +6 -5
- package/dist/cjs/QueueDeckExpandedPaginated.js +6 -5
- package/dist/cjs/RelatedContent.js +29 -29
- package/dist/cjs/RelatedTopicsDropdown.js +10 -10
- package/dist/cjs/Schema.js +1 -1
- package/dist/cjs/SeriesListingDeck.js +4 -3
- package/dist/cjs/{SeriesSlider-b94f1dd5.js → SeriesSlider-594b19eb.js} +4 -4
- package/dist/cjs/SideFooter.js +2 -2
- package/dist/cjs/TaxonomyCard.js +2 -2
- package/dist/cjs/TaxonomyDescription.js +7 -5
- package/dist/cjs/TemplateNormal.js +2 -1
- package/dist/cjs/ThumbnailCard.js +2 -2
- package/dist/cjs/VerticalHero.js +1 -1
- package/dist/cjs/VideoProgramLandingPage.js +7 -5
- package/dist/cjs/VideoSeriesCard.js +2 -2
- package/dist/cjs/VideoSeriesLandingPage.js +5 -4
- package/dist/cjs/VideoSeriesListing.js +3 -2
- package/dist/cjs/View.js +12 -9
- package/dist/cjs/YahooHero.js +2 -2
- package/dist/cjs/YoutubeGroup.js +5 -5
- package/dist/cjs/defineProperty-e0fb52c5.js +73 -0
- package/dist/cjs/{entities-3f9d0f2f.js → entities-df1aed86.js} +4 -0
- package/dist/cjs/events-1b438fe7.js +469 -0
- package/dist/cjs/faundadb.js +4 -321
- package/dist/cjs/getRelatedArticle.js +8 -213
- package/dist/cjs/getSerializers.js +7 -5
- package/dist/cjs/{getTargeting-4439c99d.js → getTargeting-ba942d9a.js} +9 -9
- package/dist/cjs/getTargeting.js +1 -1
- package/dist/cjs/{index-7361fa72.js → index-1d5a3c47.js} +17 -589
- package/dist/cjs/index-50be6759.js +105 -0
- package/dist/cjs/index-bd6c9f56.js +211 -0
- package/dist/cjs/{index-efca863c.js → index-d48b231c.js} +5 -5
- package/dist/cjs/{index-0e4427c8.js → index-fc2f1ca2.js} +2 -467
- package/dist/cjs/index.js +23 -13
- package/dist/cjs/md5-e1ca5797.js +323 -0
- package/dist/cjs/typeof-1358762e.js +33 -0
- package/dist/cjs/urlFor.js +1 -1
- package/dist/cjs/util-93a37fd0.js +587 -0
- package/dist/esm/AD.js +1 -1
- package/dist/esm/AD300x250.js +9 -8
- package/dist/esm/AD300x250x600.js +9 -8
- package/dist/esm/AD728x90.js +9 -8
- package/dist/esm/ADFloatingFooter.js +9 -8
- package/dist/esm/ADFooter.js +3 -3
- package/dist/esm/ADGutter.js +9 -8
- package/dist/esm/{ADInfeed-f684cac9.js → ADInfeed-6d1fc6bf.js} +1 -1
- package/dist/esm/ADSkyscraper.js +9 -8
- package/dist/esm/ADSponsoredResources.js +9 -8
- package/dist/esm/ADWebcast.js +9 -8
- package/dist/esm/ADWelcome.js +9 -8
- package/dist/esm/{ADlgInfeed-8c438cee.js → ADlgInfeed-dc36c928.js} +1 -1
- package/dist/esm/AccordionPanel.js +3 -3
- package/dist/esm/AdSlot.js +9 -8
- package/dist/esm/AdSlotsProvider.js +7 -6
- package/dist/esm/AlgoliaSearch.js +14165 -18
- package/dist/esm/AlphabeticList.js +6 -6
- package/dist/esm/ArticleCarousel.js +5 -5
- package/dist/esm/ArticleProgramLandingPage.js +22 -20
- package/dist/esm/ArticleSeriesLandingPage.js +18 -17
- package/dist/esm/ArticleSeriesListing.js +12 -11
- package/dist/esm/Auth.js +3630 -0
- package/dist/esm/AuthWrapper.js +1467 -291
- package/dist/esm/{AuthorComponent-defe68b6.js → AuthorComponent-11adff02.js} +1 -1
- package/dist/esm/Beam.js +5 -5
- package/dist/esm/{BlockContent-c99c9a8d.js → BlockContent-1e73bd2c.js} +1 -1
- package/dist/esm/Breadcrumbs.js +3 -3
- package/dist/esm/CMEDeck.js +9 -8
- package/dist/esm/Column2.js +6 -6
- package/dist/esm/Column3.js +11 -10
- package/dist/esm/ConferenceArticleCard.js +19 -19
- package/dist/esm/ContentCardPaginated.js +18 -17
- package/dist/esm/DeckContent.js +26 -25
- package/dist/esm/DeckQueue.js +15 -14
- package/dist/esm/DeckQueuePaginated.js +16 -15
- package/dist/esm/{Dfp-4b99f79d.js → Dfp-102f0beb.js} +5 -4
- package/dist/esm/EventsDeck.js +27 -27
- package/dist/esm/ExternalResources.js +22 -20
- package/dist/esm/Feature.js +4 -4
- package/dist/esm/ForbesHero.js +5 -5
- package/dist/esm/GridContent.js +21 -20
- package/dist/esm/GridContentPaginated.js +21 -20
- package/dist/esm/GridHero.js +6 -6
- package/dist/esm/GroupDeck.js +6 -6
- package/dist/esm/HamMagazine.js +15 -15
- package/dist/esm/HealthCareProfessionalModal.js +1 -1
- package/dist/esm/Hero.js +5 -5
- package/dist/esm/HorizontalArticleListing.js +22 -20
- package/dist/esm/HorizontalHero.js +4 -4
- package/dist/esm/ImageSlider-f84174cb.js +2804 -0
- package/dist/esm/IssueContentDeck.js +5 -5
- package/dist/esm/IssueDeck.js +7 -7
- package/dist/esm/IssueLanding.js +54 -52
- package/dist/esm/KMTracker.js +15 -15
- package/dist/esm/LeftNav.js +9 -8
- package/dist/esm/MasterDeck.js +26 -25
- package/dist/esm/MasterDeckPaginated.js +25 -24
- package/dist/esm/{MediaSeriesCard-99048e65.js → MediaSeriesCard-79ff1069.js} +110 -107
- package/dist/esm/MediaSeriesLanding.js +32 -29
- package/dist/esm/MediaSeriesLandingPaginated.js +32 -29
- package/dist/esm/NavDvm.js +5 -5
- package/dist/esm/NavMagazine.js +16 -16
- package/dist/esm/NavNative.js +14 -14
- package/dist/esm/OncliveHero.js +4 -4
- package/dist/esm/OncliveLargeHero.js +6 -6
- package/dist/esm/PageFilter.js +3 -3
- package/dist/esm/PartnerDetailListing.js +28 -26
- package/dist/esm/PartnerDetailListingPaginated.js +28 -26
- package/dist/esm/PixelTracking.js +3 -3
- package/dist/esm/PopUpModal.js +3 -3
- package/dist/esm/PtceDeck.js +7 -7
- package/dist/esm/PubSection.js +15 -14
- package/dist/esm/PubToc.js +5 -5
- package/dist/esm/PublicationDeck.js +4 -4
- package/dist/esm/PublicationLanding.js +39 -35
- package/dist/esm/QueueDeckExpanded.js +15 -14
- package/dist/esm/QueueDeckExpandedPaginated.js +15 -14
- package/dist/esm/RelatedContent.js +32 -32
- package/dist/esm/RelatedTopicsDropdown.js +10 -10
- package/dist/esm/Schema.js +8 -8
- package/dist/esm/Search.js +3 -3
- package/dist/esm/Segment.js +4 -4
- package/dist/esm/SeriesListingDeck.js +10 -9
- package/dist/esm/{SeriesSlider-609f9d94.js → SeriesSlider-f771e20d.js} +5 -5
- package/dist/esm/SideFooter.js +8 -8
- package/dist/esm/{SocialSearchComponent-1d8a9f59.js → SocialSearchComponent-4b56cd8c.js} +1 -1
- package/dist/esm/TaxonomyCard.js +6 -6
- package/dist/esm/TaxonomyDescription.js +22 -20
- package/dist/esm/TemplateNormal.js +12 -11
- package/dist/esm/ThumbnailCard.js +5 -5
- package/dist/esm/Ustream.js +6 -6
- package/dist/esm/VerticalHero.js +4 -4
- package/dist/esm/VideoProgramLandingPage.js +22 -20
- package/dist/esm/VideoSeriesCard.js +7 -7
- package/dist/esm/VideoSeriesFilter.js +5 -5
- package/dist/esm/VideoSeriesLandingPage.js +18 -17
- package/dist/esm/VideoSeriesListing.js +12 -11
- package/dist/esm/View.js +28 -25
- package/dist/esm/YahooHero.js +6 -6
- package/dist/esm/YoutubeGroup.js +8 -8
- 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-9716ae8d.js → asyncToGenerator-958ef5fc.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/events-6c3a7a63.js +467 -0
- package/dist/esm/{extends-dc6a71fd.js → extends-6d8e3924.js} +1 -1
- package/dist/esm/faundadb.js +6 -323
- package/dist/esm/getPtceActivities.js +4 -4
- package/dist/esm/getRelatedArticle.js +8 -213
- package/dist/esm/getRootDocGroup.js +4 -4
- package/dist/esm/getSerializers.js +22 -20
- package/dist/esm/{getTargeting-db566006.js → getTargeting-9bd28724.js} +11 -11
- package/dist/esm/getTargeting.js +5 -5
- package/dist/esm/{index-c60f3bb6.js → index-03afef1c.js} +16 -588
- package/dist/esm/{index-0dbff1d1.js → index-3f5c03b2.js} +5 -5
- package/dist/esm/index-98ca9cec.js +100 -0
- package/dist/esm/index-db3bb315.js +207 -0
- package/dist/esm/{index-5cc7b406.js → index-f0fc23eb.js} +1 -466
- package/dist/esm/index.js +41 -32
- 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/md5-4e42248e.js +321 -0
- 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/{urlForFile-413f5ddb.js → urlForFile-b69adffc.js} +1 -1
- package/dist/esm/{ustream-api-41166338.js → ustream-api-d3714624.js} +4 -4
- package/dist/esm/util-8ed16d48.js +585 -0
- package/dist/esm/{web.dom.iterable-fdf034f5.js → web.dom.iterable-ab4dea5c.js} +1 -1
- package/package.json +115 -115
- package/dist/cjs/ImageSlider-a7fb6218.js +0 -182
- package/dist/esm/ImageSlider-eab2fe41.js +0 -176
- /package/dist/cjs/{ADInfeed-cf54cb8a.js → ADInfeed-81006615.js} +0 -0
- /package/dist/cjs/{ADlgInfeed-d06624d8.js → ADlgInfeed-0db07099.js} +0 -0
- /package/dist/cjs/{PublicationFeature-be5f3503.js → PublicationFeature-5ccf9b13.js} +0 -0
- /package/dist/esm/{PublicationFeature-03500094.js → PublicationFeature-d88e76b9.js} +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _ as _typeof } from './typeof-
|
|
1
|
+
import { _ as _typeof } from './typeof-e9fc0c5d.js';
|
|
2
2
|
import React__default from 'react';
|
|
3
3
|
import { L as LazyLoad } from './index-755f2cc2.js';
|
|
4
4
|
import urlFor from './urlFor.js';
|
|
@@ -6,16 +6,16 @@ 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
|
-
var css = ".VideoSeriesCard-module_article__Hlc3e {\
|
|
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" };
|
|
20
20
|
styleInject(css);
|
|
21
21
|
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { _ as _asyncToGenerator, r as regenerator } from './asyncToGenerator-
|
|
2
|
-
import { _ as _slicedToArray } from './slicedToArray-
|
|
1
|
+
import { _ as _asyncToGenerator, r as regenerator } from './asyncToGenerator-958ef5fc.js';
|
|
2
|
+
import { _ as _slicedToArray } from './slicedToArray-6ebcbfea.js';
|
|
3
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
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { _ as _asyncToGenerator, r as regenerator } from './asyncToGenerator-
|
|
2
|
-
import { _ as _typeof } from './typeof-
|
|
1
|
+
import { _ as _asyncToGenerator, r as regenerator } from './asyncToGenerator-958ef5fc.js';
|
|
2
|
+
import { _ as _typeof } from './typeof-e9fc0c5d.js';
|
|
3
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';
|
|
@@ -7,20 +7,21 @@ 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
|
+
import './events-6c3a7a63.js';
|
|
24
25
|
import 'prop-types';
|
|
25
26
|
import 'react-bootstrap/Container';
|
|
26
27
|
import 'react-bootstrap/Row';
|
|
@@ -34,14 +35,14 @@ import './toNumber-5aeba6e7.js';
|
|
|
34
35
|
import './index.es-a6137319.js';
|
|
35
36
|
import './visibility-sensor-72fd8f8b.js';
|
|
36
37
|
import 'react-dom';
|
|
37
|
-
import './index-
|
|
38
|
-
import './ADlgInfeed-
|
|
38
|
+
import './index-3f5c03b2.js';
|
|
39
|
+
import './ADlgInfeed-dc36c928.js';
|
|
39
40
|
import './AdSlot.js';
|
|
40
41
|
import './Beam.js';
|
|
41
|
-
import './stringify-
|
|
42
|
+
import './stringify-2b084bee.js';
|
|
42
43
|
import './Segment.js';
|
|
43
44
|
import './main-1894c974.js';
|
|
44
|
-
import './ADInfeed-
|
|
45
|
+
import './ADInfeed-6d1fc6bf.js';
|
|
45
46
|
import './index-755f2cc2.js';
|
|
46
47
|
import './urlFor.js';
|
|
47
48
|
import './style-inject.es-1f59c1d0.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { _ as _extends } from './extends-
|
|
2
|
-
import { _ as _inherits, a as _classCallCheck, b as _possibleConstructorReturn, c as _Object$getPrototypeOf, d as _createClass } from './inherits-
|
|
1
|
+
import { _ as _extends } from './extends-6d8e3924.js';
|
|
2
|
+
import { _ as _inherits, a as _classCallCheck, b as _possibleConstructorReturn, c as _Object$getPrototypeOf, d as _createClass } from './inherits-a6ba2ec4.js';
|
|
3
3
|
import React__default from 'react';
|
|
4
|
-
import { l as lib_3 } from './index-
|
|
4
|
+
import { l as lib_3 } from './index-f0fc23eb.js';
|
|
5
5
|
import Container from 'react-bootstrap/Container';
|
|
6
6
|
import { V as VisibilitySensor } from './visibility-sensor-72fd8f8b.js';
|
|
7
7
|
import { I as IoIosArrowForward } from './index.esm-eb1e8e80.js';
|
|
@@ -11,23 +11,24 @@ import YoutubeGroup from './YoutubeGroup.js';
|
|
|
11
11
|
import { d as debounce_1 } from './debounce-533d9748.js';
|
|
12
12
|
import { I as InfiniteScroll } from './index.es-a6137319.js';
|
|
13
13
|
import './_commonjsHelpers-0c4b6f40.js';
|
|
14
|
-
import './core.get-iterator-method-
|
|
14
|
+
import './core.get-iterator-method-ea258bb1.js';
|
|
15
15
|
import './_object-pie-133f504a.js';
|
|
16
|
-
import './_object-sap-
|
|
17
|
-
import './define-property-
|
|
18
|
-
import './typeof-
|
|
19
|
-
import './web.dom.iterable-
|
|
20
|
-
import './_is-array-
|
|
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
21
|
import './_library-528f1934.js';
|
|
22
|
+
import './events-6c3a7a63.js';
|
|
22
23
|
import 'prop-types';
|
|
23
24
|
import 'react-dom';
|
|
24
25
|
import './iconBase-ccc56b97.js';
|
|
25
|
-
import './slicedToArray-
|
|
26
|
+
import './slicedToArray-6ebcbfea.js';
|
|
26
27
|
import './index-c7e2ac95.js';
|
|
27
28
|
import './index-755f2cc2.js';
|
|
28
29
|
import './smoothscroll-fa4e3f8c.js';
|
|
29
30
|
import './urlFor.js';
|
|
30
|
-
import './index-
|
|
31
|
+
import './index-3f5c03b2.js';
|
|
31
32
|
import './main-1894c974.js';
|
|
32
33
|
import './isSymbol-a7e9aafe.js';
|
|
33
34
|
import './toNumber-5aeba6e7.js';
|
package/dist/esm/View.js
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { _ as _asyncToGenerator, r as regenerator, a as _Promise } from './asyncToGenerator-
|
|
2
|
-
import { _ as _extends, a as _Object$assign } from './extends-
|
|
3
|
-
import { a as _getIterator, _ as _slicedToArray } from './slicedToArray-
|
|
1
|
+
import { _ as _asyncToGenerator, r as regenerator, a as _Promise } from './asyncToGenerator-958ef5fc.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
4
|
import React__default, { useState, useRef, useEffect, forwardRef } from 'react';
|
|
5
5
|
import Head from 'next/head';
|
|
6
6
|
import { useRouter } from 'next/router';
|
|
7
|
-
import { _ as _JSON$stringify } from './stringify-
|
|
8
|
-
import { _ as _toConsumableArray } from './toConsumableArray-
|
|
7
|
+
import { _ as _JSON$stringify } from './stringify-2b084bee.js';
|
|
8
|
+
import { _ as _toConsumableArray } from './toConsumableArray-f7074d7c.js';
|
|
9
9
|
import { m as moment } from './moment-bc12cb97.js';
|
|
10
|
-
import { B as BlockContent } from './BlockContent-
|
|
10
|
+
import { B as BlockContent } from './BlockContent-1e73bd2c.js';
|
|
11
11
|
import { m as main_43 } from './main-1894c974.js';
|
|
12
12
|
import 'react-bootstrap/Dropdown';
|
|
13
13
|
import Form from 'react-bootstrap/Form';
|
|
@@ -15,14 +15,14 @@ import FormControl from 'react-bootstrap/FormControl';
|
|
|
15
15
|
import Button from 'react-bootstrap/Button';
|
|
16
16
|
import { V as VisibilitySensor } from './visibility-sensor-72fd8f8b.js';
|
|
17
17
|
import SocialShare from './SocialShare.js';
|
|
18
|
-
import { r as renderAuthor, g as getSerializers } from './index-
|
|
18
|
+
import { r as renderAuthor, g as getSerializers } from './index-03afef1c.js';
|
|
19
19
|
import DFPAdSlot from './AdSlot.js';
|
|
20
|
-
import { S as SeriesSlider } from './SeriesSlider-
|
|
21
|
-
import { a as getContentPlacementUrl, g as getTargeting } from './getTargeting-
|
|
20
|
+
import { S as SeriesSlider } from './SeriesSlider-f771e20d.js';
|
|
21
|
+
import { a as getContentPlacementUrl, g as getTargeting } from './getTargeting-9bd28724.js';
|
|
22
22
|
import getKeywords from './getKeywords.js';
|
|
23
23
|
import urlFor from './urlFor.js';
|
|
24
|
-
import { u as urlForFile } from './urlForFile-
|
|
25
|
-
import { _ as _typeof } from './typeof-
|
|
24
|
+
import { u as urlForFile } from './urlForFile-b69adffc.js';
|
|
25
|
+
import { _ as _typeof } from './typeof-e9fc0c5d.js';
|
|
26
26
|
import { b as FaMinus, c as FaPlus } from './index.esm-1bd8a0a8.js';
|
|
27
27
|
import { s as styleInject } from './style-inject.es-1f59c1d0.js';
|
|
28
28
|
import './index-755f2cc2.js';
|
|
@@ -30,24 +30,25 @@ import { DiscussionEmbed } from 'disqus-react';
|
|
|
30
30
|
import Schema from './Schema.js';
|
|
31
31
|
import FileSaver from 'file-saver';
|
|
32
32
|
import { PixelTrackingArticle } from './PixelTracking.js';
|
|
33
|
-
import { _ as _Object$keys } from './keys-
|
|
33
|
+
import { _ as _Object$keys } from './keys-31dcdb31.js';
|
|
34
34
|
import { I as InfiniteScroll } from './index.es-a6137319.js';
|
|
35
|
-
import { l as lib_3 } from './index-
|
|
35
|
+
import { l as lib_3 } from './index-f0fc23eb.js';
|
|
36
36
|
import getRelatedArticle from './getRelatedArticle.js';
|
|
37
37
|
import getQuery from './getQuery.js';
|
|
38
38
|
import getSeriesDetail from './getSeriesDetail.js';
|
|
39
39
|
import './_commonjsHelpers-0c4b6f40.js';
|
|
40
|
-
import './core.get-iterator-method-
|
|
41
|
-
import './web.dom.iterable-
|
|
40
|
+
import './core.get-iterator-method-ea258bb1.js';
|
|
41
|
+
import './web.dom.iterable-ab4dea5c.js';
|
|
42
42
|
import './_library-528f1934.js';
|
|
43
|
-
import './_iter-detect-
|
|
43
|
+
import './_iter-detect-98db3b07.js';
|
|
44
44
|
import './_object-pie-133f504a.js';
|
|
45
45
|
import 'prop-types';
|
|
46
|
-
import './index-
|
|
46
|
+
import './index-3f5c03b2.js';
|
|
47
47
|
import 'react-dom';
|
|
48
48
|
import 'react-share';
|
|
49
49
|
import 'react-bootstrap';
|
|
50
50
|
import './index-c7e2ac95.js';
|
|
51
|
+
import './util-8ed16d48.js';
|
|
51
52
|
import './Beam.js';
|
|
52
53
|
import './Segment.js';
|
|
53
54
|
import './brightcove-react-player-loader.es-57a70a56.js';
|
|
@@ -55,15 +56,15 @@ import 'react-bootstrap/Modal';
|
|
|
55
56
|
import 'react-ga';
|
|
56
57
|
import './GroupDeck.js';
|
|
57
58
|
import './smoothscroll-fa4e3f8c.js';
|
|
58
|
-
import './_is-array-
|
|
59
|
-
import './_object-to-array-
|
|
59
|
+
import './_is-array-8d21b9e3.js';
|
|
60
|
+
import './_object-to-array-2300e51b.js';
|
|
60
61
|
import 'react-bootstrap/Pagination';
|
|
61
|
-
import './entities-
|
|
62
|
+
import './entities-6d9154b4.js';
|
|
62
63
|
import 'react-bootstrap/Row';
|
|
63
64
|
import 'react-bootstrap/Col';
|
|
64
|
-
import './inherits-
|
|
65
|
-
import './_object-sap-
|
|
66
|
-
import './define-property-
|
|
65
|
+
import './inherits-a6ba2ec4.js';
|
|
66
|
+
import './_object-sap-7cee6f84.js';
|
|
67
|
+
import './define-property-5f1bda73.js';
|
|
67
68
|
import './index.esm-eb1e8e80.js';
|
|
68
69
|
import './iconBase-ccc56b97.js';
|
|
69
70
|
import 'react-bootstrap/Figure';
|
|
@@ -73,6 +74,8 @@ import 'react-bootstrap/Popover';
|
|
|
73
74
|
import './debounce-533d9748.js';
|
|
74
75
|
import './isSymbol-a7e9aafe.js';
|
|
75
76
|
import './toNumber-5aeba6e7.js';
|
|
77
|
+
import './events-6c3a7a63.js';
|
|
78
|
+
import './index-db3bb315.js';
|
|
76
79
|
|
|
77
80
|
var getArticleSummary = function getArticleSummary(article) {
|
|
78
81
|
if (article.summary && article.summary.length > 0) {
|
|
@@ -361,7 +364,7 @@ var ISI = function ISI(props) {
|
|
|
361
364
|
);
|
|
362
365
|
};
|
|
363
366
|
|
|
364
|
-
var css$1 = ".RelatedArticles-module_mediaContainer__10h9k {\
|
|
367
|
+
var css$1 = ".RelatedArticles-module_mediaContainer__10h9k {\n display: flex;\n flex-direction: row;\n flex-wrap: nowrap;\n margin: 0 -1rem;\n}\n.RelatedArticles-module_mediaCard__3wQbn {\n margin: 0 1rem 1rem;\n width: calc(33% - 1rem);\n display: column;\n flex-direction: row;\n margin-bottom: 0.75rem;\n padding-bottom: 0.75rem;\n border-bottom: none;\n}\n.RelatedArticles-module_mediaCard__3wQbn:last-child {\n border-bottom: none;\n}\n.RelatedArticles-module_cardTitle__3P-Ib {\n font-weight: bold;\n color: #252525;\n margin-bottom: 0.25rem;\n font-size: 15px;\n}\n.RelatedArticles-module_authorListing__1EFg4 span.RelatedArticles-module_text-muted__3b0zX {\n color: #000;\n font-weight: bold;\n}\n.RelatedArticles-module_cardDate__1wOR5 {\n color: var(--dark);\n display: block;\n background: #fff !important;\n margin-bottom: 0;\n}\n.RelatedArticles-module_imgWrapper__5Jx_4 {\n display: block;\n text-align: center;\n margin-bottom: 0.5rem;\n}\n.RelatedArticles-module_imgWrapper__5Jx_4 img {\n height: 135px;\n width: 100%;\n object-fit: cover;\n object-position: center;\n}\n@media screen and (max-width: 1064px) {\n}\n@media screen and (max-width: 968px) {\n .RelatedArticles-module_mediaContainer__10h9k {\n flex-wrap: wrap;\n }\n .RelatedArticles-module_imgWrapper__5Jx_4 {\n display: none;\n }\n .RelatedArticles-module_mediaCard__3wQbn {\n width: 100%;\n margin-bottom: 0.5rem;\n padding: 0;\n }\n .RelatedArticles-module_cardTitle__3P-Ib {\n font-size: 0.75rem;\n margin-bottom: 0;\n }\n}\n";
|
|
365
368
|
var styles$1 = { "mediaContainer": "RelatedArticles-module_mediaContainer__10h9k", "mediaCard": "RelatedArticles-module_mediaCard__3wQbn", "cardTitle": "RelatedArticles-module_cardTitle__3P-Ib", "authorListing": "RelatedArticles-module_authorListing__1EFg4", "text-muted": "RelatedArticles-module_text-muted__3b0zX", "cardDate": "RelatedArticles-module_cardDate__1wOR5", "imgWrapper": "RelatedArticles-module_imgWrapper__5Jx_4" };
|
|
366
369
|
styleInject(css$1);
|
|
367
370
|
|
|
@@ -460,7 +463,7 @@ var getSocialShareDisableFlag = function getSocialShareDisableFlag(article) {
|
|
|
460
463
|
return showSocialShare;
|
|
461
464
|
};
|
|
462
465
|
|
|
463
|
-
var css = ".RecommendedArticles-module_recommendTitle__2kUji {\
|
|
466
|
+
var css = ".RecommendedArticles-module_recommendTitle__2kUji {\n border-bottom: 2px solid var(--secondary-blue);\n font-size: 1.5rem;\n font-weight: bold;\n color: #0d335a;\n padding: 0.5rem;\n}\n.RecommendedArticles-module_recommendContainer__sZukI {\n display: flex;\n flex-direction: row;\n flex-wrap: wrap;\n margin: 0 -0.5rem;\n}\n.RecommendedArticles-module_recommendTop__1_yqw {\n margin: 0.5rem;\n width: 100%;\n flex-basis: 100%;\n display: flex;\n\n}\n.RecommendedArticles-module_recommendTopImg__1b9gu {\n min-width: 55%;\n width: 55%;\n height: 100%;\n}\n.RecommendedArticles-module_recommendTopImg__1b9gu img {\n width: 100%;\n height: 100%;\n object-fit: cover;\n}\n.RecommendedArticles-module_recommendTopBody__-13FI {\n margin-left: 1rem;\n line-height: 1.3;\n color: #121212;\n display: flex;\n flex-direction: column;\n}\n.RecommendedArticles-module_topTitle__2EafN {\n font-size: 25px;\n font-weight: bold;\n margin-bottom: 0.5rem;\n}\n.RecommendedArticles-module_topBody__2_VNi {\n font-size: 19px;\n margin-bottom: 0.5rem;\n}\n.RecommendedArticles-module_topLink__2RnXu {\n font-size: 19px;\n color: rgb(43, 43, 151);\n text-decoration: underline;\n margin-top: auto;\n}\n.RecommendedArticles-module_smContainer__4byBO {\n width: calc(25% - 1rem);\n margin: 0 0.5rem;\n}\n.RecommendedArticles-module_smImage__TYZGY img {\n width: 100%;\n}\n.RecommendedArticles-module_title__3q1ud {\n margin-top: 1rem;\n line-height: 1.2;\n color: #121212;\n}\n.RecommendedArticles-module_category__2jRto {\n text-transform: uppercase;\n font-size: 16px;\n letter-spacing: 2px;\n margin: 0.25rem 0;\n}\n\n/* media query */\n\n@media screen and (max-width: 1399px) {\n .RecommendedArticles-module_topTitle__2EafN {\n font-size: 21px;\n }\n .RecommendedArticles-module_topBody__2_VNi {\n font-size: 15px;\n }\n}\n@media screen and (max-width: 1191px) {\n .RecommendedArticles-module_topTitle__2EafN {\n font-size: 23px;\n }\n .RecommendedArticles-module_topBody__2_VNi,\n .RecommendedArticles-module_topLink__2RnXu {\n font-size: 17px;\n }\n}\n@media screen and (max-width: 968px) {\n .RecommendedArticles-module_topTitle__2EafN {\n font-size: 18px;\n }\n .RecommendedArticles-module_topBody__2_VNi,\n .RecommendedArticles-module_topLink__2RnXu {\n font-size: 15px;\n }\n}\n@media screen and (max-width: 768px) {\n .RecommendedArticles-module_recommendTop__1_yqw {\n flex-direction: column;\n }\n .RecommendedArticles-module_recommendTopImg__1b9gu,\n .RecommendedArticles-module_recommendTopBody__-13FI {\n width: 100%;\n margin: 0;\n }\n .RecommendedArticles-module_recommendTopBody__-13FI {\n margin-bottom: 1rem;\n }\n .RecommendedArticles-module_smContainer__4byBO {\n width: calc(50% - 1rem);\n }\n}";
|
|
464
467
|
var styles = { "recommendTitle": "RecommendedArticles-module_recommendTitle__2kUji", "recommendContainer": "RecommendedArticles-module_recommendContainer__sZukI", "recommendTop": "RecommendedArticles-module_recommendTop__1_yqw", "recommendTopImg": "RecommendedArticles-module_recommendTopImg__1b9gu", "recommendTopBody": "RecommendedArticles-module_recommendTopBody__-13FI", "topTitle": "RecommendedArticles-module_topTitle__2EafN", "topBody": "RecommendedArticles-module_topBody__2_VNi", "topLink": "RecommendedArticles-module_topLink__2RnXu", "smContainer": "RecommendedArticles-module_smContainer__4byBO", "smImage": "RecommendedArticles-module_smImage__TYZGY", "title": "RecommendedArticles-module_title__3q1ud", "category": "RecommendedArticles-module_category__2jRto" };
|
|
465
468
|
styleInject(css);
|
|
466
469
|
|
package/dist/esm/YahooHero.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import React__default from 'react';
|
|
2
2
|
import { m as moment } from './moment-bc12cb97.js';
|
|
3
3
|
import urlFor from './urlFor.js';
|
|
4
|
-
import { c as clean_html_1 } from './entities-
|
|
5
|
-
import { A as AuthorComponent } from './AuthorComponent-
|
|
4
|
+
import { c as clean_html_1 } from './entities-6d9154b4.js';
|
|
5
|
+
import { A as AuthorComponent } from './AuthorComponent-11adff02.js';
|
|
6
6
|
import { L as LazyLoad } from './index-755f2cc2.js';
|
|
7
7
|
import './_commonjsHelpers-0c4b6f40.js';
|
|
8
|
-
import './slicedToArray-
|
|
9
|
-
import './web.dom.iterable-
|
|
10
|
-
import './core.get-iterator-method-
|
|
11
|
-
import './index-
|
|
8
|
+
import './slicedToArray-6ebcbfea.js';
|
|
9
|
+
import './web.dom.iterable-ab4dea5c.js';
|
|
10
|
+
import './core.get-iterator-method-ea258bb1.js';
|
|
11
|
+
import './index-3f5c03b2.js';
|
|
12
12
|
import 'react-dom';
|
|
13
13
|
import 'prop-types';
|
|
14
14
|
|
package/dist/esm/YoutubeGroup.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _ as _slicedToArray } from './slicedToArray-
|
|
1
|
+
import { _ as _slicedToArray } from './slicedToArray-6ebcbfea.js';
|
|
2
2
|
import React__default, { useRef, useState, useEffect } from 'react';
|
|
3
3
|
import { g as getYoutubeId } from './index-c7e2ac95.js';
|
|
4
4
|
import { L as LazyLoad } from './index-755f2cc2.js';
|
|
@@ -6,16 +6,16 @@ import { s as smoothscroll } from './smoothscroll-fa4e3f8c.js';
|
|
|
6
6
|
import urlFor from './urlFor.js';
|
|
7
7
|
import { m as main_43, a as main_49, b as main_42 } from './main-1894c974.js';
|
|
8
8
|
import './_commonjsHelpers-0c4b6f40.js';
|
|
9
|
-
import './web.dom.iterable-
|
|
10
|
-
import './core.get-iterator-method-
|
|
9
|
+
import './web.dom.iterable-ab4dea5c.js';
|
|
10
|
+
import './core.get-iterator-method-ea258bb1.js';
|
|
11
11
|
import 'react-dom';
|
|
12
12
|
import 'prop-types';
|
|
13
|
-
import './index-
|
|
13
|
+
import './index-3f5c03b2.js';
|
|
14
14
|
|
|
15
|
-
/*
|
|
16
|
-
GROQ query -
|
|
17
|
-
accepts an array of title, URL
|
|
18
|
-
`https://img.youtube.com/vi/${getYouTubeId(vid.url)}/hqdefault.jpg`
|
|
15
|
+
/*
|
|
16
|
+
GROQ query -
|
|
17
|
+
accepts an array of title, URL
|
|
18
|
+
`https://img.youtube.com/vi/${getYouTubeId(vid.url)}/hqdefault.jpg`
|
|
19
19
|
*/
|
|
20
20
|
|
|
21
21
|
var YoutubeGroup = function YoutubeGroup(props) {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { c as createCommonjsModule } from './_commonjsHelpers-0c4b6f40.js';
|
|
2
|
-
import { D as _uid, m as _fails, b as _isObject, B as _has,
|
|
2
|
+
import { D as _uid, c as _objectDp, m as _fails, b as _isObject, B as _has, G as _cof } from './core.get-iterator-method-ea258bb1.js';
|
|
3
3
|
|
|
4
4
|
var _meta = createCommonjsModule(function (module) {
|
|
5
5
|
var META = _uid('meta');
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { y as _toIobject, t as _objectKeys,
|
|
1
|
+
import { y as _toIobject, t as _objectKeys, f as _descriptors } from './core.get-iterator-method-ea258bb1.js';
|
|
2
2
|
import { a as _objectPie } from './_object-pie-133f504a.js';
|
|
3
3
|
|
|
4
4
|
var isEnum = _objectPie.f;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { c as createCommonjsModule, u as unwrapExports } from './_commonjsHelpers-0c4b6f40.js';
|
|
2
|
-
import { s as core_getIteratorMethod,
|
|
3
|
-
import './web.dom.iterable-
|
|
2
|
+
import { s as core_getIteratorMethod, e as _ctx, k as _toLength, v as _anObject, h as _wks, q as _aFunction, l as _global, G as _cof, H as _domCreate, I as _html, b as _isObject, n as _hide, a as _core, f as _descriptors, c as _objectDp, p as _classof, _ as _export, o as _setToStringTag } from './core.get-iterator-method-ea258bb1.js';
|
|
3
|
+
import './web.dom.iterable-ab4dea5c.js';
|
|
4
4
|
import { _ as _library } from './_library-528f1934.js';
|
|
5
|
-
import { a as _isArrayIter, b as _iterCall, _ as _iterDetect } from './_iter-detect-
|
|
5
|
+
import { a as _isArrayIter, b as _iterCall, _ as _iterDetect } from './_iter-detect-98db3b07.js';
|
|
6
6
|
|
|
7
7
|
var runtime = createCommonjsModule(function (module) {
|
|
8
8
|
/**
|
package/dist/esm/{core.get-iterator-method-e903ff31.js → core.get-iterator-method-ea258bb1.js}
RENAMED
|
@@ -544,4 +544,4 @@ var core_getIteratorMethod = _core.getIteratorMethod = function (it) {
|
|
|
544
544
|
|| _iterators[_classof(it)];
|
|
545
545
|
};
|
|
546
546
|
|
|
547
|
-
export { _ie8DomDefine as A, _has as B, _shared as C, _uid as D, _redefine as E, _iterators as F, _cof as G, _domCreate as H, _html as I, _export as _, _core as a, _isObject as b,
|
|
547
|
+
export { _ie8DomDefine as A, _has as B, _shared as C, _uid as D, _redefine as E, _iterators as F, _cof as G, _domCreate as H, _html as I, _export as _, _core as a, _isObject as b, _objectDp as c, _objectCreate as d, _ctx as e, _descriptors as f, _iterDefine as g, _wks as h, _toObject as i, _iobject as j, _toLength as k, _global as l, _fails as m, _hide as n, _setToStringTag as o, _classof as p, _aFunction as q, _propertyDesc as r, core_getIteratorMethod as s, _objectKeys as t, _objectGpo as u, _anObject as v, _enumBugKeys as w, _objectKeysInternal as x, _toIobject as y, _toPrimitive as z };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { c as createCommonjsModule, u as unwrapExports } from './_commonjsHelpers-0c4b6f40.js';
|
|
2
|
-
import { _ as _export,
|
|
2
|
+
import { _ as _export, c as _objectDp, f as _descriptors, a as _core } from './core.get-iterator-method-ea258bb1.js';
|
|
3
3
|
|
|
4
4
|
// 19.1.2.4 / 15.2.3.6 Object.defineProperty(O, P, Attributes)
|
|
5
5
|
_export(_export.S + _export.F * !_descriptors, 'Object', { defineProperty: _objectDp.f });
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
import { c as createCommonjsModule, u as unwrapExports } from './_commonjsHelpers-0c4b6f40.js';
|
|
2
|
+
|
|
3
|
+
var asyncToGenerator = createCommonjsModule(function (module) {
|
|
4
|
+
function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) {
|
|
5
|
+
try {
|
|
6
|
+
var info = gen[key](arg);
|
|
7
|
+
var value = info.value;
|
|
8
|
+
} catch (error) {
|
|
9
|
+
reject(error);
|
|
10
|
+
return;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
if (info.done) {
|
|
14
|
+
resolve(value);
|
|
15
|
+
} else {
|
|
16
|
+
Promise.resolve(value).then(_next, _throw);
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
function _asyncToGenerator(fn) {
|
|
21
|
+
return function () {
|
|
22
|
+
var self = this,
|
|
23
|
+
args = arguments;
|
|
24
|
+
return new Promise(function (resolve, reject) {
|
|
25
|
+
var gen = fn.apply(self, args);
|
|
26
|
+
|
|
27
|
+
function _next(value) {
|
|
28
|
+
asyncGeneratorStep(gen, resolve, reject, _next, _throw, "next", value);
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
function _throw(err) {
|
|
32
|
+
asyncGeneratorStep(gen, resolve, reject, _next, _throw, "throw", err);
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
_next(undefined);
|
|
36
|
+
});
|
|
37
|
+
};
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
module.exports = _asyncToGenerator;
|
|
41
|
+
module.exports["default"] = module.exports, module.exports.__esModule = true;
|
|
42
|
+
});
|
|
43
|
+
|
|
44
|
+
var _asyncToGenerator = unwrapExports(asyncToGenerator);
|
|
45
|
+
|
|
46
|
+
var defineProperty = createCommonjsModule(function (module) {
|
|
47
|
+
function _defineProperty(obj, key, value) {
|
|
48
|
+
if (key in obj) {
|
|
49
|
+
Object.defineProperty(obj, key, {
|
|
50
|
+
value: value,
|
|
51
|
+
enumerable: true,
|
|
52
|
+
configurable: true,
|
|
53
|
+
writable: true
|
|
54
|
+
});
|
|
55
|
+
} else {
|
|
56
|
+
obj[key] = value;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
return obj;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
module.exports = _defineProperty;
|
|
63
|
+
module.exports["default"] = module.exports, module.exports.__esModule = true;
|
|
64
|
+
});
|
|
65
|
+
|
|
66
|
+
var _defineProperty = unwrapExports(defineProperty);
|
|
67
|
+
|
|
68
|
+
export { _asyncToGenerator as _, _defineProperty as a, asyncToGenerator as b, defineProperty as d };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { c as createCommonjsModule, u as unwrapExports } from './_commonjsHelpers-0c4b6f40.js';
|
|
2
|
-
import { d as defineProperty$1 } from './define-property-
|
|
2
|
+
import { d as defineProperty$1 } from './define-property-5f1bda73.js';
|
|
3
3
|
|
|
4
4
|
var defineProperty = createCommonjsModule(function (module, exports) {
|
|
5
5
|
|
|
@@ -58,6 +58,10 @@ var striptags = createCommonjsModule(function (module) {
|
|
|
58
58
|
}
|
|
59
59
|
|
|
60
60
|
function striptags_internal(html, context) {
|
|
61
|
+
if (typeof html != "string") {
|
|
62
|
+
throw new TypeError("'html' parameter must be a string");
|
|
63
|
+
}
|
|
64
|
+
|
|
61
65
|
let allowable_tags = context.allowable_tags;
|
|
62
66
|
let tag_replacement = context.tag_replacement;
|
|
63
67
|
|