@mjhls/mjh-framework 1.0.883 → 1.0.884-beta.1

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 (300) hide show
  1. package/README.md +168 -168
  2. package/dist/cjs/AD.js +1 -1
  3. package/dist/cjs/AD300x250.js +11 -11
  4. package/dist/cjs/AD300x250x600.js +11 -11
  5. package/dist/cjs/AD728x90.js +12 -12
  6. package/dist/cjs/ADFloatingFooter.js +10 -10
  7. package/dist/cjs/ADFooter.js +3 -3
  8. package/dist/cjs/ADGutter.js +10 -10
  9. package/dist/cjs/{ADInfeed-4f661172.js → ADInfeed-2e48af77.js} +1 -1
  10. package/dist/cjs/ADSkyscraper.js +10 -10
  11. package/dist/cjs/ADSponsoredResources.js +10 -10
  12. package/dist/cjs/ADWebcast.js +10 -10
  13. package/dist/cjs/ADWelcome.js +10 -10
  14. package/dist/cjs/{ADlgInfeed-6242e5b5.js → ADlgInfeed-c39c7131.js} +1 -1
  15. package/dist/cjs/AccordionPanel.js +4 -4
  16. package/dist/cjs/AdSlot.js +10 -10
  17. package/dist/cjs/AdSlotsProvider.js +903 -10
  18. package/dist/cjs/AlgoliaSearch.js +264 -391
  19. package/dist/cjs/AlphabeticList.js +6 -6
  20. package/dist/cjs/ArticleCarousel.js +6 -6
  21. package/dist/cjs/ArticleProgramLandingPage.js +28 -28
  22. package/dist/cjs/ArticleSeriesLandingPage.js +24 -24
  23. package/dist/cjs/ArticleSeriesListing.js +16 -16
  24. package/dist/cjs/Auth.js +1297 -469
  25. package/dist/cjs/AuthWrapper.js +390 -1697
  26. package/dist/cjs/{AuthorComponent-421d5ec1.js → AuthorComponent-02e827ae.js} +1 -1
  27. package/dist/cjs/Beam.js +5 -5
  28. package/dist/cjs/{BlockContent-bac780ac.js → BlockContent-091a991f.js} +1 -1
  29. package/dist/cjs/Breadcrumbs.js +3 -3
  30. package/dist/cjs/CMEDeck.js +12 -12
  31. package/dist/cjs/Column2.js +6 -6
  32. package/dist/cjs/Column3.js +14 -14
  33. package/dist/cjs/ConferenceArticleCard.js +20 -20
  34. package/dist/cjs/ContentCardPaginated.js +409 -0
  35. package/dist/cjs/DeckContent.js +30 -30
  36. package/dist/cjs/DeckQueue.js +19 -19
  37. package/dist/cjs/DeckQueuePaginated.js +340 -0
  38. package/dist/cjs/{Dfp-ab12cd55.js → Dfp-f492f985.js} +8 -8
  39. package/dist/cjs/EventsDeck.js +31 -31
  40. package/dist/cjs/ExternalResources.js +25 -25
  41. package/dist/cjs/Feature.js +6 -6
  42. package/dist/cjs/ForbesHero.js +6 -6
  43. package/dist/cjs/GridContent.js +30 -142
  44. package/dist/cjs/GridContentPaginated.js +699 -0
  45. package/dist/cjs/GridHero.js +7 -7
  46. package/dist/cjs/GroupDeck.js +6 -6
  47. package/dist/cjs/HamMagazine.js +23 -23
  48. package/dist/cjs/Hero.js +5 -5
  49. package/dist/cjs/HighlightenVideo.js +1 -1
  50. package/dist/cjs/HorizontalArticleListing.js +24 -24
  51. package/dist/cjs/HorizontalHero.js +6 -6
  52. package/dist/cjs/ImageSlider-38f25e66.js +3989 -0
  53. package/dist/cjs/IssueContentDeck.js +6 -6
  54. package/dist/cjs/IssueDeck.js +8 -8
  55. package/dist/cjs/IssueLanding.js +58 -58
  56. package/dist/cjs/KMTracker.js +15 -15
  57. package/dist/cjs/LeftNav.js +10 -10
  58. package/dist/cjs/MasterDeck.js +30 -30
  59. package/dist/cjs/MasterDeckPaginated.js +444 -0
  60. package/dist/cjs/MediaSeriesCard-8d27612b.js +9411 -0
  61. package/dist/cjs/MediaSeriesLanding.js +57 -9538
  62. package/dist/cjs/MediaSeriesLandingPaginated.js +522 -0
  63. package/dist/cjs/NavDvm.js +5 -5
  64. package/dist/cjs/NavMagazine.js +22 -22
  65. package/dist/cjs/NavNative.js +19 -19
  66. package/dist/cjs/OncliveHero.js +6 -5
  67. package/dist/cjs/OncliveLargeHero.js +7 -7
  68. package/dist/cjs/PageFilter.js +3 -3
  69. package/dist/cjs/Pagination-2f76381b.js +51 -0
  70. package/dist/cjs/PartnerDetailListing.js +41 -2939
  71. package/dist/cjs/PartnerDetailListingPaginated.js +312 -0
  72. package/dist/cjs/PdfDownload.js +1 -1
  73. package/dist/cjs/PopUpModal.js +3 -3
  74. package/dist/cjs/PubSection.js +19 -19
  75. package/dist/cjs/PubToc.js +5 -5
  76. package/dist/cjs/PublicationDeck.js +5 -5
  77. package/dist/cjs/PublicationFeature-28c549f2.js +126 -0
  78. package/dist/cjs/PublicationLanding.js +34 -34
  79. package/dist/cjs/QueueDeckExpanded.js +21 -21
  80. package/dist/cjs/QueueDeckExpandedPaginated.js +1378 -0
  81. package/dist/cjs/RecentNews.js +1 -1
  82. package/dist/cjs/RelatedContent.js +33 -33
  83. package/dist/cjs/RelatedTopicsDropdown.js +10 -10
  84. package/dist/cjs/Search.js +3 -3
  85. package/dist/cjs/Segment.js +4 -4
  86. package/dist/cjs/SeriesListingDeck.js +10 -10
  87. package/dist/cjs/{SeriesSlider-372e418f.js → SeriesSlider-49b81b0b.js} +11 -11
  88. package/dist/cjs/SideFooter.js +8 -8
  89. package/dist/cjs/{SocialSearchComponent-80a2130a.js → SocialSearchComponent-e8477ca3.js} +7 -7
  90. package/dist/cjs/TaxonomyCard.js +6 -6
  91. package/dist/cjs/TaxonomyDescription.js +24 -24
  92. package/dist/cjs/TemplateNormal.js +16 -16
  93. package/dist/cjs/ThumbnailCard.js +5 -5
  94. package/dist/cjs/Ustream.js +10 -10
  95. package/dist/cjs/VerticalHero.js +5 -5
  96. package/dist/cjs/VideoProgramLandingPage.js +27 -27
  97. package/dist/cjs/VideoSeriesCard.js +9 -9
  98. package/dist/cjs/VideoSeriesFilter.js +5 -5
  99. package/dist/cjs/VideoSeriesLandingPage.js +25 -25
  100. package/dist/cjs/VideoSeriesListing.js +16 -16
  101. package/dist/cjs/View.js +63 -63
  102. package/dist/cjs/YahooHero.js +7 -7
  103. package/dist/cjs/YoutubeGroup.js +14 -14
  104. package/dist/cjs/{_is-array-bd978497.js → _is-array-aa52fa1e.js} +1 -1
  105. package/dist/cjs/{_iter-detect-ee3d4802.js → _iter-detect-05795553.js} +1 -1
  106. package/dist/cjs/{_object-sap-fee50a62.js → _object-sap-171b9ea5.js} +1 -1
  107. package/dist/cjs/{_object-to-array-18379aba.js → _object-to-array-9bac8737.js} +1 -1
  108. package/dist/cjs/{asyncToGenerator-15014394.js → asyncToGenerator-df19209d.js} +3 -3
  109. package/dist/cjs/{brightcove-react-player-loader.es-05029198.js → brightcove-react-player-loader.es-156bd4d6.js} +3 -4
  110. package/dist/cjs/{core.get-iterator-method-5cb3af28.js → core.get-iterator-method-f3c44602.js} +2 -2
  111. package/dist/cjs/{debounce-6191c8ee.js → debounce-529c8d06.js} +1 -1
  112. package/dist/cjs/{define-property-530a5e9e.js → define-property-21887c62.js} +1 -1
  113. package/dist/cjs/{defineProperty-5ca424cd.js → defineProperty-77a37684.js} +1 -1
  114. package/dist/cjs/{entities-fb0c6568.js → entities-310b46ee.js} +0 -4
  115. package/dist/cjs/{extends-1d905ddb.js → extends-eed4f016.js} +1 -1
  116. package/dist/cjs/faundadb.js +19 -19
  117. package/dist/cjs/getRelatedArticle.js +4 -4
  118. package/dist/cjs/getRootDocGroup.js +6 -6
  119. package/dist/cjs/getSerializers.js +24 -24
  120. package/dist/cjs/getSeriesDetail.js +3 -0
  121. package/dist/cjs/{getTargeting-41f2f52d.js → getTargeting-8874437b.js} +11 -11
  122. package/dist/cjs/getTargeting.js +5 -5
  123. package/dist/cjs/{index-79eed652.js → index-3294d3bc.js} +40 -39
  124. package/dist/cjs/{index-27377172.js → index-54adcbc3.js} +498 -514
  125. package/dist/cjs/{index-ff69979f.js → index-be0c82be.js} +22 -28
  126. package/dist/cjs/{index-53e27416.js → index-e2e62963.js} +9 -25
  127. package/dist/cjs/{index.es-e9d84959.js → index.es-9110add6.js} +5 -23
  128. package/dist/cjs/{index.esm-bf016399.js → index.esm-4d410430.js} +3 -2
  129. package/dist/cjs/{index.esm-974f47d9.js → index.esm-90433435.js} +15 -6
  130. package/dist/cjs/{index.esm-44f3e2d0.js → index.esm-e32d3e8e.js} +6 -3
  131. package/dist/cjs/{index.esm-05850a2f.js → index.esm-ff47db6f.js} +12 -5
  132. package/dist/cjs/index.js +43 -43
  133. package/dist/cjs/{inherits-337c73a7.js → inherits-12d44cca.js} +8 -8
  134. package/dist/cjs/inherits-8d29278d.js +110 -0
  135. package/dist/cjs/{keys-91f31941.js → keys-d207942e.js} +2 -2
  136. package/dist/cjs/{lodash-b5e0d5f6.js → lodash-fc2922d0.js} +30 -127
  137. package/dist/cjs/main-02daeefe.js +862 -0
  138. package/dist/cjs/{md5-e1ca5797.js → md5-5039b1a6.js} +1 -1
  139. package/dist/cjs/{moment-ca3bd9fb.js → moment-575fe24c.js} +8 -10
  140. package/dist/cjs/{slicedToArray-0a78cdf3.js → slicedToArray-f6d4eaa8.js} +2 -2
  141. package/dist/cjs/{stringify-13405ce2.js → stringify-bbc68047.js} +1 -1
  142. package/dist/cjs/timeDifferenceCalc.js +1 -1
  143. package/dist/cjs/{toConsumableArray-39fd0757.js → toConsumableArray-c9b8a0d0.js} +2 -2
  144. package/dist/cjs/{toNumber-f2f8744b.js → toNumber-36d1e7e5.js} +4 -39
  145. package/dist/cjs/{typeof-3dd6d3df.js → typeof-5f52cf64.js} +3 -3
  146. package/dist/cjs/urlFor.js +4 -4
  147. package/dist/cjs/{ustream-api-5619c1fa.js → ustream-api-9ebe112f.js} +4 -4
  148. package/dist/cjs/{web.dom.iterable-a9359910.js → web.dom.iterable-e34bf324.js} +1 -1
  149. package/dist/esm/AD.js +1 -1
  150. package/dist/esm/AD300x250.js +11 -11
  151. package/dist/esm/AD300x250x600.js +11 -11
  152. package/dist/esm/AD728x90.js +12 -12
  153. package/dist/esm/ADFloatingFooter.js +10 -10
  154. package/dist/esm/ADFooter.js +3 -3
  155. package/dist/esm/ADGutter.js +10 -10
  156. package/dist/esm/{ADInfeed-7db96917.js → ADInfeed-d767ebe2.js} +3 -3
  157. package/dist/esm/ADSkyscraper.js +10 -10
  158. package/dist/esm/ADSponsoredResources.js +10 -10
  159. package/dist/esm/ADWebcast.js +10 -10
  160. package/dist/esm/ADWelcome.js +10 -10
  161. package/dist/esm/{ADlgInfeed-a3931e68.js → ADlgInfeed-cee95aa2.js} +1 -1
  162. package/dist/esm/AccordionPanel.js +4 -4
  163. package/dist/esm/AdSlot.js +10 -10
  164. package/dist/esm/AdSlotsProvider.js +905 -13
  165. package/dist/esm/AlgoliaSearch.js +32 -159
  166. package/dist/esm/AlphabeticList.js +6 -6
  167. package/dist/esm/ArticleCarousel.js +6 -6
  168. package/dist/esm/ArticleProgramLandingPage.js +25 -25
  169. package/dist/esm/ArticleSeriesLandingPage.js +22 -22
  170. package/dist/esm/ArticleSeriesListing.js +18 -18
  171. package/dist/esm/Auth.js +1297 -469
  172. package/dist/esm/AuthWrapper.js +385 -1692
  173. package/dist/esm/{AuthorComponent-2277b67c.js → AuthorComponent-e6f95c2f.js} +1 -1
  174. package/dist/esm/Beam.js +5 -5
  175. package/dist/esm/{BlockContent-ea93e8f7.js → BlockContent-e9b4ddcf.js} +1 -1
  176. package/dist/esm/Breadcrumbs.js +3 -3
  177. package/dist/esm/CMEDeck.js +12 -12
  178. package/dist/esm/Column1.js +4 -4
  179. package/dist/esm/Column2.js +11 -11
  180. package/dist/esm/Column3.js +20 -20
  181. package/dist/esm/ConferenceArticleCard.js +20 -20
  182. package/dist/esm/ContentCardPaginated.js +403 -0
  183. package/dist/esm/DeckContent.js +45 -45
  184. package/dist/esm/DeckQueue.js +37 -37
  185. package/dist/esm/DeckQueuePaginated.js +334 -0
  186. package/dist/esm/{Dfp-d6a5629f.js → Dfp-f867d061.js} +5 -5
  187. package/dist/esm/EventsDeck.js +57 -57
  188. package/dist/esm/ExternalResources.js +27 -27
  189. package/dist/esm/Feature.js +6 -6
  190. package/dist/esm/ForbesHero.js +6 -6
  191. package/dist/esm/GridContent.js +64 -176
  192. package/dist/esm/GridContentPaginated.js +693 -0
  193. package/dist/esm/GridHero.js +7 -7
  194. package/dist/esm/GroupDeck.js +6 -6
  195. package/dist/esm/HamMagazine.js +26 -26
  196. package/dist/esm/Hero.js +5 -5
  197. package/dist/esm/HighlightenVideo.js +1 -1
  198. package/dist/esm/HorizontalArticleListing.js +24 -24
  199. package/dist/esm/HorizontalHero.js +6 -6
  200. package/dist/esm/ImageSlider-a3154b97.js +3980 -0
  201. package/dist/esm/IssueContentDeck.js +20 -20
  202. package/dist/esm/IssueDeck.js +30 -30
  203. package/dist/esm/IssueLanding.js +58 -58
  204. package/dist/esm/KMTracker.js +15 -15
  205. package/dist/esm/LeftNav.js +10 -10
  206. package/dist/esm/MasterDeck.js +33 -33
  207. package/dist/esm/MasterDeckPaginated.js +438 -0
  208. package/dist/esm/MediaSeriesCard-1dd7eae8.js +9403 -0
  209. package/dist/esm/MediaSeriesLanding.js +53 -9533
  210. package/dist/esm/MediaSeriesLandingPaginated.js +517 -0
  211. package/dist/esm/NavDvm.js +8 -8
  212. package/dist/esm/NavMagazine.js +25 -25
  213. package/dist/esm/NavNative.js +24 -24
  214. package/dist/esm/OncliveHero.js +6 -5
  215. package/dist/esm/OncliveLargeHero.js +7 -7
  216. package/dist/esm/PageFilter.js +3 -3
  217. package/dist/esm/Pagination-c0db7ca1.js +46 -0
  218. package/dist/esm/PartnerDetailListing.js +39 -2936
  219. package/dist/esm/PartnerDetailListingPaginated.js +307 -0
  220. package/dist/esm/PdfDownload.js +1 -1
  221. package/dist/esm/PopUpModal.js +3 -3
  222. package/dist/esm/PubSection.js +19 -19
  223. package/dist/esm/PubToc.js +5 -5
  224. package/dist/esm/PublicationDeck.js +23 -23
  225. package/dist/esm/PublicationFeature-fa24dedb.js +121 -0
  226. package/dist/esm/PublicationLanding.js +56 -56
  227. package/dist/esm/QueueDeckExpanded.js +21 -21
  228. package/dist/esm/QueueDeckExpandedPaginated.js +1372 -0
  229. package/dist/esm/RecentNews.js +1 -1
  230. package/dist/esm/RelatedContent.js +33 -33
  231. package/dist/esm/RelatedTopicsDropdown.js +10 -10
  232. package/dist/esm/RolesDeck.js +12 -12
  233. package/dist/esm/Search.js +5 -5
  234. package/dist/esm/Segment.js +4 -4
  235. package/dist/esm/SeriesListingDeck.js +10 -10
  236. package/dist/esm/{SeriesSlider-88c4133d.js → SeriesSlider-ce19fa25.js} +11 -11
  237. package/dist/esm/SideFooter.js +8 -8
  238. package/dist/esm/{SocialSearchComponent-7f3d6531.js → SocialSearchComponent-dca69151.js} +10 -10
  239. package/dist/esm/TaxonomyCard.js +22 -22
  240. package/dist/esm/TaxonomyDescription.js +24 -24
  241. package/dist/esm/TemplateNormal.js +19 -19
  242. package/dist/esm/ThumbnailCard.js +5 -5
  243. package/dist/esm/Ustream.js +10 -10
  244. package/dist/esm/VerticalHero.js +5 -5
  245. package/dist/esm/VideoProgramLandingPage.js +30 -30
  246. package/dist/esm/VideoSeriesCard.js +8 -8
  247. package/dist/esm/VideoSeriesFilter.js +5 -5
  248. package/dist/esm/VideoSeriesLandingPage.js +22 -22
  249. package/dist/esm/VideoSeriesListing.js +19 -19
  250. package/dist/esm/View.js +38 -38
  251. package/dist/esm/YahooHero.js +7 -7
  252. package/dist/esm/YoutubeGroup.js +14 -14
  253. package/dist/esm/{_is-array-8914b83f.js → _is-array-4df618a6.js} +1 -1
  254. package/dist/esm/{_iter-detect-13e31915.js → _iter-detect-130ee549.js} +1 -1
  255. package/dist/esm/{_object-sap-fc9da7e8.js → _object-sap-8b8ea5a9.js} +1 -1
  256. package/dist/esm/{_object-to-array-ee8f6d98.js → _object-to-array-c54dd835.js} +1 -1
  257. package/dist/esm/{asyncToGenerator-40371743.js → asyncToGenerator-7bf8bc4d.js} +3 -3
  258. package/dist/esm/{brightcove-react-player-loader.es-e761d404.js → brightcove-react-player-loader.es-83f53e4e.js} +3 -4
  259. package/dist/esm/{core.get-iterator-method-0fb60d94.js → core.get-iterator-method-86d4db69.js} +2 -2
  260. package/dist/esm/{debounce-89969f66.js → debounce-9207d8ee.js} +1 -1
  261. package/dist/esm/{define-property-73034847.js → define-property-6d26cb48.js} +1 -1
  262. package/dist/esm/{defineProperty-e66a2c7c.js → defineProperty-d7d9b577.js} +1 -1
  263. package/dist/esm/{entities-731f3fdb.js → entities-7cc3bf45.js} +0 -4
  264. package/dist/esm/{extends-9a61581c.js → extends-5b1796d4.js} +1 -1
  265. package/dist/esm/faundadb.js +5 -5
  266. package/dist/esm/getRelatedArticle.js +4 -4
  267. package/dist/esm/getRootDocGroup.js +4 -4
  268. package/dist/esm/getSerializers.js +24 -24
  269. package/dist/esm/getSeriesDetail.js +3 -0
  270. package/dist/esm/{getTargeting-e6820763.js → getTargeting-277c801e.js} +11 -11
  271. package/dist/esm/getTargeting.js +5 -5
  272. package/dist/esm/{index-f7fdcc91.js → index-73819142.js} +22 -28
  273. package/dist/esm/{index-637e8f49.js → index-aaa2dae0.js} +10 -25
  274. package/dist/esm/{index-afb3bbc2.js → index-d1476645.js} +517 -533
  275. package/dist/esm/{index-511bdaa5.js → index-ef6d5dcf.js} +40 -39
  276. package/dist/esm/{index.es-a6137319.js → index.es-29c1cef5.js} +5 -23
  277. package/dist/esm/{index.esm-3fdda599.js → index.esm-29e48d38.js} +15 -6
  278. package/dist/esm/{index.esm-a8ff922c.js → index.esm-cf08bf18.js} +12 -5
  279. package/dist/esm/{index.esm-c6715e80.js → index.esm-f8aaeeeb.js} +6 -3
  280. package/dist/esm/{index.esm-ed50151c.js → index.esm-fd746768.js} +3 -2
  281. package/dist/esm/index.js +48 -48
  282. package/dist/esm/{inherits-eeaf6740.js → inherits-2409637d.js} +4 -4
  283. package/dist/esm/inherits-77d5e4fc.js +101 -0
  284. package/dist/esm/{keys-a5ffafe7.js → keys-69989821.js} +2 -2
  285. package/dist/esm/{lodash-a818d390.js → lodash-17fdfebb.js} +30 -127
  286. package/dist/esm/main-c0612122.js +851 -0
  287. package/dist/esm/{md5-4e42248e.js → md5-9be0e905.js} +1 -1
  288. package/dist/esm/{moment-b6f49411.js → moment-e2f9b20c.js} +8 -10
  289. package/dist/esm/{slicedToArray-9c3bb613.js → slicedToArray-67a08c9c.js} +2 -2
  290. package/dist/esm/{stringify-ebc16384.js → stringify-70b72959.js} +1 -1
  291. package/dist/esm/timeDifferenceCalc.js +1 -1
  292. package/dist/esm/{toConsumableArray-e333293f.js → toConsumableArray-32282905.js} +2 -2
  293. package/dist/esm/{toNumber-e3dcad26.js → toNumber-2f7a84cd.js} +4 -39
  294. package/dist/esm/{typeof-938ae770.js → typeof-c05a82ba.js} +3 -3
  295. package/dist/esm/urlFor.js +4 -4
  296. package/dist/esm/{ustream-api-d325d196.js → ustream-api-4c4fe0ba.js} +4 -4
  297. package/dist/esm/{web.dom.iterable-6b037ff9.js → web.dom.iterable-f8f967cd.js} +1 -1
  298. package/package.json +112 -111
  299. package/dist/cjs/main-bc7d4bf8.js +0 -972
  300. package/dist/esm/main-ede573ee.js +0 -961
@@ -1,25 +1,26 @@
1
- import { c as createCommonjsModule, u as unwrapExports } from './_commonjsHelpers-0c4b6f40.js';
2
- import './core.get-iterator-method-0fb60d94.js';
1
+ import './_commonjsHelpers-0c4b6f40.js';
2
+ import './core.get-iterator-method-86d4db69.js';
3
3
  import './_library-528f1934.js';
4
4
  import './_object-pie-33c40e79.js';
5
- import { _ as _extends$1 } from './extends-9a61581c.js';
6
- import './_object-sap-fc9da7e8.js';
7
- import { _ as _inherits$1, a as _classCallCheck$1, b as _possibleConstructorReturn$1, c as _Object$getPrototypeOf, d as _createClass$1 } from './inherits-eeaf6740.js';
8
- import './define-property-73034847.js';
9
- import './web.dom.iterable-6b037ff9.js';
10
- import { _ as _typeof$2 } from './typeof-938ae770.js';
11
- import './_is-array-8914b83f.js';
5
+ import { _ as _extends$1 } from './extends-5b1796d4.js';
6
+ import './_object-sap-8b8ea5a9.js';
7
+ import { _ as _inherits$1, a as _classCallCheck$1, b as _possibleConstructorReturn$1, c as _Object$getPrototypeOf, d as _createClass$1 } from './inherits-2409637d.js';
8
+ import './define-property-6d26cb48.js';
9
+ import './web.dom.iterable-f8f967cd.js';
10
+ import { _ as _typeof$1 } from './typeof-c05a82ba.js';
11
+ import './_is-array-4df618a6.js';
12
12
  import React__default, { createContext, Component, Children, version as version$2 } from 'react';
13
13
  import { E as EventEmitter } from './events-6c3a7a63.js';
14
14
  import PropTypes from 'prop-types';
15
- import { m as moment } from './moment-b6f49411.js';
15
+ import { m as moment } from './moment-e2f9b20c.js';
16
16
  import 'react-dom';
17
- import './slicedToArray-9c3bb613.js';
18
- import './index-f7fdcc91.js';
17
+ import './slicedToArray-67a08c9c.js';
18
+ import './index-73819142.js';
19
19
  import urlFor from './urlFor.js';
20
20
  import { L as LazyLoad } from './index-5f7e79e7.js';
21
21
  import { DropdownButton } from 'react-bootstrap';
22
- import { _ as _objectWithoutPropertiesLoose$1, a as _setPrototypeOf, b as _extends, c as classnames } from './index-637e8f49.js';
22
+ import { _ as _objectWithoutPropertiesLoose$1, a as _extends, c as classnames } from './index-aaa2dae0.js';
23
+ import { _ as _defineProperty, a as _typeof, b as _inherits, c as _classCallCheck, d as _possibleConstructorReturn, e as _getPrototypeOf, f as _assertThisInitialized, g as _createClass } from './inherits-77d5e4fc.js';
23
24
 
24
25
  function _objectWithoutProperties(source, excluded) {
25
26
  if (source == null) return {};
@@ -40,24 +41,9 @@ function _objectWithoutProperties(source, excluded) {
40
41
  return target;
41
42
  }
42
43
 
43
- function _defineProperty(obj, key, value) {
44
- if (key in obj) {
45
- Object.defineProperty(obj, key, {
46
- value: value,
47
- enumerable: true,
48
- configurable: true,
49
- writable: true
50
- });
51
- } else {
52
- obj[key] = value;
53
- }
54
-
55
- return obj;
56
- }
57
-
58
44
  function _objectSpread(target) {
59
45
  for (var i = 1; i < arguments.length; i++) {
60
- var source = arguments[i] != null ? Object(arguments[i]) : {};
46
+ var source = arguments[i] != null ? arguments[i] : {};
61
47
  var ownKeys = Object.keys(source);
62
48
 
63
49
  if (typeof Object.getOwnPropertySymbols === 'function') {
@@ -74,93 +60,6 @@ function _objectSpread(target) {
74
60
  return target;
75
61
  }
76
62
 
77
- function _classCallCheck(instance, Constructor) {
78
- if (!(instance instanceof Constructor)) {
79
- throw new TypeError("Cannot call a class as a function");
80
- }
81
- }
82
-
83
- function _defineProperties(target, props) {
84
- for (var i = 0; i < props.length; i++) {
85
- var descriptor = props[i];
86
- descriptor.enumerable = descriptor.enumerable || false;
87
- descriptor.configurable = true;
88
- if ("value" in descriptor) descriptor.writable = true;
89
- Object.defineProperty(target, descriptor.key, descriptor);
90
- }
91
- }
92
-
93
- function _createClass(Constructor, protoProps, staticProps) {
94
- if (protoProps) _defineProperties(Constructor.prototype, protoProps);
95
- if (staticProps) _defineProperties(Constructor, staticProps);
96
- return Constructor;
97
- }
98
-
99
- var _typeof_1 = createCommonjsModule(function (module) {
100
- function _typeof(obj) {
101
- "@babel/helpers - typeof";
102
-
103
- if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") {
104
- module.exports = _typeof = function _typeof(obj) {
105
- return typeof obj;
106
- };
107
-
108
- module.exports["default"] = module.exports, module.exports.__esModule = true;
109
- } else {
110
- module.exports = _typeof = function _typeof(obj) {
111
- return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
112
- };
113
-
114
- module.exports["default"] = module.exports, module.exports.__esModule = true;
115
- }
116
-
117
- return _typeof(obj);
118
- }
119
-
120
- module.exports = _typeof;
121
- module.exports["default"] = module.exports, module.exports.__esModule = true;
122
- });
123
-
124
- var _typeof = unwrapExports(_typeof_1);
125
-
126
- function _assertThisInitialized(self) {
127
- if (self === void 0) {
128
- throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
129
- }
130
-
131
- return self;
132
- }
133
-
134
- function _possibleConstructorReturn(self, call) {
135
- if (call && (_typeof(call) === "object" || typeof call === "function")) {
136
- return call;
137
- }
138
-
139
- return _assertThisInitialized(self);
140
- }
141
-
142
- function _getPrototypeOf(o) {
143
- _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) {
144
- return o.__proto__ || Object.getPrototypeOf(o);
145
- };
146
- return _getPrototypeOf(o);
147
- }
148
-
149
- function _inherits(subClass, superClass) {
150
- if (typeof superClass !== "function" && superClass !== null) {
151
- throw new TypeError("Super expression must either be null or a function");
152
- }
153
-
154
- subClass.prototype = Object.create(superClass && superClass.prototype, {
155
- constructor: {
156
- value: subClass,
157
- writable: true,
158
- configurable: true
159
- }
160
- });
161
- if (superClass) _setPrototypeOf(subClass, superClass);
162
- }
163
-
164
63
  /* global Map:readonly, Set:readonly, ArrayBuffer:readonly */
165
64
 
166
65
  var hasElementType = typeof Element !== 'undefined';
@@ -296,22 +195,6 @@ var reactFastCompare = function isEqual(a, b) {
296
195
  }
297
196
  };
298
197
 
299
- function _typeof$1(obj) {
300
- "@babel/helpers - typeof";
301
-
302
- if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") {
303
- _typeof$1 = function _typeof(obj) {
304
- return typeof obj;
305
- };
306
- } else {
307
- _typeof$1 = function _typeof(obj) {
308
- return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
309
- };
310
- }
311
-
312
- return _typeof$1(obj);
313
- }
314
-
315
198
  // From https://github.com/reactjs/react-redux/blob/master/src/utils/shallowEqual.js
316
199
  var shallowEqual = function shallowEqual(objA, objB) {
317
200
  if (objA === objB) {
@@ -345,7 +228,7 @@ var defer = function defer(f) {
345
228
  };
346
229
 
347
230
  var isPlainObject = function isPlainObject(value) {
348
- return _typeof$1(value) === 'object' && value !== null && !Array.isArray(value);
231
+ return _typeof(value) === 'object' && value !== null && !Array.isArray(value);
349
232
  };
350
233
 
351
234
  var removeEmptyKey = function removeEmptyKey(obj) {
@@ -1262,39 +1145,26 @@ var Configure = connectConfigure(function Configure() {
1262
1145
  return null;
1263
1146
  });
1264
1147
 
1265
- function _arrayLikeToArray(arr, len) {
1266
- if (len == null || len > arr.length) len = arr.length;
1148
+ function _arrayWithoutHoles(arr) {
1149
+ if (Array.isArray(arr)) {
1150
+ for (var i = 0, arr2 = new Array(arr.length); i < arr.length; i++) {
1151
+ arr2[i] = arr[i];
1152
+ }
1267
1153
 
1268
- for (var i = 0, arr2 = new Array(len); i < len; i++) {
1269
- arr2[i] = arr[i];
1154
+ return arr2;
1270
1155
  }
1271
-
1272
- return arr2;
1273
- }
1274
-
1275
- function _arrayWithoutHoles(arr) {
1276
- if (Array.isArray(arr)) return _arrayLikeToArray(arr);
1277
1156
  }
1278
1157
 
1279
1158
  function _iterableToArray(iter) {
1280
- if (typeof Symbol !== "undefined" && Symbol.iterator in Object(iter)) return Array.from(iter);
1281
- }
1282
-
1283
- function _unsupportedIterableToArray(o, minLen) {
1284
- if (!o) return;
1285
- if (typeof o === "string") return _arrayLikeToArray(o, minLen);
1286
- var n = Object.prototype.toString.call(o).slice(8, -1);
1287
- if (n === "Object" && o.constructor) n = o.constructor.name;
1288
- if (n === "Map" || n === "Set") return Array.from(o);
1289
- if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen);
1159
+ if (Symbol.iterator in Object(iter) || Object.prototype.toString.call(iter) === "[object Arguments]") return Array.from(iter);
1290
1160
  }
1291
1161
 
1292
1162
  function _nonIterableSpread() {
1293
- throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
1163
+ throw new TypeError("Invalid attempt to spread non-iterable instance");
1294
1164
  }
1295
1165
 
1296
1166
  function _toConsumableArray(arr) {
1297
- return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread();
1167
+ return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _nonIterableSpread();
1298
1168
  }
1299
1169
 
1300
1170
  function clone(value) {
@@ -8508,7 +8378,10 @@ function _arrayWithHoles(arr) {
8508
8378
  }
8509
8379
 
8510
8380
  function _iterableToArrayLimit(arr, i) {
8511
- if (typeof Symbol === "undefined" || !(Symbol.iterator in Object(arr))) return;
8381
+ if (!(Symbol.iterator in Object(arr) || Object.prototype.toString.call(arr) === "[object Arguments]")) {
8382
+ return;
8383
+ }
8384
+
8512
8385
  var _arr = [];
8513
8386
  var _n = true;
8514
8387
  var _d = false;
@@ -8535,11 +8408,11 @@ function _iterableToArrayLimit(arr, i) {
8535
8408
  }
8536
8409
 
8537
8410
  function _nonIterableRest() {
8538
- throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
8411
+ throw new TypeError("Invalid attempt to destructure non-iterable instance");
8539
8412
  }
8540
8413
 
8541
8414
  function _slicedToArray(arr, i) {
8542
- return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest();
8415
+ return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _nonIterableRest();
8543
8416
  }
8544
8417
 
8545
8418
  function stringifyItem(item) {
@@ -14146,7 +14019,7 @@ var AlgoliaSearch = function (_React$Component) {
14146
14019
  LazyLoad,
14147
14020
  { once: true },
14148
14021
  React__default.createElement('img', {
14149
- src: hit.thumbnail && hit.thumbnail.asset ? urlFor({ client: client, source: hit.thumbnail }) : hit.thumbnail && _typeof$2(hit.thumbnail === 'string') ? hit.thumbnail : this.props.defaultImage
14022
+ src: hit.thumbnail && hit.thumbnail.asset ? urlFor({ client: client, source: hit.thumbnail }) : hit.thumbnail && _typeof$1(hit.thumbnail === 'string') ? hit.thumbnail : this.props.defaultImage
14150
14023
  })
14151
14024
  )
14152
14025
  )
@@ -1,12 +1,12 @@
1
1
  import './_commonjsHelpers-0c4b6f40.js';
2
- import './core.get-iterator-method-0fb60d94.js';
3
- import './_iter-detect-13e31915.js';
4
- import { _ as _toConsumableArray } from './toConsumableArray-e333293f.js';
2
+ import './core.get-iterator-method-86d4db69.js';
3
+ import './_iter-detect-130ee549.js';
4
+ import { _ as _toConsumableArray } from './toConsumableArray-32282905.js';
5
5
  import './_object-pie-33c40e79.js';
6
- import { _ as _extends } from './extends-9a61581c.js';
7
- import './_object-sap-fc9da7e8.js';
6
+ import { _ as _extends } from './extends-5b1796d4.js';
7
+ import './_object-sap-8b8ea5a9.js';
8
8
  import React__default, { useRef, useEffect } from 'react';
9
- import { _ as _Object$keys } from './keys-a5ffafe7.js';
9
+ import { _ as _Object$keys } from './keys-69989821.js';
10
10
 
11
11
  var sortByName = function sortByName(arr) {
12
12
  var items = [].concat(_toConsumableArray(arr));
@@ -1,16 +1,16 @@
1
1
  import './_commonjsHelpers-0c4b6f40.js';
2
- import './core.get-iterator-method-0fb60d94.js';
2
+ import './core.get-iterator-method-86d4db69.js';
3
3
  import './_object-pie-33c40e79.js';
4
- import { _ as _extends } from './extends-9a61581c.js';
5
- import './web.dom.iterable-6b037ff9.js';
4
+ import { _ as _extends } from './extends-5b1796d4.js';
5
+ import './web.dom.iterable-f8f967cd.js';
6
6
  import React__default from 'react';
7
7
  import 'prop-types';
8
8
  import 'react-dom';
9
- import './slicedToArray-9c3bb613.js';
10
- import './index-f7fdcc91.js';
9
+ import './slicedToArray-67a08c9c.js';
10
+ import './index-73819142.js';
11
11
  import './urlFor.js';
12
12
  import './index-5f7e79e7.js';
13
- import './main-ede573ee.js';
13
+ import './main-c0612122.js';
14
14
  import './index-c7e2ac95.js';
15
15
  import './smoothscroll-0cd4c7a6.js';
16
16
  import YoutubeGroup from './YoutubeGroup.js';
@@ -1,16 +1,16 @@
1
1
  import './_commonjsHelpers-0c4b6f40.js';
2
- import './core.get-iterator-method-0fb60d94.js';
2
+ import './core.get-iterator-method-86d4db69.js';
3
3
  import './_library-528f1934.js';
4
- import './_iter-detect-13e31915.js';
5
- import './toConsumableArray-e333293f.js';
4
+ import './_iter-detect-130ee549.js';
5
+ import './toConsumableArray-32282905.js';
6
6
  import './_object-pie-33c40e79.js';
7
- import { _ as _extends } from './extends-9a61581c.js';
8
- import './_object-sap-fc9da7e8.js';
9
- import './inherits-eeaf6740.js';
10
- import './define-property-73034847.js';
11
- import './web.dom.iterable-6b037ff9.js';
12
- import './typeof-938ae770.js';
13
- import './_is-array-8914b83f.js';
7
+ import { _ as _extends } from './extends-5b1796d4.js';
8
+ import './_object-sap-8b8ea5a9.js';
9
+ import './inherits-2409637d.js';
10
+ import './define-property-6d26cb48.js';
11
+ import './web.dom.iterable-f8f967cd.js';
12
+ import './typeof-c05a82ba.js';
13
+ import './_is-array-4df618a6.js';
14
14
  import React__default from 'react';
15
15
  import './events-6c3a7a63.js';
16
16
  import './index-41a678ea.js';
@@ -18,42 +18,42 @@ import 'prop-types';
18
18
  import 'react-bootstrap/Container';
19
19
  import 'react-bootstrap/Row';
20
20
  import 'react-bootstrap/Col';
21
- import './moment-b6f49411.js';
21
+ import './moment-e2f9b20c.js';
22
22
  import 'next/router';
23
23
  import './isSymbol-1981418f.js';
24
- import './debounce-89969f66.js';
25
- import './toNumber-e3dcad26.js';
26
- import './index.es-a6137319.js';
24
+ import './debounce-9207d8ee.js';
25
+ import './toNumber-2f7a84cd.js';
26
+ import './index.es-29c1cef5.js';
27
27
  import 'react-dom';
28
28
  import './visibility-sensor-72fd8f8b.js';
29
- import { _ as _slicedToArray } from './slicedToArray-9c3bb613.js';
30
- import './index-f7fdcc91.js';
29
+ import { _ as _slicedToArray } from './slicedToArray-67a08c9c.js';
30
+ import './index-73819142.js';
31
31
  import './urlFor.js';
32
32
  import './index-5f7e79e7.js';
33
- import './main-ede573ee.js';
34
- import './entities-731f3fdb.js';
35
- import './stringify-ebc16384.js';
36
- import { a as _asyncToGenerator, r as regenerator, _ as _Promise } from './asyncToGenerator-40371743.js';
33
+ import './main-c0612122.js';
34
+ import './entities-7cc3bf45.js';
35
+ import './stringify-70b72959.js';
36
+ import { a as _asyncToGenerator, r as regenerator, _ as _Promise } from './asyncToGenerator-7bf8bc4d.js';
37
37
  import './Segment.js';
38
38
  import './Beam.js';
39
39
  import './AdSlot.js';
40
40
  import 'react-bootstrap/Button';
41
- import { B as BlockContent } from './BlockContent-ea93e8f7.js';
41
+ import { B as BlockContent } from './BlockContent-e9b4ddcf.js';
42
42
  import './index-c7e2ac95.js';
43
43
  import './smoothscroll-0cd4c7a6.js';
44
44
  import './GroupDeck.js';
45
45
  import './YoutubeGroup.js';
46
46
  import 'react-bootstrap';
47
47
  import './iconBase-602d52fe.js';
48
- import './index.esm-3fdda599.js';
48
+ import './index.esm-29e48d38.js';
49
49
  import ArticleSeriesListing from './ArticleSeriesListing.js';
50
- import { g as getSerializers } from './index-afb3bbc2.js';
50
+ import { g as getSerializers } from './index-d1476645.js';
51
51
  import './util-7700fc59.js';
52
- import './brightcove-react-player-loader.es-e761d404.js';
52
+ import './brightcove-react-player-loader.es-83f53e4e.js';
53
53
  import 'next/head';
54
54
  import 'react-share';
55
55
  import './SocialShare.js';
56
- import './_object-to-array-ee8f6d98.js';
56
+ import './_object-to-array-c54dd835.js';
57
57
  import 'react-bootstrap/Pagination';
58
58
  import 'react-bootstrap/Figure';
59
59
  import 'react-bootstrap/OverlayTrigger';
@@ -1,16 +1,16 @@
1
1
  import './_commonjsHelpers-0c4b6f40.js';
2
- import './core.get-iterator-method-0fb60d94.js';
2
+ import './core.get-iterator-method-86d4db69.js';
3
3
  import './_library-528f1934.js';
4
- import './_iter-detect-13e31915.js';
5
- import './toConsumableArray-e333293f.js';
4
+ import './_iter-detect-130ee549.js';
5
+ import './toConsumableArray-32282905.js';
6
6
  import './_object-pie-33c40e79.js';
7
- import './extends-9a61581c.js';
8
- import './_object-sap-fc9da7e8.js';
9
- import './inherits-eeaf6740.js';
10
- import './define-property-73034847.js';
11
- import './web.dom.iterable-6b037ff9.js';
12
- import './typeof-938ae770.js';
13
- import './_is-array-8914b83f.js';
7
+ import './extends-5b1796d4.js';
8
+ import './_object-sap-8b8ea5a9.js';
9
+ import './inherits-2409637d.js';
10
+ import './define-property-6d26cb48.js';
11
+ import './web.dom.iterable-f8f967cd.js';
12
+ import './typeof-c05a82ba.js';
13
+ import './_is-array-4df618a6.js';
14
14
  import React__default from 'react';
15
15
  import './events-6c3a7a63.js';
16
16
  import './index-41a678ea.js';
@@ -19,25 +19,25 @@ import 'react-bootstrap/Container';
19
19
  import 'react-bootstrap/Row';
20
20
  import 'react-bootstrap/Col';
21
21
  import 'react-bootstrap/Card';
22
- import './moment-b6f49411.js';
22
+ import './moment-e2f9b20c.js';
23
23
  import 'next/router';
24
24
  import './isSymbol-1981418f.js';
25
- import './debounce-89969f66.js';
26
- import './toNumber-e3dcad26.js';
27
- import './index.es-a6137319.js';
25
+ import './debounce-9207d8ee.js';
26
+ import './toNumber-2f7a84cd.js';
27
+ import './index.es-29c1cef5.js';
28
28
  import 'react-dom';
29
29
  import './visibility-sensor-72fd8f8b.js';
30
- import './slicedToArray-9c3bb613.js';
31
- import './index-f7fdcc91.js';
32
- import './main-ede573ee.js';
33
- import './stringify-ebc16384.js';
34
- import { a as _asyncToGenerator, r as regenerator } from './asyncToGenerator-40371743.js';
30
+ import './slicedToArray-67a08c9c.js';
31
+ import './index-73819142.js';
32
+ import './main-c0612122.js';
33
+ import './stringify-70b72959.js';
34
+ import { a as _asyncToGenerator, r as regenerator } from './asyncToGenerator-7bf8bc4d.js';
35
35
  import './Segment.js';
36
36
  import './Beam.js';
37
37
  import './AdSlot.js';
38
- import './ADInfeed-7db96917.js';
39
- import './lodash-a818d390.js';
40
- import './ADlgInfeed-a3931e68.js';
38
+ import './ADInfeed-d767ebe2.js';
39
+ import './lodash-17fdfebb.js';
40
+ import './ADlgInfeed-cee95aa2.js';
41
41
  import MasterDeck from './MasterDeck.js';
42
42
 
43
43
  var _this = undefined;
@@ -1,37 +1,37 @@
1
1
  import './_commonjsHelpers-0c4b6f40.js';
2
- import './core.get-iterator-method-0fb60d94.js';
2
+ import './core.get-iterator-method-86d4db69.js';
3
3
  import './_library-528f1934.js';
4
4
  import './_object-pie-33c40e79.js';
5
- import { _ as _extends } from './extends-9a61581c.js';
6
- import './_object-sap-fc9da7e8.js';
7
- import { _ as _inherits, a as _classCallCheck, b as _possibleConstructorReturn, c as _Object$getPrototypeOf, d as _createClass } from './inherits-eeaf6740.js';
8
- import './define-property-73034847.js';
9
- import './web.dom.iterable-6b037ff9.js';
10
- import './typeof-938ae770.js';
11
- import './_is-array-8914b83f.js';
5
+ import { _ as _extends } from './extends-5b1796d4.js';
6
+ import './_object-sap-8b8ea5a9.js';
7
+ import { _ as _inherits, a as _classCallCheck, b as _possibleConstructorReturn, c as _Object$getPrototypeOf, d as _createClass } from './inherits-2409637d.js';
8
+ import './define-property-6d26cb48.js';
9
+ import './web.dom.iterable-f8f967cd.js';
10
+ import './typeof-c05a82ba.js';
11
+ import './_is-array-4df618a6.js';
12
12
  import React__default from 'react';
13
13
  import './events-6c3a7a63.js';
14
14
  import { l as lib_3 } from './index-41a678ea.js';
15
15
  import 'prop-types';
16
- import Container$1 from 'react-bootstrap/Container';
17
- import { m as moment } from './moment-b6f49411.js';
16
+ import Container from 'react-bootstrap/Container';
17
+ import { m as moment } from './moment-e2f9b20c.js';
18
18
  import { withRouter } from 'next/router';
19
19
  import './isSymbol-1981418f.js';
20
- import { d as debounce_1 } from './debounce-89969f66.js';
21
- import './toNumber-e3dcad26.js';
22
- import { I as InfiniteScroll } from './index.es-a6137319.js';
20
+ import { d as debounce_1 } from './debounce-9207d8ee.js';
21
+ import './toNumber-2f7a84cd.js';
22
+ import { I as InfiniteScroll } from './index.es-29c1cef5.js';
23
23
  import 'react-dom';
24
24
  import { V as VisibilitySensor } from './visibility-sensor-72fd8f8b.js';
25
- import './slicedToArray-9c3bb613.js';
26
- import './index-f7fdcc91.js';
25
+ import './slicedToArray-67a08c9c.js';
26
+ import './index-73819142.js';
27
27
  import './urlFor.js';
28
28
  import './index-5f7e79e7.js';
29
- import './main-ede573ee.js';
29
+ import './main-c0612122.js';
30
30
  import './index-c7e2ac95.js';
31
31
  import './smoothscroll-0cd4c7a6.js';
32
32
  import YoutubeGroup from './YoutubeGroup.js';
33
33
  import './iconBase-602d52fe.js';
34
- import { I as IoIosArrowForward } from './index.esm-3fdda599.js';
34
+ import { I as IoIosArrowForward } from './index.esm-29e48d38.js';
35
35
 
36
36
  var ArticleSeriesListing = function (_React$Component) {
37
37
  _inherits(ArticleSeriesListing, _React$Component);
@@ -260,7 +260,7 @@ var ArticleSeriesListing = function (_React$Component) {
260
260
  InfiniteScroll,
261
261
  { dataLength: this.state.data.length, next: this.loadMore, hasMore: this.state.scrolling, scrollThreshold: 0.8 },
262
262
  React__default.createElement(
263
- Container$1,
263
+ Container,
264
264
  null,
265
265
  this.state.data && this.state.data.map(function (series, index) {
266
266
  var page = series && series.length > 0 && series[0].pageNumber !== 1 ? series[0].pageNumber : 1;