@mjhls/mjh-framework 1.0.588-hamMagazine-v4 → 1.0.589

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 (148) hide show
  1. package/README.md +1 -1
  2. package/dist/cjs/AD.js +1 -1
  3. package/dist/cjs/AD300x250.js +3 -3
  4. package/dist/cjs/AD300x250x600.js +3 -3
  5. package/dist/cjs/AD728x90.js +4 -4
  6. package/dist/cjs/ADFloatingFooter.js +2 -2
  7. package/dist/cjs/ADGutter.js +2 -2
  8. package/dist/cjs/ADSkyscraper.js +2 -2
  9. package/dist/cjs/ADSponsoredResources.js +2 -2
  10. package/dist/cjs/ADWebcast.js +2 -2
  11. package/dist/cjs/ADWelcome.js +2 -2
  12. package/dist/cjs/AccordionPanel.js +1 -1
  13. package/dist/cjs/AdSlot.js +2 -2
  14. package/dist/cjs/AdSlotsProvider.js +1 -1
  15. package/dist/cjs/ArticleQueue.js +10 -10
  16. package/dist/cjs/Auth.js +506 -255
  17. package/dist/cjs/{BlockContent-c2168db0.js → BlockContent-f942392e.js} +1 -1
  18. package/dist/cjs/CMEDeck.js +5 -5
  19. package/dist/cjs/Column3.js +4 -4
  20. package/dist/cjs/ConferenceArticleCard.js +2 -2
  21. package/dist/cjs/DeckContent.js +7 -7
  22. package/dist/cjs/DeckQueue.js +6 -6
  23. package/dist/cjs/{Dfp-fcdeabc4.js → Dfp-fbe32b96.js} +1 -1
  24. package/dist/cjs/EventsDeck.js +5 -5
  25. package/dist/cjs/ExternalResources.js +6 -6
  26. package/dist/cjs/Feature.js +3 -3
  27. package/dist/cjs/ForbesHero.js +2 -2
  28. package/dist/cjs/GridContent.js +11 -11
  29. package/dist/cjs/GridHero.js +2 -2
  30. package/dist/cjs/GroupDeck.js +1 -1
  31. package/dist/cjs/HamMagazine.js +25 -208
  32. package/dist/cjs/Hero.js +1 -1
  33. package/dist/cjs/HorizontalHero.js +2 -2
  34. package/dist/cjs/IssueContentDeck.js +2 -2
  35. package/dist/cjs/IssueDeck.js +2 -2
  36. package/dist/cjs/IssueLanding.js +8 -8
  37. package/dist/cjs/LeftNav.js +2 -2
  38. package/dist/cjs/MasterDeck.js +9 -9
  39. package/dist/cjs/NavMagazine.js +6 -5
  40. package/dist/cjs/NavNative.js +5 -4
  41. package/dist/cjs/OncliveHero.js +2 -2
  42. package/dist/cjs/OncliveLargeHero.js +2 -2
  43. package/dist/cjs/PartnerDetailListing.js +13 -1209
  44. package/dist/cjs/PublicationDeck.js +2 -2
  45. package/dist/cjs/QueueDeckExpanded.js +10 -10
  46. package/dist/cjs/RelatedContent.js +2 -2
  47. package/dist/cjs/{index.esm-d1259b34.js → SocialNavFooter-9a07520f.js} +0 -8
  48. package/dist/cjs/TaxonomyCard.js +2 -2
  49. package/dist/cjs/TemplateNormal.js +5 -4
  50. package/dist/cjs/ThumbnailCard.js +1 -1
  51. package/dist/cjs/Ustream.js +3 -3
  52. package/dist/cjs/VerticalHero.js +2 -2
  53. package/dist/cjs/VideoSeriesFilter.js +1 -1
  54. package/dist/cjs/VideoSeriesListing.js +5 -5
  55. package/dist/cjs/View.js +14 -14
  56. package/dist/cjs/YahooHero.js +2 -2
  57. package/dist/cjs/YoutubeGroup.js +1 -1
  58. package/dist/cjs/getQuery.js +1 -1
  59. package/dist/cjs/getRelatedArticle.js +6 -355
  60. package/dist/cjs/getSerializers.js +21 -10
  61. package/dist/cjs/{index-3294d3bc.js → index-5be2866f.js} +1 -1
  62. package/dist/cjs/{index-39beccb3.js → index-b5eb3ff8.js} +18 -18
  63. package/dist/cjs/{index-fa3cec70.js → index-f7ee1612.js} +4 -6
  64. package/dist/cjs/{index.es-9110add6.js → index.es-ab3f2690.js} +3 -1
  65. package/dist/cjs/index.esm-0e5c6a9e.js +11 -0
  66. package/dist/cjs/{index.esm-876ca9ff.js → index.esm-fbd1f7e9.js} +5 -0
  67. package/dist/cjs/index.js +17 -15
  68. package/dist/cjs/{lodash-7fd85bcf.js → lodash-fc2922d0.js} +22 -71
  69. package/dist/cjs/{main-88348b15.js → main-bc4db521.js} +66 -35
  70. package/dist/cjs/{moment-575fe24c.js → moment-66a6a284.js} +1 -1
  71. package/dist/cjs/urlFor.js +1 -1
  72. package/dist/esm/AD.js +1 -1
  73. package/dist/esm/AD300x250.js +3 -3
  74. package/dist/esm/AD300x250x600.js +3 -3
  75. package/dist/esm/AD728x90.js +4 -4
  76. package/dist/esm/ADFloatingFooter.js +2 -2
  77. package/dist/esm/ADGutter.js +2 -2
  78. package/dist/esm/ADSkyscraper.js +2 -2
  79. package/dist/esm/ADSponsoredResources.js +2 -2
  80. package/dist/esm/ADWebcast.js +2 -2
  81. package/dist/esm/ADWelcome.js +2 -2
  82. package/dist/esm/AccordionPanel.js +1 -1
  83. package/dist/esm/AdSlot.js +2 -2
  84. package/dist/esm/AdSlotsProvider.js +1 -1
  85. package/dist/esm/ArticleQueue.js +10 -10
  86. package/dist/esm/Auth.js +501 -250
  87. package/dist/esm/{BlockContent-c409aca5.js → BlockContent-a614acdf.js} +1 -1
  88. package/dist/esm/CMEDeck.js +5 -5
  89. package/dist/esm/Column3.js +4 -4
  90. package/dist/esm/ConferenceArticleCard.js +2 -2
  91. package/dist/esm/DeckContent.js +7 -7
  92. package/dist/esm/DeckQueue.js +6 -6
  93. package/dist/esm/{Dfp-81a052c2.js → Dfp-ae9336e2.js} +1 -1
  94. package/dist/esm/EventsDeck.js +5 -5
  95. package/dist/esm/ExternalResources.js +6 -6
  96. package/dist/esm/Feature.js +3 -3
  97. package/dist/esm/ForbesHero.js +2 -2
  98. package/dist/esm/GridContent.js +11 -11
  99. package/dist/esm/GridHero.js +2 -2
  100. package/dist/esm/GroupDeck.js +1 -1
  101. package/dist/esm/HamMagazine.js +24 -207
  102. package/dist/esm/Hero.js +1 -1
  103. package/dist/esm/HorizontalHero.js +2 -2
  104. package/dist/esm/IssueContentDeck.js +2 -2
  105. package/dist/esm/IssueDeck.js +2 -2
  106. package/dist/esm/IssueLanding.js +8 -8
  107. package/dist/esm/LeftNav.js +2 -2
  108. package/dist/esm/MasterDeck.js +9 -9
  109. package/dist/esm/NavMagazine.js +5 -4
  110. package/dist/esm/NavNative.js +4 -3
  111. package/dist/esm/OncliveHero.js +2 -2
  112. package/dist/esm/OncliveLargeHero.js +2 -2
  113. package/dist/esm/PartnerDetailListing.js +13 -1209
  114. package/dist/esm/PublicationDeck.js +2 -2
  115. package/dist/esm/QueueDeckExpanded.js +10 -10
  116. package/dist/esm/RelatedContent.js +2 -2
  117. package/dist/esm/{index.esm-73e847d2.js → SocialNavFooter-4fb16720.js} +1 -8
  118. package/dist/esm/TaxonomyCard.js +2 -2
  119. package/dist/esm/TemplateNormal.js +5 -4
  120. package/dist/esm/ThumbnailCard.js +1 -1
  121. package/dist/esm/Ustream.js +3 -3
  122. package/dist/esm/VerticalHero.js +2 -2
  123. package/dist/esm/VideoSeriesFilter.js +1 -1
  124. package/dist/esm/VideoSeriesListing.js +5 -5
  125. package/dist/esm/View.js +14 -14
  126. package/dist/esm/YahooHero.js +2 -2
  127. package/dist/esm/YoutubeGroup.js +1 -1
  128. package/dist/esm/getQuery.js +1 -1
  129. package/dist/esm/getRelatedArticle.js +6 -355
  130. package/dist/esm/getSerializers.js +21 -10
  131. package/dist/esm/{index-3849e3fe.js → index-51a80699.js} +18 -18
  132. package/dist/esm/{index-3f4dd6f2.js → index-93ec3c59.js} +4 -6
  133. package/dist/esm/{index-ef6d5dcf.js → index-d2f90501.js} +1 -1
  134. package/dist/esm/{index.es-29c1cef5.js → index.es-938a3a58.js} +3 -1
  135. package/dist/esm/index.esm-16536e81.js +9 -0
  136. package/dist/esm/{index.esm-85cb09e6.js → index.esm-4b1d94b7.js} +5 -1
  137. package/dist/esm/index.js +16 -14
  138. package/dist/esm/{lodash-ec8c6b48.js → lodash-17fdfebb.js} +22 -71
  139. package/dist/esm/{main-d7ee6151.js → main-7255814e.js} +65 -34
  140. package/dist/esm/{moment-e2f9b20c.js → moment-12415288.js} +1 -1
  141. package/dist/esm/urlFor.js +1 -1
  142. package/package.json +3 -3
  143. package/dist/cjs/index-bd6c9f56.js +0 -211
  144. package/dist/esm/index-db3bb315.js +0 -207
  145. /package/dist/cjs/{ADInfeed-df340285.js → ADInfeed-17a378db.js} +0 -0
  146. /package/dist/cjs/{ADlgInfeed-2110d08c.js → ADlgInfeed-070d911c.js} +0 -0
  147. /package/dist/esm/{ADInfeed-db7610fb.js → ADInfeed-c7dba95f.js} +0 -0
  148. /package/dist/esm/{ADlgInfeed-4bb11153.js → ADlgInfeed-8bfd6d58.js} +0 -0
@@ -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-3849e3fe.js';
8
+ import { i as imageUrlBuilder } from './index-51a80699.js';
9
9
  import { L as LazyLoad } from './index-5f9f807a.js';
10
- import { l as lodash } from './lodash-ec8c6b48.js';
10
+ import { l as lodash } from './lodash-17fdfebb.js';
11
11
  import Button from 'react-bootstrap/Button';
12
12
 
13
13
  var PublicationDeck = function PublicationDeck(props) {
@@ -9,19 +9,19 @@ import './_object-pie-33c40e79.js';
9
9
  import { _ as _extends } from './extends-6e00b262.js';
10
10
  import './web.dom.iterable-46c95e52.js';
11
11
  import React__default, { useEffect, useState, useRef } from 'react';
12
- import { l as lib_3 } from './index-3f4dd6f2.js';
12
+ import { l as lib_3 } from './index-93ec3c59.js';
13
13
  import 'prop-types';
14
14
  import 'react-bootstrap/Card';
15
- import { m as moment } from './moment-e2f9b20c.js';
15
+ import { m as moment } from './moment-12415288.js';
16
16
  import { useRouter } from 'next/router';
17
17
  import './isSymbol-b7b7434f.js';
18
18
  import './debounce-048d9cb6.js';
19
- import { I as InfiniteScroll } from './index.es-29c1cef5.js';
19
+ import { I as InfiniteScroll } from './index.es-938a3a58.js';
20
20
  import 'react-dom';
21
21
  import { V as VisibilitySensor } from './visibility-sensor-0baa4eea.js';
22
- import { i as imageUrlBuilder } from './index-3849e3fe.js';
22
+ import { i as imageUrlBuilder } from './index-51a80699.js';
23
23
  import { L as LazyLoad } from './index-5f9f807a.js';
24
- import { m as main_36 } from './main-d7ee6151.js';
24
+ import { m as main_39 } from './main-7255814e.js';
25
25
  import { c as clean_html_1 } from './entities-7cc3bf45.js';
26
26
  import { _ as _slicedToArray } from './slicedToArray-f1e40361.js';
27
27
  import './stringify-e30bc114.js';
@@ -29,9 +29,9 @@ import './asyncToGenerator-0379e924.js';
29
29
  import './_set-species-6f64f1c1.js';
30
30
  import './beam-a25bd8fd.js';
31
31
  import './AdSlot.js';
32
- import { A as ADInfeed } from './ADInfeed-db7610fb.js';
33
- import { l as lodash } from './lodash-ec8c6b48.js';
34
- import { A as ADlgInfeed } from './ADlgInfeed-4bb11153.js';
32
+ import { A as ADInfeed } from './ADInfeed-c7dba95f.js';
33
+ import { l as lodash } from './lodash-17fdfebb.js';
34
+ import { A as ADlgInfeed } from './ADlgInfeed-8bfd6d58.js';
35
35
  import { A as AuthorComponent } from './AuthorComponent-158226c9.js';
36
36
  import { Container, Media } from 'react-bootstrap';
37
37
 
@@ -505,7 +505,7 @@ var cardLoader = function cardLoader(data, builder, mapping, values, seoPaginate
505
505
  } else if (article._type === 'brandInsightAd' && article.adUnit) {
506
506
  return React__default.createElement(ADInfeed, { index: index, infeedAd: article });
507
507
  }
508
- if (main_36 && rightItems && (index + 1) % numberOfItemsBeforeAd === 0) {
508
+ if (main_39 && rightItems && (index + 1) % numberOfItemsBeforeAd === 0) {
509
509
  return renderMobileAd(index, numberOfItemsBeforeAd, rightItems);
510
510
  }
511
511
 
@@ -899,7 +899,7 @@ var cardLoader = function cardLoader(data, builder, mapping, values, seoPaginate
899
899
  } else if (article._type === 'brandInsightAd' && article.adUnit) {
900
900
  return React__default.createElement(ADInfeed, { index: index, infeedAd: article });
901
901
  }
902
- if (main_36 && rightItems && (index + 1) % numberOfItemsBeforeAd === 0) {
902
+ if (main_39 && rightItems && (index + 1) % numberOfItemsBeforeAd === 0) {
903
903
  return renderMobileAd(index, numberOfItemsBeforeAd, rightItems);
904
904
  }
905
905
 
@@ -1,7 +1,7 @@
1
1
  import './_commonjsHelpers-0c4b6f40.js';
2
2
  import React__default from 'react';
3
- import { m as moment } from './moment-e2f9b20c.js';
4
- import { i as imageUrlBuilder } from './index-3849e3fe.js';
3
+ import { m as moment } from './moment-12415288.js';
4
+ import { i as imageUrlBuilder } from './index-51a80699.js';
5
5
  import 'react-bootstrap/Media';
6
6
 
7
7
  /*
@@ -1,6 +1,5 @@
1
1
  import React__default from 'react';
2
2
  import { r as reactSocialIcons_1 } from './react-social-icons-a7d5c5c7.js';
3
- import { G as GenIcon } from './iconBase-602d52fe.js';
4
3
 
5
4
  var year = new Date().getFullYear();
6
5
 
@@ -75,10 +74,4 @@ var SocialNavFooter = function SocialNavFooter(props) {
75
74
  );
76
75
  };
77
76
 
78
- // THIS FILE IS AUTO GENERATED
79
- var GoSearch = function (props) {
80
- return GenIcon({"tag":"svg","attr":{"viewBox":"0 0 16 16"},"child":[{"tag":"path","attr":{"fillRule":"evenodd","d":"M15.7 13.3l-3.81-3.83A5.93 5.93 0 0 0 13 6c0-3.31-2.69-6-6-6S1 2.69 1 6s2.69 6 6 6c1.3 0 2.48-.41 3.47-1.11l3.83 3.81c.19.2.45.3.7.3.25 0 .52-.09.7-.3a.996.996 0 0 0 0-1.41v.01zM7 10.7c-2.59 0-4.7-2.11-4.7-4.7 0-2.59 2.11-4.7 4.7-4.7 2.59 0 4.7 2.11 4.7 4.7 0 2.59-2.11 4.7-4.7 4.7z"}}]})(props);
81
- };
82
- GoSearch.displayName = "GoSearch";
83
-
84
- export { GoSearch as G, SocialNavFooter as S };
77
+ export { SocialNavFooter as S };
@@ -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-3849e3fe.js';
12
+ import { i as imageUrlBuilder } from './index-51a80699.js';
13
13
  import { L as LazyLoad } from './index-5f9f807a.js';
14
- import { B as BlockContent } from './BlockContent-c409aca5.js';
14
+ import { B as BlockContent } from './BlockContent-a614acdf.js';
15
15
  import { r as reactSocialIcons_1 } from './react-social-icons-a7d5c5c7.js';
16
16
 
17
17
  var TaxonomyCard = function TaxonomyCard(props) {
@@ -5,7 +5,7 @@ import './_library-528f1934.js';
5
5
  import './_iter-detect-6e099a34.js';
6
6
  import './web.dom.iterable-46c95e52.js';
7
7
  import React__default, { useState, useEffect } from 'react';
8
- import './index-3f4dd6f2.js';
8
+ import './index-93ec3c59.js';
9
9
  import 'prop-types';
10
10
  import Container from 'react-bootstrap/Container';
11
11
  import 'react-bootstrap/Row';
@@ -13,7 +13,7 @@ import 'react-bootstrap/Col';
13
13
  import { useRouter } from 'next/router';
14
14
  import './isSymbol-b7b7434f.js';
15
15
  import './debounce-048d9cb6.js';
16
- import './main-d7ee6151.js';
16
+ import './main-7255814e.js';
17
17
  import { _ as _slicedToArray } from './slicedToArray-f1e40361.js';
18
18
  import './stringify-e30bc114.js';
19
19
  import './asyncToGenerator-0379e924.js';
@@ -25,7 +25,7 @@ import './get-0eb56363.js';
25
25
  import './react-social-icons-a7d5c5c7.js';
26
26
  import 'react-bootstrap';
27
27
  import './iconBase-602d52fe.js';
28
- import './index.esm-85cb09e6.js';
28
+ import './index.esm-4b1d94b7.js';
29
29
  import 'react-bootstrap/Button';
30
30
  import { Column1 } from './Column1.js';
31
31
  import './SideFooter.js';
@@ -44,8 +44,9 @@ import 'react-bootstrap/Navbar';
44
44
  import 'react-bootstrap/NavDropdown';
45
45
  import './index.esm-b08f4b04.js';
46
46
  import './NavFooter-e27bd93b.js';
47
- import './index.esm-73e847d2.js';
47
+ import './SocialNavFooter-4fb16720.js';
48
48
  import './SocialIcons.js';
49
+ import './index.esm-16536e81.js';
49
50
  import 'react-bootstrap/Form';
50
51
  import 'react-bootstrap/FormControl';
51
52
  import MagazineNav from './NavMagazine.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-3849e3fe.js';
5
+ import { i as imageUrlBuilder } from './index-51a80699.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';
@@ -3,10 +3,10 @@ import './_to-object-16fd8b46.js';
3
3
  import './core.get-iterator-method-f5c0d66a.js';
4
4
  import './web.dom.iterable-46c95e52.js';
5
5
  import React__default, { useState, useRef, useEffect } from 'react';
6
- import { m as main_36 } from './main-d7ee6151.js';
6
+ import { m as main_39 } from './main-7255814e.js';
7
7
  import { _ as _slicedToArray } from './slicedToArray-f1e40361.js';
8
8
  import './iconBase-602d52fe.js';
9
- import { c as IoIosOpen } from './index.esm-85cb09e6.js';
9
+ import { d as IoIosOpen } from './index.esm-4b1d94b7.js';
10
10
  import { F as FaRegWindowClose } from './index.esm-9a4c8813.js';
11
11
 
12
12
  var Ustream = function Ustream(_ref) {
@@ -64,7 +64,7 @@ var Ustream = function Ustream(_ref) {
64
64
  } catch (err) {}
65
65
  }, []);
66
66
  //return nothing if mobile
67
- if (main_36) {
67
+ if (main_39) {
68
68
  return null;
69
69
  }
70
70
  return React__default.createElement(
@@ -1,7 +1,7 @@
1
1
  import './_commonjsHelpers-0c4b6f40.js';
2
2
  import React__default from 'react';
3
- import './moment-e2f9b20c.js';
4
- import { i as imageUrlBuilder } from './index-3849e3fe.js';
3
+ import './moment-12415288.js';
4
+ import { i as imageUrlBuilder } from './index-51a80699.js';
5
5
 
6
6
  var VerticalHero = function VerticalHero(props) {
7
7
  var client = props.client;
@@ -5,7 +5,7 @@ import './_library-528f1934.js';
5
5
  import './_iter-detect-6e099a34.js';
6
6
  import './web.dom.iterable-46c95e52.js';
7
7
  import React__default, { useState, useEffect } from 'react';
8
- import { m as moment } from './moment-e2f9b20c.js';
8
+ import { m as moment } from './moment-12415288.js';
9
9
  import { withRouter } from 'next/router';
10
10
  import { _ as _slicedToArray } from './slicedToArray-f1e40361.js';
11
11
  import { a as _asyncToGenerator, r as regenerator } from './asyncToGenerator-0379e924.js';
@@ -10,23 +10,23 @@ import './web.dom.iterable-46c95e52.js';
10
10
  import './typeof-5f046efd.js';
11
11
  import './_is-array-dd5523d6.js';
12
12
  import React__default from 'react';
13
- import { l as lib_3 } from './index-3f4dd6f2.js';
13
+ import { l as lib_3 } from './index-93ec3c59.js';
14
14
  import 'prop-types';
15
15
  import Container from 'react-bootstrap/Container';
16
- import './moment-e2f9b20c.js';
16
+ import './moment-12415288.js';
17
17
  import { withRouter } from 'next/router';
18
18
  import './isSymbol-b7b7434f.js';
19
19
  import { d as debounce_1 } from './debounce-048d9cb6.js';
20
- import { I as InfiniteScroll } from './index.es-29c1cef5.js';
20
+ import { I as InfiniteScroll } from './index.es-938a3a58.js';
21
21
  import 'react-dom';
22
22
  import { V as VisibilitySensor } from './visibility-sensor-0baa4eea.js';
23
- import './index-3849e3fe.js';
23
+ import './index-51a80699.js';
24
24
  import './index-5f9f807a.js';
25
25
  import './slicedToArray-f1e40361.js';
26
26
  import './smoothscroll-4b699764.js';
27
27
  import YoutubeGroup from './YoutubeGroup.js';
28
28
  import './iconBase-602d52fe.js';
29
- import { I as IoIosArrowForward } from './index.esm-85cb09e6.js';
29
+ import { I as IoIosArrowForward } from './index.esm-4b1d94b7.js';
30
30
 
31
31
  var VideoSeriesListing = function (_React$Component) {
32
32
  _inherits(VideoSeriesListing, _React$Component);
package/dist/esm/View.js CHANGED
@@ -13,19 +13,19 @@ import './web.dom.iterable-46c95e52.js';
13
13
  import { _ as _typeof } from './typeof-5f046efd.js';
14
14
  import './_is-array-dd5523d6.js';
15
15
  import React__default, { useState, useEffect } from 'react';
16
- import { l as lib_3 } from './index-3f4dd6f2.js';
16
+ import { l as lib_3 } from './index-93ec3c59.js';
17
17
  import 'prop-types';
18
18
  import 'react-bootstrap/Row';
19
19
  import 'react-bootstrap/Col';
20
- import { m as moment } from './moment-e2f9b20c.js';
20
+ import { m as moment } from './moment-12415288.js';
21
21
  import { useRouter } from 'next/router';
22
22
  import './isSymbol-b7b7434f.js';
23
23
  import './debounce-048d9cb6.js';
24
- import { I as InfiniteScroll } from './index.es-29c1cef5.js';
24
+ import { I as InfiniteScroll } from './index.es-938a3a58.js';
25
25
  import 'react-dom';
26
- import './index-3849e3fe.js';
26
+ import './index-51a80699.js';
27
27
  import './index-5f9f807a.js';
28
- import { m as main_36 } from './main-d7ee6151.js';
28
+ import { m as main_39 } from './main-7255814e.js';
29
29
  import './entities-7cc3bf45.js';
30
30
  import { a as _getIterator, _ as _slicedToArray } from './slicedToArray-f1e40361.js';
31
31
  import { _ as _JSON$stringify } from './stringify-e30bc114.js';
@@ -33,7 +33,7 @@ import { a as _asyncToGenerator, r as regenerator } from './asyncToGenerator-037
33
33
  import './_set-species-6f64f1c1.js';
34
34
  import './beam-a25bd8fd.js';
35
35
  import DFPAdSlot from './AdSlot.js';
36
- import { B as BlockContent } from './BlockContent-c409aca5.js';
36
+ import { B as BlockContent } from './BlockContent-a614acdf.js';
37
37
  import './smoothscroll-4b699764.js';
38
38
  import './GroupDeck.js';
39
39
  import { Card, Row, Col } from 'react-bootstrap';
@@ -52,9 +52,9 @@ import Dropdown from 'react-bootstrap/Dropdown';
52
52
  import { I as InscreenSensor } from './InscreenSensor-280b2b10.js';
53
53
  import getKeywords from './getKeywords.js';
54
54
  import getSeriesDetail from './getSeriesDetail.js';
55
- import './index-db3bb315.js';
56
- import getRelatedArticle from './getRelatedArticle.js';
55
+ import 'nookies';
57
56
  import getQuery from './getQuery.js';
57
+ import getRelatedArticle from './getRelatedArticle.js';
58
58
  import { g as getTargeting, a as getContentPlacementUrl } from './getTargeting-1a0bd08d.js';
59
59
  import urlFor from './urlFor.js';
60
60
 
@@ -190,9 +190,9 @@ var DocumentGroup = function DocumentGroup(_ref) {
190
190
  style: { display: 'flex', flexDirection: 'column', padding: '0 1rem', justifyContent: thumbnailUrl ? 'center' : 'flex-start', alignItems: 'center' } },
191
191
  thumbnailUrl && React__default.createElement('img', { style: { maxWidth: '220px', maxHeight: '100px', marginTop: '1rem' }, src: thumbnailUrl, alt: name }),
192
192
  !thumbnailUrl && React__default.createElement('p', {
193
- style: { maxWidth: '315px', margin: '0', color: 'var(--primary)', textAlign: thumbnailUrl ? 'center' : main_36 ? 'left' : 'right', marginTop: '.25rem' },
193
+ style: { maxWidth: '315px', margin: '0', color: 'var(--primary)', textAlign: thumbnailUrl ? 'center' : main_39 ? 'left' : 'right', marginTop: '.25rem' },
194
194
  dangerouslySetInnerHTML: { __html: name } }),
195
- main_36 && !thumbnailUrl && React__default.createElement(
195
+ main_39 && !thumbnailUrl && React__default.createElement(
196
196
  'style',
197
197
  { jsx: 'true' },
198
198
  '\n a.doc-group {\n display: block !important;\n padding: 0!important;\n }\n '
@@ -819,7 +819,7 @@ var Article = function Article(props) {
819
819
  React__default.createElement(
820
820
  'div',
821
821
  { className: 'ad-box', style: { textAlign: 'center' } },
822
- main_36 && !sponsoredFlag && props.article.Ads && props.article.Ads.length > 0 && props.article.Ads.map(function (ad, index) {
822
+ main_39 && !sponsoredFlag && props.article.Ads && props.article.Ads.length > 0 && props.article.Ads.map(function (ad, index) {
823
823
  if (index === 0) {
824
824
  return React__default.createElement(
825
825
  'div',
@@ -874,7 +874,7 @@ var Article = function Article(props) {
874
874
  renderIsiContent(props.article)
875
875
  )
876
876
  ),
877
- main_36 && !sponsoredFlag && props.article.Ads && props.article.Ads.length > 0 && props.article.Ads.map(function (ad, index) {
877
+ main_39 && !sponsoredFlag && props.article.Ads && props.article.Ads.length > 0 && props.article.Ads.map(function (ad, index) {
878
878
  if (index > 0) {
879
879
  return React__default.createElement(
880
880
  'div',
@@ -971,7 +971,7 @@ var ArticleQueue = function ArticleQueue(props) {
971
971
  });
972
972
  var targeting = getTargeting({ article: activeArticle, cpModificationRequired: cpModificationRequired, position: props.position, prevUrl: prevUrl });
973
973
 
974
- if (!main_36) {
974
+ if (!main_39) {
975
975
  lib_3.getGoogletag().then(function (googletag) {
976
976
  if (window.googletag && googletag.pubadsReady) {
977
977
  var slots = googletag.pubads().getSlots();
@@ -989,7 +989,7 @@ var ArticleQueue = function ArticleQueue(props) {
989
989
  });
990
990
  }
991
991
  //Refresh leaderboard ad on mobile
992
- if (main_36) {
992
+ if (main_39) {
993
993
  var leaderboardSlotId = '';
994
994
  lib_3.getGoogletag().then(function (googletag) {
995
995
  if (window.googletag && googletag.pubadsReady) {
@@ -4,9 +4,9 @@ import './core.get-iterator-method-f5c0d66a.js';
4
4
  import './web.dom.iterable-46c95e52.js';
5
5
  import React__default from 'react';
6
6
  import 'prop-types';
7
- import { m as moment } from './moment-e2f9b20c.js';
7
+ import { m as moment } from './moment-12415288.js';
8
8
  import 'react-dom';
9
- import { i as imageUrlBuilder } from './index-3849e3fe.js';
9
+ 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';
@@ -9,7 +9,7 @@ import './_is-array-dd5523d6.js';
9
9
  import React__default, { useRef, useState, useEffect } from 'react';
10
10
  import 'prop-types';
11
11
  import 'react-dom';
12
- import { i as imageUrlBuilder } from './index-3849e3fe.js';
12
+ import { i as imageUrlBuilder } from './index-51a80699.js';
13
13
  import { L as LazyLoad } from './index-5f9f807a.js';
14
14
  import { _ as _slicedToArray } from './slicedToArray-f1e40361.js';
15
15
  import { s as smoothscroll, g as getYoutubeId } from './smoothscroll-4b699764.js';
@@ -1,5 +1,5 @@
1
1
  import './_commonjsHelpers-0c4b6f40.js';
2
- import './moment-e2f9b20c.js';
2
+ import './moment-12415288.js';
3
3
 
4
4
  var getQuery = function getQuery(type) {
5
5
  var conditions = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : '';