@mjhls/mjh-framework 1.0.974-test → 1.0.974-test2
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-94ff4d11.js → MediaSeriesCard-91982ed5.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 +49 -0
- 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 +107 -49
- 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-4f07fac6.js → MediaSeriesCard-da5c7499.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 +50 -1
- 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 +107 -49
- package/dist/esm/getSerializers.js +1 -1
- package/dist/esm/index.js +3 -3
- package/package.json +1 -1
- /package/dist/cjs/{ADInfeed-81006615.js → ADInfeed-e87afe8a.js} +0 -0
- /package/dist/cjs/{ADlgInfeed-0db07099.js → ADlgInfeed-b5a3d436.js} +0 -0
- /package/dist/cjs/{index-eb1c583d.js → index-f064c482.js} +0 -0
- /package/dist/esm/{ADInfeed-6d1fc6bf.js → ADInfeed-5765a73a.js} +0 -0
- /package/dist/esm/{ADlgInfeed-dc36c928.js → ADlgInfeed-5e36f317.js} +0 -0
- /package/dist/esm/{index-264bbd3c.js → index-8f118089.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-f064c482.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,6 +32,7 @@ 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');
|
|
35
36
|
var keys = require('./keys-e982b3fa.js');
|
|
36
37
|
var index_es = require('./index.es-f3e47207.js');
|
|
37
38
|
var index = require('./index-fc2f1ca2.js');
|
|
@@ -51,7 +52,6 @@ require('react-bootstrap');
|
|
|
51
52
|
require('./index-187c967e.js');
|
|
52
53
|
require('./util-93a37fd0.js');
|
|
53
54
|
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');
|
|
@@ -495,13 +495,17 @@ var Recommended = function Recommended(props) {
|
|
|
495
495
|
setLoaded = _useState6[1]; // loading, loaded, failed
|
|
496
496
|
|
|
497
497
|
|
|
498
|
+
var _useState7 = React.useState(''),
|
|
499
|
+
_useState8 = slicedToArray._slicedToArray(_useState7, 2);
|
|
500
|
+
_useState8[0];
|
|
501
|
+
_useState8[1];
|
|
502
|
+
|
|
498
503
|
var starting = index * 5;
|
|
499
504
|
var contentMapping = {
|
|
500
505
|
videos: 'video',
|
|
501
506
|
articles: 'article',
|
|
502
507
|
podcasts: 'podcast'
|
|
503
508
|
};
|
|
504
|
-
|
|
505
509
|
var mainCategories = article.content_placement.filter(function (cp) {
|
|
506
510
|
return cp.usedForRecommendations === true;
|
|
507
511
|
}).map(function (cp) {
|
|
@@ -514,7 +518,7 @@ var Recommended = function Recommended(props) {
|
|
|
514
518
|
return;
|
|
515
519
|
}
|
|
516
520
|
if (mainCategories.length > 0) {
|
|
517
|
-
|
|
521
|
+
console.log(mainCategories);
|
|
518
522
|
analytics.track('Article Category Viewed', {
|
|
519
523
|
categories: stringify._JSON$stringify(mainCategories)
|
|
520
524
|
});
|
|
@@ -566,14 +570,42 @@ var Recommended = function Recommended(props) {
|
|
|
566
570
|
return _ref.apply(this, arguments);
|
|
567
571
|
};
|
|
568
572
|
}();
|
|
573
|
+
var docGroupRecs = function () {
|
|
574
|
+
var _ref2 = asyncToGenerator._asyncToGenerator( /*#__PURE__*/asyncToGenerator.regenerator.mark(function _callee2(docGroupRef) {
|
|
575
|
+
var articleRecs;
|
|
576
|
+
return asyncToGenerator.regenerator.wrap(function _callee2$(_context2) {
|
|
577
|
+
while (1) {
|
|
578
|
+
switch (_context2.prev = _context2.next) {
|
|
579
|
+
case 0:
|
|
580
|
+
_context2.next = 2;
|
|
581
|
+
return client.fetch('*[_type == \'article\' && documentGroup._ref == \'' + docGroupRef + '\']');
|
|
582
|
+
|
|
583
|
+
case 2:
|
|
584
|
+
articleRecs = _context2.sent;
|
|
585
|
+
|
|
586
|
+
console.log('articleRecs', articleRecs);
|
|
587
|
+
if (articleRecs) setArticles(articleRecs.slice(0, 5));
|
|
588
|
+
|
|
589
|
+
case 5:
|
|
590
|
+
case 'end':
|
|
591
|
+
return _context2.stop();
|
|
592
|
+
}
|
|
593
|
+
}
|
|
594
|
+
}, _callee2, _this$2);
|
|
595
|
+
}));
|
|
596
|
+
|
|
597
|
+
return function docGroupRecs(_x3) {
|
|
598
|
+
return _ref2.apply(this, arguments);
|
|
599
|
+
};
|
|
600
|
+
}();
|
|
569
601
|
// get users traits
|
|
570
602
|
var getSegmentProfile = function () {
|
|
571
|
-
var
|
|
572
|
-
var storedUsers, anonymousId, response, data, addTaxonomyName, favoriteCategories, articlesCategory, videosCategory, podcastCategory, taxonomyCategories, taxonomies, articlesQuery, videosQuery, podcastQuery, params,
|
|
603
|
+
var _ref3 = asyncToGenerator._asyncToGenerator( /*#__PURE__*/asyncToGenerator.regenerator.mark(function _callee3() {
|
|
604
|
+
var storedUsers, anonymousId, traits, traitData, response, data, addTaxonomyName, favoriteCategories, articlesCategory, videosCategory, podcastCategory, taxonomyCategories, taxonomies, articlesQuery, videosQuery, podcastQuery, params, _ref4, _ref5, _articles, videos, podcasts;
|
|
573
605
|
|
|
574
|
-
return asyncToGenerator.regenerator.wrap(function
|
|
606
|
+
return asyncToGenerator.regenerator.wrap(function _callee3$(_context3) {
|
|
575
607
|
while (1) {
|
|
576
|
-
switch (
|
|
608
|
+
switch (_context3.prev = _context3.next) {
|
|
577
609
|
case 0:
|
|
578
610
|
storedUsers = false;
|
|
579
611
|
// const emailData = await import('../../../emails')
|
|
@@ -581,30 +613,56 @@ var Recommended = function Recommended(props) {
|
|
|
581
613
|
anonymousId = analytics.user().anonymousId();
|
|
582
614
|
|
|
583
615
|
console.log('anonymousId', anonymousId);
|
|
616
|
+
// Segment.createGroup('test_group_2', anonymousId, 'onclive_test2')
|
|
617
|
+
// Segment.createGroup('9e4fb278-daa9-448a-bf46-d168085d9126', anonymousId, 'onclive_test3')
|
|
618
|
+
Segment.identifyWithGroup('9e4fb278-daa9-448a-bf46-d168085d9126', anonymousId);
|
|
584
619
|
|
|
585
|
-
|
|
586
|
-
return fetch('/api/
|
|
620
|
+
_context3.next = 6;
|
|
621
|
+
return fetch('/api/getTraits', {
|
|
587
622
|
method: 'POST',
|
|
588
623
|
body: stringify._JSON$stringify({ anonymousId: anonymousId })
|
|
589
624
|
});
|
|
590
625
|
|
|
591
|
-
case
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
return
|
|
626
|
+
case 6:
|
|
627
|
+
traits = _context3.sent;
|
|
628
|
+
_context3.next = 9;
|
|
629
|
+
return traits.json();
|
|
595
630
|
|
|
596
|
-
case
|
|
597
|
-
|
|
631
|
+
case 9:
|
|
632
|
+
traitData = _context3.sent;
|
|
633
|
+
|
|
634
|
+
console.log('persona result:', traitData);
|
|
635
|
+
|
|
636
|
+
if (!(traitData.traits && traitData.traits.groupId)) {
|
|
637
|
+
_context3.next = 15;
|
|
638
|
+
break;
|
|
639
|
+
}
|
|
598
640
|
|
|
599
|
-
// console.log('persona result:', data)
|
|
600
641
|
try {
|
|
601
|
-
|
|
642
|
+
docGroupRecs(traitData.traits.groupId);
|
|
602
643
|
} catch (e) {
|
|
603
644
|
if (e) console.log('Error: ' + e);
|
|
604
645
|
}
|
|
646
|
+
_context3.next = 56;
|
|
647
|
+
break;
|
|
605
648
|
|
|
606
|
-
|
|
607
|
-
|
|
649
|
+
case 15:
|
|
650
|
+
_context3.next = 17;
|
|
651
|
+
return fetch('/api/getSegmentProfile', {
|
|
652
|
+
method: 'POST',
|
|
653
|
+
body: stringify._JSON$stringify({ anonymousId: anonymousId })
|
|
654
|
+
});
|
|
655
|
+
|
|
656
|
+
case 17:
|
|
657
|
+
response = _context3.sent;
|
|
658
|
+
_context3.next = 20;
|
|
659
|
+
return response.json();
|
|
660
|
+
|
|
661
|
+
case 20:
|
|
662
|
+
data = _context3.sent;
|
|
663
|
+
|
|
664
|
+
if (!(data && data.traits && data.traits.most_frequent_category)) {
|
|
665
|
+
_context3.next = 55;
|
|
608
666
|
break;
|
|
609
667
|
}
|
|
610
668
|
|
|
@@ -626,30 +684,30 @@ var Recommended = function Recommended(props) {
|
|
|
626
684
|
|
|
627
685
|
// console.log('%csegment user profile', 'font-size:1.5rem;color:#000000;padding:1rem;background-color:yellow;', data.traits)
|
|
628
686
|
console.log('in data conditional');
|
|
629
|
-
favoriteCategories = JSON.parse(data.traits.
|
|
687
|
+
favoriteCategories = JSON.parse(data.traits.most_frequent_category);
|
|
630
688
|
|
|
631
689
|
// grab contentCategory ID
|
|
632
690
|
|
|
633
|
-
|
|
691
|
+
_context3.next = 27;
|
|
634
692
|
return client.fetch("*[_type == 'contentCategory' && name == 'Articles'][0]{_id}");
|
|
635
693
|
|
|
636
|
-
case
|
|
637
|
-
articlesCategory =
|
|
638
|
-
|
|
694
|
+
case 27:
|
|
695
|
+
articlesCategory = _context3.sent;
|
|
696
|
+
_context3.next = 30;
|
|
639
697
|
return client.fetch("*[_type == 'contentCategory' && name == 'Videos'][0]{_id}");
|
|
640
698
|
|
|
641
|
-
case
|
|
642
|
-
videosCategory =
|
|
643
|
-
|
|
699
|
+
case 30:
|
|
700
|
+
videosCategory = _context3.sent;
|
|
701
|
+
_context3.next = 33;
|
|
644
702
|
return client.fetch("*[_type == 'contentCategory' && name == 'Podcasts'][0]{_id}");
|
|
645
703
|
|
|
646
|
-
case
|
|
647
|
-
podcastCategory =
|
|
648
|
-
|
|
704
|
+
case 33:
|
|
705
|
+
podcastCategory = _context3.sent;
|
|
706
|
+
_context3.next = 36;
|
|
649
707
|
return client.fetch('*[_type == \'taxonomy\' ' + addTaxonomyName(favoriteCategories) + ']');
|
|
650
708
|
|
|
651
|
-
case
|
|
652
|
-
taxonomyCategories =
|
|
709
|
+
case 36:
|
|
710
|
+
taxonomyCategories = _context3.sent;
|
|
653
711
|
taxonomies = '';
|
|
654
712
|
|
|
655
713
|
taxonomyCategories.forEach(function (taxonomy, index) {
|
|
@@ -662,21 +720,21 @@ var Recommended = function Recommended(props) {
|
|
|
662
720
|
taxonomies = taxonomies + ' )';
|
|
663
721
|
|
|
664
722
|
// grab 3 articles from sanity different from the one currently being read
|
|
665
|
-
articlesQuery = '*[_type == \'article\'\n
|
|
666
|
-
videosQuery = '*[_type == \'article\'\n
|
|
667
|
-
podcastQuery = '*[_type == \'article\'\n
|
|
723
|
+
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 }';
|
|
724
|
+
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 }';
|
|
725
|
+
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 }';
|
|
668
726
|
params = {
|
|
669
727
|
id: article._id
|
|
670
728
|
};
|
|
671
|
-
|
|
729
|
+
_context3.next = 46;
|
|
672
730
|
return asyncToGenerator._Promise.all([client.fetch(articlesQuery, params), client.fetch(videosQuery, params), client.fetch(podcastQuery, params)]);
|
|
673
731
|
|
|
674
|
-
case
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
_articles =
|
|
678
|
-
videos =
|
|
679
|
-
podcasts =
|
|
732
|
+
case 46:
|
|
733
|
+
_ref4 = _context3.sent;
|
|
734
|
+
_ref5 = slicedToArray._slicedToArray(_ref4, 3);
|
|
735
|
+
_articles = _ref5[0];
|
|
736
|
+
videos = _ref5[1];
|
|
737
|
+
podcasts = _ref5[2];
|
|
680
738
|
|
|
681
739
|
if (_articles.length === 0) {
|
|
682
740
|
setLoaded('failed');
|
|
@@ -693,22 +751,22 @@ var Recommended = function Recommended(props) {
|
|
|
693
751
|
}
|
|
694
752
|
setArticles(_articles);
|
|
695
753
|
}
|
|
696
|
-
|
|
754
|
+
_context3.next = 56;
|
|
697
755
|
break;
|
|
698
756
|
|
|
699
|
-
case
|
|
757
|
+
case 55:
|
|
700
758
|
setLoaded('failed');
|
|
701
759
|
|
|
702
|
-
case
|
|
760
|
+
case 56:
|
|
703
761
|
case 'end':
|
|
704
|
-
return
|
|
762
|
+
return _context3.stop();
|
|
705
763
|
}
|
|
706
764
|
}
|
|
707
|
-
},
|
|
765
|
+
}, _callee3, _this$2);
|
|
708
766
|
}));
|
|
709
767
|
|
|
710
768
|
return function getSegmentProfile() {
|
|
711
|
-
return
|
|
769
|
+
return _ref3.apply(this, arguments);
|
|
712
770
|
};
|
|
713
771
|
}();
|
|
714
772
|
getSegmentProfile();
|
|
@@ -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-f064c482.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-f064c482.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-e87afe8a.js');
|
|
138
138
|
require('./lodash-f0783643.js');
|
|
139
|
-
require('./ADlgInfeed-
|
|
139
|
+
require('./ADlgInfeed-b5a3d436.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-8f118089.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-5e36f317.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-5765a73a.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-5765a73a.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-5765a73a.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-8f118089.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-5765a73a.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-5e36f317.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-5765a73a.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-5e36f317.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-8f118089.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-8f118089.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-5765a73a.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-5e36f317.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-5e36f317.js';
|
|
20
|
+
import { A as ADInfeed } from './ADInfeed-5765a73a.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-5e36f317.js';
|
|
14
|
+
import { A as ADInfeed } from './ADInfeed-5765a73a.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-8f118089.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-da5c7499.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-8f118089.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-5e36f317.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-5765a73a.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-da5c7499.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-8f118089.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-5e36f317.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-5765a73a.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-8f118089.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-5765a73a.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-5e36f317.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-8f118089.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-5765a73a.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-5e36f317.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-5765a73a.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-5e36f317.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-5765a73a.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-5e36f317.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-5765a73a.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-5e36f317.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';
|