@mjhls/mjh-framework 1.0.884 → 1.0.885-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 (335) 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 +117 -9601
  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 +96 -2893
  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 +100 -0
  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 -347
  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/getRelatedArticle.js +16 -16
  130. package/dist/cjs/getRootDocGroup.js +4 -4
  131. package/dist/cjs/getSerializers.js +43 -43
  132. package/dist/cjs/{getTargeting-9d509319.js → getTargeting-8874437b.js} +12 -12
  133. package/dist/cjs/getTargeting.js +6 -6
  134. package/dist/{esm/iconBase-ccc56b97.js → cjs/iconBase-68959171.js} +8 -2
  135. package/dist/cjs/{index-f86bb269.js → index-3294d3bc.js} +45 -44
  136. package/dist/cjs/{index-6f89aea7.js → index-54adcbc3.js} +1044 -1070
  137. package/dist/cjs/{index-eadd5035.js → index-96b3db50.js} +15 -17
  138. package/dist/cjs/{index-fc2f1ca2.js → index-98e01cb9.js} +12 -13
  139. package/dist/cjs/{index-d48b231c.js → index-be0c82be.js} +25 -31
  140. package/dist/cjs/{index-50be6759.js → index-e2e62963.js} +10 -26
  141. package/dist/cjs/{index.es-f3e47207.js → index.es-9110add6.js} +12 -31
  142. package/dist/cjs/{index.esm-2bb721c8.js → index.esm-4d410430.js} +21 -21
  143. package/dist/cjs/{index.esm-00a6aade.js → index.esm-90433435.js} +16 -7
  144. package/dist/cjs/{index.esm-c1e16606.js → index.esm-e32d3e8e.js} +7 -4
  145. package/dist/cjs/{index.esm-f27f80d9.js → index.esm-ff47db6f.js} +13 -6
  146. package/dist/cjs/index.js +168 -171
  147. package/dist/cjs/{inherits-de66ea16.js → inherits-12d44cca.js} +18 -18
  148. package/dist/cjs/inherits-8d29278d.js +110 -0
  149. package/dist/cjs/{isSymbol-03abbdf0.js → isSymbol-04666465.js} +15 -15
  150. package/dist/cjs/{keys-e982b3fa.js → keys-d207942e.js} +6 -6
  151. package/dist/cjs/{lodash-f0783643.js → lodash-fc2922d0.js} +31 -128
  152. package/dist/cjs/main-02daeefe.js +862 -0
  153. package/dist/cjs/{md5-e1ca5797.js → md5-5039b1a6.js} +1 -1
  154. package/dist/cjs/{moment-aca40de1.js → moment-575fe24c.js} +9 -11
  155. package/dist/cjs/{react-social-icons-af932527.js → react-social-icons-f7f48f71.js} +27 -28
  156. package/dist/cjs/{slicedToArray-067dd3bc.js → slicedToArray-f6d4eaa8.js} +12 -12
  157. package/dist/cjs/{smoothscroll-99df7f93.js → smoothscroll-5054361f.js} +1 -1
  158. package/dist/cjs/{stringify-f7a37a8d.js → stringify-bbc68047.js} +5 -5
  159. package/dist/cjs/timeDifferenceCalc.js +1 -1
  160. package/dist/cjs/{toConsumableArray-d7797c2b.js → toConsumableArray-c9b8a0d0.js} +7 -7
  161. package/dist/cjs/{toNumber-5e1fac58.js → toNumber-36d1e7e5.js} +5 -40
  162. package/dist/cjs/{typeof-567e31ff.js → typeof-5f52cf64.js} +35 -35
  163. package/dist/cjs/urlFor.js +6 -6
  164. package/dist/cjs/{ustream-api-3819e4aa.js → ustream-api-9ebe112f.js} +4 -4
  165. package/dist/cjs/{util-93a37fd0.js → util-f2c1b65b.js} +1 -12
  166. package/dist/cjs/{visibility-sensor-eb2c5b69.js → visibility-sensor-ad5e3116.js} +5 -7
  167. package/dist/cjs/{web.dom.iterable-d98303e0.js → web.dom.iterable-e34bf324.js} +2 -2
  168. package/dist/esm/AD.js +1 -1
  169. package/dist/esm/AD300x250.js +22 -22
  170. package/dist/esm/AD300x250x600.js +22 -22
  171. package/dist/esm/AD728x90.js +25 -25
  172. package/dist/esm/ADFloatingFooter.js +21 -21
  173. package/dist/esm/ADFooter.js +4 -4
  174. package/dist/esm/ADGutter.js +21 -21
  175. package/dist/esm/{ADInfeed-0a55cd2d.js → ADInfeed-d767ebe2.js} +4 -4
  176. package/dist/esm/ADSkyscraper.js +21 -21
  177. package/dist/esm/ADSponsoredResources.js +21 -21
  178. package/dist/esm/ADWebcast.js +21 -21
  179. package/dist/esm/ADWelcome.js +18 -18
  180. package/dist/esm/{ADlgInfeed-013e1f4a.js → ADlgInfeed-cee95aa2.js} +4 -4
  181. package/dist/esm/AccordionPanel.js +6 -6
  182. package/dist/esm/AdSlot.js +20 -20
  183. package/dist/esm/AdSlotsProvider.js +906 -14
  184. package/dist/esm/AlgoliaSearch.js +534 -717
  185. package/dist/esm/AlphabeticList.js +8 -8
  186. package/dist/esm/ArticleCarousel.js +13 -13
  187. package/dist/esm/ArticleProgramLandingPage.js +48 -48
  188. package/dist/esm/ArticleSeriesLandingPage.js +30 -30
  189. package/dist/esm/ArticleSeriesListing.js +31 -31
  190. package/dist/esm/Auth.js +1419 -591
  191. package/dist/esm/AuthWrapper.js +392 -1609
  192. package/dist/esm/{AuthorComponent-11adff02.js → AuthorComponent-e6f95c2f.js} +1 -1
  193. package/dist/esm/Beam.js +6 -6
  194. package/dist/esm/{BlockContent-1e73bd2c.js → BlockContent-e9b4ddcf.js} +34 -34
  195. package/dist/esm/Breadcrumbs.js +5 -5
  196. package/dist/esm/CMEDeck.js +22 -22
  197. package/dist/esm/Column2.js +14 -14
  198. package/dist/esm/Column3.js +31 -31
  199. package/dist/esm/ConferenceArticleCard.js +25 -25
  200. package/dist/esm/ContentCardPaginated.js +402 -0
  201. package/dist/esm/DeckContent.js +41 -41
  202. package/dist/esm/DeckQueue.js +31 -31
  203. package/dist/esm/DeckQueuePaginated.js +333 -0
  204. package/dist/esm/{Dfp-102f0beb.js → Dfp-f867d061.js} +13 -13
  205. package/dist/esm/EventsDeck.js +41 -41
  206. package/dist/esm/ExternalResources.js +45 -45
  207. package/dist/esm/Feature.js +7 -7
  208. package/dist/esm/ForbesHero.js +10 -10
  209. package/dist/esm/GridContent.js +48 -160
  210. package/dist/esm/GridContentPaginated.js +692 -0
  211. package/dist/esm/GridHero.js +11 -11
  212. package/dist/esm/GroupDeck.js +12 -12
  213. package/dist/esm/HamMagazine.js +35 -35
  214. package/dist/esm/Hero.js +7 -7
  215. package/dist/esm/HighlightenVideo.js +2 -2
  216. package/dist/esm/HorizontalArticleListing.js +46 -46
  217. package/dist/esm/HorizontalHero.js +8 -8
  218. package/dist/esm/ImageSlider-a3154b97.js +3980 -0
  219. package/dist/esm/IssueContentDeck.js +11 -11
  220. package/dist/esm/IssueDeck.js +14 -14
  221. package/dist/esm/IssueLanding.js +82 -82
  222. package/dist/esm/KMTracker.js +15 -15
  223. package/dist/esm/LeftNav.js +20 -20
  224. package/dist/esm/MasterDeck.js +40 -40
  225. package/dist/esm/MasterDeckPaginated.js +437 -0
  226. package/dist/esm/MediaSeriesCard-1dd7eae8.js +9403 -0
  227. package/dist/esm/MediaSeriesLanding.js +75 -9555
  228. package/dist/esm/MediaSeriesLandingPaginated.js +516 -0
  229. package/dist/esm/NavDvm.js +11 -11
  230. package/dist/esm/NavMagazine.js +39 -39
  231. package/dist/esm/NavNative.js +37 -37
  232. package/dist/esm/OncliveHero.js +8 -7
  233. package/dist/esm/OncliveLargeHero.js +11 -11
  234. package/dist/esm/PageFilter.js +4 -4
  235. package/dist/esm/Pagination-683fa8ef.js +54 -0
  236. package/dist/esm/PartnerDetailListing.js +62 -2857
  237. package/dist/esm/PartnerDetailListingPaginated.js +306 -0
  238. package/dist/esm/PdfDownload.js +2 -2
  239. package/dist/esm/PopUpModal.js +4 -4
  240. package/dist/esm/PubSection.js +32 -32
  241. package/dist/esm/PubToc.js +6 -6
  242. package/dist/esm/PublicationDeck.js +10 -10
  243. package/dist/esm/PublicationFeature-fa24dedb.js +121 -0
  244. package/dist/esm/PublicationLanding.js +52 -56
  245. package/dist/esm/QueueDeckExpanded.js +36 -36
  246. package/dist/esm/QueueDeckExpandedPaginated.js +1371 -0
  247. package/dist/esm/RecentNews.js +4 -4
  248. package/dist/esm/RelatedContent.js +38 -38
  249. package/dist/esm/RelatedTopicsDropdown.js +10 -10
  250. package/dist/esm/Schema.js +95 -0
  251. package/dist/esm/Search.js +5 -5
  252. package/dist/esm/Segment.js +4 -4
  253. package/dist/esm/SeriesListingDeck.js +18 -18
  254. package/dist/esm/{SeriesSlider-45adb8dc.js → SeriesSlider-ce19fa25.js} +14 -14
  255. package/dist/esm/SetCookie.js +1 -1
  256. package/dist/esm/SideFooter.js +15 -15
  257. package/dist/esm/{SocialSearchComponent-8e0fcf66.js → SocialSearchComponent-dca69151.js} +10 -10
  258. package/dist/esm/TaxonomyCard.js +12 -12
  259. package/dist/esm/TaxonomyDescription.js +44 -44
  260. package/dist/esm/TemplateNormal.js +46 -46
  261. package/dist/esm/ThumbnailCard.js +10 -10
  262. package/dist/esm/Ustream.js +12 -12
  263. package/dist/esm/VerticalHero.js +6 -6
  264. package/dist/esm/VideoProgramLandingPage.js +49 -49
  265. package/dist/esm/VideoSeriesCard.js +14 -14
  266. package/dist/esm/VideoSeriesFilter.js +7 -7
  267. package/dist/esm/VideoSeriesLandingPage.js +36 -36
  268. package/dist/esm/VideoSeriesListing.js +31 -31
  269. package/dist/esm/View.js +90 -169
  270. package/dist/esm/YahooHero.js +13 -13
  271. package/dist/esm/YoutubeGroup.js +21 -21
  272. package/dist/esm/{_is-array-8d21b9e3.js → _is-array-4df618a6.js} +6 -6
  273. package/dist/esm/{_iter-detect-98db3b07.js → _iter-detect-130ee549.js} +7 -7
  274. package/dist/esm/{_object-pie-133f504a.js → _object-pie-33c40e79.js} +4 -4
  275. package/dist/esm/{_object-sap-7cee6f84.js → _object-sap-8b8ea5a9.js} +1 -1
  276. package/dist/esm/{_object-to-array-2300e51b.js → _object-to-array-c54dd835.js} +2 -2
  277. package/dist/esm/{asyncToGenerator-5ef104a7.js → asyncToGenerator-7bf8bc4d.js} +30 -30
  278. package/dist/esm/{brightcove-react-player-loader.es-57a70a56.js → brightcove-react-player-loader.es-83f53e4e.js} +4 -5
  279. package/dist/esm/{core.get-iterator-method-ea258bb1.js → core.get-iterator-method-86d4db69.js} +36 -36
  280. package/dist/esm/{debounce-533d9748.js → debounce-9207d8ee.js} +2 -2
  281. package/dist/esm/define-property-6d26cb48.js +18 -0
  282. package/dist/esm/{defineProperty-8c30428f.js → defineProperty-d7d9b577.js} +1 -1
  283. package/dist/esm/{entities-6d9154b4.js → entities-7cc3bf45.js} +1 -5
  284. package/dist/esm/{eq-bdcbf886.js → eq-b470f743.js} +1 -1
  285. package/dist/esm/{extends-6d8e3924.js → extends-5b1796d4.js} +7 -7
  286. package/dist/esm/faundadb.js +5 -5
  287. package/dist/esm/{get-3c308da4.js → get-1e515072.js} +21 -21
  288. package/dist/esm/getRelatedArticle.js +11 -11
  289. package/dist/esm/getRootDocGroup.js +4 -4
  290. package/dist/esm/getSerializers.js +43 -43
  291. package/dist/esm/{getTargeting-4061f839.js → getTargeting-277c801e.js} +11 -11
  292. package/dist/esm/getTargeting.js +6 -6
  293. package/dist/{cjs/iconBase-be4097c0.js → esm/iconBase-602d52fe.js} +8 -33
  294. package/dist/esm/{index-f0fc23eb.js → index-41a678ea.js} +4 -4
  295. package/dist/esm/{index-755f2cc2.js → index-5f7e79e7.js} +6 -6
  296. package/dist/esm/{index-3f5c03b2.js → index-73819142.js} +25 -31
  297. package/dist/esm/{index-98ca9cec.js → index-aaa2dae0.js} +11 -26
  298. package/dist/esm/{index-ca0c9ff5.js → index-d1476645.js} +599 -615
  299. package/dist/esm/{index-79cfd25c.js → index-ef6d5dcf.js} +45 -44
  300. package/dist/esm/{index.es-a6137319.js → index.es-29c1cef5.js} +5 -23
  301. package/dist/esm/{index.esm-f6156a57.js → index.esm-29e48d38.js} +16 -7
  302. package/dist/esm/{index.esm-d4932dea.js → index.esm-cf08bf18.js} +13 -6
  303. package/dist/esm/{index.esm-9b042655.js → index.esm-f8aaeeeb.js} +7 -4
  304. package/dist/esm/{index.esm-37268dca.js → index.esm-fd746768.js} +5 -4
  305. package/dist/esm/index.js +122 -123
  306. package/dist/esm/{inherits-a6ba2ec4.js → inherits-2409637d.js} +18 -18
  307. package/dist/esm/inherits-77d5e4fc.js +101 -0
  308. package/dist/esm/{isSymbol-a7e9aafe.js → isSymbol-1981418f.js} +15 -15
  309. package/dist/esm/{keys-31dcdb31.js → keys-69989821.js} +6 -6
  310. package/dist/esm/{lodash-f97fd99a.js → lodash-17fdfebb.js} +31 -128
  311. package/dist/esm/main-c0612122.js +851 -0
  312. package/dist/esm/{md5-4e42248e.js → md5-9be0e905.js} +1 -1
  313. package/dist/esm/{moment-bc12cb97.js → moment-e2f9b20c.js} +9 -11
  314. package/dist/esm/{react-social-icons-9be47857.js → react-social-icons-a7d5c5c7.js} +16 -16
  315. package/dist/esm/{slicedToArray-6ebcbfea.js → slicedToArray-67a08c9c.js} +12 -12
  316. package/dist/esm/{smoothscroll-fa4e3f8c.js → smoothscroll-0cd4c7a6.js} +1 -1
  317. package/dist/esm/stringify-70b72959.js +15 -0
  318. package/dist/esm/timeDifferenceCalc.js +1 -1
  319. package/dist/esm/{toConsumableArray-f7074d7c.js → toConsumableArray-32282905.js} +7 -7
  320. package/dist/esm/{toNumber-5aeba6e7.js → toNumber-2f7a84cd.js} +5 -40
  321. package/dist/esm/{typeof-e9fc0c5d.js → typeof-c05a82ba.js} +35 -35
  322. package/dist/esm/urlFor.js +4 -4
  323. package/dist/esm/{ustream-api-d3714624.js → ustream-api-4c4fe0ba.js} +4 -4
  324. package/dist/esm/{util-8ed16d48.js → util-7700fc59.js} +1 -12
  325. package/dist/esm/{web.dom.iterable-ab4dea5c.js → web.dom.iterable-f8f967cd.js} +2 -2
  326. package/package.json +112 -111
  327. package/dist/cjs/ConferenceBanner-6c9e718a.js +0 -24
  328. package/dist/cjs/defineProperty-e0fb52c5.js +0 -73
  329. package/dist/cjs/main-f1c77adb.js +0 -973
  330. package/dist/cjs/typeof-1358762e.js +0 -33
  331. package/dist/esm/define-property-5f1bda73.js +0 -18
  332. package/dist/esm/defineProperty-23a8f8cd.js +0 -68
  333. package/dist/esm/main-1894c974.js +0 -961
  334. package/dist/esm/stringify-2b084bee.js +0 -15
  335. package/dist/esm/typeof-2f07d0e8.js +0 -30
@@ -0,0 +1,333 @@
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 './_object-pie-33c40e79.js';
6
+ import { _ as _extends } from './extends-5b1796d4.js';
7
+ import './_object-sap-8b8ea5a9.js';
8
+ import { _ as _inherits, a as _classCallCheck, b as _possibleConstructorReturn, c as _Object$getPrototypeOf, d as _createClass } from './inherits-2409637d.js';
9
+ import './define-property-6d26cb48.js';
10
+ import './web.dom.iterable-f8f967cd.js';
11
+ import './typeof-c05a82ba.js';
12
+ import './_is-array-4df618a6.js';
13
+ import React__default from 'react';
14
+ import './events-6c3a7a63.js';
15
+ import { l as lib_3 } from './index-41a678ea.js';
16
+ import 'prop-types';
17
+ import Container from 'react-bootstrap/Container';
18
+ import Row from 'react-bootstrap/Row';
19
+ import Col from 'react-bootstrap/Col';
20
+ import Card from 'react-bootstrap/Card';
21
+ import { m as moment } from './moment-e2f9b20c.js';
22
+ import { withRouter } from 'next/router';
23
+ import './isSymbol-1981418f.js';
24
+ import 'react-dom';
25
+ import './slicedToArray-67a08c9c.js';
26
+ import './index-73819142.js';
27
+ import urlFor from './urlFor.js';
28
+ import { L as LazyLoad } from './index-5f7e79e7.js';
29
+ import { m as main_36 } from './main-c0612122.js';
30
+ import { c as clean_html_1 } from './entities-7cc3bf45.js';
31
+ import { _ as _JSON$stringify } from './stringify-70b72959.js';
32
+ import { a as _asyncToGenerator, r as regenerator } from './asyncToGenerator-7bf8bc4d.js';
33
+ import { g as get_1 } from './get-1e515072.js';
34
+ import './eq-b470f743.js';
35
+ import Spinner from 'react-bootstrap/Spinner';
36
+ import { P as Pagination } from './Pagination-683fa8ef.js';
37
+
38
+ var DeckQueue = function (_React$Component) {
39
+ _inherits(DeckQueue, _React$Component);
40
+
41
+ function DeckQueue() {
42
+ var _ref,
43
+ _this2 = this;
44
+
45
+ var _temp, _this, _ret;
46
+
47
+ _classCallCheck(this, DeckQueue);
48
+
49
+ for (var _len = arguments.length, args = Array(_len), _key = 0; _key < _len; _key++) {
50
+ args[_key] = arguments[_key];
51
+ }
52
+
53
+ return _ret = (_temp = (_this = _possibleConstructorReturn(this, (_ref = DeckQueue.__proto__ || _Object$getPrototypeOf(DeckQueue)).call.apply(_ref, [this].concat(args))), _this), _this.page = _this.props.page, _this.data = _this.props.dataRecord, _this.client = _this.props.client, _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.imageHeight = _this.props.imageHeight ? _this.props.imageHeight : 270, _this.state = {
54
+ data: _this.data,
55
+ prevData: _this.data,
56
+ currentPage: _this.props.currentPage || 1,
57
+ isDataLoading: false,
58
+ itemsPerPage: _this.props.params ? _this.props.params.to - _this.props.params.from : 2
59
+ }, _this.renderCardImage = function (row) {
60
+ if (row.thumbnail && row.thumbnail.asset) {
61
+ var url = urlFor({
62
+ client: _this.client,
63
+ source: row.thumbnail,
64
+ imageHeight: _this.imageHeight || null,
65
+ imageWidth: _this.props.imageWidth || null,
66
+ imageFit: _this.props.imageFit || null
67
+ });
68
+ return url;
69
+ } else {
70
+ return _this.defaultImage;
71
+ }
72
+ }, _this.seoPagination = function (pageNumber) {
73
+ var _this$props = _this.props,
74
+ pageview = _this$props.pageview,
75
+ router = _this$props.router;
76
+
77
+ var path = router.asPath;
78
+ var qrIndex = path.indexOf('?');
79
+ var pathname = router.pathname;
80
+ var queryString = '';
81
+ if (qrIndex > 0) {
82
+ path = path.substring(1, qrIndex);
83
+ var partialQS = router.asPath.substring(qrIndex + 1);
84
+ var partialQSArr = partialQS.split('&');
85
+ // exclude page=xxx from query string
86
+ partialQSArr.map(function (item) {
87
+ var itemArr = item.split('=');
88
+ var key = itemArr[0];
89
+ var val = itemArr[1];
90
+ if (key !== 'page') queryString += (queryString.length === 0 ? '' : '&') + key + '=' + val;
91
+ });
92
+ }
93
+ if (queryString.length > 0) path += '?' + queryString;
94
+ pageNumber = parseInt(pageNumber);
95
+ if (path[0] !== '/') path = '/' + path;
96
+ var newPath = pageNumber === 1 ? '' + path : path + '?page=' + pageNumber;
97
+ if (pageview) pageview(newPath);
98
+ router.push(pathname, newPath, {
99
+ shallow: true
100
+ });
101
+ }, _this.renderMobileAd = function (index, numberOfItemsBeforeAd) {
102
+ var rightItems = _this.props.rightItems;
103
+
104
+ var i = ((index + 1) / numberOfItemsBeforeAd - 1) % rightItems.length;
105
+ return React__default.createElement(
106
+ 'div',
107
+ { style: { display: 'flex', flex: '1 0 auto' } },
108
+ rightItems[i].component
109
+ );
110
+ }, _this.handlePageChange = function () {
111
+ var _ref2 = _asyncToGenerator( /*#__PURE__*/regenerator.mark(function _callee(selectedPage) {
112
+ var itemsPerPage, _this$props2, query, params, client, seoPaginate, start, newParams, newData;
113
+
114
+ return regenerator.wrap(function _callee$(_context) {
115
+ while (1) {
116
+ switch (_context.prev = _context.next) {
117
+ case 0:
118
+ itemsPerPage = _this.state.itemsPerPage;
119
+ _this$props2 = _this.props, query = _this$props2.query, params = _this$props2.params, client = _this$props2.client, seoPaginate = _this$props2.seoPaginate;
120
+
121
+ _this.setState({ isDataLoading: true, currentPage: selectedPage });
122
+ seoPaginate && _this.seoPagination(selectedPage);
123
+ lib_3.refresh();
124
+ document.body.scrollTop = 0;
125
+ document.documentElement.scrollTop = 0;
126
+ start = (selectedPage - 1) * itemsPerPage;
127
+ newParams = _extends({}, params, {
128
+ from: start,
129
+ to: start + itemsPerPage
130
+ });
131
+ _context.prev = 9;
132
+ _context.next = 12;
133
+ return client.fetch(query, newParams);
134
+
135
+ case 12:
136
+ newData = _context.sent;
137
+
138
+ if (_this.pointer && _this.pointerArray) newData = newData[_this.pointerArray][_this.pointer];
139
+ if (newData && newData.length > 0) {
140
+ _this.setState({ isDataLoading: false, data: newData });
141
+ }
142
+ _context.next = 20;
143
+ break;
144
+
145
+ case 17:
146
+ _context.prev = 17;
147
+ _context.t0 = _context['catch'](9);
148
+
149
+ console.error(_context.t0);
150
+
151
+ case 20:
152
+ case 'end':
153
+ return _context.stop();
154
+ }
155
+ }
156
+ }, _callee, _this2, [[9, 17]]);
157
+ }));
158
+
159
+ return function (_x) {
160
+ return _ref2.apply(this, arguments);
161
+ };
162
+ }(), _temp), _possibleConstructorReturn(_this, _ret);
163
+ }
164
+
165
+ _createClass(DeckQueue, [{
166
+ key: 'componentDidUpdate',
167
+ value: function componentDidUpdate(prevProps, prevState) {
168
+ if (_JSON$stringify(this.state.prevData) !== _JSON$stringify(prevState.prevData) && this.props.seoPaginate) {
169
+ this.seoPagination(this.state.currentPage);
170
+ }
171
+ }
172
+ }, {
173
+ key: 'cardLoader',
174
+ value: function cardLoader(_ref3) {
175
+ var _this3 = this;
176
+
177
+ var columns = _ref3.columns,
178
+ variant = _ref3.variant;
179
+
180
+ var mode = variant && variant === 'right' ? 'row-reverse' : 'row';
181
+ var lgVar = Math.floor(12 / columns);
182
+ var numberOfItemsBeforeAd = 6;
183
+
184
+ return React__default.createElement(
185
+ Row,
186
+ null,
187
+ this.state.data && this.state.data.map(function (row, index) {
188
+ // const thumbnailURL = get(row, 'thumbnail.asset.url', this.props.defaultImage)
189
+
190
+ return React__default.createElement(
191
+ React__default.Fragment,
192
+ { key: index },
193
+ React__default.createElement(
194
+ Col,
195
+ { md: 12, lg: lgVar, style: { display: 'flex', flex: '1 0 auto' } },
196
+ React__default.createElement(
197
+ Card,
198
+ { className: 'queue-card', style: { borderTop: '1px solid #EEE' } },
199
+ React__default.createElement(
200
+ Row,
201
+ { style: { flexDirection: mode } },
202
+ (row.thumbnail && row.thumbnail.asset || _this3.props.defaultImage) && React__default.createElement(
203
+ Col,
204
+ { md: 12, lg: 4 },
205
+ React__default.createElement(
206
+ 'a',
207
+ { href: _this3.page + '/' + get_1(row, 'url.current') },
208
+ React__default.createElement(
209
+ LazyLoad,
210
+ { height: _this3.props.imageHeight },
211
+ React__default.createElement(Card.Img, { variant: 'top', src: _this3.renderCardImage(row), alt: row.thumbnail && row.thumbnail.asset ? row.thumbnail.asset.originalFilename : '' })
212
+ )
213
+ )
214
+ ),
215
+ React__default.createElement(
216
+ Col,
217
+ null,
218
+ React__default.createElement(
219
+ Card.Body,
220
+ { style: { padding: '20px' } },
221
+ row.title && React__default.createElement(
222
+ Card.Title,
223
+ null,
224
+ React__default.createElement(
225
+ 'a',
226
+ { href: _this3.page + '/' + get_1(row, 'url.current') },
227
+ row.title
228
+ )
229
+ ),
230
+ _this3.props.showPublished && row.published && React__default.createElement(
231
+ Card.Subtitle,
232
+ null,
233
+ moment(row.published).format('MMMM DD, YYYY')
234
+ ),
235
+ _this3.props.showRecent && row.recent && row.recent.title && React__default.createElement(
236
+ Card.Subtitle,
237
+ null,
238
+ 'Recent : ',
239
+ React__default.createElement(
240
+ 'a',
241
+ { href: 'view/' + row.recent.url.current },
242
+ row.recent.title
243
+ )
244
+ ),
245
+ row.summary && React__default.createElement(
246
+ Card.Text,
247
+ null,
248
+ React__default.createElement(
249
+ 'a',
250
+ { href: _this3.page + '/' + get_1(row, 'url.current') },
251
+ clean_html_1(row.summary)
252
+ )
253
+ )
254
+ )
255
+ )
256
+ )
257
+ )
258
+ ),
259
+ main_36 && _this3.props.rightItems && (index + 1) % numberOfItemsBeforeAd === 0 && _this3.renderMobileAd(index, numberOfItemsBeforeAd)
260
+ );
261
+ })
262
+ );
263
+ }
264
+ }, {
265
+ key: 'render',
266
+ value: function render() {
267
+ var _props = this.props,
268
+ columns = _props.columns,
269
+ variant = _props.variant,
270
+ totalDataCount = _props.totalDataCount;
271
+ var _state = this.state,
272
+ data = _state.data,
273
+ isDataLoading = _state.isDataLoading,
274
+ itemsPerPage = _state.itemsPerPage,
275
+ currentPage = _state.currentPage;
276
+
277
+ return React__default.createElement(
278
+ 'div',
279
+ { className: 'contentDeck' },
280
+ isDataLoading ? React__default.createElement(
281
+ 'div',
282
+ { className: 'd-flex justify-content-center', style: { marginTop: '100px' } },
283
+ React__default.createElement(
284
+ Spinner,
285
+ { animation: 'border', role: 'status' },
286
+ React__default.createElement(
287
+ 'span',
288
+ { className: 'sr-only' },
289
+ 'Loading...'
290
+ )
291
+ )
292
+ ) : data && data.length > 0 ? React__default.createElement(
293
+ Container,
294
+ null,
295
+ this.cardLoader({ columns: columns, variant: variant }),
296
+ React__default.createElement(
297
+ 'div',
298
+ { className: 'pagination-wrapper' },
299
+ React__default.createElement(Pagination, {
300
+ pageCount: Math.ceil(totalDataCount / itemsPerPage),
301
+ pageRangeDisplayed: main_36 ? 3 : 9,
302
+ currentPage: currentPage,
303
+ onPageChange: this.handlePageChange
304
+ }),
305
+ React__default.createElement(
306
+ 'style',
307
+ { jsx: 'true' },
308
+ '\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 '
309
+ )
310
+ )
311
+ ) : null
312
+ );
313
+ }
314
+ }], [{
315
+ key: 'getDerivedStateFromProps',
316
+ value: function getDerivedStateFromProps(props, state) {
317
+ if (_JSON$stringify(props.dataRecord) !== _JSON$stringify(state.prevData)) {
318
+ return {
319
+ data: props.dataRecord,
320
+ prevData: props.dataRecord,
321
+ currentPage: props.currentPage
322
+ };
323
+ }
324
+ return null;
325
+ }
326
+ }]);
327
+
328
+ return DeckQueue;
329
+ }(React__default.Component);
330
+
331
+ var QueuePaginated = withRouter(DeckQueue);
332
+
333
+ export default QueuePaginated;
@@ -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-86d4db69.js';
3
+ import './web.dom.iterable-f8f967cd.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-9207d8ee.js';
10
+ import './toNumber-2f7a84cd.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-67a08c9c.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-86d4db69.js';
3
+ import './_iter-detect-130ee549.js';
4
+ import { _ as _toConsumableArray } from './toConsumableArray-32282905.js';
5
+ import './_object-pie-33c40e79.js';
6
+ import { _ as _extends } from './extends-5b1796d4.js';
7
+ import './define-property-6d26cb48.js';
8
+ import './web.dom.iterable-f8f967cd.js';
9
9
  import React__default, { useState, useEffect } from 'react';
10
- import { I as InfiniteScroll } from './index.es-a6137319.js';
11
10
  import Container from 'react-bootstrap/Container';
12
- import Spinner from 'react-bootstrap/Spinner';
13
11
  import Row from 'react-bootstrap/Row';
14
12
  import Col from 'react-bootstrap/Col';
15
13
  import Card from 'react-bootstrap/Card';
16
- import Form from 'react-bootstrap/Form';
14
+ import './moment-e2f9b20c.js';
15
+ import { useRouter } from 'next/router';
16
+ import { I as InfiniteScroll } from './index.es-29c1cef5.js';
17
+ import { _ as _slicedToArray, a as _getIterator } from './slicedToArray-67a08c9c.js';
18
+ import './main-c0612122.js';
19
+ import { _ as _JSON$stringify } from './stringify-70b72959.js';
17
20
  import Button from 'react-bootstrap/Button';
18
- import './main-1894c974.js';
19
- import { m as momentTimezone } from './index-79cfd25c.js';
21
+ import { _ as _objectToArray } from './_object-to-array-c54dd835.js';
22
+ import { _ as _defineProperty } from './defineProperty-d7d9b577.js';
23
+ import Spinner from 'react-bootstrap/Spinner';
24
+ import Form from 'react-bootstrap/Form';
25
+ import { m as momentTimezone } from './index-ef6d5dcf.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;
@@ -243,23 +243,23 @@ var EventsDeck = function EventsDeck(_ref) {
243
243
  if (cventAccessToken && cventAccessToken !== 'undefined') {
244
244
  setAccessToken(cventAccessToken);
245
245
  } else {
246
- /*const encodedData = window.btoa(clientId + ':' + clientSecret)
247
- //const url = `${corsProxy}https://api-platform.cvent.com/ea/oauth2/token`
248
- const url = `https://api-platform.cvent.com/ea/oauth2/token`
249
- fetch(url, {
250
- headers: {
251
- 'Content-Type': 'application/x-www-form-urlencoded',
252
- Authorization: `Basic ${encodedData}`
253
- },
254
- method: 'POST',
255
- body: `grant_type=client_credentials&client_id=${clientId}`
256
- })
257
- .then((response) => response.json())
258
- .then((json) => {
259
- const inOneHour = new Date(new Date().getTime() + 60 * 60 * 1000)
260
- Cookies.set('cvent_access_token', json.access_token, { expires: inOneHour })
261
- setAccessToken(json.access_token)
262
- })
246
+ /*const encodedData = window.btoa(clientId + ':' + clientSecret)
247
+ //const url = `${corsProxy}https://api-platform.cvent.com/ea/oauth2/token`
248
+ const url = `https://api-platform.cvent.com/ea/oauth2/token`
249
+ fetch(url, {
250
+ headers: {
251
+ 'Content-Type': 'application/x-www-form-urlencoded',
252
+ Authorization: `Basic ${encodedData}`
253
+ },
254
+ method: 'POST',
255
+ body: `grant_type=client_credentials&client_id=${clientId}`
256
+ })
257
+ .then((response) => response.json())
258
+ .then((json) => {
259
+ const inOneHour = new Date(new Date().getTime() + 60 * 60 * 1000)
260
+ Cookies.set('cvent_access_token', json.access_token, { expires: inOneHour })
261
+ setAccessToken(json.access_token)
262
+ })
263
263
  .catch((e) => console.log(e))*/
264
264
  // hello
265
265
  var url = 'https://beam.mjhlifesciences.com/api/cvent/token';
@@ -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) {
@@ -1,60 +1,60 @@
1
- import { _ as _extends } from './extends-6d8e3924.js';
2
- import { _ as _slicedToArray } from './slicedToArray-6ebcbfea.js';
3
- import React__default, { useState, useEffect } from 'react';
4
- import { B as BlockContent } from './BlockContent-1e73bd2c.js';
5
- import { g as getSerializers } from './index-ca0c9ff5.js';
6
- import { m as momentTimezone } from './index-79cfd25c.js';
7
- import { useRouter } from 'next/router';
8
- import Button from 'react-bootstrap/Button';
9
1
  import './_commonjsHelpers-0c4b6f40.js';
10
- import './core.get-iterator-method-ea258bb1.js';
11
- import './_object-pie-133f504a.js';
12
- import './web.dom.iterable-ab4dea5c.js';
2
+ import './core.get-iterator-method-86d4db69.js';
3
+ import './_library-528f1934.js';
4
+ import './_iter-detect-130ee549.js';
5
+ import './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 './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, { useState, useEffect } from 'react';
15
+ import './events-6c3a7a63.js';
16
+ import './index-41a678ea.js';
13
17
  import 'prop-types';
14
- import './index-3f5c03b2.js';
15
- import 'react-bootstrap';
18
+ import 'react-bootstrap/Row';
19
+ import 'react-bootstrap/Col';
20
+ import './moment-e2f9b20c.js';
21
+ import { useRouter } from 'next/router';
22
+ import './isSymbol-1981418f.js';
23
+ import './debounce-9207d8ee.js';
24
+ import './toNumber-2f7a84cd.js';
25
+ import 'react-dom';
26
+ import { _ as _slicedToArray } from './slicedToArray-67a08c9c.js';
27
+ import './index-73819142.js';
16
28
  import './urlFor.js';
17
- import './index-f0fc23eb.js';
18
- import './events-6c3a7a63.js';
19
- import './index-c7e2ac95.js';
20
- import './util-8ed16d48.js';
21
- import './Beam.js';
22
- import './stringify-2b084bee.js';
23
- import './asyncToGenerator-5ef104a7.js';
24
- import './_library-528f1934.js';
25
- import './_iter-detect-98db3b07.js';
29
+ import './index-5f7e79e7.js';
30
+ import './main-c0612122.js';
31
+ import './entities-7cc3bf45.js';
32
+ import './stringify-70b72959.js';
33
+ import './asyncToGenerator-7bf8bc4d.js';
26
34
  import './Segment.js';
27
- import './main-1894c974.js';
28
- import './index-755f2cc2.js';
29
- import 'react-dom';
30
- import './typeof-e9fc0c5d.js';
31
- import './_is-array-8d21b9e3.js';
32
- import './brightcove-react-player-loader.es-57a70a56.js';
35
+ import './Beam.js';
36
+ import './AdSlot.js';
37
+ import Button from 'react-bootstrap/Button';
38
+ import { B as BlockContent } from './BlockContent-e9b4ddcf.js';
39
+ import './index-c7e2ac95.js';
40
+ import './smoothscroll-0cd4c7a6.js';
33
41
  import './GroupDeck.js';
34
- import './smoothscroll-fa4e3f8c.js';
35
- import './moment-bc12cb97.js';
36
- import './SocialShare.js';
42
+ import 'react-bootstrap';
43
+ import './iconBase-602d52fe.js';
44
+ import './index.esm-29e48d38.js';
45
+ import { g as getSerializers } from './index-d1476645.js';
46
+ import './util-7700fc59.js';
47
+ import './brightcove-react-player-loader.es-83f53e4e.js';
37
48
  import 'next/head';
38
49
  import 'react-share';
39
- import './_object-to-array-2300e51b.js';
40
- import './toConsumableArray-f7074d7c.js';
50
+ import './SocialShare.js';
51
+ import './_object-to-array-c54dd835.js';
41
52
  import 'react-bootstrap/Pagination';
42
- import './entities-6d9154b4.js';
43
- import './AdSlot.js';
44
- import './debounce-533d9748.js';
45
- import './isSymbol-a7e9aafe.js';
46
- import './toNumber-5aeba6e7.js';
47
- import 'react-bootstrap/Row';
48
- import 'react-bootstrap/Col';
49
- import './inherits-a6ba2ec4.js';
50
- import './_object-sap-7cee6f84.js';
51
- import './define-property-5f1bda73.js';
52
- import './index.esm-f6156a57.js';
53
- import './iconBase-ccc56b97.js';
54
53
  import 'react-bootstrap/Figure';
55
54
  import 'react-bootstrap/OverlayTrigger';
56
55
  import 'react-bootstrap/Tooltip';
57
56
  import 'react-bootstrap/Popover';
57
+ import { m as momentTimezone } from './index-ef6d5dcf.js';
58
58
 
59
59
  var ExternalResources = function ExternalResources(props) {
60
60
  var resources = props.resources,
@@ -1,12 +1,12 @@
1
+ import './_commonjsHelpers-0c4b6f40.js';
2
+ import './core.get-iterator-method-86d4db69.js';
3
+ import './web.dom.iterable-f8f967cd.js';
1
4
  import React__default from 'react';
5
+ import './slicedToArray-67a08c9c.js';
6
+ import './index-73819142.js';
2
7
  import urlFor from './urlFor.js';
3
- import { m as main_43 } from './main-1894c974.js';
8
+ import { m as main_36 } from './main-c0612122.js';
4
9
  import Carousel from 'react-bootstrap/Carousel';
5
- import './slicedToArray-6ebcbfea.js';
6
- import './_commonjsHelpers-0c4b6f40.js';
7
- import './web.dom.iterable-ab4dea5c.js';
8
- import './core.get-iterator-method-ea258bb1.js';
9
- import './index-3f5c03b2.js';
10
10
 
11
11
  //Feature query to be used
12
12
  // const featureQuery = `*[_type == 'feature' && is_active == true && feature_url == "/"] | order(_updatedAt asc)[0..5]{
@@ -33,7 +33,7 @@ var Feature = function Feature(props) {
33
33
 
34
34
  //image width updated.
35
35
  var imageWidth = 450;
36
- if (main_43) {
36
+ if (main_36) {
37
37
  imageWidth = 225;
38
38
  }
39
39
 
@@ -1,15 +1,15 @@
1
- import React__default from 'react';
2
- import { m as moment } from './moment-bc12cb97.js';
3
- import urlFor from './urlFor.js';
4
- import { A as AuthorComponent } from './AuthorComponent-11adff02.js';
5
- import { L as LazyLoad } from './index-755f2cc2.js';
6
1
  import './_commonjsHelpers-0c4b6f40.js';
7
- import './slicedToArray-6ebcbfea.js';
8
- import './web.dom.iterable-ab4dea5c.js';
9
- import './core.get-iterator-method-ea258bb1.js';
10
- import './index-3f5c03b2.js';
11
- import 'react-dom';
2
+ import './core.get-iterator-method-86d4db69.js';
3
+ import './web.dom.iterable-f8f967cd.js';
4
+ import React__default from 'react';
12
5
  import 'prop-types';
6
+ import { m as moment } from './moment-e2f9b20c.js';
7
+ import 'react-dom';
8
+ import './slicedToArray-67a08c9c.js';
9
+ import './index-73819142.js';
10
+ import urlFor from './urlFor.js';
11
+ import { L as LazyLoad } from './index-5f7e79e7.js';
12
+ import { A as AuthorComponent } from './AuthorComponent-e6f95c2f.js';
13
13
 
14
14
  var fbsHero = function fbsHero(props) {
15
15
  var removeTimeStamp = props.removeTimeStamp;