@mjhls/mjh-framework 1.0.594 → 1.0.596

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.
Files changed (69) hide show
  1. package/README.md +1 -1
  2. package/dist/cjs/ArticleQueue.js +286 -16
  3. package/dist/cjs/{AuthorComponent-cb8b8128.js → AuthorComponent-3c79e1ab.js} +2 -2
  4. package/dist/cjs/ForbesHero.js +1 -1
  5. package/dist/cjs/GridContent.js +1 -1
  6. package/dist/cjs/GridHero.js +1 -1
  7. package/dist/cjs/InscreenSensor-e45e95e3.js +85 -0
  8. package/dist/cjs/IssueContentDeck.js +1 -1
  9. package/dist/cjs/IssueLanding.js +1 -1
  10. package/dist/cjs/OncliveLargeHero.js +1 -1
  11. package/dist/cjs/PartnerDetailListing.js +1 -1
  12. package/dist/cjs/QueueDeckExpanded.js +1 -1
  13. package/dist/cjs/RecentNews.js +93 -0
  14. package/dist/cjs/View.js +219 -48
  15. package/dist/cjs/YahooHero.js +1 -1
  16. package/dist/cjs/getQuery.js +2 -4
  17. package/dist/cjs/getRelatedArticle.js +4 -6
  18. package/dist/cjs/index.js +2 -2
  19. package/dist/esm/AD.js +1 -1
  20. package/dist/esm/AD300x250.js +2 -2
  21. package/dist/esm/AD300x250x600.js +2 -2
  22. package/dist/esm/AD728x90.js +2 -2
  23. package/dist/esm/ADFloatingFooter.js +2 -2
  24. package/dist/esm/ADGutter.js +2 -2
  25. package/dist/esm/ADSkyscraper.js +2 -2
  26. package/dist/esm/ADSponsoredResources.js +2 -2
  27. package/dist/esm/ADWebcast.js +2 -2
  28. package/dist/esm/ADWelcome.js +2 -2
  29. package/dist/esm/AdSlot.js +2 -2
  30. package/dist/esm/ArticleQueue.js +286 -16
  31. package/dist/esm/{AuthorComponent-158226c9.js → AuthorComponent-357dbee9.js} +2 -2
  32. package/dist/esm/CMEDeck.js +2 -2
  33. package/dist/esm/Column2.js +3 -3
  34. package/dist/esm/Column3.js +4 -4
  35. package/dist/esm/DeckContent.js +3 -3
  36. package/dist/esm/DeckQueue.js +4 -4
  37. package/dist/esm/{Dfp-ae9336e2.js → Dfp-56444b73.js} +2 -2
  38. package/dist/esm/ExternalResources.js +3 -3
  39. package/dist/esm/ForbesHero.js +1 -1
  40. package/dist/esm/GridContent.js +7 -7
  41. package/dist/esm/GridHero.js +1 -1
  42. package/dist/esm/InscreenSensor-beb2ec79.js +80 -0
  43. package/dist/esm/IssueContentDeck.js +1 -1
  44. package/dist/esm/IssueLanding.js +5 -5
  45. package/dist/esm/LeftNav.js +2 -2
  46. package/dist/esm/MasterDeck.js +4 -4
  47. package/dist/esm/OncliveLargeHero.js +1 -1
  48. package/dist/esm/PartnerDetailListing.js +6 -6
  49. package/dist/esm/QueueDeckExpanded.js +5 -5
  50. package/dist/esm/RecentNews.js +88 -0
  51. package/dist/esm/SideFooter.js +3 -3
  52. package/dist/esm/TemplateNormal.js +4 -4
  53. package/dist/esm/VideoSeriesListing.js +2 -2
  54. package/dist/esm/View.js +222 -51
  55. package/dist/esm/YahooHero.js +1 -1
  56. package/dist/esm/{_arrayMap-64cbe0e4.js → _arrayMap-818441dd.js} +1 -1
  57. package/dist/esm/{debounce-048d9cb6.js → debounce-a0d9abca.js} +1 -1
  58. package/dist/esm/{get-0eb56363.js → get-58d2f7cc.js} +2 -2
  59. package/dist/esm/getQuery.js +2 -4
  60. package/dist/esm/getRelatedArticle.js +4 -6
  61. package/dist/esm/getSerializers.js +3 -3
  62. package/dist/esm/index.js +9 -9
  63. package/dist/esm/{isSymbol-b7b7434f.js → isSymbol-47f5ff3b.js} +1 -1
  64. package/package.json +1 -1
  65. package/dist/cjs/InscreenSensor-e7f3579f.js +0 -361
  66. package/dist/esm/InscreenSensor-280b2b10.js +0 -352
  67. /package/dist/esm/{ADInfeed-c7dba95f.js → ADInfeed-cecd42e8.js} +0 -0
  68. /package/dist/esm/{ADlgInfeed-8bfd6d58.js → ADlgInfeed-234ba767.js} +0 -0
  69. /package/dist/esm/{index-80cb5ee6.js → index-91506c27.js} +0 -0
@@ -7,8 +7,8 @@ import './web.dom.iterable-46c95e52.js';
7
7
  import React__default, { useState, useEffect } from 'react';
8
8
  import './index-93ec3c59.js';
9
9
  import 'prop-types';
10
- import './isSymbol-b7b7434f.js';
11
- import './debounce-048d9cb6.js';
10
+ import './isSymbol-47f5ff3b.js';
11
+ import './debounce-a0d9abca.js';
12
12
  import './main-7255814e.js';
13
13
  import { _ as _slicedToArray } from './slicedToArray-f1e40361.js';
14
14
  import './stringify-e30bc114.js';
@@ -7,8 +7,8 @@ import './web.dom.iterable-46c95e52.js';
7
7
  import React__default, { useState } from 'react';
8
8
  import { a as lib_2 } from './index-93ec3c59.js';
9
9
  import PropTypes from 'prop-types';
10
- import './isSymbol-b7b7434f.js';
11
- import { d as debounce_1 } from './debounce-048d9cb6.js';
10
+ import './isSymbol-47f5ff3b.js';
11
+ import { d as debounce_1 } from './debounce-a0d9abca.js';
12
12
  import { b as main_16 } from './main-7255814e.js';
13
13
  import { _ as _slicedToArray } from './slicedToArray-f1e40361.js';
14
14
  import './stringify-e30bc114.js';
@@ -1,4 +1,4 @@
1
- import './_commonjsHelpers-0c4b6f40.js';
1
+ import { c as createCommonjsModule } from './_commonjsHelpers-0c4b6f40.js';
2
2
  import './_to-object-16fd8b46.js';
3
3
  import './core.get-iterator-method-f5c0d66a.js';
4
4
  import './_library-528f1934.js';
@@ -19,8 +19,8 @@ import 'react-bootstrap/Row';
19
19
  import 'react-bootstrap/Col';
20
20
  import { m as moment } from './moment-12415288.js';
21
21
  import 'next/router';
22
- import { i as isObjectLike_1, _ as _baseGetTag } from './isSymbol-b7b7434f.js';
23
- import { t as toNumber_1 } from './debounce-048d9cb6.js';
22
+ import { i as isObjectLike_1, _ as _baseGetTag, a as _root, b as _freeGlobal } from './isSymbol-47f5ff3b.js';
23
+ import { t as toNumber_1 } from './debounce-a0d9abca.js';
24
24
  import { I as InfiniteScroll } from './index.es-938a3a58.js';
25
25
  import 'react-dom';
26
26
  import { i as imageUrlBuilder } from './index-51a80699.js';
@@ -34,13 +34,13 @@ import './_set-species-6f64f1c1.js';
34
34
  import './beam-a25bd8fd.js';
35
35
  import DFPAdSlot from './AdSlot.js';
36
36
  import './lodash-17fdfebb.js';
37
- import { i as isFunction_1, a as isArray_1, _ as _arrayMap } from './_arrayMap-64cbe0e4.js';
37
+ import { i as isFunction_1, a as isArray_1, _ as _arrayMap } from './_arrayMap-818441dd.js';
38
38
  import { B as BlockContent } from './BlockContent-a614acdf.js';
39
39
  import './smoothscroll-4b699764.js';
40
40
  import './GroupDeck.js';
41
41
  import 'react-bootstrap';
42
42
  import 'react-bootstrap/Button';
43
- import { g as getSerializers } from './index-80cb5ee6.js';
43
+ import { g as getSerializers } from './index-91506c27.js';
44
44
  import './util-7700fc59.js';
45
45
  import './brightcove-react-player-loader.es-83f53e4e.js';
46
46
  import 'react-bootstrap/Pagination';
@@ -49,7 +49,7 @@ import 'react-share';
49
49
  import SocialShare from './SocialShare.js';
50
50
  import { _ as _Object$keys } from './keys-04cdec91.js';
51
51
  import Dropdown from 'react-bootstrap/Dropdown';
52
- import { i as isLength_1, a as isArguments_1, b as isBuffer_1, c as isTypedArray_1, I as InscreenSensor } from './InscreenSensor-280b2b10.js';
52
+ import { I as InscreenSensor } from './InscreenSensor-beb2ec79.js';
53
53
  import getKeywords from './getKeywords.js';
54
54
 
55
55
  /**
@@ -131,6 +131,42 @@ function baseIndexOf(array, value, fromIndex) {
131
131
 
132
132
  var _baseIndexOf = baseIndexOf;
133
133
 
134
+ /** Used as references for various `Number` constants. */
135
+ var MAX_SAFE_INTEGER = 9007199254740991;
136
+
137
+ /**
138
+ * Checks if `value` is a valid array-like length.
139
+ *
140
+ * **Note:** This method is loosely based on
141
+ * [`ToLength`](http://ecma-international.org/ecma-262/7.0/#sec-tolength).
142
+ *
143
+ * @static
144
+ * @memberOf _
145
+ * @since 4.0.0
146
+ * @category Lang
147
+ * @param {*} value The value to check.
148
+ * @returns {boolean} Returns `true` if `value` is a valid length, else `false`.
149
+ * @example
150
+ *
151
+ * _.isLength(3);
152
+ * // => true
153
+ *
154
+ * _.isLength(Number.MIN_VALUE);
155
+ * // => false
156
+ *
157
+ * _.isLength(Infinity);
158
+ * // => false
159
+ *
160
+ * _.isLength('3');
161
+ * // => false
162
+ */
163
+ function isLength(value) {
164
+ return typeof value == 'number' &&
165
+ value > -1 && value % 1 == 0 && value <= MAX_SAFE_INTEGER;
166
+ }
167
+
168
+ var isLength_1 = isLength;
169
+
134
170
  /**
135
171
  * Checks if `value` is array-like. A value is considered array-like if it's
136
172
  * not a function and has a `value.length` that's an integer greater than or
@@ -304,8 +340,115 @@ function baseTimes(n, iteratee) {
304
340
 
305
341
  var _baseTimes = baseTimes;
306
342
 
343
+ /** `Object#toString` result references. */
344
+ var argsTag = '[object Arguments]';
345
+
346
+ /**
347
+ * The base implementation of `_.isArguments`.
348
+ *
349
+ * @private
350
+ * @param {*} value The value to check.
351
+ * @returns {boolean} Returns `true` if `value` is an `arguments` object,
352
+ */
353
+ function baseIsArguments(value) {
354
+ return isObjectLike_1(value) && _baseGetTag(value) == argsTag;
355
+ }
356
+
357
+ var _baseIsArguments = baseIsArguments;
358
+
359
+ /** Used for built-in method references. */
360
+ var objectProto = Object.prototype;
361
+
362
+ /** Used to check objects for own properties. */
363
+ var hasOwnProperty = objectProto.hasOwnProperty;
364
+
365
+ /** Built-in value references. */
366
+ var propertyIsEnumerable = objectProto.propertyIsEnumerable;
367
+
368
+ /**
369
+ * Checks if `value` is likely an `arguments` object.
370
+ *
371
+ * @static
372
+ * @memberOf _
373
+ * @since 0.1.0
374
+ * @category Lang
375
+ * @param {*} value The value to check.
376
+ * @returns {boolean} Returns `true` if `value` is an `arguments` object,
377
+ * else `false`.
378
+ * @example
379
+ *
380
+ * _.isArguments(function() { return arguments; }());
381
+ * // => true
382
+ *
383
+ * _.isArguments([1, 2, 3]);
384
+ * // => false
385
+ */
386
+ var isArguments = _baseIsArguments(function() { return arguments; }()) ? _baseIsArguments : function(value) {
387
+ return isObjectLike_1(value) && hasOwnProperty.call(value, 'callee') &&
388
+ !propertyIsEnumerable.call(value, 'callee');
389
+ };
390
+
391
+ var isArguments_1 = isArguments;
392
+
393
+ /**
394
+ * This method returns `false`.
395
+ *
396
+ * @static
397
+ * @memberOf _
398
+ * @since 4.13.0
399
+ * @category Util
400
+ * @returns {boolean} Returns `false`.
401
+ * @example
402
+ *
403
+ * _.times(2, _.stubFalse);
404
+ * // => [false, false]
405
+ */
406
+ function stubFalse() {
407
+ return false;
408
+ }
409
+
410
+ var stubFalse_1 = stubFalse;
411
+
412
+ var isBuffer_1 = createCommonjsModule(function (module, exports) {
413
+ /** Detect free variable `exports`. */
414
+ var freeExports = exports && !exports.nodeType && exports;
415
+
416
+ /** Detect free variable `module`. */
417
+ var freeModule = freeExports && 'object' == 'object' && module && !module.nodeType && module;
418
+
419
+ /** Detect the popular CommonJS extension `module.exports`. */
420
+ var moduleExports = freeModule && freeModule.exports === freeExports;
421
+
422
+ /** Built-in value references. */
423
+ var Buffer = moduleExports ? _root.Buffer : undefined;
424
+
425
+ /* Built-in method references for those with the same name as other `lodash` methods. */
426
+ var nativeIsBuffer = Buffer ? Buffer.isBuffer : undefined;
427
+
428
+ /**
429
+ * Checks if `value` is a buffer.
430
+ *
431
+ * @static
432
+ * @memberOf _
433
+ * @since 4.3.0
434
+ * @category Lang
435
+ * @param {*} value The value to check.
436
+ * @returns {boolean} Returns `true` if `value` is a buffer, else `false`.
437
+ * @example
438
+ *
439
+ * _.isBuffer(new Buffer(2));
440
+ * // => true
441
+ *
442
+ * _.isBuffer(new Uint8Array(2));
443
+ * // => false
444
+ */
445
+ var isBuffer = nativeIsBuffer || stubFalse_1;
446
+
447
+ module.exports = isBuffer;
448
+ });
449
+
307
450
  /** Used as references for various `Number` constants. */
308
- var MAX_SAFE_INTEGER = 9007199254740991;
451
+ var MAX_SAFE_INTEGER$1 = 9007199254740991;
309
452
 
310
453
  /** Used to detect unsigned integer values. */
311
454
  var reIsUint = /^(?:0|[1-9]\d*)$/;
@@ -320,7 +463,7 @@ var reIsUint = /^(?:0|[1-9]\d*)$/;
320
463
  */
321
464
  function isIndex(value, length) {
322
465
  var type = typeof value;
323
- length = length == null ? MAX_SAFE_INTEGER : length;
466
+ length = length == null ? MAX_SAFE_INTEGER$1 : length;
324
467
 
325
468
  return !!length &&
326
469
  (type == 'number' ||
@@ -330,11 +473,138 @@ function isIndex(value, length) {
330
473
 
331
474
  var _isIndex = isIndex;
332
475
 
476
+ /** `Object#toString` result references. */
477
+ var argsTag$1 = '[object Arguments]',
478
+ arrayTag = '[object Array]',
479
+ boolTag = '[object Boolean]',
480
+ dateTag = '[object Date]',
481
+ errorTag = '[object Error]',
482
+ funcTag = '[object Function]',
483
+ mapTag = '[object Map]',
484
+ numberTag = '[object Number]',
485
+ objectTag = '[object Object]',
486
+ regexpTag = '[object RegExp]',
487
+ setTag = '[object Set]',
488
+ stringTag$1 = '[object String]',
489
+ weakMapTag = '[object WeakMap]';
490
+
491
+ var arrayBufferTag = '[object ArrayBuffer]',
492
+ dataViewTag = '[object DataView]',
493
+ float32Tag = '[object Float32Array]',
494
+ float64Tag = '[object Float64Array]',
495
+ int8Tag = '[object Int8Array]',
496
+ int16Tag = '[object Int16Array]',
497
+ int32Tag = '[object Int32Array]',
498
+ uint8Tag = '[object Uint8Array]',
499
+ uint8ClampedTag = '[object Uint8ClampedArray]',
500
+ uint16Tag = '[object Uint16Array]',
501
+ uint32Tag = '[object Uint32Array]';
502
+
503
+ /** Used to identify `toStringTag` values of typed arrays. */
504
+ var typedArrayTags = {};
505
+ typedArrayTags[float32Tag] = typedArrayTags[float64Tag] =
506
+ typedArrayTags[int8Tag] = typedArrayTags[int16Tag] =
507
+ typedArrayTags[int32Tag] = typedArrayTags[uint8Tag] =
508
+ typedArrayTags[uint8ClampedTag] = typedArrayTags[uint16Tag] =
509
+ typedArrayTags[uint32Tag] = true;
510
+ typedArrayTags[argsTag$1] = typedArrayTags[arrayTag] =
511
+ typedArrayTags[arrayBufferTag] = typedArrayTags[boolTag] =
512
+ typedArrayTags[dataViewTag] = typedArrayTags[dateTag] =
513
+ typedArrayTags[errorTag] = typedArrayTags[funcTag] =
514
+ typedArrayTags[mapTag] = typedArrayTags[numberTag] =
515
+ typedArrayTags[objectTag] = typedArrayTags[regexpTag] =
516
+ typedArrayTags[setTag] = typedArrayTags[stringTag$1] =
517
+ typedArrayTags[weakMapTag] = false;
518
+
519
+ /**
520
+ * The base implementation of `_.isTypedArray` without Node.js optimizations.
521
+ *
522
+ * @private
523
+ * @param {*} value The value to check.
524
+ * @returns {boolean} Returns `true` if `value` is a typed array, else `false`.
525
+ */
526
+ function baseIsTypedArray(value) {
527
+ return isObjectLike_1(value) &&
528
+ isLength_1(value.length) && !!typedArrayTags[_baseGetTag(value)];
529
+ }
530
+
531
+ var _baseIsTypedArray = baseIsTypedArray;
532
+
533
+ /**
534
+ * The base implementation of `_.unary` without support for storing metadata.
535
+ *
536
+ * @private
537
+ * @param {Function} func The function to cap arguments for.
538
+ * @returns {Function} Returns the new capped function.
539
+ */
540
+ function baseUnary(func) {
541
+ return function(value) {
542
+ return func(value);
543
+ };
544
+ }
545
+
546
+ var _baseUnary = baseUnary;
547
+
548
+ var _nodeUtil = createCommonjsModule(function (module, exports) {
549
+ /** Detect free variable `exports`. */
550
+ var freeExports = exports && !exports.nodeType && exports;
551
+
552
+ /** Detect free variable `module`. */
553
+ var freeModule = freeExports && 'object' == 'object' && module && !module.nodeType && module;
554
+
555
+ /** Detect the popular CommonJS extension `module.exports`. */
556
+ var moduleExports = freeModule && freeModule.exports === freeExports;
557
+
558
+ /** Detect free variable `process` from Node.js. */
559
+ var freeProcess = moduleExports && _freeGlobal.process;
560
+
561
+ /** Used to access faster Node.js helpers. */
562
+ var nodeUtil = (function() {
563
+ try {
564
+ // Use `util.types` for Node.js 10+.
565
+ var types = freeModule && freeModule.require && freeModule.require('util').types;
566
+
567
+ if (types) {
568
+ return types;
569
+ }
570
+
571
+ // Legacy `process.binding('util')` for Node.js < 10.
572
+ return freeProcess && freeProcess.binding && freeProcess.binding('util');
573
+ } catch (e) {}
574
+ }());
575
+
576
+ module.exports = nodeUtil;
577
+ });
578
+
579
+ /* Node.js helper references. */
580
+ var nodeIsTypedArray = _nodeUtil && _nodeUtil.isTypedArray;
581
+
582
+ /**
583
+ * Checks if `value` is classified as a typed array.
584
+ *
585
+ * @static
586
+ * @memberOf _
587
+ * @since 3.0.0
588
+ * @category Lang
589
+ * @param {*} value The value to check.
590
+ * @returns {boolean} Returns `true` if `value` is a typed array, else `false`.
591
+ * @example
592
+ *
593
+ * _.isTypedArray(new Uint8Array);
594
+ * // => true
595
+ *
596
+ * _.isTypedArray([]);
597
+ * // => false
598
+ */
599
+ var isTypedArray = nodeIsTypedArray ? _baseUnary(nodeIsTypedArray) : _baseIsTypedArray;
600
+
601
+ var isTypedArray_1 = isTypedArray;
602
+
333
603
  /** Used for built-in method references. */
334
- var objectProto = Object.prototype;
604
+ var objectProto$1 = Object.prototype;
335
605
 
336
606
  /** Used to check objects for own properties. */
337
- var hasOwnProperty = objectProto.hasOwnProperty;
607
+ var hasOwnProperty$1 = objectProto$1.hasOwnProperty;
338
608
 
339
609
  /**
340
610
  * Creates an array of the enumerable property names of the array-like `value`.
@@ -354,7 +624,7 @@ function arrayLikeKeys(value, inherited) {
354
624
  length = result.length;
355
625
 
356
626
  for (var key in value) {
357
- if ((inherited || hasOwnProperty.call(value, key)) &&
627
+ if ((inherited || hasOwnProperty$1.call(value, key)) &&
358
628
  !(skipIndexes && (
359
629
  // Safari 9 has enumerable `arguments.length` in strict mode.
360
630
  key == 'length' ||
@@ -374,7 +644,7 @@ function arrayLikeKeys(value, inherited) {
374
644
  var _arrayLikeKeys = arrayLikeKeys;
375
645
 
376
646
  /** Used for built-in method references. */
377
- var objectProto$1 = Object.prototype;
647
+ var objectProto$2 = Object.prototype;
378
648
 
379
649
  /**
380
650
  * Checks if `value` is likely a prototype object.
@@ -385,7 +655,7 @@ var objectProto$1 = Object.prototype;
385
655
  */
386
656
  function isPrototype(value) {
387
657
  var Ctor = value && value.constructor,
388
- proto = (typeof Ctor == 'function' && Ctor.prototype) || objectProto$1;
658
+ proto = (typeof Ctor == 'function' && Ctor.prototype) || objectProto$2;
389
659
 
390
660
  return value === proto;
391
661
  }
@@ -414,10 +684,10 @@ var nativeKeys = _overArg(Object.keys, Object);
414
684
  var _nativeKeys = nativeKeys;
415
685
 
416
686
  /** Used for built-in method references. */
417
- var objectProto$2 = Object.prototype;
687
+ var objectProto$3 = Object.prototype;
418
688
 
419
689
  /** Used to check objects for own properties. */
420
- var hasOwnProperty$1 = objectProto$2.hasOwnProperty;
690
+ var hasOwnProperty$2 = objectProto$3.hasOwnProperty;
421
691
 
422
692
  /**
423
693
  * The base implementation of `_.keys` which doesn't treat sparse arrays as dense.
@@ -432,7 +702,7 @@ function baseKeys(object) {
432
702
  }
433
703
  var result = [];
434
704
  for (var key in Object(object)) {
435
- if (hasOwnProperty$1.call(object, key) && key != 'constructor') {
705
+ if (hasOwnProperty$2.call(object, key) && key != 'constructor') {
436
706
  result.push(key);
437
707
  }
438
708
  }
@@ -23,7 +23,7 @@ var AuthorComponent = function AuthorComponent(_ref) {
23
23
  ),
24
24
  React__default.createElement(
25
25
  'a',
26
- { href: '/authors/' + url.current, className: 'text-muted' },
26
+ { href: '/authors/' + url.current, className: 'author-name', style: { color: '#000', fontWeight: 'bold' } },
27
27
  displayName
28
28
  ),
29
29
  length !== index + 1 && ', '
@@ -39,7 +39,7 @@ var AuthorComponent = function AuthorComponent(_ref) {
39
39
  ),
40
40
  React__default.createElement(
41
41
  'span',
42
- { className: 'text-muted' },
42
+ { className: 'author-name', style: { color: '#000', fontWeight: 'bold' } },
43
43
  displayName,
44
44
  length !== index + 1 && ', '
45
45
  )
@@ -13,8 +13,8 @@ import { l as lib_3 } from './index-93ec3c59.js';
13
13
  import 'prop-types';
14
14
  import './moment-12415288.js';
15
15
  import { useRouter } from 'next/router';
16
- import './isSymbol-b7b7434f.js';
17
- import { d as debounce_1 } from './debounce-048d9cb6.js';
16
+ import './isSymbol-47f5ff3b.js';
17
+ import { d as debounce_1 } from './debounce-a0d9abca.js';
18
18
  import { I as InfiniteScroll } from './index.es-938a3a58.js';
19
19
  import 'react-dom';
20
20
  import { V as VisibilitySensor } from './visibility-sensor-0baa4eea.js';
@@ -8,13 +8,13 @@ import React__default from 'react';
8
8
  import 'prop-types';
9
9
  import Row from 'react-bootstrap/Row';
10
10
  import Col from 'react-bootstrap/Col';
11
- import './isSymbol-b7b7434f.js';
11
+ import './isSymbol-47f5ff3b.js';
12
12
  import './stringify-e30bc114.js';
13
13
  import './asyncToGenerator-0379e924.js';
14
14
  import './_set-species-6f64f1c1.js';
15
15
  import './beam-a25bd8fd.js';
16
- import './_arrayMap-64cbe0e4.js';
17
- import './get-0eb56363.js';
16
+ import './_arrayMap-818441dd.js';
17
+ import './get-58d2f7cc.js';
18
18
  import './react-social-icons-a7d5c5c7.js';
19
19
  import SideFooter from './SideFooter.js';
20
20
  import { C as ConferenceBanner } from './ConferenceBanner-8792ebd2.js';
@@ -9,8 +9,8 @@ import './index-93ec3c59.js';
9
9
  import 'prop-types';
10
10
  import Row from 'react-bootstrap/Row';
11
11
  import Col from 'react-bootstrap/Col';
12
- import './isSymbol-b7b7434f.js';
13
- import './debounce-048d9cb6.js';
12
+ import './isSymbol-47f5ff3b.js';
13
+ import './debounce-a0d9abca.js';
14
14
  import { m as main_39 } from './main-7255814e.js';
15
15
  import './slicedToArray-f1e40361.js';
16
16
  import './stringify-e30bc114.js';
@@ -18,8 +18,8 @@ import './asyncToGenerator-0379e924.js';
18
18
  import './_set-species-6f64f1c1.js';
19
19
  import './beam-a25bd8fd.js';
20
20
  import './AdSlot.js';
21
- import './_arrayMap-64cbe0e4.js';
22
- import './get-0eb56363.js';
21
+ import './_arrayMap-818441dd.js';
22
+ import './get-58d2f7cc.js';
23
23
  import './react-social-icons-a7d5c5c7.js';
24
24
  import 'react-bootstrap';
25
25
  import SideFooter from './SideFooter.js';
@@ -21,8 +21,8 @@ import Col from 'react-bootstrap/Col';
21
21
  import Card from 'react-bootstrap/Card';
22
22
  import { m as moment } from './moment-12415288.js';
23
23
  import { withRouter } from 'next/router';
24
- import './isSymbol-b7b7434f.js';
25
- import { d as debounce_1 } from './debounce-048d9cb6.js';
24
+ import './isSymbol-47f5ff3b.js';
25
+ import { d as debounce_1 } from './debounce-a0d9abca.js';
26
26
  import { I as InfiniteScroll } from './index.es-938a3a58.js';
27
27
  import 'react-dom';
28
28
  import { V as VisibilitySensor } from './visibility-sensor-0baa4eea.js';
@@ -36,7 +36,7 @@ import './asyncToGenerator-0379e924.js';
36
36
  import './_set-species-6f64f1c1.js';
37
37
  import './beam-a25bd8fd.js';
38
38
  import './AdSlot.js';
39
- import { A as ADInfeed } from './ADInfeed-c7dba95f.js';
39
+ import { A as ADInfeed } from './ADInfeed-cecd42e8.js';
40
40
 
41
41
  var DeckContent = function (_React$Component) {
42
42
  _inherits(DeckContent, _React$Component);
@@ -21,8 +21,8 @@ import Col from 'react-bootstrap/Col';
21
21
  import Card from 'react-bootstrap/Card';
22
22
  import { m as moment } from './moment-12415288.js';
23
23
  import { withRouter } from 'next/router';
24
- import './isSymbol-b7b7434f.js';
25
- import { d as debounce_1 } from './debounce-048d9cb6.js';
24
+ import './isSymbol-47f5ff3b.js';
25
+ import { d as debounce_1 } from './debounce-a0d9abca.js';
26
26
  import { I as InfiniteScroll } from './index.es-938a3a58.js';
27
27
  import 'react-dom';
28
28
  import { V as VisibilitySensor } from './visibility-sensor-0baa4eea.js';
@@ -30,8 +30,8 @@ import { i as imageUrlBuilder } from './index-51a80699.js';
30
30
  import { L as LazyLoad } from './index-5f9f807a.js';
31
31
  import { m as main_39 } from './main-7255814e.js';
32
32
  import { c as clean_html_1 } from './entities-7cc3bf45.js';
33
- import './_arrayMap-64cbe0e4.js';
34
- import { g as get_1 } from './get-0eb56363.js';
33
+ import './_arrayMap-818441dd.js';
34
+ import { g as get_1 } from './get-58d2f7cc.js';
35
35
 
36
36
  var DeckQueue = function (_React$Component) {
37
37
  _inherits(DeckQueue, _React$Component);
@@ -5,8 +5,8 @@ import './web.dom.iterable-46c95e52.js';
5
5
  import React__default, { useState } from 'react';
6
6
  import { b as lib_1, a as lib_2 } from './index-93ec3c59.js';
7
7
  import PropTypes from 'prop-types';
8
- import './isSymbol-b7b7434f.js';
9
- import { d as debounce_1 } from './debounce-048d9cb6.js';
8
+ import './isSymbol-47f5ff3b.js';
9
+ import { d as debounce_1 } from './debounce-a0d9abca.js';
10
10
  import 'react-dom';
11
11
  import { V as VisibilitySensor } from './visibility-sensor-0baa4eea.js';
12
12
  import { _ as _slicedToArray } from './slicedToArray-f1e40361.js';
@@ -16,8 +16,8 @@ import 'react-bootstrap/Row';
16
16
  import 'react-bootstrap/Col';
17
17
  import './moment-12415288.js';
18
18
  import { useRouter } from 'next/router';
19
- import './isSymbol-b7b7434f.js';
20
- import './debounce-048d9cb6.js';
19
+ import './isSymbol-47f5ff3b.js';
20
+ import './debounce-a0d9abca.js';
21
21
  import 'react-dom';
22
22
  import './index-51a80699.js';
23
23
  import './index-5f9f807a.js';
@@ -36,7 +36,7 @@ import './GroupDeck.js';
36
36
  import 'react-bootstrap';
37
37
  import Button from 'react-bootstrap/Button';
38
38
  import { m as momentTimezone } from './index-d2f90501.js';
39
- import { g as getSerializers } from './index-80cb5ee6.js';
39
+ import { g as getSerializers } from './index-91506c27.js';
40
40
  import './util-7700fc59.js';
41
41
  import './brightcove-react-player-loader.es-83f53e4e.js';
42
42
  import 'react-bootstrap/Pagination';
@@ -9,7 +9,7 @@ import 'react-dom';
9
9
  import { i as imageUrlBuilder } from './index-51a80699.js';
10
10
  import { L as LazyLoad } from './index-5f9f807a.js';
11
11
  import './slicedToArray-f1e40361.js';
12
- import { A as AuthorComponent } from './AuthorComponent-158226c9.js';
12
+ import { A as AuthorComponent } from './AuthorComponent-357dbee9.js';
13
13
 
14
14
  var fbsHero = function fbsHero(props) {
15
15
  var removeTimeStamp = props.removeTimeStamp;
@@ -21,8 +21,8 @@ import Col from 'react-bootstrap/Col';
21
21
  import Card from 'react-bootstrap/Card';
22
22
  import { m as moment } from './moment-12415288.js';
23
23
  import { withRouter } from 'next/router';
24
- import './isSymbol-b7b7434f.js';
25
- import { d as debounce_1 } from './debounce-048d9cb6.js';
24
+ import './isSymbol-47f5ff3b.js';
25
+ import { d as debounce_1 } from './debounce-a0d9abca.js';
26
26
  import { I as InfiniteScroll } from './index.es-938a3a58.js';
27
27
  import 'react-dom';
28
28
  import { V as VisibilitySensor } from './visibility-sensor-0baa4eea.js';
@@ -36,13 +36,13 @@ import './asyncToGenerator-0379e924.js';
36
36
  import './_set-species-6f64f1c1.js';
37
37
  import './beam-a25bd8fd.js';
38
38
  import './AdSlot.js';
39
- import { A as ADInfeed } from './ADInfeed-c7dba95f.js';
39
+ import { A as ADInfeed } from './ADInfeed-cecd42e8.js';
40
40
  import { l as lodash } from './lodash-17fdfebb.js';
41
- import { A as ADlgInfeed } from './ADlgInfeed-8bfd6d58.js';
42
- import './_arrayMap-64cbe0e4.js';
43
- import { g as get_1 } from './get-0eb56363.js';
41
+ import { A as ADlgInfeed } from './ADlgInfeed-234ba767.js';
42
+ import './_arrayMap-818441dd.js';
43
+ import { g as get_1 } from './get-58d2f7cc.js';
44
44
  import './AD.js';
45
- import { A as AuthorComponent } from './AuthorComponent-158226c9.js';
45
+ import { A as AuthorComponent } from './AuthorComponent-357dbee9.js';
46
46
 
47
47
  var GridContent = function (_React$Component) {
48
48
  _inherits(GridContent, _React$Component);
@@ -10,7 +10,7 @@ import { i as imageUrlBuilder } from './index-51a80699.js';
10
10
  import { L as LazyLoad } from './index-5f9f807a.js';
11
11
  import { c as clean_html_1 } from './entities-7cc3bf45.js';
12
12
  import './slicedToArray-f1e40361.js';
13
- import { A as AuthorComponent } from './AuthorComponent-158226c9.js';
13
+ import { A as AuthorComponent } from './AuthorComponent-357dbee9.js';
14
14
 
15
15
  var GridHero = function GridHero(props) {
16
16
  var topArticle = props.dataRecord[0];