@mjhls/mjh-framework 1.0.593 → 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 (79) hide show
  1. package/README.md +1 -1
  2. package/dist/cjs/ArticleQueue.js +296 -25
  3. package/dist/cjs/{AuthorComponent-cb8b8128.js → AuthorComponent-3c79e1ab.js} +2 -2
  4. package/dist/cjs/DeckContent.js +1 -1
  5. package/dist/cjs/DeckQueue.js +1 -1
  6. package/dist/cjs/ExternalResources.js +4 -3
  7. package/dist/cjs/ForbesHero.js +1 -1
  8. package/dist/cjs/GridContent.js +2 -2
  9. package/dist/cjs/GridHero.js +1 -1
  10. package/dist/cjs/InscreenSensor-e45e95e3.js +85 -0
  11. package/dist/cjs/IssueContentDeck.js +1 -1
  12. package/dist/cjs/IssueLanding.js +1 -1
  13. package/dist/cjs/MasterDeck.js +1 -1
  14. package/dist/cjs/OncliveLargeHero.js +1 -1
  15. package/dist/cjs/PartnerDetailListing.js +3 -3
  16. package/dist/cjs/QueueDeckExpanded.js +1 -1
  17. package/dist/cjs/RecentNews.js +93 -0
  18. package/dist/cjs/VideoSeriesListing.js +1 -1
  19. package/dist/cjs/View.js +234 -120
  20. package/dist/cjs/YahooHero.js +1 -1
  21. package/dist/cjs/getQuery.js +3 -5
  22. package/dist/cjs/getRelatedArticle.js +4 -6
  23. package/dist/cjs/getSerializers.js +31 -8305
  24. package/dist/cjs/getSeriesDetail.js +0 -1
  25. package/dist/cjs/index-e7f86168.js +8562 -0
  26. package/dist/cjs/index.js +7 -7
  27. package/dist/cjs/{inherits-14962339.js → inherits-93684212.js} +4 -4
  28. package/dist/esm/AD.js +1 -1
  29. package/dist/esm/AD300x250.js +2 -2
  30. package/dist/esm/AD300x250x600.js +2 -2
  31. package/dist/esm/AD728x90.js +2 -2
  32. package/dist/esm/ADFloatingFooter.js +2 -2
  33. package/dist/esm/ADGutter.js +2 -2
  34. package/dist/esm/ADSkyscraper.js +2 -2
  35. package/dist/esm/ADSponsoredResources.js +2 -2
  36. package/dist/esm/ADWebcast.js +2 -2
  37. package/dist/esm/ADWelcome.js +2 -2
  38. package/dist/esm/AdSlot.js +2 -2
  39. package/dist/esm/ArticleQueue.js +287 -16
  40. package/dist/esm/{AuthorComponent-158226c9.js → AuthorComponent-357dbee9.js} +2 -2
  41. package/dist/esm/CMEDeck.js +2 -2
  42. package/dist/esm/Column2.js +3 -3
  43. package/dist/esm/Column3.js +4 -4
  44. package/dist/esm/DeckContent.js +3 -3
  45. package/dist/esm/DeckQueue.js +4 -4
  46. package/dist/esm/{Dfp-ae9336e2.js → Dfp-56444b73.js} +2 -2
  47. package/dist/esm/ExternalResources.js +4 -3
  48. package/dist/esm/ForbesHero.js +1 -1
  49. package/dist/esm/GridContent.js +7 -7
  50. package/dist/esm/GridHero.js +1 -1
  51. package/dist/esm/InscreenSensor-beb2ec79.js +80 -0
  52. package/dist/esm/IssueContentDeck.js +1 -1
  53. package/dist/esm/IssueLanding.js +5 -5
  54. package/dist/esm/LeftNav.js +2 -2
  55. package/dist/esm/MasterDeck.js +4 -4
  56. package/dist/esm/OncliveLargeHero.js +1 -1
  57. package/dist/esm/PartnerDetailListing.js +6 -6
  58. package/dist/esm/QueueDeckExpanded.js +5 -5
  59. package/dist/esm/RecentNews.js +88 -0
  60. package/dist/esm/SideFooter.js +3 -3
  61. package/dist/esm/TemplateNormal.js +4 -4
  62. package/dist/esm/VideoSeriesListing.js +2 -2
  63. package/dist/esm/View.js +224 -110
  64. package/dist/esm/YahooHero.js +1 -1
  65. package/dist/esm/{_arrayMap-64cbe0e4.js → _arrayMap-818441dd.js} +1 -1
  66. package/dist/esm/{debounce-048d9cb6.js → debounce-a0d9abca.js} +1 -1
  67. package/dist/esm/{get-0eb56363.js → get-58d2f7cc.js} +2 -2
  68. package/dist/esm/getQuery.js +3 -5
  69. package/dist/esm/getRelatedArticle.js +4 -6
  70. package/dist/esm/getSerializers.js +29 -8303
  71. package/dist/esm/getSeriesDetail.js +0 -1
  72. package/dist/esm/index-91506c27.js +8555 -0
  73. package/dist/esm/index.js +10 -10
  74. package/dist/esm/{isSymbol-b7b7434f.js → isSymbol-47f5ff3b.js} +1 -1
  75. package/package.json +1 -1
  76. package/dist/cjs/InscreenSensor-3aec8492.js +0 -361
  77. package/dist/esm/InscreenSensor-280b2b10.js +0 -352
  78. /package/dist/esm/{ADInfeed-c7dba95f.js → ADInfeed-cecd42e8.js} +0 -0
  79. /package/dist/esm/{ADlgInfeed-8bfd6d58.js → ADlgInfeed-234ba767.js} +0 -0
package/dist/cjs/index.js CHANGED
@@ -12,7 +12,7 @@ require('./toConsumableArray-ca04303b.js');
12
12
  require('./_object-pie-68c5bcbc.js');
13
13
  require('./extends-60837c34.js');
14
14
  require('./_object-sap-5e74ba08.js');
15
- require('./inherits-14962339.js');
15
+ require('./inherits-93684212.js');
16
16
  require('./web.dom.iterable-43c3e277.js');
17
17
  require('./typeof-1869832c.js');
18
18
  require('./_is-array-754e012d.js');
@@ -47,7 +47,7 @@ require('./ADlgInfeed-070d911c.js');
47
47
  require('./_arrayMap-3b4a0f75.js');
48
48
  require('./get-5dfcdc33.js');
49
49
  var AD = require('./AD.js');
50
- require('./AuthorComponent-cb8b8128.js');
50
+ require('./AuthorComponent-3c79e1ab.js');
51
51
  var GridContent = require('./GridContent.js');
52
52
  var DeckQueue = require('./DeckQueue.js');
53
53
  require('react-bootstrap/Media');
@@ -75,7 +75,7 @@ require('./index-5be2866f.js');
75
75
  require('./js.cookie-a511c430.js');
76
76
  var EventsDeck = require('./EventsDeck.js');
77
77
  var CMEDeck = require('./CMEDeck.js');
78
- var getSerializers = require('./getSerializers.js');
78
+ var getSerializers = require('./index-e7f86168.js');
79
79
  require('./util-f2c1b65b.js');
80
80
  require('./brightcove-react-player-loader.es-156bd4d6.js');
81
81
  require('react-bootstrap/Pagination');
@@ -143,7 +143,7 @@ var IssueLanding = require('./IssueLanding.js');
143
143
  require('react-bootstrap/Modal');
144
144
  var PopUpModal = require('./PopUpModal.js');
145
145
  var ArticleQueue = require('./ArticleQueue.js');
146
- require('./InscreenSensor-3aec8492.js');
146
+ require('./InscreenSensor-e45e95e3.js');
147
147
  var getKeywords = require('./getKeywords.js');
148
148
  var RelatedContent = require('./RelatedContent.js');
149
149
  var ForbesHero = require('./ForbesHero.js');
@@ -164,8 +164,8 @@ var Auth = require('./Auth.js');
164
164
  require('swr');
165
165
  require('passport-local');
166
166
  require('mysql');
167
- var View = require('./View.js');
168
167
  var getTargeting = require('./getTargeting-b15993cb.js');
168
+ var View = require('./View.js');
169
169
  var urlFor = require('./urlFor.js');
170
170
  require('react-twitter-embed');
171
171
  var PartnerDetailListing = require('./PartnerDetailListing.js');
@@ -192,7 +192,7 @@ exports.IssueDeck = IssueDeck;
192
192
  exports.IssueContentDeck = IssueContentDeck;
193
193
  exports.EventsDeck = EventsDeck;
194
194
  exports.CMEDeck = CMEDeck;
195
- exports.getSerializers = getSerializers;
195
+ exports.getSerializers = getSerializers.getSerializers;
196
196
  exports.ExternalResources = ExternalResources;
197
197
  exports.Column1 = Column1.Column1;
198
198
  exports.SideFooter = SideFooter;
@@ -251,7 +251,7 @@ exports.SetCookie = SetCookie;
251
251
  exports.getQuery = getQuery;
252
252
  exports.getRelatedArticle = getRelatedArticle;
253
253
  exports.Auth = Auth.default;
254
- exports.View = View;
255
254
  exports.getTargeting = getTargeting.getTargeting;
255
+ exports.View = View;
256
256
  exports.urlFor = urlFor;
257
257
  exports.PartnerDetailListing = PartnerDetailListing;
@@ -4,7 +4,7 @@ var _commonjsHelpers = require('./_commonjsHelpers-06173234.js');
4
4
  var _toObject = require('./_to-object-329a650b.js');
5
5
  var core_getIteratorMethod = require('./core.get-iterator-method-41e87ec1.js');
6
6
  var _objectSap = require('./_object-sap-5e74ba08.js');
7
- var _typeof$1 = require('./typeof-1869832c.js');
7
+ var _typeof = require('./typeof-1869832c.js');
8
8
 
9
9
  // 19.1.2.9 Object.getPrototypeOf(O)
10
10
 
@@ -88,7 +88,7 @@ exports.__esModule = true;
88
88
 
89
89
 
90
90
 
91
- var _typeof3 = _interopRequireDefault(_typeof$1._typeof_1);
91
+ var _typeof3 = _interopRequireDefault(_typeof._typeof_1);
92
92
 
93
93
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
94
94
 
@@ -115,7 +115,7 @@ var _setProto = {
115
115
  set: Object.setPrototypeOf || ('__proto__' in {} ? // eslint-disable-line
116
116
  function (test, buggy, set) {
117
117
  try {
118
- set = _toObject._ctx(Function.call, _typeof$1._objectGopd.f(Object.prototype, '__proto__').set, 2);
118
+ set = _toObject._ctx(Function.call, _typeof._objectGopd.f(Object.prototype, '__proto__').set, 2);
119
119
  set(test, []);
120
120
  buggy = !(test instanceof Array);
121
121
  } catch (e) { buggy = true; }
@@ -169,7 +169,7 @@ var _create2 = _interopRequireDefault(create$1);
169
169
 
170
170
 
171
171
 
172
- var _typeof3 = _interopRequireDefault(_typeof$1._typeof_1);
172
+ var _typeof3 = _interopRequireDefault(_typeof._typeof_1);
173
173
 
174
174
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
175
175
 
package/dist/esm/AD.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import React__default, { Suspense } from 'react';
2
2
 
3
3
  var Dfp = React__default.lazy(function () {
4
- return import('./Dfp-ae9336e2.js');
4
+ return import('./Dfp-56444b73.js');
5
5
  });
6
6
 
7
7
  var AD = function AD(props) {
@@ -7,8 +7,8 @@ import './web.dom.iterable-46c95e52.js';
7
7
  import React__default 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 { m as main_39 } from './main-7255814e.js';
13
13
  import './slicedToArray-f1e40361.js';
14
14
  import { _ as _JSON$stringify } from './stringify-e30bc114.js';
@@ -7,8 +7,8 @@ import './web.dom.iterable-46c95e52.js';
7
7
  import React__default 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 { m as main_39 } from './main-7255814e.js';
13
13
  import './slicedToArray-f1e40361.js';
14
14
  import { _ as _JSON$stringify } from './stringify-e30bc114.js';
@@ -7,8 +7,8 @@ import './web.dom.iterable-46c95e52.js';
7
7
  import React__default 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 { m as main_39 } from './main-7255814e.js';
13
13
  import './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, 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 { _ as _JSON$stringify } from './stringify-e30bc114.js';
@@ -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, 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, 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, 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, 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';
@@ -33,13 +33,14 @@ import './asyncToGenerator-0379e924.js';
33
33
  import './_set-species-6f64f1c1.js';
34
34
  import './beam-a25bd8fd.js';
35
35
  import DFPAdSlot from './AdSlot.js';
36
- import { i as isFunction_1, a as isArray_1, _ as _arrayMap } from './_arrayMap-64cbe0e4.js';
36
+ import './lodash-17fdfebb.js';
37
+ import { i as isFunction_1, a as isArray_1, _ as _arrayMap } from './_arrayMap-818441dd.js';
37
38
  import { B as BlockContent } from './BlockContent-a614acdf.js';
38
39
  import './smoothscroll-4b699764.js';
39
40
  import './GroupDeck.js';
40
41
  import 'react-bootstrap';
41
42
  import 'react-bootstrap/Button';
42
- import getSerializers from './getSerializers.js';
43
+ import { g as getSerializers } from './index-91506c27.js';
43
44
  import './util-7700fc59.js';
44
45
  import './brightcove-react-player-loader.es-83f53e4e.js';
45
46
  import 'react-bootstrap/Pagination';
@@ -48,7 +49,7 @@ import 'react-share';
48
49
  import SocialShare from './SocialShare.js';
49
50
  import { _ as _Object$keys } from './keys-04cdec91.js';
50
51
  import Dropdown from 'react-bootstrap/Dropdown';
51
- 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';
52
53
  import getKeywords from './getKeywords.js';
53
54
 
54
55
  /**
@@ -130,6 +131,42 @@ function baseIndexOf(array, value, fromIndex) {
130
131
 
131
132
  var _baseIndexOf = baseIndexOf;
132
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
+
133
170
  /**
134
171
  * Checks if `value` is array-like. A value is considered array-like if it's
135
172
  * not a function and has a `value.length` that's an integer greater than or
@@ -303,8 +340,115 @@ function baseTimes(n, iteratee) {
303
340
 
304
341
  var _baseTimes = baseTimes;
305
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
+
306
450
  /** Used as references for various `Number` constants. */
307
- var MAX_SAFE_INTEGER = 9007199254740991;
451
+ var MAX_SAFE_INTEGER$1 = 9007199254740991;
308
452
 
309
453
  /** Used to detect unsigned integer values. */
310
454
  var reIsUint = /^(?:0|[1-9]\d*)$/;
@@ -319,7 +463,7 @@ var reIsUint = /^(?:0|[1-9]\d*)$/;
319
463
  */
320
464
  function isIndex(value, length) {
321
465
  var type = typeof value;
322
- length = length == null ? MAX_SAFE_INTEGER : length;
466
+ length = length == null ? MAX_SAFE_INTEGER$1 : length;
323
467
 
324
468
  return !!length &&
325
469
  (type == 'number' ||
@@ -329,11 +473,138 @@ function isIndex(value, length) {
329
473
 
330
474
  var _isIndex = isIndex;
331
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
+
332
603
  /** Used for built-in method references. */
333
- var objectProto = Object.prototype;
604
+ var objectProto$1 = Object.prototype;
334
605
 
335
606
  /** Used to check objects for own properties. */
336
- var hasOwnProperty = objectProto.hasOwnProperty;
607
+ var hasOwnProperty$1 = objectProto$1.hasOwnProperty;
337
608
 
338
609
  /**
339
610
  * Creates an array of the enumerable property names of the array-like `value`.
@@ -353,7 +624,7 @@ function arrayLikeKeys(value, inherited) {
353
624
  length = result.length;
354
625
 
355
626
  for (var key in value) {
356
- if ((inherited || hasOwnProperty.call(value, key)) &&
627
+ if ((inherited || hasOwnProperty$1.call(value, key)) &&
357
628
  !(skipIndexes && (
358
629
  // Safari 9 has enumerable `arguments.length` in strict mode.
359
630
  key == 'length' ||
@@ -373,7 +644,7 @@ function arrayLikeKeys(value, inherited) {
373
644
  var _arrayLikeKeys = arrayLikeKeys;
374
645
 
375
646
  /** Used for built-in method references. */
376
- var objectProto$1 = Object.prototype;
647
+ var objectProto$2 = Object.prototype;
377
648
 
378
649
  /**
379
650
  * Checks if `value` is likely a prototype object.
@@ -384,7 +655,7 @@ var objectProto$1 = Object.prototype;
384
655
  */
385
656
  function isPrototype(value) {
386
657
  var Ctor = value && value.constructor,
387
- proto = (typeof Ctor == 'function' && Ctor.prototype) || objectProto$1;
658
+ proto = (typeof Ctor == 'function' && Ctor.prototype) || objectProto$2;
388
659
 
389
660
  return value === proto;
390
661
  }
@@ -413,10 +684,10 @@ var nativeKeys = _overArg(Object.keys, Object);
413
684
  var _nativeKeys = nativeKeys;
414
685
 
415
686
  /** Used for built-in method references. */
416
- var objectProto$2 = Object.prototype;
687
+ var objectProto$3 = Object.prototype;
417
688
 
418
689
  /** Used to check objects for own properties. */
419
- var hasOwnProperty$1 = objectProto$2.hasOwnProperty;
690
+ var hasOwnProperty$2 = objectProto$3.hasOwnProperty;
420
691
 
421
692
  /**
422
693
  * The base implementation of `_.keys` which doesn't treat sparse arrays as dense.
@@ -431,7 +702,7 @@ function baseKeys(object) {
431
702
  }
432
703
  var result = [];
433
704
  for (var key in Object(object)) {
434
- if (hasOwnProperty$1.call(object, key) && key != 'constructor') {
705
+ if (hasOwnProperty$2.call(object, key) && key != 'constructor') {
435
706
  result.push(key);
436
707
  }
437
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';