@mjhls/mjh-framework 1.0.445 → 1.0.446
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 +32 -0
- package/dist/cjs/AD300x250.js +60 -0
- package/dist/cjs/AD300x250x600.js +60 -0
- package/dist/cjs/AD728x90.js +134 -0
- package/dist/cjs/ADFloatingFooter.js +139 -0
- package/dist/cjs/ADFooter.js +45 -0
- package/dist/cjs/ADGutter.js +88 -0
- package/dist/cjs/{ADInfeed-ae1f348d.js → ADInfeed-7609d929.js} +2 -2
- package/dist/cjs/ADSponsoredResources.js +106 -0
- package/dist/cjs/ADWelcome.js +150 -0
- package/dist/cjs/{ADlgInfeed-f4c4a1bf.js → ADlgInfeed-700551ef.js} +2 -2
- package/dist/cjs/AccordionPanel.js +95 -0
- package/dist/cjs/AdSlot.js +166 -0
- package/dist/cjs/AdSlotsProvider.js +31 -0
- package/dist/cjs/AlphabeticList.js +137 -0
- package/dist/cjs/ArticleQueue.js +863 -0
- package/dist/cjs/Auth.js +3950 -0
- package/dist/cjs/{AuthorComponent-b44bb44e.js → AuthorComponent-5bb8f868.js} +1 -1
- package/dist/cjs/Beam.js +347 -0
- package/dist/cjs/{TaxonomyCard-fa09aac1.js → BlockContent-80608595.js} +0 -236
- package/dist/cjs/Breadcrumbs.js +108 -0
- package/dist/cjs/CMEDeck.js +454 -0
- package/dist/cjs/Column1.js +39 -0
- package/dist/cjs/Column2.js +67 -0
- package/dist/cjs/Column3.js +141 -0
- package/dist/cjs/ConferenceArticleCard.js +91 -0
- package/dist/cjs/ConferenceBanner-6c9e718a.js +24 -0
- package/dist/cjs/DeckContent.js +24 -13
- package/dist/cjs/DeckQueue.js +17 -10
- package/dist/cjs/{Dfp-d7639f4c.js → Dfp-19f10ad4.js} +8 -5
- package/dist/cjs/EventsDeck.js +1999 -0
- package/dist/cjs/Feature.js +120 -0
- package/dist/cjs/{Figure-cc919c38.js → Figure-ce37247b.js} +3 -2
- package/dist/cjs/ForbesHero.js +140 -0
- package/dist/cjs/GridContent.js +721 -33
- package/dist/cjs/GridHero.js +145 -0
- package/dist/cjs/GroupDeck.js +5 -3
- package/dist/cjs/HamMagazine.js +477 -0
- package/dist/cjs/Header.js +37 -0
- package/dist/cjs/Hero.js +56 -0
- package/dist/cjs/HighlightenVideo.js +69 -0
- package/dist/cjs/HorizontalHero.js +109 -0
- package/dist/cjs/InscreenSensor-04a70c60.js +864 -0
- package/dist/cjs/IssueContentDeck.js +4 -3
- package/dist/cjs/IssueDeck.js +6 -4
- package/dist/cjs/IssueLanding.js +115 -0
- package/dist/cjs/KMTracker.js +27 -0
- package/dist/cjs/LeftNav.js +99 -0
- package/dist/cjs/MasterDeck.js +15 -8
- package/dist/cjs/NavDvm.js +223 -0
- package/dist/cjs/NavFooter-3dcd99a8.js +66 -0
- package/dist/cjs/NavMagazine.js +436 -0
- package/dist/cjs/NavNative.js +278 -0
- package/dist/cjs/NavNormal.js +109 -0
- package/dist/cjs/OncliveHero.js +78 -0
- package/dist/cjs/OncliveLargeHero.js +243 -0
- package/dist/cjs/PageFilter.js +73 -0
- package/dist/cjs/PdfDownload.js +28 -0
- package/dist/cjs/PopUpModal.js +59 -0
- package/dist/cjs/PublicationLanding.js +556 -0
- package/dist/cjs/QueueDeckExpanded.js +20 -11
- package/dist/cjs/RelatedContent.js +107 -0
- package/dist/cjs/RelatedTopicsDropdown.js +90 -0
- package/dist/cjs/Search.js +67 -0
- package/dist/cjs/Segment.js +225 -0
- package/dist/cjs/SetCookie.js +10 -0
- package/dist/cjs/SideFooter.js +103 -0
- package/dist/cjs/SocialNavFooter-d9ab4d17.js +83 -0
- package/dist/cjs/SocialShare.js +72 -0
- package/dist/cjs/TaxonomyCard.js +241 -11
- package/dist/cjs/TemplateNormal.js +175 -13
- package/dist/cjs/Ustream.js +107 -6
- package/dist/cjs/VerticalHero.js +75 -0
- package/dist/cjs/VideoSeriesFilter.js +133 -0
- package/dist/cjs/VideoSeriesListing.js +13 -7
- package/dist/cjs/View.js +1156 -0
- package/dist/cjs/YahooHero.js +129 -0
- package/dist/cjs/YoutubeGroup.js +5 -3
- package/dist/cjs/_arrayMap-3b4a0f75.js +91 -0
- package/dist/cjs/_is-array-754e012d.js +74 -0
- package/dist/cjs/{_iter-detect-234453c3.js → _iter-detect-4d0352f8.js} +4 -4
- package/dist/cjs/_object-sap-5e74ba08.js +16 -0
- package/dist/cjs/_set-species-4458e975.js +56 -0
- package/dist/cjs/{AdSlot-257d8d4e.js → asyncToGenerator-db08763c.js} +1 -710
- package/dist/cjs/brightcove-react-player-loader.es-4ba0d3d5.js +2231 -0
- package/dist/cjs/{web.dom.iterable-5c889cf1.js → core.get-iterator-method-41e87ec1.js} +0 -46
- package/dist/cjs/debounce-32e57002.js +280 -0
- package/dist/cjs/{toConsumableArray-25d0e2a3.js → from-ea347372.js} +4 -29
- package/dist/cjs/{get-7a75c563.js → get-5dfcdc33.js} +14 -100
- package/dist/cjs/getKeywords.js +31 -0
- package/dist/cjs/getQuery.js +20 -0
- package/dist/cjs/getSerializers.js +8032 -0
- package/dist/cjs/getSeriesDetail.js +38 -0
- package/dist/cjs/getTargeting-3ced038f.js +108 -0
- package/dist/cjs/getTargeting.js +15 -0
- package/dist/cjs/iconBase-637d3f1e.js +83 -0
- package/dist/cjs/{debounce-420ff8a8.js → index-b2448ff6.js} +0 -483
- package/dist/cjs/index.esm-25423c2f.js +16 -0
- package/dist/cjs/index.esm-c0d8b44b.js +21 -0
- package/dist/cjs/index.esm-fcdbd2c6.js +31 -0
- package/dist/cjs/index.js +190 -23088
- package/dist/cjs/{inherits-b4036c94.js → inherits-4a2f1cc3.js} +6 -17
- package/dist/cjs/isSymbol-488934a7.js +211 -0
- package/dist/cjs/js.cookie-a511c430.js +160 -0
- package/dist/cjs/keys-a586b7a0.js +25 -0
- package/dist/cjs/{promise-0a493c7a.js → promise-074978a7.js} +15 -62
- package/dist/cjs/{slicedToArray-419d467a.js → slicedToArray-8063ee51.js} +5 -4
- package/dist/cjs/stringify-7c5aff47.js +17 -0
- package/dist/cjs/toConsumableArray-ca04303b.js +31 -0
- package/dist/cjs/{typeof-0d86b91c.js → typeof-583cdc4b.js} +20 -87
- package/dist/cjs/urlFor.js +10 -0
- package/dist/cjs/util-f2c1b65b.js +576 -0
- package/dist/cjs/web.dom.iterable-43c3e277.js +51 -0
- package/dist/esm/AD.js +26 -0
- package/dist/esm/AD300x250.js +54 -0
- package/dist/esm/AD300x250x600.js +54 -0
- package/dist/esm/AD728x90.js +128 -0
- package/dist/esm/ADFloatingFooter.js +133 -0
- package/dist/esm/ADFooter.js +39 -0
- package/dist/esm/ADGutter.js +82 -0
- package/dist/esm/{ADInfeed-dff74bbe.js → ADInfeed-1c17dc0e.js} +1 -1
- package/dist/esm/ADSponsoredResources.js +100 -0
- package/dist/esm/ADWelcome.js +144 -0
- package/dist/esm/{ADlgInfeed-7b29db85.js → ADlgInfeed-94d7f5dd.js} +1 -1
- package/dist/esm/AccordionPanel.js +88 -0
- package/dist/esm/AdSlot.js +159 -0
- package/dist/esm/AdSlotsProvider.js +25 -0
- package/dist/esm/AlphabeticList.js +131 -0
- package/dist/esm/ArticleQueue.js +855 -0
- package/dist/esm/Auth.js +3930 -0
- package/dist/esm/{AuthorComponent-4f5f15ed.js → AuthorComponent-f67cb027.js} +1 -1
- package/dist/esm/Beam.js +345 -0
- package/dist/esm/{TaxonomyCard-b22a742f.js → BlockContent-4af2feb9.js} +2 -233
- package/dist/esm/Breadcrumbs.js +101 -0
- package/dist/esm/CMEDeck.js +448 -0
- package/dist/esm/Column1.js +29 -0
- package/dist/esm/Column2.js +57 -0
- package/dist/esm/Column3.js +131 -0
- package/dist/esm/ConferenceArticleCard.js +85 -0
- package/dist/esm/ConferenceBanner-9162d0ca.js +18 -0
- package/dist/esm/DeckContent.js +24 -13
- package/dist/esm/DeckQueue.js +17 -10
- package/dist/esm/{Dfp-994cd0ab.js → Dfp-7addbfb1.js} +7 -4
- package/dist/esm/EventsDeck.js +1987 -0
- package/dist/esm/Feature.js +113 -0
- package/dist/esm/{Figure-1c55ebf0.js → Figure-408929f3.js} +4 -3
- package/dist/esm/ForbesHero.js +134 -0
- package/dist/esm/GridContent.js +714 -30
- package/dist/esm/GridHero.js +139 -0
- package/dist/esm/GroupDeck.js +6 -4
- package/dist/esm/HamMagazine.js +465 -0
- package/dist/esm/Header.js +28 -0
- package/dist/esm/Hero.js +50 -0
- package/dist/esm/HighlightenVideo.js +63 -0
- package/dist/esm/HorizontalHero.js +103 -0
- package/dist/esm/InscreenSensor-b7f931bf.js +857 -0
- package/dist/esm/IssueContentDeck.js +5 -4
- package/dist/esm/IssueDeck.js +8 -6
- package/dist/esm/IssueLanding.js +109 -0
- package/dist/esm/KMTracker.js +25 -0
- package/dist/esm/LeftNav.js +90 -0
- package/dist/esm/MasterDeck.js +17 -10
- package/dist/esm/NavDvm.js +211 -0
- package/dist/esm/NavFooter-c29526b7.js +60 -0
- package/dist/esm/NavMagazine.js +424 -0
- package/dist/esm/NavNative.js +266 -0
- package/dist/esm/NavNormal.js +97 -0
- package/dist/esm/OncliveHero.js +72 -0
- package/dist/esm/OncliveLargeHero.js +237 -0
- package/dist/esm/PageFilter.js +67 -0
- package/dist/esm/PdfDownload.js +22 -0
- package/dist/esm/PopUpModal.js +52 -0
- package/dist/esm/PublicationLanding.js +546 -0
- package/dist/esm/QueueDeckExpanded.js +22 -13
- package/dist/esm/RelatedContent.js +101 -0
- package/dist/esm/RelatedTopicsDropdown.js +82 -0
- package/dist/esm/Search.js +58 -0
- package/dist/esm/Segment.js +223 -0
- package/dist/esm/SetCookie.js +8 -0
- package/dist/esm/SideFooter.js +97 -0
- package/dist/esm/SocialNavFooter-1a531144.js +77 -0
- package/dist/esm/SocialShare.js +65 -0
- package/dist/esm/TaxonomyCard.js +237 -11
- package/dist/esm/TemplateNormal.js +175 -14
- package/dist/esm/Ustream.js +107 -6
- package/dist/esm/VerticalHero.js +69 -0
- package/dist/esm/VideoSeriesFilter.js +127 -0
- package/dist/esm/VideoSeriesListing.js +14 -8
- package/dist/esm/View.js +1145 -0
- package/dist/esm/YahooHero.js +123 -0
- package/dist/esm/YoutubeGroup.js +6 -4
- package/dist/esm/_arrayMap-a8dd2b2c.js +87 -0
- package/dist/esm/_is-array-dd5523d6.js +71 -0
- package/dist/esm/{_iter-detect-7c281f0a.js → _iter-detect-6e099a34.js} +2 -2
- package/dist/esm/_object-sap-56bb8073.js +14 -0
- package/dist/esm/_set-species-6f64f1c1.js +51 -0
- package/dist/esm/{_to-object-1b1f7766.js → _to-object-16fd8b46.js} +1 -1
- package/dist/esm/{AdSlot-362a1c30.js → asyncToGenerator-204b5a5c.js} +3 -703
- package/dist/esm/brightcove-react-player-loader.es-e1c6b0f2.js +2225 -0
- package/dist/esm/{web.dom.iterable-e6bf2bf6.js → core.get-iterator-method-f5c0d66a.js} +2 -47
- package/dist/esm/debounce-8cd9e09c.js +277 -0
- package/dist/esm/{extends-92072fff.js → extends-6e00b262.js} +1 -1
- package/dist/esm/{toConsumableArray-c5e2fde8.js → from-2c0a5f49.js} +4 -29
- package/dist/esm/{get-bc6cf9fb.js → get-ae817b75.js} +3 -86
- package/dist/esm/getKeywords.js +29 -0
- package/dist/esm/getQuery.js +18 -0
- package/dist/esm/getSerializers.js +8021 -0
- package/dist/esm/getSeriesDetail.js +36 -0
- package/dist/esm/getTargeting-8f4bd5db.js +105 -0
- package/dist/esm/getTargeting.js +9 -0
- package/dist/esm/iconBase-6ee2f2fb.js +81 -0
- package/dist/esm/{debounce-42a7f724.js → index-fb49124c.js} +2 -476
- package/dist/esm/index.esm-9d6faf80.js +17 -0
- package/dist/esm/index.esm-a7ad65ba.js +13 -0
- package/dist/esm/{index.esm-536609db.js → index.esm-b97cf389.js} +2 -80
- package/dist/esm/index.js +137 -23019
- package/dist/esm/{inherits-bbec2f34.js → inherits-2758cc14.js} +5 -15
- package/dist/esm/isSymbol-c1b9be80.js +203 -0
- package/dist/esm/js.cookie-6874175c.js +158 -0
- package/dist/esm/keys-04cdec91.js +23 -0
- package/dist/esm/{main-cf4930f0.js → main-8c8784b8.js} +1 -1
- package/dist/esm/{promise-2592a80a.js → promise-53143c9a.js} +6 -49
- package/dist/esm/{slicedToArray-04e02710.js → slicedToArray-f1e40361.js} +3 -2
- package/dist/esm/stringify-e30bc114.js +15 -0
- package/dist/esm/toConsumableArray-8712d678.js +29 -0
- package/dist/esm/{typeof-09bf9211.js → typeof-7e72fee0.js} +5 -70
- package/dist/esm/urlFor.js +8 -0
- package/dist/esm/util-7700fc59.js +574 -0
- package/dist/esm/web.dom.iterable-46c95e52.js +49 -0
- package/package.json +1 -1
- package/dist/cjs/GridContent-6a0216fb.js +0 -728
- package/dist/cjs/Normal-430e8e61.js +0 -2315
- package/dist/cjs/Ustream-46288bdf.js +0 -119
- package/dist/cjs/index.esm-340d3792.js +0 -110
- package/dist/esm/GridContent-7e11f013.js +0 -717
- package/dist/esm/Normal-6efd92da.js +0 -2282
- package/dist/esm/Ustream-c4f281a3.js +0 -112
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
import './_commonjsHelpers-0c4b6f40.js';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import { m as moment } from './moment-12415288.js';
|
|
4
|
+
import { i as imageUrlBuilder } from './index-73819142.js';
|
|
5
|
+
|
|
6
|
+
/*
|
|
7
|
+
Example usage - targetedonc.com/latest-conference
|
|
8
|
+
const query = `*[!(_id in path("drafts.**")) && _type == "article" && defined(title) && is_visible == true && published <= '${today}' && references('b49d36b8-aa56-4183-a2bc-1568c229fb72') ] | order(published desc) [$from...$to] {
|
|
9
|
+
...,
|
|
10
|
+
title,
|
|
11
|
+
summary,
|
|
12
|
+
thumbnail,
|
|
13
|
+
url,
|
|
14
|
+
published,
|
|
15
|
+
documentGroup->,
|
|
16
|
+
contentCategory->,
|
|
17
|
+
'pageNumber': ${currentPage}
|
|
18
|
+
}`
|
|
19
|
+
|
|
20
|
+
const posts = await client.fetch(query, params)
|
|
21
|
+
*/
|
|
22
|
+
|
|
23
|
+
var ConferenceArticleCard = function ConferenceArticleCard(props) {
|
|
24
|
+
var data = props.data,
|
|
25
|
+
variant = props.variant,
|
|
26
|
+
index = props.index,
|
|
27
|
+
client = props.client;
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
var builder = imageUrlBuilder(client);
|
|
31
|
+
|
|
32
|
+
function urlFor(source) {
|
|
33
|
+
return builder.image(source).auto('format');
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
//title, thumbnail, summary, published, documentGroup.identifier.current, documentGroup.identifier.name
|
|
37
|
+
return React.createElement(
|
|
38
|
+
'div',
|
|
39
|
+
{ className: 'conference-media' },
|
|
40
|
+
React.createElement(
|
|
41
|
+
'a',
|
|
42
|
+
{ className: 'img-wrapper', href: '/view/' + (data.url ? data.url.current : '') },
|
|
43
|
+
React.createElement('img', {
|
|
44
|
+
className: 'mr-3 img-fluid',
|
|
45
|
+
src: data.thumbnail && urlFor(data.thumbnail.asset).width(350).url(),
|
|
46
|
+
alt: data.title
|
|
47
|
+
})
|
|
48
|
+
),
|
|
49
|
+
React.createElement(
|
|
50
|
+
'div',
|
|
51
|
+
{ className: 'media-body' },
|
|
52
|
+
React.createElement(
|
|
53
|
+
'a',
|
|
54
|
+
{ href: '/view/' + (data.url ? data.url.current : '') },
|
|
55
|
+
React.createElement(
|
|
56
|
+
'h4',
|
|
57
|
+
{ className: 'conf-media__card-title' },
|
|
58
|
+
data.title
|
|
59
|
+
)
|
|
60
|
+
),
|
|
61
|
+
React.createElement(
|
|
62
|
+
'p',
|
|
63
|
+
{ className: 'conf-media__card-text' },
|
|
64
|
+
moment(data.published).format('MMMM Do YYYY, h:mma')
|
|
65
|
+
),
|
|
66
|
+
React.createElement(
|
|
67
|
+
'p',
|
|
68
|
+
{ className: 'mb-1 conference-group' },
|
|
69
|
+
React.createElement(
|
|
70
|
+
'a',
|
|
71
|
+
{ href: '/conference/' + data.documentGroup.identifier.current, alt: data.thumbnail.alt || data.title },
|
|
72
|
+
data.documentGroup.name
|
|
73
|
+
)
|
|
74
|
+
),
|
|
75
|
+
React.createElement('p', { className: 'pt-2 card-text', dangerouslySetInnerHTML: { __html: data.summary } })
|
|
76
|
+
),
|
|
77
|
+
React.createElement(
|
|
78
|
+
'style',
|
|
79
|
+
{ jsx: 'true' },
|
|
80
|
+
'\n .conference-media {\n display: flex;\n flex-direction: row;\n margin-bottom: 1.25rem;\n padding-bottom: 1.25rem;\n border-bottom: 1px solid #ddd;\n }\n .conf-media__card-title {\n font-weight: bold;\n color: #252525;\n margin-bottom: 0.5rem;\n font-size: 1.5rem;\n }\n .conf-media__card-text {\n color: var(--dark);\n margin-bottom: 0.25rem;\n }\n .conference-media a img {\n width: 175px;\n min-width: 175px;\n height: auto;\n object-fit: contain;\n }\n .conference-media .conference-group {\n background: #003767;\n color: white;\n border-radius: 5px;\n display: inline-block;\n padding: 0 0.25rem;\n }\n .conference-media .conference-group a {\n color: white;\n font-size: 0.8rem;\n }\n @media screen and (max-width: 1064px) {\n .conf-media__card-title {\n font-size: 1.1rem;\n }\n }\n @media screen and (max-width: 768px) {\n .conference-media {\n flex-direction: column;\n }\n .conference-media a img {\n width: 100%;\n height: auto;\n max-height: 175px;\n object-fit: contain;\n margin-bottom: 1rem;\n }\n }\n '
|
|
81
|
+
)
|
|
82
|
+
);
|
|
83
|
+
};
|
|
84
|
+
|
|
85
|
+
export default ConferenceArticleCard;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
|
|
3
|
+
var ConferenceBanner = function ConferenceBanner(props) {
|
|
4
|
+
var website = props.website;
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
return React.createElement(
|
|
8
|
+
"div",
|
|
9
|
+
{ className: "conf-img" },
|
|
10
|
+
React.createElement(
|
|
11
|
+
"a",
|
|
12
|
+
{ href: website.conferenceBannerContent.href },
|
|
13
|
+
React.createElement("img", { src: website.conferenceBannerContent.src, alt: website.conferenceBannerContent.alt })
|
|
14
|
+
)
|
|
15
|
+
);
|
|
16
|
+
};
|
|
17
|
+
|
|
18
|
+
export { ConferenceBanner as C };
|
package/dist/esm/DeckContent.js
CHANGED
|
@@ -1,15 +1,19 @@
|
|
|
1
1
|
import './_commonjsHelpers-0c4b6f40.js';
|
|
2
|
-
import './_to-object-
|
|
3
|
-
import './
|
|
2
|
+
import './_to-object-16fd8b46.js';
|
|
3
|
+
import './core.get-iterator-method-f5c0d66a.js';
|
|
4
4
|
import './_library-528f1934.js';
|
|
5
|
-
import './_iter-detect-
|
|
6
|
-
import
|
|
5
|
+
import './_iter-detect-6e099a34.js';
|
|
6
|
+
import './from-2c0a5f49.js';
|
|
7
|
+
import { _ as _toConsumableArray } from './toConsumableArray-8712d678.js';
|
|
7
8
|
import './_object-pie-33c40e79.js';
|
|
8
|
-
import { _ as _extends } from './extends-
|
|
9
|
-
import
|
|
10
|
-
import './
|
|
9
|
+
import { _ as _extends } from './extends-6e00b262.js';
|
|
10
|
+
import './_object-sap-56bb8073.js';
|
|
11
|
+
import { _ as _inherits, a as _classCallCheck, b as _possibleConstructorReturn, c as _Object$getPrototypeOf, d as _createClass } from './inherits-2758cc14.js';
|
|
12
|
+
import './web.dom.iterable-46c95e52.js';
|
|
13
|
+
import './typeof-7e72fee0.js';
|
|
14
|
+
import './_is-array-dd5523d6.js';
|
|
11
15
|
import React from 'react';
|
|
12
|
-
import {
|
|
16
|
+
import { l as lib_3 } from './index-fb49124c.js';
|
|
13
17
|
import 'prop-types';
|
|
14
18
|
import Container from 'react-bootstrap/Container';
|
|
15
19
|
import Row from 'react-bootstrap/Row';
|
|
@@ -17,17 +21,24 @@ import Col from 'react-bootstrap/Col';
|
|
|
17
21
|
import Card from 'react-bootstrap/Card';
|
|
18
22
|
import { m as moment } from './moment-12415288.js';
|
|
19
23
|
import { withRouter } from 'next/router';
|
|
24
|
+
import './isSymbol-c1b9be80.js';
|
|
25
|
+
import { d as debounce_1 } from './debounce-8cd9e09c.js';
|
|
20
26
|
import { I as InfiniteScroll } from './index.es-27d0bae9.js';
|
|
21
27
|
import 'react-dom';
|
|
22
28
|
import { V as VisibilitySensor } from './visibility-sensor-87d6b78c.js';
|
|
23
29
|
import { i as imageUrlBuilder } from './index-73819142.js';
|
|
24
30
|
import { L as LazyLoad } from './index-c5fd0af5.js';
|
|
25
|
-
import { m as main_36 } from './main-
|
|
31
|
+
import { m as main_36 } from './main-8c8784b8.js';
|
|
26
32
|
import { c as clean_html_1 } from './entities-7cc3bf45.js';
|
|
27
|
-
import './slicedToArray-
|
|
28
|
-
import './
|
|
29
|
-
import './
|
|
30
|
-
import
|
|
33
|
+
import './slicedToArray-f1e40361.js';
|
|
34
|
+
import './stringify-e30bc114.js';
|
|
35
|
+
import './asyncToGenerator-204b5a5c.js';
|
|
36
|
+
import './_set-species-6f64f1c1.js';
|
|
37
|
+
import './promise-53143c9a.js';
|
|
38
|
+
import './Beam.js';
|
|
39
|
+
import './Segment.js';
|
|
40
|
+
import './AdSlot.js';
|
|
41
|
+
import { A as ADInfeed } from './ADInfeed-1c17dc0e.js';
|
|
31
42
|
|
|
32
43
|
var DeckContent = function (_React$Component) {
|
|
33
44
|
_inherits(DeckContent, _React$Component);
|
package/dist/esm/DeckQueue.js
CHANGED
|
@@ -1,15 +1,19 @@
|
|
|
1
1
|
import './_commonjsHelpers-0c4b6f40.js';
|
|
2
|
-
import './_to-object-
|
|
3
|
-
import './
|
|
2
|
+
import './_to-object-16fd8b46.js';
|
|
3
|
+
import './core.get-iterator-method-f5c0d66a.js';
|
|
4
4
|
import './_library-528f1934.js';
|
|
5
|
-
import './_iter-detect-
|
|
6
|
-
import
|
|
5
|
+
import './_iter-detect-6e099a34.js';
|
|
6
|
+
import './from-2c0a5f49.js';
|
|
7
|
+
import { _ as _toConsumableArray } from './toConsumableArray-8712d678.js';
|
|
7
8
|
import './_object-pie-33c40e79.js';
|
|
8
|
-
import { _ as _extends } from './extends-
|
|
9
|
-
import
|
|
10
|
-
import './
|
|
9
|
+
import { _ as _extends } from './extends-6e00b262.js';
|
|
10
|
+
import './_object-sap-56bb8073.js';
|
|
11
|
+
import { _ as _inherits, a as _classCallCheck, b as _possibleConstructorReturn, c as _Object$getPrototypeOf, d as _createClass } from './inherits-2758cc14.js';
|
|
12
|
+
import './web.dom.iterable-46c95e52.js';
|
|
13
|
+
import './typeof-7e72fee0.js';
|
|
14
|
+
import './_is-array-dd5523d6.js';
|
|
11
15
|
import React from 'react';
|
|
12
|
-
import {
|
|
16
|
+
import { l as lib_3 } from './index-fb49124c.js';
|
|
13
17
|
import 'prop-types';
|
|
14
18
|
import Container from 'react-bootstrap/Container';
|
|
15
19
|
import Row from 'react-bootstrap/Row';
|
|
@@ -17,14 +21,17 @@ import Col from 'react-bootstrap/Col';
|
|
|
17
21
|
import Card from 'react-bootstrap/Card';
|
|
18
22
|
import { m as moment } from './moment-12415288.js';
|
|
19
23
|
import { withRouter } from 'next/router';
|
|
24
|
+
import './isSymbol-c1b9be80.js';
|
|
25
|
+
import { d as debounce_1 } from './debounce-8cd9e09c.js';
|
|
20
26
|
import { I as InfiniteScroll } from './index.es-27d0bae9.js';
|
|
21
27
|
import 'react-dom';
|
|
22
28
|
import { V as VisibilitySensor } from './visibility-sensor-87d6b78c.js';
|
|
23
29
|
import { i as imageUrlBuilder } from './index-73819142.js';
|
|
24
30
|
import { L as LazyLoad } from './index-c5fd0af5.js';
|
|
25
|
-
import { m as main_36 } from './main-
|
|
31
|
+
import { m as main_36 } from './main-8c8784b8.js';
|
|
26
32
|
import { c as clean_html_1 } from './entities-7cc3bf45.js';
|
|
27
|
-
import
|
|
33
|
+
import './_arrayMap-a8dd2b2c.js';
|
|
34
|
+
import { g as get_1 } from './get-ae817b75.js';
|
|
28
35
|
|
|
29
36
|
var DeckQueue = function (_React$Component) {
|
|
30
37
|
_inherits(DeckQueue, _React$Component);
|
|
@@ -1,12 +1,15 @@
|
|
|
1
1
|
import './_commonjsHelpers-0c4b6f40.js';
|
|
2
|
-
import './_to-object-
|
|
3
|
-
import './
|
|
2
|
+
import './_to-object-16fd8b46.js';
|
|
3
|
+
import './core.get-iterator-method-f5c0d66a.js';
|
|
4
|
+
import './web.dom.iterable-46c95e52.js';
|
|
4
5
|
import React, { useState } from 'react';
|
|
5
|
-
import {
|
|
6
|
+
import { b as lib_1, a as lib_2 } from './index-fb49124c.js';
|
|
6
7
|
import PropTypes from 'prop-types';
|
|
8
|
+
import './isSymbol-c1b9be80.js';
|
|
9
|
+
import { d as debounce_1 } from './debounce-8cd9e09c.js';
|
|
7
10
|
import 'react-dom';
|
|
8
11
|
import { V as VisibilitySensor } from './visibility-sensor-87d6b78c.js';
|
|
9
|
-
import { _ as _slicedToArray } from './slicedToArray-
|
|
12
|
+
import { _ as _slicedToArray } from './slicedToArray-f1e40361.js';
|
|
10
13
|
|
|
11
14
|
var AD = function AD(_ref) {
|
|
12
15
|
var networkID = _ref.networkID,
|