@mjhls/mjh-framework 1.0.974-identify → 1.0.974-test
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/ArticleProgramLandingPage.js +1 -1
- package/dist/cjs/ArticleSeriesLandingPage.js +2 -2
- package/dist/cjs/ContentCardPaginated.js +1 -1
- package/dist/cjs/DeckContent.js +1 -1
- package/dist/cjs/ExternalResources.js +1 -1
- package/dist/cjs/GridContent.js +2 -2
- package/dist/cjs/GridContentPaginated.js +2 -2
- package/dist/cjs/HorizontalArticleListing.js +1 -1
- package/dist/cjs/IssueLanding.js +3 -3
- package/dist/cjs/MasterDeck.js +2 -2
- package/dist/cjs/MasterDeckPaginated.js +2 -2
- package/dist/cjs/{MediaSeriesCard-91982ed5.js → MediaSeriesCard-94ff4d11.js} +1 -1
- package/dist/cjs/MediaSeriesLanding.js +4 -4
- package/dist/cjs/MediaSeriesLandingPaginated.js +4 -4
- package/dist/cjs/PartnerDetailListing.js +3 -3
- package/dist/cjs/PartnerDetailListingPaginated.js +3 -3
- package/dist/cjs/PubSection.js +2 -2
- package/dist/cjs/QueueDeckExpanded.js +2 -2
- package/dist/cjs/QueueDeckExpandedPaginated.js +2 -2
- package/dist/cjs/Segment.js +0 -49
- package/dist/cjs/TaxonomyDescription.js +1 -1
- package/dist/cjs/VideoProgramLandingPage.js +1 -1
- package/dist/cjs/VideoSeriesLandingPage.js +2 -2
- package/dist/cjs/View.js +48 -92
- package/dist/cjs/getSerializers.js +1 -1
- package/dist/cjs/index.js +3 -3
- package/dist/esm/ArticleProgramLandingPage.js +1 -1
- package/dist/esm/ArticleSeriesLandingPage.js +2 -2
- package/dist/esm/ContentCardPaginated.js +1 -1
- package/dist/esm/DeckContent.js +1 -1
- package/dist/esm/ExternalResources.js +1 -1
- package/dist/esm/GridContent.js +2 -2
- package/dist/esm/GridContentPaginated.js +2 -2
- package/dist/esm/HorizontalArticleListing.js +1 -1
- package/dist/esm/IssueLanding.js +3 -3
- package/dist/esm/MasterDeck.js +2 -2
- package/dist/esm/MasterDeckPaginated.js +2 -2
- package/dist/esm/{MediaSeriesCard-da5c7499.js → MediaSeriesCard-4f07fac6.js} +1 -1
- package/dist/esm/MediaSeriesLanding.js +4 -4
- package/dist/esm/MediaSeriesLandingPaginated.js +4 -4
- package/dist/esm/PartnerDetailListing.js +3 -3
- package/dist/esm/PartnerDetailListingPaginated.js +3 -3
- package/dist/esm/PubSection.js +2 -2
- package/dist/esm/QueueDeckExpanded.js +2 -2
- package/dist/esm/QueueDeckExpandedPaginated.js +2 -2
- package/dist/esm/Segment.js +1 -50
- package/dist/esm/TaxonomyDescription.js +1 -1
- package/dist/esm/VideoProgramLandingPage.js +1 -1
- package/dist/esm/VideoSeriesLandingPage.js +2 -2
- package/dist/esm/View.js +48 -92
- package/dist/esm/getSerializers.js +1 -1
- package/dist/esm/index.js +3 -3
- package/package.json +1 -1
- /package/dist/cjs/{ADInfeed-e87afe8a.js → ADInfeed-81006615.js} +0 -0
- /package/dist/cjs/{ADlgInfeed-b5a3d436.js → ADlgInfeed-0db07099.js} +0 -0
- /package/dist/cjs/{index-f064c482.js → index-eb1c583d.js} +0 -0
- /package/dist/esm/{ADInfeed-5765a73a.js → ADInfeed-6d1fc6bf.js} +0 -0
- /package/dist/esm/{ADlgInfeed-5e36f317.js → ADlgInfeed-dc36c928.js} +0 -0
- /package/dist/esm/{index-8f118089.js → index-264bbd3c.js} +0 -0
package/dist/cjs/View.js
CHANGED
|
@@ -17,7 +17,7 @@ var FormControl = require('react-bootstrap/FormControl');
|
|
|
17
17
|
var Button = require('react-bootstrap/Button');
|
|
18
18
|
var visibilitySensor = require('./visibility-sensor-eb2c5b69.js');
|
|
19
19
|
var SocialShare = require('./SocialShare.js');
|
|
20
|
-
var getSerializers = require('./index-
|
|
20
|
+
var getSerializers = require('./index-eb1c583d.js');
|
|
21
21
|
var AdSlot = require('./AdSlot.js');
|
|
22
22
|
var SeriesSlider = require('./SeriesSlider-594b19eb.js');
|
|
23
23
|
var getTargeting = require('./getTargeting-3c5754ac.js');
|
|
@@ -32,7 +32,6 @@ var disqusReact = require('disqus-react');
|
|
|
32
32
|
var Schema = require('./Schema.js');
|
|
33
33
|
var _commonjsHelpers = require('./_commonjsHelpers-06173234.js');
|
|
34
34
|
var PixelTracking = require('./PixelTracking.js');
|
|
35
|
-
var Segment = require('./Segment.js');
|
|
36
35
|
var keys = require('./keys-e982b3fa.js');
|
|
37
36
|
var index_es = require('./index.es-f3e47207.js');
|
|
38
37
|
var index = require('./index-fc2f1ca2.js');
|
|
@@ -52,6 +51,7 @@ require('react-bootstrap');
|
|
|
52
51
|
require('./index-187c967e.js');
|
|
53
52
|
require('./util-93a37fd0.js');
|
|
54
53
|
require('./Beam.js');
|
|
54
|
+
require('./Segment.js');
|
|
55
55
|
require('./brightcove-react-player-loader.es-a195642e.js');
|
|
56
56
|
require('react-bootstrap/Modal');
|
|
57
57
|
require('react-ga');
|
|
@@ -501,6 +501,7 @@ var Recommended = function Recommended(props) {
|
|
|
501
501
|
articles: 'article',
|
|
502
502
|
podcasts: 'podcast'
|
|
503
503
|
};
|
|
504
|
+
|
|
504
505
|
var mainCategories = article.content_placement.filter(function (cp) {
|
|
505
506
|
return cp.usedForRecommendations === true;
|
|
506
507
|
}).map(function (cp) {
|
|
@@ -513,6 +514,7 @@ var Recommended = function Recommended(props) {
|
|
|
513
514
|
return;
|
|
514
515
|
}
|
|
515
516
|
if (mainCategories.length > 0) {
|
|
517
|
+
// console.log(mainCategories)
|
|
516
518
|
analytics.track('Article Category Viewed', {
|
|
517
519
|
categories: stringify._JSON$stringify(mainCategories)
|
|
518
520
|
});
|
|
@@ -542,10 +544,7 @@ var Recommended = function Recommended(props) {
|
|
|
542
544
|
|
|
543
545
|
case 8:
|
|
544
546
|
externalIds = _context.sent;
|
|
545
|
-
|
|
546
|
-
// console.log('externalIds', externalIds)
|
|
547
547
|
slicedEmails = emails.emails;
|
|
548
|
-
// console.log('emailData', emailData)
|
|
549
548
|
|
|
550
549
|
if (externalIds && externalIds.data) {
|
|
551
550
|
slicedEmails.forEach(function (obj) {
|
|
@@ -567,92 +566,48 @@ var Recommended = function Recommended(props) {
|
|
|
567
566
|
return _ref.apply(this, arguments);
|
|
568
567
|
};
|
|
569
568
|
}();
|
|
570
|
-
var docGroupRecs = function () {
|
|
571
|
-
var _ref2 = asyncToGenerator._asyncToGenerator( /*#__PURE__*/asyncToGenerator.regenerator.mark(function _callee2(docGroupRef) {
|
|
572
|
-
var articleRecs;
|
|
573
|
-
return asyncToGenerator.regenerator.wrap(function _callee2$(_context2) {
|
|
574
|
-
while (1) {
|
|
575
|
-
switch (_context2.prev = _context2.next) {
|
|
576
|
-
case 0:
|
|
577
|
-
_context2.next = 2;
|
|
578
|
-
return client.fetch('*[_type == \'article\' && documentGroup._ref == \'' + docGroupRef + '\']');
|
|
579
|
-
|
|
580
|
-
case 2:
|
|
581
|
-
articleRecs = _context2.sent;
|
|
582
|
-
|
|
583
|
-
// console.log('articleRecs', articleRecs)
|
|
584
|
-
if (articleRecs) setArticles(articleRecs.slice(0, 5));
|
|
585
|
-
|
|
586
|
-
case 4:
|
|
587
|
-
case 'end':
|
|
588
|
-
return _context2.stop();
|
|
589
|
-
}
|
|
590
|
-
}
|
|
591
|
-
}, _callee2, _this$2);
|
|
592
|
-
}));
|
|
593
|
-
|
|
594
|
-
return function docGroupRecs(_x3) {
|
|
595
|
-
return _ref2.apply(this, arguments);
|
|
596
|
-
};
|
|
597
|
-
}();
|
|
598
569
|
// get users traits
|
|
599
570
|
var getSegmentProfile = function () {
|
|
600
|
-
var
|
|
601
|
-
var storedUsers, anonymousId, response, data, addTaxonomyName, favoriteCategories, articlesCategory, videosCategory, podcastCategory, taxonomyCategories, taxonomies, articlesQuery, videosQuery, podcastQuery, params,
|
|
571
|
+
var _ref2 = asyncToGenerator._asyncToGenerator( /*#__PURE__*/asyncToGenerator.regenerator.mark(function _callee2() {
|
|
572
|
+
var storedUsers, anonymousId, response, data, addTaxonomyName, favoriteCategories, articlesCategory, videosCategory, podcastCategory, taxonomyCategories, taxonomies, articlesQuery, videosQuery, podcastQuery, params, _ref3, _ref4, _articles, videos, podcasts;
|
|
602
573
|
|
|
603
|
-
return asyncToGenerator.regenerator.wrap(function
|
|
574
|
+
return asyncToGenerator.regenerator.wrap(function _callee2$(_context2) {
|
|
604
575
|
while (1) {
|
|
605
|
-
switch (
|
|
576
|
+
switch (_context2.prev = _context2.next) {
|
|
606
577
|
case 0:
|
|
607
578
|
storedUsers = false;
|
|
579
|
+
// const emailData = await import('../../../emails')
|
|
608
580
|
|
|
609
|
-
Segment.identifyWithEmail('arthur@sato.org');
|
|
610
581
|
anonymousId = analytics.user().anonymousId();
|
|
611
582
|
|
|
612
583
|
console.log('anonymousId', anonymousId);
|
|
613
584
|
|
|
614
|
-
|
|
615
|
-
// Segment.identifyWithGroup('9e4fb278-daa9-448a-bf46-d168085d9126', anonId)
|
|
616
|
-
// const traits = await fetch('/api/getTraits', {
|
|
617
|
-
// method: 'POST',
|
|
618
|
-
// body: JSON.stringify({ anonymousId: anonymousId })
|
|
619
|
-
// })
|
|
620
|
-
// const traitData = await traits.json()
|
|
621
|
-
// console.log('persona result:', traitData)
|
|
622
|
-
// if (traitData.traits && traitData.traits.groupId) {
|
|
623
|
-
// try {
|
|
624
|
-
// docGroupRecs(traitData.traits.groupId)
|
|
625
|
-
// // trackedEmailRecs(anonymousId, '')
|
|
626
|
-
// } catch (e) {
|
|
627
|
-
// if (e) console.log(`Error: ${e}`)
|
|
628
|
-
// }
|
|
629
|
-
// }
|
|
630
|
-
try {
|
|
631
|
-
trackedEmailRecs(anonymousId, '9e4fb278-daa9-448a-bf46-d168085d9126');
|
|
632
|
-
} catch (e) {
|
|
633
|
-
if (e) console.log('Error: ' + e);
|
|
634
|
-
}
|
|
635
|
-
// else {
|
|
636
|
-
_context3.next = 7;
|
|
585
|
+
_context2.next = 5;
|
|
637
586
|
return fetch('/api/getSegmentProfile', {
|
|
638
587
|
method: 'POST',
|
|
639
588
|
body: stringify._JSON$stringify({ anonymousId: anonymousId })
|
|
640
589
|
});
|
|
641
590
|
|
|
642
|
-
case
|
|
643
|
-
response =
|
|
644
|
-
|
|
591
|
+
case 5:
|
|
592
|
+
response = _context2.sent;
|
|
593
|
+
_context2.next = 8;
|
|
645
594
|
return response.json();
|
|
646
595
|
|
|
647
|
-
case
|
|
648
|
-
data =
|
|
596
|
+
case 8:
|
|
597
|
+
data = _context2.sent;
|
|
649
598
|
|
|
650
|
-
|
|
651
|
-
|
|
599
|
+
// console.log('persona result:', data)
|
|
600
|
+
try {
|
|
601
|
+
trackedEmailRecs(anonymousId, '9e4fb278-daa9-448a-bf46-d168085d9126');
|
|
602
|
+
} catch (e) {
|
|
603
|
+
if (e) console.log('Error: ' + e);
|
|
604
|
+
}
|
|
605
|
+
|
|
606
|
+
if (!(data && data.traits && data.traits.favorite_article_category)) {
|
|
607
|
+
_context2.next = 44;
|
|
652
608
|
break;
|
|
653
609
|
}
|
|
654
610
|
|
|
655
|
-
// console.log('%csegment user profile', 'font-size:1.5rem;color:#000000;padding:1rem;background-color:yellow;', data.traits)
|
|
656
611
|
addTaxonomyName = function addTaxonomyName(taxArr) {
|
|
657
612
|
if (!taxArr) return '';
|
|
658
613
|
var query = ' && ( ';
|
|
@@ -669,30 +624,32 @@ var Recommended = function Recommended(props) {
|
|
|
669
624
|
return query;
|
|
670
625
|
};
|
|
671
626
|
|
|
672
|
-
|
|
627
|
+
// console.log('%csegment user profile', 'font-size:1.5rem;color:#000000;padding:1rem;background-color:yellow;', data.traits)
|
|
628
|
+
console.log('in data conditional');
|
|
629
|
+
favoriteCategories = JSON.parse(data.traits.favorite_article_category);
|
|
673
630
|
|
|
674
631
|
// grab contentCategory ID
|
|
675
632
|
|
|
676
|
-
|
|
633
|
+
_context2.next = 16;
|
|
677
634
|
return client.fetch("*[_type == 'contentCategory' && name == 'Articles'][0]{_id}");
|
|
678
635
|
|
|
679
636
|
case 16:
|
|
680
|
-
articlesCategory =
|
|
681
|
-
|
|
637
|
+
articlesCategory = _context2.sent;
|
|
638
|
+
_context2.next = 19;
|
|
682
639
|
return client.fetch("*[_type == 'contentCategory' && name == 'Videos'][0]{_id}");
|
|
683
640
|
|
|
684
641
|
case 19:
|
|
685
|
-
videosCategory =
|
|
686
|
-
|
|
642
|
+
videosCategory = _context2.sent;
|
|
643
|
+
_context2.next = 22;
|
|
687
644
|
return client.fetch("*[_type == 'contentCategory' && name == 'Podcasts'][0]{_id}");
|
|
688
645
|
|
|
689
646
|
case 22:
|
|
690
|
-
podcastCategory =
|
|
691
|
-
|
|
647
|
+
podcastCategory = _context2.sent;
|
|
648
|
+
_context2.next = 25;
|
|
692
649
|
return client.fetch('*[_type == \'taxonomy\' ' + addTaxonomyName(favoriteCategories) + ']');
|
|
693
650
|
|
|
694
651
|
case 25:
|
|
695
|
-
taxonomyCategories =
|
|
652
|
+
taxonomyCategories = _context2.sent;
|
|
696
653
|
taxonomies = '';
|
|
697
654
|
|
|
698
655
|
taxonomyCategories.forEach(function (taxonomy, index) {
|
|
@@ -705,21 +662,21 @@ var Recommended = function Recommended(props) {
|
|
|
705
662
|
taxonomies = taxonomies + ' )';
|
|
706
663
|
|
|
707
664
|
// grab 3 articles from sanity different from the one currently being read
|
|
708
|
-
articlesQuery = '*[_type == \'article\'\n
|
|
709
|
-
videosQuery = '*[_type == \'article\'\n
|
|
710
|
-
podcastQuery = '*[_type == \'article\'\n
|
|
665
|
+
articlesQuery = '*[_type == \'article\'\n && !(_id in path("drafts.**"))\n && defined(title)\n && defined(url)\n && is_visible == true \n && passwordLock != true\n && references(\'' + articlesCategory._id + '\')\n ' + taxonomies + '\n && defined(published)\n && _id != $id\n && dateTime(published) <= dateTime(now())] | order(published desc) [' + starting + '...' + (starting + 5) + '] {\n ...,\n title,\n thumbnail,\n url,\n contentCategory->,\n published,\n }';
|
|
666
|
+
videosQuery = '*[_type == \'article\'\n && !(_id in path("drafts.**"))\n && defined(title)\n && defined(url)\n && is_visible == true \n && passwordLock != true\n && references(\'' + videosCategory._id + '\')\n ' + taxonomies + '\n && defined(published)\n && _id != $id\n && dateTime(published) <= dateTime(now())] | order(published desc) [' + starting + '...' + (starting + 1) + '] {\n ...,\n title,\n thumbnail,\n url,\n contentCategory->,\n published,\n }';
|
|
667
|
+
podcastQuery = '*[_type == \'article\'\n && !(_id in path("drafts.**"))\n && defined(title)\n && defined(url)\n && is_visible == true \n && passwordLock != true\n && references(\'' + podcastCategory._id + '\')\n ' + taxonomies + '\n && defined(published)\n && _id != $id\n && dateTime(published) <= dateTime(now())] | order(published desc) [' + starting + '...' + (starting + 2) + '] {\n ...,\n title,\n thumbnail,\n url,\n contentCategory->,\n published,\n }';
|
|
711
668
|
params = {
|
|
712
669
|
id: article._id
|
|
713
670
|
};
|
|
714
|
-
|
|
671
|
+
_context2.next = 35;
|
|
715
672
|
return asyncToGenerator._Promise.all([client.fetch(articlesQuery, params), client.fetch(videosQuery, params), client.fetch(podcastQuery, params)]);
|
|
716
673
|
|
|
717
674
|
case 35:
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
_articles =
|
|
721
|
-
videos =
|
|
722
|
-
podcasts =
|
|
675
|
+
_ref3 = _context2.sent;
|
|
676
|
+
_ref4 = slicedToArray._slicedToArray(_ref3, 3);
|
|
677
|
+
_articles = _ref4[0];
|
|
678
|
+
videos = _ref4[1];
|
|
679
|
+
podcasts = _ref4[2];
|
|
723
680
|
|
|
724
681
|
if (_articles.length === 0) {
|
|
725
682
|
setLoaded('failed');
|
|
@@ -736,7 +693,7 @@ var Recommended = function Recommended(props) {
|
|
|
736
693
|
}
|
|
737
694
|
setArticles(_articles);
|
|
738
695
|
}
|
|
739
|
-
|
|
696
|
+
_context2.next = 45;
|
|
740
697
|
break;
|
|
741
698
|
|
|
742
699
|
case 44:
|
|
@@ -744,17 +701,16 @@ var Recommended = function Recommended(props) {
|
|
|
744
701
|
|
|
745
702
|
case 45:
|
|
746
703
|
case 'end':
|
|
747
|
-
return
|
|
704
|
+
return _context2.stop();
|
|
748
705
|
}
|
|
749
706
|
}
|
|
750
|
-
},
|
|
707
|
+
}, _callee2, _this$2);
|
|
751
708
|
}));
|
|
752
709
|
|
|
753
710
|
return function getSegmentProfile() {
|
|
754
|
-
return
|
|
711
|
+
return _ref2.apply(this, arguments);
|
|
755
712
|
};
|
|
756
713
|
}();
|
|
757
|
-
|
|
758
714
|
getSegmentProfile();
|
|
759
715
|
} catch (err) {
|
|
760
716
|
console.log(err);
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./extends-7c86182f.js');
|
|
4
4
|
require('react');
|
|
5
|
-
var getSerializers = require('./index-
|
|
5
|
+
var getSerializers = require('./index-eb1c583d.js');
|
|
6
6
|
require('./BlockContent-9ebd251f.js');
|
|
7
7
|
require('./entities-df1aed86.js');
|
|
8
8
|
require('./_commonjsHelpers-06173234.js');
|
package/dist/cjs/index.js
CHANGED
|
@@ -90,7 +90,7 @@ var VerticalHero = require('./VerticalHero.js');
|
|
|
90
90
|
var YahooHero = require('./YahooHero.js');
|
|
91
91
|
var GridHero = require('./GridHero.js');
|
|
92
92
|
var ConferenceArticleCard = require('./ConferenceArticleCard.js');
|
|
93
|
-
var getSerializers = require('./index-
|
|
93
|
+
var getSerializers = require('./index-eb1c583d.js');
|
|
94
94
|
var Beam = require('./Beam.js');
|
|
95
95
|
var Segment = require('./Segment.js');
|
|
96
96
|
var KMTracker = require('./KMTracker.js');
|
|
@@ -134,9 +134,9 @@ require('./visibility-sensor-eb2c5b69.js');
|
|
|
134
134
|
require('react-dom');
|
|
135
135
|
require('./main-f1c77adb.js');
|
|
136
136
|
require('./entities-df1aed86.js');
|
|
137
|
-
require('./ADInfeed-
|
|
137
|
+
require('./ADInfeed-81006615.js');
|
|
138
138
|
require('./lodash-f0783643.js');
|
|
139
|
-
require('./ADlgInfeed-
|
|
139
|
+
require('./ADlgInfeed-0db07099.js');
|
|
140
140
|
require('./getContentCategory-f38a4c00.js');
|
|
141
141
|
require('./get-5839e5b5.js');
|
|
142
142
|
require('./eq-5fc26c07.js');
|
|
@@ -3,7 +3,7 @@ import { _ as _slicedToArray } from './slicedToArray-6ebcbfea.js';
|
|
|
3
3
|
import { _ as _extends } from './extends-6d8e3924.js';
|
|
4
4
|
import React__default from 'react';
|
|
5
5
|
import { B as BlockContent } from './BlockContent-1e73bd2c.js';
|
|
6
|
-
import { g as getSerializers } from './index-
|
|
6
|
+
import { g as getSerializers } from './index-264bbd3c.js';
|
|
7
7
|
import ArticleSeriesListing from './ArticleSeriesListing.js';
|
|
8
8
|
import './_commonjsHelpers-0c4b6f40.js';
|
|
9
9
|
import './core.get-iterator-method-ea258bb1.js';
|
|
@@ -32,13 +32,13 @@ import './visibility-sensor-72fd8f8b.js';
|
|
|
32
32
|
import 'react-dom';
|
|
33
33
|
import './slicedToArray-6ebcbfea.js';
|
|
34
34
|
import './index-3f5c03b2.js';
|
|
35
|
-
import './ADlgInfeed-
|
|
35
|
+
import './ADlgInfeed-dc36c928.js';
|
|
36
36
|
import './AdSlot.js';
|
|
37
37
|
import './Beam.js';
|
|
38
38
|
import './stringify-2b084bee.js';
|
|
39
39
|
import './Segment.js';
|
|
40
40
|
import './main-1894c974.js';
|
|
41
|
-
import './ADInfeed-
|
|
41
|
+
import './ADInfeed-6d1fc6bf.js';
|
|
42
42
|
|
|
43
43
|
var _this = undefined;
|
|
44
44
|
|
|
@@ -14,7 +14,7 @@ import urlFor from './urlFor.js';
|
|
|
14
14
|
import { L as LazyLoad } from './index-755f2cc2.js';
|
|
15
15
|
import { m as main_43 } from './main-1894c974.js';
|
|
16
16
|
import { c as clean_html_1 } from './entities-6d9154b4.js';
|
|
17
|
-
import { A as ADInfeed } from './ADInfeed-
|
|
17
|
+
import { A as ADInfeed } from './ADInfeed-6d1fc6bf.js';
|
|
18
18
|
import { P as Pagination } from './Pagination-dc30727b.js';
|
|
19
19
|
import Spinner from 'react-bootstrap/Spinner';
|
|
20
20
|
import './_commonjsHelpers-0c4b6f40.js';
|
package/dist/esm/DeckContent.js
CHANGED
|
@@ -16,7 +16,7 @@ import urlFor from './urlFor.js';
|
|
|
16
16
|
import { L as LazyLoad } from './index-755f2cc2.js';
|
|
17
17
|
import { m as main_43 } from './main-1894c974.js';
|
|
18
18
|
import { c as clean_html_1 } from './entities-6d9154b4.js';
|
|
19
|
-
import { A as ADInfeed } from './ADInfeed-
|
|
19
|
+
import { A as ADInfeed } from './ADInfeed-6d1fc6bf.js';
|
|
20
20
|
import './_commonjsHelpers-0c4b6f40.js';
|
|
21
21
|
import './core.get-iterator-method-ea258bb1.js';
|
|
22
22
|
import './_iter-detect-98db3b07.js';
|
|
@@ -2,7 +2,7 @@ import { _ as _extends } from './extends-6d8e3924.js';
|
|
|
2
2
|
import { _ as _slicedToArray } from './slicedToArray-6ebcbfea.js';
|
|
3
3
|
import React__default, { useState, useEffect } from 'react';
|
|
4
4
|
import { B as BlockContent } from './BlockContent-1e73bd2c.js';
|
|
5
|
-
import { g as getSerializers } from './index-
|
|
5
|
+
import { g as getSerializers } from './index-264bbd3c.js';
|
|
6
6
|
import { m as momentTimezone } from './index-79cfd25c.js';
|
|
7
7
|
import { useRouter } from 'next/router';
|
|
8
8
|
import Button from 'react-bootstrap/Button';
|
package/dist/esm/GridContent.js
CHANGED
|
@@ -12,9 +12,9 @@ import { m as moment } from './moment-bc12cb97.js';
|
|
|
12
12
|
import { withRouter } from 'next/router';
|
|
13
13
|
import { L as LazyLoad } from './index-755f2cc2.js';
|
|
14
14
|
import { c as clean_html_1 } from './entities-6d9154b4.js';
|
|
15
|
-
import { A as ADInfeed } from './ADInfeed-
|
|
15
|
+
import { A as ADInfeed } from './ADInfeed-6d1fc6bf.js';
|
|
16
16
|
import { l as lodash } from './lodash-f97fd99a.js';
|
|
17
|
-
import { A as ADlgInfeed } from './ADlgInfeed-
|
|
17
|
+
import { A as ADlgInfeed } from './ADlgInfeed-dc36c928.js';
|
|
18
18
|
import { g as getContentCategory } from './getContentCategory-15dcc413.js';
|
|
19
19
|
import { g as get_1 } from './get-3c308da4.js';
|
|
20
20
|
import { d as debounce_1 } from './debounce-533d9748.js';
|
|
@@ -13,9 +13,9 @@ import { m as moment } from './moment-bc12cb97.js';
|
|
|
13
13
|
import { withRouter } from 'next/router';
|
|
14
14
|
import { L as LazyLoad } from './index-755f2cc2.js';
|
|
15
15
|
import { c as clean_html_1 } from './entities-6d9154b4.js';
|
|
16
|
-
import { A as ADInfeed } from './ADInfeed-
|
|
16
|
+
import { A as ADInfeed } from './ADInfeed-6d1fc6bf.js';
|
|
17
17
|
import { l as lodash } from './lodash-f97fd99a.js';
|
|
18
|
-
import { A as ADlgInfeed } from './ADlgInfeed-
|
|
18
|
+
import { A as ADlgInfeed } from './ADlgInfeed-dc36c928.js';
|
|
19
19
|
import { g as getContentCategory } from './getContentCategory-15dcc413.js';
|
|
20
20
|
import { g as get_1 } from './get-3c308da4.js';
|
|
21
21
|
import urlFor from './urlFor.js';
|
|
@@ -3,7 +3,7 @@ import React__default from 'react';
|
|
|
3
3
|
import ArticleCarousel from './ArticleCarousel.js';
|
|
4
4
|
import { I as IoIosArrowForward } from './index.esm-eb1e8e80.js';
|
|
5
5
|
import { B as BlockContent } from './BlockContent-1e73bd2c.js';
|
|
6
|
-
import { g as getSerializers } from './index-
|
|
6
|
+
import { g as getSerializers } from './index-264bbd3c.js';
|
|
7
7
|
import './_commonjsHelpers-0c4b6f40.js';
|
|
8
8
|
import './core.get-iterator-method-ea258bb1.js';
|
|
9
9
|
import './_object-pie-133f504a.js';
|
package/dist/esm/IssueLanding.js
CHANGED
|
@@ -3,7 +3,7 @@ import React__default from 'react';
|
|
|
3
3
|
import QueueDeckExpanded from './QueueDeckExpanded.js';
|
|
4
4
|
import Breadcrumbs from './Breadcrumbs.js';
|
|
5
5
|
import { B as BlockContent } from './BlockContent-1e73bd2c.js';
|
|
6
|
-
import { g as getSerializers } from './index-
|
|
6
|
+
import { g as getSerializers } from './index-264bbd3c.js';
|
|
7
7
|
import './_commonjsHelpers-0c4b6f40.js';
|
|
8
8
|
import './core.get-iterator-method-ea258bb1.js';
|
|
9
9
|
import './_object-pie-133f504a.js';
|
|
@@ -25,7 +25,7 @@ import 'next/router';
|
|
|
25
25
|
import './index-755f2cc2.js';
|
|
26
26
|
import './main-1894c974.js';
|
|
27
27
|
import './entities-6d9154b4.js';
|
|
28
|
-
import './ADInfeed-
|
|
28
|
+
import './ADInfeed-6d1fc6bf.js';
|
|
29
29
|
import 'react-bootstrap/Card';
|
|
30
30
|
import './AdSlot.js';
|
|
31
31
|
import './debounce-533d9748.js';
|
|
@@ -38,7 +38,7 @@ import './_library-528f1934.js';
|
|
|
38
38
|
import './Segment.js';
|
|
39
39
|
import './AuthorComponent-11adff02.js';
|
|
40
40
|
import './lodash-f97fd99a.js';
|
|
41
|
-
import './ADlgInfeed-
|
|
41
|
+
import './ADlgInfeed-dc36c928.js';
|
|
42
42
|
import './getContentCategory-15dcc413.js';
|
|
43
43
|
import './timeDifferenceCalc.js';
|
|
44
44
|
import 'react-bootstrap/Breadcrumb';
|
package/dist/esm/MasterDeck.js
CHANGED
|
@@ -16,8 +16,8 @@ import { I as InfiniteScroll } from './index.es-a6137319.js';
|
|
|
16
16
|
import { V as VisibilitySensor } from './visibility-sensor-72fd8f8b.js';
|
|
17
17
|
import './slicedToArray-6ebcbfea.js';
|
|
18
18
|
import './index-3f5c03b2.js';
|
|
19
|
-
import { A as ADlgInfeed } from './ADlgInfeed-
|
|
20
|
-
import { A as ADInfeed } from './ADInfeed-
|
|
19
|
+
import { A as ADlgInfeed } from './ADlgInfeed-dc36c928.js';
|
|
20
|
+
import { A as ADInfeed } from './ADInfeed-6d1fc6bf.js';
|
|
21
21
|
import './main-1894c974.js';
|
|
22
22
|
import './_commonjsHelpers-0c4b6f40.js';
|
|
23
23
|
import './core.get-iterator-method-ea258bb1.js';
|
|
@@ -10,8 +10,8 @@ import Spinner from 'react-bootstrap/Spinner';
|
|
|
10
10
|
import { withRouter } from 'next/router';
|
|
11
11
|
import { l as lodash } from './lodash-f97fd99a.js';
|
|
12
12
|
import { m as main_43 } from './main-1894c974.js';
|
|
13
|
-
import { A as ADlgInfeed } from './ADlgInfeed-
|
|
14
|
-
import { A as ADInfeed } from './ADInfeed-
|
|
13
|
+
import { A as ADlgInfeed } from './ADlgInfeed-dc36c928.js';
|
|
14
|
+
import { A as ADInfeed } from './ADInfeed-6d1fc6bf.js';
|
|
15
15
|
import { P as Pagination } from './Pagination-dc30727b.js';
|
|
16
16
|
import './_commonjsHelpers-0c4b6f40.js';
|
|
17
17
|
import './core.get-iterator-method-ea258bb1.js';
|
|
@@ -9,7 +9,7 @@ import urlFor from './urlFor.js';
|
|
|
9
9
|
import { m as moment } from './moment-bc12cb97.js';
|
|
10
10
|
import { s as styleInject } from './style-inject.es-1f59c1d0.js';
|
|
11
11
|
import { B as BlockContent } from './BlockContent-1e73bd2c.js';
|
|
12
|
-
import { g as getSerializers } from './index-
|
|
12
|
+
import { g as getSerializers } from './index-264bbd3c.js';
|
|
13
13
|
|
|
14
14
|
/**
|
|
15
15
|
* Copyright (c) 2013-present, Facebook, Inc.
|
|
@@ -3,13 +3,13 @@ import { _ as _typeof } from './typeof-e9fc0c5d.js';
|
|
|
3
3
|
import { _ as _extends } from './extends-6d8e3924.js';
|
|
4
4
|
import { _ as _slicedToArray } from './slicedToArray-6ebcbfea.js';
|
|
5
5
|
import React__default, { useState, useEffect } from 'react';
|
|
6
|
-
import { M as MediaSeriesCard, D as DropdownButton, a as Dropdown } from './MediaSeriesCard-
|
|
6
|
+
import { M as MediaSeriesCard, D as DropdownButton, a as Dropdown } from './MediaSeriesCard-4f07fac6.js';
|
|
7
7
|
import './index-98ca9cec.js';
|
|
8
8
|
import 'react-dom';
|
|
9
9
|
import Link from 'next/link';
|
|
10
10
|
import MasterDeck from './MasterDeck.js';
|
|
11
11
|
import { B as BlockContent } from './BlockContent-1e73bd2c.js';
|
|
12
|
-
import { g as getSerializers } from './index-
|
|
12
|
+
import { g as getSerializers } from './index-264bbd3c.js';
|
|
13
13
|
import './_commonjsHelpers-0c4b6f40.js';
|
|
14
14
|
import './core.get-iterator-method-ea258bb1.js';
|
|
15
15
|
import './web.dom.iterable-ab4dea5c.js';
|
|
@@ -40,13 +40,13 @@ import './isSymbol-a7e9aafe.js';
|
|
|
40
40
|
import './toNumber-5aeba6e7.js';
|
|
41
41
|
import './index.es-a6137319.js';
|
|
42
42
|
import './visibility-sensor-72fd8f8b.js';
|
|
43
|
-
import './ADlgInfeed-
|
|
43
|
+
import './ADlgInfeed-dc36c928.js';
|
|
44
44
|
import './AdSlot.js';
|
|
45
45
|
import './Beam.js';
|
|
46
46
|
import './stringify-2b084bee.js';
|
|
47
47
|
import './Segment.js';
|
|
48
48
|
import './main-1894c974.js';
|
|
49
|
-
import './ADInfeed-
|
|
49
|
+
import './ADInfeed-6d1fc6bf.js';
|
|
50
50
|
import 'react-bootstrap';
|
|
51
51
|
import './index-c7e2ac95.js';
|
|
52
52
|
import './util-8ed16d48.js';
|
|
@@ -3,13 +3,13 @@ import { _ as _typeof } from './typeof-e9fc0c5d.js';
|
|
|
3
3
|
import { _ as _extends } from './extends-6d8e3924.js';
|
|
4
4
|
import { _ as _slicedToArray } from './slicedToArray-6ebcbfea.js';
|
|
5
5
|
import React__default, { useState, useEffect } from 'react';
|
|
6
|
-
import { M as MediaSeriesCard, D as DropdownButton, a as Dropdown } from './MediaSeriesCard-
|
|
6
|
+
import { M as MediaSeriesCard, D as DropdownButton, a as Dropdown } from './MediaSeriesCard-4f07fac6.js';
|
|
7
7
|
import './index-98ca9cec.js';
|
|
8
8
|
import 'react-dom';
|
|
9
9
|
import Link from 'next/link';
|
|
10
10
|
import { B as BlockContent } from './BlockContent-1e73bd2c.js';
|
|
11
11
|
import MasterDeck from './MasterDeckPaginated.js';
|
|
12
|
-
import { g as getSerializers } from './index-
|
|
12
|
+
import { g as getSerializers } from './index-264bbd3c.js';
|
|
13
13
|
import './_commonjsHelpers-0c4b6f40.js';
|
|
14
14
|
import './core.get-iterator-method-ea258bb1.js';
|
|
15
15
|
import './web.dom.iterable-ab4dea5c.js';
|
|
@@ -35,7 +35,7 @@ import 'react-bootstrap/Spinner';
|
|
|
35
35
|
import 'next/router';
|
|
36
36
|
import './lodash-f97fd99a.js';
|
|
37
37
|
import './main-1894c974.js';
|
|
38
|
-
import './ADlgInfeed-
|
|
38
|
+
import './ADlgInfeed-dc36c928.js';
|
|
39
39
|
import 'react-bootstrap/Card';
|
|
40
40
|
import './AdSlot.js';
|
|
41
41
|
import './debounce-533d9748.js';
|
|
@@ -43,7 +43,7 @@ import './isSymbol-a7e9aafe.js';
|
|
|
43
43
|
import './toNumber-5aeba6e7.js';
|
|
44
44
|
import './Beam.js';
|
|
45
45
|
import './Segment.js';
|
|
46
|
-
import './ADInfeed-
|
|
46
|
+
import './ADInfeed-6d1fc6bf.js';
|
|
47
47
|
import './Pagination-dc30727b.js';
|
|
48
48
|
import 'react-bootstrap/Button';
|
|
49
49
|
import './index.esm-1bd8a0a8.js';
|
|
@@ -11,7 +11,7 @@ import QueueDeckExpanded from './QueueDeckExpanded.js';
|
|
|
11
11
|
import Breadcrumbs from './Breadcrumbs.js';
|
|
12
12
|
import Feature from './Feature.js';
|
|
13
13
|
import urlFor from './urlFor.js';
|
|
14
|
-
import { g as getSerializers } from './index-
|
|
14
|
+
import { g as getSerializers } from './index-264bbd3c.js';
|
|
15
15
|
import { B as BlockContent } from './BlockContent-1e73bd2c.js';
|
|
16
16
|
import './_commonjsHelpers-0c4b6f40.js';
|
|
17
17
|
import './core.get-iterator-method-ea258bb1.js';
|
|
@@ -32,7 +32,7 @@ import 'next/router';
|
|
|
32
32
|
import './index-755f2cc2.js';
|
|
33
33
|
import './main-1894c974.js';
|
|
34
34
|
import './entities-6d9154b4.js';
|
|
35
|
-
import './ADInfeed-
|
|
35
|
+
import './ADInfeed-6d1fc6bf.js';
|
|
36
36
|
import 'react-bootstrap/Card';
|
|
37
37
|
import './AdSlot.js';
|
|
38
38
|
import './debounce-533d9748.js';
|
|
@@ -43,7 +43,7 @@ import './stringify-2b084bee.js';
|
|
|
43
43
|
import './Segment.js';
|
|
44
44
|
import './AuthorComponent-11adff02.js';
|
|
45
45
|
import './lodash-f97fd99a.js';
|
|
46
|
-
import './ADlgInfeed-
|
|
46
|
+
import './ADlgInfeed-dc36c928.js';
|
|
47
47
|
import './getContentCategory-15dcc413.js';
|
|
48
48
|
import './timeDifferenceCalc.js';
|
|
49
49
|
import './index-3f5c03b2.js';
|
|
@@ -11,7 +11,7 @@ import QueueDeckExpanded from './QueueDeckExpandedPaginated.js';
|
|
|
11
11
|
import Breadcrumbs from './Breadcrumbs.js';
|
|
12
12
|
import Feature from './Feature.js';
|
|
13
13
|
import urlFor from './urlFor.js';
|
|
14
|
-
import { g as getSerializers } from './index-
|
|
14
|
+
import { g as getSerializers } from './index-264bbd3c.js';
|
|
15
15
|
import { B as BlockContent } from './BlockContent-1e73bd2c.js';
|
|
16
16
|
import './_commonjsHelpers-0c4b6f40.js';
|
|
17
17
|
import './core.get-iterator-method-ea258bb1.js';
|
|
@@ -31,7 +31,7 @@ import 'react-dom';
|
|
|
31
31
|
import './lodash-f97fd99a.js';
|
|
32
32
|
import './main-1894c974.js';
|
|
33
33
|
import './entities-6d9154b4.js';
|
|
34
|
-
import './ADInfeed-
|
|
34
|
+
import './ADInfeed-6d1fc6bf.js';
|
|
35
35
|
import 'react-bootstrap/Card';
|
|
36
36
|
import './AdSlot.js';
|
|
37
37
|
import './debounce-533d9748.js';
|
|
@@ -41,7 +41,7 @@ import './Beam.js';
|
|
|
41
41
|
import './stringify-2b084bee.js';
|
|
42
42
|
import './Segment.js';
|
|
43
43
|
import './AuthorComponent-11adff02.js';
|
|
44
|
-
import './ADlgInfeed-
|
|
44
|
+
import './ADlgInfeed-dc36c928.js';
|
|
45
45
|
import './getContentCategory-15dcc413.js';
|
|
46
46
|
import './timeDifferenceCalc.js';
|
|
47
47
|
import './Pagination-dc30727b.js';
|
package/dist/esm/PubSection.js
CHANGED
|
@@ -24,7 +24,7 @@ import 'next/router';
|
|
|
24
24
|
import './index-755f2cc2.js';
|
|
25
25
|
import './main-1894c974.js';
|
|
26
26
|
import './entities-6d9154b4.js';
|
|
27
|
-
import './ADInfeed-
|
|
27
|
+
import './ADInfeed-6d1fc6bf.js';
|
|
28
28
|
import 'react-bootstrap/Card';
|
|
29
29
|
import './AdSlot.js';
|
|
30
30
|
import './debounce-533d9748.js';
|
|
@@ -35,7 +35,7 @@ import './stringify-2b084bee.js';
|
|
|
35
35
|
import './Segment.js';
|
|
36
36
|
import './AuthorComponent-11adff02.js';
|
|
37
37
|
import './lodash-f97fd99a.js';
|
|
38
|
-
import './ADlgInfeed-
|
|
38
|
+
import './ADlgInfeed-dc36c928.js';
|
|
39
39
|
import './getContentCategory-15dcc413.js';
|
|
40
40
|
import './timeDifferenceCalc.js';
|
|
41
41
|
|
|
@@ -12,10 +12,10 @@ import { useRouter } from 'next/router';
|
|
|
12
12
|
import { L as LazyLoad } from './index-755f2cc2.js';
|
|
13
13
|
import { m as main_43 } from './main-1894c974.js';
|
|
14
14
|
import { c as clean_html_1 } from './entities-6d9154b4.js';
|
|
15
|
-
import { A as ADInfeed } from './ADInfeed-
|
|
15
|
+
import { A as ADInfeed } from './ADInfeed-6d1fc6bf.js';
|
|
16
16
|
import { A as AuthorComponent } from './AuthorComponent-11adff02.js';
|
|
17
17
|
import { l as lodash } from './lodash-f97fd99a.js';
|
|
18
|
-
import { A as ADlgInfeed } from './ADlgInfeed-
|
|
18
|
+
import { A as ADlgInfeed } from './ADlgInfeed-dc36c928.js';
|
|
19
19
|
import { g as getContentCategory } from './getContentCategory-15dcc413.js';
|
|
20
20
|
import timeDifferenceCalc from './timeDifferenceCalc.js';
|
|
21
21
|
import './_commonjsHelpers-0c4b6f40.js';
|
|
@@ -11,9 +11,9 @@ import { L as LazyLoad } from './index-755f2cc2.js';
|
|
|
11
11
|
import { l as lodash } from './lodash-f97fd99a.js';
|
|
12
12
|
import { m as main_43 } from './main-1894c974.js';
|
|
13
13
|
import { c as clean_html_1 } from './entities-6d9154b4.js';
|
|
14
|
-
import { A as ADInfeed } from './ADInfeed-
|
|
14
|
+
import { A as ADInfeed } from './ADInfeed-6d1fc6bf.js';
|
|
15
15
|
import { A as AuthorComponent } from './AuthorComponent-11adff02.js';
|
|
16
|
-
import { A as ADlgInfeed } from './ADlgInfeed-
|
|
16
|
+
import { A as ADlgInfeed } from './ADlgInfeed-dc36c928.js';
|
|
17
17
|
import { g as getContentCategory } from './getContentCategory-15dcc413.js';
|
|
18
18
|
import timeDifferenceCalc from './timeDifferenceCalc.js';
|
|
19
19
|
import urlFor from './urlFor.js';
|