@mjhls/mjh-framework 1.0.918 → 1.0.919-TEST-V2
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/ArticleProgramLandingPage.js +4 -2
- package/dist/cjs/ExternalResources.js +3 -1
- package/dist/cjs/HorizontalArticleListing.js +4 -2
- package/dist/cjs/IssueLanding.js +4 -2
- package/dist/cjs/{MediaSeriesCard-34235827.js → MediaSeriesCard-7e1ebe32.js} +1 -1
- package/dist/cjs/MediaSeriesLanding.js +5 -3
- package/dist/cjs/MediaSeriesLandingPaginated.js +4 -2
- package/dist/cjs/PartnerDetailListing.js +4 -2
- package/dist/cjs/PartnerDetailListingPaginated.js +3 -1
- package/dist/cjs/TaxonomyDescription.js +4 -2
- package/dist/cjs/VideoProgramLandingPage.js +2 -1
- package/dist/cjs/View.js +8 -1
- package/dist/cjs/getSerializers.js +4 -2
- package/dist/cjs/{index-f9f5f7c0.js → index-619b5600.js} +327 -22
- package/dist/cjs/index.js +1 -1
- package/dist/esm/ArticleProgramLandingPage.js +4 -2
- package/dist/esm/ExternalResources.js +3 -1
- package/dist/esm/HorizontalArticleListing.js +4 -2
- package/dist/esm/IssueLanding.js +4 -2
- package/dist/esm/{MediaSeriesCard-8a9b91e6.js → MediaSeriesCard-ca3c348f.js} +1 -1
- package/dist/esm/MediaSeriesLanding.js +5 -3
- package/dist/esm/MediaSeriesLandingPaginated.js +4 -2
- package/dist/esm/PartnerDetailListing.js +4 -2
- package/dist/esm/PartnerDetailListingPaginated.js +3 -1
- package/dist/esm/TaxonomyDescription.js +4 -2
- package/dist/esm/VideoProgramLandingPage.js +2 -1
- package/dist/esm/View.js +8 -1
- package/dist/esm/getSerializers.js +4 -2
- package/dist/esm/{index-4d8a8743.js → index-47a80fcc.js} +328 -25
- package/dist/esm/index.js +1 -1
- package/package.json +2 -1
|
@@ -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-ca3c348f.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-47a80fcc.js';
|
|
13
13
|
import './_commonjsHelpers-0c4b6f40.js';
|
|
14
14
|
import './core.get-iterator-method-ea258bb1.js';
|
|
15
15
|
import './web.dom.iterable-ab4dea5c.js';
|
|
@@ -54,6 +54,8 @@ import './index-c7e2ac95.js';
|
|
|
54
54
|
import './util-8ed16d48.js';
|
|
55
55
|
import './urlForFile-b69adffc.js';
|
|
56
56
|
import './brightcove-react-player-loader.es-57a70a56.js';
|
|
57
|
+
import 'react-bootstrap/Modal';
|
|
58
|
+
import 'react-bootstrap/Form';
|
|
57
59
|
import './GroupDeck.js';
|
|
58
60
|
import './smoothscroll-fa4e3f8c.js';
|
|
59
61
|
import './SocialShare.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-47a80fcc.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';
|
|
@@ -55,13 +55,15 @@ import './urlForFile-b69adffc.js';
|
|
|
55
55
|
import './typeof-e9fc0c5d.js';
|
|
56
56
|
import './_is-array-8d21b9e3.js';
|
|
57
57
|
import './brightcove-react-player-loader.es-57a70a56.js';
|
|
58
|
+
import 'react-bootstrap/Modal';
|
|
59
|
+
import 'react-bootstrap/Button';
|
|
60
|
+
import 'react-bootstrap/Form';
|
|
58
61
|
import './GroupDeck.js';
|
|
59
62
|
import './SocialShare.js';
|
|
60
63
|
import 'next/head';
|
|
61
64
|
import 'react-share';
|
|
62
65
|
import './_object-to-array-2300e51b.js';
|
|
63
66
|
import 'react-bootstrap/Pagination';
|
|
64
|
-
import 'react-bootstrap/Button';
|
|
65
67
|
import 'react-bootstrap/Row';
|
|
66
68
|
import 'react-bootstrap/Col';
|
|
67
69
|
import './inherits-a6ba2ec4.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-47a80fcc.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';
|
|
@@ -58,6 +58,8 @@ import './urlForFile-b69adffc.js';
|
|
|
58
58
|
import './typeof-e9fc0c5d.js';
|
|
59
59
|
import './_is-array-8d21b9e3.js';
|
|
60
60
|
import './brightcove-react-player-loader.es-57a70a56.js';
|
|
61
|
+
import 'react-bootstrap/Modal';
|
|
62
|
+
import 'react-bootstrap/Form';
|
|
61
63
|
import './GroupDeck.js';
|
|
62
64
|
import './SocialShare.js';
|
|
63
65
|
import 'next/head';
|
|
@@ -4,7 +4,7 @@ import React__default from 'react';
|
|
|
4
4
|
import { useRouter } from 'next/router';
|
|
5
5
|
import Head from 'next/head';
|
|
6
6
|
import { B as BlockContent } from './BlockContent-1e73bd2c.js';
|
|
7
|
-
import { g as getSerializers } from './index-
|
|
7
|
+
import { g as getSerializers } from './index-47a80fcc.js';
|
|
8
8
|
import './_commonjsHelpers-0c4b6f40.js';
|
|
9
9
|
import './core.get-iterator-method-ea258bb1.js';
|
|
10
10
|
import './web.dom.iterable-ab4dea5c.js';
|
|
@@ -30,6 +30,9 @@ import 'react-dom';
|
|
|
30
30
|
import './typeof-e9fc0c5d.js';
|
|
31
31
|
import './_is-array-8d21b9e3.js';
|
|
32
32
|
import './brightcove-react-player-loader.es-57a70a56.js';
|
|
33
|
+
import 'react-bootstrap/Modal';
|
|
34
|
+
import 'react-bootstrap/Button';
|
|
35
|
+
import 'react-bootstrap/Form';
|
|
33
36
|
import './GroupDeck.js';
|
|
34
37
|
import './smoothscroll-fa4e3f8c.js';
|
|
35
38
|
import './moment-bc12cb97.js';
|
|
@@ -38,7 +41,6 @@ import 'react-share';
|
|
|
38
41
|
import './_object-to-array-2300e51b.js';
|
|
39
42
|
import './toConsumableArray-f7074d7c.js';
|
|
40
43
|
import 'react-bootstrap/Pagination';
|
|
41
|
-
import 'react-bootstrap/Button';
|
|
42
44
|
import './entities-6d9154b4.js';
|
|
43
45
|
import './AdSlot.js';
|
|
44
46
|
import './debounce-533d9748.js';
|
|
@@ -5,7 +5,7 @@ import { B as BlockContent } from './BlockContent-1e73bd2c.js';
|
|
|
5
5
|
import Col from 'react-bootstrap/Col';
|
|
6
6
|
import Form from 'react-bootstrap/Form';
|
|
7
7
|
import Button from 'react-bootstrap/Button';
|
|
8
|
-
import { g as getSerializers } from './index-
|
|
8
|
+
import { g as getSerializers } from './index-47a80fcc.js';
|
|
9
9
|
import VideoSeriesListing from './VideoSeriesListing.js';
|
|
10
10
|
import './_commonjsHelpers-0c4b6f40.js';
|
|
11
11
|
import './core.get-iterator-method-ea258bb1.js';
|
|
@@ -33,6 +33,7 @@ import 'react-dom';
|
|
|
33
33
|
import './typeof-e9fc0c5d.js';
|
|
34
34
|
import './_is-array-8d21b9e3.js';
|
|
35
35
|
import './brightcove-react-player-loader.es-57a70a56.js';
|
|
36
|
+
import 'react-bootstrap/Modal';
|
|
36
37
|
import './GroupDeck.js';
|
|
37
38
|
import './smoothscroll-fa4e3f8c.js';
|
|
38
39
|
import './moment-bc12cb97.js';
|
package/dist/esm/View.js
CHANGED
|
@@ -15,7 +15,7 @@ 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-47a80fcc.js';
|
|
19
19
|
import DFPAdSlot from './AdSlot.js';
|
|
20
20
|
import { S as SeriesSlider } from './SeriesSlider-45adb8dc.js';
|
|
21
21
|
import { g as getTargeting, a as getContentPlacementUrl } from './getTargeting-42f9b439.js';
|
|
@@ -51,6 +51,7 @@ import './util-8ed16d48.js';
|
|
|
51
51
|
import './Beam.js';
|
|
52
52
|
import './Segment.js';
|
|
53
53
|
import './brightcove-react-player-loader.es-57a70a56.js';
|
|
54
|
+
import 'react-bootstrap/Modal';
|
|
54
55
|
import './GroupDeck.js';
|
|
55
56
|
import './smoothscroll-fa4e3f8c.js';
|
|
56
57
|
import './_is-array-8d21b9e3.js';
|
|
@@ -667,6 +668,12 @@ var Article = forwardRef(function (props, ref) {
|
|
|
667
668
|
fileContent += 'TI - ' + article.title + '\n'; //Title - TI
|
|
668
669
|
fileContent += 'T1 - ' + article.title + '\n'; //Title - T1
|
|
669
670
|
}
|
|
671
|
+
if (authorDetails && authorDetails.length) {
|
|
672
|
+
authorDetails.map(function (authorDetail, index) {
|
|
673
|
+
return fileContent += 'AU - ' + authorDetail.displayName + '\n' //Author
|
|
674
|
+
;
|
|
675
|
+
});
|
|
676
|
+
}
|
|
670
677
|
if (issue.publication && issue.publication.name) {
|
|
671
678
|
fileContent += 'T2 - ' + issue.publication.name + '\n'; //Secondary Title - T2
|
|
672
679
|
fileContent += 'JF - ' + issue.publication.name + '\n'; //Journal Name - JF
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './extends-6d8e3924.js';
|
|
2
2
|
import 'react';
|
|
3
|
-
export { g as default } from './index-
|
|
3
|
+
export { g as default } from './index-47a80fcc.js';
|
|
4
4
|
import './BlockContent-1e73bd2c.js';
|
|
5
5
|
import './entities-6d9154b4.js';
|
|
6
6
|
import './_commonjsHelpers-0c4b6f40.js';
|
|
@@ -30,6 +30,9 @@ import 'react-dom';
|
|
|
30
30
|
import './typeof-e9fc0c5d.js';
|
|
31
31
|
import './_is-array-8d21b9e3.js';
|
|
32
32
|
import './brightcove-react-player-loader.es-57a70a56.js';
|
|
33
|
+
import 'react-bootstrap/Modal';
|
|
34
|
+
import 'react-bootstrap/Button';
|
|
35
|
+
import 'react-bootstrap/Form';
|
|
33
36
|
import './GroupDeck.js';
|
|
34
37
|
import './smoothscroll-fa4e3f8c.js';
|
|
35
38
|
import './moment-bc12cb97.js';
|
|
@@ -39,7 +42,6 @@ import 'react-share';
|
|
|
39
42
|
import './_object-to-array-2300e51b.js';
|
|
40
43
|
import './toConsumableArray-f7074d7c.js';
|
|
41
44
|
import 'react-bootstrap/Pagination';
|
|
42
|
-
import 'react-bootstrap/Button';
|
|
43
45
|
import './AdSlot.js';
|
|
44
46
|
import './debounce-533d9748.js';
|
|
45
47
|
import './isSymbol-a7e9aafe.js';
|