@mjhls/mjh-framework 1.0.885 → 1.0.886-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 (337) hide show
  1. package/README.md +168 -168
  2. package/dist/cjs/AD.js +9 -10
  3. package/dist/cjs/AD300x250.js +28 -29
  4. package/dist/cjs/AD300x250x600.js +28 -29
  5. package/dist/cjs/AD728x90.js +31 -32
  6. package/dist/cjs/ADFloatingFooter.js +30 -31
  7. package/dist/cjs/ADFooter.js +12 -13
  8. package/dist/cjs/ADGutter.js +30 -31
  9. package/dist/cjs/{ADInfeed-bce0ba07.js → ADInfeed-2e48af77.js} +13 -15
  10. package/dist/cjs/ADSkyscraper.js +30 -31
  11. package/dist/cjs/ADSponsoredResources.js +30 -31
  12. package/dist/cjs/ADWebcast.js +30 -31
  13. package/dist/cjs/ADWelcome.js +31 -32
  14. package/dist/cjs/{ADlgInfeed-950b414b.js → ADlgInfeed-c39c7131.js} +10 -11
  15. package/dist/cjs/AccordionPanel.js +27 -29
  16. package/dist/cjs/AdSlot.js +31 -32
  17. package/dist/cjs/AdSlotsProvider.js +909 -18
  18. package/dist/cjs/AlgoliaSearch.js +1306 -1490
  19. package/dist/cjs/AlphabeticList.js +23 -24
  20. package/dist/cjs/ArticleCarousel.js +19 -20
  21. package/dist/cjs/ArticleProgramLandingPage.js +57 -58
  22. package/dist/cjs/ArticleSeriesLandingPage.js +38 -39
  23. package/dist/cjs/ArticleSeriesListing.js +59 -60
  24. package/dist/cjs/Auth.js +1504 -680
  25. package/dist/cjs/AuthWrapper.js +419 -1637
  26. package/dist/cjs/{AuthorComponent-39b37d84.js → AuthorComponent-02e827ae.js} +13 -14
  27. package/dist/cjs/Beam.js +6 -6
  28. package/dist/cjs/{BlockContent-9ebd251f.js → BlockContent-091a991f.js} +55 -56
  29. package/dist/cjs/Breadcrumbs.js +25 -27
  30. package/dist/cjs/CMEDeck.js +81 -81
  31. package/dist/cjs/Column1.js +11 -14
  32. package/dist/cjs/Column2.js +31 -34
  33. package/dist/cjs/Column3.js +57 -60
  34. package/dist/cjs/ConferenceArticleCard.js +40 -41
  35. package/dist/cjs/ConferenceBanner-4a16fddc.js +23 -0
  36. package/dist/cjs/ContentCardPaginated.js +408 -0
  37. package/dist/cjs/DeckContent.js +101 -105
  38. package/dist/cjs/DeckQueue.js +87 -91
  39. package/dist/cjs/DeckQueuePaginated.js +339 -0
  40. package/dist/cjs/{Dfp-9be904d5.js → Dfp-f492f985.js} +31 -32
  41. package/dist/cjs/EventsDeck.js +150 -157
  42. package/dist/cjs/ExternalResources.js +78 -79
  43. package/dist/cjs/Feature.js +27 -29
  44. package/dist/cjs/ForbesHero.js +40 -41
  45. package/dist/cjs/GridContent.js +203 -320
  46. package/dist/cjs/GridContentPaginated.js +698 -0
  47. package/dist/cjs/GridHero.js +42 -43
  48. package/dist/cjs/GroupDeck.js +57 -58
  49. package/dist/cjs/HamMagazine.js +139 -144
  50. package/dist/cjs/Header.js +12 -14
  51. package/dist/cjs/Hero.js +15 -16
  52. package/dist/cjs/HighlightenVideo.js +17 -18
  53. package/dist/cjs/HorizontalArticleListing.js +71 -72
  54. package/dist/cjs/HorizontalHero.js +28 -29
  55. package/dist/cjs/ImageSlider-38f25e66.js +3989 -0
  56. package/dist/cjs/IssueContentDeck.js +71 -76
  57. package/dist/cjs/IssueDeck.js +70 -75
  58. package/dist/cjs/IssueLanding.js +93 -94
  59. package/dist/cjs/KMTracker.js +15 -15
  60. package/dist/cjs/LeftNav.js +37 -39
  61. package/dist/cjs/MasterDeck.js +78 -79
  62. package/dist/cjs/MasterDeckPaginated.js +443 -0
  63. package/dist/cjs/MediaSeriesCard-8d27612b.js +9411 -0
  64. package/dist/cjs/MediaSeriesLanding.js +118 -9602
  65. package/dist/cjs/MediaSeriesLandingPaginated.js +521 -0
  66. package/dist/cjs/NavDvm.js +72 -77
  67. package/dist/cjs/{NavFooter-3dcd99a8.js → NavFooter-76c913e3.js} +14 -15
  68. package/dist/cjs/NavMagazine.js +146 -151
  69. package/dist/cjs/NavNative.js +137 -145
  70. package/dist/cjs/OncliveHero.js +22 -22
  71. package/dist/cjs/OncliveLargeHero.js +70 -71
  72. package/dist/cjs/PageFilter.js +12 -13
  73. package/dist/cjs/Pagination-90473595.js +59 -0
  74. package/dist/cjs/PartnerDetailListing.js +100 -2897
  75. package/dist/cjs/PartnerDetailListingPaginated.js +311 -0
  76. package/dist/cjs/PdfDownload.js +9 -10
  77. package/dist/cjs/PopUpModal.js +17 -19
  78. package/dist/cjs/PubSection.js +40 -41
  79. package/dist/cjs/PubToc.js +13 -14
  80. package/dist/cjs/PublicationDeck.js +65 -70
  81. package/dist/cjs/PublicationFeature-28c549f2.js +126 -0
  82. package/dist/cjs/PublicationLanding.js +133 -141
  83. package/dist/cjs/QueueDeckExpanded.js +308 -308
  84. package/dist/cjs/QueueDeckExpandedPaginated.js +1377 -0
  85. package/dist/cjs/RecentNews.js +22 -23
  86. package/dist/cjs/RelatedContent.js +57 -58
  87. package/dist/cjs/RelatedTopicsDropdown.js +29 -32
  88. package/dist/cjs/RolesDeck.js +27 -32
  89. package/dist/cjs/Schema.js +15 -16
  90. package/dist/cjs/Search.js +16 -20
  91. package/dist/cjs/Segment.js +4 -4
  92. package/dist/cjs/SeriesListingDeck.js +36 -36
  93. package/dist/cjs/{SeriesSlider-ba0c5d1a.js → SeriesSlider-49b81b0b.js} +39 -40
  94. package/dist/cjs/SetCookie.js +1 -1
  95. package/dist/cjs/SideFooter.js +36 -37
  96. package/dist/cjs/SocialIcons.js +9 -10
  97. package/dist/cjs/{SocialSearchComponent-4942ddfc.js → SocialSearchComponent-e8477ca3.js} +36 -40
  98. package/dist/cjs/SocialShare.js +29 -31
  99. package/dist/cjs/TaxonomyCard.js +61 -66
  100. package/dist/cjs/TaxonomyDescription.js +53 -54
  101. package/dist/cjs/TemplateNormal.js +72 -73
  102. package/dist/cjs/ThumbnailCard.js +24 -26
  103. package/dist/cjs/Ustream.js +28 -29
  104. package/dist/cjs/VerticalHero.js +19 -20
  105. package/dist/cjs/VideoProgramLandingPage.js +72 -76
  106. package/dist/cjs/VideoSeriesCard.js +32 -33
  107. package/dist/cjs/VideoSeriesFilter.js +16 -16
  108. package/dist/cjs/VideoSeriesLandingPage.js +47 -48
  109. package/dist/cjs/VideoSeriesListing.js +76 -77
  110. package/dist/cjs/View.js +264 -267
  111. package/dist/cjs/YahooHero.js +39 -40
  112. package/dist/cjs/YoutubeGroup.js +67 -68
  113. package/dist/cjs/{_is-array-54228b29.js → _is-array-aa52fa1e.js} +6 -6
  114. package/dist/cjs/{_iter-detect-b1df62f0.js → _iter-detect-05795553.js} +7 -7
  115. package/dist/cjs/{_object-pie-083f2dd6.js → _object-pie-68c5bcbc.js} +4 -4
  116. package/dist/cjs/{_object-sap-d1978572.js → _object-sap-171b9ea5.js} +1 -1
  117. package/dist/cjs/{_object-to-array-ce86cae7.js → _object-to-array-9bac8737.js} +2 -2
  118. package/dist/cjs/{asyncToGenerator-77821af0.js → asyncToGenerator-df19209d.js} +30 -30
  119. package/dist/cjs/{brightcove-react-player-loader.es-a195642e.js → brightcove-react-player-loader.es-156bd4d6.js} +9 -11
  120. package/dist/cjs/{core.get-iterator-method-5643aa10.js → core.get-iterator-method-f3c44602.js} +35 -35
  121. package/dist/cjs/{debounce-d4a2369b.js → debounce-529c8d06.js} +2 -2
  122. package/dist/cjs/{define-property-e8404b64.js → define-property-21887c62.js} +6 -6
  123. package/dist/cjs/{defineProperty-9673846a.js → defineProperty-77a37684.js} +1 -1
  124. package/dist/cjs/{entities-df1aed86.js → entities-310b46ee.js} +1 -5
  125. package/dist/cjs/{eq-5fc26c07.js → eq-bb2843ed.js} +1 -1
  126. package/dist/cjs/{extends-7c86182f.js → extends-eed4f016.js} +7 -7
  127. package/dist/cjs/faundadb.js +5 -5
  128. package/dist/cjs/{get-5839e5b5.js → get-adbb11e3.js} +21 -21
  129. package/dist/cjs/getQuery.js +1 -1
  130. package/dist/cjs/getRelatedArticle.js +16 -16
  131. package/dist/cjs/getRootDocGroup.js +4 -4
  132. package/dist/cjs/getSerializers.js +43 -43
  133. package/dist/cjs/{getTargeting-9d509319.js → getTargeting-8874437b.js} +12 -12
  134. package/dist/cjs/getTargeting.js +6 -6
  135. package/dist/{esm/iconBase-ccc56b97.js → cjs/iconBase-68959171.js} +8 -2
  136. package/dist/cjs/{index-f86bb269.js → index-3294d3bc.js} +45 -44
  137. package/dist/cjs/{index-6f89aea7.js → index-54adcbc3.js} +1044 -1070
  138. package/dist/cjs/{index-eadd5035.js → index-96b3db50.js} +15 -17
  139. package/dist/cjs/{index-fc2f1ca2.js → index-98e01cb9.js} +12 -13
  140. package/dist/cjs/{index-d48b231c.js → index-be0c82be.js} +25 -31
  141. package/dist/cjs/{index-50be6759.js → index-e2e62963.js} +10 -26
  142. package/dist/cjs/{index.es-f3e47207.js → index.es-9110add6.js} +12 -31
  143. package/dist/cjs/{index.esm-2bb721c8.js → index.esm-4d410430.js} +21 -21
  144. package/dist/cjs/{index.esm-00a6aade.js → index.esm-90433435.js} +16 -7
  145. package/dist/cjs/{index.esm-c1e16606.js → index.esm-e32d3e8e.js} +7 -4
  146. package/dist/cjs/{index.esm-f27f80d9.js → index.esm-ff47db6f.js} +13 -6
  147. package/dist/cjs/index.js +168 -173
  148. package/dist/cjs/{inherits-de66ea16.js → inherits-12d44cca.js} +18 -18
  149. package/dist/cjs/inherits-8d29278d.js +110 -0
  150. package/dist/cjs/{isSymbol-03abbdf0.js → isSymbol-04666465.js} +15 -15
  151. package/dist/cjs/{keys-e982b3fa.js → keys-d207942e.js} +6 -6
  152. package/dist/cjs/{lodash-f0783643.js → lodash-fc2922d0.js} +31 -128
  153. package/dist/cjs/main-02daeefe.js +862 -0
  154. package/dist/cjs/{md5-e1ca5797.js → md5-5039b1a6.js} +1 -1
  155. package/dist/cjs/{moment-aca40de1.js → moment-575fe24c.js} +9 -11
  156. package/dist/cjs/{react-social-icons-af932527.js → react-social-icons-f7f48f71.js} +27 -28
  157. package/dist/cjs/{slicedToArray-067dd3bc.js → slicedToArray-f6d4eaa8.js} +12 -12
  158. package/dist/cjs/{smoothscroll-99df7f93.js → smoothscroll-5054361f.js} +1 -1
  159. package/dist/cjs/{stringify-f7a37a8d.js → stringify-bbc68047.js} +5 -5
  160. package/dist/cjs/timeDifferenceCalc.js +1 -1
  161. package/dist/cjs/{toConsumableArray-d7797c2b.js → toConsumableArray-c9b8a0d0.js} +7 -7
  162. package/dist/cjs/{toNumber-5e1fac58.js → toNumber-36d1e7e5.js} +5 -40
  163. package/dist/cjs/{typeof-567e31ff.js → typeof-5f52cf64.js} +35 -35
  164. package/dist/cjs/urlFor.js +6 -6
  165. package/dist/cjs/{ustream-api-3819e4aa.js → ustream-api-9ebe112f.js} +4 -4
  166. package/dist/cjs/{util-93a37fd0.js → util-f2c1b65b.js} +1 -12
  167. package/dist/cjs/{visibility-sensor-eb2c5b69.js → visibility-sensor-ad5e3116.js} +5 -7
  168. package/dist/cjs/{web.dom.iterable-d98303e0.js → web.dom.iterable-e34bf324.js} +2 -2
  169. package/dist/esm/AD.js +1 -1
  170. package/dist/esm/AD300x250.js +22 -22
  171. package/dist/esm/AD300x250x600.js +22 -22
  172. package/dist/esm/AD728x90.js +25 -25
  173. package/dist/esm/ADFloatingFooter.js +21 -21
  174. package/dist/esm/ADFooter.js +4 -4
  175. package/dist/esm/ADGutter.js +21 -21
  176. package/dist/esm/{ADInfeed-0a55cd2d.js → ADInfeed-d767ebe2.js} +4 -4
  177. package/dist/esm/ADSkyscraper.js +21 -21
  178. package/dist/esm/ADSponsoredResources.js +21 -21
  179. package/dist/esm/ADWebcast.js +21 -21
  180. package/dist/esm/ADWelcome.js +18 -18
  181. package/dist/esm/{ADlgInfeed-013e1f4a.js → ADlgInfeed-cee95aa2.js} +4 -4
  182. package/dist/esm/AccordionPanel.js +6 -6
  183. package/dist/esm/AdSlot.js +20 -20
  184. package/dist/esm/AdSlotsProvider.js +906 -14
  185. package/dist/esm/AlgoliaSearch.js +534 -717
  186. package/dist/esm/AlphabeticList.js +8 -8
  187. package/dist/esm/ArticleCarousel.js +13 -13
  188. package/dist/esm/ArticleProgramLandingPage.js +48 -48
  189. package/dist/esm/ArticleSeriesLandingPage.js +30 -30
  190. package/dist/esm/ArticleSeriesListing.js +31 -31
  191. package/dist/esm/Auth.js +1419 -591
  192. package/dist/esm/AuthWrapper.js +392 -1609
  193. package/dist/esm/{AuthorComponent-11adff02.js → AuthorComponent-e6f95c2f.js} +1 -1
  194. package/dist/esm/Beam.js +6 -6
  195. package/dist/esm/{BlockContent-1e73bd2c.js → BlockContent-e9b4ddcf.js} +34 -34
  196. package/dist/esm/Breadcrumbs.js +5 -5
  197. package/dist/esm/CMEDeck.js +22 -22
  198. package/dist/esm/Column2.js +14 -14
  199. package/dist/esm/Column3.js +31 -31
  200. package/dist/esm/ConferenceArticleCard.js +25 -25
  201. package/dist/esm/ContentCardPaginated.js +402 -0
  202. package/dist/esm/DeckContent.js +41 -41
  203. package/dist/esm/DeckQueue.js +31 -31
  204. package/dist/esm/DeckQueuePaginated.js +333 -0
  205. package/dist/esm/{Dfp-102f0beb.js → Dfp-f867d061.js} +13 -13
  206. package/dist/esm/EventsDeck.js +41 -41
  207. package/dist/esm/ExternalResources.js +45 -45
  208. package/dist/esm/Feature.js +7 -7
  209. package/dist/esm/ForbesHero.js +10 -10
  210. package/dist/esm/GridContent.js +48 -160
  211. package/dist/esm/GridContentPaginated.js +692 -0
  212. package/dist/esm/GridHero.js +11 -11
  213. package/dist/esm/GroupDeck.js +12 -12
  214. package/dist/esm/HamMagazine.js +35 -35
  215. package/dist/esm/Hero.js +7 -7
  216. package/dist/esm/HighlightenVideo.js +2 -2
  217. package/dist/esm/HorizontalArticleListing.js +46 -46
  218. package/dist/esm/HorizontalHero.js +8 -8
  219. package/dist/esm/ImageSlider-a3154b97.js +3980 -0
  220. package/dist/esm/IssueContentDeck.js +11 -11
  221. package/dist/esm/IssueDeck.js +14 -14
  222. package/dist/esm/IssueLanding.js +82 -82
  223. package/dist/esm/KMTracker.js +15 -15
  224. package/dist/esm/LeftNav.js +20 -20
  225. package/dist/esm/MasterDeck.js +40 -40
  226. package/dist/esm/MasterDeckPaginated.js +437 -0
  227. package/dist/esm/MediaSeriesCard-1dd7eae8.js +9403 -0
  228. package/dist/esm/MediaSeriesLanding.js +76 -9556
  229. package/dist/esm/MediaSeriesLandingPaginated.js +516 -0
  230. package/dist/esm/NavDvm.js +11 -11
  231. package/dist/esm/NavMagazine.js +39 -39
  232. package/dist/esm/NavNative.js +37 -37
  233. package/dist/esm/OncliveHero.js +8 -7
  234. package/dist/esm/OncliveLargeHero.js +11 -11
  235. package/dist/esm/PageFilter.js +4 -4
  236. package/dist/esm/Pagination-683fa8ef.js +54 -0
  237. package/dist/esm/PartnerDetailListing.js +66 -2861
  238. package/dist/esm/PartnerDetailListingPaginated.js +306 -0
  239. package/dist/esm/PdfDownload.js +2 -2
  240. package/dist/esm/PopUpModal.js +4 -4
  241. package/dist/esm/PubSection.js +32 -32
  242. package/dist/esm/PubToc.js +6 -6
  243. package/dist/esm/PublicationDeck.js +10 -10
  244. package/dist/esm/PublicationFeature-fa24dedb.js +121 -0
  245. package/dist/esm/PublicationLanding.js +52 -56
  246. package/dist/esm/QueueDeckExpanded.js +36 -36
  247. package/dist/esm/QueueDeckExpandedPaginated.js +1371 -0
  248. package/dist/esm/RecentNews.js +4 -4
  249. package/dist/esm/RelatedContent.js +38 -38
  250. package/dist/esm/RelatedTopicsDropdown.js +10 -10
  251. package/dist/esm/Schema.js +10 -10
  252. package/dist/esm/Search.js +5 -5
  253. package/dist/esm/Segment.js +4 -4
  254. package/dist/esm/SeriesListingDeck.js +18 -18
  255. package/dist/esm/{SeriesSlider-45adb8dc.js → SeriesSlider-ce19fa25.js} +14 -14
  256. package/dist/esm/SetCookie.js +1 -1
  257. package/dist/esm/SideFooter.js +15 -15
  258. package/dist/esm/{SocialSearchComponent-8e0fcf66.js → SocialSearchComponent-dca69151.js} +10 -10
  259. package/dist/esm/TaxonomyCard.js +12 -12
  260. package/dist/esm/TaxonomyDescription.js +44 -44
  261. package/dist/esm/TemplateNormal.js +46 -46
  262. package/dist/esm/ThumbnailCard.js +10 -10
  263. package/dist/esm/Ustream.js +12 -12
  264. package/dist/esm/VerticalHero.js +6 -6
  265. package/dist/esm/VideoProgramLandingPage.js +49 -49
  266. package/dist/esm/VideoSeriesCard.js +14 -14
  267. package/dist/esm/VideoSeriesFilter.js +7 -7
  268. package/dist/esm/VideoSeriesLandingPage.js +36 -36
  269. package/dist/esm/VideoSeriesListing.js +31 -31
  270. package/dist/esm/View.js +90 -89
  271. package/dist/esm/YahooHero.js +13 -13
  272. package/dist/esm/YoutubeGroup.js +21 -21
  273. package/dist/esm/{_is-array-8d21b9e3.js → _is-array-4df618a6.js} +6 -6
  274. package/dist/esm/{_iter-detect-98db3b07.js → _iter-detect-130ee549.js} +7 -7
  275. package/dist/esm/{_object-pie-133f504a.js → _object-pie-33c40e79.js} +4 -4
  276. package/dist/esm/{_object-sap-7cee6f84.js → _object-sap-8b8ea5a9.js} +1 -1
  277. package/dist/esm/{_object-to-array-2300e51b.js → _object-to-array-c54dd835.js} +2 -2
  278. package/dist/esm/{asyncToGenerator-5ef104a7.js → asyncToGenerator-7bf8bc4d.js} +30 -30
  279. package/dist/esm/{brightcove-react-player-loader.es-57a70a56.js → brightcove-react-player-loader.es-83f53e4e.js} +4 -5
  280. package/dist/esm/{core.get-iterator-method-ea258bb1.js → core.get-iterator-method-86d4db69.js} +36 -36
  281. package/dist/esm/{debounce-533d9748.js → debounce-9207d8ee.js} +2 -2
  282. package/dist/esm/define-property-6d26cb48.js +18 -0
  283. package/dist/esm/{defineProperty-8c30428f.js → defineProperty-d7d9b577.js} +1 -1
  284. package/dist/esm/{entities-6d9154b4.js → entities-7cc3bf45.js} +1 -5
  285. package/dist/esm/{eq-bdcbf886.js → eq-b470f743.js} +1 -1
  286. package/dist/esm/{extends-6d8e3924.js → extends-5b1796d4.js} +7 -7
  287. package/dist/esm/faundadb.js +5 -5
  288. package/dist/esm/{get-3c308da4.js → get-1e515072.js} +21 -21
  289. package/dist/esm/getQuery.js +1 -1
  290. package/dist/esm/getRelatedArticle.js +11 -11
  291. package/dist/esm/getRootDocGroup.js +4 -4
  292. package/dist/esm/getSerializers.js +43 -43
  293. package/dist/esm/{getTargeting-4061f839.js → getTargeting-277c801e.js} +11 -11
  294. package/dist/esm/getTargeting.js +6 -6
  295. package/dist/{cjs/iconBase-be4097c0.js → esm/iconBase-602d52fe.js} +8 -33
  296. package/dist/esm/{index-f0fc23eb.js → index-41a678ea.js} +4 -4
  297. package/dist/esm/{index-755f2cc2.js → index-5f7e79e7.js} +6 -6
  298. package/dist/esm/{index-3f5c03b2.js → index-73819142.js} +25 -31
  299. package/dist/esm/{index-98ca9cec.js → index-aaa2dae0.js} +11 -26
  300. package/dist/esm/{index-ca0c9ff5.js → index-d1476645.js} +599 -615
  301. package/dist/esm/{index-79cfd25c.js → index-ef6d5dcf.js} +45 -44
  302. package/dist/esm/{index.es-a6137319.js → index.es-29c1cef5.js} +5 -23
  303. package/dist/esm/{index.esm-f6156a57.js → index.esm-29e48d38.js} +16 -7
  304. package/dist/esm/{index.esm-d4932dea.js → index.esm-cf08bf18.js} +13 -6
  305. package/dist/esm/{index.esm-9b042655.js → index.esm-f8aaeeeb.js} +7 -4
  306. package/dist/esm/{index.esm-37268dca.js → index.esm-fd746768.js} +5 -4
  307. package/dist/esm/index.js +122 -124
  308. package/dist/esm/{inherits-a6ba2ec4.js → inherits-2409637d.js} +18 -18
  309. package/dist/esm/inherits-77d5e4fc.js +101 -0
  310. package/dist/esm/{isSymbol-a7e9aafe.js → isSymbol-1981418f.js} +15 -15
  311. package/dist/esm/{keys-31dcdb31.js → keys-69989821.js} +6 -6
  312. package/dist/esm/{lodash-f97fd99a.js → lodash-17fdfebb.js} +31 -128
  313. package/dist/esm/main-c0612122.js +851 -0
  314. package/dist/esm/{md5-4e42248e.js → md5-9be0e905.js} +1 -1
  315. package/dist/esm/{moment-bc12cb97.js → moment-e2f9b20c.js} +9 -11
  316. package/dist/esm/{react-social-icons-9be47857.js → react-social-icons-a7d5c5c7.js} +16 -16
  317. package/dist/esm/{slicedToArray-6ebcbfea.js → slicedToArray-67a08c9c.js} +12 -12
  318. package/dist/esm/{smoothscroll-fa4e3f8c.js → smoothscroll-0cd4c7a6.js} +1 -1
  319. package/dist/esm/stringify-70b72959.js +15 -0
  320. package/dist/esm/timeDifferenceCalc.js +1 -1
  321. package/dist/esm/{toConsumableArray-f7074d7c.js → toConsumableArray-32282905.js} +7 -7
  322. package/dist/esm/{toNumber-5aeba6e7.js → toNumber-2f7a84cd.js} +5 -40
  323. package/dist/esm/{typeof-e9fc0c5d.js → typeof-c05a82ba.js} +35 -35
  324. package/dist/esm/urlFor.js +4 -4
  325. package/dist/esm/{ustream-api-d3714624.js → ustream-api-4c4fe0ba.js} +4 -4
  326. package/dist/esm/{util-8ed16d48.js → util-7700fc59.js} +1 -12
  327. package/dist/esm/{web.dom.iterable-ab4dea5c.js → web.dom.iterable-f8f967cd.js} +2 -2
  328. package/package.json +112 -111
  329. package/dist/cjs/ConferenceBanner-6c9e718a.js +0 -24
  330. package/dist/cjs/defineProperty-e0fb52c5.js +0 -73
  331. package/dist/cjs/main-f1c77adb.js +0 -973
  332. package/dist/cjs/typeof-1358762e.js +0 -33
  333. package/dist/esm/define-property-5f1bda73.js +0 -18
  334. package/dist/esm/defineProperty-23a8f8cd.js +0 -68
  335. package/dist/esm/main-1894c974.js +0 -961
  336. package/dist/esm/stringify-2b084bee.js +0 -15
  337. package/dist/esm/typeof-2f07d0e8.js +0 -30
@@ -0,0 +1,402 @@
1
+ import './_commonjsHelpers-0c4b6f40.js';
2
+ import './core.get-iterator-method-86d4db69.js';
3
+ import './_library-528f1934.js';
4
+ import './_iter-detect-130ee549.js';
5
+ import { _ as _toConsumableArray } from './toConsumableArray-32282905.js';
6
+ import './_object-pie-33c40e79.js';
7
+ import { _ as _extends } from './extends-5b1796d4.js';
8
+ import './_object-sap-8b8ea5a9.js';
9
+ import { _ as _inherits, a as _classCallCheck, b as _possibleConstructorReturn, c as _Object$getPrototypeOf, d as _createClass } from './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';
15
+ import './events-6c3a7a63.js';
16
+ import { l as lib_3 } from './index-41a678ea.js';
17
+ import 'prop-types';
18
+ import Container from 'react-bootstrap/Container';
19
+ import Row from 'react-bootstrap/Row';
20
+ import Col from 'react-bootstrap/Col';
21
+ import Card from 'react-bootstrap/Card';
22
+ import { m as moment } from './moment-e2f9b20c.js';
23
+ import { withRouter } from 'next/router';
24
+ import './isSymbol-1981418f.js';
25
+ import './debounce-9207d8ee.js';
26
+ import './toNumber-2f7a84cd.js';
27
+ import 'react-dom';
28
+ import './slicedToArray-67a08c9c.js';
29
+ import './index-73819142.js';
30
+ import urlFor from './urlFor.js';
31
+ import { L as LazyLoad } from './index-5f7e79e7.js';
32
+ import { m as main_36 } from './main-c0612122.js';
33
+ import { c as clean_html_1 } from './entities-7cc3bf45.js';
34
+ import './stringify-70b72959.js';
35
+ import { a as _asyncToGenerator, r as regenerator } from './asyncToGenerator-7bf8bc4d.js';
36
+ import './Segment.js';
37
+ import './Beam.js';
38
+ import './AdSlot.js';
39
+ import { A as ADInfeed } from './ADInfeed-d767ebe2.js';
40
+ import Spinner from 'react-bootstrap/Spinner';
41
+ import { P as Pagination } from './Pagination-683fa8ef.js';
42
+
43
+ var DeckContent = function (_React$Component) {
44
+ _inherits(DeckContent, _React$Component);
45
+
46
+ function DeckContent() {
47
+ var _ref,
48
+ _this2 = this;
49
+
50
+ var _temp, _this, _ret;
51
+
52
+ _classCallCheck(this, DeckContent);
53
+
54
+ for (var _len = arguments.length, args = Array(_len), _key = 0; _key < _len; _key++) {
55
+ args[_key] = arguments[_key];
56
+ }
57
+
58
+ return _ret = (_temp = (_this = _possibleConstructorReturn(this, (_ref = DeckContent.__proto__ || _Object$getPrototypeOf(DeckContent)).call.apply(_ref, [this].concat(args))), _this), _this.mapping = _this.props.mapping, _this.data = _this.props.dataRecord || [], _this.query = _this.props.query, _this.params = _this.props.params, _this.pointer = _this.props.pointer ? _this.props.pointer : false, _this.pointerArray = _this.props.pointerArray ? _this.props.pointerArray : false, _this.defaultImage = _this.props.defaultImage ? _this.props.defaultImage : '/placeholder.jpg', _this.client = _this.props.client, _this.seoPaginate = _this.props.seoPaginate, _this.state = {
59
+ data: _this.data,
60
+ dataKeptToCompareNewDatarecord: _this.data,
61
+ itemsPerPage: _this.params ? _this.params.itemsPerPage : _this.params.from && _this.params.to ? _this.params.to - _this.params.from : 30,
62
+ page: _this.props.currentPage || 1,
63
+ from: _this.params ? _this.params.from : 0,
64
+ to: _this.params ? _this.params.to : 30,
65
+ total_pages: null,
66
+ query: _this.query,
67
+ currentPage: _this.props.currentPage || 1,
68
+ isDataLoading: false,
69
+ totalDataCount: _this.props.totalDataCount
70
+ }, _this.renderCardImage = function (row, page) {
71
+ if (row.thumbnail && row.thumbnail.asset) {
72
+ var url = urlFor({
73
+ client: _this.client,
74
+ source: row.thumbnail,
75
+ imageHeight: _this.props.imageHeight || null,
76
+ imageWidth: _this.props.imageWidth || null,
77
+ imageFit: _this.props.imageFit || null
78
+ });
79
+ return url;
80
+ } else {
81
+ return _this.defaultImage;
82
+ }
83
+ }, _this.seoPagination = function (pageNumber) {
84
+ var router = _this.props.router;
85
+
86
+ var path = router.asPath;
87
+ var qrIndex = path.indexOf('?');
88
+ var pathname = router.pathname;
89
+ var queryString = '';
90
+ if (qrIndex > 0) {
91
+ path = path.substring(1, qrIndex);
92
+ var partialQS = router.asPath.substring(qrIndex + 1);
93
+ var partialQSArr = partialQS.split('&');
94
+ // exclude page=xxx from query string
95
+ partialQSArr.map(function (item) {
96
+ var itemArr = item.split('=');
97
+ var key = itemArr[0];
98
+ var val = itemArr[1];
99
+ if (key !== 'page') queryString += (queryString.length === 0 ? '' : '&') + key + '=' + val;
100
+ });
101
+ }
102
+ if (queryString.length > 0) path += '?' + queryString;
103
+ pageNumber = parseInt(pageNumber);
104
+ if (_this.state.page !== pageNumber) {
105
+ if (path[0] !== '/') path = '/' + path;
106
+ var newPath = pageNumber === 1 ? '' + path : '' + path + (queryString.length > 0 ? '&' : '?') + 'page=' + pageNumber;
107
+ router.push(pathname, newPath, {
108
+ shallow: true
109
+ });
110
+ }
111
+ }, _this.handlePageChange = function () {
112
+ var _ref2 = _asyncToGenerator( /*#__PURE__*/regenerator.mark(function _callee(selectedPage) {
113
+ var start, newParams, newData;
114
+ return regenerator.wrap(function _callee$(_context) {
115
+ while (1) {
116
+ switch (_context.prev = _context.next) {
117
+ case 0:
118
+ console.log('selectedPage', selectedPage);
119
+ _this.setState({
120
+ isDataLoading: true,
121
+ currentPage: selectedPage
122
+ });
123
+ _this.seoPaginate && _this.seoPagination(selectedPage);
124
+ lib_3.refresh();
125
+ document.body.scrollTop = 0;
126
+ document.documentElement.scrollTop = 0;
127
+ start = (selectedPage - 1) * _this.state.itemsPerPage;
128
+ newParams = _extends({}, _this.params, {
129
+ from: start,
130
+ to: start + _this.state.itemsPerPage
131
+ });
132
+ _context.prev = 8;
133
+ _context.next = 11;
134
+ return _this.client.fetch(_this.query, newParams);
135
+
136
+ case 11:
137
+ newData = _context.sent;
138
+
139
+ if (_this.pointer && _this.pointerArray) newData = newData[pointerArray][pointer];
140
+ if (newData && newData.length > 0) {
141
+ _this.setState({
142
+ isDataLoading: false,
143
+ data: newData,
144
+ page: selectedPage
145
+ });
146
+ }
147
+ _context.next = 19;
148
+ break;
149
+
150
+ case 16:
151
+ _context.prev = 16;
152
+ _context.t0 = _context['catch'](8);
153
+
154
+ console.error(_context.t0);
155
+
156
+ case 19:
157
+ case 'end':
158
+ return _context.stop();
159
+ }
160
+ }
161
+ }, _callee, _this2, [[8, 16]]);
162
+ }));
163
+
164
+ return function (_x) {
165
+ return _ref2.apply(this, arguments);
166
+ };
167
+ }(), _this.renderAuthor = function (authorDetail, index, length) {
168
+ if (authorDetail) {
169
+ var _id = authorDetail._id,
170
+ displayName = authorDetail.displayName,
171
+ url = authorDetail.url;
172
+
173
+ if (displayName && url && url.current) {
174
+ return React__default.createElement(
175
+ 'div',
176
+ { key: _id },
177
+ index === 0 && React__default.createElement(
178
+ 'span',
179
+ { className: 'pr-1' },
180
+ 'By'
181
+ ),
182
+ React__default.createElement(
183
+ 'a',
184
+ { href: '/authors/${url.current}', className: 'text-muted' },
185
+ displayName,
186
+ length !== index + 1 && React__default.createElement('br', null)
187
+ )
188
+ );
189
+ } else if (displayName) {
190
+ return React__default.createElement(
191
+ 'div',
192
+ { key: _id },
193
+ index === 0 && React__default.createElement(
194
+ 'span',
195
+ { className: 'pr-1' },
196
+ 'By'
197
+ ),
198
+ React__default.createElement(
199
+ 'span',
200
+ { className: 'text-muted' },
201
+ displayName,
202
+ length !== index + 1 && React__default.createElement('br', null)
203
+ )
204
+ );
205
+ }
206
+ } else return null;
207
+ }, _this.cardLoader = function (page, columns, variant, showBI, brandInsight) {
208
+ var mode = variant && variant === 'bottom' ? 'column-reverse' : 'column';
209
+
210
+ var itemCounter = 0;
211
+ var lgVar = 12;
212
+ var numberOfItemsBeforeAd = 6;
213
+
214
+ var insert = function insert(arr, index, newElement) {
215
+ return [].concat(_toConsumableArray(arr.slice(0, index)), [newElement], _toConsumableArray(arr.slice(index)));
216
+ };
217
+ var articles = [];
218
+ if (showBI) {
219
+ var data = _this.state.data;
220
+ articles = data;
221
+ var pos = 3;
222
+ for (var i = 1; pos < articles.length; i++) {
223
+ var inFeedAd = {
224
+ adUnit: brandInsight.adUnit,
225
+ className: brandInsight.className,
226
+ networkID: brandInsight.networkID,
227
+ sizes: brandInsight.sizes,
228
+ slotId: brandInsight.slotId + '_' + i,
229
+ targeting: {
230
+ pos: 'infeed',
231
+ content_placement: brandInsight.targeting.content_placement,
232
+ document_url: brandInsight.targeting.document_url
233
+ },
234
+ _type: 'BrandInsight',
235
+ /* Passing refresh flag */
236
+ refreshFlag: brandInsight.refreshFlag ? brandInsight.refreshFlag : false
237
+ };
238
+
239
+ articles = insert(articles, pos, inFeedAd);
240
+ pos += brandInsight.interval + 1;
241
+ }
242
+ } else {
243
+ articles = _this.state.data;
244
+ }
245
+
246
+ return React__default.createElement(
247
+ Row,
248
+ null,
249
+ articles && articles.map(function (row, index) {
250
+ if (columns === 'rotate' && itemCounter % 3 === 0) {
251
+ lgVar = 12;
252
+ } else if (columns && columns !== 'rotate') {
253
+ lgVar = Math.floor(12 / columns);
254
+ } else {
255
+ lgVar = 6;
256
+ }
257
+ if (row._type === 'BrandInsight' && row.adUnit) {
258
+ return React__default.createElement(ADInfeed, { index: index, infeedAd: row });
259
+ } else {
260
+ var contentCategoryName = row.contentCategory && row.contentCategory.name && _this.mapping[row.contentCategory.name] ? row.contentCategory.name : 'Articles';
261
+ return React__default.createElement(
262
+ React__default.Fragment,
263
+ { key: itemCounter },
264
+ React__default.createElement(
265
+ Col,
266
+ { md: 12, lg: lgVar, counter: itemCounter++, style: { display: 'flex', flex: '1 0 auto' } },
267
+ React__default.createElement(
268
+ Card,
269
+ { className: 'content-card', style: { flexDirection: mode } },
270
+ (row.thumbnail && row.thumbnail.asset || _this.props.defaultImage) && React__default.createElement(
271
+ 'a',
272
+ { href: _this.mapping[contentCategoryName] + '/' + row.url.current },
273
+ React__default.createElement(
274
+ LazyLoad,
275
+ { height: _this.props.imageHeight },
276
+ React__default.createElement(Card.Img, { variant: 'top', src: _this.renderCardImage(row, page), alt: row.thumbnail && row.thumbnail.asset ? row.thumbnail.asset.originalFilename : '' })
277
+ )
278
+ ),
279
+ React__default.createElement(
280
+ Card.Body,
281
+ null,
282
+ React__default.createElement(
283
+ 'a',
284
+ { href: _this.mapping[contentCategoryName] + '/' + row.url.current },
285
+ React__default.createElement(
286
+ Card.Title,
287
+ null,
288
+ row.title
289
+ )
290
+ ),
291
+ _this.props.showPublished && row.published && React__default.createElement(
292
+ Card.Subtitle,
293
+ null,
294
+ moment(row.published).format('MMMM DD, YYYY')
295
+ ),
296
+ _this.props.showAuthor && row.authorMapping && row.authorMapping.length > 0 && row.authorMapping.map(function (authorDetail, index) {
297
+ return _this.renderAuthor(authorDetail, index, row.authorMapping.length);
298
+ }),
299
+ React__default.createElement(
300
+ Card.Text,
301
+ null,
302
+ clean_html_1(row.summary)
303
+ )
304
+ )
305
+ )
306
+ ),
307
+ main_36 && _this.props.rightItems && (index + 1) % numberOfItemsBeforeAd === 0 && _this.renderMobileAd(index, numberOfItemsBeforeAd)
308
+ );
309
+ }
310
+ })
311
+ );
312
+ }, _this.renderMobileAd = function (index, numberOfItemsBeforeAd) {
313
+ var rightItems = _this.props.rightItems;
314
+
315
+ var i = ((index + 1) / numberOfItemsBeforeAd - 1) % rightItems.length;
316
+ return React__default.createElement(
317
+ Col,
318
+ { md: 12, style: { display: 'flex', flex: '1 0 auto' } },
319
+ rightItems[i].component
320
+ );
321
+ }, _temp), _possibleConstructorReturn(_this, _ret);
322
+ }
323
+
324
+ _createClass(DeckContent, [{
325
+ key: 'componentDidUpdate',
326
+ value: function componentDidUpdate(prevProps, prevState) {
327
+ if (this.state.dataKeptToCompareNewDatarecord !== this.props.dataRecord) {
328
+ // eslint-disable-next-line react/no-did-update-set-state
329
+ this.setState({
330
+ data: this.props.dataRecord,
331
+ dataKeptToCompareNewDatarecord: this.props.dataRecord,
332
+ itemsPerPage: this.props.params ? this.props.params.to : 2,
333
+ page: 1,
334
+ from: this.props.params ? this.props.params.from : 0,
335
+ to: this.props.params ? this.props.params.to : 2,
336
+ total_pages: null,
337
+ query: this.props.query,
338
+ isDataLoading: false,
339
+ totalDataCount: this.props.totalDataCount
340
+ });
341
+ }
342
+ }
343
+ }, {
344
+ key: 'render',
345
+ value: function render() {
346
+ var _props = this.props,
347
+ columns = _props.columns,
348
+ variant = _props.variant,
349
+ page = _props.page,
350
+ showBI = _props.showBI,
351
+ brandInsight = _props.brandInsight;
352
+
353
+
354
+ return React__default.createElement(
355
+ 'div',
356
+ { className: 'contentDeck' },
357
+ this.state.isDataLoading ? React__default.createElement(
358
+ 'div',
359
+ { className: 'd-flex justify-content-center', style: { marginTop: '100px' } },
360
+ React__default.createElement(
361
+ Spinner,
362
+ { animation: 'border', role: 'status' },
363
+ React__default.createElement(
364
+ 'span',
365
+ { className: 'sr-only' },
366
+ 'Loading...'
367
+ )
368
+ )
369
+ ) : React__default.createElement(
370
+ React__default.Fragment,
371
+ null,
372
+ React__default.createElement(
373
+ Container,
374
+ null,
375
+ this.cardLoader(page, columns, variant, showBI, brandInsight)
376
+ ),
377
+ React__default.createElement(
378
+ 'div',
379
+ { className: 'pagination-wrapper' },
380
+ React__default.createElement(Pagination, {
381
+ pageCount: Math.ceil(this.state.totalDataCount / this.state.itemsPerPage),
382
+ pageRangeDisplayed: main_36 ? 3 : 9,
383
+ currentPage: this.state.currentPage,
384
+ onPageChange: this.handlePageChange
385
+ }),
386
+ React__default.createElement(
387
+ 'style',
388
+ { jsx: 'true' },
389
+ '\n .pagination-wrapper {\n margin: 3rem 0;\n }\n @media only screen and (max-width: 768px) {\n .pagination-wrapper {\n margin-bottom: 6rem;\n }\n }\n '
390
+ )
391
+ )
392
+ )
393
+ );
394
+ }
395
+ }]);
396
+
397
+ return DeckContent;
398
+ }(React__default.Component);
399
+
400
+ var ContentCardPaginated = withRouter(DeckContent);
401
+
402
+ export default ContentCardPaginated;
@@ -1,44 +1,44 @@
1
- import { _ as _toConsumableArray } from './toConsumableArray-f7074d7c.js';
2
- import { _ as _extends } from './extends-6d8e3924.js';
3
- import { _ as _inherits, a as _classCallCheck, b as _possibleConstructorReturn, c as _Object$getPrototypeOf, d as _createClass } from './inherits-a6ba2ec4.js';
1
+ import './_commonjsHelpers-0c4b6f40.js';
2
+ import './core.get-iterator-method-86d4db69.js';
3
+ import './_library-528f1934.js';
4
+ import './_iter-detect-130ee549.js';
5
+ import { _ as _toConsumableArray } from './toConsumableArray-32282905.js';
6
+ import './_object-pie-33c40e79.js';
7
+ import { _ as _extends } from './extends-5b1796d4.js';
8
+ import './_object-sap-8b8ea5a9.js';
9
+ import { _ as _inherits, a as _classCallCheck, b as _possibleConstructorReturn, c as _Object$getPrototypeOf, d as _createClass } from './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';
4
14
  import React__default from 'react';
5
- import { l as lib_3 } from './index-f0fc23eb.js';
15
+ import './events-6c3a7a63.js';
16
+ import { l as lib_3 } from './index-41a678ea.js';
17
+ import 'prop-types';
6
18
  import Container from 'react-bootstrap/Container';
7
19
  import Row from 'react-bootstrap/Row';
8
20
  import Col from 'react-bootstrap/Col';
9
21
  import Card from 'react-bootstrap/Card';
10
- import { m as moment } from './moment-bc12cb97.js';
22
+ import { m as moment } from './moment-e2f9b20c.js';
11
23
  import { withRouter } from 'next/router';
12
- import { d as debounce_1 } from './debounce-533d9748.js';
13
- import { I as InfiniteScroll } from './index.es-a6137319.js';
24
+ import './isSymbol-1981418f.js';
25
+ import { d as debounce_1 } from './debounce-9207d8ee.js';
26
+ import './toNumber-2f7a84cd.js';
27
+ import { I as InfiniteScroll } from './index.es-29c1cef5.js';
28
+ import 'react-dom';
14
29
  import { V as VisibilitySensor } from './visibility-sensor-72fd8f8b.js';
30
+ import './slicedToArray-67a08c9c.js';
31
+ import './index-73819142.js';
15
32
  import urlFor from './urlFor.js';
16
- import { L as LazyLoad } from './index-755f2cc2.js';
17
- import { m as main_43 } from './main-1894c974.js';
18
- import { c as clean_html_1 } from './entities-6d9154b4.js';
19
- import { A as ADInfeed } from './ADInfeed-0a55cd2d.js';
20
- import './_commonjsHelpers-0c4b6f40.js';
21
- import './core.get-iterator-method-ea258bb1.js';
22
- import './_iter-detect-98db3b07.js';
23
- import './_object-pie-133f504a.js';
24
- import './_object-sap-7cee6f84.js';
25
- import './define-property-5f1bda73.js';
26
- import './typeof-e9fc0c5d.js';
27
- import './web.dom.iterable-ab4dea5c.js';
28
- import './_is-array-8d21b9e3.js';
29
- import './_library-528f1934.js';
30
- import './events-6c3a7a63.js';
31
- import 'prop-types';
32
- import './isSymbol-a7e9aafe.js';
33
- import './toNumber-5aeba6e7.js';
34
- import 'react-dom';
35
- import './slicedToArray-6ebcbfea.js';
36
- import './index-3f5c03b2.js';
37
- import './AdSlot.js';
38
- import './Beam.js';
39
- import './stringify-2b084bee.js';
40
- import './asyncToGenerator-5ef104a7.js';
33
+ import { L as LazyLoad } from './index-5f7e79e7.js';
34
+ import { m as main_36 } from './main-c0612122.js';
35
+ import { c as clean_html_1 } from './entities-7cc3bf45.js';
36
+ import './stringify-70b72959.js';
37
+ import './asyncToGenerator-7bf8bc4d.js';
41
38
  import './Segment.js';
39
+ import './Beam.js';
40
+ import './AdSlot.js';
41
+ import { A as ADInfeed } from './ADInfeed-d767ebe2.js';
42
42
 
43
43
  var DeckContent = function (_React$Component) {
44
44
  _inherits(DeckContent, _React$Component);
@@ -172,14 +172,14 @@ var DeckContent = function (_React$Component) {
172
172
  var newPath = pageNumber === 1 ? '' + path : path + '?page=' + pageNumber;
173
173
 
174
174
  // please leave this for later debug purpose : Yong Jun.
175
- /* console.log('page change reported', {
176
- currentPage: currentPage,
177
- pageNumber: pageNumber,
178
- pathname: pathname,
179
- path: path,
180
- newPath: newPath,
181
- firstPage: pageNumber === 1,
182
- queryString: queryString
175
+ /* console.log('page change reported', {
176
+ currentPage: currentPage,
177
+ pageNumber: pageNumber,
178
+ pathname: pathname,
179
+ path: path,
180
+ newPath: newPath,
181
+ firstPage: pageNumber === 1,
182
+ queryString: queryString
183
183
  }) */
184
184
 
185
185
  if (pageview) {
@@ -344,7 +344,7 @@ var DeckContent = function (_React$Component) {
344
344
  )
345
345
  )
346
346
  ),
347
- main_43 && _this.props.rightItems && (index + 1) % numberOfItemsBeforeAd === 0 && _this.renderMobileAd(index, numberOfItemsBeforeAd)
347
+ main_36 && _this.props.rightItems && (index + 1) % numberOfItemsBeforeAd === 0 && _this.renderMobileAd(index, numberOfItemsBeforeAd)
348
348
  );
349
349
  }
350
350
  })
@@ -1,40 +1,40 @@
1
- import { _ as _toConsumableArray } from './toConsumableArray-f7074d7c.js';
2
- import { _ as _extends } from './extends-6d8e3924.js';
3
- import { _ as _inherits, a as _classCallCheck, b as _possibleConstructorReturn, c as _Object$getPrototypeOf, d as _createClass } from './inherits-a6ba2ec4.js';
1
+ import './_commonjsHelpers-0c4b6f40.js';
2
+ import './core.get-iterator-method-86d4db69.js';
3
+ import './_library-528f1934.js';
4
+ import './_iter-detect-130ee549.js';
5
+ import { _ as _toConsumableArray } from './toConsumableArray-32282905.js';
6
+ import './_object-pie-33c40e79.js';
7
+ import { _ as _extends } from './extends-5b1796d4.js';
8
+ import './_object-sap-8b8ea5a9.js';
9
+ import { _ as _inherits, a as _classCallCheck, b as _possibleConstructorReturn, c as _Object$getPrototypeOf, d as _createClass } from './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';
4
14
  import React__default from 'react';
5
- import { l as lib_3 } from './index-f0fc23eb.js';
15
+ import './events-6c3a7a63.js';
16
+ import { l as lib_3 } from './index-41a678ea.js';
17
+ import 'prop-types';
6
18
  import Container from 'react-bootstrap/Container';
7
19
  import Row from 'react-bootstrap/Row';
8
20
  import Col from 'react-bootstrap/Col';
9
21
  import Card from 'react-bootstrap/Card';
10
- import { V as VisibilitySensor } from './visibility-sensor-72fd8f8b.js';
11
- import { m as moment } from './moment-bc12cb97.js';
22
+ import { m as moment } from './moment-e2f9b20c.js';
12
23
  import { withRouter } from 'next/router';
13
- import { L as LazyLoad } from './index-755f2cc2.js';
14
- import { g as get_1 } from './get-3c308da4.js';
15
- import { d as debounce_1 } from './debounce-533d9748.js';
16
- import { I as InfiniteScroll } from './index.es-a6137319.js';
17
- import urlFor from './urlFor.js';
18
- import { m as main_43 } from './main-1894c974.js';
19
- import { c as clean_html_1 } from './entities-6d9154b4.js';
20
- import './_commonjsHelpers-0c4b6f40.js';
21
- import './core.get-iterator-method-ea258bb1.js';
22
- import './_iter-detect-98db3b07.js';
23
- import './_object-pie-133f504a.js';
24
- import './_object-sap-7cee6f84.js';
25
- import './define-property-5f1bda73.js';
26
- import './typeof-e9fc0c5d.js';
27
- import './web.dom.iterable-ab4dea5c.js';
28
- import './_is-array-8d21b9e3.js';
29
- import './_library-528f1934.js';
30
- import './events-6c3a7a63.js';
31
- import 'prop-types';
24
+ import './isSymbol-1981418f.js';
25
+ import { d as debounce_1 } from './debounce-9207d8ee.js';
26
+ import './toNumber-2f7a84cd.js';
27
+ import { I as InfiniteScroll } from './index.es-29c1cef5.js';
32
28
  import 'react-dom';
33
- import './isSymbol-a7e9aafe.js';
34
- import './eq-bdcbf886.js';
35
- import './toNumber-5aeba6e7.js';
36
- import './slicedToArray-6ebcbfea.js';
37
- import './index-3f5c03b2.js';
29
+ import { V as VisibilitySensor } from './visibility-sensor-72fd8f8b.js';
30
+ import './slicedToArray-67a08c9c.js';
31
+ import './index-73819142.js';
32
+ import urlFor from './urlFor.js';
33
+ import { L as LazyLoad } from './index-5f7e79e7.js';
34
+ import { m as main_36 } from './main-c0612122.js';
35
+ import { c as clean_html_1 } from './entities-7cc3bf45.js';
36
+ import { g as get_1 } from './get-1e515072.js';
37
+ import './eq-b470f743.js';
38
38
 
39
39
  var DeckQueue = function (_React$Component) {
40
40
  _inherits(DeckQueue, _React$Component);
@@ -301,7 +301,7 @@ var DeckQueue = function (_React$Component) {
301
301
  )
302
302
  )
303
303
  ),
304
- main_43 && _this2.props.rightItems && (index + 1) % numberOfItemsBeforeAd === 0 && _this2.renderMobileAd(index, numberOfItemsBeforeAd)
304
+ main_36 && _this2.props.rightItems && (index + 1) % numberOfItemsBeforeAd === 0 && _this2.renderMobileAd(index, numberOfItemsBeforeAd)
305
305
  );
306
306
  })
307
307
  );