@mjhls/mjh-framework 1.0.1001-popup-polls → 1.0.1001
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/AD.js +1 -1
- package/dist/cjs/AD300x250.js +2 -3
- package/dist/cjs/AD300x250x600.js +2 -3
- package/dist/cjs/AD728x90.js +2 -3
- package/dist/cjs/ADFloatingFooter.js +2 -3
- package/dist/cjs/ADGutter.js +2 -3
- package/dist/cjs/ADSkyscraper.js +2 -3
- package/dist/cjs/ADSponsoredResources.js +2 -3
- package/dist/cjs/ADWebcast.js +2 -3
- package/dist/cjs/ADWelcome.js +2 -3
- package/dist/cjs/AdSlot.js +2 -3
- package/dist/cjs/AdSlotsProvider.js +2 -3
- package/dist/cjs/AlgoliaSearch.js +1068 -521
- package/dist/cjs/ArticleCarousel.js +1 -1
- package/dist/cjs/ArticleProgramLandingPage.js +5 -7
- package/dist/cjs/ArticleSeriesLandingPage.js +4 -5
- package/dist/cjs/ArticleSeriesListing.js +2 -3
- package/dist/cjs/Auth.js +40 -11
- package/dist/cjs/AuthWrapper.js +89 -19
- package/dist/cjs/CMEDeck.js +2 -3
- package/dist/cjs/Column3.js +2 -3
- package/dist/cjs/ContentCardPaginated.js +4 -5
- package/dist/cjs/DeckContent.js +3 -4
- package/dist/cjs/DeckQueue.js +2 -3
- package/dist/cjs/DeckQueuePaginated.js +3 -4
- package/dist/cjs/{Dfp-c313a700.js → Dfp-67646058.js} +1 -2
- package/dist/cjs/EventsDeck.js +2 -2
- package/dist/cjs/ExternalResources.js +6 -8
- package/dist/cjs/Feature.js +1 -1
- package/dist/cjs/GridContent.js +4 -5
- package/dist/cjs/GridContentPaginated.js +5 -6
- package/dist/cjs/HamMagazine.js +2 -2
- package/dist/cjs/HorizontalArticleListing.js +5 -7
- package/dist/cjs/{ImageSlider-17fdaf3b.js → ImageSlider-1ec0408b.js} +156 -116
- package/dist/cjs/IssueLanding.js +7 -9
- package/dist/cjs/LeftNav.js +2 -3
- package/dist/cjs/MasterDeck.js +4 -5
- package/dist/cjs/MasterDeckPaginated.js +5 -6
- package/dist/cjs/{MediaSeriesCard-eacea66a.js → MediaSeriesCard-78f709ca.js} +1 -1
- package/dist/cjs/MediaSeriesLanding.js +9 -11
- package/dist/cjs/MediaSeriesLandingPaginated.js +10 -12
- package/dist/cjs/NavMagazine.js +2 -2
- package/dist/cjs/NavNative.js +1 -1
- package/dist/cjs/{Pagination-842c556f.js → Pagination-6359861a.js} +1 -1
- package/dist/cjs/PartnerDetailListing.js +8 -11
- package/dist/cjs/PartnerDetailListingPaginated.js +9 -12
- package/dist/cjs/PodcastsLanding.js +7 -9
- package/dist/cjs/PubSection.js +4 -5
- package/dist/cjs/QueueDeckExpanded.js +4 -5
- package/dist/cjs/QueueDeckExpandedPaginated.js +5 -6
- package/dist/cjs/SeriesListingDeck.js +3 -4
- package/dist/cjs/{SeriesSlider-3d57985d.js → SeriesSlider-18fc6e71.js} +1 -1
- package/dist/cjs/{SocialSearchComponent-62bceb87.js → SocialSearchComponent-ca9c0c45.js} +1 -1
- package/dist/cjs/TaxonomyDescription.js +5 -7
- package/dist/cjs/TemplateNormal.js +3 -4
- package/dist/cjs/{Tooltip-4cb8849a.js → Tooltip-71754b2a.js} +355 -272
- package/dist/cjs/Ustream.js +1 -1
- package/dist/cjs/VideoProgramLandingPage.js +5 -7
- package/dist/cjs/VideoSeriesLandingPage.js +4 -5
- package/dist/cjs/VideoSeriesListing.js +2 -3
- package/dist/cjs/View.js +5 -6
- package/dist/cjs/YoutubeGroup.js +1 -1
- package/dist/cjs/getSerializers.js +5 -7
- package/dist/cjs/{index-d2a6ef75.js → index-7435b964.js} +467 -2
- package/dist/cjs/{index-f86bb269.js → index-96c331fd.js} +53 -52
- package/dist/cjs/index-b95410f0.js +54 -0
- package/dist/cjs/{index-19fbbcea.js → index-e4f1fe32.js} +99 -161
- package/dist/cjs/index.js +10 -13
- package/dist/cjs/{main-3643d499.js → main-6054981e.js} +4 -9
- package/dist/esm/AD.js +1 -1
- package/dist/esm/AD300x250.js +2 -3
- package/dist/esm/AD300x250x600.js +2 -3
- package/dist/esm/AD728x90.js +2 -3
- package/dist/esm/ADFloatingFooter.js +2 -3
- package/dist/esm/ADGutter.js +2 -3
- package/dist/esm/ADSkyscraper.js +2 -3
- package/dist/esm/ADSponsoredResources.js +2 -3
- package/dist/esm/ADWebcast.js +2 -3
- package/dist/esm/ADWelcome.js +2 -3
- package/dist/esm/AdSlot.js +2 -3
- package/dist/esm/AdSlotsProvider.js +2 -3
- package/dist/esm/AlgoliaSearch.js +1065 -518
- package/dist/esm/ArticleCarousel.js +1 -1
- package/dist/esm/ArticleProgramLandingPage.js +5 -7
- package/dist/esm/ArticleSeriesLandingPage.js +4 -5
- package/dist/esm/ArticleSeriesListing.js +2 -3
- package/dist/esm/Auth.js +40 -11
- package/dist/esm/AuthWrapper.js +86 -16
- package/dist/esm/CMEDeck.js +2 -3
- package/dist/esm/Column3.js +2 -3
- package/dist/esm/ContentCardPaginated.js +4 -5
- package/dist/esm/DeckContent.js +3 -4
- package/dist/esm/DeckQueue.js +2 -3
- package/dist/esm/DeckQueuePaginated.js +3 -4
- package/dist/esm/{Dfp-102f0beb.js → Dfp-cf85d203.js} +1 -2
- package/dist/esm/EventsDeck.js +2 -2
- package/dist/esm/ExternalResources.js +6 -8
- package/dist/esm/Feature.js +1 -1
- package/dist/esm/GridContent.js +4 -5
- package/dist/esm/GridContentPaginated.js +5 -6
- package/dist/esm/HamMagazine.js +2 -2
- package/dist/esm/HorizontalArticleListing.js +5 -7
- package/dist/esm/{ImageSlider-f84174cb.js → ImageSlider-83913c4c.js} +157 -117
- package/dist/esm/IssueLanding.js +7 -9
- package/dist/esm/LeftNav.js +2 -3
- package/dist/esm/MasterDeck.js +4 -5
- package/dist/esm/MasterDeckPaginated.js +5 -6
- package/dist/esm/{MediaSeriesCard-f56c8274.js → MediaSeriesCard-db0176b5.js} +1 -1
- package/dist/esm/MediaSeriesLanding.js +9 -11
- package/dist/esm/MediaSeriesLandingPaginated.js +10 -12
- package/dist/esm/NavMagazine.js +2 -2
- package/dist/esm/NavNative.js +1 -1
- package/dist/esm/{Pagination-dc30727b.js → Pagination-9fe9f61d.js} +1 -1
- package/dist/esm/PartnerDetailListing.js +8 -11
- package/dist/esm/PartnerDetailListingPaginated.js +9 -12
- package/dist/esm/PodcastsLanding.js +7 -9
- package/dist/esm/PubSection.js +4 -5
- package/dist/esm/QueueDeckExpanded.js +4 -5
- package/dist/esm/QueueDeckExpandedPaginated.js +5 -6
- package/dist/esm/SeriesListingDeck.js +3 -4
- package/dist/esm/{SeriesSlider-f771e20d.js → SeriesSlider-5728e349.js} +1 -1
- package/dist/esm/{SocialSearchComponent-165b4ae7.js → SocialSearchComponent-68d948b9.js} +1 -1
- package/dist/esm/TaxonomyDescription.js +5 -7
- package/dist/esm/TemplateNormal.js +3 -4
- package/dist/esm/{Tooltip-95655b44.js → Tooltip-8307d9d1.js} +150 -67
- package/dist/esm/Ustream.js +1 -1
- package/dist/esm/VideoProgramLandingPage.js +5 -7
- package/dist/esm/VideoSeriesLandingPage.js +4 -5
- package/dist/esm/VideoSeriesListing.js +2 -3
- package/dist/esm/View.js +5 -6
- package/dist/esm/YoutubeGroup.js +1 -1
- package/dist/esm/getSerializers.js +5 -7
- package/dist/esm/index-174b5baf.js +52 -0
- package/dist/esm/{index-79cfd25c.js → index-30a6257d.js} +53 -52
- package/dist/esm/{index-5d8b0a9d.js → index-3bb56969.js} +99 -161
- package/dist/esm/{index-f0fc23eb.js → index-5cc7b406.js} +466 -1
- package/dist/esm/index.js +10 -13
- package/dist/esm/{main-1894c974.js → main-9f6806ea.js} +4 -9
- package/package.json +1 -1
- package/dist/cjs/defineProperty-e0fb52c5.js +0 -73
- package/dist/cjs/events-1b438fe7.js +0 -469
- package/dist/cjs/index-50be6759.js +0 -105
- package/dist/cjs/typeof-1358762e.js +0 -33
- package/dist/esm/defineProperty-23a8f8cd.js +0 -68
- package/dist/esm/events-6c3a7a63.js +0 -467
- package/dist/esm/index-98ca9cec.js +0 -100
- package/dist/esm/typeof-2f07d0e8.js +0 -30
- /package/dist/cjs/{ADInfeed-0394f391.js → ADInfeed-ef933a08.js} +0 -0
- /package/dist/cjs/{ADlgInfeed-759969d6.js → ADlgInfeed-0e931f24.js} +0 -0
- /package/dist/esm/{ADInfeed-5765a73a.js → ADInfeed-f946441a.js} +0 -0
- /package/dist/esm/{ADlgInfeed-5e36f317.js → ADlgInfeed-012e6f16.js} +0 -0
|
@@ -20,8 +20,7 @@ import './extends-6d8e3924.js';
|
|
|
20
20
|
import './inherits-a6ba2ec4.js';
|
|
21
21
|
import './_object-sap-7cee6f84.js';
|
|
22
22
|
import './define-property-5f1bda73.js';
|
|
23
|
-
import './index-
|
|
24
|
-
import './events-6c3a7a63.js';
|
|
23
|
+
import './index-5cc7b406.js';
|
|
25
24
|
import 'prop-types';
|
|
26
25
|
import 'react-bootstrap/Container';
|
|
27
26
|
import 'react-bootstrap/Row';
|
|
@@ -36,13 +35,13 @@ import './index.es-a6137319.js';
|
|
|
36
35
|
import './visibility-sensor-72fd8f8b.js';
|
|
37
36
|
import 'react-dom';
|
|
38
37
|
import './index-3f5c03b2.js';
|
|
39
|
-
import './ADlgInfeed-
|
|
38
|
+
import './ADlgInfeed-012e6f16.js';
|
|
40
39
|
import './AdSlot.js';
|
|
41
40
|
import './Beam.js';
|
|
42
41
|
import './stringify-2b084bee.js';
|
|
43
42
|
import './Segment.js';
|
|
44
|
-
import './main-
|
|
45
|
-
import './ADInfeed-
|
|
43
|
+
import './main-9f6806ea.js';
|
|
44
|
+
import './ADInfeed-f946441a.js';
|
|
46
45
|
import './index-755f2cc2.js';
|
|
47
46
|
import './urlFor.js';
|
|
48
47
|
import './style-inject.es-1f59c1d0.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { _ as _extends } from './extends-6d8e3924.js';
|
|
2
2
|
import { _ as _inherits, a as _classCallCheck, b as _possibleConstructorReturn, c as _Object$getPrototypeOf, d as _createClass } from './inherits-a6ba2ec4.js';
|
|
3
3
|
import React__default from 'react';
|
|
4
|
-
import { l as lib_3 } from './index-
|
|
4
|
+
import { l as lib_3 } from './index-5cc7b406.js';
|
|
5
5
|
import Container from 'react-bootstrap/Container';
|
|
6
6
|
import { V as VisibilitySensor } from './visibility-sensor-72fd8f8b.js';
|
|
7
7
|
import { I as IoIosArrowForward } from './index.esm-eb1e8e80.js';
|
|
@@ -19,7 +19,6 @@ import './typeof-e9fc0c5d.js';
|
|
|
19
19
|
import './web.dom.iterable-ab4dea5c.js';
|
|
20
20
|
import './_is-array-8d21b9e3.js';
|
|
21
21
|
import './_library-528f1934.js';
|
|
22
|
-
import './events-6c3a7a63.js';
|
|
23
22
|
import 'prop-types';
|
|
24
23
|
import 'react-dom';
|
|
25
24
|
import './iconBase-ccc56b97.js';
|
|
@@ -29,7 +28,7 @@ import './index-755f2cc2.js';
|
|
|
29
28
|
import './smoothscroll-fa4e3f8c.js';
|
|
30
29
|
import './urlFor.js';
|
|
31
30
|
import './index-3f5c03b2.js';
|
|
32
|
-
import './main-
|
|
31
|
+
import './main-9f6806ea.js';
|
|
33
32
|
import './isSymbol-a7e9aafe.js';
|
|
34
33
|
import './toNumber-5aeba6e7.js';
|
|
35
34
|
|
package/dist/esm/View.js
CHANGED
|
@@ -8,16 +8,16 @@ import { _ as _JSON$stringify } from './stringify-2b084bee.js';
|
|
|
8
8
|
import { _ as _toConsumableArray } from './toConsumableArray-f7074d7c.js';
|
|
9
9
|
import { m as moment } from './moment-bc12cb97.js';
|
|
10
10
|
import { B as BlockContent } from './BlockContent-1e73bd2c.js';
|
|
11
|
-
import { m as main_43 } from './main-
|
|
11
|
+
import { m as main_43 } from './main-9f6806ea.js';
|
|
12
12
|
import 'react-bootstrap/Dropdown';
|
|
13
13
|
import Form from 'react-bootstrap/Form';
|
|
14
14
|
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-3bb56969.js';
|
|
19
19
|
import DFPAdSlot from './AdSlot.js';
|
|
20
|
-
import { S as SeriesSlider } from './SeriesSlider-
|
|
20
|
+
import { S as SeriesSlider } from './SeriesSlider-5728e349.js';
|
|
21
21
|
import { a as getContentPlacementUrl, g as getTargeting } from './getTargeting-9bd28724.js';
|
|
22
22
|
import getKeywords from './getKeywords.js';
|
|
23
23
|
import urlFor from './urlFor.js';
|
|
@@ -33,7 +33,7 @@ import { PixelTrackingArticle } from './PixelTracking.js';
|
|
|
33
33
|
import './Segment.js';
|
|
34
34
|
import { _ as _Object$keys } from './keys-31dcdb31.js';
|
|
35
35
|
import { I as InfiniteScroll } from './index.es-a6137319.js';
|
|
36
|
-
import { l as lib_3 } from './index-
|
|
36
|
+
import { l as lib_3 } from './index-5cc7b406.js';
|
|
37
37
|
import getRelatedArticle from './getRelatedArticle.js';
|
|
38
38
|
import getQuery from './getQuery.js';
|
|
39
39
|
import getSeriesDetail from './getSeriesDetail.js';
|
|
@@ -51,12 +51,12 @@ import './index-c7e2ac95.js';
|
|
|
51
51
|
import './util-8ed16d48.js';
|
|
52
52
|
import './Beam.js';
|
|
53
53
|
import './brightcove-react-player-loader.es-57a70a56.js';
|
|
54
|
-
import './_object-to-array-2300e51b.js';
|
|
55
54
|
import 'react-bootstrap/Modal';
|
|
56
55
|
import 'react-ga';
|
|
57
56
|
import './GroupDeck.js';
|
|
58
57
|
import './smoothscroll-fa4e3f8c.js';
|
|
59
58
|
import './_is-array-8d21b9e3.js';
|
|
59
|
+
import './_object-to-array-2300e51b.js';
|
|
60
60
|
import 'react-bootstrap/Pagination';
|
|
61
61
|
import './entities-6d9154b4.js';
|
|
62
62
|
import 'react-bootstrap/Row';
|
|
@@ -74,7 +74,6 @@ import './checkSisterSite-baa4fb6b.js';
|
|
|
74
74
|
import './debounce-533d9748.js';
|
|
75
75
|
import './isSymbol-a7e9aafe.js';
|
|
76
76
|
import './toNumber-5aeba6e7.js';
|
|
77
|
-
import './events-6c3a7a63.js';
|
|
78
77
|
import './index-db3bb315.js';
|
|
79
78
|
|
|
80
79
|
var getArticleSummary = function getArticleSummary(article) {
|
package/dist/esm/YoutubeGroup.js
CHANGED
|
@@ -4,7 +4,7 @@ import { g as getYoutubeId } from './index-c7e2ac95.js';
|
|
|
4
4
|
import { L as LazyLoad } from './index-755f2cc2.js';
|
|
5
5
|
import { s as smoothscroll } from './smoothscroll-fa4e3f8c.js';
|
|
6
6
|
import urlFor from './urlFor.js';
|
|
7
|
-
import { m as main_43, a as main_49, b as main_42 } from './main-
|
|
7
|
+
import { m as main_43, a as main_49, b as main_42 } from './main-9f6806ea.js';
|
|
8
8
|
import './_commonjsHelpers-0c4b6f40.js';
|
|
9
9
|
import './web.dom.iterable-ab4dea5c.js';
|
|
10
10
|
import './core.get-iterator-method-ea258bb1.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import 'react';
|
|
2
|
-
export { g as default } from './index-
|
|
2
|
+
export { g as default } from './index-3bb56969.js';
|
|
3
3
|
import './BlockContent-1e73bd2c.js';
|
|
4
4
|
import './entities-6d9154b4.js';
|
|
5
5
|
import './slicedToArray-6ebcbfea.js';
|
|
@@ -9,8 +9,7 @@ import './core.get-iterator-method-ea258bb1.js';
|
|
|
9
9
|
import 'react-bootstrap';
|
|
10
10
|
import './urlFor.js';
|
|
11
11
|
import './index-3f5c03b2.js';
|
|
12
|
-
import './index-
|
|
13
|
-
import './events-6c3a7a63.js';
|
|
12
|
+
import './index-5cc7b406.js';
|
|
14
13
|
import 'prop-types';
|
|
15
14
|
import 'next/router';
|
|
16
15
|
import './index-c7e2ac95.js';
|
|
@@ -21,7 +20,7 @@ import './asyncToGenerator-958ef5fc.js';
|
|
|
21
20
|
import './_library-528f1934.js';
|
|
22
21
|
import './_iter-detect-98db3b07.js';
|
|
23
22
|
import './Segment.js';
|
|
24
|
-
import './main-
|
|
23
|
+
import './main-9f6806ea.js';
|
|
25
24
|
import './extends-6d8e3924.js';
|
|
26
25
|
import './_object-pie-133f504a.js';
|
|
27
26
|
import './urlForFile-b69adffc.js';
|
|
@@ -30,9 +29,6 @@ import 'react-dom';
|
|
|
30
29
|
import './typeof-e9fc0c5d.js';
|
|
31
30
|
import './_is-array-8d21b9e3.js';
|
|
32
31
|
import './brightcove-react-player-loader.es-57a70a56.js';
|
|
33
|
-
import './_object-to-array-2300e51b.js';
|
|
34
|
-
import './keys-31dcdb31.js';
|
|
35
|
-
import './_object-sap-7cee6f84.js';
|
|
36
32
|
import 'react-bootstrap/Modal';
|
|
37
33
|
import 'react-bootstrap/Button';
|
|
38
34
|
import 'react-bootstrap/Form';
|
|
@@ -43,6 +39,7 @@ import './moment-bc12cb97.js';
|
|
|
43
39
|
import './SocialShare.js';
|
|
44
40
|
import 'next/head';
|
|
45
41
|
import 'react-share';
|
|
42
|
+
import './_object-to-array-2300e51b.js';
|
|
46
43
|
import './toConsumableArray-f7074d7c.js';
|
|
47
44
|
import 'react-bootstrap/Pagination';
|
|
48
45
|
import './AdSlot.js';
|
|
@@ -52,6 +49,7 @@ import './toNumber-5aeba6e7.js';
|
|
|
52
49
|
import 'react-bootstrap/Row';
|
|
53
50
|
import 'react-bootstrap/Col';
|
|
54
51
|
import './inherits-a6ba2ec4.js';
|
|
52
|
+
import './_object-sap-7cee6f84.js';
|
|
55
53
|
import './define-property-5f1bda73.js';
|
|
56
54
|
import './index.esm-eb1e8e80.js';
|
|
57
55
|
import './iconBase-ccc56b97.js';
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
import { c as createCommonjsModule } from './_commonjsHelpers-0c4b6f40.js';
|
|
2
|
+
|
|
3
|
+
var classnames = createCommonjsModule(function (module) {
|
|
4
|
+
/*!
|
|
5
|
+
Copyright (c) 2017 Jed Watson.
|
|
6
|
+
Licensed under the MIT License (MIT), see
|
|
7
|
+
http://jedwatson.github.io/classnames
|
|
8
|
+
*/
|
|
9
|
+
/* global define */
|
|
10
|
+
|
|
11
|
+
(function () {
|
|
12
|
+
|
|
13
|
+
var hasOwn = {}.hasOwnProperty;
|
|
14
|
+
|
|
15
|
+
function classNames () {
|
|
16
|
+
var classes = [];
|
|
17
|
+
|
|
18
|
+
for (var i = 0; i < arguments.length; i++) {
|
|
19
|
+
var arg = arguments[i];
|
|
20
|
+
if (!arg) continue;
|
|
21
|
+
|
|
22
|
+
var argType = typeof arg;
|
|
23
|
+
|
|
24
|
+
if (argType === 'string' || argType === 'number') {
|
|
25
|
+
classes.push(arg);
|
|
26
|
+
} else if (Array.isArray(arg) && arg.length) {
|
|
27
|
+
var inner = classNames.apply(null, arg);
|
|
28
|
+
if (inner) {
|
|
29
|
+
classes.push(inner);
|
|
30
|
+
}
|
|
31
|
+
} else if (argType === 'object') {
|
|
32
|
+
for (var key in arg) {
|
|
33
|
+
if (hasOwn.call(arg, key) && arg[key]) {
|
|
34
|
+
classes.push(key);
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
return classes.join(' ');
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
if (module.exports) {
|
|
44
|
+
classNames.default = classNames;
|
|
45
|
+
module.exports = classNames;
|
|
46
|
+
} else {
|
|
47
|
+
window.classNames = classNames;
|
|
48
|
+
}
|
|
49
|
+
}());
|
|
50
|
+
});
|
|
51
|
+
|
|
52
|
+
export { classnames as c };
|