@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
@@ -79,4 +79,4 @@ var VideoSeriesCard = function VideoSeriesCard(props) {
79
79
  );
80
80
  };
81
81
 
82
- export default VideoSeriesCard;
82
+ export { VideoSeriesCard as default };
@@ -119,4 +119,4 @@ var VideoSeriesFilter = function VideoSeriesFilter(props) {
119
119
  };
120
120
  var VideoSeriesFilter$1 = withRouter(VideoSeriesFilter);
121
121
 
122
- export default VideoSeriesFilter$1;
122
+ export { VideoSeriesFilter$1 as default };
@@ -20,8 +20,7 @@ import './extends-6d8e3924.js';
20
20
  import './inherits-a6ba2ec4.js';
21
21
  import './_object-sap-7cee6f84.js';
22
22
  import './define-property-5f1bda73.js';
23
- import './index-f0fc23eb.js';
24
- import './events-6c3a7a63.js';
23
+ import './index-5cc7b406.js';
25
24
  import 'prop-types';
26
25
  import 'react-bootstrap/Container';
27
26
  import 'react-bootstrap/Row';
@@ -36,13 +35,13 @@ import './index.es-a6137319.js';
36
35
  import './visibility-sensor-72fd8f8b.js';
37
36
  import 'react-dom';
38
37
  import './index-3f5c03b2.js';
39
- import './ADlgInfeed-5e36f317.js';
38
+ import './ADlgInfeed-012e6f16.js';
40
39
  import './AdSlot.js';
41
40
  import './Beam.js';
42
41
  import './stringify-2b084bee.js';
43
42
  import './Segment.js';
44
- import './main-1894c974.js';
45
- import './ADInfeed-5765a73a.js';
43
+ import './main-9f6806ea.js';
44
+ import './ADInfeed-f946441a.js';
46
45
  import './index-755f2cc2.js';
47
46
  import './urlFor.js';
48
47
  import './style-inject.es-1f59c1d0.js';
@@ -170,4 +169,4 @@ VideoSeriesLandingPage.getInitialData = function () {
170
169
  };
171
170
  }();
172
171
 
173
- export default VideoSeriesLandingPage;
172
+ export { VideoSeriesLandingPage as default };
@@ -1,7 +1,7 @@
1
1
  import { _ as _extends } from './extends-6d8e3924.js';
2
2
  import { _ as _inherits, a as _classCallCheck, b as _possibleConstructorReturn, c as _Object$getPrototypeOf, d as _createClass } from './inherits-a6ba2ec4.js';
3
3
  import React__default from 'react';
4
- import { l as lib_3 } from './index-f0fc23eb.js';
4
+ import { l as lib_3 } from './index-5cc7b406.js';
5
5
  import Container from 'react-bootstrap/Container';
6
6
  import { V as VisibilitySensor } from './visibility-sensor-72fd8f8b.js';
7
7
  import { I as IoIosArrowForward } from './index.esm-eb1e8e80.js';
@@ -19,7 +19,6 @@ import './typeof-e9fc0c5d.js';
19
19
  import './web.dom.iterable-ab4dea5c.js';
20
20
  import './_is-array-8d21b9e3.js';
21
21
  import './_library-528f1934.js';
22
- import './events-6c3a7a63.js';
23
22
  import 'prop-types';
24
23
  import 'react-dom';
25
24
  import './iconBase-ccc56b97.js';
@@ -29,7 +28,7 @@ import './index-755f2cc2.js';
29
28
  import './smoothscroll-fa4e3f8c.js';
30
29
  import './urlFor.js';
31
30
  import './index-3f5c03b2.js';
32
- import './main-1894c974.js';
31
+ import './main-9f6806ea.js';
33
32
  import './isSymbol-a7e9aafe.js';
34
33
  import './toNumber-5aeba6e7.js';
35
34
 
@@ -413,4 +412,4 @@ var VideoSeriesListing = function (_React$Component) {
413
412
 
414
413
  var VideoSeriesListing$1 = withRouter(VideoSeriesListing);
415
414
 
416
- export default VideoSeriesListing$1;
415
+ export { VideoSeriesListing$1 as default };
package/dist/esm/View.js CHANGED
@@ -8,16 +8,16 @@ import { _ as _JSON$stringify } from './stringify-2b084bee.js';
8
8
  import { _ as _toConsumableArray } from './toConsumableArray-f7074d7c.js';
9
9
  import { m as moment } from './moment-bc12cb97.js';
10
10
  import { B as BlockContent } from './BlockContent-1e73bd2c.js';
11
- import { m as main_43 } from './main-1894c974.js';
11
+ import { m as main_43 } from './main-9f6806ea.js';
12
12
  import 'react-bootstrap/Dropdown';
13
13
  import Form from 'react-bootstrap/Form';
14
14
  import FormControl from 'react-bootstrap/FormControl';
15
15
  import Button from 'react-bootstrap/Button';
16
16
  import { V as VisibilitySensor } from './visibility-sensor-72fd8f8b.js';
17
17
  import SocialShare from './SocialShare.js';
18
- import { r as renderAuthor, g as getSerializers } from './index-e0aeabc5.js';
18
+ import { r as renderAuthor, g as getSerializers } from './index-4d0371dc.js';
19
19
  import DFPAdSlot from './AdSlot.js';
20
- import { S as SeriesSlider } from './SeriesSlider-f771e20d.js';
20
+ import { S as SeriesSlider } from './SeriesSlider-5728e349.js';
21
21
  import { a as getContentPlacementUrl, g as getTargeting } from './getTargeting-9bd28724.js';
22
22
  import getKeywords from './getKeywords.js';
23
23
  import urlFor from './urlFor.js';
@@ -28,16 +28,15 @@ import { s as styleInject } from './style-inject.es-1f59c1d0.js';
28
28
  import './index-755f2cc2.js';
29
29
  import { DiscussionEmbed } from 'disqus-react';
30
30
  import Schema from './Schema.js';
31
- import FileSaver from 'file-saver';
31
+ import { c as createCommonjsModule, a as commonjsGlobal } from './_commonjsHelpers-0c4b6f40.js';
32
32
  import { PixelTrackingArticle } from './PixelTracking.js';
33
33
  import './Segment.js';
34
34
  import { _ as _Object$keys } from './keys-31dcdb31.js';
35
35
  import { I as InfiniteScroll } from './index.es-a6137319.js';
36
- import { l as lib_3 } from './index-f0fc23eb.js';
36
+ import { l as lib_3 } from './index-5cc7b406.js';
37
37
  import getRelatedArticle from './getRelatedArticle.js';
38
38
  import getQuery from './getQuery.js';
39
39
  import getSeriesDetail from './getSeriesDetail.js';
40
- import './_commonjsHelpers-0c4b6f40.js';
41
40
  import './core.get-iterator-method-ea258bb1.js';
42
41
  import './web.dom.iterable-ab4dea5c.js';
43
42
  import './_library-528f1934.js';
@@ -71,10 +70,10 @@ import 'react-bootstrap/Figure';
71
70
  import 'react-bootstrap/OverlayTrigger';
72
71
  import 'react-bootstrap/Tooltip';
73
72
  import 'react-bootstrap/Popover';
73
+ import './checkSisterSite-baa4fb6b.js';
74
74
  import './debounce-533d9748.js';
75
75
  import './isSymbol-a7e9aafe.js';
76
76
  import './toNumber-5aeba6e7.js';
77
- import './events-6c3a7a63.js';
78
77
  import './index-db3bb315.js';
79
78
 
80
79
  var getArticleSummary = function getArticleSummary(article) {
@@ -463,6 +462,12 @@ var getSocialShareDisableFlag = function getSocialShareDisableFlag(article) {
463
462
  return showSocialShare;
464
463
  };
465
464
 
465
+ var FileSaver_min = createCommonjsModule(function (module, exports) {
466
+ (function(a,b){b();})(commonjsGlobal,function(){function b(a,b){return "undefined"==typeof b?b={autoBom:!1}:"object"!=typeof b&&(console.warn("Deprecated: Expected third argument to be a object"),b={autoBom:!b}),b.autoBom&&/^\s*(?:text\/\S*|application\/xml|\S*\/\S*\+xml)\s*;.*charset\s*=\s*utf-8/i.test(a.type)?new Blob(["\uFEFF",a],{type:a.type}):a}function c(a,b,c){var d=new XMLHttpRequest;d.open("GET",a),d.responseType="blob",d.onload=function(){g(d.response,b,c);},d.onerror=function(){console.error("could not download file");},d.send();}function d(a){var b=new XMLHttpRequest;b.open("HEAD",a,!1);try{b.send();}catch(a){}return 200<=b.status&&299>=b.status}function e(a){try{a.dispatchEvent(new MouseEvent("click"));}catch(c){var b=document.createEvent("MouseEvents");b.initMouseEvent("click",!0,!0,window,0,0,0,80,20,!1,!1,!1,!1,0,null),a.dispatchEvent(b);}}var f="object"==typeof window&&window.window===window?window:"object"==typeof self&&self.self===self?self:"object"==typeof commonjsGlobal&&commonjsGlobal.global===commonjsGlobal?commonjsGlobal:void 0,a=f.navigator&&/Macintosh/.test(navigator.userAgent)&&/AppleWebKit/.test(navigator.userAgent)&&!/Safari/.test(navigator.userAgent),g=f.saveAs||("object"!=typeof window||window!==f?function(){}:"download"in HTMLAnchorElement.prototype&&!a?function(b,g,h){var i=f.URL||f.webkitURL,j=document.createElement("a");g=g||b.name||"download",j.download=g,j.rel="noopener","string"==typeof b?(j.href=b,j.origin===location.origin?e(j):d(j.href)?c(b,g,h):e(j,j.target="_blank")):(j.href=i.createObjectURL(b),setTimeout(function(){i.revokeObjectURL(j.href);},4E4),setTimeout(function(){e(j);},0));}:"msSaveOrOpenBlob"in navigator?function(f,g,h){if(g=g||f.name||"download","string"!=typeof f)navigator.msSaveOrOpenBlob(b(f,h),g);else if(d(f))c(f,g,h);else {var i=document.createElement("a");i.href=f,i.target="_blank",setTimeout(function(){e(i);});}}:function(b,d,e,g){if(g=g||open("","_blank"),g&&(g.document.title=g.document.body.innerText="downloading..."),"string"==typeof b)return c(b,d,e);var h="application/octet-stream"===b.type,i=/constructor/i.test(f.HTMLElement)||f.safari,j=/CriOS\/[\d]+/.test(navigator.userAgent);if((j||h&&i||a)&&"undefined"!=typeof FileReader){var k=new FileReader;k.onloadend=function(){var a=k.result;a=j?a:a.replace(/^data:[^;]*;/,"data:attachment/file;"),g?g.location.href=a:location=a,g=null;},k.readAsDataURL(b);}else {var l=f.URL||f.webkitURL,m=l.createObjectURL(b);g?g.location=m:location.href=m,g=null,setTimeout(function(){l.revokeObjectURL(m);},4E4);}});f.saveAs=g.saveAs=g,(module.exports=g);});
467
+
468
+
469
+ });
470
+
466
471
  var css = ".RecommendedArticles-module_recommendTitle__2kUji {\n border-bottom: 2px solid var(--secondary-blue);\n font-size: 1.5rem;\n font-weight: bold;\n color: #0d335a;\n padding: 0.5rem;\n}\n.RecommendedArticles-module_recommendContainer__sZukI {\n display: flex;\n flex-direction: row;\n flex-wrap: wrap;\n margin: 0 -0.5rem;\n}\n.RecommendedArticles-module_recommendTop__1_yqw {\n margin: 0.5rem;\n width: 100%;\n flex-basis: 100%;\n display: flex;\n\n}\n.RecommendedArticles-module_recommendTopImg__1b9gu {\n min-width: 55%;\n width: 55%;\n height: 100%;\n}\n.RecommendedArticles-module_recommendTopImg__1b9gu img {\n width: 100%;\n height: 100%;\n object-fit: cover;\n}\n.RecommendedArticles-module_recommendTopBody__-13FI {\n margin-left: 1rem;\n line-height: 1.3;\n color: #121212;\n display: flex;\n flex-direction: column;\n}\n.RecommendedArticles-module_topTitle__2EafN {\n font-size: 25px;\n font-weight: bold;\n margin-bottom: 0.5rem;\n}\n.RecommendedArticles-module_topBody__2_VNi {\n font-size: 19px;\n margin-bottom: 0.5rem;\n}\n.RecommendedArticles-module_topLink__2RnXu {\n font-size: 19px;\n color: rgb(43, 43, 151);\n text-decoration: underline;\n margin-top: auto;\n}\n.RecommendedArticles-module_smContainer__4byBO {\n width: calc(25% - 1rem);\n margin: 0 0.5rem;\n}\n.RecommendedArticles-module_smImage__TYZGY img {\n width: 100%;\n}\n.RecommendedArticles-module_title__3q1ud {\n margin-top: 1rem;\n line-height: 1.2;\n color: #121212;\n}\n.RecommendedArticles-module_category__2jRto {\n text-transform: uppercase;\n font-size: 16px;\n letter-spacing: 2px;\n margin: 0.25rem 0;\n}\n\n/* media query */\n\n@media screen and (max-width: 1399px) {\n .RecommendedArticles-module_topTitle__2EafN {\n font-size: 21px;\n }\n .RecommendedArticles-module_topBody__2_VNi {\n font-size: 15px;\n }\n}\n@media screen and (max-width: 1191px) {\n .RecommendedArticles-module_topTitle__2EafN {\n font-size: 23px;\n }\n .RecommendedArticles-module_topBody__2_VNi,\n .RecommendedArticles-module_topLink__2RnXu {\n font-size: 17px;\n }\n}\n@media screen and (max-width: 968px) {\n .RecommendedArticles-module_topTitle__2EafN {\n font-size: 18px;\n }\n .RecommendedArticles-module_topBody__2_VNi,\n .RecommendedArticles-module_topLink__2RnXu {\n font-size: 15px;\n }\n}\n@media screen and (max-width: 768px) {\n .RecommendedArticles-module_recommendTop__1_yqw {\n flex-direction: column;\n }\n .RecommendedArticles-module_recommendTopImg__1b9gu,\n .RecommendedArticles-module_recommendTopBody__-13FI {\n width: 100%;\n margin: 0;\n }\n .RecommendedArticles-module_recommendTopBody__-13FI {\n margin-bottom: 1rem;\n }\n .RecommendedArticles-module_smContainer__4byBO {\n width: calc(50% - 1rem);\n }\n}";
467
472
  var styles = { "recommendTitle": "RecommendedArticles-module_recommendTitle__2kUji", "recommendContainer": "RecommendedArticles-module_recommendContainer__sZukI", "recommendTop": "RecommendedArticles-module_recommendTop__1_yqw", "recommendTopImg": "RecommendedArticles-module_recommendTopImg__1b9gu", "recommendTopBody": "RecommendedArticles-module_recommendTopBody__-13FI", "topTitle": "RecommendedArticles-module_topTitle__2EafN", "topBody": "RecommendedArticles-module_topBody__2_VNi", "topLink": "RecommendedArticles-module_topLink__2RnXu", "smContainer": "RecommendedArticles-module_smContainer__4byBO", "smImage": "RecommendedArticles-module_smImage__TYZGY", "title": "RecommendedArticles-module_title__3q1ud", "category": "RecommendedArticles-module_category__2jRto" };
468
473
  styleInject(css);
@@ -1223,7 +1228,7 @@ var Article = React__default.memo(forwardRef(function (props, ref) {
1223
1228
  var downloadRIS = function downloadRIS() {
1224
1229
  var fileContent = generateRIS();
1225
1230
  var file = new File([fileContent], 'citation-' + url + '.ris', { type: 'application/x-research-info-systems;charset=utf-8' });
1226
- FileSaver.saveAs(file, 'citation-' + url + '.ris');
1231
+ FileSaver_min.saveAs(file, 'citation-' + url + '.ris');
1227
1232
  };
1228
1233
 
1229
1234
  var RelevantTopics = function RelevantTopics() {
@@ -2637,4 +2642,4 @@ View.returnGetInitialProps = function () {
2637
2642
  };
2638
2643
  }();
2639
2644
 
2640
- export default View;
2645
+ export { View as default };
@@ -117,4 +117,4 @@ var YahooHero = function YahooHero(props) {
117
117
  );
118
118
  };
119
119
 
120
- export default YahooHero;
120
+ export { YahooHero 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
  import './_commonjsHelpers-0c4b6f40.js';
9
9
  import './web.dom.iterable-ab4dea5c.js';
10
10
  import './core.get-iterator-method-ea258bb1.js';
@@ -362,4 +362,4 @@ var YoutubeGroup = function YoutubeGroup(props) {
362
362
  );
363
363
  };
364
364
 
365
- export default YoutubeGroup;
365
+ export { YoutubeGroup as default };
@@ -0,0 +1,17 @@
1
+ var siteArray = ['community.onclive.com', 'fetchdvm360.com', 'aestheticauthority.com', 'app.onecommunity.com', 'cannapatientcare.com', 'chiefhealthcareexecutive.com', 'genetherapylive.com', 'giantsofcancercare.com', 'medicalworldnews.com', 'pbmi.com', 'pharmacytimes.org', 'gotoper.com', 'education.gotoper.com', 'mjhlifesciences.com', 'ajmc.com', 'appliedclinicaltrialsonline.com', 'biopharminternational.com', 'cancernetwork.com', 'cancerhorizon.com', 'cannabissciencetech.com', 'centerforbiosimilars.com', 'chromatographyonline.com', 'contagionlive.com', 'contemporaryclinic.com', 'contemporaryobgyn.net', 'contemporarypediatrics.com', 'consultantlive.com', 'curetoday.com', 'dentalproductsreport.com', 'dermatologytimes.com', 'diagnosticimaging.com', 'drugtopics.com', 'dvm360.com', 'endocrinologynetwork.com', 'europe.ophthalmologytimes.com', 'formularywatch.com', 'hcplive.com', 'infectioncontroltoday.com', 'lungquest.com', 'managedhealthcareexecutive.com', 'medicaleconomics.com', 'modernretina.com', 'movingmountainsformultiplemyeloma.com', 'naspmeeting.com', 'neurologylive.com', 'nutritionaloutlook.com', 'onclive.com', 'oncliveevents.com', 'oncnursingnews.com', 'ophthalmologytimes.com', 'optometrytimes.com', 'onecommunity.com', 'patientcareonline.com', 'pharmaceuticalcommerce.com', 'pharmacytimes.com', 'pharmacistmomsgroup.com', 'pharmexec.com', 'pharmtech.com', 'physicianspractice.com', 'practicalcardiology.com', 'psychiatrictimes.com', 'rheumatologynetwork.com', 'spectroscopyonline.com', 'studio.mjhassoc.com', 'targetedonc.com', 'turbomachinerymag.com', 'urologytimes.com'];
2
+
3
+ var checkSisterSite = function checkSisterSite(url) {
4
+ if (url.includes('http://' ) || url.includes('https://' )) {
5
+ url = url.replace('www.', '').split('/').slice(2, 3).join('/');
6
+ var array = url.split('.');
7
+ var length = array.length;
8
+ if (length === 2) {
9
+ url = url;
10
+ } else {
11
+ url = url.split('.').splice(1).join('.');
12
+ }
13
+ }
14
+ return url && url.includes(url.replace('www.', '').split('/').slice(0, 1).join('/')) && siteArray.includes(url.replace('www.', '').split('/').slice(0, 1).join('/')) || url.charAt(0) === '/' ? true : false;
15
+ };
16
+
17
+ export { checkSisterSite as c };
@@ -41,4 +41,4 @@ var getKeywords = function getKeywords(article) {
41
41
  return keywords;
42
42
  };
43
43
 
44
- export default getKeywords;
44
+ export { getKeywords as default };
@@ -23,4 +23,4 @@ var getQuery = function getQuery(type) {
23
23
  }
24
24
  };
25
25
 
26
- export default getQuery;
26
+ export { getQuery as default };
@@ -537,4 +537,4 @@ var getRelatedArticle = function () {
537
537
  };
538
538
  }();
539
539
 
540
- export default getRelatedArticle;
540
+ export { getRelatedArticle as default };
@@ -57,4 +57,4 @@ var getRootDocGroup = function () {
57
57
  };
58
58
  }();
59
59
 
60
- export default getRootDocGroup;
60
+ export { getRootDocGroup as default };
@@ -1,5 +1,5 @@
1
1
  import 'react';
2
- export { g as default } from './index-e0aeabc5.js';
2
+ export { g as default } from './index-4d0371dc.js';
3
3
  import './BlockContent-1e73bd2c.js';
4
4
  import './entities-6d9154b4.js';
5
5
  import './slicedToArray-6ebcbfea.js';
@@ -9,8 +9,7 @@ import './core.get-iterator-method-ea258bb1.js';
9
9
  import 'react-bootstrap';
10
10
  import './urlFor.js';
11
11
  import './index-3f5c03b2.js';
12
- import './index-f0fc23eb.js';
13
- import './events-6c3a7a63.js';
12
+ import './index-5cc7b406.js';
14
13
  import 'prop-types';
15
14
  import 'next/router';
16
15
  import './index-c7e2ac95.js';
@@ -21,7 +20,7 @@ import './asyncToGenerator-958ef5fc.js';
21
20
  import './_library-528f1934.js';
22
21
  import './_iter-detect-98db3b07.js';
23
22
  import './Segment.js';
24
- import './main-1894c974.js';
23
+ import './main-9f6806ea.js';
25
24
  import './extends-6d8e3924.js';
26
25
  import './_object-pie-133f504a.js';
27
26
  import './urlForFile-b69adffc.js';
@@ -58,3 +57,4 @@ 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';
@@ -35,4 +35,4 @@ var getSeriesDetail = function getSeriesDetail(article, currentSeries) {
35
35
  return seriesDetail;
36
36
  };
37
37
 
38
- export default getSeriesDetail;
38
+ export { getSeriesDetail as default };
@@ -0,0 +1,52 @@
1
+ import { c as createCommonjsModule } from './_commonjsHelpers-0c4b6f40.js';
2
+
3
+ var classnames = createCommonjsModule(function (module) {
4
+ /*!
5
+ Copyright (c) 2017 Jed Watson.
6
+ Licensed under the MIT License (MIT), see
7
+ http://jedwatson.github.io/classnames
8
+ */
9
+ /* global define */
10
+
11
+ (function () {
12
+
13
+ var hasOwn = {}.hasOwnProperty;
14
+
15
+ function classNames () {
16
+ var classes = [];
17
+
18
+ for (var i = 0; i < arguments.length; i++) {
19
+ var arg = arguments[i];
20
+ if (!arg) continue;
21
+
22
+ var argType = typeof arg;
23
+
24
+ if (argType === 'string' || argType === 'number') {
25
+ classes.push(arg);
26
+ } else if (Array.isArray(arg) && arg.length) {
27
+ var inner = classNames.apply(null, arg);
28
+ if (inner) {
29
+ classes.push(inner);
30
+ }
31
+ } else if (argType === 'object') {
32
+ for (var key in arg) {
33
+ if (hasOwn.call(arg, key) && arg[key]) {
34
+ classes.push(key);
35
+ }
36
+ }
37
+ }
38
+ }
39
+
40
+ return classes.join(' ');
41
+ }
42
+
43
+ if (module.exports) {
44
+ classNames.default = classNames;
45
+ module.exports = classNames;
46
+ } else {
47
+ window.classNames = classNames;
48
+ }
49
+ }());
50
+ });
51
+
52
+ export { classnames as c };