@mjhls/mjh-framework 1.0.859-segment-targeting-v3 → 1.0.860-beta.0

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 (293) hide show
  1. package/README.md +1 -1
  2. package/dist/cjs/AD.js +9 -10
  3. package/dist/cjs/AD300x250.js +16 -19
  4. package/dist/cjs/AD300x250x600.js +16 -19
  5. package/dist/cjs/AD728x90.js +17 -20
  6. package/dist/cjs/ADFloatingFooter.js +18 -21
  7. package/dist/cjs/ADFooter.js +11 -14
  8. package/dist/cjs/ADGutter.js +18 -21
  9. package/dist/cjs/{ADInfeed-7cd00f5d.js → ADInfeed-7c09edba.js} +10 -12
  10. package/dist/cjs/ADSkyscraper.js +18 -21
  11. package/dist/cjs/ADSponsoredResources.js +18 -21
  12. package/dist/cjs/ADWebcast.js +18 -21
  13. package/dist/cjs/ADWelcome.js +22 -25
  14. package/dist/cjs/{ADlgInfeed-0c68c2d8.js → ADlgInfeed-2e7effc7.js} +7 -8
  15. package/dist/cjs/AccordionPanel.js +25 -29
  16. package/dist/cjs/AdSlot.js +20 -23
  17. package/dist/cjs/AdSlotsProvider.js +907 -18
  18. package/dist/cjs/AlgoliaSearch.js +849 -959
  19. package/dist/cjs/AlphabeticList.js +21 -24
  20. package/dist/cjs/ArticleCarousel.js +15 -18
  21. package/dist/cjs/ArticleProgramLandingPage.js +34 -37
  22. package/dist/cjs/ArticleSeriesLandingPage.js +30 -33
  23. package/dist/cjs/ArticleSeriesListing.js +46 -49
  24. package/dist/cjs/Auth.js +1203 -245
  25. package/dist/cjs/AuthWrapper.js +41 -124
  26. package/dist/cjs/{AuthorComponent-ac8972ce.js → AuthorComponent-02e827ae.js} +13 -14
  27. package/dist/cjs/Beam.js +5 -7
  28. package/dist/cjs/{BlockContent-8b494587.js → BlockContent-091a991f.js} +24 -25
  29. package/dist/cjs/Breadcrumbs.js +24 -28
  30. package/dist/cjs/CMEDeck.js +71 -73
  31. package/dist/cjs/Column1.js +11 -14
  32. package/dist/cjs/Column2.js +25 -30
  33. package/dist/cjs/Column3.js +41 -46
  34. package/dist/cjs/ConferenceArticleCard.js +20 -18
  35. package/dist/cjs/ConferenceBanner-4a16fddc.js +23 -0
  36. package/dist/cjs/DeckContent.js +83 -89
  37. package/dist/cjs/DeckQueue.js +77 -82
  38. package/dist/cjs/{Dfp-391fd124.js → Dfp-14d2455c.js} +25 -28
  39. package/dist/cjs/EventsDeck.js +127 -136
  40. package/dist/cjs/ExternalResources.js +58 -61
  41. package/dist/cjs/Feature.js +26 -25
  42. package/dist/cjs/ForbesHero.js +37 -40
  43. package/dist/cjs/GridContent.js +214 -221
  44. package/dist/cjs/GridHero.js +38 -41
  45. package/dist/cjs/GroupDeck.js +52 -55
  46. package/dist/cjs/HamMagazine.js +121 -128
  47. package/dist/cjs/Header.js +12 -14
  48. package/dist/cjs/Hero.js +12 -10
  49. package/dist/cjs/HighlightenVideo.js +16 -17
  50. package/dist/cjs/HorizontalArticleListing.js +48 -51
  51. package/dist/cjs/HorizontalHero.js +26 -24
  52. package/dist/cjs/IssueContentDeck.js +68 -75
  53. package/dist/cjs/IssueDeck.js +66 -73
  54. package/dist/cjs/IssueLanding.js +40 -43
  55. package/dist/cjs/LeftNav.js +27 -31
  56. package/dist/cjs/MasterDeck.js +60 -63
  57. package/dist/cjs/MediaSeriesLanding.js +792 -741
  58. package/dist/cjs/NavDvm.js +68 -75
  59. package/dist/cjs/{NavFooter-3dcd99a8.js → NavFooter-76c913e3.js} +14 -15
  60. package/dist/cjs/NavMagazine.js +121 -128
  61. package/dist/cjs/NavNative.js +113 -123
  62. package/dist/cjs/OncliveHero.js +20 -17
  63. package/dist/cjs/OncliveLargeHero.js +66 -69
  64. package/dist/cjs/PageFilter.js +11 -14
  65. package/dist/cjs/PartnerDetailListing.js +1179 -84
  66. package/dist/cjs/PdfDownload.js +8 -9
  67. package/dist/cjs/PopUpModal.js +16 -20
  68. package/dist/cjs/PubSection.js +27 -30
  69. package/dist/cjs/PubToc.js +12 -15
  70. package/dist/cjs/PublicationDeck.js +62 -64
  71. package/dist/cjs/PublicationLanding.js +118 -124
  72. package/dist/cjs/QueueDeckExpanded.js +293 -295
  73. package/dist/cjs/RecentNews.js +19 -20
  74. package/dist/cjs/RelatedContent.js +25 -23
  75. package/dist/cjs/RelatedTopicsDropdown.js +19 -22
  76. package/dist/cjs/RolesDeck.js +27 -32
  77. package/dist/cjs/Search.js +15 -21
  78. package/dist/cjs/Segment.js +25 -15
  79. package/dist/cjs/SeriesListingDeck.js +31 -33
  80. package/dist/cjs/{SeriesSlider-0d3bf265.js → SeriesSlider-94af9fcb.js} +34 -35
  81. package/dist/cjs/SideFooter.js +28 -31
  82. package/dist/cjs/SocialIcons.js +9 -10
  83. package/dist/cjs/{SocialSearchComponent-19548e2a.js → SocialSearchComponent-650f6101.js} +35 -39
  84. package/dist/cjs/SocialShare.js +29 -31
  85. package/dist/cjs/TaxonomyCard.js +58 -61
  86. package/dist/cjs/TaxonomyDescription.js +33 -36
  87. package/dist/cjs/TemplateNormal.js +43 -46
  88. package/dist/cjs/ThumbnailCard.js +20 -19
  89. package/dist/cjs/Ustream.js +26 -29
  90. package/dist/cjs/VerticalHero.js +18 -16
  91. package/dist/cjs/VideoProgramLandingPage.js +51 -57
  92. package/dist/cjs/VideoSeriesCard.js +26 -27
  93. package/dist/cjs/VideoSeriesFilter.js +14 -16
  94. package/dist/cjs/VideoSeriesLandingPage.js +35 -38
  95. package/dist/cjs/VideoSeriesListing.js +63 -66
  96. package/dist/cjs/View.js +216 -228
  97. package/dist/cjs/YahooHero.js +33 -36
  98. package/dist/cjs/YoutubeGroup.js +54 -57
  99. package/dist/cjs/{_is-array-754e012d.js → _is-array-aa52fa1e.js} +9 -9
  100. package/dist/cjs/{_iter-detect-60b2f026.js → _iter-detect-05795553.js} +6 -7
  101. package/dist/cjs/_object-sap-171b9ea5.js +16 -0
  102. package/dist/cjs/{_object-to-array-5762f850.js → _object-to-array-9bac8737.js} +4 -4
  103. package/dist/cjs/{asyncToGenerator-140e5f89.js → asyncToGenerator-df19209d.js} +65 -67
  104. package/dist/cjs/{brightcove-react-player-loader.es-5c98aec7.js → brightcove-react-player-loader.es-156bd4d6.js} +8 -10
  105. package/dist/cjs/{_to-object-329a650b.js → core.get-iterator-method-f3c44602.js} +239 -3
  106. package/dist/cjs/{define-property-f4d12f4e.js → define-property-21887c62.js} +3 -3
  107. package/dist/cjs/{defineProperty-55548b25.js → defineProperty-77a37684.js} +1 -1
  108. package/dist/cjs/{extends-0a918631.js → extends-eed4f016.js} +8 -8
  109. package/dist/cjs/faundadb.js +5 -7
  110. package/dist/cjs/getQuery.js +2 -2
  111. package/dist/cjs/getRelatedArticle.js +135 -73
  112. package/dist/cjs/getRootDocGroup.js +4 -6
  113. package/dist/cjs/getSerializers.js +23 -25
  114. package/dist/cjs/{getTargeting-a9a871f0.js → getTargeting-8874437b.js} +3 -3
  115. package/dist/cjs/getTargeting.js +5 -7
  116. package/dist/cjs/iconBase-68959171.js +3 -0
  117. package/dist/cjs/{index-6367b7bf.js → index-3294d3bc.js} +17 -16
  118. package/dist/cjs/{index-9d365128.js → index-96b3db50.js} +10 -12
  119. package/dist/cjs/{index-2cf30c83.js → index-98e01cb9.js} +8 -9
  120. package/dist/cjs/{index-b5eb3ff8.js → index-be0c82be.js} +19 -20
  121. package/dist/cjs/{index-efd6512d.js → index-cdcc0b5e.js} +963 -968
  122. package/dist/cjs/{index.es-f3e47207.js → index.es-9110add6.js} +12 -31
  123. package/dist/cjs/{index.esm-3ffa049c.js → index.esm-4d410430.js} +20 -20
  124. package/dist/cjs/{index.esm-974f47d9.js → index.esm-90433435.js} +15 -6
  125. package/dist/cjs/{index.esm-44f3e2d0.js → index.esm-e32d3e8e.js} +6 -3
  126. package/dist/cjs/{index.esm-05850a2f.js → index.esm-ff47db6f.js} +12 -5
  127. package/dist/cjs/index.js +72 -79
  128. package/dist/cjs/{inherits-0c7830c5.js → inherits-12d44cca.js} +13 -14
  129. package/dist/cjs/inherits-8d29278d.js +110 -0
  130. package/dist/cjs/{keys-a586b7a0.js → keys-d207942e.js} +4 -4
  131. package/dist/cjs/{lodash-7fd85bcf.js → lodash-fc2922d0.js} +22 -71
  132. package/dist/cjs/{main-7b5e57b0.js → main-02daeefe.js} +54 -90
  133. package/dist/cjs/{md5-e1ca5797.js → md5-5039b1a6.js} +1 -1
  134. package/dist/cjs/{moment-ca3bd9fb.js → moment-575fe24c.js} +8 -10
  135. package/dist/cjs/{react-social-icons-07939b41.js → react-social-icons-f7f48f71.js} +11 -12
  136. package/dist/cjs/{slicedToArray-8f385299.js → slicedToArray-f6d4eaa8.js} +7 -9
  137. package/dist/cjs/{stringify-7c5aff47.js → stringify-bbc68047.js} +2 -2
  138. package/dist/cjs/timeDifferenceCalc.js +1 -1
  139. package/dist/cjs/{toConsumableArray-9a3476fe.js → toConsumableArray-c9b8a0d0.js} +8 -10
  140. package/dist/cjs/{typeof-9d7f610f.js → typeof-5f52cf64.js} +73 -74
  141. package/dist/cjs/urlFor.js +21 -4
  142. package/dist/cjs/{ustream-api-d092dc31.js → ustream-api-9ebe112f.js} +4 -4
  143. package/dist/cjs/{visibility-sensor-eb2c5b69.js → visibility-sensor-ad5e3116.js} +5 -7
  144. package/dist/cjs/{web.dom.iterable-a0e279c1.js → web.dom.iterable-e34bf324.js} +8 -9
  145. package/dist/esm/AD.js +7 -7
  146. package/dist/esm/AD300x250.js +14 -16
  147. package/dist/esm/AD300x250x600.js +14 -16
  148. package/dist/esm/AD728x90.js +15 -17
  149. package/dist/esm/ADFloatingFooter.js +16 -18
  150. package/dist/esm/ADFooter.js +9 -11
  151. package/dist/esm/ADGutter.js +16 -18
  152. package/dist/esm/{ADInfeed-77da0e2a.js → ADInfeed-bfd129d9.js} +8 -8
  153. package/dist/esm/ADSkyscraper.js +16 -18
  154. package/dist/esm/ADSponsoredResources.js +16 -18
  155. package/dist/esm/ADWebcast.js +16 -18
  156. package/dist/esm/ADWelcome.js +20 -22
  157. package/dist/esm/{ADlgInfeed-d3e3000f.js → ADlgInfeed-0489335b.js} +5 -5
  158. package/dist/esm/AccordionPanel.js +20 -22
  159. package/dist/esm/AdSlot.js +12 -14
  160. package/dist/esm/AdSlotsProvider.js +906 -16
  161. package/dist/esm/AlgoliaSearch.js +245 -354
  162. package/dist/esm/AlphabeticList.js +19 -21
  163. package/dist/esm/ArticleCarousel.js +13 -15
  164. package/dist/esm/ArticleProgramLandingPage.js +32 -34
  165. package/dist/esm/ArticleSeriesLandingPage.js +28 -30
  166. package/dist/esm/ArticleSeriesListing.js +43 -45
  167. package/dist/esm/Auth.js +1187 -225
  168. package/dist/esm/AuthWrapper.js +39 -121
  169. package/dist/esm/{AuthorComponent-8ffd4679.js → AuthorComponent-e6f95c2f.js} +11 -11
  170. package/dist/esm/Beam.js +5 -7
  171. package/dist/esm/{BlockContent-d05b5b23.js → BlockContent-e9b4ddcf.js} +4 -4
  172. package/dist/esm/Breadcrumbs.js +14 -16
  173. package/dist/esm/CMEDeck.js +68 -70
  174. package/dist/esm/Column1.js +9 -9
  175. package/dist/esm/Column2.js +23 -25
  176. package/dist/esm/Column3.js +39 -41
  177. package/dist/esm/ConferenceArticleCard.js +18 -15
  178. package/dist/esm/{ConferenceBanner-9162d0ca.js → ConferenceBanner-8792ebd2.js} +4 -4
  179. package/dist/esm/DeckContent.js +79 -81
  180. package/dist/esm/DeckQueue.js +73 -74
  181. package/dist/esm/{Dfp-2f9796e1.js → Dfp-f867d061.js} +13 -15
  182. package/dist/esm/EventsDeck.js +102 -104
  183. package/dist/esm/ExternalResources.js +53 -55
  184. package/dist/esm/Feature.js +20 -17
  185. package/dist/esm/ForbesHero.js +31 -33
  186. package/dist/esm/GridContent.js +183 -185
  187. package/dist/esm/GridHero.js +32 -34
  188. package/dist/esm/GroupDeck.js +40 -42
  189. package/dist/esm/HamMagazine.js +96 -98
  190. package/dist/esm/Header.js +8 -8
  191. package/dist/esm/Hero.js +10 -7
  192. package/dist/esm/HighlightenVideo.js +14 -14
  193. package/dist/esm/HorizontalArticleListing.js +46 -48
  194. package/dist/esm/HorizontalHero.js +24 -21
  195. package/dist/esm/IssueContentDeck.js +56 -58
  196. package/dist/esm/IssueDeck.js +60 -62
  197. package/dist/esm/IssueLanding.js +38 -40
  198. package/dist/esm/LeftNav.js +23 -25
  199. package/dist/esm/MasterDeck.js +57 -59
  200. package/dist/esm/MediaSeriesLanding.js +518 -464
  201. package/dist/esm/NavDvm.js +51 -53
  202. package/dist/esm/{NavFooter-c29526b7.js → NavFooter-e27bd93b.js} +12 -12
  203. package/dist/esm/NavMagazine.js +98 -100
  204. package/dist/esm/NavNative.js +88 -90
  205. package/dist/esm/OncliveHero.js +18 -14
  206. package/dist/esm/OncliveLargeHero.js +55 -57
  207. package/dist/esm/PageFilter.js +9 -11
  208. package/dist/esm/PartnerDetailListing.js +1178 -83
  209. package/dist/esm/PdfDownload.js +6 -6
  210. package/dist/esm/PopUpModal.js +11 -13
  211. package/dist/esm/PubSection.js +25 -27
  212. package/dist/esm/PubToc.js +10 -12
  213. package/dist/esm/PublicationDeck.js +54 -51
  214. package/dist/esm/PublicationLanding.js +77 -79
  215. package/dist/esm/QueueDeckExpanded.js +259 -261
  216. package/dist/esm/RecentNews.js +17 -17
  217. package/dist/esm/RelatedContent.js +20 -17
  218. package/dist/esm/RelatedTopicsDropdown.js +11 -11
  219. package/dist/esm/RolesDeck.js +25 -25
  220. package/dist/esm/Search.js +10 -12
  221. package/dist/esm/Segment.js +25 -15
  222. package/dist/esm/SeriesListingDeck.js +26 -28
  223. package/dist/esm/{SeriesSlider-7d89f4d9.js → SeriesSlider-0371fc11.js} +25 -25
  224. package/dist/esm/SideFooter.js +25 -27
  225. package/dist/esm/SocialIcons.js +7 -7
  226. package/dist/esm/{SocialSearchComponent-47815365.js → SocialSearchComponent-d7dec0c2.js} +29 -29
  227. package/dist/esm/SocialShare.js +25 -25
  228. package/dist/esm/TaxonomyCard.js +54 -52
  229. package/dist/esm/TaxonomyDescription.js +28 -30
  230. package/dist/esm/TemplateNormal.js +40 -42
  231. package/dist/esm/ThumbnailCard.js +13 -10
  232. package/dist/esm/Ustream.js +24 -26
  233. package/dist/esm/VerticalHero.js +16 -13
  234. package/dist/esm/VideoProgramLandingPage.js +44 -46
  235. package/dist/esm/VideoSeriesCard.js +21 -21
  236. package/dist/esm/VideoSeriesFilter.js +11 -13
  237. package/dist/esm/VideoSeriesLandingPage.js +28 -30
  238. package/dist/esm/VideoSeriesListing.js +60 -62
  239. package/dist/esm/View.js +199 -207
  240. package/dist/esm/YahooHero.js +28 -30
  241. package/dist/esm/YoutubeGroup.js +39 -41
  242. package/dist/esm/{_is-array-58e95429.js → _is-array-4df618a6.js} +1 -1
  243. package/dist/esm/{_iter-detect-5d49a330.js → _iter-detect-130ee549.js} +1 -2
  244. package/dist/esm/{_object-sap-964b6feb.js → _object-sap-8b8ea5a9.js} +1 -1
  245. package/dist/esm/{_object-to-array-7e804fce.js → _object-to-array-c54dd835.js} +1 -1
  246. package/dist/esm/{asyncToGenerator-fc1c2e29.js → asyncToGenerator-7bf8bc4d.js} +3 -5
  247. package/dist/esm/{brightcove-react-player-loader.es-4abff0b1.js → brightcove-react-player-loader.es-83f53e4e.js} +6 -7
  248. package/dist/esm/{_to-object-a4107da3.js → core.get-iterator-method-86d4db69.js} +230 -1
  249. package/dist/esm/{define-property-8af5f002.js → define-property-6d26cb48.js} +1 -1
  250. package/dist/esm/{defineProperty-94fd8bfc.js → defineProperty-d7d9b577.js} +1 -1
  251. package/dist/esm/{extends-6f2fcc99.js → extends-5b1796d4.js} +1 -1
  252. package/dist/esm/faundadb.js +5 -7
  253. package/dist/esm/getQuery.js +2 -2
  254. package/dist/esm/getRelatedArticle.js +130 -68
  255. package/dist/esm/getRootDocGroup.js +4 -6
  256. package/dist/esm/getSerializers.js +23 -25
  257. package/dist/esm/{getTargeting-bd800589.js → getTargeting-277c801e.js} +2 -2
  258. package/dist/esm/getTargeting.js +5 -7
  259. package/dist/esm/{index-f7fb1e25.js → index-41a678ea.js} +3 -3
  260. package/dist/esm/{index-6c12bdd5.js → index-5f7e79e7.js} +4 -4
  261. package/dist/esm/{index-51a80699.js → index-73819142.js} +19 -20
  262. package/dist/esm/{index-c00b0bbb.js → index-ef6d5dcf.js} +17 -16
  263. package/dist/esm/{index-23415831.js → index-fe008ffe.js} +914 -909
  264. package/dist/esm/{index.es-c6222053.js → index.es-29c1cef5.js} +10 -28
  265. package/dist/esm/{index.esm-3fdda599.js → index.esm-29e48d38.js} +15 -6
  266. package/dist/esm/{index.esm-a8ff922c.js → index.esm-cf08bf18.js} +12 -5
  267. package/dist/esm/{index.esm-c6715e80.js → index.esm-f8aaeeeb.js} +6 -3
  268. package/dist/esm/{index.esm-8ee5ff72.js → index.esm-fd746768.js} +18 -17
  269. package/dist/esm/index.js +64 -68
  270. package/dist/esm/{inherits-75d45541.js → inherits-2409637d.js} +4 -5
  271. package/dist/esm/inherits-77d5e4fc.js +101 -0
  272. package/dist/esm/{keys-8eda7a5c.js → keys-69989821.js} +2 -2
  273. package/dist/esm/{lodash-ec8c6b48.js → lodash-17fdfebb.js} +22 -71
  274. package/dist/esm/{main-747e7d25.js → main-e4a934b2.js} +52 -87
  275. package/dist/esm/{md5-4e42248e.js → md5-9be0e905.js} +1 -1
  276. package/dist/esm/{moment-b6f49411.js → moment-e2f9b20c.js} +8 -10
  277. package/dist/esm/{react-social-icons-3822f1ce.js → react-social-icons-a7d5c5c7.js} +5 -5
  278. package/dist/esm/{slicedToArray-641f241f.js → slicedToArray-67a08c9c.js} +2 -4
  279. package/dist/esm/{stringify-4330ccdc.js → stringify-70b72959.js} +1 -1
  280. package/dist/esm/timeDifferenceCalc.js +1 -1
  281. package/dist/esm/{toConsumableArray-43aa614d.js → toConsumableArray-32282905.js} +2 -4
  282. package/dist/esm/{typeof-af9c50d8.js → typeof-c05a82ba.js} +4 -5
  283. package/dist/esm/urlFor.js +19 -2
  284. package/dist/esm/{ustream-api-9a50644d.js → ustream-api-4c4fe0ba.js} +4 -4
  285. package/dist/esm/{visibility-sensor-f40c2564.js → visibility-sensor-72fd8f8b.js} +2 -2
  286. package/dist/esm/{web.dom.iterable-4439f05a.js → web.dom.iterable-f8f967cd.js} +1 -2
  287. package/package.json +1 -1
  288. package/dist/cjs/ConferenceBanner-6c9e718a.js +0 -24
  289. package/dist/cjs/_object-sap-5e74ba08.js +0 -16
  290. package/dist/cjs/core.get-iterator-method-f62321d4.js +0 -39
  291. package/dist/cjs/es6.string.iterator-cc0bbaa4.js +0 -210
  292. package/dist/esm/core.get-iterator-method-e1de7503.js +0 -36
  293. package/dist/esm/es6.string.iterator-c990c18c.js +0 -201
@@ -1,4 +1,4 @@
1
- import React, { Component } from 'react';
1
+ import React__default, { Component } from 'react';
2
2
 
3
3
  /*! *****************************************************************************
4
4
  Copyright (c) Microsoft Corporation. All rights reserved.
@@ -263,9 +263,6 @@ var InfiniteScroll = /** @class */ (function (_super) {
263
263
  _this.dragging = false;
264
264
  if (_this.state.pullToRefreshThresholdBreached) {
265
265
  _this.props.refreshFunction && _this.props.refreshFunction();
266
- _this.setState({
267
- pullToRefreshThresholdBreached: false,
268
- });
269
266
  }
270
267
  requestAnimationFrame(function () {
271
268
  // this._infScroll
@@ -291,9 +288,7 @@ var InfiniteScroll = /** @class */ (function (_super) {
291
288
  // prevents multiple triggers.
292
289
  if (_this.actionTriggered)
293
290
  return;
294
- var atBottom = _this.props.inverse
295
- ? _this.isElementAtTop(target, _this.props.scrollThreshold)
296
- : _this.isElementAtBottom(target, _this.props.scrollThreshold);
291
+ var atBottom = _this.isElementAtBottom(target, _this.props.scrollThreshold);
297
292
  // call the `next` function in the props to trigger the next data fetch
298
293
  if (atBottom && _this.props.hasMore) {
299
294
  _this.actionTriggered = true;
@@ -366,30 +361,17 @@ var InfiniteScroll = /** @class */ (function (_super) {
366
361
  }
367
362
  };
368
363
  InfiniteScroll.prototype.UNSAFE_componentWillReceiveProps = function (props) {
369
- // do nothing when dataLength is unchanged
370
- if (this.props.dataLength === props.dataLength)
364
+ // do nothing when dataLength and key are unchanged
365
+ if (this.props.key === props.key &&
366
+ this.props.dataLength === props.dataLength)
371
367
  return;
372
368
  this.actionTriggered = false;
373
369
  // update state when new data was sent in
374
370
  this.setState({
375
371
  showLoader: false,
372
+ pullToRefreshThresholdBreached: false,
376
373
  });
377
374
  };
378
- InfiniteScroll.prototype.isElementAtTop = function (target, scrollThreshold) {
379
- if (scrollThreshold === void 0) { scrollThreshold = 0.8; }
380
- var clientHeight = target === document.body || target === document.documentElement
381
- ? window.screen.availHeight
382
- : target.clientHeight;
383
- var threshold = parseThreshold(scrollThreshold);
384
- if (threshold.unit === ThresholdUnits.Pixel) {
385
- return (target.scrollTop <=
386
- threshold.value + clientHeight - target.scrollHeight + 1 ||
387
- target.scrollTop === 0);
388
- }
389
- return (target.scrollTop <=
390
- threshold.value / 100 + clientHeight - target.scrollHeight + 1 ||
391
- target.scrollTop === 0);
392
- };
393
375
  InfiniteScroll.prototype.isElementAtBottom = function (target, scrollThreshold) {
394
376
  if (scrollThreshold === void 0) { scrollThreshold = 0.8; }
395
377
  var clientHeight = target === document.body || target === document.documentElement
@@ -414,10 +396,10 @@ var InfiniteScroll = /** @class */ (function (_super) {
414
396
  var outerDivStyle = this.props.pullDownToRefresh && this.props.height
415
397
  ? { overflow: 'auto' }
416
398
  : {};
417
- return (React.createElement("div", { style: outerDivStyle, className: "infinite-scroll-component__outerdiv" },
418
- React.createElement("div", { className: "infinite-scroll-component " + (this.props.className || ''), ref: function (infScroll) { return (_this._infScroll = infScroll); }, style: style },
419
- this.props.pullDownToRefresh && (React.createElement("div", { style: { position: 'relative' }, ref: function (pullDown) { return (_this._pullDown = pullDown); } },
420
- React.createElement("div", { style: {
399
+ return (React__default.createElement("div", { style: outerDivStyle, className: "infinite-scroll-component__outerdiv" },
400
+ React__default.createElement("div", { className: "infinite-scroll-component " + (this.props.className || ''), ref: function (infScroll) { return (_this._infScroll = infScroll); }, style: style },
401
+ this.props.pullDownToRefresh && (React__default.createElement("div", { style: { position: 'relative' }, ref: function (pullDown) { return (_this._pullDown = pullDown); } },
402
+ React__default.createElement("div", { style: {
421
403
  position: 'absolute',
422
404
  left: 0,
423
405
  right: 0,
@@ -1,16 +1,25 @@
1
1
  import { G as GenIcon } from './iconBase-602d52fe.js';
2
2
 
3
3
  // THIS FILE IS AUTO GENERATED
4
- function IoIosArrowDropupCircle (props) {
4
+ var IoIosArrowDropupCircle = function (props) {
5
5
  return GenIcon({"tag":"svg","attr":{"viewBox":"0 0 512 512"},"child":[{"tag":"path","attr":{"d":"M256 464c114.9 0 208-93.1 208-208S370.9 48 256 48 48 141.1 48 256s93.1 208 208 208zm0-244.5l-81.1 81.9c-7.5 7.5-19.8 7.5-27.3 0s-7.5-19.8 0-27.3l95.7-95.4c7.3-7.3 19.1-7.5 26.6-.6l94.3 94c3.8 3.8 5.7 8.7 5.7 13.7 0 4.9-1.9 9.9-5.6 13.6-7.5 7.5-19.7 7.6-27.3 0l-81-79.9z"}}]})(props);
6
- }function IoIosArrowForward (props) {
6
+ };
7
+ IoIosArrowDropupCircle.displayName = "IoIosArrowDropupCircle";
8
+ var IoIosArrowForward = function (props) {
7
9
  return GenIcon({"tag":"svg","attr":{"viewBox":"0 0 512 512"},"child":[{"tag":"path","attr":{"d":"M294.1 256L167 129c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.3 34 0L345 239c9.1 9.1 9.3 23.7.7 33.1L201.1 417c-4.7 4.7-10.9 7-17 7s-12.3-2.3-17-7c-9.4-9.4-9.4-24.6 0-33.9l127-127.1z"}}]})(props);
8
- }function IoIosOpen (props) {
10
+ };
11
+ IoIosArrowForward.displayName = "IoIosArrowForward";
12
+ var IoIosOpen = function (props) {
9
13
  return GenIcon({"tag":"svg","attr":{"viewBox":"0 0 512 512"},"child":[{"tag":"path","attr":{"d":"M227.8 300.2c-5.1-5.1-5.1-13.3 0-18.4l133.7-133.7c-5.3-2.6-11.2-4.1-17.5-4.1H88c-22 0-40 18-40 40v224c0 22 18 40 40 40h256c22 0 40-18 40-40V184c0-6.3-1.5-12.2-4.1-17.5L246.2 300.2c-5.1 5.1-13.3 5.1-18.4 0z"}},{"tag":"path","attr":{"d":"M459.5 68.5C457 66 453 64 449 64h-97c-7.2-.1-13.1 5.7-13.1 12.9-.1 7.2 5.7 13.1 12.9 13.1l67.3.5-57.6 57.6c8 3.9 14.5 10.4 18.4 18.4l57.6-57.6.5 67.3c.1 7.2 5.9 13 13.1 12.9 7.2-.1 13-5.9 12.9-13.1V78c0-3.5-2-7-4.5-9.5z"}}]})(props);
10
- }function IoMdArrowDropdown (props) {
14
+ };
15
+ IoIosOpen.displayName = "IoIosOpen";
16
+ var IoMdArrowDropdown = function (props) {
11
17
  return GenIcon({"tag":"svg","attr":{"viewBox":"0 0 512 512"},"child":[{"tag":"path","attr":{"d":"M128 192l128 128 128-128z"}}]})(props);
12
- }function IoMdLogIn (props) {
18
+ };
19
+ IoMdArrowDropdown.displayName = "IoMdArrowDropdown";
20
+ var IoMdLogIn = function (props) {
13
21
  return GenIcon({"tag":"svg","attr":{"viewBox":"0 0 512 512"},"child":[{"tag":"path","attr":{"d":"M256 48c-42.9 0-84.2 13-119.2 37.5-34.2 24-60.2 57.2-75.1 96.1L58 192h45.7l1.9-5c8.2-17.8 19.4-33.9 33.5-48 31.2-31.2 72.7-48.4 116.9-48.4s85.7 17.2 116.9 48.4c31.2 31.2 48.4 72.7 48.4 116.9 0 44.1-17.2 85.7-48.4 116.9-31.2 31.2-72.7 48.4-116.9 48.4-44.1 0-85.6-17.2-116.9-48.4-14-14-25.3-30.1-33.5-47.9l-1.9-5H58l3.6 10.4c14.9 38.9 40.9 72.1 75.1 96.1C171.8 451.1 213 464 256 464c114.7 0 208-93.3 208-208S370.7 48 256 48z"}},{"tag":"path","attr":{"d":"M48 277.4h189.7l-43.6 44.7L224 352l96-96-96-96-31 29.9 44.7 44.7H48v42.8z"}}]})(props);
14
- }
22
+ };
23
+ IoMdLogIn.displayName = "IoMdLogIn";
15
24
 
16
25
  export { IoIosArrowForward as I, IoMdArrowDropdown as a, IoMdLogIn as b, IoIosOpen as c, IoIosArrowDropupCircle as d };
@@ -1,14 +1,21 @@
1
1
  import { G as GenIcon } from './iconBase-602d52fe.js';
2
2
 
3
3
  // THIS FILE IS AUTO GENERATED
4
- function FaLongArrowAltRight (props) {
4
+ var FaLongArrowAltRight = function (props) {
5
5
  return GenIcon({"tag":"svg","attr":{"viewBox":"0 0 448 512"},"child":[{"tag":"path","attr":{"d":"M313.941 216H12c-6.627 0-12 5.373-12 12v56c0 6.627 5.373 12 12 12h301.941v46.059c0 21.382 25.851 32.09 40.971 16.971l86.059-86.059c9.373-9.373 9.373-24.569 0-33.941l-86.059-86.059c-15.119-15.119-40.971-4.411-40.971 16.971V216z"}}]})(props);
6
- }function FaMinus (props) {
6
+ };
7
+ FaLongArrowAltRight.displayName = "FaLongArrowAltRight";
8
+ var FaMinus = function (props) {
7
9
  return GenIcon({"tag":"svg","attr":{"viewBox":"0 0 448 512"},"child":[{"tag":"path","attr":{"d":"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"}}]})(props);
8
- }function FaPlus (props) {
10
+ };
11
+ FaMinus.displayName = "FaMinus";
12
+ var FaPlus = function (props) {
9
13
  return GenIcon({"tag":"svg","attr":{"viewBox":"0 0 448 512"},"child":[{"tag":"path","attr":{"d":"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"}}]})(props);
10
- }function FaRegWindowClose (props) {
14
+ };
15
+ FaPlus.displayName = "FaPlus";
16
+ var FaRegWindowClose = function (props) {
11
17
  return GenIcon({"tag":"svg","attr":{"viewBox":"0 0 512 512"},"child":[{"tag":"path","attr":{"d":"M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z"}}]})(props);
12
- }
18
+ };
19
+ FaRegWindowClose.displayName = "FaRegWindowClose";
13
20
 
14
21
  export { FaRegWindowClose as F, FaLongArrowAltRight as a, FaMinus as b, FaPlus as c };
@@ -1,10 +1,13 @@
1
1
  import { G as GenIcon } from './iconBase-602d52fe.js';
2
2
 
3
3
  // THIS FILE IS AUTO GENERATED
4
- function MdEmail (props) {
4
+ var MdEmail = function (props) {
5
5
  return GenIcon({"tag":"svg","attr":{"viewBox":"0 0 24 24"},"child":[{"tag":"path","attr":{"d":"M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z"}}]})(props);
6
- }function MdPictureAsPdf (props) {
6
+ };
7
+ MdEmail.displayName = "MdEmail";
8
+ var MdPictureAsPdf = function (props) {
7
9
  return GenIcon({"tag":"svg","attr":{"viewBox":"0 0 24 24"},"child":[{"tag":"path","attr":{"d":"M20 2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-8.5 7.5c0 .83-.67 1.5-1.5 1.5H9v2H7.5V7H10c.83 0 1.5.67 1.5 1.5v1zm5 2c0 .83-.67 1.5-1.5 1.5h-2.5V7H15c.83 0 1.5.67 1.5 1.5v3zm4-3H19v1h1.5V11H19v2h-1.5V7h3v1.5zM9 9.5h1v-1H9v1zM4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6zm10 5.5h1v-3h-1v3z"}}]})(props);
8
- }
10
+ };
11
+ MdPictureAsPdf.displayName = "MdPictureAsPdf";
9
12
 
10
13
  export { MdEmail as M, MdPictureAsPdf as a };
@@ -1,5 +1,5 @@
1
- import React from 'react';
2
- import { r as reactSocialIcons_1 } from './react-social-icons-3822f1ce.js';
1
+ import React__default from 'react';
2
+ import { r as reactSocialIcons_1 } from './react-social-icons-a7d5c5c7.js';
3
3
  import { G as GenIcon } from './iconBase-602d52fe.js';
4
4
 
5
5
  var year = new Date().getFullYear();
@@ -8,26 +8,26 @@ var SocialNavFooter = function SocialNavFooter(props) {
8
8
  var website = props.website,
9
9
  showLogo = props.showLogo;
10
10
 
11
- return React.createElement(
11
+ return React__default.createElement(
12
12
  'div',
13
13
  { className: 'nav-footer' },
14
- website && website.footerLinks && website.footerLinks.length && React.createElement(
14
+ website && website.footerLinks && website.footerLinks.length && React__default.createElement(
15
15
  'ul',
16
16
  null,
17
17
  website && website.footerLinks.map(function (content, index) {
18
18
  if (content.url && content.title) {
19
- return content.blank ? React.createElement(
19
+ return content.blank ? React__default.createElement(
20
20
  'li',
21
21
  { key: index },
22
- React.createElement(
22
+ React__default.createElement(
23
23
  'a',
24
24
  { target: '_blank', rel: 'noopener noreferrer', href: content.url, className: 'nav-link' },
25
25
  content.title
26
26
  )
27
- ) : React.createElement(
27
+ ) : React__default.createElement(
28
28
  'li',
29
29
  { key: index },
30
- React.createElement(
30
+ React__default.createElement(
31
31
  'a',
32
32
  { href: content.url, className: 'nav-link' },
33
33
  content.title
@@ -36,14 +36,14 @@ var SocialNavFooter = function SocialNavFooter(props) {
36
36
  } else return null;
37
37
  })
38
38
  ),
39
- React.createElement(
39
+ React__default.createElement(
40
40
  'ul',
41
41
  null,
42
- React.createElement(
42
+ React__default.createElement(
43
43
  'li',
44
44
  { style: { marginTop: '10px' }, key: website.footerLinks ? website.footerLinks.length + 1 : 1 },
45
45
  website.socialLinks && website.socialLinks.map(function (row, index) {
46
- return React.createElement(reactSocialIcons_1, {
46
+ return React__default.createElement(reactSocialIcons_1, {
47
47
  target: row.blank ? '_blank' : '_self',
48
48
  rel: 'noopener noreferrer',
49
49
  key: index,
@@ -55,13 +55,13 @@ var SocialNavFooter = function SocialNavFooter(props) {
55
55
  });
56
56
  })
57
57
  ),
58
- showLogo && React.createElement(
58
+ showLogo && React__default.createElement(
59
59
  'li',
60
60
  null,
61
- React.createElement(
61
+ React__default.createElement(
62
62
  'a',
63
63
  { href: 'https://www.mjhlifesciences.com' },
64
- React.createElement('img', {
64
+ React__default.createElement('img', {
65
65
  style: { maxWidth: '100%', height: '50px', margin: ' 10px 0', objectFit: 'contain' },
66
66
  alt: 'MJHLS Brand Logo',
67
67
  src: 'https://mjh-web.s3.amazonaws.com/_media/an_mjhls_brand_logo.png'
@@ -69,7 +69,7 @@ var SocialNavFooter = function SocialNavFooter(props) {
69
69
  )
70
70
  )
71
71
  ),
72
- website && website.name && React.createElement(
72
+ website && website.name && React__default.createElement(
73
73
  'p',
74
74
  { className: 'nav-link' },
75
75
  '\xA9 ',
@@ -82,8 +82,9 @@ var SocialNavFooter = function SocialNavFooter(props) {
82
82
  };
83
83
 
84
84
  // THIS FILE IS AUTO GENERATED
85
- function GoSearch (props) {
85
+ var GoSearch = function (props) {
86
86
  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);
87
- }
87
+ };
88
+ GoSearch.displayName = "GoSearch";
88
89
 
89
90
  export { GoSearch as G, SocialNavFooter as S };
package/dist/esm/index.js CHANGED
@@ -1,62 +1,60 @@
1
1
  import './_commonjsHelpers-0c4b6f40.js';
2
- import './_to-object-a4107da3.js';
3
- import './es6.string.iterator-c990c18c.js';
2
+ import './core.get-iterator-method-86d4db69.js';
4
3
  import './_library-528f1934.js';
5
- import './_iter-detect-5d49a330.js';
6
- import './toConsumableArray-43aa614d.js';
7
- import './core.get-iterator-method-e1de7503.js';
4
+ import './_iter-detect-130ee549.js';
5
+ import './toConsumableArray-32282905.js';
8
6
  import './_object-pie-33c40e79.js';
9
- import './extends-6f2fcc99.js';
10
- import './_object-sap-964b6feb.js';
11
- import './inherits-75d45541.js';
12
- import './define-property-8af5f002.js';
13
- import './web.dom.iterable-4439f05a.js';
14
- import './typeof-af9c50d8.js';
15
- import './_is-array-58e95429.js';
16
- import React from 'react';
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
+ import React__default from 'react';
17
15
  import './events-6c3a7a63.js';
18
- import './index-f7fb1e25.js';
16
+ import './index-41a678ea.js';
19
17
  import 'prop-types';
20
18
  import 'react-bootstrap/Container';
21
- import Row from 'react-bootstrap/Row';
22
- import Col from 'react-bootstrap/Col';
19
+ import Row$1 from 'react-bootstrap/Row';
20
+ import Col$1 from 'react-bootstrap/Col';
23
21
  import 'react-bootstrap/Card';
24
- import './moment-b6f49411.js';
22
+ import './moment-e2f9b20c.js';
25
23
  import 'next/router';
26
24
  import './isSymbol-1981418f.js';
27
25
  import './debounce-9207d8ee.js';
28
26
  import './toNumber-2f7a84cd.js';
29
- import './index.es-c6222053.js';
27
+ import './index.es-29c1cef5.js';
30
28
  import 'react-dom';
31
- import './visibility-sensor-f40c2564.js';
32
- import './index-51a80699.js';
29
+ import './visibility-sensor-72fd8f8b.js';
30
+ import './slicedToArray-67a08c9c.js';
31
+ import './index-73819142.js';
33
32
  import urlFor from './urlFor.js';
34
33
  export { default as urlFor } from './urlFor.js';
35
- import { L as LazyLoad } from './index-6c12bdd5.js';
36
- import './main-747e7d25.js';
34
+ import { L as LazyLoad } from './index-5f7e79e7.js';
35
+ import './main-e4a934b2.js';
37
36
  import './entities-7cc3bf45.js';
38
- import './slicedToArray-641f241f.js';
39
- import './stringify-4330ccdc.js';
40
- import './asyncToGenerator-fc1c2e29.js';
37
+ import './stringify-70b72959.js';
38
+ import './asyncToGenerator-7bf8bc4d.js';
41
39
  export { default as Segment } from './Segment.js';
42
40
  export { default as Beam } from './Beam.js';
43
41
  export { default as AdSlot } from './AdSlot.js';
44
- import './ADInfeed-77da0e2a.js';
42
+ import './ADInfeed-bfd129d9.js';
45
43
  export { default as DeckContent } from './DeckContent.js';
46
- import './lodash-ec8c6b48.js';
47
- import './ADlgInfeed-d3e3000f.js';
44
+ import './lodash-17fdfebb.js';
45
+ import './ADlgInfeed-0489335b.js';
48
46
  import './getContentCategory-15dcc413.js';
49
47
  import './get-1e515072.js';
50
48
  import './eq-b470f743.js';
51
49
  export { default as AD } from './AD.js';
52
- import './AuthorComponent-8ffd4679.js';
50
+ import './AuthorComponent-e6f95c2f.js';
53
51
  import 'react-bootstrap/Button';
54
52
  export { default as GridContent } from './GridContent.js';
55
53
  export { default as DeckQueue } from './DeckQueue.js';
56
54
  import 'react-bootstrap/Media';
57
55
  export { default as ThumbnailCard } from './ThumbnailCard.js';
58
- import './BlockContent-d05b5b23.js';
59
- import './react-social-icons-3822f1ce.js';
56
+ import './BlockContent-e9b4ddcf.js';
57
+ import './react-social-icons-a7d5c5c7.js';
60
58
  export { default as TaxonomyCard } from './TaxonomyCard.js';
61
59
  export { default as RolesDeck } from './RolesDeck.js';
62
60
  import './index-c7e2ac95.js';
@@ -67,17 +65,17 @@ import 'react-bootstrap';
67
65
  import './timeDifferenceCalc.js';
68
66
  export { default as QueueDeckExpanded } from './QueueDeckExpanded.js';
69
67
  import './iconBase-602d52fe.js';
70
- import './index.esm-3fdda599.js';
68
+ import './index.esm-29e48d38.js';
71
69
  export { default as VideoSeriesListing } from './VideoSeriesListing.js';
72
70
  export { default as ArticleSeriesListing } from './ArticleSeriesListing.js';
73
71
  export { default as ArticleCarousel } from './ArticleCarousel.js';
74
- export { g as getSerializers } from './index-23415831.js';
72
+ export { g as getSerializers } from './index-fe008ffe.js';
75
73
  import './util-7700fc59.js';
76
- import './brightcove-react-player-loader.es-4abff0b1.js';
74
+ import './brightcove-react-player-loader.es-83f53e4e.js';
77
75
  import 'next/head';
78
76
  import 'react-share';
79
77
  export { default as SocialShare } from './SocialShare.js';
80
- import './_object-to-array-7e804fce.js';
78
+ import './_object-to-array-c54dd835.js';
81
79
  import 'react-bootstrap/Pagination';
82
80
  import 'react-bootstrap/Figure';
83
81
  import 'react-bootstrap/OverlayTrigger';
@@ -89,19 +87,20 @@ export { default as PublicationDeck } from './PublicationDeck.js';
89
87
  export { default as IssueDeck } from './IssueDeck.js';
90
88
  import 'react-bootstrap/Badge';
91
89
  export { default as IssueContentDeck } from './IssueContentDeck.js';
92
- import './defineProperty-94fd8bfc.js';
90
+ import './defineProperty-d7d9b577.js';
93
91
  export { default as EventsDeck } from './EventsDeck.js';
94
92
  import 'react-bootstrap/Spinner';
95
93
  import 'react-bootstrap/Form';
96
- import './index-c00b0bbb.js';
94
+ import './index-ef6d5dcf.js';
97
95
  import './js.cookie-6874175c.js';
98
96
  export { default as CMEDeck } from './CMEDeck.js';
99
97
  export { default as ExternalResources } from './ExternalResources.js';
100
98
  import './index-aaa2dae0.js';
101
99
  export { default as AlgoliaSearch } from './AlgoliaSearch.js';
100
+ import './inherits-77d5e4fc.js';
102
101
  export { Column1 } from './Column1.js';
103
102
  export { default as SideFooter } from './SideFooter.js';
104
- import './ConferenceBanner-9162d0ca.js';
103
+ import './ConferenceBanner-8792ebd2.js';
105
104
  export { Column2 } from './Column2.js';
106
105
  export { default as ADSponsoredResources } from './ADSponsoredResources.js';
107
106
  import 'react-bootstrap/ListGroup';
@@ -117,12 +116,12 @@ export { default as VideoSeriesFilter } from './VideoSeriesFilter.js';
117
116
  import 'react-bootstrap/Nav';
118
117
  import 'react-bootstrap/Navbar';
119
118
  import 'react-bootstrap/NavDropdown';
120
- import './index.esm-c6715e80.js';
121
- import './NavFooter-c29526b7.js';
122
- import './index.esm-8ee5ff72.js';
119
+ import './index.esm-f8aaeeeb.js';
120
+ import './NavFooter-e27bd93b.js';
121
+ import './index.esm-fd746768.js';
123
122
  export { default as SocialIcons } from './SocialIcons.js';
124
123
  import 'react-bootstrap/FormControl';
125
- import './SocialSearchComponent-47815365.js';
124
+ import './SocialSearchComponent-d7dec0c2.js';
126
125
  export { default as NavMagazine } from './NavMagazine.js';
127
126
  export { NavNative } from './NavNative.js';
128
127
  export { default as Search } from './Search.js';
@@ -134,7 +133,6 @@ export { default as TemplateNormal } from './TemplateNormal.js';
134
133
  export { default as AD300x250 } from './AD300x250.js';
135
134
  export { default as AD300x250x600 } from './AD300x250x600.js';
136
135
  export { default as ADFooter } from './ADFooter.js';
137
- import 'react-ga';
138
136
  export { default as AdSlotsProvider } from './AdSlotsProvider.js';
139
137
  export { default as ADFloatingFooter } from './ADFloatingFooter.js';
140
138
  export { default as ADWelcome } from './ADWelcome.js';
@@ -144,13 +142,13 @@ export { default as Feature } from './Feature.js';
144
142
  import 'react-bootstrap/Breadcrumb';
145
143
  export { default as Breadcrumbs } from './Breadcrumbs.js';
146
144
  export { default as Hero } from './Hero.js';
147
- import './keys-8eda7a5c.js';
145
+ import './keys-69989821.js';
148
146
  export { default as AlphabeticList } from './AlphabeticList.js';
149
147
  export { default as PdfDownload } from './PdfDownload.js';
150
148
  import 'react-bootstrap/DropdownButton';
151
149
  import 'react-bootstrap/Dropdown';
152
150
  export { default as RelatedTopicsDropdown } from './RelatedTopicsDropdown.js';
153
- import './index.esm-a8ff922c.js';
151
+ import './index.esm-cf08bf18.js';
154
152
  export { default as Ustream } from './Ustream.js';
155
153
  export { default as HighlightenVideo } from './HighlightenVideo.js';
156
154
  export { default as PublicationLanding } from './PublicationLanding.js';
@@ -176,17 +174,15 @@ import './index-db3bb315.js';
176
174
  export { default as getRelatedArticle } from './getRelatedArticle.js';
177
175
  export { default as getQuery } from './getQuery.js';
178
176
  export { default as Auth } from './Auth.js';
179
- import 'swr';
180
177
  import 'passport-local';
181
178
  import 'mysql';
182
- import './md5-4e42248e.js';
183
- import './SeriesSlider-7d89f4d9.js';
184
- export { g as getTargeting } from './getTargeting-bd800589.js';
179
+ import './md5-9be0e905.js';
180
+ import './SeriesSlider-0371fc11.js';
181
+ export { g as getTargeting } from './getTargeting-277c801e.js';
185
182
  export { default as View } from './View.js';
186
183
  export { default as getKeywords } from './getKeywords.js';
187
184
  import './style-inject.es-1f59c1d0.js';
188
185
  import 'disqus-react';
189
- import 'react-twitter-embed';
190
186
  export { default as PartnerDetailListing } from './PartnerDetailListing.js';
191
187
  export { default as VideoProgramLandingPage } from './VideoProgramLandingPage.js';
192
188
  import './VideoSeriesCard.js';
@@ -215,54 +211,54 @@ var FeatureArticles = function FeatureArticles(props) {
215
211
  styles = _props$styles === undefined ? null : _props$styles;
216
212
 
217
213
 
218
- return React.createElement(
214
+ return React__default.createElement(
219
215
  'div',
220
216
  { className: 'featured-articles-wrapper' },
221
217
  data.map(function (article, index) {
222
- return React.createElement(
223
- React.Fragment,
218
+ return React__default.createElement(
219
+ React__default.Fragment,
224
220
  null,
225
- React.createElement(
226
- Row,
221
+ React__default.createElement(
222
+ Row$1,
227
223
  { className: 'article-wrap' },
228
- React.createElement(
229
- Col,
224
+ React__default.createElement(
225
+ Col$1,
230
226
  { className: 'mb-4 m-fl-center deck', xs: 12, sm: 4, md: 4, lg: 3, xl: 3 },
231
- React.createElement(
227
+ React__default.createElement(
232
228
  'a',
233
229
  { href: '' + article.feature_link },
234
- React.createElement(
230
+ React__default.createElement(
235
231
  'figure',
236
232
  { style: { marginTop: '1rem' } },
237
- React.createElement(
233
+ React__default.createElement(
238
234
  LazyLoad,
239
235
  { height: imageHeight },
240
- React.createElement('img', { style: { width: '100%', borderRadius: '10px' }, src: article.feature_img ? urlFor({ client: client, source: article.feature_img, imageWidth: imageWidth, imageHeight: imageHeight }) : defaultImage })
236
+ React__default.createElement('img', { style: { width: '100%', borderRadius: '10px' }, src: article.feature_img ? urlFor({ client: client, source: article.feature_img, imageWidth: imageWidth, imageHeight: imageHeight }) : defaultImage })
241
237
  )
242
238
  )
243
239
  )
244
240
  ),
245
- React.createElement(
246
- Col,
241
+ React__default.createElement(
242
+ Col$1,
247
243
  { className: 'article-wrap-body', xs: 12, sm: 8, md: 8, lg: 9, xl: 9, style: { paddingTop: '10px' } },
248
- React.createElement(
244
+ React__default.createElement(
249
245
  'a',
250
246
  { href: '' + article.feature_link },
251
- React.createElement(
247
+ React__default.createElement(
252
248
  'h4',
253
249
  { className: 'mb-1', style: { fontWeight: '600', fontSize: '22px' } },
254
250
  article.feature_title
255
251
  ),
256
- React.createElement(
252
+ React__default.createElement(
257
253
  'p',
258
254
  { style: { fontSize: '1.1em' } },
259
255
  article.feature_body
260
256
  )
261
257
  )
262
258
  ),
263
- index !== data.length - 1 && React.createElement('hr', null)
259
+ index !== data.length - 1 && React__default.createElement('hr', null)
264
260
  ),
265
- React.createElement(
261
+ React__default.createElement(
266
262
  'style',
267
263
  { jsx: 'true' },
268
264
  '\n .featured-articles-wrapper {\n background: ' + props.backgroundColor + ';\n padding: 1rem;\n border-radius: 10px;\n box-shadow: #0000002b 1px 3px 3px 3px;\n }\n hr {\n width: 100%;\n height: 1px;\n margin-left: 15px;\n margin-right: 15px;\n }\n ' + styles + '\n '
@@ -1,9 +1,8 @@
1
1
  import { c as createCommonjsModule, u as unwrapExports } from './_commonjsHelpers-0c4b6f40.js';
2
- import { f as _toObject, a as _core, c as _ctx, m as _anObject, b as _isObject, _ as _export } from './_to-object-a4107da3.js';
3
- import { d as _objectGpo, _ as _objectCreate } from './es6.string.iterator-c990c18c.js';
4
- import { _ as _objectSap } from './_object-sap-964b6feb.js';
5
- import { d as defineProperty } from './define-property-8af5f002.js';
6
- import { a as _typeof_1, b as _objectGopd } from './typeof-af9c50d8.js';
2
+ import { r as _objectGpo, i as _toObject, a as _core, d as _ctx, s as _anObject, b as _isObject, _ as _export, c as _objectCreate } from './core.get-iterator-method-86d4db69.js';
3
+ import { _ as _objectSap } from './_object-sap-8b8ea5a9.js';
4
+ import { d as defineProperty } from './define-property-6d26cb48.js';
5
+ import { a as _typeof_1, b as _objectGopd } from './typeof-c05a82ba.js';
7
6
 
8
7
  // 19.1.2.9 Object.getPrototypeOf(O)
9
8
 
@@ -0,0 +1,101 @@
1
+ function _defineProperty(obj, key, value) {
2
+ if (key in obj) {
3
+ Object.defineProperty(obj, key, {
4
+ value: value,
5
+ enumerable: true,
6
+ configurable: true,
7
+ writable: true
8
+ });
9
+ } else {
10
+ obj[key] = value;
11
+ }
12
+
13
+ return obj;
14
+ }
15
+
16
+ function _classCallCheck(instance, Constructor) {
17
+ if (!(instance instanceof Constructor)) {
18
+ throw new TypeError("Cannot call a class as a function");
19
+ }
20
+ }
21
+
22
+ function _defineProperties(target, props) {
23
+ for (var i = 0; i < props.length; i++) {
24
+ var descriptor = props[i];
25
+ descriptor.enumerable = descriptor.enumerable || false;
26
+ descriptor.configurable = true;
27
+ if ("value" in descriptor) descriptor.writable = true;
28
+ Object.defineProperty(target, descriptor.key, descriptor);
29
+ }
30
+ }
31
+
32
+ function _createClass(Constructor, protoProps, staticProps) {
33
+ if (protoProps) _defineProperties(Constructor.prototype, protoProps);
34
+ if (staticProps) _defineProperties(Constructor, staticProps);
35
+ return Constructor;
36
+ }
37
+
38
+ function _typeof2(obj) { if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof2 = function _typeof2(obj) { return typeof obj; }; } else { _typeof2 = function _typeof2(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof2(obj); }
39
+
40
+ function _typeof(obj) {
41
+ if (typeof Symbol === "function" && _typeof2(Symbol.iterator) === "symbol") {
42
+ _typeof = function _typeof(obj) {
43
+ return _typeof2(obj);
44
+ };
45
+ } else {
46
+ _typeof = function _typeof(obj) {
47
+ return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : _typeof2(obj);
48
+ };
49
+ }
50
+
51
+ return _typeof(obj);
52
+ }
53
+
54
+ function _assertThisInitialized(self) {
55
+ if (self === void 0) {
56
+ throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
57
+ }
58
+
59
+ return self;
60
+ }
61
+
62
+ function _possibleConstructorReturn(self, call) {
63
+ if (call && (_typeof(call) === "object" || typeof call === "function")) {
64
+ return call;
65
+ }
66
+
67
+ return _assertThisInitialized(self);
68
+ }
69
+
70
+ function _getPrototypeOf(o) {
71
+ _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) {
72
+ return o.__proto__ || Object.getPrototypeOf(o);
73
+ };
74
+ return _getPrototypeOf(o);
75
+ }
76
+
77
+ function _setPrototypeOf(o, p) {
78
+ _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {
79
+ o.__proto__ = p;
80
+ return o;
81
+ };
82
+
83
+ return _setPrototypeOf(o, p);
84
+ }
85
+
86
+ function _inherits(subClass, superClass) {
87
+ if (typeof superClass !== "function" && superClass !== null) {
88
+ throw new TypeError("Super expression must either be null or a function");
89
+ }
90
+
91
+ subClass.prototype = Object.create(superClass && superClass.prototype, {
92
+ constructor: {
93
+ value: subClass,
94
+ writable: true,
95
+ configurable: true
96
+ }
97
+ });
98
+ if (superClass) _setPrototypeOf(subClass, superClass);
99
+ }
100
+
101
+ export { _defineProperty as _, _typeof as a, _inherits as b, _classCallCheck as c, _possibleConstructorReturn as d, _getPrototypeOf as e, _assertThisInitialized as f, _createClass as g };