@mjhls/mjh-framework 1.0.881-ios0fixv2 → 1.0.882

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 (303) hide show
  1. package/README.md +1 -1
  2. package/dist/cjs/AD.js +9 -10
  3. package/dist/cjs/AD300x250.js +27 -28
  4. package/dist/cjs/AD300x250x600.js +27 -28
  5. package/dist/cjs/AD728x90.js +30 -31
  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-4f661172.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-6242e5b5.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 +15 -17
  18. package/dist/cjs/AlgoliaSearch.js +1103 -1160
  19. package/dist/cjs/AlphabeticList.js +23 -24
  20. package/dist/cjs/ArticleCarousel.js +19 -20
  21. package/dist/cjs/ArticleProgramLandingPage.js +60 -61
  22. package/dist/cjs/ArticleSeriesLandingPage.js +40 -41
  23. package/dist/cjs/ArticleSeriesListing.js +59 -60
  24. package/dist/cjs/Auth.js +283 -287
  25. package/dist/cjs/AuthWrapper.js +148 -59
  26. package/dist/cjs/{AuthorComponent-39b37d84.js → AuthorComponent-421d5ec1.js} +13 -14
  27. package/dist/cjs/Beam.js +6 -6
  28. package/dist/cjs/{BlockContent-9ebd251f.js → BlockContent-bac780ac.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 +56 -59
  34. package/dist/cjs/ConferenceArticleCard.js +25 -26
  35. package/dist/cjs/ConferenceBanner-4a16fddc.js +23 -0
  36. package/dist/cjs/DeckContent.js +92 -96
  37. package/dist/cjs/DeckQueue.js +86 -90
  38. package/dist/cjs/{Dfp-9be904d5.js → Dfp-ab12cd55.js} +34 -35
  39. package/dist/cjs/EventsDeck.js +133 -140
  40. package/dist/cjs/ExternalResources.js +78 -79
  41. package/dist/cjs/Feature.js +26 -28
  42. package/dist/cjs/ForbesHero.js +40 -41
  43. package/dist/cjs/GridContent.js +231 -236
  44. package/dist/cjs/GridHero.js +42 -43
  45. package/dist/cjs/GroupDeck.js +57 -58
  46. package/dist/cjs/HamMagazine.js +127 -132
  47. package/dist/cjs/Header.js +12 -14
  48. package/dist/cjs/Hero.js +15 -16
  49. package/dist/cjs/HighlightenVideo.js +17 -18
  50. package/dist/cjs/HorizontalArticleListing.js +71 -72
  51. package/dist/cjs/HorizontalHero.js +28 -29
  52. package/dist/cjs/IssueContentDeck.js +71 -76
  53. package/dist/cjs/IssueDeck.js +70 -75
  54. package/dist/cjs/IssueLanding.js +64 -65
  55. package/dist/cjs/LeftNav.js +37 -39
  56. package/dist/cjs/MasterDeck.js +70 -71
  57. package/dist/cjs/MediaSeriesLanding.js +985 -988
  58. package/dist/cjs/NavDvm.js +72 -77
  59. package/dist/cjs/{NavFooter-3dcd99a8.js → NavFooter-76c913e3.js} +14 -15
  60. package/dist/cjs/NavMagazine.js +134 -139
  61. package/dist/cjs/NavNative.js +126 -134
  62. package/dist/cjs/OncliveHero.js +21 -22
  63. package/dist/cjs/OncliveLargeHero.js +70 -71
  64. package/dist/cjs/PageFilter.js +12 -13
  65. package/dist/cjs/PartnerDetailListing.js +373 -272
  66. package/dist/cjs/PdfDownload.js +9 -10
  67. package/dist/cjs/PopUpModal.js +17 -19
  68. package/dist/cjs/PubSection.js +40 -41
  69. package/dist/cjs/PubToc.js +13 -14
  70. package/dist/cjs/PublicationDeck.js +65 -70
  71. package/dist/cjs/PublicationLanding.js +106 -114
  72. package/dist/cjs/QueueDeckExpanded.js +308 -308
  73. package/dist/cjs/RecentNews.js +22 -23
  74. package/dist/cjs/RelatedContent.js +29 -30
  75. package/dist/cjs/RelatedTopicsDropdown.js +19 -22
  76. package/dist/cjs/RolesDeck.js +27 -32
  77. package/dist/cjs/Search.js +16 -20
  78. package/dist/cjs/Segment.js +4 -4
  79. package/dist/cjs/SeriesListingDeck.js +36 -36
  80. package/dist/cjs/{SeriesSlider-ba0c5d1a.js → SeriesSlider-372e418f.js} +30 -31
  81. package/dist/cjs/SetCookie.js +1 -1
  82. package/dist/cjs/SideFooter.js +34 -35
  83. package/dist/cjs/SocialIcons.js +9 -10
  84. package/dist/cjs/{SocialSearchComponent-4942ddfc.js → SocialSearchComponent-80a2130a.js} +32 -36
  85. package/dist/cjs/SocialShare.js +29 -31
  86. package/dist/cjs/TaxonomyCard.js +61 -66
  87. package/dist/cjs/TaxonomyDescription.js +53 -54
  88. package/dist/cjs/TemplateNormal.js +72 -73
  89. package/dist/cjs/ThumbnailCard.js +24 -26
  90. package/dist/cjs/Ustream.js +27 -28
  91. package/dist/cjs/VerticalHero.js +19 -20
  92. package/dist/cjs/VideoProgramLandingPage.js +74 -78
  93. package/dist/cjs/VideoSeriesCard.js +32 -33
  94. package/dist/cjs/VideoSeriesFilter.js +16 -16
  95. package/dist/cjs/VideoSeriesLandingPage.js +50 -51
  96. package/dist/cjs/VideoSeriesListing.js +76 -77
  97. package/dist/cjs/View.js +249 -252
  98. package/dist/cjs/YahooHero.js +39 -40
  99. package/dist/cjs/YoutubeGroup.js +58 -59
  100. package/dist/cjs/{_is-array-54228b29.js → _is-array-bd978497.js} +6 -6
  101. package/dist/cjs/{_iter-detect-b1df62f0.js → _iter-detect-ee3d4802.js} +7 -7
  102. package/dist/cjs/{_object-pie-083f2dd6.js → _object-pie-68c5bcbc.js} +4 -4
  103. package/dist/cjs/{_object-sap-d1978572.js → _object-sap-fee50a62.js} +1 -1
  104. package/dist/cjs/{_object-to-array-ce86cae7.js → _object-to-array-18379aba.js} +2 -2
  105. package/dist/cjs/{asyncToGenerator-77821af0.js → asyncToGenerator-15014394.js} +30 -30
  106. package/dist/cjs/{brightcove-react-player-loader.es-a195642e.js → brightcove-react-player-loader.es-05029198.js} +6 -7
  107. package/dist/cjs/{core.get-iterator-method-5643aa10.js → core.get-iterator-method-5cb3af28.js} +33 -33
  108. package/dist/cjs/{debounce-d4a2369b.js → debounce-6191c8ee.js} +2 -2
  109. package/dist/cjs/{define-property-e8404b64.js → define-property-530a5e9e.js} +6 -6
  110. package/dist/cjs/{defineProperty-9673846a.js → defineProperty-5ca424cd.js} +1 -1
  111. package/dist/cjs/{entities-df1aed86.js → entities-fb0c6568.js} +1 -1
  112. package/dist/cjs/{eq-5fc26c07.js → eq-bb2843ed.js} +1 -1
  113. package/dist/cjs/{extends-7c86182f.js → extends-1d905ddb.js} +7 -7
  114. package/dist/cjs/faundadb.js +19 -19
  115. package/dist/cjs/{get-5839e5b5.js → get-adbb11e3.js} +21 -21
  116. package/dist/cjs/getRelatedArticle.js +16 -16
  117. package/dist/cjs/getRootDocGroup.js +6 -6
  118. package/dist/cjs/getSerializers.js +43 -43
  119. package/dist/cjs/{getTargeting-9d509319.js → getTargeting-41f2f52d.js} +3 -3
  120. package/dist/cjs/getTargeting.js +6 -6
  121. package/dist/{esm/iconBase-ccc56b97.js → cjs/iconBase-68959171.js} +8 -2
  122. package/dist/cjs/{index-50be6759.js → index-53e27416.js} +1 -1
  123. package/dist/cjs/{index-f86bb269.js → index-79eed652.js} +6 -6
  124. package/dist/cjs/{index-eadd5035.js → index-96b3db50.js} +15 -17
  125. package/dist/cjs/{index-fc2f1ca2.js → index-98e01cb9.js} +12 -13
  126. package/dist/cjs/{index-6763511d.js → index-cdd88325.js} +580 -584
  127. package/dist/cjs/{index-d48b231c.js → index-ff69979f.js} +3 -3
  128. package/dist/cjs/{index.es-f3e47207.js → index.es-e9d84959.js} +7 -8
  129. package/dist/cjs/{index.esm-f27f80d9.js → index.esm-05850a2f.js} +1 -1
  130. package/dist/cjs/{index.esm-c1e16606.js → index.esm-44f3e2d0.js} +1 -1
  131. package/dist/cjs/{index.esm-00a6aade.js → index.esm-974f47d9.js} +1 -1
  132. package/dist/cjs/{index.esm-2bb721c8.js → index.esm-bf016399.js} +18 -19
  133. package/dist/cjs/index.js +164 -169
  134. package/dist/cjs/{inherits-de66ea16.js → inherits-337c73a7.js} +22 -22
  135. package/dist/cjs/{isSymbol-03abbdf0.js → isSymbol-04666465.js} +15 -15
  136. package/dist/cjs/{keys-e982b3fa.js → keys-91f31941.js} +6 -6
  137. package/dist/cjs/{lodash-f0783643.js → lodash-b5e0d5f6.js} +1 -1
  138. package/dist/cjs/{main-f1c77adb.js → main-bc7d4bf8.js} +69 -70
  139. package/dist/cjs/{moment-aca40de1.js → moment-ca3bd9fb.js} +1 -1
  140. package/dist/cjs/{react-social-icons-af932527.js → react-social-icons-f7f48f71.js} +27 -28
  141. package/dist/cjs/{slicedToArray-067dd3bc.js → slicedToArray-0a78cdf3.js} +12 -12
  142. package/dist/cjs/{smoothscroll-99df7f93.js → smoothscroll-5054361f.js} +1 -1
  143. package/dist/cjs/{stringify-f7a37a8d.js → stringify-13405ce2.js} +5 -5
  144. package/dist/cjs/timeDifferenceCalc.js +1 -1
  145. package/dist/cjs/{toConsumableArray-d7797c2b.js → toConsumableArray-39fd0757.js} +7 -7
  146. package/dist/cjs/{toNumber-5e1fac58.js → toNumber-f2f8744b.js} +1 -1
  147. package/dist/cjs/{typeof-567e31ff.js → typeof-3dd6d3df.js} +35 -35
  148. package/dist/cjs/urlFor.js +6 -6
  149. package/dist/cjs/{ustream-api-3819e4aa.js → ustream-api-5619c1fa.js} +4 -4
  150. package/dist/cjs/{util-93a37fd0.js → util-f2c1b65b.js} +1 -12
  151. package/dist/cjs/{visibility-sensor-eb2c5b69.js → visibility-sensor-ad5e3116.js} +5 -7
  152. package/dist/cjs/{web.dom.iterable-d98303e0.js → web.dom.iterable-a9359910.js} +2 -2
  153. package/dist/esm/AD.js +1 -1
  154. package/dist/esm/AD300x250.js +21 -21
  155. package/dist/esm/AD300x250x600.js +21 -21
  156. package/dist/esm/AD728x90.js +23 -23
  157. package/dist/esm/ADFloatingFooter.js +21 -21
  158. package/dist/esm/ADFooter.js +4 -4
  159. package/dist/esm/ADGutter.js +21 -21
  160. package/dist/esm/{ADInfeed-0a55cd2d.js → ADInfeed-7db96917.js} +6 -6
  161. package/dist/esm/ADSkyscraper.js +21 -21
  162. package/dist/esm/ADSponsoredResources.js +21 -21
  163. package/dist/esm/ADWebcast.js +21 -21
  164. package/dist/esm/ADWelcome.js +18 -18
  165. package/dist/esm/{ADlgInfeed-013e1f4a.js → ADlgInfeed-a3931e68.js} +4 -4
  166. package/dist/esm/AccordionPanel.js +6 -6
  167. package/dist/esm/AdSlot.js +20 -20
  168. package/dist/esm/AdSlotsProvider.js +9 -9
  169. package/dist/esm/AlgoliaSearch.js +552 -608
  170. package/dist/esm/AlphabeticList.js +8 -8
  171. package/dist/esm/ArticleCarousel.js +13 -13
  172. package/dist/esm/ArticleProgramLandingPage.js +48 -48
  173. package/dist/esm/ArticleSeriesLandingPage.js +29 -29
  174. package/dist/esm/ArticleSeriesListing.js +32 -32
  175. package/dist/esm/Auth.js +199 -199
  176. package/dist/esm/AuthWrapper.js +118 -28
  177. package/dist/esm/{AuthorComponent-11adff02.js → AuthorComponent-2277b67c.js} +1 -1
  178. package/dist/esm/Beam.js +6 -6
  179. package/dist/esm/{BlockContent-1e73bd2c.js → BlockContent-ea93e8f7.js} +34 -34
  180. package/dist/esm/Breadcrumbs.js +5 -5
  181. package/dist/esm/CMEDeck.js +21 -21
  182. package/dist/esm/Column1.js +4 -4
  183. package/dist/esm/Column2.js +19 -19
  184. package/dist/esm/Column3.js +35 -35
  185. package/dist/esm/ConferenceArticleCard.js +10 -10
  186. package/dist/esm/DeckContent.js +46 -46
  187. package/dist/esm/DeckQueue.js +46 -46
  188. package/dist/esm/{Dfp-102f0beb.js → Dfp-d6a5629f.js} +13 -13
  189. package/dist/esm/EventsDeck.js +47 -47
  190. package/dist/esm/ExternalResources.js +46 -46
  191. package/dist/esm/Feature.js +6 -6
  192. package/dist/esm/ForbesHero.js +10 -10
  193. package/dist/esm/GridContent.js +85 -85
  194. package/dist/esm/GridHero.js +11 -11
  195. package/dist/esm/GroupDeck.js +12 -12
  196. package/dist/esm/HamMagazine.js +24 -24
  197. package/dist/esm/Hero.js +7 -7
  198. package/dist/esm/HighlightenVideo.js +2 -2
  199. package/dist/esm/HorizontalArticleListing.js +46 -46
  200. package/dist/esm/HorizontalHero.js +8 -8
  201. package/dist/esm/IssueContentDeck.js +25 -25
  202. package/dist/esm/IssueDeck.js +34 -34
  203. package/dist/esm/IssueLanding.js +53 -53
  204. package/dist/esm/LeftNav.js +20 -20
  205. package/dist/esm/MasterDeck.js +34 -34
  206. package/dist/esm/MediaSeriesLanding.js +325 -325
  207. package/dist/esm/NavDvm.js +14 -14
  208. package/dist/esm/NavMagazine.js +30 -30
  209. package/dist/esm/NavNative.js +30 -30
  210. package/dist/esm/OncliveHero.js +7 -7
  211. package/dist/esm/OncliveLargeHero.js +11 -11
  212. package/dist/esm/PageFilter.js +4 -4
  213. package/dist/esm/PartnerDetailListing.js +188 -86
  214. package/dist/esm/PdfDownload.js +2 -2
  215. package/dist/esm/PopUpModal.js +4 -4
  216. package/dist/esm/PubSection.js +32 -32
  217. package/dist/esm/PubToc.js +6 -6
  218. package/dist/esm/PublicationDeck.js +27 -27
  219. package/dist/esm/PublicationLanding.js +47 -51
  220. package/dist/esm/QueueDeckExpanded.js +34 -34
  221. package/dist/esm/RecentNews.js +4 -4
  222. package/dist/esm/RelatedContent.js +10 -10
  223. package/dist/esm/RolesDeck.js +12 -12
  224. package/dist/esm/Search.js +6 -6
  225. package/dist/esm/Segment.js +4 -4
  226. package/dist/esm/SeriesListingDeck.js +18 -18
  227. package/dist/esm/{SeriesSlider-45adb8dc.js → SeriesSlider-88c4133d.js} +5 -5
  228. package/dist/esm/SetCookie.js +1 -1
  229. package/dist/esm/SideFooter.js +13 -13
  230. package/dist/esm/{SocialSearchComponent-8e0fcf66.js → SocialSearchComponent-7f3d6531.js} +8 -8
  231. package/dist/esm/TaxonomyCard.js +27 -27
  232. package/dist/esm/TaxonomyDescription.js +44 -44
  233. package/dist/esm/TemplateNormal.js +48 -48
  234. package/dist/esm/ThumbnailCard.js +10 -10
  235. package/dist/esm/Ustream.js +11 -11
  236. package/dist/esm/VerticalHero.js +6 -6
  237. package/dist/esm/VideoProgramLandingPage.js +52 -52
  238. package/dist/esm/VideoSeriesCard.js +13 -13
  239. package/dist/esm/VideoSeriesFilter.js +7 -7
  240. package/dist/esm/VideoSeriesLandingPage.js +35 -35
  241. package/dist/esm/VideoSeriesListing.js +33 -33
  242. package/dist/esm/View.js +83 -82
  243. package/dist/esm/YahooHero.js +13 -13
  244. package/dist/esm/YoutubeGroup.js +12 -12
  245. package/dist/esm/{_is-array-8d21b9e3.js → _is-array-8914b83f.js} +6 -6
  246. package/dist/esm/{_iter-detect-98db3b07.js → _iter-detect-13e31915.js} +7 -7
  247. package/dist/esm/{_object-pie-133f504a.js → _object-pie-33c40e79.js} +4 -4
  248. package/dist/esm/{_object-sap-7cee6f84.js → _object-sap-fc9da7e8.js} +1 -1
  249. package/dist/esm/{_object-to-array-2300e51b.js → _object-to-array-ee8f6d98.js} +2 -2
  250. package/dist/esm/{asyncToGenerator-5ef104a7.js → asyncToGenerator-40371743.js} +30 -30
  251. package/dist/esm/{core.get-iterator-method-ea258bb1.js → core.get-iterator-method-0fb60d94.js} +34 -34
  252. package/dist/esm/{debounce-533d9748.js → debounce-89969f66.js} +2 -2
  253. package/dist/esm/define-property-73034847.js +18 -0
  254. package/dist/esm/{defineProperty-8c30428f.js → defineProperty-e66a2c7c.js} +1 -1
  255. package/dist/esm/{entities-6d9154b4.js → entities-731f3fdb.js} +1 -1
  256. package/dist/esm/{eq-bdcbf886.js → eq-b470f743.js} +1 -1
  257. package/dist/esm/{extends-6d8e3924.js → extends-9a61581c.js} +7 -7
  258. package/dist/esm/faundadb.js +5 -5
  259. package/dist/esm/{get-3c308da4.js → get-1e515072.js} +21 -21
  260. package/dist/esm/getRelatedArticle.js +11 -11
  261. package/dist/esm/getRootDocGroup.js +4 -4
  262. package/dist/esm/getSerializers.js +43 -43
  263. package/dist/esm/{getTargeting-4061f839.js → getTargeting-e6820763.js} +2 -2
  264. package/dist/esm/getTargeting.js +6 -6
  265. package/dist/{cjs/iconBase-be4097c0.js → esm/iconBase-602d52fe.js} +8 -33
  266. package/dist/esm/{index-3ccc6d4b.js → index-0b6db187.js} +140 -134
  267. package/dist/esm/{index-f0fc23eb.js → index-41a678ea.js} +4 -4
  268. package/dist/esm/{index-79cfd25c.js → index-511bdaa5.js} +6 -6
  269. package/dist/esm/{index-755f2cc2.js → index-5f7e79e7.js} +6 -6
  270. package/dist/esm/{index-98ca9cec.js → index-637e8f49.js} +1 -1
  271. package/dist/esm/{index-3f5c03b2.js → index-f7fdcc91.js} +3 -3
  272. package/dist/esm/{index.esm-f6156a57.js → index.esm-3fdda599.js} +1 -1
  273. package/dist/esm/{index.esm-d4932dea.js → index.esm-a8ff922c.js} +1 -1
  274. package/dist/esm/{index.esm-9b042655.js → index.esm-c6715e80.js} +1 -1
  275. package/dist/esm/{index.esm-37268dca.js → index.esm-ed50151c.js} +2 -2
  276. package/dist/esm/index.js +122 -124
  277. package/dist/esm/{inherits-a6ba2ec4.js → inherits-eeaf6740.js} +18 -18
  278. package/dist/esm/{isSymbol-a7e9aafe.js → isSymbol-1981418f.js} +15 -15
  279. package/dist/esm/{keys-31dcdb31.js → keys-a5ffafe7.js} +6 -6
  280. package/dist/esm/{lodash-f97fd99a.js → lodash-a818d390.js} +1 -1
  281. package/dist/esm/{main-1894c974.js → main-ede573ee.js} +53 -53
  282. package/dist/esm/{moment-bc12cb97.js → moment-b6f49411.js} +1 -1
  283. package/dist/esm/{react-social-icons-9be47857.js → react-social-icons-a7d5c5c7.js} +16 -16
  284. package/dist/esm/{slicedToArray-6ebcbfea.js → slicedToArray-9c3bb613.js} +12 -12
  285. package/dist/esm/{smoothscroll-fa4e3f8c.js → smoothscroll-0cd4c7a6.js} +1 -1
  286. package/dist/esm/stringify-ebc16384.js +15 -0
  287. package/dist/esm/timeDifferenceCalc.js +1 -1
  288. package/dist/esm/{toConsumableArray-f7074d7c.js → toConsumableArray-e333293f.js} +7 -7
  289. package/dist/esm/{toNumber-5aeba6e7.js → toNumber-e3dcad26.js} +1 -1
  290. package/dist/esm/{typeof-e9fc0c5d.js → typeof-938ae770.js} +35 -35
  291. package/dist/esm/urlFor.js +4 -4
  292. package/dist/esm/{ustream-api-d3714624.js → ustream-api-d325d196.js} +4 -4
  293. package/dist/esm/{util-8ed16d48.js → util-7700fc59.js} +1 -12
  294. package/dist/esm/{web.dom.iterable-ab4dea5c.js → web.dom.iterable-6b037ff9.js} +2 -2
  295. package/package.json +1 -2
  296. package/dist/cjs/ConferenceBanner-6c9e718a.js +0 -24
  297. package/dist/cjs/defineProperty-e0fb52c5.js +0 -73
  298. package/dist/cjs/typeof-1358762e.js +0 -33
  299. package/dist/esm/define-property-5f1bda73.js +0 -18
  300. package/dist/esm/defineProperty-23a8f8cd.js +0 -68
  301. package/dist/esm/stringify-2b084bee.js +0 -15
  302. package/dist/esm/typeof-2f07d0e8.js +0 -30
  303. package/dist/esm/{brightcove-react-player-loader.es-57a70a56.js → brightcove-react-player-loader.es-e761d404.js} +1 -1
@@ -1,11 +1,11 @@
1
+ import './_commonjsHelpers-0c4b6f40.js';
2
+ import './core.get-iterator-method-0fb60d94.js';
3
+ import './web.dom.iterable-6b037ff9.js';
1
4
  import React__default from 'react';
2
- import { m as moment } from './moment-bc12cb97.js';
5
+ import { m as moment } from './moment-b6f49411.js';
6
+ import './slicedToArray-9c3bb613.js';
7
+ import './index-f7fdcc91.js';
3
8
  import urlFor from './urlFor.js';
4
- import './_commonjsHelpers-0c4b6f40.js';
5
- import './slicedToArray-6ebcbfea.js';
6
- import './web.dom.iterable-ab4dea5c.js';
7
- import './core.get-iterator-method-ea258bb1.js';
8
- import './index-3f5c03b2.js';
9
9
 
10
10
  /*
11
11
  Example usage - targetedonc.com/latest-conference
@@ -25,10 +25,10 @@ const query = `*[!(_id in path("drafts.**")) && _type == "article" && defined(ti
25
25
  */
26
26
 
27
27
  var ConferenceArticleCard = function ConferenceArticleCard(props) {
28
- var data = props.data;
29
- props.variant;
30
- props.index;
31
- var client = props.client;
28
+ var data = props.data,
29
+ variant = props.variant,
30
+ index = props.index,
31
+ client = props.client;
32
32
 
33
33
  // title, thumbnail, summary, published, documentGroup.identifier.current, documentGroup.identifier.name
34
34
 
@@ -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';
20
1
  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';
2
+ import './core.get-iterator-method-0fb60d94.js';
29
3
  import './_library-528f1934.js';
4
+ import './_iter-detect-13e31915.js';
5
+ import { _ as _toConsumableArray } from './toConsumableArray-e333293f.js';
6
+ import './_object-pie-33c40e79.js';
7
+ import { _ as _extends } from './extends-9a61581c.js';
8
+ import './_object-sap-fc9da7e8.js';
9
+ import { _ as _inherits, a as _classCallCheck, b as _possibleConstructorReturn, c as _Object$getPrototypeOf, d as _createClass } from './inherits-eeaf6740.js';
10
+ import './define-property-73034847.js';
11
+ import './web.dom.iterable-6b037ff9.js';
12
+ import './typeof-938ae770.js';
13
+ import './_is-array-8914b83f.js';
14
+ import React__default from 'react';
30
15
  import './events-6c3a7a63.js';
16
+ import { l as lib_3 } from './index-41a678ea.js';
31
17
  import 'prop-types';
32
- import './isSymbol-a7e9aafe.js';
33
- import './toNumber-5aeba6e7.js';
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-b6f49411.js';
23
+ import { withRouter } from 'next/router';
24
+ import './isSymbol-1981418f.js';
25
+ import { d as debounce_1 } from './debounce-89969f66.js';
26
+ import './toNumber-e3dcad26.js';
27
+ import { I as InfiniteScroll } from './index.es-a6137319.js';
34
28
  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';
29
+ import { V as VisibilitySensor } from './visibility-sensor-72fd8f8b.js';
30
+ import './slicedToArray-9c3bb613.js';
31
+ import './index-f7fdcc91.js';
32
+ import urlFor from './urlFor.js';
33
+ import { L as LazyLoad } from './index-5f7e79e7.js';
34
+ import { m as main_43 } from './main-ede573ee.js';
35
+ import { c as clean_html_1 } from './entities-731f3fdb.js';
36
+ import './stringify-ebc16384.js';
37
+ import './asyncToGenerator-40371743.js';
41
38
  import './Segment.js';
39
+ import './Beam.js';
40
+ import './AdSlot.js';
41
+ import { A as ADInfeed } from './ADInfeed-7db96917.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,
275
+ Row$1,
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,
300
+ Col$1,
301
301
  { md: 12, lg: lgVar, counter: itemCounter++, style: { display: 'flex', flex: '1 0 auto' } },
302
302
  React__default.createElement(
303
- Card,
303
+ Card$1,
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.Img, {
311
+ React__default.createElement(Card$1.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.Body,
319
+ Card$1.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.Title,
325
+ Card$1.Title,
326
326
  null,
327
327
  row.title
328
328
  )
329
329
  ),
330
330
  _this.props.showPublished && row.published && React__default.createElement(
331
- Card.Subtitle,
331
+ Card$1.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.Text,
339
+ Card$1.Text,
340
340
  null,
341
341
  clean_html_1(row.summary)
342
342
  )
@@ -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,
357
+ Col$1,
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,
428
+ Container$1,
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,
442
+ Container$1,
443
443
  null,
444
444
  this.cardLoader(page, columns, variant, showBI, brandInsight)
445
445
  ),
@@ -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';
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 { V as VisibilitySensor } from './visibility-sensor-72fd8f8b.js';
11
- import { m as moment } from './moment-bc12cb97.js';
12
- 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
1
  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';
2
+ import './core.get-iterator-method-0fb60d94.js';
29
3
  import './_library-528f1934.js';
4
+ import './_iter-detect-13e31915.js';
5
+ import { _ as _toConsumableArray } from './toConsumableArray-e333293f.js';
6
+ import './_object-pie-33c40e79.js';
7
+ import { _ as _extends } from './extends-9a61581c.js';
8
+ import './_object-sap-fc9da7e8.js';
9
+ import { _ as _inherits, a as _classCallCheck, b as _possibleConstructorReturn, c as _Object$getPrototypeOf, d as _createClass } from './inherits-eeaf6740.js';
10
+ import './define-property-73034847.js';
11
+ import './web.dom.iterable-6b037ff9.js';
12
+ import './typeof-938ae770.js';
13
+ import './_is-array-8914b83f.js';
14
+ import React__default from 'react';
30
15
  import './events-6c3a7a63.js';
16
+ import { l as lib_3 } from './index-41a678ea.js';
31
17
  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-b6f49411.js';
23
+ import { withRouter } from 'next/router';
24
+ import './isSymbol-1981418f.js';
25
+ import { d as debounce_1 } from './debounce-89969f66.js';
26
+ import './toNumber-e3dcad26.js';
27
+ import { I as InfiniteScroll } from './index.es-a6137319.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-9c3bb613.js';
31
+ import './index-f7fdcc91.js';
32
+ import urlFor from './urlFor.js';
33
+ import { L as LazyLoad } from './index-5f7e79e7.js';
34
+ import { m as main_43 } from './main-ede573ee.js';
35
+ import { c as clean_html_1 } from './entities-731f3fdb.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);
@@ -219,7 +219,7 @@ var DeckQueue = function (_React$Component) {
219
219
  var numberOfItemsBeforeAd = 6;
220
220
 
221
221
  return React__default.createElement(
222
- Row,
222
+ Row$1,
223
223
  null,
224
224
  this.state.data && this.state.data.map(function (row, index) {
225
225
  var pageNumber = row.pageNumber || _this2.state.page;
@@ -235,16 +235,16 @@ var DeckQueue = function (_React$Component) {
235
235
  isVisible && _this2.changePageNumber(pageNumber);
236
236
  } },
237
237
  React__default.createElement(
238
- Col,
238
+ Col$1,
239
239
  { md: 12, lg: lgVar, style: { display: 'flex', flex: '1 0 auto' } },
240
240
  React__default.createElement(
241
- Card,
241
+ Card$1,
242
242
  { className: 'queue-card', style: { borderTop: '1px solid #EEE' } },
243
243
  React__default.createElement(
244
- Row,
244
+ Row$1,
245
245
  { style: { flexDirection: mode } },
246
246
  (row.thumbnail && row.thumbnail.asset || _this2.props.defaultImage) && React__default.createElement(
247
- Col,
247
+ Col$1,
248
248
  { md: 12, lg: 4 },
249
249
  React__default.createElement(
250
250
  'a',
@@ -252,18 +252,18 @@ var DeckQueue = function (_React$Component) {
252
252
  React__default.createElement(
253
253
  LazyLoad,
254
254
  { height: _this2.props.imageHeight },
255
- React__default.createElement(Card.Img, { variant: 'top', src: _this2.renderCardImage(row), alt: row.thumbnail && row.thumbnail.asset ? row.thumbnail.asset.originalFilename : '' })
255
+ React__default.createElement(Card$1.Img, { variant: 'top', src: _this2.renderCardImage(row), alt: row.thumbnail && row.thumbnail.asset ? row.thumbnail.asset.originalFilename : '' })
256
256
  )
257
257
  )
258
258
  ),
259
259
  React__default.createElement(
260
- Col,
260
+ Col$1,
261
261
  null,
262
262
  React__default.createElement(
263
- Card.Body,
263
+ Card$1.Body,
264
264
  { style: { padding: '20px' } },
265
265
  row.title && React__default.createElement(
266
- Card.Title,
266
+ Card$1.Title,
267
267
  null,
268
268
  React__default.createElement(
269
269
  'a',
@@ -272,12 +272,12 @@ var DeckQueue = function (_React$Component) {
272
272
  )
273
273
  ),
274
274
  _this2.props.showPublished && row.published && React__default.createElement(
275
- Card.Subtitle,
275
+ Card$1.Subtitle,
276
276
  null,
277
277
  moment(row.published).format('MMMM DD, YYYY')
278
278
  ),
279
279
  _this2.props.showRecent && row.recent && row.recent.title && React__default.createElement(
280
- Card.Subtitle,
280
+ Card$1.Subtitle,
281
281
  null,
282
282
  'Recent : ',
283
283
  React__default.createElement(
@@ -287,7 +287,7 @@ var DeckQueue = function (_React$Component) {
287
287
  )
288
288
  ),
289
289
  row.summary && React__default.createElement(
290
- Card.Text,
290
+ Card$1.Text,
291
291
  null,
292
292
  React__default.createElement(
293
293
  'a',
@@ -325,7 +325,7 @@ var DeckQueue = function (_React$Component) {
325
325
  InfiniteScroll,
326
326
  { dataLength: this.state.data.length, next: this.loadMore, hasMore: this.state.scrolling },
327
327
  React__default.createElement(
328
- Container,
328
+ Container$1,
329
329
  null,
330
330
  this.cardLoader(page, columns, variant)
331
331
  )
@@ -333,7 +333,7 @@ var DeckQueue = function (_React$Component) {
333
333
  React__default.Fragment,
334
334
  null,
335
335
  React__default.createElement(
336
- Container,
336
+ Container$1,
337
337
  null,
338
338
  this.cardLoader(page, columns, variant)
339
339
  ),
@@ -1,16 +1,16 @@
1
- import { _ as _slicedToArray } from './slicedToArray-6ebcbfea.js';
2
- import React__default, { useState } from 'react';
3
- import PropTypes from 'prop-types';
4
- import { b as lib_1, a as lib_2 } from './index-f0fc23eb.js';
5
- import { V as VisibilitySensor } from './visibility-sensor-72fd8f8b.js';
6
- import { d as debounce_1 } from './debounce-533d9748.js';
7
1
  import './_commonjsHelpers-0c4b6f40.js';
8
- import './web.dom.iterable-ab4dea5c.js';
9
- import './core.get-iterator-method-ea258bb1.js';
2
+ import './core.get-iterator-method-0fb60d94.js';
3
+ import './web.dom.iterable-6b037ff9.js';
4
+ import React__default, { useState } from 'react';
10
5
  import './events-6c3a7a63.js';
6
+ import { b as lib_1, a as lib_2 } from './index-41a678ea.js';
7
+ import PropTypes from 'prop-types';
8
+ import './isSymbol-1981418f.js';
9
+ import { d as debounce_1 } from './debounce-89969f66.js';
10
+ import './toNumber-e3dcad26.js';
11
11
  import 'react-dom';
12
- import './isSymbol-a7e9aafe.js';
13
- import './toNumber-5aeba6e7.js';
12
+ import { V as VisibilitySensor } from './visibility-sensor-72fd8f8b.js';
13
+ import { _ as _slicedToArray } from './slicedToArray-9c3bb613.js';
14
14
 
15
15
  var AD = function AD(_ref) {
16
16
  var networkID = _ref.networkID,
@@ -18,9 +18,9 @@ var AD = function AD(_ref) {
18
18
  sizeMapping = _ref.sizeMapping,
19
19
  className = _ref.className,
20
20
  slotId = _ref.slotId,
21
- sizes = _ref.sizes;
22
- _ref.minInViewPercent;
23
- var _ref$targeting = _ref.targeting,
21
+ sizes = _ref.sizes,
22
+ minInViewPercent = _ref.minInViewPercent,
23
+ _ref$targeting = _ref.targeting,
24
24
  targeting = _ref$targeting === undefined ? {} : _ref$targeting;
25
25
 
26
26
  var _useState = useState(false),
@@ -1,29 +1,29 @@
1
- import { _ as _defineProperty } from './defineProperty-8c30428f.js';
2
1
  import { c as createCommonjsModule, u as unwrapExports } from './_commonjsHelpers-0c4b6f40.js';
3
- import { _ as _export, a as _core } from './core.get-iterator-method-ea258bb1.js';
4
- import { _ as _objectToArray } from './_object-to-array-2300e51b.js';
5
- import { _ as _slicedToArray, a as _getIterator } from './slicedToArray-6ebcbfea.js';
6
- import { _ as _extends } from './extends-6d8e3924.js';
7
- import { _ as _toConsumableArray } from './toConsumableArray-f7074d7c.js';
8
- import { _ as _JSON$stringify } from './stringify-2b084bee.js';
2
+ import { _ as _export, a as _core } from './core.get-iterator-method-0fb60d94.js';
3
+ import './_iter-detect-13e31915.js';
4
+ import { _ as _toConsumableArray } from './toConsumableArray-e333293f.js';
5
+ import './_object-pie-33c40e79.js';
6
+ import { _ as _extends } from './extends-9a61581c.js';
7
+ import './define-property-73034847.js';
8
+ import './web.dom.iterable-6b037ff9.js';
9
9
  import React__default, { useState, useEffect } from 'react';
10
+ import Container$1 from 'react-bootstrap/Container';
11
+ import Row$1 from 'react-bootstrap/Row';
12
+ import Col$1 from 'react-bootstrap/Col';
13
+ import Card$1 from 'react-bootstrap/Card';
14
+ import './moment-b6f49411.js';
15
+ import { useRouter } from 'next/router';
10
16
  import { I as InfiniteScroll } from './index.es-a6137319.js';
11
- import Container from 'react-bootstrap/Container';
17
+ import { _ as _slicedToArray, a as _getIterator } from './slicedToArray-9c3bb613.js';
18
+ import './main-ede573ee.js';
19
+ import { _ as _JSON$stringify } from './stringify-ebc16384.js';
20
+ import Button$1 from 'react-bootstrap/Button';
21
+ import { _ as _objectToArray } from './_object-to-array-ee8f6d98.js';
22
+ import { _ as _defineProperty } from './defineProperty-e66a2c7c.js';
12
23
  import Spinner from 'react-bootstrap/Spinner';
13
- import Row from 'react-bootstrap/Row';
14
- import Col from 'react-bootstrap/Col';
15
- import Card from 'react-bootstrap/Card';
16
24
  import Form from 'react-bootstrap/Form';
17
- import Button from 'react-bootstrap/Button';
18
- import './main-1894c974.js';
19
- import { m as momentTimezone } from './index-79cfd25c.js';
25
+ import { m as momentTimezone } from './index-511bdaa5.js';
20
26
  import { j as js_cookie } from './js.cookie-6874175c.js';
21
- import { useRouter } from 'next/router';
22
- import './define-property-5f1bda73.js';
23
- import './_object-pie-133f504a.js';
24
- import './web.dom.iterable-ab4dea5c.js';
25
- import './_iter-detect-98db3b07.js';
26
- import './moment-bc12cb97.js';
27
27
 
28
28
  // https://github.com/tc39/proposal-object-values-entries
29
29
 
@@ -35,13 +35,13 @@ _export(_export.S, 'Object', {
35
35
  }
36
36
  });
37
37
 
38
- var entries$1 = _core.Object.entries;
38
+ var entries = _core.Object.entries;
39
39
 
40
- var entries = createCommonjsModule(function (module) {
41
- module.exports = { "default": entries$1, __esModule: true };
40
+ var entries$1 = createCommonjsModule(function (module) {
41
+ module.exports = { "default": entries, __esModule: true };
42
42
  });
43
43
 
44
- var _Object$entries = unwrapExports(entries);
44
+ var _Object$entries = unwrapExports(entries$1);
45
45
 
46
46
  var clientId = process.env.CVENT_CLIENT_ID;
47
47
  var clientSecret = process.env.CVENT_CLIENT_SECRET;
@@ -294,7 +294,7 @@ var EventsDeck = function EventsDeck(_ref) {
294
294
  'a',
295
295
  { rel: 'noopener', href: newLink ? newLink : links.summary.href || '#', target: '_blank' },
296
296
  React__default.createElement(
297
- Button,
297
+ Button$1,
298
298
  { size: 'sm', className: 'registration-button', style: { borderRadius: '8px' } },
299
299
  cta
300
300
  )
@@ -308,7 +308,7 @@ var EventsDeck = function EventsDeck(_ref) {
308
308
  'a',
309
309
  { rel: 'noopener', href: newLink ? newLink : links.summary.href || '#', target: '_blank' },
310
310
  React__default.createElement(
311
- Button,
311
+ Button$1,
312
312
  { size: 'sm', className: 'registration-button', style: { borderRadius: '8px' } },
313
313
  'Learn More'
314
314
  )
@@ -337,8 +337,8 @@ var EventsDeck = function EventsDeck(_ref) {
337
337
 
338
338
  var valuesArray = _Object$entries(deckAdvancedFilters).map(function (_ref6, index) {
339
339
  var _ref7 = _slicedToArray(_ref6, 2),
340
- key = _ref7[0];
341
- _ref7[1];
340
+ key = _ref7[0],
341
+ value = _ref7[1];
342
342
 
343
343
  var temp = [];
344
344
  for (var evt in data) {
@@ -608,7 +608,7 @@ var EventsDeck = function EventsDeck(_ref) {
608
608
  }
609
609
 
610
610
  return React__default.createElement(
611
- Container,
611
+ Container$1,
612
612
  { style: { padding: 1 } },
613
613
  filteredData && filteredData.map(function (row, index) {
614
614
  var speakerInfo = [];
@@ -652,48 +652,48 @@ var EventsDeck = function EventsDeck(_ref) {
652
652
  React__default.Fragment,
653
653
  { key: index },
654
654
  React__default.createElement(
655
- Card,
655
+ Card$1,
656
656
  null,
657
657
  isHardcoded ? _links && React__default.createElement(
658
- Row,
658
+ Row$1,
659
659
  null,
660
660
  React__default.createElement(
661
- Col,
661
+ Col$1,
662
662
  null,
663
663
  renderLearnMoreButton(_links)
664
664
  )
665
665
  ) : isRegister && _links && React__default.createElement(
666
- Row,
666
+ Row$1,
667
667
  null,
668
668
  React__default.createElement(
669
- Col,
669
+ Col$1,
670
670
  null,
671
671
  renderRegisterButton(_links)
672
672
  )
673
673
  ),
674
674
  isCompleted && _links && React__default.createElement(
675
- Row,
675
+ Row$1,
676
676
  null,
677
677
  React__default.createElement(
678
- Col,
678
+ Col$1,
679
679
  null,
680
680
  renderLearnMoreButton(_links)
681
681
  )
682
682
  ),
683
683
  discussionTopic && React__default.createElement(
684
- Row,
684
+ Row$1,
685
685
  null,
686
686
  React__default.createElement(
687
- Col,
687
+ Col$1,
688
688
  null,
689
689
  React__default.createElement('h5', { className: 'topic', style: { fontWeight: '500', marginBottom: 0 }, dangerouslySetInnerHTML: { __html: discussionTopic } })
690
690
  )
691
691
  ),
692
692
  start && timezone && React__default.createElement(
693
- Row,
693
+ Row$1,
694
694
  null,
695
695
  React__default.createElement(
696
- Col,
696
+ Col$1,
697
697
  null,
698
698
  start.indexOf('TBD') >= 0 ? React__default.createElement(
699
699
  'p',
@@ -708,10 +708,10 @@ var EventsDeck = function EventsDeck(_ref) {
708
708
  )
709
709
  ),
710
710
  eventRegion && React__default.createElement(
711
- Row,
711
+ Row$1,
712
712
  null,
713
713
  React__default.createElement(
714
- Col,
714
+ Col$1,
715
715
  null,
716
716
  React__default.createElement(
717
717
  'p',
@@ -721,10 +721,10 @@ var EventsDeck = function EventsDeck(_ref) {
721
721
  )
722
722
  ),
723
723
  venues && venues.length && venues[0].name && React__default.createElement(
724
- Row,
724
+ Row$1,
725
725
  null,
726
726
  React__default.createElement(
727
- Col,
727
+ Col$1,
728
728
  null,
729
729
  React__default.createElement(
730
730
  'p',
@@ -734,10 +734,10 @@ var EventsDeck = function EventsDeck(_ref) {
734
734
  )
735
735
  ),
736
736
  speakerInfo && speakerInfo.length > 0 && React__default.createElement(
737
- Row,
737
+ Row$1,
738
738
  null,
739
739
  React__default.createElement(
740
- Col,
740
+ Col$1,
741
741
  null,
742
742
  React__default.createElement(
743
743
  'div',
@@ -778,7 +778,7 @@ var EventsDeck = function EventsDeck(_ref) {
778
778
  var renderMobileAd = function renderMobileAd(index, numberOfItemsBeforeAd) {
779
779
  var i = ((index + 1) / numberOfItemsBeforeAd - 1) % rightItems.length;
780
780
  return React__default.createElement(
781
- Col,
781
+ Col$1,
782
782
  { md: 12, style: { display: 'flex', flex: '1 0 auto' } },
783
783
  rightItems[i].component
784
784
  );