@mjhls/mjh-framework 1.0.884-beta.0 → 1.0.884-content-card-pagination-v1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (329) hide show
  1. package/dist/cjs/AD.js +10 -9
  2. package/dist/cjs/AD300x250.js +29 -28
  3. package/dist/cjs/AD300x250x600.js +29 -28
  4. package/dist/cjs/AD728x90.js +32 -31
  5. package/dist/cjs/ADFloatingFooter.js +31 -30
  6. package/dist/cjs/ADFooter.js +13 -12
  7. package/dist/cjs/ADGutter.js +31 -30
  8. package/dist/cjs/{ADInfeed-2e48af77.js → ADInfeed-bce0ba07.js} +15 -13
  9. package/dist/cjs/ADSkyscraper.js +31 -30
  10. package/dist/cjs/ADSponsoredResources.js +31 -30
  11. package/dist/cjs/ADWebcast.js +31 -30
  12. package/dist/cjs/ADWelcome.js +32 -31
  13. package/dist/cjs/{ADlgInfeed-c39c7131.js → ADlgInfeed-950b414b.js} +11 -10
  14. package/dist/cjs/AccordionPanel.js +29 -27
  15. package/dist/cjs/AdSlot.js +32 -31
  16. package/dist/cjs/AdSlotsProvider.js +18 -909
  17. package/dist/cjs/AlgoliaSearch.js +1490 -1306
  18. package/dist/cjs/AlphabeticList.js +24 -23
  19. package/dist/cjs/ArticleCarousel.js +20 -19
  20. package/dist/cjs/ArticleProgramLandingPage.js +61 -60
  21. package/dist/cjs/ArticleSeriesLandingPage.js +41 -40
  22. package/dist/cjs/ArticleSeriesListing.js +60 -59
  23. package/dist/cjs/Auth.js +680 -1504
  24. package/dist/cjs/AuthWrapper.js +1635 -417
  25. package/dist/cjs/{AuthorComponent-02e827ae.js → AuthorComponent-39b37d84.js} +14 -13
  26. package/dist/cjs/Beam.js +6 -6
  27. package/dist/cjs/{BlockContent-091a991f.js → BlockContent-9ebd251f.js} +56 -55
  28. package/dist/cjs/Breadcrumbs.js +27 -25
  29. package/dist/cjs/CMEDeck.js +81 -81
  30. package/dist/cjs/Column1.js +14 -11
  31. package/dist/cjs/Column2.js +34 -31
  32. package/dist/cjs/Column3.js +60 -57
  33. package/dist/cjs/ConferenceArticleCard.js +26 -25
  34. package/dist/cjs/ConferenceBanner-6c9e718a.js +24 -0
  35. package/dist/cjs/ContentCardPaginated.js +413 -0
  36. package/dist/cjs/DeckContent.js +97 -93
  37. package/dist/cjs/DeckQueue.js +91 -87
  38. package/dist/cjs/DeckQueuePaginated.js +344 -0
  39. package/dist/cjs/{Dfp-14d2455c.js → Dfp-9be904d5.js} +33 -32
  40. package/dist/cjs/EventsDeck.js +140 -133
  41. package/dist/cjs/ExternalResources.js +79 -78
  42. package/dist/cjs/Feature.js +29 -27
  43. package/dist/cjs/ForbesHero.js +41 -40
  44. package/dist/cjs/GridContent.js +236 -231
  45. package/dist/cjs/GridHero.js +43 -42
  46. package/dist/cjs/GroupDeck.js +58 -57
  47. package/dist/cjs/HamMagazine.js +135 -130
  48. package/dist/cjs/Header.js +14 -12
  49. package/dist/cjs/Hero.js +16 -15
  50. package/dist/cjs/HighlightenVideo.js +18 -17
  51. package/dist/cjs/HorizontalArticleListing.js +72 -71
  52. package/dist/cjs/HorizontalHero.js +29 -28
  53. package/dist/cjs/ImageSlider-b96720eb.js +2813 -0
  54. package/dist/cjs/IssueContentDeck.js +76 -71
  55. package/dist/cjs/IssueDeck.js +75 -70
  56. package/dist/cjs/IssueLanding.js +65 -64
  57. package/dist/cjs/LeftNav.js +39 -37
  58. package/dist/cjs/MasterDeck.js +71 -70
  59. package/dist/cjs/MasterDeckPaginated.js +445 -0
  60. package/dist/cjs/MediaSeriesCard-3d5c69ba.js +9505 -0
  61. package/dist/cjs/MediaSeriesLanding.js +100 -9487
  62. package/dist/cjs/MediaSeriesLandingPaginated.js +523 -0
  63. package/dist/cjs/NavDvm.js +77 -72
  64. package/dist/cjs/{NavFooter-76c913e3.js → NavFooter-3dcd99a8.js} +15 -14
  65. package/dist/cjs/NavMagazine.js +141 -136
  66. package/dist/cjs/NavNative.js +136 -128
  67. package/dist/cjs/OncliveHero.js +22 -22
  68. package/dist/cjs/OncliveLargeHero.js +71 -70
  69. package/dist/cjs/PageFilter.js +13 -12
  70. package/dist/cjs/Pagination-b5e8b8dc.js +60 -0
  71. package/dist/cjs/PartnerDetailListing.js +99 -4068
  72. package/dist/cjs/PartnerDetailListingPaginated.js +313 -0
  73. package/dist/cjs/PdfDownload.js +10 -9
  74. package/dist/cjs/PopUpModal.js +19 -17
  75. package/dist/cjs/PubSection.js +41 -40
  76. package/dist/cjs/PubToc.js +14 -13
  77. package/dist/cjs/PublicationDeck.js +70 -65
  78. package/dist/cjs/PublicationLanding.js +114 -106
  79. package/dist/cjs/QueueDeckExpanded.js +308 -308
  80. package/dist/cjs/QueueDeckExpandedPaginated.js +1377 -0
  81. package/dist/cjs/RecentNews.js +23 -22
  82. package/dist/cjs/RelatedContent.js +30 -29
  83. package/dist/cjs/RelatedTopicsDropdown.js +22 -19
  84. package/dist/cjs/RolesDeck.js +32 -27
  85. package/dist/cjs/Search.js +20 -16
  86. package/dist/cjs/Segment.js +4 -4
  87. package/dist/cjs/SeriesListingDeck.js +36 -36
  88. package/dist/cjs/{SeriesSlider-49b81b0b.js → SeriesSlider-de93a303.js} +36 -35
  89. package/dist/cjs/SetCookie.js +1 -1
  90. package/dist/cjs/SideFooter.js +35 -34
  91. package/dist/cjs/SocialIcons.js +10 -9
  92. package/dist/cjs/{SocialSearchComponent-e8477ca3.js → SocialSearchComponent-4942ddfc.js} +40 -36
  93. package/dist/cjs/SocialShare.js +31 -29
  94. package/dist/cjs/TaxonomyCard.js +66 -61
  95. package/dist/cjs/TaxonomyDescription.js +54 -53
  96. package/dist/cjs/TemplateNormal.js +73 -72
  97. package/dist/cjs/ThumbnailCard.js +26 -24
  98. package/dist/cjs/Ustream.js +29 -28
  99. package/dist/cjs/VerticalHero.js +20 -19
  100. package/dist/cjs/VideoProgramLandingPage.js +78 -74
  101. package/dist/cjs/VideoSeriesCard.js +32 -31
  102. package/dist/cjs/VideoSeriesFilter.js +16 -16
  103. package/dist/cjs/VideoSeriesLandingPage.js +50 -49
  104. package/dist/cjs/VideoSeriesListing.js +77 -76
  105. package/dist/cjs/View.js +346 -263
  106. package/dist/cjs/YahooHero.js +40 -39
  107. package/dist/cjs/YoutubeGroup.js +64 -63
  108. package/dist/cjs/{_is-array-aa52fa1e.js → _is-array-54228b29.js} +6 -6
  109. package/dist/cjs/{_iter-detect-05795553.js → _iter-detect-b1df62f0.js} +7 -7
  110. package/dist/cjs/{_object-pie-68c5bcbc.js → _object-pie-083f2dd6.js} +4 -4
  111. package/dist/cjs/{_object-sap-171b9ea5.js → _object-sap-d1978572.js} +1 -1
  112. package/dist/cjs/{_object-to-array-9bac8737.js → _object-to-array-ce86cae7.js} +2 -2
  113. package/dist/cjs/{asyncToGenerator-df19209d.js → asyncToGenerator-77821af0.js} +30 -30
  114. package/dist/cjs/{brightcove-react-player-loader.es-156bd4d6.js → brightcove-react-player-loader.es-a195642e.js} +11 -9
  115. package/dist/cjs/{core.get-iterator-method-f3c44602.js → core.get-iterator-method-5643aa10.js} +35 -35
  116. package/dist/cjs/{debounce-529c8d06.js → debounce-d4a2369b.js} +2 -2
  117. package/dist/cjs/{define-property-21887c62.js → define-property-e8404b64.js} +6 -6
  118. package/dist/cjs/{defineProperty-77a37684.js → defineProperty-9673846a.js} +1 -1
  119. package/dist/cjs/defineProperty-e0fb52c5.js +73 -0
  120. package/dist/cjs/{entities-310b46ee.js → entities-df1aed86.js} +5 -1
  121. package/dist/cjs/{eq-bb2843ed.js → eq-5fc26c07.js} +1 -1
  122. package/dist/cjs/{extends-eed4f016.js → extends-7c86182f.js} +7 -7
  123. package/dist/cjs/faundadb.js +19 -19
  124. package/dist/cjs/{get-adbb11e3.js → get-5839e5b5.js} +21 -21
  125. package/dist/cjs/getRelatedArticle.js +16 -16
  126. package/dist/cjs/getRootDocGroup.js +6 -6
  127. package/dist/cjs/getSerializers.js +43 -43
  128. package/dist/cjs/{getTargeting-8874437b.js → getTargeting-6d59cc5b.js} +3 -3
  129. package/dist/cjs/getTargeting.js +6 -6
  130. package/dist/{esm/iconBase-602d52fe.js → cjs/iconBase-be4097c0.js} +33 -8
  131. package/dist/cjs/{index-e2e62963.js → index-50be6759.js} +26 -10
  132. package/dist/cjs/{index-396089c0.js → index-6f89aea7.js} +1070 -1044
  133. package/dist/cjs/{index-be0c82be.js → index-d48b231c.js} +31 -25
  134. package/dist/cjs/{index-96b3db50.js → index-eadd5035.js} +17 -15
  135. package/dist/cjs/{index-3294d3bc.js → index-f86bb269.js} +44 -45
  136. package/dist/cjs/{index-98e01cb9.js → index-fc2f1ca2.js} +13 -12
  137. package/dist/cjs/{index.es-9110add6.js → index.es-f3e47207.js} +31 -12
  138. package/dist/cjs/{index.esm-90433435.js → index.esm-00a6aade.js} +7 -16
  139. package/dist/cjs/{index.esm-4d410430.js → index.esm-2bb721c8.js} +21 -21
  140. package/dist/cjs/{index.esm-e32d3e8e.js → index.esm-c1e16606.js} +4 -7
  141. package/dist/cjs/{index.esm-ff47db6f.js → index.esm-f27f80d9.js} +6 -13
  142. package/dist/cjs/index.js +172 -166
  143. package/dist/cjs/{inherits-cba9c846.js → inherits-de66ea16.js} +19 -19
  144. package/dist/cjs/{isSymbol-04666465.js → isSymbol-03abbdf0.js} +15 -15
  145. package/dist/cjs/{keys-d207942e.js → keys-e982b3fa.js} +6 -6
  146. package/dist/cjs/{lodash-fc2922d0.js → lodash-f0783643.js} +128 -31
  147. package/dist/cjs/main-f1c77adb.js +973 -0
  148. package/dist/cjs/{md5-5039b1a6.js → md5-e1ca5797.js} +1 -1
  149. package/dist/cjs/{moment-575fe24c.js → moment-aca40de1.js} +11 -9
  150. package/dist/cjs/{react-social-icons-f7f48f71.js → react-social-icons-af932527.js} +28 -27
  151. package/dist/cjs/{slicedToArray-f6d4eaa8.js → slicedToArray-067dd3bc.js} +12 -12
  152. package/dist/cjs/{smoothscroll-5054361f.js → smoothscroll-99df7f93.js} +1 -1
  153. package/dist/cjs/{stringify-bbc68047.js → stringify-f7a37a8d.js} +5 -5
  154. package/dist/cjs/timeDifferenceCalc.js +1 -1
  155. package/dist/cjs/{toConsumableArray-c9b8a0d0.js → toConsumableArray-d7797c2b.js} +7 -7
  156. package/dist/cjs/{toNumber-36d1e7e5.js → toNumber-5e1fac58.js} +40 -5
  157. package/dist/cjs/typeof-1358762e.js +33 -0
  158. package/dist/cjs/{typeof-5f52cf64.js → typeof-567e31ff.js} +35 -35
  159. package/dist/cjs/urlFor.js +6 -6
  160. package/dist/cjs/{ustream-api-9ebe112f.js → ustream-api-3819e4aa.js} +4 -4
  161. package/dist/cjs/{util-f2c1b65b.js → util-93a37fd0.js} +12 -1
  162. package/dist/cjs/{visibility-sensor-ad5e3116.js → visibility-sensor-eb2c5b69.js} +7 -5
  163. package/dist/cjs/{web.dom.iterable-e34bf324.js → web.dom.iterable-d98303e0.js} +2 -2
  164. package/dist/esm/AD.js +1 -1
  165. package/dist/esm/AD300x250.js +22 -22
  166. package/dist/esm/AD300x250x600.js +22 -22
  167. package/dist/esm/AD728x90.js +25 -25
  168. package/dist/esm/ADFloatingFooter.js +21 -21
  169. package/dist/esm/ADFooter.js +4 -4
  170. package/dist/esm/ADGutter.js +21 -21
  171. package/dist/esm/{ADInfeed-8a038df9.js → ADInfeed-0a55cd2d.js} +6 -6
  172. package/dist/esm/ADSkyscraper.js +21 -21
  173. package/dist/esm/ADSponsoredResources.js +21 -21
  174. package/dist/esm/ADWebcast.js +21 -21
  175. package/dist/esm/ADWelcome.js +18 -18
  176. package/dist/esm/{ADlgInfeed-cee95aa2.js → ADlgInfeed-013e1f4a.js} +4 -4
  177. package/dist/esm/AccordionPanel.js +6 -6
  178. package/dist/esm/AdSlot.js +20 -20
  179. package/dist/esm/AdSlotsProvider.js +14 -906
  180. package/dist/esm/AlgoliaSearch.js +717 -534
  181. package/dist/esm/AlphabeticList.js +8 -8
  182. package/dist/esm/ArticleCarousel.js +13 -13
  183. package/dist/esm/ArticleProgramLandingPage.js +48 -48
  184. package/dist/esm/ArticleSeriesLandingPage.js +30 -30
  185. package/dist/esm/ArticleSeriesListing.js +32 -32
  186. package/dist/esm/Auth.js +591 -1419
  187. package/dist/esm/AuthWrapper.js +1607 -390
  188. package/dist/esm/{AuthorComponent-e6f95c2f.js → AuthorComponent-11adff02.js} +1 -1
  189. package/dist/esm/Beam.js +6 -6
  190. package/dist/esm/{BlockContent-e9b4ddcf.js → BlockContent-1e73bd2c.js} +34 -34
  191. package/dist/esm/Breadcrumbs.js +5 -5
  192. package/dist/esm/CMEDeck.js +22 -22
  193. package/dist/esm/Column1.js +4 -4
  194. package/dist/esm/Column2.js +19 -19
  195. package/dist/esm/Column3.js +37 -37
  196. package/dist/esm/ConferenceArticleCard.js +10 -10
  197. package/dist/esm/ContentCardPaginated.js +402 -0
  198. package/dist/esm/DeckContent.js +47 -47
  199. package/dist/esm/DeckQueue.js +47 -47
  200. package/dist/esm/DeckQueuePaginated.js +333 -0
  201. package/dist/esm/{Dfp-f867d061.js → Dfp-102f0beb.js} +13 -13
  202. package/dist/esm/EventsDeck.js +48 -48
  203. package/dist/esm/ExternalResources.js +46 -46
  204. package/dist/esm/Feature.js +7 -7
  205. package/dist/esm/ForbesHero.js +10 -10
  206. package/dist/esm/GridContent.js +88 -88
  207. package/dist/esm/GridHero.js +11 -11
  208. package/dist/esm/GroupDeck.js +12 -12
  209. package/dist/esm/HamMagazine.js +28 -28
  210. package/dist/esm/Hero.js +7 -7
  211. package/dist/esm/HighlightenVideo.js +2 -2
  212. package/dist/esm/HorizontalArticleListing.js +46 -46
  213. package/dist/esm/HorizontalHero.js +8 -8
  214. package/dist/esm/ImageSlider-de7846ea.js +2804 -0
  215. package/dist/esm/IssueContentDeck.js +25 -25
  216. package/dist/esm/IssueDeck.js +35 -35
  217. package/dist/esm/IssueLanding.js +53 -53
  218. package/dist/esm/LeftNav.js +20 -20
  219. package/dist/esm/MasterDeck.js +35 -35
  220. package/dist/esm/MasterDeckPaginated.js +437 -0
  221. package/dist/esm/MediaSeriesCard-5b1d13dd.js +9495 -0
  222. package/dist/esm/MediaSeriesLanding.js +63 -9451
  223. package/dist/esm/MediaSeriesLandingPaginated.js +516 -0
  224. package/dist/esm/NavDvm.js +14 -14
  225. package/dist/esm/NavMagazine.js +32 -32
  226. package/dist/esm/NavNative.js +32 -32
  227. package/dist/esm/OncliveHero.js +7 -8
  228. package/dist/esm/OncliveLargeHero.js +11 -11
  229. package/dist/esm/PageFilter.js +4 -4
  230. package/dist/esm/Pagination-481eaaf5.js +54 -0
  231. package/dist/esm/PartnerDetailListing.js +63 -4032
  232. package/dist/esm/PartnerDetailListingPaginated.js +307 -0
  233. package/dist/esm/PdfDownload.js +2 -2
  234. package/dist/esm/PopUpModal.js +4 -4
  235. package/dist/esm/PubSection.js +32 -32
  236. package/dist/esm/PubToc.js +6 -6
  237. package/dist/esm/PublicationDeck.js +27 -27
  238. package/dist/esm/PublicationLanding.js +51 -47
  239. package/dist/esm/QueueDeckExpanded.js +36 -36
  240. package/dist/esm/QueueDeckExpandedPaginated.js +1371 -0
  241. package/dist/esm/RecentNews.js +4 -4
  242. package/dist/esm/RelatedContent.js +10 -10
  243. package/dist/esm/RolesDeck.js +12 -12
  244. package/dist/esm/Search.js +6 -6
  245. package/dist/esm/Segment.js +4 -4
  246. package/dist/esm/SeriesListingDeck.js +18 -18
  247. package/dist/esm/{SeriesSlider-ce19fa25.js → SeriesSlider-98ad6d97.js} +10 -10
  248. package/dist/esm/SetCookie.js +1 -1
  249. package/dist/esm/SideFooter.js +13 -13
  250. package/dist/esm/{SocialSearchComponent-b5be0e6c.js → SocialSearchComponent-8e0fcf66.js} +12 -12
  251. package/dist/esm/TaxonomyCard.js +27 -27
  252. package/dist/esm/TaxonomyDescription.js +44 -44
  253. package/dist/esm/TemplateNormal.js +48 -48
  254. package/dist/esm/ThumbnailCard.js +10 -10
  255. package/dist/esm/Ustream.js +12 -12
  256. package/dist/esm/VerticalHero.js +6 -6
  257. package/dist/esm/VideoProgramLandingPage.js +52 -52
  258. package/dist/esm/VideoSeriesCard.js +13 -13
  259. package/dist/esm/VideoSeriesFilter.js +7 -7
  260. package/dist/esm/VideoSeriesLandingPage.js +36 -36
  261. package/dist/esm/VideoSeriesListing.js +33 -33
  262. package/dist/esm/View.js +169 -90
  263. package/dist/esm/YahooHero.js +13 -13
  264. package/dist/esm/YoutubeGroup.js +17 -17
  265. package/dist/esm/{_is-array-4df618a6.js → _is-array-8d21b9e3.js} +6 -6
  266. package/dist/esm/{_iter-detect-130ee549.js → _iter-detect-98db3b07.js} +7 -7
  267. package/dist/esm/{_object-pie-33c40e79.js → _object-pie-133f504a.js} +4 -4
  268. package/dist/esm/{_object-sap-8b8ea5a9.js → _object-sap-7cee6f84.js} +1 -1
  269. package/dist/esm/{_object-to-array-c54dd835.js → _object-to-array-2300e51b.js} +2 -2
  270. package/dist/esm/{asyncToGenerator-7bf8bc4d.js → asyncToGenerator-5ef104a7.js} +30 -30
  271. package/dist/esm/{brightcove-react-player-loader.es-83f53e4e.js → brightcove-react-player-loader.es-57a70a56.js} +5 -4
  272. package/dist/esm/{core.get-iterator-method-86d4db69.js → core.get-iterator-method-ea258bb1.js} +36 -36
  273. package/dist/esm/{debounce-9207d8ee.js → debounce-533d9748.js} +2 -2
  274. package/dist/esm/define-property-5f1bda73.js +18 -0
  275. package/dist/esm/defineProperty-23a8f8cd.js +68 -0
  276. package/dist/esm/{defineProperty-d7d9b577.js → defineProperty-8c30428f.js} +1 -1
  277. package/dist/esm/{entities-7cc3bf45.js → entities-6d9154b4.js} +5 -1
  278. package/dist/esm/{eq-b470f743.js → eq-bdcbf886.js} +1 -1
  279. package/dist/esm/{extends-5b1796d4.js → extends-6d8e3924.js} +7 -7
  280. package/dist/esm/faundadb.js +5 -5
  281. package/dist/esm/{get-1e515072.js → get-3c308da4.js} +21 -21
  282. package/dist/esm/getRelatedArticle.js +11 -11
  283. package/dist/esm/getRootDocGroup.js +4 -4
  284. package/dist/esm/getSerializers.js +43 -43
  285. package/dist/esm/{getTargeting-277c801e.js → getTargeting-36031a00.js} +2 -2
  286. package/dist/esm/getTargeting.js +6 -6
  287. package/dist/{cjs/iconBase-68959171.js → esm/iconBase-ccc56b97.js} +2 -8
  288. package/dist/esm/{index-73819142.js → index-3f5c03b2.js} +31 -25
  289. package/dist/esm/{index-5f7e79e7.js → index-755f2cc2.js} +6 -6
  290. package/dist/esm/{index-ef6d5dcf.js → index-79cfd25c.js} +44 -45
  291. package/dist/esm/{index-aaa2dae0.js → index-98ca9cec.js} +26 -11
  292. package/dist/esm/{index-0e04b7d7.js → index-ca0c9ff5.js} +634 -618
  293. package/dist/esm/{index-41a678ea.js → index-f0fc23eb.js} +4 -4
  294. package/dist/esm/{index.es-29c1cef5.js → index.es-a6137319.js} +23 -5
  295. package/dist/esm/{index.esm-fd746768.js → index.esm-37268dca.js} +4 -5
  296. package/dist/esm/{index.esm-f8aaeeeb.js → index.esm-9b042655.js} +4 -7
  297. package/dist/esm/{index.esm-cf08bf18.js → index.esm-d4932dea.js} +6 -13
  298. package/dist/esm/{index.esm-29e48d38.js → index.esm-f6156a57.js} +7 -16
  299. package/dist/esm/index.js +127 -123
  300. package/dist/esm/{inherits-2409637d.js → inherits-a6ba2ec4.js} +18 -18
  301. package/dist/esm/{isSymbol-1981418f.js → isSymbol-a7e9aafe.js} +15 -15
  302. package/dist/esm/{keys-69989821.js → keys-31dcdb31.js} +6 -6
  303. package/dist/esm/{lodash-17fdfebb.js → lodash-f97fd99a.js} +128 -31
  304. package/dist/esm/main-1894c974.js +961 -0
  305. package/dist/esm/{md5-9be0e905.js → md5-4e42248e.js} +1 -1
  306. package/dist/esm/{moment-e2f9b20c.js → moment-bc12cb97.js} +11 -9
  307. package/dist/esm/{react-social-icons-a7d5c5c7.js → react-social-icons-9be47857.js} +16 -16
  308. package/dist/esm/{slicedToArray-67a08c9c.js → slicedToArray-6ebcbfea.js} +12 -12
  309. package/dist/esm/{smoothscroll-0cd4c7a6.js → smoothscroll-fa4e3f8c.js} +1 -1
  310. package/dist/esm/stringify-2b084bee.js +15 -0
  311. package/dist/esm/timeDifferenceCalc.js +1 -1
  312. package/dist/esm/{toConsumableArray-32282905.js → toConsumableArray-f7074d7c.js} +7 -7
  313. package/dist/esm/{toNumber-2f7a84cd.js → toNumber-5aeba6e7.js} +40 -5
  314. package/dist/esm/typeof-2f07d0e8.js +30 -0
  315. package/dist/esm/{typeof-c05a82ba.js → typeof-e9fc0c5d.js} +35 -35
  316. package/dist/esm/urlFor.js +4 -4
  317. package/dist/esm/{ustream-api-4c4fe0ba.js → ustream-api-d3714624.js} +4 -4
  318. package/dist/esm/{util-7700fc59.js → util-8ed16d48.js} +12 -1
  319. package/dist/esm/{web.dom.iterable-f8f967cd.js → web.dom.iterable-ab4dea5c.js} +2 -2
  320. package/package.json +2 -1
  321. package/dist/cjs/ConferenceBanner-4a16fddc.js +0 -23
  322. package/dist/cjs/Schema.js +0 -100
  323. package/dist/cjs/inherits-8d29278d.js +0 -110
  324. package/dist/cjs/main-02daeefe.js +0 -862
  325. package/dist/esm/Schema.js +0 -95
  326. package/dist/esm/define-property-6d26cb48.js +0 -18
  327. package/dist/esm/inherits-77d5e4fc.js +0 -101
  328. package/dist/esm/main-c0612122.js +0 -851
  329. package/dist/esm/stringify-70b72959.js +0 -15
@@ -0,0 +1,402 @@
1
+ import { _ as _toConsumableArray } from './toConsumableArray-f7074d7c.js';
2
+ import { a as _asyncToGenerator, r as regenerator } from './asyncToGenerator-5ef104a7.js';
3
+ import { _ as _extends } from './extends-6d8e3924.js';
4
+ import { _ as _inherits, a as _classCallCheck, b as _possibleConstructorReturn, c as _Object$getPrototypeOf, d as _createClass } from './inherits-a6ba2ec4.js';
5
+ import React__default from 'react';
6
+ import { l as lib_3 } from './index-f0fc23eb.js';
7
+ import Container from 'react-bootstrap/Container';
8
+ import Row from 'react-bootstrap/Row';
9
+ import Col from 'react-bootstrap/Col';
10
+ import Card from 'react-bootstrap/Card';
11
+ import { m as moment } from './moment-bc12cb97.js';
12
+ import { withRouter } from 'next/router';
13
+ import urlFor from './urlFor.js';
14
+ import { L as LazyLoad } from './index-755f2cc2.js';
15
+ import { m as main_43 } from './main-1894c974.js';
16
+ import { c as clean_html_1 } from './entities-6d9154b4.js';
17
+ import { A as ADInfeed } from './ADInfeed-0a55cd2d.js';
18
+ import { P as Pagination } from './Pagination-481eaaf5.js';
19
+ import Spinner from 'react-bootstrap/Spinner';
20
+ import './_commonjsHelpers-0c4b6f40.js';
21
+ import './core.get-iterator-method-ea258bb1.js';
22
+ import './_iter-detect-98db3b07.js';
23
+ import './web.dom.iterable-ab4dea5c.js';
24
+ import './_library-528f1934.js';
25
+ import './_object-pie-133f504a.js';
26
+ import './_object-sap-7cee6f84.js';
27
+ import './define-property-5f1bda73.js';
28
+ import './typeof-e9fc0c5d.js';
29
+ import './_is-array-8d21b9e3.js';
30
+ import './events-6c3a7a63.js';
31
+ import 'prop-types';
32
+ import './slicedToArray-6ebcbfea.js';
33
+ import './index-3f5c03b2.js';
34
+ import 'react-dom';
35
+ import './AdSlot.js';
36
+ import './debounce-533d9748.js';
37
+ import './isSymbol-a7e9aafe.js';
38
+ import './toNumber-5aeba6e7.js';
39
+ import './Beam.js';
40
+ import './stringify-2b084bee.js';
41
+ import './Segment.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_43 && _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_43 ? 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';
4
+ import React__default from 'react';
5
+ import { l as lib_3 } from './index-f0fc23eb.js';
6
+ import Container from 'react-bootstrap/Container';
7
+ import Row from 'react-bootstrap/Row';
8
+ import Col from 'react-bootstrap/Col';
9
+ import Card from 'react-bootstrap/Card';
10
+ import { m as moment } from './moment-bc12cb97.js';
11
+ 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';
14
+ import { V as VisibilitySensor } from './visibility-sensor-72fd8f8b.js';
15
+ 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';
1
20
  import './_commonjsHelpers-0c4b6f40.js';
2
- import './core.get-iterator-method-86d4db69.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';
3
29
  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
30
  import './events-6c3a7a63.js';
16
- import { l as lib_3 } from './index-41a678ea.js';
17
31
  import 'prop-types';
18
- import Container$1 from 'react-bootstrap/Container';
19
- import Row$1 from 'react-bootstrap/Row';
20
- import Col$1 from 'react-bootstrap/Col';
21
- import Card$1 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 { d as debounce_1 } from './debounce-9207d8ee.js';
26
- import './toNumber-2f7a84cd.js';
27
- import { I as InfiniteScroll } from './index.es-29c1cef5.js';
32
+ import './isSymbol-a7e9aafe.js';
33
+ import './toNumber-5aeba6e7.js';
28
34
  import 'react-dom';
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 './stringify-70b72959.js';
37
- import './asyncToGenerator-7bf8bc4d.js';
38
- import './Segment.js';
39
- import './Beam.js';
35
+ import './slicedToArray-6ebcbfea.js';
36
+ import './index-3f5c03b2.js';
40
37
  import './AdSlot.js';
41
- import { A as ADInfeed } from './ADInfeed-8a038df9.js';
38
+ import './Beam.js';
39
+ import './stringify-2b084bee.js';
40
+ import './asyncToGenerator-5ef104a7.js';
41
+ import './Segment.js';
42
42
 
43
43
  var DeckContent = function (_React$Component) {
44
44
  _inherits(DeckContent, _React$Component);
@@ -272,7 +272,7 @@ var DeckContent = function (_React$Component) {
272
272
  }
273
273
 
274
274
  return React__default.createElement(
275
- Row$1,
275
+ Row,
276
276
  null,
277
277
  articles && articles.map(function (row, index) {
278
278
  if (columns === 'rotate' && itemCounter % 3 === 0) {
@@ -297,10 +297,10 @@ var DeckContent = function (_React$Component) {
297
297
  isVisible && _this.changePageNumber(pageNumber);
298
298
  } },
299
299
  React__default.createElement(
300
- Col$1,
300
+ Col,
301
301
  { md: 12, lg: lgVar, counter: itemCounter++, style: { display: 'flex', flex: '1 0 auto' } },
302
302
  React__default.createElement(
303
- Card$1,
303
+ Card,
304
304
  { className: 'content-card', style: { flexDirection: mode } },
305
305
  (row.thumbnail && row.thumbnail.asset || _this.props.defaultImage) && React__default.createElement(
306
306
  'a',
@@ -308,7 +308,7 @@ var DeckContent = function (_React$Component) {
308
308
  React__default.createElement(
309
309
  LazyLoad,
310
310
  { height: _this.props.imageHeight },
311
- React__default.createElement(Card$1.Img, {
311
+ React__default.createElement(Card.Img, {
312
312
  variant: 'top',
313
313
  src: _this.renderCardImage(row, page),
314
314
  alt: row.thumbnail && row.thumbnail.asset ? row.thumbnail.asset.originalFilename : ''
@@ -316,19 +316,19 @@ var DeckContent = function (_React$Component) {
316
316
  )
317
317
  ),
318
318
  React__default.createElement(
319
- Card$1.Body,
319
+ Card.Body,
320
320
  null,
321
321
  React__default.createElement(
322
322
  'a',
323
323
  { href: _this.mapping[contentCategoryName] + '/' + row.url.current },
324
324
  React__default.createElement(
325
- Card$1.Title,
325
+ Card.Title,
326
326
  null,
327
327
  row.title
328
328
  )
329
329
  ),
330
330
  _this.props.showPublished && row.published && React__default.createElement(
331
- Card$1.Subtitle,
331
+ Card.Subtitle,
332
332
  null,
333
333
  moment(row.published).format('MMMM DD, YYYY')
334
334
  ),
@@ -336,7 +336,7 @@ var DeckContent = function (_React$Component) {
336
336
  return _this.renderAuthor(authorDetail, index, row.authorMapping.length);
337
337
  }),
338
338
  React__default.createElement(
339
- Card$1.Text,
339
+ Card.Text,
340
340
  null,
341
341
  clean_html_1(row.summary)
342
342
  )
@@ -344,7 +344,7 @@ var DeckContent = function (_React$Component) {
344
344
  )
345
345
  )
346
346
  ),
347
- main_36 && _this.props.rightItems && (index + 1) % numberOfItemsBeforeAd === 0 && _this.renderMobileAd(index, numberOfItemsBeforeAd)
347
+ main_43 && _this.props.rightItems && (index + 1) % numberOfItemsBeforeAd === 0 && _this.renderMobileAd(index, numberOfItemsBeforeAd)
348
348
  );
349
349
  }
350
350
  })
@@ -354,7 +354,7 @@ var DeckContent = function (_React$Component) {
354
354
 
355
355
  var i = ((index + 1) / numberOfItemsBeforeAd - 1) % rightItems.length;
356
356
  return React__default.createElement(
357
- Col$1,
357
+ Col,
358
358
  { md: 12, style: { display: 'flex', flex: '1 0 auto' } },
359
359
  rightItems[i].component
360
360
  );
@@ -425,7 +425,7 @@ var DeckContent = function (_React$Component) {
425
425
  InfiniteScroll,
426
426
  { dataLength: this.state.data.length, next: this.loadMore, hasMore: this.state.scrolling, scrollThreshold: 0.9 },
427
427
  React__default.createElement(
428
- Container$1,
428
+ Container,
429
429
  null,
430
430
  this.cardLoader(page, columns, variant, showBI, brandInsight)
431
431
  )
@@ -439,7 +439,7 @@ var DeckContent = function (_React$Component) {
439
439
  React__default.Fragment,
440
440
  null,
441
441
  React__default.createElement(
442
- Container$1,
442
+ Container,
443
443
  null,
444
444
  this.cardLoader(page, columns, variant, showBI, brandInsight)
445
445
  ),