@mjhls/mjh-framework 1.0.811 → 1.0.813
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/AD300x250.js +1 -1
- package/dist/cjs/AD300x250x600.js +1 -1
- package/dist/cjs/AD728x90.js +1 -1
- package/dist/cjs/ADFloatingFooter.js +1 -1
- package/dist/cjs/ADGutter.js +1 -1
- package/dist/cjs/ADSkyscraper.js +1 -1
- package/dist/cjs/ADSponsoredResources.js +1 -1
- package/dist/cjs/ADWebcast.js +1 -1
- package/dist/cjs/ADWelcome.js +1 -1
- package/dist/cjs/AdSlot.js +1 -1
- package/dist/cjs/AlgoliaSearch.js +2 -2
- package/dist/cjs/AlphabeticList.js +1 -1
- package/dist/cjs/ArticleCarousel.js +1 -1
- package/dist/cjs/ArticleProgramLandingPage.js +3 -3
- package/dist/cjs/ArticleSeriesLandingPage.js +4 -4
- package/dist/cjs/ArticleSeriesListing.js +2 -2
- package/dist/cjs/Auth.js +5 -322
- package/dist/cjs/AuthWrapper.js +725 -0
- package/dist/cjs/Column3.js +1 -1
- package/dist/cjs/DeckContent.js +3 -3
- package/dist/cjs/DeckQueue.js +2 -2
- package/dist/cjs/EventsDeck.js +1 -1
- package/dist/cjs/ExternalResources.js +3 -3
- package/dist/cjs/GridContent.js +4 -4
- package/dist/cjs/HorizontalArticleListing.js +3 -3
- package/dist/cjs/IssueDeck.js +1 -1
- package/dist/cjs/IssueLanding.js +3 -3
- package/dist/cjs/LeftNav.js +1 -1
- package/dist/cjs/MasterDeck.js +4 -4
- package/dist/cjs/MediaSeriesLanding.js +10 -18
- package/dist/cjs/PartnerDetailListing.js +5 -5
- package/dist/cjs/PubSection.js +3 -3
- package/dist/cjs/PublicationLanding.js +1 -1
- package/dist/cjs/QueueDeckExpanded.js +3 -3
- package/dist/cjs/SeriesListingDeck.js +1 -1
- package/dist/cjs/TaxonomyCard.js +1 -1
- package/dist/cjs/TaxonomyDescription.js +3 -3
- package/dist/cjs/TemplateNormal.js +1 -1
- package/dist/cjs/VideoProgramLandingPage.js +3 -3
- package/dist/cjs/VideoSeriesLandingPage.js +4 -4
- package/dist/cjs/VideoSeriesListing.js +2 -2
- package/dist/cjs/View.js +4 -4
- package/dist/cjs/{extends-9d158713.js → extends-29bdbc6d.js} +1 -0
- package/dist/cjs/faundadb.js +329 -0
- package/dist/cjs/getSerializers.js +3 -3
- package/dist/cjs/{getTargeting-fbbe92ba.js → getTargeting-a100d6e5.js} +1 -1
- package/dist/cjs/getTargeting.js +2 -2
- package/dist/cjs/{index-a766f892.js → index-70971c54.js} +280 -55
- package/dist/cjs/index.js +7 -6
- package/dist/cjs/{inherits-3ff1b657.js → inherits-c2065b95.js} +3 -0
- package/dist/cjs/md5-e1ca5797.js +323 -0
- package/dist/esm/AD300x250.js +1 -1
- package/dist/esm/AD300x250x600.js +1 -1
- package/dist/esm/AD728x90.js +1 -1
- package/dist/esm/ADFloatingFooter.js +1 -1
- package/dist/esm/ADGutter.js +1 -1
- package/dist/esm/ADSkyscraper.js +1 -1
- package/dist/esm/ADSponsoredResources.js +1 -1
- package/dist/esm/ADWebcast.js +1 -1
- package/dist/esm/ADWelcome.js +1 -1
- package/dist/esm/AdSlot.js +1 -1
- package/dist/esm/AlgoliaSearch.js +2 -2
- package/dist/esm/AlphabeticList.js +1 -1
- package/dist/esm/ArticleCarousel.js +1 -1
- package/dist/esm/ArticleProgramLandingPage.js +3 -3
- package/dist/esm/ArticleSeriesLandingPage.js +4 -4
- package/dist/esm/ArticleSeriesListing.js +2 -2
- package/dist/esm/Auth.js +2 -319
- package/dist/esm/AuthWrapper.js +719 -0
- package/dist/esm/Column3.js +1 -1
- package/dist/esm/DeckContent.js +3 -3
- package/dist/esm/DeckQueue.js +2 -2
- package/dist/esm/EventsDeck.js +1 -1
- package/dist/esm/ExternalResources.js +3 -3
- package/dist/esm/GridContent.js +4 -4
- package/dist/esm/HorizontalArticleListing.js +3 -3
- package/dist/esm/IssueDeck.js +1 -1
- package/dist/esm/IssueLanding.js +3 -3
- package/dist/esm/LeftNav.js +1 -1
- package/dist/esm/MasterDeck.js +4 -4
- package/dist/esm/MediaSeriesLanding.js +10 -18
- package/dist/esm/PartnerDetailListing.js +5 -5
- package/dist/esm/PubSection.js +3 -3
- package/dist/esm/PublicationLanding.js +1 -1
- package/dist/esm/QueueDeckExpanded.js +3 -3
- package/dist/esm/SeriesListingDeck.js +1 -1
- package/dist/esm/TaxonomyCard.js +1 -1
- package/dist/esm/TaxonomyDescription.js +3 -3
- package/dist/esm/TemplateNormal.js +1 -1
- package/dist/esm/VideoProgramLandingPage.js +3 -3
- package/dist/esm/VideoSeriesLandingPage.js +4 -4
- package/dist/esm/VideoSeriesListing.js +2 -2
- package/dist/esm/View.js +4 -4
- package/dist/esm/{extends-f076879e.js → extends-60e0e1c6.js} +1 -1
- package/dist/esm/faundadb.js +321 -0
- package/dist/esm/getSerializers.js +3 -3
- package/dist/esm/{getTargeting-0958ad0e.js → getTargeting-05c216d6.js} +1 -1
- package/dist/esm/getTargeting.js +2 -2
- package/dist/esm/{index-f354da27.js → index-a30e3b71.js} +280 -55
- package/dist/esm/index.js +7 -6
- package/dist/esm/{inherits-f71787cf.js → inherits-a41fe93f.js} +1 -1
- package/dist/esm/md5-4e42248e.js +321 -0
- package/package.json +2 -1
- /package/dist/cjs/{ADInfeed-d9976673.js → ADInfeed-7cf51090.js} +0 -0
- /package/dist/cjs/{ADlgInfeed-0610e1bb.js → ADlgInfeed-bf24708d.js} +0 -0
- /package/dist/esm/{ADInfeed-33e556f5.js → ADInfeed-f7d00a9a.js} +0 -0
- /package/dist/esm/{ADlgInfeed-1270c526.js → ADlgInfeed-db64f46d.js} +0 -0
package/dist/esm/Column3.js
CHANGED
|
@@ -14,7 +14,7 @@ import './es6.string.iterator-bc33758b.js';
|
|
|
14
14
|
import './_to-object-b50e61c3.js';
|
|
15
15
|
import './core.get-iterator-method-133dfacd.js';
|
|
16
16
|
import './AdSlot.js';
|
|
17
|
-
import './extends-
|
|
17
|
+
import './extends-60e0e1c6.js';
|
|
18
18
|
import './_object-pie-133f504a.js';
|
|
19
19
|
import 'prop-types';
|
|
20
20
|
import './index-5cc7b406.js';
|
package/dist/esm/DeckContent.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { _ as _toConsumableArray } from './toConsumableArray-6d9a4616.js';
|
|
2
|
-
import { _ as _extends } from './extends-
|
|
3
|
-
import { _ as _inherits, a as _classCallCheck, b as _possibleConstructorReturn, c as _Object$getPrototypeOf, d as _createClass } from './inherits-
|
|
2
|
+
import { _ as _extends } from './extends-60e0e1c6.js';
|
|
3
|
+
import { _ as _inherits, a as _classCallCheck, b as _possibleConstructorReturn, c as _Object$getPrototypeOf, d as _createClass } from './inherits-a41fe93f.js';
|
|
4
4
|
import React__default from 'react';
|
|
5
5
|
import { l as lib_3 } from './index-5cc7b406.js';
|
|
6
6
|
import Container from 'react-bootstrap/Container';
|
|
@@ -16,7 +16,7 @@ import { i as imageUrlBuilder } from './index-0dbff1d1.js';
|
|
|
16
16
|
import { L as LazyLoad } from './index-755f2cc2.js';
|
|
17
17
|
import { m as main_43 } from './main-d4165069.js';
|
|
18
18
|
import { c as clean_html_1 } from './entities-932b50cf.js';
|
|
19
|
-
import { A as ADInfeed } from './ADInfeed-
|
|
19
|
+
import { A as ADInfeed } from './ADInfeed-f7d00a9a.js';
|
|
20
20
|
import './_commonjsHelpers-0c4b6f40.js';
|
|
21
21
|
import './es6.string.iterator-bc33758b.js';
|
|
22
22
|
import './_to-object-b50e61c3.js';
|
package/dist/esm/DeckQueue.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { _ as _toConsumableArray } from './toConsumableArray-6d9a4616.js';
|
|
2
|
-
import { _ as _extends } from './extends-
|
|
3
|
-
import { _ as _inherits, a as _classCallCheck, b as _possibleConstructorReturn, c as _Object$getPrototypeOf, d as _createClass } from './inherits-
|
|
2
|
+
import { _ as _extends } from './extends-60e0e1c6.js';
|
|
3
|
+
import { _ as _inherits, a as _classCallCheck, b as _possibleConstructorReturn, c as _Object$getPrototypeOf, d as _createClass } from './inherits-a41fe93f.js';
|
|
4
4
|
import React__default from 'react';
|
|
5
5
|
import { l as lib_3 } from './index-5cc7b406.js';
|
|
6
6
|
import Container from 'react-bootstrap/Container';
|
package/dist/esm/EventsDeck.js
CHANGED
|
@@ -3,7 +3,7 @@ import { c as createCommonjsModule, u as unwrapExports } from './_commonjsHelper
|
|
|
3
3
|
import { _ as _export, a as _core } from './_to-object-b50e61c3.js';
|
|
4
4
|
import { _ as _objectToArray } from './_object-to-array-0f197f89.js';
|
|
5
5
|
import { _ as _slicedToArray, a as _getIterator } from './slicedToArray-be2f7a22.js';
|
|
6
|
-
import { _ as _extends } from './extends-
|
|
6
|
+
import { _ as _extends } from './extends-60e0e1c6.js';
|
|
7
7
|
import { _ as _toConsumableArray } from './toConsumableArray-6d9a4616.js';
|
|
8
8
|
import { _ as _JSON$stringify } from './stringify-59c8f690.js';
|
|
9
9
|
import React__default, { useState, useEffect } from 'react';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { _ as _extends } from './extends-
|
|
1
|
+
import { _ as _extends } from './extends-60e0e1c6.js';
|
|
2
2
|
import { _ as _slicedToArray } from './slicedToArray-be2f7a22.js';
|
|
3
3
|
import React__default, { useState, useEffect } from 'react';
|
|
4
4
|
import { B as BlockContent } from './BlockContent-c99c9a8d.js';
|
|
5
|
-
import { g as getSerializers } from './index-
|
|
5
|
+
import { g as getSerializers } from './index-a30e3b71.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';
|
|
@@ -46,7 +46,7 @@ import './isSymbol-a7e9aafe.js';
|
|
|
46
46
|
import './toNumber-5aeba6e7.js';
|
|
47
47
|
import 'react-bootstrap/Row';
|
|
48
48
|
import 'react-bootstrap/Col';
|
|
49
|
-
import './inherits-
|
|
49
|
+
import './inherits-a41fe93f.js';
|
|
50
50
|
import './_object-sap-f353c2a9.js';
|
|
51
51
|
import './define-property-fe54dc9f.js';
|
|
52
52
|
import './index.esm-f6156a57.js';
|
package/dist/esm/GridContent.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { _ as _toConsumableArray } from './toConsumableArray-6d9a4616.js';
|
|
2
|
-
import { _ as _extends } from './extends-
|
|
3
|
-
import { _ as _inherits, a as _classCallCheck, b as _possibleConstructorReturn, c as _Object$getPrototypeOf, d as _createClass } from './inherits-
|
|
2
|
+
import { _ as _extends } from './extends-60e0e1c6.js';
|
|
3
|
+
import { _ as _inherits, a as _classCallCheck, b as _possibleConstructorReturn, c as _Object$getPrototypeOf, d as _createClass } from './inherits-a41fe93f.js';
|
|
4
4
|
import React__default from 'react';
|
|
5
5
|
import { l as lib_3 } from './index-5cc7b406.js';
|
|
6
6
|
import Container from 'react-bootstrap/Container';
|
|
@@ -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-932b50cf.js';
|
|
15
|
-
import { A as ADInfeed } from './ADInfeed-
|
|
15
|
+
import { A as ADInfeed } from './ADInfeed-f7d00a9a.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-db64f46d.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';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { _ as _extends } from './extends-
|
|
1
|
+
import { _ as _extends } from './extends-60e0e1c6.js';
|
|
2
2
|
import React__default from 'react';
|
|
3
3
|
import ArticleCarousel from './ArticleCarousel.js';
|
|
4
4
|
import { I as IoIosArrowForward } from './index.esm-f6156a57.js';
|
|
5
5
|
import { B as BlockContent } from './BlockContent-c99c9a8d.js';
|
|
6
|
-
import { g as getSerializers } from './index-
|
|
6
|
+
import { g as getSerializers } from './index-a30e3b71.js';
|
|
7
7
|
import './_commonjsHelpers-0c4b6f40.js';
|
|
8
8
|
import './_to-object-b50e61c3.js';
|
|
9
9
|
import './_object-pie-133f504a.js';
|
|
@@ -49,7 +49,7 @@ import './isSymbol-a7e9aafe.js';
|
|
|
49
49
|
import './toNumber-5aeba6e7.js';
|
|
50
50
|
import 'react-bootstrap/Row';
|
|
51
51
|
import 'react-bootstrap/Col';
|
|
52
|
-
import './inherits-
|
|
52
|
+
import './inherits-a41fe93f.js';
|
|
53
53
|
import './_object-sap-f353c2a9.js';
|
|
54
54
|
import './define-property-fe54dc9f.js';
|
|
55
55
|
import 'react-bootstrap/Figure';
|
package/dist/esm/IssueDeck.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { _ as _toConsumableArray } from './toConsumableArray-6d9a4616.js';
|
|
2
|
-
import { _ as _extends } from './extends-
|
|
2
|
+
import { _ as _extends } from './extends-60e0e1c6.js';
|
|
3
3
|
import { _ as _slicedToArray } from './slicedToArray-be2f7a22.js';
|
|
4
4
|
import React__default, { useState, useEffect, useRef } from 'react';
|
|
5
5
|
import Row from 'react-bootstrap/Row';
|
package/dist/esm/IssueLanding.js
CHANGED
|
@@ -9,7 +9,7 @@ import './_to-object-b50e61c3.js';
|
|
|
9
9
|
import './core.get-iterator-method-133dfacd.js';
|
|
10
10
|
import './toConsumableArray-6d9a4616.js';
|
|
11
11
|
import './_iter-detect-7e5e5ce2.js';
|
|
12
|
-
import './extends-
|
|
12
|
+
import './extends-60e0e1c6.js';
|
|
13
13
|
import './_object-pie-133f504a.js';
|
|
14
14
|
import 'react-bootstrap';
|
|
15
15
|
import './index-0dbff1d1.js';
|
|
@@ -23,7 +23,7 @@ import 'next/router';
|
|
|
23
23
|
import './index-755f2cc2.js';
|
|
24
24
|
import './main-d4165069.js';
|
|
25
25
|
import './entities-932b50cf.js';
|
|
26
|
-
import './ADInfeed-
|
|
26
|
+
import './ADInfeed-f7d00a9a.js';
|
|
27
27
|
import 'react-bootstrap/Card';
|
|
28
28
|
import './AdSlot.js';
|
|
29
29
|
import './debounce-533d9748.js';
|
|
@@ -36,7 +36,7 @@ import './_library-528f1934.js';
|
|
|
36
36
|
import './Segment.js';
|
|
37
37
|
import './AuthorComponent-30aeba69.js';
|
|
38
38
|
import './lodash-f97fd99a.js';
|
|
39
|
-
import './ADlgInfeed-
|
|
39
|
+
import './ADlgInfeed-db64f46d.js';
|
|
40
40
|
import './getContentCategory-15dcc413.js';
|
|
41
41
|
import './timeDifferenceCalc.js';
|
|
42
42
|
import 'react-bootstrap/Breadcrumb';
|
package/dist/esm/LeftNav.js
CHANGED
|
@@ -9,7 +9,7 @@ import './es6.string.iterator-bc33758b.js';
|
|
|
9
9
|
import './_to-object-b50e61c3.js';
|
|
10
10
|
import './core.get-iterator-method-133dfacd.js';
|
|
11
11
|
import './AdSlot.js';
|
|
12
|
-
import './extends-
|
|
12
|
+
import './extends-60e0e1c6.js';
|
|
13
13
|
import './_object-pie-133f504a.js';
|
|
14
14
|
import 'prop-types';
|
|
15
15
|
import './index-5cc7b406.js';
|
package/dist/esm/MasterDeck.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { _ as _toConsumableArray } from './toConsumableArray-6d9a4616.js';
|
|
2
2
|
import { _ as _Promise } from './asyncToGenerator-7f8f9219.js';
|
|
3
|
-
import { _ as _extends } from './extends-
|
|
4
|
-
import { _ as _inherits, a as _classCallCheck, b as _possibleConstructorReturn, c as _Object$getPrototypeOf, d as _createClass } from './inherits-
|
|
3
|
+
import { _ as _extends } from './extends-60e0e1c6.js';
|
|
4
|
+
import { _ as _inherits, a as _classCallCheck, b as _possibleConstructorReturn, c as _Object$getPrototypeOf, d as _createClass } from './inherits-a41fe93f.js';
|
|
5
5
|
import React__default from 'react';
|
|
6
6
|
import { l as lib_3 } from './index-5cc7b406.js';
|
|
7
7
|
import Container from 'react-bootstrap/Container';
|
|
@@ -15,8 +15,8 @@ import { d as debounce_1 } from './debounce-533d9748.js';
|
|
|
15
15
|
import { I as InfiniteScroll } from './index.es-a6137319.js';
|
|
16
16
|
import { V as VisibilitySensor } from './visibility-sensor-72fd8f8b.js';
|
|
17
17
|
import './index-0dbff1d1.js';
|
|
18
|
-
import { A as ADlgInfeed } from './ADlgInfeed-
|
|
19
|
-
import { A as ADInfeed } from './ADInfeed-
|
|
18
|
+
import { A as ADlgInfeed } from './ADlgInfeed-db64f46d.js';
|
|
19
|
+
import { A as ADInfeed } from './ADInfeed-f7d00a9a.js';
|
|
20
20
|
import './main-d4165069.js';
|
|
21
21
|
import './_commonjsHelpers-0c4b6f40.js';
|
|
22
22
|
import './es6.string.iterator-bc33758b.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { _ as _defineProperty } from './defineProperty-f5ff6f5a.js';
|
|
2
2
|
import { a as _asyncToGenerator, r as regenerator } from './asyncToGenerator-7f8f9219.js';
|
|
3
3
|
import { _ as _typeof } from './typeof-a286cf0c.js';
|
|
4
|
-
import { _ as _extends$1 } from './extends-
|
|
4
|
+
import { _ as _extends$1 } from './extends-60e0e1c6.js';
|
|
5
5
|
import { _ as _slicedToArray } from './slicedToArray-be2f7a22.js';
|
|
6
6
|
import React__default, { useCallback, useRef, useState, useContext, useMemo, useEffect, useImperativeHandle, useReducer, forwardRef, cloneElement } from 'react';
|
|
7
7
|
import { c as createCommonjsModule, u as unwrapExports } from './_commonjsHelpers-0c4b6f40.js';
|
|
@@ -14,7 +14,7 @@ import { i as imageUrlBuilder } from './index-0dbff1d1.js';
|
|
|
14
14
|
import { m as moment } from './moment-bc12cb97.js';
|
|
15
15
|
import { s as styleInject } from './style-inject.es-1f59c1d0.js';
|
|
16
16
|
import { B as BlockContent } from './BlockContent-c99c9a8d.js';
|
|
17
|
-
import { g as getSerializers } from './index-
|
|
17
|
+
import { g as getSerializers } from './index-a30e3b71.js';
|
|
18
18
|
import './define-property-fe54dc9f.js';
|
|
19
19
|
import './_to-object-b50e61c3.js';
|
|
20
20
|
import './es6.string.iterator-bc33758b.js';
|
|
@@ -25,7 +25,7 @@ import './_iter-detect-7e5e5ce2.js';
|
|
|
25
25
|
import './_is-array-3e99e06e.js';
|
|
26
26
|
import './_object-pie-133f504a.js';
|
|
27
27
|
import './toConsumableArray-6d9a4616.js';
|
|
28
|
-
import './inherits-
|
|
28
|
+
import './inherits-a41fe93f.js';
|
|
29
29
|
import './_object-sap-f353c2a9.js';
|
|
30
30
|
import './index-5cc7b406.js';
|
|
31
31
|
import 'react-bootstrap/Container';
|
|
@@ -39,13 +39,13 @@ import './isSymbol-a7e9aafe.js';
|
|
|
39
39
|
import './toNumber-5aeba6e7.js';
|
|
40
40
|
import './index.es-a6137319.js';
|
|
41
41
|
import './visibility-sensor-72fd8f8b.js';
|
|
42
|
-
import './ADlgInfeed-
|
|
42
|
+
import './ADlgInfeed-db64f46d.js';
|
|
43
43
|
import './AdSlot.js';
|
|
44
44
|
import './Beam.js';
|
|
45
45
|
import './stringify-59c8f690.js';
|
|
46
46
|
import './Segment.js';
|
|
47
47
|
import './main-d4165069.js';
|
|
48
|
-
import './ADInfeed-
|
|
48
|
+
import './ADInfeed-f7d00a9a.js';
|
|
49
49
|
import 'react-bootstrap';
|
|
50
50
|
import './index-c7e2ac95.js';
|
|
51
51
|
import './util-3ab476bf.js';
|
|
@@ -9846,6 +9846,8 @@ var MediaSeriesLanding = function MediaSeriesLanding(props) {
|
|
|
9846
9846
|
|
|
9847
9847
|
MediaSeriesLanding.getInitialData = function () {
|
|
9848
9848
|
var _ref3 = _asyncToGenerator( /*#__PURE__*/regenerator.mark(function _callee2(ctx, client, cache) {
|
|
9849
|
+
var _ref4;
|
|
9850
|
+
|
|
9849
9851
|
var urlQuery, pathname, identifier, itemsPerPage, currentPage, start, statusCode, params, docGroupID, seriesQuery, seriesData, allSeries, buildUsedTopicsArray, usedTopics, taxonomyFilter;
|
|
9850
9852
|
return regenerator.wrap(function _callee2$(_context2) {
|
|
9851
9853
|
while (1) {
|
|
@@ -9864,11 +9866,11 @@ MediaSeriesLanding.getInitialData = function () {
|
|
|
9864
9866
|
url: pathname
|
|
9865
9867
|
};
|
|
9866
9868
|
_context2.next = 9;
|
|
9867
|
-
return client.fetch('*[_type == \'documentGroup\' && identifier.current == \'' + identifier + '\'][0]{\n _id, \n name\n }');
|
|
9869
|
+
return client.fetch('*[_type == \'documentGroup\' && identifier.current == \'' + identifier + '\'][0]{\n _id, \n isGated,\n name\n }');
|
|
9868
9870
|
|
|
9869
9871
|
case 9:
|
|
9870
9872
|
docGroupID = _context2.sent;
|
|
9871
|
-
seriesQuery = '*[_type == \'documentGroup\' && references(\'' + docGroupID._id + '\') && isSeries != false && isShow != false && defined(published) && dateTime(published) <= dateTime(now()) ] | order(published desc) [$from...$to] {\n _id,\n name,\n identifier,\n published,\n thumbnail,\n description,\n topicMapping[]->,\n \'pageNumber\': ' + currentPage + ',\n \'parentUrl\': \'' + identifier + '\'\n }';
|
|
9873
|
+
seriesQuery = '*[_type == \'documentGroup\' && references(\'' + docGroupID._id + '\') && isSeries != false && isShow != false && defined(published) && dateTime(published) <= dateTime(now()) ] | order(published desc) [$from...$to] {\n _id,\n name,\n identifier,\n published,\n thumbnail,\n description,\n topicMapping[]->,\n isGated,\n \'pageNumber\': ' + currentPage + ',\n \'parentUrl\': \'' + identifier + '\'\n }';
|
|
9872
9874
|
_context2.next = 13;
|
|
9873
9875
|
return client.fetch(seriesQuery, params);
|
|
9874
9876
|
|
|
@@ -9930,17 +9932,7 @@ MediaSeriesLanding.getInitialData = function () {
|
|
|
9930
9932
|
statusCode = 404;
|
|
9931
9933
|
}
|
|
9932
9934
|
|
|
9933
|
-
return _context2.abrupt('return', _defineProperty(
|
|
9934
|
-
seriesData: seriesData,
|
|
9935
|
-
query: seriesQuery,
|
|
9936
|
-
params: params,
|
|
9937
|
-
currentPage: currentPage,
|
|
9938
|
-
taxonomyFilter: taxonomyFilter,
|
|
9939
|
-
identifier: identifier,
|
|
9940
|
-
docGroupID: docGroupID._id,
|
|
9941
|
-
parentUrl: identifier,
|
|
9942
|
-
statusCode: statusCode
|
|
9943
|
-
}, 'taxonomyFilter', taxonomyFilter));
|
|
9935
|
+
return _context2.abrupt('return', (_ref4 = { seriesData: seriesData, query: seriesQuery, params: params, currentPage: currentPage, taxonomyFilter: taxonomyFilter, identifier: identifier, docGroupID: docGroupID._id, parentUrl: identifier, statusCode: statusCode }, _defineProperty(_ref4, 'taxonomyFilter', taxonomyFilter), _defineProperty(_ref4, 'docGroup', docGroupID), _ref4));
|
|
9944
9936
|
|
|
9945
9937
|
case 25:
|
|
9946
9938
|
case 'end':
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { a as _asyncToGenerator, r as regenerator, _ as _Promise } from './asyncToGenerator-7f8f9219.js';
|
|
2
2
|
import { _ as _slicedToArray } from './slicedToArray-be2f7a22.js';
|
|
3
|
-
import { _ as _extends } from './extends-
|
|
3
|
+
import { _ as _extends } from './extends-60e0e1c6.js';
|
|
4
4
|
import React__default, { useRef, useState, useEffect } from 'react';
|
|
5
5
|
import { TwitterTimelineEmbed } from 'react-twitter-embed';
|
|
6
6
|
import { i as imageUrlBuilder } from './index-0dbff1d1.js';
|
|
@@ -10,7 +10,7 @@ import QueueDeckExpanded from './QueueDeckExpanded.js';
|
|
|
10
10
|
import Breadcrumbs from './Breadcrumbs.js';
|
|
11
11
|
import Feature from './Feature.js';
|
|
12
12
|
import urlFor from './urlFor.js';
|
|
13
|
-
import { g as getSerializers } from './index-
|
|
13
|
+
import { g as getSerializers } from './index-a30e3b71.js';
|
|
14
14
|
import { B as BlockContent } from './BlockContent-c99c9a8d.js';
|
|
15
15
|
import './_commonjsHelpers-0c4b6f40.js';
|
|
16
16
|
import './es6.string.iterator-bc33758b.js';
|
|
@@ -31,7 +31,7 @@ import 'next/router';
|
|
|
31
31
|
import './index-755f2cc2.js';
|
|
32
32
|
import './main-d4165069.js';
|
|
33
33
|
import './entities-932b50cf.js';
|
|
34
|
-
import './ADInfeed-
|
|
34
|
+
import './ADInfeed-f7d00a9a.js';
|
|
35
35
|
import 'react-bootstrap/Card';
|
|
36
36
|
import './AdSlot.js';
|
|
37
37
|
import './debounce-533d9748.js';
|
|
@@ -42,7 +42,7 @@ import './stringify-59c8f690.js';
|
|
|
42
42
|
import './Segment.js';
|
|
43
43
|
import './AuthorComponent-30aeba69.js';
|
|
44
44
|
import './lodash-f97fd99a.js';
|
|
45
|
-
import './ADlgInfeed-
|
|
45
|
+
import './ADlgInfeed-db64f46d.js';
|
|
46
46
|
import './getContentCategory-15dcc413.js';
|
|
47
47
|
import './timeDifferenceCalc.js';
|
|
48
48
|
import 'react-bootstrap/Breadcrumb';
|
|
@@ -61,7 +61,7 @@ import 'react-bootstrap/Pagination';
|
|
|
61
61
|
import 'react-bootstrap/Button';
|
|
62
62
|
import 'react-bootstrap/Row';
|
|
63
63
|
import 'react-bootstrap/Col';
|
|
64
|
-
import './inherits-
|
|
64
|
+
import './inherits-a41fe93f.js';
|
|
65
65
|
import './_object-sap-f353c2a9.js';
|
|
66
66
|
import './define-property-fe54dc9f.js';
|
|
67
67
|
import './index.esm-f6156a57.js';
|
package/dist/esm/PubSection.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { a as _asyncToGenerator, r as regenerator } from './asyncToGenerator-7f8f9219.js';
|
|
2
2
|
import { _ as _slicedToArray } from './slicedToArray-be2f7a22.js';
|
|
3
|
-
import { _ as _extends } from './extends-
|
|
3
|
+
import { _ as _extends } from './extends-60e0e1c6.js';
|
|
4
4
|
import React__default from 'react';
|
|
5
5
|
import QueueDeckExpanded from './QueueDeckExpanded.js';
|
|
6
6
|
import './_commonjsHelpers-0c4b6f40.js';
|
|
@@ -24,7 +24,7 @@ import 'next/router';
|
|
|
24
24
|
import './index-755f2cc2.js';
|
|
25
25
|
import './main-d4165069.js';
|
|
26
26
|
import './entities-932b50cf.js';
|
|
27
|
-
import './ADInfeed-
|
|
27
|
+
import './ADInfeed-f7d00a9a.js';
|
|
28
28
|
import 'react-bootstrap/Card';
|
|
29
29
|
import './AdSlot.js';
|
|
30
30
|
import './debounce-533d9748.js';
|
|
@@ -35,7 +35,7 @@ import './stringify-59c8f690.js';
|
|
|
35
35
|
import './Segment.js';
|
|
36
36
|
import './AuthorComponent-30aeba69.js';
|
|
37
37
|
import './lodash-f97fd99a.js';
|
|
38
|
-
import './ADlgInfeed-
|
|
38
|
+
import './ADlgInfeed-db64f46d.js';
|
|
39
39
|
import './getContentCategory-15dcc413.js';
|
|
40
40
|
import './timeDifferenceCalc.js';
|
|
41
41
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { b as _anInstance, c as _forOf, d as _redefineAll, e as _setSpecies, a as _asyncToGenerator, r as regenerator, _ as _Promise } from './asyncToGenerator-7f8f9219.js';
|
|
2
|
-
import { _ as _extends } from './extends-
|
|
2
|
+
import { _ as _extends } from './extends-60e0e1c6.js';
|
|
3
3
|
import { _ as _slicedToArray } from './slicedToArray-be2f7a22.js';
|
|
4
4
|
import { c as createCommonjsModule, u as unwrapExports } from './_commonjsHelpers-0c4b6f40.js';
|
|
5
5
|
import { _ as _objectCreate, a as _iterDefine, b as _wks, c as _setToStringTag } from './es6.string.iterator-bc33758b.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { _ as _slicedToArray } from './slicedToArray-be2f7a22.js';
|
|
2
2
|
import { _ as _toConsumableArray } from './toConsumableArray-6d9a4616.js';
|
|
3
|
-
import { _ as _extends } from './extends-
|
|
3
|
+
import { _ as _extends } from './extends-60e0e1c6.js';
|
|
4
4
|
import React__default, { useEffect, useState, useRef } from 'react';
|
|
5
5
|
import { Container, Media } from 'react-bootstrap';
|
|
6
6
|
import { i as imageUrlBuilder } from './index-0dbff1d1.js';
|
|
@@ -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-d4165069.js';
|
|
14
14
|
import { c as clean_html_1 } from './entities-932b50cf.js';
|
|
15
|
-
import { A as ADInfeed } from './ADInfeed-
|
|
15
|
+
import { A as ADInfeed } from './ADInfeed-f7d00a9a.js';
|
|
16
16
|
import { A as AuthorComponent } from './AuthorComponent-30aeba69.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-db64f46d.js';
|
|
19
19
|
import { g as getContentCategory } from './getContentCategory-15dcc413.js';
|
|
20
20
|
import timeDifferenceCalc from './timeDifferenceCalc.js';
|
|
21
21
|
import './_commonjsHelpers-0c4b6f40.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { _ as _toConsumableArray } from './toConsumableArray-6d9a4616.js';
|
|
2
|
-
import { _ as _extends } from './extends-
|
|
2
|
+
import { _ as _extends } from './extends-60e0e1c6.js';
|
|
3
3
|
import { _ as _slicedToArray } from './slicedToArray-be2f7a22.js';
|
|
4
4
|
import React__default, { useState, useEffect, useRef } from 'react';
|
|
5
5
|
import { useRouter } from 'next/router';
|
package/dist/esm/TaxonomyCard.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { a as _asyncToGenerator, r as regenerator } from './asyncToGenerator-7f8f9219.js';
|
|
2
|
-
import { _ as _extends, a as _Object$assign } from './extends-
|
|
2
|
+
import { _ as _extends, a as _Object$assign } from './extends-60e0e1c6.js';
|
|
3
3
|
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-c99c9a8d.js';
|
|
7
|
-
import { g as getSerializers } from './index-
|
|
7
|
+
import { g as getSerializers } from './index-a30e3b71.js';
|
|
8
8
|
import './_commonjsHelpers-0c4b6f40.js';
|
|
9
9
|
import './es6.string.iterator-bc33758b.js';
|
|
10
10
|
import './_to-object-b50e61c3.js';
|
|
@@ -45,7 +45,7 @@ import './isSymbol-a7e9aafe.js';
|
|
|
45
45
|
import './toNumber-5aeba6e7.js';
|
|
46
46
|
import 'react-bootstrap/Row';
|
|
47
47
|
import 'react-bootstrap/Col';
|
|
48
|
-
import './inherits-
|
|
48
|
+
import './inherits-a41fe93f.js';
|
|
49
49
|
import './_object-sap-f353c2a9.js';
|
|
50
50
|
import './define-property-fe54dc9f.js';
|
|
51
51
|
import './index.esm-f6156a57.js';
|
|
@@ -19,7 +19,7 @@ import './es6.string.iterator-bc33758b.js';
|
|
|
19
19
|
import './_to-object-b50e61c3.js';
|
|
20
20
|
import './core.get-iterator-method-133dfacd.js';
|
|
21
21
|
import './AdSlot.js';
|
|
22
|
-
import './extends-
|
|
22
|
+
import './extends-60e0e1c6.js';
|
|
23
23
|
import './_object-pie-133f504a.js';
|
|
24
24
|
import 'prop-types';
|
|
25
25
|
import './index-5cc7b406.js';
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { a as _asyncToGenerator, r as regenerator } from './asyncToGenerator-7f8f9219.js';
|
|
2
|
-
import { _ as _extends } from './extends-
|
|
2
|
+
import { _ as _extends } from './extends-60e0e1c6.js';
|
|
3
3
|
import React__default from 'react';
|
|
4
4
|
import { B as BlockContent } from './BlockContent-c99c9a8d.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-a30e3b71.js';
|
|
9
9
|
import VideoSeriesListing from './VideoSeriesListing.js';
|
|
10
10
|
import './_commonjsHelpers-0c4b6f40.js';
|
|
11
11
|
import './es6.string.iterator-bc33758b.js';
|
|
@@ -47,7 +47,7 @@ import './debounce-533d9748.js';
|
|
|
47
47
|
import './isSymbol-a7e9aafe.js';
|
|
48
48
|
import './toNumber-5aeba6e7.js';
|
|
49
49
|
import 'react-bootstrap/Row';
|
|
50
|
-
import './inherits-
|
|
50
|
+
import './inherits-a41fe93f.js';
|
|
51
51
|
import './_object-sap-f353c2a9.js';
|
|
52
52
|
import './define-property-fe54dc9f.js';
|
|
53
53
|
import './index.esm-f6156a57.js';
|
|
@@ -18,8 +18,8 @@ import './_object-pie-133f504a.js';
|
|
|
18
18
|
import './slicedToArray-be2f7a22.js';
|
|
19
19
|
import 'react-bootstrap/Breadcrumb';
|
|
20
20
|
import './toConsumableArray-6d9a4616.js';
|
|
21
|
-
import './extends-
|
|
22
|
-
import './inherits-
|
|
21
|
+
import './extends-60e0e1c6.js';
|
|
22
|
+
import './inherits-a41fe93f.js';
|
|
23
23
|
import './_object-sap-f353c2a9.js';
|
|
24
24
|
import './define-property-fe54dc9f.js';
|
|
25
25
|
import './index-5cc7b406.js';
|
|
@@ -37,13 +37,13 @@ import './index.es-a6137319.js';
|
|
|
37
37
|
import './visibility-sensor-72fd8f8b.js';
|
|
38
38
|
import 'react-dom';
|
|
39
39
|
import './index-0dbff1d1.js';
|
|
40
|
-
import './ADlgInfeed-
|
|
40
|
+
import './ADlgInfeed-db64f46d.js';
|
|
41
41
|
import './AdSlot.js';
|
|
42
42
|
import './Beam.js';
|
|
43
43
|
import './stringify-59c8f690.js';
|
|
44
44
|
import './Segment.js';
|
|
45
45
|
import './main-d4165069.js';
|
|
46
|
-
import './ADInfeed-
|
|
46
|
+
import './ADInfeed-f7d00a9a.js';
|
|
47
47
|
import './index-755f2cc2.js';
|
|
48
48
|
import './style-inject.es-1f59c1d0.js';
|
|
49
49
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { _ as _extends } from './extends-
|
|
2
|
-
import { _ as _inherits, a as _classCallCheck, b as _possibleConstructorReturn, c as _Object$getPrototypeOf, d as _createClass } from './inherits-
|
|
1
|
+
import { _ as _extends } from './extends-60e0e1c6.js';
|
|
2
|
+
import { _ as _inherits, a as _classCallCheck, b as _possibleConstructorReturn, c as _Object$getPrototypeOf, d as _createClass } from './inherits-a41fe93f.js';
|
|
3
3
|
import React__default from 'react';
|
|
4
4
|
import { l as lib_3 } from './index-5cc7b406.js';
|
|
5
5
|
import Container from 'react-bootstrap/Container';
|
package/dist/esm/View.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { a as _asyncToGenerator, r as regenerator } from './asyncToGenerator-7f8f9219.js';
|
|
2
|
-
import { _ as _extends, a as _Object$assign } from './extends-
|
|
2
|
+
import { _ as _extends, a as _Object$assign } from './extends-60e0e1c6.js';
|
|
3
3
|
import { a as _getIterator, _ as _slicedToArray } from './slicedToArray-be2f7a22.js';
|
|
4
4
|
import React__default, { useState, useRef, useEffect, forwardRef } from 'react';
|
|
5
5
|
import Head from 'next/head';
|
|
@@ -15,10 +15,10 @@ 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-a30e3b71.js';
|
|
19
19
|
import DFPAdSlot from './AdSlot.js';
|
|
20
20
|
import { S as SeriesSlider } from './SeriesSlider-c8477bf3.js';
|
|
21
|
-
import { g as getTargeting, a as getContentPlacementUrl } from './getTargeting-
|
|
21
|
+
import { g as getTargeting, a as getContentPlacementUrl } from './getTargeting-05c216d6.js';
|
|
22
22
|
import getKeywords from './getKeywords.js';
|
|
23
23
|
import urlFor from './urlFor.js';
|
|
24
24
|
import { _ as _typeof } from './typeof-a286cf0c.js';
|
|
@@ -58,7 +58,7 @@ import 'react-bootstrap/Pagination';
|
|
|
58
58
|
import './entities-932b50cf.js';
|
|
59
59
|
import 'react-bootstrap/Row';
|
|
60
60
|
import 'react-bootstrap/Col';
|
|
61
|
-
import './inherits-
|
|
61
|
+
import './inherits-a41fe93f.js';
|
|
62
62
|
import './_object-sap-f353c2a9.js';
|
|
63
63
|
import './define-property-fe54dc9f.js';
|
|
64
64
|
import './index.esm-f6156a57.js';
|