@mjhls/mjh-framework 1.0.992 → 1.0.993-logtest

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 (268) hide show
  1. package/README.md +1 -1
  2. package/dist/cjs/AD.js +6 -6
  3. package/dist/cjs/AD300x250.js +5 -6
  4. package/dist/cjs/AD300x250x600.js +5 -6
  5. package/dist/cjs/AD728x90.js +6 -7
  6. package/dist/cjs/ADFloatingFooter.js +8 -9
  7. package/dist/cjs/ADFooter.js +5 -5
  8. package/dist/cjs/ADGutter.js +8 -9
  9. package/dist/cjs/{ADInfeed-e87afe8a.js → ADInfeed-ef933a08.js} +5 -5
  10. package/dist/cjs/ADSkyscraper.js +8 -9
  11. package/dist/cjs/ADSponsoredResources.js +8 -9
  12. package/dist/cjs/ADWebcast.js +8 -9
  13. package/dist/cjs/ADWelcome.js +12 -13
  14. package/dist/cjs/{ADlgInfeed-b5a3d436.js → ADlgInfeed-0e931f24.js} +3 -3
  15. package/dist/cjs/AccordionPanel.js +17 -17
  16. package/dist/cjs/AdSlot.js +9 -10
  17. package/dist/cjs/AdSlotsProvider.js +5 -6
  18. package/dist/cjs/AlgoliaSearch.js +1568 -897
  19. package/dist/cjs/AlphabeticList.js +12 -12
  20. package/dist/cjs/ArticleCarousel.js +5 -5
  21. package/dist/cjs/ArticleProgramLandingPage.js +15 -15
  22. package/dist/cjs/ArticleSeriesLandingPage.js +11 -12
  23. package/dist/cjs/ArticleSeriesListing.js +29 -30
  24. package/dist/cjs/Auth.js +133 -101
  25. package/dist/cjs/AuthWrapper.js +131 -55
  26. package/dist/cjs/{AuthorComponent-39b37d84.js → AuthorComponent-7d00f6d5.js} +9 -9
  27. package/dist/cjs/{BlockContent-9ebd251f.js → BlockContent-96b44364.js} +18 -18
  28. package/dist/cjs/Breadcrumbs.js +17 -17
  29. package/dist/cjs/CMEDeck.js +65 -62
  30. package/dist/cjs/Column1.js +7 -7
  31. package/dist/cjs/Column2.js +17 -18
  32. package/dist/cjs/Column3.js +28 -30
  33. package/dist/cjs/ConferenceArticleCard.js +12 -12
  34. package/dist/cjs/{ConferenceBanner-6c9e718a.js → ConferenceBanner-213003ce.js} +3 -3
  35. package/dist/cjs/ContentCardPaginated.js +49 -51
  36. package/dist/cjs/DeckContent.js +58 -59
  37. package/dist/cjs/DeckQueue.js +57 -58
  38. package/dist/cjs/DeckQueuePaginated.js +46 -48
  39. package/dist/cjs/{Dfp-9be904d5.js → Dfp-67646058.js} +17 -18
  40. package/dist/cjs/EventsDeck.js +120 -93
  41. package/dist/cjs/ExternalResources.js +38 -38
  42. package/dist/cjs/Feature.js +17 -17
  43. package/dist/cjs/ForbesHero.js +25 -25
  44. package/dist/cjs/GridContent.js +134 -135
  45. package/dist/cjs/GridContentPaginated.js +121 -123
  46. package/dist/cjs/GridHero.js +26 -26
  47. package/dist/cjs/GroupDeck.js +33 -33
  48. package/dist/cjs/HamMagazine.js +112 -112
  49. package/dist/cjs/Header.js +10 -10
  50. package/dist/cjs/HealthCareProfessionalModal.js +17 -17
  51. package/dist/cjs/Hero.js +5 -5
  52. package/dist/cjs/HighlightenVideo.js +13 -13
  53. package/dist/cjs/HorizontalArticleListing.js +29 -29
  54. package/dist/cjs/HorizontalHero.js +17 -17
  55. package/dist/cjs/{ImageSlider-6c00b878.js → ImageSlider-1ec0408b.js} +212 -172
  56. package/dist/cjs/IssueContentDeck.js +49 -49
  57. package/dist/cjs/IssueDeck.js +48 -48
  58. package/dist/cjs/IssueLanding.js +20 -20
  59. package/dist/cjs/LeftNav.js +29 -21
  60. package/dist/cjs/MasterDeck.js +39 -40
  61. package/dist/cjs/MasterDeckPaginated.js +29 -31
  62. package/dist/cjs/{MediaSeriesCard-9677fbc3.js → MediaSeriesCard-2645b00a.js} +771 -666
  63. package/dist/cjs/MediaSeriesLanding.js +37 -37
  64. package/dist/cjs/MediaSeriesLandingPaginated.js +36 -37
  65. package/dist/cjs/NavDvm.js +93 -62
  66. package/dist/cjs/NavFooter-880e9d87.js +71 -0
  67. package/dist/cjs/NavMagazine.js +126 -108
  68. package/dist/cjs/NavNative.js +118 -99
  69. package/dist/cjs/OncliveHero.js +11 -11
  70. package/dist/cjs/OncliveLargeHero.js +49 -49
  71. package/dist/cjs/PageFilter.js +5 -5
  72. package/dist/cjs/Pagination-6359861a.js +97 -0
  73. package/dist/cjs/PartnerDetailListing.js +68 -54
  74. package/dist/cjs/PartnerDetailListingPaginated.js +58 -50
  75. package/dist/cjs/PdfDownload.js +4 -4
  76. package/dist/cjs/PixelTracking.js +9 -9
  77. package/dist/cjs/PopUpModal.js +9 -9
  78. package/dist/cjs/PtceDeck.js +13 -13
  79. package/dist/cjs/PubSection.js +13 -14
  80. package/dist/cjs/PubToc.js +4 -4
  81. package/dist/cjs/PublicationDeck.js +44 -44
  82. package/dist/cjs/{PublicationFeature-5ccf9b13.js → PublicationFeature-a989a2b3.js} +29 -29
  83. package/dist/cjs/PublicationLanding.js +73 -73
  84. package/dist/cjs/QueueDeckExpanded.js +245 -246
  85. package/dist/cjs/QueueDeckExpandedPaginated.js +222 -224
  86. package/dist/cjs/RecentNews.js +15 -15
  87. package/dist/cjs/RelatedContent.js +14 -14
  88. package/dist/cjs/RelatedTopicsDropdown.js +14 -14
  89. package/dist/cjs/RolesDeck.js +20 -20
  90. package/dist/cjs/Schema.js +1 -1
  91. package/dist/cjs/Search.js +6 -6
  92. package/dist/cjs/SeriesListingDeck.js +18 -19
  93. package/dist/cjs/{SeriesSlider-594b19eb.js → SeriesSlider-18fc6e71.js} +22 -22
  94. package/dist/cjs/SideFooter.js +23 -24
  95. package/dist/cjs/SocialIcons.js +6 -6
  96. package/dist/cjs/{SocialSearchComponent-b7faaedc.js → SocialSearchComponent-ca9c0c45.js} +28 -28
  97. package/dist/cjs/SocialShare.js +25 -25
  98. package/dist/cjs/TaxonomyCard.js +51 -47
  99. package/dist/cjs/TaxonomyDescription.js +12 -12
  100. package/dist/cjs/TemplateNormal.js +28 -30
  101. package/dist/cjs/ThumbnailCard.js +10 -10
  102. package/dist/cjs/Ustream.js +9 -9
  103. package/dist/cjs/VerticalHero.js +10 -10
  104. package/dist/cjs/VideoProgramLandingPage.js +29 -29
  105. package/dist/cjs/VideoSeriesCard.js +13 -13
  106. package/dist/cjs/VideoSeriesFilter.js +5 -5
  107. package/dist/cjs/VideoSeriesLandingPage.js +11 -12
  108. package/dist/cjs/VideoSeriesListing.js +46 -47
  109. package/dist/cjs/View.js +230 -226
  110. package/dist/cjs/YahooHero.js +22 -22
  111. package/dist/cjs/YoutubeGroup.js +33 -33
  112. package/dist/cjs/{brightcove-react-player-loader.es-a195642e.js → brightcove-react-player-loader.es-4c7825a1.js} +2 -2
  113. package/dist/cjs/checkSisterSite-b29833b2.js +19 -0
  114. package/dist/cjs/getSerializers.js +7 -7
  115. package/dist/cjs/iconBase-be4097c0.js +2 -4
  116. package/dist/cjs/{index-eadd5035.js → index-65621b6c.js} +5 -5
  117. package/dist/cjs/{index-5e63adb9.js → index-669d70bd.js} +484 -492
  118. package/dist/cjs/{index-fc2f1ca2.js → index-7435b964.js} +471 -6
  119. package/dist/cjs/{index-f86bb269.js → index-96c331fd.js} +53 -52
  120. package/dist/cjs/index-b95410f0.js +54 -0
  121. package/dist/cjs/{index.es-f3e47207.js → index.es-1ab8dda7.js} +4 -4
  122. package/dist/cjs/{index.esm-2bb721c8.js → index.esm-f59ef5b4.js} +19 -18
  123. package/dist/cjs/index.js +103 -107
  124. package/dist/cjs/{main-f1c77adb.js → main-6054981e.js} +17 -22
  125. package/dist/cjs/{react-social-icons-af932527.js → react-social-icons-2c5c389a.js} +7 -7
  126. package/dist/cjs/ustream-api-3819e4aa.js +1 -1
  127. package/dist/cjs/{visibility-sensor-eb2c5b69.js → visibility-sensor-56020df6.js} +1 -1
  128. package/dist/esm/AD.js +2 -2
  129. package/dist/esm/AD300x250.js +3 -4
  130. package/dist/esm/AD300x250x600.js +3 -4
  131. package/dist/esm/AD728x90.js +3 -4
  132. package/dist/esm/ADFloatingFooter.js +3 -4
  133. package/dist/esm/ADFooter.js +1 -1
  134. package/dist/esm/ADGutter.js +3 -4
  135. package/dist/esm/ADSkyscraper.js +3 -4
  136. package/dist/esm/ADSponsoredResources.js +3 -4
  137. package/dist/esm/ADWebcast.js +3 -4
  138. package/dist/esm/ADWelcome.js +3 -4
  139. package/dist/esm/AccordionPanel.js +1 -1
  140. package/dist/esm/AdSlot.js +3 -4
  141. package/dist/esm/AdSlotsProvider.js +3 -4
  142. package/dist/esm/AlgoliaSearch.js +1197 -526
  143. package/dist/esm/AlphabeticList.js +1 -1
  144. package/dist/esm/ArticleCarousel.js +2 -2
  145. package/dist/esm/ArticleProgramLandingPage.js +5 -5
  146. package/dist/esm/ArticleSeriesLandingPage.js +5 -6
  147. package/dist/esm/ArticleSeriesListing.js +3 -4
  148. package/dist/esm/Auth.js +60 -29
  149. package/dist/esm/AuthWrapper.js +105 -29
  150. package/dist/esm/Beam.js +1 -1
  151. package/dist/esm/Breadcrumbs.js +1 -1
  152. package/dist/esm/CMEDeck.js +8 -5
  153. package/dist/esm/Column1.js +1 -2
  154. package/dist/esm/Column2.js +4 -6
  155. package/dist/esm/Column3.js +4 -7
  156. package/dist/esm/ConferenceArticleCard.js +1 -1
  157. package/dist/esm/ContentCardPaginated.js +5 -7
  158. package/dist/esm/DeckContent.js +4 -5
  159. package/dist/esm/DeckQueue.js +3 -4
  160. package/dist/esm/DeckQueuePaginated.js +4 -6
  161. package/dist/esm/{Dfp-102f0beb.js → Dfp-cf85d203.js} +2 -3
  162. package/dist/esm/EventsDeck.js +32 -5
  163. package/dist/esm/ExternalResources.js +9 -9
  164. package/dist/esm/Feature.js +2 -2
  165. package/dist/esm/ForbesHero.js +1 -1
  166. package/dist/esm/GridContent.js +5 -6
  167. package/dist/esm/GridContentPaginated.js +6 -8
  168. package/dist/esm/GridHero.js +1 -1
  169. package/dist/esm/GroupDeck.js +1 -1
  170. package/dist/esm/HamMagazine.js +12 -13
  171. package/dist/esm/Header.js +2 -3
  172. package/dist/esm/HealthCareProfessionalModal.js +1 -1
  173. package/dist/esm/Hero.js +1 -1
  174. package/dist/esm/HighlightenVideo.js +1 -1
  175. package/dist/esm/HorizontalArticleListing.js +5 -5
  176. package/dist/esm/HorizontalHero.js +1 -1
  177. package/dist/esm/{ImageSlider-f84174cb.js → ImageSlider-83913c4c.js} +157 -117
  178. package/dist/esm/IssueContentDeck.js +1 -1
  179. package/dist/esm/IssueDeck.js +1 -1
  180. package/dist/esm/IssueLanding.js +7 -7
  181. package/dist/esm/KMTracker.js +1 -1
  182. package/dist/esm/LeftNav.js +15 -8
  183. package/dist/esm/MasterDeck.js +5 -6
  184. package/dist/esm/MasterDeckPaginated.js +6 -8
  185. package/dist/esm/{MediaSeriesCard-8b14906f.js → MediaSeriesCard-2a9ff7f3.js} +202 -97
  186. package/dist/esm/MediaSeriesLanding.js +9 -9
  187. package/dist/esm/MediaSeriesLandingPaginated.js +10 -11
  188. package/dist/esm/NavDvm.js +38 -8
  189. package/dist/esm/{NavFooter-e27bd93b.js → NavFooter-3272e9cd.js} +9 -4
  190. package/dist/esm/NavMagazine.js +25 -8
  191. package/dist/esm/NavNative.js +25 -7
  192. package/dist/esm/OncliveHero.js +1 -1
  193. package/dist/esm/OncliveLargeHero.js +1 -1
  194. package/dist/esm/PageFilter.js +1 -1
  195. package/dist/esm/Pagination-9fe9f61d.js +90 -0
  196. package/dist/esm/PartnerDetailListing.js +30 -16
  197. package/dist/esm/PartnerDetailListingPaginated.js +23 -15
  198. package/dist/esm/PdfDownload.js +1 -1
  199. package/dist/esm/PopUpModal.js +1 -1
  200. package/dist/esm/PtceDeck.js +1 -1
  201. package/dist/esm/PubSection.js +5 -6
  202. package/dist/esm/PubToc.js +1 -1
  203. package/dist/esm/PublicationDeck.js +1 -1
  204. package/dist/esm/PublicationLanding.js +1 -1
  205. package/dist/esm/QueueDeckExpanded.js +5 -6
  206. package/dist/esm/QueueDeckExpandedPaginated.js +6 -8
  207. package/dist/esm/RecentNews.js +1 -1
  208. package/dist/esm/RelatedContent.js +1 -1
  209. package/dist/esm/RelatedTopicsDropdown.js +1 -1
  210. package/dist/esm/RolesDeck.js +1 -1
  211. package/dist/esm/Schema.js +1 -1
  212. package/dist/esm/Search.js +1 -1
  213. package/dist/esm/Segment.js +1 -1
  214. package/dist/esm/SeriesListingDeck.js +4 -5
  215. package/dist/esm/{SeriesSlider-f771e20d.js → SeriesSlider-5728e349.js} +1 -1
  216. package/dist/esm/SetCookie.js +1 -1
  217. package/dist/esm/SideFooter.js +6 -7
  218. package/dist/esm/SocialIcons.js +1 -1
  219. package/dist/esm/{SocialSearchComponent-4b56cd8c.js → SocialSearchComponent-68d948b9.js} +2 -2
  220. package/dist/esm/SocialShare.js +1 -1
  221. package/dist/esm/TaxonomyCard.js +8 -4
  222. package/dist/esm/TaxonomyDescription.js +5 -5
  223. package/dist/esm/TemplateNormal.js +7 -9
  224. package/dist/esm/ThumbnailCard.js +1 -1
  225. package/dist/esm/Ustream.js +2 -2
  226. package/dist/esm/VerticalHero.js +1 -1
  227. package/dist/esm/VideoProgramLandingPage.js +5 -5
  228. package/dist/esm/VideoSeriesCard.js +1 -1
  229. package/dist/esm/VideoSeriesFilter.js +1 -1
  230. package/dist/esm/VideoSeriesLandingPage.js +5 -6
  231. package/dist/esm/VideoSeriesListing.js +3 -4
  232. package/dist/esm/View.js +14 -9
  233. package/dist/esm/YahooHero.js +1 -1
  234. package/dist/esm/YoutubeGroup.js +2 -2
  235. package/dist/esm/checkSisterSite-baa4fb6b.js +17 -0
  236. package/dist/esm/getKeywords.js +1 -1
  237. package/dist/esm/getQuery.js +1 -1
  238. package/dist/esm/getRelatedArticle.js +1 -1
  239. package/dist/esm/getRootDocGroup.js +1 -1
  240. package/dist/esm/getSerializers.js +4 -4
  241. package/dist/esm/getSeriesDetail.js +1 -1
  242. package/dist/esm/index-174b5baf.js +52 -0
  243. package/dist/esm/{index-79cfd25c.js → index-30a6257d.js} +53 -52
  244. package/dist/esm/{index-e0aeabc5.js → index-4d0371dc.js} +5 -13
  245. package/dist/esm/{index-f0fc23eb.js → index-5cc7b406.js} +466 -1
  246. package/dist/esm/{index.esm-37268dca.js → index.esm-07c37a92.js} +5 -4
  247. package/dist/esm/index.js +13 -17
  248. package/dist/esm/{main-1894c974.js → main-9f6806ea.js} +4 -9
  249. package/dist/esm/stringify-2b084bee.js +1 -1
  250. package/dist/esm/timeDifferenceCalc.js +1 -1
  251. package/dist/esm/urlFor.js +1 -1
  252. package/dist/esm/ustream-api-d3714624.js +1 -1
  253. package/package.json +2 -2
  254. package/dist/cjs/NavFooter-3dcd99a8.js +0 -66
  255. package/dist/cjs/Pagination-1e0d5f1d.js +0 -90
  256. package/dist/cjs/defineProperty-9673846a.js +0 -34
  257. package/dist/cjs/defineProperty-e0fb52c5.js +0 -73
  258. package/dist/cjs/events-1b438fe7.js +0 -469
  259. package/dist/cjs/index-50be6759.js +0 -105
  260. package/dist/cjs/typeof-1358762e.js +0 -33
  261. package/dist/esm/Pagination-cd21f8c2.js +0 -82
  262. package/dist/esm/defineProperty-23a8f8cd.js +0 -68
  263. package/dist/esm/defineProperty-8c30428f.js +0 -32
  264. package/dist/esm/events-6c3a7a63.js +0 -467
  265. package/dist/esm/index-98ca9cec.js +0 -100
  266. package/dist/esm/typeof-2f07d0e8.js +0 -30
  267. /package/dist/esm/{ADInfeed-5765a73a.js → ADInfeed-f946441a.js} +0 -0
  268. /package/dist/esm/{ADlgInfeed-5e36f317.js → ADlgInfeed-012e6f16.js} +0 -0
@@ -3,16 +3,16 @@ import { _ as _slicedToArray } from './slicedToArray-6ebcbfea.js';
3
3
  import { _ as _extends } from './extends-6d8e3924.js';
4
4
  import React__default from 'react';
5
5
  import { TwitterTimelineEmbed } from 'react-twitter-embed';
6
- import { I as ImageSlider, F as Facebook, P as Page } from './ImageSlider-f84174cb.js';
7
- import './defineProperty-23a8f8cd.js';
6
+ import { I as ImageSlider, F as Facebook, P as Page } from './ImageSlider-83913c4c.js';
8
7
  import { r as reactSocialIcons_1 } from './react-social-icons-9be47857.js';
9
8
  import './moment-bc12cb97.js';
10
9
  import QueueDeckExpanded from './QueueDeckExpandedPaginated.js';
11
10
  import Breadcrumbs from './Breadcrumbs.js';
12
11
  import Feature from './Feature.js';
13
12
  import urlFor from './urlFor.js';
14
- import { g as getSerializers } from './index-e0aeabc5.js';
13
+ import { g as getSerializers } from './index-4d0371dc.js';
15
14
  import { B as BlockContent } from './BlockContent-1e73bd2c.js';
15
+ import { c as checkSisterSite } from './checkSisterSite-baa4fb6b.js';
16
16
  import './_commonjsHelpers-0c4b6f40.js';
17
17
  import './core.get-iterator-method-ea258bb1.js';
18
18
  import './web.dom.iterable-ab4dea5c.js';
@@ -23,15 +23,14 @@ import 'prop-types';
23
23
  import './smoothscroll-fa4e3f8c.js';
24
24
  import './toConsumableArray-f7074d7c.js';
25
25
  import 'react-bootstrap';
26
- import './index-f0fc23eb.js';
27
- import './events-6c3a7a63.js';
26
+ import './index-5cc7b406.js';
28
27
  import 'next/router';
29
28
  import './index-755f2cc2.js';
30
29
  import 'react-dom';
31
30
  import './lodash-f97fd99a.js';
32
- import './main-1894c974.js';
31
+ import './main-9f6806ea.js';
33
32
  import './entities-6d9154b4.js';
34
- import './ADInfeed-5765a73a.js';
33
+ import './ADInfeed-f946441a.js';
35
34
  import 'react-bootstrap/Card';
36
35
  import './AdSlot.js';
37
36
  import './debounce-533d9748.js';
@@ -41,11 +40,10 @@ import './Beam.js';
41
40
  import './stringify-2b084bee.js';
42
41
  import './Segment.js';
43
42
  import './AuthorComponent-11adff02.js';
44
- import './ADlgInfeed-5e36f317.js';
43
+ import './ADlgInfeed-012e6f16.js';
45
44
  import './getContentCategory-15dcc413.js';
46
45
  import './timeDifferenceCalc.js';
47
- import './Pagination-cd21f8c2.js';
48
- import 'react-paginate';
46
+ import './Pagination-9fe9f61d.js';
49
47
  import 'react-bootstrap/Button';
50
48
  import './index.esm-1bd8a0a8.js';
51
49
  import './iconBase-ccc56b97.js';
@@ -111,7 +109,12 @@ var PartnerDetails = function PartnerDetails(_ref) {
111
109
  { className: 'my-5 partner-logo-wrap', style: { display: 'flex', justifyContent: 'space-between', alignItems: 'center' } },
112
110
  partnerDetails.thumbnail && partnerDetails.thumbnail.link ? React__default.createElement(
113
111
  'a',
114
- { className: 'partners-logo', style: { width: '25%', minWidth: '25%' }, href: partnerDetails.thumbnail.link, target: partnerDetails.thumbnail.blank ? '_blank' : '' },
112
+ {
113
+ className: 'partners-logo',
114
+ style: { width: '25%', minWidth: '25%' },
115
+ href: partnerDetails.thumbnail.link,
116
+ rel: checkSisterSite(partnerDetails.thumbnail.link) ? '' : 'noopener noreferrer',
117
+ target: partnerDetails.thumbnail.blank ? '_blank' : '' },
115
118
  React__default.createElement(
116
119
  'figure',
117
120
  { style: { width: '100%', textAlign: 'center' } },
@@ -161,10 +164,15 @@ var PartnerDetails = function PartnerDetails(_ref) {
161
164
  partnerDetails.linkedin && React__default.createElement(reactSocialIcons_1, {
162
165
  url: '' + partnerDetails.linkedin + (partnerDetails.linkedin.slice(-1) === '/' ? '' : '/') + 'posts/?feedView=all',
163
166
  target: '_blank',
164
- rel: 'noopener noreferrer',
167
+ rel: checkSisterSite('' + partnerDetails.linkedin + (partnerDetails.linkedin.slice(-1) === '/' ? '' : '/') + 'posts/?feedView=all') ? '' : 'noopener noreferrer',
165
168
  style: { height: 30, width: 30 }
166
169
  }),
167
- (partnerDetails.twitter && partnerDetails.facebook || !partnerDetails.twitter && partnerDetails.facebook && checkIsFacebookGroup(partnerDetails.facebook)) && React__default.createElement(reactSocialIcons_1, { url: partnerDetails.facebook, target: '_blank', rel: 'noopener noreferrer', style: { height: 30, width: 30, marginLeft: '0.25rem' } })
170
+ (partnerDetails.twitter && partnerDetails.facebook || !partnerDetails.twitter && partnerDetails.facebook && checkIsFacebookGroup(partnerDetails.facebook)) && React__default.createElement(reactSocialIcons_1, {
171
+ url: partnerDetails.facebook,
172
+ target: '_blank',
173
+ rel: checkSisterSite(partnerDetails.facebook) ? '' : 'noopener noreferrer',
174
+ style: { height: 30, width: 30, marginLeft: '0.25rem' }
175
+ })
168
176
  )
169
177
  )
170
178
  ),
@@ -189,7 +197,7 @@ var PartnerDetails = function PartnerDetails(_ref) {
189
197
  partnerDetails.twitter ? React__default.createElement(TwitterTimelineEmbed, { sourceType: 'url', url: partnerDetails.twitter, options: { height: 400 } }) : partnerDetails.facebook && React__default.createElement(
190
198
  Facebook,
191
199
  { appId: ' ' },
192
- React__default.createElement(Page, { href: partnerDetails.facebook, tabs: 'timeline', width: '500', height: '500' })
200
+ React__default.createElement(Page, { href: partnerDetails.facebook, rel: checkSisterSite(partnerDetails.facebook) ? '' : 'noopener noreferrer', tabs: 'timeline', width: '500', height: '500' })
193
201
  )
194
202
  ),
195
203
  React__default.createElement(
@@ -311,4 +319,4 @@ PartnerDetails.returnGetInitialProps = function () {
311
319
  };
312
320
  }();
313
321
 
314
- export default PartnerDetails;
322
+ export { PartnerDetails as default };
@@ -19,4 +19,4 @@ var PdfDownload = function PdfDownload(props) {
19
19
  );
20
20
  };
21
21
 
22
- export default PdfDownload;
22
+ export { PdfDownload as default };
@@ -48,4 +48,4 @@ var PopUpModal = function PopUpModal(props) {
48
48
  );
49
49
  };
50
50
 
51
- export default PopUpModal;
51
+ export { PopUpModal as default };
@@ -140,4 +140,4 @@ function PtceDeck(props) {
140
140
  );
141
141
  }
142
142
 
143
- export default PtceDeck;
143
+ export { PtceDeck as default };
@@ -17,14 +17,13 @@ import './index.es-a6137319.js';
17
17
  import './moment-bc12cb97.js';
18
18
  import './visibility-sensor-72fd8f8b.js';
19
19
  import 'react-dom';
20
- import './index-f0fc23eb.js';
21
- import './events-6c3a7a63.js';
20
+ import './index-5cc7b406.js';
22
21
  import 'prop-types';
23
22
  import 'next/router';
24
23
  import './index-755f2cc2.js';
25
- import './main-1894c974.js';
24
+ import './main-9f6806ea.js';
26
25
  import './entities-6d9154b4.js';
27
- import './ADInfeed-5765a73a.js';
26
+ import './ADInfeed-f946441a.js';
28
27
  import 'react-bootstrap/Card';
29
28
  import './AdSlot.js';
30
29
  import './debounce-533d9748.js';
@@ -35,7 +34,7 @@ import './stringify-2b084bee.js';
35
34
  import './Segment.js';
36
35
  import './AuthorComponent-11adff02.js';
37
36
  import './lodash-f97fd99a.js';
38
- import './ADlgInfeed-5e36f317.js';
37
+ import './ADlgInfeed-012e6f16.js';
39
38
  import './getContentCategory-15dcc413.js';
40
39
  import './timeDifferenceCalc.js';
41
40
 
@@ -112,4 +111,4 @@ PubSection.getInitialProps = function () {
112
111
  };
113
112
  }();
114
113
 
115
- export default PubSection;
114
+ export { PubSection as default };
@@ -78,4 +78,4 @@ PubToc.getInitialProps = function () {
78
78
  };
79
79
  }();
80
80
 
81
- export default PubToc;
81
+ export { PubToc as default };
@@ -170,4 +170,4 @@ var PublicationDeck = function PublicationDeck(props) {
170
170
  }
171
171
  };
172
172
 
173
- export default PublicationDeck;
173
+ export { PublicationDeck as default };
@@ -844,4 +844,4 @@ _asyncToGenerator( /*#__PURE__*/regenerator.mark(function _callee2() {
844
844
  );
845
845
  };
846
846
 
847
- export default PublicationLanding;
847
+ export { PublicationLanding as default };
@@ -7,15 +7,15 @@ import urlFor from './urlFor.js';
7
7
  import { I as InfiniteScroll } from './index.es-a6137319.js';
8
8
  import { m as moment } from './moment-bc12cb97.js';
9
9
  import { V as VisibilitySensor } from './visibility-sensor-72fd8f8b.js';
10
- import { l as lib_3 } from './index-f0fc23eb.js';
10
+ import { l as lib_3 } from './index-5cc7b406.js';
11
11
  import { useRouter } from 'next/router';
12
12
  import { L as LazyLoad } from './index-755f2cc2.js';
13
- import { m as main_43 } from './main-1894c974.js';
13
+ import { m as main_43 } from './main-9f6806ea.js';
14
14
  import { c as clean_html_1 } from './entities-6d9154b4.js';
15
- import { A as ADInfeed } from './ADInfeed-5765a73a.js';
15
+ import { A as ADInfeed } from './ADInfeed-f946441a.js';
16
16
  import { A as AuthorComponent } from './AuthorComponent-11adff02.js';
17
17
  import { l as lodash } from './lodash-f97fd99a.js';
18
- import { A as ADlgInfeed } from './ADlgInfeed-5e36f317.js';
18
+ import { A as ADlgInfeed } from './ADlgInfeed-012e6f16.js';
19
19
  import { g as getContentCategory } from './getContentCategory-15dcc413.js';
20
20
  import timeDifferenceCalc from './timeDifferenceCalc.js';
21
21
  import './_commonjsHelpers-0c4b6f40.js';
@@ -25,7 +25,6 @@ import './_iter-detect-98db3b07.js';
25
25
  import './_object-pie-133f504a.js';
26
26
  import './index-3f5c03b2.js';
27
27
  import 'react-dom';
28
- import './events-6c3a7a63.js';
29
28
  import 'prop-types';
30
29
  import 'react-bootstrap/Card';
31
30
  import './AdSlot.js';
@@ -1532,4 +1531,4 @@ var QueueDeckExpanded = function QueueDeckExpanded(props) {
1532
1531
  );
1533
1532
  };
1534
1533
 
1535
- export default QueueDeckExpanded;
1534
+ export { QueueDeckExpanded as default };
@@ -5,26 +5,25 @@ import { _ as _toConsumableArray } from './toConsumableArray-f7074d7c.js';
5
5
  import React__default, { useState, useEffect, useRef } from 'react';
6
6
  import { Spinner, Container, Media } from 'react-bootstrap';
7
7
  import { m as moment } from './moment-bc12cb97.js';
8
- import { l as lib_3 } from './index-f0fc23eb.js';
8
+ import { l as lib_3 } from './index-5cc7b406.js';
9
9
  import { useRouter } from 'next/router';
10
10
  import { L as LazyLoad } from './index-755f2cc2.js';
11
11
  import { l as lodash } from './lodash-f97fd99a.js';
12
- import { m as main_43 } from './main-1894c974.js';
12
+ import { m as main_43 } from './main-9f6806ea.js';
13
13
  import { c as clean_html_1 } from './entities-6d9154b4.js';
14
- import { A as ADInfeed } from './ADInfeed-5765a73a.js';
14
+ import { A as ADInfeed } from './ADInfeed-f946441a.js';
15
15
  import { A as AuthorComponent } from './AuthorComponent-11adff02.js';
16
- import { A as ADlgInfeed } from './ADlgInfeed-5e36f317.js';
16
+ import { A as ADlgInfeed } from './ADlgInfeed-012e6f16.js';
17
17
  import { g as getContentCategory } from './getContentCategory-15dcc413.js';
18
18
  import timeDifferenceCalc from './timeDifferenceCalc.js';
19
19
  import urlFor from './urlFor.js';
20
- import { P as Pagination } from './Pagination-cd21f8c2.js';
20
+ import { P as Pagination } from './Pagination-9fe9f61d.js';
21
21
  import './_commonjsHelpers-0c4b6f40.js';
22
22
  import './core.get-iterator-method-ea258bb1.js';
23
23
  import './web.dom.iterable-ab4dea5c.js';
24
24
  import './_library-528f1934.js';
25
25
  import './_iter-detect-98db3b07.js';
26
26
  import './_object-pie-133f504a.js';
27
- import './events-6c3a7a63.js';
28
27
  import 'prop-types';
29
28
  import 'react-dom';
30
29
  import 'react-bootstrap/Card';
@@ -36,7 +35,6 @@ import './Beam.js';
36
35
  import './stringify-2b084bee.js';
37
36
  import './Segment.js';
38
37
  import './index-3f5c03b2.js';
39
- import 'react-paginate';
40
38
  import 'react-bootstrap/Button';
41
39
  import './index.esm-1bd8a0a8.js';
42
40
  import './iconBase-ccc56b97.js';
@@ -1380,4 +1378,4 @@ var QueueDeckExpanded = function QueueDeckExpanded(props) {
1380
1378
  );
1381
1379
  };
1382
1380
 
1383
- export default QueueDeckExpanded;
1381
+ export { QueueDeckExpanded as default };
@@ -82,4 +82,4 @@ var RecentNews = function RecentNews(_ref) {
82
82
  );
83
83
  };
84
84
 
85
- export default RecentNews;
85
+ export { RecentNews as default };
@@ -105,4 +105,4 @@ var RelatedContent = function RelatedContent(props) {
105
105
  );
106
106
  };
107
107
 
108
- export default RelatedContent;
108
+ export { RelatedContent as default };
@@ -79,4 +79,4 @@ var RelatedTopicsDropdown = function RelatedTopicsDropdown(_ref) {
79
79
  }
80
80
  };
81
81
 
82
- export default RelatedTopicsDropdown;
82
+ export { RelatedTopicsDropdown as default };
@@ -81,4 +81,4 @@ var RolesDeck = function RolesDeck(props) {
81
81
  );
82
82
  };
83
83
 
84
- export default RolesDeck;
84
+ export { RolesDeck as default };
@@ -92,4 +92,4 @@ var Schema = function Schema(props) {
92
92
  return React__default.createElement('script', { type: 'application/ld+json', dangerouslySetInnerHTML: { __html: _JSON$stringify(generateSchema(props)) } });
93
93
  };
94
94
 
95
- export default Schema;
95
+ export { Schema as default };
@@ -54,4 +54,4 @@ var Search = function Search(props) {
54
54
  );
55
55
  };
56
56
 
57
- export default Search;
57
+ export { Search as default };
@@ -447,4 +447,4 @@ var Segment = {
447
447
  }
448
448
  };
449
449
 
450
- export default Segment;
450
+ export { Segment as default };
@@ -3,16 +3,15 @@ import { _ as _extends } from './extends-6d8e3924.js';
3
3
  import { _ as _slicedToArray } from './slicedToArray-6ebcbfea.js';
4
4
  import React__default, { useState, useEffect, useRef } from 'react';
5
5
  import { useRouter } from 'next/router';
6
- import { l as lib_3 } from './index-f0fc23eb.js';
6
+ import { l as lib_3 } from './index-5cc7b406.js';
7
7
  import { I as InfiniteScroll } from './index.es-a6137319.js';
8
- import { S as SeriesSlider } from './SeriesSlider-f771e20d.js';
8
+ import { S as SeriesSlider } from './SeriesSlider-5728e349.js';
9
9
  import { V as VisibilitySensor } from './visibility-sensor-72fd8f8b.js';
10
10
  import './_commonjsHelpers-0c4b6f40.js';
11
11
  import './core.get-iterator-method-ea258bb1.js';
12
12
  import './_iter-detect-98db3b07.js';
13
13
  import './_object-pie-133f504a.js';
14
14
  import './web.dom.iterable-ab4dea5c.js';
15
- import './events-6c3a7a63.js';
16
15
  import 'prop-types';
17
16
  import './index-c7e2ac95.js';
18
17
  import './index-755f2cc2.js';
@@ -20,7 +19,7 @@ import 'react-dom';
20
19
  import './smoothscroll-fa4e3f8c.js';
21
20
  import './urlFor.js';
22
21
  import './index-3f5c03b2.js';
23
- import './main-1894c974.js';
22
+ import './main-9f6806ea.js';
24
23
 
25
24
  var usePrevious = function usePrevious(value) {
26
25
  var ref = useRef();
@@ -240,4 +239,4 @@ var SeriesListingDeck = function SeriesListingDeck(props) {
240
239
  );
241
240
  };
242
241
 
243
- export default SeriesListingDeck;
242
+ export { SeriesListingDeck as default };
@@ -4,7 +4,7 @@ import { g as getYoutubeId } from './index-c7e2ac95.js';
4
4
  import { L as LazyLoad } from './index-755f2cc2.js';
5
5
  import { s as smoothscroll } from './smoothscroll-fa4e3f8c.js';
6
6
  import urlFor from './urlFor.js';
7
- import { m as main_43, a as main_49, b as main_42 } from './main-1894c974.js';
7
+ import { m as main_43, a as main_49, b as main_42 } from './main-9f6806ea.js';
8
8
 
9
9
  /*
10
10
  GROQ query -
@@ -5,4 +5,4 @@ var SetCookie = function SetCookie(key, value) {
5
5
  js_cookie.set(key, value, { expires: 1, sameSite: 'none', secure: true });
6
6
  };
7
7
 
8
- export default SetCookie;
8
+ export { SetCookie as default };
@@ -1,15 +1,14 @@
1
- import { _ as _defineProperty } from './defineProperty-8c30428f.js';
2
1
  import React__default, { useRef, useEffect } from 'react';
3
2
  import { r as reactSocialIcons_1 } from './react-social-icons-9be47857.js';
4
3
  import { g as get_1 } from './get-3c308da4.js';
5
4
  import Segment from './Segment.js';
5
+ import { c as checkSisterSite } from './checkSisterSite-baa4fb6b.js';
6
6
  import './_commonjsHelpers-0c4b6f40.js';
7
- import './define-property-5f1bda73.js';
8
- import './core.get-iterator-method-ea258bb1.js';
9
7
  import 'prop-types';
10
8
  import './isSymbol-a7e9aafe.js';
11
9
  import './eq-bdcbf886.js';
12
10
  import './asyncToGenerator-958ef5fc.js';
11
+ import './core.get-iterator-method-ea258bb1.js';
13
12
  import './web.dom.iterable-ab4dea5c.js';
14
13
  import './_library-528f1934.js';
15
14
  import './_iter-detect-98db3b07.js';
@@ -20,13 +19,13 @@ var renderLink = function renderLink(row) {
20
19
  if (row.blank) {
21
20
  return React__default.createElement(
22
21
  'a',
23
- _defineProperty({ rel: 'noopener', href: row.url, needsegmentsupport: row.needSegmentSupport ? 'true' : '', target: '_blank' }, 'rel', 'noopener noreferrer'),
22
+ { href: row.url, needsegmentsupport: row.needSegmentSupport ? 'true' : '', target: '_blank', rel: checkSisterSite(row.url) ? '' : 'noopener noreferrer' },
24
23
  row.title
25
24
  );
26
25
  }
27
26
  return React__default.createElement(
28
27
  'a',
29
- { href: row.url, needsegmentsupport: row.needSegmentSupport ? 'true' : '' },
28
+ { href: row.url, needsegmentsupport: row.needSegmentSupport ? 'true' : '', rel: checkSisterSite(row.url) ? '' : 'noopener noreferrer' },
30
29
  row.title
31
30
  );
32
31
  };
@@ -86,7 +85,7 @@ var SideFooter = function SideFooter(props) {
86
85
  socialLinks && socialLinks.map(function (row, index) {
87
86
  return React__default.createElement(reactSocialIcons_1, {
88
87
  target: row.blank ? '_blank' : '_self',
89
- rel: 'noopener noreferrer',
88
+ rel: checkSisterSite(row.url) ? '' : 'noopener noreferrer',
90
89
  key: index,
91
90
  index: index,
92
91
  url: row.url
@@ -142,4 +141,4 @@ var SideFooter = function SideFooter(props) {
142
141
  );
143
142
  };
144
143
 
145
- export default SideFooter;
144
+ export { SideFooter as default };
@@ -94,4 +94,4 @@ var SocialIcons = function SocialIcons(props) {
94
94
  }
95
95
  };
96
96
 
97
- export default SocialIcons;
97
+ export { SocialIcons as default };
@@ -1,12 +1,12 @@
1
1
  import { _ as _slicedToArray } from './slicedToArray-6ebcbfea.js';
2
2
  import React__default, { useState, useRef, useEffect } from 'react';
3
3
  import SocialIcons from './SocialIcons.js';
4
- import { G as GoSearch } from './index.esm-37268dca.js';
4
+ import { G as GoSearch } from './index.esm-07c37a92.js';
5
5
  import { I as IconContext } from './iconBase-ccc56b97.js';
6
6
  import Form from 'react-bootstrap/Form';
7
7
  import FormControl from 'react-bootstrap/FormControl';
8
8
  import Button from 'react-bootstrap/Button';
9
- import { f as main_34, c as main_44 } from './main-1894c974.js';
9
+ import { f as main_34, c as main_44 } from './main-9f6806ea.js';
10
10
 
11
11
  var SocialSearchComponent = function SocialSearchComponent(_ref) {
12
12
  var type = _ref.type,
@@ -64,4 +64,4 @@ var SocialShare = function SocialShare(props) {
64
64
 
65
65
  var SocialShare$1 = React__default.memo(SocialShare);
66
66
 
67
- export default SocialShare$1;
67
+ export { SocialShare$1 as default };
@@ -8,6 +8,7 @@ import Card from 'react-bootstrap/Card';
8
8
  import urlFor from './urlFor.js';
9
9
  import { L as LazyLoad } from './index-755f2cc2.js';
10
10
  import { r as reactSocialIcons_1 } from './react-social-icons-9be47857.js';
11
+ import { c as checkSisterSite } from './checkSisterSite-baa4fb6b.js';
11
12
  import './_commonjsHelpers-0c4b6f40.js';
12
13
  import './core.get-iterator-method-ea258bb1.js';
13
14
  import './_object-pie-133f504a.js';
@@ -114,7 +115,10 @@ var TaxonomyCard = function TaxonomyCard(props) {
114
115
  null,
115
116
  row.thumbnail.link ? React__default.createElement(
116
117
  'a',
117
- { href: row.thumbnail.link, target: row.thumbnail.blank ? '_blank' : '_self' },
118
+ {
119
+ href: row.thumbnail.link,
120
+ target: row.thumbnail.blank ? '_blank' : '_self',
121
+ rel: checkSisterSite(row.thumbnail.link) ? '' : 'noopener noreferrer' },
118
122
  React__default.createElement(Card.Img, { variant: 'top', src: thumbnailURL, alt: row.thumbnail.alt ? row.thumbnail.alt : 'profile image' })
119
123
  ) : React__default.createElement(Card.Img, { variant: 'top', src: thumbnailURL, alt: row.thumbnail.alt ? row.thumbnail.alt : 'profile image' }),
120
124
  row && row.thumbnail && row.thumbnail.caption && React__default.createElement(
@@ -150,7 +154,7 @@ var TaxonomyCard = function TaxonomyCard(props) {
150
154
  } else if (field.value && field.key === 'url') {
151
155
  return React__default.createElement(
152
156
  'a',
153
- { className: 'details-field', href: field.value, key: index },
157
+ { className: 'details-field', href: field.value, key: index, rel: checkSisterSite(field.value) ? '' : 'noopener noreferrer' },
154
158
  field.value
155
159
  );
156
160
  }
@@ -189,7 +193,7 @@ var TaxonomyCard = function TaxonomyCard(props) {
189
193
  if (url && url.length) {
190
194
  return React__default.createElement(reactSocialIcons_1, {
191
195
  target: '_blank',
192
- rel: 'noopener noreferrer',
196
+ rel: checkSisterSite(url) ? '' : 'noopener noreferrer',
193
197
  key: index,
194
198
  index: index,
195
199
  url: url,
@@ -240,4 +244,4 @@ var TaxonomyCard = function TaxonomyCard(props) {
240
244
  );
241
245
  };
242
246
 
243
- export default TaxonomyCard;
247
+ export { TaxonomyCard as default };
@@ -5,7 +5,7 @@ import React__default, { useState, useEffect } from 'react';
5
5
  import { useRouter } from 'next/router';
6
6
  import Head from 'next/head';
7
7
  import { B as BlockContent } from './BlockContent-1e73bd2c.js';
8
- import { g as getSerializers } from './index-e0aeabc5.js';
8
+ import { g as getSerializers } from './index-4d0371dc.js';
9
9
  import './_commonjsHelpers-0c4b6f40.js';
10
10
  import './core.get-iterator-method-ea258bb1.js';
11
11
  import './_object-pie-133f504a.js';
@@ -16,14 +16,13 @@ import 'prop-types';
16
16
  import './index-3f5c03b2.js';
17
17
  import 'react-bootstrap';
18
18
  import './urlFor.js';
19
- import './index-f0fc23eb.js';
20
- import './events-6c3a7a63.js';
19
+ import './index-5cc7b406.js';
21
20
  import './index-c7e2ac95.js';
22
21
  import './util-8ed16d48.js';
23
22
  import './Beam.js';
24
23
  import './stringify-2b084bee.js';
25
24
  import './Segment.js';
26
- import './main-1894c974.js';
25
+ import './main-9f6806ea.js';
27
26
  import './urlForFile-b69adffc.js';
28
27
  import './index-755f2cc2.js';
29
28
  import 'react-dom';
@@ -58,6 +57,7 @@ import 'react-bootstrap/Figure';
58
57
  import 'react-bootstrap/OverlayTrigger';
59
58
  import 'react-bootstrap/Tooltip';
60
59
  import 'react-bootstrap/Popover';
60
+ import './checkSisterSite-baa4fb6b.js';
61
61
 
62
62
  var _this = undefined;
63
63
 
@@ -197,4 +197,4 @@ TaxonomyDescription.getDescription = function () {
197
197
  };
198
198
  }();
199
199
 
200
- export default TaxonomyDescription;
200
+ export { TaxonomyDescription as default };
@@ -19,8 +19,7 @@ import './AdSlot.js';
19
19
  import './extends-6d8e3924.js';
20
20
  import './_object-pie-133f504a.js';
21
21
  import 'prop-types';
22
- import './index-f0fc23eb.js';
23
- import './events-6c3a7a63.js';
22
+ import './index-5cc7b406.js';
24
23
  import './debounce-533d9748.js';
25
24
  import './isSymbol-a7e9aafe.js';
26
25
  import './toNumber-5aeba6e7.js';
@@ -30,16 +29,15 @@ import './asyncToGenerator-958ef5fc.js';
30
29
  import './_library-528f1934.js';
31
30
  import './_iter-detect-98db3b07.js';
32
31
  import './Segment.js';
33
- import './main-1894c974.js';
32
+ import './main-9f6806ea.js';
34
33
  import 'next/head';
35
34
  import 'react-bootstrap/Row';
36
35
  import 'react-bootstrap/Col';
37
36
  import './SideFooter.js';
38
- import './defineProperty-8c30428f.js';
39
- import './define-property-5f1bda73.js';
40
37
  import './react-social-icons-9be47857.js';
41
38
  import './get-3c308da4.js';
42
39
  import './eq-bdcbf886.js';
40
+ import './checkSisterSite-baa4fb6b.js';
43
41
  import './ConferenceBanner-8792ebd2.js';
44
42
  import './ADSponsoredResources.js';
45
43
  import './LeftNav.js';
@@ -53,9 +51,9 @@ import 'react-bootstrap/NavDropdown';
53
51
  import './index.esm-9b042655.js';
54
52
  import './iconBase-ccc56b97.js';
55
53
  import './index.esm-eb1e8e80.js';
56
- import './NavFooter-e27bd93b.js';
57
- import './index.esm-37268dca.js';
58
- import './SocialSearchComponent-4b56cd8c.js';
54
+ import './NavFooter-3272e9cd.js';
55
+ import './index.esm-07c37a92.js';
56
+ import './SocialSearchComponent-68d948b9.js';
59
57
  import './SocialIcons.js';
60
58
  import 'react-bootstrap/Form';
61
59
  import 'react-bootstrap/FormControl';
@@ -195,4 +193,4 @@ var TemplateNormal = function TemplateNormal(props) {
195
193
  );
196
194
  };
197
195
 
198
- export default TemplateNormal;
196
+ export { TemplateNormal as default };
@@ -49,4 +49,4 @@ var ThumbnailCard = function ThumbnailCard(_ref) {
49
49
  );
50
50
  };
51
51
 
52
- export default ThumbnailCard;
52
+ export { ThumbnailCard as default };
@@ -2,7 +2,7 @@ import { _ as _asyncToGenerator, r as regenerator } from './asyncToGenerator-958
2
2
  import { _ as _slicedToArray } from './slicedToArray-6ebcbfea.js';
3
3
  import React__default, { useState, useRef, useEffect } from 'react';
4
4
  import { F as FaWindowClose } from './index.esm-1bd8a0a8.js';
5
- import { m as main_43 } from './main-1894c974.js';
5
+ import { m as main_43 } from './main-9f6806ea.js';
6
6
  import './_commonjsHelpers-0c4b6f40.js';
7
7
  import './core.get-iterator-method-ea258bb1.js';
8
8
  import './web.dom.iterable-ab4dea5c.js';
@@ -147,4 +147,4 @@ var Ustream = function Ustream(_ref) {
147
147
 
148
148
  var Ustream$1 = React__default.memo(Ustream);
149
149
 
150
- export default Ustream$1;
150
+ export { Ustream$1 as default };
@@ -65,4 +65,4 @@ var VerticalHero = function VerticalHero(props) {
65
65
  );
66
66
  };
67
67
 
68
- export default VerticalHero;
68
+ export { VerticalHero as default };
@@ -5,7 +5,7 @@ import { B as BlockContent } from './BlockContent-1e73bd2c.js';
5
5
  import Col from 'react-bootstrap/Col';
6
6
  import Form from 'react-bootstrap/Form';
7
7
  import Button from 'react-bootstrap/Button';
8
- import { g as getSerializers } from './index-e0aeabc5.js';
8
+ import { g as getSerializers } from './index-4d0371dc.js';
9
9
  import VideoSeriesListing from './VideoSeriesListing.js';
10
10
  import './_commonjsHelpers-0c4b6f40.js';
11
11
  import './core.get-iterator-method-ea258bb1.js';
@@ -18,15 +18,14 @@ import './index-3f5c03b2.js';
18
18
  import './slicedToArray-6ebcbfea.js';
19
19
  import 'react-bootstrap';
20
20
  import './urlFor.js';
21
- import './index-f0fc23eb.js';
22
- import './events-6c3a7a63.js';
21
+ import './index-5cc7b406.js';
23
22
  import 'next/router';
24
23
  import './index-c7e2ac95.js';
25
24
  import './util-8ed16d48.js';
26
25
  import './Beam.js';
27
26
  import './stringify-2b084bee.js';
28
27
  import './Segment.js';
29
- import './main-1894c974.js';
28
+ import './main-9f6806ea.js';
30
29
  import './urlForFile-b69adffc.js';
31
30
  import './index-755f2cc2.js';
32
31
  import 'react-dom';
@@ -59,6 +58,7 @@ import 'react-bootstrap/Figure';
59
58
  import 'react-bootstrap/OverlayTrigger';
60
59
  import 'react-bootstrap/Tooltip';
61
60
  import 'react-bootstrap/Popover';
61
+ import './checkSisterSite-baa4fb6b.js';
62
62
  import 'react-bootstrap/Container';
63
63
  import './visibility-sensor-72fd8f8b.js';
64
64
  import './YoutubeGroup.js';
@@ -250,4 +250,4 @@ VideoProgramLandingPage.getInitialData = function () {
250
250
  };
251
251
  }();
252
252
 
253
- export default VideoProgramLandingPage;
253
+ export { VideoProgramLandingPage as default };