@mjhls/mjh-framework 1.0.876 → 1.0.877-v1pageviewfix
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/AccordionPanel.js +2 -2
- package/dist/cjs/AdSlot.js +4 -4
- package/dist/cjs/AdSlotsProvider.js +1 -1
- package/dist/cjs/AlgoliaSearch.js +134 -68
- package/dist/cjs/ArticleCarousel.js +2 -2
- package/dist/cjs/ArticleProgramLandingPage.js +8 -8
- package/dist/cjs/ArticleSeriesLandingPage.js +4 -4
- package/dist/cjs/ArticleSeriesListing.js +4 -4
- package/dist/cjs/Auth.js +3 -3
- package/dist/cjs/AuthWrapper.js +1469 -293
- package/dist/cjs/Beam.js +2 -2
- package/dist/cjs/{BlockContent-36e54d77.js → BlockContent-9ebd251f.js} +1 -1
- package/dist/cjs/CMEDeck.js +1 -1
- package/dist/cjs/Column3.js +1 -1
- package/dist/cjs/ConferenceArticleCard.js +1 -1
- package/dist/cjs/DeckContent.js +4 -4
- package/dist/cjs/DeckQueue.js +3 -3
- package/dist/cjs/EventsDeck.js +1 -1
- package/dist/cjs/ExternalResources.js +8 -8
- package/dist/cjs/Feature.js +2 -2
- package/dist/cjs/ForbesHero.js +1 -1
- package/dist/cjs/GridContent.js +5 -5
- package/dist/cjs/GridHero.js +2 -2
- package/dist/cjs/GroupDeck.js +1 -1
- package/dist/cjs/HamMagazine.js +6 -6
- package/dist/cjs/Hero.js +2 -2
- package/dist/cjs/HorizontalArticleListing.js +8 -8
- package/dist/cjs/HorizontalHero.js +3 -3
- package/dist/cjs/IssueContentDeck.js +1 -1
- package/dist/cjs/IssueDeck.js +1 -1
- package/dist/cjs/IssueLanding.js +10 -10
- package/dist/cjs/LeftNav.js +1 -1
- package/dist/cjs/MasterDeck.js +4 -4
- package/dist/cjs/MediaSeriesLanding.js +128 -24
- package/dist/cjs/NavMagazine.js +6 -6
- package/dist/cjs/NavNative.js +3 -3
- package/dist/cjs/OncliveHero.js +2 -2
- package/dist/cjs/OncliveLargeHero.js +2 -2
- package/dist/cjs/PartnerDetailListing.js +2643 -17
- package/dist/cjs/PdfDownload.js +2 -2
- package/dist/cjs/PubSection.js +5 -5
- package/dist/cjs/PublicationDeck.js +1 -1
- package/dist/cjs/PublicationLanding.js +4 -0
- package/dist/cjs/QueueDeckExpanded.js +5 -5
- package/dist/cjs/RecentNews.js +2 -2
- package/dist/cjs/RelatedContent.js +1 -1
- package/dist/cjs/Segment.js +0 -1
- package/dist/cjs/SeriesListingDeck.js +3 -3
- package/dist/cjs/{SeriesSlider-ce3261cb.js → SeriesSlider-ba0c5d1a.js} +1 -1
- package/dist/cjs/{SocialSearchComponent-5ec44406.js → SocialSearchComponent-4942ddfc.js} +3 -3
- package/dist/cjs/TaxonomyCard.js +2 -2
- package/dist/cjs/TaxonomyDescription.js +8 -8
- package/dist/cjs/TemplateNormal.js +6 -6
- package/dist/cjs/ThumbnailCard.js +2 -2
- package/dist/cjs/Ustream.js +4 -4
- package/dist/cjs/VerticalHero.js +1 -1
- package/dist/cjs/VideoProgramLandingPage.js +8 -8
- package/dist/cjs/VideoSeriesCard.js +1 -1
- package/dist/cjs/VideoSeriesLandingPage.js +4 -4
- package/dist/cjs/VideoSeriesListing.js +4 -4
- package/dist/cjs/View.js +23 -19
- package/dist/cjs/YahooHero.js +2 -2
- package/dist/cjs/YoutubeGroup.js +2 -2
- package/dist/cjs/defineProperty-e0fb52c5.js +73 -0
- package/dist/cjs/{entities-3f9d0f2f.js → entities-df1aed86.js} +4 -0
- package/dist/cjs/getRelatedArticle.js +2 -2
- package/dist/cjs/getSerializers.js +8 -8
- package/dist/{esm/iconBase-602d52fe.js → cjs/iconBase-be4097c0.js} +33 -8
- package/dist/cjs/{index-8041a4eb.js → index-50be6759.js} +15 -9
- package/dist/cjs/{index-6a2a3e03.js → index-602af93b.js} +30 -30
- package/dist/cjs/{index-efca863c.js → index-d48b231c.js} +5 -5
- package/dist/cjs/{index.esm-974f47d9.js → index.esm-00a6aade.js} +1 -1
- package/dist/cjs/{index.esm-8123cf40.js → index.esm-2bb721c8.js} +1 -1
- package/dist/cjs/{index.esm-44f3e2d0.js → index.esm-c1e16606.js} +1 -1
- package/dist/cjs/{index.esm-05850a2f.js → index.esm-f27f80d9.js} +1 -1
- package/dist/cjs/index.js +18 -17
- package/dist/cjs/{main-025fdc78.js → main-f1c77adb.js} +3 -3
- package/dist/cjs/typeof-1358762e.js +33 -0
- package/dist/cjs/urlFor.js +1 -1
- package/dist/cjs/{util-6f784d85.js → util-93a37fd0.js} +11 -0
- package/dist/esm/AD.js +7 -7
- package/dist/esm/AD300x250.js +13 -13
- package/dist/esm/AD300x250x600.js +13 -13
- package/dist/esm/AD728x90.js +14 -14
- package/dist/esm/ADFloatingFooter.js +16 -16
- package/dist/esm/ADFooter.js +9 -9
- package/dist/esm/ADGutter.js +16 -16
- package/dist/esm/{ADInfeed-6c6093ae.js → ADInfeed-19675d06.js} +6 -6
- package/dist/esm/ADSkyscraper.js +16 -16
- package/dist/esm/ADSponsoredResources.js +16 -16
- package/dist/esm/ADWebcast.js +16 -16
- package/dist/esm/ADWelcome.js +20 -20
- package/dist/esm/{ADlgInfeed-5d7386e8.js → ADlgInfeed-970ed008.js} +5 -5
- package/dist/esm/AccordionPanel.js +21 -21
- package/dist/esm/AdSlot.js +15 -15
- package/dist/esm/AdSlotsProvider.js +9 -9
- package/dist/esm/AlgoliaSearch.js +354 -288
- package/dist/esm/AlphabeticList.js +19 -19
- package/dist/esm/ArticleCarousel.js +11 -11
- package/dist/esm/ArticleProgramLandingPage.js +34 -34
- package/dist/esm/ArticleSeriesLandingPage.js +26 -26
- package/dist/esm/ArticleSeriesListing.js +41 -41
- package/dist/esm/Auth.js +81 -81
- package/dist/esm/AuthWrapper.js +1488 -312
- package/dist/esm/{AuthorComponent-46a745ba.js → AuthorComponent-11adff02.js} +11 -11
- package/dist/esm/Beam.js +7 -7
- package/dist/esm/{BlockContent-52cf21c5.js → BlockContent-1e73bd2c.js} +4 -4
- package/dist/esm/Breadcrumbs.js +14 -14
- package/dist/esm/CMEDeck.js +68 -68
- package/dist/esm/Column1.js +5 -5
- package/dist/esm/Column2.js +18 -18
- package/dist/esm/Column3.js +32 -32
- package/dist/esm/ConferenceArticleCard.js +17 -17
- package/dist/esm/{ConferenceBanner-9162d0ca.js → ConferenceBanner-8792ebd2.js} +4 -4
- package/dist/esm/DeckContent.js +64 -64
- package/dist/esm/DeckQueue.js +55 -55
- package/dist/esm/{Dfp-4ca12f2e.js → Dfp-102f0beb.js} +13 -13
- package/dist/esm/EventsDeck.js +74 -74
- package/dist/esm/ExternalResources.js +52 -52
- package/dist/esm/Feature.js +19 -19
- package/dist/esm/ForbesHero.js +30 -30
- package/dist/esm/GridContent.js +139 -139
- package/dist/esm/GridHero.js +32 -32
- package/dist/esm/GroupDeck.js +40 -40
- package/dist/esm/HamMagazine.js +91 -91
- package/dist/esm/Header.js +8 -8
- package/dist/esm/Hero.js +11 -11
- package/dist/esm/HighlightenVideo.js +14 -14
- package/dist/esm/HorizontalArticleListing.js +48 -48
- package/dist/esm/HorizontalHero.js +24 -24
- package/dist/esm/IssueContentDeck.js +43 -43
- package/dist/esm/IssueDeck.js +40 -40
- package/dist/esm/IssueLanding.js +39 -39
- package/dist/esm/LeftNav.js +23 -23
- package/dist/esm/MasterDeck.js +52 -52
- package/dist/esm/MediaSeriesLanding.js +459 -355
- package/dist/esm/NavDvm.js +48 -48
- package/dist/esm/{NavFooter-c29526b7.js → NavFooter-e27bd93b.js} +12 -12
- package/dist/esm/NavMagazine.js +94 -94
- package/dist/esm/NavNative.js +82 -82
- package/dist/esm/OncliveHero.js +17 -17
- package/dist/esm/OncliveLargeHero.js +55 -55
- package/dist/esm/PageFilter.js +9 -9
- package/dist/esm/PartnerDetailListing.js +2713 -88
- package/dist/esm/PdfDownload.js +7 -7
- package/dist/esm/PopUpModal.js +11 -11
- package/dist/esm/PubSection.js +24 -24
- package/dist/esm/PubToc.js +10 -10
- package/dist/esm/PublicationDeck.js +37 -37
- package/dist/esm/PublicationLanding.js +61 -57
- package/dist/esm/QueueDeckExpanded.js +256 -256
- package/dist/esm/RecentNews.js +18 -18
- package/dist/esm/RelatedContent.js +19 -19
- package/dist/esm/RelatedTopicsDropdown.js +11 -11
- package/dist/esm/RolesDeck.js +13 -13
- package/dist/esm/Search.js +8 -8
- package/dist/esm/Segment.js +4 -5
- package/dist/esm/SeriesListingDeck.js +26 -26
- package/dist/esm/{SeriesSlider-485f514e.js → SeriesSlider-45adb8dc.js} +20 -20
- package/dist/esm/SideFooter.js +25 -25
- package/dist/esm/SocialIcons.js +7 -7
- package/dist/esm/{SocialSearchComponent-a5b11613.js → SocialSearchComponent-8e0fcf66.js} +23 -23
- package/dist/esm/SocialShare.js +25 -25
- package/dist/esm/TaxonomyCard.js +40 -40
- package/dist/esm/TaxonomyDescription.js +30 -30
- package/dist/esm/TemplateNormal.js +38 -38
- package/dist/esm/ThumbnailCard.js +14 -14
- package/dist/esm/Ustream.js +24 -24
- package/dist/esm/VerticalHero.js +15 -15
- package/dist/esm/VideoProgramLandingPage.js +41 -41
- package/dist/esm/VideoSeriesCard.js +20 -20
- package/dist/esm/VideoSeriesFilter.js +11 -11
- package/dist/esm/VideoSeriesLandingPage.js +26 -26
- package/dist/esm/VideoSeriesListing.js +57 -57
- package/dist/esm/View.js +203 -199
- package/dist/esm/YahooHero.js +28 -28
- package/dist/esm/YoutubeGroup.js +38 -38
- package/dist/esm/{_is-array-893ab020.js → _is-array-8d21b9e3.js} +1 -1
- package/dist/esm/{_iter-detect-f089461c.js → _iter-detect-98db3b07.js} +1 -1
- package/dist/esm/{_object-sap-169d6272.js → _object-sap-7cee6f84.js} +1 -1
- package/dist/esm/{_object-to-array-50a6b9a3.js → _object-to-array-2300e51b.js} +1 -1
- package/dist/esm/{asyncToGenerator-b4dfe691.js → asyncToGenerator-5ef104a7.js} +3 -3
- package/dist/esm/{brightcove-react-player-loader.es-b43c695a.js → brightcove-react-player-loader.es-57a70a56.js} +3 -3
- package/dist/esm/{core.get-iterator-method-e903ff31.js → core.get-iterator-method-ea258bb1.js} +1 -1
- package/dist/esm/{define-property-99e66838.js → define-property-5f1bda73.js} +1 -1
- package/dist/esm/defineProperty-23a8f8cd.js +68 -0
- package/dist/esm/{defineProperty-8fa0bc8d.js → defineProperty-8c30428f.js} +1 -1
- package/dist/esm/{entities-932b50cf.js → entities-6d9154b4.js} +4 -0
- package/dist/esm/{extends-dc6a71fd.js → extends-6d8e3924.js} +1 -1
- package/dist/esm/faundadb.js +4 -4
- package/dist/esm/getRelatedArticle.js +7 -7
- package/dist/esm/getRootDocGroup.js +4 -4
- package/dist/esm/getSerializers.js +25 -25
- package/dist/esm/{getTargeting-ff2c9409.js → getTargeting-4061f839.js} +2 -2
- package/dist/esm/getTargeting.js +5 -5
- package/dist/{cjs/iconBase-68959171.js → esm/iconBase-ccc56b97.js} +2 -5
- package/dist/esm/{index-0dbff1d1.js → index-3f5c03b2.js} +5 -5
- package/dist/esm/{index-5bbd1562.js → index-51694988.js} +453 -453
- package/dist/esm/{index-35bdcc81.js → index-755f2cc2.js} +4 -4
- package/dist/esm/{index-67e1773f.js → index-98ca9cec.js} +15 -9
- package/dist/esm/{index-2446af28.js → index-f0fc23eb.js} +3 -3
- package/dist/esm/{index.es-c6222053.js → index.es-a6137319.js} +5 -5
- package/dist/esm/{index.esm-8016b507.js → index.esm-37268dca.js} +16 -16
- package/dist/esm/{index.esm-c6715e80.js → index.esm-9b042655.js} +1 -1
- package/dist/esm/{index.esm-a8ff922c.js → index.esm-d4932dea.js} +1 -1
- package/dist/esm/{index.esm-3fdda599.js → index.esm-f6156a57.js} +1 -1
- package/dist/esm/index.js +60 -59
- package/dist/esm/{inherits-8a801a18.js → inherits-a6ba2ec4.js} +4 -4
- package/dist/esm/{keys-425c8ab0.js → keys-31dcdb31.js} +2 -2
- package/dist/esm/{main-b5c5aac1.js → main-1894c974.js} +20 -20
- package/dist/esm/{react-social-icons-91f9716f.js → react-social-icons-9be47857.js} +5 -5
- package/dist/esm/{slicedToArray-ca2c8b8d.js → slicedToArray-6ebcbfea.js} +2 -2
- package/dist/esm/{stringify-c21932b3.js → stringify-2b084bee.js} +1 -1
- package/dist/esm/{toConsumableArray-7b1c0e23.js → toConsumableArray-f7074d7c.js} +2 -2
- package/dist/esm/typeof-2f07d0e8.js +30 -0
- package/dist/esm/{typeof-83d9eb10.js → typeof-e9fc0c5d.js} +3 -3
- package/dist/esm/urlFor.js +4 -4
- package/dist/esm/{ustream-api-41166338.js → ustream-api-d3714624.js} +4 -4
- package/dist/esm/{util-3ab476bf.js → util-8ed16d48.js} +11 -0
- package/dist/esm/{visibility-sensor-f40c2564.js → visibility-sensor-72fd8f8b.js} +2 -2
- package/dist/esm/{web.dom.iterable-fdf034f5.js → web.dom.iterable-ab4dea5c.js} +1 -1
- package/package.json +1 -1
- /package/dist/cjs/{ADInfeed-b9e5ff3f.js → ADInfeed-b6b7b0ec.js} +0 -0
- /package/dist/cjs/{ADlgInfeed-3cdefebd.js → ADlgInfeed-8e290400.js} +0 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { c as createCommonjsModule, u as unwrapExports } from './_commonjsHelpers-0c4b6f40.js';
|
|
2
|
-
import
|
|
2
|
+
import React__default from 'react';
|
|
3
3
|
import ReactDOM from 'react-dom';
|
|
4
4
|
import PropTypes from 'prop-types';
|
|
5
5
|
|
|
@@ -179,7 +179,7 @@ var _createClass = function () { function defineProperties(target, props) { for
|
|
|
179
179
|
|
|
180
180
|
|
|
181
181
|
|
|
182
|
-
var _react2 = _interopRequireDefault(
|
|
182
|
+
var _react2 = _interopRequireDefault(React__default);
|
|
183
183
|
|
|
184
184
|
|
|
185
185
|
|
|
@@ -530,7 +530,7 @@ var LazyLoad = function (_Component) {
|
|
|
530
530
|
}]);
|
|
531
531
|
|
|
532
532
|
return LazyLoad;
|
|
533
|
-
}(
|
|
533
|
+
}(React__default.Component);
|
|
534
534
|
|
|
535
535
|
LazyLoad.propTypes = {
|
|
536
536
|
once: _propTypes2.default.bool,
|
|
@@ -587,7 +587,7 @@ var decorator = function decorator() {
|
|
|
587
587
|
}]);
|
|
588
588
|
|
|
589
589
|
return LazyLoadDecorated;
|
|
590
|
-
}(
|
|
590
|
+
}(React__default.Component);
|
|
591
591
|
};
|
|
592
592
|
};
|
|
593
593
|
|
|
@@ -44,7 +44,7 @@ function _setPrototypeOf(o, p) {
|
|
|
44
44
|
|
|
45
45
|
var classnames = createCommonjsModule(function (module) {
|
|
46
46
|
/*!
|
|
47
|
-
Copyright (c)
|
|
47
|
+
Copyright (c) 2018 Jed Watson.
|
|
48
48
|
Licensed under the MIT License (MIT), see
|
|
49
49
|
http://jedwatson.github.io/classnames
|
|
50
50
|
*/
|
|
@@ -54,7 +54,7 @@ var classnames = createCommonjsModule(function (module) {
|
|
|
54
54
|
|
|
55
55
|
var hasOwn = {}.hasOwnProperty;
|
|
56
56
|
|
|
57
|
-
function classNames
|
|
57
|
+
function classNames() {
|
|
58
58
|
var classes = [];
|
|
59
59
|
|
|
60
60
|
for (var i = 0; i < arguments.length; i++) {
|
|
@@ -65,16 +65,22 @@ var classnames = createCommonjsModule(function (module) {
|
|
|
65
65
|
|
|
66
66
|
if (argType === 'string' || argType === 'number') {
|
|
67
67
|
classes.push(arg);
|
|
68
|
-
} else if (Array.isArray(arg)
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
68
|
+
} else if (Array.isArray(arg)) {
|
|
69
|
+
if (arg.length) {
|
|
70
|
+
var inner = classNames.apply(null, arg);
|
|
71
|
+
if (inner) {
|
|
72
|
+
classes.push(inner);
|
|
73
|
+
}
|
|
72
74
|
}
|
|
73
75
|
} else if (argType === 'object') {
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
76
|
+
if (arg.toString === Object.prototype.toString) {
|
|
77
|
+
for (var key in arg) {
|
|
78
|
+
if (hasOwn.call(arg, key) && arg[key]) {
|
|
79
|
+
classes.push(key);
|
|
80
|
+
}
|
|
77
81
|
}
|
|
82
|
+
} else {
|
|
83
|
+
classes.push(arg.toString());
|
|
78
84
|
}
|
|
79
85
|
}
|
|
80
86
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { c as createCommonjsModule, u as unwrapExports } from './_commonjsHelpers-0c4b6f40.js';
|
|
2
2
|
import { E as EventEmitter } from './events-6c3a7a63.js';
|
|
3
|
-
import
|
|
3
|
+
import React__default from 'react';
|
|
4
4
|
import PropTypes from 'prop-types';
|
|
5
5
|
|
|
6
6
|
var utils = createCommonjsModule(function (module, exports) {
|
|
@@ -575,7 +575,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
575
575
|
});
|
|
576
576
|
exports.default = exports.Context = void 0;
|
|
577
577
|
|
|
578
|
-
var _react = _interopRequireDefault(
|
|
578
|
+
var _react = _interopRequireDefault(React__default);
|
|
579
579
|
|
|
580
580
|
var _propTypes = _interopRequireDefault(PropTypes);
|
|
581
581
|
|
|
@@ -889,7 +889,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
889
889
|
});
|
|
890
890
|
exports.default = exports.AdSlot = void 0;
|
|
891
891
|
|
|
892
|
-
var _react = _interopRequireDefault(
|
|
892
|
+
var _react = _interopRequireDefault(React__default);
|
|
893
893
|
|
|
894
894
|
var _propTypes = _interopRequireDefault(PropTypes);
|
|
895
895
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import React__default, { Component } from 'react';
|
|
2
2
|
|
|
3
3
|
/*! *****************************************************************************
|
|
4
4
|
Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -414,10 +414,10 @@ var InfiniteScroll = /** @class */ (function (_super) {
|
|
|
414
414
|
var outerDivStyle = this.props.pullDownToRefresh && this.props.height
|
|
415
415
|
? { overflow: 'auto' }
|
|
416
416
|
: {};
|
|
417
|
-
return (
|
|
418
|
-
|
|
419
|
-
this.props.pullDownToRefresh && (
|
|
420
|
-
|
|
417
|
+
return (React__default.createElement("div", { style: outerDivStyle, className: "infinite-scroll-component__outerdiv" },
|
|
418
|
+
React__default.createElement("div", { className: "infinite-scroll-component " + (this.props.className || ''), ref: function (infScroll) { return (_this._infScroll = infScroll); }, style: style },
|
|
419
|
+
this.props.pullDownToRefresh && (React__default.createElement("div", { style: { position: 'relative' }, ref: function (pullDown) { return (_this._pullDown = pullDown); } },
|
|
420
|
+
React__default.createElement("div", { style: {
|
|
421
421
|
position: 'absolute',
|
|
422
422
|
left: 0,
|
|
423
423
|
right: 0,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import
|
|
2
|
-
import { r as reactSocialIcons_1 } from './react-social-icons-
|
|
3
|
-
import { G as GenIcon } from './iconBase-
|
|
1
|
+
import React__default from 'react';
|
|
2
|
+
import { r as reactSocialIcons_1 } from './react-social-icons-9be47857.js';
|
|
3
|
+
import { G as GenIcon } from './iconBase-ccc56b97.js';
|
|
4
4
|
|
|
5
5
|
var year = new Date().getFullYear();
|
|
6
6
|
|
|
@@ -8,26 +8,26 @@ var SocialNavFooter = function SocialNavFooter(props) {
|
|
|
8
8
|
var website = props.website,
|
|
9
9
|
showLogo = props.showLogo;
|
|
10
10
|
|
|
11
|
-
return
|
|
11
|
+
return React__default.createElement(
|
|
12
12
|
'div',
|
|
13
13
|
{ className: 'nav-footer' },
|
|
14
|
-
website && website.footerLinks && website.footerLinks.length &&
|
|
14
|
+
website && website.footerLinks && website.footerLinks.length && React__default.createElement(
|
|
15
15
|
'ul',
|
|
16
16
|
null,
|
|
17
17
|
website && website.footerLinks.map(function (content, index) {
|
|
18
18
|
if (content.url && content.title) {
|
|
19
|
-
return content.blank ?
|
|
19
|
+
return content.blank ? React__default.createElement(
|
|
20
20
|
'li',
|
|
21
21
|
{ key: index },
|
|
22
|
-
|
|
22
|
+
React__default.createElement(
|
|
23
23
|
'a',
|
|
24
24
|
{ target: '_blank', rel: 'noopener noreferrer', href: content.url, className: 'nav-link' },
|
|
25
25
|
content.title
|
|
26
26
|
)
|
|
27
|
-
) :
|
|
27
|
+
) : React__default.createElement(
|
|
28
28
|
'li',
|
|
29
29
|
{ key: index },
|
|
30
|
-
|
|
30
|
+
React__default.createElement(
|
|
31
31
|
'a',
|
|
32
32
|
{ href: content.url, className: 'nav-link' },
|
|
33
33
|
content.title
|
|
@@ -36,14 +36,14 @@ var SocialNavFooter = function SocialNavFooter(props) {
|
|
|
36
36
|
} else return null;
|
|
37
37
|
})
|
|
38
38
|
),
|
|
39
|
-
|
|
39
|
+
React__default.createElement(
|
|
40
40
|
'ul',
|
|
41
41
|
null,
|
|
42
|
-
|
|
42
|
+
React__default.createElement(
|
|
43
43
|
'li',
|
|
44
44
|
{ style: { marginTop: '10px' }, key: website.footerLinks ? website.footerLinks.length + 1 : 1 },
|
|
45
45
|
website.socialLinks && website.socialLinks.map(function (row, index) {
|
|
46
|
-
return
|
|
46
|
+
return React__default.createElement(reactSocialIcons_1, {
|
|
47
47
|
target: row.blank ? '_blank' : '_self',
|
|
48
48
|
rel: 'noopener noreferrer',
|
|
49
49
|
key: index,
|
|
@@ -55,13 +55,13 @@ var SocialNavFooter = function SocialNavFooter(props) {
|
|
|
55
55
|
});
|
|
56
56
|
})
|
|
57
57
|
),
|
|
58
|
-
showLogo &&
|
|
58
|
+
showLogo && React__default.createElement(
|
|
59
59
|
'li',
|
|
60
60
|
null,
|
|
61
|
-
|
|
61
|
+
React__default.createElement(
|
|
62
62
|
'a',
|
|
63
63
|
{ href: 'https://www.mjhlifesciences.com' },
|
|
64
|
-
|
|
64
|
+
React__default.createElement('img', {
|
|
65
65
|
style: { maxWidth: '100%', height: '50px', margin: ' 10px 0', objectFit: 'contain' },
|
|
66
66
|
alt: 'MJHLS Brand Logo',
|
|
67
67
|
src: 'https://mjh-web.s3.amazonaws.com/_media/an_mjhls_brand_logo.png'
|
|
@@ -69,7 +69,7 @@ var SocialNavFooter = function SocialNavFooter(props) {
|
|
|
69
69
|
)
|
|
70
70
|
)
|
|
71
71
|
),
|
|
72
|
-
website && website.name &&
|
|
72
|
+
website && website.name && React__default.createElement(
|
|
73
73
|
'p',
|
|
74
74
|
{ className: 'nav-link' },
|
|
75
75
|
'\xA9 ',
|
package/dist/esm/index.js
CHANGED
|
@@ -47,13 +47,13 @@ export { default as ADWebcast } from './ADWebcast.js';
|
|
|
47
47
|
export { default as ADSkyscraper } from './ADSkyscraper.js';
|
|
48
48
|
export { default as Search } from './Search.js';
|
|
49
49
|
export { default as Feature } from './Feature.js';
|
|
50
|
-
import
|
|
50
|
+
import React__default from 'react';
|
|
51
51
|
import urlFor from './urlFor.js';
|
|
52
52
|
export { default as urlFor } from './urlFor.js';
|
|
53
53
|
import Row from 'react-bootstrap/Row';
|
|
54
54
|
import Col from 'react-bootstrap/Col';
|
|
55
55
|
import 'react-bootstrap/Badge';
|
|
56
|
-
import { L as LazyLoad } from './index-
|
|
56
|
+
import { L as LazyLoad } from './index-755f2cc2.js';
|
|
57
57
|
export { default as Breadcrumbs } from './Breadcrumbs.js';
|
|
58
58
|
export { default as Hero } from './Hero.js';
|
|
59
59
|
export { default as AlphabeticList } from './AlphabeticList.js';
|
|
@@ -79,7 +79,7 @@ export { default as VerticalHero } from './VerticalHero.js';
|
|
|
79
79
|
export { default as YahooHero } from './YahooHero.js';
|
|
80
80
|
export { default as GridHero } from './GridHero.js';
|
|
81
81
|
export { default as ConferenceArticleCard } from './ConferenceArticleCard.js';
|
|
82
|
-
export { g as getSerializers } from './index-
|
|
82
|
+
export { g as getSerializers } from './index-51694988.js';
|
|
83
83
|
export { default as Beam } from './Beam.js';
|
|
84
84
|
export { default as Segment } from './Segment.js';
|
|
85
85
|
export { default as KMTracker } from './KMTracker.js';
|
|
@@ -93,23 +93,23 @@ export { default as VideoProgramLandingPage } from './VideoProgramLandingPage.js
|
|
|
93
93
|
export { default as VideoSeriesLandingPage } from './VideoSeriesLandingPage.js';
|
|
94
94
|
export { default as ArticleProgramLandingPage } from './ArticleProgramLandingPage.js';
|
|
95
95
|
export { default as ArticleSeriesLandingPage } from './ArticleSeriesLandingPage.js';
|
|
96
|
-
export { g as getTargeting } from './getTargeting-
|
|
96
|
+
export { g as getTargeting } from './getTargeting-4061f839.js';
|
|
97
97
|
export { default as getKeywords } from './getKeywords.js';
|
|
98
98
|
export { default as getQuery } from './getQuery.js';
|
|
99
|
-
import './toConsumableArray-
|
|
99
|
+
import './toConsumableArray-f7074d7c.js';
|
|
100
100
|
import './_commonjsHelpers-0c4b6f40.js';
|
|
101
|
-
import './core.get-iterator-method-
|
|
102
|
-
import './_iter-detect-
|
|
103
|
-
import './extends-
|
|
101
|
+
import './core.get-iterator-method-ea258bb1.js';
|
|
102
|
+
import './_iter-detect-98db3b07.js';
|
|
103
|
+
import './extends-6d8e3924.js';
|
|
104
104
|
import './_object-pie-133f504a.js';
|
|
105
|
-
import './inherits-
|
|
106
|
-
import './_object-sap-
|
|
107
|
-
import './define-property-
|
|
108
|
-
import './typeof-
|
|
109
|
-
import './web.dom.iterable-
|
|
110
|
-
import './_is-array-
|
|
105
|
+
import './inherits-a6ba2ec4.js';
|
|
106
|
+
import './_object-sap-7cee6f84.js';
|
|
107
|
+
import './define-property-5f1bda73.js';
|
|
108
|
+
import './typeof-e9fc0c5d.js';
|
|
109
|
+
import './web.dom.iterable-ab4dea5c.js';
|
|
110
|
+
import './_is-array-8d21b9e3.js';
|
|
111
111
|
import './_library-528f1934.js';
|
|
112
|
-
import './index-
|
|
112
|
+
import './index-f0fc23eb.js';
|
|
113
113
|
import './events-6c3a7a63.js';
|
|
114
114
|
import 'prop-types';
|
|
115
115
|
import 'react-bootstrap/Container';
|
|
@@ -119,40 +119,41 @@ import 'next/router';
|
|
|
119
119
|
import './debounce-533d9748.js';
|
|
120
120
|
import './isSymbol-a7e9aafe.js';
|
|
121
121
|
import './toNumber-5aeba6e7.js';
|
|
122
|
-
import './index.es-
|
|
123
|
-
import './visibility-sensor-
|
|
122
|
+
import './index.es-a6137319.js';
|
|
123
|
+
import './visibility-sensor-72fd8f8b.js';
|
|
124
124
|
import 'react-dom';
|
|
125
|
-
import './main-
|
|
126
|
-
import './entities-
|
|
127
|
-
import './ADInfeed-
|
|
128
|
-
import './slicedToArray-
|
|
125
|
+
import './main-1894c974.js';
|
|
126
|
+
import './entities-6d9154b4.js';
|
|
127
|
+
import './ADInfeed-19675d06.js';
|
|
128
|
+
import './slicedToArray-6ebcbfea.js';
|
|
129
129
|
import './lodash-f97fd99a.js';
|
|
130
|
-
import './ADlgInfeed-
|
|
130
|
+
import './ADlgInfeed-970ed008.js';
|
|
131
131
|
import './getContentCategory-15dcc413.js';
|
|
132
132
|
import './get-3c308da4.js';
|
|
133
133
|
import './eq-bdcbf886.js';
|
|
134
|
-
import './AuthorComponent-
|
|
134
|
+
import './AuthorComponent-11adff02.js';
|
|
135
135
|
import 'react-bootstrap/Button';
|
|
136
136
|
import 'react-bootstrap/Media';
|
|
137
|
-
import './BlockContent-
|
|
138
|
-
import './index-
|
|
139
|
-
import './react-social-icons-
|
|
137
|
+
import './BlockContent-1e73bd2c.js';
|
|
138
|
+
import './index-3f5c03b2.js';
|
|
139
|
+
import './react-social-icons-9be47857.js';
|
|
140
140
|
import './index-c7e2ac95.js';
|
|
141
141
|
import './smoothscroll-fa4e3f8c.js';
|
|
142
142
|
import 'react-bootstrap';
|
|
143
143
|
import './timeDifferenceCalc.js';
|
|
144
|
-
import './index.esm-
|
|
145
|
-
import './iconBase-
|
|
146
|
-
import './asyncToGenerator-
|
|
147
|
-
import './defineProperty-
|
|
148
|
-
import './_object-to-array-
|
|
149
|
-
import './stringify-
|
|
144
|
+
import './index.esm-f6156a57.js';
|
|
145
|
+
import './iconBase-ccc56b97.js';
|
|
146
|
+
import './asyncToGenerator-5ef104a7.js';
|
|
147
|
+
import './defineProperty-8c30428f.js';
|
|
148
|
+
import './_object-to-array-2300e51b.js';
|
|
149
|
+
import './stringify-2b084bee.js';
|
|
150
150
|
import 'react-bootstrap/Spinner';
|
|
151
151
|
import 'react-bootstrap/Form';
|
|
152
152
|
import './index-79cfd25c.js';
|
|
153
153
|
import './js.cookie-6874175c.js';
|
|
154
|
-
import './
|
|
155
|
-
import './
|
|
154
|
+
import './typeof-2f07d0e8.js';
|
|
155
|
+
import './index-98ca9cec.js';
|
|
156
|
+
import './ConferenceBanner-8792ebd2.js';
|
|
156
157
|
import 'next/head';
|
|
157
158
|
import 'react-bootstrap/ListGroup';
|
|
158
159
|
import 'react-bootstrap/Accordion';
|
|
@@ -161,21 +162,21 @@ import 'react-share';
|
|
|
161
162
|
import 'react-bootstrap/Nav';
|
|
162
163
|
import 'react-bootstrap/Navbar';
|
|
163
164
|
import 'react-bootstrap/NavDropdown';
|
|
164
|
-
import './index.esm-
|
|
165
|
-
import './NavFooter-
|
|
166
|
-
import './index.esm-
|
|
167
|
-
import './SocialSearchComponent-
|
|
165
|
+
import './index.esm-9b042655.js';
|
|
166
|
+
import './NavFooter-e27bd93b.js';
|
|
167
|
+
import './index.esm-37268dca.js';
|
|
168
|
+
import './SocialSearchComponent-8e0fcf66.js';
|
|
168
169
|
import 'react-bootstrap/FormControl';
|
|
169
170
|
import 'react-ga';
|
|
170
171
|
import 'react-bootstrap/Carousel';
|
|
171
172
|
import 'react-bootstrap/Breadcrumb';
|
|
172
|
-
import './keys-
|
|
173
|
+
import './keys-31dcdb31.js';
|
|
173
174
|
import 'react-bootstrap/DropdownButton';
|
|
174
175
|
import 'react-bootstrap/Dropdown';
|
|
175
|
-
import './index.esm-
|
|
176
|
-
import './brightcove-react-player-loader.es-
|
|
176
|
+
import './index.esm-d4932dea.js';
|
|
177
|
+
import './brightcove-react-player-loader.es-57a70a56.js';
|
|
177
178
|
import 'react-bootstrap/Modal';
|
|
178
|
-
import './util-
|
|
179
|
+
import './util-8ed16d48.js';
|
|
179
180
|
import 'react-bootstrap/Pagination';
|
|
180
181
|
import 'react-bootstrap/Figure';
|
|
181
182
|
import 'react-bootstrap/OverlayTrigger';
|
|
@@ -186,11 +187,11 @@ import 'swr';
|
|
|
186
187
|
import 'passport-local';
|
|
187
188
|
import 'mysql';
|
|
188
189
|
import './md5-4e42248e.js';
|
|
189
|
-
import './SeriesSlider-
|
|
190
|
+
import './SeriesSlider-45adb8dc.js';
|
|
190
191
|
import './style-inject.es-1f59c1d0.js';
|
|
191
192
|
import 'disqus-react';
|
|
192
193
|
import 'react-twitter-embed';
|
|
193
|
-
import '
|
|
194
|
+
import './defineProperty-23a8f8cd.js';
|
|
194
195
|
import './VideoSeriesCard.js';
|
|
195
196
|
|
|
196
197
|
//Feature query to be used
|
|
@@ -214,54 +215,54 @@ var FeatureArticles = function FeatureArticles(props) {
|
|
|
214
215
|
styles = _props$styles === undefined ? null : _props$styles;
|
|
215
216
|
|
|
216
217
|
|
|
217
|
-
return
|
|
218
|
+
return React__default.createElement(
|
|
218
219
|
'div',
|
|
219
220
|
{ className: 'featured-articles-wrapper' },
|
|
220
221
|
data.map(function (article, index) {
|
|
221
|
-
return
|
|
222
|
-
|
|
222
|
+
return React__default.createElement(
|
|
223
|
+
React__default.Fragment,
|
|
223
224
|
null,
|
|
224
|
-
|
|
225
|
+
React__default.createElement(
|
|
225
226
|
Row,
|
|
226
227
|
{ className: 'article-wrap' },
|
|
227
|
-
|
|
228
|
+
React__default.createElement(
|
|
228
229
|
Col,
|
|
229
230
|
{ className: 'mb-4 m-fl-center deck', xs: 12, sm: 4, md: 4, lg: 3, xl: 3 },
|
|
230
|
-
|
|
231
|
+
React__default.createElement(
|
|
231
232
|
'a',
|
|
232
233
|
{ href: '' + article.feature_link },
|
|
233
|
-
|
|
234
|
+
React__default.createElement(
|
|
234
235
|
'figure',
|
|
235
236
|
{ style: { marginTop: '1rem' } },
|
|
236
|
-
|
|
237
|
+
React__default.createElement(
|
|
237
238
|
LazyLoad,
|
|
238
239
|
{ height: imageHeight },
|
|
239
|
-
|
|
240
|
+
React__default.createElement('img', { style: { width: '100%', borderRadius: '10px' }, src: article.feature_img ? urlFor({ client: client, source: article.feature_img, imageWidth: imageWidth, imageHeight: imageHeight }) : defaultImage })
|
|
240
241
|
)
|
|
241
242
|
)
|
|
242
243
|
)
|
|
243
244
|
),
|
|
244
|
-
|
|
245
|
+
React__default.createElement(
|
|
245
246
|
Col,
|
|
246
247
|
{ className: 'article-wrap-body', xs: 12, sm: 8, md: 8, lg: 9, xl: 9, style: { paddingTop: '10px' } },
|
|
247
|
-
|
|
248
|
+
React__default.createElement(
|
|
248
249
|
'a',
|
|
249
250
|
{ href: '' + article.feature_link },
|
|
250
|
-
|
|
251
|
+
React__default.createElement(
|
|
251
252
|
'h4',
|
|
252
253
|
{ className: 'mb-1', style: { fontWeight: '600', fontSize: '22px' } },
|
|
253
254
|
article.feature_title
|
|
254
255
|
),
|
|
255
|
-
|
|
256
|
+
React__default.createElement(
|
|
256
257
|
'p',
|
|
257
258
|
{ style: { fontSize: '1.1em' } },
|
|
258
259
|
article.feature_body
|
|
259
260
|
)
|
|
260
261
|
)
|
|
261
262
|
),
|
|
262
|
-
index !== data.length - 1 &&
|
|
263
|
+
index !== data.length - 1 && React__default.createElement('hr', null)
|
|
263
264
|
),
|
|
264
|
-
|
|
265
|
+
React__default.createElement(
|
|
265
266
|
'style',
|
|
266
267
|
{ jsx: 'true' },
|
|
267
268
|
'\n .featured-articles-wrapper {\n background: ' + props.backgroundColor + ';\n padding: 1rem;\n border-radius: 10px;\n box-shadow: #0000002b 1px 3px 3px 3px;\n }\n hr {\n width: 100%;\n height: 1px;\n margin-left: 15px;\n margin-right: 15px;\n }\n ' + styles + '\n '
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { c as createCommonjsModule, u as unwrapExports } from './_commonjsHelpers-0c4b6f40.js';
|
|
2
|
-
import { u as _objectGpo, i as _toObject, a as _core,
|
|
3
|
-
import { _ as _objectSap } from './_object-sap-
|
|
4
|
-
import { d as defineProperty } from './define-property-
|
|
5
|
-
import { a as _typeof_1, b as _objectGopd } from './typeof-
|
|
2
|
+
import { u as _objectGpo, i as _toObject, a as _core, e as _ctx, v as _anObject, b as _isObject, _ as _export, d as _objectCreate } from './core.get-iterator-method-ea258bb1.js';
|
|
3
|
+
import { _ as _objectSap } from './_object-sap-7cee6f84.js';
|
|
4
|
+
import { d as defineProperty } from './define-property-5f1bda73.js';
|
|
5
|
+
import { a as _typeof_1, b as _objectGopd } from './typeof-e9fc0c5d.js';
|
|
6
6
|
|
|
7
7
|
// 19.1.2.9 Object.getPrototypeOf(O)
|
|
8
8
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { c as createCommonjsModule, u as unwrapExports } from './_commonjsHelpers-0c4b6f40.js';
|
|
2
|
-
import { t as _objectKeys, i as _toObject, a as _core } from './core.get-iterator-method-
|
|
3
|
-
import { _ as _objectSap } from './_object-sap-
|
|
2
|
+
import { t as _objectKeys, i as _toObject, a as _core } from './core.get-iterator-method-ea258bb1.js';
|
|
3
|
+
import { _ as _objectSap } from './_object-sap-7cee6f84.js';
|
|
4
4
|
|
|
5
5
|
// 19.1.2.14 Object.keys(O)
|
|
6
6
|
|