@mjhls/mjh-framework 1.0.509 → 1.0.511

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 (51) hide show
  1. package/README.md +1 -1
  2. package/dist/cjs/ArticleQueue.js +512 -9
  3. package/dist/cjs/InscreenSensor-3aec8492.js +361 -0
  4. package/dist/cjs/NavNative.js +1 -1
  5. package/dist/cjs/View.js +64 -62
  6. package/dist/cjs/getQuery.js +2 -2
  7. package/dist/cjs/getRelatedArticle.js +16 -12
  8. package/dist/cjs/index.js +3 -3
  9. package/dist/esm/AD.js +1 -1
  10. package/dist/esm/AD300x250.js +2 -2
  11. package/dist/esm/AD300x250x600.js +2 -2
  12. package/dist/esm/AD728x90.js +2 -2
  13. package/dist/esm/ADFloatingFooter.js +2 -2
  14. package/dist/esm/ADGutter.js +2 -2
  15. package/dist/esm/ADSponsoredResources.js +2 -2
  16. package/dist/esm/ADWebcast.js +2 -2
  17. package/dist/esm/ADWelcome.js +2 -2
  18. package/dist/esm/AdSlot.js +2 -2
  19. package/dist/esm/ArticleQueue.js +507 -4
  20. package/dist/esm/CMEDeck.js +2 -2
  21. package/dist/esm/Column2.js +3 -3
  22. package/dist/esm/Column3.js +4 -4
  23. package/dist/esm/DeckContent.js +3 -3
  24. package/dist/esm/DeckQueue.js +4 -4
  25. package/dist/esm/{Dfp-58cfc45a.js → Dfp-81a052c2.js} +2 -2
  26. package/dist/esm/ExternalResources.js +2 -2
  27. package/dist/esm/GridContent.js +6 -6
  28. package/dist/esm/InscreenSensor-280b2b10.js +352 -0
  29. package/dist/esm/IssueLanding.js +4 -4
  30. package/dist/esm/LeftNav.js +2 -2
  31. package/dist/esm/MasterDeck.js +4 -4
  32. package/dist/esm/NavNative.js +1 -1
  33. package/dist/esm/PartnerDetailListing.js +4 -4
  34. package/dist/esm/QueueDeckExpanded.js +4 -4
  35. package/dist/esm/SideFooter.js +3 -3
  36. package/dist/esm/TemplateNormal.js +4 -4
  37. package/dist/esm/VideoSeriesListing.js +2 -2
  38. package/dist/esm/View.js +64 -62
  39. package/dist/esm/{_arrayMap-a8dd2b2c.js → _arrayMap-64cbe0e4.js} +2 -2
  40. package/dist/esm/{debounce-8cd9e09c.js → debounce-048d9cb6.js} +1 -1
  41. package/dist/esm/{get-ae817b75.js → get-0eb56363.js} +2 -2
  42. package/dist/esm/getQuery.js +2 -2
  43. package/dist/esm/getRelatedArticle.js +14 -10
  44. package/dist/esm/getSerializers.js +2 -2
  45. package/dist/esm/index.js +8 -8
  46. package/dist/esm/{isSymbol-c1b9be80.js → isSymbol-b7b7434f.js} +1 -1
  47. package/package.json +1 -1
  48. package/dist/cjs/InscreenSensor-f9989c04.js +0 -863
  49. package/dist/esm/InscreenSensor-67905ed5.js +0 -857
  50. /package/dist/esm/{ADInfeed-15266562.js → ADInfeed-cb0d3a09.js} +0 -0
  51. /package/dist/esm/{ADlgInfeed-64346b44.js → ADlgInfeed-353fb56a.js} +0 -0
@@ -17,8 +17,8 @@ import { l as lib_3 } from './index-3f4dd6f2.js';
17
17
  import 'prop-types';
18
18
  import { m as moment } from './moment-49ae13fa.js';
19
19
  import 'next/router';
20
- import './isSymbol-c1b9be80.js';
21
- import './debounce-8cd9e09c.js';
20
+ import { i as isObjectLike_1, _ as _baseGetTag } from './isSymbol-b7b7434f.js';
21
+ import { t as toNumber_1 } from './debounce-048d9cb6.js';
22
22
  import { I as InfiniteScroll } from './index.es-29c1cef5.js';
23
23
  import 'react-dom';
24
24
  import { i as imageUrlBuilder } from './index-51a80699.js';
@@ -31,7 +31,7 @@ import './asyncToGenerator-0379e924.js';
31
31
  import './_set-species-6f64f1c1.js';
32
32
  import './beam-dd2b10c0.js';
33
33
  import DFPAdSlot from './AdSlot.js';
34
- import './_arrayMap-a8dd2b2c.js';
34
+ import { i as isFunction_1, a as isArray_1, _ as _arrayMap } from './_arrayMap-64cbe0e4.js';
35
35
  import { B as BlockContent } from './BlockContent-a614acdf.js';
36
36
  import './smoothscroll-4b699764.js';
37
37
  import './GroupDeck.js';
@@ -47,9 +47,512 @@ import 'react-share';
47
47
  import SocialShare from './SocialShare.js';
48
48
  import { _ as _Object$keys } from './keys-04cdec91.js';
49
49
  import Dropdown from 'react-bootstrap/Dropdown';
50
- import { I as InscreenSensor, i as includes_1 } from './InscreenSensor-67905ed5.js';
50
+ import { i as isLength_1, a as isArguments_1, b as isBuffer_1, c as isTypedArray_1, I as InscreenSensor } from './InscreenSensor-280b2b10.js';
51
51
  import getKeywords from './getKeywords.js';
52
52
 
53
+ /**
54
+ * The base implementation of `_.findIndex` and `_.findLastIndex` without
55
+ * support for iteratee shorthands.
56
+ *
57
+ * @private
58
+ * @param {Array} array The array to inspect.
59
+ * @param {Function} predicate The function invoked per iteration.
60
+ * @param {number} fromIndex The index to search from.
61
+ * @param {boolean} [fromRight] Specify iterating from right to left.
62
+ * @returns {number} Returns the index of the matched value, else `-1`.
63
+ */
64
+ function baseFindIndex(array, predicate, fromIndex, fromRight) {
65
+ var length = array.length,
66
+ index = fromIndex + (fromRight ? 1 : -1);
67
+
68
+ while ((fromRight ? index-- : ++index < length)) {
69
+ if (predicate(array[index], index, array)) {
70
+ return index;
71
+ }
72
+ }
73
+ return -1;
74
+ }
75
+
76
+ var _baseFindIndex = baseFindIndex;
77
+
78
+ /**
79
+ * The base implementation of `_.isNaN` without support for number objects.
80
+ *
81
+ * @private
82
+ * @param {*} value The value to check.
83
+ * @returns {boolean} Returns `true` if `value` is `NaN`, else `false`.
84
+ */
85
+ function baseIsNaN(value) {
86
+ return value !== value;
87
+ }
88
+
89
+ var _baseIsNaN = baseIsNaN;
90
+
91
+ /**
92
+ * A specialized version of `_.indexOf` which performs strict equality
93
+ * comparisons of values, i.e. `===`.
94
+ *
95
+ * @private
96
+ * @param {Array} array The array to inspect.
97
+ * @param {*} value The value to search for.
98
+ * @param {number} fromIndex The index to search from.
99
+ * @returns {number} Returns the index of the matched value, else `-1`.
100
+ */
101
+ function strictIndexOf(array, value, fromIndex) {
102
+ var index = fromIndex - 1,
103
+ length = array.length;
104
+
105
+ while (++index < length) {
106
+ if (array[index] === value) {
107
+ return index;
108
+ }
109
+ }
110
+ return -1;
111
+ }
112
+
113
+ var _strictIndexOf = strictIndexOf;
114
+
115
+ /**
116
+ * The base implementation of `_.indexOf` without `fromIndex` bounds checks.
117
+ *
118
+ * @private
119
+ * @param {Array} array The array to inspect.
120
+ * @param {*} value The value to search for.
121
+ * @param {number} fromIndex The index to search from.
122
+ * @returns {number} Returns the index of the matched value, else `-1`.
123
+ */
124
+ function baseIndexOf(array, value, fromIndex) {
125
+ return value === value
126
+ ? _strictIndexOf(array, value, fromIndex)
127
+ : _baseFindIndex(array, _baseIsNaN, fromIndex);
128
+ }
129
+
130
+ var _baseIndexOf = baseIndexOf;
131
+
132
+ /**
133
+ * Checks if `value` is array-like. A value is considered array-like if it's
134
+ * not a function and has a `value.length` that's an integer greater than or
135
+ * equal to `0` and less than or equal to `Number.MAX_SAFE_INTEGER`.
136
+ *
137
+ * @static
138
+ * @memberOf _
139
+ * @since 4.0.0
140
+ * @category Lang
141
+ * @param {*} value The value to check.
142
+ * @returns {boolean} Returns `true` if `value` is array-like, else `false`.
143
+ * @example
144
+ *
145
+ * _.isArrayLike([1, 2, 3]);
146
+ * // => true
147
+ *
148
+ * _.isArrayLike(document.body.children);
149
+ * // => true
150
+ *
151
+ * _.isArrayLike('abc');
152
+ * // => true
153
+ *
154
+ * _.isArrayLike(_.noop);
155
+ * // => false
156
+ */
157
+ function isArrayLike(value) {
158
+ return value != null && isLength_1(value.length) && !isFunction_1(value);
159
+ }
160
+
161
+ var isArrayLike_1 = isArrayLike;
162
+
163
+ /** `Object#toString` result references. */
164
+ var stringTag = '[object String]';
165
+
166
+ /**
167
+ * Checks if `value` is classified as a `String` primitive or object.
168
+ *
169
+ * @static
170
+ * @since 0.1.0
171
+ * @memberOf _
172
+ * @category Lang
173
+ * @param {*} value The value to check.
174
+ * @returns {boolean} Returns `true` if `value` is a string, else `false`.
175
+ * @example
176
+ *
177
+ * _.isString('abc');
178
+ * // => true
179
+ *
180
+ * _.isString(1);
181
+ * // => false
182
+ */
183
+ function isString(value) {
184
+ return typeof value == 'string' ||
185
+ (!isArray_1(value) && isObjectLike_1(value) && _baseGetTag(value) == stringTag);
186
+ }
187
+
188
+ var isString_1 = isString;
189
+
190
+ /** Used as references for various `Number` constants. */
191
+ var INFINITY = 1 / 0,
192
+ MAX_INTEGER = 1.7976931348623157e+308;
193
+
194
+ /**
195
+ * Converts `value` to a finite number.
196
+ *
197
+ * @static
198
+ * @memberOf _
199
+ * @since 4.12.0
200
+ * @category Lang
201
+ * @param {*} value The value to convert.
202
+ * @returns {number} Returns the converted number.
203
+ * @example
204
+ *
205
+ * _.toFinite(3.2);
206
+ * // => 3.2
207
+ *
208
+ * _.toFinite(Number.MIN_VALUE);
209
+ * // => 5e-324
210
+ *
211
+ * _.toFinite(Infinity);
212
+ * // => 1.7976931348623157e+308
213
+ *
214
+ * _.toFinite('3.2');
215
+ * // => 3.2
216
+ */
217
+ function toFinite(value) {
218
+ if (!value) {
219
+ return value === 0 ? value : 0;
220
+ }
221
+ value = toNumber_1(value);
222
+ if (value === INFINITY || value === -INFINITY) {
223
+ var sign = (value < 0 ? -1 : 1);
224
+ return sign * MAX_INTEGER;
225
+ }
226
+ return value === value ? value : 0;
227
+ }
228
+
229
+ var toFinite_1 = toFinite;
230
+
231
+ /**
232
+ * Converts `value` to an integer.
233
+ *
234
+ * **Note:** This method is loosely based on
235
+ * [`ToInteger`](http://www.ecma-international.org/ecma-262/7.0/#sec-tointeger).
236
+ *
237
+ * @static
238
+ * @memberOf _
239
+ * @since 4.0.0
240
+ * @category Lang
241
+ * @param {*} value The value to convert.
242
+ * @returns {number} Returns the converted integer.
243
+ * @example
244
+ *
245
+ * _.toInteger(3.2);
246
+ * // => 3
247
+ *
248
+ * _.toInteger(Number.MIN_VALUE);
249
+ * // => 0
250
+ *
251
+ * _.toInteger(Infinity);
252
+ * // => 1.7976931348623157e+308
253
+ *
254
+ * _.toInteger('3.2');
255
+ * // => 3
256
+ */
257
+ function toInteger(value) {
258
+ var result = toFinite_1(value),
259
+ remainder = result % 1;
260
+
261
+ return result === result ? (remainder ? result - remainder : result) : 0;
262
+ }
263
+
264
+ var toInteger_1 = toInteger;
265
+
266
+ /**
267
+ * The base implementation of `_.values` and `_.valuesIn` which creates an
268
+ * array of `object` property values corresponding to the property names
269
+ * of `props`.
270
+ *
271
+ * @private
272
+ * @param {Object} object The object to query.
273
+ * @param {Array} props The property names to get values for.
274
+ * @returns {Object} Returns the array of property values.
275
+ */
276
+ function baseValues(object, props) {
277
+ return _arrayMap(props, function(key) {
278
+ return object[key];
279
+ });
280
+ }
281
+
282
+ var _baseValues = baseValues;
283
+
284
+ /**
285
+ * The base implementation of `_.times` without support for iteratee shorthands
286
+ * or max array length checks.
287
+ *
288
+ * @private
289
+ * @param {number} n The number of times to invoke `iteratee`.
290
+ * @param {Function} iteratee The function invoked per iteration.
291
+ * @returns {Array} Returns the array of results.
292
+ */
293
+ function baseTimes(n, iteratee) {
294
+ var index = -1,
295
+ result = Array(n);
296
+
297
+ while (++index < n) {
298
+ result[index] = iteratee(index);
299
+ }
300
+ return result;
301
+ }
302
+
303
+ var _baseTimes = baseTimes;
304
+
305
+ /** Used as references for various `Number` constants. */
306
+ var MAX_SAFE_INTEGER = 9007199254740991;
307
+
308
+ /** Used to detect unsigned integer values. */
309
+ var reIsUint = /^(?:0|[1-9]\d*)$/;
310
+
311
+ /**
312
+ * Checks if `value` is a valid array-like index.
313
+ *
314
+ * @private
315
+ * @param {*} value The value to check.
316
+ * @param {number} [length=MAX_SAFE_INTEGER] The upper bounds of a valid index.
317
+ * @returns {boolean} Returns `true` if `value` is a valid index, else `false`.
318
+ */
319
+ function isIndex(value, length) {
320
+ var type = typeof value;
321
+ length = length == null ? MAX_SAFE_INTEGER : length;
322
+
323
+ return !!length &&
324
+ (type == 'number' ||
325
+ (type != 'symbol' && reIsUint.test(value))) &&
326
+ (value > -1 && value % 1 == 0 && value < length);
327
+ }
328
+
329
+ var _isIndex = isIndex;
330
+
331
+ /** Used for built-in method references. */
332
+ var objectProto = Object.prototype;
333
+
334
+ /** Used to check objects for own properties. */
335
+ var hasOwnProperty = objectProto.hasOwnProperty;
336
+
337
+ /**
338
+ * Creates an array of the enumerable property names of the array-like `value`.
339
+ *
340
+ * @private
341
+ * @param {*} value The value to query.
342
+ * @param {boolean} inherited Specify returning inherited property names.
343
+ * @returns {Array} Returns the array of property names.
344
+ */
345
+ function arrayLikeKeys(value, inherited) {
346
+ var isArr = isArray_1(value),
347
+ isArg = !isArr && isArguments_1(value),
348
+ isBuff = !isArr && !isArg && isBuffer_1(value),
349
+ isType = !isArr && !isArg && !isBuff && isTypedArray_1(value),
350
+ skipIndexes = isArr || isArg || isBuff || isType,
351
+ result = skipIndexes ? _baseTimes(value.length, String) : [],
352
+ length = result.length;
353
+
354
+ for (var key in value) {
355
+ if ((inherited || hasOwnProperty.call(value, key)) &&
356
+ !(skipIndexes && (
357
+ // Safari 9 has enumerable `arguments.length` in strict mode.
358
+ key == 'length' ||
359
+ // Node.js 0.10 has enumerable non-index properties on buffers.
360
+ (isBuff && (key == 'offset' || key == 'parent')) ||
361
+ // PhantomJS 2 has enumerable non-index properties on typed arrays.
362
+ (isType && (key == 'buffer' || key == 'byteLength' || key == 'byteOffset')) ||
363
+ // Skip index properties.
364
+ _isIndex(key, length)
365
+ ))) {
366
+ result.push(key);
367
+ }
368
+ }
369
+ return result;
370
+ }
371
+
372
+ var _arrayLikeKeys = arrayLikeKeys;
373
+
374
+ /** Used for built-in method references. */
375
+ var objectProto$1 = Object.prototype;
376
+
377
+ /**
378
+ * Checks if `value` is likely a prototype object.
379
+ *
380
+ * @private
381
+ * @param {*} value The value to check.
382
+ * @returns {boolean} Returns `true` if `value` is a prototype, else `false`.
383
+ */
384
+ function isPrototype(value) {
385
+ var Ctor = value && value.constructor,
386
+ proto = (typeof Ctor == 'function' && Ctor.prototype) || objectProto$1;
387
+
388
+ return value === proto;
389
+ }
390
+
391
+ var _isPrototype = isPrototype;
392
+
393
+ /**
394
+ * Creates a unary function that invokes `func` with its argument transformed.
395
+ *
396
+ * @private
397
+ * @param {Function} func The function to wrap.
398
+ * @param {Function} transform The argument transform.
399
+ * @returns {Function} Returns the new function.
400
+ */
401
+ function overArg(func, transform) {
402
+ return function(arg) {
403
+ return func(transform(arg));
404
+ };
405
+ }
406
+
407
+ var _overArg = overArg;
408
+
409
+ /* Built-in method references for those with the same name as other `lodash` methods. */
410
+ var nativeKeys = _overArg(Object.keys, Object);
411
+
412
+ var _nativeKeys = nativeKeys;
413
+
414
+ /** Used for built-in method references. */
415
+ var objectProto$2 = Object.prototype;
416
+
417
+ /** Used to check objects for own properties. */
418
+ var hasOwnProperty$1 = objectProto$2.hasOwnProperty;
419
+
420
+ /**
421
+ * The base implementation of `_.keys` which doesn't treat sparse arrays as dense.
422
+ *
423
+ * @private
424
+ * @param {Object} object The object to query.
425
+ * @returns {Array} Returns the array of property names.
426
+ */
427
+ function baseKeys(object) {
428
+ if (!_isPrototype(object)) {
429
+ return _nativeKeys(object);
430
+ }
431
+ var result = [];
432
+ for (var key in Object(object)) {
433
+ if (hasOwnProperty$1.call(object, key) && key != 'constructor') {
434
+ result.push(key);
435
+ }
436
+ }
437
+ return result;
438
+ }
439
+
440
+ var _baseKeys = baseKeys;
441
+
442
+ /**
443
+ * Creates an array of the own enumerable property names of `object`.
444
+ *
445
+ * **Note:** Non-object values are coerced to objects. See the
446
+ * [ES spec](http://ecma-international.org/ecma-262/7.0/#sec-object.keys)
447
+ * for more details.
448
+ *
449
+ * @static
450
+ * @since 0.1.0
451
+ * @memberOf _
452
+ * @category Object
453
+ * @param {Object} object The object to query.
454
+ * @returns {Array} Returns the array of property names.
455
+ * @example
456
+ *
457
+ * function Foo() {
458
+ * this.a = 1;
459
+ * this.b = 2;
460
+ * }
461
+ *
462
+ * Foo.prototype.c = 3;
463
+ *
464
+ * _.keys(new Foo);
465
+ * // => ['a', 'b'] (iteration order is not guaranteed)
466
+ *
467
+ * _.keys('hi');
468
+ * // => ['0', '1']
469
+ */
470
+ function keys(object) {
471
+ return isArrayLike_1(object) ? _arrayLikeKeys(object) : _baseKeys(object);
472
+ }
473
+
474
+ var keys_1 = keys;
475
+
476
+ /**
477
+ * Creates an array of the own enumerable string keyed property values of `object`.
478
+ *
479
+ * **Note:** Non-object values are coerced to objects.
480
+ *
481
+ * @static
482
+ * @since 0.1.0
483
+ * @memberOf _
484
+ * @category Object
485
+ * @param {Object} object The object to query.
486
+ * @returns {Array} Returns the array of property values.
487
+ * @example
488
+ *
489
+ * function Foo() {
490
+ * this.a = 1;
491
+ * this.b = 2;
492
+ * }
493
+ *
494
+ * Foo.prototype.c = 3;
495
+ *
496
+ * _.values(new Foo);
497
+ * // => [1, 2] (iteration order is not guaranteed)
498
+ *
499
+ * _.values('hi');
500
+ * // => ['h', 'i']
501
+ */
502
+ function values(object) {
503
+ return object == null ? [] : _baseValues(object, keys_1(object));
504
+ }
505
+
506
+ var values_1 = values;
507
+
508
+ /* Built-in method references for those with the same name as other `lodash` methods. */
509
+ var nativeMax = Math.max;
510
+
511
+ /**
512
+ * Checks if `value` is in `collection`. If `collection` is a string, it's
513
+ * checked for a substring of `value`, otherwise
514
+ * [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero)
515
+ * is used for equality comparisons. If `fromIndex` is negative, it's used as
516
+ * the offset from the end of `collection`.
517
+ *
518
+ * @static
519
+ * @memberOf _
520
+ * @since 0.1.0
521
+ * @category Collection
522
+ * @param {Array|Object|string} collection The collection to inspect.
523
+ * @param {*} value The value to search for.
524
+ * @param {number} [fromIndex=0] The index to search from.
525
+ * @param- {Object} [guard] Enables use as an iteratee for methods like `_.reduce`.
526
+ * @returns {boolean} Returns `true` if `value` is found, else `false`.
527
+ * @example
528
+ *
529
+ * _.includes([1, 2, 3], 1);
530
+ * // => true
531
+ *
532
+ * _.includes([1, 2, 3], 1, 2);
533
+ * // => false
534
+ *
535
+ * _.includes({ 'a': 1, 'b': 2 }, 1);
536
+ * // => true
537
+ *
538
+ * _.includes('abcd', 'bc');
539
+ * // => true
540
+ */
541
+ function includes(collection, value, fromIndex, guard) {
542
+ collection = isArrayLike_1(collection) ? collection : values_1(collection);
543
+ fromIndex = (fromIndex && !guard) ? toInteger_1(fromIndex) : 0;
544
+
545
+ var length = collection.length;
546
+ if (fromIndex < 0) {
547
+ fromIndex = nativeMax(length + fromIndex, 0);
548
+ }
549
+ return isString_1(collection)
550
+ ? (fromIndex <= length && collection.indexOf(value, fromIndex) > -1)
551
+ : (!!length && _baseIndexOf(collection, value, fromIndex) > -1);
552
+ }
553
+
554
+ var includes_1 = includes;
555
+
53
556
  var renderAuthor = function renderAuthor(authorName, authorURL, index, length) {
54
557
  var defaultUrl = arguments.length > 4 && arguments[4] !== undefined ? arguments[4] : 'authors';
55
558
 
@@ -13,8 +13,8 @@ import { l as lib_3 } from './index-3f4dd6f2.js';
13
13
  import 'prop-types';
14
14
  import './moment-49ae13fa.js';
15
15
  import { useRouter } from 'next/router';
16
- import './isSymbol-c1b9be80.js';
17
- import { d as debounce_1 } from './debounce-8cd9e09c.js';
16
+ import './isSymbol-b7b7434f.js';
17
+ import { d as debounce_1 } from './debounce-048d9cb6.js';
18
18
  import { I as InfiniteScroll } from './index.es-29c1cef5.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-c1b9be80.js';
11
+ import './isSymbol-b7b7434f.js';
12
12
  import './stringify-e30bc114.js';
13
13
  import './asyncToGenerator-0379e924.js';
14
14
  import './_set-species-6f64f1c1.js';
15
15
  import './beam-dd2b10c0.js';
16
- import './_arrayMap-a8dd2b2c.js';
17
- import './get-ae817b75.js';
16
+ import './_arrayMap-64cbe0e4.js';
17
+ import './get-0eb56363.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-3f4dd6f2.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-c1b9be80.js';
13
- import './debounce-8cd9e09c.js';
12
+ import './isSymbol-b7b7434f.js';
13
+ import './debounce-048d9cb6.js';
14
14
  import { m as main_36 } from './main-adf6ec37.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-dd2b10c0.js';
20
20
  import './AdSlot.js';
21
- import './_arrayMap-a8dd2b2c.js';
22
- import './get-ae817b75.js';
21
+ import './_arrayMap-64cbe0e4.js';
22
+ import './get-0eb56363.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-49ae13fa.js';
23
23
  import { withRouter } from 'next/router';
24
- import './isSymbol-c1b9be80.js';
25
- import { d as debounce_1 } from './debounce-8cd9e09c.js';
24
+ import './isSymbol-b7b7434f.js';
25
+ import { d as debounce_1 } from './debounce-048d9cb6.js';
26
26
  import { I as InfiniteScroll } from './index.es-29c1cef5.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-dd2b10c0.js';
38
38
  import './AdSlot.js';
39
- import { A as ADInfeed } from './ADInfeed-15266562.js';
39
+ import { A as ADInfeed } from './ADInfeed-cb0d3a09.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-49ae13fa.js';
23
23
  import { withRouter } from 'next/router';
24
- import './isSymbol-c1b9be80.js';
25
- import { d as debounce_1 } from './debounce-8cd9e09c.js';
24
+ import './isSymbol-b7b7434f.js';
25
+ import { d as debounce_1 } from './debounce-048d9cb6.js';
26
26
  import { I as InfiniteScroll } from './index.es-29c1cef5.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_36 } from './main-adf6ec37.js';
32
32
  import { c as clean_html_1 } from './entities-7cc3bf45.js';
33
- import './_arrayMap-a8dd2b2c.js';
34
- import { g as get_1 } from './get-ae817b75.js';
33
+ import './_arrayMap-64cbe0e4.js';
34
+ import { g as get_1 } from './get-0eb56363.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-3f4dd6f2.js';
7
7
  import PropTypes from 'prop-types';
8
- import './isSymbol-c1b9be80.js';
9
- import { d as debounce_1 } from './debounce-8cd9e09c.js';
8
+ import './isSymbol-b7b7434f.js';
9
+ import { d as debounce_1 } from './debounce-048d9cb6.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';
@@ -14,8 +14,8 @@ import './index-3f4dd6f2.js';
14
14
  import 'prop-types';
15
15
  import './moment-49ae13fa.js';
16
16
  import { useRouter } from 'next/router';
17
- import './isSymbol-c1b9be80.js';
18
- import './debounce-8cd9e09c.js';
17
+ import './isSymbol-b7b7434f.js';
18
+ import './debounce-048d9cb6.js';
19
19
  import 'react-dom';
20
20
  import './index-51a80699.js';
21
21
  import './index-5f9f807a.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-49ae13fa.js';
23
23
  import { withRouter } from 'next/router';
24
- import './isSymbol-c1b9be80.js';
25
- import { d as debounce_1 } from './debounce-8cd9e09c.js';
24
+ import './isSymbol-b7b7434f.js';
25
+ import { d as debounce_1 } from './debounce-048d9cb6.js';
26
26
  import { I as InfiniteScroll } from './index.es-29c1cef5.js';
27
27
  import 'react-dom';
28
28
  import { V as VisibilitySensor } from './visibility-sensor-0baa4eea.js';
@@ -36,11 +36,11 @@ import './asyncToGenerator-0379e924.js';
36
36
  import './_set-species-6f64f1c1.js';
37
37
  import './beam-dd2b10c0.js';
38
38
  import './AdSlot.js';
39
- import { A as ADInfeed } from './ADInfeed-15266562.js';
39
+ import { A as ADInfeed } from './ADInfeed-cb0d3a09.js';
40
40
  import { l as lodash } from './lodash-17fdfebb.js';
41
- import { A as ADlgInfeed } from './ADlgInfeed-64346b44.js';
42
- import './_arrayMap-a8dd2b2c.js';
43
- import { g as get_1 } from './get-ae817b75.js';
41
+ import { A as ADlgInfeed } from './ADlgInfeed-353fb56a.js';
42
+ import './_arrayMap-64cbe0e4.js';
43
+ import { g as get_1 } from './get-0eb56363.js';
44
44
  import './AD.js';
45
45
  import { A as AuthorComponent } from './AuthorComponent-158226c9.js';
46
46