@mjhls/mjh-framework 1.0.720-beta.0 → 1.0.720-navigation-scroll-fix-v1

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 (102) hide show
  1. package/dist/cjs/ArticleCarousel.js +1 -1
  2. package/dist/cjs/ArticleProgramLandingPage.js +6 -6
  3. package/dist/cjs/ArticleSeriesLandingPage.js +3 -3
  4. package/dist/cjs/ArticleSeriesListing.js +2 -2
  5. package/dist/cjs/Auth.js +11 -211
  6. package/dist/cjs/{BlockContent-091a991f.js → BlockContent-80b15fac.js} +1 -1
  7. package/dist/cjs/ConferenceArticleCard.js +1 -1
  8. package/dist/cjs/DeckContent.js +2 -2
  9. package/dist/cjs/DeckQueue.js +2 -2
  10. package/dist/cjs/ExternalResources.js +4 -4
  11. package/dist/cjs/Feature.js +1 -1
  12. package/dist/cjs/ForbesHero.js +1 -1
  13. package/dist/cjs/GridContent.js +3 -3
  14. package/dist/cjs/GridHero.js +1 -1
  15. package/dist/cjs/GroupDeck.js +1 -1
  16. package/dist/cjs/HamMagazine.js +8 -7
  17. package/dist/cjs/Hero.js +1 -1
  18. package/dist/cjs/HorizontalArticleListing.js +4 -4
  19. package/dist/cjs/HorizontalHero.js +1 -1
  20. package/dist/cjs/IssueContentDeck.js +1 -1
  21. package/dist/cjs/IssueDeck.js +1 -1
  22. package/dist/cjs/IssueLanding.js +2 -2
  23. package/dist/cjs/MasterDeck.js +3 -3
  24. package/dist/cjs/OncliveHero.js +1 -1
  25. package/dist/cjs/OncliveLargeHero.js +1 -1
  26. package/dist/cjs/PartnerDetailListing.js +7 -7
  27. package/dist/cjs/PublicationDeck.js +2 -2
  28. package/dist/cjs/QueueDeckExpanded.js +2 -2
  29. package/dist/cjs/RecentNews.js +1 -1
  30. package/dist/cjs/RelatedContent.js +1 -1
  31. package/dist/cjs/TaxonomyCard.js +2 -2
  32. package/dist/cjs/TaxonomyDescription.js +4 -4
  33. package/dist/cjs/ThumbnailCard.js +1 -1
  34. package/dist/cjs/VerticalHero.js +1 -1
  35. package/dist/cjs/VideoProgramLandingPage.js +6 -6
  36. package/dist/cjs/VideoSeriesCard.js +3 -3
  37. package/dist/cjs/VideoSeriesLandingPage.js +5 -5
  38. package/dist/cjs/VideoSeriesListing.js +2 -2
  39. package/dist/cjs/View.js +32 -32
  40. package/dist/cjs/YahooHero.js +1 -1
  41. package/dist/cjs/YoutubeGroup.js +9 -11
  42. package/dist/cjs/getRelatedArticle.js +416 -5
  43. package/dist/cjs/getSerializers.js +4 -4
  44. package/dist/cjs/{getTargeting-9af0ef69.js → getTargeting-fee8c429.js} +2 -2
  45. package/dist/cjs/getTargeting.js +1 -1
  46. package/dist/cjs/{index-be0c82be.js → index-39beccb3.js} +2 -1
  47. package/dist/cjs/{index-792274b1.js → index-a2ecf598.js} +451 -439
  48. package/dist/cjs/index-bd6c9f56.js +211 -0
  49. package/dist/cjs/index.js +9 -9
  50. package/dist/cjs/{inherits-c9f99d47.js → inherits-513d81cd.js} +4 -4
  51. package/dist/cjs/{lodash-fc2922d0.js → lodash-7fd85bcf.js} +71 -22
  52. package/dist/cjs/urlFor.js +1 -1
  53. package/dist/esm/ArticleCarousel.js +1 -1
  54. package/dist/esm/ArticleProgramLandingPage.js +3 -3
  55. package/dist/esm/ArticleSeriesLandingPage.js +2 -2
  56. package/dist/esm/ArticleSeriesListing.js +1 -1
  57. package/dist/esm/Auth.js +3 -203
  58. package/dist/esm/{BlockContent-e9b4ddcf.js → BlockContent-c409aca5.js} +1 -1
  59. package/dist/esm/ConferenceArticleCard.js +1 -1
  60. package/dist/esm/DeckContent.js +1 -1
  61. package/dist/esm/DeckQueue.js +1 -1
  62. package/dist/esm/ExternalResources.js +3 -3
  63. package/dist/esm/Feature.js +1 -1
  64. package/dist/esm/ForbesHero.js +1 -1
  65. package/dist/esm/GridContent.js +2 -2
  66. package/dist/esm/GridHero.js +1 -1
  67. package/dist/esm/GroupDeck.js +1 -1
  68. package/dist/esm/HamMagazine.js +8 -7
  69. package/dist/esm/Hero.js +1 -1
  70. package/dist/esm/HorizontalArticleListing.js +3 -3
  71. package/dist/esm/HorizontalHero.js +1 -1
  72. package/dist/esm/IssueContentDeck.js +1 -1
  73. package/dist/esm/IssueDeck.js +1 -1
  74. package/dist/esm/IssueLanding.js +2 -2
  75. package/dist/esm/MasterDeck.js +2 -2
  76. package/dist/esm/OncliveHero.js +1 -1
  77. package/dist/esm/OncliveLargeHero.js +1 -1
  78. package/dist/esm/PartnerDetailListing.js +4 -4
  79. package/dist/esm/PublicationDeck.js +2 -2
  80. package/dist/esm/QueueDeckExpanded.js +2 -2
  81. package/dist/esm/RecentNews.js +1 -1
  82. package/dist/esm/RelatedContent.js +1 -1
  83. package/dist/esm/TaxonomyCard.js +2 -2
  84. package/dist/esm/TaxonomyDescription.js +3 -3
  85. package/dist/esm/ThumbnailCard.js +1 -1
  86. package/dist/esm/VerticalHero.js +1 -1
  87. package/dist/esm/VideoProgramLandingPage.js +3 -3
  88. package/dist/esm/VideoSeriesCard.js +1 -1
  89. package/dist/esm/VideoSeriesLandingPage.js +2 -2
  90. package/dist/esm/VideoSeriesListing.js +1 -1
  91. package/dist/esm/View.js +5 -5
  92. package/dist/esm/YahooHero.js +1 -1
  93. package/dist/esm/YoutubeGroup.js +9 -11
  94. package/dist/esm/getRelatedArticle.js +416 -5
  95. package/dist/esm/getSerializers.js +3 -3
  96. package/dist/esm/{index-c3a5ff39.js → index-2749e7d8.js} +450 -438
  97. package/dist/esm/{index-73819142.js → index-3849e3fe.js} +2 -1
  98. package/dist/esm/index-db3bb315.js +207 -0
  99. package/dist/esm/index.js +6 -6
  100. package/dist/esm/{lodash-17fdfebb.js → lodash-ec8c6b48.js} +71 -22
  101. package/dist/esm/urlFor.js +1 -1
  102. package/package.json +3 -3
package/dist/esm/Auth.js CHANGED
@@ -15,6 +15,7 @@ import { a as _asyncToGenerator, r as regenerator } from './asyncToGenerator-502
15
15
  import './_set-species-3f8319f5.js';
16
16
  import { Col, Form, Button, Spinner } from 'react-bootstrap';
17
17
  import { u as util } from './util-7700fc59.js';
18
+ import { s as serialize_1, p as parse_1 } from './index-db3bb315.js';
18
19
  import useSWR from 'swr';
19
20
  import Local from 'passport-local';
20
21
  import mysql from 'mysql';
@@ -1202,207 +1203,6 @@ var SignupForm$1 = function SignupForm(props) {
1202
1203
  );
1203
1204
  };
1204
1205
 
1205
- /*!
1206
- * cookie
1207
- * Copyright(c) 2012-2014 Roman Shtylman
1208
- * Copyright(c) 2015 Douglas Christopher Wilson
1209
- * MIT Licensed
1210
- */
1211
-
1212
- /**
1213
- * Module exports.
1214
- * @public
1215
- */
1216
-
1217
- var parse_1 = parse;
1218
- var serialize_1 = serialize;
1219
-
1220
- /**
1221
- * Module variables.
1222
- * @private
1223
- */
1224
-
1225
- var decode = decodeURIComponent;
1226
- var encode = encodeURIComponent;
1227
- var pairSplitRegExp = /; */;
1228
-
1229
- /**
1230
- * RegExp to match field-content in RFC 7230 sec 3.2
1231
- *
1232
- * field-content = field-vchar [ 1*( SP / HTAB ) field-vchar ]
1233
- * field-vchar = VCHAR / obs-text
1234
- * obs-text = %x80-FF
1235
- */
1236
-
1237
- var fieldContentRegExp = /^[\u0009\u0020-\u007e\u0080-\u00ff]+$/;
1238
-
1239
- /**
1240
- * Parse a cookie header.
1241
- *
1242
- * Parse the given cookie header string into an object
1243
- * The object has the various cookies as keys(names) => values
1244
- *
1245
- * @param {string} str
1246
- * @param {object} [options]
1247
- * @return {object}
1248
- * @public
1249
- */
1250
-
1251
- function parse(str, options) {
1252
- if (typeof str !== 'string') {
1253
- throw new TypeError('argument str must be a string');
1254
- }
1255
-
1256
- var obj = {};
1257
- var opt = options || {};
1258
- var pairs = str.split(pairSplitRegExp);
1259
- var dec = opt.decode || decode;
1260
-
1261
- for (var i = 0; i < pairs.length; i++) {
1262
- var pair = pairs[i];
1263
- var eq_idx = pair.indexOf('=');
1264
-
1265
- // skip things that don't look like key=value
1266
- if (eq_idx < 0) {
1267
- continue;
1268
- }
1269
-
1270
- var key = pair.substr(0, eq_idx).trim();
1271
- var val = pair.substr(++eq_idx, pair.length).trim();
1272
-
1273
- // quoted values
1274
- if ('"' == val[0]) {
1275
- val = val.slice(1, -1);
1276
- }
1277
-
1278
- // only assign once
1279
- if (undefined == obj[key]) {
1280
- obj[key] = tryDecode(val, dec);
1281
- }
1282
- }
1283
-
1284
- return obj;
1285
- }
1286
-
1287
- /**
1288
- * Serialize data into a cookie header.
1289
- *
1290
- * Serialize the a name value pair into a cookie string suitable for
1291
- * http headers. An optional options object specified cookie parameters.
1292
- *
1293
- * serialize('foo', 'bar', { httpOnly: true })
1294
- * => "foo=bar; httpOnly"
1295
- *
1296
- * @param {string} name
1297
- * @param {string} val
1298
- * @param {object} [options]
1299
- * @return {string}
1300
- * @public
1301
- */
1302
-
1303
- function serialize(name, val, options) {
1304
- var opt = options || {};
1305
- var enc = opt.encode || encode;
1306
-
1307
- if (typeof enc !== 'function') {
1308
- throw new TypeError('option encode is invalid');
1309
- }
1310
-
1311
- if (!fieldContentRegExp.test(name)) {
1312
- throw new TypeError('argument name is invalid');
1313
- }
1314
-
1315
- var value = enc(val);
1316
-
1317
- if (value && !fieldContentRegExp.test(value)) {
1318
- throw new TypeError('argument val is invalid');
1319
- }
1320
-
1321
- var str = name + '=' + value;
1322
-
1323
- if (null != opt.maxAge) {
1324
- var maxAge = opt.maxAge - 0;
1325
-
1326
- if (isNaN(maxAge) || !isFinite(maxAge)) {
1327
- throw new TypeError('option maxAge is invalid')
1328
- }
1329
-
1330
- str += '; Max-Age=' + Math.floor(maxAge);
1331
- }
1332
-
1333
- if (opt.domain) {
1334
- if (!fieldContentRegExp.test(opt.domain)) {
1335
- throw new TypeError('option domain is invalid');
1336
- }
1337
-
1338
- str += '; Domain=' + opt.domain;
1339
- }
1340
-
1341
- if (opt.path) {
1342
- if (!fieldContentRegExp.test(opt.path)) {
1343
- throw new TypeError('option path is invalid');
1344
- }
1345
-
1346
- str += '; Path=' + opt.path;
1347
- }
1348
-
1349
- if (opt.expires) {
1350
- if (typeof opt.expires.toUTCString !== 'function') {
1351
- throw new TypeError('option expires is invalid');
1352
- }
1353
-
1354
- str += '; Expires=' + opt.expires.toUTCString();
1355
- }
1356
-
1357
- if (opt.httpOnly) {
1358
- str += '; HttpOnly';
1359
- }
1360
-
1361
- if (opt.secure) {
1362
- str += '; Secure';
1363
- }
1364
-
1365
- if (opt.sameSite) {
1366
- var sameSite = typeof opt.sameSite === 'string'
1367
- ? opt.sameSite.toLowerCase() : opt.sameSite;
1368
-
1369
- switch (sameSite) {
1370
- case true:
1371
- str += '; SameSite=Strict';
1372
- break;
1373
- case 'lax':
1374
- str += '; SameSite=Lax';
1375
- break;
1376
- case 'strict':
1377
- str += '; SameSite=Strict';
1378
- break;
1379
- case 'none':
1380
- str += '; SameSite=None';
1381
- break;
1382
- default:
1383
- throw new TypeError('option sameSite is invalid');
1384
- }
1385
- }
1386
-
1387
- return str;
1388
- }
1389
-
1390
- /**
1391
- * Try decoding a string using a decoding function.
1392
- *
1393
- * @param {string} str
1394
- * @param {function} decode
1395
- * @private
1396
- */
1397
-
1398
- function tryDecode(str, decode) {
1399
- try {
1400
- return decode(str);
1401
- } catch (e) {
1402
- return str;
1403
- }
1404
- }
1405
-
1406
1206
  var TOKEN_NAME = 'token';
1407
1207
  var MAX_AGE = 60 * 60 * 8; // 8 hours
1408
1208
 
@@ -2521,8 +2321,8 @@ var CreateDataProperty = function CreateDataProperty(O, P, V) {
2521
2321
  throw new $TypeError$4('Assertion failed: IsPropertyKey(P) is not true');
2522
2322
  }
2523
2323
  var oldDesc = OrdinaryGetOwnProperty(O, P);
2524
- var extensible = oldDesc || IsExtensible(O);
2525
- var immutable = oldDesc && (!oldDesc.writable || !oldDesc.configurable);
2324
+ var extensible = !oldDesc || IsExtensible(O);
2325
+ var immutable = oldDesc && (!oldDesc['[[Writable]]'] || !oldDesc['[[Configurable]]']);
2526
2326
  if (immutable || !extensible) {
2527
2327
  return false;
2528
2328
  }
@@ -1,6 +1,6 @@
1
1
  import React__default from 'react';
2
2
  import PropTypes from 'prop-types';
3
- import { n as node } from './index-73819142.js';
3
+ import { n as node } from './index-3849e3fe.js';
4
4
 
5
5
  /*
6
6
  object-assign
@@ -1,7 +1,7 @@
1
1
  import './_commonjsHelpers-0c4b6f40.js';
2
2
  import React__default from 'react';
3
3
  import { m as moment } from './moment-e2f9b20c.js';
4
- import { i as imageUrlBuilder } from './index-73819142.js';
4
+ import { i as imageUrlBuilder } from './index-3849e3fe.js';
5
5
 
6
6
  /*
7
7
  Example usage - targetedonc.com/latest-conference
@@ -27,7 +27,7 @@ import { d as debounce_1 } from './debounce-1a993acf.js';
27
27
  import { I as InfiniteScroll } from './index.es-29c1cef5.js';
28
28
  import 'react-dom';
29
29
  import { V as VisibilitySensor } from './visibility-sensor-0baa4eea.js';
30
- import { i as imageUrlBuilder } from './index-73819142.js';
30
+ import { i as imageUrlBuilder } from './index-3849e3fe.js';
31
31
  import { L as LazyLoad } from './index-5f9f807a.js';
32
32
  import { m as main_36 } from './main-e4a934b2.js';
33
33
  import { c as clean_html_1 } from './entities-7cc3bf45.js';
@@ -27,7 +27,7 @@ import { d as debounce_1 } from './debounce-1a993acf.js';
27
27
  import { I as InfiniteScroll } from './index.es-29c1cef5.js';
28
28
  import 'react-dom';
29
29
  import { V as VisibilitySensor } from './visibility-sensor-0baa4eea.js';
30
- import { i as imageUrlBuilder } from './index-73819142.js';
30
+ import { i as imageUrlBuilder } from './index-3849e3fe.js';
31
31
  import { L as LazyLoad } from './index-5f9f807a.js';
32
32
  import { m as main_36 } from './main-e4a934b2.js';
33
33
  import { c as clean_html_1 } from './entities-7cc3bf45.js';
@@ -23,7 +23,7 @@ import { useRouter } from 'next/router';
23
23
  import './isSymbol-807e927e.js';
24
24
  import './debounce-1a993acf.js';
25
25
  import 'react-dom';
26
- import './index-73819142.js';
26
+ import './index-3849e3fe.js';
27
27
  import './index-5f9f807a.js';
28
28
  import './main-e4a934b2.js';
29
29
  import './entities-7cc3bf45.js';
@@ -34,14 +34,14 @@ import './_set-species-3f8319f5.js';
34
34
  import './Segment.js';
35
35
  import './Beam.js';
36
36
  import './AdSlot.js';
37
- import { B as BlockContent } from './BlockContent-e9b4ddcf.js';
37
+ import { B as BlockContent } from './BlockContent-c409aca5.js';
38
38
  import './index-c7e2ac95.js';
39
39
  import './smoothscroll-0cd4c7a6.js';
40
40
  import './GroupDeck.js';
41
41
  import 'react-bootstrap';
42
42
  import './iconBase-602d52fe.js';
43
43
  import './index.esm-29e48d38.js';
44
- import { g as getSerializers } from './index-c3a5ff39.js';
44
+ import { g as getSerializers } from './index-2749e7d8.js';
45
45
  import './util-7700fc59.js';
46
46
  import './brightcove-react-player-loader.es-83f53e4e.js';
47
47
  import './_object-to-array-7e804fce.js';
@@ -1,6 +1,6 @@
1
1
  import './_commonjsHelpers-0c4b6f40.js';
2
2
  import React__default from 'react';
3
- import { i as imageUrlBuilder } from './index-73819142.js';
3
+ import { i as imageUrlBuilder } from './index-3849e3fe.js';
4
4
  import { m as main_36 } from './main-e4a934b2.js';
5
5
  import Carousel from 'react-bootstrap/Carousel';
6
6
 
@@ -7,7 +7,7 @@ import React__default from 'react';
7
7
  import 'prop-types';
8
8
  import { m as moment } from './moment-e2f9b20c.js';
9
9
  import 'react-dom';
10
- import { i as imageUrlBuilder } from './index-73819142.js';
10
+ import { i as imageUrlBuilder } from './index-3849e3fe.js';
11
11
  import { L as LazyLoad } from './index-5f9f807a.js';
12
12
  import './slicedToArray-641f241f.js';
13
13
  import { A as AuthorComponent } from './AuthorComponent-34b16174.js';
@@ -27,7 +27,7 @@ import { d as debounce_1 } from './debounce-1a993acf.js';
27
27
  import { I as InfiniteScroll } from './index.es-29c1cef5.js';
28
28
  import 'react-dom';
29
29
  import { V as VisibilitySensor } from './visibility-sensor-0baa4eea.js';
30
- import { i as imageUrlBuilder } from './index-73819142.js';
30
+ import { i as imageUrlBuilder } from './index-3849e3fe.js';
31
31
  import { L as LazyLoad } from './index-5f9f807a.js';
32
32
  import { m as main_36 } from './main-e4a934b2.js';
33
33
  import { c as clean_html_1 } from './entities-7cc3bf45.js';
@@ -39,7 +39,7 @@ import './Segment.js';
39
39
  import './Beam.js';
40
40
  import './AdSlot.js';
41
41
  import { A as ADInfeed } from './ADInfeed-bb62ee44.js';
42
- import { l as lodash } from './lodash-17fdfebb.js';
42
+ import { l as lodash } from './lodash-ec8c6b48.js';
43
43
  import { A as ADlgInfeed } from './ADlgInfeed-ef0a892e.js';
44
44
  import { g as getContentCategory } from './getContentCategory-15dcc413.js';
45
45
  import { g as get_1 } from './get-5ee14cda.js';
@@ -7,7 +7,7 @@ import React__default from 'react';
7
7
  import 'prop-types';
8
8
  import { m as moment } from './moment-e2f9b20c.js';
9
9
  import 'react-dom';
10
- import { i as imageUrlBuilder } from './index-73819142.js';
10
+ import { i as imageUrlBuilder } from './index-3849e3fe.js';
11
11
  import { L as LazyLoad } from './index-5f9f807a.js';
12
12
  import { c as clean_html_1 } from './entities-7cc3bf45.js';
13
13
  import './slicedToArray-641f241f.js';
@@ -8,7 +8,7 @@ import './web.dom.iterable-4439f05a.js';
8
8
  import { _ as _typeof } from './typeof-6435ba1c.js';
9
9
  import './_is-array-58e95429.js';
10
10
  import React__default, { useRef, useState, useEffect } from 'react';
11
- import { i as imageUrlBuilder } from './index-73819142.js';
11
+ import { i as imageUrlBuilder } from './index-3849e3fe.js';
12
12
  import { _ as _slicedToArray } from './slicedToArray-641f241f.js';
13
13
  import { g as getYoutubeId } from './index-c7e2ac95.js';
14
14
  import { s as smoothscroll } from './smoothscroll-0cd4c7a6.js';
@@ -166,7 +166,8 @@ var HamMagazine = function HamMagazine(props) {
166
166
  }
167
167
  }
168
168
  var stickyNav = window.addEventListener('scroll', function () {
169
- if (window.pageYOffset > navOffsetTop) {
169
+ // Taking into consideration the height of the top navbar while setting the navigation fixed
170
+ if (window && topNavRef && topNavRef.current && window.pageYOffset + topNavRef.current.clientHeight > navOffsetTop) {
170
171
  if (navRef.current && navRef.current.style) {
171
172
  navRef.current.style.position = 'fixed';
172
173
  if (mastNav && mastNav.offsetHeight) navRef.current.style.top = mastNav.offsetHeight;
@@ -443,13 +444,13 @@ var HamMagazine = function HamMagazine(props) {
443
444
  } else {
444
445
  return row.url && row.name ? React__default.createElement(
445
446
  'a',
446
- { key: index,
447
+ {
448
+ key: index,
447
449
  needsegmentsupport: row.needSegmentSupport ? 'true' : '',
448
450
  href: row.url,
449
451
  target: row.blank ? '_blank' : '_self',
450
452
  rel: 'noopener noreferrer',
451
- className: 'nav-link'
452
- },
453
+ className: 'nav-link' },
453
454
  row.name
454
455
  ) : null;
455
456
  }
@@ -524,13 +525,13 @@ var HamMagazine = function HamMagazine(props) {
524
525
  } else {
525
526
  return row.url && row.name ? React__default.createElement(
526
527
  'a',
527
- { key: index,
528
+ {
529
+ key: index,
528
530
  needsegmentsupport: row.needSegmentSupport ? 'true' : '',
529
531
  href: row.url,
530
532
  target: row.blank ? '_blank' : '_self',
531
533
  rel: 'noopener noreferrer',
532
- className: 'nav-link'
533
- },
534
+ className: 'nav-link' },
534
535
  row.name
535
536
  ) : null;
536
537
  }
package/dist/esm/Hero.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import './_commonjsHelpers-0c4b6f40.js';
2
2
  import React__default from 'react';
3
- import { i as imageUrlBuilder } from './index-73819142.js';
3
+ import { i as imageUrlBuilder } from './index-3849e3fe.js';
4
4
  import { c as clean_html_1 } from './entities-7cc3bf45.js';
5
5
  import { Card } from 'react-bootstrap';
6
6
 
@@ -23,7 +23,7 @@ import 'next/router';
23
23
  import './isSymbol-807e927e.js';
24
24
  import './debounce-1a993acf.js';
25
25
  import 'react-dom';
26
- import './index-73819142.js';
26
+ import './index-3849e3fe.js';
27
27
  import './index-5f9f807a.js';
28
28
  import './main-e4a934b2.js';
29
29
  import './entities-7cc3bf45.js';
@@ -34,7 +34,7 @@ import './_set-species-3f8319f5.js';
34
34
  import './Segment.js';
35
35
  import './Beam.js';
36
36
  import './AdSlot.js';
37
- import { B as BlockContent } from './BlockContent-e9b4ddcf.js';
37
+ import { B as BlockContent } from './BlockContent-c409aca5.js';
38
38
  import './index-c7e2ac95.js';
39
39
  import './smoothscroll-0cd4c7a6.js';
40
40
  import './GroupDeck.js';
@@ -43,7 +43,7 @@ import 'react-bootstrap';
43
43
  import './iconBase-602d52fe.js';
44
44
  import { I as IoIosArrowForward } from './index.esm-29e48d38.js';
45
45
  import ArticleCarousel from './ArticleCarousel.js';
46
- import { g as getSerializers } from './index-c3a5ff39.js';
46
+ import { g as getSerializers } from './index-2749e7d8.js';
47
47
  import './util-7700fc59.js';
48
48
  import './brightcove-react-player-loader.es-83f53e4e.js';
49
49
  import './_object-to-array-7e804fce.js';
@@ -1,7 +1,7 @@
1
1
  import './_commonjsHelpers-0c4b6f40.js';
2
2
  import React__default from 'react';
3
3
  import './moment-e2f9b20c.js';
4
- import { i as imageUrlBuilder } from './index-73819142.js';
4
+ import { i as imageUrlBuilder } from './index-3849e3fe.js';
5
5
  import './iconBase-602d52fe.js';
6
6
  import { a as FaLongArrowAltRight } from './index.esm-cf08bf18.js';
7
7
 
@@ -10,7 +10,7 @@ import Col from 'react-bootstrap/Col';
10
10
  import Card from 'react-bootstrap/Card';
11
11
  import { m as moment } from './moment-e2f9b20c.js';
12
12
  import 'react-dom';
13
- import { i as imageUrlBuilder } from './index-73819142.js';
13
+ import { i as imageUrlBuilder } from './index-3849e3fe.js';
14
14
  import { L as LazyLoad } from './index-5f9f807a.js';
15
15
  import './slicedToArray-641f241f.js';
16
16
  import { A as AuthorComponent } from './AuthorComponent-34b16174.js';
@@ -14,7 +14,7 @@ import Col from 'react-bootstrap/Col';
14
14
  import Card from 'react-bootstrap/Card';
15
15
  import { I as InfiniteScroll } from './index.es-29c1cef5.js';
16
16
  import 'react-dom';
17
- import { i as imageUrlBuilder } from './index-73819142.js';
17
+ import { i as imageUrlBuilder } from './index-3849e3fe.js';
18
18
  import { L as LazyLoad } from './index-5f9f807a.js';
19
19
  import { _ as _slicedToArray } from './slicedToArray-641f241f.js';
20
20
  import Button from 'react-bootstrap/Button';
@@ -19,7 +19,7 @@ import './debounce-1a993acf.js';
19
19
  import './index.es-29c1cef5.js';
20
20
  import 'react-dom';
21
21
  import './visibility-sensor-0baa4eea.js';
22
- import './index-73819142.js';
22
+ import './index-3849e3fe.js';
23
23
  import './index-5f9f807a.js';
24
24
  import './main-e4a934b2.js';
25
25
  import './entities-7cc3bf45.js';
@@ -31,7 +31,7 @@ import './Segment.js';
31
31
  import './Beam.js';
32
32
  import './AdSlot.js';
33
33
  import './ADInfeed-bb62ee44.js';
34
- import './lodash-17fdfebb.js';
34
+ import './lodash-ec8c6b48.js';
35
35
  import './ADlgInfeed-ef0a892e.js';
36
36
  import './getContentCategory-15dcc413.js';
37
37
  import './AuthorComponent-34b16174.js';
@@ -27,7 +27,7 @@ import { d as debounce_1 } from './debounce-1a993acf.js';
27
27
  import { I as InfiniteScroll } from './index.es-29c1cef5.js';
28
28
  import 'react-dom';
29
29
  import { V as VisibilitySensor } from './visibility-sensor-0baa4eea.js';
30
- import './index-73819142.js';
30
+ import './index-3849e3fe.js';
31
31
  import './main-e4a934b2.js';
32
32
  import './stringify-4330ccdc.js';
33
33
  import './slicedToArray-641f241f.js';
@@ -37,7 +37,7 @@ import './Segment.js';
37
37
  import './Beam.js';
38
38
  import './AdSlot.js';
39
39
  import { A as ADInfeed } from './ADInfeed-bb62ee44.js';
40
- import { l as lodash } from './lodash-17fdfebb.js';
40
+ import { l as lodash } from './lodash-ec8c6b48.js';
41
41
  import { A as ADlgInfeed } from './ADlgInfeed-ef0a892e.js';
42
42
 
43
43
  var MasterDeck = function (_React$Component) {
@@ -1,7 +1,7 @@
1
1
  import './_commonjsHelpers-0c4b6f40.js';
2
2
  import React__default from 'react';
3
3
  import { m as moment } from './moment-e2f9b20c.js';
4
- import { i as imageUrlBuilder } from './index-73819142.js';
4
+ import { i as imageUrlBuilder } from './index-3849e3fe.js';
5
5
  import './iconBase-602d52fe.js';
6
6
  import 'react-bootstrap/Badge';
7
7
  import './index.esm-cf08bf18.js';
@@ -7,7 +7,7 @@ import React__default from 'react';
7
7
  import 'prop-types';
8
8
  import { m as moment } from './moment-e2f9b20c.js';
9
9
  import 'react-dom';
10
- import { i as imageUrlBuilder } from './index-73819142.js';
10
+ import { i as imageUrlBuilder } from './index-3849e3fe.js';
11
11
  import { L as LazyLoad } from './index-5f9f807a.js';
12
12
  import { c as clean_html_1 } from './entities-7cc3bf45.js';
13
13
  import './slicedToArray-641f241f.js';
@@ -26,7 +26,7 @@ import './debounce-1a993acf.js';
26
26
  import './index.es-29c1cef5.js';
27
27
  import 'react-dom';
28
28
  import './visibility-sensor-0baa4eea.js';
29
- import { i as imageUrlBuilder } from './index-73819142.js';
29
+ import { i as imageUrlBuilder } from './index-3849e3fe.js';
30
30
  import './index-5f9f807a.js';
31
31
  import './main-e4a934b2.js';
32
32
  import './entities-7cc3bf45.js';
@@ -38,11 +38,11 @@ import './Segment.js';
38
38
  import './Beam.js';
39
39
  import './AdSlot.js';
40
40
  import './ADInfeed-bb62ee44.js';
41
- import './lodash-17fdfebb.js';
41
+ import './lodash-ec8c6b48.js';
42
42
  import './ADlgInfeed-ef0a892e.js';
43
43
  import './getContentCategory-15dcc413.js';
44
44
  import './AuthorComponent-34b16174.js';
45
- import { B as BlockContent } from './BlockContent-e9b4ddcf.js';
45
+ import { B as BlockContent } from './BlockContent-c409aca5.js';
46
46
  import './index-c7e2ac95.js';
47
47
  import { s as smoothscroll } from './smoothscroll-0cd4c7a6.js';
48
48
  import './GroupDeck.js';
@@ -51,7 +51,7 @@ import './timeDifferenceCalc.js';
51
51
  import QueueDeckExpanded from './QueueDeckExpanded.js';
52
52
  import './iconBase-602d52fe.js';
53
53
  import './index.esm-29e48d38.js';
54
- import { g as getSerializers } from './index-c3a5ff39.js';
54
+ import { g as getSerializers } from './index-2749e7d8.js';
55
55
  import './util-7700fc59.js';
56
56
  import './brightcove-react-player-loader.es-83f53e4e.js';
57
57
  import './_object-to-array-7e804fce.js';
@@ -5,9 +5,9 @@ import Row from 'react-bootstrap/Row';
5
5
  import Col from 'react-bootstrap/Col';
6
6
  import Card from 'react-bootstrap/Card';
7
7
  import 'react-dom';
8
- import { i as imageUrlBuilder } from './index-73819142.js';
8
+ import { i as imageUrlBuilder } from './index-3849e3fe.js';
9
9
  import { L as LazyLoad } from './index-5f9f807a.js';
10
- import { l as lodash } from './lodash-17fdfebb.js';
10
+ import { l as lodash } from './lodash-ec8c6b48.js';
11
11
  import Button from 'react-bootstrap/Button';
12
12
 
13
13
  var PublicationDeck = function PublicationDeck(props) {
@@ -19,7 +19,7 @@ import './debounce-1a993acf.js';
19
19
  import { I as InfiniteScroll } from './index.es-29c1cef5.js';
20
20
  import 'react-dom';
21
21
  import { V as VisibilitySensor } from './visibility-sensor-0baa4eea.js';
22
- import { i as imageUrlBuilder } from './index-73819142.js';
22
+ import { i as imageUrlBuilder } from './index-3849e3fe.js';
23
23
  import { L as LazyLoad } from './index-5f9f807a.js';
24
24
  import { m as main_36 } from './main-e4a934b2.js';
25
25
  import { c as clean_html_1 } from './entities-7cc3bf45.js';
@@ -31,7 +31,7 @@ import './Segment.js';
31
31
  import './Beam.js';
32
32
  import './AdSlot.js';
33
33
  import { A as ADInfeed } from './ADInfeed-bb62ee44.js';
34
- import { l as lodash } from './lodash-17fdfebb.js';
34
+ import { l as lodash } from './lodash-ec8c6b48.js';
35
35
  import { A as ADlgInfeed } from './ADlgInfeed-ef0a892e.js';
36
36
  import { g as getContentCategory } from './getContentCategory-15dcc413.js';
37
37
  import { A as AuthorComponent } from './AuthorComponent-34b16174.js';
@@ -1,7 +1,7 @@
1
1
  import './_commonjsHelpers-0c4b6f40.js';
2
2
  import React__default from 'react';
3
3
  import './moment-e2f9b20c.js';
4
- import { i as imageUrlBuilder } from './index-73819142.js';
4
+ import { i as imageUrlBuilder } from './index-3849e3fe.js';
5
5
  import './iconBase-602d52fe.js';
6
6
  import { a as FaLongArrowAltRight } from './index.esm-cf08bf18.js';
7
7
 
@@ -3,7 +3,7 @@ import React__default from 'react';
3
3
  import 'prop-types';
4
4
  import { m as moment } from './moment-e2f9b20c.js';
5
5
  import 'react-dom';
6
- import { i as imageUrlBuilder } from './index-73819142.js';
6
+ import { i as imageUrlBuilder } from './index-3849e3fe.js';
7
7
  import { L as LazyLoad } from './index-5f9f807a.js';
8
8
  import 'react-bootstrap/Media';
9
9
 
@@ -9,9 +9,9 @@ import Row from 'react-bootstrap/Row';
9
9
  import Col from 'react-bootstrap/Col';
10
10
  import Card from 'react-bootstrap/Card';
11
11
  import 'react-dom';
12
- import { i as imageUrlBuilder } from './index-73819142.js';
12
+ import { i as imageUrlBuilder } from './index-3849e3fe.js';
13
13
  import { L as LazyLoad } from './index-5f9f807a.js';
14
- import { B as BlockContent } from './BlockContent-e9b4ddcf.js';
14
+ import { B as BlockContent } from './BlockContent-c409aca5.js';
15
15
  import { r as reactSocialIcons_1 } from './react-social-icons-a7d5c5c7.js';
16
16
 
17
17
  var TaxonomyCard = function TaxonomyCard(props) {
@@ -23,7 +23,7 @@ import { useRouter } from 'next/router';
23
23
  import './isSymbol-807e927e.js';
24
24
  import './debounce-1a993acf.js';
25
25
  import 'react-dom';
26
- import './index-73819142.js';
26
+ import './index-3849e3fe.js';
27
27
  import './index-5f9f807a.js';
28
28
  import './main-e4a934b2.js';
29
29
  import './entities-7cc3bf45.js';
@@ -34,14 +34,14 @@ import './_set-species-3f8319f5.js';
34
34
  import './Segment.js';
35
35
  import './Beam.js';
36
36
  import './AdSlot.js';
37
- import { B as BlockContent } from './BlockContent-e9b4ddcf.js';
37
+ import { B as BlockContent } from './BlockContent-c409aca5.js';
38
38
  import './index-c7e2ac95.js';
39
39
  import './smoothscroll-0cd4c7a6.js';
40
40
  import './GroupDeck.js';
41
41
  import 'react-bootstrap';
42
42
  import './iconBase-602d52fe.js';
43
43
  import './index.esm-29e48d38.js';
44
- import { g as getSerializers } from './index-c3a5ff39.js';
44
+ import { g as getSerializers } from './index-2749e7d8.js';
45
45
  import './util-7700fc59.js';
46
46
  import './brightcove-react-player-loader.es-83f53e4e.js';
47
47
  import './_object-to-array-7e804fce.js';
@@ -2,7 +2,7 @@ import './_commonjsHelpers-0c4b6f40.js';
2
2
  import React__default from 'react';
3
3
  import 'prop-types';
4
4
  import 'react-dom';
5
- import { i as imageUrlBuilder } from './index-73819142.js';
5
+ import { i as imageUrlBuilder } from './index-3849e3fe.js';
6
6
  import { L as LazyLoad } from './index-5f9f807a.js';
7
7
  import { c as clean_html_1 } from './entities-7cc3bf45.js';
8
8
  import Media from 'react-bootstrap/Media';