@mjhls/mjh-framework 1.0.1082-rl-v3 → 1.0.1082
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/AlgoliaSearch.js +196 -468
- package/dist/cjs/ArticleProgramLandingPage.js +3 -3
- package/dist/cjs/ArticleSeriesLandingPage.js +1 -1
- package/dist/cjs/ArticleSeriesListing.js +1 -1
- package/dist/cjs/AuthWrapper.js +609 -233
- package/dist/cjs/CEDeckSupabase.js +5 -1
- package/dist/cjs/CMEDeck.js +5 -1
- package/dist/cjs/ConferenceArticleCard.js +1 -1
- package/dist/cjs/ContentCardPaginated.js +1 -1
- package/dist/cjs/DeckContent.js +1 -1
- package/dist/cjs/DeckQueue.js +1 -1
- package/dist/cjs/DeckQueuePaginated.js +1 -1
- package/dist/cjs/EventsDeck.js +2 -2
- package/dist/cjs/ExternalResources.js +4 -4
- package/dist/cjs/ForbesHero.js +1 -1
- package/dist/cjs/GridContent.js +1 -1
- package/dist/cjs/GridContentPaginated.js +1 -1
- package/dist/cjs/GridHero.js +1 -1
- package/dist/cjs/HighlightenVideo.js +1 -1
- package/dist/cjs/HorizontalArticleListing.js +3 -3
- package/dist/cjs/HorizontalHero.js +1 -1
- package/dist/cjs/{ImageSlider-7c995858.js → ImageSlider-984a697b.js} +11 -6
- package/dist/cjs/IssueContentDeck.js +1 -1
- package/dist/cjs/IssueLanding.js +3 -3
- package/dist/cjs/MasterDeck.js +1 -1
- package/dist/cjs/MediaSeriesCard.js +3 -3
- package/dist/cjs/MediaSeriesLanding.js +6 -6
- package/dist/cjs/MediaSeriesLandingPaginated.js +6 -6
- package/dist/cjs/OncliveHero.js +1 -1
- package/dist/cjs/OncliveLargeHero.js +1 -1
- package/dist/cjs/PartnerDetailListing.js +5 -5
- package/dist/cjs/PartnerDetailListingPaginated.js +5 -5
- package/dist/cjs/PodcastsLanding.js +4 -4
- package/dist/cjs/PtceDeck.js +1 -1
- package/dist/cjs/PubSection.js +1 -1
- package/dist/cjs/QueueDeckExpanded.js +1 -1
- package/dist/cjs/QueueDeckExpandedPaginated.js +1 -1
- package/dist/cjs/RelatedContent.js +1 -1
- package/dist/cjs/TaxonomyDescription.js +3 -3
- package/dist/cjs/{Tooltip-b8516cbf.js → Tooltip-96fe6ef6.js} +61 -107
- package/dist/cjs/VerticalHero.js +1 -1
- package/dist/cjs/VideoProgramLandingPage.js +3 -3
- package/dist/cjs/VideoSeriesCard.js +1 -1
- package/dist/cjs/VideoSeriesLandingPage.js +1 -1
- package/dist/cjs/VideoSeriesListing.js +1 -1
- package/dist/cjs/View.js +14 -33
- package/dist/cjs/YahooHero.js +1 -1
- package/dist/cjs/{brightcove-react-player-loader.es-35faab67.js → brightcove-react-player-loader.es-4c7825a1.js} +3 -3
- package/dist/cjs/{defineProperty-19580e93.js → defineProperty-e0fb52c5.js} +4 -2
- package/dist/cjs/getRelatedArticle.js +15 -33
- package/dist/cjs/getSerializers.js +3 -3
- package/dist/cjs/{index-171e9e82.js → index-4fdedd6a.js} +14 -233
- package/dist/cjs/{index-ff83a88b.js → index-50be6759.js} +14 -13
- package/dist/cjs/index-96c331fd.js +1572 -0
- package/dist/cjs/index.js +8 -7
- package/dist/cjs/{moment-f730814d.js → moment-aca40de1.js} +80 -95
- package/dist/cjs/timeDifferenceCalc.js +1 -1
- package/dist/cjs/typeof-1358762e.js +33 -0
- package/dist/esm/AlgoliaSearch.js +196 -468
- package/dist/esm/ArticleProgramLandingPage.js +3 -3
- package/dist/esm/ArticleSeriesLandingPage.js +1 -1
- package/dist/esm/ArticleSeriesListing.js +1 -1
- package/dist/esm/AuthWrapper.js +608 -232
- package/dist/esm/CEDeckSupabase.js +5 -1
- package/dist/esm/CMEDeck.js +5 -1
- package/dist/esm/ConferenceArticleCard.js +1 -1
- package/dist/esm/ContentCardPaginated.js +1 -1
- package/dist/esm/DeckContent.js +1 -1
- package/dist/esm/DeckQueue.js +1 -1
- package/dist/esm/DeckQueuePaginated.js +1 -1
- package/dist/esm/EventsDeck.js +2 -2
- package/dist/esm/ExternalResources.js +4 -4
- package/dist/esm/ForbesHero.js +1 -1
- package/dist/esm/GridContent.js +1 -1
- package/dist/esm/GridContentPaginated.js +1 -1
- package/dist/esm/GridHero.js +1 -1
- package/dist/esm/HighlightenVideo.js +1 -1
- package/dist/esm/HorizontalArticleListing.js +3 -3
- package/dist/esm/HorizontalHero.js +1 -1
- package/dist/esm/{ImageSlider-75f7b81a.js → ImageSlider-9250ddc9.js} +11 -6
- package/dist/esm/IssueContentDeck.js +1 -1
- package/dist/esm/IssueLanding.js +3 -3
- package/dist/esm/MasterDeck.js +1 -1
- package/dist/esm/MediaSeriesCard.js +3 -3
- package/dist/esm/MediaSeriesLanding.js +6 -6
- package/dist/esm/MediaSeriesLandingPaginated.js +6 -6
- package/dist/esm/OncliveHero.js +1 -1
- package/dist/esm/OncliveLargeHero.js +1 -1
- package/dist/esm/Pagination-9fe9f61d.js +1 -1
- package/dist/esm/PartnerDetailListing.js +5 -5
- package/dist/esm/PartnerDetailListingPaginated.js +5 -5
- package/dist/esm/PodcastsLanding.js +4 -4
- package/dist/esm/PtceDeck.js +1 -1
- package/dist/esm/PubSection.js +1 -1
- package/dist/esm/QueueDeckExpanded.js +1 -1
- package/dist/esm/QueueDeckExpandedPaginated.js +1 -1
- package/dist/esm/RelatedContent.js +1 -1
- package/dist/esm/TaxonomyDescription.js +3 -3
- package/dist/esm/{Tooltip-fe0ed92d.js → Tooltip-bc98d17e.js} +62 -108
- package/dist/esm/VerticalHero.js +1 -1
- package/dist/esm/VideoProgramLandingPage.js +3 -3
- package/dist/esm/VideoSeriesCard.js +1 -1
- package/dist/esm/VideoSeriesLandingPage.js +1 -1
- package/dist/esm/VideoSeriesListing.js +1 -1
- package/dist/esm/View.js +14 -33
- package/dist/esm/YahooHero.js +1 -1
- package/dist/esm/{brightcove-react-player-loader.es-a2422c4b.js → brightcove-react-player-loader.es-57a70a56.js} +3 -3
- package/dist/esm/{defineProperty-e8022d1e.js → defineProperty-23a8f8cd.js} +4 -2
- package/dist/esm/getRelatedArticle.js +16 -34
- package/dist/esm/getSerializers.js +3 -3
- package/dist/esm/index-30a6257d.js +1570 -0
- package/dist/esm/{index-c8d5e72b.js → index-98ca9cec.js} +14 -13
- package/dist/esm/{index-1d1bbc8c.js → index-de2bb37c.js} +14 -233
- package/dist/esm/index.js +8 -7
- package/dist/esm/{moment-48faeb9c.js → moment-bc12cb97.js} +80 -95
- package/dist/esm/timeDifferenceCalc.js +1 -1
- package/dist/esm/typeof-2f07d0e8.js +30 -0
- package/dist/esm/visibility-sensor-72fd8f8b.js +1 -1
- package/package.json +1 -1
- package/dist/cjs/index-3177f564.js +0 -1573
- package/dist/esm/index-4550ef23.js +0 -1571
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { c as createCommonjsModule } from './_commonjsHelpers-0c4b6f40.js';
|
|
2
2
|
|
|
3
3
|
function _extends() {
|
|
4
|
-
_extends = Object.assign
|
|
4
|
+
_extends = Object.assign || function (target) {
|
|
5
5
|
for (var i = 1; i < arguments.length; i++) {
|
|
6
6
|
var source = arguments[i];
|
|
7
7
|
|
|
@@ -14,6 +14,7 @@ function _extends() {
|
|
|
14
14
|
|
|
15
15
|
return target;
|
|
16
16
|
};
|
|
17
|
+
|
|
17
18
|
return _extends.apply(this, arguments);
|
|
18
19
|
}
|
|
19
20
|
|
|
@@ -33,18 +34,19 @@ function _objectWithoutPropertiesLoose(source, excluded) {
|
|
|
33
34
|
}
|
|
34
35
|
|
|
35
36
|
function _setPrototypeOf(o, p) {
|
|
36
|
-
_setPrototypeOf = Object.setPrototypeOf
|
|
37
|
+
_setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {
|
|
37
38
|
o.__proto__ = p;
|
|
38
39
|
return o;
|
|
39
40
|
};
|
|
41
|
+
|
|
40
42
|
return _setPrototypeOf(o, p);
|
|
41
43
|
}
|
|
42
44
|
|
|
43
45
|
var classnames = createCommonjsModule(function (module) {
|
|
44
46
|
/*!
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
47
|
+
Copyright (c) 2018 Jed Watson.
|
|
48
|
+
Licensed under the MIT License (MIT), see
|
|
49
|
+
http://jedwatson.github.io/classnames
|
|
48
50
|
*/
|
|
49
51
|
/* global define */
|
|
50
52
|
|
|
@@ -71,15 +73,14 @@ var classnames = createCommonjsModule(function (module) {
|
|
|
71
73
|
}
|
|
72
74
|
}
|
|
73
75
|
} else if (argType === 'object') {
|
|
74
|
-
if (arg.toString
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
for (var key in arg) {
|
|
80
|
-
if (hasOwn.call(arg, key) && arg[key]) {
|
|
81
|
-
classes.push(key);
|
|
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
|
+
}
|
|
82
81
|
}
|
|
82
|
+
} else {
|
|
83
|
+
classes.push(arg.toString());
|
|
83
84
|
}
|
|
84
85
|
}
|
|
85
86
|
}
|
|
@@ -16,7 +16,7 @@ import { u as urlForFile } from './urlForFile-2e523b67.js';
|
|
|
16
16
|
import { L as LazyLoad } from './index-755f2cc2.js';
|
|
17
17
|
import { _ as _asyncToGenerator, r as regenerator } from './asyncToGenerator-1ebeb135.js';
|
|
18
18
|
import { _ as _typeof$1 } from './typeof-3ab7d3b6.js';
|
|
19
|
-
import { R as ReactPlayerLoader } from './brightcove-react-player-loader.es-
|
|
19
|
+
import { R as ReactPlayerLoader } from './brightcove-react-player-loader.es-57a70a56.js';
|
|
20
20
|
import { _ as _JSON$stringify } from './stringify-1e2a5946.js';
|
|
21
21
|
import { _ as _export, a as _core } from './core.get-iterator-method-95db387d.js';
|
|
22
22
|
import { _ as _objectToArray } from './_object-to-array-9dfdfb29.js';
|
|
@@ -26,7 +26,7 @@ import Button from 'react-bootstrap/Button';
|
|
|
26
26
|
import Form from 'react-bootstrap/Form';
|
|
27
27
|
import ReactGA from 'react-ga';
|
|
28
28
|
import GroupDeck from './GroupDeck.js';
|
|
29
|
-
import { m as moment } from './moment-
|
|
29
|
+
import { m as moment } from './moment-bc12cb97.js';
|
|
30
30
|
import SocialShare from './SocialShare.js';
|
|
31
31
|
import { _ as _toConsumableArray, a as _Array$from } from './toConsumableArray-e6f28e5c.js';
|
|
32
32
|
import Pagination from 'react-bootstrap/Pagination';
|
|
@@ -695,7 +695,7 @@ debug.names;
|
|
|
695
695
|
debug.skips;
|
|
696
696
|
debug.formatters;
|
|
697
697
|
|
|
698
|
-
var browser
|
|
698
|
+
var browser = createCommonjsModule(function (module, exports) {
|
|
699
699
|
/**
|
|
700
700
|
* This is the web browser implementation of `debug()`.
|
|
701
701
|
*
|
|
@@ -882,13 +882,13 @@ function localstorage() {
|
|
|
882
882
|
} catch (e) {}
|
|
883
883
|
}
|
|
884
884
|
});
|
|
885
|
-
browser
|
|
886
|
-
browser
|
|
887
|
-
browser
|
|
888
|
-
browser
|
|
889
|
-
browser
|
|
890
|
-
browser
|
|
891
|
-
browser
|
|
885
|
+
browser.log;
|
|
886
|
+
browser.formatArgs;
|
|
887
|
+
browser.save;
|
|
888
|
+
browser.load;
|
|
889
|
+
browser.useColors;
|
|
890
|
+
browser.storage;
|
|
891
|
+
browser.colors;
|
|
892
892
|
|
|
893
893
|
// MIT lisence
|
|
894
894
|
// from https://github.com/substack/tty-browserify/blob/1ba769a6429d242f36226538835b4034bf6b7886/index.js
|
|
@@ -912,227 +912,16 @@ var tty = {
|
|
|
912
912
|
};
|
|
913
913
|
|
|
914
914
|
// shim for using process in browser
|
|
915
|
-
// based off https://github.com/defunctzombie/node-process/blob/master/browser.js
|
|
916
|
-
|
|
917
|
-
function defaultSetTimout() {
|
|
918
|
-
throw new Error('setTimeout has not been defined');
|
|
919
|
-
}
|
|
920
|
-
function defaultClearTimeout () {
|
|
921
|
-
throw new Error('clearTimeout has not been defined');
|
|
922
|
-
}
|
|
923
|
-
var cachedSetTimeout = defaultSetTimout;
|
|
924
|
-
var cachedClearTimeout = defaultClearTimeout;
|
|
925
|
-
if (typeof global.setTimeout === 'function') {
|
|
926
|
-
cachedSetTimeout = setTimeout;
|
|
927
|
-
}
|
|
928
|
-
if (typeof global.clearTimeout === 'function') {
|
|
929
|
-
cachedClearTimeout = clearTimeout;
|
|
930
|
-
}
|
|
931
|
-
|
|
932
|
-
function runTimeout(fun) {
|
|
933
|
-
if (cachedSetTimeout === setTimeout) {
|
|
934
|
-
//normal enviroments in sane situations
|
|
935
|
-
return setTimeout(fun, 0);
|
|
936
|
-
}
|
|
937
|
-
// if setTimeout wasn't available but was latter defined
|
|
938
|
-
if ((cachedSetTimeout === defaultSetTimout || !cachedSetTimeout) && setTimeout) {
|
|
939
|
-
cachedSetTimeout = setTimeout;
|
|
940
|
-
return setTimeout(fun, 0);
|
|
941
|
-
}
|
|
942
|
-
try {
|
|
943
|
-
// when when somebody has screwed with setTimeout but no I.E. maddness
|
|
944
|
-
return cachedSetTimeout(fun, 0);
|
|
945
|
-
} catch(e){
|
|
946
|
-
try {
|
|
947
|
-
// When we are in I.E. but the script has been evaled so I.E. doesn't trust the global object when called normally
|
|
948
|
-
return cachedSetTimeout.call(null, fun, 0);
|
|
949
|
-
} catch(e){
|
|
950
|
-
// same as above but when it's a version of I.E. that must have the global object for 'this', hopfully our context correct otherwise it will throw a global error
|
|
951
|
-
return cachedSetTimeout.call(this, fun, 0);
|
|
952
|
-
}
|
|
953
|
-
}
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
}
|
|
957
|
-
function runClearTimeout(marker) {
|
|
958
|
-
if (cachedClearTimeout === clearTimeout) {
|
|
959
|
-
//normal enviroments in sane situations
|
|
960
|
-
return clearTimeout(marker);
|
|
961
|
-
}
|
|
962
|
-
// if clearTimeout wasn't available but was latter defined
|
|
963
|
-
if ((cachedClearTimeout === defaultClearTimeout || !cachedClearTimeout) && clearTimeout) {
|
|
964
|
-
cachedClearTimeout = clearTimeout;
|
|
965
|
-
return clearTimeout(marker);
|
|
966
|
-
}
|
|
967
|
-
try {
|
|
968
|
-
// when when somebody has screwed with setTimeout but no I.E. maddness
|
|
969
|
-
return cachedClearTimeout(marker);
|
|
970
|
-
} catch (e){
|
|
971
|
-
try {
|
|
972
|
-
// When we are in I.E. but the script has been evaled so I.E. doesn't trust the global object when called normally
|
|
973
|
-
return cachedClearTimeout.call(null, marker);
|
|
974
|
-
} catch (e){
|
|
975
|
-
// same as above but when it's a version of I.E. that must have the global object for 'this', hopfully our context correct otherwise it will throw a global error.
|
|
976
|
-
// Some versions of I.E. have different rules for clearTimeout vs setTimeout
|
|
977
|
-
return cachedClearTimeout.call(this, marker);
|
|
978
|
-
}
|
|
979
|
-
}
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
}
|
|
984
|
-
var queue = [];
|
|
985
|
-
var draining = false;
|
|
986
|
-
var currentQueue;
|
|
987
|
-
var queueIndex = -1;
|
|
988
|
-
|
|
989
|
-
function cleanUpNextTick() {
|
|
990
|
-
if (!draining || !currentQueue) {
|
|
991
|
-
return;
|
|
992
|
-
}
|
|
993
|
-
draining = false;
|
|
994
|
-
if (currentQueue.length) {
|
|
995
|
-
queue = currentQueue.concat(queue);
|
|
996
|
-
} else {
|
|
997
|
-
queueIndex = -1;
|
|
998
|
-
}
|
|
999
|
-
if (queue.length) {
|
|
1000
|
-
drainQueue();
|
|
1001
|
-
}
|
|
1002
|
-
}
|
|
1003
|
-
|
|
1004
|
-
function drainQueue() {
|
|
1005
|
-
if (draining) {
|
|
1006
|
-
return;
|
|
1007
|
-
}
|
|
1008
|
-
var timeout = runTimeout(cleanUpNextTick);
|
|
1009
|
-
draining = true;
|
|
1010
|
-
|
|
1011
|
-
var len = queue.length;
|
|
1012
|
-
while(len) {
|
|
1013
|
-
currentQueue = queue;
|
|
1014
|
-
queue = [];
|
|
1015
|
-
while (++queueIndex < len) {
|
|
1016
|
-
if (currentQueue) {
|
|
1017
|
-
currentQueue[queueIndex].run();
|
|
1018
|
-
}
|
|
1019
|
-
}
|
|
1020
|
-
queueIndex = -1;
|
|
1021
|
-
len = queue.length;
|
|
1022
|
-
}
|
|
1023
|
-
currentQueue = null;
|
|
1024
|
-
draining = false;
|
|
1025
|
-
runClearTimeout(timeout);
|
|
1026
|
-
}
|
|
1027
|
-
function nextTick(fun) {
|
|
1028
|
-
var args = new Array(arguments.length - 1);
|
|
1029
|
-
if (arguments.length > 1) {
|
|
1030
|
-
for (var i = 1; i < arguments.length; i++) {
|
|
1031
|
-
args[i - 1] = arguments[i];
|
|
1032
|
-
}
|
|
1033
|
-
}
|
|
1034
|
-
queue.push(new Item(fun, args));
|
|
1035
|
-
if (queue.length === 1 && !draining) {
|
|
1036
|
-
runTimeout(drainQueue);
|
|
1037
|
-
}
|
|
1038
|
-
}
|
|
1039
|
-
// v8 likes predictible objects
|
|
1040
|
-
function Item(fun, array) {
|
|
1041
|
-
this.fun = fun;
|
|
1042
|
-
this.array = array;
|
|
1043
|
-
}
|
|
1044
|
-
Item.prototype.run = function () {
|
|
1045
|
-
this.fun.apply(null, this.array);
|
|
1046
|
-
};
|
|
1047
|
-
var title = 'browser';
|
|
1048
|
-
var platform = 'browser';
|
|
1049
|
-
var browser = true;
|
|
1050
|
-
var env = {};
|
|
1051
|
-
var argv = [];
|
|
1052
|
-
var version = ''; // empty string to avoid regexp issues
|
|
1053
|
-
var versions = {};
|
|
1054
|
-
var release = {};
|
|
1055
|
-
var config = {};
|
|
1056
|
-
|
|
1057
|
-
function noop() {}
|
|
1058
|
-
|
|
1059
|
-
var on = noop;
|
|
1060
|
-
var addListener = noop;
|
|
1061
|
-
var once = noop;
|
|
1062
|
-
var off = noop;
|
|
1063
|
-
var removeListener = noop;
|
|
1064
|
-
var removeAllListeners = noop;
|
|
1065
|
-
var emit = noop;
|
|
1066
|
-
|
|
1067
|
-
function binding(name) {
|
|
1068
|
-
throw new Error('process.binding is not supported');
|
|
1069
|
-
}
|
|
1070
|
-
|
|
1071
|
-
function cwd () { return '/' }
|
|
1072
|
-
function chdir (dir) {
|
|
1073
|
-
throw new Error('process.chdir is not supported');
|
|
1074
|
-
}function umask() { return 0; }
|
|
1075
915
|
|
|
1076
916
|
// from https://github.com/kumavis/browser-process-hrtime/blob/master/index.js
|
|
1077
917
|
var performance = global.performance || {};
|
|
1078
|
-
|
|
1079
|
-
performance.now ||
|
|
918
|
+
performance.now ||
|
|
1080
919
|
performance.mozNow ||
|
|
1081
920
|
performance.msNow ||
|
|
1082
921
|
performance.oNow ||
|
|
1083
922
|
performance.webkitNow ||
|
|
1084
923
|
function(){ return (new Date()).getTime() };
|
|
1085
924
|
|
|
1086
|
-
// generate timestamp or delta
|
|
1087
|
-
// see http://nodejs.org/api/process.html#process_process_hrtime
|
|
1088
|
-
function hrtime(previousTimestamp){
|
|
1089
|
-
var clocktime = performanceNow.call(performance)*1e-3;
|
|
1090
|
-
var seconds = Math.floor(clocktime);
|
|
1091
|
-
var nanoseconds = Math.floor((clocktime%1)*1e9);
|
|
1092
|
-
if (previousTimestamp) {
|
|
1093
|
-
seconds = seconds - previousTimestamp[0];
|
|
1094
|
-
nanoseconds = nanoseconds - previousTimestamp[1];
|
|
1095
|
-
if (nanoseconds<0) {
|
|
1096
|
-
seconds--;
|
|
1097
|
-
nanoseconds += 1e9;
|
|
1098
|
-
}
|
|
1099
|
-
}
|
|
1100
|
-
return [seconds,nanoseconds]
|
|
1101
|
-
}
|
|
1102
|
-
|
|
1103
|
-
var startTime = new Date();
|
|
1104
|
-
function uptime() {
|
|
1105
|
-
var currentTime = new Date();
|
|
1106
|
-
var dif = currentTime - startTime;
|
|
1107
|
-
return dif / 1000;
|
|
1108
|
-
}
|
|
1109
|
-
|
|
1110
|
-
var process$1 = {
|
|
1111
|
-
nextTick: nextTick,
|
|
1112
|
-
title: title,
|
|
1113
|
-
browser: browser,
|
|
1114
|
-
env: env,
|
|
1115
|
-
argv: argv,
|
|
1116
|
-
version: version,
|
|
1117
|
-
versions: versions,
|
|
1118
|
-
on: on,
|
|
1119
|
-
addListener: addListener,
|
|
1120
|
-
once: once,
|
|
1121
|
-
off: off,
|
|
1122
|
-
removeListener: removeListener,
|
|
1123
|
-
removeAllListeners: removeAllListeners,
|
|
1124
|
-
emit: emit,
|
|
1125
|
-
binding: binding,
|
|
1126
|
-
cwd: cwd,
|
|
1127
|
-
chdir: chdir,
|
|
1128
|
-
umask: umask,
|
|
1129
|
-
hrtime: hrtime,
|
|
1130
|
-
platform: platform,
|
|
1131
|
-
release: release,
|
|
1132
|
-
config: config,
|
|
1133
|
-
uptime: uptime
|
|
1134
|
-
};
|
|
1135
|
-
|
|
1136
925
|
var inherits;
|
|
1137
926
|
if (typeof Object.create === 'function'){
|
|
1138
927
|
inherits = function inherits(ctor, superCtor) {
|
|
@@ -1209,18 +998,10 @@ function deprecate(fn, msg) {
|
|
|
1209
998
|
};
|
|
1210
999
|
}
|
|
1211
1000
|
|
|
1212
|
-
if (process$1.noDeprecation === true) {
|
|
1213
|
-
return fn;
|
|
1214
|
-
}
|
|
1215
|
-
|
|
1216
1001
|
var warned = false;
|
|
1217
1002
|
function deprecated() {
|
|
1218
1003
|
if (!warned) {
|
|
1219
|
-
|
|
1220
|
-
throw new Error(msg);
|
|
1221
|
-
} else if (process$1.traceDeprecation) {
|
|
1222
|
-
console.trace(msg);
|
|
1223
|
-
} else {
|
|
1004
|
+
{
|
|
1224
1005
|
console.error(msg);
|
|
1225
1006
|
}
|
|
1226
1007
|
warned = true;
|
|
@@ -1235,7 +1016,7 @@ var debugs = {};
|
|
|
1235
1016
|
var debugEnviron;
|
|
1236
1017
|
function debuglog(set) {
|
|
1237
1018
|
if (isUndefined(debugEnviron))
|
|
1238
|
-
debugEnviron =
|
|
1019
|
+
debugEnviron = '';
|
|
1239
1020
|
set = set.toUpperCase();
|
|
1240
1021
|
if (!debugs[set]) {
|
|
1241
1022
|
if (new RegExp('\\b' + set + '\\b', 'i').test(debugEnviron)) {
|
|
@@ -1982,7 +1763,7 @@ var src = createCommonjsModule(function (module) {
|
|
|
1982
1763
|
*/
|
|
1983
1764
|
|
|
1984
1765
|
if (typeof process !== 'undefined' && process.type === 'renderer') {
|
|
1985
|
-
module.exports = browser
|
|
1766
|
+
module.exports = browser;
|
|
1986
1767
|
} else {
|
|
1987
1768
|
module.exports = node;
|
|
1988
1769
|
}
|
package/dist/esm/index.js
CHANGED
|
@@ -77,7 +77,7 @@ import { _ as _JSON$stringify } from './stringify-1e2a5946.js';
|
|
|
77
77
|
import { _ as _extends } from './extends-2f4448b8.js';
|
|
78
78
|
import { _ as _slicedToArray } from './slicedToArray-72ed566b.js';
|
|
79
79
|
import PropTypes from 'prop-types';
|
|
80
|
-
import { m as momentTimezone } from './index-
|
|
80
|
+
import { m as momentTimezone } from './index-30a6257d.js';
|
|
81
81
|
import ProgressBar from 'react-bootstrap/ProgressBar';
|
|
82
82
|
export { PixelTrackingArticle, PixelTrackingLandingPages } from './PixelTracking.js';
|
|
83
83
|
export { default as ForbesHero } from './ForbesHero.js';
|
|
@@ -88,7 +88,7 @@ export { default as VerticalHero } from './VerticalHero.js';
|
|
|
88
88
|
export { default as YahooHero } from './YahooHero.js';
|
|
89
89
|
export { default as GridHero } from './GridHero.js';
|
|
90
90
|
export { default as ConferenceArticleCard } from './ConferenceArticleCard.js';
|
|
91
|
-
export { g as getSerializers } from './index-
|
|
91
|
+
export { g as getSerializers } from './index-de2bb37c.js';
|
|
92
92
|
export { default as Beam } from './Beam.js';
|
|
93
93
|
export { default as Segment } from './Segment.js';
|
|
94
94
|
export { default as KMTracker } from './KMTracker.js';
|
|
@@ -111,7 +111,7 @@ import './core.get-iterator-method-95db387d.js';
|
|
|
111
111
|
import './web.dom.iterable-3fffc027.js';
|
|
112
112
|
import './_is-array-68c79b29.js';
|
|
113
113
|
import './_library-528f1934.js';
|
|
114
|
-
import './moment-
|
|
114
|
+
import './moment-bc12cb97.js';
|
|
115
115
|
import './style-inject.es-1f59c1d0.js';
|
|
116
116
|
import './BlockContent-1e73bd2c.js';
|
|
117
117
|
import './index-3f5c03b2.js';
|
|
@@ -155,7 +155,8 @@ import './_object-to-array-9dfdfb29.js';
|
|
|
155
155
|
import 'react-bootstrap/Spinner';
|
|
156
156
|
import 'react-bootstrap/Form';
|
|
157
157
|
import './js.cookie-6874175c.js';
|
|
158
|
-
import './
|
|
158
|
+
import './typeof-2f07d0e8.js';
|
|
159
|
+
import './index-98ca9cec.js';
|
|
159
160
|
import './ConferenceBanner-8792ebd2.js';
|
|
160
161
|
import 'next/head';
|
|
161
162
|
import '@mjhls/mjh-framework/dist/cjs/urlFor';
|
|
@@ -178,7 +179,7 @@ import './keys-185288f4.js';
|
|
|
178
179
|
import 'react-bootstrap/DropdownButton';
|
|
179
180
|
import 'react-bootstrap/Dropdown';
|
|
180
181
|
import './index.esm-1bd8a0a8.js';
|
|
181
|
-
import './brightcove-react-player-loader.es-
|
|
182
|
+
import './brightcove-react-player-loader.es-57a70a56.js';
|
|
182
183
|
import './_set-species-7d3317b7.js';
|
|
183
184
|
import './urlForFile-2e523b67.js';
|
|
184
185
|
import 'react-bootstrap/Modal';
|
|
@@ -190,8 +191,8 @@ import 'react-bootstrap/Popover';
|
|
|
190
191
|
import './SeriesSlider-acbdf4c9.js';
|
|
191
192
|
import 'disqus-react';
|
|
192
193
|
import 'react-twitter-embed';
|
|
193
|
-
import './ImageSlider-
|
|
194
|
-
import './defineProperty-
|
|
194
|
+
import './ImageSlider-9250ddc9.js';
|
|
195
|
+
import './defineProperty-23a8f8cd.js';
|
|
195
196
|
import './VideoSeriesCard.js';
|
|
196
197
|
|
|
197
198
|
//Feature query to be used
|